[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-1-gacb0402
Service Account
noreply at mpich.org
Thu Nov 12 12:48:09 CST 2015
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 acb04026d4804f95263c3d9ba6a6f45ecb9c8262 (commit)
from a4121ab15f4660041503b9f967afded35c2024ad (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/acb04026d4804f95263c3d9ba6a6f45ecb9c8262
commit acb04026d4804f95263c3d9ba6a6f45ecb9c8262
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date: Tue Nov 10 16:36:57 2015 -0600
autogen.sh: bump required libtool version
The reported libtool version in the 2.4.3 tarball is wrong and will
fail an LT_PREREQ test for itself. Require a newer, correctly versioned
libtool to avoid this bug.
Reported-by: Jeff Hammond <jeff.science at gmail.com>
Signed-off-by: Rob Latham <robl at mcs.anl.gov>
diff --git a/autogen.sh b/autogen.sh
index 5370dbf..e263181 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -544,7 +544,7 @@ fi
echo_n "Checking for libtool version... "
recreate_tmp
-ver=2.4.3
+ver=2.4.4
cat <<EOF >.tmp/configure.ac
AC_INIT(testver,1.0)
AC_CONFIG_AUX_DIR([m4])
-----------------------------------------------------------------------
Summary of changes:
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list