|
Lines 1-9
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.61 for libaif 2.1.0. |
3 |
# Generated by GNU Autoconf 2.63 for libaif 2.1.0. |
| 4 |
# |
4 |
# |
| 5 |
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
5 |
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 6 |
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
6 |
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 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 |
## --------------------- ## |
9 |
## --------------------- ## |
|
Lines 15-21
Link Here
|
| 15 |
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
15 |
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
| 16 |
emulate sh |
16 |
emulate sh |
| 17 |
NULLCMD=: |
17 |
NULLCMD=: |
| 18 |
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
18 |
# Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
| 19 |
# is contrary to our usage. Disable this feature. |
19 |
# is contrary to our usage. Disable this feature. |
| 20 |
alias -g '${1+"$@"}'='"$@"' |
20 |
alias -g '${1+"$@"}'='"$@"' |
| 21 |
setopt NO_GLOB_SUBST |
21 |
setopt NO_GLOB_SUBST |
|
Lines 37-53
Link Here
|
| 37 |
as_cr_digits='0123456789' |
37 |
as_cr_digits='0123456789' |
| 38 |
as_cr_alnum=$as_cr_Letters$as_cr_digits |
38 |
as_cr_alnum=$as_cr_Letters$as_cr_digits |
| 39 |
|
39 |
|
|
|
40 |
as_nl=' |
| 41 |
' |
| 42 |
export as_nl |
| 43 |
# Printing a long string crashes Solaris 7 /usr/bin/printf. |
| 44 |
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
| 45 |
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo |
| 46 |
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo |
| 47 |
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then |
| 48 |
as_echo='printf %s\n' |
| 49 |
as_echo_n='printf %s' |
| 50 |
else |
| 51 |
if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then |
| 52 |
as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' |
| 53 |
as_echo_n='/usr/ucb/echo -n' |
| 54 |
else |
| 55 |
as_echo_body='eval expr "X$1" : "X\\(.*\\)"' |
| 56 |
as_echo_n_body='eval |
| 57 |
arg=$1; |
| 58 |
case $arg in |
| 59 |
*"$as_nl"*) |
| 60 |
expr "X$arg" : "X\\(.*\\)$as_nl"; |
| 61 |
arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; |
| 62 |
esac; |
| 63 |
expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" |
| 64 |
' |
| 65 |
export as_echo_n_body |
| 66 |
as_echo_n='sh -c $as_echo_n_body as_echo' |
| 67 |
fi |
| 68 |
export as_echo_body |
| 69 |
as_echo='sh -c $as_echo_body as_echo' |
| 70 |
fi |
| 71 |
|
| 40 |
# The user is always right. |
72 |
# The user is always right. |
| 41 |
if test "${PATH_SEPARATOR+set}" != set; then |
73 |
if test "${PATH_SEPARATOR+set}" != set; then |
| 42 |
echo "#! /bin/sh" >conf$$.sh |
74 |
PATH_SEPARATOR=: |
| 43 |
echo "exit 0" >>conf$$.sh |
75 |
(PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { |
| 44 |
chmod +x conf$$.sh |
76 |
(PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || |
| 45 |
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
77 |
PATH_SEPARATOR=';' |
| 46 |
PATH_SEPARATOR=';' |
78 |
} |
| 47 |
else |
|
|
| 48 |
PATH_SEPARATOR=: |
| 49 |
fi |
| 50 |
rm -f conf$$.sh |
| 51 |
fi |
79 |
fi |
| 52 |
|
80 |
|
| 53 |
# Support unset when possible. |
81 |
# Support unset when possible. |
|
Lines 63-70
Link Here
|
| 63 |
# there to prevent editors from complaining about space-tab. |
91 |
# there to prevent editors from complaining about space-tab. |
| 64 |
# (If _AS_PATH_WALK were called with IFS unset, it would disable word |
92 |
# (If _AS_PATH_WALK were called with IFS unset, it would disable word |
| 65 |
# splitting by setting IFS to empty value.) |
93 |
# splitting by setting IFS to empty value.) |
| 66 |
as_nl=' |
|
|
| 67 |
' |
| 68 |
IFS=" "" $as_nl" |
94 |
IFS=" "" $as_nl" |
| 69 |
|
95 |
|
| 70 |
# Find who we are. Look in the path if we contain no directory separator. |
96 |
# Find who we are. Look in the path if we contain no directory separator. |
|
Lines 87-93
Link Here
|
| 87 |
as_myself=$0 |
113 |
as_myself=$0 |
| 88 |
fi |
114 |
fi |
| 89 |
if test ! -f "$as_myself"; then |
115 |
if test ! -f "$as_myself"; then |
| 90 |
echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
116 |
$as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
| 91 |
{ (exit 1); exit 1; } |
117 |
{ (exit 1); exit 1; } |
| 92 |
fi |
118 |
fi |
| 93 |
|
119 |
|
|
Lines 100-116
Link Here
|
| 100 |
PS4='+ ' |
126 |
PS4='+ ' |
| 101 |
|
127 |
|
| 102 |
# NLS nuisances. |
128 |
# NLS nuisances. |
| 103 |
for as_var in \ |
129 |
LC_ALL=C |
| 104 |
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ |
130 |
export LC_ALL |
| 105 |
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
131 |
LANGUAGE=C |
| 106 |
LC_TELEPHONE LC_TIME |
132 |
export LANGUAGE |
| 107 |
do |
|
|
| 108 |
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
| 109 |
eval $as_var=C; export $as_var |
| 110 |
else |
| 111 |
($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
| 112 |
fi |
| 113 |
done |
| 114 |
|
133 |
|
| 115 |
# Required to use basename. |
134 |
# Required to use basename. |
| 116 |
if expr a : '\(a\)' >/dev/null 2>&1 && |
135 |
if expr a : '\(a\)' >/dev/null 2>&1 && |
|
Lines 132-138
Link Here
|
| 132 |
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
151 |
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
| 133 |
X"$0" : 'X\(//\)$' \| \ |
152 |
X"$0" : 'X\(//\)$' \| \ |
| 134 |
X"$0" : 'X\(/\)' \| . 2>/dev/null || |
153 |
X"$0" : 'X\(/\)' \| . 2>/dev/null || |
| 135 |
echo X/"$0" | |
154 |
$as_echo X/"$0" | |
| 136 |
sed '/^.*\/\([^/][^/]*\)\/*$/{ |
155 |
sed '/^.*\/\([^/][^/]*\)\/*$/{ |
| 137 |
s//\1/ |
156 |
s//\1/ |
| 138 |
q |
157 |
q |
|
Lines 158-164
Link Here
|
| 158 |
as_have_required=no |
177 |
as_have_required=no |
| 159 |
fi |
178 |
fi |
| 160 |
|
179 |
|
| 161 |
if test $as_have_required = yes && (eval ": |
180 |
if test $as_have_required = yes && (eval ": |
| 162 |
(as_func_return () { |
181 |
(as_func_return () { |
| 163 |
(exit \$1) |
182 |
(exit \$1) |
| 164 |
} |
183 |
} |
|
Lines 240-246
Link Here
|
| 240 |
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
259 |
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
| 241 |
emulate sh |
260 |
emulate sh |
| 242 |
NULLCMD=: |
261 |
NULLCMD=: |
| 243 |
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
262 |
# Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
| 244 |
# is contrary to our usage. Disable this feature. |
263 |
# is contrary to our usage. Disable this feature. |
| 245 |
alias -g '${1+"$@"}'='"$@"' |
264 |
alias -g '${1+"$@"}'='"$@"' |
| 246 |
setopt NO_GLOB_SUBST |
265 |
setopt NO_GLOB_SUBST |
|
Lines 261-267
Link Here
|
| 261 |
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
280 |
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
| 262 |
emulate sh |
281 |
emulate sh |
| 263 |
NULLCMD=: |
282 |
NULLCMD=: |
| 264 |
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
283 |
# Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
| 265 |
# is contrary to our usage. Disable this feature. |
284 |
# is contrary to our usage. Disable this feature. |
| 266 |
alias -g '${1+"$@"}'='"$@"' |
285 |
alias -g '${1+"$@"}'='"$@"' |
| 267 |
setopt NO_GLOB_SUBST |
286 |
setopt NO_GLOB_SUBST |
|
Lines 341-350
Link Here
|
| 341 |
|
360 |
|
| 342 |
if test "x$CONFIG_SHELL" != x; then |
361 |
if test "x$CONFIG_SHELL" != x; then |
| 343 |
for as_var in BASH_ENV ENV |
362 |
for as_var in BASH_ENV ENV |
| 344 |
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
363 |
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
| 345 |
done |
364 |
done |
| 346 |
export CONFIG_SHELL |
365 |
export CONFIG_SHELL |
| 347 |
exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} |
366 |
exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} |
| 348 |
fi |
367 |
fi |
| 349 |
|
368 |
|
| 350 |
|
369 |
|
|
Lines 413-421
Link Here
|
| 413 |
|
432 |
|
| 414 |
test \$exitcode = 0") || { |
433 |
test \$exitcode = 0") || { |
| 415 |
echo No shell found that supports shell functions. |
434 |
echo No shell found that supports shell functions. |
| 416 |
echo Please tell autoconf@gnu.org about your system, |
435 |
echo Please tell bug-autoconf@gnu.org about your system, |
| 417 |
echo including any error possibly output before this |
436 |
echo including any error possibly output before this message. |
| 418 |
echo message |
437 |
echo This can help us improve future autoconf versions. |
|
|
438 |
echo Configuration will now proceed without shell functions. |
| 419 |
} |
439 |
} |
| 420 |
|
440 |
|
| 421 |
|
441 |
|
|
Lines 451-457
Link Here
|
| 451 |
s/-\n.*// |
471 |
s/-\n.*// |
| 452 |
' >$as_me.lineno && |
472 |
' >$as_me.lineno && |
| 453 |
chmod +x "$as_me.lineno" || |
473 |
chmod +x "$as_me.lineno" || |
| 454 |
{ echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
474 |
{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
| 455 |
{ (exit 1); exit 1; }; } |
475 |
{ (exit 1); exit 1; }; } |
| 456 |
|
476 |
|
| 457 |
# Don't try to exec as it changes $[0], causing all sort of problems |
477 |
# Don't try to exec as it changes $[0], causing all sort of problems |
|
Lines 479-485
Link Here
|
| 479 |
*) |
499 |
*) |
| 480 |
ECHO_N='-n';; |
500 |
ECHO_N='-n';; |
| 481 |
esac |
501 |
esac |
| 482 |
|
|
|
| 483 |
if expr a : '\(a\)' >/dev/null 2>&1 && |
502 |
if expr a : '\(a\)' >/dev/null 2>&1 && |
| 484 |
test "X`expr 00001 : '.*\(...\)'`" = X001; then |
503 |
test "X`expr 00001 : '.*\(...\)'`" = X001; then |
| 485 |
as_expr=expr |
504 |
as_expr=expr |
|
Lines 492-510
Link Here
|
| 492 |
rm -f conf$$.dir/conf$$.file |
511 |
rm -f conf$$.dir/conf$$.file |
| 493 |
else |
512 |
else |
| 494 |
rm -f conf$$.dir |
513 |
rm -f conf$$.dir |
| 495 |
mkdir conf$$.dir |
514 |
mkdir conf$$.dir 2>/dev/null |
| 496 |
fi |
515 |
fi |
| 497 |
echo >conf$$.file |
516 |
if (echo >conf$$.file) 2>/dev/null; then |
| 498 |
if ln -s conf$$.file conf$$ 2>/dev/null; then |
517 |
if ln -s conf$$.file conf$$ 2>/dev/null; then |
| 499 |
as_ln_s='ln -s' |
518 |
as_ln_s='ln -s' |
| 500 |
# ... but there are two gotchas: |
519 |
# ... but there are two gotchas: |
| 501 |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
520 |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 502 |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
521 |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 503 |
# In both cases, we have to default to `cp -p'. |
522 |
# In both cases, we have to default to `cp -p'. |
| 504 |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
523 |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
|
|
524 |
as_ln_s='cp -p' |
| 525 |
elif ln conf$$.file conf$$ 2>/dev/null; then |
| 526 |
as_ln_s=ln |
| 527 |
else |
| 505 |
as_ln_s='cp -p' |
528 |
as_ln_s='cp -p' |
| 506 |
elif ln conf$$.file conf$$ 2>/dev/null; then |
529 |
fi |
| 507 |
as_ln_s=ln |
|
|
| 508 |
else |
530 |
else |
| 509 |
as_ln_s='cp -p' |
531 |
as_ln_s='cp -p' |
| 510 |
fi |
532 |
fi |
|
Lines 529-538
Link Here
|
| 529 |
as_test_x=' |
551 |
as_test_x=' |
| 530 |
eval sh -c '\'' |
552 |
eval sh -c '\'' |
| 531 |
if test -d "$1"; then |
553 |
if test -d "$1"; then |
| 532 |
test -d "$1/."; |
554 |
test -d "$1/."; |
| 533 |
else |
555 |
else |
| 534 |
case $1 in |
556 |
case $1 in |
| 535 |
-*)set "./$1";; |
557 |
-*)set "./$1";; |
| 536 |
esac; |
558 |
esac; |
| 537 |
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in |
559 |
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in |
| 538 |
???[sx]*):;;*)false;;esac;fi |
560 |
???[sx]*):;;*)false;;esac;fi |
|
Lines 612-700
Link Here
|
| 612 |
# include <unistd.h> |
634 |
# include <unistd.h> |
| 613 |
#endif" |
635 |
#endif" |
| 614 |
|
636 |
|
| 615 |
ac_subst_vars='SHELL |
637 |
ac_subst_vars='am__EXEEXT_FALSE |
| 616 |
PATH_SEPARATOR |
638 |
am__EXEEXT_TRUE |
| 617 |
PACKAGE_NAME |
639 |
LTLIBOBJS |
| 618 |
PACKAGE_TARNAME |
|
|
| 619 |
PACKAGE_VERSION |
| 620 |
PACKAGE_STRING |
| 621 |
PACKAGE_BUGREPORT |
| 622 |
exec_prefix |
| 623 |
prefix |
| 624 |
program_transform_name |
| 625 |
bindir |
| 626 |
sbindir |
| 627 |
libexecdir |
| 628 |
datarootdir |
| 629 |
datadir |
| 630 |
sysconfdir |
| 631 |
sharedstatedir |
| 632 |
localstatedir |
| 633 |
includedir |
| 634 |
oldincludedir |
| 635 |
docdir |
| 636 |
infodir |
| 637 |
htmldir |
| 638 |
dvidir |
| 639 |
pdfdir |
| 640 |
psdir |
| 641 |
libdir |
| 642 |
localedir |
| 643 |
mandir |
| 644 |
DEFS |
| 645 |
ECHO_C |
| 646 |
ECHO_N |
| 647 |
ECHO_T |
| 648 |
LIBS |
| 649 |
build_alias |
| 650 |
host_alias |
| 651 |
target_alias |
| 652 |
INSTALL_PROGRAM |
| 653 |
INSTALL_SCRIPT |
| 654 |
INSTALL_DATA |
| 655 |
am__isrc |
| 656 |
CYGPATH_W |
| 657 |
PACKAGE |
| 658 |
VERSION |
| 659 |
ACLOCAL |
| 660 |
AUTOCONF |
| 661 |
AUTOMAKE |
| 662 |
AUTOHEADER |
| 663 |
MAKEINFO |
| 664 |
install_sh |
| 665 |
STRIP |
| 666 |
INSTALL_STRIP_PROGRAM |
| 667 |
mkdir_p |
| 668 |
AWK |
| 669 |
SET_MAKE |
| 670 |
am__leading_dot |
| 671 |
AMTAR |
| 672 |
am__tar |
| 673 |
am__untar |
| 674 |
CC |
| 675 |
CFLAGS |
| 676 |
LDFLAGS |
| 677 |
CPPFLAGS |
| 678 |
ac_ct_CC |
| 679 |
EXEEXT |
| 680 |
OBJEXT |
| 681 |
DEPDIR |
| 682 |
am__include |
| 683 |
am__quote |
| 684 |
AMDEP_TRUE |
| 685 |
AMDEP_FALSE |
| 686 |
AMDEPBACKSLASH |
| 687 |
CCDEPMODE |
| 688 |
am__fastdepCC_TRUE |
| 689 |
am__fastdepCC_FALSE |
| 690 |
RANLIB |
| 691 |
CPP |
| 692 |
GREP |
| 693 |
EGREP |
| 694 |
LIBOBJS |
| 695 |
XMLTO |
640 |
XMLTO |
| 696 |
LTLIBOBJS' |
641 |
LIBOBJS |
|
|
642 |
AIX_FALSE |
| 643 |
AIX_TRUE |
| 644 |
EGREP |
| 645 |
GREP |
| 646 |
CPP |
| 647 |
RANLIB |
| 648 |
am__fastdepCC_FALSE |
| 649 |
am__fastdepCC_TRUE |
| 650 |
CCDEPMODE |
| 651 |
AMDEPBACKSLASH |
| 652 |
AMDEP_FALSE |
| 653 |
AMDEP_TRUE |
| 654 |
am__quote |
| 655 |
am__include |
| 656 |
DEPDIR |
| 657 |
OBJEXT |
| 658 |
EXEEXT |
| 659 |
ac_ct_CC |
| 660 |
CPPFLAGS |
| 661 |
LDFLAGS |
| 662 |
CFLAGS |
| 663 |
CC |
| 664 |
am__untar |
| 665 |
am__tar |
| 666 |
AMTAR |
| 667 |
am__leading_dot |
| 668 |
SET_MAKE |
| 669 |
AWK |
| 670 |
mkdir_p |
| 671 |
MKDIR_P |
| 672 |
INSTALL_STRIP_PROGRAM |
| 673 |
STRIP |
| 674 |
install_sh |
| 675 |
MAKEINFO |
| 676 |
AUTOHEADER |
| 677 |
AUTOMAKE |
| 678 |
AUTOCONF |
| 679 |
ACLOCAL |
| 680 |
VERSION |
| 681 |
PACKAGE |
| 682 |
CYGPATH_W |
| 683 |
am__isrc |
| 684 |
INSTALL_DATA |
| 685 |
INSTALL_SCRIPT |
| 686 |
INSTALL_PROGRAM |
| 687 |
target_alias |
| 688 |
host_alias |
| 689 |
build_alias |
| 690 |
LIBS |
| 691 |
ECHO_T |
| 692 |
ECHO_N |
| 693 |
ECHO_C |
| 694 |
DEFS |
| 695 |
mandir |
| 696 |
localedir |
| 697 |
libdir |
| 698 |
psdir |
| 699 |
pdfdir |
| 700 |
dvidir |
| 701 |
htmldir |
| 702 |
infodir |
| 703 |
docdir |
| 704 |
oldincludedir |
| 705 |
includedir |
| 706 |
localstatedir |
| 707 |
sharedstatedir |
| 708 |
sysconfdir |
| 709 |
datadir |
| 710 |
datarootdir |
| 711 |
libexecdir |
| 712 |
sbindir |
| 713 |
bindir |
| 714 |
program_transform_name |
| 715 |
prefix |
| 716 |
exec_prefix |
| 717 |
PACKAGE_BUGREPORT |
| 718 |
PACKAGE_STRING |
| 719 |
PACKAGE_VERSION |
| 720 |
PACKAGE_TARNAME |
| 721 |
PACKAGE_NAME |
| 722 |
PATH_SEPARATOR |
| 723 |
SHELL' |
| 697 |
ac_subst_files='' |
724 |
ac_subst_files='' |
|
|
725 |
ac_user_opts=' |
| 726 |
enable_option_checking |
| 727 |
enable_dependency_tracking |
| 728 |
' |
| 698 |
ac_precious_vars='build_alias |
729 |
ac_precious_vars='build_alias |
| 699 |
host_alias |
730 |
host_alias |
| 700 |
target_alias |
731 |
target_alias |
|
Lines 709-714
Link Here
|
| 709 |
# Initialize some variables set by options. |
740 |
# Initialize some variables set by options. |
| 710 |
ac_init_help= |
741 |
ac_init_help= |
| 711 |
ac_init_version=false |
742 |
ac_init_version=false |
|
|
743 |
ac_unrecognized_opts= |
| 744 |
ac_unrecognized_sep= |
| 712 |
# The variables have the same names as the options, with |
745 |
# The variables have the same names as the options, with |
| 713 |
# dashes changed to underlines. |
746 |
# dashes changed to underlines. |
| 714 |
cache_file=/dev/null |
747 |
cache_file=/dev/null |
|
Lines 807-819
Link Here
|
| 807 |
datarootdir=$ac_optarg ;; |
840 |
datarootdir=$ac_optarg ;; |
| 808 |
|
841 |
|
| 809 |
-disable-* | --disable-*) |
842 |
-disable-* | --disable-*) |
| 810 |
ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
843 |
ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
| 811 |
# Reject names that are not valid shell variable names. |
844 |
# Reject names that are not valid shell variable names. |
| 812 |
expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && |
845 |
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 813 |
{ echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
846 |
{ $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 |
| 814 |
{ (exit 1); exit 1; }; } |
847 |
{ (exit 1); exit 1; }; } |
| 815 |
ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` |
848 |
ac_useropt_orig=$ac_useropt |
| 816 |
eval enable_$ac_feature=no ;; |
849 |
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
|
|
850 |
case $ac_user_opts in |
| 851 |
*" |
| 852 |
"enable_$ac_useropt" |
| 853 |
"*) ;; |
| 854 |
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" |
| 855 |
ac_unrecognized_sep=', ';; |
| 856 |
esac |
| 857 |
eval enable_$ac_useropt=no ;; |
| 817 |
|
858 |
|
| 818 |
-docdir | --docdir | --docdi | --doc | --do) |
859 |
-docdir | --docdir | --docdi | --doc | --do) |
| 819 |
ac_prev=docdir ;; |
860 |
ac_prev=docdir ;; |
|
Lines 826-838
Link Here
|
| 826 |
dvidir=$ac_optarg ;; |
867 |
dvidir=$ac_optarg ;; |
| 827 |
|
868 |
|
| 828 |
-enable-* | --enable-*) |
869 |
-enable-* | --enable-*) |
| 829 |
ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
870 |
ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
| 830 |
# Reject names that are not valid shell variable names. |
871 |
# Reject names that are not valid shell variable names. |
| 831 |
expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && |
872 |
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 832 |
{ echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
873 |
{ $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 |
| 833 |
{ (exit 1); exit 1; }; } |
874 |
{ (exit 1); exit 1; }; } |
| 834 |
ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` |
875 |
ac_useropt_orig=$ac_useropt |
| 835 |
eval enable_$ac_feature=\$ac_optarg ;; |
876 |
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
|
|
877 |
case $ac_user_opts in |
| 878 |
*" |
| 879 |
"enable_$ac_useropt" |
| 880 |
"*) ;; |
| 881 |
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" |
| 882 |
ac_unrecognized_sep=', ';; |
| 883 |
esac |
| 884 |
eval enable_$ac_useropt=\$ac_optarg ;; |
| 836 |
|
885 |
|
| 837 |
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ |
886 |
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ |
| 838 |
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ |
887 |
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ |
|
Lines 1023-1044
Link Here
|
| 1023 |
ac_init_version=: ;; |
1072 |
ac_init_version=: ;; |
| 1024 |
|
1073 |
|
| 1025 |
-with-* | --with-*) |
1074 |
-with-* | --with-*) |
| 1026 |
ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
1075 |
ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
| 1027 |
# Reject names that are not valid shell variable names. |
1076 |
# Reject names that are not valid shell variable names. |
| 1028 |
expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && |
1077 |
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 1029 |
{ echo "$as_me: error: invalid package name: $ac_package" >&2 |
1078 |
{ $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 |
| 1030 |
{ (exit 1); exit 1; }; } |
1079 |
{ (exit 1); exit 1; }; } |
| 1031 |
ac_package=`echo $ac_package | sed 's/[-.]/_/g'` |
1080 |
ac_useropt_orig=$ac_useropt |
| 1032 |
eval with_$ac_package=\$ac_optarg ;; |
1081 |
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
|
|
1082 |
case $ac_user_opts in |
| 1083 |
*" |
| 1084 |
"with_$ac_useropt" |
| 1085 |
"*) ;; |
| 1086 |
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" |
| 1087 |
ac_unrecognized_sep=', ';; |
| 1088 |
esac |
| 1089 |
eval with_$ac_useropt=\$ac_optarg ;; |
| 1033 |
|
1090 |
|
| 1034 |
-without-* | --without-*) |
1091 |
-without-* | --without-*) |
| 1035 |
ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
1092 |
ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
| 1036 |
# Reject names that are not valid shell variable names. |
1093 |
# Reject names that are not valid shell variable names. |
| 1037 |
expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && |
1094 |
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 1038 |
{ echo "$as_me: error: invalid package name: $ac_package" >&2 |
1095 |
{ $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 |
| 1039 |
{ (exit 1); exit 1; }; } |
1096 |
{ (exit 1); exit 1; }; } |
| 1040 |
ac_package=`echo $ac_package | sed 's/[-.]/_/g'` |
1097 |
ac_useropt_orig=$ac_useropt |
| 1041 |
eval with_$ac_package=no ;; |
1098 |
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
|
|
1099 |
case $ac_user_opts in |
| 1100 |
*" |
| 1101 |
"with_$ac_useropt" |
| 1102 |
"*) ;; |
| 1103 |
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" |
| 1104 |
ac_unrecognized_sep=', ';; |
| 1105 |
esac |
| 1106 |
eval with_$ac_useropt=no ;; |
| 1042 |
|
1107 |
|
| 1043 |
--x) |
1108 |
--x) |
| 1044 |
# Obsolete; use --with-x. |
1109 |
# Obsolete; use --with-x. |
|
Lines 1058-1064
Link Here
|
| 1058 |
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
1123 |
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
| 1059 |
x_libraries=$ac_optarg ;; |
1124 |
x_libraries=$ac_optarg ;; |
| 1060 |
|
1125 |
|
| 1061 |
-*) { echo "$as_me: error: unrecognized option: $ac_option |
1126 |
-*) { $as_echo "$as_me: error: unrecognized option: $ac_option |
| 1062 |
Try \`$0 --help' for more information." >&2 |
1127 |
Try \`$0 --help' for more information." >&2 |
| 1063 |
{ (exit 1); exit 1; }; } |
1128 |
{ (exit 1); exit 1; }; } |
| 1064 |
;; |
1129 |
;; |
|
Lines 1067-1082
Link Here
|
| 1067 |
ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` |
1132 |
ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` |
| 1068 |
# Reject names that are not valid shell variable names. |
1133 |
# Reject names that are not valid shell variable names. |
| 1069 |
expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && |
1134 |
expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && |
| 1070 |
{ echo "$as_me: error: invalid variable name: $ac_envvar" >&2 |
1135 |
{ $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 |
| 1071 |
{ (exit 1); exit 1; }; } |
1136 |
{ (exit 1); exit 1; }; } |
| 1072 |
eval $ac_envvar=\$ac_optarg |
1137 |
eval $ac_envvar=\$ac_optarg |
| 1073 |
export $ac_envvar ;; |
1138 |
export $ac_envvar ;; |
| 1074 |
|
1139 |
|
| 1075 |
*) |
1140 |
*) |
| 1076 |
# FIXME: should be removed in autoconf 3.0. |
1141 |
# FIXME: should be removed in autoconf 3.0. |
| 1077 |
echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
1142 |
$as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
| 1078 |
expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
1143 |
expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
| 1079 |
echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
1144 |
$as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
| 1080 |
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
1145 |
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
| 1081 |
;; |
1146 |
;; |
| 1082 |
|
1147 |
|
|
Lines 1085-1106
Link Here
|
| 1085 |
|
1150 |
|
| 1086 |
if test -n "$ac_prev"; then |
1151 |
if test -n "$ac_prev"; then |
| 1087 |
ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
1152 |
ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
| 1088 |
{ echo "$as_me: error: missing argument to $ac_option" >&2 |
1153 |
{ $as_echo "$as_me: error: missing argument to $ac_option" >&2 |
| 1089 |
{ (exit 1); exit 1; }; } |
1154 |
{ (exit 1); exit 1; }; } |
| 1090 |
fi |
1155 |
fi |
| 1091 |
|
1156 |
|
| 1092 |
# Be sure to have absolute directory names. |
1157 |
if test -n "$ac_unrecognized_opts"; then |
|
|
1158 |
case $enable_option_checking in |
| 1159 |
no) ;; |
| 1160 |
fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 |
| 1161 |
{ (exit 1); exit 1; }; } ;; |
| 1162 |
*) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
| 1163 |
esac |
| 1164 |
fi |
| 1165 |
|
| 1166 |
# Check all directory arguments for consistency. |
| 1093 |
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
1167 |
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
| 1094 |
datadir sysconfdir sharedstatedir localstatedir includedir \ |
1168 |
datadir sysconfdir sharedstatedir localstatedir includedir \ |
| 1095 |
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
1169 |
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
| 1096 |
libdir localedir mandir |
1170 |
libdir localedir mandir |
| 1097 |
do |
1171 |
do |
| 1098 |
eval ac_val=\$$ac_var |
1172 |
eval ac_val=\$$ac_var |
|
|
1173 |
# Remove trailing slashes. |
| 1174 |
case $ac_val in |
| 1175 |
*/ ) |
| 1176 |
ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` |
| 1177 |
eval $ac_var=\$ac_val;; |
| 1178 |
esac |
| 1179 |
# Be sure to have absolute directory names. |
| 1099 |
case $ac_val in |
1180 |
case $ac_val in |
| 1100 |
[\\/$]* | ?:[\\/]* ) continue;; |
1181 |
[\\/$]* | ?:[\\/]* ) continue;; |
| 1101 |
NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
1182 |
NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
| 1102 |
esac |
1183 |
esac |
| 1103 |
{ echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 |
1184 |
{ $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 |
| 1104 |
{ (exit 1); exit 1; }; } |
1185 |
{ (exit 1); exit 1; }; } |
| 1105 |
done |
1186 |
done |
| 1106 |
|
1187 |
|
|
Lines 1115-1121
Link Here
|
| 1115 |
if test "x$host_alias" != x; then |
1196 |
if test "x$host_alias" != x; then |
| 1116 |
if test "x$build_alias" = x; then |
1197 |
if test "x$build_alias" = x; then |
| 1117 |
cross_compiling=maybe |
1198 |
cross_compiling=maybe |
| 1118 |
echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
1199 |
$as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
| 1119 |
If a cross compiler is detected then cross compile mode will be used." >&2 |
1200 |
If a cross compiler is detected then cross compile mode will be used." >&2 |
| 1120 |
elif test "x$build_alias" != "x$host_alias"; then |
1201 |
elif test "x$build_alias" != "x$host_alias"; then |
| 1121 |
cross_compiling=yes |
1202 |
cross_compiling=yes |
|
Lines 1131-1140
Link Here
|
| 1131 |
ac_pwd=`pwd` && test -n "$ac_pwd" && |
1212 |
ac_pwd=`pwd` && test -n "$ac_pwd" && |
| 1132 |
ac_ls_di=`ls -di .` && |
1213 |
ac_ls_di=`ls -di .` && |
| 1133 |
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
1214 |
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
| 1134 |
{ echo "$as_me: error: Working directory cannot be determined" >&2 |
1215 |
{ $as_echo "$as_me: error: working directory cannot be determined" >&2 |
| 1135 |
{ (exit 1); exit 1; }; } |
1216 |
{ (exit 1); exit 1; }; } |
| 1136 |
test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
1217 |
test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
| 1137 |
{ echo "$as_me: error: pwd does not report name of working directory" >&2 |
1218 |
{ $as_echo "$as_me: error: pwd does not report name of working directory" >&2 |
| 1138 |
{ (exit 1); exit 1; }; } |
1219 |
{ (exit 1); exit 1; }; } |
| 1139 |
|
1220 |
|
| 1140 |
|
1221 |
|
|
Lines 1142-1153
Link Here
|
| 1142 |
if test -z "$srcdir"; then |
1223 |
if test -z "$srcdir"; then |
| 1143 |
ac_srcdir_defaulted=yes |
1224 |
ac_srcdir_defaulted=yes |
| 1144 |
# Try the directory containing this script, then the parent directory. |
1225 |
# Try the directory containing this script, then the parent directory. |
| 1145 |
ac_confdir=`$as_dirname -- "$0" || |
1226 |
ac_confdir=`$as_dirname -- "$as_myself" || |
| 1146 |
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
1227 |
$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 1147 |
X"$0" : 'X\(//\)[^/]' \| \ |
1228 |
X"$as_myself" : 'X\(//\)[^/]' \| \ |
| 1148 |
X"$0" : 'X\(//\)$' \| \ |
1229 |
X"$as_myself" : 'X\(//\)$' \| \ |
| 1149 |
X"$0" : 'X\(/\)' \| . 2>/dev/null || |
1230 |
X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || |
| 1150 |
echo X"$0" | |
1231 |
$as_echo X"$as_myself" | |
| 1151 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
1232 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
| 1152 |
s//\1/ |
1233 |
s//\1/ |
| 1153 |
q |
1234 |
q |
|
Lines 1174-1185
Link Here
|
| 1174 |
fi |
1255 |
fi |
| 1175 |
if test ! -r "$srcdir/$ac_unique_file"; then |
1256 |
if test ! -r "$srcdir/$ac_unique_file"; then |
| 1176 |
test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
1257 |
test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
| 1177 |
{ echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 |
1258 |
{ $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 |
| 1178 |
{ (exit 1); exit 1; }; } |
1259 |
{ (exit 1); exit 1; }; } |
| 1179 |
fi |
1260 |
fi |
| 1180 |
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
1261 |
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
| 1181 |
ac_abs_confdir=`( |
1262 |
ac_abs_confdir=`( |
| 1182 |
cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 |
1263 |
cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 |
| 1183 |
{ (exit 1); exit 1; }; } |
1264 |
{ (exit 1); exit 1; }; } |
| 1184 |
pwd)` |
1265 |
pwd)` |
| 1185 |
# When building in place, set srcdir=. |
1266 |
# When building in place, set srcdir=. |
|
Lines 1228-1236
Link Here
|
| 1228 |
|
1309 |
|
| 1229 |
Installation directories: |
1310 |
Installation directories: |
| 1230 |
--prefix=PREFIX install architecture-independent files in PREFIX |
1311 |
--prefix=PREFIX install architecture-independent files in PREFIX |
| 1231 |
[$ac_default_prefix] |
1312 |
[$ac_default_prefix] |
| 1232 |
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
1313 |
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
| 1233 |
[PREFIX] |
1314 |
[PREFIX] |
| 1234 |
|
1315 |
|
| 1235 |
By default, \`make install' will install all the files in |
1316 |
By default, \`make install' will install all the files in |
| 1236 |
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify |
1317 |
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify |
|
Lines 1240-1264
Link Here
|
| 1240 |
For better control, use the options below. |
1321 |
For better control, use the options below. |
| 1241 |
|
1322 |
|
| 1242 |
Fine tuning of the installation directories: |
1323 |
Fine tuning of the installation directories: |
| 1243 |
--bindir=DIR user executables [EPREFIX/bin] |
1324 |
--bindir=DIR user executables [EPREFIX/bin] |
| 1244 |
--sbindir=DIR system admin executables [EPREFIX/sbin] |
1325 |
--sbindir=DIR system admin executables [EPREFIX/sbin] |
| 1245 |
--libexecdir=DIR program executables [EPREFIX/libexec] |
1326 |
--libexecdir=DIR program executables [EPREFIX/libexec] |
| 1246 |
--sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
1327 |
--sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
| 1247 |
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
1328 |
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
| 1248 |
--localstatedir=DIR modifiable single-machine data [PREFIX/var] |
1329 |
--localstatedir=DIR modifiable single-machine data [PREFIX/var] |
| 1249 |
--libdir=DIR object code libraries [EPREFIX/lib] |
1330 |
--libdir=DIR object code libraries [EPREFIX/lib] |
| 1250 |
--includedir=DIR C header files [PREFIX/include] |
1331 |
--includedir=DIR C header files [PREFIX/include] |
| 1251 |
--oldincludedir=DIR C header files for non-gcc [/usr/include] |
1332 |
--oldincludedir=DIR C header files for non-gcc [/usr/include] |
| 1252 |
--datarootdir=DIR read-only arch.-independent data root [PREFIX/share] |
1333 |
--datarootdir=DIR read-only arch.-independent data root [PREFIX/share] |
| 1253 |
--datadir=DIR read-only architecture-independent data [DATAROOTDIR] |
1334 |
--datadir=DIR read-only architecture-independent data [DATAROOTDIR] |
| 1254 |
--infodir=DIR info documentation [DATAROOTDIR/info] |
1335 |
--infodir=DIR info documentation [DATAROOTDIR/info] |
| 1255 |
--localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
1336 |
--localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
| 1256 |
--mandir=DIR man documentation [DATAROOTDIR/man] |
1337 |
--mandir=DIR man documentation [DATAROOTDIR/man] |
| 1257 |
--docdir=DIR documentation root [DATAROOTDIR/doc/libaif] |
1338 |
--docdir=DIR documentation root [DATAROOTDIR/doc/libaif] |
| 1258 |
--htmldir=DIR html documentation [DOCDIR] |
1339 |
--htmldir=DIR html documentation [DOCDIR] |
| 1259 |
--dvidir=DIR dvi documentation [DOCDIR] |
1340 |
--dvidir=DIR dvi documentation [DOCDIR] |
| 1260 |
--pdfdir=DIR pdf documentation [DOCDIR] |
1341 |
--pdfdir=DIR pdf documentation [DOCDIR] |
| 1261 |
--psdir=DIR ps documentation [DOCDIR] |
1342 |
--psdir=DIR ps documentation [DOCDIR] |
| 1262 |
_ACEOF |
1343 |
_ACEOF |
| 1263 |
|
1344 |
|
| 1264 |
cat <<\_ACEOF |
1345 |
cat <<\_ACEOF |
|
Lines 1277-1282
Link Here
|
| 1277 |
cat <<\_ACEOF |
1358 |
cat <<\_ACEOF |
| 1278 |
|
1359 |
|
| 1279 |
Optional Features: |
1360 |
Optional Features: |
|
|
1361 |
--disable-option-checking ignore unrecognized --enable/--with options |
| 1280 |
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
1362 |
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 1281 |
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
1363 |
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 1282 |
--disable-dependency-tracking speeds up one-time build |
1364 |
--disable-dependency-tracking speeds up one-time build |
|
Lines 1302-1316
Link Here
|
| 1302 |
if test "$ac_init_help" = "recursive"; then |
1384 |
if test "$ac_init_help" = "recursive"; then |
| 1303 |
# If there are subdirs, report their specific --help. |
1385 |
# If there are subdirs, report their specific --help. |
| 1304 |
for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue |
1386 |
for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue |
| 1305 |
test -d "$ac_dir" || continue |
1387 |
test -d "$ac_dir" || |
|
|
1388 |
{ cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || |
| 1389 |
continue |
| 1306 |
ac_builddir=. |
1390 |
ac_builddir=. |
| 1307 |
|
1391 |
|
| 1308 |
case "$ac_dir" in |
1392 |
case "$ac_dir" in |
| 1309 |
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
1393 |
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
| 1310 |
*) |
1394 |
*) |
| 1311 |
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
1395 |
ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
| 1312 |
# A ".." for each directory in $ac_dir_suffix. |
1396 |
# A ".." for each directory in $ac_dir_suffix. |
| 1313 |
ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` |
1397 |
ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
| 1314 |
case $ac_top_builddir_sub in |
1398 |
case $ac_top_builddir_sub in |
| 1315 |
"") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
1399 |
"") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
| 1316 |
*) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
1400 |
*) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
|
Lines 1346-1352
Link Here
|
| 1346 |
echo && |
1430 |
echo && |
| 1347 |
$SHELL "$ac_srcdir/configure" --help=recursive |
1431 |
$SHELL "$ac_srcdir/configure" --help=recursive |
| 1348 |
else |
1432 |
else |
| 1349 |
echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
1433 |
$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
| 1350 |
fi || ac_status=$? |
1434 |
fi || ac_status=$? |
| 1351 |
cd "$ac_pwd" || { ac_status=$?; break; } |
1435 |
cd "$ac_pwd" || { ac_status=$?; break; } |
| 1352 |
done |
1436 |
done |
|
Lines 1356-1365
Link Here
|
| 1356 |
if $ac_init_version; then |
1440 |
if $ac_init_version; then |
| 1357 |
cat <<\_ACEOF |
1441 |
cat <<\_ACEOF |
| 1358 |
libaif configure 2.1.0 |
1442 |
libaif configure 2.1.0 |
| 1359 |
generated by GNU Autoconf 2.61 |
1443 |
generated by GNU Autoconf 2.63 |
| 1360 |
|
1444 |
|
| 1361 |
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
1445 |
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 1362 |
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
1446 |
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1363 |
This configure script is free software; the Free Software Foundation |
1447 |
This configure script is free software; the Free Software Foundation |
| 1364 |
gives unlimited permission to copy, distribute and modify it. |
1448 |
gives unlimited permission to copy, distribute and modify it. |
| 1365 |
_ACEOF |
1449 |
_ACEOF |
|
Lines 1370-1376
Link Here
|
| 1370 |
running configure, to aid debugging if configure makes a mistake. |
1454 |
running configure, to aid debugging if configure makes a mistake. |
| 1371 |
|
1455 |
|
| 1372 |
It was created by libaif $as_me 2.1.0, which was |
1456 |
It was created by libaif $as_me 2.1.0, which was |
| 1373 |
generated by GNU Autoconf 2.61. Invocation command line was |
1457 |
generated by GNU Autoconf 2.63. Invocation command line was |
| 1374 |
|
1458 |
|
| 1375 |
$ $0 $@ |
1459 |
$ $0 $@ |
| 1376 |
|
1460 |
|
|
Lines 1406-1412
Link Here
|
| 1406 |
do |
1490 |
do |
| 1407 |
IFS=$as_save_IFS |
1491 |
IFS=$as_save_IFS |
| 1408 |
test -z "$as_dir" && as_dir=. |
1492 |
test -z "$as_dir" && as_dir=. |
| 1409 |
echo "PATH: $as_dir" |
1493 |
$as_echo "PATH: $as_dir" |
| 1410 |
done |
1494 |
done |
| 1411 |
IFS=$as_save_IFS |
1495 |
IFS=$as_save_IFS |
| 1412 |
|
1496 |
|
|
Lines 1441-1447
Link Here
|
| 1441 |
| -silent | --silent | --silen | --sile | --sil) |
1525 |
| -silent | --silent | --silen | --sile | --sil) |
| 1442 |
continue ;; |
1526 |
continue ;; |
| 1443 |
*\'*) |
1527 |
*\'*) |
| 1444 |
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
1528 |
ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 1445 |
esac |
1529 |
esac |
| 1446 |
case $ac_pass in |
1530 |
case $ac_pass in |
| 1447 |
1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; |
1531 |
1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; |
|
Lines 1493-1503
Link Here
|
| 1493 |
case $ac_val in #( |
1577 |
case $ac_val in #( |
| 1494 |
*${as_nl}*) |
1578 |
*${as_nl}*) |
| 1495 |
case $ac_var in #( |
1579 |
case $ac_var in #( |
| 1496 |
*_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 |
1580 |
*_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 |
| 1497 |
echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; |
1581 |
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; |
| 1498 |
esac |
1582 |
esac |
| 1499 |
case $ac_var in #( |
1583 |
case $ac_var in #( |
| 1500 |
_ | IFS | as_nl) ;; #( |
1584 |
_ | IFS | as_nl) ;; #( |
|
|
1585 |
BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( |
| 1501 |
*) $as_unset $ac_var ;; |
1586 |
*) $as_unset $ac_var ;; |
| 1502 |
esac ;; |
1587 |
esac ;; |
| 1503 |
esac |
1588 |
esac |
|
Lines 1527-1535
Link Here
|
| 1527 |
do |
1612 |
do |
| 1528 |
eval ac_val=\$$ac_var |
1613 |
eval ac_val=\$$ac_var |
| 1529 |
case $ac_val in |
1614 |
case $ac_val in |
| 1530 |
*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
1615 |
*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
| 1531 |
esac |
1616 |
esac |
| 1532 |
echo "$ac_var='\''$ac_val'\''" |
1617 |
$as_echo "$ac_var='\''$ac_val'\''" |
| 1533 |
done | sort |
1618 |
done | sort |
| 1534 |
echo |
1619 |
echo |
| 1535 |
|
1620 |
|
|
Lines 1544-1552
Link Here
|
| 1544 |
do |
1629 |
do |
| 1545 |
eval ac_val=\$$ac_var |
1630 |
eval ac_val=\$$ac_var |
| 1546 |
case $ac_val in |
1631 |
case $ac_val in |
| 1547 |
*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
1632 |
*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
| 1548 |
esac |
1633 |
esac |
| 1549 |
echo "$ac_var='\''$ac_val'\''" |
1634 |
$as_echo "$ac_var='\''$ac_val'\''" |
| 1550 |
done | sort |
1635 |
done | sort |
| 1551 |
echo |
1636 |
echo |
| 1552 |
fi |
1637 |
fi |
|
Lines 1562-1569
Link Here
|
| 1562 |
echo |
1647 |
echo |
| 1563 |
fi |
1648 |
fi |
| 1564 |
test "$ac_signal" != 0 && |
1649 |
test "$ac_signal" != 0 && |
| 1565 |
echo "$as_me: caught signal $ac_signal" |
1650 |
$as_echo "$as_me: caught signal $ac_signal" |
| 1566 |
echo "$as_me: exit $exit_status" |
1651 |
$as_echo "$as_me: exit $exit_status" |
| 1567 |
} >&5 |
1652 |
} >&5 |
| 1568 |
rm -f core *.core core.conftest.* && |
1653 |
rm -f core *.core core.conftest.* && |
| 1569 |
rm -f -r conftest* confdefs* conf$$* $ac_clean_files && |
1654 |
rm -f -r conftest* confdefs* conf$$* $ac_clean_files && |
|
Lines 1605-1625
Link Here
|
| 1605 |
|
1690 |
|
| 1606 |
|
1691 |
|
| 1607 |
# Let the site file select an alternate cache file if it wants to. |
1692 |
# Let the site file select an alternate cache file if it wants to. |
| 1608 |
# Prefer explicitly selected file to automatically selected ones. |
1693 |
# Prefer an explicitly selected file to automatically selected ones. |
|
|
1694 |
ac_site_file1=NONE |
| 1695 |
ac_site_file2=NONE |
| 1609 |
if test -n "$CONFIG_SITE"; then |
1696 |
if test -n "$CONFIG_SITE"; then |
| 1610 |
set x "$CONFIG_SITE" |
1697 |
ac_site_file1=$CONFIG_SITE |
| 1611 |
elif test "x$prefix" != xNONE; then |
1698 |
elif test "x$prefix" != xNONE; then |
| 1612 |
set x "$prefix/share/config.site" "$prefix/etc/config.site" |
1699 |
ac_site_file1=$prefix/share/config.site |
|
|
1700 |
ac_site_file2=$prefix/etc/config.site |
| 1613 |
else |
1701 |
else |
| 1614 |
set x "$ac_default_prefix/share/config.site" \ |
1702 |
ac_site_file1=$ac_default_prefix/share/config.site |
| 1615 |
"$ac_default_prefix/etc/config.site" |
1703 |
ac_site_file2=$ac_default_prefix/etc/config.site |
| 1616 |
fi |
1704 |
fi |
| 1617 |
shift |
1705 |
for ac_site_file in "$ac_site_file1" "$ac_site_file2" |
| 1618 |
for ac_site_file |
|
|
| 1619 |
do |
1706 |
do |
|
|
1707 |
test "x$ac_site_file" = xNONE && continue |
| 1620 |
if test -r "$ac_site_file"; then |
1708 |
if test -r "$ac_site_file"; then |
| 1621 |
{ echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 |
1709 |
{ $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 |
| 1622 |
echo "$as_me: loading site script $ac_site_file" >&6;} |
1710 |
$as_echo "$as_me: loading site script $ac_site_file" >&6;} |
| 1623 |
sed 's/^/| /' "$ac_site_file" >&5 |
1711 |
sed 's/^/| /' "$ac_site_file" >&5 |
| 1624 |
. "$ac_site_file" |
1712 |
. "$ac_site_file" |
| 1625 |
fi |
1713 |
fi |
|
Lines 1629-1644
Link Here
|
| 1629 |
# Some versions of bash will fail to source /dev/null (special |
1717 |
# Some versions of bash will fail to source /dev/null (special |
| 1630 |
# files actually), so we avoid doing that. |
1718 |
# files actually), so we avoid doing that. |
| 1631 |
if test -f "$cache_file"; then |
1719 |
if test -f "$cache_file"; then |
| 1632 |
{ echo "$as_me:$LINENO: loading cache $cache_file" >&5 |
1720 |
{ $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 |
| 1633 |
echo "$as_me: loading cache $cache_file" >&6;} |
1721 |
$as_echo "$as_me: loading cache $cache_file" >&6;} |
| 1634 |
case $cache_file in |
1722 |
case $cache_file in |
| 1635 |
[\\/]* | ?:[\\/]* ) . "$cache_file";; |
1723 |
[\\/]* | ?:[\\/]* ) . "$cache_file";; |
| 1636 |
*) . "./$cache_file";; |
1724 |
*) . "./$cache_file";; |
| 1637 |
esac |
1725 |
esac |
| 1638 |
fi |
1726 |
fi |
| 1639 |
else |
1727 |
else |
| 1640 |
{ echo "$as_me:$LINENO: creating cache $cache_file" >&5 |
1728 |
{ $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 |
| 1641 |
echo "$as_me: creating cache $cache_file" >&6;} |
1729 |
$as_echo "$as_me: creating cache $cache_file" >&6;} |
| 1642 |
>$cache_file |
1730 |
>$cache_file |
| 1643 |
fi |
1731 |
fi |
| 1644 |
|
1732 |
|
|
Lines 1652-1680
Link Here
|
| 1652 |
eval ac_new_val=\$ac_env_${ac_var}_value |
1740 |
eval ac_new_val=\$ac_env_${ac_var}_value |
| 1653 |
case $ac_old_set,$ac_new_set in |
1741 |
case $ac_old_set,$ac_new_set in |
| 1654 |
set,) |
1742 |
set,) |
| 1655 |
{ echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
1743 |
{ $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
| 1656 |
echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} |
1744 |
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} |
| 1657 |
ac_cache_corrupted=: ;; |
1745 |
ac_cache_corrupted=: ;; |
| 1658 |
,set) |
1746 |
,set) |
| 1659 |
{ echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 |
1747 |
{ $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 |
| 1660 |
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} |
1748 |
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} |
| 1661 |
ac_cache_corrupted=: ;; |
1749 |
ac_cache_corrupted=: ;; |
| 1662 |
,);; |
1750 |
,);; |
| 1663 |
*) |
1751 |
*) |
| 1664 |
if test "x$ac_old_val" != "x$ac_new_val"; then |
1752 |
if test "x$ac_old_val" != "x$ac_new_val"; then |
| 1665 |
{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 |
1753 |
# differences in whitespace do not lead to failure. |
| 1666 |
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
1754 |
ac_old_val_w=`echo x $ac_old_val` |
| 1667 |
{ echo "$as_me:$LINENO: former value: $ac_old_val" >&5 |
1755 |
ac_new_val_w=`echo x $ac_new_val` |
| 1668 |
echo "$as_me: former value: $ac_old_val" >&2;} |
1756 |
if test "$ac_old_val_w" != "$ac_new_val_w"; then |
| 1669 |
{ echo "$as_me:$LINENO: current value: $ac_new_val" >&5 |
1757 |
{ $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 |
| 1670 |
echo "$as_me: current value: $ac_new_val" >&2;} |
1758 |
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
| 1671 |
ac_cache_corrupted=: |
1759 |
ac_cache_corrupted=: |
|
|
1760 |
else |
| 1761 |
{ $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 |
| 1762 |
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} |
| 1763 |
eval $ac_var=\$ac_old_val |
| 1764 |
fi |
| 1765 |
{ $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 |
| 1766 |
$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} |
| 1767 |
{ $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 |
| 1768 |
$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} |
| 1672 |
fi;; |
1769 |
fi;; |
| 1673 |
esac |
1770 |
esac |
| 1674 |
# Pass precious variables to config.status. |
1771 |
# Pass precious variables to config.status. |
| 1675 |
if test "$ac_new_set" = set; then |
1772 |
if test "$ac_new_set" = set; then |
| 1676 |
case $ac_new_val in |
1773 |
case $ac_new_val in |
| 1677 |
*\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
1774 |
*\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 1678 |
*) ac_arg=$ac_var=$ac_new_val ;; |
1775 |
*) ac_arg=$ac_var=$ac_new_val ;; |
| 1679 |
esac |
1776 |
esac |
| 1680 |
case " $ac_configure_args " in |
1777 |
case " $ac_configure_args " in |
|
Lines 1684-1693
Link Here
|
| 1684 |
fi |
1781 |
fi |
| 1685 |
done |
1782 |
done |
| 1686 |
if $ac_cache_corrupted; then |
1783 |
if $ac_cache_corrupted; then |
| 1687 |
{ echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 |
1784 |
{ $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
| 1688 |
echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
1785 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 1689 |
{ { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 |
1786 |
{ $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 |
| 1690 |
echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} |
1787 |
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
|
|
1788 |
{ { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 |
| 1789 |
$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} |
| 1691 |
{ (exit 1); exit 1; }; } |
1790 |
{ (exit 1); exit 1; }; } |
| 1692 |
fi |
1791 |
fi |
| 1693 |
|
1792 |
|
|
Lines 1722-1728
Link Here
|
| 1722 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
1821 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 1723 |
|
1822 |
|
| 1724 |
|
1823 |
|
| 1725 |
am__api_version='1.10' |
1824 |
am__api_version='1.11' |
| 1726 |
|
1825 |
|
| 1727 |
ac_aux_dir= |
1826 |
ac_aux_dir= |
| 1728 |
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
1827 |
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
|
Lines 1741-1748
Link Here
|
| 1741 |
fi |
1840 |
fi |
| 1742 |
done |
1841 |
done |
| 1743 |
if test -z "$ac_aux_dir"; then |
1842 |
if test -z "$ac_aux_dir"; then |
| 1744 |
{ { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 |
1843 |
{ { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 |
| 1745 |
echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} |
1844 |
$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} |
| 1746 |
{ (exit 1); exit 1; }; } |
1845 |
{ (exit 1); exit 1; }; } |
| 1747 |
fi |
1846 |
fi |
| 1748 |
|
1847 |
|
|
Lines 1768-1778
Link Here
|
| 1768 |
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
1867 |
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
| 1769 |
# OS/2's system install, which has a completely different semantic |
1868 |
# OS/2's system install, which has a completely different semantic |
| 1770 |
# ./install, which can be erroneously created by make from ./install.sh. |
1869 |
# ./install, which can be erroneously created by make from ./install.sh. |
| 1771 |
{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
1870 |
# Reject install programs that cannot install multiple files. |
| 1772 |
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } |
1871 |
{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
|
|
1872 |
$as_echo_n "checking for a BSD-compatible install... " >&6; } |
| 1773 |
if test -z "$INSTALL"; then |
1873 |
if test -z "$INSTALL"; then |
| 1774 |
if test "${ac_cv_path_install+set}" = set; then |
1874 |
if test "${ac_cv_path_install+set}" = set; then |
| 1775 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
1875 |
$as_echo_n "(cached) " >&6 |
| 1776 |
else |
1876 |
else |
| 1777 |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
1877 |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 1778 |
for as_dir in $PATH |
1878 |
for as_dir in $PATH |
|
Lines 1801-1817
Link Here
|
| 1801 |
# program-specific install script used by HP pwplus--don't use. |
1901 |
# program-specific install script used by HP pwplus--don't use. |
| 1802 |
: |
1902 |
: |
| 1803 |
else |
1903 |
else |
| 1804 |
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
1904 |
rm -rf conftest.one conftest.two conftest.dir |
| 1805 |
break 3 |
1905 |
echo one > conftest.one |
|
|
1906 |
echo two > conftest.two |
| 1907 |
mkdir conftest.dir |
| 1908 |
if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && |
| 1909 |
test -s conftest.one && test -s conftest.two && |
| 1910 |
test -s conftest.dir/conftest.one && |
| 1911 |
test -s conftest.dir/conftest.two |
| 1912 |
then |
| 1913 |
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
| 1914 |
break 3 |
| 1915 |
fi |
| 1806 |
fi |
1916 |
fi |
| 1807 |
fi |
1917 |
fi |
| 1808 |
done |
1918 |
done |
| 1809 |
done |
1919 |
done |
| 1810 |
;; |
1920 |
;; |
| 1811 |
esac |
1921 |
esac |
|
|
1922 |
|
| 1812 |
done |
1923 |
done |
| 1813 |
IFS=$as_save_IFS |
1924 |
IFS=$as_save_IFS |
| 1814 |
|
1925 |
|
|
|
1926 |
rm -rf conftest.one conftest.two conftest.dir |
| 1815 |
|
1927 |
|
| 1816 |
fi |
1928 |
fi |
| 1817 |
if test "${ac_cv_path_install+set}" = set; then |
1929 |
if test "${ac_cv_path_install+set}" = set; then |
|
Lines 1824-1831
Link Here
|
| 1824 |
INSTALL=$ac_install_sh |
1936 |
INSTALL=$ac_install_sh |
| 1825 |
fi |
1937 |
fi |
| 1826 |
fi |
1938 |
fi |
| 1827 |
{ echo "$as_me:$LINENO: result: $INSTALL" >&5 |
1939 |
{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 |
| 1828 |
echo "${ECHO_T}$INSTALL" >&6; } |
1940 |
$as_echo "$INSTALL" >&6; } |
| 1829 |
|
1941 |
|
| 1830 |
# Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
1942 |
# Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
| 1831 |
# It thinks the first close brace ends the variable substitution. |
1943 |
# It thinks the first close brace ends the variable substitution. |
|
Lines 1835-1855
Link Here
|
| 1835 |
|
1947 |
|
| 1836 |
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
1948 |
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
| 1837 |
|
1949 |
|
| 1838 |
{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 |
1950 |
{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 |
| 1839 |
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } |
1951 |
$as_echo_n "checking whether build environment is sane... " >&6; } |
| 1840 |
# Just in case |
1952 |
# Just in case |
| 1841 |
sleep 1 |
1953 |
sleep 1 |
| 1842 |
echo timestamp > conftest.file |
1954 |
echo timestamp > conftest.file |
|
|
1955 |
# Reject unsafe characters in $srcdir or the absolute working directory |
| 1956 |
# name. Accept space and tab only in the latter. |
| 1957 |
am_lf=' |
| 1958 |
' |
| 1959 |
case `pwd` in |
| 1960 |
*[\\\"\#\$\&\'\`$am_lf]*) |
| 1961 |
{ { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5 |
| 1962 |
$as_echo "$as_me: error: unsafe absolute working directory name" >&2;} |
| 1963 |
{ (exit 1); exit 1; }; };; |
| 1964 |
esac |
| 1965 |
case $srcdir in |
| 1966 |
*[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
| 1967 |
{ { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5 |
| 1968 |
$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;} |
| 1969 |
{ (exit 1); exit 1; }; };; |
| 1970 |
esac |
| 1971 |
|
| 1843 |
# Do `set' in a subshell so we don't clobber the current shell's |
1972 |
# Do `set' in a subshell so we don't clobber the current shell's |
| 1844 |
# arguments. Must try -L first in case configure is actually a |
1973 |
# arguments. Must try -L first in case configure is actually a |
| 1845 |
# symlink; some systems play weird games with the mod time of symlinks |
1974 |
# symlink; some systems play weird games with the mod time of symlinks |
| 1846 |
# (eg FreeBSD returns the mod time of the symlink's containing |
1975 |
# (eg FreeBSD returns the mod time of the symlink's containing |
| 1847 |
# directory). |
1976 |
# directory). |
| 1848 |
if ( |
1977 |
if ( |
| 1849 |
set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` |
1978 |
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
| 1850 |
if test "$*" = "X"; then |
1979 |
if test "$*" = "X"; then |
| 1851 |
# -L didn't work. |
1980 |
# -L didn't work. |
| 1852 |
set X `ls -t $srcdir/configure conftest.file` |
1981 |
set X `ls -t "$srcdir/configure" conftest.file` |
| 1853 |
fi |
1982 |
fi |
| 1854 |
rm -f conftest.file |
1983 |
rm -f conftest.file |
| 1855 |
if test "$*" != "X $srcdir/configure conftest.file" \ |
1984 |
if test "$*" != "X $srcdir/configure conftest.file" \ |
|
Lines 1859-1867
Link Here
|
| 1859 |
# if, for instance, CONFIG_SHELL is bash and it inherits a |
1988 |
# if, for instance, CONFIG_SHELL is bash and it inherits a |
| 1860 |
# broken ls alias from the environment. This has actually |
1989 |
# broken ls alias from the environment. This has actually |
| 1861 |
# happened. Such a system could not be considered "sane". |
1990 |
# happened. Such a system could not be considered "sane". |
| 1862 |
{ { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken |
1991 |
{ { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken |
| 1863 |
alias in your environment" >&5 |
1992 |
alias in your environment" >&5 |
| 1864 |
echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken |
1993 |
$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken |
| 1865 |
alias in your environment" >&2;} |
1994 |
alias in your environment" >&2;} |
| 1866 |
{ (exit 1); exit 1; }; } |
1995 |
{ (exit 1); exit 1; }; } |
| 1867 |
fi |
1996 |
fi |
|
Lines 1872-1916
Link Here
|
| 1872 |
# Ok. |
2001 |
# Ok. |
| 1873 |
: |
2002 |
: |
| 1874 |
else |
2003 |
else |
| 1875 |
{ { echo "$as_me:$LINENO: error: newly created file is older than distributed files! |
2004 |
{ { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! |
| 1876 |
Check your system clock" >&5 |
2005 |
Check your system clock" >&5 |
| 1877 |
echo "$as_me: error: newly created file is older than distributed files! |
2006 |
$as_echo "$as_me: error: newly created file is older than distributed files! |
| 1878 |
Check your system clock" >&2;} |
2007 |
Check your system clock" >&2;} |
| 1879 |
{ (exit 1); exit 1; }; } |
2008 |
{ (exit 1); exit 1; }; } |
| 1880 |
fi |
2009 |
fi |
| 1881 |
{ echo "$as_me:$LINENO: result: yes" >&5 |
2010 |
{ $as_echo "$as_me:$LINENO: result: yes" >&5 |
| 1882 |
echo "${ECHO_T}yes" >&6; } |
2011 |
$as_echo "yes" >&6; } |
| 1883 |
test "$program_prefix" != NONE && |
2012 |
test "$program_prefix" != NONE && |
| 1884 |
program_transform_name="s&^&$program_prefix&;$program_transform_name" |
2013 |
program_transform_name="s&^&$program_prefix&;$program_transform_name" |
| 1885 |
# Use a double $ so make ignores it. |
2014 |
# Use a double $ so make ignores it. |
| 1886 |
test "$program_suffix" != NONE && |
2015 |
test "$program_suffix" != NONE && |
| 1887 |
program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
2016 |
program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
| 1888 |
# Double any \ or $. echo might interpret backslashes. |
2017 |
# Double any \ or $. |
| 1889 |
# By default was `s,x,x', remove it if useless. |
2018 |
# By default was `s,x,x', remove it if useless. |
| 1890 |
cat <<\_ACEOF >conftest.sed |
2019 |
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
| 1891 |
s/[\\$]/&&/g;s/;s,x,x,$// |
2020 |
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` |
| 1892 |
_ACEOF |
|
|
| 1893 |
program_transform_name=`echo $program_transform_name | sed -f conftest.sed` |
| 1894 |
rm -f conftest.sed |
| 1895 |
|
2021 |
|
| 1896 |
# expand $ac_aux_dir to an absolute path |
2022 |
# expand $ac_aux_dir to an absolute path |
| 1897 |
am_aux_dir=`cd $ac_aux_dir && pwd` |
2023 |
am_aux_dir=`cd $ac_aux_dir && pwd` |
| 1898 |
|
2024 |
|
| 1899 |
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" |
2025 |
if test x"${MISSING+set}" != xset; then |
|
|
2026 |
case $am_aux_dir in |
| 2027 |
*\ * | *\ *) |
| 2028 |
MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; |
| 2029 |
*) |
| 2030 |
MISSING="\${SHELL} $am_aux_dir/missing" ;; |
| 2031 |
esac |
| 2032 |
fi |
| 1900 |
# Use eval to expand $SHELL |
2033 |
# Use eval to expand $SHELL |
| 1901 |
if eval "$MISSING --run true"; then |
2034 |
if eval "$MISSING --run true"; then |
| 1902 |
am_missing_run="$MISSING --run " |
2035 |
am_missing_run="$MISSING --run " |
| 1903 |
else |
2036 |
else |
| 1904 |
am_missing_run= |
2037 |
am_missing_run= |
| 1905 |
{ echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 |
2038 |
{ $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 |
| 1906 |
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
2039 |
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
| 1907 |
fi |
2040 |
fi |
| 1908 |
|
2041 |
|
| 1909 |
{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 |
2042 |
if test x"${install_sh}" != xset; then |
| 1910 |
echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } |
2043 |
case $am_aux_dir in |
|
|
2044 |
*\ * | *\ *) |
| 2045 |
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; |
| 2046 |
*) |
| 2047 |
install_sh="\${SHELL} $am_aux_dir/install-sh" |
| 2048 |
esac |
| 2049 |
fi |
| 2050 |
|
| 2051 |
# Installed binaries are usually stripped using `strip' when the user |
| 2052 |
# run `make install-strip'. However `strip' might not be the right |
| 2053 |
# tool to use in cross-compilation environments, therefore Automake |
| 2054 |
# will honor the `STRIP' environment variable to overrule this program. |
| 2055 |
if test "$cross_compiling" != no; then |
| 2056 |
if test -n "$ac_tool_prefix"; then |
| 2057 |
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
| 2058 |
set dummy ${ac_tool_prefix}strip; ac_word=$2 |
| 2059 |
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 2060 |
$as_echo_n "checking for $ac_word... " >&6; } |
| 2061 |
if test "${ac_cv_prog_STRIP+set}" = set; then |
| 2062 |
$as_echo_n "(cached) " >&6 |
| 2063 |
else |
| 2064 |
if test -n "$STRIP"; then |
| 2065 |
ac_cv_prog_STRIP="$STRIP" # Let the user override the test. |
| 2066 |
else |
| 2067 |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2068 |
for as_dir in $PATH |
| 2069 |
do |
| 2070 |
IFS=$as_save_IFS |
| 2071 |
test -z "$as_dir" && as_dir=. |
| 2072 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2073 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2074 |
ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
| 2075 |
$as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2076 |
break 2 |
| 2077 |
fi |
| 2078 |
done |
| 2079 |
done |
| 2080 |
IFS=$as_save_IFS |
| 2081 |
|
| 2082 |
fi |
| 2083 |
fi |
| 2084 |
STRIP=$ac_cv_prog_STRIP |
| 2085 |
if test -n "$STRIP"; then |
| 2086 |
{ $as_echo "$as_me:$LINENO: result: $STRIP" >&5 |
| 2087 |
$as_echo "$STRIP" >&6; } |
| 2088 |
else |
| 2089 |
{ $as_echo "$as_me:$LINENO: result: no" >&5 |
| 2090 |
$as_echo "no" >&6; } |
| 2091 |
fi |
| 2092 |
|
| 2093 |
|
| 2094 |
fi |
| 2095 |
if test -z "$ac_cv_prog_STRIP"; then |
| 2096 |
ac_ct_STRIP=$STRIP |
| 2097 |
# Extract the first word of "strip", so it can be a program name with args. |
| 2098 |
set dummy strip; ac_word=$2 |
| 2099 |
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 2100 |
$as_echo_n "checking for $ac_word... " >&6; } |
| 2101 |
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then |
| 2102 |
$as_echo_n "(cached) " >&6 |
| 2103 |
else |
| 2104 |
if test -n "$ac_ct_STRIP"; then |
| 2105 |
ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. |
| 2106 |
else |
| 2107 |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2108 |
for as_dir in $PATH |
| 2109 |
do |
| 2110 |
IFS=$as_save_IFS |
| 2111 |
test -z "$as_dir" && as_dir=. |
| 2112 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2113 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2114 |
ac_cv_prog_ac_ct_STRIP="strip" |
| 2115 |
$as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2116 |
break 2 |
| 2117 |
fi |
| 2118 |
done |
| 2119 |
done |
| 2120 |
IFS=$as_save_IFS |
| 2121 |
|
| 2122 |
fi |
| 2123 |
fi |
| 2124 |
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP |
| 2125 |
if test -n "$ac_ct_STRIP"; then |
| 2126 |
{ $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 |
| 2127 |
$as_echo "$ac_ct_STRIP" >&6; } |
| 2128 |
else |
| 2129 |
{ $as_echo "$as_me:$LINENO: result: no" >&5 |
| 2130 |
$as_echo "no" >&6; } |
| 2131 |
fi |
| 2132 |
|
| 2133 |
if test "x$ac_ct_STRIP" = x; then |
| 2134 |
STRIP=":" |
| 2135 |
else |
| 2136 |
case $cross_compiling:$ac_tool_warned in |
| 2137 |
yes:) |
| 2138 |
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 |
| 2139 |
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
| 2140 |
ac_tool_warned=yes ;; |
| 2141 |
esac |
| 2142 |
STRIP=$ac_ct_STRIP |
| 2143 |
fi |
| 2144 |
else |
| 2145 |
STRIP="$ac_cv_prog_STRIP" |
| 2146 |
fi |
| 2147 |
|
| 2148 |
fi |
| 2149 |
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
| 2150 |
|
| 2151 |
{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 |
| 2152 |
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } |
| 1911 |
if test -z "$MKDIR_P"; then |
2153 |
if test -z "$MKDIR_P"; then |
| 1912 |
if test "${ac_cv_path_mkdir+set}" = set; then |
2154 |
if test "${ac_cv_path_mkdir+set}" = set; then |
| 1913 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
2155 |
$as_echo_n "(cached) " >&6 |
| 1914 |
else |
2156 |
else |
| 1915 |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
2157 |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 1916 |
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin |
2158 |
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin |
|
Lines 1945-1952
Link Here
|
| 1945 |
MKDIR_P="$ac_install_sh -d" |
2187 |
MKDIR_P="$ac_install_sh -d" |
| 1946 |
fi |
2188 |
fi |
| 1947 |
fi |
2189 |
fi |
| 1948 |
{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 |
2190 |
{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 |
| 1949 |
echo "${ECHO_T}$MKDIR_P" >&6; } |
2191 |
$as_echo "$MKDIR_P" >&6; } |
| 1950 |
|
2192 |
|
| 1951 |
mkdir_p="$MKDIR_P" |
2193 |
mkdir_p="$MKDIR_P" |
| 1952 |
case $mkdir_p in |
2194 |
case $mkdir_p in |
|
Lines 1958-1967
Link Here
|
| 1958 |
do |
2200 |
do |
| 1959 |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
2201 |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
| 1960 |
set dummy $ac_prog; ac_word=$2 |
2202 |
set dummy $ac_prog; ac_word=$2 |
| 1961 |
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2203 |
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 1962 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
2204 |
$as_echo_n "checking for $ac_word... " >&6; } |
| 1963 |
if test "${ac_cv_prog_AWK+set}" = set; then |
2205 |
if test "${ac_cv_prog_AWK+set}" = set; then |
| 1964 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
2206 |
$as_echo_n "(cached) " >&6 |
| 1965 |
else |
2207 |
else |
| 1966 |
if test -n "$AWK"; then |
2208 |
if test -n "$AWK"; then |
| 1967 |
ac_cv_prog_AWK="$AWK" # Let the user override the test. |
2209 |
ac_cv_prog_AWK="$AWK" # Let the user override the test. |
|
Lines 1974-1980
Link Here
|
| 1974 |
for ac_exec_ext in '' $ac_executable_extensions; do |
2216 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 1975 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
2217 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 1976 |
ac_cv_prog_AWK="$ac_prog" |
2218 |
ac_cv_prog_AWK="$ac_prog" |
| 1977 |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2219 |
$as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 1978 |
break 2 |
2220 |
break 2 |
| 1979 |
fi |
2221 |
fi |
| 1980 |
done |
2222 |
done |
|
Lines 1985-2006
Link Here
|
| 1985 |
fi |
2227 |
fi |
| 1986 |
AWK=$ac_cv_prog_AWK |
2228 |
AWK=$ac_cv_prog_AWK |
| 1987 |
if test -n "$AWK"; then |
2229 |
if test -n "$AWK"; then |
| 1988 |
{ echo "$as_me:$LINENO: result: $AWK" >&5 |
2230 |
{ $as_echo "$as_me:$LINENO: result: $AWK" >&5 |
| 1989 |
echo "${ECHO_T}$AWK" >&6; } |
2231 |
$as_echo "$AWK" >&6; } |
| 1990 |
else |
2232 |
else |
| 1991 |
{ echo "$as_me:$LINENO: result: no" >&5 |
2233 |
{ $as_echo "$as_me:$LINENO: result: no" >&5 |
| 1992 |
echo "${ECHO_T}no" >&6; } |
2234 |
$as_echo "no" >&6; } |
| 1993 |
fi |
2235 |
fi |
| 1994 |
|
2236 |
|
| 1995 |
|
2237 |
|
| 1996 |
test -n "$AWK" && break |
2238 |
test -n "$AWK" && break |
| 1997 |
done |
2239 |
done |
| 1998 |
|
2240 |
|
| 1999 |
{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
2241 |
{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
| 2000 |
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } |
2242 |
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
| 2001 |
set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
2243 |
set x ${MAKE-make} |
|
|
2244 |
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 2002 |
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then |
2245 |
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then |
| 2003 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
2246 |
$as_echo_n "(cached) " >&6 |
| 2004 |
else |
2247 |
else |
| 2005 |
cat >conftest.make <<\_ACEOF |
2248 |
cat >conftest.make <<\_ACEOF |
| 2006 |
SHELL = /bin/sh |
2249 |
SHELL = /bin/sh |
|
Lines 2017-2028
Link Here
|
| 2017 |
rm -f conftest.make |
2260 |
rm -f conftest.make |
| 2018 |
fi |
2261 |
fi |
| 2019 |
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
2262 |
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
| 2020 |
{ echo "$as_me:$LINENO: result: yes" >&5 |
2263 |
{ $as_echo "$as_me:$LINENO: result: yes" >&5 |
| 2021 |
echo "${ECHO_T}yes" >&6; } |
2264 |
$as_echo "yes" >&6; } |
| 2022 |
SET_MAKE= |
2265 |
SET_MAKE= |
| 2023 |
else |
2266 |
else |
| 2024 |
{ echo "$as_me:$LINENO: result: no" >&5 |
2267 |
{ $as_echo "$as_me:$LINENO: result: no" >&5 |
| 2025 |
echo "${ECHO_T}no" >&6; } |
2268 |
$as_echo "no" >&6; } |
| 2026 |
SET_MAKE="MAKE=${MAKE-make}" |
2269 |
SET_MAKE="MAKE=${MAKE-make}" |
| 2027 |
fi |
2270 |
fi |
| 2028 |
|
2271 |
|
|
Lines 2041-2048
Link Here
|
| 2041 |
am__isrc=' -I$(srcdir)' |
2284 |
am__isrc=' -I$(srcdir)' |
| 2042 |
# test to see if srcdir already configured |
2285 |
# test to see if srcdir already configured |
| 2043 |
if test -f $srcdir/config.status; then |
2286 |
if test -f $srcdir/config.status; then |
| 2044 |
{ { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 |
2287 |
{ { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 |
| 2045 |
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} |
2288 |
$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} |
| 2046 |
{ (exit 1); exit 1; }; } |
2289 |
{ (exit 1); exit 1; }; } |
| 2047 |
fi |
2290 |
fi |
| 2048 |
fi |
2291 |
fi |
|
Lines 2087-2198
Link Here
|
| 2087 |
|
2330 |
|
| 2088 |
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
2331 |
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
| 2089 |
|
2332 |
|
| 2090 |
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} |
|
|
| 2091 |
|
| 2092 |
# Installed binaries are usually stripped using `strip' when the user |
| 2093 |
# run `make install-strip'. However `strip' might not be the right |
| 2094 |
# tool to use in cross-compilation environments, therefore Automake |
| 2095 |
# will honor the `STRIP' environment variable to overrule this program. |
| 2096 |
if test "$cross_compiling" != no; then |
| 2097 |
if test -n "$ac_tool_prefix"; then |
| 2098 |
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
| 2099 |
set dummy ${ac_tool_prefix}strip; ac_word=$2 |
| 2100 |
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 2101 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
| 2102 |
if test "${ac_cv_prog_STRIP+set}" = set; then |
| 2103 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 2104 |
else |
| 2105 |
if test -n "$STRIP"; then |
| 2106 |
ac_cv_prog_STRIP="$STRIP" # Let the user override the test. |
| 2107 |
else |
| 2108 |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2109 |
for as_dir in $PATH |
| 2110 |
do |
| 2111 |
IFS=$as_save_IFS |
| 2112 |
test -z "$as_dir" && as_dir=. |
| 2113 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2114 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2115 |
ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
| 2116 |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2117 |
break 2 |
| 2118 |
fi |
| 2119 |
done |
| 2120 |
done |
| 2121 |
IFS=$as_save_IFS |
| 2122 |
|
| 2123 |
fi |
| 2124 |
fi |
| 2125 |
STRIP=$ac_cv_prog_STRIP |
| 2126 |
if test -n "$STRIP"; then |
| 2127 |
{ echo "$as_me:$LINENO: result: $STRIP" >&5 |
| 2128 |
echo "${ECHO_T}$STRIP" >&6; } |
| 2129 |
else |
| 2130 |
{ echo "$as_me:$LINENO: result: no" >&5 |
| 2131 |
echo "${ECHO_T}no" >&6; } |
| 2132 |
fi |
| 2133 |
|
| 2134 |
|
| 2135 |
fi |
| 2136 |
if test -z "$ac_cv_prog_STRIP"; then |
| 2137 |
ac_ct_STRIP=$STRIP |
| 2138 |
# Extract the first word of "strip", so it can be a program name with args. |
| 2139 |
set dummy strip; ac_word=$2 |
| 2140 |
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 2141 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
| 2142 |
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then |
| 2143 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 2144 |
else |
| 2145 |
if test -n "$ac_ct_STRIP"; then |
| 2146 |
ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. |
| 2147 |
else |
| 2148 |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2149 |
for as_dir in $PATH |
| 2150 |
do |
| 2151 |
IFS=$as_save_IFS |
| 2152 |
test -z "$as_dir" && as_dir=. |
| 2153 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2154 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2155 |
ac_cv_prog_ac_ct_STRIP="strip" |
| 2156 |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2157 |
break 2 |
| 2158 |
fi |
| 2159 |
done |
| 2160 |
done |
| 2161 |
IFS=$as_save_IFS |
| 2162 |
|
| 2163 |
fi |
| 2164 |
fi |
| 2165 |
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP |
| 2166 |
if test -n "$ac_ct_STRIP"; then |
| 2167 |
{ echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 |
| 2168 |
echo "${ECHO_T}$ac_ct_STRIP" >&6; } |
| 2169 |
else |
| 2170 |
{ echo "$as_me:$LINENO: result: no" >&5 |
| 2171 |
echo "${ECHO_T}no" >&6; } |
| 2172 |
fi |
| 2173 |
|
| 2174 |
if test "x$ac_ct_STRIP" = x; then |
| 2175 |
STRIP=":" |
| 2176 |
else |
| 2177 |
case $cross_compiling:$ac_tool_warned in |
| 2178 |
yes:) |
| 2179 |
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
| 2180 |
whose name does not start with the host triplet. If you think this |
| 2181 |
configuration is useful to you, please write to autoconf@gnu.org." >&5 |
| 2182 |
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
| 2183 |
whose name does not start with the host triplet. If you think this |
| 2184 |
configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
| 2185 |
ac_tool_warned=yes ;; |
| 2186 |
esac |
| 2187 |
STRIP=$ac_ct_STRIP |
| 2188 |
fi |
| 2189 |
else |
| 2190 |
STRIP="$ac_cv_prog_STRIP" |
| 2191 |
fi |
| 2192 |
|
| 2193 |
fi |
| 2194 |
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
| 2195 |
|
| 2196 |
# We need awk for the "check" target. The system "awk" is bad on |
2333 |
# We need awk for the "check" target. The system "awk" is bad on |
| 2197 |
# some platforms. |
2334 |
# some platforms. |
| 2198 |
# Always define AMTAR for backward compatibility. |
2335 |
# Always define AMTAR for backward compatibility. |
|
Lines 2216-2255
Link Here
|
| 2216 |
am_make=${MAKE-make} |
2353 |
am_make=${MAKE-make} |
| 2217 |
cat > confinc << 'END' |
2354 |
cat > confinc << 'END' |
| 2218 |
am__doit: |
2355 |
am__doit: |
| 2219 |
@echo done |
2356 |
@echo this is the am__doit target |
| 2220 |
.PHONY: am__doit |
2357 |
.PHONY: am__doit |
| 2221 |
END |
2358 |
END |
| 2222 |
# If we don't find an include directive, just comment out the code. |
2359 |
# If we don't find an include directive, just comment out the code. |
| 2223 |
{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 |
2360 |
{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 |
| 2224 |
echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } |
2361 |
$as_echo_n "checking for style of include used by $am_make... " >&6; } |
| 2225 |
am__include="#" |
2362 |
am__include="#" |
| 2226 |
am__quote= |
2363 |
am__quote= |
| 2227 |
_am_result=none |
2364 |
_am_result=none |
| 2228 |
# First try GNU make style include. |
2365 |
# First try GNU make style include. |
| 2229 |
echo "include confinc" > confmf |
2366 |
echo "include confinc" > confmf |
| 2230 |
# We grep out `Entering directory' and `Leaving directory' |
2367 |
# Ignore all kinds of additional output from `make'. |
| 2231 |
# messages which can occur if `w' ends up in MAKEFLAGS. |
2368 |
case `$am_make -s -f confmf 2> /dev/null` in #( |
| 2232 |
# In particular we don't look at `^make:' because GNU make might |
2369 |
*the\ am__doit\ target*) |
| 2233 |
# be invoked under some other name (usually "gmake"), in which |
2370 |
am__include=include |
| 2234 |
# case it prints its new name instead of `make'. |
2371 |
am__quote= |
| 2235 |
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then |
2372 |
_am_result=GNU |
| 2236 |
am__include=include |
2373 |
;; |
| 2237 |
am__quote= |
2374 |
esac |
| 2238 |
_am_result=GNU |
|
|
| 2239 |
fi |
| 2240 |
# Now try BSD make style include. |
2375 |
# Now try BSD make style include. |
| 2241 |
if test "$am__include" = "#"; then |
2376 |
if test "$am__include" = "#"; then |
| 2242 |
echo '.include "confinc"' > confmf |
2377 |
echo '.include "confinc"' > confmf |
| 2243 |
if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then |
2378 |
case `$am_make -s -f confmf 2> /dev/null` in #( |
| 2244 |
am__include=.include |
2379 |
*the\ am__doit\ target*) |
| 2245 |
am__quote="\"" |
2380 |
am__include=.include |
| 2246 |
_am_result=BSD |
2381 |
am__quote="\"" |
| 2247 |
fi |
2382 |
_am_result=BSD |
|
|
2383 |
;; |
| 2384 |
esac |
| 2248 |
fi |
2385 |
fi |
| 2249 |
|
2386 |
|
| 2250 |
|
2387 |
|
| 2251 |
{ echo "$as_me:$LINENO: result: $_am_result" >&5 |
2388 |
{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5 |
| 2252 |
echo "${ECHO_T}$_am_result" >&6; } |
2389 |
$as_echo "$_am_result" >&6; } |
| 2253 |
rm -f confinc confmf |
2390 |
rm -f confinc confmf |
| 2254 |
|
2391 |
|
| 2255 |
# Check whether --enable-dependency-tracking was given. |
2392 |
# Check whether --enable-dependency-tracking was given. |
|
Lines 2278-2287
Link Here
|
| 2278 |
if test -n "$ac_tool_prefix"; then |
2415 |
if test -n "$ac_tool_prefix"; then |
| 2279 |
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
2416 |
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
| 2280 |
set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
2417 |
set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
| 2281 |
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2418 |
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 2282 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
2419 |
$as_echo_n "checking for $ac_word... " >&6; } |
| 2283 |
if test "${ac_cv_prog_CC+set}" = set; then |
2420 |
if test "${ac_cv_prog_CC+set}" = set; then |
| 2284 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
2421 |
$as_echo_n "(cached) " >&6 |
| 2285 |
else |
2422 |
else |
| 2286 |
if test -n "$CC"; then |
2423 |
if test -n "$CC"; then |
| 2287 |
ac_cv_prog_CC="$CC" # Let the user override the test. |
2424 |
ac_cv_prog_CC="$CC" # Let the user override the test. |
|
Lines 2294-2300
Link Here
|
| 2294 |
for ac_exec_ext in '' $ac_executable_extensions; do |
2431 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2295 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
2432 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2296 |
ac_cv_prog_CC="${ac_tool_prefix}gcc" |
2433 |
ac_cv_prog_CC="${ac_tool_prefix}gcc" |
| 2297 |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2434 |
$as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2298 |
break 2 |
2435 |
break 2 |
| 2299 |
fi |
2436 |
fi |
| 2300 |
done |
2437 |
done |
|
Lines 2305-2315
Link Here
|
| 2305 |
fi |
2442 |
fi |
| 2306 |
CC=$ac_cv_prog_CC |
2443 |
CC=$ac_cv_prog_CC |
| 2307 |
if test -n "$CC"; then |
2444 |
if test -n "$CC"; then |
| 2308 |
{ echo "$as_me:$LINENO: result: $CC" >&5 |
2445 |
{ $as_echo "$as_me:$LINENO: result: $CC" >&5 |
| 2309 |
echo "${ECHO_T}$CC" >&6; } |
2446 |
$as_echo "$CC" >&6; } |
| 2310 |
else |
2447 |
else |
| 2311 |
{ echo "$as_me:$LINENO: result: no" >&5 |
2448 |
{ $as_echo "$as_me:$LINENO: result: no" >&5 |
| 2312 |
echo "${ECHO_T}no" >&6; } |
2449 |
$as_echo "no" >&6; } |
| 2313 |
fi |
2450 |
fi |
| 2314 |
|
2451 |
|
| 2315 |
|
2452 |
|
|
Lines 2318-2327
Link Here
|
| 2318 |
ac_ct_CC=$CC |
2455 |
ac_ct_CC=$CC |
| 2319 |
# Extract the first word of "gcc", so it can be a program name with args. |
2456 |
# Extract the first word of "gcc", so it can be a program name with args. |
| 2320 |
set dummy gcc; ac_word=$2 |
2457 |
set dummy gcc; ac_word=$2 |
| 2321 |
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2458 |
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 2322 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
2459 |
$as_echo_n "checking for $ac_word... " >&6; } |
| 2323 |
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
2460 |
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
| 2324 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
2461 |
$as_echo_n "(cached) " >&6 |
| 2325 |
else |
2462 |
else |
| 2326 |
if test -n "$ac_ct_CC"; then |
2463 |
if test -n "$ac_ct_CC"; then |
| 2327 |
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
2464 |
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
|
Lines 2334-2340
Link Here
|
| 2334 |
for ac_exec_ext in '' $ac_executable_extensions; do |
2471 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2335 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
2472 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2336 |
ac_cv_prog_ac_ct_CC="gcc" |
2473 |
ac_cv_prog_ac_ct_CC="gcc" |
| 2337 |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2474 |
$as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2338 |
break 2 |
2475 |
break 2 |
| 2339 |
fi |
2476 |
fi |
| 2340 |
done |
2477 |
done |
|
Lines 2345-2355
Link Here
|
| 2345 |
fi |
2482 |
fi |
| 2346 |
ac_ct_CC=$ac_cv_prog_ac_ct_CC |
2483 |
ac_ct_CC=$ac_cv_prog_ac_ct_CC |
| 2347 |
if test -n "$ac_ct_CC"; then |
2484 |
if test -n "$ac_ct_CC"; then |
| 2348 |
{ echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
2485 |
{ $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
| 2349 |
echo "${ECHO_T}$ac_ct_CC" >&6; } |
2486 |
$as_echo "$ac_ct_CC" >&6; } |
| 2350 |
else |
2487 |
else |
| 2351 |
{ echo "$as_me:$LINENO: result: no" >&5 |
2488 |
{ $as_echo "$as_me:$LINENO: result: no" >&5 |
| 2352 |
echo "${ECHO_T}no" >&6; } |
2489 |
$as_echo "no" >&6; } |
| 2353 |
fi |
2490 |
fi |
| 2354 |
|
2491 |
|
| 2355 |
if test "x$ac_ct_CC" = x; then |
2492 |
if test "x$ac_ct_CC" = x; then |
|
Lines 2357-2368
Link Here
|
| 2357 |
else |
2494 |
else |
| 2358 |
case $cross_compiling:$ac_tool_warned in |
2495 |
case $cross_compiling:$ac_tool_warned in |
| 2359 |
yes:) |
2496 |
yes:) |
| 2360 |
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
2497 |
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 |
| 2361 |
whose name does not start with the host triplet. If you think this |
2498 |
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
| 2362 |
configuration is useful to you, please write to autoconf@gnu.org." >&5 |
|
|
| 2363 |
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
| 2364 |
whose name does not start with the host triplet. If you think this |
| 2365 |
configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
| 2366 |
ac_tool_warned=yes ;; |
2499 |
ac_tool_warned=yes ;; |
| 2367 |
esac |
2500 |
esac |
| 2368 |
CC=$ac_ct_CC |
2501 |
CC=$ac_ct_CC |
|
Lines 2375-2384
Link Here
|
| 2375 |
if test -n "$ac_tool_prefix"; then |
2508 |
if test -n "$ac_tool_prefix"; then |
| 2376 |
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
2509 |
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
| 2377 |
set dummy ${ac_tool_prefix}cc; ac_word=$2 |
2510 |
set dummy ${ac_tool_prefix}cc; ac_word=$2 |
| 2378 |
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2511 |
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 2379 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
2512 |
$as_echo_n "checking for $ac_word... " >&6; } |
| 2380 |
if test "${ac_cv_prog_CC+set}" = set; then |
2513 |
if test "${ac_cv_prog_CC+set}" = set; then |
| 2381 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
2514 |
$as_echo_n "(cached) " >&6 |
| 2382 |
else |
2515 |
else |
| 2383 |
if test -n "$CC"; then |
2516 |
if test -n "$CC"; then |
| 2384 |
ac_cv_prog_CC="$CC" # Let the user override the test. |
2517 |
ac_cv_prog_CC="$CC" # Let the user override the test. |
|
Lines 2391-2397
Link Here
|
| 2391 |
for ac_exec_ext in '' $ac_executable_extensions; do |
2524 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2392 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
2525 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2393 |
ac_cv_prog_CC="${ac_tool_prefix}cc" |
2526 |
ac_cv_prog_CC="${ac_tool_prefix}cc" |
| 2394 |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2527 |
$as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2395 |
break 2 |
2528 |
break 2 |
| 2396 |
fi |
2529 |
fi |
| 2397 |
done |
2530 |
done |
|
Lines 2402-2412
Link Here
|
| 2402 |
fi |
2535 |
fi |
| 2403 |
CC=$ac_cv_prog_CC |
2536 |
CC=$ac_cv_prog_CC |
| 2404 |
if test -n "$CC"; then |
2537 |
if test -n "$CC"; then |
| 2405 |
{ echo "$as_me:$LINENO: result: $CC" >&5 |
2538 |
{ $as_echo "$as_me:$LINENO: result: $CC" >&5 |
| 2406 |
echo "${ECHO_T}$CC" >&6; } |
2539 |
$as_echo "$CC" >&6; } |
| 2407 |
else |
2540 |
else |
| 2408 |
{ echo "$as_me:$LINENO: result: no" >&5 |
2541 |
{ $as_echo "$as_me:$LINENO: result: no" >&5 |
| 2409 |
echo "${ECHO_T}no" >&6; } |
2542 |
$as_echo "no" >&6; } |
| 2410 |
fi |
2543 |
fi |
| 2411 |
|
2544 |
|
| 2412 |
|
2545 |
|
|
Lines 2415-2424
Link Here
|
| 2415 |
if test -z "$CC"; then |
2548 |
if test -z "$CC"; then |
| 2416 |
# Extract the first word of "cc", so it can be a program name with args. |
2549 |
# Extract the first word of "cc", so it can be a program name with args. |
| 2417 |
set dummy cc; ac_word=$2 |
2550 |
set dummy cc; ac_word=$2 |
| 2418 |
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2551 |
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 2419 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
2552 |
$as_echo_n "checking for $ac_word... " >&6; } |
| 2420 |
if test "${ac_cv_prog_CC+set}" = set; then |
2553 |
if test "${ac_cv_prog_CC+set}" = set; then |
| 2421 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
2554 |
$as_echo_n "(cached) " >&6 |
| 2422 |
else |
2555 |
else |
| 2423 |
if test -n "$CC"; then |
2556 |
if test -n "$CC"; then |
| 2424 |
ac_cv_prog_CC="$CC" # Let the user override the test. |
2557 |
ac_cv_prog_CC="$CC" # Let the user override the test. |
|
Lines 2436-2442
Link Here
|
| 2436 |
continue |
2569 |
continue |
| 2437 |
fi |
2570 |
fi |
| 2438 |
ac_cv_prog_CC="cc" |
2571 |
ac_cv_prog_CC="cc" |
| 2439 |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2572 |
$as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2440 |
break 2 |
2573 |
break 2 |
| 2441 |
fi |
2574 |
fi |
| 2442 |
done |
2575 |
done |
|
Lines 2459-2469
Link Here
|
| 2459 |
fi |
2592 |
fi |
| 2460 |
CC=$ac_cv_prog_CC |
2593 |
CC=$ac_cv_prog_CC |
| 2461 |
if test -n "$CC"; then |
2594 |
if test -n "$CC"; then |
| 2462 |
{ echo "$as_me:$LINENO: result: $CC" >&5 |
2595 |
{ $as_echo "$as_me:$LINENO: result: $CC" >&5 |
| 2463 |
echo "${ECHO_T}$CC" >&6; } |
2596 |
$as_echo "$CC" >&6; } |
| 2464 |
else |
2597 |
else |
| 2465 |
{ echo "$as_me:$LINENO: result: no" >&5 |
2598 |
{ $as_echo "$as_me:$LINENO: result: no" >&5 |
| 2466 |
echo "${ECHO_T}no" >&6; } |
2599 |
$as_echo "no" >&6; } |
| 2467 |
fi |
2600 |
fi |
| 2468 |
|
2601 |
|
| 2469 |
|
2602 |
|
|
Lines 2474-2483
Link Here
|
| 2474 |
do |
2607 |
do |
| 2475 |
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
2608 |
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
| 2476 |
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
2609 |
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
| 2477 |
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2610 |
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 2478 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
2611 |
$as_echo_n "checking for $ac_word... " >&6; } |
| 2479 |
if test "${ac_cv_prog_CC+set}" = set; then |
2612 |
if test "${ac_cv_prog_CC+set}" = set; then |
| 2480 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
2613 |
$as_echo_n "(cached) " >&6 |
| 2481 |
else |
2614 |
else |
| 2482 |
if test -n "$CC"; then |
2615 |
if test -n "$CC"; then |
| 2483 |
ac_cv_prog_CC="$CC" # Let the user override the test. |
2616 |
ac_cv_prog_CC="$CC" # Let the user override the test. |
|
Lines 2490-2496
Link Here
|
| 2490 |
for ac_exec_ext in '' $ac_executable_extensions; do |
2623 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2491 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
2624 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2492 |
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
2625 |
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
| 2493 |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2626 |
$as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2494 |
break 2 |
2627 |
break 2 |
| 2495 |
fi |
2628 |
fi |
| 2496 |
done |
2629 |
done |
|
Lines 2501-2511
Link Here
|
| 2501 |
fi |
2634 |
fi |
| 2502 |
CC=$ac_cv_prog_CC |
2635 |
CC=$ac_cv_prog_CC |
| 2503 |
if test -n "$CC"; then |
2636 |
if test -n "$CC"; then |
| 2504 |
{ echo "$as_me:$LINENO: result: $CC" >&5 |
2637 |
{ $as_echo "$as_me:$LINENO: result: $CC" >&5 |
| 2505 |
echo "${ECHO_T}$CC" >&6; } |
2638 |
$as_echo "$CC" >&6; } |
| 2506 |
else |
2639 |
else |
| 2507 |
{ echo "$as_me:$LINENO: result: no" >&5 |
2640 |
{ $as_echo "$as_me:$LINENO: result: no" >&5 |
| 2508 |
echo "${ECHO_T}no" >&6; } |
2641 |
$as_echo "no" >&6; } |
| 2509 |
fi |
2642 |
fi |
| 2510 |
|
2643 |
|
| 2511 |
|
2644 |
|
|
Lines 2518-2527
Link Here
|
| 2518 |
do |
2651 |
do |
| 2519 |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
2652 |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
| 2520 |
set dummy $ac_prog; ac_word=$2 |
2653 |
set dummy $ac_prog; ac_word=$2 |
| 2521 |
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2654 |
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 2522 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
2655 |
$as_echo_n "checking for $ac_word... " >&6; } |
| 2523 |
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
2656 |
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
| 2524 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
2657 |
$as_echo_n "(cached) " >&6 |
| 2525 |
else |
2658 |
else |
| 2526 |
if test -n "$ac_ct_CC"; then |
2659 |
if test -n "$ac_ct_CC"; then |
| 2527 |
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
2660 |
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
|
Lines 2534-2540
Link Here
|
| 2534 |
for ac_exec_ext in '' $ac_executable_extensions; do |
2667 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2535 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
2668 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2536 |
ac_cv_prog_ac_ct_CC="$ac_prog" |
2669 |
ac_cv_prog_ac_ct_CC="$ac_prog" |
| 2537 |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2670 |
$as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2538 |
break 2 |
2671 |
break 2 |
| 2539 |
fi |
2672 |
fi |
| 2540 |
done |
2673 |
done |
|
Lines 2545-2555
Link Here
|
| 2545 |
fi |
2678 |
fi |
| 2546 |
ac_ct_CC=$ac_cv_prog_ac_ct_CC |
2679 |
ac_ct_CC=$ac_cv_prog_ac_ct_CC |
| 2547 |
if test -n "$ac_ct_CC"; then |
2680 |
if test -n "$ac_ct_CC"; then |
| 2548 |
{ echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
2681 |
{ $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
| 2549 |
echo "${ECHO_T}$ac_ct_CC" >&6; } |
2682 |
$as_echo "$ac_ct_CC" >&6; } |
| 2550 |
else |
2683 |
else |
| 2551 |
{ echo "$as_me:$LINENO: result: no" >&5 |
2684 |
{ $as_echo "$as_me:$LINENO: result: no" >&5 |
| 2552 |
echo "${ECHO_T}no" >&6; } |
2685 |
$as_echo "no" >&6; } |
| 2553 |
fi |
2686 |
fi |
| 2554 |
|
2687 |
|
| 2555 |
|
2688 |
|
|
Lines 2561-2572
Link Here
|
| 2561 |
else |
2694 |
else |
| 2562 |
case $cross_compiling:$ac_tool_warned in |
2695 |
case $cross_compiling:$ac_tool_warned in |
| 2563 |
yes:) |
2696 |
yes:) |
| 2564 |
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
2697 |
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 |
| 2565 |
whose name does not start with the host triplet. If you think this |
2698 |
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
| 2566 |
configuration is useful to you, please write to autoconf@gnu.org." >&5 |
|
|
| 2567 |
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
| 2568 |
whose name does not start with the host triplet. If you think this |
| 2569 |
configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
| 2570 |
ac_tool_warned=yes ;; |
2699 |
ac_tool_warned=yes ;; |
| 2571 |
esac |
2700 |
esac |
| 2572 |
CC=$ac_ct_CC |
2701 |
CC=$ac_ct_CC |
|
Lines 2576-2619
Link Here
|
| 2576 |
fi |
2705 |
fi |
| 2577 |
|
2706 |
|
| 2578 |
|
2707 |
|
| 2579 |
test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH |
2708 |
test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
|
|
2709 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2710 |
{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH |
| 2580 |
See \`config.log' for more details." >&5 |
2711 |
See \`config.log' for more details." >&5 |
| 2581 |
echo "$as_me: error: no acceptable C compiler found in \$PATH |
2712 |
$as_echo "$as_me: error: no acceptable C compiler found in \$PATH |
| 2582 |
See \`config.log' for more details." >&2;} |
2713 |
See \`config.log' for more details." >&2;} |
| 2583 |
{ (exit 1); exit 1; }; } |
2714 |
{ (exit 1); exit 1; }; }; } |
| 2584 |
|
2715 |
|
| 2585 |
# Provide some information about the compiler. |
2716 |
# Provide some information about the compiler. |
| 2586 |
echo "$as_me:$LINENO: checking for C compiler version" >&5 |
2717 |
$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 |
| 2587 |
ac_compiler=`set X $ac_compile; echo $2` |
2718 |
set X $ac_compile |
|
|
2719 |
ac_compiler=$2 |
| 2588 |
{ (ac_try="$ac_compiler --version >&5" |
2720 |
{ (ac_try="$ac_compiler --version >&5" |
| 2589 |
case "(($ac_try" in |
2721 |
case "(($ac_try" in |
| 2590 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2722 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2591 |
*) ac_try_echo=$ac_try;; |
2723 |
*) ac_try_echo=$ac_try;; |
| 2592 |
esac |
2724 |
esac |
| 2593 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2725 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
2726 |
$as_echo "$ac_try_echo") >&5 |
| 2594 |
(eval "$ac_compiler --version >&5") 2>&5 |
2727 |
(eval "$ac_compiler --version >&5") 2>&5 |
| 2595 |
ac_status=$? |
2728 |
ac_status=$? |
| 2596 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2729 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2597 |
(exit $ac_status); } |
2730 |
(exit $ac_status); } |
| 2598 |
{ (ac_try="$ac_compiler -v >&5" |
2731 |
{ (ac_try="$ac_compiler -v >&5" |
| 2599 |
case "(($ac_try" in |
2732 |
case "(($ac_try" in |
| 2600 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2733 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2601 |
*) ac_try_echo=$ac_try;; |
2734 |
*) ac_try_echo=$ac_try;; |
| 2602 |
esac |
2735 |
esac |
| 2603 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2736 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
2737 |
$as_echo "$ac_try_echo") >&5 |
| 2604 |
(eval "$ac_compiler -v >&5") 2>&5 |
2738 |
(eval "$ac_compiler -v >&5") 2>&5 |
| 2605 |
ac_status=$? |
2739 |
ac_status=$? |
| 2606 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2740 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2607 |
(exit $ac_status); } |
2741 |
(exit $ac_status); } |
| 2608 |
{ (ac_try="$ac_compiler -V >&5" |
2742 |
{ (ac_try="$ac_compiler -V >&5" |
| 2609 |
case "(($ac_try" in |
2743 |
case "(($ac_try" in |
| 2610 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2744 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2611 |
*) ac_try_echo=$ac_try;; |
2745 |
*) ac_try_echo=$ac_try;; |
| 2612 |
esac |
2746 |
esac |
| 2613 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2747 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
2748 |
$as_echo "$ac_try_echo") >&5 |
| 2614 |
(eval "$ac_compiler -V >&5") 2>&5 |
2749 |
(eval "$ac_compiler -V >&5") 2>&5 |
| 2615 |
ac_status=$? |
2750 |
ac_status=$? |
| 2616 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2751 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2617 |
(exit $ac_status); } |
2752 |
(exit $ac_status); } |
| 2618 |
|
2753 |
|
| 2619 |
cat >conftest.$ac_ext <<_ACEOF |
2754 |
cat >conftest.$ac_ext <<_ACEOF |
|
Lines 2632-2658
Link Here
|
| 2632 |
} |
2767 |
} |
| 2633 |
_ACEOF |
2768 |
_ACEOF |
| 2634 |
ac_clean_files_save=$ac_clean_files |
2769 |
ac_clean_files_save=$ac_clean_files |
| 2635 |
ac_clean_files="$ac_clean_files a.out a.exe b.out" |
2770 |
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" |
| 2636 |
# Try to create an executable without -o first, disregard a.out. |
2771 |
# Try to create an executable without -o first, disregard a.out. |
| 2637 |
# It will help us diagnose broken compilers, and finding out an intuition |
2772 |
# It will help us diagnose broken compilers, and finding out an intuition |
| 2638 |
# of exeext. |
2773 |
# of exeext. |
| 2639 |
{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 |
2774 |
{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 |
| 2640 |
echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } |
2775 |
$as_echo_n "checking for C compiler default output file name... " >&6; } |
| 2641 |
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
2776 |
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
| 2642 |
# |
2777 |
|
| 2643 |
# List of possible output files, starting from the most likely. |
2778 |
# The possible output files: |
| 2644 |
# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) |
2779 |
ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" |
| 2645 |
# only as a last resort. b.out is created by i960 compilers. |
2780 |
|
| 2646 |
ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' |
|
|
| 2647 |
# |
| 2648 |
# The IRIX 6 linker writes into existing files which may not be |
| 2649 |
# executable, retaining their permissions. Remove them first so a |
| 2650 |
# subsequent execution test works. |
| 2651 |
ac_rmfiles= |
2781 |
ac_rmfiles= |
| 2652 |
for ac_file in $ac_files |
2782 |
for ac_file in $ac_files |
| 2653 |
do |
2783 |
do |
| 2654 |
case $ac_file in |
2784 |
case $ac_file in |
| 2655 |
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; |
2785 |
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
| 2656 |
* ) ac_rmfiles="$ac_rmfiles $ac_file";; |
2786 |
* ) ac_rmfiles="$ac_rmfiles $ac_file";; |
| 2657 |
esac |
2787 |
esac |
| 2658 |
done |
2788 |
done |
|
Lines 2663-2672
Link Here
|
| 2663 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2793 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2664 |
*) ac_try_echo=$ac_try;; |
2794 |
*) ac_try_echo=$ac_try;; |
| 2665 |
esac |
2795 |
esac |
| 2666 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2796 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
2797 |
$as_echo "$ac_try_echo") >&5 |
| 2667 |
(eval "$ac_link_default") 2>&5 |
2798 |
(eval "$ac_link_default") 2>&5 |
| 2668 |
ac_status=$? |
2799 |
ac_status=$? |
| 2669 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2800 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2670 |
(exit $ac_status); }; then |
2801 |
(exit $ac_status); }; then |
| 2671 |
# Autoconf-2.13 could set the ac_cv_exeext variable to `no'. |
2802 |
# Autoconf-2.13 could set the ac_cv_exeext variable to `no'. |
| 2672 |
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' |
2803 |
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' |
|
Lines 2677-2683
Link Here
|
| 2677 |
do |
2808 |
do |
| 2678 |
test -f "$ac_file" || continue |
2809 |
test -f "$ac_file" || continue |
| 2679 |
case $ac_file in |
2810 |
case $ac_file in |
| 2680 |
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) |
2811 |
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) |
| 2681 |
;; |
2812 |
;; |
| 2682 |
[ab].out ) |
2813 |
[ab].out ) |
| 2683 |
# We found the default executable, but exeext='' is most |
2814 |
# We found the default executable, but exeext='' is most |
|
Lines 2704-2728
Link Here
|
| 2704 |
ac_file='' |
2835 |
ac_file='' |
| 2705 |
fi |
2836 |
fi |
| 2706 |
|
2837 |
|
| 2707 |
{ echo "$as_me:$LINENO: result: $ac_file" >&5 |
2838 |
{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 |
| 2708 |
echo "${ECHO_T}$ac_file" >&6; } |
2839 |
$as_echo "$ac_file" >&6; } |
| 2709 |
if test -z "$ac_file"; then |
2840 |
if test -z "$ac_file"; then |
| 2710 |
echo "$as_me: failed program was:" >&5 |
2841 |
$as_echo "$as_me: failed program was:" >&5 |
| 2711 |
sed 's/^/| /' conftest.$ac_ext >&5 |
2842 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 2712 |
|
2843 |
|
| 2713 |
{ { echo "$as_me:$LINENO: error: C compiler cannot create executables |
2844 |
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
|
|
2845 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2846 |
{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables |
| 2714 |
See \`config.log' for more details." >&5 |
2847 |
See \`config.log' for more details." >&5 |
| 2715 |
echo "$as_me: error: C compiler cannot create executables |
2848 |
$as_echo "$as_me: error: C compiler cannot create executables |
| 2716 |
See \`config.log' for more details." >&2;} |
2849 |
See \`config.log' for more details." >&2;} |
| 2717 |
{ (exit 77); exit 77; }; } |
2850 |
{ (exit 77); exit 77; }; }; } |
| 2718 |
fi |
2851 |
fi |
| 2719 |
|
2852 |
|
| 2720 |
ac_exeext=$ac_cv_exeext |
2853 |
ac_exeext=$ac_cv_exeext |
| 2721 |
|
2854 |
|
| 2722 |
# Check that the compiler produces executables we can run. If not, either |
2855 |
# Check that the compiler produces executables we can run. If not, either |
| 2723 |
# the compiler is broken, or we cross compile. |
2856 |
# the compiler is broken, or we cross compile. |
| 2724 |
{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 |
2857 |
{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 |
| 2725 |
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } |
2858 |
$as_echo_n "checking whether the C compiler works... " >&6; } |
| 2726 |
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 |
2859 |
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 |
| 2727 |
# If not cross compiling, check that we can run a simple program. |
2860 |
# If not cross compiling, check that we can run a simple program. |
| 2728 |
if test "$cross_compiling" != yes; then |
2861 |
if test "$cross_compiling" != yes; then |
|
Lines 2731-2779
Link Here
|
| 2731 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2864 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2732 |
*) ac_try_echo=$ac_try;; |
2865 |
*) ac_try_echo=$ac_try;; |
| 2733 |
esac |
2866 |
esac |
| 2734 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2867 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
2868 |
$as_echo "$ac_try_echo") >&5 |
| 2735 |
(eval "$ac_try") 2>&5 |
2869 |
(eval "$ac_try") 2>&5 |
| 2736 |
ac_status=$? |
2870 |
ac_status=$? |
| 2737 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2871 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2738 |
(exit $ac_status); }; }; then |
2872 |
(exit $ac_status); }; }; then |
| 2739 |
cross_compiling=no |
2873 |
cross_compiling=no |
| 2740 |
else |
2874 |
else |
| 2741 |
if test "$cross_compiling" = maybe; then |
2875 |
if test "$cross_compiling" = maybe; then |
| 2742 |
cross_compiling=yes |
2876 |
cross_compiling=yes |
| 2743 |
else |
2877 |
else |
| 2744 |
{ { echo "$as_me:$LINENO: error: cannot run C compiled programs. |
2878 |
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
|
|
2879 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2880 |
{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. |
| 2745 |
If you meant to cross compile, use \`--host'. |
2881 |
If you meant to cross compile, use \`--host'. |
| 2746 |
See \`config.log' for more details." >&5 |
2882 |
See \`config.log' for more details." >&5 |
| 2747 |
echo "$as_me: error: cannot run C compiled programs. |
2883 |
$as_echo "$as_me: error: cannot run C compiled programs. |
| 2748 |
If you meant to cross compile, use \`--host'. |
2884 |
If you meant to cross compile, use \`--host'. |
| 2749 |
See \`config.log' for more details." >&2;} |
2885 |
See \`config.log' for more details." >&2;} |
| 2750 |
{ (exit 1); exit 1; }; } |
2886 |
{ (exit 1); exit 1; }; }; } |
| 2751 |
fi |
2887 |
fi |
| 2752 |
fi |
2888 |
fi |
| 2753 |
fi |
2889 |
fi |
| 2754 |
{ echo "$as_me:$LINENO: result: yes" >&5 |
2890 |
{ $as_echo "$as_me:$LINENO: result: yes" >&5 |
| 2755 |
echo "${ECHO_T}yes" >&6; } |
2891 |
$as_echo "yes" >&6; } |
| 2756 |
|
2892 |
|
| 2757 |
rm -f a.out a.exe conftest$ac_cv_exeext b.out |
2893 |
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out |
| 2758 |
ac_clean_files=$ac_clean_files_save |
2894 |
ac_clean_files=$ac_clean_files_save |
| 2759 |
# Check that the compiler produces executables we can run. If not, either |
2895 |
# Check that the compiler produces executables we can run. If not, either |
| 2760 |
# the compiler is broken, or we cross compile. |
2896 |
# the compiler is broken, or we cross compile. |
| 2761 |
{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 |
2897 |
{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 |
| 2762 |
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } |
2898 |
$as_echo_n "checking whether we are cross compiling... " >&6; } |
| 2763 |
{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 |
2899 |
{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 |
| 2764 |
echo "${ECHO_T}$cross_compiling" >&6; } |
2900 |
$as_echo "$cross_compiling" >&6; } |
| 2765 |
|
2901 |
|
| 2766 |
{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 |
2902 |
{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 |
| 2767 |
echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } |
2903 |
$as_echo_n "checking for suffix of executables... " >&6; } |
| 2768 |
if { (ac_try="$ac_link" |
2904 |
if { (ac_try="$ac_link" |
| 2769 |
case "(($ac_try" in |
2905 |
case "(($ac_try" in |
| 2770 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2906 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2771 |
*) ac_try_echo=$ac_try;; |
2907 |
*) ac_try_echo=$ac_try;; |
| 2772 |
esac |
2908 |
esac |
| 2773 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2909 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
2910 |
$as_echo "$ac_try_echo") >&5 |
| 2774 |
(eval "$ac_link") 2>&5 |
2911 |
(eval "$ac_link") 2>&5 |
| 2775 |
ac_status=$? |
2912 |
ac_status=$? |
| 2776 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2913 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2777 |
(exit $ac_status); }; then |
2914 |
(exit $ac_status); }; then |
| 2778 |
# If both `conftest.exe' and `conftest' are `present' (well, observable) |
2915 |
# If both `conftest.exe' and `conftest' are `present' (well, observable) |
| 2779 |
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will |
2916 |
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will |
|
Lines 2782-2812
Link Here
|
| 2782 |
for ac_file in conftest.exe conftest conftest.*; do |
2919 |
for ac_file in conftest.exe conftest conftest.*; do |
| 2783 |
test -f "$ac_file" || continue |
2920 |
test -f "$ac_file" || continue |
| 2784 |
case $ac_file in |
2921 |
case $ac_file in |
| 2785 |
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; |
2922 |
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
| 2786 |
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
2923 |
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
| 2787 |
break;; |
2924 |
break;; |
| 2788 |
* ) break;; |
2925 |
* ) break;; |
| 2789 |
esac |
2926 |
esac |
| 2790 |
done |
2927 |
done |
| 2791 |
else |
2928 |
else |
| 2792 |
{ { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link |
2929 |
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
|
|
2930 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2931 |
{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link |
| 2793 |
See \`config.log' for more details." >&5 |
2932 |
See \`config.log' for more details." >&5 |
| 2794 |
echo "$as_me: error: cannot compute suffix of executables: cannot compile and link |
2933 |
$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link |
| 2795 |
See \`config.log' for more details." >&2;} |
2934 |
See \`config.log' for more details." >&2;} |
| 2796 |
{ (exit 1); exit 1; }; } |
2935 |
{ (exit 1); exit 1; }; }; } |
| 2797 |
fi |
2936 |
fi |
| 2798 |
|
2937 |
|
| 2799 |
rm -f conftest$ac_cv_exeext |
2938 |
rm -f conftest$ac_cv_exeext |
| 2800 |
{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 |
2939 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 |
| 2801 |
echo "${ECHO_T}$ac_cv_exeext" >&6; } |
2940 |
$as_echo "$ac_cv_exeext" >&6; } |
| 2802 |
|
2941 |
|
| 2803 |
rm -f conftest.$ac_ext |
2942 |
rm -f conftest.$ac_ext |
| 2804 |
EXEEXT=$ac_cv_exeext |
2943 |
EXEEXT=$ac_cv_exeext |
| 2805 |
ac_exeext=$EXEEXT |
2944 |
ac_exeext=$EXEEXT |
| 2806 |
{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 |
2945 |
{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 |
| 2807 |
echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } |
2946 |
$as_echo_n "checking for suffix of object files... " >&6; } |
| 2808 |
if test "${ac_cv_objext+set}" = set; then |
2947 |
if test "${ac_cv_objext+set}" = set; then |
| 2809 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
2948 |
$as_echo_n "(cached) " >&6 |
| 2810 |
else |
2949 |
else |
| 2811 |
cat >conftest.$ac_ext <<_ACEOF |
2950 |
cat >conftest.$ac_ext <<_ACEOF |
| 2812 |
/* confdefs.h. */ |
2951 |
/* confdefs.h. */ |
|
Lines 2829-2868
Link Here
|
| 2829 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2968 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2830 |
*) ac_try_echo=$ac_try;; |
2969 |
*) ac_try_echo=$ac_try;; |
| 2831 |
esac |
2970 |
esac |
| 2832 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2971 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
2972 |
$as_echo "$ac_try_echo") >&5 |
| 2833 |
(eval "$ac_compile") 2>&5 |
2973 |
(eval "$ac_compile") 2>&5 |
| 2834 |
ac_status=$? |
2974 |
ac_status=$? |
| 2835 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2975 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2836 |
(exit $ac_status); }; then |
2976 |
(exit $ac_status); }; then |
| 2837 |
for ac_file in conftest.o conftest.obj conftest.*; do |
2977 |
for ac_file in conftest.o conftest.obj conftest.*; do |
| 2838 |
test -f "$ac_file" || continue; |
2978 |
test -f "$ac_file" || continue; |
| 2839 |
case $ac_file in |
2979 |
case $ac_file in |
| 2840 |
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; |
2980 |
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; |
| 2841 |
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
2981 |
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
| 2842 |
break;; |
2982 |
break;; |
| 2843 |
esac |
2983 |
esac |
| 2844 |
done |
2984 |
done |
| 2845 |
else |
2985 |
else |
| 2846 |
echo "$as_me: failed program was:" >&5 |
2986 |
$as_echo "$as_me: failed program was:" >&5 |
| 2847 |
sed 's/^/| /' conftest.$ac_ext >&5 |
2987 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 2848 |
|
2988 |
|
| 2849 |
{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile |
2989 |
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
|
|
2990 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2991 |
{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile |
| 2850 |
See \`config.log' for more details." >&5 |
2992 |
See \`config.log' for more details." >&5 |
| 2851 |
echo "$as_me: error: cannot compute suffix of object files: cannot compile |
2993 |
$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile |
| 2852 |
See \`config.log' for more details." >&2;} |
2994 |
See \`config.log' for more details." >&2;} |
| 2853 |
{ (exit 1); exit 1; }; } |
2995 |
{ (exit 1); exit 1; }; }; } |
| 2854 |
fi |
2996 |
fi |
| 2855 |
|
2997 |
|
| 2856 |
rm -f conftest.$ac_cv_objext conftest.$ac_ext |
2998 |
rm -f conftest.$ac_cv_objext conftest.$ac_ext |
| 2857 |
fi |
2999 |
fi |
| 2858 |
{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 |
3000 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 |
| 2859 |
echo "${ECHO_T}$ac_cv_objext" >&6; } |
3001 |
$as_echo "$ac_cv_objext" >&6; } |
| 2860 |
OBJEXT=$ac_cv_objext |
3002 |
OBJEXT=$ac_cv_objext |
| 2861 |
ac_objext=$OBJEXT |
3003 |
ac_objext=$OBJEXT |
| 2862 |
{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 |
3004 |
{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 |
| 2863 |
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } |
3005 |
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
| 2864 |
if test "${ac_cv_c_compiler_gnu+set}" = set; then |
3006 |
if test "${ac_cv_c_compiler_gnu+set}" = set; then |
| 2865 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
3007 |
$as_echo_n "(cached) " >&6 |
| 2866 |
else |
3008 |
else |
| 2867 |
cat >conftest.$ac_ext <<_ACEOF |
3009 |
cat >conftest.$ac_ext <<_ACEOF |
| 2868 |
/* confdefs.h. */ |
3010 |
/* confdefs.h. */ |
|
Lines 2888-2907
Link Here
|
| 2888 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3030 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2889 |
*) ac_try_echo=$ac_try;; |
3031 |
*) ac_try_echo=$ac_try;; |
| 2890 |
esac |
3032 |
esac |
| 2891 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3033 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
3034 |
$as_echo "$ac_try_echo") >&5 |
| 2892 |
(eval "$ac_compile") 2>conftest.er1 |
3035 |
(eval "$ac_compile") 2>conftest.er1 |
| 2893 |
ac_status=$? |
3036 |
ac_status=$? |
| 2894 |
grep -v '^ *+' conftest.er1 >conftest.err |
3037 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 2895 |
rm -f conftest.er1 |
3038 |
rm -f conftest.er1 |
| 2896 |
cat conftest.err >&5 |
3039 |
cat conftest.err >&5 |
| 2897 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3040 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2898 |
(exit $ac_status); } && { |
3041 |
(exit $ac_status); } && { |
| 2899 |
test -z "$ac_c_werror_flag" || |
3042 |
test -z "$ac_c_werror_flag" || |
| 2900 |
test ! -s conftest.err |
3043 |
test ! -s conftest.err |
| 2901 |
} && test -s conftest.$ac_objext; then |
3044 |
} && test -s conftest.$ac_objext; then |
| 2902 |
ac_compiler_gnu=yes |
3045 |
ac_compiler_gnu=yes |
| 2903 |
else |
3046 |
else |
| 2904 |
echo "$as_me: failed program was:" >&5 |
3047 |
$as_echo "$as_me: failed program was:" >&5 |
| 2905 |
sed 's/^/| /' conftest.$ac_ext >&5 |
3048 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 2906 |
|
3049 |
|
| 2907 |
ac_compiler_gnu=no |
3050 |
ac_compiler_gnu=no |
|
Lines 2911-2925
Link Here
|
| 2911 |
ac_cv_c_compiler_gnu=$ac_compiler_gnu |
3054 |
ac_cv_c_compiler_gnu=$ac_compiler_gnu |
| 2912 |
|
3055 |
|
| 2913 |
fi |
3056 |
fi |
| 2914 |
{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 |
3057 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 |
| 2915 |
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } |
3058 |
$as_echo "$ac_cv_c_compiler_gnu" >&6; } |
| 2916 |
GCC=`test $ac_compiler_gnu = yes && echo yes` |
3059 |
if test $ac_compiler_gnu = yes; then |
|
|
3060 |
GCC=yes |
| 3061 |
else |
| 3062 |
GCC= |
| 3063 |
fi |
| 2917 |
ac_test_CFLAGS=${CFLAGS+set} |
3064 |
ac_test_CFLAGS=${CFLAGS+set} |
| 2918 |
ac_save_CFLAGS=$CFLAGS |
3065 |
ac_save_CFLAGS=$CFLAGS |
| 2919 |
{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 |
3066 |
{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 |
| 2920 |
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } |
3067 |
$as_echo_n "checking whether $CC accepts -g... " >&6; } |
| 2921 |
if test "${ac_cv_prog_cc_g+set}" = set; then |
3068 |
if test "${ac_cv_prog_cc_g+set}" = set; then |
| 2922 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
3069 |
$as_echo_n "(cached) " >&6 |
| 2923 |
else |
3070 |
else |
| 2924 |
ac_save_c_werror_flag=$ac_c_werror_flag |
3071 |
ac_save_c_werror_flag=$ac_c_werror_flag |
| 2925 |
ac_c_werror_flag=yes |
3072 |
ac_c_werror_flag=yes |
|
Lines 2946-2965
Link Here
|
| 2946 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3093 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2947 |
*) ac_try_echo=$ac_try;; |
3094 |
*) ac_try_echo=$ac_try;; |
| 2948 |
esac |
3095 |
esac |
| 2949 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3096 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
3097 |
$as_echo "$ac_try_echo") >&5 |
| 2950 |
(eval "$ac_compile") 2>conftest.er1 |
3098 |
(eval "$ac_compile") 2>conftest.er1 |
| 2951 |
ac_status=$? |
3099 |
ac_status=$? |
| 2952 |
grep -v '^ *+' conftest.er1 >conftest.err |
3100 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 2953 |
rm -f conftest.er1 |
3101 |
rm -f conftest.er1 |
| 2954 |
cat conftest.err >&5 |
3102 |
cat conftest.err >&5 |
| 2955 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3103 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2956 |
(exit $ac_status); } && { |
3104 |
(exit $ac_status); } && { |
| 2957 |
test -z "$ac_c_werror_flag" || |
3105 |
test -z "$ac_c_werror_flag" || |
| 2958 |
test ! -s conftest.err |
3106 |
test ! -s conftest.err |
| 2959 |
} && test -s conftest.$ac_objext; then |
3107 |
} && test -s conftest.$ac_objext; then |
| 2960 |
ac_cv_prog_cc_g=yes |
3108 |
ac_cv_prog_cc_g=yes |
| 2961 |
else |
3109 |
else |
| 2962 |
echo "$as_me: failed program was:" >&5 |
3110 |
$as_echo "$as_me: failed program was:" >&5 |
| 2963 |
sed 's/^/| /' conftest.$ac_ext >&5 |
3111 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 2964 |
|
3112 |
|
| 2965 |
CFLAGS="" |
3113 |
CFLAGS="" |
|
Lines 2984-3003
Link Here
|
| 2984 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3132 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2985 |
*) ac_try_echo=$ac_try;; |
3133 |
*) ac_try_echo=$ac_try;; |
| 2986 |
esac |
3134 |
esac |
| 2987 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3135 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
3136 |
$as_echo "$ac_try_echo") >&5 |
| 2988 |
(eval "$ac_compile") 2>conftest.er1 |
3137 |
(eval "$ac_compile") 2>conftest.er1 |
| 2989 |
ac_status=$? |
3138 |
ac_status=$? |
| 2990 |
grep -v '^ *+' conftest.er1 >conftest.err |
3139 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 2991 |
rm -f conftest.er1 |
3140 |
rm -f conftest.er1 |
| 2992 |
cat conftest.err >&5 |
3141 |
cat conftest.err >&5 |
| 2993 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3142 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2994 |
(exit $ac_status); } && { |
3143 |
(exit $ac_status); } && { |
| 2995 |
test -z "$ac_c_werror_flag" || |
3144 |
test -z "$ac_c_werror_flag" || |
| 2996 |
test ! -s conftest.err |
3145 |
test ! -s conftest.err |
| 2997 |
} && test -s conftest.$ac_objext; then |
3146 |
} && test -s conftest.$ac_objext; then |
| 2998 |
: |
3147 |
: |
| 2999 |
else |
3148 |
else |
| 3000 |
echo "$as_me: failed program was:" >&5 |
3149 |
$as_echo "$as_me: failed program was:" >&5 |
| 3001 |
sed 's/^/| /' conftest.$ac_ext >&5 |
3150 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 3002 |
|
3151 |
|
| 3003 |
ac_c_werror_flag=$ac_save_c_werror_flag |
3152 |
ac_c_werror_flag=$ac_save_c_werror_flag |
|
Lines 3023-3042
Link Here
|
| 3023 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3172 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3024 |
*) ac_try_echo=$ac_try;; |
3173 |
*) ac_try_echo=$ac_try;; |
| 3025 |
esac |
3174 |
esac |
| 3026 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3175 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
3176 |
$as_echo "$ac_try_echo") >&5 |
| 3027 |
(eval "$ac_compile") 2>conftest.er1 |
3177 |
(eval "$ac_compile") 2>conftest.er1 |
| 3028 |
ac_status=$? |
3178 |
ac_status=$? |
| 3029 |
grep -v '^ *+' conftest.er1 >conftest.err |
3179 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 3030 |
rm -f conftest.er1 |
3180 |
rm -f conftest.er1 |
| 3031 |
cat conftest.err >&5 |
3181 |
cat conftest.err >&5 |
| 3032 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3182 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3033 |
(exit $ac_status); } && { |
3183 |
(exit $ac_status); } && { |
| 3034 |
test -z "$ac_c_werror_flag" || |
3184 |
test -z "$ac_c_werror_flag" || |
| 3035 |
test ! -s conftest.err |
3185 |
test ! -s conftest.err |
| 3036 |
} && test -s conftest.$ac_objext; then |
3186 |
} && test -s conftest.$ac_objext; then |
| 3037 |
ac_cv_prog_cc_g=yes |
3187 |
ac_cv_prog_cc_g=yes |
| 3038 |
else |
3188 |
else |
| 3039 |
echo "$as_me: failed program was:" >&5 |
3189 |
$as_echo "$as_me: failed program was:" >&5 |
| 3040 |
sed 's/^/| /' conftest.$ac_ext >&5 |
3190 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 3041 |
|
3191 |
|
| 3042 |
|
3192 |
|
|
Lines 3051-3058
Link Here
|
| 3051 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3201 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 3052 |
ac_c_werror_flag=$ac_save_c_werror_flag |
3202 |
ac_c_werror_flag=$ac_save_c_werror_flag |
| 3053 |
fi |
3203 |
fi |
| 3054 |
{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 |
3204 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 |
| 3055 |
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } |
3205 |
$as_echo "$ac_cv_prog_cc_g" >&6; } |
| 3056 |
if test "$ac_test_CFLAGS" = set; then |
3206 |
if test "$ac_test_CFLAGS" = set; then |
| 3057 |
CFLAGS=$ac_save_CFLAGS |
3207 |
CFLAGS=$ac_save_CFLAGS |
| 3058 |
elif test $ac_cv_prog_cc_g = yes; then |
3208 |
elif test $ac_cv_prog_cc_g = yes; then |
|
Lines 3068-3077
Link Here
|
| 3068 |
CFLAGS= |
3218 |
CFLAGS= |
| 3069 |
fi |
3219 |
fi |
| 3070 |
fi |
3220 |
fi |
| 3071 |
{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 |
3221 |
{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 |
| 3072 |
echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } |
3222 |
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
| 3073 |
if test "${ac_cv_prog_cc_c89+set}" = set; then |
3223 |
if test "${ac_cv_prog_cc_c89+set}" = set; then |
| 3074 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
3224 |
$as_echo_n "(cached) " >&6 |
| 3075 |
else |
3225 |
else |
| 3076 |
ac_cv_prog_cc_c89=no |
3226 |
ac_cv_prog_cc_c89=no |
| 3077 |
ac_save_CC=$CC |
3227 |
ac_save_CC=$CC |
|
Lines 3142-3161
Link Here
|
| 3142 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3292 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3143 |
*) ac_try_echo=$ac_try;; |
3293 |
*) ac_try_echo=$ac_try;; |
| 3144 |
esac |
3294 |
esac |
| 3145 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3295 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
3296 |
$as_echo "$ac_try_echo") >&5 |
| 3146 |
(eval "$ac_compile") 2>conftest.er1 |
3297 |
(eval "$ac_compile") 2>conftest.er1 |
| 3147 |
ac_status=$? |
3298 |
ac_status=$? |
| 3148 |
grep -v '^ *+' conftest.er1 >conftest.err |
3299 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 3149 |
rm -f conftest.er1 |
3300 |
rm -f conftest.er1 |
| 3150 |
cat conftest.err >&5 |
3301 |
cat conftest.err >&5 |
| 3151 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3302 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3152 |
(exit $ac_status); } && { |
3303 |
(exit $ac_status); } && { |
| 3153 |
test -z "$ac_c_werror_flag" || |
3304 |
test -z "$ac_c_werror_flag" || |
| 3154 |
test ! -s conftest.err |
3305 |
test ! -s conftest.err |
| 3155 |
} && test -s conftest.$ac_objext; then |
3306 |
} && test -s conftest.$ac_objext; then |
| 3156 |
ac_cv_prog_cc_c89=$ac_arg |
3307 |
ac_cv_prog_cc_c89=$ac_arg |
| 3157 |
else |
3308 |
else |
| 3158 |
echo "$as_me: failed program was:" >&5 |
3309 |
$as_echo "$as_me: failed program was:" >&5 |
| 3159 |
sed 's/^/| /' conftest.$ac_ext >&5 |
3310 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 3160 |
|
3311 |
|
| 3161 |
|
3312 |
|
|
Lines 3171-3185
Link Here
|
| 3171 |
# AC_CACHE_VAL |
3322 |
# AC_CACHE_VAL |
| 3172 |
case "x$ac_cv_prog_cc_c89" in |
3323 |
case "x$ac_cv_prog_cc_c89" in |
| 3173 |
x) |
3324 |
x) |
| 3174 |
{ echo "$as_me:$LINENO: result: none needed" >&5 |
3325 |
{ $as_echo "$as_me:$LINENO: result: none needed" >&5 |
| 3175 |
echo "${ECHO_T}none needed" >&6; } ;; |
3326 |
$as_echo "none needed" >&6; } ;; |
| 3176 |
xno) |
3327 |
xno) |
| 3177 |
{ echo "$as_me:$LINENO: result: unsupported" >&5 |
3328 |
{ $as_echo "$as_me:$LINENO: result: unsupported" >&5 |
| 3178 |
echo "${ECHO_T}unsupported" >&6; } ;; |
3329 |
$as_echo "unsupported" >&6; } ;; |
| 3179 |
*) |
3330 |
*) |
| 3180 |
CC="$CC $ac_cv_prog_cc_c89" |
3331 |
CC="$CC $ac_cv_prog_cc_c89" |
| 3181 |
{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 |
3332 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 |
| 3182 |
echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; |
3333 |
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; |
| 3183 |
esac |
3334 |
esac |
| 3184 |
|
3335 |
|
| 3185 |
|
3336 |
|
|
Lines 3191-3200
Link Here
|
| 3191 |
|
3342 |
|
| 3192 |
depcc="$CC" am_compiler_list= |
3343 |
depcc="$CC" am_compiler_list= |
| 3193 |
|
3344 |
|
| 3194 |
{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 |
3345 |
{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 |
| 3195 |
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } |
3346 |
$as_echo_n "checking dependency style of $depcc... " >&6; } |
| 3196 |
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then |
3347 |
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then |
| 3197 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
3348 |
$as_echo_n "(cached) " >&6 |
| 3198 |
else |
3349 |
else |
| 3199 |
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
3350 |
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
| 3200 |
# We make a subdir and do the tests there. Otherwise we can end up |
3351 |
# We make a subdir and do the tests there. Otherwise we can end up |
|
Lines 3219-3224
Link Here
|
| 3219 |
if test "$am_compiler_list" = ""; then |
3370 |
if test "$am_compiler_list" = ""; then |
| 3220 |
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` |
3371 |
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` |
| 3221 |
fi |
3372 |
fi |
|
|
3373 |
am__universal=false |
| 3374 |
case " $depcc " in #( |
| 3375 |
*\ -arch\ *\ -arch\ *) am__universal=true ;; |
| 3376 |
esac |
| 3377 |
|
| 3222 |
for depmode in $am_compiler_list; do |
3378 |
for depmode in $am_compiler_list; do |
| 3223 |
# Setup a source with many dependencies, because some compilers |
3379 |
# Setup a source with many dependencies, because some compilers |
| 3224 |
# like to wrap large dependency lists on column 80 (with \), and |
3380 |
# like to wrap large dependency lists on column 80 (with \), and |
|
Lines 3236-3242
Link Here
|
| 3236 |
done |
3392 |
done |
| 3237 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
3393 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
| 3238 |
|
3394 |
|
|
|
3395 |
# We check with `-c' and `-o' for the sake of the "dashmstdout" |
| 3396 |
# mode. It turns out that the SunPro C++ compiler does not properly |
| 3397 |
# handle `-M -o', and we need to detect this. Also, some Intel |
| 3398 |
# versions had trouble with output in subdirs |
| 3399 |
am__obj=sub/conftest.${OBJEXT-o} |
| 3400 |
am__minus_obj="-o $am__obj" |
| 3239 |
case $depmode in |
3401 |
case $depmode in |
|
|
3402 |
gcc) |
| 3403 |
# This depmode causes a compiler race in universal mode. |
| 3404 |
test "$am__universal" = false || continue |
| 3405 |
;; |
| 3240 |
nosideeffect) |
3406 |
nosideeffect) |
| 3241 |
# after this tag, mechanisms are not by side-effect, so they'll |
3407 |
# after this tag, mechanisms are not by side-effect, so they'll |
| 3242 |
# only be used when explicitly requested |
3408 |
# only be used when explicitly requested |
|
Lines 3246-3264
Link Here
|
| 3246 |
break |
3412 |
break |
| 3247 |
fi |
3413 |
fi |
| 3248 |
;; |
3414 |
;; |
|
|
3415 |
msvisualcpp | msvcmsys) |
| 3416 |
# This compiler won't grok `-c -o', but also, the minuso test has |
| 3417 |
# not run yet. These depmodes are late enough in the game, and |
| 3418 |
# so weak that their functioning should not be impacted. |
| 3419 |
am__obj=conftest.${OBJEXT-o} |
| 3420 |
am__minus_obj= |
| 3421 |
;; |
| 3249 |
none) break ;; |
3422 |
none) break ;; |
| 3250 |
esac |
3423 |
esac |
| 3251 |
# We check with `-c' and `-o' for the sake of the "dashmstdout" |
|
|
| 3252 |
# mode. It turns out that the SunPro C++ compiler does not properly |
| 3253 |
# handle `-M -o', and we need to detect this. |
| 3254 |
if depmode=$depmode \ |
3424 |
if depmode=$depmode \ |
| 3255 |
source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ |
3425 |
source=sub/conftest.c object=$am__obj \ |
| 3256 |
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ |
3426 |
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ |
| 3257 |
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ |
3427 |
$SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ |
| 3258 |
>/dev/null 2>conftest.err && |
3428 |
>/dev/null 2>conftest.err && |
| 3259 |
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && |
3429 |
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && |
| 3260 |
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && |
3430 |
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && |
| 3261 |
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && |
3431 |
grep $am__obj sub/conftest.Po > /dev/null 2>&1 && |
| 3262 |
${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
3432 |
${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
| 3263 |
# icc doesn't choke on unknown options, it will just issue warnings |
3433 |
# icc doesn't choke on unknown options, it will just issue warnings |
| 3264 |
# or remarks (even with -Werror). So we grep stderr for any message |
3434 |
# or remarks (even with -Werror). So we grep stderr for any message |
|
Lines 3282-3289
Link Here
|
| 3282 |
fi |
3452 |
fi |
| 3283 |
|
3453 |
|
| 3284 |
fi |
3454 |
fi |
| 3285 |
{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 |
3455 |
{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 |
| 3286 |
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } |
3456 |
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } |
| 3287 |
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type |
3457 |
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type |
| 3288 |
|
3458 |
|
| 3289 |
if |
3459 |
if |
|
Lines 3298-3313
Link Here
|
| 3298 |
|
3468 |
|
| 3299 |
|
3469 |
|
| 3300 |
if test "x$CC" != xcc; then |
3470 |
if test "x$CC" != xcc; then |
| 3301 |
{ echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 |
3471 |
{ $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 |
| 3302 |
echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; } |
3472 |
$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } |
| 3303 |
else |
3473 |
else |
| 3304 |
{ echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 |
3474 |
{ $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 |
| 3305 |
echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; } |
3475 |
$as_echo_n "checking whether cc understands -c and -o together... " >&6; } |
| 3306 |
fi |
3476 |
fi |
| 3307 |
set dummy $CC; ac_cc=`echo $2 | |
3477 |
set dummy $CC; ac_cc=`$as_echo "$2" | |
| 3308 |
sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` |
3478 |
sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` |
| 3309 |
if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then |
3479 |
if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then |
| 3310 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
3480 |
$as_echo_n "(cached) " >&6 |
| 3311 |
else |
3481 |
else |
| 3312 |
cat >conftest.$ac_ext <<_ACEOF |
3482 |
cat >conftest.$ac_ext <<_ACEOF |
| 3313 |
/* confdefs.h. */ |
3483 |
/* confdefs.h. */ |
|
Lines 3333-3351
Link Here
|
| 3333 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3503 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3334 |
*) ac_try_echo=$ac_try;; |
3504 |
*) ac_try_echo=$ac_try;; |
| 3335 |
esac |
3505 |
esac |
| 3336 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3506 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
3507 |
$as_echo "$ac_try_echo") >&5 |
| 3337 |
(eval "$ac_try") 2>&5 |
3508 |
(eval "$ac_try") 2>&5 |
| 3338 |
ac_status=$? |
3509 |
ac_status=$? |
| 3339 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3510 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3340 |
(exit $ac_status); } && |
3511 |
(exit $ac_status); } && |
| 3341 |
test -f conftest2.$ac_objext && { (case "(($ac_try" in |
3512 |
test -f conftest2.$ac_objext && { (case "(($ac_try" in |
| 3342 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3513 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3343 |
*) ac_try_echo=$ac_try;; |
3514 |
*) ac_try_echo=$ac_try;; |
| 3344 |
esac |
3515 |
esac |
| 3345 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3516 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
3517 |
$as_echo "$ac_try_echo") >&5 |
| 3346 |
(eval "$ac_try") 2>&5 |
3518 |
(eval "$ac_try") 2>&5 |
| 3347 |
ac_status=$? |
3519 |
ac_status=$? |
| 3348 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3520 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3349 |
(exit $ac_status); }; |
3521 |
(exit $ac_status); }; |
| 3350 |
then |
3522 |
then |
| 3351 |
eval ac_cv_prog_cc_${ac_cc}_c_o=yes |
3523 |
eval ac_cv_prog_cc_${ac_cc}_c_o=yes |
|
Lines 3356-3365
Link Here
|
| 3356 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3528 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3357 |
*) ac_try_echo=$ac_try;; |
3529 |
*) ac_try_echo=$ac_try;; |
| 3358 |
esac |
3530 |
esac |
| 3359 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3531 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
3532 |
$as_echo "$ac_try_echo") >&5 |
| 3360 |
(eval "$ac_try") 2>&5 |
3533 |
(eval "$ac_try") 2>&5 |
| 3361 |
ac_status=$? |
3534 |
ac_status=$? |
| 3362 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3535 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3363 |
(exit $ac_status); }; }; then |
3536 |
(exit $ac_status); }; }; then |
| 3364 |
ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' |
3537 |
ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' |
| 3365 |
rm -f conftest2.* |
3538 |
rm -f conftest2.* |
|
Lines 3367-3385
Link Here
|
| 3367 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3540 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3368 |
*) ac_try_echo=$ac_try;; |
3541 |
*) ac_try_echo=$ac_try;; |
| 3369 |
esac |
3542 |
esac |
| 3370 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3543 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
3544 |
$as_echo "$ac_try_echo") >&5 |
| 3371 |
(eval "$ac_try") 2>&5 |
3545 |
(eval "$ac_try") 2>&5 |
| 3372 |
ac_status=$? |
3546 |
ac_status=$? |
| 3373 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3547 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3374 |
(exit $ac_status); } && |
3548 |
(exit $ac_status); } && |
| 3375 |
test -f conftest2.$ac_objext && { (case "(($ac_try" in |
3549 |
test -f conftest2.$ac_objext && { (case "(($ac_try" in |
| 3376 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3550 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3377 |
*) ac_try_echo=$ac_try;; |
3551 |
*) ac_try_echo=$ac_try;; |
| 3378 |
esac |
3552 |
esac |
| 3379 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3553 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
3554 |
$as_echo "$ac_try_echo") >&5 |
| 3380 |
(eval "$ac_try") 2>&5 |
3555 |
(eval "$ac_try") 2>&5 |
| 3381 |
ac_status=$? |
3556 |
ac_status=$? |
| 3382 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3557 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3383 |
(exit $ac_status); }; |
3558 |
(exit $ac_status); }; |
| 3384 |
then |
3559 |
then |
| 3385 |
# cc works too. |
3560 |
# cc works too. |
|
Lines 3393-3407
Link Here
|
| 3393 |
else |
3568 |
else |
| 3394 |
eval ac_cv_prog_cc_${ac_cc}_c_o=no |
3569 |
eval ac_cv_prog_cc_${ac_cc}_c_o=no |
| 3395 |
fi |
3570 |
fi |
| 3396 |
rm -f -r core conftest* |
3571 |
rm -f core conftest* |
| 3397 |
|
3572 |
|
| 3398 |
fi |
3573 |
fi |
| 3399 |
if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then |
3574 |
if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then |
| 3400 |
{ echo "$as_me:$LINENO: result: yes" >&5 |
3575 |
{ $as_echo "$as_me:$LINENO: result: yes" >&5 |
| 3401 |
echo "${ECHO_T}yes" >&6; } |
3576 |
$as_echo "yes" >&6; } |
| 3402 |
else |
3577 |
else |
| 3403 |
{ echo "$as_me:$LINENO: result: no" >&5 |
3578 |
{ $as_echo "$as_me:$LINENO: result: no" >&5 |
| 3404 |
echo "${ECHO_T}no" >&6; } |
3579 |
$as_echo "no" >&6; } |
| 3405 |
|
3580 |
|
| 3406 |
cat >>confdefs.h <<\_ACEOF |
3581 |
cat >>confdefs.h <<\_ACEOF |
| 3407 |
#define NO_MINUS_C_MINUS_O 1 |
3582 |
#define NO_MINUS_C_MINUS_O 1 |
|
Lines 3412-3419
Link Here
|
| 3412 |
# FIXME: we rely on the cache variable name because |
3587 |
# FIXME: we rely on the cache variable name because |
| 3413 |
# there is no other way. |
3588 |
# there is no other way. |
| 3414 |
set dummy $CC |
3589 |
set dummy $CC |
| 3415 |
ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` |
3590 |
am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` |
| 3416 |
if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then |
3591 |
eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o |
|
|
3592 |
if test "$am_t" != yes; then |
| 3417 |
# Losing compiler, so override with the script. |
3593 |
# Losing compiler, so override with the script. |
| 3418 |
# FIXME: It is wrong to rewrite CC. |
3594 |
# FIXME: It is wrong to rewrite CC. |
| 3419 |
# But if we don't then we get into trouble of one sort or another. |
3595 |
# But if we don't then we get into trouble of one sort or another. |
|
Lines 3436-3446
Link Here
|
| 3436 |
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
3612 |
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
| 3437 |
# OS/2's system install, which has a completely different semantic |
3613 |
# OS/2's system install, which has a completely different semantic |
| 3438 |
# ./install, which can be erroneously created by make from ./install.sh. |
3614 |
# ./install, which can be erroneously created by make from ./install.sh. |
| 3439 |
{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
3615 |
# Reject install programs that cannot install multiple files. |
| 3440 |
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } |
3616 |
{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
|
|
3617 |
$as_echo_n "checking for a BSD-compatible install... " >&6; } |
| 3441 |
if test -z "$INSTALL"; then |
3618 |
if test -z "$INSTALL"; then |
| 3442 |
if test "${ac_cv_path_install+set}" = set; then |
3619 |
if test "${ac_cv_path_install+set}" = set; then |
| 3443 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
3620 |
$as_echo_n "(cached) " >&6 |
| 3444 |
else |
3621 |
else |
| 3445 |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3622 |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 3446 |
for as_dir in $PATH |
3623 |
for as_dir in $PATH |
|
Lines 3469-3485
Link Here
|
| 3469 |
# program-specific install script used by HP pwplus--don't use. |
3646 |
# program-specific install script used by HP pwplus--don't use. |
| 3470 |
: |
3647 |
: |
| 3471 |
else |
3648 |
else |
| 3472 |
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
3649 |
rm -rf conftest.one conftest.two conftest.dir |
| 3473 |
break 3 |
3650 |
echo one > conftest.one |
|
|
3651 |
echo two > conftest.two |
| 3652 |
mkdir conftest.dir |
| 3653 |
if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && |
| 3654 |
test -s conftest.one && test -s conftest.two && |
| 3655 |
test -s conftest.dir/conftest.one && |
| 3656 |
test -s conftest.dir/conftest.two |
| 3657 |
then |
| 3658 |
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
| 3659 |
break 3 |
| 3660 |
fi |
| 3474 |
fi |
3661 |
fi |
| 3475 |
fi |
3662 |
fi |
| 3476 |
done |
3663 |
done |
| 3477 |
done |
3664 |
done |
| 3478 |
;; |
3665 |
;; |
| 3479 |
esac |
3666 |
esac |
|
|
3667 |
|
| 3480 |
done |
3668 |
done |
| 3481 |
IFS=$as_save_IFS |
3669 |
IFS=$as_save_IFS |
| 3482 |
|
3670 |
|
|
|
3671 |
rm -rf conftest.one conftest.two conftest.dir |
| 3483 |
|
3672 |
|
| 3484 |
fi |
3673 |
fi |
| 3485 |
if test "${ac_cv_path_install+set}" = set; then |
3674 |
if test "${ac_cv_path_install+set}" = set; then |
|
Lines 3492-3499
Link Here
|
| 3492 |
INSTALL=$ac_install_sh |
3681 |
INSTALL=$ac_install_sh |
| 3493 |
fi |
3682 |
fi |
| 3494 |
fi |
3683 |
fi |
| 3495 |
{ echo "$as_me:$LINENO: result: $INSTALL" >&5 |
3684 |
{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 |
| 3496 |
echo "${ECHO_T}$INSTALL" >&6; } |
3685 |
$as_echo "$INSTALL" >&6; } |
| 3497 |
|
3686 |
|
| 3498 |
# Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
3687 |
# Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
| 3499 |
# It thinks the first close brace ends the variable substitution. |
3688 |
# It thinks the first close brace ends the variable substitution. |
|
Lines 3503-3513
Link Here
|
| 3503 |
|
3692 |
|
| 3504 |
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
3693 |
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
| 3505 |
|
3694 |
|
| 3506 |
{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
3695 |
{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
| 3507 |
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } |
3696 |
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
| 3508 |
set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
3697 |
set x ${MAKE-make} |
|
|
3698 |
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 3509 |
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then |
3699 |
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then |
| 3510 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
3700 |
$as_echo_n "(cached) " >&6 |
| 3511 |
else |
3701 |
else |
| 3512 |
cat >conftest.make <<\_ACEOF |
3702 |
cat >conftest.make <<\_ACEOF |
| 3513 |
SHELL = /bin/sh |
3703 |
SHELL = /bin/sh |
|
Lines 3524-3545
Link Here
|
| 3524 |
rm -f conftest.make |
3714 |
rm -f conftest.make |
| 3525 |
fi |
3715 |
fi |
| 3526 |
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
3716 |
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
| 3527 |
{ echo "$as_me:$LINENO: result: yes" >&5 |
3717 |
{ $as_echo "$as_me:$LINENO: result: yes" >&5 |
| 3528 |
echo "${ECHO_T}yes" >&6; } |
3718 |
$as_echo "yes" >&6; } |
| 3529 |
SET_MAKE= |
3719 |
SET_MAKE= |
| 3530 |
else |
3720 |
else |
| 3531 |
{ echo "$as_me:$LINENO: result: no" >&5 |
3721 |
{ $as_echo "$as_me:$LINENO: result: no" >&5 |
| 3532 |
echo "${ECHO_T}no" >&6; } |
3722 |
$as_echo "no" >&6; } |
| 3533 |
SET_MAKE="MAKE=${MAKE-make}" |
3723 |
SET_MAKE="MAKE=${MAKE-make}" |
| 3534 |
fi |
3724 |
fi |
| 3535 |
|
3725 |
|
| 3536 |
if test -n "$ac_tool_prefix"; then |
3726 |
if test -n "$ac_tool_prefix"; then |
| 3537 |
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. |
3727 |
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. |
| 3538 |
set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
3728 |
set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
| 3539 |
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
3729 |
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 3540 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
3730 |
$as_echo_n "checking for $ac_word... " >&6; } |
| 3541 |
if test "${ac_cv_prog_RANLIB+set}" = set; then |
3731 |
if test "${ac_cv_prog_RANLIB+set}" = set; then |
| 3542 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
3732 |
$as_echo_n "(cached) " >&6 |
| 3543 |
else |
3733 |
else |
| 3544 |
if test -n "$RANLIB"; then |
3734 |
if test -n "$RANLIB"; then |
| 3545 |
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. |
3735 |
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. |
|
Lines 3552-3558
Link Here
|
| 3552 |
for ac_exec_ext in '' $ac_executable_extensions; do |
3742 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3553 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3743 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3554 |
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
3744 |
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
| 3555 |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3745 |
$as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3556 |
break 2 |
3746 |
break 2 |
| 3557 |
fi |
3747 |
fi |
| 3558 |
done |
3748 |
done |
|
Lines 3563-3573
Link Here
|
| 3563 |
fi |
3753 |
fi |
| 3564 |
RANLIB=$ac_cv_prog_RANLIB |
3754 |
RANLIB=$ac_cv_prog_RANLIB |
| 3565 |
if test -n "$RANLIB"; then |
3755 |
if test -n "$RANLIB"; then |
| 3566 |
{ echo "$as_me:$LINENO: result: $RANLIB" >&5 |
3756 |
{ $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 |
| 3567 |
echo "${ECHO_T}$RANLIB" >&6; } |
3757 |
$as_echo "$RANLIB" >&6; } |
| 3568 |
else |
3758 |
else |
| 3569 |
{ echo "$as_me:$LINENO: result: no" >&5 |
3759 |
{ $as_echo "$as_me:$LINENO: result: no" >&5 |
| 3570 |
echo "${ECHO_T}no" >&6; } |
3760 |
$as_echo "no" >&6; } |
| 3571 |
fi |
3761 |
fi |
| 3572 |
|
3762 |
|
| 3573 |
|
3763 |
|
|
Lines 3576-3585
Link Here
|
| 3576 |
ac_ct_RANLIB=$RANLIB |
3766 |
ac_ct_RANLIB=$RANLIB |
| 3577 |
# Extract the first word of "ranlib", so it can be a program name with args. |
3767 |
# Extract the first word of "ranlib", so it can be a program name with args. |
| 3578 |
set dummy ranlib; ac_word=$2 |
3768 |
set dummy ranlib; ac_word=$2 |
| 3579 |
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
3769 |
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 3580 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
3770 |
$as_echo_n "checking for $ac_word... " >&6; } |
| 3581 |
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then |
3771 |
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then |
| 3582 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
3772 |
$as_echo_n "(cached) " >&6 |
| 3583 |
else |
3773 |
else |
| 3584 |
if test -n "$ac_ct_RANLIB"; then |
3774 |
if test -n "$ac_ct_RANLIB"; then |
| 3585 |
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. |
3775 |
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. |
|
Lines 3592-3598
Link Here
|
| 3592 |
for ac_exec_ext in '' $ac_executable_extensions; do |
3782 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3593 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3783 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3594 |
ac_cv_prog_ac_ct_RANLIB="ranlib" |
3784 |
ac_cv_prog_ac_ct_RANLIB="ranlib" |
| 3595 |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3785 |
$as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3596 |
break 2 |
3786 |
break 2 |
| 3597 |
fi |
3787 |
fi |
| 3598 |
done |
3788 |
done |
|
Lines 3603-3613
Link Here
|
| 3603 |
fi |
3793 |
fi |
| 3604 |
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB |
3794 |
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB |
| 3605 |
if test -n "$ac_ct_RANLIB"; then |
3795 |
if test -n "$ac_ct_RANLIB"; then |
| 3606 |
{ echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 |
3796 |
{ $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 |
| 3607 |
echo "${ECHO_T}$ac_ct_RANLIB" >&6; } |
3797 |
$as_echo "$ac_ct_RANLIB" >&6; } |
| 3608 |
else |
3798 |
else |
| 3609 |
{ echo "$as_me:$LINENO: result: no" >&5 |
3799 |
{ $as_echo "$as_me:$LINENO: result: no" >&5 |
| 3610 |
echo "${ECHO_T}no" >&6; } |
3800 |
$as_echo "no" >&6; } |
| 3611 |
fi |
3801 |
fi |
| 3612 |
|
3802 |
|
| 3613 |
if test "x$ac_ct_RANLIB" = x; then |
3803 |
if test "x$ac_ct_RANLIB" = x; then |
|
Lines 3615-3626
Link Here
|
| 3615 |
else |
3805 |
else |
| 3616 |
case $cross_compiling:$ac_tool_warned in |
3806 |
case $cross_compiling:$ac_tool_warned in |
| 3617 |
yes:) |
3807 |
yes:) |
| 3618 |
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
3808 |
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 |
| 3619 |
whose name does not start with the host triplet. If you think this |
3809 |
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
| 3620 |
configuration is useful to you, please write to autoconf@gnu.org." >&5 |
|
|
| 3621 |
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
| 3622 |
whose name does not start with the host triplet. If you think this |
| 3623 |
configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
| 3624 |
ac_tool_warned=yes ;; |
3810 |
ac_tool_warned=yes ;; |
| 3625 |
esac |
3811 |
esac |
| 3626 |
RANLIB=$ac_ct_RANLIB |
3812 |
RANLIB=$ac_ct_RANLIB |
|
Lines 3637-3651
Link Here
|
| 3637 |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
3823 |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 3638 |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
3824 |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 3639 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
3825 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 3640 |
{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 |
3826 |
{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 |
| 3641 |
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } |
3827 |
$as_echo_n "checking how to run the C preprocessor... " >&6; } |
| 3642 |
# On Suns, sometimes $CPP names a directory. |
3828 |
# On Suns, sometimes $CPP names a directory. |
| 3643 |
if test -n "$CPP" && test -d "$CPP"; then |
3829 |
if test -n "$CPP" && test -d "$CPP"; then |
| 3644 |
CPP= |
3830 |
CPP= |
| 3645 |
fi |
3831 |
fi |
| 3646 |
if test -z "$CPP"; then |
3832 |
if test -z "$CPP"; then |
| 3647 |
if test "${ac_cv_prog_CPP+set}" = set; then |
3833 |
if test "${ac_cv_prog_CPP+set}" = set; then |
| 3648 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
3834 |
$as_echo_n "(cached) " >&6 |
| 3649 |
else |
3835 |
else |
| 3650 |
# Double quotes because CPP needs to be expanded |
3836 |
# Double quotes because CPP needs to be expanded |
| 3651 |
for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" |
3837 |
for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" |
|
Lines 3677-3696
Link Here
|
| 3677 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3863 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3678 |
*) ac_try_echo=$ac_try;; |
3864 |
*) ac_try_echo=$ac_try;; |
| 3679 |
esac |
3865 |
esac |
| 3680 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3866 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
3867 |
$as_echo "$ac_try_echo") >&5 |
| 3681 |
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
3868 |
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
| 3682 |
ac_status=$? |
3869 |
ac_status=$? |
| 3683 |
grep -v '^ *+' conftest.er1 >conftest.err |
3870 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 3684 |
rm -f conftest.er1 |
3871 |
rm -f conftest.er1 |
| 3685 |
cat conftest.err >&5 |
3872 |
cat conftest.err >&5 |
| 3686 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3873 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3687 |
(exit $ac_status); } >/dev/null && { |
3874 |
(exit $ac_status); } >/dev/null && { |
| 3688 |
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
3875 |
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
| 3689 |
test ! -s conftest.err |
3876 |
test ! -s conftest.err |
| 3690 |
}; then |
3877 |
}; then |
| 3691 |
: |
3878 |
: |
| 3692 |
else |
3879 |
else |
| 3693 |
echo "$as_me: failed program was:" >&5 |
3880 |
$as_echo "$as_me: failed program was:" >&5 |
| 3694 |
sed 's/^/| /' conftest.$ac_ext >&5 |
3881 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 3695 |
|
3882 |
|
| 3696 |
# Broken: fails on valid input. |
3883 |
# Broken: fails on valid input. |
|
Lines 3714-3726
Link Here
|
| 3714 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3901 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3715 |
*) ac_try_echo=$ac_try;; |
3902 |
*) ac_try_echo=$ac_try;; |
| 3716 |
esac |
3903 |
esac |
| 3717 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3904 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
3905 |
$as_echo "$ac_try_echo") >&5 |
| 3718 |
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
3906 |
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
| 3719 |
ac_status=$? |
3907 |
ac_status=$? |
| 3720 |
grep -v '^ *+' conftest.er1 >conftest.err |
3908 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 3721 |
rm -f conftest.er1 |
3909 |
rm -f conftest.er1 |
| 3722 |
cat conftest.err >&5 |
3910 |
cat conftest.err >&5 |
| 3723 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3911 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3724 |
(exit $ac_status); } >/dev/null && { |
3912 |
(exit $ac_status); } >/dev/null && { |
| 3725 |
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
3913 |
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
| 3726 |
test ! -s conftest.err |
3914 |
test ! -s conftest.err |
|
Lines 3728-3734
Link Here
|
| 3728 |
# Broken: success on invalid input. |
3916 |
# Broken: success on invalid input. |
| 3729 |
continue |
3917 |
continue |
| 3730 |
else |
3918 |
else |
| 3731 |
echo "$as_me: failed program was:" >&5 |
3919 |
$as_echo "$as_me: failed program was:" >&5 |
| 3732 |
sed 's/^/| /' conftest.$ac_ext >&5 |
3920 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 3733 |
|
3921 |
|
| 3734 |
# Passes both tests. |
3922 |
# Passes both tests. |
|
Lines 3753-3760
Link Here
|
| 3753 |
else |
3941 |
else |
| 3754 |
ac_cv_prog_CPP=$CPP |
3942 |
ac_cv_prog_CPP=$CPP |
| 3755 |
fi |
3943 |
fi |
| 3756 |
{ echo "$as_me:$LINENO: result: $CPP" >&5 |
3944 |
{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 |
| 3757 |
echo "${ECHO_T}$CPP" >&6; } |
3945 |
$as_echo "$CPP" >&6; } |
| 3758 |
ac_preproc_ok=false |
3946 |
ac_preproc_ok=false |
| 3759 |
for ac_c_preproc_warn_flag in '' yes |
3947 |
for ac_c_preproc_warn_flag in '' yes |
| 3760 |
do |
3948 |
do |
|
Lines 3782-3801
Link Here
|
| 3782 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3970 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3783 |
*) ac_try_echo=$ac_try;; |
3971 |
*) ac_try_echo=$ac_try;; |
| 3784 |
esac |
3972 |
esac |
| 3785 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3973 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
3974 |
$as_echo "$ac_try_echo") >&5 |
| 3786 |
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
3975 |
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
| 3787 |
ac_status=$? |
3976 |
ac_status=$? |
| 3788 |
grep -v '^ *+' conftest.er1 >conftest.err |
3977 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 3789 |
rm -f conftest.er1 |
3978 |
rm -f conftest.er1 |
| 3790 |
cat conftest.err >&5 |
3979 |
cat conftest.err >&5 |
| 3791 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3980 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3792 |
(exit $ac_status); } >/dev/null && { |
3981 |
(exit $ac_status); } >/dev/null && { |
| 3793 |
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
3982 |
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
| 3794 |
test ! -s conftest.err |
3983 |
test ! -s conftest.err |
| 3795 |
}; then |
3984 |
}; then |
| 3796 |
: |
3985 |
: |
| 3797 |
else |
3986 |
else |
| 3798 |
echo "$as_me: failed program was:" >&5 |
3987 |
$as_echo "$as_me: failed program was:" >&5 |
| 3799 |
sed 's/^/| /' conftest.$ac_ext >&5 |
3988 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 3800 |
|
3989 |
|
| 3801 |
# Broken: fails on valid input. |
3990 |
# Broken: fails on valid input. |
|
Lines 3819-3831
Link Here
|
| 3819 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4008 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3820 |
*) ac_try_echo=$ac_try;; |
4009 |
*) ac_try_echo=$ac_try;; |
| 3821 |
esac |
4010 |
esac |
| 3822 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4011 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
4012 |
$as_echo "$ac_try_echo") >&5 |
| 3823 |
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
4013 |
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
| 3824 |
ac_status=$? |
4014 |
ac_status=$? |
| 3825 |
grep -v '^ *+' conftest.er1 >conftest.err |
4015 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 3826 |
rm -f conftest.er1 |
4016 |
rm -f conftest.er1 |
| 3827 |
cat conftest.err >&5 |
4017 |
cat conftest.err >&5 |
| 3828 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4018 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3829 |
(exit $ac_status); } >/dev/null && { |
4019 |
(exit $ac_status); } >/dev/null && { |
| 3830 |
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
4020 |
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
| 3831 |
test ! -s conftest.err |
4021 |
test ! -s conftest.err |
|
Lines 3833-3839
Link Here
|
| 3833 |
# Broken: success on invalid input. |
4023 |
# Broken: success on invalid input. |
| 3834 |
continue |
4024 |
continue |
| 3835 |
else |
4025 |
else |
| 3836 |
echo "$as_me: failed program was:" >&5 |
4026 |
$as_echo "$as_me: failed program was:" >&5 |
| 3837 |
sed 's/^/| /' conftest.$ac_ext >&5 |
4027 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 3838 |
|
4028 |
|
| 3839 |
# Passes both tests. |
4029 |
# Passes both tests. |
|
Lines 3849-3859
Link Here
|
| 3849 |
if $ac_preproc_ok; then |
4039 |
if $ac_preproc_ok; then |
| 3850 |
: |
4040 |
: |
| 3851 |
else |
4041 |
else |
| 3852 |
{ { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check |
4042 |
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
|
|
4043 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 4044 |
{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check |
| 3853 |
See \`config.log' for more details." >&5 |
4045 |
See \`config.log' for more details." >&5 |
| 3854 |
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check |
4046 |
$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check |
| 3855 |
See \`config.log' for more details." >&2;} |
4047 |
See \`config.log' for more details." >&2;} |
| 3856 |
{ (exit 1); exit 1; }; } |
4048 |
{ (exit 1); exit 1; }; }; } |
| 3857 |
fi |
4049 |
fi |
| 3858 |
|
4050 |
|
| 3859 |
ac_ext=c |
4051 |
ac_ext=c |
|
Lines 3863-3904
Link Here
|
| 3863 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
4055 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 3864 |
|
4056 |
|
| 3865 |
|
4057 |
|
| 3866 |
{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 |
4058 |
{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 |
| 3867 |
echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } |
4059 |
$as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
| 3868 |
if test "${ac_cv_path_GREP+set}" = set; then |
4060 |
if test "${ac_cv_path_GREP+set}" = set; then |
| 3869 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
4061 |
$as_echo_n "(cached) " >&6 |
| 3870 |
else |
4062 |
else |
| 3871 |
# Extract the first word of "grep ggrep" to use in msg output |
4063 |
if test -z "$GREP"; then |
| 3872 |
if test -z "$GREP"; then |
|
|
| 3873 |
set dummy grep ggrep; ac_prog_name=$2 |
| 3874 |
if test "${ac_cv_path_GREP+set}" = set; then |
| 3875 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 3876 |
else |
| 3877 |
ac_path_GREP_found=false |
4064 |
ac_path_GREP_found=false |
| 3878 |
# Loop through the user's path and test for each of PROGNAME-LIST |
4065 |
# Loop through the user's path and test for each of PROGNAME-LIST |
| 3879 |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4066 |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 3880 |
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
4067 |
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
| 3881 |
do |
4068 |
do |
| 3882 |
IFS=$as_save_IFS |
4069 |
IFS=$as_save_IFS |
| 3883 |
test -z "$as_dir" && as_dir=. |
4070 |
test -z "$as_dir" && as_dir=. |
| 3884 |
for ac_prog in grep ggrep; do |
4071 |
for ac_prog in grep ggrep; do |
| 3885 |
for ac_exec_ext in '' $ac_executable_extensions; do |
4072 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3886 |
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
4073 |
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
| 3887 |
{ test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue |
4074 |
{ test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue |
| 3888 |
# Check for GNU ac_path_GREP and select it if it is found. |
4075 |
# Check for GNU ac_path_GREP and select it if it is found. |
| 3889 |
# Check for GNU $ac_path_GREP |
4076 |
# Check for GNU $ac_path_GREP |
| 3890 |
case `"$ac_path_GREP" --version 2>&1` in |
4077 |
case `"$ac_path_GREP" --version 2>&1` in |
| 3891 |
*GNU*) |
4078 |
*GNU*) |
| 3892 |
ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; |
4079 |
ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; |
| 3893 |
*) |
4080 |
*) |
| 3894 |
ac_count=0 |
4081 |
ac_count=0 |
| 3895 |
echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" |
4082 |
$as_echo_n 0123456789 >"conftest.in" |
| 3896 |
while : |
4083 |
while : |
| 3897 |
do |
4084 |
do |
| 3898 |
cat "conftest.in" "conftest.in" >"conftest.tmp" |
4085 |
cat "conftest.in" "conftest.in" >"conftest.tmp" |
| 3899 |
mv "conftest.tmp" "conftest.in" |
4086 |
mv "conftest.tmp" "conftest.in" |
| 3900 |
cp "conftest.in" "conftest.nl" |
4087 |
cp "conftest.in" "conftest.nl" |
| 3901 |
echo 'GREP' >> "conftest.nl" |
4088 |
$as_echo 'GREP' >> "conftest.nl" |
| 3902 |
"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
4089 |
"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
| 3903 |
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
4090 |
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
| 3904 |
ac_count=`expr $ac_count + 1` |
4091 |
ac_count=`expr $ac_count + 1` |
|
Lines 3913-3986
Link Here
|
| 3913 |
rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
4100 |
rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
| 3914 |
esac |
4101 |
esac |
| 3915 |
|
4102 |
|
| 3916 |
|
4103 |
$ac_path_GREP_found && break 3 |
| 3917 |
$ac_path_GREP_found && break 3 |
4104 |
done |
| 3918 |
done |
4105 |
done |
| 3919 |
done |
4106 |
done |
| 3920 |
|
|
|
| 3921 |
done |
| 3922 |
IFS=$as_save_IFS |
4107 |
IFS=$as_save_IFS |
| 3923 |
|
4108 |
if test -z "$ac_cv_path_GREP"; then |
| 3924 |
|
4109 |
{ { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 |
| 3925 |
fi |
4110 |
$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} |
| 3926 |
|
|
|
| 3927 |
GREP="$ac_cv_path_GREP" |
| 3928 |
if test -z "$GREP"; then |
| 3929 |
{ { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 |
| 3930 |
echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} |
| 3931 |
{ (exit 1); exit 1; }; } |
4111 |
{ (exit 1); exit 1; }; } |
| 3932 |
fi |
4112 |
fi |
| 3933 |
|
|
|
| 3934 |
else |
4113 |
else |
| 3935 |
ac_cv_path_GREP=$GREP |
4114 |
ac_cv_path_GREP=$GREP |
| 3936 |
fi |
4115 |
fi |
| 3937 |
|
4116 |
|
| 3938 |
|
|
|
| 3939 |
fi |
4117 |
fi |
| 3940 |
{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 |
4118 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 |
| 3941 |
echo "${ECHO_T}$ac_cv_path_GREP" >&6; } |
4119 |
$as_echo "$ac_cv_path_GREP" >&6; } |
| 3942 |
GREP="$ac_cv_path_GREP" |
4120 |
GREP="$ac_cv_path_GREP" |
| 3943 |
|
4121 |
|
| 3944 |
|
4122 |
|
| 3945 |
{ echo "$as_me:$LINENO: checking for egrep" >&5 |
4123 |
{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 |
| 3946 |
echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } |
4124 |
$as_echo_n "checking for egrep... " >&6; } |
| 3947 |
if test "${ac_cv_path_EGREP+set}" = set; then |
4125 |
if test "${ac_cv_path_EGREP+set}" = set; then |
| 3948 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
4126 |
$as_echo_n "(cached) " >&6 |
| 3949 |
else |
4127 |
else |
| 3950 |
if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
4128 |
if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
| 3951 |
then ac_cv_path_EGREP="$GREP -E" |
4129 |
then ac_cv_path_EGREP="$GREP -E" |
| 3952 |
else |
4130 |
else |
| 3953 |
# Extract the first word of "egrep" to use in msg output |
4131 |
if test -z "$EGREP"; then |
| 3954 |
if test -z "$EGREP"; then |
|
|
| 3955 |
set dummy egrep; ac_prog_name=$2 |
| 3956 |
if test "${ac_cv_path_EGREP+set}" = set; then |
| 3957 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 3958 |
else |
| 3959 |
ac_path_EGREP_found=false |
4132 |
ac_path_EGREP_found=false |
| 3960 |
# Loop through the user's path and test for each of PROGNAME-LIST |
4133 |
# Loop through the user's path and test for each of PROGNAME-LIST |
| 3961 |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4134 |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 3962 |
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
4135 |
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
| 3963 |
do |
4136 |
do |
| 3964 |
IFS=$as_save_IFS |
4137 |
IFS=$as_save_IFS |
| 3965 |
test -z "$as_dir" && as_dir=. |
4138 |
test -z "$as_dir" && as_dir=. |
| 3966 |
for ac_prog in egrep; do |
4139 |
for ac_prog in egrep; do |
| 3967 |
for ac_exec_ext in '' $ac_executable_extensions; do |
4140 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3968 |
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
4141 |
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 3969 |
{ test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue |
4142 |
{ test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue |
| 3970 |
# Check for GNU ac_path_EGREP and select it if it is found. |
4143 |
# Check for GNU ac_path_EGREP and select it if it is found. |
| 3971 |
# Check for GNU $ac_path_EGREP |
4144 |
# Check for GNU $ac_path_EGREP |
| 3972 |
case `"$ac_path_EGREP" --version 2>&1` in |
4145 |
case `"$ac_path_EGREP" --version 2>&1` in |
| 3973 |
*GNU*) |
4146 |
*GNU*) |
| 3974 |
ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; |
4147 |
ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; |
| 3975 |
*) |
4148 |
*) |
| 3976 |
ac_count=0 |
4149 |
ac_count=0 |
| 3977 |
echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" |
4150 |
$as_echo_n 0123456789 >"conftest.in" |
| 3978 |
while : |
4151 |
while : |
| 3979 |
do |
4152 |
do |
| 3980 |
cat "conftest.in" "conftest.in" >"conftest.tmp" |
4153 |
cat "conftest.in" "conftest.in" >"conftest.tmp" |
| 3981 |
mv "conftest.tmp" "conftest.in" |
4154 |
mv "conftest.tmp" "conftest.in" |
| 3982 |
cp "conftest.in" "conftest.nl" |
4155 |
cp "conftest.in" "conftest.nl" |
| 3983 |
echo 'EGREP' >> "conftest.nl" |
4156 |
$as_echo 'EGREP' >> "conftest.nl" |
| 3984 |
"$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
4157 |
"$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
| 3985 |
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
4158 |
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
| 3986 |
ac_count=`expr $ac_count + 1` |
4159 |
ac_count=`expr $ac_count + 1` |
|
Lines 3995-4034
Link Here
|
| 3995 |
rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
4168 |
rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
| 3996 |
esac |
4169 |
esac |
| 3997 |
|
4170 |
|
| 3998 |
|
4171 |
$ac_path_EGREP_found && break 3 |
| 3999 |
$ac_path_EGREP_found && break 3 |
4172 |
done |
| 4000 |
done |
4173 |
done |
| 4001 |
done |
4174 |
done |
| 4002 |
|
|
|
| 4003 |
done |
| 4004 |
IFS=$as_save_IFS |
4175 |
IFS=$as_save_IFS |
| 4005 |
|
4176 |
if test -z "$ac_cv_path_EGREP"; then |
| 4006 |
|
4177 |
{ { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 |
| 4007 |
fi |
4178 |
$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} |
| 4008 |
|
|
|
| 4009 |
EGREP="$ac_cv_path_EGREP" |
| 4010 |
if test -z "$EGREP"; then |
| 4011 |
{ { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 |
| 4012 |
echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} |
| 4013 |
{ (exit 1); exit 1; }; } |
4179 |
{ (exit 1); exit 1; }; } |
| 4014 |
fi |
4180 |
fi |
| 4015 |
|
|
|
| 4016 |
else |
4181 |
else |
| 4017 |
ac_cv_path_EGREP=$EGREP |
4182 |
ac_cv_path_EGREP=$EGREP |
| 4018 |
fi |
4183 |
fi |
| 4019 |
|
4184 |
|
| 4020 |
|
|
|
| 4021 |
fi |
4185 |
fi |
| 4022 |
fi |
4186 |
fi |
| 4023 |
{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 |
4187 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 |
| 4024 |
echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } |
4188 |
$as_echo "$ac_cv_path_EGREP" >&6; } |
| 4025 |
EGREP="$ac_cv_path_EGREP" |
4189 |
EGREP="$ac_cv_path_EGREP" |
| 4026 |
|
4190 |
|
| 4027 |
|
4191 |
|
| 4028 |
{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
4192 |
{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
| 4029 |
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } |
4193 |
$as_echo_n "checking for ANSI C header files... " >&6; } |
| 4030 |
if test "${ac_cv_header_stdc+set}" = set; then |
4194 |
if test "${ac_cv_header_stdc+set}" = set; then |
| 4031 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
4195 |
$as_echo_n "(cached) " >&6 |
| 4032 |
else |
4196 |
else |
| 4033 |
cat >conftest.$ac_ext <<_ACEOF |
4197 |
cat >conftest.$ac_ext <<_ACEOF |
| 4034 |
/* confdefs.h. */ |
4198 |
/* confdefs.h. */ |
|
Lines 4055-4074
Link Here
|
| 4055 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4219 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4056 |
*) ac_try_echo=$ac_try;; |
4220 |
*) ac_try_echo=$ac_try;; |
| 4057 |
esac |
4221 |
esac |
| 4058 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4222 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
4223 |
$as_echo "$ac_try_echo") >&5 |
| 4059 |
(eval "$ac_compile") 2>conftest.er1 |
4224 |
(eval "$ac_compile") 2>conftest.er1 |
| 4060 |
ac_status=$? |
4225 |
ac_status=$? |
| 4061 |
grep -v '^ *+' conftest.er1 >conftest.err |
4226 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 4062 |
rm -f conftest.er1 |
4227 |
rm -f conftest.er1 |
| 4063 |
cat conftest.err >&5 |
4228 |
cat conftest.err >&5 |
| 4064 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4229 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4065 |
(exit $ac_status); } && { |
4230 |
(exit $ac_status); } && { |
| 4066 |
test -z "$ac_c_werror_flag" || |
4231 |
test -z "$ac_c_werror_flag" || |
| 4067 |
test ! -s conftest.err |
4232 |
test ! -s conftest.err |
| 4068 |
} && test -s conftest.$ac_objext; then |
4233 |
} && test -s conftest.$ac_objext; then |
| 4069 |
ac_cv_header_stdc=yes |
4234 |
ac_cv_header_stdc=yes |
| 4070 |
else |
4235 |
else |
| 4071 |
echo "$as_me: failed program was:" >&5 |
4236 |
$as_echo "$as_me: failed program was:" >&5 |
| 4072 |
sed 's/^/| /' conftest.$ac_ext >&5 |
4237 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4073 |
|
4238 |
|
| 4074 |
ac_cv_header_stdc=no |
4239 |
ac_cv_header_stdc=no |
|
Lines 4093-4099
Link Here
|
| 4093 |
else |
4258 |
else |
| 4094 |
ac_cv_header_stdc=no |
4259 |
ac_cv_header_stdc=no |
| 4095 |
fi |
4260 |
fi |
| 4096 |
rm -f -r conftest* |
4261 |
rm -f conftest* |
| 4097 |
|
4262 |
|
| 4098 |
fi |
4263 |
fi |
| 4099 |
|
4264 |
|
|
Lines 4114-4120
Link Here
|
| 4114 |
else |
4279 |
else |
| 4115 |
ac_cv_header_stdc=no |
4280 |
ac_cv_header_stdc=no |
| 4116 |
fi |
4281 |
fi |
| 4117 |
rm -f -r conftest* |
4282 |
rm -f conftest* |
| 4118 |
|
4283 |
|
| 4119 |
fi |
4284 |
fi |
| 4120 |
|
4285 |
|
|
Lines 4160-4196
Link Here
|
| 4160 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4325 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4161 |
*) ac_try_echo=$ac_try;; |
4326 |
*) ac_try_echo=$ac_try;; |
| 4162 |
esac |
4327 |
esac |
| 4163 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4328 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
4329 |
$as_echo "$ac_try_echo") >&5 |
| 4164 |
(eval "$ac_link") 2>&5 |
4330 |
(eval "$ac_link") 2>&5 |
| 4165 |
ac_status=$? |
4331 |
ac_status=$? |
| 4166 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4332 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4167 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
4333 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
| 4168 |
{ (case "(($ac_try" in |
4334 |
{ (case "(($ac_try" in |
| 4169 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4335 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4170 |
*) ac_try_echo=$ac_try;; |
4336 |
*) ac_try_echo=$ac_try;; |
| 4171 |
esac |
4337 |
esac |
| 4172 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4338 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
4339 |
$as_echo "$ac_try_echo") >&5 |
| 4173 |
(eval "$ac_try") 2>&5 |
4340 |
(eval "$ac_try") 2>&5 |
| 4174 |
ac_status=$? |
4341 |
ac_status=$? |
| 4175 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4342 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4176 |
(exit $ac_status); }; }; then |
4343 |
(exit $ac_status); }; }; then |
| 4177 |
: |
4344 |
: |
| 4178 |
else |
4345 |
else |
| 4179 |
echo "$as_me: program exited with status $ac_status" >&5 |
4346 |
$as_echo "$as_me: program exited with status $ac_status" >&5 |
| 4180 |
echo "$as_me: failed program was:" >&5 |
4347 |
$as_echo "$as_me: failed program was:" >&5 |
| 4181 |
sed 's/^/| /' conftest.$ac_ext >&5 |
4348 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4182 |
|
4349 |
|
| 4183 |
( exit $ac_status ) |
4350 |
( exit $ac_status ) |
| 4184 |
ac_cv_header_stdc=no |
4351 |
ac_cv_header_stdc=no |
| 4185 |
fi |
4352 |
fi |
|
|
4353 |
rm -rf conftest.dSYM |
| 4186 |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
4354 |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 4187 |
fi |
4355 |
fi |
| 4188 |
|
4356 |
|
| 4189 |
|
4357 |
|
| 4190 |
fi |
4358 |
fi |
| 4191 |
fi |
4359 |
fi |
| 4192 |
{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 |
4360 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 |
| 4193 |
echo "${ECHO_T}$ac_cv_header_stdc" >&6; } |
4361 |
$as_echo "$ac_cv_header_stdc" >&6; } |
| 4194 |
if test $ac_cv_header_stdc = yes; then |
4362 |
if test $ac_cv_header_stdc = yes; then |
| 4195 |
|
4363 |
|
| 4196 |
cat >>confdefs.h <<\_ACEOF |
4364 |
cat >>confdefs.h <<\_ACEOF |
|
Lines 4212-4222
Link Here
|
| 4212 |
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
4380 |
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
| 4213 |
inttypes.h stdint.h unistd.h |
4381 |
inttypes.h stdint.h unistd.h |
| 4214 |
do |
4382 |
do |
| 4215 |
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
4383 |
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 4216 |
{ echo "$as_me:$LINENO: checking for $ac_header" >&5 |
4384 |
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 4217 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
4385 |
$as_echo_n "checking for $ac_header... " >&6; } |
| 4218 |
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
4386 |
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
| 4219 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
4387 |
$as_echo_n "(cached) " >&6 |
| 4220 |
else |
4388 |
else |
| 4221 |
cat >conftest.$ac_ext <<_ACEOF |
4389 |
cat >conftest.$ac_ext <<_ACEOF |
| 4222 |
/* confdefs.h. */ |
4390 |
/* confdefs.h. */ |
|
Lines 4234-4253
Link Here
|
| 4234 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4402 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4235 |
*) ac_try_echo=$ac_try;; |
4403 |
*) ac_try_echo=$ac_try;; |
| 4236 |
esac |
4404 |
esac |
| 4237 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4405 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
4406 |
$as_echo "$ac_try_echo") >&5 |
| 4238 |
(eval "$ac_compile") 2>conftest.er1 |
4407 |
(eval "$ac_compile") 2>conftest.er1 |
| 4239 |
ac_status=$? |
4408 |
ac_status=$? |
| 4240 |
grep -v '^ *+' conftest.er1 >conftest.err |
4409 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 4241 |
rm -f conftest.er1 |
4410 |
rm -f conftest.er1 |
| 4242 |
cat conftest.err >&5 |
4411 |
cat conftest.err >&5 |
| 4243 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4412 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4244 |
(exit $ac_status); } && { |
4413 |
(exit $ac_status); } && { |
| 4245 |
test -z "$ac_c_werror_flag" || |
4414 |
test -z "$ac_c_werror_flag" || |
| 4246 |
test ! -s conftest.err |
4415 |
test ! -s conftest.err |
| 4247 |
} && test -s conftest.$ac_objext; then |
4416 |
} && test -s conftest.$ac_objext; then |
| 4248 |
eval "$as_ac_Header=yes" |
4417 |
eval "$as_ac_Header=yes" |
| 4249 |
else |
4418 |
else |
| 4250 |
echo "$as_me: failed program was:" >&5 |
4419 |
$as_echo "$as_me: failed program was:" >&5 |
| 4251 |
sed 's/^/| /' conftest.$ac_ext >&5 |
4420 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4252 |
|
4421 |
|
| 4253 |
eval "$as_ac_Header=no" |
4422 |
eval "$as_ac_Header=no" |
|
Lines 4255-4266
Link Here
|
| 4255 |
|
4424 |
|
| 4256 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4425 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4257 |
fi |
4426 |
fi |
| 4258 |
ac_res=`eval echo '${'$as_ac_Header'}'` |
4427 |
ac_res=`eval 'as_val=${'$as_ac_Header'} |
| 4259 |
{ echo "$as_me:$LINENO: result: $ac_res" >&5 |
4428 |
$as_echo "$as_val"'` |
| 4260 |
echo "${ECHO_T}$ac_res" >&6; } |
4429 |
{ $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 4261 |
if test `eval echo '${'$as_ac_Header'}'` = yes; then |
4430 |
$as_echo "$ac_res" >&6; } |
|
|
4431 |
as_val=`eval 'as_val=${'$as_ac_Header'} |
| 4432 |
$as_echo "$as_val"'` |
| 4433 |
if test "x$as_val" = x""yes; then |
| 4262 |
cat >>confdefs.h <<_ACEOF |
4434 |
cat >>confdefs.h <<_ACEOF |
| 4263 |
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
4435 |
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 4264 |
_ACEOF |
4436 |
_ACEOF |
| 4265 |
|
4437 |
|
| 4266 |
fi |
4438 |
fi |
|
Lines 4268-4295
Link Here
|
| 4268 |
done |
4440 |
done |
| 4269 |
|
4441 |
|
| 4270 |
|
4442 |
|
| 4271 |
{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 |
4443 |
|
| 4272 |
echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } |
4444 |
{ $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 |
|
|
4445 |
$as_echo_n "checking whether byte ordering is bigendian... " >&6; } |
| 4273 |
if test "${ac_cv_c_bigendian+set}" = set; then |
4446 |
if test "${ac_cv_c_bigendian+set}" = set; then |
| 4274 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
4447 |
$as_echo_n "(cached) " >&6 |
| 4275 |
else |
4448 |
else |
| 4276 |
# See if sys/param.h defines the BYTE_ORDER macro. |
4449 |
ac_cv_c_bigendian=unknown |
| 4277 |
cat >conftest.$ac_ext <<_ACEOF |
4450 |
# See if we're dealing with a universal compiler. |
|
|
4451 |
cat >conftest.$ac_ext <<_ACEOF |
| 4452 |
/* confdefs.h. */ |
| 4453 |
_ACEOF |
| 4454 |
cat confdefs.h >>conftest.$ac_ext |
| 4455 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4456 |
/* end confdefs.h. */ |
| 4457 |
#ifndef __APPLE_CC__ |
| 4458 |
not a universal capable compiler |
| 4459 |
#endif |
| 4460 |
typedef int dummy; |
| 4461 |
|
| 4462 |
_ACEOF |
| 4463 |
rm -f conftest.$ac_objext |
| 4464 |
if { (ac_try="$ac_compile" |
| 4465 |
case "(($ac_try" in |
| 4466 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4467 |
*) ac_try_echo=$ac_try;; |
| 4468 |
esac |
| 4469 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
| 4470 |
$as_echo "$ac_try_echo") >&5 |
| 4471 |
(eval "$ac_compile") 2>conftest.er1 |
| 4472 |
ac_status=$? |
| 4473 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 4474 |
rm -f conftest.er1 |
| 4475 |
cat conftest.err >&5 |
| 4476 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4477 |
(exit $ac_status); } && { |
| 4478 |
test -z "$ac_c_werror_flag" || |
| 4479 |
test ! -s conftest.err |
| 4480 |
} && test -s conftest.$ac_objext; then |
| 4481 |
|
| 4482 |
# Check for potential -arch flags. It is not universal unless |
| 4483 |
# there are some -arch flags. Note that *ppc* also matches |
| 4484 |
# ppc64. This check is also rather less than ideal. |
| 4485 |
case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in #( |
| 4486 |
*-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;; |
| 4487 |
esac |
| 4488 |
else |
| 4489 |
$as_echo "$as_me: failed program was:" >&5 |
| 4490 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4491 |
|
| 4492 |
|
| 4493 |
fi |
| 4494 |
|
| 4495 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4496 |
if test $ac_cv_c_bigendian = unknown; then |
| 4497 |
# See if sys/param.h defines the BYTE_ORDER macro. |
| 4498 |
cat >conftest.$ac_ext <<_ACEOF |
| 4278 |
/* confdefs.h. */ |
4499 |
/* confdefs.h. */ |
| 4279 |
_ACEOF |
4500 |
_ACEOF |
| 4280 |
cat confdefs.h >>conftest.$ac_ext |
4501 |
cat confdefs.h >>conftest.$ac_ext |
| 4281 |
cat >>conftest.$ac_ext <<_ACEOF |
4502 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4282 |
/* end confdefs.h. */ |
4503 |
/* end confdefs.h. */ |
| 4283 |
#include <sys/types.h> |
4504 |
#include <sys/types.h> |
| 4284 |
#include <sys/param.h> |
4505 |
#include <sys/param.h> |
| 4285 |
|
4506 |
|
| 4286 |
int |
4507 |
int |
| 4287 |
main () |
4508 |
main () |
| 4288 |
{ |
4509 |
{ |
| 4289 |
#if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ |
4510 |
#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ |
| 4290 |
&& BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) |
4511 |
&& defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ |
| 4291 |
bogus endian macros |
4512 |
&& LITTLE_ENDIAN) |
| 4292 |
#endif |
4513 |
bogus endian macros |
|
|
4514 |
#endif |
| 4293 |
|
4515 |
|
| 4294 |
; |
4516 |
; |
| 4295 |
return 0; |
4517 |
return 0; |
|
Lines 4301-4333
Link Here
|
| 4301 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4523 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4302 |
*) ac_try_echo=$ac_try;; |
4524 |
*) ac_try_echo=$ac_try;; |
| 4303 |
esac |
4525 |
esac |
| 4304 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4526 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
4527 |
$as_echo "$ac_try_echo") >&5 |
| 4305 |
(eval "$ac_compile") 2>conftest.er1 |
4528 |
(eval "$ac_compile") 2>conftest.er1 |
| 4306 |
ac_status=$? |
4529 |
ac_status=$? |
| 4307 |
grep -v '^ *+' conftest.er1 >conftest.err |
4530 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 4308 |
rm -f conftest.er1 |
4531 |
rm -f conftest.er1 |
| 4309 |
cat conftest.err >&5 |
4532 |
cat conftest.err >&5 |
| 4310 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4533 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4311 |
(exit $ac_status); } && { |
4534 |
(exit $ac_status); } && { |
| 4312 |
test -z "$ac_c_werror_flag" || |
4535 |
test -z "$ac_c_werror_flag" || |
| 4313 |
test ! -s conftest.err |
4536 |
test ! -s conftest.err |
| 4314 |
} && test -s conftest.$ac_objext; then |
4537 |
} && test -s conftest.$ac_objext; then |
| 4315 |
# It does; now see whether it defined to BIG_ENDIAN or not. |
4538 |
# It does; now see whether it defined to BIG_ENDIAN or not. |
| 4316 |
cat >conftest.$ac_ext <<_ACEOF |
4539 |
cat >conftest.$ac_ext <<_ACEOF |
| 4317 |
/* confdefs.h. */ |
4540 |
/* confdefs.h. */ |
| 4318 |
_ACEOF |
4541 |
_ACEOF |
| 4319 |
cat confdefs.h >>conftest.$ac_ext |
4542 |
cat confdefs.h >>conftest.$ac_ext |
| 4320 |
cat >>conftest.$ac_ext <<_ACEOF |
4543 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4321 |
/* end confdefs.h. */ |
4544 |
/* end confdefs.h. */ |
| 4322 |
#include <sys/types.h> |
4545 |
#include <sys/types.h> |
| 4323 |
#include <sys/param.h> |
4546 |
#include <sys/param.h> |
| 4324 |
|
4547 |
|
| 4325 |
int |
4548 |
int |
| 4326 |
main () |
4549 |
main () |
| 4327 |
{ |
4550 |
{ |
| 4328 |
#if BYTE_ORDER != BIG_ENDIAN |
4551 |
#if BYTE_ORDER != BIG_ENDIAN |
| 4329 |
not big endian |
4552 |
not big endian |
| 4330 |
#endif |
4553 |
#endif |
| 4331 |
|
4554 |
|
| 4332 |
; |
4555 |
; |
| 4333 |
return 0; |
4556 |
return 0; |
|
Lines 4339-4358
Link Here
|
| 4339 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4562 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4340 |
*) ac_try_echo=$ac_try;; |
4563 |
*) ac_try_echo=$ac_try;; |
| 4341 |
esac |
4564 |
esac |
| 4342 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4565 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
4566 |
$as_echo "$ac_try_echo") >&5 |
| 4343 |
(eval "$ac_compile") 2>conftest.er1 |
4567 |
(eval "$ac_compile") 2>conftest.er1 |
| 4344 |
ac_status=$? |
4568 |
ac_status=$? |
| 4345 |
grep -v '^ *+' conftest.er1 >conftest.err |
4569 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 4346 |
rm -f conftest.er1 |
4570 |
rm -f conftest.er1 |
| 4347 |
cat conftest.err >&5 |
4571 |
cat conftest.err >&5 |
| 4348 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4572 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4349 |
(exit $ac_status); } && { |
4573 |
(exit $ac_status); } && { |
| 4350 |
test -z "$ac_c_werror_flag" || |
4574 |
test -z "$ac_c_werror_flag" || |
| 4351 |
test ! -s conftest.err |
4575 |
test ! -s conftest.err |
| 4352 |
} && test -s conftest.$ac_objext; then |
4576 |
} && test -s conftest.$ac_objext; then |
| 4353 |
ac_cv_c_bigendian=yes |
4577 |
ac_cv_c_bigendian=yes |
| 4354 |
else |
4578 |
else |
| 4355 |
echo "$as_me: failed program was:" >&5 |
4579 |
$as_echo "$as_me: failed program was:" >&5 |
| 4356 |
sed 's/^/| /' conftest.$ac_ext >&5 |
4580 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4357 |
|
4581 |
|
| 4358 |
ac_cv_c_bigendian=no |
4582 |
ac_cv_c_bigendian=no |
|
Lines 4360-4388
Link Here
|
| 4360 |
|
4584 |
|
| 4361 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4585 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4362 |
else |
4586 |
else |
| 4363 |
echo "$as_me: failed program was:" >&5 |
4587 |
$as_echo "$as_me: failed program was:" >&5 |
| 4364 |
sed 's/^/| /' conftest.$ac_ext >&5 |
4588 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4365 |
|
4589 |
|
| 4366 |
# It does not; compile a test program. |
4590 |
|
| 4367 |
if test "$cross_compiling" = yes; then |
4591 |
fi |
| 4368 |
# try to guess the endianness by grepping values into an object file |
4592 |
|
| 4369 |
ac_cv_c_bigendian=unknown |
4593 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4370 |
cat >conftest.$ac_ext <<_ACEOF |
4594 |
fi |
|
|
4595 |
if test $ac_cv_c_bigendian = unknown; then |
| 4596 |
# See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). |
| 4597 |
cat >conftest.$ac_ext <<_ACEOF |
| 4371 |
/* confdefs.h. */ |
4598 |
/* confdefs.h. */ |
| 4372 |
_ACEOF |
4599 |
_ACEOF |
| 4373 |
cat confdefs.h >>conftest.$ac_ext |
4600 |
cat confdefs.h >>conftest.$ac_ext |
| 4374 |
cat >>conftest.$ac_ext <<_ACEOF |
4601 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4375 |
/* end confdefs.h. */ |
4602 |
/* end confdefs.h. */ |
| 4376 |
short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; |
4603 |
#include <limits.h> |
| 4377 |
short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; |
4604 |
|
| 4378 |
void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } |
|
|
| 4379 |
short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; |
| 4380 |
short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; |
| 4381 |
void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } |
| 4382 |
int |
4605 |
int |
| 4383 |
main () |
4606 |
main () |
| 4384 |
{ |
4607 |
{ |
| 4385 |
_ascii (); _ebcdic (); |
4608 |
#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) |
|
|
4609 |
bogus endian macros |
| 4610 |
#endif |
| 4611 |
|
| 4386 |
; |
4612 |
; |
| 4387 |
return 0; |
4613 |
return 0; |
| 4388 |
} |
4614 |
} |
|
Lines 4393-4422
Link Here
|
| 4393 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4619 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4394 |
*) ac_try_echo=$ac_try;; |
4620 |
*) ac_try_echo=$ac_try;; |
| 4395 |
esac |
4621 |
esac |
| 4396 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4622 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
4623 |
$as_echo "$ac_try_echo") >&5 |
| 4397 |
(eval "$ac_compile") 2>conftest.er1 |
4624 |
(eval "$ac_compile") 2>conftest.er1 |
| 4398 |
ac_status=$? |
4625 |
ac_status=$? |
| 4399 |
grep -v '^ *+' conftest.er1 >conftest.err |
4626 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 4400 |
rm -f conftest.er1 |
4627 |
rm -f conftest.er1 |
| 4401 |
cat conftest.err >&5 |
4628 |
cat conftest.err >&5 |
| 4402 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4629 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4403 |
(exit $ac_status); } && { |
4630 |
(exit $ac_status); } && { |
| 4404 |
test -z "$ac_c_werror_flag" || |
4631 |
test -z "$ac_c_werror_flag" || |
| 4405 |
test ! -s conftest.err |
4632 |
test ! -s conftest.err |
| 4406 |
} && test -s conftest.$ac_objext; then |
4633 |
} && test -s conftest.$ac_objext; then |
| 4407 |
if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then |
4634 |
# It does; now see whether it defined to _BIG_ENDIAN or not. |
|
|
4635 |
cat >conftest.$ac_ext <<_ACEOF |
| 4636 |
/* confdefs.h. */ |
| 4637 |
_ACEOF |
| 4638 |
cat confdefs.h >>conftest.$ac_ext |
| 4639 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4640 |
/* end confdefs.h. */ |
| 4641 |
#include <limits.h> |
| 4642 |
|
| 4643 |
int |
| 4644 |
main () |
| 4645 |
{ |
| 4646 |
#ifndef _BIG_ENDIAN |
| 4647 |
not big endian |
| 4648 |
#endif |
| 4649 |
|
| 4650 |
; |
| 4651 |
return 0; |
| 4652 |
} |
| 4653 |
_ACEOF |
| 4654 |
rm -f conftest.$ac_objext |
| 4655 |
if { (ac_try="$ac_compile" |
| 4656 |
case "(($ac_try" in |
| 4657 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4658 |
*) ac_try_echo=$ac_try;; |
| 4659 |
esac |
| 4660 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
| 4661 |
$as_echo "$ac_try_echo") >&5 |
| 4662 |
(eval "$ac_compile") 2>conftest.er1 |
| 4663 |
ac_status=$? |
| 4664 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 4665 |
rm -f conftest.er1 |
| 4666 |
cat conftest.err >&5 |
| 4667 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4668 |
(exit $ac_status); } && { |
| 4669 |
test -z "$ac_c_werror_flag" || |
| 4670 |
test ! -s conftest.err |
| 4671 |
} && test -s conftest.$ac_objext; then |
| 4408 |
ac_cv_c_bigendian=yes |
4672 |
ac_cv_c_bigendian=yes |
| 4409 |
fi |
|
|
| 4410 |
if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then |
| 4411 |
if test "$ac_cv_c_bigendian" = unknown; then |
| 4412 |
ac_cv_c_bigendian=no |
| 4413 |
else |
| 4414 |
# finding both strings is unlikely to happen, but who knows? |
| 4415 |
ac_cv_c_bigendian=unknown |
| 4416 |
fi |
| 4417 |
fi |
| 4418 |
else |
4673 |
else |
| 4419 |
echo "$as_me: failed program was:" >&5 |
4674 |
$as_echo "$as_me: failed program was:" >&5 |
|
|
4675 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4676 |
|
| 4677 |
ac_cv_c_bigendian=no |
| 4678 |
fi |
| 4679 |
|
| 4680 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4681 |
else |
| 4682 |
$as_echo "$as_me: failed program was:" >&5 |
| 4683 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4684 |
|
| 4685 |
|
| 4686 |
fi |
| 4687 |
|
| 4688 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4689 |
fi |
| 4690 |
if test $ac_cv_c_bigendian = unknown; then |
| 4691 |
# Compile a test program. |
| 4692 |
if test "$cross_compiling" = yes; then |
| 4693 |
# Try to guess by grepping values from an object file. |
| 4694 |
cat >conftest.$ac_ext <<_ACEOF |
| 4695 |
/* confdefs.h. */ |
| 4696 |
_ACEOF |
| 4697 |
cat confdefs.h >>conftest.$ac_ext |
| 4698 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4699 |
/* end confdefs.h. */ |
| 4700 |
short int ascii_mm[] = |
| 4701 |
{ 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; |
| 4702 |
short int ascii_ii[] = |
| 4703 |
{ 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; |
| 4704 |
int use_ascii (int i) { |
| 4705 |
return ascii_mm[i] + ascii_ii[i]; |
| 4706 |
} |
| 4707 |
short int ebcdic_ii[] = |
| 4708 |
{ 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; |
| 4709 |
short int ebcdic_mm[] = |
| 4710 |
{ 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; |
| 4711 |
int use_ebcdic (int i) { |
| 4712 |
return ebcdic_mm[i] + ebcdic_ii[i]; |
| 4713 |
} |
| 4714 |
extern int foo; |
| 4715 |
|
| 4716 |
int |
| 4717 |
main () |
| 4718 |
{ |
| 4719 |
return use_ascii (foo) == use_ebcdic (foo); |
| 4720 |
; |
| 4721 |
return 0; |
| 4722 |
} |
| 4723 |
_ACEOF |
| 4724 |
rm -f conftest.$ac_objext |
| 4725 |
if { (ac_try="$ac_compile" |
| 4726 |
case "(($ac_try" in |
| 4727 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4728 |
*) ac_try_echo=$ac_try;; |
| 4729 |
esac |
| 4730 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
| 4731 |
$as_echo "$ac_try_echo") >&5 |
| 4732 |
(eval "$ac_compile") 2>conftest.er1 |
| 4733 |
ac_status=$? |
| 4734 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 4735 |
rm -f conftest.er1 |
| 4736 |
cat conftest.err >&5 |
| 4737 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4738 |
(exit $ac_status); } && { |
| 4739 |
test -z "$ac_c_werror_flag" || |
| 4740 |
test ! -s conftest.err |
| 4741 |
} && test -s conftest.$ac_objext; then |
| 4742 |
if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then |
| 4743 |
ac_cv_c_bigendian=yes |
| 4744 |
fi |
| 4745 |
if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then |
| 4746 |
if test "$ac_cv_c_bigendian" = unknown; then |
| 4747 |
ac_cv_c_bigendian=no |
| 4748 |
else |
| 4749 |
# finding both strings is unlikely to happen, but who knows? |
| 4750 |
ac_cv_c_bigendian=unknown |
| 4751 |
fi |
| 4752 |
fi |
| 4753 |
else |
| 4754 |
$as_echo "$as_me: failed program was:" >&5 |
| 4420 |
sed 's/^/| /' conftest.$ac_ext >&5 |
4755 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4421 |
|
4756 |
|
| 4422 |
|
4757 |
|
|
Lines 4435-4448
Link Here
|
| 4435 |
main () |
4770 |
main () |
| 4436 |
{ |
4771 |
{ |
| 4437 |
|
4772 |
|
| 4438 |
/* Are we little or big endian? From Harbison&Steele. */ |
4773 |
/* Are we little or big endian? From Harbison&Steele. */ |
| 4439 |
union |
4774 |
union |
| 4440 |
{ |
4775 |
{ |
| 4441 |
long int l; |
4776 |
long int l; |
| 4442 |
char c[sizeof (long int)]; |
4777 |
char c[sizeof (long int)]; |
| 4443 |
} u; |
4778 |
} u; |
| 4444 |
u.l = 1; |
4779 |
u.l = 1; |
| 4445 |
return u.c[sizeof (long int) - 1] == 1; |
4780 |
return u.c[sizeof (long int) - 1] == 1; |
| 4446 |
|
4781 |
|
| 4447 |
; |
4782 |
; |
| 4448 |
return 0; |
4783 |
return 0; |
|
Lines 4454-4573
Link Here
|
| 4454 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4789 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4455 |
*) ac_try_echo=$ac_try;; |
4790 |
*) ac_try_echo=$ac_try;; |
| 4456 |
esac |
4791 |
esac |
| 4457 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4792 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
4793 |
$as_echo "$ac_try_echo") >&5 |
| 4458 |
(eval "$ac_link") 2>&5 |
4794 |
(eval "$ac_link") 2>&5 |
| 4459 |
ac_status=$? |
4795 |
ac_status=$? |
| 4460 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4796 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4461 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
4797 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
| 4462 |
{ (case "(($ac_try" in |
4798 |
{ (case "(($ac_try" in |
| 4463 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4799 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4464 |
*) ac_try_echo=$ac_try;; |
4800 |
*) ac_try_echo=$ac_try;; |
| 4465 |
esac |
4801 |
esac |
| 4466 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4802 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
4803 |
$as_echo "$ac_try_echo") >&5 |
| 4467 |
(eval "$ac_try") 2>&5 |
4804 |
(eval "$ac_try") 2>&5 |
| 4468 |
ac_status=$? |
4805 |
ac_status=$? |
| 4469 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4806 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4470 |
(exit $ac_status); }; }; then |
4807 |
(exit $ac_status); }; }; then |
| 4471 |
ac_cv_c_bigendian=no |
4808 |
ac_cv_c_bigendian=no |
| 4472 |
else |
4809 |
else |
| 4473 |
echo "$as_me: program exited with status $ac_status" >&5 |
4810 |
$as_echo "$as_me: program exited with status $ac_status" >&5 |
| 4474 |
echo "$as_me: failed program was:" >&5 |
4811 |
$as_echo "$as_me: failed program was:" >&5 |
| 4475 |
sed 's/^/| /' conftest.$ac_ext >&5 |
4812 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4476 |
|
4813 |
|
| 4477 |
( exit $ac_status ) |
4814 |
( exit $ac_status ) |
| 4478 |
ac_cv_c_bigendian=yes |
4815 |
ac_cv_c_bigendian=yes |
| 4479 |
fi |
4816 |
fi |
|
|
4817 |
rm -rf conftest.dSYM |
| 4480 |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
4818 |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 4481 |
fi |
4819 |
fi |
| 4482 |
|
4820 |
|
| 4483 |
|
4821 |
|
|
|
4822 |
fi |
| 4484 |
fi |
4823 |
fi |
| 4485 |
|
4824 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 |
| 4486 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4825 |
$as_echo "$ac_cv_c_bigendian" >&6; } |
| 4487 |
fi |
4826 |
case $ac_cv_c_bigendian in #( |
| 4488 |
{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 |
4827 |
yes) |
| 4489 |
echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } |
4828 |
cat >>confdefs.h <<\_ACEOF |
| 4490 |
case $ac_cv_c_bigendian in |
|
|
| 4491 |
yes) |
| 4492 |
|
| 4493 |
cat >>confdefs.h <<\_ACEOF |
| 4494 |
#define WORDS_BIGENDIAN 1 |
4829 |
#define WORDS_BIGENDIAN 1 |
| 4495 |
_ACEOF |
4830 |
_ACEOF |
| 4496 |
;; |
4831 |
;; #( |
| 4497 |
no) |
4832 |
no) |
| 4498 |
;; |
4833 |
;; #( |
| 4499 |
*) |
4834 |
universal) |
| 4500 |
{ { echo "$as_me:$LINENO: error: unknown endianness |
4835 |
|
| 4501 |
presetting ac_cv_c_bigendian=no (or yes) will help" >&5 |
4836 |
cat >>confdefs.h <<\_ACEOF |
| 4502 |
echo "$as_me: error: unknown endianness |
4837 |
#define AC_APPLE_UNIVERSAL_BUILD 1 |
| 4503 |
presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} |
4838 |
_ACEOF |
|
|
4839 |
|
| 4840 |
;; #( |
| 4841 |
*) |
| 4842 |
{ { $as_echo "$as_me:$LINENO: error: unknown endianness |
| 4843 |
presetting ac_cv_c_bigendian=no (or yes) will help" >&5 |
| 4844 |
$as_echo "$as_me: error: unknown endianness |
| 4845 |
presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} |
| 4504 |
{ (exit 1); exit 1; }; } ;; |
4846 |
{ (exit 1); exit 1; }; } ;; |
| 4505 |
esac |
4847 |
esac |
| 4506 |
|
4848 |
|
| 4507 |
|
4849 |
|
| 4508 |
|
|
|
| 4509 |
{ echo "$as_me:$LINENO: checking for long long" >&5 |
| 4510 |
echo $ECHO_N "checking for long long... $ECHO_C" >&6; } |
| 4511 |
if test "${ac_cv_type_long_long+set}" = set; then |
| 4512 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 4513 |
else |
| 4514 |
cat >conftest.$ac_ext <<_ACEOF |
| 4515 |
/* confdefs.h. */ |
| 4516 |
_ACEOF |
| 4517 |
cat confdefs.h >>conftest.$ac_ext |
| 4518 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4519 |
/* end confdefs.h. */ |
| 4520 |
$ac_includes_default |
| 4521 |
typedef long long ac__type_new_; |
| 4522 |
int |
| 4523 |
main () |
| 4524 |
{ |
| 4525 |
if ((ac__type_new_ *) 0) |
| 4526 |
return 0; |
| 4527 |
if (sizeof (ac__type_new_)) |
| 4528 |
return 0; |
| 4529 |
; |
| 4530 |
return 0; |
| 4531 |
} |
| 4532 |
_ACEOF |
| 4533 |
rm -f conftest.$ac_objext |
| 4534 |
if { (ac_try="$ac_compile" |
| 4535 |
case "(($ac_try" in |
| 4536 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4537 |
*) ac_try_echo=$ac_try;; |
| 4538 |
esac |
| 4539 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4540 |
(eval "$ac_compile") 2>conftest.er1 |
| 4541 |
ac_status=$? |
| 4542 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 4543 |
rm -f conftest.er1 |
| 4544 |
cat conftest.err >&5 |
| 4545 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4546 |
(exit $ac_status); } && { |
| 4547 |
test -z "$ac_c_werror_flag" || |
| 4548 |
test ! -s conftest.err |
| 4549 |
} && test -s conftest.$ac_objext; then |
| 4550 |
ac_cv_type_long_long=yes |
| 4551 |
else |
| 4552 |
echo "$as_me: failed program was:" >&5 |
| 4553 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4554 |
|
| 4555 |
ac_cv_type_long_long=no |
| 4556 |
fi |
| 4557 |
|
| 4558 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4559 |
fi |
| 4560 |
{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 |
| 4561 |
echo "${ECHO_T}$ac_cv_type_long_long" >&6; } |
| 4562 |
|
4850 |
|
| 4563 |
# The cast to long int works around a bug in the HP C Compiler |
4851 |
# The cast to long int works around a bug in the HP C Compiler |
| 4564 |
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
4852 |
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
| 4565 |
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
4853 |
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
| 4566 |
# This bug is HP SR number 8606223364. |
4854 |
# This bug is HP SR number 8606223364. |
| 4567 |
{ echo "$as_me:$LINENO: checking size of long long" >&5 |
4855 |
{ $as_echo "$as_me:$LINENO: checking size of long long" >&5 |
| 4568 |
echo $ECHO_N "checking size of long long... $ECHO_C" >&6; } |
4856 |
$as_echo_n "checking size of long long... " >&6; } |
| 4569 |
if test "${ac_cv_sizeof_long_long+set}" = set; then |
4857 |
if test "${ac_cv_sizeof_long_long+set}" = set; then |
| 4570 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
4858 |
$as_echo_n "(cached) " >&6 |
| 4571 |
else |
4859 |
else |
| 4572 |
if test "$cross_compiling" = yes; then |
4860 |
if test "$cross_compiling" = yes; then |
| 4573 |
# Depending upon the size, compute the lo and hi bounds. |
4861 |
# Depending upon the size, compute the lo and hi bounds. |
|
Lines 4578-4588
Link Here
|
| 4578 |
cat >>conftest.$ac_ext <<_ACEOF |
4866 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4579 |
/* end confdefs.h. */ |
4867 |
/* end confdefs.h. */ |
| 4580 |
$ac_includes_default |
4868 |
$ac_includes_default |
| 4581 |
typedef long long ac__type_sizeof_; |
|
|
| 4582 |
int |
4869 |
int |
| 4583 |
main () |
4870 |
main () |
| 4584 |
{ |
4871 |
{ |
| 4585 |
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; |
4872 |
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) >= 0)]; |
| 4586 |
test_array [0] = 0 |
4873 |
test_array [0] = 0 |
| 4587 |
|
4874 |
|
| 4588 |
; |
4875 |
; |
|
Lines 4595-4607
Link Here
|
| 4595 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4882 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4596 |
*) ac_try_echo=$ac_try;; |
4883 |
*) ac_try_echo=$ac_try;; |
| 4597 |
esac |
4884 |
esac |
| 4598 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4885 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
4886 |
$as_echo "$ac_try_echo") >&5 |
| 4599 |
(eval "$ac_compile") 2>conftest.er1 |
4887 |
(eval "$ac_compile") 2>conftest.er1 |
| 4600 |
ac_status=$? |
4888 |
ac_status=$? |
| 4601 |
grep -v '^ *+' conftest.er1 >conftest.err |
4889 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 4602 |
rm -f conftest.er1 |
4890 |
rm -f conftest.er1 |
| 4603 |
cat conftest.err >&5 |
4891 |
cat conftest.err >&5 |
| 4604 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4892 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4605 |
(exit $ac_status); } && { |
4893 |
(exit $ac_status); } && { |
| 4606 |
test -z "$ac_c_werror_flag" || |
4894 |
test -z "$ac_c_werror_flag" || |
| 4607 |
test ! -s conftest.err |
4895 |
test ! -s conftest.err |
|
Lines 4615-4625
Link Here
|
| 4615 |
cat >>conftest.$ac_ext <<_ACEOF |
4903 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4616 |
/* end confdefs.h. */ |
4904 |
/* end confdefs.h. */ |
| 4617 |
$ac_includes_default |
4905 |
$ac_includes_default |
| 4618 |
typedef long long ac__type_sizeof_; |
|
|
| 4619 |
int |
4906 |
int |
| 4620 |
main () |
4907 |
main () |
| 4621 |
{ |
4908 |
{ |
| 4622 |
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
4909 |
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= $ac_mid)]; |
| 4623 |
test_array [0] = 0 |
4910 |
test_array [0] = 0 |
| 4624 |
|
4911 |
|
| 4625 |
; |
4912 |
; |
|
Lines 4632-4651
Link Here
|
| 4632 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4919 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4633 |
*) ac_try_echo=$ac_try;; |
4920 |
*) ac_try_echo=$ac_try;; |
| 4634 |
esac |
4921 |
esac |
| 4635 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4922 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
4923 |
$as_echo "$ac_try_echo") >&5 |
| 4636 |
(eval "$ac_compile") 2>conftest.er1 |
4924 |
(eval "$ac_compile") 2>conftest.er1 |
| 4637 |
ac_status=$? |
4925 |
ac_status=$? |
| 4638 |
grep -v '^ *+' conftest.er1 >conftest.err |
4926 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 4639 |
rm -f conftest.er1 |
4927 |
rm -f conftest.er1 |
| 4640 |
cat conftest.err >&5 |
4928 |
cat conftest.err >&5 |
| 4641 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4929 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4642 |
(exit $ac_status); } && { |
4930 |
(exit $ac_status); } && { |
| 4643 |
test -z "$ac_c_werror_flag" || |
4931 |
test -z "$ac_c_werror_flag" || |
| 4644 |
test ! -s conftest.err |
4932 |
test ! -s conftest.err |
| 4645 |
} && test -s conftest.$ac_objext; then |
4933 |
} && test -s conftest.$ac_objext; then |
| 4646 |
ac_hi=$ac_mid; break |
4934 |
ac_hi=$ac_mid; break |
| 4647 |
else |
4935 |
else |
| 4648 |
echo "$as_me: failed program was:" >&5 |
4936 |
$as_echo "$as_me: failed program was:" >&5 |
| 4649 |
sed 's/^/| /' conftest.$ac_ext >&5 |
4937 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4650 |
|
4938 |
|
| 4651 |
ac_lo=`expr $ac_mid + 1` |
4939 |
ac_lo=`expr $ac_mid + 1` |
|
Lines 4659-4665
Link Here
|
| 4659 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4947 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4660 |
done |
4948 |
done |
| 4661 |
else |
4949 |
else |
| 4662 |
echo "$as_me: failed program was:" >&5 |
4950 |
$as_echo "$as_me: failed program was:" >&5 |
| 4663 |
sed 's/^/| /' conftest.$ac_ext >&5 |
4951 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4664 |
|
4952 |
|
| 4665 |
cat >conftest.$ac_ext <<_ACEOF |
4953 |
cat >conftest.$ac_ext <<_ACEOF |
|
Lines 4669-4679
Link Here
|
| 4669 |
cat >>conftest.$ac_ext <<_ACEOF |
4957 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4670 |
/* end confdefs.h. */ |
4958 |
/* end confdefs.h. */ |
| 4671 |
$ac_includes_default |
4959 |
$ac_includes_default |
| 4672 |
typedef long long ac__type_sizeof_; |
|
|
| 4673 |
int |
4960 |
int |
| 4674 |
main () |
4961 |
main () |
| 4675 |
{ |
4962 |
{ |
| 4676 |
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; |
4963 |
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) < 0)]; |
| 4677 |
test_array [0] = 0 |
4964 |
test_array [0] = 0 |
| 4678 |
|
4965 |
|
| 4679 |
; |
4966 |
; |
|
Lines 4686-4698
Link Here
|
| 4686 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4973 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4687 |
*) ac_try_echo=$ac_try;; |
4974 |
*) ac_try_echo=$ac_try;; |
| 4688 |
esac |
4975 |
esac |
| 4689 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4976 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
4977 |
$as_echo "$ac_try_echo") >&5 |
| 4690 |
(eval "$ac_compile") 2>conftest.er1 |
4978 |
(eval "$ac_compile") 2>conftest.er1 |
| 4691 |
ac_status=$? |
4979 |
ac_status=$? |
| 4692 |
grep -v '^ *+' conftest.er1 >conftest.err |
4980 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 4693 |
rm -f conftest.er1 |
4981 |
rm -f conftest.er1 |
| 4694 |
cat conftest.err >&5 |
4982 |
cat conftest.err >&5 |
| 4695 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4983 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4696 |
(exit $ac_status); } && { |
4984 |
(exit $ac_status); } && { |
| 4697 |
test -z "$ac_c_werror_flag" || |
4985 |
test -z "$ac_c_werror_flag" || |
| 4698 |
test ! -s conftest.err |
4986 |
test ! -s conftest.err |
|
Lines 4706-4716
Link Here
|
| 4706 |
cat >>conftest.$ac_ext <<_ACEOF |
4994 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4707 |
/* end confdefs.h. */ |
4995 |
/* end confdefs.h. */ |
| 4708 |
$ac_includes_default |
4996 |
$ac_includes_default |
| 4709 |
typedef long long ac__type_sizeof_; |
|
|
| 4710 |
int |
4997 |
int |
| 4711 |
main () |
4998 |
main () |
| 4712 |
{ |
4999 |
{ |
| 4713 |
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; |
5000 |
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) >= $ac_mid)]; |
| 4714 |
test_array [0] = 0 |
5001 |
test_array [0] = 0 |
| 4715 |
|
5002 |
|
| 4716 |
; |
5003 |
; |
|
Lines 4723-4742
Link Here
|
| 4723 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5010 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4724 |
*) ac_try_echo=$ac_try;; |
5011 |
*) ac_try_echo=$ac_try;; |
| 4725 |
esac |
5012 |
esac |
| 4726 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5013 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5014 |
$as_echo "$ac_try_echo") >&5 |
| 4727 |
(eval "$ac_compile") 2>conftest.er1 |
5015 |
(eval "$ac_compile") 2>conftest.er1 |
| 4728 |
ac_status=$? |
5016 |
ac_status=$? |
| 4729 |
grep -v '^ *+' conftest.er1 >conftest.err |
5017 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 4730 |
rm -f conftest.er1 |
5018 |
rm -f conftest.er1 |
| 4731 |
cat conftest.err >&5 |
5019 |
cat conftest.err >&5 |
| 4732 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5020 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4733 |
(exit $ac_status); } && { |
5021 |
(exit $ac_status); } && { |
| 4734 |
test -z "$ac_c_werror_flag" || |
5022 |
test -z "$ac_c_werror_flag" || |
| 4735 |
test ! -s conftest.err |
5023 |
test ! -s conftest.err |
| 4736 |
} && test -s conftest.$ac_objext; then |
5024 |
} && test -s conftest.$ac_objext; then |
| 4737 |
ac_lo=$ac_mid; break |
5025 |
ac_lo=$ac_mid; break |
| 4738 |
else |
5026 |
else |
| 4739 |
echo "$as_me: failed program was:" >&5 |
5027 |
$as_echo "$as_me: failed program was:" >&5 |
| 4740 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5028 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4741 |
|
5029 |
|
| 4742 |
ac_hi=`expr '(' $ac_mid ')' - 1` |
5030 |
ac_hi=`expr '(' $ac_mid ')' - 1` |
|
Lines 4750-4756
Link Here
|
| 4750 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5038 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4751 |
done |
5039 |
done |
| 4752 |
else |
5040 |
else |
| 4753 |
echo "$as_me: failed program was:" >&5 |
5041 |
$as_echo "$as_me: failed program was:" >&5 |
| 4754 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5042 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4755 |
|
5043 |
|
| 4756 |
ac_lo= ac_hi= |
5044 |
ac_lo= ac_hi= |
|
Lines 4770-4780
Link Here
|
| 4770 |
cat >>conftest.$ac_ext <<_ACEOF |
5058 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4771 |
/* end confdefs.h. */ |
5059 |
/* end confdefs.h. */ |
| 4772 |
$ac_includes_default |
5060 |
$ac_includes_default |
| 4773 |
typedef long long ac__type_sizeof_; |
|
|
| 4774 |
int |
5061 |
int |
| 4775 |
main () |
5062 |
main () |
| 4776 |
{ |
5063 |
{ |
| 4777 |
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
5064 |
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= $ac_mid)]; |
| 4778 |
test_array [0] = 0 |
5065 |
test_array [0] = 0 |
| 4779 |
|
5066 |
|
| 4780 |
; |
5067 |
; |
|
Lines 4787-4806
Link Here
|
| 4787 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5074 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4788 |
*) ac_try_echo=$ac_try;; |
5075 |
*) ac_try_echo=$ac_try;; |
| 4789 |
esac |
5076 |
esac |
| 4790 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5077 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5078 |
$as_echo "$ac_try_echo") >&5 |
| 4791 |
(eval "$ac_compile") 2>conftest.er1 |
5079 |
(eval "$ac_compile") 2>conftest.er1 |
| 4792 |
ac_status=$? |
5080 |
ac_status=$? |
| 4793 |
grep -v '^ *+' conftest.er1 >conftest.err |
5081 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 4794 |
rm -f conftest.er1 |
5082 |
rm -f conftest.er1 |
| 4795 |
cat conftest.err >&5 |
5083 |
cat conftest.err >&5 |
| 4796 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5084 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4797 |
(exit $ac_status); } && { |
5085 |
(exit $ac_status); } && { |
| 4798 |
test -z "$ac_c_werror_flag" || |
5086 |
test -z "$ac_c_werror_flag" || |
| 4799 |
test ! -s conftest.err |
5087 |
test ! -s conftest.err |
| 4800 |
} && test -s conftest.$ac_objext; then |
5088 |
} && test -s conftest.$ac_objext; then |
| 4801 |
ac_hi=$ac_mid |
5089 |
ac_hi=$ac_mid |
| 4802 |
else |
5090 |
else |
| 4803 |
echo "$as_me: failed program was:" >&5 |
5091 |
$as_echo "$as_me: failed program was:" >&5 |
| 4804 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5092 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4805 |
|
5093 |
|
| 4806 |
ac_lo=`expr '(' $ac_mid ')' + 1` |
5094 |
ac_lo=`expr '(' $ac_mid ')' + 1` |
|
Lines 4811-4821
Link Here
|
| 4811 |
case $ac_lo in |
5099 |
case $ac_lo in |
| 4812 |
?*) ac_cv_sizeof_long_long=$ac_lo;; |
5100 |
?*) ac_cv_sizeof_long_long=$ac_lo;; |
| 4813 |
'') if test "$ac_cv_type_long_long" = yes; then |
5101 |
'') if test "$ac_cv_type_long_long" = yes; then |
| 4814 |
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) |
5102 |
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
|
|
5103 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5104 |
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long) |
| 4815 |
See \`config.log' for more details." >&5 |
5105 |
See \`config.log' for more details." >&5 |
| 4816 |
echo "$as_me: error: cannot compute sizeof (long long) |
5106 |
$as_echo "$as_me: error: cannot compute sizeof (long long) |
| 4817 |
See \`config.log' for more details." >&2;} |
5107 |
See \`config.log' for more details." >&2;} |
| 4818 |
{ (exit 77); exit 77; }; } |
5108 |
{ (exit 77); exit 77; }; }; } |
| 4819 |
else |
5109 |
else |
| 4820 |
ac_cv_sizeof_long_long=0 |
5110 |
ac_cv_sizeof_long_long=0 |
| 4821 |
fi ;; |
5111 |
fi ;; |
|
Lines 4828-4836
Link Here
|
| 4828 |
cat >>conftest.$ac_ext <<_ACEOF |
5118 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4829 |
/* end confdefs.h. */ |
5119 |
/* end confdefs.h. */ |
| 4830 |
$ac_includes_default |
5120 |
$ac_includes_default |
| 4831 |
typedef long long ac__type_sizeof_; |
5121 |
static long int longval () { return (long int) (sizeof (long long)); } |
| 4832 |
static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } |
5122 |
static unsigned long int ulongval () { return (long int) (sizeof (long long)); } |
| 4833 |
static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } |
|
|
| 4834 |
#include <stdio.h> |
5123 |
#include <stdio.h> |
| 4835 |
#include <stdlib.h> |
5124 |
#include <stdlib.h> |
| 4836 |
int |
5125 |
int |
|
Lines 4840-4859
Link Here
|
| 4840 |
FILE *f = fopen ("conftest.val", "w"); |
5129 |
FILE *f = fopen ("conftest.val", "w"); |
| 4841 |
if (! f) |
5130 |
if (! f) |
| 4842 |
return 1; |
5131 |
return 1; |
| 4843 |
if (((long int) (sizeof (ac__type_sizeof_))) < 0) |
5132 |
if (((long int) (sizeof (long long))) < 0) |
| 4844 |
{ |
5133 |
{ |
| 4845 |
long int i = longval (); |
5134 |
long int i = longval (); |
| 4846 |
if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
5135 |
if (i != ((long int) (sizeof (long long)))) |
| 4847 |
return 1; |
5136 |
return 1; |
| 4848 |
fprintf (f, "%ld\n", i); |
5137 |
fprintf (f, "%ld", i); |
| 4849 |
} |
5138 |
} |
| 4850 |
else |
5139 |
else |
| 4851 |
{ |
5140 |
{ |
| 4852 |
unsigned long int i = ulongval (); |
5141 |
unsigned long int i = ulongval (); |
| 4853 |
if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
5142 |
if (i != ((long int) (sizeof (long long)))) |
| 4854 |
return 1; |
5143 |
return 1; |
| 4855 |
fprintf (f, "%lu\n", i); |
5144 |
fprintf (f, "%lu", i); |
| 4856 |
} |
5145 |
} |
|
|
5146 |
/* Do not output a trailing newline, as this causes \r\n confusion |
| 5147 |
on some platforms. */ |
| 4857 |
return ferror (f) || fclose (f) != 0; |
5148 |
return ferror (f) || fclose (f) != 0; |
| 4858 |
|
5149 |
|
| 4859 |
; |
5150 |
; |
|
Lines 4866-4908
Link Here
|
| 4866 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5157 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4867 |
*) ac_try_echo=$ac_try;; |
5158 |
*) ac_try_echo=$ac_try;; |
| 4868 |
esac |
5159 |
esac |
| 4869 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5160 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5161 |
$as_echo "$ac_try_echo") >&5 |
| 4870 |
(eval "$ac_link") 2>&5 |
5162 |
(eval "$ac_link") 2>&5 |
| 4871 |
ac_status=$? |
5163 |
ac_status=$? |
| 4872 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5164 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4873 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
5165 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
| 4874 |
{ (case "(($ac_try" in |
5166 |
{ (case "(($ac_try" in |
| 4875 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5167 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4876 |
*) ac_try_echo=$ac_try;; |
5168 |
*) ac_try_echo=$ac_try;; |
| 4877 |
esac |
5169 |
esac |
| 4878 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5170 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5171 |
$as_echo "$ac_try_echo") >&5 |
| 4879 |
(eval "$ac_try") 2>&5 |
5172 |
(eval "$ac_try") 2>&5 |
| 4880 |
ac_status=$? |
5173 |
ac_status=$? |
| 4881 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5174 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4882 |
(exit $ac_status); }; }; then |
5175 |
(exit $ac_status); }; }; then |
| 4883 |
ac_cv_sizeof_long_long=`cat conftest.val` |
5176 |
ac_cv_sizeof_long_long=`cat conftest.val` |
| 4884 |
else |
5177 |
else |
| 4885 |
echo "$as_me: program exited with status $ac_status" >&5 |
5178 |
$as_echo "$as_me: program exited with status $ac_status" >&5 |
| 4886 |
echo "$as_me: failed program was:" >&5 |
5179 |
$as_echo "$as_me: failed program was:" >&5 |
| 4887 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5180 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4888 |
|
5181 |
|
| 4889 |
( exit $ac_status ) |
5182 |
( exit $ac_status ) |
| 4890 |
if test "$ac_cv_type_long_long" = yes; then |
5183 |
if test "$ac_cv_type_long_long" = yes; then |
| 4891 |
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) |
5184 |
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
|
|
5185 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5186 |
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long) |
| 4892 |
See \`config.log' for more details." >&5 |
5187 |
See \`config.log' for more details." >&5 |
| 4893 |
echo "$as_me: error: cannot compute sizeof (long long) |
5188 |
$as_echo "$as_me: error: cannot compute sizeof (long long) |
| 4894 |
See \`config.log' for more details." >&2;} |
5189 |
See \`config.log' for more details." >&2;} |
| 4895 |
{ (exit 77); exit 77; }; } |
5190 |
{ (exit 77); exit 77; }; }; } |
| 4896 |
else |
5191 |
else |
| 4897 |
ac_cv_sizeof_long_long=0 |
5192 |
ac_cv_sizeof_long_long=0 |
| 4898 |
fi |
5193 |
fi |
| 4899 |
fi |
5194 |
fi |
|
|
5195 |
rm -rf conftest.dSYM |
| 4900 |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
5196 |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 4901 |
fi |
5197 |
fi |
| 4902 |
rm -f conftest.val |
5198 |
rm -f conftest.val |
| 4903 |
fi |
5199 |
fi |
| 4904 |
{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 |
5200 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 |
| 4905 |
echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; } |
5201 |
$as_echo "$ac_cv_sizeof_long_long" >&6; } |
| 4906 |
|
5202 |
|
| 4907 |
|
5203 |
|
| 4908 |
|
5204 |
|
|
Lines 4920-4987
Link Here
|
| 4920 |
fi |
5216 |
fi |
| 4921 |
|
5217 |
|
| 4922 |
|
5218 |
|
| 4923 |
{ echo "$as_me:$LINENO: checking for long double" >&5 |
|
|
| 4924 |
echo $ECHO_N "checking for long double... $ECHO_C" >&6; } |
| 4925 |
if test "${ac_cv_type_long_double+set}" = set; then |
| 4926 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 4927 |
else |
| 4928 |
cat >conftest.$ac_ext <<_ACEOF |
| 4929 |
/* confdefs.h. */ |
| 4930 |
_ACEOF |
| 4931 |
cat confdefs.h >>conftest.$ac_ext |
| 4932 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4933 |
/* end confdefs.h. */ |
| 4934 |
$ac_includes_default |
| 4935 |
typedef long double ac__type_new_; |
| 4936 |
int |
| 4937 |
main () |
| 4938 |
{ |
| 4939 |
if ((ac__type_new_ *) 0) |
| 4940 |
return 0; |
| 4941 |
if (sizeof (ac__type_new_)) |
| 4942 |
return 0; |
| 4943 |
; |
| 4944 |
return 0; |
| 4945 |
} |
| 4946 |
_ACEOF |
| 4947 |
rm -f conftest.$ac_objext |
| 4948 |
if { (ac_try="$ac_compile" |
| 4949 |
case "(($ac_try" in |
| 4950 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4951 |
*) ac_try_echo=$ac_try;; |
| 4952 |
esac |
| 4953 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4954 |
(eval "$ac_compile") 2>conftest.er1 |
| 4955 |
ac_status=$? |
| 4956 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 4957 |
rm -f conftest.er1 |
| 4958 |
cat conftest.err >&5 |
| 4959 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4960 |
(exit $ac_status); } && { |
| 4961 |
test -z "$ac_c_werror_flag" || |
| 4962 |
test ! -s conftest.err |
| 4963 |
} && test -s conftest.$ac_objext; then |
| 4964 |
ac_cv_type_long_double=yes |
| 4965 |
else |
| 4966 |
echo "$as_me: failed program was:" >&5 |
| 4967 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 4968 |
|
| 4969 |
ac_cv_type_long_double=no |
| 4970 |
fi |
| 4971 |
|
| 4972 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4973 |
fi |
| 4974 |
{ echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5 |
| 4975 |
echo "${ECHO_T}$ac_cv_type_long_double" >&6; } |
| 4976 |
|
| 4977 |
# The cast to long int works around a bug in the HP C Compiler |
5219 |
# The cast to long int works around a bug in the HP C Compiler |
| 4978 |
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
5220 |
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
| 4979 |
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
5221 |
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
| 4980 |
# This bug is HP SR number 8606223364. |
5222 |
# This bug is HP SR number 8606223364. |
| 4981 |
{ echo "$as_me:$LINENO: checking size of long double" >&5 |
5223 |
{ $as_echo "$as_me:$LINENO: checking size of long double" >&5 |
| 4982 |
echo $ECHO_N "checking size of long double... $ECHO_C" >&6; } |
5224 |
$as_echo_n "checking size of long double... " >&6; } |
| 4983 |
if test "${ac_cv_sizeof_long_double+set}" = set; then |
5225 |
if test "${ac_cv_sizeof_long_double+set}" = set; then |
| 4984 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
5226 |
$as_echo_n "(cached) " >&6 |
| 4985 |
else |
5227 |
else |
| 4986 |
if test "$cross_compiling" = yes; then |
5228 |
if test "$cross_compiling" = yes; then |
| 4987 |
# Depending upon the size, compute the lo and hi bounds. |
5229 |
# Depending upon the size, compute the lo and hi bounds. |
|
Lines 4992-5002
Link Here
|
| 4992 |
cat >>conftest.$ac_ext <<_ACEOF |
5234 |
cat >>conftest.$ac_ext <<_ACEOF |
| 4993 |
/* end confdefs.h. */ |
5235 |
/* end confdefs.h. */ |
| 4994 |
$ac_includes_default |
5236 |
$ac_includes_default |
| 4995 |
typedef long double ac__type_sizeof_; |
|
|
| 4996 |
int |
5237 |
int |
| 4997 |
main () |
5238 |
main () |
| 4998 |
{ |
5239 |
{ |
| 4999 |
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; |
5240 |
static int test_array [1 - 2 * !(((long int) (sizeof (long double))) >= 0)]; |
| 5000 |
test_array [0] = 0 |
5241 |
test_array [0] = 0 |
| 5001 |
|
5242 |
|
| 5002 |
; |
5243 |
; |
|
Lines 5009-5021
Link Here
|
| 5009 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5250 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5010 |
*) ac_try_echo=$ac_try;; |
5251 |
*) ac_try_echo=$ac_try;; |
| 5011 |
esac |
5252 |
esac |
| 5012 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5253 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5254 |
$as_echo "$ac_try_echo") >&5 |
| 5013 |
(eval "$ac_compile") 2>conftest.er1 |
5255 |
(eval "$ac_compile") 2>conftest.er1 |
| 5014 |
ac_status=$? |
5256 |
ac_status=$? |
| 5015 |
grep -v '^ *+' conftest.er1 >conftest.err |
5257 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 5016 |
rm -f conftest.er1 |
5258 |
rm -f conftest.er1 |
| 5017 |
cat conftest.err >&5 |
5259 |
cat conftest.err >&5 |
| 5018 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5260 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5019 |
(exit $ac_status); } && { |
5261 |
(exit $ac_status); } && { |
| 5020 |
test -z "$ac_c_werror_flag" || |
5262 |
test -z "$ac_c_werror_flag" || |
| 5021 |
test ! -s conftest.err |
5263 |
test ! -s conftest.err |
|
Lines 5029-5039
Link Here
|
| 5029 |
cat >>conftest.$ac_ext <<_ACEOF |
5271 |
cat >>conftest.$ac_ext <<_ACEOF |
| 5030 |
/* end confdefs.h. */ |
5272 |
/* end confdefs.h. */ |
| 5031 |
$ac_includes_default |
5273 |
$ac_includes_default |
| 5032 |
typedef long double ac__type_sizeof_; |
|
|
| 5033 |
int |
5274 |
int |
| 5034 |
main () |
5275 |
main () |
| 5035 |
{ |
5276 |
{ |
| 5036 |
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
5277 |
static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= $ac_mid)]; |
| 5037 |
test_array [0] = 0 |
5278 |
test_array [0] = 0 |
| 5038 |
|
5279 |
|
| 5039 |
; |
5280 |
; |
|
Lines 5046-5065
Link Here
|
| 5046 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5287 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5047 |
*) ac_try_echo=$ac_try;; |
5288 |
*) ac_try_echo=$ac_try;; |
| 5048 |
esac |
5289 |
esac |
| 5049 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5290 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5291 |
$as_echo "$ac_try_echo") >&5 |
| 5050 |
(eval "$ac_compile") 2>conftest.er1 |
5292 |
(eval "$ac_compile") 2>conftest.er1 |
| 5051 |
ac_status=$? |
5293 |
ac_status=$? |
| 5052 |
grep -v '^ *+' conftest.er1 >conftest.err |
5294 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 5053 |
rm -f conftest.er1 |
5295 |
rm -f conftest.er1 |
| 5054 |
cat conftest.err >&5 |
5296 |
cat conftest.err >&5 |
| 5055 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5297 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5056 |
(exit $ac_status); } && { |
5298 |
(exit $ac_status); } && { |
| 5057 |
test -z "$ac_c_werror_flag" || |
5299 |
test -z "$ac_c_werror_flag" || |
| 5058 |
test ! -s conftest.err |
5300 |
test ! -s conftest.err |
| 5059 |
} && test -s conftest.$ac_objext; then |
5301 |
} && test -s conftest.$ac_objext; then |
| 5060 |
ac_hi=$ac_mid; break |
5302 |
ac_hi=$ac_mid; break |
| 5061 |
else |
5303 |
else |
| 5062 |
echo "$as_me: failed program was:" >&5 |
5304 |
$as_echo "$as_me: failed program was:" >&5 |
| 5063 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5305 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 5064 |
|
5306 |
|
| 5065 |
ac_lo=`expr $ac_mid + 1` |
5307 |
ac_lo=`expr $ac_mid + 1` |
|
Lines 5073-5079
Link Here
|
| 5073 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5315 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5074 |
done |
5316 |
done |
| 5075 |
else |
5317 |
else |
| 5076 |
echo "$as_me: failed program was:" >&5 |
5318 |
$as_echo "$as_me: failed program was:" >&5 |
| 5077 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5319 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 5078 |
|
5320 |
|
| 5079 |
cat >conftest.$ac_ext <<_ACEOF |
5321 |
cat >conftest.$ac_ext <<_ACEOF |
|
Lines 5083-5093
Link Here
|
| 5083 |
cat >>conftest.$ac_ext <<_ACEOF |
5325 |
cat >>conftest.$ac_ext <<_ACEOF |
| 5084 |
/* end confdefs.h. */ |
5326 |
/* end confdefs.h. */ |
| 5085 |
$ac_includes_default |
5327 |
$ac_includes_default |
| 5086 |
typedef long double ac__type_sizeof_; |
|
|
| 5087 |
int |
5328 |
int |
| 5088 |
main () |
5329 |
main () |
| 5089 |
{ |
5330 |
{ |
| 5090 |
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; |
5331 |
static int test_array [1 - 2 * !(((long int) (sizeof (long double))) < 0)]; |
| 5091 |
test_array [0] = 0 |
5332 |
test_array [0] = 0 |
| 5092 |
|
5333 |
|
| 5093 |
; |
5334 |
; |
|
Lines 5100-5112
Link Here
|
| 5100 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5341 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5101 |
*) ac_try_echo=$ac_try;; |
5342 |
*) ac_try_echo=$ac_try;; |
| 5102 |
esac |
5343 |
esac |
| 5103 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5344 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5345 |
$as_echo "$ac_try_echo") >&5 |
| 5104 |
(eval "$ac_compile") 2>conftest.er1 |
5346 |
(eval "$ac_compile") 2>conftest.er1 |
| 5105 |
ac_status=$? |
5347 |
ac_status=$? |
| 5106 |
grep -v '^ *+' conftest.er1 >conftest.err |
5348 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 5107 |
rm -f conftest.er1 |
5349 |
rm -f conftest.er1 |
| 5108 |
cat conftest.err >&5 |
5350 |
cat conftest.err >&5 |
| 5109 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5351 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5110 |
(exit $ac_status); } && { |
5352 |
(exit $ac_status); } && { |
| 5111 |
test -z "$ac_c_werror_flag" || |
5353 |
test -z "$ac_c_werror_flag" || |
| 5112 |
test ! -s conftest.err |
5354 |
test ! -s conftest.err |
|
Lines 5120-5130
Link Here
|
| 5120 |
cat >>conftest.$ac_ext <<_ACEOF |
5362 |
cat >>conftest.$ac_ext <<_ACEOF |
| 5121 |
/* end confdefs.h. */ |
5363 |
/* end confdefs.h. */ |
| 5122 |
$ac_includes_default |
5364 |
$ac_includes_default |
| 5123 |
typedef long double ac__type_sizeof_; |
|
|
| 5124 |
int |
5365 |
int |
| 5125 |
main () |
5366 |
main () |
| 5126 |
{ |
5367 |
{ |
| 5127 |
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; |
5368 |
static int test_array [1 - 2 * !(((long int) (sizeof (long double))) >= $ac_mid)]; |
| 5128 |
test_array [0] = 0 |
5369 |
test_array [0] = 0 |
| 5129 |
|
5370 |
|
| 5130 |
; |
5371 |
; |
|
Lines 5137-5156
Link Here
|
| 5137 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5378 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5138 |
*) ac_try_echo=$ac_try;; |
5379 |
*) ac_try_echo=$ac_try;; |
| 5139 |
esac |
5380 |
esac |
| 5140 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5381 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5382 |
$as_echo "$ac_try_echo") >&5 |
| 5141 |
(eval "$ac_compile") 2>conftest.er1 |
5383 |
(eval "$ac_compile") 2>conftest.er1 |
| 5142 |
ac_status=$? |
5384 |
ac_status=$? |
| 5143 |
grep -v '^ *+' conftest.er1 >conftest.err |
5385 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 5144 |
rm -f conftest.er1 |
5386 |
rm -f conftest.er1 |
| 5145 |
cat conftest.err >&5 |
5387 |
cat conftest.err >&5 |
| 5146 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5388 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5147 |
(exit $ac_status); } && { |
5389 |
(exit $ac_status); } && { |
| 5148 |
test -z "$ac_c_werror_flag" || |
5390 |
test -z "$ac_c_werror_flag" || |
| 5149 |
test ! -s conftest.err |
5391 |
test ! -s conftest.err |
| 5150 |
} && test -s conftest.$ac_objext; then |
5392 |
} && test -s conftest.$ac_objext; then |
| 5151 |
ac_lo=$ac_mid; break |
5393 |
ac_lo=$ac_mid; break |
| 5152 |
else |
5394 |
else |
| 5153 |
echo "$as_me: failed program was:" >&5 |
5395 |
$as_echo "$as_me: failed program was:" >&5 |
| 5154 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5396 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 5155 |
|
5397 |
|
| 5156 |
ac_hi=`expr '(' $ac_mid ')' - 1` |
5398 |
ac_hi=`expr '(' $ac_mid ')' - 1` |
|
Lines 5164-5170
Link Here
|
| 5164 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5406 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5165 |
done |
5407 |
done |
| 5166 |
else |
5408 |
else |
| 5167 |
echo "$as_me: failed program was:" >&5 |
5409 |
$as_echo "$as_me: failed program was:" >&5 |
| 5168 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5410 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 5169 |
|
5411 |
|
| 5170 |
ac_lo= ac_hi= |
5412 |
ac_lo= ac_hi= |
|
Lines 5184-5194
Link Here
|
| 5184 |
cat >>conftest.$ac_ext <<_ACEOF |
5426 |
cat >>conftest.$ac_ext <<_ACEOF |
| 5185 |
/* end confdefs.h. */ |
5427 |
/* end confdefs.h. */ |
| 5186 |
$ac_includes_default |
5428 |
$ac_includes_default |
| 5187 |
typedef long double ac__type_sizeof_; |
|
|
| 5188 |
int |
5429 |
int |
| 5189 |
main () |
5430 |
main () |
| 5190 |
{ |
5431 |
{ |
| 5191 |
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
5432 |
static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= $ac_mid)]; |
| 5192 |
test_array [0] = 0 |
5433 |
test_array [0] = 0 |
| 5193 |
|
5434 |
|
| 5194 |
; |
5435 |
; |
|
Lines 5201-5220
Link Here
|
| 5201 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5442 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5202 |
*) ac_try_echo=$ac_try;; |
5443 |
*) ac_try_echo=$ac_try;; |
| 5203 |
esac |
5444 |
esac |
| 5204 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5445 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5446 |
$as_echo "$ac_try_echo") >&5 |
| 5205 |
(eval "$ac_compile") 2>conftest.er1 |
5447 |
(eval "$ac_compile") 2>conftest.er1 |
| 5206 |
ac_status=$? |
5448 |
ac_status=$? |
| 5207 |
grep -v '^ *+' conftest.er1 >conftest.err |
5449 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 5208 |
rm -f conftest.er1 |
5450 |
rm -f conftest.er1 |
| 5209 |
cat conftest.err >&5 |
5451 |
cat conftest.err >&5 |
| 5210 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5452 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5211 |
(exit $ac_status); } && { |
5453 |
(exit $ac_status); } && { |
| 5212 |
test -z "$ac_c_werror_flag" || |
5454 |
test -z "$ac_c_werror_flag" || |
| 5213 |
test ! -s conftest.err |
5455 |
test ! -s conftest.err |
| 5214 |
} && test -s conftest.$ac_objext; then |
5456 |
} && test -s conftest.$ac_objext; then |
| 5215 |
ac_hi=$ac_mid |
5457 |
ac_hi=$ac_mid |
| 5216 |
else |
5458 |
else |
| 5217 |
echo "$as_me: failed program was:" >&5 |
5459 |
$as_echo "$as_me: failed program was:" >&5 |
| 5218 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5460 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 5219 |
|
5461 |
|
| 5220 |
ac_lo=`expr '(' $ac_mid ')' + 1` |
5462 |
ac_lo=`expr '(' $ac_mid ')' + 1` |
|
Lines 5225-5235
Link Here
|
| 5225 |
case $ac_lo in |
5467 |
case $ac_lo in |
| 5226 |
?*) ac_cv_sizeof_long_double=$ac_lo;; |
5468 |
?*) ac_cv_sizeof_long_double=$ac_lo;; |
| 5227 |
'') if test "$ac_cv_type_long_double" = yes; then |
5469 |
'') if test "$ac_cv_type_long_double" = yes; then |
| 5228 |
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long double) |
5470 |
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
|
|
5471 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5472 |
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long double) |
| 5229 |
See \`config.log' for more details." >&5 |
5473 |
See \`config.log' for more details." >&5 |
| 5230 |
echo "$as_me: error: cannot compute sizeof (long double) |
5474 |
$as_echo "$as_me: error: cannot compute sizeof (long double) |
| 5231 |
See \`config.log' for more details." >&2;} |
5475 |
See \`config.log' for more details." >&2;} |
| 5232 |
{ (exit 77); exit 77; }; } |
5476 |
{ (exit 77); exit 77; }; }; } |
| 5233 |
else |
5477 |
else |
| 5234 |
ac_cv_sizeof_long_double=0 |
5478 |
ac_cv_sizeof_long_double=0 |
| 5235 |
fi ;; |
5479 |
fi ;; |
|
Lines 5242-5250
Link Here
|
| 5242 |
cat >>conftest.$ac_ext <<_ACEOF |
5486 |
cat >>conftest.$ac_ext <<_ACEOF |
| 5243 |
/* end confdefs.h. */ |
5487 |
/* end confdefs.h. */ |
| 5244 |
$ac_includes_default |
5488 |
$ac_includes_default |
| 5245 |
typedef long double ac__type_sizeof_; |
5489 |
static long int longval () { return (long int) (sizeof (long double)); } |
| 5246 |
static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } |
5490 |
static unsigned long int ulongval () { return (long int) (sizeof (long double)); } |
| 5247 |
static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } |
|
|
| 5248 |
#include <stdio.h> |
5491 |
#include <stdio.h> |
| 5249 |
#include <stdlib.h> |
5492 |
#include <stdlib.h> |
| 5250 |
int |
5493 |
int |
|
Lines 5254-5273
Link Here
|
| 5254 |
FILE *f = fopen ("conftest.val", "w"); |
5497 |
FILE *f = fopen ("conftest.val", "w"); |
| 5255 |
if (! f) |
5498 |
if (! f) |
| 5256 |
return 1; |
5499 |
return 1; |
| 5257 |
if (((long int) (sizeof (ac__type_sizeof_))) < 0) |
5500 |
if (((long int) (sizeof (long double))) < 0) |
| 5258 |
{ |
5501 |
{ |
| 5259 |
long int i = longval (); |
5502 |
long int i = longval (); |
| 5260 |
if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
5503 |
if (i != ((long int) (sizeof (long double)))) |
| 5261 |
return 1; |
5504 |
return 1; |
| 5262 |
fprintf (f, "%ld\n", i); |
5505 |
fprintf (f, "%ld", i); |
| 5263 |
} |
5506 |
} |
| 5264 |
else |
5507 |
else |
| 5265 |
{ |
5508 |
{ |
| 5266 |
unsigned long int i = ulongval (); |
5509 |
unsigned long int i = ulongval (); |
| 5267 |
if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
5510 |
if (i != ((long int) (sizeof (long double)))) |
| 5268 |
return 1; |
5511 |
return 1; |
| 5269 |
fprintf (f, "%lu\n", i); |
5512 |
fprintf (f, "%lu", i); |
| 5270 |
} |
5513 |
} |
|
|
5514 |
/* Do not output a trailing newline, as this causes \r\n confusion |
| 5515 |
on some platforms. */ |
| 5271 |
return ferror (f) || fclose (f) != 0; |
5516 |
return ferror (f) || fclose (f) != 0; |
| 5272 |
|
5517 |
|
| 5273 |
; |
5518 |
; |
|
Lines 5280-5322
Link Here
|
| 5280 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5525 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5281 |
*) ac_try_echo=$ac_try;; |
5526 |
*) ac_try_echo=$ac_try;; |
| 5282 |
esac |
5527 |
esac |
| 5283 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5528 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5529 |
$as_echo "$ac_try_echo") >&5 |
| 5284 |
(eval "$ac_link") 2>&5 |
5530 |
(eval "$ac_link") 2>&5 |
| 5285 |
ac_status=$? |
5531 |
ac_status=$? |
| 5286 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5532 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5287 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
5533 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
| 5288 |
{ (case "(($ac_try" in |
5534 |
{ (case "(($ac_try" in |
| 5289 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5535 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5290 |
*) ac_try_echo=$ac_try;; |
5536 |
*) ac_try_echo=$ac_try;; |
| 5291 |
esac |
5537 |
esac |
| 5292 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5538 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5539 |
$as_echo "$ac_try_echo") >&5 |
| 5293 |
(eval "$ac_try") 2>&5 |
5540 |
(eval "$ac_try") 2>&5 |
| 5294 |
ac_status=$? |
5541 |
ac_status=$? |
| 5295 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5542 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5296 |
(exit $ac_status); }; }; then |
5543 |
(exit $ac_status); }; }; then |
| 5297 |
ac_cv_sizeof_long_double=`cat conftest.val` |
5544 |
ac_cv_sizeof_long_double=`cat conftest.val` |
| 5298 |
else |
5545 |
else |
| 5299 |
echo "$as_me: program exited with status $ac_status" >&5 |
5546 |
$as_echo "$as_me: program exited with status $ac_status" >&5 |
| 5300 |
echo "$as_me: failed program was:" >&5 |
5547 |
$as_echo "$as_me: failed program was:" >&5 |
| 5301 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5548 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 5302 |
|
5549 |
|
| 5303 |
( exit $ac_status ) |
5550 |
( exit $ac_status ) |
| 5304 |
if test "$ac_cv_type_long_double" = yes; then |
5551 |
if test "$ac_cv_type_long_double" = yes; then |
| 5305 |
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long double) |
5552 |
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
|
|
5553 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5554 |
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long double) |
| 5306 |
See \`config.log' for more details." >&5 |
5555 |
See \`config.log' for more details." >&5 |
| 5307 |
echo "$as_me: error: cannot compute sizeof (long double) |
5556 |
$as_echo "$as_me: error: cannot compute sizeof (long double) |
| 5308 |
See \`config.log' for more details." >&2;} |
5557 |
See \`config.log' for more details." >&2;} |
| 5309 |
{ (exit 77); exit 77; }; } |
5558 |
{ (exit 77); exit 77; }; }; } |
| 5310 |
else |
5559 |
else |
| 5311 |
ac_cv_sizeof_long_double=0 |
5560 |
ac_cv_sizeof_long_double=0 |
| 5312 |
fi |
5561 |
fi |
| 5313 |
fi |
5562 |
fi |
|
|
5563 |
rm -rf conftest.dSYM |
| 5314 |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
5564 |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 5315 |
fi |
5565 |
fi |
| 5316 |
rm -f conftest.val |
5566 |
rm -f conftest.val |
| 5317 |
fi |
5567 |
fi |
| 5318 |
{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_double" >&5 |
5568 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_double" >&5 |
| 5319 |
echo "${ECHO_T}$ac_cv_sizeof_long_double" >&6; } |
5569 |
$as_echo "$ac_cv_sizeof_long_double" >&6; } |
| 5320 |
|
5570 |
|
| 5321 |
|
5571 |
|
| 5322 |
|
5572 |
|
|
Lines 5327-5394
Link Here
|
| 5327 |
|
5577 |
|
| 5328 |
if test $ac_cv_sizeof_long_double -ne 0; then |
5578 |
if test $ac_cv_sizeof_long_double -ne 0; then |
| 5329 |
|
5579 |
|
| 5330 |
{ echo "$as_me:$LINENO: checking for double" >&5 |
5580 |
# The cast to long int works around a bug in the HP C Compiler |
| 5331 |
echo $ECHO_N "checking for double... $ECHO_C" >&6; } |
|
|
| 5332 |
if test "${ac_cv_type_double+set}" = set; then |
| 5333 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5334 |
else |
| 5335 |
cat >conftest.$ac_ext <<_ACEOF |
| 5336 |
/* confdefs.h. */ |
| 5337 |
_ACEOF |
| 5338 |
cat confdefs.h >>conftest.$ac_ext |
| 5339 |
cat >>conftest.$ac_ext <<_ACEOF |
| 5340 |
/* end confdefs.h. */ |
| 5341 |
$ac_includes_default |
| 5342 |
typedef double ac__type_new_; |
| 5343 |
int |
| 5344 |
main () |
| 5345 |
{ |
| 5346 |
if ((ac__type_new_ *) 0) |
| 5347 |
return 0; |
| 5348 |
if (sizeof (ac__type_new_)) |
| 5349 |
return 0; |
| 5350 |
; |
| 5351 |
return 0; |
| 5352 |
} |
| 5353 |
_ACEOF |
| 5354 |
rm -f conftest.$ac_objext |
| 5355 |
if { (ac_try="$ac_compile" |
| 5356 |
case "(($ac_try" in |
| 5357 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5358 |
*) ac_try_echo=$ac_try;; |
| 5359 |
esac |
| 5360 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5361 |
(eval "$ac_compile") 2>conftest.er1 |
| 5362 |
ac_status=$? |
| 5363 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 5364 |
rm -f conftest.er1 |
| 5365 |
cat conftest.err >&5 |
| 5366 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5367 |
(exit $ac_status); } && { |
| 5368 |
test -z "$ac_c_werror_flag" || |
| 5369 |
test ! -s conftest.err |
| 5370 |
} && test -s conftest.$ac_objext; then |
| 5371 |
ac_cv_type_double=yes |
| 5372 |
else |
| 5373 |
echo "$as_me: failed program was:" >&5 |
| 5374 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 5375 |
|
| 5376 |
ac_cv_type_double=no |
| 5377 |
fi |
| 5378 |
|
| 5379 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5380 |
fi |
| 5381 |
{ echo "$as_me:$LINENO: result: $ac_cv_type_double" >&5 |
| 5382 |
echo "${ECHO_T}$ac_cv_type_double" >&6; } |
| 5383 |
|
| 5384 |
# The cast to long int works around a bug in the HP C Compiler |
| 5385 |
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
5581 |
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
| 5386 |
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
5582 |
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
| 5387 |
# This bug is HP SR number 8606223364. |
5583 |
# This bug is HP SR number 8606223364. |
| 5388 |
{ echo "$as_me:$LINENO: checking size of double" >&5 |
5584 |
{ $as_echo "$as_me:$LINENO: checking size of double" >&5 |
| 5389 |
echo $ECHO_N "checking size of double... $ECHO_C" >&6; } |
5585 |
$as_echo_n "checking size of double... " >&6; } |
| 5390 |
if test "${ac_cv_sizeof_double+set}" = set; then |
5586 |
if test "${ac_cv_sizeof_double+set}" = set; then |
| 5391 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
5587 |
$as_echo_n "(cached) " >&6 |
| 5392 |
else |
5588 |
else |
| 5393 |
if test "$cross_compiling" = yes; then |
5589 |
if test "$cross_compiling" = yes; then |
| 5394 |
# Depending upon the size, compute the lo and hi bounds. |
5590 |
# Depending upon the size, compute the lo and hi bounds. |
|
Lines 5399-5409
Link Here
|
| 5399 |
cat >>conftest.$ac_ext <<_ACEOF |
5595 |
cat >>conftest.$ac_ext <<_ACEOF |
| 5400 |
/* end confdefs.h. */ |
5596 |
/* end confdefs.h. */ |
| 5401 |
$ac_includes_default |
5597 |
$ac_includes_default |
| 5402 |
typedef double ac__type_sizeof_; |
|
|
| 5403 |
int |
5598 |
int |
| 5404 |
main () |
5599 |
main () |
| 5405 |
{ |
5600 |
{ |
| 5406 |
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; |
5601 |
static int test_array [1 - 2 * !(((long int) (sizeof (double))) >= 0)]; |
| 5407 |
test_array [0] = 0 |
5602 |
test_array [0] = 0 |
| 5408 |
|
5603 |
|
| 5409 |
; |
5604 |
; |
|
Lines 5416-5428
Link Here
|
| 5416 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5611 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5417 |
*) ac_try_echo=$ac_try;; |
5612 |
*) ac_try_echo=$ac_try;; |
| 5418 |
esac |
5613 |
esac |
| 5419 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5614 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5615 |
$as_echo "$ac_try_echo") >&5 |
| 5420 |
(eval "$ac_compile") 2>conftest.er1 |
5616 |
(eval "$ac_compile") 2>conftest.er1 |
| 5421 |
ac_status=$? |
5617 |
ac_status=$? |
| 5422 |
grep -v '^ *+' conftest.er1 >conftest.err |
5618 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 5423 |
rm -f conftest.er1 |
5619 |
rm -f conftest.er1 |
| 5424 |
cat conftest.err >&5 |
5620 |
cat conftest.err >&5 |
| 5425 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5621 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5426 |
(exit $ac_status); } && { |
5622 |
(exit $ac_status); } && { |
| 5427 |
test -z "$ac_c_werror_flag" || |
5623 |
test -z "$ac_c_werror_flag" || |
| 5428 |
test ! -s conftest.err |
5624 |
test ! -s conftest.err |
|
Lines 5436-5446
Link Here
|
| 5436 |
cat >>conftest.$ac_ext <<_ACEOF |
5632 |
cat >>conftest.$ac_ext <<_ACEOF |
| 5437 |
/* end confdefs.h. */ |
5633 |
/* end confdefs.h. */ |
| 5438 |
$ac_includes_default |
5634 |
$ac_includes_default |
| 5439 |
typedef double ac__type_sizeof_; |
|
|
| 5440 |
int |
5635 |
int |
| 5441 |
main () |
5636 |
main () |
| 5442 |
{ |
5637 |
{ |
| 5443 |
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
5638 |
static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= $ac_mid)]; |
| 5444 |
test_array [0] = 0 |
5639 |
test_array [0] = 0 |
| 5445 |
|
5640 |
|
| 5446 |
; |
5641 |
; |
|
Lines 5453-5472
Link Here
|
| 5453 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5648 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5454 |
*) ac_try_echo=$ac_try;; |
5649 |
*) ac_try_echo=$ac_try;; |
| 5455 |
esac |
5650 |
esac |
| 5456 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5651 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5652 |
$as_echo "$ac_try_echo") >&5 |
| 5457 |
(eval "$ac_compile") 2>conftest.er1 |
5653 |
(eval "$ac_compile") 2>conftest.er1 |
| 5458 |
ac_status=$? |
5654 |
ac_status=$? |
| 5459 |
grep -v '^ *+' conftest.er1 >conftest.err |
5655 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 5460 |
rm -f conftest.er1 |
5656 |
rm -f conftest.er1 |
| 5461 |
cat conftest.err >&5 |
5657 |
cat conftest.err >&5 |
| 5462 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5658 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5463 |
(exit $ac_status); } && { |
5659 |
(exit $ac_status); } && { |
| 5464 |
test -z "$ac_c_werror_flag" || |
5660 |
test -z "$ac_c_werror_flag" || |
| 5465 |
test ! -s conftest.err |
5661 |
test ! -s conftest.err |
| 5466 |
} && test -s conftest.$ac_objext; then |
5662 |
} && test -s conftest.$ac_objext; then |
| 5467 |
ac_hi=$ac_mid; break |
5663 |
ac_hi=$ac_mid; break |
| 5468 |
else |
5664 |
else |
| 5469 |
echo "$as_me: failed program was:" >&5 |
5665 |
$as_echo "$as_me: failed program was:" >&5 |
| 5470 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5666 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 5471 |
|
5667 |
|
| 5472 |
ac_lo=`expr $ac_mid + 1` |
5668 |
ac_lo=`expr $ac_mid + 1` |
|
Lines 5480-5486
Link Here
|
| 5480 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5676 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5481 |
done |
5677 |
done |
| 5482 |
else |
5678 |
else |
| 5483 |
echo "$as_me: failed program was:" >&5 |
5679 |
$as_echo "$as_me: failed program was:" >&5 |
| 5484 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5680 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 5485 |
|
5681 |
|
| 5486 |
cat >conftest.$ac_ext <<_ACEOF |
5682 |
cat >conftest.$ac_ext <<_ACEOF |
|
Lines 5490-5500
Link Here
|
| 5490 |
cat >>conftest.$ac_ext <<_ACEOF |
5686 |
cat >>conftest.$ac_ext <<_ACEOF |
| 5491 |
/* end confdefs.h. */ |
5687 |
/* end confdefs.h. */ |
| 5492 |
$ac_includes_default |
5688 |
$ac_includes_default |
| 5493 |
typedef double ac__type_sizeof_; |
|
|
| 5494 |
int |
5689 |
int |
| 5495 |
main () |
5690 |
main () |
| 5496 |
{ |
5691 |
{ |
| 5497 |
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; |
5692 |
static int test_array [1 - 2 * !(((long int) (sizeof (double))) < 0)]; |
| 5498 |
test_array [0] = 0 |
5693 |
test_array [0] = 0 |
| 5499 |
|
5694 |
|
| 5500 |
; |
5695 |
; |
|
Lines 5507-5519
Link Here
|
| 5507 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5702 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5508 |
*) ac_try_echo=$ac_try;; |
5703 |
*) ac_try_echo=$ac_try;; |
| 5509 |
esac |
5704 |
esac |
| 5510 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5705 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5706 |
$as_echo "$ac_try_echo") >&5 |
| 5511 |
(eval "$ac_compile") 2>conftest.er1 |
5707 |
(eval "$ac_compile") 2>conftest.er1 |
| 5512 |
ac_status=$? |
5708 |
ac_status=$? |
| 5513 |
grep -v '^ *+' conftest.er1 >conftest.err |
5709 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 5514 |
rm -f conftest.er1 |
5710 |
rm -f conftest.er1 |
| 5515 |
cat conftest.err >&5 |
5711 |
cat conftest.err >&5 |
| 5516 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5712 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5517 |
(exit $ac_status); } && { |
5713 |
(exit $ac_status); } && { |
| 5518 |
test -z "$ac_c_werror_flag" || |
5714 |
test -z "$ac_c_werror_flag" || |
| 5519 |
test ! -s conftest.err |
5715 |
test ! -s conftest.err |
|
Lines 5527-5537
Link Here
|
| 5527 |
cat >>conftest.$ac_ext <<_ACEOF |
5723 |
cat >>conftest.$ac_ext <<_ACEOF |
| 5528 |
/* end confdefs.h. */ |
5724 |
/* end confdefs.h. */ |
| 5529 |
$ac_includes_default |
5725 |
$ac_includes_default |
| 5530 |
typedef double ac__type_sizeof_; |
|
|
| 5531 |
int |
5726 |
int |
| 5532 |
main () |
5727 |
main () |
| 5533 |
{ |
5728 |
{ |
| 5534 |
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; |
5729 |
static int test_array [1 - 2 * !(((long int) (sizeof (double))) >= $ac_mid)]; |
| 5535 |
test_array [0] = 0 |
5730 |
test_array [0] = 0 |
| 5536 |
|
5731 |
|
| 5537 |
; |
5732 |
; |
|
Lines 5544-5563
Link Here
|
| 5544 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5739 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5545 |
*) ac_try_echo=$ac_try;; |
5740 |
*) ac_try_echo=$ac_try;; |
| 5546 |
esac |
5741 |
esac |
| 5547 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5742 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5743 |
$as_echo "$ac_try_echo") >&5 |
| 5548 |
(eval "$ac_compile") 2>conftest.er1 |
5744 |
(eval "$ac_compile") 2>conftest.er1 |
| 5549 |
ac_status=$? |
5745 |
ac_status=$? |
| 5550 |
grep -v '^ *+' conftest.er1 >conftest.err |
5746 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 5551 |
rm -f conftest.er1 |
5747 |
rm -f conftest.er1 |
| 5552 |
cat conftest.err >&5 |
5748 |
cat conftest.err >&5 |
| 5553 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5749 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5554 |
(exit $ac_status); } && { |
5750 |
(exit $ac_status); } && { |
| 5555 |
test -z "$ac_c_werror_flag" || |
5751 |
test -z "$ac_c_werror_flag" || |
| 5556 |
test ! -s conftest.err |
5752 |
test ! -s conftest.err |
| 5557 |
} && test -s conftest.$ac_objext; then |
5753 |
} && test -s conftest.$ac_objext; then |
| 5558 |
ac_lo=$ac_mid; break |
5754 |
ac_lo=$ac_mid; break |
| 5559 |
else |
5755 |
else |
| 5560 |
echo "$as_me: failed program was:" >&5 |
5756 |
$as_echo "$as_me: failed program was:" >&5 |
| 5561 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5757 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 5562 |
|
5758 |
|
| 5563 |
ac_hi=`expr '(' $ac_mid ')' - 1` |
5759 |
ac_hi=`expr '(' $ac_mid ')' - 1` |
|
Lines 5571-5577
Link Here
|
| 5571 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5767 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5572 |
done |
5768 |
done |
| 5573 |
else |
5769 |
else |
| 5574 |
echo "$as_me: failed program was:" >&5 |
5770 |
$as_echo "$as_me: failed program was:" >&5 |
| 5575 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5771 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 5576 |
|
5772 |
|
| 5577 |
ac_lo= ac_hi= |
5773 |
ac_lo= ac_hi= |
|
Lines 5591-5601
Link Here
|
| 5591 |
cat >>conftest.$ac_ext <<_ACEOF |
5787 |
cat >>conftest.$ac_ext <<_ACEOF |
| 5592 |
/* end confdefs.h. */ |
5788 |
/* end confdefs.h. */ |
| 5593 |
$ac_includes_default |
5789 |
$ac_includes_default |
| 5594 |
typedef double ac__type_sizeof_; |
|
|
| 5595 |
int |
5790 |
int |
| 5596 |
main () |
5791 |
main () |
| 5597 |
{ |
5792 |
{ |
| 5598 |
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
5793 |
static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= $ac_mid)]; |
| 5599 |
test_array [0] = 0 |
5794 |
test_array [0] = 0 |
| 5600 |
|
5795 |
|
| 5601 |
; |
5796 |
; |
|
Lines 5608-5627
Link Here
|
| 5608 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5803 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5609 |
*) ac_try_echo=$ac_try;; |
5804 |
*) ac_try_echo=$ac_try;; |
| 5610 |
esac |
5805 |
esac |
| 5611 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5806 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5807 |
$as_echo "$ac_try_echo") >&5 |
| 5612 |
(eval "$ac_compile") 2>conftest.er1 |
5808 |
(eval "$ac_compile") 2>conftest.er1 |
| 5613 |
ac_status=$? |
5809 |
ac_status=$? |
| 5614 |
grep -v '^ *+' conftest.er1 >conftest.err |
5810 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 5615 |
rm -f conftest.er1 |
5811 |
rm -f conftest.er1 |
| 5616 |
cat conftest.err >&5 |
5812 |
cat conftest.err >&5 |
| 5617 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5813 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5618 |
(exit $ac_status); } && { |
5814 |
(exit $ac_status); } && { |
| 5619 |
test -z "$ac_c_werror_flag" || |
5815 |
test -z "$ac_c_werror_flag" || |
| 5620 |
test ! -s conftest.err |
5816 |
test ! -s conftest.err |
| 5621 |
} && test -s conftest.$ac_objext; then |
5817 |
} && test -s conftest.$ac_objext; then |
| 5622 |
ac_hi=$ac_mid |
5818 |
ac_hi=$ac_mid |
| 5623 |
else |
5819 |
else |
| 5624 |
echo "$as_me: failed program was:" >&5 |
5820 |
$as_echo "$as_me: failed program was:" >&5 |
| 5625 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5821 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 5626 |
|
5822 |
|
| 5627 |
ac_lo=`expr '(' $ac_mid ')' + 1` |
5823 |
ac_lo=`expr '(' $ac_mid ')' + 1` |
|
Lines 5632-5642
Link Here
|
| 5632 |
case $ac_lo in |
5828 |
case $ac_lo in |
| 5633 |
?*) ac_cv_sizeof_double=$ac_lo;; |
5829 |
?*) ac_cv_sizeof_double=$ac_lo;; |
| 5634 |
'') if test "$ac_cv_type_double" = yes; then |
5830 |
'') if test "$ac_cv_type_double" = yes; then |
| 5635 |
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (double) |
5831 |
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
|
|
5832 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5833 |
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (double) |
| 5636 |
See \`config.log' for more details." >&5 |
5834 |
See \`config.log' for more details." >&5 |
| 5637 |
echo "$as_me: error: cannot compute sizeof (double) |
5835 |
$as_echo "$as_me: error: cannot compute sizeof (double) |
| 5638 |
See \`config.log' for more details." >&2;} |
5836 |
See \`config.log' for more details." >&2;} |
| 5639 |
{ (exit 77); exit 77; }; } |
5837 |
{ (exit 77); exit 77; }; }; } |
| 5640 |
else |
5838 |
else |
| 5641 |
ac_cv_sizeof_double=0 |
5839 |
ac_cv_sizeof_double=0 |
| 5642 |
fi ;; |
5840 |
fi ;; |
|
Lines 5649-5657
Link Here
|
| 5649 |
cat >>conftest.$ac_ext <<_ACEOF |
5847 |
cat >>conftest.$ac_ext <<_ACEOF |
| 5650 |
/* end confdefs.h. */ |
5848 |
/* end confdefs.h. */ |
| 5651 |
$ac_includes_default |
5849 |
$ac_includes_default |
| 5652 |
typedef double ac__type_sizeof_; |
5850 |
static long int longval () { return (long int) (sizeof (double)); } |
| 5653 |
static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } |
5851 |
static unsigned long int ulongval () { return (long int) (sizeof (double)); } |
| 5654 |
static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } |
|
|
| 5655 |
#include <stdio.h> |
5852 |
#include <stdio.h> |
| 5656 |
#include <stdlib.h> |
5853 |
#include <stdlib.h> |
| 5657 |
int |
5854 |
int |
|
Lines 5661-5680
Link Here
|
| 5661 |
FILE *f = fopen ("conftest.val", "w"); |
5858 |
FILE *f = fopen ("conftest.val", "w"); |
| 5662 |
if (! f) |
5859 |
if (! f) |
| 5663 |
return 1; |
5860 |
return 1; |
| 5664 |
if (((long int) (sizeof (ac__type_sizeof_))) < 0) |
5861 |
if (((long int) (sizeof (double))) < 0) |
| 5665 |
{ |
5862 |
{ |
| 5666 |
long int i = longval (); |
5863 |
long int i = longval (); |
| 5667 |
if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
5864 |
if (i != ((long int) (sizeof (double)))) |
| 5668 |
return 1; |
5865 |
return 1; |
| 5669 |
fprintf (f, "%ld\n", i); |
5866 |
fprintf (f, "%ld", i); |
| 5670 |
} |
5867 |
} |
| 5671 |
else |
5868 |
else |
| 5672 |
{ |
5869 |
{ |
| 5673 |
unsigned long int i = ulongval (); |
5870 |
unsigned long int i = ulongval (); |
| 5674 |
if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
5871 |
if (i != ((long int) (sizeof (double)))) |
| 5675 |
return 1; |
5872 |
return 1; |
| 5676 |
fprintf (f, "%lu\n", i); |
5873 |
fprintf (f, "%lu", i); |
| 5677 |
} |
5874 |
} |
|
|
5875 |
/* Do not output a trailing newline, as this causes \r\n confusion |
| 5876 |
on some platforms. */ |
| 5678 |
return ferror (f) || fclose (f) != 0; |
5877 |
return ferror (f) || fclose (f) != 0; |
| 5679 |
|
5878 |
|
| 5680 |
; |
5879 |
; |
|
Lines 5687-5729
Link Here
|
| 5687 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5886 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5688 |
*) ac_try_echo=$ac_try;; |
5887 |
*) ac_try_echo=$ac_try;; |
| 5689 |
esac |
5888 |
esac |
| 5690 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5889 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5890 |
$as_echo "$ac_try_echo") >&5 |
| 5691 |
(eval "$ac_link") 2>&5 |
5891 |
(eval "$ac_link") 2>&5 |
| 5692 |
ac_status=$? |
5892 |
ac_status=$? |
| 5693 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5893 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5694 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
5894 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
| 5695 |
{ (case "(($ac_try" in |
5895 |
{ (case "(($ac_try" in |
| 5696 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5896 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5697 |
*) ac_try_echo=$ac_try;; |
5897 |
*) ac_try_echo=$ac_try;; |
| 5698 |
esac |
5898 |
esac |
| 5699 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5899 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5900 |
$as_echo "$ac_try_echo") >&5 |
| 5700 |
(eval "$ac_try") 2>&5 |
5901 |
(eval "$ac_try") 2>&5 |
| 5701 |
ac_status=$? |
5902 |
ac_status=$? |
| 5702 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5903 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5703 |
(exit $ac_status); }; }; then |
5904 |
(exit $ac_status); }; }; then |
| 5704 |
ac_cv_sizeof_double=`cat conftest.val` |
5905 |
ac_cv_sizeof_double=`cat conftest.val` |
| 5705 |
else |
5906 |
else |
| 5706 |
echo "$as_me: program exited with status $ac_status" >&5 |
5907 |
$as_echo "$as_me: program exited with status $ac_status" >&5 |
| 5707 |
echo "$as_me: failed program was:" >&5 |
5908 |
$as_echo "$as_me: failed program was:" >&5 |
| 5708 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5909 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 5709 |
|
5910 |
|
| 5710 |
( exit $ac_status ) |
5911 |
( exit $ac_status ) |
| 5711 |
if test "$ac_cv_type_double" = yes; then |
5912 |
if test "$ac_cv_type_double" = yes; then |
| 5712 |
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (double) |
5913 |
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
|
|
5914 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5915 |
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (double) |
| 5713 |
See \`config.log' for more details." >&5 |
5916 |
See \`config.log' for more details." >&5 |
| 5714 |
echo "$as_me: error: cannot compute sizeof (double) |
5917 |
$as_echo "$as_me: error: cannot compute sizeof (double) |
| 5715 |
See \`config.log' for more details." >&2;} |
5918 |
See \`config.log' for more details." >&2;} |
| 5716 |
{ (exit 77); exit 77; }; } |
5919 |
{ (exit 77); exit 77; }; }; } |
| 5717 |
else |
5920 |
else |
| 5718 |
ac_cv_sizeof_double=0 |
5921 |
ac_cv_sizeof_double=0 |
| 5719 |
fi |
5922 |
fi |
| 5720 |
fi |
5923 |
fi |
|
|
5924 |
rm -rf conftest.dSYM |
| 5721 |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
5925 |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 5722 |
fi |
5926 |
fi |
| 5723 |
rm -f conftest.val |
5927 |
rm -f conftest.val |
| 5724 |
fi |
5928 |
fi |
| 5725 |
{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5 |
5929 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5 |
| 5726 |
echo "${ECHO_T}$ac_cv_sizeof_double" >&6; } |
5930 |
$as_echo "$ac_cv_sizeof_double" >&6; } |
| 5727 |
|
5931 |
|
| 5728 |
|
5932 |
|
| 5729 |
|
5933 |
|
|
Lines 5741-5750
Link Here
|
| 5741 |
fi |
5945 |
fi |
| 5742 |
fi |
5946 |
fi |
| 5743 |
|
5947 |
|
| 5744 |
{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
5948 |
{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
| 5745 |
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } |
5949 |
$as_echo_n "checking for ANSI C header files... " >&6; } |
| 5746 |
if test "${ac_cv_header_stdc+set}" = set; then |
5950 |
if test "${ac_cv_header_stdc+set}" = set; then |
| 5747 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
5951 |
$as_echo_n "(cached) " >&6 |
| 5748 |
else |
5952 |
else |
| 5749 |
cat >conftest.$ac_ext <<_ACEOF |
5953 |
cat >conftest.$ac_ext <<_ACEOF |
| 5750 |
/* confdefs.h. */ |
5954 |
/* confdefs.h. */ |
|
Lines 5771-5790
Link Here
|
| 5771 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5975 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5772 |
*) ac_try_echo=$ac_try;; |
5976 |
*) ac_try_echo=$ac_try;; |
| 5773 |
esac |
5977 |
esac |
| 5774 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5978 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
5979 |
$as_echo "$ac_try_echo") >&5 |
| 5775 |
(eval "$ac_compile") 2>conftest.er1 |
5980 |
(eval "$ac_compile") 2>conftest.er1 |
| 5776 |
ac_status=$? |
5981 |
ac_status=$? |
| 5777 |
grep -v '^ *+' conftest.er1 >conftest.err |
5982 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 5778 |
rm -f conftest.er1 |
5983 |
rm -f conftest.er1 |
| 5779 |
cat conftest.err >&5 |
5984 |
cat conftest.err >&5 |
| 5780 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5985 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5781 |
(exit $ac_status); } && { |
5986 |
(exit $ac_status); } && { |
| 5782 |
test -z "$ac_c_werror_flag" || |
5987 |
test -z "$ac_c_werror_flag" || |
| 5783 |
test ! -s conftest.err |
5988 |
test ! -s conftest.err |
| 5784 |
} && test -s conftest.$ac_objext; then |
5989 |
} && test -s conftest.$ac_objext; then |
| 5785 |
ac_cv_header_stdc=yes |
5990 |
ac_cv_header_stdc=yes |
| 5786 |
else |
5991 |
else |
| 5787 |
echo "$as_me: failed program was:" >&5 |
5992 |
$as_echo "$as_me: failed program was:" >&5 |
| 5788 |
sed 's/^/| /' conftest.$ac_ext >&5 |
5993 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 5789 |
|
5994 |
|
| 5790 |
ac_cv_header_stdc=no |
5995 |
ac_cv_header_stdc=no |
|
Lines 5809-5815
Link Here
|
| 5809 |
else |
6014 |
else |
| 5810 |
ac_cv_header_stdc=no |
6015 |
ac_cv_header_stdc=no |
| 5811 |
fi |
6016 |
fi |
| 5812 |
rm -f -r conftest* |
6017 |
rm -f conftest* |
| 5813 |
|
6018 |
|
| 5814 |
fi |
6019 |
fi |
| 5815 |
|
6020 |
|
|
Lines 5830-5836
Link Here
|
| 5830 |
else |
6035 |
else |
| 5831 |
ac_cv_header_stdc=no |
6036 |
ac_cv_header_stdc=no |
| 5832 |
fi |
6037 |
fi |
| 5833 |
rm -f -r conftest* |
6038 |
rm -f conftest* |
| 5834 |
|
6039 |
|
| 5835 |
fi |
6040 |
fi |
| 5836 |
|
6041 |
|
|
Lines 5876-5912
Link Here
|
| 5876 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6081 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5877 |
*) ac_try_echo=$ac_try;; |
6082 |
*) ac_try_echo=$ac_try;; |
| 5878 |
esac |
6083 |
esac |
| 5879 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6084 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
6085 |
$as_echo "$ac_try_echo") >&5 |
| 5880 |
(eval "$ac_link") 2>&5 |
6086 |
(eval "$ac_link") 2>&5 |
| 5881 |
ac_status=$? |
6087 |
ac_status=$? |
| 5882 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6088 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5883 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
6089 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
| 5884 |
{ (case "(($ac_try" in |
6090 |
{ (case "(($ac_try" in |
| 5885 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6091 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5886 |
*) ac_try_echo=$ac_try;; |
6092 |
*) ac_try_echo=$ac_try;; |
| 5887 |
esac |
6093 |
esac |
| 5888 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6094 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
6095 |
$as_echo "$ac_try_echo") >&5 |
| 5889 |
(eval "$ac_try") 2>&5 |
6096 |
(eval "$ac_try") 2>&5 |
| 5890 |
ac_status=$? |
6097 |
ac_status=$? |
| 5891 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6098 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5892 |
(exit $ac_status); }; }; then |
6099 |
(exit $ac_status); }; }; then |
| 5893 |
: |
6100 |
: |
| 5894 |
else |
6101 |
else |
| 5895 |
echo "$as_me: program exited with status $ac_status" >&5 |
6102 |
$as_echo "$as_me: program exited with status $ac_status" >&5 |
| 5896 |
echo "$as_me: failed program was:" >&5 |
6103 |
$as_echo "$as_me: failed program was:" >&5 |
| 5897 |
sed 's/^/| /' conftest.$ac_ext >&5 |
6104 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 5898 |
|
6105 |
|
| 5899 |
( exit $ac_status ) |
6106 |
( exit $ac_status ) |
| 5900 |
ac_cv_header_stdc=no |
6107 |
ac_cv_header_stdc=no |
| 5901 |
fi |
6108 |
fi |
|
|
6109 |
rm -rf conftest.dSYM |
| 5902 |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
6110 |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 5903 |
fi |
6111 |
fi |
| 5904 |
|
6112 |
|
| 5905 |
|
6113 |
|
| 5906 |
fi |
6114 |
fi |
| 5907 |
fi |
6115 |
fi |
| 5908 |
{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 |
6116 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 |
| 5909 |
echo "${ECHO_T}$ac_cv_header_stdc" >&6; } |
6117 |
$as_echo "$ac_cv_header_stdc" >&6; } |
| 5910 |
if test $ac_cv_header_stdc = yes; then |
6118 |
if test $ac_cv_header_stdc = yes; then |
| 5911 |
|
6119 |
|
| 5912 |
cat >>confdefs.h <<\_ACEOF |
6120 |
cat >>confdefs.h <<\_ACEOF |
|
Lines 5920-5939
Link Here
|
| 5920 |
|
6128 |
|
| 5921 |
for ac_header in strings.h sys/time.h unistd.h |
6129 |
for ac_header in strings.h sys/time.h unistd.h |
| 5922 |
do |
6130 |
do |
| 5923 |
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
6131 |
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 5924 |
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
6132 |
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
| 5925 |
{ echo "$as_me:$LINENO: checking for $ac_header" >&5 |
6133 |
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 5926 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
6134 |
$as_echo_n "checking for $ac_header... " >&6; } |
| 5927 |
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
6135 |
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
| 5928 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
6136 |
$as_echo_n "(cached) " >&6 |
| 5929 |
fi |
6137 |
fi |
| 5930 |
ac_res=`eval echo '${'$as_ac_Header'}'` |
6138 |
ac_res=`eval 'as_val=${'$as_ac_Header'} |
| 5931 |
{ echo "$as_me:$LINENO: result: $ac_res" >&5 |
6139 |
$as_echo "$as_val"'` |
| 5932 |
echo "${ECHO_T}$ac_res" >&6; } |
6140 |
{ $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
|
|
6141 |
$as_echo "$ac_res" >&6; } |
| 5933 |
else |
6142 |
else |
| 5934 |
# Is the header compilable? |
6143 |
# Is the header compilable? |
| 5935 |
{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
6144 |
{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 5936 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
6145 |
$as_echo_n "checking $ac_header usability... " >&6; } |
| 5937 |
cat >conftest.$ac_ext <<_ACEOF |
6146 |
cat >conftest.$ac_ext <<_ACEOF |
| 5938 |
/* confdefs.h. */ |
6147 |
/* confdefs.h. */ |
| 5939 |
_ACEOF |
6148 |
_ACEOF |
|
Lines 5949-5980
Link Here
|
| 5949 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6158 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5950 |
*) ac_try_echo=$ac_try;; |
6159 |
*) ac_try_echo=$ac_try;; |
| 5951 |
esac |
6160 |
esac |
| 5952 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6161 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
6162 |
$as_echo "$ac_try_echo") >&5 |
| 5953 |
(eval "$ac_compile") 2>conftest.er1 |
6163 |
(eval "$ac_compile") 2>conftest.er1 |
| 5954 |
ac_status=$? |
6164 |
ac_status=$? |
| 5955 |
grep -v '^ *+' conftest.er1 >conftest.err |
6165 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 5956 |
rm -f conftest.er1 |
6166 |
rm -f conftest.er1 |
| 5957 |
cat conftest.err >&5 |
6167 |
cat conftest.err >&5 |
| 5958 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6168 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5959 |
(exit $ac_status); } && { |
6169 |
(exit $ac_status); } && { |
| 5960 |
test -z "$ac_c_werror_flag" || |
6170 |
test -z "$ac_c_werror_flag" || |
| 5961 |
test ! -s conftest.err |
6171 |
test ! -s conftest.err |
| 5962 |
} && test -s conftest.$ac_objext; then |
6172 |
} && test -s conftest.$ac_objext; then |
| 5963 |
ac_header_compiler=yes |
6173 |
ac_header_compiler=yes |
| 5964 |
else |
6174 |
else |
| 5965 |
echo "$as_me: failed program was:" >&5 |
6175 |
$as_echo "$as_me: failed program was:" >&5 |
| 5966 |
sed 's/^/| /' conftest.$ac_ext >&5 |
6176 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 5967 |
|
6177 |
|
| 5968 |
ac_header_compiler=no |
6178 |
ac_header_compiler=no |
| 5969 |
fi |
6179 |
fi |
| 5970 |
|
6180 |
|
| 5971 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6181 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5972 |
{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
6182 |
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 5973 |
echo "${ECHO_T}$ac_header_compiler" >&6; } |
6183 |
$as_echo "$ac_header_compiler" >&6; } |
| 5974 |
|
6184 |
|
| 5975 |
# Is the header present? |
6185 |
# Is the header present? |
| 5976 |
{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
6186 |
{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 5977 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
6187 |
$as_echo_n "checking $ac_header presence... " >&6; } |
| 5978 |
cat >conftest.$ac_ext <<_ACEOF |
6188 |
cat >conftest.$ac_ext <<_ACEOF |
| 5979 |
/* confdefs.h. */ |
6189 |
/* confdefs.h. */ |
| 5980 |
_ACEOF |
6190 |
_ACEOF |
|
Lines 5988-6056
Link Here
|
| 5988 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6198 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5989 |
*) ac_try_echo=$ac_try;; |
6199 |
*) ac_try_echo=$ac_try;; |
| 5990 |
esac |
6200 |
esac |
| 5991 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6201 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
6202 |
$as_echo "$ac_try_echo") >&5 |
| 5992 |
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
6203 |
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
| 5993 |
ac_status=$? |
6204 |
ac_status=$? |
| 5994 |
grep -v '^ *+' conftest.er1 >conftest.err |
6205 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 5995 |
rm -f conftest.er1 |
6206 |
rm -f conftest.er1 |
| 5996 |
cat conftest.err >&5 |
6207 |
cat conftest.err >&5 |
| 5997 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6208 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5998 |
(exit $ac_status); } >/dev/null && { |
6209 |
(exit $ac_status); } >/dev/null && { |
| 5999 |
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
6210 |
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
| 6000 |
test ! -s conftest.err |
6211 |
test ! -s conftest.err |
| 6001 |
}; then |
6212 |
}; then |
| 6002 |
ac_header_preproc=yes |
6213 |
ac_header_preproc=yes |
| 6003 |
else |
6214 |
else |
| 6004 |
echo "$as_me: failed program was:" >&5 |
6215 |
$as_echo "$as_me: failed program was:" >&5 |
| 6005 |
sed 's/^/| /' conftest.$ac_ext >&5 |
6216 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 6006 |
|
6217 |
|
| 6007 |
ac_header_preproc=no |
6218 |
ac_header_preproc=no |
| 6008 |
fi |
6219 |
fi |
| 6009 |
|
6220 |
|
| 6010 |
rm -f conftest.err conftest.$ac_ext |
6221 |
rm -f conftest.err conftest.$ac_ext |
| 6011 |
{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
6222 |
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
| 6012 |
echo "${ECHO_T}$ac_header_preproc" >&6; } |
6223 |
$as_echo "$ac_header_preproc" >&6; } |
| 6013 |
|
6224 |
|
| 6014 |
# So? What about this header? |
6225 |
# So? What about this header? |
| 6015 |
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
6226 |
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 6016 |
yes:no: ) |
6227 |
yes:no: ) |
| 6017 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
6228 |
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 6018 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
6229 |
$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 6019 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
6230 |
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 6020 |
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
6231 |
$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 6021 |
ac_header_preproc=yes |
6232 |
ac_header_preproc=yes |
| 6022 |
;; |
6233 |
;; |
| 6023 |
no:yes:* ) |
6234 |
no:yes:* ) |
| 6024 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
6235 |
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 6025 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
6236 |
$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 6026 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
6237 |
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 6027 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
6238 |
$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 6028 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
6239 |
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
| 6029 |
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
6240 |
$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
| 6030 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
6241 |
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
| 6031 |
echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
6242 |
$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
| 6032 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
6243 |
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 6033 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
6244 |
$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 6034 |
{ echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
6245 |
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
| 6035 |
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
6246 |
$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
| 6036 |
|
6247 |
|
| 6037 |
;; |
6248 |
;; |
| 6038 |
esac |
6249 |
esac |
| 6039 |
{ echo "$as_me:$LINENO: checking for $ac_header" >&5 |
6250 |
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 6040 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
6251 |
$as_echo_n "checking for $ac_header... " >&6; } |
| 6041 |
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
6252 |
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
| 6042 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
6253 |
$as_echo_n "(cached) " >&6 |
| 6043 |
else |
6254 |
else |
| 6044 |
eval "$as_ac_Header=\$ac_header_preproc" |
6255 |
eval "$as_ac_Header=\$ac_header_preproc" |
| 6045 |
fi |
6256 |
fi |
| 6046 |
ac_res=`eval echo '${'$as_ac_Header'}'` |
6257 |
ac_res=`eval 'as_val=${'$as_ac_Header'} |
| 6047 |
{ echo "$as_me:$LINENO: result: $ac_res" >&5 |
6258 |
$as_echo "$as_val"'` |
| 6048 |
echo "${ECHO_T}$ac_res" >&6; } |
6259 |
{ $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
|
|
6260 |
$as_echo "$ac_res" >&6; } |
| 6049 |
|
6261 |
|
| 6050 |
fi |
6262 |
fi |
| 6051 |
if test `eval echo '${'$as_ac_Header'}'` = yes; then |
6263 |
as_val=`eval 'as_val=${'$as_ac_Header'} |
|
|
6264 |
$as_echo "$as_val"'` |
| 6265 |
if test "x$as_val" = x""yes; then |
| 6052 |
cat >>confdefs.h <<_ACEOF |
6266 |
cat >>confdefs.h <<_ACEOF |
| 6053 |
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
6267 |
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 6054 |
_ACEOF |
6268 |
_ACEOF |
| 6055 |
|
6269 |
|
| 6056 |
fi |
6270 |
fi |
|
Lines 6060-6074
Link Here
|
| 6060 |
|
6274 |
|
| 6061 |
os=`uname -s` |
6275 |
os=`uname -s` |
| 6062 |
if test "x$os" = "xAIX" ; then |
6276 |
if test "x$os" = "xAIX" ; then |
| 6063 |
CFLAGS="$CFLAGS -qinfo=gen -qcpluscmt" |
6277 |
CFLAGS="$CFLAGS -qinfo=gen -qcpluscmt" |
|
|
6278 |
AIX=1 |
| 6064 |
else |
6279 |
else |
| 6065 |
CFLAGS="$CFLAGS -Wall" |
6280 |
CFLAGS="$CFLAGS -Wall" |
|
|
6281 |
AIX=0 |
| 6282 |
fi |
| 6283 |
if test "$AIX" = 1; then |
| 6284 |
AIX_TRUE= |
| 6285 |
AIX_FALSE='#' |
| 6286 |
else |
| 6287 |
AIX_TRUE='#' |
| 6288 |
AIX_FALSE= |
| 6066 |
fi |
6289 |
fi |
| 6067 |
|
6290 |
|
| 6068 |
{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 |
6291 |
|
| 6069 |
echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } |
6292 |
{ $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 |
|
|
6293 |
$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } |
| 6070 |
if test "${ac_cv_header_time+set}" = set; then |
6294 |
if test "${ac_cv_header_time+set}" = set; then |
| 6071 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
6295 |
$as_echo_n "(cached) " >&6 |
| 6072 |
else |
6296 |
else |
| 6073 |
cat >conftest.$ac_ext <<_ACEOF |
6297 |
cat >conftest.$ac_ext <<_ACEOF |
| 6074 |
/* confdefs.h. */ |
6298 |
/* confdefs.h. */ |
|
Lines 6095-6114
Link Here
|
| 6095 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6319 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 6096 |
*) ac_try_echo=$ac_try;; |
6320 |
*) ac_try_echo=$ac_try;; |
| 6097 |
esac |
6321 |
esac |
| 6098 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6322 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
6323 |
$as_echo "$ac_try_echo") >&5 |
| 6099 |
(eval "$ac_compile") 2>conftest.er1 |
6324 |
(eval "$ac_compile") 2>conftest.er1 |
| 6100 |
ac_status=$? |
6325 |
ac_status=$? |
| 6101 |
grep -v '^ *+' conftest.er1 >conftest.err |
6326 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 6102 |
rm -f conftest.er1 |
6327 |
rm -f conftest.er1 |
| 6103 |
cat conftest.err >&5 |
6328 |
cat conftest.err >&5 |
| 6104 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6329 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6105 |
(exit $ac_status); } && { |
6330 |
(exit $ac_status); } && { |
| 6106 |
test -z "$ac_c_werror_flag" || |
6331 |
test -z "$ac_c_werror_flag" || |
| 6107 |
test ! -s conftest.err |
6332 |
test ! -s conftest.err |
| 6108 |
} && test -s conftest.$ac_objext; then |
6333 |
} && test -s conftest.$ac_objext; then |
| 6109 |
ac_cv_header_time=yes |
6334 |
ac_cv_header_time=yes |
| 6110 |
else |
6335 |
else |
| 6111 |
echo "$as_me: failed program was:" >&5 |
6336 |
$as_echo "$as_me: failed program was:" >&5 |
| 6112 |
sed 's/^/| /' conftest.$ac_ext >&5 |
6337 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 6113 |
|
6338 |
|
| 6114 |
ac_cv_header_time=no |
6339 |
ac_cv_header_time=no |
|
Lines 6116-6123
Link Here
|
| 6116 |
|
6341 |
|
| 6117 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6342 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6118 |
fi |
6343 |
fi |
| 6119 |
{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 |
6344 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 |
| 6120 |
echo "${ECHO_T}$ac_cv_header_time" >&6; } |
6345 |
$as_echo "$ac_cv_header_time" >&6; } |
| 6121 |
if test $ac_cv_header_time = yes; then |
6346 |
if test $ac_cv_header_time = yes; then |
| 6122 |
|
6347 |
|
| 6123 |
cat >>confdefs.h <<\_ACEOF |
6348 |
cat >>confdefs.h <<\_ACEOF |
|
Lines 6126-6135
Link Here
|
| 6126 |
|
6351 |
|
| 6127 |
fi |
6352 |
fi |
| 6128 |
|
6353 |
|
| 6129 |
{ echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 |
6354 |
{ $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 |
| 6130 |
echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } |
6355 |
$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } |
| 6131 |
if test "${ac_cv_struct_tm+set}" = set; then |
6356 |
if test "${ac_cv_struct_tm+set}" = set; then |
| 6132 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
6357 |
$as_echo_n "(cached) " >&6 |
| 6133 |
else |
6358 |
else |
| 6134 |
cat >conftest.$ac_ext <<_ACEOF |
6359 |
cat >conftest.$ac_ext <<_ACEOF |
| 6135 |
/* confdefs.h. */ |
6360 |
/* confdefs.h. */ |
|
Lines 6145-6151
Link Here
|
| 6145 |
{ |
6370 |
{ |
| 6146 |
struct tm tm; |
6371 |
struct tm tm; |
| 6147 |
int *p = &tm.tm_sec; |
6372 |
int *p = &tm.tm_sec; |
| 6148 |
return !p; |
6373 |
return !p; |
| 6149 |
; |
6374 |
; |
| 6150 |
return 0; |
6375 |
return 0; |
| 6151 |
} |
6376 |
} |
|
Lines 6156-6175
Link Here
|
| 6156 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6381 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 6157 |
*) ac_try_echo=$ac_try;; |
6382 |
*) ac_try_echo=$ac_try;; |
| 6158 |
esac |
6383 |
esac |
| 6159 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6384 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
6385 |
$as_echo "$ac_try_echo") >&5 |
| 6160 |
(eval "$ac_compile") 2>conftest.er1 |
6386 |
(eval "$ac_compile") 2>conftest.er1 |
| 6161 |
ac_status=$? |
6387 |
ac_status=$? |
| 6162 |
grep -v '^ *+' conftest.er1 >conftest.err |
6388 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 6163 |
rm -f conftest.er1 |
6389 |
rm -f conftest.er1 |
| 6164 |
cat conftest.err >&5 |
6390 |
cat conftest.err >&5 |
| 6165 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6391 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6166 |
(exit $ac_status); } && { |
6392 |
(exit $ac_status); } && { |
| 6167 |
test -z "$ac_c_werror_flag" || |
6393 |
test -z "$ac_c_werror_flag" || |
| 6168 |
test ! -s conftest.err |
6394 |
test ! -s conftest.err |
| 6169 |
} && test -s conftest.$ac_objext; then |
6395 |
} && test -s conftest.$ac_objext; then |
| 6170 |
ac_cv_struct_tm=time.h |
6396 |
ac_cv_struct_tm=time.h |
| 6171 |
else |
6397 |
else |
| 6172 |
echo "$as_me: failed program was:" >&5 |
6398 |
$as_echo "$as_me: failed program was:" >&5 |
| 6173 |
sed 's/^/| /' conftest.$ac_ext >&5 |
6399 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 6174 |
|
6400 |
|
| 6175 |
ac_cv_struct_tm=sys/time.h |
6401 |
ac_cv_struct_tm=sys/time.h |
|
Lines 6177-6184
Link Here
|
| 6177 |
|
6403 |
|
| 6178 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6404 |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6179 |
fi |
6405 |
fi |
| 6180 |
{ echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 |
6406 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 |
| 6181 |
echo "${ECHO_T}$ac_cv_struct_tm" >&6; } |
6407 |
$as_echo "$ac_cv_struct_tm" >&6; } |
| 6182 |
if test $ac_cv_struct_tm = sys/time.h; then |
6408 |
if test $ac_cv_struct_tm = sys/time.h; then |
| 6183 |
|
6409 |
|
| 6184 |
cat >>confdefs.h <<\_ACEOF |
6410 |
cat >>confdefs.h <<\_ACEOF |
|
Lines 6188-6197
Link Here
|
| 6188 |
fi |
6414 |
fi |
| 6189 |
|
6415 |
|
| 6190 |
|
6416 |
|
| 6191 |
{ echo "$as_me:$LINENO: checking for working memcmp" >&5 |
6417 |
{ $as_echo "$as_me:$LINENO: checking for working memcmp" >&5 |
| 6192 |
echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6; } |
6418 |
$as_echo_n "checking for working memcmp... " >&6; } |
| 6193 |
if test "${ac_cv_func_memcmp_working+set}" = set; then |
6419 |
if test "${ac_cv_func_memcmp_working+set}" = set; then |
| 6194 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
6420 |
$as_echo_n "(cached) " >&6 |
| 6195 |
else |
6421 |
else |
| 6196 |
if test "$cross_compiling" = yes; then |
6422 |
if test "$cross_compiling" = yes; then |
| 6197 |
ac_cv_func_memcmp_working=no |
6423 |
ac_cv_func_memcmp_working=no |
|
Lines 6241-6276
Link Here
|
| 6241 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6467 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 6242 |
*) ac_try_echo=$ac_try;; |
6468 |
*) ac_try_echo=$ac_try;; |
| 6243 |
esac |
6469 |
esac |
| 6244 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6470 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
6471 |
$as_echo "$ac_try_echo") >&5 |
| 6245 |
(eval "$ac_link") 2>&5 |
6472 |
(eval "$ac_link") 2>&5 |
| 6246 |
ac_status=$? |
6473 |
ac_status=$? |
| 6247 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6474 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6248 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
6475 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
| 6249 |
{ (case "(($ac_try" in |
6476 |
{ (case "(($ac_try" in |
| 6250 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6477 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 6251 |
*) ac_try_echo=$ac_try;; |
6478 |
*) ac_try_echo=$ac_try;; |
| 6252 |
esac |
6479 |
esac |
| 6253 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6480 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
6481 |
$as_echo "$ac_try_echo") >&5 |
| 6254 |
(eval "$ac_try") 2>&5 |
6482 |
(eval "$ac_try") 2>&5 |
| 6255 |
ac_status=$? |
6483 |
ac_status=$? |
| 6256 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6484 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6257 |
(exit $ac_status); }; }; then |
6485 |
(exit $ac_status); }; }; then |
| 6258 |
ac_cv_func_memcmp_working=yes |
6486 |
ac_cv_func_memcmp_working=yes |
| 6259 |
else |
6487 |
else |
| 6260 |
echo "$as_me: program exited with status $ac_status" >&5 |
6488 |
$as_echo "$as_me: program exited with status $ac_status" >&5 |
| 6261 |
echo "$as_me: failed program was:" >&5 |
6489 |
$as_echo "$as_me: failed program was:" >&5 |
| 6262 |
sed 's/^/| /' conftest.$ac_ext >&5 |
6490 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 6263 |
|
6491 |
|
| 6264 |
( exit $ac_status ) |
6492 |
( exit $ac_status ) |
| 6265 |
ac_cv_func_memcmp_working=no |
6493 |
ac_cv_func_memcmp_working=no |
| 6266 |
fi |
6494 |
fi |
|
|
6495 |
rm -rf conftest.dSYM |
| 6267 |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
6496 |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 6268 |
fi |
6497 |
fi |
| 6269 |
|
6498 |
|
| 6270 |
|
6499 |
|
| 6271 |
fi |
6500 |
fi |
| 6272 |
{ echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 |
6501 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 |
| 6273 |
echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6; } |
6502 |
$as_echo "$ac_cv_func_memcmp_working" >&6; } |
| 6274 |
test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in |
6503 |
test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in |
| 6275 |
*" memcmp.$ac_objext "* ) ;; |
6504 |
*" memcmp.$ac_objext "* ) ;; |
| 6276 |
*) LIBOBJS="$LIBOBJS memcmp.$ac_objext" |
6505 |
*) LIBOBJS="$LIBOBJS memcmp.$ac_objext" |
|
Lines 6281-6291
Link Here
|
| 6281 |
|
6510 |
|
| 6282 |
for ac_func in vprintf |
6511 |
for ac_func in vprintf |
| 6283 |
do |
6512 |
do |
| 6284 |
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
6513 |
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 6285 |
{ echo "$as_me:$LINENO: checking for $ac_func" >&5 |
6514 |
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
| 6286 |
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
6515 |
$as_echo_n "checking for $ac_func... " >&6; } |
| 6287 |
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
6516 |
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
| 6288 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
6517 |
$as_echo_n "(cached) " >&6 |
| 6289 |
else |
6518 |
else |
| 6290 |
cat >conftest.$ac_ext <<_ACEOF |
6519 |
cat >conftest.$ac_ext <<_ACEOF |
| 6291 |
/* confdefs.h. */ |
6520 |
/* confdefs.h. */ |
|
Lines 6338-6378
Link Here
|
| 6338 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6567 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 6339 |
*) ac_try_echo=$ac_try;; |
6568 |
*) ac_try_echo=$ac_try;; |
| 6340 |
esac |
6569 |
esac |
| 6341 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6570 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
6571 |
$as_echo "$ac_try_echo") >&5 |
| 6342 |
(eval "$ac_link") 2>conftest.er1 |
6572 |
(eval "$ac_link") 2>conftest.er1 |
| 6343 |
ac_status=$? |
6573 |
ac_status=$? |
| 6344 |
grep -v '^ *+' conftest.er1 >conftest.err |
6574 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 6345 |
rm -f conftest.er1 |
6575 |
rm -f conftest.er1 |
| 6346 |
cat conftest.err >&5 |
6576 |
cat conftest.err >&5 |
| 6347 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6577 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6348 |
(exit $ac_status); } && { |
6578 |
(exit $ac_status); } && { |
| 6349 |
test -z "$ac_c_werror_flag" || |
6579 |
test -z "$ac_c_werror_flag" || |
| 6350 |
test ! -s conftest.err |
6580 |
test ! -s conftest.err |
| 6351 |
} && test -s conftest$ac_exeext && |
6581 |
} && test -s conftest$ac_exeext && { |
| 6352 |
$as_test_x conftest$ac_exeext; then |
6582 |
test "$cross_compiling" = yes || |
|
|
6583 |
$as_test_x conftest$ac_exeext |
| 6584 |
}; then |
| 6353 |
eval "$as_ac_var=yes" |
6585 |
eval "$as_ac_var=yes" |
| 6354 |
else |
6586 |
else |
| 6355 |
echo "$as_me: failed program was:" >&5 |
6587 |
$as_echo "$as_me: failed program was:" >&5 |
| 6356 |
sed 's/^/| /' conftest.$ac_ext >&5 |
6588 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 6357 |
|
6589 |
|
| 6358 |
eval "$as_ac_var=no" |
6590 |
eval "$as_ac_var=no" |
| 6359 |
fi |
6591 |
fi |
| 6360 |
|
6592 |
|
|
|
6593 |
rm -rf conftest.dSYM |
| 6361 |
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
6594 |
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
| 6362 |
conftest$ac_exeext conftest.$ac_ext |
6595 |
conftest$ac_exeext conftest.$ac_ext |
| 6363 |
fi |
6596 |
fi |
| 6364 |
ac_res=`eval echo '${'$as_ac_var'}'` |
6597 |
ac_res=`eval 'as_val=${'$as_ac_var'} |
| 6365 |
{ echo "$as_me:$LINENO: result: $ac_res" >&5 |
6598 |
$as_echo "$as_val"'` |
| 6366 |
echo "${ECHO_T}$ac_res" >&6; } |
6599 |
{ $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 6367 |
if test `eval echo '${'$as_ac_var'}'` = yes; then |
6600 |
$as_echo "$ac_res" >&6; } |
|
|
6601 |
as_val=`eval 'as_val=${'$as_ac_var'} |
| 6602 |
$as_echo "$as_val"'` |
| 6603 |
if test "x$as_val" = x""yes; then |
| 6368 |
cat >>confdefs.h <<_ACEOF |
6604 |
cat >>confdefs.h <<_ACEOF |
| 6369 |
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
6605 |
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 6370 |
_ACEOF |
6606 |
_ACEOF |
| 6371 |
|
6607 |
|
| 6372 |
{ echo "$as_me:$LINENO: checking for _doprnt" >&5 |
6608 |
{ $as_echo "$as_me:$LINENO: checking for _doprnt" >&5 |
| 6373 |
echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; } |
6609 |
$as_echo_n "checking for _doprnt... " >&6; } |
| 6374 |
if test "${ac_cv_func__doprnt+set}" = set; then |
6610 |
if test "${ac_cv_func__doprnt+set}" = set; then |
| 6375 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
6611 |
$as_echo_n "(cached) " >&6 |
| 6376 |
else |
6612 |
else |
| 6377 |
cat >conftest.$ac_ext <<_ACEOF |
6613 |
cat >conftest.$ac_ext <<_ACEOF |
| 6378 |
/* confdefs.h. */ |
6614 |
/* confdefs.h. */ |
|
Lines 6425-6456
Link Here
|
| 6425 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6661 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 6426 |
*) ac_try_echo=$ac_try;; |
6662 |
*) ac_try_echo=$ac_try;; |
| 6427 |
esac |
6663 |
esac |
| 6428 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6664 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
6665 |
$as_echo "$ac_try_echo") >&5 |
| 6429 |
(eval "$ac_link") 2>conftest.er1 |
6666 |
(eval "$ac_link") 2>conftest.er1 |
| 6430 |
ac_status=$? |
6667 |
ac_status=$? |
| 6431 |
grep -v '^ *+' conftest.er1 >conftest.err |
6668 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 6432 |
rm -f conftest.er1 |
6669 |
rm -f conftest.er1 |
| 6433 |
cat conftest.err >&5 |
6670 |
cat conftest.err >&5 |
| 6434 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6671 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6435 |
(exit $ac_status); } && { |
6672 |
(exit $ac_status); } && { |
| 6436 |
test -z "$ac_c_werror_flag" || |
6673 |
test -z "$ac_c_werror_flag" || |
| 6437 |
test ! -s conftest.err |
6674 |
test ! -s conftest.err |
| 6438 |
} && test -s conftest$ac_exeext && |
6675 |
} && test -s conftest$ac_exeext && { |
| 6439 |
$as_test_x conftest$ac_exeext; then |
6676 |
test "$cross_compiling" = yes || |
|
|
6677 |
$as_test_x conftest$ac_exeext |
| 6678 |
}; then |
| 6440 |
ac_cv_func__doprnt=yes |
6679 |
ac_cv_func__doprnt=yes |
| 6441 |
else |
6680 |
else |
| 6442 |
echo "$as_me: failed program was:" >&5 |
6681 |
$as_echo "$as_me: failed program was:" >&5 |
| 6443 |
sed 's/^/| /' conftest.$ac_ext >&5 |
6682 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 6444 |
|
6683 |
|
| 6445 |
ac_cv_func__doprnt=no |
6684 |
ac_cv_func__doprnt=no |
| 6446 |
fi |
6685 |
fi |
| 6447 |
|
6686 |
|
|
|
6687 |
rm -rf conftest.dSYM |
| 6448 |
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
6688 |
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
| 6449 |
conftest$ac_exeext conftest.$ac_ext |
6689 |
conftest$ac_exeext conftest.$ac_ext |
| 6450 |
fi |
6690 |
fi |
| 6451 |
{ echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 |
6691 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 |
| 6452 |
echo "${ECHO_T}$ac_cv_func__doprnt" >&6; } |
6692 |
$as_echo "$ac_cv_func__doprnt" >&6; } |
| 6453 |
if test $ac_cv_func__doprnt = yes; then |
6693 |
if test "x$ac_cv_func__doprnt" = x""yes; then |
| 6454 |
|
6694 |
|
| 6455 |
cat >>confdefs.h <<\_ACEOF |
6695 |
cat >>confdefs.h <<\_ACEOF |
| 6456 |
#define HAVE_DOPRNT 1 |
6696 |
#define HAVE_DOPRNT 1 |
|
Lines 6465-6475
Link Here
|
| 6465 |
|
6705 |
|
| 6466 |
for ac_func in strdup |
6706 |
for ac_func in strdup |
| 6467 |
do |
6707 |
do |
| 6468 |
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
6708 |
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 6469 |
{ echo "$as_me:$LINENO: checking for $ac_func" >&5 |
6709 |
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
| 6470 |
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
6710 |
$as_echo_n "checking for $ac_func... " >&6; } |
| 6471 |
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
6711 |
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
| 6472 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
6712 |
$as_echo_n "(cached) " >&6 |
| 6473 |
else |
6713 |
else |
| 6474 |
cat >conftest.$ac_ext <<_ACEOF |
6714 |
cat >conftest.$ac_ext <<_ACEOF |
| 6475 |
/* confdefs.h. */ |
6715 |
/* confdefs.h. */ |
|
Lines 6522-6556
Link Here
|
| 6522 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6762 |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 6523 |
*) ac_try_echo=$ac_try;; |
6763 |
*) ac_try_echo=$ac_try;; |
| 6524 |
esac |
6764 |
esac |
| 6525 |
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6765 |
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|
|
6766 |
$as_echo "$ac_try_echo") >&5 |
| 6526 |
(eval "$ac_link") 2>conftest.er1 |
6767 |
(eval "$ac_link") 2>conftest.er1 |
| 6527 |
ac_status=$? |
6768 |
ac_status=$? |
| 6528 |
grep -v '^ *+' conftest.er1 >conftest.err |
6769 |
grep -v '^ *+' conftest.er1 >conftest.err |
| 6529 |
rm -f conftest.er1 |
6770 |
rm -f conftest.er1 |
| 6530 |
cat conftest.err >&5 |
6771 |
cat conftest.err >&5 |
| 6531 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6772 |
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6532 |
(exit $ac_status); } && { |
6773 |
(exit $ac_status); } && { |
| 6533 |
test -z "$ac_c_werror_flag" || |
6774 |
test -z "$ac_c_werror_flag" || |
| 6534 |
test ! -s conftest.err |
6775 |
test ! -s conftest.err |
| 6535 |
} && test -s conftest$ac_exeext && |
6776 |
} && test -s conftest$ac_exeext && { |
| 6536 |
$as_test_x conftest$ac_exeext; then |
6777 |
test "$cross_compiling" = yes || |
|
|
6778 |
$as_test_x conftest$ac_exeext |
| 6779 |
}; then |
| 6537 |
eval "$as_ac_var=yes" |
6780 |
eval "$as_ac_var=yes" |
| 6538 |
else |
6781 |
else |
| 6539 |
echo "$as_me: failed program was:" >&5 |
6782 |
$as_echo "$as_me: failed program was:" >&5 |
| 6540 |
sed 's/^/| /' conftest.$ac_ext >&5 |
6783 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 6541 |
|
6784 |
|
| 6542 |
eval "$as_ac_var=no" |
6785 |
eval "$as_ac_var=no" |
| 6543 |
fi |
6786 |
fi |
| 6544 |
|
6787 |
|
|
|
6788 |
rm -rf conftest.dSYM |
| 6545 |
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
6789 |
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
| 6546 |
conftest$ac_exeext conftest.$ac_ext |
6790 |
conftest$ac_exeext conftest.$ac_ext |
| 6547 |
fi |
6791 |
fi |
| 6548 |
ac_res=`eval echo '${'$as_ac_var'}'` |
6792 |
ac_res=`eval 'as_val=${'$as_ac_var'} |
| 6549 |
{ echo "$as_me:$LINENO: result: $ac_res" >&5 |
6793 |
$as_echo "$as_val"'` |
| 6550 |
echo "${ECHO_T}$ac_res" >&6; } |
6794 |
{ $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 6551 |
if test `eval echo '${'$as_ac_var'}'` = yes; then |
6795 |
$as_echo "$ac_res" >&6; } |
|
|
6796 |
as_val=`eval 'as_val=${'$as_ac_var'} |
| 6797 |
$as_echo "$as_val"'` |
| 6798 |
if test "x$as_val" = x""yes; then |
| 6552 |
cat >>confdefs.h <<_ACEOF |
6799 |
cat >>confdefs.h <<_ACEOF |
| 6553 |
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
6800 |
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 6554 |
_ACEOF |
6801 |
_ACEOF |
| 6555 |
|
6802 |
|
| 6556 |
fi |
6803 |
fi |
|
Lines 6559-6568
Link Here
|
| 6559 |
|
6806 |
|
| 6560 |
# Extract the first word of "xmlto", so it can be a program name with args. |
6807 |
# Extract the first word of "xmlto", so it can be a program name with args. |
| 6561 |
set dummy xmlto; ac_word=$2 |
6808 |
set dummy xmlto; ac_word=$2 |
| 6562 |
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
6809 |
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 6563 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
6810 |
$as_echo_n "checking for $ac_word... " >&6; } |
| 6564 |
if test "${ac_cv_path_XMLTO+set}" = set; then |
6811 |
if test "${ac_cv_path_XMLTO+set}" = set; then |
| 6565 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
6812 |
$as_echo_n "(cached) " >&6 |
| 6566 |
else |
6813 |
else |
| 6567 |
case $XMLTO in |
6814 |
case $XMLTO in |
| 6568 |
[\\/]* | ?:[\\/]*) |
6815 |
[\\/]* | ?:[\\/]*) |
|
Lines 6577-6583
Link Here
|
| 6577 |
for ac_exec_ext in '' $ac_executable_extensions; do |
6824 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6578 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
6825 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6579 |
ac_cv_path_XMLTO="$as_dir/$ac_word$ac_exec_ext" |
6826 |
ac_cv_path_XMLTO="$as_dir/$ac_word$ac_exec_ext" |
| 6580 |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6827 |
$as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6581 |
break 2 |
6828 |
break 2 |
| 6582 |
fi |
6829 |
fi |
| 6583 |
done |
6830 |
done |
|
Lines 6589-6605
Link Here
|
| 6589 |
fi |
6836 |
fi |
| 6590 |
XMLTO=$ac_cv_path_XMLTO |
6837 |
XMLTO=$ac_cv_path_XMLTO |
| 6591 |
if test -n "$XMLTO"; then |
6838 |
if test -n "$XMLTO"; then |
| 6592 |
{ echo "$as_me:$LINENO: result: $XMLTO" >&5 |
6839 |
{ $as_echo "$as_me:$LINENO: result: $XMLTO" >&5 |
| 6593 |
echo "${ECHO_T}$XMLTO" >&6; } |
6840 |
$as_echo "$XMLTO" >&6; } |
| 6594 |
else |
6841 |
else |
| 6595 |
{ echo "$as_me:$LINENO: result: no" >&5 |
6842 |
{ $as_echo "$as_me:$LINENO: result: no" >&5 |
| 6596 |
echo "${ECHO_T}no" >&6; } |
6843 |
$as_echo "no" >&6; } |
| 6597 |
fi |
6844 |
fi |
| 6598 |
|
6845 |
|
| 6599 |
|
6846 |
|
| 6600 |
if test -z "$ac_cv_path_XMLTO"; then |
6847 |
if test -z "$ac_cv_path_XMLTO"; then |
| 6601 |
{ echo "$as_me:$LINENO: WARNING: You must have XMLTO to compile the XML documentation for libaif." >&5 |
6848 |
{ $as_echo "$as_me:$LINENO: WARNING: You must have XMLTO to compile the XML documentation for libaif." >&5 |
| 6602 |
echo "$as_me: WARNING: You must have XMLTO to compile the XML documentation for libaif." >&2;} |
6849 |
$as_echo "$as_me: WARNING: You must have XMLTO to compile the XML documentation for libaif." >&2;} |
| 6603 |
XMLTO=":" |
6850 |
XMLTO=":" |
| 6604 |
fi |
6851 |
fi |
| 6605 |
|
6852 |
|
|
Lines 6632-6642
Link Here
|
| 6632 |
case $ac_val in #( |
6879 |
case $ac_val in #( |
| 6633 |
*${as_nl}*) |
6880 |
*${as_nl}*) |
| 6634 |
case $ac_var in #( |
6881 |
case $ac_var in #( |
| 6635 |
*_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 |
6882 |
*_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 |
| 6636 |
echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; |
6883 |
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; |
| 6637 |
esac |
6884 |
esac |
| 6638 |
case $ac_var in #( |
6885 |
case $ac_var in #( |
| 6639 |
_ | IFS | as_nl) ;; #( |
6886 |
_ | IFS | as_nl) ;; #( |
|
|
6887 |
BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( |
| 6640 |
*) $as_unset $ac_var ;; |
6888 |
*) $as_unset $ac_var ;; |
| 6641 |
esac ;; |
6889 |
esac ;; |
| 6642 |
esac |
6890 |
esac |
|
Lines 6669-6680
Link Here
|
| 6669 |
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
6917 |
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
| 6670 |
if test -w "$cache_file"; then |
6918 |
if test -w "$cache_file"; then |
| 6671 |
test "x$cache_file" != "x/dev/null" && |
6919 |
test "x$cache_file" != "x/dev/null" && |
| 6672 |
{ echo "$as_me:$LINENO: updating cache $cache_file" >&5 |
6920 |
{ $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 |
| 6673 |
echo "$as_me: updating cache $cache_file" >&6;} |
6921 |
$as_echo "$as_me: updating cache $cache_file" >&6;} |
| 6674 |
cat confcache >$cache_file |
6922 |
cat confcache >$cache_file |
| 6675 |
else |
6923 |
else |
| 6676 |
{ echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 |
6924 |
{ $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 |
| 6677 |
echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
6925 |
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
| 6678 |
fi |
6926 |
fi |
| 6679 |
fi |
6927 |
fi |
| 6680 |
rm -f confcache |
6928 |
rm -f confcache |
|
Lines 6690-6696
Link Here
|
| 6690 |
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
6938 |
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
| 6691 |
# 1. Remove the extension, and $U if already installed. |
6939 |
# 1. Remove the extension, and $U if already installed. |
| 6692 |
ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
6940 |
ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
| 6693 |
ac_i=`echo "$ac_i" | sed "$ac_script"` |
6941 |
ac_i=`$as_echo "$ac_i" | sed "$ac_script"` |
| 6694 |
# 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR |
6942 |
# 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR |
| 6695 |
# will be set to the directory where LIBOBJS objects are built. |
6943 |
# will be set to the directory where LIBOBJS objects are built. |
| 6696 |
ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" |
6944 |
ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" |
|
Lines 6701-6727
Link Here
|
| 6701 |
LTLIBOBJS=$ac_ltlibobjs |
6949 |
LTLIBOBJS=$ac_ltlibobjs |
| 6702 |
|
6950 |
|
| 6703 |
|
6951 |
|
|
|
6952 |
if test -n "$EXEEXT"; then |
| 6953 |
am__EXEEXT_TRUE= |
| 6954 |
am__EXEEXT_FALSE='#' |
| 6955 |
else |
| 6956 |
am__EXEEXT_TRUE='#' |
| 6957 |
am__EXEEXT_FALSE= |
| 6958 |
fi |
| 6959 |
|
| 6704 |
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
6960 |
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
| 6705 |
{ { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. |
6961 |
{ { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. |
| 6706 |
Usually this means the macro was only invoked conditionally." >&5 |
6962 |
Usually this means the macro was only invoked conditionally." >&5 |
| 6707 |
echo "$as_me: error: conditional \"AMDEP\" was never defined. |
6963 |
$as_echo "$as_me: error: conditional \"AMDEP\" was never defined. |
| 6708 |
Usually this means the macro was only invoked conditionally." >&2;} |
6964 |
Usually this means the macro was only invoked conditionally." >&2;} |
| 6709 |
{ (exit 1); exit 1; }; } |
6965 |
{ (exit 1); exit 1; }; } |
| 6710 |
fi |
6966 |
fi |
| 6711 |
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
6967 |
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
| 6712 |
{ { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. |
6968 |
{ { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. |
| 6713 |
Usually this means the macro was only invoked conditionally." >&5 |
6969 |
Usually this means the macro was only invoked conditionally." >&5 |
| 6714 |
echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. |
6970 |
$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. |
|
|
6971 |
Usually this means the macro was only invoked conditionally." >&2;} |
| 6972 |
{ (exit 1); exit 1; }; } |
| 6973 |
fi |
| 6974 |
|
| 6975 |
if test -z "${AIX_TRUE}" && test -z "${AIX_FALSE}"; then |
| 6976 |
{ { $as_echo "$as_me:$LINENO: error: conditional \"AIX\" was never defined. |
| 6977 |
Usually this means the macro was only invoked conditionally." >&5 |
| 6978 |
$as_echo "$as_me: error: conditional \"AIX\" was never defined. |
| 6715 |
Usually this means the macro was only invoked conditionally." >&2;} |
6979 |
Usually this means the macro was only invoked conditionally." >&2;} |
| 6716 |
{ (exit 1); exit 1; }; } |
6980 |
{ (exit 1); exit 1; }; } |
| 6717 |
fi |
6981 |
fi |
| 6718 |
|
6982 |
|
| 6719 |
: ${CONFIG_STATUS=./config.status} |
6983 |
: ${CONFIG_STATUS=./config.status} |
|
|
6984 |
ac_write_fail=0 |
| 6720 |
ac_clean_files_save=$ac_clean_files |
6985 |
ac_clean_files_save=$ac_clean_files |
| 6721 |
ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
6986 |
ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
| 6722 |
{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 |
6987 |
{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 |
| 6723 |
echo "$as_me: creating $CONFIG_STATUS" >&6;} |
6988 |
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} |
| 6724 |
cat >$CONFIG_STATUS <<_ACEOF |
6989 |
cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 6725 |
#! $SHELL |
6990 |
#! $SHELL |
| 6726 |
# Generated by $as_me. |
6991 |
# Generated by $as_me. |
| 6727 |
# Run this file to recreate the current configuration. |
6992 |
# Run this file to recreate the current configuration. |
|
Lines 6734-6740
Link Here
|
| 6734 |
SHELL=\${CONFIG_SHELL-$SHELL} |
6999 |
SHELL=\${CONFIG_SHELL-$SHELL} |
| 6735 |
_ACEOF |
7000 |
_ACEOF |
| 6736 |
|
7001 |
|
| 6737 |
cat >>$CONFIG_STATUS <<\_ACEOF |
7002 |
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 6738 |
## --------------------- ## |
7003 |
## --------------------- ## |
| 6739 |
## M4sh Initialization. ## |
7004 |
## M4sh Initialization. ## |
| 6740 |
## --------------------- ## |
7005 |
## --------------------- ## |
|
Lines 6744-6750
Link Here
|
| 6744 |
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
7009 |
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
| 6745 |
emulate sh |
7010 |
emulate sh |
| 6746 |
NULLCMD=: |
7011 |
NULLCMD=: |
| 6747 |
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
7012 |
# Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
| 6748 |
# is contrary to our usage. Disable this feature. |
7013 |
# is contrary to our usage. Disable this feature. |
| 6749 |
alias -g '${1+"$@"}'='"$@"' |
7014 |
alias -g '${1+"$@"}'='"$@"' |
| 6750 |
setopt NO_GLOB_SUBST |
7015 |
setopt NO_GLOB_SUBST |
|
Lines 6766-6782
Link Here
|
| 6766 |
as_cr_digits='0123456789' |
7031 |
as_cr_digits='0123456789' |
| 6767 |
as_cr_alnum=$as_cr_Letters$as_cr_digits |
7032 |
as_cr_alnum=$as_cr_Letters$as_cr_digits |
| 6768 |
|
7033 |
|
|
|
7034 |
as_nl=' |
| 7035 |
' |
| 7036 |
export as_nl |
| 7037 |
# Printing a long string crashes Solaris 7 /usr/bin/printf. |
| 7038 |
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
| 7039 |
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo |
| 7040 |
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo |
| 7041 |
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then |
| 7042 |
as_echo='printf %s\n' |
| 7043 |
as_echo_n='printf %s' |
| 7044 |
else |
| 7045 |
if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then |
| 7046 |
as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' |
| 7047 |
as_echo_n='/usr/ucb/echo -n' |
| 7048 |
else |
| 7049 |
as_echo_body='eval expr "X$1" : "X\\(.*\\)"' |
| 7050 |
as_echo_n_body='eval |
| 7051 |
arg=$1; |
| 7052 |
case $arg in |
| 7053 |
*"$as_nl"*) |
| 7054 |
expr "X$arg" : "X\\(.*\\)$as_nl"; |
| 7055 |
arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; |
| 7056 |
esac; |
| 7057 |
expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" |
| 7058 |
' |
| 7059 |
export as_echo_n_body |
| 7060 |
as_echo_n='sh -c $as_echo_n_body as_echo' |
| 7061 |
fi |
| 7062 |
export as_echo_body |
| 7063 |
as_echo='sh -c $as_echo_body as_echo' |
| 7064 |
fi |
| 7065 |
|
| 6769 |
# The user is always right. |
7066 |
# The user is always right. |
| 6770 |
if test "${PATH_SEPARATOR+set}" != set; then |
7067 |
if test "${PATH_SEPARATOR+set}" != set; then |
| 6771 |
echo "#! /bin/sh" >conf$$.sh |
7068 |
PATH_SEPARATOR=: |
| 6772 |
echo "exit 0" >>conf$$.sh |
7069 |
(PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { |
| 6773 |
chmod +x conf$$.sh |
7070 |
(PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || |
| 6774 |
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
7071 |
PATH_SEPARATOR=';' |
| 6775 |
PATH_SEPARATOR=';' |
7072 |
} |
| 6776 |
else |
|
|
| 6777 |
PATH_SEPARATOR=: |
| 6778 |
fi |
| 6779 |
rm -f conf$$.sh |
| 6780 |
fi |
7073 |
fi |
| 6781 |
|
7074 |
|
| 6782 |
# Support unset when possible. |
7075 |
# Support unset when possible. |
|
Lines 6792-6799
Link Here
|
| 6792 |
# there to prevent editors from complaining about space-tab. |
7085 |
# there to prevent editors from complaining about space-tab. |
| 6793 |
# (If _AS_PATH_WALK were called with IFS unset, it would disable word |
7086 |
# (If _AS_PATH_WALK were called with IFS unset, it would disable word |
| 6794 |
# splitting by setting IFS to empty value.) |
7087 |
# splitting by setting IFS to empty value.) |
| 6795 |
as_nl=' |
|
|
| 6796 |
' |
| 6797 |
IFS=" "" $as_nl" |
7088 |
IFS=" "" $as_nl" |
| 6798 |
|
7089 |
|
| 6799 |
# Find who we are. Look in the path if we contain no directory separator. |
7090 |
# Find who we are. Look in the path if we contain no directory separator. |
|
Lines 6816-6822
Link Here
|
| 6816 |
as_myself=$0 |
7107 |
as_myself=$0 |
| 6817 |
fi |
7108 |
fi |
| 6818 |
if test ! -f "$as_myself"; then |
7109 |
if test ! -f "$as_myself"; then |
| 6819 |
echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
7110 |
$as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
| 6820 |
{ (exit 1); exit 1; } |
7111 |
{ (exit 1); exit 1; } |
| 6821 |
fi |
7112 |
fi |
| 6822 |
|
7113 |
|
|
Lines 6829-6845
Link Here
|
| 6829 |
PS4='+ ' |
7120 |
PS4='+ ' |
| 6830 |
|
7121 |
|
| 6831 |
# NLS nuisances. |
7122 |
# NLS nuisances. |
| 6832 |
for as_var in \ |
7123 |
LC_ALL=C |
| 6833 |
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ |
7124 |
export LC_ALL |
| 6834 |
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
7125 |
LANGUAGE=C |
| 6835 |
LC_TELEPHONE LC_TIME |
7126 |
export LANGUAGE |
| 6836 |
do |
|
|
| 6837 |
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
| 6838 |
eval $as_var=C; export $as_var |
| 6839 |
else |
| 6840 |
($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
| 6841 |
fi |
| 6842 |
done |
| 6843 |
|
7127 |
|
| 6844 |
# Required to use basename. |
7128 |
# Required to use basename. |
| 6845 |
if expr a : '\(a\)' >/dev/null 2>&1 && |
7129 |
if expr a : '\(a\)' >/dev/null 2>&1 && |
|
Lines 6861-6867
Link Here
|
| 6861 |
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
7145 |
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
| 6862 |
X"$0" : 'X\(//\)$' \| \ |
7146 |
X"$0" : 'X\(//\)$' \| \ |
| 6863 |
X"$0" : 'X\(/\)' \| . 2>/dev/null || |
7147 |
X"$0" : 'X\(/\)' \| . 2>/dev/null || |
| 6864 |
echo X/"$0" | |
7148 |
$as_echo X/"$0" | |
| 6865 |
sed '/^.*\/\([^/][^/]*\)\/*$/{ |
7149 |
sed '/^.*\/\([^/][^/]*\)\/*$/{ |
| 6866 |
s//\1/ |
7150 |
s//\1/ |
| 6867 |
q |
7151 |
q |
|
Lines 6912-6918
Link Here
|
| 6912 |
s/-\n.*// |
7196 |
s/-\n.*// |
| 6913 |
' >$as_me.lineno && |
7197 |
' >$as_me.lineno && |
| 6914 |
chmod +x "$as_me.lineno" || |
7198 |
chmod +x "$as_me.lineno" || |
| 6915 |
{ echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
7199 |
{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
| 6916 |
{ (exit 1); exit 1; }; } |
7200 |
{ (exit 1); exit 1; }; } |
| 6917 |
|
7201 |
|
| 6918 |
# Don't try to exec as it changes $[0], causing all sort of problems |
7202 |
# Don't try to exec as it changes $[0], causing all sort of problems |
|
Lines 6940-6946
Link Here
|
| 6940 |
*) |
7224 |
*) |
| 6941 |
ECHO_N='-n';; |
7225 |
ECHO_N='-n';; |
| 6942 |
esac |
7226 |
esac |
| 6943 |
|
|
|
| 6944 |
if expr a : '\(a\)' >/dev/null 2>&1 && |
7227 |
if expr a : '\(a\)' >/dev/null 2>&1 && |
| 6945 |
test "X`expr 00001 : '.*\(...\)'`" = X001; then |
7228 |
test "X`expr 00001 : '.*\(...\)'`" = X001; then |
| 6946 |
as_expr=expr |
7229 |
as_expr=expr |
|
Lines 6953-6971
Link Here
|
| 6953 |
rm -f conf$$.dir/conf$$.file |
7236 |
rm -f conf$$.dir/conf$$.file |
| 6954 |
else |
7237 |
else |
| 6955 |
rm -f conf$$.dir |
7238 |
rm -f conf$$.dir |
| 6956 |
mkdir conf$$.dir |
7239 |
mkdir conf$$.dir 2>/dev/null |
| 6957 |
fi |
7240 |
fi |
| 6958 |
echo >conf$$.file |
7241 |
if (echo >conf$$.file) 2>/dev/null; then |
| 6959 |
if ln -s conf$$.file conf$$ 2>/dev/null; then |
7242 |
if ln -s conf$$.file conf$$ 2>/dev/null; then |
| 6960 |
as_ln_s='ln -s' |
7243 |
as_ln_s='ln -s' |
| 6961 |
# ... but there are two gotchas: |
7244 |
# ... but there are two gotchas: |
| 6962 |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
7245 |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 6963 |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
7246 |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 6964 |
# In both cases, we have to default to `cp -p'. |
7247 |
# In both cases, we have to default to `cp -p'. |
| 6965 |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
7248 |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
|
|
7249 |
as_ln_s='cp -p' |
| 7250 |
elif ln conf$$.file conf$$ 2>/dev/null; then |
| 7251 |
as_ln_s=ln |
| 7252 |
else |
| 6966 |
as_ln_s='cp -p' |
7253 |
as_ln_s='cp -p' |
| 6967 |
elif ln conf$$.file conf$$ 2>/dev/null; then |
7254 |
fi |
| 6968 |
as_ln_s=ln |
|
|
| 6969 |
else |
7255 |
else |
| 6970 |
as_ln_s='cp -p' |
7256 |
as_ln_s='cp -p' |
| 6971 |
fi |
7257 |
fi |
|
Lines 6990-6999
Link Here
|
| 6990 |
as_test_x=' |
7276 |
as_test_x=' |
| 6991 |
eval sh -c '\'' |
7277 |
eval sh -c '\'' |
| 6992 |
if test -d "$1"; then |
7278 |
if test -d "$1"; then |
| 6993 |
test -d "$1/."; |
7279 |
test -d "$1/."; |
| 6994 |
else |
7280 |
else |
| 6995 |
case $1 in |
7281 |
case $1 in |
| 6996 |
-*)set "./$1";; |
7282 |
-*)set "./$1";; |
| 6997 |
esac; |
7283 |
esac; |
| 6998 |
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in |
7284 |
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in |
| 6999 |
???[sx]*):;;*)false;;esac;fi |
7285 |
???[sx]*):;;*)false;;esac;fi |
|
Lines 7016-7022
Link Here
|
| 7016 |
# values after options handling. |
7302 |
# values after options handling. |
| 7017 |
ac_log=" |
7303 |
ac_log=" |
| 7018 |
This file was extended by libaif $as_me 2.1.0, which was |
7304 |
This file was extended by libaif $as_me 2.1.0, which was |
| 7019 |
generated by GNU Autoconf 2.61. Invocation command line was |
7305 |
generated by GNU Autoconf 2.63. Invocation command line was |
| 7020 |
|
7306 |
|
| 7021 |
CONFIG_FILES = $CONFIG_FILES |
7307 |
CONFIG_FILES = $CONFIG_FILES |
| 7022 |
CONFIG_HEADERS = $CONFIG_HEADERS |
7308 |
CONFIG_HEADERS = $CONFIG_HEADERS |
|
Lines 7029-7035
Link Here
|
| 7029 |
|
7315 |
|
| 7030 |
_ACEOF |
7316 |
_ACEOF |
| 7031 |
|
7317 |
|
| 7032 |
cat >>$CONFIG_STATUS <<_ACEOF |
7318 |
case $ac_config_files in *" |
|
|
7319 |
"*) set x $ac_config_files; shift; ac_config_files=$*;; |
| 7320 |
esac |
| 7321 |
|
| 7322 |
case $ac_config_headers in *" |
| 7323 |
"*) set x $ac_config_headers; shift; ac_config_headers=$*;; |
| 7324 |
esac |
| 7325 |
|
| 7326 |
|
| 7327 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 7033 |
# Files that config.status was made for. |
7328 |
# Files that config.status was made for. |
| 7034 |
config_files="$ac_config_files" |
7329 |
config_files="$ac_config_files" |
| 7035 |
config_headers="$ac_config_headers" |
7330 |
config_headers="$ac_config_headers" |
|
Lines 7037-7058
Link Here
|
| 7037 |
|
7332 |
|
| 7038 |
_ACEOF |
7333 |
_ACEOF |
| 7039 |
|
7334 |
|
| 7040 |
cat >>$CONFIG_STATUS <<\_ACEOF |
7335 |
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 7041 |
ac_cs_usage="\ |
7336 |
ac_cs_usage="\ |
| 7042 |
\`$as_me' instantiates files from templates according to the |
7337 |
\`$as_me' instantiates files from templates according to the |
| 7043 |
current configuration. |
7338 |
current configuration. |
| 7044 |
|
7339 |
|
| 7045 |
Usage: $0 [OPTIONS] [FILE]... |
7340 |
Usage: $0 [OPTION]... [FILE]... |
| 7046 |
|
7341 |
|
| 7047 |
-h, --help print this help, then exit |
7342 |
-h, --help print this help, then exit |
| 7048 |
-V, --version print version number and configuration settings, then exit |
7343 |
-V, --version print version number and configuration settings, then exit |
| 7049 |
-q, --quiet do not print progress messages |
7344 |
-q, --quiet, --silent |
|
|
7345 |
do not print progress messages |
| 7050 |
-d, --debug don't remove temporary files |
7346 |
-d, --debug don't remove temporary files |
| 7051 |
--recheck update $as_me by reconfiguring in the same conditions |
7347 |
--recheck update $as_me by reconfiguring in the same conditions |
| 7052 |
--file=FILE[:TEMPLATE] |
7348 |
--file=FILE[:TEMPLATE] |
| 7053 |
instantiate the configuration file FILE |
7349 |
instantiate the configuration file FILE |
| 7054 |
--header=FILE[:TEMPLATE] |
7350 |
--header=FILE[:TEMPLATE] |
| 7055 |
instantiate the configuration header FILE |
7351 |
instantiate the configuration header FILE |
| 7056 |
|
7352 |
|
| 7057 |
Configuration files: |
7353 |
Configuration files: |
| 7058 |
$config_files |
7354 |
$config_files |
|
Lines 7066-7078
Link Here
|
| 7066 |
Report bugs to <bug-autoconf@gnu.org>." |
7362 |
Report bugs to <bug-autoconf@gnu.org>." |
| 7067 |
|
7363 |
|
| 7068 |
_ACEOF |
7364 |
_ACEOF |
| 7069 |
cat >>$CONFIG_STATUS <<_ACEOF |
7365 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 7070 |
ac_cs_version="\\ |
7366 |
ac_cs_version="\\ |
| 7071 |
libaif config.status 2.1.0 |
7367 |
libaif config.status 2.1.0 |
| 7072 |
configured by $0, generated by GNU Autoconf 2.61, |
7368 |
configured by $0, generated by GNU Autoconf 2.63, |
| 7073 |
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" |
7369 |
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" |
| 7074 |
|
7370 |
|
| 7075 |
Copyright (C) 2006 Free Software Foundation, Inc. |
7371 |
Copyright (C) 2008 Free Software Foundation, Inc. |
| 7076 |
This config.status script is free software; the Free Software Foundation |
7372 |
This config.status script is free software; the Free Software Foundation |
| 7077 |
gives unlimited permission to copy, distribute and modify it." |
7373 |
gives unlimited permission to copy, distribute and modify it." |
| 7078 |
|
7374 |
|
|
Lines 7080-7090
Link Here
|
| 7080 |
srcdir='$srcdir' |
7376 |
srcdir='$srcdir' |
| 7081 |
INSTALL='$INSTALL' |
7377 |
INSTALL='$INSTALL' |
| 7082 |
MKDIR_P='$MKDIR_P' |
7378 |
MKDIR_P='$MKDIR_P' |
|
|
7379 |
AWK='$AWK' |
| 7380 |
test -n "\$AWK" || AWK=awk |
| 7083 |
_ACEOF |
7381 |
_ACEOF |
| 7084 |
|
7382 |
|
| 7085 |
cat >>$CONFIG_STATUS <<\_ACEOF |
7383 |
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 7086 |
# If no file are specified by the user, then we need to provide default |
7384 |
# The default lists apply if the user does not specify any file. |
| 7087 |
# value. By we need to know if files were specified by the user. |
|
|
| 7088 |
ac_need_defaults=: |
7385 |
ac_need_defaults=: |
| 7089 |
while test $# != 0 |
7386 |
while test $# != 0 |
| 7090 |
do |
7387 |
do |
|
Lines 7106-7135
Link Here
|
| 7106 |
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
7403 |
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
| 7107 |
ac_cs_recheck=: ;; |
7404 |
ac_cs_recheck=: ;; |
| 7108 |
--version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
7405 |
--version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
| 7109 |
echo "$ac_cs_version"; exit ;; |
7406 |
$as_echo "$ac_cs_version"; exit ;; |
| 7110 |
--debug | --debu | --deb | --de | --d | -d ) |
7407 |
--debug | --debu | --deb | --de | --d | -d ) |
| 7111 |
debug=: ;; |
7408 |
debug=: ;; |
| 7112 |
--file | --fil | --fi | --f ) |
7409 |
--file | --fil | --fi | --f ) |
| 7113 |
$ac_shift |
7410 |
$ac_shift |
| 7114 |
CONFIG_FILES="$CONFIG_FILES $ac_optarg" |
7411 |
case $ac_optarg in |
|
|
7412 |
*\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 7413 |
esac |
| 7414 |
CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" |
| 7115 |
ac_need_defaults=false;; |
7415 |
ac_need_defaults=false;; |
| 7116 |
--header | --heade | --head | --hea ) |
7416 |
--header | --heade | --head | --hea ) |
| 7117 |
$ac_shift |
7417 |
$ac_shift |
| 7118 |
CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" |
7418 |
case $ac_optarg in |
|
|
7419 |
*\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 7420 |
esac |
| 7421 |
CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" |
| 7119 |
ac_need_defaults=false;; |
7422 |
ac_need_defaults=false;; |
| 7120 |
--he | --h) |
7423 |
--he | --h) |
| 7121 |
# Conflict between --help and --header |
7424 |
# Conflict between --help and --header |
| 7122 |
{ echo "$as_me: error: ambiguous option: $1 |
7425 |
{ $as_echo "$as_me: error: ambiguous option: $1 |
| 7123 |
Try \`$0 --help' for more information." >&2 |
7426 |
Try \`$0 --help' for more information." >&2 |
| 7124 |
{ (exit 1); exit 1; }; };; |
7427 |
{ (exit 1); exit 1; }; };; |
| 7125 |
--help | --hel | -h ) |
7428 |
--help | --hel | -h ) |
| 7126 |
echo "$ac_cs_usage"; exit ;; |
7429 |
$as_echo "$ac_cs_usage"; exit ;; |
| 7127 |
-q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
7430 |
-q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
| 7128 |
| -silent | --silent | --silen | --sile | --sil | --si | --s) |
7431 |
| -silent | --silent | --silen | --sile | --sil | --si | --s) |
| 7129 |
ac_cs_silent=: ;; |
7432 |
ac_cs_silent=: ;; |
| 7130 |
|
7433 |
|
| 7131 |
# This is an error. |
7434 |
# This is an error. |
| 7132 |
-*) { echo "$as_me: error: unrecognized option: $1 |
7435 |
-*) { $as_echo "$as_me: error: unrecognized option: $1 |
| 7133 |
Try \`$0 --help' for more information." >&2 |
7436 |
Try \`$0 --help' for more information." >&2 |
| 7134 |
{ (exit 1); exit 1; }; } ;; |
7437 |
{ (exit 1); exit 1; }; } ;; |
| 7135 |
|
7438 |
|
|
Lines 7148-7174
Link Here
|
| 7148 |
fi |
7451 |
fi |
| 7149 |
|
7452 |
|
| 7150 |
_ACEOF |
7453 |
_ACEOF |
| 7151 |
cat >>$CONFIG_STATUS <<_ACEOF |
7454 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 7152 |
if \$ac_cs_recheck; then |
7455 |
if \$ac_cs_recheck; then |
| 7153 |
echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 |
7456 |
set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
| 7154 |
CONFIG_SHELL=$SHELL |
7457 |
shift |
|
|
7458 |
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
| 7459 |
CONFIG_SHELL='$SHELL' |
| 7155 |
export CONFIG_SHELL |
7460 |
export CONFIG_SHELL |
| 7156 |
exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
7461 |
exec "\$@" |
| 7157 |
fi |
7462 |
fi |
| 7158 |
|
7463 |
|
| 7159 |
_ACEOF |
7464 |
_ACEOF |
| 7160 |
cat >>$CONFIG_STATUS <<\_ACEOF |
7465 |
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 7161 |
exec 5>>config.log |
7466 |
exec 5>>config.log |
| 7162 |
{ |
7467 |
{ |
| 7163 |
echo |
7468 |
echo |
| 7164 |
sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX |
7469 |
sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX |
| 7165 |
## Running $as_me. ## |
7470 |
## Running $as_me. ## |
| 7166 |
_ASBOX |
7471 |
_ASBOX |
| 7167 |
echo "$ac_log" |
7472 |
$as_echo "$ac_log" |
| 7168 |
} >&5 |
7473 |
} >&5 |
| 7169 |
|
7474 |
|
| 7170 |
_ACEOF |
7475 |
_ACEOF |
| 7171 |
cat >>$CONFIG_STATUS <<_ACEOF |
7476 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 7172 |
# |
7477 |
# |
| 7173 |
# INIT-COMMANDS |
7478 |
# INIT-COMMANDS |
| 7174 |
# |
7479 |
# |
|
Lines 7176-7182
Link Here
|
| 7176 |
|
7481 |
|
| 7177 |
_ACEOF |
7482 |
_ACEOF |
| 7178 |
|
7483 |
|
| 7179 |
cat >>$CONFIG_STATUS <<\_ACEOF |
7484 |
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 7180 |
|
7485 |
|
| 7181 |
# Handling of arguments. |
7486 |
# Handling of arguments. |
| 7182 |
for ac_config_target in $ac_config_targets |
7487 |
for ac_config_target in $ac_config_targets |
|
Lines 7187-7194
Link Here
|
| 7187 |
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
7492 |
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
| 7188 |
"doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; |
7493 |
"doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; |
| 7189 |
|
7494 |
|
| 7190 |
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |
7495 |
*) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |
| 7191 |
echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |
7496 |
$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |
| 7192 |
{ (exit 1); exit 1; }; };; |
7497 |
{ (exit 1); exit 1; }; };; |
| 7193 |
esac |
7498 |
esac |
| 7194 |
done |
7499 |
done |
|
Lines 7229-7374
Link Here
|
| 7229 |
(umask 077 && mkdir "$tmp") |
7534 |
(umask 077 && mkdir "$tmp") |
| 7230 |
} || |
7535 |
} || |
| 7231 |
{ |
7536 |
{ |
| 7232 |
echo "$me: cannot create a temporary directory in ." >&2 |
7537 |
$as_echo "$as_me: cannot create a temporary directory in ." >&2 |
| 7233 |
{ (exit 1); exit 1; } |
7538 |
{ (exit 1); exit 1; } |
| 7234 |
} |
7539 |
} |
| 7235 |
|
7540 |
|
| 7236 |
# |
7541 |
# Set up the scripts for CONFIG_FILES section. |
| 7237 |
# Set up the sed scripts for CONFIG_FILES section. |
7542 |
# No need to generate them if there are no CONFIG_FILES. |
| 7238 |
# |
7543 |
# This happens for instance with `./config.status config.h'. |
| 7239 |
|
|
|
| 7240 |
# No need to generate the scripts if there are no CONFIG_FILES. |
| 7241 |
# This happens for instance when ./config.status config.h |
| 7242 |
if test -n "$CONFIG_FILES"; then |
7544 |
if test -n "$CONFIG_FILES"; then |
| 7243 |
|
7545 |
|
|
|
7546 |
|
| 7547 |
ac_cr='
' |
| 7548 |
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
| 7549 |
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
| 7550 |
ac_cs_awk_cr='\\r' |
| 7551 |
else |
| 7552 |
ac_cs_awk_cr=$ac_cr |
| 7553 |
fi |
| 7554 |
|
| 7555 |
echo 'BEGIN {' >"$tmp/subs1.awk" && |
| 7244 |
_ACEOF |
7556 |
_ACEOF |
| 7245 |
|
7557 |
|
| 7246 |
|
7558 |
|
| 7247 |
|
7559 |
{ |
|
|
7560 |
echo "cat >conf$$subs.awk <<_ACEOF" && |
| 7561 |
echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
| 7562 |
echo "_ACEOF" |
| 7563 |
} >conf$$subs.sh || |
| 7564 |
{ { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 |
| 7565 |
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} |
| 7566 |
{ (exit 1); exit 1; }; } |
| 7567 |
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` |
| 7248 |
ac_delim='%!_!# ' |
7568 |
ac_delim='%!_!# ' |
| 7249 |
for ac_last_try in false false false false false :; do |
7569 |
for ac_last_try in false false false false false :; do |
| 7250 |
cat >conf$$subs.sed <<_ACEOF |
7570 |
. ./conf$$subs.sh || |
| 7251 |
SHELL!$SHELL$ac_delim |
7571 |
{ { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 |
| 7252 |
PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim |
7572 |
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} |
| 7253 |
PACKAGE_NAME!$PACKAGE_NAME$ac_delim |
7573 |
{ (exit 1); exit 1; }; } |
| 7254 |
PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim |
|
|
| 7255 |
PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim |
| 7256 |
PACKAGE_STRING!$PACKAGE_STRING$ac_delim |
| 7257 |
PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim |
| 7258 |
exec_prefix!$exec_prefix$ac_delim |
| 7259 |
prefix!$prefix$ac_delim |
| 7260 |
program_transform_name!$program_transform_name$ac_delim |
| 7261 |
bindir!$bindir$ac_delim |
| 7262 |
sbindir!$sbindir$ac_delim |
| 7263 |
libexecdir!$libexecdir$ac_delim |
| 7264 |
datarootdir!$datarootdir$ac_delim |
| 7265 |
datadir!$datadir$ac_delim |
| 7266 |
sysconfdir!$sysconfdir$ac_delim |
| 7267 |
sharedstatedir!$sharedstatedir$ac_delim |
| 7268 |
localstatedir!$localstatedir$ac_delim |
| 7269 |
includedir!$includedir$ac_delim |
| 7270 |
oldincludedir!$oldincludedir$ac_delim |
| 7271 |
docdir!$docdir$ac_delim |
| 7272 |
infodir!$infodir$ac_delim |
| 7273 |
htmldir!$htmldir$ac_delim |
| 7274 |
dvidir!$dvidir$ac_delim |
| 7275 |
pdfdir!$pdfdir$ac_delim |
| 7276 |
psdir!$psdir$ac_delim |
| 7277 |
libdir!$libdir$ac_delim |
| 7278 |
localedir!$localedir$ac_delim |
| 7279 |
mandir!$mandir$ac_delim |
| 7280 |
DEFS!$DEFS$ac_delim |
| 7281 |
ECHO_C!$ECHO_C$ac_delim |
| 7282 |
ECHO_N!$ECHO_N$ac_delim |
| 7283 |
ECHO_T!$ECHO_T$ac_delim |
| 7284 |
LIBS!$LIBS$ac_delim |
| 7285 |
build_alias!$build_alias$ac_delim |
| 7286 |
host_alias!$host_alias$ac_delim |
| 7287 |
target_alias!$target_alias$ac_delim |
| 7288 |
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim |
| 7289 |
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim |
| 7290 |
INSTALL_DATA!$INSTALL_DATA$ac_delim |
| 7291 |
am__isrc!$am__isrc$ac_delim |
| 7292 |
CYGPATH_W!$CYGPATH_W$ac_delim |
| 7293 |
PACKAGE!$PACKAGE$ac_delim |
| 7294 |
VERSION!$VERSION$ac_delim |
| 7295 |
ACLOCAL!$ACLOCAL$ac_delim |
| 7296 |
AUTOCONF!$AUTOCONF$ac_delim |
| 7297 |
AUTOMAKE!$AUTOMAKE$ac_delim |
| 7298 |
AUTOHEADER!$AUTOHEADER$ac_delim |
| 7299 |
MAKEINFO!$MAKEINFO$ac_delim |
| 7300 |
install_sh!$install_sh$ac_delim |
| 7301 |
STRIP!$STRIP$ac_delim |
| 7302 |
INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim |
| 7303 |
mkdir_p!$mkdir_p$ac_delim |
| 7304 |
AWK!$AWK$ac_delim |
| 7305 |
SET_MAKE!$SET_MAKE$ac_delim |
| 7306 |
am__leading_dot!$am__leading_dot$ac_delim |
| 7307 |
AMTAR!$AMTAR$ac_delim |
| 7308 |
am__tar!$am__tar$ac_delim |
| 7309 |
am__untar!$am__untar$ac_delim |
| 7310 |
CC!$CC$ac_delim |
| 7311 |
CFLAGS!$CFLAGS$ac_delim |
| 7312 |
LDFLAGS!$LDFLAGS$ac_delim |
| 7313 |
CPPFLAGS!$CPPFLAGS$ac_delim |
| 7314 |
ac_ct_CC!$ac_ct_CC$ac_delim |
| 7315 |
EXEEXT!$EXEEXT$ac_delim |
| 7316 |
OBJEXT!$OBJEXT$ac_delim |
| 7317 |
DEPDIR!$DEPDIR$ac_delim |
| 7318 |
am__include!$am__include$ac_delim |
| 7319 |
am__quote!$am__quote$ac_delim |
| 7320 |
AMDEP_TRUE!$AMDEP_TRUE$ac_delim |
| 7321 |
AMDEP_FALSE!$AMDEP_FALSE$ac_delim |
| 7322 |
AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim |
| 7323 |
CCDEPMODE!$CCDEPMODE$ac_delim |
| 7324 |
am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim |
| 7325 |
am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim |
| 7326 |
RANLIB!$RANLIB$ac_delim |
| 7327 |
CPP!$CPP$ac_delim |
| 7328 |
GREP!$GREP$ac_delim |
| 7329 |
EGREP!$EGREP$ac_delim |
| 7330 |
LIBOBJS!$LIBOBJS$ac_delim |
| 7331 |
XMLTO!$XMLTO$ac_delim |
| 7332 |
LTLIBOBJS!$LTLIBOBJS$ac_delim |
| 7333 |
_ACEOF |
| 7334 |
|
7574 |
|
| 7335 |
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then |
7575 |
ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
|
|
7576 |
if test $ac_delim_n = $ac_delim_num; then |
| 7336 |
break |
7577 |
break |
| 7337 |
elif $ac_last_try; then |
7578 |
elif $ac_last_try; then |
| 7338 |
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 |
7579 |
{ { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 |
| 7339 |
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} |
7580 |
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} |
| 7340 |
{ (exit 1); exit 1; }; } |
7581 |
{ (exit 1); exit 1; }; } |
| 7341 |
else |
7582 |
else |
| 7342 |
ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
7583 |
ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
| 7343 |
fi |
7584 |
fi |
| 7344 |
done |
7585 |
done |
|
|
7586 |
rm -f conf$$subs.sh |
| 7345 |
|
7587 |
|
| 7346 |
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` |
7588 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 7347 |
if test -n "$ac_eof"; then |
7589 |
cat >>"\$tmp/subs1.awk" <<\\_ACAWK && |
| 7348 |
ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` |
|
|
| 7349 |
ac_eof=`expr $ac_eof + 1` |
| 7350 |
fi |
| 7351 |
|
| 7352 |
cat >>$CONFIG_STATUS <<_ACEOF |
| 7353 |
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof |
| 7354 |
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end |
| 7355 |
_ACEOF |
7590 |
_ACEOF |
| 7356 |
sed ' |
7591 |
sed -n ' |
| 7357 |
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g |
7592 |
h |
| 7358 |
s/^/s,@/; s/!/@,|#_!!_#|/ |
7593 |
s/^/S["/; s/!.*/"]=/ |
| 7359 |
:n |
7594 |
p |
| 7360 |
t n |
7595 |
g |
| 7361 |
s/'"$ac_delim"'$/,g/; t |
7596 |
s/^[^!]*!// |
| 7362 |
s/$/\\/; p |
7597 |
:repl |
| 7363 |
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n |
7598 |
t repl |
| 7364 |
' >>$CONFIG_STATUS <conf$$subs.sed |
7599 |
s/'"$ac_delim"'$// |
| 7365 |
rm -f conf$$subs.sed |
7600 |
t delim |
| 7366 |
cat >>$CONFIG_STATUS <<_ACEOF |
7601 |
:nl |
| 7367 |
:end |
7602 |
h |
| 7368 |
s/|#_!!_#|//g |
7603 |
s/\(.\{148\}\).*/\1/ |
| 7369 |
CEOF$ac_eof |
7604 |
t more1 |
| 7370 |
_ACEOF |
7605 |
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ |
|
|
7606 |
p |
| 7607 |
n |
| 7608 |
b repl |
| 7609 |
:more1 |
| 7610 |
s/["\\]/\\&/g; s/^/"/; s/$/"\\/ |
| 7611 |
p |
| 7612 |
g |
| 7613 |
s/.\{148\}// |
| 7614 |
t nl |
| 7615 |
:delim |
| 7616 |
h |
| 7617 |
s/\(.\{148\}\).*/\1/ |
| 7618 |
t more2 |
| 7619 |
s/["\\]/\\&/g; s/^/"/; s/$/"/ |
| 7620 |
p |
| 7621 |
b |
| 7622 |
:more2 |
| 7623 |
s/["\\]/\\&/g; s/^/"/; s/$/"\\/ |
| 7624 |
p |
| 7625 |
g |
| 7626 |
s/.\{148\}// |
| 7627 |
t delim |
| 7628 |
' <conf$$subs.awk | sed ' |
| 7629 |
/^[^""]/{ |
| 7630 |
N |
| 7631 |
s/\n// |
| 7632 |
} |
| 7633 |
' >>$CONFIG_STATUS || ac_write_fail=1 |
| 7634 |
rm -f conf$$subs.awk |
| 7635 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 7636 |
_ACAWK |
| 7637 |
cat >>"\$tmp/subs1.awk" <<_ACAWK && |
| 7638 |
for (key in S) S_is_set[key] = 1 |
| 7639 |
FS = "" |
| 7371 |
|
7640 |
|
|
|
7641 |
} |
| 7642 |
{ |
| 7643 |
line = $ 0 |
| 7644 |
nfields = split(line, field, "@") |
| 7645 |
substed = 0 |
| 7646 |
len = length(field[1]) |
| 7647 |
for (i = 2; i < nfields; i++) { |
| 7648 |
key = field[i] |
| 7649 |
keylen = length(key) |
| 7650 |
if (S_is_set[key]) { |
| 7651 |
value = S[key] |
| 7652 |
line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) |
| 7653 |
len += length(value) + length(field[++i]) |
| 7654 |
substed = 1 |
| 7655 |
} else |
| 7656 |
len += 1 + keylen |
| 7657 |
} |
| 7658 |
|
| 7659 |
print line |
| 7660 |
} |
| 7661 |
|
| 7662 |
_ACAWK |
| 7663 |
_ACEOF |
| 7664 |
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 7665 |
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
| 7666 |
sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
| 7667 |
else |
| 7668 |
cat |
| 7669 |
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
| 7670 |
|| { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 |
| 7671 |
$as_echo "$as_me: error: could not setup config files machinery" >&2;} |
| 7672 |
{ (exit 1); exit 1; }; } |
| 7673 |
_ACEOF |
| 7372 |
|
7674 |
|
| 7373 |
# VPATH may cause trouble with some makes, so we remove $(srcdir), |
7675 |
# VPATH may cause trouble with some makes, so we remove $(srcdir), |
| 7374 |
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and |
7676 |
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and |
|
Lines 7385-7403
Link Here
|
| 7385 |
}' |
7687 |
}' |
| 7386 |
fi |
7688 |
fi |
| 7387 |
|
7689 |
|
| 7388 |
cat >>$CONFIG_STATUS <<\_ACEOF |
7690 |
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 7389 |
fi # test -n "$CONFIG_FILES" |
7691 |
fi # test -n "$CONFIG_FILES" |
| 7390 |
|
7692 |
|
|
|
7693 |
# Set up the scripts for CONFIG_HEADERS section. |
| 7694 |
# No need to generate them if there are no CONFIG_HEADERS. |
| 7695 |
# This happens for instance with `./config.status Makefile'. |
| 7696 |
if test -n "$CONFIG_HEADERS"; then |
| 7697 |
cat >"$tmp/defines.awk" <<\_ACAWK || |
| 7698 |
BEGIN { |
| 7699 |
_ACEOF |
| 7391 |
|
7700 |
|
| 7392 |
for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS |
7701 |
# Transform confdefs.h into an awk script `defines.awk', embedded as |
|
|
7702 |
# here-document in config.status, that substitutes the proper values into |
| 7703 |
# config.h.in to produce config.h. |
| 7704 |
|
| 7705 |
# Create a delimiter string that does not exist in confdefs.h, to ease |
| 7706 |
# handling of long lines. |
| 7707 |
ac_delim='%!_!# ' |
| 7708 |
for ac_last_try in false false :; do |
| 7709 |
ac_t=`sed -n "/$ac_delim/p" confdefs.h` |
| 7710 |
if test -z "$ac_t"; then |
| 7711 |
break |
| 7712 |
elif $ac_last_try; then |
| 7713 |
{ { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 |
| 7714 |
$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} |
| 7715 |
{ (exit 1); exit 1; }; } |
| 7716 |
else |
| 7717 |
ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
| 7718 |
fi |
| 7719 |
done |
| 7720 |
|
| 7721 |
# For the awk script, D is an array of macro values keyed by name, |
| 7722 |
# likewise P contains macro parameters if any. Preserve backslash |
| 7723 |
# newline sequences. |
| 7724 |
|
| 7725 |
ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* |
| 7726 |
sed -n ' |
| 7727 |
s/.\{148\}/&'"$ac_delim"'/g |
| 7728 |
t rset |
| 7729 |
:rset |
| 7730 |
s/^[ ]*#[ ]*define[ ][ ]*/ / |
| 7731 |
t def |
| 7732 |
d |
| 7733 |
:def |
| 7734 |
s/\\$// |
| 7735 |
t bsnl |
| 7736 |
s/["\\]/\\&/g |
| 7737 |
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ |
| 7738 |
D["\1"]=" \3"/p |
| 7739 |
s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p |
| 7740 |
d |
| 7741 |
:bsnl |
| 7742 |
s/["\\]/\\&/g |
| 7743 |
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ |
| 7744 |
D["\1"]=" \3\\\\\\n"\\/p |
| 7745 |
t cont |
| 7746 |
s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p |
| 7747 |
t cont |
| 7748 |
d |
| 7749 |
:cont |
| 7750 |
n |
| 7751 |
s/.\{148\}/&'"$ac_delim"'/g |
| 7752 |
t clear |
| 7753 |
:clear |
| 7754 |
s/\\$// |
| 7755 |
t bsnlc |
| 7756 |
s/["\\]/\\&/g; s/^/"/; s/$/"/p |
| 7757 |
d |
| 7758 |
:bsnlc |
| 7759 |
s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p |
| 7760 |
b cont |
| 7761 |
' <confdefs.h | sed ' |
| 7762 |
s/'"$ac_delim"'/"\\\ |
| 7763 |
"/g' >>$CONFIG_STATUS || ac_write_fail=1 |
| 7764 |
|
| 7765 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 7766 |
for (key in D) D_is_set[key] = 1 |
| 7767 |
FS = "" |
| 7768 |
} |
| 7769 |
/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { |
| 7770 |
line = \$ 0 |
| 7771 |
split(line, arg, " ") |
| 7772 |
if (arg[1] == "#") { |
| 7773 |
defundef = arg[2] |
| 7774 |
mac1 = arg[3] |
| 7775 |
} else { |
| 7776 |
defundef = substr(arg[1], 2) |
| 7777 |
mac1 = arg[2] |
| 7778 |
} |
| 7779 |
split(mac1, mac2, "(") #) |
| 7780 |
macro = mac2[1] |
| 7781 |
prefix = substr(line, 1, index(line, defundef) - 1) |
| 7782 |
if (D_is_set[macro]) { |
| 7783 |
# Preserve the white space surrounding the "#". |
| 7784 |
print prefix "define", macro P[macro] D[macro] |
| 7785 |
next |
| 7786 |
} else { |
| 7787 |
# Replace #undef with comments. This is necessary, for example, |
| 7788 |
# in the case of _POSIX_SOURCE, which is predefined and required |
| 7789 |
# on some systems where configure will not decide to define it. |
| 7790 |
if (defundef == "undef") { |
| 7791 |
print "/*", prefix defundef, macro, "*/" |
| 7792 |
next |
| 7793 |
} |
| 7794 |
} |
| 7795 |
} |
| 7796 |
{ print } |
| 7797 |
_ACAWK |
| 7798 |
_ACEOF |
| 7799 |
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 7800 |
{ { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 |
| 7801 |
$as_echo "$as_me: error: could not setup config headers machinery" >&2;} |
| 7802 |
{ (exit 1); exit 1; }; } |
| 7803 |
fi # test -n "$CONFIG_HEADERS" |
| 7804 |
|
| 7805 |
|
| 7806 |
eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" |
| 7807 |
shift |
| 7808 |
for ac_tag |
| 7393 |
do |
7809 |
do |
| 7394 |
case $ac_tag in |
7810 |
case $ac_tag in |
| 7395 |
:[FHLC]) ac_mode=$ac_tag; continue;; |
7811 |
:[FHLC]) ac_mode=$ac_tag; continue;; |
| 7396 |
esac |
7812 |
esac |
| 7397 |
case $ac_mode$ac_tag in |
7813 |
case $ac_mode$ac_tag in |
| 7398 |
:[FHL]*:*);; |
7814 |
:[FHL]*:*);; |
| 7399 |
:L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 |
7815 |
:L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5 |
| 7400 |
echo "$as_me: error: Invalid tag $ac_tag." >&2;} |
7816 |
$as_echo "$as_me: error: invalid tag $ac_tag" >&2;} |
| 7401 |
{ (exit 1); exit 1; }; };; |
7817 |
{ (exit 1); exit 1; }; };; |
| 7402 |
:[FH]-) ac_tag=-:-;; |
7818 |
:[FH]-) ac_tag=-:-;; |
| 7403 |
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
7819 |
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
|
Lines 7426-7451
Link Here
|
| 7426 |
[\\/$]*) false;; |
7842 |
[\\/$]*) false;; |
| 7427 |
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
7843 |
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
| 7428 |
esac || |
7844 |
esac || |
| 7429 |
{ { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 |
7845 |
{ { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 |
| 7430 |
echo "$as_me: error: cannot find input file: $ac_f" >&2;} |
7846 |
$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} |
| 7431 |
{ (exit 1); exit 1; }; };; |
7847 |
{ (exit 1); exit 1; }; };; |
| 7432 |
esac |
7848 |
esac |
| 7433 |
ac_file_inputs="$ac_file_inputs $ac_f" |
7849 |
case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
|
|
7850 |
ac_file_inputs="$ac_file_inputs '$ac_f'" |
| 7434 |
done |
7851 |
done |
| 7435 |
|
7852 |
|
| 7436 |
# Let's still pretend it is `configure' which instantiates (i.e., don't |
7853 |
# Let's still pretend it is `configure' which instantiates (i.e., don't |
| 7437 |
# use $as_me), people would be surprised to read: |
7854 |
# use $as_me), people would be surprised to read: |
| 7438 |
# /* config.h. Generated by config.status. */ |
7855 |
# /* config.h. Generated by config.status. */ |
| 7439 |
configure_input="Generated from "`IFS=: |
7856 |
configure_input='Generated from '` |
| 7440 |
echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." |
7857 |
$as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' |
|
|
7858 |
`' by configure.' |
| 7441 |
if test x"$ac_file" != x-; then |
7859 |
if test x"$ac_file" != x-; then |
| 7442 |
configure_input="$ac_file. $configure_input" |
7860 |
configure_input="$ac_file. $configure_input" |
| 7443 |
{ echo "$as_me:$LINENO: creating $ac_file" >&5 |
7861 |
{ $as_echo "$as_me:$LINENO: creating $ac_file" >&5 |
| 7444 |
echo "$as_me: creating $ac_file" >&6;} |
7862 |
$as_echo "$as_me: creating $ac_file" >&6;} |
| 7445 |
fi |
7863 |
fi |
|
|
7864 |
# Neutralize special characters interpreted by sed in replacement strings. |
| 7865 |
case $configure_input in #( |
| 7866 |
*\&* | *\|* | *\\* ) |
| 7867 |
ac_sed_conf_input=`$as_echo "$configure_input" | |
| 7868 |
sed 's/[\\\\&|]/\\\\&/g'`;; #( |
| 7869 |
*) ac_sed_conf_input=$configure_input;; |
| 7870 |
esac |
| 7446 |
|
7871 |
|
| 7447 |
case $ac_tag in |
7872 |
case $ac_tag in |
| 7448 |
*:-:* | *:-) cat >"$tmp/stdin";; |
7873 |
*:-:* | *:-) cat >"$tmp/stdin" \ |
|
|
7874 |
|| { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
| 7875 |
$as_echo "$as_me: error: could not create $ac_file" >&2;} |
| 7876 |
{ (exit 1); exit 1; }; } ;; |
| 7449 |
esac |
7877 |
esac |
| 7450 |
;; |
7878 |
;; |
| 7451 |
esac |
7879 |
esac |
|
Lines 7455-7461
Link Here
|
| 7455 |
X"$ac_file" : 'X\(//\)[^/]' \| \ |
7883 |
X"$ac_file" : 'X\(//\)[^/]' \| \ |
| 7456 |
X"$ac_file" : 'X\(//\)$' \| \ |
7884 |
X"$ac_file" : 'X\(//\)$' \| \ |
| 7457 |
X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
7885 |
X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
| 7458 |
echo X"$ac_file" | |
7886 |
$as_echo X"$ac_file" | |
| 7459 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
7887 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
| 7460 |
s//\1/ |
7888 |
s//\1/ |
| 7461 |
q |
7889 |
q |
|
Lines 7481-7487
Link Here
|
| 7481 |
as_dirs= |
7909 |
as_dirs= |
| 7482 |
while :; do |
7910 |
while :; do |
| 7483 |
case $as_dir in #( |
7911 |
case $as_dir in #( |
| 7484 |
*\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( |
7912 |
*\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
| 7485 |
*) as_qdir=$as_dir;; |
7913 |
*) as_qdir=$as_dir;; |
| 7486 |
esac |
7914 |
esac |
| 7487 |
as_dirs="'$as_qdir' $as_dirs" |
7915 |
as_dirs="'$as_qdir' $as_dirs" |
|
Lines 7490-7496
Link Here
|
| 7490 |
X"$as_dir" : 'X\(//\)[^/]' \| \ |
7918 |
X"$as_dir" : 'X\(//\)[^/]' \| \ |
| 7491 |
X"$as_dir" : 'X\(//\)$' \| \ |
7919 |
X"$as_dir" : 'X\(//\)$' \| \ |
| 7492 |
X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
7920 |
X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
| 7493 |
echo X"$as_dir" | |
7921 |
$as_echo X"$as_dir" | |
| 7494 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
7922 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
| 7495 |
s//\1/ |
7923 |
s//\1/ |
| 7496 |
q |
7924 |
q |
|
Lines 7511-7527
Link Here
|
| 7511 |
test -d "$as_dir" && break |
7939 |
test -d "$as_dir" && break |
| 7512 |
done |
7940 |
done |
| 7513 |
test -z "$as_dirs" || eval "mkdir $as_dirs" |
7941 |
test -z "$as_dirs" || eval "mkdir $as_dirs" |
| 7514 |
} || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 |
7942 |
} || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 |
| 7515 |
echo "$as_me: error: cannot create directory $as_dir" >&2;} |
7943 |
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} |
| 7516 |
{ (exit 1); exit 1; }; }; } |
7944 |
{ (exit 1); exit 1; }; }; } |
| 7517 |
ac_builddir=. |
7945 |
ac_builddir=. |
| 7518 |
|
7946 |
|
| 7519 |
case "$ac_dir" in |
7947 |
case "$ac_dir" in |
| 7520 |
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
7948 |
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
| 7521 |
*) |
7949 |
*) |
| 7522 |
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
7950 |
ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
| 7523 |
# A ".." for each directory in $ac_dir_suffix. |
7951 |
# A ".." for each directory in $ac_dir_suffix. |
| 7524 |
ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` |
7952 |
ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
| 7525 |
case $ac_top_builddir_sub in |
7953 |
case $ac_top_builddir_sub in |
| 7526 |
"") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
7954 |
"") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
| 7527 |
*) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
7955 |
*) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
|
Lines 7566-7577
Link Here
|
| 7566 |
esac |
7994 |
esac |
| 7567 |
_ACEOF |
7995 |
_ACEOF |
| 7568 |
|
7996 |
|
| 7569 |
cat >>$CONFIG_STATUS <<\_ACEOF |
7997 |
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 7570 |
# If the template does not know about datarootdir, expand it. |
7998 |
# If the template does not know about datarootdir, expand it. |
| 7571 |
# FIXME: This hack should be removed a few years after 2.60. |
7999 |
# FIXME: This hack should be removed a few years after 2.60. |
| 7572 |
ac_datarootdir_hack=; ac_datarootdir_seen= |
8000 |
ac_datarootdir_hack=; ac_datarootdir_seen= |
| 7573 |
|
8001 |
|
| 7574 |
case `sed -n '/datarootdir/ { |
8002 |
ac_sed_dataroot=' |
|
|
8003 |
/datarootdir/ { |
| 7575 |
p |
8004 |
p |
| 7576 |
q |
8005 |
q |
| 7577 |
} |
8006 |
} |
|
Lines 7580-7592
Link Here
|
| 7580 |
/@infodir@/p |
8009 |
/@infodir@/p |
| 7581 |
/@localedir@/p |
8010 |
/@localedir@/p |
| 7582 |
/@mandir@/p |
8011 |
/@mandir@/p |
| 7583 |
' $ac_file_inputs` in |
8012 |
' |
|
|
8013 |
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in |
| 7584 |
*datarootdir*) ac_datarootdir_seen=yes;; |
8014 |
*datarootdir*) ac_datarootdir_seen=yes;; |
| 7585 |
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) |
8015 |
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) |
| 7586 |
{ echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 |
8016 |
{ $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 |
| 7587 |
echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} |
8017 |
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} |
| 7588 |
_ACEOF |
8018 |
_ACEOF |
| 7589 |
cat >>$CONFIG_STATUS <<_ACEOF |
8019 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 7590 |
ac_datarootdir_hack=' |
8020 |
ac_datarootdir_hack=' |
| 7591 |
s&@datadir@&$datadir&g |
8021 |
s&@datadir@&$datadir&g |
| 7592 |
s&@docdir@&$docdir&g |
8022 |
s&@docdir@&$docdir&g |
|
Lines 7600-7614
Link Here
|
| 7600 |
# Neutralize VPATH when `$srcdir' = `.'. |
8030 |
# Neutralize VPATH when `$srcdir' = `.'. |
| 7601 |
# Shell code in configure.ac might set extrasub. |
8031 |
# Shell code in configure.ac might set extrasub. |
| 7602 |
# FIXME: do we really want to maintain this feature? |
8032 |
# FIXME: do we really want to maintain this feature? |
| 7603 |
cat >>$CONFIG_STATUS <<_ACEOF |
8033 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 7604 |
sed "$ac_vpsub |
8034 |
ac_sed_extra="$ac_vpsub |
| 7605 |
$extrasub |
8035 |
$extrasub |
| 7606 |
_ACEOF |
8036 |
_ACEOF |
| 7607 |
cat >>$CONFIG_STATUS <<\_ACEOF |
8037 |
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 7608 |
:t |
8038 |
:t |
| 7609 |
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b |
8039 |
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b |
| 7610 |
s&@configure_input@&$configure_input&;t t |
8040 |
s|@configure_input@|$ac_sed_conf_input|;t t |
| 7611 |
s&@top_builddir@&$ac_top_builddir_sub&;t t |
8041 |
s&@top_builddir@&$ac_top_builddir_sub&;t t |
|
|
8042 |
s&@top_build_prefix@&$ac_top_build_prefix&;t t |
| 7612 |
s&@srcdir@&$ac_srcdir&;t t |
8043 |
s&@srcdir@&$ac_srcdir&;t t |
| 7613 |
s&@abs_srcdir@&$ac_abs_srcdir&;t t |
8044 |
s&@abs_srcdir@&$ac_abs_srcdir&;t t |
| 7614 |
s&@top_srcdir@&$ac_top_srcdir&;t t |
8045 |
s&@top_srcdir@&$ac_top_srcdir&;t t |
|
Lines 7619-7753
Link Here
|
| 7619 |
s&@INSTALL@&$ac_INSTALL&;t t |
8050 |
s&@INSTALL@&$ac_INSTALL&;t t |
| 7620 |
s&@MKDIR_P@&$ac_MKDIR_P&;t t |
8051 |
s&@MKDIR_P@&$ac_MKDIR_P&;t t |
| 7621 |
$ac_datarootdir_hack |
8052 |
$ac_datarootdir_hack |
| 7622 |
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out |
8053 |
" |
|
|
8054 |
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
| 8055 |
|| { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
| 8056 |
$as_echo "$as_me: error: could not create $ac_file" >&2;} |
| 8057 |
{ (exit 1); exit 1; }; } |
| 7623 |
|
8058 |
|
| 7624 |
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
8059 |
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
| 7625 |
{ ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
8060 |
{ ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
| 7626 |
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
8061 |
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
| 7627 |
{ echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
8062 |
{ $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 7628 |
which seems to be undefined. Please make sure it is defined." >&5 |
8063 |
which seems to be undefined. Please make sure it is defined." >&5 |
| 7629 |
echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
8064 |
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 7630 |
which seems to be undefined. Please make sure it is defined." >&2;} |
8065 |
which seems to be undefined. Please make sure it is defined." >&2;} |
| 7631 |
|
8066 |
|
| 7632 |
rm -f "$tmp/stdin" |
8067 |
rm -f "$tmp/stdin" |
| 7633 |
case $ac_file in |
8068 |
case $ac_file in |
| 7634 |
-) cat "$tmp/out"; rm -f "$tmp/out";; |
8069 |
-) cat "$tmp/out" && rm -f "$tmp/out";; |
| 7635 |
*) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; |
8070 |
*) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
| 7636 |
esac |
8071 |
esac \ |
|
|
8072 |
|| { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
| 8073 |
$as_echo "$as_me: error: could not create $ac_file" >&2;} |
| 8074 |
{ (exit 1); exit 1; }; } |
| 7637 |
;; |
8075 |
;; |
| 7638 |
:H) |
8076 |
:H) |
| 7639 |
# |
8077 |
# |
| 7640 |
# CONFIG_HEADER |
8078 |
# CONFIG_HEADER |
| 7641 |
# |
8079 |
# |
| 7642 |
_ACEOF |
|
|
| 7643 |
|
| 7644 |
# Transform confdefs.h into a sed script `conftest.defines', that |
| 7645 |
# substitutes the proper values into config.h.in to produce config.h. |
| 7646 |
rm -f conftest.defines conftest.tail |
| 7647 |
# First, append a space to every undef/define line, to ease matching. |
| 7648 |
echo 's/$/ /' >conftest.defines |
| 7649 |
# Then, protect against being on the right side of a sed subst, or in |
| 7650 |
# an unquoted here document, in config.status. If some macros were |
| 7651 |
# called several times there might be several #defines for the same |
| 7652 |
# symbol, which is useless. But do not sort them, since the last |
| 7653 |
# AC_DEFINE must be honored. |
| 7654 |
ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* |
| 7655 |
# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where |
| 7656 |
# NAME is the cpp macro being defined, VALUE is the value it is being given. |
| 7657 |
# PARAMS is the parameter list in the macro definition--in most cases, it's |
| 7658 |
# just an empty string. |
| 7659 |
ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' |
| 7660 |
ac_dB='\\)[ (].*,\\1define\\2' |
| 7661 |
ac_dC=' ' |
| 7662 |
ac_dD=' ,' |
| 7663 |
|
| 7664 |
uniq confdefs.h | |
| 7665 |
sed -n ' |
| 7666 |
t rset |
| 7667 |
:rset |
| 7668 |
s/^[ ]*#[ ]*define[ ][ ]*// |
| 7669 |
t ok |
| 7670 |
d |
| 7671 |
:ok |
| 7672 |
s/[\\&,]/\\&/g |
| 7673 |
s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p |
| 7674 |
s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p |
| 7675 |
' >>conftest.defines |
| 7676 |
|
| 7677 |
# Remove the space that was appended to ease matching. |
| 7678 |
# Then replace #undef with comments. This is necessary, for |
| 7679 |
# example, in the case of _POSIX_SOURCE, which is predefined and required |
| 7680 |
# on some systems where configure will not decide to define it. |
| 7681 |
# (The regexp can be short, since the line contains either #define or #undef.) |
| 7682 |
echo 's/ $// |
| 7683 |
s,^[ #]*u.*,/* & */,' >>conftest.defines |
| 7684 |
|
| 7685 |
# Break up conftest.defines: |
| 7686 |
ac_max_sed_lines=50 |
| 7687 |
|
| 7688 |
# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" |
| 7689 |
# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" |
| 7690 |
# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" |
| 7691 |
# et cetera. |
| 7692 |
ac_in='$ac_file_inputs' |
| 7693 |
ac_out='"$tmp/out1"' |
| 7694 |
ac_nxt='"$tmp/out2"' |
| 7695 |
|
| 7696 |
while : |
| 7697 |
do |
| 7698 |
# Write a here document: |
| 7699 |
cat >>$CONFIG_STATUS <<_ACEOF |
| 7700 |
# First, check the format of the line: |
| 7701 |
cat >"\$tmp/defines.sed" <<\\CEOF |
| 7702 |
/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def |
| 7703 |
/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def |
| 7704 |
b |
| 7705 |
:def |
| 7706 |
_ACEOF |
| 7707 |
sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS |
| 7708 |
echo 'CEOF |
| 7709 |
sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS |
| 7710 |
ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in |
| 7711 |
sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail |
| 7712 |
grep . conftest.tail >/dev/null || break |
| 7713 |
rm -f conftest.defines |
| 7714 |
mv conftest.tail conftest.defines |
| 7715 |
done |
| 7716 |
rm -f conftest.defines conftest.tail |
| 7717 |
|
| 7718 |
echo "ac_result=$ac_in" >>$CONFIG_STATUS |
| 7719 |
cat >>$CONFIG_STATUS <<\_ACEOF |
| 7720 |
if test x"$ac_file" != x-; then |
8080 |
if test x"$ac_file" != x-; then |
| 7721 |
echo "/* $configure_input */" >"$tmp/config.h" |
8081 |
{ |
| 7722 |
cat "$ac_result" >>"$tmp/config.h" |
8082 |
$as_echo "/* $configure_input */" \ |
| 7723 |
if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then |
8083 |
&& eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
| 7724 |
{ echo "$as_me:$LINENO: $ac_file is unchanged" >&5 |
8084 |
} >"$tmp/config.h" \ |
| 7725 |
echo "$as_me: $ac_file is unchanged" >&6;} |
8085 |
|| { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
|
|
8086 |
$as_echo "$as_me: error: could not create $ac_file" >&2;} |
| 8087 |
{ (exit 1); exit 1; }; } |
| 8088 |
if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
| 8089 |
{ $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 |
| 8090 |
$as_echo "$as_me: $ac_file is unchanged" >&6;} |
| 7726 |
else |
8091 |
else |
| 7727 |
rm -f $ac_file |
8092 |
rm -f "$ac_file" |
| 7728 |
mv "$tmp/config.h" $ac_file |
8093 |
mv "$tmp/config.h" "$ac_file" \ |
|
|
8094 |
|| { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
| 8095 |
$as_echo "$as_me: error: could not create $ac_file" >&2;} |
| 8096 |
{ (exit 1); exit 1; }; } |
| 7729 |
fi |
8097 |
fi |
| 7730 |
else |
8098 |
else |
| 7731 |
echo "/* $configure_input */" |
8099 |
$as_echo "/* $configure_input */" \ |
| 7732 |
cat "$ac_result" |
8100 |
&& eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
|
|
8101 |
|| { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 |
| 8102 |
$as_echo "$as_me: error: could not create -" >&2;} |
| 8103 |
{ (exit 1); exit 1; }; } |
| 7733 |
fi |
8104 |
fi |
| 7734 |
rm -f "$tmp/out12" |
8105 |
# Compute "$ac_file"'s index in $config_headers. |
| 7735 |
# Compute $ac_file's index in $config_headers. |
8106 |
_am_arg="$ac_file" |
| 7736 |
_am_stamp_count=1 |
8107 |
_am_stamp_count=1 |
| 7737 |
for _am_header in $config_headers :; do |
8108 |
for _am_header in $config_headers :; do |
| 7738 |
case $_am_header in |
8109 |
case $_am_header in |
| 7739 |
$ac_file | $ac_file:* ) |
8110 |
$_am_arg | $_am_arg:* ) |
| 7740 |
break ;; |
8111 |
break ;; |
| 7741 |
* ) |
8112 |
* ) |
| 7742 |
_am_stamp_count=`expr $_am_stamp_count + 1` ;; |
8113 |
_am_stamp_count=`expr $_am_stamp_count + 1` ;; |
| 7743 |
esac |
8114 |
esac |
| 7744 |
done |
8115 |
done |
| 7745 |
echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || |
8116 |
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || |
| 7746 |
$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
8117 |
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 7747 |
X$ac_file : 'X\(//\)[^/]' \| \ |
8118 |
X"$_am_arg" : 'X\(//\)[^/]' \| \ |
| 7748 |
X$ac_file : 'X\(//\)$' \| \ |
8119 |
X"$_am_arg" : 'X\(//\)$' \| \ |
| 7749 |
X$ac_file : 'X\(/\)' \| . 2>/dev/null || |
8120 |
X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || |
| 7750 |
echo X$ac_file | |
8121 |
$as_echo X"$_am_arg" | |
| 7751 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
8122 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
| 7752 |
s//\1/ |
8123 |
s//\1/ |
| 7753 |
q |
8124 |
q |
|
Lines 7767-7796
Link Here
|
| 7767 |
s/.*/./; q'`/stamp-h$_am_stamp_count |
8138 |
s/.*/./; q'`/stamp-h$_am_stamp_count |
| 7768 |
;; |
8139 |
;; |
| 7769 |
|
8140 |
|
| 7770 |
:C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 |
8141 |
:C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 |
| 7771 |
echo "$as_me: executing $ac_file commands" >&6;} |
8142 |
$as_echo "$as_me: executing $ac_file commands" >&6;} |
| 7772 |
;; |
8143 |
;; |
| 7773 |
esac |
8144 |
esac |
| 7774 |
|
8145 |
|
| 7775 |
|
8146 |
|
| 7776 |
case $ac_file$ac_mode in |
8147 |
case $ac_file$ac_mode in |
| 7777 |
"depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do |
8148 |
"depfiles":C) test x"$AMDEP_TRUE" != x"" || { |
| 7778 |
# Strip MF so we end up with the name of the file. |
8149 |
# Autoconf 2.62 quotes --file arguments for eval, but not when files |
| 7779 |
mf=`echo "$mf" | sed -e 's/:.*$//'` |
8150 |
# are listed without --file. Let's play safe and only enable the eval |
| 7780 |
# Check whether this is an Automake generated Makefile or not. |
8151 |
# if we detect the quoting. |
| 7781 |
# We used to match only the files named `Makefile.in', but |
8152 |
case $CONFIG_FILES in |
| 7782 |
# some people rename them; so instead we look at the file content. |
8153 |
*\'*) eval set x "$CONFIG_FILES" ;; |
| 7783 |
# Grep'ing the first line is not enough: some people post-process |
8154 |
*) set x $CONFIG_FILES ;; |
| 7784 |
# each Makefile.in and add a new line on top of each file to say so. |
8155 |
esac |
| 7785 |
# Grep'ing the whole file is not good either: AIX grep has a line |
8156 |
shift |
| 7786 |
# limit of 2048, but all sed's we know have understand at least 4000. |
8157 |
for mf |
| 7787 |
if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then |
8158 |
do |
| 7788 |
dirpart=`$as_dirname -- "$mf" || |
8159 |
# Strip MF so we end up with the name of the file. |
|
|
8160 |
mf=`echo "$mf" | sed -e 's/:.*$//'` |
| 8161 |
# Check whether this is an Automake generated Makefile or not. |
| 8162 |
# We used to match only the files named `Makefile.in', but |
| 8163 |
# some people rename them; so instead we look at the file content. |
| 8164 |
# Grep'ing the first line is not enough: some people post-process |
| 8165 |
# each Makefile.in and add a new line on top of each file to say so. |
| 8166 |
# Grep'ing the whole file is not good either: AIX grep has a line |
| 8167 |
# limit of 2048, but all sed's we know have understand at least 4000. |
| 8168 |
if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then |
| 8169 |
dirpart=`$as_dirname -- "$mf" || |
| 7789 |
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
8170 |
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 7790 |
X"$mf" : 'X\(//\)[^/]' \| \ |
8171 |
X"$mf" : 'X\(//\)[^/]' \| \ |
| 7791 |
X"$mf" : 'X\(//\)$' \| \ |
8172 |
X"$mf" : 'X\(//\)$' \| \ |
| 7792 |
X"$mf" : 'X\(/\)' \| . 2>/dev/null || |
8173 |
X"$mf" : 'X\(/\)' \| . 2>/dev/null || |
| 7793 |
echo X"$mf" | |
8174 |
$as_echo X"$mf" | |
| 7794 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
8175 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
| 7795 |
s//\1/ |
8176 |
s//\1/ |
| 7796 |
q |
8177 |
q |
|
Lines 7808-7840
Link Here
|
| 7808 |
q |
8189 |
q |
| 7809 |
} |
8190 |
} |
| 7810 |
s/.*/./; q'` |
8191 |
s/.*/./; q'` |
| 7811 |
else |
8192 |
else |
| 7812 |
continue |
8193 |
continue |
| 7813 |
fi |
8194 |
fi |
| 7814 |
# Extract the definition of DEPDIR, am__include, and am__quote |
8195 |
# Extract the definition of DEPDIR, am__include, and am__quote |
| 7815 |
# from the Makefile without running `make'. |
8196 |
# from the Makefile without running `make'. |
| 7816 |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
8197 |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 7817 |
test -z "$DEPDIR" && continue |
8198 |
test -z "$DEPDIR" && continue |
| 7818 |
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
8199 |
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 7819 |
test -z "am__include" && continue |
8200 |
test -z "am__include" && continue |
| 7820 |
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
8201 |
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
| 7821 |
# When using ansi2knr, U may be empty or an underscore; expand it |
8202 |
# When using ansi2knr, U may be empty or an underscore; expand it |
| 7822 |
U=`sed -n 's/^U = //p' < "$mf"` |
8203 |
U=`sed -n 's/^U = //p' < "$mf"` |
| 7823 |
# Find all dependency output files, they are included files with |
8204 |
# Find all dependency output files, they are included files with |
| 7824 |
# $(DEPDIR) in their names. We invoke sed twice because it is the |
8205 |
# $(DEPDIR) in their names. We invoke sed twice because it is the |
| 7825 |
# simplest approach to changing $(DEPDIR) to its actual value in the |
8206 |
# simplest approach to changing $(DEPDIR) to its actual value in the |
| 7826 |
# expansion. |
8207 |
# expansion. |
| 7827 |
for file in `sed -n " |
8208 |
for file in `sed -n " |
| 7828 |
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
8209 |
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
| 7829 |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
8210 |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
| 7830 |
# Make sure the directory exists. |
8211 |
# Make sure the directory exists. |
| 7831 |
test -f "$dirpart/$file" && continue |
8212 |
test -f "$dirpart/$file" && continue |
| 7832 |
fdir=`$as_dirname -- "$file" || |
8213 |
fdir=`$as_dirname -- "$file" || |
| 7833 |
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
8214 |
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 7834 |
X"$file" : 'X\(//\)[^/]' \| \ |
8215 |
X"$file" : 'X\(//\)[^/]' \| \ |
| 7835 |
X"$file" : 'X\(//\)$' \| \ |
8216 |
X"$file" : 'X\(//\)$' \| \ |
| 7836 |
X"$file" : 'X\(/\)' \| . 2>/dev/null || |
8217 |
X"$file" : 'X\(/\)' \| . 2>/dev/null || |
| 7837 |
echo X"$file" | |
8218 |
$as_echo X"$file" | |
| 7838 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
8219 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
| 7839 |
s//\1/ |
8220 |
s//\1/ |
| 7840 |
q |
8221 |
q |
|
Lines 7852-7858
Link Here
|
| 7852 |
q |
8233 |
q |
| 7853 |
} |
8234 |
} |
| 7854 |
s/.*/./; q'` |
8235 |
s/.*/./; q'` |
| 7855 |
{ as_dir=$dirpart/$fdir |
8236 |
{ as_dir=$dirpart/$fdir |
| 7856 |
case $as_dir in #( |
8237 |
case $as_dir in #( |
| 7857 |
-*) as_dir=./$as_dir;; |
8238 |
-*) as_dir=./$as_dir;; |
| 7858 |
esac |
8239 |
esac |
|
Lines 7860-7866
Link Here
|
| 7860 |
as_dirs= |
8241 |
as_dirs= |
| 7861 |
while :; do |
8242 |
while :; do |
| 7862 |
case $as_dir in #( |
8243 |
case $as_dir in #( |
| 7863 |
*\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( |
8244 |
*\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
| 7864 |
*) as_qdir=$as_dir;; |
8245 |
*) as_qdir=$as_dir;; |
| 7865 |
esac |
8246 |
esac |
| 7866 |
as_dirs="'$as_qdir' $as_dirs" |
8247 |
as_dirs="'$as_qdir' $as_dirs" |
|
Lines 7869-7875
Link Here
|
| 7869 |
X"$as_dir" : 'X\(//\)[^/]' \| \ |
8250 |
X"$as_dir" : 'X\(//\)[^/]' \| \ |
| 7870 |
X"$as_dir" : 'X\(//\)$' \| \ |
8251 |
X"$as_dir" : 'X\(//\)$' \| \ |
| 7871 |
X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
8252 |
X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
| 7872 |
echo X"$as_dir" | |
8253 |
$as_echo X"$as_dir" | |
| 7873 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
8254 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
| 7874 |
s//\1/ |
8255 |
s//\1/ |
| 7875 |
q |
8256 |
q |
|
Lines 7890-7902
Link Here
|
| 7890 |
test -d "$as_dir" && break |
8271 |
test -d "$as_dir" && break |
| 7891 |
done |
8272 |
done |
| 7892 |
test -z "$as_dirs" || eval "mkdir $as_dirs" |
8273 |
test -z "$as_dirs" || eval "mkdir $as_dirs" |
| 7893 |
} || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 |
8274 |
} || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 |
| 7894 |
echo "$as_me: error: cannot create directory $as_dir" >&2;} |
8275 |
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} |
| 7895 |
{ (exit 1); exit 1; }; }; } |
8276 |
{ (exit 1); exit 1; }; }; } |
| 7896 |
# echo "creating $dirpart/$file" |
8277 |
# echo "creating $dirpart/$file" |
| 7897 |
echo '# dummy' > "$dirpart/$file" |
8278 |
echo '# dummy' > "$dirpart/$file" |
|
|
8279 |
done |
| 7898 |
done |
8280 |
done |
| 7899 |
done |
8281 |
} |
| 7900 |
;; |
8282 |
;; |
| 7901 |
|
8283 |
|
| 7902 |
esac |
8284 |
esac |
|
Lines 7907-7912
Link Here
|
| 7907 |
_ACEOF |
8289 |
_ACEOF |
| 7908 |
chmod +x $CONFIG_STATUS |
8290 |
chmod +x $CONFIG_STATUS |
| 7909 |
ac_clean_files=$ac_clean_files_save |
8291 |
ac_clean_files=$ac_clean_files_save |
|
|
8292 |
|
| 8293 |
test $ac_write_fail = 0 || |
| 8294 |
{ { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 |
| 8295 |
$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} |
| 8296 |
{ (exit 1); exit 1; }; } |
| 7910 |
|
8297 |
|
| 7911 |
|
8298 |
|
| 7912 |
# configure is writing to config.log, and then calls config.status. |
8299 |
# configure is writing to config.log, and then calls config.status. |
|
Lines 7929-7932
Link Here
|
| 7929 |
# would make configure fail if this is the last instruction. |
8316 |
# would make configure fail if this is the last instruction. |
| 7930 |
$ac_cs_success || { (exit 1); exit 1; } |
8317 |
$ac_cs_success || { (exit 1); exit 1; } |
| 7931 |
fi |
8318 |
fi |
|
|
8319 |
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
| 8320 |
{ $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |
| 8321 |
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
| 8322 |
fi |
| 7932 |
|
8323 |
|