[GRASS-SVN] r56656 - grass/branches/releasebranch_6_4/doc

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jun 9 09:36:06 PDT 2013


Author: neteler
Date: 2013-06-09 09:36:05 -0700 (Sun, 09 Jun 2013)
New Revision: 56656

Modified:
   grass/branches/releasebranch_6_4/doc/howto_release.txt
Log:
howto_release.txt: Check that autoconf scripts are up-to-date (to do only in RC cycle)

Modified: grass/branches/releasebranch_6_4/doc/howto_release.txt
===================================================================
--- grass/branches/releasebranch_6_4/doc/howto_release.txt	2013-06-09 16:26:23 UTC (rev 56655)
+++ grass/branches/releasebranch_6_4/doc/howto_release.txt	2013-06-09 16:36:05 UTC (rev 56656)
@@ -21,6 +21,18 @@
         ( cd doc/raster/r.example/ ; make )
         ( cd doc/vector/v.example/ ; make )
       still compile; fix otherwise
+ 
+   - Check that autoconf scripts are up-to-date (to do only in RC cycle!):
+
+      rm -f config.guess config.sub
+      wget http://git.savannah.gnu.org/cgit/config.git/plain/config.guess
+      wget http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
+      svn diff config.guess config.sub
+      autoconf-2.13
+      # check and submit to SVN:
+      svn ci -m"config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/" config.guess config.sub configure
+      # test by running ./configure 
+
    - make distclean
 
    - cleanup rubbish:



More information about the grass-commit mailing list