X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fopen;h=a504aee9c8e5da2c6d5999a06a11574a705d86f0;hb=936cef69b1e34a2f654de30577cce8bf6db461b5;hp=e89efde20c055787ef5d317bfea92d38d67d6bc8;hpb=2514e7d5af226b15be3f737286b3ff8c0c91d761;p=gnulib.git diff --git a/modules/open b/modules/open index e89efde20..a504aee9c 100644 --- a/modules/open +++ b/modules/open @@ -7,11 +7,16 @@ m4/open.m4 m4/mode_t.m4 Depends-on: -fcntl +fcntl-h +largefile +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: @@ -20,7 +25,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible