+2000-02-08 Akim Demaille <akim@epita.fr>
+
+ * acgeneral.m4 (AC_CONFIG_HEADERS, AC_CONFIG_LINKS,
+ AC_CONFIG_SUBDIRS): A space was missing to separate the arguments
+ of m4_append.
+
2000-02-08 Akim Demaille <akim@epita.fr>
Arrange that config.status creates the file with the AC_SUBSTing
# esac
AC_DEFUN([AC_CONFIG_HEADERS],
[AC_CONFIG_UNIQUE([$1])dnl
-m4_append([AC_LIST_HEADERS], [$1])dnl
+m4_append([AC_LIST_HEADERS], [ $1])dnl
dnl Register the commands
ifelse([$2],,, [AC_FOREACH([AC_File], [$1],
[m4_append([AC_LIST_HEADERS_COMMANDS],
[AC_CONFIG_UNIQUE([$1])dnl
ifelse(regexp([$1], [^\.:\| \.:]), -1,,
[AC_FATAL([$0: invalid destination: `.'])])dnl
-m4_append([AC_LIST_LINKS], [$1])dnl
+m4_append([AC_LIST_LINKS], [ $1])dnl
dnl Register the commands
ifelse([$2],,, [AC_FOREACH([AC_File], [$1],
[m4_append([AC_LIST_LINKS_COMMANDS],
AC_DEFUN(AC_CONFIG_SUBDIRS,
[AC_CONFIG_UNIQUE([$1])dnl
AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-m4_append([AC_LIST_SUBDIRS], [$1])dnl
+m4_append([AC_LIST_SUBDIRS], [ $1])dnl
subdirs="AC_LIST_SUBDIRS"
AC_SUBST(subdirs)dnl
])
# esac
AC_DEFUN([AC_CONFIG_HEADERS],
[AC_CONFIG_UNIQUE([$1])dnl
-m4_append([AC_LIST_HEADERS], [$1])dnl
+m4_append([AC_LIST_HEADERS], [ $1])dnl
dnl Register the commands
ifelse([$2],,, [AC_FOREACH([AC_File], [$1],
[m4_append([AC_LIST_HEADERS_COMMANDS],
[AC_CONFIG_UNIQUE([$1])dnl
ifelse(regexp([$1], [^\.:\| \.:]), -1,,
[AC_FATAL([$0: invalid destination: `.'])])dnl
-m4_append([AC_LIST_LINKS], [$1])dnl
+m4_append([AC_LIST_LINKS], [ $1])dnl
dnl Register the commands
ifelse([$2],,, [AC_FOREACH([AC_File], [$1],
[m4_append([AC_LIST_LINKS_COMMANDS],
AC_DEFUN(AC_CONFIG_SUBDIRS,
[AC_CONFIG_UNIQUE([$1])dnl
AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-m4_append([AC_LIST_SUBDIRS], [$1])dnl
+m4_append([AC_LIST_SUBDIRS], [ $1])dnl
subdirs="AC_LIST_SUBDIRS"
AC_SUBST(subdirs)dnl
])