fix blah-config includes

SVN revision: 23387
This commit is contained in:
Carsten Haitzler 2006-06-11 22:37:25 +00:00
parent b71cb5326a
commit d39713618c
6 changed files with 12 additions and 12 deletions

View File

@ -42,8 +42,8 @@ while test $# -gt 0; do
echo @VERSION@
;;
--cflags)
if test @prefix@/local != /usr/include ; then
includes="-I@prefix@/local"
if test @prefix@/include != /usr/include ; then
includes="-I@prefix@/include"
fi
echo $includes @EVAS_CFLAGS@
;;

View File

@ -39,8 +39,8 @@ while test $# -gt 0; do
echo @VERSION@
;;
--cflags)
if test @prefix@/local != /usr/include ; then
includes="-I@prefix@/local"
if test @prefix@/include != /usr/include ; then
includes="-I@prefix@/include"
fi
echo $includes @EVAS_CFLAGS@
;;

View File

@ -39,8 +39,8 @@ while test $# -gt 0; do
echo @VERSION@
;;
--cflags)
if test @prefix@/local != /usr/include ; then
includes="-I@prefix@/local"
if test @prefix@/include != /usr/include ; then
includes="-I@prefix@/include"
fi
echo $includes
;;

View File

@ -39,8 +39,8 @@ while test $# -gt 0; do
echo @VERSION@
;;
--cflags)
if test @prefix@/local != /usr/include ; then
includes="-I@prefix@/local"
if test @prefix@/include != /usr/include ; then
includes="-I@prefix@/include"
fi
echo $includes
;;

View File

@ -39,8 +39,8 @@ while test $# -gt 0; do
echo @VERSION@
;;
--cflags)
if test @prefix@/local != /usr/include ; then
includes="-I@prefix@/local"
if test @prefix@/include != /usr/include ; then
includes="-I@prefix@/include"
fi
echo $includes @EVAS_CFLAGS@
;;

View File

@ -39,8 +39,8 @@ while test $# -gt 0; do
echo @VERSION@
;;
--cflags)
if test @prefix@/local != /usr/include ; then
includes="-I@prefix@/local"
if test @prefix@/include != /usr/include ; then
includes="-I@prefix@/include"
fi
echo $includes
;;