[cairo-commit] roadster .cvsignore, 1.3, 1.4 ChangeLog, 1.20, 1.21 configure.ac, 1.2, 1.3

Nathan Fredrickson commit at pdx.freedesktop.org
Thu Feb 24 11:39:01 PST 2005


Committed by: nrf

Update of /cvs/cairo/roadster
In directory gabe:/tmp/cvs-serv18928

Modified Files:
	.cvsignore ChangeLog configure.ac 
Log Message:
	* po/roadster.pot: Removed, this is generated.
	* po/POTFILES.in: Add glade file to the translatable files.
	* data/.cvsignore: Added.
	* .cvsignore: Add some more build files.
	* configure.ac: Look for MySQL in given prefix before $PATH.


Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/roadster/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- .cvsignore	18 Feb 2005 21:52:06 -0000	1.3
+++ .cvsignore	24 Feb 2005 19:38:59 -0000	1.4
@@ -17,5 +17,9 @@
 ltmain.sh
 missing
 mkinstalldirs
-roadster.desktop
 stamp-h1
+intltool-extract
+intltool-merge
+intltool-update
+omf.make
+xmldocs.make

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/roadster/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- ChangeLog	23 Feb 2005 18:29:58 -0000	1.20
+++ ChangeLog	24 Feb 2005 19:38:59 -0000	1.21
@@ -1,3 +1,11 @@
+2005-02-24  Nathan Fredrickson  <nathan at silverorange.com>
+	
+	* po/roadster.pot: Removed, this is generated.
+	* po/POTFILES.in: Add glade file to the translatable files.
+	* data/.cvsignore: Added.
+	* .cvsignore: Add some more build files.
+	* configure.ac: Look for MySQL in given prefix before $PATH.
+
 2005-02-23  Ian McIntosh  <ian_mcintosh at linuxadvocate.org>
 	
 	* data/Makefile.am: Added.

Index: configure.ac
===================================================================
RCS file: /cvs/cairo/roadster/configure.ac,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- configure.ac	23 Feb 2005 18:29:58 -0000	1.2
+++ configure.ac	24 Feb 2005 19:38:59 -0000	1.3
@@ -83,7 +83,7 @@
     [ MYSQL_PREFIX=$with_mysql ],
     [ MYSQL_PREFIX=/usr ])
 
-AC_PATH_PROG(mysqlconfig,mysql_config,,[$PATH:$MYSQL_PREFIX/bin])
+AC_PATH_PROG(mysqlconfig,mysql_config,,[$MYSQL_PREFIX/bin:$PATH])
 if test [ -z "$mysqlconfig" ]
 then
     AC_MSG_ERROR([mysql_config executable not found: MySQL 4.1.0 or greater is required.])




More information about the cairo-commit mailing list