[gnumeric] Remove dolt



commit ba269a610300875022ffa9b718d4a83fc07f62bb
Author: Adrian Bunk <bunk stusta de>
Date:   Fri Oct 21 21:21:24 2011 +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).

 Makefile.am  |    3 +-
 acinclude.m4 |  178 ----------------------------------------------------------
 configure.in |    1 -
 3 files changed, 1 insertions(+), 181 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f374e87..b99fc71 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ change_logs = ChangeLog \
 	OChangeLog-2001-06-26
 
 CLEANFILES = gnumeric.desktop gnumeric.keys
-DISTCLEANFILES = intltool-extract intltool-merge intltool-update $(pkgconfig_DATA) doltcompile doltlibtool
+DISTCLEANFILES = intltool-extract intltool-merge intltool-update $(pkgconfig_DATA)
 
 DISTCHECK_CONFIGURE_FLAGS=--without-perl --without-python
 
@@ -19,7 +19,6 @@ EXTRA_DIST = \
 	gnumeric.mime		\
 	gnumeric.spec		\
 	gnumeric.xsd		\
-	acinclude.m4		\
 	intltool-extract.in	\
 	intltool-merge.in	\
 	intltool-update.in	\
diff --git a/configure.in b/configure.in
index b8b61ba..e45c388 100644
--- a/configure.in
+++ b/configure.in
@@ -78,7 +78,6 @@ AC_PROG_YACC
 AM_PROG_LEX
 AC_PROG_LN_S
 AM_PROG_LIBTOOL
-DOLT
 AC_HEADER_STDC
 
 dnl Propagate Gnome-specific variable ACLOCAL_FLAGS to Makefile.



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