]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update.
authorSimon Josefsson <simon@josefsson.org>
Thu, 14 Apr 2005 22:18:18 +0000 (22:18 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 14 Apr 2005 22:18:18 +0000 (22:18 +0000)
gl/Makefile.am
gl/m4/getpass.m4

index ee6af6a20189fce232d15c9e9f3976fdcc20a77e..0832f8086b11bd6f017ef75d6b2a99e13ba91078 100644 (file)
@@ -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
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