1
1

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.
Этот коммит содержится в:
Jeff Squyres 2007-05-08 13:24:08 +00:00
родитель ad541e163e
Коммит c59607805e

Просмотреть файл

@ -403,6 +403,7 @@ EOF
patch -N -p0 < config/lt1522-pathCC.diff > /dev/null 2>&1 patch -N -p0 < config/lt1522-pathCC.diff > /dev/null 2>&1
echo " -- patching for pathscale multi-line output (LT 2.1a)" echo " -- patching for pathscale multi-line output (LT 2.1a)"
patch -N -p0 < config/lt21a-pathCC.diff > /dev/null 2>&1 patch -N -p0 < config/lt21a-pathCC.diff > /dev/null 2>&1
rm -f aclocal.m4.orig
fi fi
run_and_check $ompi_autoconf run_and_check $ompi_autoconf
@ -451,6 +452,7 @@ EOF
if test ! -z "`grep otool config/ltmain.sh`" -a \ if test ! -z "`grep otool config/ltmain.sh`" -a \
-z "`grep otool64 config/ltmain.sh`"; then -z "`grep otool64 config/ltmain.sh`"; then
patch -N -p0 < config/ltmain_otool.diff patch -N -p0 < config/ltmain_otool.diff
rm -f config/ltmain.sh.orig
else else
echo " ==> your libtool doesn't need this! yay!" echo " ==> your libtool doesn't need this! yay!"
fi fi