From bedcb57939ac82910157e6b89f87a3b839b63ad7 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 26 Dec 2014 23:16:28 +0000 Subject: Move GNU autoconf tools into infrastructure directory. Add install-sh script, needed by AC_CONFIG_SUBDIRS for some reason. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 792efc9b..6f0a8f7e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,7 @@ AC_PREREQ(2.59) AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org],[boxbackup]) AC_CONFIG_SRCDIR([lib/common/Box.h]) +AC_CONFIG_AUX_DIR([infrastructure]) AC_CONFIG_HEADERS([lib/common/BoxConfig.h]) touch install-sh -- cgit v1.2.3