source: trunk/essentials/sys-devel/automake-1.4/tests/acsilent.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 383 bytes
Line 
1#! /bin/sh
2
3# Test to make sure there are no spurious acinclude warnings.
4
5. $srcdir/defs || exit 1
6
7echo AM_INIT_GUILE_MODULE > configure.in
8
9cat > acinclude.m4 << 'END'
10AC_DEFUN([AM_INIT_GUILE_MODULE],[
11. $srcdir/../GUILE-VERSION
12AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
13AC_CONFIG_AUX_DIR(..)
14module=[$1]
15AC_SUBST(module)])
16END
17
18$ACLOCAL > output 2>&1 || exit 1
19test -z "`cat output`"
Note: See TracBrowser for help on using the repository browser.