[Commit] grrobot ChangeLog, 1.7, 1.8 configure.in, 1.3, 1.4 ltmain.sh, 1.2, 1.3

Keith Packard commit at keithp.com
Thu Dec 25 13:17:31 PST 2003


Committed by: keithp

Update of /local/src/CVS/grrobot
In directory home.keithp.com:/tmp/cvs-serv22318

Modified Files:
	ChangeLog configure.in ltmain.sh 
Log Message:
	* configure.in:
	* ltmain.sh:
	* src/grr_board_view.c:
	* src/grr_icon.c: (_grr_icon_init), (grr_icon_draw):
	* src/grr_icon.h:
	* src/grrobot.c:
	Switch from xsvg to svg-cairo


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/grrobot/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ChangeLog	11 Nov 2003 15:51:52 -0000	1.7
+++ ChangeLog	25 Dec 2003 21:17:28 -0000	1.8
@@ -1,3 +1,13 @@
+2003-12-25  Keith Packard  <keithp at keithp.com>
+
+	* configure.in:
+	* ltmain.sh:
+	* src/grr_board_view.c:
+	* src/grr_icon.c: (_grr_icon_init), (grr_icon_draw):
+	* src/grr_icon.h:
+	* src/grrobot.c:
+	Switch from xsvg to svg-cairo
+
 2003-11-11  Carl Worth  <cworth at isi.edu>
 
 	* src/grrobot.c (grr_game_read_notices): Exit cleanly: need to

Index: configure.in
===================================================================
RCS file: /local/src/CVS/grrobot/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- configure.in	4 Sep 2003 15:17:44 -0000	1.3
+++ configure.in	25 Dec 2003 21:17:28 -0000	1.4
@@ -18,7 +18,7 @@
 
 dnl ===========================================================================
 
-PKG_CHECK_MODULES(GRROBOT, gtk+-2.0 libxsvg librr cairo >= 0.1.1)
+PKG_CHECK_MODULES(GRROBOT, gtk+-2.0 libsvg-cairo librr cairo >= 0.1.1)
 AC_SUBST(GRROBOT_CFLAGS)
 AC_SUBST(GRROBOT_LIBS)
 

Index: ltmain.sh
===================================================================
RCS file: /local/src/CVS/grrobot/ltmain.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ltmain.sh	1 Aug 2003 01:46:25 -0000	1.2
+++ ltmain.sh	25 Dec 2003 21:17:28 -0000	1.3
@@ -24,8 +24,6 @@
 # configuration script generated by Autoconf, you may include it under
 # the same distribution terms that you use for the rest of that program.
 
-max_cmd_len=2049
-
 # Check that we have a working $echo.
 if test "X$1" = X--no-reexec; then
   # Discard the --no-reexec flag, and continue.




More information about the Commit mailing list