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/ChangeLog | 4 ++++ c/src/tests/Makefile.am | 2 +- c/src/tests/itrontests/ChangeLog | 4 ++++ c/src/tests/itrontests/Makefile.am | 2 +- c/src/tests/libtests/ChangeLog | 4 ++++ c/src/tests/libtests/Makefile.am | 2 +- c/src/tests/mptests/ChangeLog | 4 ++++ c/src/tests/mptests/Makefile.am | 2 +- c/src/tests/psxtests/ChangeLog | 4 ++++ c/src/tests/psxtests/Makefile.am | 2 +- c/src/tests/samples/ChangeLog | 4 ++++ c/src/tests/samples/Makefile.am | 2 +- c/src/tests/sptests/ChangeLog | 4 ++++ c/src/tests/sptests/Makefile.am | 2 +- c/src/tests/support/ChangeLog | 4 ++++ c/src/tests/support/Makefile.am | 2 +- c/src/tests/tmitrontests/ChangeLog | 4 ++++ c/src/tests/tmitrontests/Makefile.am | 2 +- c/src/tests/tmtests/ChangeLog | 4 ++++ c/src/tests/tmtests/Makefile.am | 2 +- 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 +- testsuites/ChangeLog | 4 ++++ testsuites/Makefile.am | 2 +- testsuites/itrontests/ChangeLog | 4 ++++ testsuites/itrontests/Makefile.am | 2 +- testsuites/libtests/ChangeLog | 4 ++++ testsuites/libtests/Makefile.am | 2 +- testsuites/mptests/ChangeLog | 4 ++++ testsuites/mptests/Makefile.am | 2 +- testsuites/psxtests/ChangeLog | 4 ++++ testsuites/psxtests/Makefile.am | 2 +- testsuites/samples/ChangeLog | 4 ++++ testsuites/samples/Makefile.am | 2 +- testsuites/sptests/ChangeLog | 4 ++++ testsuites/sptests/Makefile.am | 2 +- testsuites/support/ChangeLog | 4 ++++ testsuites/support/Makefile.am | 2 +- testsuites/tmitrontests/ChangeLog | 4 ++++ testsuites/tmitrontests/Makefile.am | 2 +- testsuites/tmtests/ChangeLog | 4 ++++ testsuites/tmtests/Makefile.am | 2 +- testsuites/tools/ChangeLog | 4 ++++ testsuites/tools/Makefile.am | 2 +- testsuites/tools/generic/ChangeLog | 4 ++++ testsuites/tools/generic/Makefile.am | 2 +- 48 files changed, 120 insertions(+), 24 deletions(-) diff --git a/c/src/tests/ChangeLog b/c/src/tests/ChangeLog index b8bb6f79df..5119653b53 100644 --- a/c/src/tests/ChangeLog +++ b/c/src/tests/ChangeLog @@ -1,3 +1,7 @@ +2003-08-18 Ralf Corsepius + + * Makefile.am: Reflect having moved aclocal/. + 2003-08-17 Ralf Corsepius * aclocal/bsp-alias.m4: New (Copied from ../../../aclocal). diff --git a/c/src/tests/Makefile.am b/c/src/tests/Makefile.am index e81c694de2..369f56bd40 100644 --- a/c/src/tests/Makefile.am +++ b/c/src/tests/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../aclocal +ACLOCAL_AMFLAGS = -I aclocal SUBDIRS = @subdirs@ diff --git a/c/src/tests/itrontests/ChangeLog b/c/src/tests/itrontests/ChangeLog index 28a47df733..b0abd6d5be 100644 --- a/c/src/tests/itrontests/ChangeLog +++ b/c/src/tests/itrontests/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/itrontests/Makefile.am b/c/src/tests/itrontests/Makefile.am index 987d29fea2..9fff6ab7ad 100644 --- a/c/src/tests/itrontests/Makefile.am +++ b/c/src/tests/itrontests/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal SUBDIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \ itronmbf01 itronmbox01 itronsem01 itrontime01 diff --git a/c/src/tests/libtests/ChangeLog b/c/src/tests/libtests/ChangeLog index ee8160d052..a7b155365f 100644 --- a/c/src/tests/libtests/ChangeLog +++ b/c/src/tests/libtests/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/libtests/Makefile.am b/c/src/tests/libtests/Makefile.am index 3931ca9792..dde64323b5 100644 --- a/c/src/tests/libtests/Makefile.am +++ b/c/src/tests/libtests/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal SUBDIRS = cpuuse malloctest putenvtest monitor rtmonuse stackchk termios \ rtems++ diff --git a/c/src/tests/mptests/ChangeLog b/c/src/tests/mptests/ChangeLog index 4bca6ad8ff..3af37d3444 100644 --- a/c/src/tests/mptests/ChangeLog +++ b/c/src/tests/mptests/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/mptests/Makefile.am b/c/src/tests/mptests/Makefile.am index 6c4f5829fc..a20d2ed199 100644 --- a/c/src/tests/mptests/Makefile.am +++ b/c/src/tests/mptests/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal SUBDIRS = mp01 mp02 mp03 mp04 mp05 mp06 mp07 mp08 mp09 mp10 mp11 mp12 mp13 \ mp14 diff --git a/c/src/tests/psxtests/ChangeLog b/c/src/tests/psxtests/ChangeLog index 392316dc4d..d0c528e579 100644 --- a/c/src/tests/psxtests/ChangeLog +++ b/c/src/tests/psxtests/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/psxtests/Makefile.am b/c/src/tests/psxtests/Makefile.am index f326b013dc..15690ca154 100644 --- a/c/src/tests/psxtests/Makefile.am +++ b/c/src/tests/psxtests/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal SHARED_DIRS = diff --git a/c/src/tests/samples/ChangeLog b/c/src/tests/samples/ChangeLog index 2227bf47ee..ade5ccf202 100644 --- a/c/src/tests/samples/ChangeLog +++ b/c/src/tests/samples/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/samples/Makefile.am b/c/src/tests/samples/Makefile.am index b60442273b..07088554ef 100644 --- a/c/src/tests/samples/Makefile.am +++ b/c/src/tests/samples/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal CPLUSPLUS_TESTS = cdtest diff --git a/c/src/tests/sptests/ChangeLog b/c/src/tests/sptests/ChangeLog index 20c90f3816..f87563c9aa 100644 --- a/c/src/tests/sptests/ChangeLog +++ b/c/src/tests/sptests/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/sptests/Makefile.am b/c/src/tests/sptests/Makefile.am index 565805d766..0a1f35b405 100644 --- a/c/src/tests/sptests/Makefile.am +++ b/c/src/tests/sptests/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal ## sp10 and spfatal are not included for now SUBDIRS = sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 sp11 sp12 sp13 sp14 \ diff --git a/c/src/tests/support/ChangeLog b/c/src/tests/support/ChangeLog index b380282908..2d1db1aa1e 100644 --- a/c/src/tests/support/ChangeLog +++ b/c/src/tests/support/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/support/Makefile.am b/c/src/tests/support/Makefile.am index 91b2b1939a..4083232d57 100644 --- a/c/src/tests/support/Makefile.am +++ b/c/src/tests/support/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@ diff --git a/c/src/tests/tmitrontests/ChangeLog b/c/src/tests/tmitrontests/ChangeLog index f65132afd0..f158c6c944 100644 --- a/c/src/tests/tmitrontests/ChangeLog +++ b/c/src/tests/tmitrontests/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/tmitrontests/Makefile.am b/c/src/tests/tmitrontests/Makefile.am index a4b5613406..52ca1069bf 100644 --- a/c/src/tests/tmitrontests/Makefile.am +++ b/c/src/tests/tmitrontests/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal ITRON_DIRS = include tmitronsem01 diff --git a/c/src/tests/tmtests/ChangeLog b/c/src/tests/tmtests/ChangeLog index cacb6d29f5..59762046cd 100644 --- a/c/src/tests/tmtests/ChangeLog +++ b/c/src/tests/tmtests/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/tmtests/Makefile.am b/c/src/tests/tmtests/Makefile.am index caee9a6ad8..c09b08601f 100644 --- a/c/src/tests/tmtests/Makefile.am +++ b/c/src/tests/tmtests/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal SUBDIRS = include tmck tmoverhd tm01 tm02 tm03 tm04 tm05 tm06 tm07 tm08 tm09 \ tm10 tm11 tm12 tm13 tm14 tm15 tm16 tm17 tm18 tm19 tm20 tm21 tm22 tm23 \ 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 diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index b8bb6f79df..5119653b53 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,7 @@ +2003-08-18 Ralf Corsepius + + * Makefile.am: Reflect having moved aclocal/. + 2003-08-17 Ralf Corsepius * aclocal/bsp-alias.m4: New (Copied from ../../../aclocal). diff --git a/testsuites/Makefile.am b/testsuites/Makefile.am index e81c694de2..369f56bd40 100644 --- a/testsuites/Makefile.am +++ b/testsuites/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../aclocal +ACLOCAL_AMFLAGS = -I aclocal SUBDIRS = @subdirs@ diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog index 28a47df733..b0abd6d5be 100644 --- a/testsuites/itrontests/ChangeLog +++ b/testsuites/itrontests/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/testsuites/itrontests/Makefile.am b/testsuites/itrontests/Makefile.am index 987d29fea2..9fff6ab7ad 100644 --- a/testsuites/itrontests/Makefile.am +++ b/testsuites/itrontests/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal SUBDIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \ itronmbf01 itronmbox01 itronsem01 itrontime01 diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index ee8160d052..a7b155365f 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/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/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am index 3931ca9792..dde64323b5 100644 --- a/testsuites/libtests/Makefile.am +++ b/testsuites/libtests/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal SUBDIRS = cpuuse malloctest putenvtest monitor rtmonuse stackchk termios \ rtems++ diff --git a/testsuites/mptests/ChangeLog b/testsuites/mptests/ChangeLog index 4bca6ad8ff..3af37d3444 100644 --- a/testsuites/mptests/ChangeLog +++ b/testsuites/mptests/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/testsuites/mptests/Makefile.am b/testsuites/mptests/Makefile.am index 6c4f5829fc..a20d2ed199 100644 --- a/testsuites/mptests/Makefile.am +++ b/testsuites/mptests/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal SUBDIRS = mp01 mp02 mp03 mp04 mp05 mp06 mp07 mp08 mp09 mp10 mp11 mp12 mp13 \ mp14 diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index 392316dc4d..d0c528e579 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/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/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am index f326b013dc..15690ca154 100644 --- a/testsuites/psxtests/Makefile.am +++ b/testsuites/psxtests/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal SHARED_DIRS = diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index 2227bf47ee..ade5ccf202 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/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/testsuites/samples/Makefile.am b/testsuites/samples/Makefile.am index b60442273b..07088554ef 100644 --- a/testsuites/samples/Makefile.am +++ b/testsuites/samples/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal CPLUSPLUS_TESTS = cdtest diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog index 20c90f3816..f87563c9aa 100644 --- a/testsuites/sptests/ChangeLog +++ b/testsuites/sptests/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/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am index 565805d766..0a1f35b405 100644 --- a/testsuites/sptests/Makefile.am +++ b/testsuites/sptests/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal ## sp10 and spfatal are not included for now SUBDIRS = sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 sp11 sp12 sp13 sp14 \ diff --git a/testsuites/support/ChangeLog b/testsuites/support/ChangeLog index b380282908..2d1db1aa1e 100644 --- a/testsuites/support/ChangeLog +++ b/testsuites/support/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/testsuites/support/Makefile.am b/testsuites/support/Makefile.am index 91b2b1939a..4083232d57 100644 --- a/testsuites/support/Makefile.am +++ b/testsuites/support/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@ diff --git a/testsuites/tmitrontests/ChangeLog b/testsuites/tmitrontests/ChangeLog index f65132afd0..f158c6c944 100644 --- a/testsuites/tmitrontests/ChangeLog +++ b/testsuites/tmitrontests/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/testsuites/tmitrontests/Makefile.am b/testsuites/tmitrontests/Makefile.am index a4b5613406..52ca1069bf 100644 --- a/testsuites/tmitrontests/Makefile.am +++ b/testsuites/tmitrontests/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal ITRON_DIRS = include tmitronsem01 diff --git a/testsuites/tmtests/ChangeLog b/testsuites/tmtests/ChangeLog index cacb6d29f5..59762046cd 100644 --- a/testsuites/tmtests/ChangeLog +++ b/testsuites/tmtests/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/testsuites/tmtests/Makefile.am b/testsuites/tmtests/Makefile.am index caee9a6ad8..c09b08601f 100644 --- a/testsuites/tmtests/Makefile.am +++ b/testsuites/tmtests/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal SUBDIRS = include tmck tmoverhd tm01 tm02 tm03 tm04 tm05 tm06 tm07 tm08 tm09 \ tm10 tm11 tm12 tm13 tm14 tm15 tm16 tm17 tm18 tm19 tm20 tm21 tm22 tm23 \ diff --git a/testsuites/tools/ChangeLog b/testsuites/tools/ChangeLog index 5c3fe7a0cf..664f3413fe 100644 --- a/testsuites/tools/ChangeLog +++ b/testsuites/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/testsuites/tools/Makefile.am b/testsuites/tools/Makefile.am index b386914b7f..7cf37c8efc 100644 --- a/testsuites/tools/Makefile.am +++ b/testsuites/tools/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal SUBDIRS = @subdirs@ diff --git a/testsuites/tools/generic/ChangeLog b/testsuites/tools/generic/ChangeLog index ada5b1a111..419216265a 100644 --- a/testsuites/tools/generic/ChangeLog +++ b/testsuites/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/testsuites/tools/generic/Makefile.am b/testsuites/tools/generic/Makefile.am index e73c030305..fd325fdb8b 100644 --- a/testsuites/tools/generic/Makefile.am +++ b/testsuites/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