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