From 4d7800f92c0cfec6515e1d893ca5dd6b91360eb9 Mon Sep 17 00:00:00 2001
From: rds <rds>
Date: Fri, 25 Feb 2005 16:29:27 +0000
Subject: [PATCH] corrections and keeping up to date

---
 foocanvas/support/DEV_NOTES      | 25 +++++++++++++++++++------
 foocanvas/support/untar_patch.sh |  2 +-
 2 files changed, 20 insertions(+), 7 deletions(-)

diff --git a/foocanvas/support/DEV_NOTES b/foocanvas/support/DEV_NOTES
index 4d87abf05..a48ee8df9 100755
--- a/foocanvas/support/DEV_NOTES
+++ b/foocanvas/support/DEV_NOTES
@@ -20,7 +20,7 @@ $ cd foocanvas/libfoocanvas
 $ gcvs diff -u > ZMap/foocanvas/support/libfoocanvas-VERSION.patch
 
 
-store in ZMap cvs. Make sure '-ko' is used to STOP keyword substitution ($Id: DEV_NOTES,v 1.2 2005-02-11 17:14:24 rds Exp $).
+store in ZMap cvs. Make sure '-ko' is used to STOP keyword substitution ($Id: DEV_NOTES,v 1.3 2005-02-25 16:29:27 rds Exp $).
 
 $ cd ZMap/foocanvas/support/
 $ cvs add -ko -m'message' libfoocanvas-VERSION.patch
@@ -41,17 +41,15 @@ $ mv foocanvas libfoocanvas-VERSION
 
 now make all the autoconf stuff.  I had to do this first.
 $ export AUTOMAKE=~/bin/automake
+$ export ACLOCAL_FLAGS="-I ~/share/aclocal -I ~/share/aclocal-1.9"
 autogen.sh also requires gnome-common 
 $ gcvs co gnome-common; ./configure; make; make install
 
 $ ./autogen.sh
 
-remove the Makefiles as autogen.sh runs configure.
+$ make dist-gzip
+  this uses VERSION from configure.in (currently 0.1), I was using YYYYMMDD, who knows what's best.
 
-$ find ./ -name 'Makefile' | xargs rm -f
-
-$ tar -cf libfoocanvas-VERSION.tar libfoocanvas-VERSION/
-$ gzip libfoocanvas-VERSION.tar
 $ mv libfoocanvas-VERSION.tar.gz ZMap/foocanvas/support/
 $ cvs commit -m'message' libfoocanvas-VERSION.tar.gz
 
@@ -59,3 +57,18 @@ Should alter untar_patch.sh to set the version variable to VERSION and
 tag the files as libfoocanvas-VERSION.
 Test by running ./untar_patch.sh and seeing no errors in patch and a complete build
 
+
+
+
+ALPHA builds
+------------
+
+Now auto{conf,make}, m4 and libtool are installed
+
+Use gtar and gpatch as the OSF ones don't do gnu options.
+
+export AUTOMAKE=~acedb/prefix/ALPHA/bin/automake-1.9
+make sure /usr/local/gtk2/bin is in $PATH
+
+gnome-common & gtk-doc are now installed so just do the following
+./autogen.sh; ./configure; make; make install
diff --git a/foocanvas/support/untar_patch.sh b/foocanvas/support/untar_patch.sh
index 0620984d5..9449a3b77 100755
--- a/foocanvas/support/untar_patch.sh
+++ b/foocanvas/support/untar_patch.sh
@@ -4,7 +4,7 @@
 # script to untar and patch libfoocanvas for us.
 #  Set the following:
 
-FOOCANVAS_VERSION=20050211
+FOOCANVAS_VERSION=20050225
 
 #
 #
-- 
GitLab