Author :
Tom Tromey
Date :
2001-06-09 00:34:30
Hash :84029707 Message : * tests/version4.test: New file.
* automake.in (version_check): New sub.
(handle_options): Use it.
* tests/Makefile.am (AUTOMAKE_OPTIONS): Removed.
(TESTS): Added version4.test.
* m4/Makefile.am (AUTOMAKE_OPTIONS): Removed.
* Makefile.am (AUTOMAKE_OPTIONS): Remove `gnits'.
tests/version4.test
#! /bin/sh
# Test to make sure we are compatible with the 1.4-p1 series.
. $srcdir/defs || exit 1
cat > Makefile.am << 'END'
AUTOMAKE_OPTIONS = 1.4-p3
END
$AUTOMAKE