libmudflap installed in wrong directory

Andreas Schwab schwab@suse.de
Sat Oct 30 20:22:00 GMT 2004


This fixes the libmuflap configure script so that the library is installed
in the right directory.  See
<http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html> for the
background.

Andreas.

2004-10-30  Andreas Schwab  <schwab@suse.de>

	* configure.ac (target_alias): Default to $host_alias, not
	$target.
	* configure: Regenerated.

--- libmudflap/configure.ac	14 Oct 2004 11:30:40 +0200	1.7
+++ libmudflap/configure.ac	30 Oct 2004 21:18:08 +0200	
@@ -24,7 +24,7 @@ AC_EXEEXT
 
 AM_ENABLE_MULTILIB(, ..)
 
-target_alias=${target_alias-$target}
+target_alias=${target_alias-$host_alias}
 AC_SUBST(target_alias)
 
 AC_CONFIG_HEADERS(config.h)

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Gcc-patches mailing list