source:
vendor/automake/1.4-p6/tests/cxxcpp.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
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 | |
7 | cat >> configure.in << 'END' |
8 | AC_PROG_CXXCPP |
9 | END |
10 | |
11 | |
12 | : > Makefile.am |
13 | |
14 | $AUTOMAKE || exit 1 |
15 | |
16 | grep '^CXXCPP' Makefile.in |
Note:
See TracBrowser
for help on using the repository browser.