bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gnulib] AC_LIBSOURCES and getpass


From: Simon Josefsson
Subject: [bug-gnulib] AC_LIBSOURCES and getpass
Date: Fri, 15 Apr 2005 00:25:28 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

I'm installing this soonish unless someone objects, it appears as if
the AC_LIBSOURCES change wasn't completed for getpass-gnu.

Cheers,
Simon

2005-04-15  Simon Josefsson  <address@hidden>

        * getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.

2005-04-15  Simon Josefsson  <address@hidden>

        * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.

--- getpass.m4  21 Mar 2005 23:06:39 +0100      1.9
+++ getpass.m4  15 Apr 2005 00:22:03 +0200      
@@ -7,6 +7,8 @@
 # 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
--- getpass-gnu 04 Oct 2004 22:26:18 +0200      1.4
+++ getpass-gnu 15 Apr 2005 00:20:50 +0200      
@@ -14,7 +14,6 @@
 gl_FUNC_GETPASS_GNU
 
 Makefile.am:
-lib_SOURCES += getpass.h
 
 Include:
 "getpass.h"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]