gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2394-g6b0eb4


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2394-g6b0eb44
Date: Tue, 27 Dec 2016 20:17:08 +0000 (UTC)

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, master has been updated
       via  6b0eb4454164b49dcc1f5c50696e73526da33aba (commit)
      from  b98e22acc203ec6a96777897adf434e7e278ab6d (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=6b0eb4454164b49dcc1f5c50696e73526da33aba

commit 6b0eb4454164b49dcc1f5c50696e73526da33aba
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Dec 27 22:16:51 2016 +0200

    CMake updates in 'cmake' directory.

diff --git a/cmake/ChangeLog b/cmake/ChangeLog
new file mode 100644
index 0000000..d5e3704
--- /dev/null
+++ b/cmake/ChangeLog
@@ -0,0 +1,12 @@
+2016-12-27         Juergen Kahrs         <address@hidden>
+
+       * configure.cmake: Include po directory.
+
+2014-08-12         Juergen Kahrs <address@hidden>
+
+       (Date is approximate).
+
+       * Toolchain_clang.cmake, Toolchain_generic.cmake,
+       Toolchain_mingw32.cmake, Toolchain_s390.cmake,
+       auk.ico, basictest, configure, configure.cmake,
+       docmaker, package.cmake: New files.
diff --git a/cmake/configure.cmake b/cmake/configure.cmake
index 9a9e128..6e18c7c 100644
--- a/cmake/configure.cmake
+++ b/cmake/configure.cmake
@@ -169,7 +169,7 @@ DefineTypeIfAvailable("_Bool" HAVE__BOOL)
 if (${HAVE_GETTEXT} AND  ${HAVE_DCGETTEXT} AND ${HAVE_LANGINFO_CODESET} AND 
${HAVE_LC_MESSAGES})
   add_definitions(-D LOCALEDIR=\\"/usr/share/locale\\")
   add_definitions(-D ENABLE_NLS)
-  #ADD_SUBDIRECTORY( ${CMAKE_SOURCE_DIR}/po )
+  ADD_SUBDIRECTORY( ${CMAKE_SOURCE_DIR}/po )
 endif()
 DefineHFileIfAvailable(stdbool.h HAVE_STDBOOL_H)
 DefineHFileIfAvailable(sys/wait.h HAVE_SYS_WAIT_H)

-----------------------------------------------------------------------

Summary of changes:
 cmake/ChangeLog       |   12 ++++++++++++
 cmake/configure.cmake |    2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
 create mode 100644 cmake/ChangeLog


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]