X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fltmain.sh;h=06823e057a578f95dabd0f233875dcf0553173c7;hb=2ab5e5090d54e4427fec3c64c03bb7a93fe08b8b;hp=c715b59412e8329b88bb10eb918c5acb1ade3daf;hpb=b7672551a970ef6889d43a105a57abf8f4e620ed;p=citadel.git diff --git a/webcit/ltmain.sh b/webcit/ltmain.sh index c715b5941..06823e057 100644 --- a/webcit/ltmain.sh +++ b/webcit/ltmain.sh @@ -43,7 +43,7 @@ EXIT_FAILURE=1 PROGRAM=ltmain.sh PACKAGE=libtool -VERSION="1.5.22 Debian 1.5.22-4" +VERSION=1.5.22 TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)" # See if we are running on zsh, and set the options which allow our @@ -2082,10 +2082,7 @@ EOF case $pass in dlopen) libs="$dlfiles" ;; dlpreopen) libs="$dlprefiles" ;; - link) - libs="$deplibs %DEPLIBS%" - test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" - ;; + link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; esac fi if test "$pass" = dlopen; then @@ -3204,11 +3201,6 @@ EOF age="$number_minor" revision="$number_minor" ;; - *) - $echo "$modename: unknown library version type \`$version_type'" 1>&2 - $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 - exit $EXIT_FAILURE - ;; esac ;; no)