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 179b03af7a175fb24bc112f06ff3e7fcf5f71fc3 (commit) from 80ad7cf8446ae48e6177f2904fe7d3092054c514 (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/179b03af7a175fb24bc112f06ff3e7fcf5... commit 179b03af7a175fb24bc112f06ff3e7fcf5f71fc3 Author: Antonio J. Pena <[email protected]> Date: Mon Jul 22 16:25:07 2013 -0500 Small fix after 80ad7cf8 to fix ticket #1870. Ken Raffenetti reported the default GNU patch for FreeBSD is too old to recognise the --no-backup-if-mismatch flag. This fix switches to a manual removal approach. Signed-off-by: Ken Raffenetti <[email protected]> diff --git a/autogen.sh b/autogen.sh index 4282370..680bfb6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -919,7 +919,8 @@ if [ $do_bindings = "yes" ] ; then echo "------------------------------------------------------------------------" echo echo_n "Patching libtool.m4 for compatibility with nagfor shared libraries... " - patch --forward --no-backup-if-mismatch -p0 -s -l < maint/libtool.m4.patch + patch --forward -p0 -s -l < maint/libtool.m4.patch + rm -f confdb/libtool.m4.orig if [ $? -eq 0 ] ; then echo "done" else ----------------------------------------------------------------------- Summary of changes: autogen.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository