+2000-05-11 Akim Demaille <akim@epita.fr>
+
+ The Associated Rewriters are proud to present...
+
+ ^
+ / \ U T O U P D A T E I I I
+ /===\
+ / \ It bells, It whistles...
+
+ * autoupdate.sh: Complete rewrite. See that file for a detailed
+ explanation.
+ * acgeneral.sh: Don't use AU_DEFINE, but AU_DEFUN.
+ (AC_OUTPUT_COMMANDS_CNT): Renamed as...
+ (_AC_OUTPUT_COMMANDS_CNT): this.
+
2000-05-11 Akim Demaille <akim@epita.fr>
Get rid of the m4 name spaces.
# clashes :( On the other hand, I'd like to avoid weird keys (e.g.,
# depending upon __file__ or the pid).
AU_DEFUN(AC_OUTPUT_COMMANDS,
-[define([AC_OUTPUT_COMMANDS_CNT], incr(AC_OUTPUT_COMMANDS_CNT))dnl
+[define([_AC_OUTPUT_COMMANDS_CNT], incr(_AC_OUTPUT_COMMANDS_CNT))dnl
dnl Double quoted since that was the case in the original macro.
-AC_CONFIG_COMMANDS([default-]AC_OUTPUT_COMMANDS_CNT, [[$1]], [[$2]])dnl
+AC_CONFIG_COMMANDS([default-]_AC_OUTPUT_COMMANDS_CNT, [[$1]], [[$2]])dnl
])
-# Initialize both in `autoconf::' and `autoupdate::'.
-AU_DEFINE([AC_OUTPUT_COMMANDS_CNT], 0)
+# Initialize.
+AU_DEFUN([_AC_OUTPUT_COMMANDS_CNT], 0)
# AC_CONFIG_COMMANDS_PRE(CMDS)
update, you should probably tune the result yourself.])# AC_LINK_FILES
-# Initialize both in `autoconf::' and `autoupdate::'.
-AU_DEFINE([_AC_LINK_FILES_CNT], 0)
+# Initialize.
+AU_DEFUN([_AC_LINK_FILES_CNT], 0)
# If there are arguments given to AC_OUTPUT, dispatch them to the
# proper modern macros.
-AU_DEFINE([AC_OUTPUT],
+AU_DEFUN([AC_OUTPUT],
[ifval([$1],
[AC_CONFIG_FILES([$1])
])dnl
# clashes :( On the other hand, I'd like to avoid weird keys (e.g.,
# depending upon __file__ or the pid).
AU_DEFUN(AC_OUTPUT_COMMANDS,
-[define([AC_OUTPUT_COMMANDS_CNT], incr(AC_OUTPUT_COMMANDS_CNT))dnl
+[define([_AC_OUTPUT_COMMANDS_CNT], incr(_AC_OUTPUT_COMMANDS_CNT))dnl
dnl Double quoted since that was the case in the original macro.
-AC_CONFIG_COMMANDS([default-]AC_OUTPUT_COMMANDS_CNT, [[$1]], [[$2]])dnl
+AC_CONFIG_COMMANDS([default-]_AC_OUTPUT_COMMANDS_CNT, [[$1]], [[$2]])dnl
])
-# Initialize both in `autoconf::' and `autoupdate::'.
-AU_DEFINE([AC_OUTPUT_COMMANDS_CNT], 0)
+# Initialize.
+AU_DEFUN([_AC_OUTPUT_COMMANDS_CNT], 0)
# AC_CONFIG_COMMANDS_PRE(CMDS)
update, you should probably tune the result yourself.])# AC_LINK_FILES
-# Initialize both in `autoconf::' and `autoupdate::'.
-AU_DEFINE([_AC_LINK_FILES_CNT], 0)
+# Initialize.
+AU_DEFUN([_AC_LINK_FILES_CNT], 0)
# If there are arguments given to AC_OUTPUT, dispatch them to the
# proper modern macros.
-AU_DEFINE([AC_OUTPUT],
+AU_DEFUN([AC_OUTPUT],
[ifval([$1],
[AC_CONFIG_FILES([$1])
])dnl
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.020.
-.TH AUTOUPDATE "1" "March 2000" "GNU autoconf 2.14a" FSF
+.TH AUTOUPDATE "1" "May 2000" "GNU autoconf 2.14a" FSF
.SH NAME
autoupdate \- Update a configure.in to a newer Autoconf
.SH SYNOPSIS