3 # Test to make sure EXTRA_ targets are generated. This test used to
4 # make sure the targets were *not* generated. That is wrong; the
5 # targets should always be generated. However, they should not be
8 .
$srcdir/defs ||
exit 1
10 cat >> configure.
in << 'END'
14 cat > Makefile.am
<< 'END'
16 EXTRA_PROGRAMS
= zardoz
21 grep "^zardoz" Makefile.
in ||
exit 1
23 # Can't have EXTRA clean rules.
24 grep 'clean.*EXTRA' Makefile.
in && exit 1