source:
vendor/automake/1.4-p6/tests/defun.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
File size: 212 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | # Make sure aclocal picks up on all macro definitions. |
4 | |
5 | . $srcdir/defs || exit 1 |
6 | |
7 | cat > acinclude.m4 << 'END' |
8 | AC_DEFUN([AM_FUNC_TWO],) |
9 | AC_DEFUN([AM_FUNC_ONE], |
10 | AC_REQUIRE([AM_FUNC_TWO])) |
11 | END |
12 | |
13 | $ACLOCAL |
Note:
See TracBrowser
for help on using the repository browser.