Extra REQUIRED_AUTOMAKE_VERSION setting in gnome-hello's autogen.sh



Howdy,

I apologize if this is the wrong place to report this, but I couldn't
find a gnome-hello project in Bugzilla and the bug reporting address
in configure.ac pointed here.

Anyway, there's an extra setting of REQUIRED_AUTOMAKE_VERSION in
gnome-hello's autogen.sh (it's overriden later in the file).  The
attached patch removes it.

-- 
Matt                                                   http://ftbfs.org/
Index: autogen.sh
===================================================================
--- autogen.sh	(revision 229)
+++ autogen.sh	(working copy)
@@ -4,8 +4,6 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
-REQUIRED_AUTOMAKE_VERSION=1.8
-
 PKG_NAME="gnome-hello"
 
 (test -f $srcdir/src/Makefile.am) || {


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