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 /src/s/gnu-linux.h | |
| 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 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 3d470032efc..948f96a1e40 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -197,9 +197,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 197 | anyone's still using Emacs on those. --fx 2002-12-14 */ | 197 | anyone's still using Emacs on those. --fx 2002-12-14 */ |
| 198 | /* #define C_SWITCH_SYSTEM -D_BSD_SOURCE */ | 198 | /* #define C_SWITCH_SYSTEM -D_BSD_SOURCE */ |
| 199 | 199 | ||
| 200 | /* Paul Abrahams <abrahams@equinox.shaysnet.com> says this is needed. */ | ||
| 201 | #define LIB_MOTIF -lXm -lXpm | ||
| 202 | |||
| 203 | #ifdef HAVE_LIBNCURSES | 200 | #ifdef HAVE_LIBNCURSES |
| 204 | #define TERMINFO | 201 | #define TERMINFO |
| 205 | #define LIBS_TERMCAP -lncurses | 202 | #define LIBS_TERMCAP -lncurses |