Mercurial > hg > octave-kai > gnulib-hg
view modules/ftell @ 14914:ef09e997c426
ftell: Move AC_LIBOBJ invocations to module description.
* m4/ftell.m4 (gl_FUNC_FTELL): Move AC_LIBOBJ invocation from here...
* modules/ftell (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 07 May 2011 13:40:26 +0200 |
parents | efab6978105e |
children | 64c288a5020b |
line wrap: on
line source
Description: ftell() function: Retrieve the position of a FILE stream. Files: lib/ftell.c m4/ftell.m4 Depends-on: stdio errno ftello [test $REPLACE_FTELL = 1] configure.ac: gl_FUNC_FTELL if test $REPLACE_FTELL = 1; then AC_LIBOBJ([ftell]) fi gl_STDIO_MODULE_INDICATOR([ftell]) Makefile.am: Include: <stdio.h> License: LGPL Maintainer: Bruno Haible