From 7a9280174ac3e587a301bf7f8a5165a3ad8048fb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 12 Jun 2003 06:28:16 +0000 Subject: 2003-06-12 Ralf Corsepius * configure.ac: Remove "BLEEDING EDGE" warning. Put docs into RTEMS_BUILD_CONFIG_SUBDIRS. * acinclude.m4: Add AC_PREREQ(2.57). Major overhaul (PR 412). * aclocal/prog-cc.m4: Add RTEMS_GCC_ISYSTEM. * aclocal/gcc-isystem.m4: New. * Makefile.am: Add aclocal/gcc-isystem.m4. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9f92e847c5..c87d13fd02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ ACLOCAL_FILES = aclocal/bsp-alias.m4 aclocal/canonical-host.m4 \ aclocal/project-root.m4 aclocal/rtems-debug.m4 \ aclocal/rtems-test-no-pause.m4 aclocal/rtems-top.m4 \ aclocal/target.m4 aclocal/tool-paths.m4 aclocal/bspopts.m4 \ - aclocal/ppc.m4 aclocal/bsp-configure.m4 + aclocal/ppc.m4 aclocal/bsp-configure.m4 aclocal/gcc-isystem.m4 noinst_SCRIPTS = bootstrap -- cgit v1.2.3