[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-multimedia
Subject:    Re: [PATCH] search path in artspluggy
From:       Martin Vogt <mvogt () rhrk ! uni-kl ! de>
Date:       2000-08-24 14:47:28
[Download RAW message or body]

On Wed, Aug 23, 2000 at 06:47:36PM +0200, Martin Vogt wrote:
> 
> 
> Hi,
> 
> 
> if you build mpeglib_artsplug without having kde_bindir
> in your seatch path artspluggy is not build
> 
> This patch fixes it:
>

This patch is better:

Index: configure.in.in
===================================================================
RCS file: /home/kde/kdemultimedia/mpeglib_artsplug/configure.in.in,v
retrieving revision 1.3
diff -r1.3 configure.in.in
15a16,25
> dnl build search PATH
> artsc_config_test_path=$PATH:$KDEDIR/bin:$prefix/bin:$exec_prefix/bin
> AC_PATH_PROG(kde_artsplug_compiles,artsc-config,no,$artsc_config_test_path)
>
> dnl if we found it here set variable
> if test x$kde_artsplug_compiles != xno; then
>    ARTSC_CONFIG=$kde_artsplug_compiles;
>    kde_artsplug_compiles=yes
> fi
>
17d26
< AC_CHECK_PROG(kde_artsplug_compiles,artsc-config,yes,no,$PATH)
34,35c43,44
<    ARTSC_INCLUDE=`artsc-config --cflags`
<    AC_MSG_RESULT([arts includes: $ARTSC_INCLUDE])
---
>    ARTSC_INCLUDE=`${ARTSC_CONFIG} --cflags`
>    AC_MSG_RESULT([arts includes... $ARTSC_INCLUDE])
37c46,47
<    ARTSC_LIBS=`artsc-config --libs`
---
>    ARTSC_LIBS=`${ARTSC_CONFIG} --libs`
>    AC_MSG_RESULT([arts libraries... $ARTSC_LIBS])

 
_______________________________________________
Kde-multimedia mailing list
Kde-multimedia@master.kde.org
http://master.kde.org/mailman/listinfo/kde-multimedia

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic