From b6529a34fd5a3b821bfef0cdecea8106a8487ef0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Apr 1999 13:35:24 +0000 Subject: Patch from Ralf Corsepius to reorganize the build-tools layout to simplify it. This script reorganizes and simpilfies the build-tools subdirectories. It moves all source-files and scripts to c/build-tools/. This will enable use to use this directory directly to refer to the build-tools instead of copying them around in a "preinstall" step in future. However, RTEMS's autoconf Makefile.ins and *.cfg files are not yet prepared to apply this approach and therefore require additional work. --- tools/build/configure.in | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'tools/build/configure.in') diff --git a/tools/build/configure.in b/tools/build/configure.in index c25493c57d..33f4c8ac77 100644 --- a/tools/build/configure.in +++ b/tools/build/configure.in @@ -3,7 +3,7 @@ # AC_PREREQ(2.13) -AC_INIT(scripts) +AC_INIT(README) AC_CONFIG_AUX_DIR(../..) RTEMS_TOP(../..) @@ -17,14 +17,12 @@ AC_CHECK_FUNCS(strerror) RTEMS_PATH_KSH -AM_CONFIG_HEADER(src/config.h) +AM_CONFIG_HEADER(config.h) AC_OUTPUT( Makefile -src/Makefile -scripts/Makefile -scripts/install-if-change -scripts/lock-directory -scripts/rcs-clean -scripts/unlock-directory +install-if-change +lock-directory +rcs-clean +unlock-directory ) -- cgit v1.2.3