2002-02-18 Paul Eggert <eggert@twinsun.com>
[platform/upstream/automake.git] / tests / output3.test
1 #! /bin/sh
2
3 # Yet another AC_OUTPUT test.
4
5 . $srcdir/defs || exit 1
6
7 cat > configure.in << 'END'
8 AC_INIT
9 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
10 AC_OUTPUT([Makefile
11 tests/Makefile tests/defs],
12 [blah])
13 END
14
15 : > Makefile.am
16
17 mkdir tests
18 : > tests/Makefile.am
19 : > tests/defs.in
20
21 $ACLOCAL || exit 1
22 $AUTOMAKE