Lines Matching +full:- +full:- +full:prefix
3 prefix=@prefix@
13 Usage: xml2-config [OPTION]
17 --prefix=DIR change libxml prefix [default $prefix]
18 --exec-prefix=DIR change libxml exec prefix [default $exec_prefix]
19 --libs print library linking information
20 add --dynamic to print only shared libraries
21 --cflags print pre-processor and compiler flags
22 --modules module support enabled
23 --help display this help and exit
24 --version output version information
30 if test $# -eq 0; then
34 while test $# -gt 0; do
36 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
41 --prefix=*)
42 prefix=$optarg
43 includedir=$prefix/include
44 libdir=$prefix/lib
47 --prefix)
48 echo $prefix
51 --exec-prefix=*)
56 --exec-prefix)
60 --version)
65 --help)
69 --cflags)
73 --libtool-libs)
74 if [ -r ${libdir}/@XML_LIBTOOLLIBS@ ]
80 --modules)
84 --libs)
85 if [ "$2" = "--dynamic" ]; then
92 if [ "@XML_LIBDIR@" != "-L/usr/lib" -a "@XML_LIBDIR@" != "-L/usr/lib64" ]; then
106 if test -n "$cflags$libs"; then