[grisbi-cvs] [git push]Grisbi branch master updated. upstream_version_1_1_1-224-g85e4052

Ludovic Rousseau noreply at sourceforge.net
Thu Nov 7 20:42:41 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  85e4052fb9e673df5c87de1a0a22574a4a2f1bfc (commit)
      from  1511669b715afdf04e535d9afddc2a2e071f92ca (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 85e4052fb9e673df5c87de1a0a22574a4a2f1bfc
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date:   Thu Nov 7 20:41:32 2013 +0100

    Use LT_INIT instead of AC_PROG_LIBTOOL
    
    AC_PROG_LIBTOOL is deprecated.
    See https://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html
    
    A warning was generated by "autoreconf -vis -Wall"
    configure.ac:29: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
    configure.ac:29: You should run autoupdate.

diff --git a/configure.ac b/configure.ac
index 76e37e1..acb3002 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_PROG_CC
 AC_USE_SYSTEM_EXTENSIONS
 AC_HEADER_STDC
 AM_PROG_AR
-AC_PROG_LIBTOOL
+LT_INIT
 
 dnl needed on osx
 AC_PROG_OBJC

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

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


hooks/post-receive
-- 
Grisbi


More information about the cvs mailing list