[libgdata] build: Fix strings in autogen.sh
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] build: Fix strings in autogen.sh
- Date: Sun, 22 Aug 2010 14:05:04 +0000 (UTC)
commit ae175298fd4c3d606c7c7bef24ac3a9655221d96
Author: Philip Withnall <philip tecnocode co uk>
Date: Sun Aug 22 13:43:52 2010 +0100
build: Fix strings in autogen.sh
autogen.sh | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 57734c1..6da0f8e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,17 +4,16 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-PKG_NAME="gdata"
+PKG_NAME=libgdata
REQUIRED_M4MACROS=introspection.m4
(test -f $srcdir/configure.ac) || {
- echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
- echo " top-level $PKG_NAME directory"
+ echo "**Error**: Directory "\`$srcdir\'" does not look like the top-level $PKG_NAME directory"
exit 1
}
which gnome-autogen.sh || {
- echo "You need to install gnome-common from the GNOME SVN"
+ echo "You need to install gnome-common from GNOME Git"
exit 1
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]