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
* automake.texi (Macros): Document AM_PROG_AS.
[automake.git]
/
tests
/
colneq2.test
blob
a5af04ca2bc85100df2cb65eba8e44362b1a91e5
1
#! /bin/sh
2
3
# Test that := in var substitutions works.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
Makefile.am
<<
'END'
8
t
=
a b c
9
EXTRA_DIST
=
$
(
t
:=
.
test
)
10
END
11
12
: >
a.
test
13
: >
b.
test
14
: >
c.
test
15
16
$AUTOMAKE