[gnome-panel] Make autogen.sh more modern.
- From: Vincent Untz <vuntz src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-panel] Make autogen.sh more modern.
- Date: Thu, 23 Apr 2009 21:36:38 -0400 (EDT)
commit a3d62d24527c0c17d875a4a85fc3f9d1c2a76aef
Author: Vincent Untz <vuntz gnome org>
Date: Fri Apr 24 03:24:17 2009 +0200
Make autogen.sh more modern.
---
autogen.sh | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index bc2432c..c32d83e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,16 +8,15 @@ PKG_NAME="GNOME Panel"
REQUIRED_AUTOMAKE_VERSION=1.9
(test -f $srcdir/configure.in \
- && test -f $srcdir/HACKING \
&& test -d $srcdir/gnome-panel) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
- echo " top-level gnome directory"
+ echo " top-level $PKG_NAME directory"
exit 1
}
-
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 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh
+
+USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]