texinfo-commits
[Top][All Lists]
Advanced

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

[8340] tp/defs.in


From: gavinsmith0123
Subject: [8340] tp/defs.in
Date: Fri, 19 Oct 2018 14:35:24 -0400 (EDT)

Revision: 8340
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8340
Author:   gavin
Date:     2018-10-19 14:35:24 -0400 (Fri, 19 Oct 2018)
Log Message:
-----------
tp/defs.in

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/defs.in

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-10-19 18:33:28 UTC (rev 8339)
+++ trunk/ChangeLog     2018-10-19 18:35:24 UTC (rev 8340)
@@ -1,5 +1,11 @@
 2018-10-19  Gavin Smith  <address@hidden>
 
+       * tp/defs.in: Do not set srcdir if it is already set.
+
+       "make distcheck" works again now.
+
+2018-10-19  Gavin Smith  <address@hidden>
+
        * tp/tests/sectioning/list-of-tests (test_two_include): Move an 
        input file to this directory.
 

Modified: trunk/tp/defs.in
===================================================================
--- trunk/tp/defs.in    2018-10-19 18:33:28 UTC (rev 8339)
+++ trunk/tp/defs.in    2018-10-19 18:35:24 UTC (rev 8340)
@@ -2,4 +2,6 @@
 PERL="@PERL@"
 DIFF_U_OPTION="@DIFF_U_OPTION@"
 DIFF_A_OPTION="@DIFF_A_OPTION@"
-srcdir="@srcdir@"
+if [ "z$srcdir" = 'z' ]; then
+  srcdir="@srcdir@"
+fi




reply via email to

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