summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-30 16:25:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-30 16:25:54 +0000
commitf724a870c6722fd4664857d471b538646819e47e (patch)
tree3293716806aa5cdab541c54b101237b9f8723e4e /tools/build
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-f724a870c6722fd4664857d471b538646819e47e.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
This patch addresses a few configuration issues and removes some duplicate configuration files. Background: * some files used in AC_INIT were not unique enough and can lead to problems if a user plays with configure scripts. * the Makefile templates are independent of the target/cpu and bsp, so the bsp dependent versions (c/src/make/Templates) are removed. To apply: patch -p1 < rtems-rc-19990820-3.diff rm -f c/src/make/Templates ./autogen ATTENTION: This patch removes several files and one directory :)
Diffstat (limited to '')
-rw-r--r--tools/build/configure2
-rw-r--r--tools/build/configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/configure b/tools/build/configure
index 4cbbc7b517..7f00f124b2 100644
--- a/tools/build/configure
+++ b/tools/build/configure
@@ -456,7 +456,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=README
+ac_unique_file=install-if-change.in
# Find the source files, if location was not specified.
if test -z "$srcdir"; then
diff --git a/tools/build/configure.in b/tools/build/configure.in
index ffb703c20a..0876640421 100644
--- a/tools/build/configure.in
+++ b/tools/build/configure.in
@@ -3,7 +3,7 @@
#
AC_PREREQ(2.13)
-AC_INIT(README)
+AC_INIT(install-if-change.in)
AC_CONFIG_AUX_DIR(../..)
RTEMS_TOP(../..)