gnome-bluetooth r307 - trunk



Author: hadess
Date: Wed Feb 25 14:35:41 2009
New Revision: 307
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=307&view=rev

Log:
Use gnome-autogen features

Rename to gnome-bluetooth in the configure, and use gnome-common
macros to add more warnings, and enable deprecation warnings.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Feb 25 14:35:41 2009
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-gnome, 1.8)
+AM_INIT_AUTOMAKE(gnome-bluetooth, 2.27.0)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE
@@ -12,7 +12,7 @@
 AC_PROG_INSTALL
 AC_PROG_RANLIB
 
-GETTEXT_PACKAGE=bluetooth-manager
+GETTEXT_PACKAGE=gnome-bluetooth
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
 					[The name of the gettext domain])
@@ -83,9 +83,11 @@
 AC_SUBST(NOTIFY_CFLAGS)
 AC_SUBST(NOTIFY_LIBS)
 
-dnl PKG_CHECK_MODULES(OPENOBEX, libopenobex-glib >= 1.4, dummy=yes, dummy=no)
-dnl AC_SUBST(OPENOBEX_CFLAGS)
-dnl AC_SUBST(OPENOBEX_LIBS)
+GNOME_COMMON_INIT
+GNOME_DEBUG_CHECK
+GNOME_COMPILE_WARNINGS([maximum])
+GNOME_CXX_WARNINGS
+GNOME_MAINTAINER_MODE_DEFINES
 
 AC_OUTPUT(Makefile
 	  icons/Makefile



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