comparison ChangeLog @ 10029:3b2f81d5a6dc

use gnulib modules for fstat, lstat, and stat
author John W. Eaton <jwe@octave.org>
date Sat, 26 Dec 2009 00:07:01 -0500
parents 0f312e11957e
children 0cabc95f0833
comparison
equal deleted inserted replaced
10028:52a248732bb6 10029:3b2f81d5a6dc
1 2009-12-26 John W. Eaton <jwe@octave.org>
2
3 * bootstrap.conf (gnulib_modules): Include fstat, lstat, and
4 stat in the list.
5 * configure.ac: Don't check for fstat, lstat, or stat.
6
1 2009-12-25 John W. Eaton <jwe@octave.org> 7 2009-12-25 John W. Eaton <jwe@octave.org>
2 8
3 * bootstrap.conf (gnulib_modules): Include mkdir in the list. 9 * bootstrap.conf (gnulib_modules): Include mkdir in the list.
4 * configure.ac: Don't check for mkdir. 10 * configure.ac: Don't check for mkdir.
5 Don't call OCTAVE_MKDIR_TAKES_ONE_ARG. 11 Don't call OCTAVE_MKDIR_TAKES_ONE_ARG.