[asterisk-commits] qwell: branch 1.4 r259847 - in /branches/1.4: configure configure.ac
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Apr 28 15:30:24 CDT 2010
Author: qwell
Date: Wed Apr 28 15:30:21 2010
New Revision: 259847
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=259847
Log:
Add AC_CONFIG_AUX_DIR to configure script, so systems without install can use install-sh from our source dir.
Modified:
branches/1.4/configure
branches/1.4/configure.ac
Modified: branches/1.4/configure.ac
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/configure.ac?view=diff&rev=259847&r1=259846&r2=259847
==============================================================================
--- branches/1.4/configure.ac (original)
+++ branches/1.4/configure.ac Wed Apr 28 15:30:21 2010
@@ -10,6 +10,8 @@
# 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)
More information about the asterisk-commits
mailing list