emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100037: * Makefile.in (LIBS_MACHINE)


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100037: * Makefile.in (LIBS_MACHINE): Remove, unused.
Date: Mon, 26 Apr 2010 11:14:24 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100037
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Mon 2010-04-26 11:14:24 -0700
message:
  * Makefile.in (LIBS_MACHINE): Remove, unused.
  * Makefile.in (LIBS_MACHINE): Remove all uses, unused.
  * configure.in (LIBS_MACHINE): Remove, unused.
modified:
  ChangeLog
  configure.in
  lib-src/ChangeLog
  lib-src/Makefile.in
  src/ChangeLog
  src/Makefile.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-04-24 02:23:22 +0000
+++ b/ChangeLog 2010-04-26 18:14:24 +0000
@@ -1,3 +1,9 @@
+2010-04-26  Dan Nicolaescu  <address@hidden>
+
+       * configure.in (LIBS_MACHINE): Remove, unused.
+
+       * configure.in (LIB_MATH): New output variable.  Set it for some 
systems.
+
 2010-04-24  Glenn Morris  <address@hidden>
 
        * configure.in (CRT_DIR): New output variable.

=== modified file 'configure.in'
--- a/configure.in      2010-04-26 17:10:09 +0000
+++ b/configure.in      2010-04-26 18:14:24 +0000
@@ -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
 

=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2010-04-19 15:07:52 +0000
+++ b/lib-src/ChangeLog 2010-04-26 18:14:24 +0000
@@ -1,3 +1,7 @@
+2010-04-26  Dan Nicolaescu  <address@hidden>
+
+       * Makefile.in (LIBS_MACHINE): Remove all uses, unused.
+
 2010-04-18  Juanma Barranquero  <address@hidden>
 
        Add stubs for Windows, required after CVE-2010-0825 change.

=== modified file 'lib-src/Makefile.in'
--- a/lib-src/Makefile.in       2010-04-12 14:38:42 +0000
+++ b/lib-src/Makefile.in       2010-04-26 18:14:24 +0000
@@ -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

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-04-26 17:10:09 +0000
+++ b/src/ChangeLog     2010-04-26 18:14:24 +0000
@@ -1,5 +1,7 @@
 2010-04-26  Dan Nicolaescu  <address@hidden>
 
+       * 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.

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2010-04-26 17:10:09 +0000
+++ b/src/Makefile.in   2010-04-26 18:14:24 +0000
@@ -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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]