source:
vendor/automake/1.4-p6/tests/stdlib.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
File size: 344 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | # Test "not a standard library" error. |
4 | |
5 | . $srcdir/defs || exit 1 |
6 | |
7 | cat >> configure.in << 'END' |
8 | AC_PROG_CC |
9 | AC_PROG_RANLIB |
10 | END |
11 | |
12 | cat > Makefile.am << 'END' |
13 | noinst_LIBRARIES = foo |
14 | END |
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 |
20 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.