Enable traces; wipe out the old configure.in parser.
[platform/upstream/automake.git] / tests / cxxcpp.test
1 #! /bin/sh
2
3 # Make sure automake sees AC_PROG_CXXCPP.  From Garth Corral.
4
5 . $srcdir/defs || exit 1
6
7 cat >> configure.in << 'END'
8 AC_PROG_CXXCPP
9 END
10
11
12 : > Makefile.am
13
14 $ACLOCAL || exit 1
15 $AUTOMAKE || exit 1
16
17 grep '^CXXCPP' Makefile.in