gnome-bluetooth r418 - trunk



Author: hadess
Date: Sun Mar  1 12:48:50 2009
New Revision: 418
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=418&view=rev

Log:
Update for new-automake style

And build .bz2 tarballs, and no gzip. Check the
NEWS file on dist.



Modified:
   trunk/Makefile.am
   trunk/configure.ac

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sun Mar  1 12:48:50 2009
@@ -31,6 +31,10 @@
 # Build ChangeLog from GIT or SVN history
 # (SVN r304 was the first ChangeLog-less checkin).
 # Only build this when in a git or svn checkout.
+#
+SVN_ROOT=svn+ssh://svn.gnome.org/svn/
+SVN_MODULE=gnome-bluetooth
+SVN_BRANCH=trunk
 
 ChangeLog:
 	@if test -f $(top_srcdir)/.git/HEAD; then \

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Mar  1 12:48:50 2009
@@ -1,8 +1,17 @@
-AC_PREREQ(2.50)
-AC_INIT()
+AC_PREREQ(2.52)
 
-AM_INIT_AUTOMAKE(gnome-bluetooth, 2.27.0)
-AM_CONFIG_HEADER(config.h)
+m4_define(gnomebt_version_major, 2)
+m4_define(gnomebt_version_minor, 27)
+m4_define(gnomebt_version_micro, 0)
+
+AC_INIT([gnome-bluetooth],
+        [gnomebt_version_major.gnomebt_version_minor.gnomebt_version_micro],
+        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-bluetooth])
+
+AC_CONFIG_SRCDIR([applet/main.c])
+AC_CONFIG_HEADERS([config.h])
+
+AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news])
 
 # Before making a release, the GNOMEBT_LT_VERSION string should be modified.
 # The string is of the form C:R:A.



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