texinfo-commits
[Top][All Lists]
Advanced

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

[5249] * configure.ac: set DIFF_A_OPTION to -a, and not DIFF_U_O


From: Patrice Dumas
Subject: [5249] * configure.ac: set DIFF_A_OPTION to -a, and not DIFF_U_OPTION.
Date: Sun, 07 Apr 2013 13:05:13 +0000

Revision: 5249
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5249
Author:   pertusus
Date:     2013-04-07 13:05:12 +0000 (Sun, 07 Apr 2013)
Log Message:
-----------
        * configure.ac: set DIFF_A_OPTION to -a, and not DIFF_U_OPTION.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/configure.ac

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2013-03-31 17:15:48 UTC (rev 5248)
+++ trunk/ChangeLog     2013-04-07 13:05:12 UTC (rev 5249)
@@ -1,3 +1,7 @@
+2013-04-07  Patrice Dumas  <address@hidden>
+
+       * configure.ac: set DIFF_A_OPTION to -a, and not DIFF_U_OPTION.
+
 2013-03-31  Sergey Poznyakoff  <address@hidden>
 
        * info/indices.c (info_next_index_match): Fix improper string

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2013-03-31 17:15:48 UTC (rev 5248)
+++ trunk/configure.ac  2013-04-07 13:05:12 UTC (rev 5249)
@@ -129,7 +129,7 @@
 
 DIFF_A_OPTION=
 if test "z$diff_accepts_a_option" = 'zyes' ; then
-  DIFF_U_OPTION=-a
+  DIFF_A_OPTION=-a
 fi
 AC_SUBST([DIFF_A_OPTION])
 




reply via email to

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