]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(AC_PARSEARGS): --gas and --x set with_gas and with_x to yes, not 1.
authorDavid MacKenzie <djm@djmnet.org>
Wed, 20 Apr 1994 17:17:47 +0000 (17:17 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Wed, 20 Apr 1994 17:17:47 +0000 (17:17 +0000)
acgeneral.m4
lib/autoconf/general.m4

index 27f078a788f5aa47a10e059adcec4cc0a6164a1d..10b7045877e0dba3485511778ca2209eb89c17c1 100644 (file)
@@ -33,7 +33,7 @@ dnl
 dnl Utility functions for stamping the configure script.
 dnl
 dnl
-define(AC_ACVERSION, 1.9)dnl
+define(AC_ACVERSION, 1.8.1)dnl
 dnl This is defined by the --version option of the autoconf script.
 ifdef([AC_PRINT_VERSION], [errprint(Autoconf version AC_ACVERSION
 )])dnl
@@ -192,7 +192,7 @@ changequote([,])dnl
     exec_prefix="$ac_optarg" ;;
 
   -gas | --gas | --ga | --g)
-    with_gas=1 ;; # Obsolete; use --with-gas.
+    with_gas=yes ;; # Obsolete; use --with-gas.
 
   -help | --help | --hel | --he)
     cat << EOF
@@ -299,7 +299,7 @@ changequote([,])dnl
     ac_package=`echo $ac_package| sed 's/-/_/g'`
     eval "with_${ac_package}=no" ;;
 
-  --x) with_x=1 ;; # Obsolete; use --with-x.
+  --x) with_x=yes ;; # Obsolete; use --with-x.
 
   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
   | --x-incl | --x-inc | --x-in | --x-i)
index 27f078a788f5aa47a10e059adcec4cc0a6164a1d..10b7045877e0dba3485511778ca2209eb89c17c1 100644 (file)
@@ -33,7 +33,7 @@ dnl
 dnl Utility functions for stamping the configure script.
 dnl
 dnl
-define(AC_ACVERSION, 1.9)dnl
+define(AC_ACVERSION, 1.8.1)dnl
 dnl This is defined by the --version option of the autoconf script.
 ifdef([AC_PRINT_VERSION], [errprint(Autoconf version AC_ACVERSION
 )])dnl
@@ -192,7 +192,7 @@ changequote([,])dnl
     exec_prefix="$ac_optarg" ;;
 
   -gas | --gas | --ga | --g)
-    with_gas=1 ;; # Obsolete; use --with-gas.
+    with_gas=yes ;; # Obsolete; use --with-gas.
 
   -help | --help | --hel | --he)
     cat << EOF
@@ -299,7 +299,7 @@ changequote([,])dnl
     ac_package=`echo $ac_package| sed 's/-/_/g'`
     eval "with_${ac_package}=no" ;;
 
-  --x) with_x=1 ;; # Obsolete; use --with-x.
+  --x) with_x=yes ;; # Obsolete; use --with-x.
 
   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
   | --x-incl | --x-inc | --x-in | --x-i)