* build-aux/libtool-next-version (func_fatal_error): Fix the program
name.
+2019-08-27 Bruno Haible <bruno@clisp.org>
+
+ libtool-next-version: Fix error output.
+ * build-aux/libtool-next-version (func_fatal_error): Fix the program
+ name.
+
2019-08-27 Paul Eggert <eggert@cs.ucla.edu>
Speed up INT_MULTIPLY_WRAPV on macOS
# 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
}