[tracker/tracker-0.8] Added -Wno-portability to AM_INIT_AUTOMAKE



commit e4c0cce34d0da04c934f3e98c3c0c31ef90a579d
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Wed Jun 30 09:30:47 2010 +0200

    Added -Wno-portability to AM_INIT_AUTOMAKE
    
     * This option is already used in the gnome-autogen.sh, so there shouldn't be
       any problem in adding it also in our automake initialization. This change
       will avoid portability warnings when re-compiling the project after some
       Makefile.am changes (the option from gnome-autogen.sh only applies to the
       first bootstrap).

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ef6488a..48a7c0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ AC_CONFIG_SRCDIR([src/tracker-store/tracker-main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
 
-AM_INIT_AUTOMAKE([no-define tar-ustar])
+AM_INIT_AUTOMAKE([no-define tar-ustar -Wno-portability])
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]