dtdocbook: make it build under autotools
Remove a pile of old SGML stuff we no longer need in dtdocbook since we use NSGMLS. Use some TCL macros from m4/tcl.m4 to loacate and use information in the tclConfig.sh script installed with TCL. I had to modify it to export TCL_INCLUDE_SPEC, which was present but not imported.
This commit is contained in:
@@ -2,8 +2,8 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_PROGRAMS = xlate_locale
|
||||
|
||||
xlate_locale_CFLAGS = -I$(SVCSRC)/DtUtil2
|
||||
xlate_locale_CFLAGS = $(DT_INCDIR)
|
||||
|
||||
xlate_locale_LDADD = $(LIBTT) $(LIBSVC) $(XTOOLLIB) ${X_LIBS}
|
||||
xlate_locale_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
|
||||
|
||||
xlate_locale_SOURCES = xlate_locale.c
|
||||
|
||||
Reference in New Issue
Block a user