summaryrefslogtreecommitdiff
path: root/nt/config.nt
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-05-03 20:13:35 -0700
committerGlenn Morris <rgm@gnu.org>2010-05-03 20:13:35 -0700
commit27a2cdfc50abe67b29740b1230559fa7d7142c22 (patch)
treeef7fc5db07c148685d5f24f953fb066bb7478e70 /nt/config.nt
parenteb21eab59bbe301074cf478f43743d335254d97e (diff)
downloademacs-27a2cdfc50abe67b29740b1230559fa7d7142c22.tar.gz
Move LD_SWITCH_X_SITE_AUX from cpp to autoconf.
* configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE as well. (LD_SWITCH_X_SITE_AUX_RPATH): New output variable. * nt/config.nt (LD_SWITCH_X_SITE_AUX): Remove. * src/s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell variable. * src/s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove. (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH. * src/s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove. (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of LD_SWITCH_SYSTEM_tmp. * src/Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH): New variables, set by configure.
Diffstat (limited to 'nt/config.nt')
-rw-r--r--nt/config.nt4
1 files changed, 0 insertions, 4 deletions
diff --git a/nt/config.nt b/nt/config.nt
index f000d53e412..9e223573ea3 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -325,10 +325,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
something similar. */
#undef LD_SWITCH_X_SITE
-/* Define LD_SWITCH_X_SITE_AUX with an -R option
- in case it's needed (for Solaris, for example). */
-#undef LD_SWITCH_X_SITE_AUX
-
/* Define C_SWITCH_X_SITE to contain any special flags your compiler
may need to deal with X Windows. For instance, if you've defined
HAVE_X_WINDOWS above and your X include files aren't in a place