Mercurial > hg > octave-nkf > gnulib-hg
annotate m4/fcntl-safer.m4 @ 13129:3a2049062a71
time_r: Fix C++ test error on mingw.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 03 Apr 2010 18:52:49 +0200 |
parents | c2cbabec01dd |
children | 97fc9a21a8fb |
rev | line source |
---|---|
11937 | 1 #serial 7 |
12559
c2cbabec01dd
update nearly all FSF copyright year lists to include 2010
Jim Meyering <meyering@redhat.com>
parents:
11937
diff
changeset
|
2 dnl Copyright (C) 2005-2007, 2009-2010 Free Software Foundation, Inc. |
6095 | 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_FCNTL_SAFER], | |
8 [ | |
9 AC_LIBOBJ([open-safer]) | |
6137
f270d9c67980
(gl_FCNTL_SAFER): Add creat-safer.c to the
Jim Meyering <jim@meyering.net>
parents:
6095
diff
changeset
|
10 AC_LIBOBJ([creat-safer]) |
11586
35f0931dc243
Simplify use of mode_t varargs.
Bruno Haible <bruno@clisp.org>
parents:
7789
diff
changeset
|
11 # Prerequisites of lib/open-safer.c. |
35f0931dc243
Simplify use of mode_t varargs.
Bruno Haible <bruno@clisp.org>
parents:
7789
diff
changeset
|
12 AC_REQUIRE([gl_PROMOTED_TYPE_MODE_T]) |
6095 | 13 ]) |
11937 | 14 |
15 AC_DEFUN([gl_OPENAT_SAFER], | |
16 [ | |
17 AC_REQUIRE([gl_FCNTL_SAFER]) | |
18 AC_LIBOBJ([openat-safer]) | |
19 ]) |