3 # Test to make sure dist_*_SOURCES and nodist_*_SOURCES work.
5 .
$srcdir/defs ||
exit 1
7 echo AC_PROG_CC
>> configure.
in
9 cat > Makefile.am
<< 'END'
10 bin_PROGRAMS
= eyeball
13 nodist_eyeball_SOURCES
= b.c
14 dist_eyeball_SOURCES
= c.c
24 grep '^am_eyeball_OBJECTS' Makefile.
in ||
exit 1
25 grep '^DIST_SOURCES =' Makefile.
in ||
exit 1
26 grep '^DIST_SOURCES =.*nodist' Makefile.
in && exit 1