From c59952d423829ca7a1ddf18b02ef5e7446b50efc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Oct 2000 13:29:06 +0000 Subject: 2000-10-26 Ralf Corsepius * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization. * configure.in: Replace AC_CONFIG_SUBDIRS with RTEMS_CONFIG_BUILD_SUBDIRS. --- c/src/tests/tools/ChangeLog | 7 +++++++ c/src/tests/tools/Makefile.am | 2 +- c/src/tests/tools/configure.in | 4 +++- testsuites/tools/ChangeLog | 7 +++++++ testsuites/tools/Makefile.am | 2 +- 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/c/src/tests/tools/ChangeLog b/c/src/tests/tools/ChangeLog index 101734ce64..95c9263c3f 100644 --- a/c/src/tests/tools/ChangeLog +++ b/c/src/tests/tools/ChangeLog @@ -1,3 +1,10 @@ +2000-10-27 Ralf Corsepius + + * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. + Switch to GNU canonicalization. + * configure.in: Replace AC_CONFIG_SUBDIRS with + RTEMS_CONFIG_BUILD_SUBDIRS. + 2000-08-10 Joel Sherrill * ChangeLog: New file. diff --git a/c/src/tests/tools/Makefile.am b/c/src/tests/tools/Makefile.am index 8350d64884..119d503fd1 100644 --- a/c/src/tests/tools/Makefile.am +++ b/c/src/tests/tools/Makefile.am @@ -3,7 +3,7 @@ ## AUTOMAKE_OPTIONS = foreign 1.4 -ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal +ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros SUBDIRS = @subdirs@ diff --git a/c/src/tests/tools/configure.in b/c/src/tests/tools/configure.in index 8d0ea53a5a..a00909bb0e 100644 --- a/c/src/tests/tools/configure.in +++ b/c/src/tests/tools/configure.in @@ -14,10 +14,12 @@ AM_MAINTAINER_MODE RTEMS_TOOLPATHS AC_SUBST(program_prefix) -AC_CONFIG_SUBDIRS(generic) +RTEMS_CONFIG_BUILD_SUBDIRS(generic) if test -d $srcdir/$RTEMS_CPU; then AC_CONFIG_SUBDIRS($RTEMS_CPU) fi # Explicitly list all Makefiles here AC_OUTPUT(Makefile) + +RTEMS_OUTPUT_BUILD_SUBDIRS(RTEMS_BUILD_SUBDIRS) diff --git a/testsuites/tools/ChangeLog b/testsuites/tools/ChangeLog index 101734ce64..95c9263c3f 100644 --- a/testsuites/tools/ChangeLog +++ b/testsuites/tools/ChangeLog @@ -1,3 +1,10 @@ +2000-10-27 Ralf Corsepius + + * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. + Switch to GNU canonicalization. + * configure.in: Replace AC_CONFIG_SUBDIRS with + RTEMS_CONFIG_BUILD_SUBDIRS. + 2000-08-10 Joel Sherrill * ChangeLog: New file. diff --git a/testsuites/tools/Makefile.am b/testsuites/tools/Makefile.am index 8350d64884..119d503fd1 100644 --- a/testsuites/tools/Makefile.am +++ b/testsuites/tools/Makefile.am @@ -3,7 +3,7 @@ ## AUTOMAKE_OPTIONS = foreign 1.4 -ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal +ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros SUBDIRS = @subdirs@ -- cgit v1.2.3