summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEskil Heyn Olsen <eskil@src.gnome.org>2000-04-19 09:45:41 +0000
committerEskil Heyn Olsen <eskil@src.gnome.org>2000-04-19 09:45:41 +0000
commit1db1463d7d504e2988103673e34b8aefc323ec4f (patch)
tree1370a3340a0fc8460bbb9aa78083b971e6f5febb
parente4ce699339aa94e65ad2868399306f1ed4500df4 (diff)
downloadgnome-common-1db1463d7d504e2988103673e34b8aefc323ec4f.tar.gz
Changed the error string for gnome-pilot
svn path=/trunk/; revision=1179
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/gnome-pilot.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 920b252..715d523 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,7 @@
+2000-04-19 Eskil Heyn Olsen <deity@eskil.dk>
+
+ * gnome-pilot.m4 (PILOT_LIBS): Changed the error string for gnome-pilot
+
2000-04-10 Dan Winship <danw@helixcode.com>
* gnome-pilot.m4 (PILOT_LIBS): Fix a bug introduced in the
diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4
index f050c57..1be11e3 100644
--- a/macros/gnome-pilot.m4
+++ b/macros/gnome-pilot.m4
@@ -117,7 +117,7 @@ AC_DEFUN([GNOME_PILOT_HOOK],[
$2
else
if test x$3 = xfailure; then
- AC_MSG_ERROR(Gnome-pilot not installed or installation problem)
+ AC_MSG_ERROR(gnome-pilot development package not installed or installation problem)
fi
fi
])