* autogen.sh:
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 23 Jan 2007 07:47:33 +0000 (07:47 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 23 Jan 2007 07:47:33 +0000 (07:47 +0000)
- require automake 1.8, so it won't overwrite our COPYING
  with the GPL one anymore

pmo-trunk-r697

autogen.sh

index 4d7086c..3bf9c50 100755 (executable)
@@ -3,7 +3,7 @@
 
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
 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 \
 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
 }
     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