commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. v2.1-11-gc42e147


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. v2.1-11-gc42e147
Date: Sat, 24 Jul 2021 16:56:08 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  c42e1472ee87521ee0c15d6dec01abe033653dfb (commit)
       via  1631c62b77dcd4d96c9c6f759adaa8ecde836726 (commit)
       via  f4ae6d889110a0b9732f8335eb5d7be861bf9a1e (commit)
      from  0b8e380b707be207960d07fa8a066771839462e4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=c42e1472ee87521ee0c15d6dec01abe033653dfb


commit c42e1472ee87521ee0c15d6dec01abe033653dfb
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sat Jul 24 22:44:27 2021 +0200

    Don't check for getopt_long, no longer used anywhere.
    
    * configure.ac: Remove check.

diff --git a/configure.ac b/configure.ac
index 4062e08..5e16c3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -794,10 +794,6 @@ AC_CHECK_FUNC(_obstack_free)
 AC_CHECK_FUNC(setpgid, , AC_DEFINE([setpgid], setpgrp,
                           [Define to `setpgrp' if you don't have `setpgid'.]))
 
-# We use our own version of getopt (including our own header file) if
-# the system one doesn't have getopt_long.
-AC_CHECK_FUNC(getopt_long)
-
 # See if the system has hstrerror, and replace it if not
 save_LIBS=$LIBS
 

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=1631c62b77dcd4d96c9c6f759adaa8ecde836726


commit 1631c62b77dcd4d96c9c6f759adaa8ecde836726
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sat Jul 24 22:40:11 2021 +0200

    Don't check for getpass, getusershell, and poll (gnulib modules already 
imported).
    
    * configure.ac: Remove checks.

diff --git a/configure.ac b/configure.ac
index 830edb6..4062e08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -782,9 +782,6 @@ LIBS="$LIBS $LIBUTIL"
 AC_CHECK_FUNCS(login loginx logout logoutx logwtmp logwtmpx)
 LIBS="$_SAVE_LIBS"
 
-# Functions that we will define if necessary.
-AC_REPLACE_FUNCS(getpass getusershell poll)
-
 # Look for the crypt function itself (in libcrypt if possible)
 _SAVE_LIBS="$LIBS"
 LIBS="$LIBCRYPT $LIBS"

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=f4ae6d889110a0b9732f8335eb5d7be861bf9a1e


commit f4ae6d889110a0b9732f8335eb5d7be861bf9a1e
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sat Jul 24 22:35:52 2021 +0200

    Don't check for memcmp, memcpy, memmove, memset and strdup (no gnulib 
module needed).
    
    * configure.ac: Remove checks.

diff --git a/configure.ac b/configure.ac
index 167bec1..830edb6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -783,8 +783,7 @@ AC_CHECK_FUNCS(login loginx logout logoutx logwtmp logwtmpx)
 LIBS="$_SAVE_LIBS"
 
 # Functions that we will define if necessary.
-AC_REPLACE_FUNCS(getpass getusershell memcmp memcpy memmove memset \
-                strdup poll)
+AC_REPLACE_FUNCS(getpass getusershell poll)
 
 # Look for the crypt function itself (in libcrypt if possible)
 _SAVE_LIBS="$LIBS"

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 8 --------
 1 file changed, 8 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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