bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autoupdate AS_HELP_STRING


From: Simon Josefsson
Subject: autoupdate AS_HELP_STRING
Date: Mon, 17 Nov 2003 05:45:03 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/22.0.0 (gnu/linux)

I ran autoupdate on a configure.ac file, and it resulted in:

-       AC_HELP_STRING([--disable-kerberos5],
-                       [disable Kerberos V5 mechanism unconditionally]),
+       AS_HELP_STRING(--disable-kerberos5,disable Kerberos V5 mechanism 
unconditionally),

Why remove the []'s?  Aren't they needed, to escape some characters?
The autoconf manual uses []'s in all AS_HELP_STRING examples.

Btw, what does "AS" stand for?

Thanks.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]