mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / getpass-gnu
index 13397ae988a2d62cb9d002646a84c37220e74712..cd83015ee6ac6f0005ca15cc6cece7c6ecab3f9f 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:
 
@@ -23,4 +28,3 @@ LGPL
 
 Maintainer:
 Jim Meyering, glibc
-