3 # Test for bug reported by Eric Magnien.
5 .
$srcdir/defs ||
exit 1
7 cat > configure.
in << 'END'
8 AM_INIT_AUTOMAKE
(nonesuch
, nonesuch
)
9 AC_OUTPUT
([subdir
/Makefile subdir
/foo Makefile foo
], [true
])
15 : > subdir
/Makefile.am
21 count
=`fgrep foo.in Makefile.in | wc -l`
22 test $count -eq 2 ||
exit 1
24 # This ought to work as well.
25 $AUTOMAKE --add-missing --force-missing