minor bug fixes. added postscript generation
[automake.git] / tests / remake.test
blobcf2876516e2568d848da51bafb4b154b6feef335
1 #! /bin/sh
3 # Make sure remaking rules in subdir are correctly generated.
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(sub/Makefile)
13 END
15 mkdir sub
16 : > sub/Makefile.am
18 $AUTOMAKE || exit 1
20 grep '^Makefile' sub/Makefile.in