mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
re-gen configure
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97644 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
72
configure
vendored
72
configure
vendored
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.ac Revision: 96071 .
|
# From configure.ac Revision: 97643 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.61 for asterisk 1.4.
|
# Generated by GNU Autoconf 2.61 for asterisk 1.4.
|
||||||
#
|
#
|
||||||
@@ -975,7 +975,7 @@ EDITLINE_LIB
|
|||||||
PBX_H323
|
PBX_H323
|
||||||
PBX_IXJUSER
|
PBX_IXJUSER
|
||||||
CONFIG_SDL
|
CONFIG_SDL
|
||||||
CONFIG_GTK
|
GTKCONFIG
|
||||||
PKGCONFIG
|
PKGCONFIG
|
||||||
CURL_CONFIG
|
CURL_CONFIG
|
||||||
LTLIBOBJS'
|
LTLIBOBJS'
|
||||||
@@ -47884,20 +47884,17 @@ _ACEOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# we don't use gtk right now...
|
PBX_GTK=0
|
||||||
|
if test -n "$ac_tool_prefix"; then
|
||||||
if test "x${PBX_GTK}" != "x1" -a "${USE_GTK}" != "no"; then
|
|
||||||
PBX_GTK=0
|
|
||||||
if test -n "$ac_tool_prefix"; then
|
|
||||||
# Extract the first word of "${ac_tool_prefix}gtk-config", so it can be a program name with args.
|
# Extract the first word of "${ac_tool_prefix}gtk-config", so it can be a program name with args.
|
||||||
set dummy ${ac_tool_prefix}gtk-config; ac_word=$2
|
set dummy ${ac_tool_prefix}gtk-config; ac_word=$2
|
||||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
||||||
if test "${ac_cv_prog_CONFIG_GTK+set}" = set; then
|
if test "${ac_cv_prog_GTKCONFIG+set}" = set; then
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
else
|
else
|
||||||
if test -n "$CONFIG_GTK"; then
|
if test -n "$GTKCONFIG"; then
|
||||||
ac_cv_prog_CONFIG_GTK="$CONFIG_GTK" # Let the user override the test.
|
ac_cv_prog_GTKCONFIG="$GTKCONFIG" # Let the user override the test.
|
||||||
else
|
else
|
||||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
for as_dir in $PATH
|
for as_dir in $PATH
|
||||||
@@ -47906,7 +47903,7 @@ do
|
|||||||
test -z "$as_dir" && as_dir=.
|
test -z "$as_dir" && as_dir=.
|
||||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
||||||
ac_cv_prog_CONFIG_GTK="${ac_tool_prefix}gtk-config"
|
ac_cv_prog_GTKCONFIG="${ac_tool_prefix}gtk-config"
|
||||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
break 2
|
break 2
|
||||||
fi
|
fi
|
||||||
@@ -47916,10 +47913,10 @@ IFS=$as_save_IFS
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
CONFIG_GTK=$ac_cv_prog_CONFIG_GTK
|
GTKCONFIG=$ac_cv_prog_GTKCONFIG
|
||||||
if test -n "$CONFIG_GTK"; then
|
if test -n "$GTKCONFIG"; then
|
||||||
{ echo "$as_me:$LINENO: result: $CONFIG_GTK" >&5
|
{ echo "$as_me:$LINENO: result: $GTKCONFIG" >&5
|
||||||
echo "${ECHO_T}$CONFIG_GTK" >&6; }
|
echo "${ECHO_T}$GTKCONFIG" >&6; }
|
||||||
else
|
else
|
||||||
{ echo "$as_me:$LINENO: result: no" >&5
|
{ echo "$as_me:$LINENO: result: no" >&5
|
||||||
echo "${ECHO_T}no" >&6; }
|
echo "${ECHO_T}no" >&6; }
|
||||||
@@ -47927,17 +47924,17 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
if test -z "$ac_cv_prog_CONFIG_GTK"; then
|
if test -z "$ac_cv_prog_GTKCONFIG"; then
|
||||||
ac_ct_CONFIG_GTK=$CONFIG_GTK
|
ac_ct_GTKCONFIG=$GTKCONFIG
|
||||||
# Extract the first word of "gtk-config", so it can be a program name with args.
|
# Extract the first word of "gtk-config", so it can be a program name with args.
|
||||||
set dummy gtk-config; ac_word=$2
|
set dummy gtk-config; ac_word=$2
|
||||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
||||||
if test "${ac_cv_prog_ac_ct_CONFIG_GTK+set}" = set; then
|
if test "${ac_cv_prog_ac_ct_GTKCONFIG+set}" = set; then
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
else
|
else
|
||||||
if test -n "$ac_ct_CONFIG_GTK"; then
|
if test -n "$ac_ct_GTKCONFIG"; then
|
||||||
ac_cv_prog_ac_ct_CONFIG_GTK="$ac_ct_CONFIG_GTK" # Let the user override the test.
|
ac_cv_prog_ac_ct_GTKCONFIG="$ac_ct_GTKCONFIG" # Let the user override the test.
|
||||||
else
|
else
|
||||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
for as_dir in $PATH
|
for as_dir in $PATH
|
||||||
@@ -47946,7 +47943,7 @@ do
|
|||||||
test -z "$as_dir" && as_dir=.
|
test -z "$as_dir" && as_dir=.
|
||||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
||||||
ac_cv_prog_ac_ct_CONFIG_GTK="gtk-config"
|
ac_cv_prog_ac_ct_GTKCONFIG="gtk-config"
|
||||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
break 2
|
break 2
|
||||||
fi
|
fi
|
||||||
@@ -47956,17 +47953,17 @@ IFS=$as_save_IFS
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
ac_ct_CONFIG_GTK=$ac_cv_prog_ac_ct_CONFIG_GTK
|
ac_ct_GTKCONFIG=$ac_cv_prog_ac_ct_GTKCONFIG
|
||||||
if test -n "$ac_ct_CONFIG_GTK"; then
|
if test -n "$ac_ct_GTKCONFIG"; then
|
||||||
{ echo "$as_me:$LINENO: result: $ac_ct_CONFIG_GTK" >&5
|
{ echo "$as_me:$LINENO: result: $ac_ct_GTKCONFIG" >&5
|
||||||
echo "${ECHO_T}$ac_ct_CONFIG_GTK" >&6; }
|
echo "${ECHO_T}$ac_ct_GTKCONFIG" >&6; }
|
||||||
else
|
else
|
||||||
{ echo "$as_me:$LINENO: result: no" >&5
|
{ echo "$as_me:$LINENO: result: no" >&5
|
||||||
echo "${ECHO_T}no" >&6; }
|
echo "${ECHO_T}no" >&6; }
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$ac_ct_CONFIG_GTK" = x; then
|
if test "x$ac_ct_GTKCONFIG" = x; then
|
||||||
CONFIG_GTK="No"
|
GTKCONFIG="No"
|
||||||
else
|
else
|
||||||
case $cross_compiling:$ac_tool_warned in
|
case $cross_compiling:$ac_tool_warned in
|
||||||
yes:)
|
yes:)
|
||||||
@@ -47978,25 +47975,24 @@ whose name does not start with the host triplet. If you think this
|
|||||||
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
|
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
|
||||||
ac_tool_warned=yes ;;
|
ac_tool_warned=yes ;;
|
||||||
esac
|
esac
|
||||||
CONFIG_GTK=$ac_ct_CONFIG_GTK
|
GTKCONFIG=$ac_ct_GTKCONFIG
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
CONFIG_GTK="$ac_cv_prog_CONFIG_GTK"
|
GTKCONFIG="$ac_cv_prog_GTKCONFIG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test ! "x${CONFIG_GTK}" = xNo; then
|
if test ! "x${GTKCONFIG}" = xNo; then
|
||||||
if test x"" = x ; then A=--cflags ; else A="" ; fi
|
GTK_INCLUDE=$(${GTKCONFIG} --cflags gthread)
|
||||||
GTK_INCLUDE=$(${CONFIG_GTK} $A)
|
GTK_LIB=$(${GTKCONFIG} --libs gthread)
|
||||||
if test x"" = x ; then A=--libs ; else A="" ; fi
|
PBX_GTK=1
|
||||||
GTK_LIB=$(${CONFIG_GTK} $A)
|
|
||||||
PBX_GTK=1
|
|
||||||
|
|
||||||
cat >>confdefs.h <<\_ACEOF
|
cat >>confdefs.h <<\_ACEOF
|
||||||
#define HAVE_GTK 1
|
#define HAVE_GTK 1
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
PBX_GTK2=0
|
PBX_GTK2=0
|
||||||
@@ -49412,7 +49408,7 @@ EDITLINE_LIB!$EDITLINE_LIB$ac_delim
|
|||||||
PBX_H323!$PBX_H323$ac_delim
|
PBX_H323!$PBX_H323$ac_delim
|
||||||
PBX_IXJUSER!$PBX_IXJUSER$ac_delim
|
PBX_IXJUSER!$PBX_IXJUSER$ac_delim
|
||||||
CONFIG_SDL!$CONFIG_SDL$ac_delim
|
CONFIG_SDL!$CONFIG_SDL$ac_delim
|
||||||
CONFIG_GTK!$CONFIG_GTK$ac_delim
|
GTKCONFIG!$GTKCONFIG$ac_delim
|
||||||
PKGCONFIG!$PKGCONFIG$ac_delim
|
PKGCONFIG!$PKGCONFIG$ac_delim
|
||||||
CURL_CONFIG!$CURL_CONFIG$ac_delim
|
CURL_CONFIG!$CURL_CONFIG$ac_delim
|
||||||
LTLIBOBJS!$LTLIBOBJS$ac_delim
|
LTLIBOBJS!$LTLIBOBJS$ac_delim
|
||||||
|
|||||||
Reference in New Issue
Block a user