4133e3
diff -up gsl-1.15/gsl-config.in.pom gsl-1.15/gsl-config.in
4133e3
--- gsl-1.15/gsl-config.in.pom	2010-12-26 18:57:08.000000000 +0100
4133e3
+++ gsl-1.15/gsl-config.in	2011-05-09 08:33:05.000000000 +0200
4133e3
@@ -58,16 +58,16 @@ while test $# -gt 0; do
4133e3
 	;;
4133e3
 
4133e3
     --cflags)
4133e3
-       	echo @GSL_CFLAGS@ 
4133e3
+       	echo -I$includedir
4133e3
        	;;
4133e3
 
4133e3
     --libs)
4133e3
         : ${GSL_CBLAS_LIB=-lgslcblas}
4133e3
-	echo @GSL_LIBS@ $GSL_CBLAS_LIB @GSL_LIBM@
4133e3
+	echo -lgsl $GSL_CBLAS_LIB -lm
4133e3
        	;;
4133e3
 
4133e3
     --libs-without-cblas)
4133e3
-	echo @GSL_LIBS@ @GSL_LIBM@
4133e3
+	echo -lgsl -lm
4133e3
        	;;
4133e3
     *)
4133e3
 	usage