X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fopen;h=a504aee9c8e5da2c6d5999a06a11574a705d86f0;hb=50901279d8e42ea4bccc2eef0a6b11e7c3dde4cf;hp=da8e30def0f70ef5ffe827aeff1635cda70617c9;hpb=eaed10f9242fe10f654e820002a7c5601a54ce94;p=gnulib.git diff --git a/modules/open b/modules/open index da8e30def..a504aee9c 100644 --- a/modules/open +++ b/modules/open @@ -8,10 +8,15 @@ m4/mode_t.m4 Depends-on: fcntl-h -stat +largefile +stat [test $REPLACE_OPEN = 1] configure.ac: gl_FUNC_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