mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
(AC_PARSEARGS): --with can take an argument again.
This commit is contained in:
parent
637e754d53
commit
21fc558d52
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user