diff options
| author | Glenn Morris | 2010-04-27 00:02:12 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-27 00:02:12 -0700 |
| commit | c6ea2936cc41ada03967fc7b89c49b012e44aceb (patch) | |
| tree | 3be1a4c350b1d0e7e7b69d9b524478513e6361c1 /admin | |
| parent | 7dd7fbb97528d964a25566a55b590a5a5774809b (diff) | |
| download | emacs-c6ea2936cc41ada03967fc7b89c49b012e44aceb.tar.gz emacs-c6ea2936cc41ada03967fc7b89c49b012e44aceb.zip | |
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 'admin')
| -rw-r--r-- | admin/CPP-DEFINES | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 1e9085354c1..32febaf8e35 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -235,7 +235,6 @@ LIBS_TERMCAP | |||
| 235 | LIBXMU | 235 | LIBXMU |
| 236 | LIB_GCC | 236 | LIB_GCC |
| 237 | LIB_MATH | 237 | LIB_MATH |
| 238 | LIB_MOTIF | ||
| 239 | LIB_STANDARD | 238 | LIB_STANDARD |
| 240 | LINKER | 239 | LINKER |
| 241 | LINUX_VERSION_CODE | 240 | LINUX_VERSION_CODE |