* configure.in: Bump version to 1.5b.
[automake.git] / tests / acoutnoq.test
blobd62f9190c28c56d410e9d128fec8fc2b21babac0
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 AC_INIT
13 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
14 AC_OUTPUT(Makefile, [true])
15 END
17 : > Makefile.am
19 $ACLOCAL || exit 1
20 $AUTOMAKE