source: vendor/automake/1.4-p6/tests/defun.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

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
7cat > acinclude.m4 << 'END'
8AC_DEFUN([AM_FUNC_TWO],)
9AC_DEFUN([AM_FUNC_ONE],
10AC_REQUIRE([AM_FUNC_TWO]))
11END
12
13$ACLOCAL
Note: See TracBrowser for help on using the repository browser.