3 # Test to make sure depcomp is installed and found properly
4 # when required for multiple directories
6 .
$srcdir/defs ||
exit 1
8 cat > configure.
in << 'END'
9 AM_INIT_AUTOMAKE
(nonesuch
, nonesuch
)
13 AC_OUTPUT
(subdir
/Makefile subdir
2/Makefile
)
20 cat > subdir
/Makefile.am
<< 'END'
25 cp subdir
/Makefile.am subdir
2/Makefile.am
31 $AUTOMAKE --add-missing ||
exit 1
33 # There used to be a bug where this was created in the first subdir with C
34 # sources in it instead of in $top_srcdir or $ac_auxdir
35 test -f depcomp ||
exit 1