configure.in: Put the auxiliary scripts in a useful place.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 3 May 2012 12:28:24 +0000 (13:28 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 3 May 2012 12:30:01 +0000 (13:30 +0100)
For some reason, modern Autoconf finds the wrong copy otherwise and
all ell breaks loose.

configure.in

index 30c2816..4a52dc3 100644 (file)
@@ -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 ---