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
# Test to see if `sinclude' works.
. $srcdir/defs || exit 1
mkdir sub
cat > sub/p.m4 << 'END'
AC_SUBST(MAGICALPIG)
END
: > Makefile.am
$ACLOCAL || exit 1
echo 'sinclude(sub/p.m4)' >> aclocal.m4
$AUTOMAKE --Wno-error || exit 1
grep MAGICALPIG Makefile.in