getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
[pspp] / m4 / getpass.m4
index 29d15e8844f5d689062132cdcbfbb6942a64aa8c..3816253fd19d0df104a9f267c40f5b0b21a5f18a 100644 (file)
@@ -7,6 +7,8 @@ dnl with or without modifications, as long as this notice is preserved.
 # Provide a getpass() function if the system doesn't have it.
 AC_DEFUN([gl_FUNC_GETPASS],
 [
+  AC_LIBSOURCES([getpass.c, getpass.h])
+
   AC_REPLACE_FUNCS(getpass)
   AC_CHECK_DECLS_ONCE(getpass)
   if test $ac_cv_func_getpass = no; then