commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1_100-6-g13a


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1_100-6-g13a585a
Date: Fri, 04 Oct 2013 22:13:06 +0000

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  13a585a09a9aedd20bcf1cbee3eeada1a10d0624 (commit)
      from  1d9298cfaf6dcc690ade8cbfa1a81bedd03197a4 (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=13a585a09a9aedd20bcf1cbee3eeada1a10d0624


commit 13a585a09a9aedd20bcf1cbee3eeada1a10d0624
Author: Mats Erik Andersson <address@hidden>
Date:   Thu Oct 3 23:02:58 2013 +0200

    Minor issues during configuration.

diff --git a/ChangeLog b/ChangeLog
index bf3c796..0a4556c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-10-03  Mats Erik Andersson  <address@hidden>
+
+       * configure.ac (HAVE_SYSLOG_INTERNAL): Remove
+       a misplaced character.
+
+       * am/libcurses.m4 (IU_LIB_TERMCAP): Rework the
+       message in AC_MSG_CHECKING() and always call
+       AC_MSG_RESULT().
+
 2013-10-02  Mats Erik Andersson  <address@hidden>
 
        ftpd: Capture syntax errors.
diff --git a/am/libcurses.m4 b/am/libcurses.m4
index 962a6e6..a32ae89 100644
--- a/am/libcurses.m4
+++ b/am/libcurses.m4
@@ -96,8 +96,8 @@ AC_DEFUN([IU_LIB_TERMCAP], [
     dnl
     _IU_SAVE_LIBS=$LIBS
     AC_CHECK_LIB(termcap, tgetent, LIBTERMCAP=-ltermcap)
-    AC_MSG_CHECKING([where tgetent is declared])
-    location_tgetent=none
+    AC_MSG_CHECKING([whether tgetent needs support])
+    location_tgetent=no
     LIBS="$LIBS $LIBTERMCAP"
     AC_LINK_IFELSE(
       [AC_LANG_PROGRAM([[#include <termcap.h>]],
@@ -116,10 +116,11 @@ AC_DEFUN([IU_LIB_TERMCAP], [
         location_tgetent=term.h])
       ])
     LIBS=$_IU_SAVE_LIBS
+    AC_MSG_RESULT($location_tgetent)
 
     if test "$ac_cv_lib_termcap_tgetent" = yes \
        && test "$ac_cv_have_decl_tgetent" = yes; then
-      AC_MSG_RESULT($location_tgetent)
+      :
     else
       AC_CHECK_LIB(curses, tgetent, LIBTERMCAP=-lcurses)
       AC_CHECK_DECLS([tgetent], , , [[#include <curses.h>
diff --git a/configure.ac b/configure.ac
index 4197de9..fc1194d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -870,7 +870,7 @@ IU_CHECK_MACRO(syslog internal macros,
   [LOG_PRI LOG_FAC],
   AC_CHECK_TYPE(CODE,
     AC_CHECK_DECL(prioritynames,
-      [§AC_DEFINE([HAVE_SYSLOG_INTERNAL], 1,
+      [AC_DEFINE([HAVE_SYSLOG_INTERNAL], 1,
         [Define to 1 if <syslog.h> defines prioritynames])], ,
       iu_syslog_includes), , iu_syslog_includes),)
 undefine([iu_syslog_includes])

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

Summary of changes:
 ChangeLog       |    9 +++++++++
 am/libcurses.m4 |    7 ++++---
 configure.ac    |    2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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