configure.in: Put the auxiliary scripts in a useful place.
[u/mdw/catacomb] / 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 ---