[longomatch] Remove the unused shave code



commit 534b66190fb615bd4f01fba4d522b2beba068ffe
Author: Adrian Bunk <bunk stusta de>
Date:   Sat Nov 9 12:22:17 2013 +0100

    Remove the unused shave code
    
    It was unused, and it was a hack for something that now has a proper
    solution.

 autogen.sh                      |    2 +-
 build/m4/Makefile.am            |    4 +-
 build/m4/shave/shave-libtool.in |  109 ---------------------------------------
 build/m4/shave/shave.in         |  109 ---------------------------------------
 build/m4/shave/shave.m4         |  102 ------------------------------------
 configure.ac                    |    6 +--
 6 files changed, 3 insertions(+), 329 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 9031389..eb8d741 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -18,7 +18,7 @@ test -z "$srcdir" && srcdir=.
 ORIGDIR=`pwd`
 cd $srcdir
 TEST_TYPE=-f
-aclocalinclude="-I build/m4/shamrock -I build/m4/shave $ACLOCAL_FLAGS"
+aclocalinclude="-I build/m4/shamrock $ACLOCAL_FLAGS"
 
 #test $TEST_TYPE $FILE || {
 #        echo "You must run this script in the top-level $PROJECT directory"
diff --git a/build/m4/Makefile.am b/build/m4/Makefile.am
index 6c1d899..55c11fc 100644
--- a/build/m4/Makefile.am
+++ b/build/m4/Makefile.am
@@ -1,6 +1,4 @@
 EXTRA_DIST = \
-       $(srcdir)/shamrock/*.m4 \
-       $(srcdir)/shave/*.m4 \
-       $(srcdir)/shave/*.in
+       $(srcdir)/shamrock/*.m4
 MAINTAINERCLEANFILES = Makefile.in
 
diff --git a/configure.ac b/configure.ac
index 185756b..9735fd5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AM_INIT_AUTOMAKE([foreign])
 AM_MAINTAINER_MODE
 
 AC_CONFIG_MACRO_DIR([build/m4])
-AC_SUBST([ACLOCAL_AMFLAGS], ["-I build/m4/shamrock -I build/m4/shave \${ACLOCAL_FLAGS}"])
+AC_SUBST([ACLOCAL_AMFLAGS], ["-I build/m4/shamrock \${ACLOCAL_FLAGS}"])
 
 AC_PROG_CC
 
@@ -81,8 +81,6 @@ PKG_CHECK_MODULES(CESARPLAYER, [gtk+-2.0 >= 2.8 gdk-2.0 gio-2.0 glib-2.0 gstream
 AC_SUBST(CESARPLAYER_CFLAGS)
 AC_SUBST(CESARPLAYER_LIBS)
 
-#SHAVE_INIT([build/m4/shave], [enable])
-
 AC_MSG_CHECKING([for the OS type])
 ostype=""
 
@@ -119,8 +117,6 @@ Makefile
 
 build/Makefile
 build/m4/Makefile
-build/m4/shave/shave
-build/m4/shave/shave-libtool
 
 images/Makefile
 libcesarplayer/Makefile


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]