summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-12-29 10:29:11 -0500
committerGaetan Nadon <memsize@videotron.ca>2010-12-29 10:29:11 -0500
commita3cd6694c31e21226d9b5a707fec7c5aea4a67e2 (patch)
treebf87e8073c0efaa72e8d4feda2b0f171091cad0b
parentb2f32dcacb262014c2b6a87ffecce8026a295c89 (diff)
config: upgrade Autoconf initialization section
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac11
1 files changed, 5 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index fc1bcfb..3f7dd77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
-# -*- Autoconf -*-
-# Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.53)
-AC_INIT([xrestop], 0.4, [mallum@handhelds.org])
-AC_CONFIG_SRCDIR([xrestop.c])
+# Initialize Autoconf
+AC_PREREQ([2.60])
+AC_INIT([xrestop], [0.0.4],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xrestop])
+AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE()
AM_MAINTAINER_MODE
@@ -11,7 +11,6 @@ AM_MAINTAINER_MODE
m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.2)
XORG_CWARNFLAGS
-AM_CONFIG_HEADER([config.h])
# Checks for programs.
AC_PROG_CC