diff options
author | Bruno Haible <bruno@clisp.org> | 2006-06-30 14:18:07 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:27 +0200 |
commit | a7ec2e51a265c2faf8cc55cf0fa9a99de93d5819 (patch) | |
tree | e2bf964efd27050270e63211fec4b75cd76dc148 /gettext-runtime/m4 | |
parent | f6a1645413659169c4f997d46f792ef32ca73433 (diff) | |
download | external_gettext-a7ec2e51a265c2faf8cc55cf0fa9a99de93d5819.zip external_gettext-a7ec2e51a265c2faf8cc55cf0fa9a99de93d5819.tar.gz external_gettext-a7ec2e51a265c2faf8cc55cf0fa9a99de93d5819.tar.bz2 |
Assume working 'const'.
Diffstat (limited to 'gettext-runtime/m4')
-rw-r--r-- | gettext-runtime/m4/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-runtime/m4/gettext.m4 | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index b97ad1c..c9a697d 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,3 +1,8 @@ +2006-06-27 Bruno Haible <bruno@clisp.org> + + Assume working 'const'. + * gettext.m4 (gt_INTL_SUBDIR_CORE): Remove AC_C_CONST invocation. + 2006-06-15 Bruno Haible <bruno@clisp.org> * size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling. diff --git a/gettext-runtime/m4/gettext.m4 b/gettext-runtime/m4/gettext.m4 index 0aca24a..76356aa 100644 --- a/gettext-runtime/m4/gettext.m4 +++ b/gettext-runtime/m4/gettext.m4 @@ -1,4 +1,4 @@ -# gettext.m4 serial 52 (gettext-0.15) +# gettext.m4 serial 53 (gettext-0.15) dnl Copyright (C) 1995-2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -491,7 +491,6 @@ dnl plural.y dnl Used by libglocale. AC_DEFUN([gt_INTL_SUBDIR_CORE], [ - AC_REQUIRE([AC_C_CONST])dnl AC_REQUIRE([AC_C_INLINE])dnl AC_REQUIRE([AC_TYPE_SIZE_T])dnl AC_REQUIRE([gl_AC_HEADER_STDINT_H]) |