]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (LIBS_MACHINE): Remove, unused.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 26 Apr 2010 18:14:24 +0000 (11:14 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 26 Apr 2010 18:14:24 +0000 (11:14 -0700)
* Makefile.in (LIBS_MACHINE): Remove all uses, unused.
* configure.in (LIBS_MACHINE): Remove, unused.

ChangeLog
configure.in
lib-src/ChangeLog
lib-src/Makefile.in
src/ChangeLog
src/Makefile.in

index 3ebb55e6a031eeb4bc941589d3308c15a163e477..02f7400ede07e4797d7ceae3902bb678d4a5f6a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index c15eedb648800123addbfa00c8188e6d26f8027c..535d58c5d432c80f19d94a73e50febd5341f9830 100644 (file)
@@ -866,9 +866,6 @@ tempcname="conftest.c"
 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 @@ echo '
 #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
 
index 854718b450b043cb686aafbdcabfbf842942a646..53db176748752b24d12880cc3eb30df955311f29 100644 (file)
@@ -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.
index 0b9a22272ebcc5c74fe7dffc2ac80fcd35f2bcba..90c9fa7f36c76744eac0168790843d1edae5dc22 100644 (file)
@@ -171,11 +171,6 @@ CPP_CFLAGS = $(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) -DHAVE_CONFIG_H -I. -I../src
 #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
index 58ea0e2476bfb2c158b036d97dff6316b8f3cf77..9807cd45f3a6d49bc6449fe1a200b5817cf99dd6 100644 (file)
@@ -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.
index 14fe29cf48282caa092cfc9101cfea1254dbc140..d27794793b6af7997853befcd2f8b548cfc04346 100644 (file)
@@ -170,11 +170,6 @@ DEPFLAGS = -MMD -MF deps/$*.d
 #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)))