diff options
Diffstat (limited to 'www/apache20/files/patch-srclib:apr-util:xml:expat:buildconf.sh')
-rw-r--r-- | www/apache20/files/patch-srclib:apr-util:xml:expat:buildconf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache20/files/patch-srclib:apr-util:xml:expat:buildconf.sh b/www/apache20/files/patch-srclib:apr-util:xml:expat:buildconf.sh index 0f870848790c..aad61705b316 100644 --- a/www/apache20/files/patch-srclib:apr-util:xml:expat:buildconf.sh +++ b/www/apache20/files/patch-srclib:apr-util:xml:expat:buildconf.sh @@ -14,7 +14,7 @@ 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} ++ltfile=${LIBTOOL_M4} echo "Incorporating $ltfile into aclocal.m4 ..." echo "dnl THIS FILE IS AUTOMATICALLY GENERATED BY buildconf.sh" > aclocal.m4 echo "dnl edits here will be lost" >> aclocal.m4 |