[asterisk-commits] tilghman: branch 1.8 r279619 - in /branches/1.8: ./ configure configure.ac

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jul 26 16:20:16 CDT 2010


Author: tilghman
Date: Mon Jul 26 16:20:12 2010
New Revision: 279619

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=279619
Log:
Merged revisions 279609 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r279609 | tilghman | 2010-07-26 16:18:17 -0500 (Mon, 26 Jul 2010) | 2 lines
  
  Dunno why this worked on my machine, but it works better this way.
........

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

Propchange: branches/1.8/
------------------------------------------------------------------------------
--- branch-1.6.2-merged (original)
+++ branch-1.6.2-merged Mon Jul 26 16:20:12 2010
@@ -1,1 +1,1 @@
-/branches/1.6.2:1-279056,279207,279501,279561,279597
+/branches/1.6.2:1-279056,279207,279501,279561,279597,279609

Modified: branches/1.8/configure.ac
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configure.ac?view=diff&rev=279619&r1=279618&r2=279619
==============================================================================
--- branches/1.8/configure.ac (original)
+++ branches/1.8/configure.ac Mon Jul 26 16:20:12 2010
@@ -177,9 +177,9 @@
 AST_CHECK_GNU_MAKE
 
 if test ${ac_cv_GNU_MAKE_VERSION_MAJOR} -gt 2 -a ${ac_cv_GNU_MAKE_VERSION_MINOR} -gt 80; then
-	$LN_S -f sounds/Makefile.381 sounds/Makefile
+	$LN_S -f Makefile.381 sounds/Makefile
 else
-	$LN_S -f sounds/Makefile.380 sounds/Makefile
+	$LN_S -f Makefile.380 sounds/Makefile
 fi
 
 AC_CHECK_TOOLS([STRIP], [strip gstrip], :)




More information about the asterisk-commits mailing list