diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-17 14:30:50 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-17 14:30:50 +0000 |
commit | d462ef0ce04d5ca91cd008efecc37c2c1fa39bbb (patch) | |
tree | d766c158ebc61f6d6e1ba349461365a70ee28a4d /configure.ac | |
parent | 6f90955bba9d996b0fe9080cc4c13d657562af3c (diff) | |
download | xine-lib-d462ef0ce04d5ca91cd008efecc37c2c1fa39bbb.tar.gz xine-lib-d462ef0ce04d5ca91cd008efecc37c2c1fa39bbb.tar.bz2 |
Avoid libtool running ldconfig (where not needed) at install time.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b05afc277..55450c780 100644 --- a/configure.ac +++ b/configure.ac @@ -2478,6 +2478,12 @@ AC_SUBST(XINE_FONTDIR) AC_SUBST(XINE_LOCALEDIR) AC_SUBST(XINE_PKGCONFIG_DIR) +LIBTOOL_DESTDIR_DEFAULT= +if test "x$SYS" != "xmingw32" -a "x$SYS" != "xcygwin"; then + LIBTOOL_DESTDIR_DEFAULT=/ +fi +AC_SUBST([LIBTOOL_DESTDIR_DEFAULT]) + dnl Where aclocal m4 files should be installed XINE_ACFLAGS="-I ${datarootdir}/aclocal" AC_DEFINE_UNQUOTED(XINE_ACFLAGS, "$XINE_ACFLAGS", [Path where aclocal m4 files will be.]) @@ -2681,6 +2687,7 @@ include/xine.h lib/Makefile m4/Makefile misc/Makefile +misc/Makefile.plugins misc/SlackBuild misc/build_rpms.sh misc/fonts/Makefile |