[svn-commits] tilghman: trunk r268127 - in /trunk: ./ configure configure.ac

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


Author: tilghman
Date: Fri Jun  4 15:42:27 2010
New Revision: 268127

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=268127
Log:
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:
    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=268127&r1=268126&r2=268127
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Fri Jun  4 15:42:27 2010
@@ -9,9 +9,6 @@
 AC_PREREQ(2.60)
 
 AC_INIT([asterisk], [trunk], [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