[gnome-menus] Make autogen.sh more modern.



commit 1e3078b3ef1f58c7f6e8878ff0836d312c3e57dc
Author: Vincent Untz <vuntz gnome org>
Date:   Fri Apr 24 03:25:12 2009 +0200

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

diff --git a/autogen.sh b/autogen.sh
index 7e87e9f..a95bd3d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,6 @@ PKG_NAME="GNOME Menus"
 REQUIRED_AUTOMAKE_VERSION=1.9
 
 (test -f $srcdir/configure.in \
-  && test -f $srcdir/HACKING \
   && test -d $srcdir/libmenu) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
     echo " top-level $PKG_NAME directory"
@@ -16,7 +15,8 @@ REQUIRED_AUTOMAKE_VERSION=1.9
 }
 
 which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME CVS"
+    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]