nothing
[automake.git] / tests / stdlib.test
blob5e8031a3774f039a097b69e027f2b053bad21620
1 #! /bin/sh
3 # Test "not a standard library" error.
5 . $srcdir/defs || exit 1
7 cat >> configure.in << 'END'
8 AC_PROG_CC
9 AC_PROG_RANLIB
10 END
12 cat > Makefile.am << 'END'
13 noinst_LIBRARIES = foo
14 END
16 $AUTOMAKE 2> output.log && exit 1
17 # We're specifically testing for line-number information.
18 # Well, when it is implemented.
19 # grep 1 output.log
20 exit 0