summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-20 12:58:09 +0000
committerColin Watson <cjwatson@debian.org>2014-02-20 12:58:09 +0000
commitf6e7947e44accb1edca6a5cb722b90f00ceb7893 (patch)
treedc8d822bf35efc693db04102ec75f3c00a215145 /configure.ac
parent9396caadc5dbb98f7a0932952be15cff8f3428d2 (diff)
Move Autotools auxiliary build files from tools to build-aux.
This keeps man-db's own tools separate, reducing confusion, and "build-aux" is a more conventional location for the Autotools files.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 23512a94..aa792e3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ m4_pattern_forbid([^MAN_])
# Initialise and check we're in the correct directory.
AC_INIT([man-db], [2.6.6], [cjwatson@debian.org])
-AC_CONFIG_AUX_DIR([tools])
+AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 -Wall -Wno-override -Werror foreign dist-xz no-dist-gzip parallel-tests])
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])