gnome-games r7725 - trunk



Author: jclinton
Date: Sun Jun 22 04:28:41 2008
New Revision: 7725
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7725&view=rev

Log:
add configure.in variables allowing interpolation for ChangeLog generation


Modified:
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Jun 22 04:28:41 2008
@@ -6,6 +6,17 @@
   [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-games],
   [gnome-games])
 
+# This can be either "trunk" or "branches/gnome-x-y"
+m4_define([gnome-games_branch],["trunk"])
+
+# ****************************
+# SVN for ChangeLog generation
+# ****************************
+
+AC_SUBST([SVN_ROOT],[http://svn.gnome.org/svn])
+AC_SUBST([SVN_MODULE],[gnome-games])
+AC_SUBST([SVN_BRANCH],[gnome-games_branch])
+
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([gnomine/gnomine.c])
 AC_CONFIG_HEADERS([config.h])



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