[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.4-250-g670a216
mysql vizuser
noreply at mpich.org
Tue May 28 23:17:20 CDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".
The branch, master has been updated
via 670a216ebb3cd3e376ef7bc019ece16a6be2c282 (commit)
from df5d41be07d90561affc18f535c0ebc9af19c761 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/670a216ebb3cd3e376ef7bc019ece16a6be2c282
commit 670a216ebb3cd3e376ef7bc019ece16a6be2c282
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date: Sun May 19 13:31:12 2013 -0500
Enable shared builds by default.
diff --git a/configure.ac b/configure.ac
index b119e92..09826a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -656,7 +656,7 @@ AM_MAINTAINER_MODE([enable])
AM_PROG_AR
-LT_INIT([disable-shared])
+LT_INIT()
# Non-verbose make by default
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/src/armci/configure.ac b/src/armci/configure.ac
index f7a5951..99c71a4 100644
--- a/src/armci/configure.ac
+++ b/src/armci/configure.ac
@@ -21,7 +21,7 @@ AC_PROG_CC(mpicc)
AM_PROG_AR
-LT_INIT(disable-shared)
+LT_INIT()
PAC_POP_FLAG(CFLAGS)
## Non-verbose make
diff --git a/src/mpl/configure.ac b/src/mpl/configure.ac
index 0ea3ab1..fa7380c 100644
--- a/src/mpl/configure.ac
+++ b/src/mpl/configure.ac
@@ -22,7 +22,7 @@ LT_PREREQ([2.2.6])
# Bug in libtool adds -O2 and -g by default
PAC_PUSH_FLAG([CFLAGS])
-LT_INIT(disable-shared)
+LT_INIT()
PAC_POP_FLAG([CFLAGS])
# ----------------------------------------------------------------------------
diff --git a/src/openpa/configure.ac b/src/openpa/configure.ac
index bf682fd..7390333 100644
--- a/src/openpa/configure.ac
+++ b/src/openpa/configure.ac
@@ -22,7 +22,7 @@ LT_PREREQ([2.2.6])
# Bug in libtool adds -O2 and -g by default
save_cflags=$CFLAGS
-LT_INIT(disable-shared)
+LT_INIT()
CFLAGS=$save_cflags
# ----------------------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
src/armci/configure.ac | 2 +-
src/mpl/configure.ac | 2 +-
src/openpa/configure.ac | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list