[geany/geany] 0592b4: Autotools: enable Automake warnings

Colomban Wendling git-noreply at xxxxx
Tue Dec 17 14:41:22 UTC 2013


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Tue, 17 Dec 2013 14:41:22 UTC
Commit:      0592b4410cd24eaad3ebb6547620dbc0b8b4d1c1
             https://github.com/geany/geany/commit/0592b4410cd24eaad3ebb6547620dbc0b8b4d1c1

Log Message:
-----------
Autotools: enable Automake warnings


Modified Paths:
--------------
    configure.ac

Modified: configure.ac
3 files changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -6,7 +6,7 @@ AC_INIT([Geany], [1.24],
 AC_CONFIG_SRCDIR([src/geany.h])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.11 parallel-tests])
+AM_INIT_AUTOMAKE([1.11 -Wall parallel-tests])
 AC_CONFIG_HEADERS([config.h])
 
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
@@ -23,6 +23,7 @@ fi
 # why do we use this?
 AC_USE_SYSTEM_EXTENSIONS
 
+m4_ifdef([AM_PROG_AR],[AM_PROG_AR])
 AC_PROG_CC
 AC_PROG_CC_C99
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list