[grisbi-cvs] [git push]Grisbi branch master updated. upstream_version_1_1_1-223-g1511669
Ludovic Rousseau
noreply at sourceforge.net
Thu Nov 7 20:39:52 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 1511669b715afdf04e535d9afddc2a2e071f92ca (commit)
from f6dbfc778abcc0c1fa81a6f95f979be5a9b67620 (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 1511669b715afdf04e535d9afddc2a2e071f92ca
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date: Thu Nov 7 20:39:29 2013 +0100
Use AS_HELP_STRING instead of AC_HELP_STRING
AC_HELP_STRING is deprecated since autoconf 2.x
See https://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node/Obsolete-Macros.html
diff --git a/configure.ac b/configure.ac
index 635d944..76e37e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -196,7 +196,7 @@ dnl WError support
dnl ================================================================
AC_ARG_ENABLE(werror,
- [AC_HELP_STRING([--enable-werror],
+ [AS_HELP_STRING([--enable-werror],
[Treates warning as errors (default=no)])],,
enable_werror=no)
if test "x$enable_werror" = xyes ; then
@@ -213,7 +213,7 @@ dnl NoOptim support
dnl ================================================================
AC_ARG_ENABLE(nooptim,
- [AC_HELP_STRING([--enable-nooptim],
+ [AS_HELP_STRING([--enable-nooptim],
[Outputs a summary of memory usage when grisbi terminates (default=no)])],,
enable_nooptim=no)
if test "x$enable_nooptim" = xyes ; then
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Grisbi
More information about the cvs
mailing list