source: trunk/essentials/sys-devel/automake-1.4/tests/pluseq5.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 255 bytes
Line 
1#! /bin/sh
2
3# Test for another `+=' problem. Report from Brian Jones.
4
5. $srcdir/defs || exit 1
6
7echo 'AM_CONDITIONAL(CHECK, true)' >> configure.in
8
9cat > Makefile.am << 'END'
10if CHECK
11INCLUDES = abc
12endif
13INCLUDES += def
14END
15
16$AUTOMAKE || exit 0
17exit 1
Note: See TracBrowser for help on using the repository browser.