]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Dunno why this worked on my machine, but it works better this way.
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 26 Jul 2010 21:18:17 +0000 (21:18 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 26 Jul 2010 21:18:17 +0000 (21:18 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@279609 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configure
configure.ac

index 1c1af504545d07a784238da6fdf8aa89d1ce8b66..1d0ae07c28501258b9ee10015e7bec844b2117ca 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 278986 .
+# From configure.ac Revision: 279561 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for asterisk 1.6.2.
 #
@@ -6713,9 +6713,9 @@ GNU_MAKE=$ac_cv_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
 
 if test -n "$ac_tool_prefix"; then
index 84aaf8ab06fa3b33cce1b19b68623736d2ba4a95..4fdc83316786e5a35ba0773f6861f935953b2f6f 100644 (file)
@@ -177,9 +177,9 @@ AC_PROG_RANLIB
 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], :)