Mercurial > emacs
annotate oldXMenu/copyright.h @ 108229:0c1c81ee223e
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.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 03 May 2010 20:13:35 -0700 |
parents | e806467e7c39 |
children | 07774e5c3ff5 dd7c098af727 ef719132ddfa |
rev | line source |
---|---|
25858 | 1 /* |
2 | |
3 Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology | |
4 | |
5 Permission to use, copy, modify, and distribute this | |
6 software and its documentation for any purpose and without | |
7 fee is hereby granted, provided that the above copyright | |
8 notice appear in all copies and that both that copyright | |
9 notice and this permission notice appear in supporting | |
10 documentation, and that the name of M.I.T. not be used in | |
11 advertising or publicity pertaining to distribution of the | |
12 software without specific, written prior permission. | |
13 M.I.T. makes no representations about the suitability of | |
14 this software for any purpose. It is provided "as is" | |
15 without express or implied warranty. | |
16 | |
17 */ | |
18 | |
52401 | 19 /* arch-tag: c689b1bc-a3ba-41a1-baa0-a3622b5445b2 |
20 (do not change this comment) */ |