getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
authorSimon Josefsson <simon@josefsson.org>
Sat, 16 Apr 2005 18:49:09 +0000 (18:49 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sat, 16 Apr 2005 18:49:09 +0000 (18:49 +0000)
m4/ChangeLog
m4/getpass.m4

index 7c9a1775012b3aabba195fc2c233328bced4758f..ac55c256bed8f7c4785adb6c0d849cf91724d006 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-15  Simon Josefsson  <jas@extundo.com>
+
+       * getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
+
 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
 
        * getcwd-path-max.m4: Return success on systems such as Cygwin
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