Mercurial > hg > octave-kai > gnulib-hg
annotate modules/lseek @ 15026:a5ed10e5034d
lseek: Move AC_LIBOBJ invocations to module description.
* m4/lseek.m4 (gl_REPLACE_LSEEK): Remove macro.
(gl_FUNC_LSEEK): Inline it here. Move AC_LIBOBJ invocation from here...
* modules/lseek (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 21 May 2011 13:48:24 +0200 |
parents | 142022763349 |
children | 51231c56c0a1 |
rev | line source |
---|---|
8872 | 1 Description: |
2 lseek() function: Reposition a file descriptor. | |
3 | |
4 Files: | |
5 lib/lseek.c | |
6 m4/lseek.m4 | |
7 | |
8 Depends-on: | |
9 unistd | |
10 | |
11 configure.ac: | |
12 gl_FUNC_LSEEK | |
15026
a5ed10e5034d
lseek: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
9104
diff
changeset
|
13 if test $REPLACE_LSEEK = 1; then |
a5ed10e5034d
lseek: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
9104
diff
changeset
|
14 AC_LIBOBJ([lseek]) |
a5ed10e5034d
lseek: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
9104
diff
changeset
|
15 fi |
8872 | 16 gl_UNISTD_MODULE_INDICATOR([lseek]) |
17 | |
18 Makefile.am: | |
19 | |
20 Include: | |
21 <unistd.h> | |
22 | |
23 License: | |
9104
142022763349
Use the synonymous term "LGPLv2+".
Bruno Haible <bruno@clisp.org>
parents:
8872
diff
changeset
|
24 LGPLv2+ |
8872 | 25 |
26 Maintainer: | |
27 Eric Blake |