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