mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-05 23:35:48 +03: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:
@@ -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>
|
Tue Jan 15 12:00:18 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* libxslt/templates.c: fixed bug #68751
|
* libxslt/templates.c: fixed bug #68751
|
||||||
|
@@ -285,8 +285,10 @@ dnl
|
|||||||
if test "${LOGNAME}" = "veillard" -a "`pwd`" = "/u/veillard/XSLT" ; then
|
if test "${LOGNAME}" = "veillard" -a "`pwd`" = "/u/veillard/XSLT" ; then
|
||||||
LIBXML_LIBS="../../XML/.libs/libxml2.a -lz"
|
LIBXML_LIBS="../../XML/.libs/libxml2.a -lz"
|
||||||
DV_LINK="1"
|
DV_LINK="1"
|
||||||
|
XSLTPROCDV="xsltproc.dv"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AC_SUBST(XSLTPROCDV)
|
||||||
AC_SUBST(XML_CONFIG)
|
AC_SUBST(XML_CONFIG)
|
||||||
AC_SUBST(LIBXML_LIBS)
|
AC_SUBST(LIBXML_LIBS)
|
||||||
AC_SUBST(LIBXML_CFLAGS)
|
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) -I$(top_builddir)/libxslt \
|
||||||
-I$(top_builddir)/libexslt $(LIBXML_CFLAGS) $(CFLAGS)
|
-I$(top_builddir)/libexslt $(LIBXML_CFLAGS) $(CFLAGS)
|
||||||
|
|
||||||
programs=xsltproc
|
EXTRA_PROGRAMS=
|
||||||
|
bin_PROGRAMS = xsltproc $(XSLTPROCDV)
|
||||||
bin_PROGRAMS = $(programs)
|
|
||||||
|
|
||||||
xsltproc_SOURCES = xsltproc.c
|
xsltproc_SOURCES = xsltproc.c
|
||||||
xsltproc_LDFLAGS =
|
xsltproc_LDFLAGS =
|
||||||
@@ -17,3 +16,6 @@ DEPS = $(top_builddir)/libxslt/libxslt.la \
|
|||||||
LDADDS = $(top_builddir)/libxslt/libxslt.la \
|
LDADDS = $(top_builddir)/libxslt/libxslt.la \
|
||||||
$(top_builddir)/libexslt/libexslt.la \
|
$(top_builddir)/libexslt/libexslt.la \
|
||||||
@LIBXML_LIBS@ $(EXTRA_LIBS)
|
@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)
|
||||||
|
Reference in New Issue
Block a user