Re: [Freeciv-Dev] (PR#39547) [Patch] Error message about missing iconv was badly formatted

2007-08-12 Thread Marko Lindqvist

http://bugs.freeciv.org/Ticket/Display.html?id=39547 >

On 12/08/07, Marko Lindqvist <[EMAIL PROTECTED]> wrote:
>
>  Attached patch fixes $subject (lots of spaces in the middle of the
> error msg), but actual text migh need changing too. I can't find iconv
> from http://gnu.org (except that I know glibc to contain iconv
> implementation).

 Maybe just referring to it as libiconv will help people to right
track, as that is name of the actual package.


 - ML

diff -Nurd -X.diff_ignore freeciv/configure.ac freeciv/configure.ac
--- freeciv/configure.ac	2007-08-09 11:35:00.0 +0300
+++ freeciv/configure.ac	2007-08-12 18:32:59.0 +0300
@@ -174,8 +174,8 @@
 AM_LIBCHARSET
 AM_LANGINFO_CODESET
 if test "$am_cv_func_iconv" != yes; then
-  AC_MSG_ERROR([Iconv is missing.  You can get it from http://gnu.org/, \
-or try using --with-libiconv-prefix.])
+  AC_MSG_ERROR([Iconv is missing. You can get libiconv from http://gnu.org/, \
+or try using --with-libiconv-prefix.])
 fi
 LIBS="$LIBS $LIBICONV"
 
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] (PR#39547) [Patch] Error message about missing iconv was badly formatted

2007-08-12 Thread Marko Lindqvist

http://bugs.freeciv.org/Ticket/Display.html?id=39547 >

 Attached patch fixes $subject (lots of spaces in the middle of the
error msg), but actual text migh need changing too. I can't find iconv
from http://gnu.org (except that I know glibc to contain iconv
implementation).


 - ML

diff -Nurd -X.diff_ignore freeciv/configure.ac freeciv/configure.ac
--- freeciv/configure.ac	2007-08-09 11:35:00.0 +0300
+++ freeciv/configure.ac	2007-08-12 18:16:44.0 +0300
@@ -175,7 +175,7 @@
 AM_LANGINFO_CODESET
 if test "$am_cv_func_iconv" != yes; then
   AC_MSG_ERROR([Iconv is missing.  You can get it from http://gnu.org/, \
-or try using --with-libiconv-prefix.])
+or try using --with-libiconv-prefix.])
 fi
 LIBS="$LIBS $LIBICONV"
 
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev