* src/atgeneral.m4: Update from Autoconf.

This commit is contained in:
Akim Demaille
2000-09-21 13:08:33 +00:00
parent c29240e74b
commit d9efd18111
3 changed files with 50 additions and 46 deletions

View File

@@ -4,16 +4,4 @@
AT_INIT([bison])
# AT_INCLUDE([calc.m4])
AT_SETUP(both)
AT_CHECK([echo "stdout" && echo "stderr" >&2], 0, [], [])
AT_CLEANUP
AT_SETUP(err)
AT_CHECK([echo "stderr" >&2], 0, [], [])
AT_CLEANUP
AT_SETUP(out)
AT_CHECK([echo "stdout"], 0, [], [])
AT_CLEANUP
AT_INCLUDE([calc.m4])