]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoheader.sh: Use run_m4f, not run_m4.
authorAkim Demaille <akim@epita.fr>
Tue, 14 Mar 2000 09:34:42 +0000 (09:34 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 14 Mar 2000 09:34:42 +0000 (09:34 +0000)
ChangeLog
autoheader.in
autoheader.sh
bin/autoheader.in

index 8c77dbd3c2927e7a8f8df0d4277f26363670a287..89997ced522084ef30e814ff01b8064abaa25f5a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 8a8bbe00b8e8ab555e08860ee2c7acd1b54d6a06..931a36cd76012b71d339699bc60bbd92346bbf33 100644 (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
index 8a8bbe00b8e8ab555e08860ee2c7acd1b54d6a06..931a36cd76012b71d339699bc60bbd92346bbf33 100644 (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
index 8a8bbe00b8e8ab555e08860ee2c7acd1b54d6a06..931a36cd76012b71d339699bc60bbd92346bbf33 100644 (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