* confh4.test: Corrected final test.
[automake.git] / tests / acoutqnl.test
blob94c909d998992f8996661825c5785cd50e6bc4a5
1 #! /bin/sh
3 # Test for bug reported by François Pinard.
5 . $srcdir/defs || exit 1
7 cat > configure.in << 'END'
8 PACKAGE=nonesuch
9 VERSION=nonesuch
10 AC_ARG_PROGRAM
11 AC_PROG_INSTALL
12 AC_OUTPUT([Makefile],
13 [echo zardoz has spoken])
14 END
16 : > Makefile.am
18 $AUTOMAKE