[cairo-commit] pycairo ChangeLog, 1.188, 1.189 configure.ac, 1.40, 1.41

Steve Chaplin commit at pdx.freedesktop.org
Wed Nov 9 16:45:16 PST 2005


Committed by: stevech1097

Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv3744

Modified Files:
	ChangeLog configure.ac 
Log Message:
'SC'

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- ChangeLog	17 Oct 2005 02:31:30 -0000	1.188
+++ ChangeLog	10 Nov 2005 00:45:14 -0000	1.189
@@ -1,3 +1,8 @@
+2005-11-10  Steve Chaplin  <steve1097 at yahoo.com.au>
+
+	* configure.ac: change AC_INIT to point to pycairo (not cairo)
+	bugzilla. Remove the redundant automake conditional HAVE_NUMPY.
+
 2005-10-17  Steve Chaplin  <steve1097 at yahoo.com.au>
 
 	* INSTALL: add notes for installing get_data patch

Index: configure.ac
===================================================================
RCS file: /cvs/cairo/pycairo/configure.ac,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- configure.ac	17 Oct 2005 02:31:30 -0000	1.40
+++ configure.ac	10 Nov 2005 00:45:14 -0000	1.41
@@ -15,7 +15,7 @@
 
 AC_INIT([pycairo],
 	[pycairo_version],
-	[http://bugs.freedesktop.org/enter_bug.cgi?product=cairo])
+	[http://bugs.freedesktop.org/enter_bug.cgi?product=pycairo])
 
 AC_SUBST(PYCAIRO_VERSION_MAJOR, [pycairo_version_major])
 AC_SUBST(PYCAIRO_VERSION_MINOR, [pycairo_version_minor])
@@ -85,7 +85,6 @@
 if test x$have_numpy = xyes; then
   AC_DEFINE(HAVE_NUMPY, [1], [Define to 1 if Numeric python is found])
 fi
-AM_CONDITIONAL(HAVE_NUMPY, test x$have_numpy = xyes)
 
 # is libsvg-cairo installed?
 PKG_CHECK_MODULES(LIBSVG_CAIRO,



More information about the cairo-commit mailing list