source:
trunk/essentials/sys-devel/automake-1.4/tests/canon4.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
File size: 316 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | # Test to make sure name canonicalization happens for libraries. |
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 = libx-y.a |
14 | libx_y_a_SOURCES = xy.c |
15 | END |
16 | |
17 | $AUTOMAKE || exit 1 |
18 | |
19 | grep '^libx-y.*=' Makefile.in && exit 1 |
20 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.