#! /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