nmh-commits
[Top][All Lists]
Advanced

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

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 597b45b7764ccf1fc6a8cafaa4423d47e70995f5
Date: Sat, 07 Jan 2012 15:17:44 +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 "The nmh Mail Handling System".

The branch, master has been updated
       via  597b45b7764ccf1fc6a8cafaa4423d47e70995f5 (commit)
      from  03fe41ba1d68108808c966c6d7ff74bd8c1d648c (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/nmh.git/commit/?id=597b45b7764ccf1fc6a8cafaa4423d47e70995f5


commit 597b45b7764ccf1fc6a8cafaa4423d47e70995f5
Author: David Levine <address@hidden>
Date:   Sat Jan 7 09:17:34 2012 -0600

    Quoted argument to AC_LINK_IFELSE to silence authoheader warnings.

diff --git a/aclocal.m4 b/aclocal.m4
index eada924..a7e5447 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -56,11 +56,11 @@ dnl my autoconf skills -- feel free to put it in :-> -- PMM
 
 nmh_saved_libs="$LIBS"
 LIBS="$nmh_libs $5 $LIBS"
-AC_LINK_IFELSE(AC_LANG_PROGRAM([[
+AC_LINK_IFELSE([AC_LANG_PROGRAM([[
 #define DB_DBM_HSEARCH 1
 #include <$1>
 ]],
-[[dbm_open("",0,0);]]),[nmh_ndbm_found=yes],[nmh_ndbm_found=no])
+[[dbm_open("",0,0);]])],[nmh_ndbm_found=yes],[nmh_ndbm_found=no])
 LIBS="$nmh_saved_libs"
 
 if test "$nmh_ndbm_found" = "yes"; then

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

Summary of changes:
 aclocal.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

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