diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-08-12 20:54:03 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-08-12 20:54:03 +0100 |
commit | 90bfed2c4c86e943ad850a023a28df31c558d75f (patch) | |
tree | cf8af063682a6cb40d5e6718e4c617515a9d5749 /configure.ac | |
parent | 50b0a0157709ed4a418012883793bf7ea9ddac13 (diff) | |
download | xine-lib-90bfed2c4c86e943ad850a023a28df31c558d75f.tar.gz xine-lib-90bfed2c4c86e943ad850a023a28df31c558d75f.tar.bz2 |
Extend config key translation to allow front ends to provide an additional list.
Intent is to allow front ends to rename their old, badly-named, config items.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 3d08dd44b..224f45773 100644 --- a/configure.ac +++ b/configure.ac @@ -49,9 +49,9 @@ dnl are platform dependent dnl * in Linux, the library will be named dnl libname.so.(XINE_LT_CURRENT - XINE_LT_AGE).XINE_LT_AGE.XINE_LT_REVISION -XINE_LT_CURRENT=18 -XINE_LT_REVISION=2 -XINE_LT_AGE=17 +XINE_LT_CURRENT=19 +XINE_LT_REVISION=0 +XINE_LT_AGE=18 dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f "${srcdir-.}/.cvsversion"; then |