+2000-03-14 Akim Demaille <akim@epita.fr>
+
+ * autoheader.sh: Use run_m4f, not run_m4.
+
2000-03-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
* tests/actest.m4 (AC_ENV_SAVE): Don't consider RANDOM and LINENO
# Extract assignments of `ah_verbatim_SYMBOL' from the modified
# autoconf processing of the input file. The sed hair is necessary to
# win for multi-line macro invocations.
-$run_m4 $infile >$tmpbase.exp
+$run_m4f $infile >$tmpbase.exp
sed -n -e '
: again
/^@@@.*@@@$/s/^@@@\(.*\)@@@$/\1/p
# Extract assignments of `ah_verbatim_SYMBOL' from the modified
# autoconf processing of the input file. The sed hair is necessary to
# win for multi-line macro invocations.
-$run_m4 $infile >$tmpbase.exp
+$run_m4f $infile >$tmpbase.exp
sed -n -e '
: again
/^@@@.*@@@$/s/^@@@\(.*\)@@@$/\1/p
# Extract assignments of `ah_verbatim_SYMBOL' from the modified
# autoconf processing of the input file. The sed hair is necessary to
# win for multi-line macro invocations.
-$run_m4 $infile >$tmpbase.exp
+$run_m4f $infile >$tmpbase.exp
sed -n -e '
: again
/^@@@.*@@@$/s/^@@@\(.*\)@@@$/\1/p