X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fftell;h=891fa7243a4737789890606fa229fbbfb7ed8010;hb=e873bdee3369d3fcae65c602196f53b943af3770;hp=1dd2348b9555d0671b18a14e1a4c8ea294ffdc1c;hpb=cf0e9950204657e10ec322126130fb35b1d99925;p=gnulib.git diff --git a/modules/ftell b/modules/ftell index 1dd2348b9..891fa7243 100644 --- a/modules/ftell +++ b/modules/ftell @@ -6,11 +6,15 @@ lib/ftell.c m4/ftell.m4 Depends-on: -ftello 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: @@ -19,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible