configure/Makefiles: add checks for Xmu, Xext, and Xdmcp
We also remove sun pro specific options, and do some general cleanup as well as remove hardcoded library refs like -lXm, -lXext, etc...
This commit is contained in:
@@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES = libTermPrim.la
|
||||
|
||||
AM_CPPFLAGS = @DT_INCDIR@
|
||||
AM_CPPFLAGS = $(DT_INCDIR)
|
||||
|
||||
libTermPrim_la_SOURCES = TermPrim.c \
|
||||
TermPrimAction.c \
|
||||
@@ -33,10 +33,6 @@ libTermPrim_la_SOURCES = TermPrim.c \
|
||||
|
||||
# JET there may be some more missing here...
|
||||
|
||||
if AIX
|
||||
libTermPrim_la_SOURCES += TermPrimGetPty-clone.c
|
||||
endif
|
||||
|
||||
if SOLARIS
|
||||
libTermPrim_la_SOURCES += TermPrimGetPty-svr4.c
|
||||
AM_CPPFLAGS += -DSUN_ARCHITECTURE
|
||||
|
||||
Reference in New Issue
Block a user