* configure.in: Updated to 1.4d and released.
[automake.git] / tests / aclocal.test
blob7192fdaad06a75eb04b3f188c7a24ef4ec07f515
1 #! /bin/sh
3 # Test to make sure that aclocal --output works. Report from
4 # Alexandre Oliva.
5 . $srcdir/defs || exit 1
7 # configure.in has to have some macro that aclocal can find.
8 echo 'AM_INIT_AUTOMAKE' >> configure.in
10 $ACLOCAL --output=fred || exit 1
11 test -f fred