[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.4-434-gd81904d
mysql vizuser
noreply at mpich.org
Fri Aug 2 19:28:12 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 d81904d6f6a76a44588b34e8878c5297486d9ea2 (commit)
from 0c41233e795db2fe8e3bd59263187a15cfa93240 (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/d81904d6f6a76a44588b34e8878c5297486d9ea2
commit d81904d6f6a76a44588b34e8878c5297486d9ea2
Author: Antonio J. Pena <apenya at mcs.anl.gov>
Date: Fri Aug 2 18:25:45 2013 -0500
Regenerate configure after patching libtool.m4
Signed-off-by: Pavan Balaji <balaji at mcs.anl.gov>
diff --git a/autogen.sh b/autogen.sh
index 5dc2a7e..e30f6fb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -913,11 +913,13 @@ if [ "$do_build_configure" = "yes" ] ; then
echo_n "Patching libtool.m4 for compatibility with nagfor shared libraries... "
patch --forward -s -l $amdir/confdb/libtool.m4 maint/libtool.m4.patch
if [ $? -eq 0 ] ; then
- echo "done"
# Remove possible leftovers, which don't imply a failure
rm -f $amdir/confdb/libtool.m4.orig
+ # Rebuild configure
+ (cd $amdir && $autoconf -f) || exit 1
# Reset libtool.m4 timestamps to avoid confusing make
touch -r $amdir/confdb/ltversion.m4 $amdir/confdb/libtool.m4
+ echo "done"
else
echo "failed"
fi
-----------------------------------------------------------------------
Summary of changes:
autogen.sh | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list