[Surfraw-commits] [SCM] surfraw - a fast unix command line interface to WWW branch, master, updated. surfraw_2-2-5_1-46-ge6f38a3

Ian Beckwith ianb at erislabs.net
Tue Nov 10 20:29:02 UTC 2009


The following commit has been merged in the master branch:
commit e6f38a36c0218491cb2dfa8b891e3d19b21891f2
Author: Ian Beckwith <ianb at erislabs.net>
Date:   Tue Nov 10 20:28:58 2009 +0000

    configure.in, HACKING: specify automake-1.11

diff --git a/ChangeLog b/ChangeLog
index 9457d3f..73f1adf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
 	* surfraw.IN: only list local elvi if $localelvidir contains
 	  files.
 	* README: update elvi list and surfraw options.
+	* configure.in, HACKING: specify automake 1.11
 
 2009-11-08  Ian Beckwith  <ianb at erislabs.net>
 
diff --git a/HACKING b/HACKING
index eb0704d..831c3ce 100644
--- a/HACKING
+++ b/HACKING
@@ -133,7 +133,7 @@ Or... How to Eat The CHEESE
 
     4: add a link for the manpage in links.IN
 
-    5: run aclocal (1.10), automake (1.10) and autoconf (2.50+)
+    5: run aclocal (1.11), automake (1.11) and autoconf (2.50+)
 
     6: update the elvi list in README
 
diff --git a/configure.in b/configure.in
index 05b1b13..f5d77ff 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@ AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR([surfraw.IN])
 
 dnl minimum automake version, not surfraw version
-AM_INIT_AUTOMAKE([1.10])
+AM_INIT_AUTOMAKE([1.11])
 
 AC_MSG_CHECKING([whether to enable OpenSearch support])
 AC_ARG_ENABLE([opensearch],

-- 
surfraw -  a fast unix command line interface to WWW



More information about the Surfraw-commits mailing list