]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - bootstrap.sh
Docs: Clarify libltdl as licensed under LGPLv2+
[thirdparty/squid.git] / bootstrap.sh
index 25f68ef475245c4f50ffea4c858b993f59ca205e..c094b556e78d4f226fd9e7477f5776b4a40b97d3 100755 (executable)
@@ -85,20 +85,6 @@ bootstrap_libtoolize() {
     ltdl="--ltdl"
 
     bootstrap $tool $ltdl --force --copy --automake
-
-    # customize generated libltdl, if any
-    if test -d libltdl
-    then
-        src=libltdl
-
-        # do not bundle with the huge standard license text
-        rm -f $src/COPYING.LIB
-        makefile=$src/Makefile.in
-        sed 's/COPYING.LIB/ /g' $makefile > $makefile.new;
-        chmod u+w $makefile
-        mv $makefile.new $makefile
-        chmod u-w $makefile
-    fi
 }
 
 # On MAC OS X, GNU libtool is named 'glibtool':