From ce5cb7e4209f4f3dbad720a01a899c0d90eb2230 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 3 May 2012 13:28:24 +0100 Subject: [PATCH] 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. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 --- -- 2.11.0