3 # Make sure that ACLOCAL_AMFLAGS actually gets the right dependencies.
4 .
$srcdir/defs ||
exit 1
6 echo AM_QUUX
>> configure.
in
10 cat > macros
/quux.
m4 << 'END'
15 cat > Makefile.am
<< 'END'
16 ACLOCAL_AMFLAGS
= -I macros
19 # We have to run aclocal first to make sure that aclocal.m4 exists.
20 # Otherwise automake won't guess that we want to auto-generate it.
21 $ACLOCAL -I macros ||
exit 1
25 fgrep quux.
m4 Makefile.
in