automake-patches
[Top][All Lists]
Advanced

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

[PATCH 6/7] Tests defs: new AC_SUBST'ed variable $top_testsbuilddir.


From: Stefano Lattarini
Subject: [PATCH 6/7] Tests defs: new AC_SUBST'ed variable $top_testsbuilddir.
Date: Sun, 7 Nov 2010 16:21:09 +0100
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

* tests/defs.in ($top_testsbuilddir): New variable, initialized
with the value AC_SUBST'ed from @address@hidden  Mostly for
completeness and consistency with $testsrcdir and $top_testsrcdir.
---
 ChangeLog     |    5 +++++
 tests/defs.in |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

From bb634a36f34b25d4344024c2a8f61af0702d02dc Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <address@hidden>
Date: Fri, 5 Nov 2010 18:21:35 +0100
Subject: [PATCH 6/7] Tests defs: new AC_SUBST'ed variable $top_testsbuilddir.

* tests/defs.in ($top_testsbuilddir): New variable, initialized
with the value AC_SUBST'ed from @address@hidden  Mostly for
completeness and consistency with $testsrcdir and $top_testsrcdir.
---
 ChangeLog     |    5 +++++
 tests/defs.in |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3f89d8f..34e6918 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-11-06  Stefano Lattarini  <address@hidden>
 
+       Tests defs: new AC_SUBST'ed variable $top_testsbuilddir.
+       * tests/defs.in ($top_testsbuilddir): New variable, initialized
+       with the value AC_SUBST'ed from @address@hidden  Mostly for
+       completeness and consistency with $testsrcdir and $top_testsrcdir.
+
        Tests defs: $testsbuilddir is now AC_SUBST'ed.
        * tests/defs.in ($testsbuilddir): Initialize "statically"
        with the value AC_SUBST'ed from @abs_builddir@, rather than
diff --git a/tests/defs.in b/tests/defs.in
index 5124d2d..28436b2 100644
--- a/tests/defs.in
+++ b/tests/defs.in
@@ -29,6 +29,7 @@
 testsrcdir='@abs_srcdir@'
 top_testsrcdir='@abs_top_srcdir@'
 testbuilddir='@abs_builddir@'
+top_testbuilddir='@abs_top_builddir@'
 
 # Protect this file against multiple inclusion, useful for generated tests.
 if test x"$am_skip_defs" = xyes; then
-- 
1.7.1


reply via email to

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