diff options
author | Guillem Jover <guillem@debian.org> | 2009-09-23 03:27:16 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2009-09-23 15:09:53 +0200 |
commit | 895059d2a3b7a7707f0a7f09dae4d3b5503cc68e (patch) | |
tree | 06c3081bb0c4ea1b8b5dcc1ae142eff045258129 | |
parent | c14a29ae99a9b24a3d6e23d2a50b402d844b8583 (diff) | |
download | dpkg-895059d2a3b7a7707f0a7f09dae4d3b5503cc68e.tar.gz |
Rename autoconf auxiliary directory from config to build-aux
Makes the directory name less confusing.
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | 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 |