Hash : f2863603 Author : Date : 1998-11-10T09:08:25
* pluseq4.test: New file. * Makefile.am (TESTS): Added pluseq4.test.
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#! /bin/sh # Yet another `+=' test. . $srcdir/defs || exit 1 echo AC_PROG_CC >> configure.in cat > Makefile.am << 'END' bin_PROGRAMS = foo CC += -Dwhatever END : > foo.c $AUTOMAKE || exit 1 fgrep '@CC@ -Dwhatever' Makefile.in