diff options
author | Glenn Morris <rgm@gnu.org> | 2010-04-27 00:02:12 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-04-27 00:02:12 -0700 |
commit | c6ea2936cc41ada03967fc7b89c49b012e44aceb (patch) | |
tree | 3be1a4c350b1d0e7e7b69d9b524478513e6361c1 /src/s/unixware.h | |
parent | 7dd7fbb97528d964a25566a55b590a5a5774809b (diff) | |
download | emacs-c6ea2936cc41ada03967fc7b89c49b012e44aceb.tar.gz |
Move MOTIF_LIBW to autoconf.
* configure.in (HAVE_MOTIF_2_1): Remove unused variable.
(LIBXP): No longer substitute in Makefiles.
(MOTIF_LIBW): New output variable. Move system-specific settings here
from src/s files.
* src/Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
(MOTIF_LIBW): Set with configure, not cpp.
* s/aix4-2.h (LIB_MOTIF):
* s/gnu-linux.h (LIB_MOTIF):
* s/unixware.h (LIB_MOTIF): Move to configure.in.
* admin/CPP-DEFINES: Remove LIB_MOTIF.
Diffstat (limited to 'src/s/unixware.h')
-rw-r--r-- | src/s/unixware.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/s/unixware.h b/src/s/unixware.h index 27fd41b7416..d019b8bba80 100644 --- a/src/s/unixware.h +++ b/src/s/unixware.h @@ -59,14 +59,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Use libw.a along with X11R6 Xt. */ #define NEED_LIBW -/* ryanr@ellingtn.ftc.nrcs.usda.gov (Richard Anthony Ryan) says -lXimp - is needed in UNIX_SV ... 4.2 1.1.2. */ -#define LIB_MOTIF -lXm -lXimp - -/* arch-tag: 9bbfcfc1-19be-45a1-9699-af57b87da2c6 - (do not change this comment) */ - - /* Data type of load average, as read out of kmem. */ #define LOAD_AVE_TYPE long |