]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix displayed message of AM_ICONV with autoconf-2.64.
authorBruno Haible <bruno@clisp.org>
Mon, 3 Aug 2009 21:08:26 +0000 (23:08 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 3 Aug 2009 21:08:26 +0000 (23:08 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/iconv.m4

index c048def11b52e1c4b21f746deac2b7a4c07beb27..836892a6f3453df7fe7ed58ee9e1d72c4be5efbf 100644 (file)
@@ -1,3 +1,7 @@
+2009-08-03  Bruno Haible  <bruno@clisp.org>
+
+       * iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
+
 2009-06-06  Bruno Haible  <bruno@clisp.org>
 
        Interoperate with automake-1.11 provided --enable-silent-rules option.
index 3cc626829edffdf2c02bc5ad7517b7eb225c746a..ce21b0b878629fa1d9477d2acf7809db408c32bf 100644 (file)
@@ -1,4 +1,4 @@
-# iconv.m4 serial AM7 (gettext-0.18)
+# iconv.m4 serial AM8 (gettext-0.18)
 dnl Copyright (C) 2000-2002, 2007-2009 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -172,8 +172,8 @@ size_t iconv();
 ], [], [am_cv_proto_iconv_arg1=""], [am_cv_proto_iconv_arg1="const"])
       am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
     am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
-    AC_MSG_RESULT([${ac_t:-
-         }$am_cv_proto_iconv])
+    AC_MSG_RESULT([
+         $am_cv_proto_iconv])
     AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1],
       [Define as const if the declaration of iconv() needs const.])
   fi