diff ChangeLog @ 9989:d36f8c473dff

use glob and fnmatch from gnulib
author John W. Eaton <jwe@octave.org>
date Tue, 15 Dec 2009 14:27:18 -0500
parents 711aa22ff83d
children e93c9bfff8b8
line wrap: on
line diff
--- a/ChangeLog	Tue Dec 15 13:07:05 2009 +0100
+++ b/ChangeLog	Tue Dec 15 14:27:18 2009 -0500
@@ -1,3 +1,13 @@
+2009-12-15  John W. Eaton  <jwe@octave.org>
+
+	* README.MSVC: Delete section about obtaining glob library.
+	* bootstrap.conf (gnulib_modules): Add fnmatch and glob to the list.
+	* common.mk (LIBGLOB): Delete variable.
+	(do_subst_config_vals): Don't substitute it.
+	* octave-bug.in, octave-bug.cc.in: Eliminate LIBGLOB variable.
+	* configure.ac: Don't check for glob.h or the glob and fnmatch
+	functions.  Eliminate LIBGLOB variable.
+
 2009-12-11  Rik <octave@nomad.inbox5.com>
 
 	* HACKING: Elaborate which DIRNAME to use for --gnulib-srcdir option.