From 422104dc29cc3e3fde9ca4f01b551d58ea180645 Mon Sep 17 00:00:00 2001 From: qwell Date: Wed, 28 Apr 2010 20:30:21 +0000 Subject: 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 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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) -- cgit v1.2.3