summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 13:53:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 13:53:19 +0000
commit76d527ec18676ddd8f0a8ea922b0aaab3824c6ba (patch)
treea1a7e5a8030e55b345f3059817501097eedd06c5 /bootstrap
parent2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-76d527ec18676ddd8f0a8ea922b0aaab3824c6ba.tar.bz2
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.
Diffstat (limited to '')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
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