* configure.in: Bump version to 1.5b.
[automake.git] / tests / auxdir2.test
blob891dc61af1256497685d6d9685ff5847d9e5fdf8
1 #! /bin/sh
3 # It should be possible to use a computed auxdir. This might seem
4 # bizarre, but it is actually used in multilib builds.
6 . $srcdir/defs || exit 1
8 # The "./." is here so we don't have to mess with subdirs.
9 cat >> configure.in << 'END'
10 AC_CONFIG_AUX_DIR($foo)
11 END
13 : > Makefile.am
15 $ACLOCAL || exit 1
16 $AUTOMAKE