Index: /trunk/pois/INSTALL
===================================================================
--- /trunk/pois/INSTALL	(revision 3825)
+++ /trunk/pois/INSTALL	(revision 3826)
@@ -1,5 +1,37 @@
-You may have to update
-    ac_pkg_swig.m4      ac_python_devel.m4  
-from Pan-STARRS GHQ.
+$ cvs co jhbuild
+
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+
+Setup $HOME/.jhbuildrc to install in (say) $HOME/JHB
+
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+
+I found that I needed to say
+
+$ jhbuild boostrap
+
+in order to get my autoconf macros recognised
+
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+
+$ jhbuild build pslib
+
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+
+Install
+	ac_pkg_swig.m4      ac_python_devel.m4
+into
+	$HOME/JHB/share/aclocal
+
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+
+To build/use the code, you'll have to source some script such as:
+
+export JHTREE=$HOME/JHB/Linux
+export PYTHONPATH=$HOME/Python:$HOME/Pan-STARRS/Pois/python:$HOME/Pan-STARRS/Pois/swig:$JHTREE/lib
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$JHTREE/lib
+export PATH=$JHTREE/bin:$(echo $PATH | perl -pe "s|$JHTREE/bin||")
+export PKG_CONFIG_PATH=$JHTREE/lib/pkgconfig:$PKG_CONFIG_PATH
+hash -r
 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
@@ -7,22 +39,7 @@
 To build from scratch:
 
-./autogen.sh --prefix=$HOME/JHB/Tree
+./autogen.sh --prefix=$JHTREE
 
-(or wherever you requested jhbuild to install things)
-
-N.b. As configured, autogen requires that a binary "autoconf-2.59" be present,
-and even if your autoconf is 2.59, that's not good enough.  autogen has a
-similar problem.  Fix:
-    perl -pi -e 's/(autoconf|autoheader)-2\.59/$1/' autogen.sh
-
--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-
-To use the code, you'll have to source some script such as:
-
-export PYTHONPATH=$HOME/Python:$HOME/Pan-STARRS/Pois/python:$HOME/Pan-STARRS/Pois/swig:$HOME/JHB/Tree/lib
-jhbin=$HOME/JHB/Tree/bin
-export PATH=$jhbin:$(echo $PATH | perl -pe "s|$jhbin||")
-hash -r
-unset jhbin
+(note that you set JHTREE above)
 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
