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

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

automake 1.4-p6

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
8cat > configure.in << 'END'
9AM_C_PROTOTYPES
10END
11
12cat > AM_C_PROTOTYPES.m4 << 'END'
13AC_REQUIRE([AC_HEADER_STDC])
14END
15
16# Our --acdir overrides the one in $ACLOCAL.
17$ACLOCAL -I .
Note: See TracBrowser for help on using the repository browser.