* lib/am/depend.am (distclean-depend): Erase %DEPDIRS%, not $(DEPDIRS).
[platform/upstream/automake.git] / tests / depacl.test
1 #! /bin/sh
2
3 # Test to make sure dependency tracking works.
4
5 . $srcdir/defs || exit 1
6
7 cat > configure.in << 'END'
8 AM_C_PROTOTYPES
9 END
10
11 $ACLOCAL || exit 1
12
13 grep '^AC_DEFUN.*AM_PROG_CC_STDC' aclocal.m4