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. --- c/build-tools/configure | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) (limited to 'c/build-tools/configure') diff --git a/c/build-tools/configure b/c/build-tools/configure index f88e7bdbdc..04bd93f50a 100644 --- a/c/build-tools/configure +++ b/c/build-tools/configure @@ -453,7 +453,7 @@ echo > confdefs.h # A filename unique to this package, relative to the directory that # configure is in, which we can look for to find out if srcdir is correct. -ac_unique_file=scripts +ac_unique_file=README # Find the source files, if location was not specified. if test -z "$srcdir"; then @@ -1357,13 +1357,11 @@ ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" trap 'rm -fr `echo "Makefile -src/Makefile -scripts/Makefile -scripts/install-if-change -scripts/lock-directory -scripts/rcs-clean -scripts/unlock-directory - src/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +install-if-change +lock-directory +rcs-clean +unlock-directory + config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF @@ -1546,7 +1542,7 @@ ac_eD='%g' if test "${CONFIG_HEADERS+set}" != set; then EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF fi @@ -1637,7 +1633,7 @@ cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF -test -z "$CONFIG_HEADERS" || echo timestamp > src/stamp-h +test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h exit 0 EOF -- cgit v1.2.3