aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGediminas Paulauskas <menesis@delfi.lt>2001-04-11 05:28:40 +0800
committerGediminas Paulauskas <menesis@src.gnome.org>2001-04-11 05:28:40 +0800
commit1991d205daa7f5b5754ba67328996c904dc26ecd (patch)
tree35e92a6b2bab029b387dbcb86aeeb30c65c6f792 /configure.in
parent0b90b0b1e8ffd8a9cbed8d9618bf9e8731681a14 (diff)
downloadgsoc2013-evolution-1991d205daa7f5b5754ba67328996c904dc26ecd.tar.gz
gsoc2013-evolution-1991d205daa7f5b5754ba67328996c904dc26ecd.tar.zst
gsoc2013-evolution-1991d205daa7f5b5754ba67328996c904dc26ecd.zip
i18n fixes, added missing includes.
2001-04-10 Gediminas Paulauskas <menesis@delfi.lt> * AUTHORS: /me is a translator. * configure.in (EVO_CHECK_LIB): fail with AC_MSG_ERROR, not echo && exit 1. 2001-04-10 Gediminas Paulauskas <menesis@delfi.lt> * backend/ebook/evolution-gnomecard-importer.c: added missing #include. * contact-editor/e-contact-editor.c (_arrow_pressed): popup menu items were not translated after selecting one of them. * gui/widgets/e-addressbook-view.c: mark popup menu items with N_(). Updated list[] for translators. * gui/widgets/e-minicard.c: same. * gui/widgets/e-minicard-view-widget.c (e_minicard_view_widget_set_arg): fix warning for "editable" arg. * gui/widgets/e-minicard-view.c: convert "empty_message" to utf8. 2001-04-10 Gediminas Paulauskas <menesis@delfi.lt> * widgets/e-summary-subwindow.c: added some missing includes. * widgets/e-summary-title-button.h: same. 2001-04-10 Gediminas Paulauskas <menesis@delfi.lt> * menus/gal-view-menus.c: convert label to utf8. svn path=/trunk/; revision=9215
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 42ff804917..c861ef90c7 100644
--- a/configure.in
+++ b/configure.in
@@ -27,10 +27,10 @@ AC_DEFUN(EVO_CHECK_LIB, [
pkgvers=`echo $pkgvers | awk -F. '{ print $[]1 * 1000000 + $[]2 * 10000 + $[]3 * 100 + $[]4;}'`
if test "$pkgvers" -lt $cmpvers; then
- echo ""
- echo "You need $dispname $dispvers or later to build Evolution" 1>&2
- echo "(If you think you already have this installed, consult the README.)" 1>&2
- exit 1
+ AC_MSG_ERROR([
+""
+"You need $dispname $dispvers or later to build Evolution"
+"If you think you already have this installed, consult the README."])
fi
])
-bdb1?id=ee0cc395bf014be5c031ed43ec494f1081f667ee'>Define NOPORTDOCS to work around the upgrade problem, for the moment.knu2004-02-271-0/+2 | * Update to 0.2.1.knu2003-07-292-2/+2 | * ruby-bdb1 now works on sparc64, thanks to tmm's fix to btree/bt_put.ckris2003-05-311-2/+0 | * This module does not yet work properly on sparc64.knu2003-05-121-0/+2 | * Update to 0.1.9.knu2003-04-252-2/+2 | * De-pkg-comment.knu2003-02-182-1/+1 | * Update to 0.1.8, which is compatible with the latest ruby 1.8.knu2003-01-023-4/+138 | * Remove http://www.ruby-lang.org/~knu/backup/ from MASTER_SITES, nowknu2002-10-081-2/+1 | | | | that bsd.ruby.mk adds a backup site to MASTER_SITE_BACKUP. * Use RUBY_MOD*.knu2002-10-072-21/+21 | * Update to 0.1.7.knu2002-05-042-2/+2 | * Update to 0.1.6.knu2002-03-173-2/+3 | * Prepare a backup site in www.ruby-lang.org and list it inknu2002-02-281-1/+2 | | | | | | MASTER_SITES, now that this port is essential to the portupgrade port, Master site unreachable from: Ryan Davis <ryand@zenspider.com> * Update to 0.1.5. (My patches have been integrated)knu2002-02-245-50/+3 | * Add a patch to fix a bug where the open mode 'r+' doesn't work asknu2002-02-202-0/+34 | | | | | | expected, which has already been submitted to the author. Bump PORTREVISION.