The following commit has been merged in the master branch:
commit 895059d2a3b7a7707f0a7f09dae4d3b5503cc68e
Author: Guillem Jover <[email protected]>
Date:   Wed Sep 23 03:27:16 2009 +0200

    Rename autoconf auxiliary directory from config to build-aux
    
    Makes the directory name less confusing.

diff --git a/.gitignore b/.gitignore
index 2488acb..4d48623 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,8 +8,8 @@ Makefile.in
 
 # Top dir ignores
 autom4te.cache/
+build-aux/
 build-tree/
-config/
 ABOUT-NLS
 ChangeLog
 INSTALL
diff --git a/configure.ac b/configure.ac
index 0cc4a07..d0c3e3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.60)
 AC_INIT([dpkg], [1.15.5~], [[email protected]])
 AC_CONFIG_SRCDIR([lib/dpkg/dpkg.h])
 AC_CONFIG_MACRO_DIR([m4])
-AC_CONFIG_AUX_DIR([config])
+AC_CONFIG_AUX_DIR([build-aux])
 
 AC_USE_SYSTEM_EXTENSIONS
 DPKG_ARCHITECTURE

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to