gnucash-docs master: Fix scrollkeeper detection

John Ralls jralls at code.gnucash.org
Sun Mar 30 13:04:32 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/47c4a89f (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/fbde1bbf (commit)



commit 47c4a89f346fcff8ca7d80bc216a575fa09c66c6
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Mar 30 09:59:38 2014 -0700

    Fix scrollkeeper detection
    
    Use AC_ARG_WITH instead of AC_ARG_ENABLE, a more correct choice. Default
    behavior now will use Scrollkeeper (or Rarian-compat) if it's available,
    won't even try if --without-scrollkeeper is passed to configure, and
    will error out if --with-scrollkeeper is passed but scrollkeeper-config
    isn't found.



Summary of changes:
 configure.ac | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)



More information about the gnucash-patches mailing list