nothing
[automake.git] / tests / output.test
blobdfb609cea735d792ffe587d6267515853b62a4ae
1 #! /bin/sh
3 # Test to make sure files listed in AC_OUTPUT are found.
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 frob/zardoz)
13 END
15 : > Makefile.am
17 mkdir frob
18 : > frob/zardoz.in
20 $AUTOMAKE