aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure6
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 200f6fbbc..b5c9826ca 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 279504 .
+# From configure.ac Revision: 279562 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for asterisk trunk.
#
@@ -6826,9 +6826,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 6fe351a3f..617277f9f 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], :)