X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fopen;h=398efe47e72bae5a89e86177c5bb4f28f5e243c3;hb=9e30dc1496f3b844fc6b309373cfc5d255b3dce5;hp=0b8b303f1d3934edb0b6697d71ade4f0fcf2cace;hpb=ba1652925190702bec29e2c5129ee857576853d6;p=gnulib.git diff --git a/modules/open b/modules/open index 0b8b303f1..398efe47e 100644 --- a/modules/open +++ b/modules/open @@ -8,11 +8,16 @@ m4/mode_t.m4 Depends-on: fcntl-h -stat +largefile +fstat [test $REPLACE_OPEN = 1] +stat [test $REPLACE_OPEN = 1] configure.ac: gl_FUNC_OPEN -gl_MODULE_INDICATOR([open]) +if test $REPLACE_OPEN = 1; then + AC_LIBOBJ([open]) + gl_PREREQ_OPEN +fi gl_FCNTL_MODULE_INDICATOR([open]) Makefile.am: @@ -21,7 +26,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible