clean fixlet
[automake.git] / tests / depacl2.test
blob26e99b2308564ee63e2999b3ee1ab26ba4948eb5
1 #! /bin/sh
3 # Test to make sure dependencies work when require'd macro is part of
4 # autoconf.
6 . $srcdir/defs || exit 1
8 cat > configure.in << 'END'
9 AM_C_PROTOTYPES
10 END
12 cat > AM_C_PROTOTYPES.m4 << 'END'
13 AC_REQUIRE([AC_HEADER_STDC])
14 END
16 # Our --acdir overrides the one in $ACLOCAL.
17 $ACLOCAL --acdir=.