diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-14 20:28:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-14 20:28:03 +0000 |
commit | 4468f22968c2be34cf5d365fa6aae6aa4314b62a (patch) | |
tree | a6c388deb1c1d994eb53af11fae6ffae7324a379 | |
parent | eb3dc6a09571ccb166ed5f6bced2f44e3f67837d (diff) | |
download | coreutils-4468f22968c2be34cf5d365fa6aae6aa4314b62a.tar.xz |
*** empty log message ***
-rw-r--r-- | m4/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 6bf4edaa7..0eef355c8 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -3,6 +3,8 @@ * rename.m4: Use temporary directories named conftestdir{,2}, not foo and bar. Create conftestdir/ in the script, not in the C code. Remove directories in the script, not in the C code. + Remove conftestdir{,2} before trying to create the directory. + Make the entire configure script fail if the mkdir fails. 2001-01-02 Volker Borchert <bt@teknon.de> |