aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-26 11:14:24 -0700
committerDan Nicolaescu2010-04-26 11:14:24 -0700
commit7e10844c7223ea4a97b3c6ca590377e5cd5a205f (patch)
treec011a995add75fa543bdc2a962b79e48a2f5fb4d
parent9452ded1310f9d725ef318038ceab4737b7b92d9 (diff)
downloademacs-7e10844c7223ea4a97b3c6ca590377e5cd5a205f.tar.gz
emacs-7e10844c7223ea4a97b3c6ca590377e5cd5a205f.zip
* Makefile.in (LIBS_MACHINE): Remove, unused.
* Makefile.in (LIBS_MACHINE): Remove all uses, unused. * configure.in (LIBS_MACHINE): Remove, unused.
-rw-r--r--ChangeLog6
-rw-r--r--configure.in5
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/Makefile.in5
-rw-r--r--src/ChangeLog2
-rw-r--r--src/Makefile.in5
6 files changed, 13 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ebb55e6a03..02f7400ede0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * configure.in (LIBS_MACHINE): Remove, unused.
4
5 * configure.in (LIB_MATH): New output variable. Set it for some systems.
6
12010-04-24 Glenn Morris <rgm@gnu.org> 72010-04-24 Glenn Morris <rgm@gnu.org>
2 8
3 * configure.in (CRT_DIR): New output variable. 9 * configure.in (CRT_DIR): New output variable.
diff --git a/configure.in b/configure.in
index c15eedb6488..535d58c5d43 100644
--- a/configure.in
+++ b/configure.in
@@ -866,9 +866,6 @@ tempcname="conftest.c"
866echo ' 866echo '
867#include "'${srcdir}'/src/'${opsysfile}'" 867#include "'${srcdir}'/src/'${opsysfile}'"
868#include "'${srcdir}'/src/'${machfile}'" 868#include "'${srcdir}'/src/'${machfile}'"
869#ifndef LIBS_MACHINE
870#define LIBS_MACHINE
871#endif
872#ifndef LIBS_SYSTEM 869#ifndef LIBS_SYSTEM
873#define LIBS_SYSTEM 870#define LIBS_SYSTEM
874#endif 871#endif
@@ -878,7 +875,7 @@ echo '
878#ifndef C_SWITCH_MACHINE 875#ifndef C_SWITCH_MACHINE
879#define C_SWITCH_MACHINE 876#define C_SWITCH_MACHINE
880#endif 877#endif
881configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM 878configure___ libsrc_libs=LIBS_SYSTEM
882configure___ c_switch_system=C_SWITCH_SYSTEM 879configure___ c_switch_system=C_SWITCH_SYSTEM
883configure___ c_switch_machine=C_SWITCH_MACHINE 880configure___ c_switch_machine=C_SWITCH_MACHINE
884 881
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 854718b450b..53db1767487 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * Makefile.in (LIBS_MACHINE): Remove all uses, unused.
4
12010-04-18 Juanma Barranquero <lekktu@gmail.com> 52010-04-18 Juanma Barranquero <lekktu@gmail.com>
2 6
3 Add stubs for Windows, required after CVE-2010-0825 change. 7 Add stubs for Windows, required after CVE-2010-0825 change.
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 0b9a22272eb..90c9fa7f36c 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -171,11 +171,6 @@ CPP_CFLAGS = $(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) -DHAVE_CONFIG_H -I. -I../src
171#define LIBS_SYSTEM 171#define LIBS_SYSTEM
172#endif 172#endif
173 173
174/* Some m/MACHINE.h files define this to request special libraries. */
175#ifndef LIBS_MACHINE
176#define LIBS_MACHINE
177#endif
178
179#undef MOVEMAIL_NEEDS_BLESSING 174#undef MOVEMAIL_NEEDS_BLESSING
180#ifndef MAIL_USE_FLOCK 175#ifndef MAIL_USE_FLOCK
181#ifndef MAIL_USE_LOCKF 176#ifndef MAIL_USE_LOCKF
diff --git a/src/ChangeLog b/src/ChangeLog
index 58ea0e2476b..9807cd45f3a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-04-26 Dan Nicolaescu <dann@ics.uci.edu> 12010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * Makefile.in (LIBS_MACHINE): Remove, unused.
4
3 Use autoconf instead of cpp for LIB_MATH. 5 Use autoconf instead of cpp for LIB_MATH.
4 * s/darwin.h (LIB_MATH): Do not define here, move to configure. 6 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
5 * s/cygwin.h (LIB_MATH): Likewise. 7 * s/cygwin.h (LIB_MATH): Likewise.
diff --git a/src/Makefile.in b/src/Makefile.in
index 14fe29cf482..d27794793b6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -170,11 +170,6 @@ DEPFLAGS = -MMD -MF deps/$*.d
170#define LIBS_SYSTEM 170#define LIBS_SYSTEM
171#endif 171#endif
172 172
173/* Some m/MACHINE.h files define this to request special libraries. */
174#ifndef LIBS_MACHINE
175#define LIBS_MACHINE
176#endif
177
178/* Some s/SYSTEM.h files define this to request special switches in ld. */ 173/* Some s/SYSTEM.h files define this to request special switches in ld. */
179#ifndef LD_SWITCH_SYSTEM 174#ifndef LD_SWITCH_SYSTEM
180#if !defined (__GNUC__) && ((defined (BSD_SYSTEM) && !defined (COFF))) 175#if !defined (__GNUC__) && ((defined (BSD_SYSTEM) && !defined (COFF)))