3 # Yet another sources-in-conditional test. Report from Tim Goodwin.
5 .
$srcdir/defs ||
exit 1
7 cat > configure.
in << 'END'
8 AM_INIT_AUTOMAKE
(nonesuch
, nonesuch
)
10 AM_CONDITIONAL
(ONE
, true
)
11 AM_CONDITIONAL
(TWO
, false
)
15 cat > Makefile.am
<< 'END'
23 OPT_SRC
= $
(OPT_SRC
) two.c
26 targ_SOURCES
= main.c $
(OPT_SRC
)
29 # The bug is that automake hangs. So we give it a few seconds and