From: Alexandre Duret-Lutz Date: Mon, 5 Nov 2001 13:04:41 +0000 (+0000) Subject: * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing X-Git-Tag: AUTOCONF-2.52g~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc9782f204f058f02ee85565265b1068d519b131;p=thirdparty%2Fautoconf.git * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing the --prefix option, also remove it's argument. --- diff --git a/ChangeLog b/ChangeLog index 95ecd3a1e..22556807d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-05 Alexandre Duret-Lutz + + * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing + the --prefix option, also remove it's argument. + 2001-11-05 Akim Demaille * doc/autoconf.texi (testsuite Invocation): Update. diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4 index e535de949..d595b846f 100644 --- a/lib/autoconf/status.m4 +++ b/lib/autoconf/status.m4 @@ -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" ;;