pmccabe2html: escaping of special characters
[gnulib.git] / modules / remove
index 4723801..0caf48a 100644 (file)
@@ -12,6 +12,9 @@ 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: