]> git.cworth.org Git - gzip/blob - m4/stdlib_h.m4
Imported Debian patch 1.3.12-1
[gzip] / m4 / stdlib_h.m4
1 # stdlib_h.m4 serial 1
2 dnl Copyright (C) 2007 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_STDLIB_H],
8 [
9   AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
10   gl_ABSOLUTE_HEADER([stdlib.h])
11   ABSOLUTE_STDLIB_H=\"$gl_cv_absolute_stdlib_h\"
12   AC_SUBST([ABSOLUTE_STDLIB_H])
13 ])
14
15 AC_DEFUN([gl_STDLIB_MODULE_INDICATOR],
16 [
17   dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
18   AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
19   GNULIB_[]m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./-],[ABCDEFGHIJKLMNOPQRSTUVWXYZ___])=1
20 ])
21
22 AC_DEFUN([gl_STDLIB_H_DEFAULTS],
23 [
24   GNULIB_GETSUBOPT=0; AC_SUBST([GNULIB_GETSUBOPT])
25   GNULIB_MKDTEMP=0;   AC_SUBST([GNULIB_MKDTEMP])
26   GNULIB_MKSTEMP=0;   AC_SUBST([GNULIB_MKSTEMP])
27   dnl Assume proper GNU behavior unless another module says otherwise.
28   HAVE_GETSUBOPT=1;   AC_SUBST([HAVE_GETSUBOPT])
29   HAVE_MKDTEMP=1;     AC_SUBST([HAVE_MKDTEMP])
30   REPLACE_MKSTEMP=0;  AC_SUBST([REPLACE_MKSTEMP])
31 ])