8248b28
From 691468b112193bd6577059a08511a529e233c386 Mon Sep 17 00:00:00 2001
8248b28
From: Dan Horak <dan@danny.cz>
8248b28
Date: Mon, 19 Jan 2009 11:40:00 +0100
8248b28
Subject: [PATCH] use pregenerated revision.m4
8248b28
8248b28
---
8248b28
 bootstrap       |    9 ---------
8248b28
 src/Makefile.am |    2 +-
8248b28
 2 files changed, 1 insertions(+), 10 deletions(-)
8248b28
8248b28
diff --git a/bootstrap b/bootstrap
8248b28
index 8c08bec..e8d3312 100755
8248b28
--- a/bootstrap
8248b28
+++ b/bootstrap
8248b28
@@ -6,15 +6,6 @@
8248b28
 #  - automake 1.7+, 1.9+ for make dist
8248b28
 #  - libtool 1.4+
8248b28
 
8248b28
-# Touch revision.m4
8248b28
-if [ -f ./update_revision.sh ]; then
8248b28
-	./update_revision.sh;
8248b28
-elif [ ! -f ./revision.m4 ]; then
8248b28
-	echo "m4_define([SVN_REV], 0)" > ./revision.m4;
8248b28
-	echo "m4_define([SVN_REVISION], trunk-r0)" >> ./revision.m4;
8248b28
-	echo "m4_define([SVN_DATE], )" >> ./revision.m4;
8248b28
-fi
8248b28
-
8248b28
 # Deal with some gentoo-specific issues
8248b28
 WANT_AUTOMAKE='1.9 1.8 1.7' #latest of these is chosen or default if none hits
8248b28
 export WANT_AUTOMAKE
8248b28
diff --git a/src/Makefile.am b/src/Makefile.am
8248b28
index 776b136..9a661f4 100644
8248b28
--- a/src/Makefile.am
8248b28
+++ b/src/Makefile.am
8248b28
@@ -1,4 +1,4 @@
8248b28
-SUBDIRS = include base build_tools mime sdk src plugins tools templates scripts wxsmith
8248b28
+SUBDIRS = include base mime sdk src plugins tools templates scripts wxsmith
8248b28
 
8248b28
 dist_pkgdata_DATA = tips.txt
8248b28
 
8248b28
-- 
8248b28
1.7.4.4
8248b28