From 21fc558d52e7fd4d399975341cb6a728b888ba7d Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Thu, 31 Mar 1994 13:22:23 +0000 Subject: [PATCH] (AC_PARSEARGS): --with can take an argument again. --- acgeneral.m4 | 6 +++--- lib/autoconf/general.m4 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/acgeneral.m4 b/acgeneral.m4 index c9eb3581..c19ce4a1 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -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. diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index c9eb3581..c19ce4a1 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -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.