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
/
double.test
blob
5e781e84a8b9c4284ece11af09ebf778e56a2f81
1
#! /bin/sh
2
3
# Test to make sure listing a program twice is ok.
4
# Report from Manu Rouat.
5
6
.
$srcdir
/
defs ||
exit
1
7
8
echo
AC_PROG_CC
>>
configure.
in
9
10
cat
>
Makefile.am
<<
'END'
11
bin_PROGRAMS
=
spice nutmeg
help
sconvert multidec nutmeg
12
END
13
14
$ACLOCAL
||
exit
1
15
$AUTOMAKE