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
do not allow stamp-h in AC_OUTPUT
[automake.git]
/
tests
/
lex2.test
blob
ed8ee81aa5b5aeff00d18d3dab26851b253f99a5
1
#! /bin/sh
2
3
# Test of lex error case.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>>
configure.
in
<<
'END'
8
AC_PROG_LEX
9
AC_DECL_YYTEXT
10
AC_PROG_CC
11
END
12
13
cat
>
Makefile.am
<<
'END'
14
bin_PROGRAMS
=
zot
15
zot_SOURCES
=
joe.l
16
END
17
18
: >
joe.l
19
20
$AUTOMAKE
&&
exit
1
21
exit
0