[mpich-commits] r10668 - mpich2/trunk/test/mpi
gropp at mcs.anl.gov
gropp at mcs.anl.gov
Mon Nov 26 14:13:24 CST 2012
Author: gropp
Date: 2012-11-26 14:13:24 -0600 (Mon, 26 Nov 2012)
New Revision: 10668
Modified:
mpich2/trunk/test/mpi/configure.ac
Log:
Move tests for programs after handling with and enable arguments to configure
Modified: mpich2/trunk/test/mpi/configure.ac
===================================================================
--- mpich2/trunk/test/mpi/configure.ac 2012-11-26 17:19:32 UTC (rev 10667)
+++ mpich2/trunk/test/mpi/configure.ac 2012-11-26 20:13:24 UTC (rev 10668)
@@ -36,9 +36,6 @@
AM_INIT_AUTOMAKE([-Wall -Werror foreign 1.12.3 silent-rules subdir-objects])
AM_MAINTAINER_MODE([enable])
-# not using libtool for the test suite, so no LT_INIT
-AC_PROG_RANLIB
-AM_PROG_AR
# Non-verbose make by default
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -506,6 +503,11 @@
AC_C_CONST
AC_C_RESTRICT
+# not using libtool for the test suite, so no LT_INIT. Instead, test here
+# for Library programs
+AC_PROG_RANLIB
+AM_PROG_AR
+
# Enable STRICT CFLAGS
AC_ARG_ENABLE(stricttest,
AC_HELP_STRING([--enable-stricttest], [Turn on strict GCC compilation]))
More information about the commits
mailing list