summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-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