[maemo-commits] [maemo-commits] r9722 - projects/haf/trunk/gtkfilesystemmemory

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Feb 7 19:02:41 EET 2007
Author: marivoll
Date: 2007-02-07 19:02:41 +0200 (Wed, 07 Feb 2007)
New Revision: 9722

Modified:
   projects/haf/trunk/gtkfilesystemmemory/configure.ac
Log:
	Released 0.14.  

	Ported to Gtk+ 2.10.
	
	* configure.ac: Removed "-ansi -pedantic" from CFLAGS.  Expect
	Gtk+ 2.10.


Modified: projects/haf/trunk/gtkfilesystemmemory/configure.ac
===================================================================
--- projects/haf/trunk/gtkfilesystemmemory/configure.ac	2007-02-07 17:01:14 UTC (rev 9721)
+++ projects/haf/trunk/gtkfilesystemmemory/configure.ac	2007-02-07 17:02:41 UTC (rev 9722)
@@ -1,5 +1,5 @@
 AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(gtkfilesystemmemory, 0.13)
+AM_INIT_AUTOMAKE(gtkfilesystemmemory, 0.14)
 AC_CONFIG_HEADER(config.h)
 
 AC_CANONICAL_HOST
@@ -12,10 +12,9 @@
 AC_PROG_RANLIB
 
 AC_HEADER_STDC
-CFLAGS="$CFLAGS -Wall -Werror -ansi -pedantic -Wmissing-prototypes -Wmissing-declarations"
-#-Werror"
+CFLAGS="$CFLAGS -Wall -Werror -Wmissing-prototypes -Wmissing-declarations"
 
-GTK_VERSION=2.4.0
+GTK_VERSION=2.10.0
 
 PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $GTK_VERSION)
 GTK_BINARY_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0`


More information about the maemo-commits mailing list