automake-patches
[Top][All Lists]
Advanced

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

Re: ansi5.test fix


From: Alexandre Duret-Lutz
Subject: Re: ansi5.test fix
Date: Tue, 26 Mar 2002 12:10:57 +0100
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu)

>>> "adl" == Alexandre Duret-Lutz <address@hidden> writes:

[...]
 adl> + * tests/installsh.test (AUTOMAKE, ACLOCAL): Use $testsrcdir.
[...]

I forgot this bit, which I'm checking in right now.

Index: ChangeLog
===================================================================
RCS file: /cvs/automake/automake/ChangeLog,v
retrieving revision 1.1797
diff -u -r1.1797 ChangeLog
--- ChangeLog   2002/03/26 10:48:33     1.1797
+++ ChangeLog   2002/03/26 11:09:24
@@ -1,5 +1,9 @@
 2002-03-26  Alexandre Duret-Lutz  <address@hidden>
 
+       * tests/dup3.test (ACLOCAL): s/srcdir/testsrcdir/.
+
+2002-03-26  Alexandre Duret-Lutz  <address@hidden>
+
        * tests/extra7.test: New file.
        * tests/Makefile.am: Add it.
        * lib/am/distdir.an (distdir): When a distribuable directory
Index: tests/dup3.test
===================================================================
RCS file: /cvs/automake/automake/tests/dup3.test,v
retrieving revision 1.3
diff -u -r1.3 dup3.test
--- dup3.test   2002/01/09 10:32:27     1.3
+++ dup3.test   2002/03/26 11:09:24
@@ -15,6 +15,6 @@
 END
 
 # Strip all options from ACLOCAL, especially -I's.
-ACLOCAL="`echo $ACLOCAL | sed -e 's/ -.*$//'` --acdir=$srcdir/../m4"
+ACLOCAL="`echo $ACLOCAL | sed -e 's/ -.*$//'` --acdir=$testsrcdir/../m4"
 $ACLOCAL -I zoo || exit 1
 fgrep zardoz aclocal.m4

-- 
Alexandre Duret-Lutz




reply via email to

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