aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorceros7 <ceros7@svn>2010-03-26 21:14:09 +0000
committerceros7 <ceros7@svn>2010-03-26 21:14:09 +0000
commit0776bcd7960bc9d2af08399b3c8f4b5c46625a95 (patch)
treef4d4e077c7d0e99ac0b0ce9a8bda509a49db8ac7 /configure.in
parent85926855162b194565329e61ae59eeaf6616defb (diff)
Use an auxilary directory for build tools and ensure they're not placed in revision control.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28866 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 793af4c100..abe6d81ea3 100644
--- a/configure.in
+++ b/configure.in
@@ -6,6 +6,7 @@ AC_INIT("xbmc", 9.11, http://trac.xbmc.org)
AC_CONFIG_HEADERS([config.h])
AH_TOP([#pragma once])
+AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])
AC_CANONICAL_HOST