summaryrefslogtreecommitdiff
path: root/tests/auxdir2.test
blob: 891dc61af1256497685d6d9685ff5847d9e5fdf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

# It should be possible to use a computed auxdir.  This might seem
# bizarre, but it is actually used in multilib builds.

. $srcdir/defs || exit 1

# The "./." is here so we don't have to mess with subdirs.
cat >> configure.in << 'END'
AC_CONFIG_AUX_DIR($foo)
END

: > Makefile.am

$ACLOCAL || exit 1
$AUTOMAKE