diff options
| author | Clement Laforet <clement@FreeBSD.org> | 2004-12-11 18:06:04 +0000 |
|---|---|---|
| committer | Clement Laforet <clement@FreeBSD.org> | 2004-12-11 18:06:04 +0000 |
| commit | a3468fefcb7e17260776ae49bc4053c7b66076fb (patch) | |
| tree | b345059920aea199678ac75606fc64d5512e13c2 /www/apache22/files/patch-srclib:apr-util:xml:expat:buildconf.sh | |
| parent | Connect fgfs-base. (diff) | |
- Add apache 2.1.2
This is a development version, awaiting for 2.2
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.sh | 20 |
1 files changed, 20 insertions, 0 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 new file mode 100644 index 000000000000..c4922c1573b9 --- /dev/null +++ b/www/apache22/files/patch-srclib:apr-util:xml:expat:buildconf.sh @@ -0,0 +1,20 @@ +--- 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 |
