From 172849ea3dd6dd04214e04294bb7a456e764a3dd Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 23 Jan 2007 07:47:33 +0000 Subject: [PATCH] * autogen.sh: - require automake 1.8, so it won't overwrite our COPYING with the GPL one anymore pmo-trunk-r697 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 4d7086c..3bf9c50 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,7 +3,7 @@ srcdir=`dirname $0` test -z "$srcdir" && srcdir=. -REQUIRED_AUTOMAKE_VERSION=1.7 +REQUIRED_AUTOMAKE_VERSION=1.8 PKG_NAME=modest (test -f $srcdir/configure.ac \ @@ -17,4 +17,4 @@ which gnome-autogen.sh || { echo "You need to install gnome-common from GNOME CVS" exit 1 } -USE_GNOME2_MACROS=1 . gnome-autogen.sh \ No newline at end of file +USE_GNOME2_MACROS=1 . gnome-autogen.sh -- 1.7.9.5