diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-05 07:34:28 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-05 07:34:28 +0800 |
commit | 261a380610297c72baf9bde93813789f0e5cd01d (patch) | |
tree | 3a4a4d97875b41537484e595f2b823a7abc2e5b6 /configure.in | |
parent | 671c94e3293f25dfdd7818c9c509288b92bfdf36 (diff) | |
download | gsoc2013-evolution-261a380610297c72baf9bde93813789f0e5cd01d.tar.gz gsoc2013-evolution-261a380610297c72baf9bde93813789f0e5cd01d.tar.zst gsoc2013-evolution-261a380610297c72baf9bde93813789f0e5cd01d.zip |
[Fixes by Neil Conway <neilconway@home.com, as per #8090.]
* configure.in: Fix the error message if scrollkeeper is not found.
* README: A bunch of minor fixes, tweaks and cleanups.
svn path=/trunk/; revision=12614
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5c6e72ae85..ba3fb02552 100644 --- a/configure.in +++ b/configure.in @@ -65,7 +65,7 @@ AC_SUBST(SCROLLKEEPER_REQUIRED) dnl Check for scrollkeeper AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config,no) if test x$SCROLLKEEPER_CONFIG = xno; then - AC_MSG_ERROR(Couldn't find scrollkeeper-config, please install the scrollkeeper package) + AC_MSG_ERROR(Couldn't find scrollkeeper-config -- please install the scrollkeeper package) fi SCROLLKEEPER_LOCALSTATE_DIR=`scrollkeeper-config --pkglocalstatedir` AC_SUBST(SCROLLKEEPER_LOCALSTATE_DIR) |