4 exec_prefix=@exec_prefix@
5 includedir=@includedir@
11 Usage: sablot-config [OPTION]
13 Known values for OPTION are:
15 --prefix=DIR change sablot 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]*=//'` ;;
61 echo -L${libdir} @ICONV_LIB@ @EXPAT_LIBS@ @OTHER_LIBS@