From b3710868dcf8d4058a88ab0c6db4b71f297df6b4 Mon Sep 17 00:00:00 2001 From: andreas Date: Sun, 1 Jul 2007 18:22:15 +0000 Subject: [PATCH] removed emotion-config.in because of pkg-config git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@30532 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- Makefile.am | 2 +- configure.in | 3 --- emotion-config.in | 59 ------------------------------------------------------- emotion.spec.in | 1 - 4 files changed, 1 insertion(+), 64 deletions(-) delete mode 100644 emotion-config.in diff --git a/Makefile.am b/Makefile.am index b7d0582..4a8eb48 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/configure.in b/configure.in index 15b7628..430bcb7 100644 --- a/configure.in +++ b/configure.in @@ -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 index b5830bd..0000000 --- a/emotion-config.in +++ /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 diff --git a/emotion.spec.in b/emotion.spec.in index f086a68..9d9d5ee 100644 --- a/emotion.spec.in +++ b/emotion.spec.in @@ -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 -- 2.7.4