Lines Matching full:xslt
15 AC_ARG_WITH(xslt-prefix,
16 [ --with-xslt-prefix=PFX Prefix where libxslt is installed (optional)],
18 AC_ARG_WITH(xslt-exec-prefix,
19 [ --with-xslt-exec-prefix=PFX Exec prefix where libxslt is installed (optional)],
28 XSLT_CONFIG=$xslt_config_exec_prefix/bin/xslt-config
34 XSLT_CONFIG=$xslt_config_prefix/bin/xslt-config
38 AC_PATH_PROG(XSLT_CONFIG, xslt-config, no)
60 dnl (Also sanity checks the results of xslt-config to some extent)
68 #include <libxslt/xslt.h>
78 /* Capture xslt-config output via autoconf/configure variables */
82 printf("%s, bad version string from xslt-config\n", "$min_xslt_version");
95 /* Compare xslt-config output to the libxslt headers */
102 printf("*** xslt-config (version %d.%d.%d)\n",
130 printf("*** probably means that the wrong copy of the xslt-config shell script is\n");
133 printf("*** correct copy of xslt-config. (In this case, you will have to\n");
151 echo "*** The xslt-config script installed by LIBXSLT could not be found"
154 echo "*** full path to xslt-config."
163 #include <libxslt/xslt.h>
178 echo "*** may want to edit the xslt-config script: $XSLT_CONFIG" ])