4 exec_prefix=@exec_prefix@
8 Usage: ginac-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cppflags]"
10 if test $# -eq 0; then
15 while test $# -gt 0; do
17 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
24 if test $exec_prefix_set = no ; then
39 echo @GINACLIB_VERSION@
42 if test @includedir@ != /usr/include ; then
43 includes=-I@includedir@
45 echo $includes @GINACLIB_CPPFLAGS@
49 echo $libdirs -lginac @GINACLIB_LIBS@