+2011-06-04 Bruno Haible <bruno@clisp.org>
+
+ Ensure intmax_t gets defined in libasprintf.
+ * autogen.sh: Create gettext-runtime/m4/intmax_t.m4, copied from
+ gnulib.
+ * Makefile.am (distcheck-hook): Check also intmax_t.m4.
+
2011-06-03 Bruno Haible <bruno@clisp.org>
* autogen.sh (GNULIB_MODULES_LIBASPRINTF): Add verify.
cmp -s gettext-runtime/m4/intldir.m4 gettext-tools/gnulib-m4/intldir.m4
cmp -s gettext-runtime/m4/intlmacosx.m4 gettext-tools/gnulib-m4/intlmacosx.m4
cmp -s gettext-runtime/m4/intmax.m4 gettext-tools/gnulib-m4/intmax.m4
+ cmp -s gettext-runtime/m4/intmax_t.m4 gettext-tools/gnulib-m4/intmax_t.m4
cmp -s gettext-runtime/m4/inttypes-pri.m4 gettext-tools/gnulib-m4/inttypes-pri.m4
cmp -s gettext-runtime/m4/inttypes_h.m4 gettext-tools/gnulib-m4/inttypes_h.m4
cmp -s gettext-runtime/m4/lcmessage.m4 gettext-tools/gnulib-m4/lcmessage.m4
'
$GNULIB_TOOL --dir=gettext-runtime/libasprintf --source-base=. --m4-base=gnulib-m4 --lgpl=2 --makefile-name=Makefile.gnulib --libtool --local-dir=gnulib-local --local-symlink \
--import $GNULIB_MODULES_LIBASPRINTF $GNULIB_MODULES_LIBASPRINTF_OTHER
+ $GNULIB_TOOL --copy-file m4/intmax_t.m4 gettext-runtime/m4/intmax_t.m4
# In gettext-tools:
GNULIB_MODULES_TOOLS_FOR_SRC='
alloca-opt
+2011-06-04 Bruno Haible <bruno@clisp.org>
+
+ Ensure intmax_t gets defined in libasprintf.
+ * configure.ac: Invoke gl_AC_TYPE_INTMAX_T instead of gt_TYPE_INTMAX_T.
+
2011-06-03 Bruno Haible <bruno@clisp.org>
* Makefile.am (lib_asprintf_EXTRASOURCES): Add verify.h.
dnl Configuration for the GNU libasprintf library
-dnl Copyright (C) 2002-2010 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2011 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
[AC_DEFINE([ptrdiff_t], [long],
[Define as the type of the result of subtracting two pointers, if the system doesn't define it.])
])
-gt_TYPE_INTMAX_T
+gl_AC_TYPE_INTMAX_T
gl_XSIZE
dnl Checks for library functions.
+2011-06-04 Bruno Haible <bruno@clisp.org>
+
+ Ensure intmax_t gets defined in libasprintf.
+ * Makefile.am (EXTRA_DIST): Add intmax_t.m4.
+
2011-02-18 Eric Blake <eblake@redhat.com>
longlong: skip, rather than fail, on cross-compilation
intldir.m4 \
intlmacosx.m4 \
intmax.m4 \
+intmax_t.m4 \
inttypes-pri.m4 \
inttypes_h.m4 \
lcmessage.m4 \