aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-28 20:30:21 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-28 20:30:21 +0000
commit422104dc29cc3e3fde9ca4f01b551d58ea180645 (patch)
treee0d4c0872a82a72b1ae47a9fde4b4f61ca32bf56 /configure.ac
parent7c1ca81900a27e62f523a5c4988a64936886f172 (diff)
Add AC_CONFIG_AUX_DIR to configure script, so systems without install can use install-sh from our source dir.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@259847 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 30cf48960..61880c22a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,8 @@ AC_CANONICAL_HOST
# check existence of the package
AC_CONFIG_SRCDIR([main/asterisk.c])
+AC_CONFIG_AUX_DIR(`pwd`)
+
# specify output header file
AC_CONFIG_HEADER(include/asterisk/autoconfig.h)