3 # Test for bug in conditionals. From Raja R Harinath.
5 .
$srcdir/defs ||
exit 1
7 cat > configure.
in << 'END'
9 AM_INIT_AUTOMAKE
(foo
,0.0)
10 AM_CONDITIONAL
(FALSE
, [test x
= y
])
14 cat > Makefile.am
<< 'END'
18 this
=is_something_interesting
25 (autoconf
--version) > /dev
/null
2>&1 ||
exit 77
31 && $MAKE echo-something |
grep interesting
> /dev
/null