* configure.in: Bump version to 1.5b.
[automake.git] / tests / libtool.test
blob4a731bf19d7d59ac6705e5833a36695711697a33
1 #! /bin/sh
3 # Make sure libtool is removed.
4 # Report from Kevin Dalley
5 required=libtool
6 . $srcdir/defs || exit 1
8 cat >> configure.in << 'END'
9 AC_LIBTOOL_DLOPEN
10 AC_DISABLE_SHARED
11 AC_PROG_LIBTOOL
12 AC_SUBST(LIBTOOL_DEPS)
13 END
15 : > Makefile.am
17 : > ltmain.sh
18 : > config.guess
19 : > config.sub
21 $ACLOCAL || exit 1
22 $AUTOMAKE || exit 1
24 grep 'rm -f libtool' Makefile.in