clean fixlet
[automake.git] / tests / output3.test
blob311fe03b28a47e928f057afa096e11a025b0a9db
1 #! /bin/sh
3 # Yet another AC_OUTPUT test.
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 tests/Makefile tests/defs],
14 [blah])
15 END
17 : > Makefile.am
19 mkdir tests
20 : > tests/Makefile.am
21 : > tests/defs.in
23 $AUTOMAKE