diff ChangeLog @ 8618:f8b3ece45bda

use separate prefix for shllib and shlbin files
author John W. Eaton <jwe@octave.org>
date Wed, 28 Jan 2009 17:42:18 -0500
parents 08331c2fb00f
children f1534e248260
line wrap: on
line diff
--- a/ChangeLog	Wed Jan 28 13:53:49 2009 +0100
+++ b/ChangeLog	Wed Jan 28 17:42:18 2009 -0500
@@ -1,3 +1,13 @@
+2009-01-28  John W. Eaton  <jwe@octave.org>
+
+ 	* configure.in (SHLLIBPRE, SHLBINPRE): New variables.  AC_SUBST them.
+ 	(*-*-cygwin*): Set LIBPRE and SHLBINPRE to cyg and SHLLIBPRE to lib.
+	Use SHLLIBPRE and SHLLIB in definition of SONAME_FLAGS.
+	(*-*-msdosmsvc): Make SHLBINPRE and SHLLIBPRE empty.
+ 	Adjust definition of SONAME_FLAGS for SHLLIBPRE.
+	* Makeconf.in (SHLLIBPRE, SHLBINPRE): Substitute new variables here.
+	From Marco Atzeri <marco_atzeri@yahoo.it>.
+
 2009-01-27  Benjamin Lindner  <lindnerb@users.sourceforge.net>
 
 	* configure.in: Add of -lregex to REGEX_LIBS.