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
typo + new comment
[automake.git]
/
tests
/
vars.test
blob
2f71a49f36d23a1fcceec10aae23e4f359cce07f
1
#! /bin/sh
2
3
# Test various variable definitions that include an '=' sign
4
# From Raja R Harinath
5
6
.
$srcdir
/
defs ||
exit
1
7
8
cat
>
Makefile.am
<<
'END'
9
MY_FLAGS_1
=
-DABC
=
345
10
MY_FLAGS_2
=
-DABC
=
345
11
MY_FLAGS_3
=
-DABC
=
345
12
MY_FLAGS_4
=
-DABC
=
345
13
END
14
15
$AUTOMAKE