new files from elsewhere
[automake.git] / tests / colon.test
blob672bb54b7b01a23723aa767c91ab057ddbc40ac1
1 #! /bin/sh
3 # Test for bug reported by Nyul Laszlo. When using the ":" syntax in
4 # AC_OUTPUT, Automake fails to find the correct file.
6 . $srcdir/defs || exit 1
8 cat > configure.in << 'END'
9 PACKAGE=nonesuch
10 VERSION=nonesuch
11 AC_ARG_PROGRAM
12 AC_PROG_INSTALL
13 AC_OUTPUT(Makefile foo.h:foo.hin)
14 END
16 : > Makefile.am
17 : > foo.hin
18 : > stamp-h.in
20 $AUTOMAKE