Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/openat-die @ 15142:5d4def55e128
wcscat: Move AC_LIBOBJ invocations to module description.
* m4/wcscat.m4 (gl_FUNC_WCSCAT): Move AC_LIBOBJ invocation from here...
* modules/wcscat (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 22 May 2011 18:08:09 +0200 |
parents | fdaaae08b999 |
children | 917610de47d7 |
rev | line source |
---|---|
8809 | 1 Description: |
2 Report a save- or restore-cwd failure in our openat replacement and then exit. | |
3 | |
4 Files: | |
5 lib/openat-die.c | |
6 | |
7 Depends-on: | |
8 openat | |
9 error | |
10 gettext-h | |
11 exitfail | |
12 | |
13 configure.ac: | |
14 | |
15 Makefile.am: | |
16 lib_SOURCES += openat-die.c | |
17 | |
18 Include: | |
19 "openat.h" | |
20 | |
21 License: | |
22 GPL | |
23 | |
24 Maintainer: | |
25 all |