removed emotion-config.in because of pkg-config
authorandreas <andreas>
Sun, 1 Jul 2007 18:22:15 +0000 (18:22 +0000)
committerandreas <andreas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 1 Jul 2007 18:22:15 +0000 (18:22 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@30532 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Makefile.am
configure.in
emotion-config.in [deleted file]
emotion.spec.in

index b7d0582..4a8eb48 100644 (file)
@@ -8,7 +8,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess emotion.spec \
                       stamp-h.in emotion_docs.tar emotion_docs.tar.gz \
                       emotion.c acconfig.h debian/changelog
 
-bin_SCRIPTS = emotion-config
+bin_SCRIPTS = 
 
 EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN \
        emotion.spec emotion.spec.in emotion.c.in gendoc Doxyfile \
index 15b7628..430bcb7 100644 (file)
@@ -181,10 +181,7 @@ src/lib/Makefile
 src/modules/Makefile
 src/bin/Makefile
 data/Makefile
-emotion-config
 debian/changelog
-],[
-chmod +x emotion-config
 ])
 
 
diff --git a/emotion-config.in b/emotion-config.in
deleted file mode 100644 (file)
index b5830bd..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-#!/bin/sh
-
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-exec_prefix_set=no
-
-usage="\
-Usage: emotion-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]"
-
-if test $# -eq 0; then
-      echo "${usage}" 1>&2
-      exit 1
-fi
-
-while test $# -gt 0; do
-  case "$1" in
-  -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
-  *) optarg= ;;
-  esac
-
-  case $1 in
-    --prefix=*)
-      prefix=$optarg
-      if test $exec_prefix_set = no ; then
-        exec_prefix=$optarg
-      fi
-      ;;
-    --prefix)
-      echo $prefix
-      ;;
-    --exec-prefix=*)
-      exec_prefix=$optarg
-      exec_prefix_set=yes
-      ;;
-    --exec-prefix)
-      echo $exec_prefix
-      ;;
-    --version)
-      echo @VERSION@
-      ;;
-    --cflags)
-      if test @prefix@/include != /usr/include ; then
-        includes="-I@prefix@/include"
-      fi
-      echo $includes @EVAS_CFLAGS@
-      ;;
-    --libs)
-      libdirs=-L@libdir@
-      echo $libdirs -lemotion @EVAS_LIBS@ @ECORE_LIBS@ @dlopen_libs@
-      ;;
-    *)
-      echo "${usage}" 1>&2
-      exit 1
-      ;;
-  esac
-  shift
-done
-
-exit 0
index f086a68..9d9d5ee 100644 (file)
@@ -63,7 +63,6 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(-, root, root)
 %doc doc/html
-%{_bindir}/emotion-config
 %{_libdir}/pkgconfig/emotion.pc
 %{_libdir}/libemotion.so
 %{_libdir}/libemotion.la