From: Simon Josefsson Date: Thu, 14 Apr 2005 22:18:18 +0000 (+0000) Subject: Update. X-Git-Tag: gnutls_1_2_2~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4e0fe72e9f77cc90f5cb73c392d6ddd297bbd77;p=thirdparty%2Fgnutls.git Update. --- diff --git a/gl/Makefile.am b/gl/Makefile.am index ee6af6a201..0832f8086b 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am @@ -46,12 +46,6 @@ EXTRA_DIST += getndelim2.h getndelim2.c ## end gnulib module getline -## begin gnulib module getpass-gnu - -libgnu_la_SOURCES += getpass.h - -## end gnulib module getpass-gnu - ## begin gnulib module minmax libgnu_la_SOURCES += minmax.h diff --git a/gl/m4/getpass.m4 b/gl/m4/getpass.m4 index 29d15e8844..3816253fd1 100644 --- a/gl/m4/getpass.m4 +++ b/gl/m4/getpass.m4 @@ -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