* automake.texi (Macros): Document AM_PROG_AS.
[automake.git] / tests / whoami.test
blob8c8dd1336726468f2b32667b7d1969f332ffb23a
1 #! /bin/sh
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
8 cat >> configure.in << 'END'
9 WHO_AM_I=17
10 END
12 $ACLOCAL