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
/
acouttbs.test
blob
88be5d23d16b634ba901f41d938b4dd877375521
1
#!/bin/sh
2
3
# Test for bug reported by François Pinard.
4
# If \ is in AC_OUTPUT, automake barfs.
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
(
Makefile \
14
zot
)
15
END
16
17
: >
Makefile.am
18
: >
zot.
in
19
20
$AUTOMAKE