From: Alexandre Duret-Lutz Date: Tue, 26 Mar 2002 11:11:49 +0000 (+0000) Subject: * tests/dup3.test (ACLOCAL): s/srcdir/testsrcdir/. X-Git-Tag: branchpoint-1-6~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c98430bb703e58248d0a66e0245e0c3d63c937ac;p=thirdparty%2Fautomake.git * tests/dup3.test (ACLOCAL): s/srcdir/testsrcdir/. --- diff --git a/ChangeLog b/ChangeLog index 33e4d7d7d..408469e58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-03-26 Alexandre Duret-Lutz + + * tests/dup3.test (ACLOCAL): s/srcdir/testsrcdir/. + 2002-03-26 Alexandre Duret-Lutz * tests/extra7.test: New file. diff --git a/tests/dup3.test b/tests/dup3.test index 594b5d08f..e0c831e60 100755 --- a/tests/dup3.test +++ b/tests/dup3.test @@ -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