source: trunk/essentials/sys-devel/automake-1.4/tests/colon7.test@ 3253

Last change on this file since 3253 was 3124, checked in by bird, 19 years ago

automake 1.4-p6

File size: 366 bytes
Line 
1#! /bin/sh
2
3# Another test for a failing ":" in AC_OUTPUT. Report from Maciej
4# Stachowiak.
5
6. $srcdir/defs || exit 1
7
8cat > configure.in << 'END'
9PACKAGE=nonesuch
10VERSION=nonesuch
11AC_ARG_PROGRAM
12AC_PROG_INSTALL
13AC_OUTPUT(subdir/bar:subdir/foo \
14 Makefile \
15 subdir/Makefile
16)
17END
18
19: > Makefile.am
20
21mkdir subdir
22: > subdir/Makefile.am
23: > subdir/foo
24
25$AUTOMAKE
Note: See TracBrowser for help on using the repository browser.