changeset 108120:080274726e38

* Makefile.in (LIBS_MACHINE): Remove, unused. * Makefile.in (LIBS_MACHINE): Remove all uses, unused. * configure.in (LIBS_MACHINE): Remove, unused.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 26 Apr 2010 11:14:24 -0700
parents beeec356b30f
children 273fb5620f24
files ChangeLog configure.in lib-src/ChangeLog lib-src/Makefile.in src/ChangeLog src/Makefile.in
diffstat 6 files changed, 13 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Apr 26 10:10:09 2010 -0700
+++ b/ChangeLog	Mon Apr 26 11:14:24 2010 -0700
@@ -1,3 +1,9 @@
+2010-04-26  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* configure.in (LIBS_MACHINE): Remove, unused.
+
+	* configure.in (LIB_MATH): New output variable.  Set it for some systems.
+
 2010-04-24  Glenn Morris  <rgm@gnu.org>
 
 	* configure.in (CRT_DIR): New output variable.
--- a/configure.in	Mon Apr 26 10:10:09 2010 -0700
+++ b/configure.in	Mon Apr 26 11:14:24 2010 -0700
@@ -866,9 +866,6 @@
 echo '
 #include "'${srcdir}'/src/'${opsysfile}'"
 #include "'${srcdir}'/src/'${machfile}'"
-#ifndef LIBS_MACHINE
-#define LIBS_MACHINE
-#endif
 #ifndef LIBS_SYSTEM
 #define LIBS_SYSTEM
 #endif
@@ -878,7 +875,7 @@
 #ifndef C_SWITCH_MACHINE
 #define C_SWITCH_MACHINE
 #endif
-configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM
+configure___ libsrc_libs=LIBS_SYSTEM
 configure___ c_switch_system=C_SWITCH_SYSTEM
 configure___ c_switch_machine=C_SWITCH_MACHINE
 
--- a/lib-src/ChangeLog	Mon Apr 26 10:10:09 2010 -0700
+++ b/lib-src/ChangeLog	Mon Apr 26 11:14:24 2010 -0700
@@ -1,3 +1,7 @@
+2010-04-26  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* Makefile.in (LIBS_MACHINE): Remove all uses, unused.
+
 2010-04-18  Juanma Barranquero  <lekktu@gmail.com>
 
 	Add stubs for Windows, required after CVE-2010-0825 change.
--- a/lib-src/Makefile.in	Mon Apr 26 10:10:09 2010 -0700
+++ b/lib-src/Makefile.in	Mon Apr 26 11:14:24 2010 -0700
@@ -171,11 +171,6 @@
 #define LIBS_SYSTEM
 #endif
 
-/* Some m/MACHINE.h files define this to request special libraries.  */
-#ifndef LIBS_MACHINE
-#define LIBS_MACHINE
-#endif
-
 #undef MOVEMAIL_NEEDS_BLESSING
 #ifndef MAIL_USE_FLOCK
 #ifndef MAIL_USE_LOCKF
--- a/src/ChangeLog	Mon Apr 26 10:10:09 2010 -0700
+++ b/src/ChangeLog	Mon Apr 26 11:14:24 2010 -0700
@@ -1,5 +1,7 @@
 2010-04-26  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* Makefile.in (LIBS_MACHINE): Remove, unused.
+
 	Use autoconf instead of cpp for LIB_MATH.
 	* s/darwin.h (LIB_MATH): Do not define here, move to configure.
 	* s/cygwin.h (LIB_MATH): Likewise.
--- a/src/Makefile.in	Mon Apr 26 10:10:09 2010 -0700
+++ b/src/Makefile.in	Mon Apr 26 11:14:24 2010 -0700
@@ -170,11 +170,6 @@
 #define LIBS_SYSTEM
 #endif
 
-/* Some m/MACHINE.h files define this to request special libraries.  */
-#ifndef LIBS_MACHINE
-#define LIBS_MACHINE
-#endif
-
 /* Some s/SYSTEM.h files define this to request special switches in ld.  */
 #ifndef LD_SWITCH_SYSTEM
 #if !defined (__GNUC__) && ((defined (BSD_SYSTEM) && !defined (COFF)))