2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* 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.
This commit is contained in:
Joel Sherrill
2002-03-28 13:53:19 +00:00
parent 9fff6bfac6
commit 76d527ec18
3 changed files with 8 additions and 15 deletions

View File

@@ -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]