gnucash unstable: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sat Dec 23 08:27:41 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/ddfd38d8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f11eab36 (commit)
	from  https://github.com/Gnucash/gnucash/commit/19412de2 (commit)



commit ddfd38d8c3bb0fa04bd7d88fce49b09dd30b8767
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Dec 22 20:31:35 2017 +0100

    Remove cmake hoop to change file permissions
    
    As we are using cmake's own configure_file command, it will just copy
    the permissions of the input file, which is what we want here.

commit f11eab36d9a2e9d844a549e8a64cf356c8b4858f
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Dec 21 17:54:49 2017 +0100

    Replace GNC_CONFIGURE(2) with configure_file



Summary of changes:
 CMakeLists.txt                                     |  1 -
 Makefile.am                                        |  8 +---
 bindings/python/tests/Makefile.am                  |  7 +---
 bindings/python/tests/runTests.py.in               |  2 +-
 cmake/CMakeLists.txt                               | 27 -------------
 common/Makefile.am                                 |  1 -
 common/cmake_modules/CMakeLists.txt                |  4 +-
 common/cmake_modules/GncAddGSchemaTargets.cmake    | 40 ++++++++++----------
 common/cmake_modules/GncConfigure.cmake            | 44 ----------------------
 doc/Makefile.am                                    | 28 +++++---------
 doc/README.build-system                            | 10 ++---
 doc/gnucash.1.in                                   |  2 +-
 gnucash/CMakeLists.txt                             | 32 +++++++++++++---
 gnucash/Makefile.am                                |  8 ++--
 gnucash/environment.in                             |  8 ++--
 gnucash/gnome-utils/gschemas/CMakeLists.txt        |  4 +-
 gnucash/gnome/gschemas/CMakeLists.txt              |  7 +---
 gnucash/gnucash-valgrind.in                        |  4 +-
 gnucash/import-export/aqb/gschemas/CMakeLists.txt  |  7 ++--
 .../import-export/csv-exp/gschemas/CMakeLists.txt  |  4 +-
 .../import-export/csv-imp/gschemas/CMakeLists.txt  |  4 +-
 gnucash/import-export/gschemas/CMakeLists.txt      |  4 +-
 gnucash/import-export/ofx/gschemas/CMakeLists.txt  |  4 +-
 .../import-export/qif-imp/gschemas/CMakeLists.txt  |  4 +-
 libgnucash/core-utils/CMakeLists.txt               |  2 +-
 libgnucash/core-utils/Makefile.am                  | 16 +++-----
 libgnucash/core-utils/gncla-dir.h.in               | 12 +++---
 libgnucash/doc/Makefile.am                         |  6 +--
 libgnucash/doc/doxygen.cfg.in                      |  8 ++--
 libgnucash/quotes/CMakeLists.txt                   | 25 ++----------
 libgnucash/quotes/Makefile.am                      | 16 +++-----
 libgnucash/quotes/gnc-fq-check.in                  |  2 +-
 libgnucash/quotes/gnc-fq-helper.in                 |  2 +-
 libgnucash/quotes/gnc-fq-update.in                 |  2 +-
 libgnucash/scm/CMakeLists.txt                      | 11 +-----
 libgnucash/scm/Makefile.am                         |  8 +---
 libgnucash/scm/build-config.scm.in                 |  4 +-
 make-gnucash-potfiles.in                           | 10 ++---
 38 files changed, 136 insertions(+), 252 deletions(-)
 delete mode 100644 common/cmake_modules/GncConfigure.cmake



More information about the gnucash-patches mailing list