[giggle] [configure] Clean some unneded checks



commit 7f45f0b96dc0ea826986e5ceaf46f0ccb7a06cf1
Author: Javier Jardón <jjardon gnome org>
Date:   Thu Feb 4 00:48:06 2010 +0100

    [configure] Clean some unneded checks

 autogen.sh   |    1 -
 configure.ac |    7 +------
 2 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index cc90dfe..5222d21 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,6 @@ srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
 PKG_NAME="giggle"
-REQUIRED_AUTOMAKE_VERSION=1.10
 
 (test -f $srcdir/configure.ac) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
diff --git a/configure.ac b/configure.ac
index d67263e..0a4756e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,10 +25,9 @@ AC_PROG_CXX
 LT_PREREQ([2.2.6])
 LT_INIT([disable-static win32-dll])
 
-GNOME_COMMON_INIT
 GNOME_MAINTAINER_MODE_DEFINES
 GNOME_COMPILE_WARNINGS([maximum])
-GNOME_CXX_WARNINGS
+GNOME_CXX_WARNINGS([yes])
 
 AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
 AC_PATH_PROG(GLIB_MKENUMS, glib-mkenums)
@@ -165,10 +164,6 @@ fi
 
 dnl -----------------------------------------------------------
 
-dnl This will cause the automake generated makefiles to pass the
-dnl correct flags to aclocal.
-ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
-AC_SUBST(ACLOCAL_AMFLAGS)
 
 AC_CONFIG_FILES([
         Makefile



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