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
* tests/Makefile.am (TESTS): Added yacc5.test.
[automake.git]
/
tests
/
colon6.test
blob
6e761a5146f00e9b972a8e70e68b4f839f7a3159
1
#! /bin/sh
2
3
# Yet another multi-":" test, this time from Ken Pizzini.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
configure.
in
<<
'END'
8
AM_INIT_AUTOMAKE
(
nonesuch
,
nonesuch
)
9
PACKAGE
=
nonesuch
10
VERSION
=
nonesuch
11
AC_ARG_PROGRAM
12
AC_PROG_MAKE_SET
13
AC_PROG_INSTALL
14
AC_OUTPUT
(
demo
/
Makefile demo
/
version.good
:
demo
/
version.gin
)
15
END
16
17
mkdir demo
18
19
: >
demo
/
Makefile.am
20
: >
demo
/
version.gin
21
22
$AUTOMAKE