Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-04 11:27:01 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-04 11:27:01 (GMT)
commiteb3b080ffa067714d63793eabb15f515beaf7f2e (patch)
treeefae69978b54537bd3e43b9cc1de73ab50c0a60a /configure.ac
parentcd107a6019ddc51a4ecaa42a30433e69bda8d3f9 (diff)
More auto* cleanups
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac
index 0eb439b..7970863 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,6 @@ AC_INIT([olpc-artwork],[0.33],[],[olpc-artwork])
AM_CONFIG_HEADER(config.h)
-# Honor aclocal flags
-ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
-
-AM_MAINTAINER_MODE
-
AM_DISABLE_STATIC
AC_PROG_CC
@@ -27,18 +22,6 @@ PKG_CHECK_MODULES(ENGINE, gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1)
GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0`
AC_SUBST(GTK_VERSION)
-dnl ===========================================================================
-dnl Use lots of warning flags with GCC
-
-WARN_CFLAGS=""
-if test "x$GCC" = "xyes"; then
- WARN_CFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes \
- -Wmissing-prototypes -Wmissing-declarations \
- -Wnested-externs -fno-strict-aliasing"
-fi
-AC_SUBST(WARN_CFLAGS)
-dnl ===========================================================================
-
AM_GLIB_GNU_GETTEXT
AC_OUTPUT([