source: vendor/automake/1.4-p6/tests/cxxcpp.test

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

automake 1.4-p6

File size: 216 bytes
Line 
1#! /bin/sh
2
3# Make sure automake sees AC_PROG_CXXCPP. From Garth Corral.
4
5. $srcdir/defs || exit 1
6
7cat >> configure.in << 'END'
8AC_PROG_CXXCPP
9END
10
11
12: > Makefile.am
13
14$AUTOMAKE || exit 1
15
16grep '^CXXCPP' Makefile.in
Note: See TracBrowser for help on using the repository browser.