#! /bin/sh # Test for bug reported by François Pinard. . $srcdir/defs || exit 1 cat > configure.in << 'END' AC_INIT AM_INIT_AUTOMAKE(nonesuch, nonesuch) AC_OUTPUT([Makefile], [echo zardoz has spoken]) END : > Makefile.am $ACLOCAL || exit 1 $AUTOMAKE