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
nothing
[automake.git]
/
tests
/
yaccpp.test
blob
c61c169088378b90098250a72c668227562b0fa2
1
#! /bin/sh
2
3
# Test to make sure yacc + c++ works.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>>
configure.
in
<<
'END'
8
AC_PROG_CXX
9
AC_PROG_YACC
10
END
11
12
cat
>
Makefile.am
<<
'END'
13
bin_PROGRAMS
=
zardoz
14
zardoz_SOURCES
=
zardoz.yy
15
END
16
17
$AUTOMAKE
||
exit
1
18
19
grep
zardoz.cc Makefile.
in