source: vendor/automake/1.4-p6/tests/stdlib.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 344 bytes
Line 
1#! /bin/sh
2
3# Test "not a standard library" error.
4
5. $srcdir/defs || exit 1
6
7cat >> configure.in << 'END'
8AC_PROG_CC
9AC_PROG_RANLIB
10END
11
12cat > Makefile.am << 'END'
13noinst_LIBRARIES = foo
14END
15
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
20exit 0
Note: See TracBrowser for help on using the repository browser.