]> sourceware.org Git - automake.git/commitdiff
* tests/dup3.test (ACLOCAL): s/srcdir/testsrcdir/.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 26 Mar 2002 11:11:48 +0000 (11:11 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 26 Mar 2002 11:11:48 +0000 (11:11 +0000)
ChangeLog
tests/dup3.test

index 33e4d7d7d10089504b061dd3d145eaad434be814..408469e58fa6a06f339ea77deb850e1b9cd99f06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-26  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/dup3.test (ACLOCAL): s/srcdir/testsrcdir/.
+
 2002-03-26  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * tests/extra7.test: New file.
index 594b5d08f73f6810f8ebde85331b40f72378016b..e0c831e60771f671db6d7ecb1f2134b46e38f150 100755 (executable)
@@ -15,6 +15,6 @@ AC_DEFUN([AM_INIT_AUTOMAKE], zardoz)
 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
This page took 0.032381 seconds and 5 git commands to generate.