diff ChangeLog @ 89:82459c7db185 numpyconf

Make NumPy default. Rework configure script. Check for Numeric extentions for Python.
author David <david@stacey>
date Thu, 24 Sep 2009 20:22:08 +0200
parents 834c2c1ac28e
children 935d69473ebd
line wrap: on
line diff
--- a/ChangeLog	Thu Sep 24 19:22:47 2009 +0200
+++ b/ChangeLog	Thu Sep 24 20:22:08 2009 +0200
@@ -1,3 +1,10 @@
+2009-09-24  David Grundberg  <individ@acc.umu.se>
+
+	* configure.ac: Make NumPy default. Replace --enable flags with
+	--with-type flags. Rework output. 
+	* m4/ax_python_numeric.m4 (AX_PYTHON_NUMERIC): Check for Numeric
+	extentions for Python.
+
 2009-09-24  David Grundberg  <individ@acc.umu.se>
 
 	* m4/ax_python_numpy.m4 (AX_PYTHON_NUMPY): Restore CPPFLAGS.