summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-12-26 23:16:28 +0000
committerChris Wilson <chris+github@qwirx.com>2014-12-26 23:16:28 +0000
commitbedcb57939ac82910157e6b89f87a3b839b63ad7 (patch)
treed2a1616b9733c1f5034090f0209d58087026bb31 /configure.ac
parentfa4e3cc1c04dc59dad03be617a3bd31855df8e05 (diff)
Move GNU autoconf tools into infrastructure directory.
Add install-sh script, needed by AC_CONFIG_SUBDIRS for some reason.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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