]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Move gettext-tools/m4/xsize.m4 to gettext-runtime/m4/xsize.m4.
authorBruno Haible <bruno@clisp.org>
Mon, 17 Nov 2003 15:20:17 +0000 (15:20 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:17 +0000 (12:11 +0200)
gettext-runtime/m4/xsize.m4 [moved from gettext-tools/m4/xsize.m4 with 91% similarity]

similarity index 91%
rename from gettext-tools/m4/xsize.m4
rename to gettext-runtime/m4/xsize.m4
index ee30a4d4588957f510f5299e6a6a877e41792ff4..9b7cf9b49305037c04d5c86e9525c7eb68bf3598 100644 (file)
@@ -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)
 ])