Tag
Hash :
4a1d8c50
Author :
Date :
2001-06-15T17:33:48
* tests/Makefile.am (TESTS): Added libtool.test. * tests/libtool.test: New file.
#! /bin/sh
# Make sure libtool is removed.
# Report from Kevin Dalley
. $srcdir/defs || exit 1
cat >> configure.in << 'END'
AC_LIBTOOL_DLOPEN
AC_DISABLE_SHARED
AC_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)
END
: > Makefile.am
: > ltmain.sh
: > config.guess
: > config.sub
$ACLOCAL || exit 1
$AUTOMAKE || exit 1
grep 'rm -f libtool' Makefile.in