clean fixlet
[automake.git] / tests / acouttbs2.test
blob417b180fab5c64648ab0b32c1d40ca24f313bb90
1 #! /bin/sh
3 # Test for bug reported by David A. Swierczek.
4 # Another bug with \ in AC_OUTPUT (this time with whitespace).
6 . $srcdir/defs || exit 1
8 cat > configure.in << 'END'
9 PACKAGE=nonesuch
10 VERSION=nonesuch
11 AC_ARG_PROGRAM
12 AC_PROG_INSTALL
13 AC_OUTPUT(\
14 Makefile \
15 zot
17 END
19 : > Makefile.am
20 : > zot.in
22 $AUTOMAKE