gnome-games r7726 - trunk



Author: jclinton
Date: Sun Jun 22 05:13:58 2008
New Revision: 7726
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7726&view=rev

Log:
fix m4 macro syntax error in ChangeLog generation

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

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sun Jun 22 05:13:58 2008
@@ -46,8 +46,8 @@
 ChangeLog:
 	@if test -f $(top_srcdir)/.svn/entries; then \
 		svn log -v --xml -r HEAD:7722 $(SVN_ROOT)/$(SVN_MODULE)/$(SVN_BRANCH) | \
-		xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \
-		--stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \
+			xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \
+				--stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \
 	fi
 
 dist: ChangeLog

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Jun 22 05:13:58 2008
@@ -1,21 +1,21 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
+# This can be either "trunk" or "branches/gnome-x-y"
+m4_define([gnome_games_branch],["trunk"])
+
 AC_PREREQ([2.53])
 AC_INIT([GNOME Games], [2.23.4],
   [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_SUBST([SVN_BRANCH],[gnome_games_branch])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([gnomine/gnomine.c])



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