roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / getpass-gnu
index f8ef5f92a61a9175b422023ffe6abb07d86c266d..cd83015ee6ac6f0005ca15cc6cece7c6ecab3f9f 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"