From 13a717eb9231295529ec57c6177f963df9929048 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 17 Feb 2006 02:00:25 +0000 Subject: [PATCH] Move auxiliary autotools scripts to config/. --- ChangeLog | 5 +++++ configure.ac | 1 + debian/changelog | 7 +++++++ 3 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7f49fec1..eb471627 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-17 Guillem Jover + + * configure.ac: Use AC_CONFIG_AUX_DIR to move auxiliary scripts to + config/. + 2006-02-16 Frank Lichtenheld * configure.ac: Bump version to 1.13.16~ diff --git a/configure.ac b/configure.ac index 2de8da7f..1262b8a5 100644 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,7 @@ AC_PREREQ(2.59) AC_INIT([dpkg], [1.13.16~], [debian-dpkg@lists.debian.org]) AC_CONFIG_SRCDIR([lib/dpkg.h]) AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_SYSTEM AC_GNU_SOURCE diff --git a/debian/changelog b/debian/changelog index 9239e5df..195a0bec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dpkg (1.13.16~) UNRELEASED; urgency=low + + [ Guillem Jover ] + * Move auxiliary autotools scripts to config/. + + -- Guillem Jover Fri, 17 Feb 2006 03:52:59 +0200 + dpkg (1.13.15) unstable; urgency=low [ Guillem Jover ] -- 2.39.5