forked from Imagelibrary/rtems
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user