summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/bootstrap8
1 files changed, 5 insertions, 3 deletions
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 6d1d22c675..c6c4901d3f 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -37,9 +37,9 @@ medir=`dirname "$me"`
# A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
-scriptlibversion=2022-12-27.16; # UTC
+scriptlibversion=2023-01-06.19; # UTC
-# Copyright (C) 2003-2022 Free Software Foundation, Inc.
+# Copyright (C) 2003-2023 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -815,7 +815,9 @@ autopull()
fi
fi
- echo "$0: done. Now you can run './autogen.sh'."
+ if test -f "$medir"/autogen.sh; then
+ echo "$0: done. Now you can run '$medir/autogen.sh'."
+ fi
}
# ----------------------------- Get translations. -----------------------------