From: Tilghman Lesher Date: Mon, 26 Jul 2010 21:18:17 +0000 (+0000) Subject: Dunno why this worked on my machine, but it works better this way. X-Git-Tag: 1.6.2.12-rc1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=478877ac86d05fcb3f85e9fa2f339a0fa21d1110;p=thirdparty%2Fasterisk.git Dunno why this worked on my machine, but it works better this way. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@279609 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configure b/configure index 1c1af50454..1d0ae07c28 100755 --- 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 diff --git a/configure.ac b/configure.ac index 84aaf8ab06..4fdc833167 100644 --- a/configure.ac +++ b/configure.ac @@ -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], :)