5 includedir
=${prefix}/include
6 libdir
=${exec_prefix}/lib
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 -I${includedir}/libxml2
63 echo -L${libdir} -lxml2 -lz -lm