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:
@@ -8,7 +8,7 @@ bin_PROGRAMS = tttar
|
||||
tttar_CXXFLAGS = -I../../lib $(TT_VERSION_DEFINE)
|
||||
|
||||
tttar_LDADD = ../../slib/libstt.a ../../mini_isam/libisam.a \
|
||||
@LIBTT@ $(TIRPCLIB) $(XTOOLLIB)
|
||||
$(LIBTT) $(TIRPCLIB) $(XTOOLLIB)
|
||||
|
||||
if SOLARIS
|
||||
tttar_LDADD += -ldl -lintl -lsocket -lnsl
|
||||
|
||||
Reference in New Issue
Block a user