source:
vendor/automake/1.4-p6/tests/libobj3.test@
3124
| Last change on this file since 3124 was 3124, checked in by , 19 years ago | |
|---|---|
| File size: 285 bytes | |
| Rev | Line | |
|---|---|---|
| [3124] | 1 | #! /bin/sh |
| 2 | ||
| 3 | # Test to make sure LIBOBJS actually set in configure.in if seen. | |
| 4 | ||
| 5 | . $srcdir/defs || exit 1 | |
| 6 | ||
| 7 | cat >> configure.in << 'END' | |
| 8 | AC_PROG_RANLIB | |
| 9 | END | |
| 10 | ||
| 11 | cat > Makefile.am << 'END' | |
| 12 | noinst_LIBRARIES = libtu.a | |
| 13 | libtu_a_SOURCES = | |
| 14 | libtu_a_LIBADD = @LIBOBJS@ | |
| 15 | END | |
| 16 | ||
| 17 | $AUTOMAKE && exit 1 | |
| 18 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.
