pmccabe2html: escaping of special characters
[gnulib.git] / modules / getpass-gnu
index af493f9..cd83015 100644 (file)
@@ -7,11 +7,16 @@ lib/getpass.c
 m4/getpass.m4
 
 Depends-on:
+fseeko
 getline
 stdbool
 
 configure.ac:
 gl_FUNC_GETPASS_GNU
+if test $REPLACE_GETPASS = 1; then
+  AC_LIBOBJ([getpass])
+  gl_PREREQ_GETPASS
+fi
 
 Makefile.am: