head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.3
date	2009.09.10.11.50.56;	author roam;	state Exp;
branches;
next	1.2;

1.2
date	2002.05.21.17.53.20;	author roam;	state Exp;
branches;
next	1.1;

1.1
date	2002.02.20.11.03.42;	author roam;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to mhash-0.9.9.9.
Add descriptive headers to all the patches.
@
text
@Description: Do not install the useless .la file.
 This is a FreeBSD-specific patch, upstream doesn't really need it.
Author: Ying-Chieh Liao <ijliao@@FreeBSD.org>
Forwarded: not-needed
Last-Update: 2009-09-10

--- ltmain.sh.orig
+++ ltmain.sh
@@@@ -6003,10 +6003,12 @@@@
 	fi
 
 	# Install the pseudo-library for information purposes.
+	if /usr/bin/false; then
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
 	instname="$dir/$name"i
 	$show "$install_prog $instname $destdir/$name"
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
+	fi
 
 	# Maybe install the static library, too.
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
@


1.2
log
@Update to 0.8.14.
@
text
@d1 9
a9 3
--- ltmain.sh.orig	Tue May 21 20:44:59 2002
+++ ltmain.sh	Tue May 21 20:45:32 2002
@@@@ -4247,10 +4247,12 @@@@
@


1.1
log
@Update to 0.9.13.
In the process, fix an autoconf-2.52 bug in using $target_alias
as a program prefix even if it is exactly the same as $host_alias.
Also, remove the installation of the library .la file.

Based on a patch by:	ijliao
@
text
@d1 3
a3 3
--- libtool.orig	Wed Feb 20 12:43:25 2002
+++ libtool	Wed Feb 20 12:43:37 2002
@@@@ -3723,11 +3723,13 @@@@
d8 4
a11 5
 	if test "$install_ltlibs" = yes; then
 	  name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
 	  instname="$dir/$name"i
 	  $show "$install_prog $instname $destdir/$name"
 	  $run eval "$install_prog $instname $destdir/$name" || exit $?
a12 1
 	fi
d15 1
@

