From 7862f888f5c152d2e89852a2e4df74629298b14c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 18 Aug 2003 05:50:27 +0000 Subject: 2003-08-18 Ralf Corsepius * Makefile.am: Reflect having moved aclocal/. --- c/src/tests/tools/ChangeLog | 4 ++++ c/src/tests/tools/Makefile.am | 2 +- c/src/tests/tools/generic/ChangeLog | 4 ++++ c/src/tests/tools/generic/Makefile.am | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) (limited to 'c/src/tests/tools') diff --git a/c/src/tests/tools/ChangeLog b/c/src/tests/tools/ChangeLog index 5c3fe7a0cf..664f3413fe 100644 --- a/c/src/tests/tools/ChangeLog +++ b/c/src/tests/tools/ChangeLog @@ -1,3 +1,7 @@ +2003-08-18 Ralf Corsepius + + * Makefile.am: Reflect having moved aclocal/. + 2003-08-16 Ralf Corsepius * Makefile.am: Reflect having moved automake/. diff --git a/c/src/tests/tools/Makefile.am b/c/src/tests/tools/Makefile.am index b386914b7f..7cf37c8efc 100644 --- a/c/src/tests/tools/Makefile.am +++ b/c/src/tests/tools/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal SUBDIRS = @subdirs@ diff --git a/c/src/tests/tools/generic/ChangeLog b/c/src/tests/tools/generic/ChangeLog index ada5b1a111..419216265a 100644 --- a/c/src/tests/tools/generic/ChangeLog +++ b/c/src/tests/tools/generic/ChangeLog @@ -1,3 +1,7 @@ +2003-08-18 Ralf Corsepius + + * Makefile.am: Reflect having moved aclocal/. + 2003-08-16 Ralf Corsepius * Makefile.am: Reflect having moved automake/. diff --git a/c/src/tests/tools/generic/Makefile.am b/c/src/tests/tools/generic/Makefile.am index e73c030305..fd325fdb8b 100644 --- a/c/src/tests/tools/generic/Makefile.am +++ b/c/src/tests/tools/generic/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../../aclocal +ACLOCAL_AMFLAGS = -I ../../aclocal noinst_SCRIPTS = difftest sorttimes -- cgit v1.2.3