summaryrefslogtreecommitdiff
path: root/m4/errno_h.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-05-04 11:50:43 +0200
committerBruno Haible <bruno@clisp.org>2009-05-04 11:50:43 +0200
commit41c50713274c4fe9ddd7b0b4268161a1f02a9d1f (patch)
tree59c95c0c71107fe72e0b1be48655ac1975e22705 /m4/errno_h.m4
parente30d02286081804e8eeeac42c17973446fc5aa07 (diff)
downloadgnulib-41c50713274c4fe9ddd7b0b4268161a1f02a9d1f.tar.gz
Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
Diffstat (limited to 'm4/errno_h.m4')
-rw-r--r--m4/errno_h.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/errno_h.m4 b/m4/errno_h.m4
index 4d77672cb7..16188d9bc0 100644
--- a/m4/errno_h.m4
+++ b/m4/errno_h.m4
@@ -1,10 +1,9 @@
-# errno_h.m4 serial 4
+# errno_h.m4 serial 5
dnl Copyright (C) 2004, 2006, 2008, 2009 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.
-dnl This macro must pass through AC_REQUIRE (never directly invoke it).
AC_DEFUN_ONCE([gl_HEADER_ERRNO_H],
[
AC_REQUIRE([AC_PROG_CC])