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
clean fixlet
[automake.git]
/
tests
/
output3.test
blob
311fe03b28a47e928f057afa096e11a025b0a9db
1
#! /bin/sh
2
3
# Yet another AC_OUTPUT test.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
configure.
in
<<
'END'
8
PACKAGE
=
nonesuch
9
VERSION
=
nonesuch
10
AC_ARG_PROGRAM
11
AC_PROG_INSTALL
12
AC_OUTPUT
([
Makefile
13
test
s
/
Makefile
test
s
/
defs
],
14
[
blah
])
15
END
16
17
: >
Makefile.am
18
19
mkdir tests
20
: >
test
s
/
Makefile.am
21
: >
test
s
/
defs.
in
22
23
$AUTOMAKE