]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 259848 via svnmerge from
authorJason Parker <jparker@digium.com>
Wed, 28 Apr 2010 20:34:07 +0000 (20:34 +0000)
committerJason Parker <jparker@digium.com>
Wed, 28 Apr 2010 20:34:07 +0000 (20:34 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

................
  r259848 | qwell | 2010-04-28 15:32:14 -0500 (Wed, 28 Apr 2010) | 9 lines

  Merged revisions 259847 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r259847 | qwell | 2010-04-28 15:30:21 -0500 (Wed, 28 Apr 2010) | 1 line

    Add AC_CONFIG_AUX_DIR to configure script, so systems without install can use install-sh from our source dir.
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@259851 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configure
configure.ac

index 155b58c7f0677a7afe6dc46cac76d5ee93a73323..c64c4bd030ead495c3dec8f5cbc833c2854c5112 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 259356 .
+# From configure.ac Revision: 259781 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.65 for asterisk 1.6.
 #
@@ -3231,6 +3231,30 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 # check existence of the package
 
 
+ac_aux_dir=
+for ac_dir in `pwd` "$srcdir"/`pwd`; do
+  for ac_t in install-sh install.sh shtool; do
+    if test -f "$ac_dir/$ac_t"; then
+      ac_aux_dir=$ac_dir
+      ac_install_sh="$ac_aux_dir/$ac_t -c"
+      break 2
+    fi
+  done
+done
+if test -z "$ac_aux_dir"; then
+  as_fn_error "cannot find install-sh, install.sh, or shtool in \`pwd\` \"$srcdir\"/\`pwd\`" "$LINENO" 5
+fi
+
+# These three variables are undocumented and unsupported,
+# and are intended to be withdrawn in a future Autoconf release.
+# They can cause serious problems if a builder's source tree is in a directory
+# whose full name contains unusual characters.
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
+
+
+
 
 
 
index bc6b6b0b917dff76485389bec21a1d8fd8afb299..fdb3110d4998b8a4065c98043e9fecd88c919506 100644 (file)
@@ -17,6 +17,8 @@ AC_CANONICAL_HOST
 # check existence of the package
 AC_CONFIG_SRCDIR([main/asterisk.c])
 
+AC_CONFIG_AUX_DIR(`pwd`)
+
 AC_COPYRIGHT("Asterisk")
 AC_REVISION($Revision$)