X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Fltmain.sh;h=cc95125f0275f3dfefd6f267110cb8f5174ed3e7;hb=f682ee0918d4e1c5c347073c8d3a6948d1c8bf2e;hp=e457a0783ceeef09571ad7892f7d6e58f9399a12;hpb=b8c92f3862d80db2512bcbd1851f05321585f55e;p=openldap diff --git a/build/ltmain.sh b/build/ltmain.sh index e457a0783c..cc95125f02 100755 --- a/build/ltmain.sh +++ b/build/ltmain.sh @@ -27,7 +27,17 @@ # This file is distributed with OpenLDAP Software, which contains a # configuration script generated by Autoconf, and is distributable # under the same distributions terms as OpenLDAP inself. -# See the OpenLDAP COPYRIGHT and LICENSE file for details. + +## Copyright 1998-2005 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . # Check that we have a working $echo. if test "X$1" = X--no-reexec; then @@ -1410,14 +1420,14 @@ compiler." continue fi name=`$echo "X$deplib" | $Xsed -e 's/^-l//'` - for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do - # Search the libtool library - lib="$searchdir/lib${name}.la" - if test -f "$lib"; then - found=yes - break - fi - done +# for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do +# # Search the libtool library +# lib="$searchdir/lib${name}.la" +# if test -f "$lib"; then +# found=yes +# break +# fi +# done if test "$found" != yes; then # deplib doesn't seem to be a libtool library if test "$linkmode,$pass" = "prog,link"; then