]> Savannah Git Hosting - gnulib.git/commitdiff
sys_types: Avoid autoconf warning about gl_SYS_TYPES_H.
authorBruno Haible <bruno@clisp.org>
Sat, 2 Mar 2013 16:31:42 +0000 (17:31 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 2 Mar 2013 16:31:42 +0000 (17:31 +0100)
* m4/sys_types_h.m4 (gl_SYS_TYPES_H): Define through AC_DEFUN_ONCE.

ChangeLog
m4/sys_types_h.m4

index 75fd985bb96e97ab0bdf5022d97e75e98f365ac6..31f07e3565f0003c980e6be6606aa5286ac57c4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-03-02  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        gettext: Update to version 0.18.2.
index 6132727f872451b41fbbfffc90895b3af83d4b39..d15c1b370927a6ec580b8a6fff19332430f05aa6 100644 (file)
@@ -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])