* tests/semantics.m4 (AC_PROG_CPP with warning): Simplified.

This commit is contained in:
Pavel Roskin 2000-09-25 20:12:01 +00:00
parent 601d3afce2
commit de231bb167
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-09-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* tests/semantics.m4 (AC_PROG_CPP with warning): Simplified.
2000-09-25 Pavel Roskin <proski@gnu.org>
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): use

View File

@ -321,8 +321,7 @@ AT_SETUP([AC_PROG_CPP with warnings])
AT_DATA([mycpp],
[[#! /bin/sh
echo noise >&2
${1+"$@"}
exit $?
exec ${1+"$@"}
]])
chmod +x mycpp