source:
trunk/essentials/sys-devel/automake-1.4/tests/pluseq4.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
File size: 232 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | # Yet another `+=' test. |
4 | |
5 | . $srcdir/defs || exit 1 |
6 | |
7 | echo AC_PROG_CC >> configure.in |
8 | |
9 | cat > Makefile.am << 'END' |
10 | bin_PROGRAMS = foo |
11 | CC += -Dwhatever |
12 | END |
13 | |
14 | : > foo.c |
15 | |
16 | $AUTOMAKE || exit 1 |
17 | fgrep '@CC@ -Dwhatever' Makefile.in |
Note:
See TracBrowser
for help on using the repository browser.