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

List:       kde-multimedia
Subject:    [PATCH] configure.in.in
From:       Martin Vogt <mvogt () rhrk ! uni-kl ! de>
Date:       2000-09-04 16:12:36
[Download RAW message or body]

Hello,


this patch allows on system where mpeglib ist not
automatically build to manually compile the mpeglib_artsplug
directory.

The old version produced compile errors if you cd into
the directory and build artplug with "make"

Martin


["a.diff" (text/plain)]

? decoderBaseObject.h
? decoderBaseObject.cc
? a.diff
Index: configure.in.in
===================================================================
RCS file: /home/kde/kdemultimedia/mpeglib_artsplug/configure.in.in,v
retrieving revision 1.4
diff -u -r1.4 configure.in.in
--- configure.in.in	2000/08/24 14:52:09	1.4
+++ configure.in.in	2000/09/04 16:08:23
@@ -23,22 +23,11 @@
    kde_artsplug_compiles=yes
 fi
 
-
-if test x$kde_mpeglib_compiles = xno; then
-  AC_MSG_RESULT([** mpeglib disabled we disable artsplug **])
-  kde_artsplug_compiles=no;
-fi
-
-if test x$kde_artsplug_compiles = xno; then
-  AC_MSG_RESULT([** DO NOT COMPILE mpeglib_artsplug **])
-  DO_NOT_COMPILE="$DO_NOT_COMPILE mpeglib_artsplug"
-fi
 dnl this is needed for a standalone mpeglib
 dnl it should compile without KDE installed
 dnl but if we find arts we need the include
 dnl path for it.
 
-
 if test x$kde_artsplug_compiles = xyes; then
    ARTSC_INCLUDE=`${ARTSC_CONFIG} --cflags`
    AC_MSG_RESULT([arts includes... $ARTSC_INCLUDE])
@@ -48,4 +37,17 @@
    AC_SUBST(ARTSC_LIBS)	
    AC_SUBST(LIBDL)
 fi
+
+if test x$kde_mpeglib_compiles = xno; then
+  AC_MSG_RESULT([** mpeglib disabled we disable artsplug **])
+  kde_artsplug_compiles=no;
+fi
+
+if test x$kde_artsplug_compiles = xno; then
+  AC_MSG_RESULT([** DO NOT COMPILE mpeglib_artsplug **])
+  DO_NOT_COMPILE="$DO_NOT_COMPILE mpeglib_artsplug"
+fi
+
+
+
 

_______________________________________________
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