]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(AC_PARSEARGS): --with can take an argument again.
authorDavid MacKenzie <djm@djmnet.org>
Thu, 31 Mar 1994 13:22:23 +0000 (13:22 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Thu, 31 Mar 1994 13:22:23 +0000 (13:22 +0000)
acgeneral.m4
lib/autoconf/general.m4

index c9eb3581b5ef65938b564c8f0eaf7f79c438f767..c19ce4a10d6ce61d66b20ba069afa95ac8f6b727 100644 (file)
@@ -90,7 +90,7 @@ changequote(,)dnl
 ac_usage="Usage: configure [options] [host]
 Options: [defaults in brackets]
 --disable-FEATURE      do not include FEATURE (same as --enable-FEATURE=no)
---enable-FEATURE[=VAL] include FEATURE [VAL=yes]
+--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
 --exec-prefix=PREFIX   install host dependent files in PREFIX [/usr/local]
 --help                 print this message
 --prefix=PREFIX                install host independent files in PREFIX [/usr/local]
@@ -98,8 +98,8 @@ Options: [defaults in brackets]
 --srcdir=DIR           find the sources in DIR [configure dir or ..]
 --verbose              print results of checks
 --version              print the version of autoconf that created configure
---with-PACKAGE         use external PACKAGE
---without-PACKAGE      do not use external PACKAGE"
+--with-PACKAGE[=ARG]   use PACKAGE [ARG=yes]
+--without-PACKAGE      do not use PACKAGE (same as --with-PACKAGE=no)"
 changequote([,])dnl
 
 # Initialize some variables set by options.
index c9eb3581b5ef65938b564c8f0eaf7f79c438f767..c19ce4a10d6ce61d66b20ba069afa95ac8f6b727 100644 (file)
@@ -90,7 +90,7 @@ changequote(,)dnl
 ac_usage="Usage: configure [options] [host]
 Options: [defaults in brackets]
 --disable-FEATURE      do not include FEATURE (same as --enable-FEATURE=no)
---enable-FEATURE[=VAL] include FEATURE [VAL=yes]
+--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
 --exec-prefix=PREFIX   install host dependent files in PREFIX [/usr/local]
 --help                 print this message
 --prefix=PREFIX                install host independent files in PREFIX [/usr/local]
@@ -98,8 +98,8 @@ Options: [defaults in brackets]
 --srcdir=DIR           find the sources in DIR [configure dir or ..]
 --verbose              print results of checks
 --version              print the version of autoconf that created configure
---with-PACKAGE         use external PACKAGE
---without-PACKAGE      do not use external PACKAGE"
+--with-PACKAGE[=ARG]   use PACKAGE [ARG=yes]
+--without-PACKAGE      do not use PACKAGE (same as --with-PACKAGE=no)"
 changequote([,])dnl
 
 # Initialize some variables set by options.