* automake.texi (Macros): Document AM_PROG_AS.
[automake.git] / tests / colon5.test
blob222b08cc92dbcaaa8e6fb516d53ad844abb3d7e1
1 #! /bin/sh
3 # Another multi-":" test, this time from Doug Evans.
5 . $srcdir/defs || exit 1
7 cat > configure.in << 'END'
8 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
9 PACKAGE=nonesuch
10 VERSION=nonesuch
11 AC_ARG_PROGRAM
12 AC_PROG_MAKE_SET
13 AC_PROG_INSTALL
14 AC_OUTPUT(Makefile:Makefile.in:Makefile.dep)
15 END
17 : > Makefile.am
18 : > Makefile.dep
20 $AUTOMAKE || exit 1
22 grep 'Makefile:Makefile.in' Makefile.in