]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrap lib/libLtld when running top-level bootstrap.sh.
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 14 Apr 2008 16:18:00 +0000 (10:18 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Mon, 14 Apr 2008 16:18:00 +0000 (10:18 -0600)
This appears necessary because libtoolize-generated lib/libLtdl/Makefile.in is
probably made with an older automake version and refers to a non-existent
mkinstalldirs script. Yet, bootsrapping libLtdl produces warnings (or
non-fatal errors) so I am not sure it is the right thing to do long-term.

bootstrap.sh

index 62175dce7158785bfea091db30f6c18ef39a43a9..6b4fc5faea8186c7a432908e2c2b0f7e6f49b9db 100755 (executable)
@@ -108,7 +108,8 @@ echo "libtool  : $ltver"
 
 for dir in \
        "" \
-       lib/libTrie
+       lib/libTrie \
+       lib/libLtdl
 do
     if [ -z "$dir" ] || [ -d $dir ]; then
        if (