<div dir="ltr"><div>Hi,<br>  I fail to understand the reason for this section of code in bootstrap.sh<br><br><span style="font-family:monospace,monospace">----<br>8892.1.1  roussko |<br>                  |     # customize generated libltdl, if any<br>10191     squid3@ |     if test -d libltdl<br>8892.1.1  roussko |     then<br>                  |         src=libltdl<br>                  |<br>                  |         # do not bundle with the huge standard license text<br>9926      squid3@ |         rm -f $src/COPYING.LIB<br>8892.1.1  roussko |         makefile=$src/Makefile.in<br>                  |         sed 's/COPYING.LIB/ /g' $makefile > $makefile.new;<br>                  |         chmod u+w $makefile<br>                  |         mv $makefile.new $makefile<br>8892.1.30 roussko |         chmod u-w $makefile<br>8892.1.1  roussko |     fi<br>----<br></span><span style="font-family:arial,helvetica,sans-serif"><br>It comes from a long way back, and at least in my setup (MacOS, automake 1.15, autoconf 2.69, libtool 2.4.6) it's not working: during test-suite somehow the rules targetting COPYING.LIB get recreated.<br></span></div><div><span style="font-family:arial,helvetica,sans-serif">It looks like an optimization feature, could we maybe simply drop it and keep COPYING.LIB around?<br><br></span></div><div><span style="font-family:arial,helvetica,sans-serif">Thanks.<br></span></div><div><span style="font-family:monospace,monospace"></span></div><span style="font-family:monospace,monospace"></span><span style="font-family:monospace,monospace"><br>-- </span><br><div>    Francesco</div></div>