summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-02-08 16:09:27 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-02-08 16:09:27 +0000
commitada89dddea264bb41fd5c0c293ce989eb90ef4da (patch)
treeaad11c8ee2473a75c1d81c5531281573f7572bb6 /configure.in
parent3146d5356fa192ef3f27f74ef634b3d7bd411c8e (diff)
downloadlibxslt-ada89dddea264bb41fd5c0c293ce989eb90ef4da.tar.gz
libxslt-ada89dddea264bb41fd5c0c293ce989eb90ef4da.tar.bz2
libxslt-ada89dddea264bb41fd5c0c293ce989eb90ef4da.zip
change the Licence to MIT Licence and release of 1.0.11 updates of the
* Copyright Makefile.am configure.in libxslt.spec.in: change the Licence to MIT Licence and release of 1.0.11 * doc/FAQ.html doc/intro.html doc/libxslt-decl.txt doc/news.html doc/xslt.html: updates of the docs accordingly * libxslt/xsltwin32config.h: numbering * python/generator.py python/libxml_wrap.h python/libxsltclass.txt python/libxslt-python-api.xml: cleanup the dependancies with libxml2 * python/tests/extfunc.py: updated examples. Daniel
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index d4cde63e..5d872049 100644
--- a/configure.in
+++ b/configure.in
@@ -6,12 +6,12 @@ dnl libexslt is an extension
dnl
LIBXSLT_MAJOR_VERSION=1
LIBXSLT_MINOR_VERSION=0
-LIBXSLT_MICRO_VERSION=10
+LIBXSLT_MICRO_VERSION=11
PACKAGE=libxslt
LIBEXSLT_MAJOR_VERSION=0
LIBEXSLT_MINOR_VERSION=7
-LIBEXSLT_MICRO_VERSION=3
-LIBXML_REQUIRED_VERSION=2.4.13
+LIBEXSLT_MICRO_VERSION=4
+LIBXML_REQUIRED_VERSION=2.4.14
LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VERSION
@@ -373,6 +373,9 @@ AC_SUBST(EXTRA_LIBS)
AC_SUBST(M_LIBS)
AC_SUBST(XSLT_LIBS)
+rm -f rm COPYING.LIB COPYING
+ln -s Copyright COPYING
+
AC_OUTPUT([
Makefile