From 540292a24ddf8435f541b1aa5a2930f986f7e419 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 17 Feb 1998 19:23:47 +0000 Subject: [PATCH] Ralf Corsepius pushing us farther down the autconf path: "Ladies and Gentlement, we proudly present: a roughly hacked autoconf-ed rtems-glom.in" (:-) BTW, to follow up to the discussion about installation points, rtems-glom in its current shape is an ideal example of a target dependent file. If bsp-specific configure-scripts would exist, it might also be a bsp-dependent file that contains RTEMS_BSP hard-coded (by configure) into it. --- configure | 2 ++ configure.in | 1 + 2 files changed, 3 insertions(+) diff --git a/configure b/configure index 1bf6a0b361..67730a650a 100644 --- a/configure +++ b/configure @@ -2918,6 +2918,7 @@ c/src/tests/support/wrapup/Makefile c/src/tests/tools/Makefile c/src/tests/tools/generic/Makefile $makefiles +c/build-tools/scripts/rtems-glom c/update-tools/Makefile c/build-tools/src/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF diff --git a/configure.in b/configure.in index 498f18a952..dcd3e4d585 100644 --- a/configure.in +++ b/configure.in @@ -421,6 +421,7 @@ c/src/tests/support/wrapup/Makefile c/src/tests/tools/Makefile c/src/tests/tools/generic/Makefile $makefiles +c/build-tools/scripts/rtems-glom c/update-tools/Makefile) echo