|
|
@ -1,5 +1,4 @@
|
|
|
|
#! /bin/sh
|
|
|
|
#! /bin/sh
|
|
|
|
# From configure.ac Revision.
|
|
|
|
|
|
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
|
|
# Generated by GNU Autoconf 2.69 for asterisk trunk.
|
|
|
|
# Generated by GNU Autoconf 2.69 for asterisk trunk.
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -3670,7 +3669,7 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ac_aux_dir=
|
|
|
|
ac_aux_dir=
|
|
|
|
for ac_dir in `pwd` "$srcdir"/`pwd`; do
|
|
|
|
for ac_dir in "$srcdir"/; do
|
|
|
|
if test -f "$ac_dir/install-sh"; then
|
|
|
|
if test -f "$ac_dir/install-sh"; then
|
|
|
|
ac_aux_dir=$ac_dir
|
|
|
|
ac_aux_dir=$ac_dir
|
|
|
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
|
|
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
|
|
@ -3686,7 +3685,7 @@ for ac_dir in `pwd` "$srcdir"/`pwd`; do
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
done
|
|
|
|
if test -z "$ac_aux_dir"; then
|
|
|
|
if test -z "$ac_aux_dir"; then
|
|
|
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in \`pwd\` \"$srcdir\"/\`pwd\`" "$LINENO" 5
|
|
|
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\"/" "$LINENO" 5
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# These three variables are undocumented and unsupported,
|
|
|
|
# These three variables are undocumented and unsupported,
|
|
|
@ -3701,7 +3700,6 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# preserve any CFLAGS or LDFLAGS that may be set
|
|
|
|
# preserve any CFLAGS or LDFLAGS that may be set
|
|
|
|
# NOTE: This must be done before calling any macros that end up
|
|
|
|
# NOTE: This must be done before calling any macros that end up
|
|
|
|
# calling AC_PROG_CC or the like, since they will set a default
|
|
|
|
# calling AC_PROG_CC or the like, since they will set a default
|
|
|
|