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:
@@ -1,5 +1,5 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_LIBRARIES = tptregexp.a
|
||||
noinst_LIBRARIES = libtptregexp.a
|
||||
|
||||
tptregexp_a_SOURCES = regexp.c regsub.c regerror.c
|
||||
libtptregexp_a_SOURCES = regexp.c regsub.c regerror.c
|
||||
|
||||
Reference in New Issue
Block a user