3 # Make sure that ACLOCAL_AMFLAGS doesn't cause circular dependencies.
4 .
$srcdir/defs ||
exit 1
6 echo AM_QUUX
>> configure.
in
13 cat > Makefile.am
<< 'END'
14 ACLOCAL_AMFLAGS
= -I .
17 # We have to run aclocal first to make sure that aclocal.m4 exists.
18 # Otherwise automake won't guess that we want to auto-generate it.
19 $ACLOCAL -I . ||
exit 1
23 grep "\$(ACLOCAL_M4): *configure.in *quux.m4" Makefile.
in ||
exit 1