350cd4203fa736cc32bc8fd2863e37ba6137a6a3
[debian/gzip] / m4 / perror.m4
1 # perror.m4 serial 1
2 dnl Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
6
7 AC_DEFUN([gl_FUNC_PERROR],
8 [
9   AC_REQUIRE([gl_STDIO_H_DEFAULTS])
10   AC_REQUIRE([gl_HEADER_ERRNO_H])
11   if test -n "$ERRNO_H"; then
12     dnl The system's perror() cannot know about the new errno values we add
13     dnl to <errno.h>. Replace it.
14     REPLACE_PERROR=1
15     AC_LIBOBJ([perror])
16   fi
17 ])