[grisbi-cvs] [git push]Grisbi branch master updated. upstream_version_1_1_1-225-g2f81f84

Ludovic Rousseau noreply at sourceforge.net
Thu Nov 7 20:56:49 CET 2013


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 "Grisbi".

The branch, master has been updated
       via  2f81f845d62b58ccfe86cd15e33568d43dbb4899 (commit)
      from  85e4052fb9e673df5c87de1a0a22574a4a2f1bfc (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://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit 2f81f845d62b58ccfe86cd15e33568d43dbb4899
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date:   Thu Nov 7 20:55:21 2013 +0100

    Fix the auxiliary build tools directory
    
    The piece of code used to automatically find the install-sh was bogus in
    my case.

diff --git a/configure.ac b/configure.ac
index acb3002..732ce55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,7 @@ AC_INIT([grisbi],[grisbi_version],[http://grisbi.tuxfamily.org/mantis/login_sele
 AC_CONFIG_SRCDIR(src/main.c)
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR(.)
 
 AC_DEFINE(GRISBI_MAJOR_VERSION, grisbi_major_version, [grisbi major version])
 AC_SUBST(GRISBI_MAJOR_VERSION, grisbi_major_version)

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

Summary of changes:
 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Grisbi


More information about the cvs mailing list