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

List:       kde-commits
Subject:    kdenetwork/kopete/protocols
From:       Piotr Szymanski <djurban () linuxpl ! org>
Date:       2004-06-06 21:57:08
Message-ID: 20040606215708.A76B6126E9 () office ! kde ! org
[Download RAW message or body]

CVS commit by djurban: 

- fix build on bsd by not using bash specific syntax and a more portable header for \
int type defintions


  M +4 -3      configure.in.in   1.26
  M +1 -1      gadu/libgadu/libgadu-config.h.in   1.2


--- kdenetwork/kopete/protocols/configure.in.in  #1.25:1.26
@@ -3,5 +3,5 @@
 sed -e "s/#undef __GG_LIBGADU_$1/#define __GG_LIBGADU_$1/" \
 ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h > \
                ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h.1
-mv ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h{.1,}
+mv ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h.1 \
${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h  ])
          
@@ -68,5 +68,5 @@
         use_libgadu_copy=no
         ], [
-        if test "$LIBPTHREAD" != "" ; then
+        if test "$kde_use_threading" = "yes" ; then
         AC_MSG_RESULT([no, falling back on supplied libgadu-copy])
         use_libgadu_copy=yes
@@ -87,5 +87,6 @@
 
 if test "$use_libgadu_copy" = "yes"; then
-        cp ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h{.in,}
+        cp ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h.in \
+        ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h
         if test "$ac_cv_c_bigendian" = "yes"; then
                 AC_LIBGADU_DEFINE([BIGENDIAN])  

--- kdenetwork/kopete/protocols/gadu/libgadu/libgadu-config.h.in  #1.1:1.2
@@ -26,5 +26,5 @@
 
 /* Include file containing uintXX_t declarations. */
-#include <stdint.h>
+#include <inttypes.h>
 
 #endif /* __GG_LIBGADU_CONFIG_H */


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

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