]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Note that AC_ENABLE and AC_WITH arguments shouldn't contain blanks,
authorDavid MacKenzie <djm@djmnet.org>
Thu, 14 Apr 1994 18:44:34 +0000 (18:44 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Thu, 14 Apr 1994 18:44:34 +0000 (18:44 +0000)
for now.

autoconf.texi
doc/autoconf.texi

index 4a362eaf8b7787686ef2d02224cfa7f99aaeb347..2c73b915738f9011e0d357d4e4d443eef01615d3 100644 (file)
@@ -1738,7 +1738,10 @@ The argument is available to the shell commands @var{action-if-true} in
 the shell variable @code{enableval}.  If no argument was given to
 @samp{--enable-@var{feature}}, @code{enableval} is @samp{yes}.
 @samp{--disable-@var{feature}} is equivalent to
-@samp{--enable-@var{feature}=no}.
+@samp{--enable-@var{feature}=no}.  At present, arguments containing blanks
+are not handled correctly; if you need an argument to contain a list,
+require the items to be separated by commas instead.  (This restriction
+might disappear in the future.)
 @end defmac
 
 @defmac AC_PREFIX (@var{program})
@@ -1778,7 +1781,10 @@ The argument is available to the shell commands @var{action-if-true} in
 the shell variable @code{withval}.  If no argument was given to
 @samp{--with-@var{package}}, @code{withval} is @samp{yes}.
 @samp{--without-@var{package}} is equivalent to
-@samp{--with-@var{package}=no}.
+@samp{--with-@var{package}=no}.  At present, arguments containing blanks
+are not handled correctly; if you need an argument to contain a list,
+require the items to be separated by commas instead.  (This restriction
+might disappear in the future.)
 @end defmac
 
 @node Setting Variables, Printing Messages, Command Line, General Purpose Macros
index 4a362eaf8b7787686ef2d02224cfa7f99aaeb347..2c73b915738f9011e0d357d4e4d443eef01615d3 100644 (file)
@@ -1738,7 +1738,10 @@ The argument is available to the shell commands @var{action-if-true} in
 the shell variable @code{enableval}.  If no argument was given to
 @samp{--enable-@var{feature}}, @code{enableval} is @samp{yes}.
 @samp{--disable-@var{feature}} is equivalent to
-@samp{--enable-@var{feature}=no}.
+@samp{--enable-@var{feature}=no}.  At present, arguments containing blanks
+are not handled correctly; if you need an argument to contain a list,
+require the items to be separated by commas instead.  (This restriction
+might disappear in the future.)
 @end defmac
 
 @defmac AC_PREFIX (@var{program})
@@ -1778,7 +1781,10 @@ The argument is available to the shell commands @var{action-if-true} in
 the shell variable @code{withval}.  If no argument was given to
 @samp{--with-@var{package}}, @code{withval} is @samp{yes}.
 @samp{--without-@var{package}} is equivalent to
-@samp{--with-@var{package}=no}.
+@samp{--with-@var{package}=no}.  At present, arguments containing blanks
+are not handled correctly; if you need an argument to contain a list,
+require the items to be separated by commas instead.  (This restriction
+might disappear in the future.)
 @end defmac
 
 @node Setting Variables, Printing Messages, Command Line, General Purpose Macros