Update of /cvsroot/blob/blob
In directory usw-pr-cvs1:/tmp/cvs-serv14601
Modified Files:
Makefile.am configure.in
Log Message:
a couple of scripts that allow developers to build blob for all architectures.
also kick the version number to 2.0.4
Index: Makefile.am
===================================================================
RCS file: /cvsroot/blob/blob/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am 2001/08/06 23:38:07 1.2
+++ Makefile.am 2001/08/29 21:08:50 1.3
@@ -12,6 +12,7 @@
SUBDIRS = \
tools \
+ utils \
include \
src
Index: configure.in
===================================================================
RCS file: /cvsroot/blob/blob/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- configure.in 2001/08/06 23:38:07 1.3
+++ configure.in 2001/08/29 21:08:50 1.4
@@ -19,7 +19,7 @@
PACKAGE=blob
BLOB_MAJOR_VERSION=2
BLOB_MINOR_VERSION=0
-BLOB_MICRO_VERSION=3
+BLOB_MICRO_VERSION=4
BLOB_VERSION=$BLOB_MAJOR_VERSION.$BLOB_MINOR_VERSION.$BLOB_MICRO_VERSION
VERSION=$BLOB_VERSION
@@ -218,7 +218,9 @@
AC_OUTPUT(Makefile
include/Makefile
src/Makefile
-tools/Makefile)
+tools/Makefile
+utils/Makefile
+utils/build/Makefile)
echo ""
|