repo.or.cz
/
automake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
From Nicolas Joly:
[automake.git]
/
tests
/
cxxcpp.test
blob
0a90fc78a45fda601983b176bb3daf91814e4a42
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