automake-patches
[Top][All Lists]
Advanced

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

Re: [PATCH 3/4] {branch "tests-init"} Tests defs: remove variable $testa


From: Stefano Lattarini
Subject: Re: [PATCH 3/4] {branch "tests-init"} Tests defs: remove variable $testaclocaldir.
Date: Mon, 6 Sep 2010 01:14:11 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

On Friday 03 September 2010, Stefano Lattarini wrote:
> * tests/defs.in ($testaclocaldir): Removed.
> * tests/aclocal.test: Use `$top_srcdir/m4', not `$testaclocaldir'.
> ---
>  ChangeLog          |    4 ++++
>  tests/aclocal.test |    2 +-
>  tests/defs.in      |    2 --
>  3 files changed, 5 insertions(+), 3 deletions(-)
Moved as last patch in the updated patch series, and tweaked 
accordingly.

Regards,
   Stefano
From adba8e96113e4883ec568babd14709538fc696c6 Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <address@hidden>
Date: Wed, 9 Jun 2010 15:20:58 +0200
Subject: [PATCH 4/4] Tests defs: remove variable $testaclocaldir.

* tests/defs.in ($testaclocaldir): Removed.
* tests/aclocal.test: Use `$top_testsrcdir/m4' directly, no
t `$testaclocaldir'.
---
 ChangeLog          |    5 +++++
 tests/aclocal.test |    2 +-
 tests/defs.in      |    2 --
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2b41e2b..42e97f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-09-06  Stefano Lattarini  <address@hidden>
 
+       Tests defs: remove variable $testaclocaldir.
+       * tests/defs.in ($testaclocaldir): Removed.
+       * tests/aclocal.test: Use `$top_testsrcdir/m4' directly, not
+       `$testaclocaldir'.
+
        Tests defs: $srcdir and $top_srcdir renaming.
        * tests/defs.in ($srcdir): Remove, define $testsrcdir directly.
        * tests/Makefile.am ($(parallel_tests)): Generation of derived
diff --git a/tests/aclocal.test b/tests/aclocal.test
index da80d08..3e78df9 100755
--- a/tests/aclocal.test
+++ b/tests/aclocal.test
@@ -41,6 +41,6 @@ grep '[Tt]ry.*--help.*for more information' stderr
 
 $ACLOCAL --versi
 
-test "`$ACLOCAL --print-ac-dir`" = "$testaclocaldir"
+test x"`$ACLOCAL --print-ac-dir`" = x"$top_testsrcdir/m4"
 
 :
diff --git a/tests/defs.in b/tests/defs.in
index 7f6807c..f73edd4 100644
--- a/tests/defs.in
+++ b/tests/defs.in
@@ -371,8 +371,6 @@ case " $required " in
     ;;
 esac
 
-testaclocaldir=$top_testsrcdir/m4
-
 # POSIX no longer requires 'egrep' and 'fgrep',
 # but some hosts lack 'grep -E' and 'grep -F'.
 EGREP='@EGREP@'
-- 
1.7.1


reply via email to

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