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. --- bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 50a7dbcad4..4af89886af 100755 --- a/bootstrap +++ b/bootstrap @@ -33,9 +33,9 @@ usage() exit 1; } -if test ! -f $top_srcdir/VERSION; then +if test ! -f $top_srcdir/aclocal/version.m4; then echo "${progname}:" - echo " Installation problem: Can't find file VERSION" + echo " Installation problem: Can't find file aclocal/version.m4" exit 1; fi -- cgit v1.2.3