[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, cmake, updated. 5c5a827839987b36fc8f0fc3
From: |
Juergen Kahrs |
Subject: |
[gawk-diffs] [SCM] gawk branch, cmake, updated. 5c5a827839987b36fc8f0fc3003d745d0923814b |
Date: |
Tue, 30 Apr 2013 16:57:51 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, cmake has been updated
via 5c5a827839987b36fc8f0fc3003d745d0923814b (commit)
from b6a5e7aa9d0e8b125fc885168f9a8b63bc0f7758 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=5c5a827839987b36fc8f0fc3003d745d0923814b
commit 5c5a827839987b36fc8f0fc3003d745d0923814b
Author: Juergen Kahrs <address@hidden>
Date: Tue Apr 30 18:57:40 2013 +0200
Extension readdir can now be built; now the extensions are complete.
diff --git a/cmake/configure.cmake b/cmake/configure.cmake
index 7bc27be..642b15e 100644
--- a/cmake/configure.cmake
+++ b/cmake/configure.cmake
@@ -277,6 +277,7 @@ DefineLibraryIfAvailable(c socket "" HAVE_SOCKETS)
DefineFunctionIfAvailable(fnmatch HAVE_FNMATCH)
DefineHFileIfAvailable(fnmatch.h HAVE_FNMATCH_H)
DefineHFileIfAvailable(dirent.h HAVE_DIRENT_H)
+DefineFunctionIfAvailable(dirfd HAVE_DIRFD)
DefineFunctionIfAvailable(getdtablesize HAVE_GETDTABLESIZE)
DefineFunctionIfAvailable(select HAVE_SELECT)
DefineFunctionIfAvailable(gettimeofday HAVE_GETTIMEOFDAY)
-----------------------------------------------------------------------
Summary of changes:
cmake/configure.cmake | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, cmake, updated. 5c5a827839987b36fc8f0fc3003d745d0923814b,
Juergen Kahrs <=