summaryrefslogtreecommitdiff
path: root/tests/depacl.test
blob: c8b2268189181d0b3e62f9d957b8b12034e931b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

# Test to make sure dependency tracking works.

. $srcdir/defs || exit 1

cat > configure.in << 'END'
AM_C_PROTOTYPES
END

$ACLOCAL || exit 1

grep '^AC_DEFUN.*AM_PROG_CC_STDC' aclocal.m4