Hash : 6392767a Author : Date : 1999-01-10T18:06:17
* pluseq5.test: New file. * Makefile.am (TESTS): Added pluseq5.test.
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#! /bin/sh # Test for another `+=' problem. Report from Brian Jones. . $srcdir/defs || exit 1 echo 'AM_CONDITIONAL(CHECK, true)' >> configure.in cat > Makefile.am << 'END' if CHECK INCLUDES = abc endif INCLUDES += def END $AUTOMAKE || exit 0 exit 1