diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-03 07:13:31 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-03 07:13:31 +0000 |
commit | fcf37d884264f8b24f9f32071c90db178c6ca1f4 (patch) | |
tree | fafceb237403bcc08a82c367bb8b0d14d115dc48 /m4 | |
parent | f85b7c2b0c9d12cf15ce33d98b56d1873f741b74 (diff) | |
download | coreutils-fcf37d884264f8b24f9f32071c90db178c6ca1f4.tar.xz |
Recent changes to save-cwd, openat.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 2e0a31f67..2ecf3b93e 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2004-12-02 Paul Eggert <eggert@cs.ucla.edu> + + * openat.m4 (gl_FUNC_OPENAT): Require + gl_USE_SYSTEM_EXTENSIONS, since Solaris requires __EXTENSIONS__ + to be defined when compiling pedantically. + 2004-12-01 Paul Eggert <eggert@cs.ucla.edu> * hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale |