[mpich2-commits] r5402 - in mpich2/trunk/src/mpe2: cross_spec src/callstack src/collchk src/graphics src/logging src/misc src/slog2sdk/src src/wrappers
chan at mcs.anl.gov
chan at mcs.anl.gov
Tue Oct 6 04:10:58 CDT 2009
Author: chan
Date: 2009-10-06 04:10:58 -0500 (Tue, 06 Oct 2009)
New Revision: 5402
Modified:
mpich2/trunk/src/mpe2/cross_spec/configure.in
mpich2/trunk/src/mpe2/src/callstack/configure.in
mpich2/trunk/src/mpe2/src/collchk/configure.in
mpich2/trunk/src/mpe2/src/graphics/configure.in
mpich2/trunk/src/mpe2/src/logging/configure.in
mpich2/trunk/src/mpe2/src/misc/configure.in
mpich2/trunk/src/mpe2/src/slog2sdk/src/configure.in
mpich2/trunk/src/mpe2/src/wrappers/configure.in
Log:
Added back AC_PREREQ() to configure.in to work around the Debian/Ubuntu's autoconf wrapper which chooses the correct autoconf if AC_PREREQ is in the configure.in but chooses autoconf-2.13 for configure.in if AC_PREREQ is absent. The check in maint/updatefiles can't tell if the autoconf is wrapper or not.
Modified: mpich2/trunk/src/mpe2/cross_spec/configure.in
===================================================================
--- mpich2/trunk/src/mpe2/cross_spec/configure.in 2009-10-06 07:42:21 UTC (rev 5401)
+++ mpich2/trunk/src/mpe2/cross_spec/configure.in 2009-10-06 09:10:58 UTC (rev 5402)
@@ -8,6 +8,7 @@
dnl
dnl
AC_INIT()
+AC_PREREQ(2.52)
AC_CONFIG_AUX_DIR([..])
AC_CONFIG_HEADER(cross_conf.h)
#
Modified: mpich2/trunk/src/mpe2/src/callstack/configure.in
===================================================================
--- mpich2/trunk/src/mpe2/src/callstack/configure.in 2009-10-06 07:42:21 UTC (rev 5401)
+++ mpich2/trunk/src/mpe2/src/callstack/configure.in 2009-10-06 09:10:58 UTC (rev 5402)
@@ -8,6 +8,7 @@
dnl
dnl
AC_INIT()
+AC_PREREQ(2.52)
AC_CONFIG_HEADER( mpe_callstack_conf.h )
dnl
echo "Configuring MPE CallStack Library with $ac_configure_args"
Modified: mpich2/trunk/src/mpe2/src/collchk/configure.in
===================================================================
--- mpich2/trunk/src/mpe2/src/collchk/configure.in 2009-10-06 07:42:21 UTC (rev 5401)
+++ mpich2/trunk/src/mpe2/src/collchk/configure.in 2009-10-06 09:10:58 UTC (rev 5402)
@@ -8,6 +8,7 @@
dnl
dnl
AC_INIT()
+AC_PREREQ(2.52)
AC_CONFIG_HEADER(mpe_collchk_conf.h)
dnl
echo "Configuring MPE Collective and Datatype Checking Library with $ac_configure_args"
Modified: mpich2/trunk/src/mpe2/src/graphics/configure.in
===================================================================
--- mpich2/trunk/src/mpe2/src/graphics/configure.in 2009-10-06 07:42:21 UTC (rev 5401)
+++ mpich2/trunk/src/mpe2/src/graphics/configure.in 2009-10-06 09:10:58 UTC (rev 5402)
@@ -8,6 +8,7 @@
dnl
dnl
AC_INIT()
+AC_PREREQ(2.52)
AC_CONFIG_HEADER(mpe_graphics_conf.h)
dnl
echo "Configuring MPE X Graphics Library with $ac_configure_args"
Modified: mpich2/trunk/src/mpe2/src/logging/configure.in
===================================================================
--- mpich2/trunk/src/mpe2/src/logging/configure.in 2009-10-06 07:42:21 UTC (rev 5401)
+++ mpich2/trunk/src/mpe2/src/logging/configure.in 2009-10-06 09:10:58 UTC (rev 5402)
@@ -49,6 +49,7 @@
#endif /* OPEN */
])
AC_INIT()
+AC_PREREQ(2.52)
AC_CONFIG_HEADER( mpe_logging_conf.h )
dnl
echo "Configuring MPE Logging Library and Tools with $ac_configure_args"
Modified: mpich2/trunk/src/mpe2/src/misc/configure.in
===================================================================
--- mpich2/trunk/src/mpe2/src/misc/configure.in 2009-10-06 07:42:21 UTC (rev 5401)
+++ mpich2/trunk/src/mpe2/src/misc/configure.in 2009-10-06 09:10:58 UTC (rev 5402)
@@ -8,6 +8,7 @@
dnl
dnl
AC_INIT()
+AC_PREREQ(2.52)
AC_CONFIG_HEADER(mpe_misc_conf.h)
dnl
echo "Configuring MPE Miscellaneous Library with $ac_configure_args"
Modified: mpich2/trunk/src/mpe2/src/slog2sdk/src/configure.in
===================================================================
--- mpich2/trunk/src/mpe2/src/slog2sdk/src/configure.in 2009-10-06 07:42:21 UTC (rev 5401)
+++ mpich2/trunk/src/mpe2/src/slog2sdk/src/configure.in 2009-10-06 09:10:58 UTC (rev 5402)
@@ -9,6 +9,7 @@
dnl
dnl
AC_INIT()
+AC_PREREQ(2.52)
AC_CONFIG_AUX_DIR([..])
AC_ARG_ENABLE(echo,
Modified: mpich2/trunk/src/mpe2/src/wrappers/configure.in
===================================================================
--- mpich2/trunk/src/mpe2/src/wrappers/configure.in 2009-10-06 07:42:21 UTC (rev 5401)
+++ mpich2/trunk/src/mpe2/src/wrappers/configure.in 2009-10-06 09:10:58 UTC (rev 5402)
@@ -7,6 +7,7 @@
dnl
dnl
AC_INIT()
+AC_PREREQ(2.52)
AC_CONFIG_HEADER(mpe_wrappers_conf.h)
dnl
echo "Configuring MPE Wrapper Libraries For MPI with $ac_configure_args"
More information about the mpich2-commits
mailing list