error: depend on stdio
[gnulib.git] / modules / getpass-gnu
index f8ef5f9..cd83015 100644 (file)
@@ -7,14 +7,18 @@ 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:
-EXTRA_DIST += getpass.h getpass.c
 
 Include:
 "getpass.h"