[pessulus] Make autogen.sh more modern.



commit 63a4c182082c02f7e827c4ca24380cd804013a5c
Author: Vincent Untz <vuntz gnome org>
Date:   Fri Apr 24 03:25:31 2009 +0200

    Make autogen.sh more modern.
---
 autogen.sh |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index ace9c65..c0e95d5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,8 +5,7 @@ srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
 PKG_NAME="pessulus"
-REQUIRED_AUTOCONF_VERSION=2.53
-REQUIRED_AUTOMAKE_VERSION=1.7.2
+REQUIRED_AUTOMAKE_VERSION=1.9
 
 (test -f $srcdir/configure.ac \
   && test -d $srcdir/Pessulus) || {
@@ -16,9 +15,8 @@ REQUIRED_AUTOMAKE_VERSION=1.7.2
 }
 
 which gnome-autogen.sh || {
-    echo "You need to install the gnome-common module and make"
-    echo "sure the gnome-autogen.sh script is in your \$PATH."
+    echo "You need to install gnome-common."
     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]