* configure.in: Upped to version 1.4k.
[automake.git] / tests / ammissing.test
blob054204ad14cb7d6942ff982109519d45ddcb3cac
1 #! /bin/sh
3 # Test to see if aclocal correctly reports missing AM_ macro.
5 . $srcdir/defs || exit 1
7 echo AM_ZARDOZ >> configure.in
9 $ACLOCAL && exit 1
10 exit 0