From 4bf94515486a811f32590c2b0e03ff207cb965a6 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Jun 12 2010 17:42:40 +0000 Subject: Define PACKAGE_URL. 2010-06-12 Miloslav Trmač * configure.ac: Define PACKAGE_URL. --- diff --git a/ChangeLog b/ChangeLog index 9eb95c4..317323d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-06-12 Miloslav Trmač + + * configure.ac: Define PACKAGE_URL. + 2010-03-23 Miloslav Trmač * configure.ac: Release 2.10.1. diff --git a/configure.ac b/configure.ac index 9f8743e..27f672c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([tmpwatch], [2.10.1], [https://fedorahosted.org/tmpwatch/]) -AC_PREREQ([2.63]) +AC_INIT([tmpwatch], [2.10.1], [https://fedorahosted.org/tmpwatch/], , + [https://fedorahosted.org/tmpwatch/]) +AC_PREREQ([2.63b]) AC_CONFIG_SRCDIR([tmpwatch.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([admin])