head	1.2;
access;
symbols
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.03.05.11.28.13;	author roam;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
log
@Update to 0.8.17.
@
text
@--- configure.orig	Wed Feb 20 12:39:08 2002
+++ configure	Wed Feb 20 12:39:39 2002
@@@@ -1240,6 +1240,7 @@@@
 # The aliases save the names the user supplied, while $host etc.
 # will get canonicalized.
 test -n "$target_alias" &&
+  test "$target_alias" != "$host_alias" &&
   test "$program_prefix$program_suffix$program_transform_name" = \
     NONENONEs,x,x, &&
   program_prefix=${target_alias}-
@


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
@@

