4 exec_prefix=@exec_prefix@
8 Usage: emotion-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]"
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
42 if test @prefix@/include != /usr/include ; then
43 includes="-I@prefix@/include"
45 echo $includes @EVAS_CFLAGS@
49 echo $libdirs -lemotion @EVAS_LIBS@ @ECORE_LIBS@ @dlopen_libs@