From 4bd9d28412eb4c60396ec33715dc8ad0ef3541a5 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 3 Jan 2005 20:12:18 +0000 Subject: **BUGFIX** change LT_* variables into XINE_LT_*, because newer versions of libtool claim the whole LT_* namespace for themselves (fixes bug #1094262) CVS patchset: 7321 CVS date: 2005/01/03 20:12:18 --- misc/make_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/make_release.sh b/misc/make_release.sh index b1c63aa72..15a0048ad 100755 --- a/misc/make_release.sh +++ b/misc/make_release.sh @@ -188,7 +188,7 @@ if [ "$new_ver" = "$lastver" ]; then echo "According to configure.in, the new release is $new_ver, which is" echo "exactly the same as the last release." echo "Please update version info (XINE_{MAJOR,MINOR,SUB} as well as the" - echo "libtool version info (LT_{CURRENT,REVISION,AGE}) and try again!" + echo "libtool version info (XINE_LT_{CURRENT,REVISION,AGE}) and try again!" exit 1 fi -- cgit v1.2.3