mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / getpass-gnu
index cfda81e8a3bdd4608859dda9954bb7618998ee16..cd83015ee6ac6f0005ca15cc6cece7c6ecab3f9f 100644 (file)
@@ -7,15 +7,18 @@ lib/getpass.c
 m4/getpass.m4
 
 Depends-on:
-unlocked-io
+fseeko
 getline
 stdbool
 
 configure.ac:
 gl_FUNC_GETPASS_GNU
+if test $REPLACE_GETPASS = 1; then
+  AC_LIBOBJ([getpass])
+  gl_PREREQ_GETPASS
+fi
 
 Makefile.am:
-lib_SOURCES += getpass.h
 
 Include:
 "getpass.h"
@@ -25,4 +28,3 @@ LGPL
 
 Maintainer:
 Jim Meyering, glibc
-