libgsf r978 - trunk



Author: jdassen
Date: Mon Mar 17 12:44:16 2008
New Revision: 978
URL: http://svn.gnome.org/viewvc/libgsf?rev=978&view=rev

Log:
Drop obsoleted libgsf-gio-1.pc.in

Removed:
   trunk/libgsf-gio-1.pc.in
Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/configure.in

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Mon Mar 17 12:44:16 2008
@@ -9,9 +9,6 @@
 if WITH_WIN32
   pkgconfig_DATA += libgsf-win32-1.pc
 endif
-if WITH_GIO
-  pkgconfig_DATA += libgsf-gio-1.pc
-endif
 
 SUBDIRS = po gsf gsf-gnome gsf-win32 doc tools tests m4
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Mar 17 12:44:16 2008
@@ -94,7 +94,8 @@
 ifdef([GNOME_COMPILE_WARNINGS],[GNOME_COMPILE_WARNINGS],)
 CFLAGS="$CFLAGS $WARN_CFLAGS -DG_DISABLE_DEPRECATED"
 if test "$GCC" = "yes"; then
-	for option in -Wno-system-headers -Wfloat-equal -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wformat -Wnested-externs -Winline -Wdeclaration-after-statement -Wundef -W -Wmissing-noreturn -Wmissing-format-attribute -Wno-pointer-sign; do
+	for option in -Wno-system-headers -Wfloat-equal -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wformat -Wnested-externs -Winline -Wdeclaration-after-statement -Wundef -W -Wmissing-noreturn -Wmissing-format-attribute -Wno-pointer-sign \
+	-Wbitwise -Wcast-to-as -Wdefault-bitfield-sign -Wdo-while -Wparen-string -Wptr-subtraction-blows -Wreturn-void -Wtypesign ; do
 		SAVE_CFLAGS="$CFLAGS"
 		CFLAGS="$CFLAGS $option"
 		AC_MSG_CHECKING([whether gcc understands $option])
@@ -459,7 +460,6 @@
 libgsf-1.pc
 libgsf-1.spec
 libgsf-gnome-1.pc
-libgsf-gio-1.pc
 libgsf-gnome-1.spec
 libgsf-win32-1.pc
 libgsf-zip



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