From: Bruno Haible Date: Mon, 17 Nov 2003 15:20:17 +0000 (+0000) Subject: Move gettext-tools/m4/xsize.m4 to gettext-runtime/m4/xsize.m4. X-Git-Tag: v0.13~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f00813d9f49dd7dddd94b0c5164ab728fda8b7fb;p=thirdparty%2Fgettext.git Move gettext-tools/m4/xsize.m4 to gettext-runtime/m4/xsize.m4. --- diff --git a/gettext-tools/m4/xsize.m4 b/gettext-runtime/m4/xsize.m4 similarity index 91% rename from gettext-tools/m4/xsize.m4 rename to gettext-runtime/m4/xsize.m4 index ee30a4d45..9b7cf9b49 100644 --- a/gettext-tools/m4/xsize.m4 +++ b/gettext-runtime/m4/xsize.m4 @@ -1,4 +1,4 @@ -# xsize.m4 serial 1 +# xsize.m4 serial 2 dnl Copyright (C) 2003 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General @@ -9,5 +9,6 @@ dnl the same distribution terms as the rest of that program. AC_DEFUN([gl_XSIZE], [ dnl Prerequisites of lib/xsize.h. + AC_REQUIRE([gl_SIZE_MAX]) AC_CHECK_HEADERS(stdint.h) ])