From: Akim Demaille Date: Wed, 7 Jun 2000 06:57:51 +0000 (+0000) Subject: * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Put the expansion of X-Git-Tag: autoconf-2.50~832 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=695e246c9cea05dec2a828934a91a10adff25b2c;p=thirdparty%2Fautoconf.git * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Put the expansion of AC_LIST_LINKS in an unquoted `here'-document. --- diff --git a/ChangeLog b/ChangeLog index 741b9f02e..c7de2163f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-06-07 Jim Meyering + + * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Put the expansion of + AC_LIST_LINKS in an unquoted `here'-document. + 2000-06-06 Akim Demaille * tests/aclocal.m4 (AC_ENV_SAVE): Skip `no_x'. diff --git a/acgeneral.m4 b/acgeneral.m4 index 82032da7e..0f9399603 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -3885,9 +3885,15 @@ m4_wrap(AC_LIST_FILES, [ ])" ifset([AC_LIST_HEADERS], [config_headers="\ m4_wrap(AC_LIST_HEADERS, [ ])" ])dnl +EOF +# Be careful that the expansion of AC_LIST_LINKS (which may contain +# uses of shell variables) is itself expanded in an unquoted `here'-document. +cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF ifset([AC_LIST_COMMANDS], [config_commands="\ m4_wrap(AC_LIST_COMMANDS, [ ])" ])dnl diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 82032da7e..0f9399603 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -3885,9 +3885,15 @@ m4_wrap(AC_LIST_FILES, [ ])" ifset([AC_LIST_HEADERS], [config_headers="\ m4_wrap(AC_LIST_HEADERS, [ ])" ])dnl +EOF +# Be careful that the expansion of AC_LIST_LINKS (which may contain +# uses of shell variables) is itself expanded in an unquoted `here'-document. +cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF ifset([AC_LIST_COMMANDS], [config_commands="\ m4_wrap(AC_LIST_COMMANDS, [ ])" ])dnl