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
typo + new comment
[automake.git]
/
tests
/
confvar2.test
blob
a1f5c619865a1c1622c601d46973c15228816300
1
#! /bin/sh
2
3
# Test for bug reported by Jim Meyering.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>>
configure.
in
<<
'END'
8
AC_SUBST
(
OTHER_SCRIPTS
)
9
END
10
11
cat
>
Makefile.am
<<
'END'
12
bin_SCRIPTS
=
foo
13
END
14
15
$AUTOMAKE