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
/
acoutqnl.test
blob
94c909d998992f8996661825c5785cd50e6bc4a5
1
#! /bin/sh
2
3
# Test for bug reported by François Pinard.
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
[
echo
zardoz has spoken
])
14
END
15
16
: >
Makefile.am
17
18
$AUTOMAKE
19