[ekg2-commit] r4015 - in trunk: . ekg: -trunk/ekg/ekg2-config.in trunk/configure.ac

SVN commit svn w toxygen.net
Śro, 18 Cze 2008, 20:18:14 CEST


Author: darkjames
Date: 2008-06-18 20:18:14 +0200 (Wed, 18 Jun 2008)
New Revision: 4015

Removed:
   trunk/ekg/ekg2-config.in
Modified:
   trunk/configure.ac
Log:
remove ekg2-config
For details see: http://lists.ziew.org/mailman/pipermail/ekg2-devel/2008-May/001382.html



Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2008-06-13 07:19:47 UTC (rev 4014)
+++ trunk/configure.ac	2008-06-18 18:18:14 UTC (rev 4015)
@@ -112,7 +112,7 @@
 
 AC_CHECK_LIBIDN
 
-AC_CONFIG_FILES([Makefile ekg/Makefile ekg/ekg2-config compat/Makefile docs/Makefile po/Makefile.in])
+AC_CONFIG_FILES([Makefile ekg/Makefile compat/Makefile docs/Makefile po/Makefile.in])
 AC_CONFIG_FILES([contrib/Makefile contrib/python/Makefile contrib/perl/Makefile])
 AC_CONFIG_FILES([plugins/Makefile plugins/polchat/Makefile plugins/mail/Makefile plugins/logs/Makefile plugins/rc/Makefile plugins/sms/Makefile plugins/pcm/Makefile plugins/rot13/Makefile plugins/irc/Makefile plugins/httprc_xajax/Makefile plugins/xmsg/Makefile plugins/ioctld/Makefile plugins/gg/Makefile plugins/sim/Makefile plugins/jabber/Makefile plugins/ncurses/Makefile plugins/gtk/Makefile plugins/readline/Makefile plugins/gsm/Makefile plugins/xosd/Makefile plugins/perl/Makefile plugins/python/Makefile plugins/logsoracle/Makefile plugins/logsqlite/Makefile plugins/gpg/Makefile plugins/autoresponder/Makefile plugins/feed/Makefile plugins/jogger/Makefile])
 

Deleted: trunk/ekg/ekg2-config.in
===================================================================
--- trunk/ekg/ekg2-config.in	2008-06-13 07:19:47 UTC (rev 4014)
+++ trunk/ekg/ekg2-config.in	2008-06-18 18:18:14 UTC (rev 4015)
@@ -1,120 +0,0 @@
-#!/bin/sh
-
-# ekg2-config
-#
-# Tool for retrieving the library/include paths EKG2 was compiled with.
-#
-# Useful for folks compiling their own EKG2 plugins outside the main
-# source tree.
-#
-# Written 17.11.2005
-# Based *HEAVILY* on xmms-config from the XMMS package.
-#
-# This work is released under the GNU GPL, version 2 or later.
-
-prefix="@prefix@"
-exec_prefix="@exec_prefix@"
-exec_prefix_set=no
-
-data_dir="@datadir@/@PACKAGE@" # hm... $pkgdatadir
-
-cflags_ekg2="@CFLAGS@"
-include_dir="@includedir@"
-lib_dir_ekg2="@libdir@"
-
-plugin_dir="@plugindir@"
-version="@VERSION@"
-
-ekg2_include_dir="$include_dir/ekg2"
-
-usage()
-{
-    cat <<EOF
-Usage: ekg2-config [OPTIONS]
-Options:
-    [--prefix[=DIR]]
-    [--exec-prefix[=DIR]]
-    [--version]
-    [--libs]
-    [--cflags]
-    [--data-dir]
-    [--plugin-dir]
-
-EOF
-    exit $1
-}
-
-if test "$include_dir" != "/usr/include"; then
-   cflags="-I$include_dir -I$ekg2_include_dir"
-else
-    cflags="-I$ekg2_include_dir"
-fi
-
-if test $# -eq 0; then
-    usage 1 1>&2
-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;
-	    echo $exec_prefix
-	    ;;
-
-	--exec-prefix)
-	    echo $exec_prefix
-	    ;;
-
-	--version)
-	    echo $version
-	    ;;
-# here we should just pass includedir to ekg2 headers.
-	--cflags)
-	    echo $cflags
-	    ;;
-
-	--cflags-ekg2)
-	    echo $cflags_ekg2
-	    ;;
-# we don't need any kind of external linking for now ofcorz..
-	--libs)
-	    echo ""
-	    ;;
-
-	--libs-ekg2)
-	    echo $lib_dir
-	    ;;
-
-	--data-dir)
-	    echo $data_dir
-	    ;;
-
-	--plugin-dir)
-	    echo $plugin_dir
-	    ;;
-	*)
-	    usage 1 1>&2
-	    ;;
-    esac
-  shift
-done
-
-



Więcej informacji o liście dyskusyjnej ekg2-commit