]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 5 Nov 2001 13:04:41 +0000 (13:04 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 5 Nov 2001 13:04:41 +0000 (13:04 +0000)
the --prefix option, also remove it's argument.

ChangeLog
lib/autoconf/status.m4

index 95ecd3a1ebaa6cecd21f47f91f159d1a462d7b4c..22556807d20c0899cbd58224d9d6f831eff63a72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
+       the --prefix option, also remove it's argument.
+
 2001-11-05  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi (testsuite Invocation): Update.
index e535de9493b80fe503220c5be48c12cf4b79ac94..d595b846f00b28852d1307c0301e913f08864cf9 100644 (file)
@@ -1069,7 +1069,7 @@ if test "$no_recursion" != yes; then
     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
       ;;
     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
-      ;;
+      ac_prev=prefix ;;
     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
       ;;
     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;