typo + new comment
[automake.git] / tests / conf2.test
blob05eccf2c064c55e53aa08fac8a37243566dc0306
1 #! /bin/sh
3 # Test to make sure several config headers are allowed.
5 . $srcdir/defs || exit 1
7 cat > configure.in << 'END'
8 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
9 AM_CONFIG_HEADER(config.h two.h)
10 PACKAGE=nonesuch
11 VERSION=nonesuch
12 AC_PROG_CC
13 AC_ARG_PROGRAM
14 AC_PROG_MAKE_SET
15 AC_PROG_INSTALL
16 AC_OUTPUT(Makefile)
17 END
19 : > Makefile.am
21 : > config.h.in
22 : > two.h.in
24 $ACLOCAL || exit 1
25 $AUTOMAKE