From 76d527ec18676ddd8f0a8ea922b0aaab3824c6ba Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 28 Mar 2002 13:53:19 +0000 Subject: 2002-03-27 Ralf Corsepius * aclocal/version.m4: New file. * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/ aclocal/version.m4. * bootstrap: Use aclocal/version.m4 instead of VERSION. * configure.ac: Use aclocal/version.m4 instead of VERSION. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 344491a7fe..d6cfca26c6 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([c]) RTEMS_TOP([.]) # Abort if trying to build inside of the source tree. -if test -f VERSION; then +if test -f aclocal/version.m4; then rm -f config.cache config.log confdefs.h AC_MSG_ERROR([***] [Attempt to build inside of the source tree] -- cgit v1.2.3