Blame synfig-core/config/ltmain.patch

Carlos Lopez a09598
--- ltmain.bak	Thu Apr  7 19:12:55 2005
Carlos Lopez a09598
+++ ltmain.sh	Thu Apr  7 19:20:28 2005
Carlos Lopez a09598
@@ -5362,10 +5362,10 @@
Carlos Lopez a09598
 	  # At present, this check doesn't affect windows .dll's that
Carlos Lopez a09598
 	  # are installed into $libdir/../bin (currently, that works fine)
Carlos Lopez a09598
 	  # but it's something to keep an eye on.
Carlos Lopez a09598
-	  if test "$inst_prefix_dir" = "$destdir"; then
Carlos Lopez a09598
-	    $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
Carlos Lopez a09598
-	    exit 1
Carlos Lopez a09598
-	  fi
Carlos Lopez a09598
+#	  if test "$inst_prefix_dir" = "$destdir"; then
Carlos Lopez a09598
+#	    $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
Carlos Lopez a09598
+#	    exit 1
Carlos Lopez a09598
+#	  fi
Carlos Lopez a09598
 
Carlos Lopez a09598
 	  if test -n "$inst_prefix_dir"; then
Carlos Lopez a09598
 	    # Stick the inst_prefix_dir data into the link command.