[clutter-gst] Remove dolt



commit 5081c3a1fe1c4822770de4ed39e0001eb4914676
Author: Adrian Bunk <bunk stusta de>
Date:   Sat Apr 7 23:29:44 2012 +0300

    Remove dolt
    
    With non-ancient libtool (>= 2.2) there is no longer a significant
    speed difference.
    
    The version of dolt that was included was anyway a NOP on architectures
    where build speed matters much (e.g. ARM).

 .gitignore                  |    2 -
 Makefile.am                 |    2 -
 build/autotools/.gitignore  |    1 -
 build/autotools/Makefile.am |    1 -
 build/autotools/dolt.m4     |  178 -------------------------------------------
 configure.ac                |    1 -
 6 files changed, 0 insertions(+), 185 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5865dc2..159da53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,8 +19,6 @@ config.status
 config.sub
 configure
 depcomp
-doltcompile
-doltlibtool
 gtk-doc.make
 install-sh
 libtool
diff --git a/Makefile.am b/Makefile.am
index 0a35600..40b9c96 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,8 +20,6 @@ EXTRA_DIST = clutter-gst.pc.in ChangeLog.pre-git-import
 
 CLEANFILES = clutter-gst.pc clutter-gst-$(CLUTTER_GST_API_VERSION).pc
 
-DISTCLEANFILES = doltcompile doltlibtool
-
 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
 
 # Extra clean files so that maintainer-clean removes *everything*
diff --git a/build/autotools/.gitignore b/build/autotools/.gitignore
index 5e9d5d0..d81bae1 100644
--- a/build/autotools/.gitignore
+++ b/build/autotools/.gitignore
@@ -1,5 +1,4 @@
 *.m4
 !as-compiler-flag.m4
-!dolt.m4
 !introspection.m4
 !as-am-really-silent.m4
diff --git a/build/autotools/Makefile.am b/build/autotools/Makefile.am
index 6ad5f63..de9091b 100644
--- a/build/autotools/Makefile.am
+++ b/build/autotools/Makefile.am
@@ -2,7 +2,6 @@ NULL = #
 
 EXTRA_DIST = \
 	as-compiler-flag.m4	\
-	dolt.m4			\
 	introspection.m4	\
 	as-am-really-silent.m4	\
 	$(NULL)
diff --git a/configure.ac b/configure.ac
index 25db37e..76e608f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,7 +102,6 @@ LT_INIT([disable-static])
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_SED
-DOLT
 AC_PATH_PROG([GLIB_MKENUMS], [glib-mkenums])
 AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
 



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