* lib/am/depend.am (distclean-depend): Erase %DEPDIRS%, not $(DEPDIRS).
[platform/upstream/automake.git] / tests / whoami.test
1 #! /bin/sh
2
3 # Test to make sure aclocal doesn't barf on "WHO_AM_I=...".  Report
4 # from Johan Danielsson (and a very nice bug report, too, I might
5 # add).
6 . $srcdir/defs || exit 1
7
8 cat >> configure.in << 'END'
9 WHO_AM_I=17
10 END
11
12 $ACLOCAL