trans-coord-devel
[Top][All Lists]
Advanced

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

trans-coord/gnun/server/gnun ChangeLog configur...


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog configur...
Date: Thu, 26 Jan 2012 17:05:06 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   12/01/26 17:05:06

Modified files:
        gnun/server/gnun: ChangeLog configure.ac 

Log message:
        Report results for gnun-add-fuzzy-diff.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.224&r2=1.225
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/configure.ac?cvsroot=trans-coord&r1=1.31&r2=1.32

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -b -r1.224 -r1.225
--- ChangeLog   26 Jan 2012 16:58:39 -0000      1.224
+++ ChangeLog   26 Jan 2012 17:05:06 -0000      1.225
@@ -1,11 +1,11 @@
 2012-01-26  Yavor Doganov  <address@hidden>
 
        * configure.ac: Combine results for NOTIFY and ANNOUNCE.
+       Report results for gnun-add-fuzzy-diff.
 
        * GNUmakefile (extract-title): Strip trailing newline, as it
        messes with the encoding of the Subject header.
-       Adjust regexp to `<h2' (as opposed to `<h2>') as some elements
-       include attributes.
+       Adjust regexp as some <h2> elements include attributes.
 
 2012-01-22  Pavel Kharitonov  <address@hidden>
 

Index: configure.ac
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/configure.ac,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- configure.ac        26 Jan 2012 16:58:40 -0000      1.31
+++ configure.ac        26 Jan 2012 17:05:06 -0000      1.32
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-# Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
 
 # This file is part of GNUnited Nations.
 
@@ -130,6 +130,7 @@
 
 AC_ARG_VAR([WDIFF], [the `wdiff' program])
 AC_PATH_PROG([WDIFF], [wdiff])
+AS_IF([test -n "$WDIFF"], [have_wdiff=yes], [have_wdiff=no])
 AM_CONDITIONAL([HAVE_WDIFF], [test -n "$WDIFF"])
 
 # Po4a is useless for our purpose if Guile is missing.
@@ -224,6 +225,7 @@
 echo "PO files manipulation, make report...   $decent_gettext"
 echo "make-prototype...                       $have_guile"
 echo "gnun-clear-previous...                  $decent_msgattrib"
+echo "gnun-add-fuzzy-diff...                 $have_wdiff"
 echo "POT/HTML generation...                  $gnun_cv_recent_po4a"
 echo "HTML validation...                      $have_xmllint"
 echo "GRACE support...                        $decent_awk"



reply via email to

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