4 exec_prefix
=@exec_prefix@
5 includedir
=@includedir@
11 Usage: xml2-config [OPTION]
13 Known values for OPTION are:
15 --prefix=DIR change libxml prefix [default $prefix]
16 --libs print library linking information
17 --cflags print pre-processor and compiler flags
18 --help display this help and exit
19 --version output version information
25 if test $# -eq 0; then
32 while test $# -gt 0; do
34 -*=*) optarg
=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
41 includedir
=$prefix/include
59 echo @XML_INCLUDEDIR@ @XML_CFLAGS@
63 echo @XML_LIBDIR@ @XML_LIBS@