release of 1.0.2 cleaning of Makefiles pointed out by make distcheck

* Makefile.am config.h.in configure.in libxslt/xsltwin32config.h:
  release of 1.0.2
* tests/docs/Makefile.am libexslt/Makefile.am
  tests/documents/Makefile.am tests/general/Makefile.am
  xsltproc/Makefile.am: cleaning of Makefiles pointed out
  by make distcheck
Daniel
This commit is contained in:
Daniel Veillard 2001-08-15 13:21:46 +00:00
parent 6a4dc180f2
commit 307550093f
10 changed files with 44 additions and 29 deletions

View File

@ -1,3 +1,12 @@
Wed Aug 15 15:19:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
* Makefile.am config.h.in configure.in libxslt/xsltwin32config.h:
release of 1.0.2
* tests/docs/Makefile.am libexslt/Makefile.am
tests/documents/Makefile.am tests/general/Makefile.am
xsltproc/Makefile.am: cleaning of Makefiles pointed out
by make distcheck
Wed Aug 15 13:54:41 CEST 2001 Daniel Veillard <daniel@veillard.com> Wed Aug 15 13:54:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
* libxslt/functions.h libxslt/transform.c: a bit of cleanup * libxslt/functions.h libxslt/transform.c: a bit of cleanup

View File

@ -10,11 +10,13 @@ confexec_DATA = xsltConf.sh
bin_SCRIPTS = xslt-config bin_SCRIPTS = xslt-config
dist-hook: libxml.spec dist-hook: libxslt.spec
(cd $(srcdir) ; tar -cf - --exclude CVS win32) | (cd $(distdir); tar xf -) (cd $(srcdir) ; tar -cf - --exclude CVS win32) | (cd $(distdir); tar xf -)
EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \ EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \
FEATURES TODO COPYING.LIB Copyright IPR FEATURES TODO COPYING.LIB Copyright IPR \
win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw \
win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp
## We create xsltConf.sh here and not from configure because we want ## We create xsltConf.sh here and not from configure because we want
## to get the paths expanded correctly. Macros like srcdir are given ## to get the paths expanded correctly. Macros like srcdir are given

View File

@ -27,6 +27,9 @@
/* Define if you have the <ansidecl.h> header file. */ /* Define if you have the <ansidecl.h> header file. */
#undef HAVE_ANSIDECL_H #undef HAVE_ANSIDECL_H
/* Define if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define if you have the <float.h> header file. */ /* Define if you have the <float.h> header file. */
#undef HAVE_FLOAT_H #undef HAVE_FLOAT_H

View File

@ -5,8 +5,13 @@ dnl libxslt is the main part of the package
dnl dnl
LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MAJOR_VERSION=1
LIBXSLT_MINOR_VERSION=0 LIBXSLT_MINOR_VERSION=0
LIBXSLT_MICRO_VERSION=1 LIBXSLT_MICRO_VERSION=2
PACKAGE=libxslt PACKAGE=libxslt
LIBEXSLT_MAJOR_VERSION=0
LIBEXSLT_MINOR_VERSION=3
LIBEXSLT_MICRO_VERSION=0
LIBXML_REQUIRED_VERSION=2.4.2
LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VERSION LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VERSION
LIBXSLT_VERSION_INFO=`expr $LIBXSLT_MAJOR_VERSION + $LIBXSLT_MINOR_VERSION`:$LIBXSLT_MICRO_VERSION:$LIBXSLT_MINOR_VERSION LIBXSLT_VERSION_INFO=`expr $LIBXSLT_MAJOR_VERSION + $LIBXSLT_MINOR_VERSION`:$LIBXSLT_MICRO_VERSION:$LIBXSLT_MINOR_VERSION
@ -23,9 +28,6 @@ AC_SUBST(LIBXSLT_VERSION_NUMBER)
dnl dnl
dnl libexslt is an extension library dnl libexslt is an extension library
dnl dnl
LIBEXSLT_MAJOR_VERSION=0
LIBEXSLT_MINOR_VERSION=2
LIBEXSLT_MICRO_VERSION=0
LIBEXSLT_VERSION=$LIBEXSLT_MAJOR_VERSION.$LIBEXSLT_MINOR_VERSION.$LIBEXSLT_MICRO_VERSION LIBEXSLT_VERSION=$LIBEXSLT_MAJOR_VERSION.$LIBEXSLT_MINOR_VERSION.$LIBEXSLT_MICRO_VERSION
LIBEXSLT_VERSION_INFO=`expr $LIBEXSLT_MAJOR_VERSION + $LIBEXSLT_MINOR_VERSION`:$LIBEXSLT_MICRO_VERSION:$LIBEXSLT_MINOR_VERSION LIBEXSLT_VERSION_INFO=`expr $LIBEXSLT_MAJOR_VERSION + $LIBEXSLT_MINOR_VERSION`:$LIBEXSLT_MICRO_VERSION:$LIBEXSLT_MINOR_VERSION
@ -167,7 +169,6 @@ dnl
dnl find libxml dnl find libxml
dnl dnl
XML_CONFIG="xml2-config" XML_CONFIG="xml2-config"
LIBXML_REQUIRED_VERSION=2.4.1
AC_SUBST(LIBXML_REQUIRED_VERSION) AC_SUBST(LIBXML_REQUIRED_VERSION)
AC_MSG_CHECKING(for libxml libraries >= $LIBXML_REQUIRED_VERSION) AC_MSG_CHECKING(for libxml libraries >= $LIBXML_REQUIRED_VERSION)
if test "x$LIBXML_PREFIX" != "x" if test "x$LIBXML_PREFIX" != "x"

View File

@ -1,11 +1,14 @@
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libexslt -I$(top_builddir)/libxslt \ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \
$(LIBXML_CFLAGS) $(CFLAGS) -I$(top_builddir) -I$(top_builddir)/libxslt \
-I$(top_builddir)/libexslt $(LIBXML_CFLAGS) $(CFLAGS)
lib_LTLIBRARIES = libexslt.la lib_LTLIBRARIES = libexslt.la
exsltincdir = $(includedir)/libexslt exsltincdir = $(includedir)/libexslt
exsltinc_HEADERS = \ exsltinc_HEADERS = \
exslt.h \
exsltconfig.h \
exslt.h \ exslt.h \
exsltconfig.h exsltconfig.h
@ -19,6 +22,3 @@ libexslt_la_SOURCES = \
libexslt_la_LIBADD = $(EXTRA_LIBS) libexslt_la_LIBADD = $(EXTRA_LIBS)
libexslt_la_LDFLAGS = -version-info @LIBEXSLT_VERSION_INFO@ libexslt_la_LDFLAGS = -version-info @LIBEXSLT_VERSION_INFO@
DEPS = $(lib_LTLIBRARIES)
LDADDS = -L. $(top_builddir)/libexslt/libexslt.la $(EXTRA_LIBS) \
$(top_builddir)/libxslt/libxslt.la

View File

@ -21,21 +21,21 @@ extern "C" {
* *
* the version string like "1.2.3" * the version string like "1.2.3"
*/ */
#define LIBXSLT_DOTTED_VERSION "1.0.1" #define LIBXSLT_DOTTED_VERSION "1.0.2"
/** /**
* LIBXSLT_VERSION: * LIBXSLT_VERSION:
* *
* the version number: 1.2.3 value is 1002003 * the version number: 1.2.3 value is 1002003
*/ */
#define LIBXSLT_VERSION 10001 #define LIBXSLT_VERSION 10002
/** /**
* 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 "1002003"
*/ */
#define LIBXSLT_VERSION_STRING "10001" #define LIBXSLT_VERSION_STRING "10002"
/** /**
* WITH_XSLT_DEBUG: * WITH_XSLT_DEBUG:

View File

@ -54,11 +54,11 @@ EXTRA_DIST = \
bug-48-.xml \ bug-48-.xml \
bug-49-.xml \ bug-49-.xml \
bug-50-.xml \ bug-50-.xml \
bug-52-.xml \ bug-52.xml \
bug-53-.xml \ bug-53.xml \
bug-54-.xml \ bug-54.xml \
bug-55-.xml \ bug-55.xml \
bug-56-.xml \ bug-56.xml \
character.xml \ character.xml \
array.xml \ array.xml \
items.xml items.xml

View File

@ -5,7 +5,7 @@ $(top_builddir)/xsltproc/xsltproc:
EXTRA_DIST = bredfort.css index.xml system.xml \ EXTRA_DIST = bredfort.css index.xml system.xml \
bredfort.xsl menu.xml worklog.xml \ bredfort.xsl menu.xml worklog.xml \
result.xhtml 'doc file.xml' docfile.xml \ result.xhtml docfile.xml doc\ file.xml \
test.xml test.xsl test.result test.xml test.xsl test.result

View File

@ -56,11 +56,11 @@ EXTRA_DIST = \
bug-48-.out bug-48-.xsl \ bug-48-.out bug-48-.xsl \
bug-49-.out bug-49-.xsl \ bug-49-.out bug-49-.xsl \
bug-50-.out bug-50-.xsl \ bug-50-.out bug-50-.xsl \
bug-52-.out bug-52-.xsl \ bug-52.out bug-52.xsl \
bug-53-.out bug-53-.xsl \ bug-53.out bug-53.xsl \
bug-54-.out bug-54-.xsl \ bug-54.out bug-54.xsl \
bug-55-.out bug-55-.xsl \ bug-55.out bug-55.xsl \
bug-56-.out bug-56-.xsl \ bug-56.out bug-56.xsl \
character.out character.xsl \ character.out character.xsl \
character2.out character2.xsl \ character2.out character2.xsl \
itemschoose.out itemschoose.xsl \ itemschoose.out itemschoose.xsl \

View File

@ -1,6 +1,6 @@
INCLUDES = -I$(top_srcdir) -I$(top_builddir)/libxslt -I$(top_builddir)/libexslt -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \
$(LIBXML_CFLAGS) $(CFLAGS) -I$(top_builddir) -I$(top_builddir)/libxslt \
-I$(top_builddir)/libexslt $(LIBXML_CFLAGS) $(CFLAGS)
bin_PROGRAMS = xsltproc bin_PROGRAMS = xsltproc