From: Bruno Haible Date: Sun, 11 Nov 2007 00:08:44 +0000 (+0000) Subject: Ensure EOVERFLOW is correctly defined. X-Git-Tag: v0.18~502 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba4272f3980960fbb2f96f92786dd69dd0d8cfb5;p=thirdparty%2Fgettext.git Ensure EOVERFLOW is correctly defined. --- diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index afb4758ea..c48ea0885 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -1,3 +1,7 @@ +2007-11-10 Bruno Haible + + * configure.ac: Invoke gl_EOVERFLOW. + 2007-11-09 Bruno Haible * vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf with a diff --git a/gettext-runtime/libasprintf/configure.ac b/gettext-runtime/libasprintf/configure.ac index 351506530..c6a0b8652 100644 --- a/gettext-runtime/libasprintf/configure.ac +++ b/gettext-runtime/libasprintf/configure.ac @@ -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`