1999-10-07 13:06:22 +00:00
|
|
|
|
#! /bin/sh
|
|
|
|
|
# Guess values for system-dependent variables and create Makefiles.
|
2010-11-21 15:39:55 +01:00
|
|
|
|
# Generated by GNU Autoconf 2.65 for emacs 24.0.50.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#
|
1999-10-07 13:06:22 +00:00
|
|
|
|
#
|
2006-12-20 19:57:39 +00:00
|
|
|
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
2010-11-21 15:39:55 +01:00
|
|
|
|
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
|
|
|
|
# Inc.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#
|
|
|
|
|
#
|
1999-10-07 13:06:22 +00:00
|
|
|
|
# This configure script is free software; the Free Software Foundation
|
|
|
|
|
# gives unlimited permission to copy, distribute and modify it.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## -------------------- ##
|
|
|
|
|
## M4sh Initialization. ##
|
|
|
|
|
## -------------------- ##
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2006-12-22 19:23:19 +00:00
|
|
|
|
# Be more Bourne compatible
|
|
|
|
|
DUALCASE=1; export DUALCASE # for MKS sh
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
|
2001-10-19 12:33:10 +00:00
|
|
|
|
emulate sh
|
|
|
|
|
NULLCMD=:
|
2009-07-22 02:55:17 +00:00
|
|
|
|
# Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
|
2002-11-08 12:32:10 +00:00
|
|
|
|
# is contrary to our usage. Disable this feature.
|
|
|
|
|
alias -g '${1+"$@"}'='"$@"'
|
2006-12-20 19:57:39 +00:00
|
|
|
|
setopt NO_GLOB_SUBST
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case `(set -o) 2>/dev/null` in #(
|
|
|
|
|
*posix*) :
|
|
|
|
|
set -o posix ;; #(
|
|
|
|
|
*) :
|
|
|
|
|
;;
|
2006-12-22 19:23:19 +00:00
|
|
|
|
esac
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
2006-12-22 19:23:19 +00:00
|
|
|
|
|
|
|
|
|
|
2009-07-22 02:55:17 +00:00
|
|
|
|
as_nl='
|
|
|
|
|
'
|
|
|
|
|
export as_nl
|
|
|
|
|
# Printing a long string crashes Solaris 7 /usr/bin/printf.
|
|
|
|
|
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
|
|
|
|
|
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
|
|
|
|
|
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Prefer a ksh shell builtin over an external printf program on Solaris,
|
|
|
|
|
# but without wasting forks for bash or zsh.
|
|
|
|
|
if test -z "$BASH_VERSION$ZSH_VERSION" \
|
|
|
|
|
&& (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
|
|
|
|
|
as_echo='print -r --'
|
|
|
|
|
as_echo_n='print -rn --'
|
|
|
|
|
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
|
2009-07-22 02:55:17 +00:00
|
|
|
|
as_echo='printf %s\n'
|
|
|
|
|
as_echo_n='printf %s'
|
|
|
|
|
else
|
|
|
|
|
if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
|
|
|
|
|
as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
|
|
|
|
|
as_echo_n='/usr/ucb/echo -n'
|
2009-04-25 14:36:01 +00:00
|
|
|
|
else
|
2009-07-22 02:55:17 +00:00
|
|
|
|
as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
|
|
|
|
|
as_echo_n_body='eval
|
|
|
|
|
arg=$1;
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $arg in #(
|
2009-07-22 02:55:17 +00:00
|
|
|
|
*"$as_nl"*)
|
|
|
|
|
expr "X$arg" : "X\\(.*\\)$as_nl";
|
|
|
|
|
arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
|
|
|
|
|
esac;
|
|
|
|
|
expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
|
|
|
|
|
'
|
|
|
|
|
export as_echo_n_body
|
|
|
|
|
as_echo_n='sh -c $as_echo_n_body as_echo'
|
2009-04-25 14:36:01 +00:00
|
|
|
|
fi
|
2009-07-22 02:55:17 +00:00
|
|
|
|
export as_echo_body
|
|
|
|
|
as_echo='sh -c $as_echo_body as_echo'
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# The user is always right.
|
|
|
|
|
if test "${PATH_SEPARATOR+set}" != set; then
|
|
|
|
|
PATH_SEPARATOR=:
|
|
|
|
|
(PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
|
|
|
|
|
(PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
|
|
|
|
|
PATH_SEPARATOR=';'
|
|
|
|
|
}
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2002-11-08 12:32:10 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
# IFS
|
|
|
|
|
# We need space, tab and new line, in precisely that order. Quoting is
|
|
|
|
|
# there to prevent editors from complaining about space-tab.
|
|
|
|
|
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
|
|
|
|
|
# splitting by setting IFS to empty value.)
|
|
|
|
|
IFS=" "" $as_nl"
|
|
|
|
|
|
|
|
|
|
# Find who we are. Look in the path if we contain no directory separator.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $0 in #((
|
2006-12-20 19:57:39 +00:00
|
|
|
|
*[\\/]* ) as_myself=$0 ;;
|
|
|
|
|
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
|
|
|
|
|
done
|
2006-12-20 19:57:39 +00:00
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
# We did not find ourselves, most probably we were run as `sh COMMAND'
|
|
|
|
|
# in which case we are not to be found in the path.
|
|
|
|
|
if test "x$as_myself" = x; then
|
|
|
|
|
as_myself=$0
|
|
|
|
|
fi
|
|
|
|
|
if test ! -f "$as_myself"; then
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
|
2010-06-03 15:16:02 -07:00
|
|
|
|
exit 1
|
2006-12-20 19:57:39 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Unset variables that we do not need and which cause bugs (e.g. in
|
|
|
|
|
# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
|
|
|
|
|
# suppresses any "Segmentation fault" message there. '((' could
|
|
|
|
|
# trigger a bug in pdksh 5.2.14.
|
|
|
|
|
for as_var in BASH_ENV ENV MAIL MAILPATH
|
|
|
|
|
do eval test x\${$as_var+set} = xset \
|
|
|
|
|
&& ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
|
2006-12-20 19:57:39 +00:00
|
|
|
|
done
|
2002-11-08 12:32:10 +00:00
|
|
|
|
PS1='$ '
|
|
|
|
|
PS2='> '
|
|
|
|
|
PS4='+ '
|
|
|
|
|
|
|
|
|
|
# NLS nuisances.
|
2009-07-22 02:55:17 +00:00
|
|
|
|
LC_ALL=C
|
|
|
|
|
export LC_ALL
|
|
|
|
|
LANGUAGE=C
|
|
|
|
|
export LANGUAGE
|
2002-11-08 12:32:10 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# CDPATH.
|
|
|
|
|
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
|
|
|
|
|
|
|
|
|
|
if test "x$CONFIG_SHELL" = x; then
|
|
|
|
|
as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
|
|
|
|
|
emulate sh
|
|
|
|
|
NULLCMD=:
|
|
|
|
|
# Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
|
|
|
|
|
# is contrary to our usage. Disable this feature.
|
|
|
|
|
alias -g '\${1+\"\$@\"}'='\"\$@\"'
|
|
|
|
|
setopt NO_GLOB_SUBST
|
|
|
|
|
else
|
|
|
|
|
case \`(set -o) 2>/dev/null\` in #(
|
|
|
|
|
*posix*) :
|
|
|
|
|
set -o posix ;; #(
|
|
|
|
|
*) :
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
fi
|
|
|
|
|
"
|
|
|
|
|
as_required="as_fn_return () { (exit \$1); }
|
|
|
|
|
as_fn_success () { as_fn_return 0; }
|
|
|
|
|
as_fn_failure () { as_fn_return 1; }
|
|
|
|
|
as_fn_ret_success () { return 0; }
|
|
|
|
|
as_fn_ret_failure () { return 1; }
|
|
|
|
|
|
|
|
|
|
exitcode=0
|
|
|
|
|
as_fn_success || { exitcode=1; echo as_fn_success failed.; }
|
|
|
|
|
as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
|
|
|
|
|
as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
|
|
|
|
|
as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
|
|
|
|
|
if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
exitcode=1; echo positional parameters were not saved.
|
|
|
|
|
fi
|
|
|
|
|
test x\$exitcode = x0 || exit 1"
|
|
|
|
|
as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
|
|
|
|
|
as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
|
|
|
|
|
eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
|
|
|
|
|
test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
|
|
|
|
|
test \$(( 1 + 1 )) = 2 || exit 1"
|
|
|
|
|
if (eval "$as_required") 2>/dev/null; then :
|
|
|
|
|
as_have_required=yes
|
|
|
|
|
else
|
|
|
|
|
as_have_required=no
|
|
|
|
|
fi
|
|
|
|
|
if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
as_found=false
|
|
|
|
|
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
as_found=:
|
|
|
|
|
case $as_dir in #(
|
|
|
|
|
/*)
|
|
|
|
|
for as_base in sh bash ksh sh5; do
|
|
|
|
|
# Try only shells that exist, to save several forks.
|
|
|
|
|
as_shell=$as_dir/$as_base
|
|
|
|
|
if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
|
|
|
|
|
{ $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
|
|
|
|
|
CONFIG_SHELL=$as_shell as_have_required=yes
|
|
|
|
|
if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
done;;
|
|
|
|
|
esac
|
|
|
|
|
as_found=false
|
|
|
|
|
done
|
|
|
|
|
$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
|
|
|
|
|
{ $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
|
|
|
|
|
CONFIG_SHELL=$SHELL as_have_required=yes
|
|
|
|
|
fi; }
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if test "x$CONFIG_SHELL" != x; then :
|
|
|
|
|
# We cannot yet assume a decent shell, so we have to provide a
|
|
|
|
|
# neutralization value for shells without unset; and this also
|
|
|
|
|
# works around shells that cannot unset nonexistent variables.
|
|
|
|
|
BASH_ENV=/dev/null
|
|
|
|
|
ENV=/dev/null
|
|
|
|
|
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
|
|
|
|
|
export CONFIG_SHELL
|
2010-09-05 12:17:26 +02:00
|
|
|
|
exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test x$as_have_required = xno; then :
|
|
|
|
|
$as_echo "$0: This script requires a shell more modern than all"
|
|
|
|
|
$as_echo "$0: the shells that I found on your system."
|
|
|
|
|
if test x${ZSH_VERSION+set} = xset ; then
|
|
|
|
|
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
|
|
|
|
|
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
|
|
|
|
|
else
|
|
|
|
|
$as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
|
|
|
|
|
$0: including any error possibly output before this
|
|
|
|
|
$0: message. Then install a modern shell, or manually run
|
|
|
|
|
$0: the script under such a shell if you do have one."
|
|
|
|
|
fi
|
|
|
|
|
exit 1
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
SHELL=${CONFIG_SHELL-/bin/sh}
|
|
|
|
|
export SHELL
|
|
|
|
|
# Unset more variables known to interfere with behavior of common tools.
|
|
|
|
|
CLICOLOR_FORCE= GREP_OPTIONS=
|
|
|
|
|
unset CLICOLOR_FORCE GREP_OPTIONS
|
|
|
|
|
|
|
|
|
|
## --------------------- ##
|
|
|
|
|
## M4sh Shell Functions. ##
|
|
|
|
|
## --------------------- ##
|
|
|
|
|
# as_fn_unset VAR
|
|
|
|
|
# ---------------
|
|
|
|
|
# Portably unset VAR.
|
|
|
|
|
as_fn_unset ()
|
|
|
|
|
{
|
|
|
|
|
{ eval $1=; unset $1;}
|
|
|
|
|
}
|
|
|
|
|
as_unset=as_fn_unset
|
|
|
|
|
|
|
|
|
|
# as_fn_set_status STATUS
|
|
|
|
|
# -----------------------
|
|
|
|
|
# Set $? to STATUS, without forking.
|
|
|
|
|
as_fn_set_status ()
|
|
|
|
|
{
|
|
|
|
|
return $1
|
|
|
|
|
} # as_fn_set_status
|
|
|
|
|
|
|
|
|
|
# as_fn_exit STATUS
|
|
|
|
|
# -----------------
|
|
|
|
|
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
|
|
|
|
|
as_fn_exit ()
|
|
|
|
|
{
|
|
|
|
|
set +e
|
|
|
|
|
as_fn_set_status $1
|
|
|
|
|
exit $1
|
|
|
|
|
} # as_fn_exit
|
|
|
|
|
|
|
|
|
|
# as_fn_mkdir_p
|
|
|
|
|
# -------------
|
|
|
|
|
# Create "$as_dir" as a directory, including parents if necessary.
|
|
|
|
|
as_fn_mkdir_p ()
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
case $as_dir in #(
|
|
|
|
|
-*) as_dir=./$as_dir;;
|
|
|
|
|
esac
|
|
|
|
|
test -d "$as_dir" || eval $as_mkdir_p || {
|
|
|
|
|
as_dirs=
|
|
|
|
|
while :; do
|
|
|
|
|
case $as_dir in #(
|
|
|
|
|
*\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
|
|
|
|
|
*) as_qdir=$as_dir;;
|
|
|
|
|
esac
|
|
|
|
|
as_dirs="'$as_qdir' $as_dirs"
|
|
|
|
|
as_dir=`$as_dirname -- "$as_dir" ||
|
|
|
|
|
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
|
|
|
|
X"$as_dir" : 'X\(//\)[^/]' \| \
|
|
|
|
|
X"$as_dir" : 'X\(//\)$' \| \
|
|
|
|
|
X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
|
|
|
|
|
$as_echo X"$as_dir" |
|
|
|
|
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/^X\(\/\/\)[^/].*/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/^X\(\/\/\)$/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/^X\(\/\).*/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
s/.*/./; q'`
|
|
|
|
|
test -d "$as_dir" && break
|
|
|
|
|
done
|
|
|
|
|
test -z "$as_dirs" || eval "mkdir $as_dirs"
|
2010-11-21 15:39:55 +01:00
|
|
|
|
} || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} # as_fn_mkdir_p
|
|
|
|
|
# as_fn_append VAR VALUE
|
|
|
|
|
# ----------------------
|
|
|
|
|
# Append the text in VALUE to the end of the definition contained in VAR. Take
|
|
|
|
|
# advantage of any shell optimizations that allow amortized linear growth over
|
|
|
|
|
# repeated appends, instead of the typical quadratic growth present in naive
|
|
|
|
|
# implementations.
|
|
|
|
|
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
|
|
|
|
|
eval 'as_fn_append ()
|
|
|
|
|
{
|
|
|
|
|
eval $1+=\$2
|
|
|
|
|
}'
|
|
|
|
|
else
|
|
|
|
|
as_fn_append ()
|
|
|
|
|
{
|
|
|
|
|
eval $1=\$$1\$2
|
|
|
|
|
}
|
|
|
|
|
fi # as_fn_append
|
|
|
|
|
|
|
|
|
|
# as_fn_arith ARG...
|
|
|
|
|
# ------------------
|
|
|
|
|
# Perform arithmetic evaluation on the ARGs, and store the result in the
|
|
|
|
|
# global $as_val. Take advantage of shells that can avoid forks. The arguments
|
|
|
|
|
# must be portable across $(()) and expr.
|
|
|
|
|
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
|
|
|
|
|
eval 'as_fn_arith ()
|
|
|
|
|
{
|
|
|
|
|
as_val=$(( $* ))
|
|
|
|
|
}'
|
|
|
|
|
else
|
|
|
|
|
as_fn_arith ()
|
|
|
|
|
{
|
|
|
|
|
as_val=`expr "$@" || test $? -eq 1`
|
|
|
|
|
}
|
|
|
|
|
fi # as_fn_arith
|
|
|
|
|
|
|
|
|
|
|
2010-11-21 15:39:55 +01:00
|
|
|
|
# as_fn_error ERROR [LINENO LOG_FD]
|
|
|
|
|
# ---------------------------------
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
|
|
|
|
|
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
|
2010-11-21 15:39:55 +01:00
|
|
|
|
# script with status $?, using 1 if that was 0.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_fn_error ()
|
|
|
|
|
{
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_status=$?; test $as_status -eq 0 && as_status=1
|
|
|
|
|
if test "$3"; then
|
|
|
|
|
as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-11-21 15:39:55 +01:00
|
|
|
|
$as_echo "$as_me: error: $1" >&2
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_fn_exit $as_status
|
|
|
|
|
} # as_fn_error
|
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
if expr a : '\(a\)' >/dev/null 2>&1 &&
|
|
|
|
|
test "X`expr 00001 : '.*\(...\)'`" = X001; then
|
2002-11-08 12:32:10 +00:00
|
|
|
|
as_expr=expr
|
|
|
|
|
else
|
|
|
|
|
as_expr=false
|
|
|
|
|
fi
|
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
|
2002-11-08 12:32:10 +00:00
|
|
|
|
as_basename=basename
|
|
|
|
|
else
|
|
|
|
|
as_basename=false
|
|
|
|
|
fi
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
|
|
|
|
|
as_dirname=dirname
|
|
|
|
|
else
|
|
|
|
|
as_dirname=false
|
|
|
|
|
fi
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
as_me=`$as_basename -- "$0" ||
|
2002-11-07 17:33:03 +00:00
|
|
|
|
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
|
|
|
|
X"$0" : 'X\(//\)$' \| \
|
2006-12-20 19:57:39 +00:00
|
|
|
|
X"$0" : 'X\(/\)' \| . 2>/dev/null ||
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo X/"$0" |
|
2006-12-20 19:57:39 +00:00
|
|
|
|
sed '/^.*\/\([^/][^/]*\)\/*$/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/^X\/\(\/\/\)$/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/^X\/\(\/\).*/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
s/.*/./; q'`
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Avoid depending upon Character Ranges.
|
|
|
|
|
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
|
|
|
|
|
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
|
|
|
|
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
|
|
|
|
|
as_cr_digits='0123456789'
|
|
|
|
|
as_cr_alnum=$as_cr_Letters$as_cr_digits
|
2002-11-08 12:32:10 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_lineno_1=$LINENO as_lineno_1a=$LINENO
|
|
|
|
|
as_lineno_2=$LINENO as_lineno_2a=$LINENO
|
|
|
|
|
eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
|
|
|
|
|
test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
|
|
|
|
|
# Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
|
|
|
|
|
sed -n '
|
|
|
|
|
p
|
|
|
|
|
/[$]LINENO/=
|
|
|
|
|
' <$as_myself |
|
|
|
|
|
sed '
|
|
|
|
|
s/[$]LINENO.*/&-/
|
|
|
|
|
t lineno
|
|
|
|
|
b
|
|
|
|
|
:lineno
|
|
|
|
|
N
|
|
|
|
|
:loop
|
|
|
|
|
s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
|
|
|
|
|
t loop
|
|
|
|
|
s/-\n.*//
|
|
|
|
|
' >$as_me.lineno &&
|
|
|
|
|
chmod +x "$as_me.lineno" ||
|
|
|
|
|
{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Don't try to exec as it changes $[0], causing all sort of problems
|
|
|
|
|
# (the dirname of $[0] is not the place where we might find the
|
|
|
|
|
# original and so on. Autoconf is especially sensitive to this).
|
|
|
|
|
. "./$as_me.lineno"
|
|
|
|
|
# Exit status is that of the last command.
|
|
|
|
|
exit
|
2006-12-20 19:57:39 +00:00
|
|
|
|
}
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ECHO_C= ECHO_N= ECHO_T=
|
|
|
|
|
case `echo -n x` in #(((((
|
|
|
|
|
-n*)
|
|
|
|
|
case `echo 'xy\c'` in
|
|
|
|
|
*c*) ECHO_T=' ';; # ECHO_T is single tab character.
|
|
|
|
|
xy) ECHO_C='\c';;
|
|
|
|
|
*) echo `echo ksh88 bug on AIX 6.1` > /dev/null
|
|
|
|
|
ECHO_T=' ';;
|
|
|
|
|
esac;;
|
|
|
|
|
*)
|
|
|
|
|
ECHO_N='-n';;
|
|
|
|
|
esac
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f conf$$ conf$$.exe conf$$.file
|
|
|
|
|
if test -d conf$$.dir; then
|
|
|
|
|
rm -f conf$$.dir/conf$$.file
|
|
|
|
|
else
|
|
|
|
|
rm -f conf$$.dir
|
|
|
|
|
mkdir conf$$.dir 2>/dev/null
|
2006-12-20 19:57:39 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if (echo >conf$$.file) 2>/dev/null; then
|
|
|
|
|
if ln -s conf$$.file conf$$ 2>/dev/null; then
|
|
|
|
|
as_ln_s='ln -s'
|
|
|
|
|
# ... but there are two gotchas:
|
|
|
|
|
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
|
|
|
|
|
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
|
|
|
|
|
# In both cases, we have to default to `cp -p'.
|
|
|
|
|
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
|
|
|
|
|
as_ln_s='cp -p'
|
|
|
|
|
elif ln conf$$.file conf$$ 2>/dev/null; then
|
|
|
|
|
as_ln_s=ln
|
|
|
|
|
else
|
|
|
|
|
as_ln_s='cp -p'
|
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_ln_s='cp -p'
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
|
|
|
|
|
rmdir conf$$.dir 2>/dev/null
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if mkdir -p . 2>/dev/null; then
|
|
|
|
|
as_mkdir_p='mkdir -p "$as_dir"'
|
|
|
|
|
else
|
|
|
|
|
test -d ./-p && rmdir ./-p
|
|
|
|
|
as_mkdir_p=false
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -x / >/dev/null 2>&1; then
|
|
|
|
|
as_test_x='test -x'
|
2010-02-25 20:59:04 -08:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ls -dL / >/dev/null 2>&1; then
|
|
|
|
|
as_ls_L_option=L
|
|
|
|
|
else
|
|
|
|
|
as_ls_L_option=
|
|
|
|
|
fi
|
|
|
|
|
as_test_x='
|
|
|
|
|
eval sh -c '\''
|
|
|
|
|
if test -d "$1"; then
|
|
|
|
|
test -d "$1/.";
|
|
|
|
|
else
|
|
|
|
|
case $1 in #(
|
|
|
|
|
-*)set "./$1";;
|
|
|
|
|
esac;
|
|
|
|
|
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
|
|
|
|
|
???[sx]*):;;*)false;;esac;fi
|
|
|
|
|
'\'' sh
|
|
|
|
|
'
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_executable_p=$as_test_x
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Sed expression to map a string onto a valid CPP name.
|
|
|
|
|
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Sed expression to map a string onto a valid variable name.
|
|
|
|
|
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -n "$DJDIR" || exec 7<&0 </dev/null
|
|
|
|
|
exec 6>&1
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
|
|
|
|
# Name of the host.
|
2010-11-21 15:39:55 +01:00
|
|
|
|
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
|
2010-02-25 20:59:04 -08:00
|
|
|
|
# so uname gets run too.
|
|
|
|
|
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Initializations.
|
|
|
|
|
#
|
1999-10-07 13:06:22 +00:00
|
|
|
|
ac_default_prefix=/usr/local
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_clean_files=
|
2002-11-08 12:32:10 +00:00
|
|
|
|
ac_config_libobj_dir=.
|
2006-12-20 19:57:39 +00:00
|
|
|
|
LIBOBJS=
|
2001-10-19 12:33:10 +00:00
|
|
|
|
cross_compiling=no
|
|
|
|
|
subdirs=
|
2002-11-07 17:33:03 +00:00
|
|
|
|
MFLAGS=
|
|
|
|
|
MAKEFLAGS=
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
# Identity of this package.
|
2007-12-04 11:29:32 +00:00
|
|
|
|
PACKAGE_NAME='emacs'
|
|
|
|
|
PACKAGE_TARNAME='emacs'
|
2010-03-11 19:13:01 -08:00
|
|
|
|
PACKAGE_VERSION='24.0.50'
|
|
|
|
|
PACKAGE_STRING='emacs 24.0.50'
|
2007-12-04 11:29:32 +00:00
|
|
|
|
PACKAGE_BUGREPORT=''
|
2010-06-03 15:16:02 -07:00
|
|
|
|
PACKAGE_URL=''
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_unique_file="src/lisp.h"
|
|
|
|
|
# Factoring default headers for most tests.
|
|
|
|
|
ac_includes_default="\
|
|
|
|
|
#include <stdio.h>
|
2006-12-22 19:23:19 +00:00
|
|
|
|
#ifdef HAVE_SYS_TYPES_H
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# include <sys/types.h>
|
|
|
|
|
#endif
|
2006-12-22 19:23:19 +00:00
|
|
|
|
#ifdef HAVE_SYS_STAT_H
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# include <sys/stat.h>
|
|
|
|
|
#endif
|
2006-12-22 19:23:19 +00:00
|
|
|
|
#ifdef STDC_HEADERS
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# include <stdlib.h>
|
|
|
|
|
# include <stddef.h>
|
|
|
|
|
#else
|
2006-12-22 19:23:19 +00:00
|
|
|
|
# ifdef HAVE_STDLIB_H
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# include <stdlib.h>
|
|
|
|
|
# endif
|
|
|
|
|
#endif
|
2006-12-22 19:23:19 +00:00
|
|
|
|
#ifdef HAVE_STRING_H
|
|
|
|
|
# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# include <memory.h>
|
|
|
|
|
# endif
|
|
|
|
|
# include <string.h>
|
|
|
|
|
#endif
|
2006-12-22 19:23:19 +00:00
|
|
|
|
#ifdef HAVE_STRINGS_H
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# include <strings.h>
|
|
|
|
|
#endif
|
2006-12-22 19:23:19 +00:00
|
|
|
|
#ifdef HAVE_INTTYPES_H
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# include <inttypes.h>
|
|
|
|
|
#endif
|
2006-12-22 19:23:19 +00:00
|
|
|
|
#ifdef HAVE_STDINT_H
|
2006-12-20 19:57:39 +00:00
|
|
|
|
# include <stdint.h>
|
2001-10-19 12:33:10 +00:00
|
|
|
|
#endif
|
2006-12-22 19:23:19 +00:00
|
|
|
|
#ifdef HAVE_UNISTD_H
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# include <unistd.h>
|
|
|
|
|
#endif"
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2008-04-16 19:53:06 +00:00
|
|
|
|
ac_config_libobj_dir=src
|
2010-05-14 12:07:01 +02:00
|
|
|
|
ac_header_list=
|
2007-01-01 03:21:18 +00:00
|
|
|
|
ac_func_list=
|
2010-04-02 23:09:13 +02:00
|
|
|
|
ac_subst_vars='LTLIBOBJS
|
2010-05-15 14:34:03 -07:00
|
|
|
|
WINDOW_SUPPORT
|
2010-06-03 15:16:02 -07:00
|
|
|
|
TOOLTIP_SUPPORT
|
|
|
|
|
MOUSE_SUPPORT
|
2010-05-11 20:09:56 -07:00
|
|
|
|
LIB_GCC
|
2010-09-21 01:35:37 +03:00
|
|
|
|
LD_FIRSTFLAG
|
2010-05-13 15:13:52 +02:00
|
|
|
|
LD_SWITCH_SYSTEM_TEMACS
|
|
|
|
|
POST_ALLOC_OBJ
|
|
|
|
|
PRE_ALLOC_OBJ
|
|
|
|
|
CYGWIN_OBJ
|
2010-06-03 15:16:02 -07:00
|
|
|
|
RALLOC_OBJ
|
|
|
|
|
OLDXMENU_DEPS
|
2010-05-13 15:13:52 +02:00
|
|
|
|
LIBX_OTHER
|
|
|
|
|
LIBXMENU
|
|
|
|
|
OLDXMENU
|
2010-06-03 15:16:02 -07:00
|
|
|
|
OLDXMENU_TARGET
|
2010-05-13 15:13:52 +02:00
|
|
|
|
LIBXT_OTHER
|
|
|
|
|
TOOLKIT_LIBW
|
|
|
|
|
WIDGET_OBJ
|
|
|
|
|
XOBJ
|
|
|
|
|
XMENU_OBJ
|
2010-06-03 15:16:02 -07:00
|
|
|
|
FONT_OBJ
|
2010-03-17 22:57:21 -07:00
|
|
|
|
OTHER_FILES
|
2010-04-02 23:09:13 +02:00
|
|
|
|
GNU_OBJC_CFLAGS
|
|
|
|
|
ns_appsrc
|
|
|
|
|
ns_appresdir
|
|
|
|
|
ns_appbindir
|
|
|
|
|
ns_appdir
|
|
|
|
|
opsysfile
|
|
|
|
|
machfile
|
|
|
|
|
X_TOOLKIT_TYPE
|
2010-05-13 15:13:52 +02:00
|
|
|
|
C_SWITCH_X_SYSTEM
|
2010-04-02 23:09:13 +02:00
|
|
|
|
C_SWITCH_X_SITE
|
|
|
|
|
LD_SWITCH_X_SITE
|
|
|
|
|
gameuser
|
|
|
|
|
gamedir
|
|
|
|
|
bitmapdir
|
|
|
|
|
archlibdir
|
|
|
|
|
etcdir
|
|
|
|
|
x_default_search_path
|
|
|
|
|
lisppath
|
|
|
|
|
locallisppath
|
|
|
|
|
lispdir
|
|
|
|
|
srcdir
|
|
|
|
|
canonical
|
|
|
|
|
configuration
|
|
|
|
|
version
|
|
|
|
|
KRB4LIB
|
|
|
|
|
DESLIB
|
|
|
|
|
KRB5LIB
|
|
|
|
|
CRYPTOLIB
|
|
|
|
|
COM_ERRLIB
|
|
|
|
|
LIBRESOLV
|
|
|
|
|
LIBHESIOD
|
2010-05-13 15:13:52 +02:00
|
|
|
|
TERMCAP_OBJ
|
|
|
|
|
LIBS_TERMCAP
|
2010-04-02 23:09:13 +02:00
|
|
|
|
GETOPTOBJS
|
|
|
|
|
GETOPT_H
|
|
|
|
|
GETLOADAVG_LIBS
|
|
|
|
|
KMEM_GROUP
|
|
|
|
|
NEED_SETGID
|
|
|
|
|
LIBOBJS
|
2010-05-13 15:13:52 +02:00
|
|
|
|
BLESSMAIL_TARGET
|
2010-04-02 23:09:13 +02:00
|
|
|
|
LIBS_MAIL
|
|
|
|
|
liblockfile
|
|
|
|
|
ALLOCA
|
2010-09-10 18:44:35 +02:00
|
|
|
|
LIBXML2_LIBS
|
|
|
|
|
LIBXML2_CFLAGS
|
2010-05-13 15:13:52 +02:00
|
|
|
|
LIBXSM
|
2010-04-02 23:09:13 +02:00
|
|
|
|
LIBGPM
|
|
|
|
|
LIBGIF
|
|
|
|
|
LIBTIFF
|
|
|
|
|
LIBPNG
|
|
|
|
|
LIBJPEG
|
|
|
|
|
LIBXPM
|
|
|
|
|
FREETYPE_LIBS
|
|
|
|
|
FREETYPE_CFLAGS
|
|
|
|
|
M17N_FLT_LIBS
|
|
|
|
|
M17N_FLT_CFLAGS
|
|
|
|
|
LIBOTF_LIBS
|
|
|
|
|
LIBOTF_CFLAGS
|
|
|
|
|
XFT_LIBS
|
|
|
|
|
XFT_CFLAGS
|
|
|
|
|
FONTCONFIG_LIBS
|
|
|
|
|
FONTCONFIG_CFLAGS
|
2010-05-13 15:13:52 +02:00
|
|
|
|
LIBXMU
|
|
|
|
|
LIBXTR6
|
2010-09-26 17:18:47 +02:00
|
|
|
|
LIBGNUTLS_LIBS
|
|
|
|
|
LIBGNUTLS_CFLAGS
|
2010-05-13 15:13:52 +02:00
|
|
|
|
LIBSELINUX_LIBS
|
2010-04-02 23:09:13 +02:00
|
|
|
|
GCONF_LIBS
|
|
|
|
|
GCONF_CFLAGS
|
2010-05-13 15:13:52 +02:00
|
|
|
|
DBUS_OBJ
|
2010-04-02 23:09:13 +02:00
|
|
|
|
DBUS_LIBS
|
|
|
|
|
DBUS_CFLAGS
|
2010-05-13 15:13:52 +02:00
|
|
|
|
GTK_OBJ
|
2010-04-02 23:09:13 +02:00
|
|
|
|
GTK_LIBS
|
|
|
|
|
GTK_CFLAGS
|
|
|
|
|
IMAGEMAGICK_LIBS
|
|
|
|
|
IMAGEMAGICK_CFLAGS
|
|
|
|
|
RSVG_LIBS
|
|
|
|
|
RSVG_CFLAGS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
VMLIMIT_OBJ
|
|
|
|
|
GMALLOC_OBJ
|
2010-04-02 23:09:13 +02:00
|
|
|
|
HAVE_XSERVER
|
2010-05-13 15:13:52 +02:00
|
|
|
|
LIB_STANDARD
|
|
|
|
|
NS_SUPPORT
|
|
|
|
|
NS_OBJ
|
2010-06-03 15:16:02 -07:00
|
|
|
|
TEMACS_LDFLAGS2
|
2010-05-13 15:13:52 +02:00
|
|
|
|
LD_SWITCH_X_SITE_AUX_RPATH
|
|
|
|
|
LD_SWITCH_X_SITE_AUX
|
2010-04-02 23:09:13 +02:00
|
|
|
|
XMKMF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
DEPFLAGS
|
|
|
|
|
MKDEPDIR
|
2010-04-02 23:09:13 +02:00
|
|
|
|
SET_MAKE
|
|
|
|
|
CFLAGS_SOUND
|
|
|
|
|
ALSA_LIBS
|
|
|
|
|
ALSA_CFLAGS
|
|
|
|
|
PKG_CONFIG
|
|
|
|
|
LIBSOUND
|
2010-05-13 15:13:52 +02:00
|
|
|
|
START_FILES
|
|
|
|
|
LIB_MATH
|
|
|
|
|
CRT_DIR
|
|
|
|
|
LIBS_SYSTEM
|
|
|
|
|
C_SWITCH_SYSTEM
|
2010-06-03 15:16:02 -07:00
|
|
|
|
UNEXEC_OBJ
|
2010-05-13 15:13:52 +02:00
|
|
|
|
C_SWITCH_MACHINE
|
|
|
|
|
LD_SWITCH_SYSTEM
|
2010-06-29 19:55:15 -07:00
|
|
|
|
CANNOT_DUMP
|
2010-04-02 23:09:13 +02:00
|
|
|
|
MAKEINFO
|
|
|
|
|
GZIP_PROG
|
|
|
|
|
INSTALL_INFO
|
|
|
|
|
RANLIB
|
|
|
|
|
INSTALL_DATA
|
|
|
|
|
INSTALL_SCRIPT
|
|
|
|
|
INSTALL_PROGRAM
|
Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
* configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
(C_OPTIMIZE_SWITCH): Remove.
(TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
* lib-src/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Set from substitution.
(BASE_CFLAGS): Add ${C_WARNINGS_SWITCH}.
(ALL_CFLAGS, CPP_CFLAGS): Add ${PROFILING_CFLAGS}.
(LINK_CFLAGS): Add ${PROFILING_LDFLAGS}.
* lwlib/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
substitution.
(ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
* oldXMenu/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
substitution.
(ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
* src/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Set from substitution.
(ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
CFLAGS last.
2010-07-12 16:16:38 +02:00
|
|
|
|
C_WARNINGS_SWITCH
|
2010-04-02 23:09:13 +02:00
|
|
|
|
EGREP
|
|
|
|
|
GREP
|
|
|
|
|
CPP
|
|
|
|
|
OBJEXT
|
|
|
|
|
EXEEXT
|
|
|
|
|
ac_ct_CC
|
|
|
|
|
CPPFLAGS
|
|
|
|
|
LDFLAGS
|
|
|
|
|
CFLAGS
|
|
|
|
|
CC
|
|
|
|
|
host_os
|
|
|
|
|
host_vendor
|
|
|
|
|
host_cpu
|
|
|
|
|
host
|
|
|
|
|
build_os
|
|
|
|
|
build_vendor
|
|
|
|
|
build_cpu
|
|
|
|
|
build
|
Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
* configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
(C_OPTIMIZE_SWITCH): Remove.
(TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
* lib-src/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Set from substitution.
(BASE_CFLAGS): Add ${C_WARNINGS_SWITCH}.
(ALL_CFLAGS, CPP_CFLAGS): Add ${PROFILING_CFLAGS}.
(LINK_CFLAGS): Add ${PROFILING_LDFLAGS}.
* lwlib/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
substitution.
(ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
* oldXMenu/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
substitution.
(ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
* src/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Set from substitution.
(ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
CFLAGS last.
2010-07-12 16:16:38 +02:00
|
|
|
|
PROFILING_CFLAGS
|
2010-04-02 23:09:13 +02:00
|
|
|
|
MAINT
|
2010-06-14 11:48:51 +02:00
|
|
|
|
GZIP_INFO
|
2010-04-02 23:09:13 +02:00
|
|
|
|
target_alias
|
|
|
|
|
host_alias
|
|
|
|
|
build_alias
|
|
|
|
|
LIBS
|
|
|
|
|
ECHO_T
|
|
|
|
|
ECHO_N
|
|
|
|
|
ECHO_C
|
|
|
|
|
DEFS
|
|
|
|
|
mandir
|
|
|
|
|
localedir
|
|
|
|
|
libdir
|
|
|
|
|
psdir
|
|
|
|
|
pdfdir
|
|
|
|
|
dvidir
|
|
|
|
|
htmldir
|
|
|
|
|
infodir
|
|
|
|
|
docdir
|
|
|
|
|
oldincludedir
|
|
|
|
|
includedir
|
|
|
|
|
localstatedir
|
|
|
|
|
sharedstatedir
|
|
|
|
|
sysconfdir
|
|
|
|
|
datadir
|
|
|
|
|
datarootdir
|
|
|
|
|
libexecdir
|
|
|
|
|
sbindir
|
|
|
|
|
bindir
|
|
|
|
|
program_transform_name
|
|
|
|
|
prefix
|
|
|
|
|
exec_prefix
|
2010-06-03 15:16:02 -07:00
|
|
|
|
PACKAGE_URL
|
2010-04-02 23:09:13 +02:00
|
|
|
|
PACKAGE_BUGREPORT
|
|
|
|
|
PACKAGE_STRING
|
|
|
|
|
PACKAGE_VERSION
|
|
|
|
|
PACKAGE_TARNAME
|
|
|
|
|
PACKAGE_NAME
|
|
|
|
|
PATH_SEPARATOR
|
|
|
|
|
SHELL'
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_subst_files='deps_frag
|
|
|
|
|
ns_frag'
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_user_opts='
|
|
|
|
|
enable_option_checking
|
|
|
|
|
with_pop
|
|
|
|
|
with_kerberos
|
|
|
|
|
with_kerberos5
|
|
|
|
|
with_hesiod
|
2010-03-17 22:57:21 -07:00
|
|
|
|
with_mmdf
|
|
|
|
|
with_mail_unlink
|
|
|
|
|
with_mailhost
|
2009-07-22 02:55:17 +00:00
|
|
|
|
with_sound
|
|
|
|
|
with_sync_input
|
|
|
|
|
with_x_toolkit
|
|
|
|
|
with_xpm
|
|
|
|
|
with_jpeg
|
|
|
|
|
with_tiff
|
|
|
|
|
with_gif
|
|
|
|
|
with_png
|
|
|
|
|
with_rsvg
|
2010-09-10 18:44:35 +02:00
|
|
|
|
with_xml2
|
2010-04-02 23:09:13 +02:00
|
|
|
|
with_imagemagick
|
2009-07-22 02:55:17 +00:00
|
|
|
|
with_xft
|
|
|
|
|
with_libotf
|
|
|
|
|
with_m17n_flt
|
|
|
|
|
with_toolkit_scroll_bars
|
|
|
|
|
with_xaw3d
|
|
|
|
|
with_xim
|
|
|
|
|
with_ns
|
|
|
|
|
with_gpm
|
|
|
|
|
with_dbus
|
2009-11-17 08:21:23 +00:00
|
|
|
|
with_gconf
|
2010-05-07 19:13:50 -07:00
|
|
|
|
with_selinux
|
2010-09-26 17:18:47 +02:00
|
|
|
|
with_gnutls
|
2009-07-22 02:55:17 +00:00
|
|
|
|
with_makeinfo
|
2010-06-14 11:48:51 +02:00
|
|
|
|
with_compress_info
|
2009-07-22 02:55:17 +00:00
|
|
|
|
with_pkg_config_prog
|
2010-05-07 19:13:50 -07:00
|
|
|
|
with_crt_dir
|
2009-07-22 02:55:17 +00:00
|
|
|
|
with_gnustep_conf
|
|
|
|
|
enable_ns_self_contained
|
|
|
|
|
enable_asserts
|
|
|
|
|
enable_maintainer_mode
|
|
|
|
|
enable_locallisppath
|
|
|
|
|
enable_checking
|
2010-07-02 01:11:24 -07:00
|
|
|
|
enable_use_lisp_union_type
|
2009-07-22 02:55:17 +00:00
|
|
|
|
enable_profiling
|
2009-11-14 15:17:38 +00:00
|
|
|
|
enable_autodepend
|
2009-07-22 02:55:17 +00:00
|
|
|
|
enable_largefile
|
|
|
|
|
with_x
|
|
|
|
|
'
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_precious_vars='build_alias
|
|
|
|
|
host_alias
|
|
|
|
|
target_alias
|
|
|
|
|
CC
|
|
|
|
|
CFLAGS
|
|
|
|
|
LDFLAGS
|
2006-12-22 19:23:19 +00:00
|
|
|
|
LIBS
|
2006-12-20 19:57:39 +00:00
|
|
|
|
CPPFLAGS
|
|
|
|
|
CPP
|
|
|
|
|
XMKMF'
|
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
1999-10-07 13:06:22 +00:00
|
|
|
|
# Initialize some variables set by options.
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_init_help=
|
|
|
|
|
ac_init_version=false
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_unrecognized_opts=
|
|
|
|
|
ac_unrecognized_sep=
|
1999-10-07 13:06:22 +00:00
|
|
|
|
# The variables have the same names as the options, with
|
|
|
|
|
# dashes changed to underlines.
|
2001-10-19 12:33:10 +00:00
|
|
|
|
cache_file=/dev/null
|
1999-10-07 13:06:22 +00:00
|
|
|
|
exec_prefix=NONE
|
|
|
|
|
no_create=
|
|
|
|
|
no_recursion=
|
|
|
|
|
prefix=NONE
|
|
|
|
|
program_prefix=NONE
|
|
|
|
|
program_suffix=NONE
|
|
|
|
|
program_transform_name=s,x,x,
|
|
|
|
|
silent=
|
|
|
|
|
site=
|
|
|
|
|
srcdir=
|
|
|
|
|
verbose=
|
|
|
|
|
x_includes=NONE
|
|
|
|
|
x_libraries=NONE
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
|
|
|
|
# Installation directory options.
|
|
|
|
|
# These are left unexpanded so users can "make install exec_prefix=/foo"
|
|
|
|
|
# and all the variables that are supposed to be based on exec_prefix
|
|
|
|
|
# by default will actually change.
|
|
|
|
|
# Use braces instead of parens because sh, perl, etc. also accept them.
|
2006-12-20 19:57:39 +00:00
|
|
|
|
# (The list follows the same order as the GNU Coding Standards.)
|
1999-10-07 13:06:22 +00:00
|
|
|
|
bindir='${exec_prefix}/bin'
|
|
|
|
|
sbindir='${exec_prefix}/sbin'
|
|
|
|
|
libexecdir='${exec_prefix}/libexec'
|
2006-12-20 19:57:39 +00:00
|
|
|
|
datarootdir='${prefix}/share'
|
|
|
|
|
datadir='${datarootdir}'
|
1999-10-07 13:06:22 +00:00
|
|
|
|
sysconfdir='${prefix}/etc'
|
|
|
|
|
sharedstatedir='${prefix}/com'
|
|
|
|
|
localstatedir='${prefix}/var'
|
|
|
|
|
includedir='${prefix}/include'
|
|
|
|
|
oldincludedir='/usr/include'
|
2007-12-04 11:29:32 +00:00
|
|
|
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
2006-12-20 19:57:39 +00:00
|
|
|
|
infodir='${datarootdir}/info'
|
|
|
|
|
htmldir='${docdir}'
|
|
|
|
|
dvidir='${docdir}'
|
|
|
|
|
pdfdir='${docdir}'
|
|
|
|
|
psdir='${docdir}'
|
|
|
|
|
libdir='${exec_prefix}/lib'
|
|
|
|
|
localedir='${datarootdir}/locale'
|
|
|
|
|
mandir='${datarootdir}/man'
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
ac_prev=
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_dashdash=
|
1999-10-07 13:06:22 +00:00
|
|
|
|
for ac_option
|
|
|
|
|
do
|
|
|
|
|
# If the previous option needs an argument, assign it.
|
|
|
|
|
if test -n "$ac_prev"; then
|
2006-12-20 19:57:39 +00:00
|
|
|
|
eval $ac_prev=\$ac_option
|
1999-10-07 13:06:22 +00:00
|
|
|
|
ac_prev=
|
|
|
|
|
continue
|
|
|
|
|
fi
|
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
case $ac_option in
|
2010-11-21 15:39:55 +01:00
|
|
|
|
*=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
|
|
|
|
|
*) ac_optarg=yes ;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
esac
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
# Accept the important Cygnus configure options, so we can diagnose typos.
|
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
case $ac_dashdash$ac_option in
|
|
|
|
|
--)
|
|
|
|
|
ac_dashdash=yes ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-bindir | --bindir | --bindi | --bind | --bin | --bi)
|
|
|
|
|
ac_prev=bindir ;;
|
|
|
|
|
-bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
bindir=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-build | --build | --buil | --bui | --bu)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_prev=build_alias ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
-build=* | --build=* | --buil=* | --bui=* | --bu=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
build_alias=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-cache-file | --cache-file | --cache-fil | --cache-fi \
|
|
|
|
|
| --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
|
|
|
|
|
ac_prev=cache_file ;;
|
|
|
|
|
-cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
|
|
|
|
|
| --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
cache_file=$ac_optarg ;;
|
|
|
|
|
|
|
|
|
|
--config-cache | -C)
|
|
|
|
|
cache_file=config.cache ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
-datadir | --datadir | --datadi | --datad)
|
1999-10-07 13:06:22 +00:00
|
|
|
|
ac_prev=datadir ;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
-datadir=* | --datadir=* | --datadi=* | --datad=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
datadir=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
-datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
|
|
|
|
|
| --dataroo | --dataro | --datar)
|
|
|
|
|
ac_prev=datarootdir ;;
|
|
|
|
|
-datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
|
|
|
|
|
| --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
|
|
|
|
|
datarootdir=$ac_optarg ;;
|
|
|
|
|
|
1999-10-07 13:06:22 +00:00
|
|
|
|
-disable-* | --disable-*)
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
|
1999-10-07 13:06:22 +00:00
|
|
|
|
# Reject names that are not valid shell variable names.
|
2009-07-22 02:55:17 +00:00
|
|
|
|
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "invalid feature name: $ac_useropt"
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_useropt_orig=$ac_useropt
|
|
|
|
|
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
|
|
|
|
|
case $ac_user_opts in
|
|
|
|
|
*"
|
|
|
|
|
"enable_$ac_useropt"
|
|
|
|
|
"*) ;;
|
|
|
|
|
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
|
|
|
|
|
ac_unrecognized_sep=', ';;
|
|
|
|
|
esac
|
|
|
|
|
eval enable_$ac_useropt=no ;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
|
|
|
|
-docdir | --docdir | --docdi | --doc | --do)
|
|
|
|
|
ac_prev=docdir ;;
|
|
|
|
|
-docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
|
|
|
|
|
docdir=$ac_optarg ;;
|
|
|
|
|
|
|
|
|
|
-dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
|
|
|
|
|
ac_prev=dvidir ;;
|
|
|
|
|
-dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
|
|
|
|
|
dvidir=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-enable-* | --enable-*)
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
|
1999-10-07 13:06:22 +00:00
|
|
|
|
# Reject names that are not valid shell variable names.
|
2009-07-22 02:55:17 +00:00
|
|
|
|
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "invalid feature name: $ac_useropt"
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_useropt_orig=$ac_useropt
|
|
|
|
|
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
|
|
|
|
|
case $ac_user_opts in
|
|
|
|
|
*"
|
|
|
|
|
"enable_$ac_useropt"
|
|
|
|
|
"*) ;;
|
|
|
|
|
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
|
|
|
|
|
ac_unrecognized_sep=', ';;
|
|
|
|
|
esac
|
|
|
|
|
eval enable_$ac_useropt=\$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
|
|
|
|
|
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
|
|
|
|
|
| --exec | --exe | --ex)
|
|
|
|
|
ac_prev=exec_prefix ;;
|
|
|
|
|
-exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
|
|
|
|
|
| --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
|
|
|
|
|
| --exec=* | --exe=* | --ex=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
exec_prefix=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-gas | --gas | --ga | --g)
|
|
|
|
|
# Obsolete; use --with-gas.
|
|
|
|
|
with_gas=yes ;;
|
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
-help | --help | --hel | --he | -h)
|
|
|
|
|
ac_init_help=long ;;
|
|
|
|
|
-help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
|
|
|
|
|
ac_init_help=recursive ;;
|
|
|
|
|
-help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
|
|
|
|
|
ac_init_help=short ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-host | --host | --hos | --ho)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_prev=host_alias ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
-host=* | --host=* | --hos=* | --ho=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
host_alias=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
-htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
|
|
|
|
|
ac_prev=htmldir ;;
|
|
|
|
|
-htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
|
|
|
|
|
| --ht=*)
|
|
|
|
|
htmldir=$ac_optarg ;;
|
|
|
|
|
|
1999-10-07 13:06:22 +00:00
|
|
|
|
-includedir | --includedir | --includedi | --included | --include \
|
|
|
|
|
| --includ | --inclu | --incl | --inc)
|
|
|
|
|
ac_prev=includedir ;;
|
|
|
|
|
-includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
|
|
|
|
|
| --includ=* | --inclu=* | --incl=* | --inc=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
includedir=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-infodir | --infodir | --infodi | --infod | --info | --inf)
|
|
|
|
|
ac_prev=infodir ;;
|
|
|
|
|
-infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
infodir=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-libdir | --libdir | --libdi | --libd)
|
|
|
|
|
ac_prev=libdir ;;
|
|
|
|
|
-libdir=* | --libdir=* | --libdi=* | --libd=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
libdir=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
|
|
|
|
|
| --libexe | --libex | --libe)
|
|
|
|
|
ac_prev=libexecdir ;;
|
|
|
|
|
-libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
|
|
|
|
|
| --libexe=* | --libex=* | --libe=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
libexecdir=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
-localedir | --localedir | --localedi | --localed | --locale)
|
|
|
|
|
ac_prev=localedir ;;
|
|
|
|
|
-localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
|
|
|
|
|
localedir=$ac_optarg ;;
|
|
|
|
|
|
1999-10-07 13:06:22 +00:00
|
|
|
|
-localstatedir | --localstatedir | --localstatedi | --localstated \
|
2006-12-20 19:57:39 +00:00
|
|
|
|
| --localstate | --localstat | --localsta | --localst | --locals)
|
1999-10-07 13:06:22 +00:00
|
|
|
|
ac_prev=localstatedir ;;
|
|
|
|
|
-localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
|
2006-12-20 19:57:39 +00:00
|
|
|
|
| --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
localstatedir=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-mandir | --mandir | --mandi | --mand | --man | --ma | --m)
|
|
|
|
|
ac_prev=mandir ;;
|
|
|
|
|
-mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
mandir=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-nfp | --nfp | --nf)
|
|
|
|
|
# Obsolete; use --without-fp.
|
|
|
|
|
with_fp=no ;;
|
|
|
|
|
|
|
|
|
|
-no-create | --no-create | --no-creat | --no-crea | --no-cre \
|
2002-11-07 17:33:03 +00:00
|
|
|
|
| --no-cr | --no-c | -n)
|
1999-10-07 13:06:22 +00:00
|
|
|
|
no_create=yes ;;
|
|
|
|
|
|
|
|
|
|
-no-recursion | --no-recursion | --no-recursio | --no-recursi \
|
|
|
|
|
| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
|
|
|
|
|
no_recursion=yes ;;
|
|
|
|
|
|
|
|
|
|
-oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
|
|
|
|
|
| --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
|
|
|
|
|
| --oldin | --oldi | --old | --ol | --o)
|
|
|
|
|
ac_prev=oldincludedir ;;
|
|
|
|
|
-oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
|
|
|
|
|
| --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
|
|
|
|
|
| --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
oldincludedir=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
|
|
|
|
|
ac_prev=prefix ;;
|
|
|
|
|
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
prefix=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-program-prefix | --program-prefix | --program-prefi | --program-pref \
|
|
|
|
|
| --program-pre | --program-pr | --program-p)
|
|
|
|
|
ac_prev=program_prefix ;;
|
|
|
|
|
-program-prefix=* | --program-prefix=* | --program-prefi=* \
|
|
|
|
|
| --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
program_prefix=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-program-suffix | --program-suffix | --program-suffi | --program-suff \
|
|
|
|
|
| --program-suf | --program-su | --program-s)
|
|
|
|
|
ac_prev=program_suffix ;;
|
|
|
|
|
-program-suffix=* | --program-suffix=* | --program-suffi=* \
|
|
|
|
|
| --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
program_suffix=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-program-transform-name | --program-transform-name \
|
|
|
|
|
| --program-transform-nam | --program-transform-na \
|
|
|
|
|
| --program-transform-n | --program-transform- \
|
|
|
|
|
| --program-transform | --program-transfor \
|
|
|
|
|
| --program-transfo | --program-transf \
|
|
|
|
|
| --program-trans | --program-tran \
|
|
|
|
|
| --progr-tra | --program-tr | --program-t)
|
|
|
|
|
ac_prev=program_transform_name ;;
|
|
|
|
|
-program-transform-name=* | --program-transform-name=* \
|
|
|
|
|
| --program-transform-nam=* | --program-transform-na=* \
|
|
|
|
|
| --program-transform-n=* | --program-transform-=* \
|
|
|
|
|
| --program-transform=* | --program-transfor=* \
|
|
|
|
|
| --program-transfo=* | --program-transf=* \
|
|
|
|
|
| --program-trans=* | --program-tran=* \
|
|
|
|
|
| --progr-tra=* | --program-tr=* | --program-t=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
program_transform_name=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
-pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
|
|
|
|
|
ac_prev=pdfdir ;;
|
|
|
|
|
-pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
|
|
|
|
|
pdfdir=$ac_optarg ;;
|
|
|
|
|
|
|
|
|
|
-psdir | --psdir | --psdi | --psd | --ps)
|
|
|
|
|
ac_prev=psdir ;;
|
|
|
|
|
-psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
|
|
|
|
|
psdir=$ac_optarg ;;
|
|
|
|
|
|
1999-10-07 13:06:22 +00:00
|
|
|
|
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
|
|
|
|
| -silent | --silent | --silen | --sile | --sil)
|
|
|
|
|
silent=yes ;;
|
|
|
|
|
|
|
|
|
|
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
|
|
|
|
|
ac_prev=sbindir ;;
|
|
|
|
|
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
|
|
|
|
|
| --sbi=* | --sb=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
sbindir=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-sharedstatedir | --sharedstatedir | --sharedstatedi \
|
|
|
|
|
| --sharedstated | --sharedstate | --sharedstat | --sharedsta \
|
|
|
|
|
| --sharedst | --shareds | --shared | --share | --shar \
|
|
|
|
|
| --sha | --sh)
|
|
|
|
|
ac_prev=sharedstatedir ;;
|
|
|
|
|
-sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
|
|
|
|
|
| --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
|
|
|
|
|
| --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
|
|
|
|
|
| --sha=* | --sh=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
sharedstatedir=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-site | --site | --sit)
|
|
|
|
|
ac_prev=site ;;
|
|
|
|
|
-site=* | --site=* | --sit=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
site=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
|
|
|
|
|
ac_prev=srcdir ;;
|
|
|
|
|
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
srcdir=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
|
|
|
|
|
| --syscon | --sysco | --sysc | --sys | --sy)
|
|
|
|
|
ac_prev=sysconfdir ;;
|
|
|
|
|
-sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
|
|
|
|
|
| --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
sysconfdir=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-target | --target | --targe | --targ | --tar | --ta | --t)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_prev=target_alias ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
-target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
target_alias=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-v | -verbose | --verbose | --verbos | --verbo | --verb)
|
|
|
|
|
verbose=yes ;;
|
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
-version | --version | --versio | --versi | --vers | -V)
|
|
|
|
|
ac_init_version=: ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-with-* | --with-*)
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
|
1999-10-07 13:06:22 +00:00
|
|
|
|
# Reject names that are not valid shell variable names.
|
2009-07-22 02:55:17 +00:00
|
|
|
|
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "invalid package name: $ac_useropt"
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_useropt_orig=$ac_useropt
|
|
|
|
|
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
|
|
|
|
|
case $ac_user_opts in
|
|
|
|
|
*"
|
|
|
|
|
"with_$ac_useropt"
|
|
|
|
|
"*) ;;
|
|
|
|
|
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
|
|
|
|
|
ac_unrecognized_sep=', ';;
|
|
|
|
|
esac
|
|
|
|
|
eval with_$ac_useropt=\$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-without-* | --without-*)
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
|
1999-10-07 13:06:22 +00:00
|
|
|
|
# Reject names that are not valid shell variable names.
|
2009-07-22 02:55:17 +00:00
|
|
|
|
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "invalid package name: $ac_useropt"
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_useropt_orig=$ac_useropt
|
|
|
|
|
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
|
|
|
|
|
case $ac_user_opts in
|
|
|
|
|
*"
|
|
|
|
|
"with_$ac_useropt"
|
|
|
|
|
"*) ;;
|
|
|
|
|
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
|
|
|
|
|
ac_unrecognized_sep=', ';;
|
|
|
|
|
esac
|
|
|
|
|
eval with_$ac_useropt=no ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
--x)
|
|
|
|
|
# Obsolete; use --with-x.
|
|
|
|
|
with_x=yes ;;
|
|
|
|
|
|
|
|
|
|
-x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
|
|
|
|
|
| --x-incl | --x-inc | --x-in | --x-i)
|
|
|
|
|
ac_prev=x_includes ;;
|
|
|
|
|
-x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
|
|
|
|
|
| --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
x_includes=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
-x-libraries | --x-libraries | --x-librarie | --x-librari \
|
|
|
|
|
| --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
|
|
|
|
|
ac_prev=x_libraries ;;
|
|
|
|
|
-x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
|
|
|
|
|
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
x_libraries=$ac_optarg ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2010-11-21 15:39:55 +01:00
|
|
|
|
-*) as_fn_error "unrecognized option: \`$ac_option'
|
|
|
|
|
Try \`$0 --help' for more information."
|
1999-10-07 13:06:22 +00:00
|
|
|
|
;;
|
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
*=*)
|
|
|
|
|
ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
|
|
|
|
|
# Reject names that are not valid shell variable names.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $ac_envvar in #(
|
|
|
|
|
'' | [0-9]* | *[!_$as_cr_alnum]* )
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "invalid variable name: \`$ac_envvar'" ;;
|
2010-06-03 15:16:02 -07:00
|
|
|
|
esac
|
2006-12-20 19:57:39 +00:00
|
|
|
|
eval $ac_envvar=\$ac_optarg
|
2001-10-19 12:33:10 +00:00
|
|
|
|
export $ac_envvar ;;
|
|
|
|
|
|
1999-10-07 13:06:22 +00:00
|
|
|
|
*)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# FIXME: should be removed in autoconf 3.0.
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
|
2001-10-19 12:33:10 +00:00
|
|
|
|
expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
|
2001-10-19 12:33:10 +00:00
|
|
|
|
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
|
1999-10-07 13:06:22 +00:00
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
esac
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
if test -n "$ac_prev"; then
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_option=--`echo $ac_prev | sed 's/_/-/g'`
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "missing argument to $ac_option"
|
1999-10-07 13:06:22 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2009-07-22 02:55:17 +00:00
|
|
|
|
if test -n "$ac_unrecognized_opts"; then
|
|
|
|
|
case $enable_option_checking in
|
|
|
|
|
no) ;;
|
2010-11-21 15:39:55 +01:00
|
|
|
|
fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
|
2010-04-02 23:09:13 +02:00
|
|
|
|
*) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
|
2009-07-22 02:55:17 +00:00
|
|
|
|
esac
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# Check all directory arguments for consistency.
|
2006-12-20 19:57:39 +00:00
|
|
|
|
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
|
|
|
|
|
datadir sysconfdir sharedstatedir localstatedir includedir \
|
|
|
|
|
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
|
|
|
|
|
libdir localedir mandir
|
1999-10-07 13:06:22 +00:00
|
|
|
|
do
|
2006-12-20 19:57:39 +00:00
|
|
|
|
eval ac_val=\$$ac_var
|
2009-07-22 02:55:17 +00:00
|
|
|
|
# Remove trailing slashes.
|
|
|
|
|
case $ac_val in
|
|
|
|
|
*/ )
|
|
|
|
|
ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
|
|
|
|
|
eval $ac_var=\$ac_val;;
|
|
|
|
|
esac
|
|
|
|
|
# Be sure to have absolute directory names.
|
2001-10-19 12:33:10 +00:00
|
|
|
|
case $ac_val in
|
2006-12-20 19:57:39 +00:00
|
|
|
|
[\\/$]* | ?:[\\/]* ) continue;;
|
|
|
|
|
NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
esac
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
|
1999-10-07 13:06:22 +00:00
|
|
|
|
done
|
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# There might be people who depend on the old broken behavior: `$host'
|
|
|
|
|
# used to hold the argument of --host etc.
|
2002-11-07 17:33:03 +00:00
|
|
|
|
# FIXME: To remove some day.
|
2001-10-19 12:33:10 +00:00
|
|
|
|
build=$build_alias
|
|
|
|
|
host=$host_alias
|
|
|
|
|
target=$target_alias
|
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
# FIXME: To remove some day.
|
2001-10-19 12:33:10 +00:00
|
|
|
|
if test "x$host_alias" != x; then
|
|
|
|
|
if test "x$build_alias" = x; then
|
|
|
|
|
cross_compiling=maybe
|
2010-11-21 15:39:55 +01:00
|
|
|
|
$as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
|
|
|
|
|
If a cross compiler is detected then cross compile mode will be used." >&2
|
2001-10-19 12:33:10 +00:00
|
|
|
|
elif test "x$build_alias" != "x$host_alias"; then
|
|
|
|
|
cross_compiling=yes
|
|
|
|
|
fi
|
|
|
|
|
fi
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_tool_prefix=
|
|
|
|
|
test -n "$host_alias" && ac_tool_prefix=$host_alias-
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
test "$silent" = yes && exec 6>/dev/null
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_pwd=`pwd` && test -n "$ac_pwd" &&
|
|
|
|
|
ac_ls_di=`ls -di .` &&
|
|
|
|
|
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "working directory cannot be determined"
|
2006-12-20 19:57:39 +00:00
|
|
|
|
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "pwd does not report name of working directory"
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
|
|
|
|
|
1999-10-07 13:06:22 +00:00
|
|
|
|
# Find the source files, if location was not specified.
|
|
|
|
|
if test -z "$srcdir"; then
|
|
|
|
|
ac_srcdir_defaulted=yes
|
2006-12-20 19:57:39 +00:00
|
|
|
|
# Try the directory containing this script, then the parent directory.
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_confdir=`$as_dirname -- "$as_myself" ||
|
|
|
|
|
$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
|
|
|
|
X"$as_myself" : 'X\(//\)[^/]' \| \
|
|
|
|
|
X"$as_myself" : 'X\(//\)$' \| \
|
|
|
|
|
X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
|
|
|
|
|
$as_echo X"$as_myself" |
|
2006-12-20 19:57:39 +00:00
|
|
|
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/^X\(\/\/\)[^/].*/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/^X\(\/\/\)$/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/^X\(\/\).*/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
s/.*/./; q'`
|
1999-10-07 13:06:22 +00:00
|
|
|
|
srcdir=$ac_confdir
|
2006-12-20 19:57:39 +00:00
|
|
|
|
if test ! -r "$srcdir/$ac_unique_file"; then
|
1999-10-07 13:06:22 +00:00
|
|
|
|
srcdir=..
|
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
ac_srcdir_defaulted=no
|
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
if test ! -r "$srcdir/$ac_unique_file"; then
|
|
|
|
|
test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
|
1999-10-07 13:06:22 +00:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
|
|
|
|
|
ac_abs_confdir=`(
|
2010-11-21 15:39:55 +01:00
|
|
|
|
cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
|
2006-12-20 19:57:39 +00:00
|
|
|
|
pwd)`
|
|
|
|
|
# When building in place, set srcdir=.
|
|
|
|
|
if test "$ac_abs_confdir" = "$ac_pwd"; then
|
|
|
|
|
srcdir=.
|
|
|
|
|
fi
|
|
|
|
|
# Remove unnecessary trailing slashes from srcdir.
|
|
|
|
|
# Double slashes in file names in object file debugging info
|
|
|
|
|
# mess up M-x gdb in Emacs.
|
|
|
|
|
case $srcdir in
|
|
|
|
|
*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
|
|
|
|
|
esac
|
|
|
|
|
for ac_var in $ac_precious_vars; do
|
|
|
|
|
eval ac_env_${ac_var}_set=\${${ac_var}+set}
|
|
|
|
|
eval ac_env_${ac_var}_value=\$${ac_var}
|
|
|
|
|
eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
|
|
|
|
|
eval ac_cv_env_${ac_var}_value=\$${ac_var}
|
|
|
|
|
done
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Report the --help message.
|
|
|
|
|
#
|
|
|
|
|
if test "$ac_init_help" = "long"; then
|
|
|
|
|
# Omit some internal or obsolete options to make the list less imposing.
|
|
|
|
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
2002-11-07 17:33:03 +00:00
|
|
|
|
cat <<_ACEOF
|
2010-03-11 19:13:01 -08:00
|
|
|
|
\`configure' configures emacs 24.0.50 to adapt to many kinds of systems.
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
|
|
|
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
|
|
|
|
|
|
|
|
|
To assign environment variables (e.g., CC, CFLAGS...), specify them as
|
|
|
|
|
VAR=VALUE. See below for descriptions of some of the useful variables.
|
|
|
|
|
|
|
|
|
|
Defaults for the options are specified in brackets.
|
|
|
|
|
|
|
|
|
|
Configuration:
|
|
|
|
|
-h, --help display this help and exit
|
|
|
|
|
--help=short display options specific to this package
|
|
|
|
|
--help=recursive display the short help of all the included packages
|
|
|
|
|
-V, --version display version information and exit
|
2010-11-21 15:39:55 +01:00
|
|
|
|
-q, --quiet, --silent do not print \`checking...' messages
|
2001-10-19 12:33:10 +00:00
|
|
|
|
--cache-file=FILE cache test results in FILE [disabled]
|
|
|
|
|
-C, --config-cache alias for \`--cache-file=config.cache'
|
|
|
|
|
-n, --no-create do not create output files
|
|
|
|
|
--srcdir=DIR find the sources in DIR [configure dir or \`..']
|
|
|
|
|
|
|
|
|
|
Installation directories:
|
|
|
|
|
--prefix=PREFIX install architecture-independent files in PREFIX
|
2009-07-22 02:55:17 +00:00
|
|
|
|
[$ac_default_prefix]
|
2001-10-19 12:33:10 +00:00
|
|
|
|
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
|
2009-07-22 02:55:17 +00:00
|
|
|
|
[PREFIX]
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
|
|
|
|
By default, \`make install' will install all the files in
|
|
|
|
|
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
|
|
|
|
|
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
|
|
|
|
|
for instance \`--prefix=\$HOME'.
|
|
|
|
|
|
|
|
|
|
For better control, use the options below.
|
|
|
|
|
|
|
|
|
|
Fine tuning of the installation directories:
|
2009-07-22 02:55:17 +00:00
|
|
|
|
--bindir=DIR user executables [EPREFIX/bin]
|
|
|
|
|
--sbindir=DIR system admin executables [EPREFIX/sbin]
|
|
|
|
|
--libexecdir=DIR program executables [EPREFIX/libexec]
|
|
|
|
|
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
|
|
|
|
|
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
|
|
|
|
|
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
|
|
|
|
--libdir=DIR object code libraries [EPREFIX/lib]
|
|
|
|
|
--includedir=DIR C header files [PREFIX/include]
|
|
|
|
|
--oldincludedir=DIR C header files for non-gcc [/usr/include]
|
|
|
|
|
--datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
|
|
|
|
|
--datadir=DIR read-only architecture-independent data [DATAROOTDIR]
|
|
|
|
|
--infodir=DIR info documentation [DATAROOTDIR/info]
|
|
|
|
|
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
|
|
|
|
|
--mandir=DIR man documentation [DATAROOTDIR/man]
|
|
|
|
|
--docdir=DIR documentation root [DATAROOTDIR/doc/emacs]
|
|
|
|
|
--htmldir=DIR html documentation [DOCDIR]
|
|
|
|
|
--dvidir=DIR dvi documentation [DOCDIR]
|
|
|
|
|
--pdfdir=DIR pdf documentation [DOCDIR]
|
|
|
|
|
--psdir=DIR ps documentation [DOCDIR]
|
2002-11-07 17:33:03 +00:00
|
|
|
|
_ACEOF
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
cat <<\_ACEOF
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2001-11-15 20:48:20 +00:00
|
|
|
|
Program names:
|
|
|
|
|
--program-prefix=PREFIX prepend PREFIX to installed program names
|
|
|
|
|
--program-suffix=SUFFIX append SUFFIX to installed program names
|
|
|
|
|
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
|
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
X features:
|
|
|
|
|
--x-includes=DIR X include files are in DIR
|
|
|
|
|
--x-libraries=DIR X library files are in DIR
|
|
|
|
|
|
|
|
|
|
System types:
|
|
|
|
|
--build=BUILD configure for building on BUILD [guessed]
|
2002-11-07 17:33:03 +00:00
|
|
|
|
--host=HOST cross-compile to build programs to run on HOST [BUILD]
|
|
|
|
|
_ACEOF
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test -n "$ac_init_help"; then
|
2007-12-04 11:29:32 +00:00
|
|
|
|
case $ac_init_help in
|
2010-03-11 19:13:01 -08:00
|
|
|
|
short | recursive ) echo "Configuration of emacs 24.0.50:";;
|
2007-12-04 11:29:32 +00:00
|
|
|
|
esac
|
2002-11-07 17:33:03 +00:00
|
|
|
|
cat <<\_ACEOF
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
|
|
|
|
Optional Features:
|
2009-07-22 02:55:17 +00:00
|
|
|
|
--disable-option-checking ignore unrecognized --enable/--with options
|
2001-10-19 12:33:10 +00:00
|
|
|
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
|
|
|
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
2008-08-07 08:54:11 +00:00
|
|
|
|
--disable-ns-self-contained
|
|
|
|
|
disable self contained build under NeXTstep
|
2005-03-04 16:45:54 +00:00
|
|
|
|
--enable-asserts compile code with asserts enabled
|
2007-09-02 18:26:17 +00:00
|
|
|
|
--enable-maintainer-mode
|
|
|
|
|
enable make rules and dependencies not useful (and
|
|
|
|
|
sometimes confusing) to the casual installer
|
2005-05-19 08:29:56 +00:00
|
|
|
|
--enable-locallisppath=PATH
|
|
|
|
|
directories Emacs should search for lisp files
|
|
|
|
|
specific to this site
|
2009-07-04 08:12:10 +00:00
|
|
|
|
--enable-checking[=LIST]
|
|
|
|
|
enable expensive run-time checks. With LIST, enable
|
|
|
|
|
only specific categories of checks. Categories are:
|
|
|
|
|
all,yes,no. Flags are: stringbytes, stringoverrun,
|
|
|
|
|
stringfreelist, xmallocoverrun, conslist
|
2010-07-02 01:11:24 -07:00
|
|
|
|
--enable-use-lisp-union-type
|
|
|
|
|
use a union for the Lisp_Object data type. This is
|
|
|
|
|
only useful for development for catching certain
|
|
|
|
|
types of bugs.
|
2009-07-04 08:12:10 +00:00
|
|
|
|
--enable-profiling build emacs with profiling support. This might not
|
|
|
|
|
work on all platforms
|
2009-11-14 15:17:38 +00:00
|
|
|
|
--enable-autodepend automatically generate dependencies to .h-files.
|
|
|
|
|
Requires GNU Make and Gcc. Enabled if GNU Make and
|
|
|
|
|
Gcc is found
|
2001-10-19 12:33:10 +00:00
|
|
|
|
--disable-largefile omit support for large files
|
|
|
|
|
|
|
|
|
|
Optional Packages:
|
|
|
|
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
|
|
|
|
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
|
|
|
|
--without-pop don't support POP mail retrieval with movemail
|
|
|
|
|
--with-kerberos support Kerberos-authenticated POP
|
|
|
|
|
--with-kerberos5 support Kerberos version 5 authenticated POP
|
|
|
|
|
--with-hesiod support Hesiod to get the POP server host
|
2010-03-17 22:57:21 -07:00
|
|
|
|
--with-mmdf support MMDF mailboxes
|
|
|
|
|
--with-mail-unlink unlink, rather than empty, mail spool after reading
|
|
|
|
|
--with-mailhost=HOSTNAME
|
|
|
|
|
string giving default POP mail host
|
2002-04-08 06:17:17 +00:00
|
|
|
|
--without-sound don't compile with sound support
|
2008-10-24 07:23:34 +00:00
|
|
|
|
--without-sync-input process async input synchronously
|
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
* configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
by minimum required Gtk+ 2.6). Add checks for functions introduced
in Gtk+ 2.14 or newer.
* xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
(gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
defines based on what configure finds.
* xterm.c (XTflash): Use gtk_widget_get_window.
(xg_scroll_callback): Use gtk_adjustment_get_upper and
gtk_adjustment_get_page_size.
(handle_one_xevent): Use gtk_widget_get_mapped.
(x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
messages.
* xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
* gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
HAVE_GTK_FILE_SELECTION_NEW.
* gtkutil.c (xg_display_open, xg_display_close): Remove
HAVE_GTK_MULTIDISPLAY, it is always defined.
(xg_display_open): Return type is void.
(gtk_widget_set_has_window)
(gtk_dialog_get_action_area, gtk_dialog_get_content_area)
(gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
(gtk_adjustment_set_page_increment)
(gtk_adjustment_get_step_increment): #define these if not found
by configure.
(remove_submenu): New define based on Gtk+ version.
(xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
gtk_widget_get_window.
(xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
(xg_create_frame_widgets): Use gtk_widget_set_has_window.
(create_dialog): Use gtk_dialog_get_action_area and
gtk_dialog_get_content_area.
(xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
(xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
g_object_ref and g_object_unref.
(xg_update_menu_item, xg_tool_bar_menu_proxy): Use
gtk_widget_get_sensitive.
(xg_update_submenu): Use remove_submenu.
(xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
properties instead to get old x and y position.
(xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
(xg_get_tool_bar_widgets): New function.
(xg_tool_bar_menu_proxy, xg_show_toolbar_item)
(update_frame_tool_bar): Call xg_get_tool_bar_widgets.
(toolbar_set_orientation): New #define based on if configure
finds gtk_orientable_set_orientation.
(xg_create_tool_bar): Call toolbar_set_orientation.
(xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
instead of gtk_box_pack_start_defaults.
2010-06-28 12:11:26 +02:00
|
|
|
|
--with-x-toolkit=KIT use an X toolkit (KIT one of: yes or gtk, gtk3,
|
|
|
|
|
lucid or athena, motif, no)
|
2008-01-25 04:35:17 +00:00
|
|
|
|
--without-xpm don't compile with XPM image support
|
|
|
|
|
--without-jpeg don't compile with JPEG image support
|
|
|
|
|
--without-tiff don't compile with TIFF image support
|
|
|
|
|
--without-gif don't compile with GIF image support
|
|
|
|
|
--without-png don't compile with PNG image support
|
|
|
|
|
--without-rsvg don't compile with SVG image support
|
2010-09-10 18:44:35 +02:00
|
|
|
|
--without-xml2 don't compile with XML parsing support
|
2010-09-27 22:53:35 +02:00
|
|
|
|
--without-imagemagick don't compile with ImageMagick image support
|
2008-01-30 19:52:04 +00:00
|
|
|
|
--without-xft don't use XFT for anti aliased fonts
|
2008-01-30 07:57:28 +00:00
|
|
|
|
--without-libotf don't use libotf for OpenType font support
|
|
|
|
|
--without-m17n-flt don't use m17n-flt for text shaping
|
2001-10-19 12:33:10 +00:00
|
|
|
|
--without-toolkit-scroll-bars
|
2001-11-02 02:28:50 +00:00
|
|
|
|
don't use Motif or Xaw3d scroll bars
|
2007-08-29 06:36:57 +00:00
|
|
|
|
--without-xaw3d don't use Xaw3d
|
2001-11-02 02:28:50 +00:00
|
|
|
|
--without-xim don't use X11 XIM
|
2008-07-15 18:15:18 +00:00
|
|
|
|
--with-ns use nextstep (Cocoa or GNUstep) windowing system
|
2008-01-25 04:35:17 +00:00
|
|
|
|
--without-gpm don't use -lgpm for mouse support on a GNU/Linux
|
|
|
|
|
console
|
2008-02-05 05:13:13 +00:00
|
|
|
|
--without-dbus don't compile with D-Bus support
|
2009-11-17 08:21:23 +00:00
|
|
|
|
--without-gconf don't compile with GConf support
|
2010-05-07 19:13:50 -07:00
|
|
|
|
--without-selinux don't compile with SELinux support
|
2010-09-26 17:18:47 +02:00
|
|
|
|
--without-gnutls don't use -lgnutls for SSL/TLS support
|
2008-05-03 20:17:10 +00:00
|
|
|
|
--without-makeinfo don't require makeinfo for building manuals
|
2010-06-14 11:48:51 +02:00
|
|
|
|
--without-compress-info don't compress the installed Info pages
|
2008-01-23 04:00:10 +00:00
|
|
|
|
--with-pkg-config-prog=PATH
|
2008-10-24 07:23:34 +00:00
|
|
|
|
path to pkg-config for finding GTK and librsvg
|
2010-05-07 19:13:50 -07:00
|
|
|
|
--with-crt-dir=DIR directory containing crtn.o etc. The default is
|
|
|
|
|
/usr/lib, or /usr/lib64 on some platforms.
|
2008-10-24 07:23:34 +00:00
|
|
|
|
--with-gnustep-conf=PATH
|
|
|
|
|
path to GNUstep.conf; default $GNUSTEP_CONFIG_FILE,
|
|
|
|
|
or /etc/GNUstep/GNUstep.conf
|
2001-10-19 12:33:10 +00:00
|
|
|
|
--with-x use the X Window System
|
|
|
|
|
|
|
|
|
|
Some influential environment variables:
|
|
|
|
|
CC C compiler command
|
|
|
|
|
CFLAGS C compiler flags
|
|
|
|
|
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
|
|
|
|
|
nonstandard directory <lib dir>
|
2006-12-22 19:23:19 +00:00
|
|
|
|
LIBS libraries to pass to the linker, e.g. -l<library>
|
2010-06-03 15:16:02 -07:00
|
|
|
|
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
|
2006-12-20 19:57:39 +00:00
|
|
|
|
you have headers in a nonstandard directory <include dir>
|
2001-10-19 12:33:10 +00:00
|
|
|
|
CPP C preprocessor
|
2006-12-20 19:57:39 +00:00
|
|
|
|
XMKMF Path to xmkmf, Makefile generator for X Window System
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
|
|
|
|
Use these variables to override the choices made by `configure' or to help
|
|
|
|
|
it to find libraries and programs with nonstandard names/locations.
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
Report bugs to the package provider.
|
2002-11-07 17:33:03 +00:00
|
|
|
|
_ACEOF
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_status=$?
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "$ac_init_help" = "recursive"; then
|
|
|
|
|
# If there are subdirs, report their specific --help.
|
2002-11-07 17:33:03 +00:00
|
|
|
|
for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
|
2009-07-22 02:55:17 +00:00
|
|
|
|
test -d "$ac_dir" ||
|
|
|
|
|
{ cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
|
|
|
|
|
continue
|
2002-11-07 17:33:03 +00:00
|
|
|
|
ac_builddir=.
|
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
case "$ac_dir" in
|
|
|
|
|
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
|
|
|
|
|
*)
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
|
2006-12-20 19:57:39 +00:00
|
|
|
|
# A ".." for each directory in $ac_dir_suffix.
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
|
2006-12-20 19:57:39 +00:00
|
|
|
|
case $ac_top_builddir_sub in
|
|
|
|
|
"") ac_top_builddir_sub=. ac_top_build_prefix= ;;
|
|
|
|
|
*) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
|
|
|
|
|
esac ;;
|
|
|
|
|
esac
|
|
|
|
|
ac_abs_top_builddir=$ac_pwd
|
|
|
|
|
ac_abs_builddir=$ac_pwd$ac_dir_suffix
|
|
|
|
|
# for backward compatibility:
|
|
|
|
|
ac_top_builddir=$ac_top_build_prefix
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
case $srcdir in
|
2006-12-20 19:57:39 +00:00
|
|
|
|
.) # We are building in place.
|
2002-11-07 17:33:03 +00:00
|
|
|
|
ac_srcdir=.
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_top_srcdir=$ac_top_builddir_sub
|
|
|
|
|
ac_abs_top_srcdir=$ac_pwd ;;
|
|
|
|
|
[\\/]* | ?:[\\/]* ) # Absolute name.
|
2002-11-07 17:33:03 +00:00
|
|
|
|
ac_srcdir=$srcdir$ac_dir_suffix;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_top_srcdir=$srcdir
|
|
|
|
|
ac_abs_top_srcdir=$srcdir ;;
|
|
|
|
|
*) # Relative name.
|
|
|
|
|
ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
|
|
|
|
|
ac_top_srcdir=$ac_top_build_prefix$srcdir
|
|
|
|
|
ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
|
2005-07-06 12:07:32 +00:00
|
|
|
|
esac
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
|
|
|
|
|
|
|
|
|
|
cd "$ac_dir" || { ac_status=$?; continue; }
|
|
|
|
|
# Check for guested configure.
|
|
|
|
|
if test -f "$ac_srcdir/configure.gnu"; then
|
|
|
|
|
echo &&
|
|
|
|
|
$SHELL "$ac_srcdir/configure.gnu" --help=recursive
|
|
|
|
|
elif test -f "$ac_srcdir/configure"; then
|
|
|
|
|
echo &&
|
|
|
|
|
$SHELL "$ac_srcdir/configure" --help=recursive
|
2001-10-19 12:33:10 +00:00
|
|
|
|
else
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
|
2006-12-20 19:57:39 +00:00
|
|
|
|
fi || ac_status=$?
|
|
|
|
|
cd "$ac_pwd" || { ac_status=$?; break; }
|
2001-10-19 12:33:10 +00:00
|
|
|
|
done
|
|
|
|
|
fi
|
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
test -n "$ac_init_help" && exit $ac_status
|
2001-10-19 12:33:10 +00:00
|
|
|
|
if $ac_init_version; then
|
2002-11-07 17:33:03 +00:00
|
|
|
|
cat <<\_ACEOF
|
2010-03-11 19:13:01 -08:00
|
|
|
|
emacs configure 24.0.50
|
2010-11-21 15:39:55 +01:00
|
|
|
|
generated by GNU Autoconf 2.65
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-11-21 15:39:55 +01:00
|
|
|
|
Copyright (C) 2009 Free Software Foundation, Inc.
|
2001-10-19 12:33:10 +00:00
|
|
|
|
This configure script is free software; the Free Software Foundation
|
|
|
|
|
gives unlimited permission to copy, distribute and modify it.
|
2002-11-07 17:33:03 +00:00
|
|
|
|
_ACEOF
|
2006-12-20 19:57:39 +00:00
|
|
|
|
exit
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## ------------------------ ##
|
|
|
|
|
## Autoconf initialization. ##
|
|
|
|
|
## ------------------------ ##
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# ac_fn_c_try_compile LINENO
|
|
|
|
|
# --------------------------
|
|
|
|
|
# Try to compile conftest.$ac_ext, and return whether this succeeded.
|
|
|
|
|
ac_fn_c_try_compile ()
|
2010-03-12 11:34:27 -05:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
|
|
|
rm -f conftest.$ac_objext
|
|
|
|
|
if { { ac_try="$ac_compile"
|
2010-05-15 14:34:03 -07:00
|
|
|
|
case "(($ac_try" in
|
|
|
|
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
|
|
*) ac_try_echo=$ac_try;;
|
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
|
|
|
|
$as_echo "$ac_try_echo"; } >&5
|
|
|
|
|
(eval "$ac_compile") 2>conftest.err
|
2010-05-15 14:34:03 -07:00
|
|
|
|
ac_status=$?
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -s conftest.err; then
|
|
|
|
|
grep -v '^ *+' conftest.err >conftest.er1
|
|
|
|
|
cat conftest.er1 >&5
|
|
|
|
|
mv -f conftest.er1 conftest.err
|
|
|
|
|
fi
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
|
|
|
test $ac_status = 0; } && {
|
2010-05-15 14:34:03 -07:00
|
|
|
|
test -z "$ac_c_werror_flag" ||
|
|
|
|
|
test ! -s conftest.err
|
2010-06-03 15:16:02 -07:00
|
|
|
|
} && test -s conftest.$ac_objext; then :
|
|
|
|
|
ac_retval=0
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo "$as_me: failed program was:" >&5
|
|
|
|
|
sed 's/^/| /' conftest.$ac_ext >&5
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_retval=1
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-09-05 12:17:26 +02:00
|
|
|
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_fn_set_status $ac_retval
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
} # ac_fn_c_try_compile
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# ac_fn_c_try_link LINENO
|
|
|
|
|
# -----------------------
|
|
|
|
|
# Try to link conftest.$ac_ext, and return whether this succeeded.
|
|
|
|
|
ac_fn_c_try_link ()
|
2001-10-19 12:33:10 +00:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
|
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
|
|
|
if { { ac_try="$ac_link"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
case "(($ac_try" in
|
|
|
|
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
|
|
*) ac_try_echo=$ac_try;;
|
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
|
|
|
|
$as_echo "$ac_try_echo"; } >&5
|
|
|
|
|
(eval "$ac_link") 2>conftest.err
|
2010-03-17 22:57:21 -07:00
|
|
|
|
ac_status=$?
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -s conftest.err; then
|
|
|
|
|
grep -v '^ *+' conftest.err >conftest.er1
|
|
|
|
|
cat conftest.er1 >&5
|
|
|
|
|
mv -f conftest.er1 conftest.err
|
|
|
|
|
fi
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
|
|
|
test $ac_status = 0; } && {
|
2010-03-17 22:57:21 -07:00
|
|
|
|
test -z "$ac_c_werror_flag" ||
|
|
|
|
|
test ! -s conftest.err
|
|
|
|
|
} && test -s conftest$ac_exeext && {
|
|
|
|
|
test "$cross_compiling" = yes ||
|
|
|
|
|
$as_test_x conftest$ac_exeext
|
2010-06-03 15:16:02 -07:00
|
|
|
|
}; then :
|
|
|
|
|
ac_retval=0
|
2001-10-19 12:33:10 +00:00
|
|
|
|
else
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo "$as_me: failed program was:" >&5
|
|
|
|
|
sed 's/^/| /' conftest.$ac_ext >&5
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_retval=1
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
|
|
|
|
|
# created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
|
|
|
|
|
# interfere with the next link command; also delete a directory that is
|
|
|
|
|
# left behind by Apple's compiler. We do this before executing the actions.
|
|
|
|
|
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
|
2010-09-05 12:17:26 +02:00
|
|
|
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_fn_set_status $ac_retval
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
} # ac_fn_c_try_link
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# ac_fn_c_try_cpp LINENO
|
|
|
|
|
# ----------------------
|
|
|
|
|
# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
|
|
|
|
|
ac_fn_c_try_cpp ()
|
2010-03-17 22:57:21 -07:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
|
|
|
if { { ac_try="$ac_cpp conftest.$ac_ext"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
case "(($ac_try" in
|
|
|
|
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
|
|
*) ac_try_echo=$ac_try;;
|
2010-02-25 20:59:04 -08:00
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
|
|
|
|
$as_echo "$ac_try_echo"; } >&5
|
|
|
|
|
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
|
2010-03-17 22:57:21 -07:00
|
|
|
|
ac_status=$?
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -s conftest.err; then
|
|
|
|
|
grep -v '^ *+' conftest.err >conftest.er1
|
|
|
|
|
cat conftest.er1 >&5
|
|
|
|
|
mv -f conftest.er1 conftest.err
|
|
|
|
|
fi
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
2010-11-21 15:39:55 +01:00
|
|
|
|
test $ac_status = 0; } >/dev/null && {
|
2010-05-15 14:34:03 -07:00
|
|
|
|
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
|
2010-03-17 22:57:21 -07:00
|
|
|
|
test ! -s conftest.err
|
2010-06-03 15:16:02 -07:00
|
|
|
|
}; then :
|
|
|
|
|
ac_retval=0
|
2002-11-08 12:32:10 +00:00
|
|
|
|
else
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo "$as_me: failed program was:" >&5
|
|
|
|
|
sed 's/^/| /' conftest.$ac_ext >&5
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_retval=1
|
2002-11-08 12:32:10 +00:00
|
|
|
|
fi
|
2010-09-05 12:17:26 +02:00
|
|
|
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_fn_set_status $ac_retval
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
} # ac_fn_c_try_cpp
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
|
|
|
|
|
# -------------------------------------------------------
|
|
|
|
|
# Tests whether HEADER exists, giving a warning if it cannot be compiled using
|
|
|
|
|
# the include files in INCLUDES and setting the cache variable VAR
|
|
|
|
|
# accordingly.
|
|
|
|
|
ac_fn_c_check_header_mongrel ()
|
|
|
|
|
{
|
|
|
|
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
2010-11-21 15:39:55 +01:00
|
|
|
|
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
|
|
|
|
$as_echo_n "checking for $2... " >&6; }
|
2010-11-21 15:39:55 +01:00
|
|
|
|
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval ac_res=\$$3
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo "$ac_res" >&6; }
|
2010-02-25 20:59:04 -08:00
|
|
|
|
else
|
2010-03-17 22:57:21 -07:00
|
|
|
|
# Is the header compilable?
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
|
|
|
|
|
$as_echo_n "checking $2 usability... " >&6; }
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$4
|
|
|
|
|
#include <$2>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
ac_header_compiler=yes
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_header_compiler=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo "$ac_header_compiler" >&6; }
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
# Is the header present?
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
|
|
|
|
|
$as_echo_n "checking $2 presence... " >&6; }
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <$2>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_cpp "$LINENO"; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
ac_header_preproc=yes
|
|
|
|
|
else
|
|
|
|
|
ac_header_preproc=no
|
|
|
|
|
fi
|
2010-11-21 15:39:55 +01:00
|
|
|
|
rm -f conftest.err conftest.$ac_ext
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo "$ac_header_preproc" >&6; }
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
# So? What about this header?
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
|
2010-03-17 22:57:21 -07:00
|
|
|
|
yes:no: )
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
|
|
|
|
|
$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
|
|
|
|
|
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;;
|
|
|
|
|
no:yes:* )
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
|
|
|
|
|
$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
|
|
|
|
|
$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
|
|
|
|
|
$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
|
|
|
|
|
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
|
|
|
|
|
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;;
|
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
|
|
|
|
$as_echo_n "checking for $2... " >&6; }
|
2010-11-21 15:39:55 +01:00
|
|
|
|
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2002-04-10 22:14:09 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval "$3=\$ac_header_compiler"
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval ac_res=\$$3
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo "$ac_res" >&6; }
|
|
|
|
|
fi
|
2010-09-05 12:17:26 +02:00
|
|
|
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
} # ac_fn_c_check_header_mongrel
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# ac_fn_c_try_run LINENO
|
|
|
|
|
# ----------------------
|
|
|
|
|
# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
|
|
|
|
|
# that executables *can* be run.
|
|
|
|
|
ac_fn_c_try_run ()
|
2010-03-12 11:34:27 -05:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
|
|
|
if { { ac_try="$ac_link"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
case "(($ac_try" in
|
|
|
|
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
|
|
*) ac_try_echo=$ac_try;;
|
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
|
|
|
|
$as_echo "$ac_try_echo"; } >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
(eval "$ac_link") 2>&5
|
|
|
|
|
ac_status=$?
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
|
|
|
test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
|
|
|
|
|
{ { case "(($ac_try" in
|
2010-03-17 22:57:21 -07:00
|
|
|
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
|
|
*) ac_try_echo=$ac_try;;
|
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
|
|
|
|
$as_echo "$ac_try_echo"; } >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
(eval "$ac_try") 2>&5
|
|
|
|
|
ac_status=$?
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
|
|
|
test $ac_status = 0; }; }; then :
|
|
|
|
|
ac_retval=0
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo "$as_me: program exited with status $ac_status" >&5
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "$as_me: failed program was:" >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_retval=$ac_status
|
2002-04-14 01:42:18 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
|
2010-09-05 12:17:26 +02:00
|
|
|
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_fn_set_status $ac_retval
|
2000-06-21 14:26:56 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
} # ac_fn_c_try_run
|
2002-04-14 01:42:18 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
|
|
|
|
|
# -------------------------------------------------------
|
|
|
|
|
# Tests whether HEADER exists and can be compiled using the include files in
|
|
|
|
|
# INCLUDES, setting the cache variable VAR accordingly.
|
|
|
|
|
ac_fn_c_check_header_compile ()
|
|
|
|
|
{
|
|
|
|
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
|
|
|
|
$as_echo_n "checking for $2... " >&6; }
|
2010-11-21 15:39:55 +01:00
|
|
|
|
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$4
|
|
|
|
|
#include <$2>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
eval "$3=yes"
|
|
|
|
|
else
|
|
|
|
|
eval "$3=no"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval ac_res=\$$3
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo "$ac_res" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
} # ac_fn_c_check_header_compile
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-11-21 15:39:55 +01:00
|
|
|
|
# ac_fn_c_check_decl LINENO SYMBOL VAR
|
|
|
|
|
# ------------------------------------
|
|
|
|
|
# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_decl ()
|
|
|
|
|
{
|
|
|
|
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
2010-11-21 15:39:55 +01:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
|
|
|
|
|
$as_echo_n "checking whether $2 is declared... " >&6; }
|
|
|
|
|
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
|
2010-02-25 20:59:04 -08:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-02-24 22:07:26 +00:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$4
|
2010-02-24 22:07:26 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-11-21 15:39:55 +01:00
|
|
|
|
#ifndef $2
|
|
|
|
|
(void) $2;
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#endif
|
2010-05-06 20:01:40 -07:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2002-11-07 17:33:03 +00:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
eval "$3=yes"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval "$3=no"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval ac_res=\$$3
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
|
|
|
|
$as_echo "$ac_res" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
} # ac_fn_c_check_decl
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# ac_fn_c_check_header_preproc LINENO HEADER VAR
|
|
|
|
|
# ----------------------------------------------
|
|
|
|
|
# Tests whether HEADER is present, setting the cache variable VAR accordingly.
|
|
|
|
|
ac_fn_c_check_header_preproc ()
|
|
|
|
|
{
|
|
|
|
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
|
|
|
|
$as_echo_n "checking for $2... " >&6; }
|
2010-11-21 15:39:55 +01:00
|
|
|
|
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <$2>
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_cpp "$LINENO"; then :
|
|
|
|
|
eval "$3=yes"
|
|
|
|
|
else
|
|
|
|
|
eval "$3=no"
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-11-21 15:39:55 +01:00
|
|
|
|
rm -f conftest.err conftest.$ac_ext
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
eval ac_res=\$$3
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
|
|
|
|
$as_echo "$ac_res" >&6; }
|
2010-11-09 15:07:10 -05:00
|
|
|
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
} # ac_fn_c_check_header_preproc
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
|
|
|
|
|
# ----------------------------------------------------
|
|
|
|
|
# Tries to find if the field MEMBER exists in type AGGR, after including
|
|
|
|
|
# INCLUDES, setting cache variable VAR accordingly.
|
|
|
|
|
ac_fn_c_check_member ()
|
|
|
|
|
{
|
|
|
|
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
|
|
|
|
|
$as_echo_n "checking for $2.$3... " >&6; }
|
2010-11-21 15:39:55 +01:00
|
|
|
|
if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2005-07-26 21:44:41 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$5
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
static $2 ac_aggr;
|
|
|
|
|
if (ac_aggr.$3)
|
|
|
|
|
return 0;
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
eval "$4=yes"
|
|
|
|
|
else
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-02-25 20:59:04 -08:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$5
|
2010-03-12 11:34:27 -05:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
static $2 ac_aggr;
|
|
|
|
|
if (sizeof ac_aggr.$3)
|
|
|
|
|
return 0;
|
2010-03-12 11:34:27 -05:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
eval "$4=yes"
|
2010-02-25 20:59:04 -08:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval "$4=no"
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval ac_res=\$$4
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
|
|
|
|
$as_echo "$ac_res" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
} # ac_fn_c_check_member
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# ac_fn_c_check_func LINENO FUNC VAR
|
|
|
|
|
# ----------------------------------
|
|
|
|
|
# Tests whether FUNC exists, setting the cache variable VAR accordingly
|
|
|
|
|
ac_fn_c_check_func ()
|
|
|
|
|
{
|
|
|
|
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
|
|
|
|
$as_echo_n "checking for $2... " >&6; }
|
2010-11-21 15:39:55 +01:00
|
|
|
|
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-12 11:34:27 -05:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
|
|
|
|
|
For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
|
|
|
#define $2 innocuous_$2
|
|
|
|
|
|
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
|
|
which can conflict with char $2 (); below.
|
|
|
|
|
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
|
|
|
<limits.h> exists even on freestanding compilers. */
|
|
|
|
|
|
|
|
|
|
#ifdef __STDC__
|
|
|
|
|
# include <limits.h>
|
|
|
|
|
#else
|
|
|
|
|
# include <assert.h>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#undef $2
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
2005-07-26 21:44:41 +00:00
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char $2 ();
|
|
|
|
|
/* The GNU C library defines this for functions which it implements
|
|
|
|
|
to always fail with ENOSYS. Some functions are actually named
|
|
|
|
|
something starting with __ and the normal name is an alias. */
|
|
|
|
|
#if defined __stub_$2 || defined __stub___$2
|
|
|
|
|
choke me
|
|
|
|
|
#endif
|
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return $2 ();
|
2010-02-24 22:07:26 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
eval "$3=yes"
|
2010-02-24 22:07:26 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval "$3=no"
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval ac_res=\$$3
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
|
|
|
|
$as_echo "$ac_res" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
} # ac_fn_c_check_func
|
|
|
|
|
|
|
|
|
|
# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
|
|
|
|
|
# -------------------------------------------
|
|
|
|
|
# Tests whether TYPE exists after having included INCLUDES, setting cache
|
|
|
|
|
# variable VAR accordingly.
|
|
|
|
|
ac_fn_c_check_type ()
|
|
|
|
|
{
|
|
|
|
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
|
|
|
|
$as_echo_n "checking for $2... " >&6; }
|
2010-11-21 15:39:55 +01:00
|
|
|
|
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
eval "$3=no"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$4
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
if (sizeof ($2))
|
|
|
|
|
return 0;
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$4
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
if (sizeof (($2)))
|
|
|
|
|
return 0;
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
2010-05-06 20:01:40 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
eval "$3=yes"
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-05-07 19:13:50 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval ac_res=\$$3
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
|
|
|
|
$as_echo "$ac_res" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
} # ac_fn_c_check_type
|
|
|
|
|
cat >config.log <<_ACEOF
|
|
|
|
|
This file contains any messages produced by compilers while
|
|
|
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
|
|
|
|
|
|
|
It was created by emacs $as_me 24.0.50, which was
|
2010-11-21 15:39:55 +01:00
|
|
|
|
generated by GNU Autoconf 2.65. Invocation command line was
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
$ $0 $@
|
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
exec 5>>config.log
|
|
|
|
|
{
|
|
|
|
|
cat <<_ASUNAME
|
|
|
|
|
## --------- ##
|
|
|
|
|
## Platform. ##
|
|
|
|
|
## --------- ##
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
|
|
|
|
|
uname -m = `(uname -m) 2>/dev/null || echo unknown`
|
|
|
|
|
uname -r = `(uname -r) 2>/dev/null || echo unknown`
|
|
|
|
|
uname -s = `(uname -s) 2>/dev/null || echo unknown`
|
|
|
|
|
uname -v = `(uname -v) 2>/dev/null || echo unknown`
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
|
|
|
|
|
/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
|
|
|
|
|
|
|
|
|
|
/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
|
|
|
|
|
/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
|
|
|
|
|
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
|
|
|
|
|
/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
|
|
|
|
|
/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
|
|
|
|
|
/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
|
|
|
|
|
/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
_ASUNAME
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
$as_echo "PATH: $as_dir"
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-05-09 19:21:42 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
} >&5
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >&5 <<_ACEOF
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
## ----------- ##
|
|
|
|
|
## Core tests. ##
|
|
|
|
|
## ----------- ##
|
|
|
|
|
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Keep a trace of the command line.
|
|
|
|
|
# Strip out --no-create and --no-recursion so they do not pile up.
|
|
|
|
|
# Strip out --silent because we don't want to record it for future runs.
|
|
|
|
|
# Also quote any args containing shell meta-characters.
|
|
|
|
|
# Make two passes to allow for proper duplicate-argument suppression.
|
|
|
|
|
ac_configure_args=
|
|
|
|
|
ac_configure_args0=
|
|
|
|
|
ac_configure_args1=
|
|
|
|
|
ac_must_keep_next=false
|
|
|
|
|
for ac_pass in 1 2
|
|
|
|
|
do
|
|
|
|
|
for ac_arg
|
|
|
|
|
do
|
|
|
|
|
case $ac_arg in
|
|
|
|
|
-no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
|
|
|
|
|
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
|
|
|
|
| -silent | --silent | --silen | --sile | --sil)
|
|
|
|
|
continue ;;
|
|
|
|
|
*\'*)
|
|
|
|
|
ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
|
|
|
|
esac
|
|
|
|
|
case $ac_pass in
|
|
|
|
|
1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
|
|
|
|
|
2)
|
|
|
|
|
as_fn_append ac_configure_args1 " '$ac_arg'"
|
|
|
|
|
if test $ac_must_keep_next = true; then
|
|
|
|
|
ac_must_keep_next=false # Got value, back to normal.
|
|
|
|
|
else
|
|
|
|
|
case $ac_arg in
|
|
|
|
|
*=* | --config-cache | -C | -disable-* | --disable-* \
|
|
|
|
|
| -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
|
|
|
|
|
| -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
|
|
|
|
|
| -with-* | --with-* | -without-* | --without-* | --x)
|
|
|
|
|
case "$ac_configure_args0 " in
|
|
|
|
|
"$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
|
|
|
|
|
esac
|
|
|
|
|
;;
|
|
|
|
|
-* ) ac_must_keep_next=true ;;
|
|
|
|
|
esac
|
|
|
|
|
fi
|
|
|
|
|
as_fn_append ac_configure_args " '$ac_arg'"
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
{ ac_configure_args0=; unset ac_configure_args0;}
|
|
|
|
|
{ ac_configure_args1=; unset ac_configure_args1;}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# When interrupted or exit'd, cleanup temporary files, and complete
|
|
|
|
|
# config.log. We remove comments because anyway the quotes in there
|
|
|
|
|
# would cause problems or look ugly.
|
|
|
|
|
# WARNING: Use '\'' to represent an apostrophe within the trap.
|
|
|
|
|
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
|
|
|
|
|
trap 'exit_status=$?
|
|
|
|
|
# Save into config.log some information that might help in debugging.
|
|
|
|
|
{
|
|
|
|
|
echo
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-11-21 15:39:55 +01:00
|
|
|
|
cat <<\_ASBOX
|
|
|
|
|
## ---------------- ##
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Cache variables. ##
|
2010-11-21 15:39:55 +01:00
|
|
|
|
## ---------------- ##
|
|
|
|
|
_ASBOX
|
2010-06-03 15:16:02 -07:00
|
|
|
|
echo
|
|
|
|
|
# The following way of writing the cache mishandles newlines in values,
|
|
|
|
|
(
|
|
|
|
|
for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
|
|
|
|
|
eval ac_val=\$$ac_var
|
|
|
|
|
case $ac_val in #(
|
|
|
|
|
*${as_nl}*)
|
|
|
|
|
case $ac_var in #(
|
|
|
|
|
*_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
|
|
|
|
|
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
|
|
|
|
|
esac
|
|
|
|
|
case $ac_var in #(
|
|
|
|
|
_ | IFS | as_nl) ;; #(
|
|
|
|
|
BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
|
|
|
|
|
*) { eval $ac_var=; unset $ac_var;} ;;
|
|
|
|
|
esac ;;
|
|
|
|
|
esac
|
|
|
|
|
done
|
|
|
|
|
(set) 2>&1 |
|
|
|
|
|
case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
|
|
|
|
|
*${as_nl}ac_space=\ *)
|
|
|
|
|
sed -n \
|
|
|
|
|
"s/'\''/'\''\\\\'\'''\''/g;
|
|
|
|
|
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
|
|
|
|
|
;; #(
|
|
|
|
|
*)
|
|
|
|
|
sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
|
|
|
|
|
;;
|
|
|
|
|
esac |
|
|
|
|
|
sort
|
|
|
|
|
)
|
|
|
|
|
echo
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-11-21 15:39:55 +01:00
|
|
|
|
cat <<\_ASBOX
|
|
|
|
|
## ----------------- ##
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Output variables. ##
|
2010-11-21 15:39:55 +01:00
|
|
|
|
## ----------------- ##
|
|
|
|
|
_ASBOX
|
2010-06-03 15:16:02 -07:00
|
|
|
|
echo
|
|
|
|
|
for ac_var in $ac_subst_vars
|
|
|
|
|
do
|
|
|
|
|
eval ac_val=\$$ac_var
|
|
|
|
|
case $ac_val in
|
|
|
|
|
*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
|
|
|
|
|
esac
|
|
|
|
|
$as_echo "$ac_var='\''$ac_val'\''"
|
|
|
|
|
done | sort
|
|
|
|
|
echo
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -n "$ac_subst_files"; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
cat <<\_ASBOX
|
|
|
|
|
## ------------------- ##
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## File substitutions. ##
|
2010-11-21 15:39:55 +01:00
|
|
|
|
## ------------------- ##
|
|
|
|
|
_ASBOX
|
2010-06-03 15:16:02 -07:00
|
|
|
|
echo
|
|
|
|
|
for ac_var in $ac_subst_files
|
|
|
|
|
do
|
|
|
|
|
eval ac_val=\$$ac_var
|
|
|
|
|
case $ac_val in
|
|
|
|
|
*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
|
|
|
|
|
esac
|
|
|
|
|
$as_echo "$ac_var='\''$ac_val'\''"
|
|
|
|
|
done | sort
|
|
|
|
|
echo
|
|
|
|
|
fi
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -s confdefs.h; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
cat <<\_ASBOX
|
|
|
|
|
## ----------- ##
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## confdefs.h. ##
|
2010-11-21 15:39:55 +01:00
|
|
|
|
## ----------- ##
|
|
|
|
|
_ASBOX
|
2010-06-03 15:16:02 -07:00
|
|
|
|
echo
|
|
|
|
|
cat confdefs.h
|
|
|
|
|
echo
|
|
|
|
|
fi
|
|
|
|
|
test "$ac_signal" != 0 &&
|
|
|
|
|
$as_echo "$as_me: caught signal $ac_signal"
|
|
|
|
|
$as_echo "$as_me: exit $exit_status"
|
|
|
|
|
} >&5
|
|
|
|
|
rm -f core *.core core.conftest.* &&
|
|
|
|
|
rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
|
|
|
|
|
exit $exit_status
|
|
|
|
|
' 0
|
|
|
|
|
for ac_signal in 1 2 13 15; do
|
|
|
|
|
trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
|
|
|
|
|
done
|
|
|
|
|
ac_signal=0
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# confdefs.h avoids OS command line length limits that DEFS can exceed.
|
|
|
|
|
rm -f -r conftest* confdefs.h
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "/* confdefs.h */" > confdefs.h
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Predefined preprocessor variables.
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define PACKAGE_NAME "$PACKAGE_NAME"
|
2010-05-15 14:34:03 -07:00
|
|
|
|
_ACEOF
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define PACKAGE_VERSION "$PACKAGE_VERSION"
|
2010-03-12 11:34:27 -05:00
|
|
|
|
_ACEOF
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define PACKAGE_STRING "$PACKAGE_STRING"
|
2010-05-15 14:34:03 -07:00
|
|
|
|
_ACEOF
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define PACKAGE_URL "$PACKAGE_URL"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Let the site file select an alternate cache file if it wants to.
|
|
|
|
|
# Prefer an explicitly selected file to automatically selected ones.
|
|
|
|
|
ac_site_file1=NONE
|
|
|
|
|
ac_site_file2=NONE
|
|
|
|
|
if test -n "$CONFIG_SITE"; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
ac_site_file1=$CONFIG_SITE
|
2010-06-03 15:16:02 -07:00
|
|
|
|
elif test "x$prefix" != xNONE; then
|
|
|
|
|
ac_site_file1=$prefix/share/config.site
|
|
|
|
|
ac_site_file2=$prefix/etc/config.site
|
|
|
|
|
else
|
|
|
|
|
ac_site_file1=$ac_default_prefix/share/config.site
|
|
|
|
|
ac_site_file2=$ac_default_prefix/etc/config.site
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
|
|
|
|
|
do
|
|
|
|
|
test "x$ac_site_file" = xNONE && continue
|
|
|
|
|
if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
|
|
|
|
|
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
|
|
|
|
|
sed 's/^/| /' "$ac_site_file" >&5
|
2010-11-21 15:39:55 +01:00
|
|
|
|
. "$ac_site_file"
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -r "$cache_file"; then
|
|
|
|
|
# Some versions of bash will fail to source /dev/null (special files
|
|
|
|
|
# actually), so we avoid doing that. DJGPP emulates it as a regular file.
|
|
|
|
|
if test /dev/null != "$cache_file" && test -f "$cache_file"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
|
|
|
|
|
$as_echo "$as_me: loading cache $cache_file" >&6;}
|
|
|
|
|
case $cache_file in
|
|
|
|
|
[\\/]* | ?:[\\/]* ) . "$cache_file";;
|
|
|
|
|
*) . "./$cache_file";;
|
|
|
|
|
esac
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
|
|
|
|
|
$as_echo "$as_me: creating cache $cache_file" >&6;}
|
|
|
|
|
>$cache_file
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_fn_append ac_header_list " stdlib.h"
|
|
|
|
|
as_fn_append ac_header_list " unistd.h"
|
|
|
|
|
as_fn_append ac_header_list " sys/param.h"
|
|
|
|
|
as_fn_append ac_header_list " sys/time.h"
|
|
|
|
|
as_fn_append ac_func_list " alarm"
|
|
|
|
|
# Check that the precious variables saved in the cache have kept the same
|
|
|
|
|
# value.
|
|
|
|
|
ac_cache_corrupted=false
|
|
|
|
|
for ac_var in $ac_precious_vars; do
|
|
|
|
|
eval ac_old_set=\$ac_cv_env_${ac_var}_set
|
|
|
|
|
eval ac_new_set=\$ac_env_${ac_var}_set
|
|
|
|
|
eval ac_old_val=\$ac_cv_env_${ac_var}_value
|
|
|
|
|
eval ac_new_val=\$ac_env_${ac_var}_value
|
|
|
|
|
case $ac_old_set,$ac_new_set in
|
|
|
|
|
set,)
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
|
|
|
|
|
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
|
|
|
|
|
ac_cache_corrupted=: ;;
|
|
|
|
|
,set)
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
|
|
|
|
|
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
|
|
|
|
|
ac_cache_corrupted=: ;;
|
|
|
|
|
,);;
|
|
|
|
|
*)
|
|
|
|
|
if test "x$ac_old_val" != "x$ac_new_val"; then
|
|
|
|
|
# differences in whitespace do not lead to failure.
|
|
|
|
|
ac_old_val_w=`echo x $ac_old_val`
|
|
|
|
|
ac_new_val_w=`echo x $ac_new_val`
|
|
|
|
|
if test "$ac_old_val_w" != "$ac_new_val_w"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
|
|
|
|
|
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
|
|
|
|
|
ac_cache_corrupted=:
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
|
|
|
|
|
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
|
|
|
|
|
eval $ac_var=\$ac_old_val
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
|
|
|
|
|
$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
|
|
|
|
|
$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
|
|
|
|
|
fi;;
|
|
|
|
|
esac
|
|
|
|
|
# Pass precious variables to config.status.
|
|
|
|
|
if test "$ac_new_set" = set; then
|
|
|
|
|
case $ac_new_val in
|
|
|
|
|
*\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
|
|
|
|
|
*) ac_arg=$ac_var=$ac_new_val ;;
|
|
|
|
|
esac
|
|
|
|
|
case " $ac_configure_args " in
|
|
|
|
|
*" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
|
|
|
|
|
*) as_fn_append ac_configure_args " '$ac_arg'" ;;
|
2010-05-15 17:11:37 -04:00
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
if $ac_cache_corrupted; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
|
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
|
|
|
|
|
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## -------------------- ##
|
|
|
|
|
## Main body of script. ##
|
|
|
|
|
## -------------------- ##
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_ext=c
|
|
|
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
|
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
|
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
|
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_config_headers="$ac_config_headers src/config.h:src/config.in"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test "$program_prefix" != NONE &&
|
|
|
|
|
program_transform_name="s&^&$program_prefix&;$program_transform_name"
|
|
|
|
|
# Use a double $ so make ignores it.
|
|
|
|
|
test "$program_suffix" != NONE &&
|
|
|
|
|
program_transform_name="s&\$&$program_suffix&;$program_transform_name"
|
|
|
|
|
# Double any \ or $.
|
|
|
|
|
# By default was `s,x,x', remove it if useless.
|
|
|
|
|
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
|
|
|
|
|
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
lispdir='${datadir}/emacs/${version}/lisp'
|
|
|
|
|
locallisppath='${datadir}/emacs/${version}/site-lisp:'\
|
|
|
|
|
'${datadir}/emacs/site-lisp'
|
|
|
|
|
lisppath='${locallisppath}:${lispdir}:${datadir}/emacs/${version}/leim'
|
|
|
|
|
etcdir='${datadir}/emacs/${version}/etc'
|
|
|
|
|
archlibdir='${libexecdir}/emacs/${version}/${configuration}'
|
|
|
|
|
docdir='${datadir}/emacs/${version}/etc'
|
|
|
|
|
gamedir='${localstatedir}/games/emacs'
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
gameuser=games
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-pop was given.
|
|
|
|
|
if test "${with_pop+set}" = set; then :
|
|
|
|
|
withval=$with_pop;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
with_pop=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$with_pop" = yes; then
|
|
|
|
|
$as_echo "#define MAIL_USE_POP 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-kerberos was given.
|
|
|
|
|
if test "${with_kerberos+set}" = set; then :
|
|
|
|
|
withval=$with_kerberos;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
with_kerberos=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$with_kerberos" != no; then
|
|
|
|
|
$as_echo "#define KERBEROS 1" >>confdefs.h
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2005-07-26 21:44:41 +00:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-kerberos5 was given.
|
|
|
|
|
if test "${with_kerberos5+set}" = set; then :
|
|
|
|
|
withval=$with_kerberos5;
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
with_kerberos5=no
|
2010-05-07 19:13:50 -07:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${with_kerberos5}" != no; then
|
|
|
|
|
if test "${with_kerberos}" = no; then
|
|
|
|
|
with_kerberos=yes
|
|
|
|
|
$as_echo "#define KERBEROS 1" >>confdefs.h
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define KERBEROS5 1" >>confdefs.h
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-hesiod was given.
|
|
|
|
|
if test "${with_hesiod+set}" = set; then :
|
|
|
|
|
withval=$with_hesiod;
|
2010-05-06 17:30:56 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
with_hesiod=no
|
|
|
|
|
fi
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$with_hesiod" != no; then
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HESIOD 1" >>confdefs.h
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-mmdf was given.
|
|
|
|
|
if test "${with_mmdf+set}" = set; then :
|
|
|
|
|
withval=$with_mmdf;
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
with_mmdf=no
|
2010-05-07 14:55:18 -04:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$with_mmdf" != no; then
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define MAIL_USE_MMDF 1" >>confdefs.h
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-mail-unlink was given.
|
|
|
|
|
if test "${with_mail_unlink+set}" = set; then :
|
|
|
|
|
withval=$with_mail_unlink;
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
with_mail_unlink=no
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$with_mail_unlink" != no; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define MAIL_UNLINK_SPOOL 1" >>confdefs.h
|
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-mailhost was given.
|
|
|
|
|
if test "${with_mailhost+set}" = set; then :
|
|
|
|
|
withval=$with_mailhost;
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define MAILHOST "$withval"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-04-02 23:09:13 +02:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-sound was given.
|
|
|
|
|
if test "${with_sound+set}" = set; then :
|
|
|
|
|
withval=$with_sound;
|
2010-04-02 23:09:13 +02:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
with_sound=yes
|
2010-04-02 23:09:13 +02:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-sync-input was given.
|
|
|
|
|
if test "${with_sync_input+set}" = set; then :
|
|
|
|
|
withval=$with_sync_input;
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
with_sync_input=yes
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-04-02 23:09:13 +02:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$with_sync_input" = yes; then
|
2010-04-02 23:09:13 +02:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define SYNC_INPUT 1" >>confdefs.h
|
2010-04-02 23:09:13 +02:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-04-02 23:09:13 +02:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-x-toolkit was given.
|
|
|
|
|
if test "${with_x_toolkit+set}" = set; then :
|
|
|
|
|
withval=$with_x_toolkit; case "${withval}" in
|
|
|
|
|
y | ye | yes ) val=gtk ;;
|
|
|
|
|
n | no ) val=no ;;
|
|
|
|
|
l | lu | luc | luci | lucid ) val=lucid ;;
|
|
|
|
|
a | at | ath | athe | athen | athena ) val=athena ;;
|
|
|
|
|
m | mo | mot | moti | motif ) val=motif ;;
|
|
|
|
|
g | gt | gtk ) val=gtk ;;
|
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
* configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
by minimum required Gtk+ 2.6). Add checks for functions introduced
in Gtk+ 2.14 or newer.
* xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
(gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
defines based on what configure finds.
* xterm.c (XTflash): Use gtk_widget_get_window.
(xg_scroll_callback): Use gtk_adjustment_get_upper and
gtk_adjustment_get_page_size.
(handle_one_xevent): Use gtk_widget_get_mapped.
(x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
messages.
* xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
* gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
HAVE_GTK_FILE_SELECTION_NEW.
* gtkutil.c (xg_display_open, xg_display_close): Remove
HAVE_GTK_MULTIDISPLAY, it is always defined.
(xg_display_open): Return type is void.
(gtk_widget_set_has_window)
(gtk_dialog_get_action_area, gtk_dialog_get_content_area)
(gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
(gtk_adjustment_set_page_increment)
(gtk_adjustment_get_step_increment): #define these if not found
by configure.
(remove_submenu): New define based on Gtk+ version.
(xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
gtk_widget_get_window.
(xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
(xg_create_frame_widgets): Use gtk_widget_set_has_window.
(create_dialog): Use gtk_dialog_get_action_area and
gtk_dialog_get_content_area.
(xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
(xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
g_object_ref and g_object_unref.
(xg_update_menu_item, xg_tool_bar_menu_proxy): Use
gtk_widget_get_sensitive.
(xg_update_submenu): Use remove_submenu.
(xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
properties instead to get old x and y position.
(xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
(xg_get_tool_bar_widgets): New function.
(xg_tool_bar_menu_proxy, xg_show_toolbar_item)
(update_frame_tool_bar): Call xg_get_tool_bar_widgets.
(toolbar_set_orientation): New #define based on if configure
finds gtk_orientable_set_orientation.
(xg_create_tool_bar): Call toolbar_set_orientation.
(xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
instead of gtk_box_pack_start_defaults.
2010-06-28 12:11:26 +02:00
|
|
|
|
gtk3 ) val=gtk3 ;;
|
2010-06-03 15:16:02 -07:00
|
|
|
|
* )
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "\`--with-x-toolkit=$withval' is invalid;
|
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
* configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
by minimum required Gtk+ 2.6). Add checks for functions introduced
in Gtk+ 2.14 or newer.
* xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
(gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
defines based on what configure finds.
* xterm.c (XTflash): Use gtk_widget_get_window.
(xg_scroll_callback): Use gtk_adjustment_get_upper and
gtk_adjustment_get_page_size.
(handle_one_xevent): Use gtk_widget_get_mapped.
(x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
messages.
* xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
* gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
HAVE_GTK_FILE_SELECTION_NEW.
* gtkutil.c (xg_display_open, xg_display_close): Remove
HAVE_GTK_MULTIDISPLAY, it is always defined.
(xg_display_open): Return type is void.
(gtk_widget_set_has_window)
(gtk_dialog_get_action_area, gtk_dialog_get_content_area)
(gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
(gtk_adjustment_set_page_increment)
(gtk_adjustment_get_step_increment): #define these if not found
by configure.
(remove_submenu): New define based on Gtk+ version.
(xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
gtk_widget_get_window.
(xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
(xg_create_frame_widgets): Use gtk_widget_set_has_window.
(create_dialog): Use gtk_dialog_get_action_area and
gtk_dialog_get_content_area.
(xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
(xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
g_object_ref and g_object_unref.
(xg_update_menu_item, xg_tool_bar_menu_proxy): Use
gtk_widget_get_sensitive.
(xg_update_submenu): Use remove_submenu.
(xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
properties instead to get old x and y position.
(xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
(xg_get_tool_bar_widgets): New function.
(xg_tool_bar_menu_proxy, xg_show_toolbar_item)
(update_frame_tool_bar): Call xg_get_tool_bar_widgets.
(toolbar_set_orientation): New #define based on if configure
finds gtk_orientable_set_orientation.
(xg_create_tool_bar): Call toolbar_set_orientation.
(xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
instead of gtk_box_pack_start_defaults.
2010-06-28 12:11:26 +02:00
|
|
|
|
this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk' or
|
|
|
|
|
\`gtk3'. \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." "$LINENO" 5
|
2010-06-03 15:16:02 -07:00
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
with_x_toolkit=$val
|
2010-04-02 23:09:13 +02:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-04-02 23:09:13 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-xpm was given.
|
|
|
|
|
if test "${with_xpm+set}" = set; then :
|
|
|
|
|
withval=$with_xpm;
|
|
|
|
|
else
|
|
|
|
|
with_xpm=yes
|
|
|
|
|
fi
|
2010-04-02 23:09:13 +02:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-jpeg was given.
|
|
|
|
|
if test "${with_jpeg+set}" = set; then :
|
|
|
|
|
withval=$with_jpeg;
|
|
|
|
|
else
|
|
|
|
|
with_jpeg=yes
|
|
|
|
|
fi
|
2010-04-02 23:09:13 +02:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-tiff was given.
|
|
|
|
|
if test "${with_tiff+set}" = set; then :
|
|
|
|
|
withval=$with_tiff;
|
|
|
|
|
else
|
|
|
|
|
with_tiff=yes
|
|
|
|
|
fi
|
2010-04-02 23:09:13 +02:00
|
|
|
|
|
2010-05-14 12:07:01 +02:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-gif was given.
|
|
|
|
|
if test "${with_gif+set}" = set; then :
|
|
|
|
|
withval=$with_gif;
|
|
|
|
|
else
|
|
|
|
|
with_gif=yes
|
|
|
|
|
fi
|
2010-05-14 12:07:01 +02:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-png was given.
|
|
|
|
|
if test "${with_png+set}" = set; then :
|
|
|
|
|
withval=$with_png;
|
|
|
|
|
else
|
|
|
|
|
with_png=yes
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-05-14 12:07:01 +02:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-rsvg was given.
|
|
|
|
|
if test "${with_rsvg+set}" = set; then :
|
|
|
|
|
withval=$with_rsvg;
|
|
|
|
|
else
|
|
|
|
|
with_rsvg=yes
|
|
|
|
|
fi
|
2010-05-14 12:07:01 +02:00
|
|
|
|
|
|
|
|
|
|
2010-09-10 18:44:35 +02:00
|
|
|
|
# Check whether --with-xml2 was given.
|
|
|
|
|
if test "${with_xml2+set}" = set; then :
|
|
|
|
|
withval=$with_xml2;
|
|
|
|
|
else
|
|
|
|
|
with_xml2=yes
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-14 11:48:51 +02:00
|
|
|
|
# Check whether --with-imagemagick was given.
|
|
|
|
|
if test "${with_imagemagick+set}" = set; then :
|
|
|
|
|
withval=$with_imagemagick;
|
2010-05-14 12:07:01 +02:00
|
|
|
|
else
|
2010-09-27 22:53:35 +02:00
|
|
|
|
with_imagemagick=yes
|
2010-06-14 11:48:51 +02:00
|
|
|
|
fi
|
2010-05-14 12:07:01 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-xft was given.
|
|
|
|
|
if test "${with_xft+set}" = set; then :
|
|
|
|
|
withval=$with_xft;
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
with_xft=yes
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-05-14 12:07:01 +02:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-libotf was given.
|
|
|
|
|
if test "${with_libotf+set}" = set; then :
|
|
|
|
|
withval=$with_libotf;
|
2010-05-14 12:07:01 +02:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
with_libotf=yes
|
2010-05-14 12:07:01 +02:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-m17n-flt was given.
|
|
|
|
|
if test "${with_m17n_flt+set}" = set; then :
|
|
|
|
|
withval=$with_m17n_flt;
|
|
|
|
|
else
|
|
|
|
|
with_m17n_flt=yes
|
2010-05-14 12:07:01 +02:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-toolkit-scroll-bars was given.
|
|
|
|
|
if test "${with_toolkit_scroll_bars+set}" = set; then :
|
|
|
|
|
withval=$with_toolkit_scroll_bars;
|
|
|
|
|
else
|
|
|
|
|
with_toolkit_scroll_bars=yes
|
|
|
|
|
fi
|
2010-05-14 12:07:01 +02:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-xaw3d was given.
|
|
|
|
|
if test "${with_xaw3d+set}" = set; then :
|
|
|
|
|
withval=$with_xaw3d;
|
|
|
|
|
else
|
|
|
|
|
with_xaw3d=yes
|
|
|
|
|
fi
|
2010-05-14 12:07:01 +02:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-xim was given.
|
|
|
|
|
if test "${with_xim+set}" = set; then :
|
|
|
|
|
withval=$with_xim;
|
|
|
|
|
else
|
|
|
|
|
with_xim=yes
|
|
|
|
|
fi
|
2010-05-14 12:07:01 +02:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-ns was given.
|
|
|
|
|
if test "${with_ns+set}" = set; then :
|
|
|
|
|
withval=$with_ns;
|
|
|
|
|
else
|
|
|
|
|
with_ns=no
|
2010-04-02 23:09:13 +02:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-gpm was given.
|
|
|
|
|
if test "${with_gpm+set}" = set; then :
|
|
|
|
|
withval=$with_gpm;
|
|
|
|
|
else
|
|
|
|
|
with_gpm=yes
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-dbus was given.
|
|
|
|
|
if test "${with_dbus+set}" = set; then :
|
|
|
|
|
withval=$with_dbus;
|
2010-02-25 20:59:04 -08:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
with_dbus=yes
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-gconf was given.
|
|
|
|
|
if test "${with_gconf+set}" = set; then :
|
|
|
|
|
withval=$with_gconf;
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
with_gconf=yes
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-selinux was given.
|
|
|
|
|
if test "${with_selinux+set}" = set; then :
|
|
|
|
|
withval=$with_selinux;
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
with_selinux=yes
|
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
|
|
|
|
|
2010-09-26 17:18:47 +02:00
|
|
|
|
# Check whether --with-gnutls was given.
|
|
|
|
|
if test "${with_gnutls+set}" = set; then :
|
|
|
|
|
withval=$with_gnutls;
|
|
|
|
|
else
|
|
|
|
|
with_gnutls=yes
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## For the times when you want to build Emacs but don't have
|
|
|
|
|
## a suitable makeinfo, and can live without the manuals.
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-makeinfo was given.
|
|
|
|
|
if test "${with_makeinfo+set}" = set; then :
|
|
|
|
|
withval=$with_makeinfo;
|
|
|
|
|
else
|
|
|
|
|
with_makeinfo=yes
|
|
|
|
|
fi
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-14 11:48:51 +02:00
|
|
|
|
## This is an option because I do not know if all info/man support
|
|
|
|
|
## compressed files, nor how to test if they do so.
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-06-14 11:48:51 +02:00
|
|
|
|
# Check whether --with-compress-info was given.
|
|
|
|
|
if test "${with_compress_info+set}" = set; then :
|
|
|
|
|
withval=$with_compress_info;
|
|
|
|
|
else
|
|
|
|
|
with_compress_info=yes
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test $with_compress_info = yes; then
|
|
|
|
|
GZIP_INFO=yes
|
|
|
|
|
else
|
|
|
|
|
GZIP_INFO=
|
|
|
|
|
fi
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-pkg-config-prog was given.
|
|
|
|
|
if test "${with_pkg_config_prog+set}" = set; then :
|
|
|
|
|
withval=$with_pkg_config_prog;
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "X${with_pkg_config_prog}" != X; then
|
|
|
|
|
if test "${with_pkg_config_prog}" != yes; then
|
|
|
|
|
PKG_CONFIG="${with_pkg_config_prog}"
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
CRT_DIR=
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-crt-dir was given.
|
|
|
|
|
if test "${with_crt_dir+set}" = set; then :
|
|
|
|
|
withval=$with_crt_dir;
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
CRT_DIR="${with_crt_dir}"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-gnustep-conf was given.
|
|
|
|
|
if test "${with_gnustep_conf+set}" = set; then :
|
|
|
|
|
withval=$with_gnustep_conf;
|
2010-05-07 14:55:18 -04:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test "X${with_gnustep_conf}" != X && test "${with_gnustep_conf}" != yes && \
|
|
|
|
|
GNUSTEP_CONFIG_FILE="${with_gnustep_conf}"
|
|
|
|
|
test "X$GNUSTEP_CONFIG_FILE" = "X" && \
|
|
|
|
|
GNUSTEP_CONFIG_FILE=/etc/GNUstep/GNUstep.conf
|
2010-05-06 20:01:40 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --enable-ns-self-contained was given.
|
|
|
|
|
if test "${enable_ns_self_contained+set}" = set; then :
|
|
|
|
|
enableval=$enable_ns_self_contained; EN_NS_SELF_CONTAINED=$enableval
|
2005-07-26 21:44:41 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
EN_NS_SELF_CONTAINED=yes
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --enable-asserts was given.
|
|
|
|
|
if test "${enable_asserts+set}" = set; then :
|
|
|
|
|
enableval=$enable_asserts; USE_XASSERTS=$enableval
|
|
|
|
|
else
|
|
|
|
|
USE_XASSERTS=no
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --enable-maintainer-mode was given.
|
|
|
|
|
if test "${enable_maintainer_mode+set}" = set; then :
|
|
|
|
|
enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
USE_MAINTAINER_MODE=no
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $USE_MAINTAINER_MODE = yes; then
|
|
|
|
|
MAINT=
|
2010-02-24 22:07:26 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
MAINT=#
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --enable-locallisppath was given.
|
|
|
|
|
if test "${enable_locallisppath+set}" = set; then :
|
|
|
|
|
enableval=$enable_locallisppath; if test "${enableval}" = "no"; then
|
|
|
|
|
locallisppath=
|
|
|
|
|
elif test "${enableval}" != "yes"; then
|
|
|
|
|
locallisppath=${enableval}
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --enable-checking was given.
|
|
|
|
|
if test "${enable_checking+set}" = set; then :
|
|
|
|
|
enableval=$enable_checking; ac_checking_flags="${enableval}"
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
|
|
|
|
|
for check in $ac_checking_flags
|
|
|
|
|
do
|
|
|
|
|
case $check in
|
|
|
|
|
# these set all the flags to specific states
|
|
|
|
|
yes) ac_enable_checking=1 ;;
|
|
|
|
|
no) ac_enable_checking= ;
|
|
|
|
|
ac_gc_check_stringbytes= ;
|
|
|
|
|
ac_gc_check_string_overrun= ;
|
|
|
|
|
ac_gc_check_string_free_list= ;
|
|
|
|
|
ac_xmalloc_overrun= ;
|
|
|
|
|
ac_gc_check_cons_list= ;;
|
|
|
|
|
all) ac_enable_checking=1 ;
|
|
|
|
|
ac_gc_check_stringbytes=1 ;
|
|
|
|
|
ac_gc_check_string_overrun=1 ;
|
|
|
|
|
ac_gc_check_string_free_list=1 ;
|
|
|
|
|
ac_xmalloc_overrun=1 ;
|
|
|
|
|
ac_gc_check_cons_list=1 ;;
|
|
|
|
|
# these enable particular checks
|
|
|
|
|
stringbytes) ac_gc_check_stringbytes=1 ;;
|
|
|
|
|
stringoverrun) ac_gc_check_string_overrun=1 ;;
|
|
|
|
|
stringfreelist) ac_gc_check_string_free_list=1 ;;
|
|
|
|
|
xmallocoverrun) ac_xmalloc_overrun=1 ;;
|
|
|
|
|
conslist) ac_gc_check_cons_list=1 ;;
|
2010-11-21 15:39:55 +01:00
|
|
|
|
*) as_fn_error "unknown check category $check" "$LINENO" 5 ;;
|
2010-06-03 15:16:02 -07:00
|
|
|
|
esac
|
|
|
|
|
done
|
|
|
|
|
IFS="$ac_save_IFS"
|
|
|
|
|
|
|
|
|
|
if test x$ac_enable_checking != x ; then
|
|
|
|
|
|
|
|
|
|
$as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
|
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test x$ac_gc_check_stringbytes != x ; then
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define GC_CHECK_STRING_BYTES 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test x$ac_gc_check_stringoverrun != x ; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define GC_CHECK_STRING_OVERRUN 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test x$ac_gc_check_string_free_list != x ; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define GC_CHECK_STRING_FREE_LIST 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test x$ac_xmalloc_overrun != x ; then
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define XMALLOC_OVERRUN_CHECK 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
if test x$ac_gc_check_cons_list != x ; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define GC_CHECK_CONS_LIST 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-07-02 01:11:24 -07:00
|
|
|
|
# Check whether --enable-use-lisp-union-type was given.
|
|
|
|
|
if test "${enable_use_lisp_union_type+set}" = set; then :
|
|
|
|
|
enableval=$enable_use_lisp_union_type; if test "${enableval}" != "no"; then
|
|
|
|
|
|
|
|
|
|
$as_echo "#define USE_LISP_UNION_TYPE 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --enable-profiling was given.
|
|
|
|
|
if test "${enable_profiling+set}" = set; then :
|
|
|
|
|
enableval=$enable_profiling; ac_enable_profiling="${enableval}"
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test x$ac_enable_profiling != x ; then
|
|
|
|
|
PROFILING_CFLAGS="-DPROFILING=1 -pg"
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
PROFILING_CFLAGS=
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
* configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
(C_OPTIMIZE_SWITCH): Remove.
(TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
* lib-src/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Set from substitution.
(BASE_CFLAGS): Add ${C_WARNINGS_SWITCH}.
(ALL_CFLAGS, CPP_CFLAGS): Add ${PROFILING_CFLAGS}.
(LINK_CFLAGS): Add ${PROFILING_LDFLAGS}.
* lwlib/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
substitution.
(ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
* oldXMenu/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
substitution.
(ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
* src/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Set from substitution.
(ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
CFLAGS last.
2010-07-12 16:16:38 +02:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --enable-autodepend was given.
|
|
|
|
|
if test "${enable_autodepend+set}" = set; then :
|
|
|
|
|
enableval=$enable_autodepend; ac_enable_autodepend="${enableval}"
|
|
|
|
|
else
|
|
|
|
|
ac_enable_autodepend=yes
|
|
|
|
|
fi
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#### Make srcdir absolute, if it isn't already. It's important to
|
|
|
|
|
#### avoid running the path through pwd unnecessarily, since pwd can
|
|
|
|
|
#### give you automounter prefixes, which can go away. We do all this
|
|
|
|
|
#### so Emacs can find its files when run uninstalled.
|
|
|
|
|
## Make sure CDPATH doesn't affect cd (in case PWD is relative).
|
|
|
|
|
unset CDPATH
|
|
|
|
|
case "${srcdir}" in
|
|
|
|
|
/* ) ;;
|
|
|
|
|
. )
|
|
|
|
|
## We may be able to use the $PWD environment variable to make this
|
|
|
|
|
## absolute. But sometimes PWD is inaccurate.
|
|
|
|
|
## Note: we used to use ${PWD} at the end instead of `pwd`,
|
|
|
|
|
## but that tested only for a well-formed and valid PWD,
|
|
|
|
|
## it did not object when PWD was well-formed and valid but just wrong.
|
|
|
|
|
if test ".${PWD}" != "." && test ".`(cd ${PWD} ; sh -c pwd)`" = ".`pwd`" ;
|
|
|
|
|
then
|
|
|
|
|
srcdir="$PWD"
|
|
|
|
|
else
|
|
|
|
|
srcdir="`(cd ${srcdir}; pwd)`"
|
|
|
|
|
fi
|
|
|
|
|
;;
|
|
|
|
|
* ) srcdir="`(cd ${srcdir}; pwd)`" ;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#### Check if the source directory already has a configured system in it.
|
|
|
|
|
if test `pwd` != `(cd ${srcdir} && pwd)` \
|
|
|
|
|
&& test -f "${srcdir}/src/config.h" ; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The directory tree \`${srcdir}' is being used
|
|
|
|
|
as a build directory right now; it has been configured in its own
|
|
|
|
|
right. To configure in another directory as well, you MUST
|
|
|
|
|
use GNU make. If you do not have GNU make, then you must
|
|
|
|
|
now do \`make distclean' in ${srcdir},
|
|
|
|
|
and then run $0 again." >&5
|
|
|
|
|
$as_echo "$as_me: WARNING: The directory tree \`${srcdir}' is being used
|
|
|
|
|
as a build directory right now; it has been configured in its own
|
|
|
|
|
right. To configure in another directory as well, you MUST
|
|
|
|
|
use GNU make. If you do not have GNU make, then you must
|
|
|
|
|
now do \`make distclean' in ${srcdir},
|
|
|
|
|
and then run $0 again." >&2;}
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#### Given the configuration name, set machfile and opsysfile to the
|
|
|
|
|
#### names of the m/*.h and s/*.h files we should use.
|
|
|
|
|
|
|
|
|
|
### Canonicalize the configuration name.
|
|
|
|
|
|
|
|
|
|
ac_aux_dir=
|
|
|
|
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
|
2010-11-21 15:39:55 +01:00
|
|
|
|
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
|
2010-03-17 22:57:21 -07:00
|
|
|
|
done
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -z "$ac_aux_dir"; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# 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.
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Make sure we can run config.sub.
|
|
|
|
|
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
|
|
|
|
|
$as_echo_n "checking build system type... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_build+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_build_alias=$build_alias
|
|
|
|
|
test "x$ac_build_alias" = x &&
|
|
|
|
|
ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
|
|
|
|
|
test "x$ac_build_alias" = x &&
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2010-05-07 14:55:18 -04:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
|
|
|
|
|
$as_echo "$ac_cv_build" >&6; }
|
|
|
|
|
case $ac_cv_build in
|
|
|
|
|
*-*-*) ;;
|
2010-11-21 15:39:55 +01:00
|
|
|
|
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
build=$ac_cv_build
|
|
|
|
|
ac_save_IFS=$IFS; IFS='-'
|
|
|
|
|
set x $ac_cv_build
|
|
|
|
|
shift
|
|
|
|
|
build_cpu=$1
|
|
|
|
|
build_vendor=$2
|
|
|
|
|
shift; shift
|
|
|
|
|
# Remember, the first character of IFS is used to create $*,
|
|
|
|
|
# except with old shells:
|
|
|
|
|
build_os=$*
|
|
|
|
|
IFS=$ac_save_IFS
|
|
|
|
|
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
|
2005-07-26 21:44:41 +00:00
|
|
|
|
|
2002-11-28 01:08:07 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
|
|
|
|
|
$as_echo_n "checking host system type... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_host+set}" = set; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "x$host_alias" = x; then
|
|
|
|
|
ac_cv_host=$ac_cv_build
|
|
|
|
|
else
|
|
|
|
|
ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
|
|
|
|
|
$as_echo "$ac_cv_host" >&6; }
|
|
|
|
|
case $ac_cv_host in
|
|
|
|
|
*-*-*) ;;
|
2010-11-21 15:39:55 +01:00
|
|
|
|
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
|
2010-06-03 15:16:02 -07:00
|
|
|
|
esac
|
|
|
|
|
host=$ac_cv_host
|
|
|
|
|
ac_save_IFS=$IFS; IFS='-'
|
|
|
|
|
set x $ac_cv_host
|
|
|
|
|
shift
|
|
|
|
|
host_cpu=$1
|
|
|
|
|
host_vendor=$2
|
|
|
|
|
shift; shift
|
|
|
|
|
# Remember, the first character of IFS is used to create $*,
|
|
|
|
|
# except with old shells:
|
|
|
|
|
host_os=$*
|
|
|
|
|
IFS=$ac_save_IFS
|
|
|
|
|
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2003-06-06 10:16:42 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
canonical=$host
|
|
|
|
|
configuration=${host_alias-${build_alias-$host}}
|
2005-07-06 12:07:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
### If you add support for a new configuration, add code to this
|
|
|
|
|
### switch statement to recognize your configuration name and select
|
|
|
|
|
### the appropriate operating system and machine description files.
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
### You would hope that you could choose an m/*.h file pretty much
|
|
|
|
|
### based on the machine portion of the configuration name, and an s/*.h
|
|
|
|
|
### file based on the operating system portion. However, it turns out
|
|
|
|
|
### that each m/*.h file is pretty manufacturer-specific - for
|
|
|
|
|
### example mips.h is MIPS
|
|
|
|
|
### So we basically have to have a special case for each
|
|
|
|
|
### configuration name.
|
|
|
|
|
###
|
|
|
|
|
### As far as handling version numbers on operating systems is
|
|
|
|
|
### concerned, make sure things will fail in a fixable way. If
|
|
|
|
|
### /etc/MACHINES doesn't say anything about version numbers, be
|
|
|
|
|
### prepared to handle anything reasonably. If version numbers
|
|
|
|
|
### matter, be sure /etc/MACHINES says something about it.
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
machine='' opsys='' unported=no
|
|
|
|
|
case "${canonical}" in
|
2003-06-06 10:16:42 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## FreeBSD ports
|
|
|
|
|
*-*-freebsd* )
|
|
|
|
|
opsys=freebsd
|
|
|
|
|
case "${canonical}" in
|
|
|
|
|
alpha*) machine=alpha ;;
|
|
|
|
|
amd64-*|x86_64-*) machine=amdx86-64 ;;
|
|
|
|
|
arm*) machine=arm ;;
|
|
|
|
|
ia64-*) machine=ia64 ;;
|
|
|
|
|
i[3456]86-*) machine=intel386 ;;
|
|
|
|
|
powerpc-*) machine=macppc ;;
|
|
|
|
|
sparc-*) machine=sparc ;;
|
|
|
|
|
sparc64-*) machine=sparc ;;
|
|
|
|
|
esac
|
|
|
|
|
;;
|
2003-07-23 11:16:30 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## FreeBSD kernel + glibc based userland
|
|
|
|
|
*-*-kfreebsd*gnu* )
|
|
|
|
|
opsys=gnu-kfreebsd
|
|
|
|
|
case "${canonical}" in
|
|
|
|
|
alpha*) machine=alpha ;;
|
|
|
|
|
amd64-*|x86_64-*) machine=amdx86-64 ;;
|
|
|
|
|
ia64-*) machine=ia64 ;;
|
|
|
|
|
i[3456]86-*) machine=intel386 ;;
|
|
|
|
|
powerpc-*) machine=macppc ;;
|
|
|
|
|
sparc-*) machine=sparc ;;
|
|
|
|
|
sparc64-*) machine=sparc ;;
|
|
|
|
|
esac
|
|
|
|
|
;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## NetBSD ports
|
|
|
|
|
*-*-netbsd* )
|
|
|
|
|
opsys=netbsd
|
|
|
|
|
case "${canonical}" in
|
|
|
|
|
alpha*) machine=alpha ;;
|
|
|
|
|
x86_64-*) machine=amdx86-64 ;;
|
|
|
|
|
arm-*) machine=arm ;;
|
|
|
|
|
hppa-*) machine=hp800 ;;
|
|
|
|
|
i[3456]86-*) machine=intel386 ;;
|
|
|
|
|
m68k-*) machine=m68k ;;
|
|
|
|
|
powerpc-*) machine=macppc ;;
|
|
|
|
|
mips-*) machine=mips ;;
|
|
|
|
|
mipse[bl]-*) machine=mips ;;
|
|
|
|
|
sparc*-) machine=sparc ;;
|
|
|
|
|
vax-*) machine=vax ;;
|
|
|
|
|
esac
|
|
|
|
|
;;
|
2003-06-06 10:16:42 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## OpenBSD ports
|
|
|
|
|
*-*-openbsd* )
|
|
|
|
|
opsys=openbsd
|
|
|
|
|
case "${canonical}" in
|
|
|
|
|
alpha*) machine=alpha ;;
|
|
|
|
|
x86_64-*) machine=amdx86-64 ;;
|
|
|
|
|
arm-*) machine=arm ;;
|
|
|
|
|
hppa-*) machine=hp800 ;;
|
|
|
|
|
i386-*) machine=intel386 ;;
|
|
|
|
|
powerpc-*) machine=macppc ;;
|
|
|
|
|
sparc*) machine=sparc ;;
|
|
|
|
|
vax-*) machine=vax ;;
|
|
|
|
|
esac
|
|
|
|
|
;;
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
alpha*-*-linux-gnu* )
|
|
|
|
|
machine=alpha opsys=gnu-linux
|
|
|
|
|
;;
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
arm*-*-linux-gnu* )
|
|
|
|
|
machine=arm opsys=gnu-linux
|
|
|
|
|
;;
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Apple Darwin / Mac OS X
|
|
|
|
|
*-apple-darwin* )
|
|
|
|
|
case "${canonical}" in
|
|
|
|
|
i[3456]86-* ) machine=intel386 ;;
|
|
|
|
|
powerpc-* ) machine=macppc ;;
|
|
|
|
|
x86_64-* ) machine=amdx86-64 ;;
|
|
|
|
|
* ) unported=yes ;;
|
|
|
|
|
esac
|
|
|
|
|
opsys=darwin
|
|
|
|
|
# Define CPP as follows to make autoconf work correctly.
|
|
|
|
|
CPP="${CC-cc} -E -no-cpp-precomp"
|
|
|
|
|
# Use fink packages if available.
|
|
|
|
|
if test -d /sw/include && test -d /sw/lib; then
|
|
|
|
|
GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
|
|
|
|
|
CPP="${CPP} ${GCC_TEST_OPTIONS}"
|
|
|
|
|
NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
|
|
|
|
|
fi
|
|
|
|
|
;;
|
2003-06-06 10:16:42 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## HP 9000 series 700 and 800, running HP/UX
|
|
|
|
|
hppa*-hp-hpux10.2* )
|
|
|
|
|
machine=hp800 opsys=hpux10-20
|
|
|
|
|
;;
|
|
|
|
|
hppa*-hp-hpux1[1-9]* )
|
|
|
|
|
machine=hp800 opsys=hpux11
|
|
|
|
|
CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS"
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
hppa*-*-linux-gnu* )
|
|
|
|
|
machine=hp800 opsys=gnu-linux
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## IBM machines
|
|
|
|
|
s390-*-linux-gnu* )
|
|
|
|
|
machine=ibms390 opsys=gnu-linux
|
|
|
|
|
;;
|
|
|
|
|
s390x-*-linux-gnu* )
|
|
|
|
|
machine=ibms390x opsys=gnu-linux
|
|
|
|
|
;;
|
|
|
|
|
rs6000-ibm-aix4.[23]* )
|
|
|
|
|
machine=ibmrs6000 opsys=aix4-2
|
|
|
|
|
;;
|
|
|
|
|
powerpc-ibm-aix4.[23]* )
|
|
|
|
|
machine=ibmrs6000 opsys=aix4-2
|
|
|
|
|
;;
|
|
|
|
|
rs6000-ibm-aix[56]* )
|
|
|
|
|
machine=ibmrs6000 opsys=aix4-2
|
|
|
|
|
;;
|
|
|
|
|
powerpc-ibm-aix[56]* )
|
|
|
|
|
machine=ibmrs6000 opsys=aix4-2
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Macintosh PowerPC
|
|
|
|
|
powerpc*-*-linux-gnu* )
|
|
|
|
|
machine=macppc opsys=gnu-linux
|
|
|
|
|
;;
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Silicon Graphics machines
|
|
|
|
|
## Iris 4D
|
|
|
|
|
mips-sgi-irix6.5 )
|
|
|
|
|
machine=iris4d opsys=irix6-5
|
|
|
|
|
# Without defining _LANGUAGE_C, things get masked out in the headers
|
|
|
|
|
# so that, for instance, grepping for `free' in stdlib.h fails and
|
|
|
|
|
# AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m).
|
|
|
|
|
NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C"
|
|
|
|
|
NON_GCC_TEST_OPTIONS="-D_LANGUAGE_C"
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Suns
|
|
|
|
|
sparc-*-linux-gnu* | sparc64-*-linux-gnu* )
|
|
|
|
|
machine=sparc opsys=gnu-linux
|
|
|
|
|
;;
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
*-sun-solaris* \
|
|
|
|
|
| i[3456]86-*-solaris2* | i[3456]86-*-sunos5* \
|
|
|
|
|
| x86_64-*-solaris2* | x86_64-*-sunos5*)
|
|
|
|
|
case "${canonical}" in
|
|
|
|
|
i[3456]86-*-* ) machine=intel386 ;;
|
|
|
|
|
amd64-*-*|x86_64-*-*) machine=amdx86-64 ;;
|
|
|
|
|
sparc* ) machine=sparc ;;
|
|
|
|
|
* ) unported=yes ;;
|
|
|
|
|
esac
|
|
|
|
|
case "${canonical}" in
|
|
|
|
|
*-sunos5.6* | *-solaris2.6* )
|
|
|
|
|
opsys=sol2-6
|
|
|
|
|
NON_GNU_CPP=/usr/ccs/lib/cpp
|
|
|
|
|
RANLIB="ar -ts"
|
|
|
|
|
;;
|
|
|
|
|
*-sunos5.[7-9]* | *-solaris2.[7-9]* )
|
|
|
|
|
opsys=sol2-6
|
|
|
|
|
emacs_check_sunpro_c=yes
|
|
|
|
|
NON_GNU_CPP=/usr/ccs/lib/cpp
|
|
|
|
|
;;
|
|
|
|
|
*-sunos5* | *-solaris* )
|
|
|
|
|
opsys=sol2-10
|
|
|
|
|
emacs_check_sunpro_c=yes
|
|
|
|
|
NON_GNU_CPP=/usr/ccs/lib/cpp
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
## Watch out for a compiler that we know will not work.
|
|
|
|
|
case "${canonical}" in
|
|
|
|
|
*-solaris* | *-sunos5* )
|
|
|
|
|
if [ "x$CC" = x/usr/ucb/cc ]; then
|
|
|
|
|
## /usr/ucb/cc doesn't work;
|
|
|
|
|
## we should find some other compiler that does work.
|
|
|
|
|
unset CC
|
|
|
|
|
fi
|
|
|
|
|
;;
|
|
|
|
|
*) ;;
|
|
|
|
|
esac
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## IA-64
|
|
|
|
|
ia64*-*-linux* )
|
|
|
|
|
machine=ia64 opsys=gnu-linux
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Intel 386 machines where we don't care about the manufacturer.
|
|
|
|
|
i[3456]86-*-* )
|
|
|
|
|
machine=intel386
|
|
|
|
|
case "${canonical}" in
|
|
|
|
|
*-cygwin ) opsys=cygwin ;;
|
|
|
|
|
*-darwin* ) opsys=darwin
|
|
|
|
|
CPP="${CC-cc} -E -no-cpp-precomp"
|
|
|
|
|
;;
|
|
|
|
|
*-linux-gnu* ) opsys=gnu-linux ;;
|
|
|
|
|
*-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
|
|
|
|
|
*-sysv5uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
|
|
|
|
|
*-sysv5OpenUNIX* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
|
|
|
|
|
## Otherwise, we'll fall through to the generic opsys code at the bottom.
|
|
|
|
|
esac
|
|
|
|
|
;;
|
2002-04-14 01:42:18 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## m68k Linux-based GNU system
|
|
|
|
|
m68k-*-linux-gnu* )
|
|
|
|
|
machine=m68k opsys=gnu-linux
|
|
|
|
|
;;
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Mips Linux-based GNU system
|
|
|
|
|
mips-*-linux-gnu* | mipsel-*-linux-gnu* \
|
|
|
|
|
| mips64-*-linux-gnu* | mips64el-*-linux-gnu* )
|
|
|
|
|
machine=mips opsys=gnu-linux
|
|
|
|
|
;;
|
2005-07-06 12:07:32 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## AMD x86-64 Linux-based GNU system
|
|
|
|
|
x86_64-*-linux-gnu* )
|
|
|
|
|
machine=amdx86-64 opsys=gnu-linux
|
|
|
|
|
;;
|
2005-07-06 12:07:32 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Tensilica Xtensa Linux-based GNU system
|
|
|
|
|
xtensa*-*-linux-gnu* )
|
|
|
|
|
machine=xtensa opsys=gnu-linux
|
|
|
|
|
;;
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## SuperH Linux-based GNU system
|
|
|
|
|
sh[34]*-*-linux-gnu* )
|
|
|
|
|
machine=sh3 opsys=gnu-linux
|
|
|
|
|
;;
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
* )
|
|
|
|
|
unported=yes
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
### If the code above didn't choose an operating system, just choose
|
|
|
|
|
### an operating system based on the configuration name. You really
|
|
|
|
|
### only want to use this when you have no idea what the right
|
|
|
|
|
### operating system is; if you know what operating systems a machine
|
|
|
|
|
### runs, it's cleaner to make it explicit in the case statement
|
|
|
|
|
### above.
|
|
|
|
|
if test x"${opsys}" = x; then
|
|
|
|
|
case "${canonical}" in
|
|
|
|
|
*-gnu* ) opsys=gnu ;;
|
|
|
|
|
* )
|
|
|
|
|
unported=yes
|
|
|
|
|
;;
|
|
|
|
|
esac
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $unported = yes; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "Emacs hasn't been ported to \`${canonical}' systems.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
machfile="m/${machine}.h"
|
|
|
|
|
opsysfile="s/${opsys}.h"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#### Choose a compiler.
|
|
|
|
|
test -n "$CC" && cc_specified=yes
|
|
|
|
|
|
|
|
|
|
# Save the value of CFLAGS that the user specified.
|
|
|
|
|
SPECIFIED_CFLAGS="$CFLAGS"
|
|
|
|
|
|
|
|
|
|
ac_ext=c
|
|
|
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
|
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
|
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
|
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
|
|
if test -n "$ac_tool_prefix"; then
|
|
|
|
|
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
|
|
|
|
|
set dummy ${ac_tool_prefix}gcc; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_prog_CC+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -n "$CC"; then
|
|
|
|
|
ac_cv_prog_CC="$CC" # Let the user override the test.
|
|
|
|
|
else
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_prog_CC="${ac_tool_prefix}gcc"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
CC=$ac_cv_prog_CC
|
|
|
|
|
if test -n "$CC"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
|
|
|
|
|
$as_echo "$CC" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
if test -z "$ac_cv_prog_CC"; then
|
|
|
|
|
ac_ct_CC=$CC
|
|
|
|
|
# Extract the first word of "gcc", so it can be a program name with args.
|
|
|
|
|
set dummy gcc; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -n "$ac_ct_CC"; then
|
|
|
|
|
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_prog_ac_ct_CC="gcc"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_ct_CC=$ac_cv_prog_ac_ct_CC
|
|
|
|
|
if test -n "$ac_ct_CC"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
|
|
|
|
|
$as_echo "$ac_ct_CC" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "x$ac_ct_CC" = x; then
|
|
|
|
|
CC=""
|
|
|
|
|
else
|
|
|
|
|
case $cross_compiling:$ac_tool_warned in
|
|
|
|
|
yes:)
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
|
|
|
|
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
|
|
|
|
ac_tool_warned=yes ;;
|
|
|
|
|
esac
|
|
|
|
|
CC=$ac_ct_CC
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
CC="$ac_cv_prog_CC"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -z "$CC"; then
|
|
|
|
|
if test -n "$ac_tool_prefix"; then
|
|
|
|
|
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
|
|
|
|
|
set dummy ${ac_tool_prefix}cc; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_prog_CC+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -n "$CC"; then
|
|
|
|
|
ac_cv_prog_CC="$CC" # Let the user override the test.
|
|
|
|
|
else
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
2010-03-17 22:57:21 -07:00
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2010-03-12 11:34:27 -05:00
|
|
|
|
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_prog_CC="${ac_tool_prefix}cc"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2010-03-12 11:34:27 -05:00
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-12 11:34:27 -05:00
|
|
|
|
IFS=$as_save_IFS
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
CC=$ac_cv_prog_CC
|
|
|
|
|
if test -n "$CC"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
|
|
|
|
|
$as_echo "$CC" >&6; }
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
2010-03-12 11:34:27 -05:00
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
fi
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
if test -z "$CC"; then
|
|
|
|
|
# Extract the first word of "cc", so it can be a program name with args.
|
|
|
|
|
set dummy cc; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_prog_CC+set}" = set; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -n "$CC"; then
|
|
|
|
|
ac_cv_prog_CC="$CC" # Let the user override the test.
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_prog_rejected=no
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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 "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
|
|
|
|
|
ac_prog_rejected=yes
|
|
|
|
|
continue
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_prog_CC="cc"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ac_prog_rejected = yes; then
|
|
|
|
|
# We found a bogon in the path, so make sure we never use it.
|
|
|
|
|
set dummy $ac_cv_prog_CC
|
|
|
|
|
shift
|
|
|
|
|
if test $# != 0; then
|
|
|
|
|
# We chose a different compiler from the bogus one.
|
|
|
|
|
# However, it has the same basename, so the bogon will be chosen
|
|
|
|
|
# first if we set CC to just the basename; use the full file name.
|
|
|
|
|
shift
|
|
|
|
|
ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
CC=$ac_cv_prog_CC
|
|
|
|
|
if test -n "$CC"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
|
|
|
|
|
$as_echo "$CC" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2000-06-21 14:26:56 +00:00
|
|
|
|
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
if test -z "$CC"; then
|
|
|
|
|
if test -n "$ac_tool_prefix"; then
|
|
|
|
|
for ac_prog in cl.exe
|
|
|
|
|
do
|
|
|
|
|
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
|
|
|
|
|
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_prog_CC+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2000-06-21 14:26:56 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -n "$CC"; then
|
|
|
|
|
ac_cv_prog_CC="$CC" # Let the user override the test.
|
2001-10-19 12:33:10 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
2010-05-15 14:34:03 -07:00
|
|
|
|
for as_dir in $PATH
|
2010-05-15 17:11:37 -04:00
|
|
|
|
do
|
2010-05-15 14:34:03 -07:00
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2010-05-15 14:34:03 -07:00
|
|
|
|
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2010-05-15 14:34:03 -07:00
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-05-15 14:34:03 -07:00
|
|
|
|
IFS=$as_save_IFS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
1999-10-07 13:06:22 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
CC=$ac_cv_prog_CC
|
|
|
|
|
if test -n "$CC"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
|
|
|
|
|
$as_echo "$CC" >&6; }
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo "no" >&6; }
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -n "$CC" && break
|
|
|
|
|
done
|
|
|
|
|
fi
|
|
|
|
|
if test -z "$CC"; then
|
|
|
|
|
ac_ct_CC=$CC
|
|
|
|
|
for ac_prog in cl.exe
|
|
|
|
|
do
|
|
|
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
|
|
|
|
set dummy $ac_prog; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2010-02-25 20:59:04 -08:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -n "$ac_ct_CC"; then
|
|
|
|
|
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
2010-03-17 22:57:21 -07:00
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2010-03-17 22:57:21 -07:00
|
|
|
|
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_prog_ac_ct_CC="$ac_prog"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_ct_CC=$ac_cv_prog_ac_ct_CC
|
|
|
|
|
if test -n "$ac_ct_CC"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
|
|
|
|
|
$as_echo "$ac_ct_CC" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo "no" >&6; }
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -n "$ac_ct_CC" && break
|
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "x$ac_ct_CC" = x; then
|
|
|
|
|
CC=""
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $cross_compiling:$ac_tool_warned in
|
|
|
|
|
yes:)
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
|
|
|
|
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
|
|
|
|
ac_tool_warned=yes ;;
|
|
|
|
|
esac
|
|
|
|
|
CC=$ac_ct_CC
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
|
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "no acceptable C compiler found in \$PATH
|
|
|
|
|
See \`config.log' for more details." "$LINENO" 5; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Provide some information about the compiler.
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
|
|
|
|
|
set X $ac_compile
|
|
|
|
|
ac_compiler=$2
|
|
|
|
|
for ac_option in --version -v -V -qversion; do
|
|
|
|
|
{ { ac_try="$ac_compiler $ac_option >&5"
|
2010-05-15 14:34:03 -07:00
|
|
|
|
case "(($ac_try" in
|
|
|
|
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
|
|
*) ac_try_echo=$ac_try;;
|
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
|
|
|
|
$as_echo "$ac_try_echo"; } >&5
|
|
|
|
|
(eval "$ac_compiler $ac_option >&5") 2>conftest.err
|
2010-05-15 14:34:03 -07:00
|
|
|
|
ac_status=$?
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -s conftest.err; then
|
|
|
|
|
sed '10a\
|
|
|
|
|
... rest of stderr output deleted ...
|
|
|
|
|
10q' conftest.err >conftest.er1
|
|
|
|
|
cat conftest.er1 >&5
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f conftest.er1 conftest.err
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
|
|
|
test $ac_status = 0; }
|
|
|
|
|
done
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-07 14:55:18 -04:00
|
|
|
|
/* end confdefs.h. */
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-05-07 19:13:50 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-05-07 14:55:18 -04:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_clean_files_save=$ac_clean_files
|
|
|
|
|
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
|
|
|
|
|
# Try to create an executable without -o first, disregard a.out.
|
|
|
|
|
# It will help us diagnose broken compilers, and finding out an intuition
|
|
|
|
|
# of exeext.
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
|
|
|
|
|
$as_echo_n "checking whether the C compiler works... " >&6; }
|
|
|
|
|
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
|
|
|
|
|
|
|
|
|
|
# The possible output files:
|
|
|
|
|
ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
|
|
|
|
|
|
|
|
|
|
ac_rmfiles=
|
|
|
|
|
for ac_file in $ac_files
|
|
|
|
|
do
|
|
|
|
|
case $ac_file in
|
|
|
|
|
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
|
|
|
|
|
* ) ac_rmfiles="$ac_rmfiles $ac_file";;
|
|
|
|
|
esac
|
|
|
|
|
done
|
|
|
|
|
rm -f $ac_rmfiles
|
|
|
|
|
|
|
|
|
|
if { { ac_try="$ac_link_default"
|
2010-05-07 19:13:50 -07:00
|
|
|
|
case "(($ac_try" in
|
|
|
|
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
|
|
*) ac_try_echo=$ac_try;;
|
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
|
|
|
|
$as_echo "$ac_try_echo"; } >&5
|
|
|
|
|
(eval "$ac_link_default") 2>&5
|
2010-05-07 19:13:50 -07:00
|
|
|
|
ac_status=$?
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
|
|
|
test $ac_status = 0; }; then :
|
|
|
|
|
# Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
|
|
|
|
|
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
|
|
|
|
|
# in a Makefile. We should not override ac_cv_exeext if it was cached,
|
|
|
|
|
# so that the user can short-circuit this test for compilers unknown to
|
|
|
|
|
# Autoconf.
|
|
|
|
|
for ac_file in $ac_files ''
|
|
|
|
|
do
|
|
|
|
|
test -f "$ac_file" || continue
|
|
|
|
|
case $ac_file in
|
|
|
|
|
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
|
|
|
|
|
;;
|
|
|
|
|
[ab].out )
|
|
|
|
|
# We found the default executable, but exeext='' is most
|
|
|
|
|
# certainly right.
|
|
|
|
|
break;;
|
|
|
|
|
*.* )
|
|
|
|
|
if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
|
|
|
|
|
then :; else
|
|
|
|
|
ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
|
|
|
|
|
fi
|
|
|
|
|
# We set ac_cv_exeext here because the later test for it is not
|
|
|
|
|
# safe: cross compilers may not add the suffix if given an `-o'
|
|
|
|
|
# argument, so we may need to know it at that point already.
|
|
|
|
|
# Even if this section looks crufty: it has the advantage of
|
|
|
|
|
# actually working.
|
|
|
|
|
break;;
|
|
|
|
|
* )
|
|
|
|
|
break;;
|
|
|
|
|
esac
|
|
|
|
|
done
|
|
|
|
|
test "$ac_cv_exeext" = no && ac_cv_exeext=
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
ac_file=''
|
2010-05-07 14:55:18 -04:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -z "$ac_file"; then :
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
$as_echo "$as_me: failed program was:" >&5
|
|
|
|
|
sed 's/^/| /' conftest.$ac_ext >&5
|
2010-05-06 17:30:56 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
|
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
2010-11-21 15:39:55 +01:00
|
|
|
|
{ as_fn_set_status 77
|
|
|
|
|
as_fn_error "C compiler cannot create executables
|
|
|
|
|
See \`config.log' for more details." "$LINENO" 5; }; }
|
2010-05-07 14:55:18 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
2010-05-07 14:55:18 -04:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
|
|
|
|
|
$as_echo_n "checking for C compiler default output file name... " >&6; }
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
|
|
|
|
|
$as_echo "$ac_file" >&6; }
|
|
|
|
|
ac_exeext=$ac_cv_exeext
|
2010-05-06 20:01:40 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
|
|
|
|
|
ac_clean_files=$ac_clean_files_save
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
|
|
|
|
|
$as_echo_n "checking for suffix of executables... " >&6; }
|
|
|
|
|
if { { ac_try="$ac_link"
|
|
|
|
|
case "(($ac_try" in
|
|
|
|
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
|
|
*) ac_try_echo=$ac_try;;
|
|
|
|
|
esac
|
|
|
|
|
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
|
|
|
|
$as_echo "$ac_try_echo"; } >&5
|
|
|
|
|
(eval "$ac_link") 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
|
|
|
test $ac_status = 0; }; then :
|
|
|
|
|
# If both `conftest.exe' and `conftest' are `present' (well, observable)
|
|
|
|
|
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
|
|
|
|
|
# work properly (i.e., refer to `conftest.exe'), while it won't with
|
|
|
|
|
# `rm'.
|
|
|
|
|
for ac_file in conftest.exe conftest conftest.*; do
|
|
|
|
|
test -f "$ac_file" || continue
|
|
|
|
|
case $ac_file in
|
|
|
|
|
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
|
|
|
|
|
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
|
|
|
|
|
break;;
|
|
|
|
|
* ) break;;
|
|
|
|
|
esac
|
|
|
|
|
done
|
|
|
|
|
else
|
|
|
|
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
|
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "cannot compute suffix of executables: cannot compile and link
|
|
|
|
|
See \`config.log' for more details." "$LINENO" 5; }
|
2010-05-07 19:13:50 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f conftest conftest$ac_cv_exeext
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
|
|
|
|
|
$as_echo "$ac_cv_exeext" >&6; }
|
2010-05-06 17:30:56 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f conftest.$ac_ext
|
|
|
|
|
EXEEXT=$ac_cv_exeext
|
|
|
|
|
ac_exeext=$EXEEXT
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2007-10-17 15:58:05 +00:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <stdio.h>
|
2007-10-17 15:58:05 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
FILE *f = fopen ("conftest.out", "w");
|
|
|
|
|
return ferror (f) || fclose (f) != 0;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2007-10-17 15:58:05 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_clean_files="$ac_clean_files conftest.out"
|
|
|
|
|
# Check that the compiler produces executables we can run. If not, either
|
|
|
|
|
# the compiler is broken, or we cross compile.
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
|
|
|
|
|
$as_echo_n "checking whether we are cross compiling... " >&6; }
|
|
|
|
|
if test "$cross_compiling" != yes; then
|
|
|
|
|
{ { ac_try="$ac_link"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
case "(($ac_try" in
|
|
|
|
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
|
|
*) ac_try_echo=$ac_try;;
|
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
|
|
|
|
$as_echo "$ac_try_echo"; } >&5
|
|
|
|
|
(eval "$ac_link") 2>&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
ac_status=$?
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
|
|
|
test $ac_status = 0; }
|
|
|
|
|
if { ac_try='./conftest$ac_cv_exeext'
|
|
|
|
|
{ { case "(($ac_try" in
|
|
|
|
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
|
|
*) ac_try_echo=$ac_try;;
|
|
|
|
|
esac
|
|
|
|
|
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
|
|
|
|
$as_echo "$ac_try_echo"; } >&5
|
|
|
|
|
(eval "$ac_try") 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
|
|
|
test $ac_status = 0; }; }; then
|
|
|
|
|
cross_compiling=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$cross_compiling" = maybe; then
|
|
|
|
|
cross_compiling=yes
|
|
|
|
|
else
|
|
|
|
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
|
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "cannot run C compiled programs.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
If you meant to cross compile, use \`--host'.
|
2010-11-21 15:39:55 +01:00
|
|
|
|
See \`config.log' for more details." "$LINENO" 5; }
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
|
|
|
|
|
$as_echo "$cross_compiling" >&6; }
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
|
|
|
|
|
ac_clean_files=$ac_clean_files_save
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
|
|
|
|
|
$as_echo_n "checking for suffix of object files... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_objext+set}" = set; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2001-10-24 22:54:38 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2003-07-23 11:16:30 +00:00
|
|
|
|
/* end confdefs.h. */
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2003-07-23 11:16:30 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2001-10-24 22:54:38 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f conftest.o conftest.obj
|
|
|
|
|
if { { ac_try="$ac_compile"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
case "(($ac_try" in
|
|
|
|
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
|
|
|
*) ac_try_echo=$ac_try;;
|
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
|
|
|
|
$as_echo "$ac_try_echo"; } >&5
|
|
|
|
|
(eval "$ac_compile") 2>&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
ac_status=$?
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
|
|
|
test $ac_status = 0; }; then :
|
|
|
|
|
for ac_file in conftest.o conftest.obj conftest.*; do
|
|
|
|
|
test -f "$ac_file" || continue;
|
|
|
|
|
case $ac_file in
|
|
|
|
|
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
|
|
|
|
|
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
|
|
|
|
|
break;;
|
|
|
|
|
esac
|
|
|
|
|
done
|
2001-10-24 22:54:38 +00:00
|
|
|
|
else
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo "$as_me: failed program was:" >&5
|
|
|
|
|
sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
|
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "cannot compute suffix of object files: cannot compile
|
|
|
|
|
See \`config.log' for more details." "$LINENO" 5; }
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f conftest.$ac_cv_objext conftest.$ac_ext
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
|
|
|
|
|
$as_echo "$ac_cv_objext" >&6; }
|
|
|
|
|
OBJEXT=$ac_cv_objext
|
|
|
|
|
ac_objext=$OBJEXT
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
|
|
|
|
|
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_c_compiler_gnu+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2001-10-24 22:54:38 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2003-07-23 11:16:30 +00:00
|
|
|
|
/* end confdefs.h. */
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2001-10-24 22:54:38 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#ifndef __GNUC__
|
|
|
|
|
choke me
|
2010-03-17 22:57:21 -07:00
|
|
|
|
#endif
|
|
|
|
|
|
2001-10-24 22:54:38 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_compiler_gnu=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_compiler_gnu=no
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
ac_cv_c_compiler_gnu=$ac_compiler_gnu
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
|
|
|
|
|
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
|
|
|
|
|
if test $ac_compiler_gnu = yes; then
|
|
|
|
|
GCC=yes
|
|
|
|
|
else
|
|
|
|
|
GCC=
|
|
|
|
|
fi
|
|
|
|
|
ac_test_CFLAGS=${CFLAGS+set}
|
|
|
|
|
ac_save_CFLAGS=$CFLAGS
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
|
|
|
|
|
$as_echo_n "checking whether $CC accepts -g... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_prog_cc_g+set}" = set; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2010-04-27 08:20:03 +02:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_save_c_werror_flag=$ac_c_werror_flag
|
|
|
|
|
ac_c_werror_flag=yes
|
|
|
|
|
ac_cv_prog_cc_g=no
|
|
|
|
|
CFLAGS="-g"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-04-23 19:25:45 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-04-26 10:10:09 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
;
|
2010-04-26 10:10:09 -07:00
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_prog_cc_g=yes
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
CFLAGS=""
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-05-07 19:13:50 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2001-10-24 22:54:38 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_c_werror_flag=$ac_save_c_werror_flag
|
|
|
|
|
CFLAGS="-g"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-02-24 22:07:26 +00:00
|
|
|
|
/* end confdefs.h. */
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-05-06 20:01:40 -07:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2003-07-23 11:16:30 +00:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_prog_cc_g=yes
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
ac_c_werror_flag=$ac_save_c_werror_flag
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
|
|
|
|
|
$as_echo "$ac_cv_prog_cc_g" >&6; }
|
|
|
|
|
if test "$ac_test_CFLAGS" = set; then
|
|
|
|
|
CFLAGS=$ac_save_CFLAGS
|
|
|
|
|
elif test $ac_cv_prog_cc_g = yes; then
|
|
|
|
|
if test "$GCC" = yes; then
|
|
|
|
|
CFLAGS="-g -O2"
|
|
|
|
|
else
|
|
|
|
|
CFLAGS="-g"
|
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$GCC" = yes; then
|
|
|
|
|
CFLAGS="-O2"
|
|
|
|
|
else
|
|
|
|
|
CFLAGS=
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
|
|
|
|
|
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_prog_cc_c89+set}" = set; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_prog_cc_c89=no
|
|
|
|
|
ac_save_CC=$CC
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-15 14:34:03 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <stdarg.h>
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
#include <sys/stat.h>
|
|
|
|
|
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
|
|
|
|
|
struct buf { int x; };
|
|
|
|
|
FILE * (*rcsopen) (struct buf *, struct stat *, int);
|
|
|
|
|
static char *e (p, i)
|
|
|
|
|
char **p;
|
|
|
|
|
int i;
|
2010-05-15 14:34:03 -07:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return p[i];
|
|
|
|
|
}
|
|
|
|
|
static char *f (char * (*g) (char **, int), char **p, ...)
|
|
|
|
|
{
|
|
|
|
|
char *s;
|
|
|
|
|
va_list v;
|
|
|
|
|
va_start (v,p);
|
|
|
|
|
s = g (p, va_arg (v,int));
|
|
|
|
|
va_end (v);
|
|
|
|
|
return s;
|
2010-05-15 14:34:03 -07:00
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
|
|
|
|
|
function prototypes and stuff, but not '\xHH' hex character constants.
|
|
|
|
|
These don't provoke an error unfortunately, instead are silently treated
|
|
|
|
|
as 'x'. The following induces an error, until -std is added to get
|
|
|
|
|
proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
|
|
|
|
|
array size at least. It's necessary to write '\x00'==0 to get something
|
|
|
|
|
that's true only with -std. */
|
|
|
|
|
int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|
|
|
|
|
inside strings and character constants. */
|
|
|
|
|
#define FOO(x) 'x'
|
|
|
|
|
int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
2010-05-06 17:30:56 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
int test (int i, double x);
|
|
|
|
|
struct s1 {int (*f) (int a);};
|
|
|
|
|
struct s2 {int (*f) (double a);};
|
|
|
|
|
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
|
|
|
|
|
int argc;
|
|
|
|
|
char **argv;
|
2010-05-15 14:34:03 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
|
2010-05-15 14:34:03 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
|
|
|
|
|
-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
|
|
|
|
|
do
|
|
|
|
|
CC="$ac_save_CC $ac_arg"
|
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_prog_cc_c89=$ac_arg
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext
|
|
|
|
|
test "x$ac_cv_prog_cc_c89" != "xno" && break
|
|
|
|
|
done
|
|
|
|
|
rm -f conftest.$ac_ext
|
|
|
|
|
CC=$ac_save_CC
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# AC_CACHE_VAL
|
|
|
|
|
case "x$ac_cv_prog_cc_c89" in
|
|
|
|
|
x)
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
|
|
|
|
|
$as_echo "none needed" >&6; } ;;
|
|
|
|
|
xno)
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
|
|
|
|
|
$as_echo "unsupported" >&6; } ;;
|
|
|
|
|
*)
|
|
|
|
|
CC="$CC $ac_cv_prog_cc_c89"
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
|
|
|
|
|
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
|
|
|
|
|
esac
|
|
|
|
|
if test "x$ac_cv_prog_cc_c89" != xno; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_ext=c
|
|
|
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
|
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
|
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
|
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
2010-05-02 19:15:26 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# On Suns, sometimes $CPP names a directory.
|
|
|
|
|
if test -n "$CPP" && test -d "$CPP"; then
|
|
|
|
|
CPP=
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-05-02 19:15:26 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## If not using gcc, and on Solaris, and no CPP specified, see if
|
|
|
|
|
## using a Sun compiler, which needs -Xs to prevent whitespace.
|
|
|
|
|
if test x"$GCC" != xyes && test x"$emacs_check_sunpro_c" = xyes && \
|
|
|
|
|
test x"$CPP" = x; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5
|
|
|
|
|
$as_echo_n "checking whether we are using a Sun C compiler... " >&6; }
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_sunpro_c+set}" = set; then :
|
2010-02-24 22:07:26 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2003-07-23 11:16:30 +00:00
|
|
|
|
/* end confdefs.h. */
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2001-10-24 22:54:38 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#ifndef __SUNPRO_C
|
|
|
|
|
fail;
|
|
|
|
|
#endif
|
|
|
|
|
|
2001-10-24 22:54:38 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
emacs_cv_sunpro_c=yes
|
2001-10-24 22:54:38 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_sunpro_c=no
|
2010-05-07 19:13:50 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_sunpro_c" >&5
|
|
|
|
|
$as_echo "$emacs_cv_sunpro_c" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test x"$emacs_cv_sunpro_c" = xyes; then
|
|
|
|
|
NON_GNU_CPP="$CC -E -Xs"
|
|
|
|
|
fi
|
2001-10-24 22:54:38 +00:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#### Some systems specify a CPP to use unless we are using GCC.
|
|
|
|
|
#### Now that we know whether we are using GCC, we can decide whether
|
|
|
|
|
#### to use that one.
|
|
|
|
|
if test "x$NON_GNU_CPP" != x && test x$GCC != xyes && test "x$CPP" = x
|
|
|
|
|
then
|
|
|
|
|
CPP="$NON_GNU_CPP"
|
2001-10-24 22:54:38 +00:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#### Some systems specify a CC to use unless we are using GCC.
|
|
|
|
|
#### Now that we know whether we are using GCC, we can decide whether
|
|
|
|
|
#### to use that one.
|
|
|
|
|
if test "x$NON_GNU_CC" != x && test x$GCC != xyes &&
|
|
|
|
|
test x$cc_specified != xyes
|
|
|
|
|
then
|
|
|
|
|
CC="$NON_GNU_CC"
|
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-08-04 23:48:36 +02:00
|
|
|
|
if test x$GCC = xyes; then
|
|
|
|
|
test "x$GCC_TEST_OPTIONS" != x && CC="$CC $GCC_TEST_OPTIONS"
|
|
|
|
|
else
|
|
|
|
|
test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS"
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_ext=c
|
|
|
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
|
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
|
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
|
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
|
|
|
|
|
$as_echo_n "checking how to run the C preprocessor... " >&6; }
|
|
|
|
|
# On Suns, sometimes $CPP names a directory.
|
|
|
|
|
if test -n "$CPP" && test -d "$CPP"; then
|
|
|
|
|
CPP=
|
|
|
|
|
fi
|
|
|
|
|
if test -z "$CPP"; then
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_prog_CPP+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2001-10-24 22:54:38 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Double quotes because CPP needs to be expanded
|
|
|
|
|
for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
|
|
|
|
|
do
|
|
|
|
|
ac_preproc_ok=false
|
|
|
|
|
for ac_c_preproc_warn_flag in '' yes
|
|
|
|
|
do
|
|
|
|
|
# Use a header file that comes with gcc, so configuring glibc
|
|
|
|
|
# with a fresh cross-compiler works.
|
|
|
|
|
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
|
|
|
# <limits.h> exists even on freestanding compilers.
|
|
|
|
|
# On the NeXT, cc -E runs the code through the compiler's parser,
|
|
|
|
|
# not just through cpp. "Syntax error" is here to catch this case.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-06 17:30:56 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#ifdef __STDC__
|
|
|
|
|
# include <limits.h>
|
|
|
|
|
#else
|
|
|
|
|
# include <assert.h>
|
|
|
|
|
#endif
|
|
|
|
|
Syntax error
|
2010-05-06 17:30:56 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_cpp "$LINENO"; then :
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
# Broken: fails on valid input.
|
|
|
|
|
continue
|
|
|
|
|
fi
|
2010-11-21 15:39:55 +01:00
|
|
|
|
rm -f conftest.err conftest.$ac_ext
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# OK, works on sane cases. Now check whether nonexistent headers
|
|
|
|
|
# can be detected and how.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <ac_nonexistent.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_cpp "$LINENO"; then :
|
|
|
|
|
# Broken: success on invalid input.
|
|
|
|
|
continue
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Passes both tests.
|
|
|
|
|
ac_preproc_ok=:
|
|
|
|
|
break
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-11-21 15:39:55 +01:00
|
|
|
|
rm -f conftest.err conftest.$ac_ext
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
|
|
|
|
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
|
2010-11-21 15:39:55 +01:00
|
|
|
|
rm -f conftest.err conftest.$ac_ext
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if $ac_preproc_ok; then :
|
|
|
|
|
break
|
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
|
|
|
|
ac_cv_prog_CPP=$CPP
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
CPP=$ac_cv_prog_CPP
|
|
|
|
|
else
|
|
|
|
|
ac_cv_prog_CPP=$CPP
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
|
|
|
|
|
$as_echo "$CPP" >&6; }
|
|
|
|
|
ac_preproc_ok=false
|
|
|
|
|
for ac_c_preproc_warn_flag in '' yes
|
|
|
|
|
do
|
|
|
|
|
# Use a header file that comes with gcc, so configuring glibc
|
|
|
|
|
# with a fresh cross-compiler works.
|
|
|
|
|
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
|
|
|
# <limits.h> exists even on freestanding compilers.
|
|
|
|
|
# On the NeXT, cc -E runs the code through the compiler's parser,
|
|
|
|
|
# not just through cpp. "Syntax error" is here to catch this case.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2003-07-23 11:16:30 +00:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#ifdef __STDC__
|
|
|
|
|
# include <limits.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
#else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# include <assert.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
Syntax error
|
2001-10-24 22:54:38 +00:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_cpp "$LINENO"; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
# Broken: fails on valid input.
|
|
|
|
|
continue
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-11-21 15:39:55 +01:00
|
|
|
|
rm -f conftest.err conftest.$ac_ext
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# OK, works on sane cases. Now check whether nonexistent headers
|
|
|
|
|
# can be detected and how.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-15 17:11:37 -04:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <ac_nonexistent.h>
|
2010-05-15 17:11:37 -04:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_cpp "$LINENO"; then :
|
|
|
|
|
# Broken: success on invalid input.
|
|
|
|
|
continue
|
2010-05-02 19:15:26 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Passes both tests.
|
|
|
|
|
ac_preproc_ok=:
|
|
|
|
|
break
|
|
|
|
|
fi
|
2010-11-21 15:39:55 +01:00
|
|
|
|
rm -f conftest.err conftest.$ac_ext
|
2010-05-06 20:01:40 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
|
|
|
|
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
|
2010-11-21 15:39:55 +01:00
|
|
|
|
rm -f conftest.err conftest.$ac_ext
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if $ac_preproc_ok; then :
|
2010-05-01 14:38:59 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
|
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "C preprocessor \"$CPP\" fails sanity check
|
|
|
|
|
See \`config.log' for more details." "$LINENO" 5; }
|
2010-05-07 19:13:50 -07:00
|
|
|
|
fi
|
2010-05-06 20:01:40 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_ext=c
|
|
|
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
|
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
|
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
|
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
2010-05-02 19:15:26 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
|
|
|
|
|
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_GREP+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
if test -z "$GREP"; then
|
|
|
|
|
ac_path_GREP_found=false
|
|
|
|
|
# Loop through the user's path and test for each of PROGNAME-LIST
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
for ac_prog in grep ggrep; do
|
|
|
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
|
|
|
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
|
|
|
|
|
{ test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
|
|
|
|
|
# Check for GNU ac_path_GREP and select it if it is found.
|
|
|
|
|
# Check for GNU $ac_path_GREP
|
|
|
|
|
case `"$ac_path_GREP" --version 2>&1` in
|
|
|
|
|
*GNU*)
|
|
|
|
|
ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
|
|
|
|
|
*)
|
|
|
|
|
ac_count=0
|
|
|
|
|
$as_echo_n 0123456789 >"conftest.in"
|
|
|
|
|
while :
|
|
|
|
|
do
|
|
|
|
|
cat "conftest.in" "conftest.in" >"conftest.tmp"
|
|
|
|
|
mv "conftest.tmp" "conftest.in"
|
|
|
|
|
cp "conftest.in" "conftest.nl"
|
|
|
|
|
$as_echo 'GREP' >> "conftest.nl"
|
|
|
|
|
"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
|
|
|
|
|
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
|
|
|
|
|
as_fn_arith $ac_count + 1 && ac_count=$as_val
|
|
|
|
|
if test $ac_count -gt ${ac_path_GREP_max-0}; then
|
|
|
|
|
# Best one so far, save it but keep looking for a better one
|
|
|
|
|
ac_cv_path_GREP="$ac_path_GREP"
|
|
|
|
|
ac_path_GREP_max=$ac_count
|
|
|
|
|
fi
|
|
|
|
|
# 10*(2^10) chars as input seems more than enough
|
|
|
|
|
test $ac_count -gt 10 && break
|
|
|
|
|
done
|
|
|
|
|
rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$ac_path_GREP_found && break 3
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
if test -z "$ac_cv_path_GREP"; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
ac_cv_path_GREP=$GREP
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
|
|
|
|
|
$as_echo "$ac_cv_path_GREP" >&6; }
|
|
|
|
|
GREP="$ac_cv_path_GREP"
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
|
|
|
|
|
$as_echo_n "checking for egrep... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_EGREP+set}" = set; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
|
|
|
|
|
then ac_cv_path_EGREP="$GREP -E"
|
|
|
|
|
else
|
|
|
|
|
if test -z "$EGREP"; then
|
|
|
|
|
ac_path_EGREP_found=false
|
|
|
|
|
# Loop through the user's path and test for each of PROGNAME-LIST
|
2010-05-15 17:11:37 -04:00
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
|
2010-05-15 17:11:37 -04:00
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_prog in egrep; do
|
|
|
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
|
|
|
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
|
|
|
|
|
{ test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
|
|
|
|
|
# Check for GNU ac_path_EGREP and select it if it is found.
|
|
|
|
|
# Check for GNU $ac_path_EGREP
|
|
|
|
|
case `"$ac_path_EGREP" --version 2>&1` in
|
|
|
|
|
*GNU*)
|
|
|
|
|
ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
|
|
|
|
|
*)
|
|
|
|
|
ac_count=0
|
|
|
|
|
$as_echo_n 0123456789 >"conftest.in"
|
|
|
|
|
while :
|
|
|
|
|
do
|
|
|
|
|
cat "conftest.in" "conftest.in" >"conftest.tmp"
|
|
|
|
|
mv "conftest.tmp" "conftest.in"
|
|
|
|
|
cp "conftest.in" "conftest.nl"
|
|
|
|
|
$as_echo 'EGREP' >> "conftest.nl"
|
|
|
|
|
"$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
|
|
|
|
|
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
|
|
|
|
|
as_fn_arith $ac_count + 1 && ac_count=$as_val
|
|
|
|
|
if test $ac_count -gt ${ac_path_EGREP_max-0}; then
|
|
|
|
|
# Best one so far, save it but keep looking for a better one
|
|
|
|
|
ac_cv_path_EGREP="$ac_path_EGREP"
|
|
|
|
|
ac_path_EGREP_max=$ac_count
|
|
|
|
|
fi
|
|
|
|
|
# 10*(2^10) chars as input seems more than enough
|
|
|
|
|
test $ac_count -gt 10 && break
|
|
|
|
|
done
|
|
|
|
|
rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$ac_path_EGREP_found && break 3
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
done
|
2010-05-15 14:34:03 -07:00
|
|
|
|
IFS=$as_save_IFS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -z "$ac_cv_path_EGREP"; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
ac_cv_path_EGREP=$EGREP
|
2001-10-24 22:54:38 +00:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
|
|
|
|
|
$as_echo "$ac_cv_path_EGREP" >&6; }
|
|
|
|
|
EGREP="$ac_cv_path_EGREP"
|
2001-10-24 22:54:38 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
|
|
|
|
|
$as_echo_n "checking for ANSI C header files... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_header_stdc+set}" = set; then :
|
2010-02-24 22:07:26 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-02-24 22:07:26 +00:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <stdarg.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include <float.h>
|
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
2010-02-25 20:59:04 -08:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
2010-02-24 22:07:26 +00:00
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_header_stdc=yes
|
2010-02-24 22:07:26 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_header_stdc=no
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2007-10-17 15:58:05 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
|
|
|
|
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <string.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
|
|
$EGREP "memchr" >/dev/null 2>&1; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
ac_cv_header_stdc=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f conftest*
|
1999-11-23 22:16:16 +00:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
|
|
|
|
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2003-07-23 11:16:30 +00:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <stdlib.h>
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
|
|
$EGREP "free" >/dev/null 2>&1; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_header_stdc=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f conftest*
|
1999-11-23 22:16:16 +00:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
|
|
|
|
# /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
|
|
|
|
|
if test "$cross_compiling" = yes; then :
|
|
|
|
|
:
|
|
|
|
|
else
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2003-07-23 11:16:30 +00:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <ctype.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#if ((' ' & 0x0FF) == 0x020)
|
|
|
|
|
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
|
|
|
|
|
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
|
|
|
|
|
#else
|
|
|
|
|
# define ISLOWER(c) \
|
|
|
|
|
(('a' <= (c) && (c) <= 'i') \
|
|
|
|
|
|| ('j' <= (c) && (c) <= 'r') \
|
|
|
|
|
|| ('s' <= (c) && (c) <= 'z'))
|
|
|
|
|
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
|
|
|
|
|
#endif
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
|
2001-10-19 12:33:10 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
int i;
|
|
|
|
|
for (i = 0; i < 256; i++)
|
|
|
|
|
if (XOR (islower (i), ISLOWER (i))
|
|
|
|
|
|| toupper (i) != TOUPPER (i))
|
|
|
|
|
return 2;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
return 0;
|
2001-10-19 12:33:10 +00:00
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_run "$LINENO"; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
ac_cv_header_stdc=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
|
|
conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
|
|
|
|
|
$as_echo "$ac_cv_header_stdc" >&6; }
|
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
1999-11-23 22:16:16 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define STDC_HEADERS 1" >>confdefs.h
|
1999-11-23 22:16:16 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# On IRIX 5.3, sys/types and inttypes.h are conflicting.
|
|
|
|
|
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
|
|
|
|
|
inttypes.h stdint.h unistd.h
|
|
|
|
|
do :
|
|
|
|
|
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
|
|
|
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
|
|
|
|
|
"
|
2010-11-21 15:39:55 +01:00
|
|
|
|
eval as_val=\$$as_ac_Header
|
|
|
|
|
if test "x$as_val" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
1999-11-23 22:16:16 +00:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_minix_config_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
MINIX=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
MINIX=
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$MINIX" = yes; then
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define _MINIX 1" >>confdefs.h
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
|
|
|
|
|
$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-15 14:34:03 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# define __EXTENSIONS__ 1
|
|
|
|
|
$ac_includes_default
|
2010-05-15 14:34:03 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_safe_to_define___extensions__=yes
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_safe_to_define___extensions__=no
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-04-26 10:10:09 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
|
|
|
|
|
$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
|
|
|
|
|
test $ac_cv_safe_to_define___extensions__ = yes &&
|
|
|
|
|
$as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define _ALL_SOURCE 1" >>confdefs.h
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define _GNU_SOURCE 1" >>confdefs.h
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
### Use -Wno-pointer-sign if the compiler supports it
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands -Wno-pointer-sign" >&5
|
|
|
|
|
$as_echo_n "checking whether gcc understands -Wno-pointer-sign... " >&6; }
|
|
|
|
|
SAVE_CFLAGS="$CFLAGS"
|
|
|
|
|
CFLAGS="$CFLAGS -Wno-pointer-sign"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
has_option=yes
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
has_option=no
|
2010-05-01 14:38:59 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
if test $has_option = yes; then
|
|
|
|
|
C_WARNINGS_SWITCH="-Wno-pointer-sign $C_WARNINGS_SWITCH"
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_option" >&5
|
|
|
|
|
$as_echo "$has_option" >&6; }
|
|
|
|
|
CFLAGS="$SAVE_CFLAGS"
|
|
|
|
|
unset has_option
|
|
|
|
|
unset SAVE_CFLAGS
|
|
|
|
|
|
|
|
|
|
### Use -Wdeclaration-after-statement if the compiler supports it
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands -Wdeclaration-after-statement" >&5
|
|
|
|
|
$as_echo_n "checking whether gcc understands -Wdeclaration-after-statement... " >&6; }
|
|
|
|
|
SAVE_CFLAGS="$CFLAGS"
|
|
|
|
|
CFLAGS="$CFLAGS -Wdeclaration-after-statement"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-15 14:34:03 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-12 11:34:27 -05:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
has_option=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
has_option=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
if test $has_option = yes; then
|
|
|
|
|
C_WARNINGS_SWITCH="-Wdeclaration-after-statement $C_WARNINGS_SWITCH"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_option" >&5
|
|
|
|
|
$as_echo "$has_option" >&6; }
|
|
|
|
|
CFLAGS="$SAVE_CFLAGS"
|
|
|
|
|
unset has_option
|
|
|
|
|
unset SAVE_CFLAGS
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-07-08 16:34:47 -07:00
|
|
|
|
### Use -Wold-style-definition if the compiler supports it
|
|
|
|
|
# This can be removed when conversion to standard C is finished.
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands -Wold-style-definition" >&5
|
|
|
|
|
$as_echo_n "checking whether gcc understands -Wold-style-definition... " >&6; }
|
|
|
|
|
SAVE_CFLAGS="$CFLAGS"
|
|
|
|
|
CFLAGS="$CFLAGS -Wold-style-definition"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
has_option=yes
|
|
|
|
|
else
|
|
|
|
|
has_option=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
if test $has_option = yes; then
|
|
|
|
|
C_WARNINGS_SWITCH="-Wold-style-definition $C_WARNINGS_SWITCH"
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_option" >&5
|
|
|
|
|
$as_echo "$has_option" >&6; }
|
|
|
|
|
CFLAGS="$SAVE_CFLAGS"
|
|
|
|
|
unset has_option
|
|
|
|
|
unset SAVE_CFLAGS
|
|
|
|
|
|
2010-08-06 13:28:59 +02:00
|
|
|
|
### Use -Wimplicit-function-declaration if the compiler supports it
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands -Wimplicit-function-declaration" >&5
|
|
|
|
|
$as_echo_n "checking whether gcc understands -Wimplicit-function-declaration... " >&6; }
|
|
|
|
|
SAVE_CFLAGS="$CFLAGS"
|
|
|
|
|
CFLAGS="$CFLAGS -Wimplicit-function-declaration"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
has_option=yes
|
|
|
|
|
else
|
|
|
|
|
has_option=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
if test $has_option = yes; then
|
|
|
|
|
C_WARNINGS_SWITCH="-Wimplicit-function-declaration $C_WARNINGS_SWITCH"
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_option" >&5
|
|
|
|
|
$as_echo "$has_option" >&6; }
|
|
|
|
|
CFLAGS="$SAVE_CFLAGS"
|
|
|
|
|
unset has_option
|
|
|
|
|
unset SAVE_CFLAGS
|
|
|
|
|
|
|
|
|
|
|
2010-07-08 16:34:47 -07:00
|
|
|
|
|
Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
* configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
(C_OPTIMIZE_SWITCH): Remove.
(TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
* lib-src/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Set from substitution.
(BASE_CFLAGS): Add ${C_WARNINGS_SWITCH}.
(ALL_CFLAGS, CPP_CFLAGS): Add ${PROFILING_CFLAGS}.
(LINK_CFLAGS): Add ${PROFILING_LDFLAGS}.
* lwlib/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
substitution.
(ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
* oldXMenu/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
substitution.
(ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
* src/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Set from substitution.
(ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
CFLAGS last.
2010-07-12 16:16:38 +02:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#### Some other nice autoconf tests.
|
2010-05-06 20:01:40 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_ext=c
|
|
|
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
|
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
|
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
|
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
|
|
|
|
|
$as_echo_n "checking how to run the C preprocessor... " >&6; }
|
|
|
|
|
# On Suns, sometimes $CPP names a directory.
|
|
|
|
|
if test -n "$CPP" && test -d "$CPP"; then
|
|
|
|
|
CPP=
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -z "$CPP"; then
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_prog_CPP+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Double quotes because CPP needs to be expanded
|
|
|
|
|
for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
|
|
|
|
|
do
|
|
|
|
|
ac_preproc_ok=false
|
|
|
|
|
for ac_c_preproc_warn_flag in '' yes
|
|
|
|
|
do
|
|
|
|
|
# Use a header file that comes with gcc, so configuring glibc
|
|
|
|
|
# with a fresh cross-compiler works.
|
|
|
|
|
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
|
|
|
# <limits.h> exists even on freestanding compilers.
|
|
|
|
|
# On the NeXT, cc -E runs the code through the compiler's parser,
|
|
|
|
|
# not just through cpp. "Syntax error" is here to catch this case.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#ifdef __STDC__
|
|
|
|
|
# include <limits.h>
|
|
|
|
|
#else
|
|
|
|
|
# include <assert.h>
|
|
|
|
|
#endif
|
|
|
|
|
Syntax error
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_cpp "$LINENO"; then :
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
# Broken: fails on valid input.
|
|
|
|
|
continue
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-11-21 15:39:55 +01:00
|
|
|
|
rm -f conftest.err conftest.$ac_ext
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
# OK, works on sane cases. Now check whether nonexistent headers
|
|
|
|
|
# can be detected and how.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <ac_nonexistent.h>
|
2010-03-12 11:34:27 -05:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_cpp "$LINENO"; then :
|
|
|
|
|
# Broken: success on invalid input.
|
|
|
|
|
continue
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Passes both tests.
|
|
|
|
|
ac_preproc_ok=:
|
|
|
|
|
break
|
2010-05-07 19:13:50 -07:00
|
|
|
|
fi
|
2010-11-21 15:39:55 +01:00
|
|
|
|
rm -f conftest.err conftest.$ac_ext
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
|
|
|
|
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
|
2010-11-21 15:39:55 +01:00
|
|
|
|
rm -f conftest.err conftest.$ac_ext
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if $ac_preproc_ok; then :
|
|
|
|
|
break
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
|
|
|
|
ac_cv_prog_CPP=$CPP
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
CPP=$ac_cv_prog_CPP
|
|
|
|
|
else
|
|
|
|
|
ac_cv_prog_CPP=$CPP
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
|
|
|
|
|
$as_echo "$CPP" >&6; }
|
|
|
|
|
ac_preproc_ok=false
|
|
|
|
|
for ac_c_preproc_warn_flag in '' yes
|
|
|
|
|
do
|
|
|
|
|
# Use a header file that comes with gcc, so configuring glibc
|
|
|
|
|
# with a fresh cross-compiler works.
|
|
|
|
|
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
|
|
|
# <limits.h> exists even on freestanding compilers.
|
|
|
|
|
# On the NeXT, cc -E runs the code through the compiler's parser,
|
|
|
|
|
# not just through cpp. "Syntax error" is here to catch this case.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#ifdef __STDC__
|
|
|
|
|
# include <limits.h>
|
|
|
|
|
#else
|
|
|
|
|
# include <assert.h>
|
|
|
|
|
#endif
|
|
|
|
|
Syntax error
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_cpp "$LINENO"; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
# Broken: fails on valid input.
|
|
|
|
|
continue
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-11-21 15:39:55 +01:00
|
|
|
|
rm -f conftest.err conftest.$ac_ext
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# OK, works on sane cases. Now check whether nonexistent headers
|
|
|
|
|
# can be detected and how.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <ac_nonexistent.h>
|
2010-05-15 14:34:03 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_cpp "$LINENO"; then :
|
|
|
|
|
# Broken: success on invalid input.
|
|
|
|
|
continue
|
|
|
|
|
else
|
|
|
|
|
# Passes both tests.
|
|
|
|
|
ac_preproc_ok=:
|
|
|
|
|
break
|
|
|
|
|
fi
|
2010-11-21 15:39:55 +01:00
|
|
|
|
rm -f conftest.err conftest.$ac_ext
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
|
|
|
|
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
|
2010-11-21 15:39:55 +01:00
|
|
|
|
rm -f conftest.err conftest.$ac_ext
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if $ac_preproc_ok; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
|
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "C preprocessor \"$CPP\" fails sanity check
|
|
|
|
|
See \`config.log' for more details." "$LINENO" 5; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_ext=c
|
|
|
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
|
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
|
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
|
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
|
|
|
|
|
|
|
# Find a good install program. We prefer a C program (faster),
|
|
|
|
|
# so one script is as good as another. But avoid the broken or
|
|
|
|
|
# incompatible versions:
|
|
|
|
|
# SysV /etc/install, /usr/sbin/install
|
|
|
|
|
# SunOS /usr/etc/install
|
|
|
|
|
# IRIX /sbin/install
|
|
|
|
|
# AIX /bin/install
|
|
|
|
|
# AmigaOS /C/install, which installs bootblocks on floppy discs
|
|
|
|
|
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
|
|
|
|
|
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
|
|
|
|
|
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
|
|
|
|
# OS/2's system install, which has a completely different semantic
|
|
|
|
|
# ./install, which can be erroneously created by make from ./install.sh.
|
|
|
|
|
# Reject install programs that cannot install multiple files.
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
|
|
|
|
|
$as_echo_n "checking for a BSD-compatible install... " >&6; }
|
|
|
|
|
if test -z "$INSTALL"; then
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_install+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
# Account for people who put trailing slashes in PATH elements.
|
|
|
|
|
case $as_dir/ in #((
|
|
|
|
|
./ | .// | /[cC]/* | \
|
|
|
|
|
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
|
|
|
|
|
?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
|
|
|
|
|
/usr/ucb/* ) ;;
|
|
|
|
|
*)
|
|
|
|
|
# OSF1 and SCO ODT 3.0 have their own names for install.
|
|
|
|
|
# Don't use installbsd from OSF since it installs stuff as root
|
|
|
|
|
# by default.
|
|
|
|
|
for ac_prog in ginstall scoinst install; do
|
|
|
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
|
|
|
if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
|
|
|
|
|
if test $ac_prog = install &&
|
|
|
|
|
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
|
|
|
|
|
# AIX install. It has an incompatible calling convention.
|
|
|
|
|
:
|
|
|
|
|
elif test $ac_prog = install &&
|
|
|
|
|
grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
|
|
|
|
|
# program-specific install script used by HP pwplus--don't use.
|
|
|
|
|
:
|
|
|
|
|
else
|
|
|
|
|
rm -rf conftest.one conftest.two conftest.dir
|
|
|
|
|
echo one > conftest.one
|
|
|
|
|
echo two > conftest.two
|
|
|
|
|
mkdir conftest.dir
|
|
|
|
|
if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
|
|
|
|
|
test -s conftest.one && test -s conftest.two &&
|
|
|
|
|
test -s conftest.dir/conftest.one &&
|
|
|
|
|
test -s conftest.dir/conftest.two
|
|
|
|
|
then
|
|
|
|
|
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
|
|
|
|
|
break 3
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -rf conftest.one conftest.two conftest.dir
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${ac_cv_path_install+set}" = set; then
|
|
|
|
|
INSTALL=$ac_cv_path_install
|
|
|
|
|
else
|
|
|
|
|
# As a last resort, use the slow shell script. Don't cache a
|
|
|
|
|
# value for INSTALL within a source directory, because that will
|
|
|
|
|
# break other packages using the cache if that directory is
|
|
|
|
|
# removed, or if the value is a relative name.
|
|
|
|
|
INSTALL=$ac_install_sh
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
|
|
|
|
|
$as_echo "$INSTALL" >&6; }
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
|
|
|
|
|
# It thinks the first close brace ends the variable substitution.
|
|
|
|
|
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "x$RANLIB" = x; then
|
|
|
|
|
if test -n "$ac_tool_prefix"; then
|
|
|
|
|
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
|
|
|
|
|
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_prog_RANLIB+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
1999-11-23 22:16:16 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -n "$RANLIB"; then
|
|
|
|
|
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
|
|
|
|
|
else
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
2010-03-17 22:57:21 -07:00
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2010-03-17 22:57:21 -07:00
|
|
|
|
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
IFS=$as_save_IFS
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
RANLIB=$ac_cv_prog_RANLIB
|
|
|
|
|
if test -n "$RANLIB"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
|
|
|
|
|
$as_echo "$RANLIB" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
if test -z "$ac_cv_prog_RANLIB"; then
|
|
|
|
|
ac_ct_RANLIB=$RANLIB
|
|
|
|
|
# Extract the first word of "ranlib", so it can be a program name with args.
|
|
|
|
|
set dummy ranlib; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -n "$ac_ct_RANLIB"; then
|
|
|
|
|
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_prog_ac_ct_RANLIB="ranlib"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
|
|
|
|
|
if test -n "$ac_ct_RANLIB"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
|
|
|
|
|
$as_echo "$ac_ct_RANLIB" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo "no" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "x$ac_ct_RANLIB" = x; then
|
|
|
|
|
RANLIB=":"
|
|
|
|
|
else
|
|
|
|
|
case $cross_compiling:$ac_tool_warned in
|
|
|
|
|
yes:)
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
|
|
|
|
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
|
|
|
|
ac_tool_warned=yes ;;
|
|
|
|
|
esac
|
|
|
|
|
RANLIB=$ac_ct_RANLIB
|
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
RANLIB="$ac_cv_prog_RANLIB"
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Although we're running on an amd64 kernel, we're actually compiling for
|
|
|
|
|
## the x86 architecture. The user should probably have provided an
|
|
|
|
|
## explicit --build to `configure', but if everything else than the kernel
|
|
|
|
|
## is running in i386 mode, we can help them out.
|
|
|
|
|
if test "$machine" = "amdx86-64"; then
|
|
|
|
|
ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default"
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "x$ac_cv_have_decl_i386" = x""yes; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$ac_cv_have_decl_i386" = "yes"; then
|
|
|
|
|
canonical=`echo "$canonical" | sed -e 's/^amd64/i386/' -e 's/^x86_64/i386/'`
|
|
|
|
|
machine=intel386
|
|
|
|
|
machfile="m/${machine}.h"
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Extract the first word of "install-info", so it can be a program name with args.
|
|
|
|
|
set dummy install-info; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_INSTALL_INFO+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $INSTALL_INFO in
|
2010-03-17 22:57:21 -07:00
|
|
|
|
[\\/]* | ?:[\\/]*)
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2010-03-17 22:57:21 -07:00
|
|
|
|
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
INSTALL_INFO=$ac_cv_path_INSTALL_INFO
|
|
|
|
|
if test -n "$INSTALL_INFO"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
|
|
|
|
|
$as_echo "$INSTALL_INFO" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo "no" >&6; }
|
2010-05-07 19:13:50 -07:00
|
|
|
|
fi
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Extract the first word of "install-info", so it can be a program name with args.
|
|
|
|
|
set dummy install-info; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_INSTALL_INFO+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $INSTALL_INFO in
|
2010-05-15 14:34:03 -07:00
|
|
|
|
[\\/]* | ?:[\\/]*)
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
|
2010-05-15 14:34:03 -07:00
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for as_dir in /usr/sbin
|
2010-05-15 14:34:03 -07:00
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2010-05-15 14:34:03 -07:00
|
|
|
|
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2010-05-15 14:34:03 -07:00
|
|
|
|
break 2
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
done
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-05-15 14:34:03 -07:00
|
|
|
|
IFS=$as_save_IFS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
INSTALL_INFO=$ac_cv_path_INSTALL_INFO
|
|
|
|
|
if test -n "$INSTALL_INFO"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
|
|
|
|
|
$as_echo "$INSTALL_INFO" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo "no" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-04-27 08:20:03 +02:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Extract the first word of "install-info", so it can be a program name with args.
|
|
|
|
|
set dummy install-info; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_INSTALL_INFO+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $INSTALL_INFO in
|
|
|
|
|
[\\/]* | ?:[\\/]*)
|
|
|
|
|
ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in /sbin
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO=":"
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
INSTALL_INFO=$ac_cv_path_INSTALL_INFO
|
|
|
|
|
if test -n "$INSTALL_INFO"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
|
|
|
|
|
$as_echo "$INSTALL_INFO" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Extract the first word of "gzip", so it can be a program name with args.
|
|
|
|
|
set dummy gzip; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_GZIP_PROG+set}" = set; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $GZIP_PROG in
|
|
|
|
|
[\\/]* | ?:[\\/]*)
|
|
|
|
|
ac_cv_path_GZIP_PROG="$GZIP_PROG" # Let the user override the test with a path.
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_path_GZIP_PROG="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
;;
|
2010-05-15 17:11:37 -04:00
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
GZIP_PROG=$ac_cv_path_GZIP_PROG
|
|
|
|
|
if test -n "$GZIP_PROG"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $GZIP_PROG" >&5
|
|
|
|
|
$as_echo "$GZIP_PROG" >&6; }
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Need makeinfo >= 4.6 (?) to build the manuals.
|
|
|
|
|
# Extract the first word of "makeinfo", so it can be a program name with args.
|
|
|
|
|
set dummy makeinfo; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_MAKEINFO+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $MAKEINFO in
|
|
|
|
|
[\\/]* | ?:[\\/]*)
|
|
|
|
|
ac_cv_path_MAKEINFO="$MAKEINFO" # Let the user override the test with a path.
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_path_MAKEINFO="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -z "$ac_cv_path_MAKEINFO" && ac_cv_path_MAKEINFO="no"
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
MAKEINFO=$ac_cv_path_MAKEINFO
|
|
|
|
|
if test -n "$MAKEINFO"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
|
|
|
|
|
$as_echo "$MAKEINFO" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
if test "$MAKEINFO" != "no" && \
|
|
|
|
|
test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[^0-9]*([1-4][0-9]+|[5-9]|4\.[6-9]|4\.[1-5][0-9]+)'`" = x; then
|
|
|
|
|
MAKEINFO=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Makeinfo is unusual. For a released Emacs, the manuals are
|
|
|
|
|
## pre-built, and not deleted by the normal clean rules. makeinfo is
|
|
|
|
|
## therefore in the category of "special tools" not normally required, which
|
|
|
|
|
## configure does not have to check for (eg autoconf itself).
|
|
|
|
|
## In a Bazaar checkout on the other hand, the manuals are not included.
|
|
|
|
|
## So makeinfo is a requirement to build from Bazaar, and configure
|
|
|
|
|
## should test for it as it does for any other build requirement.
|
|
|
|
|
## We use the presence of $srcdir/info/emacs to distinguish a release,
|
|
|
|
|
## with pre-built manuals, from a Bazaar checkout.
|
|
|
|
|
if test "$MAKEINFO" = "no"; then
|
|
|
|
|
if test "x${with_makeinfo}" = "xno"; then
|
|
|
|
|
MAKEINFO=off
|
|
|
|
|
elif test ! -e $srcdir/info/emacs; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "You do not seem to have makeinfo >= 4.6, and your
|
2010-06-03 15:16:02 -07:00
|
|
|
|
source tree does not seem to have pre-built manuals in the \`info' directory.
|
|
|
|
|
Either install a suitable version of makeinfo, or re-run configure
|
|
|
|
|
with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5
|
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-10-24 22:47:22 +02:00
|
|
|
|
if test x$GCC = xyes; then
|
|
|
|
|
test "x$GCC_LINK_TEST_OPTIONS" != x && \
|
|
|
|
|
ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
|
|
|
|
|
else
|
|
|
|
|
test "x$NON_GCC_LINK_TEST_OPTIONS" != x && \
|
|
|
|
|
ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
late_LDFLAGS=$LDFLAGS
|
2010-10-24 22:47:22 +02:00
|
|
|
|
if test x$GCC = xyes; then
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LDFLAGS="$LDFLAGS -znocombreloc"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -znocombreloc" >&5
|
|
|
|
|
$as_echo_n "checking for -znocombreloc... " >&6; }
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-10-25 19:23:45 +02:00
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LDFLAGS=$late_LDFLAGS
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# The value of CPP is a quoted variable reference, so we need to do this
|
|
|
|
|
# to get its actual value...
|
|
|
|
|
CPP=`eval "echo $CPP"`
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-29 19:55:15 -07:00
|
|
|
|
CANNOT_DUMP=no
|
|
|
|
|
case "$opsys" in
|
|
|
|
|
your-opsys-here)
|
|
|
|
|
CANNOT_DUMP=yes
|
|
|
|
|
|
|
|
|
|
$as_echo "#define CANNOT_DUMP 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
UNEXEC_OBJ=unexelf.o
|
|
|
|
|
case "$opsys" in
|
2010-08-05 11:30:35 -07:00
|
|
|
|
# MSDOS uses unexcoff.o
|
2010-07-07 19:37:32 -07:00
|
|
|
|
# MSWindows uses unexw32.o
|
2010-06-03 15:16:02 -07:00
|
|
|
|
aix4-2)
|
|
|
|
|
UNEXEC_OBJ=unexaix.o
|
|
|
|
|
;;
|
|
|
|
|
cygwin)
|
|
|
|
|
UNEXEC_OBJ=unexcw.o
|
|
|
|
|
;;
|
|
|
|
|
darwin)
|
|
|
|
|
UNEXEC_OBJ=unexmacosx.o
|
|
|
|
|
;;
|
|
|
|
|
hpux10-20 | hpux11)
|
|
|
|
|
UNEXEC_OBJ=unexhp9k800.o
|
|
|
|
|
;;
|
|
|
|
|
sol2-10)
|
|
|
|
|
# Use the Solaris dldump() function, called from unexsol.c, to dump
|
|
|
|
|
# emacs, instead of the generic ELF dump code found in unexelf.c.
|
|
|
|
|
# The resulting binary has a complete symbol table, and is better
|
|
|
|
|
# for debugging and other observability tools (debuggers, pstack, etc).
|
|
|
|
|
#
|
|
|
|
|
# If you encounter a problem using dldump(), please consider sending
|
|
|
|
|
# a message to the OpenSolaris tools-linking mailing list:
|
|
|
|
|
# http://mail.opensolaris.org/mailman/listinfo/tools-linking
|
|
|
|
|
#
|
|
|
|
|
# It is likely that dldump() works with older Solaris too, but this has
|
|
|
|
|
# not been tested, so for now this change is for Solaris 10 or newer.
|
|
|
|
|
UNEXEC_OBJ=unexsol.o
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LD_SWITCH_SYSTEM=
|
|
|
|
|
case "$opsys" in
|
|
|
|
|
freebsd)
|
|
|
|
|
## Let `ld' find image libs and similar things in /usr/local/lib.
|
|
|
|
|
## The system compiler, GCC, has apparently been modified to not
|
|
|
|
|
## look there, contrary to what a stock GCC would do.
|
|
|
|
|
LD_SWITCH_SYSTEM=-L/usr/local/lib
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
gnu-linux)
|
|
|
|
|
## cpp test was "ifdef __mips__", but presumably this is equivalent...
|
|
|
|
|
test "$machine" = "mips" && LD_SWITCH_SYSTEM="-G 0"
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
netbsd)
|
|
|
|
|
LD_SWITCH_SYSTEM="-Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib"
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
openbsd)
|
|
|
|
|
## Han Boetes <han@mijncomputer.nl> says this is necessary,
|
|
|
|
|
## otherwise Emacs dumps core on elf systems.
|
|
|
|
|
LD_SWITCH_SYSTEM="-Z"
|
|
|
|
|
;;
|
|
|
|
|
esac
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_link="$ac_link $LD_SWITCH_SYSTEM"
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## This setting of LD_SWITCH_SYSTEM references LD_SWITCH_X_SITE_AUX,
|
|
|
|
|
## which has not been defined yet. When this was handled with cpp,
|
|
|
|
|
## it was expanded to null when configure sourced the s/*.h file.
|
|
|
|
|
## Thus LD_SWITCH_SYSTEM had different values in configure and the Makefiles.
|
|
|
|
|
## FIXME it would be cleaner to put this in LD_SWITCH_SYSTEM_TEMACS
|
|
|
|
|
## (or somesuch), but because it is supposed to go at the _front_
|
|
|
|
|
## of LD_SWITCH_SYSTEM, we cannot do that in exactly the same way.
|
|
|
|
|
## Compare with the gnu-linux case below, which added to the end
|
|
|
|
|
## of LD_SWITCH_SYSTEM, and so can instead go at the front of
|
|
|
|
|
## LD_SWITCH_SYSTEM_TEMACS.
|
|
|
|
|
case "$opsys" in
|
|
|
|
|
netbsd|openbsd)
|
|
|
|
|
## _AUX_RPATH is like _AUX, but uses -rpath instead of -R.
|
|
|
|
|
LD_SWITCH_SYSTEM="\$(LD_SWITCH_X_SITE_AUX_RPATH) $LD_SWITCH_SYSTEM" ;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
C_SWITCH_MACHINE=
|
|
|
|
|
if test "$machine" = "alpha"; then
|
|
|
|
|
ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default"
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "x$ac_cv_have_decl___ELF__" = x""yes; then :
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$ac_cv_have_decl___ELF__" = "yes"; then
|
|
|
|
|
## With ELF, make sure that all common symbols get allocated to in the
|
|
|
|
|
## data section. Otherwise, the dump of temacs may miss variables in
|
|
|
|
|
## the shared library that have been initialized. For example, with
|
|
|
|
|
## GNU libc, __malloc_initialized would normally be resolved to the
|
|
|
|
|
## shared library's .bss section, which is fatal.
|
|
|
|
|
if test "x$GCC" = "xyes"; then
|
|
|
|
|
C_SWITCH_MACHINE="-fno-common"
|
|
|
|
|
else
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "What gives? Fix me if DEC Unix supports ELF now." "$LINENO" 5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
UNEXEC_OBJ=unexalpha.o
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-05-07 14:55:18 -04:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
C_SWITCH_SYSTEM=
|
|
|
|
|
## Some programs in src produce warnings saying certain subprograms
|
|
|
|
|
## are too complex and need a MAXMEM value greater than 2000 for
|
|
|
|
|
## additional optimization. --nils@exp-math.uni-essen.de
|
|
|
|
|
test "$opsys" = "aix4.2" && test "x$GCC" != "xyes" && \
|
|
|
|
|
C_SWITCH_SYSTEM="-ma -qmaxmem=4000"
|
|
|
|
|
## gnu-linux might need -D_BSD_SOURCE on old libc5 systems.
|
|
|
|
|
## It is redundant in glibc2, since we define _GNU_SOURCE.
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS_SYSTEM=
|
|
|
|
|
case "$opsys" in
|
|
|
|
|
## IBM's X11R5 uses -lIM and -liconv in AIX 3.2.2.
|
|
|
|
|
aix4-2) LIBS_SYSTEM="-lrts -lIM -liconv" ;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
freebsd) LIBS_SYSTEM="-lutil" ;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
hpux*) LIBS_SYSTEM="-l:libdld.sl" ;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
sol2*) LIBS_SYSTEM="-lsocket -lnsl -lkstat" ;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Motif needs -lgen.
|
|
|
|
|
unixware) LIBS_SYSTEM="-lsocket -lnsl -lelf -lgen" ;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Make sure subsequent tests use flags consistent with the build flags.
|
|
|
|
|
|
|
|
|
|
if test x"${OVERRIDE_CPPFLAGS}" != x; then
|
|
|
|
|
CPPFLAGS="${OVERRIDE_CPPFLAGS}"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
CPPFLAGS="$C_SWITCH_SYSTEM $C_SWITCH_MACHINE $CPPFLAGS"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
# Check whether --enable-largefile was given.
|
|
|
|
|
if test "${enable_largefile+set}" = set; then :
|
|
|
|
|
enableval=$enable_largefile;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$enable_largefile" != no; then
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
|
|
|
|
|
$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_sys_largefile_CC+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_sys_largefile_CC=no
|
|
|
|
|
if test "$GCC" != yes; then
|
|
|
|
|
ac_save_CC=$CC
|
|
|
|
|
while :; do
|
|
|
|
|
# IRIX 6.2 and later do not support large files by default,
|
|
|
|
|
# so use the C compiler's -n32 option if that helps.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
/* Check that off_t can represent 2**63 - 1 correctly.
|
|
|
|
|
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
|
|
|
|
since some C++ compilers masquerading as C compilers
|
|
|
|
|
incorrectly reject 9223372036854775807. */
|
|
|
|
|
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|
|
|
|
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
|
|
|
|
&& LARGE_OFF_T % 2147483647 == 1)
|
|
|
|
|
? 1 : -1];
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
break
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext
|
|
|
|
|
CC="$CC -n32"
|
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_sys_largefile_CC=' -n32'; break
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext
|
|
|
|
|
break
|
|
|
|
|
done
|
|
|
|
|
CC=$ac_save_CC
|
|
|
|
|
rm -f conftest.$ac_ext
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
|
|
|
|
|
$as_echo "$ac_cv_sys_largefile_CC" >&6; }
|
|
|
|
|
if test "$ac_cv_sys_largefile_CC" != no; then
|
|
|
|
|
CC=$CC$ac_cv_sys_largefile_CC
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
|
|
|
|
|
$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
while :; do
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
/* Check that off_t can represent 2**63 - 1 correctly.
|
|
|
|
|
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
|
|
|
|
since some C++ compilers masquerading as C compilers
|
|
|
|
|
incorrectly reject 9223372036854775807. */
|
|
|
|
|
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|
|
|
|
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
|
|
|
|
&& LARGE_OFF_T % 2147483647 == 1)
|
|
|
|
|
? 1 : -1];
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_sys_file_offset_bits=no; break
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-07 14:55:18 -04:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define _FILE_OFFSET_BITS 64
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
/* Check that off_t can represent 2**63 - 1 correctly.
|
|
|
|
|
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
|
|
|
|
since some C++ compilers masquerading as C compilers
|
|
|
|
|
incorrectly reject 9223372036854775807. */
|
|
|
|
|
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|
|
|
|
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
|
|
|
|
&& LARGE_OFF_T % 2147483647 == 1)
|
|
|
|
|
? 1 : -1];
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_sys_file_offset_bits=64; break
|
2010-05-07 19:13:50 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
ac_cv_sys_file_offset_bits=unknown
|
|
|
|
|
break
|
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
|
|
|
|
|
$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
|
|
|
|
|
case $ac_cv_sys_file_offset_bits in #(
|
|
|
|
|
no | unknown) ;;
|
|
|
|
|
*)
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
|
|
|
|
|
_ACEOF
|
|
|
|
|
;;
|
2010-05-15 14:34:03 -07:00
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -rf conftest*
|
|
|
|
|
if test $ac_cv_sys_file_offset_bits = unknown; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
|
|
|
|
|
$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_sys_large_files+set}" = set; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
while :; do
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
/* Check that off_t can represent 2**63 - 1 correctly.
|
|
|
|
|
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
|
|
|
|
since some C++ compilers masquerading as C compilers
|
|
|
|
|
incorrectly reject 9223372036854775807. */
|
|
|
|
|
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|
|
|
|
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
|
|
|
|
&& LARGE_OFF_T % 2147483647 == 1)
|
|
|
|
|
? 1 : -1];
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_sys_large_files=no; break
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define _LARGE_FILES 1
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
/* Check that off_t can represent 2**63 - 1 correctly.
|
|
|
|
|
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
|
|
|
|
since some C++ compilers masquerading as C compilers
|
|
|
|
|
incorrectly reject 9223372036854775807. */
|
|
|
|
|
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|
|
|
|
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
|
|
|
|
&& LARGE_OFF_T % 2147483647 == 1)
|
|
|
|
|
? 1 : -1];
|
2010-05-15 17:11:37 -04:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_sys_large_files=1; break
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
ac_cv_sys_large_files=unknown
|
|
|
|
|
break
|
|
|
|
|
done
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
|
|
|
|
|
$as_echo "$ac_cv_sys_large_files" >&6; }
|
|
|
|
|
case $ac_cv_sys_large_files in #(
|
|
|
|
|
no | unknown) ;;
|
|
|
|
|
*)
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define _LARGE_FILES $ac_cv_sys_large_files
|
|
|
|
|
_ACEOF
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -rf conftest*
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## If user specified a crt-dir, use that unconditionally.
|
|
|
|
|
if test "X$CRT_DIR" = "X"; then
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case "$canonical" in
|
|
|
|
|
x86_64-*-linux-gnu* | s390x-*-linux-gnu*)
|
|
|
|
|
## On x86-64 and s390x GNU/Linux distributions, the standard library
|
|
|
|
|
## can be in a variety of places. We only try /usr/lib64 and /usr/lib.
|
|
|
|
|
## For anything else (eg /usr/lib32), it is up the user to specify
|
|
|
|
|
## the location (bug#5655).
|
|
|
|
|
## Test for crtn.o, not just the directory, because sometimes the
|
|
|
|
|
## directory exists but does not have the relevant files (bug#1287).
|
|
|
|
|
## FIXME better to test for binary compatibility somehow.
|
|
|
|
|
test -e /usr/lib64/crtn.o && CRT_DIR=/usr/lib64
|
|
|
|
|
;;
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
powerpc64-*-linux-gnu* | sparc64-*-linux-gnu*) CRT_DIR=/usr/lib64 ;;
|
|
|
|
|
esac
|
2010-05-06 20:01:40 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case "$opsys" in
|
|
|
|
|
hpux10-20) CRT_DIR=/lib ;;
|
|
|
|
|
esac
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Default is /usr/lib.
|
|
|
|
|
test "X$CRT_DIR" = "X" && CRT_DIR=/usr/lib
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Some platforms don't use any of these files, so it is not
|
|
|
|
|
## appropriate to put this test outside the if block.
|
|
|
|
|
test -e $CRT_DIR/crtn.o || test -e $CRT_DIR/crt0.o || \
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "crt*.o not found in specified location." "$LINENO" 5
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIB_MATH=-lm
|
|
|
|
|
LIB_STANDARD=
|
|
|
|
|
START_FILES=
|
|
|
|
|
|
|
|
|
|
case $opsys in
|
|
|
|
|
cygwin )
|
|
|
|
|
LIB_MATH=
|
2010-07-23 21:23:07 -04:00
|
|
|
|
START_FILES='pre-crt0.o'
|
2010-06-03 15:16:02 -07:00
|
|
|
|
;;
|
|
|
|
|
darwin )
|
|
|
|
|
## Adding -lm confuses the dynamic linker, so omit it.
|
|
|
|
|
LIB_MATH=
|
|
|
|
|
START_FILES='pre-crt0.o'
|
|
|
|
|
;;
|
|
|
|
|
freebsd )
|
|
|
|
|
LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtend.o $(CRT_DIR)/crtn.o'
|
|
|
|
|
START_FILES='pre-crt0.o $(CRT_DIR)/crt1.o $(CRT_DIR)/crti.o $(CRT_DIR)/crtbegin.o'
|
|
|
|
|
;;
|
|
|
|
|
gnu-linux | gnu-kfreebsd )
|
|
|
|
|
LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtn.o'
|
|
|
|
|
START_FILES='pre-crt0.o $(CRT_DIR)/crt1.o $(CRT_DIR)/crti.o'
|
|
|
|
|
;;
|
|
|
|
|
hpux10-20 | hpux11 )
|
|
|
|
|
LIB_STANDARD=-lc
|
|
|
|
|
START_FILES='pre-crt0.o $(CRT_DIR)/crt0.o'
|
|
|
|
|
;;
|
|
|
|
|
netbsd | openbsd )
|
|
|
|
|
if test -f $CRT_DIR/crti.o; then
|
|
|
|
|
LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtend.o $(CRT_DIR)/crtn.o'
|
|
|
|
|
START_FILES='pre-crt0.o $(CRT_DIR)/crt0.o $(CRT_DIR)/crti.o $(CRT_DIR)/crtbegin.o'
|
|
|
|
|
else
|
|
|
|
|
LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtend.o'
|
|
|
|
|
START_FILES='pre-crt0.o $(CRT_DIR)/crt0.o $(CRT_DIR)/crtbegin.o'
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;;
|
|
|
|
|
esac
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-05-06 20:01:40 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${with_sound}" != "no"; then
|
|
|
|
|
# Sound support for GNU/Linux and the free BSDs.
|
|
|
|
|
for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
|
|
|
|
|
do :
|
|
|
|
|
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
2010-11-21 15:39:55 +01:00
|
|
|
|
eval as_val=\$$as_ac_Header
|
|
|
|
|
if test "x$as_val" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
|
|
|
|
_ACEOF
|
2010-06-29 20:43:30 -07:00
|
|
|
|
have_sound_header=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
# Emulation library used on NetBSD.
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
|
|
|
|
|
$as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lossaudio $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char _oss_ioctl ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return _oss_ioctl ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_ossaudio__oss_ioctl=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_ossaudio__oss_ioctl=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBSOUND=-lossaudio
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBSOUND=
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ALSA_REQUIRED=1.0.0
|
|
|
|
|
ALSA_MODULES="alsa >= $ALSA_REQUIRED"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
succeeded=no
|
|
|
|
|
|
|
|
|
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
|
|
|
|
set dummy pkg-config; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $PKG_CONFIG in
|
|
|
|
|
[\\/]* | ?:[\\/]*)
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
|
|
|
|
|
if test -n "$PKG_CONFIG"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
|
|
|
|
|
$as_echo "$PKG_CONFIG" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$PKG_CONFIG" = "no" ; then
|
|
|
|
|
HAVE_ALSA=no
|
|
|
|
|
else
|
|
|
|
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
|
|
|
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ALSA_MODULES" >&5
|
|
|
|
|
$as_echo_n "checking for $ALSA_MODULES... " >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if $PKG_CONFIG --exists "$ALSA_MODULES" 2>&5; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
succeeded=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking ALSA_CFLAGS" >&5
|
|
|
|
|
$as_echo_n "checking ALSA_CFLAGS... " >&6; }
|
|
|
|
|
ALSA_CFLAGS=`$PKG_CONFIG --cflags "$ALSA_MODULES"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ALSA_CFLAGS" >&5
|
|
|
|
|
$as_echo "$ALSA_CFLAGS" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking ALSA_LIBS" >&5
|
|
|
|
|
$as_echo_n "checking ALSA_LIBS... " >&6; }
|
|
|
|
|
ALSA_LIBS=`$PKG_CONFIG --libs "$ALSA_MODULES"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ALSA_LIBS" >&5
|
|
|
|
|
$as_echo "$ALSA_LIBS" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
ALSA_CFLAGS=""
|
|
|
|
|
ALSA_LIBS=""
|
|
|
|
|
## If we have a custom action on failure, don't print errors, but
|
|
|
|
|
## do set a variable so people can do so.
|
|
|
|
|
ALSA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$ALSA_MODULES"`
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
|
|
|
|
|
echo "*** See http://www.freedesktop.org/software/pkgconfig"
|
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-05-09 17:11:40 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $succeeded = yes; then
|
|
|
|
|
HAVE_ALSA=yes
|
|
|
|
|
else
|
|
|
|
|
HAVE_ALSA=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $HAVE_ALSA = yes; then
|
|
|
|
|
SAVE_CFLAGS="$CFLAGS"
|
|
|
|
|
SAVE_LDFLAGS="$LDFLAGS"
|
|
|
|
|
CFLAGS="$ALSA_CFLAGS $CFLAGS"
|
|
|
|
|
LDFLAGS="$ALSA_LIBS $LDFLAGS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <asoundlib.h>
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
snd_lib_error_set_handler (0);
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
emacs_alsa_normal=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_alsa_normal=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$emacs_alsa_normal" != yes; then
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <alsa/asoundlib.h>
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
snd_lib_error_set_handler (0);
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
emacs_alsa_subdir=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_alsa_subdir=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
if test "$emacs_alsa_subdir" != yes; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE"
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
CFLAGS="$SAVE_CFLAGS"
|
|
|
|
|
LDFLAGS="$SAVE_LDFLAGS"
|
|
|
|
|
LIBSOUND="$LIBSOUND $ALSA_LIBS"
|
|
|
|
|
CFLAGS_SOUND="$CFLAGS_SOUND $ALSA_CFLAGS"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_ALSA 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-29 20:43:30 -07:00
|
|
|
|
if test x$have_sound_header = xyes || test $HAVE_ALSA = yes; then
|
|
|
|
|
case "$opsys" in
|
|
|
|
|
gnu-linux|freebsd|netbsd)
|
|
|
|
|
|
|
|
|
|
$as_echo "#define HAVE_SOUND 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
2010-11-14 22:39:02 -08:00
|
|
|
|
for ac_header in sys/select.h sys/time.h unistd.h utime.h \
|
|
|
|
|
linux/version.h sys/systeminfo.h limits.h \
|
|
|
|
|
stdio_ext.h fcntl.h coff.h pty.h sys/mman.h \
|
|
|
|
|
sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
|
Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
* configure.in: Check for util.h.
* src/bidi.c (bidi_dump_cached_states): Fix fprintf warning.
* src/emacs.c: Include src/nsterm.h if HAVE_NS.
* src/image.c (xpm_scan, xpm_make_color_table_v)
(xpm_put_color_table_v, xpm_get_color_table_v)
(xpm_make_color_table_h, xpm_put_color_table_h)
(xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
(xpm_load): Convert to ANSI C prototypes.
* src/lisp.h (fmod_float): Declare.
* src/menu.h (x_set_menu_bar_line): Declare.
(free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
* src/window.c: Include menu.h.
* src/nsfns.m (have_menus_p, ns_display_info_for_name)
(x_set_cursor_type, ns_appkit_version_str)
(ns_appkit_version_int, ns_do_applescript)
(x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
(syms_of_nsfns): Convert to ANSI C prototypes.
* src/nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
prototypes.
* src/nsimage.m (ns_load_image): Move NSTRACE after declarations.
* src/nsmenu.m (popup_activated, name_is_separator)
(syms_of_nsmenu): Convert to ANSI C prototypes.
(runMenuAt): Prototypes and move declarations before code.
* src/nsterm.h : Include sysselect.h.
(x_sync, x_get_focus_frame, x_set_mouse_position)
(x_set_mouse_pixel_position, x_make_frame_visible)
(x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
(x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
(x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
(syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
Declare
* src/process.c: Check HAVE_UTIL_H. Include src/nsterm.h if HAVE_NS.
* src/nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
(ns_ring_bell, ns_defined_color, hide_hourglass)
(x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
Convert to ANSI C prototypes.
(x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
before code.
* src/sysdep.c: Check HAVE_TERM_H
* src/term.c: Check HAVE_SYS_IOCTL_H.
* src/unexmacosx.c (print_region_list, print_regions)
(build_region_list, find_emacs_zone_regions)
(unexec_regions_merge, read_load_commands, dump_it)
(unexec_init_emacs_zone): Convert to ANSI C prototypes.
* src/xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
2010-08-06 12:12:41 +02:00
|
|
|
|
sys/utsname.h pwd.h utmp.h dirent.h util.h
|
2010-06-03 15:16:02 -07:00
|
|
|
|
do :
|
|
|
|
|
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
2010-11-21 15:39:55 +01:00
|
|
|
|
eval as_val=\$$as_ac_Header
|
|
|
|
|
if test "x$as_val" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if personality LINUX32 can be set" >&5
|
|
|
|
|
$as_echo_n "checking if personality LINUX32 can be set... " >&6; }
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <sys/personality.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
personality (PER_LINUX32)
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
emacs_cv_personality_linux32=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_personality_linux32=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_personality_linux32" >&5
|
|
|
|
|
$as_echo "$emacs_cv_personality_linux32" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $emacs_cv_personality_linux32 = yes; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_PERSONALITY_LINUX32 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_header in term.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_term_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_TERM_H 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
|
|
|
|
|
$as_echo_n "checking for ANSI C header files... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_header_stdc+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <stdarg.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include <float.h>
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_header_stdc=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_header_stdc=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
|
|
|
|
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-15 14:34:03 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <string.h>
|
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
|
|
$EGREP "memchr" >/dev/null 2>&1; then :
|
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_header_stdc=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f conftest*
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
|
|
|
|
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <stdlib.h>
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
|
|
$EGREP "free" >/dev/null 2>&1; then :
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_header_stdc=no
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f conftest*
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
|
|
|
|
# /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
|
|
|
|
|
if test "$cross_compiling" = yes; then :
|
|
|
|
|
:
|
|
|
|
|
else
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <ctype.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#if ((' ' & 0x0FF) == 0x020)
|
|
|
|
|
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
|
|
|
|
|
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
|
|
|
|
|
#else
|
|
|
|
|
# define ISLOWER(c) \
|
|
|
|
|
(('a' <= (c) && (c) <= 'i') \
|
|
|
|
|
|| ('j' <= (c) && (c) <= 'r') \
|
|
|
|
|
|| ('s' <= (c) && (c) <= 'z'))
|
|
|
|
|
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
|
|
|
|
|
#endif
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
int i;
|
|
|
|
|
for (i = 0; i < 256; i++)
|
|
|
|
|
if (XOR (islower (i), ISLOWER (i))
|
|
|
|
|
|| toupper (i) != TOUPPER (i))
|
|
|
|
|
return 2;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-05-15 17:11:37 -04:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_run "$LINENO"; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_header_stdc=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
|
|
conftest.$ac_objext conftest.beam conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
|
|
|
|
|
$as_echo "$ac_cv_header_stdc" >&6; }
|
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define STDC_HEADERS 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
|
|
|
|
|
$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_header_time+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
#include <sys/time.h>
|
|
|
|
|
#include <time.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
if ((struct tm *) 0)
|
|
|
|
|
return 0;
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-05-15 17:11:37 -04:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_header_time=yes
|
|
|
|
|
else
|
|
|
|
|
ac_cv_header_time=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
|
|
|
|
|
$as_echo "$ac_cv_header_time" >&6; }
|
|
|
|
|
if test $ac_cv_header_time = yes; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_have_decl=1
|
|
|
|
|
else
|
|
|
|
|
ac_have_decl=0
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_DECL_SYS_SIGLIST $ac_have_decl
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ac_cv_have_decl_sys_siglist != yes; then
|
|
|
|
|
# For Tru64, at least:
|
|
|
|
|
ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_have_decl=1
|
|
|
|
|
else
|
|
|
|
|
ac_have_decl=0
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_DECL___SYS_SIGLIST $ac_have_decl
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ac_cv_have_decl___sys_siglist = yes; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define sys_siglist __sys_siglist" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
|
|
|
|
|
$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_header_sys_wait_h+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
#include <sys/wait.h>
|
|
|
|
|
#ifndef WEXITSTATUS
|
|
|
|
|
# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef WIFEXITED
|
|
|
|
|
# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
int s;
|
|
|
|
|
wait (&s);
|
|
|
|
|
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_header_sys_wait_h=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_header_sys_wait_h=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
|
|
|
|
|
$as_echo "$ac_cv_header_sys_wait_h" >&6; }
|
|
|
|
|
if test $ac_cv_header_sys_wait_h = yes; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5
|
|
|
|
|
$as_echo_n "checking for struct utimbuf... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_struct_utimbuf+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#ifdef TIME_WITH_SYS_TIME
|
|
|
|
|
#include <sys/time.h>
|
|
|
|
|
#include <time.h>
|
|
|
|
|
#else
|
|
|
|
|
#ifdef HAVE_SYS_TIME_H
|
|
|
|
|
#include <sys/time.h>
|
|
|
|
|
#else
|
|
|
|
|
#include <time.h>
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef HAVE_UTIME_H
|
|
|
|
|
#include <utime.h>
|
|
|
|
|
#endif
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
static struct utimbuf x; x.actime = x.modtime;
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
emacs_cv_struct_utimbuf=yes
|
|
|
|
|
else
|
|
|
|
|
emacs_cv_struct_utimbuf=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_struct_utimbuf" >&5
|
|
|
|
|
$as_echo "$emacs_cv_struct_utimbuf" >&6; }
|
|
|
|
|
if test $emacs_cv_struct_utimbuf = yes; then
|
|
|
|
|
|
|
|
|
|
$as_echo "#define HAVE_STRUCT_UTIMBUF 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
|
|
|
|
|
$as_echo_n "checking return type of signal handlers... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_type_signal+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
#include <signal.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return *(signal (0, 0)) (0) == 1;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_type_signal=int
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_type_signal=void
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
|
|
|
|
|
$as_echo "$ac_cv_type_signal" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define RETSIGTYPE $ac_cv_type_signal
|
2010-05-15 14:34:03 -07:00
|
|
|
|
_ACEOF
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5
|
|
|
|
|
$as_echo_n "checking for speed_t... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_speed_t+set}" = set; then :
|
2010-05-06 20:01:40 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-06 20:01:40 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <termios.h>
|
2010-05-15 17:11:37 -04:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
speed_t x = 1;
|
2010-05-15 17:11:37 -04:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
emacs_cv_speed_t=yes
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_speed_t=no
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_speed_t" >&5
|
|
|
|
|
$as_echo "$emacs_cv_speed_t" >&6; }
|
|
|
|
|
if test $emacs_cv_speed_t = yes; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_SPEED_T 1" >>confdefs.h
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5
|
|
|
|
|
$as_echo_n "checking for struct timeval... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_struct_timeval+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#ifdef TIME_WITH_SYS_TIME
|
|
|
|
|
#include <sys/time.h>
|
|
|
|
|
#include <time.h>
|
|
|
|
|
#else
|
|
|
|
|
#ifdef HAVE_SYS_TIME_H
|
|
|
|
|
#include <sys/time.h>
|
|
|
|
|
#else
|
|
|
|
|
#include <time.h>
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
static struct timeval x; x.tv_sec = x.tv_usec;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
emacs_cv_struct_timeval=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_struct_timeval=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_struct_timeval" >&5
|
|
|
|
|
$as_echo "$emacs_cv_struct_timeval" >&6; }
|
|
|
|
|
HAVE_TIMEVAL=$emacs_cv_struct_timeval
|
|
|
|
|
if test $emacs_cv_struct_timeval = yes; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_TIMEVAL 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5
|
|
|
|
|
$as_echo_n "checking for struct exception... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_struct_exception+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <math.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
emacs_cv_struct_exception=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_struct_exception=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_struct_exception" >&5
|
|
|
|
|
$as_echo "$emacs_cv_struct_exception" >&6; }
|
|
|
|
|
HAVE_EXCEPTION=$emacs_cv_struct_exception
|
|
|
|
|
if test $emacs_cv_struct_exception != yes; then
|
|
|
|
|
|
|
|
|
|
$as_echo "#define NO_MATHERR 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_header in sys/socket.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_sys_socket_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_SYS_SOCKET_H 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
for ac_header in net/if.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_compile "$LINENO" "net/if.h" "ac_cv_header_net_if_h" "$ac_includes_default
|
|
|
|
|
#if HAVE_SYS_SOCKET_H
|
|
|
|
|
#include <sys/socket.h>
|
|
|
|
|
#endif
|
|
|
|
|
"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_net_if_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_NET_IF_H 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
|
|
|
|
|
$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_struct_tm+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
#include <time.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
struct tm tm;
|
|
|
|
|
int *p = &tm.tm_sec;
|
|
|
|
|
return !p;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_struct_tm=time.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_struct_tm=sys/time.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-05-07 14:55:18 -04:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
|
|
|
|
|
$as_echo "$ac_cv_struct_tm" >&6; }
|
|
|
|
|
if test $ac_cv_struct_tm = sys/time.h; then
|
|
|
|
|
|
|
|
|
|
$as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_zone" "#include <sys/types.h>
|
|
|
|
|
#include <$ac_cv_struct_tm>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then :
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_STRUCT_TM_TM_ZONE 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h>
|
|
|
|
|
"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_have_decl_tzname" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_have_decl=1
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_have_decl=0
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-05-06 17:30:56 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_DECL_TZNAME $ac_have_decl
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
|
|
|
|
|
$as_echo_n "checking for tzname... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_var_tzname+set}" = set; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <time.h>
|
|
|
|
|
#if !HAVE_DECL_TZNAME
|
|
|
|
|
extern char *tzname[];
|
2010-03-17 22:57:21 -07:00
|
|
|
|
#endif
|
|
|
|
|
|
2010-05-07 19:13:50 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return tzname[0][0];
|
2010-05-07 19:13:50 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_var_tzname=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_var_tzname=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_tzname" >&5
|
|
|
|
|
$as_echo "$ac_cv_var_tzname" >&6; }
|
|
|
|
|
if test $ac_cv_var_tzname = yes; then
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_TZNAME 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
fi
|
2010-05-07 19:13:50 -07:00
|
|
|
|
fi
|
2010-04-26 20:47:47 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h>
|
|
|
|
|
"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_flags" "ac_cv_member_struct_ifreq_ifr_flags" "$ac_includes_default
|
|
|
|
|
#if HAVE_SYS_SOCKET_H
|
|
|
|
|
#include <sys/socket.h>
|
|
|
|
|
#endif
|
|
|
|
|
#if HAVE_NET_IF_H
|
|
|
|
|
#include <net/if.h>
|
|
|
|
|
#endif
|
|
|
|
|
"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then :
|
2010-04-26 20:47:47 -07:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "$ac_includes_default
|
|
|
|
|
#if HAVE_SYS_SOCKET_H
|
|
|
|
|
#include <sys/socket.h>
|
|
|
|
|
#endif
|
|
|
|
|
#if HAVE_NET_IF_H
|
|
|
|
|
#include <net/if.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
|
2010-05-06 17:30:56 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
|
2010-05-15 14:34:03 -07:00
|
|
|
|
_ACEOF
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_netmask" "ac_cv_member_struct_ifreq_ifr_netmask" "$ac_includes_default
|
|
|
|
|
#if HAVE_SYS_SOCKET_H
|
|
|
|
|
#include <sys/socket.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#if HAVE_NET_IF_H
|
|
|
|
|
#include <net/if.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_broadaddr" "ac_cv_member_struct_ifreq_ifr_broadaddr" "$ac_includes_default
|
|
|
|
|
#if HAVE_SYS_SOCKET_H
|
|
|
|
|
#include <sys/socket.h>
|
|
|
|
|
#endif
|
|
|
|
|
#if HAVE_NET_IF_H
|
|
|
|
|
#include <net/if.h>
|
|
|
|
|
#endif
|
|
|
|
|
"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then :
|
2010-05-01 14:38:59 -07:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
|
2010-05-15 14:34:03 -07:00
|
|
|
|
_ACEOF
|
2010-05-06 17:30:56 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr" "ac_cv_member_struct_ifreq_ifr_addr" "$ac_includes_default
|
|
|
|
|
#if HAVE_SYS_SOCKET_H
|
|
|
|
|
#include <sys/socket.h>
|
|
|
|
|
#endif
|
|
|
|
|
#if HAVE_NET_IF_H
|
|
|
|
|
#include <net/if.h>
|
|
|
|
|
#endif
|
|
|
|
|
"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define HAVE_STRUCT_IFREQ_IFR_ADDR 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for function prototypes" >&5
|
|
|
|
|
$as_echo_n "checking for function prototypes... " >&6; }
|
|
|
|
|
if test "$ac_cv_prog_cc_c89" != no; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define PROTOTYPES 1" >>confdefs.h
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define __PROTOTYPES 1" >>confdefs.h
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5
|
|
|
|
|
$as_echo_n "checking for working volatile... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_c_volatile+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
volatile int x;
|
|
|
|
|
int * volatile y = (int *) 0;
|
|
|
|
|
return !x && !y;
|
2010-05-15 17:11:37 -04:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_c_volatile=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_c_volatile=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_volatile" >&5
|
|
|
|
|
$as_echo "$ac_cv_c_volatile" >&6; }
|
|
|
|
|
if test $ac_cv_c_volatile = no; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define volatile /**/" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
|
|
|
|
|
$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_c_const+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* FIXME: Include the comments suggested by Paul. */
|
|
|
|
|
#ifndef __cplusplus
|
|
|
|
|
/* Ultrix mips cc rejects this. */
|
|
|
|
|
typedef int charset[2];
|
|
|
|
|
const charset cs;
|
|
|
|
|
/* SunOS 4.1.1 cc rejects this. */
|
|
|
|
|
char const *const *pcpcc;
|
|
|
|
|
char **ppc;
|
|
|
|
|
/* NEC SVR4.0.2 mips cc rejects this. */
|
|
|
|
|
struct point {int x, y;};
|
|
|
|
|
static struct point const zero = {0,0};
|
|
|
|
|
/* AIX XL C 1.02.0.0 rejects this.
|
|
|
|
|
It does not let you subtract one const X* pointer from another in
|
|
|
|
|
an arm of an if-expression whose if-part is not a constant
|
|
|
|
|
expression */
|
|
|
|
|
const char *g = "string";
|
|
|
|
|
pcpcc = &g + (g ? g-g : 0);
|
|
|
|
|
/* HPUX 7.0 cc rejects these. */
|
|
|
|
|
++pcpcc;
|
|
|
|
|
ppc = (char**) pcpcc;
|
|
|
|
|
pcpcc = (char const *const *) ppc;
|
|
|
|
|
{ /* SCO 3.2v4 cc rejects this. */
|
|
|
|
|
char *t;
|
|
|
|
|
char const *s = 0 ? (char *) 0 : (char const *) 0;
|
|
|
|
|
|
|
|
|
|
*t++ = 0;
|
|
|
|
|
if (s) return 0;
|
|
|
|
|
}
|
|
|
|
|
{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
|
|
|
|
|
int x[] = {25, 17};
|
|
|
|
|
const int *foo = &x[0];
|
|
|
|
|
++foo;
|
|
|
|
|
}
|
|
|
|
|
{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
|
|
|
|
|
typedef const int *iptr;
|
|
|
|
|
iptr p = 0;
|
|
|
|
|
++p;
|
|
|
|
|
}
|
|
|
|
|
{ /* AIX XL C 1.02.0.0 rejects this saying
|
|
|
|
|
"k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
|
|
|
|
|
struct s { int j; const int *ap[3]; };
|
|
|
|
|
struct s *b; b->j = 5;
|
|
|
|
|
}
|
|
|
|
|
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
|
|
|
|
|
const int foo = 10;
|
|
|
|
|
if (!foo) return 0;
|
|
|
|
|
}
|
|
|
|
|
return !cs[0] && !zero.x;
|
|
|
|
|
#endif
|
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_c_const=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_c_const=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
|
|
|
|
|
$as_echo "$ac_cv_c_const" >&6; }
|
|
|
|
|
if test $ac_cv_c_const = no; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define const /**/" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5
|
|
|
|
|
$as_echo_n "checking for void * support... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_void_star+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
void * foo;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
emacs_cv_void_star=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_void_star=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_void_star" >&5
|
|
|
|
|
$as_echo "$emacs_cv_void_star" >&6; }
|
|
|
|
|
if test $emacs_cv_void_star = yes; then
|
|
|
|
|
$as_echo "#define POINTER_TYPE void" >>confdefs.h
|
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define POINTER_TYPE char" >>confdefs.h
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-08-09 21:25:41 +02:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
|
|
|
|
|
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "${ac_cv_c_bigendian+set}" = set; then :
|
2010-08-09 21:25:41 +02:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
ac_cv_c_bigendian=unknown
|
|
|
|
|
# See if we're dealing with a universal compiler.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#ifndef __APPLE_CC__
|
|
|
|
|
not a universal capable compiler
|
|
|
|
|
#endif
|
|
|
|
|
typedef int dummy;
|
|
|
|
|
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
|
|
|
|
|
# Check for potential -arch flags. It is not universal unless
|
|
|
|
|
# there are at least two -arch flags with different values.
|
|
|
|
|
ac_arch=
|
|
|
|
|
ac_prev=
|
|
|
|
|
for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
|
|
|
|
|
if test -n "$ac_prev"; then
|
|
|
|
|
case $ac_word in
|
|
|
|
|
i?86 | x86_64 | ppc | ppc64)
|
|
|
|
|
if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
|
|
|
|
|
ac_arch=$ac_word
|
|
|
|
|
else
|
|
|
|
|
ac_cv_c_bigendian=universal
|
|
|
|
|
break
|
|
|
|
|
fi
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
ac_prev=
|
|
|
|
|
elif test "x$ac_word" = "x-arch"; then
|
|
|
|
|
ac_prev=arch
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
if test $ac_cv_c_bigendian = unknown; then
|
|
|
|
|
# See if sys/param.h defines the BYTE_ORDER macro.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
#include <sys/param.h>
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
|
|
|
|
|
&& defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
|
|
|
|
|
&& LITTLE_ENDIAN)
|
|
|
|
|
bogus endian macros
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
# It does; now see whether it defined to BIG_ENDIAN or not.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
#include <sys/param.h>
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
#if BYTE_ORDER != BIG_ENDIAN
|
|
|
|
|
not big endian
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_c_bigendian=yes
|
|
|
|
|
else
|
|
|
|
|
ac_cv_c_bigendian=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
fi
|
|
|
|
|
if test $ac_cv_c_bigendian = unknown; then
|
|
|
|
|
# See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <limits.h>
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
|
|
|
|
|
bogus endian macros
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
# It does; now see whether it defined to _BIG_ENDIAN or not.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <limits.h>
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
#ifndef _BIG_ENDIAN
|
|
|
|
|
not big endian
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_c_bigendian=yes
|
|
|
|
|
else
|
|
|
|
|
ac_cv_c_bigendian=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
fi
|
|
|
|
|
if test $ac_cv_c_bigendian = unknown; then
|
|
|
|
|
# Compile a test program.
|
|
|
|
|
if test "$cross_compiling" = yes; then :
|
|
|
|
|
# Try to guess by grepping values from an object file.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
short int ascii_mm[] =
|
|
|
|
|
{ 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
|
|
|
|
|
short int ascii_ii[] =
|
|
|
|
|
{ 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
|
|
|
|
|
int use_ascii (int i) {
|
|
|
|
|
return ascii_mm[i] + ascii_ii[i];
|
|
|
|
|
}
|
|
|
|
|
short int ebcdic_ii[] =
|
|
|
|
|
{ 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
|
|
|
|
|
short int ebcdic_mm[] =
|
|
|
|
|
{ 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
|
|
|
|
|
int use_ebcdic (int i) {
|
|
|
|
|
return ebcdic_mm[i] + ebcdic_ii[i];
|
|
|
|
|
}
|
|
|
|
|
extern int foo;
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
return use_ascii (foo) == use_ebcdic (foo);
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
|
|
|
|
|
ac_cv_c_bigendian=yes
|
|
|
|
|
fi
|
|
|
|
|
if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
|
|
|
|
|
if test "$ac_cv_c_bigendian" = unknown; then
|
|
|
|
|
ac_cv_c_bigendian=no
|
|
|
|
|
else
|
|
|
|
|
# finding both strings is unlikely to happen, but who knows?
|
|
|
|
|
ac_cv_c_bigendian=unknown
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
else
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$ac_includes_default
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* Are we little or big endian? From Harbison&Steele. */
|
|
|
|
|
union
|
|
|
|
|
{
|
|
|
|
|
long int l;
|
|
|
|
|
char c[sizeof (long int)];
|
|
|
|
|
} u;
|
|
|
|
|
u.l = 1;
|
|
|
|
|
return u.c[sizeof (long int) - 1] == 1;
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_run "$LINENO"; then :
|
|
|
|
|
ac_cv_c_bigendian=no
|
|
|
|
|
else
|
|
|
|
|
ac_cv_c_bigendian=yes
|
|
|
|
|
fi
|
|
|
|
|
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
|
|
conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
|
|
|
|
|
$as_echo "$ac_cv_c_bigendian" >&6; }
|
|
|
|
|
case $ac_cv_c_bigendian in #(
|
|
|
|
|
yes)
|
|
|
|
|
$as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
|
|
|
|
|
;; #(
|
|
|
|
|
no)
|
|
|
|
|
;; #(
|
|
|
|
|
universal)
|
|
|
|
|
|
|
|
|
|
$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-08-09 21:25:41 +02:00
|
|
|
|
;; #(
|
|
|
|
|
*)
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "unknown endianness
|
|
|
|
|
presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
|
2010-08-09 21:25:41 +02:00
|
|
|
|
esac
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
|
|
|
|
|
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
|
|
|
|
|
set x ${MAKE-make}
|
|
|
|
|
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
|
2010-11-21 15:39:55 +01:00
|
|
|
|
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >conftest.make <<\_ACEOF
|
|
|
|
|
SHELL = /bin/sh
|
|
|
|
|
all:
|
|
|
|
|
@echo '@@@%%%=$(MAKE)=@@@%%%'
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-11-21 15:39:55 +01:00
|
|
|
|
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case `${MAKE-make} -f conftest.make 2>/dev/null` in
|
|
|
|
|
*@@@%%%=?*=@@@%%%*)
|
|
|
|
|
eval ac_cv_prog_make_${ac_make}_set=yes;;
|
|
|
|
|
*)
|
|
|
|
|
eval ac_cv_prog_make_${ac_make}_set=no;;
|
2010-05-15 14:34:03 -07:00
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f conftest.make
|
|
|
|
|
fi
|
|
|
|
|
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
SET_MAKE=
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
SET_MAKE="MAKE=${MAKE-make}"
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
DEPFLAGS=
|
|
|
|
|
MKDEPDIR=":"
|
|
|
|
|
deps_frag=deps.mk
|
|
|
|
|
if test "$GCC" = yes && test "$ac_enable_autodepend" = yes; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using GNU Make" >&5
|
|
|
|
|
$as_echo_n "checking whether we are using GNU Make... " >&6; }
|
|
|
|
|
HAVE_GNU_MAKE=no
|
|
|
|
|
testval=`make --version 2>/dev/null | grep 'GNU Make'`
|
|
|
|
|
if test "x$testval" != x; then
|
|
|
|
|
HAVE_GNU_MAKE=yes
|
|
|
|
|
else
|
|
|
|
|
ac_enable_autodepend=no
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_GNU_MAKE" >&5
|
|
|
|
|
$as_echo "$HAVE_GNU_MAKE" >&6; }
|
|
|
|
|
if test $HAVE_GNU_MAKE = yes; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands -MMD -MF" >&5
|
|
|
|
|
$as_echo_n "checking whether gcc understands -MMD -MF... " >&6; }
|
|
|
|
|
SAVE_CFLAGS="$CFLAGS"
|
|
|
|
|
CFLAGS="$CFLAGS -MMD -MF deps.d"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_enable_autodepend=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
CFLAGS="$SAVE_CFLAGS"
|
|
|
|
|
test -f deps.d || ac_enable_autodepend=no
|
|
|
|
|
rm -rf deps.d
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_enable_autodepend" >&5
|
|
|
|
|
$as_echo "$ac_enable_autodepend" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
if test $ac_enable_autodepend = yes; then
|
|
|
|
|
DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d'
|
|
|
|
|
## In parallel builds, another make might create depdir between
|
|
|
|
|
## the first test and mkdir, so stick another test on the end.
|
|
|
|
|
## Or use mkinstalldirs? mkdir -p is not portable.
|
|
|
|
|
MKDEPDIR='test -d ${DEPDIR} || mkdir ${DEPDIR} || test -d ${DEPDIR}'
|
|
|
|
|
deps_frag=autodeps.mk
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
deps_frag=$srcdir/src/$deps_frag
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5
|
|
|
|
|
$as_echo_n "checking for long file names... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_sys_long_file_names+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_sys_long_file_names=yes
|
|
|
|
|
# Test for long file names in all the places we know might matter:
|
|
|
|
|
# . the current directory, where building will happen
|
|
|
|
|
# $prefix/lib where we will be installing things
|
|
|
|
|
# $exec_prefix/lib likewise
|
|
|
|
|
# $TMPDIR if set, where it might want to write temporary files
|
|
|
|
|
# /tmp where it might want to write temporary files
|
|
|
|
|
# /var/tmp likewise
|
|
|
|
|
# /usr/tmp likewise
|
|
|
|
|
for ac_dir in . "$TMPDIR" /tmp /var/tmp /usr/tmp "$prefix/lib" "$exec_prefix/lib"; do
|
|
|
|
|
# Skip $TMPDIR if it is empty or bogus, and skip $exec_prefix/lib
|
|
|
|
|
# in the usual case where exec_prefix is '${prefix}'.
|
|
|
|
|
case $ac_dir in #(
|
|
|
|
|
. | /* | ?:[\\/]*) ;; #(
|
|
|
|
|
*) continue;;
|
|
|
|
|
esac
|
|
|
|
|
test -w "$ac_dir/." || continue # It is less confusing to not echo anything here.
|
|
|
|
|
ac_xdir=$ac_dir/cf$$
|
|
|
|
|
(umask 077 && mkdir "$ac_xdir" 2>/dev/null) || continue
|
|
|
|
|
ac_tf1=$ac_xdir/conftest9012345
|
|
|
|
|
ac_tf2=$ac_xdir/conftest9012346
|
|
|
|
|
touch "$ac_tf1" 2>/dev/null && test -f "$ac_tf1" && test ! -f "$ac_tf2" ||
|
|
|
|
|
ac_cv_sys_long_file_names=no
|
|
|
|
|
rm -f -r "$ac_xdir" 2>/dev/null
|
|
|
|
|
test $ac_cv_sys_long_file_names = no && break
|
2010-03-17 22:57:21 -07:00
|
|
|
|
done
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_long_file_names" >&5
|
|
|
|
|
$as_echo "$ac_cv_sys_long_file_names" >&6; }
|
|
|
|
|
if test $ac_cv_sys_long_file_names = yes; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_LONG_FILE_NAMES 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#### Choose a window system.
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
|
|
|
|
|
$as_echo_n "checking for X... " >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check whether --with-x was given.
|
|
|
|
|
if test "${with_x+set}" = set; then :
|
|
|
|
|
withval=$with_x;
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
|
|
|
|
|
if test "x$with_x" = xno; then
|
|
|
|
|
# The user explicitly disabled X.
|
|
|
|
|
have_x=disabled
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $x_includes,$x_libraries in #(
|
2010-11-21 15:39:55 +01:00
|
|
|
|
*\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
|
2010-09-05 12:17:26 +02:00
|
|
|
|
*,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
# One or both of the vars are not set, and there is no cached value.
|
|
|
|
|
ac_x_includes=no ac_x_libraries=no
|
|
|
|
|
rm -f -r conftest.dir
|
|
|
|
|
if mkdir conftest.dir; then
|
|
|
|
|
cd conftest.dir
|
|
|
|
|
cat >Imakefile <<'_ACEOF'
|
|
|
|
|
incroot:
|
|
|
|
|
@echo incroot='${INCROOT}'
|
|
|
|
|
usrlibdir:
|
|
|
|
|
@echo usrlibdir='${USRLIBDIR}'
|
|
|
|
|
libdir:
|
|
|
|
|
@echo libdir='${LIBDIR}'
|
|
|
|
|
_ACEOF
|
|
|
|
|
if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_var in incroot usrlibdir libdir; do
|
|
|
|
|
eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
|
|
|
|
|
done
|
|
|
|
|
# Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
|
|
|
|
|
for ac_extension in a so sl dylib la dll; do
|
|
|
|
|
if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
|
|
|
|
|
test -f "$ac_im_libdir/libX11.$ac_extension"; then
|
|
|
|
|
ac_im_usrlibdir=$ac_im_libdir; break
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
# Screen out bogus values from the imake configuration. They are
|
|
|
|
|
# bogus both because they are the default anyway, and because
|
|
|
|
|
# using them would break gcc on systems where it needs fixed includes.
|
|
|
|
|
case $ac_im_incroot in
|
|
|
|
|
/usr/include) ac_x_includes= ;;
|
|
|
|
|
*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
|
|
|
|
|
esac
|
|
|
|
|
case $ac_im_usrlibdir in
|
|
|
|
|
/usr/lib | /usr/lib64 | /lib | /lib64) ;;
|
|
|
|
|
*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
|
|
|
|
|
esac
|
|
|
|
|
fi
|
|
|
|
|
cd ..
|
|
|
|
|
rm -f -r conftest.dir
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Standard set of common directories for X headers.
|
|
|
|
|
# Check X11 before X11Rn because it is often a symlink to the current release.
|
|
|
|
|
ac_x_header_dirs='
|
|
|
|
|
/usr/X11/include
|
|
|
|
|
/usr/X11R7/include
|
|
|
|
|
/usr/X11R6/include
|
|
|
|
|
/usr/X11R5/include
|
|
|
|
|
/usr/X11R4/include
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/usr/include/X11
|
|
|
|
|
/usr/include/X11R7
|
|
|
|
|
/usr/include/X11R6
|
|
|
|
|
/usr/include/X11R5
|
|
|
|
|
/usr/include/X11R4
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/usr/local/X11/include
|
|
|
|
|
/usr/local/X11R7/include
|
|
|
|
|
/usr/local/X11R6/include
|
|
|
|
|
/usr/local/X11R5/include
|
|
|
|
|
/usr/local/X11R4/include
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/usr/local/include/X11
|
|
|
|
|
/usr/local/include/X11R7
|
|
|
|
|
/usr/local/include/X11R6
|
|
|
|
|
/usr/local/include/X11R5
|
|
|
|
|
/usr/local/include/X11R4
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/usr/X386/include
|
|
|
|
|
/usr/x386/include
|
|
|
|
|
/usr/XFree86/include/X11
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/usr/include
|
|
|
|
|
/usr/local/include
|
|
|
|
|
/usr/unsupported/include
|
|
|
|
|
/usr/athena/include
|
|
|
|
|
/usr/local/x11r5/include
|
|
|
|
|
/usr/lpp/Xamples/include
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/usr/openwin/include
|
|
|
|
|
/usr/openwin/share/include'
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$ac_x_includes" = no; then
|
|
|
|
|
# Guess where to find include files, by looking for Xlib.h.
|
|
|
|
|
# First, try using that file with no special directory specified.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <X11/Xlib.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_cpp "$LINENO"; then :
|
|
|
|
|
# We can compile using X headers with no special include directory.
|
|
|
|
|
ac_x_includes=
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_dir in $ac_x_header_dirs; do
|
|
|
|
|
if test -r "$ac_dir/X11/Xlib.h"; then
|
|
|
|
|
ac_x_includes=$ac_dir
|
|
|
|
|
break
|
|
|
|
|
fi
|
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-11-21 15:39:55 +01:00
|
|
|
|
rm -f conftest.err conftest.$ac_ext
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi # $ac_x_includes = no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$ac_x_libraries" = no; then
|
|
|
|
|
# Check for the libraries.
|
|
|
|
|
# See if we find them without any special options.
|
|
|
|
|
# Don't add to $LIBS permanently.
|
|
|
|
|
ac_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lX11 $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <X11/Xlib.h>
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
XrmInitialize ()
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-05-15 14:34:03 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
LIBS=$ac_save_LIBS
|
|
|
|
|
# We can link X programs with no special library path.
|
|
|
|
|
ac_x_libraries=
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS=$ac_save_LIBS
|
|
|
|
|
for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
|
|
|
|
|
do
|
|
|
|
|
# Don't even attempt the hair of trying to link an X program!
|
|
|
|
|
for ac_extension in a so sl dylib la dll; do
|
|
|
|
|
if test -r "$ac_dir/libX11.$ac_extension"; then
|
|
|
|
|
ac_x_libraries=$ac_dir
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
fi # $ac_x_libraries = no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $ac_x_includes,$ac_x_libraries in #(
|
|
|
|
|
no,* | *,no | *\'*)
|
|
|
|
|
# Didn't find X, or a directory has "'" in its name.
|
|
|
|
|
ac_cv_have_x="have_x=no";; #(
|
|
|
|
|
*)
|
|
|
|
|
# Record where we found X for the cache.
|
|
|
|
|
ac_cv_have_x="have_x=yes\
|
|
|
|
|
ac_x_includes='$ac_x_includes'\
|
|
|
|
|
ac_x_libraries='$ac_x_libraries'"
|
2010-05-15 14:34:03 -07:00
|
|
|
|
esac
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
;; #(
|
|
|
|
|
*) have_x=yes;;
|
|
|
|
|
esac
|
|
|
|
|
eval "$ac_cv_have_x"
|
|
|
|
|
fi # $with_x != no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$have_x" != yes; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
|
|
|
|
|
$as_echo "$have_x" >&6; }
|
|
|
|
|
no_x=yes
|
|
|
|
|
else
|
|
|
|
|
# If each of the values was on the command line, it overrides each guess.
|
|
|
|
|
test "x$x_includes" = xNONE && x_includes=$ac_x_includes
|
|
|
|
|
test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
|
|
|
|
|
# Update the cache value to reflect the command line values.
|
|
|
|
|
ac_cv_have_x="have_x=yes\
|
|
|
|
|
ac_x_includes='$x_includes'\
|
|
|
|
|
ac_x_libraries='$x_libraries'"
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
|
|
|
|
|
$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$no_x" = yes; then
|
|
|
|
|
window_system=none
|
|
|
|
|
else
|
|
|
|
|
window_system=x11
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Workaround for bug in autoconf <= 2.62.
|
|
|
|
|
## http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg01551.html
|
|
|
|
|
## No need to do anything special for these standard directories.
|
|
|
|
|
if test -n "${x_libraries}" && test x"${x_libraries}" != xNONE; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
x_libraries=`echo :${x_libraries}: | sed -e 's|:/usr/lib64:|:|g' -e 's|:/lib64:|:|g' -e 's|^:||' -e 's|:$||'`
|
2010-05-09 17:11:40 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-05-09 17:11:40 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LD_SWITCH_X_SITE_AUX=
|
|
|
|
|
LD_SWITCH_X_SITE_AUX_RPATH=
|
|
|
|
|
if test "${x_libraries}" != NONE; then
|
|
|
|
|
if test -n "${x_libraries}"; then
|
|
|
|
|
LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"`
|
|
|
|
|
LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"`
|
|
|
|
|
LD_SWITCH_X_SITE_AUX_RPATH=`echo ${LD_SWITCH_X_SITE_AUX} | sed -e 's/-R/-Wl,-rpath,/'`
|
|
|
|
|
fi
|
|
|
|
|
x_default_search_path=""
|
|
|
|
|
x_search_path=${x_libraries}
|
|
|
|
|
if test -z "${x_search_path}"; then
|
|
|
|
|
x_search_path=/usr/lib
|
|
|
|
|
fi
|
|
|
|
|
for x_library in `echo ${x_search_path}: | \
|
|
|
|
|
sed -e "s/:/ /g" -e p -e "s:/lib[^ /]* :/share :g"`; do
|
|
|
|
|
x_search_path="\
|
|
|
|
|
${x_library}/X11/%L/%T/%N%C%S:\
|
|
|
|
|
${x_library}/X11/%l/%T/%N%C%S:\
|
|
|
|
|
${x_library}/X11/%T/%N%C%S:\
|
|
|
|
|
${x_library}/X11/%L/%T/%N%S:\
|
|
|
|
|
${x_library}/X11/%l/%T/%N%S:\
|
|
|
|
|
${x_library}/X11/%T/%N%S"
|
|
|
|
|
if test x"${x_default_search_path}" = x; then
|
|
|
|
|
x_default_search_path=${x_search_path}
|
|
|
|
|
else
|
|
|
|
|
x_default_search_path="${x_search_path}:${x_default_search_path}"
|
2010-05-09 17:11:40 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
|
|
|
|
fi
|
2010-05-06 20:01:40 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${x_includes}" != NONE && test -n "${x_includes}"; then
|
|
|
|
|
C_SWITCH_X_SITE=-I`echo ${x_includes} | sed -e "s/:/ -I/g"`
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test x"${x_includes}" = x; then
|
|
|
|
|
bitmapdir=/usr/include/X11/bitmaps
|
|
|
|
|
else
|
|
|
|
|
# accumulate include directories that have X11 bitmap subdirectories
|
|
|
|
|
bmd_acc="dummyval"
|
|
|
|
|
for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do
|
|
|
|
|
if test -d "${bmd}/X11/bitmaps"; then
|
|
|
|
|
bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps"
|
|
|
|
|
fi
|
|
|
|
|
if test -d "${bmd}/bitmaps"; then
|
|
|
|
|
bmd_acc="${bmd_acc}:${bmd}/bitmaps"
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
if test ${bmd_acc} != "dummyval"; then
|
|
|
|
|
bitmapdir=`echo ${bmd_acc} | sed -e "s/^dummyval://"`
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_NS=no
|
|
|
|
|
NS_IMPL_COCOA=no
|
|
|
|
|
NS_IMPL_GNUSTEP=no
|
|
|
|
|
tmp_CPPFLAGS="$CPPFLAGS"
|
|
|
|
|
tmp_CFLAGS="$CFLAGS"
|
|
|
|
|
CPPFLAGS="$CPPFLAGS -x objective-c"
|
|
|
|
|
CFLAGS="$CFLAGS -x objective-c"
|
2010-10-10 08:35:04 -07:00
|
|
|
|
TEMACS_LDFLAGS2="\${LDFLAGS}"
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${with_ns}" != no; then
|
|
|
|
|
if test "${opsys}" = darwin; then
|
|
|
|
|
NS_IMPL_COCOA=yes
|
2010-10-12 14:03:09 -07:00
|
|
|
|
ns_appdir=`pwd`/nextstep/Emacs.app
|
|
|
|
|
ns_appbindir=${ns_appdir}/Contents/MacOS/
|
|
|
|
|
ns_appresdir=${ns_appdir}/Contents/Resources
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ns_appsrc=${srcdir}/nextstep/Cocoa/Emacs.base
|
|
|
|
|
elif test -f $GNUSTEP_CONFIG_FILE; then
|
|
|
|
|
NS_IMPL_GNUSTEP=yes
|
2010-10-12 14:03:09 -07:00
|
|
|
|
ns_appdir=`pwd`/nextstep/Emacs.app
|
2010-11-21 15:39:55 +01:00
|
|
|
|
ns_appbindir=${ns_appdir}/
|
2010-10-12 14:03:09 -07:00
|
|
|
|
ns_appresdir=${ns_appdir}/Resources
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base
|
|
|
|
|
GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)"
|
|
|
|
|
GNUSTEP_SYSTEM_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_LIBRARIES)"
|
|
|
|
|
GNUSTEP_LOCAL_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_LOCAL_HEADERS)"
|
|
|
|
|
GNUSTEP_LOCAL_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_LOCAL_LIBRARIES)"
|
|
|
|
|
test "x${GNUSTEP_LOCAL_HEADERS}" != "x" && \
|
|
|
|
|
GNUSTEP_LOCAL_HEADERS="-I${GNUSTEP_LOCAL_HEADERS}"
|
|
|
|
|
test "x${GNUSTEP_LOCAL_LIBRARIES}" != "x" && \
|
|
|
|
|
GNUSTEP_LOCAL_LIBRARIES="-L${GNUSTEP_LOCAL_LIBRARIES}"
|
|
|
|
|
CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
|
|
|
|
|
CFLAGS="$CFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
|
|
|
|
|
LDFLAGS="$LDFLAGS -L${GNUSTEP_SYSTEM_LIBRARIES} ${GNUSTEP_LOCAL_LIBRARIES}"
|
|
|
|
|
LIB_STANDARD=
|
|
|
|
|
START_FILES=
|
|
|
|
|
TEMACS_LDFLAGS2=
|
|
|
|
|
fi
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_NS=yes
|
|
|
|
|
else
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "\`--with-ns' was specified, but the include
|
2010-06-03 15:16:02 -07:00
|
|
|
|
files are missing or cannot be compiled." "$LINENO" 5
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
NS_HAVE_NSINTEGER=yes
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <Foundation/NSObjCRuntime.h>
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
NSInteger i;
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ns_have_nsinteger=yes
|
|
|
|
|
else
|
|
|
|
|
ns_have_nsinteger=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
if test $ns_have_nsinteger = no; then
|
|
|
|
|
NS_HAVE_NSINTEGER=no
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ns_frag=/dev/null
|
|
|
|
|
NS_OBJ=
|
|
|
|
|
NS_SUPPORT=
|
|
|
|
|
if test "${HAVE_NS}" = yes; then
|
|
|
|
|
window_system=nextstep
|
|
|
|
|
with_xft=no
|
|
|
|
|
# set up packaging dirs
|
|
|
|
|
exec_prefix=${ns_appbindir}
|
|
|
|
|
libexecdir=${ns_appbindir}/libexec
|
|
|
|
|
if test "${EN_NS_SELF_CONTAINED}" = yes; then
|
|
|
|
|
prefix=${ns_appresdir}
|
|
|
|
|
fi
|
|
|
|
|
ns_frag=$srcdir/src/ns.mk
|
|
|
|
|
NS_OBJ="nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o fontset.o fringe.o image.o"
|
2010-10-12 14:03:09 -07:00
|
|
|
|
NS_SUPPORT="\${lispsource}/emacs-lisp/easymenu.elc \${lispsource}/term/ns-win.elc"
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
CFLAGS="$tmp_CFLAGS"
|
|
|
|
|
CPPFLAGS="$tmp_CPPFLAGS"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case "${window_system}" in
|
|
|
|
|
x11 )
|
|
|
|
|
HAVE_X_WINDOWS=yes
|
|
|
|
|
HAVE_X11=yes
|
|
|
|
|
case "${with_x_toolkit}" in
|
|
|
|
|
athena | lucid ) USE_X_TOOLKIT=LUCID ;;
|
|
|
|
|
motif ) USE_X_TOOLKIT=MOTIF ;;
|
|
|
|
|
gtk ) with_gtk=yes
|
|
|
|
|
USE_X_TOOLKIT=none ;;
|
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
* configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
by minimum required Gtk+ 2.6). Add checks for functions introduced
in Gtk+ 2.14 or newer.
* xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
(gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
defines based on what configure finds.
* xterm.c (XTflash): Use gtk_widget_get_window.
(xg_scroll_callback): Use gtk_adjustment_get_upper and
gtk_adjustment_get_page_size.
(handle_one_xevent): Use gtk_widget_get_mapped.
(x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
messages.
* xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
* gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
HAVE_GTK_FILE_SELECTION_NEW.
* gtkutil.c (xg_display_open, xg_display_close): Remove
HAVE_GTK_MULTIDISPLAY, it is always defined.
(xg_display_open): Return type is void.
(gtk_widget_set_has_window)
(gtk_dialog_get_action_area, gtk_dialog_get_content_area)
(gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
(gtk_adjustment_set_page_increment)
(gtk_adjustment_get_step_increment): #define these if not found
by configure.
(remove_submenu): New define based on Gtk+ version.
(xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
gtk_widget_get_window.
(xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
(xg_create_frame_widgets): Use gtk_widget_set_has_window.
(create_dialog): Use gtk_dialog_get_action_area and
gtk_dialog_get_content_area.
(xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
(xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
g_object_ref and g_object_unref.
(xg_update_menu_item, xg_tool_bar_menu_proxy): Use
gtk_widget_get_sensitive.
(xg_update_submenu): Use remove_submenu.
(xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
properties instead to get old x and y position.
(xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
(xg_get_tool_bar_widgets): New function.
(xg_tool_bar_menu_proxy, xg_show_toolbar_item)
(update_frame_tool_bar): Call xg_get_tool_bar_widgets.
(toolbar_set_orientation): New #define based on if configure
finds gtk_orientable_set_orientation.
(xg_create_tool_bar): Call toolbar_set_orientation.
(xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
instead of gtk_box_pack_start_defaults.
2010-06-28 12:11:26 +02:00
|
|
|
|
gtk3 ) with_gtk3=yes
|
|
|
|
|
USE_X_TOOLKIT=none ;;
|
2010-06-03 15:16:02 -07:00
|
|
|
|
no ) USE_X_TOOLKIT=none ;;
|
|
|
|
|
* ) USE_X_TOOLKIT=maybe ;;
|
|
|
|
|
esac
|
|
|
|
|
;;
|
|
|
|
|
nextstep | none )
|
|
|
|
|
HAVE_X_WINDOWS=no
|
|
|
|
|
HAVE_X11=no
|
|
|
|
|
USE_X_TOOLKIT=none
|
|
|
|
|
;;
|
|
|
|
|
esac
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$window_system" = none && test "X$with_x" != "Xno"; then
|
|
|
|
|
# Extract the first word of "X", so it can be a program name with args.
|
|
|
|
|
set dummy X; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
if test -n "$HAVE_XSERVER"; then
|
|
|
|
|
ac_cv_prog_HAVE_XSERVER="$HAVE_XSERVER" # Let the user override the test.
|
|
|
|
|
else
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_prog_HAVE_XSERVER="true"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -z "$ac_cv_prog_HAVE_XSERVER" && ac_cv_prog_HAVE_XSERVER="false"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
HAVE_XSERVER=$ac_cv_prog_HAVE_XSERVER
|
|
|
|
|
if test -n "$HAVE_XSERVER"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_XSERVER" >&5
|
|
|
|
|
$as_echo "$HAVE_XSERVER" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$HAVE_XSERVER" = true ||
|
|
|
|
|
test -n "$DISPLAY" ||
|
|
|
|
|
test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "You seem to be running X, but no X development libraries
|
2010-06-03 15:16:02 -07:00
|
|
|
|
were found. You should install the relevant development files for X
|
|
|
|
|
and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make
|
|
|
|
|
sure you have development files for image handling, i.e.
|
|
|
|
|
tiff, gif, jpeg, png and xpm.
|
|
|
|
|
If you are sure you want Emacs compiled without X window support, pass
|
|
|
|
|
--without-x
|
|
|
|
|
to configure." "$LINENO" 5
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
### If we're using X11, we should use the X menu package.
|
|
|
|
|
HAVE_MENUS=no
|
|
|
|
|
case ${HAVE_X11} in
|
|
|
|
|
yes ) HAVE_MENUS=yes ;;
|
|
|
|
|
esac
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Do the opsystem or machine files prohibit the use of the GNU malloc?
|
|
|
|
|
# Assume not, until told otherwise.
|
|
|
|
|
GNU_MALLOC=yes
|
|
|
|
|
doug_lea_malloc=yes
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_malloc_get_state" = x""yes; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
doug_lea_malloc=no
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_malloc_set_state" = x""yes; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
doug_lea_malloc=no
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5
|
|
|
|
|
$as_echo_n "checking whether __after_morecore_hook exists... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_var___after_morecore_hook+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
extern void (* __after_morecore_hook)();
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
__after_morecore_hook = 0
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
emacs_cv_var___after_morecore_hook=yes
|
|
|
|
|
else
|
|
|
|
|
emacs_cv_var___after_morecore_hook=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_var___after_morecore_hook" >&5
|
|
|
|
|
$as_echo "$emacs_cv_var___after_morecore_hook" >&6; }
|
|
|
|
|
if test $emacs_cv_var___after_morecore_hook = no; then
|
|
|
|
|
doug_lea_malloc=no
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-29 19:55:15 -07:00
|
|
|
|
|
|
|
|
|
system_malloc=no
|
|
|
|
|
case "$opsys" in
|
|
|
|
|
## darwin ld insists on the use of malloc routines in the System framework.
|
|
|
|
|
darwin|sol2-10) system_malloc=yes ;;
|
|
|
|
|
esac
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${system_malloc}" = "yes"; then
|
2010-06-29 19:55:15 -07:00
|
|
|
|
|
|
|
|
|
$as_echo "#define SYSTEM_MALLOC 1" >>confdefs.h
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
GNU_MALLOC=no
|
|
|
|
|
GNU_MALLOC_reason="
|
|
|
|
|
(The GNU allocators don't work with this system configuration.)"
|
|
|
|
|
GMALLOC_OBJ=
|
|
|
|
|
VMLIMIT_OBJ=
|
|
|
|
|
else
|
|
|
|
|
test "$doug_lea_malloc" != "yes" && GMALLOC_OBJ=gmalloc.o
|
|
|
|
|
VMLIMIT_OBJ=vm-limit.o
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$doug_lea_malloc" = "yes" ; then
|
|
|
|
|
if test "$GNU_MALLOC" = yes ; then
|
|
|
|
|
GNU_MALLOC_reason="
|
|
|
|
|
(Using Doug Lea's new malloc from the GNU C Library.)"
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define DOUG_LEA_MALLOC 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Use mmap directly for allocating larger buffers.
|
|
|
|
|
## FIXME this comes from src/s/{gnu,gnu-linux}.h:
|
|
|
|
|
## #ifdef DOUG_LEA_MALLOC; #undef REL_ALLOC; #endif
|
|
|
|
|
## Does the AC_FUNC_MMAP test below make this check unecessary?
|
|
|
|
|
case "$opsys" in
|
|
|
|
|
gnu*) REL_ALLOC=no ;;
|
|
|
|
|
esac
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test x"${REL_ALLOC}" = x; then
|
|
|
|
|
REL_ALLOC=${GNU_MALLOC}
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-29 19:55:15 -07:00
|
|
|
|
use_mmap_for_buffers=no
|
|
|
|
|
case "$opsys" in
|
|
|
|
|
freebsd|irix6-5) use_mmap_for_buffers=yes ;;
|
|
|
|
|
esac
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_header in $ac_header_list
|
|
|
|
|
do :
|
|
|
|
|
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
|
|
|
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
|
|
|
|
|
"
|
2010-11-21 15:39:55 +01:00
|
|
|
|
eval as_val=\$$as_ac_Header
|
|
|
|
|
if test "x$as_val" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
|
|
|
|
_ACEOF
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_func in getpagesize
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_getpagesize" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_GETPAGESIZE 1
|
|
|
|
|
_ACEOF
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
|
|
|
|
|
$as_echo_n "checking for working mmap... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
if test "$cross_compiling" = yes; then :
|
|
|
|
|
ac_cv_func_mmap_fixed_mapped=no
|
|
|
|
|
else
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$ac_includes_default
|
|
|
|
|
/* malloc might have been renamed as rpl_malloc. */
|
|
|
|
|
#undef malloc
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Thanks to Mike Haertel and Jim Avera for this test.
|
|
|
|
|
Here is a matrix of mmap possibilities:
|
|
|
|
|
mmap private not fixed
|
|
|
|
|
mmap private fixed at somewhere currently unmapped
|
|
|
|
|
mmap private fixed at somewhere already mapped
|
|
|
|
|
mmap shared not fixed
|
|
|
|
|
mmap shared fixed at somewhere currently unmapped
|
|
|
|
|
mmap shared fixed at somewhere already mapped
|
|
|
|
|
For private mappings, we should verify that changes cannot be read()
|
|
|
|
|
back from the file, nor mmap's back from the file at a different
|
|
|
|
|
address. (There have been systems where private was not correctly
|
|
|
|
|
implemented like the infamous i386 svr4.0, and systems where the
|
|
|
|
|
VM page cache was not coherent with the file system buffer cache
|
|
|
|
|
like early versions of FreeBSD and possibly contemporary NetBSD.)
|
|
|
|
|
For shared mappings, we should conversely verify that changes get
|
|
|
|
|
propagated back to all the places they're supposed to be.
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
Grep wants private fixed already mapped.
|
|
|
|
|
The main things grep needs to know about mmap are:
|
|
|
|
|
* does it exist and is it safe to write into the mmap'd area
|
|
|
|
|
* how to use it (BSD variants) */
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <fcntl.h>
|
|
|
|
|
#include <sys/mman.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
|
|
|
|
|
char *malloc ();
|
|
|
|
|
#endif
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* This mess was copied from the GNU getpagesize.h. */
|
|
|
|
|
#ifndef HAVE_GETPAGESIZE
|
|
|
|
|
# ifdef _SC_PAGESIZE
|
|
|
|
|
# define getpagesize() sysconf(_SC_PAGESIZE)
|
|
|
|
|
# else /* no _SC_PAGESIZE */
|
|
|
|
|
# ifdef HAVE_SYS_PARAM_H
|
|
|
|
|
# include <sys/param.h>
|
|
|
|
|
# ifdef EXEC_PAGESIZE
|
|
|
|
|
# define getpagesize() EXEC_PAGESIZE
|
|
|
|
|
# else /* no EXEC_PAGESIZE */
|
|
|
|
|
# ifdef NBPG
|
|
|
|
|
# define getpagesize() NBPG * CLSIZE
|
|
|
|
|
# ifndef CLSIZE
|
|
|
|
|
# define CLSIZE 1
|
|
|
|
|
# endif /* no CLSIZE */
|
|
|
|
|
# else /* no NBPG */
|
|
|
|
|
# ifdef NBPC
|
|
|
|
|
# define getpagesize() NBPC
|
|
|
|
|
# else /* no NBPC */
|
|
|
|
|
# ifdef PAGESIZE
|
|
|
|
|
# define getpagesize() PAGESIZE
|
|
|
|
|
# endif /* PAGESIZE */
|
|
|
|
|
# endif /* no NBPC */
|
|
|
|
|
# endif /* no NBPG */
|
|
|
|
|
# endif /* no EXEC_PAGESIZE */
|
|
|
|
|
# else /* no HAVE_SYS_PARAM_H */
|
|
|
|
|
# define getpagesize() 8192 /* punt totally */
|
|
|
|
|
# endif /* no HAVE_SYS_PARAM_H */
|
|
|
|
|
# endif /* no _SC_PAGESIZE */
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#endif /* no HAVE_GETPAGESIZE */
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
char *data, *data2, *data3;
|
|
|
|
|
int i, pagesize;
|
|
|
|
|
int fd, fd2;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
pagesize = getpagesize ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* First, make a file with some known garbage in it. */
|
|
|
|
|
data = (char *) malloc (pagesize);
|
|
|
|
|
if (!data)
|
|
|
|
|
return 1;
|
|
|
|
|
for (i = 0; i < pagesize; ++i)
|
|
|
|
|
*(data + i) = rand ();
|
|
|
|
|
umask (0);
|
|
|
|
|
fd = creat ("conftest.mmap", 0600);
|
|
|
|
|
if (fd < 0)
|
|
|
|
|
return 2;
|
|
|
|
|
if (write (fd, data, pagesize) != pagesize)
|
|
|
|
|
return 3;
|
|
|
|
|
close (fd);
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Next, check that the tail of a page is zero-filled. File must have
|
|
|
|
|
non-zero length, otherwise we risk SIGBUS for entire page. */
|
|
|
|
|
fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
|
|
|
|
|
if (fd2 < 0)
|
|
|
|
|
return 4;
|
2010-11-21 15:39:55 +01:00
|
|
|
|
data2 = "";
|
|
|
|
|
if (write (fd2, data2, 1) != 1)
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return 5;
|
2010-11-21 15:39:55 +01:00
|
|
|
|
data2 = mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if (data2 == MAP_FAILED)
|
|
|
|
|
return 6;
|
|
|
|
|
for (i = 0; i < pagesize; ++i)
|
|
|
|
|
if (*(data2 + i))
|
|
|
|
|
return 7;
|
|
|
|
|
close (fd2);
|
|
|
|
|
if (munmap (data2, pagesize))
|
|
|
|
|
return 8;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Next, try to mmap the file at a fixed address which already has
|
|
|
|
|
something else allocated at it. If we can, also make sure that
|
|
|
|
|
we see the same garbage. */
|
|
|
|
|
fd = open ("conftest.mmap", O_RDWR);
|
|
|
|
|
if (fd < 0)
|
|
|
|
|
return 9;
|
|
|
|
|
if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
|
|
|
|
|
MAP_PRIVATE | MAP_FIXED, fd, 0L))
|
|
|
|
|
return 10;
|
|
|
|
|
for (i = 0; i < pagesize; ++i)
|
|
|
|
|
if (*(data + i) != *(data2 + i))
|
|
|
|
|
return 11;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Finally, make sure that changes to the mapped area do not
|
|
|
|
|
percolate back to the file as seen by read(). (This is a bug on
|
|
|
|
|
some variants of i386 svr4.0.) */
|
|
|
|
|
for (i = 0; i < pagesize; ++i)
|
|
|
|
|
*(data2 + i) = *(data2 + i) + 1;
|
|
|
|
|
data3 = (char *) malloc (pagesize);
|
|
|
|
|
if (!data3)
|
|
|
|
|
return 12;
|
|
|
|
|
if (read (fd, data3, pagesize) != pagesize)
|
|
|
|
|
return 13;
|
|
|
|
|
for (i = 0; i < pagesize; ++i)
|
|
|
|
|
if (*(data + i) != *(data3 + i))
|
|
|
|
|
return 14;
|
|
|
|
|
close (fd);
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_run "$LINENO"; then :
|
|
|
|
|
ac_cv_func_mmap_fixed_mapped=yes
|
|
|
|
|
else
|
|
|
|
|
ac_cv_func_mmap_fixed_mapped=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
|
|
conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
|
|
|
|
|
$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
|
|
|
|
|
if test $ac_cv_func_mmap_fixed_mapped = yes; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_MMAP 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
rm -f conftest.mmap conftest.txt
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $use_mmap_for_buffers = yes; then
|
2010-06-29 19:55:15 -07:00
|
|
|
|
|
|
|
|
|
$as_echo "#define USE_MMAP_FOR_BUFFERS 1" >>confdefs.h
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
REL_ALLOC=no
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="$LIBS_SYSTEM $LIBS"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
|
|
|
|
|
$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-ldnet $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-15 14:34:03 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char dnet_ntoa ();
|
2010-05-15 14:34:03 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return dnet_ntoa ();
|
2010-05-15 14:34:03 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_dnet_dnet_ntoa=yes
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_dnet_dnet_ntoa=no
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define HAVE_LIBDNET 1
|
2010-05-15 14:34:03 -07:00
|
|
|
|
_ACEOF
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-ldnet $LIBS"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-05-07 19:13:50 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5
|
|
|
|
|
$as_echo_n "checking for main in -lXbsd... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_Xbsd_main+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lXbsd $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
return main ();
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-05-15 14:34:03 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_Xbsd_main=yes
|
2010-05-07 19:13:50 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_Xbsd_main=no
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_Xbsd_main" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_Xbsd_main" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5
|
|
|
|
|
$as_echo_n "checking for cma_open in -lpthreads... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then :
|
2010-05-07 14:55:18 -04:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lpthreads $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-07 14:55:18 -04:00
|
|
|
|
/* end confdefs.h. */
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char cma_open ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return cma_open ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_pthreads_cma_open=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_pthreads_cma_open=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_pthreads_cma_open" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define HAVE_LIBPTHREADS 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lpthreads $LIBS"
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Note: when using cpp in s/aix4.2.h, this definition depended on
|
|
|
|
|
## HAVE_LIBPTHREADS. That was not defined earlier in configure when
|
|
|
|
|
## the system file was sourced. Hence the value of LIBS_SYSTEM
|
|
|
|
|
## added to LIBS in configure would never contain the pthreads part,
|
|
|
|
|
## but the value used in Makefiles might. FIXME?
|
|
|
|
|
##
|
|
|
|
|
## -lpthreads seems to be necessary for Xlib in X11R6, and should
|
|
|
|
|
## be harmless on older versions of X where it happens to exist.
|
|
|
|
|
test "$opsys" = "aix4-2" && \
|
|
|
|
|
test $ac_cv_lib_pthreads_cma_open = yes && \
|
|
|
|
|
LIBS_SYSTEM="$LIBS_SYSTEM -lpthreads"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case ${host_os} in
|
|
|
|
|
aix*)
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
|
|
|
|
|
$as_echo_n "checking for -bbigtoc option... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${gdb_cv_bigtoc+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $GCC in
|
|
|
|
|
yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
|
|
|
|
|
*) gdb_cv_bigtoc=-bbigtoc ;;
|
|
|
|
|
esac
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
int i;
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
gdb_cv_bigtoc=
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_bigtoc" >&5
|
|
|
|
|
$as_echo "$gdb_cv_bigtoc" >&6; }
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Change CFLAGS and CPPFLAGS temporarily so that C_SWITCH_X_SITE gets
|
|
|
|
|
# used for the tests that follow. We set them back to REAL_CFLAGS and
|
|
|
|
|
# REAL_CPPFLAGS later on.
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
* configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
(C_OPTIMIZE_SWITCH): Remove.
(TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
* lib-src/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Set from substitution.
(BASE_CFLAGS): Add ${C_WARNINGS_SWITCH}.
(ALL_CFLAGS, CPP_CFLAGS): Add ${PROFILING_CFLAGS}.
(LINK_CFLAGS): Add ${PROFILING_LDFLAGS}.
* lwlib/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
substitution.
(ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
* oldXMenu/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
substitution.
(ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
* src/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Set from substitution.
(ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
CFLAGS last.
2010-07-12 16:16:38 +02:00
|
|
|
|
REAL_CFLAGS="$CFLAGS"
|
2010-06-03 15:16:02 -07:00
|
|
|
|
REAL_CPPFLAGS="$CPPFLAGS"
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${HAVE_X11}" = "yes"; then
|
|
|
|
|
DEFS="$C_SWITCH_X_SITE $DEFS"
|
|
|
|
|
LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE"
|
2010-06-29 19:55:15 -07:00
|
|
|
|
LIBS="-lX11 $LIBS"
|
2010-06-03 15:16:02 -07:00
|
|
|
|
CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
|
|
|
|
|
CPPFLAGS="$C_SWITCH_X_SITE $CPPFLAGS"
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests.
|
|
|
|
|
# This is handled by LD_SWITCH_X_SITE_AUX during the real build,
|
|
|
|
|
# but it's more convenient here to set LD_RUN_PATH
|
|
|
|
|
# since this also works on hosts that don't understand LD_SWITCH_X_SITE_AUX.
|
|
|
|
|
if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
|
|
|
|
|
LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH
|
|
|
|
|
export LD_RUN_PATH
|
|
|
|
|
fi
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${opsys}" = "gnu-linux"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether X on GNU/Linux needs -b to link" >&5
|
|
|
|
|
$as_echo_n "checking whether X on GNU/Linux needs -b to link... " >&6; }
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
2010-05-15 14:34:03 -07:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
XOpenDisplay ("foo");
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
2010-05-15 14:34:03 -07:00
|
|
|
|
}
|
2010-06-03 15:16:02 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
xlinux_first_failure=no
|
|
|
|
|
else
|
|
|
|
|
xlinux_first_failure=yes
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
if test "${xlinux_first_failure}" = "yes"; then
|
|
|
|
|
OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
|
|
|
|
|
OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
|
|
|
|
|
OLD_CPPFLAGS="$CPPFLAGS"
|
|
|
|
|
OLD_LIBS="$LIBS"
|
|
|
|
|
LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout"
|
|
|
|
|
C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout"
|
|
|
|
|
CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
|
|
|
|
|
LIBS="$LIBS -b i486-linuxaout"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
2010-05-15 14:34:03 -07:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
XOpenDisplay ("foo");
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
2010-05-15 14:34:03 -07:00
|
|
|
|
}
|
2010-06-03 15:16:02 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
xlinux_second_failure=no
|
|
|
|
|
else
|
|
|
|
|
xlinux_second_failure=yes
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
if test "${xlinux_second_failure}" = "yes"; then
|
|
|
|
|
# If we get the same failure with -b, there is no use adding -b.
|
|
|
|
|
# So take it out. This plays safe.
|
|
|
|
|
LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE"
|
|
|
|
|
C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
|
|
|
|
|
CPPFLAGS="$OLD_CPPFLAGS"
|
|
|
|
|
LIBS="$OLD_LIBS"
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Reportedly, some broken Solaris systems have XKBlib.h but are missing
|
|
|
|
|
# header files included from there.
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xkb" >&5
|
|
|
|
|
$as_echo_n "checking for Xkb... " >&6; }
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <X11/Xlib.h>
|
|
|
|
|
#include <X11/XKBlib.h>
|
2010-05-15 14:34:03 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
2010-05-15 14:34:03 -07:00
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
emacs_xkb=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_xkb=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_xkb" >&5
|
|
|
|
|
$as_echo "$emacs_xkb" >&6; }
|
|
|
|
|
if test $emacs_xkb = yes; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_XKBGETKEYBOARD 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_func in XrmSetDatabase XScreenResourceString \
|
|
|
|
|
XScreenNumberOfScreen XSetWMProtocols
|
|
|
|
|
do :
|
|
|
|
|
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
|
2010-11-21 15:39:55 +01:00
|
|
|
|
eval as_val=\$$as_ac_var
|
|
|
|
|
if test "x$as_val" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${window_system}" = "x11"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5
|
|
|
|
|
$as_echo_n "checking X11 version 6... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_x11_version_6+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-04-26 20:47:47 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <X11/Xlib.h>
|
2010-04-26 10:10:09 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#if XlibSpecificationRelease < 6
|
|
|
|
|
fail;
|
|
|
|
|
#endif
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-04-26 10:10:09 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
emacs_cv_x11_version_6=yes
|
2010-04-26 19:38:36 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_x11_version_6=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $emacs_cv_x11_version_6 = yes; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 6 or newer" >&5
|
|
|
|
|
$as_echo "6 or newer" >&6; }
|
|
|
|
|
|
|
|
|
|
$as_echo "#define HAVE_X11R6 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-29 20:43:30 -07:00
|
|
|
|
|
|
|
|
|
$as_echo "#define HAVE_X_I18N 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
## inoue@ainet.or.jp says Solaris has a bug related to X11R6-style
|
|
|
|
|
## XIM support.
|
|
|
|
|
case "$opsys" in
|
|
|
|
|
sol2-*) : ;;
|
|
|
|
|
*)
|
|
|
|
|
$as_echo "#define HAVE_X11R6_XIM 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
;;
|
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: before 6" >&5
|
|
|
|
|
$as_echo "before 6" >&6; }
|
|
|
|
|
fi
|
2010-04-26 20:47:47 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
|
|
|
|
|
HAVE_RSVG=no
|
|
|
|
|
if test "${HAVE_X11}" = "yes" || test "${NS_IMPL_GNUSTEP}" = "yes"; then
|
|
|
|
|
if test "${with_rsvg}" != "no"; then
|
|
|
|
|
RSVG_REQUIRED=2.11.0
|
|
|
|
|
RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
succeeded=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
|
|
|
|
set dummy pkg-config; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $PKG_CONFIG in
|
|
|
|
|
[\\/]* | ?:[\\/]*)
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
2010-04-26 20:47:47 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
|
|
|
|
|
if test -n "$PKG_CONFIG"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
|
|
|
|
|
$as_echo "$PKG_CONFIG" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$PKG_CONFIG" = "no" ; then
|
|
|
|
|
:
|
|
|
|
|
else
|
|
|
|
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
|
|
|
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $RSVG_MODULE" >&5
|
|
|
|
|
$as_echo_n "checking for $RSVG_MODULE... " >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if $PKG_CONFIG --exists "$RSVG_MODULE" 2>&5; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
succeeded=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking RSVG_CFLAGS" >&5
|
|
|
|
|
$as_echo_n "checking RSVG_CFLAGS... " >&6; }
|
|
|
|
|
RSVG_CFLAGS=`$PKG_CONFIG --cflags "$RSVG_MODULE"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG_CFLAGS" >&5
|
|
|
|
|
$as_echo "$RSVG_CFLAGS" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking RSVG_LIBS" >&5
|
|
|
|
|
$as_echo_n "checking RSVG_LIBS... " >&6; }
|
|
|
|
|
RSVG_LIBS=`$PKG_CONFIG --libs "$RSVG_MODULE"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG_LIBS" >&5
|
|
|
|
|
$as_echo "$RSVG_LIBS" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
RSVG_CFLAGS=""
|
|
|
|
|
RSVG_LIBS=""
|
|
|
|
|
## If we have a custom action on failure, don't print errors, but
|
|
|
|
|
## do set a variable so people can do so.
|
|
|
|
|
RSVG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$RSVG_MODULE"`
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
|
|
|
|
|
echo "*** See http://www.freedesktop.org/software/pkgconfig"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test $succeeded = yes; then
|
2010-08-23 14:54:09 +02:00
|
|
|
|
HAVE_RSVG=yes
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
:
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-08-23 14:54:09 +02:00
|
|
|
|
if test $HAVE_RSVG = yes; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_RSVG 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
CFLAGS="$CFLAGS $RSVG_CFLAGS"
|
|
|
|
|
LIBS="$RSVG_LIBS $LIBS"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-06-14 11:48:51 +02:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-14 11:48:51 +02:00
|
|
|
|
HAVE_IMAGEMAGICK=no
|
2010-09-29 20:52:34 +02:00
|
|
|
|
if test "${HAVE_X11}" = "yes"; then
|
|
|
|
|
if test "${with_imagemagick}" != "no"; then
|
|
|
|
|
IMAGEMAGICK_MODULE="Wand"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-14 11:48:51 +02:00
|
|
|
|
succeeded=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-14 11:48:51 +02:00
|
|
|
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
|
|
|
|
set dummy pkg-config; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
|
2010-06-14 11:48:51 +02:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
case $PKG_CONFIG in
|
|
|
|
|
[\\/]* | ?:[\\/]*)
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-14 11:48:51 +02:00
|
|
|
|
test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
fi
|
|
|
|
|
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
|
|
|
|
|
if test -n "$PKG_CONFIG"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
|
|
|
|
|
$as_echo "$PKG_CONFIG" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-14 11:48:51 +02:00
|
|
|
|
if test "$PKG_CONFIG" = "no" ; then
|
|
|
|
|
:
|
|
|
|
|
else
|
|
|
|
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
|
|
|
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $IMAGEMAGICK_MODULE" >&5
|
|
|
|
|
$as_echo_n "checking for $IMAGEMAGICK_MODULE... " >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-14 11:48:51 +02:00
|
|
|
|
if $PKG_CONFIG --exists "$IMAGEMAGICK_MODULE" 2>&5; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
succeeded=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-14 11:48:51 +02:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking IMAGEMAGICK_CFLAGS" >&5
|
|
|
|
|
$as_echo_n "checking IMAGEMAGICK_CFLAGS... " >&6; }
|
|
|
|
|
IMAGEMAGICK_CFLAGS=`$PKG_CONFIG --cflags "$IMAGEMAGICK_MODULE"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $IMAGEMAGICK_CFLAGS" >&5
|
|
|
|
|
$as_echo "$IMAGEMAGICK_CFLAGS" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-14 11:48:51 +02:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking IMAGEMAGICK_LIBS" >&5
|
|
|
|
|
$as_echo_n "checking IMAGEMAGICK_LIBS... " >&6; }
|
|
|
|
|
IMAGEMAGICK_LIBS=`$PKG_CONFIG --libs "$IMAGEMAGICK_MODULE"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $IMAGEMAGICK_LIBS" >&5
|
|
|
|
|
$as_echo "$IMAGEMAGICK_LIBS" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
IMAGEMAGICK_CFLAGS=""
|
|
|
|
|
IMAGEMAGICK_LIBS=""
|
|
|
|
|
## If we have a custom action on failure, don't print errors, but
|
|
|
|
|
## do set a variable so people can do so.
|
|
|
|
|
IMAGEMAGICK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$IMAGEMAGICK_MODULE"`
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-14 11:48:51 +02:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-14 11:48:51 +02:00
|
|
|
|
else
|
|
|
|
|
echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
|
|
|
|
|
echo "*** See http://www.freedesktop.org/software/pkgconfig"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-14 11:48:51 +02:00
|
|
|
|
if test $succeeded = yes; then
|
2010-08-23 14:54:09 +02:00
|
|
|
|
HAVE_IMAGEMAGICK=yes
|
2010-06-14 11:48:51 +02:00
|
|
|
|
else
|
|
|
|
|
:
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-09-29 20:52:34 +02:00
|
|
|
|
if test $HAVE_IMAGEMAGICK = yes; then
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-14 11:48:51 +02:00
|
|
|
|
$as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-09-29 20:52:34 +02:00
|
|
|
|
CFLAGS="$CFLAGS $IMAGEMAGICK_CFLAGS"
|
|
|
|
|
LIBS="$IMAGEMAGICK_LIBS $LIBS"
|
|
|
|
|
for ac_func in MagickExportImagePixels
|
2010-06-14 11:48:51 +02:00
|
|
|
|
do :
|
2010-08-23 14:54:09 +02:00
|
|
|
|
ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels"
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "x$ac_cv_func_MagickExportImagePixels" = x""yes; then :
|
2010-06-14 11:48:51 +02:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
2010-08-23 14:54:09 +02:00
|
|
|
|
#define HAVE_MAGICKEXPORTIMAGEPIXELS 1
|
2010-06-14 11:48:51 +02:00
|
|
|
|
_ACEOF
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-14 11:48:51 +02:00
|
|
|
|
fi
|
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-09-29 20:52:34 +02:00
|
|
|
|
fi
|
2010-08-23 14:54:09 +02:00
|
|
|
|
fi
|
2010-05-07 19:13:50 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_GTK=no
|
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
* configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
by minimum required Gtk+ 2.6). Add checks for functions introduced
in Gtk+ 2.14 or newer.
* xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
(gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
defines based on what configure finds.
* xterm.c (XTflash): Use gtk_widget_get_window.
(xg_scroll_callback): Use gtk_adjustment_get_upper and
gtk_adjustment_get_page_size.
(handle_one_xevent): Use gtk_widget_get_mapped.
(x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
messages.
* xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
* gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
HAVE_GTK_FILE_SELECTION_NEW.
* gtkutil.c (xg_display_open, xg_display_close): Remove
HAVE_GTK_MULTIDISPLAY, it is always defined.
(xg_display_open): Return type is void.
(gtk_widget_set_has_window)
(gtk_dialog_get_action_area, gtk_dialog_get_content_area)
(gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
(gtk_adjustment_set_page_increment)
(gtk_adjustment_get_step_increment): #define these if not found
by configure.
(remove_submenu): New define based on Gtk+ version.
(xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
gtk_widget_get_window.
(xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
(xg_create_frame_widgets): Use gtk_widget_set_has_window.
(create_dialog): Use gtk_dialog_get_action_area and
gtk_dialog_get_content_area.
(xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
(xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
g_object_ref and g_object_unref.
(xg_update_menu_item, xg_tool_bar_menu_proxy): Use
gtk_widget_get_sensitive.
(xg_update_submenu): Use remove_submenu.
(xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
properties instead to get old x and y position.
(xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
(xg_get_tool_bar_widgets): New function.
(xg_tool_bar_menu_proxy, xg_show_toolbar_item)
(update_frame_tool_bar): Call xg_get_tool_bar_widgets.
(toolbar_set_orientation): New #define based on if configure
finds gtk_orientable_set_orientation.
(xg_create_tool_bar): Call toolbar_set_orientation.
(xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
instead of gtk_box_pack_start_defaults.
2010-06-28 12:11:26 +02:00
|
|
|
|
if test "${with_gtk3}" = "yes"; then
|
|
|
|
|
GLIB_REQUIRED=2.6
|
|
|
|
|
GTK_REQUIRED=2.90
|
|
|
|
|
GTK_MODULES="gtk+-3.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
succeeded=no
|
|
|
|
|
|
|
|
|
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
|
|
|
|
set dummy pkg-config; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
|
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
* configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
by minimum required Gtk+ 2.6). Add checks for functions introduced
in Gtk+ 2.14 or newer.
* xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
(gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
defines based on what configure finds.
* xterm.c (XTflash): Use gtk_widget_get_window.
(xg_scroll_callback): Use gtk_adjustment_get_upper and
gtk_adjustment_get_page_size.
(handle_one_xevent): Use gtk_widget_get_mapped.
(x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
messages.
* xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
* gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
HAVE_GTK_FILE_SELECTION_NEW.
* gtkutil.c (xg_display_open, xg_display_close): Remove
HAVE_GTK_MULTIDISPLAY, it is always defined.
(xg_display_open): Return type is void.
(gtk_widget_set_has_window)
(gtk_dialog_get_action_area, gtk_dialog_get_content_area)
(gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
(gtk_adjustment_set_page_increment)
(gtk_adjustment_get_step_increment): #define these if not found
by configure.
(remove_submenu): New define based on Gtk+ version.
(xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
gtk_widget_get_window.
(xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
(xg_create_frame_widgets): Use gtk_widget_set_has_window.
(create_dialog): Use gtk_dialog_get_action_area and
gtk_dialog_get_content_area.
(xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
(xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
g_object_ref and g_object_unref.
(xg_update_menu_item, xg_tool_bar_menu_proxy): Use
gtk_widget_get_sensitive.
(xg_update_submenu): Use remove_submenu.
(xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
properties instead to get old x and y position.
(xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
(xg_get_tool_bar_widgets): New function.
(xg_tool_bar_menu_proxy, xg_show_toolbar_item)
(update_frame_tool_bar): Call xg_get_tool_bar_widgets.
(toolbar_set_orientation): New #define based on if configure
finds gtk_orientable_set_orientation.
(xg_create_tool_bar): Call toolbar_set_orientation.
(xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
instead of gtk_box_pack_start_defaults.
2010-06-28 12:11:26 +02:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
case $PKG_CONFIG in
|
|
|
|
|
[\\/]* | ?:[\\/]*)
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
fi
|
|
|
|
|
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
|
|
|
|
|
if test -n "$PKG_CONFIG"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
|
|
|
|
|
$as_echo "$PKG_CONFIG" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if test "$PKG_CONFIG" = "no" ; then
|
|
|
|
|
pkg_check_gtk=no
|
|
|
|
|
else
|
|
|
|
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
|
|
|
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $GTK_MODULES" >&5
|
|
|
|
|
$as_echo_n "checking for $GTK_MODULES... " >&6; }
|
|
|
|
|
|
|
|
|
|
if $PKG_CONFIG --exists "$GTK_MODULES" 2>&5; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
succeeded=yes
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking GTK_CFLAGS" >&5
|
|
|
|
|
$as_echo_n "checking GTK_CFLAGS... " >&6; }
|
|
|
|
|
GTK_CFLAGS=`$PKG_CONFIG --cflags "$GTK_MODULES"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CFLAGS" >&5
|
|
|
|
|
$as_echo "$GTK_CFLAGS" >&6; }
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking GTK_LIBS" >&5
|
|
|
|
|
$as_echo_n "checking GTK_LIBS... " >&6; }
|
|
|
|
|
GTK_LIBS=`$PKG_CONFIG --libs "$GTK_MODULES"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_LIBS" >&5
|
|
|
|
|
$as_echo "$GTK_LIBS" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
GTK_CFLAGS=""
|
|
|
|
|
GTK_LIBS=""
|
|
|
|
|
## If we have a custom action on failure, don't print errors, but
|
|
|
|
|
## do set a variable so people can do so.
|
|
|
|
|
GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$GTK_MODULES"`
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
|
|
|
|
|
echo "*** See http://www.freedesktop.org/software/pkgconfig"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test $succeeded = yes; then
|
|
|
|
|
pkg_check_gtk=yes
|
|
|
|
|
else
|
|
|
|
|
pkg_check_gtk=no
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5
|
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
* configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
by minimum required Gtk+ 2.6). Add checks for functions introduced
in Gtk+ 2.14 or newer.
* xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
(gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
defines based on what configure finds.
* xterm.c (XTflash): Use gtk_widget_get_window.
(xg_scroll_callback): Use gtk_adjustment_get_upper and
gtk_adjustment_get_page_size.
(handle_one_xevent): Use gtk_widget_get_mapped.
(x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
messages.
* xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
* gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
HAVE_GTK_FILE_SELECTION_NEW.
* gtkutil.c (xg_display_open, xg_display_close): Remove
HAVE_GTK_MULTIDISPLAY, it is always defined.
(xg_display_open): Return type is void.
(gtk_widget_set_has_window)
(gtk_dialog_get_action_area, gtk_dialog_get_content_area)
(gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
(gtk_adjustment_set_page_increment)
(gtk_adjustment_get_step_increment): #define these if not found
by configure.
(remove_submenu): New define based on Gtk+ version.
(xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
gtk_widget_get_window.
(xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
(xg_create_frame_widgets): Use gtk_widget_set_has_window.
(create_dialog): Use gtk_dialog_get_action_area and
gtk_dialog_get_content_area.
(xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
(xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
g_object_ref and g_object_unref.
(xg_update_menu_item, xg_tool_bar_menu_proxy): Use
gtk_widget_get_sensitive.
(xg_update_submenu): Use remove_submenu.
(xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
properties instead to get old x and y position.
(xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
(xg_get_tool_bar_widgets): New function.
(xg_tool_bar_menu_proxy, xg_show_toolbar_item)
(update_frame_tool_bar): Call xg_get_tool_bar_widgets.
(toolbar_set_orientation): New #define based on if configure
finds gtk_orientable_set_orientation.
(xg_create_tool_bar): Call toolbar_set_orientation.
(xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
instead of gtk_box_pack_start_defaults.
2010-06-28 12:11:26 +02:00
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "$pkg_check_gtk" != "yes"; then
|
|
|
|
|
HAVE_GTK=no
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then
|
|
|
|
|
GLIB_REQUIRED=2.6
|
|
|
|
|
GTK_REQUIRED=2.6
|
|
|
|
|
GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
succeeded=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
|
|
|
|
set dummy pkg-config; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
|
2010-05-07 19:13:50 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $PKG_CONFIG in
|
|
|
|
|
[\\/]* | ?:[\\/]*)
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
|
|
|
|
|
;;
|
2010-05-15 14:34:03 -07:00
|
|
|
|
esac
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
|
|
|
|
|
if test -n "$PKG_CONFIG"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
|
|
|
|
|
$as_echo "$PKG_CONFIG" >&6; }
|
2010-05-07 19:13:50 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$PKG_CONFIG" = "no" ; then
|
|
|
|
|
pkg_check_gtk=no
|
|
|
|
|
else
|
|
|
|
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
|
|
|
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $GTK_MODULES" >&5
|
|
|
|
|
$as_echo_n "checking for $GTK_MODULES... " >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if $PKG_CONFIG --exists "$GTK_MODULES" 2>&5; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
succeeded=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking GTK_CFLAGS" >&5
|
|
|
|
|
$as_echo_n "checking GTK_CFLAGS... " >&6; }
|
|
|
|
|
GTK_CFLAGS=`$PKG_CONFIG --cflags "$GTK_MODULES"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CFLAGS" >&5
|
|
|
|
|
$as_echo "$GTK_CFLAGS" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking GTK_LIBS" >&5
|
|
|
|
|
$as_echo_n "checking GTK_LIBS... " >&6; }
|
|
|
|
|
GTK_LIBS=`$PKG_CONFIG --libs "$GTK_MODULES"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_LIBS" >&5
|
|
|
|
|
$as_echo "$GTK_LIBS" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
GTK_CFLAGS=""
|
|
|
|
|
GTK_LIBS=""
|
|
|
|
|
## If we have a custom action on failure, don't print errors, but
|
|
|
|
|
## do set a variable so people can do so.
|
|
|
|
|
GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$GTK_MODULES"`
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
|
|
|
|
|
echo "*** See http://www.freedesktop.org/software/pkgconfig"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $succeeded = yes; then
|
|
|
|
|
pkg_check_gtk=yes
|
|
|
|
|
else
|
|
|
|
|
pkg_check_gtk=no
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
* configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
by minimum required Gtk+ 2.6). Add checks for functions introduced
in Gtk+ 2.14 or newer.
* xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
(gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
defines based on what configure finds.
* xterm.c (XTflash): Use gtk_widget_get_window.
(xg_scroll_callback): Use gtk_adjustment_get_upper and
gtk_adjustment_get_page_size.
(handle_one_xevent): Use gtk_widget_get_mapped.
(x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
messages.
* xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
* gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
HAVE_GTK_FILE_SELECTION_NEW.
* gtkutil.c (xg_display_open, xg_display_close): Remove
HAVE_GTK_MULTIDISPLAY, it is always defined.
(xg_display_open): Return type is void.
(gtk_widget_set_has_window)
(gtk_dialog_get_action_area, gtk_dialog_get_content_area)
(gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
(gtk_adjustment_set_page_increment)
(gtk_adjustment_get_step_increment): #define these if not found
by configure.
(remove_submenu): New define based on Gtk+ version.
(xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
gtk_widget_get_window.
(xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
(xg_create_frame_widgets): Use gtk_widget_set_has_window.
(create_dialog): Use gtk_dialog_get_action_area and
gtk_dialog_get_content_area.
(xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
(xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
g_object_ref and g_object_unref.
(xg_update_menu_item, xg_tool_bar_menu_proxy): Use
gtk_widget_get_sensitive.
(xg_update_submenu): Use remove_submenu.
(xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
properties instead to get old x and y position.
(xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
(xg_get_tool_bar_widgets): New function.
(xg_tool_bar_menu_proxy, xg_show_toolbar_item)
(update_frame_tool_bar): Call xg_get_tool_bar_widgets.
(toolbar_set_orientation): New #define based on if configure
finds gtk_orientable_set_orientation.
(xg_create_tool_bar): Call toolbar_set_orientation.
(xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
instead of gtk_box_pack_start_defaults.
2010-06-28 12:11:26 +02:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
GTK_OBJ=
|
|
|
|
|
if test x"$pkg_check_gtk" = xyes; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
C_SWITCH_X_SITE="$C_SWITCH_X_SITE $GTK_CFLAGS"
|
|
|
|
|
CFLAGS="$CFLAGS $GTK_CFLAGS"
|
|
|
|
|
LIBS="$GTK_LIBS $LIBS"
|
|
|
|
|
GTK_COMPILES=no
|
|
|
|
|
for ac_func in gtk_main
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main"
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "x$ac_cv_func_gtk_main" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_GTK_MAIN 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
GTK_COMPILES=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${GTK_COMPILES}" != "yes"; then
|
|
|
|
|
if test "$USE_X_TOOLKIT" != "maybe"; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5;
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
HAVE_GTK=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define USE_GTK 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
GTK_OBJ=gtkutil.o
|
|
|
|
|
USE_X_TOOLKIT=none
|
|
|
|
|
if $PKG_CONFIG --atleast-version=2.10 gtk+-2.0; then
|
|
|
|
|
:
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your version of Gtk+ will have problems with
|
|
|
|
|
closing open displays. This is no problem if you just use
|
|
|
|
|
one display, but if you use more than one and close one of them
|
|
|
|
|
Emacs may crash." >&5
|
|
|
|
|
$as_echo "$as_me: WARNING: Your version of Gtk+ will have problems with
|
|
|
|
|
closing open displays. This is no problem if you just use
|
|
|
|
|
one display, but if you use more than one and close one of them
|
|
|
|
|
Emacs may crash." >&2;}
|
|
|
|
|
sleep 3
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-05-07 19:13:50 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${HAVE_GTK}" = "yes"; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$with_toolkit_scroll_bars" != no; then
|
|
|
|
|
with_toolkit_scroll_bars=yes
|
|
|
|
|
fi
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_GTK_FILE_SELECTION=no
|
|
|
|
|
ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default
|
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
|
"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_GTK_FILE_SELECTION=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_GTK_FILE_SELECTION=no
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$HAVE_GTK_FILE_SELECTION" = yes; then
|
|
|
|
|
for ac_func in gtk_file_selection_new
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define HAVE_GTK_FILE_SELECTION_NEW 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
* configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
by minimum required Gtk+ 2.6). Add checks for functions introduced
in Gtk+ 2.14 or newer.
* xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
(gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
defines based on what configure finds.
* xterm.c (XTflash): Use gtk_widget_get_window.
(xg_scroll_callback): Use gtk_adjustment_get_upper and
gtk_adjustment_get_page_size.
(handle_one_xevent): Use gtk_widget_get_mapped.
(x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
messages.
* xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
* gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
HAVE_GTK_FILE_SELECTION_NEW.
* gtkutil.c (xg_display_open, xg_display_close): Remove
HAVE_GTK_MULTIDISPLAY, it is always defined.
(xg_display_open): Return type is void.
(gtk_widget_set_has_window)
(gtk_dialog_get_action_area, gtk_dialog_get_content_area)
(gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
(gtk_adjustment_set_page_increment)
(gtk_adjustment_get_step_increment): #define these if not found
by configure.
(remove_submenu): New define based on Gtk+ version.
(xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
gtk_widget_get_window.
(xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
(xg_create_frame_widgets): Use gtk_widget_set_has_window.
(create_dialog): Use gtk_dialog_get_action_area and
gtk_dialog_get_content_area.
(xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
(xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
g_object_ref and g_object_unref.
(xg_update_menu_item, xg_tool_bar_menu_proxy): Use
gtk_widget_get_sensitive.
(xg_update_submenu): Use remove_submenu.
(xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
properties instead to get old x and y position.
(xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
(xg_get_tool_bar_widgets): New function.
(xg_tool_bar_menu_proxy, xg_show_toolbar_item)
(update_frame_tool_bar): Call xg_get_tool_bar_widgets.
(toolbar_set_orientation): New #define based on if configure
finds gtk_orientable_set_orientation.
(xg_create_tool_bar): Call toolbar_set_orientation.
(xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
instead of gtk_box_pack_start_defaults.
2010-06-28 12:11:26 +02:00
|
|
|
|
HAVE_GTK_AND_PTHREAD=no
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_header in pthread.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_pthread_h" = x""yes; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define HAVE_PTHREAD_H 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$ac_cv_header_pthread_h"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5
|
|
|
|
|
$as_echo_n "checking for pthread_self in -lpthread... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lpthread $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char pthread_self ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return pthread_self ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_pthread_pthread_self=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_pthread_pthread_self=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_pthread_pthread_self" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_pthread_pthread_self" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_GTK_AND_PTHREAD=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
if test "$HAVE_GTK_AND_PTHREAD" = yes; then
|
|
|
|
|
case "${canonical}" in
|
|
|
|
|
*-hpux*) ;;
|
|
|
|
|
*) GTK_LIBS="$GTK_LIBS -lpthread" ;;
|
|
|
|
|
esac
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_GTK_AND_PTHREAD 1" >>confdefs.h
|
2010-05-01 14:38:59 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
* configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
by minimum required Gtk+ 2.6). Add checks for functions introduced
in Gtk+ 2.14 or newer.
* xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
(gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
defines based on what configure finds.
* xterm.c (XTflash): Use gtk_widget_get_window.
(xg_scroll_callback): Use gtk_adjustment_get_upper and
gtk_adjustment_get_page_size.
(handle_one_xevent): Use gtk_widget_get_mapped.
(x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
messages.
* xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
* gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
HAVE_GTK_FILE_SELECTION_NEW.
* gtkutil.c (xg_display_open, xg_display_close): Remove
HAVE_GTK_MULTIDISPLAY, it is always defined.
(xg_display_open): Return type is void.
(gtk_widget_set_has_window)
(gtk_dialog_get_action_area, gtk_dialog_get_content_area)
(gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
(gtk_adjustment_set_page_increment)
(gtk_adjustment_get_step_increment): #define these if not found
by configure.
(remove_submenu): New define based on Gtk+ version.
(xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
gtk_widget_get_window.
(xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
(xg_create_frame_widgets): Use gtk_widget_set_has_window.
(create_dialog): Use gtk_dialog_get_action_area and
gtk_dialog_get_content_area.
(xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
(xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
g_object_ref and g_object_unref.
(xg_update_menu_item, xg_tool_bar_menu_proxy): Use
gtk_widget_get_sensitive.
(xg_update_submenu): Use remove_submenu.
(xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
properties instead to get old x and y position.
(xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
(xg_get_tool_bar_widgets): New function.
(xg_tool_bar_menu_proxy, xg_show_toolbar_item)
(update_frame_tool_bar): Call xg_get_tool_bar_widgets.
(toolbar_set_orientation): New #define based on if configure
finds gtk_orientable_set_orientation.
(xg_create_tool_bar): Call toolbar_set_orientation.
(xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
instead of gtk_box_pack_start_defaults.
2010-06-28 12:11:26 +02:00
|
|
|
|
|
|
|
|
|
for ac_func in gtk_widget_get_window gtk_widget_set_has_window \
|
|
|
|
|
gtk_dialog_get_action_area gtk_widget_get_sensitive \
|
|
|
|
|
gtk_widget_get_mapped gtk_adjustment_get_page_size \
|
|
|
|
|
gtk_orientable_set_orientation
|
|
|
|
|
do :
|
|
|
|
|
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
|
2010-11-21 15:39:55 +01:00
|
|
|
|
eval as_val=\$$as_ac_var
|
|
|
|
|
if test "x$as_val" = x""yes; then :
|
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
* configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
by minimum required Gtk+ 2.6). Add checks for functions introduced
in Gtk+ 2.14 or newer.
* xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
(gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
defines based on what configure finds.
* xterm.c (XTflash): Use gtk_widget_get_window.
(xg_scroll_callback): Use gtk_adjustment_get_upper and
gtk_adjustment_get_page_size.
(handle_one_xevent): Use gtk_widget_get_mapped.
(x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
messages.
* xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
* gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
HAVE_GTK_FILE_SELECTION_NEW.
* gtkutil.c (xg_display_open, xg_display_close): Remove
HAVE_GTK_MULTIDISPLAY, it is always defined.
(xg_display_open): Return type is void.
(gtk_widget_set_has_window)
(gtk_dialog_get_action_area, gtk_dialog_get_content_area)
(gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
(gtk_adjustment_set_page_increment)
(gtk_adjustment_get_step_increment): #define these if not found
by configure.
(remove_submenu): New define based on Gtk+ version.
(xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
gtk_widget_get_window.
(xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
(xg_create_frame_widgets): Use gtk_widget_set_has_window.
(create_dialog): Use gtk_dialog_get_action_area and
gtk_dialog_get_content_area.
(xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
(xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
g_object_ref and g_object_unref.
(xg_update_menu_item, xg_tool_bar_menu_proxy): Use
gtk_widget_get_sensitive.
(xg_update_submenu): Use remove_submenu.
(xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
properties instead to get old x and y position.
(xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
(xg_get_tool_bar_widgets): New function.
(xg_tool_bar_menu_proxy, xg_show_toolbar_item)
(update_frame_tool_bar): Call xg_get_tool_bar_widgets.
(toolbar_set_orientation): New #define based on if configure
finds gtk_orientable_set_orientation.
(xg_create_tool_bar): Call toolbar_set_orientation.
(xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
instead of gtk_box_pack_start_defaults.
2010-06-28 12:11:26 +02:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-05-06 17:30:56 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_DBUS=no
|
|
|
|
|
DBUS_OBJ=
|
|
|
|
|
if test "${with_dbus}" = "yes"; then
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
succeeded=no
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
|
|
|
|
set dummy pkg-config; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $PKG_CONFIG in
|
|
|
|
|
[\\/]* | ?:[\\/]*)
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
|
|
|
|
|
;;
|
2010-05-07 19:13:50 -07:00
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
|
|
|
|
|
if test -n "$PKG_CONFIG"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
|
|
|
|
|
$as_echo "$PKG_CONFIG" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-05-06 17:30:56 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
if test "$PKG_CONFIG" = "no" ; then
|
|
|
|
|
HAVE_DBUS=no
|
|
|
|
|
else
|
|
|
|
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
|
|
|
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus-1 >= 1.0" >&5
|
|
|
|
|
$as_echo_n "checking for dbus-1 >= 1.0... " >&6; }
|
|
|
|
|
|
|
|
|
|
if $PKG_CONFIG --exists "dbus-1 >= 1.0" 2>&5; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
succeeded=yes
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking DBUS_CFLAGS" >&5
|
|
|
|
|
$as_echo_n "checking DBUS_CFLAGS... " >&6; }
|
|
|
|
|
DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1 >= 1.0"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_CFLAGS" >&5
|
|
|
|
|
$as_echo "$DBUS_CFLAGS" >&6; }
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking DBUS_LIBS" >&5
|
|
|
|
|
$as_echo_n "checking DBUS_LIBS... " >&6; }
|
|
|
|
|
DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1 >= 1.0"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_LIBS" >&5
|
|
|
|
|
$as_echo "$DBUS_LIBS" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
DBUS_CFLAGS=""
|
|
|
|
|
DBUS_LIBS=""
|
|
|
|
|
## If we have a custom action on failure, don't print errors, but
|
|
|
|
|
## do set a variable so people can do so.
|
|
|
|
|
DBUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dbus-1 >= 1.0"`
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
|
|
|
|
|
echo "*** See http://www.freedesktop.org/software/pkgconfig"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test $succeeded = yes; then
|
|
|
|
|
HAVE_DBUS=yes
|
|
|
|
|
else
|
|
|
|
|
HAVE_DBUS=no
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "$HAVE_DBUS" = yes; then
|
|
|
|
|
LIBS="$LIBS $DBUS_LIBS"
|
|
|
|
|
|
|
|
|
|
$as_echo "#define HAVE_DBUS 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
for ac_func in dbus_watch_get_unix_fd
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_dbus_watch_get_unix_fd" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_DBUS_WATCH_GET_UNIX_FD 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
DBUS_OBJ=dbusbind.o
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HAVE_GCONF=no
|
|
|
|
|
if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then
|
|
|
|
|
|
|
|
|
|
succeeded=no
|
|
|
|
|
|
|
|
|
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
|
|
|
|
set dummy pkg-config; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
case $PKG_CONFIG in
|
|
|
|
|
[\\/]* | ?:[\\/]*)
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
|
|
|
|
|
if test -n "$PKG_CONFIG"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
|
|
|
|
|
$as_echo "$PKG_CONFIG" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if test "$PKG_CONFIG" = "no" ; then
|
|
|
|
|
HAVE_GCONF=no
|
|
|
|
|
else
|
|
|
|
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
|
|
|
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gconf-2.0 >= 2.13" >&5
|
|
|
|
|
$as_echo_n "checking for gconf-2.0 >= 2.13... " >&6; }
|
|
|
|
|
|
|
|
|
|
if $PKG_CONFIG --exists "gconf-2.0 >= 2.13" 2>&5; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
succeeded=yes
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking GCONF_CFLAGS" >&5
|
|
|
|
|
$as_echo_n "checking GCONF_CFLAGS... " >&6; }
|
|
|
|
|
GCONF_CFLAGS=`$PKG_CONFIG --cflags "gconf-2.0 >= 2.13"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCONF_CFLAGS" >&5
|
|
|
|
|
$as_echo "$GCONF_CFLAGS" >&6; }
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking GCONF_LIBS" >&5
|
|
|
|
|
$as_echo_n "checking GCONF_LIBS... " >&6; }
|
|
|
|
|
GCONF_LIBS=`$PKG_CONFIG --libs "gconf-2.0 >= 2.13"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCONF_LIBS" >&5
|
|
|
|
|
$as_echo "$GCONF_LIBS" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
GCONF_CFLAGS=""
|
|
|
|
|
GCONF_LIBS=""
|
|
|
|
|
## If we have a custom action on failure, don't print errors, but
|
|
|
|
|
## do set a variable so people can do so.
|
|
|
|
|
GCONF_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gconf-2.0 >= 2.13"`
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
|
|
|
|
|
echo "*** See http://www.freedesktop.org/software/pkgconfig"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $succeeded = yes; then
|
|
|
|
|
HAVE_GCONF=yes
|
|
|
|
|
else
|
|
|
|
|
HAVE_GCONF=no
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$HAVE_GCONF" = yes; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_GCONF 1" >>confdefs.h
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-11-17 22:54:14 -05:00
|
|
|
|
for ac_func in g_type_init
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init"
|
|
|
|
|
if test "x$ac_cv_func_g_type_init" = x""yes; then :
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_G_TYPE_INIT 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_LIBSELINUX=no
|
|
|
|
|
LIBSELINUX_LIBS=
|
|
|
|
|
if test "${with_selinux}" = "yes"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5
|
|
|
|
|
$as_echo_n "checking for lgetfilecon in -lselinux... " >&6; }
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lselinux $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char lgetfilecon ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return lgetfilecon ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_selinux_lgetfilecon=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_selinux_lgetfilecon=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; }
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_LIBSELINUX=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_LIBSELINUX=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$HAVE_LIBSELINUX" = yes; then
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_LIBSELINUX 1" >>confdefs.h
|
2010-05-06 20:01:40 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBSELINUX_LIBS=-lselinux
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-09-26 17:18:47 +02:00
|
|
|
|
HAVE_GNUTLS=no
|
|
|
|
|
if test "${with_gnutls}" = "yes" ; then
|
|
|
|
|
|
|
|
|
|
succeeded=no
|
|
|
|
|
|
|
|
|
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
|
|
|
|
set dummy pkg-config; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
|
2010-09-26 17:18:47 +02:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
case $PKG_CONFIG in
|
|
|
|
|
[\\/]* | ?:[\\/]*)
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
fi
|
|
|
|
|
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
|
|
|
|
|
if test -n "$PKG_CONFIG"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
|
|
|
|
|
$as_echo "$PKG_CONFIG" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if test "$PKG_CONFIG" = "no" ; then
|
|
|
|
|
HAVE_GNUTLS=no
|
|
|
|
|
else
|
|
|
|
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
|
|
|
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gnutls >= 2.2.4" >&5
|
|
|
|
|
$as_echo_n "checking for gnutls >= 2.2.4... " >&6; }
|
|
|
|
|
|
|
|
|
|
if $PKG_CONFIG --exists "gnutls >= 2.2.4" 2>&5; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
succeeded=yes
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBGNUTLS_CFLAGS" >&5
|
|
|
|
|
$as_echo_n "checking LIBGNUTLS_CFLAGS... " >&6; }
|
|
|
|
|
LIBGNUTLS_CFLAGS=`$PKG_CONFIG --cflags "gnutls >= 2.2.4"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGNUTLS_CFLAGS" >&5
|
|
|
|
|
$as_echo "$LIBGNUTLS_CFLAGS" >&6; }
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBGNUTLS_LIBS" >&5
|
|
|
|
|
$as_echo_n "checking LIBGNUTLS_LIBS... " >&6; }
|
|
|
|
|
LIBGNUTLS_LIBS=`$PKG_CONFIG --libs "gnutls >= 2.2.4"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGNUTLS_LIBS" >&5
|
|
|
|
|
$as_echo "$LIBGNUTLS_LIBS" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
LIBGNUTLS_CFLAGS=""
|
|
|
|
|
LIBGNUTLS_LIBS=""
|
|
|
|
|
## If we have a custom action on failure, don't print errors, but
|
|
|
|
|
## do set a variable so people can do so.
|
|
|
|
|
LIBGNUTLS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnutls >= 2.2.4"`
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
|
|
|
|
|
echo "*** See http://www.freedesktop.org/software/pkgconfig"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test $succeeded = yes; then
|
|
|
|
|
HAVE_GNUTLS=yes
|
|
|
|
|
else
|
|
|
|
|
HAVE_GNUTLS=no
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "${HAVE_GNUTLS}" = "yes"; then
|
2010-10-08 18:59:50 -07:00
|
|
|
|
|
|
|
|
|
$as_echo "#define HAVE_GNUTLS 1" >>confdefs.h
|
2010-09-26 17:18:47 +02:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_XAW3D=no
|
|
|
|
|
LUCID_LIBW=
|
|
|
|
|
if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
|
|
|
|
|
if test "$with_xaw3d" != no; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5
|
|
|
|
|
$as_echo_n "checking for xaw3d... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_xaw3d+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <X11/Intrinsic.h>
|
|
|
|
|
#include <X11/Xaw3d/Simple.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
emacs_cv_xaw3d=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_xaw3d=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
emacs_cv_xaw3d=no
|
|
|
|
|
fi
|
|
|
|
|
if test $emacs_cv_xaw3d = yes; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes; using Lucid toolkit" >&5
|
|
|
|
|
$as_echo "yes; using Lucid toolkit" >&6; }
|
|
|
|
|
USE_X_TOOLKIT=LUCID
|
|
|
|
|
HAVE_XAW3D=yes
|
|
|
|
|
LUCID_LIBW=-lXaw3d
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_XAW3D 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5
|
|
|
|
|
$as_echo_n "checking for libXaw... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_xaw+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <X11/Intrinsic.h>
|
|
|
|
|
#include <X11/Xaw/Simple.h>
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
emacs_cv_xaw=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_xaw=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $emacs_cv_xaw = yes; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes; using Lucid toolkit" >&5
|
|
|
|
|
$as_echo "yes; using Lucid toolkit" >&6; }
|
|
|
|
|
USE_X_TOOLKIT=LUCID
|
|
|
|
|
LUCID_LIBW=-lXaw
|
|
|
|
|
elif test x"${USE_X_TOOLKIT}" = xLUCID; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no; do not use toolkit by default" >&5
|
|
|
|
|
$as_echo "no; do not use toolkit by default" >&6; }
|
|
|
|
|
USE_X_TOOLKIT=none
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
X_TOOLKIT_TYPE=$USE_X_TOOLKIT
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBXTR6=
|
|
|
|
|
if test "${USE_X_TOOLKIT}" != "none"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5
|
|
|
|
|
$as_echo_n "checking X11 toolkit version... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <X11/Intrinsic.h>
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
#if XtSpecificationRelease < 6
|
|
|
|
|
fail;
|
|
|
|
|
#endif
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
emacs_cv_x11_toolkit_version_6=yes
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_x11_toolkit_version_6=no
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
|
|
|
|
|
if test $emacs_cv_x11_toolkit_version_6 = yes; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 6 or newer" >&5
|
|
|
|
|
$as_echo "6 or newer" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_X11XTR6 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBXTR6="-lSM -lICE"
|
|
|
|
|
case "$opsys" in
|
|
|
|
|
## Use libw.a along with X11R6 Xt.
|
|
|
|
|
unixware) LIBXTR6="$LIBXTR6 -lw" ;;
|
|
|
|
|
esac
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: before 6" >&5
|
|
|
|
|
$as_echo "before 6" >&6; }
|
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
OLDLIBS="$LIBS"
|
|
|
|
|
if test x$HAVE_X11XTR6 = xyes; then
|
|
|
|
|
LIBS="-lXt -lSM -lICE $LIBS"
|
|
|
|
|
else
|
|
|
|
|
LIBS="-lXt $LIBS"
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5
|
|
|
|
|
$as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lXmu $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char XmuConvertStandardSelection ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return XmuConvertStandardSelection ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_Xmu_XmuConvertStandardSelection=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define HAVE_LIBXMU 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lXmu $LIBS"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no && LIBS="$OLDLIBS"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBXMU=-lXmu
|
|
|
|
|
case "$machine" in
|
|
|
|
|
## These machines don't supply Xmu.
|
|
|
|
|
hpux* | aix4-2 )
|
|
|
|
|
test "X$ac_cv_lib_Xmu_XmuConvertStandardSelection" != "Xyes" && LIBXMU=
|
2010-05-15 14:34:03 -07:00
|
|
|
|
;;
|
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D.
|
|
|
|
|
if test "${HAVE_X11}" = "yes"; then
|
|
|
|
|
if test "${USE_X_TOOLKIT}" != "none"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
|
|
|
|
|
$as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lXext $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
|
|
|
|
char XShapeQueryExtension ();
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
return XShapeQueryExtension ();
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_Xext_XShapeQueryExtension=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_Xext_XShapeQueryExtension=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define HAVE_LIBXEXT 1
|
2010-05-15 14:34:03 -07:00
|
|
|
|
_ACEOF
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lXext $LIBS"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBXP=
|
|
|
|
|
if test "${USE_X_TOOLKIT}" = "MOTIF"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5
|
|
|
|
|
$as_echo_n "checking for Motif version 2.1... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_motif_version_2_1+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <Xm/Xm.h>
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
#if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1)
|
|
|
|
|
int x = 5;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
#else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
Motif version prior to 2.1.
|
2010-03-17 22:57:21 -07:00
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
emacs_cv_motif_version_2_1=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_motif_version_2_1=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_motif_version_2_1" >&5
|
|
|
|
|
$as_echo "$emacs_cv_motif_version_2_1" >&6; }
|
|
|
|
|
if test $emacs_cv_motif_version_2_1 = yes; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5
|
|
|
|
|
$as_echo_n "checking for XpCreateContext in -lXp... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lXp $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char XpCreateContext ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return XpCreateContext ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_Xp_XpCreateContext=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_Xp_XpCreateContext=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBXP=-lXp
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5
|
|
|
|
|
$as_echo_n "checking for LessTif where some systems put it... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_lesstif+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
# We put this in CFLAGS temporarily to precede other -I options
|
|
|
|
|
# that might be in CFLAGS temporarily.
|
|
|
|
|
# We put this in CPPFLAGS where it precedes the other -I options.
|
|
|
|
|
OLD_CPPFLAGS=$CPPFLAGS
|
|
|
|
|
OLD_CFLAGS=$CFLAGS
|
|
|
|
|
CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
|
|
|
|
|
CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-15 17:11:37 -04:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
int x = 5;
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-05-07 19:13:50 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
emacs_cv_lesstif=yes
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_lesstif=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_lesstif" >&5
|
|
|
|
|
$as_echo "$emacs_cv_lesstif" >&6; }
|
|
|
|
|
if test $emacs_cv_lesstif = yes; then
|
|
|
|
|
# Make sure this -I option remains in CPPFLAGS after it is set
|
|
|
|
|
# back to REAL_CPPFLAGS.
|
|
|
|
|
# There is no need to change REAL_CFLAGS, because REAL_CFLAGS does not
|
|
|
|
|
# have those other -I options anyway. Ultimately, having this
|
|
|
|
|
# directory ultimately in CPPFLAGS will be enough.
|
|
|
|
|
REAL_CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $REAL_CPPFLAGS"
|
|
|
|
|
LDFLAGS="-L/usr/X11R6/LessTif/Motif1.2/lib $LDFLAGS"
|
|
|
|
|
else
|
|
|
|
|
CFLAGS=$OLD_CFLAGS
|
|
|
|
|
CPPFLAGS=$OLD_CPPFLAGS
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
USE_TOOLKIT_SCROLL_BARS=no
|
|
|
|
|
if test "${with_toolkit_scroll_bars}" != "no"; then
|
|
|
|
|
if test "${USE_X_TOOLKIT}" != "none"; then
|
|
|
|
|
if test "${USE_X_TOOLKIT}" = "MOTIF"; then
|
|
|
|
|
$as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_XAW3D=no
|
|
|
|
|
USE_TOOLKIT_SCROLL_BARS=yes
|
|
|
|
|
elif test "${HAVE_XAW3D}" = "yes"; then
|
|
|
|
|
$as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
USE_TOOLKIT_SCROLL_BARS=yes
|
|
|
|
|
fi
|
|
|
|
|
elif test "${HAVE_GTK}" = "yes"; then
|
|
|
|
|
$as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
USE_TOOLKIT_SCROLL_BARS=yes
|
|
|
|
|
elif test "${HAVE_NS}" = "yes"; then
|
|
|
|
|
$as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
USE_TOOLKIT_SCROLL_BARS=yes
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <X11/Xlib.h>
|
|
|
|
|
#include <X11/Xresource.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
XIMProc callback;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
HAVE_XIM=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_XIM 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_XIM=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${with_xim}" != "no"; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define USE_XIM 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${HAVE_XIM}" != "no"; then
|
|
|
|
|
late_CFLAGS=$CFLAGS
|
|
|
|
|
if test "$GCC" = yes; then
|
|
|
|
|
CFLAGS="$CFLAGS --pedantic-errors"
|
|
|
|
|
fi
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-15 14:34:03 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <X11/Xlib.h>
|
|
|
|
|
#include <X11/Xresource.h>
|
2010-05-15 14:34:03 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
Display *display;
|
|
|
|
|
XrmDatabase db;
|
|
|
|
|
char *res_name;
|
|
|
|
|
char *res_class;
|
|
|
|
|
XIMProc callback;
|
|
|
|
|
XPointer *client_data;
|
|
|
|
|
#ifndef __GNUC__
|
|
|
|
|
/* If we're not using GCC, it's probably not XFree86, and this is
|
|
|
|
|
probably right, but we can't use something like --pedantic-errors. */
|
|
|
|
|
extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
|
|
|
|
|
char*, XIMProc, XPointer*);
|
|
|
|
|
#endif
|
|
|
|
|
(void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback,
|
|
|
|
|
client_data);
|
2010-05-15 14:34:03 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
emacs_cv_arg6_star=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$emacs_cv_arg6_star" = yes; then
|
|
|
|
|
$as_echo "#define XRegisterIMInstantiateCallback_arg6 XPointer*" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
$as_echo "#define XRegisterIMInstantiateCallback_arg6 XPointer" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
CFLAGS=$late_CFLAGS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
### Start of font-backend (under any platform) section.
|
|
|
|
|
# (nothing here yet -- this is a placeholder)
|
|
|
|
|
### End of font-backend (under any platform) section.
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
### Start of font-backend (under X11) section.
|
|
|
|
|
if test "${HAVE_X11}" = "yes"; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
succeeded=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
|
|
|
|
set dummy pkg-config; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $PKG_CONFIG in
|
|
|
|
|
[\\/]* | ?:[\\/]*)
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
|
|
|
|
|
if test -n "$PKG_CONFIG"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
|
|
|
|
|
$as_echo "$PKG_CONFIG" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$PKG_CONFIG" = "no" ; then
|
|
|
|
|
HAVE_FC=no
|
|
|
|
|
else
|
|
|
|
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
|
|
|
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fontconfig >= 2.2.0" >&5
|
|
|
|
|
$as_echo_n "checking for fontconfig >= 2.2.0... " >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if $PKG_CONFIG --exists "fontconfig >= 2.2.0" 2>&5; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
succeeded=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking FONTCONFIG_CFLAGS" >&5
|
|
|
|
|
$as_echo_n "checking FONTCONFIG_CFLAGS... " >&6; }
|
|
|
|
|
FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig >= 2.2.0"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTCONFIG_CFLAGS" >&5
|
|
|
|
|
$as_echo "$FONTCONFIG_CFLAGS" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking FONTCONFIG_LIBS" >&5
|
|
|
|
|
$as_echo_n "checking FONTCONFIG_LIBS... " >&6; }
|
|
|
|
|
FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig >= 2.2.0"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTCONFIG_LIBS" >&5
|
|
|
|
|
$as_echo "$FONTCONFIG_LIBS" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
FONTCONFIG_CFLAGS=""
|
|
|
|
|
FONTCONFIG_LIBS=""
|
|
|
|
|
## If we have a custom action on failure, don't print errors, but
|
|
|
|
|
## do set a variable so people can do so.
|
|
|
|
|
FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fontconfig >= 2.2.0"`
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
|
|
|
|
|
echo "*** See http://www.freedesktop.org/software/pkgconfig"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $succeeded = yes; then
|
|
|
|
|
HAVE_FC=yes
|
|
|
|
|
else
|
|
|
|
|
HAVE_FC=no
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Use -lXft if available, unless `--with-xft=no'.
|
|
|
|
|
HAVE_XFT=maybe
|
|
|
|
|
if test "${HAVE_FC}" = "no" || test "x${with_x}" = "xno"; then
|
|
|
|
|
with_xft="no";
|
|
|
|
|
fi
|
|
|
|
|
if test "x${with_xft}" != "xno"; then
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
succeeded=no
|
|
|
|
|
|
|
|
|
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
|
|
|
|
set dummy pkg-config; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $PKG_CONFIG in
|
|
|
|
|
[\\/]* | ?:[\\/]*)
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
|
|
|
|
|
;;
|
|
|
|
|
esac
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
|
|
|
|
|
if test -n "$PKG_CONFIG"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
|
|
|
|
|
$as_echo "$PKG_CONFIG" >&6; }
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$PKG_CONFIG" = "no" ; then
|
|
|
|
|
HAVE_XFT=no
|
|
|
|
|
else
|
|
|
|
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
|
|
|
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xft >= 0.13.0" >&5
|
|
|
|
|
$as_echo_n "checking for xft >= 0.13.0... " >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if $PKG_CONFIG --exists "xft >= 0.13.0" 2>&5; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
succeeded=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking XFT_CFLAGS" >&5
|
|
|
|
|
$as_echo_n "checking XFT_CFLAGS... " >&6; }
|
|
|
|
|
XFT_CFLAGS=`$PKG_CONFIG --cflags "xft >= 0.13.0"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $XFT_CFLAGS" >&5
|
|
|
|
|
$as_echo "$XFT_CFLAGS" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking XFT_LIBS" >&5
|
|
|
|
|
$as_echo_n "checking XFT_LIBS... " >&6; }
|
|
|
|
|
XFT_LIBS=`$PKG_CONFIG --libs "xft >= 0.13.0"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $XFT_LIBS" >&5
|
|
|
|
|
$as_echo "$XFT_LIBS" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
XFT_CFLAGS=""
|
|
|
|
|
XFT_LIBS=""
|
|
|
|
|
## If we have a custom action on failure, don't print errors, but
|
|
|
|
|
## do set a variable so people can do so.
|
|
|
|
|
XFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xft >= 0.13.0"`
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
|
|
|
|
|
echo "*** See http://www.freedesktop.org/software/pkgconfig"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $succeeded = yes; then
|
|
|
|
|
:
|
|
|
|
|
else
|
|
|
|
|
HAVE_XFT=no
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Because xftfont.c uses XRenderQueryExtension, we also
|
|
|
|
|
## need to link to -lXrender.
|
|
|
|
|
HAVE_XRENDER=no
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5
|
|
|
|
|
$as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lXrender $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
|
|
|
|
char XRenderQueryExtension ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return XRenderQueryExtension ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_Xrender_XRenderQueryExtension=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_Xrender_XRenderQueryExtension=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_XRENDER=yes
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$HAVE_XFT" != no && test "$HAVE_XRENDER" != no; then
|
|
|
|
|
OLD_CPPFLAGS="$CPPFLAGS"
|
|
|
|
|
OLD_CFLAGS="$CFLAGS"
|
|
|
|
|
OLD_LIBS="$LIBS"
|
|
|
|
|
CPPFLAGS="$CPPFLAGS $XFT_CFLAGS"
|
|
|
|
|
CFLAGS="$CFLAGS $XFT_CFLAGS"
|
|
|
|
|
XFT_LIBS="-lXrender $XFT_LIBS"
|
|
|
|
|
LIBS="$XFT_LIBS $LIBS"
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5
|
|
|
|
|
$as_echo_n "checking for XftFontOpen in -lXft... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lXft $XFT_LIBS $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
|
|
|
|
char XftFontOpen ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return XftFontOpen ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_Xft_XftFontOpen=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_Xft_XftFontOpen=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-05-07 14:55:18 -04:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_XFT=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${HAVE_XFT}" = "yes"; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_XFT 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
C_SWITCH_X_SITE="$C_SWITCH_X_SITE $XFT_CFLAGS"
|
|
|
|
|
else
|
|
|
|
|
CPPFLAGS="$OLD_CPPFLAGS"
|
|
|
|
|
CFLAGS="$OLD_CFLAGS"
|
|
|
|
|
LIBS="$OLD_LIBS"
|
|
|
|
|
fi # "${HAVE_XFT}" = "yes"
|
|
|
|
|
fi # "$HAVE_XFT" != no
|
|
|
|
|
fi # "x${with_xft}" != "xno"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$HAVE_XFT" != "yes"; then
|
|
|
|
|
HAVE_XFT=no
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_FREETYPE=no
|
|
|
|
|
## We used to allow building with FreeType and without Xft.
|
|
|
|
|
## However, the ftx font backend driver is not in good shape.
|
|
|
|
|
if test "${HAVE_XFT}" = "yes"; then
|
|
|
|
|
HAVE_FREETYPE=yes
|
|
|
|
|
FONTCONFIG_CFLAGS=
|
|
|
|
|
FONTCONFIG_LIBS=
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_LIBOTF=no
|
|
|
|
|
if test "${HAVE_FREETYPE}" = "yes"; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${with_libotf}" != "no"; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
succeeded=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
|
|
|
|
set dummy pkg-config; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $PKG_CONFIG in
|
|
|
|
|
[\\/]* | ?:[\\/]*)
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
|
|
|
|
|
;;
|
2010-05-15 14:34:03 -07:00
|
|
|
|
esac
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
|
|
|
|
|
if test -n "$PKG_CONFIG"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
|
|
|
|
|
$as_echo "$PKG_CONFIG" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$PKG_CONFIG" = "no" ; then
|
|
|
|
|
HAVE_LIBOTF=no
|
|
|
|
|
else
|
|
|
|
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
|
|
|
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libotf" >&5
|
|
|
|
|
$as_echo_n "checking for libotf... " >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if $PKG_CONFIG --exists "libotf" 2>&5; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
succeeded=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBOTF_CFLAGS" >&5
|
|
|
|
|
$as_echo_n "checking LIBOTF_CFLAGS... " >&6; }
|
|
|
|
|
LIBOTF_CFLAGS=`$PKG_CONFIG --cflags "libotf"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBOTF_CFLAGS" >&5
|
|
|
|
|
$as_echo "$LIBOTF_CFLAGS" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBOTF_LIBS" >&5
|
|
|
|
|
$as_echo_n "checking LIBOTF_LIBS... " >&6; }
|
|
|
|
|
LIBOTF_LIBS=`$PKG_CONFIG --libs "libotf"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBOTF_LIBS" >&5
|
|
|
|
|
$as_echo "$LIBOTF_LIBS" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
LIBOTF_CFLAGS=""
|
|
|
|
|
LIBOTF_LIBS=""
|
|
|
|
|
## If we have a custom action on failure, don't print errors, but
|
|
|
|
|
## do set a variable so people can do so.
|
|
|
|
|
LIBOTF_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libotf"`
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
|
|
|
|
|
echo "*** See http://www.freedesktop.org/software/pkgconfig"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $succeeded = yes; then
|
|
|
|
|
HAVE_LIBOTF=yes
|
|
|
|
|
else
|
|
|
|
|
HAVE_LIBOTF=no
|
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$HAVE_LIBOTF" = "yes"; then
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_LIBOTF 1" >>confdefs.h
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5
|
|
|
|
|
$as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lotf $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char OTF_get_variation_glyphs ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return OTF_get_variation_glyphs ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_otf_OTF_get_variation_glyphs=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_otf_OTF_get_variation_glyphs=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_OTF_GET_VARIATION_GLYPHS=yes
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_OTF_GET_VARIATION_GLYPHS=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${HAVE_OTF_GET_VARIATION_GLYPHS}" = "yes"; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_OTF_GET_VARIATION_GLYPHS 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_M17N_FLT=no
|
|
|
|
|
if test "${HAVE_LIBOTF}" = yes; then
|
|
|
|
|
if test "${with_m17n_flt}" != "no"; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
succeeded=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
|
|
|
|
set dummy pkg-config; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $PKG_CONFIG in
|
|
|
|
|
[\\/]* | ?:[\\/]*)
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
|
|
|
|
|
;;
|
2010-05-15 14:34:03 -07:00
|
|
|
|
esac
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
|
|
|
|
|
if test -n "$PKG_CONFIG"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
|
|
|
|
|
$as_echo "$PKG_CONFIG" >&6; }
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$PKG_CONFIG" = "no" ; then
|
|
|
|
|
HAVE_M17N_FLT=no
|
|
|
|
|
else
|
|
|
|
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
|
|
|
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for m17n-flt" >&5
|
|
|
|
|
$as_echo_n "checking for m17n-flt... " >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if $PKG_CONFIG --exists "m17n-flt" 2>&5; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
succeeded=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking M17N_FLT_CFLAGS" >&5
|
|
|
|
|
$as_echo_n "checking M17N_FLT_CFLAGS... " >&6; }
|
|
|
|
|
M17N_FLT_CFLAGS=`$PKG_CONFIG --cflags "m17n-flt"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $M17N_FLT_CFLAGS" >&5
|
|
|
|
|
$as_echo "$M17N_FLT_CFLAGS" >&6; }
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking M17N_FLT_LIBS" >&5
|
|
|
|
|
$as_echo_n "checking M17N_FLT_LIBS... " >&6; }
|
|
|
|
|
M17N_FLT_LIBS=`$PKG_CONFIG --libs "m17n-flt"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $M17N_FLT_LIBS" >&5
|
|
|
|
|
$as_echo "$M17N_FLT_LIBS" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
M17N_FLT_CFLAGS=""
|
|
|
|
|
M17N_FLT_LIBS=""
|
|
|
|
|
## If we have a custom action on failure, don't print errors, but
|
|
|
|
|
## do set a variable so people can do so.
|
|
|
|
|
M17N_FLT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "m17n-flt"`
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
|
|
|
|
|
echo "*** See http://www.freedesktop.org/software/pkgconfig"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $succeeded = yes; then
|
|
|
|
|
HAVE_M17N_FLT=yes
|
|
|
|
|
else
|
|
|
|
|
HAVE_M17N_FLT=no
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$HAVE_M17N_FLT" = "yes"; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_M17N_FLT 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_XFT=no
|
|
|
|
|
HAVE_FREETYPE=no
|
|
|
|
|
HAVE_LIBOTF=no
|
|
|
|
|
HAVE_M17N_FLT=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
### End of font-backend (under X11) section.
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
### Use -lXpm if available, unless `--with-xpm=no'.
|
|
|
|
|
HAVE_XPM=no
|
|
|
|
|
LIBXPM=
|
|
|
|
|
if test "${HAVE_X11}" = "yes"; then
|
|
|
|
|
if test "${with_xpm}" != "no"; then
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_X11_xpm_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5
|
|
|
|
|
$as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lXpm -lX11 $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char XpmReadFileToPixmap ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return XpmReadFileToPixmap ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_Xpm_XpmReadFileToPixmap=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_XPM=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${HAVE_XPM}" = "yes"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReturnAllocPixels preprocessor define" >&5
|
|
|
|
|
$as_echo_n "checking for XpmReturnAllocPixels preprocessor define... " >&6; }
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include "X11/xpm.h"
|
|
|
|
|
#ifndef XpmReturnAllocPixels
|
|
|
|
|
no_return_alloc_pixels
|
2010-03-17 22:57:21 -07:00
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
|
|
$EGREP "no_return_alloc_pixels" >/dev/null 2>&1; then :
|
|
|
|
|
HAVE_XPM=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_XPM=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f conftest*
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${HAVE_XPM}" = "yes"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${HAVE_XPM}" = "yes"; then
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_XPM 1" >>confdefs.h
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBXPM=-lXpm
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
### Use -ljpeg if available, unless `--with-jpeg=no'.
|
|
|
|
|
HAVE_JPEG=no
|
|
|
|
|
LIBJPEG=
|
|
|
|
|
if test "${HAVE_X11}" = "yes"; then
|
|
|
|
|
if test "${with_jpeg}" != "no"; then
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_jerror_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5
|
|
|
|
|
$as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-ljpeg $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char jpeg_destroy_compress ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return jpeg_destroy_compress ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_jpeg_jpeg_destroy_compress=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_jpeg_jpeg_destroy_compress=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_JPEG=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "${HAVE_JPEG}" = "yes"; then
|
|
|
|
|
$as_echo "#define HAVE_JPEG 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <jpeglib.h>
|
|
|
|
|
version=JPEG_LIB_VERSION
|
|
|
|
|
|
|
|
|
|
_ACEOF
|
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
|
|
$EGREP "version= *(6[2-9]|[7-9][0-9])" >/dev/null 2>&1; then :
|
|
|
|
|
$as_echo "#define HAVE_JPEG 1" >>confdefs.h
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libjpeg found, but not version 6b or later" >&5
|
|
|
|
|
$as_echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;}
|
|
|
|
|
HAVE_JPEG=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f conftest*
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
if test "${HAVE_JPEG}" = "yes"; then
|
|
|
|
|
LIBJPEG=-ljpeg
|
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Use -lpng if available, unless `--with-png=no'.
|
|
|
|
|
HAVE_PNG=no
|
|
|
|
|
LIBPNG=
|
|
|
|
|
if test "${HAVE_X11}" = "yes"; then
|
|
|
|
|
if test "${with_png}" != "no"; then
|
|
|
|
|
# Debian unstable as of July 2003 has multiple libpngs, and puts png.h
|
|
|
|
|
# in /usr/include/libpng.
|
|
|
|
|
for ac_header in png.h libpng/png.h
|
|
|
|
|
do :
|
|
|
|
|
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
2010-11-21 15:39:55 +01:00
|
|
|
|
eval as_val=\$$as_ac_Header
|
|
|
|
|
if test "x$as_val" = x""yes; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5
|
|
|
|
|
$as_echo_n "checking for png_get_channels in -lpng... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_png_png_get_channels+set}" = set; then :
|
2010-05-02 19:15:26 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-05-15 14:34:03 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lpng -lz -lm $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char png_get_channels ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return png_get_channels ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_png_png_get_channels=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_png_png_get_channels=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_png_png_get_channels" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_PNG=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${HAVE_PNG}" = "yes"; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_PNG 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBPNG="-lpng -lz -lm"
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
### Use -ltiff if available, unless `--with-tiff=no'.
|
|
|
|
|
HAVE_TIFF=no
|
|
|
|
|
LIBTIFF=
|
|
|
|
|
if test "${HAVE_X11}" = "yes"; then
|
|
|
|
|
if test "${with_tiff}" != "no"; then
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_tiffio_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
tifflibs="-lz -lm"
|
|
|
|
|
# At least one tiff package requires the jpeg library.
|
|
|
|
|
if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5
|
|
|
|
|
$as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-ltiff $tifflibs $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char TIFFGetVersion ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return TIFFGetVersion ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_tiff_TIFFGetVersion=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_tiff_TIFFGetVersion=no
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_TIFF=yes
|
2010-05-06 17:30:56 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${HAVE_TIFF}" = "yes"; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_TIFF 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBTIFF=-ltiff
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
### Use -lgif or -lungif if available, unless `--with-gif=no'.
|
|
|
|
|
HAVE_GIF=no
|
|
|
|
|
LIBGIF=
|
|
|
|
|
if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_gif_lib_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# EGifPutExtensionLast only exists from version libungif-4.1.0b1.
|
|
|
|
|
# Earlier versions can crash Emacs.
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5
|
|
|
|
|
$as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lgif $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char EGifPutExtensionLast ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return EGifPutExtensionLast ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_gif_EGifPutExtensionLast=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_gif_EGifPutExtensionLast=no
|
2010-05-07 14:55:18 -04:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_GIF=yes
|
|
|
|
|
else
|
|
|
|
|
HAVE_GIF=maybe
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-05-06 17:30:56 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
if test "$HAVE_GIF" = yes; then
|
|
|
|
|
LIBGIF=-lgif
|
|
|
|
|
elif test "$HAVE_GIF" = maybe; then
|
|
|
|
|
# If gif_lib.h but no libgif, try libungif.
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5
|
|
|
|
|
$as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lungif $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char EGifPutExtensionLast ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return EGifPutExtensionLast ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_ungif_EGifPutExtensionLast=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_ungif_EGifPutExtensionLast=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_GIF=yes
|
2010-05-06 20:01:40 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_GIF=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test "$HAVE_GIF" = yes && LIBGIF=-lungif
|
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${HAVE_GIF}" = "yes"; then
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_GIF 1" >>confdefs.h
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${HAVE_X11}" = "yes"; then
|
|
|
|
|
MISSING=""
|
|
|
|
|
WITH_NO=""
|
|
|
|
|
test "${with_xpm}" != "no" && test "${HAVE_XPM}" != "yes" &&
|
|
|
|
|
MISSING="libXpm" && WITH_NO="--with-xpm=no"
|
|
|
|
|
test "${with_jpeg}" != "no" && test "${HAVE_JPEG}" != "yes" &&
|
|
|
|
|
MISSING="$MISSING libjpeg" && WITH_NO="$WITH_NO --with-jpeg=no"
|
|
|
|
|
test "${with_png}" != "no" && test "${HAVE_PNG}" != "yes" &&
|
|
|
|
|
MISSING="$MISSING libpng" && WITH_NO="$WITH_NO --with-png=no"
|
|
|
|
|
test "${with_gif}" != "no" && test "${HAVE_GIF}" != "yes" &&
|
|
|
|
|
MISSING="$MISSING libgif/libungif" && WITH_NO="$WITH_NO --with-gif=no"
|
|
|
|
|
test "${with_tiff}" != "no" && test "${HAVE_TIFF}" != "yes" &&
|
|
|
|
|
MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "X${MISSING}" != X; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "The following required libraries were not found:
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$MISSING
|
|
|
|
|
Maybe some development libraries/packages are missing?
|
|
|
|
|
If you don't want to link with them give
|
|
|
|
|
$WITH_NO
|
|
|
|
|
as options to configure" "$LINENO" 5
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
### Use -lgpm if available, unless `--with-gpm=no'.
|
|
|
|
|
HAVE_GPM=no
|
|
|
|
|
LIBGPM=
|
|
|
|
|
MOUSE_SUPPORT=
|
|
|
|
|
if test "${with_gpm}" != "no"; then
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_gpm_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5
|
|
|
|
|
$as_echo_n "checking for Gpm_Open in -lgpm... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lgpm $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char Gpm_Open ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return Gpm_Open ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_gpm_Gpm_Open=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_gpm_Gpm_Open=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_GPM=yes
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if test "${HAVE_GPM}" = "yes"; then
|
|
|
|
|
|
|
|
|
|
$as_echo "#define HAVE_GPM 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
LIBGPM=-lgpm
|
|
|
|
|
## May be reset below.
|
|
|
|
|
MOUSE_SUPPORT="\$(GPM_MOUSE_SUPPORT)"
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_malloc_malloc_h" = x""yes; then :
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
C_SWITCH_X_SYSTEM=
|
|
|
|
|
### Use NeXTstep API to implement GUI.
|
|
|
|
|
if test "${HAVE_NS}" = "yes"; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_NS 1" >>confdefs.h
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${NS_IMPL_COCOA}" = "yes"; then
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define NS_IMPL_COCOA 1" >>confdefs.h
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
GNU_OBJC_CFLAGS=
|
|
|
|
|
fi
|
|
|
|
|
if test "${NS_IMPL_GNUSTEP}" = "yes"; then
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define NS_IMPL_GNUSTEP 1" >>confdefs.h
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# See also .m.o rule in Makefile.in */
|
|
|
|
|
# FIXME: are all these flags really needed? Document here why. */
|
|
|
|
|
C_SWITCH_X_SYSTEM="-D_REENTRANT -fPIC -fno-strict-aliasing"
|
|
|
|
|
GNU_OBJC_CFLAGS="-fgnu-runtime -Wno-import -fconstant-string-class=NSConstantString -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGSWARN -DGSDIAGNOSE"
|
|
|
|
|
fi
|
|
|
|
|
if test "${NS_HAVE_NSINTEGER}" = "yes"; then
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define NS_HAVE_NSINTEGER 1" >>confdefs.h
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
# We also have mouse menus.
|
|
|
|
|
HAVE_MENUS=yes
|
|
|
|
|
OTHER_FILES=ns-app
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
### Use session management (-lSM -lICE) if available
|
|
|
|
|
HAVE_X_SM=no
|
|
|
|
|
LIBXSM=
|
|
|
|
|
if test "${HAVE_X11}" = "yes"; then
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
|
|
|
|
|
$as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lSM -lICE $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-15 14:34:03 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char SmcOpenConnection ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
2010-02-24 22:07:26 +00:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return SmcOpenConnection ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_SM_SmcOpenConnection=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_SM_SmcOpenConnection=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
HAVE_X_SM=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if test "${HAVE_X_SM}" = "yes"; then
|
|
|
|
|
|
|
|
|
|
$as_echo "#define HAVE_X_SM 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
LIBXSM="-lSM -lICE"
|
|
|
|
|
case "$LIBS" in
|
|
|
|
|
*-lSM*) ;;
|
|
|
|
|
*) LIBS="$LIBXSM $LIBS" ;;
|
|
|
|
|
esac
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-09-10 18:44:35 +02:00
|
|
|
|
### Use libxml (-lxml2) if available
|
|
|
|
|
if test "${with_xml2}" != "no"; then
|
|
|
|
|
### I'm not sure what the version number should be, so I just guessed.
|
|
|
|
|
|
|
|
|
|
succeeded=no
|
|
|
|
|
|
|
|
|
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
|
|
|
|
set dummy pkg-config; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
|
2010-09-10 18:44:35 +02:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
case $PKG_CONFIG in
|
|
|
|
|
[\\/]* | ?:[\\/]*)
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
fi
|
|
|
|
|
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
|
|
|
|
|
if test -n "$PKG_CONFIG"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
|
|
|
|
|
$as_echo "$PKG_CONFIG" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if test "$PKG_CONFIG" = "no" ; then
|
|
|
|
|
HAVE_LIBXML2=no
|
|
|
|
|
else
|
|
|
|
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
|
|
|
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxml-2.0 > 2.2.0" >&5
|
|
|
|
|
$as_echo_n "checking for libxml-2.0 > 2.2.0... " >&6; }
|
|
|
|
|
|
|
|
|
|
if $PKG_CONFIG --exists "libxml-2.0 > 2.2.0" 2>&5; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
succeeded=yes
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXML2_CFLAGS" >&5
|
|
|
|
|
$as_echo_n "checking LIBXML2_CFLAGS... " >&6; }
|
|
|
|
|
LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 > 2.2.0"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXML2_CFLAGS" >&5
|
|
|
|
|
$as_echo "$LIBXML2_CFLAGS" >&6; }
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXML2_LIBS" >&5
|
|
|
|
|
$as_echo_n "checking LIBXML2_LIBS... " >&6; }
|
|
|
|
|
LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 > 2.2.0"|sed -e 's,///*,/,g'`
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXML2_LIBS" >&5
|
|
|
|
|
$as_echo "$LIBXML2_LIBS" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
LIBXML2_CFLAGS=""
|
|
|
|
|
LIBXML2_LIBS=""
|
|
|
|
|
## If we have a custom action on failure, don't print errors, but
|
|
|
|
|
## do set a variable so people can do so.
|
|
|
|
|
LIBXML2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libxml-2.0 > 2.2.0"`
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
|
|
|
|
|
echo "*** See http://www.freedesktop.org/software/pkgconfig"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test $succeeded = yes; then
|
|
|
|
|
HAVE_LIBXML2=yes
|
|
|
|
|
else
|
|
|
|
|
HAVE_LIBXML2=no
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "${HAVE_LIBXML2}" = "yes"; then
|
2010-09-14 02:04:48 +02:00
|
|
|
|
LIBS="$LIBXML2_LIBS $LIBS"
|
2010-09-13 16:58:48 +02:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5
|
|
|
|
|
$as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; }
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then :
|
2010-09-13 16:58:48 +02:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lxml2 $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
|
|
|
|
char htmlReadMemory ();
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
return htmlReadMemory ();
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_xml2_htmlReadMemory=yes
|
|
|
|
|
else
|
|
|
|
|
ac_cv_lib_xml2_htmlReadMemory=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; }
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then :
|
2010-09-13 16:58:48 +02:00
|
|
|
|
HAVE_LIBXML2=yes
|
|
|
|
|
else
|
|
|
|
|
HAVE_LIBXML2=no
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "${HAVE_LIBXML2}" = "yes"; then
|
2010-09-10 18:44:35 +02:00
|
|
|
|
|
|
|
|
|
$as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
|
|
|
|
|
|
2010-09-13 16:58:48 +02:00
|
|
|
|
else
|
|
|
|
|
LIBXML2_LIBS=""
|
|
|
|
|
LIBXML2_CFLAGS=""
|
|
|
|
|
fi
|
2010-09-10 18:44:35 +02:00
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# If netdb.h doesn't declare h_errno, we must declare it by hand.
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5
|
|
|
|
|
$as_echo_n "checking whether netdb declares h_errno... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <netdb.h>
|
2010-05-15 14:34:03 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return h_errno;
|
2010-05-15 14:34:03 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
emacs_cv_netdb_declares_h_errno=yes
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_netdb_declares_h_errno=no
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_netdb_declares_h_errno" >&5
|
|
|
|
|
$as_echo "$emacs_cv_netdb_declares_h_errno" >&6; }
|
|
|
|
|
if test $emacs_cv_netdb_declares_h_errno = yes; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_H_ERRNO 1" >>confdefs.h
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
|
|
|
|
|
# for constant arguments. Useless!
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
|
|
|
|
|
$as_echo_n "checking for working alloca.h... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_working_alloca_h+set}" = set; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-15 14:34:03 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <alloca.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char *p = (char *) alloca (2 * sizeof (int));
|
|
|
|
|
if (p) return 0;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_working_alloca_h=yes
|
2010-03-18 12:56:23 +01:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_working_alloca_h=no
|
2010-03-18 12:56:23 +01:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-03-18 12:56:23 +01:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
|
|
|
|
|
$as_echo "$ac_cv_working_alloca_h" >&6; }
|
|
|
|
|
if test $ac_cv_working_alloca_h = yes; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
|
|
|
|
|
$as_echo_n "checking for alloca... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_func_alloca_works+set}" = set; then :
|
2010-05-07 14:55:18 -04:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-04-27 08:20:03 +02:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#ifdef __GNUC__
|
|
|
|
|
# define alloca __builtin_alloca
|
|
|
|
|
#else
|
|
|
|
|
# ifdef _MSC_VER
|
|
|
|
|
# include <malloc.h>
|
|
|
|
|
# define alloca _alloca
|
|
|
|
|
# else
|
|
|
|
|
# ifdef HAVE_ALLOCA_H
|
|
|
|
|
# include <alloca.h>
|
|
|
|
|
# else
|
|
|
|
|
# ifdef _AIX
|
|
|
|
|
#pragma alloca
|
|
|
|
|
# else
|
|
|
|
|
# ifndef alloca /* predefined by HP cc +Olibcalls */
|
2010-09-05 12:17:26 +02:00
|
|
|
|
char *alloca ();
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# endif
|
|
|
|
|
# endif
|
|
|
|
|
# endif
|
|
|
|
|
# endif
|
2010-05-15 14:34:03 -07:00
|
|
|
|
#endif
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
2010-03-12 11:34:27 -05:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char *p = (char *) alloca (1);
|
|
|
|
|
if (p) return 0;
|
2010-04-27 08:20:03 +02:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
2010-03-12 11:34:27 -05:00
|
|
|
|
}
|
2010-04-26 20:47:47 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_func_alloca_works=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_func_alloca_works=no
|
2010-05-07 14:55:18 -04:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-05-07 14:55:18 -04:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
|
|
|
|
|
$as_echo "$ac_cv_func_alloca_works" >&6; }
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ac_cv_func_alloca_works = yes; then
|
2010-05-01 14:38:59 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# The SVR3 libPW and SVR4 libucb both contain incompatible functions
|
|
|
|
|
# that cause trouble. Some versions do not even contain alloca or
|
|
|
|
|
# contain a buggy version. If you still want to use their alloca,
|
|
|
|
|
# use ar to extract alloca.o from them instead of compiling alloca.c.
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define C_ALLOCA 1" >>confdefs.h
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
|
|
|
|
|
$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_os_cray+set}" = set; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2010-05-15 17:11:37 -04:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-15 17:11:37 -04:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#if defined CRAY && ! defined CRAY2
|
|
|
|
|
webecray
|
2010-05-15 17:11:37 -04:00
|
|
|
|
#else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
wenotbecray
|
2010-05-15 17:11:37 -04:00
|
|
|
|
#endif
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
|
|
$EGREP "webecray" >/dev/null 2>&1; then :
|
|
|
|
|
ac_cv_os_cray=yes
|
|
|
|
|
else
|
|
|
|
|
ac_cv_os_cray=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f conftest*
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-05-02 19:15:26 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
|
|
|
|
|
$as_echo "$ac_cv_os_cray" >&6; }
|
|
|
|
|
if test $ac_cv_os_cray = yes; then
|
|
|
|
|
for ac_func in _getb67 GETB67 getb67; do
|
|
|
|
|
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
|
2010-11-21 15:39:55 +01:00
|
|
|
|
eval as_val=\$$as_ac_var
|
|
|
|
|
if test "x$as_val" = x""yes; then :
|
2010-05-01 14:38:59 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define CRAY_STACKSEG_END $ac_func
|
2010-05-15 14:34:03 -07:00
|
|
|
|
_ACEOF
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
break
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
|
|
|
|
|
$as_echo_n "checking stack direction for C alloca... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_c_stack_direction+set}" = set; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$cross_compiling" = yes; then :
|
|
|
|
|
ac_cv_c_stack_direction=0
|
|
|
|
|
else
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$ac_includes_default
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
2010-06-03 15:16:02 -07:00
|
|
|
|
find_stack_direction ()
|
2010-03-17 22:57:21 -07:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
static char *addr = 0;
|
|
|
|
|
auto char dummy;
|
|
|
|
|
if (addr == 0)
|
|
|
|
|
{
|
|
|
|
|
addr = &dummy;
|
|
|
|
|
return find_stack_direction ();
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
return (&dummy > addr) ? 1 : -1;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return find_stack_direction () < 0;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_run "$LINENO"; then :
|
|
|
|
|
ac_cv_c_stack_direction=1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_c_stack_direction=-1
|
|
|
|
|
fi
|
|
|
|
|
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
|
|
conftest.$ac_objext conftest.beam conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
|
|
|
|
|
$as_echo "$ac_cv_c_stack_direction" >&6; }
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define STACK_DIRECTION $ac_cv_c_stack_direction
|
|
|
|
|
_ACEOF
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test x"$ac_cv_func_alloca_works" != xyes; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "a system implementation of alloca is required " "$LINENO" 5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# fmod, logb, and frexp are found in -lm on most systems.
|
|
|
|
|
# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
|
|
|
|
|
$as_echo_n "checking for sqrt in -lm... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_m_sqrt+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-05-15 14:34:03 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lm $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char sqrt ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return sqrt ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_m_sqrt=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_m_sqrt=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-05-15 14:34:03 -07:00
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_m_sqrt" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_m_sqrt" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_LIBM 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lm $LIBS"
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check for mail-locking functions in a "mail" library. Probably this should
|
|
|
|
|
# have the same check as for liblockfile below.
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5
|
|
|
|
|
$as_echo_n "checking for maillock in -lmail... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_mail_maillock+set}" = set; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lmail $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-15 14:34:03 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char maillock ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
2010-03-12 11:34:27 -05:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return maillock ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
2010-03-12 11:34:27 -05:00
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_mail_maillock=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_mail_maillock=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_mail_maillock" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_mail_maillock" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_mail=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_mail=no
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test $have_mail = yes; then
|
|
|
|
|
LIBS_MAIL=-lmail
|
|
|
|
|
LIBS="$LIBS_MAIL $LIBS"
|
|
|
|
|
|
|
|
|
|
$as_echo "#define HAVE_LIBMAIL 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
LIBS_MAIL=
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5
|
|
|
|
|
$as_echo_n "checking for maillock in -llockfile... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_lockfile_maillock+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-llockfile $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char maillock ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
2001-10-19 12:33:10 +00:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return maillock ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
2001-10-19 12:33:10 +00:00
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_lockfile_maillock=yes
|
2001-10-19 12:33:10 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_lockfile_maillock=no
|
1999-11-23 22:16:16 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-02-24 22:07:26 +00:00
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_lockfile_maillock" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_lockfile=yes
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_lockfile=no
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test $have_lockfile = yes; then
|
|
|
|
|
LIBS_MAIL=-llockfile
|
|
|
|
|
LIBS="$LIBS_MAIL $LIBS"
|
|
|
|
|
|
|
|
|
|
$as_echo "#define HAVE_LIBLOCKFILE 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
# If we have the shared liblockfile, assume we must use it for mail
|
|
|
|
|
# locking (e.g. Debian). If we couldn't link against liblockfile
|
|
|
|
|
# (no liblockfile.a installed), ensure that we don't need to.
|
|
|
|
|
# Extract the first word of "liblockfile.so", so it can be a program name with args.
|
|
|
|
|
set dummy liblockfile.so; ac_word=$2
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_prog_liblockfile+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
if test -n "$liblockfile"; then
|
|
|
|
|
ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test.
|
|
|
|
|
else
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
as_dummy="/usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH"
|
|
|
|
|
for as_dir in $as_dummy
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
|
|
|
|
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
|
|
|
|
|
ac_cv_prog_liblockfile="yes"
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
test -z "$ac_cv_prog_liblockfile" && ac_cv_prog_liblockfile="no"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
liblockfile=$ac_cv_prog_liblockfile
|
|
|
|
|
if test -n "$liblockfile"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $liblockfile" >&5
|
|
|
|
|
$as_echo "$liblockfile" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if test $ac_cv_prog_liblockfile = yes; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "Shared liblockfile found but can't link against it.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
This probably means that movemail could lose mail.
|
|
|
|
|
There may be a \`development' package to install containing liblockfile." "$LINENO" 5
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
for ac_func in touchlock
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_touchlock" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_TOUCHLOCK 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
for ac_header in maillock.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_maillock_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_MAILLOCK_H 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Define MAIL_USE_FLOCK (or LOCKF) if the mailer uses flock (or lockf) to
|
|
|
|
|
## interlock access to the mail spool. The alternative is a lock file named
|
|
|
|
|
## /usr/spool/mail/$USER.lock.
|
|
|
|
|
mail_lock=no
|
|
|
|
|
case "$opsys" in
|
|
|
|
|
aix4-2) mail_lock="lockf" ;;
|
|
|
|
|
|
|
|
|
|
gnu|freebsd|netbsd|openbsd|darwin|irix6-5) mail_lock="flock" ;;
|
|
|
|
|
|
|
|
|
|
## On GNU/Linux systems, both methods are used by various mail programs.
|
|
|
|
|
## I assume most people are using newer mailers that have heard of flock.
|
|
|
|
|
## Change this if you need to.
|
|
|
|
|
## Debian contains a patch which says: ``On Debian/GNU/Linux systems,
|
|
|
|
|
## configure gets the right answers, and that means *NOT* using flock.
|
|
|
|
|
## Using flock is guaranteed to be the wrong thing. See Debian Policy
|
|
|
|
|
## for details.'' and then uses `#ifdef DEBIAN'. Unfortunately the
|
|
|
|
|
## Debian maintainer hasn't provided a clean fix for Emacs.
|
|
|
|
|
## movemail.c will use `maillock' when MAILDIR, HAVE_LIBMAIL and
|
|
|
|
|
## HAVE_MAILLOCK_H are defined, so the following appears to be the
|
|
|
|
|
## correct logic. -- fx
|
|
|
|
|
## We must check for HAVE_LIBLOCKFILE too, as movemail does.
|
|
|
|
|
## liblockfile is a Free Software replacement for libmail, used on
|
|
|
|
|
## Debian systems and elsewhere. -rfr.
|
|
|
|
|
gnu-*)
|
|
|
|
|
mail_lock="flock"
|
|
|
|
|
if test $have_mail = yes || test $have_lockfile = yes; then
|
|
|
|
|
test $ac_cv_header_maillock_h = yes && mail_lock=no
|
|
|
|
|
fi
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
BLESSMAIL_TARGET=
|
|
|
|
|
case "$mail_lock" in
|
|
|
|
|
flock)
|
|
|
|
|
$as_echo "#define MAIL_USE_FLOCK 1" >>confdefs.h
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
lockf)
|
|
|
|
|
$as_echo "#define MAIL_USE_LOCKF 1" >>confdefs.h
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
*) BLESSMAIL_TARGET="need-blessmail" ;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_func in gethostname getdomainname dup2 \
|
|
|
|
|
rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \
|
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
* alloc.c (overrun_check_malloc, overrun_check_realloc)
(overrun_check_free, xstrdup, allocate_string)
(allocate_string_data, compact_small_strings, Fmake_string)
(make_unibyte_string, make_multibyte_string)
(make_string_from_bytes, make_specified_string, make_float)
(Fcons, allocate_terminal, allocate_frame, make_pure_string)
(Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
memcpy, memmove, memset, memcmp.
* atimer.c (start_atimer, set_alarm): Likewise.
* buffer.c (clone_per_buffer_values, report_overlay_modification)
(mmap_realloc, init_buffer_once): Likewise.
* callint.c (Fcall_interactively): Likewise.
* callproc.c (Fcall_process, Fcall_process_region, child_setup)
(getenv_internal_1): Likewise.
* casefiddle.c (casify_object): Likewise.
* ccl.c (ccl_driver): Likewise.
* character.c (str_as_multibyte, str_to_multibyte): Likewise.
* charset.c (load_charset_map_from_file)
(load_charset_map_from_file, load_charset_map_from_vector)
(Fdefine_charset_internal): Likewise.
* cm.c (Wcm_clear): Likewise.
* coding.c (decode_eol, decode_coding_object)
(Fset_coding_system_priority, make_subsidiaries): Likewise.
* data.c (Faset): Likewise.
* dired.c (directory_files_internal, file_name_completion_stat):
Likewise.
* dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
(clear_glyph_row, copy_row_except_pointers)
(copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
(save_current_matrix, restore_current_matrix)
(build_frame_matrix_from_leaf_window, mirrored_line_dance)
(mirror_line_dance, scrolling_window): Likewise.
* doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
Likewise.
* doprnt.c (doprnt): Likewise.
* editfns.c (Fuser_full_name, make_buffer_string_both)
(Fmessage_box, Fformat, Ftranspose_regions): Likewise.
* emacs.c (sort_args): Likewise.
* eval.c (Fapply, Ffuncall): Likewise.
* fileio.c (Ffile_name_directory, make_temp_name)
(Fexpand_file_name, search_embedded_absfilename)
(Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
(auto_save_error): Likewise.
* fns.c (Fstring_equal, Fcopy_sequence, concat)
(string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
(internal_equal, Fclear_string, larger_vector, copy_hash_table)
(Fmake_hash_table): Likewise.
* fringe.c (Fdefine_fringe_bitmap): Likewise.
* ftfont.c (ftfont_text_extents): Likewise.
* getloadavg.c (getloadavg): Likewise.
* image.c (define_image_type, make_image, make_image_cache)
(x_create_x_image_and_pixmap, xbm_image_p)
(w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
(xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
(init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
(png_image_p, png_read_from_memory, png_load, jpeg_image_p)
(tiff_image_p, tiff_read_from_memory, gif_image_p)
(gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
Likewise.
* indent.c (scan_for_column, compute_motion): Likewise.
* insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
(insert_1_both, insert_from_gap, replace_range_2): Likewise.
* intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
* keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
(kbd_buffer_store_event_hold, apply_modifiers_uncached)
(store_user_signal_events, menu_bar_items, tool_bar_items)
(process_tool_bar_item, append_tool_bar_item)
(read_char_minibuf_menu_prompt, read_key_sequence)
(Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
Likewise.
* keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
Likewise.
* lisp.h (STRING_COPYIN): Likewise.
* lread.c (Fload, read1, oblookup): Likewise.
* msdos.c (Frecent_doskeys): Likewise.
* nsfns.m (Fx_create_frame): Likewise.
* nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
Likewise.
* nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
(EmacsImage-initForXPMWithDepth:width:height:flip:length:):
Likewise.
* nsmenu.m (ns_update_menubar): Likewise.
* nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
* print.c (print_unwind, printchar, strout, print_string)
(print_error_message): Likewise.
* process.c (conv_lisp_to_sockaddr, set_socket_option)
(Fmake_network_process, Fnetwork_interface_list)
(Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
(init_process): Likewise.
* ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
* regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
Likewise.
* scroll.c (do_scrolling, do_direct_scrolling)
(scrolling_max_lines_saved): Likewise.
* search.c (search_buffer, wordify, Freplace_match): Likewise.
* sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
* syntax.c (skip_chars, skip_syntaxes): Likewise.
* sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
(emacs_set_tty): Likewise.
* term.c (encode_terminal_code, calculate_costs)
(produce_special_glyphs, create_tty_output, init_tty, delete_tty):
Likewise.
* termcap.c (tgetst1, gobble_line): Likewise.
* termhooks.h (EVENT_INIT): Likewise.
* tparam.c (tparam1): Likewise.
* unexalpha.c (unexec): Likewise.
* unexec.c (write_segment): Likewise.
* unexmacosx.c (unexec_write_zero): Likewise.
* w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
(Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
* w32font.c (w32font_list_family, w32font_text_extents)
(w32font_list_internal, w32font_match_internal)
(w32font_open_internal, compute_metrics, Fx_select_font):
Likewise.
* w32menu.c (set_frame_menubar, add_menu_item)
(w32_menu_display_help, w32_free_submenu_strings): Likewise.
* w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
* w32uniscribe.c (uniscribe_list_family): Likewise.
* w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
* window.c (make_window, replace_window, set_window_buffer)
(Fsplit_window): Likewise.
* xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
(add_to_log, message3, x_consider_frame_title)
(append_space_for_newline, extend_face_to_end_of_line)
(decode_mode_spec_coding, init_glyph_string): Likewise.
* xfaces.c (x_create_gc, get_lface_attributes_no_remap)
(Finternal_copy_lisp_face, Finternal_merge_in_global_face)
(face_attr_equal_p, make_realized_face, make_face_cache)
(free_realized_faces, lookup_named_face, smaller_face)
(face_with_height, lookup_derived_face)
(x_supports_face_attributes_p, Finternal_set_font_selection_order)
(Finternal_set_font_selection_order, realize_default_face)
(compute_char_face, face_at_buffer_position)
(face_for_overlay_string, face_at_string_position, merge_faces):
Likewise.
* xfns.c (xic_create_fontsetname, Fx_create_frame)
(Fx_window_property, x_create_tip_frame)
(Fx_backspace_delete_keys_p): Likewise.
* xfont.c (xfont_list, xfont_match, xfont_list_family)
(xfont_text_extents): Likewise.
* xmenu.c (set_frame_menubar, xmenu_show): Likewise.
* xrdb.c (magic_file_p, x_get_resource): Likewise.
* xselect.c (x_queue_event, x_get_window_property)
(receive_incremental_selection): Likewise.
* xsmfns.c (x_session_check_input): Likewise.
* xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
(handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
Likewise.
* character.h (BCOPY_SHORT): Removed.
* config.in: Regenerate.
* dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
* emacs.c (main) [PROFILING]: Don't declare
dump_opcode_frequencies.
* lisp.h (safe_bcopy): Remove declaration.
(memset) [!HAVE_MEMSET]: Declare.
(memcpy) [!HAVE_MEMCPY]: Likewise.
(memmove) [!HAVE_MEMMOVE]: Likewise.
(memcmp) [!HAVE_MEMCMP]: Likewise.
* s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
(BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
Don't define.
(HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
* s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
(BCOPY_DOWNWARD_SAFE): Don't define.
* sysdep.c (memset) [!HAVE_MEMSET]: Define.
(memcpy) [!HAVE_MEMCPY]: Define.
(memmove) [!HAVE_MEMMOVE]: Define.
(memcmp) [!HAVE_MEMCMP]: Define.
* config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
(HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
* sed2v2.inp (HAVE_MEMCPY, HAVE_MEMSET): Edit to 1.
(HAVE_BZERO): Don't edit.
* lwlib.c (lwlib_memset, lwlib_bcopy): Remove.
(malloc_widget_value, free_widget_info, allocate_widget_instance)
(lw_separator_p): Replace lwlib_memset, lwlib_bcopy, bzero, bcmp by
memset, memcpy, memcmp.
* lwlib-utils.c (XtApplyToWidgets): Likewise.
* xlwmenu.c (XlwMenuInitialize): Likewise.
* lwlib.h (lwlib_bcopy): Remove declaration.
* ebrowse.c (add_sym, make_namespace): Replace bcopy, bzero by
memcpy, memmove, memset.
* pop.c (pop_retrieve, socket_connection, pop_getline): Likewise.
* CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
(GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
Remove.
* configure.in: Don't check for bcopy, bcmp, bzero. Don't include
<strings.h> and don't define bcopy, bzero, BCMP in config.h.
2010-07-08 00:18:28 +02:00
|
|
|
|
random lrand48 logb frexp fmod rint cbrt ftime setsid \
|
2010-06-03 15:16:02 -07:00
|
|
|
|
strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
|
|
|
|
|
utimes getrlimit setrlimit setpgid getcwd getwd shutdown getaddrinfo \
|
Use strchr, strrchr instead of index, rindex
* callint.c (Fcall_interactively): Use strchr, strrchr instead of
index, rindex.
* doc.c (get_doc_string, Fsnarf_documentation): Likewise.
* editfns.c (Fuser_full_name, Fformat): Likewise.
* emacs.c (argmatch, sort_args, decode_env_path): Likewise.
* fileio.c (Ffile_symlink_p): Likewise.
* filelock.c (current_lock_owner): Likewise.
* font.c (font_parse_name, font_parse_family_registry): Likewise.
* fontset.c (fontset_pattern_regexp): Likewise.
* lread.c (read1): Likewise.
* sysdep.c (init_system_name): Likewise.
* xfns.c (select_visual): Likewise.
* s/hpux10-20.h (index, rindex): Don't define.
* s/ms-w32.h (index): Likewise.
* s/usg5-4.h: Likewise.
* sed2v2.inp (HAVE_INDEX, HAVE_RINDEX): Don't edit.
(HAVE_STRCHR, HAVE_STRRCHR): Edit to 1.
* emacsclient.c (set_local_socket): Use strchr, strrchr instead of
index, rindex.
* movemail.c (mail_spool_name, popmail): Likewise.
* pop.c (pop_list): Likewise.
* CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
* configure.in: Don't check for index and rindex, check for strchr
and strrchr. Define strchr and strrchr as index and rindex,
resp., in src/config.h if not available.
2010-07-11 12:31:10 +02:00
|
|
|
|
__fpending mblen mbrlen mbsinit strsignal setitimer ualarm strchr strrchr \
|
2010-06-03 15:16:02 -07:00
|
|
|
|
sendto recvfrom getsockopt setsockopt getsockname getpeername \
|
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
* alloc.c (overrun_check_malloc, overrun_check_realloc)
(overrun_check_free, xstrdup, allocate_string)
(allocate_string_data, compact_small_strings, Fmake_string)
(make_unibyte_string, make_multibyte_string)
(make_string_from_bytes, make_specified_string, make_float)
(Fcons, allocate_terminal, allocate_frame, make_pure_string)
(Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
memcpy, memmove, memset, memcmp.
* atimer.c (start_atimer, set_alarm): Likewise.
* buffer.c (clone_per_buffer_values, report_overlay_modification)
(mmap_realloc, init_buffer_once): Likewise.
* callint.c (Fcall_interactively): Likewise.
* callproc.c (Fcall_process, Fcall_process_region, child_setup)
(getenv_internal_1): Likewise.
* casefiddle.c (casify_object): Likewise.
* ccl.c (ccl_driver): Likewise.
* character.c (str_as_multibyte, str_to_multibyte): Likewise.
* charset.c (load_charset_map_from_file)
(load_charset_map_from_file, load_charset_map_from_vector)
(Fdefine_charset_internal): Likewise.
* cm.c (Wcm_clear): Likewise.
* coding.c (decode_eol, decode_coding_object)
(Fset_coding_system_priority, make_subsidiaries): Likewise.
* data.c (Faset): Likewise.
* dired.c (directory_files_internal, file_name_completion_stat):
Likewise.
* dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
(clear_glyph_row, copy_row_except_pointers)
(copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
(save_current_matrix, restore_current_matrix)
(build_frame_matrix_from_leaf_window, mirrored_line_dance)
(mirror_line_dance, scrolling_window): Likewise.
* doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
Likewise.
* doprnt.c (doprnt): Likewise.
* editfns.c (Fuser_full_name, make_buffer_string_both)
(Fmessage_box, Fformat, Ftranspose_regions): Likewise.
* emacs.c (sort_args): Likewise.
* eval.c (Fapply, Ffuncall): Likewise.
* fileio.c (Ffile_name_directory, make_temp_name)
(Fexpand_file_name, search_embedded_absfilename)
(Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
(auto_save_error): Likewise.
* fns.c (Fstring_equal, Fcopy_sequence, concat)
(string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
(internal_equal, Fclear_string, larger_vector, copy_hash_table)
(Fmake_hash_table): Likewise.
* fringe.c (Fdefine_fringe_bitmap): Likewise.
* ftfont.c (ftfont_text_extents): Likewise.
* getloadavg.c (getloadavg): Likewise.
* image.c (define_image_type, make_image, make_image_cache)
(x_create_x_image_and_pixmap, xbm_image_p)
(w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
(xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
(init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
(png_image_p, png_read_from_memory, png_load, jpeg_image_p)
(tiff_image_p, tiff_read_from_memory, gif_image_p)
(gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
Likewise.
* indent.c (scan_for_column, compute_motion): Likewise.
* insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
(insert_1_both, insert_from_gap, replace_range_2): Likewise.
* intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
* keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
(kbd_buffer_store_event_hold, apply_modifiers_uncached)
(store_user_signal_events, menu_bar_items, tool_bar_items)
(process_tool_bar_item, append_tool_bar_item)
(read_char_minibuf_menu_prompt, read_key_sequence)
(Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
Likewise.
* keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
Likewise.
* lisp.h (STRING_COPYIN): Likewise.
* lread.c (Fload, read1, oblookup): Likewise.
* msdos.c (Frecent_doskeys): Likewise.
* nsfns.m (Fx_create_frame): Likewise.
* nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
Likewise.
* nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
(EmacsImage-initForXPMWithDepth:width:height:flip:length:):
Likewise.
* nsmenu.m (ns_update_menubar): Likewise.
* nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
* print.c (print_unwind, printchar, strout, print_string)
(print_error_message): Likewise.
* process.c (conv_lisp_to_sockaddr, set_socket_option)
(Fmake_network_process, Fnetwork_interface_list)
(Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
(init_process): Likewise.
* ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
* regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
Likewise.
* scroll.c (do_scrolling, do_direct_scrolling)
(scrolling_max_lines_saved): Likewise.
* search.c (search_buffer, wordify, Freplace_match): Likewise.
* sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
* syntax.c (skip_chars, skip_syntaxes): Likewise.
* sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
(emacs_set_tty): Likewise.
* term.c (encode_terminal_code, calculate_costs)
(produce_special_glyphs, create_tty_output, init_tty, delete_tty):
Likewise.
* termcap.c (tgetst1, gobble_line): Likewise.
* termhooks.h (EVENT_INIT): Likewise.
* tparam.c (tparam1): Likewise.
* unexalpha.c (unexec): Likewise.
* unexec.c (write_segment): Likewise.
* unexmacosx.c (unexec_write_zero): Likewise.
* w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
(Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
* w32font.c (w32font_list_family, w32font_text_extents)
(w32font_list_internal, w32font_match_internal)
(w32font_open_internal, compute_metrics, Fx_select_font):
Likewise.
* w32menu.c (set_frame_menubar, add_menu_item)
(w32_menu_display_help, w32_free_submenu_strings): Likewise.
* w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
* w32uniscribe.c (uniscribe_list_family): Likewise.
* w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
* window.c (make_window, replace_window, set_window_buffer)
(Fsplit_window): Likewise.
* xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
(add_to_log, message3, x_consider_frame_title)
(append_space_for_newline, extend_face_to_end_of_line)
(decode_mode_spec_coding, init_glyph_string): Likewise.
* xfaces.c (x_create_gc, get_lface_attributes_no_remap)
(Finternal_copy_lisp_face, Finternal_merge_in_global_face)
(face_attr_equal_p, make_realized_face, make_face_cache)
(free_realized_faces, lookup_named_face, smaller_face)
(face_with_height, lookup_derived_face)
(x_supports_face_attributes_p, Finternal_set_font_selection_order)
(Finternal_set_font_selection_order, realize_default_face)
(compute_char_face, face_at_buffer_position)
(face_for_overlay_string, face_at_string_position, merge_faces):
Likewise.
* xfns.c (xic_create_fontsetname, Fx_create_frame)
(Fx_window_property, x_create_tip_frame)
(Fx_backspace_delete_keys_p): Likewise.
* xfont.c (xfont_list, xfont_match, xfont_list_family)
(xfont_text_extents): Likewise.
* xmenu.c (set_frame_menubar, xmenu_show): Likewise.
* xrdb.c (magic_file_p, x_get_resource): Likewise.
* xselect.c (x_queue_event, x_get_window_property)
(receive_incremental_selection): Likewise.
* xsmfns.c (x_session_check_input): Likewise.
* xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
(handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
Likewise.
* character.h (BCOPY_SHORT): Removed.
* config.in: Regenerate.
* dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
* emacs.c (main) [PROFILING]: Don't declare
dump_opcode_frequencies.
* lisp.h (safe_bcopy): Remove declaration.
(memset) [!HAVE_MEMSET]: Declare.
(memcpy) [!HAVE_MEMCPY]: Likewise.
(memmove) [!HAVE_MEMMOVE]: Likewise.
(memcmp) [!HAVE_MEMCMP]: Likewise.
* s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
(BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
Don't define.
(HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
* s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
(BCOPY_DOWNWARD_SAFE): Don't define.
* sysdep.c (memset) [!HAVE_MEMSET]: Define.
(memcpy) [!HAVE_MEMCPY]: Define.
(memmove) [!HAVE_MEMMOVE]: Define.
(memcmp) [!HAVE_MEMCMP]: Define.
* config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
(HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
* sed2v2.inp (HAVE_MEMCPY, HAVE_MEMSET): Edit to 1.
(HAVE_BZERO): Don't edit.
* lwlib.c (lwlib_memset, lwlib_bcopy): Remove.
(malloc_widget_value, free_widget_info, allocate_widget_instance)
(lw_separator_p): Replace lwlib_memset, lwlib_bcopy, bzero, bcmp by
memset, memcpy, memcmp.
* lwlib-utils.c (XtApplyToWidgets): Likewise.
* xlwmenu.c (XlwMenuInitialize): Likewise.
* lwlib.h (lwlib_bcopy): Remove declaration.
* ebrowse.c (add_sym, make_namespace): Replace bcopy, bzero by
memcpy, memmove, memset.
* pop.c (pop_retrieve, socket_connection, pop_getline): Likewise.
* CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
(GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
Remove.
* configure.in: Don't check for bcopy, bcmp, bzero. Don't include
<strings.h> and don't define bcopy, bzero, BCMP in config.h.
2010-07-08 00:18:28 +02:00
|
|
|
|
gai_strerror mkstemp getline getdelim mremap memmove fsync sync \
|
2010-06-03 15:16:02 -07:00
|
|
|
|
memset memcmp difftime memcpy mempcpy mblen mbrlen posix_memalign \
|
2010-07-25 21:09:54 +02:00
|
|
|
|
cfmakeraw cfsetspeed isnan copysign __executable_start
|
2010-06-03 15:16:02 -07:00
|
|
|
|
do :
|
|
|
|
|
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
|
2010-11-21 15:39:55 +01:00
|
|
|
|
eval as_val=\$$as_ac_var
|
|
|
|
|
if test "x$as_val" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
1999-11-23 22:16:16 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
1999-11-23 22:16:16 +00:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_header in sys/un.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_sys_un_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_SYS_UN_H 1
|
|
|
|
|
_ACEOF
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-08-23 14:54:09 +02:00
|
|
|
|
for ac_func in $ac_func_list
|
|
|
|
|
do :
|
|
|
|
|
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
|
2010-11-21 15:39:55 +01:00
|
|
|
|
eval as_val=\$$as_ac_var
|
|
|
|
|
if test "x$as_val" = x""yes; then :
|
2010-08-23 14:54:09 +02:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5
|
|
|
|
|
$as_echo_n "checking for working mktime... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_func_working_mktime+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$cross_compiling" = yes; then :
|
|
|
|
|
ac_cv_func_working_mktime=no
|
|
|
|
|
else
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Test program from Paul Eggert and Tony Leneis. */
|
|
|
|
|
#ifdef TIME_WITH_SYS_TIME
|
|
|
|
|
# include <sys/time.h>
|
|
|
|
|
# include <time.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
#else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# ifdef HAVE_SYS_TIME_H
|
|
|
|
|
# include <sys/time.h>
|
|
|
|
|
# else
|
|
|
|
|
# include <time.h>
|
|
|
|
|
# endif
|
2010-03-17 22:57:21 -07:00
|
|
|
|
#endif
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <limits.h>
|
|
|
|
|
#include <stdlib.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#ifdef HAVE_UNISTD_H
|
|
|
|
|
# include <unistd.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
#ifndef HAVE_ALARM
|
|
|
|
|
# define alarm(X) /* empty */
|
2010-03-17 22:57:21 -07:00
|
|
|
|
#endif
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Work around redefinition to rpl_putenv by other config tests. */
|
|
|
|
|
#undef putenv
|
|
|
|
|
|
|
|
|
|
static time_t time_t_max;
|
|
|
|
|
static time_t time_t_min;
|
|
|
|
|
|
|
|
|
|
/* Values we'll use to set the TZ environment variable. */
|
2010-11-21 15:39:55 +01:00
|
|
|
|
static char *tz_strings[] = {
|
|
|
|
|
(char *) 0, "TZ=GMT0", "TZ=JST-9",
|
2010-06-03 15:16:02 -07:00
|
|
|
|
"TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
|
|
|
|
|
};
|
|
|
|
|
#define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Return 0 if mktime fails to convert a date in the spring-forward gap.
|
|
|
|
|
Based on a problem report from Andreas Jaeger. */
|
|
|
|
|
static int
|
|
|
|
|
spring_forward_gap ()
|
2010-03-12 11:34:27 -05:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* glibc (up to about 1998-10-07) failed this test. */
|
|
|
|
|
struct tm tm;
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
|
|
|
|
|
instead of "TZ=America/Vancouver" in order to detect the bug even
|
|
|
|
|
on systems that don't support the Olson extension, or don't have the
|
|
|
|
|
full zoneinfo tables installed. */
|
2010-11-21 15:39:55 +01:00
|
|
|
|
putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
tm.tm_year = 98;
|
|
|
|
|
tm.tm_mon = 3;
|
|
|
|
|
tm.tm_mday = 5;
|
|
|
|
|
tm.tm_hour = 2;
|
|
|
|
|
tm.tm_min = 0;
|
|
|
|
|
tm.tm_sec = 0;
|
|
|
|
|
tm.tm_isdst = -1;
|
|
|
|
|
return mktime (&tm) != (time_t) -1;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
}
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
static int
|
2010-11-21 15:39:55 +01:00
|
|
|
|
mktime_test1 (now)
|
|
|
|
|
time_t now;
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{
|
|
|
|
|
struct tm *lt;
|
|
|
|
|
return ! (lt = localtime (&now)) || mktime (lt) == now;
|
|
|
|
|
}
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
static int
|
2010-11-21 15:39:55 +01:00
|
|
|
|
mktime_test (now)
|
|
|
|
|
time_t now;
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{
|
|
|
|
|
return (mktime_test1 (now)
|
|
|
|
|
&& mktime_test1 ((time_t) (time_t_max - now))
|
|
|
|
|
&& mktime_test1 ((time_t) (time_t_min + now)));
|
|
|
|
|
}
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
static int
|
|
|
|
|
irix_6_4_bug ()
|
2010-03-17 22:57:21 -07:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Based on code from Ariel Faigon. */
|
|
|
|
|
struct tm tm;
|
|
|
|
|
tm.tm_year = 96;
|
|
|
|
|
tm.tm_mon = 3;
|
|
|
|
|
tm.tm_mday = 0;
|
|
|
|
|
tm.tm_hour = 0;
|
|
|
|
|
tm.tm_min = 0;
|
|
|
|
|
tm.tm_sec = 0;
|
|
|
|
|
tm.tm_isdst = -1;
|
|
|
|
|
mktime (&tm);
|
|
|
|
|
return tm.tm_mon == 2 && tm.tm_mday == 31;
|
|
|
|
|
}
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
static int
|
2010-11-21 15:39:55 +01:00
|
|
|
|
bigtime_test (j)
|
|
|
|
|
int j;
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{
|
|
|
|
|
struct tm tm;
|
|
|
|
|
time_t now;
|
|
|
|
|
tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
|
|
|
|
|
now = mktime (&tm);
|
|
|
|
|
if (now != (time_t) -1)
|
|
|
|
|
{
|
|
|
|
|
struct tm *lt = localtime (&now);
|
|
|
|
|
if (! (lt
|
|
|
|
|
&& lt->tm_year == tm.tm_year
|
|
|
|
|
&& lt->tm_mon == tm.tm_mon
|
|
|
|
|
&& lt->tm_mday == tm.tm_mday
|
|
|
|
|
&& lt->tm_hour == tm.tm_hour
|
|
|
|
|
&& lt->tm_min == tm.tm_min
|
|
|
|
|
&& lt->tm_sec == tm.tm_sec
|
|
|
|
|
&& lt->tm_yday == tm.tm_yday
|
|
|
|
|
&& lt->tm_wday == tm.tm_wday
|
|
|
|
|
&& ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
|
|
|
|
|
== (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
return 1;
|
2001-10-19 12:33:10 +00:00
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
static int
|
|
|
|
|
year_2050_test ()
|
|
|
|
|
{
|
|
|
|
|
/* The correct answer for 2050-02-01 00:00:00 in Pacific time,
|
|
|
|
|
ignoring leap seconds. */
|
|
|
|
|
unsigned long int answer = 2527315200UL;
|
2003-07-23 11:16:30 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
struct tm tm;
|
|
|
|
|
time_t t;
|
|
|
|
|
tm.tm_year = 2050 - 1900;
|
|
|
|
|
tm.tm_mon = 2 - 1;
|
|
|
|
|
tm.tm_mday = 1;
|
|
|
|
|
tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
|
|
|
|
|
tm.tm_isdst = -1;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
|
|
|
|
|
instead of "TZ=America/Vancouver" in order to detect the bug even
|
|
|
|
|
on systems that don't support the Olson extension, or don't have the
|
|
|
|
|
full zoneinfo tables installed. */
|
2010-11-21 15:39:55 +01:00
|
|
|
|
putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
|
1999-11-23 22:16:16 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
t = mktime (&tm);
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Check that the result is either a failure, or close enough
|
|
|
|
|
to the correct answer that we can assume the discrepancy is
|
|
|
|
|
due to leap seconds. */
|
|
|
|
|
return (t == (time_t) -1
|
|
|
|
|
|| (0 < t && answer - 120 <= t && t <= answer + 120));
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2008-08-05 23:44:07 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
time_t t, delta;
|
|
|
|
|
int i, j;
|
1999-11-23 22:16:16 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* This test makes some buggy mktime implementations loop.
|
|
|
|
|
Give up after 60 seconds; a mktime slower than that
|
|
|
|
|
isn't worth using anyway. */
|
|
|
|
|
alarm (60);
|
1999-11-23 22:16:16 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for (;;)
|
|
|
|
|
{
|
|
|
|
|
t = (time_t_max << 1) + 1;
|
|
|
|
|
if (t <= time_t_max)
|
|
|
|
|
break;
|
|
|
|
|
time_t_max = t;
|
|
|
|
|
}
|
|
|
|
|
time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max;
|
2003-07-23 11:16:30 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
delta = time_t_max / 997; /* a suitable prime number */
|
|
|
|
|
for (i = 0; i < N_STRINGS; i++)
|
|
|
|
|
{
|
|
|
|
|
if (tz_strings[i])
|
2010-11-21 15:39:55 +01:00
|
|
|
|
putenv (tz_strings[i]);
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for (t = 0; t <= time_t_max - delta; t += delta)
|
|
|
|
|
if (! mktime_test (t))
|
|
|
|
|
return 1;
|
|
|
|
|
if (! (mktime_test ((time_t) 1)
|
|
|
|
|
&& mktime_test ((time_t) (60 * 60))
|
|
|
|
|
&& mktime_test ((time_t) (60 * 60 * 24))))
|
|
|
|
|
return 1;
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for (j = 1; ; j <<= 1)
|
|
|
|
|
if (! bigtime_test (j))
|
|
|
|
|
return 1;
|
|
|
|
|
else if (INT_MAX / 2 < j)
|
|
|
|
|
break;
|
|
|
|
|
if (! bigtime_test (INT_MAX))
|
|
|
|
|
return 1;
|
|
|
|
|
}
|
|
|
|
|
return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
|
2010-04-26 10:10:09 -07:00
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_run "$LINENO"; then :
|
|
|
|
|
ac_cv_func_working_mktime=yes
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_func_working_mktime=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
|
|
conftest.$ac_objext conftest.beam conftest.$ac_ext
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_working_mktime" >&5
|
|
|
|
|
$as_echo "$ac_cv_func_working_mktime" >&6; }
|
|
|
|
|
if test $ac_cv_func_working_mktime = no; then
|
|
|
|
|
case " $LIBOBJS " in
|
|
|
|
|
*" mktime.$ac_objext "* ) ;;
|
|
|
|
|
*) LIBOBJS="$LIBOBJS mktime.$ac_objext"
|
|
|
|
|
;;
|
|
|
|
|
esac
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$ac_cv_func_working_mktime" = no; then
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define BROKEN_MKTIME 1" >>confdefs.h
|
1999-11-23 22:16:16 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_have_func=no # yes means we've found a way to get the load average.
|
1999-11-23 22:16:16 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Make sure getloadavg.c is where it belongs, at configure-time.
|
|
|
|
|
test -f "$srcdir/$ac_config_libobj_dir/getloadavg.c" ||
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "$srcdir/$ac_config_libobj_dir/getloadavg.c is missing" "$LINENO" 5
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_save_LIBS=$LIBS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check for getloadavg, but be sure not to touch the cache variable.
|
|
|
|
|
(ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_getloadavg" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
exit 0
|
1999-11-23 22:16:16 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
exit 1
|
2008-08-05 23:44:07 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
) && ac_have_func=yes
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# On HPUX9, an unprivileged user can get load averages through this function.
|
|
|
|
|
for ac_func in pstat_getdynamic
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_PSTAT_GETDYNAMIC 1
|
2001-10-19 12:33:10 +00:00
|
|
|
|
_ACEOF
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
1999-11-23 22:16:16 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Solaris has libkstat which does not require root.
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
|
|
|
|
|
$as_echo_n "checking for kstat_open in -lkstat... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lkstat $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char kstat_open ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return kstat_open ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_kstat_kstat_open=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_kstat_kstat_open=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_LIBKSTAT 1
|
|
|
|
|
_ACEOF
|
1999-11-23 22:16:16 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lkstat $LIBS"
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes
|
|
|
|
|
|
|
|
|
|
# Some systems with -lutil have (and need) -lkvm as well, some do not.
|
|
|
|
|
# On Solaris, -lkvm requires nlist from -lelf, so check that first
|
|
|
|
|
# to get the right answer into the cache.
|
|
|
|
|
# For kstat on solaris, we need libelf to force the definition of SVR4 below.
|
|
|
|
|
if test $ac_have_func = no; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5
|
|
|
|
|
$as_echo_n "checking for elf_begin in -lelf... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_elf_elf_begin+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2002-04-10 22:14:09 +00:00
|
|
|
|
else
|
2010-02-24 22:07:26 +00:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lelf $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2003-07-23 11:16:30 +00:00
|
|
|
|
/* end confdefs.h. */
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char elf_begin ();
|
2010-02-24 22:07:26 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return elf_begin ();
|
2010-02-24 22:07:26 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2001-10-19 12:33:10 +00:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_elf_elf_begin=yes
|
2001-10-19 12:33:10 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_elf_elf_begin=no
|
1999-11-23 22:16:16 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-02-24 22:07:26 +00:00
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_elf_elf_begin" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lelf $LIBS"
|
2002-11-07 17:33:03 +00:00
|
|
|
|
fi
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
if test $ac_have_func = no; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5
|
|
|
|
|
$as_echo_n "checking for kvm_open in -lkvm... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2008-08-05 23:44:07 +00:00
|
|
|
|
else
|
2010-02-24 22:07:26 +00:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lkvm $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2008-08-05 23:44:07 +00:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char kvm_open ();
|
2008-08-05 23:44:07 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return kvm_open ();
|
2008-08-05 23:44:07 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_kvm_kvm_open=yes
|
2008-08-05 23:44:07 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_kvm_kvm_open=no
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-02-24 22:07:26 +00:00
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_kvm_kvm_open" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lkvm $LIBS"
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check for the 4.4BSD definition of getloadavg.
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5
|
|
|
|
|
$as_echo_n "checking for getloadavg in -lutil... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_util_getloadavg+set}" = set; then :
|
2010-02-24 22:07:26 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lutil $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2008-08-05 23:44:07 +00:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char getloadavg ();
|
2008-08-05 23:44:07 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return getloadavg ();
|
2008-08-05 23:44:07 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_util_getloadavg=yes
|
2008-08-05 23:44:07 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_util_getloadavg=no
|
2008-08-05 23:44:07 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-02-24 22:07:26 +00:00
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2008-08-05 23:44:07 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_util_getloadavg" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_util_getloadavg" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
|
2008-08-05 23:44:07 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ac_have_func = no; then
|
|
|
|
|
# There is a commonly available library for RS/6000 AIX.
|
|
|
|
|
# Since it is not a standard part of AIX, it might be installed locally.
|
|
|
|
|
ac_getloadavg_LIBS=$LIBS
|
|
|
|
|
LIBS="-L/usr/local/lib $LIBS"
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5
|
|
|
|
|
$as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2008-08-05 23:44:07 +00:00
|
|
|
|
else
|
2010-02-24 22:07:26 +00:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lgetloadavg $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2008-08-05 23:44:07 +00:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char getloadavg ();
|
2008-08-05 23:44:07 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return getloadavg ();
|
2008-08-05 23:44:07 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_getloadavg_getloadavg=yes
|
2010-02-24 22:07:26 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_getloadavg_getloadavg=no
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-02-25 20:59:04 -08:00
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lgetloadavg $LIBS"
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS=$ac_getloadavg_LIBS
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Make sure it is really in the library, if we think we found it,
|
|
|
|
|
# otherwise set up the replacement function.
|
|
|
|
|
for ac_func in getloadavg
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_getloadavg" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_GETLOADAVG 1
|
2010-02-24 22:07:26 +00:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
case " $LIBOBJS " in
|
|
|
|
|
*" getloadavg.$ac_objext "* ) ;;
|
|
|
|
|
*) LIBOBJS="$LIBOBJS getloadavg.$ac_objext"
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$as_echo "#define C_GETLOADAVG 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
# Figure out what our getloadavg.c needs.
|
|
|
|
|
ac_have_func=no
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_have_func=yes
|
|
|
|
|
|
|
|
|
|
$as_echo "#define DGUX 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5
|
|
|
|
|
$as_echo_n "checking for dg_sys_info in -ldgc... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then :
|
2010-02-24 22:07:26 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-ldgc $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2008-08-05 23:44:07 +00:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char dg_sys_info ();
|
2008-08-05 23:44:07 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return dg_sys_info ();
|
2008-08-05 23:44:07 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_dgc_dg_sys_info=yes
|
2010-02-25 20:59:04 -08:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_dgc_dg_sys_info=no
|
2010-05-06 17:30:56 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-05-15 14:34:03 -07:00
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_LIBDGC 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
LIBS="-ldgc $LIBS"
|
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-05-02 19:15:26 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-05-06 17:30:56 -07:00
|
|
|
|
|
|
|
|
|
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_locale_h" = x""yes; then :
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for ac_func in setlocale
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_setlocale" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_SETLOCALE 1
|
2010-05-15 14:34:03 -07:00
|
|
|
|
_ACEOF
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2003-07-23 11:16:30 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it
|
|
|
|
|
# uses stabs), but it is still SVR4. We cannot check for <elf.h> because
|
|
|
|
|
# Irix 4.0.5F has the header but not the library.
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_have_func=yes
|
|
|
|
|
|
|
|
|
|
$as_echo "#define SVR4 1" >>confdefs.h
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ac_have_func = no; then
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_have_func=yes
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define UMAX 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$as_echo "#define UMAX4_3 1" >>confdefs.h
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2003-07-23 11:16:30 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ac_have_func = no; then
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_have_func=yes; $as_echo "#define UMAX 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
if test $ac_have_func = no; then
|
|
|
|
|
for ac_header in mach/mach.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_mach_mach_h" = x""yes; then :
|
2010-05-15 17:11:37 -04:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define HAVE_MACH_MACH_H 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
for ac_header in nlist.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_nlist_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_NLIST_H 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h>
|
|
|
|
|
"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then :
|
2010-05-01 14:38:59 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_STRUCT_NLIST_N_UN_N_NAME 1
|
2010-02-25 20:59:04 -08:00
|
|
|
|
_ACEOF
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define NLIST_NAME_UNION 1" >>confdefs.h
|
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
# Some definitions of getloadavg require that the program be installed setgid.
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getloadavg requires setgid" >&5
|
|
|
|
|
$as_echo_n "checking whether getloadavg requires setgid... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_func_getloadavg_setgid+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2010-02-24 22:07:26 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-12 11:34:27 -05:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include "$srcdir/$ac_config_libobj_dir/getloadavg.c"
|
|
|
|
|
#ifdef LDAV_PRIVILEGED
|
|
|
|
|
Yowza Am I SETGID yet
|
|
|
|
|
#endif
|
2010-02-25 20:59:04 -08:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
|
|
$EGREP "Yowza Am I SETGID yet" >/dev/null 2>&1; then :
|
|
|
|
|
ac_cv_func_getloadavg_setgid=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_func_getloadavg_setgid=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f conftest*
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getloadavg_setgid" >&5
|
|
|
|
|
$as_echo "$ac_cv_func_getloadavg_setgid" >&6; }
|
|
|
|
|
if test $ac_cv_func_getloadavg_setgid = yes; then
|
|
|
|
|
NEED_SETGID=true
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define GETLOADAVG_PRIVILEGED 1" >>confdefs.h
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
NEED_SETGID=false
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ac_cv_func_getloadavg_setgid = yes; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking group of /dev/kmem" >&5
|
|
|
|
|
$as_echo_n "checking group of /dev/kmem... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_group_kmem+set}" = set; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2010-05-02 19:15:26 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# On Solaris, /dev/kmem is a symlink. Get info on the real file.
|
|
|
|
|
ac_ls_output=`ls -lgL /dev/kmem 2>/dev/null`
|
|
|
|
|
# If we got an error (system does not support symlinks), try without -L.
|
|
|
|
|
test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
|
|
|
|
|
ac_cv_group_kmem=`$as_echo "$ac_ls_output" \
|
|
|
|
|
| sed -ne 's/[ ][ ]*/ /g;
|
|
|
|
|
s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
|
|
|
|
|
/ /s/.* //;p;'`
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_group_kmem" >&5
|
|
|
|
|
$as_echo "$ac_cv_group_kmem" >&6; }
|
|
|
|
|
KMEM_GROUP=$ac_cv_group_kmem
|
|
|
|
|
fi
|
|
|
|
|
if test "x$ac_save_LIBS" = x; then
|
|
|
|
|
GETLOADAVG_LIBS=$LIBS
|
|
|
|
|
else
|
|
|
|
|
GETLOADAVG_LIBS=`$as_echo "$LIBS" | sed "s|$ac_save_LIBS||"`
|
|
|
|
|
fi
|
|
|
|
|
LIBS=$ac_save_LIBS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
|
|
|
|
|
$as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_sys_largefile_source+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
while :; do
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <sys/types.h> /* for off_t */
|
|
|
|
|
#include <stdio.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
int (*fp) (FILE *, off_t, int) = fseeko;
|
|
|
|
|
return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_sys_largefile_source=no; break
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define _LARGEFILE_SOURCE 1
|
|
|
|
|
#include <sys/types.h> /* for off_t */
|
|
|
|
|
#include <stdio.h>
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
int (*fp) (FILE *, off_t, int) = fseeko;
|
|
|
|
|
return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_sys_largefile_source=1; break
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
ac_cv_sys_largefile_source=unknown
|
|
|
|
|
break
|
|
|
|
|
done
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_source" >&5
|
|
|
|
|
$as_echo "$ac_cv_sys_largefile_source" >&6; }
|
|
|
|
|
case $ac_cv_sys_largefile_source in #(
|
|
|
|
|
no | unknown) ;;
|
|
|
|
|
*)
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
|
|
|
|
|
_ACEOF
|
|
|
|
|
;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -rf conftest*
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
|
|
|
|
|
# in glibc 2.1.3, but that breaks too many other things.
|
|
|
|
|
# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
|
|
|
|
|
if test $ac_cv_sys_largefile_source != unknown; then
|
2010-05-06 17:30:56 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_FSEEKO 1" >>confdefs.h
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2003-07-23 11:16:30 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Configure getopt.
|
|
|
|
|
# getopt.m4 serial 10
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# The getopt module assume you want GNU getopt, with getopt_long etc,
|
|
|
|
|
# rather than vanilla POSIX getopt. This means your your code should
|
|
|
|
|
# always include <getopt.h> for the getopt prototypes.
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
|
|
|
|
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Prerequisites of lib/getopt*.
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
GETOPT_H=
|
|
|
|
|
for ac_header in getopt.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_getopt_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_GETOPT_H 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
GETOPT_H=getopt.h
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -z "$GETOPT_H"; then
|
|
|
|
|
for ac_func in getopt_long_only
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_getopt_long_only" = x""yes; then :
|
2010-05-15 17:11:37 -04:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define HAVE_GETOPT_LONG_ONLY 1
|
2010-05-15 17:11:37 -04:00
|
|
|
|
_ACEOF
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
GETOPT_H=getopt.h
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -z "$GETOPT_H"; then
|
|
|
|
|
ac_fn_c_check_decl "$LINENO" "optreset" "ac_cv_have_decl_optreset" "#include <getopt.h>
|
|
|
|
|
"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_have_decl_optreset" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
GETOPT_H=getopt.h
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -z "$GETOPT_H"; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5
|
|
|
|
|
$as_echo_n "checking for working GNU getopt function... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${gl_cv_func_gnu_getopt+set}" = set; then :
|
2010-02-25 20:59:04 -08:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
if test "$cross_compiling" = yes; then :
|
|
|
|
|
ac_fn_c_check_decl "$LINENO" "getopt_clip" "ac_cv_have_decl_getopt_clip" "#include <getopt.h>
|
|
|
|
|
"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_have_decl_getopt_clip" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
gl_cv_func_gnu_getopt=no
|
|
|
|
|
else
|
|
|
|
|
gl_cv_func_gnu_getopt=yes
|
1999-11-23 22:16:16 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-02-25 20:59:04 -08:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <getopt.h>
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
char *myargv[3];
|
|
|
|
|
myargv[0] = "conftest";
|
|
|
|
|
myargv[1] = "-+";
|
|
|
|
|
myargv[2] = 0;
|
|
|
|
|
return getopt (2, myargv, "+a") != '?';
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-02-24 22:07:26 +00:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_run "$LINENO"; then :
|
|
|
|
|
gl_cv_func_gnu_getopt=yes
|
2010-02-25 20:59:04 -08:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
gl_cv_func_gnu_getopt=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
|
|
conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gnu_getopt" >&5
|
|
|
|
|
$as_echo "$gl_cv_func_gnu_getopt" >&6; }
|
|
|
|
|
if test "$gl_cv_func_gnu_getopt" = "no"; then
|
|
|
|
|
GETOPT_H=getopt.h
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -n "$GETOPT_H"; then :
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
GETOPT_H=getopt.h
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define __GETOPT_PREFIX rpl_" >>confdefs.h
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
2010-05-06 17:30:56 -07:00
|
|
|
|
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
:
|
|
|
|
|
GETOPTOBJS='getopt.o getopt1.o'
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
1999-11-23 22:16:16 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5
|
|
|
|
|
$as_echo_n "checking whether getpgrp requires zero arguments... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_func_getpgrp_void+set}" = set; then :
|
2010-02-25 20:59:04 -08:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Use it with a single arg.
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-12 11:34:27 -05:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$ac_includes_default
|
2010-06-03 15:16:02 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
getpgrp (0);
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-12 11:34:27 -05:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
ac_cv_func_getpgrp_void=no
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_func_getpgrp_void=yes
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getpgrp_void" >&5
|
|
|
|
|
$as_echo "$ac_cv_func_getpgrp_void" >&6; }
|
|
|
|
|
if test $ac_cv_func_getpgrp_void = yes; then
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define GETPGRP_VOID 1" >>confdefs.h
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_func in strftime
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_strftime" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_STRFTIME 1
|
|
|
|
|
_ACEOF
|
1999-11-23 22:16:16 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
# strftime is in -lintl on SCO UNIX.
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5
|
|
|
|
|
$as_echo_n "checking for strftime in -lintl... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_intl_strftime+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2002-04-10 22:14:09 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lintl $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
|
|
|
|
char strftime ();
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
return strftime ();
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_intl_strftime=yes
|
|
|
|
|
else
|
|
|
|
|
ac_cv_lib_intl_strftime=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_intl_strftime" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_intl_strftime" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_STRFTIME 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
LIBS="-lintl $LIBS"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# UNIX98 PTYs.
|
|
|
|
|
for ac_func in grantpt
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_grantpt" = x""yes; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define HAVE_GRANTPT 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
done
|
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# PTY-related GNU extensions.
|
|
|
|
|
for ac_func in getpt
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_getpt" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_GETPT 1
|
|
|
|
|
_ACEOF
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
|
|
|
|
done
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Check this now, so that we will NOT find the above functions in ncurses.
|
|
|
|
|
# That is because we have not set up to link ncurses in lib-src.
|
|
|
|
|
# It's better to believe a function is not available
|
|
|
|
|
# than to expect to find it in ncurses.
|
|
|
|
|
# Also we need tputs and friends to be able to build at all.
|
|
|
|
|
have_tputs_et_al=true
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5
|
|
|
|
|
$as_echo_n "checking for library containing tputs... " >&6; }
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "${ac_cv_search_tputs+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_func_search_save_LIBS=$LIBS
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
|
|
|
|
char tputs ();
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
return tputs ();
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-02-25 20:59:04 -08:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_lib in '' ncurses terminfo termcap; do
|
|
|
|
|
if test -z "$ac_lib"; then
|
|
|
|
|
ac_res="none required"
|
|
|
|
|
else
|
|
|
|
|
ac_res=-l$ac_lib
|
|
|
|
|
LIBS="-l$ac_lib $ac_func_search_save_LIBS"
|
|
|
|
|
fi
|
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_search_tputs=$ac_res
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "${ac_cv_search_tputs+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
break
|
|
|
|
|
fi
|
|
|
|
|
done
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "${ac_cv_search_tputs+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_search_tputs=no
|
|
|
|
|
fi
|
|
|
|
|
rm conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_func_search_save_LIBS
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tputs" >&5
|
|
|
|
|
$as_echo "$ac_cv_search_tputs" >&6; }
|
|
|
|
|
ac_res=$ac_cv_search_tputs
|
|
|
|
|
if test "$ac_res" != no; then :
|
|
|
|
|
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
have_tputs_et_al=false
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$have_tputs_et_al" != true; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "I couldn't find termcap functions (tputs and friends).
|
2010-06-03 15:16:02 -07:00
|
|
|
|
Maybe some development libraries/packages are missing? Try installing
|
|
|
|
|
libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5
|
|
|
|
|
fi
|
|
|
|
|
# Must define this when any termcap library is found.
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_LIBNCURSES 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
## FIXME This was the cpp logic, but I am not sure it is right.
|
|
|
|
|
## The above test has not necessarily found libncurses.
|
|
|
|
|
HAVE_LIBNCURSES=yes
|
|
|
|
|
|
|
|
|
|
## Use terminfo instead of termcap?
|
|
|
|
|
## Note only system files NOT using terminfo are:
|
|
|
|
|
## freebsd < 40000, ms-w32, msdos, netbsd < 599002500, and
|
|
|
|
|
## darwin|gnu without ncurses.
|
|
|
|
|
TERMINFO=no
|
|
|
|
|
LIBS_TERMCAP=
|
|
|
|
|
case "$opsys" in
|
|
|
|
|
## cygwin: Fewer environment variables to go wrong, more terminal types.
|
|
|
|
|
## hpux10-20: Use the system provided termcap(3) library.
|
|
|
|
|
## openbsd: David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this
|
|
|
|
|
## is necessary. Otherwise Emacs dumps core when run -nw.
|
|
|
|
|
aix4-2|cygwin|hpux*|irix6-5|openbsd|sol2*|unixware) TERMINFO=yes ;;
|
|
|
|
|
|
|
|
|
|
## darwin: Prevents crashes when running Emacs in Terminal.app under 10.2.
|
|
|
|
|
## The ncurses library has been moved out of the System framework in
|
|
|
|
|
## Mac OS X 10.2. So if configure detects it, set the command-line
|
|
|
|
|
## option to use it.
|
|
|
|
|
darwin|gnu*)
|
|
|
|
|
## (HAVE_LIBNCURSES was not always true, but is since 2010-03-18.)
|
|
|
|
|
if test "x$HAVE_LIBNCURSES" = "xyes"; then
|
|
|
|
|
TERMINFO=yes
|
|
|
|
|
LIBS_TERMCAP="-lncurses"
|
|
|
|
|
fi
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
freebsd)
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5
|
|
|
|
|
$as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; }
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "${emacs_cv_freebsd_terminfo+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <osreldate.h>
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
#if __FreeBSD_version < 400000
|
|
|
|
|
fail;
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-12 11:34:27 -05:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
emacs_cv_freebsd_terminfo=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_freebsd_terminfo=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_freebsd_terminfo" >&5
|
|
|
|
|
$as_echo "$emacs_cv_freebsd_terminfo" >&6; }
|
|
|
|
|
|
|
|
|
|
if test $emacs_cv_freebsd_terminfo = yes; then
|
|
|
|
|
TERMINFO=yes
|
|
|
|
|
LIBS_TERMCAP="-lncurses"
|
|
|
|
|
else
|
|
|
|
|
LIBS_TERMCAP="-ltermcap"
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;;
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
netbsd)
|
|
|
|
|
if test $ac_cv_search_tputs = -lterminfo; then
|
|
|
|
|
TERMINFO=yes
|
|
|
|
|
LIBS_TERMCAP="-lterminfo"
|
|
|
|
|
else
|
|
|
|
|
LIBS_TERMCAP="-ltermcap"
|
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;;
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case "$opsys" in
|
|
|
|
|
## hpux: Make sure we get select from libc rather than from libcurses
|
|
|
|
|
## because libcurses on HPUX 10.10 has a broken version of select.
|
|
|
|
|
## We used to use -lc -lcurses, but this may be cleaner.
|
|
|
|
|
hpux*) LIBS_TERMCAP="-ltermcap" ;;
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
openbsd) LIBS_TERMCAP="-lncurses" ;;
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Must use system termcap, if we use any termcap. It does special things.
|
|
|
|
|
sol2*) test "$TERMINFO" != yes && LIBS_TERMCAP="-ltermcap" ;;
|
2010-03-17 22:57:21 -07:00
|
|
|
|
esac
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
TERMCAP_OBJ=tparam.o
|
|
|
|
|
if test $TERMINFO = yes; then
|
|
|
|
|
|
|
|
|
|
$as_echo "#define TERMINFO 1" >>confdefs.h
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## Default used to be -ltermcap. Add a case above if need something else.
|
|
|
|
|
test "x$LIBS_TERMCAP" = "x" && LIBS_TERMCAP="-lcurses"
|
|
|
|
|
|
|
|
|
|
TERMCAP_OBJ=terminfo.o
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Do we have res_init, for detecting changes in /etc/resolv.conf?
|
|
|
|
|
resolv=no
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
#include <netinet/in.h>
|
|
|
|
|
#include <arpa/nameser.h>
|
|
|
|
|
#include <resolv.h>
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
return res_init();
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
have_res_init=yes
|
|
|
|
|
else
|
|
|
|
|
have_res_init=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
if test "$have_res_init" = no; then
|
|
|
|
|
OLIBS="$LIBS"
|
|
|
|
|
LIBS="$LIBS -lresolv"
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_init with -lresolv" >&5
|
|
|
|
|
$as_echo_n "checking for res_init with -lresolv... " >&6; }
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-12 11:34:27 -05:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <netinet/in.h>
|
|
|
|
|
#include <arpa/nameser.h>
|
|
|
|
|
#include <resolv.h>
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
return res_init();
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-12 11:34:27 -05:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
have_res_init=yes
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_res_init=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_res_init" >&5
|
|
|
|
|
$as_echo "$have_res_init" >&6; }
|
|
|
|
|
if test "$have_res_init" = yes ; then
|
|
|
|
|
resolv=yes
|
|
|
|
|
fi
|
|
|
|
|
LIBS="$OLIBS"
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2003-07-23 11:16:30 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$have_res_init" = yes; then
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_RES_INIT 1" >>confdefs.h
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Do we need the Hesiod library to provide the support routines?
|
|
|
|
|
LIBHESIOD=
|
|
|
|
|
if test "$with_hesiod" != no ; then
|
|
|
|
|
# Don't set $LIBS here -- see comments above. FIXME which comments?
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_res_send" = x""yes; then :
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func___res_send" = x""yes; then :
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5
|
|
|
|
|
$as_echo_n "checking for res_send in -lresolv... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_resolv_res_send+set}" = set; then :
|
2010-02-24 22:07:26 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lresolv $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-12 11:34:27 -05:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
|
|
|
|
char res_send ();
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
return res_send ();
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-02-25 20:59:04 -08:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_resolv_res_send=yes
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_resolv_res_send=no
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_resolv_res_send" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_resolv_res_send" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
resolv=yes
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5
|
|
|
|
|
$as_echo_n "checking for __res_send in -lresolv... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_resolv___res_send+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lresolv $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
|
|
|
|
char __res_send ();
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
return __res_send ();
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_resolv___res_send=yes
|
2001-10-19 12:33:10 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_resolv___res_send=no
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_resolv___res_send" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_resolv___res_send" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
resolv=yes
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
fi
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$resolv" = yes ; then
|
|
|
|
|
RESOLVLIB=-lresolv
|
|
|
|
|
else
|
|
|
|
|
RESOLVLIB=
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_hes_getmailhost" = x""yes; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5
|
|
|
|
|
$as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lhesiod $RESOLVLIB $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-02-25 20:59:04 -08:00
|
|
|
|
/* end confdefs.h. */
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
|
|
|
|
char hes_getmailhost ();
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
return hes_getmailhost ();
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-02-25 20:59:04 -08:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_hesiod_hes_getmailhost=yes
|
2002-11-07 17:33:03 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_hesiod_hes_getmailhost=no
|
2010-05-06 20:01:40 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
hesiod=yes
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
:
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test x"$hesiod" = xyes; then
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_LIBHESIOD 1" >>confdefs.h
|
2010-05-02 19:15:26 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBHESIOD=-lhesiod
|
|
|
|
|
fi
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
|
|
|
|
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Do we need libresolv (due to res_init or Hesiod)?
|
|
|
|
|
if test "$resolv" = yes ; then
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_LIBRESOLV 1" >>confdefs.h
|
2010-05-07 14:55:18 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBRESOLV=-lresolv
|
1999-10-07 13:06:22 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBRESOLV=
|
1999-10-07 13:06:22 +00:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# These tell us which Kerberos-related libraries to use.
|
|
|
|
|
COM_ERRLIB=
|
|
|
|
|
CRYPTOLIB=
|
|
|
|
|
KRB5LIB=
|
|
|
|
|
DESLIB=
|
|
|
|
|
KRB4LIB=
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${with_kerberos}" != no; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5
|
|
|
|
|
$as_echo_n "checking for com_err in -lcom_err... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_com_err_com_err+set}" = set; then :
|
2010-05-06 17:30:56 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2010-05-01 14:38:59 -07:00
|
|
|
|
else
|
2010-05-15 17:11:37 -04:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lcom_err $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-05-06 17:30:56 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-05-15 17:11:37 -04:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char com_err ();
|
2010-05-15 17:11:37 -04:00
|
|
|
|
int
|
|
|
|
|
main ()
|
2010-05-07 19:13:50 -07:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return com_err ();
|
2010-05-15 17:11:37 -04:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
2010-05-06 17:30:56 -07:00
|
|
|
|
}
|
2010-05-02 19:15:26 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_com_err_com_err=yes
|
2010-05-06 17:30:56 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_com_err_com_err=no
|
2010-05-15 17:11:37 -04:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-05-15 17:11:37 -04:00
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-05-06 17:30:56 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_com_err_com_err" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_com_err_com_err" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_com_err=yes
|
|
|
|
|
else
|
|
|
|
|
have_com_err=no
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $have_com_err = yes; then
|
|
|
|
|
COM_ERRLIB=-lcom_err
|
|
|
|
|
LIBS="$COM_ERRLIB $LIBS"
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_LIBCOM_ERR 1" >>confdefs.h
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5
|
|
|
|
|
$as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; }
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2010-02-24 22:07:26 +00:00
|
|
|
|
else
|
2010-03-12 11:34:27 -05:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2010-06-03 15:16:02 -07:00
|
|
|
|
LIBS="-lcrypto $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-12 11:34:27 -05:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char mit_des_cbc_encrypt ();
|
2010-03-12 11:34:27 -05:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return mit_des_cbc_encrypt ();
|
2010-03-12 11:34:27 -05:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_crypto_mit_des_cbc_encrypt=no
|
1999-10-07 13:06:22 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-03-12 11:34:27 -05:00
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
1999-10-07 13:06:22 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; }
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_crypto=yes
|
|
|
|
|
else
|
|
|
|
|
have_crypto=no
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $have_crypto = yes; then
|
|
|
|
|
CRYPTOLIB=-lcrypto
|
|
|
|
|
LIBS="$CRYPTOLIB $LIBS"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
|
2010-05-06 20:01:40 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
|
|
|
|
|
$as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; }
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2000-06-23 15:43:44 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lk5crypto $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2003-07-23 11:16:30 +00:00
|
|
|
|
/* end confdefs.h. */
|
2010-05-15 17:11:37 -04:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
|
|
|
|
char mit_des_cbc_encrypt ();
|
|
|
|
|
int
|
|
|
|
|
main ()
|
2010-03-17 22:57:21 -07:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return mit_des_cbc_encrypt ();
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
2010-03-12 11:34:27 -05:00
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; }
|
2010-11-09 15:07:10 -05:00
|
|
|
|
if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_k5crypto=yes
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_k5crypto=no
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $have_k5crypto = yes; then
|
|
|
|
|
CRYPTOLIB=-lk5crypto
|
|
|
|
|
LIBS="$CRYPTOLIB $LIBS"
|
2010-02-25 20:59:04 -08:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_LIBK5CRYPTO 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5
|
|
|
|
|
$as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lkrb5 $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-12 11:34:27 -05:00
|
|
|
|
/* end confdefs.h. */
|
2005-07-06 12:07:32 +00:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
2003-07-23 11:16:30 +00:00
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char krb5_init_context ();
|
2010-02-24 22:07:26 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return krb5_init_context ();
|
2010-02-24 22:07:26 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_krb5_krb5_init_context=yes
|
2010-02-24 22:07:26 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_krb5_krb5_init_context=no
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_krb5=yes
|
|
|
|
|
else
|
|
|
|
|
have_krb5=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2005-07-06 12:07:32 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $have_krb5=yes; then
|
|
|
|
|
KRB5LIB=-lkrb5
|
|
|
|
|
LIBS="$KRB5LIB $LIBS"
|
|
|
|
|
|
|
|
|
|
$as_echo "#define HAVE_LIBKRB5 1" >>confdefs.h
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
if test "${with_kerberos5}" = no; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5
|
|
|
|
|
$as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then :
|
2010-02-24 22:07:26 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-ldes425 $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-02-24 22:07:26 +00:00
|
|
|
|
/* end confdefs.h. */
|
2005-07-06 12:07:32 +00:00
|
|
|
|
|
2010-04-26 20:47:47 -07:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
2001-10-19 12:33:10 +00:00
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char des_cbc_encrypt ();
|
2003-07-23 11:16:30 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return des_cbc_encrypt ();
|
2001-10-19 12:33:10 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_des425_des_cbc_encrypt=yes
|
2001-10-19 12:33:10 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_des425_des_cbc_encrypt=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_des425=yes
|
|
|
|
|
else
|
|
|
|
|
have_des425=no
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $have_des425 = yes; then
|
|
|
|
|
DESLIB=-ldes425
|
|
|
|
|
LIBS="$DESLIB $LIBS"
|
|
|
|
|
|
|
|
|
|
$as_echo "#define HAVE_LIBDES425 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5
|
|
|
|
|
$as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
1999-10-07 13:06:22 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-ldes $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2003-07-23 11:16:30 +00:00
|
|
|
|
/* end confdefs.h. */
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
2000-06-19 10:59:57 +00:00
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char des_cbc_encrypt ();
|
2001-10-19 12:33:10 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return des_cbc_encrypt ();
|
2001-10-19 12:33:10 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_des_des_cbc_encrypt=yes
|
2010-02-25 20:59:04 -08:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_des_des_cbc_encrypt=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_des=yes
|
2010-02-25 20:59:04 -08:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_des=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $have_des = yes; then
|
|
|
|
|
DESLIB=-ldes
|
|
|
|
|
LIBS="$DESLIB $LIBS"
|
2010-05-07 19:13:50 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_LIBDES 1" >>confdefs.h
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5
|
|
|
|
|
$as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then :
|
2010-02-25 20:59:04 -08:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lkrb4 $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-02-25 20:59:04 -08:00
|
|
|
|
/* end confdefs.h. */
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
2000-06-19 10:59:57 +00:00
|
|
|
|
#endif
|
2010-06-03 15:16:02 -07:00
|
|
|
|
char krb_get_cred ();
|
2001-10-19 12:33:10 +00:00
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return krb_get_cred ();
|
2001-10-19 12:33:10 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_krb4_krb_get_cred=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_krb4_krb_get_cred=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_krb4=yes
|
2010-02-25 20:59:04 -08:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_krb4=no
|
1999-10-07 13:06:22 +00:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $have_krb4 = yes; then
|
|
|
|
|
KRB4LIB=-lkrb4
|
|
|
|
|
LIBS="$KRB4LIB $LIBS"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_LIBKRB4 1" >>confdefs.h
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5
|
|
|
|
|
$as_echo_n "checking for krb_get_cred in -lkrb... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lkrb $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-02-25 20:59:04 -08:00
|
|
|
|
/* end confdefs.h. */
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
|
|
|
|
char krb_get_cred ();
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
return krb_get_cred ();
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2010-05-15 14:34:03 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_krb_krb_get_cred=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_lib_krb_krb_get_cred=no
|
2003-09-13 23:31:33 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_krb=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
have_krb=no
|
2003-09-13 23:31:33 +00:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $have_krb = yes; then
|
|
|
|
|
KRB4LIB=-lkrb
|
|
|
|
|
LIBS="$KRB4LIB $LIBS"
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_LIBKRB 1" >>confdefs.h
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "${with_kerberos5}" != no; then
|
|
|
|
|
for ac_header in krb5.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_krb5_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_KRB5_H 1
|
2010-03-12 11:34:27 -05:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h>
|
|
|
|
|
"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_member_krb5_error_text" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_KRB5_ERROR_TEXT 1
|
2010-02-25 20:59:04 -08:00
|
|
|
|
_ACEOF
|
2003-09-13 23:31:33 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
2003-09-13 23:31:33 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h>
|
|
|
|
|
"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_KRB5_ERROR_E_TEXT 1
|
|
|
|
|
_ACEOF
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
|
|
|
|
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2003-09-13 23:31:33 +00:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
for ac_header in des.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_des_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_DES_H 1
|
2010-03-12 11:34:27 -05:00
|
|
|
|
_ACEOF
|
1999-11-08 16:26:25 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_header in kerberosIV/des.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_kerberosIV_des_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_KERBEROSIV_DES_H 1
|
|
|
|
|
_ACEOF
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_header in kerberos/des.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_kerberos_des_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_KERBEROS_DES_H 1
|
2010-03-12 11:34:27 -05:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
|
|
|
|
|
2010-02-24 22:07:26 +00:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_header in krb.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_krb_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_KRB_H 1
|
2010-03-12 11:34:27 -05:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
for ac_header in kerberosIV/krb.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_KERBEROSIV_KRB_H 1
|
2010-03-12 11:34:27 -05:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_header in kerberos/krb.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_KERBEROS_KRB_H 1
|
|
|
|
|
_ACEOF
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
done
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
for ac_header in com_err.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_com_err_h" = x""yes; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#define HAVE_COM_ERR_H 1
|
2010-02-24 22:07:26 +00:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
done
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Solaris requires -lintl if you want strerror (which calls dgettext)
|
|
|
|
|
# to return localized messages.
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5
|
|
|
|
|
$as_echo_n "checking for dgettext in -lintl... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_lib_intl_dgettext+set}" = set; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
|
LIBS="-lintl $LIBS"
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-02-25 20:59:04 -08:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
|
|
Use char because int might match the return type of a GCC
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C"
|
|
|
|
|
#endif
|
|
|
|
|
char dgettext ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
2010-03-12 11:34:27 -05:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
return dgettext ();
|
2010-03-17 22:57:21 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
2010-03-12 11:34:27 -05:00
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
ac_cv_lib_intl_dgettext=yes
|
|
|
|
|
else
|
|
|
|
|
ac_cv_lib_intl_dgettext=no
|
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5
|
|
|
|
|
$as_echo "$ac_cv_lib_intl_dgettext" >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_lib_intl_dgettext" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_LIBINTL 1
|
2010-03-12 11:34:27 -05:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
LIBS="-lintl $LIBS"
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5
|
|
|
|
|
$as_echo_n "checking whether localtime caches TZ... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_localtime_cache+set}" = set; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
|
|
|
|
else
|
|
|
|
|
if test x$ac_cv_func_tzset = xyes; then
|
|
|
|
|
if test "$cross_compiling" = yes; then :
|
|
|
|
|
# If we have tzset, assume the worst when cross-compiling.
|
|
|
|
|
emacs_cv_localtime_cache=yes
|
|
|
|
|
else
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-12 11:34:27 -05:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
#include <time.h>
|
|
|
|
|
char TZ_GMT0[] = "TZ=GMT0";
|
|
|
|
|
char TZ_PST8[] = "TZ=PST8";
|
|
|
|
|
main()
|
|
|
|
|
{
|
|
|
|
|
time_t now = time ((time_t *) 0);
|
|
|
|
|
int hour_GMT0, hour_unset;
|
|
|
|
|
if (putenv (TZ_GMT0) != 0)
|
|
|
|
|
exit (1);
|
|
|
|
|
hour_GMT0 = localtime (&now)->tm_hour;
|
2010-10-31 19:21:53 -04:00
|
|
|
|
unsetenv("TZ");
|
2010-06-03 15:16:02 -07:00
|
|
|
|
hour_unset = localtime (&now)->tm_hour;
|
|
|
|
|
if (putenv (TZ_PST8) != 0)
|
|
|
|
|
exit (1);
|
|
|
|
|
if (localtime (&now)->tm_hour == hour_GMT0)
|
|
|
|
|
exit (1);
|
2010-10-31 19:21:53 -04:00
|
|
|
|
unsetenv("TZ");
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if (localtime (&now)->tm_hour != hour_unset)
|
|
|
|
|
exit (1);
|
|
|
|
|
exit (0);
|
2001-10-19 12:33:10 +00:00
|
|
|
|
}
|
2010-03-12 11:34:27 -05:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_run "$LINENO"; then :
|
|
|
|
|
emacs_cv_localtime_cache=no
|
2009-07-22 02:55:17 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_localtime_cache=yes
|
|
|
|
|
fi
|
|
|
|
|
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
|
|
conftest.$ac_objext conftest.beam conftest.$ac_ext
|
2009-07-22 02:55:17 +00:00
|
|
|
|
fi
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# If we lack tzset, report that localtime does not cache TZ,
|
|
|
|
|
# since we can't invalidate the cache if we don't have tzset.
|
|
|
|
|
emacs_cv_localtime_cache=no
|
|
|
|
|
fi
|
2000-02-12 16:37:27 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_localtime_cache" >&5
|
|
|
|
|
$as_echo "$emacs_cv_localtime_cache" >&6; }
|
|
|
|
|
if test $emacs_cv_localtime_cache = yes; then
|
|
|
|
|
|
|
|
|
|
$as_echo "#define LOCALTIME_CACHE 1" >>confdefs.h
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-03-12 11:34:27 -05:00
|
|
|
|
fi
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "x$HAVE_TIMEVAL" = xyes; then
|
|
|
|
|
for ac_func in gettimeofday
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_gettimeofday" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_GETTIMEOFDAY 1
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2000-02-12 16:37:27 +00:00
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
done
|
2000-02-12 16:37:27 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ac_cv_func_gettimeofday = yes; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5
|
|
|
|
|
$as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2010-03-12 11:34:27 -05:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
/* end confdefs.h. */
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
#ifdef TIME_WITH_SYS_TIME
|
|
|
|
|
#include <sys/time.h>
|
|
|
|
|
#include <time.h>
|
|
|
|
|
#else
|
|
|
|
|
#ifdef HAVE_SYS_TIME_H
|
|
|
|
|
#include <sys/time.h>
|
|
|
|
|
#else
|
|
|
|
|
#include <time.h>
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
2010-04-26 20:47:47 -07:00
|
|
|
|
int
|
|
|
|
|
main ()
|
2010-05-07 19:13:50 -07:00
|
|
|
|
{
|
2010-06-03 15:16:02 -07:00
|
|
|
|
struct timeval time;
|
|
|
|
|
gettimeofday (&time, 0);
|
2010-04-26 20:47:47 -07:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
2010-06-03 15:16:02 -07:00
|
|
|
|
}
|
2010-03-17 22:57:21 -07:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
|
|
|
emacs_cv_gettimeofday_two_arguments=yes
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_gettimeofday_two_arguments=no
|
2009-07-22 02:55:17 +00:00
|
|
|
|
fi
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_gettimeofday_two_arguments" >&5
|
|
|
|
|
$as_echo "$emacs_cv_gettimeofday_two_arguments" >&6; }
|
|
|
|
|
if test $emacs_cv_gettimeofday_two_arguments = no; then
|
2003-07-23 11:16:30 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define GETTIMEOFDAY_ONE_ARGUMENT 1" >>confdefs.h
|
2009-07-22 02:55:17 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
|
|
|
|
fi
|
2000-02-12 16:37:27 +00:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ok_so_far=yes
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_func_socket" = x""yes; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ok_so_far=no
|
2002-11-07 17:33:03 +00:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ok_so_far = yes; then
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_netinet_in_h" = x""yes; then :
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ok_so_far=no
|
2000-02-12 16:37:27 +00:00
|
|
|
|
fi
|
2003-07-23 11:16:30 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ok_so_far = yes; then
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_arpa_inet_h" = x""yes; then :
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
ok_so_far=no
|
2000-02-12 16:37:27 +00:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
|
|
|
|
|
2000-02-12 16:37:27 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test $ok_so_far = yes; then
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_INET_SOCKETS 1" >>confdefs.h
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -f /usr/lpp/X11/bin/smt.exp; then
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_AIX_SMT_EXP 1" >>confdefs.h
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system supports dynamic ptys" >&5
|
|
|
|
|
$as_echo_n "checking whether system supports dynamic ptys... " >&6; }
|
|
|
|
|
if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
$as_echo "yes" >&6; }
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_DEV_PTMX 1" >>confdefs.h
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
else
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_type_pid_t" = x""yes; then :
|
2010-02-24 22:07:26 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
else
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define pid_t int
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-02-25 20:59:04 -08:00
|
|
|
|
fi
|
2010-03-12 11:34:27 -05:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
for ac_header in vfork.h
|
|
|
|
|
do :
|
|
|
|
|
ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_header_vfork_h" = x""yes; then :
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_VFORK_H 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
for ac_func in fork vfork
|
|
|
|
|
do :
|
|
|
|
|
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
|
2010-11-21 15:39:55 +01:00
|
|
|
|
eval as_val=\$$as_ac_var
|
|
|
|
|
if test "x$as_val" = x""yes; then :
|
2002-11-07 17:33:03 +00:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
2009-07-22 02:55:17 +00:00
|
|
|
|
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
|
2002-11-07 17:33:03 +00:00
|
|
|
|
_ACEOF
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2000-09-06 12:22:09 +00:00
|
|
|
|
fi
|
2001-10-19 12:33:10 +00:00
|
|
|
|
done
|
2000-09-06 12:22:09 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
if test "x$ac_cv_func_fork" = xyes; then
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "checking for working fork... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_func_fork_works+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2000-09-06 12:22:09 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$cross_compiling" = yes; then :
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_cv_func_fork_works=cross
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2006-12-20 19:57:39 +00:00
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
$ac_includes_default
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* By Ruediger Kuhlmann. */
|
|
|
|
|
return fork () < 0;
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2001-10-19 12:33:10 +00:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_run "$LINENO"; then :
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_cv_func_fork_works=yes
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_func_fork_works=no
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
|
|
conftest.$ac_objext conftest.beam conftest.$ac_ext
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$ac_cv_func_fork_works" >&6; }
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2002-11-08 12:32:10 +00:00
|
|
|
|
else
|
|
|
|
|
ac_cv_func_fork_works=$ac_cv_func_fork
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
|
|
|
|
if test "x$ac_cv_func_fork_works" = xcross; then
|
|
|
|
|
case $host in
|
|
|
|
|
*-*-amigaos* | *-*-msdosdjgpp*)
|
|
|
|
|
# Override, as these systems have only a dummy fork() stub
|
|
|
|
|
ac_cv_func_fork_works=no
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
ac_cv_func_fork_works=yes
|
|
|
|
|
;;
|
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
|
2000-09-06 12:22:09 +00:00
|
|
|
|
fi
|
2000-09-06 21:42:35 +00:00
|
|
|
|
ac_cv_func_vfork_works=$ac_cv_func_vfork
|
2001-10-19 12:33:10 +00:00
|
|
|
|
if test "x$ac_cv_func_vfork" = xyes; then
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "checking for working vfork... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_func_vfork_works+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2001-10-19 12:33:10 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test "$cross_compiling" = yes; then :
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_cv_func_vfork_works=cross
|
2000-09-06 12:22:09 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2003-07-23 11:16:30 +00:00
|
|
|
|
/* end confdefs.h. */
|
2000-09-06 21:42:35 +00:00
|
|
|
|
/* Thanks to Paul Eggert for this test. */
|
2006-12-20 19:57:39 +00:00
|
|
|
|
$ac_includes_default
|
2003-07-23 11:16:30 +00:00
|
|
|
|
#include <sys/wait.h>
|
2006-12-22 19:23:19 +00:00
|
|
|
|
#ifdef HAVE_VFORK_H
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# include <vfork.h>
|
2000-09-06 21:42:35 +00:00
|
|
|
|
#endif
|
|
|
|
|
/* On some sparc systems, changes by the child to local and incoming
|
2001-10-19 12:33:10 +00:00
|
|
|
|
argument registers are propagated back to the parent. The compiler
|
|
|
|
|
is told about this with #include <vfork.h>, but some compilers
|
|
|
|
|
(e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
|
|
|
|
|
static variable whose address is put into a register that is
|
|
|
|
|
clobbered by the vfork. */
|
2003-07-23 11:16:30 +00:00
|
|
|
|
static void
|
2000-09-06 12:22:09 +00:00
|
|
|
|
#ifdef __cplusplus
|
2000-09-06 21:42:35 +00:00
|
|
|
|
sparc_address_test (int arg)
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# else
|
2000-09-06 21:42:35 +00:00
|
|
|
|
sparc_address_test (arg) int arg;
|
2000-09-06 12:22:09 +00:00
|
|
|
|
#endif
|
|
|
|
|
{
|
2000-09-06 21:42:35 +00:00
|
|
|
|
static pid_t child;
|
|
|
|
|
if (!child) {
|
|
|
|
|
child = vfork ();
|
|
|
|
|
if (child < 0) {
|
|
|
|
|
perror ("vfork");
|
|
|
|
|
_exit(2);
|
|
|
|
|
}
|
|
|
|
|
if (!child) {
|
|
|
|
|
arg = getpid();
|
|
|
|
|
write(-1, "", 0);
|
|
|
|
|
_exit (arg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2000-09-06 21:42:35 +00:00
|
|
|
|
pid_t parent = getpid ();
|
|
|
|
|
pid_t child;
|
2000-09-06 12:22:09 +00:00
|
|
|
|
|
2003-07-23 11:16:30 +00:00
|
|
|
|
sparc_address_test (0);
|
2000-09-06 12:22:09 +00:00
|
|
|
|
|
2000-09-06 21:42:35 +00:00
|
|
|
|
child = vfork ();
|
2000-09-06 12:22:09 +00:00
|
|
|
|
|
2000-09-06 21:42:35 +00:00
|
|
|
|
if (child == 0) {
|
2001-10-19 12:33:10 +00:00
|
|
|
|
/* Here is another test for sparc vfork register problems. This
|
|
|
|
|
test uses lots of local variables, at least as many local
|
|
|
|
|
variables as main has allocated so far including compiler
|
|
|
|
|
temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
|
|
|
|
|
4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
|
|
|
|
|
reuse the register of parent for one of the local variables,
|
|
|
|
|
since it will think that parent can't possibly be used any more
|
|
|
|
|
in this routine. Assigning to the local variable will thus
|
|
|
|
|
munge parent in the parent process. */
|
2000-09-06 21:42:35 +00:00
|
|
|
|
pid_t
|
|
|
|
|
p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
|
|
|
|
|
p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
|
|
|
|
|
/* Convince the compiler that p..p7 are live; otherwise, it might
|
|
|
|
|
use the same hardware register for all 8 local variables. */
|
|
|
|
|
if (p != p1 || p != p2 || p != p3 || p != p4
|
|
|
|
|
|| p != p5 || p != p6 || p != p7)
|
|
|
|
|
_exit(1);
|
2000-09-06 12:22:09 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
/* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
|
|
|
|
|
from child file descriptors. If the child closes a descriptor
|
|
|
|
|
before it execs or exits, this munges the parent's descriptor
|
|
|
|
|
as well. Test for this by closing stdout in the child. */
|
2000-09-06 21:42:35 +00:00
|
|
|
|
_exit(close(fileno(stdout)) != 0);
|
|
|
|
|
} else {
|
|
|
|
|
int status;
|
|
|
|
|
struct stat st;
|
|
|
|
|
|
|
|
|
|
while (wait(&status) != child)
|
|
|
|
|
;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
return (
|
2000-09-06 21:42:35 +00:00
|
|
|
|
/* Was there some problem with vforking? */
|
|
|
|
|
child < 0
|
|
|
|
|
|
|
|
|
|
/* Did the child fail? (This shouldn't happen.) */
|
|
|
|
|
|| status
|
|
|
|
|
|
|
|
|
|
/* Did the vfork/compiler bug occur? */
|
|
|
|
|
|| parent != getpid()
|
2000-09-06 12:22:09 +00:00
|
|
|
|
|
2000-09-06 21:42:35 +00:00
|
|
|
|
/* Did the file descriptor bug occur? */
|
|
|
|
|
|| fstat(fileno(stdout), &st) != 0
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
2001-10-19 12:33:10 +00:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_run "$LINENO"; then :
|
2000-09-06 21:42:35 +00:00
|
|
|
|
ac_cv_func_vfork_works=yes
|
2000-09-06 12:22:09 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_func_vfork_works=no
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
|
|
conftest.$ac_objext conftest.beam conftest.$ac_ext
|
2000-09-06 12:22:09 +00:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2000-09-06 12:22:09 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$ac_cv_func_vfork_works" >&6; }
|
2000-09-06 12:22:09 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi;
|
|
|
|
|
if test "x$ac_cv_func_fork_works" = xcross; then
|
2005-07-06 12:07:32 +00:00
|
|
|
|
ac_cv_func_vfork_works=$ac_cv_func_vfork
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
|
2000-09-06 12:22:09 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
if test "x$ac_cv_func_vfork_works" = xyes; then
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define vfork fork" >>confdefs.h
|
2000-09-06 12:22:09 +00:00
|
|
|
|
|
|
|
|
|
fi
|
2001-10-19 12:33:10 +00:00
|
|
|
|
if test "x$ac_cv_func_fork_works" = xyes; then
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
|
2000-09-06 12:22:09 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
2000-02-12 16:37:27 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_langinfo_codeset+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2003-01-07 17:53:56 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2003-07-23 11:16:30 +00:00
|
|
|
|
/* end confdefs.h. */
|
2003-01-07 17:53:56 +00:00
|
|
|
|
#include <langinfo.h>
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
char* cs = nl_langinfo(CODESET);
|
2010-03-12 11:34:27 -05:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
2010-03-12 11:34:27 -05:00
|
|
|
|
emacs_cv_langinfo_codeset=yes
|
2010-02-25 20:59:04 -08:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_langinfo_codeset=no
|
2010-03-17 22:57:21 -07:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_langinfo_codeset" >&5
|
2010-03-17 22:57:21 -07:00
|
|
|
|
$as_echo "$emacs_cv_langinfo_codeset" >&6; }
|
|
|
|
|
if test $emacs_cv_langinfo_codeset = yes; then
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
|
2009-07-22 02:55:17 +00:00
|
|
|
|
|
2000-07-24 09:45:16 +00:00
|
|
|
|
fi
|
2009-04-19 10:53:15 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "x$ac_cv_type_size_t" = x""yes; then :
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define HAVE_SIZE_T 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
2000-07-24 09:45:16 +00:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "checking for mbstate_t... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${ac_cv_type_mbstate_t+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2003-06-06 10:16:42 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2003-07-23 11:16:30 +00:00
|
|
|
|
/* end confdefs.h. */
|
2003-06-06 10:16:42 +00:00
|
|
|
|
$ac_includes_default
|
|
|
|
|
# include <wchar.h>
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
|
|
|
|
mbstate_t x; return sizeof x;
|
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
2003-06-06 10:16:42 +00:00
|
|
|
|
ac_cv_type_mbstate_t=yes
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cv_type_mbstate_t=no
|
2003-06-06 10:16:42 +00:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2003-06-06 10:16:42 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_mbstate_t" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$ac_cv_type_mbstate_t" >&6; }
|
2003-06-06 10:16:42 +00:00
|
|
|
|
if test $ac_cv_type_mbstate_t = yes; then
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
|
2003-06-06 10:16:42 +00:00
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define mbstate_t int" >>confdefs.h
|
2003-06-06 10:16:42 +00:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restrict keyword" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "checking for C restrict keyword... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_c_restrict+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2002-11-21 20:38:07 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2003-07-23 11:16:30 +00:00
|
|
|
|
/* end confdefs.h. */
|
2002-11-21 20:38:07 +00:00
|
|
|
|
void fred (int *restrict x);
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2002-04-14 01:42:18 +00:00
|
|
|
|
|
2002-11-21 20:38:07 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2002-11-07 17:33:03 +00:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
2002-11-21 20:38:07 +00:00
|
|
|
|
emacs_cv_c_restrict=yes
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2003-07-23 11:16:30 +00:00
|
|
|
|
/* end confdefs.h. */
|
2002-11-21 20:38:07 +00:00
|
|
|
|
void fred (int *__restrict x);
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2002-11-21 20:38:07 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2002-11-07 17:33:03 +00:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
2002-11-21 20:38:07 +00:00
|
|
|
|
emacs_cv_c_restrict=__restrict
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_c_restrict=no
|
1999-10-07 13:06:22 +00:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
1999-10-07 13:06:22 +00:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
1999-10-07 13:06:22 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_c_restrict" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$emacs_cv_c_restrict" >&6; }
|
2002-11-21 20:38:07 +00:00
|
|
|
|
case "$emacs_cv_c_restrict" in
|
|
|
|
|
yes) emacs_restrict=restrict;;
|
|
|
|
|
no) emacs_restrict="";;
|
|
|
|
|
*) emacs_restrict="$emacs_cv_c_restrict";;
|
|
|
|
|
esac
|
|
|
|
|
if test "$emacs_restrict" != __restrict; then
|
2002-04-14 01:42:18 +00:00
|
|
|
|
|
2002-11-21 20:38:07 +00:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define __restrict $emacs_restrict
|
2002-11-07 17:33:03 +00:00
|
|
|
|
_ACEOF
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "checking for C restricted array declarations... " >&6; }
|
2010-09-05 12:17:26 +02:00
|
|
|
|
if test "${emacs_cv_c_restrict_arr+set}" = set; then :
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo_n "(cached) " >&6
|
2002-11-21 20:38:07 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2003-07-23 11:16:30 +00:00
|
|
|
|
/* end confdefs.h. */
|
2002-11-21 20:38:07 +00:00
|
|
|
|
void fred (int x[__restrict]);
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
{
|
2002-04-14 01:42:18 +00:00
|
|
|
|
|
2002-11-21 20:38:07 +00:00
|
|
|
|
;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2002-11-07 17:33:03 +00:00
|
|
|
|
_ACEOF
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
2002-11-21 20:38:07 +00:00
|
|
|
|
emacs_cv_c_restrict_arr=yes
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
emacs_cv_c_restrict_arr=no
|
1999-10-07 13:06:22 +00:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
2002-11-21 20:38:07 +00:00
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_c_restrict_arr" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$emacs_cv_c_restrict_arr" >&6; }
|
2002-11-21 20:38:07 +00:00
|
|
|
|
if test "$emacs_cv_c_restrict_arr" = yes; then
|
2002-04-14 01:42:18 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define __restrict_arr __restrict" >>confdefs.h
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
|
|
|
|
|
2002-11-21 20:38:07 +00:00
|
|
|
|
# Set up the CFLAGS for real compilation, so we can substitute it.
|
|
|
|
|
CFLAGS="$REAL_CFLAGS"
|
|
|
|
|
CPPFLAGS="$REAL_CPPFLAGS"
|
|
|
|
|
|
2010-05-02 21:42:50 -04:00
|
|
|
|
## Hack to detect a buggy GCC version.
|
|
|
|
|
if test "x$GCC" = xyes \
|
|
|
|
|
&& test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \
|
|
|
|
|
&& test x"`echo $CFLAGS | grep '\-O[23]'`" != x \
|
|
|
|
|
&& test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5
|
2010-05-02 21:42:50 -04:00
|
|
|
|
fi
|
|
|
|
|
|
2002-11-21 20:38:07 +00:00
|
|
|
|
#### Find out which version of Emacs this is.
|
2010-05-15 17:11:37 -04:00
|
|
|
|
version=`grep 'const char emacs_version' ${srcdir}/src/emacs.c \
|
2002-11-21 20:38:07 +00:00
|
|
|
|
| sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
|
|
|
|
|
if test x"${version}" = x; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "can't find current emacs version in \`${srcdir}/src/emacs.c'." "$LINENO" 5
|
2002-11-21 20:38:07 +00:00
|
|
|
|
fi
|
2009-08-23 02:15:00 +00:00
|
|
|
|
if test x"${version}" != x"$PACKAGE_VERSION"; then
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: version mismatch between \`${srcdir}/configure.in' and \`${srcdir}/src/emacs.c'." >&5
|
2010-05-15 17:11:37 -04:00
|
|
|
|
$as_echo "$as_me: WARNING: version mismatch between \`${srcdir}/configure.in' and \`${srcdir}/src/emacs.c'." >&2;}
|
2009-08-23 02:15:00 +00:00
|
|
|
|
fi
|
2002-11-21 20:38:07 +00:00
|
|
|
|
|
|
|
|
|
### Specify what sort of things we'll be editing into Makefile and config.h.
|
|
|
|
|
### Use configuration here uncanonicalized to avoid exceeding size limits.
|
|
|
|
|
|
|
|
|
|
|
2010-05-12 20:58:17 -07:00
|
|
|
|
## Unused?
|
2002-11-21 20:38:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-05-12 20:58:17 -07:00
|
|
|
|
## FIXME? Nothing uses @LD_SWITCH_X_SITE@.
|
|
|
|
|
## src/Makefile.in did add LD_SWITCH_X_SITE (as a cpp define) to the
|
|
|
|
|
## end of LIBX_BASE, but nothing ever set it.
|
2002-11-21 20:38:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-04-27 00:38:05 -07:00
|
|
|
|
## Used in lwlib/Makefile.in.
|
2002-11-21 20:38:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-01-07 17:53:56 +00:00
|
|
|
|
|
2008-07-17 17:44:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2008-08-07 14:21:43 +00:00
|
|
|
|
|
|
|
|
|
|
2008-08-21 14:51:25 +00:00
|
|
|
|
|
|
|
|
|
|
2008-07-15 18:15:18 +00:00
|
|
|
|
|
2002-11-21 20:38:07 +00:00
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define EMACS_CONFIGURATION "${canonical}"
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define EMACS_CONFIG_OPTIONS "${ac_configure_args}"
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define config_machfile "${machfile}"
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define config_opsysfile "${opsysfile}"
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
|
2010-04-21 18:41:29 +02:00
|
|
|
|
XMENU_OBJ=
|
|
|
|
|
XOBJ=
|
2010-05-15 14:34:03 -07:00
|
|
|
|
FONT_OBJ=
|
2002-11-21 20:38:07 +00:00
|
|
|
|
if test "${HAVE_X_WINDOWS}" = "yes" ; then
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_X_WINDOWS 1" >>confdefs.h
|
2002-11-21 20:38:07 +00:00
|
|
|
|
|
2010-04-21 18:41:29 +02:00
|
|
|
|
XMENU_OBJ=xmenu.o
|
|
|
|
|
XOBJ="xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o xsettings.o xgselect.o"
|
2010-05-15 14:34:03 -07:00
|
|
|
|
FONT_OBJ=xfont.o
|
|
|
|
|
if test "$HAVE_XFT" = "yes"; then
|
|
|
|
|
FONT_OBJ="$FONT_OBJ ftfont.o xftfont.o ftxfont.o"
|
|
|
|
|
elif test "$HAVE_FREETYPE" = "yes"; then
|
|
|
|
|
FONT_OBJ="$FONT_OBJ ftfont.o ftxfont.o"
|
|
|
|
|
fi
|
|
|
|
|
|
2002-11-21 20:38:07 +00:00
|
|
|
|
fi
|
2010-04-21 18:41:29 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-05-15 14:34:03 -07:00
|
|
|
|
|
2010-04-26 19:38:36 -07:00
|
|
|
|
WIDGET_OBJ=
|
2010-04-27 00:38:05 -07:00
|
|
|
|
MOTIF_LIBW=
|
2002-11-21 20:38:07 +00:00
|
|
|
|
if test "${USE_X_TOOLKIT}" != "none" ; then
|
2010-04-26 19:38:36 -07:00
|
|
|
|
WIDGET_OBJ=widget.o
|
2002-11-21 20:38:07 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define USE_X_TOOLKIT 1" >>confdefs.h
|
2002-11-21 20:38:07 +00:00
|
|
|
|
|
2008-06-01 17:46:16 +00:00
|
|
|
|
if test "${USE_X_TOOLKIT}" = "LUCID"; then
|
2008-04-18 15:48:06 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define USE_LUCID 1" >>confdefs.h
|
2008-04-18 15:48:06 +00:00
|
|
|
|
|
2008-06-01 17:46:16 +00:00
|
|
|
|
elif test "${USE_X_TOOLKIT}" = "MOTIF"; then
|
2008-04-18 15:48:06 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define USE_MOTIF 1" >>confdefs.h
|
2008-04-18 15:48:06 +00:00
|
|
|
|
|
2010-04-27 00:38:05 -07:00
|
|
|
|
MOTIF_LIBW=-lXm
|
|
|
|
|
case "$opsys" in
|
|
|
|
|
gnu-linux)
|
|
|
|
|
## Paul Abrahams <abrahams at equinox.shaysnet.com> says this is needed.
|
|
|
|
|
MOTIF_LIBW="$MOTIF_LIBW -lXpm"
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
unixware)
|
|
|
|
|
## Richard Anthony Ryan <ryanr at ellingtn.ftc.nrcs.usda.gov>
|
|
|
|
|
## says -lXimp is needed in UNIX_SV ... 4.2 1.1.2.
|
|
|
|
|
MOTIF_LIBW="MOTIF_LIBW -lXimp"
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
aix4-2)
|
|
|
|
|
## olson@mcs.anl.gov says -li18n is needed by -lXm.
|
|
|
|
|
MOTIF_LIBW="$MOTIF_LIBW -li18n"
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
MOTIF_LIBW="$MOTIF_LIBW $LIBXP"
|
2008-04-18 15:48:06 +00:00
|
|
|
|
fi
|
2002-11-21 20:38:07 +00:00
|
|
|
|
fi
|
2010-04-26 19:38:36 -07:00
|
|
|
|
|
2010-04-27 00:38:05 -07:00
|
|
|
|
|
2010-04-29 18:54:08 -07:00
|
|
|
|
TOOLKIT_LIBW=
|
2010-04-27 00:38:05 -07:00
|
|
|
|
case "$USE_X_TOOLKIT" in
|
|
|
|
|
MOTIF) TOOLKIT_LIBW="$MOTIF_LIBW" ;;
|
|
|
|
|
LUCID) TOOLKIT_LIBW="$LUCID_LIBW" ;;
|
2010-04-29 18:54:08 -07:00
|
|
|
|
none) test "x$HAVE_GTK" = "xyes" && TOOLKIT_LIBW="$GTK_LIBS" ;;
|
2010-04-27 00:38:05 -07:00
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
2010-05-02 19:15:26 -07:00
|
|
|
|
if test "$USE_X_TOOLKIT" = "none"; then
|
|
|
|
|
LIBXT_OTHER="\$(LIBXSM)"
|
2010-05-14 18:58:36 -07:00
|
|
|
|
OLDXMENU_TARGET="really-oldXMenu"
|
2010-05-02 19:15:26 -07:00
|
|
|
|
else
|
|
|
|
|
LIBXT_OTHER="\$(LIBXMU) -lXt \$(LIBXTR6) -lXext"
|
2010-05-14 18:58:36 -07:00
|
|
|
|
OLDXMENU_TARGET="really-lwlib"
|
2010-05-02 19:15:26 -07:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-04-29 18:54:08 -07:00
|
|
|
|
## The X Menu stuff is present in the X10 distribution, but missing
|
|
|
|
|
## from X11. If we have X10, just use the installed library;
|
|
|
|
|
## otherwise, use our own copy.
|
2002-11-21 20:38:07 +00:00
|
|
|
|
if test "${HAVE_X11}" = "yes" ; then
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_X11 1" >>confdefs.h
|
2002-11-21 20:38:07 +00:00
|
|
|
|
|
2010-04-29 18:54:08 -07:00
|
|
|
|
|
|
|
|
|
if test "$USE_X_TOOLKIT" = "none"; then
|
2010-10-12 14:03:09 -07:00
|
|
|
|
OLDXMENU="\${oldXMenudir}/libXMenu11.a"
|
2010-04-29 18:54:08 -07:00
|
|
|
|
else
|
2010-10-12 14:03:09 -07:00
|
|
|
|
OLDXMENU="\${lwlibdir}/liblw.a"
|
2010-04-29 18:54:08 -07:00
|
|
|
|
fi
|
|
|
|
|
LIBXMENU="\$(OLDXMENU)"
|
2010-05-02 19:15:26 -07:00
|
|
|
|
LIBX_OTHER="\$(LIBXT) \$(LIBX_EXTRA)"
|
2010-05-16 22:15:03 -07:00
|
|
|
|
OLDXMENU_DEPS="\${OLDXMENU} ../src/\${OLDXMENU}"
|
2010-04-29 18:54:08 -07:00
|
|
|
|
else
|
2010-05-20 17:51:50 -07:00
|
|
|
|
## For a syntactically valid Makefile; not actually used for anything.
|
|
|
|
|
## See comments in src/Makefile.in.
|
|
|
|
|
OLDXMENU=nothing
|
2010-05-15 15:36:29 -07:00
|
|
|
|
## FIXME This case (!HAVE_X11 && HAVE_X_WINDOWS) is no longer possible(?).
|
|
|
|
|
if test "${HAVE_X_WINDOWS}" = "yes"; then
|
|
|
|
|
LIBXMENU="-lXMenu"
|
|
|
|
|
else
|
|
|
|
|
LIBXMENU=
|
|
|
|
|
fi
|
2010-05-02 19:15:26 -07:00
|
|
|
|
LIBX_OTHER=
|
2010-05-16 22:15:03 -07:00
|
|
|
|
OLDXMENU_DEPS=
|
2002-11-21 20:38:07 +00:00
|
|
|
|
fi
|
2010-04-29 18:54:08 -07:00
|
|
|
|
|
2010-05-12 20:58:17 -07:00
|
|
|
|
if test "$HAVE_GTK" = "yes" || test "$HAVE_MENUS" != "yes"; then
|
2010-05-20 17:51:50 -07:00
|
|
|
|
OLDXMENU_TARGET=
|
|
|
|
|
OLDXMENU=nothing
|
2010-04-29 18:54:08 -07:00
|
|
|
|
LIBXMENU=
|
2010-05-16 22:15:03 -07:00
|
|
|
|
OLDXMENU_DEPS=
|
2002-11-21 20:38:07 +00:00
|
|
|
|
fi
|
2010-04-29 18:54:08 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-05-02 19:15:26 -07:00
|
|
|
|
|
2010-05-16 22:15:03 -07:00
|
|
|
|
|
2010-05-20 17:51:50 -07:00
|
|
|
|
|
2002-11-21 20:38:07 +00:00
|
|
|
|
if test "${HAVE_MENUS}" = "yes" ; then
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_MENUS 1" >>confdefs.h
|
2002-11-21 20:38:07 +00:00
|
|
|
|
|
|
|
|
|
fi
|
2010-05-17 19:54:25 -07:00
|
|
|
|
|
2002-11-21 20:38:07 +00:00
|
|
|
|
if test "${GNU_MALLOC}" = "yes" ; then
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define GNU_MALLOC 1" >>confdefs.h
|
2002-11-21 20:38:07 +00:00
|
|
|
|
|
|
|
|
|
fi
|
2010-05-17 19:54:25 -07:00
|
|
|
|
|
|
|
|
|
RALLOC_OBJ=
|
2002-11-21 20:38:07 +00:00
|
|
|
|
if test "${REL_ALLOC}" = "yes" ; then
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define REL_ALLOC 1" >>confdefs.h
|
2002-11-21 20:38:07 +00:00
|
|
|
|
|
2010-05-17 19:54:25 -07:00
|
|
|
|
|
|
|
|
|
test "$system_malloc" != "yes" && RALLOC_OBJ=ralloc.o
|
2002-11-21 20:38:07 +00:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-04-29 18:54:08 -07:00
|
|
|
|
if test "$opsys" = "cygwin"; then
|
|
|
|
|
CYGWIN_OBJ="sheap.o"
|
|
|
|
|
## Cygwin differs because of its unexec().
|
2010-04-30 20:04:51 -07:00
|
|
|
|
PRE_ALLOC_OBJ=
|
2010-05-17 19:54:25 -07:00
|
|
|
|
POST_ALLOC_OBJ=lastfile.o
|
2010-04-29 18:54:08 -07:00
|
|
|
|
else
|
|
|
|
|
CYGWIN_OBJ=
|
2010-04-30 20:04:51 -07:00
|
|
|
|
PRE_ALLOC_OBJ=lastfile.o
|
2010-05-17 19:54:25 -07:00
|
|
|
|
POST_ALLOC_OBJ=
|
2010-04-29 18:54:08 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-04-28 00:33:48 -07:00
|
|
|
|
|
2002-11-21 20:38:07 +00:00
|
|
|
|
|
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-05-03 20:33:04 -07:00
|
|
|
|
case "$opsys" in
|
|
|
|
|
aix4-2) LD_SWITCH_SYSTEM_TEMACS="-Wl,-bnodelcsect" ;;
|
|
|
|
|
|
|
|
|
|
darwin)
|
2010-05-24 20:56:27 -07:00
|
|
|
|
## The -headerpad option tells ld (see man page) to leave room at the
|
|
|
|
|
## end of the header for adding load commands. Needed for dumping.
|
|
|
|
|
## 0x690 is the total size of 30 segment load commands (at 56
|
|
|
|
|
## each); under Cocoa 31 commands are required.
|
|
|
|
|
if test "$HAVE_NS" = "yes"; then
|
|
|
|
|
libs_nsgui="-framework AppKit"
|
|
|
|
|
headerpad_extra=6C8
|
|
|
|
|
else
|
|
|
|
|
libs_nsgui=
|
|
|
|
|
headerpad_extra=690
|
|
|
|
|
fi
|
|
|
|
|
LD_SWITCH_SYSTEM_TEMACS="-prebind $libs_nsgui -Xlinker -headerpad -Xlinker $headerpad_extra"
|
|
|
|
|
|
|
|
|
|
## This is here because src/Makefile.in did some extra fiddling around
|
|
|
|
|
## with LD_SWITCH_SYSTEM. The cpp logic was:
|
|
|
|
|
## #ifndef LD_SWITCH_SYSTEM
|
|
|
|
|
## #if !defined (__GNUC__) && ((defined (BSD_SYSTEM) && !defined (COFF)))
|
|
|
|
|
## Since all the *bsds define LD_SWITCH_SYSTEM, this simplifies to:
|
|
|
|
|
## not using gcc, darwin system not on an alpha (ie darwin, since
|
|
|
|
|
## darwin + alpha does not occur).
|
|
|
|
|
## Because this was done in src/Makefile.in, the resulting part of
|
|
|
|
|
## LD_SWITCH_SYSTEM was not used in configure (ie, in ac_link).
|
|
|
|
|
## It therefore seems cleaner to put this in LD_SWITCH_SYSTEM_TEMACS,
|
|
|
|
|
## rather than LD_SWITCH_SYSTEM.
|
|
|
|
|
test "x$LD_SWITCH_SYSTEM" = "x" && test "x$GCC" != "xyes" && \
|
|
|
|
|
LD_SWITCH_SYSTEM_TEMACS="-X $LD_SWITCH_SYSTEM_TEMACS"
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
## LD_SWITCH_X_SITE_AUX is a -R option saying where to find X at run-time.
|
|
|
|
|
## When handled by cpp, this was in LD_SWITCH_SYSTEM. However, at
|
|
|
|
|
## the point where configure sourced the s/*.h file, LD_SWITCH_X_SITE_AUX
|
|
|
|
|
## had not yet been defined and was expanded to null. Hence LD_SWITCH_SYSTEM
|
|
|
|
|
## had different values in configure (in ac_link) and src/Makefile.in.
|
|
|
|
|
## It seems clearer therefore to put this piece in LD_SWITCH_SYSTEM_TEMACS.
|
|
|
|
|
gnu-linux) LD_SWITCH_SYSTEM_TEMACS="\$(LD_SWITCH_X_SITE_AUX)" ;;
|
2010-05-03 20:33:04 -07:00
|
|
|
|
|
|
|
|
|
*) LD_SWITCH_SYSTEM_TEMACS= ;;
|
|
|
|
|
esac
|
|
|
|
|
|
2010-05-25 20:58:41 -07:00
|
|
|
|
if test "$NS_IMPL_GNUSTEP" = "yes"; then
|
2010-05-25 20:53:25 -07:00
|
|
|
|
LD_SWITCH_SYSTEM_TEMACS="${LD_SWITCH_SYSTEM_TEMACS} -L${GNUSTEP_SYSTEM_LIBRARIES} ${GNUSTEP_LOCAL_LIBRARIES} -lgnustep-gui -lgnustep-base -lobjc -lpthread"
|
|
|
|
|
fi
|
2010-05-03 20:33:04 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-09-21 01:35:37 +03:00
|
|
|
|
LD_FIRSTFLAG=
|
2010-05-18 19:46:42 -07:00
|
|
|
|
ORDINARY_LINK=
|
|
|
|
|
case "$opsys" in
|
|
|
|
|
## gnu: GNU needs its own crt0.
|
2010-08-09 10:08:56 -07:00
|
|
|
|
aix4-2|cygwin|darwin|gnu|hpux*|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;;
|
2010-05-18 19:46:42 -07:00
|
|
|
|
|
|
|
|
|
## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the
|
|
|
|
|
## library search parth, i.e. it won't search /usr/lib for libc and
|
|
|
|
|
## friends. Using -nostartfiles instead avoids this problem, and
|
|
|
|
|
## will also work on earlier NetBSD releases.
|
2010-09-21 01:35:37 +03:00
|
|
|
|
netbsd|openbsd) LD_FIRSTFLAG="-nostartfiles" ;;
|
2010-05-18 19:46:42 -07:00
|
|
|
|
|
|
|
|
|
## macpcc: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> says
|
|
|
|
|
## MkLinux/LinuxPPC needs this.
|
|
|
|
|
## ibms390x only supports opsys = gnu-linux so it can be added here.
|
|
|
|
|
gnu-*)
|
|
|
|
|
case "$machine" in
|
2010-09-21 01:35:37 +03:00
|
|
|
|
macppc|ibms390x) LD_FIRSTFLAG="-nostdlib" ;;
|
2010-05-18 19:46:42 -07:00
|
|
|
|
esac
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
|
2010-05-25 23:41:58 -07:00
|
|
|
|
|
2010-05-18 19:46:42 -07:00
|
|
|
|
if test "x$ORDINARY_LINK" = "xyes"; then
|
|
|
|
|
|
2010-09-21 01:35:37 +03:00
|
|
|
|
LD_FIRSTFLAG=""
|
2010-05-18 19:46:42 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define ORDINARY_LINK 1" >>confdefs.h
|
2010-05-18 19:46:42 -07:00
|
|
|
|
|
|
|
|
|
|
2010-09-21 01:35:37 +03:00
|
|
|
|
## The system files defining neither ORDINARY_LINK nor LD_FIRSTFLAG are:
|
2010-08-09 10:08:56 -07:00
|
|
|
|
## freebsd, gnu-* not on macppc|ibms390x.
|
2010-09-21 01:35:37 +03:00
|
|
|
|
elif test "x$GCC" = "xyes" && test "x$LD_FIRSTFLAG" = "x"; then
|
2010-05-18 19:46:42 -07:00
|
|
|
|
|
|
|
|
|
## Versions of GCC >= 2.0 put their library, libgcc.a, in obscure
|
|
|
|
|
## places that are difficult to figure out at make time. Fortunately,
|
|
|
|
|
## these same versions allow you to pass arbitrary flags on to the
|
|
|
|
|
## linker, so there is no reason not to use it as a linker.
|
|
|
|
|
##
|
|
|
|
|
## Well, it is not quite perfect. The "-nostdlib" keeps GCC from
|
|
|
|
|
## searching for libraries in its internal directories, so we have to
|
|
|
|
|
## ask GCC explicitly where to find libgcc.a (LIB_GCC below).
|
2010-09-21 01:35:37 +03:00
|
|
|
|
LD_FIRSTFLAG="-nostdlib"
|
2010-05-06 20:01:40 -07:00
|
|
|
|
fi
|
|
|
|
|
|
2010-05-26 22:43:27 -07:00
|
|
|
|
## FIXME? What setting of EDIT_LDFLAGS should this have?
|
2010-09-21 01:35:37 +03:00
|
|
|
|
test "$NS_IMPL_GNUSTEP" = "yes" && LD_FIRSTFLAG="-rdynamic"
|
2010-05-18 19:46:42 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-05-26 22:43:27 -07:00
|
|
|
|
## FIXME? The logic here is not precisely the same as that above.
|
2010-09-21 01:35:37 +03:00
|
|
|
|
## There is no check here for a pre-defined LD_FIRSTFLAG.
|
2010-05-26 22:43:27 -07:00
|
|
|
|
## Should we only be setting LIB_GCC if LD ~ -nostdlib?
|
2010-05-11 20:09:56 -07:00
|
|
|
|
LIB_GCC=
|
2010-05-18 19:46:42 -07:00
|
|
|
|
if test "x$GCC" = "xyes" && test "x$ORDINARY_LINK" != "xyes"; then
|
2010-05-11 20:09:56 -07:00
|
|
|
|
|
|
|
|
|
case "$opsys" in
|
2010-07-24 18:06:03 -04:00
|
|
|
|
freebsd|netbsd|openbsd) LIB_GCC= ;;
|
2010-05-11 20:09:56 -07:00
|
|
|
|
|
|
|
|
|
gnu-*)
|
|
|
|
|
## armin76@gentoo.org reported that the lgcc_s flag is necessary to
|
|
|
|
|
## build on ARM EABI under GNU/Linux. (Bug#5518)
|
|
|
|
|
## Note that m/arm.h never bothered to undefine LIB_GCC first.
|
|
|
|
|
if test "$machine" = "arm"; then
|
|
|
|
|
LIB_GCC="-lgcc_s"
|
|
|
|
|
else
|
|
|
|
|
## FIXME? s/gnu-linux.h used to define LIB_GCC as below, then
|
|
|
|
|
## immediately undefine it again and redefine it to empty.
|
|
|
|
|
## Was the C_SWITCH_X_SITE part really necessary?
|
2010-05-13 00:26:50 -07:00
|
|
|
|
## LIB_GCC=`$CC $C_SWITCH_X_SITE -print-libgcc-file-name`
|
2010-05-11 20:09:56 -07:00
|
|
|
|
LIB_GCC=
|
|
|
|
|
fi
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
## Ask GCC where to find libgcc.a.
|
2010-05-13 00:26:50 -07:00
|
|
|
|
*) LIB_GCC=`$CC -print-libgcc-file-name 2> /dev/null` ;;
|
2010-05-11 20:09:56 -07:00
|
|
|
|
esac
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
2010-05-13 20:17:27 -07:00
|
|
|
|
TOOLTIP_SUPPORT=
|
|
|
|
|
WINDOW_SUPPORT=
|
|
|
|
|
## If we're using X11/GNUstep, define some consequences.
|
|
|
|
|
if test "$HAVE_X_WINDOWS" = "yes" || test "$HAVE_NS" = "yes"; then
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_WINDOW_SYSTEM 1" >>confdefs.h
|
2010-05-13 20:17:27 -07:00
|
|
|
|
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
$as_echo "#define HAVE_MOUSE 1" >>confdefs.h
|
2010-05-13 20:17:27 -07:00
|
|
|
|
|
|
|
|
|
MOUSE_SUPPORT="\$(REAL_MOUSE_SUPPORT)"
|
2010-10-12 14:03:09 -07:00
|
|
|
|
TOOLTIP_SUPPORT="\${lispsource}/mouse.elc"
|
2010-05-13 20:17:27 -07:00
|
|
|
|
|
|
|
|
|
WINDOW_SUPPORT="\$(BASE_WINDOW_SUPPORT)"
|
|
|
|
|
test "$HAVE_X_WINDOWS" = "yes" && \
|
|
|
|
|
WINDOW_SUPPORT="$WINDOW_SUPPORT \$(X_WINDOW_SUPPORT)"
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2002-11-21 20:38:07 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
|
|
|
|
|
1999-10-07 13:06:22 +00:00
|
|
|
|
#### Report on what we decided to do.
|
2003-01-19 21:50:03 +00:00
|
|
|
|
#### Report GTK as a toolkit, even if it doesn't use Xt.
|
|
|
|
|
#### It makes printing result more understandable as using GTK sets
|
|
|
|
|
#### toolkit_scroll_bars to yes by default.
|
|
|
|
|
if test "${HAVE_GTK}" = "yes"; then
|
|
|
|
|
USE_X_TOOLKIT=GTK
|
|
|
|
|
fi
|
|
|
|
|
|
1999-10-07 13:06:22 +00:00
|
|
|
|
echo "
|
|
|
|
|
Configured for \`${canonical}'.
|
|
|
|
|
|
|
|
|
|
Where should the build process find the source code? ${srcdir}
|
|
|
|
|
What operating system and machine description files should Emacs use?
|
|
|
|
|
\`${opsysfile}' and \`${machfile}'
|
|
|
|
|
What compiler should emacs be built with? ${CC} ${CFLAGS}
|
|
|
|
|
Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
|
2000-09-06 21:42:35 +00:00
|
|
|
|
Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}
|
2000-09-14 15:15:16 +00:00
|
|
|
|
Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers
|
1999-10-07 13:06:22 +00:00
|
|
|
|
What window system should Emacs use? ${window_system}
|
2002-09-11 15:48:27 +00:00
|
|
|
|
What toolkit should Emacs use? ${USE_X_TOOLKIT}"
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
if test -n "${x_includes}"; then
|
|
|
|
|
echo " Where do we find X Windows header files? ${x_includes}"
|
|
|
|
|
else
|
|
|
|
|
echo " Where do we find X Windows header files? Standard dirs"
|
|
|
|
|
fi
|
|
|
|
|
if test -n "${x_libraries}"; then
|
|
|
|
|
echo " Where do we find X Windows libraries? ${x_libraries}"
|
|
|
|
|
else
|
|
|
|
|
echo " Where do we find X Windows libraries? Standard dirs"
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
echo " Does Emacs use -lXaw3d? ${HAVE_XAW3D}"
|
|
|
|
|
echo " Does Emacs use -lXpm? ${HAVE_XPM}"
|
|
|
|
|
echo " Does Emacs use -ljpeg? ${HAVE_JPEG}"
|
|
|
|
|
echo " Does Emacs use -ltiff? ${HAVE_TIFF}"
|
2010-03-17 22:57:21 -07:00
|
|
|
|
echo " Does Emacs use a gif library? ${HAVE_GIF} $LIBGIF"
|
1999-10-07 13:06:22 +00:00
|
|
|
|
echo " Does Emacs use -lpng? ${HAVE_PNG}"
|
2007-08-22 04:20:10 +00:00
|
|
|
|
echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}"
|
2010-04-02 23:09:13 +02:00
|
|
|
|
echo " Does Emacs use imagemagick? ${HAVE_IMAGEMAGICK}"
|
2010-09-21 23:10:16 -04:00
|
|
|
|
|
2007-05-20 05:16:40 +00:00
|
|
|
|
echo " Does Emacs use -lgpm? ${HAVE_GPM}"
|
2008-01-25 02:46:19 +00:00
|
|
|
|
echo " Does Emacs use -ldbus? ${HAVE_DBUS}"
|
2009-11-17 08:21:23 +00:00
|
|
|
|
echo " Does Emacs use -lgconf? ${HAVE_GCONF}"
|
2010-04-20 20:11:03 -07:00
|
|
|
|
echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}"
|
2010-11-06 11:31:56 +01:00
|
|
|
|
echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}"
|
2010-09-21 23:10:16 -04:00
|
|
|
|
echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}"
|
2008-02-02 15:49:46 +00:00
|
|
|
|
|
2008-07-15 18:15:18 +00:00
|
|
|
|
echo " Does Emacs use -lfreetype? ${HAVE_FREETYPE}"
|
|
|
|
|
echo " Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT}"
|
|
|
|
|
echo " Does Emacs use -lotf? ${HAVE_LIBOTF}"
|
|
|
|
|
echo " Does Emacs use -lxft? ${HAVE_XFT}"
|
|
|
|
|
|
2008-10-03 18:43:29 +00:00
|
|
|
|
echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
|
1999-10-07 13:06:22 +00:00
|
|
|
|
echo
|
|
|
|
|
|
2005-03-04 16:45:54 +00:00
|
|
|
|
if test $USE_XASSERTS = yes; then
|
|
|
|
|
echo " Compiling with asserts turned on."
|
|
|
|
|
CPPFLAGS="$CPPFLAGS -DXASSERTS=1"
|
|
|
|
|
fi
|
2004-10-06 12:28:31 +00:00
|
|
|
|
|
2008-03-11 08:14:28 +00:00
|
|
|
|
echo
|
|
|
|
|
|
2008-07-17 17:44:41 +00:00
|
|
|
|
if test "$HAVE_NS" = "yes"; then
|
|
|
|
|
echo
|
|
|
|
|
echo "You must run \"make install\" in order to test the built application.
|
|
|
|
|
The installed application will go to nextstep/Emacs.app and can be
|
|
|
|
|
run or moved from there."
|
|
|
|
|
if test "$EN_NS_SELF_CONTAINED" = "yes"; then
|
|
|
|
|
echo "The application will be fully self-contained."
|
|
|
|
|
else
|
|
|
|
|
echo "The lisp resources for the application will be installed under ${prefix}.
|
|
|
|
|
You may need to run \"make install\" with sudo. The application will fail
|
|
|
|
|
to run if these resources are not installed."
|
|
|
|
|
fi
|
|
|
|
|
echo
|
|
|
|
|
fi
|
|
|
|
|
|
2004-10-06 12:28:31 +00:00
|
|
|
|
|
1999-10-07 13:06:22 +00:00
|
|
|
|
# Remove any trailing slashes in these variables.
|
|
|
|
|
test "${prefix}" != NONE &&
|
|
|
|
|
prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
|
|
|
|
|
test "${exec_prefix}" != NONE &&
|
|
|
|
|
exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
|
|
|
|
|
|
2010-10-09 10:59:55 -07:00
|
|
|
|
ac_config_files="$ac_config_files Makefile lib-src/Makefile oldXMenu/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispintro/Makefile doc/lispref/Makefile src/Makefile lwlib/Makefile lisp/Makefile leim/Makefile"
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
|
|
|
|
ac_config_commands="$ac_config_commands default"
|
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
cat >confcache <<\_ACEOF
|
1999-10-07 13:06:22 +00:00
|
|
|
|
# This file is a shell script that caches the results of configure
|
|
|
|
|
# tests run on this system so they can be shared between configure
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# scripts and configure runs, see configure's option --config-cache.
|
|
|
|
|
# It is not useful on other systems. If it contains results you don't
|
|
|
|
|
# want to keep, you may remove or edit it.
|
1999-10-07 13:06:22 +00:00
|
|
|
|
#
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# config.status only pays attention to the cache file if you give it
|
|
|
|
|
# the --recheck option to rerun configure.
|
1999-10-07 13:06:22 +00:00
|
|
|
|
#
|
2002-11-08 12:32:10 +00:00
|
|
|
|
# `ac_cv_env_foo' variables (set or unset) will be overridden when
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# loading this file, other *unset* `ac_cv_foo' will be assigned the
|
|
|
|
|
# following values.
|
|
|
|
|
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
1999-10-07 13:06:22 +00:00
|
|
|
|
# The following way of writing the cache mishandles newlines in values,
|
|
|
|
|
# but we know of no workaround that is simple, portable, and efficient.
|
2006-12-20 19:57:39 +00:00
|
|
|
|
# So, we kill variables containing newlines.
|
1999-10-07 13:06:22 +00:00
|
|
|
|
# Ultrix sh set writes to stderr and can't be redirected directly,
|
|
|
|
|
# and sets the high bit in the cache file unless we assign to the vars.
|
2006-12-20 19:57:39 +00:00
|
|
|
|
(
|
|
|
|
|
for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
|
|
|
|
|
eval ac_val=\$$ac_var
|
|
|
|
|
case $ac_val in #(
|
|
|
|
|
*${as_nl}*)
|
|
|
|
|
case $ac_var in #(
|
2010-06-03 15:16:02 -07:00
|
|
|
|
*_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
|
2010-04-02 23:09:13 +02:00
|
|
|
|
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
esac
|
|
|
|
|
case $ac_var in #(
|
|
|
|
|
_ | IFS | as_nl) ;; #(
|
2009-07-22 02:55:17 +00:00
|
|
|
|
BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
|
2010-06-03 15:16:02 -07:00
|
|
|
|
*) { eval $ac_var=; unset $ac_var;} ;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
esac ;;
|
|
|
|
|
esac
|
|
|
|
|
done
|
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
(set) 2>&1 |
|
2006-12-20 19:57:39 +00:00
|
|
|
|
case $as_nl`(ac_space=' '; set) 2>&1` in #(
|
|
|
|
|
*${as_nl}ac_space=\ *)
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# `set' does not quote correctly, so add quotes: double-quote
|
|
|
|
|
# substitution turns \\\\ into \\, and sed turns \\ into \.
|
2001-10-19 12:33:10 +00:00
|
|
|
|
sed -n \
|
2005-07-06 12:07:32 +00:00
|
|
|
|
"s/'/'\\\\''/g;
|
|
|
|
|
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
|
2006-12-20 19:57:39 +00:00
|
|
|
|
;; #(
|
2001-10-19 12:33:10 +00:00
|
|
|
|
*)
|
|
|
|
|
# `set' quotes correctly as required by POSIX, so do not add quotes.
|
2006-12-20 19:57:39 +00:00
|
|
|
|
sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
|
2001-10-19 12:33:10 +00:00
|
|
|
|
;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
esac |
|
|
|
|
|
sort
|
|
|
|
|
) |
|
2001-10-19 12:33:10 +00:00
|
|
|
|
sed '
|
2006-12-20 19:57:39 +00:00
|
|
|
|
/^ac_cv_env_/b end
|
2001-10-19 12:33:10 +00:00
|
|
|
|
t clear
|
2006-12-20 19:57:39 +00:00
|
|
|
|
:clear
|
2001-10-19 12:33:10 +00:00
|
|
|
|
s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
|
|
|
|
|
t end
|
2006-12-20 19:57:39 +00:00
|
|
|
|
s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
|
|
|
|
|
:end' >>confcache
|
|
|
|
|
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
|
|
|
|
|
if test -w "$cache_file"; then
|
|
|
|
|
test "x$cache_file" != "x/dev/null" &&
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$as_me: updating cache $cache_file" >&6;}
|
2001-10-19 12:33:10 +00:00
|
|
|
|
cat confcache >$cache_file
|
1999-10-07 13:06:22 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
|
1999-10-07 13:06:22 +00:00
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
rm -f confcache
|
|
|
|
|
|
|
|
|
|
test "x$prefix" = xNONE && prefix=$ac_default_prefix
|
|
|
|
|
# Let make expand exec_prefix.
|
|
|
|
|
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
|
|
|
|
|
|
|
|
|
DEFS=-DHAVE_CONFIG_H
|
|
|
|
|
|
2002-11-08 12:32:10 +00:00
|
|
|
|
ac_libobjs=
|
|
|
|
|
ac_ltlibobjs=
|
|
|
|
|
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
|
|
|
|
|
# 1. Remove the extension, and $U if already installed.
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
|
2006-12-20 19:57:39 +00:00
|
|
|
|
# 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
|
|
|
|
|
# will be set to the directory where LIBOBJS objects are built.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
|
|
|
|
|
as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
|
2002-11-08 12:32:10 +00:00
|
|
|
|
done
|
|
|
|
|
LIBOBJS=$ac_libobjs
|
|
|
|
|
|
|
|
|
|
LTLIBOBJS=$ac_ltlibobjs
|
|
|
|
|
|
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-08-09 21:25:41 +02:00
|
|
|
|
|
1999-10-07 13:06:22 +00:00
|
|
|
|
: ${CONFIG_STATUS=./config.status}
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_write_fail=0
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_clean_files_save=$ac_clean_files
|
|
|
|
|
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_write_fail=0
|
|
|
|
|
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
|
2001-10-19 12:33:10 +00:00
|
|
|
|
#! $SHELL
|
2002-11-07 17:33:03 +00:00
|
|
|
|
# Generated by $as_me.
|
1999-10-07 13:06:22 +00:00
|
|
|
|
# Run this file to recreate the current configuration.
|
|
|
|
|
# Compiler output produced by configure, useful for debugging
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# configure, is in config.log if it exists.
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
debug=false
|
2003-07-23 11:16:30 +00:00
|
|
|
|
ac_cs_recheck=false
|
|
|
|
|
ac_cs_silent=false
|
2010-03-17 22:57:21 -07:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
SHELL=\${CONFIG_SHELL-$SHELL}
|
|
|
|
|
export SHELL
|
|
|
|
|
_ASEOF
|
|
|
|
|
cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
|
|
|
|
|
## -------------------- ##
|
|
|
|
|
## M4sh Initialization. ##
|
|
|
|
|
## -------------------- ##
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2006-12-22 19:23:19 +00:00
|
|
|
|
# Be more Bourne compatible
|
|
|
|
|
DUALCASE=1; export DUALCASE # for MKS sh
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
|
2001-10-19 12:33:10 +00:00
|
|
|
|
emulate sh
|
|
|
|
|
NULLCMD=:
|
2009-07-22 02:55:17 +00:00
|
|
|
|
# Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
|
2002-11-08 12:32:10 +00:00
|
|
|
|
# is contrary to our usage. Disable this feature.
|
|
|
|
|
alias -g '${1+"$@"}'='"$@"'
|
2006-12-20 19:57:39 +00:00
|
|
|
|
setopt NO_GLOB_SUBST
|
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case `(set -o) 2>/dev/null` in #(
|
|
|
|
|
*posix*) :
|
|
|
|
|
set -o posix ;; #(
|
|
|
|
|
*) :
|
|
|
|
|
;;
|
2006-12-22 19:23:19 +00:00
|
|
|
|
esac
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
2006-12-22 19:23:19 +00:00
|
|
|
|
|
|
|
|
|
|
2009-07-22 02:55:17 +00:00
|
|
|
|
as_nl='
|
|
|
|
|
'
|
|
|
|
|
export as_nl
|
|
|
|
|
# Printing a long string crashes Solaris 7 /usr/bin/printf.
|
|
|
|
|
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
|
|
|
|
|
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
|
|
|
|
|
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Prefer a ksh shell builtin over an external printf program on Solaris,
|
|
|
|
|
# but without wasting forks for bash or zsh.
|
|
|
|
|
if test -z "$BASH_VERSION$ZSH_VERSION" \
|
|
|
|
|
&& (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
|
|
|
|
|
as_echo='print -r --'
|
|
|
|
|
as_echo_n='print -rn --'
|
|
|
|
|
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
|
2009-07-22 02:55:17 +00:00
|
|
|
|
as_echo='printf %s\n'
|
|
|
|
|
as_echo_n='printf %s'
|
|
|
|
|
else
|
|
|
|
|
if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
|
|
|
|
|
as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
|
|
|
|
|
as_echo_n='/usr/ucb/echo -n'
|
2009-04-25 14:36:01 +00:00
|
|
|
|
else
|
2009-07-22 02:55:17 +00:00
|
|
|
|
as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
|
|
|
|
|
as_echo_n_body='eval
|
|
|
|
|
arg=$1;
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $arg in #(
|
2009-07-22 02:55:17 +00:00
|
|
|
|
*"$as_nl"*)
|
|
|
|
|
expr "X$arg" : "X\\(.*\\)$as_nl";
|
|
|
|
|
arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
|
|
|
|
|
esac;
|
|
|
|
|
expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
|
|
|
|
|
'
|
|
|
|
|
export as_echo_n_body
|
|
|
|
|
as_echo_n='sh -c $as_echo_n_body as_echo'
|
2009-04-25 14:36:01 +00:00
|
|
|
|
fi
|
2009-07-22 02:55:17 +00:00
|
|
|
|
export as_echo_body
|
|
|
|
|
as_echo='sh -c $as_echo_body as_echo'
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# The user is always right.
|
|
|
|
|
if test "${PATH_SEPARATOR+set}" != set; then
|
|
|
|
|
PATH_SEPARATOR=:
|
|
|
|
|
(PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
|
|
|
|
|
(PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
|
|
|
|
|
PATH_SEPARATOR=';'
|
|
|
|
|
}
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2002-11-08 12:32:10 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
# IFS
|
|
|
|
|
# We need space, tab and new line, in precisely that order. Quoting is
|
|
|
|
|
# there to prevent editors from complaining about space-tab.
|
|
|
|
|
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
|
|
|
|
|
# splitting by setting IFS to empty value.)
|
|
|
|
|
IFS=" "" $as_nl"
|
|
|
|
|
|
|
|
|
|
# Find who we are. Look in the path if we contain no directory separator.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $0 in #((
|
2006-12-20 19:57:39 +00:00
|
|
|
|
*[\\/]* ) as_myself=$0 ;;
|
|
|
|
|
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
test -z "$as_dir" && as_dir=.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
|
|
|
|
|
done
|
2006-12-20 19:57:39 +00:00
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
# We did not find ourselves, most probably we were run as `sh COMMAND'
|
|
|
|
|
# in which case we are not to be found in the path.
|
|
|
|
|
if test "x$as_myself" = x; then
|
|
|
|
|
as_myself=$0
|
|
|
|
|
fi
|
|
|
|
|
if test ! -f "$as_myself"; then
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
|
2010-06-03 15:16:02 -07:00
|
|
|
|
exit 1
|
2006-12-20 19:57:39 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Unset variables that we do not need and which cause bugs (e.g. in
|
|
|
|
|
# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
|
|
|
|
|
# suppresses any "Segmentation fault" message there. '((' could
|
|
|
|
|
# trigger a bug in pdksh 5.2.14.
|
|
|
|
|
for as_var in BASH_ENV ENV MAIL MAILPATH
|
|
|
|
|
do eval test x\${$as_var+set} = xset \
|
|
|
|
|
&& ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
|
2006-12-20 19:57:39 +00:00
|
|
|
|
done
|
2002-11-08 12:32:10 +00:00
|
|
|
|
PS1='$ '
|
|
|
|
|
PS2='> '
|
|
|
|
|
PS4='+ '
|
|
|
|
|
|
|
|
|
|
# NLS nuisances.
|
2009-07-22 02:55:17 +00:00
|
|
|
|
LC_ALL=C
|
|
|
|
|
export LC_ALL
|
|
|
|
|
LANGUAGE=C
|
|
|
|
|
export LANGUAGE
|
2002-11-08 12:32:10 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# CDPATH.
|
|
|
|
|
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
|
|
|
|
|
|
|
|
|
|
|
2010-11-21 15:39:55 +01:00
|
|
|
|
# as_fn_error ERROR [LINENO LOG_FD]
|
|
|
|
|
# ---------------------------------
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
|
|
|
|
|
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
|
2010-11-21 15:39:55 +01:00
|
|
|
|
# script with status $?, using 1 if that was 0.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_fn_error ()
|
|
|
|
|
{
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_status=$?; test $as_status -eq 0 && as_status=1
|
|
|
|
|
if test "$3"; then
|
|
|
|
|
as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
|
2010-06-03 15:16:02 -07:00
|
|
|
|
fi
|
2010-11-21 15:39:55 +01:00
|
|
|
|
$as_echo "$as_me: error: $1" >&2
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_fn_exit $as_status
|
|
|
|
|
} # as_fn_error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# as_fn_set_status STATUS
|
|
|
|
|
# -----------------------
|
|
|
|
|
# Set $? to STATUS, without forking.
|
|
|
|
|
as_fn_set_status ()
|
|
|
|
|
{
|
|
|
|
|
return $1
|
|
|
|
|
} # as_fn_set_status
|
|
|
|
|
|
|
|
|
|
# as_fn_exit STATUS
|
|
|
|
|
# -----------------
|
|
|
|
|
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
|
|
|
|
|
as_fn_exit ()
|
|
|
|
|
{
|
|
|
|
|
set +e
|
|
|
|
|
as_fn_set_status $1
|
|
|
|
|
exit $1
|
|
|
|
|
} # as_fn_exit
|
|
|
|
|
|
|
|
|
|
# as_fn_unset VAR
|
|
|
|
|
# ---------------
|
|
|
|
|
# Portably unset VAR.
|
|
|
|
|
as_fn_unset ()
|
|
|
|
|
{
|
|
|
|
|
{ eval $1=; unset $1;}
|
|
|
|
|
}
|
|
|
|
|
as_unset=as_fn_unset
|
|
|
|
|
# as_fn_append VAR VALUE
|
|
|
|
|
# ----------------------
|
|
|
|
|
# Append the text in VALUE to the end of the definition contained in VAR. Take
|
|
|
|
|
# advantage of any shell optimizations that allow amortized linear growth over
|
|
|
|
|
# repeated appends, instead of the typical quadratic growth present in naive
|
|
|
|
|
# implementations.
|
|
|
|
|
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
|
|
|
|
|
eval 'as_fn_append ()
|
|
|
|
|
{
|
|
|
|
|
eval $1+=\$2
|
|
|
|
|
}'
|
|
|
|
|
else
|
|
|
|
|
as_fn_append ()
|
|
|
|
|
{
|
|
|
|
|
eval $1=\$$1\$2
|
|
|
|
|
}
|
|
|
|
|
fi # as_fn_append
|
|
|
|
|
|
|
|
|
|
# as_fn_arith ARG...
|
|
|
|
|
# ------------------
|
|
|
|
|
# Perform arithmetic evaluation on the ARGs, and store the result in the
|
|
|
|
|
# global $as_val. Take advantage of shells that can avoid forks. The arguments
|
|
|
|
|
# must be portable across $(()) and expr.
|
|
|
|
|
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
|
|
|
|
|
eval 'as_fn_arith ()
|
|
|
|
|
{
|
|
|
|
|
as_val=$(( $* ))
|
|
|
|
|
}'
|
|
|
|
|
else
|
|
|
|
|
as_fn_arith ()
|
|
|
|
|
{
|
|
|
|
|
as_val=`expr "$@" || test $? -eq 1`
|
|
|
|
|
}
|
|
|
|
|
fi # as_fn_arith
|
|
|
|
|
|
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
if expr a : '\(a\)' >/dev/null 2>&1 &&
|
|
|
|
|
test "X`expr 00001 : '.*\(...\)'`" = X001; then
|
2002-11-08 12:32:10 +00:00
|
|
|
|
as_expr=expr
|
|
|
|
|
else
|
|
|
|
|
as_expr=false
|
|
|
|
|
fi
|
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
|
2002-11-08 12:32:10 +00:00
|
|
|
|
as_basename=basename
|
|
|
|
|
else
|
|
|
|
|
as_basename=false
|
|
|
|
|
fi
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
|
|
|
|
|
as_dirname=dirname
|
|
|
|
|
else
|
|
|
|
|
as_dirname=false
|
|
|
|
|
fi
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
as_me=`$as_basename -- "$0" ||
|
2002-11-07 17:33:03 +00:00
|
|
|
|
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
|
|
|
|
X"$0" : 'X\(//\)$' \| \
|
2006-12-20 19:57:39 +00:00
|
|
|
|
X"$0" : 'X\(/\)' \| . 2>/dev/null ||
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo X/"$0" |
|
2006-12-20 19:57:39 +00:00
|
|
|
|
sed '/^.*\/\([^/][^/]*\)\/*$/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/^X\/\(\/\/\)$/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/^X\/\(\/\).*/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
s/.*/./; q'`
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
# Avoid depending upon Character Ranges.
|
|
|
|
|
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
|
|
|
|
|
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
|
|
|
|
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
|
|
|
|
|
as_cr_digits='0123456789'
|
|
|
|
|
as_cr_alnum=$as_cr_Letters$as_cr_digits
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
|
|
|
|
ECHO_C= ECHO_N= ECHO_T=
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case `echo -n x` in #(((((
|
2006-12-20 19:57:39 +00:00
|
|
|
|
-n*)
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case `echo 'xy\c'` in
|
2006-12-20 19:57:39 +00:00
|
|
|
|
*c*) ECHO_T=' ';; # ECHO_T is single tab character.
|
2010-06-03 15:16:02 -07:00
|
|
|
|
xy) ECHO_C='\c';;
|
|
|
|
|
*) echo `echo ksh88 bug on AIX 6.1` > /dev/null
|
|
|
|
|
ECHO_T=' ';;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
esac;;
|
|
|
|
|
*)
|
|
|
|
|
ECHO_N='-n';;
|
2002-11-07 17:33:03 +00:00
|
|
|
|
esac
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
|
|
|
|
rm -f conf$$ conf$$.exe conf$$.file
|
2006-12-20 19:57:39 +00:00
|
|
|
|
if test -d conf$$.dir; then
|
|
|
|
|
rm -f conf$$.dir/conf$$.file
|
|
|
|
|
else
|
|
|
|
|
rm -f conf$$.dir
|
2009-07-22 02:55:17 +00:00
|
|
|
|
mkdir conf$$.dir 2>/dev/null
|
|
|
|
|
fi
|
|
|
|
|
if (echo >conf$$.file) 2>/dev/null; then
|
|
|
|
|
if ln -s conf$$.file conf$$ 2>/dev/null; then
|
|
|
|
|
as_ln_s='ln -s'
|
|
|
|
|
# ... but there are two gotchas:
|
|
|
|
|
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
|
|
|
|
|
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
|
|
|
|
|
# In both cases, we have to default to `cp -p'.
|
|
|
|
|
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
|
|
|
|
|
as_ln_s='cp -p'
|
|
|
|
|
elif ln conf$$.file conf$$ 2>/dev/null; then
|
|
|
|
|
as_ln_s=ln
|
|
|
|
|
else
|
2001-10-19 12:33:10 +00:00
|
|
|
|
as_ln_s='cp -p'
|
2009-07-22 02:55:17 +00:00
|
|
|
|
fi
|
2001-10-19 12:33:10 +00:00
|
|
|
|
else
|
|
|
|
|
as_ln_s='cp -p'
|
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
|
|
|
|
|
rmdir conf$$.dir 2>/dev/null
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
# as_fn_mkdir_p
|
|
|
|
|
# -------------
|
|
|
|
|
# Create "$as_dir" as a directory, including parents if necessary.
|
|
|
|
|
as_fn_mkdir_p ()
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
case $as_dir in #(
|
|
|
|
|
-*) as_dir=./$as_dir;;
|
|
|
|
|
esac
|
|
|
|
|
test -d "$as_dir" || eval $as_mkdir_p || {
|
|
|
|
|
as_dirs=
|
|
|
|
|
while :; do
|
|
|
|
|
case $as_dir in #(
|
|
|
|
|
*\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
|
|
|
|
|
*) as_qdir=$as_dir;;
|
|
|
|
|
esac
|
|
|
|
|
as_dirs="'$as_qdir' $as_dirs"
|
|
|
|
|
as_dir=`$as_dirname -- "$as_dir" ||
|
|
|
|
|
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
|
|
|
|
X"$as_dir" : 'X\(//\)[^/]' \| \
|
|
|
|
|
X"$as_dir" : 'X\(//\)$' \| \
|
|
|
|
|
X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
|
|
|
|
|
$as_echo X"$as_dir" |
|
|
|
|
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/^X\(\/\/\)[^/].*/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/^X\(\/\/\)$/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/^X\(\/\).*/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
s/.*/./; q'`
|
|
|
|
|
test -d "$as_dir" && break
|
|
|
|
|
done
|
|
|
|
|
test -z "$as_dirs" || eval "mkdir $as_dirs"
|
2010-11-21 15:39:55 +01:00
|
|
|
|
} || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
|
2010-06-03 15:16:02 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} # as_fn_mkdir_p
|
2002-11-08 12:32:10 +00:00
|
|
|
|
if mkdir -p . 2>/dev/null; then
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_mkdir_p='mkdir -p "$as_dir"'
|
2002-11-08 12:32:10 +00:00
|
|
|
|
else
|
2005-07-06 12:07:32 +00:00
|
|
|
|
test -d ./-p && rmdir ./-p
|
2002-11-08 12:32:10 +00:00
|
|
|
|
as_mkdir_p=false
|
|
|
|
|
fi
|
|
|
|
|
|
2006-12-22 19:23:19 +00:00
|
|
|
|
if test -x / >/dev/null 2>&1; then
|
|
|
|
|
as_test_x='test -x'
|
2006-12-20 19:57:39 +00:00
|
|
|
|
else
|
2006-12-22 19:23:19 +00:00
|
|
|
|
if ls -dL / >/dev/null 2>&1; then
|
|
|
|
|
as_ls_L_option=L
|
|
|
|
|
else
|
|
|
|
|
as_ls_L_option=
|
|
|
|
|
fi
|
|
|
|
|
as_test_x='
|
|
|
|
|
eval sh -c '\''
|
|
|
|
|
if test -d "$1"; then
|
2009-07-22 02:55:17 +00:00
|
|
|
|
test -d "$1/.";
|
2006-12-22 19:23:19 +00:00
|
|
|
|
else
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case $1 in #(
|
2009-07-22 02:55:17 +00:00
|
|
|
|
-*)set "./$1";;
|
2006-12-22 19:23:19 +00:00
|
|
|
|
esac;
|
2010-06-03 15:16:02 -07:00
|
|
|
|
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
|
2006-12-22 19:23:19 +00:00
|
|
|
|
???[sx]*):;;*)false;;esac;fi
|
|
|
|
|
'\'' sh
|
|
|
|
|
'
|
2006-12-20 19:57:39 +00:00
|
|
|
|
fi
|
2006-12-22 19:23:19 +00:00
|
|
|
|
as_executable_p=$as_test_x
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
# Sed expression to map a string onto a valid CPP name.
|
2005-07-06 12:07:32 +00:00
|
|
|
|
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
|
|
|
|
# Sed expression to map a string onto a valid variable name.
|
2005-07-06 12:07:32 +00:00
|
|
|
|
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exec 6>&1
|
2010-06-03 15:16:02 -07:00
|
|
|
|
## ----------------------------------- ##
|
|
|
|
|
## Main body of $CONFIG_STATUS script. ##
|
|
|
|
|
## ----------------------------------- ##
|
|
|
|
|
_ASEOF
|
|
|
|
|
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|
|
|
|
# Save the log message, to keep $0 and so on meaningful, and to
|
2002-11-07 17:33:03 +00:00
|
|
|
|
# report actual input values of CONFIG_FILES etc. instead of their
|
2006-12-20 19:57:39 +00:00
|
|
|
|
# values after options handling.
|
|
|
|
|
ac_log="
|
2010-03-11 19:13:01 -08:00
|
|
|
|
This file was extended by emacs $as_me 24.0.50, which was
|
2010-11-21 15:39:55 +01:00
|
|
|
|
generated by GNU Autoconf 2.65. Invocation command line was
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
|
|
|
|
CONFIG_FILES = $CONFIG_FILES
|
|
|
|
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
|
|
|
|
CONFIG_LINKS = $CONFIG_LINKS
|
|
|
|
|
CONFIG_COMMANDS = $CONFIG_COMMANDS
|
|
|
|
|
$ $0 $@
|
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
on `(hostname || uname -n) 2>/dev/null | sed 1q`
|
|
|
|
|
"
|
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
2010-04-02 23:09:13 +02:00
|
|
|
|
case $ac_config_files in *"
|
|
|
|
|
"*) set x $ac_config_files; shift; ac_config_files=$*;;
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
case $ac_config_headers in *"
|
|
|
|
|
"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
2009-07-22 02:55:17 +00:00
|
|
|
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# Files that config.status was made for.
|
2006-12-20 19:57:39 +00:00
|
|
|
|
config_files="$ac_config_files"
|
|
|
|
|
config_headers="$ac_config_headers"
|
|
|
|
|
config_commands="$ac_config_commands"
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
_ACEOF
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2009-07-22 02:55:17 +00:00
|
|
|
|
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_cs_usage="\
|
2010-06-03 15:16:02 -07:00
|
|
|
|
\`$as_me' instantiates files and other configuration actions
|
|
|
|
|
from templates according to the current configuration. Unless the files
|
|
|
|
|
and actions are specified as TAGs, all are instantiated by default.
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
Usage: $0 [OPTION]... [TAG]...
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
|
|
|
|
-h, --help print this help, then exit
|
2006-12-22 19:23:19 +00:00
|
|
|
|
-V, --version print version number and configuration settings, then exit
|
2010-06-03 15:16:02 -07:00
|
|
|
|
--config print configuration, then exit
|
2010-04-02 23:09:13 +02:00
|
|
|
|
-q, --quiet, --silent
|
|
|
|
|
do not print progress messages
|
2001-10-19 12:33:10 +00:00
|
|
|
|
-d, --debug don't remove temporary files
|
|
|
|
|
--recheck update $as_me by reconfiguring in the same conditions
|
2010-04-02 23:09:13 +02:00
|
|
|
|
--file=FILE[:TEMPLATE]
|
2009-07-22 02:55:17 +00:00
|
|
|
|
instantiate the configuration file FILE
|
2010-04-02 23:09:13 +02:00
|
|
|
|
--header=FILE[:TEMPLATE]
|
2009-07-22 02:55:17 +00:00
|
|
|
|
instantiate the configuration header FILE
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
|
|
|
|
Configuration files:
|
|
|
|
|
$config_files
|
|
|
|
|
|
|
|
|
|
Configuration headers:
|
|
|
|
|
$config_headers
|
|
|
|
|
|
|
|
|
|
Configuration commands:
|
|
|
|
|
$config_commands
|
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
Report bugs to the package provider."
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
_ACEOF
|
2009-07-22 02:55:17 +00:00
|
|
|
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_cs_version="\\
|
2010-03-11 19:13:01 -08:00
|
|
|
|
emacs config.status 24.0.50
|
2010-11-21 15:39:55 +01:00
|
|
|
|
configured by $0, generated by GNU Autoconf 2.65,
|
2010-06-03 15:16:02 -07:00
|
|
|
|
with options \\"\$ac_cs_config\\"
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-11-21 15:39:55 +01:00
|
|
|
|
Copyright (C) 2009 Free Software Foundation, Inc.
|
2001-10-19 12:33:10 +00:00
|
|
|
|
This config.status script is free software; the Free Software Foundation
|
|
|
|
|
gives unlimited permission to copy, distribute and modify it."
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
|
|
|
|
ac_pwd='$ac_pwd'
|
|
|
|
|
srcdir='$srcdir'
|
|
|
|
|
INSTALL='$INSTALL'
|
2009-07-22 02:55:17 +00:00
|
|
|
|
test -n "\$AWK" || AWK=awk
|
2002-11-07 17:33:03 +00:00
|
|
|
|
_ACEOF
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2009-07-22 02:55:17 +00:00
|
|
|
|
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|
|
|
|
# The default lists apply if the user does not specify any file.
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_need_defaults=:
|
|
|
|
|
while test $# != 0
|
1999-10-07 13:06:22 +00:00
|
|
|
|
do
|
2001-10-19 12:33:10 +00:00
|
|
|
|
case $1 in
|
2010-11-21 15:39:55 +01:00
|
|
|
|
--*=*)
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_option=`expr "X$1" : 'X\([^=]*\)='`
|
|
|
|
|
ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
|
2002-11-08 12:32:10 +00:00
|
|
|
|
ac_shift=:
|
|
|
|
|
;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
*)
|
2002-11-08 12:32:10 +00:00
|
|
|
|
ac_option=$1
|
|
|
|
|
ac_optarg=$2
|
|
|
|
|
ac_shift=shift
|
2001-10-19 12:33:10 +00:00
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
|
2002-11-08 12:32:10 +00:00
|
|
|
|
case $ac_option in
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# Handling of the options.
|
2003-07-23 11:16:30 +00:00
|
|
|
|
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
|
|
|
|
|
ac_cs_recheck=: ;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
--version | --versio | --versi | --vers | --ver | --ve | --v | -V )
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$ac_cs_version"; exit ;;
|
2010-06-03 15:16:02 -07:00
|
|
|
|
--config | --confi | --conf | --con | --co | --c )
|
|
|
|
|
$as_echo "$ac_cs_config"; exit ;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
--debug | --debu | --deb | --de | --d | -d )
|
2001-10-19 12:33:10 +00:00
|
|
|
|
debug=: ;;
|
|
|
|
|
--file | --fil | --fi | --f )
|
2002-11-08 12:32:10 +00:00
|
|
|
|
$ac_shift
|
2009-07-22 02:55:17 +00:00
|
|
|
|
case $ac_optarg in
|
|
|
|
|
*\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_fn_append CONFIG_FILES " '$ac_optarg'"
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_need_defaults=false;;
|
|
|
|
|
--header | --heade | --head | --hea )
|
2002-11-08 12:32:10 +00:00
|
|
|
|
$ac_shift
|
2009-07-22 02:55:17 +00:00
|
|
|
|
case $ac_optarg in
|
|
|
|
|
*\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
|
|
|
|
esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_fn_append CONFIG_HEADERS " '$ac_optarg'"
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_need_defaults=false;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
--he | --h)
|
|
|
|
|
# Conflict between --help and --header
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "ambiguous option: \`$1'
|
2010-06-03 15:16:02 -07:00
|
|
|
|
Try \`$0 --help' for more information.";;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
--help | --hel | -h )
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$ac_cs_usage"; exit ;;
|
2003-07-23 11:16:30 +00:00
|
|
|
|
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
|
|
|
|
| -silent | --silent | --silen | --sile | --sil | --si | --s)
|
|
|
|
|
ac_cs_silent=: ;;
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
|
|
|
|
# This is an error.
|
2010-11-21 15:39:55 +01:00
|
|
|
|
-*) as_fn_error "unrecognized option: \`$1'
|
2010-06-03 15:16:02 -07:00
|
|
|
|
Try \`$0 --help' for more information." ;;
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
*) as_fn_append ac_config_targets " $1"
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_need_defaults=false ;;
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
1999-10-07 13:06:22 +00:00
|
|
|
|
esac
|
2001-10-19 12:33:10 +00:00
|
|
|
|
shift
|
1999-10-07 13:06:22 +00:00
|
|
|
|
done
|
|
|
|
|
|
2003-07-23 11:16:30 +00:00
|
|
|
|
ac_configure_extra_args=
|
|
|
|
|
|
|
|
|
|
if $ac_cs_silent; then
|
|
|
|
|
exec 6>/dev/null
|
|
|
|
|
ac_configure_extra_args="$ac_configure_extra_args --silent"
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
_ACEOF
|
2009-07-22 02:55:17 +00:00
|
|
|
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
2003-07-23 11:16:30 +00:00
|
|
|
|
if \$ac_cs_recheck; then
|
2009-07-22 02:55:17 +00:00
|
|
|
|
set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
|
|
|
|
|
shift
|
|
|
|
|
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
|
|
|
|
|
CONFIG_SHELL='$SHELL'
|
2006-12-20 19:57:39 +00:00
|
|
|
|
export CONFIG_SHELL
|
2009-07-22 02:55:17 +00:00
|
|
|
|
exec "\$@"
|
2003-07-23 11:16:30 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
_ACEOF
|
2009-07-22 02:55:17 +00:00
|
|
|
|
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
2006-12-20 19:57:39 +00:00
|
|
|
|
exec 5>>config.log
|
|
|
|
|
{
|
|
|
|
|
echo
|
|
|
|
|
sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
|
|
|
|
|
## Running $as_me. ##
|
|
|
|
|
_ASBOX
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$ac_log"
|
2006-12-20 19:57:39 +00:00
|
|
|
|
} >&5
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
_ACEOF
|
2009-07-22 02:55:17 +00:00
|
|
|
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
2001-10-19 12:33:10 +00:00
|
|
|
|
#
|
2006-12-20 19:57:39 +00:00
|
|
|
|
# INIT-COMMANDS
|
2001-10-19 12:33:10 +00:00
|
|
|
|
#
|
2010-05-26 22:43:27 -07:00
|
|
|
|
GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPPFLAGS="$CPPFLAGS"
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
_ACEOF
|
|
|
|
|
|
2009-07-22 02:55:17 +00:00
|
|
|
|
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
|
|
|
|
# Handling of arguments.
|
2001-10-19 12:33:10 +00:00
|
|
|
|
for ac_config_target in $ac_config_targets
|
|
|
|
|
do
|
2006-12-20 19:57:39 +00:00
|
|
|
|
case $ac_config_target in
|
|
|
|
|
"src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;
|
|
|
|
|
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
2010-05-10 20:05:31 -07:00
|
|
|
|
"lib-src/Makefile") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile" ;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
"oldXMenu/Makefile") CONFIG_FILES="$CONFIG_FILES oldXMenu/Makefile" ;;
|
2007-09-06 05:19:06 +00:00
|
|
|
|
"doc/emacs/Makefile") CONFIG_FILES="$CONFIG_FILES doc/emacs/Makefile" ;;
|
|
|
|
|
"doc/misc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/misc/Makefile" ;;
|
|
|
|
|
"doc/lispintro/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispintro/Makefile" ;;
|
|
|
|
|
"doc/lispref/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispref/Makefile" ;;
|
2010-05-26 22:43:27 -07:00
|
|
|
|
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
|
2007-09-06 05:19:06 +00:00
|
|
|
|
"lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
"lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;;
|
|
|
|
|
"leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
|
|
|
|
|
"default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
|
|
|
|
|
|
2010-11-21 15:39:55 +01:00
|
|
|
|
*) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
|
2001-10-19 12:33:10 +00:00
|
|
|
|
esac
|
1999-10-07 13:06:22 +00:00
|
|
|
|
done
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# If the user did not use the arguments to specify the items to instantiate,
|
|
|
|
|
# then the envvar interface is used. Set only those that are not.
|
|
|
|
|
# We use the long form for the default assignment because of an extremely
|
|
|
|
|
# bizarre bug on SunOS 4.1.3.
|
|
|
|
|
if $ac_need_defaults; then
|
|
|
|
|
test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
|
|
|
|
|
test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
|
|
|
|
|
test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
|
1999-10-07 13:06:22 +00:00
|
|
|
|
fi
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2003-07-23 11:16:30 +00:00
|
|
|
|
# Have a temporary directory for convenience. Make it in the build tree
|
2006-12-20 19:57:39 +00:00
|
|
|
|
# simply because there is no reason against having it here, and in addition,
|
2003-07-23 11:16:30 +00:00
|
|
|
|
# creating and moving files from /tmp can sometimes cause problems.
|
2006-12-20 19:57:39 +00:00
|
|
|
|
# Hook for its removal unless debugging.
|
|
|
|
|
# Note that there is a small window in which the directory will not be cleaned:
|
|
|
|
|
# after its creation but before its name has been assigned to `$tmp'.
|
2001-10-19 12:33:10 +00:00
|
|
|
|
$debug ||
|
|
|
|
|
{
|
2006-12-20 19:57:39 +00:00
|
|
|
|
tmp=
|
|
|
|
|
trap 'exit_status=$?
|
|
|
|
|
{ test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
|
|
|
|
|
' 0
|
2010-06-03 15:16:02 -07:00
|
|
|
|
trap 'as_fn_exit 1' 1 2 13 15
|
2001-10-19 12:33:10 +00:00
|
|
|
|
}
|
|
|
|
|
# Create a (secure) tmp directory for tmp files.
|
2003-07-23 11:16:30 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
{
|
2006-12-20 19:57:39 +00:00
|
|
|
|
tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
|
2001-10-19 12:33:10 +00:00
|
|
|
|
test -n "$tmp" && test -d "$tmp"
|
|
|
|
|
} ||
|
|
|
|
|
{
|
2006-12-20 19:57:39 +00:00
|
|
|
|
tmp=./conf$$-$RANDOM
|
|
|
|
|
(umask 077 && mkdir "$tmp")
|
2010-11-21 15:39:55 +01:00
|
|
|
|
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2009-07-22 02:55:17 +00:00
|
|
|
|
# Set up the scripts for CONFIG_FILES section.
|
|
|
|
|
# No need to generate them if there are no CONFIG_FILES.
|
|
|
|
|
# This happens for instance with `./config.status config.h'.
|
2006-12-20 19:57:39 +00:00
|
|
|
|
if test -n "$CONFIG_FILES"; then
|
|
|
|
|
|
2010-05-19 23:15:26 -07:00
|
|
|
|
if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
|
|
|
|
|
ac_cs_awk_getline=:
|
|
|
|
|
ac_cs_awk_pipe_init=
|
|
|
|
|
ac_cs_awk_read_file='
|
|
|
|
|
while ((getline aline < (F[key])) > 0)
|
|
|
|
|
print(aline)
|
|
|
|
|
close(F[key])'
|
|
|
|
|
ac_cs_awk_pipe_fini=
|
|
|
|
|
else
|
|
|
|
|
ac_cs_awk_getline=false
|
|
|
|
|
ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
|
|
|
|
|
ac_cs_awk_read_file='
|
|
|
|
|
print "|#_!!_#|"
|
|
|
|
|
print "cat " F[key] " &&"
|
|
|
|
|
'$ac_cs_awk_pipe_init
|
|
|
|
|
# The final `:' finishes the AND list.
|
|
|
|
|
ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
|
|
|
|
|
fi
|
2010-06-03 15:16:02 -07:00
|
|
|
|
ac_cr=`echo X | tr X '\015'`
|
|
|
|
|
# On cygwin, bash can eat \r inside `` if the user requested igncr.
|
|
|
|
|
# But we know of no other shell where ac_cr would be empty at this
|
|
|
|
|
# point, so we can use a bashism as a fallback.
|
|
|
|
|
if test "x$ac_cr" = x; then
|
|
|
|
|
eval ac_cr=\$\'\\r\'
|
|
|
|
|
fi
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
|
|
|
|
|
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
ac_cs_awk_cr='\r'
|
2009-07-22 02:55:17 +00:00
|
|
|
|
else
|
|
|
|
|
ac_cs_awk_cr=$ac_cr
|
2006-12-20 19:57:39 +00:00
|
|
|
|
fi
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2009-07-22 02:55:17 +00:00
|
|
|
|
echo 'BEGIN {' >"$tmp/subs1.awk" &&
|
2006-12-20 19:57:39 +00:00
|
|
|
|
_ACEOF
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
2010-05-19 23:15:26 -07:00
|
|
|
|
# Create commands to substitute file output variables.
|
|
|
|
|
{
|
|
|
|
|
echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
|
2010-11-09 15:07:10 -05:00
|
|
|
|
echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
|
2010-05-19 23:15:26 -07:00
|
|
|
|
echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
|
|
|
|
|
echo "_ACAWK" &&
|
|
|
|
|
echo "_ACEOF"
|
|
|
|
|
} >conf$$files.sh &&
|
|
|
|
|
. ./conf$$files.sh ||
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
|
2010-05-19 23:15:26 -07:00
|
|
|
|
rm -f conf$$files.sh
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2009-07-22 02:55:17 +00:00
|
|
|
|
{
|
|
|
|
|
echo "cat >conf$$subs.awk <<_ACEOF" &&
|
|
|
|
|
echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
|
|
|
|
|
echo "_ACEOF"
|
|
|
|
|
} >conf$$subs.sh ||
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
|
|
|
|
|
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_delim='%!_!# '
|
|
|
|
|
for ac_last_try in false false false false false :; do
|
2009-07-22 02:55:17 +00:00
|
|
|
|
. ./conf$$subs.sh ||
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
|
2010-04-02 23:09:13 +02:00
|
|
|
|
ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
|
|
|
|
|
if test $ac_delim_n = $ac_delim_num; then
|
2007-01-01 03:21:18 +00:00
|
|
|
|
break
|
|
|
|
|
elif $ac_last_try; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
|
2007-01-01 03:21:18 +00:00
|
|
|
|
else
|
|
|
|
|
ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
done
|
2009-07-22 02:55:17 +00:00
|
|
|
|
rm -f conf$$subs.sh
|
|
|
|
|
|
|
|
|
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
|
|
|
cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
|
|
|
|
|
_ACEOF
|
|
|
|
|
sed -n '
|
|
|
|
|
h
|
|
|
|
|
s/^/S["/; s/!.*/"]=/
|
|
|
|
|
p
|
|
|
|
|
g
|
|
|
|
|
s/^[^!]*!//
|
|
|
|
|
:repl
|
|
|
|
|
t repl
|
|
|
|
|
s/'"$ac_delim"'$//
|
|
|
|
|
t delim
|
|
|
|
|
:nl
|
|
|
|
|
h
|
2010-06-03 15:16:02 -07:00
|
|
|
|
s/\(.\{148\}\)..*/\1/
|
2009-07-22 02:55:17 +00:00
|
|
|
|
t more1
|
|
|
|
|
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
|
|
|
|
|
p
|
|
|
|
|
n
|
|
|
|
|
b repl
|
|
|
|
|
:more1
|
|
|
|
|
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
|
|
|
|
|
p
|
|
|
|
|
g
|
|
|
|
|
s/.\{148\}//
|
|
|
|
|
t nl
|
|
|
|
|
:delim
|
|
|
|
|
h
|
2010-06-03 15:16:02 -07:00
|
|
|
|
s/\(.\{148\}\)..*/\1/
|
2009-07-22 02:55:17 +00:00
|
|
|
|
t more2
|
|
|
|
|
s/["\\]/\\&/g; s/^/"/; s/$/"/
|
|
|
|
|
p
|
|
|
|
|
b
|
|
|
|
|
:more2
|
|
|
|
|
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
|
|
|
|
|
p
|
|
|
|
|
g
|
|
|
|
|
s/.\{148\}//
|
|
|
|
|
t delim
|
|
|
|
|
' <conf$$subs.awk | sed '
|
|
|
|
|
/^[^""]/{
|
|
|
|
|
N
|
|
|
|
|
s/\n//
|
|
|
|
|
}
|
|
|
|
|
' >>$CONFIG_STATUS || ac_write_fail=1
|
|
|
|
|
rm -f conf$$subs.awk
|
|
|
|
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
|
|
|
_ACAWK
|
|
|
|
|
cat >>"\$tmp/subs1.awk" <<_ACAWK &&
|
|
|
|
|
for (key in S) S_is_set[key] = 1
|
|
|
|
|
FS = ""
|
2010-05-19 23:15:26 -07:00
|
|
|
|
\$ac_cs_awk_pipe_init
|
2009-07-22 02:55:17 +00:00
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
line = $ 0
|
|
|
|
|
nfields = split(line, field, "@")
|
|
|
|
|
substed = 0
|
|
|
|
|
len = length(field[1])
|
|
|
|
|
for (i = 2; i < nfields; i++) {
|
|
|
|
|
key = field[i]
|
|
|
|
|
keylen = length(key)
|
|
|
|
|
if (S_is_set[key]) {
|
|
|
|
|
value = S[key]
|
|
|
|
|
line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
|
|
|
|
|
len += length(value) + length(field[++i])
|
|
|
|
|
substed = 1
|
|
|
|
|
} else
|
|
|
|
|
len += 1 + keylen
|
|
|
|
|
}
|
2010-05-19 23:15:26 -07:00
|
|
|
|
if (nfields == 3 && !substed) {
|
|
|
|
|
key = field[2]
|
|
|
|
|
if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
|
|
|
|
|
\$ac_cs_awk_read_file
|
|
|
|
|
next
|
|
|
|
|
}
|
|
|
|
|
}
|
2009-07-22 02:55:17 +00:00
|
|
|
|
print line
|
|
|
|
|
}
|
2010-05-19 23:15:26 -07:00
|
|
|
|
\$ac_cs_awk_pipe_fini
|
2009-07-22 02:55:17 +00:00
|
|
|
|
_ACAWK
|
2006-12-20 19:57:39 +00:00
|
|
|
|
_ACEOF
|
2009-07-22 02:55:17 +00:00
|
|
|
|
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|
|
|
|
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
|
|
|
|
|
sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
|
|
|
|
|
else
|
|
|
|
|
cat
|
|
|
|
|
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
|
2010-11-21 15:39:55 +01:00
|
|
|
|
|| as_fn_error "could not setup config files machinery" "$LINENO" 5
|
2002-11-07 17:33:03 +00:00
|
|
|
|
_ACEOF
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2010-11-21 15:39:55 +01:00
|
|
|
|
# VPATH may cause trouble with some makes, so we remove $(srcdir),
|
|
|
|
|
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
|
2006-12-20 19:57:39 +00:00
|
|
|
|
# trailing colons and then remove the whole line if VPATH becomes empty
|
|
|
|
|
# (actually we leave an empty line to preserve line numbers).
|
|
|
|
|
if test "x$srcdir" = x.; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
ac_vpsub='/^[ ]*VPATH[ ]*=/{
|
|
|
|
|
s/:*\$(srcdir):*/:/
|
|
|
|
|
s/:*\${srcdir}:*/:/
|
|
|
|
|
s/:*@srcdir@:*/:/
|
|
|
|
|
s/^\([^=]*=[ ]*\):*/\1/
|
2006-12-20 19:57:39 +00:00
|
|
|
|
s/:*$//
|
|
|
|
|
s/^[^=]*=[ ]*$//
|
|
|
|
|
}'
|
|
|
|
|
fi
|
|
|
|
|
|
2009-07-22 02:55:17 +00:00
|
|
|
|
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
2006-12-20 19:57:39 +00:00
|
|
|
|
fi # test -n "$CONFIG_FILES"
|
|
|
|
|
|
2009-07-22 02:55:17 +00:00
|
|
|
|
# Set up the scripts for CONFIG_HEADERS section.
|
|
|
|
|
# No need to generate them if there are no CONFIG_HEADERS.
|
|
|
|
|
# This happens for instance with `./config.status Makefile'.
|
|
|
|
|
if test -n "$CONFIG_HEADERS"; then
|
|
|
|
|
cat >"$tmp/defines.awk" <<\_ACAWK ||
|
|
|
|
|
BEGIN {
|
|
|
|
|
_ACEOF
|
2009-04-19 10:53:15 +00:00
|
|
|
|
|
2009-07-22 02:55:17 +00:00
|
|
|
|
# Transform confdefs.h into an awk script `defines.awk', embedded as
|
|
|
|
|
# here-document in config.status, that substitutes the proper values into
|
|
|
|
|
# config.h.in to produce config.h.
|
|
|
|
|
|
|
|
|
|
# Create a delimiter string that does not exist in confdefs.h, to ease
|
|
|
|
|
# handling of long lines.
|
|
|
|
|
ac_delim='%!_!# '
|
|
|
|
|
for ac_last_try in false false :; do
|
|
|
|
|
ac_t=`sed -n "/$ac_delim/p" confdefs.h`
|
|
|
|
|
if test -z "$ac_t"; then
|
|
|
|
|
break
|
|
|
|
|
elif $ac_last_try; then
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
else
|
|
|
|
|
ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
# For the awk script, D is an array of macro values keyed by name,
|
|
|
|
|
# likewise P contains macro parameters if any. Preserve backslash
|
|
|
|
|
# newline sequences.
|
|
|
|
|
|
|
|
|
|
ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
|
|
|
|
|
sed -n '
|
|
|
|
|
s/.\{148\}/&'"$ac_delim"'/g
|
|
|
|
|
t rset
|
|
|
|
|
:rset
|
|
|
|
|
s/^[ ]*#[ ]*define[ ][ ]*/ /
|
|
|
|
|
t def
|
|
|
|
|
d
|
|
|
|
|
:def
|
|
|
|
|
s/\\$//
|
|
|
|
|
t bsnl
|
|
|
|
|
s/["\\]/\\&/g
|
|
|
|
|
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
|
|
|
|
|
D["\1"]=" \3"/p
|
|
|
|
|
s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
|
|
|
|
|
d
|
|
|
|
|
:bsnl
|
|
|
|
|
s/["\\]/\\&/g
|
|
|
|
|
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
|
|
|
|
|
D["\1"]=" \3\\\\\\n"\\/p
|
|
|
|
|
t cont
|
|
|
|
|
s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
|
|
|
|
|
t cont
|
|
|
|
|
d
|
|
|
|
|
:cont
|
|
|
|
|
n
|
|
|
|
|
s/.\{148\}/&'"$ac_delim"'/g
|
|
|
|
|
t clear
|
|
|
|
|
:clear
|
|
|
|
|
s/\\$//
|
|
|
|
|
t bsnlc
|
|
|
|
|
s/["\\]/\\&/g; s/^/"/; s/$/"/p
|
|
|
|
|
d
|
|
|
|
|
:bsnlc
|
|
|
|
|
s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
|
|
|
|
|
b cont
|
|
|
|
|
' <confdefs.h | sed '
|
|
|
|
|
s/'"$ac_delim"'/"\\\
|
|
|
|
|
"/g' >>$CONFIG_STATUS || ac_write_fail=1
|
|
|
|
|
|
|
|
|
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
|
|
|
for (key in D) D_is_set[key] = 1
|
|
|
|
|
FS = ""
|
|
|
|
|
}
|
|
|
|
|
/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
|
|
|
|
|
line = \$ 0
|
|
|
|
|
split(line, arg, " ")
|
|
|
|
|
if (arg[1] == "#") {
|
|
|
|
|
defundef = arg[2]
|
|
|
|
|
mac1 = arg[3]
|
|
|
|
|
} else {
|
|
|
|
|
defundef = substr(arg[1], 2)
|
|
|
|
|
mac1 = arg[2]
|
|
|
|
|
}
|
|
|
|
|
split(mac1, mac2, "(") #)
|
|
|
|
|
macro = mac2[1]
|
2010-04-02 23:09:13 +02:00
|
|
|
|
prefix = substr(line, 1, index(line, defundef) - 1)
|
2009-07-22 02:55:17 +00:00
|
|
|
|
if (D_is_set[macro]) {
|
|
|
|
|
# Preserve the white space surrounding the "#".
|
|
|
|
|
print prefix "define", macro P[macro] D[macro]
|
|
|
|
|
next
|
|
|
|
|
} else {
|
|
|
|
|
# Replace #undef with comments. This is necessary, for example,
|
|
|
|
|
# in the case of _POSIX_SOURCE, which is predefined and required
|
|
|
|
|
# on some systems where configure will not decide to define it.
|
|
|
|
|
if (defundef == "undef") {
|
2010-04-02 23:09:13 +02:00
|
|
|
|
print "/*", prefix defundef, macro, "*/"
|
2009-07-22 02:55:17 +00:00
|
|
|
|
next
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
{ print }
|
|
|
|
|
_ACAWK
|
|
|
|
|
_ACEOF
|
|
|
|
|
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "could not setup config headers machinery" "$LINENO" 5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
fi # test -n "$CONFIG_HEADERS"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
|
|
|
|
|
shift
|
|
|
|
|
for ac_tag
|
2006-12-20 19:57:39 +00:00
|
|
|
|
do
|
|
|
|
|
case $ac_tag in
|
|
|
|
|
:[FHLC]) ac_mode=$ac_tag; continue;;
|
|
|
|
|
esac
|
|
|
|
|
case $ac_mode$ac_tag in
|
|
|
|
|
:[FHL]*:*);;
|
2010-11-21 15:39:55 +01:00
|
|
|
|
:L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
:[FH]-) ac_tag=-:-;;
|
|
|
|
|
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
|
|
|
|
|
esac
|
|
|
|
|
ac_save_IFS=$IFS
|
|
|
|
|
IFS=:
|
|
|
|
|
set x $ac_tag
|
|
|
|
|
IFS=$ac_save_IFS
|
|
|
|
|
shift
|
|
|
|
|
ac_file=$1
|
|
|
|
|
shift
|
|
|
|
|
|
|
|
|
|
case $ac_mode in
|
|
|
|
|
:L) ac_source=$1;;
|
|
|
|
|
:[FH])
|
|
|
|
|
ac_file_inputs=
|
|
|
|
|
for ac_f
|
|
|
|
|
do
|
|
|
|
|
case $ac_f in
|
|
|
|
|
-) ac_f="$tmp/stdin";;
|
|
|
|
|
*) # Look for the file first in the build tree, then in the source tree
|
|
|
|
|
# (if the path is not absolute). The absolute path cannot be DOS-style,
|
|
|
|
|
# because $ac_f cannot contain `:'.
|
|
|
|
|
test -f "$ac_f" ||
|
|
|
|
|
case $ac_f in
|
|
|
|
|
[\\/$]*) false;;
|
|
|
|
|
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
|
|
|
|
|
esac ||
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
esac
|
2009-07-22 02:55:17 +00:00
|
|
|
|
case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_fn_append ac_file_inputs " '$ac_f'"
|
2006-12-20 19:57:39 +00:00
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
# Let's still pretend it is `configure' which instantiates (i.e., don't
|
|
|
|
|
# use $as_me), people would be surprised to read:
|
|
|
|
|
# /* config.h. Generated by config.status. */
|
2009-07-22 02:55:17 +00:00
|
|
|
|
configure_input='Generated from '`
|
|
|
|
|
$as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
|
|
|
|
|
`' by configure.'
|
2006-12-20 19:57:39 +00:00
|
|
|
|
if test x"$ac_file" != x-; then
|
|
|
|
|
configure_input="$ac_file. $configure_input"
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$as_me: creating $ac_file" >&6;}
|
2006-12-20 19:57:39 +00:00
|
|
|
|
fi
|
2009-07-22 02:55:17 +00:00
|
|
|
|
# Neutralize special characters interpreted by sed in replacement strings.
|
|
|
|
|
case $configure_input in #(
|
|
|
|
|
*\&* | *\|* | *\\* )
|
|
|
|
|
ac_sed_conf_input=`$as_echo "$configure_input" |
|
|
|
|
|
sed 's/[\\\\&|]/\\\\&/g'`;; #(
|
|
|
|
|
*) ac_sed_conf_input=$configure_input;;
|
|
|
|
|
esac
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
|
|
|
|
case $ac_tag in
|
2009-07-22 02:55:17 +00:00
|
|
|
|
*:-:* | *:-) cat >"$tmp/stdin" \
|
2010-11-21 15:39:55 +01:00
|
|
|
|
|| as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
esac
|
|
|
|
|
;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
esac
|
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_dir=`$as_dirname -- "$ac_file" ||
|
2002-11-07 17:33:03 +00:00
|
|
|
|
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
2005-07-06 12:07:32 +00:00
|
|
|
|
X"$ac_file" : 'X\(//\)[^/]' \| \
|
|
|
|
|
X"$ac_file" : 'X\(//\)$' \| \
|
2006-12-20 19:57:39 +00:00
|
|
|
|
X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo X"$ac_file" |
|
2006-12-20 19:57:39 +00:00
|
|
|
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/^X\(\/\/\)[^/].*/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/^X\(\/\/\)$/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/^X\(\/\).*/{
|
|
|
|
|
s//\1/
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
s/.*/./; q'`
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_dir="$ac_dir"; as_fn_mkdir_p
|
2002-11-07 17:33:03 +00:00
|
|
|
|
ac_builddir=.
|
2002-04-10 22:14:09 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
case "$ac_dir" in
|
|
|
|
|
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
|
|
|
|
|
*)
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
|
2006-12-20 19:57:39 +00:00
|
|
|
|
# A ".." for each directory in $ac_dir_suffix.
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
|
2006-12-20 19:57:39 +00:00
|
|
|
|
case $ac_top_builddir_sub in
|
|
|
|
|
"") ac_top_builddir_sub=. ac_top_build_prefix= ;;
|
|
|
|
|
*) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
|
|
|
|
|
esac ;;
|
|
|
|
|
esac
|
|
|
|
|
ac_abs_top_builddir=$ac_pwd
|
|
|
|
|
ac_abs_builddir=$ac_pwd$ac_dir_suffix
|
|
|
|
|
# for backward compatibility:
|
|
|
|
|
ac_top_builddir=$ac_top_build_prefix
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
|
|
|
|
case $srcdir in
|
2006-12-20 19:57:39 +00:00
|
|
|
|
.) # We are building in place.
|
2002-11-07 17:33:03 +00:00
|
|
|
|
ac_srcdir=.
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_top_srcdir=$ac_top_builddir_sub
|
|
|
|
|
ac_abs_top_srcdir=$ac_pwd ;;
|
|
|
|
|
[\\/]* | ?:[\\/]* ) # Absolute name.
|
2002-11-07 17:33:03 +00:00
|
|
|
|
ac_srcdir=$srcdir$ac_dir_suffix;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_top_srcdir=$srcdir
|
|
|
|
|
ac_abs_top_srcdir=$srcdir ;;
|
|
|
|
|
*) # Relative name.
|
|
|
|
|
ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
|
|
|
|
|
ac_top_srcdir=$ac_top_build_prefix$srcdir
|
|
|
|
|
ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
|
2002-11-07 17:33:03 +00:00
|
|
|
|
esac
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
|
2005-07-06 12:07:32 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
case $ac_mode in
|
|
|
|
|
:F)
|
|
|
|
|
#
|
|
|
|
|
# CONFIG_FILE
|
|
|
|
|
#
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
case $INSTALL in
|
|
|
|
|
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
*) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
|
1999-10-07 13:06:22 +00:00
|
|
|
|
esac
|
2006-12-20 19:57:39 +00:00
|
|
|
|
_ACEOF
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2009-07-22 02:55:17 +00:00
|
|
|
|
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
2006-12-20 19:57:39 +00:00
|
|
|
|
# If the template does not know about datarootdir, expand it.
|
|
|
|
|
# FIXME: This hack should be removed a few years after 2.60.
|
|
|
|
|
ac_datarootdir_hack=; ac_datarootdir_seen=
|
2009-07-22 02:55:17 +00:00
|
|
|
|
ac_sed_dataroot='
|
|
|
|
|
/datarootdir/ {
|
2006-12-20 19:57:39 +00:00
|
|
|
|
p
|
|
|
|
|
q
|
|
|
|
|
}
|
|
|
|
|
/@datadir@/p
|
|
|
|
|
/@docdir@/p
|
|
|
|
|
/@infodir@/p
|
|
|
|
|
/@localedir@/p
|
2010-06-03 15:16:02 -07:00
|
|
|
|
/@mandir@/p'
|
2009-07-22 02:55:17 +00:00
|
|
|
|
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
|
2006-12-20 19:57:39 +00:00
|
|
|
|
*datarootdir*) ac_datarootdir_seen=yes;;
|
|
|
|
|
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
|
2006-12-19 06:49:01 +00:00
|
|
|
|
_ACEOF
|
2009-07-22 02:55:17 +00:00
|
|
|
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
2006-12-20 19:57:39 +00:00
|
|
|
|
ac_datarootdir_hack='
|
|
|
|
|
s&@datadir@&$datadir&g
|
|
|
|
|
s&@docdir@&$docdir&g
|
|
|
|
|
s&@infodir@&$infodir&g
|
|
|
|
|
s&@localedir@&$localedir&g
|
|
|
|
|
s&@mandir@&$mandir&g
|
2010-06-03 15:16:02 -07:00
|
|
|
|
s&\\\${datarootdir}&$datarootdir&g' ;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
esac
|
2002-11-07 17:33:03 +00:00
|
|
|
|
_ACEOF
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
|
|
|
|
# Neutralize VPATH when `$srcdir' = `.'.
|
|
|
|
|
# Shell code in configure.ac might set extrasub.
|
|
|
|
|
# FIXME: do we really want to maintain this feature?
|
2009-07-22 02:55:17 +00:00
|
|
|
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
|
|
|
ac_sed_extra="$ac_vpsub
|
2001-10-19 12:33:10 +00:00
|
|
|
|
$extrasub
|
2002-11-07 17:33:03 +00:00
|
|
|
|
_ACEOF
|
2009-07-22 02:55:17 +00:00
|
|
|
|
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
2001-10-19 12:33:10 +00:00
|
|
|
|
:t
|
|
|
|
|
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
|
2009-07-22 02:55:17 +00:00
|
|
|
|
s|@configure_input@|$ac_sed_conf_input|;t t
|
2006-12-20 19:57:39 +00:00
|
|
|
|
s&@top_builddir@&$ac_top_builddir_sub&;t t
|
2009-07-22 02:55:17 +00:00
|
|
|
|
s&@top_build_prefix@&$ac_top_build_prefix&;t t
|
2006-12-20 19:57:39 +00:00
|
|
|
|
s&@srcdir@&$ac_srcdir&;t t
|
|
|
|
|
s&@abs_srcdir@&$ac_abs_srcdir&;t t
|
|
|
|
|
s&@top_srcdir@&$ac_top_srcdir&;t t
|
|
|
|
|
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
|
|
|
|
|
s&@builddir@&$ac_builddir&;t t
|
|
|
|
|
s&@abs_builddir@&$ac_abs_builddir&;t t
|
|
|
|
|
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
|
|
|
|
|
s&@INSTALL@&$ac_INSTALL&;t t
|
|
|
|
|
$ac_datarootdir_hack
|
2009-07-22 02:55:17 +00:00
|
|
|
|
"
|
2010-05-19 23:15:26 -07:00
|
|
|
|
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
|
|
|
|
|
if $ac_cs_awk_getline; then
|
2010-11-09 15:07:10 -05:00
|
|
|
|
$AWK -f "$tmp/subs.awk"
|
2010-05-19 23:15:26 -07:00
|
|
|
|
else
|
2010-11-09 15:07:10 -05:00
|
|
|
|
$AWK -f "$tmp/subs.awk" | $SHELL
|
|
|
|
|
fi >$tmp/out \
|
2010-11-21 15:39:55 +01:00
|
|
|
|
|| as_fn_error "could not create $ac_file" "$LINENO" 5
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
|
|
|
|
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
|
|
|
|
|
{ ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
|
|
|
|
|
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
|
2010-11-21 15:39:55 +01:00
|
|
|
|
which seems to be undefined. Please make sure it is defined." >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
|
2010-11-21 15:39:55 +01:00
|
|
|
|
which seems to be undefined. Please make sure it is defined." >&2;}
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
|
|
|
|
rm -f "$tmp/stdin"
|
2001-10-19 12:33:10 +00:00
|
|
|
|
case $ac_file in
|
2009-07-22 02:55:17 +00:00
|
|
|
|
-) cat "$tmp/out" && rm -f "$tmp/out";;
|
|
|
|
|
*) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
|
|
|
|
|
esac \
|
2010-11-21 15:39:55 +01:00
|
|
|
|
|| as_fn_error "could not create $ac_file" "$LINENO" 5
|
2006-12-20 19:57:39 +00:00
|
|
|
|
;;
|
|
|
|
|
:H)
|
|
|
|
|
#
|
|
|
|
|
# CONFIG_HEADER
|
|
|
|
|
#
|
2001-10-19 12:33:10 +00:00
|
|
|
|
if test x"$ac_file" != x-; then
|
2009-07-22 02:55:17 +00:00
|
|
|
|
{
|
|
|
|
|
$as_echo "/* $configure_input */" \
|
|
|
|
|
&& eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
|
|
|
|
|
} >"$tmp/config.h" \
|
2010-11-21 15:39:55 +01:00
|
|
|
|
|| as_fn_error "could not create $ac_file" "$LINENO" 5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$as_me: $ac_file is unchanged" >&6;}
|
2001-10-19 12:33:10 +00:00
|
|
|
|
else
|
2009-07-22 02:55:17 +00:00
|
|
|
|
rm -f "$ac_file"
|
|
|
|
|
mv "$tmp/config.h" "$ac_file" \
|
2010-11-21 15:39:55 +01:00
|
|
|
|
|| as_fn_error "could not create $ac_file" "$LINENO" 5
|
1999-10-07 13:06:22 +00:00
|
|
|
|
fi
|
2001-10-19 12:33:10 +00:00
|
|
|
|
else
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "/* $configure_input */" \
|
|
|
|
|
&& eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
|
2010-11-21 15:39:55 +01:00
|
|
|
|
|| as_fn_error "could not create -" "$LINENO" 5
|
1999-10-07 13:06:22 +00:00
|
|
|
|
fi
|
2006-12-20 19:57:39 +00:00
|
|
|
|
;;
|
2005-07-06 12:07:32 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
:C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
$as_echo "$as_me: executing $ac_file commands" >&6;}
|
2006-12-20 19:57:39 +00:00
|
|
|
|
;;
|
|
|
|
|
esac
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2006-12-20 19:57:39 +00:00
|
|
|
|
case $ac_file$ac_mode in
|
|
|
|
|
"default":C)
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
|
|
|
|
### Make the necessary directories, if they don't exist.
|
|
|
|
|
for dir in etc lisp ; do
|
|
|
|
|
test -d ${dir} || mkdir ${dir}
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
echo creating src/epaths.h
|
2001-10-24 12:37:32 +00:00
|
|
|
|
${MAKE-make} epaths-force
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then
|
1999-10-07 13:06:22 +00:00
|
|
|
|
echo creating src/.gdbinit
|
2001-10-19 12:33:10 +00:00
|
|
|
|
echo source $srcdir/src/.gdbinit > src/.gdbinit
|
1999-10-07 13:06:22 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
;;
|
2006-12-20 19:57:39 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
esac
|
2006-12-20 19:57:39 +00:00
|
|
|
|
done # for ac_tag
|
2001-10-19 12:33:10 +00:00
|
|
|
|
|
1999-10-07 13:06:22 +00:00
|
|
|
|
|
2010-06-03 15:16:02 -07:00
|
|
|
|
as_fn_exit 0
|
2002-11-07 17:33:03 +00:00
|
|
|
|
_ACEOF
|
2001-10-19 12:33:10 +00:00
|
|
|
|
ac_clean_files=$ac_clean_files_save
|
|
|
|
|
|
2009-07-22 02:55:17 +00:00
|
|
|
|
test $ac_write_fail = 0 ||
|
2010-11-21 15:39:55 +01:00
|
|
|
|
as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
|
2009-07-22 02:55:17 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|
2001-10-19 12:33:10 +00:00
|
|
|
|
# configure is writing to config.log, and then calls config.status.
|
|
|
|
|
# config.status does its own redirection, appending to config.log.
|
|
|
|
|
# Unfortunately, on DOS this fails, as config.log is still kept open
|
|
|
|
|
# by configure, so config.status won't be able to write to it; its
|
|
|
|
|
# output is simply discarded. So we exec the FD to /dev/null,
|
|
|
|
|
# effectively closing config.log, so it can be properly (re)opened and
|
|
|
|
|
# appended to by config.status. When coming back to configure, we
|
|
|
|
|
# need to make the FD available again.
|
|
|
|
|
if test "$no_create" != yes; then
|
|
|
|
|
ac_cs_success=:
|
2003-07-23 11:16:30 +00:00
|
|
|
|
ac_config_status_args=
|
|
|
|
|
test "$silent" = yes &&
|
|
|
|
|
ac_config_status_args="$ac_config_status_args --quiet"
|
2001-10-19 12:33:10 +00:00
|
|
|
|
exec 5>/dev/null
|
2003-07-23 11:16:30 +00:00
|
|
|
|
$SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
|
2001-10-19 12:33:10 +00:00
|
|
|
|
exec 5>>config.log
|
|
|
|
|
# Use ||, not &&, to avoid exiting from the if with $? = 1, which
|
|
|
|
|
# would make configure fail if this is the last instruction.
|
2010-11-21 15:39:55 +01:00
|
|
|
|
$ac_cs_success || as_fn_exit $?
|
2001-10-19 12:33:10 +00:00
|
|
|
|
fi
|
2009-07-22 02:55:17 +00:00
|
|
|
|
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
|
2010-06-03 15:16:02 -07:00
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
|
2010-04-02 23:09:13 +02:00
|
|
|
|
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
|
2009-07-22 02:55:17 +00:00
|
|
|
|
fi
|
2000-11-21 12:50:59 +00:00
|
|
|
|
|
2002-11-07 17:33:03 +00:00
|
|
|
|
|