gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnokii configure.in ChangeLog xgnokii/xgnokii.p...


From: Helge Deller
Subject: gnokii configure.in ChangeLog xgnokii/xgnokii.p...
Date: Sun, 18 Jun 2006 14:14:42 +0000

CVSROOT:        /sources/gnokii
Module name:    gnokii
Changes by:     Helge Deller <deller>   06/06/18 14:14:42

Modified files:
        .              : configure.in ChangeLog 
        xgnokii        : xgnokii.pc.in 
        common         : gnokii.pc.in 

Log message:
        remove CFLAGS from gnokii.pc.in and xgnokii.pc.in, keep includes only 
for compilation

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnokii/configure.in?cvsroot=gnokii&r1=1.157&r2=1.158
http://cvs.savannah.gnu.org/viewcvs/gnokii/ChangeLog?cvsroot=gnokii&r1=1.1201&r2=1.1202
http://cvs.savannah.gnu.org/viewcvs/gnokii/xgnokii/xgnokii.pc.in?cvsroot=gnokii&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/gnokii/common/gnokii.pc.in?cvsroot=gnokii&r1=1.4&r2=1.5

Patches:
Index: configure.in
===================================================================
RCS file: /sources/gnokii/gnokii/configure.in,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -b -r1.157 -r1.158
--- configure.in        11 Jun 2006 15:06:40 -0000      1.157
+++ configure.in        18 Jun 2006 14:14:42 -0000      1.158
@@ -4,7 +4,7 @@
 dnl                2000 Karel Zak, Pawe³ Kot
 dnl                2002 BORBELY Zoltan
 dnl
-dnl  $Id: configure.in,v 1.157 2006/06/11 15:06:40 deller Exp $
+dnl  $Id: configure.in,v 1.158 2006/06/18 14:14:42 deller Exp $
 dnl
 
 AC_INIT(gnokii/gnokii.c)
@@ -133,7 +133,7 @@
 fi
 
 dnl ======================== avoid deprecated warnings here
-CFLAGS="$CFLAGS -DGNOKII_DEPRECATED=''"
+# CFLAGS="$CFLAGS -DGNOKII_DEPRECATED=''"
 
 dnl ======================== Checks for libraries.
 

Index: ChangeLog
===================================================================
RCS file: /sources/gnokii/gnokii/ChangeLog,v
retrieving revision 1.1201
retrieving revision 1.1202
diff -u -b -r1.1201 -r1.1202
--- ChangeLog   17 Jun 2006 20:41:38 -0000      1.1201
+++ ChangeLog   18 Jun 2006 14:14:42 -0000      1.1202
@@ -112,6 +112,9 @@
                                                     (Daniele Forsi)
     o exit the loop for getphonebook on timeout         (Pawel Kot)
  * build environment updates
+    o remove CFLAGS from gnokii.pc.in and xgnokii.pc.in,
+      keep includes only for compilation             (Helge Deller)
+    xgnokii/xgnokii.pc.in
     o add checks for -Wno-pointer-sign and -fvisibility=hidden,
       add usage of __attribute__((deprecated)        (Helge Deller)
     o replaced usage of "API" with "GNOKII_API"      (Helge Deller)

Index: xgnokii/xgnokii.pc.in
===================================================================
RCS file: /sources/gnokii/gnokii/xgnokii/xgnokii.pc.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- xgnokii/xgnokii.pc.in       6 Feb 2006 21:28:37 -0000       1.1
+++ xgnokii/xgnokii.pc.in       18 Jun 2006 14:14:42 -0000      1.2
@@ -8,4 +8,4 @@
 Description: GTK2 gnokii library interface
 Version: @XVERSION@
 Libs: -L${libdir} -lgnokii @LIBS@ @XPM_LIBS@ @LIBICONV@
-Cflags: -I${includedir} @CFLAGS@ @XPM_CFLAGS@
+Cflags: -I${includedir} @XPM_CFLAGS@

Index: common/gnokii.pc.in
===================================================================
RCS file: /sources/gnokii/gnokii/common/gnokii.pc.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- common/gnokii.pc.in 3 Nov 2003 21:16:39 -0000       1.4
+++ common/gnokii.pc.in 18 Jun 2006 14:14:42 -0000      1.5
@@ -7,4 +7,4 @@
 Description: Gnokii library interface
 Version: @VERSION@
 Libs: -L${libdir} -lgnokii @LIBS@ @XPM_LIBS@ @LIBICONV@
-Cflags: -I${includedir} @CFLAGS@ @XPM_CFLAGS@
+Cflags: -I${includedir} @XPM_CFLAGS@




reply via email to

[Prev in Thread] Current Thread [Next in Thread]