Tag
Hash :
5f0839d8
Author :
Date :
2001-10-21T18:04:33
* tests/subdircond.test: Requires gettext. * tests/libobj.test, tests/libobj10.test, tests/libobj2.test, * tests/libobj6.test, tests/libobj9.test, tests/libtool.test, * tests/libtool2.test, tests/ltdeps.test, tests/ltlibobjs.test, * tests/nolink.test, tests/obsolete.test, tests/pr72.test, * tests/sinclude.test, tests/subdircond.test, tests/subobj4.test: Produce valid configure.in, use aclocal appropriately, declare when libtool is required.
#! /bin/sh
# Make sure libtool is removed.
# Report from Kevin Dalley
required=libtool
. $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