From 895059d2a3b7a7707f0a7f09dae4d3b5503cc68e Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 23 Sep 2009 03:27:16 +0200 Subject: Rename autoconf auxiliary directory from config to build-aux Makes the directory name less confusing. --- .gitignore | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2488acbfc..4d48623c6 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 0cc4a07cf..d0c3e3d4e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) AC_INIT([dpkg], [1.15.5~], [debian-dpkg@lists.debian.org]) 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 -- cgit v1.2.3