* configure.in: Updated to 1.4d and released.
[automake.git] / tests / pr72.test
blob5e5c1cefca73866aeed685dd08d415a41b76fe7d
1 #! /bin/sh
3 # Test for PR 72
5 . $srcdir/defs || exit 1
7 cat >> configure.in << 'END'
8 AC_PROG_CC
9 AC_PROG_LIBTOOL
10 END
12 cat > Makefile.am << 'END'
13 lib_LTLIBRARIES = libviewer.la
14 libviewer_la_SOURCES =
15 libviewer_la_LIBADD = libphony.la
16 END
18 : > ltconfig
19 : > ltmain.sh
20 : > config.guess
21 : > config.sub
23 $AUTOMAKE || exit 1
25 grep '^LINK ' Makefile.in