* Status
- /*-------------.
- | Do not use. |
- `-------------*/
-
-* Serious Problems
-
-** Special characters and config.hin
-
-The handling of special characters, most notable backslashes, of
-course, might be nonportable in addition of being of clearly
-specified.
+ /*--------------------------.
+ | Good for production use. |
+ `--------------------------*/
+2001-03-08 Akim Demaille <akim@epita.fr>
+
+ * acgeneral.m4 (AC_OUTPUT): In the AU_DEFUN definition, don't try
+ to issue an obsolete message, it can't work for macros being
+ defined both with AC_DEFUN and AU_DEFUN.
+ Hence do it in the AC_DEFUN definition.
+
2001-03-06 Pavel Roskin <proski@gnu.org>
* tests/base.at (AC_TRY_*): Escape `^' - it's a pipe command
[AC_CONFIG_FILES([$1])])dnl
m4_ifvaln([$2$3],
[AC_CONFIG_COMMANDS(default, [[$2]], [[$3]])])dnl
-[AC_OUTPUT]],
-[`AC_OUTPUT' should be used without arguments.])
+[AC_OUTPUT]])
# AC_OUTPUT([CONFIG_FILES...], [EXTRA-CMDS], [INIT-CMDS])
[AC_CONFIG_FILES([$1])])dnl
m4_ifval([$2$3],
[AC_CONFIG_COMMANDS(default, [$2], [$3])])dnl
+m4_ifval([$1$2$3],
+ [AC_DIAGNOSE([obsolete],
+ [$0 should be used witout arguments.
+You should run autoupdate.])])dnl
AC_CACHE_SAVE
test "x$prefix" = xNONE && prefix=$ac_default_prefix
[AC_CONFIG_FILES([$1])])dnl
m4_ifvaln([$2$3],
[AC_CONFIG_COMMANDS(default, [[$2]], [[$3]])])dnl
-[AC_OUTPUT]],
-[`AC_OUTPUT' should be used without arguments.])
+[AC_OUTPUT]])
# AC_OUTPUT([CONFIG_FILES...], [EXTRA-CMDS], [INIT-CMDS])
[AC_CONFIG_FILES([$1])])dnl
m4_ifval([$2$3],
[AC_CONFIG_COMMANDS(default, [$2], [$3])])dnl
+m4_ifval([$1$2$3],
+ [AC_DIAGNOSE([obsolete],
+ [$0 should be used witout arguments.
+You should run autoupdate.])])dnl
AC_CACHE_SAVE
test "x$prefix" = xNONE && prefix=$ac_default_prefix