# HG changeset patch # User Bruno Haible # Date 1362241902 -3600 # Node ID 6fbd3d9c1853d8347cf26906d52f6fc4594b5a12 # Parent 8470f1956402b70ab5b8a03ece19ca5e0bb65a5f sys_types: Avoid autoconf warning about gl_SYS_TYPES_H. * m4/sys_types_h.m4 (gl_SYS_TYPES_H): Define through AC_DEFUN_ONCE. diff -r 8470f1956402 -r 6fbd3d9c1853 ChangeLog --- a/ChangeLog Sat Mar 02 16:50:59 2013 +0100 +++ b/ChangeLog Sat Mar 02 17:31:42 2013 +0100 @@ -1,3 +1,8 @@ +2013-03-02 Bruno Haible + + sys_types: Avoid autoconf warning about gl_SYS_TYPES_H. + * m4/sys_types_h.m4 (gl_SYS_TYPES_H): Define through AC_DEFUN_ONCE. + 2013-03-02 Bruno Haible gettext: Update to version 0.18.2. diff -r 8470f1956402 -r 6fbd3d9c1853 m4/sys_types_h.m4 --- a/m4/sys_types_h.m4 Sat Mar 02 16:50:59 2013 +0100 +++ b/m4/sys_types_h.m4 Sat Mar 02 17:31:42 2013 +0100 @@ -1,10 +1,10 @@ -# sys_types_h.m4 serial 4 +# sys_types_h.m4 serial 5 dnl Copyright (C) 2011-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. -AC_DEFUN([gl_SYS_TYPES_H], +AC_DEFUN_ONCE([gl_SYS_TYPES_H], [ AC_REQUIRE([gl_SYS_TYPES_H_DEFAULTS]) gl_NEXT_HEADERS([sys/types.h])