aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-28 20:32:14 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-28 20:32:14 +0000
commit3ef5627157f3634ba3b9106de3e125add762ffc3 (patch)
tree69bd6692cd07a8596bbedf119b1c899e667b759c /configure.ac
parentd2c5e58186e374ba364e8fa9a2e41d282d261e35 (diff)
Merged revisions 259847 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r259847 | qwell | 2010-04-28 15:30:21 -0500 (Wed, 28 Apr 2010) | 1 line 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/trunk@259848 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 31acc3630..232a37346 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,6 +17,8 @@ AC_CANONICAL_HOST
# check existence of the package
AC_CONFIG_SRCDIR([main/asterisk.c])
+AC_CONFIG_AUX_DIR(`pwd`)
+
AC_COPYRIGHT("Asterisk")
AC_REVISION($Revision$)