[svn-commits] tilghman: branch 1.6.2 r268128 - in /branches/1.6.2: ./ configure configure.ac

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jun 4 15:43:31 CDT 2010


Author: tilghman
Date: Fri Jun  4 15:43:27 2010
New Revision: 268128

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

................
  r268127 | tilghman | 2010-06-04 15:42:27 -0500 (Fri, 04 Jun 2010) | 9 lines
  
  Merged revisions 268126 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r268126 | tilghman | 2010-06-04 15:41:24 -0500 (Fri, 04 Jun 2010) | 2 lines
    
    AC_CONFIG_SUBDIRS has a bad side-effect on cross-compiles.
  ........
................

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/configure
    branches/1.6.2/configure.ac

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

Modified: branches/1.6.2/configure.ac
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/configure.ac?view=diff&rev=268128&r1=268127&r2=268128
==============================================================================
--- branches/1.6.2/configure.ac (original)
+++ branches/1.6.2/configure.ac Fri Jun  4 15:43:27 2010
@@ -9,9 +9,6 @@
 AC_PREREQ(2.60)
 
 AC_INIT([asterisk], [1.6.2], [https://issues.asterisk.org])
-
-# Allow the --help=recursive option to function correctly
-AC_CONFIG_SUBDIRS([menuselect])
 
 # cross-compile macros
 AC_CANONICAL_BUILD




More information about the svn-commits mailing list