[sword-cvs] sword Makefile.am,1.41,1.42 configure.ac,1.32,1.33

sword@www.crosswire.org sword@www.crosswire.org
Tue, 10 Feb 2004 09:36:01 -0700


Update of /cvs/core/sword
In directory www:/tmp/cvs-serv22975

Modified Files:
	Makefile.am configure.ac 
Log Message:
Lib version is now only defined in one place (configure.ac) (comitted by jansorg)

Index: Makefile.am
===================================================================
RCS file: /cvs/core/sword/Makefile.am,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- Makefile.am	16 Jan 2004 14:28:51 -0000	1.41
+++ Makefile.am	10 Feb 2004 16:35:59 -0000	1.42
@@ -1,8 +1,4 @@
 AUTOMAKE_OPTIONS = 1.6
-# General defines
-
-version := 1.5.7
-
 
 # this WILL NOT WORK for you. only inhouse patched version of
 # sapphire will omit enciphering code when set to yes, so leave
@@ -141,7 +137,7 @@
 	
 register:
 	@echo ""
-	echo "(***) $$USER@$$HOSTNAME, $$(date), $$(uname -m -r -s), SWORD ${version}, ${pkgdatadir}" | mail sword.users@crosswire.org
+	echo "(***) $$USER@$$HOSTNAME, $$(date), $$(uname -m -r -s), SWORD @VERSION@, ${pkgdatadir}" | mail sword.users@crosswire.org
 	@echo ""
 	@echo "The output of this command has been sent to CrossWire-- thank you.  Enjoy!"
 	@echo ""

Index: configure.ac
===================================================================
RCS file: /cvs/core/sword/configure.ac,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- configure.ac	29 Jan 2004 17:25:01 -0000	1.32
+++ configure.ac	10 Feb 2004 16:35:59 -0000	1.33
@@ -8,7 +8,7 @@
 AC_REVISION($Revision$)
 
 AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(sword, 1.5.8Â)
+AM_INIT_AUTOMAKE(sword, 1.5.8)
 
 AM_CONFIG_HEADER(config.h)