gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Jun 3 13:13:23 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/c140563e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/727348ef (commit)
	from  https://github.com/Gnucash/gnucash/commit/17065160 (commit)



commit c140563e107aba266ef70b14a52d4ba53145b72e
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 3 10:12:42 2019 -0700

    Typedef GNCSearchOwnerPrivate only once.

commit 727348eff38c38c774789ecf93a540f5565b38cf
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Jun 3 11:14:17 2019 +0200

    Restructure shell detection code
    
    It will now first check for an environment variable GNC_SHELL and use
    that if it exists. Then hardcode a shell if cmake detects the old
    mingw environment (not mingw64), and finally fall back to cmake's
    built-in method of finding bash.
    This requires a fix in gnucash-on-osx for the build on that platform
    to continue to work: on that platform, we should set GNC_SHELL
    before starting the build. A patch has been submitted to do that
    automatically for the user.



Summary of changes:
 CMakeLists.txt               | 25 +++++++++++++++++--------
 gnucash/gnome/search-owner.c |  2 --
 po/POTFILES.in               |  2 ++
 3 files changed, 19 insertions(+), 10 deletions(-)



More information about the gnucash-patches mailing list