[libgdata] build: Clean up configure.ac
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] build: Clean up configure.ac
- Date: Thu, 26 Aug 2010 20:04:59 +0000 (UTC)
commit f5e351ccb68a281f6405222522539e77c976bb05
Author: Philip Withnall <philip tecnocode co uk>
Date: Thu Aug 26 20:58:54 2010 +0100
build: Clean up configure.ac
Remove deprecated and unnecessary macros from configure.ac, as suggested by
running `autoupdate`.
configure.ac | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c940826..6983553 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_PREREQ(2.63)
+AC_PREREQ(2.65)
# Release version
m4_define(gdata_version_major, 0)
@@ -10,8 +10,7 @@ m4_define(gdata_version_micro, 0)
m4_define(gdata_api_version_major, 0)
m4_define(gdata_api_version_minor, 0)
-AC_INIT([libgdata],[gdata_version_major.gdata_version_minor.gdata_version_micro],[https://bugzilla.gnome.org/enter_bug.cgi?product=libgdata],
- [libgdata],[http://live.gnome.org/libgdata])
+AC_INIT([libgdata],[gdata_version_major.gdata_version_minor.gdata_version_micro],[https://bugzilla.gnome.org/enter_bug.cgi?product=libgdata],[libgdata],[http://live.gnome.org/libgdata])
AC_CONFIG_SRCDIR([gdata/gdata.h])
AC_CONFIG_HEADERS([config.h])
@@ -109,10 +108,8 @@ AM_CONDITIONAL(GCOV_ENABLED, test x$enable_gcov = xyes)
AC_MSG_RESULT($enable_gcov)
# General GNOME macros
-GNOME_COMMON_INIT
GNOME_DEBUG_CHECK
GNOME_COMPILE_WARNINGS([maximum])
-GNOME_CXX_WARNINGS
GNOME_MAINTAINER_MODE_DEFINES
GOBJECT_INTROSPECTION_CHECK([0.6.7])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]