source:
trunk/essentials/sys-devel/automake-1.4/tests/colon.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
File size: 349 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | # Test for bug reported by Nyul Laszlo. When using the ":" syntax in |
4 | # AC_OUTPUT, Automake fails to find the correct file. |
5 | |
6 | . $srcdir/defs || exit 1 |
7 | |
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 |
15 | |
16 | : > Makefile.am |
17 | : > foo.hin |
18 | : > stamp-h.in |
19 | |
20 | $AUTOMAKE |
Note:
See TracBrowser
for help on using the repository browser.