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 PR automake/14:
[automake.git]
/
tests
/
version3.test
blob
00fdcfb4be9bb5575484efba471943fd5b65e5b0
1
#! /bin/sh
2
3
# Test to make sure version in AUTOMAKE_OPTIONS works.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
Makefile.am
<<
'END'
8
AUTOMAKE_OPTIONS
=
9.9
x
9
END
10
11
$AUTOMAKE
&&
exit
1
12
exit
0