mirror of
https://github.com/darlinghq/darling-libxslt.git
synced 2024-12-02 08:56:24 +00:00
ugly way to keep the memory debugging active on my devel workstation by
* xsltproc/Makefile.am configure.in: ugly way to keep the memory debugging active on my devel workstation by bypassing libtool completely daniel
This commit is contained in:
parent
df83f24e59
commit
dc169b0e40
@ -1,3 +1,9 @@
|
||||
Thu Jan 17 10:34:39 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* xsltproc/Makefile.am configure.in: ugly way to keep
|
||||
the memory debugging active on my devel workstation
|
||||
by bypassing libtool completely
|
||||
|
||||
Tue Jan 15 12:00:18 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* libxslt/templates.c: fixed bug #68751
|
||||
|
@ -285,8 +285,10 @@ dnl
|
||||
if test "${LOGNAME}" = "veillard" -a "`pwd`" = "/u/veillard/XSLT" ; then
|
||||
LIBXML_LIBS="../../XML/.libs/libxml2.a -lz"
|
||||
DV_LINK="1"
|
||||
XSLTPROCDV="xsltproc.dv"
|
||||
fi
|
||||
|
||||
AC_SUBST(XSLTPROCDV)
|
||||
AC_SUBST(XML_CONFIG)
|
||||
AC_SUBST(LIBXML_LIBS)
|
||||
AC_SUBST(LIBXML_CFLAGS)
|
||||
|
@ -2,9 +2,8 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \
|
||||
-I$(top_builddir) -I$(top_builddir)/libxslt \
|
||||
-I$(top_builddir)/libexslt $(LIBXML_CFLAGS) $(CFLAGS)
|
||||
|
||||
programs=xsltproc
|
||||
|
||||
bin_PROGRAMS = $(programs)
|
||||
EXTRA_PROGRAMS=
|
||||
bin_PROGRAMS = xsltproc $(XSLTPROCDV)
|
||||
|
||||
xsltproc_SOURCES = xsltproc.c
|
||||
xsltproc_LDFLAGS =
|
||||
@ -17,3 +16,6 @@ DEPS = $(top_builddir)/libxslt/libxslt.la \
|
||||
LDADDS = $(top_builddir)/libxslt/libxslt.la \
|
||||
$(top_builddir)/libexslt/libexslt.la \
|
||||
@LIBXML_LIBS@ $(EXTRA_LIBS)
|
||||
|
||||
xsltproc.dv: xsltproc.o
|
||||
$(CC) $(CFLAGS) -o xsltproc xsltproc.o ../libexslt/.libs/libexslt.a ../libxslt/.libs/libxslt.a @LIBXML_LIBS@ $(EXTRA_LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user