[svn-commits] qwell: branch 1.6.1 r259850 - in /branches/1.6.1: ./ configure configure.ac

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


Author: qwell
Date: Wed Apr 28 15:33:41 2010
New Revision: 259850

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=259850
Log:
Merged revisions 259848 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
  r259848 | qwell | 2010-04-28 15:32:14 -0500 (Wed, 28 Apr 2010) | 9 lines
  
  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:
    branches/1.6.1/   (props changed)
    branches/1.6.1/configure
    branches/1.6.1/configure.ac

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/configure.ac
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/configure.ac?view=diff&rev=259850&r1=259849&r2=259850
==============================================================================
--- branches/1.6.1/configure.ac (original)
+++ branches/1.6.1/configure.ac Wed Apr 28 15:33:41 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