From: Akim Demaille Date: Tue, 14 Mar 2000 08:34:21 +0000 (+0000) Subject: * acgeneral.m4 (_AC_INIT_PREPARE): Kill a changequote in the X-Git-Tag: autoconf-2.50~1044 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=073f2c710a9caa3a6d778409127bd5004c5f199a;p=thirdparty%2Fautoconf.git * acgeneral.m4 (_AC_INIT_PREPARE): Kill a changequote in the building of `ac_configure_args'. --- diff --git a/ChangeLog b/ChangeLog index b75b4d103..bd1fbc6e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-03-14 Akim Demaille + + * acgeneral.m4 (_AC_INIT_PREPARE): Kill a changequote in the + building of `ac_configure_args'. + 2000-03-14 Akim Demaille * acgeneral.m4 (AC_DIVERT): Rename _AC_DIVERT. diff --git a/acgeneral.m4 b/acgeneral.m4 index 5d9958b0c..eb24ed008 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -1174,13 +1174,11 @@ do | --no-cr | --no-c) ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; -changequote(<<, >>)dnl dnl If you change this globbing pattern, test it on an old shell -- dnl it's sensitive. Putting any kind of quote in it causes syntax errors. - *" "*|*" "*|*[\[\]\~\<<#>>\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) +[ *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)] ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ac_configure_args="$ac_configure_args '$ac_arg'" ;; -changequote([, ])dnl *) ac_configure_args="$ac_configure_args $ac_arg" ;; esac done diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 5d9958b0c..eb24ed008 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -1174,13 +1174,11 @@ do | --no-cr | --no-c) ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; -changequote(<<, >>)dnl dnl If you change this globbing pattern, test it on an old shell -- dnl it's sensitive. Putting any kind of quote in it causes syntax errors. - *" "*|*" "*|*[\[\]\~\<<#>>\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) +[ *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)] ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ac_configure_args="$ac_configure_args '$ac_arg'" ;; -changequote([, ])dnl *) ac_configure_args="$ac_configure_args $ac_arg" ;; esac done