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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 26 16:18:21 CDT 2010


Author: tilghman
Date: Mon Jul 26 16:18:17 2010
New Revision: 279609

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=279609
Log:
Dunno why this worked on my machine, but it works better this way.

Modified:
    branches/1.6.2/configure
    branches/1.6.2/configure.ac

Modified: branches/1.6.2/configure.ac
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/configure.ac?view=diff&rev=279609&r1=279608&r2=279609
==============================================================================
--- branches/1.6.2/configure.ac (original)
+++ branches/1.6.2/configure.ac Mon Jul 26 16:18:17 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 svn-commits mailing list