1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +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:
Daniel Veillard
2006-10-11 19:36:45 +00:00
parent cfbfb3b020
commit 7f5d411685
5 changed files with 14 additions and 7 deletions

View File

@ -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

View File

@ -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@"

View File

@ -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"

View File

@ -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@"

View File

@ -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 = \