diff options
Diffstat (limited to 'ltmain.sh')
-rw-r--r-- | ltmain.sh | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -43,7 +43,7 @@ EXIT_FAILURE=1 | |||
43 | 43 | ||
44 | PROGRAM=ltmain.sh | 44 | PROGRAM=ltmain.sh |
45 | PACKAGE=libtool | 45 | PACKAGE=libtool |
46 | VERSION="1.5.22 Debian 1.5.22-4" | 46 | VERSION=1.5.22 |
47 | TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)" | 47 | TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)" |
48 | 48 | ||
49 | # See if we are running on zsh, and set the options which allow our | 49 | # See if we are running on zsh, and set the options which allow our |
@@ -2082,10 +2082,7 @@ EOF | |||
2082 | case $pass in | 2082 | case $pass in |
2083 | dlopen) libs="$dlfiles" ;; | 2083 | dlopen) libs="$dlfiles" ;; |
2084 | dlpreopen) libs="$dlprefiles" ;; | 2084 | dlpreopen) libs="$dlprefiles" ;; |
2085 | link) | 2085 | link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; |
2086 | libs="$deplibs %DEPLIBS%" | ||
2087 | test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" | ||
2088 | ;; | ||
2089 | esac | 2086 | esac |
2090 | fi | 2087 | fi |
2091 | if test "$pass" = dlopen; then | 2088 | if test "$pass" = dlopen; then |
@@ -3204,11 +3201,6 @@ EOF | |||
3204 | age="$number_minor" | 3201 | age="$number_minor" |
3205 | revision="$number_minor" | 3202 | revision="$number_minor" |
3206 | ;; | 3203 | ;; |
3207 | *) | ||
3208 | $echo "$modename: unknown library version type \`$version_type'" 1>&2 | ||
3209 | $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 | ||
3210 | exit $EXIT_FAILURE | ||
3211 | ;; | ||
3212 | esac | 3204 | esac |
3213 | ;; | 3205 | ;; |
3214 | no) | 3206 | no) |