/* 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
*
* 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:
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