* autoheader.sh: Use run_m4f, not run_m4.

This commit is contained in:
Akim Demaille 2000-03-14 09:34:42 +00:00
parent 583ed252d7
commit dab489eba6
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -171,7 +171,7 @@ syms=
# 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

View File

@ -171,7 +171,7 @@ syms=
# 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

View File

@ -171,7 +171,7 @@ syms=
# 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