summaryrefslogtreecommitdiff
path: root/www/apache22/files/patch-srclib:apr-util:xml:expat:buildconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache22/files/patch-srclib:apr-util:xml:expat:buildconf.sh')
-rw-r--r--www/apache22/files/patch-srclib:apr-util:xml:expat:buildconf.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/apache22/files/patch-srclib:apr-util:xml:expat:buildconf.sh b/www/apache22/files/patch-srclib:apr-util:xml:expat:buildconf.sh
deleted file mode 100644
index c4922c1573b9..000000000000
--- a/www/apache22/files/patch-srclib:apr-util:xml:expat:buildconf.sh
+++ /dev/null
@@ -1,20 +0,0 @@
---- srclib/apr-util/xml/expat/buildconf.sh.orig Wed Nov 17 02:12:20 2004
-+++ srclib/apr-util/xml/expat/buildconf.sh Sat Dec 11 17:04:11 2004
-@@ -3,7 +3,7 @@
- #
- # Find libtoolize
- #
--libtoolize=`conftools/PrintPath glibtoolize libtoolize libtoolize15 libtoolize14`
-+libtoolize=${LIBTOOLIZE}
- if [ "x$libtoolize" = "x" ]; then
- echo "libtoolize not found in path"
- exit 1
-@@ -33,7 +33,7 @@
- ltfile=libtool.m4
- else
- ltpath=`dirname $libtoolize`
-- ltfile=${LIBTOOL_M4-`cd $ltpath/../share/aclocal ; pwd`/libtool.m4}
-+ ltfile=${LIBTOOL_M4-`cd $ltpath/../../share/aclocal ; pwd`/libtool${LIBTOOL_VERSION}.m4}
- fi
- echo "Incorporating $ltfile into aclocal.m4 ..."
- echo "dnl THIS FILE IS AUTOMATICALLY GENERATED BY buildconf.sh" > aclocal.m4