From c59607805ecb5c7c8150ecfb2874f8c8a3a5a153 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 8 May 2007 13:24:08 +0000 Subject: [PATCH] There is no need to re-run autogen.sh because of this commit. The next time you run autogen.sh, some *.orig files that are created when autogen.sh patches libtool will be removed (so that "svn st" doesn't report them). This commit was SVN r14606. --- autogen.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autogen.sh b/autogen.sh index 29323a7edf..5547d4bcff 100755 --- a/autogen.sh +++ b/autogen.sh @@ -403,6 +403,7 @@ EOF patch -N -p0 < config/lt1522-pathCC.diff > /dev/null 2>&1 echo " -- patching for pathscale multi-line output (LT 2.1a)" patch -N -p0 < config/lt21a-pathCC.diff > /dev/null 2>&1 + rm -f aclocal.m4.orig fi run_and_check $ompi_autoconf @@ -451,6 +452,7 @@ EOF if test ! -z "`grep otool config/ltmain.sh`" -a \ -z "`grep otool64 config/ltmain.sh`"; then patch -N -p0 < config/ltmain_otool.diff + rm -f config/ltmain.sh.orig else echo " ==> your libtool doesn't need this! yay!" fi