a missing DESTDIR fix reference to build paths in python module fix the
authorDaniel Veillard <veillard@src.gnome.org>
Wed, 11 Oct 2006 19:36:45 +0000 (19:36 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Wed, 11 Oct 2006 19:36:45 +0000 (19:36 +0000)
* 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

ChangeLog
libexslt/exsltconfig.h.in
libxslt/Makefile.am
libxslt/xsltconfig.h.in
python/Makefile.am

index 0ff9233..97f6e4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * libxslt/security.c: applied cleanup patch from Mikhail Zabaluev
index a45e07b..b46ffc0 100644 (file)
@@ -23,14 +23,14 @@ extern "C" {
 /**
  * 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@
 
 /**
  * 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@"
 
index fb9f95f..d5aff94 100644 (file)
@@ -61,4 +61,4 @@ xsltproc: all
        @(cd ../xsltproc ; $(MAKE))
 
 install-exec-hook:
-       $(mkinstalldirs) "$(libdir)/libxslt-plugins"
+       $(mkinstalldirs) "$(DESTDIR)$(libdir)/libxslt-plugins"
index 5e5687e..bd35c08 100644 (file)
@@ -25,14 +25,14 @@ extern "C" {
 /**
  * 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@
 
 /**
  * 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@"
 
index b13c430..de2f8e3 100644 (file)
@@ -24,8 +24,7 @@ EXTRA_DIST =                  \
        libxslt-python-api.xml  \
        $(DOCS)
 
-libxsltmod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/libxslt/.libs \
-                        -L$(top_builddir)/libexslt/.libs
+libxsltmod_la_LDFLAGS = -module -avoid-version
 
 if WITH_PYTHON
 mylibs = \