|
Lines 1-168
Link Here
|
| 1 |
#! /bin/sh |
1 |
#! /bin/sh |
| 2 |
# Guess values for system-dependent variables and create Makefiles. |
2 |
# Guess values for system-dependent variables and create Makefiles. |
| 3 |
# Generated by GNU Autoconf 2.53. |
3 |
# Generated by GNU Autoconf 2.57. |
| 4 |
# |
4 |
# |
| 5 |
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 |
5 |
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 |
| 6 |
# Free Software Foundation, Inc. |
6 |
# Free Software Foundation, Inc. |
| 7 |
# This configure script is free software; the Free Software Foundation |
7 |
# This configure script is free software; the Free Software Foundation |
| 8 |
# gives unlimited permission to copy, distribute and modify it. |
8 |
# gives unlimited permission to copy, distribute and modify it. |
| 9 |
|
|
|
| 10 |
|
| 11 |
# Check that we are running under the correct shell. |
| 12 |
SHELL=${CONFIG_SHELL-/bin/sh} |
| 13 |
|
| 14 |
case X$ECHO in |
| 15 |
X*--fallback-echo) |
| 16 |
# Remove one level of quotation (which was required for Make). |
| 17 |
ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','` |
| 18 |
;; |
| 19 |
esac |
| 20 |
|
| 21 |
echo=${ECHO-echo} |
| 22 |
if test "X$1" = X--no-reexec; then |
| 23 |
# Discard the --no-reexec flag, and continue. |
| 24 |
shift |
| 25 |
elif test "X$1" = X--fallback-echo; then |
| 26 |
# Avoid inline document here, it may be left over |
| 27 |
: |
| 28 |
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then |
| 29 |
# Yippee, $echo works! |
| 30 |
: |
| 31 |
else |
| 32 |
# Restart under the correct shell. |
| 33 |
exec $SHELL "$0" --no-reexec ${1+"$@"} |
| 34 |
fi |
| 35 |
|
| 36 |
if test "X$1" = X--fallback-echo; then |
| 37 |
# used as fallback echo |
| 38 |
shift |
| 39 |
cat <<EOF |
| 40 |
$* |
| 41 |
EOF |
| 42 |
exit 0 |
| 43 |
fi |
| 44 |
|
| 45 |
# The HP-UX ksh and POSIX shell print the target directory to stdout |
| 46 |
# if CDPATH is set. |
| 47 |
if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi |
| 48 |
|
| 49 |
if test -z "$ECHO"; then |
| 50 |
if test "X${echo_test_string+set}" != Xset; then |
| 51 |
# find a string as large as possible, as long as the shell can cope with it |
| 52 |
for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do |
| 53 |
# expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... |
| 54 |
if (echo_test_string="`eval $cmd`") 2>/dev/null && |
| 55 |
echo_test_string="`eval $cmd`" && |
| 56 |
(test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null |
| 57 |
then |
| 58 |
break |
| 59 |
fi |
| 60 |
done |
| 61 |
fi |
| 62 |
|
| 63 |
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && |
| 64 |
echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && |
| 65 |
test "X$echo_testing_string" = "X$echo_test_string"; then |
| 66 |
: |
| 67 |
else |
| 68 |
# The Solaris, AIX, and Digital Unix default echo programs unquote |
| 69 |
# backslashes. This makes it impossible to quote backslashes using |
| 70 |
# echo "$something" | sed 's/\\/\\\\/g' |
| 71 |
# |
| 72 |
# So, first we look for a working echo in the user's PATH. |
| 73 |
|
| 74 |
lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR |
| 75 |
for dir in $PATH /usr/ucb; do |
| 76 |
IFS="$lt_save_ifs" |
| 77 |
if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && |
| 78 |
test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && |
| 79 |
echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && |
| 80 |
test "X$echo_testing_string" = "X$echo_test_string"; then |
| 81 |
echo="$dir/echo" |
| 82 |
break |
| 83 |
fi |
| 84 |
done |
| 85 |
IFS="$lt_save_ifs" |
| 86 |
|
| 87 |
if test "X$echo" = Xecho; then |
| 88 |
# We didn't find a better echo, so look for alternatives. |
| 89 |
if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && |
| 90 |
echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && |
| 91 |
test "X$echo_testing_string" = "X$echo_test_string"; then |
| 92 |
# This shell has a builtin print -r that does the trick. |
| 93 |
echo='print -r' |
| 94 |
elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && |
| 95 |
test "X$CONFIG_SHELL" != X/bin/ksh; then |
| 96 |
# If we have ksh, try running configure again with it. |
| 97 |
ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} |
| 98 |
export ORIGINAL_CONFIG_SHELL |
| 99 |
CONFIG_SHELL=/bin/ksh |
| 100 |
export CONFIG_SHELL |
| 101 |
exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} |
| 102 |
else |
| 103 |
# Try using printf. |
| 104 |
echo='printf %s\n' |
| 105 |
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && |
| 106 |
echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && |
| 107 |
test "X$echo_testing_string" = "X$echo_test_string"; then |
| 108 |
# Cool, printf works |
| 109 |
: |
| 110 |
elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && |
| 111 |
test "X$echo_testing_string" = 'X\t' && |
| 112 |
echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && |
| 113 |
test "X$echo_testing_string" = "X$echo_test_string"; then |
| 114 |
CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL |
| 115 |
export CONFIG_SHELL |
| 116 |
SHELL="$CONFIG_SHELL" |
| 117 |
export SHELL |
| 118 |
echo="$CONFIG_SHELL $0 --fallback-echo" |
| 119 |
elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && |
| 120 |
test "X$echo_testing_string" = 'X\t' && |
| 121 |
echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && |
| 122 |
test "X$echo_testing_string" = "X$echo_test_string"; then |
| 123 |
echo="$CONFIG_SHELL $0 --fallback-echo" |
| 124 |
else |
| 125 |
# maybe with a smaller string... |
| 126 |
prev=: |
| 127 |
|
| 128 |
for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do |
| 129 |
if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null |
| 130 |
then |
| 131 |
break |
| 132 |
fi |
| 133 |
prev="$cmd" |
| 134 |
done |
| 135 |
|
| 136 |
if test "$prev" != 'sed 50q "$0"'; then |
| 137 |
echo_test_string=`eval $prev` |
| 138 |
export echo_test_string |
| 139 |
exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} |
| 140 |
else |
| 141 |
# Oops. We lost completely, so just stick with echo. |
| 142 |
echo=echo |
| 143 |
fi |
| 144 |
fi |
| 145 |
fi |
| 146 |
fi |
| 147 |
fi |
| 148 |
fi |
| 149 |
|
| 150 |
# Copy echo and quote the copy suitably for passing to libtool from |
| 151 |
# the Makefile, instead of quoting the original, which is used later. |
| 152 |
ECHO=$echo |
| 153 |
if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then |
| 154 |
ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" |
| 155 |
fi |
| 156 |
|
| 157 |
|
| 158 |
|
| 159 |
if expr a : '\(a\)' >/dev/null 2>&1; then |
| 160 |
as_expr=expr |
| 161 |
else |
| 162 |
as_expr=false |
| 163 |
fi |
| 164 |
|
| 165 |
|
| 166 |
## --------------------- ## |
9 |
## --------------------- ## |
| 167 |
## M4sh Initialization. ## |
10 |
## M4sh Initialization. ## |
| 168 |
## --------------------- ## |
11 |
## --------------------- ## |
|
Lines 171-181
Link Here
|
| 171 |
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
14 |
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
| 172 |
emulate sh |
15 |
emulate sh |
| 173 |
NULLCMD=: |
16 |
NULLCMD=: |
|
|
17 |
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
| 18 |
# is contrary to our usage. Disable this feature. |
| 19 |
alias -g '${1+"$@"}'='"$@"' |
| 174 |
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then |
20 |
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then |
| 175 |
set -o posix |
21 |
set -o posix |
| 176 |
fi |
22 |
fi |
| 177 |
|
23 |
|
| 178 |
# NLS nuisances. |
|
|
| 179 |
# Support unset when possible. |
24 |
# Support unset when possible. |
| 180 |
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then |
25 |
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then |
| 181 |
as_unset=unset |
26 |
as_unset=unset |
|
Lines 183-216
Link Here
|
| 183 |
as_unset=false |
28 |
as_unset=false |
| 184 |
fi |
29 |
fi |
| 185 |
|
30 |
|
| 186 |
(set +x; test -n "`(LANG=C; export LANG) 2>&1`") && |
31 |
|
| 187 |
{ $as_unset LANG || test "${LANG+set}" != set; } || |
32 |
# Work around bugs in pre-3.0 UWIN ksh. |
| 188 |
{ LANG=C; export LANG; } |
33 |
$as_unset ENV MAIL MAILPATH |
| 189 |
(set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") && |
34 |
PS1='$ ' |
| 190 |
{ $as_unset LC_ALL || test "${LC_ALL+set}" != set; } || |
35 |
PS2='> ' |
| 191 |
{ LC_ALL=C; export LC_ALL; } |
36 |
PS4='+ ' |
| 192 |
(set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") && |
37 |
|
| 193 |
{ $as_unset LC_TIME || test "${LC_TIME+set}" != set; } || |
38 |
# NLS nuisances. |
| 194 |
{ LC_TIME=C; export LC_TIME; } |
39 |
for as_var in \ |
| 195 |
(set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") && |
40 |
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ |
| 196 |
{ $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } || |
41 |
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
| 197 |
{ LC_CTYPE=C; export LC_CTYPE; } |
42 |
LC_TELEPHONE LC_TIME |
| 198 |
(set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") && |
43 |
do |
| 199 |
{ $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } || |
44 |
if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then |
| 200 |
{ LANGUAGE=C; export LANGUAGE; } |
45 |
eval $as_var=C; export $as_var |
| 201 |
(set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") && |
46 |
else |
| 202 |
{ $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } || |
47 |
$as_unset $as_var |
| 203 |
{ LC_COLLATE=C; export LC_COLLATE; } |
48 |
fi |
| 204 |
(set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") && |
49 |
done |
| 205 |
{ $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } || |
50 |
|
| 206 |
{ LC_NUMERIC=C; export LC_NUMERIC; } |
51 |
# Required to use basename. |
| 207 |
(set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") && |
52 |
if expr a : '\(a\)' >/dev/null 2>&1; then |
| 208 |
{ $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } || |
53 |
as_expr=expr |
| 209 |
{ LC_MESSAGES=C; export LC_MESSAGES; } |
54 |
else |
|
|
55 |
as_expr=false |
| 56 |
fi |
| 57 |
|
| 58 |
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then |
| 59 |
as_basename=basename |
| 60 |
else |
| 61 |
as_basename=false |
| 62 |
fi |
| 210 |
|
63 |
|
| 211 |
|
64 |
|
| 212 |
# Name of the executable. |
65 |
# Name of the executable. |
| 213 |
as_me=`(basename "$0") 2>/dev/null || |
66 |
as_me=`$as_basename "$0" || |
| 214 |
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
67 |
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
| 215 |
X"$0" : 'X\(//\)$' \| \ |
68 |
X"$0" : 'X\(//\)$' \| \ |
| 216 |
X"$0" : 'X\(/\)$' \| \ |
69 |
X"$0" : 'X\(/\)$' \| \ |
|
Lines 221-226
Link Here
|
| 221 |
/^X\/\(\/\).*/{ s//\1/; q; } |
74 |
/^X\/\(\/\).*/{ s//\1/; q; } |
| 222 |
s/.*/./; q'` |
75 |
s/.*/./; q'` |
| 223 |
|
76 |
|
|
|
77 |
|
| 224 |
# PATH needs CR, and LINENO needs CR and PATH. |
78 |
# PATH needs CR, and LINENO needs CR and PATH. |
| 225 |
# Avoid depending upon Character Ranges. |
79 |
# Avoid depending upon Character Ranges. |
| 226 |
as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
80 |
as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
|
Lines 231-245
Link Here
|
| 231 |
|
85 |
|
| 232 |
# The user is always right. |
86 |
# The user is always right. |
| 233 |
if test "${PATH_SEPARATOR+set}" != set; then |
87 |
if test "${PATH_SEPARATOR+set}" != set; then |
| 234 |
echo "#! /bin/sh" >conftest.sh |
88 |
echo "#! /bin/sh" >conf$$.sh |
| 235 |
echo "exit 0" >>conftest.sh |
89 |
echo "exit 0" >>conf$$.sh |
| 236 |
chmod +x conftest.sh |
90 |
chmod +x conf$$.sh |
| 237 |
if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then |
91 |
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
| 238 |
PATH_SEPARATOR=';' |
92 |
PATH_SEPARATOR=';' |
| 239 |
else |
93 |
else |
| 240 |
PATH_SEPARATOR=: |
94 |
PATH_SEPARATOR=: |
| 241 |
fi |
95 |
fi |
| 242 |
rm -f conftest.sh |
96 |
rm -f conf$$.sh |
| 243 |
fi |
97 |
fi |
| 244 |
|
98 |
|
| 245 |
|
99 |
|
|
Lines 287-292
Link Here
|
| 287 |
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` |
141 |
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` |
| 288 |
test "x$as_lineno_1" != "x$as_lineno_2" && |
142 |
test "x$as_lineno_1" != "x$as_lineno_2" && |
| 289 |
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then |
143 |
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then |
|
|
144 |
$as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } |
| 145 |
$as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } |
| 290 |
CONFIG_SHELL=$as_dir/$as_base |
146 |
CONFIG_SHELL=$as_dir/$as_base |
| 291 |
export CONFIG_SHELL |
147 |
export CONFIG_SHELL |
| 292 |
exec "$CONFIG_SHELL" "$0" ${1+"$@"} |
148 |
exec "$CONFIG_SHELL" "$0" ${1+"$@"} |
|
Lines 359-364
Link Here
|
| 359 |
fi |
215 |
fi |
| 360 |
rm -f conf$$ conf$$.exe conf$$.file |
216 |
rm -f conf$$ conf$$.exe conf$$.file |
| 361 |
|
217 |
|
|
|
218 |
if mkdir -p . 2>/dev/null; then |
| 219 |
as_mkdir_p=: |
| 220 |
else |
| 221 |
as_mkdir_p=false |
| 222 |
fi |
| 223 |
|
| 362 |
as_executable_p="test -f" |
224 |
as_executable_p="test -f" |
| 363 |
|
225 |
|
| 364 |
# Sed expression to map a string onto a valid CPP name. |
226 |
# Sed expression to map a string onto a valid CPP name. |
|
Lines 375-381
Link Here
|
| 375 |
IFS=" $as_nl" |
237 |
IFS=" $as_nl" |
| 376 |
|
238 |
|
| 377 |
# CDPATH. |
239 |
# CDPATH. |
| 378 |
$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; } |
240 |
$as_unset CDPATH |
|
|
241 |
|
| 242 |
|
| 243 |
|
| 244 |
# Check that we are running under the correct shell. |
| 245 |
SHELL=${CONFIG_SHELL-/bin/sh} |
| 246 |
|
| 247 |
case X$ECHO in |
| 248 |
X*--fallback-echo) |
| 249 |
# Remove one level of quotation (which was required for Make). |
| 250 |
ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','` |
| 251 |
;; |
| 252 |
esac |
| 253 |
|
| 254 |
echo=${ECHO-echo} |
| 255 |
if test "X$1" = X--no-reexec; then |
| 256 |
# Discard the --no-reexec flag, and continue. |
| 257 |
shift |
| 258 |
elif test "X$1" = X--fallback-echo; then |
| 259 |
# Avoid inline document here, it may be left over |
| 260 |
: |
| 261 |
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then |
| 262 |
# Yippee, $echo works! |
| 263 |
: |
| 264 |
else |
| 265 |
# Restart under the correct shell. |
| 266 |
exec $SHELL "$0" --no-reexec ${1+"$@"} |
| 267 |
fi |
| 268 |
|
| 269 |
if test "X$1" = X--fallback-echo; then |
| 270 |
# used as fallback echo |
| 271 |
shift |
| 272 |
cat <<EOF |
| 273 |
$* |
| 274 |
EOF |
| 275 |
exit 0 |
| 276 |
fi |
| 277 |
|
| 278 |
# The HP-UX ksh and POSIX shell print the target directory to stdout |
| 279 |
# if CDPATH is set. |
| 280 |
if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi |
| 281 |
|
| 282 |
if test -z "$ECHO"; then |
| 283 |
if test "X${echo_test_string+set}" != Xset; then |
| 284 |
# find a string as large as possible, as long as the shell can cope with it |
| 285 |
for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do |
| 286 |
# expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... |
| 287 |
if (echo_test_string="`eval $cmd`") 2>/dev/null && |
| 288 |
echo_test_string="`eval $cmd`" && |
| 289 |
(test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null |
| 290 |
then |
| 291 |
break |
| 292 |
fi |
| 293 |
done |
| 294 |
fi |
| 295 |
|
| 296 |
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && |
| 297 |
echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && |
| 298 |
test "X$echo_testing_string" = "X$echo_test_string"; then |
| 299 |
: |
| 300 |
else |
| 301 |
# The Solaris, AIX, and Digital Unix default echo programs unquote |
| 302 |
# backslashes. This makes it impossible to quote backslashes using |
| 303 |
# echo "$something" | sed 's/\\/\\\\/g' |
| 304 |
# |
| 305 |
# So, first we look for a working echo in the user's PATH. |
| 306 |
|
| 307 |
lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR |
| 308 |
for dir in $PATH /usr/ucb; do |
| 309 |
IFS="$lt_save_ifs" |
| 310 |
if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && |
| 311 |
test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && |
| 312 |
echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && |
| 313 |
test "X$echo_testing_string" = "X$echo_test_string"; then |
| 314 |
echo="$dir/echo" |
| 315 |
break |
| 316 |
fi |
| 317 |
done |
| 318 |
IFS="$lt_save_ifs" |
| 319 |
|
| 320 |
if test "X$echo" = Xecho; then |
| 321 |
# We didn't find a better echo, so look for alternatives. |
| 322 |
if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && |
| 323 |
echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && |
| 324 |
test "X$echo_testing_string" = "X$echo_test_string"; then |
| 325 |
# This shell has a builtin print -r that does the trick. |
| 326 |
echo='print -r' |
| 327 |
elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && |
| 328 |
test "X$CONFIG_SHELL" != X/bin/ksh; then |
| 329 |
# If we have ksh, try running configure again with it. |
| 330 |
ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} |
| 331 |
export ORIGINAL_CONFIG_SHELL |
| 332 |
CONFIG_SHELL=/bin/ksh |
| 333 |
export CONFIG_SHELL |
| 334 |
exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} |
| 335 |
else |
| 336 |
# Try using printf. |
| 337 |
echo='printf %s\n' |
| 338 |
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && |
| 339 |
echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && |
| 340 |
test "X$echo_testing_string" = "X$echo_test_string"; then |
| 341 |
# Cool, printf works |
| 342 |
: |
| 343 |
elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && |
| 344 |
test "X$echo_testing_string" = 'X\t' && |
| 345 |
echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && |
| 346 |
test "X$echo_testing_string" = "X$echo_test_string"; then |
| 347 |
CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL |
| 348 |
export CONFIG_SHELL |
| 349 |
SHELL="$CONFIG_SHELL" |
| 350 |
export SHELL |
| 351 |
echo="$CONFIG_SHELL $0 --fallback-echo" |
| 352 |
elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && |
| 353 |
test "X$echo_testing_string" = 'X\t' && |
| 354 |
echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && |
| 355 |
test "X$echo_testing_string" = "X$echo_test_string"; then |
| 356 |
echo="$CONFIG_SHELL $0 --fallback-echo" |
| 357 |
else |
| 358 |
# maybe with a smaller string... |
| 359 |
prev=: |
| 360 |
|
| 361 |
for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do |
| 362 |
if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null |
| 363 |
then |
| 364 |
break |
| 365 |
fi |
| 366 |
prev="$cmd" |
| 367 |
done |
| 368 |
|
| 369 |
if test "$prev" != 'sed 50q "$0"'; then |
| 370 |
echo_test_string=`eval $prev` |
| 371 |
export echo_test_string |
| 372 |
exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} |
| 373 |
else |
| 374 |
# Oops. We lost completely, so just stick with echo. |
| 375 |
echo=echo |
| 376 |
fi |
| 377 |
fi |
| 378 |
fi |
| 379 |
fi |
| 380 |
fi |
| 381 |
fi |
| 382 |
|
| 383 |
# Copy echo and quote the copy suitably for passing to libtool from |
| 384 |
# the Makefile, instead of quoting the original, which is used later. |
| 385 |
ECHO=$echo |
| 386 |
if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then |
| 387 |
ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" |
| 388 |
fi |
| 389 |
|
| 379 |
|
390 |
|
| 380 |
|
391 |
|
| 381 |
# Name of the host. |
392 |
# Name of the host. |
|
Lines 389-394
Link Here
|
| 389 |
# Initializations. |
400 |
# Initializations. |
| 390 |
# |
401 |
# |
| 391 |
ac_default_prefix=/usr/local |
402 |
ac_default_prefix=/usr/local |
|
|
403 |
ac_config_libobj_dir=. |
| 392 |
cross_compiling=no |
404 |
cross_compiling=no |
| 393 |
subdirs= |
405 |
subdirs= |
| 394 |
MFLAGS= |
406 |
MFLAGS= |
|
Lines 445-450
Link Here
|
| 445 |
# include <unistd.h> |
457 |
# include <unistd.h> |
| 446 |
#endif" |
458 |
#endif" |
| 447 |
|
459 |
|
|
|
460 |
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSIDE_GNOME_COMMON_TRUE INSIDE_GNOME_COMMON_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CPP CXXCPP LN_S ECHO RANLIB ac_ct_RANLIB EGREP LIBTOOL GTK_CONFIG GTK_CFLAGS GTK_LIBS WOVERLOADED_VIRTUAL USE_EXCEPTIONS USE_RTTI NOOPT_CXXFLAGS NOOPT_CFLAGS REPO NOREPO KDE_USE_FINAL_TRUE KDE_USE_FINAL_FALSE KDE_USE_CLOSURE_TRUE KDE_USE_CLOSURE_FALSE X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS ENABLE_GLUT_TRUE ENABLE_GLUT_FALSE GNOME_LIBS GNOMEUI_LIBS GNOMEGNORBA_LIBS GTKXMHTML_LIBS ZVT_LIBS GNOME_LIBDIR GNOME_INCLUDEDIR GNOME_CONFIG ORBIT_CONFIG ORBIT_IDL ORBIT_CFLAGS ORBIT_LIBS GNORBA_CFLAGS GNORBA_LIBS GNOME_APPLETS_LIBS GNOME_DOCKLETS_LIBS GNOME_CAPPLET_LIBS cflags_set XPM_LIBS PTHREAD_LIB ENABLE_GTK_TRUE ENABLE_GTK_FALSE KDE_PLUGIN MSGFMT GMSGFMT XGETTEXT LIBUTIL LIBCOMPAT LIBCRYPT LIBRESOLV LIB_POLL FRAMEWORK_COREAUDIO LIBSOCKET LIBUCB LIBDL X_INCLUDES X_LDFLAGS x_libraries x_includes LIBSM LIB_X11 LIBXINERAMA QTE_NORTTI LIB_XEXT LIBPTHREAD USE_THREADS KDE_MT_LDFLAGS KDE_MT_LIBS USER_INCLUDES USER_LDFLAGS LIBZ LIBPNG LIBJPEG qt_libraries qt_includes QT_INCLUDES QT_LDFLAGS MOC UIC UIC_TR LIB_QT LIB_QPE kde_qtver KDE_EXTRA_RPATH KDE_RPATH kde_libraries kde_includes KDE_LDFLAGS KDE_INCLUDES all_includes all_libraries AUTODIRS DCOPIDL DCOPIDL2CPP DCOP_DEPENDENCIES MCOPIDL ARTSCCONFIG KDECONFIG MEINPROC KDE_XSL_STYLESHEET kde_libs_prefix kde_libs_htmldir kde_htmldir kde_appsdir kde_icondir kde_sounddir kde_datadir kde_locale kde_confdir kde_mimedir kde_wallpaperdir kde_bindir kde_templatesdir kde_servicesdir kde_servicetypesdir kde_moduledir kde_styledir kde_widgetdir LIB_KDECORE LIB_KDEUI LIB_KIO LIB_SMB LIB_KAB LIB_KABC LIB_KHTML LIB_KSPELL LIB_KPARTS LIB_KDEPRINT LIB_KSYCOCA LIB_KFILE LIB_KFM ENABLE_KDE_TRUE ENABLE_KDE_FALSE PKGDATADIR HIPDIR ENABLE_HIPPARCOS_TRUE ENABLE_HIPPARCOS_FALSE ENABLE_CELX_TRUE ENABLE_CELX_FALSE LIBOBJS LTLIBOBJS' |
| 461 |
ac_subst_files='' |
| 448 |
|
462 |
|
| 449 |
# Initialize some variables set by options. |
463 |
# Initialize some variables set by options. |
| 450 |
ac_init_help= |
464 |
ac_init_help= |
|
Lines 868-873
Link Here
|
| 868 |
{ (exit 1); exit 1; }; } |
882 |
{ (exit 1); exit 1; }; } |
| 869 |
fi |
883 |
fi |
| 870 |
fi |
884 |
fi |
|
|
885 |
(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || |
| 886 |
{ echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 |
| 887 |
{ (exit 1); exit 1; }; } |
| 871 |
srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` |
888 |
srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` |
| 872 |
ac_env_build_alias_set=${build_alias+set} |
889 |
ac_env_build_alias_set=${build_alias+set} |
| 873 |
ac_env_build_alias_value=$build_alias |
890 |
ac_env_build_alias_value=$build_alias |
|
Lines 1113-1119
Link Here
|
| 1113 |
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be |
1130 |
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be |
| 1114 |
# absolute. |
1131 |
# absolute. |
| 1115 |
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` |
1132 |
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` |
| 1116 |
ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` |
1133 |
ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` |
| 1117 |
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` |
1134 |
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` |
| 1118 |
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` |
1135 |
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` |
| 1119 |
|
1136 |
|
|
Lines 1153-1159
Link Here
|
| 1153 |
running configure, to aid debugging if configure makes a mistake. |
1170 |
running configure, to aid debugging if configure makes a mistake. |
| 1154 |
|
1171 |
|
| 1155 |
It was created by $as_me, which was |
1172 |
It was created by $as_me, which was |
| 1156 |
generated by GNU Autoconf 2.53. Invocation command line was |
1173 |
generated by GNU Autoconf 2.57. Invocation command line was |
| 1157 |
|
1174 |
|
| 1158 |
$ $0 $@ |
1175 |
$ $0 $@ |
| 1159 |
|
1176 |
|
|
Lines 1205-1231
Link Here
|
| 1205 |
|
1222 |
|
| 1206 |
# Keep a trace of the command line. |
1223 |
# Keep a trace of the command line. |
| 1207 |
# Strip out --no-create and --no-recursion so they do not pile up. |
1224 |
# Strip out --no-create and --no-recursion so they do not pile up. |
|
|
1225 |
# Strip out --silent because we don't want to record it for future runs. |
| 1208 |
# Also quote any args containing shell meta-characters. |
1226 |
# Also quote any args containing shell meta-characters. |
|
|
1227 |
# Make two passes to allow for proper duplicate-argument suppression. |
| 1209 |
ac_configure_args= |
1228 |
ac_configure_args= |
|
|
1229 |
ac_configure_args0= |
| 1230 |
ac_configure_args1= |
| 1210 |
ac_sep= |
1231 |
ac_sep= |
| 1211 |
for ac_arg |
1232 |
ac_must_keep_next=false |
|
|
1233 |
for ac_pass in 1 2 |
| 1212 |
do |
1234 |
do |
| 1213 |
case $ac_arg in |
1235 |
for ac_arg |
| 1214 |
-no-create | --no-create | --no-creat | --no-crea | --no-cre \ |
1236 |
do |
| 1215 |
| --no-cr | --no-c | -n ) continue ;; |
1237 |
case $ac_arg in |
| 1216 |
-no-recursion | --no-recursion | --no-recursio | --no-recursi \ |
1238 |
-no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; |
| 1217 |
| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) |
1239 |
-q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
| 1218 |
continue ;; |
1240 |
| -silent | --silent | --silen | --sile | --sil) |
| 1219 |
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) |
1241 |
continue ;; |
| 1220 |
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
1242 |
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) |
| 1221 |
esac |
1243 |
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 1222 |
case " $ac_configure_args " in |
1244 |
esac |
| 1223 |
*" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. |
1245 |
case $ac_pass in |
| 1224 |
*) ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" |
1246 |
1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; |
| 1225 |
ac_sep=" " ;; |
1247 |
2) |
| 1226 |
esac |
1248 |
ac_configure_args1="$ac_configure_args1 '$ac_arg'" |
| 1227 |
# Get rid of the leading space. |
1249 |
if test $ac_must_keep_next = true; then |
|
|
1250 |
ac_must_keep_next=false # Got value, back to normal. |
| 1251 |
else |
| 1252 |
case $ac_arg in |
| 1253 |
*=* | --config-cache | -C | -disable-* | --disable-* \ |
| 1254 |
| -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ |
| 1255 |
| -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ |
| 1256 |
| -with-* | --with-* | -without-* | --without-* | --x) |
| 1257 |
case "$ac_configure_args0 " in |
| 1258 |
"$ac_configure_args1"*" '$ac_arg' "* ) continue ;; |
| 1259 |
esac |
| 1260 |
;; |
| 1261 |
-* ) ac_must_keep_next=true ;; |
| 1262 |
esac |
| 1263 |
fi |
| 1264 |
ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" |
| 1265 |
# Get rid of the leading space. |
| 1266 |
ac_sep=" " |
| 1267 |
;; |
| 1268 |
esac |
| 1269 |
done |
| 1228 |
done |
1270 |
done |
|
|
1271 |
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } |
| 1272 |
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } |
| 1229 |
|
1273 |
|
| 1230 |
# When interrupted or exit'd, cleanup temporary files, and complete |
1274 |
# When interrupted or exit'd, cleanup temporary files, and complete |
| 1231 |
# config.log. We remove comments because anyway the quotes in there |
1275 |
# config.log. We remove comments because anyway the quotes in there |
|
Lines 1236-1241
Link Here
|
| 1236 |
# Save into config.log some information that might help in debugging. |
1280 |
# Save into config.log some information that might help in debugging. |
| 1237 |
{ |
1281 |
{ |
| 1238 |
echo |
1282 |
echo |
|
|
1283 |
|
| 1239 |
cat <<\_ASBOX |
1284 |
cat <<\_ASBOX |
| 1240 |
## ---------------- ## |
1285 |
## ---------------- ## |
| 1241 |
## Cache variables. ## |
1286 |
## Cache variables. ## |
|
Lines 1258-1263
Link Here
|
| 1258 |
esac; |
1303 |
esac; |
| 1259 |
} |
1304 |
} |
| 1260 |
echo |
1305 |
echo |
|
|
1306 |
|
| 1307 |
cat <<\_ASBOX |
| 1308 |
## ----------------- ## |
| 1309 |
## Output variables. ## |
| 1310 |
## ----------------- ## |
| 1311 |
_ASBOX |
| 1312 |
echo |
| 1313 |
for ac_var in $ac_subst_vars |
| 1314 |
do |
| 1315 |
eval ac_val=$`echo $ac_var` |
| 1316 |
echo "$ac_var='"'"'$ac_val'"'"'" |
| 1317 |
done | sort |
| 1318 |
echo |
| 1319 |
|
| 1320 |
if test -n "$ac_subst_files"; then |
| 1321 |
cat <<\_ASBOX |
| 1322 |
## ------------- ## |
| 1323 |
## Output files. ## |
| 1324 |
## ------------- ## |
| 1325 |
_ASBOX |
| 1326 |
echo |
| 1327 |
for ac_var in $ac_subst_files |
| 1328 |
do |
| 1329 |
eval ac_val=$`echo $ac_var` |
| 1330 |
echo "$ac_var='"'"'$ac_val'"'"'" |
| 1331 |
done | sort |
| 1332 |
echo |
| 1333 |
fi |
| 1334 |
|
| 1261 |
if test -s confdefs.h; then |
1335 |
if test -s confdefs.h; then |
| 1262 |
cat <<\_ASBOX |
1336 |
cat <<\_ASBOX |
| 1263 |
## ----------- ## |
1337 |
## ----------- ## |
|
Lines 1265-1271
Link Here
|
| 1265 |
## ----------- ## |
1339 |
## ----------- ## |
| 1266 |
_ASBOX |
1340 |
_ASBOX |
| 1267 |
echo |
1341 |
echo |
| 1268 |
sed "/^$/d" confdefs.h |
1342 |
sed "/^$/d" confdefs.h | sort |
| 1269 |
echo |
1343 |
echo |
| 1270 |
fi |
1344 |
fi |
| 1271 |
test "$ac_signal" != 0 && |
1345 |
test "$ac_signal" != 0 && |
|
Lines 1422-1427
Link Here
|
| 1422 |
|
1496 |
|
| 1423 |
|
1497 |
|
| 1424 |
|
1498 |
|
|
|
1499 |
|
| 1425 |
ac_aux_dir= |
1500 |
ac_aux_dir= |
| 1426 |
for ac_dir in admin $srcdir/admin; do |
1501 |
for ac_dir in admin $srcdir/admin; do |
| 1427 |
if test -f $ac_dir/install-sh; then |
1502 |
if test -f $ac_dir/install-sh; then |
|
Lines 1564-1570
Link Here
|
| 1564 |
rm conftest.sed |
1639 |
rm conftest.sed |
| 1565 |
|
1640 |
|
| 1566 |
|
1641 |
|
| 1567 |
am__api_version="1.6" |
1642 |
am__api_version="1.7" |
| 1568 |
|
1643 |
|
| 1569 |
|
1644 |
|
| 1570 |
test -n "$INSTALL" && kde_save_INSTALL_given=$INSTALL |
1645 |
test -n "$INSTALL" && kde_save_INSTALL_given=$INSTALL |
|
Lines 1774-1788
Link Here
|
| 1774 |
test -n "$AWK" && break |
1849 |
test -n "$AWK" && break |
| 1775 |
done |
1850 |
done |
| 1776 |
|
1851 |
|
| 1777 |
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
1852 |
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
| 1778 |
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 |
1853 |
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 |
| 1779 |
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` |
1854 |
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` |
| 1780 |
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then |
1855 |
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then |
| 1781 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
1856 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 1782 |
else |
1857 |
else |
| 1783 |
cat >conftest.make <<\_ACEOF |
1858 |
cat >conftest.make <<\_ACEOF |
| 1784 |
all: |
1859 |
all: |
| 1785 |
@echo 'ac_maketemp="${MAKE}"' |
1860 |
@echo 'ac_maketemp="$(MAKE)"' |
| 1786 |
_ACEOF |
1861 |
_ACEOF |
| 1787 |
# GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
1862 |
# GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
| 1788 |
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` |
1863 |
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` |
|
Lines 1803-1808
Link Here
|
| 1803 |
SET_MAKE="MAKE=${MAKE-make}" |
1878 |
SET_MAKE="MAKE=${MAKE-make}" |
| 1804 |
fi |
1879 |
fi |
| 1805 |
|
1880 |
|
|
|
1881 |
rm -rf .tst 2>/dev/null |
| 1882 |
mkdir .tst 2>/dev/null |
| 1883 |
if test -d .tst; then |
| 1884 |
am__leading_dot=. |
| 1885 |
else |
| 1886 |
am__leading_dot=_ |
| 1887 |
fi |
| 1888 |
rmdir .tst 2>/dev/null |
| 1889 |
|
| 1806 |
# test to see if srcdir already configured |
1890 |
# test to see if srcdir already configured |
| 1807 |
if test "`cd $srcdir && pwd`" != "`pwd`" && |
1891 |
if test "`cd $srcdir && pwd`" != "`pwd`" && |
| 1808 |
test -f $srcdir/config.status; then |
1892 |
test -f $srcdir/config.status; then |
|
Lines 1811-1816
Link Here
|
| 1811 |
{ (exit 1); exit 1; }; } |
1895 |
{ (exit 1); exit 1; }; } |
| 1812 |
fi |
1896 |
fi |
| 1813 |
|
1897 |
|
|
|
1898 |
# test whether we have cygpath |
| 1899 |
if test -z "$CYGPATH_W"; then |
| 1900 |
if (cygpath --version) >/dev/null 2>/dev/null; then |
| 1901 |
CYGPATH_W='cygpath -w' |
| 1902 |
else |
| 1903 |
CYGPATH_W=echo |
| 1904 |
fi |
| 1905 |
fi |
| 1906 |
|
| 1907 |
|
| 1814 |
# Define the identity of the package. |
1908 |
# Define the identity of the package. |
| 1815 |
PACKAGE=celestia |
1909 |
PACKAGE=celestia |
| 1816 |
VERSION=1.3.1 |
1910 |
VERSION=1.3.1 |
|
Lines 1939-1949
Link Here
|
| 1939 |
|
2033 |
|
| 1940 |
|
2034 |
|
| 1941 |
|
2035 |
|
| 1942 |
# Add the stamp file to the list of files AC keeps track of, |
2036 |
ac_config_headers="$ac_config_headers config.h" |
| 1943 |
# along with our hook. |
|
|
| 1944 |
ac_config_headers="$ac_config_headers config.h" |
| 1945 |
|
| 1946 |
|
| 1947 |
|
2037 |
|
| 1948 |
|
2038 |
|
| 1949 |
if test "x${CFLAGS-notset}" = "xnotset" ; then |
2039 |
if test "x${CFLAGS-notset}" = "xnotset" ; then |
|
Lines 2154-2162
Link Here
|
| 2154 |
# However, it has the same basename, so the bogon will be chosen |
2244 |
# However, it has the same basename, so the bogon will be chosen |
| 2155 |
# first if we set CC to just the basename; use the full file name. |
2245 |
# first if we set CC to just the basename; use the full file name. |
| 2156 |
shift |
2246 |
shift |
| 2157 |
set dummy "$as_dir/$ac_word" ${1+"$@"} |
2247 |
ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" |
| 2158 |
shift |
|
|
| 2159 |
ac_cv_prog_CC="$@" |
| 2160 |
fi |
2248 |
fi |
| 2161 |
fi |
2249 |
fi |
| 2162 |
fi |
2250 |
fi |
|
Lines 2261-2268
Link Here
|
| 2261 |
fi |
2349 |
fi |
| 2262 |
|
2350 |
|
| 2263 |
|
2351 |
|
| 2264 |
test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5 |
2352 |
test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH |
| 2265 |
echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;} |
2353 |
See \`config.log' for more details." >&5 |
|
|
2354 |
echo "$as_me: error: no acceptable C compiler found in \$PATH |
| 2355 |
See \`config.log' for more details." >&2;} |
| 2266 |
{ (exit 1); exit 1; }; } |
2356 |
{ (exit 1); exit 1; }; } |
| 2267 |
|
2357 |
|
| 2268 |
# Provide some information about the compiler. |
2358 |
# Provide some information about the compiler. |
|
Lines 2287-2300
Link Here
|
| 2287 |
|
2377 |
|
| 2288 |
cat >conftest.$ac_ext <<_ACEOF |
2378 |
cat >conftest.$ac_ext <<_ACEOF |
| 2289 |
#line $LINENO "configure" |
2379 |
#line $LINENO "configure" |
| 2290 |
#include "confdefs.h" |
2380 |
/* confdefs.h. */ |
|
|
2381 |
_ACEOF |
| 2382 |
cat confdefs.h >>conftest.$ac_ext |
| 2383 |
cat >>conftest.$ac_ext <<_ACEOF |
| 2384 |
/* end confdefs.h. */ |
| 2291 |
|
2385 |
|
| 2292 |
#ifdef F77_DUMMY_MAIN |
|
|
| 2293 |
# ifdef __cplusplus |
| 2294 |
extern "C" |
| 2295 |
# endif |
| 2296 |
int F77_DUMMY_MAIN() { return 1; } |
| 2297 |
#endif |
| 2298 |
int |
2386 |
int |
| 2299 |
main () |
2387 |
main () |
| 2300 |
{ |
2388 |
{ |
|
Lines 2304-2310
Link Here
|
| 2304 |
} |
2392 |
} |
| 2305 |
_ACEOF |
2393 |
_ACEOF |
| 2306 |
ac_clean_files_save=$ac_clean_files |
2394 |
ac_clean_files_save=$ac_clean_files |
| 2307 |
ac_clean_files="$ac_clean_files a.out a.exe" |
2395 |
ac_clean_files="$ac_clean_files a.out a.exe b.out" |
| 2308 |
# Try to create an executable without -o first, disregard a.out. |
2396 |
# Try to create an executable without -o first, disregard a.out. |
| 2309 |
# It will help us diagnose broken compilers, and finding out an intuition |
2397 |
# It will help us diagnose broken compilers, and finding out an intuition |
| 2310 |
# of exeext. |
2398 |
# of exeext. |
|
Lines 2323-2348
Link Here
|
| 2323 |
# Be careful to initialize this variable, since it used to be cached. |
2411 |
# Be careful to initialize this variable, since it used to be cached. |
| 2324 |
# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. |
2412 |
# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. |
| 2325 |
ac_cv_exeext= |
2413 |
ac_cv_exeext= |
| 2326 |
for ac_file in `ls a_out.exe a.exe conftest.exe 2>/dev/null; |
2414 |
# b.out is created by i960 compilers. |
| 2327 |
ls a.out conftest 2>/dev/null; |
2415 |
for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out |
| 2328 |
ls a.* conftest.* 2>/dev/null`; do |
2416 |
do |
|
|
2417 |
test -f "$ac_file" || continue |
| 2329 |
case $ac_file in |
2418 |
case $ac_file in |
| 2330 |
*.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;; |
2419 |
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) |
| 2331 |
a.out ) # We found the default executable, but exeext='' is most |
2420 |
;; |
| 2332 |
# certainly right. |
2421 |
conftest.$ac_ext ) |
| 2333 |
break;; |
2422 |
# This is the source file. |
| 2334 |
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
2423 |
;; |
| 2335 |
# FIXME: I believe we export ac_cv_exeext for Libtool --akim. |
2424 |
[ab].out ) |
| 2336 |
export ac_cv_exeext |
2425 |
# We found the default executable, but exeext='' is most |
| 2337 |
break;; |
2426 |
# certainly right. |
| 2338 |
* ) break;; |
2427 |
break;; |
|
|
2428 |
*.* ) |
| 2429 |
ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
| 2430 |
# FIXME: I believe we export ac_cv_exeext for Libtool, |
| 2431 |
# but it would be cool to find out if it's true. Does anybody |
| 2432 |
# maintain Libtool? --akim. |
| 2433 |
export ac_cv_exeext |
| 2434 |
break;; |
| 2435 |
* ) |
| 2436 |
break;; |
| 2339 |
esac |
2437 |
esac |
| 2340 |
done |
2438 |
done |
| 2341 |
else |
2439 |
else |
| 2342 |
echo "$as_me: failed program was:" >&5 |
2440 |
echo "$as_me: failed program was:" >&5 |
| 2343 |
cat conftest.$ac_ext >&5 |
2441 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 2344 |
{ { echo "$as_me:$LINENO: error: C compiler cannot create executables" >&5 |
2442 |
|
| 2345 |
echo "$as_me: error: C compiler cannot create executables" >&2;} |
2443 |
{ { echo "$as_me:$LINENO: error: C compiler cannot create executables |
|
|
2444 |
See \`config.log' for more details." >&5 |
| 2445 |
echo "$as_me: error: C compiler cannot create executables |
| 2446 |
See \`config.log' for more details." >&2;} |
| 2346 |
{ (exit 77); exit 77; }; } |
2447 |
{ (exit 77); exit 77; }; } |
| 2347 |
fi |
2448 |
fi |
| 2348 |
|
2449 |
|
|
Lines 2369-2377
Link Here
|
| 2369 |
cross_compiling=yes |
2470 |
cross_compiling=yes |
| 2370 |
else |
2471 |
else |
| 2371 |
{ { echo "$as_me:$LINENO: error: cannot run C compiled programs. |
2472 |
{ { echo "$as_me:$LINENO: error: cannot run C compiled programs. |
| 2372 |
If you meant to cross compile, use \`--host'." >&5 |
2473 |
If you meant to cross compile, use \`--host'. |
|
|
2474 |
See \`config.log' for more details." >&5 |
| 2373 |
echo "$as_me: error: cannot run C compiled programs. |
2475 |
echo "$as_me: error: cannot run C compiled programs. |
| 2374 |
If you meant to cross compile, use \`--host'." >&2;} |
2476 |
If you meant to cross compile, use \`--host'. |
|
|
2477 |
See \`config.log' for more details." >&2;} |
| 2375 |
{ (exit 1); exit 1; }; } |
2478 |
{ (exit 1); exit 1; }; } |
| 2376 |
fi |
2479 |
fi |
| 2377 |
fi |
2480 |
fi |
|
Lines 2379-2385
Link Here
|
| 2379 |
echo "$as_me:$LINENO: result: yes" >&5 |
2482 |
echo "$as_me:$LINENO: result: yes" >&5 |
| 2380 |
echo "${ECHO_T}yes" >&6 |
2483 |
echo "${ECHO_T}yes" >&6 |
| 2381 |
|
2484 |
|
| 2382 |
rm -f a.out a.exe conftest$ac_cv_exeext |
2485 |
rm -f a.out a.exe conftest$ac_cv_exeext b.out |
| 2383 |
ac_clean_files=$ac_clean_files_save |
2486 |
ac_clean_files=$ac_clean_files_save |
| 2384 |
# Check the compiler produces executables we can run. If not, either |
2487 |
# Check the compiler produces executables we can run. If not, either |
| 2385 |
# the compiler is broken, or we cross compile. |
2488 |
# the compiler is broken, or we cross compile. |
|
Lines 2399-2407
Link Here
|
| 2399 |
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will |
2502 |
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will |
| 2400 |
# work properly (i.e., refer to `conftest.exe'), while it won't with |
2503 |
# work properly (i.e., refer to `conftest.exe'), while it won't with |
| 2401 |
# `rm'. |
2504 |
# `rm'. |
| 2402 |
for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do |
2505 |
for ac_file in conftest.exe conftest conftest.*; do |
|
|
2506 |
test -f "$ac_file" || continue |
| 2403 |
case $ac_file in |
2507 |
case $ac_file in |
| 2404 |
*.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; |
2508 |
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; |
| 2405 |
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
2509 |
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
| 2406 |
export ac_cv_exeext |
2510 |
export ac_cv_exeext |
| 2407 |
break;; |
2511 |
break;; |
|
Lines 2409-2416
Link Here
|
| 2409 |
esac |
2513 |
esac |
| 2410 |
done |
2514 |
done |
| 2411 |
else |
2515 |
else |
| 2412 |
{ { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5 |
2516 |
{ { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link |
| 2413 |
echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;} |
2517 |
See \`config.log' for more details." >&5 |
|
|
2518 |
echo "$as_me: error: cannot compute suffix of executables: cannot compile and link |
| 2519 |
See \`config.log' for more details." >&2;} |
| 2414 |
{ (exit 1); exit 1; }; } |
2520 |
{ (exit 1); exit 1; }; } |
| 2415 |
fi |
2521 |
fi |
| 2416 |
|
2522 |
|
|
Lines 2428-2441
Link Here
|
| 2428 |
else |
2534 |
else |
| 2429 |
cat >conftest.$ac_ext <<_ACEOF |
2535 |
cat >conftest.$ac_ext <<_ACEOF |
| 2430 |
#line $LINENO "configure" |
2536 |
#line $LINENO "configure" |
| 2431 |
#include "confdefs.h" |
2537 |
/* confdefs.h. */ |
|
|
2538 |
_ACEOF |
| 2539 |
cat confdefs.h >>conftest.$ac_ext |
| 2540 |
cat >>conftest.$ac_ext <<_ACEOF |
| 2541 |
/* end confdefs.h. */ |
| 2432 |
|
2542 |
|
| 2433 |
#ifdef F77_DUMMY_MAIN |
|
|
| 2434 |
# ifdef __cplusplus |
| 2435 |
extern "C" |
| 2436 |
# endif |
| 2437 |
int F77_DUMMY_MAIN() { return 1; } |
| 2438 |
#endif |
| 2439 |
int |
2543 |
int |
| 2440 |
main () |
2544 |
main () |
| 2441 |
{ |
2545 |
{ |
|
Lines 2452-2467
Link Here
|
| 2452 |
(exit $ac_status); }; then |
2556 |
(exit $ac_status); }; then |
| 2453 |
for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do |
2557 |
for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do |
| 2454 |
case $ac_file in |
2558 |
case $ac_file in |
| 2455 |
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;; |
2559 |
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; |
| 2456 |
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
2560 |
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
| 2457 |
break;; |
2561 |
break;; |
| 2458 |
esac |
2562 |
esac |
| 2459 |
done |
2563 |
done |
| 2460 |
else |
2564 |
else |
| 2461 |
echo "$as_me: failed program was:" >&5 |
2565 |
echo "$as_me: failed program was:" >&5 |
| 2462 |
cat conftest.$ac_ext >&5 |
2566 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 2463 |
{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5 |
2567 |
|
| 2464 |
echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;} |
2568 |
{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile |
|
|
2569 |
See \`config.log' for more details." >&5 |
| 2570 |
echo "$as_me: error: cannot compute suffix of object files: cannot compile |
| 2571 |
See \`config.log' for more details." >&2;} |
| 2465 |
{ (exit 1); exit 1; }; } |
2572 |
{ (exit 1); exit 1; }; } |
| 2466 |
fi |
2573 |
fi |
| 2467 |
|
2574 |
|
|
Lines 2478-2491
Link Here
|
| 2478 |
else |
2585 |
else |
| 2479 |
cat >conftest.$ac_ext <<_ACEOF |
2586 |
cat >conftest.$ac_ext <<_ACEOF |
| 2480 |
#line $LINENO "configure" |
2587 |
#line $LINENO "configure" |
| 2481 |
#include "confdefs.h" |
2588 |
/* confdefs.h. */ |
|
|
2589 |
_ACEOF |
| 2590 |
cat confdefs.h >>conftest.$ac_ext |
| 2591 |
cat >>conftest.$ac_ext <<_ACEOF |
| 2592 |
/* end confdefs.h. */ |
| 2482 |
|
2593 |
|
| 2483 |
#ifdef F77_DUMMY_MAIN |
|
|
| 2484 |
# ifdef __cplusplus |
| 2485 |
extern "C" |
| 2486 |
# endif |
| 2487 |
int F77_DUMMY_MAIN() { return 1; } |
| 2488 |
#endif |
| 2489 |
int |
2594 |
int |
| 2490 |
main () |
2595 |
main () |
| 2491 |
{ |
2596 |
{ |
|
Lines 2512-2518
Link Here
|
| 2512 |
ac_compiler_gnu=yes |
2617 |
ac_compiler_gnu=yes |
| 2513 |
else |
2618 |
else |
| 2514 |
echo "$as_me: failed program was:" >&5 |
2619 |
echo "$as_me: failed program was:" >&5 |
| 2515 |
cat conftest.$ac_ext >&5 |
2620 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
2621 |
|
| 2516 |
ac_compiler_gnu=no |
2622 |
ac_compiler_gnu=no |
| 2517 |
fi |
2623 |
fi |
| 2518 |
rm -f conftest.$ac_objext conftest.$ac_ext |
2624 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 2532-2545
Link Here
|
| 2532 |
else |
2638 |
else |
| 2533 |
cat >conftest.$ac_ext <<_ACEOF |
2639 |
cat >conftest.$ac_ext <<_ACEOF |
| 2534 |
#line $LINENO "configure" |
2640 |
#line $LINENO "configure" |
| 2535 |
#include "confdefs.h" |
2641 |
/* confdefs.h. */ |
|
|
2642 |
_ACEOF |
| 2643 |
cat confdefs.h >>conftest.$ac_ext |
| 2644 |
cat >>conftest.$ac_ext <<_ACEOF |
| 2645 |
/* end confdefs.h. */ |
| 2536 |
|
2646 |
|
| 2537 |
#ifdef F77_DUMMY_MAIN |
|
|
| 2538 |
# ifdef __cplusplus |
| 2539 |
extern "C" |
| 2540 |
# endif |
| 2541 |
int F77_DUMMY_MAIN() { return 1; } |
| 2542 |
#endif |
| 2543 |
int |
2647 |
int |
| 2544 |
main () |
2648 |
main () |
| 2545 |
{ |
2649 |
{ |
|
Lines 2563-2569
Link Here
|
| 2563 |
ac_cv_prog_cc_g=yes |
2667 |
ac_cv_prog_cc_g=yes |
| 2564 |
else |
2668 |
else |
| 2565 |
echo "$as_me: failed program was:" >&5 |
2669 |
echo "$as_me: failed program was:" >&5 |
| 2566 |
cat conftest.$ac_ext >&5 |
2670 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
2671 |
|
| 2567 |
ac_cv_prog_cc_g=no |
2672 |
ac_cv_prog_cc_g=no |
| 2568 |
fi |
2673 |
fi |
| 2569 |
rm -f conftest.$ac_objext conftest.$ac_ext |
2674 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 2585-2590
Link Here
|
| 2585 |
CFLAGS= |
2690 |
CFLAGS= |
| 2586 |
fi |
2691 |
fi |
| 2587 |
fi |
2692 |
fi |
|
|
2693 |
echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 |
| 2694 |
echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 |
| 2695 |
if test "${ac_cv_prog_cc_stdc+set}" = set; then |
| 2696 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 2697 |
else |
| 2698 |
ac_cv_prog_cc_stdc=no |
| 2699 |
ac_save_CC=$CC |
| 2700 |
cat >conftest.$ac_ext <<_ACEOF |
| 2701 |
#line $LINENO "configure" |
| 2702 |
/* confdefs.h. */ |
| 2703 |
_ACEOF |
| 2704 |
cat confdefs.h >>conftest.$ac_ext |
| 2705 |
cat >>conftest.$ac_ext <<_ACEOF |
| 2706 |
/* end confdefs.h. */ |
| 2707 |
#include <stdarg.h> |
| 2708 |
#include <stdio.h> |
| 2709 |
#include <sys/types.h> |
| 2710 |
#include <sys/stat.h> |
| 2711 |
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
| 2712 |
struct buf { int x; }; |
| 2713 |
FILE * (*rcsopen) (struct buf *, struct stat *, int); |
| 2714 |
static char *e (p, i) |
| 2715 |
char **p; |
| 2716 |
int i; |
| 2717 |
{ |
| 2718 |
return p[i]; |
| 2719 |
} |
| 2720 |
static char *f (char * (*g) (char **, int), char **p, ...) |
| 2721 |
{ |
| 2722 |
char *s; |
| 2723 |
va_list v; |
| 2724 |
va_start (v,p); |
| 2725 |
s = g (p, va_arg (v,int)); |
| 2726 |
va_end (v); |
| 2727 |
return s; |
| 2728 |
} |
| 2729 |
int test (int i, double x); |
| 2730 |
struct s1 {int (*f) (int a);}; |
| 2731 |
struct s2 {int (*f) (double a);}; |
| 2732 |
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); |
| 2733 |
int argc; |
| 2734 |
char **argv; |
| 2735 |
int |
| 2736 |
main () |
| 2737 |
{ |
| 2738 |
return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; |
| 2739 |
; |
| 2740 |
return 0; |
| 2741 |
} |
| 2742 |
_ACEOF |
| 2743 |
# Don't try gcc -ansi; that turns off useful extensions and |
| 2744 |
# breaks some systems' header files. |
| 2745 |
# AIX -qlanglvl=ansi |
| 2746 |
# Ultrix and OSF/1 -std1 |
| 2747 |
# HP-UX 10.20 and later -Ae |
| 2748 |
# HP-UX older versions -Aa -D_HPUX_SOURCE |
| 2749 |
# SVR4 -Xc -D__EXTENSIONS__ |
| 2750 |
for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" |
| 2751 |
do |
| 2752 |
CC="$ac_save_CC $ac_arg" |
| 2753 |
rm -f conftest.$ac_objext |
| 2754 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 2755 |
(eval $ac_compile) 2>&5 |
| 2756 |
ac_status=$? |
| 2757 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2758 |
(exit $ac_status); } && |
| 2759 |
{ ac_try='test -s conftest.$ac_objext' |
| 2760 |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 2761 |
(eval $ac_try) 2>&5 |
| 2762 |
ac_status=$? |
| 2763 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2764 |
(exit $ac_status); }; }; then |
| 2765 |
ac_cv_prog_cc_stdc=$ac_arg |
| 2766 |
break |
| 2767 |
else |
| 2768 |
echo "$as_me: failed program was:" >&5 |
| 2769 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 2770 |
|
| 2771 |
fi |
| 2772 |
rm -f conftest.$ac_objext |
| 2773 |
done |
| 2774 |
rm -f conftest.$ac_ext conftest.$ac_objext |
| 2775 |
CC=$ac_save_CC |
| 2776 |
|
| 2777 |
fi |
| 2778 |
|
| 2779 |
case "x$ac_cv_prog_cc_stdc" in |
| 2780 |
x|xno) |
| 2781 |
echo "$as_me:$LINENO: result: none needed" >&5 |
| 2782 |
echo "${ECHO_T}none needed" >&6 ;; |
| 2783 |
*) |
| 2784 |
echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 |
| 2785 |
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 |
| 2786 |
CC="$CC $ac_cv_prog_cc_stdc" ;; |
| 2787 |
esac |
| 2788 |
|
| 2588 |
# Some people use a C++ compiler to compile C. Since we use `exit', |
2789 |
# Some people use a C++ compiler to compile C. Since we use `exit', |
| 2589 |
# in C++ we need to declare it. In case someone uses the same compiler |
2790 |
# in C++ we need to declare it. In case someone uses the same compiler |
| 2590 |
# for both compiling C and C++ we need to have the C++ compiler decide |
2791 |
# for both compiling C and C++ we need to have the C++ compiler decide |
|
Lines 2617-2631
Link Here
|
| 2617 |
do |
2818 |
do |
| 2618 |
cat >conftest.$ac_ext <<_ACEOF |
2819 |
cat >conftest.$ac_ext <<_ACEOF |
| 2619 |
#line $LINENO "configure" |
2820 |
#line $LINENO "configure" |
| 2620 |
#include "confdefs.h" |
2821 |
/* confdefs.h. */ |
|
|
2822 |
_ACEOF |
| 2823 |
cat confdefs.h >>conftest.$ac_ext |
| 2824 |
cat >>conftest.$ac_ext <<_ACEOF |
| 2825 |
/* end confdefs.h. */ |
| 2621 |
#include <stdlib.h> |
2826 |
#include <stdlib.h> |
| 2622 |
$ac_declaration |
2827 |
$ac_declaration |
| 2623 |
#ifdef F77_DUMMY_MAIN |
|
|
| 2624 |
# ifdef __cplusplus |
| 2625 |
extern "C" |
| 2626 |
# endif |
| 2627 |
int F77_DUMMY_MAIN() { return 1; } |
| 2628 |
#endif |
| 2629 |
int |
2828 |
int |
| 2630 |
main () |
2829 |
main () |
| 2631 |
{ |
2830 |
{ |
|
Lines 2649-2668
Link Here
|
| 2649 |
: |
2848 |
: |
| 2650 |
else |
2849 |
else |
| 2651 |
echo "$as_me: failed program was:" >&5 |
2850 |
echo "$as_me: failed program was:" >&5 |
| 2652 |
cat conftest.$ac_ext >&5 |
2851 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
2852 |
|
| 2653 |
continue |
2853 |
continue |
| 2654 |
fi |
2854 |
fi |
| 2655 |
rm -f conftest.$ac_objext conftest.$ac_ext |
2855 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 2656 |
cat >conftest.$ac_ext <<_ACEOF |
2856 |
cat >conftest.$ac_ext <<_ACEOF |
| 2657 |
#line $LINENO "configure" |
2857 |
#line $LINENO "configure" |
| 2658 |
#include "confdefs.h" |
2858 |
/* confdefs.h. */ |
|
|
2859 |
_ACEOF |
| 2860 |
cat confdefs.h >>conftest.$ac_ext |
| 2861 |
cat >>conftest.$ac_ext <<_ACEOF |
| 2862 |
/* end confdefs.h. */ |
| 2659 |
$ac_declaration |
2863 |
$ac_declaration |
| 2660 |
#ifdef F77_DUMMY_MAIN |
|
|
| 2661 |
# ifdef __cplusplus |
| 2662 |
extern "C" |
| 2663 |
# endif |
| 2664 |
int F77_DUMMY_MAIN() { return 1; } |
| 2665 |
#endif |
| 2666 |
int |
2864 |
int |
| 2667 |
main () |
2865 |
main () |
| 2668 |
{ |
2866 |
{ |
|
Lines 2686-2692
Link Here
|
| 2686 |
break |
2884 |
break |
| 2687 |
else |
2885 |
else |
| 2688 |
echo "$as_me: failed program was:" >&5 |
2886 |
echo "$as_me: failed program was:" >&5 |
| 2689 |
cat conftest.$ac_ext >&5 |
2887 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
2888 |
|
| 2690 |
fi |
2889 |
fi |
| 2691 |
rm -f conftest.$ac_objext conftest.$ac_ext |
2890 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 2692 |
done |
2891 |
done |
|
Lines 2699-2705
Link Here
|
| 2699 |
|
2898 |
|
| 2700 |
else |
2899 |
else |
| 2701 |
echo "$as_me: failed program was:" >&5 |
2900 |
echo "$as_me: failed program was:" >&5 |
| 2702 |
cat conftest.$ac_ext >&5 |
2901 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
2902 |
|
| 2703 |
fi |
2903 |
fi |
| 2704 |
rm -f conftest.$ac_objext conftest.$ac_ext |
2904 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 2705 |
ac_ext=c |
2905 |
ac_ext=c |
|
Lines 2707-2730
Link Here
|
| 2707 |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
2907 |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 2708 |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
2908 |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 2709 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
2909 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 2710 |
rm -f .deps 2>/dev/null |
2910 |
DEPDIR="${am__leading_dot}deps" |
| 2711 |
mkdir .deps 2>/dev/null |
|
|
| 2712 |
if test -d .deps; then |
| 2713 |
DEPDIR=.deps |
| 2714 |
else |
| 2715 |
# MS-DOS does not allow filenames that begin with a dot. |
| 2716 |
DEPDIR=_deps |
| 2717 |
fi |
| 2718 |
rmdir .deps 2>/dev/null |
| 2719 |
|
| 2720 |
|
2911 |
|
| 2721 |
ac_config_commands="$ac_config_commands depfiles" |
2912 |
ac_config_commands="$ac_config_commands depfiles" |
| 2722 |
|
2913 |
|
| 2723 |
|
2914 |
|
| 2724 |
am_make=${MAKE-make} |
2915 |
am_make=${MAKE-make} |
| 2725 |
cat > confinc << 'END' |
2916 |
cat > confinc << 'END' |
| 2726 |
doit: |
2917 |
am__doit: |
| 2727 |
@echo done |
2918 |
@echo done |
|
|
2919 |
.PHONY: am__doit |
| 2728 |
END |
2920 |
END |
| 2729 |
# If we don't find an include directive, just comment out the code. |
2921 |
# If we don't find an include directive, just comment out the code. |
| 2730 |
echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 |
2922 |
echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 |
|
Lines 2739-2745
Link Here
|
| 2739 |
# In particular we don't look at `^make:' because GNU make might |
2931 |
# In particular we don't look at `^make:' because GNU make might |
| 2740 |
# be invoked under some other name (usually "gmake"), in which |
2932 |
# be invoked under some other name (usually "gmake"), in which |
| 2741 |
# case it prints its new name instead of `make'. |
2933 |
# case it prints its new name instead of `make'. |
| 2742 |
if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then |
2934 |
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then |
| 2743 |
am__include=include |
2935 |
am__include=include |
| 2744 |
am__quote= |
2936 |
am__quote= |
| 2745 |
_am_result=GNU |
2937 |
_am_result=GNU |
|
Lines 2799-2816
Link Here
|
| 2799 |
# using a relative directory. |
2991 |
# using a relative directory. |
| 2800 |
cp "$am_depcomp" conftest.dir |
2992 |
cp "$am_depcomp" conftest.dir |
| 2801 |
cd conftest.dir |
2993 |
cd conftest.dir |
|
|
2994 |
# We will build objects and dependencies in a subdirectory because |
| 2995 |
# it helps to detect inapplicable dependency modes. For instance |
| 2996 |
# both Tru64's cc and ICC support -MD to output dependencies as a |
| 2997 |
# side effect of compilation, but ICC will put the dependencies in |
| 2998 |
# the current directory while Tru64 will put them in the object |
| 2999 |
# directory. |
| 3000 |
mkdir sub |
| 2802 |
|
3001 |
|
| 2803 |
am_cv_CC_dependencies_compiler_type=none |
3002 |
am_cv_CC_dependencies_compiler_type=none |
| 2804 |
if test "$am_compiler_list" = ""; then |
3003 |
if test "$am_compiler_list" = ""; then |
| 2805 |
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` |
3004 |
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` |
| 2806 |
fi |
3005 |
fi |
| 2807 |
for depmode in $am_compiler_list; do |
3006 |
for depmode in $am_compiler_list; do |
|
|
3007 |
# Setup a source with many dependencies, because some compilers |
| 3008 |
# like to wrap large dependency lists on column 80 (with \), and |
| 3009 |
# we should not choose a depcomp mode which is confused by this. |
| 3010 |
# |
| 2808 |
# We need to recreate these files for each test, as the compiler may |
3011 |
# We need to recreate these files for each test, as the compiler may |
| 2809 |
# overwrite some of them when testing with obscure command lines. |
3012 |
# overwrite some of them when testing with obscure command lines. |
| 2810 |
# This happens at least with the AIX C compiler. |
3013 |
# This happens at least with the AIX C compiler. |
| 2811 |
echo '#include "conftest.h"' > conftest.c |
3014 |
: > sub/conftest.c |
| 2812 |
echo 'int i;' > conftest.h |
3015 |
for i in 1 2 3 4 5 6; do |
| 2813 |
echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf |
3016 |
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
|
|
3017 |
: > sub/conftst$i.h |
| 3018 |
done |
| 3019 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
| 2814 |
|
3020 |
|
| 2815 |
case $depmode in |
3021 |
case $depmode in |
| 2816 |
nosideeffect) |
3022 |
nosideeffect) |
|
Lines 2828-2840
Link Here
|
| 2828 |
# mode. It turns out that the SunPro C++ compiler does not properly |
3034 |
# mode. It turns out that the SunPro C++ compiler does not properly |
| 2829 |
# handle `-M -o', and we need to detect this. |
3035 |
# handle `-M -o', and we need to detect this. |
| 2830 |
if depmode=$depmode \ |
3036 |
if depmode=$depmode \ |
| 2831 |
source=conftest.c object=conftest.o \ |
3037 |
source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ |
| 2832 |
depfile=conftest.Po tmpdepfile=conftest.TPo \ |
3038 |
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ |
| 2833 |
$SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 && |
3039 |
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ |
| 2834 |
grep conftest.h conftest.Po > /dev/null 2>&1 && |
3040 |
>/dev/null 2>conftest.err && |
|
|
3041 |
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && |
| 3042 |
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && |
| 2835 |
${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
3043 |
${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
| 2836 |
am_cv_CC_dependencies_compiler_type=$depmode |
3044 |
# icc doesn't choke on unknown options, it will just issue warnings |
| 2837 |
break |
3045 |
# (even with -Werror). So we grep stderr for any message |
|
|
3046 |
# that says an option was ignored. |
| 3047 |
if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else |
| 3048 |
am_cv_CC_dependencies_compiler_type=$depmode |
| 3049 |
break |
| 3050 |
fi |
| 2838 |
fi |
3051 |
fi |
| 2839 |
done |
3052 |
done |
| 2840 |
|
3053 |
|
|
Lines 2851-2856
Link Here
|
| 2851 |
|
3064 |
|
| 2852 |
|
3065 |
|
| 2853 |
|
3066 |
|
|
|
3067 |
if |
| 3068 |
test "x$enable_dependency_tracking" != xno \ |
| 3069 |
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3; then |
| 3070 |
am__fastdepCC_TRUE= |
| 3071 |
am__fastdepCC_FALSE='#' |
| 3072 |
else |
| 3073 |
am__fastdepCC_TRUE='#' |
| 3074 |
am__fastdepCC_FALSE= |
| 3075 |
fi |
| 3076 |
|
| 3077 |
|
| 3078 |
|
| 2854 |
if test "x${CXXFLAGS-notset}" = "xnotset" ; then |
3079 |
if test "x${CXXFLAGS-notset}" = "xnotset" ; then |
| 2855 |
export CXXFLAGS |
3080 |
export CXXFLAGS |
| 2856 |
CXXFLAGS="" |
3081 |
CXXFLAGS="" |
|
Lines 2975-2988
Link Here
|
| 2975 |
else |
3200 |
else |
| 2976 |
cat >conftest.$ac_ext <<_ACEOF |
3201 |
cat >conftest.$ac_ext <<_ACEOF |
| 2977 |
#line $LINENO "configure" |
3202 |
#line $LINENO "configure" |
| 2978 |
#include "confdefs.h" |
3203 |
/* confdefs.h. */ |
|
|
3204 |
_ACEOF |
| 3205 |
cat confdefs.h >>conftest.$ac_ext |
| 3206 |
cat >>conftest.$ac_ext <<_ACEOF |
| 3207 |
/* end confdefs.h. */ |
| 2979 |
|
3208 |
|
| 2980 |
#ifdef F77_DUMMY_MAIN |
|
|
| 2981 |
# ifdef __cplusplus |
| 2982 |
extern "C" |
| 2983 |
# endif |
| 2984 |
int F77_DUMMY_MAIN() { return 1; } |
| 2985 |
#endif |
| 2986 |
int |
3209 |
int |
| 2987 |
main () |
3210 |
main () |
| 2988 |
{ |
3211 |
{ |
|
Lines 3009-3015
Link Here
|
| 3009 |
ac_compiler_gnu=yes |
3232 |
ac_compiler_gnu=yes |
| 3010 |
else |
3233 |
else |
| 3011 |
echo "$as_me: failed program was:" >&5 |
3234 |
echo "$as_me: failed program was:" >&5 |
| 3012 |
cat conftest.$ac_ext >&5 |
3235 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
3236 |
|
| 3013 |
ac_compiler_gnu=no |
3237 |
ac_compiler_gnu=no |
| 3014 |
fi |
3238 |
fi |
| 3015 |
rm -f conftest.$ac_objext conftest.$ac_ext |
3239 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 3029-3042
Link Here
|
| 3029 |
else |
3253 |
else |
| 3030 |
cat >conftest.$ac_ext <<_ACEOF |
3254 |
cat >conftest.$ac_ext <<_ACEOF |
| 3031 |
#line $LINENO "configure" |
3255 |
#line $LINENO "configure" |
| 3032 |
#include "confdefs.h" |
3256 |
/* confdefs.h. */ |
|
|
3257 |
_ACEOF |
| 3258 |
cat confdefs.h >>conftest.$ac_ext |
| 3259 |
cat >>conftest.$ac_ext <<_ACEOF |
| 3260 |
/* end confdefs.h. */ |
| 3033 |
|
3261 |
|
| 3034 |
#ifdef F77_DUMMY_MAIN |
|
|
| 3035 |
# ifdef __cplusplus |
| 3036 |
extern "C" |
| 3037 |
# endif |
| 3038 |
int F77_DUMMY_MAIN() { return 1; } |
| 3039 |
#endif |
| 3040 |
int |
3262 |
int |
| 3041 |
main () |
3263 |
main () |
| 3042 |
{ |
3264 |
{ |
|
Lines 3060-3066
Link Here
|
| 3060 |
ac_cv_prog_cxx_g=yes |
3282 |
ac_cv_prog_cxx_g=yes |
| 3061 |
else |
3283 |
else |
| 3062 |
echo "$as_me: failed program was:" >&5 |
3284 |
echo "$as_me: failed program was:" >&5 |
| 3063 |
cat conftest.$ac_ext >&5 |
3285 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
3286 |
|
| 3064 |
ac_cv_prog_cxx_g=no |
3287 |
ac_cv_prog_cxx_g=no |
| 3065 |
fi |
3288 |
fi |
| 3066 |
rm -f conftest.$ac_objext conftest.$ac_ext |
3289 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 3093-3107
Link Here
|
| 3093 |
do |
3316 |
do |
| 3094 |
cat >conftest.$ac_ext <<_ACEOF |
3317 |
cat >conftest.$ac_ext <<_ACEOF |
| 3095 |
#line $LINENO "configure" |
3318 |
#line $LINENO "configure" |
| 3096 |
#include "confdefs.h" |
3319 |
/* confdefs.h. */ |
|
|
3320 |
_ACEOF |
| 3321 |
cat confdefs.h >>conftest.$ac_ext |
| 3322 |
cat >>conftest.$ac_ext <<_ACEOF |
| 3323 |
/* end confdefs.h. */ |
| 3097 |
#include <stdlib.h> |
3324 |
#include <stdlib.h> |
| 3098 |
$ac_declaration |
3325 |
$ac_declaration |
| 3099 |
#ifdef F77_DUMMY_MAIN |
|
|
| 3100 |
# ifdef __cplusplus |
| 3101 |
extern "C" |
| 3102 |
# endif |
| 3103 |
int F77_DUMMY_MAIN() { return 1; } |
| 3104 |
#endif |
| 3105 |
int |
3326 |
int |
| 3106 |
main () |
3327 |
main () |
| 3107 |
{ |
3328 |
{ |
|
Lines 3125-3144
Link Here
|
| 3125 |
: |
3346 |
: |
| 3126 |
else |
3347 |
else |
| 3127 |
echo "$as_me: failed program was:" >&5 |
3348 |
echo "$as_me: failed program was:" >&5 |
| 3128 |
cat conftest.$ac_ext >&5 |
3349 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
3350 |
|
| 3129 |
continue |
3351 |
continue |
| 3130 |
fi |
3352 |
fi |
| 3131 |
rm -f conftest.$ac_objext conftest.$ac_ext |
3353 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 3132 |
cat >conftest.$ac_ext <<_ACEOF |
3354 |
cat >conftest.$ac_ext <<_ACEOF |
| 3133 |
#line $LINENO "configure" |
3355 |
#line $LINENO "configure" |
| 3134 |
#include "confdefs.h" |
3356 |
/* confdefs.h. */ |
|
|
3357 |
_ACEOF |
| 3358 |
cat confdefs.h >>conftest.$ac_ext |
| 3359 |
cat >>conftest.$ac_ext <<_ACEOF |
| 3360 |
/* end confdefs.h. */ |
| 3135 |
$ac_declaration |
3361 |
$ac_declaration |
| 3136 |
#ifdef F77_DUMMY_MAIN |
|
|
| 3137 |
# ifdef __cplusplus |
| 3138 |
extern "C" |
| 3139 |
# endif |
| 3140 |
int F77_DUMMY_MAIN() { return 1; } |
| 3141 |
#endif |
| 3142 |
int |
3362 |
int |
| 3143 |
main () |
3363 |
main () |
| 3144 |
{ |
3364 |
{ |
|
Lines 3162-3168
Link Here
|
| 3162 |
break |
3382 |
break |
| 3163 |
else |
3383 |
else |
| 3164 |
echo "$as_me: failed program was:" >&5 |
3384 |
echo "$as_me: failed program was:" >&5 |
| 3165 |
cat conftest.$ac_ext >&5 |
3385 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
3386 |
|
| 3166 |
fi |
3387 |
fi |
| 3167 |
rm -f conftest.$ac_objext conftest.$ac_ext |
3388 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 3168 |
done |
3389 |
done |
|
Lines 3197-3214
Link Here
|
| 3197 |
# using a relative directory. |
3418 |
# using a relative directory. |
| 3198 |
cp "$am_depcomp" conftest.dir |
3419 |
cp "$am_depcomp" conftest.dir |
| 3199 |
cd conftest.dir |
3420 |
cd conftest.dir |
|
|
3421 |
# We will build objects and dependencies in a subdirectory because |
| 3422 |
# it helps to detect inapplicable dependency modes. For instance |
| 3423 |
# both Tru64's cc and ICC support -MD to output dependencies as a |
| 3424 |
# side effect of compilation, but ICC will put the dependencies in |
| 3425 |
# the current directory while Tru64 will put them in the object |
| 3426 |
# directory. |
| 3427 |
mkdir sub |
| 3200 |
|
3428 |
|
| 3201 |
am_cv_CXX_dependencies_compiler_type=none |
3429 |
am_cv_CXX_dependencies_compiler_type=none |
| 3202 |
if test "$am_compiler_list" = ""; then |
3430 |
if test "$am_compiler_list" = ""; then |
| 3203 |
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` |
3431 |
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` |
| 3204 |
fi |
3432 |
fi |
| 3205 |
for depmode in $am_compiler_list; do |
3433 |
for depmode in $am_compiler_list; do |
|
|
3434 |
# Setup a source with many dependencies, because some compilers |
| 3435 |
# like to wrap large dependency lists on column 80 (with \), and |
| 3436 |
# we should not choose a depcomp mode which is confused by this. |
| 3437 |
# |
| 3206 |
# We need to recreate these files for each test, as the compiler may |
3438 |
# We need to recreate these files for each test, as the compiler may |
| 3207 |
# overwrite some of them when testing with obscure command lines. |
3439 |
# overwrite some of them when testing with obscure command lines. |
| 3208 |
# This happens at least with the AIX C compiler. |
3440 |
# This happens at least with the AIX C compiler. |
| 3209 |
echo '#include "conftest.h"' > conftest.c |
3441 |
: > sub/conftest.c |
| 3210 |
echo 'int i;' > conftest.h |
3442 |
for i in 1 2 3 4 5 6; do |
| 3211 |
echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf |
3443 |
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
|
|
3444 |
: > sub/conftst$i.h |
| 3445 |
done |
| 3446 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
| 3212 |
|
3447 |
|
| 3213 |
case $depmode in |
3448 |
case $depmode in |
| 3214 |
nosideeffect) |
3449 |
nosideeffect) |
|
Lines 3226-3238
Link Here
|
| 3226 |
# mode. It turns out that the SunPro C++ compiler does not properly |
3461 |
# mode. It turns out that the SunPro C++ compiler does not properly |
| 3227 |
# handle `-M -o', and we need to detect this. |
3462 |
# handle `-M -o', and we need to detect this. |
| 3228 |
if depmode=$depmode \ |
3463 |
if depmode=$depmode \ |
| 3229 |
source=conftest.c object=conftest.o \ |
3464 |
source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ |
| 3230 |
depfile=conftest.Po tmpdepfile=conftest.TPo \ |
3465 |
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ |
| 3231 |
$SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 && |
3466 |
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ |
| 3232 |
grep conftest.h conftest.Po > /dev/null 2>&1 && |
3467 |
>/dev/null 2>conftest.err && |
|
|
3468 |
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && |
| 3469 |
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && |
| 3233 |
${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
3470 |
${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
| 3234 |
am_cv_CXX_dependencies_compiler_type=$depmode |
3471 |
# icc doesn't choke on unknown options, it will just issue warnings |
| 3235 |
break |
3472 |
# (even with -Werror). So we grep stderr for any message |
|
|
3473 |
# that says an option was ignored. |
| 3474 |
if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else |
| 3475 |
am_cv_CXX_dependencies_compiler_type=$depmode |
| 3476 |
break |
| 3477 |
fi |
| 3236 |
fi |
3478 |
fi |
| 3237 |
done |
3479 |
done |
| 3238 |
|
3480 |
|
|
Lines 3249-3254
Link Here
|
| 3249 |
|
3491 |
|
| 3250 |
|
3492 |
|
| 3251 |
|
3493 |
|
|
|
3494 |
if |
| 3495 |
test "x$enable_dependency_tracking" != xno \ |
| 3496 |
&& test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then |
| 3497 |
am__fastdepCXX_TRUE= |
| 3498 |
am__fastdepCXX_FALSE='#' |
| 3499 |
else |
| 3500 |
am__fastdepCXX_TRUE='#' |
| 3501 |
am__fastdepCXX_FALSE= |
| 3502 |
fi |
| 3503 |
|
| 3504 |
|
| 3505 |
|
| 3252 |
|
3506 |
|
| 3253 |
ac_ext=c |
3507 |
ac_ext=c |
| 3254 |
ac_cpp='$CPP $CPPFLAGS' |
3508 |
ac_cpp='$CPP $CPPFLAGS' |
|
Lines 3273-3290
Link Here
|
| 3273 |
do |
3527 |
do |
| 3274 |
# Use a header file that comes with gcc, so configuring glibc |
3528 |
# Use a header file that comes with gcc, so configuring glibc |
| 3275 |
# with a fresh cross-compiler works. |
3529 |
# with a fresh cross-compiler works. |
|
|
3530 |
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 3531 |
# <limits.h> exists even on freestanding compilers. |
| 3276 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
3532 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
| 3277 |
# not just through cpp. "Syntax error" is here to catch this case. |
3533 |
# not just through cpp. "Syntax error" is here to catch this case. |
| 3278 |
cat >conftest.$ac_ext <<_ACEOF |
3534 |
cat >conftest.$ac_ext <<_ACEOF |
| 3279 |
#line $LINENO "configure" |
3535 |
#line $LINENO "configure" |
| 3280 |
#include "confdefs.h" |
3536 |
/* confdefs.h. */ |
| 3281 |
#include <assert.h> |
3537 |
_ACEOF |
|
|
3538 |
cat confdefs.h >>conftest.$ac_ext |
| 3539 |
cat >>conftest.$ac_ext <<_ACEOF |
| 3540 |
/* end confdefs.h. */ |
| 3541 |
#ifdef __STDC__ |
| 3542 |
# include <limits.h> |
| 3543 |
#else |
| 3544 |
# include <assert.h> |
| 3545 |
#endif |
| 3282 |
Syntax error |
3546 |
Syntax error |
| 3283 |
_ACEOF |
3547 |
_ACEOF |
| 3284 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
3548 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 3285 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3549 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 3286 |
ac_status=$? |
3550 |
ac_status=$? |
| 3287 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
3551 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 3288 |
rm -f conftest.er1 |
3552 |
rm -f conftest.er1 |
| 3289 |
cat conftest.err >&5 |
3553 |
cat conftest.err >&5 |
| 3290 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3554 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 3301-3307
Link Here
|
| 3301 |
: |
3565 |
: |
| 3302 |
else |
3566 |
else |
| 3303 |
echo "$as_me: failed program was:" >&5 |
3567 |
echo "$as_me: failed program was:" >&5 |
| 3304 |
cat conftest.$ac_ext >&5 |
3568 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
3569 |
|
| 3305 |
# Broken: fails on valid input. |
3570 |
# Broken: fails on valid input. |
| 3306 |
continue |
3571 |
continue |
| 3307 |
fi |
3572 |
fi |
|
Lines 3311-3323
Link Here
|
| 3311 |
# can be detected and how. |
3576 |
# can be detected and how. |
| 3312 |
cat >conftest.$ac_ext <<_ACEOF |
3577 |
cat >conftest.$ac_ext <<_ACEOF |
| 3313 |
#line $LINENO "configure" |
3578 |
#line $LINENO "configure" |
| 3314 |
#include "confdefs.h" |
3579 |
/* confdefs.h. */ |
|
|
3580 |
_ACEOF |
| 3581 |
cat confdefs.h >>conftest.$ac_ext |
| 3582 |
cat >>conftest.$ac_ext <<_ACEOF |
| 3583 |
/* end confdefs.h. */ |
| 3315 |
#include <ac_nonexistent.h> |
3584 |
#include <ac_nonexistent.h> |
| 3316 |
_ACEOF |
3585 |
_ACEOF |
| 3317 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
3586 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 3318 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3587 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 3319 |
ac_status=$? |
3588 |
ac_status=$? |
| 3320 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
3589 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 3321 |
rm -f conftest.er1 |
3590 |
rm -f conftest.er1 |
| 3322 |
cat conftest.err >&5 |
3591 |
cat conftest.err >&5 |
| 3323 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3592 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 3335-3341
Link Here
|
| 3335 |
continue |
3604 |
continue |
| 3336 |
else |
3605 |
else |
| 3337 |
echo "$as_me: failed program was:" >&5 |
3606 |
echo "$as_me: failed program was:" >&5 |
| 3338 |
cat conftest.$ac_ext >&5 |
3607 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
3608 |
|
| 3339 |
# Passes both tests. |
3609 |
# Passes both tests. |
| 3340 |
ac_preproc_ok=: |
3610 |
ac_preproc_ok=: |
| 3341 |
break |
3611 |
break |
|
Lines 3364-3381
Link Here
|
| 3364 |
do |
3634 |
do |
| 3365 |
# Use a header file that comes with gcc, so configuring glibc |
3635 |
# Use a header file that comes with gcc, so configuring glibc |
| 3366 |
# with a fresh cross-compiler works. |
3636 |
# with a fresh cross-compiler works. |
|
|
3637 |
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 3638 |
# <limits.h> exists even on freestanding compilers. |
| 3367 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
3639 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
| 3368 |
# not just through cpp. "Syntax error" is here to catch this case. |
3640 |
# not just through cpp. "Syntax error" is here to catch this case. |
| 3369 |
cat >conftest.$ac_ext <<_ACEOF |
3641 |
cat >conftest.$ac_ext <<_ACEOF |
| 3370 |
#line $LINENO "configure" |
3642 |
#line $LINENO "configure" |
| 3371 |
#include "confdefs.h" |
3643 |
/* confdefs.h. */ |
| 3372 |
#include <assert.h> |
3644 |
_ACEOF |
|
|
3645 |
cat confdefs.h >>conftest.$ac_ext |
| 3646 |
cat >>conftest.$ac_ext <<_ACEOF |
| 3647 |
/* end confdefs.h. */ |
| 3648 |
#ifdef __STDC__ |
| 3649 |
# include <limits.h> |
| 3650 |
#else |
| 3651 |
# include <assert.h> |
| 3652 |
#endif |
| 3373 |
Syntax error |
3653 |
Syntax error |
| 3374 |
_ACEOF |
3654 |
_ACEOF |
| 3375 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
3655 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 3376 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3656 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 3377 |
ac_status=$? |
3657 |
ac_status=$? |
| 3378 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
3658 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 3379 |
rm -f conftest.er1 |
3659 |
rm -f conftest.er1 |
| 3380 |
cat conftest.err >&5 |
3660 |
cat conftest.err >&5 |
| 3381 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3661 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 3392-3398
Link Here
|
| 3392 |
: |
3672 |
: |
| 3393 |
else |
3673 |
else |
| 3394 |
echo "$as_me: failed program was:" >&5 |
3674 |
echo "$as_me: failed program was:" >&5 |
| 3395 |
cat conftest.$ac_ext >&5 |
3675 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
3676 |
|
| 3396 |
# Broken: fails on valid input. |
3677 |
# Broken: fails on valid input. |
| 3397 |
continue |
3678 |
continue |
| 3398 |
fi |
3679 |
fi |
|
Lines 3402-3414
Link Here
|
| 3402 |
# can be detected and how. |
3683 |
# can be detected and how. |
| 3403 |
cat >conftest.$ac_ext <<_ACEOF |
3684 |
cat >conftest.$ac_ext <<_ACEOF |
| 3404 |
#line $LINENO "configure" |
3685 |
#line $LINENO "configure" |
| 3405 |
#include "confdefs.h" |
3686 |
/* confdefs.h. */ |
|
|
3687 |
_ACEOF |
| 3688 |
cat confdefs.h >>conftest.$ac_ext |
| 3689 |
cat >>conftest.$ac_ext <<_ACEOF |
| 3690 |
/* end confdefs.h. */ |
| 3406 |
#include <ac_nonexistent.h> |
3691 |
#include <ac_nonexistent.h> |
| 3407 |
_ACEOF |
3692 |
_ACEOF |
| 3408 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
3693 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 3409 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3694 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 3410 |
ac_status=$? |
3695 |
ac_status=$? |
| 3411 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
3696 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 3412 |
rm -f conftest.er1 |
3697 |
rm -f conftest.er1 |
| 3413 |
cat conftest.err >&5 |
3698 |
cat conftest.err >&5 |
| 3414 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3699 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 3426-3432
Link Here
|
| 3426 |
continue |
3711 |
continue |
| 3427 |
else |
3712 |
else |
| 3428 |
echo "$as_me: failed program was:" >&5 |
3713 |
echo "$as_me: failed program was:" >&5 |
| 3429 |
cat conftest.$ac_ext >&5 |
3714 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
3715 |
|
| 3430 |
# Passes both tests. |
3716 |
# Passes both tests. |
| 3431 |
ac_preproc_ok=: |
3717 |
ac_preproc_ok=: |
| 3432 |
break |
3718 |
break |
|
Lines 3439-3446
Link Here
|
| 3439 |
if $ac_preproc_ok; then |
3725 |
if $ac_preproc_ok; then |
| 3440 |
: |
3726 |
: |
| 3441 |
else |
3727 |
else |
| 3442 |
{ { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5 |
3728 |
{ { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check |
| 3443 |
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} |
3729 |
See \`config.log' for more details." >&5 |
|
|
3730 |
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check |
| 3731 |
See \`config.log' for more details." >&2;} |
| 3444 |
{ (exit 1); exit 1; }; } |
3732 |
{ (exit 1); exit 1; }; } |
| 3445 |
fi |
3733 |
fi |
| 3446 |
|
3734 |
|
|
Lines 3469-3486
Link Here
|
| 3469 |
do |
3757 |
do |
| 3470 |
# Use a header file that comes with gcc, so configuring glibc |
3758 |
# Use a header file that comes with gcc, so configuring glibc |
| 3471 |
# with a fresh cross-compiler works. |
3759 |
# with a fresh cross-compiler works. |
|
|
3760 |
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 3761 |
# <limits.h> exists even on freestanding compilers. |
| 3472 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
3762 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
| 3473 |
# not just through cpp. "Syntax error" is here to catch this case. |
3763 |
# not just through cpp. "Syntax error" is here to catch this case. |
| 3474 |
cat >conftest.$ac_ext <<_ACEOF |
3764 |
cat >conftest.$ac_ext <<_ACEOF |
| 3475 |
#line $LINENO "configure" |
3765 |
#line $LINENO "configure" |
| 3476 |
#include "confdefs.h" |
3766 |
/* confdefs.h. */ |
| 3477 |
#include <assert.h> |
3767 |
_ACEOF |
|
|
3768 |
cat confdefs.h >>conftest.$ac_ext |
| 3769 |
cat >>conftest.$ac_ext <<_ACEOF |
| 3770 |
/* end confdefs.h. */ |
| 3771 |
#ifdef __STDC__ |
| 3772 |
# include <limits.h> |
| 3773 |
#else |
| 3774 |
# include <assert.h> |
| 3775 |
#endif |
| 3478 |
Syntax error |
3776 |
Syntax error |
| 3479 |
_ACEOF |
3777 |
_ACEOF |
| 3480 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
3778 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 3481 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3779 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 3482 |
ac_status=$? |
3780 |
ac_status=$? |
| 3483 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
3781 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 3484 |
rm -f conftest.er1 |
3782 |
rm -f conftest.er1 |
| 3485 |
cat conftest.err >&5 |
3783 |
cat conftest.err >&5 |
| 3486 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3784 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 3497-3503
Link Here
|
| 3497 |
: |
3795 |
: |
| 3498 |
else |
3796 |
else |
| 3499 |
echo "$as_me: failed program was:" >&5 |
3797 |
echo "$as_me: failed program was:" >&5 |
| 3500 |
cat conftest.$ac_ext >&5 |
3798 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
3799 |
|
| 3501 |
# Broken: fails on valid input. |
3800 |
# Broken: fails on valid input. |
| 3502 |
continue |
3801 |
continue |
| 3503 |
fi |
3802 |
fi |
|
Lines 3507-3519
Link Here
|
| 3507 |
# can be detected and how. |
3806 |
# can be detected and how. |
| 3508 |
cat >conftest.$ac_ext <<_ACEOF |
3807 |
cat >conftest.$ac_ext <<_ACEOF |
| 3509 |
#line $LINENO "configure" |
3808 |
#line $LINENO "configure" |
| 3510 |
#include "confdefs.h" |
3809 |
/* confdefs.h. */ |
|
|
3810 |
_ACEOF |
| 3811 |
cat confdefs.h >>conftest.$ac_ext |
| 3812 |
cat >>conftest.$ac_ext <<_ACEOF |
| 3813 |
/* end confdefs.h. */ |
| 3511 |
#include <ac_nonexistent.h> |
3814 |
#include <ac_nonexistent.h> |
| 3512 |
_ACEOF |
3815 |
_ACEOF |
| 3513 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
3816 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 3514 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3817 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 3515 |
ac_status=$? |
3818 |
ac_status=$? |
| 3516 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
3819 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 3517 |
rm -f conftest.er1 |
3820 |
rm -f conftest.er1 |
| 3518 |
cat conftest.err >&5 |
3821 |
cat conftest.err >&5 |
| 3519 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3822 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 3531-3537
Link Here
|
| 3531 |
continue |
3834 |
continue |
| 3532 |
else |
3835 |
else |
| 3533 |
echo "$as_me: failed program was:" >&5 |
3836 |
echo "$as_me: failed program was:" >&5 |
| 3534 |
cat conftest.$ac_ext >&5 |
3837 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
3838 |
|
| 3535 |
# Passes both tests. |
3839 |
# Passes both tests. |
| 3536 |
ac_preproc_ok=: |
3840 |
ac_preproc_ok=: |
| 3537 |
break |
3841 |
break |
|
Lines 3560-3577
Link Here
|
| 3560 |
do |
3864 |
do |
| 3561 |
# Use a header file that comes with gcc, so configuring glibc |
3865 |
# Use a header file that comes with gcc, so configuring glibc |
| 3562 |
# with a fresh cross-compiler works. |
3866 |
# with a fresh cross-compiler works. |
|
|
3867 |
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 3868 |
# <limits.h> exists even on freestanding compilers. |
| 3563 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
3869 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
| 3564 |
# not just through cpp. "Syntax error" is here to catch this case. |
3870 |
# not just through cpp. "Syntax error" is here to catch this case. |
| 3565 |
cat >conftest.$ac_ext <<_ACEOF |
3871 |
cat >conftest.$ac_ext <<_ACEOF |
| 3566 |
#line $LINENO "configure" |
3872 |
#line $LINENO "configure" |
| 3567 |
#include "confdefs.h" |
3873 |
/* confdefs.h. */ |
| 3568 |
#include <assert.h> |
3874 |
_ACEOF |
|
|
3875 |
cat confdefs.h >>conftest.$ac_ext |
| 3876 |
cat >>conftest.$ac_ext <<_ACEOF |
| 3877 |
/* end confdefs.h. */ |
| 3878 |
#ifdef __STDC__ |
| 3879 |
# include <limits.h> |
| 3880 |
#else |
| 3881 |
# include <assert.h> |
| 3882 |
#endif |
| 3569 |
Syntax error |
3883 |
Syntax error |
| 3570 |
_ACEOF |
3884 |
_ACEOF |
| 3571 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
3885 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 3572 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3886 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 3573 |
ac_status=$? |
3887 |
ac_status=$? |
| 3574 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
3888 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 3575 |
rm -f conftest.er1 |
3889 |
rm -f conftest.er1 |
| 3576 |
cat conftest.err >&5 |
3890 |
cat conftest.err >&5 |
| 3577 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3891 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 3588-3594
Link Here
|
| 3588 |
: |
3902 |
: |
| 3589 |
else |
3903 |
else |
| 3590 |
echo "$as_me: failed program was:" >&5 |
3904 |
echo "$as_me: failed program was:" >&5 |
| 3591 |
cat conftest.$ac_ext >&5 |
3905 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
3906 |
|
| 3592 |
# Broken: fails on valid input. |
3907 |
# Broken: fails on valid input. |
| 3593 |
continue |
3908 |
continue |
| 3594 |
fi |
3909 |
fi |
|
Lines 3598-3610
Link Here
|
| 3598 |
# can be detected and how. |
3913 |
# can be detected and how. |
| 3599 |
cat >conftest.$ac_ext <<_ACEOF |
3914 |
cat >conftest.$ac_ext <<_ACEOF |
| 3600 |
#line $LINENO "configure" |
3915 |
#line $LINENO "configure" |
| 3601 |
#include "confdefs.h" |
3916 |
/* confdefs.h. */ |
|
|
3917 |
_ACEOF |
| 3918 |
cat confdefs.h >>conftest.$ac_ext |
| 3919 |
cat >>conftest.$ac_ext <<_ACEOF |
| 3920 |
/* end confdefs.h. */ |
| 3602 |
#include <ac_nonexistent.h> |
3921 |
#include <ac_nonexistent.h> |
| 3603 |
_ACEOF |
3922 |
_ACEOF |
| 3604 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
3923 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 3605 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3924 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 3606 |
ac_status=$? |
3925 |
ac_status=$? |
| 3607 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
3926 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 3608 |
rm -f conftest.er1 |
3927 |
rm -f conftest.er1 |
| 3609 |
cat conftest.err >&5 |
3928 |
cat conftest.err >&5 |
| 3610 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3929 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 3622-3628
Link Here
|
| 3622 |
continue |
3941 |
continue |
| 3623 |
else |
3942 |
else |
| 3624 |
echo "$as_me: failed program was:" >&5 |
3943 |
echo "$as_me: failed program was:" >&5 |
| 3625 |
cat conftest.$ac_ext >&5 |
3944 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
3945 |
|
| 3626 |
# Passes both tests. |
3946 |
# Passes both tests. |
| 3627 |
ac_preproc_ok=: |
3947 |
ac_preproc_ok=: |
| 3628 |
break |
3948 |
break |
|
Lines 3635-3642
Link Here
|
| 3635 |
if $ac_preproc_ok; then |
3955 |
if $ac_preproc_ok; then |
| 3636 |
: |
3956 |
: |
| 3637 |
else |
3957 |
else |
| 3638 |
{ { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 |
3958 |
{ { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check |
| 3639 |
echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&2;} |
3959 |
See \`config.log' for more details." >&5 |
|
|
3960 |
echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check |
| 3961 |
See \`config.log' for more details." >&2;} |
| 3640 |
{ (exit 1); exit 1; }; } |
3962 |
{ (exit 1); exit 1; }; } |
| 3641 |
fi |
3963 |
fi |
| 3642 |
|
3964 |
|
|
Lines 4278-4284
Link Here
|
| 4278 |
;; |
4600 |
;; |
| 4279 |
*-*-irix6*) |
4601 |
*-*-irix6*) |
| 4280 |
# Find out which ABI we are using. |
4602 |
# Find out which ABI we are using. |
| 4281 |
echo '#line 4281 "configure"' > conftest.$ac_ext |
4603 |
echo '#line 4603 "configure"' > conftest.$ac_ext |
| 4282 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
4604 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4283 |
(eval $ac_compile) 2>&5 |
4605 |
(eval $ac_compile) 2>&5 |
| 4284 |
ac_status=$? |
4606 |
ac_status=$? |
|
Lines 4336-4349
Link Here
|
| 4336 |
|
4658 |
|
| 4337 |
cat >conftest.$ac_ext <<_ACEOF |
4659 |
cat >conftest.$ac_ext <<_ACEOF |
| 4338 |
#line $LINENO "configure" |
4660 |
#line $LINENO "configure" |
| 4339 |
#include "confdefs.h" |
4661 |
/* confdefs.h. */ |
|
|
4662 |
_ACEOF |
| 4663 |
cat confdefs.h >>conftest.$ac_ext |
| 4664 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4665 |
/* end confdefs.h. */ |
| 4340 |
|
4666 |
|
| 4341 |
#ifdef F77_DUMMY_MAIN |
|
|
| 4342 |
# ifdef __cplusplus |
| 4343 |
extern "C" |
| 4344 |
# endif |
| 4345 |
int F77_DUMMY_MAIN() { return 1; } |
| 4346 |
#endif |
| 4347 |
int |
4667 |
int |
| 4348 |
main () |
4668 |
main () |
| 4349 |
{ |
4669 |
{ |
|
Lines 4367-4373
Link Here
|
| 4367 |
lt_cv_cc_needs_belf=yes |
4687 |
lt_cv_cc_needs_belf=yes |
| 4368 |
else |
4688 |
else |
| 4369 |
echo "$as_me: failed program was:" >&5 |
4689 |
echo "$as_me: failed program was:" >&5 |
| 4370 |
cat conftest.$ac_ext >&5 |
4690 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
4691 |
|
| 4371 |
lt_cv_cc_needs_belf=no |
4692 |
lt_cv_cc_needs_belf=no |
| 4372 |
fi |
4693 |
fi |
| 4373 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
4694 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 4392-4397
Link Here
|
| 4392 |
|
4713 |
|
| 4393 |
|
4714 |
|
| 4394 |
|
4715 |
|
|
|
4716 |
echo "$as_me:$LINENO: checking for egrep" >&5 |
| 4717 |
echo $ECHO_N "checking for egrep... $ECHO_C" >&6 |
| 4718 |
if test "${ac_cv_prog_egrep+set}" = set; then |
| 4719 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 4720 |
else |
| 4721 |
if echo a | (grep -E '(a|b)') >/dev/null 2>&1 |
| 4722 |
then ac_cv_prog_egrep='grep -E' |
| 4723 |
else ac_cv_prog_egrep='egrep' |
| 4724 |
fi |
| 4725 |
fi |
| 4726 |
echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 |
| 4727 |
echo "${ECHO_T}$ac_cv_prog_egrep" >&6 |
| 4728 |
EGREP=$ac_cv_prog_egrep |
| 4729 |
|
| 4730 |
|
| 4395 |
echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
4731 |
echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
| 4396 |
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 |
4732 |
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 |
| 4397 |
if test "${ac_cv_header_stdc+set}" = set; then |
4733 |
if test "${ac_cv_header_stdc+set}" = set; then |
|
Lines 4399-4446
Link Here
|
| 4399 |
else |
4735 |
else |
| 4400 |
cat >conftest.$ac_ext <<_ACEOF |
4736 |
cat >conftest.$ac_ext <<_ACEOF |
| 4401 |
#line $LINENO "configure" |
4737 |
#line $LINENO "configure" |
| 4402 |
#include "confdefs.h" |
4738 |
/* confdefs.h. */ |
|
|
4739 |
_ACEOF |
| 4740 |
cat confdefs.h >>conftest.$ac_ext |
| 4741 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4742 |
/* end confdefs.h. */ |
| 4403 |
#include <stdlib.h> |
4743 |
#include <stdlib.h> |
| 4404 |
#include <stdarg.h> |
4744 |
#include <stdarg.h> |
| 4405 |
#include <string.h> |
4745 |
#include <string.h> |
| 4406 |
#include <float.h> |
4746 |
#include <float.h> |
| 4407 |
|
4747 |
|
|
|
4748 |
int |
| 4749 |
main () |
| 4750 |
{ |
| 4751 |
|
| 4752 |
; |
| 4753 |
return 0; |
| 4754 |
} |
| 4408 |
_ACEOF |
4755 |
_ACEOF |
| 4409 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
4756 |
rm -f conftest.$ac_objext |
| 4410 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
4757 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
|
|
4758 |
(eval $ac_compile) 2>&5 |
| 4411 |
ac_status=$? |
4759 |
ac_status=$? |
| 4412 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
|
|
| 4413 |
rm -f conftest.er1 |
| 4414 |
cat conftest.err >&5 |
| 4415 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4760 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4416 |
(exit $ac_status); } >/dev/null; then |
4761 |
(exit $ac_status); } && |
| 4417 |
if test -s conftest.err; then |
4762 |
{ ac_try='test -s conftest.$ac_objext' |
| 4418 |
ac_cpp_err=$ac_c_preproc_warn_flag |
4763 |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4419 |
else |
4764 |
(eval $ac_try) 2>&5 |
| 4420 |
ac_cpp_err= |
4765 |
ac_status=$? |
| 4421 |
fi |
4766 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4422 |
else |
4767 |
(exit $ac_status); }; }; then |
| 4423 |
ac_cpp_err=yes |
|
|
| 4424 |
fi |
| 4425 |
if test -z "$ac_cpp_err"; then |
| 4426 |
ac_cv_header_stdc=yes |
4768 |
ac_cv_header_stdc=yes |
| 4427 |
else |
4769 |
else |
| 4428 |
echo "$as_me: failed program was:" >&5 |
4770 |
echo "$as_me: failed program was:" >&5 |
| 4429 |
cat conftest.$ac_ext >&5 |
4771 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4430 |
ac_cv_header_stdc=no |
4772 |
|
|
|
4773 |
ac_cv_header_stdc=no |
| 4431 |
fi |
4774 |
fi |
| 4432 |
rm -f conftest.err conftest.$ac_ext |
4775 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 4433 |
|
4776 |
|
| 4434 |
if test $ac_cv_header_stdc = yes; then |
4777 |
if test $ac_cv_header_stdc = yes; then |
| 4435 |
# SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
4778 |
# SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
| 4436 |
cat >conftest.$ac_ext <<_ACEOF |
4779 |
cat >conftest.$ac_ext <<_ACEOF |
| 4437 |
#line $LINENO "configure" |
4780 |
#line $LINENO "configure" |
| 4438 |
#include "confdefs.h" |
4781 |
/* confdefs.h. */ |
|
|
4782 |
_ACEOF |
| 4783 |
cat confdefs.h >>conftest.$ac_ext |
| 4784 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4785 |
/* end confdefs.h. */ |
| 4439 |
#include <string.h> |
4786 |
#include <string.h> |
| 4440 |
|
4787 |
|
| 4441 |
_ACEOF |
4788 |
_ACEOF |
| 4442 |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
4789 |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 4443 |
egrep "memchr" >/dev/null 2>&1; then |
4790 |
$EGREP "memchr" >/dev/null 2>&1; then |
| 4444 |
: |
4791 |
: |
| 4445 |
else |
4792 |
else |
| 4446 |
ac_cv_header_stdc=no |
4793 |
ac_cv_header_stdc=no |
|
Lines 4453-4464
Link Here
|
| 4453 |
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
4800 |
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
| 4454 |
cat >conftest.$ac_ext <<_ACEOF |
4801 |
cat >conftest.$ac_ext <<_ACEOF |
| 4455 |
#line $LINENO "configure" |
4802 |
#line $LINENO "configure" |
| 4456 |
#include "confdefs.h" |
4803 |
/* confdefs.h. */ |
|
|
4804 |
_ACEOF |
| 4805 |
cat confdefs.h >>conftest.$ac_ext |
| 4806 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4807 |
/* end confdefs.h. */ |
| 4457 |
#include <stdlib.h> |
4808 |
#include <stdlib.h> |
| 4458 |
|
4809 |
|
| 4459 |
_ACEOF |
4810 |
_ACEOF |
| 4460 |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
4811 |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 4461 |
egrep "free" >/dev/null 2>&1; then |
4812 |
$EGREP "free" >/dev/null 2>&1; then |
| 4462 |
: |
4813 |
: |
| 4463 |
else |
4814 |
else |
| 4464 |
ac_cv_header_stdc=no |
4815 |
ac_cv_header_stdc=no |
|
Lines 4474-4486
Link Here
|
| 4474 |
else |
4825 |
else |
| 4475 |
cat >conftest.$ac_ext <<_ACEOF |
4826 |
cat >conftest.$ac_ext <<_ACEOF |
| 4476 |
#line $LINENO "configure" |
4827 |
#line $LINENO "configure" |
| 4477 |
#include "confdefs.h" |
4828 |
/* confdefs.h. */ |
|
|
4829 |
_ACEOF |
| 4830 |
cat confdefs.h >>conftest.$ac_ext |
| 4831 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4832 |
/* end confdefs.h. */ |
| 4478 |
#include <ctype.h> |
4833 |
#include <ctype.h> |
| 4479 |
#if ((' ' & 0x0FF) == 0x020) |
4834 |
#if ((' ' & 0x0FF) == 0x020) |
| 4480 |
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
4835 |
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
| 4481 |
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) |
4836 |
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) |
| 4482 |
#else |
4837 |
#else |
| 4483 |
# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ |
4838 |
# define ISLOWER(c) \ |
|
|
4839 |
(('a' <= (c) && (c) <= 'i') \ |
| 4484 |
|| ('j' <= (c) && (c) <= 'r') \ |
4840 |
|| ('j' <= (c) && (c) <= 'r') \ |
| 4485 |
|| ('s' <= (c) && (c) <= 'z')) |
4841 |
|| ('s' <= (c) && (c) <= 'z')) |
| 4486 |
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) |
4842 |
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) |
|
Lines 4513-4523
Link Here
|
| 4513 |
else |
4869 |
else |
| 4514 |
echo "$as_me: program exited with status $ac_status" >&5 |
4870 |
echo "$as_me: program exited with status $ac_status" >&5 |
| 4515 |
echo "$as_me: failed program was:" >&5 |
4871 |
echo "$as_me: failed program was:" >&5 |
| 4516 |
cat conftest.$ac_ext >&5 |
4872 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
4873 |
|
| 4517 |
( exit $ac_status ) |
4874 |
( exit $ac_status ) |
| 4518 |
ac_cv_header_stdc=no |
4875 |
ac_cv_header_stdc=no |
| 4519 |
fi |
4876 |
fi |
| 4520 |
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
4877 |
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 4521 |
fi |
4878 |
fi |
| 4522 |
fi |
4879 |
fi |
| 4523 |
fi |
4880 |
fi |
|
Lines 4552-4558
Link Here
|
| 4552 |
else |
4909 |
else |
| 4553 |
cat >conftest.$ac_ext <<_ACEOF |
4910 |
cat >conftest.$ac_ext <<_ACEOF |
| 4554 |
#line $LINENO "configure" |
4911 |
#line $LINENO "configure" |
| 4555 |
#include "confdefs.h" |
4912 |
/* confdefs.h. */ |
|
|
4913 |
_ACEOF |
| 4914 |
cat confdefs.h >>conftest.$ac_ext |
| 4915 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4916 |
/* end confdefs.h. */ |
| 4556 |
$ac_includes_default |
4917 |
$ac_includes_default |
| 4557 |
|
4918 |
|
| 4558 |
#include <$ac_header> |
4919 |
#include <$ac_header> |
|
Lines 4572-4578
Link Here
|
| 4572 |
eval "$as_ac_Header=yes" |
4933 |
eval "$as_ac_Header=yes" |
| 4573 |
else |
4934 |
else |
| 4574 |
echo "$as_me: failed program was:" >&5 |
4935 |
echo "$as_me: failed program was:" >&5 |
| 4575 |
cat conftest.$ac_ext >&5 |
4936 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
4937 |
|
| 4576 |
eval "$as_ac_Header=no" |
4938 |
eval "$as_ac_Header=no" |
| 4577 |
fi |
4939 |
fi |
| 4578 |
rm -f conftest.$ac_objext conftest.$ac_ext |
4940 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 4607-4613
Link Here
|
| 4607 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
4969 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 4608 |
cat >conftest.$ac_ext <<_ACEOF |
4970 |
cat >conftest.$ac_ext <<_ACEOF |
| 4609 |
#line $LINENO "configure" |
4971 |
#line $LINENO "configure" |
| 4610 |
#include "confdefs.h" |
4972 |
/* confdefs.h. */ |
|
|
4973 |
_ACEOF |
| 4974 |
cat confdefs.h >>conftest.$ac_ext |
| 4975 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4976 |
/* end confdefs.h. */ |
| 4611 |
$ac_includes_default |
4977 |
$ac_includes_default |
| 4612 |
#include <$ac_header> |
4978 |
#include <$ac_header> |
| 4613 |
_ACEOF |
4979 |
_ACEOF |
|
Lines 4626-4632
Link Here
|
| 4626 |
ac_header_compiler=yes |
4992 |
ac_header_compiler=yes |
| 4627 |
else |
4993 |
else |
| 4628 |
echo "$as_me: failed program was:" >&5 |
4994 |
echo "$as_me: failed program was:" >&5 |
| 4629 |
cat conftest.$ac_ext >&5 |
4995 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
4996 |
|
| 4630 |
ac_header_compiler=no |
4997 |
ac_header_compiler=no |
| 4631 |
fi |
4998 |
fi |
| 4632 |
rm -f conftest.$ac_objext conftest.$ac_ext |
4999 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 4638-4650
Link Here
|
| 4638 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
5005 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 4639 |
cat >conftest.$ac_ext <<_ACEOF |
5006 |
cat >conftest.$ac_ext <<_ACEOF |
| 4640 |
#line $LINENO "configure" |
5007 |
#line $LINENO "configure" |
| 4641 |
#include "confdefs.h" |
5008 |
/* confdefs.h. */ |
|
|
5009 |
_ACEOF |
| 5010 |
cat confdefs.h >>conftest.$ac_ext |
| 5011 |
cat >>conftest.$ac_ext <<_ACEOF |
| 5012 |
/* end confdefs.h. */ |
| 4642 |
#include <$ac_header> |
5013 |
#include <$ac_header> |
| 4643 |
_ACEOF |
5014 |
_ACEOF |
| 4644 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
5015 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 4645 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
5016 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 4646 |
ac_status=$? |
5017 |
ac_status=$? |
| 4647 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
5018 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 4648 |
rm -f conftest.er1 |
5019 |
rm -f conftest.er1 |
| 4649 |
cat conftest.err >&5 |
5020 |
cat conftest.err >&5 |
| 4650 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5021 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 4661-4667
Link Here
|
| 4661 |
ac_header_preproc=yes |
5032 |
ac_header_preproc=yes |
| 4662 |
else |
5033 |
else |
| 4663 |
echo "$as_me: failed program was:" >&5 |
5034 |
echo "$as_me: failed program was:" >&5 |
| 4664 |
cat conftest.$ac_ext >&5 |
5035 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
5036 |
|
| 4665 |
ac_header_preproc=no |
5037 |
ac_header_preproc=no |
| 4666 |
fi |
5038 |
fi |
| 4667 |
rm -f conftest.err conftest.$ac_ext |
5039 |
rm -f conftest.err conftest.$ac_ext |
|
Lines 4674-4687
Link Here
|
| 4674 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
5046 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 4675 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
5047 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 4676 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
5048 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 4677 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
5049 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
5050 |
( |
| 5051 |
cat <<\_ASBOX |
| 5052 |
## ------------------------------------ ## |
| 5053 |
## Report this to bug-autoconf@gnu.org. ## |
| 5054 |
## ------------------------------------ ## |
| 5055 |
_ASBOX |
| 5056 |
) | |
| 5057 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 5058 |
;; |
| 4678 |
no:yes ) |
5059 |
no:yes ) |
| 4679 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
5060 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 4680 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
5061 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 4681 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
5062 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 4682 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
5063 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 4683 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
5064 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 4684 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
5065 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
5066 |
( |
| 5067 |
cat <<\_ASBOX |
| 5068 |
## ------------------------------------ ## |
| 5069 |
## Report this to bug-autoconf@gnu.org. ## |
| 5070 |
## ------------------------------------ ## |
| 5071 |
_ASBOX |
| 5072 |
) | |
| 5073 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 5074 |
;; |
| 4685 |
esac |
5075 |
esac |
| 4686 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
5076 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 4687 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
5077 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
|
Lines 6127-6140
Link Here
|
| 6127 |
# Determine the default libpath from the value encoded in an empty executable. |
6517 |
# Determine the default libpath from the value encoded in an empty executable. |
| 6128 |
cat >conftest.$ac_ext <<_ACEOF |
6518 |
cat >conftest.$ac_ext <<_ACEOF |
| 6129 |
#line $LINENO "configure" |
6519 |
#line $LINENO "configure" |
| 6130 |
#include "confdefs.h" |
6520 |
/* confdefs.h. */ |
|
|
6521 |
_ACEOF |
| 6522 |
cat confdefs.h >>conftest.$ac_ext |
| 6523 |
cat >>conftest.$ac_ext <<_ACEOF |
| 6524 |
/* end confdefs.h. */ |
| 6131 |
|
6525 |
|
| 6132 |
#ifdef F77_DUMMY_MAIN |
|
|
| 6133 |
# ifdef __cplusplus |
| 6134 |
extern "C" |
| 6135 |
# endif |
| 6136 |
int F77_DUMMY_MAIN() { return 1; } |
| 6137 |
#endif |
| 6138 |
int |
6526 |
int |
| 6139 |
main () |
6527 |
main () |
| 6140 |
{ |
6528 |
{ |
|
Lines 6163-6169
Link Here
|
| 6163 |
}'`; fi |
6551 |
}'`; fi |
| 6164 |
else |
6552 |
else |
| 6165 |
echo "$as_me: failed program was:" >&5 |
6553 |
echo "$as_me: failed program was:" >&5 |
| 6166 |
cat conftest.$ac_ext >&5 |
6554 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
6555 |
|
| 6167 |
fi |
6556 |
fi |
| 6168 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
6557 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 6169 |
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
6558 |
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
|
Lines 6180-6193
Link Here
|
| 6180 |
# Determine the default libpath from the value encoded in an empty executable. |
6569 |
# Determine the default libpath from the value encoded in an empty executable. |
| 6181 |
cat >conftest.$ac_ext <<_ACEOF |
6570 |
cat >conftest.$ac_ext <<_ACEOF |
| 6182 |
#line $LINENO "configure" |
6571 |
#line $LINENO "configure" |
| 6183 |
#include "confdefs.h" |
6572 |
/* confdefs.h. */ |
|
|
6573 |
_ACEOF |
| 6574 |
cat confdefs.h >>conftest.$ac_ext |
| 6575 |
cat >>conftest.$ac_ext <<_ACEOF |
| 6576 |
/* end confdefs.h. */ |
| 6184 |
|
6577 |
|
| 6185 |
#ifdef F77_DUMMY_MAIN |
|
|
| 6186 |
# ifdef __cplusplus |
| 6187 |
extern "C" |
| 6188 |
# endif |
| 6189 |
int F77_DUMMY_MAIN() { return 1; } |
| 6190 |
#endif |
| 6191 |
int |
6578 |
int |
| 6192 |
main () |
6579 |
main () |
| 6193 |
{ |
6580 |
{ |
|
Lines 6216-6222
Link Here
|
| 6216 |
}'`; fi |
6603 |
}'`; fi |
| 6217 |
else |
6604 |
else |
| 6218 |
echo "$as_me: failed program was:" >&5 |
6605 |
echo "$as_me: failed program was:" >&5 |
| 6219 |
cat conftest.$ac_ext >&5 |
6606 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
6607 |
|
| 6220 |
fi |
6608 |
fi |
| 6221 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
6609 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 6222 |
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
6610 |
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
|
Lines 7171-7207
Link Here
|
| 7171 |
else |
7559 |
else |
| 7172 |
cat >conftest.$ac_ext <<_ACEOF |
7560 |
cat >conftest.$ac_ext <<_ACEOF |
| 7173 |
#line $LINENO "configure" |
7561 |
#line $LINENO "configure" |
| 7174 |
#include "confdefs.h" |
7562 |
/* confdefs.h. */ |
|
|
7563 |
_ACEOF |
| 7564 |
cat confdefs.h >>conftest.$ac_ext |
| 7565 |
cat >>conftest.$ac_ext <<_ACEOF |
| 7566 |
/* end confdefs.h. */ |
| 7175 |
/* System header to define __stub macros and hopefully few prototypes, |
7567 |
/* System header to define __stub macros and hopefully few prototypes, |
| 7176 |
which can conflict with char shl_load (); below. */ |
7568 |
which can conflict with char shl_load (); below. |
| 7177 |
#include <assert.h> |
7569 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
7570 |
<limits.h> exists even on freestanding compilers. */ |
| 7571 |
#ifdef __STDC__ |
| 7572 |
# include <limits.h> |
| 7573 |
#else |
| 7574 |
# include <assert.h> |
| 7575 |
#endif |
| 7178 |
/* Override any gcc2 internal prototype to avoid an error. */ |
7576 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 7179 |
#ifdef __cplusplus |
7577 |
#ifdef __cplusplus |
| 7180 |
extern "C" |
7578 |
extern "C" |
|
|
7579 |
{ |
| 7181 |
#endif |
7580 |
#endif |
| 7182 |
/* We use char because int might match the return type of a gcc2 |
7581 |
/* We use char because int might match the return type of a gcc2 |
| 7183 |
builtin and then its argument prototype would still apply. */ |
7582 |
builtin and then its argument prototype would still apply. */ |
| 7184 |
char shl_load (); |
7583 |
char shl_load (); |
| 7185 |
char (*f) (); |
|
|
| 7186 |
|
| 7187 |
#ifdef F77_DUMMY_MAIN |
| 7188 |
# ifdef __cplusplus |
| 7189 |
extern "C" |
| 7190 |
# endif |
| 7191 |
int F77_DUMMY_MAIN() { return 1; } |
| 7192 |
#endif |
| 7193 |
int |
| 7194 |
main () |
| 7195 |
{ |
| 7196 |
/* The GNU C library defines this for functions which it implements |
7584 |
/* The GNU C library defines this for functions which it implements |
| 7197 |
to always fail with ENOSYS. Some functions are actually named |
7585 |
to always fail with ENOSYS. Some functions are actually named |
| 7198 |
something starting with __ and the normal name is an alias. */ |
7586 |
something starting with __ and the normal name is an alias. */ |
| 7199 |
#if defined (__stub_shl_load) || defined (__stub___shl_load) |
7587 |
#if defined (__stub_shl_load) || defined (__stub___shl_load) |
| 7200 |
choke me |
7588 |
choke me |
| 7201 |
#else |
7589 |
#else |
| 7202 |
f = shl_load; |
7590 |
char (*f) () = shl_load; |
|
|
7591 |
#endif |
| 7592 |
#ifdef __cplusplus |
| 7593 |
} |
| 7203 |
#endif |
7594 |
#endif |
| 7204 |
|
7595 |
|
|
|
7596 |
int |
| 7597 |
main () |
| 7598 |
{ |
| 7599 |
return f != shl_load; |
| 7205 |
; |
7600 |
; |
| 7206 |
return 0; |
7601 |
return 0; |
| 7207 |
} |
7602 |
} |
|
Lines 7221-7227
Link Here
|
| 7221 |
ac_cv_func_shl_load=yes |
7616 |
ac_cv_func_shl_load=yes |
| 7222 |
else |
7617 |
else |
| 7223 |
echo "$as_me: failed program was:" >&5 |
7618 |
echo "$as_me: failed program was:" >&5 |
| 7224 |
cat conftest.$ac_ext >&5 |
7619 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
7620 |
|
| 7225 |
ac_cv_func_shl_load=no |
7621 |
ac_cv_func_shl_load=no |
| 7226 |
fi |
7622 |
fi |
| 7227 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
7623 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 7240-7246
Link Here
|
| 7240 |
LIBS="-ldld $LIBS" |
7636 |
LIBS="-ldld $LIBS" |
| 7241 |
cat >conftest.$ac_ext <<_ACEOF |
7637 |
cat >conftest.$ac_ext <<_ACEOF |
| 7242 |
#line $LINENO "configure" |
7638 |
#line $LINENO "configure" |
| 7243 |
#include "confdefs.h" |
7639 |
/* confdefs.h. */ |
|
|
7640 |
_ACEOF |
| 7641 |
cat confdefs.h >>conftest.$ac_ext |
| 7642 |
cat >>conftest.$ac_ext <<_ACEOF |
| 7643 |
/* end confdefs.h. */ |
| 7244 |
|
7644 |
|
| 7245 |
/* Override any gcc2 internal prototype to avoid an error. */ |
7645 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 7246 |
#ifdef __cplusplus |
7646 |
#ifdef __cplusplus |
|
Lines 7249-7260
Link Here
|
| 7249 |
/* We use char because int might match the return type of a gcc2 |
7649 |
/* We use char because int might match the return type of a gcc2 |
| 7250 |
builtin and then its argument prototype would still apply. */ |
7650 |
builtin and then its argument prototype would still apply. */ |
| 7251 |
char shl_load (); |
7651 |
char shl_load (); |
| 7252 |
#ifdef F77_DUMMY_MAIN |
|
|
| 7253 |
# ifdef __cplusplus |
| 7254 |
extern "C" |
| 7255 |
# endif |
| 7256 |
int F77_DUMMY_MAIN() { return 1; } |
| 7257 |
#endif |
| 7258 |
int |
7652 |
int |
| 7259 |
main () |
7653 |
main () |
| 7260 |
{ |
7654 |
{ |
|
Lines 7278-7284
Link Here
|
| 7278 |
ac_cv_lib_dld_shl_load=yes |
7672 |
ac_cv_lib_dld_shl_load=yes |
| 7279 |
else |
7673 |
else |
| 7280 |
echo "$as_me: failed program was:" >&5 |
7674 |
echo "$as_me: failed program was:" >&5 |
| 7281 |
cat conftest.$ac_ext >&5 |
7675 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
7676 |
|
| 7282 |
ac_cv_lib_dld_shl_load=no |
7677 |
ac_cv_lib_dld_shl_load=no |
| 7283 |
fi |
7678 |
fi |
| 7284 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
7679 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 7296-7332
Link Here
|
| 7296 |
else |
7691 |
else |
| 7297 |
cat >conftest.$ac_ext <<_ACEOF |
7692 |
cat >conftest.$ac_ext <<_ACEOF |
| 7298 |
#line $LINENO "configure" |
7693 |
#line $LINENO "configure" |
| 7299 |
#include "confdefs.h" |
7694 |
/* confdefs.h. */ |
|
|
7695 |
_ACEOF |
| 7696 |
cat confdefs.h >>conftest.$ac_ext |
| 7697 |
cat >>conftest.$ac_ext <<_ACEOF |
| 7698 |
/* end confdefs.h. */ |
| 7300 |
/* System header to define __stub macros and hopefully few prototypes, |
7699 |
/* System header to define __stub macros and hopefully few prototypes, |
| 7301 |
which can conflict with char dlopen (); below. */ |
7700 |
which can conflict with char dlopen (); below. |
| 7302 |
#include <assert.h> |
7701 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
7702 |
<limits.h> exists even on freestanding compilers. */ |
| 7703 |
#ifdef __STDC__ |
| 7704 |
# include <limits.h> |
| 7705 |
#else |
| 7706 |
# include <assert.h> |
| 7707 |
#endif |
| 7303 |
/* Override any gcc2 internal prototype to avoid an error. */ |
7708 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 7304 |
#ifdef __cplusplus |
7709 |
#ifdef __cplusplus |
| 7305 |
extern "C" |
7710 |
extern "C" |
|
|
7711 |
{ |
| 7306 |
#endif |
7712 |
#endif |
| 7307 |
/* We use char because int might match the return type of a gcc2 |
7713 |
/* We use char because int might match the return type of a gcc2 |
| 7308 |
builtin and then its argument prototype would still apply. */ |
7714 |
builtin and then its argument prototype would still apply. */ |
| 7309 |
char dlopen (); |
7715 |
char dlopen (); |
| 7310 |
char (*f) (); |
|
|
| 7311 |
|
| 7312 |
#ifdef F77_DUMMY_MAIN |
| 7313 |
# ifdef __cplusplus |
| 7314 |
extern "C" |
| 7315 |
# endif |
| 7316 |
int F77_DUMMY_MAIN() { return 1; } |
| 7317 |
#endif |
| 7318 |
int |
| 7319 |
main () |
| 7320 |
{ |
| 7321 |
/* The GNU C library defines this for functions which it implements |
7716 |
/* The GNU C library defines this for functions which it implements |
| 7322 |
to always fail with ENOSYS. Some functions are actually named |
7717 |
to always fail with ENOSYS. Some functions are actually named |
| 7323 |
something starting with __ and the normal name is an alias. */ |
7718 |
something starting with __ and the normal name is an alias. */ |
| 7324 |
#if defined (__stub_dlopen) || defined (__stub___dlopen) |
7719 |
#if defined (__stub_dlopen) || defined (__stub___dlopen) |
| 7325 |
choke me |
7720 |
choke me |
| 7326 |
#else |
7721 |
#else |
| 7327 |
f = dlopen; |
7722 |
char (*f) () = dlopen; |
|
|
7723 |
#endif |
| 7724 |
#ifdef __cplusplus |
| 7725 |
} |
| 7328 |
#endif |
7726 |
#endif |
| 7329 |
|
7727 |
|
|
|
7728 |
int |
| 7729 |
main () |
| 7730 |
{ |
| 7731 |
return f != dlopen; |
| 7330 |
; |
7732 |
; |
| 7331 |
return 0; |
7733 |
return 0; |
| 7332 |
} |
7734 |
} |
|
Lines 7346-7352
Link Here
|
| 7346 |
ac_cv_func_dlopen=yes |
7748 |
ac_cv_func_dlopen=yes |
| 7347 |
else |
7749 |
else |
| 7348 |
echo "$as_me: failed program was:" >&5 |
7750 |
echo "$as_me: failed program was:" >&5 |
| 7349 |
cat conftest.$ac_ext >&5 |
7751 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
7752 |
|
| 7350 |
ac_cv_func_dlopen=no |
7753 |
ac_cv_func_dlopen=no |
| 7351 |
fi |
7754 |
fi |
| 7352 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
7755 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 7365-7371
Link Here
|
| 7365 |
LIBS="-ldl $LIBS" |
7768 |
LIBS="-ldl $LIBS" |
| 7366 |
cat >conftest.$ac_ext <<_ACEOF |
7769 |
cat >conftest.$ac_ext <<_ACEOF |
| 7367 |
#line $LINENO "configure" |
7770 |
#line $LINENO "configure" |
| 7368 |
#include "confdefs.h" |
7771 |
/* confdefs.h. */ |
|
|
7772 |
_ACEOF |
| 7773 |
cat confdefs.h >>conftest.$ac_ext |
| 7774 |
cat >>conftest.$ac_ext <<_ACEOF |
| 7775 |
/* end confdefs.h. */ |
| 7369 |
|
7776 |
|
| 7370 |
/* Override any gcc2 internal prototype to avoid an error. */ |
7777 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 7371 |
#ifdef __cplusplus |
7778 |
#ifdef __cplusplus |
|
Lines 7374-7385
Link Here
|
| 7374 |
/* We use char because int might match the return type of a gcc2 |
7781 |
/* We use char because int might match the return type of a gcc2 |
| 7375 |
builtin and then its argument prototype would still apply. */ |
7782 |
builtin and then its argument prototype would still apply. */ |
| 7376 |
char dlopen (); |
7783 |
char dlopen (); |
| 7377 |
#ifdef F77_DUMMY_MAIN |
|
|
| 7378 |
# ifdef __cplusplus |
| 7379 |
extern "C" |
| 7380 |
# endif |
| 7381 |
int F77_DUMMY_MAIN() { return 1; } |
| 7382 |
#endif |
| 7383 |
int |
7784 |
int |
| 7384 |
main () |
7785 |
main () |
| 7385 |
{ |
7786 |
{ |
|
Lines 7403-7409
Link Here
|
| 7403 |
ac_cv_lib_dl_dlopen=yes |
7804 |
ac_cv_lib_dl_dlopen=yes |
| 7404 |
else |
7805 |
else |
| 7405 |
echo "$as_me: failed program was:" >&5 |
7806 |
echo "$as_me: failed program was:" >&5 |
| 7406 |
cat conftest.$ac_ext >&5 |
7807 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
7808 |
|
| 7407 |
ac_cv_lib_dl_dlopen=no |
7809 |
ac_cv_lib_dl_dlopen=no |
| 7408 |
fi |
7810 |
fi |
| 7409 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
7811 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 7423-7429
Link Here
|
| 7423 |
LIBS="-lsvld $LIBS" |
7825 |
LIBS="-lsvld $LIBS" |
| 7424 |
cat >conftest.$ac_ext <<_ACEOF |
7826 |
cat >conftest.$ac_ext <<_ACEOF |
| 7425 |
#line $LINENO "configure" |
7827 |
#line $LINENO "configure" |
| 7426 |
#include "confdefs.h" |
7828 |
/* confdefs.h. */ |
|
|
7829 |
_ACEOF |
| 7830 |
cat confdefs.h >>conftest.$ac_ext |
| 7831 |
cat >>conftest.$ac_ext <<_ACEOF |
| 7832 |
/* end confdefs.h. */ |
| 7427 |
|
7833 |
|
| 7428 |
/* Override any gcc2 internal prototype to avoid an error. */ |
7834 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 7429 |
#ifdef __cplusplus |
7835 |
#ifdef __cplusplus |
|
Lines 7432-7443
Link Here
|
| 7432 |
/* We use char because int might match the return type of a gcc2 |
7838 |
/* We use char because int might match the return type of a gcc2 |
| 7433 |
builtin and then its argument prototype would still apply. */ |
7839 |
builtin and then its argument prototype would still apply. */ |
| 7434 |
char dlopen (); |
7840 |
char dlopen (); |
| 7435 |
#ifdef F77_DUMMY_MAIN |
|
|
| 7436 |
# ifdef __cplusplus |
| 7437 |
extern "C" |
| 7438 |
# endif |
| 7439 |
int F77_DUMMY_MAIN() { return 1; } |
| 7440 |
#endif |
| 7441 |
int |
7841 |
int |
| 7442 |
main () |
7842 |
main () |
| 7443 |
{ |
7843 |
{ |
|
Lines 7461-7467
Link Here
|
| 7461 |
ac_cv_lib_svld_dlopen=yes |
7861 |
ac_cv_lib_svld_dlopen=yes |
| 7462 |
else |
7862 |
else |
| 7463 |
echo "$as_me: failed program was:" >&5 |
7863 |
echo "$as_me: failed program was:" >&5 |
| 7464 |
cat conftest.$ac_ext >&5 |
7864 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
7865 |
|
| 7465 |
ac_cv_lib_svld_dlopen=no |
7866 |
ac_cv_lib_svld_dlopen=no |
| 7466 |
fi |
7867 |
fi |
| 7467 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
7868 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 7481-7487
Link Here
|
| 7481 |
LIBS="-ldld $LIBS" |
7882 |
LIBS="-ldld $LIBS" |
| 7482 |
cat >conftest.$ac_ext <<_ACEOF |
7883 |
cat >conftest.$ac_ext <<_ACEOF |
| 7483 |
#line $LINENO "configure" |
7884 |
#line $LINENO "configure" |
| 7484 |
#include "confdefs.h" |
7885 |
/* confdefs.h. */ |
|
|
7886 |
_ACEOF |
| 7887 |
cat confdefs.h >>conftest.$ac_ext |
| 7888 |
cat >>conftest.$ac_ext <<_ACEOF |
| 7889 |
/* end confdefs.h. */ |
| 7485 |
|
7890 |
|
| 7486 |
/* Override any gcc2 internal prototype to avoid an error. */ |
7891 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 7487 |
#ifdef __cplusplus |
7892 |
#ifdef __cplusplus |
|
Lines 7490-7501
Link Here
|
| 7490 |
/* We use char because int might match the return type of a gcc2 |
7895 |
/* We use char because int might match the return type of a gcc2 |
| 7491 |
builtin and then its argument prototype would still apply. */ |
7896 |
builtin and then its argument prototype would still apply. */ |
| 7492 |
char dld_link (); |
7897 |
char dld_link (); |
| 7493 |
#ifdef F77_DUMMY_MAIN |
|
|
| 7494 |
# ifdef __cplusplus |
| 7495 |
extern "C" |
| 7496 |
# endif |
| 7497 |
int F77_DUMMY_MAIN() { return 1; } |
| 7498 |
#endif |
| 7499 |
int |
7898 |
int |
| 7500 |
main () |
7899 |
main () |
| 7501 |
{ |
7900 |
{ |
|
Lines 7519-7525
Link Here
|
| 7519 |
ac_cv_lib_dld_dld_link=yes |
7918 |
ac_cv_lib_dld_dld_link=yes |
| 7520 |
else |
7919 |
else |
| 7521 |
echo "$as_me: failed program was:" >&5 |
7920 |
echo "$as_me: failed program was:" >&5 |
| 7522 |
cat conftest.$ac_ext >&5 |
7921 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
7922 |
|
| 7523 |
ac_cv_lib_dld_dld_link=no |
7923 |
ac_cv_lib_dld_dld_link=no |
| 7524 |
fi |
7924 |
fi |
| 7525 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
7925 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 7577-7583
Link Here
|
| 7577 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
7977 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 7578 |
lt_status=$lt_dlunknown |
7978 |
lt_status=$lt_dlunknown |
| 7579 |
cat > conftest.$ac_ext <<EOF |
7979 |
cat > conftest.$ac_ext <<EOF |
| 7580 |
#line 7580 "configure" |
7980 |
#line 7980 "configure" |
| 7581 |
#include "confdefs.h" |
7981 |
#include "confdefs.h" |
| 7582 |
|
7982 |
|
| 7583 |
#if HAVE_DLFCN_H |
7983 |
#if HAVE_DLFCN_H |
|
Lines 7675-7681
Link Here
|
| 7675 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
8075 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 7676 |
lt_status=$lt_dlunknown |
8076 |
lt_status=$lt_dlunknown |
| 7677 |
cat > conftest.$ac_ext <<EOF |
8077 |
cat > conftest.$ac_ext <<EOF |
| 7678 |
#line 7678 "configure" |
8078 |
#line 8078 "configure" |
| 7679 |
#include "confdefs.h" |
8079 |
#include "confdefs.h" |
| 7680 |
|
8080 |
|
| 7681 |
#if HAVE_DLFCN_H |
8081 |
#if HAVE_DLFCN_H |
|
Lines 8696-8709
Link Here
|
| 8696 |
# Determine the default libpath from the value encoded in an empty executable. |
9096 |
# Determine the default libpath from the value encoded in an empty executable. |
| 8697 |
cat >conftest.$ac_ext <<_ACEOF |
9097 |
cat >conftest.$ac_ext <<_ACEOF |
| 8698 |
#line $LINENO "configure" |
9098 |
#line $LINENO "configure" |
| 8699 |
#include "confdefs.h" |
9099 |
/* confdefs.h. */ |
|
|
9100 |
_ACEOF |
| 9101 |
cat confdefs.h >>conftest.$ac_ext |
| 9102 |
cat >>conftest.$ac_ext <<_ACEOF |
| 9103 |
/* end confdefs.h. */ |
| 8700 |
|
9104 |
|
| 8701 |
#ifdef F77_DUMMY_MAIN |
|
|
| 8702 |
# ifdef __cplusplus |
| 8703 |
extern "C" |
| 8704 |
# endif |
| 8705 |
int F77_DUMMY_MAIN() { return 1; } |
| 8706 |
#endif |
| 8707 |
int |
9105 |
int |
| 8708 |
main () |
9106 |
main () |
| 8709 |
{ |
9107 |
{ |
|
Lines 8732-8738
Link Here
|
| 8732 |
}'`; fi |
9130 |
}'`; fi |
| 8733 |
else |
9131 |
else |
| 8734 |
echo "$as_me: failed program was:" >&5 |
9132 |
echo "$as_me: failed program was:" >&5 |
| 8735 |
cat conftest.$ac_ext >&5 |
9133 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
9134 |
|
| 8736 |
fi |
9135 |
fi |
| 8737 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
9136 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 8738 |
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
9137 |
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
|
Lines 8750-8763
Link Here
|
| 8750 |
# Determine the default libpath from the value encoded in an empty executable. |
9149 |
# Determine the default libpath from the value encoded in an empty executable. |
| 8751 |
cat >conftest.$ac_ext <<_ACEOF |
9150 |
cat >conftest.$ac_ext <<_ACEOF |
| 8752 |
#line $LINENO "configure" |
9151 |
#line $LINENO "configure" |
| 8753 |
#include "confdefs.h" |
9152 |
/* confdefs.h. */ |
|
|
9153 |
_ACEOF |
| 9154 |
cat confdefs.h >>conftest.$ac_ext |
| 9155 |
cat >>conftest.$ac_ext <<_ACEOF |
| 9156 |
/* end confdefs.h. */ |
| 8754 |
|
9157 |
|
| 8755 |
#ifdef F77_DUMMY_MAIN |
|
|
| 8756 |
# ifdef __cplusplus |
| 8757 |
extern "C" |
| 8758 |
# endif |
| 8759 |
int F77_DUMMY_MAIN() { return 1; } |
| 8760 |
#endif |
| 8761 |
int |
9158 |
int |
| 8762 |
main () |
9159 |
main () |
| 8763 |
{ |
9160 |
{ |
|
Lines 8786-8792
Link Here
|
| 8786 |
}'`; fi |
9183 |
}'`; fi |
| 8787 |
else |
9184 |
else |
| 8788 |
echo "$as_me: failed program was:" >&5 |
9185 |
echo "$as_me: failed program was:" >&5 |
| 8789 |
cat conftest.$ac_ext >&5 |
9186 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
9187 |
|
| 8790 |
fi |
9188 |
fi |
| 8791 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
9189 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 8792 |
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
9190 |
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
|
Lines 10372-10408
Link Here
|
| 10372 |
else |
10770 |
else |
| 10373 |
cat >conftest.$ac_ext <<_ACEOF |
10771 |
cat >conftest.$ac_ext <<_ACEOF |
| 10374 |
#line $LINENO "configure" |
10772 |
#line $LINENO "configure" |
| 10375 |
#include "confdefs.h" |
10773 |
/* confdefs.h. */ |
|
|
10774 |
_ACEOF |
| 10775 |
cat confdefs.h >>conftest.$ac_ext |
| 10776 |
cat >>conftest.$ac_ext <<_ACEOF |
| 10777 |
/* end confdefs.h. */ |
| 10376 |
/* System header to define __stub macros and hopefully few prototypes, |
10778 |
/* System header to define __stub macros and hopefully few prototypes, |
| 10377 |
which can conflict with char shl_load (); below. */ |
10779 |
which can conflict with char shl_load (); below. |
| 10378 |
#include <assert.h> |
10780 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
10781 |
<limits.h> exists even on freestanding compilers. */ |
| 10782 |
#ifdef __STDC__ |
| 10783 |
# include <limits.h> |
| 10784 |
#else |
| 10785 |
# include <assert.h> |
| 10786 |
#endif |
| 10379 |
/* Override any gcc2 internal prototype to avoid an error. */ |
10787 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 10380 |
#ifdef __cplusplus |
10788 |
#ifdef __cplusplus |
| 10381 |
extern "C" |
10789 |
extern "C" |
|
|
10790 |
{ |
| 10382 |
#endif |
10791 |
#endif |
| 10383 |
/* We use char because int might match the return type of a gcc2 |
10792 |
/* We use char because int might match the return type of a gcc2 |
| 10384 |
builtin and then its argument prototype would still apply. */ |
10793 |
builtin and then its argument prototype would still apply. */ |
| 10385 |
char shl_load (); |
10794 |
char shl_load (); |
| 10386 |
char (*f) (); |
|
|
| 10387 |
|
| 10388 |
#ifdef F77_DUMMY_MAIN |
| 10389 |
# ifdef __cplusplus |
| 10390 |
extern "C" |
| 10391 |
# endif |
| 10392 |
int F77_DUMMY_MAIN() { return 1; } |
| 10393 |
#endif |
| 10394 |
int |
| 10395 |
main () |
| 10396 |
{ |
| 10397 |
/* The GNU C library defines this for functions which it implements |
10795 |
/* The GNU C library defines this for functions which it implements |
| 10398 |
to always fail with ENOSYS. Some functions are actually named |
10796 |
to always fail with ENOSYS. Some functions are actually named |
| 10399 |
something starting with __ and the normal name is an alias. */ |
10797 |
something starting with __ and the normal name is an alias. */ |
| 10400 |
#if defined (__stub_shl_load) || defined (__stub___shl_load) |
10798 |
#if defined (__stub_shl_load) || defined (__stub___shl_load) |
| 10401 |
choke me |
10799 |
choke me |
| 10402 |
#else |
10800 |
#else |
| 10403 |
f = shl_load; |
10801 |
char (*f) () = shl_load; |
|
|
10802 |
#endif |
| 10803 |
#ifdef __cplusplus |
| 10804 |
} |
| 10404 |
#endif |
10805 |
#endif |
| 10405 |
|
10806 |
|
|
|
10807 |
int |
| 10808 |
main () |
| 10809 |
{ |
| 10810 |
return f != shl_load; |
| 10406 |
; |
10811 |
; |
| 10407 |
return 0; |
10812 |
return 0; |
| 10408 |
} |
10813 |
} |
|
Lines 10422-10428
Link Here
|
| 10422 |
ac_cv_func_shl_load=yes |
10827 |
ac_cv_func_shl_load=yes |
| 10423 |
else |
10828 |
else |
| 10424 |
echo "$as_me: failed program was:" >&5 |
10829 |
echo "$as_me: failed program was:" >&5 |
| 10425 |
cat conftest.$ac_ext >&5 |
10830 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
10831 |
|
| 10426 |
ac_cv_func_shl_load=no |
10832 |
ac_cv_func_shl_load=no |
| 10427 |
fi |
10833 |
fi |
| 10428 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
10834 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 10441-10447
Link Here
|
| 10441 |
LIBS="-ldld $LIBS" |
10847 |
LIBS="-ldld $LIBS" |
| 10442 |
cat >conftest.$ac_ext <<_ACEOF |
10848 |
cat >conftest.$ac_ext <<_ACEOF |
| 10443 |
#line $LINENO "configure" |
10849 |
#line $LINENO "configure" |
| 10444 |
#include "confdefs.h" |
10850 |
/* confdefs.h. */ |
|
|
10851 |
_ACEOF |
| 10852 |
cat confdefs.h >>conftest.$ac_ext |
| 10853 |
cat >>conftest.$ac_ext <<_ACEOF |
| 10854 |
/* end confdefs.h. */ |
| 10445 |
|
10855 |
|
| 10446 |
/* Override any gcc2 internal prototype to avoid an error. */ |
10856 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 10447 |
#ifdef __cplusplus |
10857 |
#ifdef __cplusplus |
|
Lines 10450-10461
Link Here
|
| 10450 |
/* We use char because int might match the return type of a gcc2 |
10860 |
/* We use char because int might match the return type of a gcc2 |
| 10451 |
builtin and then its argument prototype would still apply. */ |
10861 |
builtin and then its argument prototype would still apply. */ |
| 10452 |
char shl_load (); |
10862 |
char shl_load (); |
| 10453 |
#ifdef F77_DUMMY_MAIN |
|
|
| 10454 |
# ifdef __cplusplus |
| 10455 |
extern "C" |
| 10456 |
# endif |
| 10457 |
int F77_DUMMY_MAIN() { return 1; } |
| 10458 |
#endif |
| 10459 |
int |
10863 |
int |
| 10460 |
main () |
10864 |
main () |
| 10461 |
{ |
10865 |
{ |
|
Lines 10479-10485
Link Here
|
| 10479 |
ac_cv_lib_dld_shl_load=yes |
10883 |
ac_cv_lib_dld_shl_load=yes |
| 10480 |
else |
10884 |
else |
| 10481 |
echo "$as_me: failed program was:" >&5 |
10885 |
echo "$as_me: failed program was:" >&5 |
| 10482 |
cat conftest.$ac_ext >&5 |
10886 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
10887 |
|
| 10483 |
ac_cv_lib_dld_shl_load=no |
10888 |
ac_cv_lib_dld_shl_load=no |
| 10484 |
fi |
10889 |
fi |
| 10485 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
10890 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 10497-10533
Link Here
|
| 10497 |
else |
10902 |
else |
| 10498 |
cat >conftest.$ac_ext <<_ACEOF |
10903 |
cat >conftest.$ac_ext <<_ACEOF |
| 10499 |
#line $LINENO "configure" |
10904 |
#line $LINENO "configure" |
| 10500 |
#include "confdefs.h" |
10905 |
/* confdefs.h. */ |
|
|
10906 |
_ACEOF |
| 10907 |
cat confdefs.h >>conftest.$ac_ext |
| 10908 |
cat >>conftest.$ac_ext <<_ACEOF |
| 10909 |
/* end confdefs.h. */ |
| 10501 |
/* System header to define __stub macros and hopefully few prototypes, |
10910 |
/* System header to define __stub macros and hopefully few prototypes, |
| 10502 |
which can conflict with char dlopen (); below. */ |
10911 |
which can conflict with char dlopen (); below. |
| 10503 |
#include <assert.h> |
10912 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
10913 |
<limits.h> exists even on freestanding compilers. */ |
| 10914 |
#ifdef __STDC__ |
| 10915 |
# include <limits.h> |
| 10916 |
#else |
| 10917 |
# include <assert.h> |
| 10918 |
#endif |
| 10504 |
/* Override any gcc2 internal prototype to avoid an error. */ |
10919 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 10505 |
#ifdef __cplusplus |
10920 |
#ifdef __cplusplus |
| 10506 |
extern "C" |
10921 |
extern "C" |
|
|
10922 |
{ |
| 10507 |
#endif |
10923 |
#endif |
| 10508 |
/* We use char because int might match the return type of a gcc2 |
10924 |
/* We use char because int might match the return type of a gcc2 |
| 10509 |
builtin and then its argument prototype would still apply. */ |
10925 |
builtin and then its argument prototype would still apply. */ |
| 10510 |
char dlopen (); |
10926 |
char dlopen (); |
| 10511 |
char (*f) (); |
|
|
| 10512 |
|
| 10513 |
#ifdef F77_DUMMY_MAIN |
| 10514 |
# ifdef __cplusplus |
| 10515 |
extern "C" |
| 10516 |
# endif |
| 10517 |
int F77_DUMMY_MAIN() { return 1; } |
| 10518 |
#endif |
| 10519 |
int |
| 10520 |
main () |
| 10521 |
{ |
| 10522 |
/* The GNU C library defines this for functions which it implements |
10927 |
/* The GNU C library defines this for functions which it implements |
| 10523 |
to always fail with ENOSYS. Some functions are actually named |
10928 |
to always fail with ENOSYS. Some functions are actually named |
| 10524 |
something starting with __ and the normal name is an alias. */ |
10929 |
something starting with __ and the normal name is an alias. */ |
| 10525 |
#if defined (__stub_dlopen) || defined (__stub___dlopen) |
10930 |
#if defined (__stub_dlopen) || defined (__stub___dlopen) |
| 10526 |
choke me |
10931 |
choke me |
| 10527 |
#else |
10932 |
#else |
| 10528 |
f = dlopen; |
10933 |
char (*f) () = dlopen; |
|
|
10934 |
#endif |
| 10935 |
#ifdef __cplusplus |
| 10936 |
} |
| 10529 |
#endif |
10937 |
#endif |
| 10530 |
|
10938 |
|
|
|
10939 |
int |
| 10940 |
main () |
| 10941 |
{ |
| 10942 |
return f != dlopen; |
| 10531 |
; |
10943 |
; |
| 10532 |
return 0; |
10944 |
return 0; |
| 10533 |
} |
10945 |
} |
|
Lines 10547-10553
Link Here
|
| 10547 |
ac_cv_func_dlopen=yes |
10959 |
ac_cv_func_dlopen=yes |
| 10548 |
else |
10960 |
else |
| 10549 |
echo "$as_me: failed program was:" >&5 |
10961 |
echo "$as_me: failed program was:" >&5 |
| 10550 |
cat conftest.$ac_ext >&5 |
10962 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
10963 |
|
| 10551 |
ac_cv_func_dlopen=no |
10964 |
ac_cv_func_dlopen=no |
| 10552 |
fi |
10965 |
fi |
| 10553 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
10966 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 10566-10572
Link Here
|
| 10566 |
LIBS="-ldl $LIBS" |
10979 |
LIBS="-ldl $LIBS" |
| 10567 |
cat >conftest.$ac_ext <<_ACEOF |
10980 |
cat >conftest.$ac_ext <<_ACEOF |
| 10568 |
#line $LINENO "configure" |
10981 |
#line $LINENO "configure" |
| 10569 |
#include "confdefs.h" |
10982 |
/* confdefs.h. */ |
|
|
10983 |
_ACEOF |
| 10984 |
cat confdefs.h >>conftest.$ac_ext |
| 10985 |
cat >>conftest.$ac_ext <<_ACEOF |
| 10986 |
/* end confdefs.h. */ |
| 10570 |
|
10987 |
|
| 10571 |
/* Override any gcc2 internal prototype to avoid an error. */ |
10988 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 10572 |
#ifdef __cplusplus |
10989 |
#ifdef __cplusplus |
|
Lines 10575-10586
Link Here
|
| 10575 |
/* We use char because int might match the return type of a gcc2 |
10992 |
/* We use char because int might match the return type of a gcc2 |
| 10576 |
builtin and then its argument prototype would still apply. */ |
10993 |
builtin and then its argument prototype would still apply. */ |
| 10577 |
char dlopen (); |
10994 |
char dlopen (); |
| 10578 |
#ifdef F77_DUMMY_MAIN |
|
|
| 10579 |
# ifdef __cplusplus |
| 10580 |
extern "C" |
| 10581 |
# endif |
| 10582 |
int F77_DUMMY_MAIN() { return 1; } |
| 10583 |
#endif |
| 10584 |
int |
10995 |
int |
| 10585 |
main () |
10996 |
main () |
| 10586 |
{ |
10997 |
{ |
|
Lines 10604-10610
Link Here
|
| 10604 |
ac_cv_lib_dl_dlopen=yes |
11015 |
ac_cv_lib_dl_dlopen=yes |
| 10605 |
else |
11016 |
else |
| 10606 |
echo "$as_me: failed program was:" >&5 |
11017 |
echo "$as_me: failed program was:" >&5 |
| 10607 |
cat conftest.$ac_ext >&5 |
11018 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
11019 |
|
| 10608 |
ac_cv_lib_dl_dlopen=no |
11020 |
ac_cv_lib_dl_dlopen=no |
| 10609 |
fi |
11021 |
fi |
| 10610 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
11022 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 10624-10630
Link Here
|
| 10624 |
LIBS="-lsvld $LIBS" |
11036 |
LIBS="-lsvld $LIBS" |
| 10625 |
cat >conftest.$ac_ext <<_ACEOF |
11037 |
cat >conftest.$ac_ext <<_ACEOF |
| 10626 |
#line $LINENO "configure" |
11038 |
#line $LINENO "configure" |
| 10627 |
#include "confdefs.h" |
11039 |
/* confdefs.h. */ |
|
|
11040 |
_ACEOF |
| 11041 |
cat confdefs.h >>conftest.$ac_ext |
| 11042 |
cat >>conftest.$ac_ext <<_ACEOF |
| 11043 |
/* end confdefs.h. */ |
| 10628 |
|
11044 |
|
| 10629 |
/* Override any gcc2 internal prototype to avoid an error. */ |
11045 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 10630 |
#ifdef __cplusplus |
11046 |
#ifdef __cplusplus |
|
Lines 10633-10644
Link Here
|
| 10633 |
/* We use char because int might match the return type of a gcc2 |
11049 |
/* We use char because int might match the return type of a gcc2 |
| 10634 |
builtin and then its argument prototype would still apply. */ |
11050 |
builtin and then its argument prototype would still apply. */ |
| 10635 |
char dlopen (); |
11051 |
char dlopen (); |
| 10636 |
#ifdef F77_DUMMY_MAIN |
|
|
| 10637 |
# ifdef __cplusplus |
| 10638 |
extern "C" |
| 10639 |
# endif |
| 10640 |
int F77_DUMMY_MAIN() { return 1; } |
| 10641 |
#endif |
| 10642 |
int |
11052 |
int |
| 10643 |
main () |
11053 |
main () |
| 10644 |
{ |
11054 |
{ |
|
Lines 10662-10668
Link Here
|
| 10662 |
ac_cv_lib_svld_dlopen=yes |
11072 |
ac_cv_lib_svld_dlopen=yes |
| 10663 |
else |
11073 |
else |
| 10664 |
echo "$as_me: failed program was:" >&5 |
11074 |
echo "$as_me: failed program was:" >&5 |
| 10665 |
cat conftest.$ac_ext >&5 |
11075 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
11076 |
|
| 10666 |
ac_cv_lib_svld_dlopen=no |
11077 |
ac_cv_lib_svld_dlopen=no |
| 10667 |
fi |
11078 |
fi |
| 10668 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
11079 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 10682-10688
Link Here
|
| 10682 |
LIBS="-ldld $LIBS" |
11093 |
LIBS="-ldld $LIBS" |
| 10683 |
cat >conftest.$ac_ext <<_ACEOF |
11094 |
cat >conftest.$ac_ext <<_ACEOF |
| 10684 |
#line $LINENO "configure" |
11095 |
#line $LINENO "configure" |
| 10685 |
#include "confdefs.h" |
11096 |
/* confdefs.h. */ |
|
|
11097 |
_ACEOF |
| 11098 |
cat confdefs.h >>conftest.$ac_ext |
| 11099 |
cat >>conftest.$ac_ext <<_ACEOF |
| 11100 |
/* end confdefs.h. */ |
| 10686 |
|
11101 |
|
| 10687 |
/* Override any gcc2 internal prototype to avoid an error. */ |
11102 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 10688 |
#ifdef __cplusplus |
11103 |
#ifdef __cplusplus |
|
Lines 10691-10702
Link Here
|
| 10691 |
/* We use char because int might match the return type of a gcc2 |
11106 |
/* We use char because int might match the return type of a gcc2 |
| 10692 |
builtin and then its argument prototype would still apply. */ |
11107 |
builtin and then its argument prototype would still apply. */ |
| 10693 |
char dld_link (); |
11108 |
char dld_link (); |
| 10694 |
#ifdef F77_DUMMY_MAIN |
|
|
| 10695 |
# ifdef __cplusplus |
| 10696 |
extern "C" |
| 10697 |
# endif |
| 10698 |
int F77_DUMMY_MAIN() { return 1; } |
| 10699 |
#endif |
| 10700 |
int |
11109 |
int |
| 10701 |
main () |
11110 |
main () |
| 10702 |
{ |
11111 |
{ |
|
Lines 10720-10726
Link Here
|
| 10720 |
ac_cv_lib_dld_dld_link=yes |
11129 |
ac_cv_lib_dld_dld_link=yes |
| 10721 |
else |
11130 |
else |
| 10722 |
echo "$as_me: failed program was:" >&5 |
11131 |
echo "$as_me: failed program was:" >&5 |
| 10723 |
cat conftest.$ac_ext >&5 |
11132 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
11133 |
|
| 10724 |
ac_cv_lib_dld_dld_link=no |
11134 |
ac_cv_lib_dld_dld_link=no |
| 10725 |
fi |
11135 |
fi |
| 10726 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
11136 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 10778-10784
Link Here
|
| 10778 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
11188 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 10779 |
lt_status=$lt_dlunknown |
11189 |
lt_status=$lt_dlunknown |
| 10780 |
cat > conftest.$ac_ext <<EOF |
11190 |
cat > conftest.$ac_ext <<EOF |
| 10781 |
#line 10781 "configure" |
11191 |
#line 11191 "configure" |
| 10782 |
#include "confdefs.h" |
11192 |
#include "confdefs.h" |
| 10783 |
|
11193 |
|
| 10784 |
#if HAVE_DLFCN_H |
11194 |
#if HAVE_DLFCN_H |
|
Lines 10876-10882
Link Here
|
| 10876 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
11286 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 10877 |
lt_status=$lt_dlunknown |
11287 |
lt_status=$lt_dlunknown |
| 10878 |
cat > conftest.$ac_ext <<EOF |
11288 |
cat > conftest.$ac_ext <<EOF |
| 10879 |
#line 10879 "configure" |
11289 |
#line 11289 "configure" |
| 10880 |
#include "confdefs.h" |
11290 |
#include "confdefs.h" |
| 10881 |
|
11291 |
|
| 10882 |
#if HAVE_DLFCN_H |
11292 |
#if HAVE_DLFCN_H |
|
Lines 12050-12063
Link Here
|
| 12050 |
# Determine the default libpath from the value encoded in an empty executable. |
12460 |
# Determine the default libpath from the value encoded in an empty executable. |
| 12051 |
cat >conftest.$ac_ext <<_ACEOF |
12461 |
cat >conftest.$ac_ext <<_ACEOF |
| 12052 |
#line $LINENO "configure" |
12462 |
#line $LINENO "configure" |
| 12053 |
#include "confdefs.h" |
12463 |
/* confdefs.h. */ |
|
|
12464 |
_ACEOF |
| 12465 |
cat confdefs.h >>conftest.$ac_ext |
| 12466 |
cat >>conftest.$ac_ext <<_ACEOF |
| 12467 |
/* end confdefs.h. */ |
| 12054 |
|
12468 |
|
| 12055 |
#ifdef F77_DUMMY_MAIN |
|
|
| 12056 |
# ifdef __cplusplus |
| 12057 |
extern "C" |
| 12058 |
# endif |
| 12059 |
int F77_DUMMY_MAIN() { return 1; } |
| 12060 |
#endif |
| 12061 |
int |
12469 |
int |
| 12062 |
main () |
12470 |
main () |
| 12063 |
{ |
12471 |
{ |
|
Lines 12086-12092
Link Here
|
| 12086 |
}'`; fi |
12494 |
}'`; fi |
| 12087 |
else |
12495 |
else |
| 12088 |
echo "$as_me: failed program was:" >&5 |
12496 |
echo "$as_me: failed program was:" >&5 |
| 12089 |
cat conftest.$ac_ext >&5 |
12497 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
12498 |
|
| 12090 |
fi |
12499 |
fi |
| 12091 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
12500 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 12092 |
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
12501 |
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
|
Lines 12103-12116
Link Here
|
| 12103 |
# Determine the default libpath from the value encoded in an empty executable. |
12512 |
# Determine the default libpath from the value encoded in an empty executable. |
| 12104 |
cat >conftest.$ac_ext <<_ACEOF |
12513 |
cat >conftest.$ac_ext <<_ACEOF |
| 12105 |
#line $LINENO "configure" |
12514 |
#line $LINENO "configure" |
| 12106 |
#include "confdefs.h" |
12515 |
/* confdefs.h. */ |
|
|
12516 |
_ACEOF |
| 12517 |
cat confdefs.h >>conftest.$ac_ext |
| 12518 |
cat >>conftest.$ac_ext <<_ACEOF |
| 12519 |
/* end confdefs.h. */ |
| 12107 |
|
12520 |
|
| 12108 |
#ifdef F77_DUMMY_MAIN |
|
|
| 12109 |
# ifdef __cplusplus |
| 12110 |
extern "C" |
| 12111 |
# endif |
| 12112 |
int F77_DUMMY_MAIN() { return 1; } |
| 12113 |
#endif |
| 12114 |
int |
12521 |
int |
| 12115 |
main () |
12522 |
main () |
| 12116 |
{ |
12523 |
{ |
|
Lines 12139-12145
Link Here
|
| 12139 |
}'`; fi |
12546 |
}'`; fi |
| 12140 |
else |
12547 |
else |
| 12141 |
echo "$as_me: failed program was:" >&5 |
12548 |
echo "$as_me: failed program was:" >&5 |
| 12142 |
cat conftest.$ac_ext >&5 |
12549 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
12550 |
|
| 12143 |
fi |
12551 |
fi |
| 12144 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
12552 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 12145 |
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
12553 |
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
|
Lines 13094-13130
Link Here
|
| 13094 |
else |
13502 |
else |
| 13095 |
cat >conftest.$ac_ext <<_ACEOF |
13503 |
cat >conftest.$ac_ext <<_ACEOF |
| 13096 |
#line $LINENO "configure" |
13504 |
#line $LINENO "configure" |
| 13097 |
#include "confdefs.h" |
13505 |
/* confdefs.h. */ |
|
|
13506 |
_ACEOF |
| 13507 |
cat confdefs.h >>conftest.$ac_ext |
| 13508 |
cat >>conftest.$ac_ext <<_ACEOF |
| 13509 |
/* end confdefs.h. */ |
| 13098 |
/* System header to define __stub macros and hopefully few prototypes, |
13510 |
/* System header to define __stub macros and hopefully few prototypes, |
| 13099 |
which can conflict with char shl_load (); below. */ |
13511 |
which can conflict with char shl_load (); below. |
| 13100 |
#include <assert.h> |
13512 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
13513 |
<limits.h> exists even on freestanding compilers. */ |
| 13514 |
#ifdef __STDC__ |
| 13515 |
# include <limits.h> |
| 13516 |
#else |
| 13517 |
# include <assert.h> |
| 13518 |
#endif |
| 13101 |
/* Override any gcc2 internal prototype to avoid an error. */ |
13519 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 13102 |
#ifdef __cplusplus |
13520 |
#ifdef __cplusplus |
| 13103 |
extern "C" |
13521 |
extern "C" |
|
|
13522 |
{ |
| 13104 |
#endif |
13523 |
#endif |
| 13105 |
/* We use char because int might match the return type of a gcc2 |
13524 |
/* We use char because int might match the return type of a gcc2 |
| 13106 |
builtin and then its argument prototype would still apply. */ |
13525 |
builtin and then its argument prototype would still apply. */ |
| 13107 |
char shl_load (); |
13526 |
char shl_load (); |
| 13108 |
char (*f) (); |
|
|
| 13109 |
|
| 13110 |
#ifdef F77_DUMMY_MAIN |
| 13111 |
# ifdef __cplusplus |
| 13112 |
extern "C" |
| 13113 |
# endif |
| 13114 |
int F77_DUMMY_MAIN() { return 1; } |
| 13115 |
#endif |
| 13116 |
int |
| 13117 |
main () |
| 13118 |
{ |
| 13119 |
/* The GNU C library defines this for functions which it implements |
13527 |
/* The GNU C library defines this for functions which it implements |
| 13120 |
to always fail with ENOSYS. Some functions are actually named |
13528 |
to always fail with ENOSYS. Some functions are actually named |
| 13121 |
something starting with __ and the normal name is an alias. */ |
13529 |
something starting with __ and the normal name is an alias. */ |
| 13122 |
#if defined (__stub_shl_load) || defined (__stub___shl_load) |
13530 |
#if defined (__stub_shl_load) || defined (__stub___shl_load) |
| 13123 |
choke me |
13531 |
choke me |
| 13124 |
#else |
13532 |
#else |
| 13125 |
f = shl_load; |
13533 |
char (*f) () = shl_load; |
|
|
13534 |
#endif |
| 13535 |
#ifdef __cplusplus |
| 13536 |
} |
| 13126 |
#endif |
13537 |
#endif |
| 13127 |
|
13538 |
|
|
|
13539 |
int |
| 13540 |
main () |
| 13541 |
{ |
| 13542 |
return f != shl_load; |
| 13128 |
; |
13543 |
; |
| 13129 |
return 0; |
13544 |
return 0; |
| 13130 |
} |
13545 |
} |
|
Lines 13144-13150
Link Here
|
| 13144 |
ac_cv_func_shl_load=yes |
13559 |
ac_cv_func_shl_load=yes |
| 13145 |
else |
13560 |
else |
| 13146 |
echo "$as_me: failed program was:" >&5 |
13561 |
echo "$as_me: failed program was:" >&5 |
| 13147 |
cat conftest.$ac_ext >&5 |
13562 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
13563 |
|
| 13148 |
ac_cv_func_shl_load=no |
13564 |
ac_cv_func_shl_load=no |
| 13149 |
fi |
13565 |
fi |
| 13150 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
13566 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 13163-13169
Link Here
|
| 13163 |
LIBS="-ldld $LIBS" |
13579 |
LIBS="-ldld $LIBS" |
| 13164 |
cat >conftest.$ac_ext <<_ACEOF |
13580 |
cat >conftest.$ac_ext <<_ACEOF |
| 13165 |
#line $LINENO "configure" |
13581 |
#line $LINENO "configure" |
| 13166 |
#include "confdefs.h" |
13582 |
/* confdefs.h. */ |
|
|
13583 |
_ACEOF |
| 13584 |
cat confdefs.h >>conftest.$ac_ext |
| 13585 |
cat >>conftest.$ac_ext <<_ACEOF |
| 13586 |
/* end confdefs.h. */ |
| 13167 |
|
13587 |
|
| 13168 |
/* Override any gcc2 internal prototype to avoid an error. */ |
13588 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 13169 |
#ifdef __cplusplus |
13589 |
#ifdef __cplusplus |
|
Lines 13172-13183
Link Here
|
| 13172 |
/* We use char because int might match the return type of a gcc2 |
13592 |
/* We use char because int might match the return type of a gcc2 |
| 13173 |
builtin and then its argument prototype would still apply. */ |
13593 |
builtin and then its argument prototype would still apply. */ |
| 13174 |
char shl_load (); |
13594 |
char shl_load (); |
| 13175 |
#ifdef F77_DUMMY_MAIN |
|
|
| 13176 |
# ifdef __cplusplus |
| 13177 |
extern "C" |
| 13178 |
# endif |
| 13179 |
int F77_DUMMY_MAIN() { return 1; } |
| 13180 |
#endif |
| 13181 |
int |
13595 |
int |
| 13182 |
main () |
13596 |
main () |
| 13183 |
{ |
13597 |
{ |
|
Lines 13201-13207
Link Here
|
| 13201 |
ac_cv_lib_dld_shl_load=yes |
13615 |
ac_cv_lib_dld_shl_load=yes |
| 13202 |
else |
13616 |
else |
| 13203 |
echo "$as_me: failed program was:" >&5 |
13617 |
echo "$as_me: failed program was:" >&5 |
| 13204 |
cat conftest.$ac_ext >&5 |
13618 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
13619 |
|
| 13205 |
ac_cv_lib_dld_shl_load=no |
13620 |
ac_cv_lib_dld_shl_load=no |
| 13206 |
fi |
13621 |
fi |
| 13207 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
13622 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 13219-13255
Link Here
|
| 13219 |
else |
13634 |
else |
| 13220 |
cat >conftest.$ac_ext <<_ACEOF |
13635 |
cat >conftest.$ac_ext <<_ACEOF |
| 13221 |
#line $LINENO "configure" |
13636 |
#line $LINENO "configure" |
| 13222 |
#include "confdefs.h" |
13637 |
/* confdefs.h. */ |
|
|
13638 |
_ACEOF |
| 13639 |
cat confdefs.h >>conftest.$ac_ext |
| 13640 |
cat >>conftest.$ac_ext <<_ACEOF |
| 13641 |
/* end confdefs.h. */ |
| 13223 |
/* System header to define __stub macros and hopefully few prototypes, |
13642 |
/* System header to define __stub macros and hopefully few prototypes, |
| 13224 |
which can conflict with char dlopen (); below. */ |
13643 |
which can conflict with char dlopen (); below. |
| 13225 |
#include <assert.h> |
13644 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
13645 |
<limits.h> exists even on freestanding compilers. */ |
| 13646 |
#ifdef __STDC__ |
| 13647 |
# include <limits.h> |
| 13648 |
#else |
| 13649 |
# include <assert.h> |
| 13650 |
#endif |
| 13226 |
/* Override any gcc2 internal prototype to avoid an error. */ |
13651 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 13227 |
#ifdef __cplusplus |
13652 |
#ifdef __cplusplus |
| 13228 |
extern "C" |
13653 |
extern "C" |
|
|
13654 |
{ |
| 13229 |
#endif |
13655 |
#endif |
| 13230 |
/* We use char because int might match the return type of a gcc2 |
13656 |
/* We use char because int might match the return type of a gcc2 |
| 13231 |
builtin and then its argument prototype would still apply. */ |
13657 |
builtin and then its argument prototype would still apply. */ |
| 13232 |
char dlopen (); |
13658 |
char dlopen (); |
| 13233 |
char (*f) (); |
|
|
| 13234 |
|
| 13235 |
#ifdef F77_DUMMY_MAIN |
| 13236 |
# ifdef __cplusplus |
| 13237 |
extern "C" |
| 13238 |
# endif |
| 13239 |
int F77_DUMMY_MAIN() { return 1; } |
| 13240 |
#endif |
| 13241 |
int |
| 13242 |
main () |
| 13243 |
{ |
| 13244 |
/* The GNU C library defines this for functions which it implements |
13659 |
/* The GNU C library defines this for functions which it implements |
| 13245 |
to always fail with ENOSYS. Some functions are actually named |
13660 |
to always fail with ENOSYS. Some functions are actually named |
| 13246 |
something starting with __ and the normal name is an alias. */ |
13661 |
something starting with __ and the normal name is an alias. */ |
| 13247 |
#if defined (__stub_dlopen) || defined (__stub___dlopen) |
13662 |
#if defined (__stub_dlopen) || defined (__stub___dlopen) |
| 13248 |
choke me |
13663 |
choke me |
| 13249 |
#else |
13664 |
#else |
| 13250 |
f = dlopen; |
13665 |
char (*f) () = dlopen; |
|
|
13666 |
#endif |
| 13667 |
#ifdef __cplusplus |
| 13668 |
} |
| 13251 |
#endif |
13669 |
#endif |
| 13252 |
|
13670 |
|
|
|
13671 |
int |
| 13672 |
main () |
| 13673 |
{ |
| 13674 |
return f != dlopen; |
| 13253 |
; |
13675 |
; |
| 13254 |
return 0; |
13676 |
return 0; |
| 13255 |
} |
13677 |
} |
|
Lines 13269-13275
Link Here
|
| 13269 |
ac_cv_func_dlopen=yes |
13691 |
ac_cv_func_dlopen=yes |
| 13270 |
else |
13692 |
else |
| 13271 |
echo "$as_me: failed program was:" >&5 |
13693 |
echo "$as_me: failed program was:" >&5 |
| 13272 |
cat conftest.$ac_ext >&5 |
13694 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
13695 |
|
| 13273 |
ac_cv_func_dlopen=no |
13696 |
ac_cv_func_dlopen=no |
| 13274 |
fi |
13697 |
fi |
| 13275 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
13698 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 13288-13294
Link Here
|
| 13288 |
LIBS="-ldl $LIBS" |
13711 |
LIBS="-ldl $LIBS" |
| 13289 |
cat >conftest.$ac_ext <<_ACEOF |
13712 |
cat >conftest.$ac_ext <<_ACEOF |
| 13290 |
#line $LINENO "configure" |
13713 |
#line $LINENO "configure" |
| 13291 |
#include "confdefs.h" |
13714 |
/* confdefs.h. */ |
|
|
13715 |
_ACEOF |
| 13716 |
cat confdefs.h >>conftest.$ac_ext |
| 13717 |
cat >>conftest.$ac_ext <<_ACEOF |
| 13718 |
/* end confdefs.h. */ |
| 13292 |
|
13719 |
|
| 13293 |
/* Override any gcc2 internal prototype to avoid an error. */ |
13720 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 13294 |
#ifdef __cplusplus |
13721 |
#ifdef __cplusplus |
|
Lines 13297-13308
Link Here
|
| 13297 |
/* We use char because int might match the return type of a gcc2 |
13724 |
/* We use char because int might match the return type of a gcc2 |
| 13298 |
builtin and then its argument prototype would still apply. */ |
13725 |
builtin and then its argument prototype would still apply. */ |
| 13299 |
char dlopen (); |
13726 |
char dlopen (); |
| 13300 |
#ifdef F77_DUMMY_MAIN |
|
|
| 13301 |
# ifdef __cplusplus |
| 13302 |
extern "C" |
| 13303 |
# endif |
| 13304 |
int F77_DUMMY_MAIN() { return 1; } |
| 13305 |
#endif |
| 13306 |
int |
13727 |
int |
| 13307 |
main () |
13728 |
main () |
| 13308 |
{ |
13729 |
{ |
|
Lines 13326-13332
Link Here
|
| 13326 |
ac_cv_lib_dl_dlopen=yes |
13747 |
ac_cv_lib_dl_dlopen=yes |
| 13327 |
else |
13748 |
else |
| 13328 |
echo "$as_me: failed program was:" >&5 |
13749 |
echo "$as_me: failed program was:" >&5 |
| 13329 |
cat conftest.$ac_ext >&5 |
13750 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
13751 |
|
| 13330 |
ac_cv_lib_dl_dlopen=no |
13752 |
ac_cv_lib_dl_dlopen=no |
| 13331 |
fi |
13753 |
fi |
| 13332 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
13754 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 13346-13352
Link Here
|
| 13346 |
LIBS="-lsvld $LIBS" |
13768 |
LIBS="-lsvld $LIBS" |
| 13347 |
cat >conftest.$ac_ext <<_ACEOF |
13769 |
cat >conftest.$ac_ext <<_ACEOF |
| 13348 |
#line $LINENO "configure" |
13770 |
#line $LINENO "configure" |
| 13349 |
#include "confdefs.h" |
13771 |
/* confdefs.h. */ |
|
|
13772 |
_ACEOF |
| 13773 |
cat confdefs.h >>conftest.$ac_ext |
| 13774 |
cat >>conftest.$ac_ext <<_ACEOF |
| 13775 |
/* end confdefs.h. */ |
| 13350 |
|
13776 |
|
| 13351 |
/* Override any gcc2 internal prototype to avoid an error. */ |
13777 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 13352 |
#ifdef __cplusplus |
13778 |
#ifdef __cplusplus |
|
Lines 13355-13366
Link Here
|
| 13355 |
/* We use char because int might match the return type of a gcc2 |
13781 |
/* We use char because int might match the return type of a gcc2 |
| 13356 |
builtin and then its argument prototype would still apply. */ |
13782 |
builtin and then its argument prototype would still apply. */ |
| 13357 |
char dlopen (); |
13783 |
char dlopen (); |
| 13358 |
#ifdef F77_DUMMY_MAIN |
|
|
| 13359 |
# ifdef __cplusplus |
| 13360 |
extern "C" |
| 13361 |
# endif |
| 13362 |
int F77_DUMMY_MAIN() { return 1; } |
| 13363 |
#endif |
| 13364 |
int |
13784 |
int |
| 13365 |
main () |
13785 |
main () |
| 13366 |
{ |
13786 |
{ |
|
Lines 13384-13390
Link Here
|
| 13384 |
ac_cv_lib_svld_dlopen=yes |
13804 |
ac_cv_lib_svld_dlopen=yes |
| 13385 |
else |
13805 |
else |
| 13386 |
echo "$as_me: failed program was:" >&5 |
13806 |
echo "$as_me: failed program was:" >&5 |
| 13387 |
cat conftest.$ac_ext >&5 |
13807 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
13808 |
|
| 13388 |
ac_cv_lib_svld_dlopen=no |
13809 |
ac_cv_lib_svld_dlopen=no |
| 13389 |
fi |
13810 |
fi |
| 13390 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
13811 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 13404-13410
Link Here
|
| 13404 |
LIBS="-ldld $LIBS" |
13825 |
LIBS="-ldld $LIBS" |
| 13405 |
cat >conftest.$ac_ext <<_ACEOF |
13826 |
cat >conftest.$ac_ext <<_ACEOF |
| 13406 |
#line $LINENO "configure" |
13827 |
#line $LINENO "configure" |
| 13407 |
#include "confdefs.h" |
13828 |
/* confdefs.h. */ |
|
|
13829 |
_ACEOF |
| 13830 |
cat confdefs.h >>conftest.$ac_ext |
| 13831 |
cat >>conftest.$ac_ext <<_ACEOF |
| 13832 |
/* end confdefs.h. */ |
| 13408 |
|
13833 |
|
| 13409 |
/* Override any gcc2 internal prototype to avoid an error. */ |
13834 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 13410 |
#ifdef __cplusplus |
13835 |
#ifdef __cplusplus |
|
Lines 13413-13424
Link Here
|
| 13413 |
/* We use char because int might match the return type of a gcc2 |
13838 |
/* We use char because int might match the return type of a gcc2 |
| 13414 |
builtin and then its argument prototype would still apply. */ |
13839 |
builtin and then its argument prototype would still apply. */ |
| 13415 |
char dld_link (); |
13840 |
char dld_link (); |
| 13416 |
#ifdef F77_DUMMY_MAIN |
|
|
| 13417 |
# ifdef __cplusplus |
| 13418 |
extern "C" |
| 13419 |
# endif |
| 13420 |
int F77_DUMMY_MAIN() { return 1; } |
| 13421 |
#endif |
| 13422 |
int |
13841 |
int |
| 13423 |
main () |
13842 |
main () |
| 13424 |
{ |
13843 |
{ |
|
Lines 13442-13448
Link Here
|
| 13442 |
ac_cv_lib_dld_dld_link=yes |
13861 |
ac_cv_lib_dld_dld_link=yes |
| 13443 |
else |
13862 |
else |
| 13444 |
echo "$as_me: failed program was:" >&5 |
13863 |
echo "$as_me: failed program was:" >&5 |
| 13445 |
cat conftest.$ac_ext >&5 |
13864 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
13865 |
|
| 13446 |
ac_cv_lib_dld_dld_link=no |
13866 |
ac_cv_lib_dld_dld_link=no |
| 13447 |
fi |
13867 |
fi |
| 13448 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
13868 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 13500-13506
Link Here
|
| 13500 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
13920 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 13501 |
lt_status=$lt_dlunknown |
13921 |
lt_status=$lt_dlunknown |
| 13502 |
cat > conftest.$ac_ext <<EOF |
13922 |
cat > conftest.$ac_ext <<EOF |
| 13503 |
#line 13503 "configure" |
13923 |
#line 13923 "configure" |
| 13504 |
#include "confdefs.h" |
13924 |
#include "confdefs.h" |
| 13505 |
|
13925 |
|
| 13506 |
#if HAVE_DLFCN_H |
13926 |
#if HAVE_DLFCN_H |
|
Lines 13598-13604
Link Here
|
| 13598 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
14018 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 13599 |
lt_status=$lt_dlunknown |
14019 |
lt_status=$lt_dlunknown |
| 13600 |
cat > conftest.$ac_ext <<EOF |
14020 |
cat > conftest.$ac_ext <<EOF |
| 13601 |
#line 13601 "configure" |
14021 |
#line 14021 "configure" |
| 13602 |
#include "confdefs.h" |
14022 |
#include "confdefs.h" |
| 13603 |
|
14023 |
|
| 13604 |
#if HAVE_DLFCN_H |
14024 |
#if HAVE_DLFCN_H |
|
Lines 14805-14811
Link Here
|
| 14805 |
else |
15225 |
else |
| 14806 |
cat >conftest.$ac_ext <<_ACEOF |
15226 |
cat >conftest.$ac_ext <<_ACEOF |
| 14807 |
#line $LINENO "configure" |
15227 |
#line $LINENO "configure" |
| 14808 |
#include "confdefs.h" |
15228 |
/* confdefs.h. */ |
|
|
15229 |
_ACEOF |
| 15230 |
cat confdefs.h >>conftest.$ac_ext |
| 15231 |
cat >>conftest.$ac_ext <<_ACEOF |
| 15232 |
/* end confdefs.h. */ |
| 14809 |
|
15233 |
|
| 14810 |
#include <gtk/gtk.h> |
15234 |
#include <gtk/gtk.h> |
| 14811 |
#include <stdio.h> |
15235 |
#include <stdio.h> |
|
Lines 14897-14907
Link Here
|
| 14897 |
else |
15321 |
else |
| 14898 |
echo "$as_me: program exited with status $ac_status" >&5 |
15322 |
echo "$as_me: program exited with status $ac_status" >&5 |
| 14899 |
echo "$as_me: failed program was:" >&5 |
15323 |
echo "$as_me: failed program was:" >&5 |
| 14900 |
cat conftest.$ac_ext >&5 |
15324 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
15325 |
|
| 14901 |
( exit $ac_status ) |
15326 |
( exit $ac_status ) |
| 14902 |
no_gtk=yes |
15327 |
no_gtk=yes |
| 14903 |
fi |
15328 |
fi |
| 14904 |
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
15329 |
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 14905 |
fi |
15330 |
fi |
| 14906 |
CFLAGS="$ac_save_CFLAGS" |
15331 |
CFLAGS="$ac_save_CFLAGS" |
| 14907 |
LIBS="$ac_save_LIBS" |
15332 |
LIBS="$ac_save_LIBS" |
|
Lines 14928-14944
Link Here
|
| 14928 |
LIBS="$LIBS $GTK_LIBS" |
15353 |
LIBS="$LIBS $GTK_LIBS" |
| 14929 |
cat >conftest.$ac_ext <<_ACEOF |
15354 |
cat >conftest.$ac_ext <<_ACEOF |
| 14930 |
#line $LINENO "configure" |
15355 |
#line $LINENO "configure" |
| 14931 |
#include "confdefs.h" |
15356 |
/* confdefs.h. */ |
|
|
15357 |
_ACEOF |
| 15358 |
cat confdefs.h >>conftest.$ac_ext |
| 15359 |
cat >>conftest.$ac_ext <<_ACEOF |
| 15360 |
/* end confdefs.h. */ |
| 14932 |
|
15361 |
|
| 14933 |
#include <gtk/gtk.h> |
15362 |
#include <gtk/gtk.h> |
| 14934 |
#include <stdio.h> |
15363 |
#include <stdio.h> |
| 14935 |
|
15364 |
|
| 14936 |
#ifdef F77_DUMMY_MAIN |
|
|
| 14937 |
# ifdef __cplusplus |
| 14938 |
extern "C" |
| 14939 |
# endif |
| 14940 |
int F77_DUMMY_MAIN() { return 1; } |
| 14941 |
#endif |
| 14942 |
int |
15365 |
int |
| 14943 |
main () |
15366 |
main () |
| 14944 |
{ |
15367 |
{ |
|
Lines 14975-14981
Link Here
|
| 14975 |
echo "*** rpm --erase --nodeps gtk gtk-devel" |
15398 |
echo "*** rpm --erase --nodeps gtk gtk-devel" |
| 14976 |
else |
15399 |
else |
| 14977 |
echo "$as_me: failed program was:" >&5 |
15400 |
echo "$as_me: failed program was:" >&5 |
| 14978 |
cat conftest.$ac_ext >&5 |
15401 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
15402 |
|
| 14979 |
echo "*** The test program failed to compile or link. See the file config.log for the" |
15403 |
echo "*** The test program failed to compile or link. See the file config.log for the" |
| 14980 |
echo "*** exact error that occured. This usually means GTK was incorrectly installed" |
15404 |
echo "*** exact error that occured. This usually means GTK was incorrectly installed" |
| 14981 |
echo "*** or that you have moved GTK since it was installed. In the latter case, you" |
15405 |
echo "*** or that you have moved GTK since it was installed. In the latter case, you" |
|
Lines 15293-15301
Link Here
|
| 15293 |
# However, it has the same basename, so the bogon will be chosen |
15717 |
# However, it has the same basename, so the bogon will be chosen |
| 15294 |
# first if we set CC to just the basename; use the full file name. |
15718 |
# first if we set CC to just the basename; use the full file name. |
| 15295 |
shift |
15719 |
shift |
| 15296 |
set dummy "$as_dir/$ac_word" ${1+"$@"} |
15720 |
ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" |
| 15297 |
shift |
|
|
| 15298 |
ac_cv_prog_CC="$@" |
| 15299 |
fi |
15721 |
fi |
| 15300 |
fi |
15722 |
fi |
| 15301 |
fi |
15723 |
fi |
|
Lines 15400-15407
Link Here
|
| 15400 |
fi |
15822 |
fi |
| 15401 |
|
15823 |
|
| 15402 |
|
15824 |
|
| 15403 |
test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5 |
15825 |
test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH |
| 15404 |
echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;} |
15826 |
See \`config.log' for more details." >&5 |
|
|
15827 |
echo "$as_me: error: no acceptable C compiler found in \$PATH |
| 15828 |
See \`config.log' for more details." >&2;} |
| 15405 |
{ (exit 1); exit 1; }; } |
15829 |
{ (exit 1); exit 1; }; } |
| 15406 |
|
15830 |
|
| 15407 |
# Provide some information about the compiler. |
15831 |
# Provide some information about the compiler. |
|
Lines 15431-15444
Link Here
|
| 15431 |
else |
15855 |
else |
| 15432 |
cat >conftest.$ac_ext <<_ACEOF |
15856 |
cat >conftest.$ac_ext <<_ACEOF |
| 15433 |
#line $LINENO "configure" |
15857 |
#line $LINENO "configure" |
| 15434 |
#include "confdefs.h" |
15858 |
/* confdefs.h. */ |
|
|
15859 |
_ACEOF |
| 15860 |
cat confdefs.h >>conftest.$ac_ext |
| 15861 |
cat >>conftest.$ac_ext <<_ACEOF |
| 15862 |
/* end confdefs.h. */ |
| 15435 |
|
15863 |
|
| 15436 |
#ifdef F77_DUMMY_MAIN |
|
|
| 15437 |
# ifdef __cplusplus |
| 15438 |
extern "C" |
| 15439 |
# endif |
| 15440 |
int F77_DUMMY_MAIN() { return 1; } |
| 15441 |
#endif |
| 15442 |
int |
15864 |
int |
| 15443 |
main () |
15865 |
main () |
| 15444 |
{ |
15866 |
{ |
|
Lines 15465-15471
Link Here
|
| 15465 |
ac_compiler_gnu=yes |
15887 |
ac_compiler_gnu=yes |
| 15466 |
else |
15888 |
else |
| 15467 |
echo "$as_me: failed program was:" >&5 |
15889 |
echo "$as_me: failed program was:" >&5 |
| 15468 |
cat conftest.$ac_ext >&5 |
15890 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
15891 |
|
| 15469 |
ac_compiler_gnu=no |
15892 |
ac_compiler_gnu=no |
| 15470 |
fi |
15893 |
fi |
| 15471 |
rm -f conftest.$ac_objext conftest.$ac_ext |
15894 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 15485-15498
Link Here
|
| 15485 |
else |
15908 |
else |
| 15486 |
cat >conftest.$ac_ext <<_ACEOF |
15909 |
cat >conftest.$ac_ext <<_ACEOF |
| 15487 |
#line $LINENO "configure" |
15910 |
#line $LINENO "configure" |
| 15488 |
#include "confdefs.h" |
15911 |
/* confdefs.h. */ |
|
|
15912 |
_ACEOF |
| 15913 |
cat confdefs.h >>conftest.$ac_ext |
| 15914 |
cat >>conftest.$ac_ext <<_ACEOF |
| 15915 |
/* end confdefs.h. */ |
| 15489 |
|
15916 |
|
| 15490 |
#ifdef F77_DUMMY_MAIN |
|
|
| 15491 |
# ifdef __cplusplus |
| 15492 |
extern "C" |
| 15493 |
# endif |
| 15494 |
int F77_DUMMY_MAIN() { return 1; } |
| 15495 |
#endif |
| 15496 |
int |
15917 |
int |
| 15497 |
main () |
15918 |
main () |
| 15498 |
{ |
15919 |
{ |
|
Lines 15516-15522
Link Here
|
| 15516 |
ac_cv_prog_cc_g=yes |
15937 |
ac_cv_prog_cc_g=yes |
| 15517 |
else |
15938 |
else |
| 15518 |
echo "$as_me: failed program was:" >&5 |
15939 |
echo "$as_me: failed program was:" >&5 |
| 15519 |
cat conftest.$ac_ext >&5 |
15940 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
15941 |
|
| 15520 |
ac_cv_prog_cc_g=no |
15942 |
ac_cv_prog_cc_g=no |
| 15521 |
fi |
15943 |
fi |
| 15522 |
rm -f conftest.$ac_objext conftest.$ac_ext |
15944 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 15538-15543
Link Here
|
| 15538 |
CFLAGS= |
15960 |
CFLAGS= |
| 15539 |
fi |
15961 |
fi |
| 15540 |
fi |
15962 |
fi |
|
|
15963 |
echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 |
| 15964 |
echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 |
| 15965 |
if test "${ac_cv_prog_cc_stdc+set}" = set; then |
| 15966 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15967 |
else |
| 15968 |
ac_cv_prog_cc_stdc=no |
| 15969 |
ac_save_CC=$CC |
| 15970 |
cat >conftest.$ac_ext <<_ACEOF |
| 15971 |
#line $LINENO "configure" |
| 15972 |
/* confdefs.h. */ |
| 15973 |
_ACEOF |
| 15974 |
cat confdefs.h >>conftest.$ac_ext |
| 15975 |
cat >>conftest.$ac_ext <<_ACEOF |
| 15976 |
/* end confdefs.h. */ |
| 15977 |
#include <stdarg.h> |
| 15978 |
#include <stdio.h> |
| 15979 |
#include <sys/types.h> |
| 15980 |
#include <sys/stat.h> |
| 15981 |
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
| 15982 |
struct buf { int x; }; |
| 15983 |
FILE * (*rcsopen) (struct buf *, struct stat *, int); |
| 15984 |
static char *e (p, i) |
| 15985 |
char **p; |
| 15986 |
int i; |
| 15987 |
{ |
| 15988 |
return p[i]; |
| 15989 |
} |
| 15990 |
static char *f (char * (*g) (char **, int), char **p, ...) |
| 15991 |
{ |
| 15992 |
char *s; |
| 15993 |
va_list v; |
| 15994 |
va_start (v,p); |
| 15995 |
s = g (p, va_arg (v,int)); |
| 15996 |
va_end (v); |
| 15997 |
return s; |
| 15998 |
} |
| 15999 |
int test (int i, double x); |
| 16000 |
struct s1 {int (*f) (int a);}; |
| 16001 |
struct s2 {int (*f) (double a);}; |
| 16002 |
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); |
| 16003 |
int argc; |
| 16004 |
char **argv; |
| 16005 |
int |
| 16006 |
main () |
| 16007 |
{ |
| 16008 |
return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; |
| 16009 |
; |
| 16010 |
return 0; |
| 16011 |
} |
| 16012 |
_ACEOF |
| 16013 |
# Don't try gcc -ansi; that turns off useful extensions and |
| 16014 |
# breaks some systems' header files. |
| 16015 |
# AIX -qlanglvl=ansi |
| 16016 |
# Ultrix and OSF/1 -std1 |
| 16017 |
# HP-UX 10.20 and later -Ae |
| 16018 |
# HP-UX older versions -Aa -D_HPUX_SOURCE |
| 16019 |
# SVR4 -Xc -D__EXTENSIONS__ |
| 16020 |
for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" |
| 16021 |
do |
| 16022 |
CC="$ac_save_CC $ac_arg" |
| 16023 |
rm -f conftest.$ac_objext |
| 16024 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 16025 |
(eval $ac_compile) 2>&5 |
| 16026 |
ac_status=$? |
| 16027 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16028 |
(exit $ac_status); } && |
| 16029 |
{ ac_try='test -s conftest.$ac_objext' |
| 16030 |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16031 |
(eval $ac_try) 2>&5 |
| 16032 |
ac_status=$? |
| 16033 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16034 |
(exit $ac_status); }; }; then |
| 16035 |
ac_cv_prog_cc_stdc=$ac_arg |
| 16036 |
break |
| 16037 |
else |
| 16038 |
echo "$as_me: failed program was:" >&5 |
| 16039 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 16040 |
|
| 16041 |
fi |
| 16042 |
rm -f conftest.$ac_objext |
| 16043 |
done |
| 16044 |
rm -f conftest.$ac_ext conftest.$ac_objext |
| 16045 |
CC=$ac_save_CC |
| 16046 |
|
| 16047 |
fi |
| 16048 |
|
| 16049 |
case "x$ac_cv_prog_cc_stdc" in |
| 16050 |
x|xno) |
| 16051 |
echo "$as_me:$LINENO: result: none needed" >&5 |
| 16052 |
echo "${ECHO_T}none needed" >&6 ;; |
| 16053 |
*) |
| 16054 |
echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 |
| 16055 |
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 |
| 16056 |
CC="$CC $ac_cv_prog_cc_stdc" ;; |
| 16057 |
esac |
| 16058 |
|
| 15541 |
# Some people use a C++ compiler to compile C. Since we use `exit', |
16059 |
# Some people use a C++ compiler to compile C. Since we use `exit', |
| 15542 |
# in C++ we need to declare it. In case someone uses the same compiler |
16060 |
# in C++ we need to declare it. In case someone uses the same compiler |
| 15543 |
# for both compiling C and C++ we need to have the C++ compiler decide |
16061 |
# for both compiling C and C++ we need to have the C++ compiler decide |
|
Lines 15570-15584
Link Here
|
| 15570 |
do |
16088 |
do |
| 15571 |
cat >conftest.$ac_ext <<_ACEOF |
16089 |
cat >conftest.$ac_ext <<_ACEOF |
| 15572 |
#line $LINENO "configure" |
16090 |
#line $LINENO "configure" |
| 15573 |
#include "confdefs.h" |
16091 |
/* confdefs.h. */ |
|
|
16092 |
_ACEOF |
| 16093 |
cat confdefs.h >>conftest.$ac_ext |
| 16094 |
cat >>conftest.$ac_ext <<_ACEOF |
| 16095 |
/* end confdefs.h. */ |
| 15574 |
#include <stdlib.h> |
16096 |
#include <stdlib.h> |
| 15575 |
$ac_declaration |
16097 |
$ac_declaration |
| 15576 |
#ifdef F77_DUMMY_MAIN |
|
|
| 15577 |
# ifdef __cplusplus |
| 15578 |
extern "C" |
| 15579 |
# endif |
| 15580 |
int F77_DUMMY_MAIN() { return 1; } |
| 15581 |
#endif |
| 15582 |
int |
16098 |
int |
| 15583 |
main () |
16099 |
main () |
| 15584 |
{ |
16100 |
{ |
|
Lines 15602-15621
Link Here
|
| 15602 |
: |
16118 |
: |
| 15603 |
else |
16119 |
else |
| 15604 |
echo "$as_me: failed program was:" >&5 |
16120 |
echo "$as_me: failed program was:" >&5 |
| 15605 |
cat conftest.$ac_ext >&5 |
16121 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
16122 |
|
| 15606 |
continue |
16123 |
continue |
| 15607 |
fi |
16124 |
fi |
| 15608 |
rm -f conftest.$ac_objext conftest.$ac_ext |
16125 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 15609 |
cat >conftest.$ac_ext <<_ACEOF |
16126 |
cat >conftest.$ac_ext <<_ACEOF |
| 15610 |
#line $LINENO "configure" |
16127 |
#line $LINENO "configure" |
| 15611 |
#include "confdefs.h" |
16128 |
/* confdefs.h. */ |
|
|
16129 |
_ACEOF |
| 16130 |
cat confdefs.h >>conftest.$ac_ext |
| 16131 |
cat >>conftest.$ac_ext <<_ACEOF |
| 16132 |
/* end confdefs.h. */ |
| 15612 |
$ac_declaration |
16133 |
$ac_declaration |
| 15613 |
#ifdef F77_DUMMY_MAIN |
|
|
| 15614 |
# ifdef __cplusplus |
| 15615 |
extern "C" |
| 15616 |
# endif |
| 15617 |
int F77_DUMMY_MAIN() { return 1; } |
| 15618 |
#endif |
| 15619 |
int |
16134 |
int |
| 15620 |
main () |
16135 |
main () |
| 15621 |
{ |
16136 |
{ |
|
Lines 15639-15645
Link Here
|
| 15639 |
break |
16154 |
break |
| 15640 |
else |
16155 |
else |
| 15641 |
echo "$as_me: failed program was:" >&5 |
16156 |
echo "$as_me: failed program was:" >&5 |
| 15642 |
cat conftest.$ac_ext >&5 |
16157 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
16158 |
|
| 15643 |
fi |
16159 |
fi |
| 15644 |
rm -f conftest.$ac_objext conftest.$ac_ext |
16160 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 15645 |
done |
16161 |
done |
|
Lines 15652-15658
Link Here
|
| 15652 |
|
16168 |
|
| 15653 |
else |
16169 |
else |
| 15654 |
echo "$as_me: failed program was:" >&5 |
16170 |
echo "$as_me: failed program was:" >&5 |
| 15655 |
cat conftest.$ac_ext >&5 |
16171 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
16172 |
|
| 15656 |
fi |
16173 |
fi |
| 15657 |
rm -f conftest.$ac_objext conftest.$ac_ext |
16174 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 15658 |
ac_ext=c |
16175 |
ac_ext=c |
|
Lines 15679-15696
Link Here
|
| 15679 |
# using a relative directory. |
16196 |
# using a relative directory. |
| 15680 |
cp "$am_depcomp" conftest.dir |
16197 |
cp "$am_depcomp" conftest.dir |
| 15681 |
cd conftest.dir |
16198 |
cd conftest.dir |
|
|
16199 |
# We will build objects and dependencies in a subdirectory because |
| 16200 |
# it helps to detect inapplicable dependency modes. For instance |
| 16201 |
# both Tru64's cc and ICC support -MD to output dependencies as a |
| 16202 |
# side effect of compilation, but ICC will put the dependencies in |
| 16203 |
# the current directory while Tru64 will put them in the object |
| 16204 |
# directory. |
| 16205 |
mkdir sub |
| 15682 |
|
16206 |
|
| 15683 |
am_cv_CC_dependencies_compiler_type=none |
16207 |
am_cv_CC_dependencies_compiler_type=none |
| 15684 |
if test "$am_compiler_list" = ""; then |
16208 |
if test "$am_compiler_list" = ""; then |
| 15685 |
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` |
16209 |
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` |
| 15686 |
fi |
16210 |
fi |
| 15687 |
for depmode in $am_compiler_list; do |
16211 |
for depmode in $am_compiler_list; do |
|
|
16212 |
# Setup a source with many dependencies, because some compilers |
| 16213 |
# like to wrap large dependency lists on column 80 (with \), and |
| 16214 |
# we should not choose a depcomp mode which is confused by this. |
| 16215 |
# |
| 15688 |
# We need to recreate these files for each test, as the compiler may |
16216 |
# We need to recreate these files for each test, as the compiler may |
| 15689 |
# overwrite some of them when testing with obscure command lines. |
16217 |
# overwrite some of them when testing with obscure command lines. |
| 15690 |
# This happens at least with the AIX C compiler. |
16218 |
# This happens at least with the AIX C compiler. |
| 15691 |
echo '#include "conftest.h"' > conftest.c |
16219 |
: > sub/conftest.c |
| 15692 |
echo 'int i;' > conftest.h |
16220 |
for i in 1 2 3 4 5 6; do |
| 15693 |
echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf |
16221 |
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
|
|
16222 |
: > sub/conftst$i.h |
| 16223 |
done |
| 16224 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
| 15694 |
|
16225 |
|
| 15695 |
case $depmode in |
16226 |
case $depmode in |
| 15696 |
nosideeffect) |
16227 |
nosideeffect) |
|
Lines 15708-15720
Link Here
|
| 15708 |
# mode. It turns out that the SunPro C++ compiler does not properly |
16239 |
# mode. It turns out that the SunPro C++ compiler does not properly |
| 15709 |
# handle `-M -o', and we need to detect this. |
16240 |
# handle `-M -o', and we need to detect this. |
| 15710 |
if depmode=$depmode \ |
16241 |
if depmode=$depmode \ |
| 15711 |
source=conftest.c object=conftest.o \ |
16242 |
source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ |
| 15712 |
depfile=conftest.Po tmpdepfile=conftest.TPo \ |
16243 |
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ |
| 15713 |
$SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 && |
16244 |
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ |
| 15714 |
grep conftest.h conftest.Po > /dev/null 2>&1 && |
16245 |
>/dev/null 2>conftest.err && |
|
|
16246 |
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && |
| 16247 |
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && |
| 15715 |
${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
16248 |
${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
| 15716 |
am_cv_CC_dependencies_compiler_type=$depmode |
16249 |
# icc doesn't choke on unknown options, it will just issue warnings |
| 15717 |
break |
16250 |
# (even with -Werror). So we grep stderr for any message |
|
|
16251 |
# that says an option was ignored. |
| 16252 |
if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else |
| 16253 |
am_cv_CC_dependencies_compiler_type=$depmode |
| 16254 |
break |
| 16255 |
fi |
| 15718 |
fi |
16256 |
fi |
| 15719 |
done |
16257 |
done |
| 15720 |
|
16258 |
|
|
Lines 15731-15736
Link Here
|
| 15731 |
|
16269 |
|
| 15732 |
|
16270 |
|
| 15733 |
|
16271 |
|
|
|
16272 |
if |
| 16273 |
test "x$enable_dependency_tracking" != xno \ |
| 16274 |
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3; then |
| 16275 |
am__fastdepCC_TRUE= |
| 16276 |
am__fastdepCC_FALSE='#' |
| 16277 |
else |
| 16278 |
am__fastdepCC_TRUE='#' |
| 16279 |
am__fastdepCC_FALSE= |
| 16280 |
fi |
| 16281 |
|
| 16282 |
|
| 16283 |
|
| 15734 |
ac_ext=c |
16284 |
ac_ext=c |
| 15735 |
ac_cpp='$CPP $CPPFLAGS' |
16285 |
ac_cpp='$CPP $CPPFLAGS' |
| 15736 |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
16286 |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
Lines 15754-15771
Link Here
|
| 15754 |
do |
16304 |
do |
| 15755 |
# Use a header file that comes with gcc, so configuring glibc |
16305 |
# Use a header file that comes with gcc, so configuring glibc |
| 15756 |
# with a fresh cross-compiler works. |
16306 |
# with a fresh cross-compiler works. |
|
|
16307 |
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 16308 |
# <limits.h> exists even on freestanding compilers. |
| 15757 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
16309 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
| 15758 |
# not just through cpp. "Syntax error" is here to catch this case. |
16310 |
# not just through cpp. "Syntax error" is here to catch this case. |
| 15759 |
cat >conftest.$ac_ext <<_ACEOF |
16311 |
cat >conftest.$ac_ext <<_ACEOF |
| 15760 |
#line $LINENO "configure" |
16312 |
#line $LINENO "configure" |
| 15761 |
#include "confdefs.h" |
16313 |
/* confdefs.h. */ |
| 15762 |
#include <assert.h> |
16314 |
_ACEOF |
|
|
16315 |
cat confdefs.h >>conftest.$ac_ext |
| 16316 |
cat >>conftest.$ac_ext <<_ACEOF |
| 16317 |
/* end confdefs.h. */ |
| 16318 |
#ifdef __STDC__ |
| 16319 |
# include <limits.h> |
| 16320 |
#else |
| 16321 |
# include <assert.h> |
| 16322 |
#endif |
| 15763 |
Syntax error |
16323 |
Syntax error |
| 15764 |
_ACEOF |
16324 |
_ACEOF |
| 15765 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
16325 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 15766 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
16326 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 15767 |
ac_status=$? |
16327 |
ac_status=$? |
| 15768 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
16328 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 15769 |
rm -f conftest.er1 |
16329 |
rm -f conftest.er1 |
| 15770 |
cat conftest.err >&5 |
16330 |
cat conftest.err >&5 |
| 15771 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16331 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 15782-15788
Link Here
|
| 15782 |
: |
16342 |
: |
| 15783 |
else |
16343 |
else |
| 15784 |
echo "$as_me: failed program was:" >&5 |
16344 |
echo "$as_me: failed program was:" >&5 |
| 15785 |
cat conftest.$ac_ext >&5 |
16345 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
16346 |
|
| 15786 |
# Broken: fails on valid input. |
16347 |
# Broken: fails on valid input. |
| 15787 |
continue |
16348 |
continue |
| 15788 |
fi |
16349 |
fi |
|
Lines 15792-15804
Link Here
|
| 15792 |
# can be detected and how. |
16353 |
# can be detected and how. |
| 15793 |
cat >conftest.$ac_ext <<_ACEOF |
16354 |
cat >conftest.$ac_ext <<_ACEOF |
| 15794 |
#line $LINENO "configure" |
16355 |
#line $LINENO "configure" |
| 15795 |
#include "confdefs.h" |
16356 |
/* confdefs.h. */ |
|
|
16357 |
_ACEOF |
| 16358 |
cat confdefs.h >>conftest.$ac_ext |
| 16359 |
cat >>conftest.$ac_ext <<_ACEOF |
| 16360 |
/* end confdefs.h. */ |
| 15796 |
#include <ac_nonexistent.h> |
16361 |
#include <ac_nonexistent.h> |
| 15797 |
_ACEOF |
16362 |
_ACEOF |
| 15798 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
16363 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 15799 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
16364 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 15800 |
ac_status=$? |
16365 |
ac_status=$? |
| 15801 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
16366 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 15802 |
rm -f conftest.er1 |
16367 |
rm -f conftest.er1 |
| 15803 |
cat conftest.err >&5 |
16368 |
cat conftest.err >&5 |
| 15804 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16369 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 15816-15822
Link Here
|
| 15816 |
continue |
16381 |
continue |
| 15817 |
else |
16382 |
else |
| 15818 |
echo "$as_me: failed program was:" >&5 |
16383 |
echo "$as_me: failed program was:" >&5 |
| 15819 |
cat conftest.$ac_ext >&5 |
16384 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
16385 |
|
| 15820 |
# Passes both tests. |
16386 |
# Passes both tests. |
| 15821 |
ac_preproc_ok=: |
16387 |
ac_preproc_ok=: |
| 15822 |
break |
16388 |
break |
|
Lines 15845-15862
Link Here
|
| 15845 |
do |
16411 |
do |
| 15846 |
# Use a header file that comes with gcc, so configuring glibc |
16412 |
# Use a header file that comes with gcc, so configuring glibc |
| 15847 |
# with a fresh cross-compiler works. |
16413 |
# with a fresh cross-compiler works. |
|
|
16414 |
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 16415 |
# <limits.h> exists even on freestanding compilers. |
| 15848 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
16416 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
| 15849 |
# not just through cpp. "Syntax error" is here to catch this case. |
16417 |
# not just through cpp. "Syntax error" is here to catch this case. |
| 15850 |
cat >conftest.$ac_ext <<_ACEOF |
16418 |
cat >conftest.$ac_ext <<_ACEOF |
| 15851 |
#line $LINENO "configure" |
16419 |
#line $LINENO "configure" |
| 15852 |
#include "confdefs.h" |
16420 |
/* confdefs.h. */ |
| 15853 |
#include <assert.h> |
16421 |
_ACEOF |
|
|
16422 |
cat confdefs.h >>conftest.$ac_ext |
| 16423 |
cat >>conftest.$ac_ext <<_ACEOF |
| 16424 |
/* end confdefs.h. */ |
| 16425 |
#ifdef __STDC__ |
| 16426 |
# include <limits.h> |
| 16427 |
#else |
| 16428 |
# include <assert.h> |
| 16429 |
#endif |
| 15854 |
Syntax error |
16430 |
Syntax error |
| 15855 |
_ACEOF |
16431 |
_ACEOF |
| 15856 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
16432 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 15857 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
16433 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 15858 |
ac_status=$? |
16434 |
ac_status=$? |
| 15859 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
16435 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 15860 |
rm -f conftest.er1 |
16436 |
rm -f conftest.er1 |
| 15861 |
cat conftest.err >&5 |
16437 |
cat conftest.err >&5 |
| 15862 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16438 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 15873-15879
Link Here
|
| 15873 |
: |
16449 |
: |
| 15874 |
else |
16450 |
else |
| 15875 |
echo "$as_me: failed program was:" >&5 |
16451 |
echo "$as_me: failed program was:" >&5 |
| 15876 |
cat conftest.$ac_ext >&5 |
16452 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
16453 |
|
| 15877 |
# Broken: fails on valid input. |
16454 |
# Broken: fails on valid input. |
| 15878 |
continue |
16455 |
continue |
| 15879 |
fi |
16456 |
fi |
|
Lines 15883-15895
Link Here
|
| 15883 |
# can be detected and how. |
16460 |
# can be detected and how. |
| 15884 |
cat >conftest.$ac_ext <<_ACEOF |
16461 |
cat >conftest.$ac_ext <<_ACEOF |
| 15885 |
#line $LINENO "configure" |
16462 |
#line $LINENO "configure" |
| 15886 |
#include "confdefs.h" |
16463 |
/* confdefs.h. */ |
|
|
16464 |
_ACEOF |
| 16465 |
cat confdefs.h >>conftest.$ac_ext |
| 16466 |
cat >>conftest.$ac_ext <<_ACEOF |
| 16467 |
/* end confdefs.h. */ |
| 15887 |
#include <ac_nonexistent.h> |
16468 |
#include <ac_nonexistent.h> |
| 15888 |
_ACEOF |
16469 |
_ACEOF |
| 15889 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
16470 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 15890 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
16471 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 15891 |
ac_status=$? |
16472 |
ac_status=$? |
| 15892 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
16473 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 15893 |
rm -f conftest.er1 |
16474 |
rm -f conftest.er1 |
| 15894 |
cat conftest.err >&5 |
16475 |
cat conftest.err >&5 |
| 15895 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16476 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 15907-15913
Link Here
|
| 15907 |
continue |
16488 |
continue |
| 15908 |
else |
16489 |
else |
| 15909 |
echo "$as_me: failed program was:" >&5 |
16490 |
echo "$as_me: failed program was:" >&5 |
| 15910 |
cat conftest.$ac_ext >&5 |
16491 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
16492 |
|
| 15911 |
# Passes both tests. |
16493 |
# Passes both tests. |
| 15912 |
ac_preproc_ok=: |
16494 |
ac_preproc_ok=: |
| 15913 |
break |
16495 |
break |
|
Lines 15920-15927
Link Here
|
| 15920 |
if $ac_preproc_ok; then |
16502 |
if $ac_preproc_ok; then |
| 15921 |
: |
16503 |
: |
| 15922 |
else |
16504 |
else |
| 15923 |
{ { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5 |
16505 |
{ { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check |
| 15924 |
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} |
16506 |
See \`config.log' for more details." >&5 |
|
|
16507 |
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check |
| 16508 |
See \`config.log' for more details." >&2;} |
| 15925 |
{ (exit 1); exit 1; }; } |
16509 |
{ (exit 1); exit 1; }; } |
| 15926 |
fi |
16510 |
fi |
| 15927 |
|
16511 |
|
|
Lines 16080-16093
Link Here
|
| 16080 |
else |
16664 |
else |
| 16081 |
cat >conftest.$ac_ext <<_ACEOF |
16665 |
cat >conftest.$ac_ext <<_ACEOF |
| 16082 |
#line $LINENO "configure" |
16666 |
#line $LINENO "configure" |
| 16083 |
#include "confdefs.h" |
16667 |
/* confdefs.h. */ |
|
|
16668 |
_ACEOF |
| 16669 |
cat confdefs.h >>conftest.$ac_ext |
| 16670 |
cat >>conftest.$ac_ext <<_ACEOF |
| 16671 |
/* end confdefs.h. */ |
| 16084 |
|
16672 |
|
| 16085 |
#ifdef F77_DUMMY_MAIN |
|
|
| 16086 |
# ifdef __cplusplus |
| 16087 |
extern "C" |
| 16088 |
# endif |
| 16089 |
int F77_DUMMY_MAIN() { return 1; } |
| 16090 |
#endif |
| 16091 |
int |
16673 |
int |
| 16092 |
main () |
16674 |
main () |
| 16093 |
{ |
16675 |
{ |
|
Lines 16114-16120
Link Here
|
| 16114 |
ac_compiler_gnu=yes |
16696 |
ac_compiler_gnu=yes |
| 16115 |
else |
16697 |
else |
| 16116 |
echo "$as_me: failed program was:" >&5 |
16698 |
echo "$as_me: failed program was:" >&5 |
| 16117 |
cat conftest.$ac_ext >&5 |
16699 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
16700 |
|
| 16118 |
ac_compiler_gnu=no |
16701 |
ac_compiler_gnu=no |
| 16119 |
fi |
16702 |
fi |
| 16120 |
rm -f conftest.$ac_objext conftest.$ac_ext |
16703 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 16134-16147
Link Here
|
| 16134 |
else |
16717 |
else |
| 16135 |
cat >conftest.$ac_ext <<_ACEOF |
16718 |
cat >conftest.$ac_ext <<_ACEOF |
| 16136 |
#line $LINENO "configure" |
16719 |
#line $LINENO "configure" |
| 16137 |
#include "confdefs.h" |
16720 |
/* confdefs.h. */ |
|
|
16721 |
_ACEOF |
| 16722 |
cat confdefs.h >>conftest.$ac_ext |
| 16723 |
cat >>conftest.$ac_ext <<_ACEOF |
| 16724 |
/* end confdefs.h. */ |
| 16138 |
|
16725 |
|
| 16139 |
#ifdef F77_DUMMY_MAIN |
|
|
| 16140 |
# ifdef __cplusplus |
| 16141 |
extern "C" |
| 16142 |
# endif |
| 16143 |
int F77_DUMMY_MAIN() { return 1; } |
| 16144 |
#endif |
| 16145 |
int |
16726 |
int |
| 16146 |
main () |
16727 |
main () |
| 16147 |
{ |
16728 |
{ |
|
Lines 16165-16171
Link Here
|
| 16165 |
ac_cv_prog_cxx_g=yes |
16746 |
ac_cv_prog_cxx_g=yes |
| 16166 |
else |
16747 |
else |
| 16167 |
echo "$as_me: failed program was:" >&5 |
16748 |
echo "$as_me: failed program was:" >&5 |
| 16168 |
cat conftest.$ac_ext >&5 |
16749 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
16750 |
|
| 16169 |
ac_cv_prog_cxx_g=no |
16751 |
ac_cv_prog_cxx_g=no |
| 16170 |
fi |
16752 |
fi |
| 16171 |
rm -f conftest.$ac_objext conftest.$ac_ext |
16753 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 16198-16212
Link Here
|
| 16198 |
do |
16780 |
do |
| 16199 |
cat >conftest.$ac_ext <<_ACEOF |
16781 |
cat >conftest.$ac_ext <<_ACEOF |
| 16200 |
#line $LINENO "configure" |
16782 |
#line $LINENO "configure" |
| 16201 |
#include "confdefs.h" |
16783 |
/* confdefs.h. */ |
|
|
16784 |
_ACEOF |
| 16785 |
cat confdefs.h >>conftest.$ac_ext |
| 16786 |
cat >>conftest.$ac_ext <<_ACEOF |
| 16787 |
/* end confdefs.h. */ |
| 16202 |
#include <stdlib.h> |
16788 |
#include <stdlib.h> |
| 16203 |
$ac_declaration |
16789 |
$ac_declaration |
| 16204 |
#ifdef F77_DUMMY_MAIN |
|
|
| 16205 |
# ifdef __cplusplus |
| 16206 |
extern "C" |
| 16207 |
# endif |
| 16208 |
int F77_DUMMY_MAIN() { return 1; } |
| 16209 |
#endif |
| 16210 |
int |
16790 |
int |
| 16211 |
main () |
16791 |
main () |
| 16212 |
{ |
16792 |
{ |
|
Lines 16230-16249
Link Here
|
| 16230 |
: |
16810 |
: |
| 16231 |
else |
16811 |
else |
| 16232 |
echo "$as_me: failed program was:" >&5 |
16812 |
echo "$as_me: failed program was:" >&5 |
| 16233 |
cat conftest.$ac_ext >&5 |
16813 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
16814 |
|
| 16234 |
continue |
16815 |
continue |
| 16235 |
fi |
16816 |
fi |
| 16236 |
rm -f conftest.$ac_objext conftest.$ac_ext |
16817 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 16237 |
cat >conftest.$ac_ext <<_ACEOF |
16818 |
cat >conftest.$ac_ext <<_ACEOF |
| 16238 |
#line $LINENO "configure" |
16819 |
#line $LINENO "configure" |
| 16239 |
#include "confdefs.h" |
16820 |
/* confdefs.h. */ |
|
|
16821 |
_ACEOF |
| 16822 |
cat confdefs.h >>conftest.$ac_ext |
| 16823 |
cat >>conftest.$ac_ext <<_ACEOF |
| 16824 |
/* end confdefs.h. */ |
| 16240 |
$ac_declaration |
16825 |
$ac_declaration |
| 16241 |
#ifdef F77_DUMMY_MAIN |
|
|
| 16242 |
# ifdef __cplusplus |
| 16243 |
extern "C" |
| 16244 |
# endif |
| 16245 |
int F77_DUMMY_MAIN() { return 1; } |
| 16246 |
#endif |
| 16247 |
int |
16826 |
int |
| 16248 |
main () |
16827 |
main () |
| 16249 |
{ |
16828 |
{ |
|
Lines 16267-16273
Link Here
|
| 16267 |
break |
16846 |
break |
| 16268 |
else |
16847 |
else |
| 16269 |
echo "$as_me: failed program was:" >&5 |
16848 |
echo "$as_me: failed program was:" >&5 |
| 16270 |
cat conftest.$ac_ext >&5 |
16849 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
16850 |
|
| 16271 |
fi |
16851 |
fi |
| 16272 |
rm -f conftest.$ac_objext conftest.$ac_ext |
16852 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 16273 |
done |
16853 |
done |
|
Lines 16302-16319
Link Here
|
| 16302 |
# using a relative directory. |
16882 |
# using a relative directory. |
| 16303 |
cp "$am_depcomp" conftest.dir |
16883 |
cp "$am_depcomp" conftest.dir |
| 16304 |
cd conftest.dir |
16884 |
cd conftest.dir |
|
|
16885 |
# We will build objects and dependencies in a subdirectory because |
| 16886 |
# it helps to detect inapplicable dependency modes. For instance |
| 16887 |
# both Tru64's cc and ICC support -MD to output dependencies as a |
| 16888 |
# side effect of compilation, but ICC will put the dependencies in |
| 16889 |
# the current directory while Tru64 will put them in the object |
| 16890 |
# directory. |
| 16891 |
mkdir sub |
| 16305 |
|
16892 |
|
| 16306 |
am_cv_CXX_dependencies_compiler_type=none |
16893 |
am_cv_CXX_dependencies_compiler_type=none |
| 16307 |
if test "$am_compiler_list" = ""; then |
16894 |
if test "$am_compiler_list" = ""; then |
| 16308 |
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` |
16895 |
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` |
| 16309 |
fi |
16896 |
fi |
| 16310 |
for depmode in $am_compiler_list; do |
16897 |
for depmode in $am_compiler_list; do |
|
|
16898 |
# Setup a source with many dependencies, because some compilers |
| 16899 |
# like to wrap large dependency lists on column 80 (with \), and |
| 16900 |
# we should not choose a depcomp mode which is confused by this. |
| 16901 |
# |
| 16311 |
# We need to recreate these files for each test, as the compiler may |
16902 |
# We need to recreate these files for each test, as the compiler may |
| 16312 |
# overwrite some of them when testing with obscure command lines. |
16903 |
# overwrite some of them when testing with obscure command lines. |
| 16313 |
# This happens at least with the AIX C compiler. |
16904 |
# This happens at least with the AIX C compiler. |
| 16314 |
echo '#include "conftest.h"' > conftest.c |
16905 |
: > sub/conftest.c |
| 16315 |
echo 'int i;' > conftest.h |
16906 |
for i in 1 2 3 4 5 6; do |
| 16316 |
echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf |
16907 |
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
|
|
16908 |
: > sub/conftst$i.h |
| 16909 |
done |
| 16910 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
| 16317 |
|
16911 |
|
| 16318 |
case $depmode in |
16912 |
case $depmode in |
| 16319 |
nosideeffect) |
16913 |
nosideeffect) |
|
Lines 16331-16343
Link Here
|
| 16331 |
# mode. It turns out that the SunPro C++ compiler does not properly |
16925 |
# mode. It turns out that the SunPro C++ compiler does not properly |
| 16332 |
# handle `-M -o', and we need to detect this. |
16926 |
# handle `-M -o', and we need to detect this. |
| 16333 |
if depmode=$depmode \ |
16927 |
if depmode=$depmode \ |
| 16334 |
source=conftest.c object=conftest.o \ |
16928 |
source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ |
| 16335 |
depfile=conftest.Po tmpdepfile=conftest.TPo \ |
16929 |
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ |
| 16336 |
$SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 && |
16930 |
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ |
| 16337 |
grep conftest.h conftest.Po > /dev/null 2>&1 && |
16931 |
>/dev/null 2>conftest.err && |
|
|
16932 |
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && |
| 16933 |
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && |
| 16338 |
${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
16934 |
${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
| 16339 |
am_cv_CXX_dependencies_compiler_type=$depmode |
16935 |
# icc doesn't choke on unknown options, it will just issue warnings |
| 16340 |
break |
16936 |
# (even with -Werror). So we grep stderr for any message |
|
|
16937 |
# that says an option was ignored. |
| 16938 |
if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else |
| 16939 |
am_cv_CXX_dependencies_compiler_type=$depmode |
| 16940 |
break |
| 16941 |
fi |
| 16341 |
fi |
16942 |
fi |
| 16342 |
done |
16943 |
done |
| 16343 |
|
16944 |
|
|
Lines 16354-16359
Link Here
|
| 16354 |
|
16955 |
|
| 16355 |
|
16956 |
|
| 16356 |
|
16957 |
|
|
|
16958 |
if |
| 16959 |
test "x$enable_dependency_tracking" != xno \ |
| 16960 |
&& test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then |
| 16961 |
am__fastdepCXX_TRUE= |
| 16962 |
am__fastdepCXX_FALSE='#' |
| 16963 |
else |
| 16964 |
am__fastdepCXX_TRUE='#' |
| 16965 |
am__fastdepCXX_FALSE= |
| 16966 |
fi |
| 16967 |
|
| 16968 |
|
| 16969 |
|
| 16357 |
if test "$GXX" = "yes" || test "$CXX" = "KCC"; then |
16970 |
if test "$GXX" = "yes" || test "$CXX" = "KCC"; then |
| 16358 |
if test "$kde_use_debug_code" != "no"; then |
16971 |
if test "$kde_use_debug_code" != "no"; then |
| 16359 |
if test "$CXX" = "KCC"; then |
16972 |
if test "$CXX" = "KCC"; then |
|
Lines 16390-16403
Link Here
|
| 16390 |
CXXFLAGS="$CXXFLAGS -fno-builtin" |
17003 |
CXXFLAGS="$CXXFLAGS -fno-builtin" |
| 16391 |
cat >conftest.$ac_ext <<_ACEOF |
17004 |
cat >conftest.$ac_ext <<_ACEOF |
| 16392 |
#line $LINENO "configure" |
17005 |
#line $LINENO "configure" |
| 16393 |
#include "confdefs.h" |
17006 |
/* confdefs.h. */ |
|
|
17007 |
_ACEOF |
| 17008 |
cat confdefs.h >>conftest.$ac_ext |
| 17009 |
cat >>conftest.$ac_ext <<_ACEOF |
| 17010 |
/* end confdefs.h. */ |
| 16394 |
|
17011 |
|
| 16395 |
#ifdef F77_DUMMY_MAIN |
|
|
| 16396 |
# ifdef __cplusplus |
| 16397 |
extern "C" |
| 16398 |
# endif |
| 16399 |
int F77_DUMMY_MAIN() { return 1; } |
| 16400 |
#endif |
| 16401 |
int |
17012 |
int |
| 16402 |
main () |
17013 |
main () |
| 16403 |
{ |
17014 |
{ |
|
Lines 16421-16427
Link Here
|
| 16421 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
17032 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 16422 |
else |
17033 |
else |
| 16423 |
echo "$as_me: failed program was:" >&5 |
17034 |
echo "$as_me: failed program was:" >&5 |
| 16424 |
cat conftest.$ac_ext >&5 |
17035 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
17036 |
|
| 16425 |
fi |
17037 |
fi |
| 16426 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
17038 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 16427 |
CXXFLAGS="$save_CXXFLAGS" |
17039 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 16470-16483
Link Here
|
| 16470 |
CXXFLAGS="$CXXFLAGS -Woverloaded-virtual" |
17082 |
CXXFLAGS="$CXXFLAGS -Woverloaded-virtual" |
| 16471 |
cat >conftest.$ac_ext <<_ACEOF |
17083 |
cat >conftest.$ac_ext <<_ACEOF |
| 16472 |
#line $LINENO "configure" |
17084 |
#line $LINENO "configure" |
| 16473 |
#include "confdefs.h" |
17085 |
/* confdefs.h. */ |
|
|
17086 |
_ACEOF |
| 17087 |
cat confdefs.h >>conftest.$ac_ext |
| 17088 |
cat >>conftest.$ac_ext <<_ACEOF |
| 17089 |
/* end confdefs.h. */ |
| 16474 |
|
17090 |
|
| 16475 |
#ifdef F77_DUMMY_MAIN |
|
|
| 16476 |
# ifdef __cplusplus |
| 16477 |
extern "C" |
| 16478 |
# endif |
| 16479 |
int F77_DUMMY_MAIN() { return 1; } |
| 16480 |
#endif |
| 16481 |
int |
17091 |
int |
| 16482 |
main () |
17092 |
main () |
| 16483 |
{ |
17093 |
{ |
|
Lines 16501-16507
Link Here
|
| 16501 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
17111 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 16502 |
else |
17112 |
else |
| 16503 |
echo "$as_me: failed program was:" >&5 |
17113 |
echo "$as_me: failed program was:" >&5 |
| 16504 |
cat conftest.$ac_ext >&5 |
17114 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
17115 |
|
| 16505 |
fi |
17116 |
fi |
| 16506 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
17117 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 16507 |
CXXFLAGS="$save_CXXFLAGS" |
17118 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 16564-16577
Link Here
|
| 16564 |
CXXFLAGS="$CXXFLAGS -pg" |
17175 |
CXXFLAGS="$CXXFLAGS -pg" |
| 16565 |
cat >conftest.$ac_ext <<_ACEOF |
17176 |
cat >conftest.$ac_ext <<_ACEOF |
| 16566 |
#line $LINENO "configure" |
17177 |
#line $LINENO "configure" |
| 16567 |
#include "confdefs.h" |
17178 |
/* confdefs.h. */ |
|
|
17179 |
_ACEOF |
| 17180 |
cat confdefs.h >>conftest.$ac_ext |
| 17181 |
cat >>conftest.$ac_ext <<_ACEOF |
| 17182 |
/* end confdefs.h. */ |
| 16568 |
|
17183 |
|
| 16569 |
#ifdef F77_DUMMY_MAIN |
|
|
| 16570 |
# ifdef __cplusplus |
| 16571 |
extern "C" |
| 16572 |
# endif |
| 16573 |
int F77_DUMMY_MAIN() { return 1; } |
| 16574 |
#endif |
| 16575 |
int |
17184 |
int |
| 16576 |
main () |
17185 |
main () |
| 16577 |
{ |
17186 |
{ |
|
Lines 16595-16601
Link Here
|
| 16595 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
17204 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 16596 |
else |
17205 |
else |
| 16597 |
echo "$as_me: failed program was:" >&5 |
17206 |
echo "$as_me: failed program was:" >&5 |
| 16598 |
cat conftest.$ac_ext >&5 |
17207 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
17208 |
|
| 16599 |
fi |
17209 |
fi |
| 16600 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
17210 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 16601 |
CXXFLAGS="$save_CXXFLAGS" |
17211 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 16649-16662
Link Here
|
| 16649 |
CXXFLAGS="$CXXFLAGS -fprofile-arcs" |
17259 |
CXXFLAGS="$CXXFLAGS -fprofile-arcs" |
| 16650 |
cat >conftest.$ac_ext <<_ACEOF |
17260 |
cat >conftest.$ac_ext <<_ACEOF |
| 16651 |
#line $LINENO "configure" |
17261 |
#line $LINENO "configure" |
| 16652 |
#include "confdefs.h" |
17262 |
/* confdefs.h. */ |
|
|
17263 |
_ACEOF |
| 17264 |
cat confdefs.h >>conftest.$ac_ext |
| 17265 |
cat >>conftest.$ac_ext <<_ACEOF |
| 17266 |
/* end confdefs.h. */ |
| 16653 |
|
17267 |
|
| 16654 |
#ifdef F77_DUMMY_MAIN |
|
|
| 16655 |
# ifdef __cplusplus |
| 16656 |
extern "C" |
| 16657 |
# endif |
| 16658 |
int F77_DUMMY_MAIN() { return 1; } |
| 16659 |
#endif |
| 16660 |
int |
17268 |
int |
| 16661 |
main () |
17269 |
main () |
| 16662 |
{ |
17270 |
{ |
|
Lines 16680-16686
Link Here
|
| 16680 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
17288 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 16681 |
else |
17289 |
else |
| 16682 |
echo "$as_me: failed program was:" >&5 |
17290 |
echo "$as_me: failed program was:" >&5 |
| 16683 |
cat conftest.$ac_ext >&5 |
17291 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
17292 |
|
| 16684 |
fi |
17293 |
fi |
| 16685 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
17294 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 16686 |
CXXFLAGS="$save_CXXFLAGS" |
17295 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 16742-16755
Link Here
|
| 16742 |
CXXFLAGS="$CXXFLAGS -Wundef" |
17351 |
CXXFLAGS="$CXXFLAGS -Wundef" |
| 16743 |
cat >conftest.$ac_ext <<_ACEOF |
17352 |
cat >conftest.$ac_ext <<_ACEOF |
| 16744 |
#line $LINENO "configure" |
17353 |
#line $LINENO "configure" |
| 16745 |
#include "confdefs.h" |
17354 |
/* confdefs.h. */ |
|
|
17355 |
_ACEOF |
| 17356 |
cat confdefs.h >>conftest.$ac_ext |
| 17357 |
cat >>conftest.$ac_ext <<_ACEOF |
| 17358 |
/* end confdefs.h. */ |
| 16746 |
|
17359 |
|
| 16747 |
#ifdef F77_DUMMY_MAIN |
|
|
| 16748 |
# ifdef __cplusplus |
| 16749 |
extern "C" |
| 16750 |
# endif |
| 16751 |
int F77_DUMMY_MAIN() { return 1; } |
| 16752 |
#endif |
| 16753 |
int |
17360 |
int |
| 16754 |
main () |
17361 |
main () |
| 16755 |
{ |
17362 |
{ |
|
Lines 16773-16779
Link Here
|
| 16773 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
17380 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 16774 |
else |
17381 |
else |
| 16775 |
echo "$as_me: failed program was:" >&5 |
17382 |
echo "$as_me: failed program was:" >&5 |
| 16776 |
cat conftest.$ac_ext >&5 |
17383 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
17384 |
|
| 16777 |
fi |
17385 |
fi |
| 16778 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
17386 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 16779 |
CXXFLAGS="$save_CXXFLAGS" |
17387 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 16821-16834
Link Here
|
| 16821 |
CXXFLAGS="$CXXFLAGS -Wno-long-long" |
17429 |
CXXFLAGS="$CXXFLAGS -Wno-long-long" |
| 16822 |
cat >conftest.$ac_ext <<_ACEOF |
17430 |
cat >conftest.$ac_ext <<_ACEOF |
| 16823 |
#line $LINENO "configure" |
17431 |
#line $LINENO "configure" |
| 16824 |
#include "confdefs.h" |
17432 |
/* confdefs.h. */ |
|
|
17433 |
_ACEOF |
| 17434 |
cat confdefs.h >>conftest.$ac_ext |
| 17435 |
cat >>conftest.$ac_ext <<_ACEOF |
| 17436 |
/* end confdefs.h. */ |
| 16825 |
|
17437 |
|
| 16826 |
#ifdef F77_DUMMY_MAIN |
|
|
| 16827 |
# ifdef __cplusplus |
| 16828 |
extern "C" |
| 16829 |
# endif |
| 16830 |
int F77_DUMMY_MAIN() { return 1; } |
| 16831 |
#endif |
| 16832 |
int |
17438 |
int |
| 16833 |
main () |
17439 |
main () |
| 16834 |
{ |
17440 |
{ |
|
Lines 16852-16858
Link Here
|
| 16852 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
17458 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 16853 |
else |
17459 |
else |
| 16854 |
echo "$as_me: failed program was:" >&5 |
17460 |
echo "$as_me: failed program was:" >&5 |
| 16855 |
cat conftest.$ac_ext >&5 |
17461 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
17462 |
|
| 16856 |
fi |
17463 |
fi |
| 16857 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
17464 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 16858 |
CXXFLAGS="$save_CXXFLAGS" |
17465 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 16900-16913
Link Here
|
| 16900 |
CXXFLAGS="$CXXFLAGS -Wnon-virtual-dtor" |
17507 |
CXXFLAGS="$CXXFLAGS -Wnon-virtual-dtor" |
| 16901 |
cat >conftest.$ac_ext <<_ACEOF |
17508 |
cat >conftest.$ac_ext <<_ACEOF |
| 16902 |
#line $LINENO "configure" |
17509 |
#line $LINENO "configure" |
| 16903 |
#include "confdefs.h" |
17510 |
/* confdefs.h. */ |
|
|
17511 |
_ACEOF |
| 17512 |
cat confdefs.h >>conftest.$ac_ext |
| 17513 |
cat >>conftest.$ac_ext <<_ACEOF |
| 17514 |
/* end confdefs.h. */ |
| 16904 |
|
17515 |
|
| 16905 |
#ifdef F77_DUMMY_MAIN |
|
|
| 16906 |
# ifdef __cplusplus |
| 16907 |
extern "C" |
| 16908 |
# endif |
| 16909 |
int F77_DUMMY_MAIN() { return 1; } |
| 16910 |
#endif |
| 16911 |
int |
17516 |
int |
| 16912 |
main () |
17517 |
main () |
| 16913 |
{ |
17518 |
{ |
|
Lines 16931-16937
Link Here
|
| 16931 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
17536 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 16932 |
else |
17537 |
else |
| 16933 |
echo "$as_me: failed program was:" >&5 |
17538 |
echo "$as_me: failed program was:" >&5 |
| 16934 |
cat conftest.$ac_ext >&5 |
17539 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
17540 |
|
| 16935 |
fi |
17541 |
fi |
| 16936 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
17542 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 16937 |
CXXFLAGS="$save_CXXFLAGS" |
17543 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 16987-17000
Link Here
|
| 16987 |
CXXFLAGS="$CXXFLAGS -fno-exceptions" |
17593 |
CXXFLAGS="$CXXFLAGS -fno-exceptions" |
| 16988 |
cat >conftest.$ac_ext <<_ACEOF |
17594 |
cat >conftest.$ac_ext <<_ACEOF |
| 16989 |
#line $LINENO "configure" |
17595 |
#line $LINENO "configure" |
| 16990 |
#include "confdefs.h" |
17596 |
/* confdefs.h. */ |
|
|
17597 |
_ACEOF |
| 17598 |
cat confdefs.h >>conftest.$ac_ext |
| 17599 |
cat >>conftest.$ac_ext <<_ACEOF |
| 17600 |
/* end confdefs.h. */ |
| 16991 |
|
17601 |
|
| 16992 |
#ifdef F77_DUMMY_MAIN |
|
|
| 16993 |
# ifdef __cplusplus |
| 16994 |
extern "C" |
| 16995 |
# endif |
| 16996 |
int F77_DUMMY_MAIN() { return 1; } |
| 16997 |
#endif |
| 16998 |
int |
17602 |
int |
| 16999 |
main () |
17603 |
main () |
| 17000 |
{ |
17604 |
{ |
|
Lines 17018-17024
Link Here
|
| 17018 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
17622 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 17019 |
else |
17623 |
else |
| 17020 |
echo "$as_me: failed program was:" >&5 |
17624 |
echo "$as_me: failed program was:" >&5 |
| 17021 |
cat conftest.$ac_ext >&5 |
17625 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
17626 |
|
| 17022 |
fi |
17627 |
fi |
| 17023 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
17628 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17024 |
CXXFLAGS="$save_CXXFLAGS" |
17629 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 17066-17079
Link Here
|
| 17066 |
CXXFLAGS="$CXXFLAGS -fno-check-new" |
17671 |
CXXFLAGS="$CXXFLAGS -fno-check-new" |
| 17067 |
cat >conftest.$ac_ext <<_ACEOF |
17672 |
cat >conftest.$ac_ext <<_ACEOF |
| 17068 |
#line $LINENO "configure" |
17673 |
#line $LINENO "configure" |
| 17069 |
#include "confdefs.h" |
17674 |
/* confdefs.h. */ |
|
|
17675 |
_ACEOF |
| 17676 |
cat confdefs.h >>conftest.$ac_ext |
| 17677 |
cat >>conftest.$ac_ext <<_ACEOF |
| 17678 |
/* end confdefs.h. */ |
| 17070 |
|
17679 |
|
| 17071 |
#ifdef F77_DUMMY_MAIN |
|
|
| 17072 |
# ifdef __cplusplus |
| 17073 |
extern "C" |
| 17074 |
# endif |
| 17075 |
int F77_DUMMY_MAIN() { return 1; } |
| 17076 |
#endif |
| 17077 |
int |
17680 |
int |
| 17078 |
main () |
17681 |
main () |
| 17079 |
{ |
17682 |
{ |
|
Lines 17097-17103
Link Here
|
| 17097 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
17700 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 17098 |
else |
17701 |
else |
| 17099 |
echo "$as_me: failed program was:" >&5 |
17702 |
echo "$as_me: failed program was:" >&5 |
| 17100 |
cat conftest.$ac_ext >&5 |
17703 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
17704 |
|
| 17101 |
fi |
17705 |
fi |
| 17102 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
17706 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17103 |
CXXFLAGS="$save_CXXFLAGS" |
17707 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 17145-17158
Link Here
|
| 17145 |
CXXFLAGS="$CXXFLAGS -fexceptions" |
17749 |
CXXFLAGS="$CXXFLAGS -fexceptions" |
| 17146 |
cat >conftest.$ac_ext <<_ACEOF |
17750 |
cat >conftest.$ac_ext <<_ACEOF |
| 17147 |
#line $LINENO "configure" |
17751 |
#line $LINENO "configure" |
| 17148 |
#include "confdefs.h" |
17752 |
/* confdefs.h. */ |
|
|
17753 |
_ACEOF |
| 17754 |
cat confdefs.h >>conftest.$ac_ext |
| 17755 |
cat >>conftest.$ac_ext <<_ACEOF |
| 17756 |
/* end confdefs.h. */ |
| 17149 |
|
17757 |
|
| 17150 |
#ifdef F77_DUMMY_MAIN |
|
|
| 17151 |
# ifdef __cplusplus |
| 17152 |
extern "C" |
| 17153 |
# endif |
| 17154 |
int F77_DUMMY_MAIN() { return 1; } |
| 17155 |
#endif |
| 17156 |
int |
17758 |
int |
| 17157 |
main () |
17759 |
main () |
| 17158 |
{ |
17760 |
{ |
|
Lines 17176-17182
Link Here
|
| 17176 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
17778 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 17177 |
else |
17779 |
else |
| 17178 |
echo "$as_me: failed program was:" >&5 |
17780 |
echo "$as_me: failed program was:" >&5 |
| 17179 |
cat conftest.$ac_ext >&5 |
17781 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
17782 |
|
| 17180 |
fi |
17783 |
fi |
| 17181 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
17784 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17182 |
CXXFLAGS="$save_CXXFLAGS" |
17785 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 17238-17251
Link Here
|
| 17238 |
CXXFLAGS="$CXXFLAGS --pch" |
17841 |
CXXFLAGS="$CXXFLAGS --pch" |
| 17239 |
cat >conftest.$ac_ext <<_ACEOF |
17842 |
cat >conftest.$ac_ext <<_ACEOF |
| 17240 |
#line $LINENO "configure" |
17843 |
#line $LINENO "configure" |
| 17241 |
#include "confdefs.h" |
17844 |
/* confdefs.h. */ |
|
|
17845 |
_ACEOF |
| 17846 |
cat confdefs.h >>conftest.$ac_ext |
| 17847 |
cat >>conftest.$ac_ext <<_ACEOF |
| 17848 |
/* end confdefs.h. */ |
| 17242 |
|
17849 |
|
| 17243 |
#ifdef F77_DUMMY_MAIN |
|
|
| 17244 |
# ifdef __cplusplus |
| 17245 |
extern "C" |
| 17246 |
# endif |
| 17247 |
int F77_DUMMY_MAIN() { return 1; } |
| 17248 |
#endif |
| 17249 |
int |
17850 |
int |
| 17250 |
main () |
17851 |
main () |
| 17251 |
{ |
17852 |
{ |
|
Lines 17269-17275
Link Here
|
| 17269 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
17870 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 17270 |
else |
17871 |
else |
| 17271 |
echo "$as_me: failed program was:" >&5 |
17872 |
echo "$as_me: failed program was:" >&5 |
| 17272 |
cat conftest.$ac_ext >&5 |
17873 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
17874 |
|
| 17273 |
fi |
17875 |
fi |
| 17274 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
17876 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17275 |
CXXFLAGS="$save_CXXFLAGS" |
17877 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 17318-17331
Link Here
|
| 17318 |
CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6" |
17920 |
CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6" |
| 17319 |
cat >conftest.$ac_ext <<_ACEOF |
17921 |
cat >conftest.$ac_ext <<_ACEOF |
| 17320 |
#line $LINENO "configure" |
17922 |
#line $LINENO "configure" |
| 17321 |
#include "confdefs.h" |
17923 |
/* confdefs.h. */ |
|
|
17924 |
_ACEOF |
| 17925 |
cat confdefs.h >>conftest.$ac_ext |
| 17926 |
cat >>conftest.$ac_ext <<_ACEOF |
| 17927 |
/* end confdefs.h. */ |
| 17322 |
|
17928 |
|
| 17323 |
#ifdef F77_DUMMY_MAIN |
|
|
| 17324 |
# ifdef __cplusplus |
| 17325 |
extern "C" |
| 17326 |
# endif |
| 17327 |
int F77_DUMMY_MAIN() { return 1; } |
| 17328 |
#endif |
| 17329 |
int |
17929 |
int |
| 17330 |
main () |
17930 |
main () |
| 17331 |
{ |
17931 |
{ |
|
Lines 17349-17355
Link Here
|
| 17349 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
17949 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 17350 |
else |
17950 |
else |
| 17351 |
echo "$as_me: failed program was:" >&5 |
17951 |
echo "$as_me: failed program was:" >&5 |
| 17352 |
cat conftest.$ac_ext >&5 |
17952 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
17953 |
|
| 17353 |
fi |
17954 |
fi |
| 17354 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
17955 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17355 |
CXXFLAGS="$save_CXXFLAGS" |
17956 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 17397-17410
Link Here
|
| 17397 |
CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2" |
17998 |
CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2" |
| 17398 |
cat >conftest.$ac_ext <<_ACEOF |
17999 |
cat >conftest.$ac_ext <<_ACEOF |
| 17399 |
#line $LINENO "configure" |
18000 |
#line $LINENO "configure" |
| 17400 |
#include "confdefs.h" |
18001 |
/* confdefs.h. */ |
|
|
18002 |
_ACEOF |
| 18003 |
cat confdefs.h >>conftest.$ac_ext |
| 18004 |
cat >>conftest.$ac_ext <<_ACEOF |
| 18005 |
/* end confdefs.h. */ |
| 17401 |
|
18006 |
|
| 17402 |
#ifdef F77_DUMMY_MAIN |
|
|
| 17403 |
# ifdef __cplusplus |
| 17404 |
extern "C" |
| 17405 |
# endif |
| 17406 |
int F77_DUMMY_MAIN() { return 1; } |
| 17407 |
#endif |
| 17408 |
int |
18007 |
int |
| 17409 |
main () |
18008 |
main () |
| 17410 |
{ |
18009 |
{ |
|
Lines 17428-17434
Link Here
|
| 17428 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
18027 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 17429 |
else |
18028 |
else |
| 17430 |
echo "$as_me: failed program was:" >&5 |
18029 |
echo "$as_me: failed program was:" >&5 |
| 17431 |
cat conftest.$ac_ext >&5 |
18030 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
18031 |
|
| 17432 |
fi |
18032 |
fi |
| 17433 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
18033 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17434 |
CXXFLAGS="$save_CXXFLAGS" |
18034 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 17476-17489
Link Here
|
| 17476 |
CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0" |
18076 |
CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0" |
| 17477 |
cat >conftest.$ac_ext <<_ACEOF |
18077 |
cat >conftest.$ac_ext <<_ACEOF |
| 17478 |
#line $LINENO "configure" |
18078 |
#line $LINENO "configure" |
| 17479 |
#include "confdefs.h" |
18079 |
/* confdefs.h. */ |
|
|
18080 |
_ACEOF |
| 18081 |
cat confdefs.h >>conftest.$ac_ext |
| 18082 |
cat >>conftest.$ac_ext <<_ACEOF |
| 18083 |
/* end confdefs.h. */ |
| 17480 |
|
18084 |
|
| 17481 |
#ifdef F77_DUMMY_MAIN |
|
|
| 17482 |
# ifdef __cplusplus |
| 17483 |
extern "C" |
| 17484 |
# endif |
| 17485 |
int F77_DUMMY_MAIN() { return 1; } |
| 17486 |
#endif |
| 17487 |
int |
18085 |
int |
| 17488 |
main () |
18086 |
main () |
| 17489 |
{ |
18087 |
{ |
|
Lines 17507-17513
Link Here
|
| 17507 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
18105 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 17508 |
else |
18106 |
else |
| 17509 |
echo "$as_me: failed program was:" >&5 |
18107 |
echo "$as_me: failed program was:" >&5 |
| 17510 |
cat conftest.$ac_ext >&5 |
18108 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
18109 |
|
| 17511 |
fi |
18110 |
fi |
| 17512 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
18111 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17513 |
CXXFLAGS="$save_CXXFLAGS" |
18112 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 17555-17568
Link Here
|
| 17555 |
CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0" |
18154 |
CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0" |
| 17556 |
cat >conftest.$ac_ext <<_ACEOF |
18155 |
cat >conftest.$ac_ext <<_ACEOF |
| 17557 |
#line $LINENO "configure" |
18156 |
#line $LINENO "configure" |
| 17558 |
#include "confdefs.h" |
18157 |
/* confdefs.h. */ |
|
|
18158 |
_ACEOF |
| 18159 |
cat confdefs.h >>conftest.$ac_ext |
| 18160 |
cat >>conftest.$ac_ext <<_ACEOF |
| 18161 |
/* end confdefs.h. */ |
| 17559 |
|
18162 |
|
| 17560 |
#ifdef F77_DUMMY_MAIN |
|
|
| 17561 |
# ifdef __cplusplus |
| 17562 |
extern "C" |
| 17563 |
# endif |
| 17564 |
int F77_DUMMY_MAIN() { return 1; } |
| 17565 |
#endif |
| 17566 |
int |
18163 |
int |
| 17567 |
main () |
18164 |
main () |
| 17568 |
{ |
18165 |
{ |
|
Lines 17586-17592
Link Here
|
| 17586 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
18183 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 17587 |
else |
18184 |
else |
| 17588 |
echo "$as_me: failed program was:" >&5 |
18185 |
echo "$as_me: failed program was:" >&5 |
| 17589 |
cat conftest.$ac_ext >&5 |
18186 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
18187 |
|
| 17590 |
fi |
18188 |
fi |
| 17591 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
18189 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17592 |
CXXFLAGS="$save_CXXFLAGS" |
18190 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 17634-17647
Link Here
|
| 17634 |
CXXFLAGS="$CXXFLAGS --one_per" |
18232 |
CXXFLAGS="$CXXFLAGS --one_per" |
| 17635 |
cat >conftest.$ac_ext <<_ACEOF |
18233 |
cat >conftest.$ac_ext <<_ACEOF |
| 17636 |
#line $LINENO "configure" |
18234 |
#line $LINENO "configure" |
| 17637 |
#include "confdefs.h" |
18235 |
/* confdefs.h. */ |
|
|
18236 |
_ACEOF |
| 18237 |
cat confdefs.h >>conftest.$ac_ext |
| 18238 |
cat >>conftest.$ac_ext <<_ACEOF |
| 18239 |
/* end confdefs.h. */ |
| 17638 |
|
18240 |
|
| 17639 |
#ifdef F77_DUMMY_MAIN |
|
|
| 17640 |
# ifdef __cplusplus |
| 17641 |
extern "C" |
| 17642 |
# endif |
| 17643 |
int F77_DUMMY_MAIN() { return 1; } |
| 17644 |
#endif |
| 17645 |
int |
18241 |
int |
| 17646 |
main () |
18242 |
main () |
| 17647 |
{ |
18243 |
{ |
|
Lines 17665-17671
Link Here
|
| 17665 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
18261 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 17666 |
else |
18262 |
else |
| 17667 |
echo "$as_me: failed program was:" >&5 |
18263 |
echo "$as_me: failed program was:" >&5 |
| 17668 |
cat conftest.$ac_ext >&5 |
18264 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
18265 |
|
| 17669 |
fi |
18266 |
fi |
| 17670 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
18267 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17671 |
CXXFLAGS="$save_CXXFLAGS" |
18268 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 17811-17828
Link Here
|
| 17811 |
do |
18408 |
do |
| 17812 |
# Use a header file that comes with gcc, so configuring glibc |
18409 |
# Use a header file that comes with gcc, so configuring glibc |
| 17813 |
# with a fresh cross-compiler works. |
18410 |
# with a fresh cross-compiler works. |
|
|
18411 |
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 18412 |
# <limits.h> exists even on freestanding compilers. |
| 17814 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
18413 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
| 17815 |
# not just through cpp. "Syntax error" is here to catch this case. |
18414 |
# not just through cpp. "Syntax error" is here to catch this case. |
| 17816 |
cat >conftest.$ac_ext <<_ACEOF |
18415 |
cat >conftest.$ac_ext <<_ACEOF |
| 17817 |
#line $LINENO "configure" |
18416 |
#line $LINENO "configure" |
| 17818 |
#include "confdefs.h" |
18417 |
/* confdefs.h. */ |
| 17819 |
#include <assert.h> |
18418 |
_ACEOF |
|
|
18419 |
cat confdefs.h >>conftest.$ac_ext |
| 18420 |
cat >>conftest.$ac_ext <<_ACEOF |
| 18421 |
/* end confdefs.h. */ |
| 18422 |
#ifdef __STDC__ |
| 18423 |
# include <limits.h> |
| 18424 |
#else |
| 18425 |
# include <assert.h> |
| 18426 |
#endif |
| 17820 |
Syntax error |
18427 |
Syntax error |
| 17821 |
_ACEOF |
18428 |
_ACEOF |
| 17822 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
18429 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 17823 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
18430 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 17824 |
ac_status=$? |
18431 |
ac_status=$? |
| 17825 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
18432 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 17826 |
rm -f conftest.er1 |
18433 |
rm -f conftest.er1 |
| 17827 |
cat conftest.err >&5 |
18434 |
cat conftest.err >&5 |
| 17828 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18435 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 17839-17845
Link Here
|
| 17839 |
: |
18446 |
: |
| 17840 |
else |
18447 |
else |
| 17841 |
echo "$as_me: failed program was:" >&5 |
18448 |
echo "$as_me: failed program was:" >&5 |
| 17842 |
cat conftest.$ac_ext >&5 |
18449 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
18450 |
|
| 17843 |
# Broken: fails on valid input. |
18451 |
# Broken: fails on valid input. |
| 17844 |
continue |
18452 |
continue |
| 17845 |
fi |
18453 |
fi |
|
Lines 17849-17861
Link Here
|
| 17849 |
# can be detected and how. |
18457 |
# can be detected and how. |
| 17850 |
cat >conftest.$ac_ext <<_ACEOF |
18458 |
cat >conftest.$ac_ext <<_ACEOF |
| 17851 |
#line $LINENO "configure" |
18459 |
#line $LINENO "configure" |
| 17852 |
#include "confdefs.h" |
18460 |
/* confdefs.h. */ |
|
|
18461 |
_ACEOF |
| 18462 |
cat confdefs.h >>conftest.$ac_ext |
| 18463 |
cat >>conftest.$ac_ext <<_ACEOF |
| 18464 |
/* end confdefs.h. */ |
| 17853 |
#include <ac_nonexistent.h> |
18465 |
#include <ac_nonexistent.h> |
| 17854 |
_ACEOF |
18466 |
_ACEOF |
| 17855 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
18467 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 17856 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
18468 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 17857 |
ac_status=$? |
18469 |
ac_status=$? |
| 17858 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
18470 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 17859 |
rm -f conftest.er1 |
18471 |
rm -f conftest.er1 |
| 17860 |
cat conftest.err >&5 |
18472 |
cat conftest.err >&5 |
| 17861 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18473 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 17873-17879
Link Here
|
| 17873 |
continue |
18485 |
continue |
| 17874 |
else |
18486 |
else |
| 17875 |
echo "$as_me: failed program was:" >&5 |
18487 |
echo "$as_me: failed program was:" >&5 |
| 17876 |
cat conftest.$ac_ext >&5 |
18488 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
18489 |
|
| 17877 |
# Passes both tests. |
18490 |
# Passes both tests. |
| 17878 |
ac_preproc_ok=: |
18491 |
ac_preproc_ok=: |
| 17879 |
break |
18492 |
break |
|
Lines 17902-17919
Link Here
|
| 17902 |
do |
18515 |
do |
| 17903 |
# Use a header file that comes with gcc, so configuring glibc |
18516 |
# Use a header file that comes with gcc, so configuring glibc |
| 17904 |
# with a fresh cross-compiler works. |
18517 |
# with a fresh cross-compiler works. |
|
|
18518 |
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 18519 |
# <limits.h> exists even on freestanding compilers. |
| 17905 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
18520 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
| 17906 |
# not just through cpp. "Syntax error" is here to catch this case. |
18521 |
# not just through cpp. "Syntax error" is here to catch this case. |
| 17907 |
cat >conftest.$ac_ext <<_ACEOF |
18522 |
cat >conftest.$ac_ext <<_ACEOF |
| 17908 |
#line $LINENO "configure" |
18523 |
#line $LINENO "configure" |
| 17909 |
#include "confdefs.h" |
18524 |
/* confdefs.h. */ |
| 17910 |
#include <assert.h> |
18525 |
_ACEOF |
|
|
18526 |
cat confdefs.h >>conftest.$ac_ext |
| 18527 |
cat >>conftest.$ac_ext <<_ACEOF |
| 18528 |
/* end confdefs.h. */ |
| 18529 |
#ifdef __STDC__ |
| 18530 |
# include <limits.h> |
| 18531 |
#else |
| 18532 |
# include <assert.h> |
| 18533 |
#endif |
| 17911 |
Syntax error |
18534 |
Syntax error |
| 17912 |
_ACEOF |
18535 |
_ACEOF |
| 17913 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
18536 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 17914 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
18537 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 17915 |
ac_status=$? |
18538 |
ac_status=$? |
| 17916 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
18539 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 17917 |
rm -f conftest.er1 |
18540 |
rm -f conftest.er1 |
| 17918 |
cat conftest.err >&5 |
18541 |
cat conftest.err >&5 |
| 17919 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18542 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 17930-17936
Link Here
|
| 17930 |
: |
18553 |
: |
| 17931 |
else |
18554 |
else |
| 17932 |
echo "$as_me: failed program was:" >&5 |
18555 |
echo "$as_me: failed program was:" >&5 |
| 17933 |
cat conftest.$ac_ext >&5 |
18556 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
18557 |
|
| 17934 |
# Broken: fails on valid input. |
18558 |
# Broken: fails on valid input. |
| 17935 |
continue |
18559 |
continue |
| 17936 |
fi |
18560 |
fi |
|
Lines 17940-17952
Link Here
|
| 17940 |
# can be detected and how. |
18564 |
# can be detected and how. |
| 17941 |
cat >conftest.$ac_ext <<_ACEOF |
18565 |
cat >conftest.$ac_ext <<_ACEOF |
| 17942 |
#line $LINENO "configure" |
18566 |
#line $LINENO "configure" |
| 17943 |
#include "confdefs.h" |
18567 |
/* confdefs.h. */ |
|
|
18568 |
_ACEOF |
| 18569 |
cat confdefs.h >>conftest.$ac_ext |
| 18570 |
cat >>conftest.$ac_ext <<_ACEOF |
| 18571 |
/* end confdefs.h. */ |
| 17944 |
#include <ac_nonexistent.h> |
18572 |
#include <ac_nonexistent.h> |
| 17945 |
_ACEOF |
18573 |
_ACEOF |
| 17946 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
18574 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 17947 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
18575 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 17948 |
ac_status=$? |
18576 |
ac_status=$? |
| 17949 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
18577 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 17950 |
rm -f conftest.er1 |
18578 |
rm -f conftest.er1 |
| 17951 |
cat conftest.err >&5 |
18579 |
cat conftest.err >&5 |
| 17952 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18580 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 17964-17970
Link Here
|
| 17964 |
continue |
18592 |
continue |
| 17965 |
else |
18593 |
else |
| 17966 |
echo "$as_me: failed program was:" >&5 |
18594 |
echo "$as_me: failed program was:" >&5 |
| 17967 |
cat conftest.$ac_ext >&5 |
18595 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
18596 |
|
| 17968 |
# Passes both tests. |
18597 |
# Passes both tests. |
| 17969 |
ac_preproc_ok=: |
18598 |
ac_preproc_ok=: |
| 17970 |
break |
18599 |
break |
|
Lines 17977-17984
Link Here
|
| 17977 |
if $ac_preproc_ok; then |
18606 |
if $ac_preproc_ok; then |
| 17978 |
: |
18607 |
: |
| 17979 |
else |
18608 |
else |
| 17980 |
{ { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 |
18609 |
{ { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check |
| 17981 |
echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&2;} |
18610 |
See \`config.log' for more details." >&5 |
|
|
18611 |
echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check |
| 18612 |
See \`config.log' for more details." >&2;} |
| 17982 |
{ (exit 1); exit 1; }; } |
18613 |
{ (exit 1); exit 1; }; } |
| 17983 |
fi |
18614 |
fi |
| 17984 |
|
18615 |
|
|
Lines 18033-18046
Link Here
|
| 18033 |
CXXFLAGS="$CXXFLAGS -frepo" |
18664 |
CXXFLAGS="$CXXFLAGS -frepo" |
| 18034 |
cat >conftest.$ac_ext <<_ACEOF |
18665 |
cat >conftest.$ac_ext <<_ACEOF |
| 18035 |
#line $LINENO "configure" |
18666 |
#line $LINENO "configure" |
| 18036 |
#include "confdefs.h" |
18667 |
/* confdefs.h. */ |
|
|
18668 |
_ACEOF |
| 18669 |
cat confdefs.h >>conftest.$ac_ext |
| 18670 |
cat >>conftest.$ac_ext <<_ACEOF |
| 18671 |
/* end confdefs.h. */ |
| 18037 |
|
18672 |
|
| 18038 |
#ifdef F77_DUMMY_MAIN |
|
|
| 18039 |
# ifdef __cplusplus |
| 18040 |
extern "C" |
| 18041 |
# endif |
| 18042 |
int F77_DUMMY_MAIN() { return 1; } |
| 18043 |
#endif |
| 18044 |
int |
18673 |
int |
| 18045 |
main () |
18674 |
main () |
| 18046 |
{ |
18675 |
{ |
|
Lines 18064-18070
Link Here
|
| 18064 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
18693 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 18065 |
else |
18694 |
else |
| 18066 |
echo "$as_me: failed program was:" >&5 |
18695 |
echo "$as_me: failed program was:" >&5 |
| 18067 |
cat conftest.$ac_ext >&5 |
18696 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
18697 |
|
| 18068 |
fi |
18698 |
fi |
| 18069 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
18699 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 18070 |
CXXFLAGS="$save_CXXFLAGS" |
18700 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 18117-18130
Link Here
|
| 18117 |
CXXFLAGS="$CXXFLAGS -instances=explicit" |
18747 |
CXXFLAGS="$CXXFLAGS -instances=explicit" |
| 18118 |
cat >conftest.$ac_ext <<_ACEOF |
18748 |
cat >conftest.$ac_ext <<_ACEOF |
| 18119 |
#line $LINENO "configure" |
18749 |
#line $LINENO "configure" |
| 18120 |
#include "confdefs.h" |
18750 |
/* confdefs.h. */ |
|
|
18751 |
_ACEOF |
| 18752 |
cat confdefs.h >>conftest.$ac_ext |
| 18753 |
cat >>conftest.$ac_ext <<_ACEOF |
| 18754 |
/* end confdefs.h. */ |
| 18121 |
|
18755 |
|
| 18122 |
#ifdef F77_DUMMY_MAIN |
|
|
| 18123 |
# ifdef __cplusplus |
| 18124 |
extern "C" |
| 18125 |
# endif |
| 18126 |
int F77_DUMMY_MAIN() { return 1; } |
| 18127 |
#endif |
| 18128 |
int |
18756 |
int |
| 18129 |
main () |
18757 |
main () |
| 18130 |
{ |
18758 |
{ |
|
Lines 18148-18154
Link Here
|
| 18148 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
18776 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 18149 |
else |
18777 |
else |
| 18150 |
echo "$as_me: failed program was:" >&5 |
18778 |
echo "$as_me: failed program was:" >&5 |
| 18151 |
cat conftest.$ac_ext >&5 |
18779 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
18780 |
|
| 18152 |
fi |
18781 |
fi |
| 18153 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
18782 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 18154 |
CXXFLAGS="$save_CXXFLAGS" |
18783 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 18323-18335
Link Here
|
| 18323 |
# First, try using that file with no special directory specified. |
18952 |
# First, try using that file with no special directory specified. |
| 18324 |
cat >conftest.$ac_ext <<_ACEOF |
18953 |
cat >conftest.$ac_ext <<_ACEOF |
| 18325 |
#line $LINENO "configure" |
18954 |
#line $LINENO "configure" |
| 18326 |
#include "confdefs.h" |
18955 |
/* confdefs.h. */ |
|
|
18956 |
_ACEOF |
| 18957 |
cat confdefs.h >>conftest.$ac_ext |
| 18958 |
cat >>conftest.$ac_ext <<_ACEOF |
| 18959 |
/* end confdefs.h. */ |
| 18327 |
#include <X11/Intrinsic.h> |
18960 |
#include <X11/Intrinsic.h> |
| 18328 |
_ACEOF |
18961 |
_ACEOF |
| 18329 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
18962 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 18330 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
18963 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 18331 |
ac_status=$? |
18964 |
ac_status=$? |
| 18332 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
18965 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 18333 |
rm -f conftest.er1 |
18966 |
rm -f conftest.er1 |
| 18334 |
cat conftest.err >&5 |
18967 |
cat conftest.err >&5 |
| 18335 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18968 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 18347-18353
Link Here
|
| 18347 |
ac_x_includes= |
18980 |
ac_x_includes= |
| 18348 |
else |
18981 |
else |
| 18349 |
echo "$as_me: failed program was:" >&5 |
18982 |
echo "$as_me: failed program was:" >&5 |
| 18350 |
cat conftest.$ac_ext >&5 |
18983 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
18984 |
|
| 18351 |
for ac_dir in $ac_x_header_dirs; do |
18985 |
for ac_dir in $ac_x_header_dirs; do |
| 18352 |
if test -r "$ac_dir/X11/Intrinsic.h"; then |
18986 |
if test -r "$ac_dir/X11/Intrinsic.h"; then |
| 18353 |
ac_x_includes=$ac_dir |
18987 |
ac_x_includes=$ac_dir |
|
Lines 18366-18379
Link Here
|
| 18366 |
LIBS="-lXt $LIBS" |
19000 |
LIBS="-lXt $LIBS" |
| 18367 |
cat >conftest.$ac_ext <<_ACEOF |
19001 |
cat >conftest.$ac_ext <<_ACEOF |
| 18368 |
#line $LINENO "configure" |
19002 |
#line $LINENO "configure" |
| 18369 |
#include "confdefs.h" |
19003 |
/* confdefs.h. */ |
|
|
19004 |
_ACEOF |
| 19005 |
cat confdefs.h >>conftest.$ac_ext |
| 19006 |
cat >>conftest.$ac_ext <<_ACEOF |
| 19007 |
/* end confdefs.h. */ |
| 18370 |
#include <X11/Intrinsic.h> |
19008 |
#include <X11/Intrinsic.h> |
| 18371 |
#ifdef F77_DUMMY_MAIN |
|
|
| 18372 |
# ifdef __cplusplus |
| 18373 |
extern "C" |
| 18374 |
# endif |
| 18375 |
int F77_DUMMY_MAIN() { return 1; } |
| 18376 |
#endif |
| 18377 |
int |
19009 |
int |
| 18378 |
main () |
19010 |
main () |
| 18379 |
{ |
19011 |
{ |
|
Lines 18399-18405
Link Here
|
| 18399 |
ac_x_libraries= |
19031 |
ac_x_libraries= |
| 18400 |
else |
19032 |
else |
| 18401 |
echo "$as_me: failed program was:" >&5 |
19033 |
echo "$as_me: failed program was:" >&5 |
| 18402 |
cat conftest.$ac_ext >&5 |
19034 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
19035 |
|
| 18403 |
LIBS=$ac_save_LIBS |
19036 |
LIBS=$ac_save_LIBS |
| 18404 |
for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` |
19037 |
for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` |
| 18405 |
do |
19038 |
do |
|
Lines 18469-18482
Link Here
|
| 18469 |
ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" |
19102 |
ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" |
| 18470 |
cat >conftest.$ac_ext <<_ACEOF |
19103 |
cat >conftest.$ac_ext <<_ACEOF |
| 18471 |
#line $LINENO "configure" |
19104 |
#line $LINENO "configure" |
| 18472 |
#include "confdefs.h" |
19105 |
/* confdefs.h. */ |
|
|
19106 |
_ACEOF |
| 19107 |
cat confdefs.h >>conftest.$ac_ext |
| 19108 |
cat >>conftest.$ac_ext <<_ACEOF |
| 19109 |
/* end confdefs.h. */ |
| 18473 |
|
19110 |
|
| 18474 |
#ifdef F77_DUMMY_MAIN |
|
|
| 18475 |
# ifdef __cplusplus |
| 18476 |
extern "C" |
| 18477 |
# endif |
| 18478 |
int F77_DUMMY_MAIN() { return 1; } |
| 18479 |
#endif |
| 18480 |
int |
19111 |
int |
| 18481 |
main () |
19112 |
main () |
| 18482 |
{ |
19113 |
{ |
|
Lines 18500-18506
Link Here
|
| 18500 |
ac_R_nospace=yes |
19131 |
ac_R_nospace=yes |
| 18501 |
else |
19132 |
else |
| 18502 |
echo "$as_me: failed program was:" >&5 |
19133 |
echo "$as_me: failed program was:" >&5 |
| 18503 |
cat conftest.$ac_ext >&5 |
19134 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
19135 |
|
| 18504 |
ac_R_nospace=no |
19136 |
ac_R_nospace=no |
| 18505 |
fi |
19137 |
fi |
| 18506 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
19138 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 18512-18525
Link Here
|
| 18512 |
LIBS="$ac_xsave_LIBS -R $x_libraries" |
19144 |
LIBS="$ac_xsave_LIBS -R $x_libraries" |
| 18513 |
cat >conftest.$ac_ext <<_ACEOF |
19145 |
cat >conftest.$ac_ext <<_ACEOF |
| 18514 |
#line $LINENO "configure" |
19146 |
#line $LINENO "configure" |
| 18515 |
#include "confdefs.h" |
19147 |
/* confdefs.h. */ |
|
|
19148 |
_ACEOF |
| 19149 |
cat confdefs.h >>conftest.$ac_ext |
| 19150 |
cat >>conftest.$ac_ext <<_ACEOF |
| 19151 |
/* end confdefs.h. */ |
| 18516 |
|
19152 |
|
| 18517 |
#ifdef F77_DUMMY_MAIN |
|
|
| 18518 |
# ifdef __cplusplus |
| 18519 |
extern "C" |
| 18520 |
# endif |
| 18521 |
int F77_DUMMY_MAIN() { return 1; } |
| 18522 |
#endif |
| 18523 |
int |
19153 |
int |
| 18524 |
main () |
19154 |
main () |
| 18525 |
{ |
19155 |
{ |
|
Lines 18543-18549
Link Here
|
| 18543 |
ac_R_space=yes |
19173 |
ac_R_space=yes |
| 18544 |
else |
19174 |
else |
| 18545 |
echo "$as_me: failed program was:" >&5 |
19175 |
echo "$as_me: failed program was:" >&5 |
| 18546 |
cat conftest.$ac_ext >&5 |
19176 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
19177 |
|
| 18547 |
ac_R_space=no |
19178 |
ac_R_space=no |
| 18548 |
fi |
19179 |
fi |
| 18549 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
19180 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 18573-18579
Link Here
|
| 18573 |
ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" |
19204 |
ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" |
| 18574 |
cat >conftest.$ac_ext <<_ACEOF |
19205 |
cat >conftest.$ac_ext <<_ACEOF |
| 18575 |
#line $LINENO "configure" |
19206 |
#line $LINENO "configure" |
| 18576 |
#include "confdefs.h" |
19207 |
/* confdefs.h. */ |
|
|
19208 |
_ACEOF |
| 19209 |
cat confdefs.h >>conftest.$ac_ext |
| 19210 |
cat >>conftest.$ac_ext <<_ACEOF |
| 19211 |
/* end confdefs.h. */ |
| 18577 |
|
19212 |
|
| 18578 |
/* Override any gcc2 internal prototype to avoid an error. */ |
19213 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 18579 |
#ifdef __cplusplus |
19214 |
#ifdef __cplusplus |
|
Lines 18582-18593
Link Here
|
| 18582 |
/* We use char because int might match the return type of a gcc2 |
19217 |
/* We use char because int might match the return type of a gcc2 |
| 18583 |
builtin and then its argument prototype would still apply. */ |
19218 |
builtin and then its argument prototype would still apply. */ |
| 18584 |
char XOpenDisplay (); |
19219 |
char XOpenDisplay (); |
| 18585 |
#ifdef F77_DUMMY_MAIN |
|
|
| 18586 |
# ifdef __cplusplus |
| 18587 |
extern "C" |
| 18588 |
# endif |
| 18589 |
int F77_DUMMY_MAIN() { return 1; } |
| 18590 |
#endif |
| 18591 |
int |
19220 |
int |
| 18592 |
main () |
19221 |
main () |
| 18593 |
{ |
19222 |
{ |
|
Lines 18611-18617
Link Here
|
| 18611 |
: |
19240 |
: |
| 18612 |
else |
19241 |
else |
| 18613 |
echo "$as_me: failed program was:" >&5 |
19242 |
echo "$as_me: failed program was:" >&5 |
| 18614 |
cat conftest.$ac_ext >&5 |
19243 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
19244 |
|
| 18615 |
echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 |
19245 |
echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 |
| 18616 |
echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 |
19246 |
echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 |
| 18617 |
if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then |
19247 |
if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then |
|
Lines 18621-18627
Link Here
|
| 18621 |
LIBS="-ldnet $LIBS" |
19251 |
LIBS="-ldnet $LIBS" |
| 18622 |
cat >conftest.$ac_ext <<_ACEOF |
19252 |
cat >conftest.$ac_ext <<_ACEOF |
| 18623 |
#line $LINENO "configure" |
19253 |
#line $LINENO "configure" |
| 18624 |
#include "confdefs.h" |
19254 |
/* confdefs.h. */ |
|
|
19255 |
_ACEOF |
| 19256 |
cat confdefs.h >>conftest.$ac_ext |
| 19257 |
cat >>conftest.$ac_ext <<_ACEOF |
| 19258 |
/* end confdefs.h. */ |
| 18625 |
|
19259 |
|
| 18626 |
/* Override any gcc2 internal prototype to avoid an error. */ |
19260 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 18627 |
#ifdef __cplusplus |
19261 |
#ifdef __cplusplus |
|
Lines 18630-18641
Link Here
|
| 18630 |
/* We use char because int might match the return type of a gcc2 |
19264 |
/* We use char because int might match the return type of a gcc2 |
| 18631 |
builtin and then its argument prototype would still apply. */ |
19265 |
builtin and then its argument prototype would still apply. */ |
| 18632 |
char dnet_ntoa (); |
19266 |
char dnet_ntoa (); |
| 18633 |
#ifdef F77_DUMMY_MAIN |
|
|
| 18634 |
# ifdef __cplusplus |
| 18635 |
extern "C" |
| 18636 |
# endif |
| 18637 |
int F77_DUMMY_MAIN() { return 1; } |
| 18638 |
#endif |
| 18639 |
int |
19267 |
int |
| 18640 |
main () |
19268 |
main () |
| 18641 |
{ |
19269 |
{ |
|
Lines 18659-18665
Link Here
|
| 18659 |
ac_cv_lib_dnet_dnet_ntoa=yes |
19287 |
ac_cv_lib_dnet_dnet_ntoa=yes |
| 18660 |
else |
19288 |
else |
| 18661 |
echo "$as_me: failed program was:" >&5 |
19289 |
echo "$as_me: failed program was:" >&5 |
| 18662 |
cat conftest.$ac_ext >&5 |
19290 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
19291 |
|
| 18663 |
ac_cv_lib_dnet_dnet_ntoa=no |
19292 |
ac_cv_lib_dnet_dnet_ntoa=no |
| 18664 |
fi |
19293 |
fi |
| 18665 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
19294 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 18681-18687
Link Here
|
| 18681 |
LIBS="-ldnet_stub $LIBS" |
19310 |
LIBS="-ldnet_stub $LIBS" |
| 18682 |
cat >conftest.$ac_ext <<_ACEOF |
19311 |
cat >conftest.$ac_ext <<_ACEOF |
| 18683 |
#line $LINENO "configure" |
19312 |
#line $LINENO "configure" |
| 18684 |
#include "confdefs.h" |
19313 |
/* confdefs.h. */ |
|
|
19314 |
_ACEOF |
| 19315 |
cat confdefs.h >>conftest.$ac_ext |
| 19316 |
cat >>conftest.$ac_ext <<_ACEOF |
| 19317 |
/* end confdefs.h. */ |
| 18685 |
|
19318 |
|
| 18686 |
/* Override any gcc2 internal prototype to avoid an error. */ |
19319 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 18687 |
#ifdef __cplusplus |
19320 |
#ifdef __cplusplus |
|
Lines 18690-18701
Link Here
|
| 18690 |
/* We use char because int might match the return type of a gcc2 |
19323 |
/* We use char because int might match the return type of a gcc2 |
| 18691 |
builtin and then its argument prototype would still apply. */ |
19324 |
builtin and then its argument prototype would still apply. */ |
| 18692 |
char dnet_ntoa (); |
19325 |
char dnet_ntoa (); |
| 18693 |
#ifdef F77_DUMMY_MAIN |
|
|
| 18694 |
# ifdef __cplusplus |
| 18695 |
extern "C" |
| 18696 |
# endif |
| 18697 |
int F77_DUMMY_MAIN() { return 1; } |
| 18698 |
#endif |
| 18699 |
int |
19326 |
int |
| 18700 |
main () |
19327 |
main () |
| 18701 |
{ |
19328 |
{ |
|
Lines 18719-18725
Link Here
|
| 18719 |
ac_cv_lib_dnet_stub_dnet_ntoa=yes |
19346 |
ac_cv_lib_dnet_stub_dnet_ntoa=yes |
| 18720 |
else |
19347 |
else |
| 18721 |
echo "$as_me: failed program was:" >&5 |
19348 |
echo "$as_me: failed program was:" >&5 |
| 18722 |
cat conftest.$ac_ext >&5 |
19349 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
19350 |
|
| 18723 |
ac_cv_lib_dnet_stub_dnet_ntoa=no |
19351 |
ac_cv_lib_dnet_stub_dnet_ntoa=no |
| 18724 |
fi |
19352 |
fi |
| 18725 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
19353 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 18751-18787
Link Here
|
| 18751 |
else |
19379 |
else |
| 18752 |
cat >conftest.$ac_ext <<_ACEOF |
19380 |
cat >conftest.$ac_ext <<_ACEOF |
| 18753 |
#line $LINENO "configure" |
19381 |
#line $LINENO "configure" |
| 18754 |
#include "confdefs.h" |
19382 |
/* confdefs.h. */ |
|
|
19383 |
_ACEOF |
| 19384 |
cat confdefs.h >>conftest.$ac_ext |
| 19385 |
cat >>conftest.$ac_ext <<_ACEOF |
| 19386 |
/* end confdefs.h. */ |
| 18755 |
/* System header to define __stub macros and hopefully few prototypes, |
19387 |
/* System header to define __stub macros and hopefully few prototypes, |
| 18756 |
which can conflict with char gethostbyname (); below. */ |
19388 |
which can conflict with char gethostbyname (); below. |
| 18757 |
#include <assert.h> |
19389 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
19390 |
<limits.h> exists even on freestanding compilers. */ |
| 19391 |
#ifdef __STDC__ |
| 19392 |
# include <limits.h> |
| 19393 |
#else |
| 19394 |
# include <assert.h> |
| 19395 |
#endif |
| 18758 |
/* Override any gcc2 internal prototype to avoid an error. */ |
19396 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 18759 |
#ifdef __cplusplus |
19397 |
#ifdef __cplusplus |
| 18760 |
extern "C" |
19398 |
extern "C" |
|
|
19399 |
{ |
| 18761 |
#endif |
19400 |
#endif |
| 18762 |
/* We use char because int might match the return type of a gcc2 |
19401 |
/* We use char because int might match the return type of a gcc2 |
| 18763 |
builtin and then its argument prototype would still apply. */ |
19402 |
builtin and then its argument prototype would still apply. */ |
| 18764 |
char gethostbyname (); |
19403 |
char gethostbyname (); |
| 18765 |
char (*f) (); |
|
|
| 18766 |
|
| 18767 |
#ifdef F77_DUMMY_MAIN |
| 18768 |
# ifdef __cplusplus |
| 18769 |
extern "C" |
| 18770 |
# endif |
| 18771 |
int F77_DUMMY_MAIN() { return 1; } |
| 18772 |
#endif |
| 18773 |
int |
| 18774 |
main () |
| 18775 |
{ |
| 18776 |
/* The GNU C library defines this for functions which it implements |
19404 |
/* The GNU C library defines this for functions which it implements |
| 18777 |
to always fail with ENOSYS. Some functions are actually named |
19405 |
to always fail with ENOSYS. Some functions are actually named |
| 18778 |
something starting with __ and the normal name is an alias. */ |
19406 |
something starting with __ and the normal name is an alias. */ |
| 18779 |
#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) |
19407 |
#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) |
| 18780 |
choke me |
19408 |
choke me |
| 18781 |
#else |
19409 |
#else |
| 18782 |
f = gethostbyname; |
19410 |
char (*f) () = gethostbyname; |
|
|
19411 |
#endif |
| 19412 |
#ifdef __cplusplus |
| 19413 |
} |
| 18783 |
#endif |
19414 |
#endif |
| 18784 |
|
19415 |
|
|
|
19416 |
int |
| 19417 |
main () |
| 19418 |
{ |
| 19419 |
return f != gethostbyname; |
| 18785 |
; |
19420 |
; |
| 18786 |
return 0; |
19421 |
return 0; |
| 18787 |
} |
19422 |
} |
|
Lines 18801-18807
Link Here
|
| 18801 |
ac_cv_func_gethostbyname=yes |
19436 |
ac_cv_func_gethostbyname=yes |
| 18802 |
else |
19437 |
else |
| 18803 |
echo "$as_me: failed program was:" >&5 |
19438 |
echo "$as_me: failed program was:" >&5 |
| 18804 |
cat conftest.$ac_ext >&5 |
19439 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
19440 |
|
| 18805 |
ac_cv_func_gethostbyname=no |
19441 |
ac_cv_func_gethostbyname=no |
| 18806 |
fi |
19442 |
fi |
| 18807 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
19443 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 18819-18825
Link Here
|
| 18819 |
LIBS="-lnsl $LIBS" |
19455 |
LIBS="-lnsl $LIBS" |
| 18820 |
cat >conftest.$ac_ext <<_ACEOF |
19456 |
cat >conftest.$ac_ext <<_ACEOF |
| 18821 |
#line $LINENO "configure" |
19457 |
#line $LINENO "configure" |
| 18822 |
#include "confdefs.h" |
19458 |
/* confdefs.h. */ |
|
|
19459 |
_ACEOF |
| 19460 |
cat confdefs.h >>conftest.$ac_ext |
| 19461 |
cat >>conftest.$ac_ext <<_ACEOF |
| 19462 |
/* end confdefs.h. */ |
| 18823 |
|
19463 |
|
| 18824 |
/* Override any gcc2 internal prototype to avoid an error. */ |
19464 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 18825 |
#ifdef __cplusplus |
19465 |
#ifdef __cplusplus |
|
Lines 18828-18839
Link Here
|
| 18828 |
/* We use char because int might match the return type of a gcc2 |
19468 |
/* We use char because int might match the return type of a gcc2 |
| 18829 |
builtin and then its argument prototype would still apply. */ |
19469 |
builtin and then its argument prototype would still apply. */ |
| 18830 |
char gethostbyname (); |
19470 |
char gethostbyname (); |
| 18831 |
#ifdef F77_DUMMY_MAIN |
|
|
| 18832 |
# ifdef __cplusplus |
| 18833 |
extern "C" |
| 18834 |
# endif |
| 18835 |
int F77_DUMMY_MAIN() { return 1; } |
| 18836 |
#endif |
| 18837 |
int |
19471 |
int |
| 18838 |
main () |
19472 |
main () |
| 18839 |
{ |
19473 |
{ |
|
Lines 18857-18863
Link Here
|
| 18857 |
ac_cv_lib_nsl_gethostbyname=yes |
19491 |
ac_cv_lib_nsl_gethostbyname=yes |
| 18858 |
else |
19492 |
else |
| 18859 |
echo "$as_me: failed program was:" >&5 |
19493 |
echo "$as_me: failed program was:" >&5 |
| 18860 |
cat conftest.$ac_ext >&5 |
19494 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
19495 |
|
| 18861 |
ac_cv_lib_nsl_gethostbyname=no |
19496 |
ac_cv_lib_nsl_gethostbyname=no |
| 18862 |
fi |
19497 |
fi |
| 18863 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
19498 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 18879-18885
Link Here
|
| 18879 |
LIBS="-lbsd $LIBS" |
19514 |
LIBS="-lbsd $LIBS" |
| 18880 |
cat >conftest.$ac_ext <<_ACEOF |
19515 |
cat >conftest.$ac_ext <<_ACEOF |
| 18881 |
#line $LINENO "configure" |
19516 |
#line $LINENO "configure" |
| 18882 |
#include "confdefs.h" |
19517 |
/* confdefs.h. */ |
|
|
19518 |
_ACEOF |
| 19519 |
cat confdefs.h >>conftest.$ac_ext |
| 19520 |
cat >>conftest.$ac_ext <<_ACEOF |
| 19521 |
/* end confdefs.h. */ |
| 18883 |
|
19522 |
|
| 18884 |
/* Override any gcc2 internal prototype to avoid an error. */ |
19523 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 18885 |
#ifdef __cplusplus |
19524 |
#ifdef __cplusplus |
|
Lines 18888-18899
Link Here
|
| 18888 |
/* We use char because int might match the return type of a gcc2 |
19527 |
/* We use char because int might match the return type of a gcc2 |
| 18889 |
builtin and then its argument prototype would still apply. */ |
19528 |
builtin and then its argument prototype would still apply. */ |
| 18890 |
char gethostbyname (); |
19529 |
char gethostbyname (); |
| 18891 |
#ifdef F77_DUMMY_MAIN |
|
|
| 18892 |
# ifdef __cplusplus |
| 18893 |
extern "C" |
| 18894 |
# endif |
| 18895 |
int F77_DUMMY_MAIN() { return 1; } |
| 18896 |
#endif |
| 18897 |
int |
19530 |
int |
| 18898 |
main () |
19531 |
main () |
| 18899 |
{ |
19532 |
{ |
|
Lines 18917-18923
Link Here
|
| 18917 |
ac_cv_lib_bsd_gethostbyname=yes |
19550 |
ac_cv_lib_bsd_gethostbyname=yes |
| 18918 |
else |
19551 |
else |
| 18919 |
echo "$as_me: failed program was:" >&5 |
19552 |
echo "$as_me: failed program was:" >&5 |
| 18920 |
cat conftest.$ac_ext >&5 |
19553 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
19554 |
|
| 18921 |
ac_cv_lib_bsd_gethostbyname=no |
19555 |
ac_cv_lib_bsd_gethostbyname=no |
| 18922 |
fi |
19556 |
fi |
| 18923 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
19557 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 18936-18942
Link Here
|
| 18936 |
# socket/setsockopt and other routines are undefined under SCO ODT |
19570 |
# socket/setsockopt and other routines are undefined under SCO ODT |
| 18937 |
# 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary |
19571 |
# 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary |
| 18938 |
# on later versions), says Simon Leinen: it contains gethostby* |
19572 |
# on later versions), says Simon Leinen: it contains gethostby* |
| 18939 |
# variants that don't use the nameserver (or something). -lsocket |
19573 |
# variants that don't use the name server (or something). -lsocket |
| 18940 |
# must be given before -lnsl if both are needed. We assume that |
19574 |
# must be given before -lnsl if both are needed. We assume that |
| 18941 |
# if connect needs -lnsl, so does gethostbyname. |
19575 |
# if connect needs -lnsl, so does gethostbyname. |
| 18942 |
echo "$as_me:$LINENO: checking for connect" >&5 |
19576 |
echo "$as_me:$LINENO: checking for connect" >&5 |
|
Lines 18946-18982
Link Here
|
| 18946 |
else |
19580 |
else |
| 18947 |
cat >conftest.$ac_ext <<_ACEOF |
19581 |
cat >conftest.$ac_ext <<_ACEOF |
| 18948 |
#line $LINENO "configure" |
19582 |
#line $LINENO "configure" |
| 18949 |
#include "confdefs.h" |
19583 |
/* confdefs.h. */ |
|
|
19584 |
_ACEOF |
| 19585 |
cat confdefs.h >>conftest.$ac_ext |
| 19586 |
cat >>conftest.$ac_ext <<_ACEOF |
| 19587 |
/* end confdefs.h. */ |
| 18950 |
/* System header to define __stub macros and hopefully few prototypes, |
19588 |
/* System header to define __stub macros and hopefully few prototypes, |
| 18951 |
which can conflict with char connect (); below. */ |
19589 |
which can conflict with char connect (); below. |
| 18952 |
#include <assert.h> |
19590 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
19591 |
<limits.h> exists even on freestanding compilers. */ |
| 19592 |
#ifdef __STDC__ |
| 19593 |
# include <limits.h> |
| 19594 |
#else |
| 19595 |
# include <assert.h> |
| 19596 |
#endif |
| 18953 |
/* Override any gcc2 internal prototype to avoid an error. */ |
19597 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 18954 |
#ifdef __cplusplus |
19598 |
#ifdef __cplusplus |
| 18955 |
extern "C" |
19599 |
extern "C" |
|
|
19600 |
{ |
| 18956 |
#endif |
19601 |
#endif |
| 18957 |
/* We use char because int might match the return type of a gcc2 |
19602 |
/* We use char because int might match the return type of a gcc2 |
| 18958 |
builtin and then its argument prototype would still apply. */ |
19603 |
builtin and then its argument prototype would still apply. */ |
| 18959 |
char connect (); |
19604 |
char connect (); |
| 18960 |
char (*f) (); |
|
|
| 18961 |
|
| 18962 |
#ifdef F77_DUMMY_MAIN |
| 18963 |
# ifdef __cplusplus |
| 18964 |
extern "C" |
| 18965 |
# endif |
| 18966 |
int F77_DUMMY_MAIN() { return 1; } |
| 18967 |
#endif |
| 18968 |
int |
| 18969 |
main () |
| 18970 |
{ |
| 18971 |
/* The GNU C library defines this for functions which it implements |
19605 |
/* The GNU C library defines this for functions which it implements |
| 18972 |
to always fail with ENOSYS. Some functions are actually named |
19606 |
to always fail with ENOSYS. Some functions are actually named |
| 18973 |
something starting with __ and the normal name is an alias. */ |
19607 |
something starting with __ and the normal name is an alias. */ |
| 18974 |
#if defined (__stub_connect) || defined (__stub___connect) |
19608 |
#if defined (__stub_connect) || defined (__stub___connect) |
| 18975 |
choke me |
19609 |
choke me |
| 18976 |
#else |
19610 |
#else |
| 18977 |
f = connect; |
19611 |
char (*f) () = connect; |
|
|
19612 |
#endif |
| 19613 |
#ifdef __cplusplus |
| 19614 |
} |
| 18978 |
#endif |
19615 |
#endif |
| 18979 |
|
19616 |
|
|
|
19617 |
int |
| 19618 |
main () |
| 19619 |
{ |
| 19620 |
return f != connect; |
| 18980 |
; |
19621 |
; |
| 18981 |
return 0; |
19622 |
return 0; |
| 18982 |
} |
19623 |
} |
|
Lines 18996-19002
Link Here
|
| 18996 |
ac_cv_func_connect=yes |
19637 |
ac_cv_func_connect=yes |
| 18997 |
else |
19638 |
else |
| 18998 |
echo "$as_me: failed program was:" >&5 |
19639 |
echo "$as_me: failed program was:" >&5 |
| 18999 |
cat conftest.$ac_ext >&5 |
19640 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
19641 |
|
| 19000 |
ac_cv_func_connect=no |
19642 |
ac_cv_func_connect=no |
| 19001 |
fi |
19643 |
fi |
| 19002 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
19644 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 19014-19020
Link Here
|
| 19014 |
LIBS="-lsocket $X_EXTRA_LIBS $LIBS" |
19656 |
LIBS="-lsocket $X_EXTRA_LIBS $LIBS" |
| 19015 |
cat >conftest.$ac_ext <<_ACEOF |
19657 |
cat >conftest.$ac_ext <<_ACEOF |
| 19016 |
#line $LINENO "configure" |
19658 |
#line $LINENO "configure" |
| 19017 |
#include "confdefs.h" |
19659 |
/* confdefs.h. */ |
|
|
19660 |
_ACEOF |
| 19661 |
cat confdefs.h >>conftest.$ac_ext |
| 19662 |
cat >>conftest.$ac_ext <<_ACEOF |
| 19663 |
/* end confdefs.h. */ |
| 19018 |
|
19664 |
|
| 19019 |
/* Override any gcc2 internal prototype to avoid an error. */ |
19665 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 19020 |
#ifdef __cplusplus |
19666 |
#ifdef __cplusplus |
|
Lines 19023-19034
Link Here
|
| 19023 |
/* We use char because int might match the return type of a gcc2 |
19669 |
/* We use char because int might match the return type of a gcc2 |
| 19024 |
builtin and then its argument prototype would still apply. */ |
19670 |
builtin and then its argument prototype would still apply. */ |
| 19025 |
char connect (); |
19671 |
char connect (); |
| 19026 |
#ifdef F77_DUMMY_MAIN |
|
|
| 19027 |
# ifdef __cplusplus |
| 19028 |
extern "C" |
| 19029 |
# endif |
| 19030 |
int F77_DUMMY_MAIN() { return 1; } |
| 19031 |
#endif |
| 19032 |
int |
19672 |
int |
| 19033 |
main () |
19673 |
main () |
| 19034 |
{ |
19674 |
{ |
|
Lines 19052-19058
Link Here
|
| 19052 |
ac_cv_lib_socket_connect=yes |
19692 |
ac_cv_lib_socket_connect=yes |
| 19053 |
else |
19693 |
else |
| 19054 |
echo "$as_me: failed program was:" >&5 |
19694 |
echo "$as_me: failed program was:" >&5 |
| 19055 |
cat conftest.$ac_ext >&5 |
19695 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
19696 |
|
| 19056 |
ac_cv_lib_socket_connect=no |
19697 |
ac_cv_lib_socket_connect=no |
| 19057 |
fi |
19698 |
fi |
| 19058 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
19699 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 19074-19110
Link Here
|
| 19074 |
else |
19715 |
else |
| 19075 |
cat >conftest.$ac_ext <<_ACEOF |
19716 |
cat >conftest.$ac_ext <<_ACEOF |
| 19076 |
#line $LINENO "configure" |
19717 |
#line $LINENO "configure" |
| 19077 |
#include "confdefs.h" |
19718 |
/* confdefs.h. */ |
|
|
19719 |
_ACEOF |
| 19720 |
cat confdefs.h >>conftest.$ac_ext |
| 19721 |
cat >>conftest.$ac_ext <<_ACEOF |
| 19722 |
/* end confdefs.h. */ |
| 19078 |
/* System header to define __stub macros and hopefully few prototypes, |
19723 |
/* System header to define __stub macros and hopefully few prototypes, |
| 19079 |
which can conflict with char remove (); below. */ |
19724 |
which can conflict with char remove (); below. |
| 19080 |
#include <assert.h> |
19725 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
19726 |
<limits.h> exists even on freestanding compilers. */ |
| 19727 |
#ifdef __STDC__ |
| 19728 |
# include <limits.h> |
| 19729 |
#else |
| 19730 |
# include <assert.h> |
| 19731 |
#endif |
| 19081 |
/* Override any gcc2 internal prototype to avoid an error. */ |
19732 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 19082 |
#ifdef __cplusplus |
19733 |
#ifdef __cplusplus |
| 19083 |
extern "C" |
19734 |
extern "C" |
|
|
19735 |
{ |
| 19084 |
#endif |
19736 |
#endif |
| 19085 |
/* We use char because int might match the return type of a gcc2 |
19737 |
/* We use char because int might match the return type of a gcc2 |
| 19086 |
builtin and then its argument prototype would still apply. */ |
19738 |
builtin and then its argument prototype would still apply. */ |
| 19087 |
char remove (); |
19739 |
char remove (); |
| 19088 |
char (*f) (); |
|
|
| 19089 |
|
| 19090 |
#ifdef F77_DUMMY_MAIN |
| 19091 |
# ifdef __cplusplus |
| 19092 |
extern "C" |
| 19093 |
# endif |
| 19094 |
int F77_DUMMY_MAIN() { return 1; } |
| 19095 |
#endif |
| 19096 |
int |
| 19097 |
main () |
| 19098 |
{ |
| 19099 |
/* The GNU C library defines this for functions which it implements |
19740 |
/* The GNU C library defines this for functions which it implements |
| 19100 |
to always fail with ENOSYS. Some functions are actually named |
19741 |
to always fail with ENOSYS. Some functions are actually named |
| 19101 |
something starting with __ and the normal name is an alias. */ |
19742 |
something starting with __ and the normal name is an alias. */ |
| 19102 |
#if defined (__stub_remove) || defined (__stub___remove) |
19743 |
#if defined (__stub_remove) || defined (__stub___remove) |
| 19103 |
choke me |
19744 |
choke me |
| 19104 |
#else |
19745 |
#else |
| 19105 |
f = remove; |
19746 |
char (*f) () = remove; |
|
|
19747 |
#endif |
| 19748 |
#ifdef __cplusplus |
| 19749 |
} |
| 19106 |
#endif |
19750 |
#endif |
| 19107 |
|
19751 |
|
|
|
19752 |
int |
| 19753 |
main () |
| 19754 |
{ |
| 19755 |
return f != remove; |
| 19108 |
; |
19756 |
; |
| 19109 |
return 0; |
19757 |
return 0; |
| 19110 |
} |
19758 |
} |
|
Lines 19124-19130
Link Here
|
| 19124 |
ac_cv_func_remove=yes |
19772 |
ac_cv_func_remove=yes |
| 19125 |
else |
19773 |
else |
| 19126 |
echo "$as_me: failed program was:" >&5 |
19774 |
echo "$as_me: failed program was:" >&5 |
| 19127 |
cat conftest.$ac_ext >&5 |
19775 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
19776 |
|
| 19128 |
ac_cv_func_remove=no |
19777 |
ac_cv_func_remove=no |
| 19129 |
fi |
19778 |
fi |
| 19130 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
19779 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 19142-19148
Link Here
|
| 19142 |
LIBS="-lposix $LIBS" |
19791 |
LIBS="-lposix $LIBS" |
| 19143 |
cat >conftest.$ac_ext <<_ACEOF |
19792 |
cat >conftest.$ac_ext <<_ACEOF |
| 19144 |
#line $LINENO "configure" |
19793 |
#line $LINENO "configure" |
| 19145 |
#include "confdefs.h" |
19794 |
/* confdefs.h. */ |
|
|
19795 |
_ACEOF |
| 19796 |
cat confdefs.h >>conftest.$ac_ext |
| 19797 |
cat >>conftest.$ac_ext <<_ACEOF |
| 19798 |
/* end confdefs.h. */ |
| 19146 |
|
19799 |
|
| 19147 |
/* Override any gcc2 internal prototype to avoid an error. */ |
19800 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 19148 |
#ifdef __cplusplus |
19801 |
#ifdef __cplusplus |
|
Lines 19151-19162
Link Here
|
| 19151 |
/* We use char because int might match the return type of a gcc2 |
19804 |
/* We use char because int might match the return type of a gcc2 |
| 19152 |
builtin and then its argument prototype would still apply. */ |
19805 |
builtin and then its argument prototype would still apply. */ |
| 19153 |
char remove (); |
19806 |
char remove (); |
| 19154 |
#ifdef F77_DUMMY_MAIN |
|
|
| 19155 |
# ifdef __cplusplus |
| 19156 |
extern "C" |
| 19157 |
# endif |
| 19158 |
int F77_DUMMY_MAIN() { return 1; } |
| 19159 |
#endif |
| 19160 |
int |
19807 |
int |
| 19161 |
main () |
19808 |
main () |
| 19162 |
{ |
19809 |
{ |
|
Lines 19180-19186
Link Here
|
| 19180 |
ac_cv_lib_posix_remove=yes |
19827 |
ac_cv_lib_posix_remove=yes |
| 19181 |
else |
19828 |
else |
| 19182 |
echo "$as_me: failed program was:" >&5 |
19829 |
echo "$as_me: failed program was:" >&5 |
| 19183 |
cat conftest.$ac_ext >&5 |
19830 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
19831 |
|
| 19184 |
ac_cv_lib_posix_remove=no |
19832 |
ac_cv_lib_posix_remove=no |
| 19185 |
fi |
19833 |
fi |
| 19186 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
19834 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 19202-19238
Link Here
|
| 19202 |
else |
19850 |
else |
| 19203 |
cat >conftest.$ac_ext <<_ACEOF |
19851 |
cat >conftest.$ac_ext <<_ACEOF |
| 19204 |
#line $LINENO "configure" |
19852 |
#line $LINENO "configure" |
| 19205 |
#include "confdefs.h" |
19853 |
/* confdefs.h. */ |
|
|
19854 |
_ACEOF |
| 19855 |
cat confdefs.h >>conftest.$ac_ext |
| 19856 |
cat >>conftest.$ac_ext <<_ACEOF |
| 19857 |
/* end confdefs.h. */ |
| 19206 |
/* System header to define __stub macros and hopefully few prototypes, |
19858 |
/* System header to define __stub macros and hopefully few prototypes, |
| 19207 |
which can conflict with char shmat (); below. */ |
19859 |
which can conflict with char shmat (); below. |
| 19208 |
#include <assert.h> |
19860 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
19861 |
<limits.h> exists even on freestanding compilers. */ |
| 19862 |
#ifdef __STDC__ |
| 19863 |
# include <limits.h> |
| 19864 |
#else |
| 19865 |
# include <assert.h> |
| 19866 |
#endif |
| 19209 |
/* Override any gcc2 internal prototype to avoid an error. */ |
19867 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 19210 |
#ifdef __cplusplus |
19868 |
#ifdef __cplusplus |
| 19211 |
extern "C" |
19869 |
extern "C" |
|
|
19870 |
{ |
| 19212 |
#endif |
19871 |
#endif |
| 19213 |
/* We use char because int might match the return type of a gcc2 |
19872 |
/* We use char because int might match the return type of a gcc2 |
| 19214 |
builtin and then its argument prototype would still apply. */ |
19873 |
builtin and then its argument prototype would still apply. */ |
| 19215 |
char shmat (); |
19874 |
char shmat (); |
| 19216 |
char (*f) (); |
|
|
| 19217 |
|
| 19218 |
#ifdef F77_DUMMY_MAIN |
| 19219 |
# ifdef __cplusplus |
| 19220 |
extern "C" |
| 19221 |
# endif |
| 19222 |
int F77_DUMMY_MAIN() { return 1; } |
| 19223 |
#endif |
| 19224 |
int |
| 19225 |
main () |
| 19226 |
{ |
| 19227 |
/* The GNU C library defines this for functions which it implements |
19875 |
/* The GNU C library defines this for functions which it implements |
| 19228 |
to always fail with ENOSYS. Some functions are actually named |
19876 |
to always fail with ENOSYS. Some functions are actually named |
| 19229 |
something starting with __ and the normal name is an alias. */ |
19877 |
something starting with __ and the normal name is an alias. */ |
| 19230 |
#if defined (__stub_shmat) || defined (__stub___shmat) |
19878 |
#if defined (__stub_shmat) || defined (__stub___shmat) |
| 19231 |
choke me |
19879 |
choke me |
| 19232 |
#else |
19880 |
#else |
| 19233 |
f = shmat; |
19881 |
char (*f) () = shmat; |
|
|
19882 |
#endif |
| 19883 |
#ifdef __cplusplus |
| 19884 |
} |
| 19234 |
#endif |
19885 |
#endif |
| 19235 |
|
19886 |
|
|
|
19887 |
int |
| 19888 |
main () |
| 19889 |
{ |
| 19890 |
return f != shmat; |
| 19236 |
; |
19891 |
; |
| 19237 |
return 0; |
19892 |
return 0; |
| 19238 |
} |
19893 |
} |
|
Lines 19252-19258
Link Here
|
| 19252 |
ac_cv_func_shmat=yes |
19907 |
ac_cv_func_shmat=yes |
| 19253 |
else |
19908 |
else |
| 19254 |
echo "$as_me: failed program was:" >&5 |
19909 |
echo "$as_me: failed program was:" >&5 |
| 19255 |
cat conftest.$ac_ext >&5 |
19910 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
19911 |
|
| 19256 |
ac_cv_func_shmat=no |
19912 |
ac_cv_func_shmat=no |
| 19257 |
fi |
19913 |
fi |
| 19258 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
19914 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 19270-19276
Link Here
|
| 19270 |
LIBS="-lipc $LIBS" |
19926 |
LIBS="-lipc $LIBS" |
| 19271 |
cat >conftest.$ac_ext <<_ACEOF |
19927 |
cat >conftest.$ac_ext <<_ACEOF |
| 19272 |
#line $LINENO "configure" |
19928 |
#line $LINENO "configure" |
| 19273 |
#include "confdefs.h" |
19929 |
/* confdefs.h. */ |
|
|
19930 |
_ACEOF |
| 19931 |
cat confdefs.h >>conftest.$ac_ext |
| 19932 |
cat >>conftest.$ac_ext <<_ACEOF |
| 19933 |
/* end confdefs.h. */ |
| 19274 |
|
19934 |
|
| 19275 |
/* Override any gcc2 internal prototype to avoid an error. */ |
19935 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 19276 |
#ifdef __cplusplus |
19936 |
#ifdef __cplusplus |
|
Lines 19279-19290
Link Here
|
| 19279 |
/* We use char because int might match the return type of a gcc2 |
19939 |
/* We use char because int might match the return type of a gcc2 |
| 19280 |
builtin and then its argument prototype would still apply. */ |
19940 |
builtin and then its argument prototype would still apply. */ |
| 19281 |
char shmat (); |
19941 |
char shmat (); |
| 19282 |
#ifdef F77_DUMMY_MAIN |
|
|
| 19283 |
# ifdef __cplusplus |
| 19284 |
extern "C" |
| 19285 |
# endif |
| 19286 |
int F77_DUMMY_MAIN() { return 1; } |
| 19287 |
#endif |
| 19288 |
int |
19942 |
int |
| 19289 |
main () |
19943 |
main () |
| 19290 |
{ |
19944 |
{ |
|
Lines 19308-19314
Link Here
|
| 19308 |
ac_cv_lib_ipc_shmat=yes |
19962 |
ac_cv_lib_ipc_shmat=yes |
| 19309 |
else |
19963 |
else |
| 19310 |
echo "$as_me: failed program was:" >&5 |
19964 |
echo "$as_me: failed program was:" >&5 |
| 19311 |
cat conftest.$ac_ext >&5 |
19965 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
19966 |
|
| 19312 |
ac_cv_lib_ipc_shmat=no |
19967 |
ac_cv_lib_ipc_shmat=no |
| 19313 |
fi |
19968 |
fi |
| 19314 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
19969 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 19341-19347
Link Here
|
| 19341 |
LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
19996 |
LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
| 19342 |
cat >conftest.$ac_ext <<_ACEOF |
19997 |
cat >conftest.$ac_ext <<_ACEOF |
| 19343 |
#line $LINENO "configure" |
19998 |
#line $LINENO "configure" |
| 19344 |
#include "confdefs.h" |
19999 |
/* confdefs.h. */ |
|
|
20000 |
_ACEOF |
| 20001 |
cat confdefs.h >>conftest.$ac_ext |
| 20002 |
cat >>conftest.$ac_ext <<_ACEOF |
| 20003 |
/* end confdefs.h. */ |
| 19345 |
|
20004 |
|
| 19346 |
/* Override any gcc2 internal prototype to avoid an error. */ |
20005 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 19347 |
#ifdef __cplusplus |
20006 |
#ifdef __cplusplus |
|
Lines 19350-19361
Link Here
|
| 19350 |
/* We use char because int might match the return type of a gcc2 |
20009 |
/* We use char because int might match the return type of a gcc2 |
| 19351 |
builtin and then its argument prototype would still apply. */ |
20010 |
builtin and then its argument prototype would still apply. */ |
| 19352 |
char IceConnectionNumber (); |
20011 |
char IceConnectionNumber (); |
| 19353 |
#ifdef F77_DUMMY_MAIN |
|
|
| 19354 |
# ifdef __cplusplus |
| 19355 |
extern "C" |
| 19356 |
# endif |
| 19357 |
int F77_DUMMY_MAIN() { return 1; } |
| 19358 |
#endif |
| 19359 |
int |
20012 |
int |
| 19360 |
main () |
20013 |
main () |
| 19361 |
{ |
20014 |
{ |
|
Lines 19379-19385
Link Here
|
| 19379 |
ac_cv_lib_ICE_IceConnectionNumber=yes |
20032 |
ac_cv_lib_ICE_IceConnectionNumber=yes |
| 19380 |
else |
20033 |
else |
| 19381 |
echo "$as_me: failed program was:" >&5 |
20034 |
echo "$as_me: failed program was:" >&5 |
| 19382 |
cat conftest.$ac_ext >&5 |
20035 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
20036 |
|
| 19383 |
ac_cv_lib_ICE_IceConnectionNumber=no |
20037 |
ac_cv_lib_ICE_IceConnectionNumber=no |
| 19384 |
fi |
20038 |
fi |
| 19385 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
20039 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 19419-19425
Link Here
|
| 19419 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
20073 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 19420 |
cat >conftest.$ac_ext <<_ACEOF |
20074 |
cat >conftest.$ac_ext <<_ACEOF |
| 19421 |
#line $LINENO "configure" |
20075 |
#line $LINENO "configure" |
| 19422 |
#include "confdefs.h" |
20076 |
/* confdefs.h. */ |
|
|
20077 |
_ACEOF |
| 20078 |
cat confdefs.h >>conftest.$ac_ext |
| 20079 |
cat >>conftest.$ac_ext <<_ACEOF |
| 20080 |
/* end confdefs.h. */ |
| 19423 |
$ac_includes_default |
20081 |
$ac_includes_default |
| 19424 |
#include <$ac_header> |
20082 |
#include <$ac_header> |
| 19425 |
_ACEOF |
20083 |
_ACEOF |
|
Lines 19438-19444
Link Here
|
| 19438 |
ac_header_compiler=yes |
20096 |
ac_header_compiler=yes |
| 19439 |
else |
20097 |
else |
| 19440 |
echo "$as_me: failed program was:" >&5 |
20098 |
echo "$as_me: failed program was:" >&5 |
| 19441 |
cat conftest.$ac_ext >&5 |
20099 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
20100 |
|
| 19442 |
ac_header_compiler=no |
20101 |
ac_header_compiler=no |
| 19443 |
fi |
20102 |
fi |
| 19444 |
rm -f conftest.$ac_objext conftest.$ac_ext |
20103 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 19450-19462
Link Here
|
| 19450 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
20109 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 19451 |
cat >conftest.$ac_ext <<_ACEOF |
20110 |
cat >conftest.$ac_ext <<_ACEOF |
| 19452 |
#line $LINENO "configure" |
20111 |
#line $LINENO "configure" |
| 19453 |
#include "confdefs.h" |
20112 |
/* confdefs.h. */ |
|
|
20113 |
_ACEOF |
| 20114 |
cat confdefs.h >>conftest.$ac_ext |
| 20115 |
cat >>conftest.$ac_ext <<_ACEOF |
| 20116 |
/* end confdefs.h. */ |
| 19454 |
#include <$ac_header> |
20117 |
#include <$ac_header> |
| 19455 |
_ACEOF |
20118 |
_ACEOF |
| 19456 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
20119 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 19457 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
20120 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 19458 |
ac_status=$? |
20121 |
ac_status=$? |
| 19459 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
20122 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 19460 |
rm -f conftest.er1 |
20123 |
rm -f conftest.er1 |
| 19461 |
cat conftest.err >&5 |
20124 |
cat conftest.err >&5 |
| 19462 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20125 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 19473-19479
Link Here
|
| 19473 |
ac_header_preproc=yes |
20136 |
ac_header_preproc=yes |
| 19474 |
else |
20137 |
else |
| 19475 |
echo "$as_me: failed program was:" >&5 |
20138 |
echo "$as_me: failed program was:" >&5 |
| 19476 |
cat conftest.$ac_ext >&5 |
20139 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
20140 |
|
| 19477 |
ac_header_preproc=no |
20141 |
ac_header_preproc=no |
| 19478 |
fi |
20142 |
fi |
| 19479 |
rm -f conftest.err conftest.$ac_ext |
20143 |
rm -f conftest.err conftest.$ac_ext |
|
Lines 19486-19499
Link Here
|
| 19486 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
20150 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 19487 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
20151 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 19488 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
20152 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 19489 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
20153 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
20154 |
( |
| 20155 |
cat <<\_ASBOX |
| 20156 |
## ------------------------------------ ## |
| 20157 |
## Report this to bug-autoconf@gnu.org. ## |
| 20158 |
## ------------------------------------ ## |
| 20159 |
_ASBOX |
| 20160 |
) | |
| 20161 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 20162 |
;; |
| 19490 |
no:yes ) |
20163 |
no:yes ) |
| 19491 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
20164 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 19492 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
20165 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 19493 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
20166 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 19494 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
20167 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 19495 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
20168 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 19496 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
20169 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
20170 |
( |
| 20171 |
cat <<\_ASBOX |
| 20172 |
## ------------------------------------ ## |
| 20173 |
## Report this to bug-autoconf@gnu.org. ## |
| 20174 |
## ------------------------------------ ## |
| 20175 |
_ASBOX |
| 20176 |
) | |
| 20177 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 20178 |
;; |
| 19497 |
esac |
20179 |
esac |
| 19498 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
20180 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 19499 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
20181 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
|
Lines 19531-19537
Link Here
|
| 19531 |
LIBS="-lGL $LIBS" |
20213 |
LIBS="-lGL $LIBS" |
| 19532 |
cat >conftest.$ac_ext <<_ACEOF |
20214 |
cat >conftest.$ac_ext <<_ACEOF |
| 19533 |
#line $LINENO "configure" |
20215 |
#line $LINENO "configure" |
| 19534 |
#include "confdefs.h" |
20216 |
/* confdefs.h. */ |
|
|
20217 |
_ACEOF |
| 20218 |
cat confdefs.h >>conftest.$ac_ext |
| 20219 |
cat >>conftest.$ac_ext <<_ACEOF |
| 20220 |
/* end confdefs.h. */ |
| 19535 |
|
20221 |
|
| 19536 |
/* Override any gcc2 internal prototype to avoid an error. */ |
20222 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 19537 |
#ifdef __cplusplus |
20223 |
#ifdef __cplusplus |
|
Lines 19540-19551
Link Here
|
| 19540 |
/* We use char because int might match the return type of a gcc2 |
20226 |
/* We use char because int might match the return type of a gcc2 |
| 19541 |
builtin and then its argument prototype would still apply. */ |
20227 |
builtin and then its argument prototype would still apply. */ |
| 19542 |
char glNewList (); |
20228 |
char glNewList (); |
| 19543 |
#ifdef F77_DUMMY_MAIN |
|
|
| 19544 |
# ifdef __cplusplus |
| 19545 |
extern "C" |
| 19546 |
# endif |
| 19547 |
int F77_DUMMY_MAIN() { return 1; } |
| 19548 |
#endif |
| 19549 |
int |
20229 |
int |
| 19550 |
main () |
20230 |
main () |
| 19551 |
{ |
20231 |
{ |
|
Lines 19569-19575
Link Here
|
| 19569 |
ac_cv_lib_GL_glNewList=yes |
20249 |
ac_cv_lib_GL_glNewList=yes |
| 19570 |
else |
20250 |
else |
| 19571 |
echo "$as_me: failed program was:" >&5 |
20251 |
echo "$as_me: failed program was:" >&5 |
| 19572 |
cat conftest.$ac_ext >&5 |
20252 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
20253 |
|
| 19573 |
ac_cv_lib_GL_glNewList=no |
20254 |
ac_cv_lib_GL_glNewList=no |
| 19574 |
fi |
20255 |
fi |
| 19575 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
20256 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 19598-19604
Link Here
|
| 19598 |
LIBS="-lMesaGL $LIBS" |
20279 |
LIBS="-lMesaGL $LIBS" |
| 19599 |
cat >conftest.$ac_ext <<_ACEOF |
20280 |
cat >conftest.$ac_ext <<_ACEOF |
| 19600 |
#line $LINENO "configure" |
20281 |
#line $LINENO "configure" |
| 19601 |
#include "confdefs.h" |
20282 |
/* confdefs.h. */ |
|
|
20283 |
_ACEOF |
| 20284 |
cat confdefs.h >>conftest.$ac_ext |
| 20285 |
cat >>conftest.$ac_ext <<_ACEOF |
| 20286 |
/* end confdefs.h. */ |
| 19602 |
|
20287 |
|
| 19603 |
/* Override any gcc2 internal prototype to avoid an error. */ |
20288 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 19604 |
#ifdef __cplusplus |
20289 |
#ifdef __cplusplus |
|
Lines 19607-19618
Link Here
|
| 19607 |
/* We use char because int might match the return type of a gcc2 |
20292 |
/* We use char because int might match the return type of a gcc2 |
| 19608 |
builtin and then its argument prototype would still apply. */ |
20293 |
builtin and then its argument prototype would still apply. */ |
| 19609 |
char glNewList (); |
20294 |
char glNewList (); |
| 19610 |
#ifdef F77_DUMMY_MAIN |
|
|
| 19611 |
# ifdef __cplusplus |
| 19612 |
extern "C" |
| 19613 |
# endif |
| 19614 |
int F77_DUMMY_MAIN() { return 1; } |
| 19615 |
#endif |
| 19616 |
int |
20295 |
int |
| 19617 |
main () |
20296 |
main () |
| 19618 |
{ |
20297 |
{ |
|
Lines 19636-19642
Link Here
|
| 19636 |
ac_cv_lib_MesaGL_glNewList=yes |
20315 |
ac_cv_lib_MesaGL_glNewList=yes |
| 19637 |
else |
20316 |
else |
| 19638 |
echo "$as_me: failed program was:" >&5 |
20317 |
echo "$as_me: failed program was:" >&5 |
| 19639 |
cat conftest.$ac_ext >&5 |
20318 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
20319 |
|
| 19640 |
ac_cv_lib_MesaGL_glNewList=no |
20320 |
ac_cv_lib_MesaGL_glNewList=no |
| 19641 |
fi |
20321 |
fi |
| 19642 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
20322 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 19677-19683
Link Here
|
| 19677 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
20357 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 19678 |
cat >conftest.$ac_ext <<_ACEOF |
20358 |
cat >conftest.$ac_ext <<_ACEOF |
| 19679 |
#line $LINENO "configure" |
20359 |
#line $LINENO "configure" |
| 19680 |
#include "confdefs.h" |
20360 |
/* confdefs.h. */ |
|
|
20361 |
_ACEOF |
| 20362 |
cat confdefs.h >>conftest.$ac_ext |
| 20363 |
cat >>conftest.$ac_ext <<_ACEOF |
| 20364 |
/* end confdefs.h. */ |
| 19681 |
$ac_includes_default |
20365 |
$ac_includes_default |
| 19682 |
#include <$ac_header> |
20366 |
#include <$ac_header> |
| 19683 |
_ACEOF |
20367 |
_ACEOF |
|
Lines 19696-19702
Link Here
|
| 19696 |
ac_header_compiler=yes |
20380 |
ac_header_compiler=yes |
| 19697 |
else |
20381 |
else |
| 19698 |
echo "$as_me: failed program was:" >&5 |
20382 |
echo "$as_me: failed program was:" >&5 |
| 19699 |
cat conftest.$ac_ext >&5 |
20383 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
20384 |
|
| 19700 |
ac_header_compiler=no |
20385 |
ac_header_compiler=no |
| 19701 |
fi |
20386 |
fi |
| 19702 |
rm -f conftest.$ac_objext conftest.$ac_ext |
20387 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 19708-19720
Link Here
|
| 19708 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
20393 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 19709 |
cat >conftest.$ac_ext <<_ACEOF |
20394 |
cat >conftest.$ac_ext <<_ACEOF |
| 19710 |
#line $LINENO "configure" |
20395 |
#line $LINENO "configure" |
| 19711 |
#include "confdefs.h" |
20396 |
/* confdefs.h. */ |
|
|
20397 |
_ACEOF |
| 20398 |
cat confdefs.h >>conftest.$ac_ext |
| 20399 |
cat >>conftest.$ac_ext <<_ACEOF |
| 20400 |
/* end confdefs.h. */ |
| 19712 |
#include <$ac_header> |
20401 |
#include <$ac_header> |
| 19713 |
_ACEOF |
20402 |
_ACEOF |
| 19714 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
20403 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 19715 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
20404 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 19716 |
ac_status=$? |
20405 |
ac_status=$? |
| 19717 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
20406 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 19718 |
rm -f conftest.er1 |
20407 |
rm -f conftest.er1 |
| 19719 |
cat conftest.err >&5 |
20408 |
cat conftest.err >&5 |
| 19720 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20409 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 19731-19737
Link Here
|
| 19731 |
ac_header_preproc=yes |
20420 |
ac_header_preproc=yes |
| 19732 |
else |
20421 |
else |
| 19733 |
echo "$as_me: failed program was:" >&5 |
20422 |
echo "$as_me: failed program was:" >&5 |
| 19734 |
cat conftest.$ac_ext >&5 |
20423 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
20424 |
|
| 19735 |
ac_header_preproc=no |
20425 |
ac_header_preproc=no |
| 19736 |
fi |
20426 |
fi |
| 19737 |
rm -f conftest.err conftest.$ac_ext |
20427 |
rm -f conftest.err conftest.$ac_ext |
|
Lines 19744-19757
Link Here
|
| 19744 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
20434 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 19745 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
20435 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 19746 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
20436 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 19747 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
20437 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
20438 |
( |
| 20439 |
cat <<\_ASBOX |
| 20440 |
## ------------------------------------ ## |
| 20441 |
## Report this to bug-autoconf@gnu.org. ## |
| 20442 |
## ------------------------------------ ## |
| 20443 |
_ASBOX |
| 20444 |
) | |
| 20445 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 20446 |
;; |
| 19748 |
no:yes ) |
20447 |
no:yes ) |
| 19749 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
20448 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 19750 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
20449 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 19751 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
20450 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 19752 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
20451 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 19753 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
20452 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 19754 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
20453 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
20454 |
( |
| 20455 |
cat <<\_ASBOX |
| 20456 |
## ------------------------------------ ## |
| 20457 |
## Report this to bug-autoconf@gnu.org. ## |
| 20458 |
## ------------------------------------ ## |
| 20459 |
_ASBOX |
| 20460 |
) | |
| 20461 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 20462 |
;; |
| 19755 |
esac |
20463 |
esac |
| 19756 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
20464 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 19757 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
20465 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
|
Lines 19787-19793
Link Here
|
| 19787 |
LIBS="-lGLU $LIBS" |
20495 |
LIBS="-lGLU $LIBS" |
| 19788 |
cat >conftest.$ac_ext <<_ACEOF |
20496 |
cat >conftest.$ac_ext <<_ACEOF |
| 19789 |
#line $LINENO "configure" |
20497 |
#line $LINENO "configure" |
| 19790 |
#include "confdefs.h" |
20498 |
/* confdefs.h. */ |
|
|
20499 |
_ACEOF |
| 20500 |
cat confdefs.h >>conftest.$ac_ext |
| 20501 |
cat >>conftest.$ac_ext <<_ACEOF |
| 20502 |
/* end confdefs.h. */ |
| 19791 |
|
20503 |
|
| 19792 |
/* Override any gcc2 internal prototype to avoid an error. */ |
20504 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 19793 |
#ifdef __cplusplus |
20505 |
#ifdef __cplusplus |
|
Lines 19796-19807
Link Here
|
| 19796 |
/* We use char because int might match the return type of a gcc2 |
20508 |
/* We use char because int might match the return type of a gcc2 |
| 19797 |
builtin and then its argument prototype would still apply. */ |
20509 |
builtin and then its argument prototype would still apply. */ |
| 19798 |
char gluLookAt (); |
20510 |
char gluLookAt (); |
| 19799 |
#ifdef F77_DUMMY_MAIN |
|
|
| 19800 |
# ifdef __cplusplus |
| 19801 |
extern "C" |
| 19802 |
# endif |
| 19803 |
int F77_DUMMY_MAIN() { return 1; } |
| 19804 |
#endif |
| 19805 |
int |
20511 |
int |
| 19806 |
main () |
20512 |
main () |
| 19807 |
{ |
20513 |
{ |
|
Lines 19825-19831
Link Here
|
| 19825 |
ac_cv_lib_GLU_gluLookAt=yes |
20531 |
ac_cv_lib_GLU_gluLookAt=yes |
| 19826 |
else |
20532 |
else |
| 19827 |
echo "$as_me: failed program was:" >&5 |
20533 |
echo "$as_me: failed program was:" >&5 |
| 19828 |
cat conftest.$ac_ext >&5 |
20534 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
20535 |
|
| 19829 |
ac_cv_lib_GLU_gluLookAt=no |
20536 |
ac_cv_lib_GLU_gluLookAt=no |
| 19830 |
fi |
20537 |
fi |
| 19831 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
20538 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 19854-19860
Link Here
|
| 19854 |
LIBS="-lMesaGLU $LIBS" |
20561 |
LIBS="-lMesaGLU $LIBS" |
| 19855 |
cat >conftest.$ac_ext <<_ACEOF |
20562 |
cat >conftest.$ac_ext <<_ACEOF |
| 19856 |
#line $LINENO "configure" |
20563 |
#line $LINENO "configure" |
| 19857 |
#include "confdefs.h" |
20564 |
/* confdefs.h. */ |
|
|
20565 |
_ACEOF |
| 20566 |
cat confdefs.h >>conftest.$ac_ext |
| 20567 |
cat >>conftest.$ac_ext <<_ACEOF |
| 20568 |
/* end confdefs.h. */ |
| 19858 |
|
20569 |
|
| 19859 |
/* Override any gcc2 internal prototype to avoid an error. */ |
20570 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 19860 |
#ifdef __cplusplus |
20571 |
#ifdef __cplusplus |
|
Lines 19863-19874
Link Here
|
| 19863 |
/* We use char because int might match the return type of a gcc2 |
20574 |
/* We use char because int might match the return type of a gcc2 |
| 19864 |
builtin and then its argument prototype would still apply. */ |
20575 |
builtin and then its argument prototype would still apply. */ |
| 19865 |
char gluLookAt (); |
20576 |
char gluLookAt (); |
| 19866 |
#ifdef F77_DUMMY_MAIN |
|
|
| 19867 |
# ifdef __cplusplus |
| 19868 |
extern "C" |
| 19869 |
# endif |
| 19870 |
int F77_DUMMY_MAIN() { return 1; } |
| 19871 |
#endif |
| 19872 |
int |
20577 |
int |
| 19873 |
main () |
20578 |
main () |
| 19874 |
{ |
20579 |
{ |
|
Lines 19892-19898
Link Here
|
| 19892 |
ac_cv_lib_MesaGLU_gluLookAt=yes |
20597 |
ac_cv_lib_MesaGLU_gluLookAt=yes |
| 19893 |
else |
20598 |
else |
| 19894 |
echo "$as_me: failed program was:" >&5 |
20599 |
echo "$as_me: failed program was:" >&5 |
| 19895 |
cat conftest.$ac_ext >&5 |
20600 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
20601 |
|
| 19896 |
ac_cv_lib_MesaGLU_gluLookAt=no |
20602 |
ac_cv_lib_MesaGLU_gluLookAt=no |
| 19897 |
fi |
20603 |
fi |
| 19898 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
20604 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 19935-19941
Link Here
|
| 19935 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
20641 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 19936 |
cat >conftest.$ac_ext <<_ACEOF |
20642 |
cat >conftest.$ac_ext <<_ACEOF |
| 19937 |
#line $LINENO "configure" |
20643 |
#line $LINENO "configure" |
| 19938 |
#include "confdefs.h" |
20644 |
/* confdefs.h. */ |
|
|
20645 |
_ACEOF |
| 20646 |
cat confdefs.h >>conftest.$ac_ext |
| 20647 |
cat >>conftest.$ac_ext <<_ACEOF |
| 20648 |
/* end confdefs.h. */ |
| 19939 |
$ac_includes_default |
20649 |
$ac_includes_default |
| 19940 |
#include <$ac_header> |
20650 |
#include <$ac_header> |
| 19941 |
_ACEOF |
20651 |
_ACEOF |
|
Lines 19954-19960
Link Here
|
| 19954 |
ac_header_compiler=yes |
20664 |
ac_header_compiler=yes |
| 19955 |
else |
20665 |
else |
| 19956 |
echo "$as_me: failed program was:" >&5 |
20666 |
echo "$as_me: failed program was:" >&5 |
| 19957 |
cat conftest.$ac_ext >&5 |
20667 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
20668 |
|
| 19958 |
ac_header_compiler=no |
20669 |
ac_header_compiler=no |
| 19959 |
fi |
20670 |
fi |
| 19960 |
rm -f conftest.$ac_objext conftest.$ac_ext |
20671 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 19966-19978
Link Here
|
| 19966 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
20677 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 19967 |
cat >conftest.$ac_ext <<_ACEOF |
20678 |
cat >conftest.$ac_ext <<_ACEOF |
| 19968 |
#line $LINENO "configure" |
20679 |
#line $LINENO "configure" |
| 19969 |
#include "confdefs.h" |
20680 |
/* confdefs.h. */ |
|
|
20681 |
_ACEOF |
| 20682 |
cat confdefs.h >>conftest.$ac_ext |
| 20683 |
cat >>conftest.$ac_ext <<_ACEOF |
| 20684 |
/* end confdefs.h. */ |
| 19970 |
#include <$ac_header> |
20685 |
#include <$ac_header> |
| 19971 |
_ACEOF |
20686 |
_ACEOF |
| 19972 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
20687 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 19973 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
20688 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 19974 |
ac_status=$? |
20689 |
ac_status=$? |
| 19975 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
20690 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 19976 |
rm -f conftest.er1 |
20691 |
rm -f conftest.er1 |
| 19977 |
cat conftest.err >&5 |
20692 |
cat conftest.err >&5 |
| 19978 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20693 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 19989-19995
Link Here
|
| 19989 |
ac_header_preproc=yes |
20704 |
ac_header_preproc=yes |
| 19990 |
else |
20705 |
else |
| 19991 |
echo "$as_me: failed program was:" >&5 |
20706 |
echo "$as_me: failed program was:" >&5 |
| 19992 |
cat conftest.$ac_ext >&5 |
20707 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
20708 |
|
| 19993 |
ac_header_preproc=no |
20709 |
ac_header_preproc=no |
| 19994 |
fi |
20710 |
fi |
| 19995 |
rm -f conftest.err conftest.$ac_ext |
20711 |
rm -f conftest.err conftest.$ac_ext |
|
Lines 20002-20015
Link Here
|
| 20002 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
20718 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 20003 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
20719 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 20004 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
20720 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 20005 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
20721 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
20722 |
( |
| 20723 |
cat <<\_ASBOX |
| 20724 |
## ------------------------------------ ## |
| 20725 |
## Report this to bug-autoconf@gnu.org. ## |
| 20726 |
## ------------------------------------ ## |
| 20727 |
_ASBOX |
| 20728 |
) | |
| 20729 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 20730 |
;; |
| 20006 |
no:yes ) |
20731 |
no:yes ) |
| 20007 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
20732 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 20008 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
20733 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 20009 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
20734 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 20010 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
20735 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 20011 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
20736 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 20012 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
20737 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
20738 |
( |
| 20739 |
cat <<\_ASBOX |
| 20740 |
## ------------------------------------ ## |
| 20741 |
## Report this to bug-autoconf@gnu.org. ## |
| 20742 |
## ------------------------------------ ## |
| 20743 |
_ASBOX |
| 20744 |
) | |
| 20745 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 20746 |
;; |
| 20013 |
esac |
20747 |
esac |
| 20014 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
20748 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 20015 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
20749 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
|
Lines 20046-20052
Link Here
|
| 20046 |
LIBS="-lglut $LIBS" |
20780 |
LIBS="-lglut $LIBS" |
| 20047 |
cat >conftest.$ac_ext <<_ACEOF |
20781 |
cat >conftest.$ac_ext <<_ACEOF |
| 20048 |
#line $LINENO "configure" |
20782 |
#line $LINENO "configure" |
| 20049 |
#include "confdefs.h" |
20783 |
/* confdefs.h. */ |
|
|
20784 |
_ACEOF |
| 20785 |
cat confdefs.h >>conftest.$ac_ext |
| 20786 |
cat >>conftest.$ac_ext <<_ACEOF |
| 20787 |
/* end confdefs.h. */ |
| 20050 |
|
20788 |
|
| 20051 |
/* Override any gcc2 internal prototype to avoid an error. */ |
20789 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 20052 |
#ifdef __cplusplus |
20790 |
#ifdef __cplusplus |
|
Lines 20055-20066
Link Here
|
| 20055 |
/* We use char because int might match the return type of a gcc2 |
20793 |
/* We use char because int might match the return type of a gcc2 |
| 20056 |
builtin and then its argument prototype would still apply. */ |
20794 |
builtin and then its argument prototype would still apply. */ |
| 20057 |
char glutKeyboardUpFunc (); |
20795 |
char glutKeyboardUpFunc (); |
| 20058 |
#ifdef F77_DUMMY_MAIN |
|
|
| 20059 |
# ifdef __cplusplus |
| 20060 |
extern "C" |
| 20061 |
# endif |
| 20062 |
int F77_DUMMY_MAIN() { return 1; } |
| 20063 |
#endif |
| 20064 |
int |
20796 |
int |
| 20065 |
main () |
20797 |
main () |
| 20066 |
{ |
20798 |
{ |
|
Lines 20084-20090
Link Here
|
| 20084 |
ac_cv_lib_glut_glutKeyboardUpFunc=yes |
20816 |
ac_cv_lib_glut_glutKeyboardUpFunc=yes |
| 20085 |
else |
20817 |
else |
| 20086 |
echo "$as_me: failed program was:" >&5 |
20818 |
echo "$as_me: failed program was:" >&5 |
| 20087 |
cat conftest.$ac_ext >&5 |
20819 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
20820 |
|
| 20088 |
ac_cv_lib_glut_glutKeyboardUpFunc=no |
20821 |
ac_cv_lib_glut_glutKeyboardUpFunc=no |
| 20089 |
fi |
20822 |
fi |
| 20090 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
20823 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 20130-20136
Link Here
|
| 20130 |
LIBS="-lgtkgl $LIBS" |
20863 |
LIBS="-lgtkgl $LIBS" |
| 20131 |
cat >conftest.$ac_ext <<_ACEOF |
20864 |
cat >conftest.$ac_ext <<_ACEOF |
| 20132 |
#line $LINENO "configure" |
20865 |
#line $LINENO "configure" |
| 20133 |
#include "confdefs.h" |
20866 |
/* confdefs.h. */ |
|
|
20867 |
_ACEOF |
| 20868 |
cat confdefs.h >>conftest.$ac_ext |
| 20869 |
cat >>conftest.$ac_ext <<_ACEOF |
| 20870 |
/* end confdefs.h. */ |
| 20134 |
|
20871 |
|
| 20135 |
/* Override any gcc2 internal prototype to avoid an error. */ |
20872 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 20136 |
#ifdef __cplusplus |
20873 |
#ifdef __cplusplus |
|
Lines 20139-20150
Link Here
|
| 20139 |
/* We use char because int might match the return type of a gcc2 |
20876 |
/* We use char because int might match the return type of a gcc2 |
| 20140 |
builtin and then its argument prototype would still apply. */ |
20877 |
builtin and then its argument prototype would still apply. */ |
| 20141 |
char gdk_gl_query (); |
20878 |
char gdk_gl_query (); |
| 20142 |
#ifdef F77_DUMMY_MAIN |
|
|
| 20143 |
# ifdef __cplusplus |
| 20144 |
extern "C" |
| 20145 |
# endif |
| 20146 |
int F77_DUMMY_MAIN() { return 1; } |
| 20147 |
#endif |
| 20148 |
int |
20879 |
int |
| 20149 |
main () |
20880 |
main () |
| 20150 |
{ |
20881 |
{ |
|
Lines 20168-20174
Link Here
|
| 20168 |
ac_cv_lib_gtkgl_gdk_gl_query=yes |
20899 |
ac_cv_lib_gtkgl_gdk_gl_query=yes |
| 20169 |
else |
20900 |
else |
| 20170 |
echo "$as_me: failed program was:" >&5 |
20901 |
echo "$as_me: failed program was:" >&5 |
| 20171 |
cat conftest.$ac_ext >&5 |
20902 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
20903 |
|
| 20172 |
ac_cv_lib_gtkgl_gdk_gl_query=no |
20904 |
ac_cv_lib_gtkgl_gdk_gl_query=no |
| 20173 |
fi |
20905 |
fi |
| 20174 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
20906 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 20590-20596
Link Here
|
| 20590 |
LIBS="-lpthread $LIBS" |
21322 |
LIBS="-lpthread $LIBS" |
| 20591 |
cat >conftest.$ac_ext <<_ACEOF |
21323 |
cat >conftest.$ac_ext <<_ACEOF |
| 20592 |
#line $LINENO "configure" |
21324 |
#line $LINENO "configure" |
| 20593 |
#include "confdefs.h" |
21325 |
/* confdefs.h. */ |
|
|
21326 |
_ACEOF |
| 21327 |
cat confdefs.h >>conftest.$ac_ext |
| 21328 |
cat >>conftest.$ac_ext <<_ACEOF |
| 21329 |
/* end confdefs.h. */ |
| 20594 |
|
21330 |
|
| 20595 |
/* Override any gcc2 internal prototype to avoid an error. */ |
21331 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 20596 |
#ifdef __cplusplus |
21332 |
#ifdef __cplusplus |
|
Lines 20599-20610
Link Here
|
| 20599 |
/* We use char because int might match the return type of a gcc2 |
21335 |
/* We use char because int might match the return type of a gcc2 |
| 20600 |
builtin and then its argument prototype would still apply. */ |
21336 |
builtin and then its argument prototype would still apply. */ |
| 20601 |
char pthread_create (); |
21337 |
char pthread_create (); |
| 20602 |
#ifdef F77_DUMMY_MAIN |
|
|
| 20603 |
# ifdef __cplusplus |
| 20604 |
extern "C" |
| 20605 |
# endif |
| 20606 |
int F77_DUMMY_MAIN() { return 1; } |
| 20607 |
#endif |
| 20608 |
int |
21338 |
int |
| 20609 |
main () |
21339 |
main () |
| 20610 |
{ |
21340 |
{ |
|
Lines 20628-20634
Link Here
|
| 20628 |
ac_cv_lib_pthread_pthread_create=yes |
21358 |
ac_cv_lib_pthread_pthread_create=yes |
| 20629 |
else |
21359 |
else |
| 20630 |
echo "$as_me: failed program was:" >&5 |
21360 |
echo "$as_me: failed program was:" >&5 |
| 20631 |
cat conftest.$ac_ext >&5 |
21361 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
21362 |
|
| 20632 |
ac_cv_lib_pthread_pthread_create=no |
21363 |
ac_cv_lib_pthread_pthread_create=no |
| 20633 |
fi |
21364 |
fi |
| 20634 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
21365 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 20648-20654
Link Here
|
| 20648 |
LIBS="-lpthreads $LIBS" |
21379 |
LIBS="-lpthreads $LIBS" |
| 20649 |
cat >conftest.$ac_ext <<_ACEOF |
21380 |
cat >conftest.$ac_ext <<_ACEOF |
| 20650 |
#line $LINENO "configure" |
21381 |
#line $LINENO "configure" |
| 20651 |
#include "confdefs.h" |
21382 |
/* confdefs.h. */ |
|
|
21383 |
_ACEOF |
| 21384 |
cat confdefs.h >>conftest.$ac_ext |
| 21385 |
cat >>conftest.$ac_ext <<_ACEOF |
| 21386 |
/* end confdefs.h. */ |
| 20652 |
|
21387 |
|
| 20653 |
/* Override any gcc2 internal prototype to avoid an error. */ |
21388 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 20654 |
#ifdef __cplusplus |
21389 |
#ifdef __cplusplus |
|
Lines 20657-20668
Link Here
|
| 20657 |
/* We use char because int might match the return type of a gcc2 |
21392 |
/* We use char because int might match the return type of a gcc2 |
| 20658 |
builtin and then its argument prototype would still apply. */ |
21393 |
builtin and then its argument prototype would still apply. */ |
| 20659 |
char pthread_create (); |
21394 |
char pthread_create (); |
| 20660 |
#ifdef F77_DUMMY_MAIN |
|
|
| 20661 |
# ifdef __cplusplus |
| 20662 |
extern "C" |
| 20663 |
# endif |
| 20664 |
int F77_DUMMY_MAIN() { return 1; } |
| 20665 |
#endif |
| 20666 |
int |
21395 |
int |
| 20667 |
main () |
21396 |
main () |
| 20668 |
{ |
21397 |
{ |
|
Lines 20686-20692
Link Here
|
| 20686 |
ac_cv_lib_pthreads_pthread_create=yes |
21415 |
ac_cv_lib_pthreads_pthread_create=yes |
| 20687 |
else |
21416 |
else |
| 20688 |
echo "$as_me: failed program was:" >&5 |
21417 |
echo "$as_me: failed program was:" >&5 |
| 20689 |
cat conftest.$ac_ext >&5 |
21418 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
21419 |
|
| 20690 |
ac_cv_lib_pthreads_pthread_create=no |
21420 |
ac_cv_lib_pthreads_pthread_create=no |
| 20691 |
fi |
21421 |
fi |
| 20692 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
21422 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 20706-20712
Link Here
|
| 20706 |
LIBS="-lc_r $LIBS" |
21436 |
LIBS="-lc_r $LIBS" |
| 20707 |
cat >conftest.$ac_ext <<_ACEOF |
21437 |
cat >conftest.$ac_ext <<_ACEOF |
| 20708 |
#line $LINENO "configure" |
21438 |
#line $LINENO "configure" |
| 20709 |
#include "confdefs.h" |
21439 |
/* confdefs.h. */ |
|
|
21440 |
_ACEOF |
| 21441 |
cat confdefs.h >>conftest.$ac_ext |
| 21442 |
cat >>conftest.$ac_ext <<_ACEOF |
| 21443 |
/* end confdefs.h. */ |
| 20710 |
|
21444 |
|
| 20711 |
/* Override any gcc2 internal prototype to avoid an error. */ |
21445 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 20712 |
#ifdef __cplusplus |
21446 |
#ifdef __cplusplus |
|
Lines 20715-20726
Link Here
|
| 20715 |
/* We use char because int might match the return type of a gcc2 |
21449 |
/* We use char because int might match the return type of a gcc2 |
| 20716 |
builtin and then its argument prototype would still apply. */ |
21450 |
builtin and then its argument prototype would still apply. */ |
| 20717 |
char pthread_create (); |
21451 |
char pthread_create (); |
| 20718 |
#ifdef F77_DUMMY_MAIN |
|
|
| 20719 |
# ifdef __cplusplus |
| 20720 |
extern "C" |
| 20721 |
# endif |
| 20722 |
int F77_DUMMY_MAIN() { return 1; } |
| 20723 |
#endif |
| 20724 |
int |
21452 |
int |
| 20725 |
main () |
21453 |
main () |
| 20726 |
{ |
21454 |
{ |
|
Lines 20744-20750
Link Here
|
| 20744 |
ac_cv_lib_c_r_pthread_create=yes |
21472 |
ac_cv_lib_c_r_pthread_create=yes |
| 20745 |
else |
21473 |
else |
| 20746 |
echo "$as_me: failed program was:" >&5 |
21474 |
echo "$as_me: failed program was:" >&5 |
| 20747 |
cat conftest.$ac_ext >&5 |
21475 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
21476 |
|
| 20748 |
ac_cv_lib_c_r_pthread_create=no |
21477 |
ac_cv_lib_c_r_pthread_create=no |
| 20749 |
fi |
21478 |
fi |
| 20750 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
21479 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 20762-20798
Link Here
|
| 20762 |
else |
21491 |
else |
| 20763 |
cat >conftest.$ac_ext <<_ACEOF |
21492 |
cat >conftest.$ac_ext <<_ACEOF |
| 20764 |
#line $LINENO "configure" |
21493 |
#line $LINENO "configure" |
| 20765 |
#include "confdefs.h" |
21494 |
/* confdefs.h. */ |
|
|
21495 |
_ACEOF |
| 21496 |
cat confdefs.h >>conftest.$ac_ext |
| 21497 |
cat >>conftest.$ac_ext <<_ACEOF |
| 21498 |
/* end confdefs.h. */ |
| 20766 |
/* System header to define __stub macros and hopefully few prototypes, |
21499 |
/* System header to define __stub macros and hopefully few prototypes, |
| 20767 |
which can conflict with char pthread_create (); below. */ |
21500 |
which can conflict with char pthread_create (); below. |
| 20768 |
#include <assert.h> |
21501 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
21502 |
<limits.h> exists even on freestanding compilers. */ |
| 21503 |
#ifdef __STDC__ |
| 21504 |
# include <limits.h> |
| 21505 |
#else |
| 21506 |
# include <assert.h> |
| 21507 |
#endif |
| 20769 |
/* Override any gcc2 internal prototype to avoid an error. */ |
21508 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 20770 |
#ifdef __cplusplus |
21509 |
#ifdef __cplusplus |
| 20771 |
extern "C" |
21510 |
extern "C" |
|
|
21511 |
{ |
| 20772 |
#endif |
21512 |
#endif |
| 20773 |
/* We use char because int might match the return type of a gcc2 |
21513 |
/* We use char because int might match the return type of a gcc2 |
| 20774 |
builtin and then its argument prototype would still apply. */ |
21514 |
builtin and then its argument prototype would still apply. */ |
| 20775 |
char pthread_create (); |
21515 |
char pthread_create (); |
| 20776 |
char (*f) (); |
|
|
| 20777 |
|
| 20778 |
#ifdef F77_DUMMY_MAIN |
| 20779 |
# ifdef __cplusplus |
| 20780 |
extern "C" |
| 20781 |
# endif |
| 20782 |
int F77_DUMMY_MAIN() { return 1; } |
| 20783 |
#endif |
| 20784 |
int |
| 20785 |
main () |
| 20786 |
{ |
| 20787 |
/* The GNU C library defines this for functions which it implements |
21516 |
/* The GNU C library defines this for functions which it implements |
| 20788 |
to always fail with ENOSYS. Some functions are actually named |
21517 |
to always fail with ENOSYS. Some functions are actually named |
| 20789 |
something starting with __ and the normal name is an alias. */ |
21518 |
something starting with __ and the normal name is an alias. */ |
| 20790 |
#if defined (__stub_pthread_create) || defined (__stub___pthread_create) |
21519 |
#if defined (__stub_pthread_create) || defined (__stub___pthread_create) |
| 20791 |
choke me |
21520 |
choke me |
| 20792 |
#else |
21521 |
#else |
| 20793 |
f = pthread_create; |
21522 |
char (*f) () = pthread_create; |
|
|
21523 |
#endif |
| 21524 |
#ifdef __cplusplus |
| 21525 |
} |
| 20794 |
#endif |
21526 |
#endif |
| 20795 |
|
21527 |
|
|
|
21528 |
int |
| 21529 |
main () |
| 21530 |
{ |
| 21531 |
return f != pthread_create; |
| 20796 |
; |
21532 |
; |
| 20797 |
return 0; |
21533 |
return 0; |
| 20798 |
} |
21534 |
} |
|
Lines 20812-20818
Link Here
|
| 20812 |
ac_cv_func_pthread_create=yes |
21548 |
ac_cv_func_pthread_create=yes |
| 20813 |
else |
21549 |
else |
| 20814 |
echo "$as_me: failed program was:" >&5 |
21550 |
echo "$as_me: failed program was:" >&5 |
| 20815 |
cat conftest.$ac_ext >&5 |
21551 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
21552 |
|
| 20816 |
ac_cv_func_pthread_create=no |
21553 |
ac_cv_func_pthread_create=no |
| 20817 |
fi |
21554 |
fi |
| 20818 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
21555 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 20945-20951
Link Here
|
| 20945 |
else |
21682 |
else |
| 20946 |
cat >conftest.$ac_ext <<_ACEOF |
21683 |
cat >conftest.$ac_ext <<_ACEOF |
| 20947 |
#line $LINENO "configure" |
21684 |
#line $LINENO "configure" |
| 20948 |
#include "confdefs.h" |
21685 |
/* confdefs.h. */ |
|
|
21686 |
_ACEOF |
| 21687 |
cat confdefs.h >>conftest.$ac_ext |
| 21688 |
cat >>conftest.$ac_ext <<_ACEOF |
| 21689 |
/* end confdefs.h. */ |
| 20949 |
|
21690 |
|
| 20950 |
#include <gtk/gtk.h> |
21691 |
#include <gtk/gtk.h> |
| 20951 |
#include <stdio.h> |
21692 |
#include <stdio.h> |
|
Lines 21037-21047
Link Here
|
| 21037 |
else |
21778 |
else |
| 21038 |
echo "$as_me: program exited with status $ac_status" >&5 |
21779 |
echo "$as_me: program exited with status $ac_status" >&5 |
| 21039 |
echo "$as_me: failed program was:" >&5 |
21780 |
echo "$as_me: failed program was:" >&5 |
| 21040 |
cat conftest.$ac_ext >&5 |
21781 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
21782 |
|
| 21041 |
( exit $ac_status ) |
21783 |
( exit $ac_status ) |
| 21042 |
no_gtk=yes |
21784 |
no_gtk=yes |
| 21043 |
fi |
21785 |
fi |
| 21044 |
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
21786 |
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 21045 |
fi |
21787 |
fi |
| 21046 |
CFLAGS="$ac_save_CFLAGS" |
21788 |
CFLAGS="$ac_save_CFLAGS" |
| 21047 |
LIBS="$ac_save_LIBS" |
21789 |
LIBS="$ac_save_LIBS" |
|
Lines 21068-21084
Link Here
|
| 21068 |
LIBS="$LIBS $GTK_LIBS" |
21810 |
LIBS="$LIBS $GTK_LIBS" |
| 21069 |
cat >conftest.$ac_ext <<_ACEOF |
21811 |
cat >conftest.$ac_ext <<_ACEOF |
| 21070 |
#line $LINENO "configure" |
21812 |
#line $LINENO "configure" |
| 21071 |
#include "confdefs.h" |
21813 |
/* confdefs.h. */ |
|
|
21814 |
_ACEOF |
| 21815 |
cat confdefs.h >>conftest.$ac_ext |
| 21816 |
cat >>conftest.$ac_ext <<_ACEOF |
| 21817 |
/* end confdefs.h. */ |
| 21072 |
|
21818 |
|
| 21073 |
#include <gtk/gtk.h> |
21819 |
#include <gtk/gtk.h> |
| 21074 |
#include <stdio.h> |
21820 |
#include <stdio.h> |
| 21075 |
|
21821 |
|
| 21076 |
#ifdef F77_DUMMY_MAIN |
|
|
| 21077 |
# ifdef __cplusplus |
| 21078 |
extern "C" |
| 21079 |
# endif |
| 21080 |
int F77_DUMMY_MAIN() { return 1; } |
| 21081 |
#endif |
| 21082 |
int |
21822 |
int |
| 21083 |
main () |
21823 |
main () |
| 21084 |
{ |
21824 |
{ |
|
Lines 21115-21121
Link Here
|
| 21115 |
echo "*** rpm --erase --nodeps gtk gtk-devel" |
21855 |
echo "*** rpm --erase --nodeps gtk gtk-devel" |
| 21116 |
else |
21856 |
else |
| 21117 |
echo "$as_me: failed program was:" >&5 |
21857 |
echo "$as_me: failed program was:" >&5 |
| 21118 |
cat conftest.$ac_ext >&5 |
21858 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
21859 |
|
| 21119 |
echo "*** The test program failed to compile or link. See the file config.log for the" |
21860 |
echo "*** The test program failed to compile or link. See the file config.log for the" |
| 21120 |
echo "*** exact error that occured. This usually means GTK was incorrectly installed" |
21861 |
echo "*** exact error that occured. This usually means GTK was incorrectly installed" |
| 21121 |
echo "*** or that you have moved GTK since it was installed. In the latter case, you" |
21862 |
echo "*** or that you have moved GTK since it was installed. In the latter case, you" |
|
Lines 21165-21171
Link Here
|
| 21165 |
LIBS="-lSM $x_libs -lICE $LIBS" |
21906 |
LIBS="-lSM $x_libs -lICE $LIBS" |
| 21166 |
cat >conftest.$ac_ext <<_ACEOF |
21907 |
cat >conftest.$ac_ext <<_ACEOF |
| 21167 |
#line $LINENO "configure" |
21908 |
#line $LINENO "configure" |
| 21168 |
#include "confdefs.h" |
21909 |
/* confdefs.h. */ |
|
|
21910 |
_ACEOF |
| 21911 |
cat confdefs.h >>conftest.$ac_ext |
| 21912 |
cat >>conftest.$ac_ext <<_ACEOF |
| 21913 |
/* end confdefs.h. */ |
| 21169 |
|
21914 |
|
| 21170 |
/* Override any gcc2 internal prototype to avoid an error. */ |
21915 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 21171 |
#ifdef __cplusplus |
21916 |
#ifdef __cplusplus |
|
Lines 21174-21185
Link Here
|
| 21174 |
/* We use char because int might match the return type of a gcc2 |
21919 |
/* We use char because int might match the return type of a gcc2 |
| 21175 |
builtin and then its argument prototype would still apply. */ |
21920 |
builtin and then its argument prototype would still apply. */ |
| 21176 |
char SmcSaveYourselfDone (); |
21921 |
char SmcSaveYourselfDone (); |
| 21177 |
#ifdef F77_DUMMY_MAIN |
|
|
| 21178 |
# ifdef __cplusplus |
| 21179 |
extern "C" |
| 21180 |
# endif |
| 21181 |
int F77_DUMMY_MAIN() { return 1; } |
| 21182 |
#endif |
| 21183 |
int |
21922 |
int |
| 21184 |
main () |
21923 |
main () |
| 21185 |
{ |
21924 |
{ |
|
Lines 21203-21209
Link Here
|
| 21203 |
ac_cv_lib_SM_SmcSaveYourselfDone=yes |
21942 |
ac_cv_lib_SM_SmcSaveYourselfDone=yes |
| 21204 |
else |
21943 |
else |
| 21205 |
echo "$as_me: failed program was:" >&5 |
21944 |
echo "$as_me: failed program was:" >&5 |
| 21206 |
cat conftest.$ac_ext >&5 |
21945 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
21946 |
|
| 21207 |
ac_cv_lib_SM_SmcSaveYourselfDone=no |
21947 |
ac_cv_lib_SM_SmcSaveYourselfDone=no |
| 21208 |
fi |
21948 |
fi |
| 21209 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
21949 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 21239-21245
Link Here
|
| 21239 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
21979 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 21240 |
cat >conftest.$ac_ext <<_ACEOF |
21980 |
cat >conftest.$ac_ext <<_ACEOF |
| 21241 |
#line $LINENO "configure" |
21981 |
#line $LINENO "configure" |
| 21242 |
#include "confdefs.h" |
21982 |
/* confdefs.h. */ |
|
|
21983 |
_ACEOF |
| 21984 |
cat confdefs.h >>conftest.$ac_ext |
| 21985 |
cat >>conftest.$ac_ext <<_ACEOF |
| 21986 |
/* end confdefs.h. */ |
| 21243 |
$ac_includes_default |
21987 |
$ac_includes_default |
| 21244 |
#include <$ac_header> |
21988 |
#include <$ac_header> |
| 21245 |
_ACEOF |
21989 |
_ACEOF |
|
Lines 21258-21264
Link Here
|
| 21258 |
ac_header_compiler=yes |
22002 |
ac_header_compiler=yes |
| 21259 |
else |
22003 |
else |
| 21260 |
echo "$as_me: failed program was:" >&5 |
22004 |
echo "$as_me: failed program was:" >&5 |
| 21261 |
cat conftest.$ac_ext >&5 |
22005 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
22006 |
|
| 21262 |
ac_header_compiler=no |
22007 |
ac_header_compiler=no |
| 21263 |
fi |
22008 |
fi |
| 21264 |
rm -f conftest.$ac_objext conftest.$ac_ext |
22009 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 21270-21282
Link Here
|
| 21270 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
22015 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 21271 |
cat >conftest.$ac_ext <<_ACEOF |
22016 |
cat >conftest.$ac_ext <<_ACEOF |
| 21272 |
#line $LINENO "configure" |
22017 |
#line $LINENO "configure" |
| 21273 |
#include "confdefs.h" |
22018 |
/* confdefs.h. */ |
|
|
22019 |
_ACEOF |
| 22020 |
cat confdefs.h >>conftest.$ac_ext |
| 22021 |
cat >>conftest.$ac_ext <<_ACEOF |
| 22022 |
/* end confdefs.h. */ |
| 21274 |
#include <$ac_header> |
22023 |
#include <$ac_header> |
| 21275 |
_ACEOF |
22024 |
_ACEOF |
| 21276 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
22025 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 21277 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
22026 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 21278 |
ac_status=$? |
22027 |
ac_status=$? |
| 21279 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
22028 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 21280 |
rm -f conftest.er1 |
22029 |
rm -f conftest.er1 |
| 21281 |
cat conftest.err >&5 |
22030 |
cat conftest.err >&5 |
| 21282 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22031 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 21293-21299
Link Here
|
| 21293 |
ac_header_preproc=yes |
22042 |
ac_header_preproc=yes |
| 21294 |
else |
22043 |
else |
| 21295 |
echo "$as_me: failed program was:" >&5 |
22044 |
echo "$as_me: failed program was:" >&5 |
| 21296 |
cat conftest.$ac_ext >&5 |
22045 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
22046 |
|
| 21297 |
ac_header_preproc=no |
22047 |
ac_header_preproc=no |
| 21298 |
fi |
22048 |
fi |
| 21299 |
rm -f conftest.err conftest.$ac_ext |
22049 |
rm -f conftest.err conftest.$ac_ext |
|
Lines 21306-21319
Link Here
|
| 21306 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
22056 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 21307 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
22057 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 21308 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
22058 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 21309 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
22059 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
22060 |
( |
| 22061 |
cat <<\_ASBOX |
| 22062 |
## ------------------------------------ ## |
| 22063 |
## Report this to bug-autoconf@gnu.org. ## |
| 22064 |
## ------------------------------------ ## |
| 22065 |
_ASBOX |
| 22066 |
) | |
| 22067 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 22068 |
;; |
| 21310 |
no:yes ) |
22069 |
no:yes ) |
| 21311 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
22070 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 21312 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
22071 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 21313 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
22072 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 21314 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
22073 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 21315 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
22074 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 21316 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
22075 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
22076 |
( |
| 22077 |
cat <<\_ASBOX |
| 22078 |
## ------------------------------------ ## |
| 22079 |
## Report this to bug-autoconf@gnu.org. ## |
| 22080 |
## ------------------------------------ ## |
| 22081 |
_ASBOX |
| 22082 |
) | |
| 22083 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 22084 |
;; |
| 21317 |
esac |
22085 |
esac |
| 21318 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
22086 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 21319 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
22087 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
|
Lines 21356-21362
Link Here
|
| 21356 |
LIBS="-lXpm $x_libs $LIBS" |
22124 |
LIBS="-lXpm $x_libs $LIBS" |
| 21357 |
cat >conftest.$ac_ext <<_ACEOF |
22125 |
cat >conftest.$ac_ext <<_ACEOF |
| 21358 |
#line $LINENO "configure" |
22126 |
#line $LINENO "configure" |
| 21359 |
#include "confdefs.h" |
22127 |
/* confdefs.h. */ |
|
|
22128 |
_ACEOF |
| 22129 |
cat confdefs.h >>conftest.$ac_ext |
| 22130 |
cat >>conftest.$ac_ext <<_ACEOF |
| 22131 |
/* end confdefs.h. */ |
| 21360 |
|
22132 |
|
| 21361 |
/* Override any gcc2 internal prototype to avoid an error. */ |
22133 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 21362 |
#ifdef __cplusplus |
22134 |
#ifdef __cplusplus |
|
Lines 21365-21376
Link Here
|
| 21365 |
/* We use char because int might match the return type of a gcc2 |
22137 |
/* We use char because int might match the return type of a gcc2 |
| 21366 |
builtin and then its argument prototype would still apply. */ |
22138 |
builtin and then its argument prototype would still apply. */ |
| 21367 |
char XpmFreeXpmImage (); |
22139 |
char XpmFreeXpmImage (); |
| 21368 |
#ifdef F77_DUMMY_MAIN |
|
|
| 21369 |
# ifdef __cplusplus |
| 21370 |
extern "C" |
| 21371 |
# endif |
| 21372 |
int F77_DUMMY_MAIN() { return 1; } |
| 21373 |
#endif |
| 21374 |
int |
22140 |
int |
| 21375 |
main () |
22141 |
main () |
| 21376 |
{ |
22142 |
{ |
|
Lines 21394-21400
Link Here
|
| 21394 |
ac_cv_lib_Xpm_XpmFreeXpmImage=yes |
22160 |
ac_cv_lib_Xpm_XpmFreeXpmImage=yes |
| 21395 |
else |
22161 |
else |
| 21396 |
echo "$as_me: failed program was:" >&5 |
22162 |
echo "$as_me: failed program was:" >&5 |
| 21397 |
cat conftest.$ac_ext >&5 |
22163 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
22164 |
|
| 21398 |
ac_cv_lib_Xpm_XpmFreeXpmImage=no |
22165 |
ac_cv_lib_Xpm_XpmFreeXpmImage=no |
| 21399 |
fi |
22166 |
fi |
| 21400 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
22167 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 21740-21754
Link Here
|
| 21740 |
LIBS="-lutil $LIBS" |
22507 |
LIBS="-lutil $LIBS" |
| 21741 |
cat >conftest.$ac_ext <<_ACEOF |
22508 |
cat >conftest.$ac_ext <<_ACEOF |
| 21742 |
#line $LINENO "configure" |
22509 |
#line $LINENO "configure" |
| 21743 |
#include "confdefs.h" |
22510 |
/* confdefs.h. */ |
|
|
22511 |
_ACEOF |
| 22512 |
cat confdefs.h >>conftest.$ac_ext |
| 22513 |
cat >>conftest.$ac_ext <<_ACEOF |
| 22514 |
/* end confdefs.h. */ |
| 21744 |
|
22515 |
|
| 21745 |
|
22516 |
|
| 21746 |
#ifdef F77_DUMMY_MAIN |
|
|
| 21747 |
# ifdef __cplusplus |
| 21748 |
extern "C" |
| 21749 |
# endif |
| 21750 |
int F77_DUMMY_MAIN() { return 1; } |
| 21751 |
#endif |
| 21752 |
int |
22517 |
int |
| 21753 |
main () |
22518 |
main () |
| 21754 |
{ |
22519 |
{ |
|
Lines 21772-21778
Link Here
|
| 21772 |
ac_cv_lib_util_main=yes |
22537 |
ac_cv_lib_util_main=yes |
| 21773 |
else |
22538 |
else |
| 21774 |
echo "$as_me: failed program was:" >&5 |
22539 |
echo "$as_me: failed program was:" >&5 |
| 21775 |
cat conftest.$ac_ext >&5 |
22540 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
22541 |
|
| 21776 |
ac_cv_lib_util_main=no |
22542 |
ac_cv_lib_util_main=no |
| 21777 |
fi |
22543 |
fi |
| 21778 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
22544 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 21793-21807
Link Here
|
| 21793 |
LIBS="-lcompat $LIBS" |
22559 |
LIBS="-lcompat $LIBS" |
| 21794 |
cat >conftest.$ac_ext <<_ACEOF |
22560 |
cat >conftest.$ac_ext <<_ACEOF |
| 21795 |
#line $LINENO "configure" |
22561 |
#line $LINENO "configure" |
| 21796 |
#include "confdefs.h" |
22562 |
/* confdefs.h. */ |
|
|
22563 |
_ACEOF |
| 22564 |
cat confdefs.h >>conftest.$ac_ext |
| 22565 |
cat >>conftest.$ac_ext <<_ACEOF |
| 22566 |
/* end confdefs.h. */ |
| 21797 |
|
22567 |
|
| 21798 |
|
22568 |
|
| 21799 |
#ifdef F77_DUMMY_MAIN |
|
|
| 21800 |
# ifdef __cplusplus |
| 21801 |
extern "C" |
| 21802 |
# endif |
| 21803 |
int F77_DUMMY_MAIN() { return 1; } |
| 21804 |
#endif |
| 21805 |
int |
22569 |
int |
| 21806 |
main () |
22570 |
main () |
| 21807 |
{ |
22571 |
{ |
|
Lines 21825-21831
Link Here
|
| 21825 |
ac_cv_lib_compat_main=yes |
22589 |
ac_cv_lib_compat_main=yes |
| 21826 |
else |
22590 |
else |
| 21827 |
echo "$as_me: failed program was:" >&5 |
22591 |
echo "$as_me: failed program was:" >&5 |
| 21828 |
cat conftest.$ac_ext >&5 |
22592 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
22593 |
|
| 21829 |
ac_cv_lib_compat_main=no |
22594 |
ac_cv_lib_compat_main=no |
| 21830 |
fi |
22595 |
fi |
| 21831 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
22596 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 21847-21853
Link Here
|
| 21847 |
LIBS="-lcrypt $LIBS" |
22612 |
LIBS="-lcrypt $LIBS" |
| 21848 |
cat >conftest.$ac_ext <<_ACEOF |
22613 |
cat >conftest.$ac_ext <<_ACEOF |
| 21849 |
#line $LINENO "configure" |
22614 |
#line $LINENO "configure" |
| 21850 |
#include "confdefs.h" |
22615 |
/* confdefs.h. */ |
|
|
22616 |
_ACEOF |
| 22617 |
cat confdefs.h >>conftest.$ac_ext |
| 22618 |
cat >>conftest.$ac_ext <<_ACEOF |
| 22619 |
/* end confdefs.h. */ |
| 21851 |
|
22620 |
|
| 21852 |
/* Override any gcc2 internal prototype to avoid an error. */ |
22621 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 21853 |
#ifdef __cplusplus |
22622 |
#ifdef __cplusplus |
|
Lines 21856-21867
Link Here
|
| 21856 |
/* We use char because int might match the return type of a gcc2 |
22625 |
/* We use char because int might match the return type of a gcc2 |
| 21857 |
builtin and then its argument prototype would still apply. */ |
22626 |
builtin and then its argument prototype would still apply. */ |
| 21858 |
char crypt (); |
22627 |
char crypt (); |
| 21859 |
#ifdef F77_DUMMY_MAIN |
|
|
| 21860 |
# ifdef __cplusplus |
| 21861 |
extern "C" |
| 21862 |
# endif |
| 21863 |
int F77_DUMMY_MAIN() { return 1; } |
| 21864 |
#endif |
| 21865 |
int |
22628 |
int |
| 21866 |
main () |
22629 |
main () |
| 21867 |
{ |
22630 |
{ |
|
Lines 21885-21891
Link Here
|
| 21885 |
ac_cv_lib_crypt_crypt=yes |
22648 |
ac_cv_lib_crypt_crypt=yes |
| 21886 |
else |
22649 |
else |
| 21887 |
echo "$as_me: failed program was:" >&5 |
22650 |
echo "$as_me: failed program was:" >&5 |
| 21888 |
cat conftest.$ac_ext >&5 |
22651 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
22652 |
|
| 21889 |
ac_cv_lib_crypt_crypt=no |
22653 |
ac_cv_lib_crypt_crypt=no |
| 21890 |
fi |
22654 |
fi |
| 21891 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
22655 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 21905-21911
Link Here
|
| 21905 |
LIBS="-lc $LIBS" |
22669 |
LIBS="-lc $LIBS" |
| 21906 |
cat >conftest.$ac_ext <<_ACEOF |
22670 |
cat >conftest.$ac_ext <<_ACEOF |
| 21907 |
#line $LINENO "configure" |
22671 |
#line $LINENO "configure" |
| 21908 |
#include "confdefs.h" |
22672 |
/* confdefs.h. */ |
|
|
22673 |
_ACEOF |
| 22674 |
cat confdefs.h >>conftest.$ac_ext |
| 22675 |
cat >>conftest.$ac_ext <<_ACEOF |
| 22676 |
/* end confdefs.h. */ |
| 21909 |
|
22677 |
|
| 21910 |
/* Override any gcc2 internal prototype to avoid an error. */ |
22678 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 21911 |
#ifdef __cplusplus |
22679 |
#ifdef __cplusplus |
|
Lines 21914-21925
Link Here
|
| 21914 |
/* We use char because int might match the return type of a gcc2 |
22682 |
/* We use char because int might match the return type of a gcc2 |
| 21915 |
builtin and then its argument prototype would still apply. */ |
22683 |
builtin and then its argument prototype would still apply. */ |
| 21916 |
char crypt (); |
22684 |
char crypt (); |
| 21917 |
#ifdef F77_DUMMY_MAIN |
|
|
| 21918 |
# ifdef __cplusplus |
| 21919 |
extern "C" |
| 21920 |
# endif |
| 21921 |
int F77_DUMMY_MAIN() { return 1; } |
| 21922 |
#endif |
| 21923 |
int |
22685 |
int |
| 21924 |
main () |
22686 |
main () |
| 21925 |
{ |
22687 |
{ |
|
Lines 21943-21949
Link Here
|
| 21943 |
ac_cv_lib_c_crypt=yes |
22705 |
ac_cv_lib_c_crypt=yes |
| 21944 |
else |
22706 |
else |
| 21945 |
echo "$as_me: failed program was:" >&5 |
22707 |
echo "$as_me: failed program was:" >&5 |
| 21946 |
cat conftest.$ac_ext >&5 |
22708 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
22709 |
|
| 21947 |
ac_cv_lib_c_crypt=no |
22710 |
ac_cv_lib_c_crypt=no |
| 21948 |
fi |
22711 |
fi |
| 21949 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
22712 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 21995-22011
Link Here
|
| 21995 |
|
22758 |
|
| 21996 |
cat >conftest.$ac_ext <<_ACEOF |
22759 |
cat >conftest.$ac_ext <<_ACEOF |
| 21997 |
#line $LINENO "configure" |
22760 |
#line $LINENO "configure" |
| 21998 |
#include "confdefs.h" |
22761 |
/* confdefs.h. */ |
|
|
22762 |
_ACEOF |
| 22763 |
cat confdefs.h >>conftest.$ac_ext |
| 22764 |
cat >>conftest.$ac_ext <<_ACEOF |
| 22765 |
/* end confdefs.h. */ |
| 21999 |
|
22766 |
|
| 22000 |
#include <sys/types.h> |
22767 |
#include <sys/types.h> |
| 22001 |
#include <sys/socket.h> |
22768 |
#include <sys/socket.h> |
| 22002 |
|
22769 |
|
| 22003 |
#ifdef F77_DUMMY_MAIN |
|
|
| 22004 |
# ifdef __cplusplus |
| 22005 |
extern "C" |
| 22006 |
# endif |
| 22007 |
int F77_DUMMY_MAIN() { return 1; } |
| 22008 |
#endif |
| 22009 |
int |
22770 |
int |
| 22010 |
main () |
22771 |
main () |
| 22011 |
{ |
22772 |
{ |
|
Lines 22032-22051
Link Here
|
| 22032 |
ac_cv_socklen_t=socklen_t |
22793 |
ac_cv_socklen_t=socklen_t |
| 22033 |
else |
22794 |
else |
| 22034 |
echo "$as_me: failed program was:" >&5 |
22795 |
echo "$as_me: failed program was:" >&5 |
| 22035 |
cat conftest.$ac_ext >&5 |
22796 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
22797 |
|
| 22036 |
cat >conftest.$ac_ext <<_ACEOF |
22798 |
cat >conftest.$ac_ext <<_ACEOF |
| 22037 |
#line $LINENO "configure" |
22799 |
#line $LINENO "configure" |
| 22038 |
#include "confdefs.h" |
22800 |
/* confdefs.h. */ |
|
|
22801 |
_ACEOF |
| 22802 |
cat confdefs.h >>conftest.$ac_ext |
| 22803 |
cat >>conftest.$ac_ext <<_ACEOF |
| 22804 |
/* end confdefs.h. */ |
| 22039 |
|
22805 |
|
| 22040 |
#include <sys/types.h> |
22806 |
#include <sys/types.h> |
| 22041 |
#include <sys/socket.h> |
22807 |
#include <sys/socket.h> |
| 22042 |
|
22808 |
|
| 22043 |
#ifdef F77_DUMMY_MAIN |
|
|
| 22044 |
# ifdef __cplusplus |
| 22045 |
extern "C" |
| 22046 |
# endif |
| 22047 |
int F77_DUMMY_MAIN() { return 1; } |
| 22048 |
#endif |
| 22049 |
int |
22809 |
int |
| 22050 |
main () |
22810 |
main () |
| 22051 |
{ |
22811 |
{ |
|
Lines 22072-22078
Link Here
|
| 22072 |
ac_cv_socklen_t=int |
22832 |
ac_cv_socklen_t=int |
| 22073 |
else |
22833 |
else |
| 22074 |
echo "$as_me: failed program was:" >&5 |
22834 |
echo "$as_me: failed program was:" >&5 |
| 22075 |
cat conftest.$ac_ext >&5 |
22835 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
22836 |
|
| 22076 |
ac_cv_socklen_t=size_t |
22837 |
ac_cv_socklen_t=size_t |
| 22077 |
|
22838 |
|
| 22078 |
fi |
22839 |
fi |
|
Lines 22121-22127
Link Here
|
| 22121 |
LIBS="-ldnet $LIBS" |
22882 |
LIBS="-ldnet $LIBS" |
| 22122 |
cat >conftest.$ac_ext <<_ACEOF |
22883 |
cat >conftest.$ac_ext <<_ACEOF |
| 22123 |
#line $LINENO "configure" |
22884 |
#line $LINENO "configure" |
| 22124 |
#include "confdefs.h" |
22885 |
/* confdefs.h. */ |
|
|
22886 |
_ACEOF |
| 22887 |
cat confdefs.h >>conftest.$ac_ext |
| 22888 |
cat >>conftest.$ac_ext <<_ACEOF |
| 22889 |
/* end confdefs.h. */ |
| 22125 |
|
22890 |
|
| 22126 |
/* Override any gcc2 internal prototype to avoid an error. */ |
22891 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 22127 |
#ifdef __cplusplus |
22892 |
#ifdef __cplusplus |
|
Lines 22130-22141
Link Here
|
| 22130 |
/* We use char because int might match the return type of a gcc2 |
22895 |
/* We use char because int might match the return type of a gcc2 |
| 22131 |
builtin and then its argument prototype would still apply. */ |
22896 |
builtin and then its argument prototype would still apply. */ |
| 22132 |
char dnet_ntoa (); |
22897 |
char dnet_ntoa (); |
| 22133 |
#ifdef F77_DUMMY_MAIN |
|
|
| 22134 |
# ifdef __cplusplus |
| 22135 |
extern "C" |
| 22136 |
# endif |
| 22137 |
int F77_DUMMY_MAIN() { return 1; } |
| 22138 |
#endif |
| 22139 |
int |
22898 |
int |
| 22140 |
main () |
22899 |
main () |
| 22141 |
{ |
22900 |
{ |
|
Lines 22159-22165
Link Here
|
| 22159 |
ac_cv_lib_dnet_dnet_ntoa=yes |
22918 |
ac_cv_lib_dnet_dnet_ntoa=yes |
| 22160 |
else |
22919 |
else |
| 22161 |
echo "$as_me: failed program was:" >&5 |
22920 |
echo "$as_me: failed program was:" >&5 |
| 22162 |
cat conftest.$ac_ext >&5 |
22921 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
22922 |
|
| 22163 |
ac_cv_lib_dnet_dnet_ntoa=no |
22923 |
ac_cv_lib_dnet_dnet_ntoa=no |
| 22164 |
fi |
22924 |
fi |
| 22165 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
22925 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 22181-22187
Link Here
|
| 22181 |
LIBS="-ldnet_stub $LIBS" |
22941 |
LIBS="-ldnet_stub $LIBS" |
| 22182 |
cat >conftest.$ac_ext <<_ACEOF |
22942 |
cat >conftest.$ac_ext <<_ACEOF |
| 22183 |
#line $LINENO "configure" |
22943 |
#line $LINENO "configure" |
| 22184 |
#include "confdefs.h" |
22944 |
/* confdefs.h. */ |
|
|
22945 |
_ACEOF |
| 22946 |
cat confdefs.h >>conftest.$ac_ext |
| 22947 |
cat >>conftest.$ac_ext <<_ACEOF |
| 22948 |
/* end confdefs.h. */ |
| 22185 |
|
22949 |
|
| 22186 |
/* Override any gcc2 internal prototype to avoid an error. */ |
22950 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 22187 |
#ifdef __cplusplus |
22951 |
#ifdef __cplusplus |
|
Lines 22190-22201
Link Here
|
| 22190 |
/* We use char because int might match the return type of a gcc2 |
22954 |
/* We use char because int might match the return type of a gcc2 |
| 22191 |
builtin and then its argument prototype would still apply. */ |
22955 |
builtin and then its argument prototype would still apply. */ |
| 22192 |
char dnet_ntoa (); |
22956 |
char dnet_ntoa (); |
| 22193 |
#ifdef F77_DUMMY_MAIN |
|
|
| 22194 |
# ifdef __cplusplus |
| 22195 |
extern "C" |
| 22196 |
# endif |
| 22197 |
int F77_DUMMY_MAIN() { return 1; } |
| 22198 |
#endif |
| 22199 |
int |
22957 |
int |
| 22200 |
main () |
22958 |
main () |
| 22201 |
{ |
22959 |
{ |
|
Lines 22219-22225
Link Here
|
| 22219 |
ac_cv_lib_dnet_stub_dnet_ntoa=yes |
22977 |
ac_cv_lib_dnet_stub_dnet_ntoa=yes |
| 22220 |
else |
22978 |
else |
| 22221 |
echo "$as_me: failed program was:" >&5 |
22979 |
echo "$as_me: failed program was:" >&5 |
| 22222 |
cat conftest.$ac_ext >&5 |
22980 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
22981 |
|
| 22223 |
ac_cv_lib_dnet_stub_dnet_ntoa=no |
22982 |
ac_cv_lib_dnet_stub_dnet_ntoa=no |
| 22224 |
fi |
22983 |
fi |
| 22225 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
22984 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 22239-22275
Link Here
|
| 22239 |
else |
22998 |
else |
| 22240 |
cat >conftest.$ac_ext <<_ACEOF |
22999 |
cat >conftest.$ac_ext <<_ACEOF |
| 22241 |
#line $LINENO "configure" |
23000 |
#line $LINENO "configure" |
| 22242 |
#include "confdefs.h" |
23001 |
/* confdefs.h. */ |
|
|
23002 |
_ACEOF |
| 23003 |
cat confdefs.h >>conftest.$ac_ext |
| 23004 |
cat >>conftest.$ac_ext <<_ACEOF |
| 23005 |
/* end confdefs.h. */ |
| 22243 |
/* System header to define __stub macros and hopefully few prototypes, |
23006 |
/* System header to define __stub macros and hopefully few prototypes, |
| 22244 |
which can conflict with char inet_ntoa (); below. */ |
23007 |
which can conflict with char inet_ntoa (); below. |
| 22245 |
#include <assert.h> |
23008 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
23009 |
<limits.h> exists even on freestanding compilers. */ |
| 23010 |
#ifdef __STDC__ |
| 23011 |
# include <limits.h> |
| 23012 |
#else |
| 23013 |
# include <assert.h> |
| 23014 |
#endif |
| 22246 |
/* Override any gcc2 internal prototype to avoid an error. */ |
23015 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 22247 |
#ifdef __cplusplus |
23016 |
#ifdef __cplusplus |
| 22248 |
extern "C" |
23017 |
extern "C" |
|
|
23018 |
{ |
| 22249 |
#endif |
23019 |
#endif |
| 22250 |
/* We use char because int might match the return type of a gcc2 |
23020 |
/* We use char because int might match the return type of a gcc2 |
| 22251 |
builtin and then its argument prototype would still apply. */ |
23021 |
builtin and then its argument prototype would still apply. */ |
| 22252 |
char inet_ntoa (); |
23022 |
char inet_ntoa (); |
| 22253 |
char (*f) (); |
|
|
| 22254 |
|
| 22255 |
#ifdef F77_DUMMY_MAIN |
| 22256 |
# ifdef __cplusplus |
| 22257 |
extern "C" |
| 22258 |
# endif |
| 22259 |
int F77_DUMMY_MAIN() { return 1; } |
| 22260 |
#endif |
| 22261 |
int |
| 22262 |
main () |
| 22263 |
{ |
| 22264 |
/* The GNU C library defines this for functions which it implements |
23023 |
/* The GNU C library defines this for functions which it implements |
| 22265 |
to always fail with ENOSYS. Some functions are actually named |
23024 |
to always fail with ENOSYS. Some functions are actually named |
| 22266 |
something starting with __ and the normal name is an alias. */ |
23025 |
something starting with __ and the normal name is an alias. */ |
| 22267 |
#if defined (__stub_inet_ntoa) || defined (__stub___inet_ntoa) |
23026 |
#if defined (__stub_inet_ntoa) || defined (__stub___inet_ntoa) |
| 22268 |
choke me |
23027 |
choke me |
| 22269 |
#else |
23028 |
#else |
| 22270 |
f = inet_ntoa; |
23029 |
char (*f) () = inet_ntoa; |
|
|
23030 |
#endif |
| 23031 |
#ifdef __cplusplus |
| 23032 |
} |
| 22271 |
#endif |
23033 |
#endif |
| 22272 |
|
23034 |
|
|
|
23035 |
int |
| 23036 |
main () |
| 23037 |
{ |
| 23038 |
return f != inet_ntoa; |
| 22273 |
; |
23039 |
; |
| 22274 |
return 0; |
23040 |
return 0; |
| 22275 |
} |
23041 |
} |
|
Lines 22289-22295
Link Here
|
| 22289 |
ac_cv_func_inet_ntoa=yes |
23055 |
ac_cv_func_inet_ntoa=yes |
| 22290 |
else |
23056 |
else |
| 22291 |
echo "$as_me: failed program was:" >&5 |
23057 |
echo "$as_me: failed program was:" >&5 |
| 22292 |
cat conftest.$ac_ext >&5 |
23058 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
23059 |
|
| 22293 |
ac_cv_func_inet_ntoa=no |
23060 |
ac_cv_func_inet_ntoa=no |
| 22294 |
fi |
23061 |
fi |
| 22295 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
23062 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 22307-22313
Link Here
|
| 22307 |
LIBS="-lnsl $LIBS" |
23074 |
LIBS="-lnsl $LIBS" |
| 22308 |
cat >conftest.$ac_ext <<_ACEOF |
23075 |
cat >conftest.$ac_ext <<_ACEOF |
| 22309 |
#line $LINENO "configure" |
23076 |
#line $LINENO "configure" |
| 22310 |
#include "confdefs.h" |
23077 |
/* confdefs.h. */ |
|
|
23078 |
_ACEOF |
| 23079 |
cat confdefs.h >>conftest.$ac_ext |
| 23080 |
cat >>conftest.$ac_ext <<_ACEOF |
| 23081 |
/* end confdefs.h. */ |
| 22311 |
|
23082 |
|
| 22312 |
/* Override any gcc2 internal prototype to avoid an error. */ |
23083 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 22313 |
#ifdef __cplusplus |
23084 |
#ifdef __cplusplus |
|
Lines 22316-22327
Link Here
|
| 22316 |
/* We use char because int might match the return type of a gcc2 |
23087 |
/* We use char because int might match the return type of a gcc2 |
| 22317 |
builtin and then its argument prototype would still apply. */ |
23088 |
builtin and then its argument prototype would still apply. */ |
| 22318 |
char inet_ntoa (); |
23089 |
char inet_ntoa (); |
| 22319 |
#ifdef F77_DUMMY_MAIN |
|
|
| 22320 |
# ifdef __cplusplus |
| 22321 |
extern "C" |
| 22322 |
# endif |
| 22323 |
int F77_DUMMY_MAIN() { return 1; } |
| 22324 |
#endif |
| 22325 |
int |
23090 |
int |
| 22326 |
main () |
23091 |
main () |
| 22327 |
{ |
23092 |
{ |
|
Lines 22345-22351
Link Here
|
| 22345 |
ac_cv_lib_nsl_inet_ntoa=yes |
23110 |
ac_cv_lib_nsl_inet_ntoa=yes |
| 22346 |
else |
23111 |
else |
| 22347 |
echo "$as_me: failed program was:" >&5 |
23112 |
echo "$as_me: failed program was:" >&5 |
| 22348 |
cat conftest.$ac_ext >&5 |
23113 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
23114 |
|
| 22349 |
ac_cv_lib_nsl_inet_ntoa=no |
23115 |
ac_cv_lib_nsl_inet_ntoa=no |
| 22350 |
fi |
23116 |
fi |
| 22351 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
23117 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 22365-22401
Link Here
|
| 22365 |
else |
23131 |
else |
| 22366 |
cat >conftest.$ac_ext <<_ACEOF |
23132 |
cat >conftest.$ac_ext <<_ACEOF |
| 22367 |
#line $LINENO "configure" |
23133 |
#line $LINENO "configure" |
| 22368 |
#include "confdefs.h" |
23134 |
/* confdefs.h. */ |
|
|
23135 |
_ACEOF |
| 23136 |
cat confdefs.h >>conftest.$ac_ext |
| 23137 |
cat >>conftest.$ac_ext <<_ACEOF |
| 23138 |
/* end confdefs.h. */ |
| 22369 |
/* System header to define __stub macros and hopefully few prototypes, |
23139 |
/* System header to define __stub macros and hopefully few prototypes, |
| 22370 |
which can conflict with char connect (); below. */ |
23140 |
which can conflict with char connect (); below. |
| 22371 |
#include <assert.h> |
23141 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
23142 |
<limits.h> exists even on freestanding compilers. */ |
| 23143 |
#ifdef __STDC__ |
| 23144 |
# include <limits.h> |
| 23145 |
#else |
| 23146 |
# include <assert.h> |
| 23147 |
#endif |
| 22372 |
/* Override any gcc2 internal prototype to avoid an error. */ |
23148 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 22373 |
#ifdef __cplusplus |
23149 |
#ifdef __cplusplus |
| 22374 |
extern "C" |
23150 |
extern "C" |
|
|
23151 |
{ |
| 22375 |
#endif |
23152 |
#endif |
| 22376 |
/* We use char because int might match the return type of a gcc2 |
23153 |
/* We use char because int might match the return type of a gcc2 |
| 22377 |
builtin and then its argument prototype would still apply. */ |
23154 |
builtin and then its argument prototype would still apply. */ |
| 22378 |
char connect (); |
23155 |
char connect (); |
| 22379 |
char (*f) (); |
|
|
| 22380 |
|
| 22381 |
#ifdef F77_DUMMY_MAIN |
| 22382 |
# ifdef __cplusplus |
| 22383 |
extern "C" |
| 22384 |
# endif |
| 22385 |
int F77_DUMMY_MAIN() { return 1; } |
| 22386 |
#endif |
| 22387 |
int |
| 22388 |
main () |
| 22389 |
{ |
| 22390 |
/* The GNU C library defines this for functions which it implements |
23156 |
/* The GNU C library defines this for functions which it implements |
| 22391 |
to always fail with ENOSYS. Some functions are actually named |
23157 |
to always fail with ENOSYS. Some functions are actually named |
| 22392 |
something starting with __ and the normal name is an alias. */ |
23158 |
something starting with __ and the normal name is an alias. */ |
| 22393 |
#if defined (__stub_connect) || defined (__stub___connect) |
23159 |
#if defined (__stub_connect) || defined (__stub___connect) |
| 22394 |
choke me |
23160 |
choke me |
| 22395 |
#else |
23161 |
#else |
| 22396 |
f = connect; |
23162 |
char (*f) () = connect; |
|
|
23163 |
#endif |
| 23164 |
#ifdef __cplusplus |
| 23165 |
} |
| 22397 |
#endif |
23166 |
#endif |
| 22398 |
|
23167 |
|
|
|
23168 |
int |
| 23169 |
main () |
| 23170 |
{ |
| 23171 |
return f != connect; |
| 22399 |
; |
23172 |
; |
| 22400 |
return 0; |
23173 |
return 0; |
| 22401 |
} |
23174 |
} |
|
Lines 22415-22421
Link Here
|
| 22415 |
ac_cv_func_connect=yes |
23188 |
ac_cv_func_connect=yes |
| 22416 |
else |
23189 |
else |
| 22417 |
echo "$as_me: failed program was:" >&5 |
23190 |
echo "$as_me: failed program was:" >&5 |
| 22418 |
cat conftest.$ac_ext >&5 |
23191 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
23192 |
|
| 22419 |
ac_cv_func_connect=no |
23193 |
ac_cv_func_connect=no |
| 22420 |
fi |
23194 |
fi |
| 22421 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
23195 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 22433-22439
Link Here
|
| 22433 |
LIBS="-lsocket $X_EXTRA_LIBS $LIBS" |
23207 |
LIBS="-lsocket $X_EXTRA_LIBS $LIBS" |
| 22434 |
cat >conftest.$ac_ext <<_ACEOF |
23208 |
cat >conftest.$ac_ext <<_ACEOF |
| 22435 |
#line $LINENO "configure" |
23209 |
#line $LINENO "configure" |
| 22436 |
#include "confdefs.h" |
23210 |
/* confdefs.h. */ |
|
|
23211 |
_ACEOF |
| 23212 |
cat confdefs.h >>conftest.$ac_ext |
| 23213 |
cat >>conftest.$ac_ext <<_ACEOF |
| 23214 |
/* end confdefs.h. */ |
| 22437 |
|
23215 |
|
| 22438 |
/* Override any gcc2 internal prototype to avoid an error. */ |
23216 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 22439 |
#ifdef __cplusplus |
23217 |
#ifdef __cplusplus |
|
Lines 22442-22453
Link Here
|
| 22442 |
/* We use char because int might match the return type of a gcc2 |
23220 |
/* We use char because int might match the return type of a gcc2 |
| 22443 |
builtin and then its argument prototype would still apply. */ |
23221 |
builtin and then its argument prototype would still apply. */ |
| 22444 |
char connect (); |
23222 |
char connect (); |
| 22445 |
#ifdef F77_DUMMY_MAIN |
|
|
| 22446 |
# ifdef __cplusplus |
| 22447 |
extern "C" |
| 22448 |
# endif |
| 22449 |
int F77_DUMMY_MAIN() { return 1; } |
| 22450 |
#endif |
| 22451 |
int |
23223 |
int |
| 22452 |
main () |
23224 |
main () |
| 22453 |
{ |
23225 |
{ |
|
Lines 22471-22477
Link Here
|
| 22471 |
ac_cv_lib_socket_connect=yes |
23243 |
ac_cv_lib_socket_connect=yes |
| 22472 |
else |
23244 |
else |
| 22473 |
echo "$as_me: failed program was:" >&5 |
23245 |
echo "$as_me: failed program was:" >&5 |
| 22474 |
cat conftest.$ac_ext >&5 |
23246 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
23247 |
|
| 22475 |
ac_cv_lib_socket_connect=no |
23248 |
ac_cv_lib_socket_connect=no |
| 22476 |
fi |
23249 |
fi |
| 22477 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
23250 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 22492-22528
Link Here
|
| 22492 |
else |
23265 |
else |
| 22493 |
cat >conftest.$ac_ext <<_ACEOF |
23266 |
cat >conftest.$ac_ext <<_ACEOF |
| 22494 |
#line $LINENO "configure" |
23267 |
#line $LINENO "configure" |
| 22495 |
#include "confdefs.h" |
23268 |
/* confdefs.h. */ |
|
|
23269 |
_ACEOF |
| 23270 |
cat confdefs.h >>conftest.$ac_ext |
| 23271 |
cat >>conftest.$ac_ext <<_ACEOF |
| 23272 |
/* end confdefs.h. */ |
| 22496 |
/* System header to define __stub macros and hopefully few prototypes, |
23273 |
/* System header to define __stub macros and hopefully few prototypes, |
| 22497 |
which can conflict with char remove (); below. */ |
23274 |
which can conflict with char remove (); below. |
| 22498 |
#include <assert.h> |
23275 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
23276 |
<limits.h> exists even on freestanding compilers. */ |
| 23277 |
#ifdef __STDC__ |
| 23278 |
# include <limits.h> |
| 23279 |
#else |
| 23280 |
# include <assert.h> |
| 23281 |
#endif |
| 22499 |
/* Override any gcc2 internal prototype to avoid an error. */ |
23282 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 22500 |
#ifdef __cplusplus |
23283 |
#ifdef __cplusplus |
| 22501 |
extern "C" |
23284 |
extern "C" |
|
|
23285 |
{ |
| 22502 |
#endif |
23286 |
#endif |
| 22503 |
/* We use char because int might match the return type of a gcc2 |
23287 |
/* We use char because int might match the return type of a gcc2 |
| 22504 |
builtin and then its argument prototype would still apply. */ |
23288 |
builtin and then its argument prototype would still apply. */ |
| 22505 |
char remove (); |
23289 |
char remove (); |
| 22506 |
char (*f) (); |
|
|
| 22507 |
|
| 22508 |
#ifdef F77_DUMMY_MAIN |
| 22509 |
# ifdef __cplusplus |
| 22510 |
extern "C" |
| 22511 |
# endif |
| 22512 |
int F77_DUMMY_MAIN() { return 1; } |
| 22513 |
#endif |
| 22514 |
int |
| 22515 |
main () |
| 22516 |
{ |
| 22517 |
/* The GNU C library defines this for functions which it implements |
23290 |
/* The GNU C library defines this for functions which it implements |
| 22518 |
to always fail with ENOSYS. Some functions are actually named |
23291 |
to always fail with ENOSYS. Some functions are actually named |
| 22519 |
something starting with __ and the normal name is an alias. */ |
23292 |
something starting with __ and the normal name is an alias. */ |
| 22520 |
#if defined (__stub_remove) || defined (__stub___remove) |
23293 |
#if defined (__stub_remove) || defined (__stub___remove) |
| 22521 |
choke me |
23294 |
choke me |
| 22522 |
#else |
23295 |
#else |
| 22523 |
f = remove; |
23296 |
char (*f) () = remove; |
|
|
23297 |
#endif |
| 23298 |
#ifdef __cplusplus |
| 23299 |
} |
| 22524 |
#endif |
23300 |
#endif |
| 22525 |
|
23301 |
|
|
|
23302 |
int |
| 23303 |
main () |
| 23304 |
{ |
| 23305 |
return f != remove; |
| 22526 |
; |
23306 |
; |
| 22527 |
return 0; |
23307 |
return 0; |
| 22528 |
} |
23308 |
} |
|
Lines 22542-22548
Link Here
|
| 22542 |
ac_cv_func_remove=yes |
23322 |
ac_cv_func_remove=yes |
| 22543 |
else |
23323 |
else |
| 22544 |
echo "$as_me: failed program was:" >&5 |
23324 |
echo "$as_me: failed program was:" >&5 |
| 22545 |
cat conftest.$ac_ext >&5 |
23325 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
23326 |
|
| 22546 |
ac_cv_func_remove=no |
23327 |
ac_cv_func_remove=no |
| 22547 |
fi |
23328 |
fi |
| 22548 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
23329 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 22560-22566
Link Here
|
| 22560 |
LIBS="-lposix $LIBS" |
23341 |
LIBS="-lposix $LIBS" |
| 22561 |
cat >conftest.$ac_ext <<_ACEOF |
23342 |
cat >conftest.$ac_ext <<_ACEOF |
| 22562 |
#line $LINENO "configure" |
23343 |
#line $LINENO "configure" |
| 22563 |
#include "confdefs.h" |
23344 |
/* confdefs.h. */ |
|
|
23345 |
_ACEOF |
| 23346 |
cat confdefs.h >>conftest.$ac_ext |
| 23347 |
cat >>conftest.$ac_ext <<_ACEOF |
| 23348 |
/* end confdefs.h. */ |
| 22564 |
|
23349 |
|
| 22565 |
/* Override any gcc2 internal prototype to avoid an error. */ |
23350 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 22566 |
#ifdef __cplusplus |
23351 |
#ifdef __cplusplus |
|
Lines 22569-22580
Link Here
|
| 22569 |
/* We use char because int might match the return type of a gcc2 |
23354 |
/* We use char because int might match the return type of a gcc2 |
| 22570 |
builtin and then its argument prototype would still apply. */ |
23355 |
builtin and then its argument prototype would still apply. */ |
| 22571 |
char remove (); |
23356 |
char remove (); |
| 22572 |
#ifdef F77_DUMMY_MAIN |
|
|
| 22573 |
# ifdef __cplusplus |
| 22574 |
extern "C" |
| 22575 |
# endif |
| 22576 |
int F77_DUMMY_MAIN() { return 1; } |
| 22577 |
#endif |
| 22578 |
int |
23357 |
int |
| 22579 |
main () |
23358 |
main () |
| 22580 |
{ |
23359 |
{ |
|
Lines 22598-22604
Link Here
|
| 22598 |
ac_cv_lib_posix_remove=yes |
23377 |
ac_cv_lib_posix_remove=yes |
| 22599 |
else |
23378 |
else |
| 22600 |
echo "$as_me: failed program was:" >&5 |
23379 |
echo "$as_me: failed program was:" >&5 |
| 22601 |
cat conftest.$ac_ext >&5 |
23380 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
23381 |
|
| 22602 |
ac_cv_lib_posix_remove=no |
23382 |
ac_cv_lib_posix_remove=no |
| 22603 |
fi |
23383 |
fi |
| 22604 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
23384 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 22620-22656
Link Here
|
| 22620 |
else |
23400 |
else |
| 22621 |
cat >conftest.$ac_ext <<_ACEOF |
23401 |
cat >conftest.$ac_ext <<_ACEOF |
| 22622 |
#line $LINENO "configure" |
23402 |
#line $LINENO "configure" |
| 22623 |
#include "confdefs.h" |
23403 |
/* confdefs.h. */ |
|
|
23404 |
_ACEOF |
| 23405 |
cat confdefs.h >>conftest.$ac_ext |
| 23406 |
cat >>conftest.$ac_ext <<_ACEOF |
| 23407 |
/* end confdefs.h. */ |
| 22624 |
/* System header to define __stub macros and hopefully few prototypes, |
23408 |
/* System header to define __stub macros and hopefully few prototypes, |
| 22625 |
which can conflict with char shmat (); below. */ |
23409 |
which can conflict with char shmat (); below. |
| 22626 |
#include <assert.h> |
23410 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
23411 |
<limits.h> exists even on freestanding compilers. */ |
| 23412 |
#ifdef __STDC__ |
| 23413 |
# include <limits.h> |
| 23414 |
#else |
| 23415 |
# include <assert.h> |
| 23416 |
#endif |
| 22627 |
/* Override any gcc2 internal prototype to avoid an error. */ |
23417 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 22628 |
#ifdef __cplusplus |
23418 |
#ifdef __cplusplus |
| 22629 |
extern "C" |
23419 |
extern "C" |
|
|
23420 |
{ |
| 22630 |
#endif |
23421 |
#endif |
| 22631 |
/* We use char because int might match the return type of a gcc2 |
23422 |
/* We use char because int might match the return type of a gcc2 |
| 22632 |
builtin and then its argument prototype would still apply. */ |
23423 |
builtin and then its argument prototype would still apply. */ |
| 22633 |
char shmat (); |
23424 |
char shmat (); |
| 22634 |
char (*f) (); |
|
|
| 22635 |
|
| 22636 |
#ifdef F77_DUMMY_MAIN |
| 22637 |
# ifdef __cplusplus |
| 22638 |
extern "C" |
| 22639 |
# endif |
| 22640 |
int F77_DUMMY_MAIN() { return 1; } |
| 22641 |
#endif |
| 22642 |
int |
| 22643 |
main () |
| 22644 |
{ |
| 22645 |
/* The GNU C library defines this for functions which it implements |
23425 |
/* The GNU C library defines this for functions which it implements |
| 22646 |
to always fail with ENOSYS. Some functions are actually named |
23426 |
to always fail with ENOSYS. Some functions are actually named |
| 22647 |
something starting with __ and the normal name is an alias. */ |
23427 |
something starting with __ and the normal name is an alias. */ |
| 22648 |
#if defined (__stub_shmat) || defined (__stub___shmat) |
23428 |
#if defined (__stub_shmat) || defined (__stub___shmat) |
| 22649 |
choke me |
23429 |
choke me |
| 22650 |
#else |
23430 |
#else |
| 22651 |
f = shmat; |
23431 |
char (*f) () = shmat; |
|
|
23432 |
#endif |
| 23433 |
#ifdef __cplusplus |
| 23434 |
} |
| 22652 |
#endif |
23435 |
#endif |
| 22653 |
|
23436 |
|
|
|
23437 |
int |
| 23438 |
main () |
| 23439 |
{ |
| 23440 |
return f != shmat; |
| 22654 |
; |
23441 |
; |
| 22655 |
return 0; |
23442 |
return 0; |
| 22656 |
} |
23443 |
} |
|
Lines 22670-22676
Link Here
|
| 22670 |
ac_cv_func_shmat=yes |
23457 |
ac_cv_func_shmat=yes |
| 22671 |
else |
23458 |
else |
| 22672 |
echo "$as_me: failed program was:" >&5 |
23459 |
echo "$as_me: failed program was:" >&5 |
| 22673 |
cat conftest.$ac_ext >&5 |
23460 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
23461 |
|
| 22674 |
ac_cv_func_shmat=no |
23462 |
ac_cv_func_shmat=no |
| 22675 |
fi |
23463 |
fi |
| 22676 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
23464 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 22689-22695
Link Here
|
| 22689 |
LIBS="-lipc $LIBS" |
23477 |
LIBS="-lipc $LIBS" |
| 22690 |
cat >conftest.$ac_ext <<_ACEOF |
23478 |
cat >conftest.$ac_ext <<_ACEOF |
| 22691 |
#line $LINENO "configure" |
23479 |
#line $LINENO "configure" |
| 22692 |
#include "confdefs.h" |
23480 |
/* confdefs.h. */ |
|
|
23481 |
_ACEOF |
| 23482 |
cat confdefs.h >>conftest.$ac_ext |
| 23483 |
cat >>conftest.$ac_ext <<_ACEOF |
| 23484 |
/* end confdefs.h. */ |
| 22693 |
|
23485 |
|
| 22694 |
/* Override any gcc2 internal prototype to avoid an error. */ |
23486 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 22695 |
#ifdef __cplusplus |
23487 |
#ifdef __cplusplus |
|
Lines 22698-22709
Link Here
|
| 22698 |
/* We use char because int might match the return type of a gcc2 |
23490 |
/* We use char because int might match the return type of a gcc2 |
| 22699 |
builtin and then its argument prototype would still apply. */ |
23491 |
builtin and then its argument prototype would still apply. */ |
| 22700 |
char shmat (); |
23492 |
char shmat (); |
| 22701 |
#ifdef F77_DUMMY_MAIN |
|
|
| 22702 |
# ifdef __cplusplus |
| 22703 |
extern "C" |
| 22704 |
# endif |
| 22705 |
int F77_DUMMY_MAIN() { return 1; } |
| 22706 |
#endif |
| 22707 |
int |
23493 |
int |
| 22708 |
main () |
23494 |
main () |
| 22709 |
{ |
23495 |
{ |
|
Lines 22727-22733
Link Here
|
| 22727 |
ac_cv_lib_ipc_shmat=yes |
23513 |
ac_cv_lib_ipc_shmat=yes |
| 22728 |
else |
23514 |
else |
| 22729 |
echo "$as_me: failed program was:" >&5 |
23515 |
echo "$as_me: failed program was:" >&5 |
| 22730 |
cat conftest.$ac_ext >&5 |
23516 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
23517 |
|
| 22731 |
ac_cv_lib_ipc_shmat=no |
23518 |
ac_cv_lib_ipc_shmat=no |
| 22732 |
fi |
23519 |
fi |
| 22733 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
23520 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 22761-22767
Link Here
|
| 22761 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
23548 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 22762 |
cat >conftest.$ac_ext <<_ACEOF |
23549 |
cat >conftest.$ac_ext <<_ACEOF |
| 22763 |
#line $LINENO "configure" |
23550 |
#line $LINENO "configure" |
| 22764 |
#include "confdefs.h" |
23551 |
/* confdefs.h. */ |
|
|
23552 |
_ACEOF |
| 23553 |
cat confdefs.h >>conftest.$ac_ext |
| 23554 |
cat >>conftest.$ac_ext <<_ACEOF |
| 23555 |
/* end confdefs.h. */ |
| 22765 |
$ac_includes_default |
23556 |
$ac_includes_default |
| 22766 |
#include <$ac_header> |
23557 |
#include <$ac_header> |
| 22767 |
_ACEOF |
23558 |
_ACEOF |
|
Lines 22780-22786
Link Here
|
| 22780 |
ac_header_compiler=yes |
23571 |
ac_header_compiler=yes |
| 22781 |
else |
23572 |
else |
| 22782 |
echo "$as_me: failed program was:" >&5 |
23573 |
echo "$as_me: failed program was:" >&5 |
| 22783 |
cat conftest.$ac_ext >&5 |
23574 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
23575 |
|
| 22784 |
ac_header_compiler=no |
23576 |
ac_header_compiler=no |
| 22785 |
fi |
23577 |
fi |
| 22786 |
rm -f conftest.$ac_objext conftest.$ac_ext |
23578 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 22792-22804
Link Here
|
| 22792 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
23584 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 22793 |
cat >conftest.$ac_ext <<_ACEOF |
23585 |
cat >conftest.$ac_ext <<_ACEOF |
| 22794 |
#line $LINENO "configure" |
23586 |
#line $LINENO "configure" |
| 22795 |
#include "confdefs.h" |
23587 |
/* confdefs.h. */ |
|
|
23588 |
_ACEOF |
| 23589 |
cat confdefs.h >>conftest.$ac_ext |
| 23590 |
cat >>conftest.$ac_ext <<_ACEOF |
| 23591 |
/* end confdefs.h. */ |
| 22796 |
#include <$ac_header> |
23592 |
#include <$ac_header> |
| 22797 |
_ACEOF |
23593 |
_ACEOF |
| 22798 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
23594 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 22799 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
23595 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 22800 |
ac_status=$? |
23596 |
ac_status=$? |
| 22801 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
23597 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 22802 |
rm -f conftest.er1 |
23598 |
rm -f conftest.er1 |
| 22803 |
cat conftest.err >&5 |
23599 |
cat conftest.err >&5 |
| 22804 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23600 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 22815-22821
Link Here
|
| 22815 |
ac_header_preproc=yes |
23611 |
ac_header_preproc=yes |
| 22816 |
else |
23612 |
else |
| 22817 |
echo "$as_me: failed program was:" >&5 |
23613 |
echo "$as_me: failed program was:" >&5 |
| 22818 |
cat conftest.$ac_ext >&5 |
23614 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
23615 |
|
| 22819 |
ac_header_preproc=no |
23616 |
ac_header_preproc=no |
| 22820 |
fi |
23617 |
fi |
| 22821 |
rm -f conftest.err conftest.$ac_ext |
23618 |
rm -f conftest.err conftest.$ac_ext |
|
Lines 22828-22841
Link Here
|
| 22828 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
23625 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 22829 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
23626 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 22830 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
23627 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 22831 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
23628 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
23629 |
( |
| 23630 |
cat <<\_ASBOX |
| 23631 |
## ------------------------------------ ## |
| 23632 |
## Report this to bug-autoconf@gnu.org. ## |
| 23633 |
## ------------------------------------ ## |
| 23634 |
_ASBOX |
| 23635 |
) | |
| 23636 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 23637 |
;; |
| 22832 |
no:yes ) |
23638 |
no:yes ) |
| 22833 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
23639 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 22834 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
23640 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 22835 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
23641 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 22836 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
23642 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 22837 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
23643 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 22838 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
23644 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
23645 |
( |
| 23646 |
cat <<\_ASBOX |
| 23647 |
## ------------------------------------ ## |
| 23648 |
## Report this to bug-autoconf@gnu.org. ## |
| 23649 |
## ------------------------------------ ## |
| 23650 |
_ASBOX |
| 23651 |
) | |
| 23652 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 23653 |
;; |
| 22839 |
esac |
23654 |
esac |
| 22840 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
23655 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 22841 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
23656 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
|
Lines 22864-22900
Link Here
|
| 22864 |
else |
23679 |
else |
| 22865 |
cat >conftest.$ac_ext <<_ACEOF |
23680 |
cat >conftest.$ac_ext <<_ACEOF |
| 22866 |
#line $LINENO "configure" |
23681 |
#line $LINENO "configure" |
| 22867 |
#include "confdefs.h" |
23682 |
/* confdefs.h. */ |
|
|
23683 |
_ACEOF |
| 23684 |
cat confdefs.h >>conftest.$ac_ext |
| 23685 |
cat >>conftest.$ac_ext <<_ACEOF |
| 23686 |
/* end confdefs.h. */ |
| 22868 |
/* System header to define __stub macros and hopefully few prototypes, |
23687 |
/* System header to define __stub macros and hopefully few prototypes, |
| 22869 |
which can conflict with char _NSGetEnviron (); below. */ |
23688 |
which can conflict with char _NSGetEnviron (); below. |
| 22870 |
#include <assert.h> |
23689 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
23690 |
<limits.h> exists even on freestanding compilers. */ |
| 23691 |
#ifdef __STDC__ |
| 23692 |
# include <limits.h> |
| 23693 |
#else |
| 23694 |
# include <assert.h> |
| 23695 |
#endif |
| 22871 |
/* Override any gcc2 internal prototype to avoid an error. */ |
23696 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 22872 |
#ifdef __cplusplus |
23697 |
#ifdef __cplusplus |
| 22873 |
extern "C" |
23698 |
extern "C" |
|
|
23699 |
{ |
| 22874 |
#endif |
23700 |
#endif |
| 22875 |
/* We use char because int might match the return type of a gcc2 |
23701 |
/* We use char because int might match the return type of a gcc2 |
| 22876 |
builtin and then its argument prototype would still apply. */ |
23702 |
builtin and then its argument prototype would still apply. */ |
| 22877 |
char _NSGetEnviron (); |
23703 |
char _NSGetEnviron (); |
| 22878 |
char (*f) (); |
|
|
| 22879 |
|
| 22880 |
#ifdef F77_DUMMY_MAIN |
| 22881 |
# ifdef __cplusplus |
| 22882 |
extern "C" |
| 22883 |
# endif |
| 22884 |
int F77_DUMMY_MAIN() { return 1; } |
| 22885 |
#endif |
| 22886 |
int |
| 22887 |
main () |
| 22888 |
{ |
| 22889 |
/* The GNU C library defines this for functions which it implements |
23704 |
/* The GNU C library defines this for functions which it implements |
| 22890 |
to always fail with ENOSYS. Some functions are actually named |
23705 |
to always fail with ENOSYS. Some functions are actually named |
| 22891 |
something starting with __ and the normal name is an alias. */ |
23706 |
something starting with __ and the normal name is an alias. */ |
| 22892 |
#if defined (__stub__NSGetEnviron) || defined (__stub____NSGetEnviron) |
23707 |
#if defined (__stub__NSGetEnviron) || defined (__stub____NSGetEnviron) |
| 22893 |
choke me |
23708 |
choke me |
| 22894 |
#else |
23709 |
#else |
| 22895 |
f = _NSGetEnviron; |
23710 |
char (*f) () = _NSGetEnviron; |
|
|
23711 |
#endif |
| 23712 |
#ifdef __cplusplus |
| 23713 |
} |
| 22896 |
#endif |
23714 |
#endif |
| 22897 |
|
23715 |
|
|
|
23716 |
int |
| 23717 |
main () |
| 23718 |
{ |
| 23719 |
return f != _NSGetEnviron; |
| 22898 |
; |
23720 |
; |
| 22899 |
return 0; |
23721 |
return 0; |
| 22900 |
} |
23722 |
} |
|
Lines 22914-22920
Link Here
|
| 22914 |
ac_cv_func__NSGetEnviron=yes |
23736 |
ac_cv_func__NSGetEnviron=yes |
| 22915 |
else |
23737 |
else |
| 22916 |
echo "$as_me: failed program was:" >&5 |
23738 |
echo "$as_me: failed program was:" >&5 |
| 22917 |
cat conftest.$ac_ext >&5 |
23739 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
23740 |
|
| 22918 |
ac_cv_func__NSGetEnviron=no |
23741 |
ac_cv_func__NSGetEnviron=no |
| 22919 |
fi |
23742 |
fi |
| 22920 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
23743 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 22950-22956
Link Here
|
| 22950 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
23773 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 22951 |
cat >conftest.$ac_ext <<_ACEOF |
23774 |
cat >conftest.$ac_ext <<_ACEOF |
| 22952 |
#line $LINENO "configure" |
23775 |
#line $LINENO "configure" |
| 22953 |
#include "confdefs.h" |
23776 |
/* confdefs.h. */ |
|
|
23777 |
_ACEOF |
| 23778 |
cat confdefs.h >>conftest.$ac_ext |
| 23779 |
cat >>conftest.$ac_ext <<_ACEOF |
| 23780 |
/* end confdefs.h. */ |
| 22954 |
$ac_includes_default |
23781 |
$ac_includes_default |
| 22955 |
#include <$ac_header> |
23782 |
#include <$ac_header> |
| 22956 |
_ACEOF |
23783 |
_ACEOF |
|
Lines 22969-22975
Link Here
|
| 22969 |
ac_header_compiler=yes |
23796 |
ac_header_compiler=yes |
| 22970 |
else |
23797 |
else |
| 22971 |
echo "$as_me: failed program was:" >&5 |
23798 |
echo "$as_me: failed program was:" >&5 |
| 22972 |
cat conftest.$ac_ext >&5 |
23799 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
23800 |
|
| 22973 |
ac_header_compiler=no |
23801 |
ac_header_compiler=no |
| 22974 |
fi |
23802 |
fi |
| 22975 |
rm -f conftest.$ac_objext conftest.$ac_ext |
23803 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 22981-22993
Link Here
|
| 22981 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
23809 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 22982 |
cat >conftest.$ac_ext <<_ACEOF |
23810 |
cat >conftest.$ac_ext <<_ACEOF |
| 22983 |
#line $LINENO "configure" |
23811 |
#line $LINENO "configure" |
| 22984 |
#include "confdefs.h" |
23812 |
/* confdefs.h. */ |
|
|
23813 |
_ACEOF |
| 23814 |
cat confdefs.h >>conftest.$ac_ext |
| 23815 |
cat >>conftest.$ac_ext <<_ACEOF |
| 23816 |
/* end confdefs.h. */ |
| 22985 |
#include <$ac_header> |
23817 |
#include <$ac_header> |
| 22986 |
_ACEOF |
23818 |
_ACEOF |
| 22987 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
23819 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 22988 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
23820 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 22989 |
ac_status=$? |
23821 |
ac_status=$? |
| 22990 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
23822 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 22991 |
rm -f conftest.er1 |
23823 |
rm -f conftest.er1 |
| 22992 |
cat conftest.err >&5 |
23824 |
cat conftest.err >&5 |
| 22993 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23825 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 23004-23010
Link Here
|
| 23004 |
ac_header_preproc=yes |
23836 |
ac_header_preproc=yes |
| 23005 |
else |
23837 |
else |
| 23006 |
echo "$as_me: failed program was:" >&5 |
23838 |
echo "$as_me: failed program was:" >&5 |
| 23007 |
cat conftest.$ac_ext >&5 |
23839 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
23840 |
|
| 23008 |
ac_header_preproc=no |
23841 |
ac_header_preproc=no |
| 23009 |
fi |
23842 |
fi |
| 23010 |
rm -f conftest.err conftest.$ac_ext |
23843 |
rm -f conftest.err conftest.$ac_ext |
|
Lines 23017-23030
Link Here
|
| 23017 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
23850 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 23018 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
23851 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 23019 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
23852 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 23020 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
23853 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
23854 |
( |
| 23855 |
cat <<\_ASBOX |
| 23856 |
## ------------------------------------ ## |
| 23857 |
## Report this to bug-autoconf@gnu.org. ## |
| 23858 |
## ------------------------------------ ## |
| 23859 |
_ASBOX |
| 23860 |
) | |
| 23861 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 23862 |
;; |
| 23021 |
no:yes ) |
23863 |
no:yes ) |
| 23022 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
23864 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 23023 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
23865 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 23024 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
23866 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 23025 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
23867 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 23026 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
23868 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 23027 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
23869 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
23870 |
( |
| 23871 |
cat <<\_ASBOX |
| 23872 |
## ------------------------------------ ## |
| 23873 |
## Report this to bug-autoconf@gnu.org. ## |
| 23874 |
## ------------------------------------ ## |
| 23875 |
_ASBOX |
| 23876 |
) | |
| 23877 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 23878 |
;; |
| 23028 |
esac |
23879 |
esac |
| 23029 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
23880 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 23030 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
23881 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
|
Lines 23057-23063
Link Here
|
| 23057 |
LIBS="-lpoll $LIBS" |
23908 |
LIBS="-lpoll $LIBS" |
| 23058 |
cat >conftest.$ac_ext <<_ACEOF |
23909 |
cat >conftest.$ac_ext <<_ACEOF |
| 23059 |
#line $LINENO "configure" |
23910 |
#line $LINENO "configure" |
| 23060 |
#include "confdefs.h" |
23911 |
/* confdefs.h. */ |
|
|
23912 |
_ACEOF |
| 23913 |
cat confdefs.h >>conftest.$ac_ext |
| 23914 |
cat >>conftest.$ac_ext <<_ACEOF |
| 23915 |
/* end confdefs.h. */ |
| 23061 |
|
23916 |
|
| 23062 |
/* Override any gcc2 internal prototype to avoid an error. */ |
23917 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 23063 |
#ifdef __cplusplus |
23918 |
#ifdef __cplusplus |
|
Lines 23066-23077
Link Here
|
| 23066 |
/* We use char because int might match the return type of a gcc2 |
23921 |
/* We use char because int might match the return type of a gcc2 |
| 23067 |
builtin and then its argument prototype would still apply. */ |
23922 |
builtin and then its argument prototype would still apply. */ |
| 23068 |
char poll (); |
23923 |
char poll (); |
| 23069 |
#ifdef F77_DUMMY_MAIN |
|
|
| 23070 |
# ifdef __cplusplus |
| 23071 |
extern "C" |
| 23072 |
# endif |
| 23073 |
int F77_DUMMY_MAIN() { return 1; } |
| 23074 |
#endif |
| 23075 |
int |
23924 |
int |
| 23076 |
main () |
23925 |
main () |
| 23077 |
{ |
23926 |
{ |
|
Lines 23095-23101
Link Here
|
| 23095 |
ac_cv_lib_poll_poll=yes |
23944 |
ac_cv_lib_poll_poll=yes |
| 23096 |
else |
23945 |
else |
| 23097 |
echo "$as_me: failed program was:" >&5 |
23946 |
echo "$as_me: failed program was:" >&5 |
| 23098 |
cat conftest.$ac_ext >&5 |
23947 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
23948 |
|
| 23099 |
ac_cv_lib_poll_poll=no |
23949 |
ac_cv_lib_poll_poll=no |
| 23100 |
fi |
23950 |
fi |
| 23101 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
23951 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 23123-23129
Link Here
|
| 23123 |
echo $ECHO_N "checking CoreAudio/CoreAudio.h usability... $ECHO_C" >&6 |
23973 |
echo $ECHO_N "checking CoreAudio/CoreAudio.h usability... $ECHO_C" >&6 |
| 23124 |
cat >conftest.$ac_ext <<_ACEOF |
23974 |
cat >conftest.$ac_ext <<_ACEOF |
| 23125 |
#line $LINENO "configure" |
23975 |
#line $LINENO "configure" |
| 23126 |
#include "confdefs.h" |
23976 |
/* confdefs.h. */ |
|
|
23977 |
_ACEOF |
| 23978 |
cat confdefs.h >>conftest.$ac_ext |
| 23979 |
cat >>conftest.$ac_ext <<_ACEOF |
| 23980 |
/* end confdefs.h. */ |
| 23127 |
$ac_includes_default |
23981 |
$ac_includes_default |
| 23128 |
#include <CoreAudio/CoreAudio.h> |
23982 |
#include <CoreAudio/CoreAudio.h> |
| 23129 |
_ACEOF |
23983 |
_ACEOF |
|
Lines 23142-23148
Link Here
|
| 23142 |
ac_header_compiler=yes |
23996 |
ac_header_compiler=yes |
| 23143 |
else |
23997 |
else |
| 23144 |
echo "$as_me: failed program was:" >&5 |
23998 |
echo "$as_me: failed program was:" >&5 |
| 23145 |
cat conftest.$ac_ext >&5 |
23999 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24000 |
|
| 23146 |
ac_header_compiler=no |
24001 |
ac_header_compiler=no |
| 23147 |
fi |
24002 |
fi |
| 23148 |
rm -f conftest.$ac_objext conftest.$ac_ext |
24003 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 23154-23166
Link Here
|
| 23154 |
echo $ECHO_N "checking CoreAudio/CoreAudio.h presence... $ECHO_C" >&6 |
24009 |
echo $ECHO_N "checking CoreAudio/CoreAudio.h presence... $ECHO_C" >&6 |
| 23155 |
cat >conftest.$ac_ext <<_ACEOF |
24010 |
cat >conftest.$ac_ext <<_ACEOF |
| 23156 |
#line $LINENO "configure" |
24011 |
#line $LINENO "configure" |
| 23157 |
#include "confdefs.h" |
24012 |
/* confdefs.h. */ |
|
|
24013 |
_ACEOF |
| 24014 |
cat confdefs.h >>conftest.$ac_ext |
| 24015 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24016 |
/* end confdefs.h. */ |
| 23158 |
#include <CoreAudio/CoreAudio.h> |
24017 |
#include <CoreAudio/CoreAudio.h> |
| 23159 |
_ACEOF |
24018 |
_ACEOF |
| 23160 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
24019 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 23161 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
24020 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 23162 |
ac_status=$? |
24021 |
ac_status=$? |
| 23163 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
24022 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 23164 |
rm -f conftest.er1 |
24023 |
rm -f conftest.er1 |
| 23165 |
cat conftest.err >&5 |
24024 |
cat conftest.err >&5 |
| 23166 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24025 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 23177-23183
Link Here
|
| 23177 |
ac_header_preproc=yes |
24036 |
ac_header_preproc=yes |
| 23178 |
else |
24037 |
else |
| 23179 |
echo "$as_me: failed program was:" >&5 |
24038 |
echo "$as_me: failed program was:" >&5 |
| 23180 |
cat conftest.$ac_ext >&5 |
24039 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24040 |
|
| 23181 |
ac_header_preproc=no |
24041 |
ac_header_preproc=no |
| 23182 |
fi |
24042 |
fi |
| 23183 |
rm -f conftest.err conftest.$ac_ext |
24043 |
rm -f conftest.err conftest.$ac_ext |
|
Lines 23190-23203
Link Here
|
| 23190 |
{ echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
24050 |
{ echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 23191 |
echo "$as_me: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
24051 |
echo "$as_me: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 23192 |
{ echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&5 |
24052 |
{ echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&5 |
| 23193 |
echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&2;};; |
24053 |
echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&2;} |
|
|
24054 |
( |
| 24055 |
cat <<\_ASBOX |
| 24056 |
## ------------------------------------ ## |
| 24057 |
## Report this to bug-autoconf@gnu.org. ## |
| 24058 |
## ------------------------------------ ## |
| 24059 |
_ASBOX |
| 24060 |
) | |
| 24061 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 24062 |
;; |
| 23194 |
no:yes ) |
24063 |
no:yes ) |
| 23195 |
{ echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&5 |
24064 |
{ echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&5 |
| 23196 |
echo "$as_me: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&2;} |
24065 |
echo "$as_me: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&2;} |
| 23197 |
{ echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: check for missing prerequisite headers?" >&5 |
24066 |
{ echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: check for missing prerequisite headers?" >&5 |
| 23198 |
echo "$as_me: WARNING: CoreAudio/CoreAudio.h: check for missing prerequisite headers?" >&2;} |
24067 |
echo "$as_me: WARNING: CoreAudio/CoreAudio.h: check for missing prerequisite headers?" >&2;} |
| 23199 |
{ echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&5 |
24068 |
{ echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&5 |
| 23200 |
echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&2;};; |
24069 |
echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&2;} |
|
|
24070 |
( |
| 24071 |
cat <<\_ASBOX |
| 24072 |
## ------------------------------------ ## |
| 24073 |
## Report this to bug-autoconf@gnu.org. ## |
| 24074 |
## ------------------------------------ ## |
| 24075 |
_ASBOX |
| 24076 |
) | |
| 24077 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 24078 |
;; |
| 23201 |
esac |
24079 |
esac |
| 23202 |
echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5 |
24080 |
echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5 |
| 23203 |
echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6 |
24081 |
echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6 |
|
Lines 23230-23248
Link Here
|
| 23230 |
LIBS="$LIBS $X_EXTRA_LIBS -lresolv" |
24108 |
LIBS="$LIBS $X_EXTRA_LIBS -lresolv" |
| 23231 |
cat >conftest.$ac_ext <<_ACEOF |
24109 |
cat >conftest.$ac_ext <<_ACEOF |
| 23232 |
#line $LINENO "configure" |
24110 |
#line $LINENO "configure" |
| 23233 |
#include "confdefs.h" |
24111 |
/* confdefs.h. */ |
|
|
24112 |
_ACEOF |
| 24113 |
cat confdefs.h >>conftest.$ac_ext |
| 24114 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24115 |
/* end confdefs.h. */ |
| 23234 |
|
24116 |
|
| 23235 |
#include <sys/types.h> |
24117 |
#include <sys/types.h> |
| 23236 |
#include <netinet/in.h> |
24118 |
#include <netinet/in.h> |
| 23237 |
#include <arpa/nameser.h> |
24119 |
#include <arpa/nameser.h> |
| 23238 |
#include <resolv.h> |
24120 |
#include <resolv.h> |
| 23239 |
|
24121 |
|
| 23240 |
#ifdef F77_DUMMY_MAIN |
|
|
| 23241 |
# ifdef __cplusplus |
| 23242 |
extern "C" |
| 23243 |
# endif |
| 23244 |
int F77_DUMMY_MAIN() { return 1; } |
| 23245 |
#endif |
| 23246 |
int |
24122 |
int |
| 23247 |
main () |
24123 |
main () |
| 23248 |
{ |
24124 |
{ |
|
Lines 23277-23283
Link Here
|
| 23277 |
|
24153 |
|
| 23278 |
else |
24154 |
else |
| 23279 |
echo "$as_me: failed program was:" >&5 |
24155 |
echo "$as_me: failed program was:" >&5 |
| 23280 |
cat conftest.$ac_ext >&5 |
24156 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24157 |
|
| 23281 |
echo "$as_me:$LINENO: result: no" >&5 |
24158 |
echo "$as_me:$LINENO: result: no" >&5 |
| 23282 |
echo "${ECHO_T}no" >&6 |
24159 |
echo "${ECHO_T}no" >&6 |
| 23283 |
|
24160 |
|
|
Lines 23290-23308
Link Here
|
| 23290 |
echo $ECHO_N "checking if res_init is available... $ECHO_C" >&6 |
24167 |
echo $ECHO_N "checking if res_init is available... $ECHO_C" >&6 |
| 23291 |
cat >conftest.$ac_ext <<_ACEOF |
24168 |
cat >conftest.$ac_ext <<_ACEOF |
| 23292 |
#line $LINENO "configure" |
24169 |
#line $LINENO "configure" |
| 23293 |
#include "confdefs.h" |
24170 |
/* confdefs.h. */ |
|
|
24171 |
_ACEOF |
| 24172 |
cat confdefs.h >>conftest.$ac_ext |
| 24173 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24174 |
/* end confdefs.h. */ |
| 23294 |
|
24175 |
|
| 23295 |
#include <sys/types.h> |
24176 |
#include <sys/types.h> |
| 23296 |
#include <netinet/in.h> |
24177 |
#include <netinet/in.h> |
| 23297 |
#include <arpa/nameser.h> |
24178 |
#include <arpa/nameser.h> |
| 23298 |
#include <resolv.h> |
24179 |
#include <resolv.h> |
| 23299 |
|
24180 |
|
| 23300 |
#ifdef F77_DUMMY_MAIN |
|
|
| 23301 |
# ifdef __cplusplus |
| 23302 |
extern "C" |
| 23303 |
# endif |
| 23304 |
int F77_DUMMY_MAIN() { return 1; } |
| 23305 |
#endif |
| 23306 |
int |
24181 |
int |
| 23307 |
main () |
24182 |
main () |
| 23308 |
{ |
24183 |
{ |
|
Lines 23336-23342
Link Here
|
| 23336 |
|
24211 |
|
| 23337 |
else |
24212 |
else |
| 23338 |
echo "$as_me: failed program was:" >&5 |
24213 |
echo "$as_me: failed program was:" >&5 |
| 23339 |
cat conftest.$ac_ext >&5 |
24214 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24215 |
|
| 23340 |
echo "$as_me:$LINENO: result: no" >&5 |
24216 |
echo "$as_me:$LINENO: result: no" >&5 |
| 23341 |
echo "${ECHO_T}no" >&6 |
24217 |
echo "${ECHO_T}no" >&6 |
| 23342 |
|
24218 |
|
|
Lines 23357-23363
Link Here
|
| 23357 |
LIBS="-lucb $LIBS" |
24233 |
LIBS="-lucb $LIBS" |
| 23358 |
cat >conftest.$ac_ext <<_ACEOF |
24234 |
cat >conftest.$ac_ext <<_ACEOF |
| 23359 |
#line $LINENO "configure" |
24235 |
#line $LINENO "configure" |
| 23360 |
#include "confdefs.h" |
24236 |
/* confdefs.h. */ |
|
|
24237 |
_ACEOF |
| 24238 |
cat confdefs.h >>conftest.$ac_ext |
| 24239 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24240 |
/* end confdefs.h. */ |
| 23361 |
|
24241 |
|
| 23362 |
/* Override any gcc2 internal prototype to avoid an error. */ |
24242 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 23363 |
#ifdef __cplusplus |
24243 |
#ifdef __cplusplus |
|
Lines 23366-23377
Link Here
|
| 23366 |
/* We use char because int might match the return type of a gcc2 |
24246 |
/* We use char because int might match the return type of a gcc2 |
| 23367 |
builtin and then its argument prototype would still apply. */ |
24247 |
builtin and then its argument prototype would still apply. */ |
| 23368 |
char killpg (); |
24248 |
char killpg (); |
| 23369 |
#ifdef F77_DUMMY_MAIN |
|
|
| 23370 |
# ifdef __cplusplus |
| 23371 |
extern "C" |
| 23372 |
# endif |
| 23373 |
int F77_DUMMY_MAIN() { return 1; } |
| 23374 |
#endif |
| 23375 |
int |
24249 |
int |
| 23376 |
main () |
24250 |
main () |
| 23377 |
{ |
24251 |
{ |
|
Lines 23395-23401
Link Here
|
| 23395 |
ac_cv_lib_ucb_killpg=yes |
24269 |
ac_cv_lib_ucb_killpg=yes |
| 23396 |
else |
24270 |
else |
| 23397 |
echo "$as_me: failed program was:" >&5 |
24271 |
echo "$as_me: failed program was:" >&5 |
| 23398 |
cat conftest.$ac_ext >&5 |
24272 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24273 |
|
| 23399 |
ac_cv_lib_ucb_killpg=no |
24274 |
ac_cv_lib_ucb_killpg=no |
| 23400 |
fi |
24275 |
fi |
| 23401 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
24276 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 23423-23429
Link Here
|
| 23423 |
LIBS="-lbsd $LIBS" |
24298 |
LIBS="-lbsd $LIBS" |
| 23424 |
cat >conftest.$ac_ext <<_ACEOF |
24299 |
cat >conftest.$ac_ext <<_ACEOF |
| 23425 |
#line $LINENO "configure" |
24300 |
#line $LINENO "configure" |
| 23426 |
#include "confdefs.h" |
24301 |
/* confdefs.h. */ |
|
|
24302 |
_ACEOF |
| 24303 |
cat confdefs.h >>conftest.$ac_ext |
| 24304 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24305 |
/* end confdefs.h. */ |
| 23427 |
|
24306 |
|
| 23428 |
/* Override any gcc2 internal prototype to avoid an error. */ |
24307 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 23429 |
#ifdef __cplusplus |
24308 |
#ifdef __cplusplus |
|
Lines 23432-23443
Link Here
|
| 23432 |
/* We use char because int might match the return type of a gcc2 |
24311 |
/* We use char because int might match the return type of a gcc2 |
| 23433 |
builtin and then its argument prototype would still apply. */ |
24312 |
builtin and then its argument prototype would still apply. */ |
| 23434 |
char gethostbyname (); |
24313 |
char gethostbyname (); |
| 23435 |
#ifdef F77_DUMMY_MAIN |
|
|
| 23436 |
# ifdef __cplusplus |
| 23437 |
extern "C" |
| 23438 |
# endif |
| 23439 |
int F77_DUMMY_MAIN() { return 1; } |
| 23440 |
#endif |
| 23441 |
int |
24314 |
int |
| 23442 |
main () |
24315 |
main () |
| 23443 |
{ |
24316 |
{ |
|
Lines 23461-23467
Link Here
|
| 23461 |
ac_cv_lib_bsd_gethostbyname=yes |
24334 |
ac_cv_lib_bsd_gethostbyname=yes |
| 23462 |
else |
24335 |
else |
| 23463 |
echo "$as_me: failed program was:" >&5 |
24336 |
echo "$as_me: failed program was:" >&5 |
| 23464 |
cat conftest.$ac_ext >&5 |
24337 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24338 |
|
| 23465 |
ac_cv_lib_bsd_gethostbyname=no |
24339 |
ac_cv_lib_bsd_gethostbyname=no |
| 23466 |
fi |
24340 |
fi |
| 23467 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
24341 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 23482-23495
Link Here
|
| 23482 |
else |
24356 |
else |
| 23483 |
cat >conftest.$ac_ext <<_ACEOF |
24357 |
cat >conftest.$ac_ext <<_ACEOF |
| 23484 |
#line $LINENO "configure" |
24358 |
#line $LINENO "configure" |
| 23485 |
#include "confdefs.h" |
24359 |
/* confdefs.h. */ |
|
|
24360 |
_ACEOF |
| 24361 |
cat confdefs.h >>conftest.$ac_ext |
| 24362 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24363 |
/* end confdefs.h. */ |
| 23486 |
$ac_includes_default |
24364 |
$ac_includes_default |
| 23487 |
#ifdef F77_DUMMY_MAIN |
|
|
| 23488 |
# ifdef __cplusplus |
| 23489 |
extern "C" |
| 23490 |
# endif |
| 23491 |
int F77_DUMMY_MAIN() { return 1; } |
| 23492 |
#endif |
| 23493 |
int |
24365 |
int |
| 23494 |
main () |
24366 |
main () |
| 23495 |
{ |
24367 |
{ |
|
Lines 23516-23522
Link Here
|
| 23516 |
ac_cv_type_int=yes |
24388 |
ac_cv_type_int=yes |
| 23517 |
else |
24389 |
else |
| 23518 |
echo "$as_me: failed program was:" >&5 |
24390 |
echo "$as_me: failed program was:" >&5 |
| 23519 |
cat conftest.$ac_ext >&5 |
24391 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24392 |
|
| 23520 |
ac_cv_type_int=no |
24393 |
ac_cv_type_int=no |
| 23521 |
fi |
24394 |
fi |
| 23522 |
rm -f conftest.$ac_objext conftest.$ac_ext |
24395 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 23538-23551
Link Here
|
| 23538 |
# Depending upon the size, compute the lo and hi bounds. |
24411 |
# Depending upon the size, compute the lo and hi bounds. |
| 23539 |
cat >conftest.$ac_ext <<_ACEOF |
24412 |
cat >conftest.$ac_ext <<_ACEOF |
| 23540 |
#line $LINENO "configure" |
24413 |
#line $LINENO "configure" |
| 23541 |
#include "confdefs.h" |
24414 |
/* confdefs.h. */ |
|
|
24415 |
_ACEOF |
| 24416 |
cat confdefs.h >>conftest.$ac_ext |
| 24417 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24418 |
/* end confdefs.h. */ |
| 23542 |
$ac_includes_default |
24419 |
$ac_includes_default |
| 23543 |
#ifdef F77_DUMMY_MAIN |
|
|
| 23544 |
# ifdef __cplusplus |
| 23545 |
extern "C" |
| 23546 |
# endif |
| 23547 |
int F77_DUMMY_MAIN() { return 1; } |
| 23548 |
#endif |
| 23549 |
int |
24420 |
int |
| 23550 |
main () |
24421 |
main () |
| 23551 |
{ |
24422 |
{ |
|
Lines 23572-23585
Link Here
|
| 23572 |
while :; do |
24443 |
while :; do |
| 23573 |
cat >conftest.$ac_ext <<_ACEOF |
24444 |
cat >conftest.$ac_ext <<_ACEOF |
| 23574 |
#line $LINENO "configure" |
24445 |
#line $LINENO "configure" |
| 23575 |
#include "confdefs.h" |
24446 |
/* confdefs.h. */ |
|
|
24447 |
_ACEOF |
| 24448 |
cat confdefs.h >>conftest.$ac_ext |
| 24449 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24450 |
/* end confdefs.h. */ |
| 23576 |
$ac_includes_default |
24451 |
$ac_includes_default |
| 23577 |
#ifdef F77_DUMMY_MAIN |
|
|
| 23578 |
# ifdef __cplusplus |
| 23579 |
extern "C" |
| 23580 |
# endif |
| 23581 |
int F77_DUMMY_MAIN() { return 1; } |
| 23582 |
#endif |
| 23583 |
int |
24452 |
int |
| 23584 |
main () |
24453 |
main () |
| 23585 |
{ |
24454 |
{ |
|
Lines 23605-23611
Link Here
|
| 23605 |
ac_hi=$ac_mid; break |
24474 |
ac_hi=$ac_mid; break |
| 23606 |
else |
24475 |
else |
| 23607 |
echo "$as_me: failed program was:" >&5 |
24476 |
echo "$as_me: failed program was:" >&5 |
| 23608 |
cat conftest.$ac_ext >&5 |
24477 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24478 |
|
| 23609 |
ac_lo=`expr $ac_mid + 1` |
24479 |
ac_lo=`expr $ac_mid + 1` |
| 23610 |
if test $ac_lo -le $ac_mid; then |
24480 |
if test $ac_lo -le $ac_mid; then |
| 23611 |
ac_lo= ac_hi= |
24481 |
ac_lo= ac_hi= |
|
Lines 23617-23633
Link Here
|
| 23617 |
done |
24487 |
done |
| 23618 |
else |
24488 |
else |
| 23619 |
echo "$as_me: failed program was:" >&5 |
24489 |
echo "$as_me: failed program was:" >&5 |
| 23620 |
cat conftest.$ac_ext >&5 |
24490 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24491 |
|
| 23621 |
cat >conftest.$ac_ext <<_ACEOF |
24492 |
cat >conftest.$ac_ext <<_ACEOF |
| 23622 |
#line $LINENO "configure" |
24493 |
#line $LINENO "configure" |
| 23623 |
#include "confdefs.h" |
24494 |
/* confdefs.h. */ |
|
|
24495 |
_ACEOF |
| 24496 |
cat confdefs.h >>conftest.$ac_ext |
| 24497 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24498 |
/* end confdefs.h. */ |
| 23624 |
$ac_includes_default |
24499 |
$ac_includes_default |
| 23625 |
#ifdef F77_DUMMY_MAIN |
|
|
| 23626 |
# ifdef __cplusplus |
| 23627 |
extern "C" |
| 23628 |
# endif |
| 23629 |
int F77_DUMMY_MAIN() { return 1; } |
| 23630 |
#endif |
| 23631 |
int |
24500 |
int |
| 23632 |
main () |
24501 |
main () |
| 23633 |
{ |
24502 |
{ |
|
Lines 23654-23667
Link Here
|
| 23654 |
while :; do |
24523 |
while :; do |
| 23655 |
cat >conftest.$ac_ext <<_ACEOF |
24524 |
cat >conftest.$ac_ext <<_ACEOF |
| 23656 |
#line $LINENO "configure" |
24525 |
#line $LINENO "configure" |
| 23657 |
#include "confdefs.h" |
24526 |
/* confdefs.h. */ |
|
|
24527 |
_ACEOF |
| 24528 |
cat confdefs.h >>conftest.$ac_ext |
| 24529 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24530 |
/* end confdefs.h. */ |
| 23658 |
$ac_includes_default |
24531 |
$ac_includes_default |
| 23659 |
#ifdef F77_DUMMY_MAIN |
|
|
| 23660 |
# ifdef __cplusplus |
| 23661 |
extern "C" |
| 23662 |
# endif |
| 23663 |
int F77_DUMMY_MAIN() { return 1; } |
| 23664 |
#endif |
| 23665 |
int |
24532 |
int |
| 23666 |
main () |
24533 |
main () |
| 23667 |
{ |
24534 |
{ |
|
Lines 23687-23693
Link Here
|
| 23687 |
ac_lo=$ac_mid; break |
24554 |
ac_lo=$ac_mid; break |
| 23688 |
else |
24555 |
else |
| 23689 |
echo "$as_me: failed program was:" >&5 |
24556 |
echo "$as_me: failed program was:" >&5 |
| 23690 |
cat conftest.$ac_ext >&5 |
24557 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24558 |
|
| 23691 |
ac_hi=`expr '(' $ac_mid ')' - 1` |
24559 |
ac_hi=`expr '(' $ac_mid ')' - 1` |
| 23692 |
if test $ac_mid -le $ac_hi; then |
24560 |
if test $ac_mid -le $ac_hi; then |
| 23693 |
ac_lo= ac_hi= |
24561 |
ac_lo= ac_hi= |
|
Lines 23699-23705
Link Here
|
| 23699 |
done |
24567 |
done |
| 23700 |
else |
24568 |
else |
| 23701 |
echo "$as_me: failed program was:" >&5 |
24569 |
echo "$as_me: failed program was:" >&5 |
| 23702 |
cat conftest.$ac_ext >&5 |
24570 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24571 |
|
| 23703 |
ac_lo= ac_hi= |
24572 |
ac_lo= ac_hi= |
| 23704 |
fi |
24573 |
fi |
| 23705 |
rm -f conftest.$ac_objext conftest.$ac_ext |
24574 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 23710-23723
Link Here
|
| 23710 |
ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` |
24579 |
ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` |
| 23711 |
cat >conftest.$ac_ext <<_ACEOF |
24580 |
cat >conftest.$ac_ext <<_ACEOF |
| 23712 |
#line $LINENO "configure" |
24581 |
#line $LINENO "configure" |
| 23713 |
#include "confdefs.h" |
24582 |
/* confdefs.h. */ |
|
|
24583 |
_ACEOF |
| 24584 |
cat confdefs.h >>conftest.$ac_ext |
| 24585 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24586 |
/* end confdefs.h. */ |
| 23714 |
$ac_includes_default |
24587 |
$ac_includes_default |
| 23715 |
#ifdef F77_DUMMY_MAIN |
|
|
| 23716 |
# ifdef __cplusplus |
| 23717 |
extern "C" |
| 23718 |
# endif |
| 23719 |
int F77_DUMMY_MAIN() { return 1; } |
| 23720 |
#endif |
| 23721 |
int |
24588 |
int |
| 23722 |
main () |
24589 |
main () |
| 23723 |
{ |
24590 |
{ |
|
Lines 23743-23779
Link Here
|
| 23743 |
ac_hi=$ac_mid |
24610 |
ac_hi=$ac_mid |
| 23744 |
else |
24611 |
else |
| 23745 |
echo "$as_me: failed program was:" >&5 |
24612 |
echo "$as_me: failed program was:" >&5 |
| 23746 |
cat conftest.$ac_ext >&5 |
24613 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24614 |
|
| 23747 |
ac_lo=`expr '(' $ac_mid ')' + 1` |
24615 |
ac_lo=`expr '(' $ac_mid ')' + 1` |
| 23748 |
fi |
24616 |
fi |
| 23749 |
rm -f conftest.$ac_objext conftest.$ac_ext |
24617 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 23750 |
done |
24618 |
done |
| 23751 |
case $ac_lo in |
24619 |
case $ac_lo in |
| 23752 |
?*) ac_cv_sizeof_int=$ac_lo;; |
24620 |
?*) ac_cv_sizeof_int=$ac_lo;; |
| 23753 |
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77" >&5 |
24621 |
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77 |
| 23754 |
echo "$as_me: error: cannot compute sizeof (int), 77" >&2;} |
24622 |
See \`config.log' for more details." >&5 |
|
|
24623 |
echo "$as_me: error: cannot compute sizeof (int), 77 |
| 24624 |
See \`config.log' for more details." >&2;} |
| 23755 |
{ (exit 1); exit 1; }; } ;; |
24625 |
{ (exit 1); exit 1; }; } ;; |
| 23756 |
esac |
24626 |
esac |
| 23757 |
else |
24627 |
else |
| 23758 |
if test "$cross_compiling" = yes; then |
24628 |
if test "$cross_compiling" = yes; then |
| 23759 |
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5 |
24629 |
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling |
| 23760 |
echo "$as_me: error: cannot run test program while cross compiling" >&2;} |
24630 |
See \`config.log' for more details." >&5 |
|
|
24631 |
echo "$as_me: error: cannot run test program while cross compiling |
| 24632 |
See \`config.log' for more details." >&2;} |
| 23761 |
{ (exit 1); exit 1; }; } |
24633 |
{ (exit 1); exit 1; }; } |
| 23762 |
else |
24634 |
else |
| 23763 |
cat >conftest.$ac_ext <<_ACEOF |
24635 |
cat >conftest.$ac_ext <<_ACEOF |
| 23764 |
#line $LINENO "configure" |
24636 |
#line $LINENO "configure" |
| 23765 |
#include "confdefs.h" |
24637 |
/* confdefs.h. */ |
|
|
24638 |
_ACEOF |
| 24639 |
cat confdefs.h >>conftest.$ac_ext |
| 24640 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24641 |
/* end confdefs.h. */ |
| 23766 |
$ac_includes_default |
24642 |
$ac_includes_default |
| 23767 |
long longval () { return (long) (sizeof (int)); } |
24643 |
long longval () { return (long) (sizeof (int)); } |
| 23768 |
unsigned long ulongval () { return (long) (sizeof (int)); } |
24644 |
unsigned long ulongval () { return (long) (sizeof (int)); } |
| 23769 |
#include <stdio.h> |
24645 |
#include <stdio.h> |
| 23770 |
#include <stdlib.h> |
24646 |
#include <stdlib.h> |
| 23771 |
#ifdef F77_DUMMY_MAIN |
|
|
| 23772 |
# ifdef __cplusplus |
| 23773 |
extern "C" |
| 23774 |
# endif |
| 23775 |
int F77_DUMMY_MAIN() { return 1; } |
| 23776 |
#endif |
| 23777 |
int |
24647 |
int |
| 23778 |
main () |
24648 |
main () |
| 23779 |
{ |
24649 |
{ |
|
Lines 23816-23828
Link Here
|
| 23816 |
else |
24686 |
else |
| 23817 |
echo "$as_me: program exited with status $ac_status" >&5 |
24687 |
echo "$as_me: program exited with status $ac_status" >&5 |
| 23818 |
echo "$as_me: failed program was:" >&5 |
24688 |
echo "$as_me: failed program was:" >&5 |
| 23819 |
cat conftest.$ac_ext >&5 |
24689 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24690 |
|
| 23820 |
( exit $ac_status ) |
24691 |
( exit $ac_status ) |
| 23821 |
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77" >&5 |
24692 |
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77 |
| 23822 |
echo "$as_me: error: cannot compute sizeof (int), 77" >&2;} |
24693 |
See \`config.log' for more details." >&5 |
|
|
24694 |
echo "$as_me: error: cannot compute sizeof (int), 77 |
| 24695 |
See \`config.log' for more details." >&2;} |
| 23823 |
{ (exit 1); exit 1; }; } |
24696 |
{ (exit 1); exit 1; }; } |
| 23824 |
fi |
24697 |
fi |
| 23825 |
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
24698 |
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 23826 |
fi |
24699 |
fi |
| 23827 |
fi |
24700 |
fi |
| 23828 |
rm -f conftest.val |
24701 |
rm -f conftest.val |
|
Lines 23843-23856
Link Here
|
| 23843 |
else |
24716 |
else |
| 23844 |
cat >conftest.$ac_ext <<_ACEOF |
24717 |
cat >conftest.$ac_ext <<_ACEOF |
| 23845 |
#line $LINENO "configure" |
24718 |
#line $LINENO "configure" |
| 23846 |
#include "confdefs.h" |
24719 |
/* confdefs.h. */ |
|
|
24720 |
_ACEOF |
| 24721 |
cat confdefs.h >>conftest.$ac_ext |
| 24722 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24723 |
/* end confdefs.h. */ |
| 23847 |
$ac_includes_default |
24724 |
$ac_includes_default |
| 23848 |
#ifdef F77_DUMMY_MAIN |
|
|
| 23849 |
# ifdef __cplusplus |
| 23850 |
extern "C" |
| 23851 |
# endif |
| 23852 |
int F77_DUMMY_MAIN() { return 1; } |
| 23853 |
#endif |
| 23854 |
int |
24725 |
int |
| 23855 |
main () |
24726 |
main () |
| 23856 |
{ |
24727 |
{ |
|
Lines 23877-23883
Link Here
|
| 23877 |
ac_cv_type_long=yes |
24748 |
ac_cv_type_long=yes |
| 23878 |
else |
24749 |
else |
| 23879 |
echo "$as_me: failed program was:" >&5 |
24750 |
echo "$as_me: failed program was:" >&5 |
| 23880 |
cat conftest.$ac_ext >&5 |
24751 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24752 |
|
| 23881 |
ac_cv_type_long=no |
24753 |
ac_cv_type_long=no |
| 23882 |
fi |
24754 |
fi |
| 23883 |
rm -f conftest.$ac_objext conftest.$ac_ext |
24755 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 23899-23912
Link Here
|
| 23899 |
# Depending upon the size, compute the lo and hi bounds. |
24771 |
# Depending upon the size, compute the lo and hi bounds. |
| 23900 |
cat >conftest.$ac_ext <<_ACEOF |
24772 |
cat >conftest.$ac_ext <<_ACEOF |
| 23901 |
#line $LINENO "configure" |
24773 |
#line $LINENO "configure" |
| 23902 |
#include "confdefs.h" |
24774 |
/* confdefs.h. */ |
|
|
24775 |
_ACEOF |
| 24776 |
cat confdefs.h >>conftest.$ac_ext |
| 24777 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24778 |
/* end confdefs.h. */ |
| 23903 |
$ac_includes_default |
24779 |
$ac_includes_default |
| 23904 |
#ifdef F77_DUMMY_MAIN |
|
|
| 23905 |
# ifdef __cplusplus |
| 23906 |
extern "C" |
| 23907 |
# endif |
| 23908 |
int F77_DUMMY_MAIN() { return 1; } |
| 23909 |
#endif |
| 23910 |
int |
24780 |
int |
| 23911 |
main () |
24781 |
main () |
| 23912 |
{ |
24782 |
{ |
|
Lines 23933-23946
Link Here
|
| 23933 |
while :; do |
24803 |
while :; do |
| 23934 |
cat >conftest.$ac_ext <<_ACEOF |
24804 |
cat >conftest.$ac_ext <<_ACEOF |
| 23935 |
#line $LINENO "configure" |
24805 |
#line $LINENO "configure" |
| 23936 |
#include "confdefs.h" |
24806 |
/* confdefs.h. */ |
|
|
24807 |
_ACEOF |
| 24808 |
cat confdefs.h >>conftest.$ac_ext |
| 24809 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24810 |
/* end confdefs.h. */ |
| 23937 |
$ac_includes_default |
24811 |
$ac_includes_default |
| 23938 |
#ifdef F77_DUMMY_MAIN |
|
|
| 23939 |
# ifdef __cplusplus |
| 23940 |
extern "C" |
| 23941 |
# endif |
| 23942 |
int F77_DUMMY_MAIN() { return 1; } |
| 23943 |
#endif |
| 23944 |
int |
24812 |
int |
| 23945 |
main () |
24813 |
main () |
| 23946 |
{ |
24814 |
{ |
|
Lines 23966-23972
Link Here
|
| 23966 |
ac_hi=$ac_mid; break |
24834 |
ac_hi=$ac_mid; break |
| 23967 |
else |
24835 |
else |
| 23968 |
echo "$as_me: failed program was:" >&5 |
24836 |
echo "$as_me: failed program was:" >&5 |
| 23969 |
cat conftest.$ac_ext >&5 |
24837 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24838 |
|
| 23970 |
ac_lo=`expr $ac_mid + 1` |
24839 |
ac_lo=`expr $ac_mid + 1` |
| 23971 |
if test $ac_lo -le $ac_mid; then |
24840 |
if test $ac_lo -le $ac_mid; then |
| 23972 |
ac_lo= ac_hi= |
24841 |
ac_lo= ac_hi= |
|
Lines 23978-23994
Link Here
|
| 23978 |
done |
24847 |
done |
| 23979 |
else |
24848 |
else |
| 23980 |
echo "$as_me: failed program was:" >&5 |
24849 |
echo "$as_me: failed program was:" >&5 |
| 23981 |
cat conftest.$ac_ext >&5 |
24850 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24851 |
|
| 23982 |
cat >conftest.$ac_ext <<_ACEOF |
24852 |
cat >conftest.$ac_ext <<_ACEOF |
| 23983 |
#line $LINENO "configure" |
24853 |
#line $LINENO "configure" |
| 23984 |
#include "confdefs.h" |
24854 |
/* confdefs.h. */ |
|
|
24855 |
_ACEOF |
| 24856 |
cat confdefs.h >>conftest.$ac_ext |
| 24857 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24858 |
/* end confdefs.h. */ |
| 23985 |
$ac_includes_default |
24859 |
$ac_includes_default |
| 23986 |
#ifdef F77_DUMMY_MAIN |
|
|
| 23987 |
# ifdef __cplusplus |
| 23988 |
extern "C" |
| 23989 |
# endif |
| 23990 |
int F77_DUMMY_MAIN() { return 1; } |
| 23991 |
#endif |
| 23992 |
int |
24860 |
int |
| 23993 |
main () |
24861 |
main () |
| 23994 |
{ |
24862 |
{ |
|
Lines 24015-24028
Link Here
|
| 24015 |
while :; do |
24883 |
while :; do |
| 24016 |
cat >conftest.$ac_ext <<_ACEOF |
24884 |
cat >conftest.$ac_ext <<_ACEOF |
| 24017 |
#line $LINENO "configure" |
24885 |
#line $LINENO "configure" |
| 24018 |
#include "confdefs.h" |
24886 |
/* confdefs.h. */ |
|
|
24887 |
_ACEOF |
| 24888 |
cat confdefs.h >>conftest.$ac_ext |
| 24889 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24890 |
/* end confdefs.h. */ |
| 24019 |
$ac_includes_default |
24891 |
$ac_includes_default |
| 24020 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24021 |
# ifdef __cplusplus |
| 24022 |
extern "C" |
| 24023 |
# endif |
| 24024 |
int F77_DUMMY_MAIN() { return 1; } |
| 24025 |
#endif |
| 24026 |
int |
24892 |
int |
| 24027 |
main () |
24893 |
main () |
| 24028 |
{ |
24894 |
{ |
|
Lines 24048-24054
Link Here
|
| 24048 |
ac_lo=$ac_mid; break |
24914 |
ac_lo=$ac_mid; break |
| 24049 |
else |
24915 |
else |
| 24050 |
echo "$as_me: failed program was:" >&5 |
24916 |
echo "$as_me: failed program was:" >&5 |
| 24051 |
cat conftest.$ac_ext >&5 |
24917 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24918 |
|
| 24052 |
ac_hi=`expr '(' $ac_mid ')' - 1` |
24919 |
ac_hi=`expr '(' $ac_mid ')' - 1` |
| 24053 |
if test $ac_mid -le $ac_hi; then |
24920 |
if test $ac_mid -le $ac_hi; then |
| 24054 |
ac_lo= ac_hi= |
24921 |
ac_lo= ac_hi= |
|
Lines 24060-24066
Link Here
|
| 24060 |
done |
24927 |
done |
| 24061 |
else |
24928 |
else |
| 24062 |
echo "$as_me: failed program was:" >&5 |
24929 |
echo "$as_me: failed program was:" >&5 |
| 24063 |
cat conftest.$ac_ext >&5 |
24930 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24931 |
|
| 24064 |
ac_lo= ac_hi= |
24932 |
ac_lo= ac_hi= |
| 24065 |
fi |
24933 |
fi |
| 24066 |
rm -f conftest.$ac_objext conftest.$ac_ext |
24934 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 24071-24084
Link Here
|
| 24071 |
ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` |
24939 |
ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` |
| 24072 |
cat >conftest.$ac_ext <<_ACEOF |
24940 |
cat >conftest.$ac_ext <<_ACEOF |
| 24073 |
#line $LINENO "configure" |
24941 |
#line $LINENO "configure" |
| 24074 |
#include "confdefs.h" |
24942 |
/* confdefs.h. */ |
|
|
24943 |
_ACEOF |
| 24944 |
cat confdefs.h >>conftest.$ac_ext |
| 24945 |
cat >>conftest.$ac_ext <<_ACEOF |
| 24946 |
/* end confdefs.h. */ |
| 24075 |
$ac_includes_default |
24947 |
$ac_includes_default |
| 24076 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24077 |
# ifdef __cplusplus |
| 24078 |
extern "C" |
| 24079 |
# endif |
| 24080 |
int F77_DUMMY_MAIN() { return 1; } |
| 24081 |
#endif |
| 24082 |
int |
24948 |
int |
| 24083 |
main () |
24949 |
main () |
| 24084 |
{ |
24950 |
{ |
|
Lines 24104-24140
Link Here
|
| 24104 |
ac_hi=$ac_mid |
24970 |
ac_hi=$ac_mid |
| 24105 |
else |
24971 |
else |
| 24106 |
echo "$as_me: failed program was:" >&5 |
24972 |
echo "$as_me: failed program was:" >&5 |
| 24107 |
cat conftest.$ac_ext >&5 |
24973 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
24974 |
|
| 24108 |
ac_lo=`expr '(' $ac_mid ')' + 1` |
24975 |
ac_lo=`expr '(' $ac_mid ')' + 1` |
| 24109 |
fi |
24976 |
fi |
| 24110 |
rm -f conftest.$ac_objext conftest.$ac_ext |
24977 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 24111 |
done |
24978 |
done |
| 24112 |
case $ac_lo in |
24979 |
case $ac_lo in |
| 24113 |
?*) ac_cv_sizeof_long=$ac_lo;; |
24980 |
?*) ac_cv_sizeof_long=$ac_lo;; |
| 24114 |
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77" >&5 |
24981 |
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77 |
| 24115 |
echo "$as_me: error: cannot compute sizeof (long), 77" >&2;} |
24982 |
See \`config.log' for more details." >&5 |
|
|
24983 |
echo "$as_me: error: cannot compute sizeof (long), 77 |
| 24984 |
See \`config.log' for more details." >&2;} |
| 24116 |
{ (exit 1); exit 1; }; } ;; |
24985 |
{ (exit 1); exit 1; }; } ;; |
| 24117 |
esac |
24986 |
esac |
| 24118 |
else |
24987 |
else |
| 24119 |
if test "$cross_compiling" = yes; then |
24988 |
if test "$cross_compiling" = yes; then |
| 24120 |
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5 |
24989 |
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling |
| 24121 |
echo "$as_me: error: cannot run test program while cross compiling" >&2;} |
24990 |
See \`config.log' for more details." >&5 |
|
|
24991 |
echo "$as_me: error: cannot run test program while cross compiling |
| 24992 |
See \`config.log' for more details." >&2;} |
| 24122 |
{ (exit 1); exit 1; }; } |
24993 |
{ (exit 1); exit 1; }; } |
| 24123 |
else |
24994 |
else |
| 24124 |
cat >conftest.$ac_ext <<_ACEOF |
24995 |
cat >conftest.$ac_ext <<_ACEOF |
| 24125 |
#line $LINENO "configure" |
24996 |
#line $LINENO "configure" |
| 24126 |
#include "confdefs.h" |
24997 |
/* confdefs.h. */ |
|
|
24998 |
_ACEOF |
| 24999 |
cat confdefs.h >>conftest.$ac_ext |
| 25000 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25001 |
/* end confdefs.h. */ |
| 24127 |
$ac_includes_default |
25002 |
$ac_includes_default |
| 24128 |
long longval () { return (long) (sizeof (long)); } |
25003 |
long longval () { return (long) (sizeof (long)); } |
| 24129 |
unsigned long ulongval () { return (long) (sizeof (long)); } |
25004 |
unsigned long ulongval () { return (long) (sizeof (long)); } |
| 24130 |
#include <stdio.h> |
25005 |
#include <stdio.h> |
| 24131 |
#include <stdlib.h> |
25006 |
#include <stdlib.h> |
| 24132 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24133 |
# ifdef __cplusplus |
| 24134 |
extern "C" |
| 24135 |
# endif |
| 24136 |
int F77_DUMMY_MAIN() { return 1; } |
| 24137 |
#endif |
| 24138 |
int |
25007 |
int |
| 24139 |
main () |
25008 |
main () |
| 24140 |
{ |
25009 |
{ |
|
Lines 24177-24189
Link Here
|
| 24177 |
else |
25046 |
else |
| 24178 |
echo "$as_me: program exited with status $ac_status" >&5 |
25047 |
echo "$as_me: program exited with status $ac_status" >&5 |
| 24179 |
echo "$as_me: failed program was:" >&5 |
25048 |
echo "$as_me: failed program was:" >&5 |
| 24180 |
cat conftest.$ac_ext >&5 |
25049 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25050 |
|
| 24181 |
( exit $ac_status ) |
25051 |
( exit $ac_status ) |
| 24182 |
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77" >&5 |
25052 |
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77 |
| 24183 |
echo "$as_me: error: cannot compute sizeof (long), 77" >&2;} |
25053 |
See \`config.log' for more details." >&5 |
|
|
25054 |
echo "$as_me: error: cannot compute sizeof (long), 77 |
| 25055 |
See \`config.log' for more details." >&2;} |
| 24184 |
{ (exit 1); exit 1; }; } |
25056 |
{ (exit 1); exit 1; }; } |
| 24185 |
fi |
25057 |
fi |
| 24186 |
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
25058 |
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 24187 |
fi |
25059 |
fi |
| 24188 |
fi |
25060 |
fi |
| 24189 |
rm -f conftest.val |
25061 |
rm -f conftest.val |
|
Lines 24204-24217
Link Here
|
| 24204 |
else |
25076 |
else |
| 24205 |
cat >conftest.$ac_ext <<_ACEOF |
25077 |
cat >conftest.$ac_ext <<_ACEOF |
| 24206 |
#line $LINENO "configure" |
25078 |
#line $LINENO "configure" |
| 24207 |
#include "confdefs.h" |
25079 |
/* confdefs.h. */ |
|
|
25080 |
_ACEOF |
| 25081 |
cat confdefs.h >>conftest.$ac_ext |
| 25082 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25083 |
/* end confdefs.h. */ |
| 24208 |
$ac_includes_default |
25084 |
$ac_includes_default |
| 24209 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24210 |
# ifdef __cplusplus |
| 24211 |
extern "C" |
| 24212 |
# endif |
| 24213 |
int F77_DUMMY_MAIN() { return 1; } |
| 24214 |
#endif |
| 24215 |
int |
25085 |
int |
| 24216 |
main () |
25086 |
main () |
| 24217 |
{ |
25087 |
{ |
|
Lines 24238-24244
Link Here
|
| 24238 |
ac_cv_type_char_p=yes |
25108 |
ac_cv_type_char_p=yes |
| 24239 |
else |
25109 |
else |
| 24240 |
echo "$as_me: failed program was:" >&5 |
25110 |
echo "$as_me: failed program was:" >&5 |
| 24241 |
cat conftest.$ac_ext >&5 |
25111 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25112 |
|
| 24242 |
ac_cv_type_char_p=no |
25113 |
ac_cv_type_char_p=no |
| 24243 |
fi |
25114 |
fi |
| 24244 |
rm -f conftest.$ac_objext conftest.$ac_ext |
25115 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 24260-24273
Link Here
|
| 24260 |
# Depending upon the size, compute the lo and hi bounds. |
25131 |
# Depending upon the size, compute the lo and hi bounds. |
| 24261 |
cat >conftest.$ac_ext <<_ACEOF |
25132 |
cat >conftest.$ac_ext <<_ACEOF |
| 24262 |
#line $LINENO "configure" |
25133 |
#line $LINENO "configure" |
| 24263 |
#include "confdefs.h" |
25134 |
/* confdefs.h. */ |
|
|
25135 |
_ACEOF |
| 25136 |
cat confdefs.h >>conftest.$ac_ext |
| 25137 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25138 |
/* end confdefs.h. */ |
| 24264 |
$ac_includes_default |
25139 |
$ac_includes_default |
| 24265 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24266 |
# ifdef __cplusplus |
| 24267 |
extern "C" |
| 24268 |
# endif |
| 24269 |
int F77_DUMMY_MAIN() { return 1; } |
| 24270 |
#endif |
| 24271 |
int |
25140 |
int |
| 24272 |
main () |
25141 |
main () |
| 24273 |
{ |
25142 |
{ |
|
Lines 24294-24307
Link Here
|
| 24294 |
while :; do |
25163 |
while :; do |
| 24295 |
cat >conftest.$ac_ext <<_ACEOF |
25164 |
cat >conftest.$ac_ext <<_ACEOF |
| 24296 |
#line $LINENO "configure" |
25165 |
#line $LINENO "configure" |
| 24297 |
#include "confdefs.h" |
25166 |
/* confdefs.h. */ |
|
|
25167 |
_ACEOF |
| 25168 |
cat confdefs.h >>conftest.$ac_ext |
| 25169 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25170 |
/* end confdefs.h. */ |
| 24298 |
$ac_includes_default |
25171 |
$ac_includes_default |
| 24299 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24300 |
# ifdef __cplusplus |
| 24301 |
extern "C" |
| 24302 |
# endif |
| 24303 |
int F77_DUMMY_MAIN() { return 1; } |
| 24304 |
#endif |
| 24305 |
int |
25172 |
int |
| 24306 |
main () |
25173 |
main () |
| 24307 |
{ |
25174 |
{ |
|
Lines 24327-24333
Link Here
|
| 24327 |
ac_hi=$ac_mid; break |
25194 |
ac_hi=$ac_mid; break |
| 24328 |
else |
25195 |
else |
| 24329 |
echo "$as_me: failed program was:" >&5 |
25196 |
echo "$as_me: failed program was:" >&5 |
| 24330 |
cat conftest.$ac_ext >&5 |
25197 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25198 |
|
| 24331 |
ac_lo=`expr $ac_mid + 1` |
25199 |
ac_lo=`expr $ac_mid + 1` |
| 24332 |
if test $ac_lo -le $ac_mid; then |
25200 |
if test $ac_lo -le $ac_mid; then |
| 24333 |
ac_lo= ac_hi= |
25201 |
ac_lo= ac_hi= |
|
Lines 24339-24355
Link Here
|
| 24339 |
done |
25207 |
done |
| 24340 |
else |
25208 |
else |
| 24341 |
echo "$as_me: failed program was:" >&5 |
25209 |
echo "$as_me: failed program was:" >&5 |
| 24342 |
cat conftest.$ac_ext >&5 |
25210 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25211 |
|
| 24343 |
cat >conftest.$ac_ext <<_ACEOF |
25212 |
cat >conftest.$ac_ext <<_ACEOF |
| 24344 |
#line $LINENO "configure" |
25213 |
#line $LINENO "configure" |
| 24345 |
#include "confdefs.h" |
25214 |
/* confdefs.h. */ |
|
|
25215 |
_ACEOF |
| 25216 |
cat confdefs.h >>conftest.$ac_ext |
| 25217 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25218 |
/* end confdefs.h. */ |
| 24346 |
$ac_includes_default |
25219 |
$ac_includes_default |
| 24347 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24348 |
# ifdef __cplusplus |
| 24349 |
extern "C" |
| 24350 |
# endif |
| 24351 |
int F77_DUMMY_MAIN() { return 1; } |
| 24352 |
#endif |
| 24353 |
int |
25220 |
int |
| 24354 |
main () |
25221 |
main () |
| 24355 |
{ |
25222 |
{ |
|
Lines 24376-24389
Link Here
|
| 24376 |
while :; do |
25243 |
while :; do |
| 24377 |
cat >conftest.$ac_ext <<_ACEOF |
25244 |
cat >conftest.$ac_ext <<_ACEOF |
| 24378 |
#line $LINENO "configure" |
25245 |
#line $LINENO "configure" |
| 24379 |
#include "confdefs.h" |
25246 |
/* confdefs.h. */ |
|
|
25247 |
_ACEOF |
| 25248 |
cat confdefs.h >>conftest.$ac_ext |
| 25249 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25250 |
/* end confdefs.h. */ |
| 24380 |
$ac_includes_default |
25251 |
$ac_includes_default |
| 24381 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24382 |
# ifdef __cplusplus |
| 24383 |
extern "C" |
| 24384 |
# endif |
| 24385 |
int F77_DUMMY_MAIN() { return 1; } |
| 24386 |
#endif |
| 24387 |
int |
25252 |
int |
| 24388 |
main () |
25253 |
main () |
| 24389 |
{ |
25254 |
{ |
|
Lines 24409-24415
Link Here
|
| 24409 |
ac_lo=$ac_mid; break |
25274 |
ac_lo=$ac_mid; break |
| 24410 |
else |
25275 |
else |
| 24411 |
echo "$as_me: failed program was:" >&5 |
25276 |
echo "$as_me: failed program was:" >&5 |
| 24412 |
cat conftest.$ac_ext >&5 |
25277 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25278 |
|
| 24413 |
ac_hi=`expr '(' $ac_mid ')' - 1` |
25279 |
ac_hi=`expr '(' $ac_mid ')' - 1` |
| 24414 |
if test $ac_mid -le $ac_hi; then |
25280 |
if test $ac_mid -le $ac_hi; then |
| 24415 |
ac_lo= ac_hi= |
25281 |
ac_lo= ac_hi= |
|
Lines 24421-24427
Link Here
|
| 24421 |
done |
25287 |
done |
| 24422 |
else |
25288 |
else |
| 24423 |
echo "$as_me: failed program was:" >&5 |
25289 |
echo "$as_me: failed program was:" >&5 |
| 24424 |
cat conftest.$ac_ext >&5 |
25290 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25291 |
|
| 24425 |
ac_lo= ac_hi= |
25292 |
ac_lo= ac_hi= |
| 24426 |
fi |
25293 |
fi |
| 24427 |
rm -f conftest.$ac_objext conftest.$ac_ext |
25294 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 24432-24445
Link Here
|
| 24432 |
ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` |
25299 |
ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` |
| 24433 |
cat >conftest.$ac_ext <<_ACEOF |
25300 |
cat >conftest.$ac_ext <<_ACEOF |
| 24434 |
#line $LINENO "configure" |
25301 |
#line $LINENO "configure" |
| 24435 |
#include "confdefs.h" |
25302 |
/* confdefs.h. */ |
|
|
25303 |
_ACEOF |
| 25304 |
cat confdefs.h >>conftest.$ac_ext |
| 25305 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25306 |
/* end confdefs.h. */ |
| 24436 |
$ac_includes_default |
25307 |
$ac_includes_default |
| 24437 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24438 |
# ifdef __cplusplus |
| 24439 |
extern "C" |
| 24440 |
# endif |
| 24441 |
int F77_DUMMY_MAIN() { return 1; } |
| 24442 |
#endif |
| 24443 |
int |
25308 |
int |
| 24444 |
main () |
25309 |
main () |
| 24445 |
{ |
25310 |
{ |
|
Lines 24465-24501
Link Here
|
| 24465 |
ac_hi=$ac_mid |
25330 |
ac_hi=$ac_mid |
| 24466 |
else |
25331 |
else |
| 24467 |
echo "$as_me: failed program was:" >&5 |
25332 |
echo "$as_me: failed program was:" >&5 |
| 24468 |
cat conftest.$ac_ext >&5 |
25333 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25334 |
|
| 24469 |
ac_lo=`expr '(' $ac_mid ')' + 1` |
25335 |
ac_lo=`expr '(' $ac_mid ')' + 1` |
| 24470 |
fi |
25336 |
fi |
| 24471 |
rm -f conftest.$ac_objext conftest.$ac_ext |
25337 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 24472 |
done |
25338 |
done |
| 24473 |
case $ac_lo in |
25339 |
case $ac_lo in |
| 24474 |
?*) ac_cv_sizeof_char_p=$ac_lo;; |
25340 |
?*) ac_cv_sizeof_char_p=$ac_lo;; |
| 24475 |
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *), 77" >&5 |
25341 |
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *), 77 |
| 24476 |
echo "$as_me: error: cannot compute sizeof (char *), 77" >&2;} |
25342 |
See \`config.log' for more details." >&5 |
|
|
25343 |
echo "$as_me: error: cannot compute sizeof (char *), 77 |
| 25344 |
See \`config.log' for more details." >&2;} |
| 24477 |
{ (exit 1); exit 1; }; } ;; |
25345 |
{ (exit 1); exit 1; }; } ;; |
| 24478 |
esac |
25346 |
esac |
| 24479 |
else |
25347 |
else |
| 24480 |
if test "$cross_compiling" = yes; then |
25348 |
if test "$cross_compiling" = yes; then |
| 24481 |
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5 |
25349 |
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling |
| 24482 |
echo "$as_me: error: cannot run test program while cross compiling" >&2;} |
25350 |
See \`config.log' for more details." >&5 |
|
|
25351 |
echo "$as_me: error: cannot run test program while cross compiling |
| 25352 |
See \`config.log' for more details." >&2;} |
| 24483 |
{ (exit 1); exit 1; }; } |
25353 |
{ (exit 1); exit 1; }; } |
| 24484 |
else |
25354 |
else |
| 24485 |
cat >conftest.$ac_ext <<_ACEOF |
25355 |
cat >conftest.$ac_ext <<_ACEOF |
| 24486 |
#line $LINENO "configure" |
25356 |
#line $LINENO "configure" |
| 24487 |
#include "confdefs.h" |
25357 |
/* confdefs.h. */ |
|
|
25358 |
_ACEOF |
| 25359 |
cat confdefs.h >>conftest.$ac_ext |
| 25360 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25361 |
/* end confdefs.h. */ |
| 24488 |
$ac_includes_default |
25362 |
$ac_includes_default |
| 24489 |
long longval () { return (long) (sizeof (char *)); } |
25363 |
long longval () { return (long) (sizeof (char *)); } |
| 24490 |
unsigned long ulongval () { return (long) (sizeof (char *)); } |
25364 |
unsigned long ulongval () { return (long) (sizeof (char *)); } |
| 24491 |
#include <stdio.h> |
25365 |
#include <stdio.h> |
| 24492 |
#include <stdlib.h> |
25366 |
#include <stdlib.h> |
| 24493 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24494 |
# ifdef __cplusplus |
| 24495 |
extern "C" |
| 24496 |
# endif |
| 24497 |
int F77_DUMMY_MAIN() { return 1; } |
| 24498 |
#endif |
| 24499 |
int |
25367 |
int |
| 24500 |
main () |
25368 |
main () |
| 24501 |
{ |
25369 |
{ |
|
Lines 24538-24550
Link Here
|
| 24538 |
else |
25406 |
else |
| 24539 |
echo "$as_me: program exited with status $ac_status" >&5 |
25407 |
echo "$as_me: program exited with status $ac_status" >&5 |
| 24540 |
echo "$as_me: failed program was:" >&5 |
25408 |
echo "$as_me: failed program was:" >&5 |
| 24541 |
cat conftest.$ac_ext >&5 |
25409 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25410 |
|
| 24542 |
( exit $ac_status ) |
25411 |
( exit $ac_status ) |
| 24543 |
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char *), 77" >&5 |
25412 |
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char *), 77 |
| 24544 |
echo "$as_me: error: cannot compute sizeof (char *), 77" >&2;} |
25413 |
See \`config.log' for more details." >&5 |
|
|
25414 |
echo "$as_me: error: cannot compute sizeof (char *), 77 |
| 25415 |
See \`config.log' for more details." >&2;} |
| 24545 |
{ (exit 1); exit 1; }; } |
25416 |
{ (exit 1); exit 1; }; } |
| 24546 |
fi |
25417 |
fi |
| 24547 |
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
25418 |
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 24548 |
fi |
25419 |
fi |
| 24549 |
fi |
25420 |
fi |
| 24550 |
rm -f conftest.val |
25421 |
rm -f conftest.val |
|
Lines 24565-24578
Link Here
|
| 24565 |
else |
25436 |
else |
| 24566 |
cat >conftest.$ac_ext <<_ACEOF |
25437 |
cat >conftest.$ac_ext <<_ACEOF |
| 24567 |
#line $LINENO "configure" |
25438 |
#line $LINENO "configure" |
| 24568 |
#include "confdefs.h" |
25439 |
/* confdefs.h. */ |
|
|
25440 |
_ACEOF |
| 25441 |
cat confdefs.h >>conftest.$ac_ext |
| 25442 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25443 |
/* end confdefs.h. */ |
| 24569 |
$ac_includes_default |
25444 |
$ac_includes_default |
| 24570 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24571 |
# ifdef __cplusplus |
| 24572 |
extern "C" |
| 24573 |
# endif |
| 24574 |
int F77_DUMMY_MAIN() { return 1; } |
| 24575 |
#endif |
| 24576 |
int |
25445 |
int |
| 24577 |
main () |
25446 |
main () |
| 24578 |
{ |
25447 |
{ |
|
Lines 24599-24605
Link Here
|
| 24599 |
ac_cv_type_char=yes |
25468 |
ac_cv_type_char=yes |
| 24600 |
else |
25469 |
else |
| 24601 |
echo "$as_me: failed program was:" >&5 |
25470 |
echo "$as_me: failed program was:" >&5 |
| 24602 |
cat conftest.$ac_ext >&5 |
25471 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25472 |
|
| 24603 |
ac_cv_type_char=no |
25473 |
ac_cv_type_char=no |
| 24604 |
fi |
25474 |
fi |
| 24605 |
rm -f conftest.$ac_objext conftest.$ac_ext |
25475 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 24621-24634
Link Here
|
| 24621 |
# Depending upon the size, compute the lo and hi bounds. |
25491 |
# Depending upon the size, compute the lo and hi bounds. |
| 24622 |
cat >conftest.$ac_ext <<_ACEOF |
25492 |
cat >conftest.$ac_ext <<_ACEOF |
| 24623 |
#line $LINENO "configure" |
25493 |
#line $LINENO "configure" |
| 24624 |
#include "confdefs.h" |
25494 |
/* confdefs.h. */ |
|
|
25495 |
_ACEOF |
| 25496 |
cat confdefs.h >>conftest.$ac_ext |
| 25497 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25498 |
/* end confdefs.h. */ |
| 24625 |
$ac_includes_default |
25499 |
$ac_includes_default |
| 24626 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24627 |
# ifdef __cplusplus |
| 24628 |
extern "C" |
| 24629 |
# endif |
| 24630 |
int F77_DUMMY_MAIN() { return 1; } |
| 24631 |
#endif |
| 24632 |
int |
25500 |
int |
| 24633 |
main () |
25501 |
main () |
| 24634 |
{ |
25502 |
{ |
|
Lines 24655-24668
Link Here
|
| 24655 |
while :; do |
25523 |
while :; do |
| 24656 |
cat >conftest.$ac_ext <<_ACEOF |
25524 |
cat >conftest.$ac_ext <<_ACEOF |
| 24657 |
#line $LINENO "configure" |
25525 |
#line $LINENO "configure" |
| 24658 |
#include "confdefs.h" |
25526 |
/* confdefs.h. */ |
|
|
25527 |
_ACEOF |
| 25528 |
cat confdefs.h >>conftest.$ac_ext |
| 25529 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25530 |
/* end confdefs.h. */ |
| 24659 |
$ac_includes_default |
25531 |
$ac_includes_default |
| 24660 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24661 |
# ifdef __cplusplus |
| 24662 |
extern "C" |
| 24663 |
# endif |
| 24664 |
int F77_DUMMY_MAIN() { return 1; } |
| 24665 |
#endif |
| 24666 |
int |
25532 |
int |
| 24667 |
main () |
25533 |
main () |
| 24668 |
{ |
25534 |
{ |
|
Lines 24688-24694
Link Here
|
| 24688 |
ac_hi=$ac_mid; break |
25554 |
ac_hi=$ac_mid; break |
| 24689 |
else |
25555 |
else |
| 24690 |
echo "$as_me: failed program was:" >&5 |
25556 |
echo "$as_me: failed program was:" >&5 |
| 24691 |
cat conftest.$ac_ext >&5 |
25557 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25558 |
|
| 24692 |
ac_lo=`expr $ac_mid + 1` |
25559 |
ac_lo=`expr $ac_mid + 1` |
| 24693 |
if test $ac_lo -le $ac_mid; then |
25560 |
if test $ac_lo -le $ac_mid; then |
| 24694 |
ac_lo= ac_hi= |
25561 |
ac_lo= ac_hi= |
|
Lines 24700-24716
Link Here
|
| 24700 |
done |
25567 |
done |
| 24701 |
else |
25568 |
else |
| 24702 |
echo "$as_me: failed program was:" >&5 |
25569 |
echo "$as_me: failed program was:" >&5 |
| 24703 |
cat conftest.$ac_ext >&5 |
25570 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25571 |
|
| 24704 |
cat >conftest.$ac_ext <<_ACEOF |
25572 |
cat >conftest.$ac_ext <<_ACEOF |
| 24705 |
#line $LINENO "configure" |
25573 |
#line $LINENO "configure" |
| 24706 |
#include "confdefs.h" |
25574 |
/* confdefs.h. */ |
|
|
25575 |
_ACEOF |
| 25576 |
cat confdefs.h >>conftest.$ac_ext |
| 25577 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25578 |
/* end confdefs.h. */ |
| 24707 |
$ac_includes_default |
25579 |
$ac_includes_default |
| 24708 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24709 |
# ifdef __cplusplus |
| 24710 |
extern "C" |
| 24711 |
# endif |
| 24712 |
int F77_DUMMY_MAIN() { return 1; } |
| 24713 |
#endif |
| 24714 |
int |
25580 |
int |
| 24715 |
main () |
25581 |
main () |
| 24716 |
{ |
25582 |
{ |
|
Lines 24737-24750
Link Here
|
| 24737 |
while :; do |
25603 |
while :; do |
| 24738 |
cat >conftest.$ac_ext <<_ACEOF |
25604 |
cat >conftest.$ac_ext <<_ACEOF |
| 24739 |
#line $LINENO "configure" |
25605 |
#line $LINENO "configure" |
| 24740 |
#include "confdefs.h" |
25606 |
/* confdefs.h. */ |
|
|
25607 |
_ACEOF |
| 25608 |
cat confdefs.h >>conftest.$ac_ext |
| 25609 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25610 |
/* end confdefs.h. */ |
| 24741 |
$ac_includes_default |
25611 |
$ac_includes_default |
| 24742 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24743 |
# ifdef __cplusplus |
| 24744 |
extern "C" |
| 24745 |
# endif |
| 24746 |
int F77_DUMMY_MAIN() { return 1; } |
| 24747 |
#endif |
| 24748 |
int |
25612 |
int |
| 24749 |
main () |
25613 |
main () |
| 24750 |
{ |
25614 |
{ |
|
Lines 24770-24776
Link Here
|
| 24770 |
ac_lo=$ac_mid; break |
25634 |
ac_lo=$ac_mid; break |
| 24771 |
else |
25635 |
else |
| 24772 |
echo "$as_me: failed program was:" >&5 |
25636 |
echo "$as_me: failed program was:" >&5 |
| 24773 |
cat conftest.$ac_ext >&5 |
25637 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25638 |
|
| 24774 |
ac_hi=`expr '(' $ac_mid ')' - 1` |
25639 |
ac_hi=`expr '(' $ac_mid ')' - 1` |
| 24775 |
if test $ac_mid -le $ac_hi; then |
25640 |
if test $ac_mid -le $ac_hi; then |
| 24776 |
ac_lo= ac_hi= |
25641 |
ac_lo= ac_hi= |
|
Lines 24782-24788
Link Here
|
| 24782 |
done |
25647 |
done |
| 24783 |
else |
25648 |
else |
| 24784 |
echo "$as_me: failed program was:" >&5 |
25649 |
echo "$as_me: failed program was:" >&5 |
| 24785 |
cat conftest.$ac_ext >&5 |
25650 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25651 |
|
| 24786 |
ac_lo= ac_hi= |
25652 |
ac_lo= ac_hi= |
| 24787 |
fi |
25653 |
fi |
| 24788 |
rm -f conftest.$ac_objext conftest.$ac_ext |
25654 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 24793-24806
Link Here
|
| 24793 |
ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` |
25659 |
ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` |
| 24794 |
cat >conftest.$ac_ext <<_ACEOF |
25660 |
cat >conftest.$ac_ext <<_ACEOF |
| 24795 |
#line $LINENO "configure" |
25661 |
#line $LINENO "configure" |
| 24796 |
#include "confdefs.h" |
25662 |
/* confdefs.h. */ |
|
|
25663 |
_ACEOF |
| 25664 |
cat confdefs.h >>conftest.$ac_ext |
| 25665 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25666 |
/* end confdefs.h. */ |
| 24797 |
$ac_includes_default |
25667 |
$ac_includes_default |
| 24798 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24799 |
# ifdef __cplusplus |
| 24800 |
extern "C" |
| 24801 |
# endif |
| 24802 |
int F77_DUMMY_MAIN() { return 1; } |
| 24803 |
#endif |
| 24804 |
int |
25668 |
int |
| 24805 |
main () |
25669 |
main () |
| 24806 |
{ |
25670 |
{ |
|
Lines 24826-24862
Link Here
|
| 24826 |
ac_hi=$ac_mid |
25690 |
ac_hi=$ac_mid |
| 24827 |
else |
25691 |
else |
| 24828 |
echo "$as_me: failed program was:" >&5 |
25692 |
echo "$as_me: failed program was:" >&5 |
| 24829 |
cat conftest.$ac_ext >&5 |
25693 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25694 |
|
| 24830 |
ac_lo=`expr '(' $ac_mid ')' + 1` |
25695 |
ac_lo=`expr '(' $ac_mid ')' + 1` |
| 24831 |
fi |
25696 |
fi |
| 24832 |
rm -f conftest.$ac_objext conftest.$ac_ext |
25697 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 24833 |
done |
25698 |
done |
| 24834 |
case $ac_lo in |
25699 |
case $ac_lo in |
| 24835 |
?*) ac_cv_sizeof_char=$ac_lo;; |
25700 |
?*) ac_cv_sizeof_char=$ac_lo;; |
| 24836 |
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77" >&5 |
25701 |
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77 |
| 24837 |
echo "$as_me: error: cannot compute sizeof (char), 77" >&2;} |
25702 |
See \`config.log' for more details." >&5 |
|
|
25703 |
echo "$as_me: error: cannot compute sizeof (char), 77 |
| 25704 |
See \`config.log' for more details." >&2;} |
| 24838 |
{ (exit 1); exit 1; }; } ;; |
25705 |
{ (exit 1); exit 1; }; } ;; |
| 24839 |
esac |
25706 |
esac |
| 24840 |
else |
25707 |
else |
| 24841 |
if test "$cross_compiling" = yes; then |
25708 |
if test "$cross_compiling" = yes; then |
| 24842 |
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5 |
25709 |
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling |
| 24843 |
echo "$as_me: error: cannot run test program while cross compiling" >&2;} |
25710 |
See \`config.log' for more details." >&5 |
|
|
25711 |
echo "$as_me: error: cannot run test program while cross compiling |
| 25712 |
See \`config.log' for more details." >&2;} |
| 24844 |
{ (exit 1); exit 1; }; } |
25713 |
{ (exit 1); exit 1; }; } |
| 24845 |
else |
25714 |
else |
| 24846 |
cat >conftest.$ac_ext <<_ACEOF |
25715 |
cat >conftest.$ac_ext <<_ACEOF |
| 24847 |
#line $LINENO "configure" |
25716 |
#line $LINENO "configure" |
| 24848 |
#include "confdefs.h" |
25717 |
/* confdefs.h. */ |
|
|
25718 |
_ACEOF |
| 25719 |
cat confdefs.h >>conftest.$ac_ext |
| 25720 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25721 |
/* end confdefs.h. */ |
| 24849 |
$ac_includes_default |
25722 |
$ac_includes_default |
| 24850 |
long longval () { return (long) (sizeof (char)); } |
25723 |
long longval () { return (long) (sizeof (char)); } |
| 24851 |
unsigned long ulongval () { return (long) (sizeof (char)); } |
25724 |
unsigned long ulongval () { return (long) (sizeof (char)); } |
| 24852 |
#include <stdio.h> |
25725 |
#include <stdio.h> |
| 24853 |
#include <stdlib.h> |
25726 |
#include <stdlib.h> |
| 24854 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24855 |
# ifdef __cplusplus |
| 24856 |
extern "C" |
| 24857 |
# endif |
| 24858 |
int F77_DUMMY_MAIN() { return 1; } |
| 24859 |
#endif |
| 24860 |
int |
25727 |
int |
| 24861 |
main () |
25728 |
main () |
| 24862 |
{ |
25729 |
{ |
|
Lines 24899-24911
Link Here
|
| 24899 |
else |
25766 |
else |
| 24900 |
echo "$as_me: program exited with status $ac_status" >&5 |
25767 |
echo "$as_me: program exited with status $ac_status" >&5 |
| 24901 |
echo "$as_me: failed program was:" >&5 |
25768 |
echo "$as_me: failed program was:" >&5 |
| 24902 |
cat conftest.$ac_ext >&5 |
25769 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25770 |
|
| 24903 |
( exit $ac_status ) |
25771 |
( exit $ac_status ) |
| 24904 |
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77" >&5 |
25772 |
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77 |
| 24905 |
echo "$as_me: error: cannot compute sizeof (char), 77" >&2;} |
25773 |
See \`config.log' for more details." >&5 |
|
|
25774 |
echo "$as_me: error: cannot compute sizeof (char), 77 |
| 25775 |
See \`config.log' for more details." >&2;} |
| 24906 |
{ (exit 1); exit 1; }; } |
25776 |
{ (exit 1); exit 1; }; } |
| 24907 |
fi |
25777 |
fi |
| 24908 |
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
25778 |
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 24909 |
fi |
25779 |
fi |
| 24910 |
fi |
25780 |
fi |
| 24911 |
rm -f conftest.val |
25781 |
rm -f conftest.val |
|
Lines 24930-24936
Link Here
|
| 24930 |
LIBS="-ldl $LIBS" |
25800 |
LIBS="-ldl $LIBS" |
| 24931 |
cat >conftest.$ac_ext <<_ACEOF |
25801 |
cat >conftest.$ac_ext <<_ACEOF |
| 24932 |
#line $LINENO "configure" |
25802 |
#line $LINENO "configure" |
| 24933 |
#include "confdefs.h" |
25803 |
/* confdefs.h. */ |
|
|
25804 |
_ACEOF |
| 25805 |
cat confdefs.h >>conftest.$ac_ext |
| 25806 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25807 |
/* end confdefs.h. */ |
| 24934 |
|
25808 |
|
| 24935 |
/* Override any gcc2 internal prototype to avoid an error. */ |
25809 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 24936 |
#ifdef __cplusplus |
25810 |
#ifdef __cplusplus |
|
Lines 24939-24950
Link Here
|
| 24939 |
/* We use char because int might match the return type of a gcc2 |
25813 |
/* We use char because int might match the return type of a gcc2 |
| 24940 |
builtin and then its argument prototype would still apply. */ |
25814 |
builtin and then its argument prototype would still apply. */ |
| 24941 |
char dlopen (); |
25815 |
char dlopen (); |
| 24942 |
#ifdef F77_DUMMY_MAIN |
|
|
| 24943 |
# ifdef __cplusplus |
| 24944 |
extern "C" |
| 24945 |
# endif |
| 24946 |
int F77_DUMMY_MAIN() { return 1; } |
| 24947 |
#endif |
| 24948 |
int |
25816 |
int |
| 24949 |
main () |
25817 |
main () |
| 24950 |
{ |
25818 |
{ |
|
Lines 24968-24974
Link Here
|
| 24968 |
ac_cv_lib_dl_dlopen=yes |
25836 |
ac_cv_lib_dl_dlopen=yes |
| 24969 |
else |
25837 |
else |
| 24970 |
echo "$as_me: failed program was:" >&5 |
25838 |
echo "$as_me: failed program was:" >&5 |
| 24971 |
cat conftest.$ac_ext >&5 |
25839 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25840 |
|
| 24972 |
ac_cv_lib_dl_dlopen=no |
25841 |
ac_cv_lib_dl_dlopen=no |
| 24973 |
fi |
25842 |
fi |
| 24974 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
25843 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 24993-24999
Link Here
|
| 24993 |
LIBS="-ldld $LIBS" |
25862 |
LIBS="-ldld $LIBS" |
| 24994 |
cat >conftest.$ac_ext <<_ACEOF |
25863 |
cat >conftest.$ac_ext <<_ACEOF |
| 24995 |
#line $LINENO "configure" |
25864 |
#line $LINENO "configure" |
| 24996 |
#include "confdefs.h" |
25865 |
/* confdefs.h. */ |
|
|
25866 |
_ACEOF |
| 25867 |
cat confdefs.h >>conftest.$ac_ext |
| 25868 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25869 |
/* end confdefs.h. */ |
| 24997 |
|
25870 |
|
| 24998 |
/* Override any gcc2 internal prototype to avoid an error. */ |
25871 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 24999 |
#ifdef __cplusplus |
25872 |
#ifdef __cplusplus |
|
Lines 25002-25013
Link Here
|
| 25002 |
/* We use char because int might match the return type of a gcc2 |
25875 |
/* We use char because int might match the return type of a gcc2 |
| 25003 |
builtin and then its argument prototype would still apply. */ |
25876 |
builtin and then its argument prototype would still apply. */ |
| 25004 |
char shl_unload (); |
25877 |
char shl_unload (); |
| 25005 |
#ifdef F77_DUMMY_MAIN |
|
|
| 25006 |
# ifdef __cplusplus |
| 25007 |
extern "C" |
| 25008 |
# endif |
| 25009 |
int F77_DUMMY_MAIN() { return 1; } |
| 25010 |
#endif |
| 25011 |
int |
25878 |
int |
| 25012 |
main () |
25879 |
main () |
| 25013 |
{ |
25880 |
{ |
|
Lines 25031-25037
Link Here
|
| 25031 |
ac_cv_lib_dld_shl_unload=yes |
25898 |
ac_cv_lib_dld_shl_unload=yes |
| 25032 |
else |
25899 |
else |
| 25033 |
echo "$as_me: failed program was:" >&5 |
25900 |
echo "$as_me: failed program was:" >&5 |
| 25034 |
cat conftest.$ac_ext >&5 |
25901 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25902 |
|
| 25035 |
ac_cv_lib_dld_shl_unload=no |
25903 |
ac_cv_lib_dld_shl_unload=no |
| 25036 |
fi |
25904 |
fi |
| 25037 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
25905 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 25065-25101
Link Here
|
| 25065 |
else |
25933 |
else |
| 25066 |
cat >conftest.$ac_ext <<_ACEOF |
25934 |
cat >conftest.$ac_ext <<_ACEOF |
| 25067 |
#line $LINENO "configure" |
25935 |
#line $LINENO "configure" |
| 25068 |
#include "confdefs.h" |
25936 |
/* confdefs.h. */ |
|
|
25937 |
_ACEOF |
| 25938 |
cat confdefs.h >>conftest.$ac_ext |
| 25939 |
cat >>conftest.$ac_ext <<_ACEOF |
| 25940 |
/* end confdefs.h. */ |
| 25069 |
/* System header to define __stub macros and hopefully few prototypes, |
25941 |
/* System header to define __stub macros and hopefully few prototypes, |
| 25070 |
which can conflict with char $ac_func (); below. */ |
25942 |
which can conflict with char $ac_func (); below. |
| 25071 |
#include <assert.h> |
25943 |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|
|
25944 |
<limits.h> exists even on freestanding compilers. */ |
| 25945 |
#ifdef __STDC__ |
| 25946 |
# include <limits.h> |
| 25947 |
#else |
| 25948 |
# include <assert.h> |
| 25949 |
#endif |
| 25072 |
/* Override any gcc2 internal prototype to avoid an error. */ |
25950 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 25073 |
#ifdef __cplusplus |
25951 |
#ifdef __cplusplus |
| 25074 |
extern "C" |
25952 |
extern "C" |
|
|
25953 |
{ |
| 25075 |
#endif |
25954 |
#endif |
| 25076 |
/* We use char because int might match the return type of a gcc2 |
25955 |
/* We use char because int might match the return type of a gcc2 |
| 25077 |
builtin and then its argument prototype would still apply. */ |
25956 |
builtin and then its argument prototype would still apply. */ |
| 25078 |
char $ac_func (); |
25957 |
char $ac_func (); |
| 25079 |
char (*f) (); |
|
|
| 25080 |
|
| 25081 |
#ifdef F77_DUMMY_MAIN |
| 25082 |
# ifdef __cplusplus |
| 25083 |
extern "C" |
| 25084 |
# endif |
| 25085 |
int F77_DUMMY_MAIN() { return 1; } |
| 25086 |
#endif |
| 25087 |
int |
| 25088 |
main () |
| 25089 |
{ |
| 25090 |
/* The GNU C library defines this for functions which it implements |
25958 |
/* The GNU C library defines this for functions which it implements |
| 25091 |
to always fail with ENOSYS. Some functions are actually named |
25959 |
to always fail with ENOSYS. Some functions are actually named |
| 25092 |
something starting with __ and the normal name is an alias. */ |
25960 |
something starting with __ and the normal name is an alias. */ |
| 25093 |
#if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
25961 |
#if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 25094 |
choke me |
25962 |
choke me |
| 25095 |
#else |
25963 |
#else |
| 25096 |
f = $ac_func; |
25964 |
char (*f) () = $ac_func; |
|
|
25965 |
#endif |
| 25966 |
#ifdef __cplusplus |
| 25967 |
} |
| 25097 |
#endif |
25968 |
#endif |
| 25098 |
|
25969 |
|
|
|
25970 |
int |
| 25971 |
main () |
| 25972 |
{ |
| 25973 |
return f != $ac_func; |
| 25099 |
; |
25974 |
; |
| 25100 |
return 0; |
25975 |
return 0; |
| 25101 |
} |
25976 |
} |
|
Lines 25115-25121
Link Here
|
| 25115 |
eval "$as_ac_var=yes" |
25990 |
eval "$as_ac_var=yes" |
| 25116 |
else |
25991 |
else |
| 25117 |
echo "$as_me: failed program was:" >&5 |
25992 |
echo "$as_me: failed program was:" >&5 |
| 25118 |
cat conftest.$ac_ext >&5 |
25993 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
25994 |
|
| 25119 |
eval "$as_ac_var=no" |
25995 |
eval "$as_ac_var=no" |
| 25120 |
fi |
25996 |
fi |
| 25121 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
25997 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 25197-25209
Link Here
|
| 25197 |
# First, try using that file with no special directory specified. |
26073 |
# First, try using that file with no special directory specified. |
| 25198 |
cat >conftest.$ac_ext <<_ACEOF |
26074 |
cat >conftest.$ac_ext <<_ACEOF |
| 25199 |
#line $LINENO "configure" |
26075 |
#line $LINENO "configure" |
| 25200 |
#include "confdefs.h" |
26076 |
/* confdefs.h. */ |
|
|
26077 |
_ACEOF |
| 26078 |
cat confdefs.h >>conftest.$ac_ext |
| 26079 |
cat >>conftest.$ac_ext <<_ACEOF |
| 26080 |
/* end confdefs.h. */ |
| 25201 |
#include <$x_direct_test_include> |
26081 |
#include <$x_direct_test_include> |
| 25202 |
_ACEOF |
26082 |
_ACEOF |
| 25203 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
26083 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 25204 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
26084 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 25205 |
ac_status=$? |
26085 |
ac_status=$? |
| 25206 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
26086 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 25207 |
rm -f conftest.er1 |
26087 |
rm -f conftest.er1 |
| 25208 |
cat conftest.err >&5 |
26088 |
cat conftest.err >&5 |
| 25209 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26089 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 25221-25227
Link Here
|
| 25221 |
ac_x_includes= |
26101 |
ac_x_includes= |
| 25222 |
else |
26102 |
else |
| 25223 |
echo "$as_me: failed program was:" >&5 |
26103 |
echo "$as_me: failed program was:" >&5 |
| 25224 |
cat conftest.$ac_ext >&5 |
26104 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
26105 |
|
| 25225 |
# Look for the header file in a standard set of common directories. |
26106 |
# Look for the header file in a standard set of common directories. |
| 25226 |
# Check X11 before X11Rn because it is often a symlink to the current release. |
26107 |
# Check X11 before X11Rn because it is often a symlink to the current release. |
| 25227 |
for ac_dir in \ |
26108 |
for ac_dir in \ |
|
Lines 25281-25294
Link Here
|
| 25281 |
LIBS="-l$x_direct_test_library $LIBS" |
26162 |
LIBS="-l$x_direct_test_library $LIBS" |
| 25282 |
cat >conftest.$ac_ext <<_ACEOF |
26163 |
cat >conftest.$ac_ext <<_ACEOF |
| 25283 |
#line $LINENO "configure" |
26164 |
#line $LINENO "configure" |
| 25284 |
#include "confdefs.h" |
26165 |
/* confdefs.h. */ |
|
|
26166 |
_ACEOF |
| 26167 |
cat confdefs.h >>conftest.$ac_ext |
| 26168 |
cat >>conftest.$ac_ext <<_ACEOF |
| 26169 |
/* end confdefs.h. */ |
| 25285 |
|
26170 |
|
| 25286 |
#ifdef F77_DUMMY_MAIN |
|
|
| 25287 |
# ifdef __cplusplus |
| 25288 |
extern "C" |
| 25289 |
# endif |
| 25290 |
int F77_DUMMY_MAIN() { return 1; } |
| 25291 |
#endif |
| 25292 |
int |
26171 |
int |
| 25293 |
main () |
26172 |
main () |
| 25294 |
{ |
26173 |
{ |
|
Lines 25314-25320
Link Here
|
| 25314 |
ac_x_libraries= |
26193 |
ac_x_libraries= |
| 25315 |
else |
26194 |
else |
| 25316 |
echo "$as_me: failed program was:" >&5 |
26195 |
echo "$as_me: failed program was:" >&5 |
| 25317 |
cat conftest.$ac_ext >&5 |
26196 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
26197 |
|
| 25318 |
LIBS="$ac_save_LIBS" |
26198 |
LIBS="$ac_save_LIBS" |
| 25319 |
# First see if replacing the include by lib works. |
26199 |
# First see if replacing the include by lib works. |
| 25320 |
# Check X11 before X11Rn because it is often a symlink to the current release. |
26200 |
# Check X11 before X11Rn because it is often a symlink to the current release. |
|
Lines 25494-25500
Link Here
|
| 25494 |
LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
26374 |
LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
| 25495 |
cat >conftest.$ac_ext <<_ACEOF |
26375 |
cat >conftest.$ac_ext <<_ACEOF |
| 25496 |
#line $LINENO "configure" |
26376 |
#line $LINENO "configure" |
| 25497 |
#include "confdefs.h" |
26377 |
/* confdefs.h. */ |
|
|
26378 |
_ACEOF |
| 26379 |
cat confdefs.h >>conftest.$ac_ext |
| 26380 |
cat >>conftest.$ac_ext <<_ACEOF |
| 26381 |
/* end confdefs.h. */ |
| 25498 |
|
26382 |
|
| 25499 |
/* Override any gcc2 internal prototype to avoid an error. */ |
26383 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 25500 |
#ifdef __cplusplus |
26384 |
#ifdef __cplusplus |
|
Lines 25503-25514
Link Here
|
| 25503 |
/* We use char because int might match the return type of a gcc2 |
26387 |
/* We use char because int might match the return type of a gcc2 |
| 25504 |
builtin and then its argument prototype would still apply. */ |
26388 |
builtin and then its argument prototype would still apply. */ |
| 25505 |
char IceConnectionNumber (); |
26389 |
char IceConnectionNumber (); |
| 25506 |
#ifdef F77_DUMMY_MAIN |
|
|
| 25507 |
# ifdef __cplusplus |
| 25508 |
extern "C" |
| 25509 |
# endif |
| 25510 |
int F77_DUMMY_MAIN() { return 1; } |
| 25511 |
#endif |
| 25512 |
int |
26390 |
int |
| 25513 |
main () |
26391 |
main () |
| 25514 |
{ |
26392 |
{ |
|
Lines 25532-25538
Link Here
|
| 25532 |
ac_cv_lib_ICE_IceConnectionNumber=yes |
26410 |
ac_cv_lib_ICE_IceConnectionNumber=yes |
| 25533 |
else |
26411 |
else |
| 25534 |
echo "$as_me: failed program was:" >&5 |
26412 |
echo "$as_me: failed program was:" >&5 |
| 25535 |
cat conftest.$ac_ext >&5 |
26413 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
26414 |
|
| 25536 |
ac_cv_lib_ICE_IceConnectionNumber=no |
26415 |
ac_cv_lib_ICE_IceConnectionNumber=no |
| 25537 |
fi |
26416 |
fi |
| 25538 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
26417 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 25566-25584
Link Here
|
| 25566 |
|
26445 |
|
| 25567 |
cat >conftest.$ac_ext <<_ACEOF |
26446 |
cat >conftest.$ac_ext <<_ACEOF |
| 25568 |
#line $LINENO "configure" |
26447 |
#line $LINENO "configure" |
| 25569 |
#include "confdefs.h" |
26448 |
/* confdefs.h. */ |
|
|
26449 |
_ACEOF |
| 26450 |
cat confdefs.h >>conftest.$ac_ext |
| 26451 |
cat >>conftest.$ac_ext <<_ACEOF |
| 26452 |
/* end confdefs.h. */ |
| 25570 |
|
26453 |
|
| 25571 |
#include <stdio.h> |
26454 |
#include <stdio.h> |
| 25572 |
#ifdef STDC_HEADERS |
26455 |
#ifdef STDC_HEADERS |
| 25573 |
# include <stdlib.h> |
26456 |
# include <stdlib.h> |
| 25574 |
#endif |
26457 |
#endif |
| 25575 |
|
26458 |
|
| 25576 |
#ifdef F77_DUMMY_MAIN |
|
|
| 25577 |
# ifdef __cplusplus |
| 25578 |
extern "C" |
| 25579 |
# endif |
| 25580 |
int F77_DUMMY_MAIN() { return 1; } |
| 25581 |
#endif |
| 25582 |
int |
26459 |
int |
| 25583 |
main () |
26460 |
main () |
| 25584 |
{ |
26461 |
{ |
|
Lines 25604-25610
Link Here
|
| 25604 |
kde_cv_have_libXext=yes |
26481 |
kde_cv_have_libXext=yes |
| 25605 |
else |
26482 |
else |
| 25606 |
echo "$as_me: failed program was:" >&5 |
26483 |
echo "$as_me: failed program was:" >&5 |
| 25607 |
cat conftest.$ac_ext >&5 |
26484 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
26485 |
|
| 25608 |
kde_cv_have_libXext=no |
26486 |
kde_cv_have_libXext=no |
| 25609 |
|
26487 |
|
| 25610 |
fi |
26488 |
fi |
|
Lines 25661-25675
Link Here
|
| 25661 |
|
26539 |
|
| 25662 |
cat >conftest.$ac_ext <<_ACEOF |
26540 |
cat >conftest.$ac_ext <<_ACEOF |
| 25663 |
#line $LINENO "configure" |
26541 |
#line $LINENO "configure" |
| 25664 |
#include "confdefs.h" |
26542 |
/* confdefs.h. */ |
|
|
26543 |
_ACEOF |
| 26544 |
cat confdefs.h >>conftest.$ac_ext |
| 26545 |
cat >>conftest.$ac_ext <<_ACEOF |
| 26546 |
/* end confdefs.h. */ |
| 25665 |
#include <X11/Xlib.h> |
26547 |
#include <X11/Xlib.h> |
| 25666 |
#include <X11/extensions/Xinerama.h> |
26548 |
#include <X11/extensions/Xinerama.h> |
| 25667 |
#ifdef F77_DUMMY_MAIN |
|
|
| 25668 |
# ifdef __cplusplus |
| 25669 |
extern "C" |
| 25670 |
# endif |
| 25671 |
int F77_DUMMY_MAIN() { return 1; } |
| 25672 |
#endif |
| 25673 |
int |
26549 |
int |
| 25674 |
main () |
26550 |
main () |
| 25675 |
{ |
26551 |
{ |
|
Lines 25693-25699
Link Here
|
| 25693 |
ac_cv_have_xinerama="yes" |
26569 |
ac_cv_have_xinerama="yes" |
| 25694 |
else |
26570 |
else |
| 25695 |
echo "$as_me: failed program was:" >&5 |
26571 |
echo "$as_me: failed program was:" >&5 |
| 25696 |
cat conftest.$ac_ext >&5 |
26572 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
26573 |
|
| 25697 |
ac_cv_have_xinerama="no" |
26574 |
ac_cv_have_xinerama="no" |
| 25698 |
fi |
26575 |
fi |
| 25699 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
26576 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 25840-25846
Link Here
|
| 25840 |
LIBS="-lpthread $LIBS" |
26717 |
LIBS="-lpthread $LIBS" |
| 25841 |
cat >conftest.$ac_ext <<_ACEOF |
26718 |
cat >conftest.$ac_ext <<_ACEOF |
| 25842 |
#line $LINENO "configure" |
26719 |
#line $LINENO "configure" |
| 25843 |
#include "confdefs.h" |
26720 |
/* confdefs.h. */ |
|
|
26721 |
_ACEOF |
| 26722 |
cat confdefs.h >>conftest.$ac_ext |
| 26723 |
cat >>conftest.$ac_ext <<_ACEOF |
| 26724 |
/* end confdefs.h. */ |
| 25844 |
|
26725 |
|
| 25845 |
/* Override any gcc2 internal prototype to avoid an error. */ |
26726 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 25846 |
#ifdef __cplusplus |
26727 |
#ifdef __cplusplus |
|
Lines 25849-25860
Link Here
|
| 25849 |
/* We use char because int might match the return type of a gcc2 |
26730 |
/* We use char because int might match the return type of a gcc2 |
| 25850 |
builtin and then its argument prototype would still apply. */ |
26731 |
builtin and then its argument prototype would still apply. */ |
| 25851 |
char pthread_create (); |
26732 |
char pthread_create (); |
| 25852 |
#ifdef F77_DUMMY_MAIN |
|
|
| 25853 |
# ifdef __cplusplus |
| 25854 |
extern "C" |
| 25855 |
# endif |
| 25856 |
int F77_DUMMY_MAIN() { return 1; } |
| 25857 |
#endif |
| 25858 |
int |
26733 |
int |
| 25859 |
main () |
26734 |
main () |
| 25860 |
{ |
26735 |
{ |
|
Lines 25878-25884
Link Here
|
| 25878 |
ac_cv_lib_pthread_pthread_create=yes |
26753 |
ac_cv_lib_pthread_pthread_create=yes |
| 25879 |
else |
26754 |
else |
| 25880 |
echo "$as_me: failed program was:" >&5 |
26755 |
echo "$as_me: failed program was:" >&5 |
| 25881 |
cat conftest.$ac_ext >&5 |
26756 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
26757 |
|
| 25882 |
ac_cv_lib_pthread_pthread_create=no |
26758 |
ac_cv_lib_pthread_pthread_create=no |
| 25883 |
fi |
26759 |
fi |
| 25884 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
26760 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 25924-25930
Link Here
|
| 25924 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
26800 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 25925 |
cat >conftest.$ac_ext <<_ACEOF |
26801 |
cat >conftest.$ac_ext <<_ACEOF |
| 25926 |
#line $LINENO "configure" |
26802 |
#line $LINENO "configure" |
| 25927 |
#include "confdefs.h" |
26803 |
/* confdefs.h. */ |
|
|
26804 |
_ACEOF |
| 26805 |
cat confdefs.h >>conftest.$ac_ext |
| 26806 |
cat >>conftest.$ac_ext <<_ACEOF |
| 26807 |
/* end confdefs.h. */ |
| 25928 |
$ac_includes_default |
26808 |
$ac_includes_default |
| 25929 |
#include <$ac_header> |
26809 |
#include <$ac_header> |
| 25930 |
_ACEOF |
26810 |
_ACEOF |
|
Lines 25943-25949
Link Here
|
| 25943 |
ac_header_compiler=yes |
26823 |
ac_header_compiler=yes |
| 25944 |
else |
26824 |
else |
| 25945 |
echo "$as_me: failed program was:" >&5 |
26825 |
echo "$as_me: failed program was:" >&5 |
| 25946 |
cat conftest.$ac_ext >&5 |
26826 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
26827 |
|
| 25947 |
ac_header_compiler=no |
26828 |
ac_header_compiler=no |
| 25948 |
fi |
26829 |
fi |
| 25949 |
rm -f conftest.$ac_objext conftest.$ac_ext |
26830 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 25955-25967
Link Here
|
| 25955 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
26836 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 25956 |
cat >conftest.$ac_ext <<_ACEOF |
26837 |
cat >conftest.$ac_ext <<_ACEOF |
| 25957 |
#line $LINENO "configure" |
26838 |
#line $LINENO "configure" |
| 25958 |
#include "confdefs.h" |
26839 |
/* confdefs.h. */ |
|
|
26840 |
_ACEOF |
| 26841 |
cat confdefs.h >>conftest.$ac_ext |
| 26842 |
cat >>conftest.$ac_ext <<_ACEOF |
| 26843 |
/* end confdefs.h. */ |
| 25959 |
#include <$ac_header> |
26844 |
#include <$ac_header> |
| 25960 |
_ACEOF |
26845 |
_ACEOF |
| 25961 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
26846 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 25962 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
26847 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 25963 |
ac_status=$? |
26848 |
ac_status=$? |
| 25964 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
26849 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 25965 |
rm -f conftest.er1 |
26850 |
rm -f conftest.er1 |
| 25966 |
cat conftest.err >&5 |
26851 |
cat conftest.err >&5 |
| 25967 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26852 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 25978-25984
Link Here
|
| 25978 |
ac_header_preproc=yes |
26863 |
ac_header_preproc=yes |
| 25979 |
else |
26864 |
else |
| 25980 |
echo "$as_me: failed program was:" >&5 |
26865 |
echo "$as_me: failed program was:" >&5 |
| 25981 |
cat conftest.$ac_ext >&5 |
26866 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
26867 |
|
| 25982 |
ac_header_preproc=no |
26868 |
ac_header_preproc=no |
| 25983 |
fi |
26869 |
fi |
| 25984 |
rm -f conftest.err conftest.$ac_ext |
26870 |
rm -f conftest.err conftest.$ac_ext |
|
Lines 25991-26004
Link Here
|
| 25991 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
26877 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 25992 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
26878 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 25993 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
26879 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 25994 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
26880 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
26881 |
( |
| 26882 |
cat <<\_ASBOX |
| 26883 |
## ------------------------------------ ## |
| 26884 |
## Report this to bug-autoconf@gnu.org. ## |
| 26885 |
## ------------------------------------ ## |
| 26886 |
_ASBOX |
| 26887 |
) | |
| 26888 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 26889 |
;; |
| 25995 |
no:yes ) |
26890 |
no:yes ) |
| 25996 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
26891 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 25997 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
26892 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 25998 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
26893 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 25999 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
26894 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 26000 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
26895 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 26001 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
26896 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
26897 |
( |
| 26898 |
cat <<\_ASBOX |
| 26899 |
## ------------------------------------ ## |
| 26900 |
## Report this to bug-autoconf@gnu.org. ## |
| 26901 |
## ------------------------------------ ## |
| 26902 |
_ASBOX |
| 26903 |
) | |
| 26904 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 26905 |
;; |
| 26002 |
esac |
26906 |
esac |
| 26003 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
26907 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 26004 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
26908 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
|
Lines 26034-26040
Link Here
|
| 26034 |
LIBS="-llthread $LIBS" |
26938 |
LIBS="-llthread $LIBS" |
| 26035 |
cat >conftest.$ac_ext <<_ACEOF |
26939 |
cat >conftest.$ac_ext <<_ACEOF |
| 26036 |
#line $LINENO "configure" |
26940 |
#line $LINENO "configure" |
| 26037 |
#include "confdefs.h" |
26941 |
/* confdefs.h. */ |
|
|
26942 |
_ACEOF |
| 26943 |
cat confdefs.h >>conftest.$ac_ext |
| 26944 |
cat >>conftest.$ac_ext <<_ACEOF |
| 26945 |
/* end confdefs.h. */ |
| 26038 |
|
26946 |
|
| 26039 |
/* Override any gcc2 internal prototype to avoid an error. */ |
26947 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 26040 |
#ifdef __cplusplus |
26948 |
#ifdef __cplusplus |
|
Lines 26043-26054
Link Here
|
| 26043 |
/* We use char because int might match the return type of a gcc2 |
26951 |
/* We use char because int might match the return type of a gcc2 |
| 26044 |
builtin and then its argument prototype would still apply. */ |
26952 |
builtin and then its argument prototype would still apply. */ |
| 26045 |
char pthread_join (); |
26953 |
char pthread_join (); |
| 26046 |
#ifdef F77_DUMMY_MAIN |
|
|
| 26047 |
# ifdef __cplusplus |
| 26048 |
extern "C" |
| 26049 |
# endif |
| 26050 |
int F77_DUMMY_MAIN() { return 1; } |
| 26051 |
#endif |
| 26052 |
int |
26954 |
int |
| 26053 |
main () |
26955 |
main () |
| 26054 |
{ |
26956 |
{ |
|
Lines 26072-26078
Link Here
|
| 26072 |
ac_cv_lib_lthread_pthread_join=yes |
26974 |
ac_cv_lib_lthread_pthread_join=yes |
| 26073 |
else |
26975 |
else |
| 26074 |
echo "$as_me: failed program was:" >&5 |
26976 |
echo "$as_me: failed program was:" >&5 |
| 26075 |
cat conftest.$ac_ext >&5 |
26977 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
26978 |
|
| 26076 |
ac_cv_lib_lthread_pthread_join=no |
26979 |
ac_cv_lib_lthread_pthread_join=no |
| 26077 |
fi |
26980 |
fi |
| 26078 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
26981 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 26115-26128
Link Here
|
| 26115 |
CXXFLAGS="$CXXFLAGS -pthread" |
27018 |
CXXFLAGS="$CXXFLAGS -pthread" |
| 26116 |
cat >conftest.$ac_ext <<_ACEOF |
27019 |
cat >conftest.$ac_ext <<_ACEOF |
| 26117 |
#line $LINENO "configure" |
27020 |
#line $LINENO "configure" |
| 26118 |
#include "confdefs.h" |
27021 |
/* confdefs.h. */ |
|
|
27022 |
_ACEOF |
| 27023 |
cat confdefs.h >>conftest.$ac_ext |
| 27024 |
cat >>conftest.$ac_ext <<_ACEOF |
| 27025 |
/* end confdefs.h. */ |
| 26119 |
|
27026 |
|
| 26120 |
#ifdef F77_DUMMY_MAIN |
|
|
| 26121 |
# ifdef __cplusplus |
| 26122 |
extern "C" |
| 26123 |
# endif |
| 26124 |
int F77_DUMMY_MAIN() { return 1; } |
| 26125 |
#endif |
| 26126 |
int |
27027 |
int |
| 26127 |
main () |
27028 |
main () |
| 26128 |
{ |
27029 |
{ |
|
Lines 26146-26152
Link Here
|
| 26146 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
27047 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 26147 |
else |
27048 |
else |
| 26148 |
echo "$as_me: failed program was:" >&5 |
27049 |
echo "$as_me: failed program was:" >&5 |
| 26149 |
cat conftest.$ac_ext >&5 |
27050 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
27051 |
|
| 26150 |
fi |
27052 |
fi |
| 26151 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
27053 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 26152 |
CXXFLAGS="$save_CXXFLAGS" |
27054 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 26201-26214
Link Here
|
| 26201 |
CXXFLAGS="$CXXFLAGS -mt" |
27103 |
CXXFLAGS="$CXXFLAGS -mt" |
| 26202 |
cat >conftest.$ac_ext <<_ACEOF |
27104 |
cat >conftest.$ac_ext <<_ACEOF |
| 26203 |
#line $LINENO "configure" |
27105 |
#line $LINENO "configure" |
| 26204 |
#include "confdefs.h" |
27106 |
/* confdefs.h. */ |
|
|
27107 |
_ACEOF |
| 27108 |
cat confdefs.h >>conftest.$ac_ext |
| 27109 |
cat >>conftest.$ac_ext <<_ACEOF |
| 27110 |
/* end confdefs.h. */ |
| 26205 |
|
27111 |
|
| 26206 |
#ifdef F77_DUMMY_MAIN |
|
|
| 26207 |
# ifdef __cplusplus |
| 26208 |
extern "C" |
| 26209 |
# endif |
| 26210 |
int F77_DUMMY_MAIN() { return 1; } |
| 26211 |
#endif |
| 26212 |
int |
27112 |
int |
| 26213 |
main () |
27113 |
main () |
| 26214 |
{ |
27114 |
{ |
|
Lines 26232-26238
Link Here
|
| 26232 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
27132 |
eval "kde_cv_prog_cxx_$kde_cache=yes" |
| 26233 |
else |
27133 |
else |
| 26234 |
echo "$as_me: failed program was:" >&5 |
27134 |
echo "$as_me: failed program was:" >&5 |
| 26235 |
cat conftest.$ac_ext >&5 |
27135 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
27136 |
|
| 26236 |
fi |
27137 |
fi |
| 26237 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
27138 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 26238 |
CXXFLAGS="$save_CXXFLAGS" |
27139 |
CXXFLAGS="$save_CXXFLAGS" |
|
Lines 26364-26379
Link Here
|
| 26364 |
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" |
27265 |
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" |
| 26365 |
cat >conftest.$ac_ext <<_ACEOF |
27266 |
cat >conftest.$ac_ext <<_ACEOF |
| 26366 |
#line $LINENO "configure" |
27267 |
#line $LINENO "configure" |
| 26367 |
#include "confdefs.h" |
27268 |
/* confdefs.h. */ |
|
|
27269 |
_ACEOF |
| 27270 |
cat confdefs.h >>conftest.$ac_ext |
| 27271 |
cat >>conftest.$ac_ext <<_ACEOF |
| 27272 |
/* end confdefs.h. */ |
| 26368 |
|
27273 |
|
| 26369 |
#include<zlib.h> |
27274 |
#include<zlib.h> |
| 26370 |
|
27275 |
|
| 26371 |
#ifdef F77_DUMMY_MAIN |
|
|
| 26372 |
# ifdef __cplusplus |
| 26373 |
extern "C" |
| 26374 |
# endif |
| 26375 |
int F77_DUMMY_MAIN() { return 1; } |
| 26376 |
#endif |
| 26377 |
int |
27276 |
int |
| 26378 |
main () |
27277 |
main () |
| 26379 |
{ |
27278 |
{ |
|
Lines 26397-26403
Link Here
|
| 26397 |
eval "ac_cv_lib_z='-lz'" |
27296 |
eval "ac_cv_lib_z='-lz'" |
| 26398 |
else |
27297 |
else |
| 26399 |
echo "$as_me: failed program was:" >&5 |
27298 |
echo "$as_me: failed program was:" >&5 |
| 26400 |
cat conftest.$ac_ext >&5 |
27299 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
27300 |
|
| 26401 |
eval "ac_cv_lib_z=no" |
27301 |
eval "ac_cv_lib_z=no" |
| 26402 |
fi |
27302 |
fi |
| 26403 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
27303 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 26448-26463
Link Here
|
| 26448 |
|
27348 |
|
| 26449 |
cat >conftest.$ac_ext <<_ACEOF |
27349 |
cat >conftest.$ac_ext <<_ACEOF |
| 26450 |
#line $LINENO "configure" |
27350 |
#line $LINENO "configure" |
| 26451 |
#include "confdefs.h" |
27351 |
/* confdefs.h. */ |
|
|
27352 |
_ACEOF |
| 27353 |
cat confdefs.h >>conftest.$ac_ext |
| 27354 |
cat >>conftest.$ac_ext <<_ACEOF |
| 27355 |
/* end confdefs.h. */ |
| 26452 |
|
27356 |
|
| 26453 |
#include<png.h> |
27357 |
#include<png.h> |
| 26454 |
|
27358 |
|
| 26455 |
#ifdef F77_DUMMY_MAIN |
|
|
| 26456 |
# ifdef __cplusplus |
| 26457 |
extern "C" |
| 26458 |
# endif |
| 26459 |
int F77_DUMMY_MAIN() { return 1; } |
| 26460 |
#endif |
| 26461 |
int |
27359 |
int |
| 26462 |
main () |
27360 |
main () |
| 26463 |
{ |
27361 |
{ |
|
Lines 26485-26491
Link Here
|
| 26485 |
eval "ac_cv_lib_png='-lpng $LIBZ -lm'" |
27383 |
eval "ac_cv_lib_png='-lpng $LIBZ -lm'" |
| 26486 |
else |
27384 |
else |
| 26487 |
echo "$as_me: failed program was:" >&5 |
27385 |
echo "$as_me: failed program was:" >&5 |
| 26488 |
cat conftest.$ac_ext >&5 |
27386 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
27387 |
|
| 26489 |
eval "ac_cv_lib_png=no" |
27388 |
eval "ac_cv_lib_png=no" |
| 26490 |
|
27389 |
|
| 26491 |
fi |
27390 |
fi |
|
Lines 26531-26537
Link Here
|
| 26531 |
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" |
27430 |
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" |
| 26532 |
cat >conftest.$ac_ext <<_ACEOF |
27431 |
cat >conftest.$ac_ext <<_ACEOF |
| 26533 |
#line $LINENO "configure" |
27432 |
#line $LINENO "configure" |
| 26534 |
#include "confdefs.h" |
27433 |
/* confdefs.h. */ |
|
|
27434 |
_ACEOF |
| 27435 |
cat confdefs.h >>conftest.$ac_ext |
| 27436 |
cat >>conftest.$ac_ext <<_ACEOF |
| 27437 |
/* end confdefs.h. */ |
| 26535 |
/* Override any gcc2 internal prototype to avoid an error. */ |
27438 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 26536 |
struct jpeg_decompress_struct; |
27439 |
struct jpeg_decompress_struct; |
| 26537 |
typedef struct jpeg_decompress_struct * j_decompress_ptr; |
27440 |
typedef struct jpeg_decompress_struct * j_decompress_ptr; |
|
Lines 26547-26558
Link Here
|
| 26547 |
/* We use char because int might match the return type of a gcc2 |
27450 |
/* We use char because int might match the return type of a gcc2 |
| 26548 |
builtin and then its argument prototype would still apply. */ |
27451 |
builtin and then its argument prototype would still apply. */ |
| 26549 |
|
27452 |
|
| 26550 |
#ifdef F77_DUMMY_MAIN |
|
|
| 26551 |
# ifdef __cplusplus |
| 26552 |
extern "C" |
| 26553 |
# endif |
| 26554 |
int F77_DUMMY_MAIN() { return 1; } |
| 26555 |
#endif |
| 26556 |
int |
27453 |
int |
| 26557 |
main () |
27454 |
main () |
| 26558 |
{ |
27455 |
{ |
|
Lines 26576-26582
Link Here
|
| 26576 |
eval "ac_cv_lib_jpeg_6b=-ljpeg6b" |
27473 |
eval "ac_cv_lib_jpeg_6b=-ljpeg6b" |
| 26577 |
else |
27474 |
else |
| 26578 |
echo "$as_me: failed program was:" >&5 |
27475 |
echo "$as_me: failed program was:" >&5 |
| 26579 |
cat conftest.$ac_ext >&5 |
27476 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
27477 |
|
| 26580 |
eval "ac_cv_lib_jpeg_6b=no" |
27478 |
eval "ac_cv_lib_jpeg_6b=no" |
| 26581 |
fi |
27479 |
fi |
| 26582 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
27480 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 26612-26618
Link Here
|
| 26612 |
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" |
27510 |
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" |
| 26613 |
cat >conftest.$ac_ext <<_ACEOF |
27511 |
cat >conftest.$ac_ext <<_ACEOF |
| 26614 |
#line $LINENO "configure" |
27512 |
#line $LINENO "configure" |
| 26615 |
#include "confdefs.h" |
27513 |
/* confdefs.h. */ |
|
|
27514 |
_ACEOF |
| 27515 |
cat confdefs.h >>conftest.$ac_ext |
| 27516 |
cat >>conftest.$ac_ext <<_ACEOF |
| 27517 |
/* end confdefs.h. */ |
| 26616 |
/* Override any gcc2 internal prototype to avoid an error. */ |
27518 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 26617 |
struct jpeg_decompress_struct; |
27519 |
struct jpeg_decompress_struct; |
| 26618 |
typedef struct jpeg_decompress_struct * j_decompress_ptr; |
27520 |
typedef struct jpeg_decompress_struct * j_decompress_ptr; |
|
Lines 26628-26639
Link Here
|
| 26628 |
/* We use char because int might match the return type of a gcc2 |
27530 |
/* We use char because int might match the return type of a gcc2 |
| 26629 |
builtin and then its argument prototype would still apply. */ |
27531 |
builtin and then its argument prototype would still apply. */ |
| 26630 |
|
27532 |
|
| 26631 |
#ifdef F77_DUMMY_MAIN |
|
|
| 26632 |
# ifdef __cplusplus |
| 26633 |
extern "C" |
| 26634 |
# endif |
| 26635 |
int F77_DUMMY_MAIN() { return 1; } |
| 26636 |
#endif |
| 26637 |
int |
27533 |
int |
| 26638 |
main () |
27534 |
main () |
| 26639 |
{ |
27535 |
{ |
|
Lines 26657-26663
Link Here
|
| 26657 |
eval "ac_cv_lib_jpeg_normal=-ljpeg" |
27553 |
eval "ac_cv_lib_jpeg_normal=-ljpeg" |
| 26658 |
else |
27554 |
else |
| 26659 |
echo "$as_me: failed program was:" >&5 |
27555 |
echo "$as_me: failed program was:" >&5 |
| 26660 |
cat conftest.$ac_ext >&5 |
27556 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
27557 |
|
| 26661 |
eval "ac_cv_lib_jpeg_normal=no" |
27558 |
eval "ac_cv_lib_jpeg_normal=no" |
| 26662 |
fi |
27559 |
fi |
| 26663 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
27560 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 26693-26699
Link Here
|
| 26693 |
do |
27590 |
do |
| 26694 |
for j in jpeglib.h; |
27591 |
for j in jpeglib.h; |
| 26695 |
do |
27592 |
do |
| 26696 |
echo "configure: 26696: $i/$j" >&5 |
27593 |
echo "configure: 27593: $i/$j" >&5 |
| 26697 |
if test -r "$i/$j"; then |
27594 |
if test -r "$i/$j"; then |
| 26698 |
echo "taking that" >&5 |
27595 |
echo "taking that" >&5 |
| 26699 |
jpeg_incdir=$i |
27596 |
jpeg_incdir=$i |
|
Lines 26931-26937
Link Here
|
| 26931 |
do |
27828 |
do |
| 26932 |
for j in $kde_qt_header; |
27829 |
for j in $kde_qt_header; |
| 26933 |
do |
27830 |
do |
| 26934 |
echo "configure: 26934: $i/$j" >&5 |
27831 |
echo "configure: 27831: $i/$j" >&5 |
| 26935 |
if test -r "$i/$j"; then |
27832 |
if test -r "$i/$j"; then |
| 26936 |
echo "taking that" >&5 |
27833 |
echo "taking that" >&5 |
| 26937 |
qt_incdir=$i |
27834 |
qt_incdir=$i |
|
Lines 27566-27579
Link Here
|
| 27566 |
CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES" |
28463 |
CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES" |
| 27567 |
cat >conftest.$ac_ext <<_ACEOF |
28464 |
cat >conftest.$ac_ext <<_ACEOF |
| 27568 |
#line $LINENO "configure" |
28465 |
#line $LINENO "configure" |
| 27569 |
#include "confdefs.h" |
28466 |
/* confdefs.h. */ |
|
|
28467 |
_ACEOF |
| 28468 |
cat confdefs.h >>conftest.$ac_ext |
| 28469 |
cat >>conftest.$ac_ext <<_ACEOF |
| 28470 |
/* end confdefs.h. */ |
| 27570 |
#include <qapplication.h> |
28471 |
#include <qapplication.h> |
| 27571 |
#ifdef F77_DUMMY_MAIN |
|
|
| 27572 |
# ifdef __cplusplus |
| 27573 |
extern "C" |
| 27574 |
# endif |
| 27575 |
int F77_DUMMY_MAIN() { return 1; } |
| 27576 |
#endif |
| 27577 |
int |
28472 |
int |
| 27578 |
main () |
28473 |
main () |
| 27579 |
{ |
28474 |
{ |
|
Lines 27600-27606
Link Here
|
| 27600 |
eval "kde_cv_qt_jpeg=no" |
28495 |
eval "kde_cv_qt_jpeg=no" |
| 27601 |
else |
28496 |
else |
| 27602 |
echo "$as_me: failed program was:" >&5 |
28497 |
echo "$as_me: failed program was:" >&5 |
| 27603 |
cat conftest.$ac_ext >&5 |
28498 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
28499 |
|
| 27604 |
eval "kde_cv_qt_jpeg=yes" |
28500 |
eval "kde_cv_qt_jpeg=yes" |
| 27605 |
fi |
28501 |
fi |
| 27606 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
28502 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 27724-27730
Link Here
|
| 27724 |
do |
28620 |
do |
| 27725 |
for j in $kde_check_header; |
28621 |
for j in $kde_check_header; |
| 27726 |
do |
28622 |
do |
| 27727 |
echo "configure: 27727: $i/$j" >&5 |
28623 |
echo "configure: 28623: $i/$j" >&5 |
| 27728 |
if test -r "$i/$j"; then |
28624 |
if test -r "$i/$j"; then |
| 27729 |
echo "taking that" >&5 |
28625 |
echo "taking that" >&5 |
| 27730 |
kde_incdir=$i |
28626 |
kde_incdir=$i |
|
Lines 27754-27760
Link Here
|
| 27754 |
do |
28650 |
do |
| 27755 |
for j in $kde_check_lib; |
28651 |
for j in $kde_check_lib; |
| 27756 |
do |
28652 |
do |
| 27757 |
echo "configure: 27757: $i/$j" >&5 |
28653 |
echo "configure: 28653: $i/$j" >&5 |
| 27758 |
if test -r "$i/$j"; then |
28654 |
if test -r "$i/$j"; then |
| 27759 |
echo "taking that" >&5 |
28655 |
echo "taking that" >&5 |
| 27760 |
kde_libdir=$i |
28656 |
kde_libdir=$i |
|
Lines 27772-27778
Link Here
|
| 27772 |
do |
28668 |
do |
| 27773 |
for j in "kde3/plugins/designer/kdewidgets.la"; |
28669 |
for j in "kde3/plugins/designer/kdewidgets.la"; |
| 27774 |
do |
28670 |
do |
| 27775 |
echo "configure: 27775: $i/$j" >&5 |
28671 |
echo "configure: 28671: $i/$j" >&5 |
| 27776 |
if test -r "$i/$j"; then |
28672 |
if test -r "$i/$j"; then |
| 27777 |
echo "taking that" >&5 |
28673 |
echo "taking that" >&5 |
| 27778 |
kde_widgetdir=$i |
28674 |
kde_widgetdir=$i |
|
Lines 28932-28938
Link Here
|
| 28932 |
do |
29828 |
do |
| 28933 |
for j in apps/ksgmltools2/customization/kde-chunk.xsl; |
29829 |
for j in apps/ksgmltools2/customization/kde-chunk.xsl; |
| 28934 |
do |
29830 |
do |
| 28935 |
echo "configure: 28935: $i/$j" >&5 |
29831 |
echo "configure: 29831: $i/$j" >&5 |
| 28936 |
if test -r "$i/$j"; then |
29832 |
if test -r "$i/$j"; then |
| 28937 |
echo "taking that" >&5 |
29833 |
echo "taking that" >&5 |
| 28938 |
KDE_XSL_STYLESHEET=$i |
29834 |
KDE_XSL_STYLESHEET=$i |
|
Lines 29100-29106
Link Here
|
| 29100 |
LIBS="-ljpeg $LIBS" |
29996 |
LIBS="-ljpeg $LIBS" |
| 29101 |
cat >conftest.$ac_ext <<_ACEOF |
29997 |
cat >conftest.$ac_ext <<_ACEOF |
| 29102 |
#line $LINENO "configure" |
29998 |
#line $LINENO "configure" |
| 29103 |
#include "confdefs.h" |
29999 |
/* confdefs.h. */ |
|
|
30000 |
_ACEOF |
| 30001 |
cat confdefs.h >>conftest.$ac_ext |
| 30002 |
cat >>conftest.$ac_ext <<_ACEOF |
| 30003 |
/* end confdefs.h. */ |
| 29104 |
|
30004 |
|
| 29105 |
/* Override any gcc2 internal prototype to avoid an error. */ |
30005 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 29106 |
#ifdef __cplusplus |
30006 |
#ifdef __cplusplus |
|
Lines 29109-29120
Link Here
|
| 29109 |
/* We use char because int might match the return type of a gcc2 |
30009 |
/* We use char because int might match the return type of a gcc2 |
| 29110 |
builtin and then its argument prototype would still apply. */ |
30010 |
builtin and then its argument prototype would still apply. */ |
| 29111 |
char jpeg_start_decompress (); |
30011 |
char jpeg_start_decompress (); |
| 29112 |
#ifdef F77_DUMMY_MAIN |
|
|
| 29113 |
# ifdef __cplusplus |
| 29114 |
extern "C" |
| 29115 |
# endif |
| 29116 |
int F77_DUMMY_MAIN() { return 1; } |
| 29117 |
#endif |
| 29118 |
int |
30012 |
int |
| 29119 |
main () |
30013 |
main () |
| 29120 |
{ |
30014 |
{ |
|
Lines 29138-29144
Link Here
|
| 29138 |
ac_cv_lib_jpeg_jpeg_start_decompress=yes |
30032 |
ac_cv_lib_jpeg_jpeg_start_decompress=yes |
| 29139 |
else |
30033 |
else |
| 29140 |
echo "$as_me: failed program was:" >&5 |
30034 |
echo "$as_me: failed program was:" >&5 |
| 29141 |
cat conftest.$ac_ext >&5 |
30035 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
30036 |
|
| 29142 |
ac_cv_lib_jpeg_jpeg_start_decompress=no |
30037 |
ac_cv_lib_jpeg_jpeg_start_decompress=no |
| 29143 |
fi |
30038 |
fi |
| 29144 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
30039 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 29171-29177
Link Here
|
| 29171 |
LIBS="-lpng $LIBS" |
30066 |
LIBS="-lpng $LIBS" |
| 29172 |
cat >conftest.$ac_ext <<_ACEOF |
30067 |
cat >conftest.$ac_ext <<_ACEOF |
| 29173 |
#line $LINENO "configure" |
30068 |
#line $LINENO "configure" |
| 29174 |
#include "confdefs.h" |
30069 |
/* confdefs.h. */ |
|
|
30070 |
_ACEOF |
| 30071 |
cat confdefs.h >>conftest.$ac_ext |
| 30072 |
cat >>conftest.$ac_ext <<_ACEOF |
| 30073 |
/* end confdefs.h. */ |
| 29175 |
|
30074 |
|
| 29176 |
/* Override any gcc2 internal prototype to avoid an error. */ |
30075 |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 29177 |
#ifdef __cplusplus |
30076 |
#ifdef __cplusplus |
|
Lines 29180-29191
Link Here
|
| 29180 |
/* We use char because int might match the return type of a gcc2 |
30079 |
/* We use char because int might match the return type of a gcc2 |
| 29181 |
builtin and then its argument prototype would still apply. */ |
30080 |
builtin and then its argument prototype would still apply. */ |
| 29182 |
char png_create_info_struct (); |
30081 |
char png_create_info_struct (); |
| 29183 |
#ifdef F77_DUMMY_MAIN |
|
|
| 29184 |
# ifdef __cplusplus |
| 29185 |
extern "C" |
| 29186 |
# endif |
| 29187 |
int F77_DUMMY_MAIN() { return 1; } |
| 29188 |
#endif |
| 29189 |
int |
30082 |
int |
| 29190 |
main () |
30083 |
main () |
| 29191 |
{ |
30084 |
{ |
|
Lines 29209-29215
Link Here
|
| 29209 |
ac_cv_lib_png_png_create_info_struct=yes |
30102 |
ac_cv_lib_png_png_create_info_struct=yes |
| 29210 |
else |
30103 |
else |
| 29211 |
echo "$as_me: failed program was:" >&5 |
30104 |
echo "$as_me: failed program was:" >&5 |
| 29212 |
cat conftest.$ac_ext >&5 |
30105 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
30106 |
|
| 29213 |
ac_cv_lib_png_png_create_info_struct=no |
30107 |
ac_cv_lib_png_png_create_info_struct=no |
| 29214 |
fi |
30108 |
fi |
| 29215 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
30109 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
|
Lines 29240-29287
Link Here
|
| 29240 |
else |
30134 |
else |
| 29241 |
cat >conftest.$ac_ext <<_ACEOF |
30135 |
cat >conftest.$ac_ext <<_ACEOF |
| 29242 |
#line $LINENO "configure" |
30136 |
#line $LINENO "configure" |
| 29243 |
#include "confdefs.h" |
30137 |
/* confdefs.h. */ |
|
|
30138 |
_ACEOF |
| 30139 |
cat confdefs.h >>conftest.$ac_ext |
| 30140 |
cat >>conftest.$ac_ext <<_ACEOF |
| 30141 |
/* end confdefs.h. */ |
| 29244 |
#include <stdlib.h> |
30142 |
#include <stdlib.h> |
| 29245 |
#include <stdarg.h> |
30143 |
#include <stdarg.h> |
| 29246 |
#include <string.h> |
30144 |
#include <string.h> |
| 29247 |
#include <float.h> |
30145 |
#include <float.h> |
| 29248 |
|
30146 |
|
|
|
30147 |
int |
| 30148 |
main () |
| 30149 |
{ |
| 30150 |
|
| 30151 |
; |
| 30152 |
return 0; |
| 30153 |
} |
| 29249 |
_ACEOF |
30154 |
_ACEOF |
| 29250 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
30155 |
rm -f conftest.$ac_objext |
| 29251 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
30156 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
|
|
30157 |
(eval $ac_compile) 2>&5 |
| 29252 |
ac_status=$? |
30158 |
ac_status=$? |
| 29253 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
|
|
| 29254 |
rm -f conftest.er1 |
| 29255 |
cat conftest.err >&5 |
| 29256 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30159 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 29257 |
(exit $ac_status); } >/dev/null; then |
30160 |
(exit $ac_status); } && |
| 29258 |
if test -s conftest.err; then |
30161 |
{ ac_try='test -s conftest.$ac_objext' |
| 29259 |
ac_cpp_err=$ac_c_preproc_warn_flag |
30162 |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 29260 |
else |
30163 |
(eval $ac_try) 2>&5 |
| 29261 |
ac_cpp_err= |
30164 |
ac_status=$? |
| 29262 |
fi |
30165 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 29263 |
else |
30166 |
(exit $ac_status); }; }; then |
| 29264 |
ac_cpp_err=yes |
|
|
| 29265 |
fi |
| 29266 |
if test -z "$ac_cpp_err"; then |
| 29267 |
ac_cv_header_stdc=yes |
30167 |
ac_cv_header_stdc=yes |
| 29268 |
else |
30168 |
else |
| 29269 |
echo "$as_me: failed program was:" >&5 |
30169 |
echo "$as_me: failed program was:" >&5 |
| 29270 |
cat conftest.$ac_ext >&5 |
30170 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 29271 |
ac_cv_header_stdc=no |
30171 |
|
|
|
30172 |
ac_cv_header_stdc=no |
| 29272 |
fi |
30173 |
fi |
| 29273 |
rm -f conftest.err conftest.$ac_ext |
30174 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 29274 |
|
30175 |
|
| 29275 |
if test $ac_cv_header_stdc = yes; then |
30176 |
if test $ac_cv_header_stdc = yes; then |
| 29276 |
# SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
30177 |
# SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
| 29277 |
cat >conftest.$ac_ext <<_ACEOF |
30178 |
cat >conftest.$ac_ext <<_ACEOF |
| 29278 |
#line $LINENO "configure" |
30179 |
#line $LINENO "configure" |
| 29279 |
#include "confdefs.h" |
30180 |
/* confdefs.h. */ |
|
|
30181 |
_ACEOF |
| 30182 |
cat confdefs.h >>conftest.$ac_ext |
| 30183 |
cat >>conftest.$ac_ext <<_ACEOF |
| 30184 |
/* end confdefs.h. */ |
| 29280 |
#include <string.h> |
30185 |
#include <string.h> |
| 29281 |
|
30186 |
|
| 29282 |
_ACEOF |
30187 |
_ACEOF |
| 29283 |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
30188 |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 29284 |
egrep "memchr" >/dev/null 2>&1; then |
30189 |
$EGREP "memchr" >/dev/null 2>&1; then |
| 29285 |
: |
30190 |
: |
| 29286 |
else |
30191 |
else |
| 29287 |
ac_cv_header_stdc=no |
30192 |
ac_cv_header_stdc=no |
|
Lines 29294-29305
Link Here
|
| 29294 |
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
30199 |
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
| 29295 |
cat >conftest.$ac_ext <<_ACEOF |
30200 |
cat >conftest.$ac_ext <<_ACEOF |
| 29296 |
#line $LINENO "configure" |
30201 |
#line $LINENO "configure" |
| 29297 |
#include "confdefs.h" |
30202 |
/* confdefs.h. */ |
|
|
30203 |
_ACEOF |
| 30204 |
cat confdefs.h >>conftest.$ac_ext |
| 30205 |
cat >>conftest.$ac_ext <<_ACEOF |
| 30206 |
/* end confdefs.h. */ |
| 29298 |
#include <stdlib.h> |
30207 |
#include <stdlib.h> |
| 29299 |
|
30208 |
|
| 29300 |
_ACEOF |
30209 |
_ACEOF |
| 29301 |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
30210 |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 29302 |
egrep "free" >/dev/null 2>&1; then |
30211 |
$EGREP "free" >/dev/null 2>&1; then |
| 29303 |
: |
30212 |
: |
| 29304 |
else |
30213 |
else |
| 29305 |
ac_cv_header_stdc=no |
30214 |
ac_cv_header_stdc=no |
|
Lines 29315-29327
Link Here
|
| 29315 |
else |
30224 |
else |
| 29316 |
cat >conftest.$ac_ext <<_ACEOF |
30225 |
cat >conftest.$ac_ext <<_ACEOF |
| 29317 |
#line $LINENO "configure" |
30226 |
#line $LINENO "configure" |
| 29318 |
#include "confdefs.h" |
30227 |
/* confdefs.h. */ |
|
|
30228 |
_ACEOF |
| 30229 |
cat confdefs.h >>conftest.$ac_ext |
| 30230 |
cat >>conftest.$ac_ext <<_ACEOF |
| 30231 |
/* end confdefs.h. */ |
| 29319 |
#include <ctype.h> |
30232 |
#include <ctype.h> |
| 29320 |
#if ((' ' & 0x0FF) == 0x020) |
30233 |
#if ((' ' & 0x0FF) == 0x020) |
| 29321 |
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
30234 |
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
| 29322 |
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) |
30235 |
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) |
| 29323 |
#else |
30236 |
#else |
| 29324 |
# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ |
30237 |
# define ISLOWER(c) \ |
|
|
30238 |
(('a' <= (c) && (c) <= 'i') \ |
| 29325 |
|| ('j' <= (c) && (c) <= 'r') \ |
30239 |
|| ('j' <= (c) && (c) <= 'r') \ |
| 29326 |
|| ('s' <= (c) && (c) <= 'z')) |
30240 |
|| ('s' <= (c) && (c) <= 'z')) |
| 29327 |
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) |
30241 |
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) |
|
Lines 29354-29364
Link Here
|
| 29354 |
else |
30268 |
else |
| 29355 |
echo "$as_me: program exited with status $ac_status" >&5 |
30269 |
echo "$as_me: program exited with status $ac_status" >&5 |
| 29356 |
echo "$as_me: failed program was:" >&5 |
30270 |
echo "$as_me: failed program was:" >&5 |
| 29357 |
cat conftest.$ac_ext >&5 |
30271 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
30272 |
|
| 29358 |
( exit $ac_status ) |
30273 |
( exit $ac_status ) |
| 29359 |
ac_cv_header_stdc=no |
30274 |
ac_cv_header_stdc=no |
| 29360 |
fi |
30275 |
fi |
| 29361 |
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
30276 |
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 29362 |
fi |
30277 |
fi |
| 29363 |
fi |
30278 |
fi |
| 29364 |
fi |
30279 |
fi |
|
Lines 29397-29403
Link Here
|
| 29397 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
30312 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 29398 |
cat >conftest.$ac_ext <<_ACEOF |
30313 |
cat >conftest.$ac_ext <<_ACEOF |
| 29399 |
#line $LINENO "configure" |
30314 |
#line $LINENO "configure" |
| 29400 |
#include "confdefs.h" |
30315 |
/* confdefs.h. */ |
|
|
30316 |
_ACEOF |
| 30317 |
cat confdefs.h >>conftest.$ac_ext |
| 30318 |
cat >>conftest.$ac_ext <<_ACEOF |
| 30319 |
/* end confdefs.h. */ |
| 29401 |
$ac_includes_default |
30320 |
$ac_includes_default |
| 29402 |
#include <$ac_header> |
30321 |
#include <$ac_header> |
| 29403 |
_ACEOF |
30322 |
_ACEOF |
|
Lines 29416-29422
Link Here
|
| 29416 |
ac_header_compiler=yes |
30335 |
ac_header_compiler=yes |
| 29417 |
else |
30336 |
else |
| 29418 |
echo "$as_me: failed program was:" >&5 |
30337 |
echo "$as_me: failed program was:" >&5 |
| 29419 |
cat conftest.$ac_ext >&5 |
30338 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
30339 |
|
| 29420 |
ac_header_compiler=no |
30340 |
ac_header_compiler=no |
| 29421 |
fi |
30341 |
fi |
| 29422 |
rm -f conftest.$ac_objext conftest.$ac_ext |
30342 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 29428-29440
Link Here
|
| 29428 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
30348 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 29429 |
cat >conftest.$ac_ext <<_ACEOF |
30349 |
cat >conftest.$ac_ext <<_ACEOF |
| 29430 |
#line $LINENO "configure" |
30350 |
#line $LINENO "configure" |
| 29431 |
#include "confdefs.h" |
30351 |
/* confdefs.h. */ |
|
|
30352 |
_ACEOF |
| 30353 |
cat confdefs.h >>conftest.$ac_ext |
| 30354 |
cat >>conftest.$ac_ext <<_ACEOF |
| 30355 |
/* end confdefs.h. */ |
| 29432 |
#include <$ac_header> |
30356 |
#include <$ac_header> |
| 29433 |
_ACEOF |
30357 |
_ACEOF |
| 29434 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
30358 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 29435 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
30359 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| 29436 |
ac_status=$? |
30360 |
ac_status=$? |
| 29437 |
egrep -v '^ *\+' conftest.er1 >conftest.err |
30361 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 29438 |
rm -f conftest.er1 |
30362 |
rm -f conftest.er1 |
| 29439 |
cat conftest.err >&5 |
30363 |
cat conftest.err >&5 |
| 29440 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30364 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
Lines 29451-29457
Link Here
|
| 29451 |
ac_header_preproc=yes |
30375 |
ac_header_preproc=yes |
| 29452 |
else |
30376 |
else |
| 29453 |
echo "$as_me: failed program was:" >&5 |
30377 |
echo "$as_me: failed program was:" >&5 |
| 29454 |
cat conftest.$ac_ext >&5 |
30378 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
30379 |
|
| 29455 |
ac_header_preproc=no |
30380 |
ac_header_preproc=no |
| 29456 |
fi |
30381 |
fi |
| 29457 |
rm -f conftest.err conftest.$ac_ext |
30382 |
rm -f conftest.err conftest.$ac_ext |
|
Lines 29464-29477
Link Here
|
| 29464 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
30389 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 29465 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
30390 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 29466 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
30391 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 29467 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
30392 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
30393 |
( |
| 30394 |
cat <<\_ASBOX |
| 30395 |
## ------------------------------------ ## |
| 30396 |
## Report this to bug-autoconf@gnu.org. ## |
| 30397 |
## ------------------------------------ ## |
| 30398 |
_ASBOX |
| 30399 |
) | |
| 30400 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 30401 |
;; |
| 29468 |
no:yes ) |
30402 |
no:yes ) |
| 29469 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
30403 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 29470 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
30404 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 29471 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
30405 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 29472 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
30406 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 29473 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
30407 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 29474 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
30408 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
|
|
30409 |
( |
| 30410 |
cat <<\_ASBOX |
| 30411 |
## ------------------------------------ ## |
| 30412 |
## Report this to bug-autoconf@gnu.org. ## |
| 30413 |
## ------------------------------------ ## |
| 30414 |
_ASBOX |
| 30415 |
) | |
| 30416 |
sed "s/^/$as_me: WARNING: /" >&2 |
| 30417 |
;; |
| 29475 |
esac |
30418 |
esac |
| 29476 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
30419 |
echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 29477 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
30420 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
|
Lines 29501-29516
Link Here
|
| 29501 |
# See if sys/param.h defines the BYTE_ORDER macro. |
30444 |
# See if sys/param.h defines the BYTE_ORDER macro. |
| 29502 |
cat >conftest.$ac_ext <<_ACEOF |
30445 |
cat >conftest.$ac_ext <<_ACEOF |
| 29503 |
#line $LINENO "configure" |
30446 |
#line $LINENO "configure" |
| 29504 |
#include "confdefs.h" |
30447 |
/* confdefs.h. */ |
|
|
30448 |
_ACEOF |
| 30449 |
cat confdefs.h >>conftest.$ac_ext |
| 30450 |
cat >>conftest.$ac_ext <<_ACEOF |
| 30451 |
/* end confdefs.h. */ |
| 29505 |
#include <sys/types.h> |
30452 |
#include <sys/types.h> |
| 29506 |
#include <sys/param.h> |
30453 |
#include <sys/param.h> |
| 29507 |
|
30454 |
|
| 29508 |
#ifdef F77_DUMMY_MAIN |
|
|
| 29509 |
# ifdef __cplusplus |
| 29510 |
extern "C" |
| 29511 |
# endif |
| 29512 |
int F77_DUMMY_MAIN() { return 1; } |
| 29513 |
#endif |
| 29514 |
int |
30455 |
int |
| 29515 |
main () |
30456 |
main () |
| 29516 |
{ |
30457 |
{ |
|
Lines 29537-29552
Link Here
|
| 29537 |
# It does; now see whether it defined to BIG_ENDIAN or not. |
30478 |
# It does; now see whether it defined to BIG_ENDIAN or not. |
| 29538 |
cat >conftest.$ac_ext <<_ACEOF |
30479 |
cat >conftest.$ac_ext <<_ACEOF |
| 29539 |
#line $LINENO "configure" |
30480 |
#line $LINENO "configure" |
| 29540 |
#include "confdefs.h" |
30481 |
/* confdefs.h. */ |
|
|
30482 |
_ACEOF |
| 30483 |
cat confdefs.h >>conftest.$ac_ext |
| 30484 |
cat >>conftest.$ac_ext <<_ACEOF |
| 30485 |
/* end confdefs.h. */ |
| 29541 |
#include <sys/types.h> |
30486 |
#include <sys/types.h> |
| 29542 |
#include <sys/param.h> |
30487 |
#include <sys/param.h> |
| 29543 |
|
30488 |
|
| 29544 |
#ifdef F77_DUMMY_MAIN |
|
|
| 29545 |
# ifdef __cplusplus |
| 29546 |
extern "C" |
| 29547 |
# endif |
| 29548 |
int F77_DUMMY_MAIN() { return 1; } |
| 29549 |
#endif |
| 29550 |
int |
30489 |
int |
| 29551 |
main () |
30490 |
main () |
| 29552 |
{ |
30491 |
{ |
|
Lines 29573-29604
Link Here
|
| 29573 |
ac_cv_c_bigendian=yes |
30512 |
ac_cv_c_bigendian=yes |
| 29574 |
else |
30513 |
else |
| 29575 |
echo "$as_me: failed program was:" >&5 |
30514 |
echo "$as_me: failed program was:" >&5 |
| 29576 |
cat conftest.$ac_ext >&5 |
30515 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
30516 |
|
| 29577 |
ac_cv_c_bigendian=no |
30517 |
ac_cv_c_bigendian=no |
| 29578 |
fi |
30518 |
fi |
| 29579 |
rm -f conftest.$ac_objext conftest.$ac_ext |
30519 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 29580 |
else |
30520 |
else |
| 29581 |
echo "$as_me: failed program was:" >&5 |
30521 |
echo "$as_me: failed program was:" >&5 |
| 29582 |
cat conftest.$ac_ext >&5 |
30522 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
30523 |
|
| 29583 |
# It does not; compile a test program. |
30524 |
# It does not; compile a test program. |
| 29584 |
if test "$cross_compiling" = yes; then |
30525 |
if test "$cross_compiling" = yes; then |
| 29585 |
# try to guess the endianess by grep'ing values into an object file |
30526 |
# try to guess the endianness by grepping values into an object file |
| 29586 |
ac_cv_c_bigendian=unknown |
30527 |
ac_cv_c_bigendian=unknown |
| 29587 |
cat >conftest.$ac_ext <<_ACEOF |
30528 |
cat >conftest.$ac_ext <<_ACEOF |
| 29588 |
#line $LINENO "configure" |
30529 |
#line $LINENO "configure" |
| 29589 |
#include "confdefs.h" |
30530 |
/* confdefs.h. */ |
|
|
30531 |
_ACEOF |
| 30532 |
cat confdefs.h >>conftest.$ac_ext |
| 30533 |
cat >>conftest.$ac_ext <<_ACEOF |
| 30534 |
/* end confdefs.h. */ |
| 29590 |
short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; |
30535 |
short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; |
| 29591 |
short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; |
30536 |
short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; |
| 29592 |
void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } |
30537 |
void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } |
| 29593 |
short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; |
30538 |
short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; |
| 29594 |
short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; |
30539 |
short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; |
| 29595 |
void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } |
30540 |
void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } |
| 29596 |
#ifdef F77_DUMMY_MAIN |
|
|
| 29597 |
# ifdef __cplusplus |
| 29598 |
extern "C" |
| 29599 |
# endif |
| 29600 |
int F77_DUMMY_MAIN() { return 1; } |
| 29601 |
#endif |
| 29602 |
int |
30541 |
int |
| 29603 |
main () |
30542 |
main () |
| 29604 |
{ |
30543 |
{ |
|
Lines 29619-29628
Link Here
|
| 29619 |
ac_status=$? |
30558 |
ac_status=$? |
| 29620 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30559 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 29621 |
(exit $ac_status); }; }; then |
30560 |
(exit $ac_status); }; }; then |
| 29622 |
if fgrep BIGenDianSyS conftest.$ac_objext >/dev/null ; then |
30561 |
if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then |
| 29623 |
ac_cv_c_bigendian=yes |
30562 |
ac_cv_c_bigendian=yes |
| 29624 |
fi |
30563 |
fi |
| 29625 |
if fgrep LiTTleEnDian conftest.$ac_objext >/dev/null ; then |
30564 |
if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then |
| 29626 |
if test "$ac_cv_c_bigendian" = unknown; then |
30565 |
if test "$ac_cv_c_bigendian" = unknown; then |
| 29627 |
ac_cv_c_bigendian=no |
30566 |
ac_cv_c_bigendian=no |
| 29628 |
else |
30567 |
else |
|
Lines 29632-29644
Link Here
|
| 29632 |
fi |
30571 |
fi |
| 29633 |
else |
30572 |
else |
| 29634 |
echo "$as_me: failed program was:" >&5 |
30573 |
echo "$as_me: failed program was:" >&5 |
| 29635 |
cat conftest.$ac_ext >&5 |
30574 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
30575 |
|
| 29636 |
fi |
30576 |
fi |
| 29637 |
rm -f conftest.$ac_objext conftest.$ac_ext |
30577 |
rm -f conftest.$ac_objext conftest.$ac_ext |
| 29638 |
else |
30578 |
else |
| 29639 |
cat >conftest.$ac_ext <<_ACEOF |
30579 |
cat >conftest.$ac_ext <<_ACEOF |
| 29640 |
#line $LINENO "configure" |
30580 |
#line $LINENO "configure" |
| 29641 |
#include "confdefs.h" |
30581 |
/* confdefs.h. */ |
|
|
30582 |
_ACEOF |
| 30583 |
cat confdefs.h >>conftest.$ac_ext |
| 30584 |
cat >>conftest.$ac_ext <<_ACEOF |
| 30585 |
/* end confdefs.h. */ |
| 29642 |
int |
30586 |
int |
| 29643 |
main () |
30587 |
main () |
| 29644 |
{ |
30588 |
{ |
|
Lines 29667-29677
Link Here
|
| 29667 |
else |
30611 |
else |
| 29668 |
echo "$as_me: program exited with status $ac_status" >&5 |
30612 |
echo "$as_me: program exited with status $ac_status" >&5 |
| 29669 |
echo "$as_me: failed program was:" >&5 |
30613 |
echo "$as_me: failed program was:" >&5 |
| 29670 |
cat conftest.$ac_ext >&5 |
30614 |
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
30615 |
|
| 29671 |
( exit $ac_status ) |
30616 |
( exit $ac_status ) |
| 29672 |
ac_cv_c_bigendian=yes |
30617 |
ac_cv_c_bigendian=yes |
| 29673 |
fi |
30618 |
fi |
| 29674 |
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
30619 |
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 29675 |
fi |
30620 |
fi |
| 29676 |
fi |
30621 |
fi |
| 29677 |
rm -f conftest.$ac_objext conftest.$ac_ext |
30622 |
rm -f conftest.$ac_objext conftest.$ac_ext |
|
Lines 29688-29696
Link Here
|
| 29688 |
no) |
30633 |
no) |
| 29689 |
;; |
30634 |
;; |
| 29690 |
*) |
30635 |
*) |
| 29691 |
{ { echo "$as_me:$LINENO: error: unknown endianess |
30636 |
{ { echo "$as_me:$LINENO: error: unknown endianness |
| 29692 |
presetting ac_cv_c_bigendian=no (or yes) will help" >&5 |
30637 |
presetting ac_cv_c_bigendian=no (or yes) will help" >&5 |
| 29693 |
echo "$as_me: error: unknown endianess |
30638 |
echo "$as_me: error: unknown endianness |
| 29694 |
presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} |
30639 |
presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} |
| 29695 |
{ (exit 1); exit 1; }; } ;; |
30640 |
{ (exit 1); exit 1; }; } ;; |
| 29696 |
esac |
30641 |
esac |
|
Lines 29810-29864
Link Here
|
| 29810 |
|
30755 |
|
| 29811 |
|
30756 |
|
| 29812 |
|
30757 |
|
| 29813 |
ac_config_files="$ac_config_files Makefile" |
30758 |
ac_config_files="$ac_config_files Makefile" |
| 29814 |
|
30759 |
|
| 29815 |
ac_config_files="$ac_config_files src/Makefile" |
30760 |
ac_config_files="$ac_config_files src/Makefile" |
| 29816 |
|
30761 |
|
| 29817 |
ac_config_files="$ac_config_files src/celutil/Makefile" |
30762 |
ac_config_files="$ac_config_files src/celutil/Makefile" |
| 29818 |
|
30763 |
|
| 29819 |
ac_config_files="$ac_config_files src/celmath/Makefile" |
30764 |
ac_config_files="$ac_config_files src/celmath/Makefile" |
| 29820 |
|
30765 |
|
| 29821 |
ac_config_files="$ac_config_files src/cel3ds/Makefile" |
30766 |
ac_config_files="$ac_config_files src/cel3ds/Makefile" |
| 29822 |
|
30767 |
|
| 29823 |
ac_config_files="$ac_config_files src/celtxf/Makefile" |
30768 |
ac_config_files="$ac_config_files src/celtxf/Makefile" |
| 29824 |
|
30769 |
|
| 29825 |
ac_config_files="$ac_config_files src/celengine/Makefile" |
30770 |
ac_config_files="$ac_config_files src/celengine/Makefile" |
| 29826 |
|
30771 |
|
| 29827 |
ac_config_files="$ac_config_files src/celestia/Makefile" |
30772 |
ac_config_files="$ac_config_files src/celestia/Makefile" |
| 29828 |
|
30773 |
|
| 29829 |
ac_config_files="$ac_config_files data/Makefile" |
30774 |
ac_config_files="$ac_config_files data/Makefile" |
| 29830 |
|
30775 |
|
| 29831 |
ac_config_files="$ac_config_files extras/Makefile" |
30776 |
ac_config_files="$ac_config_files extras/Makefile" |
| 29832 |
|
30777 |
|
| 29833 |
ac_config_files="$ac_config_files textures/Makefile" |
30778 |
ac_config_files="$ac_config_files textures/Makefile" |
| 29834 |
|
30779 |
|
| 29835 |
ac_config_files="$ac_config_files textures/lores/Makefile" |
30780 |
ac_config_files="$ac_config_files textures/lores/Makefile" |
| 29836 |
|
30781 |
|
| 29837 |
ac_config_files="$ac_config_files textures/medres/Makefile" |
30782 |
ac_config_files="$ac_config_files textures/medres/Makefile" |
| 29838 |
|
30783 |
|
| 29839 |
ac_config_files="$ac_config_files textures/hires/Makefile" |
30784 |
ac_config_files="$ac_config_files textures/hires/Makefile" |
| 29840 |
|
30785 |
|
| 29841 |
ac_config_files="$ac_config_files models/Makefile" |
30786 |
ac_config_files="$ac_config_files models/Makefile" |
| 29842 |
|
30787 |
|
| 29843 |
ac_config_files="$ac_config_files shaders/Makefile" |
30788 |
ac_config_files="$ac_config_files shaders/Makefile" |
| 29844 |
|
30789 |
|
| 29845 |
ac_config_files="$ac_config_files fonts/Makefile" |
30790 |
ac_config_files="$ac_config_files fonts/Makefile" |
| 29846 |
|
30791 |
|
| 29847 |
ac_config_files="$ac_config_files src/celestia/res/Makefile" |
30792 |
ac_config_files="$ac_config_files src/celestia/res/Makefile" |
| 29848 |
|
30793 |
|
| 29849 |
ac_config_files="$ac_config_files macros/Makefile" |
30794 |
ac_config_files="$ac_config_files macros/Makefile" |
| 29850 |
|
30795 |
|
| 29851 |
ac_config_files="$ac_config_files manual/Makefile" |
30796 |
ac_config_files="$ac_config_files manual/Makefile" |
| 29852 |
|
30797 |
|
| 29853 |
ac_config_files="$ac_config_files src/celestia/kde/Makefile" |
30798 |
ac_config_files="$ac_config_files src/celestia/kde/Makefile" |
| 29854 |
|
30799 |
|
| 29855 |
ac_config_files="$ac_config_files src/celestia/kde/po/Makefile" |
30800 |
ac_config_files="$ac_config_files src/celestia/kde/po/Makefile" |
| 29856 |
|
30801 |
|
| 29857 |
ac_config_files="$ac_config_files src/celestia/kde/data/Makefile" |
30802 |
ac_config_files="$ac_config_files src/celestia/kde/data/Makefile" |
| 29858 |
|
30803 |
|
| 29859 |
ac_config_files="$ac_config_files src/celestia/kde/doc/Makefile" |
30804 |
ac_config_files="$ac_config_files src/celestia/kde/doc/Makefile" |
| 29860 |
|
30805 |
|
| 29861 |
ac_config_files="$ac_config_files src/celestia/kde/doc/celestia/Makefile" |
30806 |
ac_config_files="$ac_config_files src/celestia/kde/doc/celestia/Makefile" |
| 29862 |
|
30807 |
|
| 29863 |
cat >confcache <<\_ACEOF |
30808 |
cat >confcache <<\_ACEOF |
| 29864 |
# This file is a shell script that caches the results of configure |
30809 |
# This file is a shell script that caches the results of configure |
|
Lines 29870-29876
Link Here
|
| 29870 |
# config.status only pays attention to the cache file if you give it |
30815 |
# config.status only pays attention to the cache file if you give it |
| 29871 |
# the --recheck option to rerun configure. |
30816 |
# the --recheck option to rerun configure. |
| 29872 |
# |
30817 |
# |
| 29873 |
# `ac_cv_env_foo' variables (set or unset) will be overriden when |
30818 |
# `ac_cv_env_foo' variables (set or unset) will be overridden when |
| 29874 |
# loading this file, other *unset* `ac_cv_foo' will be assigned the |
30819 |
# loading this file, other *unset* `ac_cv_foo' will be assigned the |
| 29875 |
# following values. |
30820 |
# following values. |
| 29876 |
|
30821 |
|
|
Lines 29905-29911
Link Here
|
| 29905 |
t end |
30850 |
t end |
| 29906 |
/^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
30851 |
/^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
| 29907 |
: end' >>confcache |
30852 |
: end' >>confcache |
| 29908 |
if cmp -s $cache_file confcache; then :; else |
30853 |
if diff $cache_file confcache >/dev/null 2>&1; then :; else |
| 29909 |
if test -w $cache_file; then |
30854 |
if test -w $cache_file; then |
| 29910 |
test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" |
30855 |
test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" |
| 29911 |
cat confcache >$cache_file |
30856 |
cat confcache >$cache_file |
|
Lines 29936-29941
Link Here
|
| 29936 |
|
30881 |
|
| 29937 |
DEFS=-DHAVE_CONFIG_H |
30882 |
DEFS=-DHAVE_CONFIG_H |
| 29938 |
|
30883 |
|
|
|
30884 |
ac_libobjs= |
| 30885 |
ac_ltlibobjs= |
| 30886 |
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
| 30887 |
# 1. Remove the extension, and $U if already installed. |
| 30888 |
ac_i=`echo "$ac_i" | |
| 30889 |
sed 's/\$U\././;s/\.o$//;s/\.obj$//'` |
| 30890 |
# 2. Add them. |
| 30891 |
ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" |
| 30892 |
ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' |
| 30893 |
done |
| 30894 |
LIBOBJS=$ac_libobjs |
| 30895 |
|
| 30896 |
LTLIBOBJS=$ac_ltlibobjs |
| 30897 |
|
| 30898 |
|
| 29939 |
if test -z "${INSIDE_GNOME_COMMON_TRUE}" && test -z "${INSIDE_GNOME_COMMON_FALSE}"; then |
30899 |
if test -z "${INSIDE_GNOME_COMMON_TRUE}" && test -z "${INSIDE_GNOME_COMMON_FALSE}"; then |
| 29940 |
{ { echo "$as_me:$LINENO: error: conditional \"INSIDE_GNOME_COMMON\" was never defined. |
30900 |
{ { echo "$as_me:$LINENO: error: conditional \"INSIDE_GNOME_COMMON\" was never defined. |
| 29941 |
Usually this means the macro was only invoked conditionally." >&5 |
30901 |
Usually this means the macro was only invoked conditionally." >&5 |
|
Lines 29950-29955
Link Here
|
| 29950 |
Usually this means the macro was only invoked conditionally." >&2;} |
30910 |
Usually this means the macro was only invoked conditionally." >&2;} |
| 29951 |
{ (exit 1); exit 1; }; } |
30911 |
{ (exit 1); exit 1; }; } |
| 29952 |
fi |
30912 |
fi |
|
|
30913 |
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
| 30914 |
{ { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. |
| 30915 |
Usually this means the macro was only invoked conditionally." >&5 |
| 30916 |
echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. |
| 30917 |
Usually this means the macro was only invoked conditionally." >&2;} |
| 30918 |
{ (exit 1); exit 1; }; } |
| 30919 |
fi |
| 30920 |
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then |
| 30921 |
{ { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. |
| 30922 |
Usually this means the macro was only invoked conditionally." >&5 |
| 30923 |
echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. |
| 30924 |
Usually this means the macro was only invoked conditionally." >&2;} |
| 30925 |
{ (exit 1); exit 1; }; } |
| 30926 |
fi |
| 30927 |
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
| 30928 |
{ { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. |
| 30929 |
Usually this means the macro was only invoked conditionally." >&5 |
| 30930 |
echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. |
| 30931 |
Usually this means the macro was only invoked conditionally." >&2;} |
| 30932 |
{ (exit 1); exit 1; }; } |
| 30933 |
fi |
| 30934 |
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then |
| 30935 |
{ { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. |
| 30936 |
Usually this means the macro was only invoked conditionally." >&5 |
| 30937 |
echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. |
| 30938 |
Usually this means the macro was only invoked conditionally." >&2;} |
| 30939 |
{ (exit 1); exit 1; }; } |
| 30940 |
fi |
| 29953 |
if test -z "${ENABLE_GLUT_TRUE}" && test -z "${ENABLE_GLUT_FALSE}"; then |
30941 |
if test -z "${ENABLE_GLUT_TRUE}" && test -z "${ENABLE_GLUT_FALSE}"; then |
| 29954 |
{ { echo "$as_me:$LINENO: error: conditional \"ENABLE_GLUT\" was never defined. |
30942 |
{ { echo "$as_me:$LINENO: error: conditional \"ENABLE_GLUT\" was never defined. |
| 29955 |
Usually this means the macro was only invoked conditionally." >&5 |
30943 |
Usually this means the macro was only invoked conditionally." >&5 |
|
Lines 29999-30009
Link Here
|
| 29999 |
# configure, is in config.log if it exists. |
30987 |
# configure, is in config.log if it exists. |
| 30000 |
|
30988 |
|
| 30001 |
debug=false |
30989 |
debug=false |
|
|
30990 |
ac_cs_recheck=false |
| 30991 |
ac_cs_silent=false |
| 30002 |
SHELL=\${CONFIG_SHELL-$SHELL} |
30992 |
SHELL=\${CONFIG_SHELL-$SHELL} |
| 30003 |
_ACEOF |
30993 |
_ACEOF |
| 30004 |
|
30994 |
|
| 30005 |
cat >>$CONFIG_STATUS <<\_ACEOF |
30995 |
cat >>$CONFIG_STATUS <<\_ACEOF |
| 30006 |
|
|
|
| 30007 |
## --------------------- ## |
30996 |
## --------------------- ## |
| 30008 |
## M4sh Initialization. ## |
30997 |
## M4sh Initialization. ## |
| 30009 |
## --------------------- ## |
30998 |
## --------------------- ## |
|
Lines 30012-30022
Link Here
|
| 30012 |
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
31001 |
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
| 30013 |
emulate sh |
31002 |
emulate sh |
| 30014 |
NULLCMD=: |
31003 |
NULLCMD=: |
|
|
31004 |
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
| 31005 |
# is contrary to our usage. Disable this feature. |
| 31006 |
alias -g '${1+"$@"}'='"$@"' |
| 30015 |
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then |
31007 |
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then |
| 30016 |
set -o posix |
31008 |
set -o posix |
| 30017 |
fi |
31009 |
fi |
| 30018 |
|
31010 |
|
| 30019 |
# NLS nuisances. |
|
|
| 30020 |
# Support unset when possible. |
31011 |
# Support unset when possible. |
| 30021 |
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then |
31012 |
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then |
| 30022 |
as_unset=unset |
31013 |
as_unset=unset |
|
Lines 30024-30057
Link Here
|
| 30024 |
as_unset=false |
31015 |
as_unset=false |
| 30025 |
fi |
31016 |
fi |
| 30026 |
|
31017 |
|
| 30027 |
(set +x; test -n "`(LANG=C; export LANG) 2>&1`") && |
31018 |
|
| 30028 |
{ $as_unset LANG || test "${LANG+set}" != set; } || |
31019 |
# Work around bugs in pre-3.0 UWIN ksh. |
| 30029 |
{ LANG=C; export LANG; } |
31020 |
$as_unset ENV MAIL MAILPATH |
| 30030 |
(set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") && |
31021 |
PS1='$ ' |
| 30031 |
{ $as_unset LC_ALL || test "${LC_ALL+set}" != set; } || |
31022 |
PS2='> ' |
| 30032 |
{ LC_ALL=C; export LC_ALL; } |
31023 |
PS4='+ ' |
| 30033 |
(set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") && |
31024 |
|
| 30034 |
{ $as_unset LC_TIME || test "${LC_TIME+set}" != set; } || |
31025 |
# NLS nuisances. |
| 30035 |
{ LC_TIME=C; export LC_TIME; } |
31026 |
for as_var in \ |
| 30036 |
(set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") && |
31027 |
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ |
| 30037 |
{ $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } || |
31028 |
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
| 30038 |
{ LC_CTYPE=C; export LC_CTYPE; } |
31029 |
LC_TELEPHONE LC_TIME |
| 30039 |
(set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") && |
31030 |
do |
| 30040 |
{ $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } || |
31031 |
if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then |
| 30041 |
{ LANGUAGE=C; export LANGUAGE; } |
31032 |
eval $as_var=C; export $as_var |
| 30042 |
(set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") && |
31033 |
else |
| 30043 |
{ $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } || |
31034 |
$as_unset $as_var |
| 30044 |
{ LC_COLLATE=C; export LC_COLLATE; } |
31035 |
fi |
| 30045 |
(set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") && |
31036 |
done |
| 30046 |
{ $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } || |
31037 |
|
| 30047 |
{ LC_NUMERIC=C; export LC_NUMERIC; } |
31038 |
# Required to use basename. |
| 30048 |
(set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") && |
31039 |
if expr a : '\(a\)' >/dev/null 2>&1; then |
| 30049 |
{ $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } || |
31040 |
as_expr=expr |
| 30050 |
{ LC_MESSAGES=C; export LC_MESSAGES; } |
31041 |
else |
|
|
31042 |
as_expr=false |
| 31043 |
fi |
| 31044 |
|
| 31045 |
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then |
| 31046 |
as_basename=basename |
| 31047 |
else |
| 31048 |
as_basename=false |
| 31049 |
fi |
| 30051 |
|
31050 |
|
| 30052 |
|
31051 |
|
| 30053 |
# Name of the executable. |
31052 |
# Name of the executable. |
| 30054 |
as_me=`(basename "$0") 2>/dev/null || |
31053 |
as_me=`$as_basename "$0" || |
| 30055 |
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
31054 |
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
| 30056 |
X"$0" : 'X\(//\)$' \| \ |
31055 |
X"$0" : 'X\(//\)$' \| \ |
| 30057 |
X"$0" : 'X\(/\)$' \| \ |
31056 |
X"$0" : 'X\(/\)$' \| \ |
|
Lines 30062-30067
Link Here
|
| 30062 |
/^X\/\(\/\).*/{ s//\1/; q; } |
31061 |
/^X\/\(\/\).*/{ s//\1/; q; } |
| 30063 |
s/.*/./; q'` |
31062 |
s/.*/./; q'` |
| 30064 |
|
31063 |
|
|
|
31064 |
|
| 30065 |
# PATH needs CR, and LINENO needs CR and PATH. |
31065 |
# PATH needs CR, and LINENO needs CR and PATH. |
| 30066 |
# Avoid depending upon Character Ranges. |
31066 |
# Avoid depending upon Character Ranges. |
| 30067 |
as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
31067 |
as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
|
Lines 30072-30086
Link Here
|
| 30072 |
|
31072 |
|
| 30073 |
# The user is always right. |
31073 |
# The user is always right. |
| 30074 |
if test "${PATH_SEPARATOR+set}" != set; then |
31074 |
if test "${PATH_SEPARATOR+set}" != set; then |
| 30075 |
echo "#! /bin/sh" >conftest.sh |
31075 |
echo "#! /bin/sh" >conf$$.sh |
| 30076 |
echo "exit 0" >>conftest.sh |
31076 |
echo "exit 0" >>conf$$.sh |
| 30077 |
chmod +x conftest.sh |
31077 |
chmod +x conf$$.sh |
| 30078 |
if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then |
31078 |
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
| 30079 |
PATH_SEPARATOR=';' |
31079 |
PATH_SEPARATOR=';' |
| 30080 |
else |
31080 |
else |
| 30081 |
PATH_SEPARATOR=: |
31081 |
PATH_SEPARATOR=: |
| 30082 |
fi |
31082 |
fi |
| 30083 |
rm -f conftest.sh |
31083 |
rm -f conf$$.sh |
| 30084 |
fi |
31084 |
fi |
| 30085 |
|
31085 |
|
| 30086 |
|
31086 |
|
|
Lines 30129-30134
Link Here
|
| 30129 |
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` |
31129 |
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` |
| 30130 |
test "x$as_lineno_1" != "x$as_lineno_2" && |
31130 |
test "x$as_lineno_1" != "x$as_lineno_2" && |
| 30131 |
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then |
31131 |
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then |
|
|
31132 |
$as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } |
| 31133 |
$as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } |
| 30132 |
CONFIG_SHELL=$as_dir/$as_base |
31134 |
CONFIG_SHELL=$as_dir/$as_base |
| 30133 |
export CONFIG_SHELL |
31135 |
export CONFIG_SHELL |
| 30134 |
exec "$CONFIG_SHELL" "$0" ${1+"$@"} |
31136 |
exec "$CONFIG_SHELL" "$0" ${1+"$@"} |
|
Lines 30202-30207
Link Here
|
| 30202 |
fi |
31204 |
fi |
| 30203 |
rm -f conf$$ conf$$.exe conf$$.file |
31205 |
rm -f conf$$ conf$$.exe conf$$.file |
| 30204 |
|
31206 |
|
|
|
31207 |
if mkdir -p . 2>/dev/null; then |
| 31208 |
as_mkdir_p=: |
| 31209 |
else |
| 31210 |
as_mkdir_p=false |
| 31211 |
fi |
| 31212 |
|
| 30205 |
as_executable_p="test -f" |
31213 |
as_executable_p="test -f" |
| 30206 |
|
31214 |
|
| 30207 |
# Sed expression to map a string onto a valid CPP name. |
31215 |
# Sed expression to map a string onto a valid CPP name. |
|
Lines 30218-30224
Link Here
|
| 30218 |
IFS=" $as_nl" |
31226 |
IFS=" $as_nl" |
| 30219 |
|
31227 |
|
| 30220 |
# CDPATH. |
31228 |
# CDPATH. |
| 30221 |
$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; } |
31229 |
$as_unset CDPATH |
| 30222 |
|
31230 |
|
| 30223 |
exec 6>&1 |
31231 |
exec 6>&1 |
| 30224 |
|
31232 |
|
|
Lines 30235-30241
Link Here
|
| 30235 |
cat >&5 <<_CSEOF |
31243 |
cat >&5 <<_CSEOF |
| 30236 |
|
31244 |
|
| 30237 |
This file was extended by $as_me, which was |
31245 |
This file was extended by $as_me, which was |
| 30238 |
generated by GNU Autoconf 2.53. Invocation command line was |
31246 |
generated by GNU Autoconf 2.57. Invocation command line was |
| 30239 |
|
31247 |
|
| 30240 |
CONFIG_FILES = $CONFIG_FILES |
31248 |
CONFIG_FILES = $CONFIG_FILES |
| 30241 |
CONFIG_HEADERS = $CONFIG_HEADERS |
31249 |
CONFIG_HEADERS = $CONFIG_HEADERS |
|
Lines 30275-30280
Link Here
|
| 30275 |
|
31283 |
|
| 30276 |
-h, --help print this help, then exit |
31284 |
-h, --help print this help, then exit |
| 30277 |
-V, --version print version number, then exit |
31285 |
-V, --version print version number, then exit |
|
|
31286 |
-q, --quiet do not print progress messages |
| 30278 |
-d, --debug don't remove temporary files |
31287 |
-d, --debug don't remove temporary files |
| 30279 |
--recheck update $as_me by reconfiguring in the same conditions |
31288 |
--recheck update $as_me by reconfiguring in the same conditions |
| 30280 |
--file=FILE[:TEMPLATE] |
31289 |
--file=FILE[:TEMPLATE] |
|
Lines 30297-30303
Link Here
|
| 30297 |
cat >>$CONFIG_STATUS <<_ACEOF |
31306 |
cat >>$CONFIG_STATUS <<_ACEOF |
| 30298 |
ac_cs_version="\\ |
31307 |
ac_cs_version="\\ |
| 30299 |
config.status |
31308 |
config.status |
| 30300 |
configured by $0, generated by GNU Autoconf 2.53, |
31309 |
configured by $0, generated by GNU Autoconf 2.57, |
| 30301 |
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" |
31310 |
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" |
| 30302 |
|
31311 |
|
| 30303 |
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 |
31312 |
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 |
|
Lines 30318-30342
Link Here
|
| 30318 |
--*=*) |
31327 |
--*=*) |
| 30319 |
ac_option=`expr "x$1" : 'x\([^=]*\)='` |
31328 |
ac_option=`expr "x$1" : 'x\([^=]*\)='` |
| 30320 |
ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` |
31329 |
ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` |
| 30321 |
shift |
31330 |
ac_shift=: |
| 30322 |
set dummy "$ac_option" "$ac_optarg" ${1+"$@"} |
31331 |
;; |
| 30323 |
shift |
31332 |
-*) |
|
|
31333 |
ac_option=$1 |
| 31334 |
ac_optarg=$2 |
| 31335 |
ac_shift=shift |
| 30324 |
;; |
31336 |
;; |
| 30325 |
-*);; |
|
|
| 30326 |
*) # This is not an option, so the user has probably given explicit |
31337 |
*) # This is not an option, so the user has probably given explicit |
| 30327 |
# arguments. |
31338 |
# arguments. |
|
|
31339 |
ac_option=$1 |
| 30328 |
ac_need_defaults=false;; |
31340 |
ac_need_defaults=false;; |
| 30329 |
esac |
31341 |
esac |
| 30330 |
|
31342 |
|
| 30331 |
case $1 in |
31343 |
case $ac_option in |
| 30332 |
# Handling of the options. |
31344 |
# Handling of the options. |
| 30333 |
_ACEOF |
31345 |
_ACEOF |
| 30334 |
cat >>$CONFIG_STATUS <<_ACEOF |
|
|
| 30335 |
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
| 30336 |
echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion" |
| 30337 |
exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;; |
| 30338 |
_ACEOF |
| 30339 |
cat >>$CONFIG_STATUS <<\_ACEOF |
31346 |
cat >>$CONFIG_STATUS <<\_ACEOF |
|
|
31347 |
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
| 31348 |
ac_cs_recheck=: ;; |
| 30340 |
--version | --vers* | -V ) |
31349 |
--version | --vers* | -V ) |
| 30341 |
echo "$ac_cs_version"; exit 0 ;; |
31350 |
echo "$ac_cs_version"; exit 0 ;; |
| 30342 |
--he | --h) |
31351 |
--he | --h) |
|
Lines 30351-30363
Link Here
|
| 30351 |
--debug | --d* | -d ) |
31360 |
--debug | --d* | -d ) |
| 30352 |
debug=: ;; |
31361 |
debug=: ;; |
| 30353 |
--file | --fil | --fi | --f ) |
31362 |
--file | --fil | --fi | --f ) |
| 30354 |
shift |
31363 |
$ac_shift |
| 30355 |
CONFIG_FILES="$CONFIG_FILES $1" |
31364 |
CONFIG_FILES="$CONFIG_FILES $ac_optarg" |
| 30356 |
ac_need_defaults=false;; |
31365 |
ac_need_defaults=false;; |
| 30357 |
--header | --heade | --head | --hea ) |
31366 |
--header | --heade | --head | --hea ) |
| 30358 |
shift |
31367 |
$ac_shift |
| 30359 |
CONFIG_HEADERS="$CONFIG_HEADERS $1" |
31368 |
CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" |
| 30360 |
ac_need_defaults=false;; |
31369 |
ac_need_defaults=false;; |
|
|
31370 |
-q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
| 31371 |
| -silent | --silent | --silen | --sile | --sil | --si | --s) |
| 31372 |
ac_cs_silent=: ;; |
| 30361 |
|
31373 |
|
| 30362 |
# This is an error. |
31374 |
# This is an error. |
| 30363 |
-*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 |
31375 |
-*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 |
|
Lines 30372-30377
Link Here
|
| 30372 |
shift |
31384 |
shift |
| 30373 |
done |
31385 |
done |
| 30374 |
|
31386 |
|
|
|
31387 |
ac_configure_extra_args= |
| 31388 |
|
| 31389 |
if $ac_cs_silent; then |
| 31390 |
exec 6>/dev/null |
| 31391 |
ac_configure_extra_args="$ac_configure_extra_args --silent" |
| 31392 |
fi |
| 31393 |
|
| 31394 |
_ACEOF |
| 31395 |
cat >>$CONFIG_STATUS <<_ACEOF |
| 31396 |
if \$ac_cs_recheck; then |
| 31397 |
echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 |
| 31398 |
exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
| 31399 |
fi |
| 31400 |
|
| 30375 |
_ACEOF |
31401 |
_ACEOF |
| 30376 |
|
31402 |
|
| 30377 |
cat >>$CONFIG_STATUS <<_ACEOF |
31403 |
cat >>$CONFIG_STATUS <<_ACEOF |
|
Lines 30433-30438
Link Here
|
| 30433 |
test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands |
31459 |
test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands |
| 30434 |
fi |
31460 |
fi |
| 30435 |
|
31461 |
|
|
|
31462 |
# Have a temporary directory for convenience. Make it in the build tree |
| 31463 |
# simply because there is no reason to put it here, and in addition, |
| 31464 |
# creating and moving files from /tmp can sometimes cause problems. |
| 30436 |
# Create a temporary directory, and hook for its removal unless debugging. |
31465 |
# Create a temporary directory, and hook for its removal unless debugging. |
| 30437 |
$debug || |
31466 |
$debug || |
| 30438 |
{ |
31467 |
{ |
|
Lines 30441-30457
Link Here
|
| 30441 |
} |
31470 |
} |
| 30442 |
|
31471 |
|
| 30443 |
# Create a (secure) tmp directory for tmp files. |
31472 |
# Create a (secure) tmp directory for tmp files. |
| 30444 |
: ${TMPDIR=/tmp} |
31473 |
|
| 30445 |
{ |
31474 |
{ |
| 30446 |
tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` && |
31475 |
tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && |
| 30447 |
test -n "$tmp" && test -d "$tmp" |
31476 |
test -n "$tmp" && test -d "$tmp" |
| 30448 |
} || |
31477 |
} || |
| 30449 |
{ |
31478 |
{ |
| 30450 |
tmp=$TMPDIR/cs$$-$RANDOM |
31479 |
tmp=./confstat$$-$RANDOM |
| 30451 |
(umask 077 && mkdir $tmp) |
31480 |
(umask 077 && mkdir $tmp) |
| 30452 |
} || |
31481 |
} || |
| 30453 |
{ |
31482 |
{ |
| 30454 |
echo "$me: cannot create a temporary directory in $TMPDIR" >&2 |
31483 |
echo "$me: cannot create a temporary directory in ." >&2 |
| 30455 |
{ (exit 1); exit 1; } |
31484 |
{ (exit 1); exit 1; } |
| 30456 |
} |
31485 |
} |
| 30457 |
|
31486 |
|
|
Lines 30516-30521
Link Here
|
| 30516 |
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t |
31545 |
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t |
| 30517 |
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t |
31546 |
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t |
| 30518 |
s,@INSTALL_DATA@,$INSTALL_DATA,;t t |
31547 |
s,@INSTALL_DATA@,$INSTALL_DATA,;t t |
|
|
31548 |
s,@CYGPATH_W@,$CYGPATH_W,;t t |
| 30519 |
s,@PACKAGE@,$PACKAGE,;t t |
31549 |
s,@PACKAGE@,$PACKAGE,;t t |
| 30520 |
s,@VERSION@,$VERSION,;t t |
31550 |
s,@VERSION@,$VERSION,;t t |
| 30521 |
s,@ACLOCAL@,$ACLOCAL,;t t |
31551 |
s,@ACLOCAL@,$ACLOCAL,;t t |
|
Lines 30530-30535
Link Here
|
| 30530 |
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t |
31560 |
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t |
| 30531 |
s,@AWK@,$AWK,;t t |
31561 |
s,@AWK@,$AWK,;t t |
| 30532 |
s,@SET_MAKE@,$SET_MAKE,;t t |
31562 |
s,@SET_MAKE@,$SET_MAKE,;t t |
|
|
31563 |
s,@am__leading_dot@,$am__leading_dot,;t t |
| 30533 |
s,@CC@,$CC,;t t |
31564 |
s,@CC@,$CC,;t t |
| 30534 |
s,@CFLAGS@,$CFLAGS,;t t |
31565 |
s,@CFLAGS@,$CFLAGS,;t t |
| 30535 |
s,@LDFLAGS@,$LDFLAGS,;t t |
31566 |
s,@LDFLAGS@,$LDFLAGS,;t t |
|
Lines 30544-30559
Link Here
|
| 30544 |
s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t |
31575 |
s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t |
| 30545 |
s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t |
31576 |
s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t |
| 30546 |
s,@CCDEPMODE@,$CCDEPMODE,;t t |
31577 |
s,@CCDEPMODE@,$CCDEPMODE,;t t |
|
|
31578 |
s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t |
| 31579 |
s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t |
| 30547 |
s,@CXX@,$CXX,;t t |
31580 |
s,@CXX@,$CXX,;t t |
| 30548 |
s,@CXXFLAGS@,$CXXFLAGS,;t t |
31581 |
s,@CXXFLAGS@,$CXXFLAGS,;t t |
| 30549 |
s,@ac_ct_CXX@,$ac_ct_CXX,;t t |
31582 |
s,@ac_ct_CXX@,$ac_ct_CXX,;t t |
| 30550 |
s,@CXXDEPMODE@,$CXXDEPMODE,;t t |
31583 |
s,@CXXDEPMODE@,$CXXDEPMODE,;t t |
|
|
31584 |
s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t |
| 31585 |
s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t |
| 30551 |
s,@CPP@,$CPP,;t t |
31586 |
s,@CPP@,$CPP,;t t |
| 30552 |
s,@CXXCPP@,$CXXCPP,;t t |
31587 |
s,@CXXCPP@,$CXXCPP,;t t |
| 30553 |
s,@LN_S@,$LN_S,;t t |
31588 |
s,@LN_S@,$LN_S,;t t |
| 30554 |
s,@ECHO@,$ECHO,;t t |
31589 |
s,@ECHO@,$ECHO,;t t |
| 30555 |
s,@RANLIB@,$RANLIB,;t t |
31590 |
s,@RANLIB@,$RANLIB,;t t |
| 30556 |
s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t |
31591 |
s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t |
|
|
31592 |
s,@EGREP@,$EGREP,;t t |
| 30557 |
s,@LIBTOOL@,$LIBTOOL,;t t |
31593 |
s,@LIBTOOL@,$LIBTOOL,;t t |
| 30558 |
s,@GTK_CONFIG@,$GTK_CONFIG,;t t |
31594 |
s,@GTK_CONFIG@,$GTK_CONFIG,;t t |
| 30559 |
s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t |
31595 |
s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t |
|
Lines 30694-30699
Link Here
|
| 30694 |
s,@ENABLE_HIPPARCOS_FALSE@,$ENABLE_HIPPARCOS_FALSE,;t t |
31730 |
s,@ENABLE_HIPPARCOS_FALSE@,$ENABLE_HIPPARCOS_FALSE,;t t |
| 30695 |
s,@ENABLE_CELX_TRUE@,$ENABLE_CELX_TRUE,;t t |
31731 |
s,@ENABLE_CELX_TRUE@,$ENABLE_CELX_TRUE,;t t |
| 30696 |
s,@ENABLE_CELX_FALSE@,$ENABLE_CELX_FALSE,;t t |
31732 |
s,@ENABLE_CELX_FALSE@,$ENABLE_CELX_FALSE,;t t |
|
|
31733 |
s,@LIBOBJS@,$LIBOBJS,;t t |
| 31734 |
s,@LTLIBOBJS@,$LTLIBOBJS,;t t |
| 30697 |
CEOF |
31735 |
CEOF |
| 30698 |
|
31736 |
|
| 30699 |
_ACEOF |
31737 |
_ACEOF |
|
Lines 30764-30788
Link Here
|
| 30764 |
/^X\(\/\/\)$/{ s//\1/; q; } |
31802 |
/^X\(\/\/\)$/{ s//\1/; q; } |
| 30765 |
/^X\(\/\).*/{ s//\1/; q; } |
31803 |
/^X\(\/\).*/{ s//\1/; q; } |
| 30766 |
s/.*/./; q'` |
31804 |
s/.*/./; q'` |
| 30767 |
{ case "$ac_dir" in |
31805 |
{ if $as_mkdir_p; then |
| 30768 |
[\\/]* | ?:[\\/]* ) as_incr_dir=;; |
31806 |
mkdir -p "$ac_dir" |
| 30769 |
*) as_incr_dir=.;; |
31807 |
else |
| 30770 |
esac |
31808 |
as_dir="$ac_dir" |
| 30771 |
as_dummy="$ac_dir" |
31809 |
as_dirs= |
| 30772 |
for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do |
31810 |
while test ! -d "$as_dir"; do |
| 30773 |
case $as_mkdir_dir in |
31811 |
as_dirs="$as_dir $as_dirs" |
| 30774 |
# Skip DOS drivespec |
31812 |
as_dir=`(dirname "$as_dir") 2>/dev/null || |
| 30775 |
?:) as_incr_dir=$as_mkdir_dir ;; |
31813 |
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 30776 |
*) |
31814 |
X"$as_dir" : 'X\(//\)[^/]' \| \ |
| 30777 |
as_incr_dir=$as_incr_dir/$as_mkdir_dir |
31815 |
X"$as_dir" : 'X\(//\)$' \| \ |
| 30778 |
test -d "$as_incr_dir" || |
31816 |
X"$as_dir" : 'X\(/\)' \| \ |
| 30779 |
mkdir "$as_incr_dir" || |
31817 |
. : '\(.\)' 2>/dev/null || |
| 30780 |
{ { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5 |
31818 |
echo X"$as_dir" | |
| 30781 |
echo "$as_me: error: cannot create \"$ac_dir\"" >&2;} |
31819 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
| 30782 |
{ (exit 1); exit 1; }; } |
31820 |
/^X\(\/\/\)[^/].*/{ s//\1/; q; } |
| 30783 |
;; |
31821 |
/^X\(\/\/\)$/{ s//\1/; q; } |
| 30784 |
esac |
31822 |
/^X\(\/\).*/{ s//\1/; q; } |
| 30785 |
done; } |
31823 |
s/.*/./; q'` |
|
|
31824 |
done |
| 31825 |
test ! -n "$as_dirs" || mkdir $as_dirs |
| 31826 |
fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 |
| 31827 |
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} |
| 31828 |
{ (exit 1); exit 1; }; }; } |
| 30786 |
|
31829 |
|
| 30787 |
ac_builddir=. |
31830 |
ac_builddir=. |
| 30788 |
|
31831 |
|
|
Lines 30812-30818
Link Here
|
| 30812 |
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be |
31855 |
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be |
| 30813 |
# absolute. |
31856 |
# absolute. |
| 30814 |
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` |
31857 |
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` |
| 30815 |
ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` |
31858 |
ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` |
| 30816 |
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` |
31859 |
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` |
| 30817 |
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` |
31860 |
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` |
| 30818 |
|
31861 |
|
|
Lines 31002-31008
Link Here
|
| 31002 |
# Break up conftest.defines because some shells have a limit on the size |
32045 |
# Break up conftest.defines because some shells have a limit on the size |
| 31003 |
# of here documents, and old seds have small limits too (100 cmds). |
32046 |
# of here documents, and old seds have small limits too (100 cmds). |
| 31004 |
echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS |
32047 |
echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS |
| 31005 |
echo ' if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS |
32048 |
echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS |
| 31006 |
echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS |
32049 |
echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS |
| 31007 |
echo ' :' >>$CONFIG_STATUS |
32050 |
echo ' :' >>$CONFIG_STATUS |
| 31008 |
rm -f conftest.tail |
32051 |
rm -f conftest.tail |
|
Lines 31026-31032
Link Here
|
| 31026 |
mv conftest.tail conftest.defines |
32069 |
mv conftest.tail conftest.defines |
| 31027 |
done |
32070 |
done |
| 31028 |
rm -f conftest.defines |
32071 |
rm -f conftest.defines |
| 31029 |
echo ' fi # egrep' >>$CONFIG_STATUS |
32072 |
echo ' fi # grep' >>$CONFIG_STATUS |
| 31030 |
echo >>$CONFIG_STATUS |
32073 |
echo >>$CONFIG_STATUS |
| 31031 |
|
32074 |
|
| 31032 |
# Break up conftest.undefs because some shells have a limit on the size |
32075 |
# Break up conftest.undefs because some shells have a limit on the size |
|
Lines 31066-31072
Link Here
|
| 31066 |
cat $tmp/in >>$tmp/config.h |
32109 |
cat $tmp/in >>$tmp/config.h |
| 31067 |
rm -f $tmp/in |
32110 |
rm -f $tmp/in |
| 31068 |
if test x"$ac_file" != x-; then |
32111 |
if test x"$ac_file" != x-; then |
| 31069 |
if cmp -s $ac_file $tmp/config.h 2>/dev/null; then |
32112 |
if diff $ac_file $tmp/config.h >/dev/null 2>&1; then |
| 31070 |
{ echo "$as_me:$LINENO: $ac_file is unchanged" >&5 |
32113 |
{ echo "$as_me:$LINENO: $ac_file is unchanged" >&5 |
| 31071 |
echo "$as_me: $ac_file is unchanged" >&6;} |
32114 |
echo "$as_me: $ac_file is unchanged" >&6;} |
| 31072 |
else |
32115 |
else |
|
Lines 31082-31106
Link Here
|
| 31082 |
/^X\(\/\/\)$/{ s//\1/; q; } |
32125 |
/^X\(\/\/\)$/{ s//\1/; q; } |
| 31083 |
/^X\(\/\).*/{ s//\1/; q; } |
32126 |
/^X\(\/\).*/{ s//\1/; q; } |
| 31084 |
s/.*/./; q'` |
32127 |
s/.*/./; q'` |
| 31085 |
{ case "$ac_dir" in |
32128 |
{ if $as_mkdir_p; then |
| 31086 |
[\\/]* | ?:[\\/]* ) as_incr_dir=;; |
32129 |
mkdir -p "$ac_dir" |
| 31087 |
*) as_incr_dir=.;; |
32130 |
else |
| 31088 |
esac |
32131 |
as_dir="$ac_dir" |
| 31089 |
as_dummy="$ac_dir" |
32132 |
as_dirs= |
| 31090 |
for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do |
32133 |
while test ! -d "$as_dir"; do |
| 31091 |
case $as_mkdir_dir in |
32134 |
as_dirs="$as_dir $as_dirs" |
| 31092 |
# Skip DOS drivespec |
32135 |
as_dir=`(dirname "$as_dir") 2>/dev/null || |
| 31093 |
?:) as_incr_dir=$as_mkdir_dir ;; |
32136 |
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 31094 |
*) |
32137 |
X"$as_dir" : 'X\(//\)[^/]' \| \ |
| 31095 |
as_incr_dir=$as_incr_dir/$as_mkdir_dir |
32138 |
X"$as_dir" : 'X\(//\)$' \| \ |
| 31096 |
test -d "$as_incr_dir" || |
32139 |
X"$as_dir" : 'X\(/\)' \| \ |
| 31097 |
mkdir "$as_incr_dir" || |
32140 |
. : '\(.\)' 2>/dev/null || |
| 31098 |
{ { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5 |
32141 |
echo X"$as_dir" | |
| 31099 |
echo "$as_me: error: cannot create \"$ac_dir\"" >&2;} |
32142 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
| 31100 |
{ (exit 1); exit 1; }; } |
32143 |
/^X\(\/\/\)[^/].*/{ s//\1/; q; } |
| 31101 |
;; |
32144 |
/^X\(\/\/\)$/{ s//\1/; q; } |
| 31102 |
esac |
32145 |
/^X\(\/\).*/{ s//\1/; q; } |
| 31103 |
done; } |
32146 |
s/.*/./; q'` |
|
|
32147 |
done |
| 32148 |
test ! -n "$as_dirs" || mkdir $as_dirs |
| 32149 |
fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 |
| 32150 |
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} |
| 32151 |
{ (exit 1); exit 1; }; }; } |
| 31104 |
|
32152 |
|
| 31105 |
rm -f $ac_file |
32153 |
rm -f $ac_file |
| 31106 |
mv $tmp/config.h $ac_file |
32154 |
mv $tmp/config.h $ac_file |
|
Lines 31109-31121
Link Here
|
| 31109 |
cat $tmp/config.h |
32157 |
cat $tmp/config.h |
| 31110 |
rm -f $tmp/config.h |
32158 |
rm -f $tmp/config.h |
| 31111 |
fi |
32159 |
fi |
| 31112 |
# Run the commands associated with the file. |
32160 |
# Compute $ac_file's index in $config_headers. |
| 31113 |
case $ac_file in |
32161 |
_am_stamp_count=1 |
| 31114 |
config.h ) # update the timestamp |
32162 |
for _am_header in $config_headers :; do |
| 31115 |
echo 'timestamp for config.h' >"./stamp-h1" |
32163 |
case $_am_header in |
| 31116 |
;; |
32164 |
$ac_file | $ac_file:* ) |
|
|
32165 |
break ;; |
| 32166 |
* ) |
| 32167 |
_am_stamp_count=`expr $_am_stamp_count + 1` ;; |
| 31117 |
esac |
32168 |
esac |
| 31118 |
done |
32169 |
done |
|
|
32170 |
echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null || |
| 32171 |
$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 32172 |
X$ac_file : 'X\(//\)[^/]' \| \ |
| 32173 |
X$ac_file : 'X\(//\)$' \| \ |
| 32174 |
X$ac_file : 'X\(/\)' \| \ |
| 32175 |
. : '\(.\)' 2>/dev/null || |
| 32176 |
echo X$ac_file | |
| 32177 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
| 32178 |
/^X\(\/\/\)[^/].*/{ s//\1/; q; } |
| 32179 |
/^X\(\/\/\)$/{ s//\1/; q; } |
| 32180 |
/^X\(\/\).*/{ s//\1/; q; } |
| 32181 |
s/.*/./; q'`/stamp-h$_am_stamp_count |
| 32182 |
done |
| 31119 |
_ACEOF |
32183 |
_ACEOF |
| 31120 |
cat >>$CONFIG_STATUS <<\_ACEOF |
32184 |
cat >>$CONFIG_STATUS <<\_ACEOF |
| 31121 |
|
32185 |
|
|
Lines 31165-31171
Link Here
|
| 31165 |
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be |
32229 |
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be |
| 31166 |
# absolute. |
32230 |
# absolute. |
| 31167 |
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` |
32231 |
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` |
| 31168 |
ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` |
32232 |
ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` |
| 31169 |
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` |
32233 |
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` |
| 31170 |
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` |
32234 |
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` |
| 31171 |
|
32235 |
|
|
Lines 31234-31258
Link Here
|
| 31234 |
/^X\(\/\/\)$/{ s//\1/; q; } |
32298 |
/^X\(\/\/\)$/{ s//\1/; q; } |
| 31235 |
/^X\(\/\).*/{ s//\1/; q; } |
32299 |
/^X\(\/\).*/{ s//\1/; q; } |
| 31236 |
s/.*/./; q'` |
32300 |
s/.*/./; q'` |
| 31237 |
{ case $dirpart/$fdir in |
32301 |
{ if $as_mkdir_p; then |
| 31238 |
[\\/]* | ?:[\\/]* ) as_incr_dir=;; |
32302 |
mkdir -p $dirpart/$fdir |
| 31239 |
*) as_incr_dir=.;; |
32303 |
else |
| 31240 |
esac |
32304 |
as_dir=$dirpart/$fdir |
| 31241 |
as_dummy=$dirpart/$fdir |
32305 |
as_dirs= |
| 31242 |
for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do |
32306 |
while test ! -d "$as_dir"; do |
| 31243 |
case $as_mkdir_dir in |
32307 |
as_dirs="$as_dir $as_dirs" |
| 31244 |
# Skip DOS drivespec |
32308 |
as_dir=`(dirname "$as_dir") 2>/dev/null || |
| 31245 |
?:) as_incr_dir=$as_mkdir_dir ;; |
32309 |
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 31246 |
*) |
32310 |
X"$as_dir" : 'X\(//\)[^/]' \| \ |
| 31247 |
as_incr_dir=$as_incr_dir/$as_mkdir_dir |
32311 |
X"$as_dir" : 'X\(//\)$' \| \ |
| 31248 |
test -d "$as_incr_dir" || |
32312 |
X"$as_dir" : 'X\(/\)' \| \ |
| 31249 |
mkdir "$as_incr_dir" || |
32313 |
. : '\(.\)' 2>/dev/null || |
| 31250 |
{ { echo "$as_me:$LINENO: error: cannot create $dirpart/$fdir" >&5 |
32314 |
echo X"$as_dir" | |
| 31251 |
echo "$as_me: error: cannot create $dirpart/$fdir" >&2;} |
32315 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
| 31252 |
{ (exit 1); exit 1; }; } |
32316 |
/^X\(\/\/\)[^/].*/{ s//\1/; q; } |
| 31253 |
;; |
32317 |
/^X\(\/\/\)$/{ s//\1/; q; } |
| 31254 |
esac |
32318 |
/^X\(\/\).*/{ s//\1/; q; } |
| 31255 |
done; } |
32319 |
s/.*/./; q'` |
|
|
32320 |
done |
| 32321 |
test ! -n "$as_dirs" || mkdir $as_dirs |
| 32322 |
fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5 |
| 32323 |
echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;} |
| 32324 |
{ (exit 1); exit 1; }; }; } |
| 31256 |
|
32325 |
|
| 31257 |
# echo "creating $dirpart/$file" |
32326 |
# echo "creating $dirpart/$file" |
| 31258 |
echo '# dummy' > "$dirpart/$file" |
32327 |
echo '# dummy' > "$dirpart/$file" |
|
Lines 31281-31288
Link Here
|
| 31281 |
# need to make the FD available again. |
32350 |
# need to make the FD available again. |
| 31282 |
if test "$no_create" != yes; then |
32351 |
if test "$no_create" != yes; then |
| 31283 |
ac_cs_success=: |
32352 |
ac_cs_success=: |
|
|
32353 |
ac_config_status_args= |
| 32354 |
test "$silent" = yes && |
| 32355 |
ac_config_status_args="$ac_config_status_args --quiet" |
| 31284 |
exec 5>/dev/null |
32356 |
exec 5>/dev/null |
| 31285 |
$SHELL $CONFIG_STATUS || ac_cs_success=false |
32357 |
$SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false |
| 31286 |
exec 5>>config.log |
32358 |
exec 5>>config.log |
| 31287 |
# Use ||, not &&, to avoid exiting from the if with $? = 1, which |
32359 |
# Use ||, not &&, to avoid exiting from the if with $? = 1, which |
| 31288 |
# would make configure fail if this is the last instruction. |
32360 |
# would make configure fail if this is the last instruction. |