3 # Test to make sure that depcomp is not used when it's not installed
6 .
$srcdir/defs ||
exit 1
8 cat > configure.
in << 'END'
10 AM_INIT_AUTOMAKE
(nonesuch
, nonesuch
)
14 AC_OUTPUT
(Makefile subdir
/Makefile
)
17 cat > Makefile.am
<< 'END'
24 cat > subdir
/Makefile.
in << 'END'
31 # Fail gracefully if no autoconf.
35 (gcc
-v) > /dev
/null
2>&1 ||
exit 77
38 $AUTOMAKE --add-missing ||
exit 1
40 CC
='gcc' .
/configure
2>error.log
41 test -z "`cat error.log`"