source:
vendor/automake/1.4-p6/tests/subst.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
File size: 303 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | # Test that AC_SUBST($1) does something sensible. From Ulrich |
4 | # Drepper. |
5 | |
6 | . $srcdir/defs || exit 1 |
7 | |
8 | cat >> configure.in << 'END' |
9 | AC_SUBST($1) |
10 | AC_SUBST([$]$1) dnl this is the actual invocation that was used |
11 | END |
12 | |
13 | : > Makefile.am |
14 | |
15 | $AUTOMAKE || exit 1 |
16 | grep '^\$1' Makefile.in && exit 1 |
17 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.