diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2005-01-03 20:12:18 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2005-01-03 20:12:18 +0000 |
commit | 4bd9d28412eb4c60396ec33715dc8ad0ef3541a5 (patch) | |
tree | 0e4f7a5036227cf3ca5f793f0dfe0531d1f7c068 /doc | |
parent | 750a66e5c57290523d70d5a4d3c7674aeb49467d (diff) | |
download | xine-lib-4bd9d28412eb4c60396ec33715dc8ad0ef3541a5.tar.gz xine-lib-4bd9d28412eb4c60396ec33715dc8ad0ef3541a5.tar.bz2 |
**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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/internal/HOWTO.release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internal/HOWTO.release b/doc/internal/HOWTO.release index 977ac208d..8b7077691 100644 --- a/doc/internal/HOWTO.release +++ b/doc/internal/HOWTO.release @@ -66,7 +66,7 @@ Currently, best practice to get a release out looks like this: ask for help, so this doesn't take the whole day... Then, edit configure.ac: - set XINE_MAJOR, XINE_MINOR, XINE_SUB according to the marketing version - - set the LT_* constants according to the comments. DO _NOT_ mess with + - set the XINE_LT_* constants according to the comments. DO _NOT_ mess with these! If you're not sure about changed/added interfaces diff include/xine.h against the previous release and/or ask! |