From: Mark Wooding Date: Thu, 3 May 2012 12:28:24 +0000 (+0100) Subject: configure.in: Put the auxiliary scripts in a useful place. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/ce5cb7e4209f4f3dbad720a01a899c0d90eb2230 configure.in: Put the auxiliary scripts in a useful place. For some reason, modern Autoconf finds the wrong copy otherwise and all ell breaks loose. --- diff --git a/configure.in b/configure.in index 30c2816..4a52dc3 100644 --- a/configure.in +++ b/configure.in @@ -29,8 +29,9 @@ dnl MA 02111-1307, USA. dnl --- Boring boilerplate --- AC_INIT(blkc.h) -AM_INIT_AUTOMAKE(catacomb, 2.1.1) AM_CONFIG_HEADER(config.h) +AC_CONFIG_AUX_DIR(.) +AM_INIT_AUTOMAKE(catacomb, 2.1.1) dnl --- Make sure I can compile and build libraries ---