~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to m4/stdlib_h.m4

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-28 03:03:42 UTC
  • mfrom: (8.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20121128030342-21zanj8354gas5gr
Tags: 8.20-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Make 'uname -i -p' return the real processor/hardware, instead of
    unknown.
  - Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# stdlib_h.m4 serial 37
2
 
dnl Copyright (C) 2007-2011 Free Software Foundation, Inc.
 
1
# stdlib_h.m4 serial 41
 
2
dnl Copyright (C) 2007-2012 Free Software Foundation, Inc.
3
3
dnl This file is free software; the Free Software Foundation
4
4
dnl gives unlimited permission to copy and/or distribute it,
5
5
dnl with or without modifications, as long as this notice is preserved.
19
19
#if HAVE_RANDOM_H
20
20
# include <random.h>
21
21
#endif
22
 
    ]], [_Exit atoll canonicalize_file_name getloadavg getsubopt grantpt mkdtemp
23
 
    mkostemp mkostemps mkstemp mkstemps ptsname random_r initstat_r srandom_r
24
 
    setstate_r realpath rpmatch setenv strtod strtoll strtoull unlockpt
25
 
    unsetenv])
 
22
    ]], [_Exit atoll canonicalize_file_name getloadavg getsubopt grantpt
 
23
    initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps
 
24
    posix_openpt ptsname ptsname_r random random_r realpath rpmatch
 
25
    setenv setstate setstate_r srandom srandom_r
 
26
    strtod strtoll strtoull unlockpt unsetenv])
26
27
])
27
28
 
28
29
AC_DEFUN([gl_STDLIB_MODULE_INDICATOR],
50
51
  GNULIB_MKOSTEMPS=0;     AC_SUBST([GNULIB_MKOSTEMPS])
51
52
  GNULIB_MKSTEMP=0;       AC_SUBST([GNULIB_MKSTEMP])
52
53
  GNULIB_MKSTEMPS=0;      AC_SUBST([GNULIB_MKSTEMPS])
 
54
  GNULIB_POSIX_OPENPT=0;  AC_SUBST([GNULIB_POSIX_OPENPT])
53
55
  GNULIB_PTSNAME=0;       AC_SUBST([GNULIB_PTSNAME])
 
56
  GNULIB_PTSNAME_R=0;     AC_SUBST([GNULIB_PTSNAME_R])
54
57
  GNULIB_PUTENV=0;        AC_SUBST([GNULIB_PUTENV])
 
58
  GNULIB_RANDOM=0;        AC_SUBST([GNULIB_RANDOM])
55
59
  GNULIB_RANDOM_R=0;      AC_SUBST([GNULIB_RANDOM_R])
56
60
  GNULIB_REALLOC_POSIX=0; AC_SUBST([GNULIB_REALLOC_POSIX])
57
61
  GNULIB_REALPATH=0;      AC_SUBST([GNULIB_REALPATH])
76
80
  HAVE_MKOSTEMPS=1;          AC_SUBST([HAVE_MKOSTEMPS])
77
81
  HAVE_MKSTEMP=1;            AC_SUBST([HAVE_MKSTEMP])
78
82
  HAVE_MKSTEMPS=1;           AC_SUBST([HAVE_MKSTEMPS])
 
83
  HAVE_POSIX_OPENPT=1;       AC_SUBST([HAVE_POSIX_OPENPT])
79
84
  HAVE_PTSNAME=1;            AC_SUBST([HAVE_PTSNAME])
 
85
  HAVE_PTSNAME_R=1;          AC_SUBST([HAVE_PTSNAME_R])
 
86
  HAVE_RANDOM=1;             AC_SUBST([HAVE_RANDOM])
80
87
  HAVE_RANDOM_H=1;           AC_SUBST([HAVE_RANDOM_H])
81
88
  HAVE_RANDOM_R=1;           AC_SUBST([HAVE_RANDOM_R])
82
89
  HAVE_REALPATH=1;           AC_SUBST([HAVE_REALPATH])
95
102
  REPLACE_MALLOC=0;          AC_SUBST([REPLACE_MALLOC])
96
103
  REPLACE_MBTOWC=0;          AC_SUBST([REPLACE_MBTOWC])
97
104
  REPLACE_MKSTEMP=0;         AC_SUBST([REPLACE_MKSTEMP])
 
105
  REPLACE_PTSNAME=0;         AC_SUBST([REPLACE_PTSNAME])
 
106
  REPLACE_PTSNAME_R=0;       AC_SUBST([REPLACE_PTSNAME_R])
98
107
  REPLACE_PUTENV=0;          AC_SUBST([REPLACE_PUTENV])
 
108
  REPLACE_RANDOM_R=0;        AC_SUBST([REPLACE_RANDOM_R])
99
109
  REPLACE_REALLOC=0;         AC_SUBST([REPLACE_REALLOC])
100
110
  REPLACE_REALPATH=0;        AC_SUBST([REPLACE_REALPATH])
101
111
  REPLACE_SETENV=0;          AC_SUBST([REPLACE_SETENV])