--- curl/buildconf	2004-05-18 06:55:40.000000000 -0400
+++ curlpp/buildconf	2004-09-30 16:24:23.007329496 -0400
@@ -101,7 +101,10 @@
 if test ! -x "$libtool"; then
   libtool=`findtool libtool`
 fi
+
+LIBTOOLIZE="${libtool}ize"
+
 lt_pversion=`$libtool --version 2>/dev/null|head -1|sed -e 's/^[^0-9]*//g' -e 's/[- ].*//'`
 if test -z "$lt_pversion"; then
   echo "buildconf: libtool not found."
 

