source:
vendor/automake/1.4-p6/tests/depacl2.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
File size: 297 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | # Test to make sure dependencies work when require'd macro is part of |
4 | # autoconf. |
5 | |
6 | . $srcdir/defs || exit 1 |
7 | |
8 | cat > configure.in << 'END' |
9 | AM_C_PROTOTYPES |
10 | END |
11 | |
12 | cat > AM_C_PROTOTYPES.m4 << 'END' |
13 | AC_REQUIRE([AC_HEADER_STDC]) |
14 | END |
15 | |
16 | # Our --acdir overrides the one in $ACLOCAL. |
17 | $ACLOCAL -I . |
Note:
See TracBrowser
for help on using the repository browser.