From 897eb63a92c25b1c0984a983674ef1043842a26a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 2 Oct 2011 23:29:11 +0100 Subject: [PATCH 3/5] configure.ac: Use the new autoconf field to set the project webpage --- autogen.sh | 2 +- configure.ac | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/autogen.sh b/autogen.sh index b2b680a..636710b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -18,7 +18,7 @@ # along with systemd; If not, see . AM_VERSION=1.11 -AC_VERSION=2.63 +AC_VERSION=2.64 run_versioned() { local P diff --git a/configure.ac b/configure.ac index 61fcaa8..b96d997 100644 --- a/configure.ac +++ b/configure.ac @@ -15,9 +15,14 @@ # You should have received a copy of the GNU General Public License # along with systemd; If not, see . -AC_PREREQ(2.63) +AC_PREREQ([2.64]) + +AC_INIT([systemd], + [36], + [https://bugs.freedesktop.org/enter_bug.cgi?product=systemd], + [systemd], + [http://www.freedesktop.org/wiki/Software/systemd]) -AC_INIT([systemd],[36],[systemd-devel@lists.freedesktop.org]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) @@ -26,8 +31,6 @@ AC_SYS_LARGEFILE AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax subdir-objects dist-bzip2]) -AC_SUBST(PACKAGE_URL, [http://www.freedesktop.org/wiki/Software/systemd]) - AC_CANONICAL_HOST AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.]) AS_IF([test "x$host_cpu" = "xmips" || test "x$host_cpu" = "xmipsel" || -- 1.7.5.4