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
* configure.in: Updated to 1.4d and released.
[automake.git]
/
tests
/
syntax.test
blob
8ca03920dcbb2f52867fc7fce5e6319c27f3a4d7
1
#! /bin/sh
2
3
# Test for error for bad syntax.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
Makefile.am
<<
'END'
8
foo
=
q \
9
10
lib_LTLIBRARIES
=
foo.la
11
END
12
13
$AUTOMAKE
&&
exit
1
14
exit
0