uniquify files passed to etags
[automake.git] / tests / conf2.test
blob31fa6f004fa2a0db158baf6b375ab7893fe02ea7
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_CONFIG_HEADER(config.h two.h)
9 PACKAGE=nonesuch
10 VERSION=nonesuch
11 AC_PROG_CC
12 AC_ARG_PROGRAM
13 AM_PROG_INSTALL
14 AC_OUTPUT(Makefile)
15 END
17 : > Makefile.am
19 : > config.h.in
20 : > two.h.in
22 $AUTOMAKE