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
/
acouttbs2.test
blob
417b180fab5c64648ab0b32c1d40ca24f313bb90
1
#! /bin/sh
2
3
# Test for bug reported by David A. Swierczek.
4
# Another bug with \ in AC_OUTPUT (this time with whitespace).
5
6
.
$srcdir
/
defs ||
exit
1
7
8
cat
>
configure.
in
<<
'END'
9
PACKAGE
=
nonesuch
10
VERSION
=
nonesuch
11
AC_ARG_PROGRAM
12
AC_PROG_INSTALL
13
AC_OUTPUT
(
\
14
Makefile \
15
zot
16
)
17
END
18
19
: >
Makefile.am
20
: >
zot.
in
21
22
$AUTOMAKE