aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in16
-rw-r--r--msdos/sed1v2.inp1
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/config.nt19
-rw-r--r--src/ChangeLog3
-rw-r--r--src/Makefile.in16
7 files changed, 29 insertions, 34 deletions
diff --git a/ChangeLog b/ChangeLog
index b1b4a39e1fb..ebd2bb2ac6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12010-05-13 Glenn Morris <rgm@gnu.org>
2
3 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
4
12010-05-12 Glenn Morris <rgm@gnu.org> 52010-05-12 Glenn Morris <rgm@gnu.org>
2 6
3 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused. 7 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
diff --git a/configure.in b/configure.in
index 491c3af9dce..4d7e2d6ab3f 100644
--- a/configure.in
+++ b/configure.in
@@ -3012,6 +3012,7 @@ fi
3012### Use configuration here uncanonicalized to avoid exceeding size limits. 3012### Use configuration here uncanonicalized to avoid exceeding size limits.
3013AC_SUBST(version) 3013AC_SUBST(version)
3014AC_SUBST(configuration) 3014AC_SUBST(configuration)
3015## Unused?
3015AC_SUBST(canonical) 3016AC_SUBST(canonical)
3016AC_SUBST(srcdir) 3017AC_SUBST(srcdir)
3017AC_SUBST(prefix) 3018AC_SUBST(prefix)
@@ -3033,6 +3034,9 @@ AC_SUBST(bitmapdir)
3033AC_SUBST(gamedir) 3034AC_SUBST(gamedir)
3034AC_SUBST(gameuser) 3035AC_SUBST(gameuser)
3035AC_SUBST(unexec) 3036AC_SUBST(unexec)
3037## FIXME? Nothing uses @LD_SWITCH_X_SITE@.
3038## src/Makefile.in did add LD_SWITCH_X_SITE (as a cpp define) to the
3039## end of LIBX_BASE, but nothing ever set it.
3036AC_SUBST(LD_SWITCH_X_SITE) 3040AC_SUBST(LD_SWITCH_X_SITE)
3037AC_SUBST(C_SWITCH_X_SITE) 3041AC_SUBST(C_SWITCH_X_SITE)
3038AC_SUBST(C_SWITCH_X_SYSTEM) 3042AC_SUBST(C_SWITCH_X_SYSTEM)
@@ -3060,18 +3064,6 @@ AC_DEFINE_UNQUOTED(config_machfile, "${machfile}",
3060 [Define to the used machine dependent file.]) 3064 [Define to the used machine dependent file.])
3061AC_DEFINE_UNQUOTED(config_opsysfile, "${opsysfile}", 3065AC_DEFINE_UNQUOTED(config_opsysfile, "${opsysfile}",
3062 [Define to the used os dependent file.]) 3066 [Define to the used os dependent file.])
3063AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE},
3064[Define LD_SWITCH_X_SITE to contain any special flags your loader
3065 may need to deal with X Windows. For instance, if you've defined
3066 HAVE_X_WINDOWS above and your X libraries aren't in a place that
3067 your loader can find on its own, you might want to add "-L/..." or
3068 something similar.])
3069AC_DEFINE_UNQUOTED(C_SWITCH_X_SITE, ${C_SWITCH_X_SITE},
3070[Define C_SWITCH_X_SITE to contain any special flags your compiler
3071 may need to deal with X Windows. For instance, if you've defined
3072 HAVE_X_WINDOWS above and your X include files aren't in a place
3073 that your compiler can find on its own, you might want to add
3074 "-I/..." or something similar.])
3075 3067
3076XMENU_OBJ= 3068XMENU_OBJ=
3077XOBJ= 3069XOBJ=
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp
index 3a96518fe20..806fc98eb6b 100644
--- a/msdos/sed1v2.inp
+++ b/msdos/sed1v2.inp
@@ -46,6 +46,7 @@ s/\.h\.in/.h-in/
46/^C_SWITCH_SYSTEM *=/s/@C_SWITCH_SYSTEM@// 46/^C_SWITCH_SYSTEM *=/s/@C_SWITCH_SYSTEM@//
47/^C_SWITCH_X_SYSTEM *=/s/@C_SWITCH_X_SYSTEM@// 47/^C_SWITCH_X_SYSTEM *=/s/@C_SWITCH_X_SYSTEM@//
48/^C_SWITCH_X_SITE *=/s/@C_SWITCH_X_SITE@// 48/^C_SWITCH_X_SITE *=/s/@C_SWITCH_X_SITE@//
49#/^LD_SWITCH_X_SITE *=/s/@LD_SWITCH_X_SITE@//
49/^LD_SWITCH_SYSTEM_TEMACS *=/s/@LD_SWITCH_SYSTEM_TEMACS@// 50/^LD_SWITCH_SYSTEM_TEMACS *=/s/@LD_SWITCH_SYSTEM_TEMACS@//
50/^LD_SWITCH_X_SITE_AUX *=/s/@LD_SWITCH_X_SITE_AUX@// 51/^LD_SWITCH_X_SITE_AUX *=/s/@LD_SWITCH_X_SITE_AUX@//
51/^LD_SWITCH_X_SITE_AUX_RPATH *=/s/@LD_SWITCH_X_SITE_AUX_RPATH@// 52/^LD_SWITCH_X_SITE_AUX_RPATH *=/s/@LD_SWITCH_X_SITE_AUX_RPATH@//
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 3be9a7f61d4..6db0eb744c9 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12010-05-13 Glenn Morris <rgm@gnu.org>
2
3 * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
4
12010-05-07 Chong Yidong <cyd@stupidchicken.com> 52010-05-07 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * Version 23.2 released. 7 * Version 23.2 released.
diff --git a/nt/config.nt b/nt/config.nt
index 9e223573ea3..7ec98fb7666 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -1,6 +1,7 @@
1/* GNU Emacs site configuration template file. -*- C -*- 1/* GNU Emacs site configuration template file. -*- C -*-
2 Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2
3 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 3Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006,
4 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4 5
5This file is part of GNU Emacs. 6This file is part of GNU Emacs.
6 7
@@ -318,20 +319,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
318 319
319#define subprocesses 320#define subprocesses
320 321
321/* Define LD_SWITCH_X_SITE to contain any special flags your loader
322 may need to deal with X Windows. For instance, if you've defined
323 HAVE_X_WINDOWS above and your X libraries aren't in a place that
324 your loader can find on its own, you might want to add "-L/..." or
325 something similar. */
326#undef LD_SWITCH_X_SITE
327
328/* Define C_SWITCH_X_SITE to contain any special flags your compiler
329 may need to deal with X Windows. For instance, if you've defined
330 HAVE_X_WINDOWS above and your X include files aren't in a place
331 that your compiler can find on its own, you might want to add
332 "-I/..." or something similar. */
333#undef C_SWITCH_X_SITE
334
335/* Define STACK_DIRECTION here, but not if m/foo.h did. */ 322/* Define STACK_DIRECTION here, but not if m/foo.h did. */
336#ifndef STACK_DIRECTION 323#ifndef STACK_DIRECTION
337#undef STACK_DIRECTION 324#undef STACK_DIRECTION
diff --git a/src/ChangeLog b/src/ChangeLog
index a1d1cdfebf8..0afd7265922 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12010-05-13 Glenn Morris <rgm@gnu.org> 12010-05-13 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
4 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
5
3 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD) 6 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
4 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS) 7 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
5 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS) 8 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
diff --git a/src/Makefile.in b/src/Makefile.in
index 8b360ae9eea..1df4d562551 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -85,6 +85,15 @@ C_SWITCH_X_SYSTEM=@C_SWITCH_X_SYSTEM@
85## This is used before C_SWITCH_X_SYSTEM and may override it. 85## This is used before C_SWITCH_X_SYSTEM and may override it.
86C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ 86C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
87 87
88## Define LD_SWITCH_X_SITE to contain any special flags your loader
89## may need to deal with X Windows. For instance, if your X libraries
90## aren't in a place that your loader can find on its own, you might
91## want to add "-L/..." or something similar. Only used if
92## HAVE_X_WINDOWS.
93## FIXME? configure sets a value for this, but it has never been
94## substituted in this or any other Makefile. Cf C_SWITCH_X_SITE.
95LD_SWITCH_X_SITE=
96
88## This holds any special options for linking temacs only (ie, not 97## This holds any special options for linking temacs only (ie, not
89## used by configure). Not used elsewhere because it sometimes 98## used by configure). Not used elsewhere because it sometimes
90## contains options that have to do with using Emacs's crt0, 99## contains options that have to do with using Emacs's crt0,
@@ -241,11 +250,6 @@ DEPFLAGS = -MMD -MF deps/$*.d
241 do not let it interfere with this file. */ 250 do not let it interfere with this file. */
242#undef register 251#undef register
243 252
244/* This macro is for switches specifically related to X Windows. */
245#ifndef LD_SWITCH_X_SITE
246#define LD_SWITCH_X_SITE
247#endif
248
249#ifdef NS_IMPL_GNUSTEP 253#ifdef NS_IMPL_GNUSTEP
250/* Pull in stuff from GNUstep-make. */ 254/* Pull in stuff from GNUstep-make. */
251FOUNDATION_LIB=gnu 255FOUNDATION_LIB=gnu
@@ -296,7 +300,7 @@ LIBXMENU=
296#endif /* not HAVE_MENUS */ 300#endif /* not HAVE_MENUS */
297 301
298LIBXT=$(TOOLKIT_LIBW) $(LIBXT_OTHER) 302LIBXT=$(TOOLKIT_LIBW) $(LIBXT_OTHER)
299LIBX_BASE=$(LIBXMENU) LD_SWITCH_X_SITE 303LIBX_BASE=$(LIBXMENU) $(LD_SWITCH_X_SITE)
300LIBX_OTHER=@LIBX_OTHER@ 304LIBX_OTHER=@LIBX_OTHER@
301#endif /* not HAVE_X_WINDOWS */ 305#endif /* not HAVE_X_WINDOWS */
302 306