ソースを参照

Move auxiliary autotools scripts to config/.

Guillem Jover 20 年 前
コミット
13a717eb92
共有3 個のファイルを変更した13 個の追加0 個の削除を含む
  1. 5 0
      ChangeLog
  2. 1 0
      configure.ac
  3. 7 0
      debian/changelog

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2006-02-17  Guillem Jover  <guillem@debian.org>
+
+	* configure.ac: Use AC_CONFIG_AUX_DIR to move auxiliary scripts to
+	config/.
+
 2006-02-16  Frank Lichtenheld  <djpig@debian.org>
 
 	* configure.ac: Bump version to 1.13.16~

+ 1 - 0
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

+ 7 - 0
debian/changelog

@@ -1,3 +1,10 @@
+dpkg (1.13.16~) UNRELEASED; urgency=low
+
+  [ Guillem Jover ]
+  * Move auxiliary autotools scripts to config/.
+
+ -- Guillem Jover <guillem@debian.org>  Fri, 17 Feb 2006 03:52:59 +0200
+
 dpkg (1.13.15) unstable; urgency=low
 
   [ Guillem Jover ]