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
/
output.test
blob
dfb609cea735d792ffe587d6267515853b62a4ae
1
#! /bin/sh
2
3
# Test to make sure files listed in AC_OUTPUT are found.
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 frob
/
zardoz
)
13
END
14
15
: >
Makefile.am
16
17
mkdir frob
18
: >
frob
/
zardoz.
in
19
20
$AUTOMAKE