summaryrefslogtreecommitdiff
path: root/build-aux/libtool-next-version
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/libtool-next-version')
-rwxr-xr-xbuild-aux/libtool-next-version4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/libtool-next-version b/build-aux/libtool-next-version
index db441f7f17..a55e045cdf 100755
--- a/build-aux/libtool-next-version
+++ b/build-aux/libtool-next-version
@@ -80,8 +80,8 @@ There is NO WARRANTY, to the extent permitted by law."
# outputs to stderr a fatal error message, and terminates the program.
func_fatal_error ()
{
- echo "declared.sh: *** $1" 1>&2
- echo "declared.sh: *** Stop." 1>&2
+ echo "libtool-next-version: *** $1" 1>&2
+ echo "libtool-next-version: *** Stop." 1>&2
exit 1
}