configure.ac: explicitly set AC_CONFIG_AUX_DIR
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 22 Jul 2009 19:35:40 +0000 (21:35 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 22 Jul 2009 19:35:40 +0000 (21:35 +0200)
Without it, libtool can apparently get confused about which
ltmain.sh to use.

configure.ac

index dabcedb..e8b0ff4 100644 (file)
@@ -1,4 +1,5 @@
 AC_INIT
+AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE(isl, 0.00)