mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-31 15:00:26 +08:00
* bin/autom4te.in (handle_m4): Do not redirect stdin to
/dev/null since the heuristics for interactive behaviour was fixed in CVS m4.
This commit is contained in:
parent
627a3683fd
commit
6f3e11dfb1
@ -1,3 +1,9 @@
|
||||
2006-10-24 Stepan Kasal <kasal@ucw.cz>
|
||||
|
||||
* bin/autom4te.in (handle_m4): Do not redirect stdin to
|
||||
/dev/null since the heuristics for interactive behaviour was
|
||||
fixed in CVS m4.
|
||||
|
||||
2006-10-24 Stepan Kasal <kasal@ucw.cz>
|
||||
|
||||
* bin/autom4te.in: With --force, always refresh the output
|
||||
|
@ -454,8 +454,6 @@ sub handle_m4 ($@)
|
||||
|
||||
# Run m4.
|
||||
#
|
||||
# Neutralize its stdin, so that GNU M4 1.5 doesn't neutralize SIGINT.
|
||||
#
|
||||
# We don't output directly to the cache files, to avoid problems
|
||||
# when we are interrupted (that leaves corrupted files).
|
||||
xsystem ("$m4"
|
||||
@ -465,7 +463,6 @@ sub handle_m4 ($@)
|
||||
. " @M4_DEBUGFILE@=$tcache" . $req->id . "t"
|
||||
. join (' --trace=', '', sort @macro)
|
||||
. " " . files_to_options (@ARGV)
|
||||
. ' </dev/null'
|
||||
. " >$ocache" . $req->id . "t");
|
||||
|
||||
# Everything went ok: preserve the outputs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user