[gnome-blog] Modernize configure.in a bit
- From: Olav Vitters <ovitters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-blog] Modernize configure.in a bit
- Date: Mon, 8 Mar 2010 22:41:56 +0000 (UTC)
commit eec3b9011675a8275122ce7b7a3c7680389b8bb7
Author: Olav Vitters <olav bkor dhs org>
Date: Mon Mar 8 23:41:41 2010 +0100
Modernize configure.in a bit
configure.in | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index 44cd75d..cc92479 100644
--- a/configure.in
+++ b/configure.in
@@ -1,10 +1,13 @@
-AC_INIT(blog_applet.py)
+AC_PREREQ([2.57])
+AC_INIT([gnome-blog], [0.9.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-blog],[gnome-blog],[http://projects.gnome.org/gnome-blog/])
+AM_INIT_AUTOMAKE([1.10 dist-bzip2 no-dist-gzip])
-AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gnome-blog, 0.9.2)
+AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
AC_PATH_PROG(GCONFTOOL, gconftool-2)
AM_GCONF_SOURCE_2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]