1
1

* make patch not prompt when running with libtool 1.5.2. I'm going

to have to find a way to just not try to apply the patch, so that I
  don't get the error message ;)

This commit was SVN r656.
Этот коммит содержится в:
Brian Barrett 2004-02-06 05:42:33 +00:00
родитель 2748878e9f
Коммит 6835324c4b

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

@ -368,7 +368,7 @@ EOF
echo " -- patching for argz bugfix in libtool 1.5"
cd src/mca/libltdl
patch -p0 <<EOF
patch -N -p0 <<EOF
--- ltdl.c.old 2003-11-26 16:42:17.000000000 -0500
+++ ltdl.c 2003-12-03 17:06:27.000000000 -0500
@@ -682,7 +682,7 @@