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:
9 .
$srcdir/defs ||
exit 1
11 cat > configure.
in << 'END'
12 AM_INIT_AUTOMAKE
(nonesuch
, nonesuch
)
18 AC_OUTPUT
(Makefile
, [true
])