[svn-commits] qwell: trunk r259848 - in /trunk: ./ configure configure.ac

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Apr 28 15:32:18 CDT 2010


Author: qwell
Date: Wed Apr 28 15:32:14 2010
New Revision: 259848

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=259848
Log:
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.
........

Modified:
    trunk/   (props changed)
    trunk/configure
    trunk/configure.ac

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/configure.ac
URL: http://svnview.digium.com/svn/asterisk/trunk/configure.ac?view=diff&rev=259848&r1=259847&r2=259848
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Apr 28 15:32:14 2010
@@ -16,6 +16,8 @@
 
 # check existence of the package
 AC_CONFIG_SRCDIR([main/asterisk.c])
+
+AC_CONFIG_AUX_DIR(`pwd`)
 
 AC_COPYRIGHT("Asterisk")
 AC_REVISION($Revision$)




More information about the svn-commits mailing list