]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Ensure EOVERFLOW is correctly defined.
authorBruno Haible <bruno@clisp.org>
Sun, 11 Nov 2007 00:08:44 +0000 (00:08 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:33 +0000 (12:15 +0200)
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/configure.ac

index afb4758ea812e42055da19df76bc3f0b3a396938..c48ea088517c93d9cf48716d3bc0521acbedbb2f 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-10  Bruno Haible  <bruno@clisp.org>
+
+       * configure.ac: Invoke gl_EOVERFLOW.
+
 2007-11-09  Bruno Haible  <bruno@clisp.org>
 
        * vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf with a
index 3515065300efcd3bf3d03afc129745aad703c387..c6a0b8652cfb1e6cf9d9a98998e32bfeaf99c4af 100644 (file)
@@ -1,5 +1,5 @@
 dnl Configuration for the GNU libasprintf library
-dnl Copyright (C) 2002-2006 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2007 Free Software Foundation, Inc.
 dnl
 dnl This program is free software: you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
@@ -81,6 +81,7 @@ AC_SUBST([ALLOCA_H])
 AC_CHECK_FUNCS([snprintf vasprintf wcslen])
 AC_CHECK_DECLS([_snprintf])
 gt_PRINTF_POSIX
+gl_EOVERFLOW
 
 dnl Check for tools needed for formatting the documentation.
 ac_aux_dir_abs=`cd $ac_aux_dir && pwd`