* configure.in: Updated to 1.4d and released.
[automake.git] / tests / badline.test
blob16ad12823588b4f55597a116a931c468fd523fa0
1 #! /bin/sh
3 # Test to make sure that line number and file name in error message
4 # referring to variable is always correct.
6 . $srcdir/defs || exit 1
8 cat >> configure.in << 'END'
9 AC_SUBST(TEXINFOS)
10 END
12 : > Makefile.am
14 $AUTOMAKE > out 2>&1 && exit 1
15 grep Makefile out && exit 1
16 exit 0