mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-01 14:16:02 +08:00
* lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
order of variable initialization, so even the Solaris 2.6 shell can create a config header correctly. Fixes lots of test suite failures.
This commit is contained in:
parent
65b3b33be3
commit
f4d628245a
@ -1,3 +1,10 @@
|
||||
2006-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
|
||||
order of variable initialization, so even the Solaris 2.6 shell
|
||||
can create a config header correctly. Fixes lots of test suite
|
||||
failures.
|
||||
|
||||
2006-02-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* doc/autoconf.texi (Text processing Macros): New node to
|
||||
|
@ -651,7 +651,7 @@ b
|
||||
sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
|
||||
echo 'CEOF
|
||||
sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
|
||||
ac_in=$ac_out ac_out=$ac_nxt ac_nxt=$ac_in
|
||||
ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
|
||||
sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
|
||||
grep . conftest.tail >/dev/null || break
|
||||
rm -f conftest.defines
|
||||
|
Loading…
Reference in New Issue
Block a user