typo + new comment
[automake.git] / tests / double.test
blob5e781e84a8b9c4284ece11af09ebf778e56a2f81
1 #! /bin/sh
3 # Test to make sure listing a program twice is ok.
4 # Report from Manu Rouat.
6 . $srcdir/defs || exit 1
8 echo AC_PROG_CC >> configure.in
10 cat > Makefile.am << 'END'
11 bin_PROGRAMS = spice nutmeg help sconvert multidec nutmeg
12 END
14 $ACLOCAL || exit 1
15 $AUTOMAKE