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
fix for README-alpha
[automake.git]
/
tests
/
cxxo.test
blob
32beec86983b14f8467504892978a412b9f4b67c
1
#! /bin/sh
2
3
# Make sure C++ files are rewritten to ".o" and not just "o".
4
.
$srcdir
/
defs ||
exit
1
5
6
cat
>>
configure.
in
<<
'END'
7
AC_PROG_CXX
8
END
9
10
cat
>
Makefile.am
<<
'END'
11
sbin_PROGRAMS
=
anonymous
12
anonymous_SOURCES
=
doe.C
13
END
14
15
: >
doe.C
16
17
$AUTOMAKE
||
exit
1
18
19
fgrep doe.o Makefile.
in