+2000-02-10 Akim Demaille <akim@epita.fr>
+
+ * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Don't
+ : ${FOO="$foo"}
+ but
+ : ${FOO=$foo}
+ Since Ultrix will also assign the quotes to FOO.
+ Reported by Harlan Stenn.
+
2000-02-10 Akim Demaille <akim@epita.fr>
Keep `AC_CHECK_TYPE' backward compatibility and provide a proper
# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used. Set only those that are not.
if [\$]ac_need_defaults; then
-ifset([AC_LIST_FILES], [ : \${CONFIG_FILES="\$config_files"}
+ifset([AC_LIST_FILES], [ : \${CONFIG_FILES=\$config_files}
])dnl
-ifset([AC_LIST_HEADERS], [ : \${CONFIG_HEADERS="\$config_headers"}
+ifset([AC_LIST_HEADERS], [ : \${CONFIG_HEADERS=\$config_headers}
])dnl
-ifset([AC_LIST_LINKS], [ : \${CONFIG_LINKS="\$config_links"}
+ifset([AC_LIST_LINKS], [ : \${CONFIG_LINKS=\$config_links}
])dnl
-ifset([AC_LIST_COMMANDS], [ : \${CONFIG_COMMANDS="\$config_commands"}
+ifset([AC_LIST_COMMANDS], [ : \${CONFIG_COMMANDS=\$config_commands}
])dnl
fi
# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used. Set only those that are not.
if [\$]ac_need_defaults; then
-ifset([AC_LIST_FILES], [ : \${CONFIG_FILES="\$config_files"}
+ifset([AC_LIST_FILES], [ : \${CONFIG_FILES=\$config_files}
])dnl
-ifset([AC_LIST_HEADERS], [ : \${CONFIG_HEADERS="\$config_headers"}
+ifset([AC_LIST_HEADERS], [ : \${CONFIG_HEADERS=\$config_headers}
])dnl
-ifset([AC_LIST_LINKS], [ : \${CONFIG_LINKS="\$config_links"}
+ifset([AC_LIST_LINKS], [ : \${CONFIG_LINKS=\$config_links}
])dnl
-ifset([AC_LIST_COMMANDS], [ : \${CONFIG_COMMANDS="\$config_commands"}
+ifset([AC_LIST_COMMANDS], [ : \${CONFIG_COMMANDS=\$config_commands}
])dnl
fi