AC_LIST_LINKS in an unquoted `here'-document.
+2000-06-07 Jim Meyering <meyering@lucent.com>
+
+ * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Put the expansion of
+ AC_LIST_LINKS in an unquoted `here'-document.
+
2000-06-06 Akim Demaille <akim@epita.fr>
* tests/aclocal.m4 (AC_ENV_SAVE): Skip `no_x'.
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 <<EOF
ifset([AC_LIST_LINKS], [config_links="\
m4_wrap(AC_LIST_LINKS, [ ])"
])dnl
+EOF
+cat >>$CONFIG_STATUS <<\EOF
ifset([AC_LIST_COMMANDS], [config_commands="\
m4_wrap(AC_LIST_COMMANDS, [ ])"
])dnl
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 <<EOF
ifset([AC_LIST_LINKS], [config_links="\
m4_wrap(AC_LIST_LINKS, [ ])"
])dnl
+EOF
+cat >>$CONFIG_STATUS <<\EOF
ifset([AC_LIST_COMMANDS], [config_commands="\
m4_wrap(AC_LIST_COMMANDS, [ ])"
])dnl