summaryrefslogtreecommitdiff
path: root/modules/errno
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 /modules/errno
parente30d02286081804e8eeeac42c17973446fc5aa07 (diff)
downloadgnulib-41c50713274c4fe9ddd7b0b4268161a1f02a9d1f.tar.gz
Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
Diffstat (limited to 'modules/errno')
-rw-r--r--modules/errno2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/errno b/modules/errno
index 208636dc38..8806621d5e 100644
--- a/modules/errno
+++ b/modules/errno
@@ -9,7 +9,7 @@ Depends-on:
include_next
configure.ac:
-AC_REQUIRE([gl_HEADER_ERRNO_H])
+gl_HEADER_ERRNO_H
Makefile.am:
BUILT_SOURCES += $(ERRNO_H)