typo + new comment
[automake.git] / tests / acsilent.test
bloba3ae6eed527c36c3445456e35dc68868c73da65d
1 #! /bin/sh
3 # Test to make sure there are no spurious acinclude warnings.
5 . $srcdir/defs || exit 1
7 echo AM_INIT_GUILE_MODULE > configure.in
9 cat > acinclude.m4 << 'END'
10 AC_DEFUN([AM_INIT_GUILE_MODULE],[
11 . $srcdir/../GUILE-VERSION
12 AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
13 AC_CONFIG_AUX_DIR(..)
14 module=[$1]
15 AC_SUBST(module)])
16 END
18 $ACLOCAL > output 2>&1 || exit 1
19 test -z "`cat output`"