[MOAB-dev] r2849 - MOAB/trunk
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Mon Apr 20 20:28:23 CDT 2009
Author: kraftche
Date: 2009-04-20 20:28:21 -0500 (Mon, 20 Apr 2009)
New Revision: 2849
Modified:
MOAB/trunk/configure.ac
Log:
add explicit AC_CONFIG_AUX_DIR to avoid unwanted default behavior in some odd corner cases
Modified: MOAB/trunk/configure.ac
===================================================================
--- MOAB/trunk/configure.ac 2009-04-20 16:19:31 UTC (rev 2848)
+++ MOAB/trunk/configure.ac 2009-04-21 01:28:21 UTC (rev 2849)
@@ -3,6 +3,7 @@
################################################################################
AC_INIT(MOAB, 3.99)
AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([.])
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE
More information about the moab-dev
mailing list