[giggle] Fix configure.ac



commit 5e89d3344c9dda0863c061abf88abcc5594347a3
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Jan 22 03:08:53 2010 +0100

    Fix configure.ac
    
    Not use no-define automake option and define GLIB_MKENUMS

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4ac8bc4..c74394a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.10 check-news no-define -Wall -Werror])
+AM_INIT_AUTOMAKE([1.10 check-news -Wall -Werror])
 # Support silent build rules, requires at least automake-1.11. Disable
 # by either passing --disable-silent-rules to configure or passing V=1
 # to make
@@ -27,6 +27,7 @@ GNOME_COMPILE_WARNINGS([maximum])
 GNOME_CXX_WARNINGS
 
 AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
+AC_PATH_PROG(GLIB_MKENUMS, glib-mkenums)
 
 AC_SUBST([LIBGIGGLE_ABI],     [0:0:0])
 AC_SUBST([LIBGIGGLE_GIT_ABI], [0:0:0])



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