summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-08-03 23:10:08 +0200
committerBruno Haible <bruno@clisp.org>2009-08-03 23:10:08 +0200
commitcff591ebe790c40fa91039eb9953d740ccd7ba1f (patch)
tree4eda09f57dcb69c3d409cc8883ec0c1148692157
parent0f69ba449c78cae196e89e6d6ef1c87013afe2cf (diff)
downloadexternal_gettext-cff591ebe790c40fa91039eb9953d740ccd7ba1f.zip
external_gettext-cff591ebe790c40fa91039eb9953d740ccd7ba1f.tar.gz
external_gettext-cff591ebe790c40fa91039eb9953d740ccd7ba1f.tar.bz2
Fix displayed message with autoconf-2.64.
-rw-r--r--gettext-tools/m4/ChangeLog5
-rw-r--r--gettext-tools/m4/setlocale.m48
2 files changed, 9 insertions, 4 deletions
diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog
index 8d9ffae..2853141 100644
--- a/gettext-tools/m4/ChangeLog
+++ b/gettext-tools/m4/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-03 Bruno Haible <bruno@clisp.org>
+
+ * setlocale.m4 (gt_SETLOCALE): Fix displayed message with
+ autoconf-2.64.
+
2009-04-11 Bruno Haible <bruno@clisp.org>
* exported.m4: New file, extracted from ../configure.ac.
diff --git a/gettext-tools/m4/setlocale.m4 b/gettext-tools/m4/setlocale.m4
index dfa2b7c..5b8fff0 100644
--- a/gettext-tools/m4/setlocale.m4
+++ b/gettext-tools/m4/setlocale.m4
@@ -1,5 +1,5 @@
-# setlocale.m4 serial 3 (gettext-0.15)
-dnl Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc.
+# setlocale.m4 serial 4 (gettext-0.18)
+dnl Copyright (C) 2001-2002, 2006, 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,
dnl with or without modifications, as long as this notice is preserved.
@@ -24,8 +24,8 @@ char *setlocale();
], [], gt_cv_proto_setlocale_arg1="", gt_cv_proto_setlocale_arg1="const")
gt_cv_proto_setlocale="extern char *setlocale (int category, $gt_cv_proto_setlocale_arg1 char *locale);"])
gt_cv_proto_setlocale=`echo "[$]gt_cv_proto_setlocale" | tr -s ' ' | sed -e 's/( /(/'`
-AC_MSG_RESULT([$]{ac_t:-
- }[$]gt_cv_proto_setlocale)
+AC_MSG_RESULT([
+ $gt_cv_proto_setlocale])
AC_DEFINE_UNQUOTED(SETLOCALE_CONST,$gt_cv_proto_setlocale_arg1,
[Define as const if the declaration of setlocale() needs const.])
])