5 Usage: minidom-config [OPTIONS]
14 if test $# -eq 0; then
18 while test $# -gt 0; do
20 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
41 if test "$echo_cflags" = "yes"; then
42 echo `$XML_CONFIG --cflags` -I$pkgincludedir
45 if test "$echo_libs" = "yes"; then
46 echo `$XML_CONFIG --libs` -L$libdir -lminidom