[gnome-chess] Remove REQUIRED_AUTOMAKE_VERSION from autogen.sh



commit 4cdec2f29f3c4eaef0568635cfd1fab47b086c57
Author: Michael Catanzaro <mike catanzaro gmail com>
Date:   Tue Jun 25 20:46:05 2013 -0500

    Remove REQUIRED_AUTOMAKE_VERSION from autogen.sh
    
    The check in AM_INIT_AUTOMAKE is sufficient. This shouldn't have to be
    changed in two places.
    
    It was outdated anyway; automake 1.11 really is important, since it has
    all the vala macros.

 autogen.sh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 6e8332a..5fe9c50 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,7 +7,6 @@ which gnome-autogen.sh || {
     exit 1
 }
 
-REQUIRED_AUTOMAKE_VERSION=1.9 
 REQUIRED_YELP_TOOLS_VERSION=3.1.1
 REQUIRED_GETTEXT_VERSION=0.12
 REQUIRED_INTLTOOL_VERSION=0.40.4


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]