From: Jim Meyering Date: Sun, 5 Nov 2000 15:45:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_31~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a46e9f0919cef3290ad6097f73ea13cd68f0845f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 3247036b64..a76758c39a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,9 @@ * Version 4.0.30. + * configure, config.h.in, Makefile.in, etc.: Regenerate using the + very latest version (in CVS) of autoconf. + * src/mkdir.c (main): Use make_dir instead of using mkdir directly. Diagnose as failure when mkdir tries to create (without the --parent (-p) option) a directory that already exists.