* configure.in: Bump version to 1.5b.
[automake.git] / tests / depacl2.test
blobbb7c660748052485f975cb5fb55718c12f534718
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 -I .