* lib/am/depend.am (distclean-depend): Erase %DEPDIRS%, not $(DEPDIRS).
[platform/upstream/automake.git] / tests / ammissing.test
1 #! /bin/sh
2
3 # Test to see if aclocal correctly reports missing AM_ macro.
4
5 . $srcdir/defs || exit 1
6
7 echo AM_ZARDOZ >> configure.in
8
9 $ACLOCAL && exit 1
10 exit 0