view 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
line wrap: on
line source

Description:
lseek() function: Reposition a file descriptor.

Files:
lib/lseek.c
m4/lseek.m4

Depends-on:
unistd

configure.ac:
gl_FUNC_LSEEK
if test $REPLACE_LSEEK = 1; then
  AC_LIBOBJ([lseek])
fi
gl_UNISTD_MODULE_INDICATOR([lseek])

Makefile.am:

Include:
<unistd.h>

License:
LGPLv2+

Maintainer:
Eric Blake