diff options
-rwxr-xr-x | libtool.midipix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libtool.midipix b/libtool.midipix index 3cb25ed..9ad3a0e 100755 --- a/libtool.midipix +++ b/libtool.midipix @@ -2754,15 +2754,6 @@ func_mode_install () # Determine the prefix the user has applied to our future dir. inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` - # Don't allow the user to place us outside of our expected - # location b/c this prevents finding dependent libraries that - # are installed to the same prefix. - # At present, this check doesn't affect windows .dll's that - # are installed into $libdir/../bin (currently, that works fine) - # but it's something to keep an eye on. - test "$inst_prefix_dir" = "$destdir" && \ - func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" - if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` |