summaryrefslogtreecommitdiffstats
path: root/gettext-tools
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-01-18 23:17:46 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:37 +0200
commitfc60d3c0e8b67a0dee5811f3cdd3d31a4868e1f4 (patch)
tree73b403e443e033e74354a10b6fbb111d601c5663 /gettext-tools
parent1dc034cc5dfa237e7324a5b0ed6d74478115265d (diff)
downloadexternal_gettext-fc60d3c0e8b67a0dee5811f3cdd3d31a4868e1f4.zip
external_gettext-fc60d3c0e8b67a0dee5811f3cdd3d31a4868e1f4.tar.gz
external_gettext-fc60d3c0e8b67a0dee5811f3cdd3d31a4868e1f4.tar.bz2
Fix line breaking in an error message.
Diffstat (limited to 'gettext-tools')
-rw-r--r--gettext-tools/misc/ChangeLog4
-rw-r--r--gettext-tools/misc/autopoint.in6
2 files changed, 7 insertions, 3 deletions
diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog
index 51ef4e5..a6b80f2 100644
--- a/gettext-tools/misc/ChangeLog
+++ b/gettext-tools/misc/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-18 Bruno Haible <bruno@clisp.org>
+
+ * autopoint.in: Fix line breaking in an error message.
+
2007-12-02 Bruno Haible <bruno@clisp.org>
* po-mode.el: Use modern backquote syntax.
diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in
index e6458c3..057a7c5 100644
--- a/gettext-tools/misc/autopoint.in
+++ b/gettext-tools/misc/autopoint.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2002-2007 Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -296,8 +296,8 @@ case "$ver" in
0.17 )
;;
*)
- func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in\
- file requires the infrastructure from gettext-$ver but this version\
+ func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
+ file requires the infrastructure from gettext-$ver but this version
is older. Please upgrade to gettext-$ver or newer."
;;
esac