Tag
Hash :
35158ae1
Author :
Date :
2001-07-23T01:01:53
* tests/Makefile.am (TESTS): Added auxdir2.test. (XFAIL_TESTS): Likewise. * tests/auxdir2.test: New file.
#! /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
$AUTOMAKE