Lines Matching refs:xml2
28 XML2_CONFIG=$xml_config_exec_prefix/bin/xml2-config
34 XML2_CONFIG=$xml_config_prefix/bin/xml2-config
38 AC_PATH_PROG(XML2_CONFIG, xml2-config, no)
60 dnl (Also sanity checks the results of xml2-config to some extent)
79 /* Capture xml2-config output via autoconf/configure variables */
83 printf("%s, bad version string from xml2-config\n", "$min_xml_version");
96 /* Compare xml2-config output to the libxml headers */
103 printf("*** xml2-config (version %d.%d.%d)\n",
130 printf("*** probably means that the wrong copy of the xml2-config shell script is\n");
133 printf("*** correct copy of xml2-config. (In this case, you will have to\n");
151 echo "*** The xml2-config script installed by LIBXML could not be found"
154 echo "*** full path to xml2-config."
179 echo "*** may want to edit the xml2-config script: $XML2_CONFIG" ])