* acgeneral.m4 (AC_DIVERSION_CMDS): Removed.
(_AC_OUTPUT_CONFIG_STATUS): Don't undivert it.
+2000-03-08 Akim Demaille <akim@epita.fr>
+
+ AC_OUTPUT_COMMANDS no longer uses a diversion.
+
+ * acgeneral.m4 (AC_DIVERSION_CMDS): Removed.
+ (_AC_OUTPUT_CONFIG_STATUS): Don't undivert it.
+
2000-03-08 Akim Demaille <akim@epita.fr>
* acgeneral.m4 (_AC_INIT_PARSE_ARGS): Fix quoted/non quoted here
m4_namespace_push(autoconf)
# m4 output diversions. We let m4 output them all in order at the end,
-# except that we explicitly undivert AC_DIVERSION_CMDS,
-# and AC_DIVERSION_ICMDS.
+# except that we explicitly undivert AC_DIVERSION_ICMDS.
define(AC_DIVERSION_KILL, -1)# suppress output
define(AC_DIVERSION_BINSH, 0)# AC_REQUIRE'd #! /bin/sh line
define(AC_DIVERSION_NORMAL_2, 5)# AC_REQUIRE'd code, 2 level deep
define(AC_DIVERSION_NORMAL_1, 6)# AC_REQUIRE'd code, 1 level deep
define(AC_DIVERSION_NORMAL, 7)# the tests and output code
-define(AC_DIVERSION_CMDS, 8)# extra shell commands in config.status
-define(AC_DIVERSION_ICMDS, 9)# extra initialization in config.status
+define(AC_DIVERSION_ICMDS, 8)# extra initialization in config.status
# AC_DIVERT_PUSH(STREAM)
cat >>$CONFIG_STATUS <<\EOF
-#
-# CONFIG_COMMANDS section.
-#
-
-undivert(AC_DIVERSION_CMDS)dnl
exit 0
EOF
chmod +x $CONFIG_STATUS
m4_namespace_push(autoconf)
# m4 output diversions. We let m4 output them all in order at the end,
-# except that we explicitly undivert AC_DIVERSION_CMDS,
-# and AC_DIVERSION_ICMDS.
+# except that we explicitly undivert AC_DIVERSION_ICMDS.
define(AC_DIVERSION_KILL, -1)# suppress output
define(AC_DIVERSION_BINSH, 0)# AC_REQUIRE'd #! /bin/sh line
define(AC_DIVERSION_NORMAL_2, 5)# AC_REQUIRE'd code, 2 level deep
define(AC_DIVERSION_NORMAL_1, 6)# AC_REQUIRE'd code, 1 level deep
define(AC_DIVERSION_NORMAL, 7)# the tests and output code
-define(AC_DIVERSION_CMDS, 8)# extra shell commands in config.status
-define(AC_DIVERSION_ICMDS, 9)# extra initialization in config.status
+define(AC_DIVERSION_ICMDS, 8)# extra initialization in config.status
# AC_DIVERT_PUSH(STREAM)
cat >>$CONFIG_STATUS <<\EOF
-#
-# CONFIG_COMMANDS section.
-#
-
-undivert(AC_DIVERSION_CMDS)dnl
exit 0
EOF
chmod +x $CONFIG_STATUS