[sword-svn] r1820 - in trunk: . include
scribe at crosswire.org
scribe at crosswire.org
Sat May 28 21:46:43 MST 2005
Author: scribe
Date: 2005-05-28 21:46:43 -0700 (Sat, 28 May 2005)
New Revision: 1820
Modified:
trunk/include/config.h
trunk/usrinst.sh
Log:
Packaged for 1.5.8
Modified: trunk/include/config.h
===================================================================
--- trunk/include/config.h 2005-05-28 07:07:40 UTC (rev 1819)
+++ trunk/include/config.h 2005-05-29 04:46:43 UTC (rev 1820)
@@ -44,19 +44,19 @@
#define PACKAGE_NAME "sword"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "sword 1.5.7.103"
+#define PACKAGE_STRING "sword 1.5.8"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "sword"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.5.7.103"
+#define PACKAGE_VERSION "1.5.8"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "1.5.7.103"
+#define VERSION "1.5.8"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
Modified: trunk/usrinst.sh
===================================================================
--- trunk/usrinst.sh 2005-05-28 07:07:40 UTC (rev 1819)
+++ trunk/usrinst.sh 2005-05-29 04:46:43 UTC (rev 1820)
@@ -1,17 +1,16 @@
#!/bin/sh
OPTIONS="--prefix=/usr $OPTIONS"
-OPTIONS="--disable-shared $OPTIONS"
OPTIONS="--without-conf $OPTIONS"
OPTIONS="--sysconfdir=/etc $OPTIONS"
-#OPTIONS="--with-icu $OPTIONS"
-#OPTIONS="--with-vcl $OPTIONS"
-OPTIONS="--enable-debug $OPTIONS"
-#OPTIONS="--enable-profile $OPTIONS"
#OPTIONS="--with-lucene $OPTIONS"
+#OPTIONS="--with-icu $OPTIONS"
#OPTIONS="--without-curl $OPTIONS"
#OPTIONS="--enable-tests $OPTIONS"
-OPTIONS="--disable-utilities $OPTIONS"
+#OPTIONS="--enable-profile $OPTIONS"
+#OPTIONS="--enable-debug $OPTIONS"
+#OPTIONS="--disable-shared $OPTIONS"
+#OPTIONS="--disable-utilities $OPTIONS"
CPPFLAGS="$CFLAGS $CPPFLAGS -DUSBINARY" ./configure $OPTIONS $*
More information about the sword-cvs
mailing list