[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
- Previous message: [sword-cvs] sword/include swversion.h,1.15,1.16
- Next message: [sword-cvs] sword/bindings/perl Changes,1.1,NONE Makefile.PL,1.1,NONE README,1.1,NONE Sword.pm,1.1,NONE Sword.xs,1.2,NONE perlobject.map,1.1,NONE test.pl,1.1,NONE typemap,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [sword-cvs] sword/include swversion.h,1.15,1.16
- Next message: [sword-cvs] sword/bindings/perl Changes,1.1,NONE Makefile.PL,1.1,NONE README,1.1,NONE Sword.pm,1.1,NONE Sword.xs,1.2,NONE perlobject.map,1.1,NONE test.pl,1.1,NONE typemap,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]