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

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

automake 1.4-p6

File size: 232 bytes
Line 
1#! /bin/sh
2
3# Yet another `+=' test.
4
5. $srcdir/defs || exit 1
6
7echo AC_PROG_CC >> configure.in
8
9cat > Makefile.am << 'END'
10bin_PROGRAMS = foo
11CC += -Dwhatever
12END
13
14: > foo.c
15
16$AUTOMAKE || exit 1
17fgrep '@CC@ -Dwhatever' Makefile.in
Note: See TracBrowser for help on using the repository browser.