Fix for PR automake/14:
[automake.git] / tests / acoutnoq.test
blobf753800e73bd6c252b78355389b34edbd1892d64
1 #!/bin/sh
3 # Test for bug reported by Jerome Santini.
4 # If I put this line in my configure.in:
5 # AC_OUTPUT(Makefile src/Makefile tests/Makefile, echo timestamp > stamp-h)dnl
6 # automake is not happy:
7 # [ ... ]
9 . $srcdir/defs || exit 1
11 cat > configure.in << 'END'
12 PACKAGE=nonesuch
13 VERSION=nonesuch
14 AC_ARG_PROGRAM
15 AC_PROG_INSTALL
16 AC_OUTPUT(Makefile, [true])
17 END
19 : > Makefile.am
21 $AUTOMAKE