diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-10-05 13:41:53 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-10-05 13:41:53 +0000 |
commit | 2f0db17cc0d942fffa715d8d686721ce557f307c (patch) | |
tree | e74ac91464cb37ed0e0ca0accd91a1e81d88af66 /configure.in | |
parent | 6f6fbbc03f116bde9ab3ae33a7d25b7991017e70 (diff) | |
download | xine-lib-2f0db17cc0d942fffa715d8d686721ce557f307c.tar.gz xine-lib-2f0db17cc0d942fffa715d8d686721ce557f307c.tar.bz2 |
Fixed $DESTDIR, use it for rpms generation. Update xine.h for audio cap/props.
CVS patchset: 738
CVS date: 2001/10/05 13:41:53
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index c05610fa9..ba5156315 100644 --- a/configure.in +++ b/configure.in @@ -609,6 +609,10 @@ AC_SUBST(XINE_DEMUXDIR) AC_SUBST(XINE_SKINDIR) +dnl Where scripts will/should be installed. +eval XINE_SCRIPTPATH="${datadir}/xine/scripts" +AC_SUBST(XINE_SCRIPTPATH) + dnl Where desktops icons will/should be installed. eval XINE_DESKTOPPATH="${datadir}/xine/desktop" AC_SUBST(XINE_DESKTOPPATH) |