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
new files from elsewhere
[automake.git]
/
tests
/
spell3.test
blob
0f3571e46534e6a01ed28ba94e4e6d463e071557
1
#! /bin/sh
2
3
# Test to make sure some internal _DEPENDENCIES variables don't cause
4
# errors.
5
6
.
$srcdir
/
defs ||
exit
1
7
8
cat
>
Makefile.am
<<
'END'
9
TAGS_DEPENDENCIES
=
joe
10
## Required to avoid error.
11
ETAGS_ARGS
=
joe
12
END
13
14
$AUTOMAKE