From fd00a5135b7e3d99a98d9a3108468e2991f77fe3 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 26 Apr 2001 23:00:58 +0000 Subject: add --skindir and --plugindir to xine-config script (needed). define two new var in xine.m4, xine_skin_dir and xine_plugin_dir, and it's related to the previous change. CVS patchset: 31 CVS date: 2001/04/26 23:00:58 --- m4/xine.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'm4') diff --git a/m4/xine.m4 b/m4/xine.m4 index f89d46a99..00433cf5e 100644 --- a/m4/xine.m4 +++ b/m4/xine.m4 @@ -70,6 +70,8 @@ AC_ARG_ENABLE(xinetest, sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` xine_config_sub_version=`$XINE_CONFIG $xine_config_args --version | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` + xine_skin_dir=`$XINE_CONFIG $xine_config_args --skindir` + xine_plugin_dir=`$XINE_CONFIG $xine_config_args --plugindir` dnl if test "x$enable_xinetest" = "xyes" ; then ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" -- cgit v1.2.3