* depcomp (ddashmd): Removed case.
[automake.git] / tests / conf2.test
blob690b9d4db8de063dab0e8d5143d2e01e8245a35c
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 $AUTOMAKE