mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-28 04:41:59 +03:00
a missing DESTDIR fix reference to build paths in python module fix the
* libxslt/Makefile.am: a missing DESTDIR * python/Makefile.am: fix reference to build paths in python module * libexslt/exsltconfig.h.in libxslt/xsltconfig.h.in: fix the header comments on version values, the 3 are patches from Peter Breitenlohner and should fix #340995 Daniel
This commit is contained in:
@ -1,3 +1,11 @@
|
|||||||
|
Wed Oct 11 21:37:27 CEST 2006 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* libxslt/Makefile.am: a missing DESTDIR
|
||||||
|
* python/Makefile.am: fix reference to build paths in python module
|
||||||
|
* libexslt/exsltconfig.h.in libxslt/xsltconfig.h.in: fix the header
|
||||||
|
comments on version values, the 3 are patches from Peter
|
||||||
|
Breitenlohner and should fix #340995
|
||||||
|
|
||||||
Wed Oct 11 11:16:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
|
Wed Oct 11 11:16:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* libxslt/security.c: applied cleanup patch from Mikhail Zabaluev
|
* libxslt/security.c: applied cleanup patch from Mikhail Zabaluev
|
||||||
|
@ -23,14 +23,14 @@ extern "C" {
|
|||||||
/**
|
/**
|
||||||
* LIBEXSLT_VERSION:
|
* LIBEXSLT_VERSION:
|
||||||
*
|
*
|
||||||
* the version number: 1.2.3 value is 1002003
|
* the version number: 1.2.3 value is 10203
|
||||||
*/
|
*/
|
||||||
#define LIBEXSLT_VERSION @LIBEXSLT_VERSION_NUMBER@
|
#define LIBEXSLT_VERSION @LIBEXSLT_VERSION_NUMBER@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LIBEXSLT_VERSION_STRING:
|
* LIBEXSLT_VERSION_STRING:
|
||||||
*
|
*
|
||||||
* the version number string, 1.2.3 value is "1002003"
|
* the version number string, 1.2.3 value is "10203"
|
||||||
*/
|
*/
|
||||||
#define LIBEXSLT_VERSION_STRING "@LIBEXSLT_VERSION_NUMBER@"
|
#define LIBEXSLT_VERSION_STRING "@LIBEXSLT_VERSION_NUMBER@"
|
||||||
|
|
||||||
|
@ -61,4 +61,4 @@ xsltproc: all
|
|||||||
@(cd ../xsltproc ; $(MAKE))
|
@(cd ../xsltproc ; $(MAKE))
|
||||||
|
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
$(mkinstalldirs) "$(libdir)/libxslt-plugins"
|
$(mkinstalldirs) "$(DESTDIR)$(libdir)/libxslt-plugins"
|
||||||
|
@ -25,14 +25,14 @@ extern "C" {
|
|||||||
/**
|
/**
|
||||||
* LIBXSLT_VERSION:
|
* LIBXSLT_VERSION:
|
||||||
*
|
*
|
||||||
* the version number: 1.2.3 value is 1002003
|
* the version number: 1.2.3 value is 10203
|
||||||
*/
|
*/
|
||||||
#define LIBXSLT_VERSION @LIBXSLT_VERSION_NUMBER@
|
#define LIBXSLT_VERSION @LIBXSLT_VERSION_NUMBER@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LIBXSLT_VERSION_STRING:
|
* LIBXSLT_VERSION_STRING:
|
||||||
*
|
*
|
||||||
* the version number string, 1.2.3 value is "1002003"
|
* the version number string, 1.2.3 value is "10203"
|
||||||
*/
|
*/
|
||||||
#define LIBXSLT_VERSION_STRING "@LIBXSLT_VERSION_NUMBER@"
|
#define LIBXSLT_VERSION_STRING "@LIBXSLT_VERSION_NUMBER@"
|
||||||
|
|
||||||
|
@ -24,8 +24,7 @@ EXTRA_DIST = \
|
|||||||
libxslt-python-api.xml \
|
libxslt-python-api.xml \
|
||||||
$(DOCS)
|
$(DOCS)
|
||||||
|
|
||||||
libxsltmod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/libxslt/.libs \
|
libxsltmod_la_LDFLAGS = -module -avoid-version
|
||||||
-L$(top_builddir)/libexslt/.libs
|
|
||||||
|
|
||||||
if WITH_PYTHON
|
if WITH_PYTHON
|
||||||
mylibs = \
|
mylibs = \
|
||||||
|
Reference in New Issue
Block a user