[gnome-keyring] autogen.sh: require automake 1.7



commit 4738c645ee59c7e860f7875fb06a0fa861cb5986
Author: Adrian Bunk <adrian bunk movial com>
Date:   Mon Apr 12 18:18:28 2010 +0300

    autogen.sh: require automake 1.7
    
    automake 1.4 does not have AM_PROG_CC_C_O
    
    https://bugzilla.gnome.org/show_bug.cgi?id=615536

 autogen.sh |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 2631ac6..fc4b9b0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,11 +1,13 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
 
+PKG_NAME="gnome-keyring"
+USE_GNOME2_MACROS=1
+REQUIRED_AUTOMAKE_VERSION=1.7
+
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
-PKG_NAME="gnome-keyring"
-
 (test -f $srcdir/configure.in \
   && test -f $srcdir/daemon/gkd-main.c) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
@@ -18,4 +20,4 @@ which gnome-autogen.sh || {
     exit 1
 }
 
-USE_GNOME2_MACROS=1 . gnome-autogen.sh
+. gnome-autogen.sh



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