summaryrefslogtreecommitdiffstats
path: root/c/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/configure2
-rw-r--r--c/configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/configure b/c/configure
index 5afbcac212..2de9abd3ba 100644
--- a/c/configure
+++ b/c/configure
@@ -464,7 +464,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=src
# Find the source files, if location was not specified.
if test -z "$srcdir"; then
diff --git a/c/configure.in b/c/configure.in
index ab7de4e2c8..ae42b4c1ba 100644
--- a/c/configure.in
+++ b/c/configure.in
@@ -3,7 +3,7 @@ dnl
dnl $Id$
AC_PREREQ(2.13)
-AC_INIT(README)
+AC_INIT(src)
RTEMS_TOP(..)
AC_CONFIG_AUX_DIR(..)