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-Tag: 2.1.2~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/commitdiff_plain/ce5cb7e4209f4f3dbad720a01a899c0d90eb2230?ds=sidebyside 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 30c28162..4a52dc32 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 ---