[mpich] MPICH primary repository branch, master, updated. v3.2-1-gacb0402
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/acb04026d4804f95263c3d9ba6a6f45ecb... commit acb04026d4804f95263c3d9ba6a6f45ecb9c8262 Author: Ken Raffenetti <[email protected]> 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 <[email protected]> Signed-off-by: Rob Latham <[email protected]> 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
participants (1)
-
noreply@mpich.org