* automake.texi (Macros): Document AM_PROG_AS.
[automake.git] / tests / pluseq4.test
blob5f8637faf77d323147f5e0bc23d3b02e79ebada3
1 #! /bin/sh
3 # Yet another `+=' test.
5 . $srcdir/defs || exit 1
7 echo AC_PROG_CC >> configure.in
9 cat > Makefile.am << 'END'
10 bin_PROGRAMS = foo
11 CC += -Dwhatever
12 END
14 : > foo.c
16 $ACLOCAL || exit 1
17 $AUTOMAKE || exit 1
18 fgrep '@CC@ -Dwhatever' Makefile.in