Skip to content
Snippets Groups Projects
Commit 4878f660adda authored by Daniel Veillard's avatar Daniel Veillard
Browse files

- configure.in: released 0.7.0

- tests/XSLTMark/Makefile.am: trying to solve some make distcheck
  problems
Daniel
parent c3e76ef274c3
No related branches found
No related tags found
No related merge requests found
Tue Apr 10 12:10:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* configure.in: released 0.7.0
* tests/XSLTMark/Makefile.am: trying to solve some make distcheck
problems
Sun Apr 8 11:42:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* libxslt/functions.c libxslt/keys.c libxslt/transform.c:
......
......@@ -34,6 +34,6 @@
cleantar:
@(rm -f libxslt*.tar.gz)
rpm: cleantar distcheck
rpm: cleantar dist
rpm -ta libxslt*.tar.gz
AC_INIT(libxslt/xslt.c)
VERSION=0.6.0
VERSION=0.7.0
PACKAGE=libxslt
AM_CONFIG_HEADER(config.h)
......@@ -95,7 +95,7 @@
dnl find libxml
dnl
XML_CONFIG="xml2-config"
AC_MSG_CHECKING(for libxml libraries >= 2.3.5)
AC_MSG_CHECKING(for libxml libraries >= 2.3.6)
if test "x$LIBXML_PREFIX" != "x"
then
if ${LIBXML_PREFIX}/bin/xml2-config --libs print > /dev/null 2>&1
......@@ -112,9 +112,9 @@
if test "x$XML_CONFIG" != "x"
then
vers=`$XML_CONFIG --version | sed -e 's/libxml //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
if test "$vers" -ge 2003005
if test "$vers" -ge 2003006
then
LIBXML_LIBS="`$XML_CONFIG --libs`"
LIBXML_CFLAGS="`$XML_CONFIG --cflags`"
AC_MSG_RESULT(found)
else
......@@ -116,9 +116,9 @@
then
LIBXML_LIBS="`$XML_CONFIG --libs`"
LIBXML_CFLAGS="`$XML_CONFIG --cflags`"
AC_MSG_RESULT(found)
else
AC_MSG_ERROR(You need at least libxml 2.3.5 for this version of libxslt)
AC_MSG_ERROR(You need at least libxml 2.3.6 for this version of libxslt)
fi
else
AC_MSG_ERROR(Could not find libxml2 anywhere, check ftp://xmlsoft.org/.)
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment