comparison 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
comparison
equal deleted inserted replaced
9988:76cf4aec34e9 9989:d36f8c473dff
1 2009-12-15 John W. Eaton <jwe@octave.org>
2
3 * README.MSVC: Delete section about obtaining glob library.
4 * bootstrap.conf (gnulib_modules): Add fnmatch and glob to the list.
5 * common.mk (LIBGLOB): Delete variable.
6 (do_subst_config_vals): Don't substitute it.
7 * octave-bug.in, octave-bug.cc.in: Eliminate LIBGLOB variable.
8 * configure.ac: Don't check for glob.h or the glob and fnmatch
9 functions. Eliminate LIBGLOB variable.
10
1 2009-12-11 Rik <octave@nomad.inbox5.com> 11 2009-12-11 Rik <octave@nomad.inbox5.com>
2 12
3 * HACKING: Elaborate which DIRNAME to use for --gnulib-srcdir option. 13 * HACKING: Elaborate which DIRNAME to use for --gnulib-srcdir option.
4 14
5 2009-12-11 John W. Eaton <jwe@octave.org> 15 2009-12-11 John W. Eaton <jwe@octave.org>