X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffopen;h=64a7559e6edd75c8d5550e17397531123c64b328;hb=aa4ddc3;hp=eddd7f650caf9e948df1fa2b29f7307ef0bb25d8;hpb=1677594e81c5d6939d2d63d68a0ca84145152a1e;p=gnulib.git diff --git a/modules/fopen b/modules/fopen index eddd7f650..64a7559e6 100644 --- a/modules/fopen +++ b/modules/fopen @@ -7,10 +7,15 @@ m4/fopen.m4 Depends-on: stdio -unistd +largefile +unistd [test $REPLACE_FOPEN = 1] configure.ac: gl_FUNC_FOPEN +if test $REPLACE_FOPEN = 1; then + AC_LIBOBJ([fopen]) + gl_PREREQ_FOPEN +fi gl_STDIO_MODULE_INDICATOR([fopen]) Makefile.am: