Fix a small pbm with tests/reports/Makefile.am, 1.0.5 released, Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Wed, 10 Oct 2001 11:15:03 +0000 (11:15 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Wed, 10 Oct 2001 11:15:03 +0000 (11:15 +0000)
config.h.in
libxslt/xsltwin32config.h
tests/reports/Makefile.am

index 3275a08..c780b66 100644 (file)
@@ -39,6 +39,9 @@
 /* Define if you have the <ansidecl.h> header file.  */
 #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.  */
 #undef HAVE_FLOAT_H
 
index c6049c8..e9f6f14 100644 (file)
@@ -21,21 +21,21 @@ extern "C" {
  *
  * the version string like "1.2.3"
  */
-#define LIBXSLT_DOTTED_VERSION "1.0.4"
+#define LIBXSLT_DOTTED_VERSION "1.0.5"
 
 /**
  * LIBXSLT_VERSION:
  *
  * the version number: 1.2.3 value is 1002003
  */
-#define LIBXSLT_VERSION 10004
+#define LIBXSLT_VERSION 10005
 
 /**
  * LIBXSLT_VERSION_STRING:
  *
  * the version number string, 1.2.3 value is "1002003"
  */
-#define LIBXSLT_VERSION_STRING "10004"
+#define LIBXSLT_VERSION_STRING "10005"
 
 /**
  * WITH_XSLT_DEBUG:
index 9e7a4c0..4dffa03 100644 (file)
@@ -6,7 +6,7 @@ $(top_builddir)/xsltproc/xsltproc:
 EXTRA_DIST = \
        tst-1.xml tst-1.xsl tst-1.out tst-1.err \
        tst-2.xml tst-2.xsl tst-2.out tst-2.err \
-       undefvar-2.xml undefvar-2.xsl undefvar-2.out undefvar-2.err
+       undefvar.xml undefvar.xsl undefvar.out undefvar.err
 
 
 all: test