X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fremove;h=0caf48a7ff3584e1266b134e8c69388d35e4e254;hb=c6f9e663d25b0980c51f609a3fe237deca168461;hp=63e06e05646a32485ed938f094b8dad9e67b038c;hpb=698c76c8778db324904902d98e29a0493e695451;p=gnulib.git diff --git a/modules/remove b/modules/remove index 63e06e056..0caf48a7f 100644 --- a/modules/remove +++ b/modules/remove @@ -3,16 +3,18 @@ remove() function: remove a file or directory Files: lib/remove.c -m4/dos.m4 m4/remove.m4 Depends-on: -rmdir stdio -unlink +rmdir [test $REPLACE_REMOVE = 1] +unlink [test $REPLACE_REMOVE = 1] configure.ac: gl_FUNC_REMOVE +if test $REPLACE_REMOVE = 1; then + AC_LIBOBJ([remove]) +fi gl_STDIO_MODULE_INDICATOR([remove]) Makefile.am: