source: trunk/essentials/sys-devel/automake-1.4/tests/conf2.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 314 bytes
Line 
1#! /bin/sh
2
3# Test to make sure several config headers are allowed.
4
5. $srcdir/defs || exit 1
6
7cat > configure.in << 'END'
8AM_CONFIG_HEADER(config.h two.h)
9PACKAGE=nonesuch
10VERSION=nonesuch
11AC_PROG_CC
12AC_ARG_PROGRAM
13AC_PROG_INSTALL
14AC_OUTPUT(Makefile)
15END
16
17: > Makefile.am
18
19: > config.h.in
20: > two.h.in
21
22$AUTOMAKE
Note: See TracBrowser for help on using the repository browser.