TIVI-153: Adding automake14 as dep for iputils package
[profile/ivi/automake14.git] / tests / conf2.test
1 #! /bin/sh
2
3 # Test to make sure several config headers are allowed.
4
5 . $srcdir/defs || exit 1
6
7 cat > configure.in << 'END'
8 AM_CONFIG_HEADER(config.h two.h)
9 PACKAGE=nonesuch
10 VERSION=nonesuch
11 AC_PROG_CC
12 AC_ARG_PROGRAM
13 AC_PROG_INSTALL
14 AC_OUTPUT(Makefile)
15 END
16
17 : > Makefile.am
18
19 : > config.h.in
20 : > two.h.in
21
22 $AUTOMAKE