Subversion Repositories public

Rev

Rev 212 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 212 Rev 216
Line 1... Line 1...
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.
3
# Generated by GNU Autoconf 2.63.
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
## --------------------- ##
10
## M4sh Initialization.  ##
10
## M4sh Initialization.  ##
11
## --------------------- ##
11
## --------------------- ##
Line 13... Line 13...
13
# Be more Bourne compatible
13
# Be more Bourne compatible
14
DUALCASE=1; export DUALCASE # for MKS sh
14
DUALCASE=1; export DUALCASE # for MKS sh
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
22
else
22
else
23
  case `(set -o) 2>/dev/null` in
23
  case `(set -o) 2>/dev/null` in
Line 35... Line 35...
35
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
35
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
36
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
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
-
 
43
  echo  "exit 0"   >>conf$$.sh
-
 
44
  chmod +x conf$$.sh
74
  PATH_SEPARATOR=:
45
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
75
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
46
    PATH_SEPARATOR=';'
76
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
47
  else
-
 
48
    PATH_SEPARATOR=:
77
      PATH_SEPARATOR=';'
49
  fi
78
  }
50
  rm -f conf$$.sh
-
 
51
fi
79
fi
52
 
80
 
53
# Support unset when possible.
81
# Support unset when possible.
54
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
82
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55
  as_unset=unset
83
  as_unset=unset
Line 61... Line 89...
61
# IFS
89
# IFS
62
# We need space, tab and new line, in precisely that order.  Quoting is
90
# We need space, tab and new line, in precisely that order.  Quoting is
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.
71
case $0 in
97
case $0 in
72
  *[\\/]* ) as_myself=$0 ;;
98
  *[\\/]* ) as_myself=$0 ;;
Line 85... Line 111...
85
# in which case we are not to be found in the path.
111
# in which case we are not to be found in the path.
86
if test "x$as_myself" = x; then
112
if test "x$as_myself" = x; then
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
 
94
# Work around bugs in pre-3.0 UWIN ksh.
120
# Work around bugs in pre-3.0 UWIN ksh.
95
for as_var in ENV MAIL MAILPATH
121
for as_var in ENV MAIL MAILPATH
Line 98... Line 124...
98
PS1='$ '
124
PS1='$ '
99
PS2='> '
125
PS2='> '
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 \
-
 
105
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
-
 
106
  LC_TELEPHONE LC_TIME
130
export LC_ALL
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
131
LANGUAGE=C
111
    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-
 
112
  fi
-
 
113
done
132
export LANGUAGE
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 &&
117
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
136
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
118
  as_expr=expr
137
  as_expr=expr
Line 130... Line 149...
130
# Name of the executable.
149
# Name of the executable.
131
as_me=`$as_basename -- "$0" ||
150
as_me=`$as_basename -- "$0" ||
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
139
	  }
158
	  }
140
	  /^X\/\(\/\/\)$/{
159
	  /^X\/\(\/\/\)$/{
Line 156... Line 175...
156
  as_have_required=yes
175
  as_have_required=yes
157
else
176
else
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
}
165
as_func_success () {
184
as_func_success () {
166
  as_func_return 0
185
  as_func_return 0
Line 238... Line 257...
238
	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
257
	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
239
		{ ("$as_shell") 2> /dev/null <<\_ASEOF
258
		{ ("$as_shell") 2> /dev/null <<\_ASEOF
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
247
else
266
else
248
  case `(set -o) 2>/dev/null` in
267
  case `(set -o) 2>/dev/null` in
Line 259... Line 278...
259
	       as_have_required=yes
278
	       as_have_required=yes
260
	       if { "$as_shell" 2> /dev/null <<\_ASEOF
279
	       if { "$as_shell" 2> /dev/null <<\_ASEOF
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
268
else
287
else
269
  case `(set -o) 2>/dev/null` in
288
  case `(set -o) 2>/dev/null` in
Line 339... Line 358...
339
 
358
 
340
      done
359
      done
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
 
351
    if test $as_have_required = no; then
370
    if test $as_have_required = no; then
352
  echo This script requires a shell more modern than all the
371
  echo This script requires a shell more modern than all the
Line 411... Line 430...
411
  echo positional parameters were not saved.
430
  echo positional parameters were not saved.
412
fi
431
fi
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
 
422
 
442
 
423
  as_lineno_1=$LINENO
443
  as_lineno_1=$LINENO
Line 449... Line 469...
449
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
469
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450
      t loop
470
      t loop
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
458
  # (the dirname of $[0] is not the place where we might find the
478
  # (the dirname of $[0] is not the place where we might find the
459
  # original and so on.  Autoconf is especially sensitive to this).
479
  # original and so on.  Autoconf is especially sensitive to this).
Line 477... Line 497...
477
  *)   ECHO_C='\c';;
497
  *)   ECHO_C='\c';;
478
  esac;;
498
  esac;;
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
486
else
505
else
487
  as_expr=false
506
  as_expr=false
Line 490... Line 509...
490
rm -f conf$$ conf$$.exe conf$$.file
509
rm -f conf$$ conf$$.exe conf$$.file
491
if test -d conf$$.dir; then
510
if test -d conf$$.dir; then
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
-
 
507
  as_ln_s=ln
529
  fi
508
else
530
else
509
  as_ln_s='cp -p'
531
  as_ln_s='cp -p'
510
fi
532
fi
511
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
533
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512
rmdir conf$$.dir 2>/dev/null
534
rmdir conf$$.dir 2>/dev/null
Line 527... Line 549...
527
    as_ls_L_option=
549
    as_ls_L_option=
528
  fi
550
  fi
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
539
    '\'' sh
561
    '\'' sh
540
  '
562
  '
Line 766... Line 788...
766
#endif
788
#endif
767
#ifdef HAVE_UNISTD_H
789
#ifdef HAVE_UNISTD_H
768
# include <unistd.h>
790
# include <unistd.h>
769
#endif"
791
#endif"
770
 
792
 
771
ac_subst_vars='SHELL
793
ac_subst_vars='LTLIBOBJS
772
PATH_SEPARATOR
-
 
773
PACKAGE_NAME
-
 
774
PACKAGE_TARNAME
-
 
775
PACKAGE_VERSION
-
 
776
PACKAGE_STRING
-
 
777
PACKAGE_BUGREPORT
-
 
778
exec_prefix
-
 
779
prefix
-
 
780
program_transform_name
-
 
781
bindir
-
 
782
sbindir
-
 
783
libexecdir
-
 
784
datarootdir
-
 
785
datadir
-
 
786
sysconfdir
-
 
787
sharedstatedir
-
 
788
localstatedir
-
 
789
includedir
-
 
790
oldincludedir
-
 
791
docdir
-
 
792
infodir
-
 
793
htmldir
-
 
794
dvidir
-
 
795
pdfdir
-
 
796
psdir
-
 
797
libdir
-
 
798
localedir
-
 
799
mandir
-
 
800
DEFS
-
 
801
ECHO_C
-
 
802
ECHO_N
-
 
803
ECHO_T
-
 
804
LIBS
-
 
805
build_alias
-
 
806
host_alias
-
 
807
target_alias
-
 
808
build
-
 
809
build_cpu
-
 
810
build_vendor
-
 
811
build_os
-
 
812
host
-
 
813
host_cpu
-
 
814
host_vendor
-
 
815
host_os
-
 
816
target
-
 
817
target_cpu
-
 
818
target_vendor
-
 
819
target_os
-
 
820
INSTALL_PROGRAM
-
 
821
INSTALL_SCRIPT
-
 
822
INSTALL_DATA
-
 
823
CYGPATH_W
-
 
824
PACKAGE
-
 
825
VERSION
-
 
826
ACLOCAL
-
 
827
AUTOCONF
-
 
828
AUTOMAKE
-
 
829
AUTOHEADER
-
 
830
MAKEINFO
-
 
831
install_sh
-
 
832
STRIP
-
 
833
INSTALL_STRIP_PROGRAM
-
 
834
mkdir_p
-
 
835
AWK
-
 
836
SET_MAKE
-
 
837
am__leading_dot
-
 
838
AMTAR
-
 
839
am__tar
-
 
840
am__untar
-
 
841
KDECONFIG
-
 
842
kde_libs_prefix
-
 
843
kde_libs_htmldir
-
 
844
CONF_FILES
-
 
845
CC
-
 
846
CFLAGS
-
 
847
LDFLAGS
-
 
848
CPPFLAGS
-
 
849
ac_ct_CC
-
 
850
EXEEXT
-
 
851
OBJEXT
-
 
852
DEPDIR
-
 
853
am__include
-
 
854
am__quote
-
 
855
AMDEP_TRUE
-
 
856
AMDEP_FALSE
-
 
857
AMDEPBACKSLASH
-
 
858
CCDEPMODE
-
 
859
am__fastdepCC_TRUE
-
 
860
am__fastdepCC_FALSE
-
 
861
CPP
-
 
862
CXX
-
 
863
CXXFLAGS
-
 
864
ac_ct_CXX
-
 
865
CXXDEPMODE
-
 
866
am__fastdepCXX_TRUE
-
 
867
am__fastdepCXX_FALSE
-
 
868
WOVERLOADED_VIRTUAL
-
 
869
HAVE_GCC_VISIBILITY
-
 
870
unsermake_enable_pch_TRUE
-
 
871
unsermake_enable_pch_FALSE
-
 
872
USE_EXCEPTIONS
-
 
873
USE_RTTI
-
 
874
CXXCPP
-
 
875
NOOPT_CXXFLAGS
-
 
876
NOOPT_CFLAGS
-
 
877
ENABLE_PERMISSIVE_FLAG
-
 
878
LDFLAGS_AS_NEEDED
-
 
879
LDFLAGS_NEW_DTAGS
-
 
880
KDE_USE_FINAL_TRUE
-
 
881
KDE_USE_FINAL_FALSE
-
 
882
KDE_USE_CLOSURE_TRUE
-
 
883
KDE_USE_CLOSURE_FALSE
-
 
884
KDE_NO_UNDEFINED
-
 
885
KDE_USE_NMCHECK_TRUE
-
 
886
KDE_USE_NMCHECK_FALSE
-
 
887
GREP
-
 
888
EGREP
-
 
889
LN_S
-
 
890
ECHO
-
 
891
AR
-
 
892
RANLIB
-
 
893
F77
-
 
894
FFLAGS
-
 
895
ac_ct_F77
-
 
896
LIBTOOL
-
 
897
KDE_PLUGIN
-
 
898
KDE_CHECK_PLUGIN
-
 
899
MSGFMT
-
 
900
GMSGFMT
-
 
901
XGETTEXT
-
 
902
LIBUTIL
-
 
903
LIBCOMPAT
-
 
904
LIBCRYPT
-
 
905
LIBRESOLV
-
 
906
LIB_POLL
-
 
907
FRAMEWORK_COREAUDIO
-
 
908
LIBSOCKET
-
 
909
X_EXTRA_LIBS
-
 
910
LIBUCB
-
 
911
LIBDL
-
 
912
KDE_USE_FPIE
-
 
913
KDE_USE_PIE
-
 
914
include_x11_TRUE
-
 
915
include_x11_FALSE
-
 
916
XMKMF
-
 
917
X_PRE_LIBS
-
 
918
LIB_X11
-
 
919
LIB_XRENDER
-
 
920
LIBSM
-
 
921
X_INCLUDES
-
 
922
X_LDFLAGS
-
 
923
x_includes
-
 
924
x_libraries
-
 
925
QTE_NORTTI
-
 
926
LIB_XEXT
-
 
927
LIBPTHREAD
-
 
928
USE_THREADS
-
 
929
KDE_MT_LDFLAGS
-
 
930
KDE_MT_LIBS
-
 
931
USER_INCLUDES
-
 
932
USER_LDFLAGS
-
 
933
LIBZ
-
 
934
LIBPNG
-
 
935
LIBJPEG
-
 
936
qt_libraries
-
 
937
qt_includes
-
 
938
QT_INCLUDES
-
 
939
QT_LDFLAGS
-
 
940
PERL
-
 
941
MOC
-
 
942
UIC
-
 
943
UIC_TR
-
 
944
LIB_QT
-
 
945
LIB_QPE
-
 
946
kde_qtver
-
 
947
KDE_EXTRA_RPATH
-
 
948
KDE_RPATH
-
 
949
X_RPATH
-
 
950
kde_libraries
-
 
951
kde_includes
-
 
952
KDE_LDFLAGS
-
 
953
KDE_INCLUDES
-
 
954
all_includes
-
 
955
all_libraries
-
 
956
AUTODIRS
-
 
957
include_ARTS_TRUE
-
 
958
include_ARTS_FALSE
-
 
959
MAKEKDEWIDGETS
-
 
960
KCONFIG_COMPILER
-
 
961
KCFG_DEPENDENCIES
-
 
962
DCOPIDLNG
-
 
963
DCOPIDL
-
 
964
DCOPIDL2CPP
-
 
965
DCOP_DEPENDENCIES
-
 
966
MCOPIDL
-
 
967
ARTSCCONFIG
-
 
968
MEINPROC
-
 
969
KDE_XSL_STYLESHEET
-
 
970
XMLLINT
-
 
971
kde_htmldir
-
 
972
kde_appsdir
-
 
973
kde_icondir
-
 
974
kde_sounddir
-
 
975
kde_datadir
-
 
976
kde_locale
-
 
977
kde_confdir
-
 
978
kde_kcfgdir
-
 
979
kde_mimedir
-
 
980
kde_wallpaperdir
-
 
981
kde_bindir
-
 
982
xdg_appsdir
-
 
983
xdg_menudir
-
 
984
xdg_directorydir
-
 
985
kde_templatesdir
-
 
986
kde_servicesdir
-
 
987
kde_servicetypesdir
-
 
988
kde_moduledir
-
 
989
kdeinitdir
-
 
990
kde_styledir
-
 
991
kde_widgetdir
-
 
992
LIB_KDED
-
 
993
LIB_KDECORE
-
 
994
LIB_KDEUI
-
 
995
LIB_KIO
-
 
996
LIB_KJS
-
 
997
LIB_SMB
-
 
998
LIB_KAB
-
 
999
LIB_KABC
-
 
1000
LIB_KHTML
-
 
1001
LIB_KSPELL
-
 
1002
LIB_KPARTS
-
 
1003
LIB_KDEPRINT
-
 
1004
LIB_KUTILS
-
 
1005
LIB_KDEPIM
-
 
1006
LIB_KIMPROXY
-
 
1007
LIB_KNEWSTUFF
-
 
1008
LIB_KDNSSD
-
 
1009
LIB_KUNITTEST
-
 
1010
LIB_KSYCOCA
-
 
1011
LIB_KFILE
-
 
1012
LIB_KFM
-
 
1013
TOPSUBDIRS
-
 
1014
LIBOBJS
794
LIBOBJS
-
 
795
TOPSUBDIRS
-
 
796
LIB_KFM
-
 
797
LIB_KFILE
-
 
798
LIB_KSYCOCA
-
 
799
LIB_KUNITTEST
-
 
800
LIB_KDNSSD
-
 
801
LIB_KNEWSTUFF
-
 
802
LIB_KIMPROXY
-
 
803
LIB_KDEPIM
-
 
804
LIB_KUTILS
-
 
805
LIB_KDEPRINT
-
 
806
LIB_KPARTS
-
 
807
LIB_KSPELL
-
 
808
LIB_KHTML
-
 
809
LIB_KABC
-
 
810
LIB_KAB
-
 
811
LIB_SMB
1015
LTLIBOBJS'
812
LIB_KJS
-
 
813
LIB_KIO
-
 
814
LIB_KDEUI
-
 
815
LIB_KDECORE
-
 
816
LIB_KDED
-
 
817
kde_widgetdir
-
 
818
kde_styledir
-
 
819
kdeinitdir
-
 
820
kde_moduledir
-
 
821
kde_servicetypesdir
-
 
822
kde_servicesdir
-
 
823
kde_templatesdir
-
 
824
xdg_directorydir
-
 
825
xdg_menudir
-
 
826
xdg_appsdir
-
 
827
kde_bindir
-
 
828
kde_wallpaperdir
-
 
829
kde_mimedir
-
 
830
kde_kcfgdir
-
 
831
kde_confdir
-
 
832
kde_locale
-
 
833
kde_datadir
-
 
834
kde_sounddir
-
 
835
kde_icondir
-
 
836
kde_appsdir
-
 
837
kde_htmldir
-
 
838
XMLLINT
-
 
839
KDE_XSL_STYLESHEET
-
 
840
MEINPROC
-
 
841
ARTSCCONFIG
-
 
842
MCOPIDL
-
 
843
DCOP_DEPENDENCIES
-
 
844
DCOPIDL2CPP
-
 
845
DCOPIDL
-
 
846
DCOPIDLNG
-
 
847
KCFG_DEPENDENCIES
-
 
848
KCONFIG_COMPILER
-
 
849
MAKEKDEWIDGETS
-
 
850
include_ARTS_FALSE
-
 
851
include_ARTS_TRUE
-
 
852
AUTODIRS
-
 
853
all_libraries
-
 
854
all_includes
-
 
855
KDE_INCLUDES
-
 
856
KDE_LDFLAGS
-
 
857
kde_includes
-
 
858
kde_libraries
-
 
859
X_RPATH
-
 
860
KDE_RPATH
-
 
861
KDE_EXTRA_RPATH
-
 
862
kde_qtver
-
 
863
LIB_QPE
-
 
864
LIB_QT
-
 
865
UIC_TR
-
 
866
UIC
-
 
867
MOC
-
 
868
PERL
-
 
869
QT_LDFLAGS
-
 
870
QT_INCLUDES
-
 
871
qt_includes
-
 
872
qt_libraries
-
 
873
LIBJPEG
-
 
874
LIBPNG
-
 
875
LIBZ
-
 
876
USER_LDFLAGS
-
 
877
USER_INCLUDES
-
 
878
KDE_MT_LIBS
-
 
879
KDE_MT_LDFLAGS
-
 
880
USE_THREADS
-
 
881
LIBPTHREAD
-
 
882
LIB_XEXT
-
 
883
QTE_NORTTI
-
 
884
x_libraries
-
 
885
x_includes
-
 
886
X_LDFLAGS
-
 
887
X_INCLUDES
-
 
888
LIBSM
-
 
889
LIB_XRENDER
-
 
890
LIB_X11
-
 
891
X_PRE_LIBS
-
 
892
XMKMF
-
 
893
include_x11_FALSE
-
 
894
include_x11_TRUE
-
 
895
KDE_USE_PIE
-
 
896
KDE_USE_FPIE
-
 
897
LIBDL
-
 
898
LIBUCB
-
 
899
X_EXTRA_LIBS
-
 
900
LIBSOCKET
-
 
901
FRAMEWORK_COREAUDIO
-
 
902
LIB_POLL
-
 
903
LIBRESOLV
-
 
904
LIBCRYPT
-
 
905
LIBCOMPAT
-
 
906
LIBUTIL
-
 
907
XGETTEXT
-
 
908
GMSGFMT
-
 
909
MSGFMT
-
 
910
KDE_CHECK_PLUGIN
-
 
911
KDE_PLUGIN
-
 
912
LIBTOOL
-
 
913
ac_ct_F77
-
 
914
FFLAGS
-
 
915
F77
-
 
916
RANLIB
-
 
917
AR
-
 
918
ECHO
-
 
919
LN_S
-
 
920
EGREP
-
 
921
GREP
-
 
922
KDE_USE_NMCHECK_FALSE
-
 
923
KDE_USE_NMCHECK_TRUE
-
 
924
KDE_NO_UNDEFINED
-
 
925
KDE_USE_CLOSURE_FALSE
-
 
926
KDE_USE_CLOSURE_TRUE
-
 
927
KDE_USE_FINAL_FALSE
-
 
928
KDE_USE_FINAL_TRUE
-
 
929
LDFLAGS_NEW_DTAGS
-
 
930
LDFLAGS_AS_NEEDED
-
 
931
ENABLE_PERMISSIVE_FLAG
-
 
932
NOOPT_CFLAGS
-
 
933
NOOPT_CXXFLAGS
-
 
934
CXXCPP
-
 
935
USE_RTTI
-
 
936
USE_EXCEPTIONS
-
 
937
unsermake_enable_pch_FALSE
-
 
938
unsermake_enable_pch_TRUE
-
 
939
HAVE_GCC_VISIBILITY
-
 
940
WOVERLOADED_VIRTUAL
-
 
941
am__fastdepCXX_FALSE
-
 
942
am__fastdepCXX_TRUE
-
 
943
CXXDEPMODE
-
 
944
ac_ct_CXX
-
 
945
CXXFLAGS
-
 
946
CXX
-
 
947
CPP
-
 
948
am__fastdepCC_FALSE
-
 
949
am__fastdepCC_TRUE
-
 
950
CCDEPMODE
-
 
951
AMDEPBACKSLASH
-
 
952
AMDEP_FALSE
-
 
953
AMDEP_TRUE
-
 
954
am__quote
-
 
955
am__include
-
 
956
DEPDIR
-
 
957
OBJEXT
-
 
958
EXEEXT
-
 
959
ac_ct_CC
-
 
960
CPPFLAGS
-
 
961
LDFLAGS
-
 
962
CFLAGS
-
 
963
CC
-
 
964
CONF_FILES
-
 
965
kde_libs_htmldir
-
 
966
kde_libs_prefix
-
 
967
KDECONFIG
-
 
968
am__untar
-
 
969
am__tar
-
 
970
AMTAR
-
 
971
am__leading_dot
-
 
972
SET_MAKE
-
 
973
AWK
-
 
974
mkdir_p
-
 
975
INSTALL_STRIP_PROGRAM
-
 
976
STRIP
-
 
977
install_sh
-
 
978
MAKEINFO
-
 
979
AUTOHEADER
-
 
980
AUTOMAKE
-
 
981
AUTOCONF
-
 
982
ACLOCAL
-
 
983
VERSION
-
 
984
PACKAGE
-
 
985
CYGPATH_W
-
 
986
INSTALL_DATA
-
 
987
INSTALL_SCRIPT
-
 
988
INSTALL_PROGRAM
-
 
989
target_os
-
 
990
target_vendor
-
 
991
target_cpu
-
 
992
target
-
 
993
host_os
-
 
994
host_vendor
-
 
995
host_cpu
-
 
996
host
-
 
997
build_os
-
 
998
build_vendor
-
 
999
build_cpu
-
 
1000
build
-
 
1001
target_alias
-
 
1002
host_alias
-
 
1003
build_alias
-
 
1004
LIBS
-
 
1005
ECHO_T
-
 
1006
ECHO_N
-
 
1007
ECHO_C
-
 
1008
DEFS
-
 
1009
mandir
-
 
1010
localedir
-
 
1011
libdir
-
 
1012
psdir
-
 
1013
pdfdir
-
 
1014
dvidir
-
 
1015
htmldir
-
 
1016
infodir
-
 
1017
docdir
-
 
1018
oldincludedir
-
 
1019
includedir
-
 
1020
localstatedir
-
 
1021
sharedstatedir
-
 
1022
sysconfdir
-
 
1023
datadir
-
 
1024
datarootdir
-
 
1025
libexecdir
-
 
1026
sbindir
-
 
1027
bindir
-
 
1028
program_transform_name
-
 
1029
prefix
-
 
1030
exec_prefix
-
 
1031
PACKAGE_BUGREPORT
-
 
1032
PACKAGE_STRING
-
 
1033
PACKAGE_VERSION
-
 
1034
PACKAGE_TARNAME
-
 
1035
PACKAGE_NAME
-
 
1036
PATH_SEPARATOR
-
 
1037
SHELL'
1016
ac_subst_files=''
1038
ac_subst_files=''
-
 
1039
ac_user_opts='
-
 
1040
enable_option_checking
-
 
1041
enable_fast_perl
-
 
1042
enable_debug
-
 
1043
enable_dummyoption
-
 
1044
enable_strict
-
 
1045
enable_warnings
-
 
1046
enable_profile
-
 
1047
enable_dependency_tracking
-
 
1048
enable_pch
-
 
1049
enable_coverage
-
 
1050
enable_new_ldflags
-
 
1051
enable_final
-
 
1052
enable_closure
-
 
1053
enable_nmcheck
-
 
1054
enable_shared
-
 
1055
enable_static
-
 
1056
enable_libsuffix
-
 
1057
enable_fast_install
-
 
1058
with_gnu_ld
-
 
1059
enable_libtool_lock
-
 
1060
with_pic
-
 
1061
with_tags
-
 
1062
enable_pie
-
 
1063
enable_embedded
-
 
1064
enable_qtopia
-
 
1065
enable_mac
-
 
1066
enable_mt
-
 
1067
enable_threading
-
 
1068
with_extra_includes
-
 
1069
with_extra_libs
-
 
1070
with_qt_dir
-
 
1071
with_qt_includes
-
 
1072
with_qt_libraries
-
 
1073
enable_rpath
-
 
1074
enable_path_check
-
 
1075
with_arts
-
 
1076
'
1017
      ac_precious_vars='build_alias
1077
      ac_precious_vars='build_alias
1018
host_alias
1078
host_alias
1019
target_alias
1079
target_alias
1020
CC
1080
CC
1021
CFLAGS
1081
CFLAGS
Line 1033... Line 1093...
1033
 
1093
 
1034
 
1094
 
1035
# Initialize some variables set by options.
1095
# Initialize some variables set by options.
1036
ac_init_help=
1096
ac_init_help=
1037
ac_init_version=false
1097
ac_init_version=false
-
 
1098
ac_unrecognized_opts=
-
 
1099
ac_unrecognized_sep=
1038
# The variables have the same names as the options, with
1100
# The variables have the same names as the options, with
1039
# dashes changed to underlines.
1101
# dashes changed to underlines.
1040
cache_file=/dev/null
1102
cache_file=/dev/null
1041
exec_prefix=NONE
1103
exec_prefix=NONE
1042
no_create=
1104
no_create=
Line 1131... Line 1193...
1131
  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1193
  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1132
  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1194
  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1133
    datarootdir=$ac_optarg ;;
1195
    datarootdir=$ac_optarg ;;
1134
 
1196
 
1135
  -disable-* | --disable-*)
1197
  -disable-* | --disable-*)
1136
    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1198
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1137
    # Reject names that are not valid shell variable names.
1199
    # Reject names that are not valid shell variable names.
1138
    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1200
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1139
      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1201
      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1140
   { (exit 1); exit 1; }; }
1202
   { (exit 1); exit 1; }; }
-
 
1203
    ac_useropt_orig=$ac_useropt
1141
    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1204
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-
 
1205
    case $ac_user_opts in
-
 
1206
      *"
-
 
1207
"enable_$ac_useropt"
-
 
1208
"*) ;;
-
 
1209
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
-
 
1210
	 ac_unrecognized_sep=', ';;
-
 
1211
    esac
1142
    eval enable_$ac_feature=no ;;
1212
    eval enable_$ac_useropt=no ;;
1143
 
1213
 
1144
  -docdir | --docdir | --docdi | --doc | --do)
1214
  -docdir | --docdir | --docdi | --doc | --do)
1145
    ac_prev=docdir ;;
1215
    ac_prev=docdir ;;
1146
  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1216
  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1147
    docdir=$ac_optarg ;;
1217
    docdir=$ac_optarg ;;
Line 1150... Line 1220...
1150
    ac_prev=dvidir ;;
1220
    ac_prev=dvidir ;;
1151
  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1221
  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1152
    dvidir=$ac_optarg ;;
1222
    dvidir=$ac_optarg ;;
1153
 
1223
 
1154
  -enable-* | --enable-*)
1224
  -enable-* | --enable-*)
1155
    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1225
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1156
    # Reject names that are not valid shell variable names.
1226
    # Reject names that are not valid shell variable names.
1157
    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1227
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1158
      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1228
      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1159
   { (exit 1); exit 1; }; }
1229
   { (exit 1); exit 1; }; }
-
 
1230
    ac_useropt_orig=$ac_useropt
1160
    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1231
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-
 
1232
    case $ac_user_opts in
-
 
1233
      *"
-
 
1234
"enable_$ac_useropt"
-
 
1235
"*) ;;
-
 
1236
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
-
 
1237
	 ac_unrecognized_sep=', ';;
-
 
1238
    esac
1161
    eval enable_$ac_feature=\$ac_optarg ;;
1239
    eval enable_$ac_useropt=\$ac_optarg ;;
1162
 
1240
 
1163
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1241
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1164
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1242
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1165
  | --exec | --exe | --ex)
1243
  | --exec | --exe | --ex)
1166
    ac_prev=exec_prefix ;;
1244
    ac_prev=exec_prefix ;;
Line 1347... Line 1425...
1347
 
1425
 
1348
  -version | --version | --versio | --versi | --vers | -V)
1426
  -version | --version | --versio | --versi | --vers | -V)
1349
    ac_init_version=: ;;
1427
    ac_init_version=: ;;
1350
 
1428
 
1351
  -with-* | --with-*)
1429
  -with-* | --with-*)
1352
    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1430
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1353
    # Reject names that are not valid shell variable names.
1431
    # Reject names that are not valid shell variable names.
1354
    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1432
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1355
      { echo "$as_me: error: invalid package name: $ac_package" >&2
1433
      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1356
   { (exit 1); exit 1; }; }
1434
   { (exit 1); exit 1; }; }
-
 
1435
    ac_useropt_orig=$ac_useropt
1357
    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1436
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-
 
1437
    case $ac_user_opts in
-
 
1438
      *"
-
 
1439
"with_$ac_useropt"
-
 
1440
"*) ;;
-
 
1441
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
-
 
1442
	 ac_unrecognized_sep=', ';;
-
 
1443
    esac
1358
    eval with_$ac_package=\$ac_optarg ;;
1444
    eval with_$ac_useropt=\$ac_optarg ;;
1359
 
1445
 
1360
  -without-* | --without-*)
1446
  -without-* | --without-*)
1361
    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1447
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1362
    # Reject names that are not valid shell variable names.
1448
    # Reject names that are not valid shell variable names.
1363
    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1449
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1364
      { echo "$as_me: error: invalid package name: $ac_package" >&2
1450
      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1365
   { (exit 1); exit 1; }; }
1451
   { (exit 1); exit 1; }; }
-
 
1452
    ac_useropt_orig=$ac_useropt
1366
    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1453
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-
 
1454
    case $ac_user_opts in
-
 
1455
      *"
-
 
1456
"with_$ac_useropt"
-
 
1457
"*) ;;
-
 
1458
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
-
 
1459
	 ac_unrecognized_sep=', ';;
-
 
1460
    esac
1367
    eval with_$ac_package=no ;;
1461
    eval with_$ac_useropt=no ;;
1368
 
1462
 
1369
  --x)
1463
  --x)
1370
    # Obsolete; use --with-x.
1464
    # Obsolete; use --with-x.
1371
    with_x=yes ;;
1465
    with_x=yes ;;
1372
 
1466
 
Line 1382... Line 1476...
1382
    ac_prev=x_libraries ;;
1476
    ac_prev=x_libraries ;;
1383
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1477
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1384
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1478
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1385
    x_libraries=$ac_optarg ;;
1479
    x_libraries=$ac_optarg ;;
1386
 
1480
 
1387
  -*) { echo "$as_me: error: unrecognized option: $ac_option
1481
  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1388
Try \`$0 --help' for more information." >&2
1482
Try \`$0 --help' for more information." >&2
1389
   { (exit 1); exit 1; }; }
1483
   { (exit 1); exit 1; }; }
1390
    ;;
1484
    ;;
1391
 
1485
 
1392
  *=*)
1486
  *=*)
1393
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1487
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1394
    # Reject names that are not valid shell variable names.
1488
    # Reject names that are not valid shell variable names.
1395
    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1489
    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1396
      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1490
      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1397
   { (exit 1); exit 1; }; }
1491
   { (exit 1); exit 1; }; }
1398
    eval $ac_envvar=\$ac_optarg
1492
    eval $ac_envvar=\$ac_optarg
1399
    export $ac_envvar ;;
1493
    export $ac_envvar ;;
1400
 
1494
 
1401
  *)
1495
  *)
1402
    # FIXME: should be removed in autoconf 3.0.
1496
    # FIXME: should be removed in autoconf 3.0.
1403
    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1497
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1404
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1498
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1405
      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1499
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1406
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1500
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1407
    ;;
1501
    ;;
1408
 
1502
 
1409
  esac
1503
  esac
1410
done
1504
done
1411
 
1505
 
1412
if test -n "$ac_prev"; then
1506
if test -n "$ac_prev"; then
1413
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1507
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1414
  { echo "$as_me: error: missing argument to $ac_option" >&2
1508
  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1415
   { (exit 1); exit 1; }; }
1509
   { (exit 1); exit 1; }; }
1416
fi
1510
fi
1417
 
1511
 
-
 
1512
if test -n "$ac_unrecognized_opts"; then
-
 
1513
  case $enable_option_checking in
-
 
1514
    no) ;;
-
 
1515
    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
-
 
1516
   { (exit 1); exit 1; }; } ;;
-
 
1517
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
-
 
1518
  esac
-
 
1519
fi
-
 
1520
 
1418
# Be sure to have absolute directory names.
1521
# Check all directory arguments for consistency.
1419
for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1522
for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1420
		datadir sysconfdir sharedstatedir localstatedir includedir \
1523
		datadir sysconfdir sharedstatedir localstatedir includedir \
1421
		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1524
		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1422
		libdir localedir mandir
1525
		libdir localedir mandir
1423
do
1526
do
1424
  eval ac_val=\$$ac_var
1527
  eval ac_val=\$$ac_var
-
 
1528
  # Remove trailing slashes.
-
 
1529
  case $ac_val in
-
 
1530
    */ )
-
 
1531
      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
-
 
1532
      eval $ac_var=\$ac_val;;
-
 
1533
  esac
-
 
1534
  # Be sure to have absolute directory names.
1425
  case $ac_val in
1535
  case $ac_val in
1426
    [\\/$]* | ?:[\\/]* )  continue;;
1536
    [\\/$]* | ?:[\\/]* )  continue;;
1427
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1537
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1428
  esac
1538
  esac
1429
  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1539
  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1430
   { (exit 1); exit 1; }; }
1540
   { (exit 1); exit 1; }; }
1431
done
1541
done
1432
 
1542
 
1433
# There might be people who depend on the old broken behavior: `$host'
1543
# There might be people who depend on the old broken behavior: `$host'
1434
# used to hold the argument of --host etc.
1544
# used to hold the argument of --host etc.
Line 1439... Line 1549...
1439
 
1549
 
1440
# FIXME: To remove some day.
1550
# FIXME: To remove some day.
1441
if test "x$host_alias" != x; then
1551
if test "x$host_alias" != x; then
1442
  if test "x$build_alias" = x; then
1552
  if test "x$build_alias" = x; then
1443
    cross_compiling=maybe
1553
    cross_compiling=maybe
1444
    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1554
    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1445
    If a cross compiler is detected then cross compile mode will be used." >&2
1555
    If a cross compiler is detected then cross compile mode will be used." >&2
1446
  elif test "x$build_alias" != "x$host_alias"; then
1556
  elif test "x$build_alias" != "x$host_alias"; then
1447
    cross_compiling=yes
1557
    cross_compiling=yes
1448
  fi
1558
  fi
1449
fi
1559
fi
Line 1455... Line 1565...
1455
 
1565
 
1456
 
1566
 
1457
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1567
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1458
ac_ls_di=`ls -di .` &&
1568
ac_ls_di=`ls -di .` &&
1459
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1569
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1460
  { echo "$as_me: error: Working directory cannot be determined" >&2
1570
  { $as_echo "$as_me: error: working directory cannot be determined" >&2
1461
   { (exit 1); exit 1; }; }
1571
   { (exit 1); exit 1; }; }
1462
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1572
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1463
  { echo "$as_me: error: pwd does not report name of working directory" >&2
1573
  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1464
   { (exit 1); exit 1; }; }
1574
   { (exit 1); exit 1; }; }
1465
 
1575
 
1466
 
1576
 
1467
# Find the source files, if location was not specified.
1577
# Find the source files, if location was not specified.
1468
if test -z "$srcdir"; then
1578
if test -z "$srcdir"; then
1469
  ac_srcdir_defaulted=yes
1579
  ac_srcdir_defaulted=yes
1470
  # Try the directory containing this script, then the parent directory.
1580
  # Try the directory containing this script, then the parent directory.
1471
  ac_confdir=`$as_dirname -- "$0" ||
1581
  ac_confdir=`$as_dirname -- "$as_myself" ||
1472
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1582
$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1473
	 X"$0" : 'X\(//\)[^/]' \| \
1583
	 X"$as_myself" : 'X\(//\)[^/]' \| \
1474
	 X"$0" : 'X\(//\)$' \| \
1584
	 X"$as_myself" : 'X\(//\)$' \| \
1475
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1585
	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1476
echo X"$0" |
1586
$as_echo X"$as_myself" |
1477
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1587
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1478
	    s//\1/
1588
	    s//\1/
1479
	    q
1589
	    q
1480
	  }
1590
	  }
1481
	  /^X\(\/\/\)[^/].*/{
1591
	  /^X\(\/\/\)[^/].*/{
Line 1498... Line 1608...
1498
else
1608
else
1499
  ac_srcdir_defaulted=no
1609
  ac_srcdir_defaulted=no
1500
fi
1610
fi
1501
if test ! -r "$srcdir/$ac_unique_file"; then
1611
if test ! -r "$srcdir/$ac_unique_file"; then
1502
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1612
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1503
  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1613
  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1504
   { (exit 1); exit 1; }; }
1614
   { (exit 1); exit 1; }; }
1505
fi
1615
fi
1506
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1616
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1507
ac_abs_confdir=`(
1617
ac_abs_confdir=`(
1508
	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1618
	cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1509
   { (exit 1); exit 1; }; }
1619
   { (exit 1); exit 1; }; }
1510
	pwd)`
1620
	pwd)`
1511
# When building in place, set srcdir=.
1621
# When building in place, set srcdir=.
1512
if test "$ac_abs_confdir" = "$ac_pwd"; then
1622
if test "$ac_abs_confdir" = "$ac_pwd"; then
1513
  srcdir=.
1623
  srcdir=.
Line 1552... Line 1662...
1552
  -n, --no-create         do not create output files
1662
  -n, --no-create         do not create output files
1553
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1663
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1554
 
1664
 
1555
Installation directories:
1665
Installation directories:
1556
  --prefix=PREFIX         install architecture-independent files in PREFIX
1666
  --prefix=PREFIX         install architecture-independent files in PREFIX
1557
			  [$ac_default_prefix]
1667
                          [$ac_default_prefix]
1558
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1668
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1559
			  [PREFIX]
1669
                          [PREFIX]
1560
 
1670
 
1561
By default, \`make install' will install all the files in
1671
By default, \`make install' will install all the files in
1562
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1672
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1563
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1673
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1564
for instance \`--prefix=\$HOME'.
1674
for instance \`--prefix=\$HOME'.
1565
 
1675
 
1566
For better control, use the options below.
1676
For better control, use the options below.
1567
 
1677
 
1568
Fine tuning of the installation directories:
1678
Fine tuning of the installation directories:
1569
  --bindir=DIR           user executables [EPREFIX/bin]
1679
  --bindir=DIR            user executables [EPREFIX/bin]
1570
  --sbindir=DIR          system admin executables [EPREFIX/sbin]
1680
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1571
  --libexecdir=DIR       program executables [EPREFIX/libexec]
1681
  --libexecdir=DIR        program executables [EPREFIX/libexec]
1572
  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1682
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1573
  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1683
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1574
  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1684
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1575
  --libdir=DIR           object code libraries [EPREFIX/lib]
1685
  --libdir=DIR            object code libraries [EPREFIX/lib]
1576
  --includedir=DIR       C header files [PREFIX/include]
1686
  --includedir=DIR        C header files [PREFIX/include]
1577
  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1687
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1578
  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1688
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1579
  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1689
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1580
  --infodir=DIR          info documentation [DATAROOTDIR/info]
1690
  --infodir=DIR           info documentation [DATAROOTDIR/info]
1581
  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1691
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1582
  --mandir=DIR           man documentation [DATAROOTDIR/man]
1692
  --mandir=DIR            man documentation [DATAROOTDIR/man]
1583
  --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
1693
  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1584
  --htmldir=DIR          html documentation [DOCDIR]
1694
  --htmldir=DIR           html documentation [DOCDIR]
1585
  --dvidir=DIR           dvi documentation [DOCDIR]
1695
  --dvidir=DIR            dvi documentation [DOCDIR]
1586
  --pdfdir=DIR           pdf documentation [DOCDIR]
1696
  --pdfdir=DIR            pdf documentation [DOCDIR]
1587
  --psdir=DIR            ps documentation [DOCDIR]
1697
  --psdir=DIR             ps documentation [DOCDIR]
1588
_ACEOF
1698
_ACEOF
1589
 
1699
 
1590
  cat <<\_ACEOF
1700
  cat <<\_ACEOF
1591
 
1701
 
1592
Program names:
1702
Program names:
Line 1604... Line 1714...
1604
if test -n "$ac_init_help"; then
1714
if test -n "$ac_init_help"; then
1605
 
1715
 
1606
  cat <<\_ACEOF
1716
  cat <<\_ACEOF
1607
 
1717
 
1608
Optional Features:
1718
Optional Features:
-
 
1719
  --disable-option-checking  ignore unrecognized --enable/--with options
1609
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1720
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1610
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1721
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1611
  --disable-fast-perl     disable fast Makefile generation (needs perl)
1722
  --disable-fast-perl     disable fast Makefile generation (needs perl)
1612
  --enable-debug=ARG      enables debug symbols (yes|no|full) default=no
1723
  --enable-debug=ARG      enables debug symbols (yes|no|full) default=no
1613
  --disable-debug         disables debug output and debug symbols default=no
1724
  --disable-debug         disables debug output and debug symbols default=no
Line 1679... Line 1790...
1679
fi
1790
fi
1680
 
1791
 
1681
if test "$ac_init_help" = "recursive"; then
1792
if test "$ac_init_help" = "recursive"; then
1682
  # If there are subdirs, report their specific --help.
1793
  # If there are subdirs, report their specific --help.
1683
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1794
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1684
    test -d "$ac_dir" || continue
1795
    test -d "$ac_dir" ||
-
 
1796
      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
-
 
1797
      continue
1685
    ac_builddir=.
1798
    ac_builddir=.
1686
 
1799
 
1687
case "$ac_dir" in
1800
case "$ac_dir" in
1688
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1801
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1689
*)
1802
*)
1690
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1803
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1691
  # A ".." for each directory in $ac_dir_suffix.
1804
  # A ".." for each directory in $ac_dir_suffix.
1692
  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1805
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1693
  case $ac_top_builddir_sub in
1806
  case $ac_top_builddir_sub in
1694
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1807
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1695
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1808
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1696
  esac ;;
1809
  esac ;;
1697
esac
1810
esac
Line 1723... Line 1836...
1723
      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1836
      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1724
    elif test -f "$ac_srcdir/configure"; then
1837
    elif test -f "$ac_srcdir/configure"; then
1725
      echo &&
1838
      echo &&
1726
      $SHELL "$ac_srcdir/configure" --help=recursive
1839
      $SHELL "$ac_srcdir/configure" --help=recursive
1727
    else
1840
    else
1728
      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1841
      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1729
    fi || ac_status=$?
1842
    fi || ac_status=$?
1730
    cd "$ac_pwd" || { ac_status=$?; break; }
1843
    cd "$ac_pwd" || { ac_status=$?; break; }
1731
  done
1844
  done
1732
fi
1845
fi
1733
 
1846
 
1734
test -n "$ac_init_help" && exit $ac_status
1847
test -n "$ac_init_help" && exit $ac_status
1735
if $ac_init_version; then
1848
if $ac_init_version; then
1736
  cat <<\_ACEOF
1849
  cat <<\_ACEOF
1737
configure
1850
configure
1738
generated by GNU Autoconf 2.61
1851
generated by GNU Autoconf 2.63
1739
 
1852
 
1740
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1853
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1741
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1854
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1742
This configure script is free software; the Free Software Foundation
1855
This configure script is free software; the Free Software Foundation
1743
gives unlimited permission to copy, distribute and modify it.
1856
gives unlimited permission to copy, distribute and modify it.
1744
_ACEOF
1857
_ACEOF
1745
  exit
1858
  exit
1746
fi
1859
fi
1747
cat >config.log <<_ACEOF
1860
cat >config.log <<_ACEOF
1748
This file contains any messages produced by compilers while
1861
This file contains any messages produced by compilers while
1749
running configure, to aid debugging if configure makes a mistake.
1862
running configure, to aid debugging if configure makes a mistake.
1750
 
1863
 
1751
It was created by $as_me, which was
1864
It was created by $as_me, which was
1752
generated by GNU Autoconf 2.61.  Invocation command line was
1865
generated by GNU Autoconf 2.63.  Invocation command line was
1753
 
1866
 
1754
  $ $0 $@
1867
  $ $0 $@
1755
 
1868
 
1756
_ACEOF
1869
_ACEOF
1757
exec 5>>config.log
1870
exec 5>>config.log
Line 1783... Line 1896...
1783
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1896
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1784
for as_dir in $PATH
1897
for as_dir in $PATH
1785
do
1898
do
1786
  IFS=$as_save_IFS
1899
  IFS=$as_save_IFS
1787
  test -z "$as_dir" && as_dir=.
1900
  test -z "$as_dir" && as_dir=.
1788
  echo "PATH: $as_dir"
1901
  $as_echo "PATH: $as_dir"
1789
done
1902
done
1790
IFS=$as_save_IFS
1903
IFS=$as_save_IFS
1791
 
1904
 
1792
} >&5
1905
} >&5
1793
 
1906
 
Line 1818... Line 1931...
1818
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1931
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1819
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1932
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1820
    | -silent | --silent | --silen | --sile | --sil)
1933
    | -silent | --silent | --silen | --sile | --sil)
1821
      continue ;;
1934
      continue ;;
1822
    *\'*)
1935
    *\'*)
1823
      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1936
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1824
    esac
1937
    esac
1825
    case $ac_pass in
1938
    case $ac_pass in
1826
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1939
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1827
    2)
1940
    2)
1828
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1941
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
Line 1870... Line 1983...
1870
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1983
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1871
    eval ac_val=\$$ac_var
1984
    eval ac_val=\$$ac_var
1872
    case $ac_val in #(
1985
    case $ac_val in #(
1873
    *${as_nl}*)
1986
    *${as_nl}*)
1874
      case $ac_var in #(
1987
      case $ac_var in #(
1875
      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1988
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1876
echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1989
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1877
      esac
1990
      esac
1878
      case $ac_var in #(
1991
      case $ac_var in #(
1879
      _ | IFS | as_nl) ;; #(
1992
      _ | IFS | as_nl) ;; #(
-
 
1993
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1880
      *) $as_unset $ac_var ;;
1994
      *) $as_unset $ac_var ;;
1881
      esac ;;
1995
      esac ;;
1882
    esac
1996
    esac
1883
  done
1997
  done
1884
  (set) 2>&1 |
1998
  (set) 2>&1 |
Line 1904... Line 2018...
1904
    echo
2018
    echo
1905
    for ac_var in $ac_subst_vars
2019
    for ac_var in $ac_subst_vars
1906
    do
2020
    do
1907
      eval ac_val=\$$ac_var
2021
      eval ac_val=\$$ac_var
1908
      case $ac_val in
2022
      case $ac_val in
1909
      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2023
      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1910
      esac
2024
      esac
1911
      echo "$ac_var='\''$ac_val'\''"
2025
      $as_echo "$ac_var='\''$ac_val'\''"
1912
    done | sort
2026
    done | sort
1913
    echo
2027
    echo
1914
 
2028
 
1915
    if test -n "$ac_subst_files"; then
2029
    if test -n "$ac_subst_files"; then
1916
      cat <<\_ASBOX
2030
      cat <<\_ASBOX
Line 1921... Line 2035...
1921
      echo
2035
      echo
1922
      for ac_var in $ac_subst_files
2036
      for ac_var in $ac_subst_files
1923
      do
2037
      do
1924
	eval ac_val=\$$ac_var
2038
	eval ac_val=\$$ac_var
1925
	case $ac_val in
2039
	case $ac_val in
1926
	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2040
	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1927
	esac
2041
	esac
1928
	echo "$ac_var='\''$ac_val'\''"
2042
	$as_echo "$ac_var='\''$ac_val'\''"
1929
      done | sort
2043
      done | sort
1930
      echo
2044
      echo
1931
    fi
2045
    fi
1932
 
2046
 
1933
    if test -s confdefs.h; then
2047
    if test -s confdefs.h; then
Line 1939... Line 2053...
1939
      echo
2053
      echo
1940
      cat confdefs.h
2054
      cat confdefs.h
1941
      echo
2055
      echo
1942
    fi
2056
    fi
1943
    test "$ac_signal" != 0 &&
2057
    test "$ac_signal" != 0 &&
1944
      echo "$as_me: caught signal $ac_signal"
2058
      $as_echo "$as_me: caught signal $ac_signal"
1945
    echo "$as_me: exit $exit_status"
2059
    $as_echo "$as_me: exit $exit_status"
1946
  } >&5
2060
  } >&5
1947
  rm -f core *.core core.conftest.* &&
2061
  rm -f core *.core core.conftest.* &&
1948
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2062
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1949
    exit $exit_status
2063
    exit $exit_status
1950
' 0
2064
' 0
Line 1982... Line 2096...
1982
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2096
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1983
_ACEOF
2097
_ACEOF
1984
 
2098
 
1985
 
2099
 
1986
# Let the site file select an alternate cache file if it wants to.
2100
# Let the site file select an alternate cache file if it wants to.
1987
# Prefer explicitly selected file to automatically selected ones.
2101
# Prefer an explicitly selected file to automatically selected ones.
-
 
2102
ac_site_file1=NONE
-
 
2103
ac_site_file2=NONE
1988
if test -n "$CONFIG_SITE"; then
2104
if test -n "$CONFIG_SITE"; then
1989
  set x "$CONFIG_SITE"
2105
  ac_site_file1=$CONFIG_SITE
1990
elif test "x$prefix" != xNONE; then
2106
elif test "x$prefix" != xNONE; then
-
 
2107
  ac_site_file1=$prefix/share/config.site
1991
  set x "$prefix/share/config.site" "$prefix/etc/config.site"
2108
  ac_site_file2=$prefix/etc/config.site
1992
else
2109
else
1993
  set x "$ac_default_prefix/share/config.site" \
2110
  ac_site_file1=$ac_default_prefix/share/config.site
1994
	"$ac_default_prefix/etc/config.site"
2111
  ac_site_file2=$ac_default_prefix/etc/config.site
1995
fi
2112
fi
1996
shift
-
 
1997
for ac_site_file
2113
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1998
do
2114
do
-
 
2115
  test "x$ac_site_file" = xNONE && continue
1999
  if test -r "$ac_site_file"; then
2116
  if test -r "$ac_site_file"; then
2000
    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2117
    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2001
echo "$as_me: loading site script $ac_site_file" >&6;}
2118
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2002
    sed 's/^/| /' "$ac_site_file" >&5
2119
    sed 's/^/| /' "$ac_site_file" >&5
2003
    . "$ac_site_file"
2120
    . "$ac_site_file"
2004
  fi
2121
  fi
2005
done
2122
done
2006
 
2123
 
2007
if test -r "$cache_file"; then
2124
if test -r "$cache_file"; then
2008
  # Some versions of bash will fail to source /dev/null (special
2125
  # Some versions of bash will fail to source /dev/null (special
2009
  # files actually), so we avoid doing that.
2126
  # files actually), so we avoid doing that.
2010
  if test -f "$cache_file"; then
2127
  if test -f "$cache_file"; then
2011
    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
2128
    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
2012
echo "$as_me: loading cache $cache_file" >&6;}
2129
$as_echo "$as_me: loading cache $cache_file" >&6;}
2013
    case $cache_file in
2130
    case $cache_file in
2014
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
2131
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
2015
      *)                      . "./$cache_file";;
2132
      *)                      . "./$cache_file";;
2016
    esac
2133
    esac
2017
  fi
2134
  fi
2018
else
2135
else
2019
  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
2136
  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
2020
echo "$as_me: creating cache $cache_file" >&6;}
2137
$as_echo "$as_me: creating cache $cache_file" >&6;}
2021
  >$cache_file
2138
  >$cache_file
2022
fi
2139
fi
2023
 
2140
 
2024
# Check that the precious variables saved in the cache have kept the same
2141
# Check that the precious variables saved in the cache have kept the same
2025
# value.
2142
# value.
Line 2029... Line 2146...
2029
  eval ac_new_set=\$ac_env_${ac_var}_set
2146
  eval ac_new_set=\$ac_env_${ac_var}_set
2030
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
2147
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
2031
  eval ac_new_val=\$ac_env_${ac_var}_value
2148
  eval ac_new_val=\$ac_env_${ac_var}_value
2032
  case $ac_old_set,$ac_new_set in
2149
  case $ac_old_set,$ac_new_set in
2033
    set,)
2150
    set,)
2034
      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2151
      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2035
echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2152
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2036
      ac_cache_corrupted=: ;;
2153
      ac_cache_corrupted=: ;;
2037
    ,set)
2154
    ,set)
2038
      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2155
      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2039
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2156
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2040
      ac_cache_corrupted=: ;;
2157
      ac_cache_corrupted=: ;;
2041
    ,);;
2158
    ,);;
2042
    *)
2159
    *)
2043
      if test "x$ac_old_val" != "x$ac_new_val"; then
2160
      if test "x$ac_old_val" != "x$ac_new_val"; then
-
 
2161
	# differences in whitespace do not lead to failure.
-
 
2162
	ac_old_val_w=`echo x $ac_old_val`
-
 
2163
	ac_new_val_w=`echo x $ac_new_val`
-
 
2164
	if test "$ac_old_val_w" != "$ac_new_val_w"; then
2044
	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2165
	  { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2045
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2166
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
-
 
2167
	  ac_cache_corrupted=:
-
 
2168
	else
-
 
2169
	  { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
-
 
2170
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
-
 
2171
	  eval $ac_var=\$ac_old_val
-
 
2172
	fi
2046
	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
2173
	{ $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
2047
echo "$as_me:   former value:  $ac_old_val" >&2;}
2174
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2048
	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
2175
	{ $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
2049
echo "$as_me:   current value: $ac_new_val" >&2;}
2176
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2050
	ac_cache_corrupted=:
-
 
2051
      fi;;
2177
      fi;;
2052
  esac
2178
  esac
2053
  # Pass precious variables to config.status.
2179
  # Pass precious variables to config.status.
2054
  if test "$ac_new_set" = set; then
2180
  if test "$ac_new_set" = set; then
2055
    case $ac_new_val in
2181
    case $ac_new_val in
2056
    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2182
    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2057
    *) ac_arg=$ac_var=$ac_new_val ;;
2183
    *) ac_arg=$ac_var=$ac_new_val ;;
2058
    esac
2184
    esac
2059
    case " $ac_configure_args " in
2185
    case " $ac_configure_args " in
2060
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2186
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2061
      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2187
      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2062
    esac
2188
    esac
2063
  fi
2189
  fi
2064
done
2190
done
2065
if $ac_cache_corrupted; then
2191
if $ac_cache_corrupted; then
-
 
2192
  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
2193
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2066
  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2194
  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2067
echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2195
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2068
  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2196
  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2069
echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2197
$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2070
   { (exit 1); exit 1; }; }
2198
   { (exit 1); exit 1; }; }
2071
fi
2199
fi
2072
 
2200
 
2073
 
2201
 
2074
 
2202
 
Line 2108... Line 2236...
2108
    ac_install_sh="$ac_aux_dir/shtool install -c"
2236
    ac_install_sh="$ac_aux_dir/shtool install -c"
2109
    break
2237
    break
2110
  fi
2238
  fi
2111
done
2239
done
2112
if test -z "$ac_aux_dir"; then
2240
if test -z "$ac_aux_dir"; then
2113
  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in admin \"$srcdir\"/admin" >&5
2241
  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in admin \"$srcdir\"/admin" >&5
2114
echo "$as_me: error: cannot find install-sh or install.sh in admin \"$srcdir\"/admin" >&2;}
2242
$as_echo "$as_me: error: cannot find install-sh or install.sh in admin \"$srcdir\"/admin" >&2;}
2115
   { (exit 1); exit 1; }; }
2243
   { (exit 1); exit 1; }; }
2116
fi
2244
fi
2117
 
2245
 
2118
# These three variables are undocumented and unsupported,
2246
# These three variables are undocumented and unsupported,
2119
# and are intended to be withdrawn in a future Autoconf release.
2247
# and are intended to be withdrawn in a future Autoconf release.
Line 2127... Line 2255...
2127
 
2255
 
2128
unset CDPATH
2256
unset CDPATH
2129
 
2257
 
2130
# Make sure we can run config.sub.
2258
# Make sure we can run config.sub.
2131
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2259
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2132
  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2260
  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2133
echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2261
$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2134
   { (exit 1); exit 1; }; }
2262
   { (exit 1); exit 1; }; }
2135
 
2263
 
2136
{ echo "$as_me:$LINENO: checking build system type" >&5
2264
{ $as_echo "$as_me:$LINENO: checking build system type" >&5
2137
echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2265
$as_echo_n "checking build system type... " >&6; }
2138
if test "${ac_cv_build+set}" = set; then
2266
if test "${ac_cv_build+set}" = set; then
2139
  echo $ECHO_N "(cached) $ECHO_C" >&6
2267
  $as_echo_n "(cached) " >&6
2140
else
2268
else
2141
  ac_build_alias=$build_alias
2269
  ac_build_alias=$build_alias
2142
test "x$ac_build_alias" = x &&
2270
test "x$ac_build_alias" = x &&
2143
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2271
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2144
test "x$ac_build_alias" = x &&
2272
test "x$ac_build_alias" = x &&
2145
  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2273
  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2146
echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2274
$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2147
   { (exit 1); exit 1; }; }
2275
   { (exit 1); exit 1; }; }
2148
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2276
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2149
  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2277
  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2150
echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2278
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2151
   { (exit 1); exit 1; }; }
2279
   { (exit 1); exit 1; }; }
2152
 
2280
 
2153
fi
2281
fi
2154
{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2282
{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2155
echo "${ECHO_T}$ac_cv_build" >&6; }
2283
$as_echo "$ac_cv_build" >&6; }
2156
case $ac_cv_build in
2284
case $ac_cv_build in
2157
*-*-*) ;;
2285
*-*-*) ;;
2158
*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2286
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2159
echo "$as_me: error: invalid value of canonical build" >&2;}
2287
$as_echo "$as_me: error: invalid value of canonical build" >&2;}
2160
   { (exit 1); exit 1; }; };;
2288
   { (exit 1); exit 1; }; };;
2161
esac
2289
esac
2162
build=$ac_cv_build
2290
build=$ac_cv_build
2163
ac_save_IFS=$IFS; IFS='-'
2291
ac_save_IFS=$IFS; IFS='-'
2164
set x $ac_cv_build
2292
set x $ac_cv_build
Line 2171... Line 2299...
2171
build_os=$*
2299
build_os=$*
2172
IFS=$ac_save_IFS
2300
IFS=$ac_save_IFS
2173
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2301
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2174
 
2302
 
2175
 
2303
 
2176
{ echo "$as_me:$LINENO: checking host system type" >&5
2304
{ $as_echo "$as_me:$LINENO: checking host system type" >&5
2177
echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2305
$as_echo_n "checking host system type... " >&6; }
2178
if test "${ac_cv_host+set}" = set; then
2306
if test "${ac_cv_host+set}" = set; then
2179
  echo $ECHO_N "(cached) $ECHO_C" >&6
2307
  $as_echo_n "(cached) " >&6
2180
else
2308
else
2181
  if test "x$host_alias" = x; then
2309
  if test "x$host_alias" = x; then
2182
  ac_cv_host=$ac_cv_build
2310
  ac_cv_host=$ac_cv_build
2183
else
2311
else
2184
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2312
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2185
    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2313
    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2186
echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2314
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2187
   { (exit 1); exit 1; }; }
2315
   { (exit 1); exit 1; }; }
2188
fi
2316
fi
2189
 
2317
 
2190
fi
2318
fi
2191
{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2319
{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2192
echo "${ECHO_T}$ac_cv_host" >&6; }
2320
$as_echo "$ac_cv_host" >&6; }
2193
case $ac_cv_host in
2321
case $ac_cv_host in
2194
*-*-*) ;;
2322
*-*-*) ;;
2195
*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2323
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2196
echo "$as_me: error: invalid value of canonical host" >&2;}
2324
$as_echo "$as_me: error: invalid value of canonical host" >&2;}
2197
   { (exit 1); exit 1; }; };;
2325
   { (exit 1); exit 1; }; };;
2198
esac
2326
esac
2199
host=$ac_cv_host
2327
host=$ac_cv_host
2200
ac_save_IFS=$IFS; IFS='-'
2328
ac_save_IFS=$IFS; IFS='-'
2201
set x $ac_cv_host
2329
set x $ac_cv_host
Line 2208... Line 2336...
2208
host_os=$*
2336
host_os=$*
2209
IFS=$ac_save_IFS
2337
IFS=$ac_save_IFS
2210
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2338
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2211
 
2339
 
2212
 
2340
 
2213
{ echo "$as_me:$LINENO: checking target system type" >&5
2341
{ $as_echo "$as_me:$LINENO: checking target system type" >&5
2214
echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
2342
$as_echo_n "checking target system type... " >&6; }
2215
if test "${ac_cv_target+set}" = set; then
2343
if test "${ac_cv_target+set}" = set; then
2216
  echo $ECHO_N "(cached) $ECHO_C" >&6
2344
  $as_echo_n "(cached) " >&6
2217
else
2345
else
2218
  if test "x$target_alias" = x; then
2346
  if test "x$target_alias" = x; then
2219
  ac_cv_target=$ac_cv_host
2347
  ac_cv_target=$ac_cv_host
2220
else
2348
else
2221
  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2349
  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2222
    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
2350
    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
2223
echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
2351
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
2224
   { (exit 1); exit 1; }; }
2352
   { (exit 1); exit 1; }; }
2225
fi
2353
fi
2226
 
2354
 
2227
fi
2355
fi
2228
{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2356
{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2229
echo "${ECHO_T}$ac_cv_target" >&6; }
2357
$as_echo "$ac_cv_target" >&6; }
2230
case $ac_cv_target in
2358
case $ac_cv_target in
2231
*-*-*) ;;
2359
*-*-*) ;;
2232
*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
2360
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
2233
echo "$as_me: error: invalid value of canonical target" >&2;}
2361
$as_echo "$as_me: error: invalid value of canonical target" >&2;}
2234
   { (exit 1); exit 1; }; };;
2362
   { (exit 1); exit 1; }; };;
2235
esac
2363
esac
2236
target=$ac_cv_target
2364
target=$ac_cv_target
2237
ac_save_IFS=$IFS; IFS='-'
2365
ac_save_IFS=$IFS; IFS='-'
2238
set x $ac_cv_target
2366
set x $ac_cv_target
Line 2256... Line 2384...
2256
test "$program_prefix" != NONE &&
2384
test "$program_prefix" != NONE &&
2257
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2385
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2258
# Use a double $ so make ignores it.
2386
# Use a double $ so make ignores it.
2259
test "$program_suffix" != NONE &&
2387
test "$program_suffix" != NONE &&
2260
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2388
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2261
# Double any \ or $.  echo might interpret backslashes.
2389
# Double any \ or $.
2262
# By default was `s,x,x', remove it if useless.
2390
# By default was `s,x,x', remove it if useless.
2263
cat <<\_ACEOF >conftest.sed
-
 
2264
s/[\\$]/&&/g;s/;s,x,x,$//
2391
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2265
_ACEOF
-
 
2266
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2392
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2267
rm -f conftest.sed
-
 
2268
 
2393
 
2269
 
2394
 
2270
am__api_version="1.9"
2395
am__api_version="1.9"
2271
 
2396
 
2272
 
2397
 
Line 2284... Line 2409...
2284
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2409
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2285
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2410
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2286
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2411
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2287
# OS/2's system install, which has a completely different semantic
2412
# OS/2's system install, which has a completely different semantic
2288
# ./install, which can be erroneously created by make from ./install.sh.
2413
# ./install, which can be erroneously created by make from ./install.sh.
-
 
2414
# Reject install programs that cannot install multiple files.
2289
{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2415
{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2290
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
2416
$as_echo_n "checking for a BSD-compatible install... " >&6; }
2291
if test -z "$INSTALL"; then
2417
if test -z "$INSTALL"; then
2292
if test "${ac_cv_path_install+set}" = set; then
2418
if test "${ac_cv_path_install+set}" = set; then
2293
  echo $ECHO_N "(cached) $ECHO_C" >&6
2419
  $as_echo_n "(cached) " >&6
2294
else
2420
else
2295
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2421
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2296
for as_dir in $PATH
2422
for as_dir in $PATH
2297
do
2423
do
2298
  IFS=$as_save_IFS
2424
  IFS=$as_save_IFS
Line 2317... Line 2443...
2317
	  elif test $ac_prog = install &&
2443
	  elif test $ac_prog = install &&
2318
	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2444
	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2319
	    # program-specific install script used by HP pwplus--don't use.
2445
	    # program-specific install script used by HP pwplus--don't use.
2320
	    :
2446
	    :
2321
	  else
2447
	  else
-
 
2448
	    rm -rf conftest.one conftest.two conftest.dir
-
 
2449
	    echo one > conftest.one
-
 
2450
	    echo two > conftest.two
-
 
2451
	    mkdir conftest.dir
-
 
2452
	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
-
 
2453
	      test -s conftest.one && test -s conftest.two &&
-
 
2454
	      test -s conftest.dir/conftest.one &&
-
 
2455
	      test -s conftest.dir/conftest.two
-
 
2456
	    then
2322
	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2457
	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2323
	    break 3
2458
	      break 3
-
 
2459
	    fi
2324
	  fi
2460
	  fi
2325
	fi
2461
	fi
2326
      done
2462
      done
2327
    done
2463
    done
2328
    ;;
2464
    ;;
2329
esac
2465
esac
-
 
2466
 
2330
done
2467
done
2331
IFS=$as_save_IFS
2468
IFS=$as_save_IFS
2332
 
2469
 
-
 
2470
rm -rf conftest.one conftest.two conftest.dir
2333
 
2471
 
2334
fi
2472
fi
2335
  if test "${ac_cv_path_install+set}" = set; then
2473
  if test "${ac_cv_path_install+set}" = set; then
2336
    INSTALL=$ac_cv_path_install
2474
    INSTALL=$ac_cv_path_install
2337
  else
2475
  else
Line 2340... Line 2478...
2340
    # break other packages using the cache if that directory is
2478
    # break other packages using the cache if that directory is
2341
    # removed, or if the value is a relative name.
2479
    # removed, or if the value is a relative name.
2342
    INSTALL=$ac_install_sh
2480
    INSTALL=$ac_install_sh
2343
  fi
2481
  fi
2344
fi
2482
fi
2345
{ echo "$as_me:$LINENO: result: $INSTALL" >&5
2483
{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2346
echo "${ECHO_T}$INSTALL" >&6; }
2484
$as_echo "$INSTALL" >&6; }
2347
 
2485
 
2348
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2486
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2349
# It thinks the first close brace ends the variable substitution.
2487
# It thinks the first close brace ends the variable substitution.
2350
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2488
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2351
 
2489
 
Line 2355... Line 2493...
2355
 
2493
 
2356
 
2494
 
2357
  if test -z "$kde_save_INSTALL_given" ; then
2495
  if test -z "$kde_save_INSTALL_given" ; then
2358
    # OK, user hasn't given any INSTALL, autoconf found one for us
2496
    # OK, user hasn't given any INSTALL, autoconf found one for us
2359
    # now we test, if it supports the -p flag
2497
    # now we test, if it supports the -p flag
2360
    { echo "$as_me:$LINENO: checking for -p flag to install" >&5
2498
    { $as_echo "$as_me:$LINENO: checking for -p flag to install" >&5
2361
echo $ECHO_N "checking for -p flag to install... $ECHO_C" >&6; }
2499
$as_echo_n "checking for -p flag to install... " >&6; }
2362
    rm -f confinst.$$.* > /dev/null 2>&1
2500
    rm -f confinst.$$.* > /dev/null 2>&1
2363
    echo "Testtest" > confinst.$$.orig
2501
    echo "Testtest" > confinst.$$.orig
2364
    ac_res=no
2502
    ac_res=no
2365
    if ${INSTALL} -p confinst.$$.orig confinst.$$.new > /dev/null 2>&1 ; then
2503
    if ${INSTALL} -p confinst.$$.orig confinst.$$.new > /dev/null 2>&1 ; then
2366
      if test -f confinst.$$.new ; then
2504
      if test -f confinst.$$.new ; then
Line 2368... Line 2506...
2368
	INSTALL="${INSTALL} -p"
2506
	INSTALL="${INSTALL} -p"
2369
	ac_res=yes
2507
	ac_res=yes
2370
      fi
2508
      fi
2371
    fi
2509
    fi
2372
    rm -f confinst.$$.*
2510
    rm -f confinst.$$.*
2373
    { echo "$as_me:$LINENO: result: $ac_res" >&5
2511
    { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
2374
echo "${ECHO_T}$ac_res" >&6; }
2512
$as_echo "$ac_res" >&6; }
2375
  fi
2513
  fi
2376
 
2514
 
2377
  if test -z "$kde_save_INSTALL_PROGRAM_given" ; then
2515
  if test -z "$kde_save_INSTALL_PROGRAM_given" ; then
2378
    INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
2516
    INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
2379
  fi
2517
  fi
2380
  if test -z "$kde_save_INSTALL_SCRIPT_given" ; then
2518
  if test -z "$kde_save_INSTALL_SCRIPT_given" ; then
2381
    INSTALL_SCRIPT='${INSTALL}'
2519
    INSTALL_SCRIPT='${INSTALL}'
2382
  fi
2520
  fi
2383
 
2521
 
2384
{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2522
{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2385
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
2523
$as_echo_n "checking whether build environment is sane... " >&6; }
2386
# Just in case
2524
# Just in case
2387
sleep 1
2525
sleep 1
2388
echo timestamp > conftest.file
2526
echo timestamp > conftest.file
2389
# Do `set' in a subshell so we don't clobber the current shell's
2527
# Do `set' in a subshell so we don't clobber the current shell's
2390
# arguments.  Must try -L first in case configure is actually a
2528
# arguments.  Must try -L first in case configure is actually a
Line 2403... Line 2541...
2403
 
2541
 
2404
      # If neither matched, then we have a broken ls.  This can happen
2542
      # If neither matched, then we have a broken ls.  This can happen
2405
      # if, for instance, CONFIG_SHELL is bash and it inherits a
2543
      # if, for instance, CONFIG_SHELL is bash and it inherits a
2406
      # broken ls alias from the environment.  This has actually
2544
      # broken ls alias from the environment.  This has actually
2407
      # happened.  Such a system could not be considered "sane".
2545
      # happened.  Such a system could not be considered "sane".
2408
      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
2546
      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
2409
alias in your environment" >&5
2547
alias in your environment" >&5
2410
echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
2548
$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
2411
alias in your environment" >&2;}
2549
alias in your environment" >&2;}
2412
   { (exit 1); exit 1; }; }
2550
   { (exit 1); exit 1; }; }
2413
   fi
2551
   fi
2414
 
2552
 
2415
   test "$2" = conftest.file
2553
   test "$2" = conftest.file
2416
   )
2554
   )
2417
then
2555
then
2418
   # Ok.
2556
   # Ok.
2419
   :
2557
   :
2420
else
2558
else
2421
   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2559
   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2422
Check your system clock" >&5
2560
Check your system clock" >&5
2423
echo "$as_me: error: newly created file is older than distributed files!
2561
$as_echo "$as_me: error: newly created file is older than distributed files!
2424
Check your system clock" >&2;}
2562
Check your system clock" >&2;}
2425
   { (exit 1); exit 1; }; }
2563
   { (exit 1); exit 1; }; }
2426
fi
2564
fi
2427
{ echo "$as_me:$LINENO: result: yes" >&5
2565
{ $as_echo "$as_me:$LINENO: result: yes" >&5
2428
echo "${ECHO_T}yes" >&6; }
2566
$as_echo "yes" >&6; }
2429
# expand $ac_aux_dir to an absolute path
2567
# expand $ac_aux_dir to an absolute path
2430
am_aux_dir=`cd $ac_aux_dir && pwd`
2568
am_aux_dir=`cd $ac_aux_dir && pwd`
2431
 
2569
 
2432
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2570
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2433
# Use eval to expand $SHELL
2571
# Use eval to expand $SHELL
2434
if eval "$MISSING --run true"; then
2572
if eval "$MISSING --run true"; then
2435
  am_missing_run="$MISSING --run "
2573
  am_missing_run="$MISSING --run "
2436
else
2574
else
2437
  am_missing_run=
2575
  am_missing_run=
2438
  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2576
  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2439
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2577
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2440
fi
2578
fi
2441
 
2579
 
2442
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2580
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2443
  # We used to keeping the `.' as first argument, in order to
2581
  # We used to keeping the `.' as first argument, in order to
2444
  # allow $(mkdir_p) to be used without argument.  As in
2582
  # allow $(mkdir_p) to be used without argument.  As in
Line 2474... Line 2612...
2474
 
2612
 
2475
for ac_prog in gawk mawk nawk awk
2613
for ac_prog in gawk mawk nawk awk
2476
do
2614
do
2477
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2615
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2478
set dummy $ac_prog; ac_word=$2
2616
set dummy $ac_prog; ac_word=$2
2479
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2617
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2480
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2618
$as_echo_n "checking for $ac_word... " >&6; }
2481
if test "${ac_cv_prog_AWK+set}" = set; then
2619
if test "${ac_cv_prog_AWK+set}" = set; then
2482
  echo $ECHO_N "(cached) $ECHO_C" >&6
2620
  $as_echo_n "(cached) " >&6
2483
else
2621
else
2484
  if test -n "$AWK"; then
2622
  if test -n "$AWK"; then
2485
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2623
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2486
else
2624
else
2487
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2625
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2490... Line 2628...
2490
  IFS=$as_save_IFS
2628
  IFS=$as_save_IFS
2491
  test -z "$as_dir" && as_dir=.
2629
  test -z "$as_dir" && as_dir=.
2492
  for ac_exec_ext in '' $ac_executable_extensions; do
2630
  for ac_exec_ext in '' $ac_executable_extensions; do
2493
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2631
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2494
    ac_cv_prog_AWK="$ac_prog"
2632
    ac_cv_prog_AWK="$ac_prog"
2495
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2633
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2496
    break 2
2634
    break 2
2497
  fi
2635
  fi
2498
done
2636
done
2499
done
2637
done
2500
IFS=$as_save_IFS
2638
IFS=$as_save_IFS
2501
 
2639
 
2502
fi
2640
fi
2503
fi
2641
fi
2504
AWK=$ac_cv_prog_AWK
2642
AWK=$ac_cv_prog_AWK
2505
if test -n "$AWK"; then
2643
if test -n "$AWK"; then
2506
  { echo "$as_me:$LINENO: result: $AWK" >&5
2644
  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2507
echo "${ECHO_T}$AWK" >&6; }
2645
$as_echo "$AWK" >&6; }
2508
else
2646
else
2509
  { echo "$as_me:$LINENO: result: no" >&5
2647
  { $as_echo "$as_me:$LINENO: result: no" >&5
2510
echo "${ECHO_T}no" >&6; }
2648
$as_echo "no" >&6; }
2511
fi
2649
fi
2512
 
2650
 
2513
 
2651
 
2514
  test -n "$AWK" && break
2652
  test -n "$AWK" && break
2515
done
2653
done
2516
 
2654
 
2517
{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2655
{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2518
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2656
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
-
 
2657
set x ${MAKE-make}
2519
set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2658
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2520
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2659
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2521
  echo $ECHO_N "(cached) $ECHO_C" >&6
2660
  $as_echo_n "(cached) " >&6
2522
else
2661
else
2523
  cat >conftest.make <<\_ACEOF
2662
  cat >conftest.make <<\_ACEOF
2524
SHELL = /bin/sh
2663
SHELL = /bin/sh
2525
all:
2664
all:
2526
	@echo '@@@%%%=$(MAKE)=@@@%%%'
2665
	@echo '@@@%%%=$(MAKE)=@@@%%%'
Line 2533... Line 2672...
2533
    eval ac_cv_prog_make_${ac_make}_set=no;;
2672
    eval ac_cv_prog_make_${ac_make}_set=no;;
2534
esac
2673
esac
2535
rm -f conftest.make
2674
rm -f conftest.make
2536
fi
2675
fi
2537
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2676
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2538
  { echo "$as_me:$LINENO: result: yes" >&5
2677
  { $as_echo "$as_me:$LINENO: result: yes" >&5
2539
echo "${ECHO_T}yes" >&6; }
2678
$as_echo "yes" >&6; }
2540
  SET_MAKE=
2679
  SET_MAKE=
2541
else
2680
else
2542
  { echo "$as_me:$LINENO: result: no" >&5
2681
  { $as_echo "$as_me:$LINENO: result: no" >&5
2543
echo "${ECHO_T}no" >&6; }
2682
$as_echo "no" >&6; }
2544
  SET_MAKE="MAKE=${MAKE-make}"
2683
  SET_MAKE="MAKE=${MAKE-make}"
2545
fi
2684
fi
2546
 
2685
 
2547
rm -rf .tst 2>/dev/null
2686
rm -rf .tst 2>/dev/null
2548
mkdir .tst 2>/dev/null
2687
mkdir .tst 2>/dev/null
Line 2554... Line 2693...
2554
rmdir .tst 2>/dev/null
2693
rmdir .tst 2>/dev/null
2555
 
2694
 
2556
# test to see if srcdir already configured
2695
# test to see if srcdir already configured
2557
if test "`cd $srcdir && pwd`" != "`pwd`" &&
2696
if test "`cd $srcdir && pwd`" != "`pwd`" &&
2558
   test -f $srcdir/config.status; then
2697
   test -f $srcdir/config.status; then
2559
  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2698
  { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2560
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2699
$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2561
   { (exit 1); exit 1; }; }
2700
   { (exit 1); exit 1; }; }
2562
fi
2701
fi
2563
 
2702
 
2564
# test whether we have cygpath
2703
# test whether we have cygpath
2565
if test -z "$CYGPATH_W"; then
2704
if test -z "$CYGPATH_W"; then
Line 2609... Line 2748...
2609
# will honor the `STRIP' environment variable to overrule this program.
2748
# will honor the `STRIP' environment variable to overrule this program.
2610
if test "$cross_compiling" != no; then
2749
if test "$cross_compiling" != no; then
2611
  if test -n "$ac_tool_prefix"; then
2750
  if test -n "$ac_tool_prefix"; then
2612
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2751
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2613
set dummy ${ac_tool_prefix}strip; ac_word=$2
2752
set dummy ${ac_tool_prefix}strip; ac_word=$2
2614
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2753
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2615
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2754
$as_echo_n "checking for $ac_word... " >&6; }
2616
if test "${ac_cv_prog_STRIP+set}" = set; then
2755
if test "${ac_cv_prog_STRIP+set}" = set; then
2617
  echo $ECHO_N "(cached) $ECHO_C" >&6
2756
  $as_echo_n "(cached) " >&6
2618
else
2757
else
2619
  if test -n "$STRIP"; then
2758
  if test -n "$STRIP"; then
2620
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2759
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2621
else
2760
else
2622
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2761
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2625... Line 2764...
2625
  IFS=$as_save_IFS
2764
  IFS=$as_save_IFS
2626
  test -z "$as_dir" && as_dir=.
2765
  test -z "$as_dir" && as_dir=.
2627
  for ac_exec_ext in '' $ac_executable_extensions; do
2766
  for ac_exec_ext in '' $ac_executable_extensions; do
2628
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2767
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2629
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2768
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2630
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2769
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2631
    break 2
2770
    break 2
2632
  fi
2771
  fi
2633
done
2772
done
2634
done
2773
done
2635
IFS=$as_save_IFS
2774
IFS=$as_save_IFS
2636
 
2775
 
2637
fi
2776
fi
2638
fi
2777
fi
2639
STRIP=$ac_cv_prog_STRIP
2778
STRIP=$ac_cv_prog_STRIP
2640
if test -n "$STRIP"; then
2779
if test -n "$STRIP"; then
2641
  { echo "$as_me:$LINENO: result: $STRIP" >&5
2780
  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2642
echo "${ECHO_T}$STRIP" >&6; }
2781
$as_echo "$STRIP" >&6; }
2643
else
2782
else
2644
  { echo "$as_me:$LINENO: result: no" >&5
2783
  { $as_echo "$as_me:$LINENO: result: no" >&5
2645
echo "${ECHO_T}no" >&6; }
2784
$as_echo "no" >&6; }
2646
fi
2785
fi
2647
 
2786
 
2648
 
2787
 
2649
fi
2788
fi
2650
if test -z "$ac_cv_prog_STRIP"; then
2789
if test -z "$ac_cv_prog_STRIP"; then
2651
  ac_ct_STRIP=$STRIP
2790
  ac_ct_STRIP=$STRIP
2652
  # Extract the first word of "strip", so it can be a program name with args.
2791
  # Extract the first word of "strip", so it can be a program name with args.
2653
set dummy strip; ac_word=$2
2792
set dummy strip; ac_word=$2
2654
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2793
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2655
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2794
$as_echo_n "checking for $ac_word... " >&6; }
2656
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2795
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2657
  echo $ECHO_N "(cached) $ECHO_C" >&6
2796
  $as_echo_n "(cached) " >&6
2658
else
2797
else
2659
  if test -n "$ac_ct_STRIP"; then
2798
  if test -n "$ac_ct_STRIP"; then
2660
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2799
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2661
else
2800
else
2662
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2801
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2665... Line 2804...
2665
  IFS=$as_save_IFS
2804
  IFS=$as_save_IFS
2666
  test -z "$as_dir" && as_dir=.
2805
  test -z "$as_dir" && as_dir=.
2667
  for ac_exec_ext in '' $ac_executable_extensions; do
2806
  for ac_exec_ext in '' $ac_executable_extensions; do
2668
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2807
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2669
    ac_cv_prog_ac_ct_STRIP="strip"
2808
    ac_cv_prog_ac_ct_STRIP="strip"
2670
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2809
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2671
    break 2
2810
    break 2
2672
  fi
2811
  fi
2673
done
2812
done
2674
done
2813
done
2675
IFS=$as_save_IFS
2814
IFS=$as_save_IFS
2676
 
2815
 
2677
fi
2816
fi
2678
fi
2817
fi
2679
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2818
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2680
if test -n "$ac_ct_STRIP"; then
2819
if test -n "$ac_ct_STRIP"; then
2681
  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2820
  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2682
echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2821
$as_echo "$ac_ct_STRIP" >&6; }
2683
else
2822
else
2684
  { echo "$as_me:$LINENO: result: no" >&5
2823
  { $as_echo "$as_me:$LINENO: result: no" >&5
2685
echo "${ECHO_T}no" >&6; }
2824
$as_echo "no" >&6; }
2686
fi
2825
fi
2687
 
2826
 
2688
  if test "x$ac_ct_STRIP" = x; then
2827
  if test "x$ac_ct_STRIP" = x; then
2689
    STRIP=":"
2828
    STRIP=":"
2690
  else
2829
  else
2691
    case $cross_compiling:$ac_tool_warned in
2830
    case $cross_compiling:$ac_tool_warned in
2692
yes:)
2831
yes:)
2693
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2832
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2694
whose name does not start with the host triplet.  If you think this
-
 
2695
configuration is useful to you, please write to autoconf@gnu.org." >&5
-
 
2696
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2833
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2697
whose name does not start with the host triplet.  If you think this
-
 
2698
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
-
 
2699
ac_tool_warned=yes ;;
2834
ac_tool_warned=yes ;;
2700
esac
2835
esac
2701
    STRIP=$ac_ct_STRIP
2836
    STRIP=$ac_ct_STRIP
2702
  fi
2837
  fi
2703
else
2838
else
Line 2735... Line 2870...
2735
       IFS=$kde_save_IFS
2870
       IFS=$kde_save_IFS
2736
    fi
2871
    fi
2737
 
2872
 
2738
  if test "x$prefix" = "xNONE"; then
2873
  if test "x$prefix" = "xNONE"; then
2739
 
2874
 
2740
   { echo "$as_me:$LINENO: checking for kde-config" >&5
2875
   { $as_echo "$as_me:$LINENO: checking for kde-config" >&5
2741
echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; }
2876
$as_echo_n "checking for kde-config... " >&6; }
2742
   if test -n "$KDECONFIG"; then
2877
   if test -n "$KDECONFIG"; then
2743
        kde_cv_path="$KDECONFIG";
2878
        kde_cv_path="$KDECONFIG";
2744
   else
2879
   else
2745
        kde_cache=`echo kde-config | sed 'y%./+-%__p_%'`
2880
        kde_cache=`echo kde-config | sed 'y%./+-%__p_%'`
2746
 
2881
 
2747
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
2882
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
2748
  echo $ECHO_N "(cached) $ECHO_C" >&6
2883
  $as_echo_n "(cached) " >&6
2749
else
2884
else
2750
 
2885
 
2751
        kde_cv_path="NONE"
2886
        kde_cv_path="NONE"
2752
	kde_save_IFS=$IFS
2887
	kde_save_IFS=$IFS
2753
	IFS=':'
2888
	IFS=':'
Line 2785... Line 2920...
2785
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
2920
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
2786
 
2921
 
2787
   fi
2922
   fi
2788
 
2923
 
2789
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
2924
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
2790
      { echo "$as_me:$LINENO: result: not found" >&5
2925
      { $as_echo "$as_me:$LINENO: result: not found" >&5
2791
echo "${ECHO_T}not found" >&6; }
2926
$as_echo "not found" >&6; }
2792
 
2927
 
2793
    { { echo "$as_me:$LINENO: error: The important program kde-config was not found!
2928
    { { $as_echo "$as_me:$LINENO: error: The important program kde-config was not found!
2794
Please check whether you installed KDE correctly.
2929
Please check whether you installed KDE correctly.
2795
" >&5
2930
" >&5
2796
echo "$as_me: error: The important program kde-config was not found!
2931
$as_echo "$as_me: error: The important program kde-config was not found!
2797
Please check whether you installed KDE correctly.
2932
Please check whether you installed KDE correctly.
2798
" >&2;}
2933
" >&2;}
2799
   { (exit 1); exit 1; }; }
2934
   { (exit 1); exit 1; }; }
2800
 
2935
 
2801
   else
2936
   else
2802
      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
2937
      { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5
2803
echo "${ECHO_T}$kde_cv_path" >&6; }
2938
$as_echo "$kde_cv_path" >&6; }
2804
      KDECONFIG=$kde_cv_path
2939
      KDECONFIG=$kde_cv_path
2805
 
2940
 
2806
   fi
2941
   fi
2807
 
2942
 
2808
  else
2943
  else
2809
        kde_save_PATH="$PATH"
2944
        kde_save_PATH="$PATH"
2810
    PATH="$exec_prefix/bin:$prefix/bin:$PATH"
2945
    PATH="$exec_prefix/bin:$prefix/bin:$PATH"
2811
 
2946
 
2812
   { echo "$as_me:$LINENO: checking for kde-config" >&5
2947
   { $as_echo "$as_me:$LINENO: checking for kde-config" >&5
2813
echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; }
2948
$as_echo_n "checking for kde-config... " >&6; }
2814
   if test -n "$KDECONFIG"; then
2949
   if test -n "$KDECONFIG"; then
2815
        kde_cv_path="$KDECONFIG";
2950
        kde_cv_path="$KDECONFIG";
2816
   else
2951
   else
2817
        kde_cache=`echo kde-config | sed 'y%./+-%__p_%'`
2952
        kde_cache=`echo kde-config | sed 'y%./+-%__p_%'`
2818
 
2953
 
2819
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
2954
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
2820
  echo $ECHO_N "(cached) $ECHO_C" >&6
2955
  $as_echo_n "(cached) " >&6
2821
else
2956
else
2822
 
2957
 
2823
        kde_cv_path="NONE"
2958
        kde_cv_path="NONE"
2824
	kde_save_IFS=$IFS
2959
	kde_save_IFS=$IFS
2825
	IFS=':'
2960
	IFS=':'
Line 2857... Line 2992...
2857
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
2992
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
2858
 
2993
 
2859
   fi
2994
   fi
2860
 
2995
 
2861
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
2996
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
2862
      { echo "$as_me:$LINENO: result: not found" >&5
2997
      { $as_echo "$as_me:$LINENO: result: not found" >&5
2863
echo "${ECHO_T}not found" >&6; }
2998
$as_echo "not found" >&6; }
2864
 
2999
 
2865
    { { echo "$as_me:$LINENO: error: The important program kde-config was not found!
3000
    { { $as_echo "$as_me:$LINENO: error: The important program kde-config was not found!
2866
Please check whether you installed KDE correctly.
3001
Please check whether you installed KDE correctly.
2867
" >&5
3002
" >&5
2868
echo "$as_me: error: The important program kde-config was not found!
3003
$as_echo "$as_me: error: The important program kde-config was not found!
2869
Please check whether you installed KDE correctly.
3004
Please check whether you installed KDE correctly.
2870
" >&2;}
3005
" >&2;}
2871
   { (exit 1); exit 1; }; }
3006
   { (exit 1); exit 1; }; }
2872
 
3007
 
2873
   else
3008
   else
2874
      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
3009
      { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5
2875
echo "${ECHO_T}$kde_cv_path" >&6; }
3010
$as_echo "$kde_cv_path" >&6; }
2876
      KDECONFIG=$kde_cv_path
3011
      KDECONFIG=$kde_cv_path
2877
 
3012
 
2878
   fi
3013
   fi
2879
 
3014
 
2880
    PATH="$kde_save_PATH"
3015
    PATH="$kde_save_PATH"
2881
  fi
3016
  fi
2882
 
3017
 
2883
  kde_libs_prefix=`$KDECONFIG --prefix`
3018
  kde_libs_prefix=`$KDECONFIG --prefix`
2884
  if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
3019
  if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
2885
       { { echo "$as_me:$LINENO: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs.
3020
       { { $as_echo "$as_me:$LINENO: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs.
2886
                    This means it has been moved since you installed it.
3021
                    This means it has been moved since you installed it.
2887
                    This won't work. Please recompile kdelibs for the new prefix.
3022
                    This won't work. Please recompile kdelibs for the new prefix.
2888
                    " >&5
3023
                    " >&5
2889
echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs.
3024
$as_echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs.
2890
                    This means it has been moved since you installed it.
3025
                    This means it has been moved since you installed it.
2891
                    This won't work. Please recompile kdelibs for the new prefix.
3026
                    This won't work. Please recompile kdelibs for the new prefix.
2892
                    " >&2;}
3027
                    " >&2;}
2893
   { (exit 1); exit 1; }; }
3028
   { (exit 1); exit 1; }; }
2894
  fi
3029
  fi
2895
  kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
3030
  kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
2896
 
3031
 
2897
  { echo "$as_me:$LINENO: checking where to install" >&5
3032
  { $as_echo "$as_me:$LINENO: checking where to install" >&5
2898
echo $ECHO_N "checking where to install... $ECHO_C" >&6; }
3033
$as_echo_n "checking where to install... " >&6; }
2899
  if test "x$prefix" = "xNONE"; then
3034
  if test "x$prefix" = "xNONE"; then
2900
    prefix=$kde_libs_prefix
3035
    prefix=$kde_libs_prefix
2901
    { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5
3036
    { $as_echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5
2902
echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; }
3037
$as_echo "$prefix (as returned by kde-config)" >&6; }
2903
  else
3038
  else
2904
        given_prefix=$prefix
3039
        given_prefix=$prefix
2905
    { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5
3040
    { $as_echo "$as_me:$LINENO: result: $prefix (as requested)" >&5
2906
echo "${ECHO_T}$prefix (as requested)" >&6; }
3041
$as_echo "$prefix (as requested)" >&6; }
2907
  fi
3042
  fi
2908
 
3043
 
2909
  # And delete superfluous '/' to make compares easier
3044
  # And delete superfluous '/' to make compares easier
2910
  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
3045
  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
2911
  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
3046
  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
Line 2951... Line 3086...
2951
am__doit:
3086
am__doit:
2952
	@echo done
3087
	@echo done
2953
.PHONY: am__doit
3088
.PHONY: am__doit
2954
END
3089
END
2955
# If we don't find an include directive, just comment out the code.
3090
# If we don't find an include directive, just comment out the code.
2956
{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3091
{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2957
echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
3092
$as_echo_n "checking for style of include used by $am_make... " >&6; }
2958
am__include="#"
3093
am__include="#"
2959
am__quote=
3094
am__quote=
2960
_am_result=none
3095
_am_result=none
2961
# First try GNU make style include.
3096
# First try GNU make style include.
2962
echo "include confinc" > confmf
3097
echo "include confinc" > confmf
Line 2979... Line 3114...
2979
      _am_result=BSD
3114
      _am_result=BSD
2980
   fi
3115
   fi
2981
fi
3116
fi
2982
 
3117
 
2983
 
3118
 
2984
{ echo "$as_me:$LINENO: result: $_am_result" >&5
3119
{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
2985
echo "${ECHO_T}$_am_result" >&6; }
3120
$as_echo "$_am_result" >&6; }
2986
rm -f confinc confmf
3121
rm -f confinc confmf
2987
 
3122
 
2988
# Check whether --enable-dependency-tracking was given.
3123
# Check whether --enable-dependency-tracking was given.
2989
if test "${enable_dependency_tracking+set}" = set; then
3124
if test "${enable_dependency_tracking+set}" = set; then
2990
  enableval=$enable_dependency_tracking;
3125
  enableval=$enable_dependency_tracking;
Line 3089... Line 3224...
3089
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3224
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3090
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3225
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3091
if test -n "$ac_tool_prefix"; then
3226
if test -n "$ac_tool_prefix"; then
3092
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3227
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3093
set dummy ${ac_tool_prefix}gcc; ac_word=$2
3228
set dummy ${ac_tool_prefix}gcc; ac_word=$2
3094
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
3229
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3095
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3230
$as_echo_n "checking for $ac_word... " >&6; }
3096
if test "${ac_cv_prog_CC+set}" = set; then
3231
if test "${ac_cv_prog_CC+set}" = set; then
3097
  echo $ECHO_N "(cached) $ECHO_C" >&6
3232
  $as_echo_n "(cached) " >&6
3098
else
3233
else
3099
  if test -n "$CC"; then
3234
  if test -n "$CC"; then
3100
  ac_cv_prog_CC="$CC" # Let the user override the test.
3235
  ac_cv_prog_CC="$CC" # Let the user override the test.
3101
else
3236
else
3102
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3237
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 3105... Line 3240...
3105
  IFS=$as_save_IFS
3240
  IFS=$as_save_IFS
3106
  test -z "$as_dir" && as_dir=.
3241
  test -z "$as_dir" && as_dir=.
3107
  for ac_exec_ext in '' $ac_executable_extensions; do
3242
  for ac_exec_ext in '' $ac_executable_extensions; do
3108
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3243
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3109
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
3244
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
3110
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3245
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3111
    break 2
3246
    break 2
3112
  fi
3247
  fi
3113
done
3248
done
3114
done
3249
done
3115
IFS=$as_save_IFS
3250
IFS=$as_save_IFS
3116
 
3251
 
3117
fi
3252
fi
3118
fi
3253
fi
3119
CC=$ac_cv_prog_CC
3254
CC=$ac_cv_prog_CC
3120
if test -n "$CC"; then
3255
if test -n "$CC"; then
3121
  { echo "$as_me:$LINENO: result: $CC" >&5
3256
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
3122
echo "${ECHO_T}$CC" >&6; }
3257
$as_echo "$CC" >&6; }
3123
else
3258
else
3124
  { echo "$as_me:$LINENO: result: no" >&5
3259
  { $as_echo "$as_me:$LINENO: result: no" >&5
3125
echo "${ECHO_T}no" >&6; }
3260
$as_echo "no" >&6; }
3126
fi
3261
fi
3127
 
3262
 
3128
 
3263
 
3129
fi
3264
fi
3130
if test -z "$ac_cv_prog_CC"; then
3265
if test -z "$ac_cv_prog_CC"; then
3131
  ac_ct_CC=$CC
3266
  ac_ct_CC=$CC
3132
  # Extract the first word of "gcc", so it can be a program name with args.
3267
  # Extract the first word of "gcc", so it can be a program name with args.
3133
set dummy gcc; ac_word=$2
3268
set dummy gcc; ac_word=$2
3134
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
3269
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3135
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3270
$as_echo_n "checking for $ac_word... " >&6; }
3136
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3271
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3137
  echo $ECHO_N "(cached) $ECHO_C" >&6
3272
  $as_echo_n "(cached) " >&6
3138
else
3273
else
3139
  if test -n "$ac_ct_CC"; then
3274
  if test -n "$ac_ct_CC"; then
3140
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3275
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3141
else
3276
else
3142
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3277
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 3145... Line 3280...
3145
  IFS=$as_save_IFS
3280
  IFS=$as_save_IFS
3146
  test -z "$as_dir" && as_dir=.
3281
  test -z "$as_dir" && as_dir=.
3147
  for ac_exec_ext in '' $ac_executable_extensions; do
3282
  for ac_exec_ext in '' $ac_executable_extensions; do
3148
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3283
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3149
    ac_cv_prog_ac_ct_CC="gcc"
3284
    ac_cv_prog_ac_ct_CC="gcc"
3150
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3285
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3151
    break 2
3286
    break 2
3152
  fi
3287
  fi
3153
done
3288
done
3154
done
3289
done
3155
IFS=$as_save_IFS
3290
IFS=$as_save_IFS
3156
 
3291
 
3157
fi
3292
fi
3158
fi
3293
fi
3159
ac_ct_CC=$ac_cv_prog_ac_ct_CC
3294
ac_ct_CC=$ac_cv_prog_ac_ct_CC
3160
if test -n "$ac_ct_CC"; then
3295
if test -n "$ac_ct_CC"; then
3161
  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3296
  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3162
echo "${ECHO_T}$ac_ct_CC" >&6; }
3297
$as_echo "$ac_ct_CC" >&6; }
3163
else
3298
else
3164
  { echo "$as_me:$LINENO: result: no" >&5
3299
  { $as_echo "$as_me:$LINENO: result: no" >&5
3165
echo "${ECHO_T}no" >&6; }
3300
$as_echo "no" >&6; }
3166
fi
3301
fi
3167
 
3302
 
3168
  if test "x$ac_ct_CC" = x; then
3303
  if test "x$ac_ct_CC" = x; then
3169
    CC=""
3304
    CC=""
3170
  else
3305
  else
3171
    case $cross_compiling:$ac_tool_warned in
3306
    case $cross_compiling:$ac_tool_warned in
3172
yes:)
3307
yes:)
3173
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3308
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3174
whose name does not start with the host triplet.  If you think this
-
 
3175
configuration is useful to you, please write to autoconf@gnu.org." >&5
-
 
3176
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3309
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3177
whose name does not start with the host triplet.  If you think this
-
 
3178
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
-
 
3179
ac_tool_warned=yes ;;
3310
ac_tool_warned=yes ;;
3180
esac
3311
esac
3181
    CC=$ac_ct_CC
3312
    CC=$ac_ct_CC
3182
  fi
3313
  fi
3183
else
3314
else
Line 3186... Line 3317...
3186
 
3317
 
3187
if test -z "$CC"; then
3318
if test -z "$CC"; then
3188
          if test -n "$ac_tool_prefix"; then
3319
          if test -n "$ac_tool_prefix"; then
3189
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3320
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3190
set dummy ${ac_tool_prefix}cc; ac_word=$2
3321
set dummy ${ac_tool_prefix}cc; ac_word=$2
3191
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
3322
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3192
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3323
$as_echo_n "checking for $ac_word... " >&6; }
3193
if test "${ac_cv_prog_CC+set}" = set; then
3324
if test "${ac_cv_prog_CC+set}" = set; then
3194
  echo $ECHO_N "(cached) $ECHO_C" >&6
3325
  $as_echo_n "(cached) " >&6
3195
else
3326
else
3196
  if test -n "$CC"; then
3327
  if test -n "$CC"; then
3197
  ac_cv_prog_CC="$CC" # Let the user override the test.
3328
  ac_cv_prog_CC="$CC" # Let the user override the test.
3198
else
3329
else
3199
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3330
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 3202... Line 3333...
3202
  IFS=$as_save_IFS
3333
  IFS=$as_save_IFS
3203
  test -z "$as_dir" && as_dir=.
3334
  test -z "$as_dir" && as_dir=.
3204
  for ac_exec_ext in '' $ac_executable_extensions; do
3335
  for ac_exec_ext in '' $ac_executable_extensions; do
3205
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3336
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3206
    ac_cv_prog_CC="${ac_tool_prefix}cc"
3337
    ac_cv_prog_CC="${ac_tool_prefix}cc"
3207
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3338
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3208
    break 2
3339
    break 2
3209
  fi
3340
  fi
3210
done
3341
done
3211
done
3342
done
3212
IFS=$as_save_IFS
3343
IFS=$as_save_IFS
3213
 
3344
 
3214
fi
3345
fi
3215
fi
3346
fi
3216
CC=$ac_cv_prog_CC
3347
CC=$ac_cv_prog_CC
3217
if test -n "$CC"; then
3348
if test -n "$CC"; then
3218
  { echo "$as_me:$LINENO: result: $CC" >&5
3349
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
3219
echo "${ECHO_T}$CC" >&6; }
3350
$as_echo "$CC" >&6; }
3220
else
3351
else
3221
  { echo "$as_me:$LINENO: result: no" >&5
3352
  { $as_echo "$as_me:$LINENO: result: no" >&5
3222
echo "${ECHO_T}no" >&6; }
3353
$as_echo "no" >&6; }
3223
fi
3354
fi
3224
 
3355
 
3225
 
3356
 
3226
  fi
3357
  fi
3227
fi
3358
fi
3228
if test -z "$CC"; then
3359
if test -z "$CC"; then
3229
  # Extract the first word of "cc", so it can be a program name with args.
3360
  # Extract the first word of "cc", so it can be a program name with args.
3230
set dummy cc; ac_word=$2
3361
set dummy cc; ac_word=$2
3231
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
3362
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3232
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3363
$as_echo_n "checking for $ac_word... " >&6; }
3233
if test "${ac_cv_prog_CC+set}" = set; then
3364
if test "${ac_cv_prog_CC+set}" = set; then
3234
  echo $ECHO_N "(cached) $ECHO_C" >&6
3365
  $as_echo_n "(cached) " >&6
3235
else
3366
else
3236
  if test -n "$CC"; then
3367
  if test -n "$CC"; then
3237
  ac_cv_prog_CC="$CC" # Let the user override the test.
3368
  ac_cv_prog_CC="$CC" # Let the user override the test.
3238
else
3369
else
3239
  ac_prog_rejected=no
3370
  ac_prog_rejected=no
Line 3247... Line 3378...
3247
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3378
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3248
       ac_prog_rejected=yes
3379
       ac_prog_rejected=yes
3249
       continue
3380
       continue
3250
     fi
3381
     fi
3251
    ac_cv_prog_CC="cc"
3382
    ac_cv_prog_CC="cc"
3252
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3383
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3253
    break 2
3384
    break 2
3254
  fi
3385
  fi
3255
done
3386
done
3256
done
3387
done
3257
IFS=$as_save_IFS
3388
IFS=$as_save_IFS
Line 3270... Line 3401...
3270
fi
3401
fi
3271
fi
3402
fi
3272
fi
3403
fi
3273
CC=$ac_cv_prog_CC
3404
CC=$ac_cv_prog_CC
3274
if test -n "$CC"; then
3405
if test -n "$CC"; then
3275
  { echo "$as_me:$LINENO: result: $CC" >&5
3406
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
3276
echo "${ECHO_T}$CC" >&6; }
3407
$as_echo "$CC" >&6; }
3277
else
3408
else
3278
  { echo "$as_me:$LINENO: result: no" >&5
3409
  { $as_echo "$as_me:$LINENO: result: no" >&5
3279
echo "${ECHO_T}no" >&6; }
3410
$as_echo "no" >&6; }
3280
fi
3411
fi
3281
 
3412
 
3282
 
3413
 
3283
fi
3414
fi
3284
if test -z "$CC"; then
3415
if test -z "$CC"; then
3285
  if test -n "$ac_tool_prefix"; then
3416
  if test -n "$ac_tool_prefix"; then
3286
  for ac_prog in cl.exe
3417
  for ac_prog in cl.exe
3287
  do
3418
  do
3288
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3419
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3289
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3420
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3290
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
3421
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3291
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3422
$as_echo_n "checking for $ac_word... " >&6; }
3292
if test "${ac_cv_prog_CC+set}" = set; then
3423
if test "${ac_cv_prog_CC+set}" = set; then
3293
  echo $ECHO_N "(cached) $ECHO_C" >&6
3424
  $as_echo_n "(cached) " >&6
3294
else
3425
else
3295
  if test -n "$CC"; then
3426
  if test -n "$CC"; then
3296
  ac_cv_prog_CC="$CC" # Let the user override the test.
3427
  ac_cv_prog_CC="$CC" # Let the user override the test.
3297
else
3428
else
3298
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3429
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 3301... Line 3432...
3301
  IFS=$as_save_IFS
3432
  IFS=$as_save_IFS
3302
  test -z "$as_dir" && as_dir=.
3433
  test -z "$as_dir" && as_dir=.
3303
  for ac_exec_ext in '' $ac_executable_extensions; do
3434
  for ac_exec_ext in '' $ac_executable_extensions; do
3304
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3435
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3305
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3436
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3306
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3437
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3307
    break 2
3438
    break 2
3308
  fi
3439
  fi
3309
done
3440
done
3310
done
3441
done
3311
IFS=$as_save_IFS
3442
IFS=$as_save_IFS
3312
 
3443
 
3313
fi
3444
fi
3314
fi
3445
fi
3315
CC=$ac_cv_prog_CC
3446
CC=$ac_cv_prog_CC
3316
if test -n "$CC"; then
3447
if test -n "$CC"; then
3317
  { echo "$as_me:$LINENO: result: $CC" >&5
3448
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
3318
echo "${ECHO_T}$CC" >&6; }
3449
$as_echo "$CC" >&6; }
3319
else
3450
else
3320
  { echo "$as_me:$LINENO: result: no" >&5
3451
  { $as_echo "$as_me:$LINENO: result: no" >&5
3321
echo "${ECHO_T}no" >&6; }
3452
$as_echo "no" >&6; }
3322
fi
3453
fi
3323
 
3454
 
3324
 
3455
 
3325
    test -n "$CC" && break
3456
    test -n "$CC" && break
3326
  done
3457
  done
Line 3329... Line 3460...
3329
  ac_ct_CC=$CC
3460
  ac_ct_CC=$CC
3330
  for ac_prog in cl.exe
3461
  for ac_prog in cl.exe
3331
do
3462
do
3332
  # Extract the first word of "$ac_prog", so it can be a program name with args.
3463
  # Extract the first word of "$ac_prog", so it can be a program name with args.
3333
set dummy $ac_prog; ac_word=$2
3464
set dummy $ac_prog; ac_word=$2
3334
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
3465
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3335
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3466
$as_echo_n "checking for $ac_word... " >&6; }
3336
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3467
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3337
  echo $ECHO_N "(cached) $ECHO_C" >&6
3468
  $as_echo_n "(cached) " >&6
3338
else
3469
else
3339
  if test -n "$ac_ct_CC"; then
3470
  if test -n "$ac_ct_CC"; then
3340
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3471
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3341
else
3472
else
3342
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3473
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 3345... Line 3476...
3345
  IFS=$as_save_IFS
3476
  IFS=$as_save_IFS
3346
  test -z "$as_dir" && as_dir=.
3477
  test -z "$as_dir" && as_dir=.
3347
  for ac_exec_ext in '' $ac_executable_extensions; do
3478
  for ac_exec_ext in '' $ac_executable_extensions; do
3348
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3479
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3349
    ac_cv_prog_ac_ct_CC="$ac_prog"
3480
    ac_cv_prog_ac_ct_CC="$ac_prog"
3350
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3481
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3351
    break 2
3482
    break 2
3352
  fi
3483
  fi
3353
done
3484
done
3354
done
3485
done
3355
IFS=$as_save_IFS
3486
IFS=$as_save_IFS
3356
 
3487
 
3357
fi
3488
fi
3358
fi
3489
fi
3359
ac_ct_CC=$ac_cv_prog_ac_ct_CC
3490
ac_ct_CC=$ac_cv_prog_ac_ct_CC
3360
if test -n "$ac_ct_CC"; then
3491
if test -n "$ac_ct_CC"; then
3361
  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3492
  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3362
echo "${ECHO_T}$ac_ct_CC" >&6; }
3493
$as_echo "$ac_ct_CC" >&6; }
3363
else
3494
else
3364
  { echo "$as_me:$LINENO: result: no" >&5
3495
  { $as_echo "$as_me:$LINENO: result: no" >&5
3365
echo "${ECHO_T}no" >&6; }
3496
$as_echo "no" >&6; }
3366
fi
3497
fi
3367
 
3498
 
3368
 
3499
 
3369
  test -n "$ac_ct_CC" && break
3500
  test -n "$ac_ct_CC" && break
3370
done
3501
done
Line 3372... Line 3503...
3372
  if test "x$ac_ct_CC" = x; then
3503
  if test "x$ac_ct_CC" = x; then
3373
    CC=""
3504
    CC=""
3374
  else
3505
  else
3375
    case $cross_compiling:$ac_tool_warned in
3506
    case $cross_compiling:$ac_tool_warned in
3376
yes:)
3507
yes:)
3377
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3508
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3378
whose name does not start with the host triplet.  If you think this
-
 
3379
configuration is useful to you, please write to autoconf@gnu.org." >&5
-
 
3380
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3509
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3381
whose name does not start with the host triplet.  If you think this
-
 
3382
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
-
 
3383
ac_tool_warned=yes ;;
3510
ac_tool_warned=yes ;;
3384
esac
3511
esac
3385
    CC=$ac_ct_CC
3512
    CC=$ac_ct_CC
3386
  fi
3513
  fi
3387
fi
3514
fi
3388
 
3515
 
3389
fi
3516
fi
3390
 
3517
 
3391
 
3518
 
-
 
3519
test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
3520
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3392
test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3521
{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3393
See \`config.log' for more details." >&5
3522
See \`config.log' for more details." >&5
3394
echo "$as_me: error: no acceptable C compiler found in \$PATH
3523
$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
3395
See \`config.log' for more details." >&2;}
3524
See \`config.log' for more details." >&2;}
3396
   { (exit 1); exit 1; }; }
3525
   { (exit 1); exit 1; }; }; }
3397
 
3526
 
3398
# Provide some information about the compiler.
3527
# Provide some information about the compiler.
3399
echo "$as_me:$LINENO: checking for C compiler version" >&5
3528
$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3400
ac_compiler=`set X $ac_compile; echo $2`
3529
set X $ac_compile
-
 
3530
ac_compiler=$2
3401
{ (ac_try="$ac_compiler --version >&5"
3531
{ (ac_try="$ac_compiler --version >&5"
3402
case "(($ac_try" in
3532
case "(($ac_try" in
3403
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3533
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3404
  *) ac_try_echo=$ac_try;;
3534
  *) ac_try_echo=$ac_try;;
3405
esac
3535
esac
3406
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3536
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3537
$as_echo "$ac_try_echo") >&5
3407
  (eval "$ac_compiler --version >&5") 2>&5
3538
  (eval "$ac_compiler --version >&5") 2>&5
3408
  ac_status=$?
3539
  ac_status=$?
3409
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3540
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3410
  (exit $ac_status); }
3541
  (exit $ac_status); }
3411
{ (ac_try="$ac_compiler -v >&5"
3542
{ (ac_try="$ac_compiler -v >&5"
3412
case "(($ac_try" in
3543
case "(($ac_try" in
3413
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3544
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3414
  *) ac_try_echo=$ac_try;;
3545
  *) ac_try_echo=$ac_try;;
3415
esac
3546
esac
3416
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3547
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3548
$as_echo "$ac_try_echo") >&5
3417
  (eval "$ac_compiler -v >&5") 2>&5
3549
  (eval "$ac_compiler -v >&5") 2>&5
3418
  ac_status=$?
3550
  ac_status=$?
3419
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3551
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3420
  (exit $ac_status); }
3552
  (exit $ac_status); }
3421
{ (ac_try="$ac_compiler -V >&5"
3553
{ (ac_try="$ac_compiler -V >&5"
3422
case "(($ac_try" in
3554
case "(($ac_try" in
3423
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3555
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3424
  *) ac_try_echo=$ac_try;;
3556
  *) ac_try_echo=$ac_try;;
3425
esac
3557
esac
3426
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3558
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3559
$as_echo "$ac_try_echo") >&5
3427
  (eval "$ac_compiler -V >&5") 2>&5
3560
  (eval "$ac_compiler -V >&5") 2>&5
3428
  ac_status=$?
3561
  ac_status=$?
3429
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3562
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3430
  (exit $ac_status); }
3563
  (exit $ac_status); }
3431
 
3564
 
3432
cat >conftest.$ac_ext <<_ACEOF
3565
cat >conftest.$ac_ext <<_ACEOF
3433
/* confdefs.h.  */
3566
/* confdefs.h.  */
3434
_ACEOF
3567
_ACEOF
Line 3443... Line 3576...
3443
  ;
3576
  ;
3444
  return 0;
3577
  return 0;
3445
}
3578
}
3446
_ACEOF
3579
_ACEOF
3447
ac_clean_files_save=$ac_clean_files
3580
ac_clean_files_save=$ac_clean_files
3448
ac_clean_files="$ac_clean_files a.out a.exe b.out"
3581
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3449
# Try to create an executable without -o first, disregard a.out.
3582
# Try to create an executable without -o first, disregard a.out.
3450
# It will help us diagnose broken compilers, and finding out an intuition
3583
# It will help us diagnose broken compilers, and finding out an intuition
3451
# of exeext.
3584
# of exeext.
3452
{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3585
{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3453
echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
3586
$as_echo_n "checking for C compiler default output file name... " >&6; }
3454
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3587
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3455
#
3588
 
3456
# List of possible output files, starting from the most likely.
3589
# The possible output files:
3457
# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
-
 
3458
# only as a last resort.  b.out is created by i960 compilers.
-
 
3459
ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
3590
ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3460
#
3591
 
3461
# The IRIX 6 linker writes into existing files which may not be
-
 
3462
# executable, retaining their permissions.  Remove them first so a
-
 
3463
# subsequent execution test works.
-
 
3464
ac_rmfiles=
3592
ac_rmfiles=
3465
for ac_file in $ac_files
3593
for ac_file in $ac_files
3466
do
3594
do
3467
  case $ac_file in
3595
  case $ac_file in
3468
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
3596
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3469
    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3597
    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3470
  esac
3598
  esac
3471
done
3599
done
3472
rm -f $ac_rmfiles
3600
rm -f $ac_rmfiles
3473
 
3601
 
3474
if { (ac_try="$ac_link_default"
3602
if { (ac_try="$ac_link_default"
3475
case "(($ac_try" in
3603
case "(($ac_try" in
3476
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3604
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477
  *) ac_try_echo=$ac_try;;
3605
  *) ac_try_echo=$ac_try;;
3478
esac
3606
esac
3479
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3607
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3608
$as_echo "$ac_try_echo") >&5
3480
  (eval "$ac_link_default") 2>&5
3609
  (eval "$ac_link_default") 2>&5
3481
  ac_status=$?
3610
  ac_status=$?
3482
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3611
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3483
  (exit $ac_status); }; then
3612
  (exit $ac_status); }; then
3484
  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3613
  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3485
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3614
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3486
# in a Makefile.  We should not override ac_cv_exeext if it was cached,
3615
# in a Makefile.  We should not override ac_cv_exeext if it was cached,
3487
# so that the user can short-circuit this test for compilers unknown to
3616
# so that the user can short-circuit this test for compilers unknown to
3488
# Autoconf.
3617
# Autoconf.
3489
for ac_file in $ac_files ''
3618
for ac_file in $ac_files ''
3490
do
3619
do
3491
  test -f "$ac_file" || continue
3620
  test -f "$ac_file" || continue
3492
  case $ac_file in
3621
  case $ac_file in
3493
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
3622
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3494
	;;
3623
	;;
3495
    [ab].out )
3624
    [ab].out )
3496
	# We found the default executable, but exeext='' is most
3625
	# We found the default executable, but exeext='' is most
3497
	# certainly right.
3626
	# certainly right.
3498
	break;;
3627
	break;;
Line 3515... Line 3644...
3515
 
3644
 
3516
else
3645
else
3517
  ac_file=''
3646
  ac_file=''
3518
fi
3647
fi
3519
 
3648
 
3520
{ echo "$as_me:$LINENO: result: $ac_file" >&5
3649
{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
3521
echo "${ECHO_T}$ac_file" >&6; }
3650
$as_echo "$ac_file" >&6; }
3522
if test -z "$ac_file"; then
3651
if test -z "$ac_file"; then
3523
  echo "$as_me: failed program was:" >&5
3652
  $as_echo "$as_me: failed program was:" >&5
3524
sed 's/^/| /' conftest.$ac_ext >&5
3653
sed 's/^/| /' conftest.$ac_ext >&5
3525
 
3654
 
-
 
3655
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
3656
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3526
{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
3657
{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
3527
See \`config.log' for more details." >&5
3658
See \`config.log' for more details." >&5
3528
echo "$as_me: error: C compiler cannot create executables
3659
$as_echo "$as_me: error: C compiler cannot create executables
3529
See \`config.log' for more details." >&2;}
3660
See \`config.log' for more details." >&2;}
3530
   { (exit 77); exit 77; }; }
3661
   { (exit 77); exit 77; }; }; }
3531
fi
3662
fi
3532
 
3663
 
3533
ac_exeext=$ac_cv_exeext
3664
ac_exeext=$ac_cv_exeext
3534
 
3665
 
3535
# Check that the compiler produces executables we can run.  If not, either
3666
# Check that the compiler produces executables we can run.  If not, either
3536
# the compiler is broken, or we cross compile.
3667
# the compiler is broken, or we cross compile.
3537
{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3668
{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3538
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
3669
$as_echo_n "checking whether the C compiler works... " >&6; }
3539
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3670
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3540
# If not cross compiling, check that we can run a simple program.
3671
# If not cross compiling, check that we can run a simple program.
3541
if test "$cross_compiling" != yes; then
3672
if test "$cross_compiling" != yes; then
3542
  if { ac_try='./$ac_file'
3673
  if { ac_try='./$ac_file'
3543
  { (case "(($ac_try" in
3674
  { (case "(($ac_try" in
3544
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3675
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3545
  *) ac_try_echo=$ac_try;;
3676
  *) ac_try_echo=$ac_try;;
3546
esac
3677
esac
3547
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3678
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3679
$as_echo "$ac_try_echo") >&5
3548
  (eval "$ac_try") 2>&5
3680
  (eval "$ac_try") 2>&5
3549
  ac_status=$?
3681
  ac_status=$?
3550
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3682
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3551
  (exit $ac_status); }; }; then
3683
  (exit $ac_status); }; }; then
3552
    cross_compiling=no
3684
    cross_compiling=no
3553
  else
3685
  else
3554
    if test "$cross_compiling" = maybe; then
3686
    if test "$cross_compiling" = maybe; then
3555
	cross_compiling=yes
3687
	cross_compiling=yes
3556
    else
3688
    else
-
 
3689
	{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
3690
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3557
	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3691
{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
3558
If you meant to cross compile, use \`--host'.
3692
If you meant to cross compile, use \`--host'.
3559
See \`config.log' for more details." >&5
3693
See \`config.log' for more details." >&5
3560
echo "$as_me: error: cannot run C compiled programs.
3694
$as_echo "$as_me: error: cannot run C compiled programs.
3561
If you meant to cross compile, use \`--host'.
3695
If you meant to cross compile, use \`--host'.
3562
See \`config.log' for more details." >&2;}
3696
See \`config.log' for more details." >&2;}
3563
   { (exit 1); exit 1; }; }
3697
   { (exit 1); exit 1; }; }; }
3564
    fi
3698
    fi
3565
  fi
3699
  fi
3566
fi
3700
fi
3567
{ echo "$as_me:$LINENO: result: yes" >&5
3701
{ $as_echo "$as_me:$LINENO: result: yes" >&5
3568
echo "${ECHO_T}yes" >&6; }
3702
$as_echo "yes" >&6; }
3569
 
3703
 
3570
rm -f a.out a.exe conftest$ac_cv_exeext b.out
3704
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3571
ac_clean_files=$ac_clean_files_save
3705
ac_clean_files=$ac_clean_files_save
3572
# Check that the compiler produces executables we can run.  If not, either
3706
# Check that the compiler produces executables we can run.  If not, either
3573
# the compiler is broken, or we cross compile.
3707
# the compiler is broken, or we cross compile.
3574
{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3708
{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3575
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
3709
$as_echo_n "checking whether we are cross compiling... " >&6; }
3576
{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
3710
{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3577
echo "${ECHO_T}$cross_compiling" >&6; }
3711
$as_echo "$cross_compiling" >&6; }
3578
 
3712
 
3579
{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
3713
{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3580
echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
3714
$as_echo_n "checking for suffix of executables... " >&6; }
3581
if { (ac_try="$ac_link"
3715
if { (ac_try="$ac_link"
3582
case "(($ac_try" in
3716
case "(($ac_try" in
3583
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3717
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3584
  *) ac_try_echo=$ac_try;;
3718
  *) ac_try_echo=$ac_try;;
3585
esac
3719
esac
3586
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3720
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3721
$as_echo "$ac_try_echo") >&5
3587
  (eval "$ac_link") 2>&5
3722
  (eval "$ac_link") 2>&5
3588
  ac_status=$?
3723
  ac_status=$?
3589
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3724
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3590
  (exit $ac_status); }; then
3725
  (exit $ac_status); }; then
3591
  # If both `conftest.exe' and `conftest' are `present' (well, observable)
3726
  # If both `conftest.exe' and `conftest' are `present' (well, observable)
3592
# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3727
# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3593
# work properly (i.e., refer to `conftest.exe'), while it won't with
3728
# work properly (i.e., refer to `conftest.exe'), while it won't with
3594
# `rm'.
3729
# `rm'.
3595
for ac_file in conftest.exe conftest conftest.*; do
3730
for ac_file in conftest.exe conftest conftest.*; do
3596
  test -f "$ac_file" || continue
3731
  test -f "$ac_file" || continue
3597
  case $ac_file in
3732
  case $ac_file in
3598
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
3733
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3599
    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3734
    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3600
	  break;;
3735
	  break;;
3601
    * ) break;;
3736
    * ) break;;
3602
  esac
3737
  esac
3603
done
3738
done
3604
else
3739
else
-
 
3740
  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
3741
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3605
  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3742
{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3606
See \`config.log' for more details." >&5
3743
See \`config.log' for more details." >&5
3607
echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3744
$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3608
See \`config.log' for more details." >&2;}
3745
See \`config.log' for more details." >&2;}
3609
   { (exit 1); exit 1; }; }
3746
   { (exit 1); exit 1; }; }; }
3610
fi
3747
fi
3611
 
3748
 
3612
rm -f conftest$ac_cv_exeext
3749
rm -f conftest$ac_cv_exeext
3613
{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3750
{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3614
echo "${ECHO_T}$ac_cv_exeext" >&6; }
3751
$as_echo "$ac_cv_exeext" >&6; }
3615
 
3752
 
3616
rm -f conftest.$ac_ext
3753
rm -f conftest.$ac_ext
3617
EXEEXT=$ac_cv_exeext
3754
EXEEXT=$ac_cv_exeext
3618
ac_exeext=$EXEEXT
3755
ac_exeext=$EXEEXT
3619
{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
3756
{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3620
echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
3757
$as_echo_n "checking for suffix of object files... " >&6; }
3621
if test "${ac_cv_objext+set}" = set; then
3758
if test "${ac_cv_objext+set}" = set; then
3622
  echo $ECHO_N "(cached) $ECHO_C" >&6
3759
  $as_echo_n "(cached) " >&6
3623
else
3760
else
3624
  cat >conftest.$ac_ext <<_ACEOF
3761
  cat >conftest.$ac_ext <<_ACEOF
3625
/* confdefs.h.  */
3762
/* confdefs.h.  */
3626
_ACEOF
3763
_ACEOF
3627
cat confdefs.h >>conftest.$ac_ext
3764
cat confdefs.h >>conftest.$ac_ext
Line 3640... Line 3777...
3640
if { (ac_try="$ac_compile"
3777
if { (ac_try="$ac_compile"
3641
case "(($ac_try" in
3778
case "(($ac_try" in
3642
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3779
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3643
  *) ac_try_echo=$ac_try;;
3780
  *) ac_try_echo=$ac_try;;
3644
esac
3781
esac
3645
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3782
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3783
$as_echo "$ac_try_echo") >&5
3646
  (eval "$ac_compile") 2>&5
3784
  (eval "$ac_compile") 2>&5
3647
  ac_status=$?
3785
  ac_status=$?
3648
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3786
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3649
  (exit $ac_status); }; then
3787
  (exit $ac_status); }; then
3650
  for ac_file in conftest.o conftest.obj conftest.*; do
3788
  for ac_file in conftest.o conftest.obj conftest.*; do
3651
  test -f "$ac_file" || continue;
3789
  test -f "$ac_file" || continue;
3652
  case $ac_file in
3790
  case $ac_file in
3653
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
3791
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3654
    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3792
    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3655
       break;;
3793
       break;;
3656
  esac
3794
  esac
3657
done
3795
done
3658
else
3796
else
3659
  echo "$as_me: failed program was:" >&5
3797
  $as_echo "$as_me: failed program was:" >&5
3660
sed 's/^/| /' conftest.$ac_ext >&5
3798
sed 's/^/| /' conftest.$ac_ext >&5
3661
 
3799
 
-
 
3800
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
3801
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3662
{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3802
{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3663
See \`config.log' for more details." >&5
3803
See \`config.log' for more details." >&5
3664
echo "$as_me: error: cannot compute suffix of object files: cannot compile
3804
$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3665
See \`config.log' for more details." >&2;}
3805
See \`config.log' for more details." >&2;}
3666
   { (exit 1); exit 1; }; }
3806
   { (exit 1); exit 1; }; }; }
3667
fi
3807
fi
3668
 
3808
 
3669
rm -f conftest.$ac_cv_objext conftest.$ac_ext
3809
rm -f conftest.$ac_cv_objext conftest.$ac_ext
3670
fi
3810
fi
3671
{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3811
{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3672
echo "${ECHO_T}$ac_cv_objext" >&6; }
3812
$as_echo "$ac_cv_objext" >&6; }
3673
OBJEXT=$ac_cv_objext
3813
OBJEXT=$ac_cv_objext
3674
ac_objext=$OBJEXT
3814
ac_objext=$OBJEXT
3675
{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3815
{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3676
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
3816
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3677
if test "${ac_cv_c_compiler_gnu+set}" = set; then
3817
if test "${ac_cv_c_compiler_gnu+set}" = set; then
3678
  echo $ECHO_N "(cached) $ECHO_C" >&6
3818
  $as_echo_n "(cached) " >&6
3679
else
3819
else
3680
  cat >conftest.$ac_ext <<_ACEOF
3820
  cat >conftest.$ac_ext <<_ACEOF
3681
/* confdefs.h.  */
3821
/* confdefs.h.  */
3682
_ACEOF
3822
_ACEOF
3683
cat confdefs.h >>conftest.$ac_ext
3823
cat confdefs.h >>conftest.$ac_ext
Line 3699... Line 3839...
3699
if { (ac_try="$ac_compile"
3839
if { (ac_try="$ac_compile"
3700
case "(($ac_try" in
3840
case "(($ac_try" in
3701
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3702
  *) ac_try_echo=$ac_try;;
3842
  *) ac_try_echo=$ac_try;;
3703
esac
3843
esac
3704
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3844
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3845
$as_echo "$ac_try_echo") >&5
3705
  (eval "$ac_compile") 2>conftest.er1
3846
  (eval "$ac_compile") 2>conftest.er1
3706
  ac_status=$?
3847
  ac_status=$?
3707
  grep -v '^ *+' conftest.er1 >conftest.err
3848
  grep -v '^ *+' conftest.er1 >conftest.err
3708
  rm -f conftest.er1
3849
  rm -f conftest.er1
3709
  cat conftest.err >&5
3850
  cat conftest.err >&5
3710
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3711
  (exit $ac_status); } && {
3852
  (exit $ac_status); } && {
3712
	 test -z "$ac_c_werror_flag" ||
3853
	 test -z "$ac_c_werror_flag" ||
3713
	 test ! -s conftest.err
3854
	 test ! -s conftest.err
3714
       } && test -s conftest.$ac_objext; then
3855
       } && test -s conftest.$ac_objext; then
3715
  ac_compiler_gnu=yes
3856
  ac_compiler_gnu=yes
3716
else
3857
else
3717
  echo "$as_me: failed program was:" >&5
3858
  $as_echo "$as_me: failed program was:" >&5
3718
sed 's/^/| /' conftest.$ac_ext >&5
3859
sed 's/^/| /' conftest.$ac_ext >&5
3719
 
3860
 
3720
	ac_compiler_gnu=no
3861
	ac_compiler_gnu=no
3721
fi
3862
fi
3722
 
3863
 
3723
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3864
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3724
ac_cv_c_compiler_gnu=$ac_compiler_gnu
3865
ac_cv_c_compiler_gnu=$ac_compiler_gnu
3725
 
3866
 
3726
fi
3867
fi
3727
{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3868
{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3728
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
3869
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3729
GCC=`test $ac_compiler_gnu = yes && echo yes`
3870
if test $ac_compiler_gnu = yes; then
-
 
3871
  GCC=yes
-
 
3872
else
-
 
3873
  GCC=
-
 
3874
fi
3730
ac_test_CFLAGS=${CFLAGS+set}
3875
ac_test_CFLAGS=${CFLAGS+set}
3731
ac_save_CFLAGS=$CFLAGS
3876
ac_save_CFLAGS=$CFLAGS
3732
{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3877
{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3733
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
3878
$as_echo_n "checking whether $CC accepts -g... " >&6; }
3734
if test "${ac_cv_prog_cc_g+set}" = set; then
3879
if test "${ac_cv_prog_cc_g+set}" = set; then
3735
  echo $ECHO_N "(cached) $ECHO_C" >&6
3880
  $as_echo_n "(cached) " >&6
3736
else
3881
else
3737
  ac_save_c_werror_flag=$ac_c_werror_flag
3882
  ac_save_c_werror_flag=$ac_c_werror_flag
3738
   ac_c_werror_flag=yes
3883
   ac_c_werror_flag=yes
3739
   ac_cv_prog_cc_g=no
3884
   ac_cv_prog_cc_g=no
3740
   CFLAGS="-g"
3885
   CFLAGS="-g"
Line 3757... Line 3902...
3757
if { (ac_try="$ac_compile"
3902
if { (ac_try="$ac_compile"
3758
case "(($ac_try" in
3903
case "(($ac_try" in
3759
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3904
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3760
  *) ac_try_echo=$ac_try;;
3905
  *) ac_try_echo=$ac_try;;
3761
esac
3906
esac
3762
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3907
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3908
$as_echo "$ac_try_echo") >&5
3763
  (eval "$ac_compile") 2>conftest.er1
3909
  (eval "$ac_compile") 2>conftest.er1
3764
  ac_status=$?
3910
  ac_status=$?
3765
  grep -v '^ *+' conftest.er1 >conftest.err
3911
  grep -v '^ *+' conftest.er1 >conftest.err
3766
  rm -f conftest.er1
3912
  rm -f conftest.er1
3767
  cat conftest.err >&5
3913
  cat conftest.err >&5
3768
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3914
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3769
  (exit $ac_status); } && {
3915
  (exit $ac_status); } && {
3770
	 test -z "$ac_c_werror_flag" ||
3916
	 test -z "$ac_c_werror_flag" ||
3771
	 test ! -s conftest.err
3917
	 test ! -s conftest.err
3772
       } && test -s conftest.$ac_objext; then
3918
       } && test -s conftest.$ac_objext; then
3773
  ac_cv_prog_cc_g=yes
3919
  ac_cv_prog_cc_g=yes
3774
else
3920
else
3775
  echo "$as_me: failed program was:" >&5
3921
  $as_echo "$as_me: failed program was:" >&5
3776
sed 's/^/| /' conftest.$ac_ext >&5
3922
sed 's/^/| /' conftest.$ac_ext >&5
3777
 
3923
 
3778
	CFLAGS=""
3924
	CFLAGS=""
3779
      cat >conftest.$ac_ext <<_ACEOF
3925
      cat >conftest.$ac_ext <<_ACEOF
3780
/* confdefs.h.  */
3926
/* confdefs.h.  */
Line 3795... Line 3941...
3795
if { (ac_try="$ac_compile"
3941
if { (ac_try="$ac_compile"
3796
case "(($ac_try" in
3942
case "(($ac_try" in
3797
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3943
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3798
  *) ac_try_echo=$ac_try;;
3944
  *) ac_try_echo=$ac_try;;
3799
esac
3945
esac
3800
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3946
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3947
$as_echo "$ac_try_echo") >&5
3801
  (eval "$ac_compile") 2>conftest.er1
3948
  (eval "$ac_compile") 2>conftest.er1
3802
  ac_status=$?
3949
  ac_status=$?
3803
  grep -v '^ *+' conftest.er1 >conftest.err
3950
  grep -v '^ *+' conftest.er1 >conftest.err
3804
  rm -f conftest.er1
3951
  rm -f conftest.er1
3805
  cat conftest.err >&5
3952
  cat conftest.err >&5
3806
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3953
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3807
  (exit $ac_status); } && {
3954
  (exit $ac_status); } && {
3808
	 test -z "$ac_c_werror_flag" ||
3955
	 test -z "$ac_c_werror_flag" ||
3809
	 test ! -s conftest.err
3956
	 test ! -s conftest.err
3810
       } && test -s conftest.$ac_objext; then
3957
       } && test -s conftest.$ac_objext; then
3811
  :
3958
  :
3812
else
3959
else
3813
  echo "$as_me: failed program was:" >&5
3960
  $as_echo "$as_me: failed program was:" >&5
3814
sed 's/^/| /' conftest.$ac_ext >&5
3961
sed 's/^/| /' conftest.$ac_ext >&5
3815
 
3962
 
3816
	ac_c_werror_flag=$ac_save_c_werror_flag
3963
	ac_c_werror_flag=$ac_save_c_werror_flag
3817
	 CFLAGS="-g"
3964
	 CFLAGS="-g"
3818
	 cat >conftest.$ac_ext <<_ACEOF
3965
	 cat >conftest.$ac_ext <<_ACEOF
Line 3834... Line 3981...
3834
if { (ac_try="$ac_compile"
3981
if { (ac_try="$ac_compile"
3835
case "(($ac_try" in
3982
case "(($ac_try" in
3836
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3983
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3837
  *) ac_try_echo=$ac_try;;
3984
  *) ac_try_echo=$ac_try;;
3838
esac
3985
esac
3839
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3986
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3987
$as_echo "$ac_try_echo") >&5
3840
  (eval "$ac_compile") 2>conftest.er1
3988
  (eval "$ac_compile") 2>conftest.er1
3841
  ac_status=$?
3989
  ac_status=$?
3842
  grep -v '^ *+' conftest.er1 >conftest.err
3990
  grep -v '^ *+' conftest.er1 >conftest.err
3843
  rm -f conftest.er1
3991
  rm -f conftest.er1
3844
  cat conftest.err >&5
3992
  cat conftest.err >&5
3845
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3993
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3846
  (exit $ac_status); } && {
3994
  (exit $ac_status); } && {
3847
	 test -z "$ac_c_werror_flag" ||
3995
	 test -z "$ac_c_werror_flag" ||
3848
	 test ! -s conftest.err
3996
	 test ! -s conftest.err
3849
       } && test -s conftest.$ac_objext; then
3997
       } && test -s conftest.$ac_objext; then
3850
  ac_cv_prog_cc_g=yes
3998
  ac_cv_prog_cc_g=yes
3851
else
3999
else
3852
  echo "$as_me: failed program was:" >&5
4000
  $as_echo "$as_me: failed program was:" >&5
3853
sed 's/^/| /' conftest.$ac_ext >&5
4001
sed 's/^/| /' conftest.$ac_ext >&5
3854
 
4002
 
3855
 
4003
 
3856
fi
4004
fi
3857
 
4005
 
Line 3862... Line 4010...
3862
fi
4010
fi
3863
 
4011
 
3864
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4012
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3865
   ac_c_werror_flag=$ac_save_c_werror_flag
4013
   ac_c_werror_flag=$ac_save_c_werror_flag
3866
fi
4014
fi
3867
{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4015
{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3868
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
4016
$as_echo "$ac_cv_prog_cc_g" >&6; }
3869
if test "$ac_test_CFLAGS" = set; then
4017
if test "$ac_test_CFLAGS" = set; then
3870
  CFLAGS=$ac_save_CFLAGS
4018
  CFLAGS=$ac_save_CFLAGS
3871
elif test $ac_cv_prog_cc_g = yes; then
4019
elif test $ac_cv_prog_cc_g = yes; then
3872
  if test "$GCC" = yes; then
4020
  if test "$GCC" = yes; then
3873
    CFLAGS="-g -O2"
4021
    CFLAGS="-g -O2"
Line 3879... Line 4027...
3879
    CFLAGS="-O2"
4027
    CFLAGS="-O2"
3880
  else
4028
  else
3881
    CFLAGS=
4029
    CFLAGS=
3882
  fi
4030
  fi
3883
fi
4031
fi
3884
{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
4032
{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3885
echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
4033
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3886
if test "${ac_cv_prog_cc_c89+set}" = set; then
4034
if test "${ac_cv_prog_cc_c89+set}" = set; then
3887
  echo $ECHO_N "(cached) $ECHO_C" >&6
4035
  $as_echo_n "(cached) " >&6
3888
else
4036
else
3889
  ac_cv_prog_cc_c89=no
4037
  ac_cv_prog_cc_c89=no
3890
ac_save_CC=$CC
4038
ac_save_CC=$CC
3891
cat >conftest.$ac_ext <<_ACEOF
4039
cat >conftest.$ac_ext <<_ACEOF
3892
/* confdefs.h.  */
4040
/* confdefs.h.  */
Line 3953... Line 4101...
3953
if { (ac_try="$ac_compile"
4101
if { (ac_try="$ac_compile"
3954
case "(($ac_try" in
4102
case "(($ac_try" in
3955
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4103
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3956
  *) ac_try_echo=$ac_try;;
4104
  *) ac_try_echo=$ac_try;;
3957
esac
4105
esac
3958
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4106
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4107
$as_echo "$ac_try_echo") >&5
3959
  (eval "$ac_compile") 2>conftest.er1
4108
  (eval "$ac_compile") 2>conftest.er1
3960
  ac_status=$?
4109
  ac_status=$?
3961
  grep -v '^ *+' conftest.er1 >conftest.err
4110
  grep -v '^ *+' conftest.er1 >conftest.err
3962
  rm -f conftest.er1
4111
  rm -f conftest.er1
3963
  cat conftest.err >&5
4112
  cat conftest.err >&5
3964
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4113
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3965
  (exit $ac_status); } && {
4114
  (exit $ac_status); } && {
3966
	 test -z "$ac_c_werror_flag" ||
4115
	 test -z "$ac_c_werror_flag" ||
3967
	 test ! -s conftest.err
4116
	 test ! -s conftest.err
3968
       } && test -s conftest.$ac_objext; then
4117
       } && test -s conftest.$ac_objext; then
3969
  ac_cv_prog_cc_c89=$ac_arg
4118
  ac_cv_prog_cc_c89=$ac_arg
3970
else
4119
else
3971
  echo "$as_me: failed program was:" >&5
4120
  $as_echo "$as_me: failed program was:" >&5
3972
sed 's/^/| /' conftest.$ac_ext >&5
4121
sed 's/^/| /' conftest.$ac_ext >&5
3973
 
4122
 
3974
 
4123
 
3975
fi
4124
fi
3976
 
4125
 
Line 3982... Line 4131...
3982
 
4131
 
3983
fi
4132
fi
3984
# AC_CACHE_VAL
4133
# AC_CACHE_VAL
3985
case "x$ac_cv_prog_cc_c89" in
4134
case "x$ac_cv_prog_cc_c89" in
3986
  x)
4135
  x)
3987
    { echo "$as_me:$LINENO: result: none needed" >&5
4136
    { $as_echo "$as_me:$LINENO: result: none needed" >&5
3988
echo "${ECHO_T}none needed" >&6; } ;;
4137
$as_echo "none needed" >&6; } ;;
3989
  xno)
4138
  xno)
3990
    { echo "$as_me:$LINENO: result: unsupported" >&5
4139
    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3991
echo "${ECHO_T}unsupported" >&6; } ;;
4140
$as_echo "unsupported" >&6; } ;;
3992
  *)
4141
  *)
3993
    CC="$CC $ac_cv_prog_cc_c89"
4142
    CC="$CC $ac_cv_prog_cc_c89"
3994
    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
4143
    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3995
echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
4144
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3996
esac
4145
esac
3997
 
4146
 
3998
 
4147
 
3999
ac_ext=c
4148
ac_ext=c
4000
ac_cpp='$CPP $CPPFLAGS'
4149
ac_cpp='$CPP $CPPFLAGS'
Line 4002... Line 4151...
4002
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4151
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4003
ac_compiler_gnu=$ac_cv_c_compiler_gnu
4152
ac_compiler_gnu=$ac_cv_c_compiler_gnu
4004
 
4153
 
4005
depcc="$CC"   am_compiler_list=
4154
depcc="$CC"   am_compiler_list=
4006
 
4155
 
4007
{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
4156
{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
4008
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
4157
$as_echo_n "checking dependency style of $depcc... " >&6; }
4009
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
4158
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
4010
  echo $ECHO_N "(cached) $ECHO_C" >&6
4159
  $as_echo_n "(cached) " >&6
4011
else
4160
else
4012
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4161
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4013
  # We make a subdir and do the tests there.  Otherwise we can end up
4162
  # We make a subdir and do the tests there.  Otherwise we can end up
4014
  # making bogus files that we don't know about and never remove.  For
4163
  # making bogus files that we don't know about and never remove.  For
4015
  # instance it was reported that on HP-UX the gcc test will end up
4164
  # instance it was reported that on HP-UX the gcc test will end up
Line 4092... Line 4241...
4092
else
4241
else
4093
  am_cv_CC_dependencies_compiler_type=none
4242
  am_cv_CC_dependencies_compiler_type=none
4094
fi
4243
fi
4095
 
4244
 
4096
fi
4245
fi
4097
{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
4246
{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
4098
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
4247
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4099
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4248
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4100
 
4249
 
4101
 
4250
 
4102
 
4251
 
4103
if
4252
if
Line 4115... Line 4264...
4115
  ac_ext=c
4264
  ac_ext=c
4116
ac_cpp='$CPP $CPPFLAGS'
4265
ac_cpp='$CPP $CPPFLAGS'
4117
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4266
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4118
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4267
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4119
ac_compiler_gnu=$ac_cv_c_compiler_gnu
4268
ac_compiler_gnu=$ac_cv_c_compiler_gnu
4120
{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4269
{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4121
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
4270
$as_echo_n "checking how to run the C preprocessor... " >&6; }
4122
# On Suns, sometimes $CPP names a directory.
4271
# On Suns, sometimes $CPP names a directory.
4123
if test -n "$CPP" && test -d "$CPP"; then
4272
if test -n "$CPP" && test -d "$CPP"; then
4124
  CPP=
4273
  CPP=
4125
fi
4274
fi
4126
if test -z "$CPP"; then
4275
if test -z "$CPP"; then
4127
  if test "${ac_cv_prog_CPP+set}" = set; then
4276
  if test "${ac_cv_prog_CPP+set}" = set; then
4128
  echo $ECHO_N "(cached) $ECHO_C" >&6
4277
  $as_echo_n "(cached) " >&6
4129
else
4278
else
4130
      # Double quotes because CPP needs to be expanded
4279
      # Double quotes because CPP needs to be expanded
4131
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4280
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4132
    do
4281
    do
4133
      ac_preproc_ok=false
4282
      ac_preproc_ok=false
Line 4155... Line 4304...
4155
if { (ac_try="$ac_cpp conftest.$ac_ext"
4304
if { (ac_try="$ac_cpp conftest.$ac_ext"
4156
case "(($ac_try" in
4305
case "(($ac_try" in
4157
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4306
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4158
  *) ac_try_echo=$ac_try;;
4307
  *) ac_try_echo=$ac_try;;
4159
esac
4308
esac
4160
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4309
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4310
$as_echo "$ac_try_echo") >&5
4161
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4311
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4162
  ac_status=$?
4312
  ac_status=$?
4163
  grep -v '^ *+' conftest.er1 >conftest.err
4313
  grep -v '^ *+' conftest.er1 >conftest.err
4164
  rm -f conftest.er1
4314
  rm -f conftest.er1
4165
  cat conftest.err >&5
4315
  cat conftest.err >&5
4166
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4316
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4167
  (exit $ac_status); } >/dev/null && {
4317
  (exit $ac_status); } >/dev/null && {
4168
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4318
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4169
	 test ! -s conftest.err
4319
	 test ! -s conftest.err
4170
       }; then
4320
       }; then
4171
  :
4321
  :
4172
else
4322
else
4173
  echo "$as_me: failed program was:" >&5
4323
  $as_echo "$as_me: failed program was:" >&5
4174
sed 's/^/| /' conftest.$ac_ext >&5
4324
sed 's/^/| /' conftest.$ac_ext >&5
4175
 
4325
 
4176
  # Broken: fails on valid input.
4326
  # Broken: fails on valid input.
4177
continue
4327
continue
4178
fi
4328
fi
Line 4192... Line 4342...
4192
if { (ac_try="$ac_cpp conftest.$ac_ext"
4342
if { (ac_try="$ac_cpp conftest.$ac_ext"
4193
case "(($ac_try" in
4343
case "(($ac_try" in
4194
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4344
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4195
  *) ac_try_echo=$ac_try;;
4345
  *) ac_try_echo=$ac_try;;
4196
esac
4346
esac
4197
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4347
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4348
$as_echo "$ac_try_echo") >&5
4198
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4349
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4199
  ac_status=$?
4350
  ac_status=$?
4200
  grep -v '^ *+' conftest.er1 >conftest.err
4351
  grep -v '^ *+' conftest.er1 >conftest.err
4201
  rm -f conftest.er1
4352
  rm -f conftest.er1
4202
  cat conftest.err >&5
4353
  cat conftest.err >&5
4203
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4354
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4204
  (exit $ac_status); } >/dev/null && {
4355
  (exit $ac_status); } >/dev/null && {
4205
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4356
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4206
	 test ! -s conftest.err
4357
	 test ! -s conftest.err
4207
       }; then
4358
       }; then
4208
  # Broken: success on invalid input.
4359
  # Broken: success on invalid input.
4209
continue
4360
continue
4210
else
4361
else
4211
  echo "$as_me: failed program was:" >&5
4362
  $as_echo "$as_me: failed program was:" >&5
4212
sed 's/^/| /' conftest.$ac_ext >&5
4363
sed 's/^/| /' conftest.$ac_ext >&5
4213
 
4364
 
4214
  # Passes both tests.
4365
  # Passes both tests.
4215
ac_preproc_ok=:
4366
ac_preproc_ok=:
4216
break
4367
break
Line 4231... Line 4382...
4231
fi
4382
fi
4232
  CPP=$ac_cv_prog_CPP
4383
  CPP=$ac_cv_prog_CPP
4233
else
4384
else
4234
  ac_cv_prog_CPP=$CPP
4385
  ac_cv_prog_CPP=$CPP
4235
fi
4386
fi
4236
{ echo "$as_me:$LINENO: result: $CPP" >&5
4387
{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
4237
echo "${ECHO_T}$CPP" >&6; }
4388
$as_echo "$CPP" >&6; }
4238
ac_preproc_ok=false
4389
ac_preproc_ok=false
4239
for ac_c_preproc_warn_flag in '' yes
4390
for ac_c_preproc_warn_flag in '' yes
4240
do
4391
do
4241
  # Use a header file that comes with gcc, so configuring glibc
4392
  # Use a header file that comes with gcc, so configuring glibc
4242
  # with a fresh cross-compiler works.
4393
  # with a fresh cross-compiler works.
Line 4260... Line 4411...
4260
if { (ac_try="$ac_cpp conftest.$ac_ext"
4411
if { (ac_try="$ac_cpp conftest.$ac_ext"
4261
case "(($ac_try" in
4412
case "(($ac_try" in
4262
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4413
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4263
  *) ac_try_echo=$ac_try;;
4414
  *) ac_try_echo=$ac_try;;
4264
esac
4415
esac
4265
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4416
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4417
$as_echo "$ac_try_echo") >&5
4266
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4418
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4267
  ac_status=$?
4419
  ac_status=$?
4268
  grep -v '^ *+' conftest.er1 >conftest.err
4420
  grep -v '^ *+' conftest.er1 >conftest.err
4269
  rm -f conftest.er1
4421
  rm -f conftest.er1
4270
  cat conftest.err >&5
4422
  cat conftest.err >&5
4271
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4423
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4272
  (exit $ac_status); } >/dev/null && {
4424
  (exit $ac_status); } >/dev/null && {
4273
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4425
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4274
	 test ! -s conftest.err
4426
	 test ! -s conftest.err
4275
       }; then
4427
       }; then
4276
  :
4428
  :
4277
else
4429
else
4278
  echo "$as_me: failed program was:" >&5
4430
  $as_echo "$as_me: failed program was:" >&5
4279
sed 's/^/| /' conftest.$ac_ext >&5
4431
sed 's/^/| /' conftest.$ac_ext >&5
4280
 
4432
 
4281
  # Broken: fails on valid input.
4433
  # Broken: fails on valid input.
4282
continue
4434
continue
4283
fi
4435
fi
Line 4297... Line 4449...
4297
if { (ac_try="$ac_cpp conftest.$ac_ext"
4449
if { (ac_try="$ac_cpp conftest.$ac_ext"
4298
case "(($ac_try" in
4450
case "(($ac_try" in
4299
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4451
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4300
  *) ac_try_echo=$ac_try;;
4452
  *) ac_try_echo=$ac_try;;
4301
esac
4453
esac
4302
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4454
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4455
$as_echo "$ac_try_echo") >&5
4303
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4456
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4304
  ac_status=$?
4457
  ac_status=$?
4305
  grep -v '^ *+' conftest.er1 >conftest.err
4458
  grep -v '^ *+' conftest.er1 >conftest.err
4306
  rm -f conftest.er1
4459
  rm -f conftest.er1
4307
  cat conftest.err >&5
4460
  cat conftest.err >&5
4308
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4461
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4309
  (exit $ac_status); } >/dev/null && {
4462
  (exit $ac_status); } >/dev/null && {
4310
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4463
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4311
	 test ! -s conftest.err
4464
	 test ! -s conftest.err
4312
       }; then
4465
       }; then
4313
  # Broken: success on invalid input.
4466
  # Broken: success on invalid input.
4314
continue
4467
continue
4315
else
4468
else
4316
  echo "$as_me: failed program was:" >&5
4469
  $as_echo "$as_me: failed program was:" >&5
4317
sed 's/^/| /' conftest.$ac_ext >&5
4470
sed 's/^/| /' conftest.$ac_ext >&5
4318
 
4471
 
4319
  # Passes both tests.
4472
  # Passes both tests.
4320
ac_preproc_ok=:
4473
ac_preproc_ok=:
4321
break
4474
break
Line 4327... Line 4480...
4327
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4480
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4328
rm -f conftest.err conftest.$ac_ext
4481
rm -f conftest.err conftest.$ac_ext
4329
if $ac_preproc_ok; then
4482
if $ac_preproc_ok; then
4330
  :
4483
  :
4331
else
4484
else
-
 
4485
  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
4486
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4332
  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4487
{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4333
See \`config.log' for more details." >&5
4488
See \`config.log' for more details." >&5
4334
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4489
$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4335
See \`config.log' for more details." >&2;}
4490
See \`config.log' for more details." >&2;}
4336
   { (exit 1); exit 1; }; }
4491
   { (exit 1); exit 1; }; }; }
4337
fi
4492
fi
4338
 
4493
 
4339
ac_ext=c
4494
ac_ext=c
4340
ac_cpp='$CPP $CPPFLAGS'
4495
ac_cpp='$CPP $CPPFLAGS'
4341
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4496
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Line 4383... Line 4538...
4383
    if test -n "$ac_tool_prefix"; then
4538
    if test -n "$ac_tool_prefix"; then
4384
  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4539
  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4385
  do
4540
  do
4386
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4541
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4387
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4542
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4388
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4543
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4389
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4544
$as_echo_n "checking for $ac_word... " >&6; }
4390
if test "${ac_cv_prog_CXX+set}" = set; then
4545
if test "${ac_cv_prog_CXX+set}" = set; then
4391
  echo $ECHO_N "(cached) $ECHO_C" >&6
4546
  $as_echo_n "(cached) " >&6
4392
else
4547
else
4393
  if test -n "$CXX"; then
4548
  if test -n "$CXX"; then
4394
  ac_cv_prog_CXX="$CXX" # Let the user override the test.
4549
  ac_cv_prog_CXX="$CXX" # Let the user override the test.
4395
else
4550
else
4396
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4551
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 4399... Line 4554...
4399
  IFS=$as_save_IFS
4554
  IFS=$as_save_IFS
4400
  test -z "$as_dir" && as_dir=.
4555
  test -z "$as_dir" && as_dir=.
4401
  for ac_exec_ext in '' $ac_executable_extensions; do
4556
  for ac_exec_ext in '' $ac_executable_extensions; do
4402
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4557
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4403
    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4558
    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4404
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4559
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4405
    break 2
4560
    break 2
4406
  fi
4561
  fi
4407
done
4562
done
4408
done
4563
done
4409
IFS=$as_save_IFS
4564
IFS=$as_save_IFS
4410
 
4565
 
4411
fi
4566
fi
4412
fi
4567
fi
4413
CXX=$ac_cv_prog_CXX
4568
CXX=$ac_cv_prog_CXX
4414
if test -n "$CXX"; then
4569
if test -n "$CXX"; then
4415
  { echo "$as_me:$LINENO: result: $CXX" >&5
4570
  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
4416
echo "${ECHO_T}$CXX" >&6; }
4571
$as_echo "$CXX" >&6; }
4417
else
4572
else
4418
  { echo "$as_me:$LINENO: result: no" >&5
4573
  { $as_echo "$as_me:$LINENO: result: no" >&5
4419
echo "${ECHO_T}no" >&6; }
4574
$as_echo "no" >&6; }
4420
fi
4575
fi
4421
 
4576
 
4422
 
4577
 
4423
    test -n "$CXX" && break
4578
    test -n "$CXX" && break
4424
  done
4579
  done
Line 4427... Line 4582...
4427
  ac_ct_CXX=$CXX
4582
  ac_ct_CXX=$CXX
4428
  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4583
  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4429
do
4584
do
4430
  # Extract the first word of "$ac_prog", so it can be a program name with args.
4585
  # Extract the first word of "$ac_prog", so it can be a program name with args.
4431
set dummy $ac_prog; ac_word=$2
4586
set dummy $ac_prog; ac_word=$2
4432
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4587
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4433
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4588
$as_echo_n "checking for $ac_word... " >&6; }
4434
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
4589
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
4435
  echo $ECHO_N "(cached) $ECHO_C" >&6
4590
  $as_echo_n "(cached) " >&6
4436
else
4591
else
4437
  if test -n "$ac_ct_CXX"; then
4592
  if test -n "$ac_ct_CXX"; then
4438
  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4593
  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4439
else
4594
else
4440
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4595
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 4443... Line 4598...
4443
  IFS=$as_save_IFS
4598
  IFS=$as_save_IFS
4444
  test -z "$as_dir" && as_dir=.
4599
  test -z "$as_dir" && as_dir=.
4445
  for ac_exec_ext in '' $ac_executable_extensions; do
4600
  for ac_exec_ext in '' $ac_executable_extensions; do
4446
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4601
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4447
    ac_cv_prog_ac_ct_CXX="$ac_prog"
4602
    ac_cv_prog_ac_ct_CXX="$ac_prog"
4448
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4603
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4449
    break 2
4604
    break 2
4450
  fi
4605
  fi
4451
done
4606
done
4452
done
4607
done
4453
IFS=$as_save_IFS
4608
IFS=$as_save_IFS
4454
 
4609
 
4455
fi
4610
fi
4456
fi
4611
fi
4457
ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4612
ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4458
if test -n "$ac_ct_CXX"; then
4613
if test -n "$ac_ct_CXX"; then
4459
  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
4614
  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
4460
echo "${ECHO_T}$ac_ct_CXX" >&6; }
4615
$as_echo "$ac_ct_CXX" >&6; }
4461
else
4616
else
4462
  { echo "$as_me:$LINENO: result: no" >&5
4617
  { $as_echo "$as_me:$LINENO: result: no" >&5
4463
echo "${ECHO_T}no" >&6; }
4618
$as_echo "no" >&6; }
4464
fi
4619
fi
4465
 
4620
 
4466
 
4621
 
4467
  test -n "$ac_ct_CXX" && break
4622
  test -n "$ac_ct_CXX" && break
4468
done
4623
done
Line 4470... Line 4625...
4470
  if test "x$ac_ct_CXX" = x; then
4625
  if test "x$ac_ct_CXX" = x; then
4471
    CXX="g++"
4626
    CXX="g++"
4472
  else
4627
  else
4473
    case $cross_compiling:$ac_tool_warned in
4628
    case $cross_compiling:$ac_tool_warned in
4474
yes:)
4629
yes:)
4475
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4630
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4476
whose name does not start with the host triplet.  If you think this
-
 
4477
configuration is useful to you, please write to autoconf@gnu.org." >&5
-
 
4478
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4631
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4479
whose name does not start with the host triplet.  If you think this
-
 
4480
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
-
 
4481
ac_tool_warned=yes ;;
4632
ac_tool_warned=yes ;;
4482
esac
4633
esac
4483
    CXX=$ac_ct_CXX
4634
    CXX=$ac_ct_CXX
4484
  fi
4635
  fi
4485
fi
4636
fi
4486
 
4637
 
4487
  fi
4638
  fi
4488
fi
4639
fi
4489
# Provide some information about the compiler.
4640
# Provide some information about the compiler.
4490
echo "$as_me:$LINENO: checking for C++ compiler version" >&5
4641
$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
4491
ac_compiler=`set X $ac_compile; echo $2`
4642
set X $ac_compile
-
 
4643
ac_compiler=$2
4492
{ (ac_try="$ac_compiler --version >&5"
4644
{ (ac_try="$ac_compiler --version >&5"
4493
case "(($ac_try" in
4645
case "(($ac_try" in
4494
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4646
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4495
  *) ac_try_echo=$ac_try;;
4647
  *) ac_try_echo=$ac_try;;
4496
esac
4648
esac
4497
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4649
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4650
$as_echo "$ac_try_echo") >&5
4498
  (eval "$ac_compiler --version >&5") 2>&5
4651
  (eval "$ac_compiler --version >&5") 2>&5
4499
  ac_status=$?
4652
  ac_status=$?
4500
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4653
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4501
  (exit $ac_status); }
4654
  (exit $ac_status); }
4502
{ (ac_try="$ac_compiler -v >&5"
4655
{ (ac_try="$ac_compiler -v >&5"
4503
case "(($ac_try" in
4656
case "(($ac_try" in
4504
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4657
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4505
  *) ac_try_echo=$ac_try;;
4658
  *) ac_try_echo=$ac_try;;
4506
esac
4659
esac
4507
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4660
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4661
$as_echo "$ac_try_echo") >&5
4508
  (eval "$ac_compiler -v >&5") 2>&5
4662
  (eval "$ac_compiler -v >&5") 2>&5
4509
  ac_status=$?
4663
  ac_status=$?
4510
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4664
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4511
  (exit $ac_status); }
4665
  (exit $ac_status); }
4512
{ (ac_try="$ac_compiler -V >&5"
4666
{ (ac_try="$ac_compiler -V >&5"
4513
case "(($ac_try" in
4667
case "(($ac_try" in
4514
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4668
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4515
  *) ac_try_echo=$ac_try;;
4669
  *) ac_try_echo=$ac_try;;
4516
esac
4670
esac
4517
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4671
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4672
$as_echo "$ac_try_echo") >&5
4518
  (eval "$ac_compiler -V >&5") 2>&5
4673
  (eval "$ac_compiler -V >&5") 2>&5
4519
  ac_status=$?
4674
  ac_status=$?
4520
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4675
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4521
  (exit $ac_status); }
4676
  (exit $ac_status); }
4522
 
4677
 
4523
{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
4678
{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
4524
echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
4679
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4525
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
4680
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
4526
  echo $ECHO_N "(cached) $ECHO_C" >&6
4681
  $as_echo_n "(cached) " >&6
4527
else
4682
else
4528
  cat >conftest.$ac_ext <<_ACEOF
4683
  cat >conftest.$ac_ext <<_ACEOF
4529
/* confdefs.h.  */
4684
/* confdefs.h.  */
4530
_ACEOF
4685
_ACEOF
4531
cat confdefs.h >>conftest.$ac_ext
4686
cat confdefs.h >>conftest.$ac_ext
Line 4547... Line 4702...
4547
if { (ac_try="$ac_compile"
4702
if { (ac_try="$ac_compile"
4548
case "(($ac_try" in
4703
case "(($ac_try" in
4549
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4704
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4550
  *) ac_try_echo=$ac_try;;
4705
  *) ac_try_echo=$ac_try;;
4551
esac
4706
esac
4552
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4707
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4708
$as_echo "$ac_try_echo") >&5
4553
  (eval "$ac_compile") 2>conftest.er1
4709
  (eval "$ac_compile") 2>conftest.er1
4554
  ac_status=$?
4710
  ac_status=$?
4555
  grep -v '^ *+' conftest.er1 >conftest.err
4711
  grep -v '^ *+' conftest.er1 >conftest.err
4556
  rm -f conftest.er1
4712
  rm -f conftest.er1
4557
  cat conftest.err >&5
4713
  cat conftest.err >&5
4558
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4714
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4559
  (exit $ac_status); } && {
4715
  (exit $ac_status); } && {
4560
	 test -z "$ac_cxx_werror_flag" ||
4716
	 test -z "$ac_cxx_werror_flag" ||
4561
	 test ! -s conftest.err
4717
	 test ! -s conftest.err
4562
       } && test -s conftest.$ac_objext; then
4718
       } && test -s conftest.$ac_objext; then
4563
  ac_compiler_gnu=yes
4719
  ac_compiler_gnu=yes
4564
else
4720
else
4565
  echo "$as_me: failed program was:" >&5
4721
  $as_echo "$as_me: failed program was:" >&5
4566
sed 's/^/| /' conftest.$ac_ext >&5
4722
sed 's/^/| /' conftest.$ac_ext >&5
4567
 
4723
 
4568
	ac_compiler_gnu=no
4724
	ac_compiler_gnu=no
4569
fi
4725
fi
4570
 
4726
 
4571
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4727
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4572
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4728
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4573
 
4729
 
4574
fi
4730
fi
4575
{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
4731
{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
4576
echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
4732
$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4577
GXX=`test $ac_compiler_gnu = yes && echo yes`
4733
if test $ac_compiler_gnu = yes; then
-
 
4734
  GXX=yes
-
 
4735
else
-
 
4736
  GXX=
-
 
4737
fi
4578
ac_test_CXXFLAGS=${CXXFLAGS+set}
4738
ac_test_CXXFLAGS=${CXXFLAGS+set}
4579
ac_save_CXXFLAGS=$CXXFLAGS
4739
ac_save_CXXFLAGS=$CXXFLAGS
4580
{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
4740
{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
4581
echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
4741
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4582
if test "${ac_cv_prog_cxx_g+set}" = set; then
4742
if test "${ac_cv_prog_cxx_g+set}" = set; then
4583
  echo $ECHO_N "(cached) $ECHO_C" >&6
4743
  $as_echo_n "(cached) " >&6
4584
else
4744
else
4585
  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4745
  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4586
   ac_cxx_werror_flag=yes
4746
   ac_cxx_werror_flag=yes
4587
   ac_cv_prog_cxx_g=no
4747
   ac_cv_prog_cxx_g=no
4588
   CXXFLAGS="-g"
4748
   CXXFLAGS="-g"
Line 4605... Line 4765...
4605
if { (ac_try="$ac_compile"
4765
if { (ac_try="$ac_compile"
4606
case "(($ac_try" in
4766
case "(($ac_try" in
4607
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4767
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4608
  *) ac_try_echo=$ac_try;;
4768
  *) ac_try_echo=$ac_try;;
4609
esac
4769
esac
4610
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4770
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4771
$as_echo "$ac_try_echo") >&5
4611
  (eval "$ac_compile") 2>conftest.er1
4772
  (eval "$ac_compile") 2>conftest.er1
4612
  ac_status=$?
4773
  ac_status=$?
4613
  grep -v '^ *+' conftest.er1 >conftest.err
4774
  grep -v '^ *+' conftest.er1 >conftest.err
4614
  rm -f conftest.er1
4775
  rm -f conftest.er1
4615
  cat conftest.err >&5
4776
  cat conftest.err >&5
4616
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4777
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4617
  (exit $ac_status); } && {
4778
  (exit $ac_status); } && {
4618
	 test -z "$ac_cxx_werror_flag" ||
4779
	 test -z "$ac_cxx_werror_flag" ||
4619
	 test ! -s conftest.err
4780
	 test ! -s conftest.err
4620
       } && test -s conftest.$ac_objext; then
4781
       } && test -s conftest.$ac_objext; then
4621
  ac_cv_prog_cxx_g=yes
4782
  ac_cv_prog_cxx_g=yes
4622
else
4783
else
4623
  echo "$as_me: failed program was:" >&5
4784
  $as_echo "$as_me: failed program was:" >&5
4624
sed 's/^/| /' conftest.$ac_ext >&5
4785
sed 's/^/| /' conftest.$ac_ext >&5
4625
 
4786
 
4626
	CXXFLAGS=""
4787
	CXXFLAGS=""
4627
      cat >conftest.$ac_ext <<_ACEOF
4788
      cat >conftest.$ac_ext <<_ACEOF
4628
/* confdefs.h.  */
4789
/* confdefs.h.  */
Line 4643... Line 4804...
4643
if { (ac_try="$ac_compile"
4804
if { (ac_try="$ac_compile"
4644
case "(($ac_try" in
4805
case "(($ac_try" in
4645
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4806
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4646
  *) ac_try_echo=$ac_try;;
4807
  *) ac_try_echo=$ac_try;;
4647
esac
4808
esac
4648
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4809
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4810
$as_echo "$ac_try_echo") >&5
4649
  (eval "$ac_compile") 2>conftest.er1
4811
  (eval "$ac_compile") 2>conftest.er1
4650
  ac_status=$?
4812
  ac_status=$?
4651
  grep -v '^ *+' conftest.er1 >conftest.err
4813
  grep -v '^ *+' conftest.er1 >conftest.err
4652
  rm -f conftest.er1
4814
  rm -f conftest.er1
4653
  cat conftest.err >&5
4815
  cat conftest.err >&5
4654
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4816
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4655
  (exit $ac_status); } && {
4817
  (exit $ac_status); } && {
4656
	 test -z "$ac_cxx_werror_flag" ||
4818
	 test -z "$ac_cxx_werror_flag" ||
4657
	 test ! -s conftest.err
4819
	 test ! -s conftest.err
4658
       } && test -s conftest.$ac_objext; then
4820
       } && test -s conftest.$ac_objext; then
4659
  :
4821
  :
4660
else
4822
else
4661
  echo "$as_me: failed program was:" >&5
4823
  $as_echo "$as_me: failed program was:" >&5
4662
sed 's/^/| /' conftest.$ac_ext >&5
4824
sed 's/^/| /' conftest.$ac_ext >&5
4663
 
4825
 
4664
	ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4826
	ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4665
	 CXXFLAGS="-g"
4827
	 CXXFLAGS="-g"
4666
	 cat >conftest.$ac_ext <<_ACEOF
4828
	 cat >conftest.$ac_ext <<_ACEOF
Line 4682... Line 4844...
4682
if { (ac_try="$ac_compile"
4844
if { (ac_try="$ac_compile"
4683
case "(($ac_try" in
4845
case "(($ac_try" in
4684
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4846
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4685
  *) ac_try_echo=$ac_try;;
4847
  *) ac_try_echo=$ac_try;;
4686
esac
4848
esac
4687
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4849
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4850
$as_echo "$ac_try_echo") >&5
4688
  (eval "$ac_compile") 2>conftest.er1
4851
  (eval "$ac_compile") 2>conftest.er1
4689
  ac_status=$?
4852
  ac_status=$?
4690
  grep -v '^ *+' conftest.er1 >conftest.err
4853
  grep -v '^ *+' conftest.er1 >conftest.err
4691
  rm -f conftest.er1
4854
  rm -f conftest.er1
4692
  cat conftest.err >&5
4855
  cat conftest.err >&5
4693
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4856
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4694
  (exit $ac_status); } && {
4857
  (exit $ac_status); } && {
4695
	 test -z "$ac_cxx_werror_flag" ||
4858
	 test -z "$ac_cxx_werror_flag" ||
4696
	 test ! -s conftest.err
4859
	 test ! -s conftest.err
4697
       } && test -s conftest.$ac_objext; then
4860
       } && test -s conftest.$ac_objext; then
4698
  ac_cv_prog_cxx_g=yes
4861
  ac_cv_prog_cxx_g=yes
4699
else
4862
else
4700
  echo "$as_me: failed program was:" >&5
4863
  $as_echo "$as_me: failed program was:" >&5
4701
sed 's/^/| /' conftest.$ac_ext >&5
4864
sed 's/^/| /' conftest.$ac_ext >&5
4702
 
4865
 
4703
 
4866
 
4704
fi
4867
fi
4705
 
4868
 
Line 4710... Line 4873...
4710
fi
4873
fi
4711
 
4874
 
4712
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4875
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4713
   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4876
   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4714
fi
4877
fi
4715
{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
4878
{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
4716
echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
4879
$as_echo "$ac_cv_prog_cxx_g" >&6; }
4717
if test "$ac_test_CXXFLAGS" = set; then
4880
if test "$ac_test_CXXFLAGS" = set; then
4718
  CXXFLAGS=$ac_save_CXXFLAGS
4881
  CXXFLAGS=$ac_save_CXXFLAGS
4719
elif test $ac_cv_prog_cxx_g = yes; then
4882
elif test $ac_cv_prog_cxx_g = yes; then
4720
  if test "$GXX" = yes; then
4883
  if test "$GXX" = yes; then
4721
    CXXFLAGS="-g -O2"
4884
    CXXFLAGS="-g -O2"
Line 4735... Line 4898...
4735
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4898
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4736
ac_compiler_gnu=$ac_cv_c_compiler_gnu
4899
ac_compiler_gnu=$ac_cv_c_compiler_gnu
4737
 
4900
 
4738
depcc="$CXX"  am_compiler_list=
4901
depcc="$CXX"  am_compiler_list=
4739
 
4902
 
4740
{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
4903
{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
4741
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
4904
$as_echo_n "checking dependency style of $depcc... " >&6; }
4742
if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
4905
if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
4743
  echo $ECHO_N "(cached) $ECHO_C" >&6
4906
  $as_echo_n "(cached) " >&6
4744
else
4907
else
4745
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4908
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4746
  # We make a subdir and do the tests there.  Otherwise we can end up
4909
  # We make a subdir and do the tests there.  Otherwise we can end up
4747
  # making bogus files that we don't know about and never remove.  For
4910
  # making bogus files that we don't know about and never remove.  For
4748
  # instance it was reported that on HP-UX the gcc test will end up
4911
  # instance it was reported that on HP-UX the gcc test will end up
Line 4825... Line 4988...
4825
else
4988
else
4826
  am_cv_CXX_dependencies_compiler_type=none
4989
  am_cv_CXX_dependencies_compiler_type=none
4827
fi
4990
fi
4828
 
4991
 
4829
fi
4992
fi
4830
{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
4993
{ $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
4831
echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
4994
$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
4832
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
4995
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
4833
 
4996
 
4834
 
4997
 
4835
 
4998
 
4836
if
4999
if
Line 4844... Line 5007...
4844
fi
5007
fi
4845
 
5008
 
4846
 
5009
 
4847
 
5010
 
4848
 
5011
 
4849
  { echo "$as_me:$LINENO: checking whether $CC is blacklisted" >&5
5012
  { $as_echo "$as_me:$LINENO: checking whether $CC is blacklisted" >&5
4850
echo $ECHO_N "checking whether $CC is blacklisted... $ECHO_C" >&6; }
5013
$as_echo_n "checking whether $CC is blacklisted... " >&6; }
4851
 
5014
 
4852
 
5015
 
4853
  cat >conftest.$ac_ext <<_ACEOF
5016
  cat >conftest.$ac_ext <<_ACEOF
4854
/* confdefs.h.  */
5017
/* confdefs.h.  */
4855
_ACEOF
5018
_ACEOF
Line 4875... Line 5038...
4875
if { (ac_try="$ac_compile"
5038
if { (ac_try="$ac_compile"
4876
case "(($ac_try" in
5039
case "(($ac_try" in
4877
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5040
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4878
  *) ac_try_echo=$ac_try;;
5041
  *) ac_try_echo=$ac_try;;
4879
esac
5042
esac
4880
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5043
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
5044
$as_echo "$ac_try_echo") >&5
4881
  (eval "$ac_compile") 2>conftest.er1
5045
  (eval "$ac_compile") 2>conftest.er1
4882
  ac_status=$?
5046
  ac_status=$?
4883
  grep -v '^ *+' conftest.er1 >conftest.err
5047
  grep -v '^ *+' conftest.er1 >conftest.err
4884
  rm -f conftest.er1
5048
  rm -f conftest.er1
4885
  cat conftest.err >&5
5049
  cat conftest.err >&5
4886
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5050
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4887
  (exit $ac_status); } && {
5051
  (exit $ac_status); } && {
4888
	 test -z "$ac_c_werror_flag" ||
5052
	 test -z "$ac_c_werror_flag" ||
4889
	 test ! -s conftest.err
5053
	 test ! -s conftest.err
4890
       } && test -s conftest.$ac_objext; then
5054
       } && test -s conftest.$ac_objext; then
4891
  kde_bad_compiler=no
5055
  kde_bad_compiler=no
4892
else
5056
else
4893
  echo "$as_me: failed program was:" >&5
5057
  $as_echo "$as_me: failed program was:" >&5
4894
sed 's/^/| /' conftest.$ac_ext >&5
5058
sed 's/^/| /' conftest.$ac_ext >&5
4895
 
5059
 
4896
	kde_bad_compiler=yes
5060
	kde_bad_compiler=yes
4897
 
5061
 
4898
fi
5062
fi
4899
 
5063
 
4900
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5064
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4901
 
5065
 
4902
  { echo "$as_me:$LINENO: result: $kde_bad_compiler" >&5
5066
  { $as_echo "$as_me:$LINENO: result: $kde_bad_compiler" >&5
4903
echo "${ECHO_T}$kde_bad_compiler" >&6; }
5067
$as_echo "$kde_bad_compiler" >&6; }
4904
 
5068
 
4905
if test "$kde_bad_compiler" = "yes"; then
5069
if test "$kde_bad_compiler" = "yes"; then
4906
  { { echo "$as_me:$LINENO: error:
5070
  { { $as_echo "$as_me:$LINENO: error:
4907
 
5071
 
4908
This particular compiler version is blacklisted because it
5072
This particular compiler version is blacklisted because it
4909
is known to miscompile KDE. Please use a newer version, or
5073
is known to miscompile KDE. Please use a newer version, or
4910
if that is not yet available, choose an older version.
5074
if that is not yet available, choose an older version.
4911
 
5075
 
4912
Please do not report a bug or bother us reporting this
5076
Please do not report a bug or bother us reporting this
4913
configure error. We know about it, and we introduced
5077
configure error. We know about it, and we introduced
4914
it by intention to avoid untraceable bugs or crashes in KDE.
5078
it by intention to avoid untraceable bugs or crashes in KDE.
4915
 
5079
 
4916
" >&5
5080
" >&5
4917
echo "$as_me: error:
5081
$as_echo "$as_me: error:
4918
 
5082
 
4919
This particular compiler version is blacklisted because it
5083
This particular compiler version is blacklisted because it
4920
is known to miscompile KDE. Please use a newer version, or
5084
is known to miscompile KDE. Please use a newer version, or
4921
if that is not yet available, choose an older version.
5085
if that is not yet available, choose an older version.
4922
 
5086
 
Line 4940... Line 5104...
4940
        else
5104
        else
4941
          CXXFLAGS="-g -O2 -fno-schedule-insns -fno-inline $CXXFLAGS"
5105
          CXXFLAGS="-g -O2 -fno-schedule-insns -fno-inline $CXXFLAGS"
4942
        fi
5106
        fi
4943
      fi
5107
      fi
4944
 
5108
 
4945
{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-builtin" >&5
5109
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -fno-builtin" >&5
4946
echo $ECHO_N "checking whether $CXX supports -fno-builtin... $ECHO_C" >&6; }
5110
$as_echo_n "checking whether $CXX supports -fno-builtin... " >&6; }
4947
kde_cache=`echo fno-builtin | sed 'y% .=/+-,%____p__%'`
5111
kde_cache=`echo fno-builtin | sed 'y% .=/+-,%____p__%'`
4948
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5112
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
4949
  echo $ECHO_N "(cached) $ECHO_C" >&6
5113
  $as_echo_n "(cached) " >&6
4950
else
5114
else
4951
 
5115
 
4952
 
5116
 
4953
 
5117
 
4954
ac_ext=cpp
5118
ac_ext=cpp
Line 4982... Line 5146...
4982
if { (ac_try="$ac_link"
5146
if { (ac_try="$ac_link"
4983
case "(($ac_try" in
5147
case "(($ac_try" in
4984
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5148
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4985
  *) ac_try_echo=$ac_try;;
5149
  *) ac_try_echo=$ac_try;;
4986
esac
5150
esac
4987
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5151
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
5152
$as_echo "$ac_try_echo") >&5
4988
  (eval "$ac_link") 2>conftest.er1
5153
  (eval "$ac_link") 2>conftest.er1
4989
  ac_status=$?
5154
  ac_status=$?
4990
  grep -v '^ *+' conftest.er1 >conftest.err
5155
  grep -v '^ *+' conftest.er1 >conftest.err
4991
  rm -f conftest.er1
5156
  rm -f conftest.er1
4992
  cat conftest.err >&5
5157
  cat conftest.err >&5
4993
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5158
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4994
  (exit $ac_status); } && {
5159
  (exit $ac_status); } && {
4995
	 test -z "$ac_cxx_werror_flag" ||
5160
	 test -z "$ac_cxx_werror_flag" ||
4996
	 test ! -s conftest.err
5161
	 test ! -s conftest.err
4997
       } && test -s conftest$ac_exeext &&
5162
       } && test -s conftest$ac_exeext && {
-
 
5163
	 test "$cross_compiling" = yes ||
4998
       $as_test_x conftest$ac_exeext; then
5164
	 $as_test_x conftest$ac_exeext
-
 
5165
       }; then
4999
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5166
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5000
else
5167
else
5001
  echo "$as_me: failed program was:" >&5
5168
  $as_echo "$as_me: failed program was:" >&5
5002
sed 's/^/| /' conftest.$ac_ext >&5
5169
sed 's/^/| /' conftest.$ac_ext >&5
5003
 
5170
 
5004
 
5171
 
5005
fi
5172
fi
5006
 
5173
 
-
 
5174
rm -rf conftest.dSYM
5007
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5175
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5008
      conftest$ac_exeext conftest.$ac_ext
5176
      conftest$ac_exeext conftest.$ac_ext
5009
  CXXFLAGS="$save_CXXFLAGS"
5177
  CXXFLAGS="$save_CXXFLAGS"
5010
  ac_ext=c
5178
  ac_ext=c
5011
ac_cpp='$CPP $CPPFLAGS'
5179
ac_cpp='$CPP $CPPFLAGS'
Line 5015... Line 5183...
5015
 
5183
 
5016
 
5184
 
5017
fi
5185
fi
5018
 
5186
 
5019
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5187
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5020
 { echo "$as_me:$LINENO: result: yes" >&5
5188
 { $as_echo "$as_me:$LINENO: result: yes" >&5
5021
echo "${ECHO_T}yes" >&6; }
5189
$as_echo "yes" >&6; }
5022
 :
5190
 :
5023
 CXXFLAGS="-fno-builtin $CXXFLAGS"
5191
 CXXFLAGS="-fno-builtin $CXXFLAGS"
5024
else
5192
else
5025
 { echo "$as_me:$LINENO: result: no" >&5
5193
 { $as_echo "$as_me:$LINENO: result: no" >&5
5026
echo "${ECHO_T}no" >&6; }
5194
$as_echo "no" >&6; }
5027
 :
5195
 :
5028
 
5196
 
5029
fi
5197
fi
5030
 
5198
 
5031
 
5199
 
5032
 
5200
 
5033
{ echo "$as_me:$LINENO: checking whether $CXX supports -Woverloaded-virtual" >&5
5201
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -Woverloaded-virtual" >&5
5034
echo $ECHO_N "checking whether $CXX supports -Woverloaded-virtual... $ECHO_C" >&6; }
5202
$as_echo_n "checking whether $CXX supports -Woverloaded-virtual... " >&6; }
5035
kde_cache=`echo Woverloaded-virtual | sed 'y% .=/+-,%____p__%'`
5203
kde_cache=`echo Woverloaded-virtual | sed 'y% .=/+-,%____p__%'`
5036
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5204
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5037
  echo $ECHO_N "(cached) $ECHO_C" >&6
5205
  $as_echo_n "(cached) " >&6
5038
else
5206
else
5039
 
5207
 
5040
 
5208
 
5041
   ac_ext=cpp
5209
   ac_ext=cpp
5042
ac_cpp='$CXXCPP $CPPFLAGS'
5210
ac_cpp='$CXXCPP $CPPFLAGS'
Line 5068... Line 5236...
5068
if { (ac_try="$ac_link"
5236
if { (ac_try="$ac_link"
5069
case "(($ac_try" in
5237
case "(($ac_try" in
5070
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5238
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5071
  *) ac_try_echo=$ac_try;;
5239
  *) ac_try_echo=$ac_try;;
5072
esac
5240
esac
5073
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5241
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
5242
$as_echo "$ac_try_echo") >&5
5074
  (eval "$ac_link") 2>conftest.er1
5243
  (eval "$ac_link") 2>conftest.er1
5075
  ac_status=$?
5244
  ac_status=$?
5076
  grep -v '^ *+' conftest.er1 >conftest.err
5245
  grep -v '^ *+' conftest.er1 >conftest.err
5077
  rm -f conftest.er1
5246
  rm -f conftest.er1
5078
  cat conftest.err >&5
5247
  cat conftest.err >&5
5079
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5248
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5080
  (exit $ac_status); } && {
5249
  (exit $ac_status); } && {
5081
	 test -z "$ac_cxx_werror_flag" ||
5250
	 test -z "$ac_cxx_werror_flag" ||
5082
	 test ! -s conftest.err
5251
	 test ! -s conftest.err
5083
       } && test -s conftest$ac_exeext &&
5252
       } && test -s conftest$ac_exeext && {
-
 
5253
	 test "$cross_compiling" = yes ||
5084
       $as_test_x conftest$ac_exeext; then
5254
	 $as_test_x conftest$ac_exeext
-
 
5255
       }; then
5085
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5256
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5086
else
5257
else
5087
  echo "$as_me: failed program was:" >&5
5258
  $as_echo "$as_me: failed program was:" >&5
5088
sed 's/^/| /' conftest.$ac_ext >&5
5259
sed 's/^/| /' conftest.$ac_ext >&5
5089
 
5260
 
5090
 
5261
 
5091
fi
5262
fi
5092
 
5263
 
-
 
5264
rm -rf conftest.dSYM
5093
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5265
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5094
      conftest$ac_exeext conftest.$ac_ext
5266
      conftest$ac_exeext conftest.$ac_ext
5095
  CXXFLAGS="$save_CXXFLAGS"
5267
  CXXFLAGS="$save_CXXFLAGS"
5096
  ac_ext=c
5268
  ac_ext=c
5097
ac_cpp='$CPP $CPPFLAGS'
5269
ac_cpp='$CPP $CPPFLAGS'
Line 5101... Line 5273...
5101
 
5273
 
5102
 
5274
 
5103
fi
5275
fi
5104
 
5276
 
5105
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5277
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5106
 { echo "$as_me:$LINENO: result: yes" >&5
5278
 { $as_echo "$as_me:$LINENO: result: yes" >&5
5107
echo "${ECHO_T}yes" >&6; }
5279
$as_echo "yes" >&6; }
5108
 :
5280
 :
5109
 WOVERLOADED_VIRTUAL="-Woverloaded-virtual"
5281
 WOVERLOADED_VIRTUAL="-Woverloaded-virtual"
5110
else
5282
else
5111
 { echo "$as_me:$LINENO: result: no" >&5
5283
 { $as_echo "$as_me:$LINENO: result: no" >&5
5112
echo "${ECHO_T}no" >&6; }
5284
$as_echo "no" >&6; }
5113
 :
5285
 :
5114
 WOVERLOADED_VRITUAL=""
5286
 WOVERLOADED_VRITUAL=""
5115
fi
5287
fi
5116
 
5288
 
5117
 
5289
 
Line 5128... Line 5300...
5128
    CXXFLAGS="-DNDEBUG -DNO_DEBUG $CXXFLAGS"
5300
    CXXFLAGS="-DNDEBUG -DNO_DEBUG $CXXFLAGS"
5129
  fi
5301
  fi
5130
 
5302
 
5131
  if test "$kde_use_profiling" = "yes"; then
5303
  if test "$kde_use_profiling" = "yes"; then
5132
 
5304
 
5133
{ echo "$as_me:$LINENO: checking whether $CXX supports -pg" >&5
5305
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -pg" >&5
5134
echo $ECHO_N "checking whether $CXX supports -pg... $ECHO_C" >&6; }
5306
$as_echo_n "checking whether $CXX supports -pg... " >&6; }
5135
kde_cache=`echo pg | sed 'y% .=/+-,%____p__%'`
5307
kde_cache=`echo pg | sed 'y% .=/+-,%____p__%'`
5136
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5308
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5137
  echo $ECHO_N "(cached) $ECHO_C" >&6
5309
  $as_echo_n "(cached) " >&6
5138
else
5310
else
5139
 
5311
 
5140
 
5312
 
5141
   ac_ext=cpp
5313
   ac_ext=cpp
5142
ac_cpp='$CXXCPP $CPPFLAGS'
5314
ac_cpp='$CXXCPP $CPPFLAGS'
Line 5168... Line 5340...
5168
if { (ac_try="$ac_link"
5340
if { (ac_try="$ac_link"
5169
case "(($ac_try" in
5341
case "(($ac_try" in
5170
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5342
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5171
  *) ac_try_echo=$ac_try;;
5343
  *) ac_try_echo=$ac_try;;
5172
esac
5344
esac
5173
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5345
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
5346
$as_echo "$ac_try_echo") >&5
5174
  (eval "$ac_link") 2>conftest.er1
5347
  (eval "$ac_link") 2>conftest.er1
5175
  ac_status=$?
5348
  ac_status=$?
5176
  grep -v '^ *+' conftest.er1 >conftest.err
5349
  grep -v '^ *+' conftest.er1 >conftest.err
5177
  rm -f conftest.er1
5350
  rm -f conftest.er1
5178
  cat conftest.err >&5
5351
  cat conftest.err >&5
5179
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5352
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5180
  (exit $ac_status); } && {
5353
  (exit $ac_status); } && {
5181
	 test -z "$ac_cxx_werror_flag" ||
5354
	 test -z "$ac_cxx_werror_flag" ||
5182
	 test ! -s conftest.err
5355
	 test ! -s conftest.err
5183
       } && test -s conftest$ac_exeext &&
5356
       } && test -s conftest$ac_exeext && {
-
 
5357
	 test "$cross_compiling" = yes ||
5184
       $as_test_x conftest$ac_exeext; then
5358
	 $as_test_x conftest$ac_exeext
-
 
5359
       }; then
5185
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5360
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5186
else
5361
else
5187
  echo "$as_me: failed program was:" >&5
5362
  $as_echo "$as_me: failed program was:" >&5
5188
sed 's/^/| /' conftest.$ac_ext >&5
5363
sed 's/^/| /' conftest.$ac_ext >&5
5189
 
5364
 
5190
 
5365
 
5191
fi
5366
fi
5192
 
5367
 
-
 
5368
rm -rf conftest.dSYM
5193
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5369
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5194
      conftest$ac_exeext conftest.$ac_ext
5370
      conftest$ac_exeext conftest.$ac_ext
5195
  CXXFLAGS="$save_CXXFLAGS"
5371
  CXXFLAGS="$save_CXXFLAGS"
5196
  ac_ext=c
5372
  ac_ext=c
5197
ac_cpp='$CPP $CPPFLAGS'
5373
ac_cpp='$CPP $CPPFLAGS'
Line 5201... Line 5377...
5201
 
5377
 
5202
 
5378
 
5203
fi
5379
fi
5204
 
5380
 
5205
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5381
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5206
 { echo "$as_me:$LINENO: result: yes" >&5
5382
 { $as_echo "$as_me:$LINENO: result: yes" >&5
5207
echo "${ECHO_T}yes" >&6; }
5383
$as_echo "yes" >&6; }
5208
 :
5384
 :
5209
 
5385
 
5210
      CFLAGS="-pg $CFLAGS"
5386
      CFLAGS="-pg $CFLAGS"
5211
      CXXFLAGS="-pg $CXXFLAGS"
5387
      CXXFLAGS="-pg $CXXFLAGS"
5212
 
5388
 
5213
else
5389
else
5214
 { echo "$as_me:$LINENO: result: no" >&5
5390
 { $as_echo "$as_me:$LINENO: result: no" >&5
5215
echo "${ECHO_T}no" >&6; }
5391
$as_echo "no" >&6; }
5216
 :
5392
 :
5217
 
5393
 
5218
fi
5394
fi
5219
 
5395
 
5220
  fi
5396
  fi
Line 5225... Line 5401...
5225
        case $host in
5401
        case $host in
5226
          *-*-linux-gnu)
5402
          *-*-linux-gnu)
5227
            CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
5403
            CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
5228
            CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts $CXXFLAGS"
5404
            CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts $CXXFLAGS"
5229
 
5405
 
5230
{ echo "$as_me:$LINENO: checking whether $CXX supports -Wmissing-format-attribute" >&5
5406
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -Wmissing-format-attribute" >&5
5231
echo $ECHO_N "checking whether $CXX supports -Wmissing-format-attribute... $ECHO_C" >&6; }
5407
$as_echo_n "checking whether $CXX supports -Wmissing-format-attribute... " >&6; }
5232
kde_cache=`echo Wmissing-format-attribute | sed 'y% .=/+-,%____p__%'`
5408
kde_cache=`echo Wmissing-format-attribute | sed 'y% .=/+-,%____p__%'`
5233
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5409
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5234
  echo $ECHO_N "(cached) $ECHO_C" >&6
5410
  $as_echo_n "(cached) " >&6
5235
else
5411
else
5236
 
5412
 
5237
 
5413
 
5238
   ac_ext=cpp
5414
   ac_ext=cpp
5239
ac_cpp='$CXXCPP $CPPFLAGS'
5415
ac_cpp='$CXXCPP $CPPFLAGS'
Line 5265... Line 5441...
5265
if { (ac_try="$ac_link"
5441
if { (ac_try="$ac_link"
5266
case "(($ac_try" in
5442
case "(($ac_try" in
5267
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5443
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5268
  *) ac_try_echo=$ac_try;;
5444
  *) ac_try_echo=$ac_try;;
5269
esac
5445
esac
5270
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5446
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
5447
$as_echo "$ac_try_echo") >&5
5271
  (eval "$ac_link") 2>conftest.er1
5448
  (eval "$ac_link") 2>conftest.er1
5272
  ac_status=$?
5449
  ac_status=$?
5273
  grep -v '^ *+' conftest.er1 >conftest.err
5450
  grep -v '^ *+' conftest.er1 >conftest.err
5274
  rm -f conftest.er1
5451
  rm -f conftest.er1
5275
  cat conftest.err >&5
5452
  cat conftest.err >&5
5276
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5453
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5277
  (exit $ac_status); } && {
5454
  (exit $ac_status); } && {
5278
	 test -z "$ac_cxx_werror_flag" ||
5455
	 test -z "$ac_cxx_werror_flag" ||
5279
	 test ! -s conftest.err
5456
	 test ! -s conftest.err
5280
       } && test -s conftest$ac_exeext &&
5457
       } && test -s conftest$ac_exeext && {
-
 
5458
	 test "$cross_compiling" = yes ||
5281
       $as_test_x conftest$ac_exeext; then
5459
	 $as_test_x conftest$ac_exeext
-
 
5460
       }; then
5282
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5461
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5283
else
5462
else
5284
  echo "$as_me: failed program was:" >&5
5463
  $as_echo "$as_me: failed program was:" >&5
5285
sed 's/^/| /' conftest.$ac_ext >&5
5464
sed 's/^/| /' conftest.$ac_ext >&5
5286
 
5465
 
5287
 
5466
 
5288
fi
5467
fi
5289
 
5468
 
-
 
5469
rm -rf conftest.dSYM
5290
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5470
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5291
      conftest$ac_exeext conftest.$ac_ext
5471
      conftest$ac_exeext conftest.$ac_ext
5292
  CXXFLAGS="$save_CXXFLAGS"
5472
  CXXFLAGS="$save_CXXFLAGS"
5293
  ac_ext=c
5473
  ac_ext=c
5294
ac_cpp='$CPP $CPPFLAGS'
5474
ac_cpp='$CPP $CPPFLAGS'
Line 5298... Line 5478...
5298
 
5478
 
5299
 
5479
 
5300
fi
5480
fi
5301
 
5481
 
5302
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5482
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5303
 { echo "$as_me:$LINENO: result: yes" >&5
5483
 { $as_echo "$as_me:$LINENO: result: yes" >&5
5304
echo "${ECHO_T}yes" >&6; }
5484
$as_echo "yes" >&6; }
5305
 :
5485
 :
5306
 CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"
5486
 CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"
5307
else
5487
else
5308
 { echo "$as_me:$LINENO: result: no" >&5
5488
 { $as_echo "$as_me:$LINENO: result: no" >&5
5309
echo "${ECHO_T}no" >&6; }
5489
$as_echo "no" >&6; }
5310
 :
5490
 :
5311
 
5491
 
5312
fi
5492
fi
5313
 
5493
 
5314
 
5494
 
5315
{ echo "$as_me:$LINENO: checking whether $CC supports -Wmissing-format-attribute" >&5
5495
{ $as_echo "$as_me:$LINENO: checking whether $CC supports -Wmissing-format-attribute" >&5
5316
echo $ECHO_N "checking whether $CC supports -Wmissing-format-attribute... $ECHO_C" >&6; }
5496
$as_echo_n "checking whether $CC supports -Wmissing-format-attribute... " >&6; }
5317
kde_cache=`echo Wmissing-format-attribute | sed 'y% .=/+-,%____p__%'`
5497
kde_cache=`echo Wmissing-format-attribute | sed 'y% .=/+-,%____p__%'`
5318
if { as_var=kde_cv_prog_cc_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5498
if { as_var=kde_cv_prog_cc_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5319
  echo $ECHO_N "(cached) $ECHO_C" >&6
5499
  $as_echo_n "(cached) " >&6
5320
else
5500
else
5321
 
5501
 
5322
 
5502
 
5323
  ac_ext=c
5503
  ac_ext=c
5324
ac_cpp='$CPP $CPPFLAGS'
5504
ac_cpp='$CPP $CPPFLAGS'
Line 5347... Line 5527...
5347
if { (ac_try="$ac_link"
5527
if { (ac_try="$ac_link"
5348
case "(($ac_try" in
5528
case "(($ac_try" in
5349
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5529
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5350
  *) ac_try_echo=$ac_try;;
5530
  *) ac_try_echo=$ac_try;;
5351
esac
5531
esac
5352
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5532
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
5533
$as_echo "$ac_try_echo") >&5
5353
  (eval "$ac_link") 2>conftest.er1
5534
  (eval "$ac_link") 2>conftest.er1
5354
  ac_status=$?
5535
  ac_status=$?
5355
  grep -v '^ *+' conftest.er1 >conftest.err
5536
  grep -v '^ *+' conftest.er1 >conftest.err
5356
  rm -f conftest.er1
5537
  rm -f conftest.er1
5357
  cat conftest.err >&5
5538
  cat conftest.err >&5
5358
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5539
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5359
  (exit $ac_status); } && {
5540
  (exit $ac_status); } && {
5360
	 test -z "$ac_c_werror_flag" ||
5541
	 test -z "$ac_c_werror_flag" ||
5361
	 test ! -s conftest.err
5542
	 test ! -s conftest.err
5362
       } && test -s conftest$ac_exeext &&
5543
       } && test -s conftest$ac_exeext && {
-
 
5544
	 test "$cross_compiling" = yes ||
5363
       $as_test_x conftest$ac_exeext; then
5545
	 $as_test_x conftest$ac_exeext
-
 
5546
       }; then
5364
  eval "kde_cv_prog_cc_$kde_cache=yes"
5547
  eval "kde_cv_prog_cc_$kde_cache=yes"
5365
else
5548
else
5366
  echo "$as_me: failed program was:" >&5
5549
  $as_echo "$as_me: failed program was:" >&5
5367
sed 's/^/| /' conftest.$ac_ext >&5
5550
sed 's/^/| /' conftest.$ac_ext >&5
5368
 
5551
 
5369
 
5552
 
5370
fi
5553
fi
5371
 
5554
 
-
 
5555
rm -rf conftest.dSYM
5372
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5556
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5373
      conftest$ac_exeext conftest.$ac_ext
5557
      conftest$ac_exeext conftest.$ac_ext
5374
  CFLAGS="$save_CFLAGS"
5558
  CFLAGS="$save_CFLAGS"
5375
  ac_ext=c
5559
  ac_ext=c
5376
ac_cpp='$CPP $CPPFLAGS'
5560
ac_cpp='$CPP $CPPFLAGS'
Line 5380... Line 5564...
5380
 
5564
 
5381
 
5565
 
5382
fi
5566
fi
5383
 
5567
 
5384
if eval "test \"`echo '$kde_cv_prog_cc_'$kde_cache`\" = yes"; then
5568
if eval "test \"`echo '$kde_cv_prog_cc_'$kde_cache`\" = yes"; then
5385
 { echo "$as_me:$LINENO: result: yes" >&5
5569
 { $as_echo "$as_me:$LINENO: result: yes" >&5
5386
echo "${ECHO_T}yes" >&6; }
5570
$as_echo "yes" >&6; }
5387
 :
5571
 :
5388
 CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"
5572
 CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"
5389
else
5573
else
5390
 { echo "$as_me:$LINENO: result: no" >&5
5574
 { $as_echo "$as_me:$LINENO: result: no" >&5
5391
echo "${ECHO_T}no" >&6; }
5575
$as_echo "no" >&6; }
5392
 :
5576
 :
5393
 
5577
 
5394
fi
5578
fi
5395
 
5579
 
5396
          ;;
5580
          ;;
5397
        esac
5581
        esac
5398
 
5582
 
5399
{ echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5
5583
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5
5400
echo $ECHO_N "checking whether $CXX supports -Wundef... $ECHO_C" >&6; }
5584
$as_echo_n "checking whether $CXX supports -Wundef... " >&6; }
5401
kde_cache=`echo Wundef | sed 'y% .=/+-,%____p__%'`
5585
kde_cache=`echo Wundef | sed 'y% .=/+-,%____p__%'`
5402
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5586
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5403
  echo $ECHO_N "(cached) $ECHO_C" >&6
5587
  $as_echo_n "(cached) " >&6
5404
else
5588
else
5405
 
5589
 
5406
 
5590
 
5407
   ac_ext=cpp
5591
   ac_ext=cpp
5408
ac_cpp='$CXXCPP $CPPFLAGS'
5592
ac_cpp='$CXXCPP $CPPFLAGS'
Line 5434... Line 5618...
5434
if { (ac_try="$ac_link"
5618
if { (ac_try="$ac_link"
5435
case "(($ac_try" in
5619
case "(($ac_try" in
5436
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5620
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5437
  *) ac_try_echo=$ac_try;;
5621
  *) ac_try_echo=$ac_try;;
5438
esac
5622
esac
5439
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5623
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
5624
$as_echo "$ac_try_echo") >&5
5440
  (eval "$ac_link") 2>conftest.er1
5625
  (eval "$ac_link") 2>conftest.er1
5441
  ac_status=$?
5626
  ac_status=$?
5442
  grep -v '^ *+' conftest.er1 >conftest.err
5627
  grep -v '^ *+' conftest.er1 >conftest.err
5443
  rm -f conftest.er1
5628
  rm -f conftest.er1
5444
  cat conftest.err >&5
5629
  cat conftest.err >&5
5445
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5630
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5446
  (exit $ac_status); } && {
5631
  (exit $ac_status); } && {
5447
	 test -z "$ac_cxx_werror_flag" ||
5632
	 test -z "$ac_cxx_werror_flag" ||
5448
	 test ! -s conftest.err
5633
	 test ! -s conftest.err
5449
       } && test -s conftest$ac_exeext &&
5634
       } && test -s conftest$ac_exeext && {
-
 
5635
	 test "$cross_compiling" = yes ||
5450
       $as_test_x conftest$ac_exeext; then
5636
	 $as_test_x conftest$ac_exeext
-
 
5637
       }; then
5451
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5638
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5452
else
5639
else
5453
  echo "$as_me: failed program was:" >&5
5640
  $as_echo "$as_me: failed program was:" >&5
5454
sed 's/^/| /' conftest.$ac_ext >&5
5641
sed 's/^/| /' conftest.$ac_ext >&5
5455
 
5642
 
5456
 
5643
 
5457
fi
5644
fi
5458
 
5645
 
-
 
5646
rm -rf conftest.dSYM
5459
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5647
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5460
      conftest$ac_exeext conftest.$ac_ext
5648
      conftest$ac_exeext conftest.$ac_ext
5461
  CXXFLAGS="$save_CXXFLAGS"
5649
  CXXFLAGS="$save_CXXFLAGS"
5462
  ac_ext=c
5650
  ac_ext=c
5463
ac_cpp='$CPP $CPPFLAGS'
5651
ac_cpp='$CPP $CPPFLAGS'
Line 5467... Line 5655...
5467
 
5655
 
5468
 
5656
 
5469
fi
5657
fi
5470
 
5658
 
5471
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5659
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5472
 { echo "$as_me:$LINENO: result: yes" >&5
5660
 { $as_echo "$as_me:$LINENO: result: yes" >&5
5473
echo "${ECHO_T}yes" >&6; }
5661
$as_echo "yes" >&6; }
5474
 :
5662
 :
5475
 CXXFLAGS="-Wundef $CXXFLAGS"
5663
 CXXFLAGS="-Wundef $CXXFLAGS"
5476
else
5664
else
5477
 { echo "$as_me:$LINENO: result: no" >&5
5665
 { $as_echo "$as_me:$LINENO: result: no" >&5
5478
echo "${ECHO_T}no" >&6; }
5666
$as_echo "no" >&6; }
5479
 :
5667
 :
5480
 
5668
 
5481
fi
5669
fi
5482
 
5670
 
5483
 
5671
 
5484
{ echo "$as_me:$LINENO: checking whether $CXX supports -Wno-long-long" >&5
5672
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -Wno-long-long" >&5
5485
echo $ECHO_N "checking whether $CXX supports -Wno-long-long... $ECHO_C" >&6; }
5673
$as_echo_n "checking whether $CXX supports -Wno-long-long... " >&6; }
5486
kde_cache=`echo Wno-long-long | sed 'y% .=/+-,%____p__%'`
5674
kde_cache=`echo Wno-long-long | sed 'y% .=/+-,%____p__%'`
5487
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5675
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5488
  echo $ECHO_N "(cached) $ECHO_C" >&6
5676
  $as_echo_n "(cached) " >&6
5489
else
5677
else
5490
 
5678
 
5491
 
5679
 
5492
   ac_ext=cpp
5680
   ac_ext=cpp
5493
ac_cpp='$CXXCPP $CPPFLAGS'
5681
ac_cpp='$CXXCPP $CPPFLAGS'
Line 5519... Line 5707...
5519
if { (ac_try="$ac_link"
5707
if { (ac_try="$ac_link"
5520
case "(($ac_try" in
5708
case "(($ac_try" in
5521
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5709
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5522
  *) ac_try_echo=$ac_try;;
5710
  *) ac_try_echo=$ac_try;;
5523
esac
5711
esac
5524
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5712
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
5713
$as_echo "$ac_try_echo") >&5
5525
  (eval "$ac_link") 2>conftest.er1
5714
  (eval "$ac_link") 2>conftest.er1
5526
  ac_status=$?
5715
  ac_status=$?
5527
  grep -v '^ *+' conftest.er1 >conftest.err
5716
  grep -v '^ *+' conftest.er1 >conftest.err
5528
  rm -f conftest.er1
5717
  rm -f conftest.er1
5529
  cat conftest.err >&5
5718
  cat conftest.err >&5
5530
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5719
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5531
  (exit $ac_status); } && {
5720
  (exit $ac_status); } && {
5532
	 test -z "$ac_cxx_werror_flag" ||
5721
	 test -z "$ac_cxx_werror_flag" ||
5533
	 test ! -s conftest.err
5722
	 test ! -s conftest.err
5534
       } && test -s conftest$ac_exeext &&
5723
       } && test -s conftest$ac_exeext && {
-
 
5724
	 test "$cross_compiling" = yes ||
5535
       $as_test_x conftest$ac_exeext; then
5725
	 $as_test_x conftest$ac_exeext
-
 
5726
       }; then
5536
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5727
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5537
else
5728
else
5538
  echo "$as_me: failed program was:" >&5
5729
  $as_echo "$as_me: failed program was:" >&5
5539
sed 's/^/| /' conftest.$ac_ext >&5
5730
sed 's/^/| /' conftest.$ac_ext >&5
5540
 
5731
 
5541
 
5732
 
5542
fi
5733
fi
5543
 
5734
 
-
 
5735
rm -rf conftest.dSYM
5544
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5736
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5545
      conftest$ac_exeext conftest.$ac_ext
5737
      conftest$ac_exeext conftest.$ac_ext
5546
  CXXFLAGS="$save_CXXFLAGS"
5738
  CXXFLAGS="$save_CXXFLAGS"
5547
  ac_ext=c
5739
  ac_ext=c
5548
ac_cpp='$CPP $CPPFLAGS'
5740
ac_cpp='$CPP $CPPFLAGS'
Line 5552... Line 5744...
5552
 
5744
 
5553
 
5745
 
5554
fi
5746
fi
5555
 
5747
 
5556
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5748
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5557
 { echo "$as_me:$LINENO: result: yes" >&5
5749
 { $as_echo "$as_me:$LINENO: result: yes" >&5
5558
echo "${ECHO_T}yes" >&6; }
5750
$as_echo "yes" >&6; }
5559
 :
5751
 :
5560
 CXXFLAGS="-Wno-long-long $CXXFLAGS"
5752
 CXXFLAGS="-Wno-long-long $CXXFLAGS"
5561
else
5753
else
5562
 { echo "$as_me:$LINENO: result: no" >&5
5754
 { $as_echo "$as_me:$LINENO: result: no" >&5
5563
echo "${ECHO_T}no" >&6; }
5755
$as_echo "no" >&6; }
5564
 :
5756
 :
5565
 
5757
 
5566
fi
5758
fi
5567
 
5759
 
5568
 
5760
 
5569
{ echo "$as_me:$LINENO: checking whether $CXX supports -Wno-non-virtual-dtor" >&5
5761
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -Wno-non-virtual-dtor" >&5
5570
echo $ECHO_N "checking whether $CXX supports -Wno-non-virtual-dtor... $ECHO_C" >&6; }
5762
$as_echo_n "checking whether $CXX supports -Wno-non-virtual-dtor... " >&6; }
5571
kde_cache=`echo Wno-non-virtual-dtor | sed 'y% .=/+-,%____p__%'`
5763
kde_cache=`echo Wno-non-virtual-dtor | sed 'y% .=/+-,%____p__%'`
5572
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5764
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5573
  echo $ECHO_N "(cached) $ECHO_C" >&6
5765
  $as_echo_n "(cached) " >&6
5574
else
5766
else
5575
 
5767
 
5576
 
5768
 
5577
   ac_ext=cpp
5769
   ac_ext=cpp
5578
ac_cpp='$CXXCPP $CPPFLAGS'
5770
ac_cpp='$CXXCPP $CPPFLAGS'
Line 5604... Line 5796...
5604
if { (ac_try="$ac_link"
5796
if { (ac_try="$ac_link"
5605
case "(($ac_try" in
5797
case "(($ac_try" in
5606
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5798
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5607
  *) ac_try_echo=$ac_try;;
5799
  *) ac_try_echo=$ac_try;;
5608
esac
5800
esac
5609
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5801
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
5802
$as_echo "$ac_try_echo") >&5
5610
  (eval "$ac_link") 2>conftest.er1
5803
  (eval "$ac_link") 2>conftest.er1
5611
  ac_status=$?
5804
  ac_status=$?
5612
  grep -v '^ *+' conftest.er1 >conftest.err
5805
  grep -v '^ *+' conftest.er1 >conftest.err
5613
  rm -f conftest.er1
5806
  rm -f conftest.er1
5614
  cat conftest.err >&5
5807
  cat conftest.err >&5
5615
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5808
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5616
  (exit $ac_status); } && {
5809
  (exit $ac_status); } && {
5617
	 test -z "$ac_cxx_werror_flag" ||
5810
	 test -z "$ac_cxx_werror_flag" ||
5618
	 test ! -s conftest.err
5811
	 test ! -s conftest.err
5619
       } && test -s conftest$ac_exeext &&
5812
       } && test -s conftest$ac_exeext && {
-
 
5813
	 test "$cross_compiling" = yes ||
5620
       $as_test_x conftest$ac_exeext; then
5814
	 $as_test_x conftest$ac_exeext
-
 
5815
       }; then
5621
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5816
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5622
else
5817
else
5623
  echo "$as_me: failed program was:" >&5
5818
  $as_echo "$as_me: failed program was:" >&5
5624
sed 's/^/| /' conftest.$ac_ext >&5
5819
sed 's/^/| /' conftest.$ac_ext >&5
5625
 
5820
 
5626
 
5821
 
5627
fi
5822
fi
5628
 
5823
 
-
 
5824
rm -rf conftest.dSYM
5629
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5825
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5630
      conftest$ac_exeext conftest.$ac_ext
5826
      conftest$ac_exeext conftest.$ac_ext
5631
  CXXFLAGS="$save_CXXFLAGS"
5827
  CXXFLAGS="$save_CXXFLAGS"
5632
  ac_ext=c
5828
  ac_ext=c
5633
ac_cpp='$CPP $CPPFLAGS'
5829
ac_cpp='$CPP $CPPFLAGS'
Line 5637... Line 5833...
5637
 
5833
 
5638
 
5834
 
5639
fi
5835
fi
5640
 
5836
 
5641
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5837
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5642
 { echo "$as_me:$LINENO: result: yes" >&5
5838
 { $as_echo "$as_me:$LINENO: result: yes" >&5
5643
echo "${ECHO_T}yes" >&6; }
5839
$as_echo "yes" >&6; }
5644
 :
5840
 :
5645
 CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"
5841
 CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"
5646
else
5842
else
5647
 { echo "$as_me:$LINENO: result: no" >&5
5843
 { $as_echo "$as_me:$LINENO: result: no" >&5
5648
echo "${ECHO_T}no" >&6; }
5844
$as_echo "no" >&6; }
5649
 :
5845
 :
5650
 
5846
 
5651
fi
5847
fi
5652
 
5848
 
5653
     fi
5849
     fi
Line 5669... Line 5865...
5669
 
5865
 
5670
 
5866
 
5671
  if test "$GXX" = "yes"; then
5867
  if test "$GXX" = "yes"; then
5672
    gcc_no_reorder_blocks=NO
5868
    gcc_no_reorder_blocks=NO
5673
 
5869
 
5674
{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-reorder-blocks" >&5
5870
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -fno-reorder-blocks" >&5
5675
echo $ECHO_N "checking whether $CXX supports -fno-reorder-blocks... $ECHO_C" >&6; }
5871
$as_echo_n "checking whether $CXX supports -fno-reorder-blocks... " >&6; }
5676
kde_cache=`echo fno-reorder-blocks | sed 'y% .=/+-,%____p__%'`
5872
kde_cache=`echo fno-reorder-blocks | sed 'y% .=/+-,%____p__%'`
5677
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5873
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5678
  echo $ECHO_N "(cached) $ECHO_C" >&6
5874
  $as_echo_n "(cached) " >&6
5679
else
5875
else
5680
 
5876
 
5681
 
5877
 
5682
   ac_ext=cpp
5878
   ac_ext=cpp
5683
ac_cpp='$CXXCPP $CPPFLAGS'
5879
ac_cpp='$CXXCPP $CPPFLAGS'
Line 5709... Line 5905...
5709
if { (ac_try="$ac_link"
5905
if { (ac_try="$ac_link"
5710
case "(($ac_try" in
5906
case "(($ac_try" in
5711
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5907
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5712
  *) ac_try_echo=$ac_try;;
5908
  *) ac_try_echo=$ac_try;;
5713
esac
5909
esac
5714
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5910
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
5911
$as_echo "$ac_try_echo") >&5
5715
  (eval "$ac_link") 2>conftest.er1
5912
  (eval "$ac_link") 2>conftest.er1
5716
  ac_status=$?
5913
  ac_status=$?
5717
  grep -v '^ *+' conftest.er1 >conftest.err
5914
  grep -v '^ *+' conftest.er1 >conftest.err
5718
  rm -f conftest.er1
5915
  rm -f conftest.er1
5719
  cat conftest.err >&5
5916
  cat conftest.err >&5
5720
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5917
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5721
  (exit $ac_status); } && {
5918
  (exit $ac_status); } && {
5722
	 test -z "$ac_cxx_werror_flag" ||
5919
	 test -z "$ac_cxx_werror_flag" ||
5723
	 test ! -s conftest.err
5920
	 test ! -s conftest.err
5724
       } && test -s conftest$ac_exeext &&
5921
       } && test -s conftest$ac_exeext && {
-
 
5922
	 test "$cross_compiling" = yes ||
5725
       $as_test_x conftest$ac_exeext; then
5923
	 $as_test_x conftest$ac_exeext
-
 
5924
       }; then
5726
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5925
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5727
else
5926
else
5728
  echo "$as_me: failed program was:" >&5
5927
  $as_echo "$as_me: failed program was:" >&5
5729
sed 's/^/| /' conftest.$ac_ext >&5
5928
sed 's/^/| /' conftest.$ac_ext >&5
5730
 
5929
 
5731
 
5930
 
5732
fi
5931
fi
5733
 
5932
 
-
 
5933
rm -rf conftest.dSYM
5734
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5934
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5735
      conftest$ac_exeext conftest.$ac_ext
5935
      conftest$ac_exeext conftest.$ac_ext
5736
  CXXFLAGS="$save_CXXFLAGS"
5936
  CXXFLAGS="$save_CXXFLAGS"
5737
  ac_ext=c
5937
  ac_ext=c
5738
ac_cpp='$CPP $CPPFLAGS'
5938
ac_cpp='$CPP $CPPFLAGS'
Line 5742... Line 5942...
5742
 
5942
 
5743
 
5943
 
5744
fi
5944
fi
5745
 
5945
 
5746
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5946
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5747
 { echo "$as_me:$LINENO: result: yes" >&5
5947
 { $as_echo "$as_me:$LINENO: result: yes" >&5
5748
echo "${ECHO_T}yes" >&6; }
5948
$as_echo "yes" >&6; }
5749
 :
5949
 :
5750
 gcc_no_reorder_blocks=YES
5950
 gcc_no_reorder_blocks=YES
5751
else
5951
else
5752
 { echo "$as_me:$LINENO: result: no" >&5
5952
 { $as_echo "$as_me:$LINENO: result: no" >&5
5753
echo "${ECHO_T}no" >&6; }
5953
$as_echo "no" >&6; }
5754
 :
5954
 :
5755
 
5955
 
5756
fi
5956
fi
5757
 
5957
 
5758
    if test $kde_use_debug_code != "no" && \
5958
    if test $kde_use_debug_code != "no" && \
Line 5760... Line 5960...
5760
       test "YES" = "$gcc_no_reorder_blocks" ; then
5960
       test "YES" = "$gcc_no_reorder_blocks" ; then
5761
          CXXFLAGS="$CXXFLAGS -fno-reorder-blocks"
5961
          CXXFLAGS="$CXXFLAGS -fno-reorder-blocks"
5762
          CFLAGS="$CFLAGS -fno-reorder-blocks"
5962
          CFLAGS="$CFLAGS -fno-reorder-blocks"
5763
    fi
5963
    fi
5764
 
5964
 
5765
{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-exceptions" >&5
5965
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -fno-exceptions" >&5
5766
echo $ECHO_N "checking whether $CXX supports -fno-exceptions... $ECHO_C" >&6; }
5966
$as_echo_n "checking whether $CXX supports -fno-exceptions... " >&6; }
5767
kde_cache=`echo fno-exceptions | sed 'y% .=/+-,%____p__%'`
5967
kde_cache=`echo fno-exceptions | sed 'y% .=/+-,%____p__%'`
5768
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5968
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5769
  echo $ECHO_N "(cached) $ECHO_C" >&6
5969
  $as_echo_n "(cached) " >&6
5770
else
5970
else
5771
 
5971
 
5772
 
5972
 
5773
   ac_ext=cpp
5973
   ac_ext=cpp
5774
ac_cpp='$CXXCPP $CPPFLAGS'
5974
ac_cpp='$CXXCPP $CPPFLAGS'
Line 5800... Line 6000...
5800
if { (ac_try="$ac_link"
6000
if { (ac_try="$ac_link"
5801
case "(($ac_try" in
6001
case "(($ac_try" in
5802
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6002
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5803
  *) ac_try_echo=$ac_try;;
6003
  *) ac_try_echo=$ac_try;;
5804
esac
6004
esac
5805
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6005
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6006
$as_echo "$ac_try_echo") >&5
5806
  (eval "$ac_link") 2>conftest.er1
6007
  (eval "$ac_link") 2>conftest.er1
5807
  ac_status=$?
6008
  ac_status=$?
5808
  grep -v '^ *+' conftest.er1 >conftest.err
6009
  grep -v '^ *+' conftest.er1 >conftest.err
5809
  rm -f conftest.er1
6010
  rm -f conftest.er1
5810
  cat conftest.err >&5
6011
  cat conftest.err >&5
5811
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6012
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5812
  (exit $ac_status); } && {
6013
  (exit $ac_status); } && {
5813
	 test -z "$ac_cxx_werror_flag" ||
6014
	 test -z "$ac_cxx_werror_flag" ||
5814
	 test ! -s conftest.err
6015
	 test ! -s conftest.err
5815
       } && test -s conftest$ac_exeext &&
6016
       } && test -s conftest$ac_exeext && {
-
 
6017
	 test "$cross_compiling" = yes ||
5816
       $as_test_x conftest$ac_exeext; then
6018
	 $as_test_x conftest$ac_exeext
-
 
6019
       }; then
5817
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6020
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5818
else
6021
else
5819
  echo "$as_me: failed program was:" >&5
6022
  $as_echo "$as_me: failed program was:" >&5
5820
sed 's/^/| /' conftest.$ac_ext >&5
6023
sed 's/^/| /' conftest.$ac_ext >&5
5821
 
6024
 
5822
 
6025
 
5823
fi
6026
fi
5824
 
6027
 
-
 
6028
rm -rf conftest.dSYM
5825
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6029
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5826
      conftest$ac_exeext conftest.$ac_ext
6030
      conftest$ac_exeext conftest.$ac_ext
5827
  CXXFLAGS="$save_CXXFLAGS"
6031
  CXXFLAGS="$save_CXXFLAGS"
5828
  ac_ext=c
6032
  ac_ext=c
5829
ac_cpp='$CPP $CPPFLAGS'
6033
ac_cpp='$CPP $CPPFLAGS'
Line 5833... Line 6037...
5833
 
6037
 
5834
 
6038
 
5835
fi
6039
fi
5836
 
6040
 
5837
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6041
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5838
 { echo "$as_me:$LINENO: result: yes" >&5
6042
 { $as_echo "$as_me:$LINENO: result: yes" >&5
5839
echo "${ECHO_T}yes" >&6; }
6043
$as_echo "yes" >&6; }
5840
 :
6044
 :
5841
 CXXFLAGS="$CXXFLAGS -fno-exceptions"
6045
 CXXFLAGS="$CXXFLAGS -fno-exceptions"
5842
else
6046
else
5843
 { echo "$as_me:$LINENO: result: no" >&5
6047
 { $as_echo "$as_me:$LINENO: result: no" >&5
5844
echo "${ECHO_T}no" >&6; }
6048
$as_echo "no" >&6; }
5845
 :
6049
 :
5846
 
6050
 
5847
fi
6051
fi
5848
 
6052
 
5849
 
6053
 
5850
{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-check-new" >&5
6054
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -fno-check-new" >&5
5851
echo $ECHO_N "checking whether $CXX supports -fno-check-new... $ECHO_C" >&6; }
6055
$as_echo_n "checking whether $CXX supports -fno-check-new... " >&6; }
5852
kde_cache=`echo fno-check-new | sed 'y% .=/+-,%____p__%'`
6056
kde_cache=`echo fno-check-new | sed 'y% .=/+-,%____p__%'`
5853
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
6057
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5854
  echo $ECHO_N "(cached) $ECHO_C" >&6
6058
  $as_echo_n "(cached) " >&6
5855
else
6059
else
5856
 
6060
 
5857
 
6061
 
5858
   ac_ext=cpp
6062
   ac_ext=cpp
5859
ac_cpp='$CXXCPP $CPPFLAGS'
6063
ac_cpp='$CXXCPP $CPPFLAGS'
Line 5885... Line 6089...
5885
if { (ac_try="$ac_link"
6089
if { (ac_try="$ac_link"
5886
case "(($ac_try" in
6090
case "(($ac_try" in
5887
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6091
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5888
  *) ac_try_echo=$ac_try;;
6092
  *) ac_try_echo=$ac_try;;
5889
esac
6093
esac
5890
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
5891
  (eval "$ac_link") 2>conftest.er1
6096
  (eval "$ac_link") 2>conftest.er1
5892
  ac_status=$?
6097
  ac_status=$?
5893
  grep -v '^ *+' conftest.er1 >conftest.err
6098
  grep -v '^ *+' conftest.er1 >conftest.err
5894
  rm -f conftest.er1
6099
  rm -f conftest.er1
5895
  cat conftest.err >&5
6100
  cat conftest.err >&5
5896
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6101
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5897
  (exit $ac_status); } && {
6102
  (exit $ac_status); } && {
5898
	 test -z "$ac_cxx_werror_flag" ||
6103
	 test -z "$ac_cxx_werror_flag" ||
5899
	 test ! -s conftest.err
6104
	 test ! -s conftest.err
5900
       } && test -s conftest$ac_exeext &&
6105
       } && test -s conftest$ac_exeext && {
-
 
6106
	 test "$cross_compiling" = yes ||
5901
       $as_test_x conftest$ac_exeext; then
6107
	 $as_test_x conftest$ac_exeext
-
 
6108
       }; then
5902
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6109
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5903
else
6110
else
5904
  echo "$as_me: failed program was:" >&5
6111
  $as_echo "$as_me: failed program was:" >&5
5905
sed 's/^/| /' conftest.$ac_ext >&5
6112
sed 's/^/| /' conftest.$ac_ext >&5
5906
 
6113
 
5907
 
6114
 
5908
fi
6115
fi
5909
 
6116
 
-
 
6117
rm -rf conftest.dSYM
5910
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6118
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5911
      conftest$ac_exeext conftest.$ac_ext
6119
      conftest$ac_exeext conftest.$ac_ext
5912
  CXXFLAGS="$save_CXXFLAGS"
6120
  CXXFLAGS="$save_CXXFLAGS"
5913
  ac_ext=c
6121
  ac_ext=c
5914
ac_cpp='$CPP $CPPFLAGS'
6122
ac_cpp='$CPP $CPPFLAGS'
Line 5918... Line 6126...
5918
 
6126
 
5919
 
6127
 
5920
fi
6128
fi
5921
 
6129
 
5922
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6130
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
5923
 { echo "$as_me:$LINENO: result: yes" >&5
6131
 { $as_echo "$as_me:$LINENO: result: yes" >&5
5924
echo "${ECHO_T}yes" >&6; }
6132
$as_echo "yes" >&6; }
5925
 :
6133
 :
5926
 CXXFLAGS="$CXXFLAGS -fno-check-new"
6134
 CXXFLAGS="$CXXFLAGS -fno-check-new"
5927
else
6135
else
5928
 { echo "$as_me:$LINENO: result: no" >&5
6136
 { $as_echo "$as_me:$LINENO: result: no" >&5
5929
echo "${ECHO_T}no" >&6; }
6137
$as_echo "no" >&6; }
5930
 :
6138
 :
5931
 
6139
 
5932
fi
6140
fi
5933
 
6141
 
5934
 
6142
 
5935
{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-common" >&5
6143
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -fno-common" >&5
5936
echo $ECHO_N "checking whether $CXX supports -fno-common... $ECHO_C" >&6; }
6144
$as_echo_n "checking whether $CXX supports -fno-common... " >&6; }
5937
kde_cache=`echo fno-common | sed 'y% .=/+-,%____p__%'`
6145
kde_cache=`echo fno-common | sed 'y% .=/+-,%____p__%'`
5938
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
6146
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
5939
  echo $ECHO_N "(cached) $ECHO_C" >&6
6147
  $as_echo_n "(cached) " >&6
5940
else
6148
else
5941
 
6149
 
5942
 
6150
 
5943
   ac_ext=cpp
6151
   ac_ext=cpp
5944
ac_cpp='$CXXCPP $CPPFLAGS'
6152
ac_cpp='$CXXCPP $CPPFLAGS'
Line 5970... Line 6178...
5970
if { (ac_try="$ac_link"
6178
if { (ac_try="$ac_link"
5971
case "(($ac_try" in
6179
case "(($ac_try" in
5972
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6180
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5973
  *) ac_try_echo=$ac_try;;
6181
  *) ac_try_echo=$ac_try;;
5974
esac
6182
esac
5975
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6183
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6184
$as_echo "$ac_try_echo") >&5
5976
  (eval "$ac_link") 2>conftest.er1
6185
  (eval "$ac_link") 2>conftest.er1
5977
  ac_status=$?
6186
  ac_status=$?
5978
  grep -v '^ *+' conftest.er1 >conftest.err
6187
  grep -v '^ *+' conftest.er1 >conftest.err
5979
  rm -f conftest.er1
6188
  rm -f conftest.er1
5980
  cat conftest.err >&5
6189
  cat conftest.err >&5
5981
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6190
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5982
  (exit $ac_status); } && {
6191
  (exit $ac_status); } && {
5983
	 test -z "$ac_cxx_werror_flag" ||
6192
	 test -z "$ac_cxx_werror_flag" ||
5984
	 test ! -s conftest.err
6193
	 test ! -s conftest.err
5985
       } && test -s conftest$ac_exeext &&
6194
       } && test -s conftest$ac_exeext && {
-
 
6195
	 test "$cross_compiling" = yes ||
5986
       $as_test_x conftest$ac_exeext; then
6196
	 $as_test_x conftest$ac_exeext
-
 
6197
       }; then
5987
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6198
  eval "kde_cv_prog_cxx_$kde_cache=yes"
5988
else
6199
else
5989
  echo "$as_me: failed program was:" >&5
6200
  $as_echo "$as_me: failed program was:" >&5
5990
sed 's/^/| /' conftest.$ac_ext >&5
6201
sed 's/^/| /' conftest.$ac_ext >&5
5991
 
6202
 
5992
 
6203
 
5993
fi
6204
fi
5994
 
6205
 
-
 
6206
rm -rf conftest.dSYM
5995
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6207
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5996
      conftest$ac_exeext conftest.$ac_ext
6208
      conftest$ac_exeext conftest.$ac_ext
5997
  CXXFLAGS="$save_CXXFLAGS"
6209
  CXXFLAGS="$save_CXXFLAGS"
5998
  ac_ext=c
6210
  ac_ext=c
5999
ac_cpp='$CPP $CPPFLAGS'
6211
ac_cpp='$CPP $CPPFLAGS'
Line 6003... Line 6215...
6003
 
6215
 
6004
 
6216
 
6005
fi
6217
fi
6006
 
6218
 
6007
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6219
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6008
 { echo "$as_me:$LINENO: result: yes" >&5
6220
 { $as_echo "$as_me:$LINENO: result: yes" >&5
6009
echo "${ECHO_T}yes" >&6; }
6221
$as_echo "yes" >&6; }
6010
 :
6222
 :
6011
 CXXFLAGS="$CXXFLAGS -fno-common"
6223
 CXXFLAGS="$CXXFLAGS -fno-common"
6012
else
6224
else
6013
 { echo "$as_me:$LINENO: result: no" >&5
6225
 { $as_echo "$as_me:$LINENO: result: no" >&5
6014
echo "${ECHO_T}no" >&6; }
6226
$as_echo "no" >&6; }
6015
 :
6227
 :
6016
 
6228
 
6017
fi
6229
fi
6018
 
6230
 
6019
 
6231
 
6020
{ echo "$as_me:$LINENO: checking whether $CXX supports -fexceptions" >&5
6232
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -fexceptions" >&5
6021
echo $ECHO_N "checking whether $CXX supports -fexceptions... $ECHO_C" >&6; }
6233
$as_echo_n "checking whether $CXX supports -fexceptions... " >&6; }
6022
kde_cache=`echo fexceptions | sed 'y% .=/+-,%____p__%'`
6234
kde_cache=`echo fexceptions | sed 'y% .=/+-,%____p__%'`
6023
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
6235
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
6024
  echo $ECHO_N "(cached) $ECHO_C" >&6
6236
  $as_echo_n "(cached) " >&6
6025
else
6237
else
6026
 
6238
 
6027
 
6239
 
6028
   ac_ext=cpp
6240
   ac_ext=cpp
6029
ac_cpp='$CXXCPP $CPPFLAGS'
6241
ac_cpp='$CXXCPP $CPPFLAGS'
Line 6055... Line 6267...
6055
if { (ac_try="$ac_link"
6267
if { (ac_try="$ac_link"
6056
case "(($ac_try" in
6268
case "(($ac_try" in
6057
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6269
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6058
  *) ac_try_echo=$ac_try;;
6270
  *) ac_try_echo=$ac_try;;
6059
esac
6271
esac
6060
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6272
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6273
$as_echo "$ac_try_echo") >&5
6061
  (eval "$ac_link") 2>conftest.er1
6274
  (eval "$ac_link") 2>conftest.er1
6062
  ac_status=$?
6275
  ac_status=$?
6063
  grep -v '^ *+' conftest.er1 >conftest.err
6276
  grep -v '^ *+' conftest.er1 >conftest.err
6064
  rm -f conftest.er1
6277
  rm -f conftest.er1
6065
  cat conftest.err >&5
6278
  cat conftest.err >&5
6066
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6279
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6067
  (exit $ac_status); } && {
6280
  (exit $ac_status); } && {
6068
	 test -z "$ac_cxx_werror_flag" ||
6281
	 test -z "$ac_cxx_werror_flag" ||
6069
	 test ! -s conftest.err
6282
	 test ! -s conftest.err
6070
       } && test -s conftest$ac_exeext &&
6283
       } && test -s conftest$ac_exeext && {
-
 
6284
	 test "$cross_compiling" = yes ||
6071
       $as_test_x conftest$ac_exeext; then
6285
	 $as_test_x conftest$ac_exeext
-
 
6286
       }; then
6072
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6287
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6073
else
6288
else
6074
  echo "$as_me: failed program was:" >&5
6289
  $as_echo "$as_me: failed program was:" >&5
6075
sed 's/^/| /' conftest.$ac_ext >&5
6290
sed 's/^/| /' conftest.$ac_ext >&5
6076
 
6291
 
6077
 
6292
 
6078
fi
6293
fi
6079
 
6294
 
-
 
6295
rm -rf conftest.dSYM
6080
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6296
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6081
      conftest$ac_exeext conftest.$ac_ext
6297
      conftest$ac_exeext conftest.$ac_ext
6082
  CXXFLAGS="$save_CXXFLAGS"
6298
  CXXFLAGS="$save_CXXFLAGS"
6083
  ac_ext=c
6299
  ac_ext=c
6084
ac_cpp='$CPP $CPPFLAGS'
6300
ac_cpp='$CPP $CPPFLAGS'
Line 6088... Line 6304...
6088
 
6304
 
6089
 
6305
 
6090
fi
6306
fi
6091
 
6307
 
6092
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6308
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6093
 { echo "$as_me:$LINENO: result: yes" >&5
6309
 { $as_echo "$as_me:$LINENO: result: yes" >&5
6094
echo "${ECHO_T}yes" >&6; }
6310
$as_echo "yes" >&6; }
6095
 :
6311
 :
6096
 USE_EXCEPTIONS="-fexceptions"
6312
 USE_EXCEPTIONS="-fexceptions"
6097
else
6313
else
6098
 { echo "$as_me:$LINENO: result: no" >&5
6314
 { $as_echo "$as_me:$LINENO: result: no" >&5
6099
echo "${ECHO_T}no" >&6; }
6315
$as_echo "no" >&6; }
6100
 :
6316
 :
6101
 USE_EXCEPTIONS=
6317
 USE_EXCEPTIONS=
6102
fi
6318
fi
6103
 
6319
 
6104
    ENABLE_PERMISSIVE_FLAG="-fpermissive"
6320
    ENABLE_PERMISSIVE_FLAG="-fpermissive"
6105
 
6321
 
6106
    if test "$kde_use_pch" = "yes"; then
6322
    if test "$kde_use_pch" = "yes"; then
6107
        { echo "$as_me:$LINENO: checking whether gcc supports precompiling c header files" >&5
6323
        { $as_echo "$as_me:$LINENO: checking whether gcc supports precompiling c header files" >&5
6108
echo $ECHO_N "checking whether gcc supports precompiling c header files... $ECHO_C" >&6; }
6324
$as_echo_n "checking whether gcc supports precompiling c header files... " >&6; }
6109
        echo >conftest.h
6325
        echo >conftest.h
6110
        if $CC -x c-header conftest.h >/dev/null 2>/dev/null; then
6326
        if $CC -x c-header conftest.h >/dev/null 2>/dev/null; then
6111
            kde_gcc_supports_pch=yes
6327
            kde_gcc_supports_pch=yes
6112
            { echo "$as_me:$LINENO: result: yes" >&5
6328
            { $as_echo "$as_me:$LINENO: result: yes" >&5
6113
echo "${ECHO_T}yes" >&6; }
6329
$as_echo "yes" >&6; }
6114
        else
6330
        else
6115
            kde_gcc_supports_pch=no
6331
            kde_gcc_supports_pch=no
6116
            { echo "$as_me:$LINENO: result: no" >&5
6332
            { $as_echo "$as_me:$LINENO: result: no" >&5
6117
echo "${ECHO_T}no" >&6; }
6333
$as_echo "no" >&6; }
6118
        fi
6334
        fi
6119
        if test "$kde_gcc_supports_pch" = "yes"; then
6335
        if test "$kde_gcc_supports_pch" = "yes"; then
6120
            { echo "$as_me:$LINENO: checking whether gcc supports precompiling c++ header files" >&5
6336
            { $as_echo "$as_me:$LINENO: checking whether gcc supports precompiling c++ header files" >&5
6121
echo $ECHO_N "checking whether gcc supports precompiling c++ header files... $ECHO_C" >&6; }
6337
$as_echo_n "checking whether gcc supports precompiling c++ header files... " >&6; }
6122
            if $CXX -x c++-header conftest.h >/dev/null 2>/dev/null; then
6338
            if $CXX -x c++-header conftest.h >/dev/null 2>/dev/null; then
6123
                kde_gcc_supports_pch=yes
6339
                kde_gcc_supports_pch=yes
6124
                { echo "$as_me:$LINENO: result: yes" >&5
6340
                { $as_echo "$as_me:$LINENO: result: yes" >&5
6125
echo "${ECHO_T}yes" >&6; }
6341
$as_echo "yes" >&6; }
6126
            else
6342
            else
6127
                kde_gcc_supports_pch=no
6343
                kde_gcc_supports_pch=no
6128
                { echo "$as_me:$LINENO: result: no" >&5
6344
                { $as_echo "$as_me:$LINENO: result: no" >&5
6129
echo "${ECHO_T}no" >&6; }
6345
$as_echo "no" >&6; }
6130
            fi
6346
            fi
6131
        fi
6347
        fi
6132
        rm -f conftest.h conftest.h.gch
6348
        rm -f conftest.h conftest.h.gch
6133
    fi
6349
    fi
6134
 
6350
 
6135
 
6351
 
6136
  { echo "$as_me:$LINENO: checking whether system headers can cope with -O2 -fno-inline" >&5
6352
  { $as_echo "$as_me:$LINENO: checking whether system headers can cope with -O2 -fno-inline" >&5
6137
echo $ECHO_N "checking whether system headers can cope with -O2 -fno-inline... $ECHO_C" >&6; }
6353
$as_echo_n "checking whether system headers can cope with -O2 -fno-inline... " >&6; }
6138
if test "${kde_cv_opt_noinline_match+set}" = set; then
6354
if test "${kde_cv_opt_noinline_match+set}" = set; then
6139
  echo $ECHO_N "(cached) $ECHO_C" >&6
6355
  $as_echo_n "(cached) " >&6
6140
else
6356
else
6141
 
6357
 
6142
  kde_cv_opt_noinline_match=irrelevant
6358
  kde_cv_opt_noinline_match=irrelevant
6143
    if echo "$CFLAGS" | grep -e -O2 >/dev/null 2>/dev/null \
6359
    if echo "$CFLAGS" | grep -e -O2 >/dev/null 2>/dev/null \
6144
     && echo "$CFLAGS" | grep -e -fno-inline >/dev/null 2>/dev/null ; then
6360
     && echo "$CFLAGS" | grep -e -fno-inline >/dev/null 2>/dev/null ; then
Line 6169... Line 6385...
6169
if { (ac_try="$ac_link"
6385
if { (ac_try="$ac_link"
6170
case "(($ac_try" in
6386
case "(($ac_try" in
6171
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6387
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6172
  *) ac_try_echo=$ac_try;;
6388
  *) ac_try_echo=$ac_try;;
6173
esac
6389
esac
6174
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6390
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6391
$as_echo "$ac_try_echo") >&5
6175
  (eval "$ac_link") 2>conftest.er1
6392
  (eval "$ac_link") 2>conftest.er1
6176
  ac_status=$?
6393
  ac_status=$?
6177
  grep -v '^ *+' conftest.er1 >conftest.err
6394
  grep -v '^ *+' conftest.er1 >conftest.err
6178
  rm -f conftest.er1
6395
  rm -f conftest.er1
6179
  cat conftest.err >&5
6396
  cat conftest.err >&5
6180
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6397
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6181
  (exit $ac_status); } && {
6398
  (exit $ac_status); } && {
6182
	 test -z "$ac_c_werror_flag" ||
6399
	 test -z "$ac_c_werror_flag" ||
6183
	 test ! -s conftest.err
6400
	 test ! -s conftest.err
6184
       } && test -s conftest$ac_exeext &&
6401
       } && test -s conftest$ac_exeext && {
-
 
6402
	 test "$cross_compiling" = yes ||
6185
       $as_test_x conftest$ac_exeext; then
6403
	 $as_test_x conftest$ac_exeext
-
 
6404
       }; then
6186
  kde_cv_opt_noinline_match=yes
6405
  kde_cv_opt_noinline_match=yes
6187
else
6406
else
6188
  echo "$as_me: failed program was:" >&5
6407
  $as_echo "$as_me: failed program was:" >&5
6189
sed 's/^/| /' conftest.$ac_ext >&5
6408
sed 's/^/| /' conftest.$ac_ext >&5
6190
 
6409
 
6191
	kde_cv_opt_noinline_match=no
6410
	kde_cv_opt_noinline_match=no
6192
 
6411
 
6193
fi
6412
fi
6194
 
6413
 
-
 
6414
rm -rf conftest.dSYM
6195
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6415
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6196
      conftest$ac_exeext conftest.$ac_ext
6416
      conftest$ac_exeext conftest.$ac_ext
6197
 
6417
 
6198
    CFLAGS="$ac_cflags_save"
6418
    CFLAGS="$ac_cflags_save"
6199
  fi
6419
  fi
6200
 
6420
 
6201
fi
6421
fi
6202
{ echo "$as_me:$LINENO: result: $kde_cv_opt_noinline_match" >&5
6422
{ $as_echo "$as_me:$LINENO: result: $kde_cv_opt_noinline_match" >&5
6203
echo "${ECHO_T}$kde_cv_opt_noinline_match" >&6; }
6423
$as_echo "$kde_cv_opt_noinline_match" >&6; }
6204
 
6424
 
6205
    if test "x$kde_cv_opt_noinline_match" = "xno" ; then
6425
    if test "x$kde_cv_opt_noinline_match" = "xno" ; then
6206
       CFLAGS="`echo "$CFLAGS" | sed "s/ -fno-inline//"`"
6426
       CFLAGS="`echo "$CFLAGS" | sed "s/ -fno-inline//"`"
6207
    fi
6427
    fi
6208
  fi
6428
  fi
Line 6218... Line 6438...
6218
 
6438
 
6219
  if test "$CXX" = "KCC"; then
6439
  if test "$CXX" = "KCC"; then
6220
 
6440
 
6221
    if test "$kde_use_pch" = "yes"; then
6441
    if test "$kde_use_pch" = "yes"; then
6222
 
6442
 
6223
{ echo "$as_me:$LINENO: checking whether $CXX supports --pch" >&5
6443
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports --pch" >&5
6224
echo $ECHO_N "checking whether $CXX supports --pch... $ECHO_C" >&6; }
6444
$as_echo_n "checking whether $CXX supports --pch... " >&6; }
6225
kde_cache=`echo -pch | sed 'y% .=/+-,%____p__%'`
6445
kde_cache=`echo -pch | sed 'y% .=/+-,%____p__%'`
6226
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
6446
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
6227
  echo $ECHO_N "(cached) $ECHO_C" >&6
6447
  $as_echo_n "(cached) " >&6
6228
else
6448
else
6229
 
6449
 
6230
 
6450
 
6231
   ac_ext=cpp
6451
   ac_ext=cpp
6232
ac_cpp='$CXXCPP $CPPFLAGS'
6452
ac_cpp='$CXXCPP $CPPFLAGS'
Line 6258... Line 6478...
6258
if { (ac_try="$ac_link"
6478
if { (ac_try="$ac_link"
6259
case "(($ac_try" in
6479
case "(($ac_try" in
6260
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6480
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6261
  *) ac_try_echo=$ac_try;;
6481
  *) ac_try_echo=$ac_try;;
6262
esac
6482
esac
6263
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6483
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6484
$as_echo "$ac_try_echo") >&5
6264
  (eval "$ac_link") 2>conftest.er1
6485
  (eval "$ac_link") 2>conftest.er1
6265
  ac_status=$?
6486
  ac_status=$?
6266
  grep -v '^ *+' conftest.er1 >conftest.err
6487
  grep -v '^ *+' conftest.er1 >conftest.err
6267
  rm -f conftest.er1
6488
  rm -f conftest.er1
6268
  cat conftest.err >&5
6489
  cat conftest.err >&5
6269
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6490
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6270
  (exit $ac_status); } && {
6491
  (exit $ac_status); } && {
6271
	 test -z "$ac_cxx_werror_flag" ||
6492
	 test -z "$ac_cxx_werror_flag" ||
6272
	 test ! -s conftest.err
6493
	 test ! -s conftest.err
6273
       } && test -s conftest$ac_exeext &&
6494
       } && test -s conftest$ac_exeext && {
-
 
6495
	 test "$cross_compiling" = yes ||
6274
       $as_test_x conftest$ac_exeext; then
6496
	 $as_test_x conftest$ac_exeext
-
 
6497
       }; then
6275
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6498
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6276
else
6499
else
6277
  echo "$as_me: failed program was:" >&5
6500
  $as_echo "$as_me: failed program was:" >&5
6278
sed 's/^/| /' conftest.$ac_ext >&5
6501
sed 's/^/| /' conftest.$ac_ext >&5
6279
 
6502
 
6280
 
6503
 
6281
fi
6504
fi
6282
 
6505
 
-
 
6506
rm -rf conftest.dSYM
6283
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6507
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6284
      conftest$ac_exeext conftest.$ac_ext
6508
      conftest$ac_exeext conftest.$ac_ext
6285
  CXXFLAGS="$save_CXXFLAGS"
6509
  CXXFLAGS="$save_CXXFLAGS"
6286
  ac_ext=c
6510
  ac_ext=c
6287
ac_cpp='$CPP $CPPFLAGS'
6511
ac_cpp='$CPP $CPPFLAGS'
Line 6291... Line 6515...
6291
 
6515
 
6292
 
6516
 
6293
fi
6517
fi
6294
 
6518
 
6295
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6519
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6296
 { echo "$as_me:$LINENO: result: yes" >&5
6520
 { $as_echo "$as_me:$LINENO: result: yes" >&5
6297
echo "${ECHO_T}yes" >&6; }
6521
$as_echo "yes" >&6; }
6298
 :
6522
 :
6299
 CXXFLAGS="$CXXFLAGS --pch"
6523
 CXXFLAGS="$CXXFLAGS --pch"
6300
else
6524
else
6301
 { echo "$as_me:$LINENO: result: no" >&5
6525
 { $as_echo "$as_me:$LINENO: result: no" >&5
6302
echo "${ECHO_T}no" >&6; }
6526
$as_echo "no" >&6; }
6303
 :
6527
 :
6304
 
6528
 
6305
fi
6529
fi
6306
 
6530
 
6307
                                              fi
6531
                                              fi
6308
 
6532
 
6309
{ echo "$as_me:$LINENO: checking whether $CXX supports --inline_keyword_space_time=6" >&5
6533
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports --inline_keyword_space_time=6" >&5
6310
echo $ECHO_N "checking whether $CXX supports --inline_keyword_space_time=6... $ECHO_C" >&6; }
6534
$as_echo_n "checking whether $CXX supports --inline_keyword_space_time=6... " >&6; }
6311
kde_cache=`echo -inline_keyword_space_time=6 | sed 'y% .=/+-,%____p__%'`
6535
kde_cache=`echo -inline_keyword_space_time=6 | sed 'y% .=/+-,%____p__%'`
6312
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
6536
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
6313
  echo $ECHO_N "(cached) $ECHO_C" >&6
6537
  $as_echo_n "(cached) " >&6
6314
else
6538
else
6315
 
6539
 
6316
 
6540
 
6317
   ac_ext=cpp
6541
   ac_ext=cpp
6318
ac_cpp='$CXXCPP $CPPFLAGS'
6542
ac_cpp='$CXXCPP $CPPFLAGS'
Line 6344... Line 6568...
6344
if { (ac_try="$ac_link"
6568
if { (ac_try="$ac_link"
6345
case "(($ac_try" in
6569
case "(($ac_try" in
6346
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6570
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6347
  *) ac_try_echo=$ac_try;;
6571
  *) ac_try_echo=$ac_try;;
6348
esac
6572
esac
6349
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6573
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6574
$as_echo "$ac_try_echo") >&5
6350
  (eval "$ac_link") 2>conftest.er1
6575
  (eval "$ac_link") 2>conftest.er1
6351
  ac_status=$?
6576
  ac_status=$?
6352
  grep -v '^ *+' conftest.er1 >conftest.err
6577
  grep -v '^ *+' conftest.er1 >conftest.err
6353
  rm -f conftest.er1
6578
  rm -f conftest.er1
6354
  cat conftest.err >&5
6579
  cat conftest.err >&5
6355
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6580
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6356
  (exit $ac_status); } && {
6581
  (exit $ac_status); } && {
6357
	 test -z "$ac_cxx_werror_flag" ||
6582
	 test -z "$ac_cxx_werror_flag" ||
6358
	 test ! -s conftest.err
6583
	 test ! -s conftest.err
6359
       } && test -s conftest$ac_exeext &&
6584
       } && test -s conftest$ac_exeext && {
-
 
6585
	 test "$cross_compiling" = yes ||
6360
       $as_test_x conftest$ac_exeext; then
6586
	 $as_test_x conftest$ac_exeext
-
 
6587
       }; then
6361
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6588
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6362
else
6589
else
6363
  echo "$as_me: failed program was:" >&5
6590
  $as_echo "$as_me: failed program was:" >&5
6364
sed 's/^/| /' conftest.$ac_ext >&5
6591
sed 's/^/| /' conftest.$ac_ext >&5
6365
 
6592
 
6366
 
6593
 
6367
fi
6594
fi
6368
 
6595
 
-
 
6596
rm -rf conftest.dSYM
6369
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6597
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6370
      conftest$ac_exeext conftest.$ac_ext
6598
      conftest$ac_exeext conftest.$ac_ext
6371
  CXXFLAGS="$save_CXXFLAGS"
6599
  CXXFLAGS="$save_CXXFLAGS"
6372
  ac_ext=c
6600
  ac_ext=c
6373
ac_cpp='$CPP $CPPFLAGS'
6601
ac_cpp='$CPP $CPPFLAGS'
Line 6377... Line 6605...
6377
 
6605
 
6378
 
6606
 
6379
fi
6607
fi
6380
 
6608
 
6381
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6609
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6382
 { echo "$as_me:$LINENO: result: yes" >&5
6610
 { $as_echo "$as_me:$LINENO: result: yes" >&5
6383
echo "${ECHO_T}yes" >&6; }
6611
$as_echo "yes" >&6; }
6384
 :
6612
 :
6385
 CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"
6613
 CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"
6386
else
6614
else
6387
 { echo "$as_me:$LINENO: result: no" >&5
6615
 { $as_echo "$as_me:$LINENO: result: no" >&5
6388
echo "${ECHO_T}no" >&6; }
6616
$as_echo "no" >&6; }
6389
 :
6617
 :
6390
 
6618
 
6391
fi
6619
fi
6392
 
6620
 
6393
 
6621
 
6394
{ echo "$as_me:$LINENO: checking whether $CXX supports --inline_auto_space_time=2" >&5
6622
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports --inline_auto_space_time=2" >&5
6395
echo $ECHO_N "checking whether $CXX supports --inline_auto_space_time=2... $ECHO_C" >&6; }
6623
$as_echo_n "checking whether $CXX supports --inline_auto_space_time=2... " >&6; }
6396
kde_cache=`echo -inline_auto_space_time=2 | sed 'y% .=/+-,%____p__%'`
6624
kde_cache=`echo -inline_auto_space_time=2 | sed 'y% .=/+-,%____p__%'`
6397
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
6625
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
6398
  echo $ECHO_N "(cached) $ECHO_C" >&6
6626
  $as_echo_n "(cached) " >&6
6399
else
6627
else
6400
 
6628
 
6401
 
6629
 
6402
   ac_ext=cpp
6630
   ac_ext=cpp
6403
ac_cpp='$CXXCPP $CPPFLAGS'
6631
ac_cpp='$CXXCPP $CPPFLAGS'
Line 6429... Line 6657...
6429
if { (ac_try="$ac_link"
6657
if { (ac_try="$ac_link"
6430
case "(($ac_try" in
6658
case "(($ac_try" in
6431
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6659
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6432
  *) ac_try_echo=$ac_try;;
6660
  *) ac_try_echo=$ac_try;;
6433
esac
6661
esac
6434
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6662
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6663
$as_echo "$ac_try_echo") >&5
6435
  (eval "$ac_link") 2>conftest.er1
6664
  (eval "$ac_link") 2>conftest.er1
6436
  ac_status=$?
6665
  ac_status=$?
6437
  grep -v '^ *+' conftest.er1 >conftest.err
6666
  grep -v '^ *+' conftest.er1 >conftest.err
6438
  rm -f conftest.er1
6667
  rm -f conftest.er1
6439
  cat conftest.err >&5
6668
  cat conftest.err >&5
6440
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6669
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6441
  (exit $ac_status); } && {
6670
  (exit $ac_status); } && {
6442
	 test -z "$ac_cxx_werror_flag" ||
6671
	 test -z "$ac_cxx_werror_flag" ||
6443
	 test ! -s conftest.err
6672
	 test ! -s conftest.err
6444
       } && test -s conftest$ac_exeext &&
6673
       } && test -s conftest$ac_exeext && {
-
 
6674
	 test "$cross_compiling" = yes ||
6445
       $as_test_x conftest$ac_exeext; then
6675
	 $as_test_x conftest$ac_exeext
-
 
6676
       }; then
6446
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6677
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6447
else
6678
else
6448
  echo "$as_me: failed program was:" >&5
6679
  $as_echo "$as_me: failed program was:" >&5
6449
sed 's/^/| /' conftest.$ac_ext >&5
6680
sed 's/^/| /' conftest.$ac_ext >&5
6450
 
6681
 
6451
 
6682
 
6452
fi
6683
fi
6453
 
6684
 
-
 
6685
rm -rf conftest.dSYM
6454
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6686
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6455
      conftest$ac_exeext conftest.$ac_ext
6687
      conftest$ac_exeext conftest.$ac_ext
6456
  CXXFLAGS="$save_CXXFLAGS"
6688
  CXXFLAGS="$save_CXXFLAGS"
6457
  ac_ext=c
6689
  ac_ext=c
6458
ac_cpp='$CPP $CPPFLAGS'
6690
ac_cpp='$CPP $CPPFLAGS'
Line 6462... Line 6694...
6462
 
6694
 
6463
 
6695
 
6464
fi
6696
fi
6465
 
6697
 
6466
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6698
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6467
 { echo "$as_me:$LINENO: result: yes" >&5
6699
 { $as_echo "$as_me:$LINENO: result: yes" >&5
6468
echo "${ECHO_T}yes" >&6; }
6700
$as_echo "yes" >&6; }
6469
 :
6701
 :
6470
 CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"
6702
 CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"
6471
else
6703
else
6472
 { echo "$as_me:$LINENO: result: no" >&5
6704
 { $as_echo "$as_me:$LINENO: result: no" >&5
6473
echo "${ECHO_T}no" >&6; }
6705
$as_echo "no" >&6; }
6474
 :
6706
 :
6475
 
6707
 
6476
fi
6708
fi
6477
 
6709
 
6478
 
6710
 
6479
{ echo "$as_me:$LINENO: checking whether $CXX supports --inline_implicit_space_time=2.0" >&5
6711
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports --inline_implicit_space_time=2.0" >&5
6480
echo $ECHO_N "checking whether $CXX supports --inline_implicit_space_time=2.0... $ECHO_C" >&6; }
6712
$as_echo_n "checking whether $CXX supports --inline_implicit_space_time=2.0... " >&6; }
6481
kde_cache=`echo -inline_implicit_space_time=2.0 | sed 'y% .=/+-,%____p__%'`
6713
kde_cache=`echo -inline_implicit_space_time=2.0 | sed 'y% .=/+-,%____p__%'`
6482
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
6714
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
6483
  echo $ECHO_N "(cached) $ECHO_C" >&6
6715
  $as_echo_n "(cached) " >&6
6484
else
6716
else
6485
 
6717
 
6486
 
6718
 
6487
   ac_ext=cpp
6719
   ac_ext=cpp
6488
ac_cpp='$CXXCPP $CPPFLAGS'
6720
ac_cpp='$CXXCPP $CPPFLAGS'
Line 6514... Line 6746...
6514
if { (ac_try="$ac_link"
6746
if { (ac_try="$ac_link"
6515
case "(($ac_try" in
6747
case "(($ac_try" in
6516
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6748
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6517
  *) ac_try_echo=$ac_try;;
6749
  *) ac_try_echo=$ac_try;;
6518
esac
6750
esac
6519
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6751
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6752
$as_echo "$ac_try_echo") >&5
6520
  (eval "$ac_link") 2>conftest.er1
6753
  (eval "$ac_link") 2>conftest.er1
6521
  ac_status=$?
6754
  ac_status=$?
6522
  grep -v '^ *+' conftest.er1 >conftest.err
6755
  grep -v '^ *+' conftest.er1 >conftest.err
6523
  rm -f conftest.er1
6756
  rm -f conftest.er1
6524
  cat conftest.err >&5
6757
  cat conftest.err >&5
6525
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6758
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6526
  (exit $ac_status); } && {
6759
  (exit $ac_status); } && {
6527
	 test -z "$ac_cxx_werror_flag" ||
6760
	 test -z "$ac_cxx_werror_flag" ||
6528
	 test ! -s conftest.err
6761
	 test ! -s conftest.err
6529
       } && test -s conftest$ac_exeext &&
6762
       } && test -s conftest$ac_exeext && {
-
 
6763
	 test "$cross_compiling" = yes ||
6530
       $as_test_x conftest$ac_exeext; then
6764
	 $as_test_x conftest$ac_exeext
-
 
6765
       }; then
6531
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6766
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6532
else
6767
else
6533
  echo "$as_me: failed program was:" >&5
6768
  $as_echo "$as_me: failed program was:" >&5
6534
sed 's/^/| /' conftest.$ac_ext >&5
6769
sed 's/^/| /' conftest.$ac_ext >&5
6535
 
6770
 
6536
 
6771
 
6537
fi
6772
fi
6538
 
6773
 
-
 
6774
rm -rf conftest.dSYM
6539
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6775
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6540
      conftest$ac_exeext conftest.$ac_ext
6776
      conftest$ac_exeext conftest.$ac_ext
6541
  CXXFLAGS="$save_CXXFLAGS"
6777
  CXXFLAGS="$save_CXXFLAGS"
6542
  ac_ext=c
6778
  ac_ext=c
6543
ac_cpp='$CPP $CPPFLAGS'
6779
ac_cpp='$CPP $CPPFLAGS'
Line 6547... Line 6783...
6547
 
6783
 
6548
 
6784
 
6549
fi
6785
fi
6550
 
6786
 
6551
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6787
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6552
 { echo "$as_me:$LINENO: result: yes" >&5
6788
 { $as_echo "$as_me:$LINENO: result: yes" >&5
6553
echo "${ECHO_T}yes" >&6; }
6789
$as_echo "yes" >&6; }
6554
 :
6790
 :
6555
 CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"
6791
 CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"
6556
else
6792
else
6557
 { echo "$as_me:$LINENO: result: no" >&5
6793
 { $as_echo "$as_me:$LINENO: result: no" >&5
6558
echo "${ECHO_T}no" >&6; }
6794
$as_echo "no" >&6; }
6559
 :
6795
 :
6560
 
6796
 
6561
fi
6797
fi
6562
 
6798
 
6563
 
6799
 
6564
{ echo "$as_me:$LINENO: checking whether $CXX supports --inline_generated_space_time=2.0" >&5
6800
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports --inline_generated_space_time=2.0" >&5
6565
echo $ECHO_N "checking whether $CXX supports --inline_generated_space_time=2.0... $ECHO_C" >&6; }
6801
$as_echo_n "checking whether $CXX supports --inline_generated_space_time=2.0... " >&6; }
6566
kde_cache=`echo -inline_generated_space_time=2.0 | sed 'y% .=/+-,%____p__%'`
6802
kde_cache=`echo -inline_generated_space_time=2.0 | sed 'y% .=/+-,%____p__%'`
6567
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
6803
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
6568
  echo $ECHO_N "(cached) $ECHO_C" >&6
6804
  $as_echo_n "(cached) " >&6
6569
else
6805
else
6570
 
6806
 
6571
 
6807
 
6572
   ac_ext=cpp
6808
   ac_ext=cpp
6573
ac_cpp='$CXXCPP $CPPFLAGS'
6809
ac_cpp='$CXXCPP $CPPFLAGS'
Line 6599... Line 6835...
6599
if { (ac_try="$ac_link"
6835
if { (ac_try="$ac_link"
6600
case "(($ac_try" in
6836
case "(($ac_try" in
6601
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6837
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6602
  *) ac_try_echo=$ac_try;;
6838
  *) ac_try_echo=$ac_try;;
6603
esac
6839
esac
6604
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6840
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6841
$as_echo "$ac_try_echo") >&5
6605
  (eval "$ac_link") 2>conftest.er1
6842
  (eval "$ac_link") 2>conftest.er1
6606
  ac_status=$?
6843
  ac_status=$?
6607
  grep -v '^ *+' conftest.er1 >conftest.err
6844
  grep -v '^ *+' conftest.er1 >conftest.err
6608
  rm -f conftest.er1
6845
  rm -f conftest.er1
6609
  cat conftest.err >&5
6846
  cat conftest.err >&5
6610
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6847
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6611
  (exit $ac_status); } && {
6848
  (exit $ac_status); } && {
6612
	 test -z "$ac_cxx_werror_flag" ||
6849
	 test -z "$ac_cxx_werror_flag" ||
6613
	 test ! -s conftest.err
6850
	 test ! -s conftest.err
6614
       } && test -s conftest$ac_exeext &&
6851
       } && test -s conftest$ac_exeext && {
-
 
6852
	 test "$cross_compiling" = yes ||
6615
       $as_test_x conftest$ac_exeext; then
6853
	 $as_test_x conftest$ac_exeext
-
 
6854
       }; then
6616
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6855
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6617
else
6856
else
6618
  echo "$as_me: failed program was:" >&5
6857
  $as_echo "$as_me: failed program was:" >&5
6619
sed 's/^/| /' conftest.$ac_ext >&5
6858
sed 's/^/| /' conftest.$ac_ext >&5
6620
 
6859
 
6621
 
6860
 
6622
fi
6861
fi
6623
 
6862
 
-
 
6863
rm -rf conftest.dSYM
6624
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6864
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6625
      conftest$ac_exeext conftest.$ac_ext
6865
      conftest$ac_exeext conftest.$ac_ext
6626
  CXXFLAGS="$save_CXXFLAGS"
6866
  CXXFLAGS="$save_CXXFLAGS"
6627
  ac_ext=c
6867
  ac_ext=c
6628
ac_cpp='$CPP $CPPFLAGS'
6868
ac_cpp='$CPP $CPPFLAGS'
Line 6632... Line 6872...
6632
 
6872
 
6633
 
6873
 
6634
fi
6874
fi
6635
 
6875
 
6636
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6876
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6637
 { echo "$as_me:$LINENO: result: yes" >&5
6877
 { $as_echo "$as_me:$LINENO: result: yes" >&5
6638
echo "${ECHO_T}yes" >&6; }
6878
$as_echo "yes" >&6; }
6639
 :
6879
 :
6640
 CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"
6880
 CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"
6641
else
6881
else
6642
 { echo "$as_me:$LINENO: result: no" >&5
6882
 { $as_echo "$as_me:$LINENO: result: no" >&5
6643
echo "${ECHO_T}no" >&6; }
6883
$as_echo "no" >&6; }
6644
 :
6884
 :
6645
 
6885
 
6646
fi
6886
fi
6647
 
6887
 
6648
 
6888
 
6649
{ echo "$as_me:$LINENO: checking whether $CXX supports --one_per" >&5
6889
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports --one_per" >&5
6650
echo $ECHO_N "checking whether $CXX supports --one_per... $ECHO_C" >&6; }
6890
$as_echo_n "checking whether $CXX supports --one_per... " >&6; }
6651
kde_cache=`echo -one_per | sed 'y% .=/+-,%____p__%'`
6891
kde_cache=`echo -one_per | sed 'y% .=/+-,%____p__%'`
6652
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
6892
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
6653
  echo $ECHO_N "(cached) $ECHO_C" >&6
6893
  $as_echo_n "(cached) " >&6
6654
else
6894
else
6655
 
6895
 
6656
 
6896
 
6657
   ac_ext=cpp
6897
   ac_ext=cpp
6658
ac_cpp='$CXXCPP $CPPFLAGS'
6898
ac_cpp='$CXXCPP $CPPFLAGS'
Line 6684... Line 6924...
6684
if { (ac_try="$ac_link"
6924
if { (ac_try="$ac_link"
6685
case "(($ac_try" in
6925
case "(($ac_try" in
6686
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6926
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6687
  *) ac_try_echo=$ac_try;;
6927
  *) ac_try_echo=$ac_try;;
6688
esac
6928
esac
6689
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6929
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6930
$as_echo "$ac_try_echo") >&5
6690
  (eval "$ac_link") 2>conftest.er1
6931
  (eval "$ac_link") 2>conftest.er1
6691
  ac_status=$?
6932
  ac_status=$?
6692
  grep -v '^ *+' conftest.er1 >conftest.err
6933
  grep -v '^ *+' conftest.er1 >conftest.err
6693
  rm -f conftest.er1
6934
  rm -f conftest.er1
6694
  cat conftest.err >&5
6935
  cat conftest.err >&5
6695
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6936
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6696
  (exit $ac_status); } && {
6937
  (exit $ac_status); } && {
6697
	 test -z "$ac_cxx_werror_flag" ||
6938
	 test -z "$ac_cxx_werror_flag" ||
6698
	 test ! -s conftest.err
6939
	 test ! -s conftest.err
6699
       } && test -s conftest$ac_exeext &&
6940
       } && test -s conftest$ac_exeext && {
-
 
6941
	 test "$cross_compiling" = yes ||
6700
       $as_test_x conftest$ac_exeext; then
6942
	 $as_test_x conftest$ac_exeext
-
 
6943
       }; then
6701
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6944
  eval "kde_cv_prog_cxx_$kde_cache=yes"
6702
else
6945
else
6703
  echo "$as_me: failed program was:" >&5
6946
  $as_echo "$as_me: failed program was:" >&5
6704
sed 's/^/| /' conftest.$ac_ext >&5
6947
sed 's/^/| /' conftest.$ac_ext >&5
6705
 
6948
 
6706
 
6949
 
6707
fi
6950
fi
6708
 
6951
 
-
 
6952
rm -rf conftest.dSYM
6709
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6953
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6710
      conftest$ac_exeext conftest.$ac_ext
6954
      conftest$ac_exeext conftest.$ac_ext
6711
  CXXFLAGS="$save_CXXFLAGS"
6955
  CXXFLAGS="$save_CXXFLAGS"
6712
  ac_ext=c
6956
  ac_ext=c
6713
ac_cpp='$CPP $CPPFLAGS'
6957
ac_cpp='$CPP $CPPFLAGS'
Line 6717... Line 6961...
6717
 
6961
 
6718
 
6962
 
6719
fi
6963
fi
6720
 
6964
 
6721
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6965
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
6722
 { echo "$as_me:$LINENO: result: yes" >&5
6966
 { $as_echo "$as_me:$LINENO: result: yes" >&5
6723
echo "${ECHO_T}yes" >&6; }
6967
$as_echo "yes" >&6; }
6724
 :
6968
 :
6725
 CXXFLAGS="$CXXFLAGS --one_per"
6969
 CXXFLAGS="$CXXFLAGS --one_per"
6726
else
6970
else
6727
 { echo "$as_me:$LINENO: result: no" >&5
6971
 { $as_echo "$as_me:$LINENO: result: no" >&5
6728
echo "${ECHO_T}no" >&6; }
6972
$as_echo "no" >&6; }
6729
 :
6973
 :
6730
 
6974
 
6731
fi
6975
fi
6732
 
6976
 
6733
  fi
6977
  fi
Line 6741... Line 6985...
6741
      *-*-sysv5uw7*) CXXFLAGS="-D_UNIXWARE7 $CXXFLAGS";;
6985
      *-*-sysv5uw7*) CXXFLAGS="-D_UNIXWARE7 $CXXFLAGS";;
6742
      *-*-solaris*)
6986
      *-*-solaris*)
6743
        if test "$GXX" = yes; then
6987
        if test "$GXX" = yes; then
6744
          libstdcpp=`$CXX -print-file-name=libstdc++.so`
6988
          libstdcpp=`$CXX -print-file-name=libstdc++.so`
6745
          if test ! -f $libstdcpp; then
6989
          if test ! -f $libstdcpp; then
6746
             { { echo "$as_me:$LINENO: error: You've compiled gcc without --enable-shared. This doesn't work with KDE. Please recompile gcc with --enable-shared to receive a libstdc++.so" >&5
6990
             { { $as_echo "$as_me:$LINENO: error: You've compiled gcc without --enable-shared. This doesn't work with KDE. Please recompile gcc with --enable-shared to receive a libstdc++.so" >&5
6747
echo "$as_me: error: You've compiled gcc without --enable-shared. This doesn't work with KDE. Please recompile gcc with --enable-shared to receive a libstdc++.so" >&2;}
6991
$as_echo "$as_me: error: You've compiled gcc without --enable-shared. This doesn't work with KDE. Please recompile gcc with --enable-shared to receive a libstdc++.so" >&2;}
6748
   { (exit 1); exit 1; }; }
6992
   { (exit 1); exit 1; }; }
6749
          fi
6993
          fi
6750
        fi
6994
        fi
6751
        ;;
6995
        ;;
6752
  esac
6996
  esac
Line 6758... Line 7002...
6758
    __new=""
7002
    __new=""
6759
    ac_save_IFS=$IFS
7003
    ac_save_IFS=$IFS
6760
    IFS=" 	"
7004
    IFS=" 	"
6761
    for i in $__val; do
7005
    for i in $__val; do
6762
      case "$__forbid" in
7006
      case "$__forbid" in
6763
        *" $i "*) { echo "$as_me:$LINENO: WARNING: found forbidden $i in CXX, removing it" >&5
7007
        *" $i "*) { $as_echo "$as_me:$LINENO: WARNING: found forbidden $i in CXX, removing it" >&5
6764
echo "$as_me: WARNING: found forbidden $i in CXX, removing it" >&2;} ;;
7008
$as_echo "$as_me: WARNING: found forbidden $i in CXX, removing it" >&2;} ;;
6765
	*) # Careful to not add spaces, where there were none, because otherwise
7009
	*) # Careful to not add spaces, where there were none, because otherwise
6766
	   # libtool gets confused, if we change e.g. CXX
7010
	   # libtool gets confused, if we change e.g. CXX
6767
	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
7011
	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
6768
      esac
7012
      esac
6769
    done
7013
    done
Line 6777... Line 7021...
6777
    __new=""
7021
    __new=""
6778
    ac_save_IFS=$IFS
7022
    ac_save_IFS=$IFS
6779
    IFS=" 	"
7023
    IFS=" 	"
6780
    for i in $__val; do
7024
    for i in $__val; do
6781
      case "$__forbid" in
7025
      case "$__forbid" in
6782
        *" $i "*) { echo "$as_me:$LINENO: WARNING: found forbidden $i in CXXFLAGS, removing it" >&5
7026
        *" $i "*) { $as_echo "$as_me:$LINENO: WARNING: found forbidden $i in CXXFLAGS, removing it" >&5
6783
echo "$as_me: WARNING: found forbidden $i in CXXFLAGS, removing it" >&2;} ;;
7027
$as_echo "$as_me: WARNING: found forbidden $i in CXXFLAGS, removing it" >&2;} ;;
6784
	*) # Careful to not add spaces, where there were none, because otherwise
7028
	*) # Careful to not add spaces, where there were none, because otherwise
6785
	   # libtool gets confused, if we change e.g. CXX
7029
	   # libtool gets confused, if we change e.g. CXX
6786
	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
7030
	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
6787
      esac
7031
      esac
6788
    done
7032
    done
Line 6797... Line 7041...
6797
    __new=""
7041
    __new=""
6798
    ac_save_IFS=$IFS
7042
    ac_save_IFS=$IFS
6799
    IFS=" 	"
7043
    IFS=" 	"
6800
    for i in $__val; do
7044
    for i in $__val; do
6801
      case "$__forbid" in
7045
      case "$__forbid" in
6802
        *" $i "*) { echo "$as_me:$LINENO: WARNING: found forbidden $i in CXX, removing it" >&5
7046
        *" $i "*) { $as_echo "$as_me:$LINENO: WARNING: found forbidden $i in CXX, removing it" >&5
6803
echo "$as_me: WARNING: found forbidden $i in CXX, removing it" >&2;} ;;
7047
$as_echo "$as_me: WARNING: found forbidden $i in CXX, removing it" >&2;} ;;
6804
	*) # Careful to not add spaces, where there were none, because otherwise
7048
	*) # Careful to not add spaces, where there were none, because otherwise
6805
	   # libtool gets confused, if we change e.g. CXX
7049
	   # libtool gets confused, if we change e.g. CXX
6806
	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
7050
	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
6807
      esac
7051
      esac
6808
    done
7052
    done
Line 6816... Line 7060...
6816
    __new=""
7060
    __new=""
6817
    ac_save_IFS=$IFS
7061
    ac_save_IFS=$IFS
6818
    IFS=" 	"
7062
    IFS=" 	"
6819
    for i in $__val; do
7063
    for i in $__val; do
6820
      case "$__forbid" in
7064
      case "$__forbid" in
6821
        *" $i "*) { echo "$as_me:$LINENO: WARNING: found forbidden $i in CXXFLAGS, removing it" >&5
7065
        *" $i "*) { $as_echo "$as_me:$LINENO: WARNING: found forbidden $i in CXXFLAGS, removing it" >&5
6822
echo "$as_me: WARNING: found forbidden $i in CXXFLAGS, removing it" >&2;} ;;
7066
$as_echo "$as_me: WARNING: found forbidden $i in CXXFLAGS, removing it" >&2;} ;;
6823
	*) # Careful to not add spaces, where there were none, because otherwise
7067
	*) # Careful to not add spaces, where there were none, because otherwise
6824
	   # libtool gets confused, if we change e.g. CXX
7068
	   # libtool gets confused, if we change e.g. CXX
6825
	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
7069
	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
6826
      esac
7070
      esac
6827
    done
7071
    done
Line 6835... Line 7079...
6835
  ac_ext=cpp
7079
  ac_ext=cpp
6836
ac_cpp='$CXXCPP $CPPFLAGS'
7080
ac_cpp='$CXXCPP $CPPFLAGS'
6837
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7081
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6838
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7082
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6839
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
7083
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6840
{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
7084
{ $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
6841
echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
7085
$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
6842
if test -z "$CXXCPP"; then
7086
if test -z "$CXXCPP"; then
6843
  if test "${ac_cv_prog_CXXCPP+set}" = set; then
7087
  if test "${ac_cv_prog_CXXCPP+set}" = set; then
6844
  echo $ECHO_N "(cached) $ECHO_C" >&6
7088
  $as_echo_n "(cached) " >&6
6845
else
7089
else
6846
      # Double quotes because CXXCPP needs to be expanded
7090
      # Double quotes because CXXCPP needs to be expanded
6847
    for CXXCPP in "$CXX -E" "/lib/cpp"
7091
    for CXXCPP in "$CXX -E" "/lib/cpp"
6848
    do
7092
    do
6849
      ac_preproc_ok=false
7093
      ac_preproc_ok=false
Line 6871... Line 7115...
6871
if { (ac_try="$ac_cpp conftest.$ac_ext"
7115
if { (ac_try="$ac_cpp conftest.$ac_ext"
6872
case "(($ac_try" in
7116
case "(($ac_try" in
6873
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7117
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6874
  *) ac_try_echo=$ac_try;;
7118
  *) ac_try_echo=$ac_try;;
6875
esac
7119
esac
6876
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7120
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
7121
$as_echo "$ac_try_echo") >&5
6877
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7122
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6878
  ac_status=$?
7123
  ac_status=$?
6879
  grep -v '^ *+' conftest.er1 >conftest.err
7124
  grep -v '^ *+' conftest.er1 >conftest.err
6880
  rm -f conftest.er1
7125
  rm -f conftest.er1
6881
  cat conftest.err >&5
7126
  cat conftest.err >&5
6882
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7127
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6883
  (exit $ac_status); } >/dev/null && {
7128
  (exit $ac_status); } >/dev/null && {
6884
	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7129
	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6885
	 test ! -s conftest.err
7130
	 test ! -s conftest.err
6886
       }; then
7131
       }; then
6887
  :
7132
  :
6888
else
7133
else
6889
  echo "$as_me: failed program was:" >&5
7134
  $as_echo "$as_me: failed program was:" >&5
6890
sed 's/^/| /' conftest.$ac_ext >&5
7135
sed 's/^/| /' conftest.$ac_ext >&5
6891
 
7136
 
6892
  # Broken: fails on valid input.
7137
  # Broken: fails on valid input.
6893
continue
7138
continue
6894
fi
7139
fi
Line 6908... Line 7153...
6908
if { (ac_try="$ac_cpp conftest.$ac_ext"
7153
if { (ac_try="$ac_cpp conftest.$ac_ext"
6909
case "(($ac_try" in
7154
case "(($ac_try" in
6910
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7155
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6911
  *) ac_try_echo=$ac_try;;
7156
  *) ac_try_echo=$ac_try;;
6912
esac
7157
esac
6913
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7158
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
7159
$as_echo "$ac_try_echo") >&5
6914
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7160
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6915
  ac_status=$?
7161
  ac_status=$?
6916
  grep -v '^ *+' conftest.er1 >conftest.err
7162
  grep -v '^ *+' conftest.er1 >conftest.err
6917
  rm -f conftest.er1
7163
  rm -f conftest.er1
6918
  cat conftest.err >&5
7164
  cat conftest.err >&5
6919
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7165
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6920
  (exit $ac_status); } >/dev/null && {
7166
  (exit $ac_status); } >/dev/null && {
6921
	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7167
	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6922
	 test ! -s conftest.err
7168
	 test ! -s conftest.err
6923
       }; then
7169
       }; then
6924
  # Broken: success on invalid input.
7170
  # Broken: success on invalid input.
6925
continue
7171
continue
6926
else
7172
else
6927
  echo "$as_me: failed program was:" >&5
7173
  $as_echo "$as_me: failed program was:" >&5
6928
sed 's/^/| /' conftest.$ac_ext >&5
7174
sed 's/^/| /' conftest.$ac_ext >&5
6929
 
7175
 
6930
  # Passes both tests.
7176
  # Passes both tests.
6931
ac_preproc_ok=:
7177
ac_preproc_ok=:
6932
break
7178
break
Line 6947... Line 7193...
6947
fi
7193
fi
6948
  CXXCPP=$ac_cv_prog_CXXCPP
7194
  CXXCPP=$ac_cv_prog_CXXCPP
6949
else
7195
else
6950
  ac_cv_prog_CXXCPP=$CXXCPP
7196
  ac_cv_prog_CXXCPP=$CXXCPP
6951
fi
7197
fi
6952
{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
7198
{ $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5
6953
echo "${ECHO_T}$CXXCPP" >&6; }
7199
$as_echo "$CXXCPP" >&6; }
6954
ac_preproc_ok=false
7200
ac_preproc_ok=false
6955
for ac_cxx_preproc_warn_flag in '' yes
7201
for ac_cxx_preproc_warn_flag in '' yes
6956
do
7202
do
6957
  # Use a header file that comes with gcc, so configuring glibc
7203
  # Use a header file that comes with gcc, so configuring glibc
6958
  # with a fresh cross-compiler works.
7204
  # with a fresh cross-compiler works.
Line 6976... Line 7222...
6976
if { (ac_try="$ac_cpp conftest.$ac_ext"
7222
if { (ac_try="$ac_cpp conftest.$ac_ext"
6977
case "(($ac_try" in
7223
case "(($ac_try" in
6978
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7224
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6979
  *) ac_try_echo=$ac_try;;
7225
  *) ac_try_echo=$ac_try;;
6980
esac
7226
esac
6981
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7227
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
7228
$as_echo "$ac_try_echo") >&5
6982
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7229
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6983
  ac_status=$?
7230
  ac_status=$?
6984
  grep -v '^ *+' conftest.er1 >conftest.err
7231
  grep -v '^ *+' conftest.er1 >conftest.err
6985
  rm -f conftest.er1
7232
  rm -f conftest.er1
6986
  cat conftest.err >&5
7233
  cat conftest.err >&5
6987
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7234
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6988
  (exit $ac_status); } >/dev/null && {
7235
  (exit $ac_status); } >/dev/null && {
6989
	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7236
	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6990
	 test ! -s conftest.err
7237
	 test ! -s conftest.err
6991
       }; then
7238
       }; then
6992
  :
7239
  :
6993
else
7240
else
6994
  echo "$as_me: failed program was:" >&5
7241
  $as_echo "$as_me: failed program was:" >&5
6995
sed 's/^/| /' conftest.$ac_ext >&5
7242
sed 's/^/| /' conftest.$ac_ext >&5
6996
 
7243
 
6997
  # Broken: fails on valid input.
7244
  # Broken: fails on valid input.
6998
continue
7245
continue
6999
fi
7246
fi
Line 7013... Line 7260...
7013
if { (ac_try="$ac_cpp conftest.$ac_ext"
7260
if { (ac_try="$ac_cpp conftest.$ac_ext"
7014
case "(($ac_try" in
7261
case "(($ac_try" in
7015
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7262
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7016
  *) ac_try_echo=$ac_try;;
7263
  *) ac_try_echo=$ac_try;;
7017
esac
7264
esac
7018
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7265
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
7266
$as_echo "$ac_try_echo") >&5
7019
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7267
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7020
  ac_status=$?
7268
  ac_status=$?
7021
  grep -v '^ *+' conftest.er1 >conftest.err
7269
  grep -v '^ *+' conftest.er1 >conftest.err
7022
  rm -f conftest.er1
7270
  rm -f conftest.er1
7023
  cat conftest.err >&5
7271
  cat conftest.err >&5
7024
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7272
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7025
  (exit $ac_status); } >/dev/null && {
7273
  (exit $ac_status); } >/dev/null && {
7026
	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7274
	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7027
	 test ! -s conftest.err
7275
	 test ! -s conftest.err
7028
       }; then
7276
       }; then
7029
  # Broken: success on invalid input.
7277
  # Broken: success on invalid input.
7030
continue
7278
continue
7031
else
7279
else
7032
  echo "$as_me: failed program was:" >&5
7280
  $as_echo "$as_me: failed program was:" >&5
7033
sed 's/^/| /' conftest.$ac_ext >&5
7281
sed 's/^/| /' conftest.$ac_ext >&5
7034
 
7282
 
7035
  # Passes both tests.
7283
  # Passes both tests.
7036
ac_preproc_ok=:
7284
ac_preproc_ok=:
7037
break
7285
break
Line 7043... Line 7291...
7043
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7291
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7044
rm -f conftest.err conftest.$ac_ext
7292
rm -f conftest.err conftest.$ac_ext
7045
if $ac_preproc_ok; then
7293
if $ac_preproc_ok; then
7046
  :
7294
  :
7047
else
7295
else
-
 
7296
  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
7297
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7048
  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
7298
{ { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
7049
See \`config.log' for more details." >&5
7299
See \`config.log' for more details." >&5
7050
echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
7300
$as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
7051
See \`config.log' for more details." >&2;}
7301
See \`config.log' for more details." >&2;}
7052
   { (exit 1); exit 1; }; }
7302
   { (exit 1); exit 1; }; }; }
7053
fi
7303
fi
7054
 
7304
 
7055
ac_ext=c
7305
ac_ext=c
7056
ac_cpp='$CPP $CPPFLAGS'
7306
ac_cpp='$CPP $CPPFLAGS'
7057
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7307
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Line 7061... Line 7311...
7061
 
7311
 
7062
  if test "$GCC" = yes; then
7312
  if test "$GCC" = yes; then
7063
     NOOPT_CFLAGS=-O0
7313
     NOOPT_CFLAGS=-O0
7064
  fi
7314
  fi
7065
 
7315
 
7066
{ echo "$as_me:$LINENO: checking whether $CXX supports -O0" >&5
7316
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -O0" >&5
7067
echo $ECHO_N "checking whether $CXX supports -O0... $ECHO_C" >&6; }
7317
$as_echo_n "checking whether $CXX supports -O0... " >&6; }
7068
kde_cache=`echo O0 | sed 'y% .=/+-,%____p__%'`
7318
kde_cache=`echo O0 | sed 'y% .=/+-,%____p__%'`
7069
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
7319
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
7070
  echo $ECHO_N "(cached) $ECHO_C" >&6
7320
  $as_echo_n "(cached) " >&6
7071
else
7321
else
7072
 
7322
 
7073
 
7323
 
7074
   ac_ext=cpp
7324
   ac_ext=cpp
7075
ac_cpp='$CXXCPP $CPPFLAGS'
7325
ac_cpp='$CXXCPP $CPPFLAGS'
Line 7101... Line 7351...
7101
if { (ac_try="$ac_link"
7351
if { (ac_try="$ac_link"
7102
case "(($ac_try" in
7352
case "(($ac_try" in
7103
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7353
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7104
  *) ac_try_echo=$ac_try;;
7354
  *) ac_try_echo=$ac_try;;
7105
esac
7355
esac
7106
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7356
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
7357
$as_echo "$ac_try_echo") >&5
7107
  (eval "$ac_link") 2>conftest.er1
7358
  (eval "$ac_link") 2>conftest.er1
7108
  ac_status=$?
7359
  ac_status=$?
7109
  grep -v '^ *+' conftest.er1 >conftest.err
7360
  grep -v '^ *+' conftest.er1 >conftest.err
7110
  rm -f conftest.er1
7361
  rm -f conftest.er1
7111
  cat conftest.err >&5
7362
  cat conftest.err >&5
7112
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7363
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7113
  (exit $ac_status); } && {
7364
  (exit $ac_status); } && {
7114
	 test -z "$ac_cxx_werror_flag" ||
7365
	 test -z "$ac_cxx_werror_flag" ||
7115
	 test ! -s conftest.err
7366
	 test ! -s conftest.err
7116
       } && test -s conftest$ac_exeext &&
7367
       } && test -s conftest$ac_exeext && {
-
 
7368
	 test "$cross_compiling" = yes ||
7117
       $as_test_x conftest$ac_exeext; then
7369
	 $as_test_x conftest$ac_exeext
-
 
7370
       }; then
7118
  eval "kde_cv_prog_cxx_$kde_cache=yes"
7371
  eval "kde_cv_prog_cxx_$kde_cache=yes"
7119
else
7372
else
7120
  echo "$as_me: failed program was:" >&5
7373
  $as_echo "$as_me: failed program was:" >&5
7121
sed 's/^/| /' conftest.$ac_ext >&5
7374
sed 's/^/| /' conftest.$ac_ext >&5
7122
 
7375
 
7123
 
7376
 
7124
fi
7377
fi
7125
 
7378
 
-
 
7379
rm -rf conftest.dSYM
7126
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7380
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7127
      conftest$ac_exeext conftest.$ac_ext
7381
      conftest$ac_exeext conftest.$ac_ext
7128
  CXXFLAGS="$save_CXXFLAGS"
7382
  CXXFLAGS="$save_CXXFLAGS"
7129
  ac_ext=c
7383
  ac_ext=c
7130
ac_cpp='$CPP $CPPFLAGS'
7384
ac_cpp='$CPP $CPPFLAGS'
Line 7134... Line 7388...
7134
 
7388
 
7135
 
7389
 
7136
fi
7390
fi
7137
 
7391
 
7138
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
7392
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
7139
 { echo "$as_me:$LINENO: result: yes" >&5
7393
 { $as_echo "$as_me:$LINENO: result: yes" >&5
7140
echo "${ECHO_T}yes" >&6; }
7394
$as_echo "yes" >&6; }
7141
 :
7395
 :
7142
 NOOPT_CXXFLAGS=-O0
7396
 NOOPT_CXXFLAGS=-O0
7143
else
7397
else
7144
 { echo "$as_me:$LINENO: result: no" >&5
7398
 { $as_echo "$as_me:$LINENO: result: no" >&5
7145
echo "${ECHO_T}no" >&6; }
7399
$as_echo "no" >&6; }
7146
 :
7400
 :
7147
 
7401
 
7148
fi
7402
fi
7149
 
7403
 
7150
 
7404
 
Line 7156... Line 7410...
7156
        ac_coverage_linker="-lgcc"
7410
        ac_coverage_linker="-lgcc"
7157
      elif test "$am_cv_CC_dependencies_compiler_type" = "gcc"; then
7411
      elif test "$am_cv_CC_dependencies_compiler_type" = "gcc"; then
7158
        ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
7412
        ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
7159
        ac_coverage_linker=""
7413
        ac_coverage_linker=""
7160
      else
7414
      else
7161
        { { echo "$as_me:$LINENO: error: coverage with your compiler is not supported" >&5
7415
        { { $as_echo "$as_me:$LINENO: error: coverage with your compiler is not supported" >&5
7162
echo "$as_me: error: coverage with your compiler is not supported" >&2;}
7416
$as_echo "$as_me: error: coverage with your compiler is not supported" >&2;}
7163
   { (exit 1); exit 1; }; }
7417
   { (exit 1); exit 1; }; }
7164
      fi
7418
      fi
7165
      CFLAGS="$CFLAGS $ac_coverage_compiler"
7419
      CFLAGS="$CFLAGS $ac_coverage_compiler"
7166
      CXXFLAGS="$CXXFLAGS $ac_coverage_compiler"
7420
      CXXFLAGS="$CXXFLAGS $ac_coverage_compiler"
7167
      LDFLAGS="$LDFLAGS $ac_coverage_linker"
7421
      LDFLAGS="$LDFLAGS $ac_coverage_linker"
Line 7185... Line 7439...
7185
  LDFLAGS_AS_NEEDED=""
7439
  LDFLAGS_AS_NEEDED=""
7186
  LDFLAGS_NEW_DTAGS=""
7440
  LDFLAGS_NEW_DTAGS=""
7187
  if test "x$kde_use_new_ldflags" = "xyes"; then
7441
  if test "x$kde_use_new_ldflags" = "xyes"; then
7188
       LDFLAGS_NEW_DTAGS=""
7442
       LDFLAGS_NEW_DTAGS=""
7189
 
7443
 
7190
{ echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--enable-new-dtags" >&5
7444
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--enable-new-dtags" >&5
7191
echo $ECHO_N "checking whether $CXX supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
7445
$as_echo_n "checking whether $CXX supports -Wl,--enable-new-dtags... " >&6; }
7192
kde_cache=`echo Wl,--enable-new-dtags | sed 'y% .=/+-,%____p__%'`
7446
kde_cache=`echo Wl,--enable-new-dtags | sed 'y% .=/+-,%____p__%'`
7193
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
7447
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
7194
  echo $ECHO_N "(cached) $ECHO_C" >&6
7448
  $as_echo_n "(cached) " >&6
7195
else
7449
else
7196
 
7450
 
7197
 
7451
 
7198
   ac_ext=cpp
7452
   ac_ext=cpp
7199
ac_cpp='$CXXCPP $CPPFLAGS'
7453
ac_cpp='$CXXCPP $CPPFLAGS'
Line 7225... Line 7479...
7225
if { (ac_try="$ac_link"
7479
if { (ac_try="$ac_link"
7226
case "(($ac_try" in
7480
case "(($ac_try" in
7227
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7481
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7228
  *) ac_try_echo=$ac_try;;
7482
  *) ac_try_echo=$ac_try;;
7229
esac
7483
esac
7230
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7484
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
7485
$as_echo "$ac_try_echo") >&5
7231
  (eval "$ac_link") 2>conftest.er1
7486
  (eval "$ac_link") 2>conftest.er1
7232
  ac_status=$?
7487
  ac_status=$?
7233
  grep -v '^ *+' conftest.er1 >conftest.err
7488
  grep -v '^ *+' conftest.er1 >conftest.err
7234
  rm -f conftest.er1
7489
  rm -f conftest.er1
7235
  cat conftest.err >&5
7490
  cat conftest.err >&5
7236
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7491
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7237
  (exit $ac_status); } && {
7492
  (exit $ac_status); } && {
7238
	 test -z "$ac_cxx_werror_flag" ||
7493
	 test -z "$ac_cxx_werror_flag" ||
7239
	 test ! -s conftest.err
7494
	 test ! -s conftest.err
7240
       } && test -s conftest$ac_exeext &&
7495
       } && test -s conftest$ac_exeext && {
-
 
7496
	 test "$cross_compiling" = yes ||
7241
       $as_test_x conftest$ac_exeext; then
7497
	 $as_test_x conftest$ac_exeext
-
 
7498
       }; then
7242
  eval "kde_cv_prog_cxx_$kde_cache=yes"
7499
  eval "kde_cv_prog_cxx_$kde_cache=yes"
7243
else
7500
else
7244
  echo "$as_me: failed program was:" >&5
7501
  $as_echo "$as_me: failed program was:" >&5
7245
sed 's/^/| /' conftest.$ac_ext >&5
7502
sed 's/^/| /' conftest.$ac_ext >&5
7246
 
7503
 
7247
 
7504
 
7248
fi
7505
fi
7249
 
7506
 
-
 
7507
rm -rf conftest.dSYM
7250
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7508
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7251
      conftest$ac_exeext conftest.$ac_ext
7509
      conftest$ac_exeext conftest.$ac_ext
7252
  CXXFLAGS="$save_CXXFLAGS"
7510
  CXXFLAGS="$save_CXXFLAGS"
7253
  ac_ext=c
7511
  ac_ext=c
7254
ac_cpp='$CPP $CPPFLAGS'
7512
ac_cpp='$CPP $CPPFLAGS'
Line 7258... Line 7516...
7258
 
7516
 
7259
 
7517
 
7260
fi
7518
fi
7261
 
7519
 
7262
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
7520
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
7263
 { echo "$as_me:$LINENO: result: yes" >&5
7521
 { $as_echo "$as_me:$LINENO: result: yes" >&5
7264
echo "${ECHO_T}yes" >&6; }
7522
$as_echo "yes" >&6; }
7265
 :
7523
 :
7266
 LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"
7524
 LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"
7267
else
7525
else
7268
 { echo "$as_me:$LINENO: result: no" >&5
7526
 { $as_echo "$as_me:$LINENO: result: no" >&5
7269
echo "${ECHO_T}no" >&6; }
7527
$as_echo "no" >&6; }
7270
 :
7528
 :
7271
 
7529
 
7272
fi
7530
fi
7273
 
7531
 
7274
 
7532
 
7275
 
7533
 
7276
{ echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--as-needed" >&5
7534
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--as-needed" >&5
7277
echo $ECHO_N "checking whether $CXX supports -Wl,--as-needed... $ECHO_C" >&6; }
7535
$as_echo_n "checking whether $CXX supports -Wl,--as-needed... " >&6; }
7278
kde_cache=`echo Wl,--as-needed | sed 'y% .=/+-,%____p__%'`
7536
kde_cache=`echo Wl,--as-needed | sed 'y% .=/+-,%____p__%'`
7279
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
7537
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
7280
  echo $ECHO_N "(cached) $ECHO_C" >&6
7538
  $as_echo_n "(cached) " >&6
7281
else
7539
else
7282
 
7540
 
7283
 
7541
 
7284
   ac_ext=cpp
7542
   ac_ext=cpp
7285
ac_cpp='$CXXCPP $CPPFLAGS'
7543
ac_cpp='$CXXCPP $CPPFLAGS'
Line 7311... Line 7569...
7311
if { (ac_try="$ac_link"
7569
if { (ac_try="$ac_link"
7312
case "(($ac_try" in
7570
case "(($ac_try" in
7313
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7571
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7314
  *) ac_try_echo=$ac_try;;
7572
  *) ac_try_echo=$ac_try;;
7315
esac
7573
esac
7316
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7574
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
7575
$as_echo "$ac_try_echo") >&5
7317
  (eval "$ac_link") 2>conftest.er1
7576
  (eval "$ac_link") 2>conftest.er1
7318
  ac_status=$?
7577
  ac_status=$?
7319
  grep -v '^ *+' conftest.er1 >conftest.err
7578
  grep -v '^ *+' conftest.er1 >conftest.err
7320
  rm -f conftest.er1
7579
  rm -f conftest.er1
7321
  cat conftest.err >&5
7580
  cat conftest.err >&5
7322
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7581
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7323
  (exit $ac_status); } && {
7582
  (exit $ac_status); } && {
7324
	 test -z "$ac_cxx_werror_flag" ||
7583
	 test -z "$ac_cxx_werror_flag" ||
7325
	 test ! -s conftest.err
7584
	 test ! -s conftest.err
7326
       } && test -s conftest$ac_exeext &&
7585
       } && test -s conftest$ac_exeext && {
-
 
7586
	 test "$cross_compiling" = yes ||
7327
       $as_test_x conftest$ac_exeext; then
7587
	 $as_test_x conftest$ac_exeext
-
 
7588
       }; then
7328
  eval "kde_cv_prog_cxx_$kde_cache=yes"
7589
  eval "kde_cv_prog_cxx_$kde_cache=yes"
7329
else
7590
else
7330
  echo "$as_me: failed program was:" >&5
7591
  $as_echo "$as_me: failed program was:" >&5
7331
sed 's/^/| /' conftest.$ac_ext >&5
7592
sed 's/^/| /' conftest.$ac_ext >&5
7332
 
7593
 
7333
 
7594
 
7334
fi
7595
fi
7335
 
7596
 
-
 
7597
rm -rf conftest.dSYM
7336
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7598
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7337
      conftest$ac_exeext conftest.$ac_ext
7599
      conftest$ac_exeext conftest.$ac_ext
7338
  CXXFLAGS="$save_CXXFLAGS"
7600
  CXXFLAGS="$save_CXXFLAGS"
7339
  ac_ext=c
7601
  ac_ext=c
7340
ac_cpp='$CPP $CPPFLAGS'
7602
ac_cpp='$CPP $CPPFLAGS'
Line 7344... Line 7606...
7344
 
7606
 
7345
 
7607
 
7346
fi
7608
fi
7347
 
7609
 
7348
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
7610
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
7349
 { echo "$as_me:$LINENO: result: yes" >&5
7611
 { $as_echo "$as_me:$LINENO: result: yes" >&5
7350
echo "${ECHO_T}yes" >&6; }
7612
$as_echo "yes" >&6; }
7351
 :
7613
 :
7352
 LDFLAGS_AS_NEEDED="-Wl,--as-needed"
7614
 LDFLAGS_AS_NEEDED="-Wl,--as-needed"
7353
else
7615
else
7354
 { echo "$as_me:$LINENO: result: no" >&5
7616
 { $as_echo "$as_me:$LINENO: result: no" >&5
7355
echo "${ECHO_T}no" >&6; }
7617
$as_echo "no" >&6; }
7356
 :
7618
 :
7357
 
7619
 
7358
fi
7620
fi
7359
 
7621
 
7360
  fi
7622
  fi
Line 7399... Line 7661...
7399
       KDE_USE_CLOSURE_FALSE=""
7661
       KDE_USE_CLOSURE_FALSE=""
7400
       KDE_NO_UNDEFINED=""
7662
       KDE_NO_UNDEFINED=""
7401
       case $host in
7663
       case $host in
7402
         *-*-linux-gnu)
7664
         *-*-linux-gnu)
7403
 
7665
 
7404
{ echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--no-undefined" >&5
7666
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--no-undefined" >&5
7405
echo $ECHO_N "checking whether $CXX supports -Wl,--no-undefined... $ECHO_C" >&6; }
7667
$as_echo_n "checking whether $CXX supports -Wl,--no-undefined... " >&6; }
7406
kde_cache=`echo Wl,--no-undefined | sed 'y% .=/+-,%____p__%'`
7668
kde_cache=`echo Wl,--no-undefined | sed 'y% .=/+-,%____p__%'`
7407
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
7669
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
7408
  echo $ECHO_N "(cached) $ECHO_C" >&6
7670
  $as_echo_n "(cached) " >&6
7409
else
7671
else
7410
 
7672
 
7411
 
7673
 
7412
   ac_ext=cpp
7674
   ac_ext=cpp
7413
ac_cpp='$CXXCPP $CPPFLAGS'
7675
ac_cpp='$CXXCPP $CPPFLAGS'
Line 7439... Line 7701...
7439
if { (ac_try="$ac_link"
7701
if { (ac_try="$ac_link"
7440
case "(($ac_try" in
7702
case "(($ac_try" in
7441
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7703
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7442
  *) ac_try_echo=$ac_try;;
7704
  *) ac_try_echo=$ac_try;;
7443
esac
7705
esac
7444
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7706
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
7707
$as_echo "$ac_try_echo") >&5
7445
  (eval "$ac_link") 2>conftest.er1
7708
  (eval "$ac_link") 2>conftest.er1
7446
  ac_status=$?
7709
  ac_status=$?
7447
  grep -v '^ *+' conftest.er1 >conftest.err
7710
  grep -v '^ *+' conftest.er1 >conftest.err
7448
  rm -f conftest.er1
7711
  rm -f conftest.er1
7449
  cat conftest.err >&5
7712
  cat conftest.err >&5
7450
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7713
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7451
  (exit $ac_status); } && {
7714
  (exit $ac_status); } && {
7452
	 test -z "$ac_cxx_werror_flag" ||
7715
	 test -z "$ac_cxx_werror_flag" ||
7453
	 test ! -s conftest.err
7716
	 test ! -s conftest.err
7454
       } && test -s conftest$ac_exeext &&
7717
       } && test -s conftest$ac_exeext && {
-
 
7718
	 test "$cross_compiling" = yes ||
7455
       $as_test_x conftest$ac_exeext; then
7719
	 $as_test_x conftest$ac_exeext
-
 
7720
       }; then
7456
  eval "kde_cv_prog_cxx_$kde_cache=yes"
7721
  eval "kde_cv_prog_cxx_$kde_cache=yes"
7457
else
7722
else
7458
  echo "$as_me: failed program was:" >&5
7723
  $as_echo "$as_me: failed program was:" >&5
7459
sed 's/^/| /' conftest.$ac_ext >&5
7724
sed 's/^/| /' conftest.$ac_ext >&5
7460
 
7725
 
7461
 
7726
 
7462
fi
7727
fi
7463
 
7728
 
-
 
7729
rm -rf conftest.dSYM
7464
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7730
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7465
      conftest$ac_exeext conftest.$ac_ext
7731
      conftest$ac_exeext conftest.$ac_ext
7466
  CXXFLAGS="$save_CXXFLAGS"
7732
  CXXFLAGS="$save_CXXFLAGS"
7467
  ac_ext=c
7733
  ac_ext=c
7468
ac_cpp='$CPP $CPPFLAGS'
7734
ac_cpp='$CPP $CPPFLAGS'
Line 7472... Line 7738...
7472
 
7738
 
7473
 
7739
 
7474
fi
7740
fi
7475
 
7741
 
7476
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
7742
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
7477
 { echo "$as_me:$LINENO: result: yes" >&5
7743
 { $as_echo "$as_me:$LINENO: result: yes" >&5
7478
echo "${ECHO_T}yes" >&6; }
7744
$as_echo "yes" >&6; }
7479
 :
7745
 :
7480
 
7746
 
7481
{ echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--allow-shlib-undefined" >&5
7747
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--allow-shlib-undefined" >&5
7482
echo $ECHO_N "checking whether $CXX supports -Wl,--allow-shlib-undefined... $ECHO_C" >&6; }
7748
$as_echo_n "checking whether $CXX supports -Wl,--allow-shlib-undefined... " >&6; }
7483
kde_cache=`echo Wl,--allow-shlib-undefined | sed 'y% .=/+-,%____p__%'`
7749
kde_cache=`echo Wl,--allow-shlib-undefined | sed 'y% .=/+-,%____p__%'`
7484
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
7750
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
7485
  echo $ECHO_N "(cached) $ECHO_C" >&6
7751
  $as_echo_n "(cached) " >&6
7486
else
7752
else
7487
 
7753
 
7488
 
7754
 
7489
   ac_ext=cpp
7755
   ac_ext=cpp
7490
ac_cpp='$CXXCPP $CPPFLAGS'
7756
ac_cpp='$CXXCPP $CPPFLAGS'
Line 7516... Line 7782...
7516
if { (ac_try="$ac_link"
7782
if { (ac_try="$ac_link"
7517
case "(($ac_try" in
7783
case "(($ac_try" in
7518
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7784
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7519
  *) ac_try_echo=$ac_try;;
7785
  *) ac_try_echo=$ac_try;;
7520
esac
7786
esac
7521
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7787
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
7788
$as_echo "$ac_try_echo") >&5
7522
  (eval "$ac_link") 2>conftest.er1
7789
  (eval "$ac_link") 2>conftest.er1
7523
  ac_status=$?
7790
  ac_status=$?
7524
  grep -v '^ *+' conftest.er1 >conftest.err
7791
  grep -v '^ *+' conftest.er1 >conftest.err
7525
  rm -f conftest.er1
7792
  rm -f conftest.er1
7526
  cat conftest.err >&5
7793
  cat conftest.err >&5
7527
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7794
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7528
  (exit $ac_status); } && {
7795
  (exit $ac_status); } && {
7529
	 test -z "$ac_cxx_werror_flag" ||
7796
	 test -z "$ac_cxx_werror_flag" ||
7530
	 test ! -s conftest.err
7797
	 test ! -s conftest.err
7531
       } && test -s conftest$ac_exeext &&
7798
       } && test -s conftest$ac_exeext && {
-
 
7799
	 test "$cross_compiling" = yes ||
7532
       $as_test_x conftest$ac_exeext; then
7800
	 $as_test_x conftest$ac_exeext
-
 
7801
       }; then
7533
  eval "kde_cv_prog_cxx_$kde_cache=yes"
7802
  eval "kde_cv_prog_cxx_$kde_cache=yes"
7534
else
7803
else
7535
  echo "$as_me: failed program was:" >&5
7804
  $as_echo "$as_me: failed program was:" >&5
7536
sed 's/^/| /' conftest.$ac_ext >&5
7805
sed 's/^/| /' conftest.$ac_ext >&5
7537
 
7806
 
7538
 
7807
 
7539
fi
7808
fi
7540
 
7809
 
-
 
7810
rm -rf conftest.dSYM
7541
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7811
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7542
      conftest$ac_exeext conftest.$ac_ext
7812
      conftest$ac_exeext conftest.$ac_ext
7543
  CXXFLAGS="$save_CXXFLAGS"
7813
  CXXFLAGS="$save_CXXFLAGS"
7544
  ac_ext=c
7814
  ac_ext=c
7545
ac_cpp='$CPP $CPPFLAGS'
7815
ac_cpp='$CPP $CPPFLAGS'
Line 7549... Line 7819...
7549
 
7819
 
7550
 
7820
 
7551
fi
7821
fi
7552
 
7822
 
7553
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
7823
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
7554
 { echo "$as_me:$LINENO: result: yes" >&5
7824
 { $as_echo "$as_me:$LINENO: result: yes" >&5
7555
echo "${ECHO_T}yes" >&6; }
7825
$as_echo "yes" >&6; }
7556
 :
7826
 :
7557
 KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"
7827
 KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"
7558
else
7828
else
7559
 { echo "$as_me:$LINENO: result: no" >&5
7829
 { $as_echo "$as_me:$LINENO: result: no" >&5
7560
echo "${ECHO_T}no" >&6; }
7830
$as_echo "no" >&6; }
7561
 :
7831
 :
7562
 KDE_NO_UNDEFINED=""
7832
 KDE_NO_UNDEFINED=""
7563
fi
7833
fi
7564
 
7834
 
7565
else
7835
else
7566
 { echo "$as_me:$LINENO: result: no" >&5
7836
 { $as_echo "$as_me:$LINENO: result: no" >&5
7567
echo "${ECHO_T}no" >&6; }
7837
$as_echo "no" >&6; }
7568
 :
7838
 :
7569
 KDE_NO_UNDEFINED=""
7839
 KDE_NO_UNDEFINED=""
7570
fi
7840
fi
7571
 
7841
 
7572
           ;;
7842
           ;;
Line 7674... Line 7944...
7674
 
7944
 
7675
    if test "$kdelibsuff" = "no" || test "$kdelibsuff" = "none"; then
7945
    if test "$kdelibsuff" = "no" || test "$kdelibsuff" = "none"; then
7676
       kdelibsuff=
7946
       kdelibsuff=
7677
    fi
7947
    fi
7678
    if test -z "$kdelibsuff"; then
7948
    if test -z "$kdelibsuff"; then
7679
        { echo "$as_me:$LINENO: result: not using lib directory suffix" >&5
7949
        { $as_echo "$as_me:$LINENO: result: not using lib directory suffix" >&5
7680
echo "${ECHO_T}not using lib directory suffix" >&6; }
7950
$as_echo "not using lib directory suffix" >&6; }
7681
 
7951
 
7682
cat >>confdefs.h <<\_ACEOF
7952
cat >>confdefs.h <<\_ACEOF
7683
#define KDELIBSUFF ""
7953
#define KDELIBSUFF ""
7684
_ACEOF
7954
_ACEOF
7685
 
7955
 
Line 7691... Line 7961...
7691
 
7961
 
7692
cat >>confdefs.h <<_ACEOF
7962
cat >>confdefs.h <<_ACEOF
7693
#define KDELIBSUFF "${kdelibsuff}"
7963
#define KDELIBSUFF "${kdelibsuff}"
7694
_ACEOF
7964
_ACEOF
7695
 
7965
 
7696
        { echo "$as_me:$LINENO: result: using lib directory suffix $kdelibsuff" >&5
7966
        { $as_echo "$as_me:$LINENO: result: using lib directory suffix $kdelibsuff" >&5
7697
echo "${ECHO_T}using lib directory suffix $kdelibsuff" >&6; }
7967
$as_echo "using lib directory suffix $kdelibsuff" >&6; }
7698
    fi
7968
    fi
7699
 
7969
 
7700
# Check whether --enable-fast-install was given.
7970
# Check whether --enable-fast-install was given.
7701
if test "${enable_fast_install+set}" = set; then
7971
if test "${enable_fast_install+set}" = set; then
7702
  enableval=$enable_fast_install; p=${PACKAGE-default}
7972
  enableval=$enable_fast_install; p=${PACKAGE-default}
Line 7719... Line 7989...
7719
else
7989
else
7720
  enable_fast_install=yes
7990
  enable_fast_install=yes
7721
fi
7991
fi
7722
 
7992
 
7723
 
7993
 
7724
{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
7994
{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
7725
echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
7995
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
7726
if test "${lt_cv_path_SED+set}" = set; then
7996
if test "${lt_cv_path_SED+set}" = set; then
7727
  echo $ECHO_N "(cached) $ECHO_C" >&6
7997
  $as_echo_n "(cached) " >&6
7728
else
7998
else
7729
  # Loop through the user's path and test for sed and gsed.
7999
  # Loop through the user's path and test for sed and gsed.
7730
# Then use that list of sed's as ones to test for truncation.
8000
# Then use that list of sed's as ones to test for truncation.
7731
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8001
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7732
for as_dir in $PATH
8002
for as_dir in $PATH
Line 7773... Line 8043...
7773
done
8043
done
7774
 
8044
 
7775
fi
8045
fi
7776
 
8046
 
7777
SED=$lt_cv_path_SED
8047
SED=$lt_cv_path_SED
7778
{ echo "$as_me:$LINENO: result: $SED" >&5
8048
{ $as_echo "$as_me:$LINENO: result: $SED" >&5
7779
echo "${ECHO_T}$SED" >&6; }
8049
$as_echo "$SED" >&6; }
7780
 
8050
 
7781
{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
8051
{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
7782
echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
8052
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
7783
if test "${ac_cv_path_GREP+set}" = set; then
8053
if test "${ac_cv_path_GREP+set}" = set; then
7784
  echo $ECHO_N "(cached) $ECHO_C" >&6
8054
  $as_echo_n "(cached) " >&6
7785
else
-
 
7786
  # Extract the first word of "grep ggrep" to use in msg output
-
 
7787
if test -z "$GREP"; then
-
 
7788
set dummy grep ggrep; ac_prog_name=$2
-
 
7789
if test "${ac_cv_path_GREP+set}" = set; then
-
 
7790
  echo $ECHO_N "(cached) $ECHO_C" >&6
-
 
7791
else
8055
else
-
 
8056
  if test -z "$GREP"; then
7792
  ac_path_GREP_found=false
8057
  ac_path_GREP_found=false
7793
# Loop through the user's path and test for each of PROGNAME-LIST
8058
  # Loop through the user's path and test for each of PROGNAME-LIST
7794
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8059
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7795
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
8060
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
7796
do
8061
do
7797
  IFS=$as_save_IFS
8062
  IFS=$as_save_IFS
7798
  test -z "$as_dir" && as_dir=.
8063
  test -z "$as_dir" && as_dir=.
7799
  for ac_prog in grep ggrep; do
8064
  for ac_prog in grep ggrep; do
7800
  for ac_exec_ext in '' $ac_executable_extensions; do
8065
    for ac_exec_ext in '' $ac_executable_extensions; do
7801
    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
8066
      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
7802
    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
8067
      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
7803
    # Check for GNU ac_path_GREP and select it if it is found.
8068
# Check for GNU ac_path_GREP and select it if it is found.
7804
  # Check for GNU $ac_path_GREP
8069
  # Check for GNU $ac_path_GREP
7805
case `"$ac_path_GREP" --version 2>&1` in
8070
case `"$ac_path_GREP" --version 2>&1` in
7806
*GNU*)
8071
*GNU*)
7807
  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
8072
  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
7808
*)
8073
*)
7809
  ac_count=0
8074
  ac_count=0
7810
  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
8075
  $as_echo_n 0123456789 >"conftest.in"
7811
  while :
8076
  while :
7812
  do
8077
  do
7813
    cat "conftest.in" "conftest.in" >"conftest.tmp"
8078
    cat "conftest.in" "conftest.in" >"conftest.tmp"
7814
    mv "conftest.tmp" "conftest.in"
8079
    mv "conftest.tmp" "conftest.in"
7815
    cp "conftest.in" "conftest.nl"
8080
    cp "conftest.in" "conftest.nl"
7816
    echo 'GREP' >> "conftest.nl"
8081
    $as_echo 'GREP' >> "conftest.nl"
7817
    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
8082
    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
7818
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
8083
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
7819
    ac_count=`expr $ac_count + 1`
8084
    ac_count=`expr $ac_count + 1`
7820
    if test $ac_count -gt ${ac_path_GREP_max-0}; then
8085
    if test $ac_count -gt ${ac_path_GREP_max-0}; then
7821
      # Best one so far, save it but keep looking for a better one
8086
      # Best one so far, save it but keep looking for a better one
Line 7826... Line 8091...
7826
    test $ac_count -gt 10 && break
8091
    test $ac_count -gt 10 && break
7827
  done
8092
  done
7828
  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
8093
  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7829
esac
8094
esac
7830
 
8095
 
7831
 
-
 
7832
    $ac_path_GREP_found && break 3
8096
      $ac_path_GREP_found && break 3
-
 
8097
    done
7833
  done
8098
  done
7834
done
8099
done
7835
 
-
 
7836
done
-
 
7837
IFS=$as_save_IFS
8100
IFS=$as_save_IFS
7838
 
-
 
7839
 
-
 
7840
fi
-
 
7841
 
-
 
7842
GREP="$ac_cv_path_GREP"
-
 
7843
if test -z "$GREP"; then
8101
  if test -z "$ac_cv_path_GREP"; then
7844
  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
8102
    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
7845
echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
8103
$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
7846
   { (exit 1); exit 1; }; }
8104
   { (exit 1); exit 1; }; }
7847
fi
8105
  fi
7848
 
-
 
7849
else
8106
else
7850
  ac_cv_path_GREP=$GREP
8107
  ac_cv_path_GREP=$GREP
7851
fi
8108
fi
7852
 
8109
 
7853
 
-
 
7854
fi
8110
fi
7855
{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
8111
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
7856
echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
8112
$as_echo "$ac_cv_path_GREP" >&6; }
7857
 GREP="$ac_cv_path_GREP"
8113
 GREP="$ac_cv_path_GREP"
7858
 
8114
 
7859
 
8115
 
7860
{ echo "$as_me:$LINENO: checking for egrep" >&5
8116
{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
7861
echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
8117
$as_echo_n "checking for egrep... " >&6; }
7862
if test "${ac_cv_path_EGREP+set}" = set; then
8118
if test "${ac_cv_path_EGREP+set}" = set; then
7863
  echo $ECHO_N "(cached) $ECHO_C" >&6
8119
  $as_echo_n "(cached) " >&6
7864
else
8120
else
7865
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
8121
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
7866
   then ac_cv_path_EGREP="$GREP -E"
8122
   then ac_cv_path_EGREP="$GREP -E"
7867
   else
8123
   else
7868
     # Extract the first word of "egrep" to use in msg output
-
 
7869
if test -z "$EGREP"; then
8124
     if test -z "$EGREP"; then
7870
set dummy egrep; ac_prog_name=$2
-
 
7871
if test "${ac_cv_path_EGREP+set}" = set; then
-
 
7872
  echo $ECHO_N "(cached) $ECHO_C" >&6
-
 
7873
else
-
 
7874
  ac_path_EGREP_found=false
8125
  ac_path_EGREP_found=false
7875
# Loop through the user's path and test for each of PROGNAME-LIST
8126
  # Loop through the user's path and test for each of PROGNAME-LIST
7876
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8127
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7877
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
8128
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
7878
do
8129
do
7879
  IFS=$as_save_IFS
8130
  IFS=$as_save_IFS
7880
  test -z "$as_dir" && as_dir=.
8131
  test -z "$as_dir" && as_dir=.
7881
  for ac_prog in egrep; do
8132
  for ac_prog in egrep; do
7882
  for ac_exec_ext in '' $ac_executable_extensions; do
8133
    for ac_exec_ext in '' $ac_executable_extensions; do
7883
    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
8134
      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
7884
    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
8135
      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
7885
    # Check for GNU ac_path_EGREP and select it if it is found.
8136
# Check for GNU ac_path_EGREP and select it if it is found.
7886
  # Check for GNU $ac_path_EGREP
8137
  # Check for GNU $ac_path_EGREP
7887
case `"$ac_path_EGREP" --version 2>&1` in
8138
case `"$ac_path_EGREP" --version 2>&1` in
7888
*GNU*)
8139
*GNU*)
7889
  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
8140
  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
7890
*)
8141
*)
7891
  ac_count=0
8142
  ac_count=0
7892
  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
8143
  $as_echo_n 0123456789 >"conftest.in"
7893
  while :
8144
  while :
7894
  do
8145
  do
7895
    cat "conftest.in" "conftest.in" >"conftest.tmp"
8146
    cat "conftest.in" "conftest.in" >"conftest.tmp"
7896
    mv "conftest.tmp" "conftest.in"
8147
    mv "conftest.tmp" "conftest.in"
7897
    cp "conftest.in" "conftest.nl"
8148
    cp "conftest.in" "conftest.nl"
7898
    echo 'EGREP' >> "conftest.nl"
8149
    $as_echo 'EGREP' >> "conftest.nl"
7899
    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
8150
    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
7900
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
8151
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
7901
    ac_count=`expr $ac_count + 1`
8152
    ac_count=`expr $ac_count + 1`
7902
    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
8153
    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
7903
      # Best one so far, save it but keep looking for a better one
8154
      # Best one so far, save it but keep looking for a better one
Line 7908... Line 8159...
7908
    test $ac_count -gt 10 && break
8159
    test $ac_count -gt 10 && break
7909
  done
8160
  done
7910
  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
8161
  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7911
esac
8162
esac
7912
 
8163
 
7913
 
-
 
7914
    $ac_path_EGREP_found && break 3
8164
      $ac_path_EGREP_found && break 3
-
 
8165
    done
7915
  done
8166
  done
7916
done
8167
done
7917
 
-
 
7918
done
-
 
7919
IFS=$as_save_IFS
8168
IFS=$as_save_IFS
7920
 
-
 
7921
 
-
 
7922
fi
-
 
7923
 
-
 
7924
EGREP="$ac_cv_path_EGREP"
-
 
7925
if test -z "$EGREP"; then
8169
  if test -z "$ac_cv_path_EGREP"; then
7926
  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
8170
    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
7927
echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
8171
$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
7928
   { (exit 1); exit 1; }; }
8172
   { (exit 1); exit 1; }; }
7929
fi
8173
  fi
7930
 
-
 
7931
else
8174
else
7932
  ac_cv_path_EGREP=$EGREP
8175
  ac_cv_path_EGREP=$EGREP
7933
fi
8176
fi
7934
 
8177
 
7935
 
-
 
7936
   fi
8178
   fi
7937
fi
8179
fi
7938
{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
8180
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
7939
echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
8181
$as_echo "$ac_cv_path_EGREP" >&6; }
7940
 EGREP="$ac_cv_path_EGREP"
8182
 EGREP="$ac_cv_path_EGREP"
7941
 
8183
 
7942
 
8184
 
7943
 
8185
 
7944
# Check whether --with-gnu-ld was given.
8186
# Check whether --with-gnu-ld was given.
Line 7949... Line 8191...
7949
fi
8191
fi
7950
 
8192
 
7951
ac_prog=ld
8193
ac_prog=ld
7952
if test "$GCC" = yes; then
8194
if test "$GCC" = yes; then
7953
  # Check if gcc -print-prog-name=ld gives a path.
8195
  # Check if gcc -print-prog-name=ld gives a path.
7954
  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
8196
  { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
7955
echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
8197
$as_echo_n "checking for ld used by $CC... " >&6; }
7956
  case $host in
8198
  case $host in
7957
  *-*-mingw*)
8199
  *-*-mingw*)
7958
    # gcc leaves a trailing carriage return which upsets mingw
8200
    # gcc leaves a trailing carriage return which upsets mingw
7959
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
8201
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7960
  *)
8202
  *)
Line 7979... Line 8221...
7979
    # If it is relative, then search for the first ld in PATH.
8221
    # If it is relative, then search for the first ld in PATH.
7980
    with_gnu_ld=unknown
8222
    with_gnu_ld=unknown
7981
    ;;
8223
    ;;
7982
  esac
8224
  esac
7983
elif test "$with_gnu_ld" = yes; then
8225
elif test "$with_gnu_ld" = yes; then
7984
  { echo "$as_me:$LINENO: checking for GNU ld" >&5
8226
  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
7985
echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
8227
$as_echo_n "checking for GNU ld... " >&6; }
7986
else
8228
else
7987
  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
8229
  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
7988
echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
8230
$as_echo_n "checking for non-GNU ld... " >&6; }
7989
fi
8231
fi
7990
if test "${lt_cv_path_LD+set}" = set; then
8232
if test "${lt_cv_path_LD+set}" = set; then
7991
  echo $ECHO_N "(cached) $ECHO_C" >&6
8233
  $as_echo_n "(cached) " >&6
7992
else
8234
else
7993
  if test -z "$LD"; then
8235
  if test -z "$LD"; then
7994
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8236
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7995
  for ac_dir in $PATH; do
8237
  for ac_dir in $PATH; do
7996
    IFS="$lt_save_ifs"
8238
    IFS="$lt_save_ifs"
Line 8016... Line 8258...
8016
fi
8258
fi
8017
fi
8259
fi
8018
 
8260
 
8019
LD="$lt_cv_path_LD"
8261
LD="$lt_cv_path_LD"
8020
if test -n "$LD"; then
8262
if test -n "$LD"; then
8021
  { echo "$as_me:$LINENO: result: $LD" >&5
8263
  { $as_echo "$as_me:$LINENO: result: $LD" >&5
8022
echo "${ECHO_T}$LD" >&6; }
8264
$as_echo "$LD" >&6; }
8023
else
8265
else
8024
  { echo "$as_me:$LINENO: result: no" >&5
8266
  { $as_echo "$as_me:$LINENO: result: no" >&5
8025
echo "${ECHO_T}no" >&6; }
8267
$as_echo "no" >&6; }
8026
fi
8268
fi
8027
test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
8269
test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
8028
echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
8270
$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
8029
   { (exit 1); exit 1; }; }
8271
   { (exit 1); exit 1; }; }
8030
{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
8272
{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
8031
echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
8273
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
8032
if test "${lt_cv_prog_gnu_ld+set}" = set; then
8274
if test "${lt_cv_prog_gnu_ld+set}" = set; then
8033
  echo $ECHO_N "(cached) $ECHO_C" >&6
8275
  $as_echo_n "(cached) " >&6
8034
else
8276
else
8035
  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
8277
  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
8036
case `$LD -v 2>&1 </dev/null` in
8278
case `$LD -v 2>&1 </dev/null` in
8037
*GNU* | *'with BFD'*)
8279
*GNU* | *'with BFD'*)
8038
  lt_cv_prog_gnu_ld=yes
8280
  lt_cv_prog_gnu_ld=yes
Line 8040... Line 8282...
8040
*)
8282
*)
8041
  lt_cv_prog_gnu_ld=no
8283
  lt_cv_prog_gnu_ld=no
8042
  ;;
8284
  ;;
8043
esac
8285
esac
8044
fi
8286
fi
8045
{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
8287
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
8046
echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
8288
$as_echo "$lt_cv_prog_gnu_ld" >&6; }
8047
with_gnu_ld=$lt_cv_prog_gnu_ld
8289
with_gnu_ld=$lt_cv_prog_gnu_ld
8048
 
8290
 
8049
 
8291
 
8050
{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
8292
{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
8051
echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
8293
$as_echo_n "checking for $LD option to reload object files... " >&6; }
8052
if test "${lt_cv_ld_reload_flag+set}" = set; then
8294
if test "${lt_cv_ld_reload_flag+set}" = set; then
8053
  echo $ECHO_N "(cached) $ECHO_C" >&6
8295
  $as_echo_n "(cached) " >&6
8054
else
8296
else
8055
  lt_cv_ld_reload_flag='-r'
8297
  lt_cv_ld_reload_flag='-r'
8056
fi
8298
fi
8057
{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
8299
{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
8058
echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
8300
$as_echo "$lt_cv_ld_reload_flag" >&6; }
8059
reload_flag=$lt_cv_ld_reload_flag
8301
reload_flag=$lt_cv_ld_reload_flag
8060
case $reload_flag in
8302
case $reload_flag in
8061
"" | " "*) ;;
8303
"" | " "*) ;;
8062
*) reload_flag=" $reload_flag" ;;
8304
*) reload_flag=" $reload_flag" ;;
8063
esac
8305
esac
8064
reload_cmds='$LD$reload_flag -o $output$reload_objs'
8306
reload_cmds='$LD$reload_flag -o $output$reload_objs'
8065
 
8307
 
8066
{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
8308
{ $as_echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
8067
echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
8309
$as_echo_n "checking for BSD-compatible nm... " >&6; }
8068
if test "${lt_cv_path_NM+set}" = set; then
8310
if test "${lt_cv_path_NM+set}" = set; then
8069
  echo $ECHO_N "(cached) $ECHO_C" >&6
8311
  $as_echo_n "(cached) " >&6
8070
else
8312
else
8071
  if test -n "$NM"; then
8313
  if test -n "$NM"; then
8072
  # Let the user override the test.
8314
  # Let the user override the test.
8073
  lt_cv_path_NM="$NM"
8315
  lt_cv_path_NM="$NM"
8074
else
8316
else
Line 8103... Line 8345...
8103
  done
8345
  done
8104
  IFS="$lt_save_ifs"
8346
  IFS="$lt_save_ifs"
8105
  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
8347
  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
8106
fi
8348
fi
8107
fi
8349
fi
8108
{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
8350
{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
8109
echo "${ECHO_T}$lt_cv_path_NM" >&6; }
8351
$as_echo "$lt_cv_path_NM" >&6; }
8110
NM="$lt_cv_path_NM"
8352
NM="$lt_cv_path_NM"
8111
 
8353
 
8112
{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
8354
{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
8113
echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
8355
$as_echo_n "checking whether ln -s works... " >&6; }
8114
LN_S=$as_ln_s
8356
LN_S=$as_ln_s
8115
if test "$LN_S" = "ln -s"; then
8357
if test "$LN_S" = "ln -s"; then
8116
  { echo "$as_me:$LINENO: result: yes" >&5
8358
  { $as_echo "$as_me:$LINENO: result: yes" >&5
8117
echo "${ECHO_T}yes" >&6; }
8359
$as_echo "yes" >&6; }
8118
else
8360
else
8119
  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
8361
  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
8120
echo "${ECHO_T}no, using $LN_S" >&6; }
8362
$as_echo "no, using $LN_S" >&6; }
8121
fi
8363
fi
8122
 
8364
 
8123
{ echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
8365
{ $as_echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
8124
echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6; }
8366
$as_echo_n "checking how to recognise dependent libraries... " >&6; }
8125
if test "${lt_cv_deplibs_check_method+set}" = set; then
8367
if test "${lt_cv_deplibs_check_method+set}" = set; then
8126
  echo $ECHO_N "(cached) $ECHO_C" >&6
8368
  $as_echo_n "(cached) " >&6
8127
else
8369
else
8128
  lt_cv_file_magic_cmd='$MAGIC_CMD'
8370
  lt_cv_file_magic_cmd='$MAGIC_CMD'
8129
lt_cv_file_magic_test_file=
8371
lt_cv_file_magic_test_file=
8130
lt_cv_deplibs_check_method='unknown'
8372
lt_cv_deplibs_check_method='unknown'
8131
# Need to set the preceding variable on all platforms that support
8373
# Need to set the preceding variable on all platforms that support
Line 8325... Line 8567...
8325
  lt_cv_deplibs_check_method=pass_all
8567
  lt_cv_deplibs_check_method=pass_all
8326
  ;;
8568
  ;;
8327
esac
8569
esac
8328
 
8570
 
8329
fi
8571
fi
8330
{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
8572
{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
8331
echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
8573
$as_echo "$lt_cv_deplibs_check_method" >&6; }
8332
file_magic_cmd=$lt_cv_file_magic_cmd
8574
file_magic_cmd=$lt_cv_file_magic_cmd
8333
deplibs_check_method=$lt_cv_deplibs_check_method
8575
deplibs_check_method=$lt_cv_deplibs_check_method
8334
test -z "$deplibs_check_method" && deplibs_check_method=unknown
8576
test -z "$deplibs_check_method" && deplibs_check_method=unknown
8335
 
8577
 
8336
 
8578
 
Line 8354... Line 8596...
8354
  # Find out which ABI we are using.
8596
  # Find out which ABI we are using.
8355
  echo 'int i;' > conftest.$ac_ext
8597
  echo 'int i;' > conftest.$ac_ext
8356
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8598
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8357
  (eval $ac_compile) 2>&5
8599
  (eval $ac_compile) 2>&5
8358
  ac_status=$?
8600
  ac_status=$?
8359
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8601
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8360
  (exit $ac_status); }; then
8602
  (exit $ac_status); }; then
8361
    case `/usr/bin/file conftest.$ac_objext` in
8603
    case `/usr/bin/file conftest.$ac_objext` in
8362
    *ELF-32*)
8604
    *ELF-32*)
8363
      HPUX_IA64_MODE="32"
8605
      HPUX_IA64_MODE="32"
8364
      ;;
8606
      ;;
Line 8369... Line 8611...
8369
  fi
8611
  fi
8370
  rm -rf conftest*
8612
  rm -rf conftest*
8371
  ;;
8613
  ;;
8372
*-*-irix6*)
8614
*-*-irix6*)
8373
  # Find out which ABI we are using.
8615
  # Find out which ABI we are using.
8374
  echo '#line 8374 "configure"' > conftest.$ac_ext
8616
  echo '#line 8616 "configure"' > conftest.$ac_ext
8375
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8617
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8376
  (eval $ac_compile) 2>&5
8618
  (eval $ac_compile) 2>&5
8377
  ac_status=$?
8619
  ac_status=$?
8378
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8620
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8379
  (exit $ac_status); }; then
8621
  (exit $ac_status); }; then
8380
   if test "$lt_cv_prog_gnu_ld" = yes; then
8622
   if test "$lt_cv_prog_gnu_ld" = yes; then
8381
    case `/usr/bin/file conftest.$ac_objext` in
8623
    case `/usr/bin/file conftest.$ac_objext` in
8382
    *32-bit*)
8624
    *32-bit*)
8383
      LD="${LD-ld} -melf32bsmip"
8625
      LD="${LD-ld} -melf32bsmip"
Line 8410... Line 8652...
8410
  # Find out which ABI we are using.
8652
  # Find out which ABI we are using.
8411
  echo 'int i;' > conftest.$ac_ext
8653
  echo 'int i;' > conftest.$ac_ext
8412
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8654
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8413
  (eval $ac_compile) 2>&5
8655
  (eval $ac_compile) 2>&5
8414
  ac_status=$?
8656
  ac_status=$?
8415
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8657
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8416
  (exit $ac_status); }; then
8658
  (exit $ac_status); }; then
8417
    case "`/usr/bin/file conftest.o`" in
8659
    case "`/usr/bin/file conftest.o`" in
8418
    *32-bit*)
8660
    *32-bit*)
8419
      LINUX_64_MODE="32"
8661
      LINUX_64_MODE="32"
8420
      case $host in
8662
      case $host in
Line 8456... Line 8698...
8456
 
8698
 
8457
*-*-sco3.2v5*)
8699
*-*-sco3.2v5*)
8458
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
8700
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
8459
  SAVE_CFLAGS="$CFLAGS"
8701
  SAVE_CFLAGS="$CFLAGS"
8460
  CFLAGS="$CFLAGS -belf"
8702
  CFLAGS="$CFLAGS -belf"
8461
  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
8703
  { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
8462
echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
8704
$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
8463
if test "${lt_cv_cc_needs_belf+set}" = set; then
8705
if test "${lt_cv_cc_needs_belf+set}" = set; then
8464
  echo $ECHO_N "(cached) $ECHO_C" >&6
8706
  $as_echo_n "(cached) " >&6
8465
else
8707
else
8466
  ac_ext=c
8708
  ac_ext=c
8467
ac_cpp='$CPP $CPPFLAGS'
8709
ac_cpp='$CPP $CPPFLAGS'
8468
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8710
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8469
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8711
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 8488... Line 8730...
8488
if { (ac_try="$ac_link"
8730
if { (ac_try="$ac_link"
8489
case "(($ac_try" in
8731
case "(($ac_try" in
8490
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8732
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8491
  *) ac_try_echo=$ac_try;;
8733
  *) ac_try_echo=$ac_try;;
8492
esac
8734
esac
8493
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8735
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
8736
$as_echo "$ac_try_echo") >&5
8494
  (eval "$ac_link") 2>conftest.er1
8737
  (eval "$ac_link") 2>conftest.er1
8495
  ac_status=$?
8738
  ac_status=$?
8496
  grep -v '^ *+' conftest.er1 >conftest.err
8739
  grep -v '^ *+' conftest.er1 >conftest.err
8497
  rm -f conftest.er1
8740
  rm -f conftest.er1
8498
  cat conftest.err >&5
8741
  cat conftest.err >&5
8499
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8742
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8500
  (exit $ac_status); } && {
8743
  (exit $ac_status); } && {
8501
	 test -z "$ac_c_werror_flag" ||
8744
	 test -z "$ac_c_werror_flag" ||
8502
	 test ! -s conftest.err
8745
	 test ! -s conftest.err
8503
       } && test -s conftest$ac_exeext &&
8746
       } && test -s conftest$ac_exeext && {
-
 
8747
	 test "$cross_compiling" = yes ||
8504
       $as_test_x conftest$ac_exeext; then
8748
	 $as_test_x conftest$ac_exeext
-
 
8749
       }; then
8505
  lt_cv_cc_needs_belf=yes
8750
  lt_cv_cc_needs_belf=yes
8506
else
8751
else
8507
  echo "$as_me: failed program was:" >&5
8752
  $as_echo "$as_me: failed program was:" >&5
8508
sed 's/^/| /' conftest.$ac_ext >&5
8753
sed 's/^/| /' conftest.$ac_ext >&5
8509
 
8754
 
8510
	lt_cv_cc_needs_belf=no
8755
	lt_cv_cc_needs_belf=no
8511
fi
8756
fi
8512
 
8757
 
-
 
8758
rm -rf conftest.dSYM
8513
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8759
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8514
      conftest$ac_exeext conftest.$ac_ext
8760
      conftest$ac_exeext conftest.$ac_ext
8515
     ac_ext=c
8761
     ac_ext=c
8516
ac_cpp='$CPP $CPPFLAGS'
8762
ac_cpp='$CPP $CPPFLAGS'
8517
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8763
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8518
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8764
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8519
ac_compiler_gnu=$ac_cv_c_compiler_gnu
8765
ac_compiler_gnu=$ac_cv_c_compiler_gnu
8520
 
8766
 
8521
fi
8767
fi
8522
{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
8768
{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
8523
echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
8769
$as_echo "$lt_cv_cc_needs_belf" >&6; }
8524
  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
8770
  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
8525
    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
8771
    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
8526
    CFLAGS="$SAVE_CFLAGS"
8772
    CFLAGS="$SAVE_CFLAGS"
8527
  fi
8773
  fi
8528
  ;;
8774
  ;;
Line 8531... Line 8777...
8531
 
8777
 
8532
need_locks="$enable_libtool_lock"
8778
need_locks="$enable_libtool_lock"
8533
 
8779
 
8534
 
8780
 
8535
 
8781
 
8536
{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
8782
{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
8537
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
8783
$as_echo_n "checking for ANSI C header files... " >&6; }
8538
if test "${ac_cv_header_stdc+set}" = set; then
8784
if test "${ac_cv_header_stdc+set}" = set; then
8539
  echo $ECHO_N "(cached) $ECHO_C" >&6
8785
  $as_echo_n "(cached) " >&6
8540
else
8786
else
8541
  cat >conftest.$ac_ext <<_ACEOF
8787
  cat >conftest.$ac_ext <<_ACEOF
8542
/* confdefs.h.  */
8788
/* confdefs.h.  */
8543
_ACEOF
8789
_ACEOF
8544
cat confdefs.h >>conftest.$ac_ext
8790
cat confdefs.h >>conftest.$ac_ext
Line 8561... Line 8807...
8561
if { (ac_try="$ac_compile"
8807
if { (ac_try="$ac_compile"
8562
case "(($ac_try" in
8808
case "(($ac_try" in
8563
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8809
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8564
  *) ac_try_echo=$ac_try;;
8810
  *) ac_try_echo=$ac_try;;
8565
esac
8811
esac
8566
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8812
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
8813
$as_echo "$ac_try_echo") >&5
8567
  (eval "$ac_compile") 2>conftest.er1
8814
  (eval "$ac_compile") 2>conftest.er1
8568
  ac_status=$?
8815
  ac_status=$?
8569
  grep -v '^ *+' conftest.er1 >conftest.err
8816
  grep -v '^ *+' conftest.er1 >conftest.err
8570
  rm -f conftest.er1
8817
  rm -f conftest.er1
8571
  cat conftest.err >&5
8818
  cat conftest.err >&5
8572
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8819
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8573
  (exit $ac_status); } && {
8820
  (exit $ac_status); } && {
8574
	 test -z "$ac_c_werror_flag" ||
8821
	 test -z "$ac_c_werror_flag" ||
8575
	 test ! -s conftest.err
8822
	 test ! -s conftest.err
8576
       } && test -s conftest.$ac_objext; then
8823
       } && test -s conftest.$ac_objext; then
8577
  ac_cv_header_stdc=yes
8824
  ac_cv_header_stdc=yes
8578
else
8825
else
8579
  echo "$as_me: failed program was:" >&5
8826
  $as_echo "$as_me: failed program was:" >&5
8580
sed 's/^/| /' conftest.$ac_ext >&5
8827
sed 's/^/| /' conftest.$ac_ext >&5
8581
 
8828
 
8582
	ac_cv_header_stdc=no
8829
	ac_cv_header_stdc=no
8583
fi
8830
fi
8584
 
8831
 
Line 8666... Line 8913...
8666
if { (ac_try="$ac_link"
8913
if { (ac_try="$ac_link"
8667
case "(($ac_try" in
8914
case "(($ac_try" in
8668
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8915
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8669
  *) ac_try_echo=$ac_try;;
8916
  *) ac_try_echo=$ac_try;;
8670
esac
8917
esac
8671
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8918
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
8919
$as_echo "$ac_try_echo") >&5
8672
  (eval "$ac_link") 2>&5
8920
  (eval "$ac_link") 2>&5
8673
  ac_status=$?
8921
  ac_status=$?
8674
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8922
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8675
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8923
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8676
  { (case "(($ac_try" in
8924
  { (case "(($ac_try" in
8677
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8925
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8678
  *) ac_try_echo=$ac_try;;
8926
  *) ac_try_echo=$ac_try;;
8679
esac
8927
esac
8680
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8928
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
8929
$as_echo "$ac_try_echo") >&5
8681
  (eval "$ac_try") 2>&5
8930
  (eval "$ac_try") 2>&5
8682
  ac_status=$?
8931
  ac_status=$?
8683
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8932
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8684
  (exit $ac_status); }; }; then
8933
  (exit $ac_status); }; }; then
8685
  :
8934
  :
8686
else
8935
else
8687
  echo "$as_me: program exited with status $ac_status" >&5
8936
  $as_echo "$as_me: program exited with status $ac_status" >&5
8688
echo "$as_me: failed program was:" >&5
8937
$as_echo "$as_me: failed program was:" >&5
8689
sed 's/^/| /' conftest.$ac_ext >&5
8938
sed 's/^/| /' conftest.$ac_ext >&5
8690
 
8939
 
8691
( exit $ac_status )
8940
( exit $ac_status )
8692
ac_cv_header_stdc=no
8941
ac_cv_header_stdc=no
8693
fi
8942
fi
-
 
8943
rm -rf conftest.dSYM
8694
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8944
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8695
fi
8945
fi
8696
 
8946
 
8697
 
8947
 
8698
fi
8948
fi
8699
fi
8949
fi
8700
{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
8950
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
8701
echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
8951
$as_echo "$ac_cv_header_stdc" >&6; }
8702
if test $ac_cv_header_stdc = yes; then
8952
if test $ac_cv_header_stdc = yes; then
8703
 
8953
 
8704
cat >>confdefs.h <<\_ACEOF
8954
cat >>confdefs.h <<\_ACEOF
8705
#define STDC_HEADERS 1
8955
#define STDC_HEADERS 1
8706
_ACEOF
8956
_ACEOF
Line 8718... Line 8968...
8718
 
8968
 
8719
 
8969
 
8720
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
8970
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
8721
		  inttypes.h stdint.h unistd.h
8971
		  inttypes.h stdint.h unistd.h
8722
do
8972
do
8723
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8973
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8724
{ echo "$as_me:$LINENO: checking for $ac_header" >&5
8974
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8725
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8975
$as_echo_n "checking for $ac_header... " >&6; }
8726
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8976
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8727
  echo $ECHO_N "(cached) $ECHO_C" >&6
8977
  $as_echo_n "(cached) " >&6
8728
else
8978
else
8729
  cat >conftest.$ac_ext <<_ACEOF
8979
  cat >conftest.$ac_ext <<_ACEOF
8730
/* confdefs.h.  */
8980
/* confdefs.h.  */
8731
_ACEOF
8981
_ACEOF
8732
cat confdefs.h >>conftest.$ac_ext
8982
cat confdefs.h >>conftest.$ac_ext
Line 8740... Line 8990...
8740
if { (ac_try="$ac_compile"
8990
if { (ac_try="$ac_compile"
8741
case "(($ac_try" in
8991
case "(($ac_try" in
8742
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8992
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8743
  *) ac_try_echo=$ac_try;;
8993
  *) ac_try_echo=$ac_try;;
8744
esac
8994
esac
8745
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8995
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
8996
$as_echo "$ac_try_echo") >&5
8746
  (eval "$ac_compile") 2>conftest.er1
8997
  (eval "$ac_compile") 2>conftest.er1
8747
  ac_status=$?
8998
  ac_status=$?
8748
  grep -v '^ *+' conftest.er1 >conftest.err
8999
  grep -v '^ *+' conftest.er1 >conftest.err
8749
  rm -f conftest.er1
9000
  rm -f conftest.er1
8750
  cat conftest.err >&5
9001
  cat conftest.err >&5
8751
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9002
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8752
  (exit $ac_status); } && {
9003
  (exit $ac_status); } && {
8753
	 test -z "$ac_c_werror_flag" ||
9004
	 test -z "$ac_c_werror_flag" ||
8754
	 test ! -s conftest.err
9005
	 test ! -s conftest.err
8755
       } && test -s conftest.$ac_objext; then
9006
       } && test -s conftest.$ac_objext; then
8756
  eval "$as_ac_Header=yes"
9007
  eval "$as_ac_Header=yes"
8757
else
9008
else
8758
  echo "$as_me: failed program was:" >&5
9009
  $as_echo "$as_me: failed program was:" >&5
8759
sed 's/^/| /' conftest.$ac_ext >&5
9010
sed 's/^/| /' conftest.$ac_ext >&5
8760
 
9011
 
8761
	eval "$as_ac_Header=no"
9012
	eval "$as_ac_Header=no"
8762
fi
9013
fi
8763
 
9014
 
8764
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9015
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8765
fi
9016
fi
8766
ac_res=`eval echo '${'$as_ac_Header'}'`
9017
ac_res=`eval 'as_val=${'$as_ac_Header'}
-
 
9018
		 $as_echo "$as_val"'`
8767
	       { echo "$as_me:$LINENO: result: $ac_res" >&5
9019
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8768
echo "${ECHO_T}$ac_res" >&6; }
9020
$as_echo "$ac_res" >&6; }
8769
if test `eval echo '${'$as_ac_Header'}'` = yes; then
9021
as_val=`eval 'as_val=${'$as_ac_Header'}
-
 
9022
		 $as_echo "$as_val"'`
-
 
9023
   if test "x$as_val" = x""yes; then
8770
  cat >>confdefs.h <<_ACEOF
9024
  cat >>confdefs.h <<_ACEOF
8771
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9025
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8772
_ACEOF
9026
_ACEOF
8773
 
9027
 
8774
fi
9028
fi
8775
 
9029
 
8776
done
9030
done
8777
 
9031
 
8778
 
9032
 
8779
 
9033
 
8780
for ac_header in dlfcn.h
9034
for ac_header in dlfcn.h
8781
do
9035
do
8782
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9036
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8783
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9037
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8784
  { echo "$as_me:$LINENO: checking for $ac_header" >&5
9038
  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8785
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9039
$as_echo_n "checking for $ac_header... " >&6; }
8786
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9040
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8787
  echo $ECHO_N "(cached) $ECHO_C" >&6
9041
  $as_echo_n "(cached) " >&6
8788
fi
9042
fi
8789
ac_res=`eval echo '${'$as_ac_Header'}'`
9043
ac_res=`eval 'as_val=${'$as_ac_Header'}
-
 
9044
		 $as_echo "$as_val"'`
8790
	       { echo "$as_me:$LINENO: result: $ac_res" >&5
9045
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8791
echo "${ECHO_T}$ac_res" >&6; }
9046
$as_echo "$ac_res" >&6; }
8792
else
9047
else
8793
  # Is the header compilable?
9048
  # Is the header compilable?
8794
{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
9049
{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
8795
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9050
$as_echo_n "checking $ac_header usability... " >&6; }
8796
cat >conftest.$ac_ext <<_ACEOF
9051
cat >conftest.$ac_ext <<_ACEOF
8797
/* confdefs.h.  */
9052
/* confdefs.h.  */
8798
_ACEOF
9053
_ACEOF
8799
cat confdefs.h >>conftest.$ac_ext
9054
cat confdefs.h >>conftest.$ac_ext
8800
cat >>conftest.$ac_ext <<_ACEOF
9055
cat >>conftest.$ac_ext <<_ACEOF
Line 8806... Line 9061...
8806
if { (ac_try="$ac_compile"
9061
if { (ac_try="$ac_compile"
8807
case "(($ac_try" in
9062
case "(($ac_try" in
8808
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9063
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8809
  *) ac_try_echo=$ac_try;;
9064
  *) ac_try_echo=$ac_try;;
8810
esac
9065
esac
8811
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9066
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
9067
$as_echo "$ac_try_echo") >&5
8812
  (eval "$ac_compile") 2>conftest.er1
9068
  (eval "$ac_compile") 2>conftest.er1
8813
  ac_status=$?
9069
  ac_status=$?
8814
  grep -v '^ *+' conftest.er1 >conftest.err
9070
  grep -v '^ *+' conftest.er1 >conftest.err
8815
  rm -f conftest.er1
9071
  rm -f conftest.er1
8816
  cat conftest.err >&5
9072
  cat conftest.err >&5
8817
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9073
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8818
  (exit $ac_status); } && {
9074
  (exit $ac_status); } && {
8819
	 test -z "$ac_c_werror_flag" ||
9075
	 test -z "$ac_c_werror_flag" ||
8820
	 test ! -s conftest.err
9076
	 test ! -s conftest.err
8821
       } && test -s conftest.$ac_objext; then
9077
       } && test -s conftest.$ac_objext; then
8822
  ac_header_compiler=yes
9078
  ac_header_compiler=yes
8823
else
9079
else
8824
  echo "$as_me: failed program was:" >&5
9080
  $as_echo "$as_me: failed program was:" >&5
8825
sed 's/^/| /' conftest.$ac_ext >&5
9081
sed 's/^/| /' conftest.$ac_ext >&5
8826
 
9082
 
8827
	ac_header_compiler=no
9083
	ac_header_compiler=no
8828
fi
9084
fi
8829
 
9085
 
8830
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9086
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8831
{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9087
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8832
echo "${ECHO_T}$ac_header_compiler" >&6; }
9088
$as_echo "$ac_header_compiler" >&6; }
8833
 
9089
 
8834
# Is the header present?
9090
# Is the header present?
8835
{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
9091
{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
8836
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9092
$as_echo_n "checking $ac_header presence... " >&6; }
8837
cat >conftest.$ac_ext <<_ACEOF
9093
cat >conftest.$ac_ext <<_ACEOF
8838
/* confdefs.h.  */
9094
/* confdefs.h.  */
8839
_ACEOF
9095
_ACEOF
8840
cat confdefs.h >>conftest.$ac_ext
9096
cat confdefs.h >>conftest.$ac_ext
8841
cat >>conftest.$ac_ext <<_ACEOF
9097
cat >>conftest.$ac_ext <<_ACEOF
Line 8845... Line 9101...
8845
if { (ac_try="$ac_cpp conftest.$ac_ext"
9101
if { (ac_try="$ac_cpp conftest.$ac_ext"
8846
case "(($ac_try" in
9102
case "(($ac_try" in
8847
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9103
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8848
  *) ac_try_echo=$ac_try;;
9104
  *) ac_try_echo=$ac_try;;
8849
esac
9105
esac
8850
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9106
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
9107
$as_echo "$ac_try_echo") >&5
8851
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9108
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8852
  ac_status=$?
9109
  ac_status=$?
8853
  grep -v '^ *+' conftest.er1 >conftest.err
9110
  grep -v '^ *+' conftest.er1 >conftest.err
8854
  rm -f conftest.er1
9111
  rm -f conftest.er1
8855
  cat conftest.err >&5
9112
  cat conftest.err >&5
8856
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9113
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8857
  (exit $ac_status); } >/dev/null && {
9114
  (exit $ac_status); } >/dev/null && {
8858
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9115
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8859
	 test ! -s conftest.err
9116
	 test ! -s conftest.err
8860
       }; then
9117
       }; then
8861
  ac_header_preproc=yes
9118
  ac_header_preproc=yes
8862
else
9119
else
8863
  echo "$as_me: failed program was:" >&5
9120
  $as_echo "$as_me: failed program was:" >&5
8864
sed 's/^/| /' conftest.$ac_ext >&5
9121
sed 's/^/| /' conftest.$ac_ext >&5
8865
 
9122
 
8866
  ac_header_preproc=no
9123
  ac_header_preproc=no
8867
fi
9124
fi
8868
 
9125
 
8869
rm -f conftest.err conftest.$ac_ext
9126
rm -f conftest.err conftest.$ac_ext
8870
{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9127
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8871
echo "${ECHO_T}$ac_header_preproc" >&6; }
9128
$as_echo "$ac_header_preproc" >&6; }
8872
 
9129
 
8873
# So?  What about this header?
9130
# So?  What about this header?
8874
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9131
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8875
  yes:no: )
9132
  yes:no: )
8876
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9133
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8877
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9134
$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8878
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9135
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8879
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9136
$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8880
    ac_header_preproc=yes
9137
    ac_header_preproc=yes
8881
    ;;
9138
    ;;
8882
  no:yes:* )
9139
  no:yes:* )
8883
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9140
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8884
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9141
$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8885
    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
9142
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
8886
echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
9143
$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
8887
    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9144
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8888
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9145
$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8889
    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
9146
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
8890
echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
9147
$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
8891
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9148
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8892
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9149
$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8893
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9150
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8894
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9151
$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8895
 
9152
 
8896
    ;;
9153
    ;;
8897
esac
9154
esac
8898
{ echo "$as_me:$LINENO: checking for $ac_header" >&5
9155
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8899
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9156
$as_echo_n "checking for $ac_header... " >&6; }
8900
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9157
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8901
  echo $ECHO_N "(cached) $ECHO_C" >&6
9158
  $as_echo_n "(cached) " >&6
8902
else
9159
else
8903
  eval "$as_ac_Header=\$ac_header_preproc"
9160
  eval "$as_ac_Header=\$ac_header_preproc"
8904
fi
9161
fi
8905
ac_res=`eval echo '${'$as_ac_Header'}'`
9162
ac_res=`eval 'as_val=${'$as_ac_Header'}
-
 
9163
		 $as_echo "$as_val"'`
8906
	       { echo "$as_me:$LINENO: result: $ac_res" >&5
9164
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8907
echo "${ECHO_T}$ac_res" >&6; }
9165
$as_echo "$ac_res" >&6; }
8908
 
9166
 
8909
fi
9167
fi
8910
if test `eval echo '${'$as_ac_Header'}'` = yes; then
9168
as_val=`eval 'as_val=${'$as_ac_Header'}
-
 
9169
		 $as_echo "$as_val"'`
-
 
9170
   if test "x$as_val" = x""yes; then
8911
  cat >>confdefs.h <<_ACEOF
9171
  cat >>confdefs.h <<_ACEOF
8912
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9172
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8913
_ACEOF
9173
_ACEOF
8914
 
9174
 
8915
fi
9175
fi
8916
 
9176
 
8917
done
9177
done
Line 8923... Line 9183...
8923
if test -n "$ac_tool_prefix"; then
9183
if test -n "$ac_tool_prefix"; then
8924
  for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
9184
  for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
8925
  do
9185
  do
8926
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
9186
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8927
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
9187
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
8928
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
9188
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8929
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9189
$as_echo_n "checking for $ac_word... " >&6; }
8930
if test "${ac_cv_prog_F77+set}" = set; then
9190
if test "${ac_cv_prog_F77+set}" = set; then
8931
  echo $ECHO_N "(cached) $ECHO_C" >&6
9191
  $as_echo_n "(cached) " >&6
8932
else
9192
else
8933
  if test -n "$F77"; then
9193
  if test -n "$F77"; then
8934
  ac_cv_prog_F77="$F77" # Let the user override the test.
9194
  ac_cv_prog_F77="$F77" # Let the user override the test.
8935
else
9195
else
8936
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9196
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 8939... Line 9199...
8939
  IFS=$as_save_IFS
9199
  IFS=$as_save_IFS
8940
  test -z "$as_dir" && as_dir=.
9200
  test -z "$as_dir" && as_dir=.
8941
  for ac_exec_ext in '' $ac_executable_extensions; do
9201
  for ac_exec_ext in '' $ac_executable_extensions; do
8942
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9202
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8943
    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
9203
    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
8944
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9204
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8945
    break 2
9205
    break 2
8946
  fi
9206
  fi
8947
done
9207
done
8948
done
9208
done
8949
IFS=$as_save_IFS
9209
IFS=$as_save_IFS
8950
 
9210
 
8951
fi
9211
fi
8952
fi
9212
fi
8953
F77=$ac_cv_prog_F77
9213
F77=$ac_cv_prog_F77
8954
if test -n "$F77"; then
9214
if test -n "$F77"; then
8955
  { echo "$as_me:$LINENO: result: $F77" >&5
9215
  { $as_echo "$as_me:$LINENO: result: $F77" >&5
8956
echo "${ECHO_T}$F77" >&6; }
9216
$as_echo "$F77" >&6; }
8957
else
9217
else
8958
  { echo "$as_me:$LINENO: result: no" >&5
9218
  { $as_echo "$as_me:$LINENO: result: no" >&5
8959
echo "${ECHO_T}no" >&6; }
9219
$as_echo "no" >&6; }
8960
fi
9220
fi
8961
 
9221
 
8962
 
9222
 
8963
    test -n "$F77" && break
9223
    test -n "$F77" && break
8964
  done
9224
  done
Line 8967... Line 9227...
8967
  ac_ct_F77=$F77
9227
  ac_ct_F77=$F77
8968
  for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
9228
  for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
8969
do
9229
do
8970
  # Extract the first word of "$ac_prog", so it can be a program name with args.
9230
  # Extract the first word of "$ac_prog", so it can be a program name with args.
8971
set dummy $ac_prog; ac_word=$2
9231
set dummy $ac_prog; ac_word=$2
8972
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
9232
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8973
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9233
$as_echo_n "checking for $ac_word... " >&6; }
8974
if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
9234
if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
8975
  echo $ECHO_N "(cached) $ECHO_C" >&6
9235
  $as_echo_n "(cached) " >&6
8976
else
9236
else
8977
  if test -n "$ac_ct_F77"; then
9237
  if test -n "$ac_ct_F77"; then
8978
  ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
9238
  ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
8979
else
9239
else
8980
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9240
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 8983... Line 9243...
8983
  IFS=$as_save_IFS
9243
  IFS=$as_save_IFS
8984
  test -z "$as_dir" && as_dir=.
9244
  test -z "$as_dir" && as_dir=.
8985
  for ac_exec_ext in '' $ac_executable_extensions; do
9245
  for ac_exec_ext in '' $ac_executable_extensions; do
8986
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9246
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8987
    ac_cv_prog_ac_ct_F77="$ac_prog"
9247
    ac_cv_prog_ac_ct_F77="$ac_prog"
8988
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9248
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8989
    break 2
9249
    break 2
8990
  fi
9250
  fi
8991
done
9251
done
8992
done
9252
done
8993
IFS=$as_save_IFS
9253
IFS=$as_save_IFS
8994
 
9254
 
8995
fi
9255
fi
8996
fi
9256
fi
8997
ac_ct_F77=$ac_cv_prog_ac_ct_F77
9257
ac_ct_F77=$ac_cv_prog_ac_ct_F77
8998
if test -n "$ac_ct_F77"; then
9258
if test -n "$ac_ct_F77"; then
8999
  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
9259
  { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
9000
echo "${ECHO_T}$ac_ct_F77" >&6; }
9260
$as_echo "$ac_ct_F77" >&6; }
9001
else
9261
else
9002
  { echo "$as_me:$LINENO: result: no" >&5
9262
  { $as_echo "$as_me:$LINENO: result: no" >&5
9003
echo "${ECHO_T}no" >&6; }
9263
$as_echo "no" >&6; }
9004
fi
9264
fi
9005
 
9265
 
9006
 
9266
 
9007
  test -n "$ac_ct_F77" && break
9267
  test -n "$ac_ct_F77" && break
9008
done
9268
done
Line 9010... Line 9270...
9010
  if test "x$ac_ct_F77" = x; then
9270
  if test "x$ac_ct_F77" = x; then
9011
    F77=""
9271
    F77=""
9012
  else
9272
  else
9013
    case $cross_compiling:$ac_tool_warned in
9273
    case $cross_compiling:$ac_tool_warned in
9014
yes:)
9274
yes:)
9015
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
9275
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
9016
whose name does not start with the host triplet.  If you think this
-
 
9017
configuration is useful to you, please write to autoconf@gnu.org." >&5
-
 
9018
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
9276
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9019
whose name does not start with the host triplet.  If you think this
-
 
9020
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
-
 
9021
ac_tool_warned=yes ;;
9277
ac_tool_warned=yes ;;
9022
esac
9278
esac
9023
    F77=$ac_ct_F77
9279
    F77=$ac_ct_F77
9024
  fi
9280
  fi
9025
fi
9281
fi
9026
 
9282
 
9027
 
9283
 
9028
# Provide some information about the compiler.
9284
# Provide some information about the compiler.
9029
echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
9285
$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
9030
ac_compiler=`set X $ac_compile; echo $2`
9286
set X $ac_compile
-
 
9287
ac_compiler=$2
9031
{ (ac_try="$ac_compiler --version >&5"
9288
{ (ac_try="$ac_compiler --version >&5"
9032
case "(($ac_try" in
9289
case "(($ac_try" in
9033
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9290
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9034
  *) ac_try_echo=$ac_try;;
9291
  *) ac_try_echo=$ac_try;;
9035
esac
9292
esac
9036
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9293
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
9294
$as_echo "$ac_try_echo") >&5
9037
  (eval "$ac_compiler --version >&5") 2>&5
9295
  (eval "$ac_compiler --version >&5") 2>&5
9038
  ac_status=$?
9296
  ac_status=$?
9039
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9297
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9040
  (exit $ac_status); }
9298
  (exit $ac_status); }
9041
{ (ac_try="$ac_compiler -v >&5"
9299
{ (ac_try="$ac_compiler -v >&5"
9042
case "(($ac_try" in
9300
case "(($ac_try" in
9043
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9301
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9044
  *) ac_try_echo=$ac_try;;
9302
  *) ac_try_echo=$ac_try;;
9045
esac
9303
esac
9046
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9304
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
9305
$as_echo "$ac_try_echo") >&5
9047
  (eval "$ac_compiler -v >&5") 2>&5
9306
  (eval "$ac_compiler -v >&5") 2>&5
9048
  ac_status=$?
9307
  ac_status=$?
9049
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9308
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9050
  (exit $ac_status); }
9309
  (exit $ac_status); }
9051
{ (ac_try="$ac_compiler -V >&5"
9310
{ (ac_try="$ac_compiler -V >&5"
9052
case "(($ac_try" in
9311
case "(($ac_try" in
9053
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9312
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9054
  *) ac_try_echo=$ac_try;;
9313
  *) ac_try_echo=$ac_try;;
9055
esac
9314
esac
9056
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9315
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
9316
$as_echo "$ac_try_echo") >&5
9057
  (eval "$ac_compiler -V >&5") 2>&5
9317
  (eval "$ac_compiler -V >&5") 2>&5
9058
  ac_status=$?
9318
  ac_status=$?
9059
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9319
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9060
  (exit $ac_status); }
9320
  (exit $ac_status); }
9061
rm -f a.out
9321
rm -f a.out
9062
 
9322
 
9063
# If we don't use `.F' as extension, the preprocessor is not run on the
9323
# If we don't use `.F' as extension, the preprocessor is not run on the
9064
# input file.  (Note that this only needs to work for GNU compilers.)
9324
# input file.  (Note that this only needs to work for GNU compilers.)
9065
ac_save_ext=$ac_ext
9325
ac_save_ext=$ac_ext
9066
ac_ext=F
9326
ac_ext=F
9067
{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
9327
{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
9068
echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
9328
$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
9069
if test "${ac_cv_f77_compiler_gnu+set}" = set; then
9329
if test "${ac_cv_f77_compiler_gnu+set}" = set; then
9070
  echo $ECHO_N "(cached) $ECHO_C" >&6
9330
  $as_echo_n "(cached) " >&6
9071
else
9331
else
9072
  cat >conftest.$ac_ext <<_ACEOF
9332
  cat >conftest.$ac_ext <<_ACEOF
9073
      program main
9333
      program main
9074
#ifndef __GNUC__
9334
#ifndef __GNUC__
9075
       choke me
9335
       choke me
Line 9081... Line 9341...
9081
if { (ac_try="$ac_compile"
9341
if { (ac_try="$ac_compile"
9082
case "(($ac_try" in
9342
case "(($ac_try" in
9083
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9343
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9084
  *) ac_try_echo=$ac_try;;
9344
  *) ac_try_echo=$ac_try;;
9085
esac
9345
esac
9086
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9346
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
9347
$as_echo "$ac_try_echo") >&5
9087
  (eval "$ac_compile") 2>conftest.er1
9348
  (eval "$ac_compile") 2>conftest.er1
9088
  ac_status=$?
9349
  ac_status=$?
9089
  grep -v '^ *+' conftest.er1 >conftest.err
9350
  grep -v '^ *+' conftest.er1 >conftest.err
9090
  rm -f conftest.er1
9351
  rm -f conftest.er1
9091
  cat conftest.err >&5
9352
  cat conftest.err >&5
9092
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9353
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9093
  (exit $ac_status); } && {
9354
  (exit $ac_status); } && {
9094
	 test -z "$ac_f77_werror_flag" ||
9355
	 test -z "$ac_f77_werror_flag" ||
9095
	 test ! -s conftest.err
9356
	 test ! -s conftest.err
9096
       } && test -s conftest.$ac_objext; then
9357
       } && test -s conftest.$ac_objext; then
9097
  ac_compiler_gnu=yes
9358
  ac_compiler_gnu=yes
9098
else
9359
else
9099
  echo "$as_me: failed program was:" >&5
9360
  $as_echo "$as_me: failed program was:" >&5
9100
sed 's/^/| /' conftest.$ac_ext >&5
9361
sed 's/^/| /' conftest.$ac_ext >&5
9101
 
9362
 
9102
	ac_compiler_gnu=no
9363
	ac_compiler_gnu=no
9103
fi
9364
fi
9104
 
9365
 
9105
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9366
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9106
ac_cv_f77_compiler_gnu=$ac_compiler_gnu
9367
ac_cv_f77_compiler_gnu=$ac_compiler_gnu
9107
 
9368
 
9108
fi
9369
fi
9109
{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
9370
{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
9110
echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
9371
$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
9111
ac_ext=$ac_save_ext
9372
ac_ext=$ac_save_ext
9112
ac_test_FFLAGS=${FFLAGS+set}
9373
ac_test_FFLAGS=${FFLAGS+set}
9113
ac_save_FFLAGS=$FFLAGS
9374
ac_save_FFLAGS=$FFLAGS
9114
FFLAGS=
9375
FFLAGS=
9115
{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
9376
{ $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
9116
echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
9377
$as_echo_n "checking whether $F77 accepts -g... " >&6; }
9117
if test "${ac_cv_prog_f77_g+set}" = set; then
9378
if test "${ac_cv_prog_f77_g+set}" = set; then
9118
  echo $ECHO_N "(cached) $ECHO_C" >&6
9379
  $as_echo_n "(cached) " >&6
9119
else
9380
else
9120
  FFLAGS=-g
9381
  FFLAGS=-g
9121
cat >conftest.$ac_ext <<_ACEOF
9382
cat >conftest.$ac_ext <<_ACEOF
9122
      program main
9383
      program main
9123
 
9384
 
Line 9127... Line 9388...
9127
if { (ac_try="$ac_compile"
9388
if { (ac_try="$ac_compile"
9128
case "(($ac_try" in
9389
case "(($ac_try" in
9129
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9390
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9130
  *) ac_try_echo=$ac_try;;
9391
  *) ac_try_echo=$ac_try;;
9131
esac
9392
esac
9132
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9393
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
9394
$as_echo "$ac_try_echo") >&5
9133
  (eval "$ac_compile") 2>conftest.er1
9395
  (eval "$ac_compile") 2>conftest.er1
9134
  ac_status=$?
9396
  ac_status=$?
9135
  grep -v '^ *+' conftest.er1 >conftest.err
9397
  grep -v '^ *+' conftest.er1 >conftest.err
9136
  rm -f conftest.er1
9398
  rm -f conftest.er1
9137
  cat conftest.err >&5
9399
  cat conftest.err >&5
9138
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9400
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9139
  (exit $ac_status); } && {
9401
  (exit $ac_status); } && {
9140
	 test -z "$ac_f77_werror_flag" ||
9402
	 test -z "$ac_f77_werror_flag" ||
9141
	 test ! -s conftest.err
9403
	 test ! -s conftest.err
9142
       } && test -s conftest.$ac_objext; then
9404
       } && test -s conftest.$ac_objext; then
9143
  ac_cv_prog_f77_g=yes
9405
  ac_cv_prog_f77_g=yes
9144
else
9406
else
9145
  echo "$as_me: failed program was:" >&5
9407
  $as_echo "$as_me: failed program was:" >&5
9146
sed 's/^/| /' conftest.$ac_ext >&5
9408
sed 's/^/| /' conftest.$ac_ext >&5
9147
 
9409
 
9148
	ac_cv_prog_f77_g=no
9410
	ac_cv_prog_f77_g=no
9149
fi
9411
fi
9150
 
9412
 
9151
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9413
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9152
 
9414
 
9153
fi
9415
fi
9154
{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
9416
{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
9155
echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
9417
$as_echo "$ac_cv_prog_f77_g" >&6; }
9156
if test "$ac_test_FFLAGS" = set; then
9418
if test "$ac_test_FFLAGS" = set; then
9157
  FFLAGS=$ac_save_FFLAGS
9419
  FFLAGS=$ac_save_FFLAGS
9158
elif test $ac_cv_prog_f77_g = yes; then
9420
elif test $ac_cv_prog_f77_g = yes; then
9159
  if test "x$ac_cv_f77_compiler_gnu" = xyes; then
9421
  if test "x$ac_cv_f77_compiler_gnu" = xyes; then
9160
    FFLAGS="-g -O2"
9422
    FFLAGS="-g -O2"
Line 9167... Line 9429...
9167
  else
9429
  else
9168
    FFLAGS=
9430
    FFLAGS=
9169
  fi
9431
  fi
9170
fi
9432
fi
9171
 
9433
 
9172
G77=`test $ac_compiler_gnu = yes && echo yes`
9434
if test $ac_compiler_gnu = yes; then
-
 
9435
  G77=yes
-
 
9436
else
-
 
9437
  G77=
-
 
9438
fi
9173
ac_ext=c
9439
ac_ext=c
9174
ac_cpp='$CPP $CPPFLAGS'
9440
ac_cpp='$CPP $CPPFLAGS'
9175
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9441
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9176
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9442
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9177
ac_compiler_gnu=$ac_cv_c_compiler_gnu
9443
ac_compiler_gnu=$ac_cv_c_compiler_gnu
Line 9179... Line 9445...
9179
 
9445
 
9180
 
9446
 
9181
# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
9447
# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
9182
 
9448
 
9183
# find the maximum length of command line arguments
9449
# find the maximum length of command line arguments
9184
{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
9450
{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
9185
echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
9451
$as_echo_n "checking the maximum length of command line arguments... " >&6; }
9186
if test "${lt_cv_sys_max_cmd_len+set}" = set; then
9452
if test "${lt_cv_sys_max_cmd_len+set}" = set; then
9187
  echo $ECHO_N "(cached) $ECHO_C" >&6
9453
  $as_echo_n "(cached) " >&6
9188
else
9454
else
9189
    i=0
9455
    i=0
9190
  testring="ABCD"
9456
  testring="ABCD"
9191
 
9457
 
9192
  case $build_os in
9458
  case $build_os in
Line 9238... Line 9504...
9238
  esac
9504
  esac
9239
 
9505
 
9240
fi
9506
fi
9241
 
9507
 
9242
if test -n $lt_cv_sys_max_cmd_len ; then
9508
if test -n $lt_cv_sys_max_cmd_len ; then
9243
  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
9509
  { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
9244
echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
9510
$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
9245
else
9511
else
9246
  { echo "$as_me:$LINENO: result: none" >&5
9512
  { $as_echo "$as_me:$LINENO: result: none" >&5
9247
echo "${ECHO_T}none" >&6; }
9513
$as_echo "none" >&6; }
9248
fi
9514
fi
9249
 
9515
 
9250
 
9516
 
9251
 
9517
 
9252
 
9518
 
9253
# Check for command to grab the raw symbol name followed by C symbol from nm.
9519
# Check for command to grab the raw symbol name followed by C symbol from nm.
9254
{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
9520
{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
9255
echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
9521
$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
9256
if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
9522
if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
9257
  echo $ECHO_N "(cached) $ECHO_C" >&6
9523
  $as_echo_n "(cached) " >&6
9258
else
9524
else
9259
 
9525
 
9260
# These are sane defaults that work on at least a few old systems.
9526
# These are sane defaults that work on at least a few old systems.
9261
# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
9527
# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
9262
 
9528
 
Line 9341... Line 9607...
9341
EOF
9607
EOF
9342
 
9608
 
9343
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9609
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9344
  (eval $ac_compile) 2>&5
9610
  (eval $ac_compile) 2>&5
9345
  ac_status=$?
9611
  ac_status=$?
9346
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9612
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9347
  (exit $ac_status); }; then
9613
  (exit $ac_status); }; then
9348
    # Now try to grab the symbols.
9614
    # Now try to grab the symbols.
9349
    nlist=conftest.nm
9615
    nlist=conftest.nm
9350
    if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
9616
    if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
9351
  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
9617
  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
9352
  ac_status=$?
9618
  ac_status=$?
9353
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9619
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9354
  (exit $ac_status); } && test -s "$nlist"; then
9620
  (exit $ac_status); } && test -s "$nlist"; then
9355
      # Try sorting and uniquifying the output.
9621
      # Try sorting and uniquifying the output.
9356
      if sort "$nlist" | uniq > "$nlist"T; then
9622
      if sort "$nlist" | uniq > "$nlist"T; then
9357
	mv -f "$nlist"T "$nlist"
9623
	mv -f "$nlist"T "$nlist"
9358
      else
9624
      else
Line 9403... Line 9669...
9403
	  LIBS="conftstm.$ac_objext"
9669
	  LIBS="conftstm.$ac_objext"
9404
	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
9670
	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
9405
	  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9671
	  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9406
  (eval $ac_link) 2>&5
9672
  (eval $ac_link) 2>&5
9407
  ac_status=$?
9673
  ac_status=$?
9408
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9674
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9409
  (exit $ac_status); } && test -s conftest${ac_exeext}; then
9675
  (exit $ac_status); } && test -s conftest${ac_exeext}; then
9410
	    pipe_works=yes
9676
	    pipe_works=yes
9411
	  fi
9677
	  fi
9412
	  LIBS="$lt_save_LIBS"
9678
	  LIBS="$lt_save_LIBS"
9413
	  CFLAGS="$lt_save_CFLAGS"
9679
	  CFLAGS="$lt_save_CFLAGS"
Line 9438... Line 9704...
9438
 
9704
 
9439
if test -z "$lt_cv_sys_global_symbol_pipe"; then
9705
if test -z "$lt_cv_sys_global_symbol_pipe"; then
9440
  lt_cv_sys_global_symbol_to_cdecl=
9706
  lt_cv_sys_global_symbol_to_cdecl=
9441
fi
9707
fi
9442
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
9708
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
9443
  { echo "$as_me:$LINENO: result: failed" >&5
9709
  { $as_echo "$as_me:$LINENO: result: failed" >&5
9444
echo "${ECHO_T}failed" >&6; }
9710
$as_echo "failed" >&6; }
9445
else
9711
else
9446
  { echo "$as_me:$LINENO: result: ok" >&5
9712
  { $as_echo "$as_me:$LINENO: result: ok" >&5
9447
echo "${ECHO_T}ok" >&6; }
9713
$as_echo "ok" >&6; }
9448
fi
9714
fi
9449
 
9715
 
9450
{ echo "$as_me:$LINENO: checking for objdir" >&5
9716
{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
9451
echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
9717
$as_echo_n "checking for objdir... " >&6; }
9452
if test "${lt_cv_objdir+set}" = set; then
9718
if test "${lt_cv_objdir+set}" = set; then
9453
  echo $ECHO_N "(cached) $ECHO_C" >&6
9719
  $as_echo_n "(cached) " >&6
9454
else
9720
else
9455
  rm -f .libs 2>/dev/null
9721
  rm -f .libs 2>/dev/null
9456
mkdir .libs 2>/dev/null
9722
mkdir .libs 2>/dev/null
9457
if test -d .libs; then
9723
if test -d .libs; then
9458
  lt_cv_objdir=.libs
9724
  lt_cv_objdir=.libs
Line 9460... Line 9726...
9460
  # MS-DOS does not allow filenames that begin with a dot.
9726
  # MS-DOS does not allow filenames that begin with a dot.
9461
  lt_cv_objdir=_libs
9727
  lt_cv_objdir=_libs
9462
fi
9728
fi
9463
rmdir .libs 2>/dev/null
9729
rmdir .libs 2>/dev/null
9464
fi
9730
fi
9465
{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
9731
{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
9466
echo "${ECHO_T}$lt_cv_objdir" >&6; }
9732
$as_echo "$lt_cv_objdir" >&6; }
9467
objdir=$lt_cv_objdir
9733
objdir=$lt_cv_objdir
9468
 
9734
 
9469
 
9735
 
9470
 
9736
 
9471
 
9737
 
Line 9512... Line 9778...
9512
with_gnu_ld="$lt_cv_prog_gnu_ld"
9778
with_gnu_ld="$lt_cv_prog_gnu_ld"
9513
 
9779
 
9514
if test -n "$ac_tool_prefix"; then
9780
if test -n "$ac_tool_prefix"; then
9515
  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
9781
  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
9516
set dummy ${ac_tool_prefix}ar; ac_word=$2
9782
set dummy ${ac_tool_prefix}ar; ac_word=$2
9517
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
9783
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9518
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9784
$as_echo_n "checking for $ac_word... " >&6; }
9519
if test "${ac_cv_prog_AR+set}" = set; then
9785
if test "${ac_cv_prog_AR+set}" = set; then
9520
  echo $ECHO_N "(cached) $ECHO_C" >&6
9786
  $as_echo_n "(cached) " >&6
9521
else
9787
else
9522
  if test -n "$AR"; then
9788
  if test -n "$AR"; then
9523
  ac_cv_prog_AR="$AR" # Let the user override the test.
9789
  ac_cv_prog_AR="$AR" # Let the user override the test.
9524
else
9790
else
9525
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9791
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 9528... Line 9794...
9528
  IFS=$as_save_IFS
9794
  IFS=$as_save_IFS
9529
  test -z "$as_dir" && as_dir=.
9795
  test -z "$as_dir" && as_dir=.
9530
  for ac_exec_ext in '' $ac_executable_extensions; do
9796
  for ac_exec_ext in '' $ac_executable_extensions; do
9531
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9797
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9532
    ac_cv_prog_AR="${ac_tool_prefix}ar"
9798
    ac_cv_prog_AR="${ac_tool_prefix}ar"
9533
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9799
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9534
    break 2
9800
    break 2
9535
  fi
9801
  fi
9536
done
9802
done
9537
done
9803
done
9538
IFS=$as_save_IFS
9804
IFS=$as_save_IFS
9539
 
9805
 
9540
fi
9806
fi
9541
fi
9807
fi
9542
AR=$ac_cv_prog_AR
9808
AR=$ac_cv_prog_AR
9543
if test -n "$AR"; then
9809
if test -n "$AR"; then
9544
  { echo "$as_me:$LINENO: result: $AR" >&5
9810
  { $as_echo "$as_me:$LINENO: result: $AR" >&5
9545
echo "${ECHO_T}$AR" >&6; }
9811
$as_echo "$AR" >&6; }
9546
else
9812
else
9547
  { echo "$as_me:$LINENO: result: no" >&5
9813
  { $as_echo "$as_me:$LINENO: result: no" >&5
9548
echo "${ECHO_T}no" >&6; }
9814
$as_echo "no" >&6; }
9549
fi
9815
fi
9550
 
9816
 
9551
 
9817
 
9552
fi
9818
fi
9553
if test -z "$ac_cv_prog_AR"; then
9819
if test -z "$ac_cv_prog_AR"; then
9554
  ac_ct_AR=$AR
9820
  ac_ct_AR=$AR
9555
  # Extract the first word of "ar", so it can be a program name with args.
9821
  # Extract the first word of "ar", so it can be a program name with args.
9556
set dummy ar; ac_word=$2
9822
set dummy ar; ac_word=$2
9557
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
9823
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9558
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9824
$as_echo_n "checking for $ac_word... " >&6; }
9559
if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
9825
if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
9560
  echo $ECHO_N "(cached) $ECHO_C" >&6
9826
  $as_echo_n "(cached) " >&6
9561
else
9827
else
9562
  if test -n "$ac_ct_AR"; then
9828
  if test -n "$ac_ct_AR"; then
9563
  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
9829
  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
9564
else
9830
else
9565
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9831
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 9568... Line 9834...
9568
  IFS=$as_save_IFS
9834
  IFS=$as_save_IFS
9569
  test -z "$as_dir" && as_dir=.
9835
  test -z "$as_dir" && as_dir=.
9570
  for ac_exec_ext in '' $ac_executable_extensions; do
9836
  for ac_exec_ext in '' $ac_executable_extensions; do
9571
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9837
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9572
    ac_cv_prog_ac_ct_AR="ar"
9838
    ac_cv_prog_ac_ct_AR="ar"
9573
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9839
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9574
    break 2
9840
    break 2
9575
  fi
9841
  fi
9576
done
9842
done
9577
done
9843
done
9578
IFS=$as_save_IFS
9844
IFS=$as_save_IFS
9579
 
9845
 
9580
fi
9846
fi
9581
fi
9847
fi
9582
ac_ct_AR=$ac_cv_prog_ac_ct_AR
9848
ac_ct_AR=$ac_cv_prog_ac_ct_AR
9583
if test -n "$ac_ct_AR"; then
9849
if test -n "$ac_ct_AR"; then
9584
  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
9850
  { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
9585
echo "${ECHO_T}$ac_ct_AR" >&6; }
9851
$as_echo "$ac_ct_AR" >&6; }
9586
else
9852
else
9587
  { echo "$as_me:$LINENO: result: no" >&5
9853
  { $as_echo "$as_me:$LINENO: result: no" >&5
9588
echo "${ECHO_T}no" >&6; }
9854
$as_echo "no" >&6; }
9589
fi
9855
fi
9590
 
9856
 
9591
  if test "x$ac_ct_AR" = x; then
9857
  if test "x$ac_ct_AR" = x; then
9592
    AR="false"
9858
    AR="false"
9593
  else
9859
  else
9594
    case $cross_compiling:$ac_tool_warned in
9860
    case $cross_compiling:$ac_tool_warned in
9595
yes:)
9861
yes:)
9596
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
9862
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
9597
whose name does not start with the host triplet.  If you think this
-
 
9598
configuration is useful to you, please write to autoconf@gnu.org." >&5
-
 
9599
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
9863
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9600
whose name does not start with the host triplet.  If you think this
-
 
9601
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
-
 
9602
ac_tool_warned=yes ;;
9864
ac_tool_warned=yes ;;
9603
esac
9865
esac
9604
    AR=$ac_ct_AR
9866
    AR=$ac_ct_AR
9605
  fi
9867
  fi
9606
else
9868
else
Line 9608... Line 9870...
9608
fi
9870
fi
9609
 
9871
 
9610
if test -n "$ac_tool_prefix"; then
9872
if test -n "$ac_tool_prefix"; then
9611
  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
9873
  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
9612
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
9874
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
9613
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
9875
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9614
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9876
$as_echo_n "checking for $ac_word... " >&6; }
9615
if test "${ac_cv_prog_RANLIB+set}" = set; then
9877
if test "${ac_cv_prog_RANLIB+set}" = set; then
9616
  echo $ECHO_N "(cached) $ECHO_C" >&6
9878
  $as_echo_n "(cached) " >&6
9617
else
9879
else
9618
  if test -n "$RANLIB"; then
9880
  if test -n "$RANLIB"; then
9619
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9881
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9620
else
9882
else
9621
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9883
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 9624... Line 9886...
9624
  IFS=$as_save_IFS
9886
  IFS=$as_save_IFS
9625
  test -z "$as_dir" && as_dir=.
9887
  test -z "$as_dir" && as_dir=.
9626
  for ac_exec_ext in '' $ac_executable_extensions; do
9888
  for ac_exec_ext in '' $ac_executable_extensions; do
9627
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9889
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9628
    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
9890
    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
9629
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9891
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9630
    break 2
9892
    break 2
9631
  fi
9893
  fi
9632
done
9894
done
9633
done
9895
done
9634
IFS=$as_save_IFS
9896
IFS=$as_save_IFS
9635
 
9897
 
9636
fi
9898
fi
9637
fi
9899
fi
9638
RANLIB=$ac_cv_prog_RANLIB
9900
RANLIB=$ac_cv_prog_RANLIB
9639
if test -n "$RANLIB"; then
9901
if test -n "$RANLIB"; then
9640
  { echo "$as_me:$LINENO: result: $RANLIB" >&5
9902
  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
9641
echo "${ECHO_T}$RANLIB" >&6; }
9903
$as_echo "$RANLIB" >&6; }
9642
else
9904
else
9643
  { echo "$as_me:$LINENO: result: no" >&5
9905
  { $as_echo "$as_me:$LINENO: result: no" >&5
9644
echo "${ECHO_T}no" >&6; }
9906
$as_echo "no" >&6; }
9645
fi
9907
fi
9646
 
9908
 
9647
 
9909
 
9648
fi
9910
fi
9649
if test -z "$ac_cv_prog_RANLIB"; then
9911
if test -z "$ac_cv_prog_RANLIB"; then
9650
  ac_ct_RANLIB=$RANLIB
9912
  ac_ct_RANLIB=$RANLIB
9651
  # Extract the first word of "ranlib", so it can be a program name with args.
9913
  # Extract the first word of "ranlib", so it can be a program name with args.
9652
set dummy ranlib; ac_word=$2
9914
set dummy ranlib; ac_word=$2
9653
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
9915
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9654
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9916
$as_echo_n "checking for $ac_word... " >&6; }
9655
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
9917
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
9656
  echo $ECHO_N "(cached) $ECHO_C" >&6
9918
  $as_echo_n "(cached) " >&6
9657
else
9919
else
9658
  if test -n "$ac_ct_RANLIB"; then
9920
  if test -n "$ac_ct_RANLIB"; then
9659
  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
9921
  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
9660
else
9922
else
9661
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9923
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 9664... Line 9926...
9664
  IFS=$as_save_IFS
9926
  IFS=$as_save_IFS
9665
  test -z "$as_dir" && as_dir=.
9927
  test -z "$as_dir" && as_dir=.
9666
  for ac_exec_ext in '' $ac_executable_extensions; do
9928
  for ac_exec_ext in '' $ac_executable_extensions; do
9667
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9929
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9668
    ac_cv_prog_ac_ct_RANLIB="ranlib"
9930
    ac_cv_prog_ac_ct_RANLIB="ranlib"
9669
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9931
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9670
    break 2
9932
    break 2
9671
  fi
9933
  fi
9672
done
9934
done
9673
done
9935
done
9674
IFS=$as_save_IFS
9936
IFS=$as_save_IFS
9675
 
9937
 
9676
fi
9938
fi
9677
fi
9939
fi
9678
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
9940
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
9679
if test -n "$ac_ct_RANLIB"; then
9941
if test -n "$ac_ct_RANLIB"; then
9680
  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
9942
  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
9681
echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
9943
$as_echo "$ac_ct_RANLIB" >&6; }
9682
else
9944
else
9683
  { echo "$as_me:$LINENO: result: no" >&5
9945
  { $as_echo "$as_me:$LINENO: result: no" >&5
9684
echo "${ECHO_T}no" >&6; }
9946
$as_echo "no" >&6; }
9685
fi
9947
fi
9686
 
9948
 
9687
  if test "x$ac_ct_RANLIB" = x; then
9949
  if test "x$ac_ct_RANLIB" = x; then
9688
    RANLIB=":"
9950
    RANLIB=":"
9689
  else
9951
  else
9690
    case $cross_compiling:$ac_tool_warned in
9952
    case $cross_compiling:$ac_tool_warned in
9691
yes:)
9953
yes:)
9692
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
9954
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
9693
whose name does not start with the host triplet.  If you think this
-
 
9694
configuration is useful to you, please write to autoconf@gnu.org." >&5
-
 
9695
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
9955
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9696
whose name does not start with the host triplet.  If you think this
-
 
9697
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
-
 
9698
ac_tool_warned=yes ;;
9956
ac_tool_warned=yes ;;
9699
esac
9957
esac
9700
    RANLIB=$ac_ct_RANLIB
9958
    RANLIB=$ac_ct_RANLIB
9701
  fi
9959
  fi
9702
else
9960
else
Line 9704... Line 9962...
9704
fi
9962
fi
9705
 
9963
 
9706
if test -n "$ac_tool_prefix"; then
9964
if test -n "$ac_tool_prefix"; then
9707
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
9965
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
9708
set dummy ${ac_tool_prefix}strip; ac_word=$2
9966
set dummy ${ac_tool_prefix}strip; ac_word=$2
9709
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
9967
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9710
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9968
$as_echo_n "checking for $ac_word... " >&6; }
9711
if test "${ac_cv_prog_STRIP+set}" = set; then
9969
if test "${ac_cv_prog_STRIP+set}" = set; then
9712
  echo $ECHO_N "(cached) $ECHO_C" >&6
9970
  $as_echo_n "(cached) " >&6
9713
else
9971
else
9714
  if test -n "$STRIP"; then
9972
  if test -n "$STRIP"; then
9715
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9973
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9716
else
9974
else
9717
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9975
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 9720... Line 9978...
9720
  IFS=$as_save_IFS
9978
  IFS=$as_save_IFS
9721
  test -z "$as_dir" && as_dir=.
9979
  test -z "$as_dir" && as_dir=.
9722
  for ac_exec_ext in '' $ac_executable_extensions; do
9980
  for ac_exec_ext in '' $ac_executable_extensions; do
9723
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9981
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9724
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
9982
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
9725
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9983
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9726
    break 2
9984
    break 2
9727
  fi
9985
  fi
9728
done
9986
done
9729
done
9987
done
9730
IFS=$as_save_IFS
9988
IFS=$as_save_IFS
9731
 
9989
 
9732
fi
9990
fi
9733
fi
9991
fi
9734
STRIP=$ac_cv_prog_STRIP
9992
STRIP=$ac_cv_prog_STRIP
9735
if test -n "$STRIP"; then
9993
if test -n "$STRIP"; then
9736
  { echo "$as_me:$LINENO: result: $STRIP" >&5
9994
  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
9737
echo "${ECHO_T}$STRIP" >&6; }
9995
$as_echo "$STRIP" >&6; }
9738
else
9996
else
9739
  { echo "$as_me:$LINENO: result: no" >&5
9997
  { $as_echo "$as_me:$LINENO: result: no" >&5
9740
echo "${ECHO_T}no" >&6; }
9998
$as_echo "no" >&6; }
9741
fi
9999
fi
9742
 
10000
 
9743
 
10001
 
9744
fi
10002
fi
9745
if test -z "$ac_cv_prog_STRIP"; then
10003
if test -z "$ac_cv_prog_STRIP"; then
9746
  ac_ct_STRIP=$STRIP
10004
  ac_ct_STRIP=$STRIP
9747
  # Extract the first word of "strip", so it can be a program name with args.
10005
  # Extract the first word of "strip", so it can be a program name with args.
9748
set dummy strip; ac_word=$2
10006
set dummy strip; ac_word=$2
9749
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
10007
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9750
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
10008
$as_echo_n "checking for $ac_word... " >&6; }
9751
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
10009
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
9752
  echo $ECHO_N "(cached) $ECHO_C" >&6
10010
  $as_echo_n "(cached) " >&6
9753
else
10011
else
9754
  if test -n "$ac_ct_STRIP"; then
10012
  if test -n "$ac_ct_STRIP"; then
9755
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
10013
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
9756
else
10014
else
9757
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10015
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 9760... Line 10018...
9760
  IFS=$as_save_IFS
10018
  IFS=$as_save_IFS
9761
  test -z "$as_dir" && as_dir=.
10019
  test -z "$as_dir" && as_dir=.
9762
  for ac_exec_ext in '' $ac_executable_extensions; do
10020
  for ac_exec_ext in '' $ac_executable_extensions; do
9763
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10021
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9764
    ac_cv_prog_ac_ct_STRIP="strip"
10022
    ac_cv_prog_ac_ct_STRIP="strip"
9765
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10023
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9766
    break 2
10024
    break 2
9767
  fi
10025
  fi
9768
done
10026
done
9769
done
10027
done
9770
IFS=$as_save_IFS
10028
IFS=$as_save_IFS
9771
 
10029
 
9772
fi
10030
fi
9773
fi
10031
fi
9774
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
10032
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
9775
if test -n "$ac_ct_STRIP"; then
10033
if test -n "$ac_ct_STRIP"; then
9776
  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
10034
  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
9777
echo "${ECHO_T}$ac_ct_STRIP" >&6; }
10035
$as_echo "$ac_ct_STRIP" >&6; }
9778
else
10036
else
9779
  { echo "$as_me:$LINENO: result: no" >&5
10037
  { $as_echo "$as_me:$LINENO: result: no" >&5
9780
echo "${ECHO_T}no" >&6; }
10038
$as_echo "no" >&6; }
9781
fi
10039
fi
9782
 
10040
 
9783
  if test "x$ac_ct_STRIP" = x; then
10041
  if test "x$ac_ct_STRIP" = x; then
9784
    STRIP=":"
10042
    STRIP=":"
9785
  else
10043
  else
9786
    case $cross_compiling:$ac_tool_warned in
10044
    case $cross_compiling:$ac_tool_warned in
9787
yes:)
10045
yes:)
9788
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
10046
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
9789
whose name does not start with the host triplet.  If you think this
-
 
9790
configuration is useful to you, please write to autoconf@gnu.org." >&5
-
 
9791
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
10047
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9792
whose name does not start with the host triplet.  If you think this
-
 
9793
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
-
 
9794
ac_tool_warned=yes ;;
10048
ac_tool_warned=yes ;;
9795
esac
10049
esac
9796
    STRIP=$ac_ct_STRIP
10050
    STRIP=$ac_ct_STRIP
9797
  fi
10051
  fi
9798
else
10052
else
Line 9839... Line 10093...
9839
 
10093
 
9840
# Only perform the check for file, if the check method requires it
10094
# Only perform the check for file, if the check method requires it
9841
case $deplibs_check_method in
10095
case $deplibs_check_method in
9842
file_magic*)
10096
file_magic*)
9843
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
10097
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9844
    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
10098
    { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
9845
echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
10099
$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9846
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
10100
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
9847
  echo $ECHO_N "(cached) $ECHO_C" >&6
10101
  $as_echo_n "(cached) " >&6
9848
else
10102
else
9849
  case $MAGIC_CMD in
10103
  case $MAGIC_CMD in
9850
[\\/*] |  ?:[\\/]*)
10104
[\\/*] |  ?:[\\/]*)
9851
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
10105
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9852
  ;;
10106
  ;;
Line 9892... Line 10146...
9892
esac
10146
esac
9893
fi
10147
fi
9894
 
10148
 
9895
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
10149
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9896
if test -n "$MAGIC_CMD"; then
10150
if test -n "$MAGIC_CMD"; then
9897
  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
10151
  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
9898
echo "${ECHO_T}$MAGIC_CMD" >&6; }
10152
$as_echo "$MAGIC_CMD" >&6; }
9899
else
10153
else
9900
  { echo "$as_me:$LINENO: result: no" >&5
10154
  { $as_echo "$as_me:$LINENO: result: no" >&5
9901
echo "${ECHO_T}no" >&6; }
10155
$as_echo "no" >&6; }
9902
fi
10156
fi
9903
 
10157
 
9904
if test -z "$lt_cv_path_MAGIC_CMD"; then
10158
if test -z "$lt_cv_path_MAGIC_CMD"; then
9905
  if test -n "$ac_tool_prefix"; then
10159
  if test -n "$ac_tool_prefix"; then
9906
    { echo "$as_me:$LINENO: checking for file" >&5
10160
    { $as_echo "$as_me:$LINENO: checking for file" >&5
9907
echo $ECHO_N "checking for file... $ECHO_C" >&6; }
10161
$as_echo_n "checking for file... " >&6; }
9908
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
10162
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
9909
  echo $ECHO_N "(cached) $ECHO_C" >&6
10163
  $as_echo_n "(cached) " >&6
9910
else
10164
else
9911
  case $MAGIC_CMD in
10165
  case $MAGIC_CMD in
9912
[\\/*] |  ?:[\\/]*)
10166
[\\/*] |  ?:[\\/]*)
9913
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
10167
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9914
  ;;
10168
  ;;
Line 9954... Line 10208...
9954
esac
10208
esac
9955
fi
10209
fi
9956
 
10210
 
9957
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
10211
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9958
if test -n "$MAGIC_CMD"; then
10212
if test -n "$MAGIC_CMD"; then
9959
  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
10213
  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
9960
echo "${ECHO_T}$MAGIC_CMD" >&6; }
10214
$as_echo "$MAGIC_CMD" >&6; }
9961
else
10215
else
9962
  { echo "$as_me:$LINENO: result: no" >&5
10216
  { $as_echo "$as_me:$LINENO: result: no" >&5
9963
echo "${ECHO_T}no" >&6; }
10217
$as_echo "no" >&6; }
9964
fi
10218
fi
9965
 
10219
 
9966
  else
10220
  else
9967
    MAGIC_CMD=:
10221
    MAGIC_CMD=:
9968
  fi
10222
  fi
Line 10033... Line 10287...
10033
    lt_prog_cc_shlib='-belf'
10287
    lt_prog_cc_shlib='-belf'
10034
    ;;
10288
    ;;
10035
  esac
10289
  esac
10036
fi
10290
fi
10037
if test -n "$lt_prog_cc_shlib"; then
10291
if test -n "$lt_prog_cc_shlib"; then
10038
  { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
10292
  { $as_echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
10039
echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
10293
$as_echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
10040
  if echo "$old_CC $old_CFLAGS " | grep "[ 	]$lt_prog_cc_shlib[ 	]" >/dev/null; then :
10294
  if echo "$old_CC $old_CFLAGS " | grep "[ 	]$lt_prog_cc_shlib[ 	]" >/dev/null; then :
10041
  else
10295
  else
10042
    { echo "$as_me:$LINENO: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
10296
    { $as_echo "$as_me:$LINENO: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
10043
echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
10297
$as_echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
10044
    lt_cv_prog_cc_can_build_shared=no
10298
    lt_cv_prog_cc_can_build_shared=no
10045
  fi
10299
  fi
10046
fi
10300
fi
10047
 
10301
 
10048
 
10302
 
10049
#
10303
#
10050
# Check to make sure the static flag actually works.
10304
# Check to make sure the static flag actually works.
10051
#
10305
#
10052
{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_prog_compiler_static works" >&5
10306
{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_prog_compiler_static works" >&5
10053
echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6; }
10307
$as_echo_n "checking if $compiler static flag $lt_prog_compiler_static works... " >&6; }
10054
if test "${lt_prog_compiler_static_works+set}" = set; then
10308
if test "${lt_prog_compiler_static_works+set}" = set; then
10055
  echo $ECHO_N "(cached) $ECHO_C" >&6
10309
  $as_echo_n "(cached) " >&6
10056
else
10310
else
10057
  lt_prog_compiler_static_works=no
10311
  lt_prog_compiler_static_works=no
10058
   save_LDFLAGS="$LDFLAGS"
10312
   save_LDFLAGS="$LDFLAGS"
10059
   LDFLAGS="$LDFLAGS $lt_prog_compiler_static"
10313
   LDFLAGS="$LDFLAGS $lt_prog_compiler_static"
10060
   printf "$lt_simple_link_test_code" > conftest.$ac_ext
10314
   printf "$lt_simple_link_test_code" > conftest.$ac_ext
Line 10070... Line 10324...
10070
   fi
10324
   fi
10071
   $rm conftest*
10325
   $rm conftest*
10072
   LDFLAGS="$save_LDFLAGS"
10326
   LDFLAGS="$save_LDFLAGS"
10073
 
10327
 
10074
fi
10328
fi
10075
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
10329
{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
10076
echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; }
10330
$as_echo "$lt_prog_compiler_static_works" >&6; }
10077
 
10331
 
10078
if test x"$lt_prog_compiler_static_works" = xyes; then
10332
if test x"$lt_prog_compiler_static_works" = xyes; then
10079
    :
10333
    :
10080
else
10334
else
10081
    lt_prog_compiler_static=
10335
    lt_prog_compiler_static=
Line 10092... Line 10346...
10092
 
10346
 
10093
if test "$GCC" = yes; then
10347
if test "$GCC" = yes; then
10094
  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
10348
  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
10095
 
10349
 
10096
 
10350
 
10097
{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
10351
{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
10098
echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
10352
$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
10099
if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
10353
if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
10100
  echo $ECHO_N "(cached) $ECHO_C" >&6
10354
  $as_echo_n "(cached) " >&6
10101
else
10355
else
10102
  lt_cv_prog_compiler_rtti_exceptions=no
10356
  lt_cv_prog_compiler_rtti_exceptions=no
10103
  ac_outfile=conftest.$ac_objext
10357
  ac_outfile=conftest.$ac_objext
10104
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
10358
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
10105
   lt_compiler_flag="-fno-rtti -fno-exceptions"
10359
   lt_compiler_flag="-fno-rtti -fno-exceptions"
Line 10110... Line 10364...
10110
   # The option is referenced via a variable to avoid confusing sed.
10364
   # The option is referenced via a variable to avoid confusing sed.
10111
   lt_compile=`echo "$ac_compile" | $SED \
10365
   lt_compile=`echo "$ac_compile" | $SED \
10112
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
10366
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
10113
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10367
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10114
   -e 's:$: $lt_compiler_flag:'`
10368
   -e 's:$: $lt_compiler_flag:'`
10115
   (eval echo "\"\$as_me:10115: $lt_compile\"" >&5)
10369
   (eval echo "\"\$as_me:10369: $lt_compile\"" >&5)
10116
   (eval "$lt_compile" 2>conftest.err)
10370
   (eval "$lt_compile" 2>conftest.err)
10117
   ac_status=$?
10371
   ac_status=$?
10118
   cat conftest.err >&5
10372
   cat conftest.err >&5
10119
   echo "$as_me:10119: \$? = $ac_status" >&5
10373
   echo "$as_me:10373: \$? = $ac_status" >&5
10120
   if (exit $ac_status) && test -s "$ac_outfile"; then
10374
   if (exit $ac_status) && test -s "$ac_outfile"; then
10121
     # The compiler can only warn and ignore the option if not recognized
10375
     # The compiler can only warn and ignore the option if not recognized
10122
     # So say no if there are warnings
10376
     # So say no if there are warnings
10123
     if test ! -s conftest.err; then
10377
     if test ! -s conftest.err; then
10124
       lt_cv_prog_compiler_rtti_exceptions=yes
10378
       lt_cv_prog_compiler_rtti_exceptions=yes
10125
     fi
10379
     fi
10126
   fi
10380
   fi
10127
   $rm conftest*
10381
   $rm conftest*
10128
 
10382
 
10129
fi
10383
fi
10130
{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
10384
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
10131
echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
10385
$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
10132
 
10386
 
10133
if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
10387
if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
10134
    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
10388
    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
10135
else
10389
else
10136
    :
10390
    :
Line 10140... Line 10394...
10140
 
10394
 
10141
lt_prog_compiler_wl=
10395
lt_prog_compiler_wl=
10142
lt_prog_compiler_pic=
10396
lt_prog_compiler_pic=
10143
lt_prog_compiler_static=
10397
lt_prog_compiler_static=
10144
 
10398
 
10145
{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
10399
{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
10146
echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
10400
$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
10147
 
10401
 
10148
  if test "$GCC" = yes; then
10402
  if test "$GCC" = yes; then
10149
    lt_prog_compiler_wl='-Wl,'
10403
    lt_prog_compiler_wl='-Wl,'
10150
    lt_prog_compiler_static='-static'
10404
    lt_prog_compiler_static='-static'
10151
 
10405
 
Line 10317... Line 10571...
10317
      lt_prog_compiler_can_build_shared=no
10571
      lt_prog_compiler_can_build_shared=no
10318
      ;;
10572
      ;;
10319
    esac
10573
    esac
10320
  fi
10574
  fi
10321
 
10575
 
10322
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
10576
{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
10323
echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
10577
$as_echo "$lt_prog_compiler_pic" >&6; }
10324
 
10578
 
10325
#
10579
#
10326
# Check to make sure the PIC flag actually works.
10580
# Check to make sure the PIC flag actually works.
10327
#
10581
#
10328
if test -n "$lt_prog_compiler_pic"; then
10582
if test -n "$lt_prog_compiler_pic"; then
10329
 
10583
 
10330
{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10584
{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10331
echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
10585
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10332
if test "${lt_prog_compiler_pic_works+set}" = set; then
10586
if test "${lt_prog_compiler_pic_works+set}" = set; then
10333
  echo $ECHO_N "(cached) $ECHO_C" >&6
10587
  $as_echo_n "(cached) " >&6
10334
else
10588
else
10335
  lt_prog_compiler_pic_works=no
10589
  lt_prog_compiler_pic_works=no
10336
  ac_outfile=conftest.$ac_objext
10590
  ac_outfile=conftest.$ac_objext
10337
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
10591
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
10338
   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10592
   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
Line 10343... Line 10597...
10343
   # The option is referenced via a variable to avoid confusing sed.
10597
   # The option is referenced via a variable to avoid confusing sed.
10344
   lt_compile=`echo "$ac_compile" | $SED \
10598
   lt_compile=`echo "$ac_compile" | $SED \
10345
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
10599
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
10346
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10600
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10347
   -e 's:$: $lt_compiler_flag:'`
10601
   -e 's:$: $lt_compiler_flag:'`
10348
   (eval echo "\"\$as_me:10348: $lt_compile\"" >&5)
10602
   (eval echo "\"\$as_me:10602: $lt_compile\"" >&5)
10349
   (eval "$lt_compile" 2>conftest.err)
10603
   (eval "$lt_compile" 2>conftest.err)
10350
   ac_status=$?
10604
   ac_status=$?
10351
   cat conftest.err >&5
10605
   cat conftest.err >&5
10352
   echo "$as_me:10352: \$? = $ac_status" >&5
10606
   echo "$as_me:10606: \$? = $ac_status" >&5
10353
   if (exit $ac_status) && test -s "$ac_outfile"; then
10607
   if (exit $ac_status) && test -s "$ac_outfile"; then
10354
     # The compiler can only warn and ignore the option if not recognized
10608
     # The compiler can only warn and ignore the option if not recognized
10355
     # So say no if there are warnings
10609
     # So say no if there are warnings
10356
     if test ! -s conftest.err; then
10610
     if test ! -s conftest.err; then
10357
       lt_prog_compiler_pic_works=yes
10611
       lt_prog_compiler_pic_works=yes
10358
     fi
10612
     fi
10359
   fi
10613
   fi
10360
   $rm conftest*
10614
   $rm conftest*
10361
 
10615
 
10362
fi
10616
fi
10363
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
10617
{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
10364
echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; }
10618
$as_echo "$lt_prog_compiler_pic_works" >&6; }
10365
 
10619
 
10366
if test x"$lt_prog_compiler_pic_works" = xyes; then
10620
if test x"$lt_prog_compiler_pic_works" = xyes; then
10367
    case $lt_prog_compiler_pic in
10621
    case $lt_prog_compiler_pic in
10368
     "" | " "*) ;;
10622
     "" | " "*) ;;
10369
     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10623
     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
Line 10382... Line 10636...
10382
  *)
10636
  *)
10383
    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10637
    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10384
    ;;
10638
    ;;
10385
esac
10639
esac
10386
 
10640
 
10387
{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
10641
{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
10388
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
10642
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10389
if test "${lt_cv_prog_compiler_c_o+set}" = set; then
10643
if test "${lt_cv_prog_compiler_c_o+set}" = set; then
10390
  echo $ECHO_N "(cached) $ECHO_C" >&6
10644
  $as_echo_n "(cached) " >&6
10391
else
10645
else
10392
  lt_cv_prog_compiler_c_o=no
10646
  lt_cv_prog_compiler_c_o=no
10393
   $rm -r conftest 2>/dev/null
10647
   $rm -r conftest 2>/dev/null
10394
   mkdir conftest
10648
   mkdir conftest
10395
   cd conftest
10649
   cd conftest
Line 10410... Line 10664...
10410
   # with a dollar sign (not a hyphen), so the echo should work correctly.
10664
   # with a dollar sign (not a hyphen), so the echo should work correctly.
10411
   lt_compile=`echo "$ac_compile" | $SED \
10665
   lt_compile=`echo "$ac_compile" | $SED \
10412
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
10666
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
10413
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10667
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10414
   -e 's:$: $lt_compiler_flag:'`
10668
   -e 's:$: $lt_compiler_flag:'`
10415
   (eval echo "\"\$as_me:10415: $lt_compile\"" >&5)
10669
   (eval echo "\"\$as_me:10669: $lt_compile\"" >&5)
10416
   (eval "$lt_compile" 2>out/conftest.err)
10670
   (eval "$lt_compile" 2>out/conftest.err)
10417
   ac_status=$?
10671
   ac_status=$?
10418
   cat out/conftest.err >&5
10672
   cat out/conftest.err >&5
10419
   echo "$as_me:10419: \$? = $ac_status" >&5
10673
   echo "$as_me:10673: \$? = $ac_status" >&5
10420
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
10674
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
10421
   then
10675
   then
10422
     # The compiler can only warn and ignore the option if not recognized
10676
     # The compiler can only warn and ignore the option if not recognized
10423
     # So say no if there are warnings
10677
     # So say no if there are warnings
10424
     if test ! -s out/conftest.err; then
10678
     if test ! -s out/conftest.err; then
Line 10431... Line 10685...
10431
   cd ..
10685
   cd ..
10432
   rmdir conftest
10686
   rmdir conftest
10433
   $rm conftest*
10687
   $rm conftest*
10434
 
10688
 
10435
fi
10689
fi
10436
{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
10690
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
10437
echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
10691
$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10438
 
10692
 
10439
 
10693
 
10440
hard_links="nottested"
10694
hard_links="nottested"
10441
if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10695
if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10442
  # do not overwrite the value of need_locks provided by the user
10696
  # do not overwrite the value of need_locks provided by the user
10443
  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
10697
  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
10444
echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
10698
$as_echo_n "checking if we can lock with hard links... " >&6; }
10445
  hard_links=yes
10699
  hard_links=yes
10446
  $rm conftest*
10700
  $rm conftest*
10447
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
10701
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
10448
  touch conftest.a
10702
  touch conftest.a
10449
  ln conftest.a conftest.b 2>&5 || hard_links=no
10703
  ln conftest.a conftest.b 2>&5 || hard_links=no
10450
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
10704
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
10451
  { echo "$as_me:$LINENO: result: $hard_links" >&5
10705
  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
10452
echo "${ECHO_T}$hard_links" >&6; }
10706
$as_echo "$hard_links" >&6; }
10453
  if test "$hard_links" = no; then
10707
  if test "$hard_links" = no; then
10454
    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10708
    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10455
echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10709
$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10456
    need_locks=warn
10710
    need_locks=warn
10457
  fi
10711
  fi
10458
else
10712
else
10459
  need_locks=no
10713
  need_locks=no
10460
fi
10714
fi
10461
 
10715
 
10462
{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10716
{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10463
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
10717
$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10464
 
10718
 
10465
  runpath_var=
10719
  runpath_var=
10466
  allow_undefined_flag=
10720
  allow_undefined_flag=
10467
  enable_shared_with_static_runtimes=no
10721
  enable_shared_with_static_runtimes=no
10468
  archive_cmds=
10722
  archive_cmds=
Line 10758... Line 11012...
10758
if { (ac_try="$ac_link"
11012
if { (ac_try="$ac_link"
10759
case "(($ac_try" in
11013
case "(($ac_try" in
10760
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11014
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10761
  *) ac_try_echo=$ac_try;;
11015
  *) ac_try_echo=$ac_try;;
10762
esac
11016
esac
10763
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11017
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
11018
$as_echo "$ac_try_echo") >&5
10764
  (eval "$ac_link") 2>conftest.er1
11019
  (eval "$ac_link") 2>conftest.er1
10765
  ac_status=$?
11020
  ac_status=$?
10766
  grep -v '^ *+' conftest.er1 >conftest.err
11021
  grep -v '^ *+' conftest.er1 >conftest.err
10767
  rm -f conftest.er1
11022
  rm -f conftest.er1
10768
  cat conftest.err >&5
11023
  cat conftest.err >&5
10769
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11024
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10770
  (exit $ac_status); } && {
11025
  (exit $ac_status); } && {
10771
	 test -z "$ac_c_werror_flag" ||
11026
	 test -z "$ac_c_werror_flag" ||
10772
	 test ! -s conftest.err
11027
	 test ! -s conftest.err
10773
       } && test -s conftest$ac_exeext &&
11028
       } && test -s conftest$ac_exeext && {
-
 
11029
	 test "$cross_compiling" = yes ||
10774
       $as_test_x conftest$ac_exeext; then
11030
	 $as_test_x conftest$ac_exeext
-
 
11031
       }; then
10775
 
11032
 
10776
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
11033
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
10777
}'`
11034
}'`
10778
# Check for a 64-bit object if we didn't find anything.
11035
# Check for a 64-bit object if we didn't find anything.
10779
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
11036
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
10780
}'`; fi
11037
}'`; fi
10781
else
11038
else
10782
  echo "$as_me: failed program was:" >&5
11039
  $as_echo "$as_me: failed program was:" >&5
10783
sed 's/^/| /' conftest.$ac_ext >&5
11040
sed 's/^/| /' conftest.$ac_ext >&5
10784
 
11041
 
10785
 
11042
 
10786
fi
11043
fi
10787
 
11044
 
-
 
11045
rm -rf conftest.dSYM
10788
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11046
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10789
      conftest$ac_exeext conftest.$ac_ext
11047
      conftest$ac_exeext conftest.$ac_ext
10790
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11048
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10791
 
11049
 
10792
	hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11050
	hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
Line 10818... Line 11076...
10818
if { (ac_try="$ac_link"
11076
if { (ac_try="$ac_link"
10819
case "(($ac_try" in
11077
case "(($ac_try" in
10820
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11078
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10821
  *) ac_try_echo=$ac_try;;
11079
  *) ac_try_echo=$ac_try;;
10822
esac
11080
esac
10823
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11081
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
11082
$as_echo "$ac_try_echo") >&5
10824
  (eval "$ac_link") 2>conftest.er1
11083
  (eval "$ac_link") 2>conftest.er1
10825
  ac_status=$?
11084
  ac_status=$?
10826
  grep -v '^ *+' conftest.er1 >conftest.err
11085
  grep -v '^ *+' conftest.er1 >conftest.err
10827
  rm -f conftest.er1
11086
  rm -f conftest.er1
10828
  cat conftest.err >&5
11087
  cat conftest.err >&5
10829
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11088
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10830
  (exit $ac_status); } && {
11089
  (exit $ac_status); } && {
10831
	 test -z "$ac_c_werror_flag" ||
11090
	 test -z "$ac_c_werror_flag" ||
10832
	 test ! -s conftest.err
11091
	 test ! -s conftest.err
10833
       } && test -s conftest$ac_exeext &&
11092
       } && test -s conftest$ac_exeext && {
-
 
11093
	 test "$cross_compiling" = yes ||
10834
       $as_test_x conftest$ac_exeext; then
11094
	 $as_test_x conftest$ac_exeext
-
 
11095
       }; then
10835
 
11096
 
10836
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
11097
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
10837
}'`
11098
}'`
10838
# Check for a 64-bit object if we didn't find anything.
11099
# Check for a 64-bit object if we didn't find anything.
10839
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
11100
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
10840
}'`; fi
11101
}'`; fi
10841
else
11102
else
10842
  echo "$as_me: failed program was:" >&5
11103
  $as_echo "$as_me: failed program was:" >&5
10843
sed 's/^/| /' conftest.$ac_ext >&5
11104
sed 's/^/| /' conftest.$ac_ext >&5
10844
 
11105
 
10845
 
11106
 
10846
fi
11107
fi
10847
 
11108
 
-
 
11109
rm -rf conftest.dSYM
10848
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11110
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10849
      conftest$ac_exeext conftest.$ac_ext
11111
      conftest$ac_exeext conftest.$ac_ext
10850
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11112
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10851
 
11113
 
10852
	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11114
	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
Line 11265... Line 11527...
11265
      ld_shlibs=no
11527
      ld_shlibs=no
11266
      ;;
11528
      ;;
11267
    esac
11529
    esac
11268
  fi
11530
  fi
11269
 
11531
 
11270
{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
11532
{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
11271
echo "${ECHO_T}$ld_shlibs" >&6; }
11533
$as_echo "$ld_shlibs" >&6; }
11272
test "$ld_shlibs" = no && can_build_shared=no
11534
test "$ld_shlibs" = no && can_build_shared=no
11273
 
11535
 
11274
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11536
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11275
if test "$GCC" = yes; then
11537
if test "$GCC" = yes; then
11276
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11538
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
Line 11291... Line 11553...
11291
      ;;
11553
      ;;
11292
    '$CC '*)
11554
    '$CC '*)
11293
      # Test whether the compiler implicitly links with -lc since on some
11555
      # Test whether the compiler implicitly links with -lc since on some
11294
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
11556
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
11295
      # to ld, don't add -lc before -lgcc.
11557
      # to ld, don't add -lc before -lgcc.
11296
      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
11558
      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
11297
echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
11559
$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11298
      $rm conftest*
11560
      $rm conftest*
11299
      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
11561
      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
11300
 
11562
 
11301
      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11563
      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11302
  (eval $ac_compile) 2>&5
11564
  (eval $ac_compile) 2>&5
11303
  ac_status=$?
11565
  ac_status=$?
11304
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11566
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11305
  (exit $ac_status); } 2>conftest.err; then
11567
  (exit $ac_status); } 2>conftest.err; then
11306
        soname=conftest
11568
        soname=conftest
11307
        lib=conftest
11569
        lib=conftest
11308
        libobjs=conftest.$ac_objext
11570
        libobjs=conftest.$ac_objext
11309
        deplibs=
11571
        deplibs=
Line 11316... Line 11578...
11316
        lt_save_allow_undefined_flag=$allow_undefined_flag
11578
        lt_save_allow_undefined_flag=$allow_undefined_flag
11317
        allow_undefined_flag=
11579
        allow_undefined_flag=
11318
        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
11580
        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
11319
  (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
11581
  (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
11320
  ac_status=$?
11582
  ac_status=$?
11321
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11583
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11322
  (exit $ac_status); }
11584
  (exit $ac_status); }
11323
        then
11585
        then
11324
	  archive_cmds_need_lc=no
11586
	  archive_cmds_need_lc=no
11325
        else
11587
        else
11326
	  archive_cmds_need_lc=yes
11588
	  archive_cmds_need_lc=yes
Line 11328... Line 11590...
11328
        allow_undefined_flag=$lt_save_allow_undefined_flag
11590
        allow_undefined_flag=$lt_save_allow_undefined_flag
11329
      else
11591
      else
11330
        cat conftest.err 1>&5
11592
        cat conftest.err 1>&5
11331
      fi
11593
      fi
11332
      $rm conftest*
11594
      $rm conftest*
11333
      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
11595
      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
11334
echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
11596
$as_echo "$archive_cmds_need_lc" >&6; }
11335
      ;;
11597
      ;;
11336
    esac
11598
    esac
11337
  fi
11599
  fi
11338
  ;;
11600
  ;;
11339
esac
11601
esac
11340
 
11602
 
11341
{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
11603
{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
11342
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
11604
$as_echo_n "checking dynamic linker characteristics... " >&6; }
11343
library_names_spec=
11605
library_names_spec=
11344
libname_spec='lib$name'
11606
libname_spec='lib$name'
11345
soname_spec=
11607
soname_spec=
11346
shrext=".so"
11608
shrext=".so"
11347
postinstall_cmds=
11609
postinstall_cmds=
Line 11854... Line 12116...
11854
 
12116
 
11855
*)
12117
*)
11856
  dynamic_linker=no
12118
  dynamic_linker=no
11857
  ;;
12119
  ;;
11858
esac
12120
esac
11859
{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
12121
{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
11860
echo "${ECHO_T}$dynamic_linker" >&6; }
12122
$as_echo "$dynamic_linker" >&6; }
11861
test "$dynamic_linker" = no && can_build_shared=no
12123
test "$dynamic_linker" = no && can_build_shared=no
11862
 
12124
 
11863
{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
12125
{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
11864
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
12126
$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11865
hardcode_action=
12127
hardcode_action=
11866
if test -n "$hardcode_libdir_flag_spec" || \
12128
if test -n "$hardcode_libdir_flag_spec" || \
11867
   test -n "$runpath_var " || \
12129
   test -n "$runpath_var " || \
11868
   test "X$hardcode_automatic"="Xyes" ; then
12130
   test "X$hardcode_automatic"="Xyes" ; then
11869
 
12131
 
Line 11883... Line 12145...
11883
else
12145
else
11884
  # We cannot hardcode anything, or else we can only hardcode existing
12146
  # We cannot hardcode anything, or else we can only hardcode existing
11885
  # directories.
12147
  # directories.
11886
  hardcode_action=unsupported
12148
  hardcode_action=unsupported
11887
fi
12149
fi
11888
{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
12150
{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
11889
echo "${ECHO_T}$hardcode_action" >&6; }
12151
$as_echo "$hardcode_action" >&6; }
11890
 
12152
 
11891
if test "$hardcode_action" = relink; then
12153
if test "$hardcode_action" = relink; then
11892
  # Fast installation is not supported
12154
  # Fast installation is not supported
11893
  enable_fast_install=no
12155
  enable_fast_install=no
11894
elif test "$shlibpath_overrides_runpath" = yes ||
12156
elif test "$shlibpath_overrides_runpath" = yes ||
Line 11897... Line 12159...
11897
  enable_fast_install=needless
12159
  enable_fast_install=needless
11898
fi
12160
fi
11899
 
12161
 
11900
striplib=
12162
striplib=
11901
old_striplib=
12163
old_striplib=
11902
{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
12164
{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
11903
echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
12165
$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11904
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
12166
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
11905
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12167
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11906
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12168
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11907
  { echo "$as_me:$LINENO: result: yes" >&5
12169
  { $as_echo "$as_me:$LINENO: result: yes" >&5
11908
echo "${ECHO_T}yes" >&6; }
12170
$as_echo "yes" >&6; }
11909
else
12171
else
11910
# FIXME - insert some real tests, host_os isn't really good enough
12172
# FIXME - insert some real tests, host_os isn't really good enough
11911
  case $host_os in
12173
  case $host_os in
11912
   darwin*)
12174
   darwin*)
11913
       if test -n "$STRIP" ; then
12175
       if test -n "$STRIP" ; then
11914
         striplib="$STRIP -x"
12176
         striplib="$STRIP -x"
11915
         { echo "$as_me:$LINENO: result: yes" >&5
12177
         { $as_echo "$as_me:$LINENO: result: yes" >&5
11916
echo "${ECHO_T}yes" >&6; }
12178
$as_echo "yes" >&6; }
11917
       else
12179
       else
11918
  { echo "$as_me:$LINENO: result: no" >&5
12180
  { $as_echo "$as_me:$LINENO: result: no" >&5
11919
echo "${ECHO_T}no" >&6; }
12181
$as_echo "no" >&6; }
11920
fi
12182
fi
11921
       ;;
12183
       ;;
11922
   *)
12184
   *)
11923
  { echo "$as_me:$LINENO: result: no" >&5
12185
  { $as_echo "$as_me:$LINENO: result: no" >&5
11924
echo "${ECHO_T}no" >&6; }
12186
$as_echo "no" >&6; }
11925
    ;;
12187
    ;;
11926
  esac
12188
  esac
11927
fi
12189
fi
11928
 
12190
 
11929
if test "x$enable_dlopen" != xyes; then
12191
if test "x$enable_dlopen" != xyes; then
Line 11951... Line 12213...
11951
    lt_cv_dlopen_libs=
12213
    lt_cv_dlopen_libs=
11952
   ;;
12214
   ;;
11953
 
12215
 
11954
  darwin*)
12216
  darwin*)
11955
  # if libdl is installed we need to link against it
12217
  # if libdl is installed we need to link against it
11956
    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
12218
    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
11957
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
12219
$as_echo_n "checking for dlopen in -ldl... " >&6; }
11958
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12220
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
11959
  echo $ECHO_N "(cached) $ECHO_C" >&6
12221
  $as_echo_n "(cached) " >&6
11960
else
12222
else
11961
  ac_check_lib_save_LIBS=$LIBS
12223
  ac_check_lib_save_LIBS=$LIBS
11962
LIBS="-ldl  $LIBS"
12224
LIBS="-ldl  $LIBS"
11963
cat >conftest.$ac_ext <<_ACEOF
12225
cat >conftest.$ac_ext <<_ACEOF
11964
/* confdefs.h.  */
12226
/* confdefs.h.  */
Line 11986... Line 12248...
11986
if { (ac_try="$ac_link"
12248
if { (ac_try="$ac_link"
11987
case "(($ac_try" in
12249
case "(($ac_try" in
11988
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12250
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11989
  *) ac_try_echo=$ac_try;;
12251
  *) ac_try_echo=$ac_try;;
11990
esac
12252
esac
11991
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12253
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
12254
$as_echo "$ac_try_echo") >&5
11992
  (eval "$ac_link") 2>conftest.er1
12255
  (eval "$ac_link") 2>conftest.er1
11993
  ac_status=$?
12256
  ac_status=$?
11994
  grep -v '^ *+' conftest.er1 >conftest.err
12257
  grep -v '^ *+' conftest.er1 >conftest.err
11995
  rm -f conftest.er1
12258
  rm -f conftest.er1
11996
  cat conftest.err >&5
12259
  cat conftest.err >&5
11997
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12260
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11998
  (exit $ac_status); } && {
12261
  (exit $ac_status); } && {
11999
	 test -z "$ac_c_werror_flag" ||
12262
	 test -z "$ac_c_werror_flag" ||
12000
	 test ! -s conftest.err
12263
	 test ! -s conftest.err
12001
       } && test -s conftest$ac_exeext &&
12264
       } && test -s conftest$ac_exeext && {
-
 
12265
	 test "$cross_compiling" = yes ||
12002
       $as_test_x conftest$ac_exeext; then
12266
	 $as_test_x conftest$ac_exeext
-
 
12267
       }; then
12003
  ac_cv_lib_dl_dlopen=yes
12268
  ac_cv_lib_dl_dlopen=yes
12004
else
12269
else
12005
  echo "$as_me: failed program was:" >&5
12270
  $as_echo "$as_me: failed program was:" >&5
12006
sed 's/^/| /' conftest.$ac_ext >&5
12271
sed 's/^/| /' conftest.$ac_ext >&5
12007
 
12272
 
12008
	ac_cv_lib_dl_dlopen=no
12273
	ac_cv_lib_dl_dlopen=no
12009
fi
12274
fi
12010
 
12275
 
-
 
12276
rm -rf conftest.dSYM
12011
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12277
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12012
      conftest$ac_exeext conftest.$ac_ext
12278
      conftest$ac_exeext conftest.$ac_ext
12013
LIBS=$ac_check_lib_save_LIBS
12279
LIBS=$ac_check_lib_save_LIBS
12014
fi
12280
fi
12015
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12281
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12016
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
12282
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12017
if test $ac_cv_lib_dl_dlopen = yes; then
12283
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
12018
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12284
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12019
else
12285
else
12020
 
12286
 
12021
    lt_cv_dlopen="dyld"
12287
    lt_cv_dlopen="dyld"
12022
    lt_cv_dlopen_libs=
12288
    lt_cv_dlopen_libs=
Line 12025... Line 12291...
12025
fi
12291
fi
12026
 
12292
 
12027
   ;;
12293
   ;;
12028
 
12294
 
12029
  *)
12295
  *)
12030
    { echo "$as_me:$LINENO: checking for shl_load" >&5
12296
    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
12031
echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
12297
$as_echo_n "checking for shl_load... " >&6; }
12032
if test "${ac_cv_func_shl_load+set}" = set; then
12298
if test "${ac_cv_func_shl_load+set}" = set; then
12033
  echo $ECHO_N "(cached) $ECHO_C" >&6
12299
  $as_echo_n "(cached) " >&6
12034
else
12300
else
12035
  cat >conftest.$ac_ext <<_ACEOF
12301
  cat >conftest.$ac_ext <<_ACEOF
12036
/* confdefs.h.  */
12302
/* confdefs.h.  */
12037
_ACEOF
12303
_ACEOF
12038
cat confdefs.h >>conftest.$ac_ext
12304
cat confdefs.h >>conftest.$ac_ext
Line 12081... Line 12347...
12081
if { (ac_try="$ac_link"
12347
if { (ac_try="$ac_link"
12082
case "(($ac_try" in
12348
case "(($ac_try" in
12083
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12349
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12084
  *) ac_try_echo=$ac_try;;
12350
  *) ac_try_echo=$ac_try;;
12085
esac
12351
esac
12086
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12352
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
12353
$as_echo "$ac_try_echo") >&5
12087
  (eval "$ac_link") 2>conftest.er1
12354
  (eval "$ac_link") 2>conftest.er1
12088
  ac_status=$?
12355
  ac_status=$?
12089
  grep -v '^ *+' conftest.er1 >conftest.err
12356
  grep -v '^ *+' conftest.er1 >conftest.err
12090
  rm -f conftest.er1
12357
  rm -f conftest.er1
12091
  cat conftest.err >&5
12358
  cat conftest.err >&5
12092
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12359
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12093
  (exit $ac_status); } && {
12360
  (exit $ac_status); } && {
12094
	 test -z "$ac_c_werror_flag" ||
12361
	 test -z "$ac_c_werror_flag" ||
12095
	 test ! -s conftest.err
12362
	 test ! -s conftest.err
12096
       } && test -s conftest$ac_exeext &&
12363
       } && test -s conftest$ac_exeext && {
-
 
12364
	 test "$cross_compiling" = yes ||
12097
       $as_test_x conftest$ac_exeext; then
12365
	 $as_test_x conftest$ac_exeext
-
 
12366
       }; then
12098
  ac_cv_func_shl_load=yes
12367
  ac_cv_func_shl_load=yes
12099
else
12368
else
12100
  echo "$as_me: failed program was:" >&5
12369
  $as_echo "$as_me: failed program was:" >&5
12101
sed 's/^/| /' conftest.$ac_ext >&5
12370
sed 's/^/| /' conftest.$ac_ext >&5
12102
 
12371
 
12103
	ac_cv_func_shl_load=no
12372
	ac_cv_func_shl_load=no
12104
fi
12373
fi
12105
 
12374
 
-
 
12375
rm -rf conftest.dSYM
12106
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12376
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12107
      conftest$ac_exeext conftest.$ac_ext
12377
      conftest$ac_exeext conftest.$ac_ext
12108
fi
12378
fi
12109
{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
12379
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
12110
echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
12380
$as_echo "$ac_cv_func_shl_load" >&6; }
12111
if test $ac_cv_func_shl_load = yes; then
12381
if test "x$ac_cv_func_shl_load" = x""yes; then
12112
  lt_cv_dlopen="shl_load"
12382
  lt_cv_dlopen="shl_load"
12113
else
12383
else
12114
  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
12384
  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
12115
echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
12385
$as_echo_n "checking for shl_load in -ldld... " >&6; }
12116
if test "${ac_cv_lib_dld_shl_load+set}" = set; then
12386
if test "${ac_cv_lib_dld_shl_load+set}" = set; then
12117
  echo $ECHO_N "(cached) $ECHO_C" >&6
12387
  $as_echo_n "(cached) " >&6
12118
else
12388
else
12119
  ac_check_lib_save_LIBS=$LIBS
12389
  ac_check_lib_save_LIBS=$LIBS
12120
LIBS="-ldld  $LIBS"
12390
LIBS="-ldld  $LIBS"
12121
cat >conftest.$ac_ext <<_ACEOF
12391
cat >conftest.$ac_ext <<_ACEOF
12122
/* confdefs.h.  */
12392
/* confdefs.h.  */
Line 12144... Line 12414...
12144
if { (ac_try="$ac_link"
12414
if { (ac_try="$ac_link"
12145
case "(($ac_try" in
12415
case "(($ac_try" in
12146
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12416
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12147
  *) ac_try_echo=$ac_try;;
12417
  *) ac_try_echo=$ac_try;;
12148
esac
12418
esac
12149
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12419
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
12420
$as_echo "$ac_try_echo") >&5
12150
  (eval "$ac_link") 2>conftest.er1
12421
  (eval "$ac_link") 2>conftest.er1
12151
  ac_status=$?
12422
  ac_status=$?
12152
  grep -v '^ *+' conftest.er1 >conftest.err
12423
  grep -v '^ *+' conftest.er1 >conftest.err
12153
  rm -f conftest.er1
12424
  rm -f conftest.er1
12154
  cat conftest.err >&5
12425
  cat conftest.err >&5
12155
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12426
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12156
  (exit $ac_status); } && {
12427
  (exit $ac_status); } && {
12157
	 test -z "$ac_c_werror_flag" ||
12428
	 test -z "$ac_c_werror_flag" ||
12158
	 test ! -s conftest.err
12429
	 test ! -s conftest.err
12159
       } && test -s conftest$ac_exeext &&
12430
       } && test -s conftest$ac_exeext && {
-
 
12431
	 test "$cross_compiling" = yes ||
12160
       $as_test_x conftest$ac_exeext; then
12432
	 $as_test_x conftest$ac_exeext
-
 
12433
       }; then
12161
  ac_cv_lib_dld_shl_load=yes
12434
  ac_cv_lib_dld_shl_load=yes
12162
else
12435
else
12163
  echo "$as_me: failed program was:" >&5
12436
  $as_echo "$as_me: failed program was:" >&5
12164
sed 's/^/| /' conftest.$ac_ext >&5
12437
sed 's/^/| /' conftest.$ac_ext >&5
12165
 
12438
 
12166
	ac_cv_lib_dld_shl_load=no
12439
	ac_cv_lib_dld_shl_load=no
12167
fi
12440
fi
12168
 
12441
 
-
 
12442
rm -rf conftest.dSYM
12169
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12443
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12170
      conftest$ac_exeext conftest.$ac_ext
12444
      conftest$ac_exeext conftest.$ac_ext
12171
LIBS=$ac_check_lib_save_LIBS
12445
LIBS=$ac_check_lib_save_LIBS
12172
fi
12446
fi
12173
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
12447
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
12174
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
12448
$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12175
if test $ac_cv_lib_dld_shl_load = yes; then
12449
if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
12176
  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
12450
  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
12177
else
12451
else
12178
  { echo "$as_me:$LINENO: checking for dlopen" >&5
12452
  { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
12179
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
12453
$as_echo_n "checking for dlopen... " >&6; }
12180
if test "${ac_cv_func_dlopen+set}" = set; then
12454
if test "${ac_cv_func_dlopen+set}" = set; then
12181
  echo $ECHO_N "(cached) $ECHO_C" >&6
12455
  $as_echo_n "(cached) " >&6
12182
else
12456
else
12183
  cat >conftest.$ac_ext <<_ACEOF
12457
  cat >conftest.$ac_ext <<_ACEOF
12184
/* confdefs.h.  */
12458
/* confdefs.h.  */
12185
_ACEOF
12459
_ACEOF
12186
cat confdefs.h >>conftest.$ac_ext
12460
cat confdefs.h >>conftest.$ac_ext
Line 12229... Line 12503...
12229
if { (ac_try="$ac_link"
12503
if { (ac_try="$ac_link"
12230
case "(($ac_try" in
12504
case "(($ac_try" in
12231
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12505
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12232
  *) ac_try_echo=$ac_try;;
12506
  *) ac_try_echo=$ac_try;;
12233
esac
12507
esac
12234
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12508
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
12509
$as_echo "$ac_try_echo") >&5
12235
  (eval "$ac_link") 2>conftest.er1
12510
  (eval "$ac_link") 2>conftest.er1
12236
  ac_status=$?
12511
  ac_status=$?
12237
  grep -v '^ *+' conftest.er1 >conftest.err
12512
  grep -v '^ *+' conftest.er1 >conftest.err
12238
  rm -f conftest.er1
12513
  rm -f conftest.er1
12239
  cat conftest.err >&5
12514
  cat conftest.err >&5
12240
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12515
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12241
  (exit $ac_status); } && {
12516
  (exit $ac_status); } && {
12242
	 test -z "$ac_c_werror_flag" ||
12517
	 test -z "$ac_c_werror_flag" ||
12243
	 test ! -s conftest.err
12518
	 test ! -s conftest.err
12244
       } && test -s conftest$ac_exeext &&
12519
       } && test -s conftest$ac_exeext && {
-
 
12520
	 test "$cross_compiling" = yes ||
12245
       $as_test_x conftest$ac_exeext; then
12521
	 $as_test_x conftest$ac_exeext
-
 
12522
       }; then
12246
  ac_cv_func_dlopen=yes
12523
  ac_cv_func_dlopen=yes
12247
else
12524
else
12248
  echo "$as_me: failed program was:" >&5
12525
  $as_echo "$as_me: failed program was:" >&5
12249
sed 's/^/| /' conftest.$ac_ext >&5
12526
sed 's/^/| /' conftest.$ac_ext >&5
12250
 
12527
 
12251
	ac_cv_func_dlopen=no
12528
	ac_cv_func_dlopen=no
12252
fi
12529
fi
12253
 
12530
 
-
 
12531
rm -rf conftest.dSYM
12254
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12532
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12255
      conftest$ac_exeext conftest.$ac_ext
12533
      conftest$ac_exeext conftest.$ac_ext
12256
fi
12534
fi
12257
{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
12535
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
12258
echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
12536
$as_echo "$ac_cv_func_dlopen" >&6; }
12259
if test $ac_cv_func_dlopen = yes; then
12537
if test "x$ac_cv_func_dlopen" = x""yes; then
12260
  lt_cv_dlopen="dlopen"
12538
  lt_cv_dlopen="dlopen"
12261
else
12539
else
12262
  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
12540
  { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
12263
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
12541
$as_echo_n "checking for dlopen in -ldl... " >&6; }
12264
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12542
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12265
  echo $ECHO_N "(cached) $ECHO_C" >&6
12543
  $as_echo_n "(cached) " >&6
12266
else
12544
else
12267
  ac_check_lib_save_LIBS=$LIBS
12545
  ac_check_lib_save_LIBS=$LIBS
12268
LIBS="-ldl  $LIBS"
12546
LIBS="-ldl  $LIBS"
12269
cat >conftest.$ac_ext <<_ACEOF
12547
cat >conftest.$ac_ext <<_ACEOF
12270
/* confdefs.h.  */
12548
/* confdefs.h.  */
Line 12292... Line 12570...
12292
if { (ac_try="$ac_link"
12570
if { (ac_try="$ac_link"
12293
case "(($ac_try" in
12571
case "(($ac_try" in
12294
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12572
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12295
  *) ac_try_echo=$ac_try;;
12573
  *) ac_try_echo=$ac_try;;
12296
esac
12574
esac
12297
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12575
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
12576
$as_echo "$ac_try_echo") >&5
12298
  (eval "$ac_link") 2>conftest.er1
12577
  (eval "$ac_link") 2>conftest.er1
12299
  ac_status=$?
12578
  ac_status=$?
12300
  grep -v '^ *+' conftest.er1 >conftest.err
12579
  grep -v '^ *+' conftest.er1 >conftest.err
12301
  rm -f conftest.er1
12580
  rm -f conftest.er1
12302
  cat conftest.err >&5
12581
  cat conftest.err >&5
12303
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12582
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12304
  (exit $ac_status); } && {
12583
  (exit $ac_status); } && {
12305
	 test -z "$ac_c_werror_flag" ||
12584
	 test -z "$ac_c_werror_flag" ||
12306
	 test ! -s conftest.err
12585
	 test ! -s conftest.err
12307
       } && test -s conftest$ac_exeext &&
12586
       } && test -s conftest$ac_exeext && {
-
 
12587
	 test "$cross_compiling" = yes ||
12308
       $as_test_x conftest$ac_exeext; then
12588
	 $as_test_x conftest$ac_exeext
-
 
12589
       }; then
12309
  ac_cv_lib_dl_dlopen=yes
12590
  ac_cv_lib_dl_dlopen=yes
12310
else
12591
else
12311
  echo "$as_me: failed program was:" >&5
12592
  $as_echo "$as_me: failed program was:" >&5
12312
sed 's/^/| /' conftest.$ac_ext >&5
12593
sed 's/^/| /' conftest.$ac_ext >&5
12313
 
12594
 
12314
	ac_cv_lib_dl_dlopen=no
12595
	ac_cv_lib_dl_dlopen=no
12315
fi
12596
fi
12316
 
12597
 
-
 
12598
rm -rf conftest.dSYM
12317
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12599
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12318
      conftest$ac_exeext conftest.$ac_ext
12600
      conftest$ac_exeext conftest.$ac_ext
12319
LIBS=$ac_check_lib_save_LIBS
12601
LIBS=$ac_check_lib_save_LIBS
12320
fi
12602
fi
12321
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12603
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12322
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
12604
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12323
if test $ac_cv_lib_dl_dlopen = yes; then
12605
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
12324
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12606
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12325
else
12607
else
12326
  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
12608
  { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
12327
echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
12609
$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12328
if test "${ac_cv_lib_svld_dlopen+set}" = set; then
12610
if test "${ac_cv_lib_svld_dlopen+set}" = set; then
12329
  echo $ECHO_N "(cached) $ECHO_C" >&6
12611
  $as_echo_n "(cached) " >&6
12330
else
12612
else
12331
  ac_check_lib_save_LIBS=$LIBS
12613
  ac_check_lib_save_LIBS=$LIBS
12332
LIBS="-lsvld  $LIBS"
12614
LIBS="-lsvld  $LIBS"
12333
cat >conftest.$ac_ext <<_ACEOF
12615
cat >conftest.$ac_ext <<_ACEOF
12334
/* confdefs.h.  */
12616
/* confdefs.h.  */
Line 12356... Line 12638...
12356
if { (ac_try="$ac_link"
12638
if { (ac_try="$ac_link"
12357
case "(($ac_try" in
12639
case "(($ac_try" in
12358
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12640
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12359
  *) ac_try_echo=$ac_try;;
12641
  *) ac_try_echo=$ac_try;;
12360
esac
12642
esac
12361
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12643
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
12644
$as_echo "$ac_try_echo") >&5
12362
  (eval "$ac_link") 2>conftest.er1
12645
  (eval "$ac_link") 2>conftest.er1
12363
  ac_status=$?
12646
  ac_status=$?
12364
  grep -v '^ *+' conftest.er1 >conftest.err
12647
  grep -v '^ *+' conftest.er1 >conftest.err
12365
  rm -f conftest.er1
12648
  rm -f conftest.er1
12366
  cat conftest.err >&5
12649
  cat conftest.err >&5
12367
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12650
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12368
  (exit $ac_status); } && {
12651
  (exit $ac_status); } && {
12369
	 test -z "$ac_c_werror_flag" ||
12652
	 test -z "$ac_c_werror_flag" ||
12370
	 test ! -s conftest.err
12653
	 test ! -s conftest.err
12371
       } && test -s conftest$ac_exeext &&
12654
       } && test -s conftest$ac_exeext && {
-
 
12655
	 test "$cross_compiling" = yes ||
12372
       $as_test_x conftest$ac_exeext; then
12656
	 $as_test_x conftest$ac_exeext
-
 
12657
       }; then
12373
  ac_cv_lib_svld_dlopen=yes
12658
  ac_cv_lib_svld_dlopen=yes
12374
else
12659
else
12375
  echo "$as_me: failed program was:" >&5
12660
  $as_echo "$as_me: failed program was:" >&5
12376
sed 's/^/| /' conftest.$ac_ext >&5
12661
sed 's/^/| /' conftest.$ac_ext >&5
12377
 
12662
 
12378
	ac_cv_lib_svld_dlopen=no
12663
	ac_cv_lib_svld_dlopen=no
12379
fi
12664
fi
12380
 
12665
 
-
 
12666
rm -rf conftest.dSYM
12381
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12667
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12382
      conftest$ac_exeext conftest.$ac_ext
12668
      conftest$ac_exeext conftest.$ac_ext
12383
LIBS=$ac_check_lib_save_LIBS
12669
LIBS=$ac_check_lib_save_LIBS
12384
fi
12670
fi
12385
{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
12671
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
12386
echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
12672
$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12387
if test $ac_cv_lib_svld_dlopen = yes; then
12673
if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
12388
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12674
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12389
else
12675
else
12390
  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
12676
  { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
12391
echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
12677
$as_echo_n "checking for dld_link in -ldld... " >&6; }
12392
if test "${ac_cv_lib_dld_dld_link+set}" = set; then
12678
if test "${ac_cv_lib_dld_dld_link+set}" = set; then
12393
  echo $ECHO_N "(cached) $ECHO_C" >&6
12679
  $as_echo_n "(cached) " >&6
12394
else
12680
else
12395
  ac_check_lib_save_LIBS=$LIBS
12681
  ac_check_lib_save_LIBS=$LIBS
12396
LIBS="-ldld  $LIBS"
12682
LIBS="-ldld  $LIBS"
12397
cat >conftest.$ac_ext <<_ACEOF
12683
cat >conftest.$ac_ext <<_ACEOF
12398
/* confdefs.h.  */
12684
/* confdefs.h.  */
Line 12420... Line 12706...
12420
if { (ac_try="$ac_link"
12706
if { (ac_try="$ac_link"
12421
case "(($ac_try" in
12707
case "(($ac_try" in
12422
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12708
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12423
  *) ac_try_echo=$ac_try;;
12709
  *) ac_try_echo=$ac_try;;
12424
esac
12710
esac
12425
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12711
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
12712
$as_echo "$ac_try_echo") >&5
12426
  (eval "$ac_link") 2>conftest.er1
12713
  (eval "$ac_link") 2>conftest.er1
12427
  ac_status=$?
12714
  ac_status=$?
12428
  grep -v '^ *+' conftest.er1 >conftest.err
12715
  grep -v '^ *+' conftest.er1 >conftest.err
12429
  rm -f conftest.er1
12716
  rm -f conftest.er1
12430
  cat conftest.err >&5
12717
  cat conftest.err >&5
12431
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12718
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12432
  (exit $ac_status); } && {
12719
  (exit $ac_status); } && {
12433
	 test -z "$ac_c_werror_flag" ||
12720
	 test -z "$ac_c_werror_flag" ||
12434
	 test ! -s conftest.err
12721
	 test ! -s conftest.err
12435
       } && test -s conftest$ac_exeext &&
12722
       } && test -s conftest$ac_exeext && {
-
 
12723
	 test "$cross_compiling" = yes ||
12436
       $as_test_x conftest$ac_exeext; then
12724
	 $as_test_x conftest$ac_exeext
-
 
12725
       }; then
12437
  ac_cv_lib_dld_dld_link=yes
12726
  ac_cv_lib_dld_dld_link=yes
12438
else
12727
else
12439
  echo "$as_me: failed program was:" >&5
12728
  $as_echo "$as_me: failed program was:" >&5
12440
sed 's/^/| /' conftest.$ac_ext >&5
12729
sed 's/^/| /' conftest.$ac_ext >&5
12441
 
12730
 
12442
	ac_cv_lib_dld_dld_link=no
12731
	ac_cv_lib_dld_dld_link=no
12443
fi
12732
fi
12444
 
12733
 
-
 
12734
rm -rf conftest.dSYM
12445
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12735
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12446
      conftest$ac_exeext conftest.$ac_ext
12736
      conftest$ac_exeext conftest.$ac_ext
12447
LIBS=$ac_check_lib_save_LIBS
12737
LIBS=$ac_check_lib_save_LIBS
12448
fi
12738
fi
12449
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
12739
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
12450
echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
12740
$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12451
if test $ac_cv_lib_dld_dld_link = yes; then
12741
if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
12452
  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
12742
  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
12453
fi
12743
fi
12454
 
12744
 
12455
 
12745
 
12456
fi
12746
fi
Line 12485... Line 12775...
12485
    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12775
    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12486
 
12776
 
12487
    save_LIBS="$LIBS"
12777
    save_LIBS="$LIBS"
12488
    LIBS="$lt_cv_dlopen_libs $LIBS"
12778
    LIBS="$lt_cv_dlopen_libs $LIBS"
12489
 
12779
 
12490
    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
12780
    { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
12491
echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
12781
$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12492
if test "${lt_cv_dlopen_self+set}" = set; then
12782
if test "${lt_cv_dlopen_self+set}" = set; then
12493
  echo $ECHO_N "(cached) $ECHO_C" >&6
12783
  $as_echo_n "(cached) " >&6
12494
else
12784
else
12495
  	  if test "$cross_compiling" = yes; then :
12785
  	  if test "$cross_compiling" = yes; then :
12496
  lt_cv_dlopen_self=cross
12786
  lt_cv_dlopen_self=cross
12497
else
12787
else
12498
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12788
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12499
  lt_status=$lt_dlunknown
12789
  lt_status=$lt_dlunknown
12500
  cat > conftest.$ac_ext <<EOF
12790
  cat > conftest.$ac_ext <<EOF
12501
#line 12501 "configure"
12791
#line 12791 "configure"
12502
#include "confdefs.h"
12792
#include "confdefs.h"
12503
 
12793
 
12504
#if HAVE_DLFCN_H
12794
#if HAVE_DLFCN_H
12505
#include <dlfcn.h>
12795
#include <dlfcn.h>
12506
#endif
12796
#endif
Line 12560... Line 12850...
12560
}
12850
}
12561
EOF
12851
EOF
12562
  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12852
  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12563
  (eval $ac_link) 2>&5
12853
  (eval $ac_link) 2>&5
12564
  ac_status=$?
12854
  ac_status=$?
12565
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12855
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12566
  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
12856
  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
12567
    (./conftest; exit; ) 2>/dev/null
12857
    (./conftest; exit; ) 2>/dev/null
12568
    lt_status=$?
12858
    lt_status=$?
12569
    case x$lt_status in
12859
    case x$lt_status in
12570
      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12860
      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
Line 12578... Line 12868...
12578
fi
12868
fi
12579
rm -fr conftest*
12869
rm -fr conftest*
12580
 
12870
 
12581
 
12871
 
12582
fi
12872
fi
12583
{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
12873
{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
12584
echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
12874
$as_echo "$lt_cv_dlopen_self" >&6; }
12585
 
12875
 
12586
    if test "x$lt_cv_dlopen_self" = xyes; then
12876
    if test "x$lt_cv_dlopen_self" = xyes; then
12587
      LDFLAGS="$LDFLAGS $link_static_flag"
12877
      LDFLAGS="$LDFLAGS $link_static_flag"
12588
      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
12878
      { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
12589
echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
12879
$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12590
if test "${lt_cv_dlopen_self_static+set}" = set; then
12880
if test "${lt_cv_dlopen_self_static+set}" = set; then
12591
  echo $ECHO_N "(cached) $ECHO_C" >&6
12881
  $as_echo_n "(cached) " >&6
12592
else
12882
else
12593
  	  if test "$cross_compiling" = yes; then :
12883
  	  if test "$cross_compiling" = yes; then :
12594
  lt_cv_dlopen_self_static=cross
12884
  lt_cv_dlopen_self_static=cross
12595
else
12885
else
12596
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12886
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12597
  lt_status=$lt_dlunknown
12887
  lt_status=$lt_dlunknown
12598
  cat > conftest.$ac_ext <<EOF
12888
  cat > conftest.$ac_ext <<EOF
12599
#line 12599 "configure"
12889
#line 12889 "configure"
12600
#include "confdefs.h"
12890
#include "confdefs.h"
12601
 
12891
 
12602
#if HAVE_DLFCN_H
12892
#if HAVE_DLFCN_H
12603
#include <dlfcn.h>
12893
#include <dlfcn.h>
12604
#endif
12894
#endif
Line 12658... Line 12948...
12658
}
12948
}
12659
EOF
12949
EOF
12660
  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12950
  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12661
  (eval $ac_link) 2>&5
12951
  (eval $ac_link) 2>&5
12662
  ac_status=$?
12952
  ac_status=$?
12663
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12953
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12664
  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
12954
  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
12665
    (./conftest; exit; ) 2>/dev/null
12955
    (./conftest; exit; ) 2>/dev/null
12666
    lt_status=$?
12956
    lt_status=$?
12667
    case x$lt_status in
12957
    case x$lt_status in
12668
      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12958
      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
Line 12676... Line 12966...
12676
fi
12966
fi
12677
rm -fr conftest*
12967
rm -fr conftest*
12678
 
12968
 
12679
 
12969
 
12680
fi
12970
fi
12681
{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
12971
{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
12682
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
12972
$as_echo "$lt_cv_dlopen_self_static" >&6; }
12683
    fi
12973
    fi
12684
 
12974
 
12685
    CPPFLAGS="$save_CPPFLAGS"
12975
    CPPFLAGS="$save_CPPFLAGS"
12686
    LDFLAGS="$save_LDFLAGS"
12976
    LDFLAGS="$save_LDFLAGS"
12687
    LIBS="$save_LIBS"
12977
    LIBS="$save_LIBS"
Line 12699... Line 12989...
12699
  esac
12989
  esac
12700
fi
12990
fi
12701
 
12991
 
12702
 
12992
 
12703
# Report which librarie types wil actually be built
12993
# Report which librarie types wil actually be built
12704
{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
12994
{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
12705
echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
12995
$as_echo_n "checking if libtool supports shared libraries... " >&6; }
12706
{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
12996
{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
12707
echo "${ECHO_T}$can_build_shared" >&6; }
12997
$as_echo "$can_build_shared" >&6; }
12708
 
12998
 
12709
{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
12999
{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
12710
echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
13000
$as_echo_n "checking whether to build shared libraries... " >&6; }
12711
test "$can_build_shared" = "no" && enable_shared=no
13001
test "$can_build_shared" = "no" && enable_shared=no
12712
 
13002
 
12713
# On AIX, shared libraries and static libraries use the same namespace, and
13003
# On AIX, shared libraries and static libraries use the same namespace, and
12714
# are all built from PIC.
13004
# are all built from PIC.
12715
case "$host_os" in
13005
case "$host_os" in
Line 12762... Line 13052...
12762
  else
13052
  else
12763
    ld_shlibs=no
13053
    ld_shlibs=no
12764
  fi
13054
  fi
12765
    ;;
13055
    ;;
12766
esac
13056
esac
12767
{ echo "$as_me:$LINENO: result: $enable_shared" >&5
13057
{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
12768
echo "${ECHO_T}$enable_shared" >&6; }
13058
$as_echo "$enable_shared" >&6; }
12769
 
13059
 
12770
{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
13060
{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
12771
echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
13061
$as_echo_n "checking whether to build static libraries... " >&6; }
12772
# Make sure either enable_shared or enable_static is yes.
13062
# Make sure either enable_shared or enable_static is yes.
12773
test "$enable_shared" = yes || enable_static=yes
13063
test "$enable_shared" = yes || enable_static=yes
12774
{ echo "$as_me:$LINENO: result: $enable_static" >&5
13064
{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5
12775
echo "${ECHO_T}$enable_static" >&6; }
13065
$as_echo "$enable_static" >&6; }
12776
 
13066
 
12777
# The else clause should only fire when bootstrapping the
13067
# The else clause should only fire when bootstrapping the
12778
# libtool distribution, otherwise you forgot to ship ltmain.sh
13068
# libtool distribution, otherwise you forgot to ship ltmain.sh
12779
# with your package, and you will get complaints that there are
13069
# with your package, and you will get complaints that there are
12780
# no rules to generate ltmain.sh.
13070
# no rules to generate ltmain.sh.
Line 12860... Line 13150...
12860
  esac
13150
  esac
12861
 
13151
 
12862
cfgfile="${ofile}T"
13152
cfgfile="${ofile}T"
12863
  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
13153
  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
12864
  $rm -f "$cfgfile"
13154
  $rm -f "$cfgfile"
12865
  { echo "$as_me:$LINENO: creating $ofile" >&5
13155
  { $as_echo "$as_me:$LINENO: creating $ofile" >&5
12866
echo "$as_me: creating $ofile" >&6;}
13156
$as_echo "$as_me: creating $ofile" >&6;}
12867
 
13157
 
12868
  cat <<__EOF__ >> "$cfgfile"
13158
  cat <<__EOF__ >> "$cfgfile"
12869
#! $SHELL
13159
#! $SHELL
12870
 
13160
 
12871
# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13161
# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
Line 13257... Line 13547...
13257
fi
13547
fi
13258
 
13548
 
13259
 
13549
 
13260
if test -f "$ltmain" && test -n "$tagnames"; then
13550
if test -f "$ltmain" && test -n "$tagnames"; then
13261
  if test ! -f "${ofile}"; then
13551
  if test ! -f "${ofile}"; then
13262
    { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
13552
    { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
13263
echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
13553
$as_echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
13264
  fi
13554
  fi
13265
 
13555
 
13266
  if test -z "$LTCC"; then
13556
  if test -z "$LTCC"; then
13267
    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
13557
    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
13268
    if test -z "$LTCC"; then
13558
    if test -z "$LTCC"; then
13269
      { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
13559
      { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
13270
echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
13560
$as_echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
13271
    else
13561
    else
13272
      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
13562
      { $as_echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
13273
echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
13563
$as_echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
13274
    fi
13564
    fi
13275
  fi
13565
  fi
13276
 
13566
 
13277
  # Extract list of available tagged configurations in $ofile.
13567
  # Extract list of available tagged configurations in $ofile.
13278
  # Note that this assumes the entire list is on one line.
13568
  # Note that this assumes the entire list is on one line.
Line 13282... Line 13572...
13282
  for tagname in $tagnames; do
13572
  for tagname in $tagnames; do
13283
    IFS="$lt_save_ifs"
13573
    IFS="$lt_save_ifs"
13284
    # Check whether tagname contains only valid characters
13574
    # Check whether tagname contains only valid characters
13285
    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
13575
    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
13286
    "") ;;
13576
    "") ;;
13287
    *)  { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
13577
    *)  { { $as_echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
13288
echo "$as_me: error: invalid tag name: $tagname" >&2;}
13578
$as_echo "$as_me: error: invalid tag name: $tagname" >&2;}
13289
   { (exit 1); exit 1; }; }
13579
   { (exit 1); exit 1; }; }
13290
	;;
13580
	;;
13291
    esac
13581
    esac
13292
 
13582
 
13293
    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
13583
    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
13294
    then
13584
    then
13295
      { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
13585
      { { $as_echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
13296
echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
13586
$as_echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
13297
   { (exit 1); exit 1; }; }
13587
   { (exit 1); exit 1; }; }
13298
    fi
13588
    fi
13299
 
13589
 
13300
    # Update the list of available tags.
13590
    # Update the list of available tags.
13301
    if test -n "$tagname"; then
13591
    if test -n "$tagname"; then
Line 13404... Line 13694...
13404
fi
13694
fi
13405
 
13695
 
13406
ac_prog=ld
13696
ac_prog=ld
13407
if test "$GCC" = yes; then
13697
if test "$GCC" = yes; then
13408
  # Check if gcc -print-prog-name=ld gives a path.
13698
  # Check if gcc -print-prog-name=ld gives a path.
13409
  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
13699
  { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
13410
echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
13700
$as_echo_n "checking for ld used by $CC... " >&6; }
13411
  case $host in
13701
  case $host in
13412
  *-*-mingw*)
13702
  *-*-mingw*)
13413
    # gcc leaves a trailing carriage return which upsets mingw
13703
    # gcc leaves a trailing carriage return which upsets mingw
13414
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13704
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13415
  *)
13705
  *)
Line 13434... Line 13724...
13434
    # If it is relative, then search for the first ld in PATH.
13724
    # If it is relative, then search for the first ld in PATH.
13435
    with_gnu_ld=unknown
13725
    with_gnu_ld=unknown
13436
    ;;
13726
    ;;
13437
  esac
13727
  esac
13438
elif test "$with_gnu_ld" = yes; then
13728
elif test "$with_gnu_ld" = yes; then
13439
  { echo "$as_me:$LINENO: checking for GNU ld" >&5
13729
  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
13440
echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
13730
$as_echo_n "checking for GNU ld... " >&6; }
13441
else
13731
else
13442
  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
13732
  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
13443
echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
13733
$as_echo_n "checking for non-GNU ld... " >&6; }
13444
fi
13734
fi
13445
if test "${lt_cv_path_LD+set}" = set; then
13735
if test "${lt_cv_path_LD+set}" = set; then
13446
  echo $ECHO_N "(cached) $ECHO_C" >&6
13736
  $as_echo_n "(cached) " >&6
13447
else
13737
else
13448
  if test -z "$LD"; then
13738
  if test -z "$LD"; then
13449
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
13739
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
13450
  for ac_dir in $PATH; do
13740
  for ac_dir in $PATH; do
13451
    IFS="$lt_save_ifs"
13741
    IFS="$lt_save_ifs"
Line 13471... Line 13761...
13471
fi
13761
fi
13472
fi
13762
fi
13473
 
13763
 
13474
LD="$lt_cv_path_LD"
13764
LD="$lt_cv_path_LD"
13475
if test -n "$LD"; then
13765
if test -n "$LD"; then
13476
  { echo "$as_me:$LINENO: result: $LD" >&5
13766
  { $as_echo "$as_me:$LINENO: result: $LD" >&5
13477
echo "${ECHO_T}$LD" >&6; }
13767
$as_echo "$LD" >&6; }
13478
else
13768
else
13479
  { echo "$as_me:$LINENO: result: no" >&5
13769
  { $as_echo "$as_me:$LINENO: result: no" >&5
13480
echo "${ECHO_T}no" >&6; }
13770
$as_echo "no" >&6; }
13481
fi
13771
fi
13482
test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
13772
test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
13483
echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
13773
$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
13484
   { (exit 1); exit 1; }; }
13774
   { (exit 1); exit 1; }; }
13485
{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
13775
{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
13486
echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
13776
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13487
if test "${lt_cv_prog_gnu_ld+set}" = set; then
13777
if test "${lt_cv_prog_gnu_ld+set}" = set; then
13488
  echo $ECHO_N "(cached) $ECHO_C" >&6
13778
  $as_echo_n "(cached) " >&6
13489
else
13779
else
13490
  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13780
  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13491
case `$LD -v 2>&1 </dev/null` in
13781
case `$LD -v 2>&1 </dev/null` in
13492
*GNU* | *'with BFD'*)
13782
*GNU* | *'with BFD'*)
13493
  lt_cv_prog_gnu_ld=yes
13783
  lt_cv_prog_gnu_ld=yes
Line 13495... Line 13785...
13495
*)
13785
*)
13496
  lt_cv_prog_gnu_ld=no
13786
  lt_cv_prog_gnu_ld=no
13497
  ;;
13787
  ;;
13498
esac
13788
esac
13499
fi
13789
fi
13500
{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
13790
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
13501
echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
13791
$as_echo "$lt_cv_prog_gnu_ld" >&6; }
13502
with_gnu_ld=$lt_cv_prog_gnu_ld
13792
with_gnu_ld=$lt_cv_prog_gnu_ld
13503
 
13793
 
13504
 
13794
 
13505
 
13795
 
13506
  # Check if GNU C++ uses GNU ld as the underlying linker, since the
13796
  # Check if GNU C++ uses GNU ld as the underlying linker, since the
Line 13546... Line 13836...
13546
  with_gnu_ld=no
13836
  with_gnu_ld=no
13547
  wlarc=
13837
  wlarc=
13548
fi
13838
fi
13549
 
13839
 
13550
# PORTME: fill in a description of your system's C++ link characteristics
13840
# PORTME: fill in a description of your system's C++ link characteristics
13551
{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13841
{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13552
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
13842
$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
13553
ld_shlibs_CXX=yes
13843
ld_shlibs_CXX=yes
13554
case $host_os in
13844
case $host_os in
13555
  aix3*)
13845
  aix3*)
13556
    # FIXME: insert proper C++ library support
13846
    # FIXME: insert proper C++ library support
13557
    ld_shlibs_CXX=no
13847
    ld_shlibs_CXX=no
Line 13644... Line 13934...
13644
if { (ac_try="$ac_link"
13934
if { (ac_try="$ac_link"
13645
case "(($ac_try" in
13935
case "(($ac_try" in
13646
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13936
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13647
  *) ac_try_echo=$ac_try;;
13937
  *) ac_try_echo=$ac_try;;
13648
esac
13938
esac
13649
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13939
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
13940
$as_echo "$ac_try_echo") >&5
13650
  (eval "$ac_link") 2>conftest.er1
13941
  (eval "$ac_link") 2>conftest.er1
13651
  ac_status=$?
13942
  ac_status=$?
13652
  grep -v '^ *+' conftest.er1 >conftest.err
13943
  grep -v '^ *+' conftest.er1 >conftest.err
13653
  rm -f conftest.er1
13944
  rm -f conftest.er1
13654
  cat conftest.err >&5
13945
  cat conftest.err >&5
13655
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13946
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13656
  (exit $ac_status); } && {
13947
  (exit $ac_status); } && {
13657
	 test -z "$ac_cxx_werror_flag" ||
13948
	 test -z "$ac_cxx_werror_flag" ||
13658
	 test ! -s conftest.err
13949
	 test ! -s conftest.err
13659
       } && test -s conftest$ac_exeext &&
13950
       } && test -s conftest$ac_exeext && {
-
 
13951
	 test "$cross_compiling" = yes ||
13660
       $as_test_x conftest$ac_exeext; then
13952
	 $as_test_x conftest$ac_exeext
-
 
13953
       }; then
13661
 
13954
 
13662
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
13955
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
13663
}'`
13956
}'`
13664
# Check for a 64-bit object if we didn't find anything.
13957
# Check for a 64-bit object if we didn't find anything.
13665
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
13958
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
13666
}'`; fi
13959
}'`; fi
13667
else
13960
else
13668
  echo "$as_me: failed program was:" >&5
13961
  $as_echo "$as_me: failed program was:" >&5
13669
sed 's/^/| /' conftest.$ac_ext >&5
13962
sed 's/^/| /' conftest.$ac_ext >&5
13670
 
13963
 
13671
 
13964
 
13672
fi
13965
fi
13673
 
13966
 
-
 
13967
rm -rf conftest.dSYM
13674
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13968
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13675
      conftest$ac_exeext conftest.$ac_ext
13969
      conftest$ac_exeext conftest.$ac_ext
13676
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13970
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13677
 
13971
 
13678
      hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
13972
      hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
Line 13705... Line 13999...
13705
if { (ac_try="$ac_link"
13999
if { (ac_try="$ac_link"
13706
case "(($ac_try" in
14000
case "(($ac_try" in
13707
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14001
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13708
  *) ac_try_echo=$ac_try;;
14002
  *) ac_try_echo=$ac_try;;
13709
esac
14003
esac
13710
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14004
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
14005
$as_echo "$ac_try_echo") >&5
13711
  (eval "$ac_link") 2>conftest.er1
14006
  (eval "$ac_link") 2>conftest.er1
13712
  ac_status=$?
14007
  ac_status=$?
13713
  grep -v '^ *+' conftest.er1 >conftest.err
14008
  grep -v '^ *+' conftest.er1 >conftest.err
13714
  rm -f conftest.er1
14009
  rm -f conftest.er1
13715
  cat conftest.err >&5
14010
  cat conftest.err >&5
13716
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14011
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13717
  (exit $ac_status); } && {
14012
  (exit $ac_status); } && {
13718
	 test -z "$ac_cxx_werror_flag" ||
14013
	 test -z "$ac_cxx_werror_flag" ||
13719
	 test ! -s conftest.err
14014
	 test ! -s conftest.err
13720
       } && test -s conftest$ac_exeext &&
14015
       } && test -s conftest$ac_exeext && {
-
 
14016
	 test "$cross_compiling" = yes ||
13721
       $as_test_x conftest$ac_exeext; then
14017
	 $as_test_x conftest$ac_exeext
-
 
14018
       }; then
13722
 
14019
 
13723
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
14020
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
13724
}'`
14021
}'`
13725
# Check for a 64-bit object if we didn't find anything.
14022
# Check for a 64-bit object if we didn't find anything.
13726
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
14023
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
13727
}'`; fi
14024
}'`; fi
13728
else
14025
else
13729
  echo "$as_me: failed program was:" >&5
14026
  $as_echo "$as_me: failed program was:" >&5
13730
sed 's/^/| /' conftest.$ac_ext >&5
14027
sed 's/^/| /' conftest.$ac_ext >&5
13731
 
14028
 
13732
 
14029
 
13733
fi
14030
fi
13734
 
14031
 
-
 
14032
rm -rf conftest.dSYM
13735
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14033
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13736
      conftest$ac_exeext conftest.$ac_ext
14034
      conftest$ac_exeext conftest.$ac_ext
13737
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14035
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13738
 
14036
 
13739
	hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
14037
	hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
Line 14356... Line 14654...
14356
  *)
14654
  *)
14357
    # FIXME: insert proper C++ library support
14655
    # FIXME: insert proper C++ library support
14358
    ld_shlibs_CXX=no
14656
    ld_shlibs_CXX=no
14359
    ;;
14657
    ;;
14360
esac
14658
esac
14361
{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
14659
{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
14362
echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
14660
$as_echo "$ld_shlibs_CXX" >&6; }
14363
test "$ld_shlibs_CXX" = no && can_build_shared=no
14661
test "$ld_shlibs_CXX" = no && can_build_shared=no
14364
 
14662
 
14365
GCC_CXX="$GXX"
14663
GCC_CXX="$GXX"
14366
LD_CXX="$LD"
14664
LD_CXX="$LD"
14367
 
14665
 
Line 14381... Line 14679...
14381
EOF
14679
EOF
14382
 
14680
 
14383
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14681
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14384
  (eval $ac_compile) 2>&5
14682
  (eval $ac_compile) 2>&5
14385
  ac_status=$?
14683
  ac_status=$?
14386
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14684
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14387
  (exit $ac_status); }; then
14685
  (exit $ac_status); }; then
14388
  # Parse the compiler output and extract the necessary
14686
  # Parse the compiler output and extract the necessary
14389
  # objects, libraries and library flags.
14687
  # objects, libraries and library flags.
14390
 
14688
 
14391
  # Sentinel used to keep track of whether or not we are before
14689
  # Sentinel used to keep track of whether or not we are before
Line 14477... Line 14775...
14477
 
14775
 
14478
lt_prog_compiler_wl_CXX=
14776
lt_prog_compiler_wl_CXX=
14479
lt_prog_compiler_pic_CXX=
14777
lt_prog_compiler_pic_CXX=
14480
lt_prog_compiler_static_CXX=
14778
lt_prog_compiler_static_CXX=
14481
 
14779
 
14482
{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
14780
{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
14483
echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
14781
$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
14484
 
14782
 
14485
  # C++ specific cases for pic, static, wl, etc.
14783
  # C++ specific cases for pic, static, wl, etc.
14486
  if test "$GXX" = yes; then
14784
  if test "$GXX" = yes; then
14487
    lt_prog_compiler_wl_CXX='-Wl,'
14785
    lt_prog_compiler_wl_CXX='-Wl,'
14488
    lt_prog_compiler_static_CXX='-static'
14786
    lt_prog_compiler_static_CXX='-static'
Line 14729... Line 15027...
14729
	lt_prog_compiler_can_build_shared_CXX=no
15027
	lt_prog_compiler_can_build_shared_CXX=no
14730
	;;
15028
	;;
14731
    esac
15029
    esac
14732
  fi
15030
  fi
14733
 
15031
 
14734
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
15032
{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
14735
echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
15033
$as_echo "$lt_prog_compiler_pic_CXX" >&6; }
14736
 
15034
 
14737
#
15035
#
14738
# Check to make sure the PIC flag actually works.
15036
# Check to make sure the PIC flag actually works.
14739
#
15037
#
14740
if test -n "$lt_prog_compiler_pic_CXX"; then
15038
if test -n "$lt_prog_compiler_pic_CXX"; then
14741
 
15039
 
14742
{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
15040
{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
14743
echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
15041
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
14744
if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then
15042
if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then
14745
  echo $ECHO_N "(cached) $ECHO_C" >&6
15043
  $as_echo_n "(cached) " >&6
14746
else
15044
else
14747
  lt_prog_compiler_pic_works_CXX=no
15045
  lt_prog_compiler_pic_works_CXX=no
14748
  ac_outfile=conftest.$ac_objext
15046
  ac_outfile=conftest.$ac_objext
14749
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
15047
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
14750
   lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
15048
   lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
Line 14755... Line 15053...
14755
   # The option is referenced via a variable to avoid confusing sed.
15053
   # The option is referenced via a variable to avoid confusing sed.
14756
   lt_compile=`echo "$ac_compile" | $SED \
15054
   lt_compile=`echo "$ac_compile" | $SED \
14757
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15055
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
14758
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15056
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14759
   -e 's:$: $lt_compiler_flag:'`
15057
   -e 's:$: $lt_compiler_flag:'`
14760
   (eval echo "\"\$as_me:14760: $lt_compile\"" >&5)
15058
   (eval echo "\"\$as_me:15058: $lt_compile\"" >&5)
14761
   (eval "$lt_compile" 2>conftest.err)
15059
   (eval "$lt_compile" 2>conftest.err)
14762
   ac_status=$?
15060
   ac_status=$?
14763
   cat conftest.err >&5
15061
   cat conftest.err >&5
14764
   echo "$as_me:14764: \$? = $ac_status" >&5
15062
   echo "$as_me:15062: \$? = $ac_status" >&5
14765
   if (exit $ac_status) && test -s "$ac_outfile"; then
15063
   if (exit $ac_status) && test -s "$ac_outfile"; then
14766
     # The compiler can only warn and ignore the option if not recognized
15064
     # The compiler can only warn and ignore the option if not recognized
14767
     # So say no if there are warnings
15065
     # So say no if there are warnings
14768
     if test ! -s conftest.err; then
15066
     if test ! -s conftest.err; then
14769
       lt_prog_compiler_pic_works_CXX=yes
15067
       lt_prog_compiler_pic_works_CXX=yes
14770
     fi
15068
     fi
14771
   fi
15069
   fi
14772
   $rm conftest*
15070
   $rm conftest*
14773
 
15071
 
14774
fi
15072
fi
14775
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
15073
{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
14776
echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6; }
15074
$as_echo "$lt_prog_compiler_pic_works_CXX" >&6; }
14777
 
15075
 
14778
if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then
15076
if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then
14779
    case $lt_prog_compiler_pic_CXX in
15077
    case $lt_prog_compiler_pic_CXX in
14780
     "" | " "*) ;;
15078
     "" | " "*) ;;
14781
     *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
15079
     *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
Line 14794... Line 15092...
14794
  *)
15092
  *)
14795
    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
15093
    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
14796
    ;;
15094
    ;;
14797
esac
15095
esac
14798
 
15096
 
14799
{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
15097
{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
14800
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
15098
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14801
if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
15099
if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
14802
  echo $ECHO_N "(cached) $ECHO_C" >&6
15100
  $as_echo_n "(cached) " >&6
14803
else
15101
else
14804
  lt_cv_prog_compiler_c_o_CXX=no
15102
  lt_cv_prog_compiler_c_o_CXX=no
14805
   $rm -r conftest 2>/dev/null
15103
   $rm -r conftest 2>/dev/null
14806
   mkdir conftest
15104
   mkdir conftest
14807
   cd conftest
15105
   cd conftest
Line 14822... Line 15120...
14822
   # with a dollar sign (not a hyphen), so the echo should work correctly.
15120
   # with a dollar sign (not a hyphen), so the echo should work correctly.
14823
   lt_compile=`echo "$ac_compile" | $SED \
15121
   lt_compile=`echo "$ac_compile" | $SED \
14824
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15122
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
14825
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15123
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14826
   -e 's:$: $lt_compiler_flag:'`
15124
   -e 's:$: $lt_compiler_flag:'`
14827
   (eval echo "\"\$as_me:14827: $lt_compile\"" >&5)
15125
   (eval echo "\"\$as_me:15125: $lt_compile\"" >&5)
14828
   (eval "$lt_compile" 2>out/conftest.err)
15126
   (eval "$lt_compile" 2>out/conftest.err)
14829
   ac_status=$?
15127
   ac_status=$?
14830
   cat out/conftest.err >&5
15128
   cat out/conftest.err >&5
14831
   echo "$as_me:14831: \$? = $ac_status" >&5
15129
   echo "$as_me:15129: \$? = $ac_status" >&5
14832
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15130
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14833
   then
15131
   then
14834
     # The compiler can only warn and ignore the option if not recognized
15132
     # The compiler can only warn and ignore the option if not recognized
14835
     # So say no if there are warnings
15133
     # So say no if there are warnings
14836
     if test ! -s out/conftest.err; then
15134
     if test ! -s out/conftest.err; then
Line 14843... Line 15141...
14843
   cd ..
15141
   cd ..
14844
   rmdir conftest
15142
   rmdir conftest
14845
   $rm conftest*
15143
   $rm conftest*
14846
 
15144
 
14847
fi
15145
fi
14848
{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
15146
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14849
echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
15147
$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14850
 
15148
 
14851
 
15149
 
14852
hard_links="nottested"
15150
hard_links="nottested"
14853
if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
15151
if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
14854
  # do not overwrite the value of need_locks provided by the user
15152
  # do not overwrite the value of need_locks provided by the user
14855
  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
15153
  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
14856
echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
15154
$as_echo_n "checking if we can lock with hard links... " >&6; }
14857
  hard_links=yes
15155
  hard_links=yes
14858
  $rm conftest*
15156
  $rm conftest*
14859
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
15157
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
14860
  touch conftest.a
15158
  touch conftest.a
14861
  ln conftest.a conftest.b 2>&5 || hard_links=no
15159
  ln conftest.a conftest.b 2>&5 || hard_links=no
14862
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
15160
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
14863
  { echo "$as_me:$LINENO: result: $hard_links" >&5
15161
  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
14864
echo "${ECHO_T}$hard_links" >&6; }
15162
$as_echo "$hard_links" >&6; }
14865
  if test "$hard_links" = no; then
15163
  if test "$hard_links" = no; then
14866
    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
15164
    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14867
echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
15165
$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14868
    need_locks=warn
15166
    need_locks=warn
14869
  fi
15167
  fi
14870
else
15168
else
14871
  need_locks=no
15169
  need_locks=no
14872
fi
15170
fi
14873
 
15171
 
14874
{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
15172
{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14875
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
15173
$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
14876
 
15174
 
14877
  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
15175
  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14878
  case $host_os in
15176
  case $host_os in
14879
  aix4* | aix5*)
15177
  aix4* | aix5*)
14880
    # If we're using GNU nm, then we don't want the "-C" option.
15178
    # If we're using GNU nm, then we don't want the "-C" option.
Line 14894... Line 15192...
14894
  *)
15192
  *)
14895
    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
15193
    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14896
  ;;
15194
  ;;
14897
  esac
15195
  esac
14898
 
15196
 
14899
{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
15197
{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
14900
echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
15198
$as_echo "$ld_shlibs_CXX" >&6; }
14901
test "$ld_shlibs_CXX" = no && can_build_shared=no
15199
test "$ld_shlibs_CXX" = no && can_build_shared=no
14902
 
15200
 
14903
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
15201
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
14904
if test "$GCC" = yes; then
15202
if test "$GCC" = yes; then
14905
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
15203
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
Line 14920... Line 15218...
14920
      ;;
15218
      ;;
14921
    '$CC '*)
15219
    '$CC '*)
14922
      # Test whether the compiler implicitly links with -lc since on some
15220
      # Test whether the compiler implicitly links with -lc since on some
14923
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
15221
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
14924
      # to ld, don't add -lc before -lgcc.
15222
      # to ld, don't add -lc before -lgcc.
14925
      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
15223
      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
14926
echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
15224
$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
14927
      $rm conftest*
15225
      $rm conftest*
14928
      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
15226
      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
14929
 
15227
 
14930
      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15228
      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14931
  (eval $ac_compile) 2>&5
15229
  (eval $ac_compile) 2>&5
14932
  ac_status=$?
15230
  ac_status=$?
14933
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15231
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14934
  (exit $ac_status); } 2>conftest.err; then
15232
  (exit $ac_status); } 2>conftest.err; then
14935
        soname=conftest
15233
        soname=conftest
14936
        lib=conftest
15234
        lib=conftest
14937
        libobjs=conftest.$ac_objext
15235
        libobjs=conftest.$ac_objext
14938
        deplibs=
15236
        deplibs=
Line 14945... Line 15243...
14945
        lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
15243
        lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
14946
        allow_undefined_flag_CXX=
15244
        allow_undefined_flag_CXX=
14947
        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
15245
        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
14948
  (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
15246
  (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
14949
  ac_status=$?
15247
  ac_status=$?
14950
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15248
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14951
  (exit $ac_status); }
15249
  (exit $ac_status); }
14952
        then
15250
        then
14953
	  archive_cmds_need_lc_CXX=no
15251
	  archive_cmds_need_lc_CXX=no
14954
        else
15252
        else
14955
	  archive_cmds_need_lc_CXX=yes
15253
	  archive_cmds_need_lc_CXX=yes
Line 14957... Line 15255...
14957
        allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
15255
        allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
14958
      else
15256
      else
14959
        cat conftest.err 1>&5
15257
        cat conftest.err 1>&5
14960
      fi
15258
      fi
14961
      $rm conftest*
15259
      $rm conftest*
14962
      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
15260
      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
14963
echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
15261
$as_echo "$archive_cmds_need_lc_CXX" >&6; }
14964
      ;;
15262
      ;;
14965
    esac
15263
    esac
14966
  fi
15264
  fi
14967
  ;;
15265
  ;;
14968
esac
15266
esac
14969
 
15267
 
14970
{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
15268
{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
14971
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
15269
$as_echo_n "checking dynamic linker characteristics... " >&6; }
14972
library_names_spec=
15270
library_names_spec=
14973
libname_spec='lib$name'
15271
libname_spec='lib$name'
14974
soname_spec=
15272
soname_spec=
14975
shrext=".so"
15273
shrext=".so"
14976
postinstall_cmds=
15274
postinstall_cmds=
Line 15483... Line 15781...
15483
 
15781
 
15484
*)
15782
*)
15485
  dynamic_linker=no
15783
  dynamic_linker=no
15486
  ;;
15784
  ;;
15487
esac
15785
esac
15488
{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
15786
{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
15489
echo "${ECHO_T}$dynamic_linker" >&6; }
15787
$as_echo "$dynamic_linker" >&6; }
15490
test "$dynamic_linker" = no && can_build_shared=no
15788
test "$dynamic_linker" = no && can_build_shared=no
15491
 
15789
 
15492
{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
15790
{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
15493
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
15791
$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
15494
hardcode_action_CXX=
15792
hardcode_action_CXX=
15495
if test -n "$hardcode_libdir_flag_spec_CXX" || \
15793
if test -n "$hardcode_libdir_flag_spec_CXX" || \
15496
   test -n "$runpath_var CXX" || \
15794
   test -n "$runpath_var CXX" || \
15497
   test "X$hardcode_automatic_CXX"="Xyes" ; then
15795
   test "X$hardcode_automatic_CXX"="Xyes" ; then
15498
 
15796
 
Line 15512... Line 15810...
15512
else
15810
else
15513
  # We cannot hardcode anything, or else we can only hardcode existing
15811
  # We cannot hardcode anything, or else we can only hardcode existing
15514
  # directories.
15812
  # directories.
15515
  hardcode_action_CXX=unsupported
15813
  hardcode_action_CXX=unsupported
15516
fi
15814
fi
15517
{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
15815
{ $as_echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
15518
echo "${ECHO_T}$hardcode_action_CXX" >&6; }
15816
$as_echo "$hardcode_action_CXX" >&6; }
15519
 
15817
 
15520
if test "$hardcode_action_CXX" = relink; then
15818
if test "$hardcode_action_CXX" = relink; then
15521
  # Fast installation is not supported
15819
  # Fast installation is not supported
15522
  enable_fast_install=no
15820
  enable_fast_install=no
15523
elif test "$shlibpath_overrides_runpath" = yes ||
15821
elif test "$shlibpath_overrides_runpath" = yes ||
Line 15526... Line 15824...
15526
  enable_fast_install=needless
15824
  enable_fast_install=needless
15527
fi
15825
fi
15528
 
15826
 
15529
striplib=
15827
striplib=
15530
old_striplib=
15828
old_striplib=
15531
{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
15829
{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
15532
echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
15830
$as_echo_n "checking whether stripping libraries is possible... " >&6; }
15533
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
15831
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
15534
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
15832
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
15535
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
15833
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
15536
  { echo "$as_me:$LINENO: result: yes" >&5
15834
  { $as_echo "$as_me:$LINENO: result: yes" >&5
15537
echo "${ECHO_T}yes" >&6; }
15835
$as_echo "yes" >&6; }
15538
else
15836
else
15539
# FIXME - insert some real tests, host_os isn't really good enough
15837
# FIXME - insert some real tests, host_os isn't really good enough
15540
  case $host_os in
15838
  case $host_os in
15541
   darwin*)
15839
   darwin*)
15542
       if test -n "$STRIP" ; then
15840
       if test -n "$STRIP" ; then
15543
         striplib="$STRIP -x"
15841
         striplib="$STRIP -x"
15544
         { echo "$as_me:$LINENO: result: yes" >&5
15842
         { $as_echo "$as_me:$LINENO: result: yes" >&5
15545
echo "${ECHO_T}yes" >&6; }
15843
$as_echo "yes" >&6; }
15546
       else
15844
       else
15547
  { echo "$as_me:$LINENO: result: no" >&5
15845
  { $as_echo "$as_me:$LINENO: result: no" >&5
15548
echo "${ECHO_T}no" >&6; }
15846
$as_echo "no" >&6; }
15549
fi
15847
fi
15550
       ;;
15848
       ;;
15551
   *)
15849
   *)
15552
  { echo "$as_me:$LINENO: result: no" >&5
15850
  { $as_echo "$as_me:$LINENO: result: no" >&5
15553
echo "${ECHO_T}no" >&6; }
15851
$as_echo "no" >&6; }
15554
    ;;
15852
    ;;
15555
  esac
15853
  esac
15556
fi
15854
fi
15557
 
15855
 
15558
if test "x$enable_dlopen" != xyes; then
15856
if test "x$enable_dlopen" != xyes; then
Line 15580... Line 15878...
15580
    lt_cv_dlopen_libs=
15878
    lt_cv_dlopen_libs=
15581
   ;;
15879
   ;;
15582
 
15880
 
15583
  darwin*)
15881
  darwin*)
15584
  # if libdl is installed we need to link against it
15882
  # if libdl is installed we need to link against it
15585
    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
15883
    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
15586
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
15884
$as_echo_n "checking for dlopen in -ldl... " >&6; }
15587
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
15885
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
15588
  echo $ECHO_N "(cached) $ECHO_C" >&6
15886
  $as_echo_n "(cached) " >&6
15589
else
15887
else
15590
  ac_check_lib_save_LIBS=$LIBS
15888
  ac_check_lib_save_LIBS=$LIBS
15591
LIBS="-ldl  $LIBS"
15889
LIBS="-ldl  $LIBS"
15592
cat >conftest.$ac_ext <<_ACEOF
15890
cat >conftest.$ac_ext <<_ACEOF
15593
/* confdefs.h.  */
15891
/* confdefs.h.  */
Line 15615... Line 15913...
15615
if { (ac_try="$ac_link"
15913
if { (ac_try="$ac_link"
15616
case "(($ac_try" in
15914
case "(($ac_try" in
15617
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15915
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15618
  *) ac_try_echo=$ac_try;;
15916
  *) ac_try_echo=$ac_try;;
15619
esac
15917
esac
15620
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15918
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
15919
$as_echo "$ac_try_echo") >&5
15621
  (eval "$ac_link") 2>conftest.er1
15920
  (eval "$ac_link") 2>conftest.er1
15622
  ac_status=$?
15921
  ac_status=$?
15623
  grep -v '^ *+' conftest.er1 >conftest.err
15922
  grep -v '^ *+' conftest.er1 >conftest.err
15624
  rm -f conftest.er1
15923
  rm -f conftest.er1
15625
  cat conftest.err >&5
15924
  cat conftest.err >&5
15626
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15925
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15627
  (exit $ac_status); } && {
15926
  (exit $ac_status); } && {
15628
	 test -z "$ac_cxx_werror_flag" ||
15927
	 test -z "$ac_cxx_werror_flag" ||
15629
	 test ! -s conftest.err
15928
	 test ! -s conftest.err
15630
       } && test -s conftest$ac_exeext &&
15929
       } && test -s conftest$ac_exeext && {
-
 
15930
	 test "$cross_compiling" = yes ||
15631
       $as_test_x conftest$ac_exeext; then
15931
	 $as_test_x conftest$ac_exeext
-
 
15932
       }; then
15632
  ac_cv_lib_dl_dlopen=yes
15933
  ac_cv_lib_dl_dlopen=yes
15633
else
15934
else
15634
  echo "$as_me: failed program was:" >&5
15935
  $as_echo "$as_me: failed program was:" >&5
15635
sed 's/^/| /' conftest.$ac_ext >&5
15936
sed 's/^/| /' conftest.$ac_ext >&5
15636
 
15937
 
15637
	ac_cv_lib_dl_dlopen=no
15938
	ac_cv_lib_dl_dlopen=no
15638
fi
15939
fi
15639
 
15940
 
-
 
15941
rm -rf conftest.dSYM
15640
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15942
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15641
      conftest$ac_exeext conftest.$ac_ext
15943
      conftest$ac_exeext conftest.$ac_ext
15642
LIBS=$ac_check_lib_save_LIBS
15944
LIBS=$ac_check_lib_save_LIBS
15643
fi
15945
fi
15644
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
15946
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
15645
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
15947
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15646
if test $ac_cv_lib_dl_dlopen = yes; then
15948
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
15647
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
15949
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
15648
else
15950
else
15649
 
15951
 
15650
    lt_cv_dlopen="dyld"
15952
    lt_cv_dlopen="dyld"
15651
    lt_cv_dlopen_libs=
15953
    lt_cv_dlopen_libs=
Line 15654... Line 15956...
15654
fi
15956
fi
15655
 
15957
 
15656
   ;;
15958
   ;;
15657
 
15959
 
15658
  *)
15960
  *)
15659
    { echo "$as_me:$LINENO: checking for shl_load" >&5
15961
    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
15660
echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
15962
$as_echo_n "checking for shl_load... " >&6; }
15661
if test "${ac_cv_func_shl_load+set}" = set; then
15963
if test "${ac_cv_func_shl_load+set}" = set; then
15662
  echo $ECHO_N "(cached) $ECHO_C" >&6
15964
  $as_echo_n "(cached) " >&6
15663
else
15965
else
15664
  cat >conftest.$ac_ext <<_ACEOF
15966
  cat >conftest.$ac_ext <<_ACEOF
15665
/* confdefs.h.  */
15967
/* confdefs.h.  */
15666
_ACEOF
15968
_ACEOF
15667
cat confdefs.h >>conftest.$ac_ext
15969
cat confdefs.h >>conftest.$ac_ext
Line 15710... Line 16012...
15710
if { (ac_try="$ac_link"
16012
if { (ac_try="$ac_link"
15711
case "(($ac_try" in
16013
case "(($ac_try" in
15712
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16014
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15713
  *) ac_try_echo=$ac_try;;
16015
  *) ac_try_echo=$ac_try;;
15714
esac
16016
esac
15715
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16017
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
16018
$as_echo "$ac_try_echo") >&5
15716
  (eval "$ac_link") 2>conftest.er1
16019
  (eval "$ac_link") 2>conftest.er1
15717
  ac_status=$?
16020
  ac_status=$?
15718
  grep -v '^ *+' conftest.er1 >conftest.err
16021
  grep -v '^ *+' conftest.er1 >conftest.err
15719
  rm -f conftest.er1
16022
  rm -f conftest.er1
15720
  cat conftest.err >&5
16023
  cat conftest.err >&5
15721
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16024
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15722
  (exit $ac_status); } && {
16025
  (exit $ac_status); } && {
15723
	 test -z "$ac_cxx_werror_flag" ||
16026
	 test -z "$ac_cxx_werror_flag" ||
15724
	 test ! -s conftest.err
16027
	 test ! -s conftest.err
15725
       } && test -s conftest$ac_exeext &&
16028
       } && test -s conftest$ac_exeext && {
-
 
16029
	 test "$cross_compiling" = yes ||
15726
       $as_test_x conftest$ac_exeext; then
16030
	 $as_test_x conftest$ac_exeext
-
 
16031
       }; then
15727
  ac_cv_func_shl_load=yes
16032
  ac_cv_func_shl_load=yes
15728
else
16033
else
15729
  echo "$as_me: failed program was:" >&5
16034
  $as_echo "$as_me: failed program was:" >&5
15730
sed 's/^/| /' conftest.$ac_ext >&5
16035
sed 's/^/| /' conftest.$ac_ext >&5
15731
 
16036
 
15732
	ac_cv_func_shl_load=no
16037
	ac_cv_func_shl_load=no
15733
fi
16038
fi
15734
 
16039
 
-
 
16040
rm -rf conftest.dSYM
15735
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16041
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15736
      conftest$ac_exeext conftest.$ac_ext
16042
      conftest$ac_exeext conftest.$ac_ext
15737
fi
16043
fi
15738
{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
16044
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
15739
echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
16045
$as_echo "$ac_cv_func_shl_load" >&6; }
15740
if test $ac_cv_func_shl_load = yes; then
16046
if test "x$ac_cv_func_shl_load" = x""yes; then
15741
  lt_cv_dlopen="shl_load"
16047
  lt_cv_dlopen="shl_load"
15742
else
16048
else
15743
  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
16049
  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
15744
echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
16050
$as_echo_n "checking for shl_load in -ldld... " >&6; }
15745
if test "${ac_cv_lib_dld_shl_load+set}" = set; then
16051
if test "${ac_cv_lib_dld_shl_load+set}" = set; then
15746
  echo $ECHO_N "(cached) $ECHO_C" >&6
16052
  $as_echo_n "(cached) " >&6
15747
else
16053
else
15748
  ac_check_lib_save_LIBS=$LIBS
16054
  ac_check_lib_save_LIBS=$LIBS
15749
LIBS="-ldld  $LIBS"
16055
LIBS="-ldld  $LIBS"
15750
cat >conftest.$ac_ext <<_ACEOF
16056
cat >conftest.$ac_ext <<_ACEOF
15751
/* confdefs.h.  */
16057
/* confdefs.h.  */
Line 15773... Line 16079...
15773
if { (ac_try="$ac_link"
16079
if { (ac_try="$ac_link"
15774
case "(($ac_try" in
16080
case "(($ac_try" in
15775
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16081
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15776
  *) ac_try_echo=$ac_try;;
16082
  *) ac_try_echo=$ac_try;;
15777
esac
16083
esac
15778
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16084
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
16085
$as_echo "$ac_try_echo") >&5
15779
  (eval "$ac_link") 2>conftest.er1
16086
  (eval "$ac_link") 2>conftest.er1
15780
  ac_status=$?
16087
  ac_status=$?
15781
  grep -v '^ *+' conftest.er1 >conftest.err
16088
  grep -v '^ *+' conftest.er1 >conftest.err
15782
  rm -f conftest.er1
16089
  rm -f conftest.er1
15783
  cat conftest.err >&5
16090
  cat conftest.err >&5
15784
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16091
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15785
  (exit $ac_status); } && {
16092
  (exit $ac_status); } && {
15786
	 test -z "$ac_cxx_werror_flag" ||
16093
	 test -z "$ac_cxx_werror_flag" ||
15787
	 test ! -s conftest.err
16094
	 test ! -s conftest.err
15788
       } && test -s conftest$ac_exeext &&
16095
       } && test -s conftest$ac_exeext && {
-
 
16096
	 test "$cross_compiling" = yes ||
15789
       $as_test_x conftest$ac_exeext; then
16097
	 $as_test_x conftest$ac_exeext
-
 
16098
       }; then
15790
  ac_cv_lib_dld_shl_load=yes
16099
  ac_cv_lib_dld_shl_load=yes
15791
else
16100
else
15792
  echo "$as_me: failed program was:" >&5
16101
  $as_echo "$as_me: failed program was:" >&5
15793
sed 's/^/| /' conftest.$ac_ext >&5
16102
sed 's/^/| /' conftest.$ac_ext >&5
15794
 
16103
 
15795
	ac_cv_lib_dld_shl_load=no
16104
	ac_cv_lib_dld_shl_load=no
15796
fi
16105
fi
15797
 
16106
 
-
 
16107
rm -rf conftest.dSYM
15798
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16108
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15799
      conftest$ac_exeext conftest.$ac_ext
16109
      conftest$ac_exeext conftest.$ac_ext
15800
LIBS=$ac_check_lib_save_LIBS
16110
LIBS=$ac_check_lib_save_LIBS
15801
fi
16111
fi
15802
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
16112
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
15803
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
16113
$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
15804
if test $ac_cv_lib_dld_shl_load = yes; then
16114
if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
15805
  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
16115
  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
15806
else
16116
else
15807
  { echo "$as_me:$LINENO: checking for dlopen" >&5
16117
  { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
15808
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
16118
$as_echo_n "checking for dlopen... " >&6; }
15809
if test "${ac_cv_func_dlopen+set}" = set; then
16119
if test "${ac_cv_func_dlopen+set}" = set; then
15810
  echo $ECHO_N "(cached) $ECHO_C" >&6
16120
  $as_echo_n "(cached) " >&6
15811
else
16121
else
15812
  cat >conftest.$ac_ext <<_ACEOF
16122
  cat >conftest.$ac_ext <<_ACEOF
15813
/* confdefs.h.  */
16123
/* confdefs.h.  */
15814
_ACEOF
16124
_ACEOF
15815
cat confdefs.h >>conftest.$ac_ext
16125
cat confdefs.h >>conftest.$ac_ext
Line 15858... Line 16168...
15858
if { (ac_try="$ac_link"
16168
if { (ac_try="$ac_link"
15859
case "(($ac_try" in
16169
case "(($ac_try" in
15860
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16170
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15861
  *) ac_try_echo=$ac_try;;
16171
  *) ac_try_echo=$ac_try;;
15862
esac
16172
esac
15863
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16173
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
16174
$as_echo "$ac_try_echo") >&5
15864
  (eval "$ac_link") 2>conftest.er1
16175
  (eval "$ac_link") 2>conftest.er1
15865
  ac_status=$?
16176
  ac_status=$?
15866
  grep -v '^ *+' conftest.er1 >conftest.err
16177
  grep -v '^ *+' conftest.er1 >conftest.err
15867
  rm -f conftest.er1
16178
  rm -f conftest.er1
15868
  cat conftest.err >&5
16179
  cat conftest.err >&5
15869
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16180
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15870
  (exit $ac_status); } && {
16181
  (exit $ac_status); } && {
15871
	 test -z "$ac_cxx_werror_flag" ||
16182
	 test -z "$ac_cxx_werror_flag" ||
15872
	 test ! -s conftest.err
16183
	 test ! -s conftest.err
15873
       } && test -s conftest$ac_exeext &&
16184
       } && test -s conftest$ac_exeext && {
-
 
16185
	 test "$cross_compiling" = yes ||
15874
       $as_test_x conftest$ac_exeext; then
16186
	 $as_test_x conftest$ac_exeext
-
 
16187
       }; then
15875
  ac_cv_func_dlopen=yes
16188
  ac_cv_func_dlopen=yes
15876
else
16189
else
15877
  echo "$as_me: failed program was:" >&5
16190
  $as_echo "$as_me: failed program was:" >&5
15878
sed 's/^/| /' conftest.$ac_ext >&5
16191
sed 's/^/| /' conftest.$ac_ext >&5
15879
 
16192
 
15880
	ac_cv_func_dlopen=no
16193
	ac_cv_func_dlopen=no
15881
fi
16194
fi
15882
 
16195
 
-
 
16196
rm -rf conftest.dSYM
15883
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16197
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15884
      conftest$ac_exeext conftest.$ac_ext
16198
      conftest$ac_exeext conftest.$ac_ext
15885
fi
16199
fi
15886
{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
16200
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
15887
echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
16201
$as_echo "$ac_cv_func_dlopen" >&6; }
15888
if test $ac_cv_func_dlopen = yes; then
16202
if test "x$ac_cv_func_dlopen" = x""yes; then
15889
  lt_cv_dlopen="dlopen"
16203
  lt_cv_dlopen="dlopen"
15890
else
16204
else
15891
  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
16205
  { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
15892
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
16206
$as_echo_n "checking for dlopen in -ldl... " >&6; }
15893
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
16207
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
15894
  echo $ECHO_N "(cached) $ECHO_C" >&6
16208
  $as_echo_n "(cached) " >&6
15895
else
16209
else
15896
  ac_check_lib_save_LIBS=$LIBS
16210
  ac_check_lib_save_LIBS=$LIBS
15897
LIBS="-ldl  $LIBS"
16211
LIBS="-ldl  $LIBS"
15898
cat >conftest.$ac_ext <<_ACEOF
16212
cat >conftest.$ac_ext <<_ACEOF
15899
/* confdefs.h.  */
16213
/* confdefs.h.  */
Line 15921... Line 16235...
15921
if { (ac_try="$ac_link"
16235
if { (ac_try="$ac_link"
15922
case "(($ac_try" in
16236
case "(($ac_try" in
15923
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16237
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15924
  *) ac_try_echo=$ac_try;;
16238
  *) ac_try_echo=$ac_try;;
15925
esac
16239
esac
15926
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16240
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
16241
$as_echo "$ac_try_echo") >&5
15927
  (eval "$ac_link") 2>conftest.er1
16242
  (eval "$ac_link") 2>conftest.er1
15928
  ac_status=$?
16243
  ac_status=$?
15929
  grep -v '^ *+' conftest.er1 >conftest.err
16244
  grep -v '^ *+' conftest.er1 >conftest.err
15930
  rm -f conftest.er1
16245
  rm -f conftest.er1
15931
  cat conftest.err >&5
16246
  cat conftest.err >&5
15932
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16247
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15933
  (exit $ac_status); } && {
16248
  (exit $ac_status); } && {
15934
	 test -z "$ac_cxx_werror_flag" ||
16249
	 test -z "$ac_cxx_werror_flag" ||
15935
	 test ! -s conftest.err
16250
	 test ! -s conftest.err
15936
       } && test -s conftest$ac_exeext &&
16251
       } && test -s conftest$ac_exeext && {
-
 
16252
	 test "$cross_compiling" = yes ||
15937
       $as_test_x conftest$ac_exeext; then
16253
	 $as_test_x conftest$ac_exeext
-
 
16254
       }; then
15938
  ac_cv_lib_dl_dlopen=yes
16255
  ac_cv_lib_dl_dlopen=yes
15939
else
16256
else
15940
  echo "$as_me: failed program was:" >&5
16257
  $as_echo "$as_me: failed program was:" >&5
15941
sed 's/^/| /' conftest.$ac_ext >&5
16258
sed 's/^/| /' conftest.$ac_ext >&5
15942
 
16259
 
15943
	ac_cv_lib_dl_dlopen=no
16260
	ac_cv_lib_dl_dlopen=no
15944
fi
16261
fi
15945
 
16262
 
-
 
16263
rm -rf conftest.dSYM
15946
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16264
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15947
      conftest$ac_exeext conftest.$ac_ext
16265
      conftest$ac_exeext conftest.$ac_ext
15948
LIBS=$ac_check_lib_save_LIBS
16266
LIBS=$ac_check_lib_save_LIBS
15949
fi
16267
fi
15950
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
16268
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
15951
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
16269
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15952
if test $ac_cv_lib_dl_dlopen = yes; then
16270
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
15953
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
16271
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
15954
else
16272
else
15955
  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
16273
  { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
15956
echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
16274
$as_echo_n "checking for dlopen in -lsvld... " >&6; }
15957
if test "${ac_cv_lib_svld_dlopen+set}" = set; then
16275
if test "${ac_cv_lib_svld_dlopen+set}" = set; then
15958
  echo $ECHO_N "(cached) $ECHO_C" >&6
16276
  $as_echo_n "(cached) " >&6
15959
else
16277
else
15960
  ac_check_lib_save_LIBS=$LIBS
16278
  ac_check_lib_save_LIBS=$LIBS
15961
LIBS="-lsvld  $LIBS"
16279
LIBS="-lsvld  $LIBS"
15962
cat >conftest.$ac_ext <<_ACEOF
16280
cat >conftest.$ac_ext <<_ACEOF
15963
/* confdefs.h.  */
16281
/* confdefs.h.  */
Line 15985... Line 16303...
15985
if { (ac_try="$ac_link"
16303
if { (ac_try="$ac_link"
15986
case "(($ac_try" in
16304
case "(($ac_try" in
15987
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16305
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15988
  *) ac_try_echo=$ac_try;;
16306
  *) ac_try_echo=$ac_try;;
15989
esac
16307
esac
15990
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16308
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
16309
$as_echo "$ac_try_echo") >&5
15991
  (eval "$ac_link") 2>conftest.er1
16310
  (eval "$ac_link") 2>conftest.er1
15992
  ac_status=$?
16311
  ac_status=$?
15993
  grep -v '^ *+' conftest.er1 >conftest.err
16312
  grep -v '^ *+' conftest.er1 >conftest.err
15994
  rm -f conftest.er1
16313
  rm -f conftest.er1
15995
  cat conftest.err >&5
16314
  cat conftest.err >&5
15996
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16315
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15997
  (exit $ac_status); } && {
16316
  (exit $ac_status); } && {
15998
	 test -z "$ac_cxx_werror_flag" ||
16317
	 test -z "$ac_cxx_werror_flag" ||
15999
	 test ! -s conftest.err
16318
	 test ! -s conftest.err
16000
       } && test -s conftest$ac_exeext &&
16319
       } && test -s conftest$ac_exeext && {
-
 
16320
	 test "$cross_compiling" = yes ||
16001
       $as_test_x conftest$ac_exeext; then
16321
	 $as_test_x conftest$ac_exeext
-
 
16322
       }; then
16002
  ac_cv_lib_svld_dlopen=yes
16323
  ac_cv_lib_svld_dlopen=yes
16003
else
16324
else
16004
  echo "$as_me: failed program was:" >&5
16325
  $as_echo "$as_me: failed program was:" >&5
16005
sed 's/^/| /' conftest.$ac_ext >&5
16326
sed 's/^/| /' conftest.$ac_ext >&5
16006
 
16327
 
16007
	ac_cv_lib_svld_dlopen=no
16328
	ac_cv_lib_svld_dlopen=no
16008
fi
16329
fi
16009
 
16330
 
-
 
16331
rm -rf conftest.dSYM
16010
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16332
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16011
      conftest$ac_exeext conftest.$ac_ext
16333
      conftest$ac_exeext conftest.$ac_ext
16012
LIBS=$ac_check_lib_save_LIBS
16334
LIBS=$ac_check_lib_save_LIBS
16013
fi
16335
fi
16014
{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
16336
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
16015
echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
16337
$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
16016
if test $ac_cv_lib_svld_dlopen = yes; then
16338
if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
16017
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
16339
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
16018
else
16340
else
16019
  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
16341
  { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
16020
echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
16342
$as_echo_n "checking for dld_link in -ldld... " >&6; }
16021
if test "${ac_cv_lib_dld_dld_link+set}" = set; then
16343
if test "${ac_cv_lib_dld_dld_link+set}" = set; then
16022
  echo $ECHO_N "(cached) $ECHO_C" >&6
16344
  $as_echo_n "(cached) " >&6
16023
else
16345
else
16024
  ac_check_lib_save_LIBS=$LIBS
16346
  ac_check_lib_save_LIBS=$LIBS
16025
LIBS="-ldld  $LIBS"
16347
LIBS="-ldld  $LIBS"
16026
cat >conftest.$ac_ext <<_ACEOF
16348
cat >conftest.$ac_ext <<_ACEOF
16027
/* confdefs.h.  */
16349
/* confdefs.h.  */
Line 16049... Line 16371...
16049
if { (ac_try="$ac_link"
16371
if { (ac_try="$ac_link"
16050
case "(($ac_try" in
16372
case "(($ac_try" in
16051
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16373
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16052
  *) ac_try_echo=$ac_try;;
16374
  *) ac_try_echo=$ac_try;;
16053
esac
16375
esac
16054
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16376
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
16377
$as_echo "$ac_try_echo") >&5
16055
  (eval "$ac_link") 2>conftest.er1
16378
  (eval "$ac_link") 2>conftest.er1
16056
  ac_status=$?
16379
  ac_status=$?
16057
  grep -v '^ *+' conftest.er1 >conftest.err
16380
  grep -v '^ *+' conftest.er1 >conftest.err
16058
  rm -f conftest.er1
16381
  rm -f conftest.er1
16059
  cat conftest.err >&5
16382
  cat conftest.err >&5
16060
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16383
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16061
  (exit $ac_status); } && {
16384
  (exit $ac_status); } && {
16062
	 test -z "$ac_cxx_werror_flag" ||
16385
	 test -z "$ac_cxx_werror_flag" ||
16063
	 test ! -s conftest.err
16386
	 test ! -s conftest.err
16064
       } && test -s conftest$ac_exeext &&
16387
       } && test -s conftest$ac_exeext && {
-
 
16388
	 test "$cross_compiling" = yes ||
16065
       $as_test_x conftest$ac_exeext; then
16389
	 $as_test_x conftest$ac_exeext
-
 
16390
       }; then
16066
  ac_cv_lib_dld_dld_link=yes
16391
  ac_cv_lib_dld_dld_link=yes
16067
else
16392
else
16068
  echo "$as_me: failed program was:" >&5
16393
  $as_echo "$as_me: failed program was:" >&5
16069
sed 's/^/| /' conftest.$ac_ext >&5
16394
sed 's/^/| /' conftest.$ac_ext >&5
16070
 
16395
 
16071
	ac_cv_lib_dld_dld_link=no
16396
	ac_cv_lib_dld_dld_link=no
16072
fi
16397
fi
16073
 
16398
 
-
 
16399
rm -rf conftest.dSYM
16074
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16400
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16075
      conftest$ac_exeext conftest.$ac_ext
16401
      conftest$ac_exeext conftest.$ac_ext
16076
LIBS=$ac_check_lib_save_LIBS
16402
LIBS=$ac_check_lib_save_LIBS
16077
fi
16403
fi
16078
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
16404
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
16079
echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
16405
$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
16080
if test $ac_cv_lib_dld_dld_link = yes; then
16406
if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
16081
  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
16407
  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
16082
fi
16408
fi
16083
 
16409
 
16084
 
16410
 
16085
fi
16411
fi
Line 16114... Line 16440...
16114
    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
16440
    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
16115
 
16441
 
16116
    save_LIBS="$LIBS"
16442
    save_LIBS="$LIBS"
16117
    LIBS="$lt_cv_dlopen_libs $LIBS"
16443
    LIBS="$lt_cv_dlopen_libs $LIBS"
16118
 
16444
 
16119
    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
16445
    { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
16120
echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
16446
$as_echo_n "checking whether a program can dlopen itself... " >&6; }
16121
if test "${lt_cv_dlopen_self+set}" = set; then
16447
if test "${lt_cv_dlopen_self+set}" = set; then
16122
  echo $ECHO_N "(cached) $ECHO_C" >&6
16448
  $as_echo_n "(cached) " >&6
16123
else
16449
else
16124
  	  if test "$cross_compiling" = yes; then :
16450
  	  if test "$cross_compiling" = yes; then :
16125
  lt_cv_dlopen_self=cross
16451
  lt_cv_dlopen_self=cross
16126
else
16452
else
16127
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
16453
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
16128
  lt_status=$lt_dlunknown
16454
  lt_status=$lt_dlunknown
16129
  cat > conftest.$ac_ext <<EOF
16455
  cat > conftest.$ac_ext <<EOF
16130
#line 16130 "configure"
16456
#line 16456 "configure"
16131
#include "confdefs.h"
16457
#include "confdefs.h"
16132
 
16458
 
16133
#if HAVE_DLFCN_H
16459
#if HAVE_DLFCN_H
16134
#include <dlfcn.h>
16460
#include <dlfcn.h>
16135
#endif
16461
#endif
Line 16189... Line 16515...
16189
}
16515
}
16190
EOF
16516
EOF
16191
  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16517
  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16192
  (eval $ac_link) 2>&5
16518
  (eval $ac_link) 2>&5
16193
  ac_status=$?
16519
  ac_status=$?
16194
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16520
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16195
  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
16521
  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
16196
    (./conftest; exit; ) 2>/dev/null
16522
    (./conftest; exit; ) 2>/dev/null
16197
    lt_status=$?
16523
    lt_status=$?
16198
    case x$lt_status in
16524
    case x$lt_status in
16199
      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
16525
      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
Line 16207... Line 16533...
16207
fi
16533
fi
16208
rm -fr conftest*
16534
rm -fr conftest*
16209
 
16535
 
16210
 
16536
 
16211
fi
16537
fi
16212
{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
16538
{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
16213
echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
16539
$as_echo "$lt_cv_dlopen_self" >&6; }
16214
 
16540
 
16215
    if test "x$lt_cv_dlopen_self" = xyes; then
16541
    if test "x$lt_cv_dlopen_self" = xyes; then
16216
      LDFLAGS="$LDFLAGS $link_static_flag"
16542
      LDFLAGS="$LDFLAGS $link_static_flag"
16217
      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
16543
      { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
16218
echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
16544
$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
16219
if test "${lt_cv_dlopen_self_static+set}" = set; then
16545
if test "${lt_cv_dlopen_self_static+set}" = set; then
16220
  echo $ECHO_N "(cached) $ECHO_C" >&6
16546
  $as_echo_n "(cached) " >&6
16221
else
16547
else
16222
  	  if test "$cross_compiling" = yes; then :
16548
  	  if test "$cross_compiling" = yes; then :
16223
  lt_cv_dlopen_self_static=cross
16549
  lt_cv_dlopen_self_static=cross
16224
else
16550
else
16225
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
16551
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
16226
  lt_status=$lt_dlunknown
16552
  lt_status=$lt_dlunknown
16227
  cat > conftest.$ac_ext <<EOF
16553
  cat > conftest.$ac_ext <<EOF
16228
#line 16228 "configure"
16554
#line 16554 "configure"
16229
#include "confdefs.h"
16555
#include "confdefs.h"
16230
 
16556
 
16231
#if HAVE_DLFCN_H
16557
#if HAVE_DLFCN_H
16232
#include <dlfcn.h>
16558
#include <dlfcn.h>
16233
#endif
16559
#endif
Line 16287... Line 16613...
16287
}
16613
}
16288
EOF
16614
EOF
16289
  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16615
  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16290
  (eval $ac_link) 2>&5
16616
  (eval $ac_link) 2>&5
16291
  ac_status=$?
16617
  ac_status=$?
16292
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16618
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16293
  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
16619
  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
16294
    (./conftest; exit; ) 2>/dev/null
16620
    (./conftest; exit; ) 2>/dev/null
16295
    lt_status=$?
16621
    lt_status=$?
16296
    case x$lt_status in
16622
    case x$lt_status in
16297
      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
16623
      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
Line 16305... Line 16631...
16305
fi
16631
fi
16306
rm -fr conftest*
16632
rm -fr conftest*
16307
 
16633
 
16308
 
16634
 
16309
fi
16635
fi
16310
{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
16636
{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
16311
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
16637
$as_echo "$lt_cv_dlopen_self_static" >&6; }
16312
    fi
16638
    fi
16313
 
16639
 
16314
    CPPFLAGS="$save_CPPFLAGS"
16640
    CPPFLAGS="$save_CPPFLAGS"
16315
    LDFLAGS="$save_LDFLAGS"
16641
    LDFLAGS="$save_LDFLAGS"
16316
    LIBS="$save_LIBS"
16642
    LIBS="$save_LIBS"
Line 16801... Line 17127...
16801
CC=${F77-"f77"}
17127
CC=${F77-"f77"}
16802
compiler=$CC
17128
compiler=$CC
16803
compiler_F77=$CC
17129
compiler_F77=$CC
16804
cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
17130
cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
16805
 
17131
 
16806
{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
17132
{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
16807
echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
17133
$as_echo_n "checking if libtool supports shared libraries... " >&6; }
16808
{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
17134
{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
16809
echo "${ECHO_T}$can_build_shared" >&6; }
17135
$as_echo "$can_build_shared" >&6; }
16810
 
17136
 
16811
{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
17137
{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
16812
echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
17138
$as_echo_n "checking whether to build shared libraries... " >&6; }
16813
test "$can_build_shared" = "no" && enable_shared=no
17139
test "$can_build_shared" = "no" && enable_shared=no
16814
 
17140
 
16815
# On AIX, shared libraries and static libraries use the same namespace, and
17141
# On AIX, shared libraries and static libraries use the same namespace, and
16816
# are all built from PIC.
17142
# are all built from PIC.
16817
case "$host_os" in
17143
case "$host_os" in
Line 16824... Line 17150...
16824
  ;;
17150
  ;;
16825
aix4*)
17151
aix4*)
16826
  test "$enable_shared" = yes && enable_static=no
17152
  test "$enable_shared" = yes && enable_static=no
16827
  ;;
17153
  ;;
16828
esac
17154
esac
16829
{ echo "$as_me:$LINENO: result: $enable_shared" >&5
17155
{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
16830
echo "${ECHO_T}$enable_shared" >&6; }
17156
$as_echo "$enable_shared" >&6; }
16831
 
17157
 
16832
{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
17158
{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
16833
echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
17159
$as_echo_n "checking whether to build static libraries... " >&6; }
16834
# Make sure either enable_shared or enable_static is yes.
17160
# Make sure either enable_shared or enable_static is yes.
16835
test "$enable_shared" = yes || enable_static=yes
17161
test "$enable_shared" = yes || enable_static=yes
16836
{ echo "$as_me:$LINENO: result: $enable_static" >&5
17162
{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5
16837
echo "${ECHO_T}$enable_static" >&6; }
17163
$as_echo "$enable_static" >&6; }
16838
 
17164
 
16839
test "$ld_shlibs_F77" = no && can_build_shared=no
17165
test "$ld_shlibs_F77" = no && can_build_shared=no
16840
 
17166
 
16841
GCC_F77="$G77"
17167
GCC_F77="$G77"
16842
LD_F77="$LD"
17168
LD_F77="$LD"
16843
 
17169
 
16844
lt_prog_compiler_wl_F77=
17170
lt_prog_compiler_wl_F77=
16845
lt_prog_compiler_pic_F77=
17171
lt_prog_compiler_pic_F77=
16846
lt_prog_compiler_static_F77=
17172
lt_prog_compiler_static_F77=
16847
 
17173
 
16848
{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
17174
{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
16849
echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
17175
$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
16850
 
17176
 
16851
  if test "$GCC" = yes; then
17177
  if test "$GCC" = yes; then
16852
    lt_prog_compiler_wl_F77='-Wl,'
17178
    lt_prog_compiler_wl_F77='-Wl,'
16853
    lt_prog_compiler_static_F77='-static'
17179
    lt_prog_compiler_static_F77='-static'
16854
 
17180
 
Line 17020... Line 17346...
17020
      lt_prog_compiler_can_build_shared_F77=no
17346
      lt_prog_compiler_can_build_shared_F77=no
17021
      ;;
17347
      ;;
17022
    esac
17348
    esac
17023
  fi
17349
  fi
17024
 
17350
 
17025
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
17351
{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
17026
echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; }
17352
$as_echo "$lt_prog_compiler_pic_F77" >&6; }
17027
 
17353
 
17028
#
17354
#
17029
# Check to make sure the PIC flag actually works.
17355
# Check to make sure the PIC flag actually works.
17030
#
17356
#
17031
if test -n "$lt_prog_compiler_pic_F77"; then
17357
if test -n "$lt_prog_compiler_pic_F77"; then
17032
 
17358
 
17033
{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
17359
{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
17034
echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }
17360
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... " >&6; }
17035
if test "${lt_prog_compiler_pic_works_F77+set}" = set; then
17361
if test "${lt_prog_compiler_pic_works_F77+set}" = set; then
17036
  echo $ECHO_N "(cached) $ECHO_C" >&6
17362
  $as_echo_n "(cached) " >&6
17037
else
17363
else
17038
  lt_prog_compiler_pic_works_F77=no
17364
  lt_prog_compiler_pic_works_F77=no
17039
  ac_outfile=conftest.$ac_objext
17365
  ac_outfile=conftest.$ac_objext
17040
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
17366
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
17041
   lt_compiler_flag="$lt_prog_compiler_pic_F77"
17367
   lt_compiler_flag="$lt_prog_compiler_pic_F77"
Line 17046... Line 17372...
17046
   # The option is referenced via a variable to avoid confusing sed.
17372
   # The option is referenced via a variable to avoid confusing sed.
17047
   lt_compile=`echo "$ac_compile" | $SED \
17373
   lt_compile=`echo "$ac_compile" | $SED \
17048
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
17374
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
17049
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17375
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17050
   -e 's:$: $lt_compiler_flag:'`
17376
   -e 's:$: $lt_compiler_flag:'`
17051
   (eval echo "\"\$as_me:17051: $lt_compile\"" >&5)
17377
   (eval echo "\"\$as_me:17377: $lt_compile\"" >&5)
17052
   (eval "$lt_compile" 2>conftest.err)
17378
   (eval "$lt_compile" 2>conftest.err)
17053
   ac_status=$?
17379
   ac_status=$?
17054
   cat conftest.err >&5
17380
   cat conftest.err >&5
17055
   echo "$as_me:17055: \$? = $ac_status" >&5
17381
   echo "$as_me:17381: \$? = $ac_status" >&5
17056
   if (exit $ac_status) && test -s "$ac_outfile"; then
17382
   if (exit $ac_status) && test -s "$ac_outfile"; then
17057
     # The compiler can only warn and ignore the option if not recognized
17383
     # The compiler can only warn and ignore the option if not recognized
17058
     # So say no if there are warnings
17384
     # So say no if there are warnings
17059
     if test ! -s conftest.err; then
17385
     if test ! -s conftest.err; then
17060
       lt_prog_compiler_pic_works_F77=yes
17386
       lt_prog_compiler_pic_works_F77=yes
17061
     fi
17387
     fi
17062
   fi
17388
   fi
17063
   $rm conftest*
17389
   $rm conftest*
17064
 
17390
 
17065
fi
17391
fi
17066
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
17392
{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
17067
echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6; }
17393
$as_echo "$lt_prog_compiler_pic_works_F77" >&6; }
17068
 
17394
 
17069
if test x"$lt_prog_compiler_pic_works_F77" = xyes; then
17395
if test x"$lt_prog_compiler_pic_works_F77" = xyes; then
17070
    case $lt_prog_compiler_pic_F77 in
17396
    case $lt_prog_compiler_pic_F77 in
17071
     "" | " "*) ;;
17397
     "" | " "*) ;;
17072
     *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;;
17398
     *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;;
Line 17085... Line 17411...
17085
  *)
17411
  *)
17086
    lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77"
17412
    lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77"
17087
    ;;
17413
    ;;
17088
esac
17414
esac
17089
 
17415
 
17090
{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
17416
{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
17091
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
17417
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
17092
if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
17418
if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
17093
  echo $ECHO_N "(cached) $ECHO_C" >&6
17419
  $as_echo_n "(cached) " >&6
17094
else
17420
else
17095
  lt_cv_prog_compiler_c_o_F77=no
17421
  lt_cv_prog_compiler_c_o_F77=no
17096
   $rm -r conftest 2>/dev/null
17422
   $rm -r conftest 2>/dev/null
17097
   mkdir conftest
17423
   mkdir conftest
17098
   cd conftest
17424
   cd conftest
Line 17113... Line 17439...
17113
   # with a dollar sign (not a hyphen), so the echo should work correctly.
17439
   # with a dollar sign (not a hyphen), so the echo should work correctly.
17114
   lt_compile=`echo "$ac_compile" | $SED \
17440
   lt_compile=`echo "$ac_compile" | $SED \
17115
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
17441
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
17116
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17442
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17117
   -e 's:$: $lt_compiler_flag:'`
17443
   -e 's:$: $lt_compiler_flag:'`
17118
   (eval echo "\"\$as_me:17118: $lt_compile\"" >&5)
17444
   (eval echo "\"\$as_me:17444: $lt_compile\"" >&5)
17119
   (eval "$lt_compile" 2>out/conftest.err)
17445
   (eval "$lt_compile" 2>out/conftest.err)
17120
   ac_status=$?
17446
   ac_status=$?
17121
   cat out/conftest.err >&5
17447
   cat out/conftest.err >&5
17122
   echo "$as_me:17122: \$? = $ac_status" >&5
17448
   echo "$as_me:17448: \$? = $ac_status" >&5
17123
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17449
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17124
   then
17450
   then
17125
     # The compiler can only warn and ignore the option if not recognized
17451
     # The compiler can only warn and ignore the option if not recognized
17126
     # So say no if there are warnings
17452
     # So say no if there are warnings
17127
     if test ! -s out/conftest.err; then
17453
     if test ! -s out/conftest.err; then
Line 17134... Line 17460...
17134
   cd ..
17460
   cd ..
17135
   rmdir conftest
17461
   rmdir conftest
17136
   $rm conftest*
17462
   $rm conftest*
17137
 
17463
 
17138
fi
17464
fi
17139
{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
17465
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
17140
echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; }
17466
$as_echo "$lt_cv_prog_compiler_c_o_F77" >&6; }
17141
 
17467
 
17142
 
17468
 
17143
hard_links="nottested"
17469
hard_links="nottested"
17144
if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
17470
if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
17145
  # do not overwrite the value of need_locks provided by the user
17471
  # do not overwrite the value of need_locks provided by the user
17146
  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
17472
  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
17147
echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
17473
$as_echo_n "checking if we can lock with hard links... " >&6; }
17148
  hard_links=yes
17474
  hard_links=yes
17149
  $rm conftest*
17475
  $rm conftest*
17150
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
17476
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
17151
  touch conftest.a
17477
  touch conftest.a
17152
  ln conftest.a conftest.b 2>&5 || hard_links=no
17478
  ln conftest.a conftest.b 2>&5 || hard_links=no
17153
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
17479
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
17154
  { echo "$as_me:$LINENO: result: $hard_links" >&5
17480
  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
17155
echo "${ECHO_T}$hard_links" >&6; }
17481
$as_echo "$hard_links" >&6; }
17156
  if test "$hard_links" = no; then
17482
  if test "$hard_links" = no; then
17157
    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
17483
    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
17158
echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
17484
$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
17159
    need_locks=warn
17485
    need_locks=warn
17160
  fi
17486
  fi
17161
else
17487
else
17162
  need_locks=no
17488
  need_locks=no
17163
fi
17489
fi
17164
 
17490
 
17165
{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
17491
{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
17166
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
17492
$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
17167
 
17493
 
17168
  runpath_var=
17494
  runpath_var=
17169
  allow_undefined_flag_F77=
17495
  allow_undefined_flag_F77=
17170
  enable_shared_with_static_runtimes_F77=no
17496
  enable_shared_with_static_runtimes_F77=no
17171
  archive_cmds_F77=
17497
  archive_cmds_F77=
Line 17451... Line 17777...
17451
if { (ac_try="$ac_link"
17777
if { (ac_try="$ac_link"
17452
case "(($ac_try" in
17778
case "(($ac_try" in
17453
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17779
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17454
  *) ac_try_echo=$ac_try;;
17780
  *) ac_try_echo=$ac_try;;
17455
esac
17781
esac
17456
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17782
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
17783
$as_echo "$ac_try_echo") >&5
17457
  (eval "$ac_link") 2>conftest.er1
17784
  (eval "$ac_link") 2>conftest.er1
17458
  ac_status=$?
17785
  ac_status=$?
17459
  grep -v '^ *+' conftest.er1 >conftest.err
17786
  grep -v '^ *+' conftest.er1 >conftest.err
17460
  rm -f conftest.er1
17787
  rm -f conftest.er1
17461
  cat conftest.err >&5
17788
  cat conftest.err >&5
17462
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17789
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17463
  (exit $ac_status); } && {
17790
  (exit $ac_status); } && {
17464
	 test -z "$ac_f77_werror_flag" ||
17791
	 test -z "$ac_f77_werror_flag" ||
17465
	 test ! -s conftest.err
17792
	 test ! -s conftest.err
17466
       } && test -s conftest$ac_exeext &&
17793
       } && test -s conftest$ac_exeext && {
-
 
17794
	 test "$cross_compiling" = yes ||
17467
       $as_test_x conftest$ac_exeext; then
17795
	 $as_test_x conftest$ac_exeext
-
 
17796
       }; then
17468
 
17797
 
17469
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
17798
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
17470
}'`
17799
}'`
17471
# Check for a 64-bit object if we didn't find anything.
17800
# Check for a 64-bit object if we didn't find anything.
17472
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
17801
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
17473
}'`; fi
17802
}'`; fi
17474
else
17803
else
17475
  echo "$as_me: failed program was:" >&5
17804
  $as_echo "$as_me: failed program was:" >&5
17476
sed 's/^/| /' conftest.$ac_ext >&5
17805
sed 's/^/| /' conftest.$ac_ext >&5
17477
 
17806
 
17478
 
17807
 
17479
fi
17808
fi
17480
 
17809
 
-
 
17810
rm -rf conftest.dSYM
17481
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17811
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17482
      conftest$ac_exeext conftest.$ac_ext
17812
      conftest$ac_exeext conftest.$ac_ext
17483
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17813
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17484
 
17814
 
17485
	hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
17815
	hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
Line 17501... Line 17831...
17501
if { (ac_try="$ac_link"
17831
if { (ac_try="$ac_link"
17502
case "(($ac_try" in
17832
case "(($ac_try" in
17503
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17833
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17504
  *) ac_try_echo=$ac_try;;
17834
  *) ac_try_echo=$ac_try;;
17505
esac
17835
esac
17506
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17836
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
17837
$as_echo "$ac_try_echo") >&5
17507
  (eval "$ac_link") 2>conftest.er1
17838
  (eval "$ac_link") 2>conftest.er1
17508
  ac_status=$?
17839
  ac_status=$?
17509
  grep -v '^ *+' conftest.er1 >conftest.err
17840
  grep -v '^ *+' conftest.er1 >conftest.err
17510
  rm -f conftest.er1
17841
  rm -f conftest.er1
17511
  cat conftest.err >&5
17842
  cat conftest.err >&5
17512
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17843
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17513
  (exit $ac_status); } && {
17844
  (exit $ac_status); } && {
17514
	 test -z "$ac_f77_werror_flag" ||
17845
	 test -z "$ac_f77_werror_flag" ||
17515
	 test ! -s conftest.err
17846
	 test ! -s conftest.err
17516
       } && test -s conftest$ac_exeext &&
17847
       } && test -s conftest$ac_exeext && {
-
 
17848
	 test "$cross_compiling" = yes ||
17517
       $as_test_x conftest$ac_exeext; then
17849
	 $as_test_x conftest$ac_exeext
-
 
17850
       }; then
17518
 
17851
 
17519
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
17852
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
17520
}'`
17853
}'`
17521
# Check for a 64-bit object if we didn't find anything.
17854
# Check for a 64-bit object if we didn't find anything.
17522
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
17855
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
17523
}'`; fi
17856
}'`; fi
17524
else
17857
else
17525
  echo "$as_me: failed program was:" >&5
17858
  $as_echo "$as_me: failed program was:" >&5
17526
sed 's/^/| /' conftest.$ac_ext >&5
17859
sed 's/^/| /' conftest.$ac_ext >&5
17527
 
17860
 
17528
 
17861
 
17529
fi
17862
fi
17530
 
17863
 
-
 
17864
rm -rf conftest.dSYM
17531
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17865
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17532
      conftest$ac_exeext conftest.$ac_ext
17866
      conftest$ac_exeext conftest.$ac_ext
17533
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17867
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17534
 
17868
 
17535
	 hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
17869
	 hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
Line 17948... Line 18282...
17948
      ld_shlibs_F77=no
18282
      ld_shlibs_F77=no
17949
      ;;
18283
      ;;
17950
    esac
18284
    esac
17951
  fi
18285
  fi
17952
 
18286
 
17953
{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
18287
{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
17954
echo "${ECHO_T}$ld_shlibs_F77" >&6; }
18288
$as_echo "$ld_shlibs_F77" >&6; }
17955
test "$ld_shlibs_F77" = no && can_build_shared=no
18289
test "$ld_shlibs_F77" = no && can_build_shared=no
17956
 
18290
 
17957
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
18291
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
17958
if test "$GCC" = yes; then
18292
if test "$GCC" = yes; then
17959
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
18293
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
Line 17974... Line 18308...
17974
      ;;
18308
      ;;
17975
    '$CC '*)
18309
    '$CC '*)
17976
      # Test whether the compiler implicitly links with -lc since on some
18310
      # Test whether the compiler implicitly links with -lc since on some
17977
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
18311
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
17978
      # to ld, don't add -lc before -lgcc.
18312
      # to ld, don't add -lc before -lgcc.
17979
      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
18313
      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
17980
echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
18314
$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
17981
      $rm conftest*
18315
      $rm conftest*
17982
      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
18316
      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
17983
 
18317
 
17984
      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18318
      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17985
  (eval $ac_compile) 2>&5
18319
  (eval $ac_compile) 2>&5
17986
  ac_status=$?
18320
  ac_status=$?
17987
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18321
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17988
  (exit $ac_status); } 2>conftest.err; then
18322
  (exit $ac_status); } 2>conftest.err; then
17989
        soname=conftest
18323
        soname=conftest
17990
        lib=conftest
18324
        lib=conftest
17991
        libobjs=conftest.$ac_objext
18325
        libobjs=conftest.$ac_objext
17992
        deplibs=
18326
        deplibs=
Line 17999... Line 18333...
17999
        lt_save_allow_undefined_flag=$allow_undefined_flag_F77
18333
        lt_save_allow_undefined_flag=$allow_undefined_flag_F77
18000
        allow_undefined_flag_F77=
18334
        allow_undefined_flag_F77=
18001
        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
18335
        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
18002
  (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
18336
  (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
18003
  ac_status=$?
18337
  ac_status=$?
18004
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18338
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18005
  (exit $ac_status); }
18339
  (exit $ac_status); }
18006
        then
18340
        then
18007
	  archive_cmds_need_lc_F77=no
18341
	  archive_cmds_need_lc_F77=no
18008
        else
18342
        else
18009
	  archive_cmds_need_lc_F77=yes
18343
	  archive_cmds_need_lc_F77=yes
Line 18011... Line 18345...
18011
        allow_undefined_flag_F77=$lt_save_allow_undefined_flag
18345
        allow_undefined_flag_F77=$lt_save_allow_undefined_flag
18012
      else
18346
      else
18013
        cat conftest.err 1>&5
18347
        cat conftest.err 1>&5
18014
      fi
18348
      fi
18015
      $rm conftest*
18349
      $rm conftest*
18016
      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
18350
      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
18017
echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; }
18351
$as_echo "$archive_cmds_need_lc_F77" >&6; }
18018
      ;;
18352
      ;;
18019
    esac
18353
    esac
18020
  fi
18354
  fi
18021
  ;;
18355
  ;;
18022
esac
18356
esac
18023
 
18357
 
18024
{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
18358
{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
18025
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
18359
$as_echo_n "checking dynamic linker characteristics... " >&6; }
18026
library_names_spec=
18360
library_names_spec=
18027
libname_spec='lib$name'
18361
libname_spec='lib$name'
18028
soname_spec=
18362
soname_spec=
18029
shrext=".so"
18363
shrext=".so"
18030
postinstall_cmds=
18364
postinstall_cmds=
Line 18537... Line 18871...
18537
 
18871
 
18538
*)
18872
*)
18539
  dynamic_linker=no
18873
  dynamic_linker=no
18540
  ;;
18874
  ;;
18541
esac
18875
esac
18542
{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
18876
{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
18543
echo "${ECHO_T}$dynamic_linker" >&6; }
18877
$as_echo "$dynamic_linker" >&6; }
18544
test "$dynamic_linker" = no && can_build_shared=no
18878
test "$dynamic_linker" = no && can_build_shared=no
18545
 
18879
 
18546
{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
18880
{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
18547
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
18881
$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
18548
hardcode_action_F77=
18882
hardcode_action_F77=
18549
if test -n "$hardcode_libdir_flag_spec_F77" || \
18883
if test -n "$hardcode_libdir_flag_spec_F77" || \
18550
   test -n "$runpath_var F77" || \
18884
   test -n "$runpath_var F77" || \
18551
   test "X$hardcode_automatic_F77"="Xyes" ; then
18885
   test "X$hardcode_automatic_F77"="Xyes" ; then
18552
 
18886
 
Line 18566... Line 18900...
18566
else
18900
else
18567
  # We cannot hardcode anything, or else we can only hardcode existing
18901
  # We cannot hardcode anything, or else we can only hardcode existing
18568
  # directories.
18902
  # directories.
18569
  hardcode_action_F77=unsupported
18903
  hardcode_action_F77=unsupported
18570
fi
18904
fi
18571
{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
18905
{ $as_echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
18572
echo "${ECHO_T}$hardcode_action_F77" >&6; }
18906
$as_echo "$hardcode_action_F77" >&6; }
18573
 
18907
 
18574
if test "$hardcode_action_F77" = relink; then
18908
if test "$hardcode_action_F77" = relink; then
18575
  # Fast installation is not supported
18909
  # Fast installation is not supported
18576
  enable_fast_install=no
18910
  enable_fast_install=no
18577
elif test "$shlibpath_overrides_runpath" = yes ||
18911
elif test "$shlibpath_overrides_runpath" = yes ||
Line 18580... Line 18914...
18580
  enable_fast_install=needless
18914
  enable_fast_install=needless
18581
fi
18915
fi
18582
 
18916
 
18583
striplib=
18917
striplib=
18584
old_striplib=
18918
old_striplib=
18585
{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
18919
{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
18586
echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
18920
$as_echo_n "checking whether stripping libraries is possible... " >&6; }
18587
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
18921
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
18588
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
18922
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
18589
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
18923
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
18590
  { echo "$as_me:$LINENO: result: yes" >&5
18924
  { $as_echo "$as_me:$LINENO: result: yes" >&5
18591
echo "${ECHO_T}yes" >&6; }
18925
$as_echo "yes" >&6; }
18592
else
18926
else
18593
# FIXME - insert some real tests, host_os isn't really good enough
18927
# FIXME - insert some real tests, host_os isn't really good enough
18594
  case $host_os in
18928
  case $host_os in
18595
   darwin*)
18929
   darwin*)
18596
       if test -n "$STRIP" ; then
18930
       if test -n "$STRIP" ; then
18597
         striplib="$STRIP -x"
18931
         striplib="$STRIP -x"
18598
         { echo "$as_me:$LINENO: result: yes" >&5
18932
         { $as_echo "$as_me:$LINENO: result: yes" >&5
18599
echo "${ECHO_T}yes" >&6; }
18933
$as_echo "yes" >&6; }
18600
       else
18934
       else
18601
  { echo "$as_me:$LINENO: result: no" >&5
18935
  { $as_echo "$as_me:$LINENO: result: no" >&5
18602
echo "${ECHO_T}no" >&6; }
18936
$as_echo "no" >&6; }
18603
fi
18937
fi
18604
       ;;
18938
       ;;
18605
   *)
18939
   *)
18606
  { echo "$as_me:$LINENO: result: no" >&5
18940
  { $as_echo "$as_me:$LINENO: result: no" >&5
18607
echo "${ECHO_T}no" >&6; }
18941
$as_echo "no" >&6; }
18608
    ;;
18942
    ;;
18609
  esac
18943
  esac
18610
fi
18944
fi
18611
 
18945
 
18612
 
18946
 
Line 19063... Line 19397...
19063
 
19397
 
19064
if test "$GCC" = yes; then
19398
if test "$GCC" = yes; then
19065
  lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
19399
  lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
19066
 
19400
 
19067
 
19401
 
19068
{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
19402
{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
19069
echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
19403
$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
19070
if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
19404
if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
19071
  echo $ECHO_N "(cached) $ECHO_C" >&6
19405
  $as_echo_n "(cached) " >&6
19072
else
19406
else
19073
  lt_cv_prog_compiler_rtti_exceptions=no
19407
  lt_cv_prog_compiler_rtti_exceptions=no
19074
  ac_outfile=conftest.$ac_objext
19408
  ac_outfile=conftest.$ac_objext
19075
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
19409
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
19076
   lt_compiler_flag="-fno-rtti -fno-exceptions"
19410
   lt_compiler_flag="-fno-rtti -fno-exceptions"
Line 19081... Line 19415...
19081
   # The option is referenced via a variable to avoid confusing sed.
19415
   # The option is referenced via a variable to avoid confusing sed.
19082
   lt_compile=`echo "$ac_compile" | $SED \
19416
   lt_compile=`echo "$ac_compile" | $SED \
19083
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
19417
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
19084
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
19418
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
19085
   -e 's:$: $lt_compiler_flag:'`
19419
   -e 's:$: $lt_compiler_flag:'`
19086
   (eval echo "\"\$as_me:19086: $lt_compile\"" >&5)
19420
   (eval echo "\"\$as_me:19420: $lt_compile\"" >&5)
19087
   (eval "$lt_compile" 2>conftest.err)
19421
   (eval "$lt_compile" 2>conftest.err)
19088
   ac_status=$?
19422
   ac_status=$?
19089
   cat conftest.err >&5
19423
   cat conftest.err >&5
19090
   echo "$as_me:19090: \$? = $ac_status" >&5
19424
   echo "$as_me:19424: \$? = $ac_status" >&5
19091
   if (exit $ac_status) && test -s "$ac_outfile"; then
19425
   if (exit $ac_status) && test -s "$ac_outfile"; then
19092
     # The compiler can only warn and ignore the option if not recognized
19426
     # The compiler can only warn and ignore the option if not recognized
19093
     # So say no if there are warnings
19427
     # So say no if there are warnings
19094
     if test ! -s conftest.err; then
19428
     if test ! -s conftest.err; then
19095
       lt_cv_prog_compiler_rtti_exceptions=yes
19429
       lt_cv_prog_compiler_rtti_exceptions=yes
19096
     fi
19430
     fi
19097
   fi
19431
   fi
19098
   $rm conftest*
19432
   $rm conftest*
19099
 
19433
 
19100
fi
19434
fi
19101
{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
19435
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
19102
echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
19436
$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
19103
 
19437
 
19104
if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
19438
if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
19105
    lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
19439
    lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
19106
else
19440
else
19107
    :
19441
    :
Line 19111... Line 19445...
19111
 
19445
 
19112
lt_prog_compiler_wl_GCJ=
19446
lt_prog_compiler_wl_GCJ=
19113
lt_prog_compiler_pic_GCJ=
19447
lt_prog_compiler_pic_GCJ=
19114
lt_prog_compiler_static_GCJ=
19448
lt_prog_compiler_static_GCJ=
19115
 
19449
 
19116
{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
19450
{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
19117
echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
19451
$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
19118
 
19452
 
19119
  if test "$GCC" = yes; then
19453
  if test "$GCC" = yes; then
19120
    lt_prog_compiler_wl_GCJ='-Wl,'
19454
    lt_prog_compiler_wl_GCJ='-Wl,'
19121
    lt_prog_compiler_static_GCJ='-static'
19455
    lt_prog_compiler_static_GCJ='-static'
19122
 
19456
 
Line 19288... Line 19622...
19288
      lt_prog_compiler_can_build_shared_GCJ=no
19622
      lt_prog_compiler_can_build_shared_GCJ=no
19289
      ;;
19623
      ;;
19290
    esac
19624
    esac
19291
  fi
19625
  fi
19292
 
19626
 
19293
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
19627
{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
19294
echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; }
19628
$as_echo "$lt_prog_compiler_pic_GCJ" >&6; }
19295
 
19629
 
19296
#
19630
#
19297
# Check to make sure the PIC flag actually works.
19631
# Check to make sure the PIC flag actually works.
19298
#
19632
#
19299
if test -n "$lt_prog_compiler_pic_GCJ"; then
19633
if test -n "$lt_prog_compiler_pic_GCJ"; then
19300
 
19634
 
19301
{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
19635
{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
19302
echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }
19636
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... " >&6; }
19303
if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then
19637
if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then
19304
  echo $ECHO_N "(cached) $ECHO_C" >&6
19638
  $as_echo_n "(cached) " >&6
19305
else
19639
else
19306
  lt_prog_compiler_pic_works_GCJ=no
19640
  lt_prog_compiler_pic_works_GCJ=no
19307
  ac_outfile=conftest.$ac_objext
19641
  ac_outfile=conftest.$ac_objext
19308
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
19642
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
19309
   lt_compiler_flag="$lt_prog_compiler_pic_GCJ"
19643
   lt_compiler_flag="$lt_prog_compiler_pic_GCJ"
Line 19314... Line 19648...
19314
   # The option is referenced via a variable to avoid confusing sed.
19648
   # The option is referenced via a variable to avoid confusing sed.
19315
   lt_compile=`echo "$ac_compile" | $SED \
19649
   lt_compile=`echo "$ac_compile" | $SED \
19316
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
19650
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
19317
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
19651
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
19318
   -e 's:$: $lt_compiler_flag:'`
19652
   -e 's:$: $lt_compiler_flag:'`
19319
   (eval echo "\"\$as_me:19319: $lt_compile\"" >&5)
19653
   (eval echo "\"\$as_me:19653: $lt_compile\"" >&5)
19320
   (eval "$lt_compile" 2>conftest.err)
19654
   (eval "$lt_compile" 2>conftest.err)
19321
   ac_status=$?
19655
   ac_status=$?
19322
   cat conftest.err >&5
19656
   cat conftest.err >&5
19323
   echo "$as_me:19323: \$? = $ac_status" >&5
19657
   echo "$as_me:19657: \$? = $ac_status" >&5
19324
   if (exit $ac_status) && test -s "$ac_outfile"; then
19658
   if (exit $ac_status) && test -s "$ac_outfile"; then
19325
     # The compiler can only warn and ignore the option if not recognized
19659
     # The compiler can only warn and ignore the option if not recognized
19326
     # So say no if there are warnings
19660
     # So say no if there are warnings
19327
     if test ! -s conftest.err; then
19661
     if test ! -s conftest.err; then
19328
       lt_prog_compiler_pic_works_GCJ=yes
19662
       lt_prog_compiler_pic_works_GCJ=yes
19329
     fi
19663
     fi
19330
   fi
19664
   fi
19331
   $rm conftest*
19665
   $rm conftest*
19332
 
19666
 
19333
fi
19667
fi
19334
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
19668
{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
19335
echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6; }
19669
$as_echo "$lt_prog_compiler_pic_works_GCJ" >&6; }
19336
 
19670
 
19337
if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then
19671
if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then
19338
    case $lt_prog_compiler_pic_GCJ in
19672
    case $lt_prog_compiler_pic_GCJ in
19339
     "" | " "*) ;;
19673
     "" | " "*) ;;
19340
     *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;;
19674
     *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;;
Line 19353... Line 19687...
19353
  *)
19687
  *)
19354
    lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ"
19688
    lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ"
19355
    ;;
19689
    ;;
19356
esac
19690
esac
19357
 
19691
 
19358
{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
19692
{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
19359
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
19693
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
19360
if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
19694
if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
19361
  echo $ECHO_N "(cached) $ECHO_C" >&6
19695
  $as_echo_n "(cached) " >&6
19362
else
19696
else
19363
  lt_cv_prog_compiler_c_o_GCJ=no
19697
  lt_cv_prog_compiler_c_o_GCJ=no
19364
   $rm -r conftest 2>/dev/null
19698
   $rm -r conftest 2>/dev/null
19365
   mkdir conftest
19699
   mkdir conftest
19366
   cd conftest
19700
   cd conftest
Line 19381... Line 19715...
19381
   # with a dollar sign (not a hyphen), so the echo should work correctly.
19715
   # with a dollar sign (not a hyphen), so the echo should work correctly.
19382
   lt_compile=`echo "$ac_compile" | $SED \
19716
   lt_compile=`echo "$ac_compile" | $SED \
19383
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
19717
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
19384
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
19718
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
19385
   -e 's:$: $lt_compiler_flag:'`
19719
   -e 's:$: $lt_compiler_flag:'`
19386
   (eval echo "\"\$as_me:19386: $lt_compile\"" >&5)
19720
   (eval echo "\"\$as_me:19720: $lt_compile\"" >&5)
19387
   (eval "$lt_compile" 2>out/conftest.err)
19721
   (eval "$lt_compile" 2>out/conftest.err)
19388
   ac_status=$?
19722
   ac_status=$?
19389
   cat out/conftest.err >&5
19723
   cat out/conftest.err >&5
19390
   echo "$as_me:19390: \$? = $ac_status" >&5
19724
   echo "$as_me:19724: \$? = $ac_status" >&5
19391
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
19725
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
19392
   then
19726
   then
19393
     # The compiler can only warn and ignore the option if not recognized
19727
     # The compiler can only warn and ignore the option if not recognized
19394
     # So say no if there are warnings
19728
     # So say no if there are warnings
19395
     if test ! -s out/conftest.err; then
19729
     if test ! -s out/conftest.err; then
Line 19402... Line 19736...
19402
   cd ..
19736
   cd ..
19403
   rmdir conftest
19737
   rmdir conftest
19404
   $rm conftest*
19738
   $rm conftest*
19405
 
19739
 
19406
fi
19740
fi
19407
{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
19741
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
19408
echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; }
19742
$as_echo "$lt_cv_prog_compiler_c_o_GCJ" >&6; }
19409
 
19743
 
19410
 
19744
 
19411
hard_links="nottested"
19745
hard_links="nottested"
19412
if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
19746
if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
19413
  # do not overwrite the value of need_locks provided by the user
19747
  # do not overwrite the value of need_locks provided by the user
19414
  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
19748
  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
19415
echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
19749
$as_echo_n "checking if we can lock with hard links... " >&6; }
19416
  hard_links=yes
19750
  hard_links=yes
19417
  $rm conftest*
19751
  $rm conftest*
19418
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
19752
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
19419
  touch conftest.a
19753
  touch conftest.a
19420
  ln conftest.a conftest.b 2>&5 || hard_links=no
19754
  ln conftest.a conftest.b 2>&5 || hard_links=no
19421
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
19755
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
19422
  { echo "$as_me:$LINENO: result: $hard_links" >&5
19756
  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
19423
echo "${ECHO_T}$hard_links" >&6; }
19757
$as_echo "$hard_links" >&6; }
19424
  if test "$hard_links" = no; then
19758
  if test "$hard_links" = no; then
19425
    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
19759
    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
19426
echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
19760
$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
19427
    need_locks=warn
19761
    need_locks=warn
19428
  fi
19762
  fi
19429
else
19763
else
19430
  need_locks=no
19764
  need_locks=no
19431
fi
19765
fi
19432
 
19766
 
19433
{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
19767
{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
19434
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
19768
$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
19435
 
19769
 
19436
  runpath_var=
19770
  runpath_var=
19437
  allow_undefined_flag_GCJ=
19771
  allow_undefined_flag_GCJ=
19438
  enable_shared_with_static_runtimes_GCJ=no
19772
  enable_shared_with_static_runtimes_GCJ=no
19439
  archive_cmds_GCJ=
19773
  archive_cmds_GCJ=
Line 19729... Line 20063...
19729
if { (ac_try="$ac_link"
20063
if { (ac_try="$ac_link"
19730
case "(($ac_try" in
20064
case "(($ac_try" in
19731
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20065
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19732
  *) ac_try_echo=$ac_try;;
20066
  *) ac_try_echo=$ac_try;;
19733
esac
20067
esac
19734
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20068
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
20069
$as_echo "$ac_try_echo") >&5
19735
  (eval "$ac_link") 2>conftest.er1
20070
  (eval "$ac_link") 2>conftest.er1
19736
  ac_status=$?
20071
  ac_status=$?
19737
  grep -v '^ *+' conftest.er1 >conftest.err
20072
  grep -v '^ *+' conftest.er1 >conftest.err
19738
  rm -f conftest.er1
20073
  rm -f conftest.er1
19739
  cat conftest.err >&5
20074
  cat conftest.err >&5
19740
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20075
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19741
  (exit $ac_status); } && {
20076
  (exit $ac_status); } && {
19742
	 test -z "$ac_c_werror_flag" ||
20077
	 test -z "$ac_c_werror_flag" ||
19743
	 test ! -s conftest.err
20078
	 test ! -s conftest.err
19744
       } && test -s conftest$ac_exeext &&
20079
       } && test -s conftest$ac_exeext && {
-
 
20080
	 test "$cross_compiling" = yes ||
19745
       $as_test_x conftest$ac_exeext; then
20081
	 $as_test_x conftest$ac_exeext
-
 
20082
       }; then
19746
 
20083
 
19747
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
20084
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
19748
}'`
20085
}'`
19749
# Check for a 64-bit object if we didn't find anything.
20086
# Check for a 64-bit object if we didn't find anything.
19750
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
20087
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
19751
}'`; fi
20088
}'`; fi
19752
else
20089
else
19753
  echo "$as_me: failed program was:" >&5
20090
  $as_echo "$as_me: failed program was:" >&5
19754
sed 's/^/| /' conftest.$ac_ext >&5
20091
sed 's/^/| /' conftest.$ac_ext >&5
19755
 
20092
 
19756
 
20093
 
19757
fi
20094
fi
19758
 
20095
 
-
 
20096
rm -rf conftest.dSYM
19759
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20097
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19760
      conftest$ac_exeext conftest.$ac_ext
20098
      conftest$ac_exeext conftest.$ac_ext
19761
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
20099
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
19762
 
20100
 
19763
	hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
20101
	hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
Line 19789... Line 20127...
19789
if { (ac_try="$ac_link"
20127
if { (ac_try="$ac_link"
19790
case "(($ac_try" in
20128
case "(($ac_try" in
19791
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20129
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19792
  *) ac_try_echo=$ac_try;;
20130
  *) ac_try_echo=$ac_try;;
19793
esac
20131
esac
19794
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20132
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
20133
$as_echo "$ac_try_echo") >&5
19795
  (eval "$ac_link") 2>conftest.er1
20134
  (eval "$ac_link") 2>conftest.er1
19796
  ac_status=$?
20135
  ac_status=$?
19797
  grep -v '^ *+' conftest.er1 >conftest.err
20136
  grep -v '^ *+' conftest.er1 >conftest.err
19798
  rm -f conftest.er1
20137
  rm -f conftest.er1
19799
  cat conftest.err >&5
20138
  cat conftest.err >&5
19800
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20139
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19801
  (exit $ac_status); } && {
20140
  (exit $ac_status); } && {
19802
	 test -z "$ac_c_werror_flag" ||
20141
	 test -z "$ac_c_werror_flag" ||
19803
	 test ! -s conftest.err
20142
	 test ! -s conftest.err
19804
       } && test -s conftest$ac_exeext &&
20143
       } && test -s conftest$ac_exeext && {
-
 
20144
	 test "$cross_compiling" = yes ||
19805
       $as_test_x conftest$ac_exeext; then
20145
	 $as_test_x conftest$ac_exeext
-
 
20146
       }; then
19806
 
20147
 
19807
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
20148
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
19808
}'`
20149
}'`
19809
# Check for a 64-bit object if we didn't find anything.
20150
# Check for a 64-bit object if we didn't find anything.
19810
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
20151
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
19811
}'`; fi
20152
}'`; fi
19812
else
20153
else
19813
  echo "$as_me: failed program was:" >&5
20154
  $as_echo "$as_me: failed program was:" >&5
19814
sed 's/^/| /' conftest.$ac_ext >&5
20155
sed 's/^/| /' conftest.$ac_ext >&5
19815
 
20156
 
19816
 
20157
 
19817
fi
20158
fi
19818
 
20159
 
-
 
20160
rm -rf conftest.dSYM
19819
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20161
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19820
      conftest$ac_exeext conftest.$ac_ext
20162
      conftest$ac_exeext conftest.$ac_ext
19821
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
20163
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
19822
 
20164
 
19823
	 hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
20165
	 hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
Line 20236... Line 20578...
20236
      ld_shlibs_GCJ=no
20578
      ld_shlibs_GCJ=no
20237
      ;;
20579
      ;;
20238
    esac
20580
    esac
20239
  fi
20581
  fi
20240
 
20582
 
20241
{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
20583
{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
20242
echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }
20584
$as_echo "$ld_shlibs_GCJ" >&6; }
20243
test "$ld_shlibs_GCJ" = no && can_build_shared=no
20585
test "$ld_shlibs_GCJ" = no && can_build_shared=no
20244
 
20586
 
20245
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
20587
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
20246
if test "$GCC" = yes; then
20588
if test "$GCC" = yes; then
20247
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
20589
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
Line 20262... Line 20604...
20262
      ;;
20604
      ;;
20263
    '$CC '*)
20605
    '$CC '*)
20264
      # Test whether the compiler implicitly links with -lc since on some
20606
      # Test whether the compiler implicitly links with -lc since on some
20265
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
20607
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
20266
      # to ld, don't add -lc before -lgcc.
20608
      # to ld, don't add -lc before -lgcc.
20267
      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
20609
      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
20268
echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
20610
$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
20269
      $rm conftest*
20611
      $rm conftest*
20270
      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
20612
      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
20271
 
20613
 
20272
      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20614
      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20273
  (eval $ac_compile) 2>&5
20615
  (eval $ac_compile) 2>&5
20274
  ac_status=$?
20616
  ac_status=$?
20275
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20617
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20276
  (exit $ac_status); } 2>conftest.err; then
20618
  (exit $ac_status); } 2>conftest.err; then
20277
        soname=conftest
20619
        soname=conftest
20278
        lib=conftest
20620
        lib=conftest
20279
        libobjs=conftest.$ac_objext
20621
        libobjs=conftest.$ac_objext
20280
        deplibs=
20622
        deplibs=
Line 20287... Line 20629...
20287
        lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ
20629
        lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ
20288
        allow_undefined_flag_GCJ=
20630
        allow_undefined_flag_GCJ=
20289
        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
20631
        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
20290
  (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
20632
  (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
20291
  ac_status=$?
20633
  ac_status=$?
20292
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20634
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20293
  (exit $ac_status); }
20635
  (exit $ac_status); }
20294
        then
20636
        then
20295
	  archive_cmds_need_lc_GCJ=no
20637
	  archive_cmds_need_lc_GCJ=no
20296
        else
20638
        else
20297
	  archive_cmds_need_lc_GCJ=yes
20639
	  archive_cmds_need_lc_GCJ=yes
Line 20299... Line 20641...
20299
        allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
20641
        allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
20300
      else
20642
      else
20301
        cat conftest.err 1>&5
20643
        cat conftest.err 1>&5
20302
      fi
20644
      fi
20303
      $rm conftest*
20645
      $rm conftest*
20304
      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
20646
      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
20305
echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; }
20647
$as_echo "$archive_cmds_need_lc_GCJ" >&6; }
20306
      ;;
20648
      ;;
20307
    esac
20649
    esac
20308
  fi
20650
  fi
20309
  ;;
20651
  ;;
20310
esac
20652
esac
20311
 
20653
 
20312
{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
20654
{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
20313
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
20655
$as_echo_n "checking dynamic linker characteristics... " >&6; }
20314
library_names_spec=
20656
library_names_spec=
20315
libname_spec='lib$name'
20657
libname_spec='lib$name'
20316
soname_spec=
20658
soname_spec=
20317
shrext=".so"
20659
shrext=".so"
20318
postinstall_cmds=
20660
postinstall_cmds=
Line 20825... Line 21167...
20825
 
21167
 
20826
*)
21168
*)
20827
  dynamic_linker=no
21169
  dynamic_linker=no
20828
  ;;
21170
  ;;
20829
esac
21171
esac
20830
{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
21172
{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
20831
echo "${ECHO_T}$dynamic_linker" >&6; }
21173
$as_echo "$dynamic_linker" >&6; }
20832
test "$dynamic_linker" = no && can_build_shared=no
21174
test "$dynamic_linker" = no && can_build_shared=no
20833
 
21175
 
20834
{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
21176
{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
20835
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
21177
$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
20836
hardcode_action_GCJ=
21178
hardcode_action_GCJ=
20837
if test -n "$hardcode_libdir_flag_spec_GCJ" || \
21179
if test -n "$hardcode_libdir_flag_spec_GCJ" || \
20838
   test -n "$runpath_var GCJ" || \
21180
   test -n "$runpath_var GCJ" || \
20839
   test "X$hardcode_automatic_GCJ"="Xyes" ; then
21181
   test "X$hardcode_automatic_GCJ"="Xyes" ; then
20840
 
21182
 
Line 20854... Line 21196...
20854
else
21196
else
20855
  # We cannot hardcode anything, or else we can only hardcode existing
21197
  # We cannot hardcode anything, or else we can only hardcode existing
20856
  # directories.
21198
  # directories.
20857
  hardcode_action_GCJ=unsupported
21199
  hardcode_action_GCJ=unsupported
20858
fi
21200
fi
20859
{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
21201
{ $as_echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
20860
echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
21202
$as_echo "$hardcode_action_GCJ" >&6; }
20861
 
21203
 
20862
if test "$hardcode_action_GCJ" = relink; then
21204
if test "$hardcode_action_GCJ" = relink; then
20863
  # Fast installation is not supported
21205
  # Fast installation is not supported
20864
  enable_fast_install=no
21206
  enable_fast_install=no
20865
elif test "$shlibpath_overrides_runpath" = yes ||
21207
elif test "$shlibpath_overrides_runpath" = yes ||
Line 20868... Line 21210...
20868
  enable_fast_install=needless
21210
  enable_fast_install=needless
20869
fi
21211
fi
20870
 
21212
 
20871
striplib=
21213
striplib=
20872
old_striplib=
21214
old_striplib=
20873
{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
21215
{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
20874
echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
21216
$as_echo_n "checking whether stripping libraries is possible... " >&6; }
20875
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
21217
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
20876
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
21218
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
20877
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
21219
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
20878
  { echo "$as_me:$LINENO: result: yes" >&5
21220
  { $as_echo "$as_me:$LINENO: result: yes" >&5
20879
echo "${ECHO_T}yes" >&6; }
21221
$as_echo "yes" >&6; }
20880
else
21222
else
20881
# FIXME - insert some real tests, host_os isn't really good enough
21223
# FIXME - insert some real tests, host_os isn't really good enough
20882
  case $host_os in
21224
  case $host_os in
20883
   darwin*)
21225
   darwin*)
20884
       if test -n "$STRIP" ; then
21226
       if test -n "$STRIP" ; then
20885
         striplib="$STRIP -x"
21227
         striplib="$STRIP -x"
20886
         { echo "$as_me:$LINENO: result: yes" >&5
21228
         { $as_echo "$as_me:$LINENO: result: yes" >&5
20887
echo "${ECHO_T}yes" >&6; }
21229
$as_echo "yes" >&6; }
20888
       else
21230
       else
20889
  { echo "$as_me:$LINENO: result: no" >&5
21231
  { $as_echo "$as_me:$LINENO: result: no" >&5
20890
echo "${ECHO_T}no" >&6; }
21232
$as_echo "no" >&6; }
20891
fi
21233
fi
20892
       ;;
21234
       ;;
20893
   *)
21235
   *)
20894
  { echo "$as_me:$LINENO: result: no" >&5
21236
  { $as_echo "$as_me:$LINENO: result: no" >&5
20895
echo "${ECHO_T}no" >&6; }
21237
$as_echo "no" >&6; }
20896
    ;;
21238
    ;;
20897
  esac
21239
  esac
20898
fi
21240
fi
20899
 
21241
 
20900
if test "x$enable_dlopen" != xyes; then
21242
if test "x$enable_dlopen" != xyes; then
Line 20922... Line 21264...
20922
    lt_cv_dlopen_libs=
21264
    lt_cv_dlopen_libs=
20923
   ;;
21265
   ;;
20924
 
21266
 
20925
  darwin*)
21267
  darwin*)
20926
  # if libdl is installed we need to link against it
21268
  # if libdl is installed we need to link against it
20927
    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
21269
    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
20928
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
21270
$as_echo_n "checking for dlopen in -ldl... " >&6; }
20929
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
21271
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
20930
  echo $ECHO_N "(cached) $ECHO_C" >&6
21272
  $as_echo_n "(cached) " >&6
20931
else
21273
else
20932
  ac_check_lib_save_LIBS=$LIBS
21274
  ac_check_lib_save_LIBS=$LIBS
20933
LIBS="-ldl  $LIBS"
21275
LIBS="-ldl  $LIBS"
20934
cat >conftest.$ac_ext <<_ACEOF
21276
cat >conftest.$ac_ext <<_ACEOF
20935
/* confdefs.h.  */
21277
/* confdefs.h.  */
Line 20957... Line 21299...
20957
if { (ac_try="$ac_link"
21299
if { (ac_try="$ac_link"
20958
case "(($ac_try" in
21300
case "(($ac_try" in
20959
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21301
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20960
  *) ac_try_echo=$ac_try;;
21302
  *) ac_try_echo=$ac_try;;
20961
esac
21303
esac
20962
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21304
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
21305
$as_echo "$ac_try_echo") >&5
20963
  (eval "$ac_link") 2>conftest.er1
21306
  (eval "$ac_link") 2>conftest.er1
20964
  ac_status=$?
21307
  ac_status=$?
20965
  grep -v '^ *+' conftest.er1 >conftest.err
21308
  grep -v '^ *+' conftest.er1 >conftest.err
20966
  rm -f conftest.er1
21309
  rm -f conftest.er1
20967
  cat conftest.err >&5
21310
  cat conftest.err >&5
20968
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21311
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20969
  (exit $ac_status); } && {
21312
  (exit $ac_status); } && {
20970
	 test -z "$ac_c_werror_flag" ||
21313
	 test -z "$ac_c_werror_flag" ||
20971
	 test ! -s conftest.err
21314
	 test ! -s conftest.err
20972
       } && test -s conftest$ac_exeext &&
21315
       } && test -s conftest$ac_exeext && {
-
 
21316
	 test "$cross_compiling" = yes ||
20973
       $as_test_x conftest$ac_exeext; then
21317
	 $as_test_x conftest$ac_exeext
-
 
21318
       }; then
20974
  ac_cv_lib_dl_dlopen=yes
21319
  ac_cv_lib_dl_dlopen=yes
20975
else
21320
else
20976
  echo "$as_me: failed program was:" >&5
21321
  $as_echo "$as_me: failed program was:" >&5
20977
sed 's/^/| /' conftest.$ac_ext >&5
21322
sed 's/^/| /' conftest.$ac_ext >&5
20978
 
21323
 
20979
	ac_cv_lib_dl_dlopen=no
21324
	ac_cv_lib_dl_dlopen=no
20980
fi
21325
fi
20981
 
21326
 
-
 
21327
rm -rf conftest.dSYM
20982
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21328
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20983
      conftest$ac_exeext conftest.$ac_ext
21329
      conftest$ac_exeext conftest.$ac_ext
20984
LIBS=$ac_check_lib_save_LIBS
21330
LIBS=$ac_check_lib_save_LIBS
20985
fi
21331
fi
20986
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
21332
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
20987
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
21333
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
20988
if test $ac_cv_lib_dl_dlopen = yes; then
21334
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
20989
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
21335
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
20990
else
21336
else
20991
 
21337
 
20992
    lt_cv_dlopen="dyld"
21338
    lt_cv_dlopen="dyld"
20993
    lt_cv_dlopen_libs=
21339
    lt_cv_dlopen_libs=
Line 20996... Line 21342...
20996
fi
21342
fi
20997
 
21343
 
20998
   ;;
21344
   ;;
20999
 
21345
 
21000
  *)
21346
  *)
21001
    { echo "$as_me:$LINENO: checking for shl_load" >&5
21347
    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
21002
echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
21348
$as_echo_n "checking for shl_load... " >&6; }
21003
if test "${ac_cv_func_shl_load+set}" = set; then
21349
if test "${ac_cv_func_shl_load+set}" = set; then
21004
  echo $ECHO_N "(cached) $ECHO_C" >&6
21350
  $as_echo_n "(cached) " >&6
21005
else
21351
else
21006
  cat >conftest.$ac_ext <<_ACEOF
21352
  cat >conftest.$ac_ext <<_ACEOF
21007
/* confdefs.h.  */
21353
/* confdefs.h.  */
21008
_ACEOF
21354
_ACEOF
21009
cat confdefs.h >>conftest.$ac_ext
21355
cat confdefs.h >>conftest.$ac_ext
Line 21052... Line 21398...
21052
if { (ac_try="$ac_link"
21398
if { (ac_try="$ac_link"
21053
case "(($ac_try" in
21399
case "(($ac_try" in
21054
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21400
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21055
  *) ac_try_echo=$ac_try;;
21401
  *) ac_try_echo=$ac_try;;
21056
esac
21402
esac
21057
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21403
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
21404
$as_echo "$ac_try_echo") >&5
21058
  (eval "$ac_link") 2>conftest.er1
21405
  (eval "$ac_link") 2>conftest.er1
21059
  ac_status=$?
21406
  ac_status=$?
21060
  grep -v '^ *+' conftest.er1 >conftest.err
21407
  grep -v '^ *+' conftest.er1 >conftest.err
21061
  rm -f conftest.er1
21408
  rm -f conftest.er1
21062
  cat conftest.err >&5
21409
  cat conftest.err >&5
21063
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21410
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21064
  (exit $ac_status); } && {
21411
  (exit $ac_status); } && {
21065
	 test -z "$ac_c_werror_flag" ||
21412
	 test -z "$ac_c_werror_flag" ||
21066
	 test ! -s conftest.err
21413
	 test ! -s conftest.err
21067
       } && test -s conftest$ac_exeext &&
21414
       } && test -s conftest$ac_exeext && {
-
 
21415
	 test "$cross_compiling" = yes ||
21068
       $as_test_x conftest$ac_exeext; then
21416
	 $as_test_x conftest$ac_exeext
-
 
21417
       }; then
21069
  ac_cv_func_shl_load=yes
21418
  ac_cv_func_shl_load=yes
21070
else
21419
else
21071
  echo "$as_me: failed program was:" >&5
21420
  $as_echo "$as_me: failed program was:" >&5
21072
sed 's/^/| /' conftest.$ac_ext >&5
21421
sed 's/^/| /' conftest.$ac_ext >&5
21073
 
21422
 
21074
	ac_cv_func_shl_load=no
21423
	ac_cv_func_shl_load=no
21075
fi
21424
fi
21076
 
21425
 
-
 
21426
rm -rf conftest.dSYM
21077
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21427
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21078
      conftest$ac_exeext conftest.$ac_ext
21428
      conftest$ac_exeext conftest.$ac_ext
21079
fi
21429
fi
21080
{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
21430
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
21081
echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
21431
$as_echo "$ac_cv_func_shl_load" >&6; }
21082
if test $ac_cv_func_shl_load = yes; then
21432
if test "x$ac_cv_func_shl_load" = x""yes; then
21083
  lt_cv_dlopen="shl_load"
21433
  lt_cv_dlopen="shl_load"
21084
else
21434
else
21085
  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
21435
  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
21086
echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
21436
$as_echo_n "checking for shl_load in -ldld... " >&6; }
21087
if test "${ac_cv_lib_dld_shl_load+set}" = set; then
21437
if test "${ac_cv_lib_dld_shl_load+set}" = set; then
21088
  echo $ECHO_N "(cached) $ECHO_C" >&6
21438
  $as_echo_n "(cached) " >&6
21089
else
21439
else
21090
  ac_check_lib_save_LIBS=$LIBS
21440
  ac_check_lib_save_LIBS=$LIBS
21091
LIBS="-ldld  $LIBS"
21441
LIBS="-ldld  $LIBS"
21092
cat >conftest.$ac_ext <<_ACEOF
21442
cat >conftest.$ac_ext <<_ACEOF
21093
/* confdefs.h.  */
21443
/* confdefs.h.  */
Line 21115... Line 21465...
21115
if { (ac_try="$ac_link"
21465
if { (ac_try="$ac_link"
21116
case "(($ac_try" in
21466
case "(($ac_try" in
21117
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21467
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21118
  *) ac_try_echo=$ac_try;;
21468
  *) ac_try_echo=$ac_try;;
21119
esac
21469
esac
21120
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21470
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
21471
$as_echo "$ac_try_echo") >&5
21121
  (eval "$ac_link") 2>conftest.er1
21472
  (eval "$ac_link") 2>conftest.er1
21122
  ac_status=$?
21473
  ac_status=$?
21123
  grep -v '^ *+' conftest.er1 >conftest.err
21474
  grep -v '^ *+' conftest.er1 >conftest.err
21124
  rm -f conftest.er1
21475
  rm -f conftest.er1
21125
  cat conftest.err >&5
21476
  cat conftest.err >&5
21126
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21477
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21127
  (exit $ac_status); } && {
21478
  (exit $ac_status); } && {
21128
	 test -z "$ac_c_werror_flag" ||
21479
	 test -z "$ac_c_werror_flag" ||
21129
	 test ! -s conftest.err
21480
	 test ! -s conftest.err
21130
       } && test -s conftest$ac_exeext &&
21481
       } && test -s conftest$ac_exeext && {
-
 
21482
	 test "$cross_compiling" = yes ||
21131
       $as_test_x conftest$ac_exeext; then
21483
	 $as_test_x conftest$ac_exeext
-
 
21484
       }; then
21132
  ac_cv_lib_dld_shl_load=yes
21485
  ac_cv_lib_dld_shl_load=yes
21133
else
21486
else
21134
  echo "$as_me: failed program was:" >&5
21487
  $as_echo "$as_me: failed program was:" >&5
21135
sed 's/^/| /' conftest.$ac_ext >&5
21488
sed 's/^/| /' conftest.$ac_ext >&5
21136
 
21489
 
21137
	ac_cv_lib_dld_shl_load=no
21490
	ac_cv_lib_dld_shl_load=no
21138
fi
21491
fi
21139
 
21492
 
-
 
21493
rm -rf conftest.dSYM
21140
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21494
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21141
      conftest$ac_exeext conftest.$ac_ext
21495
      conftest$ac_exeext conftest.$ac_ext
21142
LIBS=$ac_check_lib_save_LIBS
21496
LIBS=$ac_check_lib_save_LIBS
21143
fi
21497
fi
21144
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
21498
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
21145
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
21499
$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
21146
if test $ac_cv_lib_dld_shl_load = yes; then
21500
if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
21147
  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
21501
  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
21148
else
21502
else
21149
  { echo "$as_me:$LINENO: checking for dlopen" >&5
21503
  { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
21150
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
21504
$as_echo_n "checking for dlopen... " >&6; }
21151
if test "${ac_cv_func_dlopen+set}" = set; then
21505
if test "${ac_cv_func_dlopen+set}" = set; then
21152
  echo $ECHO_N "(cached) $ECHO_C" >&6
21506
  $as_echo_n "(cached) " >&6
21153
else
21507
else
21154
  cat >conftest.$ac_ext <<_ACEOF
21508
  cat >conftest.$ac_ext <<_ACEOF
21155
/* confdefs.h.  */
21509
/* confdefs.h.  */
21156
_ACEOF
21510
_ACEOF
21157
cat confdefs.h >>conftest.$ac_ext
21511
cat confdefs.h >>conftest.$ac_ext
Line 21200... Line 21554...
21200
if { (ac_try="$ac_link"
21554
if { (ac_try="$ac_link"
21201
case "(($ac_try" in
21555
case "(($ac_try" in
21202
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21556
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21203
  *) ac_try_echo=$ac_try;;
21557
  *) ac_try_echo=$ac_try;;
21204
esac
21558
esac
21205
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21559
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
21560
$as_echo "$ac_try_echo") >&5
21206
  (eval "$ac_link") 2>conftest.er1
21561
  (eval "$ac_link") 2>conftest.er1
21207
  ac_status=$?
21562
  ac_status=$?
21208
  grep -v '^ *+' conftest.er1 >conftest.err
21563
  grep -v '^ *+' conftest.er1 >conftest.err
21209
  rm -f conftest.er1
21564
  rm -f conftest.er1
21210
  cat conftest.err >&5
21565
  cat conftest.err >&5
21211
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21566
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21212
  (exit $ac_status); } && {
21567
  (exit $ac_status); } && {
21213
	 test -z "$ac_c_werror_flag" ||
21568
	 test -z "$ac_c_werror_flag" ||
21214
	 test ! -s conftest.err
21569
	 test ! -s conftest.err
21215
       } && test -s conftest$ac_exeext &&
21570
       } && test -s conftest$ac_exeext && {
-
 
21571
	 test "$cross_compiling" = yes ||
21216
       $as_test_x conftest$ac_exeext; then
21572
	 $as_test_x conftest$ac_exeext
-
 
21573
       }; then
21217
  ac_cv_func_dlopen=yes
21574
  ac_cv_func_dlopen=yes
21218
else
21575
else
21219
  echo "$as_me: failed program was:" >&5
21576
  $as_echo "$as_me: failed program was:" >&5
21220
sed 's/^/| /' conftest.$ac_ext >&5
21577
sed 's/^/| /' conftest.$ac_ext >&5
21221
 
21578
 
21222
	ac_cv_func_dlopen=no
21579
	ac_cv_func_dlopen=no
21223
fi
21580
fi
21224
 
21581
 
-
 
21582
rm -rf conftest.dSYM
21225
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21583
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21226
      conftest$ac_exeext conftest.$ac_ext
21584
      conftest$ac_exeext conftest.$ac_ext
21227
fi
21585
fi
21228
{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
21586
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
21229
echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
21587
$as_echo "$ac_cv_func_dlopen" >&6; }
21230
if test $ac_cv_func_dlopen = yes; then
21588
if test "x$ac_cv_func_dlopen" = x""yes; then
21231
  lt_cv_dlopen="dlopen"
21589
  lt_cv_dlopen="dlopen"
21232
else
21590
else
21233
  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
21591
  { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
21234
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
21592
$as_echo_n "checking for dlopen in -ldl... " >&6; }
21235
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
21593
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
21236
  echo $ECHO_N "(cached) $ECHO_C" >&6
21594
  $as_echo_n "(cached) " >&6
21237
else
21595
else
21238
  ac_check_lib_save_LIBS=$LIBS
21596
  ac_check_lib_save_LIBS=$LIBS
21239
LIBS="-ldl  $LIBS"
21597
LIBS="-ldl  $LIBS"
21240
cat >conftest.$ac_ext <<_ACEOF
21598
cat >conftest.$ac_ext <<_ACEOF
21241
/* confdefs.h.  */
21599
/* confdefs.h.  */
Line 21263... Line 21621...
21263
if { (ac_try="$ac_link"
21621
if { (ac_try="$ac_link"
21264
case "(($ac_try" in
21622
case "(($ac_try" in
21265
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21623
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21266
  *) ac_try_echo=$ac_try;;
21624
  *) ac_try_echo=$ac_try;;
21267
esac
21625
esac
21268
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21626
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
21627
$as_echo "$ac_try_echo") >&5
21269
  (eval "$ac_link") 2>conftest.er1
21628
  (eval "$ac_link") 2>conftest.er1
21270
  ac_status=$?
21629
  ac_status=$?
21271
  grep -v '^ *+' conftest.er1 >conftest.err
21630
  grep -v '^ *+' conftest.er1 >conftest.err
21272
  rm -f conftest.er1
21631
  rm -f conftest.er1
21273
  cat conftest.err >&5
21632
  cat conftest.err >&5
21274
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21633
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21275
  (exit $ac_status); } && {
21634
  (exit $ac_status); } && {
21276
	 test -z "$ac_c_werror_flag" ||
21635
	 test -z "$ac_c_werror_flag" ||
21277
	 test ! -s conftest.err
21636
	 test ! -s conftest.err
21278
       } && test -s conftest$ac_exeext &&
21637
       } && test -s conftest$ac_exeext && {
-
 
21638
	 test "$cross_compiling" = yes ||
21279
       $as_test_x conftest$ac_exeext; then
21639
	 $as_test_x conftest$ac_exeext
-
 
21640
       }; then
21280
  ac_cv_lib_dl_dlopen=yes
21641
  ac_cv_lib_dl_dlopen=yes
21281
else
21642
else
21282
  echo "$as_me: failed program was:" >&5
21643
  $as_echo "$as_me: failed program was:" >&5
21283
sed 's/^/| /' conftest.$ac_ext >&5
21644
sed 's/^/| /' conftest.$ac_ext >&5
21284
 
21645
 
21285
	ac_cv_lib_dl_dlopen=no
21646
	ac_cv_lib_dl_dlopen=no
21286
fi
21647
fi
21287
 
21648
 
-
 
21649
rm -rf conftest.dSYM
21288
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21650
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21289
      conftest$ac_exeext conftest.$ac_ext
21651
      conftest$ac_exeext conftest.$ac_ext
21290
LIBS=$ac_check_lib_save_LIBS
21652
LIBS=$ac_check_lib_save_LIBS
21291
fi
21653
fi
21292
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
21654
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
21293
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
21655
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
21294
if test $ac_cv_lib_dl_dlopen = yes; then
21656
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
21295
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
21657
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
21296
else
21658
else
21297
  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
21659
  { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
21298
echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
21660
$as_echo_n "checking for dlopen in -lsvld... " >&6; }
21299
if test "${ac_cv_lib_svld_dlopen+set}" = set; then
21661
if test "${ac_cv_lib_svld_dlopen+set}" = set; then
21300
  echo $ECHO_N "(cached) $ECHO_C" >&6
21662
  $as_echo_n "(cached) " >&6
21301
else
21663
else
21302
  ac_check_lib_save_LIBS=$LIBS
21664
  ac_check_lib_save_LIBS=$LIBS
21303
LIBS="-lsvld  $LIBS"
21665
LIBS="-lsvld  $LIBS"
21304
cat >conftest.$ac_ext <<_ACEOF
21666
cat >conftest.$ac_ext <<_ACEOF
21305
/* confdefs.h.  */
21667
/* confdefs.h.  */
Line 21327... Line 21689...
21327
if { (ac_try="$ac_link"
21689
if { (ac_try="$ac_link"
21328
case "(($ac_try" in
21690
case "(($ac_try" in
21329
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21691
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21330
  *) ac_try_echo=$ac_try;;
21692
  *) ac_try_echo=$ac_try;;
21331
esac
21693
esac
21332
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21694
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
21695
$as_echo "$ac_try_echo") >&5
21333
  (eval "$ac_link") 2>conftest.er1
21696
  (eval "$ac_link") 2>conftest.er1
21334
  ac_status=$?
21697
  ac_status=$?
21335
  grep -v '^ *+' conftest.er1 >conftest.err
21698
  grep -v '^ *+' conftest.er1 >conftest.err
21336
  rm -f conftest.er1
21699
  rm -f conftest.er1
21337
  cat conftest.err >&5
21700
  cat conftest.err >&5
21338
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21701
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21339
  (exit $ac_status); } && {
21702
  (exit $ac_status); } && {
21340
	 test -z "$ac_c_werror_flag" ||
21703
	 test -z "$ac_c_werror_flag" ||
21341
	 test ! -s conftest.err
21704
	 test ! -s conftest.err
21342
       } && test -s conftest$ac_exeext &&
21705
       } && test -s conftest$ac_exeext && {
-
 
21706
	 test "$cross_compiling" = yes ||
21343
       $as_test_x conftest$ac_exeext; then
21707
	 $as_test_x conftest$ac_exeext
-
 
21708
       }; then
21344
  ac_cv_lib_svld_dlopen=yes
21709
  ac_cv_lib_svld_dlopen=yes
21345
else
21710
else
21346
  echo "$as_me: failed program was:" >&5
21711
  $as_echo "$as_me: failed program was:" >&5
21347
sed 's/^/| /' conftest.$ac_ext >&5
21712
sed 's/^/| /' conftest.$ac_ext >&5
21348
 
21713
 
21349
	ac_cv_lib_svld_dlopen=no
21714
	ac_cv_lib_svld_dlopen=no
21350
fi
21715
fi
21351
 
21716
 
-
 
21717
rm -rf conftest.dSYM
21352
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21718
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21353
      conftest$ac_exeext conftest.$ac_ext
21719
      conftest$ac_exeext conftest.$ac_ext
21354
LIBS=$ac_check_lib_save_LIBS
21720
LIBS=$ac_check_lib_save_LIBS
21355
fi
21721
fi
21356
{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
21722
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
21357
echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
21723
$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
21358
if test $ac_cv_lib_svld_dlopen = yes; then
21724
if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
21359
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
21725
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
21360
else
21726
else
21361
  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
21727
  { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
21362
echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
21728
$as_echo_n "checking for dld_link in -ldld... " >&6; }
21363
if test "${ac_cv_lib_dld_dld_link+set}" = set; then
21729
if test "${ac_cv_lib_dld_dld_link+set}" = set; then
21364
  echo $ECHO_N "(cached) $ECHO_C" >&6
21730
  $as_echo_n "(cached) " >&6
21365
else
21731
else
21366
  ac_check_lib_save_LIBS=$LIBS
21732
  ac_check_lib_save_LIBS=$LIBS
21367
LIBS="-ldld  $LIBS"
21733
LIBS="-ldld  $LIBS"
21368
cat >conftest.$ac_ext <<_ACEOF
21734
cat >conftest.$ac_ext <<_ACEOF
21369
/* confdefs.h.  */
21735
/* confdefs.h.  */
Line 21391... Line 21757...
21391
if { (ac_try="$ac_link"
21757
if { (ac_try="$ac_link"
21392
case "(($ac_try" in
21758
case "(($ac_try" in
21393
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21759
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21394
  *) ac_try_echo=$ac_try;;
21760
  *) ac_try_echo=$ac_try;;
21395
esac
21761
esac
21396
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21762
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
21763
$as_echo "$ac_try_echo") >&5
21397
  (eval "$ac_link") 2>conftest.er1
21764
  (eval "$ac_link") 2>conftest.er1
21398
  ac_status=$?
21765
  ac_status=$?
21399
  grep -v '^ *+' conftest.er1 >conftest.err
21766
  grep -v '^ *+' conftest.er1 >conftest.err
21400
  rm -f conftest.er1
21767
  rm -f conftest.er1
21401
  cat conftest.err >&5
21768
  cat conftest.err >&5
21402
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21769
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21403
  (exit $ac_status); } && {
21770
  (exit $ac_status); } && {
21404
	 test -z "$ac_c_werror_flag" ||
21771
	 test -z "$ac_c_werror_flag" ||
21405
	 test ! -s conftest.err
21772
	 test ! -s conftest.err
21406
       } && test -s conftest$ac_exeext &&
21773
       } && test -s conftest$ac_exeext && {
-
 
21774
	 test "$cross_compiling" = yes ||
21407
       $as_test_x conftest$ac_exeext; then
21775
	 $as_test_x conftest$ac_exeext
-
 
21776
       }; then
21408
  ac_cv_lib_dld_dld_link=yes
21777
  ac_cv_lib_dld_dld_link=yes
21409
else
21778
else
21410
  echo "$as_me: failed program was:" >&5
21779
  $as_echo "$as_me: failed program was:" >&5
21411
sed 's/^/| /' conftest.$ac_ext >&5
21780
sed 's/^/| /' conftest.$ac_ext >&5
21412
 
21781
 
21413
	ac_cv_lib_dld_dld_link=no
21782
	ac_cv_lib_dld_dld_link=no
21414
fi
21783
fi
21415
 
21784
 
-
 
21785
rm -rf conftest.dSYM
21416
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21786
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21417
      conftest$ac_exeext conftest.$ac_ext
21787
      conftest$ac_exeext conftest.$ac_ext
21418
LIBS=$ac_check_lib_save_LIBS
21788
LIBS=$ac_check_lib_save_LIBS
21419
fi
21789
fi
21420
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
21790
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
21421
echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
21791
$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
21422
if test $ac_cv_lib_dld_dld_link = yes; then
21792
if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
21423
  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
21793
  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
21424
fi
21794
fi
21425
 
21795
 
21426
 
21796
 
21427
fi
21797
fi
Line 21456... Line 21826...
21456
    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
21826
    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
21457
 
21827
 
21458
    save_LIBS="$LIBS"
21828
    save_LIBS="$LIBS"
21459
    LIBS="$lt_cv_dlopen_libs $LIBS"
21829
    LIBS="$lt_cv_dlopen_libs $LIBS"
21460
 
21830
 
21461
    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
21831
    { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
21462
echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
21832
$as_echo_n "checking whether a program can dlopen itself... " >&6; }
21463
if test "${lt_cv_dlopen_self+set}" = set; then
21833
if test "${lt_cv_dlopen_self+set}" = set; then
21464
  echo $ECHO_N "(cached) $ECHO_C" >&6
21834
  $as_echo_n "(cached) " >&6
21465
else
21835
else
21466
  	  if test "$cross_compiling" = yes; then :
21836
  	  if test "$cross_compiling" = yes; then :
21467
  lt_cv_dlopen_self=cross
21837
  lt_cv_dlopen_self=cross
21468
else
21838
else
21469
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
21839
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
21470
  lt_status=$lt_dlunknown
21840
  lt_status=$lt_dlunknown
21471
  cat > conftest.$ac_ext <<EOF
21841
  cat > conftest.$ac_ext <<EOF
21472
#line 21472 "configure"
21842
#line 21842 "configure"
21473
#include "confdefs.h"
21843
#include "confdefs.h"
21474
 
21844
 
21475
#if HAVE_DLFCN_H
21845
#if HAVE_DLFCN_H
21476
#include <dlfcn.h>
21846
#include <dlfcn.h>
21477
#endif
21847
#endif
Line 21531... Line 21901...
21531
}
21901
}
21532
EOF
21902
EOF
21533
  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21903
  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21534
  (eval $ac_link) 2>&5
21904
  (eval $ac_link) 2>&5
21535
  ac_status=$?
21905
  ac_status=$?
21536
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21906
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21537
  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
21907
  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
21538
    (./conftest; exit; ) 2>/dev/null
21908
    (./conftest; exit; ) 2>/dev/null
21539
    lt_status=$?
21909
    lt_status=$?
21540
    case x$lt_status in
21910
    case x$lt_status in
21541
      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
21911
      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
Line 21549... Line 21919...
21549
fi
21919
fi
21550
rm -fr conftest*
21920
rm -fr conftest*
21551
 
21921
 
21552
 
21922
 
21553
fi
21923
fi
21554
{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
21924
{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
21555
echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
21925
$as_echo "$lt_cv_dlopen_self" >&6; }
21556
 
21926
 
21557
    if test "x$lt_cv_dlopen_self" = xyes; then
21927
    if test "x$lt_cv_dlopen_self" = xyes; then
21558
      LDFLAGS="$LDFLAGS $link_static_flag"
21928
      LDFLAGS="$LDFLAGS $link_static_flag"
21559
      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
21929
      { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
21560
echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
21930
$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
21561
if test "${lt_cv_dlopen_self_static+set}" = set; then
21931
if test "${lt_cv_dlopen_self_static+set}" = set; then
21562
  echo $ECHO_N "(cached) $ECHO_C" >&6
21932
  $as_echo_n "(cached) " >&6
21563
else
21933
else
21564
  	  if test "$cross_compiling" = yes; then :
21934
  	  if test "$cross_compiling" = yes; then :
21565
  lt_cv_dlopen_self_static=cross
21935
  lt_cv_dlopen_self_static=cross
21566
else
21936
else
21567
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
21937
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
21568
  lt_status=$lt_dlunknown
21938
  lt_status=$lt_dlunknown
21569
  cat > conftest.$ac_ext <<EOF
21939
  cat > conftest.$ac_ext <<EOF
21570
#line 21570 "configure"
21940
#line 21940 "configure"
21571
#include "confdefs.h"
21941
#include "confdefs.h"
21572
 
21942
 
21573
#if HAVE_DLFCN_H
21943
#if HAVE_DLFCN_H
21574
#include <dlfcn.h>
21944
#include <dlfcn.h>
21575
#endif
21945
#endif
Line 21629... Line 21999...
21629
}
21999
}
21630
EOF
22000
EOF
21631
  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22001
  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21632
  (eval $ac_link) 2>&5
22002
  (eval $ac_link) 2>&5
21633
  ac_status=$?
22003
  ac_status=$?
21634
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22004
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21635
  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
22005
  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
21636
    (./conftest; exit; ) 2>/dev/null
22006
    (./conftest; exit; ) 2>/dev/null
21637
    lt_status=$?
22007
    lt_status=$?
21638
    case x$lt_status in
22008
    case x$lt_status in
21639
      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
22009
      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
Line 21647... Line 22017...
21647
fi
22017
fi
21648
rm -fr conftest*
22018
rm -fr conftest*
21649
 
22019
 
21650
 
22020
 
21651
fi
22021
fi
21652
{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
22022
{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
21653
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
22023
$as_echo "$lt_cv_dlopen_self_static" >&6; }
21654
    fi
22024
    fi
21655
 
22025
 
21656
    CPPFLAGS="$save_CPPFLAGS"
22026
    CPPFLAGS="$save_CPPFLAGS"
21657
    LDFLAGS="$save_LDFLAGS"
22027
    LDFLAGS="$save_LDFLAGS"
21658
    LIBS="$save_LIBS"
22028
    LIBS="$save_LIBS"
Line 22515... Line 22885...
22515
CC="$lt_save_CC"
22885
CC="$lt_save_CC"
22516
 
22886
 
22517
	;;
22887
	;;
22518
 
22888
 
22519
      *)
22889
      *)
22520
	{ { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
22890
	{ { $as_echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
22521
echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
22891
$as_echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
22522
   { (exit 1); exit 1; }; }
22892
   { (exit 1); exit 1; }; }
22523
	;;
22893
	;;
22524
      esac
22894
      esac
22525
 
22895
 
22526
      # Append the new tag name to the list of available tags.
22896
      # Append the new tag name to the list of available tags.
Line 22535... Line 22905...
22535
  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
22905
  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
22536
    mv "${ofile}T" "$ofile"
22906
    mv "${ofile}T" "$ofile"
22537
    chmod +x "$ofile"
22907
    chmod +x "$ofile"
22538
  else
22908
  else
22539
    rm -f "${ofile}T"
22909
    rm -f "${ofile}T"
22540
    { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
22910
    { { $as_echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
22541
echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
22911
$as_echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
22542
   { (exit 1); exit 1; }; }
22912
   { (exit 1); exit 1; }; }
22543
  fi
22913
  fi
22544
fi
22914
fi
22545
 
22915
 
22546
 
22916
 
Line 22602... Line 22972...
22602
 
22972
 
22603
 
22973
 
22604
 
22974
 
22605
    # Extract the first word of "msgfmt", so it can be a program name with args.
22975
    # Extract the first word of "msgfmt", so it can be a program name with args.
22606
set dummy msgfmt; ac_word=$2
22976
set dummy msgfmt; ac_word=$2
22607
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
22977
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
22608
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
22978
$as_echo_n "checking for $ac_word... " >&6; }
22609
if test "${ac_cv_path_MSGFMT+set}" = set; then
22979
if test "${ac_cv_path_MSGFMT+set}" = set; then
22610
  echo $ECHO_N "(cached) $ECHO_C" >&6
22980
  $as_echo_n "(cached) " >&6
22611
else
22981
else
22612
  case "$MSGFMT" in
22982
  case "$MSGFMT" in
22613
  /*)
22983
  /*)
22614
  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
22984
  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
22615
  ;;
22985
  ;;
Line 22629... Line 22999...
22629
  ;;
22999
  ;;
22630
esac
23000
esac
22631
fi
23001
fi
22632
MSGFMT="$ac_cv_path_MSGFMT"
23002
MSGFMT="$ac_cv_path_MSGFMT"
22633
if test -n "$MSGFMT"; then
23003
if test -n "$MSGFMT"; then
22634
  { echo "$as_me:$LINENO: result: $MSGFMT" >&5
23004
  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
22635
echo "${ECHO_T}$MSGFMT" >&6; }
23005
$as_echo "$MSGFMT" >&6; }
22636
else
23006
else
22637
  { echo "$as_me:$LINENO: result: no" >&5
23007
  { $as_echo "$as_me:$LINENO: result: no" >&5
22638
echo "${ECHO_T}no" >&6; }
23008
$as_echo "no" >&6; }
22639
fi
23009
fi
22640
 
23010
 
22641
    # Extract the first word of "gmsgfmt", so it can be a program name with args.
23011
    # Extract the first word of "gmsgfmt", so it can be a program name with args.
22642
set dummy gmsgfmt; ac_word=$2
23012
set dummy gmsgfmt; ac_word=$2
22643
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
23013
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
22644
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
23014
$as_echo_n "checking for $ac_word... " >&6; }
22645
if test "${ac_cv_path_GMSGFMT+set}" = set; then
23015
if test "${ac_cv_path_GMSGFMT+set}" = set; then
22646
  echo $ECHO_N "(cached) $ECHO_C" >&6
23016
  $as_echo_n "(cached) " >&6
22647
else
23017
else
22648
  case $GMSGFMT in
23018
  case $GMSGFMT in
22649
  [\\/]* | ?:[\\/]*)
23019
  [\\/]* | ?:[\\/]*)
22650
  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
23020
  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
22651
  ;;
23021
  ;;
Line 22656... Line 23026...
22656
  IFS=$as_save_IFS
23026
  IFS=$as_save_IFS
22657
  test -z "$as_dir" && as_dir=.
23027
  test -z "$as_dir" && as_dir=.
22658
  for ac_exec_ext in '' $ac_executable_extensions; do
23028
  for ac_exec_ext in '' $ac_executable_extensions; do
22659
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23029
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
22660
    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
23030
    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
22661
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23031
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22662
    break 2
23032
    break 2
22663
  fi
23033
  fi
22664
done
23034
done
22665
done
23035
done
22666
IFS=$as_save_IFS
23036
IFS=$as_save_IFS
Line 22669... Line 23039...
22669
  ;;
23039
  ;;
22670
esac
23040
esac
22671
fi
23041
fi
22672
GMSGFMT=$ac_cv_path_GMSGFMT
23042
GMSGFMT=$ac_cv_path_GMSGFMT
22673
if test -n "$GMSGFMT"; then
23043
if test -n "$GMSGFMT"; then
22674
  { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
23044
  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
22675
echo "${ECHO_T}$GMSGFMT" >&6; }
23045
$as_echo "$GMSGFMT" >&6; }
22676
else
23046
else
22677
  { echo "$as_me:$LINENO: result: no" >&5
23047
  { $as_echo "$as_me:$LINENO: result: no" >&5
22678
echo "${ECHO_T}no" >&6; }
23048
$as_echo "no" >&6; }
22679
fi
23049
fi
22680
 
23050
 
22681
 
23051
 
22682
 
23052
 
22683
     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
23053
     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
22684
        { echo "$as_me:$LINENO: result: found msgfmt program is not GNU msgfmt; ignore it" >&5
23054
        { $as_echo "$as_me:$LINENO: result: found msgfmt program is not GNU msgfmt; ignore it" >&5
22685
echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6; }
23055
$as_echo "found msgfmt program is not GNU msgfmt; ignore it" >&6; }
22686
        GMSGFMT=":"
23056
        GMSGFMT=":"
22687
      fi
23057
      fi
22688
      MSGFMT=$GMSGFMT
23058
      MSGFMT=$GMSGFMT
22689
 
23059
 
22690
 
23060
 
22691
 
23061
 
22692
      # Extract the first word of "xgettext", so it can be a program name with args.
23062
      # Extract the first word of "xgettext", so it can be a program name with args.
22693
set dummy xgettext; ac_word=$2
23063
set dummy xgettext; ac_word=$2
22694
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
23064
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
22695
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
23065
$as_echo_n "checking for $ac_word... " >&6; }
22696
if test "${ac_cv_path_XGETTEXT+set}" = set; then
23066
if test "${ac_cv_path_XGETTEXT+set}" = set; then
22697
  echo $ECHO_N "(cached) $ECHO_C" >&6
23067
  $as_echo_n "(cached) " >&6
22698
else
23068
else
22699
  case "$XGETTEXT" in
23069
  case "$XGETTEXT" in
22700
  /*)
23070
  /*)
22701
  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
23071
  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
22702
  ;;
23072
  ;;
Line 22716... Line 23086...
22716
  ;;
23086
  ;;
22717
esac
23087
esac
22718
fi
23088
fi
22719
XGETTEXT="$ac_cv_path_XGETTEXT"
23089
XGETTEXT="$ac_cv_path_XGETTEXT"
22720
if test -n "$XGETTEXT"; then
23090
if test -n "$XGETTEXT"; then
22721
  { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
23091
  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
22722
echo "${ECHO_T}$XGETTEXT" >&6; }
23092
$as_echo "$XGETTEXT" >&6; }
22723
else
23093
else
22724
  { echo "$as_me:$LINENO: result: no" >&5
23094
  { $as_echo "$as_me:$LINENO: result: no" >&5
22725
echo "${ECHO_T}no" >&6; }
23095
$as_echo "no" >&6; }
22726
fi
23096
fi
22727
 
23097
 
22728
 
23098
 
22729
            if test "$XGETTEXT" != ":"; then
23099
            if test "$XGETTEXT" != ":"; then
22730
			if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
23100
			if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
22731
	  : ;
23101
	  : ;
22732
	else
23102
	else
22733
	  { echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
23103
	  { $as_echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
22734
echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6; }
23104
$as_echo "found xgettext programs is not GNU xgettext; ignore it" >&6; }
22735
	  XGETTEXT=":"
23105
	  XGETTEXT=":"
22736
	fi
23106
	fi
22737
      fi
23107
      fi
22738
 
23108
 
22739
 
23109
 
Line 22835... Line 23205...
22835
 
23205
 
22836
 
23206
 
22837
    ac_save_CXXFLAGS="$CXXFLAGS"
23207
    ac_save_CXXFLAGS="$CXXFLAGS"
22838
    CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
23208
    CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
22839
 
23209
 
22840
    { echo "$as_me:$LINENO: checking if C++ programs can be compiled" >&5
23210
    { $as_echo "$as_me:$LINENO: checking if C++ programs can be compiled" >&5
22841
echo $ECHO_N "checking if C++ programs can be compiled... $ECHO_C" >&6; }
23211
$as_echo_n "checking if C++ programs can be compiled... " >&6; }
22842
    if test "${kde_cv_stl_works+set}" = set; then
23212
    if test "${kde_cv_stl_works+set}" = set; then
22843
  echo $ECHO_N "(cached) $ECHO_C" >&6
23213
  $as_echo_n "(cached) " >&6
22844
else
23214
else
22845
 
23215
 
22846
      cat >conftest.$ac_ext <<_ACEOF
23216
      cat >conftest.$ac_ext <<_ACEOF
22847
/* confdefs.h.  */
23217
/* confdefs.h.  */
22848
_ACEOF
23218
_ACEOF
Line 22869... Line 23239...
22869
if { (ac_try="$ac_compile"
23239
if { (ac_try="$ac_compile"
22870
case "(($ac_try" in
23240
case "(($ac_try" in
22871
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23241
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22872
  *) ac_try_echo=$ac_try;;
23242
  *) ac_try_echo=$ac_try;;
22873
esac
23243
esac
22874
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23244
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
23245
$as_echo "$ac_try_echo") >&5
22875
  (eval "$ac_compile") 2>conftest.er1
23246
  (eval "$ac_compile") 2>conftest.er1
22876
  ac_status=$?
23247
  ac_status=$?
22877
  grep -v '^ *+' conftest.er1 >conftest.err
23248
  grep -v '^ *+' conftest.er1 >conftest.err
22878
  rm -f conftest.er1
23249
  rm -f conftest.er1
22879
  cat conftest.err >&5
23250
  cat conftest.err >&5
22880
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23251
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22881
  (exit $ac_status); } && {
23252
  (exit $ac_status); } && {
22882
	 test -z "$ac_cxx_werror_flag" ||
23253
	 test -z "$ac_cxx_werror_flag" ||
22883
	 test ! -s conftest.err
23254
	 test ! -s conftest.err
22884
       } && test -s conftest.$ac_objext; then
23255
       } && test -s conftest.$ac_objext; then
22885
  kde_cv_stl_works=yes
23256
  kde_cv_stl_works=yes
22886
else
23257
else
22887
  echo "$as_me: failed program was:" >&5
23258
  $as_echo "$as_me: failed program was:" >&5
22888
sed 's/^/| /' conftest.$ac_ext >&5
23259
sed 's/^/| /' conftest.$ac_ext >&5
22889
 
23260
 
22890
	kde_cv_stl_works=no
23261
	kde_cv_stl_works=no
22891
fi
23262
fi
22892
 
23263
 
22893
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23264
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22894
 
23265
 
22895
fi
23266
fi
22896
 
23267
 
22897
 
23268
 
22898
   { echo "$as_me:$LINENO: result: $kde_cv_stl_works" >&5
23269
   { $as_echo "$as_me:$LINENO: result: $kde_cv_stl_works" >&5
22899
echo "${ECHO_T}$kde_cv_stl_works" >&6; }
23270
$as_echo "$kde_cv_stl_works" >&6; }
22900
 
23271
 
22901
   if test "$kde_cv_stl_works" = "yes"; then
23272
   if test "$kde_cv_stl_works" = "yes"; then
22902
     # back compatible
23273
     # back compatible
22903
 
23274
 
22904
cat >>confdefs.h <<_ACEOF
23275
cat >>confdefs.h <<_ACEOF
22905
#define HAVE_SGI_STL 1
23276
#define HAVE_SGI_STL 1
22906
_ACEOF
23277
_ACEOF
22907
 
23278
 
22908
   else
23279
   else
22909
	 { { echo "$as_me:$LINENO: error: Your Installation isn't able to compile simple C++ programs.
23280
	 { { $as_echo "$as_me:$LINENO: error: Your Installation isn't able to compile simple C++ programs.
22910
Check config.log for details - if you're using a Linux distribution you might miss
23281
Check config.log for details - if you're using a Linux distribution you might miss
22911
a package named similar to libstdc++-dev." >&5
23282
a package named similar to libstdc++-dev." >&5
22912
echo "$as_me: error: Your Installation isn't able to compile simple C++ programs.
23283
$as_echo "$as_me: error: Your Installation isn't able to compile simple C++ programs.
22913
Check config.log for details - if you're using a Linux distribution you might miss
23284
Check config.log for details - if you're using a Linux distribution you might miss
22914
a package named similar to libstdc++-dev." >&2;}
23285
a package named similar to libstdc++-dev." >&2;}
22915
   { (exit 1); exit 1; }; }
23286
   { (exit 1); exit 1; }; }
22916
   fi
23287
   fi
22917
 
23288
 
Line 22923... Line 23294...
22923
ac_compiler_gnu=$ac_cv_c_compiler_gnu
23294
ac_compiler_gnu=$ac_cv_c_compiler_gnu
22924
 
23295
 
22925
 
23296
 
22926
 
23297
 
22927
 
23298
 
22928
{ echo "$as_me:$LINENO: checking for strlcat" >&5
23299
{ $as_echo "$as_me:$LINENO: checking for strlcat" >&5
22929
echo $ECHO_N "checking for strlcat... $ECHO_C" >&6; }
23300
$as_echo_n "checking for strlcat... " >&6; }
22930
if test "${kde_cv_func_strlcat+set}" = set; then
23301
if test "${kde_cv_func_strlcat+set}" = set; then
22931
  echo $ECHO_N "(cached) $ECHO_C" >&6
23302
  $as_echo_n "(cached) " >&6
22932
else
23303
else
22933
 
23304
 
22934
 
23305
 
22935
 ac_ext=cpp
23306
 ac_ext=cpp
22936
ac_cpp='$CXXCPP $CPPFLAGS'
23307
ac_cpp='$CXXCPP $CPPFLAGS'
Line 22975... Line 23346...
22975
if { (ac_try="$ac_compile"
23346
if { (ac_try="$ac_compile"
22976
case "(($ac_try" in
23347
case "(($ac_try" in
22977
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23348
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22978
  *) ac_try_echo=$ac_try;;
23349
  *) ac_try_echo=$ac_try;;
22979
esac
23350
esac
22980
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23351
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
23352
$as_echo "$ac_try_echo") >&5
22981
  (eval "$ac_compile") 2>conftest.er1
23353
  (eval "$ac_compile") 2>conftest.er1
22982
  ac_status=$?
23354
  ac_status=$?
22983
  grep -v '^ *+' conftest.er1 >conftest.err
23355
  grep -v '^ *+' conftest.er1 >conftest.err
22984
  rm -f conftest.er1
23356
  rm -f conftest.er1
22985
  cat conftest.err >&5
23357
  cat conftest.err >&5
22986
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23358
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22987
  (exit $ac_status); } && {
23359
  (exit $ac_status); } && {
22988
	 test -z "$ac_cxx_werror_flag" ||
23360
	 test -z "$ac_cxx_werror_flag" ||
22989
	 test ! -s conftest.err
23361
	 test ! -s conftest.err
22990
       } && test -s conftest.$ac_objext; then
23362
       } && test -s conftest.$ac_objext; then
22991
  kde_cv_func_strlcat=yes
23363
  kde_cv_func_strlcat=yes
22992
else
23364
else
22993
  echo "$as_me: failed program was:" >&5
23365
  $as_echo "$as_me: failed program was:" >&5
22994
sed 's/^/| /' conftest.$ac_ext >&5
23366
sed 's/^/| /' conftest.$ac_ext >&5
22995
 
23367
 
22996
	kde_cv_func_strlcat=no
23368
	kde_cv_func_strlcat=no
22997
fi
23369
fi
22998
 
23370
 
Line 23007... Line 23379...
23007
 
23379
 
23008
 
23380
 
23009
fi
23381
fi
23010
 
23382
 
23011
 
23383
 
23012
{ echo "$as_me:$LINENO: result: $kde_cv_func_strlcat" >&5
23384
{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_strlcat" >&5
23013
echo "${ECHO_T}$kde_cv_func_strlcat" >&6; }
23385
$as_echo "$kde_cv_func_strlcat" >&6; }
23014
 
23386
 
23015
{ echo "$as_me:$LINENO: checking if strlcat needs custom prototype" >&5
23387
{ $as_echo "$as_me:$LINENO: checking if strlcat needs custom prototype" >&5
23016
echo $ECHO_N "checking if strlcat needs custom prototype... $ECHO_C" >&6; }
23388
$as_echo_n "checking if strlcat needs custom prototype... " >&6; }
23017
if test "${kde_cv_proto_strlcat+set}" = set; then
23389
if test "${kde_cv_proto_strlcat+set}" = set; then
23018
  echo $ECHO_N "(cached) $ECHO_C" >&6
23390
  $as_echo_n "(cached) " >&6
23019
else
23391
else
23020
 
23392
 
23021
if test "x$kde_cv_func_strlcat" = xyes; then
23393
if test "x$kde_cv_func_strlcat" = xyes; then
23022
  kde_cv_proto_strlcat=no
23394
  kde_cv_proto_strlcat=no
23023
else
23395
else
Line 23075... Line 23447...
23075
if { (ac_try="$ac_link"
23447
if { (ac_try="$ac_link"
23076
case "(($ac_try" in
23448
case "(($ac_try" in
23077
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23449
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23078
  *) ac_try_echo=$ac_try;;
23450
  *) ac_try_echo=$ac_try;;
23079
esac
23451
esac
23080
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23452
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
23453
$as_echo "$ac_try_echo") >&5
23081
  (eval "$ac_link") 2>conftest.er1
23454
  (eval "$ac_link") 2>conftest.er1
23082
  ac_status=$?
23455
  ac_status=$?
23083
  grep -v '^ *+' conftest.er1 >conftest.err
23456
  grep -v '^ *+' conftest.er1 >conftest.err
23084
  rm -f conftest.er1
23457
  rm -f conftest.er1
23085
  cat conftest.err >&5
23458
  cat conftest.err >&5
23086
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23459
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23087
  (exit $ac_status); } && {
23460
  (exit $ac_status); } && {
23088
	 test -z "$ac_cxx_werror_flag" ||
23461
	 test -z "$ac_cxx_werror_flag" ||
23089
	 test ! -s conftest.err
23462
	 test ! -s conftest.err
23090
       } && test -s conftest$ac_exeext &&
23463
       } && test -s conftest$ac_exeext && {
-
 
23464
	 test "$cross_compiling" = yes ||
23091
       $as_test_x conftest$ac_exeext; then
23465
	 $as_test_x conftest$ac_exeext
-
 
23466
       }; then
23092
   kde_cv_func_strlcat=yes
23467
   kde_cv_func_strlcat=yes
23093
  kde_cv_proto_strlcat=yes
23468
  kde_cv_proto_strlcat=yes
23094
else
23469
else
23095
  echo "$as_me: failed program was:" >&5
23470
  $as_echo "$as_me: failed program was:" >&5
23096
sed 's/^/| /' conftest.$ac_ext >&5
23471
sed 's/^/| /' conftest.$ac_ext >&5
23097
 
23472
 
23098
	kde_cv_proto_strlcat="strlcat unavailable"
23473
	kde_cv_proto_strlcat="strlcat unavailable"
23099
 
23474
 
23100
fi
23475
fi
23101
 
23476
 
-
 
23477
rm -rf conftest.dSYM
23102
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23478
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23103
      conftest$ac_exeext conftest.$ac_ext
23479
      conftest$ac_exeext conftest.$ac_ext
23104
LIBS=$kde_safe_libs
23480
LIBS=$kde_safe_libs
23105
ac_ext=c
23481
ac_ext=c
23106
ac_cpp='$CPP $CPPFLAGS'
23482
ac_cpp='$CPP $CPPFLAGS'
Line 23110... Line 23486...
23110
 
23486
 
23111
fi
23487
fi
23112
 
23488
 
23113
fi
23489
fi
23114
 
23490
 
23115
{ echo "$as_me:$LINENO: result: $kde_cv_proto_strlcat" >&5
23491
{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_strlcat" >&5
23116
echo "${ECHO_T}$kde_cv_proto_strlcat" >&6; }
23492
$as_echo "$kde_cv_proto_strlcat" >&6; }
23117
 
23493
 
23118
if test "x$kde_cv_func_strlcat" = xyes; then
23494
if test "x$kde_cv_func_strlcat" = xyes; then
23119
 
23495
 
23120
cat >>confdefs.h <<\_ACEOF
23496
cat >>confdefs.h <<\_ACEOF
23121
#define HAVE_STRLCAT 1
23497
#define HAVE_STRLCAT 1
Line 23135... Line 23511...
23135
 
23511
 
23136
 
23512
 
23137
 
23513
 
23138
 
23514
 
23139
 
23515
 
23140
{ echo "$as_me:$LINENO: checking for strlcpy" >&5
23516
{ $as_echo "$as_me:$LINENO: checking for strlcpy" >&5
23141
echo $ECHO_N "checking for strlcpy... $ECHO_C" >&6; }
23517
$as_echo_n "checking for strlcpy... " >&6; }
23142
if test "${kde_cv_func_strlcpy+set}" = set; then
23518
if test "${kde_cv_func_strlcpy+set}" = set; then
23143
  echo $ECHO_N "(cached) $ECHO_C" >&6
23519
  $as_echo_n "(cached) " >&6
23144
else
23520
else
23145
 
23521
 
23146
 
23522
 
23147
 ac_ext=cpp
23523
 ac_ext=cpp
23148
ac_cpp='$CXXCPP $CPPFLAGS'
23524
ac_cpp='$CXXCPP $CPPFLAGS'
Line 23186... Line 23562...
23186
if { (ac_try="$ac_compile"
23562
if { (ac_try="$ac_compile"
23187
case "(($ac_try" in
23563
case "(($ac_try" in
23188
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23564
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23189
  *) ac_try_echo=$ac_try;;
23565
  *) ac_try_echo=$ac_try;;
23190
esac
23566
esac
23191
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23567
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
23568
$as_echo "$ac_try_echo") >&5
23192
  (eval "$ac_compile") 2>conftest.er1
23569
  (eval "$ac_compile") 2>conftest.er1
23193
  ac_status=$?
23570
  ac_status=$?
23194
  grep -v '^ *+' conftest.er1 >conftest.err
23571
  grep -v '^ *+' conftest.er1 >conftest.err
23195
  rm -f conftest.er1
23572
  rm -f conftest.er1
23196
  cat conftest.err >&5
23573
  cat conftest.err >&5
23197
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23574
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23198
  (exit $ac_status); } && {
23575
  (exit $ac_status); } && {
23199
	 test -z "$ac_cxx_werror_flag" ||
23576
	 test -z "$ac_cxx_werror_flag" ||
23200
	 test ! -s conftest.err
23577
	 test ! -s conftest.err
23201
       } && test -s conftest.$ac_objext; then
23578
       } && test -s conftest.$ac_objext; then
23202
  kde_cv_func_strlcpy=yes
23579
  kde_cv_func_strlcpy=yes
23203
else
23580
else
23204
  echo "$as_me: failed program was:" >&5
23581
  $as_echo "$as_me: failed program was:" >&5
23205
sed 's/^/| /' conftest.$ac_ext >&5
23582
sed 's/^/| /' conftest.$ac_ext >&5
23206
 
23583
 
23207
	kde_cv_func_strlcpy=no
23584
	kde_cv_func_strlcpy=no
23208
fi
23585
fi
23209
 
23586
 
Line 23218... Line 23595...
23218
 
23595
 
23219
 
23596
 
23220
fi
23597
fi
23221
 
23598
 
23222
 
23599
 
23223
{ echo "$as_me:$LINENO: result: $kde_cv_func_strlcpy" >&5
23600
{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_strlcpy" >&5
23224
echo "${ECHO_T}$kde_cv_func_strlcpy" >&6; }
23601
$as_echo "$kde_cv_func_strlcpy" >&6; }
23225
 
23602
 
23226
{ echo "$as_me:$LINENO: checking if strlcpy needs custom prototype" >&5
23603
{ $as_echo "$as_me:$LINENO: checking if strlcpy needs custom prototype" >&5
23227
echo $ECHO_N "checking if strlcpy needs custom prototype... $ECHO_C" >&6; }
23604
$as_echo_n "checking if strlcpy needs custom prototype... " >&6; }
23228
if test "${kde_cv_proto_strlcpy+set}" = set; then
23605
if test "${kde_cv_proto_strlcpy+set}" = set; then
23229
  echo $ECHO_N "(cached) $ECHO_C" >&6
23606
  $as_echo_n "(cached) " >&6
23230
else
23607
else
23231
 
23608
 
23232
if test "x$kde_cv_func_strlcpy" = xyes; then
23609
if test "x$kde_cv_func_strlcpy" = xyes; then
23233
  kde_cv_proto_strlcpy=no
23610
  kde_cv_proto_strlcpy=no
23234
else
23611
else
Line 23285... Line 23662...
23285
if { (ac_try="$ac_link"
23662
if { (ac_try="$ac_link"
23286
case "(($ac_try" in
23663
case "(($ac_try" in
23287
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23664
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23288
  *) ac_try_echo=$ac_try;;
23665
  *) ac_try_echo=$ac_try;;
23289
esac
23666
esac
23290
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23667
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
23668
$as_echo "$ac_try_echo") >&5
23291
  (eval "$ac_link") 2>conftest.er1
23669
  (eval "$ac_link") 2>conftest.er1
23292
  ac_status=$?
23670
  ac_status=$?
23293
  grep -v '^ *+' conftest.er1 >conftest.err
23671
  grep -v '^ *+' conftest.er1 >conftest.err
23294
  rm -f conftest.er1
23672
  rm -f conftest.er1
23295
  cat conftest.err >&5
23673
  cat conftest.err >&5
23296
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23674
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23297
  (exit $ac_status); } && {
23675
  (exit $ac_status); } && {
23298
	 test -z "$ac_cxx_werror_flag" ||
23676
	 test -z "$ac_cxx_werror_flag" ||
23299
	 test ! -s conftest.err
23677
	 test ! -s conftest.err
23300
       } && test -s conftest$ac_exeext &&
23678
       } && test -s conftest$ac_exeext && {
-
 
23679
	 test "$cross_compiling" = yes ||
23301
       $as_test_x conftest$ac_exeext; then
23680
	 $as_test_x conftest$ac_exeext
-
 
23681
       }; then
23302
   kde_cv_func_strlcpy=yes
23682
   kde_cv_func_strlcpy=yes
23303
  kde_cv_proto_strlcpy=yes
23683
  kde_cv_proto_strlcpy=yes
23304
else
23684
else
23305
  echo "$as_me: failed program was:" >&5
23685
  $as_echo "$as_me: failed program was:" >&5
23306
sed 's/^/| /' conftest.$ac_ext >&5
23686
sed 's/^/| /' conftest.$ac_ext >&5
23307
 
23687
 
23308
	kde_cv_proto_strlcpy="strlcpy unavailable"
23688
	kde_cv_proto_strlcpy="strlcpy unavailable"
23309
 
23689
 
23310
fi
23690
fi
23311
 
23691
 
-
 
23692
rm -rf conftest.dSYM
23312
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23693
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23313
      conftest$ac_exeext conftest.$ac_ext
23694
      conftest$ac_exeext conftest.$ac_ext
23314
LIBS=$kde_safe_libs
23695
LIBS=$kde_safe_libs
23315
ac_ext=c
23696
ac_ext=c
23316
ac_cpp='$CPP $CPPFLAGS'
23697
ac_cpp='$CPP $CPPFLAGS'
Line 23320... Line 23701...
23320
 
23701
 
23321
fi
23702
fi
23322
 
23703
 
23323
fi
23704
fi
23324
 
23705
 
23325
{ echo "$as_me:$LINENO: result: $kde_cv_proto_strlcpy" >&5
23706
{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_strlcpy" >&5
23326
echo "${ECHO_T}$kde_cv_proto_strlcpy" >&6; }
23707
$as_echo "$kde_cv_proto_strlcpy" >&6; }
23327
 
23708
 
23328
if test "x$kde_cv_func_strlcpy" = xyes; then
23709
if test "x$kde_cv_func_strlcpy" = xyes; then
23329
 
23710
 
23330
cat >>confdefs.h <<\_ACEOF
23711
cat >>confdefs.h <<\_ACEOF
23331
#define HAVE_STRLCPY 1
23712
#define HAVE_STRLCPY 1
Line 23344... Line 23725...
23344
 
23725
 
23345
 
23726
 
23346
 
23727
 
23347
 
23728
 
23348
 
23729
 
23349
      { echo "$as_me:$LINENO: checking for main in -lutil" >&5
23730
      { $as_echo "$as_me:$LINENO: checking for main in -lutil" >&5
23350
echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6; }
23731
$as_echo_n "checking for main in -lutil... " >&6; }
23351
if test "${ac_cv_lib_util_main+set}" = set; then
23732
if test "${ac_cv_lib_util_main+set}" = set; then
23352
  echo $ECHO_N "(cached) $ECHO_C" >&6
23733
  $as_echo_n "(cached) " >&6
23353
else
23734
else
23354
  ac_check_lib_save_LIBS=$LIBS
23735
  ac_check_lib_save_LIBS=$LIBS
23355
LIBS="-lutil  $LIBS"
23736
LIBS="-lutil  $LIBS"
23356
cat >conftest.$ac_ext <<_ACEOF
23737
cat >conftest.$ac_ext <<_ACEOF
23357
/* confdefs.h.  */
23738
/* confdefs.h.  */
Line 23373... Line 23754...
23373
if { (ac_try="$ac_link"
23754
if { (ac_try="$ac_link"
23374
case "(($ac_try" in
23755
case "(($ac_try" in
23375
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23756
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23376
  *) ac_try_echo=$ac_try;;
23757
  *) ac_try_echo=$ac_try;;
23377
esac
23758
esac
23378
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23759
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
23760
$as_echo "$ac_try_echo") >&5
23379
  (eval "$ac_link") 2>conftest.er1
23761
  (eval "$ac_link") 2>conftest.er1
23380
  ac_status=$?
23762
  ac_status=$?
23381
  grep -v '^ *+' conftest.er1 >conftest.err
23763
  grep -v '^ *+' conftest.er1 >conftest.err
23382
  rm -f conftest.er1
23764
  rm -f conftest.er1
23383
  cat conftest.err >&5
23765
  cat conftest.err >&5
23384
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23766
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23385
  (exit $ac_status); } && {
23767
  (exit $ac_status); } && {
23386
	 test -z "$ac_c_werror_flag" ||
23768
	 test -z "$ac_c_werror_flag" ||
23387
	 test ! -s conftest.err
23769
	 test ! -s conftest.err
23388
       } && test -s conftest$ac_exeext &&
23770
       } && test -s conftest$ac_exeext && {
-
 
23771
	 test "$cross_compiling" = yes ||
23389
       $as_test_x conftest$ac_exeext; then
23772
	 $as_test_x conftest$ac_exeext
-
 
23773
       }; then
23390
  ac_cv_lib_util_main=yes
23774
  ac_cv_lib_util_main=yes
23391
else
23775
else
23392
  echo "$as_me: failed program was:" >&5
23776
  $as_echo "$as_me: failed program was:" >&5
23393
sed 's/^/| /' conftest.$ac_ext >&5
23777
sed 's/^/| /' conftest.$ac_ext >&5
23394
 
23778
 
23395
	ac_cv_lib_util_main=no
23779
	ac_cv_lib_util_main=no
23396
fi
23780
fi
23397
 
23781
 
-
 
23782
rm -rf conftest.dSYM
23398
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23783
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23399
      conftest$ac_exeext conftest.$ac_ext
23784
      conftest$ac_exeext conftest.$ac_ext
23400
LIBS=$ac_check_lib_save_LIBS
23785
LIBS=$ac_check_lib_save_LIBS
23401
fi
23786
fi
23402
{ echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5
23787
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5
23403
echo "${ECHO_T}$ac_cv_lib_util_main" >&6; }
23788
$as_echo "$ac_cv_lib_util_main" >&6; }
23404
if test $ac_cv_lib_util_main = yes; then
23789
if test "x$ac_cv_lib_util_main" = x""yes; then
23405
  LIBUTIL="-lutil"
23790
  LIBUTIL="-lutil"
23406
fi
23791
fi
23407
 
23792
 
23408
   { echo "$as_me:$LINENO: checking for main in -lcompat" >&5
23793
   { $as_echo "$as_me:$LINENO: checking for main in -lcompat" >&5
23409
echo $ECHO_N "checking for main in -lcompat... $ECHO_C" >&6; }
23794
$as_echo_n "checking for main in -lcompat... " >&6; }
23410
if test "${ac_cv_lib_compat_main+set}" = set; then
23795
if test "${ac_cv_lib_compat_main+set}" = set; then
23411
  echo $ECHO_N "(cached) $ECHO_C" >&6
23796
  $as_echo_n "(cached) " >&6
23412
else
23797
else
23413
  ac_check_lib_save_LIBS=$LIBS
23798
  ac_check_lib_save_LIBS=$LIBS
23414
LIBS="-lcompat  $LIBS"
23799
LIBS="-lcompat  $LIBS"
23415
cat >conftest.$ac_ext <<_ACEOF
23800
cat >conftest.$ac_ext <<_ACEOF
23416
/* confdefs.h.  */
23801
/* confdefs.h.  */
Line 23432... Line 23817...
23432
if { (ac_try="$ac_link"
23817
if { (ac_try="$ac_link"
23433
case "(($ac_try" in
23818
case "(($ac_try" in
23434
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23819
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23435
  *) ac_try_echo=$ac_try;;
23820
  *) ac_try_echo=$ac_try;;
23436
esac
23821
esac
23437
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23822
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
23823
$as_echo "$ac_try_echo") >&5
23438
  (eval "$ac_link") 2>conftest.er1
23824
  (eval "$ac_link") 2>conftest.er1
23439
  ac_status=$?
23825
  ac_status=$?
23440
  grep -v '^ *+' conftest.er1 >conftest.err
23826
  grep -v '^ *+' conftest.er1 >conftest.err
23441
  rm -f conftest.er1
23827
  rm -f conftest.er1
23442
  cat conftest.err >&5
23828
  cat conftest.err >&5
23443
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23829
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23444
  (exit $ac_status); } && {
23830
  (exit $ac_status); } && {
23445
	 test -z "$ac_c_werror_flag" ||
23831
	 test -z "$ac_c_werror_flag" ||
23446
	 test ! -s conftest.err
23832
	 test ! -s conftest.err
23447
       } && test -s conftest$ac_exeext &&
23833
       } && test -s conftest$ac_exeext && {
-
 
23834
	 test "$cross_compiling" = yes ||
23448
       $as_test_x conftest$ac_exeext; then
23835
	 $as_test_x conftest$ac_exeext
-
 
23836
       }; then
23449
  ac_cv_lib_compat_main=yes
23837
  ac_cv_lib_compat_main=yes
23450
else
23838
else
23451
  echo "$as_me: failed program was:" >&5
23839
  $as_echo "$as_me: failed program was:" >&5
23452
sed 's/^/| /' conftest.$ac_ext >&5
23840
sed 's/^/| /' conftest.$ac_ext >&5
23453
 
23841
 
23454
	ac_cv_lib_compat_main=no
23842
	ac_cv_lib_compat_main=no
23455
fi
23843
fi
23456
 
23844
 
-
 
23845
rm -rf conftest.dSYM
23457
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23846
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23458
      conftest$ac_exeext conftest.$ac_ext
23847
      conftest$ac_exeext conftest.$ac_ext
23459
LIBS=$ac_check_lib_save_LIBS
23848
LIBS=$ac_check_lib_save_LIBS
23460
fi
23849
fi
23461
{ echo "$as_me:$LINENO: result: $ac_cv_lib_compat_main" >&5
23850
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_compat_main" >&5
23462
echo "${ECHO_T}$ac_cv_lib_compat_main" >&6; }
23851
$as_echo "$ac_cv_lib_compat_main" >&6; }
23463
if test $ac_cv_lib_compat_main = yes; then
23852
if test "x$ac_cv_lib_compat_main" = x""yes; then
23464
  LIBCOMPAT="-lcompat"
23853
  LIBCOMPAT="-lcompat"
23465
fi
23854
fi
23466
 
23855
 
23467
   kde_have_crypt=
23856
   kde_have_crypt=
23468
   { echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
23857
   { $as_echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
23469
echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6; }
23858
$as_echo_n "checking for crypt in -lcrypt... " >&6; }
23470
if test "${ac_cv_lib_crypt_crypt+set}" = set; then
23859
if test "${ac_cv_lib_crypt_crypt+set}" = set; then
23471
  echo $ECHO_N "(cached) $ECHO_C" >&6
23860
  $as_echo_n "(cached) " >&6
23472
else
23861
else
23473
  ac_check_lib_save_LIBS=$LIBS
23862
  ac_check_lib_save_LIBS=$LIBS
23474
LIBS="-lcrypt  $LIBS"
23863
LIBS="-lcrypt  $LIBS"
23475
cat >conftest.$ac_ext <<_ACEOF
23864
cat >conftest.$ac_ext <<_ACEOF
23476
/* confdefs.h.  */
23865
/* confdefs.h.  */
Line 23498... Line 23887...
23498
if { (ac_try="$ac_link"
23887
if { (ac_try="$ac_link"
23499
case "(($ac_try" in
23888
case "(($ac_try" in
23500
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23889
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23501
  *) ac_try_echo=$ac_try;;
23890
  *) ac_try_echo=$ac_try;;
23502
esac
23891
esac
23503
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23892
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
23893
$as_echo "$ac_try_echo") >&5
23504
  (eval "$ac_link") 2>conftest.er1
23894
  (eval "$ac_link") 2>conftest.er1
23505
  ac_status=$?
23895
  ac_status=$?
23506
  grep -v '^ *+' conftest.er1 >conftest.err
23896
  grep -v '^ *+' conftest.er1 >conftest.err
23507
  rm -f conftest.er1
23897
  rm -f conftest.er1
23508
  cat conftest.err >&5
23898
  cat conftest.err >&5
23509
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23899
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23510
  (exit $ac_status); } && {
23900
  (exit $ac_status); } && {
23511
	 test -z "$ac_c_werror_flag" ||
23901
	 test -z "$ac_c_werror_flag" ||
23512
	 test ! -s conftest.err
23902
	 test ! -s conftest.err
23513
       } && test -s conftest$ac_exeext &&
23903
       } && test -s conftest$ac_exeext && {
-
 
23904
	 test "$cross_compiling" = yes ||
23514
       $as_test_x conftest$ac_exeext; then
23905
	 $as_test_x conftest$ac_exeext
-
 
23906
       }; then
23515
  ac_cv_lib_crypt_crypt=yes
23907
  ac_cv_lib_crypt_crypt=yes
23516
else
23908
else
23517
  echo "$as_me: failed program was:" >&5
23909
  $as_echo "$as_me: failed program was:" >&5
23518
sed 's/^/| /' conftest.$ac_ext >&5
23910
sed 's/^/| /' conftest.$ac_ext >&5
23519
 
23911
 
23520
	ac_cv_lib_crypt_crypt=no
23912
	ac_cv_lib_crypt_crypt=no
23521
fi
23913
fi
23522
 
23914
 
-
 
23915
rm -rf conftest.dSYM
23523
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23916
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23524
      conftest$ac_exeext conftest.$ac_ext
23917
      conftest$ac_exeext conftest.$ac_ext
23525
LIBS=$ac_check_lib_save_LIBS
23918
LIBS=$ac_check_lib_save_LIBS
23526
fi
23919
fi
23527
{ echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
23920
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
23528
echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6; }
23921
$as_echo "$ac_cv_lib_crypt_crypt" >&6; }
23529
if test $ac_cv_lib_crypt_crypt = yes; then
23922
if test "x$ac_cv_lib_crypt_crypt" = x""yes; then
23530
  LIBCRYPT="-lcrypt"; kde_have_crypt=yes
23923
  LIBCRYPT="-lcrypt"; kde_have_crypt=yes
23531
else
23924
else
23532
  { echo "$as_me:$LINENO: checking for crypt in -lc" >&5
23925
  { $as_echo "$as_me:$LINENO: checking for crypt in -lc" >&5
23533
echo $ECHO_N "checking for crypt in -lc... $ECHO_C" >&6; }
23926
$as_echo_n "checking for crypt in -lc... " >&6; }
23534
if test "${ac_cv_lib_c_crypt+set}" = set; then
23927
if test "${ac_cv_lib_c_crypt+set}" = set; then
23535
  echo $ECHO_N "(cached) $ECHO_C" >&6
23928
  $as_echo_n "(cached) " >&6
23536
else
23929
else
23537
  ac_check_lib_save_LIBS=$LIBS
23930
  ac_check_lib_save_LIBS=$LIBS
23538
LIBS="-lc  $LIBS"
23931
LIBS="-lc  $LIBS"
23539
cat >conftest.$ac_ext <<_ACEOF
23932
cat >conftest.$ac_ext <<_ACEOF
23540
/* confdefs.h.  */
23933
/* confdefs.h.  */
Line 23562... Line 23955...
23562
if { (ac_try="$ac_link"
23955
if { (ac_try="$ac_link"
23563
case "(($ac_try" in
23956
case "(($ac_try" in
23564
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23957
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23565
  *) ac_try_echo=$ac_try;;
23958
  *) ac_try_echo=$ac_try;;
23566
esac
23959
esac
23567
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23960
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
23961
$as_echo "$ac_try_echo") >&5
23568
  (eval "$ac_link") 2>conftest.er1
23962
  (eval "$ac_link") 2>conftest.er1
23569
  ac_status=$?
23963
  ac_status=$?
23570
  grep -v '^ *+' conftest.er1 >conftest.err
23964
  grep -v '^ *+' conftest.er1 >conftest.err
23571
  rm -f conftest.er1
23965
  rm -f conftest.er1
23572
  cat conftest.err >&5
23966
  cat conftest.err >&5
23573
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23967
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23574
  (exit $ac_status); } && {
23968
  (exit $ac_status); } && {
23575
	 test -z "$ac_c_werror_flag" ||
23969
	 test -z "$ac_c_werror_flag" ||
23576
	 test ! -s conftest.err
23970
	 test ! -s conftest.err
23577
       } && test -s conftest$ac_exeext &&
23971
       } && test -s conftest$ac_exeext && {
-
 
23972
	 test "$cross_compiling" = yes ||
23578
       $as_test_x conftest$ac_exeext; then
23973
	 $as_test_x conftest$ac_exeext
-
 
23974
       }; then
23579
  ac_cv_lib_c_crypt=yes
23975
  ac_cv_lib_c_crypt=yes
23580
else
23976
else
23581
  echo "$as_me: failed program was:" >&5
23977
  $as_echo "$as_me: failed program was:" >&5
23582
sed 's/^/| /' conftest.$ac_ext >&5
23978
sed 's/^/| /' conftest.$ac_ext >&5
23583
 
23979
 
23584
	ac_cv_lib_c_crypt=no
23980
	ac_cv_lib_c_crypt=no
23585
fi
23981
fi
23586
 
23982
 
-
 
23983
rm -rf conftest.dSYM
23587
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23984
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23588
      conftest$ac_exeext conftest.$ac_ext
23985
      conftest$ac_exeext conftest.$ac_ext
23589
LIBS=$ac_check_lib_save_LIBS
23986
LIBS=$ac_check_lib_save_LIBS
23590
fi
23987
fi
23591
{ echo "$as_me:$LINENO: result: $ac_cv_lib_c_crypt" >&5
23988
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_c_crypt" >&5
23592
echo "${ECHO_T}$ac_cv_lib_c_crypt" >&6; }
23989
$as_echo "$ac_cv_lib_c_crypt" >&6; }
23593
if test $ac_cv_lib_c_crypt = yes; then
23990
if test "x$ac_cv_lib_c_crypt" = x""yes; then
23594
  kde_have_crypt=yes
23991
  kde_have_crypt=yes
23595
else
23992
else
23596
 
23993
 
23597
        { echo "$as_me:$LINENO: WARNING: you have no crypt in either libcrypt or libc.
23994
        { $as_echo "$as_me:$LINENO: WARNING: you have no crypt in either libcrypt or libc.
23598
You should install libcrypt from another source or configure with PAM
23995
You should install libcrypt from another source or configure with PAM
23599
support" >&5
23996
support" >&5
23600
echo "$as_me: WARNING: you have no crypt in either libcrypt or libc.
23997
$as_echo "$as_me: WARNING: you have no crypt in either libcrypt or libc.
23601
You should install libcrypt from another source or configure with PAM
23998
You should install libcrypt from another source or configure with PAM
23602
support" >&2;}
23999
support" >&2;}
23603
	kde_have_crypt=no
24000
	kde_have_crypt=no
23604
 
24001
 
23605
fi
24002
fi
Line 23613... Line 24010...
23613
#define HAVE_CRYPT 1
24010
#define HAVE_CRYPT 1
23614
_ACEOF
24011
_ACEOF
23615
 
24012
 
23616
   fi
24013
   fi
23617
 
24014
 
23618
   { echo "$as_me:$LINENO: checking for socklen_t" >&5
24015
   { $as_echo "$as_me:$LINENO: checking for socklen_t" >&5
23619
echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
24016
$as_echo_n "checking for socklen_t... " >&6; }
23620
   if test "${kde_cv_socklen_t+set}" = set; then
24017
   if test "${kde_cv_socklen_t+set}" = set; then
23621
  echo $ECHO_N "(cached) $ECHO_C" >&6
24018
  $as_echo_n "(cached) " >&6
23622
else
24019
else
23623
 
24020
 
23624
      ac_ext=cpp
24021
      ac_ext=cpp
23625
ac_cpp='$CXXCPP $CPPFLAGS'
24022
ac_cpp='$CXXCPP $CPPFLAGS'
23626
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24023
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Line 23653... Line 24050...
23653
if { (ac_try="$ac_compile"
24050
if { (ac_try="$ac_compile"
23654
case "(($ac_try" in
24051
case "(($ac_try" in
23655
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24052
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23656
  *) ac_try_echo=$ac_try;;
24053
  *) ac_try_echo=$ac_try;;
23657
esac
24054
esac
23658
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24055
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
24056
$as_echo "$ac_try_echo") >&5
23659
  (eval "$ac_compile") 2>conftest.er1
24057
  (eval "$ac_compile") 2>conftest.er1
23660
  ac_status=$?
24058
  ac_status=$?
23661
  grep -v '^ *+' conftest.er1 >conftest.err
24059
  grep -v '^ *+' conftest.er1 >conftest.err
23662
  rm -f conftest.er1
24060
  rm -f conftest.er1
23663
  cat conftest.err >&5
24061
  cat conftest.err >&5
23664
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24062
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23665
  (exit $ac_status); } && {
24063
  (exit $ac_status); } && {
23666
	 test -z "$ac_cxx_werror_flag" ||
24064
	 test -z "$ac_cxx_werror_flag" ||
23667
	 test ! -s conftest.err
24065
	 test ! -s conftest.err
23668
       } && test -s conftest.$ac_objext; then
24066
       } && test -s conftest.$ac_objext; then
23669
 
24067
 
23670
         kde_cv_socklen_t=yes
24068
         kde_cv_socklen_t=yes
23671
         kde_cv_socklen_t_equiv=socklen_t
24069
         kde_cv_socklen_t_equiv=socklen_t
23672
 
24070
 
23673
else
24071
else
23674
  echo "$as_me: failed program was:" >&5
24072
  $as_echo "$as_me: failed program was:" >&5
23675
sed 's/^/| /' conftest.$ac_ext >&5
24073
sed 's/^/| /' conftest.$ac_ext >&5
23676
 
24074
 
23677
 
24075
 
23678
fi
24076
fi
23679
 
24077
 
Line 23685... Line 24083...
23685
ac_compiler_gnu=$ac_cv_c_compiler_gnu
24083
ac_compiler_gnu=$ac_cv_c_compiler_gnu
23686
 
24084
 
23687
 
24085
 
23688
fi
24086
fi
23689
 
24087
 
23690
   { echo "$as_me:$LINENO: result: $kde_cv_socklen_t" >&5
24088
   { $as_echo "$as_me:$LINENO: result: $kde_cv_socklen_t" >&5
23691
echo "${ECHO_T}$kde_cv_socklen_t" >&6; }
24089
$as_echo "$kde_cv_socklen_t" >&6; }
23692
   if test $kde_cv_socklen_t = no; then
24090
   if test $kde_cv_socklen_t = no; then
23693
      { echo "$as_me:$LINENO: checking for socklen_t equivalent for socket functions" >&5
24091
      { $as_echo "$as_me:$LINENO: checking for socklen_t equivalent for socket functions" >&5
23694
echo $ECHO_N "checking for socklen_t equivalent for socket functions... $ECHO_C" >&6; }
24092
$as_echo_n "checking for socklen_t equivalent for socket functions... " >&6; }
23695
      if test "${kde_cv_socklen_t_equiv+set}" = set; then
24093
      if test "${kde_cv_socklen_t_equiv+set}" = set; then
23696
  echo $ECHO_N "(cached) $ECHO_C" >&6
24094
  $as_echo_n "(cached) " >&6
23697
else
24095
else
23698
 
24096
 
23699
         kde_cv_socklen_t_equiv=int
24097
         kde_cv_socklen_t_equiv=int
23700
         ac_ext=cpp
24098
         ac_ext=cpp
23701
ac_cpp='$CXXCPP $CPPFLAGS'
24099
ac_cpp='$CXXCPP $CPPFLAGS'
Line 23729... Line 24127...
23729
if { (ac_try="$ac_compile"
24127
if { (ac_try="$ac_compile"
23730
case "(($ac_try" in
24128
case "(($ac_try" in
23731
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24129
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23732
  *) ac_try_echo=$ac_try;;
24130
  *) ac_try_echo=$ac_try;;
23733
esac
24131
esac
23734
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24132
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
24133
$as_echo "$ac_try_echo") >&5
23735
  (eval "$ac_compile") 2>conftest.er1
24134
  (eval "$ac_compile") 2>conftest.er1
23736
  ac_status=$?
24135
  ac_status=$?
23737
  grep -v '^ *+' conftest.er1 >conftest.err
24136
  grep -v '^ *+' conftest.er1 >conftest.err
23738
  rm -f conftest.er1
24137
  rm -f conftest.er1
23739
  cat conftest.err >&5
24138
  cat conftest.err >&5
23740
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24139
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23741
  (exit $ac_status); } && {
24140
  (exit $ac_status); } && {
23742
	 test -z "$ac_cxx_werror_flag" ||
24141
	 test -z "$ac_cxx_werror_flag" ||
23743
	 test ! -s conftest.err
24142
	 test ! -s conftest.err
23744
       } && test -s conftest.$ac_objext; then
24143
       } && test -s conftest.$ac_objext; then
23745
 
24144
 
23746
               kde_cv_socklen_t_equiv="$t"
24145
               kde_cv_socklen_t_equiv="$t"
23747
               break
24146
               break
23748
 
24147
 
23749
else
24148
else
23750
  echo "$as_me: failed program was:" >&5
24149
  $as_echo "$as_me: failed program was:" >&5
23751
sed 's/^/| /' conftest.$ac_ext >&5
24150
sed 's/^/| /' conftest.$ac_ext >&5
23752
 
24151
 
23753
 
24152
 
23754
fi
24153
fi
23755
 
24154
 
Line 23762... Line 24161...
23762
ac_compiler_gnu=$ac_cv_c_compiler_gnu
24161
ac_compiler_gnu=$ac_cv_c_compiler_gnu
23763
 
24162
 
23764
 
24163
 
23765
fi
24164
fi
23766
 
24165
 
23767
      { echo "$as_me:$LINENO: result: $kde_cv_socklen_t_equiv" >&5
24166
      { $as_echo "$as_me:$LINENO: result: $kde_cv_socklen_t_equiv" >&5
23768
echo "${ECHO_T}$kde_cv_socklen_t_equiv" >&6; }
24167
$as_echo "$kde_cv_socklen_t_equiv" >&6; }
23769
   fi
24168
   fi
23770
 
24169
 
23771
cat >>confdefs.h <<_ACEOF
24170
cat >>confdefs.h <<_ACEOF
23772
#define kde_socklen_t $kde_cv_socklen_t_equiv
24171
#define kde_socklen_t $kde_cv_socklen_t_equiv
23773
_ACEOF
24172
_ACEOF
Line 23776... Line 24175...
23776
cat >>confdefs.h <<_ACEOF
24175
cat >>confdefs.h <<_ACEOF
23777
#define ksize_t $kde_cv_socklen_t_equiv
24176
#define ksize_t $kde_cv_socklen_t_equiv
23778
_ACEOF
24177
_ACEOF
23779
 
24178
 
23780
 
24179
 
23781
   { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
24180
   { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
23782
echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
24181
$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
23783
if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
24182
if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
23784
  echo $ECHO_N "(cached) $ECHO_C" >&6
24183
  $as_echo_n "(cached) " >&6
23785
else
24184
else
23786
  ac_check_lib_save_LIBS=$LIBS
24185
  ac_check_lib_save_LIBS=$LIBS
23787
LIBS="-ldnet  $LIBS"
24186
LIBS="-ldnet  $LIBS"
23788
cat >conftest.$ac_ext <<_ACEOF
24187
cat >conftest.$ac_ext <<_ACEOF
23789
/* confdefs.h.  */
24188
/* confdefs.h.  */
Line 23811... Line 24210...
23811
if { (ac_try="$ac_link"
24210
if { (ac_try="$ac_link"
23812
case "(($ac_try" in
24211
case "(($ac_try" in
23813
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24212
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23814
  *) ac_try_echo=$ac_try;;
24213
  *) ac_try_echo=$ac_try;;
23815
esac
24214
esac
23816
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24215
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
24216
$as_echo "$ac_try_echo") >&5
23817
  (eval "$ac_link") 2>conftest.er1
24217
  (eval "$ac_link") 2>conftest.er1
23818
  ac_status=$?
24218
  ac_status=$?
23819
  grep -v '^ *+' conftest.er1 >conftest.err
24219
  grep -v '^ *+' conftest.er1 >conftest.err
23820
  rm -f conftest.er1
24220
  rm -f conftest.er1
23821
  cat conftest.err >&5
24221
  cat conftest.err >&5
23822
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24222
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23823
  (exit $ac_status); } && {
24223
  (exit $ac_status); } && {
23824
	 test -z "$ac_c_werror_flag" ||
24224
	 test -z "$ac_c_werror_flag" ||
23825
	 test ! -s conftest.err
24225
	 test ! -s conftest.err
23826
       } && test -s conftest$ac_exeext &&
24226
       } && test -s conftest$ac_exeext && {
-
 
24227
	 test "$cross_compiling" = yes ||
23827
       $as_test_x conftest$ac_exeext; then
24228
	 $as_test_x conftest$ac_exeext
-
 
24229
       }; then
23828
  ac_cv_lib_dnet_dnet_ntoa=yes
24230
  ac_cv_lib_dnet_dnet_ntoa=yes
23829
else
24231
else
23830
  echo "$as_me: failed program was:" >&5
24232
  $as_echo "$as_me: failed program was:" >&5
23831
sed 's/^/| /' conftest.$ac_ext >&5
24233
sed 's/^/| /' conftest.$ac_ext >&5
23832
 
24234
 
23833
	ac_cv_lib_dnet_dnet_ntoa=no
24235
	ac_cv_lib_dnet_dnet_ntoa=no
23834
fi
24236
fi
23835
 
24237
 
-
 
24238
rm -rf conftest.dSYM
23836
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24239
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23837
      conftest$ac_exeext conftest.$ac_ext
24240
      conftest$ac_exeext conftest.$ac_ext
23838
LIBS=$ac_check_lib_save_LIBS
24241
LIBS=$ac_check_lib_save_LIBS
23839
fi
24242
fi
23840
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
24243
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
23841
echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
24244
$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
23842
if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
24245
if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
23843
  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
24246
  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
23844
fi
24247
fi
23845
 
24248
 
23846
   if test $ac_cv_lib_dnet_dnet_ntoa = no; then
24249
   if test $ac_cv_lib_dnet_dnet_ntoa = no; then
23847
      { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
24250
      { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
23848
echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
24251
$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
23849
if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
24252
if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
23850
  echo $ECHO_N "(cached) $ECHO_C" >&6
24253
  $as_echo_n "(cached) " >&6
23851
else
24254
else
23852
  ac_check_lib_save_LIBS=$LIBS
24255
  ac_check_lib_save_LIBS=$LIBS
23853
LIBS="-ldnet_stub  $LIBS"
24256
LIBS="-ldnet_stub  $LIBS"
23854
cat >conftest.$ac_ext <<_ACEOF
24257
cat >conftest.$ac_ext <<_ACEOF
23855
/* confdefs.h.  */
24258
/* confdefs.h.  */
Line 23877... Line 24280...
23877
if { (ac_try="$ac_link"
24280
if { (ac_try="$ac_link"
23878
case "(($ac_try" in
24281
case "(($ac_try" in
23879
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24282
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23880
  *) ac_try_echo=$ac_try;;
24283
  *) ac_try_echo=$ac_try;;
23881
esac
24284
esac
23882
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24285
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
24286
$as_echo "$ac_try_echo") >&5
23883
  (eval "$ac_link") 2>conftest.er1
24287
  (eval "$ac_link") 2>conftest.er1
23884
  ac_status=$?
24288
  ac_status=$?
23885
  grep -v '^ *+' conftest.er1 >conftest.err
24289
  grep -v '^ *+' conftest.er1 >conftest.err
23886
  rm -f conftest.er1
24290
  rm -f conftest.er1
23887
  cat conftest.err >&5
24291
  cat conftest.err >&5
23888
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24292
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23889
  (exit $ac_status); } && {
24293
  (exit $ac_status); } && {
23890
	 test -z "$ac_c_werror_flag" ||
24294
	 test -z "$ac_c_werror_flag" ||
23891
	 test ! -s conftest.err
24295
	 test ! -s conftest.err
23892
       } && test -s conftest$ac_exeext &&
24296
       } && test -s conftest$ac_exeext && {
-
 
24297
	 test "$cross_compiling" = yes ||
23893
       $as_test_x conftest$ac_exeext; then
24298
	 $as_test_x conftest$ac_exeext
-
 
24299
       }; then
23894
  ac_cv_lib_dnet_stub_dnet_ntoa=yes
24300
  ac_cv_lib_dnet_stub_dnet_ntoa=yes
23895
else
24301
else
23896
  echo "$as_me: failed program was:" >&5
24302
  $as_echo "$as_me: failed program was:" >&5
23897
sed 's/^/| /' conftest.$ac_ext >&5
24303
sed 's/^/| /' conftest.$ac_ext >&5
23898
 
24304
 
23899
	ac_cv_lib_dnet_stub_dnet_ntoa=no
24305
	ac_cv_lib_dnet_stub_dnet_ntoa=no
23900
fi
24306
fi
23901
 
24307
 
-
 
24308
rm -rf conftest.dSYM
23902
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24309
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23903
      conftest$ac_exeext conftest.$ac_ext
24310
      conftest$ac_exeext conftest.$ac_ext
23904
LIBS=$ac_check_lib_save_LIBS
24311
LIBS=$ac_check_lib_save_LIBS
23905
fi
24312
fi
23906
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
24313
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
23907
echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
24314
$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
23908
if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
24315
if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
23909
  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
24316
  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
23910
fi
24317
fi
23911
 
24318
 
23912
   fi
24319
   fi
23913
   { echo "$as_me:$LINENO: checking for inet_ntoa" >&5
24320
   { $as_echo "$as_me:$LINENO: checking for inet_ntoa" >&5
23914
echo $ECHO_N "checking for inet_ntoa... $ECHO_C" >&6; }
24321
$as_echo_n "checking for inet_ntoa... " >&6; }
23915
if test "${ac_cv_func_inet_ntoa+set}" = set; then
24322
if test "${ac_cv_func_inet_ntoa+set}" = set; then
23916
  echo $ECHO_N "(cached) $ECHO_C" >&6
24323
  $as_echo_n "(cached) " >&6
23917
else
24324
else
23918
  cat >conftest.$ac_ext <<_ACEOF
24325
  cat >conftest.$ac_ext <<_ACEOF
23919
/* confdefs.h.  */
24326
/* confdefs.h.  */
23920
_ACEOF
24327
_ACEOF
23921
cat confdefs.h >>conftest.$ac_ext
24328
cat confdefs.h >>conftest.$ac_ext
Line 23964... Line 24371...
23964
if { (ac_try="$ac_link"
24371
if { (ac_try="$ac_link"
23965
case "(($ac_try" in
24372
case "(($ac_try" in
23966
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24373
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23967
  *) ac_try_echo=$ac_try;;
24374
  *) ac_try_echo=$ac_try;;
23968
esac
24375
esac
23969
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24376
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
24377
$as_echo "$ac_try_echo") >&5
23970
  (eval "$ac_link") 2>conftest.er1
24378
  (eval "$ac_link") 2>conftest.er1
23971
  ac_status=$?
24379
  ac_status=$?
23972
  grep -v '^ *+' conftest.er1 >conftest.err
24380
  grep -v '^ *+' conftest.er1 >conftest.err
23973
  rm -f conftest.er1
24381
  rm -f conftest.er1
23974
  cat conftest.err >&5
24382
  cat conftest.err >&5
23975
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24383
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23976
  (exit $ac_status); } && {
24384
  (exit $ac_status); } && {
23977
	 test -z "$ac_c_werror_flag" ||
24385
	 test -z "$ac_c_werror_flag" ||
23978
	 test ! -s conftest.err
24386
	 test ! -s conftest.err
23979
       } && test -s conftest$ac_exeext &&
24387
       } && test -s conftest$ac_exeext && {
-
 
24388
	 test "$cross_compiling" = yes ||
23980
       $as_test_x conftest$ac_exeext; then
24389
	 $as_test_x conftest$ac_exeext
-
 
24390
       }; then
23981
  ac_cv_func_inet_ntoa=yes
24391
  ac_cv_func_inet_ntoa=yes
23982
else
24392
else
23983
  echo "$as_me: failed program was:" >&5
24393
  $as_echo "$as_me: failed program was:" >&5
23984
sed 's/^/| /' conftest.$ac_ext >&5
24394
sed 's/^/| /' conftest.$ac_ext >&5
23985
 
24395
 
23986
	ac_cv_func_inet_ntoa=no
24396
	ac_cv_func_inet_ntoa=no
23987
fi
24397
fi
23988
 
24398
 
-
 
24399
rm -rf conftest.dSYM
23989
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24400
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23990
      conftest$ac_exeext conftest.$ac_ext
24401
      conftest$ac_exeext conftest.$ac_ext
23991
fi
24402
fi
23992
{ echo "$as_me:$LINENO: result: $ac_cv_func_inet_ntoa" >&5
24403
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_inet_ntoa" >&5
23993
echo "${ECHO_T}$ac_cv_func_inet_ntoa" >&6; }
24404
$as_echo "$ac_cv_func_inet_ntoa" >&6; }
23994
 
24405
 
23995
   if test $ac_cv_func_inet_ntoa = no; then
24406
   if test $ac_cv_func_inet_ntoa = no; then
23996
     { echo "$as_me:$LINENO: checking for inet_ntoa in -lnsl" >&5
24407
     { $as_echo "$as_me:$LINENO: checking for inet_ntoa in -lnsl" >&5
23997
echo $ECHO_N "checking for inet_ntoa in -lnsl... $ECHO_C" >&6; }
24408
$as_echo_n "checking for inet_ntoa in -lnsl... " >&6; }
23998
if test "${ac_cv_lib_nsl_inet_ntoa+set}" = set; then
24409
if test "${ac_cv_lib_nsl_inet_ntoa+set}" = set; then
23999
  echo $ECHO_N "(cached) $ECHO_C" >&6
24410
  $as_echo_n "(cached) " >&6
24000
else
24411
else
24001
  ac_check_lib_save_LIBS=$LIBS
24412
  ac_check_lib_save_LIBS=$LIBS
24002
LIBS="-lnsl  $LIBS"
24413
LIBS="-lnsl  $LIBS"
24003
cat >conftest.$ac_ext <<_ACEOF
24414
cat >conftest.$ac_ext <<_ACEOF
24004
/* confdefs.h.  */
24415
/* confdefs.h.  */
Line 24026... Line 24437...
24026
if { (ac_try="$ac_link"
24437
if { (ac_try="$ac_link"
24027
case "(($ac_try" in
24438
case "(($ac_try" in
24028
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24439
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24029
  *) ac_try_echo=$ac_try;;
24440
  *) ac_try_echo=$ac_try;;
24030
esac
24441
esac
24031
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24442
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
24443
$as_echo "$ac_try_echo") >&5
24032
  (eval "$ac_link") 2>conftest.er1
24444
  (eval "$ac_link") 2>conftest.er1
24033
  ac_status=$?
24445
  ac_status=$?
24034
  grep -v '^ *+' conftest.er1 >conftest.err
24446
  grep -v '^ *+' conftest.er1 >conftest.err
24035
  rm -f conftest.er1
24447
  rm -f conftest.er1
24036
  cat conftest.err >&5
24448
  cat conftest.err >&5
24037
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24449
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24038
  (exit $ac_status); } && {
24450
  (exit $ac_status); } && {
24039
	 test -z "$ac_c_werror_flag" ||
24451
	 test -z "$ac_c_werror_flag" ||
24040
	 test ! -s conftest.err
24452
	 test ! -s conftest.err
24041
       } && test -s conftest$ac_exeext &&
24453
       } && test -s conftest$ac_exeext && {
-
 
24454
	 test "$cross_compiling" = yes ||
24042
       $as_test_x conftest$ac_exeext; then
24455
	 $as_test_x conftest$ac_exeext
-
 
24456
       }; then
24043
  ac_cv_lib_nsl_inet_ntoa=yes
24457
  ac_cv_lib_nsl_inet_ntoa=yes
24044
else
24458
else
24045
  echo "$as_me: failed program was:" >&5
24459
  $as_echo "$as_me: failed program was:" >&5
24046
sed 's/^/| /' conftest.$ac_ext >&5
24460
sed 's/^/| /' conftest.$ac_ext >&5
24047
 
24461
 
24048
	ac_cv_lib_nsl_inet_ntoa=no
24462
	ac_cv_lib_nsl_inet_ntoa=no
24049
fi
24463
fi
24050
 
24464
 
-
 
24465
rm -rf conftest.dSYM
24051
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24466
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24052
      conftest$ac_exeext conftest.$ac_ext
24467
      conftest$ac_exeext conftest.$ac_ext
24053
LIBS=$ac_check_lib_save_LIBS
24468
LIBS=$ac_check_lib_save_LIBS
24054
fi
24469
fi
24055
{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_ntoa" >&5
24470
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_ntoa" >&5
24056
echo "${ECHO_T}$ac_cv_lib_nsl_inet_ntoa" >&6; }
24471
$as_echo "$ac_cv_lib_nsl_inet_ntoa" >&6; }
24057
if test $ac_cv_lib_nsl_inet_ntoa = yes; then
24472
if test "x$ac_cv_lib_nsl_inet_ntoa" = x""yes; then
24058
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
24473
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
24059
fi
24474
fi
24060
 
24475
 
24061
   fi
24476
   fi
24062
   { echo "$as_me:$LINENO: checking for connect" >&5
24477
   { $as_echo "$as_me:$LINENO: checking for connect" >&5
24063
echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
24478
$as_echo_n "checking for connect... " >&6; }
24064
if test "${ac_cv_func_connect+set}" = set; then
24479
if test "${ac_cv_func_connect+set}" = set; then
24065
  echo $ECHO_N "(cached) $ECHO_C" >&6
24480
  $as_echo_n "(cached) " >&6
24066
else
24481
else
24067
  cat >conftest.$ac_ext <<_ACEOF
24482
  cat >conftest.$ac_ext <<_ACEOF
24068
/* confdefs.h.  */
24483
/* confdefs.h.  */
24069
_ACEOF
24484
_ACEOF
24070
cat confdefs.h >>conftest.$ac_ext
24485
cat confdefs.h >>conftest.$ac_ext
Line 24113... Line 24528...
24113
if { (ac_try="$ac_link"
24528
if { (ac_try="$ac_link"
24114
case "(($ac_try" in
24529
case "(($ac_try" in
24115
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24530
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24116
  *) ac_try_echo=$ac_try;;
24531
  *) ac_try_echo=$ac_try;;
24117
esac
24532
esac
24118
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24533
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
24534
$as_echo "$ac_try_echo") >&5
24119
  (eval "$ac_link") 2>conftest.er1
24535
  (eval "$ac_link") 2>conftest.er1
24120
  ac_status=$?
24536
  ac_status=$?
24121
  grep -v '^ *+' conftest.er1 >conftest.err
24537
  grep -v '^ *+' conftest.er1 >conftest.err
24122
  rm -f conftest.er1
24538
  rm -f conftest.er1
24123
  cat conftest.err >&5
24539
  cat conftest.err >&5
24124
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24540
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24125
  (exit $ac_status); } && {
24541
  (exit $ac_status); } && {
24126
	 test -z "$ac_c_werror_flag" ||
24542
	 test -z "$ac_c_werror_flag" ||
24127
	 test ! -s conftest.err
24543
	 test ! -s conftest.err
24128
       } && test -s conftest$ac_exeext &&
24544
       } && test -s conftest$ac_exeext && {
-
 
24545
	 test "$cross_compiling" = yes ||
24129
       $as_test_x conftest$ac_exeext; then
24546
	 $as_test_x conftest$ac_exeext
-
 
24547
       }; then
24130
  ac_cv_func_connect=yes
24548
  ac_cv_func_connect=yes
24131
else
24549
else
24132
  echo "$as_me: failed program was:" >&5
24550
  $as_echo "$as_me: failed program was:" >&5
24133
sed 's/^/| /' conftest.$ac_ext >&5
24551
sed 's/^/| /' conftest.$ac_ext >&5
24134
 
24552
 
24135
	ac_cv_func_connect=no
24553
	ac_cv_func_connect=no
24136
fi
24554
fi
24137
 
24555
 
-
 
24556
rm -rf conftest.dSYM
24138
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24557
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24139
      conftest$ac_exeext conftest.$ac_ext
24558
      conftest$ac_exeext conftest.$ac_ext
24140
fi
24559
fi
24141
{ echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
24560
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
24142
echo "${ECHO_T}$ac_cv_func_connect" >&6; }
24561
$as_echo "$ac_cv_func_connect" >&6; }
24143
 
24562
 
24144
   if test $ac_cv_func_connect = no; then
24563
   if test $ac_cv_func_connect = no; then
24145
      { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
24564
      { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
24146
echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
24565
$as_echo_n "checking for connect in -lsocket... " >&6; }
24147
if test "${ac_cv_lib_socket_connect+set}" = set; then
24566
if test "${ac_cv_lib_socket_connect+set}" = set; then
24148
  echo $ECHO_N "(cached) $ECHO_C" >&6
24567
  $as_echo_n "(cached) " >&6
24149
else
24568
else
24150
  ac_check_lib_save_LIBS=$LIBS
24569
  ac_check_lib_save_LIBS=$LIBS
24151
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
24570
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
24152
cat >conftest.$ac_ext <<_ACEOF
24571
cat >conftest.$ac_ext <<_ACEOF
24153
/* confdefs.h.  */
24572
/* confdefs.h.  */
Line 24175... Line 24594...
24175
if { (ac_try="$ac_link"
24594
if { (ac_try="$ac_link"
24176
case "(($ac_try" in
24595
case "(($ac_try" in
24177
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24596
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24178
  *) ac_try_echo=$ac_try;;
24597
  *) ac_try_echo=$ac_try;;
24179
esac
24598
esac
24180
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24599
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
24600
$as_echo "$ac_try_echo") >&5
24181
  (eval "$ac_link") 2>conftest.er1
24601
  (eval "$ac_link") 2>conftest.er1
24182
  ac_status=$?
24602
  ac_status=$?
24183
  grep -v '^ *+' conftest.er1 >conftest.err
24603
  grep -v '^ *+' conftest.er1 >conftest.err
24184
  rm -f conftest.er1
24604
  rm -f conftest.er1
24185
  cat conftest.err >&5
24605
  cat conftest.err >&5
24186
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24606
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24187
  (exit $ac_status); } && {
24607
  (exit $ac_status); } && {
24188
	 test -z "$ac_c_werror_flag" ||
24608
	 test -z "$ac_c_werror_flag" ||
24189
	 test ! -s conftest.err
24609
	 test ! -s conftest.err
24190
       } && test -s conftest$ac_exeext &&
24610
       } && test -s conftest$ac_exeext && {
-
 
24611
	 test "$cross_compiling" = yes ||
24191
       $as_test_x conftest$ac_exeext; then
24612
	 $as_test_x conftest$ac_exeext
-
 
24613
       }; then
24192
  ac_cv_lib_socket_connect=yes
24614
  ac_cv_lib_socket_connect=yes
24193
else
24615
else
24194
  echo "$as_me: failed program was:" >&5
24616
  $as_echo "$as_me: failed program was:" >&5
24195
sed 's/^/| /' conftest.$ac_ext >&5
24617
sed 's/^/| /' conftest.$ac_ext >&5
24196
 
24618
 
24197
	ac_cv_lib_socket_connect=no
24619
	ac_cv_lib_socket_connect=no
24198
fi
24620
fi
24199
 
24621
 
-
 
24622
rm -rf conftest.dSYM
24200
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24623
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24201
      conftest$ac_exeext conftest.$ac_ext
24624
      conftest$ac_exeext conftest.$ac_ext
24202
LIBS=$ac_check_lib_save_LIBS
24625
LIBS=$ac_check_lib_save_LIBS
24203
fi
24626
fi
24204
{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
24627
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
24205
echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
24628
$as_echo "$ac_cv_lib_socket_connect" >&6; }
24206
if test $ac_cv_lib_socket_connect = yes; then
24629
if test "x$ac_cv_lib_socket_connect" = x""yes; then
24207
  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
24630
  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
24208
fi
24631
fi
24209
 
24632
 
24210
   fi
24633
   fi
24211
 
24634
 
24212
   { echo "$as_me:$LINENO: checking for remove" >&5
24635
   { $as_echo "$as_me:$LINENO: checking for remove" >&5
24213
echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
24636
$as_echo_n "checking for remove... " >&6; }
24214
if test "${ac_cv_func_remove+set}" = set; then
24637
if test "${ac_cv_func_remove+set}" = set; then
24215
  echo $ECHO_N "(cached) $ECHO_C" >&6
24638
  $as_echo_n "(cached) " >&6
24216
else
24639
else
24217
  cat >conftest.$ac_ext <<_ACEOF
24640
  cat >conftest.$ac_ext <<_ACEOF
24218
/* confdefs.h.  */
24641
/* confdefs.h.  */
24219
_ACEOF
24642
_ACEOF
24220
cat confdefs.h >>conftest.$ac_ext
24643
cat confdefs.h >>conftest.$ac_ext
Line 24263... Line 24686...
24263
if { (ac_try="$ac_link"
24686
if { (ac_try="$ac_link"
24264
case "(($ac_try" in
24687
case "(($ac_try" in
24265
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24688
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24266
  *) ac_try_echo=$ac_try;;
24689
  *) ac_try_echo=$ac_try;;
24267
esac
24690
esac
24268
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24691
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
24692
$as_echo "$ac_try_echo") >&5
24269
  (eval "$ac_link") 2>conftest.er1
24693
  (eval "$ac_link") 2>conftest.er1
24270
  ac_status=$?
24694
  ac_status=$?
24271
  grep -v '^ *+' conftest.er1 >conftest.err
24695
  grep -v '^ *+' conftest.er1 >conftest.err
24272
  rm -f conftest.er1
24696
  rm -f conftest.er1
24273
  cat conftest.err >&5
24697
  cat conftest.err >&5
24274
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24698
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24275
  (exit $ac_status); } && {
24699
  (exit $ac_status); } && {
24276
	 test -z "$ac_c_werror_flag" ||
24700
	 test -z "$ac_c_werror_flag" ||
24277
	 test ! -s conftest.err
24701
	 test ! -s conftest.err
24278
       } && test -s conftest$ac_exeext &&
24702
       } && test -s conftest$ac_exeext && {
-
 
24703
	 test "$cross_compiling" = yes ||
24279
       $as_test_x conftest$ac_exeext; then
24704
	 $as_test_x conftest$ac_exeext
-
 
24705
       }; then
24280
  ac_cv_func_remove=yes
24706
  ac_cv_func_remove=yes
24281
else
24707
else
24282
  echo "$as_me: failed program was:" >&5
24708
  $as_echo "$as_me: failed program was:" >&5
24283
sed 's/^/| /' conftest.$ac_ext >&5
24709
sed 's/^/| /' conftest.$ac_ext >&5
24284
 
24710
 
24285
	ac_cv_func_remove=no
24711
	ac_cv_func_remove=no
24286
fi
24712
fi
24287
 
24713
 
-
 
24714
rm -rf conftest.dSYM
24288
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24715
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24289
      conftest$ac_exeext conftest.$ac_ext
24716
      conftest$ac_exeext conftest.$ac_ext
24290
fi
24717
fi
24291
{ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
24718
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
24292
echo "${ECHO_T}$ac_cv_func_remove" >&6; }
24719
$as_echo "$ac_cv_func_remove" >&6; }
24293
 
24720
 
24294
   if test $ac_cv_func_remove = no; then
24721
   if test $ac_cv_func_remove = no; then
24295
      { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
24722
      { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
24296
echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
24723
$as_echo_n "checking for remove in -lposix... " >&6; }
24297
if test "${ac_cv_lib_posix_remove+set}" = set; then
24724
if test "${ac_cv_lib_posix_remove+set}" = set; then
24298
  echo $ECHO_N "(cached) $ECHO_C" >&6
24725
  $as_echo_n "(cached) " >&6
24299
else
24726
else
24300
  ac_check_lib_save_LIBS=$LIBS
24727
  ac_check_lib_save_LIBS=$LIBS
24301
LIBS="-lposix  $LIBS"
24728
LIBS="-lposix  $LIBS"
24302
cat >conftest.$ac_ext <<_ACEOF
24729
cat >conftest.$ac_ext <<_ACEOF
24303
/* confdefs.h.  */
24730
/* confdefs.h.  */
Line 24325... Line 24752...
24325
if { (ac_try="$ac_link"
24752
if { (ac_try="$ac_link"
24326
case "(($ac_try" in
24753
case "(($ac_try" in
24327
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24754
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24328
  *) ac_try_echo=$ac_try;;
24755
  *) ac_try_echo=$ac_try;;
24329
esac
24756
esac
24330
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24757
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
24758
$as_echo "$ac_try_echo") >&5
24331
  (eval "$ac_link") 2>conftest.er1
24759
  (eval "$ac_link") 2>conftest.er1
24332
  ac_status=$?
24760
  ac_status=$?
24333
  grep -v '^ *+' conftest.er1 >conftest.err
24761
  grep -v '^ *+' conftest.er1 >conftest.err
24334
  rm -f conftest.er1
24762
  rm -f conftest.er1
24335
  cat conftest.err >&5
24763
  cat conftest.err >&5
24336
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24764
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24337
  (exit $ac_status); } && {
24765
  (exit $ac_status); } && {
24338
	 test -z "$ac_c_werror_flag" ||
24766
	 test -z "$ac_c_werror_flag" ||
24339
	 test ! -s conftest.err
24767
	 test ! -s conftest.err
24340
       } && test -s conftest$ac_exeext &&
24768
       } && test -s conftest$ac_exeext && {
-
 
24769
	 test "$cross_compiling" = yes ||
24341
       $as_test_x conftest$ac_exeext; then
24770
	 $as_test_x conftest$ac_exeext
-
 
24771
       }; then
24342
  ac_cv_lib_posix_remove=yes
24772
  ac_cv_lib_posix_remove=yes
24343
else
24773
else
24344
  echo "$as_me: failed program was:" >&5
24774
  $as_echo "$as_me: failed program was:" >&5
24345
sed 's/^/| /' conftest.$ac_ext >&5
24775
sed 's/^/| /' conftest.$ac_ext >&5
24346
 
24776
 
24347
	ac_cv_lib_posix_remove=no
24777
	ac_cv_lib_posix_remove=no
24348
fi
24778
fi
24349
 
24779
 
-
 
24780
rm -rf conftest.dSYM
24350
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24781
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24351
      conftest$ac_exeext conftest.$ac_ext
24782
      conftest$ac_exeext conftest.$ac_ext
24352
LIBS=$ac_check_lib_save_LIBS
24783
LIBS=$ac_check_lib_save_LIBS
24353
fi
24784
fi
24354
{ echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
24785
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
24355
echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
24786
$as_echo "$ac_cv_lib_posix_remove" >&6; }
24356
if test $ac_cv_lib_posix_remove = yes; then
24787
if test "x$ac_cv_lib_posix_remove" = x""yes; then
24357
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
24788
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
24358
fi
24789
fi
24359
 
24790
 
24360
   fi
24791
   fi
24361
 
24792
 
24362
   # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
24793
   # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
24363
   { echo "$as_me:$LINENO: checking for shmat" >&5
24794
   { $as_echo "$as_me:$LINENO: checking for shmat" >&5
24364
echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
24795
$as_echo_n "checking for shmat... " >&6; }
24365
if test "${ac_cv_func_shmat+set}" = set; then
24796
if test "${ac_cv_func_shmat+set}" = set; then
24366
  echo $ECHO_N "(cached) $ECHO_C" >&6
24797
  $as_echo_n "(cached) " >&6
24367
else
24798
else
24368
  cat >conftest.$ac_ext <<_ACEOF
24799
  cat >conftest.$ac_ext <<_ACEOF
24369
/* confdefs.h.  */
24800
/* confdefs.h.  */
24370
_ACEOF
24801
_ACEOF
24371
cat confdefs.h >>conftest.$ac_ext
24802
cat confdefs.h >>conftest.$ac_ext
Line 24414... Line 24845...
24414
if { (ac_try="$ac_link"
24845
if { (ac_try="$ac_link"
24415
case "(($ac_try" in
24846
case "(($ac_try" in
24416
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24847
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24417
  *) ac_try_echo=$ac_try;;
24848
  *) ac_try_echo=$ac_try;;
24418
esac
24849
esac
24419
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24850
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
24851
$as_echo "$ac_try_echo") >&5
24420
  (eval "$ac_link") 2>conftest.er1
24852
  (eval "$ac_link") 2>conftest.er1
24421
  ac_status=$?
24853
  ac_status=$?
24422
  grep -v '^ *+' conftest.er1 >conftest.err
24854
  grep -v '^ *+' conftest.er1 >conftest.err
24423
  rm -f conftest.er1
24855
  rm -f conftest.er1
24424
  cat conftest.err >&5
24856
  cat conftest.err >&5
24425
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24857
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24426
  (exit $ac_status); } && {
24858
  (exit $ac_status); } && {
24427
	 test -z "$ac_c_werror_flag" ||
24859
	 test -z "$ac_c_werror_flag" ||
24428
	 test ! -s conftest.err
24860
	 test ! -s conftest.err
24429
       } && test -s conftest$ac_exeext &&
24861
       } && test -s conftest$ac_exeext && {
-
 
24862
	 test "$cross_compiling" = yes ||
24430
       $as_test_x conftest$ac_exeext; then
24863
	 $as_test_x conftest$ac_exeext
-
 
24864
       }; then
24431
  ac_cv_func_shmat=yes
24865
  ac_cv_func_shmat=yes
24432
else
24866
else
24433
  echo "$as_me: failed program was:" >&5
24867
  $as_echo "$as_me: failed program was:" >&5
24434
sed 's/^/| /' conftest.$ac_ext >&5
24868
sed 's/^/| /' conftest.$ac_ext >&5
24435
 
24869
 
24436
	ac_cv_func_shmat=no
24870
	ac_cv_func_shmat=no
24437
fi
24871
fi
24438
 
24872
 
-
 
24873
rm -rf conftest.dSYM
24439
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24874
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24440
      conftest$ac_exeext conftest.$ac_ext
24875
      conftest$ac_exeext conftest.$ac_ext
24441
fi
24876
fi
24442
{ echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
24877
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
24443
echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
24878
$as_echo "$ac_cv_func_shmat" >&6; }
24444
if test $ac_cv_func_shmat = yes; then
24879
if test "x$ac_cv_func_shmat" = x""yes; then
24445
  :
24880
  :
24446
else
24881
else
24447
  { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
24882
  { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
24448
echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
24883
$as_echo_n "checking for shmat in -lipc... " >&6; }
24449
if test "${ac_cv_lib_ipc_shmat+set}" = set; then
24884
if test "${ac_cv_lib_ipc_shmat+set}" = set; then
24450
  echo $ECHO_N "(cached) $ECHO_C" >&6
24885
  $as_echo_n "(cached) " >&6
24451
else
24886
else
24452
  ac_check_lib_save_LIBS=$LIBS
24887
  ac_check_lib_save_LIBS=$LIBS
24453
LIBS="-lipc  $LIBS"
24888
LIBS="-lipc  $LIBS"
24454
cat >conftest.$ac_ext <<_ACEOF
24889
cat >conftest.$ac_ext <<_ACEOF
24455
/* confdefs.h.  */
24890
/* confdefs.h.  */
Line 24477... Line 24912...
24477
if { (ac_try="$ac_link"
24912
if { (ac_try="$ac_link"
24478
case "(($ac_try" in
24913
case "(($ac_try" in
24479
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24914
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24480
  *) ac_try_echo=$ac_try;;
24915
  *) ac_try_echo=$ac_try;;
24481
esac
24916
esac
24482
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24917
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
24918
$as_echo "$ac_try_echo") >&5
24483
  (eval "$ac_link") 2>conftest.er1
24919
  (eval "$ac_link") 2>conftest.er1
24484
  ac_status=$?
24920
  ac_status=$?
24485
  grep -v '^ *+' conftest.er1 >conftest.err
24921
  grep -v '^ *+' conftest.er1 >conftest.err
24486
  rm -f conftest.er1
24922
  rm -f conftest.er1
24487
  cat conftest.err >&5
24923
  cat conftest.err >&5
24488
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24924
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24489
  (exit $ac_status); } && {
24925
  (exit $ac_status); } && {
24490
	 test -z "$ac_c_werror_flag" ||
24926
	 test -z "$ac_c_werror_flag" ||
24491
	 test ! -s conftest.err
24927
	 test ! -s conftest.err
24492
       } && test -s conftest$ac_exeext &&
24928
       } && test -s conftest$ac_exeext && {
-
 
24929
	 test "$cross_compiling" = yes ||
24493
       $as_test_x conftest$ac_exeext; then
24930
	 $as_test_x conftest$ac_exeext
-
 
24931
       }; then
24494
  ac_cv_lib_ipc_shmat=yes
24932
  ac_cv_lib_ipc_shmat=yes
24495
else
24933
else
24496
  echo "$as_me: failed program was:" >&5
24934
  $as_echo "$as_me: failed program was:" >&5
24497
sed 's/^/| /' conftest.$ac_ext >&5
24935
sed 's/^/| /' conftest.$ac_ext >&5
24498
 
24936
 
24499
	ac_cv_lib_ipc_shmat=no
24937
	ac_cv_lib_ipc_shmat=no
24500
fi
24938
fi
24501
 
24939
 
-
 
24940
rm -rf conftest.dSYM
24502
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24941
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24503
      conftest$ac_exeext conftest.$ac_ext
24942
      conftest$ac_exeext conftest.$ac_ext
24504
LIBS=$ac_check_lib_save_LIBS
24943
LIBS=$ac_check_lib_save_LIBS
24505
fi
24944
fi
24506
{ echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
24945
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
24507
echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
24946
$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
24508
if test $ac_cv_lib_ipc_shmat = yes; then
24947
if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
24509
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
24948
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
24510
fi
24949
fi
24511
 
24950
 
24512
fi
24951
fi
24513
 
24952
 
Line 24515... Line 24954...
24515
   # more headers that need to be explicitly included on darwin
24954
   # more headers that need to be explicitly included on darwin
24516
 
24955
 
24517
 
24956
 
24518
for ac_header in sys/types.h stdint.h
24957
for ac_header in sys/types.h stdint.h
24519
do
24958
do
24520
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
24959
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
24521
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24960
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24522
  { echo "$as_me:$LINENO: checking for $ac_header" >&5
24961
  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
24523
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
24962
$as_echo_n "checking for $ac_header... " >&6; }
24524
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24963
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24525
  echo $ECHO_N "(cached) $ECHO_C" >&6
24964
  $as_echo_n "(cached) " >&6
24526
fi
24965
fi
24527
ac_res=`eval echo '${'$as_ac_Header'}'`
24966
ac_res=`eval 'as_val=${'$as_ac_Header'}
-
 
24967
		 $as_echo "$as_val"'`
24528
	       { echo "$as_me:$LINENO: result: $ac_res" >&5
24968
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
24529
echo "${ECHO_T}$ac_res" >&6; }
24969
$as_echo "$ac_res" >&6; }
24530
else
24970
else
24531
  # Is the header compilable?
24971
  # Is the header compilable?
24532
{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
24972
{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
24533
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
24973
$as_echo_n "checking $ac_header usability... " >&6; }
24534
cat >conftest.$ac_ext <<_ACEOF
24974
cat >conftest.$ac_ext <<_ACEOF
24535
/* confdefs.h.  */
24975
/* confdefs.h.  */
24536
_ACEOF
24976
_ACEOF
24537
cat confdefs.h >>conftest.$ac_ext
24977
cat confdefs.h >>conftest.$ac_ext
24538
cat >>conftest.$ac_ext <<_ACEOF
24978
cat >>conftest.$ac_ext <<_ACEOF
Line 24544... Line 24984...
24544
if { (ac_try="$ac_compile"
24984
if { (ac_try="$ac_compile"
24545
case "(($ac_try" in
24985
case "(($ac_try" in
24546
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24986
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24547
  *) ac_try_echo=$ac_try;;
24987
  *) ac_try_echo=$ac_try;;
24548
esac
24988
esac
24549
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24989
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
24990
$as_echo "$ac_try_echo") >&5
24550
  (eval "$ac_compile") 2>conftest.er1
24991
  (eval "$ac_compile") 2>conftest.er1
24551
  ac_status=$?
24992
  ac_status=$?
24552
  grep -v '^ *+' conftest.er1 >conftest.err
24993
  grep -v '^ *+' conftest.er1 >conftest.err
24553
  rm -f conftest.er1
24994
  rm -f conftest.er1
24554
  cat conftest.err >&5
24995
  cat conftest.err >&5
24555
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24996
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24556
  (exit $ac_status); } && {
24997
  (exit $ac_status); } && {
24557
	 test -z "$ac_c_werror_flag" ||
24998
	 test -z "$ac_c_werror_flag" ||
24558
	 test ! -s conftest.err
24999
	 test ! -s conftest.err
24559
       } && test -s conftest.$ac_objext; then
25000
       } && test -s conftest.$ac_objext; then
24560
  ac_header_compiler=yes
25001
  ac_header_compiler=yes
24561
else
25002
else
24562
  echo "$as_me: failed program was:" >&5
25003
  $as_echo "$as_me: failed program was:" >&5
24563
sed 's/^/| /' conftest.$ac_ext >&5
25004
sed 's/^/| /' conftest.$ac_ext >&5
24564
 
25005
 
24565
	ac_header_compiler=no
25006
	ac_header_compiler=no
24566
fi
25007
fi
24567
 
25008
 
24568
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25009
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24569
{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25010
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24570
echo "${ECHO_T}$ac_header_compiler" >&6; }
25011
$as_echo "$ac_header_compiler" >&6; }
24571
 
25012
 
24572
# Is the header present?
25013
# Is the header present?
24573
{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
25014
{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
24574
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
25015
$as_echo_n "checking $ac_header presence... " >&6; }
24575
cat >conftest.$ac_ext <<_ACEOF
25016
cat >conftest.$ac_ext <<_ACEOF
24576
/* confdefs.h.  */
25017
/* confdefs.h.  */
24577
_ACEOF
25018
_ACEOF
24578
cat confdefs.h >>conftest.$ac_ext
25019
cat confdefs.h >>conftest.$ac_ext
24579
cat >>conftest.$ac_ext <<_ACEOF
25020
cat >>conftest.$ac_ext <<_ACEOF
Line 24583... Line 25024...
24583
if { (ac_try="$ac_cpp conftest.$ac_ext"
25024
if { (ac_try="$ac_cpp conftest.$ac_ext"
24584
case "(($ac_try" in
25025
case "(($ac_try" in
24585
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25026
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24586
  *) ac_try_echo=$ac_try;;
25027
  *) ac_try_echo=$ac_try;;
24587
esac
25028
esac
24588
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25029
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
25030
$as_echo "$ac_try_echo") >&5
24589
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25031
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24590
  ac_status=$?
25032
  ac_status=$?
24591
  grep -v '^ *+' conftest.er1 >conftest.err
25033
  grep -v '^ *+' conftest.er1 >conftest.err
24592
  rm -f conftest.er1
25034
  rm -f conftest.er1
24593
  cat conftest.err >&5
25035
  cat conftest.err >&5
24594
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25036
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24595
  (exit $ac_status); } >/dev/null && {
25037
  (exit $ac_status); } >/dev/null && {
24596
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25038
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
24597
	 test ! -s conftest.err
25039
	 test ! -s conftest.err
24598
       }; then
25040
       }; then
24599
  ac_header_preproc=yes
25041
  ac_header_preproc=yes
24600
else
25042
else
24601
  echo "$as_me: failed program was:" >&5
25043
  $as_echo "$as_me: failed program was:" >&5
24602
sed 's/^/| /' conftest.$ac_ext >&5
25044
sed 's/^/| /' conftest.$ac_ext >&5
24603
 
25045
 
24604
  ac_header_preproc=no
25046
  ac_header_preproc=no
24605
fi
25047
fi
24606
 
25048
 
24607
rm -f conftest.err conftest.$ac_ext
25049
rm -f conftest.err conftest.$ac_ext
24608
{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25050
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24609
echo "${ECHO_T}$ac_header_preproc" >&6; }
25051
$as_echo "$ac_header_preproc" >&6; }
24610
 
25052
 
24611
# So?  What about this header?
25053
# So?  What about this header?
24612
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25054
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24613
  yes:no: )
25055
  yes:no: )
24614
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
25056
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
24615
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
25057
$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
24616
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
25058
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
24617
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
25059
$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
24618
    ac_header_preproc=yes
25060
    ac_header_preproc=yes
24619
    ;;
25061
    ;;
24620
  no:yes:* )
25062
  no:yes:* )
24621
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
25063
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
24622
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
25064
$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
24623
    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
25065
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
24624
echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
25066
$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
24625
    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
25067
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
24626
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
25068
$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
24627
    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
25069
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
24628
echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
25070
$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
24629
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
25071
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
24630
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
25072
$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
24631
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
25073
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
24632
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
25074
$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
24633
 
25075
 
24634
    ;;
25076
    ;;
24635
esac
25077
esac
24636
{ echo "$as_me:$LINENO: checking for $ac_header" >&5
25078
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
24637
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
25079
$as_echo_n "checking for $ac_header... " >&6; }
24638
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25080
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24639
  echo $ECHO_N "(cached) $ECHO_C" >&6
25081
  $as_echo_n "(cached) " >&6
24640
else
25082
else
24641
  eval "$as_ac_Header=\$ac_header_preproc"
25083
  eval "$as_ac_Header=\$ac_header_preproc"
24642
fi
25084
fi
24643
ac_res=`eval echo '${'$as_ac_Header'}'`
25085
ac_res=`eval 'as_val=${'$as_ac_Header'}
-
 
25086
		 $as_echo "$as_val"'`
24644
	       { echo "$as_me:$LINENO: result: $ac_res" >&5
25087
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
24645
echo "${ECHO_T}$ac_res" >&6; }
25088
$as_echo "$ac_res" >&6; }
24646
 
25089
 
24647
fi
25090
fi
24648
if test `eval echo '${'$as_ac_Header'}'` = yes; then
25091
as_val=`eval 'as_val=${'$as_ac_Header'}
-
 
25092
		 $as_echo "$as_val"'`
-
 
25093
   if test "x$as_val" = x""yes; then
24649
  cat >>confdefs.h <<_ACEOF
25094
  cat >>confdefs.h <<_ACEOF
24650
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
25095
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
24651
_ACEOF
25096
_ACEOF
24652
 
25097
 
24653
fi
25098
fi
24654
 
25099
 
24655
done
25100
done
Line 24657... Line 25102...
24657
 
25102
 
24658
   # sys/bitypes.h is needed for uint32_t and friends on Tru64
25103
   # sys/bitypes.h is needed for uint32_t and friends on Tru64
24659
 
25104
 
24660
for ac_header in sys/bitypes.h
25105
for ac_header in sys/bitypes.h
24661
do
25106
do
24662
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
25107
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
24663
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25108
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24664
  { echo "$as_me:$LINENO: checking for $ac_header" >&5
25109
  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
24665
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
25110
$as_echo_n "checking for $ac_header... " >&6; }
24666
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25111
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24667
  echo $ECHO_N "(cached) $ECHO_C" >&6
25112
  $as_echo_n "(cached) " >&6
24668
fi
25113
fi
24669
ac_res=`eval echo '${'$as_ac_Header'}'`
25114
ac_res=`eval 'as_val=${'$as_ac_Header'}
-
 
25115
		 $as_echo "$as_val"'`
24670
	       { echo "$as_me:$LINENO: result: $ac_res" >&5
25116
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
24671
echo "${ECHO_T}$ac_res" >&6; }
25117
$as_echo "$ac_res" >&6; }
24672
else
25118
else
24673
  # Is the header compilable?
25119
  # Is the header compilable?
24674
{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
25120
{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
24675
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
25121
$as_echo_n "checking $ac_header usability... " >&6; }
24676
cat >conftest.$ac_ext <<_ACEOF
25122
cat >conftest.$ac_ext <<_ACEOF
24677
/* confdefs.h.  */
25123
/* confdefs.h.  */
24678
_ACEOF
25124
_ACEOF
24679
cat confdefs.h >>conftest.$ac_ext
25125
cat confdefs.h >>conftest.$ac_ext
24680
cat >>conftest.$ac_ext <<_ACEOF
25126
cat >>conftest.$ac_ext <<_ACEOF
Line 24686... Line 25132...
24686
if { (ac_try="$ac_compile"
25132
if { (ac_try="$ac_compile"
24687
case "(($ac_try" in
25133
case "(($ac_try" in
24688
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25134
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24689
  *) ac_try_echo=$ac_try;;
25135
  *) ac_try_echo=$ac_try;;
24690
esac
25136
esac
24691
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25137
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
25138
$as_echo "$ac_try_echo") >&5
24692
  (eval "$ac_compile") 2>conftest.er1
25139
  (eval "$ac_compile") 2>conftest.er1
24693
  ac_status=$?
25140
  ac_status=$?
24694
  grep -v '^ *+' conftest.er1 >conftest.err
25141
  grep -v '^ *+' conftest.er1 >conftest.err
24695
  rm -f conftest.er1
25142
  rm -f conftest.er1
24696
  cat conftest.err >&5
25143
  cat conftest.err >&5
24697
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25144
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24698
  (exit $ac_status); } && {
25145
  (exit $ac_status); } && {
24699
	 test -z "$ac_c_werror_flag" ||
25146
	 test -z "$ac_c_werror_flag" ||
24700
	 test ! -s conftest.err
25147
	 test ! -s conftest.err
24701
       } && test -s conftest.$ac_objext; then
25148
       } && test -s conftest.$ac_objext; then
24702
  ac_header_compiler=yes
25149
  ac_header_compiler=yes
24703
else
25150
else
24704
  echo "$as_me: failed program was:" >&5
25151
  $as_echo "$as_me: failed program was:" >&5
24705
sed 's/^/| /' conftest.$ac_ext >&5
25152
sed 's/^/| /' conftest.$ac_ext >&5
24706
 
25153
 
24707
	ac_header_compiler=no
25154
	ac_header_compiler=no
24708
fi
25155
fi
24709
 
25156
 
24710
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25157
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24711
{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25158
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24712
echo "${ECHO_T}$ac_header_compiler" >&6; }
25159
$as_echo "$ac_header_compiler" >&6; }
24713
 
25160
 
24714
# Is the header present?
25161
# Is the header present?
24715
{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
25162
{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
24716
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
25163
$as_echo_n "checking $ac_header presence... " >&6; }
24717
cat >conftest.$ac_ext <<_ACEOF
25164
cat >conftest.$ac_ext <<_ACEOF
24718
/* confdefs.h.  */
25165
/* confdefs.h.  */
24719
_ACEOF
25166
_ACEOF
24720
cat confdefs.h >>conftest.$ac_ext
25167
cat confdefs.h >>conftest.$ac_ext
24721
cat >>conftest.$ac_ext <<_ACEOF
25168
cat >>conftest.$ac_ext <<_ACEOF
Line 24725... Line 25172...
24725
if { (ac_try="$ac_cpp conftest.$ac_ext"
25172
if { (ac_try="$ac_cpp conftest.$ac_ext"
24726
case "(($ac_try" in
25173
case "(($ac_try" in
24727
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25174
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24728
  *) ac_try_echo=$ac_try;;
25175
  *) ac_try_echo=$ac_try;;
24729
esac
25176
esac
24730
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25177
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
25178
$as_echo "$ac_try_echo") >&5
24731
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25179
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24732
  ac_status=$?
25180
  ac_status=$?
24733
  grep -v '^ *+' conftest.er1 >conftest.err
25181
  grep -v '^ *+' conftest.er1 >conftest.err
24734
  rm -f conftest.er1
25182
  rm -f conftest.er1
24735
  cat conftest.err >&5
25183
  cat conftest.err >&5
24736
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25184
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24737
  (exit $ac_status); } >/dev/null && {
25185
  (exit $ac_status); } >/dev/null && {
24738
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25186
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
24739
	 test ! -s conftest.err
25187
	 test ! -s conftest.err
24740
       }; then
25188
       }; then
24741
  ac_header_preproc=yes
25189
  ac_header_preproc=yes
24742
else
25190
else
24743
  echo "$as_me: failed program was:" >&5
25191
  $as_echo "$as_me: failed program was:" >&5
24744
sed 's/^/| /' conftest.$ac_ext >&5
25192
sed 's/^/| /' conftest.$ac_ext >&5
24745
 
25193
 
24746
  ac_header_preproc=no
25194
  ac_header_preproc=no
24747
fi
25195
fi
24748
 
25196
 
24749
rm -f conftest.err conftest.$ac_ext
25197
rm -f conftest.err conftest.$ac_ext
24750
{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25198
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24751
echo "${ECHO_T}$ac_header_preproc" >&6; }
25199
$as_echo "$ac_header_preproc" >&6; }
24752
 
25200
 
24753
# So?  What about this header?
25201
# So?  What about this header?
24754
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25202
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24755
  yes:no: )
25203
  yes:no: )
24756
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
25204
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
24757
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
25205
$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
24758
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
25206
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
24759
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
25207
$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
24760
    ac_header_preproc=yes
25208
    ac_header_preproc=yes
24761
    ;;
25209
    ;;
24762
  no:yes:* )
25210
  no:yes:* )
24763
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
25211
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
24764
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
25212
$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
24765
    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
25213
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
24766
echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
25214
$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
24767
    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
25215
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
24768
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
25216
$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
24769
    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
25217
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
24770
echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
25218
$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
24771
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
25219
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
24772
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
25220
$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
24773
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
25221
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
24774
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
25222
$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
24775
 
25223
 
24776
    ;;
25224
    ;;
24777
esac
25225
esac
24778
{ echo "$as_me:$LINENO: checking for $ac_header" >&5
25226
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
24779
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
25227
$as_echo_n "checking for $ac_header... " >&6; }
24780
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25228
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24781
  echo $ECHO_N "(cached) $ECHO_C" >&6
25229
  $as_echo_n "(cached) " >&6
24782
else
25230
else
24783
  eval "$as_ac_Header=\$ac_header_preproc"
25231
  eval "$as_ac_Header=\$ac_header_preproc"
24784
fi
25232
fi
24785
ac_res=`eval echo '${'$as_ac_Header'}'`
25233
ac_res=`eval 'as_val=${'$as_ac_Header'}
-
 
25234
		 $as_echo "$as_val"'`
24786
	       { echo "$as_me:$LINENO: result: $ac_res" >&5
25235
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
24787
echo "${ECHO_T}$ac_res" >&6; }
25236
$as_echo "$ac_res" >&6; }
24788
 
25237
 
24789
fi
25238
fi
24790
if test `eval echo '${'$as_ac_Header'}'` = yes; then
25239
as_val=`eval 'as_val=${'$as_ac_Header'}
-
 
25240
		 $as_echo "$as_val"'`
-
 
25241
   if test "x$as_val" = x""yes; then
24791
  cat >>confdefs.h <<_ACEOF
25242
  cat >>confdefs.h <<_ACEOF
24792
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
25243
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
24793
_ACEOF
25244
_ACEOF
24794
 
25245
 
24795
fi
25246
fi
24796
 
25247
 
24797
done
25248
done
24798
 
25249
 
24799
 
25250
 
24800
   # darwin requires a poll emulation library
25251
   # darwin requires a poll emulation library
24801
   { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
25252
   { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
24802
echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
25253
$as_echo_n "checking for poll in -lpoll... " >&6; }
24803
if test "${ac_cv_lib_poll_poll+set}" = set; then
25254
if test "${ac_cv_lib_poll_poll+set}" = set; then
24804
  echo $ECHO_N "(cached) $ECHO_C" >&6
25255
  $as_echo_n "(cached) " >&6
24805
else
25256
else
24806
  ac_check_lib_save_LIBS=$LIBS
25257
  ac_check_lib_save_LIBS=$LIBS
24807
LIBS="-lpoll  $LIBS"
25258
LIBS="-lpoll  $LIBS"
24808
cat >conftest.$ac_ext <<_ACEOF
25259
cat >conftest.$ac_ext <<_ACEOF
24809
/* confdefs.h.  */
25260
/* confdefs.h.  */
Line 24831... Line 25282...
24831
if { (ac_try="$ac_link"
25282
if { (ac_try="$ac_link"
24832
case "(($ac_try" in
25283
case "(($ac_try" in
24833
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25284
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24834
  *) ac_try_echo=$ac_try;;
25285
  *) ac_try_echo=$ac_try;;
24835
esac
25286
esac
24836
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25287
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
25288
$as_echo "$ac_try_echo") >&5
24837
  (eval "$ac_link") 2>conftest.er1
25289
  (eval "$ac_link") 2>conftest.er1
24838
  ac_status=$?
25290
  ac_status=$?
24839
  grep -v '^ *+' conftest.er1 >conftest.err
25291
  grep -v '^ *+' conftest.er1 >conftest.err
24840
  rm -f conftest.er1
25292
  rm -f conftest.er1
24841
  cat conftest.err >&5
25293
  cat conftest.err >&5
24842
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25294
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24843
  (exit $ac_status); } && {
25295
  (exit $ac_status); } && {
24844
	 test -z "$ac_c_werror_flag" ||
25296
	 test -z "$ac_c_werror_flag" ||
24845
	 test ! -s conftest.err
25297
	 test ! -s conftest.err
24846
       } && test -s conftest$ac_exeext &&
25298
       } && test -s conftest$ac_exeext && {
-
 
25299
	 test "$cross_compiling" = yes ||
24847
       $as_test_x conftest$ac_exeext; then
25300
	 $as_test_x conftest$ac_exeext
-
 
25301
       }; then
24848
  ac_cv_lib_poll_poll=yes
25302
  ac_cv_lib_poll_poll=yes
24849
else
25303
else
24850
  echo "$as_me: failed program was:" >&5
25304
  $as_echo "$as_me: failed program was:" >&5
24851
sed 's/^/| /' conftest.$ac_ext >&5
25305
sed 's/^/| /' conftest.$ac_ext >&5
24852
 
25306
 
24853
	ac_cv_lib_poll_poll=no
25307
	ac_cv_lib_poll_poll=no
24854
fi
25308
fi
24855
 
25309
 
-
 
25310
rm -rf conftest.dSYM
24856
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25311
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24857
      conftest$ac_exeext conftest.$ac_ext
25312
      conftest$ac_exeext conftest.$ac_ext
24858
LIBS=$ac_check_lib_save_LIBS
25313
LIBS=$ac_check_lib_save_LIBS
24859
fi
25314
fi
24860
{ echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
25315
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
24861
echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
25316
$as_echo "$ac_cv_lib_poll_poll" >&6; }
24862
if test $ac_cv_lib_poll_poll = yes; then
25317
if test "x$ac_cv_lib_poll_poll" = x""yes; then
24863
  LIB_POLL="-lpoll"
25318
  LIB_POLL="-lpoll"
24864
fi
25319
fi
24865
 
25320
 
24866
 
25321
 
24867
   # for some image handling on Mac OS X
25322
   # for some image handling on Mac OS X
24868
 
25323
 
24869
for ac_header in Carbon/Carbon.h
25324
for ac_header in Carbon/Carbon.h
24870
do
25325
do
24871
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
25326
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
24872
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25327
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24873
  { echo "$as_me:$LINENO: checking for $ac_header" >&5
25328
  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
24874
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
25329
$as_echo_n "checking for $ac_header... " >&6; }
24875
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25330
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24876
  echo $ECHO_N "(cached) $ECHO_C" >&6
25331
  $as_echo_n "(cached) " >&6
24877
fi
25332
fi
24878
ac_res=`eval echo '${'$as_ac_Header'}'`
25333
ac_res=`eval 'as_val=${'$as_ac_Header'}
-
 
25334
		 $as_echo "$as_val"'`
24879
	       { echo "$as_me:$LINENO: result: $ac_res" >&5
25335
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
24880
echo "${ECHO_T}$ac_res" >&6; }
25336
$as_echo "$ac_res" >&6; }
24881
else
25337
else
24882
  # Is the header compilable?
25338
  # Is the header compilable?
24883
{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
25339
{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
24884
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
25340
$as_echo_n "checking $ac_header usability... " >&6; }
24885
cat >conftest.$ac_ext <<_ACEOF
25341
cat >conftest.$ac_ext <<_ACEOF
24886
/* confdefs.h.  */
25342
/* confdefs.h.  */
24887
_ACEOF
25343
_ACEOF
24888
cat confdefs.h >>conftest.$ac_ext
25344
cat confdefs.h >>conftest.$ac_ext
24889
cat >>conftest.$ac_ext <<_ACEOF
25345
cat >>conftest.$ac_ext <<_ACEOF
Line 24895... Line 25351...
24895
if { (ac_try="$ac_compile"
25351
if { (ac_try="$ac_compile"
24896
case "(($ac_try" in
25352
case "(($ac_try" in
24897
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25353
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24898
  *) ac_try_echo=$ac_try;;
25354
  *) ac_try_echo=$ac_try;;
24899
esac
25355
esac
24900
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25356
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
25357
$as_echo "$ac_try_echo") >&5
24901
  (eval "$ac_compile") 2>conftest.er1
25358
  (eval "$ac_compile") 2>conftest.er1
24902
  ac_status=$?
25359
  ac_status=$?
24903
  grep -v '^ *+' conftest.er1 >conftest.err
25360
  grep -v '^ *+' conftest.er1 >conftest.err
24904
  rm -f conftest.er1
25361
  rm -f conftest.er1
24905
  cat conftest.err >&5
25362
  cat conftest.err >&5
24906
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25363
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24907
  (exit $ac_status); } && {
25364
  (exit $ac_status); } && {
24908
	 test -z "$ac_c_werror_flag" ||
25365
	 test -z "$ac_c_werror_flag" ||
24909
	 test ! -s conftest.err
25366
	 test ! -s conftest.err
24910
       } && test -s conftest.$ac_objext; then
25367
       } && test -s conftest.$ac_objext; then
24911
  ac_header_compiler=yes
25368
  ac_header_compiler=yes
24912
else
25369
else
24913
  echo "$as_me: failed program was:" >&5
25370
  $as_echo "$as_me: failed program was:" >&5
24914
sed 's/^/| /' conftest.$ac_ext >&5
25371
sed 's/^/| /' conftest.$ac_ext >&5
24915
 
25372
 
24916
	ac_header_compiler=no
25373
	ac_header_compiler=no
24917
fi
25374
fi
24918
 
25375
 
24919
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25376
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24920
{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25377
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24921
echo "${ECHO_T}$ac_header_compiler" >&6; }
25378
$as_echo "$ac_header_compiler" >&6; }
24922
 
25379
 
24923
# Is the header present?
25380
# Is the header present?
24924
{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
25381
{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
24925
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
25382
$as_echo_n "checking $ac_header presence... " >&6; }
24926
cat >conftest.$ac_ext <<_ACEOF
25383
cat >conftest.$ac_ext <<_ACEOF
24927
/* confdefs.h.  */
25384
/* confdefs.h.  */
24928
_ACEOF
25385
_ACEOF
24929
cat confdefs.h >>conftest.$ac_ext
25386
cat confdefs.h >>conftest.$ac_ext
24930
cat >>conftest.$ac_ext <<_ACEOF
25387
cat >>conftest.$ac_ext <<_ACEOF
Line 24934... Line 25391...
24934
if { (ac_try="$ac_cpp conftest.$ac_ext"
25391
if { (ac_try="$ac_cpp conftest.$ac_ext"
24935
case "(($ac_try" in
25392
case "(($ac_try" in
24936
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25393
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24937
  *) ac_try_echo=$ac_try;;
25394
  *) ac_try_echo=$ac_try;;
24938
esac
25395
esac
24939
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25396
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
25397
$as_echo "$ac_try_echo") >&5
24940
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25398
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24941
  ac_status=$?
25399
  ac_status=$?
24942
  grep -v '^ *+' conftest.er1 >conftest.err
25400
  grep -v '^ *+' conftest.er1 >conftest.err
24943
  rm -f conftest.er1
25401
  rm -f conftest.er1
24944
  cat conftest.err >&5
25402
  cat conftest.err >&5
24945
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25403
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24946
  (exit $ac_status); } >/dev/null && {
25404
  (exit $ac_status); } >/dev/null && {
24947
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25405
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
24948
	 test ! -s conftest.err
25406
	 test ! -s conftest.err
24949
       }; then
25407
       }; then
24950
  ac_header_preproc=yes
25408
  ac_header_preproc=yes
24951
else
25409
else
24952
  echo "$as_me: failed program was:" >&5
25410
  $as_echo "$as_me: failed program was:" >&5
24953
sed 's/^/| /' conftest.$ac_ext >&5
25411
sed 's/^/| /' conftest.$ac_ext >&5
24954
 
25412
 
24955
  ac_header_preproc=no
25413
  ac_header_preproc=no
24956
fi
25414
fi
24957
 
25415
 
24958
rm -f conftest.err conftest.$ac_ext
25416
rm -f conftest.err conftest.$ac_ext
24959
{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25417
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24960
echo "${ECHO_T}$ac_header_preproc" >&6; }
25418
$as_echo "$ac_header_preproc" >&6; }
24961
 
25419
 
24962
# So?  What about this header?
25420
# So?  What about this header?
24963
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25421
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24964
  yes:no: )
25422
  yes:no: )
24965
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
25423
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
24966
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
25424
$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
24967
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
25425
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
24968
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
25426
$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
24969
    ac_header_preproc=yes
25427
    ac_header_preproc=yes
24970
    ;;
25428
    ;;
24971
  no:yes:* )
25429
  no:yes:* )
24972
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
25430
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
24973
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
25431
$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
24974
    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
25432
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
24975
echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
25433
$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
24976
    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
25434
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
24977
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
25435
$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
24978
    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
25436
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
24979
echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
25437
$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
24980
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
25438
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
24981
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
25439
$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
24982
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
25440
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
24983
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
25441
$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
24984
 
25442
 
24985
    ;;
25443
    ;;
24986
esac
25444
esac
24987
{ echo "$as_me:$LINENO: checking for $ac_header" >&5
25445
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
24988
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
25446
$as_echo_n "checking for $ac_header... " >&6; }
24989
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25447
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24990
  echo $ECHO_N "(cached) $ECHO_C" >&6
25448
  $as_echo_n "(cached) " >&6
24991
else
25449
else
24992
  eval "$as_ac_Header=\$ac_header_preproc"
25450
  eval "$as_ac_Header=\$ac_header_preproc"
24993
fi
25451
fi
24994
ac_res=`eval echo '${'$as_ac_Header'}'`
25452
ac_res=`eval 'as_val=${'$as_ac_Header'}
-
 
25453
		 $as_echo "$as_val"'`
24995
	       { echo "$as_me:$LINENO: result: $ac_res" >&5
25454
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
24996
echo "${ECHO_T}$ac_res" >&6; }
25455
$as_echo "$ac_res" >&6; }
24997
 
25456
 
24998
fi
25457
fi
24999
if test `eval echo '${'$as_ac_Header'}'` = yes; then
25458
as_val=`eval 'as_val=${'$as_ac_Header'}
-
 
25459
		 $as_echo "$as_val"'`
-
 
25460
   if test "x$as_val" = x""yes; then
25000
  cat >>confdefs.h <<_ACEOF
25461
  cat >>confdefs.h <<_ACEOF
25001
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
25462
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
25002
_ACEOF
25463
_ACEOF
25003
 
25464
 
25004
fi
25465
fi
25005
 
25466
 
25006
done
25467
done
25007
 
25468
 
25008
 
25469
 
25009
   # Geodetic library
25470
   # Geodetic library
25010
   if test "${ac_cv_header_gdal_gdal_h+set}" = set; then
25471
   if test "${ac_cv_header_gdal_gdal_h+set}" = set; then
25011
  { echo "$as_me:$LINENO: checking for gdal/gdal.h" >&5
25472
  { $as_echo "$as_me:$LINENO: checking for gdal/gdal.h" >&5
25012
echo $ECHO_N "checking for gdal/gdal.h... $ECHO_C" >&6; }
25473
$as_echo_n "checking for gdal/gdal.h... " >&6; }
25013
if test "${ac_cv_header_gdal_gdal_h+set}" = set; then
25474
if test "${ac_cv_header_gdal_gdal_h+set}" = set; then
25014
  echo $ECHO_N "(cached) $ECHO_C" >&6
25475
  $as_echo_n "(cached) " >&6
25015
fi
25476
fi
25016
{ echo "$as_me:$LINENO: result: $ac_cv_header_gdal_gdal_h" >&5
25477
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_gdal_gdal_h" >&5
25017
echo "${ECHO_T}$ac_cv_header_gdal_gdal_h" >&6; }
25478
$as_echo "$ac_cv_header_gdal_gdal_h" >&6; }
25018
else
25479
else
25019
  # Is the header compilable?
25480
  # Is the header compilable?
25020
{ echo "$as_me:$LINENO: checking gdal/gdal.h usability" >&5
25481
{ $as_echo "$as_me:$LINENO: checking gdal/gdal.h usability" >&5
25021
echo $ECHO_N "checking gdal/gdal.h usability... $ECHO_C" >&6; }
25482
$as_echo_n "checking gdal/gdal.h usability... " >&6; }
25022
cat >conftest.$ac_ext <<_ACEOF
25483
cat >conftest.$ac_ext <<_ACEOF
25023
/* confdefs.h.  */
25484
/* confdefs.h.  */
25024
_ACEOF
25485
_ACEOF
25025
cat confdefs.h >>conftest.$ac_ext
25486
cat confdefs.h >>conftest.$ac_ext
25026
cat >>conftest.$ac_ext <<_ACEOF
25487
cat >>conftest.$ac_ext <<_ACEOF
Line 25032... Line 25493...
25032
if { (ac_try="$ac_compile"
25493
if { (ac_try="$ac_compile"
25033
case "(($ac_try" in
25494
case "(($ac_try" in
25034
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25495
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25035
  *) ac_try_echo=$ac_try;;
25496
  *) ac_try_echo=$ac_try;;
25036
esac
25497
esac
25037
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25498
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
25499
$as_echo "$ac_try_echo") >&5
25038
  (eval "$ac_compile") 2>conftest.er1
25500
  (eval "$ac_compile") 2>conftest.er1
25039
  ac_status=$?
25501
  ac_status=$?
25040
  grep -v '^ *+' conftest.er1 >conftest.err
25502
  grep -v '^ *+' conftest.er1 >conftest.err
25041
  rm -f conftest.er1
25503
  rm -f conftest.er1
25042
  cat conftest.err >&5
25504
  cat conftest.err >&5
25043
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25505
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25044
  (exit $ac_status); } && {
25506
  (exit $ac_status); } && {
25045
	 test -z "$ac_c_werror_flag" ||
25507
	 test -z "$ac_c_werror_flag" ||
25046
	 test ! -s conftest.err
25508
	 test ! -s conftest.err
25047
       } && test -s conftest.$ac_objext; then
25509
       } && test -s conftest.$ac_objext; then
25048
  ac_header_compiler=yes
25510
  ac_header_compiler=yes
25049
else
25511
else
25050
  echo "$as_me: failed program was:" >&5
25512
  $as_echo "$as_me: failed program was:" >&5
25051
sed 's/^/| /' conftest.$ac_ext >&5
25513
sed 's/^/| /' conftest.$ac_ext >&5
25052
 
25514
 
25053
	ac_header_compiler=no
25515
	ac_header_compiler=no
25054
fi
25516
fi
25055
 
25517
 
25056
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25518
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25057
{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25519
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25058
echo "${ECHO_T}$ac_header_compiler" >&6; }
25520
$as_echo "$ac_header_compiler" >&6; }
25059
 
25521
 
25060
# Is the header present?
25522
# Is the header present?
25061
{ echo "$as_me:$LINENO: checking gdal/gdal.h presence" >&5
25523
{ $as_echo "$as_me:$LINENO: checking gdal/gdal.h presence" >&5
25062
echo $ECHO_N "checking gdal/gdal.h presence... $ECHO_C" >&6; }
25524
$as_echo_n "checking gdal/gdal.h presence... " >&6; }
25063
cat >conftest.$ac_ext <<_ACEOF
25525
cat >conftest.$ac_ext <<_ACEOF
25064
/* confdefs.h.  */
25526
/* confdefs.h.  */
25065
_ACEOF
25527
_ACEOF
25066
cat confdefs.h >>conftest.$ac_ext
25528
cat confdefs.h >>conftest.$ac_ext
25067
cat >>conftest.$ac_ext <<_ACEOF
25529
cat >>conftest.$ac_ext <<_ACEOF
Line 25071... Line 25533...
25071
if { (ac_try="$ac_cpp conftest.$ac_ext"
25533
if { (ac_try="$ac_cpp conftest.$ac_ext"
25072
case "(($ac_try" in
25534
case "(($ac_try" in
25073
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25535
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25074
  *) ac_try_echo=$ac_try;;
25536
  *) ac_try_echo=$ac_try;;
25075
esac
25537
esac
25076
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25538
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
25539
$as_echo "$ac_try_echo") >&5
25077
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25540
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25078
  ac_status=$?
25541
  ac_status=$?
25079
  grep -v '^ *+' conftest.er1 >conftest.err
25542
  grep -v '^ *+' conftest.er1 >conftest.err
25080
  rm -f conftest.er1
25543
  rm -f conftest.er1
25081
  cat conftest.err >&5
25544
  cat conftest.err >&5
25082
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25545
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25083
  (exit $ac_status); } >/dev/null && {
25546
  (exit $ac_status); } >/dev/null && {
25084
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25547
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25085
	 test ! -s conftest.err
25548
	 test ! -s conftest.err
25086
       }; then
25549
       }; then
25087
  ac_header_preproc=yes
25550
  ac_header_preproc=yes
25088
else
25551
else
25089
  echo "$as_me: failed program was:" >&5
25552
  $as_echo "$as_me: failed program was:" >&5
25090
sed 's/^/| /' conftest.$ac_ext >&5
25553
sed 's/^/| /' conftest.$ac_ext >&5
25091
 
25554
 
25092
  ac_header_preproc=no
25555
  ac_header_preproc=no
25093
fi
25556
fi
25094
 
25557
 
25095
rm -f conftest.err conftest.$ac_ext
25558
rm -f conftest.err conftest.$ac_ext
25096
{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25559
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25097
echo "${ECHO_T}$ac_header_preproc" >&6; }
25560
$as_echo "$ac_header_preproc" >&6; }
25098
 
25561
 
25099
# So?  What about this header?
25562
# So?  What about this header?
25100
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25563
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25101
  yes:no: )
25564
  yes:no: )
25102
    { echo "$as_me:$LINENO: WARNING: gdal/gdal.h: accepted by the compiler, rejected by the preprocessor!" >&5
25565
    { $as_echo "$as_me:$LINENO: WARNING: gdal/gdal.h: accepted by the compiler, rejected by the preprocessor!" >&5
25103
echo "$as_me: WARNING: gdal/gdal.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25566
$as_echo "$as_me: WARNING: gdal/gdal.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25104
    { echo "$as_me:$LINENO: WARNING: gdal/gdal.h: proceeding with the compiler's result" >&5
25567
    { $as_echo "$as_me:$LINENO: WARNING: gdal/gdal.h: proceeding with the compiler's result" >&5
25105
echo "$as_me: WARNING: gdal/gdal.h: proceeding with the compiler's result" >&2;}
25568
$as_echo "$as_me: WARNING: gdal/gdal.h: proceeding with the compiler's result" >&2;}
25106
    ac_header_preproc=yes
25569
    ac_header_preproc=yes
25107
    ;;
25570
    ;;
25108
  no:yes:* )
25571
  no:yes:* )
25109
    { echo "$as_me:$LINENO: WARNING: gdal/gdal.h: present but cannot be compiled" >&5
25572
    { $as_echo "$as_me:$LINENO: WARNING: gdal/gdal.h: present but cannot be compiled" >&5
25110
echo "$as_me: WARNING: gdal/gdal.h: present but cannot be compiled" >&2;}
25573
$as_echo "$as_me: WARNING: gdal/gdal.h: present but cannot be compiled" >&2;}
25111
    { echo "$as_me:$LINENO: WARNING: gdal/gdal.h:     check for missing prerequisite headers?" >&5
25574
    { $as_echo "$as_me:$LINENO: WARNING: gdal/gdal.h:     check for missing prerequisite headers?" >&5
25112
echo "$as_me: WARNING: gdal/gdal.h:     check for missing prerequisite headers?" >&2;}
25575
$as_echo "$as_me: WARNING: gdal/gdal.h:     check for missing prerequisite headers?" >&2;}
25113
    { echo "$as_me:$LINENO: WARNING: gdal/gdal.h: see the Autoconf documentation" >&5
25576
    { $as_echo "$as_me:$LINENO: WARNING: gdal/gdal.h: see the Autoconf documentation" >&5
25114
echo "$as_me: WARNING: gdal/gdal.h: see the Autoconf documentation" >&2;}
25577
$as_echo "$as_me: WARNING: gdal/gdal.h: see the Autoconf documentation" >&2;}
25115
    { echo "$as_me:$LINENO: WARNING: gdal/gdal.h:     section \"Present But Cannot Be Compiled\"" >&5
25578
    { $as_echo "$as_me:$LINENO: WARNING: gdal/gdal.h:     section \"Present But Cannot Be Compiled\"" >&5
25116
echo "$as_me: WARNING: gdal/gdal.h:     section \"Present But Cannot Be Compiled\"" >&2;}
25579
$as_echo "$as_me: WARNING: gdal/gdal.h:     section \"Present But Cannot Be Compiled\"" >&2;}
25117
    { echo "$as_me:$LINENO: WARNING: gdal/gdal.h: proceeding with the preprocessor's result" >&5
25580
    { $as_echo "$as_me:$LINENO: WARNING: gdal/gdal.h: proceeding with the preprocessor's result" >&5
25118
echo "$as_me: WARNING: gdal/gdal.h: proceeding with the preprocessor's result" >&2;}
25581
$as_echo "$as_me: WARNING: gdal/gdal.h: proceeding with the preprocessor's result" >&2;}
25119
    { echo "$as_me:$LINENO: WARNING: gdal/gdal.h: in the future, the compiler will take precedence" >&5
25582
    { $as_echo "$as_me:$LINENO: WARNING: gdal/gdal.h: in the future, the compiler will take precedence" >&5
25120
echo "$as_me: WARNING: gdal/gdal.h: in the future, the compiler will take precedence" >&2;}
25583
$as_echo "$as_me: WARNING: gdal/gdal.h: in the future, the compiler will take precedence" >&2;}
25121
 
25584
 
25122
    ;;
25585
    ;;
25123
esac
25586
esac
25124
{ echo "$as_me:$LINENO: checking for gdal/gdal.h" >&5
25587
{ $as_echo "$as_me:$LINENO: checking for gdal/gdal.h" >&5
25125
echo $ECHO_N "checking for gdal/gdal.h... $ECHO_C" >&6; }
25588
$as_echo_n "checking for gdal/gdal.h... " >&6; }
25126
if test "${ac_cv_header_gdal_gdal_h+set}" = set; then
25589
if test "${ac_cv_header_gdal_gdal_h+set}" = set; then
25127
  echo $ECHO_N "(cached) $ECHO_C" >&6
25590
  $as_echo_n "(cached) " >&6
25128
else
25591
else
25129
  ac_cv_header_gdal_gdal_h=$ac_header_preproc
25592
  ac_cv_header_gdal_gdal_h=$ac_header_preproc
25130
fi
25593
fi
25131
{ echo "$as_me:$LINENO: result: $ac_cv_header_gdal_gdal_h" >&5
25594
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_gdal_gdal_h" >&5
25132
echo "${ECHO_T}$ac_cv_header_gdal_gdal_h" >&6; }
25595
$as_echo "$ac_cv_header_gdal_gdal_h" >&6; }
25133
 
25596
 
25134
fi
25597
fi
25135
if test $ac_cv_header_gdal_gdal_h = yes; then
25598
if test "x$ac_cv_header_gdal_gdal_h" = x""yes; then
25136
 
25599
 
25137
 
25600
 
25138
cat >>confdefs.h <<\_ACEOF
25601
cat >>confdefs.h <<\_ACEOF
25139
#define HAVE_GDAL 1
25602
#define HAVE_GDAL 1
25140
_ACEOF
25603
_ACEOF
Line 25142... Line 25605...
25142
 
25605
 
25143
fi
25606
fi
25144
 
25607
 
25145
 
25608
 
25146
 
25609
 
25147
   { echo "$as_me:$LINENO: checking for GDALAllRegister" >&5
25610
   { $as_echo "$as_me:$LINENO: checking for GDALAllRegister" >&5
25148
echo $ECHO_N "checking for GDALAllRegister... $ECHO_C" >&6; }
25611
$as_echo_n "checking for GDALAllRegister... " >&6; }
25149
if test "${ac_cv_func_GDALAllRegister+set}" = set; then
25612
if test "${ac_cv_func_GDALAllRegister+set}" = set; then
25150
  echo $ECHO_N "(cached) $ECHO_C" >&6
25613
  $as_echo_n "(cached) " >&6
25151
else
25614
else
25152
  cat >conftest.$ac_ext <<_ACEOF
25615
  cat >conftest.$ac_ext <<_ACEOF
25153
/* confdefs.h.  */
25616
/* confdefs.h.  */
25154
_ACEOF
25617
_ACEOF
25155
cat confdefs.h >>conftest.$ac_ext
25618
cat confdefs.h >>conftest.$ac_ext
Line 25198... Line 25661...
25198
if { (ac_try="$ac_link"
25661
if { (ac_try="$ac_link"
25199
case "(($ac_try" in
25662
case "(($ac_try" in
25200
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25663
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25201
  *) ac_try_echo=$ac_try;;
25664
  *) ac_try_echo=$ac_try;;
25202
esac
25665
esac
25203
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25666
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
25667
$as_echo "$ac_try_echo") >&5
25204
  (eval "$ac_link") 2>conftest.er1
25668
  (eval "$ac_link") 2>conftest.er1
25205
  ac_status=$?
25669
  ac_status=$?
25206
  grep -v '^ *+' conftest.er1 >conftest.err
25670
  grep -v '^ *+' conftest.er1 >conftest.err
25207
  rm -f conftest.er1
25671
  rm -f conftest.er1
25208
  cat conftest.err >&5
25672
  cat conftest.err >&5
25209
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25673
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25210
  (exit $ac_status); } && {
25674
  (exit $ac_status); } && {
25211
	 test -z "$ac_c_werror_flag" ||
25675
	 test -z "$ac_c_werror_flag" ||
25212
	 test ! -s conftest.err
25676
	 test ! -s conftest.err
25213
       } && test -s conftest$ac_exeext &&
25677
       } && test -s conftest$ac_exeext && {
-
 
25678
	 test "$cross_compiling" = yes ||
25214
       $as_test_x conftest$ac_exeext; then
25679
	 $as_test_x conftest$ac_exeext
-
 
25680
       }; then
25215
  ac_cv_func_GDALAllRegister=yes
25681
  ac_cv_func_GDALAllRegister=yes
25216
else
25682
else
25217
  echo "$as_me: failed program was:" >&5
25683
  $as_echo "$as_me: failed program was:" >&5
25218
sed 's/^/| /' conftest.$ac_ext >&5
25684
sed 's/^/| /' conftest.$ac_ext >&5
25219
 
25685
 
25220
	ac_cv_func_GDALAllRegister=no
25686
	ac_cv_func_GDALAllRegister=no
25221
fi
25687
fi
25222
 
25688
 
-
 
25689
rm -rf conftest.dSYM
25223
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25690
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25224
      conftest$ac_exeext conftest.$ac_ext
25691
      conftest$ac_exeext conftest.$ac_ext
25225
fi
25692
fi
25226
{ echo "$as_me:$LINENO: result: $ac_cv_func_GDALAllRegister" >&5
25693
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_GDALAllRegister" >&5
25227
echo "${ECHO_T}$ac_cv_func_GDALAllRegister" >&6; }
25694
$as_echo "$ac_cv_func_GDALAllRegister" >&6; }
25228
if test $ac_cv_func_GDALAllRegister = yes; then
25695
if test "x$ac_cv_func_GDALAllRegister" = x""yes; then
25229
  :
25696
  :
25230
else
25697
else
25231
 
25698
 
25232
{ echo "$as_me:$LINENO: checking for GDALAllRegister in -lgdal1.5.0" >&5
25699
{ $as_echo "$as_me:$LINENO: checking for GDALAllRegister in -lgdal1.5.0" >&5
25233
echo $ECHO_N "checking for GDALAllRegister in -lgdal1.5.0... $ECHO_C" >&6; }
25700
$as_echo_n "checking for GDALAllRegister in -lgdal1.5.0... " >&6; }
25234
if test "${ac_cv_lib_gdal1_5_0_GDALAllRegister+set}" = set; then
25701
if test "${ac_cv_lib_gdal1_5_0_GDALAllRegister+set}" = set; then
25235
  echo $ECHO_N "(cached) $ECHO_C" >&6
25702
  $as_echo_n "(cached) " >&6
25236
else
25703
else
25237
  ac_check_lib_save_LIBS=$LIBS
25704
  ac_check_lib_save_LIBS=$LIBS
25238
LIBS="-lgdal1.5.0  $LIBS"
25705
LIBS="-lgdal1.5.0  $LIBS"
25239
cat >conftest.$ac_ext <<_ACEOF
25706
cat >conftest.$ac_ext <<_ACEOF
25240
/* confdefs.h.  */
25707
/* confdefs.h.  */
Line 25262... Line 25729...
25262
if { (ac_try="$ac_link"
25729
if { (ac_try="$ac_link"
25263
case "(($ac_try" in
25730
case "(($ac_try" in
25264
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25731
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25265
  *) ac_try_echo=$ac_try;;
25732
  *) ac_try_echo=$ac_try;;
25266
esac
25733
esac
25267
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25734
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
25735
$as_echo "$ac_try_echo") >&5
25268
  (eval "$ac_link") 2>conftest.er1
25736
  (eval "$ac_link") 2>conftest.er1
25269
  ac_status=$?
25737
  ac_status=$?
25270
  grep -v '^ *+' conftest.er1 >conftest.err
25738
  grep -v '^ *+' conftest.er1 >conftest.err
25271
  rm -f conftest.er1
25739
  rm -f conftest.er1
25272
  cat conftest.err >&5
25740
  cat conftest.err >&5
25273
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25741
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25274
  (exit $ac_status); } && {
25742
  (exit $ac_status); } && {
25275
	 test -z "$ac_c_werror_flag" ||
25743
	 test -z "$ac_c_werror_flag" ||
25276
	 test ! -s conftest.err
25744
	 test ! -s conftest.err
25277
       } && test -s conftest$ac_exeext &&
25745
       } && test -s conftest$ac_exeext && {
-
 
25746
	 test "$cross_compiling" = yes ||
25278
       $as_test_x conftest$ac_exeext; then
25747
	 $as_test_x conftest$ac_exeext
-
 
25748
       }; then
25279
  ac_cv_lib_gdal1_5_0_GDALAllRegister=yes
25749
  ac_cv_lib_gdal1_5_0_GDALAllRegister=yes
25280
else
25750
else
25281
  echo "$as_me: failed program was:" >&5
25751
  $as_echo "$as_me: failed program was:" >&5
25282
sed 's/^/| /' conftest.$ac_ext >&5
25752
sed 's/^/| /' conftest.$ac_ext >&5
25283
 
25753
 
25284
	ac_cv_lib_gdal1_5_0_GDALAllRegister=no
25754
	ac_cv_lib_gdal1_5_0_GDALAllRegister=no
25285
fi
25755
fi
25286
 
25756
 
-
 
25757
rm -rf conftest.dSYM
25287
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25758
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25288
      conftest$ac_exeext conftest.$ac_ext
25759
      conftest$ac_exeext conftest.$ac_ext
25289
LIBS=$ac_check_lib_save_LIBS
25760
LIBS=$ac_check_lib_save_LIBS
25290
fi
25761
fi
25291
{ echo "$as_me:$LINENO: result: $ac_cv_lib_gdal1_5_0_GDALAllRegister" >&5
25762
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gdal1_5_0_GDALAllRegister" >&5
25292
echo "${ECHO_T}$ac_cv_lib_gdal1_5_0_GDALAllRegister" >&6; }
25763
$as_echo "$ac_cv_lib_gdal1_5_0_GDALAllRegister" >&6; }
25293
if test $ac_cv_lib_gdal1_5_0_GDALAllRegister = yes; then
25764
if test "x$ac_cv_lib_gdal1_5_0_GDALAllRegister" = x""yes; then
25294
  cat >>confdefs.h <<_ACEOF
25765
  cat >>confdefs.h <<_ACEOF
25295
#define HAVE_LIBGDAL1_5_0 1
25766
#define HAVE_LIBGDAL1_5_0 1
25296
_ACEOF
25767
_ACEOF
25297
 
25768
 
25298
  LIBS="-lgdal1.5.0 $LIBS"
25769
  LIBS="-lgdal1.5.0 $LIBS"
Line 25304... Line 25775...
25304
fi
25775
fi
25305
 
25776
 
25306
 
25777
 
25307
   # CoreAudio framework
25778
   # CoreAudio framework
25308
   if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
25779
   if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
25309
  { echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
25780
  { $as_echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
25310
echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6; }
25781
$as_echo_n "checking for CoreAudio/CoreAudio.h... " >&6; }
25311
if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
25782
if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
25312
  echo $ECHO_N "(cached) $ECHO_C" >&6
25783
  $as_echo_n "(cached) " >&6
25313
fi
25784
fi
25314
{ echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
25785
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
25315
echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6; }
25786
$as_echo "$ac_cv_header_CoreAudio_CoreAudio_h" >&6; }
25316
else
25787
else
25317
  # Is the header compilable?
25788
  # Is the header compilable?
25318
{ echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h usability" >&5
25789
{ $as_echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h usability" >&5
25319
echo $ECHO_N "checking CoreAudio/CoreAudio.h usability... $ECHO_C" >&6; }
25790
$as_echo_n "checking CoreAudio/CoreAudio.h usability... " >&6; }
25320
cat >conftest.$ac_ext <<_ACEOF
25791
cat >conftest.$ac_ext <<_ACEOF
25321
/* confdefs.h.  */
25792
/* confdefs.h.  */
25322
_ACEOF
25793
_ACEOF
25323
cat confdefs.h >>conftest.$ac_ext
25794
cat confdefs.h >>conftest.$ac_ext
25324
cat >>conftest.$ac_ext <<_ACEOF
25795
cat >>conftest.$ac_ext <<_ACEOF
Line 25330... Line 25801...
25330
if { (ac_try="$ac_compile"
25801
if { (ac_try="$ac_compile"
25331
case "(($ac_try" in
25802
case "(($ac_try" in
25332
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25803
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25333
  *) ac_try_echo=$ac_try;;
25804
  *) ac_try_echo=$ac_try;;
25334
esac
25805
esac
25335
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25806
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
25807
$as_echo "$ac_try_echo") >&5
25336
  (eval "$ac_compile") 2>conftest.er1
25808
  (eval "$ac_compile") 2>conftest.er1
25337
  ac_status=$?
25809
  ac_status=$?
25338
  grep -v '^ *+' conftest.er1 >conftest.err
25810
  grep -v '^ *+' conftest.er1 >conftest.err
25339
  rm -f conftest.er1
25811
  rm -f conftest.er1
25340
  cat conftest.err >&5
25812
  cat conftest.err >&5
25341
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25813
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25342
  (exit $ac_status); } && {
25814
  (exit $ac_status); } && {
25343
	 test -z "$ac_c_werror_flag" ||
25815
	 test -z "$ac_c_werror_flag" ||
25344
	 test ! -s conftest.err
25816
	 test ! -s conftest.err
25345
       } && test -s conftest.$ac_objext; then
25817
       } && test -s conftest.$ac_objext; then
25346
  ac_header_compiler=yes
25818
  ac_header_compiler=yes
25347
else
25819
else
25348
  echo "$as_me: failed program was:" >&5
25820
  $as_echo "$as_me: failed program was:" >&5
25349
sed 's/^/| /' conftest.$ac_ext >&5
25821
sed 's/^/| /' conftest.$ac_ext >&5
25350
 
25822
 
25351
	ac_header_compiler=no
25823
	ac_header_compiler=no
25352
fi
25824
fi
25353
 
25825
 
25354
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25826
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25355
{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25827
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25356
echo "${ECHO_T}$ac_header_compiler" >&6; }
25828
$as_echo "$ac_header_compiler" >&6; }
25357
 
25829
 
25358
# Is the header present?
25830
# Is the header present?
25359
{ echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h presence" >&5
25831
{ $as_echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h presence" >&5
25360
echo $ECHO_N "checking CoreAudio/CoreAudio.h presence... $ECHO_C" >&6; }
25832
$as_echo_n "checking CoreAudio/CoreAudio.h presence... " >&6; }
25361
cat >conftest.$ac_ext <<_ACEOF
25833
cat >conftest.$ac_ext <<_ACEOF
25362
/* confdefs.h.  */
25834
/* confdefs.h.  */
25363
_ACEOF
25835
_ACEOF
25364
cat confdefs.h >>conftest.$ac_ext
25836
cat confdefs.h >>conftest.$ac_ext
25365
cat >>conftest.$ac_ext <<_ACEOF
25837
cat >>conftest.$ac_ext <<_ACEOF
Line 25369... Line 25841...
25369
if { (ac_try="$ac_cpp conftest.$ac_ext"
25841
if { (ac_try="$ac_cpp conftest.$ac_ext"
25370
case "(($ac_try" in
25842
case "(($ac_try" in
25371
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25843
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25372
  *) ac_try_echo=$ac_try;;
25844
  *) ac_try_echo=$ac_try;;
25373
esac
25845
esac
25374
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25846
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
25847
$as_echo "$ac_try_echo") >&5
25375
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25848
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25376
  ac_status=$?
25849
  ac_status=$?
25377
  grep -v '^ *+' conftest.er1 >conftest.err
25850
  grep -v '^ *+' conftest.er1 >conftest.err
25378
  rm -f conftest.er1
25851
  rm -f conftest.er1
25379
  cat conftest.err >&5
25852
  cat conftest.err >&5
25380
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25853
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25381
  (exit $ac_status); } >/dev/null && {
25854
  (exit $ac_status); } >/dev/null && {
25382
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25855
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25383
	 test ! -s conftest.err
25856
	 test ! -s conftest.err
25384
       }; then
25857
       }; then
25385
  ac_header_preproc=yes
25858
  ac_header_preproc=yes
25386
else
25859
else
25387
  echo "$as_me: failed program was:" >&5
25860
  $as_echo "$as_me: failed program was:" >&5
25388
sed 's/^/| /' conftest.$ac_ext >&5
25861
sed 's/^/| /' conftest.$ac_ext >&5
25389
 
25862
 
25390
  ac_header_preproc=no
25863
  ac_header_preproc=no
25391
fi
25864
fi
25392
 
25865
 
25393
rm -f conftest.err conftest.$ac_ext
25866
rm -f conftest.err conftest.$ac_ext
25394
{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25867
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25395
echo "${ECHO_T}$ac_header_preproc" >&6; }
25868
$as_echo "$ac_header_preproc" >&6; }
25396
 
25869
 
25397
# So?  What about this header?
25870
# So?  What about this header?
25398
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25871
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25399
  yes:no: )
25872
  yes:no: )
25400
    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&5
25873
    { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&5
25401
echo "$as_me: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25874
$as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25402
    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the compiler's result" >&5
25875
    { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the compiler's result" >&5
25403
echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the compiler's result" >&2;}
25876
$as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the compiler's result" >&2;}
25404
    ac_header_preproc=yes
25877
    ac_header_preproc=yes
25405
    ;;
25878
    ;;
25406
  no:yes:* )
25879
  no:yes:* )
25407
    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&5
25880
    { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&5
25408
echo "$as_me: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&2;}
25881
$as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&2;}
25409
    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h:     check for missing prerequisite headers?" >&5
25882
    { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h:     check for missing prerequisite headers?" >&5
25410
echo "$as_me: WARNING: CoreAudio/CoreAudio.h:     check for missing prerequisite headers?" >&2;}
25883
$as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h:     check for missing prerequisite headers?" >&2;}
25411
    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: see the Autoconf documentation" >&5
25884
    { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: see the Autoconf documentation" >&5
25412
echo "$as_me: WARNING: CoreAudio/CoreAudio.h: see the Autoconf documentation" >&2;}
25885
$as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: see the Autoconf documentation" >&2;}
25413
    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h:     section \"Present But Cannot Be Compiled\"" >&5
25886
    { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h:     section \"Present But Cannot Be Compiled\"" >&5
25414
echo "$as_me: WARNING: CoreAudio/CoreAudio.h:     section \"Present But Cannot Be Compiled\"" >&2;}
25887
$as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h:     section \"Present But Cannot Be Compiled\"" >&2;}
25415
    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&5
25888
    { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&5
25416
echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&2;}
25889
$as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&2;}
25417
    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&5
25890
    { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&5
25418
echo "$as_me: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&2;}
25891
$as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&2;}
25419
 
25892
 
25420
    ;;
25893
    ;;
25421
esac
25894
esac
25422
{ echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
25895
{ $as_echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
25423
echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6; }
25896
$as_echo_n "checking for CoreAudio/CoreAudio.h... " >&6; }
25424
if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
25897
if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
25425
  echo $ECHO_N "(cached) $ECHO_C" >&6
25898
  $as_echo_n "(cached) " >&6
25426
else
25899
else
25427
  ac_cv_header_CoreAudio_CoreAudio_h=$ac_header_preproc
25900
  ac_cv_header_CoreAudio_CoreAudio_h=$ac_header_preproc
25428
fi
25901
fi
25429
{ echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
25902
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
25430
echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6; }
25903
$as_echo "$ac_cv_header_CoreAudio_CoreAudio_h" >&6; }
25431
 
25904
 
25432
fi
25905
fi
25433
if test $ac_cv_header_CoreAudio_CoreAudio_h = yes; then
25906
if test "x$ac_cv_header_CoreAudio_CoreAudio_h" = x""yes; then
25434
 
25907
 
25435
 
25908
 
25436
cat >>confdefs.h <<\_ACEOF
25909
cat >>confdefs.h <<\_ACEOF
25437
#define HAVE_COREAUDIO 1
25910
#define HAVE_COREAUDIO 1
25438
_ACEOF
25911
_ACEOF
Line 25442... Line 25915...
25442
fi
25915
fi
25443
 
25916
 
25444
 
25917
 
25445
 
25918
 
25446
 
25919
 
25447
  { echo "$as_me:$LINENO: checking if res_init needs -lresolv" >&5
25920
  { $as_echo "$as_me:$LINENO: checking if res_init needs -lresolv" >&5
25448
echo $ECHO_N "checking if res_init needs -lresolv... $ECHO_C" >&6; }
25921
$as_echo_n "checking if res_init needs -lresolv... " >&6; }
25449
  kde_libs_safe="$LIBS"
25922
  kde_libs_safe="$LIBS"
25450
  LIBS="$LIBS $X_EXTRA_LIBS -lresolv"
25923
  LIBS="$LIBS $X_EXTRA_LIBS -lresolv"
25451
  cat >conftest.$ac_ext <<_ACEOF
25924
  cat >conftest.$ac_ext <<_ACEOF
25452
/* confdefs.h.  */
25925
/* confdefs.h.  */
25453
_ACEOF
25926
_ACEOF
Line 25474... Line 25947...
25474
if { (ac_try="$ac_link"
25947
if { (ac_try="$ac_link"
25475
case "(($ac_try" in
25948
case "(($ac_try" in
25476
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25949
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25477
  *) ac_try_echo=$ac_try;;
25950
  *) ac_try_echo=$ac_try;;
25478
esac
25951
esac
25479
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25952
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
25953
$as_echo "$ac_try_echo") >&5
25480
  (eval "$ac_link") 2>conftest.er1
25954
  (eval "$ac_link") 2>conftest.er1
25481
  ac_status=$?
25955
  ac_status=$?
25482
  grep -v '^ *+' conftest.er1 >conftest.err
25956
  grep -v '^ *+' conftest.er1 >conftest.err
25483
  rm -f conftest.er1
25957
  rm -f conftest.er1
25484
  cat conftest.err >&5
25958
  cat conftest.err >&5
25485
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25959
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25486
  (exit $ac_status); } && {
25960
  (exit $ac_status); } && {
25487
	 test -z "$ac_c_werror_flag" ||
25961
	 test -z "$ac_c_werror_flag" ||
25488
	 test ! -s conftest.err
25962
	 test ! -s conftest.err
25489
       } && test -s conftest$ac_exeext &&
25963
       } && test -s conftest$ac_exeext && {
-
 
25964
	 test "$cross_compiling" = yes ||
25490
       $as_test_x conftest$ac_exeext; then
25965
	 $as_test_x conftest$ac_exeext
-
 
25966
       }; then
25491
 
25967
 
25492
      LIBRESOLV="-lresolv"
25968
      LIBRESOLV="-lresolv"
25493
      { echo "$as_me:$LINENO: result: yes" >&5
25969
      { $as_echo "$as_me:$LINENO: result: yes" >&5
25494
echo "${ECHO_T}yes" >&6; }
25970
$as_echo "yes" >&6; }
25495
 
25971
 
25496
cat >>confdefs.h <<\_ACEOF
25972
cat >>confdefs.h <<\_ACEOF
25497
#define HAVE_RES_INIT 1
25973
#define HAVE_RES_INIT 1
25498
_ACEOF
25974
_ACEOF
25499
 
25975
 
25500
 
25976
 
25501
else
25977
else
25502
  echo "$as_me: failed program was:" >&5
25978
  $as_echo "$as_me: failed program was:" >&5
25503
sed 's/^/| /' conftest.$ac_ext >&5
25979
sed 's/^/| /' conftest.$ac_ext >&5
25504
 
25980
 
25505
	 { echo "$as_me:$LINENO: result: no" >&5
25981
	 { $as_echo "$as_me:$LINENO: result: no" >&5
25506
echo "${ECHO_T}no" >&6; }
25982
$as_echo "no" >&6; }
25507
 
25983
 
25508
fi
25984
fi
25509
 
25985
 
-
 
25986
rm -rf conftest.dSYM
25510
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25987
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25511
      conftest$ac_exeext conftest.$ac_ext
25988
      conftest$ac_exeext conftest.$ac_ext
25512
  LIBS=$kde_libs_safe
25989
  LIBS=$kde_libs_safe
25513
 
25990
 
25514
 
25991
 
25515
 
25992
 
25516
{ echo "$as_me:$LINENO: checking for res_init" >&5
25993
{ $as_echo "$as_me:$LINENO: checking for res_init" >&5
25517
echo $ECHO_N "checking for res_init... $ECHO_C" >&6; }
25994
$as_echo_n "checking for res_init... " >&6; }
25518
if test "${kde_cv_func_res_init+set}" = set; then
25995
if test "${kde_cv_func_res_init+set}" = set; then
25519
  echo $ECHO_N "(cached) $ECHO_C" >&6
25996
  $as_echo_n "(cached) " >&6
25520
else
25997
else
25521
 
25998
 
25522
 
25999
 
25523
 ac_ext=cpp
26000
 ac_ext=cpp
25524
ac_cpp='$CXXCPP $CPPFLAGS'
26001
ac_cpp='$CXXCPP $CPPFLAGS'
Line 25563... Line 26040...
25563
if { (ac_try="$ac_compile"
26040
if { (ac_try="$ac_compile"
25564
case "(($ac_try" in
26041
case "(($ac_try" in
25565
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26042
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25566
  *) ac_try_echo=$ac_try;;
26043
  *) ac_try_echo=$ac_try;;
25567
esac
26044
esac
25568
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26045
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
26046
$as_echo "$ac_try_echo") >&5
25569
  (eval "$ac_compile") 2>conftest.er1
26047
  (eval "$ac_compile") 2>conftest.er1
25570
  ac_status=$?
26048
  ac_status=$?
25571
  grep -v '^ *+' conftest.er1 >conftest.err
26049
  grep -v '^ *+' conftest.er1 >conftest.err
25572
  rm -f conftest.er1
26050
  rm -f conftest.er1
25573
  cat conftest.err >&5
26051
  cat conftest.err >&5
25574
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26052
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25575
  (exit $ac_status); } && {
26053
  (exit $ac_status); } && {
25576
	 test -z "$ac_cxx_werror_flag" ||
26054
	 test -z "$ac_cxx_werror_flag" ||
25577
	 test ! -s conftest.err
26055
	 test ! -s conftest.err
25578
       } && test -s conftest.$ac_objext; then
26056
       } && test -s conftest.$ac_objext; then
25579
  kde_cv_func_res_init=yes
26057
  kde_cv_func_res_init=yes
25580
else
26058
else
25581
  echo "$as_me: failed program was:" >&5
26059
  $as_echo "$as_me: failed program was:" >&5
25582
sed 's/^/| /' conftest.$ac_ext >&5
26060
sed 's/^/| /' conftest.$ac_ext >&5
25583
 
26061
 
25584
	kde_cv_func_res_init=no
26062
	kde_cv_func_res_init=no
25585
fi
26063
fi
25586
 
26064
 
Line 25595... Line 26073...
25595
 
26073
 
25596
 
26074
 
25597
fi
26075
fi
25598
 
26076
 
25599
 
26077
 
25600
{ echo "$as_me:$LINENO: result: $kde_cv_func_res_init" >&5
26078
{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_res_init" >&5
25601
echo "${ECHO_T}$kde_cv_func_res_init" >&6; }
26079
$as_echo "$kde_cv_func_res_init" >&6; }
25602
 
26080
 
25603
{ echo "$as_me:$LINENO: checking if res_init needs custom prototype" >&5
26081
{ $as_echo "$as_me:$LINENO: checking if res_init needs custom prototype" >&5
25604
echo $ECHO_N "checking if res_init needs custom prototype... $ECHO_C" >&6; }
26082
$as_echo_n "checking if res_init needs custom prototype... " >&6; }
25605
if test "${kde_cv_proto_res_init+set}" = set; then
26083
if test "${kde_cv_proto_res_init+set}" = set; then
25606
  echo $ECHO_N "(cached) $ECHO_C" >&6
26084
  $as_echo_n "(cached) " >&6
25607
else
26085
else
25608
 
26086
 
25609
if test "x$kde_cv_func_res_init" = xyes; then
26087
if test "x$kde_cv_func_res_init" = xyes; then
25610
  kde_cv_proto_res_init=no
26088
  kde_cv_proto_res_init=no
25611
else
26089
else
Line 25663... Line 26141...
25663
if { (ac_try="$ac_link"
26141
if { (ac_try="$ac_link"
25664
case "(($ac_try" in
26142
case "(($ac_try" in
25665
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26143
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25666
  *) ac_try_echo=$ac_try;;
26144
  *) ac_try_echo=$ac_try;;
25667
esac
26145
esac
25668
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26146
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
26147
$as_echo "$ac_try_echo") >&5
25669
  (eval "$ac_link") 2>conftest.er1
26148
  (eval "$ac_link") 2>conftest.er1
25670
  ac_status=$?
26149
  ac_status=$?
25671
  grep -v '^ *+' conftest.er1 >conftest.err
26150
  grep -v '^ *+' conftest.er1 >conftest.err
25672
  rm -f conftest.er1
26151
  rm -f conftest.er1
25673
  cat conftest.err >&5
26152
  cat conftest.err >&5
25674
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26153
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25675
  (exit $ac_status); } && {
26154
  (exit $ac_status); } && {
25676
	 test -z "$ac_cxx_werror_flag" ||
26155
	 test -z "$ac_cxx_werror_flag" ||
25677
	 test ! -s conftest.err
26156
	 test ! -s conftest.err
25678
       } && test -s conftest$ac_exeext &&
26157
       } && test -s conftest$ac_exeext && {
-
 
26158
	 test "$cross_compiling" = yes ||
25679
       $as_test_x conftest$ac_exeext; then
26159
	 $as_test_x conftest$ac_exeext
-
 
26160
       }; then
25680
   kde_cv_func_res_init=yes
26161
   kde_cv_func_res_init=yes
25681
  kde_cv_proto_res_init=yes
26162
  kde_cv_proto_res_init=yes
25682
else
26163
else
25683
  echo "$as_me: failed program was:" >&5
26164
  $as_echo "$as_me: failed program was:" >&5
25684
sed 's/^/| /' conftest.$ac_ext >&5
26165
sed 's/^/| /' conftest.$ac_ext >&5
25685
 
26166
 
25686
	kde_cv_proto_res_init="res_init unavailable"
26167
	kde_cv_proto_res_init="res_init unavailable"
25687
 
26168
 
25688
fi
26169
fi
25689
 
26170
 
-
 
26171
rm -rf conftest.dSYM
25690
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26172
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25691
      conftest$ac_exeext conftest.$ac_ext
26173
      conftest$ac_exeext conftest.$ac_ext
25692
LIBS=$kde_safe_libs
26174
LIBS=$kde_safe_libs
25693
ac_ext=c
26175
ac_ext=c
25694
ac_cpp='$CPP $CPPFLAGS'
26176
ac_cpp='$CPP $CPPFLAGS'
Line 25698... Line 26180...
25698
 
26180
 
25699
fi
26181
fi
25700
 
26182
 
25701
fi
26183
fi
25702
 
26184
 
25703
{ echo "$as_me:$LINENO: result: $kde_cv_proto_res_init" >&5
26185
{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_res_init" >&5
25704
echo "${ECHO_T}$kde_cv_proto_res_init" >&6; }
26186
$as_echo "$kde_cv_proto_res_init" >&6; }
25705
 
26187
 
25706
if test "x$kde_cv_func_res_init" = xyes; then
26188
if test "x$kde_cv_func_res_init" = xyes; then
25707
 
26189
 
25708
cat >>confdefs.h <<\_ACEOF
26190
cat >>confdefs.h <<\_ACEOF
25709
#define HAVE_RES_INIT 1
26191
#define HAVE_RES_INIT 1
Line 25726... Line 26208...
25726
 
26208
 
25727
 
26209
 
25728
   LIBSOCKET="$X_EXTRA_LIBS"
26210
   LIBSOCKET="$X_EXTRA_LIBS"
25729
 
26211
 
25730
 
26212
 
25731
   { echo "$as_me:$LINENO: checking for killpg in -lucb" >&5
26213
   { $as_echo "$as_me:$LINENO: checking for killpg in -lucb" >&5
25732
echo $ECHO_N "checking for killpg in -lucb... $ECHO_C" >&6; }
26214
$as_echo_n "checking for killpg in -lucb... " >&6; }
25733
if test "${ac_cv_lib_ucb_killpg+set}" = set; then
26215
if test "${ac_cv_lib_ucb_killpg+set}" = set; then
25734
  echo $ECHO_N "(cached) $ECHO_C" >&6
26216
  $as_echo_n "(cached) " >&6
25735
else
26217
else
25736
  ac_check_lib_save_LIBS=$LIBS
26218
  ac_check_lib_save_LIBS=$LIBS
25737
LIBS="-lucb  $LIBS"
26219
LIBS="-lucb  $LIBS"
25738
cat >conftest.$ac_ext <<_ACEOF
26220
cat >conftest.$ac_ext <<_ACEOF
25739
/* confdefs.h.  */
26221
/* confdefs.h.  */
Line 25761... Line 26243...
25761
if { (ac_try="$ac_link"
26243
if { (ac_try="$ac_link"
25762
case "(($ac_try" in
26244
case "(($ac_try" in
25763
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26245
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25764
  *) ac_try_echo=$ac_try;;
26246
  *) ac_try_echo=$ac_try;;
25765
esac
26247
esac
25766
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26248
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
26249
$as_echo "$ac_try_echo") >&5
25767
  (eval "$ac_link") 2>conftest.er1
26250
  (eval "$ac_link") 2>conftest.er1
25768
  ac_status=$?
26251
  ac_status=$?
25769
  grep -v '^ *+' conftest.er1 >conftest.err
26252
  grep -v '^ *+' conftest.er1 >conftest.err
25770
  rm -f conftest.er1
26253
  rm -f conftest.er1
25771
  cat conftest.err >&5
26254
  cat conftest.err >&5
25772
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26255
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25773
  (exit $ac_status); } && {
26256
  (exit $ac_status); } && {
25774
	 test -z "$ac_c_werror_flag" ||
26257
	 test -z "$ac_c_werror_flag" ||
25775
	 test ! -s conftest.err
26258
	 test ! -s conftest.err
25776
       } && test -s conftest$ac_exeext &&
26259
       } && test -s conftest$ac_exeext && {
-
 
26260
	 test "$cross_compiling" = yes ||
25777
       $as_test_x conftest$ac_exeext; then
26261
	 $as_test_x conftest$ac_exeext
-
 
26262
       }; then
25778
  ac_cv_lib_ucb_killpg=yes
26263
  ac_cv_lib_ucb_killpg=yes
25779
else
26264
else
25780
  echo "$as_me: failed program was:" >&5
26265
  $as_echo "$as_me: failed program was:" >&5
25781
sed 's/^/| /' conftest.$ac_ext >&5
26266
sed 's/^/| /' conftest.$ac_ext >&5
25782
 
26267
 
25783
	ac_cv_lib_ucb_killpg=no
26268
	ac_cv_lib_ucb_killpg=no
25784
fi
26269
fi
25785
 
26270
 
-
 
26271
rm -rf conftest.dSYM
25786
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26272
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25787
      conftest$ac_exeext conftest.$ac_ext
26273
      conftest$ac_exeext conftest.$ac_ext
25788
LIBS=$ac_check_lib_save_LIBS
26274
LIBS=$ac_check_lib_save_LIBS
25789
fi
26275
fi
25790
{ echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_killpg" >&5
26276
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_killpg" >&5
25791
echo "${ECHO_T}$ac_cv_lib_ucb_killpg" >&6; }
26277
$as_echo "$ac_cv_lib_ucb_killpg" >&6; }
25792
if test $ac_cv_lib_ucb_killpg = yes; then
26278
if test "x$ac_cv_lib_ucb_killpg" = x""yes; then
25793
  LIBUCB="-lucb"
26279
  LIBUCB="-lucb"
25794
fi
26280
fi
25795
 
26281
 
25796
 
26282
 
25797
   case $host in     *-*-lynxos* )
26283
   case $host in     *-*-lynxos* )
25798
        { echo "$as_me:$LINENO: checking LynxOS header file wrappers" >&5
26284
        { $as_echo "$as_me:$LINENO: checking LynxOS header file wrappers" >&5
25799
echo $ECHO_N "checking LynxOS header file wrappers... $ECHO_C" >&6; }
26285
$as_echo_n "checking LynxOS header file wrappers... " >&6; }
25800
        CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"
26286
        CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"
25801
        { echo "$as_me:$LINENO: result: disabled" >&5
26287
        { $as_echo "$as_me:$LINENO: result: disabled" >&5
25802
echo "${ECHO_T}disabled" >&6; }
26288
$as_echo "disabled" >&6; }
25803
        { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
26289
        { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
25804
echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
26290
$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
25805
if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
26291
if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
25806
  echo $ECHO_N "(cached) $ECHO_C" >&6
26292
  $as_echo_n "(cached) " >&6
25807
else
26293
else
25808
  ac_check_lib_save_LIBS=$LIBS
26294
  ac_check_lib_save_LIBS=$LIBS
25809
LIBS="-lbsd  $LIBS"
26295
LIBS="-lbsd  $LIBS"
25810
cat >conftest.$ac_ext <<_ACEOF
26296
cat >conftest.$ac_ext <<_ACEOF
25811
/* confdefs.h.  */
26297
/* confdefs.h.  */
Line 25833... Line 26319...
25833
if { (ac_try="$ac_link"
26319
if { (ac_try="$ac_link"
25834
case "(($ac_try" in
26320
case "(($ac_try" in
25835
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26321
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25836
  *) ac_try_echo=$ac_try;;
26322
  *) ac_try_echo=$ac_try;;
25837
esac
26323
esac
25838
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26324
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
26325
$as_echo "$ac_try_echo") >&5
25839
  (eval "$ac_link") 2>conftest.er1
26326
  (eval "$ac_link") 2>conftest.er1
25840
  ac_status=$?
26327
  ac_status=$?
25841
  grep -v '^ *+' conftest.er1 >conftest.err
26328
  grep -v '^ *+' conftest.er1 >conftest.err
25842
  rm -f conftest.er1
26329
  rm -f conftest.er1
25843
  cat conftest.err >&5
26330
  cat conftest.err >&5
25844
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26331
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25845
  (exit $ac_status); } && {
26332
  (exit $ac_status); } && {
25846
	 test -z "$ac_c_werror_flag" ||
26333
	 test -z "$ac_c_werror_flag" ||
25847
	 test ! -s conftest.err
26334
	 test ! -s conftest.err
25848
       } && test -s conftest$ac_exeext &&
26335
       } && test -s conftest$ac_exeext && {
-
 
26336
	 test "$cross_compiling" = yes ||
25849
       $as_test_x conftest$ac_exeext; then
26337
	 $as_test_x conftest$ac_exeext
-
 
26338
       }; then
25850
  ac_cv_lib_bsd_gethostbyname=yes
26339
  ac_cv_lib_bsd_gethostbyname=yes
25851
else
26340
else
25852
  echo "$as_me: failed program was:" >&5
26341
  $as_echo "$as_me: failed program was:" >&5
25853
sed 's/^/| /' conftest.$ac_ext >&5
26342
sed 's/^/| /' conftest.$ac_ext >&5
25854
 
26343
 
25855
	ac_cv_lib_bsd_gethostbyname=no
26344
	ac_cv_lib_bsd_gethostbyname=no
25856
fi
26345
fi
25857
 
26346
 
-
 
26347
rm -rf conftest.dSYM
25858
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26348
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25859
      conftest$ac_exeext conftest.$ac_ext
26349
      conftest$ac_exeext conftest.$ac_ext
25860
LIBS=$ac_check_lib_save_LIBS
26350
LIBS=$ac_check_lib_save_LIBS
25861
fi
26351
fi
25862
{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
26352
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
25863
echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
26353
$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
25864
if test $ac_cv_lib_bsd_gethostbyname = yes; then
26354
if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
25865
  LIBSOCKET="-lbsd"
26355
  LIBSOCKET="-lbsd"
25866
fi
26356
fi
25867
          ;;
26357
          ;;
25868
    esac
26358
    esac
25869
 
26359
 
25870
     { echo "$as_me:$LINENO: checking for int" >&5
-
 
25871
echo $ECHO_N "checking for int... $ECHO_C" >&6; }
-
 
25872
if test "${ac_cv_type_int+set}" = set; then
-
 
25873
  echo $ECHO_N "(cached) $ECHO_C" >&6
-
 
25874
else
-
 
25875
  cat >conftest.$ac_ext <<_ACEOF
-
 
25876
/* confdefs.h.  */
-
 
25877
_ACEOF
-
 
25878
cat confdefs.h >>conftest.$ac_ext
-
 
25879
cat >>conftest.$ac_ext <<_ACEOF
-
 
25880
/* end confdefs.h.  */
-
 
25881
$ac_includes_default
-
 
25882
typedef int ac__type_new_;
-
 
25883
int
-
 
25884
main ()
-
 
25885
{
-
 
25886
if ((ac__type_new_ *) 0)
-
 
25887
  return 0;
-
 
25888
if (sizeof (ac__type_new_))
-
 
25889
  return 0;
-
 
25890
  ;
-
 
25891
  return 0;
-
 
25892
}
-
 
25893
_ACEOF
-
 
25894
rm -f conftest.$ac_objext
-
 
25895
if { (ac_try="$ac_compile"
-
 
25896
case "(($ac_try" in
-
 
25897
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
25898
  *) ac_try_echo=$ac_try;;
-
 
25899
esac
-
 
25900
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-
 
25901
  (eval "$ac_compile") 2>conftest.er1
-
 
25902
  ac_status=$?
-
 
25903
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
25904
  rm -f conftest.er1
-
 
25905
  cat conftest.err >&5
-
 
25906
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
25907
  (exit $ac_status); } && {
-
 
25908
	 test -z "$ac_c_werror_flag" ||
-
 
25909
	 test ! -s conftest.err
-
 
25910
       } && test -s conftest.$ac_objext; then
-
 
25911
  ac_cv_type_int=yes
-
 
25912
else
-
 
25913
  echo "$as_me: failed program was:" >&5
-
 
25914
sed 's/^/| /' conftest.$ac_ext >&5
-
 
25915
 
-
 
25916
	ac_cv_type_int=no
-
 
25917
fi
-
 
25918
 
-
 
25919
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
25920
fi
-
 
25921
{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
-
 
25922
echo "${ECHO_T}$ac_cv_type_int" >&6; }
-
 
25923
 
-
 
25924
# The cast to long int works around a bug in the HP C Compiler
26360
     # The cast to long int works around a bug in the HP C Compiler
25925
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
26361
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
25926
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
26362
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
25927
# This bug is HP SR number 8606223364.
26363
# This bug is HP SR number 8606223364.
25928
{ echo "$as_me:$LINENO: checking size of int" >&5
26364
{ $as_echo "$as_me:$LINENO: checking size of int" >&5
25929
echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
26365
$as_echo_n "checking size of int... " >&6; }
25930
if test "${ac_cv_sizeof_int+set}" = set; then
26366
if test "${ac_cv_sizeof_int+set}" = set; then
25931
  echo $ECHO_N "(cached) $ECHO_C" >&6
26367
  $as_echo_n "(cached) " >&6
25932
else
26368
else
25933
  if test "$cross_compiling" = yes; then
26369
  if test "$cross_compiling" = yes; then
25934
  # Depending upon the size, compute the lo and hi bounds.
26370
  # Depending upon the size, compute the lo and hi bounds.
25935
cat >conftest.$ac_ext <<_ACEOF
26371
cat >conftest.$ac_ext <<_ACEOF
25936
/* confdefs.h.  */
26372
/* confdefs.h.  */
25937
_ACEOF
26373
_ACEOF
25938
cat confdefs.h >>conftest.$ac_ext
26374
cat confdefs.h >>conftest.$ac_ext
25939
cat >>conftest.$ac_ext <<_ACEOF
26375
cat >>conftest.$ac_ext <<_ACEOF
25940
/* end confdefs.h.  */
26376
/* end confdefs.h.  */
25941
$ac_includes_default
26377
$ac_includes_default
25942
   typedef int ac__type_sizeof_;
-
 
25943
int
26378
int
25944
main ()
26379
main ()
25945
{
26380
{
25946
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
26381
static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= 0)];
25947
test_array [0] = 0
26382
test_array [0] = 0
25948
 
26383
 
25949
  ;
26384
  ;
25950
  return 0;
26385
  return 0;
25951
}
26386
}
Line 25954... Line 26389...
25954
if { (ac_try="$ac_compile"
26389
if { (ac_try="$ac_compile"
25955
case "(($ac_try" in
26390
case "(($ac_try" in
25956
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26391
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25957
  *) ac_try_echo=$ac_try;;
26392
  *) ac_try_echo=$ac_try;;
25958
esac
26393
esac
25959
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26394
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
26395
$as_echo "$ac_try_echo") >&5
25960
  (eval "$ac_compile") 2>conftest.er1
26396
  (eval "$ac_compile") 2>conftest.er1
25961
  ac_status=$?
26397
  ac_status=$?
25962
  grep -v '^ *+' conftest.er1 >conftest.err
26398
  grep -v '^ *+' conftest.er1 >conftest.err
25963
  rm -f conftest.er1
26399
  rm -f conftest.er1
25964
  cat conftest.err >&5
26400
  cat conftest.err >&5
25965
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26401
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25966
  (exit $ac_status); } && {
26402
  (exit $ac_status); } && {
25967
	 test -z "$ac_c_werror_flag" ||
26403
	 test -z "$ac_c_werror_flag" ||
25968
	 test ! -s conftest.err
26404
	 test ! -s conftest.err
25969
       } && test -s conftest.$ac_objext; then
26405
       } && test -s conftest.$ac_objext; then
25970
  ac_lo=0 ac_mid=0
26406
  ac_lo=0 ac_mid=0
Line 25974... Line 26410...
25974
_ACEOF
26410
_ACEOF
25975
cat confdefs.h >>conftest.$ac_ext
26411
cat confdefs.h >>conftest.$ac_ext
25976
cat >>conftest.$ac_ext <<_ACEOF
26412
cat >>conftest.$ac_ext <<_ACEOF
25977
/* end confdefs.h.  */
26413
/* end confdefs.h.  */
25978
$ac_includes_default
26414
$ac_includes_default
25979
   typedef int ac__type_sizeof_;
-
 
25980
int
26415
int
25981
main ()
26416
main ()
25982
{
26417
{
25983
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
26418
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)];
25984
test_array [0] = 0
26419
test_array [0] = 0
25985
 
26420
 
25986
  ;
26421
  ;
25987
  return 0;
26422
  return 0;
25988
}
26423
}
Line 25991... Line 26426...
25991
if { (ac_try="$ac_compile"
26426
if { (ac_try="$ac_compile"
25992
case "(($ac_try" in
26427
case "(($ac_try" in
25993
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26428
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25994
  *) ac_try_echo=$ac_try;;
26429
  *) ac_try_echo=$ac_try;;
25995
esac
26430
esac
25996
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26431
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
26432
$as_echo "$ac_try_echo") >&5
25997
  (eval "$ac_compile") 2>conftest.er1
26433
  (eval "$ac_compile") 2>conftest.er1
25998
  ac_status=$?
26434
  ac_status=$?
25999
  grep -v '^ *+' conftest.er1 >conftest.err
26435
  grep -v '^ *+' conftest.er1 >conftest.err
26000
  rm -f conftest.er1
26436
  rm -f conftest.er1
26001
  cat conftest.err >&5
26437
  cat conftest.err >&5
26002
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26438
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26003
  (exit $ac_status); } && {
26439
  (exit $ac_status); } && {
26004
	 test -z "$ac_c_werror_flag" ||
26440
	 test -z "$ac_c_werror_flag" ||
26005
	 test ! -s conftest.err
26441
	 test ! -s conftest.err
26006
       } && test -s conftest.$ac_objext; then
26442
       } && test -s conftest.$ac_objext; then
26007
  ac_hi=$ac_mid; break
26443
  ac_hi=$ac_mid; break
26008
else
26444
else
26009
  echo "$as_me: failed program was:" >&5
26445
  $as_echo "$as_me: failed program was:" >&5
26010
sed 's/^/| /' conftest.$ac_ext >&5
26446
sed 's/^/| /' conftest.$ac_ext >&5
26011
 
26447
 
26012
	ac_lo=`expr $ac_mid + 1`
26448
	ac_lo=`expr $ac_mid + 1`
26013
			if test $ac_lo -le $ac_mid; then
26449
			if test $ac_lo -le $ac_mid; then
26014
			  ac_lo= ac_hi=
26450
			  ac_lo= ac_hi=
Line 26018... Line 26454...
26018
fi
26454
fi
26019
 
26455
 
26020
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26456
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26021
  done
26457
  done
26022
else
26458
else
26023
  echo "$as_me: failed program was:" >&5
26459
  $as_echo "$as_me: failed program was:" >&5
26024
sed 's/^/| /' conftest.$ac_ext >&5
26460
sed 's/^/| /' conftest.$ac_ext >&5
26025
 
26461
 
26026
	cat >conftest.$ac_ext <<_ACEOF
26462
	cat >conftest.$ac_ext <<_ACEOF
26027
/* confdefs.h.  */
26463
/* confdefs.h.  */
26028
_ACEOF
26464
_ACEOF
26029
cat confdefs.h >>conftest.$ac_ext
26465
cat confdefs.h >>conftest.$ac_ext
26030
cat >>conftest.$ac_ext <<_ACEOF
26466
cat >>conftest.$ac_ext <<_ACEOF
26031
/* end confdefs.h.  */
26467
/* end confdefs.h.  */
26032
$ac_includes_default
26468
$ac_includes_default
26033
   typedef int ac__type_sizeof_;
-
 
26034
int
26469
int
26035
main ()
26470
main ()
26036
{
26471
{
26037
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
26472
static int test_array [1 - 2 * !(((long int) (sizeof (int))) < 0)];
26038
test_array [0] = 0
26473
test_array [0] = 0
26039
 
26474
 
26040
  ;
26475
  ;
26041
  return 0;
26476
  return 0;
26042
}
26477
}
Line 26045... Line 26480...
26045
if { (ac_try="$ac_compile"
26480
if { (ac_try="$ac_compile"
26046
case "(($ac_try" in
26481
case "(($ac_try" in
26047
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26482
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26048
  *) ac_try_echo=$ac_try;;
26483
  *) ac_try_echo=$ac_try;;
26049
esac
26484
esac
26050
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26485
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
26486
$as_echo "$ac_try_echo") >&5
26051
  (eval "$ac_compile") 2>conftest.er1
26487
  (eval "$ac_compile") 2>conftest.er1
26052
  ac_status=$?
26488
  ac_status=$?
26053
  grep -v '^ *+' conftest.er1 >conftest.err
26489
  grep -v '^ *+' conftest.er1 >conftest.err
26054
  rm -f conftest.er1
26490
  rm -f conftest.er1
26055
  cat conftest.err >&5
26491
  cat conftest.err >&5
26056
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26492
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26057
  (exit $ac_status); } && {
26493
  (exit $ac_status); } && {
26058
	 test -z "$ac_c_werror_flag" ||
26494
	 test -z "$ac_c_werror_flag" ||
26059
	 test ! -s conftest.err
26495
	 test ! -s conftest.err
26060
       } && test -s conftest.$ac_objext; then
26496
       } && test -s conftest.$ac_objext; then
26061
  ac_hi=-1 ac_mid=-1
26497
  ac_hi=-1 ac_mid=-1
Line 26065... Line 26501...
26065
_ACEOF
26501
_ACEOF
26066
cat confdefs.h >>conftest.$ac_ext
26502
cat confdefs.h >>conftest.$ac_ext
26067
cat >>conftest.$ac_ext <<_ACEOF
26503
cat >>conftest.$ac_ext <<_ACEOF
26068
/* end confdefs.h.  */
26504
/* end confdefs.h.  */
26069
$ac_includes_default
26505
$ac_includes_default
26070
   typedef int ac__type_sizeof_;
-
 
26071
int
26506
int
26072
main ()
26507
main ()
26073
{
26508
{
26074
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
26509
static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= $ac_mid)];
26075
test_array [0] = 0
26510
test_array [0] = 0
26076
 
26511
 
26077
  ;
26512
  ;
26078
  return 0;
26513
  return 0;
26079
}
26514
}
Line 26082... Line 26517...
26082
if { (ac_try="$ac_compile"
26517
if { (ac_try="$ac_compile"
26083
case "(($ac_try" in
26518
case "(($ac_try" in
26084
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26519
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26085
  *) ac_try_echo=$ac_try;;
26520
  *) ac_try_echo=$ac_try;;
26086
esac
26521
esac
26087
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26522
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
26523
$as_echo "$ac_try_echo") >&5
26088
  (eval "$ac_compile") 2>conftest.er1
26524
  (eval "$ac_compile") 2>conftest.er1
26089
  ac_status=$?
26525
  ac_status=$?
26090
  grep -v '^ *+' conftest.er1 >conftest.err
26526
  grep -v '^ *+' conftest.er1 >conftest.err
26091
  rm -f conftest.er1
26527
  rm -f conftest.er1
26092
  cat conftest.err >&5
26528
  cat conftest.err >&5
26093
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26529
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26094
  (exit $ac_status); } && {
26530
  (exit $ac_status); } && {
26095
	 test -z "$ac_c_werror_flag" ||
26531
	 test -z "$ac_c_werror_flag" ||
26096
	 test ! -s conftest.err
26532
	 test ! -s conftest.err
26097
       } && test -s conftest.$ac_objext; then
26533
       } && test -s conftest.$ac_objext; then
26098
  ac_lo=$ac_mid; break
26534
  ac_lo=$ac_mid; break
26099
else
26535
else
26100
  echo "$as_me: failed program was:" >&5
26536
  $as_echo "$as_me: failed program was:" >&5
26101
sed 's/^/| /' conftest.$ac_ext >&5
26537
sed 's/^/| /' conftest.$ac_ext >&5
26102
 
26538
 
26103
	ac_hi=`expr '(' $ac_mid ')' - 1`
26539
	ac_hi=`expr '(' $ac_mid ')' - 1`
26104
			if test $ac_mid -le $ac_hi; then
26540
			if test $ac_mid -le $ac_hi; then
26105
			  ac_lo= ac_hi=
26541
			  ac_lo= ac_hi=
Line 26109... Line 26545...
26109
fi
26545
fi
26110
 
26546
 
26111
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26547
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26112
  done
26548
  done
26113
else
26549
else
26114
  echo "$as_me: failed program was:" >&5
26550
  $as_echo "$as_me: failed program was:" >&5
26115
sed 's/^/| /' conftest.$ac_ext >&5
26551
sed 's/^/| /' conftest.$ac_ext >&5
26116
 
26552
 
26117
	ac_lo= ac_hi=
26553
	ac_lo= ac_hi=
26118
fi
26554
fi
26119
 
26555
 
Line 26129... Line 26565...
26129
_ACEOF
26565
_ACEOF
26130
cat confdefs.h >>conftest.$ac_ext
26566
cat confdefs.h >>conftest.$ac_ext
26131
cat >>conftest.$ac_ext <<_ACEOF
26567
cat >>conftest.$ac_ext <<_ACEOF
26132
/* end confdefs.h.  */
26568
/* end confdefs.h.  */
26133
$ac_includes_default
26569
$ac_includes_default
26134
   typedef int ac__type_sizeof_;
-
 
26135
int
26570
int
26136
main ()
26571
main ()
26137
{
26572
{
26138
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
26573
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)];
26139
test_array [0] = 0
26574
test_array [0] = 0
26140
 
26575
 
26141
  ;
26576
  ;
26142
  return 0;
26577
  return 0;
26143
}
26578
}
Line 26146... Line 26581...
26146
if { (ac_try="$ac_compile"
26581
if { (ac_try="$ac_compile"
26147
case "(($ac_try" in
26582
case "(($ac_try" in
26148
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26583
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26149
  *) ac_try_echo=$ac_try;;
26584
  *) ac_try_echo=$ac_try;;
26150
esac
26585
esac
26151
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26586
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
26587
$as_echo "$ac_try_echo") >&5
26152
  (eval "$ac_compile") 2>conftest.er1
26588
  (eval "$ac_compile") 2>conftest.er1
26153
  ac_status=$?
26589
  ac_status=$?
26154
  grep -v '^ *+' conftest.er1 >conftest.err
26590
  grep -v '^ *+' conftest.er1 >conftest.err
26155
  rm -f conftest.er1
26591
  rm -f conftest.er1
26156
  cat conftest.err >&5
26592
  cat conftest.err >&5
26157
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26593
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26158
  (exit $ac_status); } && {
26594
  (exit $ac_status); } && {
26159
	 test -z "$ac_c_werror_flag" ||
26595
	 test -z "$ac_c_werror_flag" ||
26160
	 test ! -s conftest.err
26596
	 test ! -s conftest.err
26161
       } && test -s conftest.$ac_objext; then
26597
       } && test -s conftest.$ac_objext; then
26162
  ac_hi=$ac_mid
26598
  ac_hi=$ac_mid
26163
else
26599
else
26164
  echo "$as_me: failed program was:" >&5
26600
  $as_echo "$as_me: failed program was:" >&5
26165
sed 's/^/| /' conftest.$ac_ext >&5
26601
sed 's/^/| /' conftest.$ac_ext >&5
26166
 
26602
 
26167
	ac_lo=`expr '(' $ac_mid ')' + 1`
26603
	ac_lo=`expr '(' $ac_mid ')' + 1`
26168
fi
26604
fi
26169
 
26605
 
26170
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26606
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26171
done
26607
done
26172
case $ac_lo in
26608
case $ac_lo in
26173
?*) ac_cv_sizeof_int=$ac_lo;;
26609
?*) ac_cv_sizeof_int=$ac_lo;;
26174
'') if test "$ac_cv_type_int" = yes; then
26610
'') if test "$ac_cv_type_int" = yes; then
-
 
26611
     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
26612
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
26175
     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
26613
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int)
26176
See \`config.log' for more details." >&5
26614
See \`config.log' for more details." >&5
26177
echo "$as_me: error: cannot compute sizeof (int)
26615
$as_echo "$as_me: error: cannot compute sizeof (int)
26178
See \`config.log' for more details." >&2;}
26616
See \`config.log' for more details." >&2;}
26179
   { (exit 77); exit 77; }; }
26617
   { (exit 77); exit 77; }; }; }
26180
   else
26618
   else
26181
     ac_cv_sizeof_int=0
26619
     ac_cv_sizeof_int=0
26182
   fi ;;
26620
   fi ;;
26183
esac
26621
esac
26184
else
26622
else
Line 26187... Line 26625...
26187
_ACEOF
26625
_ACEOF
26188
cat confdefs.h >>conftest.$ac_ext
26626
cat confdefs.h >>conftest.$ac_ext
26189
cat >>conftest.$ac_ext <<_ACEOF
26627
cat >>conftest.$ac_ext <<_ACEOF
26190
/* end confdefs.h.  */
26628
/* end confdefs.h.  */
26191
$ac_includes_default
26629
$ac_includes_default
26192
   typedef int ac__type_sizeof_;
-
 
26193
static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
26630
static long int longval () { return (long int) (sizeof (int)); }
26194
static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
26631
static unsigned long int ulongval () { return (long int) (sizeof (int)); }
26195
#include <stdio.h>
26632
#include <stdio.h>
26196
#include <stdlib.h>
26633
#include <stdlib.h>
26197
int
26634
int
26198
main ()
26635
main ()
26199
{
26636
{
26200
 
26637
 
26201
  FILE *f = fopen ("conftest.val", "w");
26638
  FILE *f = fopen ("conftest.val", "w");
26202
  if (! f)
26639
  if (! f)
26203
    return 1;
26640
    return 1;
26204
  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
26641
  if (((long int) (sizeof (int))) < 0)
26205
    {
26642
    {
26206
      long int i = longval ();
26643
      long int i = longval ();
26207
      if (i != ((long int) (sizeof (ac__type_sizeof_))))
26644
      if (i != ((long int) (sizeof (int))))
26208
	return 1;
26645
	return 1;
26209
      fprintf (f, "%ld\n", i);
26646
      fprintf (f, "%ld", i);
26210
    }
26647
    }
26211
  else
26648
  else
26212
    {
26649
    {
26213
      unsigned long int i = ulongval ();
26650
      unsigned long int i = ulongval ();
26214
      if (i != ((long int) (sizeof (ac__type_sizeof_))))
26651
      if (i != ((long int) (sizeof (int))))
26215
	return 1;
26652
	return 1;
26216
      fprintf (f, "%lu\n", i);
26653
      fprintf (f, "%lu", i);
26217
    }
26654
    }
-
 
26655
  /* Do not output a trailing newline, as this causes \r\n confusion
-
 
26656
     on some platforms.  */
26218
  return ferror (f) || fclose (f) != 0;
26657
  return ferror (f) || fclose (f) != 0;
26219
 
26658
 
26220
  ;
26659
  ;
26221
  return 0;
26660
  return 0;
26222
}
26661
}
Line 26225... Line 26664...
26225
if { (ac_try="$ac_link"
26664
if { (ac_try="$ac_link"
26226
case "(($ac_try" in
26665
case "(($ac_try" in
26227
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26666
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26228
  *) ac_try_echo=$ac_try;;
26667
  *) ac_try_echo=$ac_try;;
26229
esac
26668
esac
26230
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26669
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
26670
$as_echo "$ac_try_echo") >&5
26231
  (eval "$ac_link") 2>&5
26671
  (eval "$ac_link") 2>&5
26232
  ac_status=$?
26672
  ac_status=$?
26233
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26673
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26234
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26674
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26235
  { (case "(($ac_try" in
26675
  { (case "(($ac_try" in
26236
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26676
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26237
  *) ac_try_echo=$ac_try;;
26677
  *) ac_try_echo=$ac_try;;
26238
esac
26678
esac
26239
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26679
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
26680
$as_echo "$ac_try_echo") >&5
26240
  (eval "$ac_try") 2>&5
26681
  (eval "$ac_try") 2>&5
26241
  ac_status=$?
26682
  ac_status=$?
26242
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26683
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26243
  (exit $ac_status); }; }; then
26684
  (exit $ac_status); }; }; then
26244
  ac_cv_sizeof_int=`cat conftest.val`
26685
  ac_cv_sizeof_int=`cat conftest.val`
26245
else
26686
else
26246
  echo "$as_me: program exited with status $ac_status" >&5
26687
  $as_echo "$as_me: program exited with status $ac_status" >&5
26247
echo "$as_me: failed program was:" >&5
26688
$as_echo "$as_me: failed program was:" >&5
26248
sed 's/^/| /' conftest.$ac_ext >&5
26689
sed 's/^/| /' conftest.$ac_ext >&5
26249
 
26690
 
26250
( exit $ac_status )
26691
( exit $ac_status )
26251
if test "$ac_cv_type_int" = yes; then
26692
if test "$ac_cv_type_int" = yes; then
-
 
26693
     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
26694
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
26252
     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
26695
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int)
26253
See \`config.log' for more details." >&5
26696
See \`config.log' for more details." >&5
26254
echo "$as_me: error: cannot compute sizeof (int)
26697
$as_echo "$as_me: error: cannot compute sizeof (int)
26255
See \`config.log' for more details." >&2;}
26698
See \`config.log' for more details." >&2;}
26256
   { (exit 77); exit 77; }; }
26699
   { (exit 77); exit 77; }; }; }
26257
   else
26700
   else
26258
     ac_cv_sizeof_int=0
26701
     ac_cv_sizeof_int=0
26259
   fi
26702
   fi
26260
fi
26703
fi
-
 
26704
rm -rf conftest.dSYM
26261
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26705
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26262
fi
26706
fi
26263
rm -f conftest.val
26707
rm -f conftest.val
26264
fi
26708
fi
26265
{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
26709
{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
26266
echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
26710
$as_echo "$ac_cv_sizeof_int" >&6; }
26267
 
26711
 
26268
 
26712
 
26269
 
26713
 
26270
cat >>confdefs.h <<_ACEOF
26714
cat >>confdefs.h <<_ACEOF
26271
#define SIZEOF_INT $ac_cv_sizeof_int
26715
#define SIZEOF_INT $ac_cv_sizeof_int
26272
_ACEOF
26716
_ACEOF
26273
 
26717
 
26274
   { echo "$as_me:$LINENO: checking for short" >&5
-
 
26275
echo $ECHO_N "checking for short... $ECHO_C" >&6; }
-
 
26276
if test "${ac_cv_type_short+set}" = set; then
-
 
26277
  echo $ECHO_N "(cached) $ECHO_C" >&6
-
 
26278
else
-
 
26279
  cat >conftest.$ac_ext <<_ACEOF
-
 
26280
/* confdefs.h.  */
-
 
26281
_ACEOF
-
 
26282
cat confdefs.h >>conftest.$ac_ext
-
 
26283
cat >>conftest.$ac_ext <<_ACEOF
-
 
26284
/* end confdefs.h.  */
-
 
26285
$ac_includes_default
-
 
26286
typedef short ac__type_new_;
-
 
26287
int
-
 
26288
main ()
-
 
26289
{
-
 
26290
if ((ac__type_new_ *) 0)
-
 
26291
  return 0;
-
 
26292
if (sizeof (ac__type_new_))
-
 
26293
  return 0;
-
 
26294
  ;
-
 
26295
  return 0;
-
 
26296
}
-
 
26297
_ACEOF
-
 
26298
rm -f conftest.$ac_objext
-
 
26299
if { (ac_try="$ac_compile"
-
 
26300
case "(($ac_try" in
-
 
26301
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
26302
  *) ac_try_echo=$ac_try;;
-
 
26303
esac
-
 
26304
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-
 
26305
  (eval "$ac_compile") 2>conftest.er1
-
 
26306
  ac_status=$?
-
 
26307
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
26308
  rm -f conftest.er1
-
 
26309
  cat conftest.err >&5
-
 
26310
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
26311
  (exit $ac_status); } && {
-
 
26312
	 test -z "$ac_c_werror_flag" ||
-
 
26313
	 test ! -s conftest.err
-
 
26314
       } && test -s conftest.$ac_objext; then
-
 
26315
  ac_cv_type_short=yes
-
 
26316
else
-
 
26317
  echo "$as_me: failed program was:" >&5
-
 
26318
sed 's/^/| /' conftest.$ac_ext >&5
-
 
26319
 
-
 
26320
	ac_cv_type_short=no
-
 
26321
fi
-
 
26322
 
-
 
26323
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
26324
fi
-
 
26325
{ echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
-
 
26326
echo "${ECHO_T}$ac_cv_type_short" >&6; }
-
 
26327
 
-
 
26328
# The cast to long int works around a bug in the HP C Compiler
26718
   # The cast to long int works around a bug in the HP C Compiler
26329
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
26719
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
26330
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
26720
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
26331
# This bug is HP SR number 8606223364.
26721
# This bug is HP SR number 8606223364.
26332
{ echo "$as_me:$LINENO: checking size of short" >&5
26722
{ $as_echo "$as_me:$LINENO: checking size of short" >&5
26333
echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
26723
$as_echo_n "checking size of short... " >&6; }
26334
if test "${ac_cv_sizeof_short+set}" = set; then
26724
if test "${ac_cv_sizeof_short+set}" = set; then
26335
  echo $ECHO_N "(cached) $ECHO_C" >&6
26725
  $as_echo_n "(cached) " >&6
26336
else
26726
else
26337
  if test "$cross_compiling" = yes; then
26727
  if test "$cross_compiling" = yes; then
26338
  # Depending upon the size, compute the lo and hi bounds.
26728
  # Depending upon the size, compute the lo and hi bounds.
26339
cat >conftest.$ac_ext <<_ACEOF
26729
cat >conftest.$ac_ext <<_ACEOF
26340
/* confdefs.h.  */
26730
/* confdefs.h.  */
26341
_ACEOF
26731
_ACEOF
26342
cat confdefs.h >>conftest.$ac_ext
26732
cat confdefs.h >>conftest.$ac_ext
26343
cat >>conftest.$ac_ext <<_ACEOF
26733
cat >>conftest.$ac_ext <<_ACEOF
26344
/* end confdefs.h.  */
26734
/* end confdefs.h.  */
26345
$ac_includes_default
26735
$ac_includes_default
26346
   typedef short ac__type_sizeof_;
-
 
26347
int
26736
int
26348
main ()
26737
main ()
26349
{
26738
{
26350
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
26739
static int test_array [1 - 2 * !(((long int) (sizeof (short))) >= 0)];
26351
test_array [0] = 0
26740
test_array [0] = 0
26352
 
26741
 
26353
  ;
26742
  ;
26354
  return 0;
26743
  return 0;
26355
}
26744
}
Line 26358... Line 26747...
26358
if { (ac_try="$ac_compile"
26747
if { (ac_try="$ac_compile"
26359
case "(($ac_try" in
26748
case "(($ac_try" in
26360
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26749
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26361
  *) ac_try_echo=$ac_try;;
26750
  *) ac_try_echo=$ac_try;;
26362
esac
26751
esac
26363
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26752
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
26753
$as_echo "$ac_try_echo") >&5
26364
  (eval "$ac_compile") 2>conftest.er1
26754
  (eval "$ac_compile") 2>conftest.er1
26365
  ac_status=$?
26755
  ac_status=$?
26366
  grep -v '^ *+' conftest.er1 >conftest.err
26756
  grep -v '^ *+' conftest.er1 >conftest.err
26367
  rm -f conftest.er1
26757
  rm -f conftest.er1
26368
  cat conftest.err >&5
26758
  cat conftest.err >&5
26369
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26759
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26370
  (exit $ac_status); } && {
26760
  (exit $ac_status); } && {
26371
	 test -z "$ac_c_werror_flag" ||
26761
	 test -z "$ac_c_werror_flag" ||
26372
	 test ! -s conftest.err
26762
	 test ! -s conftest.err
26373
       } && test -s conftest.$ac_objext; then
26763
       } && test -s conftest.$ac_objext; then
26374
  ac_lo=0 ac_mid=0
26764
  ac_lo=0 ac_mid=0
Line 26378... Line 26768...
26378
_ACEOF
26768
_ACEOF
26379
cat confdefs.h >>conftest.$ac_ext
26769
cat confdefs.h >>conftest.$ac_ext
26380
cat >>conftest.$ac_ext <<_ACEOF
26770
cat >>conftest.$ac_ext <<_ACEOF
26381
/* end confdefs.h.  */
26771
/* end confdefs.h.  */
26382
$ac_includes_default
26772
$ac_includes_default
26383
   typedef short ac__type_sizeof_;
-
 
26384
int
26773
int
26385
main ()
26774
main ()
26386
{
26775
{
26387
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
26776
static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= $ac_mid)];
26388
test_array [0] = 0
26777
test_array [0] = 0
26389
 
26778
 
26390
  ;
26779
  ;
26391
  return 0;
26780
  return 0;
26392
}
26781
}
Line 26395... Line 26784...
26395
if { (ac_try="$ac_compile"
26784
if { (ac_try="$ac_compile"
26396
case "(($ac_try" in
26785
case "(($ac_try" in
26397
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26786
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26398
  *) ac_try_echo=$ac_try;;
26787
  *) ac_try_echo=$ac_try;;
26399
esac
26788
esac
26400
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26789
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
26790
$as_echo "$ac_try_echo") >&5
26401
  (eval "$ac_compile") 2>conftest.er1
26791
  (eval "$ac_compile") 2>conftest.er1
26402
  ac_status=$?
26792
  ac_status=$?
26403
  grep -v '^ *+' conftest.er1 >conftest.err
26793
  grep -v '^ *+' conftest.er1 >conftest.err
26404
  rm -f conftest.er1
26794
  rm -f conftest.er1
26405
  cat conftest.err >&5
26795
  cat conftest.err >&5
26406
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26796
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26407
  (exit $ac_status); } && {
26797
  (exit $ac_status); } && {
26408
	 test -z "$ac_c_werror_flag" ||
26798
	 test -z "$ac_c_werror_flag" ||
26409
	 test ! -s conftest.err
26799
	 test ! -s conftest.err
26410
       } && test -s conftest.$ac_objext; then
26800
       } && test -s conftest.$ac_objext; then
26411
  ac_hi=$ac_mid; break
26801
  ac_hi=$ac_mid; break
26412
else
26802
else
26413
  echo "$as_me: failed program was:" >&5
26803
  $as_echo "$as_me: failed program was:" >&5
26414
sed 's/^/| /' conftest.$ac_ext >&5
26804
sed 's/^/| /' conftest.$ac_ext >&5
26415
 
26805
 
26416
	ac_lo=`expr $ac_mid + 1`
26806
	ac_lo=`expr $ac_mid + 1`
26417
			if test $ac_lo -le $ac_mid; then
26807
			if test $ac_lo -le $ac_mid; then
26418
			  ac_lo= ac_hi=
26808
			  ac_lo= ac_hi=
Line 26422... Line 26812...
26422
fi
26812
fi
26423
 
26813
 
26424
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26814
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26425
  done
26815
  done
26426
else
26816
else
26427
  echo "$as_me: failed program was:" >&5
26817
  $as_echo "$as_me: failed program was:" >&5
26428
sed 's/^/| /' conftest.$ac_ext >&5
26818
sed 's/^/| /' conftest.$ac_ext >&5
26429
 
26819
 
26430
	cat >conftest.$ac_ext <<_ACEOF
26820
	cat >conftest.$ac_ext <<_ACEOF
26431
/* confdefs.h.  */
26821
/* confdefs.h.  */
26432
_ACEOF
26822
_ACEOF
26433
cat confdefs.h >>conftest.$ac_ext
26823
cat confdefs.h >>conftest.$ac_ext
26434
cat >>conftest.$ac_ext <<_ACEOF
26824
cat >>conftest.$ac_ext <<_ACEOF
26435
/* end confdefs.h.  */
26825
/* end confdefs.h.  */
26436
$ac_includes_default
26826
$ac_includes_default
26437
   typedef short ac__type_sizeof_;
-
 
26438
int
26827
int
26439
main ()
26828
main ()
26440
{
26829
{
26441
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
26830
static int test_array [1 - 2 * !(((long int) (sizeof (short))) < 0)];
26442
test_array [0] = 0
26831
test_array [0] = 0
26443
 
26832
 
26444
  ;
26833
  ;
26445
  return 0;
26834
  return 0;
26446
}
26835
}
Line 26449... Line 26838...
26449
if { (ac_try="$ac_compile"
26838
if { (ac_try="$ac_compile"
26450
case "(($ac_try" in
26839
case "(($ac_try" in
26451
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26840
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26452
  *) ac_try_echo=$ac_try;;
26841
  *) ac_try_echo=$ac_try;;
26453
esac
26842
esac
26454
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26843
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
26844
$as_echo "$ac_try_echo") >&5
26455
  (eval "$ac_compile") 2>conftest.er1
26845
  (eval "$ac_compile") 2>conftest.er1
26456
  ac_status=$?
26846
  ac_status=$?
26457
  grep -v '^ *+' conftest.er1 >conftest.err
26847
  grep -v '^ *+' conftest.er1 >conftest.err
26458
  rm -f conftest.er1
26848
  rm -f conftest.er1
26459
  cat conftest.err >&5
26849
  cat conftest.err >&5
26460
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26850
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26461
  (exit $ac_status); } && {
26851
  (exit $ac_status); } && {
26462
	 test -z "$ac_c_werror_flag" ||
26852
	 test -z "$ac_c_werror_flag" ||
26463
	 test ! -s conftest.err
26853
	 test ! -s conftest.err
26464
       } && test -s conftest.$ac_objext; then
26854
       } && test -s conftest.$ac_objext; then
26465
  ac_hi=-1 ac_mid=-1
26855
  ac_hi=-1 ac_mid=-1
Line 26469... Line 26859...
26469
_ACEOF
26859
_ACEOF
26470
cat confdefs.h >>conftest.$ac_ext
26860
cat confdefs.h >>conftest.$ac_ext
26471
cat >>conftest.$ac_ext <<_ACEOF
26861
cat >>conftest.$ac_ext <<_ACEOF
26472
/* end confdefs.h.  */
26862
/* end confdefs.h.  */
26473
$ac_includes_default
26863
$ac_includes_default
26474
   typedef short ac__type_sizeof_;
-
 
26475
int
26864
int
26476
main ()
26865
main ()
26477
{
26866
{
26478
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
26867
static int test_array [1 - 2 * !(((long int) (sizeof (short))) >= $ac_mid)];
26479
test_array [0] = 0
26868
test_array [0] = 0
26480
 
26869
 
26481
  ;
26870
  ;
26482
  return 0;
26871
  return 0;
26483
}
26872
}
Line 26486... Line 26875...
26486
if { (ac_try="$ac_compile"
26875
if { (ac_try="$ac_compile"
26487
case "(($ac_try" in
26876
case "(($ac_try" in
26488
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26877
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26489
  *) ac_try_echo=$ac_try;;
26878
  *) ac_try_echo=$ac_try;;
26490
esac
26879
esac
26491
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26880
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
26881
$as_echo "$ac_try_echo") >&5
26492
  (eval "$ac_compile") 2>conftest.er1
26882
  (eval "$ac_compile") 2>conftest.er1
26493
  ac_status=$?
26883
  ac_status=$?
26494
  grep -v '^ *+' conftest.er1 >conftest.err
26884
  grep -v '^ *+' conftest.er1 >conftest.err
26495
  rm -f conftest.er1
26885
  rm -f conftest.er1
26496
  cat conftest.err >&5
26886
  cat conftest.err >&5
26497
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26887
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26498
  (exit $ac_status); } && {
26888
  (exit $ac_status); } && {
26499
	 test -z "$ac_c_werror_flag" ||
26889
	 test -z "$ac_c_werror_flag" ||
26500
	 test ! -s conftest.err
26890
	 test ! -s conftest.err
26501
       } && test -s conftest.$ac_objext; then
26891
       } && test -s conftest.$ac_objext; then
26502
  ac_lo=$ac_mid; break
26892
  ac_lo=$ac_mid; break
26503
else
26893
else
26504
  echo "$as_me: failed program was:" >&5
26894
  $as_echo "$as_me: failed program was:" >&5
26505
sed 's/^/| /' conftest.$ac_ext >&5
26895
sed 's/^/| /' conftest.$ac_ext >&5
26506
 
26896
 
26507
	ac_hi=`expr '(' $ac_mid ')' - 1`
26897
	ac_hi=`expr '(' $ac_mid ')' - 1`
26508
			if test $ac_mid -le $ac_hi; then
26898
			if test $ac_mid -le $ac_hi; then
26509
			  ac_lo= ac_hi=
26899
			  ac_lo= ac_hi=
Line 26513... Line 26903...
26513
fi
26903
fi
26514
 
26904
 
26515
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26905
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26516
  done
26906
  done
26517
else
26907
else
26518
  echo "$as_me: failed program was:" >&5
26908
  $as_echo "$as_me: failed program was:" >&5
26519
sed 's/^/| /' conftest.$ac_ext >&5
26909
sed 's/^/| /' conftest.$ac_ext >&5
26520
 
26910
 
26521
	ac_lo= ac_hi=
26911
	ac_lo= ac_hi=
26522
fi
26912
fi
26523
 
26913
 
Line 26533... Line 26923...
26533
_ACEOF
26923
_ACEOF
26534
cat confdefs.h >>conftest.$ac_ext
26924
cat confdefs.h >>conftest.$ac_ext
26535
cat >>conftest.$ac_ext <<_ACEOF
26925
cat >>conftest.$ac_ext <<_ACEOF
26536
/* end confdefs.h.  */
26926
/* end confdefs.h.  */
26537
$ac_includes_default
26927
$ac_includes_default
26538
   typedef short ac__type_sizeof_;
-
 
26539
int
26928
int
26540
main ()
26929
main ()
26541
{
26930
{
26542
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
26931
static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= $ac_mid)];
26543
test_array [0] = 0
26932
test_array [0] = 0
26544
 
26933
 
26545
  ;
26934
  ;
26546
  return 0;
26935
  return 0;
26547
}
26936
}
Line 26550... Line 26939...
26550
if { (ac_try="$ac_compile"
26939
if { (ac_try="$ac_compile"
26551
case "(($ac_try" in
26940
case "(($ac_try" in
26552
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26941
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26553
  *) ac_try_echo=$ac_try;;
26942
  *) ac_try_echo=$ac_try;;
26554
esac
26943
esac
26555
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26944
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
26945
$as_echo "$ac_try_echo") >&5
26556
  (eval "$ac_compile") 2>conftest.er1
26946
  (eval "$ac_compile") 2>conftest.er1
26557
  ac_status=$?
26947
  ac_status=$?
26558
  grep -v '^ *+' conftest.er1 >conftest.err
26948
  grep -v '^ *+' conftest.er1 >conftest.err
26559
  rm -f conftest.er1
26949
  rm -f conftest.er1
26560
  cat conftest.err >&5
26950
  cat conftest.err >&5
26561
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26951
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26562
  (exit $ac_status); } && {
26952
  (exit $ac_status); } && {
26563
	 test -z "$ac_c_werror_flag" ||
26953
	 test -z "$ac_c_werror_flag" ||
26564
	 test ! -s conftest.err
26954
	 test ! -s conftest.err
26565
       } && test -s conftest.$ac_objext; then
26955
       } && test -s conftest.$ac_objext; then
26566
  ac_hi=$ac_mid
26956
  ac_hi=$ac_mid
26567
else
26957
else
26568
  echo "$as_me: failed program was:" >&5
26958
  $as_echo "$as_me: failed program was:" >&5
26569
sed 's/^/| /' conftest.$ac_ext >&5
26959
sed 's/^/| /' conftest.$ac_ext >&5
26570
 
26960
 
26571
	ac_lo=`expr '(' $ac_mid ')' + 1`
26961
	ac_lo=`expr '(' $ac_mid ')' + 1`
26572
fi
26962
fi
26573
 
26963
 
26574
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26964
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26575
done
26965
done
26576
case $ac_lo in
26966
case $ac_lo in
26577
?*) ac_cv_sizeof_short=$ac_lo;;
26967
?*) ac_cv_sizeof_short=$ac_lo;;
26578
'') if test "$ac_cv_type_short" = yes; then
26968
'') if test "$ac_cv_type_short" = yes; then
-
 
26969
     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
26970
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
26579
     { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
26971
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short)
26580
See \`config.log' for more details." >&5
26972
See \`config.log' for more details." >&5
26581
echo "$as_me: error: cannot compute sizeof (short)
26973
$as_echo "$as_me: error: cannot compute sizeof (short)
26582
See \`config.log' for more details." >&2;}
26974
See \`config.log' for more details." >&2;}
26583
   { (exit 77); exit 77; }; }
26975
   { (exit 77); exit 77; }; }; }
26584
   else
26976
   else
26585
     ac_cv_sizeof_short=0
26977
     ac_cv_sizeof_short=0
26586
   fi ;;
26978
   fi ;;
26587
esac
26979
esac
26588
else
26980
else
Line 26591... Line 26983...
26591
_ACEOF
26983
_ACEOF
26592
cat confdefs.h >>conftest.$ac_ext
26984
cat confdefs.h >>conftest.$ac_ext
26593
cat >>conftest.$ac_ext <<_ACEOF
26985
cat >>conftest.$ac_ext <<_ACEOF
26594
/* end confdefs.h.  */
26986
/* end confdefs.h.  */
26595
$ac_includes_default
26987
$ac_includes_default
26596
   typedef short ac__type_sizeof_;
-
 
26597
static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
26988
static long int longval () { return (long int) (sizeof (short)); }
26598
static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
26989
static unsigned long int ulongval () { return (long int) (sizeof (short)); }
26599
#include <stdio.h>
26990
#include <stdio.h>
26600
#include <stdlib.h>
26991
#include <stdlib.h>
26601
int
26992
int
26602
main ()
26993
main ()
26603
{
26994
{
26604
 
26995
 
26605
  FILE *f = fopen ("conftest.val", "w");
26996
  FILE *f = fopen ("conftest.val", "w");
26606
  if (! f)
26997
  if (! f)
26607
    return 1;
26998
    return 1;
26608
  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
26999
  if (((long int) (sizeof (short))) < 0)
26609
    {
27000
    {
26610
      long int i = longval ();
27001
      long int i = longval ();
26611
      if (i != ((long int) (sizeof (ac__type_sizeof_))))
27002
      if (i != ((long int) (sizeof (short))))
26612
	return 1;
27003
	return 1;
26613
      fprintf (f, "%ld\n", i);
27004
      fprintf (f, "%ld", i);
26614
    }
27005
    }
26615
  else
27006
  else
26616
    {
27007
    {
26617
      unsigned long int i = ulongval ();
27008
      unsigned long int i = ulongval ();
26618
      if (i != ((long int) (sizeof (ac__type_sizeof_))))
27009
      if (i != ((long int) (sizeof (short))))
26619
	return 1;
27010
	return 1;
26620
      fprintf (f, "%lu\n", i);
27011
      fprintf (f, "%lu", i);
26621
    }
27012
    }
-
 
27013
  /* Do not output a trailing newline, as this causes \r\n confusion
-
 
27014
     on some platforms.  */
26622
  return ferror (f) || fclose (f) != 0;
27015
  return ferror (f) || fclose (f) != 0;
26623
 
27016
 
26624
  ;
27017
  ;
26625
  return 0;
27018
  return 0;
26626
}
27019
}
Line 26629... Line 27022...
26629
if { (ac_try="$ac_link"
27022
if { (ac_try="$ac_link"
26630
case "(($ac_try" in
27023
case "(($ac_try" in
26631
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27024
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26632
  *) ac_try_echo=$ac_try;;
27025
  *) ac_try_echo=$ac_try;;
26633
esac
27026
esac
26634
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27027
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27028
$as_echo "$ac_try_echo") >&5
26635
  (eval "$ac_link") 2>&5
27029
  (eval "$ac_link") 2>&5
26636
  ac_status=$?
27030
  ac_status=$?
26637
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27031
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26638
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
27032
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26639
  { (case "(($ac_try" in
27033
  { (case "(($ac_try" in
26640
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27034
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26641
  *) ac_try_echo=$ac_try;;
27035
  *) ac_try_echo=$ac_try;;
26642
esac
27036
esac
26643
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27037
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27038
$as_echo "$ac_try_echo") >&5
26644
  (eval "$ac_try") 2>&5
27039
  (eval "$ac_try") 2>&5
26645
  ac_status=$?
27040
  ac_status=$?
26646
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27041
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26647
  (exit $ac_status); }; }; then
27042
  (exit $ac_status); }; }; then
26648
  ac_cv_sizeof_short=`cat conftest.val`
27043
  ac_cv_sizeof_short=`cat conftest.val`
26649
else
27044
else
26650
  echo "$as_me: program exited with status $ac_status" >&5
27045
  $as_echo "$as_me: program exited with status $ac_status" >&5
26651
echo "$as_me: failed program was:" >&5
27046
$as_echo "$as_me: failed program was:" >&5
26652
sed 's/^/| /' conftest.$ac_ext >&5
27047
sed 's/^/| /' conftest.$ac_ext >&5
26653
 
27048
 
26654
( exit $ac_status )
27049
( exit $ac_status )
26655
if test "$ac_cv_type_short" = yes; then
27050
if test "$ac_cv_type_short" = yes; then
-
 
27051
     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
27052
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
26656
     { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
27053
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short)
26657
See \`config.log' for more details." >&5
27054
See \`config.log' for more details." >&5
26658
echo "$as_me: error: cannot compute sizeof (short)
27055
$as_echo "$as_me: error: cannot compute sizeof (short)
26659
See \`config.log' for more details." >&2;}
27056
See \`config.log' for more details." >&2;}
26660
   { (exit 77); exit 77; }; }
27057
   { (exit 77); exit 77; }; }; }
26661
   else
27058
   else
26662
     ac_cv_sizeof_short=0
27059
     ac_cv_sizeof_short=0
26663
   fi
27060
   fi
26664
fi
27061
fi
-
 
27062
rm -rf conftest.dSYM
26665
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
27063
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26666
fi
27064
fi
26667
rm -f conftest.val
27065
rm -f conftest.val
26668
fi
27066
fi
26669
{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
27067
{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
26670
echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
27068
$as_echo "$ac_cv_sizeof_short" >&6; }
26671
 
27069
 
26672
 
27070
 
26673
 
27071
 
26674
cat >>confdefs.h <<_ACEOF
27072
cat >>confdefs.h <<_ACEOF
26675
#define SIZEOF_SHORT $ac_cv_sizeof_short
27073
#define SIZEOF_SHORT $ac_cv_sizeof_short
26676
_ACEOF
27074
_ACEOF
26677
 
27075
 
26678
  { echo "$as_me:$LINENO: checking for long" >&5
-
 
26679
echo $ECHO_N "checking for long... $ECHO_C" >&6; }
-
 
26680
if test "${ac_cv_type_long+set}" = set; then
-
 
26681
  echo $ECHO_N "(cached) $ECHO_C" >&6
-
 
26682
else
-
 
26683
  cat >conftest.$ac_ext <<_ACEOF
-
 
26684
/* confdefs.h.  */
-
 
26685
_ACEOF
-
 
26686
cat confdefs.h >>conftest.$ac_ext
-
 
26687
cat >>conftest.$ac_ext <<_ACEOF
-
 
26688
/* end confdefs.h.  */
-
 
26689
$ac_includes_default
-
 
26690
typedef long ac__type_new_;
-
 
26691
int
-
 
26692
main ()
-
 
26693
{
-
 
26694
if ((ac__type_new_ *) 0)
-
 
26695
  return 0;
-
 
26696
if (sizeof (ac__type_new_))
-
 
26697
  return 0;
-
 
26698
  ;
-
 
26699
  return 0;
-
 
26700
}
-
 
26701
_ACEOF
-
 
26702
rm -f conftest.$ac_objext
-
 
26703
if { (ac_try="$ac_compile"
-
 
26704
case "(($ac_try" in
-
 
26705
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
26706
  *) ac_try_echo=$ac_try;;
-
 
26707
esac
-
 
26708
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-
 
26709
  (eval "$ac_compile") 2>conftest.er1
-
 
26710
  ac_status=$?
-
 
26711
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
26712
  rm -f conftest.er1
-
 
26713
  cat conftest.err >&5
-
 
26714
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
26715
  (exit $ac_status); } && {
-
 
26716
	 test -z "$ac_c_werror_flag" ||
-
 
26717
	 test ! -s conftest.err
-
 
26718
       } && test -s conftest.$ac_objext; then
-
 
26719
  ac_cv_type_long=yes
-
 
26720
else
-
 
26721
  echo "$as_me: failed program was:" >&5
-
 
26722
sed 's/^/| /' conftest.$ac_ext >&5
-
 
26723
 
-
 
26724
	ac_cv_type_long=no
-
 
26725
fi
-
 
26726
 
-
 
26727
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
26728
fi
-
 
26729
{ echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
-
 
26730
echo "${ECHO_T}$ac_cv_type_long" >&6; }
-
 
26731
 
-
 
26732
# The cast to long int works around a bug in the HP C Compiler
27076
  # The cast to long int works around a bug in the HP C Compiler
26733
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
27077
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
26734
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
27078
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
26735
# This bug is HP SR number 8606223364.
27079
# This bug is HP SR number 8606223364.
26736
{ echo "$as_me:$LINENO: checking size of long" >&5
27080
{ $as_echo "$as_me:$LINENO: checking size of long" >&5
26737
echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
27081
$as_echo_n "checking size of long... " >&6; }
26738
if test "${ac_cv_sizeof_long+set}" = set; then
27082
if test "${ac_cv_sizeof_long+set}" = set; then
26739
  echo $ECHO_N "(cached) $ECHO_C" >&6
27083
  $as_echo_n "(cached) " >&6
26740
else
27084
else
26741
  if test "$cross_compiling" = yes; then
27085
  if test "$cross_compiling" = yes; then
26742
  # Depending upon the size, compute the lo and hi bounds.
27086
  # Depending upon the size, compute the lo and hi bounds.
26743
cat >conftest.$ac_ext <<_ACEOF
27087
cat >conftest.$ac_ext <<_ACEOF
26744
/* confdefs.h.  */
27088
/* confdefs.h.  */
26745
_ACEOF
27089
_ACEOF
26746
cat confdefs.h >>conftest.$ac_ext
27090
cat confdefs.h >>conftest.$ac_ext
26747
cat >>conftest.$ac_ext <<_ACEOF
27091
cat >>conftest.$ac_ext <<_ACEOF
26748
/* end confdefs.h.  */
27092
/* end confdefs.h.  */
26749
$ac_includes_default
27093
$ac_includes_default
26750
   typedef long ac__type_sizeof_;
-
 
26751
int
27094
int
26752
main ()
27095
main ()
26753
{
27096
{
26754
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
27097
static int test_array [1 - 2 * !(((long int) (sizeof (long))) >= 0)];
26755
test_array [0] = 0
27098
test_array [0] = 0
26756
 
27099
 
26757
  ;
27100
  ;
26758
  return 0;
27101
  return 0;
26759
}
27102
}
Line 26762... Line 27105...
26762
if { (ac_try="$ac_compile"
27105
if { (ac_try="$ac_compile"
26763
case "(($ac_try" in
27106
case "(($ac_try" in
26764
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27107
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26765
  *) ac_try_echo=$ac_try;;
27108
  *) ac_try_echo=$ac_try;;
26766
esac
27109
esac
26767
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27110
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27111
$as_echo "$ac_try_echo") >&5
26768
  (eval "$ac_compile") 2>conftest.er1
27112
  (eval "$ac_compile") 2>conftest.er1
26769
  ac_status=$?
27113
  ac_status=$?
26770
  grep -v '^ *+' conftest.er1 >conftest.err
27114
  grep -v '^ *+' conftest.er1 >conftest.err
26771
  rm -f conftest.er1
27115
  rm -f conftest.er1
26772
  cat conftest.err >&5
27116
  cat conftest.err >&5
26773
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27117
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26774
  (exit $ac_status); } && {
27118
  (exit $ac_status); } && {
26775
	 test -z "$ac_c_werror_flag" ||
27119
	 test -z "$ac_c_werror_flag" ||
26776
	 test ! -s conftest.err
27120
	 test ! -s conftest.err
26777
       } && test -s conftest.$ac_objext; then
27121
       } && test -s conftest.$ac_objext; then
26778
  ac_lo=0 ac_mid=0
27122
  ac_lo=0 ac_mid=0
Line 26782... Line 27126...
26782
_ACEOF
27126
_ACEOF
26783
cat confdefs.h >>conftest.$ac_ext
27127
cat confdefs.h >>conftest.$ac_ext
26784
cat >>conftest.$ac_ext <<_ACEOF
27128
cat >>conftest.$ac_ext <<_ACEOF
26785
/* end confdefs.h.  */
27129
/* end confdefs.h.  */
26786
$ac_includes_default
27130
$ac_includes_default
26787
   typedef long ac__type_sizeof_;
-
 
26788
int
27131
int
26789
main ()
27132
main ()
26790
{
27133
{
26791
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
27134
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= $ac_mid)];
26792
test_array [0] = 0
27135
test_array [0] = 0
26793
 
27136
 
26794
  ;
27137
  ;
26795
  return 0;
27138
  return 0;
26796
}
27139
}
Line 26799... Line 27142...
26799
if { (ac_try="$ac_compile"
27142
if { (ac_try="$ac_compile"
26800
case "(($ac_try" in
27143
case "(($ac_try" in
26801
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27144
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26802
  *) ac_try_echo=$ac_try;;
27145
  *) ac_try_echo=$ac_try;;
26803
esac
27146
esac
26804
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27147
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27148
$as_echo "$ac_try_echo") >&5
26805
  (eval "$ac_compile") 2>conftest.er1
27149
  (eval "$ac_compile") 2>conftest.er1
26806
  ac_status=$?
27150
  ac_status=$?
26807
  grep -v '^ *+' conftest.er1 >conftest.err
27151
  grep -v '^ *+' conftest.er1 >conftest.err
26808
  rm -f conftest.er1
27152
  rm -f conftest.er1
26809
  cat conftest.err >&5
27153
  cat conftest.err >&5
26810
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27154
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26811
  (exit $ac_status); } && {
27155
  (exit $ac_status); } && {
26812
	 test -z "$ac_c_werror_flag" ||
27156
	 test -z "$ac_c_werror_flag" ||
26813
	 test ! -s conftest.err
27157
	 test ! -s conftest.err
26814
       } && test -s conftest.$ac_objext; then
27158
       } && test -s conftest.$ac_objext; then
26815
  ac_hi=$ac_mid; break
27159
  ac_hi=$ac_mid; break
26816
else
27160
else
26817
  echo "$as_me: failed program was:" >&5
27161
  $as_echo "$as_me: failed program was:" >&5
26818
sed 's/^/| /' conftest.$ac_ext >&5
27162
sed 's/^/| /' conftest.$ac_ext >&5
26819
 
27163
 
26820
	ac_lo=`expr $ac_mid + 1`
27164
	ac_lo=`expr $ac_mid + 1`
26821
			if test $ac_lo -le $ac_mid; then
27165
			if test $ac_lo -le $ac_mid; then
26822
			  ac_lo= ac_hi=
27166
			  ac_lo= ac_hi=
Line 26826... Line 27170...
26826
fi
27170
fi
26827
 
27171
 
26828
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27172
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26829
  done
27173
  done
26830
else
27174
else
26831
  echo "$as_me: failed program was:" >&5
27175
  $as_echo "$as_me: failed program was:" >&5
26832
sed 's/^/| /' conftest.$ac_ext >&5
27176
sed 's/^/| /' conftest.$ac_ext >&5
26833
 
27177
 
26834
	cat >conftest.$ac_ext <<_ACEOF
27178
	cat >conftest.$ac_ext <<_ACEOF
26835
/* confdefs.h.  */
27179
/* confdefs.h.  */
26836
_ACEOF
27180
_ACEOF
26837
cat confdefs.h >>conftest.$ac_ext
27181
cat confdefs.h >>conftest.$ac_ext
26838
cat >>conftest.$ac_ext <<_ACEOF
27182
cat >>conftest.$ac_ext <<_ACEOF
26839
/* end confdefs.h.  */
27183
/* end confdefs.h.  */
26840
$ac_includes_default
27184
$ac_includes_default
26841
   typedef long ac__type_sizeof_;
-
 
26842
int
27185
int
26843
main ()
27186
main ()
26844
{
27187
{
26845
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
27188
static int test_array [1 - 2 * !(((long int) (sizeof (long))) < 0)];
26846
test_array [0] = 0
27189
test_array [0] = 0
26847
 
27190
 
26848
  ;
27191
  ;
26849
  return 0;
27192
  return 0;
26850
}
27193
}
Line 26853... Line 27196...
26853
if { (ac_try="$ac_compile"
27196
if { (ac_try="$ac_compile"
26854
case "(($ac_try" in
27197
case "(($ac_try" in
26855
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27198
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26856
  *) ac_try_echo=$ac_try;;
27199
  *) ac_try_echo=$ac_try;;
26857
esac
27200
esac
26858
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27201
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27202
$as_echo "$ac_try_echo") >&5
26859
  (eval "$ac_compile") 2>conftest.er1
27203
  (eval "$ac_compile") 2>conftest.er1
26860
  ac_status=$?
27204
  ac_status=$?
26861
  grep -v '^ *+' conftest.er1 >conftest.err
27205
  grep -v '^ *+' conftest.er1 >conftest.err
26862
  rm -f conftest.er1
27206
  rm -f conftest.er1
26863
  cat conftest.err >&5
27207
  cat conftest.err >&5
26864
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27208
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26865
  (exit $ac_status); } && {
27209
  (exit $ac_status); } && {
26866
	 test -z "$ac_c_werror_flag" ||
27210
	 test -z "$ac_c_werror_flag" ||
26867
	 test ! -s conftest.err
27211
	 test ! -s conftest.err
26868
       } && test -s conftest.$ac_objext; then
27212
       } && test -s conftest.$ac_objext; then
26869
  ac_hi=-1 ac_mid=-1
27213
  ac_hi=-1 ac_mid=-1
Line 26873... Line 27217...
26873
_ACEOF
27217
_ACEOF
26874
cat confdefs.h >>conftest.$ac_ext
27218
cat confdefs.h >>conftest.$ac_ext
26875
cat >>conftest.$ac_ext <<_ACEOF
27219
cat >>conftest.$ac_ext <<_ACEOF
26876
/* end confdefs.h.  */
27220
/* end confdefs.h.  */
26877
$ac_includes_default
27221
$ac_includes_default
26878
   typedef long ac__type_sizeof_;
-
 
26879
int
27222
int
26880
main ()
27223
main ()
26881
{
27224
{
26882
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
27225
static int test_array [1 - 2 * !(((long int) (sizeof (long))) >= $ac_mid)];
26883
test_array [0] = 0
27226
test_array [0] = 0
26884
 
27227
 
26885
  ;
27228
  ;
26886
  return 0;
27229
  return 0;
26887
}
27230
}
Line 26890... Line 27233...
26890
if { (ac_try="$ac_compile"
27233
if { (ac_try="$ac_compile"
26891
case "(($ac_try" in
27234
case "(($ac_try" in
26892
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27235
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26893
  *) ac_try_echo=$ac_try;;
27236
  *) ac_try_echo=$ac_try;;
26894
esac
27237
esac
26895
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27238
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27239
$as_echo "$ac_try_echo") >&5
26896
  (eval "$ac_compile") 2>conftest.er1
27240
  (eval "$ac_compile") 2>conftest.er1
26897
  ac_status=$?
27241
  ac_status=$?
26898
  grep -v '^ *+' conftest.er1 >conftest.err
27242
  grep -v '^ *+' conftest.er1 >conftest.err
26899
  rm -f conftest.er1
27243
  rm -f conftest.er1
26900
  cat conftest.err >&5
27244
  cat conftest.err >&5
26901
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27245
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26902
  (exit $ac_status); } && {
27246
  (exit $ac_status); } && {
26903
	 test -z "$ac_c_werror_flag" ||
27247
	 test -z "$ac_c_werror_flag" ||
26904
	 test ! -s conftest.err
27248
	 test ! -s conftest.err
26905
       } && test -s conftest.$ac_objext; then
27249
       } && test -s conftest.$ac_objext; then
26906
  ac_lo=$ac_mid; break
27250
  ac_lo=$ac_mid; break
26907
else
27251
else
26908
  echo "$as_me: failed program was:" >&5
27252
  $as_echo "$as_me: failed program was:" >&5
26909
sed 's/^/| /' conftest.$ac_ext >&5
27253
sed 's/^/| /' conftest.$ac_ext >&5
26910
 
27254
 
26911
	ac_hi=`expr '(' $ac_mid ')' - 1`
27255
	ac_hi=`expr '(' $ac_mid ')' - 1`
26912
			if test $ac_mid -le $ac_hi; then
27256
			if test $ac_mid -le $ac_hi; then
26913
			  ac_lo= ac_hi=
27257
			  ac_lo= ac_hi=
Line 26917... Line 27261...
26917
fi
27261
fi
26918
 
27262
 
26919
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27263
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26920
  done
27264
  done
26921
else
27265
else
26922
  echo "$as_me: failed program was:" >&5
27266
  $as_echo "$as_me: failed program was:" >&5
26923
sed 's/^/| /' conftest.$ac_ext >&5
27267
sed 's/^/| /' conftest.$ac_ext >&5
26924
 
27268
 
26925
	ac_lo= ac_hi=
27269
	ac_lo= ac_hi=
26926
fi
27270
fi
26927
 
27271
 
Line 26937... Line 27281...
26937
_ACEOF
27281
_ACEOF
26938
cat confdefs.h >>conftest.$ac_ext
27282
cat confdefs.h >>conftest.$ac_ext
26939
cat >>conftest.$ac_ext <<_ACEOF
27283
cat >>conftest.$ac_ext <<_ACEOF
26940
/* end confdefs.h.  */
27284
/* end confdefs.h.  */
26941
$ac_includes_default
27285
$ac_includes_default
26942
   typedef long ac__type_sizeof_;
-
 
26943
int
27286
int
26944
main ()
27287
main ()
26945
{
27288
{
26946
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
27289
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= $ac_mid)];
26947
test_array [0] = 0
27290
test_array [0] = 0
26948
 
27291
 
26949
  ;
27292
  ;
26950
  return 0;
27293
  return 0;
26951
}
27294
}
Line 26954... Line 27297...
26954
if { (ac_try="$ac_compile"
27297
if { (ac_try="$ac_compile"
26955
case "(($ac_try" in
27298
case "(($ac_try" in
26956
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27299
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26957
  *) ac_try_echo=$ac_try;;
27300
  *) ac_try_echo=$ac_try;;
26958
esac
27301
esac
26959
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27302
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27303
$as_echo "$ac_try_echo") >&5
26960
  (eval "$ac_compile") 2>conftest.er1
27304
  (eval "$ac_compile") 2>conftest.er1
26961
  ac_status=$?
27305
  ac_status=$?
26962
  grep -v '^ *+' conftest.er1 >conftest.err
27306
  grep -v '^ *+' conftest.er1 >conftest.err
26963
  rm -f conftest.er1
27307
  rm -f conftest.er1
26964
  cat conftest.err >&5
27308
  cat conftest.err >&5
26965
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27309
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26966
  (exit $ac_status); } && {
27310
  (exit $ac_status); } && {
26967
	 test -z "$ac_c_werror_flag" ||
27311
	 test -z "$ac_c_werror_flag" ||
26968
	 test ! -s conftest.err
27312
	 test ! -s conftest.err
26969
       } && test -s conftest.$ac_objext; then
27313
       } && test -s conftest.$ac_objext; then
26970
  ac_hi=$ac_mid
27314
  ac_hi=$ac_mid
26971
else
27315
else
26972
  echo "$as_me: failed program was:" >&5
27316
  $as_echo "$as_me: failed program was:" >&5
26973
sed 's/^/| /' conftest.$ac_ext >&5
27317
sed 's/^/| /' conftest.$ac_ext >&5
26974
 
27318
 
26975
	ac_lo=`expr '(' $ac_mid ')' + 1`
27319
	ac_lo=`expr '(' $ac_mid ')' + 1`
26976
fi
27320
fi
26977
 
27321
 
26978
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27322
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26979
done
27323
done
26980
case $ac_lo in
27324
case $ac_lo in
26981
?*) ac_cv_sizeof_long=$ac_lo;;
27325
?*) ac_cv_sizeof_long=$ac_lo;;
26982
'') if test "$ac_cv_type_long" = yes; then
27326
'') if test "$ac_cv_type_long" = yes; then
-
 
27327
     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
27328
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
26983
     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
27329
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long)
26984
See \`config.log' for more details." >&5
27330
See \`config.log' for more details." >&5
26985
echo "$as_me: error: cannot compute sizeof (long)
27331
$as_echo "$as_me: error: cannot compute sizeof (long)
26986
See \`config.log' for more details." >&2;}
27332
See \`config.log' for more details." >&2;}
26987
   { (exit 77); exit 77; }; }
27333
   { (exit 77); exit 77; }; }; }
26988
   else
27334
   else
26989
     ac_cv_sizeof_long=0
27335
     ac_cv_sizeof_long=0
26990
   fi ;;
27336
   fi ;;
26991
esac
27337
esac
26992
else
27338
else
Line 26995... Line 27341...
26995
_ACEOF
27341
_ACEOF
26996
cat confdefs.h >>conftest.$ac_ext
27342
cat confdefs.h >>conftest.$ac_ext
26997
cat >>conftest.$ac_ext <<_ACEOF
27343
cat >>conftest.$ac_ext <<_ACEOF
26998
/* end confdefs.h.  */
27344
/* end confdefs.h.  */
26999
$ac_includes_default
27345
$ac_includes_default
27000
   typedef long ac__type_sizeof_;
-
 
27001
static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
27346
static long int longval () { return (long int) (sizeof (long)); }
27002
static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
27347
static unsigned long int ulongval () { return (long int) (sizeof (long)); }
27003
#include <stdio.h>
27348
#include <stdio.h>
27004
#include <stdlib.h>
27349
#include <stdlib.h>
27005
int
27350
int
27006
main ()
27351
main ()
27007
{
27352
{
27008
 
27353
 
27009
  FILE *f = fopen ("conftest.val", "w");
27354
  FILE *f = fopen ("conftest.val", "w");
27010
  if (! f)
27355
  if (! f)
27011
    return 1;
27356
    return 1;
27012
  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
27357
  if (((long int) (sizeof (long))) < 0)
27013
    {
27358
    {
27014
      long int i = longval ();
27359
      long int i = longval ();
27015
      if (i != ((long int) (sizeof (ac__type_sizeof_))))
27360
      if (i != ((long int) (sizeof (long))))
27016
	return 1;
27361
	return 1;
27017
      fprintf (f, "%ld\n", i);
27362
      fprintf (f, "%ld", i);
27018
    }
27363
    }
27019
  else
27364
  else
27020
    {
27365
    {
27021
      unsigned long int i = ulongval ();
27366
      unsigned long int i = ulongval ();
27022
      if (i != ((long int) (sizeof (ac__type_sizeof_))))
27367
      if (i != ((long int) (sizeof (long))))
27023
	return 1;
27368
	return 1;
27024
      fprintf (f, "%lu\n", i);
27369
      fprintf (f, "%lu", i);
27025
    }
27370
    }
-
 
27371
  /* Do not output a trailing newline, as this causes \r\n confusion
-
 
27372
     on some platforms.  */
27026
  return ferror (f) || fclose (f) != 0;
27373
  return ferror (f) || fclose (f) != 0;
27027
 
27374
 
27028
  ;
27375
  ;
27029
  return 0;
27376
  return 0;
27030
}
27377
}
Line 27033... Line 27380...
27033
if { (ac_try="$ac_link"
27380
if { (ac_try="$ac_link"
27034
case "(($ac_try" in
27381
case "(($ac_try" in
27035
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27382
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27036
  *) ac_try_echo=$ac_try;;
27383
  *) ac_try_echo=$ac_try;;
27037
esac
27384
esac
27038
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27385
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27386
$as_echo "$ac_try_echo") >&5
27039
  (eval "$ac_link") 2>&5
27387
  (eval "$ac_link") 2>&5
27040
  ac_status=$?
27388
  ac_status=$?
27041
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27389
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27042
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
27390
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
27043
  { (case "(($ac_try" in
27391
  { (case "(($ac_try" in
27044
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27392
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27045
  *) ac_try_echo=$ac_try;;
27393
  *) ac_try_echo=$ac_try;;
27046
esac
27394
esac
27047
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27395
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27396
$as_echo "$ac_try_echo") >&5
27048
  (eval "$ac_try") 2>&5
27397
  (eval "$ac_try") 2>&5
27049
  ac_status=$?
27398
  ac_status=$?
27050
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27399
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27051
  (exit $ac_status); }; }; then
27400
  (exit $ac_status); }; }; then
27052
  ac_cv_sizeof_long=`cat conftest.val`
27401
  ac_cv_sizeof_long=`cat conftest.val`
27053
else
27402
else
27054
  echo "$as_me: program exited with status $ac_status" >&5
27403
  $as_echo "$as_me: program exited with status $ac_status" >&5
27055
echo "$as_me: failed program was:" >&5
27404
$as_echo "$as_me: failed program was:" >&5
27056
sed 's/^/| /' conftest.$ac_ext >&5
27405
sed 's/^/| /' conftest.$ac_ext >&5
27057
 
27406
 
27058
( exit $ac_status )
27407
( exit $ac_status )
27059
if test "$ac_cv_type_long" = yes; then
27408
if test "$ac_cv_type_long" = yes; then
-
 
27409
     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
27410
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
27060
     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
27411
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long)
27061
See \`config.log' for more details." >&5
27412
See \`config.log' for more details." >&5
27062
echo "$as_me: error: cannot compute sizeof (long)
27413
$as_echo "$as_me: error: cannot compute sizeof (long)
27063
See \`config.log' for more details." >&2;}
27414
See \`config.log' for more details." >&2;}
27064
   { (exit 77); exit 77; }; }
27415
   { (exit 77); exit 77; }; }; }
27065
   else
27416
   else
27066
     ac_cv_sizeof_long=0
27417
     ac_cv_sizeof_long=0
27067
   fi
27418
   fi
27068
fi
27419
fi
-
 
27420
rm -rf conftest.dSYM
27069
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
27421
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
27070
fi
27422
fi
27071
rm -f conftest.val
27423
rm -f conftest.val
27072
fi
27424
fi
27073
{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
27425
{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
27074
echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
27426
$as_echo "$ac_cv_sizeof_long" >&6; }
27075
 
27427
 
27076
 
27428
 
27077
 
27429
 
27078
cat >>confdefs.h <<_ACEOF
27430
cat >>confdefs.h <<_ACEOF
27079
#define SIZEOF_LONG $ac_cv_sizeof_long
27431
#define SIZEOF_LONG $ac_cv_sizeof_long
27080
_ACEOF
27432
_ACEOF
27081
 
27433
 
27082
  { echo "$as_me:$LINENO: checking for char *" >&5
-
 
27083
echo $ECHO_N "checking for char *... $ECHO_C" >&6; }
-
 
27084
if test "${ac_cv_type_char_p+set}" = set; then
-
 
27085
  echo $ECHO_N "(cached) $ECHO_C" >&6
-
 
27086
else
-
 
27087
  cat >conftest.$ac_ext <<_ACEOF
-
 
27088
/* confdefs.h.  */
-
 
27089
_ACEOF
-
 
27090
cat confdefs.h >>conftest.$ac_ext
-
 
27091
cat >>conftest.$ac_ext <<_ACEOF
-
 
27092
/* end confdefs.h.  */
-
 
27093
$ac_includes_default
-
 
27094
typedef char * ac__type_new_;
-
 
27095
int
-
 
27096
main ()
-
 
27097
{
-
 
27098
if ((ac__type_new_ *) 0)
-
 
27099
  return 0;
-
 
27100
if (sizeof (ac__type_new_))
-
 
27101
  return 0;
-
 
27102
  ;
-
 
27103
  return 0;
-
 
27104
}
-
 
27105
_ACEOF
-
 
27106
rm -f conftest.$ac_objext
-
 
27107
if { (ac_try="$ac_compile"
-
 
27108
case "(($ac_try" in
-
 
27109
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
27110
  *) ac_try_echo=$ac_try;;
-
 
27111
esac
-
 
27112
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-
 
27113
  (eval "$ac_compile") 2>conftest.er1
-
 
27114
  ac_status=$?
-
 
27115
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
27116
  rm -f conftest.er1
-
 
27117
  cat conftest.err >&5
-
 
27118
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
27119
  (exit $ac_status); } && {
-
 
27120
	 test -z "$ac_c_werror_flag" ||
-
 
27121
	 test ! -s conftest.err
-
 
27122
       } && test -s conftest.$ac_objext; then
-
 
27123
  ac_cv_type_char_p=yes
-
 
27124
else
-
 
27125
  echo "$as_me: failed program was:" >&5
-
 
27126
sed 's/^/| /' conftest.$ac_ext >&5
-
 
27127
 
-
 
27128
	ac_cv_type_char_p=no
-
 
27129
fi
-
 
27130
 
-
 
27131
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
27132
fi
-
 
27133
{ echo "$as_me:$LINENO: result: $ac_cv_type_char_p" >&5
-
 
27134
echo "${ECHO_T}$ac_cv_type_char_p" >&6; }
-
 
27135
 
-
 
27136
# The cast to long int works around a bug in the HP C Compiler
27434
  # The cast to long int works around a bug in the HP C Compiler
27137
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
27435
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
27138
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
27436
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
27139
# This bug is HP SR number 8606223364.
27437
# This bug is HP SR number 8606223364.
27140
{ echo "$as_me:$LINENO: checking size of char *" >&5
27438
{ $as_echo "$as_me:$LINENO: checking size of char *" >&5
27141
echo $ECHO_N "checking size of char *... $ECHO_C" >&6; }
27439
$as_echo_n "checking size of char *... " >&6; }
27142
if test "${ac_cv_sizeof_char_p+set}" = set; then
27440
if test "${ac_cv_sizeof_char_p+set}" = set; then
27143
  echo $ECHO_N "(cached) $ECHO_C" >&6
27441
  $as_echo_n "(cached) " >&6
27144
else
27442
else
27145
  if test "$cross_compiling" = yes; then
27443
  if test "$cross_compiling" = yes; then
27146
  # Depending upon the size, compute the lo and hi bounds.
27444
  # Depending upon the size, compute the lo and hi bounds.
27147
cat >conftest.$ac_ext <<_ACEOF
27445
cat >conftest.$ac_ext <<_ACEOF
27148
/* confdefs.h.  */
27446
/* confdefs.h.  */
27149
_ACEOF
27447
_ACEOF
27150
cat confdefs.h >>conftest.$ac_ext
27448
cat confdefs.h >>conftest.$ac_ext
27151
cat >>conftest.$ac_ext <<_ACEOF
27449
cat >>conftest.$ac_ext <<_ACEOF
27152
/* end confdefs.h.  */
27450
/* end confdefs.h.  */
27153
$ac_includes_default
27451
$ac_includes_default
27154
   typedef char * ac__type_sizeof_;
-
 
27155
int
27452
int
27156
main ()
27453
main ()
27157
{
27454
{
27158
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
27455
static int test_array [1 - 2 * !(((long int) (sizeof (char *))) >= 0)];
27159
test_array [0] = 0
27456
test_array [0] = 0
27160
 
27457
 
27161
  ;
27458
  ;
27162
  return 0;
27459
  return 0;
27163
}
27460
}
Line 27166... Line 27463...
27166
if { (ac_try="$ac_compile"
27463
if { (ac_try="$ac_compile"
27167
case "(($ac_try" in
27464
case "(($ac_try" in
27168
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27465
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27169
  *) ac_try_echo=$ac_try;;
27466
  *) ac_try_echo=$ac_try;;
27170
esac
27467
esac
27171
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27468
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27469
$as_echo "$ac_try_echo") >&5
27172
  (eval "$ac_compile") 2>conftest.er1
27470
  (eval "$ac_compile") 2>conftest.er1
27173
  ac_status=$?
27471
  ac_status=$?
27174
  grep -v '^ *+' conftest.er1 >conftest.err
27472
  grep -v '^ *+' conftest.er1 >conftest.err
27175
  rm -f conftest.er1
27473
  rm -f conftest.er1
27176
  cat conftest.err >&5
27474
  cat conftest.err >&5
27177
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27475
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27178
  (exit $ac_status); } && {
27476
  (exit $ac_status); } && {
27179
	 test -z "$ac_c_werror_flag" ||
27477
	 test -z "$ac_c_werror_flag" ||
27180
	 test ! -s conftest.err
27478
	 test ! -s conftest.err
27181
       } && test -s conftest.$ac_objext; then
27479
       } && test -s conftest.$ac_objext; then
27182
  ac_lo=0 ac_mid=0
27480
  ac_lo=0 ac_mid=0
Line 27186... Line 27484...
27186
_ACEOF
27484
_ACEOF
27187
cat confdefs.h >>conftest.$ac_ext
27485
cat confdefs.h >>conftest.$ac_ext
27188
cat >>conftest.$ac_ext <<_ACEOF
27486
cat >>conftest.$ac_ext <<_ACEOF
27189
/* end confdefs.h.  */
27487
/* end confdefs.h.  */
27190
$ac_includes_default
27488
$ac_includes_default
27191
   typedef char * ac__type_sizeof_;
-
 
27192
int
27489
int
27193
main ()
27490
main ()
27194
{
27491
{
27195
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
27492
static int test_array [1 - 2 * !(((long int) (sizeof (char *))) <= $ac_mid)];
27196
test_array [0] = 0
27493
test_array [0] = 0
27197
 
27494
 
27198
  ;
27495
  ;
27199
  return 0;
27496
  return 0;
27200
}
27497
}
Line 27203... Line 27500...
27203
if { (ac_try="$ac_compile"
27500
if { (ac_try="$ac_compile"
27204
case "(($ac_try" in
27501
case "(($ac_try" in
27205
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27502
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27206
  *) ac_try_echo=$ac_try;;
27503
  *) ac_try_echo=$ac_try;;
27207
esac
27504
esac
27208
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27505
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27506
$as_echo "$ac_try_echo") >&5
27209
  (eval "$ac_compile") 2>conftest.er1
27507
  (eval "$ac_compile") 2>conftest.er1
27210
  ac_status=$?
27508
  ac_status=$?
27211
  grep -v '^ *+' conftest.er1 >conftest.err
27509
  grep -v '^ *+' conftest.er1 >conftest.err
27212
  rm -f conftest.er1
27510
  rm -f conftest.er1
27213
  cat conftest.err >&5
27511
  cat conftest.err >&5
27214
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27512
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27215
  (exit $ac_status); } && {
27513
  (exit $ac_status); } && {
27216
	 test -z "$ac_c_werror_flag" ||
27514
	 test -z "$ac_c_werror_flag" ||
27217
	 test ! -s conftest.err
27515
	 test ! -s conftest.err
27218
       } && test -s conftest.$ac_objext; then
27516
       } && test -s conftest.$ac_objext; then
27219
  ac_hi=$ac_mid; break
27517
  ac_hi=$ac_mid; break
27220
else
27518
else
27221
  echo "$as_me: failed program was:" >&5
27519
  $as_echo "$as_me: failed program was:" >&5
27222
sed 's/^/| /' conftest.$ac_ext >&5
27520
sed 's/^/| /' conftest.$ac_ext >&5
27223
 
27521
 
27224
	ac_lo=`expr $ac_mid + 1`
27522
	ac_lo=`expr $ac_mid + 1`
27225
			if test $ac_lo -le $ac_mid; then
27523
			if test $ac_lo -le $ac_mid; then
27226
			  ac_lo= ac_hi=
27524
			  ac_lo= ac_hi=
Line 27230... Line 27528...
27230
fi
27528
fi
27231
 
27529
 
27232
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27530
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27233
  done
27531
  done
27234
else
27532
else
27235
  echo "$as_me: failed program was:" >&5
27533
  $as_echo "$as_me: failed program was:" >&5
27236
sed 's/^/| /' conftest.$ac_ext >&5
27534
sed 's/^/| /' conftest.$ac_ext >&5
27237
 
27535
 
27238
	cat >conftest.$ac_ext <<_ACEOF
27536
	cat >conftest.$ac_ext <<_ACEOF
27239
/* confdefs.h.  */
27537
/* confdefs.h.  */
27240
_ACEOF
27538
_ACEOF
27241
cat confdefs.h >>conftest.$ac_ext
27539
cat confdefs.h >>conftest.$ac_ext
27242
cat >>conftest.$ac_ext <<_ACEOF
27540
cat >>conftest.$ac_ext <<_ACEOF
27243
/* end confdefs.h.  */
27541
/* end confdefs.h.  */
27244
$ac_includes_default
27542
$ac_includes_default
27245
   typedef char * ac__type_sizeof_;
-
 
27246
int
27543
int
27247
main ()
27544
main ()
27248
{
27545
{
27249
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
27546
static int test_array [1 - 2 * !(((long int) (sizeof (char *))) < 0)];
27250
test_array [0] = 0
27547
test_array [0] = 0
27251
 
27548
 
27252
  ;
27549
  ;
27253
  return 0;
27550
  return 0;
27254
}
27551
}
Line 27257... Line 27554...
27257
if { (ac_try="$ac_compile"
27554
if { (ac_try="$ac_compile"
27258
case "(($ac_try" in
27555
case "(($ac_try" in
27259
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27556
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27260
  *) ac_try_echo=$ac_try;;
27557
  *) ac_try_echo=$ac_try;;
27261
esac
27558
esac
27262
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27559
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27560
$as_echo "$ac_try_echo") >&5
27263
  (eval "$ac_compile") 2>conftest.er1
27561
  (eval "$ac_compile") 2>conftest.er1
27264
  ac_status=$?
27562
  ac_status=$?
27265
  grep -v '^ *+' conftest.er1 >conftest.err
27563
  grep -v '^ *+' conftest.er1 >conftest.err
27266
  rm -f conftest.er1
27564
  rm -f conftest.er1
27267
  cat conftest.err >&5
27565
  cat conftest.err >&5
27268
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27566
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27269
  (exit $ac_status); } && {
27567
  (exit $ac_status); } && {
27270
	 test -z "$ac_c_werror_flag" ||
27568
	 test -z "$ac_c_werror_flag" ||
27271
	 test ! -s conftest.err
27569
	 test ! -s conftest.err
27272
       } && test -s conftest.$ac_objext; then
27570
       } && test -s conftest.$ac_objext; then
27273
  ac_hi=-1 ac_mid=-1
27571
  ac_hi=-1 ac_mid=-1
Line 27277... Line 27575...
27277
_ACEOF
27575
_ACEOF
27278
cat confdefs.h >>conftest.$ac_ext
27576
cat confdefs.h >>conftest.$ac_ext
27279
cat >>conftest.$ac_ext <<_ACEOF
27577
cat >>conftest.$ac_ext <<_ACEOF
27280
/* end confdefs.h.  */
27578
/* end confdefs.h.  */
27281
$ac_includes_default
27579
$ac_includes_default
27282
   typedef char * ac__type_sizeof_;
-
 
27283
int
27580
int
27284
main ()
27581
main ()
27285
{
27582
{
27286
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
27583
static int test_array [1 - 2 * !(((long int) (sizeof (char *))) >= $ac_mid)];
27287
test_array [0] = 0
27584
test_array [0] = 0
27288
 
27585
 
27289
  ;
27586
  ;
27290
  return 0;
27587
  return 0;
27291
}
27588
}
Line 27294... Line 27591...
27294
if { (ac_try="$ac_compile"
27591
if { (ac_try="$ac_compile"
27295
case "(($ac_try" in
27592
case "(($ac_try" in
27296
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27593
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27297
  *) ac_try_echo=$ac_try;;
27594
  *) ac_try_echo=$ac_try;;
27298
esac
27595
esac
27299
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27596
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27597
$as_echo "$ac_try_echo") >&5
27300
  (eval "$ac_compile") 2>conftest.er1
27598
  (eval "$ac_compile") 2>conftest.er1
27301
  ac_status=$?
27599
  ac_status=$?
27302
  grep -v '^ *+' conftest.er1 >conftest.err
27600
  grep -v '^ *+' conftest.er1 >conftest.err
27303
  rm -f conftest.er1
27601
  rm -f conftest.er1
27304
  cat conftest.err >&5
27602
  cat conftest.err >&5
27305
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27603
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27306
  (exit $ac_status); } && {
27604
  (exit $ac_status); } && {
27307
	 test -z "$ac_c_werror_flag" ||
27605
	 test -z "$ac_c_werror_flag" ||
27308
	 test ! -s conftest.err
27606
	 test ! -s conftest.err
27309
       } && test -s conftest.$ac_objext; then
27607
       } && test -s conftest.$ac_objext; then
27310
  ac_lo=$ac_mid; break
27608
  ac_lo=$ac_mid; break
27311
else
27609
else
27312
  echo "$as_me: failed program was:" >&5
27610
  $as_echo "$as_me: failed program was:" >&5
27313
sed 's/^/| /' conftest.$ac_ext >&5
27611
sed 's/^/| /' conftest.$ac_ext >&5
27314
 
27612
 
27315
	ac_hi=`expr '(' $ac_mid ')' - 1`
27613
	ac_hi=`expr '(' $ac_mid ')' - 1`
27316
			if test $ac_mid -le $ac_hi; then
27614
			if test $ac_mid -le $ac_hi; then
27317
			  ac_lo= ac_hi=
27615
			  ac_lo= ac_hi=
Line 27321... Line 27619...
27321
fi
27619
fi
27322
 
27620
 
27323
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27621
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27324
  done
27622
  done
27325
else
27623
else
27326
  echo "$as_me: failed program was:" >&5
27624
  $as_echo "$as_me: failed program was:" >&5
27327
sed 's/^/| /' conftest.$ac_ext >&5
27625
sed 's/^/| /' conftest.$ac_ext >&5
27328
 
27626
 
27329
	ac_lo= ac_hi=
27627
	ac_lo= ac_hi=
27330
fi
27628
fi
27331
 
27629
 
Line 27341... Line 27639...
27341
_ACEOF
27639
_ACEOF
27342
cat confdefs.h >>conftest.$ac_ext
27640
cat confdefs.h >>conftest.$ac_ext
27343
cat >>conftest.$ac_ext <<_ACEOF
27641
cat >>conftest.$ac_ext <<_ACEOF
27344
/* end confdefs.h.  */
27642
/* end confdefs.h.  */
27345
$ac_includes_default
27643
$ac_includes_default
27346
   typedef char * ac__type_sizeof_;
-
 
27347
int
27644
int
27348
main ()
27645
main ()
27349
{
27646
{
27350
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
27647
static int test_array [1 - 2 * !(((long int) (sizeof (char *))) <= $ac_mid)];
27351
test_array [0] = 0
27648
test_array [0] = 0
27352
 
27649
 
27353
  ;
27650
  ;
27354
  return 0;
27651
  return 0;
27355
}
27652
}
Line 27358... Line 27655...
27358
if { (ac_try="$ac_compile"
27655
if { (ac_try="$ac_compile"
27359
case "(($ac_try" in
27656
case "(($ac_try" in
27360
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27657
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27361
  *) ac_try_echo=$ac_try;;
27658
  *) ac_try_echo=$ac_try;;
27362
esac
27659
esac
27363
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27660
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27661
$as_echo "$ac_try_echo") >&5
27364
  (eval "$ac_compile") 2>conftest.er1
27662
  (eval "$ac_compile") 2>conftest.er1
27365
  ac_status=$?
27663
  ac_status=$?
27366
  grep -v '^ *+' conftest.er1 >conftest.err
27664
  grep -v '^ *+' conftest.er1 >conftest.err
27367
  rm -f conftest.er1
27665
  rm -f conftest.er1
27368
  cat conftest.err >&5
27666
  cat conftest.err >&5
27369
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27667
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27370
  (exit $ac_status); } && {
27668
  (exit $ac_status); } && {
27371
	 test -z "$ac_c_werror_flag" ||
27669
	 test -z "$ac_c_werror_flag" ||
27372
	 test ! -s conftest.err
27670
	 test ! -s conftest.err
27373
       } && test -s conftest.$ac_objext; then
27671
       } && test -s conftest.$ac_objext; then
27374
  ac_hi=$ac_mid
27672
  ac_hi=$ac_mid
27375
else
27673
else
27376
  echo "$as_me: failed program was:" >&5
27674
  $as_echo "$as_me: failed program was:" >&5
27377
sed 's/^/| /' conftest.$ac_ext >&5
27675
sed 's/^/| /' conftest.$ac_ext >&5
27378
 
27676
 
27379
	ac_lo=`expr '(' $ac_mid ')' + 1`
27677
	ac_lo=`expr '(' $ac_mid ')' + 1`
27380
fi
27678
fi
27381
 
27679
 
27382
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27680
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27383
done
27681
done
27384
case $ac_lo in
27682
case $ac_lo in
27385
?*) ac_cv_sizeof_char_p=$ac_lo;;
27683
?*) ac_cv_sizeof_char_p=$ac_lo;;
27386
'') if test "$ac_cv_type_char_p" = yes; then
27684
'') if test "$ac_cv_type_char_p" = yes; then
-
 
27685
     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
27686
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
27387
     { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
27687
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
27388
See \`config.log' for more details." >&5
27688
See \`config.log' for more details." >&5
27389
echo "$as_me: error: cannot compute sizeof (char *)
27689
$as_echo "$as_me: error: cannot compute sizeof (char *)
27390
See \`config.log' for more details." >&2;}
27690
See \`config.log' for more details." >&2;}
27391
   { (exit 77); exit 77; }; }
27691
   { (exit 77); exit 77; }; }; }
27392
   else
27692
   else
27393
     ac_cv_sizeof_char_p=0
27693
     ac_cv_sizeof_char_p=0
27394
   fi ;;
27694
   fi ;;
27395
esac
27695
esac
27396
else
27696
else
Line 27399... Line 27699...
27399
_ACEOF
27699
_ACEOF
27400
cat confdefs.h >>conftest.$ac_ext
27700
cat confdefs.h >>conftest.$ac_ext
27401
cat >>conftest.$ac_ext <<_ACEOF
27701
cat >>conftest.$ac_ext <<_ACEOF
27402
/* end confdefs.h.  */
27702
/* end confdefs.h.  */
27403
$ac_includes_default
27703
$ac_includes_default
27404
   typedef char * ac__type_sizeof_;
-
 
27405
static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
27704
static long int longval () { return (long int) (sizeof (char *)); }
27406
static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
27705
static unsigned long int ulongval () { return (long int) (sizeof (char *)); }
27407
#include <stdio.h>
27706
#include <stdio.h>
27408
#include <stdlib.h>
27707
#include <stdlib.h>
27409
int
27708
int
27410
main ()
27709
main ()
27411
{
27710
{
27412
 
27711
 
27413
  FILE *f = fopen ("conftest.val", "w");
27712
  FILE *f = fopen ("conftest.val", "w");
27414
  if (! f)
27713
  if (! f)
27415
    return 1;
27714
    return 1;
27416
  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
27715
  if (((long int) (sizeof (char *))) < 0)
27417
    {
27716
    {
27418
      long int i = longval ();
27717
      long int i = longval ();
27419
      if (i != ((long int) (sizeof (ac__type_sizeof_))))
27718
      if (i != ((long int) (sizeof (char *))))
27420
	return 1;
27719
	return 1;
27421
      fprintf (f, "%ld\n", i);
27720
      fprintf (f, "%ld", i);
27422
    }
27721
    }
27423
  else
27722
  else
27424
    {
27723
    {
27425
      unsigned long int i = ulongval ();
27724
      unsigned long int i = ulongval ();
27426
      if (i != ((long int) (sizeof (ac__type_sizeof_))))
27725
      if (i != ((long int) (sizeof (char *))))
27427
	return 1;
27726
	return 1;
27428
      fprintf (f, "%lu\n", i);
27727
      fprintf (f, "%lu", i);
27429
    }
27728
    }
-
 
27729
  /* Do not output a trailing newline, as this causes \r\n confusion
-
 
27730
     on some platforms.  */
27430
  return ferror (f) || fclose (f) != 0;
27731
  return ferror (f) || fclose (f) != 0;
27431
 
27732
 
27432
  ;
27733
  ;
27433
  return 0;
27734
  return 0;
27434
}
27735
}
Line 27437... Line 27738...
27437
if { (ac_try="$ac_link"
27738
if { (ac_try="$ac_link"
27438
case "(($ac_try" in
27739
case "(($ac_try" in
27439
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27740
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27440
  *) ac_try_echo=$ac_try;;
27741
  *) ac_try_echo=$ac_try;;
27441
esac
27742
esac
27442
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27743
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27744
$as_echo "$ac_try_echo") >&5
27443
  (eval "$ac_link") 2>&5
27745
  (eval "$ac_link") 2>&5
27444
  ac_status=$?
27746
  ac_status=$?
27445
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27747
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27446
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
27748
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
27447
  { (case "(($ac_try" in
27749
  { (case "(($ac_try" in
27448
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27750
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27449
  *) ac_try_echo=$ac_try;;
27751
  *) ac_try_echo=$ac_try;;
27450
esac
27752
esac
27451
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27753
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27754
$as_echo "$ac_try_echo") >&5
27452
  (eval "$ac_try") 2>&5
27755
  (eval "$ac_try") 2>&5
27453
  ac_status=$?
27756
  ac_status=$?
27454
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27757
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27455
  (exit $ac_status); }; }; then
27758
  (exit $ac_status); }; }; then
27456
  ac_cv_sizeof_char_p=`cat conftest.val`
27759
  ac_cv_sizeof_char_p=`cat conftest.val`
27457
else
27760
else
27458
  echo "$as_me: program exited with status $ac_status" >&5
27761
  $as_echo "$as_me: program exited with status $ac_status" >&5
27459
echo "$as_me: failed program was:" >&5
27762
$as_echo "$as_me: failed program was:" >&5
27460
sed 's/^/| /' conftest.$ac_ext >&5
27763
sed 's/^/| /' conftest.$ac_ext >&5
27461
 
27764
 
27462
( exit $ac_status )
27765
( exit $ac_status )
27463
if test "$ac_cv_type_char_p" = yes; then
27766
if test "$ac_cv_type_char_p" = yes; then
-
 
27767
     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
27768
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
27464
     { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
27769
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
27465
See \`config.log' for more details." >&5
27770
See \`config.log' for more details." >&5
27466
echo "$as_me: error: cannot compute sizeof (char *)
27771
$as_echo "$as_me: error: cannot compute sizeof (char *)
27467
See \`config.log' for more details." >&2;}
27772
See \`config.log' for more details." >&2;}
27468
   { (exit 77); exit 77; }; }
27773
   { (exit 77); exit 77; }; }; }
27469
   else
27774
   else
27470
     ac_cv_sizeof_char_p=0
27775
     ac_cv_sizeof_char_p=0
27471
   fi
27776
   fi
27472
fi
27777
fi
-
 
27778
rm -rf conftest.dSYM
27473
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
27779
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
27474
fi
27780
fi
27475
rm -f conftest.val
27781
rm -f conftest.val
27476
fi
27782
fi
27477
{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5
27783
{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5
27478
echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6; }
27784
$as_echo "$ac_cv_sizeof_char_p" >&6; }
27479
 
27785
 
27480
 
27786
 
27481
 
27787
 
27482
cat >>confdefs.h <<_ACEOF
27788
cat >>confdefs.h <<_ACEOF
27483
#define SIZEOF_CHAR_P $ac_cv_sizeof_char_p
27789
#define SIZEOF_CHAR_P $ac_cv_sizeof_char_p
27484
_ACEOF
27790
_ACEOF
27485
 
27791
 
27486
 
27792
 
27487
 
27793
 
27488
{ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
27794
{ $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
27489
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
27795
$as_echo_n "checking for dlopen in -ldl... " >&6; }
27490
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
27796
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
27491
  echo $ECHO_N "(cached) $ECHO_C" >&6
27797
  $as_echo_n "(cached) " >&6
27492
else
27798
else
27493
  ac_check_lib_save_LIBS=$LIBS
27799
  ac_check_lib_save_LIBS=$LIBS
27494
LIBS="-ldl  $LIBS"
27800
LIBS="-ldl  $LIBS"
27495
cat >conftest.$ac_ext <<_ACEOF
27801
cat >conftest.$ac_ext <<_ACEOF
27496
/* confdefs.h.  */
27802
/* confdefs.h.  */
Line 27518... Line 27824...
27518
if { (ac_try="$ac_link"
27824
if { (ac_try="$ac_link"
27519
case "(($ac_try" in
27825
case "(($ac_try" in
27520
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27826
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27521
  *) ac_try_echo=$ac_try;;
27827
  *) ac_try_echo=$ac_try;;
27522
esac
27828
esac
27523
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27829
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27830
$as_echo "$ac_try_echo") >&5
27524
  (eval "$ac_link") 2>conftest.er1
27831
  (eval "$ac_link") 2>conftest.er1
27525
  ac_status=$?
27832
  ac_status=$?
27526
  grep -v '^ *+' conftest.er1 >conftest.err
27833
  grep -v '^ *+' conftest.er1 >conftest.err
27527
  rm -f conftest.er1
27834
  rm -f conftest.er1
27528
  cat conftest.err >&5
27835
  cat conftest.err >&5
27529
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27836
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27530
  (exit $ac_status); } && {
27837
  (exit $ac_status); } && {
27531
	 test -z "$ac_c_werror_flag" ||
27838
	 test -z "$ac_c_werror_flag" ||
27532
	 test ! -s conftest.err
27839
	 test ! -s conftest.err
27533
       } && test -s conftest$ac_exeext &&
27840
       } && test -s conftest$ac_exeext && {
-
 
27841
	 test "$cross_compiling" = yes ||
27534
       $as_test_x conftest$ac_exeext; then
27842
	 $as_test_x conftest$ac_exeext
-
 
27843
       }; then
27535
  ac_cv_lib_dl_dlopen=yes
27844
  ac_cv_lib_dl_dlopen=yes
27536
else
27845
else
27537
  echo "$as_me: failed program was:" >&5
27846
  $as_echo "$as_me: failed program was:" >&5
27538
sed 's/^/| /' conftest.$ac_ext >&5
27847
sed 's/^/| /' conftest.$ac_ext >&5
27539
 
27848
 
27540
	ac_cv_lib_dl_dlopen=no
27849
	ac_cv_lib_dl_dlopen=no
27541
fi
27850
fi
27542
 
27851
 
-
 
27852
rm -rf conftest.dSYM
27543
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27853
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27544
      conftest$ac_exeext conftest.$ac_ext
27854
      conftest$ac_exeext conftest.$ac_ext
27545
LIBS=$ac_check_lib_save_LIBS
27855
LIBS=$ac_check_lib_save_LIBS
27546
fi
27856
fi
27547
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
27857
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
27548
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
27858
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
27549
if test $ac_cv_lib_dl_dlopen = yes; then
27859
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
27550
 
27860
 
27551
LIBDL="-ldl"
27861
LIBDL="-ldl"
27552
ac_cv_have_dlfcn=yes
27862
ac_cv_have_dlfcn=yes
27553
 
27863
 
27554
fi
27864
fi
27555
 
27865
 
27556
 
27866
 
27557
{ echo "$as_me:$LINENO: checking for shl_unload in -ldld" >&5
27867
{ $as_echo "$as_me:$LINENO: checking for shl_unload in -ldld" >&5
27558
echo $ECHO_N "checking for shl_unload in -ldld... $ECHO_C" >&6; }
27868
$as_echo_n "checking for shl_unload in -ldld... " >&6; }
27559
if test "${ac_cv_lib_dld_shl_unload+set}" = set; then
27869
if test "${ac_cv_lib_dld_shl_unload+set}" = set; then
27560
  echo $ECHO_N "(cached) $ECHO_C" >&6
27870
  $as_echo_n "(cached) " >&6
27561
else
27871
else
27562
  ac_check_lib_save_LIBS=$LIBS
27872
  ac_check_lib_save_LIBS=$LIBS
27563
LIBS="-ldld  $LIBS"
27873
LIBS="-ldld  $LIBS"
27564
cat >conftest.$ac_ext <<_ACEOF
27874
cat >conftest.$ac_ext <<_ACEOF
27565
/* confdefs.h.  */
27875
/* confdefs.h.  */
Line 27587... Line 27897...
27587
if { (ac_try="$ac_link"
27897
if { (ac_try="$ac_link"
27588
case "(($ac_try" in
27898
case "(($ac_try" in
27589
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27899
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27590
  *) ac_try_echo=$ac_try;;
27900
  *) ac_try_echo=$ac_try;;
27591
esac
27901
esac
27592
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27902
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27903
$as_echo "$ac_try_echo") >&5
27593
  (eval "$ac_link") 2>conftest.er1
27904
  (eval "$ac_link") 2>conftest.er1
27594
  ac_status=$?
27905
  ac_status=$?
27595
  grep -v '^ *+' conftest.er1 >conftest.err
27906
  grep -v '^ *+' conftest.er1 >conftest.err
27596
  rm -f conftest.er1
27907
  rm -f conftest.er1
27597
  cat conftest.err >&5
27908
  cat conftest.err >&5
27598
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27909
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27599
  (exit $ac_status); } && {
27910
  (exit $ac_status); } && {
27600
	 test -z "$ac_c_werror_flag" ||
27911
	 test -z "$ac_c_werror_flag" ||
27601
	 test ! -s conftest.err
27912
	 test ! -s conftest.err
27602
       } && test -s conftest$ac_exeext &&
27913
       } && test -s conftest$ac_exeext && {
-
 
27914
	 test "$cross_compiling" = yes ||
27603
       $as_test_x conftest$ac_exeext; then
27915
	 $as_test_x conftest$ac_exeext
-
 
27916
       }; then
27604
  ac_cv_lib_dld_shl_unload=yes
27917
  ac_cv_lib_dld_shl_unload=yes
27605
else
27918
else
27606
  echo "$as_me: failed program was:" >&5
27919
  $as_echo "$as_me: failed program was:" >&5
27607
sed 's/^/| /' conftest.$ac_ext >&5
27920
sed 's/^/| /' conftest.$ac_ext >&5
27608
 
27921
 
27609
	ac_cv_lib_dld_shl_unload=no
27922
	ac_cv_lib_dld_shl_unload=no
27610
fi
27923
fi
27611
 
27924
 
-
 
27925
rm -rf conftest.dSYM
27612
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27926
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27613
      conftest$ac_exeext conftest.$ac_ext
27927
      conftest$ac_exeext conftest.$ac_ext
27614
LIBS=$ac_check_lib_save_LIBS
27928
LIBS=$ac_check_lib_save_LIBS
27615
fi
27929
fi
27616
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_unload" >&5
27930
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_unload" >&5
27617
echo "${ECHO_T}$ac_cv_lib_dld_shl_unload" >&6; }
27931
$as_echo "$ac_cv_lib_dld_shl_unload" >&6; }
27618
if test $ac_cv_lib_dld_shl_unload = yes; then
27932
if test "x$ac_cv_lib_dld_shl_unload" = x""yes; then
27619
 
27933
 
27620
LIBDL="-ldld"
27934
LIBDL="-ldld"
27621
ac_cv_have_shload=yes
27935
ac_cv_have_shload=yes
27622
 
27936
 
27623
fi
27937
fi
Line 27626... Line 27940...
27626
 
27940
 
27627
 
27941
 
27628
 
27942
 
27629
 
27943
 
27630
 
27944
 
27631
  { echo "$as_me:$LINENO: checking for size_t" >&5
-
 
27632
echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
-
 
27633
if test "${ac_cv_type_size_t+set}" = set; then
-
 
27634
  echo $ECHO_N "(cached) $ECHO_C" >&6
-
 
27635
else
-
 
27636
  cat >conftest.$ac_ext <<_ACEOF
-
 
27637
/* confdefs.h.  */
-
 
27638
_ACEOF
-
 
27639
cat confdefs.h >>conftest.$ac_ext
-
 
27640
cat >>conftest.$ac_ext <<_ACEOF
-
 
27641
/* end confdefs.h.  */
-
 
27642
$ac_includes_default
-
 
27643
typedef size_t ac__type_new_;
-
 
27644
int
-
 
27645
main ()
-
 
27646
{
-
 
27647
if ((ac__type_new_ *) 0)
-
 
27648
  return 0;
-
 
27649
if (sizeof (ac__type_new_))
-
 
27650
  return 0;
-
 
27651
  ;
-
 
27652
  return 0;
-
 
27653
}
-
 
27654
_ACEOF
-
 
27655
rm -f conftest.$ac_objext
-
 
27656
if { (ac_try="$ac_compile"
-
 
27657
case "(($ac_try" in
-
 
27658
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
27659
  *) ac_try_echo=$ac_try;;
-
 
27660
esac
-
 
27661
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-
 
27662
  (eval "$ac_compile") 2>conftest.er1
-
 
27663
  ac_status=$?
-
 
27664
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
27665
  rm -f conftest.er1
-
 
27666
  cat conftest.err >&5
-
 
27667
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
27668
  (exit $ac_status); } && {
-
 
27669
	 test -z "$ac_c_werror_flag" ||
-
 
27670
	 test ! -s conftest.err
-
 
27671
       } && test -s conftest.$ac_objext; then
-
 
27672
  ac_cv_type_size_t=yes
-
 
27673
else
-
 
27674
  echo "$as_me: failed program was:" >&5
-
 
27675
sed 's/^/| /' conftest.$ac_ext >&5
-
 
27676
 
-
 
27677
	ac_cv_type_size_t=no
-
 
27678
fi
-
 
27679
 
-
 
27680
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
27681
fi
-
 
27682
{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
-
 
27683
echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
-
 
27684
 
-
 
27685
# The cast to long int works around a bug in the HP C Compiler
27945
  # The cast to long int works around a bug in the HP C Compiler
27686
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
27946
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
27687
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
27947
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
27688
# This bug is HP SR number 8606223364.
27948
# This bug is HP SR number 8606223364.
27689
{ echo "$as_me:$LINENO: checking size of size_t" >&5
27949
{ $as_echo "$as_me:$LINENO: checking size of size_t" >&5
27690
echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; }
27950
$as_echo_n "checking size of size_t... " >&6; }
27691
if test "${ac_cv_sizeof_size_t+set}" = set; then
27951
if test "${ac_cv_sizeof_size_t+set}" = set; then
27692
  echo $ECHO_N "(cached) $ECHO_C" >&6
27952
  $as_echo_n "(cached) " >&6
27693
else
27953
else
27694
  if test "$cross_compiling" = yes; then
27954
  if test "$cross_compiling" = yes; then
27695
  # Depending upon the size, compute the lo and hi bounds.
27955
  # Depending upon the size, compute the lo and hi bounds.
27696
cat >conftest.$ac_ext <<_ACEOF
27956
cat >conftest.$ac_ext <<_ACEOF
27697
/* confdefs.h.  */
27957
/* confdefs.h.  */
27698
_ACEOF
27958
_ACEOF
27699
cat confdefs.h >>conftest.$ac_ext
27959
cat confdefs.h >>conftest.$ac_ext
27700
cat >>conftest.$ac_ext <<_ACEOF
27960
cat >>conftest.$ac_ext <<_ACEOF
27701
/* end confdefs.h.  */
27961
/* end confdefs.h.  */
27702
$ac_includes_default
27962
$ac_includes_default
27703
   typedef size_t ac__type_sizeof_;
-
 
27704
int
27963
int
27705
main ()
27964
main ()
27706
{
27965
{
27707
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
27966
static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) >= 0)];
27708
test_array [0] = 0
27967
test_array [0] = 0
27709
 
27968
 
27710
  ;
27969
  ;
27711
  return 0;
27970
  return 0;
27712
}
27971
}
Line 27715... Line 27974...
27715
if { (ac_try="$ac_compile"
27974
if { (ac_try="$ac_compile"
27716
case "(($ac_try" in
27975
case "(($ac_try" in
27717
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27976
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27718
  *) ac_try_echo=$ac_try;;
27977
  *) ac_try_echo=$ac_try;;
27719
esac
27978
esac
27720
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27979
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
27980
$as_echo "$ac_try_echo") >&5
27721
  (eval "$ac_compile") 2>conftest.er1
27981
  (eval "$ac_compile") 2>conftest.er1
27722
  ac_status=$?
27982
  ac_status=$?
27723
  grep -v '^ *+' conftest.er1 >conftest.err
27983
  grep -v '^ *+' conftest.er1 >conftest.err
27724
  rm -f conftest.er1
27984
  rm -f conftest.er1
27725
  cat conftest.err >&5
27985
  cat conftest.err >&5
27726
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27986
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27727
  (exit $ac_status); } && {
27987
  (exit $ac_status); } && {
27728
	 test -z "$ac_c_werror_flag" ||
27988
	 test -z "$ac_c_werror_flag" ||
27729
	 test ! -s conftest.err
27989
	 test ! -s conftest.err
27730
       } && test -s conftest.$ac_objext; then
27990
       } && test -s conftest.$ac_objext; then
27731
  ac_lo=0 ac_mid=0
27991
  ac_lo=0 ac_mid=0
Line 27735... Line 27995...
27735
_ACEOF
27995
_ACEOF
27736
cat confdefs.h >>conftest.$ac_ext
27996
cat confdefs.h >>conftest.$ac_ext
27737
cat >>conftest.$ac_ext <<_ACEOF
27997
cat >>conftest.$ac_ext <<_ACEOF
27738
/* end confdefs.h.  */
27998
/* end confdefs.h.  */
27739
$ac_includes_default
27999
$ac_includes_default
27740
   typedef size_t ac__type_sizeof_;
-
 
27741
int
28000
int
27742
main ()
28001
main ()
27743
{
28002
{
27744
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
28003
static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= $ac_mid)];
27745
test_array [0] = 0
28004
test_array [0] = 0
27746
 
28005
 
27747
  ;
28006
  ;
27748
  return 0;
28007
  return 0;
27749
}
28008
}
Line 27752... Line 28011...
27752
if { (ac_try="$ac_compile"
28011
if { (ac_try="$ac_compile"
27753
case "(($ac_try" in
28012
case "(($ac_try" in
27754
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28013
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27755
  *) ac_try_echo=$ac_try;;
28014
  *) ac_try_echo=$ac_try;;
27756
esac
28015
esac
27757
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28016
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28017
$as_echo "$ac_try_echo") >&5
27758
  (eval "$ac_compile") 2>conftest.er1
28018
  (eval "$ac_compile") 2>conftest.er1
27759
  ac_status=$?
28019
  ac_status=$?
27760
  grep -v '^ *+' conftest.er1 >conftest.err
28020
  grep -v '^ *+' conftest.er1 >conftest.err
27761
  rm -f conftest.er1
28021
  rm -f conftest.er1
27762
  cat conftest.err >&5
28022
  cat conftest.err >&5
27763
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28023
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27764
  (exit $ac_status); } && {
28024
  (exit $ac_status); } && {
27765
	 test -z "$ac_c_werror_flag" ||
28025
	 test -z "$ac_c_werror_flag" ||
27766
	 test ! -s conftest.err
28026
	 test ! -s conftest.err
27767
       } && test -s conftest.$ac_objext; then
28027
       } && test -s conftest.$ac_objext; then
27768
  ac_hi=$ac_mid; break
28028
  ac_hi=$ac_mid; break
27769
else
28029
else
27770
  echo "$as_me: failed program was:" >&5
28030
  $as_echo "$as_me: failed program was:" >&5
27771
sed 's/^/| /' conftest.$ac_ext >&5
28031
sed 's/^/| /' conftest.$ac_ext >&5
27772
 
28032
 
27773
	ac_lo=`expr $ac_mid + 1`
28033
	ac_lo=`expr $ac_mid + 1`
27774
			if test $ac_lo -le $ac_mid; then
28034
			if test $ac_lo -le $ac_mid; then
27775
			  ac_lo= ac_hi=
28035
			  ac_lo= ac_hi=
Line 27779... Line 28039...
27779
fi
28039
fi
27780
 
28040
 
27781
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28041
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27782
  done
28042
  done
27783
else
28043
else
27784
  echo "$as_me: failed program was:" >&5
28044
  $as_echo "$as_me: failed program was:" >&5
27785
sed 's/^/| /' conftest.$ac_ext >&5
28045
sed 's/^/| /' conftest.$ac_ext >&5
27786
 
28046
 
27787
	cat >conftest.$ac_ext <<_ACEOF
28047
	cat >conftest.$ac_ext <<_ACEOF
27788
/* confdefs.h.  */
28048
/* confdefs.h.  */
27789
_ACEOF
28049
_ACEOF
27790
cat confdefs.h >>conftest.$ac_ext
28050
cat confdefs.h >>conftest.$ac_ext
27791
cat >>conftest.$ac_ext <<_ACEOF
28051
cat >>conftest.$ac_ext <<_ACEOF
27792
/* end confdefs.h.  */
28052
/* end confdefs.h.  */
27793
$ac_includes_default
28053
$ac_includes_default
27794
   typedef size_t ac__type_sizeof_;
-
 
27795
int
28054
int
27796
main ()
28055
main ()
27797
{
28056
{
27798
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
28057
static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) < 0)];
27799
test_array [0] = 0
28058
test_array [0] = 0
27800
 
28059
 
27801
  ;
28060
  ;
27802
  return 0;
28061
  return 0;
27803
}
28062
}
Line 27806... Line 28065...
27806
if { (ac_try="$ac_compile"
28065
if { (ac_try="$ac_compile"
27807
case "(($ac_try" in
28066
case "(($ac_try" in
27808
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28067
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27809
  *) ac_try_echo=$ac_try;;
28068
  *) ac_try_echo=$ac_try;;
27810
esac
28069
esac
27811
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28070
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28071
$as_echo "$ac_try_echo") >&5
27812
  (eval "$ac_compile") 2>conftest.er1
28072
  (eval "$ac_compile") 2>conftest.er1
27813
  ac_status=$?
28073
  ac_status=$?
27814
  grep -v '^ *+' conftest.er1 >conftest.err
28074
  grep -v '^ *+' conftest.er1 >conftest.err
27815
  rm -f conftest.er1
28075
  rm -f conftest.er1
27816
  cat conftest.err >&5
28076
  cat conftest.err >&5
27817
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28077
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27818
  (exit $ac_status); } && {
28078
  (exit $ac_status); } && {
27819
	 test -z "$ac_c_werror_flag" ||
28079
	 test -z "$ac_c_werror_flag" ||
27820
	 test ! -s conftest.err
28080
	 test ! -s conftest.err
27821
       } && test -s conftest.$ac_objext; then
28081
       } && test -s conftest.$ac_objext; then
27822
  ac_hi=-1 ac_mid=-1
28082
  ac_hi=-1 ac_mid=-1
Line 27826... Line 28086...
27826
_ACEOF
28086
_ACEOF
27827
cat confdefs.h >>conftest.$ac_ext
28087
cat confdefs.h >>conftest.$ac_ext
27828
cat >>conftest.$ac_ext <<_ACEOF
28088
cat >>conftest.$ac_ext <<_ACEOF
27829
/* end confdefs.h.  */
28089
/* end confdefs.h.  */
27830
$ac_includes_default
28090
$ac_includes_default
27831
   typedef size_t ac__type_sizeof_;
-
 
27832
int
28091
int
27833
main ()
28092
main ()
27834
{
28093
{
27835
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
28094
static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) >= $ac_mid)];
27836
test_array [0] = 0
28095
test_array [0] = 0
27837
 
28096
 
27838
  ;
28097
  ;
27839
  return 0;
28098
  return 0;
27840
}
28099
}
Line 27843... Line 28102...
27843
if { (ac_try="$ac_compile"
28102
if { (ac_try="$ac_compile"
27844
case "(($ac_try" in
28103
case "(($ac_try" in
27845
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28104
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27846
  *) ac_try_echo=$ac_try;;
28105
  *) ac_try_echo=$ac_try;;
27847
esac
28106
esac
27848
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28107
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28108
$as_echo "$ac_try_echo") >&5
27849
  (eval "$ac_compile") 2>conftest.er1
28109
  (eval "$ac_compile") 2>conftest.er1
27850
  ac_status=$?
28110
  ac_status=$?
27851
  grep -v '^ *+' conftest.er1 >conftest.err
28111
  grep -v '^ *+' conftest.er1 >conftest.err
27852
  rm -f conftest.er1
28112
  rm -f conftest.er1
27853
  cat conftest.err >&5
28113
  cat conftest.err >&5
27854
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28114
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27855
  (exit $ac_status); } && {
28115
  (exit $ac_status); } && {
27856
	 test -z "$ac_c_werror_flag" ||
28116
	 test -z "$ac_c_werror_flag" ||
27857
	 test ! -s conftest.err
28117
	 test ! -s conftest.err
27858
       } && test -s conftest.$ac_objext; then
28118
       } && test -s conftest.$ac_objext; then
27859
  ac_lo=$ac_mid; break
28119
  ac_lo=$ac_mid; break
27860
else
28120
else
27861
  echo "$as_me: failed program was:" >&5
28121
  $as_echo "$as_me: failed program was:" >&5
27862
sed 's/^/| /' conftest.$ac_ext >&5
28122
sed 's/^/| /' conftest.$ac_ext >&5
27863
 
28123
 
27864
	ac_hi=`expr '(' $ac_mid ')' - 1`
28124
	ac_hi=`expr '(' $ac_mid ')' - 1`
27865
			if test $ac_mid -le $ac_hi; then
28125
			if test $ac_mid -le $ac_hi; then
27866
			  ac_lo= ac_hi=
28126
			  ac_lo= ac_hi=
Line 27870... Line 28130...
27870
fi
28130
fi
27871
 
28131
 
27872
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28132
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27873
  done
28133
  done
27874
else
28134
else
27875
  echo "$as_me: failed program was:" >&5
28135
  $as_echo "$as_me: failed program was:" >&5
27876
sed 's/^/| /' conftest.$ac_ext >&5
28136
sed 's/^/| /' conftest.$ac_ext >&5
27877
 
28137
 
27878
	ac_lo= ac_hi=
28138
	ac_lo= ac_hi=
27879
fi
28139
fi
27880
 
28140
 
Line 27890... Line 28150...
27890
_ACEOF
28150
_ACEOF
27891
cat confdefs.h >>conftest.$ac_ext
28151
cat confdefs.h >>conftest.$ac_ext
27892
cat >>conftest.$ac_ext <<_ACEOF
28152
cat >>conftest.$ac_ext <<_ACEOF
27893
/* end confdefs.h.  */
28153
/* end confdefs.h.  */
27894
$ac_includes_default
28154
$ac_includes_default
27895
   typedef size_t ac__type_sizeof_;
-
 
27896
int
28155
int
27897
main ()
28156
main ()
27898
{
28157
{
27899
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
28158
static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= $ac_mid)];
27900
test_array [0] = 0
28159
test_array [0] = 0
27901
 
28160
 
27902
  ;
28161
  ;
27903
  return 0;
28162
  return 0;
27904
}
28163
}
Line 27907... Line 28166...
27907
if { (ac_try="$ac_compile"
28166
if { (ac_try="$ac_compile"
27908
case "(($ac_try" in
28167
case "(($ac_try" in
27909
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28168
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27910
  *) ac_try_echo=$ac_try;;
28169
  *) ac_try_echo=$ac_try;;
27911
esac
28170
esac
27912
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28171
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28172
$as_echo "$ac_try_echo") >&5
27913
  (eval "$ac_compile") 2>conftest.er1
28173
  (eval "$ac_compile") 2>conftest.er1
27914
  ac_status=$?
28174
  ac_status=$?
27915
  grep -v '^ *+' conftest.er1 >conftest.err
28175
  grep -v '^ *+' conftest.er1 >conftest.err
27916
  rm -f conftest.er1
28176
  rm -f conftest.er1
27917
  cat conftest.err >&5
28177
  cat conftest.err >&5
27918
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28178
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27919
  (exit $ac_status); } && {
28179
  (exit $ac_status); } && {
27920
	 test -z "$ac_c_werror_flag" ||
28180
	 test -z "$ac_c_werror_flag" ||
27921
	 test ! -s conftest.err
28181
	 test ! -s conftest.err
27922
       } && test -s conftest.$ac_objext; then
28182
       } && test -s conftest.$ac_objext; then
27923
  ac_hi=$ac_mid
28183
  ac_hi=$ac_mid
27924
else
28184
else
27925
  echo "$as_me: failed program was:" >&5
28185
  $as_echo "$as_me: failed program was:" >&5
27926
sed 's/^/| /' conftest.$ac_ext >&5
28186
sed 's/^/| /' conftest.$ac_ext >&5
27927
 
28187
 
27928
	ac_lo=`expr '(' $ac_mid ')' + 1`
28188
	ac_lo=`expr '(' $ac_mid ')' + 1`
27929
fi
28189
fi
27930
 
28190
 
27931
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28191
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27932
done
28192
done
27933
case $ac_lo in
28193
case $ac_lo in
27934
?*) ac_cv_sizeof_size_t=$ac_lo;;
28194
?*) ac_cv_sizeof_size_t=$ac_lo;;
27935
'') if test "$ac_cv_type_size_t" = yes; then
28195
'') if test "$ac_cv_type_size_t" = yes; then
-
 
28196
     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
28197
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
27936
     { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
28198
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
27937
See \`config.log' for more details." >&5
28199
See \`config.log' for more details." >&5
27938
echo "$as_me: error: cannot compute sizeof (size_t)
28200
$as_echo "$as_me: error: cannot compute sizeof (size_t)
27939
See \`config.log' for more details." >&2;}
28201
See \`config.log' for more details." >&2;}
27940
   { (exit 77); exit 77; }; }
28202
   { (exit 77); exit 77; }; }; }
27941
   else
28203
   else
27942
     ac_cv_sizeof_size_t=0
28204
     ac_cv_sizeof_size_t=0
27943
   fi ;;
28205
   fi ;;
27944
esac
28206
esac
27945
else
28207
else
Line 27948... Line 28210...
27948
_ACEOF
28210
_ACEOF
27949
cat confdefs.h >>conftest.$ac_ext
28211
cat confdefs.h >>conftest.$ac_ext
27950
cat >>conftest.$ac_ext <<_ACEOF
28212
cat >>conftest.$ac_ext <<_ACEOF
27951
/* end confdefs.h.  */
28213
/* end confdefs.h.  */
27952
$ac_includes_default
28214
$ac_includes_default
27953
   typedef size_t ac__type_sizeof_;
-
 
27954
static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
28215
static long int longval () { return (long int) (sizeof (size_t)); }
27955
static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
28216
static unsigned long int ulongval () { return (long int) (sizeof (size_t)); }
27956
#include <stdio.h>
28217
#include <stdio.h>
27957
#include <stdlib.h>
28218
#include <stdlib.h>
27958
int
28219
int
27959
main ()
28220
main ()
27960
{
28221
{
27961
 
28222
 
27962
  FILE *f = fopen ("conftest.val", "w");
28223
  FILE *f = fopen ("conftest.val", "w");
27963
  if (! f)
28224
  if (! f)
27964
    return 1;
28225
    return 1;
27965
  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
28226
  if (((long int) (sizeof (size_t))) < 0)
27966
    {
28227
    {
27967
      long int i = longval ();
28228
      long int i = longval ();
27968
      if (i != ((long int) (sizeof (ac__type_sizeof_))))
28229
      if (i != ((long int) (sizeof (size_t))))
27969
	return 1;
28230
	return 1;
27970
      fprintf (f, "%ld\n", i);
28231
      fprintf (f, "%ld", i);
27971
    }
28232
    }
27972
  else
28233
  else
27973
    {
28234
    {
27974
      unsigned long int i = ulongval ();
28235
      unsigned long int i = ulongval ();
27975
      if (i != ((long int) (sizeof (ac__type_sizeof_))))
28236
      if (i != ((long int) (sizeof (size_t))))
27976
	return 1;
28237
	return 1;
27977
      fprintf (f, "%lu\n", i);
28238
      fprintf (f, "%lu", i);
27978
    }
28239
    }
-
 
28240
  /* Do not output a trailing newline, as this causes \r\n confusion
-
 
28241
     on some platforms.  */
27979
  return ferror (f) || fclose (f) != 0;
28242
  return ferror (f) || fclose (f) != 0;
27980
 
28243
 
27981
  ;
28244
  ;
27982
  return 0;
28245
  return 0;
27983
}
28246
}
Line 27986... Line 28249...
27986
if { (ac_try="$ac_link"
28249
if { (ac_try="$ac_link"
27987
case "(($ac_try" in
28250
case "(($ac_try" in
27988
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28251
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27989
  *) ac_try_echo=$ac_try;;
28252
  *) ac_try_echo=$ac_try;;
27990
esac
28253
esac
27991
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28254
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28255
$as_echo "$ac_try_echo") >&5
27992
  (eval "$ac_link") 2>&5
28256
  (eval "$ac_link") 2>&5
27993
  ac_status=$?
28257
  ac_status=$?
27994
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28258
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27995
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
28259
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
27996
  { (case "(($ac_try" in
28260
  { (case "(($ac_try" in
27997
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28261
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27998
  *) ac_try_echo=$ac_try;;
28262
  *) ac_try_echo=$ac_try;;
27999
esac
28263
esac
28000
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28264
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28265
$as_echo "$ac_try_echo") >&5
28001
  (eval "$ac_try") 2>&5
28266
  (eval "$ac_try") 2>&5
28002
  ac_status=$?
28267
  ac_status=$?
28003
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28268
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28004
  (exit $ac_status); }; }; then
28269
  (exit $ac_status); }; }; then
28005
  ac_cv_sizeof_size_t=`cat conftest.val`
28270
  ac_cv_sizeof_size_t=`cat conftest.val`
28006
else
28271
else
28007
  echo "$as_me: program exited with status $ac_status" >&5
28272
  $as_echo "$as_me: program exited with status $ac_status" >&5
28008
echo "$as_me: failed program was:" >&5
28273
$as_echo "$as_me: failed program was:" >&5
28009
sed 's/^/| /' conftest.$ac_ext >&5
28274
sed 's/^/| /' conftest.$ac_ext >&5
28010
 
28275
 
28011
( exit $ac_status )
28276
( exit $ac_status )
28012
if test "$ac_cv_type_size_t" = yes; then
28277
if test "$ac_cv_type_size_t" = yes; then
-
 
28278
     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
28279
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
28013
     { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
28280
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
28014
See \`config.log' for more details." >&5
28281
See \`config.log' for more details." >&5
28015
echo "$as_me: error: cannot compute sizeof (size_t)
28282
$as_echo "$as_me: error: cannot compute sizeof (size_t)
28016
See \`config.log' for more details." >&2;}
28283
See \`config.log' for more details." >&2;}
28017
   { (exit 77); exit 77; }; }
28284
   { (exit 77); exit 77; }; }; }
28018
   else
28285
   else
28019
     ac_cv_sizeof_size_t=0
28286
     ac_cv_sizeof_size_t=0
28020
   fi
28287
   fi
28021
fi
28288
fi
-
 
28289
rm -rf conftest.dSYM
28022
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28290
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28023
fi
28291
fi
28024
rm -f conftest.val
28292
rm -f conftest.val
28025
fi
28293
fi
28026
{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
28294
{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
28027
echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; }
28295
$as_echo "$ac_cv_sizeof_size_t" >&6; }
28028
 
28296
 
28029
 
28297
 
28030
 
28298
 
28031
cat >>confdefs.h <<_ACEOF
28299
cat >>confdefs.h <<_ACEOF
28032
#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
28300
#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
28033
_ACEOF
28301
_ACEOF
28034
 
28302
 
28035
 
28303
 
28036
  { echo "$as_me:$LINENO: checking for unsigned long" >&5
-
 
28037
echo $ECHO_N "checking for unsigned long... $ECHO_C" >&6; }
-
 
28038
if test "${ac_cv_type_unsigned_long+set}" = set; then
-
 
28039
  echo $ECHO_N "(cached) $ECHO_C" >&6
-
 
28040
else
-
 
28041
  cat >conftest.$ac_ext <<_ACEOF
-
 
28042
/* confdefs.h.  */
-
 
28043
_ACEOF
-
 
28044
cat confdefs.h >>conftest.$ac_ext
-
 
28045
cat >>conftest.$ac_ext <<_ACEOF
-
 
28046
/* end confdefs.h.  */
-
 
28047
$ac_includes_default
-
 
28048
typedef unsigned long ac__type_new_;
-
 
28049
int
-
 
28050
main ()
-
 
28051
{
-
 
28052
if ((ac__type_new_ *) 0)
-
 
28053
  return 0;
-
 
28054
if (sizeof (ac__type_new_))
-
 
28055
  return 0;
-
 
28056
  ;
-
 
28057
  return 0;
-
 
28058
}
-
 
28059
_ACEOF
-
 
28060
rm -f conftest.$ac_objext
-
 
28061
if { (ac_try="$ac_compile"
-
 
28062
case "(($ac_try" in
-
 
28063
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
28064
  *) ac_try_echo=$ac_try;;
-
 
28065
esac
-
 
28066
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-
 
28067
  (eval "$ac_compile") 2>conftest.er1
-
 
28068
  ac_status=$?
-
 
28069
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
28070
  rm -f conftest.er1
-
 
28071
  cat conftest.err >&5
-
 
28072
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
28073
  (exit $ac_status); } && {
-
 
28074
	 test -z "$ac_c_werror_flag" ||
-
 
28075
	 test ! -s conftest.err
-
 
28076
       } && test -s conftest.$ac_objext; then
-
 
28077
  ac_cv_type_unsigned_long=yes
-
 
28078
else
-
 
28079
  echo "$as_me: failed program was:" >&5
-
 
28080
sed 's/^/| /' conftest.$ac_ext >&5
-
 
28081
 
-
 
28082
	ac_cv_type_unsigned_long=no
-
 
28083
fi
-
 
28084
 
-
 
28085
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
28086
fi
-
 
28087
{ echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long" >&5
-
 
28088
echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6; }
-
 
28089
 
-
 
28090
# The cast to long int works around a bug in the HP C Compiler
28304
  # The cast to long int works around a bug in the HP C Compiler
28091
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
28305
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
28092
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
28306
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
28093
# This bug is HP SR number 8606223364.
28307
# This bug is HP SR number 8606223364.
28094
{ echo "$as_me:$LINENO: checking size of unsigned long" >&5
28308
{ $as_echo "$as_me:$LINENO: checking size of unsigned long" >&5
28095
echo $ECHO_N "checking size of unsigned long... $ECHO_C" >&6; }
28309
$as_echo_n "checking size of unsigned long... " >&6; }
28096
if test "${ac_cv_sizeof_unsigned_long+set}" = set; then
28310
if test "${ac_cv_sizeof_unsigned_long+set}" = set; then
28097
  echo $ECHO_N "(cached) $ECHO_C" >&6
28311
  $as_echo_n "(cached) " >&6
28098
else
28312
else
28099
  if test "$cross_compiling" = yes; then
28313
  if test "$cross_compiling" = yes; then
28100
  # Depending upon the size, compute the lo and hi bounds.
28314
  # Depending upon the size, compute the lo and hi bounds.
28101
cat >conftest.$ac_ext <<_ACEOF
28315
cat >conftest.$ac_ext <<_ACEOF
28102
/* confdefs.h.  */
28316
/* confdefs.h.  */
28103
_ACEOF
28317
_ACEOF
28104
cat confdefs.h >>conftest.$ac_ext
28318
cat confdefs.h >>conftest.$ac_ext
28105
cat >>conftest.$ac_ext <<_ACEOF
28319
cat >>conftest.$ac_ext <<_ACEOF
28106
/* end confdefs.h.  */
28320
/* end confdefs.h.  */
28107
$ac_includes_default
28321
$ac_includes_default
28108
   typedef unsigned long ac__type_sizeof_;
-
 
28109
int
28322
int
28110
main ()
28323
main ()
28111
{
28324
{
28112
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
28325
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) >= 0)];
28113
test_array [0] = 0
28326
test_array [0] = 0
28114
 
28327
 
28115
  ;
28328
  ;
28116
  return 0;
28329
  return 0;
28117
}
28330
}
Line 28120... Line 28333...
28120
if { (ac_try="$ac_compile"
28333
if { (ac_try="$ac_compile"
28121
case "(($ac_try" in
28334
case "(($ac_try" in
28122
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28335
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28123
  *) ac_try_echo=$ac_try;;
28336
  *) ac_try_echo=$ac_try;;
28124
esac
28337
esac
28125
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28338
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28339
$as_echo "$ac_try_echo") >&5
28126
  (eval "$ac_compile") 2>conftest.er1
28340
  (eval "$ac_compile") 2>conftest.er1
28127
  ac_status=$?
28341
  ac_status=$?
28128
  grep -v '^ *+' conftest.er1 >conftest.err
28342
  grep -v '^ *+' conftest.er1 >conftest.err
28129
  rm -f conftest.er1
28343
  rm -f conftest.er1
28130
  cat conftest.err >&5
28344
  cat conftest.err >&5
28131
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28345
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28132
  (exit $ac_status); } && {
28346
  (exit $ac_status); } && {
28133
	 test -z "$ac_c_werror_flag" ||
28347
	 test -z "$ac_c_werror_flag" ||
28134
	 test ! -s conftest.err
28348
	 test ! -s conftest.err
28135
       } && test -s conftest.$ac_objext; then
28349
       } && test -s conftest.$ac_objext; then
28136
  ac_lo=0 ac_mid=0
28350
  ac_lo=0 ac_mid=0
Line 28140... Line 28354...
28140
_ACEOF
28354
_ACEOF
28141
cat confdefs.h >>conftest.$ac_ext
28355
cat confdefs.h >>conftest.$ac_ext
28142
cat >>conftest.$ac_ext <<_ACEOF
28356
cat >>conftest.$ac_ext <<_ACEOF
28143
/* end confdefs.h.  */
28357
/* end confdefs.h.  */
28144
$ac_includes_default
28358
$ac_includes_default
28145
   typedef unsigned long ac__type_sizeof_;
-
 
28146
int
28359
int
28147
main ()
28360
main ()
28148
{
28361
{
28149
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
28362
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= $ac_mid)];
28150
test_array [0] = 0
28363
test_array [0] = 0
28151
 
28364
 
28152
  ;
28365
  ;
28153
  return 0;
28366
  return 0;
28154
}
28367
}
Line 28157... Line 28370...
28157
if { (ac_try="$ac_compile"
28370
if { (ac_try="$ac_compile"
28158
case "(($ac_try" in
28371
case "(($ac_try" in
28159
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28372
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28160
  *) ac_try_echo=$ac_try;;
28373
  *) ac_try_echo=$ac_try;;
28161
esac
28374
esac
28162
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28375
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28376
$as_echo "$ac_try_echo") >&5
28163
  (eval "$ac_compile") 2>conftest.er1
28377
  (eval "$ac_compile") 2>conftest.er1
28164
  ac_status=$?
28378
  ac_status=$?
28165
  grep -v '^ *+' conftest.er1 >conftest.err
28379
  grep -v '^ *+' conftest.er1 >conftest.err
28166
  rm -f conftest.er1
28380
  rm -f conftest.er1
28167
  cat conftest.err >&5
28381
  cat conftest.err >&5
28168
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28382
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28169
  (exit $ac_status); } && {
28383
  (exit $ac_status); } && {
28170
	 test -z "$ac_c_werror_flag" ||
28384
	 test -z "$ac_c_werror_flag" ||
28171
	 test ! -s conftest.err
28385
	 test ! -s conftest.err
28172
       } && test -s conftest.$ac_objext; then
28386
       } && test -s conftest.$ac_objext; then
28173
  ac_hi=$ac_mid; break
28387
  ac_hi=$ac_mid; break
28174
else
28388
else
28175
  echo "$as_me: failed program was:" >&5
28389
  $as_echo "$as_me: failed program was:" >&5
28176
sed 's/^/| /' conftest.$ac_ext >&5
28390
sed 's/^/| /' conftest.$ac_ext >&5
28177
 
28391
 
28178
	ac_lo=`expr $ac_mid + 1`
28392
	ac_lo=`expr $ac_mid + 1`
28179
			if test $ac_lo -le $ac_mid; then
28393
			if test $ac_lo -le $ac_mid; then
28180
			  ac_lo= ac_hi=
28394
			  ac_lo= ac_hi=
Line 28184... Line 28398...
28184
fi
28398
fi
28185
 
28399
 
28186
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28400
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28187
  done
28401
  done
28188
else
28402
else
28189
  echo "$as_me: failed program was:" >&5
28403
  $as_echo "$as_me: failed program was:" >&5
28190
sed 's/^/| /' conftest.$ac_ext >&5
28404
sed 's/^/| /' conftest.$ac_ext >&5
28191
 
28405
 
28192
	cat >conftest.$ac_ext <<_ACEOF
28406
	cat >conftest.$ac_ext <<_ACEOF
28193
/* confdefs.h.  */
28407
/* confdefs.h.  */
28194
_ACEOF
28408
_ACEOF
28195
cat confdefs.h >>conftest.$ac_ext
28409
cat confdefs.h >>conftest.$ac_ext
28196
cat >>conftest.$ac_ext <<_ACEOF
28410
cat >>conftest.$ac_ext <<_ACEOF
28197
/* end confdefs.h.  */
28411
/* end confdefs.h.  */
28198
$ac_includes_default
28412
$ac_includes_default
28199
   typedef unsigned long ac__type_sizeof_;
-
 
28200
int
28413
int
28201
main ()
28414
main ()
28202
{
28415
{
28203
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
28416
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) < 0)];
28204
test_array [0] = 0
28417
test_array [0] = 0
28205
 
28418
 
28206
  ;
28419
  ;
28207
  return 0;
28420
  return 0;
28208
}
28421
}
Line 28211... Line 28424...
28211
if { (ac_try="$ac_compile"
28424
if { (ac_try="$ac_compile"
28212
case "(($ac_try" in
28425
case "(($ac_try" in
28213
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28426
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28214
  *) ac_try_echo=$ac_try;;
28427
  *) ac_try_echo=$ac_try;;
28215
esac
28428
esac
28216
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28429
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28430
$as_echo "$ac_try_echo") >&5
28217
  (eval "$ac_compile") 2>conftest.er1
28431
  (eval "$ac_compile") 2>conftest.er1
28218
  ac_status=$?
28432
  ac_status=$?
28219
  grep -v '^ *+' conftest.er1 >conftest.err
28433
  grep -v '^ *+' conftest.er1 >conftest.err
28220
  rm -f conftest.er1
28434
  rm -f conftest.er1
28221
  cat conftest.err >&5
28435
  cat conftest.err >&5
28222
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28436
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28223
  (exit $ac_status); } && {
28437
  (exit $ac_status); } && {
28224
	 test -z "$ac_c_werror_flag" ||
28438
	 test -z "$ac_c_werror_flag" ||
28225
	 test ! -s conftest.err
28439
	 test ! -s conftest.err
28226
       } && test -s conftest.$ac_objext; then
28440
       } && test -s conftest.$ac_objext; then
28227
  ac_hi=-1 ac_mid=-1
28441
  ac_hi=-1 ac_mid=-1
Line 28231... Line 28445...
28231
_ACEOF
28445
_ACEOF
28232
cat confdefs.h >>conftest.$ac_ext
28446
cat confdefs.h >>conftest.$ac_ext
28233
cat >>conftest.$ac_ext <<_ACEOF
28447
cat >>conftest.$ac_ext <<_ACEOF
28234
/* end confdefs.h.  */
28448
/* end confdefs.h.  */
28235
$ac_includes_default
28449
$ac_includes_default
28236
   typedef unsigned long ac__type_sizeof_;
-
 
28237
int
28450
int
28238
main ()
28451
main ()
28239
{
28452
{
28240
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
28453
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) >= $ac_mid)];
28241
test_array [0] = 0
28454
test_array [0] = 0
28242
 
28455
 
28243
  ;
28456
  ;
28244
  return 0;
28457
  return 0;
28245
}
28458
}
Line 28248... Line 28461...
28248
if { (ac_try="$ac_compile"
28461
if { (ac_try="$ac_compile"
28249
case "(($ac_try" in
28462
case "(($ac_try" in
28250
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28463
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28251
  *) ac_try_echo=$ac_try;;
28464
  *) ac_try_echo=$ac_try;;
28252
esac
28465
esac
28253
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28466
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28467
$as_echo "$ac_try_echo") >&5
28254
  (eval "$ac_compile") 2>conftest.er1
28468
  (eval "$ac_compile") 2>conftest.er1
28255
  ac_status=$?
28469
  ac_status=$?
28256
  grep -v '^ *+' conftest.er1 >conftest.err
28470
  grep -v '^ *+' conftest.er1 >conftest.err
28257
  rm -f conftest.er1
28471
  rm -f conftest.er1
28258
  cat conftest.err >&5
28472
  cat conftest.err >&5
28259
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28473
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28260
  (exit $ac_status); } && {
28474
  (exit $ac_status); } && {
28261
	 test -z "$ac_c_werror_flag" ||
28475
	 test -z "$ac_c_werror_flag" ||
28262
	 test ! -s conftest.err
28476
	 test ! -s conftest.err
28263
       } && test -s conftest.$ac_objext; then
28477
       } && test -s conftest.$ac_objext; then
28264
  ac_lo=$ac_mid; break
28478
  ac_lo=$ac_mid; break
28265
else
28479
else
28266
  echo "$as_me: failed program was:" >&5
28480
  $as_echo "$as_me: failed program was:" >&5
28267
sed 's/^/| /' conftest.$ac_ext >&5
28481
sed 's/^/| /' conftest.$ac_ext >&5
28268
 
28482
 
28269
	ac_hi=`expr '(' $ac_mid ')' - 1`
28483
	ac_hi=`expr '(' $ac_mid ')' - 1`
28270
			if test $ac_mid -le $ac_hi; then
28484
			if test $ac_mid -le $ac_hi; then
28271
			  ac_lo= ac_hi=
28485
			  ac_lo= ac_hi=
Line 28275... Line 28489...
28275
fi
28489
fi
28276
 
28490
 
28277
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28491
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28278
  done
28492
  done
28279
else
28493
else
28280
  echo "$as_me: failed program was:" >&5
28494
  $as_echo "$as_me: failed program was:" >&5
28281
sed 's/^/| /' conftest.$ac_ext >&5
28495
sed 's/^/| /' conftest.$ac_ext >&5
28282
 
28496
 
28283
	ac_lo= ac_hi=
28497
	ac_lo= ac_hi=
28284
fi
28498
fi
28285
 
28499
 
Line 28295... Line 28509...
28295
_ACEOF
28509
_ACEOF
28296
cat confdefs.h >>conftest.$ac_ext
28510
cat confdefs.h >>conftest.$ac_ext
28297
cat >>conftest.$ac_ext <<_ACEOF
28511
cat >>conftest.$ac_ext <<_ACEOF
28298
/* end confdefs.h.  */
28512
/* end confdefs.h.  */
28299
$ac_includes_default
28513
$ac_includes_default
28300
   typedef unsigned long ac__type_sizeof_;
-
 
28301
int
28514
int
28302
main ()
28515
main ()
28303
{
28516
{
28304
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
28517
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= $ac_mid)];
28305
test_array [0] = 0
28518
test_array [0] = 0
28306
 
28519
 
28307
  ;
28520
  ;
28308
  return 0;
28521
  return 0;
28309
}
28522
}
Line 28312... Line 28525...
28312
if { (ac_try="$ac_compile"
28525
if { (ac_try="$ac_compile"
28313
case "(($ac_try" in
28526
case "(($ac_try" in
28314
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28527
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28315
  *) ac_try_echo=$ac_try;;
28528
  *) ac_try_echo=$ac_try;;
28316
esac
28529
esac
28317
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28530
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28531
$as_echo "$ac_try_echo") >&5
28318
  (eval "$ac_compile") 2>conftest.er1
28532
  (eval "$ac_compile") 2>conftest.er1
28319
  ac_status=$?
28533
  ac_status=$?
28320
  grep -v '^ *+' conftest.er1 >conftest.err
28534
  grep -v '^ *+' conftest.er1 >conftest.err
28321
  rm -f conftest.er1
28535
  rm -f conftest.er1
28322
  cat conftest.err >&5
28536
  cat conftest.err >&5
28323
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28537
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28324
  (exit $ac_status); } && {
28538
  (exit $ac_status); } && {
28325
	 test -z "$ac_c_werror_flag" ||
28539
	 test -z "$ac_c_werror_flag" ||
28326
	 test ! -s conftest.err
28540
	 test ! -s conftest.err
28327
       } && test -s conftest.$ac_objext; then
28541
       } && test -s conftest.$ac_objext; then
28328
  ac_hi=$ac_mid
28542
  ac_hi=$ac_mid
28329
else
28543
else
28330
  echo "$as_me: failed program was:" >&5
28544
  $as_echo "$as_me: failed program was:" >&5
28331
sed 's/^/| /' conftest.$ac_ext >&5
28545
sed 's/^/| /' conftest.$ac_ext >&5
28332
 
28546
 
28333
	ac_lo=`expr '(' $ac_mid ')' + 1`
28547
	ac_lo=`expr '(' $ac_mid ')' + 1`
28334
fi
28548
fi
28335
 
28549
 
28336
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28550
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28337
done
28551
done
28338
case $ac_lo in
28552
case $ac_lo in
28339
?*) ac_cv_sizeof_unsigned_long=$ac_lo;;
28553
?*) ac_cv_sizeof_unsigned_long=$ac_lo;;
28340
'') if test "$ac_cv_type_unsigned_long" = yes; then
28554
'') if test "$ac_cv_type_unsigned_long" = yes; then
-
 
28555
     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
28556
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
28341
     { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
28557
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
28342
See \`config.log' for more details." >&5
28558
See \`config.log' for more details." >&5
28343
echo "$as_me: error: cannot compute sizeof (unsigned long)
28559
$as_echo "$as_me: error: cannot compute sizeof (unsigned long)
28344
See \`config.log' for more details." >&2;}
28560
See \`config.log' for more details." >&2;}
28345
   { (exit 77); exit 77; }; }
28561
   { (exit 77); exit 77; }; }; }
28346
   else
28562
   else
28347
     ac_cv_sizeof_unsigned_long=0
28563
     ac_cv_sizeof_unsigned_long=0
28348
   fi ;;
28564
   fi ;;
28349
esac
28565
esac
28350
else
28566
else
Line 28353... Line 28569...
28353
_ACEOF
28569
_ACEOF
28354
cat confdefs.h >>conftest.$ac_ext
28570
cat confdefs.h >>conftest.$ac_ext
28355
cat >>conftest.$ac_ext <<_ACEOF
28571
cat >>conftest.$ac_ext <<_ACEOF
28356
/* end confdefs.h.  */
28572
/* end confdefs.h.  */
28357
$ac_includes_default
28573
$ac_includes_default
28358
   typedef unsigned long ac__type_sizeof_;
-
 
28359
static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
28574
static long int longval () { return (long int) (sizeof (unsigned long)); }
28360
static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
28575
static unsigned long int ulongval () { return (long int) (sizeof (unsigned long)); }
28361
#include <stdio.h>
28576
#include <stdio.h>
28362
#include <stdlib.h>
28577
#include <stdlib.h>
28363
int
28578
int
28364
main ()
28579
main ()
28365
{
28580
{
28366
 
28581
 
28367
  FILE *f = fopen ("conftest.val", "w");
28582
  FILE *f = fopen ("conftest.val", "w");
28368
  if (! f)
28583
  if (! f)
28369
    return 1;
28584
    return 1;
28370
  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
28585
  if (((long int) (sizeof (unsigned long))) < 0)
28371
    {
28586
    {
28372
      long int i = longval ();
28587
      long int i = longval ();
28373
      if (i != ((long int) (sizeof (ac__type_sizeof_))))
28588
      if (i != ((long int) (sizeof (unsigned long))))
28374
	return 1;
28589
	return 1;
28375
      fprintf (f, "%ld\n", i);
28590
      fprintf (f, "%ld", i);
28376
    }
28591
    }
28377
  else
28592
  else
28378
    {
28593
    {
28379
      unsigned long int i = ulongval ();
28594
      unsigned long int i = ulongval ();
28380
      if (i != ((long int) (sizeof (ac__type_sizeof_))))
28595
      if (i != ((long int) (sizeof (unsigned long))))
28381
	return 1;
28596
	return 1;
28382
      fprintf (f, "%lu\n", i);
28597
      fprintf (f, "%lu", i);
28383
    }
28598
    }
-
 
28599
  /* Do not output a trailing newline, as this causes \r\n confusion
-
 
28600
     on some platforms.  */
28384
  return ferror (f) || fclose (f) != 0;
28601
  return ferror (f) || fclose (f) != 0;
28385
 
28602
 
28386
  ;
28603
  ;
28387
  return 0;
28604
  return 0;
28388
}
28605
}
Line 28391... Line 28608...
28391
if { (ac_try="$ac_link"
28608
if { (ac_try="$ac_link"
28392
case "(($ac_try" in
28609
case "(($ac_try" in
28393
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28610
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28394
  *) ac_try_echo=$ac_try;;
28611
  *) ac_try_echo=$ac_try;;
28395
esac
28612
esac
28396
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28613
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28614
$as_echo "$ac_try_echo") >&5
28397
  (eval "$ac_link") 2>&5
28615
  (eval "$ac_link") 2>&5
28398
  ac_status=$?
28616
  ac_status=$?
28399
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28617
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28400
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
28618
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
28401
  { (case "(($ac_try" in
28619
  { (case "(($ac_try" in
28402
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28620
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28403
  *) ac_try_echo=$ac_try;;
28621
  *) ac_try_echo=$ac_try;;
28404
esac
28622
esac
28405
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28623
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28624
$as_echo "$ac_try_echo") >&5
28406
  (eval "$ac_try") 2>&5
28625
  (eval "$ac_try") 2>&5
28407
  ac_status=$?
28626
  ac_status=$?
28408
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28627
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28409
  (exit $ac_status); }; }; then
28628
  (exit $ac_status); }; }; then
28410
  ac_cv_sizeof_unsigned_long=`cat conftest.val`
28629
  ac_cv_sizeof_unsigned_long=`cat conftest.val`
28411
else
28630
else
28412
  echo "$as_me: program exited with status $ac_status" >&5
28631
  $as_echo "$as_me: program exited with status $ac_status" >&5
28413
echo "$as_me: failed program was:" >&5
28632
$as_echo "$as_me: failed program was:" >&5
28414
sed 's/^/| /' conftest.$ac_ext >&5
28633
sed 's/^/| /' conftest.$ac_ext >&5
28415
 
28634
 
28416
( exit $ac_status )
28635
( exit $ac_status )
28417
if test "$ac_cv_type_unsigned_long" = yes; then
28636
if test "$ac_cv_type_unsigned_long" = yes; then
-
 
28637
     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-
 
28638
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
28418
     { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
28639
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
28419
See \`config.log' for more details." >&5
28640
See \`config.log' for more details." >&5
28420
echo "$as_me: error: cannot compute sizeof (unsigned long)
28641
$as_echo "$as_me: error: cannot compute sizeof (unsigned long)
28421
See \`config.log' for more details." >&2;}
28642
See \`config.log' for more details." >&2;}
28422
   { (exit 77); exit 77; }; }
28643
   { (exit 77); exit 77; }; }; }
28423
   else
28644
   else
28424
     ac_cv_sizeof_unsigned_long=0
28645
     ac_cv_sizeof_unsigned_long=0
28425
   fi
28646
   fi
28426
fi
28647
fi
-
 
28648
rm -rf conftest.dSYM
28427
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28649
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28428
fi
28650
fi
28429
rm -f conftest.val
28651
rm -f conftest.val
28430
fi
28652
fi
28431
{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long" >&5
28653
{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long" >&5
28432
echo "${ECHO_T}$ac_cv_sizeof_unsigned_long" >&6; }
28654
$as_echo "$ac_cv_sizeof_unsigned_long" >&6; }
28433
 
28655
 
28434
 
28656
 
28435
 
28657
 
28436
cat >>confdefs.h <<_ACEOF
28658
cat >>confdefs.h <<_ACEOF
28437
#define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
28659
#define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
28438
_ACEOF
28660
_ACEOF
28439
 
28661
 
28440
 
28662
 
28441
 
28663
 
28442
  { echo "$as_me:$LINENO: checking sizeof size_t == sizeof unsigned long" >&5
28664
  { $as_echo "$as_me:$LINENO: checking sizeof size_t == sizeof unsigned long" >&5
28443
echo $ECHO_N "checking sizeof size_t == sizeof unsigned long... $ECHO_C" >&6; }
28665
$as_echo_n "checking sizeof size_t == sizeof unsigned long... " >&6; }
28444
  cat >conftest.$ac_ext <<_ACEOF
28666
  cat >conftest.$ac_ext <<_ACEOF
28445
/* confdefs.h.  */
28667
/* confdefs.h.  */
28446
_ACEOF
28668
_ACEOF
28447
cat confdefs.h >>conftest.$ac_ext
28669
cat confdefs.h >>conftest.$ac_ext
28448
cat >>conftest.$ac_ext <<_ACEOF
28670
cat >>conftest.$ac_ext <<_ACEOF
Line 28464... Line 28686...
28464
if { (ac_try="$ac_compile"
28686
if { (ac_try="$ac_compile"
28465
case "(($ac_try" in
28687
case "(($ac_try" in
28466
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28688
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28467
  *) ac_try_echo=$ac_try;;
28689
  *) ac_try_echo=$ac_try;;
28468
esac
28690
esac
28469
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28691
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28692
$as_echo "$ac_try_echo") >&5
28470
  (eval "$ac_compile") 2>conftest.er1
28693
  (eval "$ac_compile") 2>conftest.er1
28471
  ac_status=$?
28694
  ac_status=$?
28472
  grep -v '^ *+' conftest.er1 >conftest.err
28695
  grep -v '^ *+' conftest.er1 >conftest.err
28473
  rm -f conftest.er1
28696
  rm -f conftest.er1
28474
  cat conftest.err >&5
28697
  cat conftest.err >&5
28475
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28698
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28476
  (exit $ac_status); } && {
28699
  (exit $ac_status); } && {
28477
	 test -z "$ac_c_werror_flag" ||
28700
	 test -z "$ac_c_werror_flag" ||
28478
	 test ! -s conftest.err
28701
	 test ! -s conftest.err
28479
       } && test -s conftest.$ac_objext; then
28702
       } && test -s conftest.$ac_objext; then
28480
  { echo "$as_me:$LINENO: result: yes" >&5
28703
  { $as_echo "$as_me:$LINENO: result: yes" >&5
28481
echo "${ECHO_T}yes" >&6; }
28704
$as_echo "yes" >&6; }
28482
else
28705
else
28483
  echo "$as_me: failed program was:" >&5
28706
  $as_echo "$as_me: failed program was:" >&5
28484
sed 's/^/| /' conftest.$ac_ext >&5
28707
sed 's/^/| /' conftest.$ac_ext >&5
28485
 
28708
 
28486
 
28709
 
28487
      { echo "$as_me:$LINENO: result: no" >&5
28710
      { $as_echo "$as_me:$LINENO: result: no" >&5
28488
echo "${ECHO_T}no" >&6; }
28711
$as_echo "no" >&6; }
28489
      { { echo "$as_me:$LINENO: error:
28712
      { { $as_echo "$as_me:$LINENO: error:
28490
       Apparently on your system our assumption sizeof size_t == sizeof unsigned long
28713
       Apparently on your system our assumption sizeof size_t == sizeof unsigned long
28491
       does not apply. Please mail kde-devel@kde.org with a description of your system!
28714
       does not apply. Please mail kde-devel@kde.org with a description of your system!
28492
      " >&5
28715
      " >&5
28493
echo "$as_me: error:
28716
$as_echo "$as_me: error:
28494
       Apparently on your system our assumption sizeof size_t == sizeof unsigned long
28717
       Apparently on your system our assumption sizeof size_t == sizeof unsigned long
28495
       does not apply. Please mail kde-devel@kde.org with a description of your system!
28718
       does not apply. Please mail kde-devel@kde.org with a description of your system!
28496
      " >&2;}
28719
      " >&2;}
28497
   { (exit 1); exit 1; }; }
28720
   { (exit 1); exit 1; }; }
28498
 
28721
 
28499
fi
28722
fi
28500
 
28723
 
28501
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28724
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28502
 
28725
 
28503
 
28726
 
28504
  { echo "$as_me:$LINENO: checking for PIE support" >&5
28727
  { $as_echo "$as_me:$LINENO: checking for PIE support" >&5
28505
echo $ECHO_N "checking for PIE support... $ECHO_C" >&6; }
28728
$as_echo_n "checking for PIE support... " >&6; }
28506
if test "${kde_cv_val_pie_support+set}" = set; then
28729
if test "${kde_cv_val_pie_support+set}" = set; then
28507
  echo $ECHO_N "(cached) $ECHO_C" >&6
28730
  $as_echo_n "(cached) " >&6
28508
else
28731
else
28509
 
28732
 
28510
 
28733
 
28511
     ac_ext=cpp
28734
     ac_ext=cpp
28512
ac_cpp='$CXXCPP $CPPFLAGS'
28735
ac_cpp='$CXXCPP $CPPFLAGS'
Line 28541... Line 28764...
28541
if { (ac_try="$ac_link"
28764
if { (ac_try="$ac_link"
28542
case "(($ac_try" in
28765
case "(($ac_try" in
28543
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28766
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28544
  *) ac_try_echo=$ac_try;;
28767
  *) ac_try_echo=$ac_try;;
28545
esac
28768
esac
28546
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28769
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28770
$as_echo "$ac_try_echo") >&5
28547
  (eval "$ac_link") 2>conftest.er1
28771
  (eval "$ac_link") 2>conftest.er1
28548
  ac_status=$?
28772
  ac_status=$?
28549
  grep -v '^ *+' conftest.er1 >conftest.err
28773
  grep -v '^ *+' conftest.er1 >conftest.err
28550
  rm -f conftest.er1
28774
  rm -f conftest.er1
28551
  cat conftest.err >&5
28775
  cat conftest.err >&5
28552
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28776
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28553
  (exit $ac_status); } && {
28777
  (exit $ac_status); } && {
28554
	 test -z "$ac_cxx_werror_flag" ||
28778
	 test -z "$ac_cxx_werror_flag" ||
28555
	 test ! -s conftest.err
28779
	 test ! -s conftest.err
28556
       } && test -s conftest$ac_exeext &&
28780
       } && test -s conftest$ac_exeext && {
-
 
28781
	 test "$cross_compiling" = yes ||
28557
       $as_test_x conftest$ac_exeext; then
28782
	 $as_test_x conftest$ac_exeext
-
 
28783
       }; then
28558
  kde_cv_val_pie_support=yes
28784
  kde_cv_val_pie_support=yes
28559
else
28785
else
28560
  echo "$as_me: failed program was:" >&5
28786
  $as_echo "$as_me: failed program was:" >&5
28561
sed 's/^/| /' conftest.$ac_ext >&5
28787
sed 's/^/| /' conftest.$ac_ext >&5
28562
 
28788
 
28563
	kde_cv_val_pie_support=no
28789
	kde_cv_val_pie_support=no
28564
fi
28790
fi
28565
 
28791
 
-
 
28792
rm -rf conftest.dSYM
28566
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28793
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28567
      conftest$ac_exeext conftest.$ac_ext
28794
      conftest$ac_exeext conftest.$ac_ext
28568
 
28795
 
28569
    CXXFLAGS=$safe_CXXFLAGS
28796
    CXXFLAGS=$safe_CXXFLAGS
28570
    LDFLAGS=$safe_LDFLAGS
28797
    LDFLAGS=$safe_LDFLAGS
Line 28574... Line 28801...
28574
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28801
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28575
ac_compiler_gnu=$ac_cv_c_compiler_gnu
28802
ac_compiler_gnu=$ac_cv_c_compiler_gnu
28576
 
28803
 
28577
 
28804
 
28578
fi
28805
fi
28579
{ echo "$as_me:$LINENO: result: $kde_cv_val_pie_support" >&5
28806
{ $as_echo "$as_me:$LINENO: result: $kde_cv_val_pie_support" >&5
28580
echo "${ECHO_T}$kde_cv_val_pie_support" >&6; }
28807
$as_echo "$kde_cv_val_pie_support" >&6; }
28581
 
28808
 
28582
  { echo "$as_me:$LINENO: checking if enabling -pie/fPIE support" >&5
28809
  { $as_echo "$as_me:$LINENO: checking if enabling -pie/fPIE support" >&5
28583
echo $ECHO_N "checking if enabling -pie/fPIE support... $ECHO_C" >&6; }
28810
$as_echo_n "checking if enabling -pie/fPIE support... " >&6; }
28584
 
28811
 
28585
  # Check whether --enable-pie was given.
28812
  # Check whether --enable-pie was given.
28586
if test "${enable_pie+set}" = set; then
28813
if test "${enable_pie+set}" = set; then
28587
  enableval=$enable_pie; kde_has_pie_support=$enableval
28814
  enableval=$enable_pie; kde_has_pie_support=$enableval
28588
else
28815
else
Line 28592... Line 28819...
28592
 
28819
 
28593
  if test "$kde_has_pie_support" = "detect"; then
28820
  if test "$kde_has_pie_support" = "detect"; then
28594
    kde_has_pie_support=$kde_cv_val_pie_support
28821
    kde_has_pie_support=$kde_cv_val_pie_support
28595
  fi
28822
  fi
28596
 
28823
 
28597
  { echo "$as_me:$LINENO: result: $kde_has_pie_support" >&5
28824
  { $as_echo "$as_me:$LINENO: result: $kde_has_pie_support" >&5
28598
echo "${ECHO_T}$kde_has_pie_support" >&6; }
28825
$as_echo "$kde_has_pie_support" >&6; }
28599
 
28826
 
28600
  KDE_USE_FPIE=""
28827
  KDE_USE_FPIE=""
28601
  KDE_USE_PIE=""
28828
  KDE_USE_PIE=""
28602
 
28829
 
28603
 
28830
 
Line 28611... Line 28838...
28611
 
28838
 
28612
# darwin needs this to initialize the environment
28839
# darwin needs this to initialize the environment
28613
 
28840
 
28614
for ac_header in crt_externs.h
28841
for ac_header in crt_externs.h
28615
do
28842
do
28616
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
28843
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
28617
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
28844
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
28618
  { echo "$as_me:$LINENO: checking for $ac_header" >&5
28845
  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
28619
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
28846
$as_echo_n "checking for $ac_header... " >&6; }
28620
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
28847
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
28621
  echo $ECHO_N "(cached) $ECHO_C" >&6
28848
  $as_echo_n "(cached) " >&6
28622
fi
28849
fi
28623
ac_res=`eval echo '${'$as_ac_Header'}'`
28850
ac_res=`eval 'as_val=${'$as_ac_Header'}
-
 
28851
		 $as_echo "$as_val"'`
28624
	       { echo "$as_me:$LINENO: result: $ac_res" >&5
28852
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
28625
echo "${ECHO_T}$ac_res" >&6; }
28853
$as_echo "$ac_res" >&6; }
28626
else
28854
else
28627
  # Is the header compilable?
28855
  # Is the header compilable?
28628
{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
28856
{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
28629
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
28857
$as_echo_n "checking $ac_header usability... " >&6; }
28630
cat >conftest.$ac_ext <<_ACEOF
28858
cat >conftest.$ac_ext <<_ACEOF
28631
/* confdefs.h.  */
28859
/* confdefs.h.  */
28632
_ACEOF
28860
_ACEOF
28633
cat confdefs.h >>conftest.$ac_ext
28861
cat confdefs.h >>conftest.$ac_ext
28634
cat >>conftest.$ac_ext <<_ACEOF
28862
cat >>conftest.$ac_ext <<_ACEOF
Line 28640... Line 28868...
28640
if { (ac_try="$ac_compile"
28868
if { (ac_try="$ac_compile"
28641
case "(($ac_try" in
28869
case "(($ac_try" in
28642
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28870
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28643
  *) ac_try_echo=$ac_try;;
28871
  *) ac_try_echo=$ac_try;;
28644
esac
28872
esac
28645
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28873
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28874
$as_echo "$ac_try_echo") >&5
28646
  (eval "$ac_compile") 2>conftest.er1
28875
  (eval "$ac_compile") 2>conftest.er1
28647
  ac_status=$?
28876
  ac_status=$?
28648
  grep -v '^ *+' conftest.er1 >conftest.err
28877
  grep -v '^ *+' conftest.er1 >conftest.err
28649
  rm -f conftest.er1
28878
  rm -f conftest.er1
28650
  cat conftest.err >&5
28879
  cat conftest.err >&5
28651
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28880
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28652
  (exit $ac_status); } && {
28881
  (exit $ac_status); } && {
28653
	 test -z "$ac_c_werror_flag" ||
28882
	 test -z "$ac_c_werror_flag" ||
28654
	 test ! -s conftest.err
28883
	 test ! -s conftest.err
28655
       } && test -s conftest.$ac_objext; then
28884
       } && test -s conftest.$ac_objext; then
28656
  ac_header_compiler=yes
28885
  ac_header_compiler=yes
28657
else
28886
else
28658
  echo "$as_me: failed program was:" >&5
28887
  $as_echo "$as_me: failed program was:" >&5
28659
sed 's/^/| /' conftest.$ac_ext >&5
28888
sed 's/^/| /' conftest.$ac_ext >&5
28660
 
28889
 
28661
	ac_header_compiler=no
28890
	ac_header_compiler=no
28662
fi
28891
fi
28663
 
28892
 
28664
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28893
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28665
{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28894
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28666
echo "${ECHO_T}$ac_header_compiler" >&6; }
28895
$as_echo "$ac_header_compiler" >&6; }
28667
 
28896
 
28668
# Is the header present?
28897
# Is the header present?
28669
{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
28898
{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
28670
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
28899
$as_echo_n "checking $ac_header presence... " >&6; }
28671
cat >conftest.$ac_ext <<_ACEOF
28900
cat >conftest.$ac_ext <<_ACEOF
28672
/* confdefs.h.  */
28901
/* confdefs.h.  */
28673
_ACEOF
28902
_ACEOF
28674
cat confdefs.h >>conftest.$ac_ext
28903
cat confdefs.h >>conftest.$ac_ext
28675
cat >>conftest.$ac_ext <<_ACEOF
28904
cat >>conftest.$ac_ext <<_ACEOF
Line 28679... Line 28908...
28679
if { (ac_try="$ac_cpp conftest.$ac_ext"
28908
if { (ac_try="$ac_cpp conftest.$ac_ext"
28680
case "(($ac_try" in
28909
case "(($ac_try" in
28681
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28910
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28682
  *) ac_try_echo=$ac_try;;
28911
  *) ac_try_echo=$ac_try;;
28683
esac
28912
esac
28684
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28913
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
28914
$as_echo "$ac_try_echo") >&5
28685
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
28915
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
28686
  ac_status=$?
28916
  ac_status=$?
28687
  grep -v '^ *+' conftest.er1 >conftest.err
28917
  grep -v '^ *+' conftest.er1 >conftest.err
28688
  rm -f conftest.er1
28918
  rm -f conftest.er1
28689
  cat conftest.err >&5
28919
  cat conftest.err >&5
28690
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28920
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28691
  (exit $ac_status); } >/dev/null && {
28921
  (exit $ac_status); } >/dev/null && {
28692
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
28922
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
28693
	 test ! -s conftest.err
28923
	 test ! -s conftest.err
28694
       }; then
28924
       }; then
28695
  ac_header_preproc=yes
28925
  ac_header_preproc=yes
28696
else
28926
else
28697
  echo "$as_me: failed program was:" >&5
28927
  $as_echo "$as_me: failed program was:" >&5
28698
sed 's/^/| /' conftest.$ac_ext >&5
28928
sed 's/^/| /' conftest.$ac_ext >&5
28699
 
28929
 
28700
  ac_header_preproc=no
28930
  ac_header_preproc=no
28701
fi
28931
fi
28702
 
28932
 
28703
rm -f conftest.err conftest.$ac_ext
28933
rm -f conftest.err conftest.$ac_ext
28704
{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28934
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28705
echo "${ECHO_T}$ac_header_preproc" >&6; }
28935
$as_echo "$ac_header_preproc" >&6; }
28706
 
28936
 
28707
# So?  What about this header?
28937
# So?  What about this header?
28708
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28938
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28709
  yes:no: )
28939
  yes:no: )
28710
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
28940
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
28711
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
28941
$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
28712
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
28942
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
28713
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
28943
$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
28714
    ac_header_preproc=yes
28944
    ac_header_preproc=yes
28715
    ;;
28945
    ;;
28716
  no:yes:* )
28946
  no:yes:* )
28717
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
28947
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
28718
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
28948
$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
28719
    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
28949
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
28720
echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
28950
$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
28721
    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
28951
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
28722
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
28952
$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
28723
    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
28953
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
28724
echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
28954
$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
28725
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
28955
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
28726
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
28956
$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
28727
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
28957
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
28728
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
28958
$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
28729
 
28959
 
28730
    ;;
28960
    ;;
28731
esac
28961
esac
28732
{ echo "$as_me:$LINENO: checking for $ac_header" >&5
28962
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
28733
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
28963
$as_echo_n "checking for $ac_header... " >&6; }
28734
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
28964
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
28735
  echo $ECHO_N "(cached) $ECHO_C" >&6
28965
  $as_echo_n "(cached) " >&6
28736
else
28966
else
28737
  eval "$as_ac_Header=\$ac_header_preproc"
28967
  eval "$as_ac_Header=\$ac_header_preproc"
28738
fi
28968
fi
28739
ac_res=`eval echo '${'$as_ac_Header'}'`
28969
ac_res=`eval 'as_val=${'$as_ac_Header'}
-
 
28970
		 $as_echo "$as_val"'`
28740
	       { echo "$as_me:$LINENO: result: $ac_res" >&5
28971
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
28741
echo "${ECHO_T}$ac_res" >&6; }
28972
$as_echo "$ac_res" >&6; }
28742
 
28973
 
28743
fi
28974
fi
28744
if test `eval echo '${'$as_ac_Header'}'` = yes; then
28975
as_val=`eval 'as_val=${'$as_ac_Header'}
-
 
28976
		 $as_echo "$as_val"'`
-
 
28977
   if test "x$as_val" = x""yes; then
28745
  cat >>confdefs.h <<_ACEOF
28978
  cat >>confdefs.h <<_ACEOF
28746
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
28979
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
28747
_ACEOF
28980
_ACEOF
28748
 
28981
 
28749
fi
28982
fi
28750
 
28983
 
28751
done
28984
done
28752
 
28985
 
28753
{ echo "$as_me:$LINENO: checking for _NSGetEnviron" >&5
28986
{ $as_echo "$as_me:$LINENO: checking for _NSGetEnviron" >&5
28754
echo $ECHO_N "checking for _NSGetEnviron... $ECHO_C" >&6; }
28987
$as_echo_n "checking for _NSGetEnviron... " >&6; }
28755
if test "${ac_cv_func__NSGetEnviron+set}" = set; then
28988
if test "${ac_cv_func__NSGetEnviron+set}" = set; then
28756
  echo $ECHO_N "(cached) $ECHO_C" >&6
28989
  $as_echo_n "(cached) " >&6
28757
else
28990
else
28758
  cat >conftest.$ac_ext <<_ACEOF
28991
  cat >conftest.$ac_ext <<_ACEOF
28759
/* confdefs.h.  */
28992
/* confdefs.h.  */
28760
_ACEOF
28993
_ACEOF
28761
cat confdefs.h >>conftest.$ac_ext
28994
cat confdefs.h >>conftest.$ac_ext
Line 28804... Line 29037...
28804
if { (ac_try="$ac_link"
29037
if { (ac_try="$ac_link"
28805
case "(($ac_try" in
29038
case "(($ac_try" in
28806
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29039
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28807
  *) ac_try_echo=$ac_try;;
29040
  *) ac_try_echo=$ac_try;;
28808
esac
29041
esac
28809
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29042
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
29043
$as_echo "$ac_try_echo") >&5
28810
  (eval "$ac_link") 2>conftest.er1
29044
  (eval "$ac_link") 2>conftest.er1
28811
  ac_status=$?
29045
  ac_status=$?
28812
  grep -v '^ *+' conftest.er1 >conftest.err
29046
  grep -v '^ *+' conftest.er1 >conftest.err
28813
  rm -f conftest.er1
29047
  rm -f conftest.er1
28814
  cat conftest.err >&5
29048
  cat conftest.err >&5
28815
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29049
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28816
  (exit $ac_status); } && {
29050
  (exit $ac_status); } && {
28817
	 test -z "$ac_c_werror_flag" ||
29051
	 test -z "$ac_c_werror_flag" ||
28818
	 test ! -s conftest.err
29052
	 test ! -s conftest.err
28819
       } && test -s conftest$ac_exeext &&
29053
       } && test -s conftest$ac_exeext && {
-
 
29054
	 test "$cross_compiling" = yes ||
28820
       $as_test_x conftest$ac_exeext; then
29055
	 $as_test_x conftest$ac_exeext
-
 
29056
       }; then
28821
  ac_cv_func__NSGetEnviron=yes
29057
  ac_cv_func__NSGetEnviron=yes
28822
else
29058
else
28823
  echo "$as_me: failed program was:" >&5
29059
  $as_echo "$as_me: failed program was:" >&5
28824
sed 's/^/| /' conftest.$ac_ext >&5
29060
sed 's/^/| /' conftest.$ac_ext >&5
28825
 
29061
 
28826
	ac_cv_func__NSGetEnviron=no
29062
	ac_cv_func__NSGetEnviron=no
28827
fi
29063
fi
28828
 
29064
 
-
 
29065
rm -rf conftest.dSYM
28829
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29066
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28830
      conftest$ac_exeext conftest.$ac_ext
29067
      conftest$ac_exeext conftest.$ac_ext
28831
fi
29068
fi
28832
{ echo "$as_me:$LINENO: result: $ac_cv_func__NSGetEnviron" >&5
29069
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func__NSGetEnviron" >&5
28833
echo "${ECHO_T}$ac_cv_func__NSGetEnviron" >&6; }
29070
$as_echo "$ac_cv_func__NSGetEnviron" >&6; }
28834
if test $ac_cv_func__NSGetEnviron = yes; then
29071
if test "x$ac_cv_func__NSGetEnviron" = x""yes; then
28835
 
29072
 
28836
cat >>confdefs.h <<\_ACEOF
29073
cat >>confdefs.h <<\_ACEOF
28837
#define HAVE_NSGETENVIRON 1
29074
#define HAVE_NSGETENVIRON 1
28838
_ACEOF
29075
_ACEOF
28839
 
29076
 
Line 28848... Line 29085...
28848
 
29085
 
28849
 
29086
 
28850
 
29087
 
28851
for ac_func in vsnprintf snprintf
29088
for ac_func in vsnprintf snprintf
28852
do
29089
do
28853
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29090
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
28854
{ echo "$as_me:$LINENO: checking for $ac_func" >&5
29091
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
28855
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
29092
$as_echo_n "checking for $ac_func... " >&6; }
28856
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
29093
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
28857
  echo $ECHO_N "(cached) $ECHO_C" >&6
29094
  $as_echo_n "(cached) " >&6
28858
else
29095
else
28859
  cat >conftest.$ac_ext <<_ACEOF
29096
  cat >conftest.$ac_ext <<_ACEOF
28860
/* confdefs.h.  */
29097
/* confdefs.h.  */
28861
_ACEOF
29098
_ACEOF
28862
cat confdefs.h >>conftest.$ac_ext
29099
cat confdefs.h >>conftest.$ac_ext
Line 28905... Line 29142...
28905
if { (ac_try="$ac_link"
29142
if { (ac_try="$ac_link"
28906
case "(($ac_try" in
29143
case "(($ac_try" in
28907
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29144
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28908
  *) ac_try_echo=$ac_try;;
29145
  *) ac_try_echo=$ac_try;;
28909
esac
29146
esac
28910
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29147
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
29148
$as_echo "$ac_try_echo") >&5
28911
  (eval "$ac_link") 2>conftest.er1
29149
  (eval "$ac_link") 2>conftest.er1
28912
  ac_status=$?
29150
  ac_status=$?
28913
  grep -v '^ *+' conftest.er1 >conftest.err
29151
  grep -v '^ *+' conftest.er1 >conftest.err
28914
  rm -f conftest.er1
29152
  rm -f conftest.er1
28915
  cat conftest.err >&5
29153
  cat conftest.err >&5
28916
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29154
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28917
  (exit $ac_status); } && {
29155
  (exit $ac_status); } && {
28918
	 test -z "$ac_c_werror_flag" ||
29156
	 test -z "$ac_c_werror_flag" ||
28919
	 test ! -s conftest.err
29157
	 test ! -s conftest.err
28920
       } && test -s conftest$ac_exeext &&
29158
       } && test -s conftest$ac_exeext && {
-
 
29159
	 test "$cross_compiling" = yes ||
28921
       $as_test_x conftest$ac_exeext; then
29160
	 $as_test_x conftest$ac_exeext
-
 
29161
       }; then
28922
  eval "$as_ac_var=yes"
29162
  eval "$as_ac_var=yes"
28923
else
29163
else
28924
  echo "$as_me: failed program was:" >&5
29164
  $as_echo "$as_me: failed program was:" >&5
28925
sed 's/^/| /' conftest.$ac_ext >&5
29165
sed 's/^/| /' conftest.$ac_ext >&5
28926
 
29166
 
28927
	eval "$as_ac_var=no"
29167
	eval "$as_ac_var=no"
28928
fi
29168
fi
28929
 
29169
 
-
 
29170
rm -rf conftest.dSYM
28930
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29171
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28931
      conftest$ac_exeext conftest.$ac_ext
29172
      conftest$ac_exeext conftest.$ac_ext
28932
fi
29173
fi
28933
ac_res=`eval echo '${'$as_ac_var'}'`
29174
ac_res=`eval 'as_val=${'$as_ac_var'}
-
 
29175
		 $as_echo "$as_val"'`
28934
	       { echo "$as_me:$LINENO: result: $ac_res" >&5
29176
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
28935
echo "${ECHO_T}$ac_res" >&6; }
29177
$as_echo "$ac_res" >&6; }
-
 
29178
as_val=`eval 'as_val=${'$as_ac_var'}
-
 
29179
		 $as_echo "$as_val"'`
28936
if test `eval echo '${'$as_ac_var'}'` = yes; then
29180
   if test "x$as_val" = x""yes; then
28937
  cat >>confdefs.h <<_ACEOF
29181
  cat >>confdefs.h <<_ACEOF
28938
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29182
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
28939
_ACEOF
29183
_ACEOF
28940
 
29184
 
28941
fi
29185
fi
28942
done
29186
done
28943
 
29187
 
Line 28988... Line 29232...
28988
fi
29232
fi
28989
 
29233
 
28990
 
29234
 
28991
if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then
29235
if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then
28992
 
29236
 
28993
{ echo "$as_me:$LINENO: checking for X" >&5
29237
{ $as_echo "$as_me:$LINENO: checking for X" >&5
28994
echo $ECHO_N "checking for X... $ECHO_C" >&6; }
29238
$as_echo_n "checking for X... " >&6; }
28995
 
29239
 
28996
if test "${kde_cv_have_x+set}" = set; then
29240
if test "${kde_cv_have_x+set}" = set; then
28997
  echo $ECHO_N "(cached) $ECHO_C" >&6
29241
  $as_echo_n "(cached) " >&6
28998
else
29242
else
28999
  # One or both of the vars are not set, and there is no cached value.
29243
  # One or both of the vars are not set, and there is no cached value.
29000
if test "{$x_includes+set}" = set || test "$x_includes" = NONE; then
29244
if test "{$x_includes+set}" = set || test "$x_includes" = NONE; then
29001
   kde_x_includes=NO
29245
   kde_x_includes=NO
29002
else
29246
else
Line 29031... Line 29275...
29031
if { (ac_try="$ac_cpp conftest.$ac_ext"
29275
if { (ac_try="$ac_cpp conftest.$ac_ext"
29032
case "(($ac_try" in
29276
case "(($ac_try" in
29033
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29277
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29034
  *) ac_try_echo=$ac_try;;
29278
  *) ac_try_echo=$ac_try;;
29035
esac
29279
esac
29036
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29280
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
29281
$as_echo "$ac_try_echo") >&5
29037
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
29282
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
29038
  ac_status=$?
29283
  ac_status=$?
29039
  grep -v '^ *+' conftest.er1 >conftest.err
29284
  grep -v '^ *+' conftest.er1 >conftest.err
29040
  rm -f conftest.er1
29285
  rm -f conftest.er1
29041
  cat conftest.err >&5
29286
  cat conftest.err >&5
29042
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29287
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29043
  (exit $ac_status); } >/dev/null && {
29288
  (exit $ac_status); } >/dev/null && {
29044
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
29289
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
29045
	 test ! -s conftest.err
29290
	 test ! -s conftest.err
29046
       }; then
29291
       }; then
29047
  # We can compile using X headers with no special include directory.
29292
  # We can compile using X headers with no special include directory.
29048
ac_x_includes=
29293
ac_x_includes=
29049
else
29294
else
29050
  echo "$as_me: failed program was:" >&5
29295
  $as_echo "$as_me: failed program was:" >&5
29051
sed 's/^/| /' conftest.$ac_ext >&5
29296
sed 's/^/| /' conftest.$ac_ext >&5
29052
 
29297
 
29053
  # Look for the header file in a standard set of common directories.
29298
  # Look for the header file in a standard set of common directories.
29054
# Check X11 before X11Rn because it is often a symlink to the current release.
29299
# Check X11 before X11Rn because it is often a symlink to the current release.
29055
  for ac_dir in               \
29300
  for ac_dir in               \
Line 29127... Line 29372...
29127
if { (ac_try="$ac_link"
29372
if { (ac_try="$ac_link"
29128
case "(($ac_try" in
29373
case "(($ac_try" in
29129
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29374
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29130
  *) ac_try_echo=$ac_try;;
29375
  *) ac_try_echo=$ac_try;;
29131
esac
29376
esac
29132
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29377
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
29378
$as_echo "$ac_try_echo") >&5
29133
  (eval "$ac_link") 2>conftest.er1
29379
  (eval "$ac_link") 2>conftest.er1
29134
  ac_status=$?
29380
  ac_status=$?
29135
  grep -v '^ *+' conftest.er1 >conftest.err
29381
  grep -v '^ *+' conftest.er1 >conftest.err
29136
  rm -f conftest.er1
29382
  rm -f conftest.er1
29137
  cat conftest.err >&5
29383
  cat conftest.err >&5
29138
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29384
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29139
  (exit $ac_status); } && {
29385
  (exit $ac_status); } && {
29140
	 test -z "$ac_c_werror_flag" ||
29386
	 test -z "$ac_c_werror_flag" ||
29141
	 test ! -s conftest.err
29387
	 test ! -s conftest.err
29142
       } && test -s conftest$ac_exeext &&
29388
       } && test -s conftest$ac_exeext && {
-
 
29389
	 test "$cross_compiling" = yes ||
29143
       $as_test_x conftest$ac_exeext; then
29390
	 $as_test_x conftest$ac_exeext
-
 
29391
       }; then
29144
  LIBS="$ac_save_LIBS"
29392
  LIBS="$ac_save_LIBS"
29145
# We can link X programs with no special library path.
29393
# We can link X programs with no special library path.
29146
ac_x_libraries=
29394
ac_x_libraries=
29147
else
29395
else
29148
  echo "$as_me: failed program was:" >&5
29396
  $as_echo "$as_me: failed program was:" >&5
29149
sed 's/^/| /' conftest.$ac_ext >&5
29397
sed 's/^/| /' conftest.$ac_ext >&5
29150
 
29398
 
29151
	LIBS="$ac_save_LIBS"
29399
	LIBS="$ac_save_LIBS"
29152
# First see if replacing the include by lib works.
29400
# First see if replacing the include by lib works.
29153
# Check X11 before X11Rn because it is often a symlink to the current release.
29401
# Check X11 before X11Rn because it is often a symlink to the current release.
Line 29195... Line 29443...
29195
    fi
29443
    fi
29196
  done
29444
  done
29197
done
29445
done
29198
fi
29446
fi
29199
 
29447
 
-
 
29448
rm -rf conftest.dSYM
29200
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29449
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29201
      conftest$ac_exeext conftest.$ac_ext
29450
      conftest$ac_exeext conftest.$ac_ext
29202
fi # $ac_x_libraries = NO
29451
fi # $ac_x_libraries = NO
29203
 
29452
 
29204
case "$host" in
29453
case "$host" in
Line 29222... Line 29471...
29222
    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
29471
    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
29223
    for ac_var in incroot usrlibdir libdir; do
29472
    for ac_var in incroot usrlibdir libdir; do
29224
      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
29473
      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
29225
    done
29474
    done
29226
    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
29475
    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
29227
    for ac_extension in a so sl; do
29476
    for ac_extension in a so sl dylib la dll; do
29228
      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
29477
      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
29229
	 test -f "$ac_im_libdir/libX11.$ac_extension"; then
29478
	 test -f "$ac_im_libdir/libX11.$ac_extension"; then
29230
	ac_im_usrlibdir=$ac_im_libdir; break
29479
	ac_im_usrlibdir=$ac_im_libdir; break
29231
      fi
29480
      fi
29232
    done
29481
    done
Line 29236... Line 29485...
29236
    case $ac_im_incroot in
29485
    case $ac_im_incroot in
29237
	/usr/include) ac_x_includes= ;;
29486
	/usr/include) ac_x_includes= ;;
29238
	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
29487
	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
29239
    esac
29488
    esac
29240
    case $ac_im_usrlibdir in
29489
    case $ac_im_usrlibdir in
29241
	/usr/lib | /lib) ;;
29490
	/usr/lib | /usr/lib64 | /lib | /lib64) ;;
29242
	*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
29491
	*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
29243
    esac
29492
    esac
29244
  fi
29493
  fi
29245
  cd ..
29494
  cd ..
29246
  rm -f -r conftest.dir
29495
  rm -f -r conftest.dir
Line 29265... Line 29514...
29265
if test "$kde_x_libraries" = NO; then
29514
if test "$kde_x_libraries" = NO; then
29266
  kde_x_libraries=$ac_x_libraries
29515
  kde_x_libraries=$ac_x_libraries
29267
fi
29516
fi
29268
 
29517
 
29269
if test "$kde_x_includes" = NO; then
29518
if test "$kde_x_includes" = NO; then
29270
  { { echo "$as_me:$LINENO: error: Can't find X includes. Please check your installation and add the correct paths!" >&5
29519
  { { $as_echo "$as_me:$LINENO: error: Can't find X includes. Please check your installation and add the correct paths!" >&5
29271
echo "$as_me: error: Can't find X includes. Please check your installation and add the correct paths!" >&2;}
29520
$as_echo "$as_me: error: Can't find X includes. Please check your installation and add the correct paths!" >&2;}
29272
   { (exit 1); exit 1; }; }
29521
   { (exit 1); exit 1; }; }
29273
fi
29522
fi
29274
 
29523
 
29275
if test "$kde_x_libraries" = NO; then
29524
if test "$kde_x_libraries" = NO; then
29276
  { { echo "$as_me:$LINENO: error: Can't find X libraries. Please check your installation and add the correct paths!" >&5
29525
  { { $as_echo "$as_me:$LINENO: error: Can't find X libraries. Please check your installation and add the correct paths!" >&5
29277
echo "$as_me: error: Can't find X libraries. Please check your installation and add the correct paths!" >&2;}
29526
$as_echo "$as_me: error: Can't find X libraries. Please check your installation and add the correct paths!" >&2;}
29278
   { (exit 1); exit 1; }; }
29527
   { (exit 1); exit 1; }; }
29279
fi
29528
fi
29280
 
29529
 
29281
# Record where we found X for the cache.
29530
# Record where we found X for the cache.
29282
kde_cv_have_x="have_x=yes \
29531
kde_cv_have_x="have_x=yes \
Line 29285... Line 29534...
29285
fi
29534
fi
29286
 
29535
 
29287
eval "$kde_cv_have_x"
29536
eval "$kde_cv_have_x"
29288
 
29537
 
29289
if test "$have_x" != yes; then
29538
if test "$have_x" != yes; then
29290
  { echo "$as_me:$LINENO: result: $have_x" >&5
29539
  { $as_echo "$as_me:$LINENO: result: $have_x" >&5
29291
echo "${ECHO_T}$have_x" >&6; }
29540
$as_echo "$have_x" >&6; }
29292
  no_x=yes
29541
  no_x=yes
29293
else
29542
else
29294
  { echo "$as_me:$LINENO: result: libraries $kde_x_libraries, headers $kde_x_includes" >&5
29543
  { $as_echo "$as_me:$LINENO: result: libraries $kde_x_libraries, headers $kde_x_includes" >&5
29295
echo "${ECHO_T}libraries $kde_x_libraries, headers $kde_x_includes" >&6; }
29544
$as_echo "libraries $kde_x_libraries, headers $kde_x_includes" >&6; }
29296
fi
29545
fi
29297
 
29546
 
29298
if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then
29547
if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then
29299
  X_INCLUDES=""
29548
  X_INCLUDES=""
29300
  x_includes=".";  else
29549
  x_includes=".";  else
Line 29318... Line 29567...
29318
# check for ICE first), but we must link in the order -lSM -lICE or
29567
# check for ICE first), but we must link in the order -lSM -lICE or
29319
# we get undefined symbols.  So assume we have SM if we have ICE.
29568
# we get undefined symbols.  So assume we have SM if we have ICE.
29320
# These have to be linked with before -lX11, unlike the other
29569
# These have to be linked with before -lX11, unlike the other
29321
# libraries we check for below, so use a different variable.
29570
# libraries we check for below, so use a different variable.
29322
#  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
29571
#  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
29323
{ echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
29572
{ $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
29324
echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
29573
$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
29325
if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
29574
if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
29326
  echo $ECHO_N "(cached) $ECHO_C" >&6
29575
  $as_echo_n "(cached) " >&6
29327
else
29576
else
29328
  ac_check_lib_save_LIBS=$LIBS
29577
  ac_check_lib_save_LIBS=$LIBS
29329
LIBS="-lICE $X_EXTRA_LIBS $LIBS"
29578
LIBS="-lICE $X_EXTRA_LIBS $LIBS"
29330
cat >conftest.$ac_ext <<_ACEOF
29579
cat >conftest.$ac_ext <<_ACEOF
29331
/* confdefs.h.  */
29580
/* confdefs.h.  */
Line 29353... Line 29602...
29353
if { (ac_try="$ac_link"
29602
if { (ac_try="$ac_link"
29354
case "(($ac_try" in
29603
case "(($ac_try" in
29355
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29604
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29356
  *) ac_try_echo=$ac_try;;
29605
  *) ac_try_echo=$ac_try;;
29357
esac
29606
esac
29358
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29607
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
29608
$as_echo "$ac_try_echo") >&5
29359
  (eval "$ac_link") 2>conftest.er1
29609
  (eval "$ac_link") 2>conftest.er1
29360
  ac_status=$?
29610
  ac_status=$?
29361
  grep -v '^ *+' conftest.er1 >conftest.err
29611
  grep -v '^ *+' conftest.er1 >conftest.err
29362
  rm -f conftest.er1
29612
  rm -f conftest.er1
29363
  cat conftest.err >&5
29613
  cat conftest.err >&5
29364
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29614
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29365
  (exit $ac_status); } && {
29615
  (exit $ac_status); } && {
29366
	 test -z "$ac_c_werror_flag" ||
29616
	 test -z "$ac_c_werror_flag" ||
29367
	 test ! -s conftest.err
29617
	 test ! -s conftest.err
29368
       } && test -s conftest$ac_exeext &&
29618
       } && test -s conftest$ac_exeext && {
-
 
29619
	 test "$cross_compiling" = yes ||
29369
       $as_test_x conftest$ac_exeext; then
29620
	 $as_test_x conftest$ac_exeext
-
 
29621
       }; then
29370
  ac_cv_lib_ICE_IceConnectionNumber=yes
29622
  ac_cv_lib_ICE_IceConnectionNumber=yes
29371
else
29623
else
29372
  echo "$as_me: failed program was:" >&5
29624
  $as_echo "$as_me: failed program was:" >&5
29373
sed 's/^/| /' conftest.$ac_ext >&5
29625
sed 's/^/| /' conftest.$ac_ext >&5
29374
 
29626
 
29375
	ac_cv_lib_ICE_IceConnectionNumber=no
29627
	ac_cv_lib_ICE_IceConnectionNumber=no
29376
fi
29628
fi
29377
 
29629
 
-
 
29630
rm -rf conftest.dSYM
29378
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29631
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29379
      conftest$ac_exeext conftest.$ac_ext
29632
      conftest$ac_exeext conftest.$ac_ext
29380
LIBS=$ac_check_lib_save_LIBS
29633
LIBS=$ac_check_lib_save_LIBS
29381
fi
29634
fi
29382
{ echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
29635
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
29383
echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
29636
$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
29384
if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
29637
if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
29385
  LIBSM="-lSM -lICE"
29638
  LIBSM="-lSM -lICE"
29386
fi
29639
fi
29387
 
29640
 
29388
LDFLAGS="$ac_save_LDFLAGS"
29641
LDFLAGS="$ac_save_LDFLAGS"
29389
 
29642
 
29390
LIB_X11='-lX11 $(LIBSOCKET)'
29643
LIB_X11='-lX11 $(LIBSOCKET)'
29391
 
29644
 
29392
{ echo "$as_me:$LINENO: checking for libXext" >&5
29645
{ $as_echo "$as_me:$LINENO: checking for libXext" >&5
29393
echo $ECHO_N "checking for libXext... $ECHO_C" >&6; }
29646
$as_echo_n "checking for libXext... " >&6; }
29394
if test "${kde_cv_have_libXext+set}" = set; then
29647
if test "${kde_cv_have_libXext+set}" = set; then
29395
  echo $ECHO_N "(cached) $ECHO_C" >&6
29648
  $as_echo_n "(cached) " >&6
29396
else
29649
else
29397
 
29650
 
29398
kde_ldflags_safe="$LDFLAGS"
29651
kde_ldflags_safe="$LDFLAGS"
29399
kde_libs_safe="$LIBS"
29652
kde_libs_safe="$LIBS"
29400
 
29653
 
Line 29427... Line 29680...
29427
if { (ac_try="$ac_link"
29680
if { (ac_try="$ac_link"
29428
case "(($ac_try" in
29681
case "(($ac_try" in
29429
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29682
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29430
  *) ac_try_echo=$ac_try;;
29683
  *) ac_try_echo=$ac_try;;
29431
esac
29684
esac
29432
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29685
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
29686
$as_echo "$ac_try_echo") >&5
29433
  (eval "$ac_link") 2>conftest.er1
29687
  (eval "$ac_link") 2>conftest.er1
29434
  ac_status=$?
29688
  ac_status=$?
29435
  grep -v '^ *+' conftest.er1 >conftest.err
29689
  grep -v '^ *+' conftest.er1 >conftest.err
29436
  rm -f conftest.er1
29690
  rm -f conftest.er1
29437
  cat conftest.err >&5
29691
  cat conftest.err >&5
29438
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29692
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29439
  (exit $ac_status); } && {
29693
  (exit $ac_status); } && {
29440
	 test -z "$ac_c_werror_flag" ||
29694
	 test -z "$ac_c_werror_flag" ||
29441
	 test ! -s conftest.err
29695
	 test ! -s conftest.err
29442
       } && test -s conftest$ac_exeext &&
29696
       } && test -s conftest$ac_exeext && {
-
 
29697
	 test "$cross_compiling" = yes ||
29443
       $as_test_x conftest$ac_exeext; then
29698
	 $as_test_x conftest$ac_exeext
-
 
29699
       }; then
29444
  kde_cv_have_libXext=yes
29700
  kde_cv_have_libXext=yes
29445
else
29701
else
29446
  echo "$as_me: failed program was:" >&5
29702
  $as_echo "$as_me: failed program was:" >&5
29447
sed 's/^/| /' conftest.$ac_ext >&5
29703
sed 's/^/| /' conftest.$ac_ext >&5
29448
 
29704
 
29449
	kde_cv_have_libXext=no
29705
	kde_cv_have_libXext=no
29450
 
29706
 
29451
fi
29707
fi
29452
 
29708
 
-
 
29709
rm -rf conftest.dSYM
29453
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29710
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29454
      conftest$ac_exeext conftest.$ac_ext
29711
      conftest$ac_exeext conftest.$ac_ext
29455
 
29712
 
29456
LDFLAGS=$kde_ldflags_safe
29713
LDFLAGS=$kde_ldflags_safe
29457
LIBS=$kde_libs_safe
29714
LIBS=$kde_libs_safe
29458
 
29715
 
29459
fi
29716
fi
29460
 
29717
 
29461
 
29718
 
29462
{ echo "$as_me:$LINENO: result: $kde_cv_have_libXext" >&5
29719
{ $as_echo "$as_me:$LINENO: result: $kde_cv_have_libXext" >&5
29463
echo "${ECHO_T}$kde_cv_have_libXext" >&6; }
29720
$as_echo "$kde_cv_have_libXext" >&6; }
29464
 
29721
 
29465
if test "$kde_cv_have_libXext" = "no"; then
29722
if test "$kde_cv_have_libXext" = "no"; then
29466
  { { echo "$as_me:$LINENO: error: We need a working libXext to proceed. Since configure
29723
  { { $as_echo "$as_me:$LINENO: error: We need a working libXext to proceed. Since configure
29467
can't find it itself, we stop here assuming that make wouldn't find
29724
can't find it itself, we stop here assuming that make wouldn't find
29468
them either." >&5
29725
them either." >&5
29469
echo "$as_me: error: We need a working libXext to proceed. Since configure
29726
$as_echo "$as_me: error: We need a working libXext to proceed. Since configure
29470
can't find it itself, we stop here assuming that make wouldn't find
29727
can't find it itself, we stop here assuming that make wouldn't find
29471
them either." >&2;}
29728
them either." >&2;}
29472
   { (exit 1); exit 1; }; }
29729
   { (exit 1); exit 1; }; }
29473
fi
29730
fi
29474
 
29731
 
Line 29520... Line 29777...
29520
    if test "x$PTHREAD_LIBS" = "x-pthread" ; then
29777
    if test "x$PTHREAD_LIBS" = "x-pthread" ; then
29521
      LIBPTHREAD="PTHREAD"
29778
      LIBPTHREAD="PTHREAD"
29522
    else
29779
    else
29523
      PTHREAD_LIBS_save="$PTHREAD_LIBS"
29780
      PTHREAD_LIBS_save="$PTHREAD_LIBS"
29524
      PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'`
29781
      PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'`
29525
      { echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5
29782
      { $as_echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5
29526
echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6; }
29783
$as_echo_n "checking for pthread_create in $PTHREAD_LIBS... " >&6; }
29527
 
29784
 
29528
     kde_save_LDFLAGS="$LDFLAGS"
29785
     kde_save_LDFLAGS="$LDFLAGS"
29529
          kde_save_LIBS="$LIBS"
29786
          kde_save_LIBS="$LIBS"
29530
     LDFLAGS="$LDFLAGS $all_libraries"
29787
     LDFLAGS="$LDFLAGS $all_libraries"
29531
     case $host_os in
29788
     case $host_os in
29532
      aix*) LDFLAGS="-brtl $LDFLAGS"
29789
      aix*) LDFLAGS="-brtl $LDFLAGS"
29533
	test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
29790
	test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
29534
	;;
29791
	;;
29535
     esac
29792
     esac
29536
     as_ac_Lib=`echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh`
29793
     as_ac_Lib=`$as_echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh`
29537
{ echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5
29794
{ $as_echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5
29538
echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6; }
29795
$as_echo_n "checking for pthread_create in -l$PTHREAD_LIBS... " >&6; }
29539
if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
29796
if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
29540
  echo $ECHO_N "(cached) $ECHO_C" >&6
29797
  $as_echo_n "(cached) " >&6
29541
else
29798
else
29542
  ac_check_lib_save_LIBS=$LIBS
29799
  ac_check_lib_save_LIBS=$LIBS
29543
LIBS="-l$PTHREAD_LIBS  $LIBS"
29800
LIBS="-l$PTHREAD_LIBS  $LIBS"
29544
cat >conftest.$ac_ext <<_ACEOF
29801
cat >conftest.$ac_ext <<_ACEOF
29545
/* confdefs.h.  */
29802
/* confdefs.h.  */
Line 29567... Line 29824...
29567
if { (ac_try="$ac_link"
29824
if { (ac_try="$ac_link"
29568
case "(($ac_try" in
29825
case "(($ac_try" in
29569
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29826
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29570
  *) ac_try_echo=$ac_try;;
29827
  *) ac_try_echo=$ac_try;;
29571
esac
29828
esac
29572
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29829
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
29830
$as_echo "$ac_try_echo") >&5
29573
  (eval "$ac_link") 2>conftest.er1
29831
  (eval "$ac_link") 2>conftest.er1
29574
  ac_status=$?
29832
  ac_status=$?
29575
  grep -v '^ *+' conftest.er1 >conftest.err
29833
  grep -v '^ *+' conftest.er1 >conftest.err
29576
  rm -f conftest.er1
29834
  rm -f conftest.er1
29577
  cat conftest.err >&5
29835
  cat conftest.err >&5
29578
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29836
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29579
  (exit $ac_status); } && {
29837
  (exit $ac_status); } && {
29580
	 test -z "$ac_c_werror_flag" ||
29838
	 test -z "$ac_c_werror_flag" ||
29581
	 test ! -s conftest.err
29839
	 test ! -s conftest.err
29582
       } && test -s conftest$ac_exeext &&
29840
       } && test -s conftest$ac_exeext && {
-
 
29841
	 test "$cross_compiling" = yes ||
29583
       $as_test_x conftest$ac_exeext; then
29842
	 $as_test_x conftest$ac_exeext
-
 
29843
       }; then
29584
  eval "$as_ac_Lib=yes"
29844
  eval "$as_ac_Lib=yes"
29585
else
29845
else
29586
  echo "$as_me: failed program was:" >&5
29846
  $as_echo "$as_me: failed program was:" >&5
29587
sed 's/^/| /' conftest.$ac_ext >&5
29847
sed 's/^/| /' conftest.$ac_ext >&5
29588
 
29848
 
29589
	eval "$as_ac_Lib=no"
29849
	eval "$as_ac_Lib=no"
29590
fi
29850
fi
29591
 
29851
 
-
 
29852
rm -rf conftest.dSYM
29592
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29853
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29593
      conftest$ac_exeext conftest.$ac_ext
29854
      conftest$ac_exeext conftest.$ac_ext
29594
LIBS=$ac_check_lib_save_LIBS
29855
LIBS=$ac_check_lib_save_LIBS
29595
fi
29856
fi
29596
ac_res=`eval echo '${'$as_ac_Lib'}'`
29857
ac_res=`eval 'as_val=${'$as_ac_Lib'}
-
 
29858
		 $as_echo "$as_val"'`
29597
	       { echo "$as_me:$LINENO: result: $ac_res" >&5
29859
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
29598
echo "${ECHO_T}$ac_res" >&6; }
29860
$as_echo "$ac_res" >&6; }
29599
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
29861
as_val=`eval 'as_val=${'$as_ac_Lib'}
-
 
29862
		 $as_echo "$as_val"'`
-
 
29863
   if test "x$as_val" = x""yes; then
29600
  LIBPTHREAD="$PTHREAD_LIBS_save"
29864
  LIBPTHREAD="$PTHREAD_LIBS_save"
29601
fi
29865
fi
29602
 
29866
 
29603
     LDFLAGS="$kde_save_LDFLAGS"
29867
     LDFLAGS="$kde_save_LDFLAGS"
29604
     LIBS="$kde_save_LIBS"
29868
     LIBS="$kde_save_LIBS"
Line 29606... Line 29870...
29606
      PTHREAD_LIBS="$PTHREAD_LIBS_save"
29870
      PTHREAD_LIBS="$PTHREAD_LIBS_save"
29607
    fi
29871
    fi
29608
  fi
29872
  fi
29609
 
29873
 
29610
    if test -z "$LIBPTHREAD"; then
29874
    if test -z "$LIBPTHREAD"; then
29611
    { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
29875
    { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
29612
echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
29876
$as_echo_n "checking for pthread_create in -lpthread... " >&6; }
29613
if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
29877
if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
29614
  echo $ECHO_N "(cached) $ECHO_C" >&6
29878
  $as_echo_n "(cached) " >&6
29615
else
29879
else
29616
  ac_check_lib_save_LIBS=$LIBS
29880
  ac_check_lib_save_LIBS=$LIBS
29617
LIBS="-lpthread  $LIBS"
29881
LIBS="-lpthread  $LIBS"
29618
cat >conftest.$ac_ext <<_ACEOF
29882
cat >conftest.$ac_ext <<_ACEOF
29619
/* confdefs.h.  */
29883
/* confdefs.h.  */
Line 29641... Line 29905...
29641
if { (ac_try="$ac_link"
29905
if { (ac_try="$ac_link"
29642
case "(($ac_try" in
29906
case "(($ac_try" in
29643
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29907
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29644
  *) ac_try_echo=$ac_try;;
29908
  *) ac_try_echo=$ac_try;;
29645
esac
29909
esac
29646
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29910
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
29911
$as_echo "$ac_try_echo") >&5
29647
  (eval "$ac_link") 2>conftest.er1
29912
  (eval "$ac_link") 2>conftest.er1
29648
  ac_status=$?
29913
  ac_status=$?
29649
  grep -v '^ *+' conftest.er1 >conftest.err
29914
  grep -v '^ *+' conftest.er1 >conftest.err
29650
  rm -f conftest.er1
29915
  rm -f conftest.er1
29651
  cat conftest.err >&5
29916
  cat conftest.err >&5
29652
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29917
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29653
  (exit $ac_status); } && {
29918
  (exit $ac_status); } && {
29654
	 test -z "$ac_c_werror_flag" ||
29919
	 test -z "$ac_c_werror_flag" ||
29655
	 test ! -s conftest.err
29920
	 test ! -s conftest.err
29656
       } && test -s conftest$ac_exeext &&
29921
       } && test -s conftest$ac_exeext && {
-
 
29922
	 test "$cross_compiling" = yes ||
29657
       $as_test_x conftest$ac_exeext; then
29923
	 $as_test_x conftest$ac_exeext
-
 
29924
       }; then
29658
  ac_cv_lib_pthread_pthread_create=yes
29925
  ac_cv_lib_pthread_pthread_create=yes
29659
else
29926
else
29660
  echo "$as_me: failed program was:" >&5
29927
  $as_echo "$as_me: failed program was:" >&5
29661
sed 's/^/| /' conftest.$ac_ext >&5
29928
sed 's/^/| /' conftest.$ac_ext >&5
29662
 
29929
 
29663
	ac_cv_lib_pthread_pthread_create=no
29930
	ac_cv_lib_pthread_pthread_create=no
29664
fi
29931
fi
29665
 
29932
 
-
 
29933
rm -rf conftest.dSYM
29666
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29934
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29667
      conftest$ac_exeext conftest.$ac_ext
29935
      conftest$ac_exeext conftest.$ac_ext
29668
LIBS=$ac_check_lib_save_LIBS
29936
LIBS=$ac_check_lib_save_LIBS
29669
fi
29937
fi
29670
{ echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
29938
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
29671
echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
29939
$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
29672
if test $ac_cv_lib_pthread_pthread_create = yes; then
29940
if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
29673
  LIBPTHREAD="-lpthread"
29941
  LIBPTHREAD="-lpthread"
29674
fi
29942
fi
29675
 
29943
 
29676
  fi
29944
  fi
29677
 
29945
 
29678
    if test -z "$LIBPTHREAD" ; then
29946
    if test -z "$LIBPTHREAD" ; then
29679
    { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
29947
    { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
29680
echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
29948
$as_echo_n "checking for pthread_create in -lpthread... " >&6; }
29681
    kde_safe_libs=$LIBS
29949
    kde_safe_libs=$LIBS
29682
    LIBS="$LIBS -lpthread"
29950
    LIBS="$LIBS -lpthread"
29683
    cat >conftest.$ac_ext <<_ACEOF
29951
    cat >conftest.$ac_ext <<_ACEOF
29684
/* confdefs.h.  */
29952
/* confdefs.h.  */
29685
_ACEOF
29953
_ACEOF
Line 29699... Line 29967...
29699
if { (ac_try="$ac_link"
29967
if { (ac_try="$ac_link"
29700
case "(($ac_try" in
29968
case "(($ac_try" in
29701
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29969
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29702
  *) ac_try_echo=$ac_try;;
29970
  *) ac_try_echo=$ac_try;;
29703
esac
29971
esac
29704
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29972
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
29973
$as_echo "$ac_try_echo") >&5
29705
  (eval "$ac_link") 2>conftest.er1
29974
  (eval "$ac_link") 2>conftest.er1
29706
  ac_status=$?
29975
  ac_status=$?
29707
  grep -v '^ *+' conftest.er1 >conftest.err
29976
  grep -v '^ *+' conftest.er1 >conftest.err
29708
  rm -f conftest.er1
29977
  rm -f conftest.er1
29709
  cat conftest.err >&5
29978
  cat conftest.err >&5
29710
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29979
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29711
  (exit $ac_status); } && {
29980
  (exit $ac_status); } && {
29712
	 test -z "$ac_c_werror_flag" ||
29981
	 test -z "$ac_c_werror_flag" ||
29713
	 test ! -s conftest.err
29982
	 test ! -s conftest.err
29714
       } && test -s conftest$ac_exeext &&
29983
       } && test -s conftest$ac_exeext && {
-
 
29984
	 test "$cross_compiling" = yes ||
29715
       $as_test_x conftest$ac_exeext; then
29985
	 $as_test_x conftest$ac_exeext
-
 
29986
       }; then
29716
 
29987
 
29717
        { echo "$as_me:$LINENO: result: yes" >&5
29988
        { $as_echo "$as_me:$LINENO: result: yes" >&5
29718
echo "${ECHO_T}yes" >&6; }
29989
$as_echo "yes" >&6; }
29719
        LIBPTHREAD="-lpthread"
29990
        LIBPTHREAD="-lpthread"
29720
else
29991
else
29721
  echo "$as_me: failed program was:" >&5
29992
  $as_echo "$as_me: failed program was:" >&5
29722
sed 's/^/| /' conftest.$ac_ext >&5
29993
sed 's/^/| /' conftest.$ac_ext >&5
29723
 
29994
 
29724
 
29995
 
29725
	{ echo "$as_me:$LINENO: result: no" >&5
29996
	{ $as_echo "$as_me:$LINENO: result: no" >&5
29726
echo "${ECHO_T}no" >&6; }
29997
$as_echo "no" >&6; }
29727
fi
29998
fi
29728
 
29999
 
-
 
30000
rm -rf conftest.dSYM
29729
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30001
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29730
      conftest$ac_exeext conftest.$ac_ext
30002
      conftest$ac_exeext conftest.$ac_ext
29731
    LIBS=$kde_safe_libs
30003
    LIBS=$kde_safe_libs
29732
  fi
30004
  fi
29733
 
30005
 
Line 29739... Line 30011...
29739
 
30011
 
29740
 
30012
 
29741
      USE_THREADS=""
30013
      USE_THREADS=""
29742
      if test -z "$LIBPTHREAD"; then
30014
      if test -z "$LIBPTHREAD"; then
29743
 
30015
 
29744
{ echo "$as_me:$LINENO: checking whether $CXX supports -pthread" >&5
30016
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -pthread" >&5
29745
echo $ECHO_N "checking whether $CXX supports -pthread... $ECHO_C" >&6; }
30017
$as_echo_n "checking whether $CXX supports -pthread... " >&6; }
29746
kde_cache=`echo pthread | sed 'y% .=/+-,%____p__%'`
30018
kde_cache=`echo pthread | sed 'y% .=/+-,%____p__%'`
29747
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
30019
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
29748
  echo $ECHO_N "(cached) $ECHO_C" >&6
30020
  $as_echo_n "(cached) " >&6
29749
else
30021
else
29750
 
30022
 
29751
 
30023
 
29752
   ac_ext=cpp
30024
   ac_ext=cpp
29753
ac_cpp='$CXXCPP $CPPFLAGS'
30025
ac_cpp='$CXXCPP $CPPFLAGS'
Line 29779... Line 30051...
29779
if { (ac_try="$ac_link"
30051
if { (ac_try="$ac_link"
29780
case "(($ac_try" in
30052
case "(($ac_try" in
29781
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30053
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29782
  *) ac_try_echo=$ac_try;;
30054
  *) ac_try_echo=$ac_try;;
29783
esac
30055
esac
29784
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30056
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
30057
$as_echo "$ac_try_echo") >&5
29785
  (eval "$ac_link") 2>conftest.er1
30058
  (eval "$ac_link") 2>conftest.er1
29786
  ac_status=$?
30059
  ac_status=$?
29787
  grep -v '^ *+' conftest.er1 >conftest.err
30060
  grep -v '^ *+' conftest.er1 >conftest.err
29788
  rm -f conftest.er1
30061
  rm -f conftest.er1
29789
  cat conftest.err >&5
30062
  cat conftest.err >&5
29790
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30063
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29791
  (exit $ac_status); } && {
30064
  (exit $ac_status); } && {
29792
	 test -z "$ac_cxx_werror_flag" ||
30065
	 test -z "$ac_cxx_werror_flag" ||
29793
	 test ! -s conftest.err
30066
	 test ! -s conftest.err
29794
       } && test -s conftest$ac_exeext &&
30067
       } && test -s conftest$ac_exeext && {
-
 
30068
	 test "$cross_compiling" = yes ||
29795
       $as_test_x conftest$ac_exeext; then
30069
	 $as_test_x conftest$ac_exeext
-
 
30070
       }; then
29796
  eval "kde_cv_prog_cxx_$kde_cache=yes"
30071
  eval "kde_cv_prog_cxx_$kde_cache=yes"
29797
else
30072
else
29798
  echo "$as_me: failed program was:" >&5
30073
  $as_echo "$as_me: failed program was:" >&5
29799
sed 's/^/| /' conftest.$ac_ext >&5
30074
sed 's/^/| /' conftest.$ac_ext >&5
29800
 
30075
 
29801
 
30076
 
29802
fi
30077
fi
29803
 
30078
 
-
 
30079
rm -rf conftest.dSYM
29804
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30080
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29805
      conftest$ac_exeext conftest.$ac_ext
30081
      conftest$ac_exeext conftest.$ac_ext
29806
  CXXFLAGS="$save_CXXFLAGS"
30082
  CXXFLAGS="$save_CXXFLAGS"
29807
  ac_ext=c
30083
  ac_ext=c
29808
ac_cpp='$CPP $CPPFLAGS'
30084
ac_cpp='$CPP $CPPFLAGS'
Line 29812... Line 30088...
29812
 
30088
 
29813
 
30089
 
29814
fi
30090
fi
29815
 
30091
 
29816
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
30092
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
29817
 { echo "$as_me:$LINENO: result: yes" >&5
30093
 { $as_echo "$as_me:$LINENO: result: yes" >&5
29818
echo "${ECHO_T}yes" >&6; }
30094
$as_echo "yes" >&6; }
29819
 :
30095
 :
29820
 USE_THREADS="-D_THREAD_SAFE -pthread"
30096
 USE_THREADS="-D_THREAD_SAFE -pthread"
29821
else
30097
else
29822
 { echo "$as_me:$LINENO: result: no" >&5
30098
 { $as_echo "$as_me:$LINENO: result: no" >&5
29823
echo "${ECHO_T}no" >&6; }
30099
$as_echo "no" >&6; }
29824
 :
30100
 :
29825
 
30101
 
29826
fi
30102
fi
29827
 
30103
 
29828
      fi
30104
      fi
Line 29830... Line 30106...
29830
 
30106
 
29831
 
30107
 
29832
    case $host_os in
30108
    case $host_os in
29833
 	solaris*)
30109
 	solaris*)
29834
 
30110
 
29835
{ echo "$as_me:$LINENO: checking whether $CXX supports -mt" >&5
30111
{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -mt" >&5
29836
echo $ECHO_N "checking whether $CXX supports -mt... $ECHO_C" >&6; }
30112
$as_echo_n "checking whether $CXX supports -mt... " >&6; }
29837
kde_cache=`echo mt | sed 'y% .=/+-,%____p__%'`
30113
kde_cache=`echo mt | sed 'y% .=/+-,%____p__%'`
29838
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
30114
if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
29839
  echo $ECHO_N "(cached) $ECHO_C" >&6
30115
  $as_echo_n "(cached) " >&6
29840
else
30116
else
29841
 
30117
 
29842
 
30118
 
29843
   ac_ext=cpp
30119
   ac_ext=cpp
29844
ac_cpp='$CXXCPP $CPPFLAGS'
30120
ac_cpp='$CXXCPP $CPPFLAGS'
Line 29870... Line 30146...
29870
if { (ac_try="$ac_link"
30146
if { (ac_try="$ac_link"
29871
case "(($ac_try" in
30147
case "(($ac_try" in
29872
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30148
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29873
  *) ac_try_echo=$ac_try;;
30149
  *) ac_try_echo=$ac_try;;
29874
esac
30150
esac
29875
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30151
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
30152
$as_echo "$ac_try_echo") >&5
29876
  (eval "$ac_link") 2>conftest.er1
30153
  (eval "$ac_link") 2>conftest.er1
29877
  ac_status=$?
30154
  ac_status=$?
29878
  grep -v '^ *+' conftest.er1 >conftest.err
30155
  grep -v '^ *+' conftest.er1 >conftest.err
29879
  rm -f conftest.er1
30156
  rm -f conftest.er1
29880
  cat conftest.err >&5
30157
  cat conftest.err >&5
29881
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30158
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29882
  (exit $ac_status); } && {
30159
  (exit $ac_status); } && {
29883
	 test -z "$ac_cxx_werror_flag" ||
30160
	 test -z "$ac_cxx_werror_flag" ||
29884
	 test ! -s conftest.err
30161
	 test ! -s conftest.err
29885
       } && test -s conftest$ac_exeext &&
30162
       } && test -s conftest$ac_exeext && {
-
 
30163
	 test "$cross_compiling" = yes ||
29886
       $as_test_x conftest$ac_exeext; then
30164
	 $as_test_x conftest$ac_exeext
-
 
30165
       }; then
29887
  eval "kde_cv_prog_cxx_$kde_cache=yes"
30166
  eval "kde_cv_prog_cxx_$kde_cache=yes"
29888
else
30167
else
29889
  echo "$as_me: failed program was:" >&5
30168
  $as_echo "$as_me: failed program was:" >&5
29890
sed 's/^/| /' conftest.$ac_ext >&5
30169
sed 's/^/| /' conftest.$ac_ext >&5
29891
 
30170
 
29892
 
30171
 
29893
fi
30172
fi
29894
 
30173
 
-
 
30174
rm -rf conftest.dSYM
29895
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30175
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29896
      conftest$ac_exeext conftest.$ac_ext
30176
      conftest$ac_exeext conftest.$ac_ext
29897
  CXXFLAGS="$save_CXXFLAGS"
30177
  CXXFLAGS="$save_CXXFLAGS"
29898
  ac_ext=c
30178
  ac_ext=c
29899
ac_cpp='$CPP $CPPFLAGS'
30179
ac_cpp='$CPP $CPPFLAGS'
Line 29903... Line 30183...
29903
 
30183
 
29904
 
30184
 
29905
fi
30185
fi
29906
 
30186
 
29907
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
30187
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
29908
 { echo "$as_me:$LINENO: result: yes" >&5
30188
 { $as_echo "$as_me:$LINENO: result: yes" >&5
29909
echo "${ECHO_T}yes" >&6; }
30189
$as_echo "yes" >&6; }
29910
 :
30190
 :
29911
 USE_THREADS="-mt"
30191
 USE_THREADS="-mt"
29912
else
30192
else
29913
 { echo "$as_me:$LINENO: result: no" >&5
30193
 { $as_echo "$as_me:$LINENO: result: no" >&5
29914
echo "${ECHO_T}no" >&6; }
30194
$as_echo "no" >&6; }
29915
 :
30195
 :
29916
 
30196
 
29917
fi
30197
fi
29918
 
30198
 
29919
                CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4"
30199
                CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4"
Line 29936... Line 30216...
29936
    esac
30216
    esac
29937
 
30217
 
29938
 
30218
 
29939
 
30219
 
29940
 
30220
 
29941
{ echo "$as_me:$LINENO: checking for extra includes" >&5
30221
{ $as_echo "$as_me:$LINENO: checking for extra includes" >&5
29942
echo $ECHO_N "checking for extra includes... $ECHO_C" >&6; }
30222
$as_echo_n "checking for extra includes... " >&6; }
29943
 
30223
 
29944
# Check whether --with-extra-includes was given.
30224
# Check whether --with-extra-includes was given.
29945
if test "${with_extra_includes+set}" = set; then
30225
if test "${with_extra_includes+set}" = set; then
29946
  withval=$with_extra_includes; kde_use_extra_includes="$withval"
30226
  withval=$with_extra_includes; kde_use_extra_includes="$withval"
29947
else
30227
else
Line 29964... Line 30244...
29964
else
30244
else
29965
   kde_use_extra_includes="no"
30245
   kde_use_extra_includes="no"
29966
fi
30246
fi
29967
 
30247
 
29968
 
30248
 
29969
{ echo "$as_me:$LINENO: result: $kde_use_extra_includes" >&5
30249
{ $as_echo "$as_me:$LINENO: result: $kde_use_extra_includes" >&5
29970
echo "${ECHO_T}$kde_use_extra_includes" >&6; }
30250
$as_echo "$kde_use_extra_includes" >&6; }
29971
 
30251
 
29972
kde_extra_libs=
30252
kde_extra_libs=
29973
{ echo "$as_me:$LINENO: checking for extra libs" >&5
30253
{ $as_echo "$as_me:$LINENO: checking for extra libs" >&5
29974
echo $ECHO_N "checking for extra libs... $ECHO_C" >&6; }
30254
$as_echo_n "checking for extra libs... " >&6; }
29975
 
30255
 
29976
# Check whether --with-extra-libs was given.
30256
# Check whether --with-extra-libs was given.
29977
if test "${with_extra_libs+set}" = set; then
30257
if test "${with_extra_libs+set}" = set; then
29978
  withval=$with_extra_libs; kde_use_extra_libs=$withval
30258
  withval=$with_extra_libs; kde_use_extra_libs=$withval
29979
else
30259
else
Line 29997... Line 30277...
29997
   kde_use_extra_libs="no"
30277
   kde_use_extra_libs="no"
29998
fi
30278
fi
29999
 
30279
 
30000
 
30280
 
30001
 
30281
 
30002
{ echo "$as_me:$LINENO: result: $kde_use_extra_libs" >&5
30282
{ $as_echo "$as_me:$LINENO: result: $kde_use_extra_libs" >&5
30003
echo "${ECHO_T}$kde_use_extra_libs" >&6; }
30283
$as_echo "$kde_use_extra_libs" >&6; }
30004
 
30284
 
30005
 
30285
 
30006
 
30286
 
30007
 
30287
 
30008
{ echo "$as_me:$LINENO: checking for libz" >&5
30288
{ $as_echo "$as_me:$LINENO: checking for libz" >&5
30009
echo $ECHO_N "checking for libz... $ECHO_C" >&6; }
30289
$as_echo_n "checking for libz... " >&6; }
30010
if test "${ac_cv_lib_z+set}" = set; then
30290
if test "${ac_cv_lib_z+set}" = set; then
30011
  echo $ECHO_N "(cached) $ECHO_C" >&6
30291
  $as_echo_n "(cached) " >&6
30012
else
30292
else
30013
 
30293
 
30014
kde_save_LIBS="$LIBS"
30294
kde_save_LIBS="$LIBS"
30015
LIBS="$all_libraries $USER_LDFLAGS -lz $LIBSOCKET"
30295
LIBS="$all_libraries $USER_LDFLAGS -lz $LIBSOCKET"
30016
kde_save_CFLAGS="$CFLAGS"
30296
kde_save_CFLAGS="$CFLAGS"
Line 30043... Line 30323...
30043
if { (ac_try="$ac_link"
30323
if { (ac_try="$ac_link"
30044
case "(($ac_try" in
30324
case "(($ac_try" in
30045
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30325
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30046
  *) ac_try_echo=$ac_try;;
30326
  *) ac_try_echo=$ac_try;;
30047
esac
30327
esac
30048
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30328
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
30329
$as_echo "$ac_try_echo") >&5
30049
  (eval "$ac_link") 2>conftest.er1
30330
  (eval "$ac_link") 2>conftest.er1
30050
  ac_status=$?
30331
  ac_status=$?
30051
  grep -v '^ *+' conftest.er1 >conftest.err
30332
  grep -v '^ *+' conftest.er1 >conftest.err
30052
  rm -f conftest.er1
30333
  rm -f conftest.er1
30053
  cat conftest.err >&5
30334
  cat conftest.err >&5
30054
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30335
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30055
  (exit $ac_status); } && {
30336
  (exit $ac_status); } && {
30056
	 test -z "$ac_c_werror_flag" ||
30337
	 test -z "$ac_c_werror_flag" ||
30057
	 test ! -s conftest.err
30338
	 test ! -s conftest.err
30058
       } && test -s conftest$ac_exeext &&
30339
       } && test -s conftest$ac_exeext && {
-
 
30340
	 test "$cross_compiling" = yes ||
30059
       $as_test_x conftest$ac_exeext; then
30341
	 $as_test_x conftest$ac_exeext
-
 
30342
       }; then
30060
  eval "ac_cv_lib_z='-lz'"
30343
  eval "ac_cv_lib_z='-lz'"
30061
else
30344
else
30062
  echo "$as_me: failed program was:" >&5
30345
  $as_echo "$as_me: failed program was:" >&5
30063
sed 's/^/| /' conftest.$ac_ext >&5
30346
sed 's/^/| /' conftest.$ac_ext >&5
30064
 
30347
 
30065
	eval "ac_cv_lib_z=no"
30348
	eval "ac_cv_lib_z=no"
30066
fi
30349
fi
30067
 
30350
 
-
 
30351
rm -rf conftest.dSYM
30068
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30352
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30069
      conftest$ac_exeext conftest.$ac_ext
30353
      conftest$ac_exeext conftest.$ac_ext
30070
LIBS="$kde_save_LIBS"
30354
LIBS="$kde_save_LIBS"
30071
CFLAGS="$kde_save_CFLAGS"
30355
CFLAGS="$kde_save_CFLAGS"
30072
 
30356
 
Line 30076... Line 30360...
30076
cat >>confdefs.h <<_ACEOF
30360
cat >>confdefs.h <<_ACEOF
30077
#define HAVE_LIBZ 1
30361
#define HAVE_LIBZ 1
30078
_ACEOF
30362
_ACEOF
30079
 
30363
 
30080
  LIBZ="$ac_cv_lib_z"
30364
  LIBZ="$ac_cv_lib_z"
30081
  { echo "$as_me:$LINENO: result: $ac_cv_lib_z" >&5
30365
  { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z" >&5
30082
echo "${ECHO_T}$ac_cv_lib_z" >&6; }
30366
$as_echo "$ac_cv_lib_z" >&6; }
30083
else
30367
else
30084
  { { echo "$as_me:$LINENO: error: not found.
30368
  { { $as_echo "$as_me:$LINENO: error: not found.
30085
          Possibly configure picks up an outdated version
30369
          Possibly configure picks up an outdated version
30086
          installed by XFree86. Remove it from your system.
30370
          installed by XFree86. Remove it from your system.
30087
 
30371
 
30088
          Check your installation and look into config.log" >&5
30372
          Check your installation and look into config.log" >&5
30089
echo "$as_me: error: not found.
30373
$as_echo "$as_me: error: not found.
30090
          Possibly configure picks up an outdated version
30374
          Possibly configure picks up an outdated version
30091
          installed by XFree86. Remove it from your system.
30375
          installed by XFree86. Remove it from your system.
30092
 
30376
 
30093
          Check your installation and look into config.log" >&2;}
30377
          Check your installation and look into config.log" >&2;}
30094
   { (exit 1); exit 1; }; }
30378
   { (exit 1); exit 1; }; }
Line 30097... Line 30381...
30097
 
30381
 
30098
 
30382
 
30099
 
30383
 
30100
 
30384
 
30101
 
30385
 
30102
{ echo "$as_me:$LINENO: checking for libpng" >&5
30386
{ $as_echo "$as_me:$LINENO: checking for libpng" >&5
30103
echo $ECHO_N "checking for libpng... $ECHO_C" >&6; }
30387
$as_echo_n "checking for libpng... " >&6; }
30104
if test "${ac_cv_lib_png+set}" = set; then
30388
if test "${ac_cv_lib_png+set}" = set; then
30105
  echo $ECHO_N "(cached) $ECHO_C" >&6
30389
  $as_echo_n "(cached) " >&6
30106
else
30390
else
30107
 
30391
 
30108
kde_save_LIBS="$LIBS"
30392
kde_save_LIBS="$LIBS"
30109
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
30393
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
30110
LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm -lX11 $LIBSOCKET"
30394
LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm -lX11 $LIBSOCKET"
Line 30139... Line 30423...
30139
if { (ac_try="$ac_link"
30423
if { (ac_try="$ac_link"
30140
case "(($ac_try" in
30424
case "(($ac_try" in
30141
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30425
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30142
  *) ac_try_echo=$ac_try;;
30426
  *) ac_try_echo=$ac_try;;
30143
esac
30427
esac
30144
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30428
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
30429
$as_echo "$ac_try_echo") >&5
30145
  (eval "$ac_link") 2>conftest.er1
30430
  (eval "$ac_link") 2>conftest.er1
30146
  ac_status=$?
30431
  ac_status=$?
30147
  grep -v '^ *+' conftest.er1 >conftest.err
30432
  grep -v '^ *+' conftest.er1 >conftest.err
30148
  rm -f conftest.er1
30433
  rm -f conftest.er1
30149
  cat conftest.err >&5
30434
  cat conftest.err >&5
30150
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30435
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30151
  (exit $ac_status); } && {
30436
  (exit $ac_status); } && {
30152
	 test -z "$ac_c_werror_flag" ||
30437
	 test -z "$ac_c_werror_flag" ||
30153
	 test ! -s conftest.err
30438
	 test ! -s conftest.err
30154
       } && test -s conftest$ac_exeext &&
30439
       } && test -s conftest$ac_exeext && {
-
 
30440
	 test "$cross_compiling" = yes ||
30155
       $as_test_x conftest$ac_exeext; then
30441
	 $as_test_x conftest$ac_exeext
-
 
30442
       }; then
30156
  eval "ac_cv_lib_png='-lpng $LIBZ -lm'"
30443
  eval "ac_cv_lib_png='-lpng $LIBZ -lm'"
30157
else
30444
else
30158
  echo "$as_me: failed program was:" >&5
30445
  $as_echo "$as_me: failed program was:" >&5
30159
sed 's/^/| /' conftest.$ac_ext >&5
30446
sed 's/^/| /' conftest.$ac_ext >&5
30160
 
30447
 
30161
	eval "ac_cv_lib_png=no"
30448
	eval "ac_cv_lib_png=no"
30162
 
30449
 
30163
fi
30450
fi
30164
 
30451
 
-
 
30452
rm -rf conftest.dSYM
30165
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30453
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30166
      conftest$ac_exeext conftest.$ac_ext
30454
      conftest$ac_exeext conftest.$ac_ext
30167
LIBS="$kde_save_LIBS"
30455
LIBS="$kde_save_LIBS"
30168
CFLAGS="$kde_save_CFLAGS"
30456
CFLAGS="$kde_save_CFLAGS"
30169
 
30457
 
Line 30174... Line 30462...
30174
#define HAVE_LIBPNG 1
30462
#define HAVE_LIBPNG 1
30175
_ACEOF
30463
_ACEOF
30176
 
30464
 
30177
  LIBPNG="$ac_cv_lib_png"
30465
  LIBPNG="$ac_cv_lib_png"
30178
 
30466
 
30179
  { echo "$as_me:$LINENO: result: $ac_cv_lib_png" >&5
30467
  { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_png" >&5
30180
echo "${ECHO_T}$ac_cv_lib_png" >&6; }
30468
$as_echo "$ac_cv_lib_png" >&6; }
30181
else
30469
else
30182
  { echo "$as_me:$LINENO: result: no" >&5
30470
  { $as_echo "$as_me:$LINENO: result: no" >&5
30183
echo "${ECHO_T}no" >&6; }
30471
$as_echo "no" >&6; }
30184
  LIBPNG=""
30472
  LIBPNG=""
30185
 
30473
 
30186
fi
30474
fi
30187
 
30475
 
30188
 
30476
 
30189
 
30477
 
30190
{ echo "$as_me:$LINENO: checking for libjpeg6b" >&5
30478
{ $as_echo "$as_me:$LINENO: checking for libjpeg6b" >&5
30191
echo $ECHO_N "checking for libjpeg6b... $ECHO_C" >&6; }
30479
$as_echo_n "checking for libjpeg6b... " >&6; }
30192
if test "${ac_cv_lib_jpeg_6b+set}" = set; then
30480
if test "${ac_cv_lib_jpeg_6b+set}" = set; then
30193
  echo $ECHO_N "(cached) $ECHO_C" >&6
30481
  $as_echo_n "(cached) " >&6
30194
else
30482
else
30195
 
30483
 
30196
ac_save_LIBS="$LIBS"
30484
ac_save_LIBS="$LIBS"
30197
LIBS="$all_libraries $USER_LDFLAGS -ljpeg6b -lm"
30485
LIBS="$all_libraries $USER_LDFLAGS -ljpeg6b -lm"
30198
ac_save_CFLAGS="$CFLAGS"
30486
ac_save_CFLAGS="$CFLAGS"
Line 30224... Line 30512...
30224
if { (ac_try="$ac_link"
30512
if { (ac_try="$ac_link"
30225
case "(($ac_try" in
30513
case "(($ac_try" in
30226
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30514
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30227
  *) ac_try_echo=$ac_try;;
30515
  *) ac_try_echo=$ac_try;;
30228
esac
30516
esac
30229
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30517
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
30518
$as_echo "$ac_try_echo") >&5
30230
  (eval "$ac_link") 2>conftest.er1
30519
  (eval "$ac_link") 2>conftest.er1
30231
  ac_status=$?
30520
  ac_status=$?
30232
  grep -v '^ *+' conftest.er1 >conftest.err
30521
  grep -v '^ *+' conftest.er1 >conftest.err
30233
  rm -f conftest.er1
30522
  rm -f conftest.er1
30234
  cat conftest.err >&5
30523
  cat conftest.err >&5
30235
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30524
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30236
  (exit $ac_status); } && {
30525
  (exit $ac_status); } && {
30237
	 test -z "$ac_c_werror_flag" ||
30526
	 test -z "$ac_c_werror_flag" ||
30238
	 test ! -s conftest.err
30527
	 test ! -s conftest.err
30239
       } && test -s conftest$ac_exeext &&
30528
       } && test -s conftest$ac_exeext && {
-
 
30529
	 test "$cross_compiling" = yes ||
30240
       $as_test_x conftest$ac_exeext; then
30530
	 $as_test_x conftest$ac_exeext
-
 
30531
       }; then
30241
  eval "ac_cv_lib_jpeg_6b=-ljpeg6b"
30532
  eval "ac_cv_lib_jpeg_6b=-ljpeg6b"
30242
else
30533
else
30243
  echo "$as_me: failed program was:" >&5
30534
  $as_echo "$as_me: failed program was:" >&5
30244
sed 's/^/| /' conftest.$ac_ext >&5
30535
sed 's/^/| /' conftest.$ac_ext >&5
30245
 
30536
 
30246
	eval "ac_cv_lib_jpeg_6b=no"
30537
	eval "ac_cv_lib_jpeg_6b=no"
30247
fi
30538
fi
30248
 
30539
 
-
 
30540
rm -rf conftest.dSYM
30249
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30541
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30250
      conftest$ac_exeext conftest.$ac_ext
30542
      conftest$ac_exeext conftest.$ac_ext
30251
LIBS="$ac_save_LIBS"
30543
LIBS="$ac_save_LIBS"
30252
CFLAGS="$ac_save_CFLAGS"
30544
CFLAGS="$ac_save_CFLAGS"
30253
 
30545
 
30254
fi
30546
fi
30255
 
30547
 
30256
 
30548
 
30257
if eval "test ! \"`echo $ac_cv_lib_jpeg_6b`\" = no"; then
30549
if eval "test ! \"`echo $ac_cv_lib_jpeg_6b`\" = no"; then
30258
  LIBJPEG="$ac_cv_lib_jpeg_6b"
30550
  LIBJPEG="$ac_cv_lib_jpeg_6b"
30259
  { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_6b" >&5
30551
  { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_6b" >&5
30260
echo "${ECHO_T}$ac_cv_lib_jpeg_6b" >&6; }
30552
$as_echo "$ac_cv_lib_jpeg_6b" >&6; }
30261
else
30553
else
30262
  { echo "$as_me:$LINENO: result: no" >&5
30554
  { $as_echo "$as_me:$LINENO: result: no" >&5
30263
echo "${ECHO_T}no" >&6; }
30555
$as_echo "no" >&6; }
30264
 
30556
 
30265
{ echo "$as_me:$LINENO: checking for libjpeg" >&5
30557
{ $as_echo "$as_me:$LINENO: checking for libjpeg" >&5
30266
echo $ECHO_N "checking for libjpeg... $ECHO_C" >&6; }
30558
$as_echo_n "checking for libjpeg... " >&6; }
30267
if test "${ac_cv_lib_jpeg_normal+set}" = set; then
30559
if test "${ac_cv_lib_jpeg_normal+set}" = set; then
30268
  echo $ECHO_N "(cached) $ECHO_C" >&6
30560
  $as_echo_n "(cached) " >&6
30269
else
30561
else
30270
 
30562
 
30271
ac_save_LIBS="$LIBS"
30563
ac_save_LIBS="$LIBS"
30272
LIBS="$all_libraries $USER_LDFLAGS -ljpeg -lm"
30564
LIBS="$all_libraries $USER_LDFLAGS -ljpeg -lm"
30273
ac_save_CFLAGS="$CFLAGS"
30565
ac_save_CFLAGS="$CFLAGS"
Line 30299... Line 30591...
30299
if { (ac_try="$ac_link"
30591
if { (ac_try="$ac_link"
30300
case "(($ac_try" in
30592
case "(($ac_try" in
30301
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30593
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30302
  *) ac_try_echo=$ac_try;;
30594
  *) ac_try_echo=$ac_try;;
30303
esac
30595
esac
30304
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30596
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
30597
$as_echo "$ac_try_echo") >&5
30305
  (eval "$ac_link") 2>conftest.er1
30598
  (eval "$ac_link") 2>conftest.er1
30306
  ac_status=$?
30599
  ac_status=$?
30307
  grep -v '^ *+' conftest.er1 >conftest.err
30600
  grep -v '^ *+' conftest.er1 >conftest.err
30308
  rm -f conftest.er1
30601
  rm -f conftest.er1
30309
  cat conftest.err >&5
30602
  cat conftest.err >&5
30310
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30603
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30311
  (exit $ac_status); } && {
30604
  (exit $ac_status); } && {
30312
	 test -z "$ac_c_werror_flag" ||
30605
	 test -z "$ac_c_werror_flag" ||
30313
	 test ! -s conftest.err
30606
	 test ! -s conftest.err
30314
       } && test -s conftest$ac_exeext &&
30607
       } && test -s conftest$ac_exeext && {
-
 
30608
	 test "$cross_compiling" = yes ||
30315
       $as_test_x conftest$ac_exeext; then
30609
	 $as_test_x conftest$ac_exeext
-
 
30610
       }; then
30316
  eval "ac_cv_lib_jpeg_normal=-ljpeg"
30611
  eval "ac_cv_lib_jpeg_normal=-ljpeg"
30317
else
30612
else
30318
  echo "$as_me: failed program was:" >&5
30613
  $as_echo "$as_me: failed program was:" >&5
30319
sed 's/^/| /' conftest.$ac_ext >&5
30614
sed 's/^/| /' conftest.$ac_ext >&5
30320
 
30615
 
30321
	eval "ac_cv_lib_jpeg_normal=no"
30616
	eval "ac_cv_lib_jpeg_normal=no"
30322
fi
30617
fi
30323
 
30618
 
-
 
30619
rm -rf conftest.dSYM
30324
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30620
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30325
      conftest$ac_exeext conftest.$ac_ext
30621
      conftest$ac_exeext conftest.$ac_ext
30326
LIBS="$ac_save_LIBS"
30622
LIBS="$ac_save_LIBS"
30327
CFLAGS="$ac_save_CFLAGS"
30623
CFLAGS="$ac_save_CFLAGS"
30328
 
30624
 
30329
fi
30625
fi
30330
 
30626
 
30331
 
30627
 
30332
if eval "test ! \"`echo $ac_cv_lib_jpeg_normal`\" = no"; then
30628
if eval "test ! \"`echo $ac_cv_lib_jpeg_normal`\" = no"; then
30333
  LIBJPEG="$ac_cv_lib_jpeg_normal"
30629
  LIBJPEG="$ac_cv_lib_jpeg_normal"
30334
  { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_normal" >&5
30630
  { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_normal" >&5
30335
echo "${ECHO_T}$ac_cv_lib_jpeg_normal" >&6; }
30631
$as_echo "$ac_cv_lib_jpeg_normal" >&6; }
30336
else
30632
else
30337
  { echo "$as_me:$LINENO: result: no" >&5
30633
  { $as_echo "$as_me:$LINENO: result: no" >&5
30338
echo "${ECHO_T}no" >&6; }
30634
$as_echo "no" >&6; }
30339
 
30635
 
30340
       LIBJPEG=
30636
       LIBJPEG=
30341
 
30637
 
30342
 
30638
 
30343
fi
30639
fi
Line 30353... Line 30649...
30353
jpeg_incdir=NO
30649
jpeg_incdir=NO
30354
for i in $jpeg_incdirs;
30650
for i in $jpeg_incdirs;
30355
do
30651
do
30356
  for j in jpeglib.h;
30652
  for j in jpeglib.h;
30357
  do
30653
  do
30358
    echo "configure: 30358: $i/$j" >&5
30654
    echo "configure: 30654: $i/$j" >&5
30359
    if test -r "$i/$j"; then
30655
    if test -r "$i/$j"; then
30360
      echo "taking that" >&5
30656
      echo "taking that" >&5
30361
      jpeg_incdir=$i
30657
      jpeg_incdir=$i
30362
      break 2
30658
      break 2
30363
    fi
30659
    fi
Line 30372... Line 30668...
30372
#define HAVE_LIBJPEG 1
30668
#define HAVE_LIBJPEG 1
30373
_ACEOF
30669
_ACEOF
30374
 
30670
 
30375
else
30671
else
30376
  if test -n "$jpeg_incdir" || test -n "$LIBJPEG" ; then
30672
  if test -n "$jpeg_incdir" || test -n "$LIBJPEG" ; then
30377
    { echo "$as_me:$LINENO: WARNING:
30673
    { $as_echo "$as_me:$LINENO: WARNING:
30378
There is an installation error in jpeg support. You seem to have only one
30674
There is an installation error in jpeg support. You seem to have only one
30379
of either the headers _or_ the libraries installed. You may need to either
30675
of either the headers _or_ the libraries installed. You may need to either
30380
provide correct --with-extra-... options, or the development package of
30676
provide correct --with-extra-... options, or the development package of
30381
libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
30677
libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
30382
Disabling JPEG support.
30678
Disabling JPEG support.
30383
" >&5
30679
" >&5
30384
echo "$as_me: WARNING:
30680
$as_echo "$as_me: WARNING:
30385
There is an installation error in jpeg support. You seem to have only one
30681
There is an installation error in jpeg support. You seem to have only one
30386
of either the headers _or_ the libraries installed. You may need to either
30682
of either the headers _or_ the libraries installed. You may need to either
30387
provide correct --with-extra-... options, or the development package of
30683
provide correct --with-extra-... options, or the development package of
30388
libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
30684
libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
30389
Disabling JPEG support.
30685
Disabling JPEG support.
30390
" >&2;}
30686
" >&2;}
30391
  else
30687
  else
30392
    { echo "$as_me:$LINENO: WARNING: libjpeg not found. disable JPEG support." >&5
30688
    { $as_echo "$as_me:$LINENO: WARNING: libjpeg not found. disable JPEG support." >&5
30393
echo "$as_me: WARNING: libjpeg not found. disable JPEG support." >&2;}
30689
$as_echo "$as_me: WARNING: libjpeg not found. disable JPEG support." >&2;}
30394
  fi
30690
  fi
30395
  jpeg_incdir=
30691
  jpeg_incdir=
30396
  LIBJPEG=
30692
  LIBJPEG=
30397
fi
30693
fi
30398
 
30694
 
Line 30400... Line 30696...
30400
 
30696
 
30401
 
30697
 
30402
 
30698
 
30403
 
30699
 
30404
 
30700
 
30405
   { echo "$as_me:$LINENO: checking for perl" >&5
30701
   { $as_echo "$as_me:$LINENO: checking for perl" >&5
30406
echo $ECHO_N "checking for perl... $ECHO_C" >&6; }
30702
$as_echo_n "checking for perl... " >&6; }
30407
   if test -n "$PERL"; then
30703
   if test -n "$PERL"; then
30408
        kde_cv_path="$PERL";
30704
        kde_cv_path="$PERL";
30409
   else
30705
   else
30410
        kde_cache=`echo perl | sed 'y%./+-%__p_%'`
30706
        kde_cache=`echo perl | sed 'y%./+-%__p_%'`
30411
 
30707
 
30412
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
30708
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
30413
  echo $ECHO_N "(cached) $ECHO_C" >&6
30709
  $as_echo_n "(cached) " >&6
30414
else
30710
else
30415
 
30711
 
30416
        kde_cv_path="NONE"
30712
        kde_cv_path="NONE"
30417
	kde_save_IFS=$IFS
30713
	kde_save_IFS=$IFS
30418
	IFS=':'
30714
	IFS=':'
Line 30450... Line 30746...
30450
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
30746
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
30451
 
30747
 
30452
   fi
30748
   fi
30453
 
30749
 
30454
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
30750
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
30455
      { echo "$as_me:$LINENO: result: not found" >&5
30751
      { $as_echo "$as_me:$LINENO: result: not found" >&5
30456
echo "${ECHO_T}not found" >&6; }
30752
$as_echo "not found" >&6; }
30457
 
30753
 
30458
		    { { echo "$as_me:$LINENO: error: No Perl found in your $PATH.
30754
		    { { $as_echo "$as_me:$LINENO: error: No Perl found in your $PATH.
30459
We need perl to generate some code." >&5
30755
We need perl to generate some code." >&5
30460
echo "$as_me: error: No Perl found in your $PATH.
30756
$as_echo "$as_me: error: No Perl found in your $PATH.
30461
We need perl to generate some code." >&2;}
30757
We need perl to generate some code." >&2;}
30462
   { (exit 1); exit 1; }; }
30758
   { (exit 1); exit 1; }; }
30463
 
30759
 
30464
   else
30760
   else
30465
      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
30761
      { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5
30466
echo "${ECHO_T}$kde_cv_path" >&6; }
30762
$as_echo "$kde_cv_path" >&6; }
30467
      PERL=$kde_cv_path
30763
      PERL=$kde_cv_path
30468
 
30764
 
30469
   fi
30765
   fi
30470
 
30766
 
30471
 
30767
 
Line 30586... Line 30882...
30586
if test $kde_qtver = 3; then
30882
if test $kde_qtver = 3; then
30587
 
30883
 
30588
  LIBQT="$LIBQT $LIBDL"
30884
  LIBQT="$LIBQT $LIBDL"
30589
fi
30885
fi
30590
 
30886
 
30591
{ echo "$as_me:$LINENO: checking for Qt" >&5
30887
{ $as_echo "$as_me:$LINENO: checking for Qt" >&5
30592
echo $ECHO_N "checking for Qt... $ECHO_C" >&6; }
30888
$as_echo_n "checking for Qt... " >&6; }
30593
 
30889
 
30594
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
30890
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
30595
LIBQT="$LIBQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET"
30891
LIBQT="$LIBQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET"
30596
fi
30892
fi
30597
ac_qt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO
30893
ac_qt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO
Line 30626... Line 30922...
30626
 
30922
 
30627
fi
30923
fi
30628
 
30924
 
30629
 
30925
 
30630
if test "${ac_cv_have_qt+set}" = set; then
30926
if test "${ac_cv_have_qt+set}" = set; then
30631
  echo $ECHO_N "(cached) $ECHO_C" >&6
30927
  $as_echo_n "(cached) " >&6
30632
else
30928
else
30633
  #try to guess Qt locations
30929
  #try to guess Qt locations
30634
 
30930
 
30635
qt_incdirs=""
30931
qt_incdirs=""
30636
for dir in $kde_qt_dirs; do
30932
for dir in $kde_qt_dirs; do
Line 30651... Line 30947...
30651
qt_incdir=NO
30947
qt_incdir=NO
30652
for i in $qt_incdirs;
30948
for i in $qt_incdirs;
30653
do
30949
do
30654
  for j in $kde_qt_header;
30950
  for j in $kde_qt_header;
30655
  do
30951
  do
30656
    echo "configure: 30656: $i/$j" >&5
30952
    echo "configure: 30952: $i/$j" >&5
30657
    if test -r "$i/$j"; then
30953
    if test -r "$i/$j"; then
30658
      echo "taking that" >&5
30954
      echo "taking that" >&5
30659
      qt_incdir=$i
30955
      qt_incdir=$i
30660
      break 2
30956
      break 2
30661
    fi
30957
    fi
Line 30771... Line 31067...
30771
 
31067
 
30772
 
31068
 
30773
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31069
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30774
  (eval $ac_link) 2>&5
31070
  (eval $ac_link) 2>&5
30775
  ac_status=$?
31071
  ac_status=$?
30776
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31072
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30777
  (exit $ac_status); } && test -s conftest; then
31073
  (exit $ac_status); } && test -s conftest; then
30778
  rm -f conftest*
31074
  rm -f conftest*
30779
else
31075
else
30780
  echo "configure: failed program was:" >&5
31076
  echo "configure: failed program was:" >&5
30781
  cat conftest.$ac_ext >&5
31077
  cat conftest.$ac_ext >&5
Line 30810... Line 31106...
30810
    else
31106
    else
30811
       ac_qt_notfound="(library $qtlib)";
31107
       ac_qt_notfound="(library $qtlib)";
30812
    fi
31108
    fi
30813
  fi
31109
  fi
30814
 
31110
 
30815
  { { echo "$as_me:$LINENO: error: Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
31111
  { { $as_echo "$as_me:$LINENO: error: Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
30816
For more details about this problem, look at the end of config.log.$missing_qt_mt" >&5
31112
For more details about this problem, look at the end of config.log.$missing_qt_mt" >&5
30817
echo "$as_me: error: Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
31113
$as_echo "$as_me: error: Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
30818
For more details about this problem, look at the end of config.log.$missing_qt_mt" >&2;}
31114
For more details about this problem, look at the end of config.log.$missing_qt_mt" >&2;}
30819
   { (exit 1); exit 1; }; }
31115
   { (exit 1); exit 1; }; }
30820
else
31116
else
30821
  have_qt="yes"
31117
  have_qt="yes"
30822
fi
31118
fi
Line 30825... Line 31121...
30825
 
31121
 
30826
 
31122
 
30827
eval "$ac_cv_have_qt"
31123
eval "$ac_cv_have_qt"
30828
 
31124
 
30829
if test "$have_qt" != yes; then
31125
if test "$have_qt" != yes; then
30830
  { echo "$as_me:$LINENO: result: $have_qt" >&5
31126
  { $as_echo "$as_me:$LINENO: result: $have_qt" >&5
30831
echo "${ECHO_T}$have_qt" >&6; };
31127
$as_echo "$have_qt" >&6; };
30832
else
31128
else
30833
  ac_cv_have_qt="have_qt=yes \
31129
  ac_cv_have_qt="have_qt=yes \
30834
    ac_qt_includes=$ac_qt_includes ac_qt_libraries=$ac_qt_libraries"
31130
    ac_qt_includes=$ac_qt_includes ac_qt_libraries=$ac_qt_libraries"
30835
  { echo "$as_me:$LINENO: result: libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&5
31131
  { $as_echo "$as_me:$LINENO: result: libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&5
30836
echo "${ECHO_T}libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&6; }
31132
$as_echo "libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&6; }
30837
 
31133
 
30838
  qt_libraries="$ac_qt_libraries"
31134
  qt_libraries="$ac_qt_libraries"
30839
  qt_includes="$ac_qt_includes"
31135
  qt_includes="$ac_qt_includes"
30840
fi
31136
fi
30841
 
31137
 
30842
if test ! "$kde_qt_libs_given" = "yes" && test ! "$kde_qtver" = 3; then
31138
if test ! "$kde_qt_libs_given" = "yes" && test ! "$kde_qtver" = 3; then
30843
 
31139
 
30844
 
31140
 
30845
{ echo "$as_me:$LINENO: checking if Qt compiles without flags" >&5
31141
{ $as_echo "$as_me:$LINENO: checking if Qt compiles without flags" >&5
30846
echo $ECHO_N "checking if Qt compiles without flags... $ECHO_C" >&6; }
31142
$as_echo_n "checking if Qt compiles without flags... " >&6; }
30847
if test "${kde_cv_qt_direct+set}" = set; then
31143
if test "${kde_cv_qt_direct+set}" = set; then
30848
  echo $ECHO_N "(cached) $ECHO_C" >&6
31144
  $as_echo_n "(cached) " >&6
30849
else
31145
else
30850
 
31146
 
30851
 
31147
 
30852
 ac_ext=cpp
31148
 ac_ext=cpp
30853
ac_cpp='$CXXCPP $CPPFLAGS'
31149
ac_cpp='$CXXCPP $CPPFLAGS'
Line 30939... Line 31235...
30939
 
31235
 
30940
 
31236
 
30941
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31237
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30942
  (eval $ac_link) 2>&5
31238
  (eval $ac_link) 2>&5
30943
  ac_status=$?
31239
  ac_status=$?
30944
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31240
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30945
  (exit $ac_status); } && test -s conftest; then
31241
  (exit $ac_status); } && test -s conftest; then
30946
  kde_cv_qt_direct="yes"
31242
  kde_cv_qt_direct="yes"
30947
else
31243
else
30948
  kde_cv_qt_direct="no"
31244
  kde_cv_qt_direct="no"
30949
  echo "configure: failed program was:" >&5
31245
  echo "configure: failed program was:" >&5
Line 30968... Line 31264...
30968
 
31264
 
30969
fi
31265
fi
30970
 
31266
 
30971
 
31267
 
30972
if test "$kde_cv_qt_direct" = "yes"; then
31268
if test "$kde_cv_qt_direct" = "yes"; then
30973
  { echo "$as_me:$LINENO: result: yes" >&5
31269
  { $as_echo "$as_me:$LINENO: result: yes" >&5
30974
echo "${ECHO_T}yes" >&6; }
31270
$as_echo "yes" >&6; }
30975
  qt_libraries=
31271
  qt_libraries=
30976
else
31272
else
30977
  { echo "$as_me:$LINENO: result: no" >&5
31273
  { $as_echo "$as_me:$LINENO: result: no" >&5
30978
echo "${ECHO_T}no" >&6; }
31274
$as_echo "no" >&6; }
30979
 
31275
 
30980
fi
31276
fi
30981
 
31277
 
30982
fi
31278
fi
30983
 
31279
 
Line 31011... Line 31307...
31011
   if test ! "$ac_qt_bindir" = "NO"; then
31307
   if test ! "$ac_qt_bindir" = "NO"; then
31012
      qt_bindirs="$ac_qt_bindir $qt_bindirs"
31308
      qt_bindirs="$ac_qt_bindir $qt_bindirs"
31013
   fi
31309
   fi
31014
 
31310
 
31015
 
31311
 
31016
   { echo "$as_me:$LINENO: checking for moc" >&5
31312
   { $as_echo "$as_me:$LINENO: checking for moc" >&5
31017
echo $ECHO_N "checking for moc... $ECHO_C" >&6; }
31313
$as_echo_n "checking for moc... " >&6; }
31018
   if test -n "$MOC"; then
31314
   if test -n "$MOC"; then
31019
        kde_cv_path="$MOC";
31315
        kde_cv_path="$MOC";
31020
   else
31316
   else
31021
        kde_cache=`echo moc | sed 'y%./+-%__p_%'`
31317
        kde_cache=`echo moc | sed 'y%./+-%__p_%'`
31022
 
31318
 
31023
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
31319
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
31024
  echo $ECHO_N "(cached) $ECHO_C" >&6
31320
  $as_echo_n "(cached) " >&6
31025
else
31321
else
31026
 
31322
 
31027
        kde_cv_path="NONE"
31323
        kde_cv_path="NONE"
31028
	kde_save_IFS=$IFS
31324
	kde_save_IFS=$IFS
31029
	IFS=':'
31325
	IFS=':'
Line 31061... Line 31357...
31061
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
31357
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
31062
 
31358
 
31063
   fi
31359
   fi
31064
 
31360
 
31065
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
31361
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
31066
      { echo "$as_me:$LINENO: result: not found" >&5
31362
      { $as_echo "$as_me:$LINENO: result: not found" >&5
31067
echo "${ECHO_T}not found" >&6; }
31363
$as_echo "not found" >&6; }
31068
 
31364
 
31069
    { { echo "$as_me:$LINENO: error: No Qt meta object compiler (moc) found!
31365
    { { $as_echo "$as_me:$LINENO: error: No Qt meta object compiler (moc) found!
31070
Please check whether you installed Qt correctly.
31366
Please check whether you installed Qt correctly.
31071
You need to have a running moc binary.
31367
You need to have a running moc binary.
31072
configure tried to run $ac_cv_path_moc and the test didn't
31368
configure tried to run $ac_cv_path_moc and the test didn't
31073
succeed. If configure shouldn't have tried this one, set
31369
succeed. If configure shouldn't have tried this one, set
31074
the environment variable MOC to the right one before running
31370
the environment variable MOC to the right one before running
31075
configure.
31371
configure.
31076
" >&5
31372
" >&5
31077
echo "$as_me: error: No Qt meta object compiler (moc) found!
31373
$as_echo "$as_me: error: No Qt meta object compiler (moc) found!
31078
Please check whether you installed Qt correctly.
31374
Please check whether you installed Qt correctly.
31079
You need to have a running moc binary.
31375
You need to have a running moc binary.
31080
configure tried to run $ac_cv_path_moc and the test didn't
31376
configure tried to run $ac_cv_path_moc and the test didn't
31081
succeed. If configure shouldn't have tried this one, set
31377
succeed. If configure shouldn't have tried this one, set
31082
the environment variable MOC to the right one before running
31378
the environment variable MOC to the right one before running
31083
configure.
31379
configure.
31084
" >&2;}
31380
" >&2;}
31085
   { (exit 1); exit 1; }; }
31381
   { (exit 1); exit 1; }; }
31086
 
31382
 
31087
   else
31383
   else
31088
      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
31384
      { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5
31089
echo "${ECHO_T}$kde_cv_path" >&6; }
31385
$as_echo "$kde_cv_path" >&6; }
31090
      MOC=$kde_cv_path
31386
      MOC=$kde_cv_path
31091
 
31387
 
31092
   fi
31388
   fi
31093
 
31389
 
31094
   if test -z "$UIC_NOT_NEEDED"; then
31390
   if test -z "$UIC_NOT_NEEDED"; then
31095
 
31391
 
31096
   { echo "$as_me:$LINENO: checking for uic" >&5
31392
   { $as_echo "$as_me:$LINENO: checking for uic" >&5
31097
echo $ECHO_N "checking for uic... $ECHO_C" >&6; }
31393
$as_echo_n "checking for uic... " >&6; }
31098
   if test -n "$UIC_PATH"; then
31394
   if test -n "$UIC_PATH"; then
31099
        kde_cv_path="$UIC_PATH";
31395
        kde_cv_path="$UIC_PATH";
31100
   else
31396
   else
31101
        kde_cache=`echo uic | sed 'y%./+-%__p_%'`
31397
        kde_cache=`echo uic | sed 'y%./+-%__p_%'`
31102
 
31398
 
31103
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
31399
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
31104
  echo $ECHO_N "(cached) $ECHO_C" >&6
31400
  $as_echo_n "(cached) " >&6
31105
else
31401
else
31106
 
31402
 
31107
        kde_cv_path="NONE"
31403
        kde_cv_path="NONE"
31108
	kde_save_IFS=$IFS
31404
	kde_save_IFS=$IFS
31109
	IFS=':'
31405
	IFS=':'
Line 31141... Line 31437...
31141
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
31437
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
31142
 
31438
 
31143
   fi
31439
   fi
31144
 
31440
 
31145
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
31441
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
31146
      { echo "$as_me:$LINENO: result: not found" >&5
31442
      { $as_echo "$as_me:$LINENO: result: not found" >&5
31147
echo "${ECHO_T}not found" >&6; }
31443
$as_echo "not found" >&6; }
31148
      UIC_PATH=""
31444
      UIC_PATH=""
31149
   else
31445
   else
31150
      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
31446
      { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5
31151
echo "${ECHO_T}$kde_cv_path" >&6; }
31447
$as_echo "$kde_cv_path" >&6; }
31152
      UIC_PATH=$kde_cv_path
31448
      UIC_PATH=$kde_cv_path
31153
 
31449
 
31154
   fi
31450
   fi
31155
 
31451
 
31156
     if test -z "$UIC_PATH" ; then
31452
     if test -z "$UIC_PATH" ; then
31157
 
31453
 
31158
    { echo "$as_me:$LINENO: WARNING: No Qt ui compiler (uic) found!
31454
    { $as_echo "$as_me:$LINENO: WARNING: No Qt ui compiler (uic) found!
31159
Please check whether you installed Qt correctly.
31455
Please check whether you installed Qt correctly.
31160
You need to have a running uic binary.
31456
You need to have a running uic binary.
31161
configure tried to run $ac_cv_path_uic and the test didn't
31457
configure tried to run $ac_cv_path_uic and the test didn't
31162
succeed. If configure shouldn't have tried this one, set
31458
succeed. If configure shouldn't have tried this one, set
31163
the environment variable UIC to the right one before running
31459
the environment variable UIC to the right one before running
31164
configure.
31460
configure.
31165
" >&5
31461
" >&5
31166
echo "$as_me: WARNING: No Qt ui compiler (uic) found!
31462
$as_echo "$as_me: WARNING: No Qt ui compiler (uic) found!
31167
Please check whether you installed Qt correctly.
31463
Please check whether you installed Qt correctly.
31168
You need to have a running uic binary.
31464
You need to have a running uic binary.
31169
configure tried to run $ac_cv_path_uic and the test didn't
31465
configure tried to run $ac_cv_path_uic and the test didn't
31170
succeed. If configure shouldn't have tried this one, set
31466
succeed. If configure shouldn't have tried this one, set
31171
the environment variable UIC to the right one before running
31467
the environment variable UIC to the right one before running
Line 31176... Line 31472...
31176
     else
31472
     else
31177
       UIC=$UIC_PATH
31473
       UIC=$UIC_PATH
31178
 
31474
 
31179
       if test $kde_qtver = 3; then
31475
       if test $kde_qtver = 3; then
31180
 
31476
 
31181
    { echo "$as_me:$LINENO: checking whether uic supports -L " >&5
31477
    { $as_echo "$as_me:$LINENO: checking whether uic supports -L " >&5
31182
echo $ECHO_N "checking whether uic supports -L ... $ECHO_C" >&6; }
31478
$as_echo_n "checking whether uic supports -L ... " >&6; }
31183
    kde_cache=`echo L | sed 'y% .=/+-%____p_%'`
31479
    kde_cache=`echo L | sed 'y% .=/+-%____p_%'`
31184
    if { as_var=kde_cv_prog_uic_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
31480
    if { as_var=kde_cv_prog_uic_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
31185
  echo $ECHO_N "(cached) $ECHO_C" >&6
31481
  $as_echo_n "(cached) " >&6
31186
else
31482
else
31187
 
31483
 
31188
        cat >conftest.ui <<EOT
31484
        cat >conftest.ui <<EOT
31189
        <!DOCTYPE UI><UI version="3" stdsetdef="1"></UI>
31485
        <!DOCTYPE UI><UI version="3" stdsetdef="1"></UI>
31190
EOT
31486
EOT
31191
        ac_uic_testrun="$UIC_PATH -L /nonexistent conftest.ui >/dev/null"
31487
        ac_uic_testrun="$UIC_PATH -L /nonexistent conftest.ui >/dev/null"
31192
        if { (eval echo "$as_me:$LINENO: \"$ac_uic_testrun\"") >&5
31488
        if { (eval echo "$as_me:$LINENO: \"$ac_uic_testrun\"") >&5
31193
  (eval $ac_uic_testrun) 2>&5
31489
  (eval $ac_uic_testrun) 2>&5
31194
  ac_status=$?
31490
  ac_status=$?
31195
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31491
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31196
  (exit $ac_status); }; then
31492
  (exit $ac_status); }; then
31197
            eval "kde_cv_prog_uic_$kde_cache=yes"
31493
            eval "kde_cv_prog_uic_$kde_cache=yes"
31198
        else
31494
        else
31199
            eval "kde_cv_prog_uic_$kde_cache=no"
31495
            eval "kde_cv_prog_uic_$kde_cache=no"
31200
        fi
31496
        fi
Line 31202... Line 31498...
31202
 
31498
 
31203
fi
31499
fi
31204
 
31500
 
31205
 
31501
 
31206
    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
31502
    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
31207
        { echo "$as_me:$LINENO: result: yes" >&5
31503
        { $as_echo "$as_me:$LINENO: result: yes" >&5
31208
echo "${ECHO_T}yes" >&6; }
31504
$as_echo "yes" >&6; }
31209
        :
31505
        :
31210
        ac_uic_supports_libpath=yes
31506
        ac_uic_supports_libpath=yes
31211
    else
31507
    else
31212
        { echo "$as_me:$LINENO: result: no" >&5
31508
        { $as_echo "$as_me:$LINENO: result: no" >&5
31213
echo "${ECHO_T}no" >&6; }
31509
$as_echo "no" >&6; }
31214
        :
31510
        :
31215
        ac_uic_supports_libpath=no
31511
        ac_uic_supports_libpath=no
31216
    fi
31512
    fi
31217
 
31513
 
31218
 
31514
 
31219
    { echo "$as_me:$LINENO: checking whether uic supports -nounload " >&5
31515
    { $as_echo "$as_me:$LINENO: checking whether uic supports -nounload " >&5
31220
echo $ECHO_N "checking whether uic supports -nounload ... $ECHO_C" >&6; }
31516
$as_echo_n "checking whether uic supports -nounload ... " >&6; }
31221
    kde_cache=`echo nounload | sed 'y% .=/+-%____p_%'`
31517
    kde_cache=`echo nounload | sed 'y% .=/+-%____p_%'`
31222
    if { as_var=kde_cv_prog_uic_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
31518
    if { as_var=kde_cv_prog_uic_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
31223
  echo $ECHO_N "(cached) $ECHO_C" >&6
31519
  $as_echo_n "(cached) " >&6
31224
else
31520
else
31225
 
31521
 
31226
        cat >conftest.ui <<EOT
31522
        cat >conftest.ui <<EOT
31227
        <!DOCTYPE UI><UI version="3" stdsetdef="1"></UI>
31523
        <!DOCTYPE UI><UI version="3" stdsetdef="1"></UI>
31228
EOT
31524
EOT
31229
        ac_uic_testrun="$UIC_PATH -nounload  conftest.ui >/dev/null"
31525
        ac_uic_testrun="$UIC_PATH -nounload  conftest.ui >/dev/null"
31230
        if { (eval echo "$as_me:$LINENO: \"$ac_uic_testrun\"") >&5
31526
        if { (eval echo "$as_me:$LINENO: \"$ac_uic_testrun\"") >&5
31231
  (eval $ac_uic_testrun) 2>&5
31527
  (eval $ac_uic_testrun) 2>&5
31232
  ac_status=$?
31528
  ac_status=$?
31233
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31529
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31234
  (exit $ac_status); }; then
31530
  (exit $ac_status); }; then
31235
            eval "kde_cv_prog_uic_$kde_cache=yes"
31531
            eval "kde_cv_prog_uic_$kde_cache=yes"
31236
        else
31532
        else
31237
            eval "kde_cv_prog_uic_$kde_cache=no"
31533
            eval "kde_cv_prog_uic_$kde_cache=no"
31238
        fi
31534
        fi
Line 31240... Line 31536...
31240
 
31536
 
31241
fi
31537
fi
31242
 
31538
 
31243
 
31539
 
31244
    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
31540
    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
31245
        { echo "$as_me:$LINENO: result: yes" >&5
31541
        { $as_echo "$as_me:$LINENO: result: yes" >&5
31246
echo "${ECHO_T}yes" >&6; }
31542
$as_echo "yes" >&6; }
31247
        :
31543
        :
31248
        ac_uic_supports_nounload=yes
31544
        ac_uic_supports_nounload=yes
31249
    else
31545
    else
31250
        { echo "$as_me:$LINENO: result: no" >&5
31546
        { $as_echo "$as_me:$LINENO: result: no" >&5
31251
echo "${ECHO_T}no" >&6; }
31547
$as_echo "no" >&6; }
31252
        :
31548
        :
31253
        ac_uic_supports_nounload=no
31549
        ac_uic_supports_nounload=no
31254
    fi
31550
    fi
31255
 
31551
 
31256
 
31552
 
Line 31277... Line 31573...
31277
 
31573
 
31278
 
31574
 
31279
 
31575
 
31280
 
31576
 
31281
if test -n "$LIBJPEG"; then
31577
if test -n "$LIBJPEG"; then
31282
{ echo "$as_me:$LINENO: checking if Qt needs $LIBJPEG" >&5
31578
{ $as_echo "$as_me:$LINENO: checking if Qt needs $LIBJPEG" >&5
31283
echo $ECHO_N "checking if Qt needs $LIBJPEG... $ECHO_C" >&6; }
31579
$as_echo_n "checking if Qt needs $LIBJPEG... " >&6; }
31284
if test "${kde_cv_qt_jpeg+set}" = set; then
31580
if test "${kde_cv_qt_jpeg+set}" = set; then
31285
  echo $ECHO_N "(cached) $ECHO_C" >&6
31581
  $as_echo_n "(cached) " >&6
31286
else
31582
else
31287
 
31583
 
31288
 
31584
 
31289
 ac_ext=cpp
31585
 ac_ext=cpp
31290
ac_cpp='$CXXCPP $CPPFLAGS'
31586
ac_cpp='$CXXCPP $CPPFLAGS'
Line 31322... Line 31618...
31322
if { (ac_try="$ac_link"
31618
if { (ac_try="$ac_link"
31323
case "(($ac_try" in
31619
case "(($ac_try" in
31324
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31620
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31325
  *) ac_try_echo=$ac_try;;
31621
  *) ac_try_echo=$ac_try;;
31326
esac
31622
esac
31327
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31623
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
31624
$as_echo "$ac_try_echo") >&5
31328
  (eval "$ac_link") 2>conftest.er1
31625
  (eval "$ac_link") 2>conftest.er1
31329
  ac_status=$?
31626
  ac_status=$?
31330
  grep -v '^ *+' conftest.er1 >conftest.err
31627
  grep -v '^ *+' conftest.er1 >conftest.err
31331
  rm -f conftest.er1
31628
  rm -f conftest.er1
31332
  cat conftest.err >&5
31629
  cat conftest.err >&5
31333
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31630
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31334
  (exit $ac_status); } && {
31631
  (exit $ac_status); } && {
31335
	 test -z "$ac_cxx_werror_flag" ||
31632
	 test -z "$ac_cxx_werror_flag" ||
31336
	 test ! -s conftest.err
31633
	 test ! -s conftest.err
31337
       } && test -s conftest$ac_exeext &&
31634
       } && test -s conftest$ac_exeext && {
-
 
31635
	 test "$cross_compiling" = yes ||
31338
       $as_test_x conftest$ac_exeext; then
31636
	 $as_test_x conftest$ac_exeext
-
 
31637
       }; then
31339
  eval "kde_cv_qt_jpeg=no"
31638
  eval "kde_cv_qt_jpeg=no"
31340
else
31639
else
31341
  echo "$as_me: failed program was:" >&5
31640
  $as_echo "$as_me: failed program was:" >&5
31342
sed 's/^/| /' conftest.$ac_ext >&5
31641
sed 's/^/| /' conftest.$ac_ext >&5
31343
 
31642
 
31344
	eval "kde_cv_qt_jpeg=yes"
31643
	eval "kde_cv_qt_jpeg=yes"
31345
fi
31644
fi
31346
 
31645
 
-
 
31646
rm -rf conftest.dSYM
31347
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31647
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31348
      conftest$ac_exeext conftest.$ac_ext
31648
      conftest$ac_exeext conftest.$ac_ext
31349
LIBS="$ac_save_LIBS"
31649
LIBS="$ac_save_LIBS"
31350
CXXFLAGS="$ac_save_CXXFLAGS"
31650
CXXFLAGS="$ac_save_CXXFLAGS"
31351
ac_ext=c
31651
ac_ext=c
Line 31358... Line 31658...
31358
 
31658
 
31359
fi
31659
fi
31360
 
31660
 
31361
 
31661
 
31362
if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
31662
if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
31363
  { echo "$as_me:$LINENO: result: yes" >&5
31663
  { $as_echo "$as_me:$LINENO: result: yes" >&5
31364
echo "${ECHO_T}yes" >&6; }
31664
$as_echo "yes" >&6; }
31365
  LIBJPEG_QT='$(LIBJPEG)'
31665
  LIBJPEG_QT='$(LIBJPEG)'
31366
else
31666
else
31367
  { echo "$as_me:$LINENO: result: no" >&5
31667
  { $as_echo "$as_me:$LINENO: result: no" >&5
31368
echo "${ECHO_T}no" >&6; }
31668
$as_echo "no" >&6; }
31369
  LIBJPEG_QT=
31669
  LIBJPEG_QT=
31370
fi
31670
fi
31371
 
31671
 
31372
 
31672
 
31373
 
31673
 
Line 31394... Line 31694...
31394
 
31694
 
31395
 
31695
 
31396
 
31696
 
31397
 
31697
 
31398
 
31698
 
31399
{ echo "$as_me:$LINENO: checking for rpath" >&5
31699
{ $as_echo "$as_me:$LINENO: checking for rpath" >&5
31400
echo $ECHO_N "checking for rpath... $ECHO_C" >&6; }
31700
$as_echo_n "checking for rpath... " >&6; }
31401
# Check whether --enable-rpath was given.
31701
# Check whether --enable-rpath was given.
31402
if test "${enable_rpath+set}" = set; then
31702
if test "${enable_rpath+set}" = set; then
31403
  enableval=$enable_rpath; USE_RPATH=$enableval
31703
  enableval=$enable_rpath; USE_RPATH=$enableval
31404
else
31704
else
31405
  USE_RPATH=yes
31705
  USE_RPATH=yes
Line 31426... Line 31726...
31426
  fi
31726
  fi
31427
fi
31727
fi
31428
 
31728
 
31429
 
31729
 
31430
 
31730
 
31431
{ echo "$as_me:$LINENO: result: $USE_RPATH" >&5
31731
{ $as_echo "$as_me:$LINENO: result: $USE_RPATH" >&5
31432
echo "${ECHO_T}$USE_RPATH" >&6; }
31732
$as_echo "$USE_RPATH" >&6; }
31433
 
31733
 
31434
{ echo "$as_me:$LINENO: checking for KDE" >&5
31734
{ $as_echo "$as_me:$LINENO: checking for KDE" >&5
31435
echo $ECHO_N "checking for KDE... $ECHO_C" >&6; }
31735
$as_echo_n "checking for KDE... " >&6; }
31436
 
31736
 
31437
if test "${prefix}" != NONE; then
31737
if test "${prefix}" != NONE; then
31438
  kde_includes=${includedir}
31738
  kde_includes=${includedir}
31439
 
31739
 
31440
savex=$exec_prefix
31740
savex=$exec_prefix
Line 31459... Line 31759...
31459
  kde_libraries=""
31759
  kde_libraries=""
31460
  kde_includes=""
31760
  kde_includes=""
31461
fi
31761
fi
31462
 
31762
 
31463
if test "${ac_cv_have_kde+set}" = set; then
31763
if test "${ac_cv_have_kde+set}" = set; then
31464
  echo $ECHO_N "(cached) $ECHO_C" >&6
31764
  $as_echo_n "(cached) " >&6
31465
else
31765
else
31466
  #try to guess kde locations
31766
  #try to guess kde locations
31467
 
31767
 
31468
if test "$kde_qtver" = 1; then
31768
if test "$kde_qtver" = 1; then
31469
  kde_check_header="ksock.h"
31769
  kde_check_header="ksock.h"
Line 31482... Line 31782...
31482
kde_incdir=NO
31782
kde_incdir=NO
31483
for i in $kde_incdirs;
31783
for i in $kde_incdirs;
31484
do
31784
do
31485
  for j in $kde_check_header;
31785
  for j in $kde_check_header;
31486
  do
31786
  do
31487
    echo "configure: 31487: $i/$j" >&5
31787
    echo "configure: 31787: $i/$j" >&5
31488
    if test -r "$i/$j"; then
31788
    if test -r "$i/$j"; then
31489
      echo "taking that" >&5
31789
      echo "taking that" >&5
31490
      kde_incdir=$i
31790
      kde_incdir=$i
31491
      break 2
31791
      break 2
31492
    fi
31792
    fi
Line 31494... Line 31794...
31494
done
31794
done
31495
 
31795
 
31496
ac_kde_includes="$kde_incdir"
31796
ac_kde_includes="$kde_incdir"
31497
 
31797
 
31498
if test -n "$ac_kde_includes" && test ! -r "$ac_kde_includes/$kde_check_header"; then
31798
if test -n "$ac_kde_includes" && test ! -r "$ac_kde_includes/$kde_check_header"; then
31499
  { { echo "$as_me:$LINENO: error:
31799
  { { $as_echo "$as_me:$LINENO: error:
31500
in the prefix, you've chosen, are no KDE headers installed. This will fail.
31800
in the prefix, you've chosen, are no KDE headers installed. This will fail.
31501
So, check this please and use another prefix!" >&5
31801
So, check this please and use another prefix!" >&5
31502
echo "$as_me: error:
31802
$as_echo "$as_me: error:
31503
in the prefix, you've chosen, are no KDE headers installed. This will fail.
31803
in the prefix, you've chosen, are no KDE headers installed. This will fail.
31504
So, check this please and use another prefix!" >&2;}
31804
So, check this please and use another prefix!" >&2;}
31505
   { (exit 1); exit 1; }; }
31805
   { (exit 1); exit 1; }; }
31506
fi
31806
fi
31507
 
31807
 
Line 31512... Line 31812...
31512
kde_libdir=NO
31812
kde_libdir=NO
31513
for i in $kde_libdirs;
31813
for i in $kde_libdirs;
31514
do
31814
do
31515
  for j in $kde_check_lib;
31815
  for j in $kde_check_lib;
31516
  do
31816
  do
31517
    echo "configure: 31517: $i/$j" >&5
31817
    echo "configure: 31817: $i/$j" >&5
31518
    if test -r "$i/$j"; then
31818
    if test -r "$i/$j"; then
31519
      echo "taking that" >&5
31819
      echo "taking that" >&5
31520
      kde_libdir=$i
31820
      kde_libdir=$i
31521
      break 2
31821
      break 2
31522
    fi
31822
    fi
Line 31530... Line 31830...
31530
kde_widgetdir=NO
31830
kde_widgetdir=NO
31531
for i in $kde_libdirs;
31831
for i in $kde_libdirs;
31532
do
31832
do
31533
  for j in "kde3/plugins/designer/kdewidgets.la";
31833
  for j in "kde3/plugins/designer/kdewidgets.la";
31534
  do
31834
  do
31535
    echo "configure: 31535: $i/$j" >&5
31835
    echo "configure: 31835: $i/$j" >&5
31536
    if test -r "$i/$j"; then
31836
    if test -r "$i/$j"; then
31537
      echo "taking that" >&5
31837
      echo "taking that" >&5
31538
      kde_widgetdir=$i
31838
      kde_widgetdir=$i
31539
      break 2
31839
      break 2
31540
    fi
31840
    fi
31541
  done
31841
  done
31542
done
31842
done
31543
 
31843
 
31544
 
31844
 
31545
if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then
31845
if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then
31546
{ { echo "$as_me:$LINENO: error:
31846
{ { $as_echo "$as_me:$LINENO: error:
31547
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
31847
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
31548
So, check this please and use another prefix!" >&5
31848
So, check this please and use another prefix!" >&5
31549
echo "$as_me: error:
31849
$as_echo "$as_me: error:
31550
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
31850
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
31551
So, check this please and use another prefix!" >&2;}
31851
So, check this please and use another prefix!" >&2;}
31552
   { (exit 1); exit 1; }; }
31852
   { (exit 1); exit 1; }; }
31553
fi
31853
fi
31554
 
31854
 
31555
if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then
31855
if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then
31556
{ { echo "$as_me:$LINENO: error:
31856
{ { $as_echo "$as_me:$LINENO: error:
31557
I can't find the designer plugins. These are required and should have been installed
31857
I can't find the designer plugins. These are required and should have been installed
31558
by kdelibs" >&5
31858
by kdelibs" >&5
31559
echo "$as_me: error:
31859
$as_echo "$as_me: error:
31560
I can't find the designer plugins. These are required and should have been installed
31860
I can't find the designer plugins. These are required and should have been installed
31561
by kdelibs" >&2;}
31861
by kdelibs" >&2;}
31562
   { (exit 1); exit 1; }; }
31862
   { (exit 1); exit 1; }; }
31563
fi
31863
fi
31564
 
31864
 
Line 31589... Line 31889...
31589
 else
31889
 else
31590
  ac_kde_prefix="$prefix"
31890
  ac_kde_prefix="$prefix"
31591
 fi
31891
 fi
31592
 if test "$exec_prefix" = NONE; then
31892
 if test "$exec_prefix" = NONE; then
31593
  ac_kde_exec_prefix="$ac_kde_prefix"
31893
  ac_kde_exec_prefix="$ac_kde_prefix"
31594
  { echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix" >&5
31894
  { $as_echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix" >&5
31595
echo "${ECHO_T}will be installed in $ac_kde_prefix" >&6; }
31895
$as_echo "will be installed in $ac_kde_prefix" >&6; }
31596
 else
31896
 else
31597
  ac_kde_exec_prefix="$exec_prefix"
31897
  ac_kde_exec_prefix="$exec_prefix"
31598
  { echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&5
31898
  { $as_echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&5
31599
echo "${ECHO_T}will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&6; }
31899
$as_echo "will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&6; }
31600
 fi
31900
 fi
31601
 
31901
 
31602
 kde_libraries="${libdir}"
31902
 kde_libraries="${libdir}"
31603
 kde_includes="${includedir}"
31903
 kde_includes="${includedir}"
31604
 
31904
 
31605
else
31905
else
31606
  ac_cv_have_kde="have_kde=yes \
31906
  ac_cv_have_kde="have_kde=yes \
31607
    ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
31907
    ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
31608
  { echo "$as_me:$LINENO: result: libraries $ac_kde_libraries, headers $ac_kde_includes" >&5
31908
  { $as_echo "$as_me:$LINENO: result: libraries $ac_kde_libraries, headers $ac_kde_includes" >&5
31609
echo "${ECHO_T}libraries $ac_kde_libraries, headers $ac_kde_includes" >&6; }
31909
$as_echo "libraries $ac_kde_libraries, headers $ac_kde_includes" >&6; }
31610
 
31910
 
31611
  kde_libraries="$ac_kde_libraries"
31911
  kde_libraries="$ac_kde_libraries"
31612
  kde_includes="$ac_kde_includes"
31912
  kde_includes="$ac_kde_includes"
31613
fi
31913
fi
31614
 
31914
 
Line 31642... Line 31942...
31642
 
31942
 
31643
 
31943
 
31644
 
31944
 
31645
if test x$ac_uic_supports_libpath = xyes; then
31945
if test x$ac_uic_supports_libpath = xyes; then
31646
 
31946
 
31647
{ echo "$as_me:$LINENO: checking if UIC has KDE plugins available" >&5
31947
{ $as_echo "$as_me:$LINENO: checking if UIC has KDE plugins available" >&5
31648
echo $ECHO_N "checking if UIC has KDE plugins available... $ECHO_C" >&6; }
31948
$as_echo_n "checking if UIC has KDE plugins available... " >&6; }
31649
if test "${kde_cv_uic_plugins+set}" = set; then
31949
if test "${kde_cv_uic_plugins+set}" = set; then
31650
  echo $ECHO_N "(cached) $ECHO_C" >&6
31950
  $as_echo_n "(cached) " >&6
31651
else
31951
else
31652
 
31952
 
31653
cat > actest.ui << EOF
31953
cat > actest.ui << EOF
31654
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
31954
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
31655
<class>NewConnectionDialog</class>
31955
<class>NewConnectionDialog</class>
Line 31672... Line 31972...
31672
fi
31972
fi
31673
kde_line="$kde_line -impl actest.h actest.ui > actest.cpp"
31973
kde_line="$kde_line -impl actest.h actest.ui > actest.cpp"
31674
if { (eval echo "$as_me:$LINENO: \"$kde_line\"") >&5
31974
if { (eval echo "$as_me:$LINENO: \"$kde_line\"") >&5
31675
  (eval $kde_line) 2>&5
31975
  (eval $kde_line) 2>&5
31676
  ac_status=$?
31976
  ac_status=$?
31677
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31977
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31678
  (exit $ac_status); }; then
31978
  (exit $ac_status); }; then
31679
	# if you're trying to debug this check and think it's incorrect,
31979
	# if you're trying to debug this check and think it's incorrect,
31680
	# better check your installation. The check _is_ correct - your
31980
	# better check your installation. The check _is_ correct - your
31681
	# installation is not.
31981
	# installation is not.
31682
	if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
31982
	if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
Line 31686... Line 31986...
31686
rm -f actest.ui actest.cpp
31986
rm -f actest.ui actest.cpp
31687
 
31987
 
31688
fi
31988
fi
31689
 
31989
 
31690
 
31990
 
31691
{ echo "$as_me:$LINENO: result: $kde_cv_uic_plugins" >&5
31991
{ $as_echo "$as_me:$LINENO: result: $kde_cv_uic_plugins" >&5
31692
echo "${ECHO_T}$kde_cv_uic_plugins" >&6; }
31992
$as_echo "$kde_cv_uic_plugins" >&6; }
31693
if test "$kde_cv_uic_plugins" != yes; then
31993
if test "$kde_cv_uic_plugins" != yes; then
31694
	{ { echo "$as_me:$LINENO: error:
31994
	{ { $as_echo "$as_me:$LINENO: error:
31695
you need to install kdelibs first.
31995
you need to install kdelibs first.
31696
 
31996
 
31697
If you did install kdelibs, then the Qt version that is picked up by
31997
If you did install kdelibs, then the Qt version that is picked up by
31698
this configure is not the same version you used to compile kdelibs.
31998
this configure is not the same version you used to compile kdelibs.
31699
The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
31999
The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
31700
_same Qt version_, compiled with the _same compiler_ and the same Qt
32000
_same Qt version_, compiled with the _same compiler_ and the same Qt
31701
configuration settings.
32001
configuration settings.
31702
" >&5
32002
" >&5
31703
echo "$as_me: error:
32003
$as_echo "$as_me: error:
31704
you need to install kdelibs first.
32004
you need to install kdelibs first.
31705
 
32005
 
31706
If you did install kdelibs, then the Qt version that is picked up by
32006
If you did install kdelibs, then the Qt version that is picked up by
31707
this configure is not the same version you used to compile kdelibs.
32007
this configure is not the same version you used to compile kdelibs.
31708
The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
32008
The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
Line 31741... Line 32041...
31741
 
32041
 
31742
 
32042
 
31743
 
32043
 
31744
 
32044
 
31745
 
32045
 
31746
{ echo "$as_me:$LINENO: checking for KDE paths" >&5
32046
{ $as_echo "$as_me:$LINENO: checking for KDE paths" >&5
31747
echo $ECHO_N "checking for KDE paths... $ECHO_C" >&6; }
32047
$as_echo_n "checking for KDE paths... " >&6; }
31748
kde_result=""
32048
kde_result=""
31749
kde_cached_paths=yes
32049
kde_cached_paths=yes
31750
if test "${kde_cv_all_paths+set}" = set; then
32050
if test "${kde_cv_all_paths+set}" = set; then
31751
  echo $ECHO_N "(cached) $ECHO_C" >&6
32051
  $as_echo_n "(cached) " >&6
31752
else
32052
else
31753
 
32053
 
31754
 
32054
 
31755
if test "$ac_use_path_checking" = "default"; then
32055
if test "$ac_use_path_checking" = "default"; then
31756
 
32056
 
Line 31853... Line 32153...
31853
 
32153
 
31854
 
32154
 
31855
else
32155
else
31856
 
32156
 
31857
  if test $kde_qtver = 1; then
32157
  if test $kde_qtver = 1; then
31858
     { echo "$as_me:$LINENO: result: compiling" >&5
32158
     { $as_echo "$as_me:$LINENO: result: compiling" >&5
31859
echo "${ECHO_T}compiling" >&6; }
32159
$as_echo "compiling" >&6; }
31860
 
32160
 
31861
 
32161
 
31862
    { echo "$as_me:$LINENO: checking for KDE headers installed" >&5
32162
    { $as_echo "$as_me:$LINENO: checking for KDE headers installed" >&5
31863
echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6; }
32163
$as_echo_n "checking for KDE headers installed... " >&6; }
31864
 
32164
 
31865
     ac_ext=cpp
32165
     ac_ext=cpp
31866
ac_cpp='$CXXCPP $CPPFLAGS'
32166
ac_cpp='$CXXCPP $CPPFLAGS'
31867
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32167
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31868
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32168
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 31910... Line 32210...
31910
 ac_save_CPPFLAGS=$CPPFLAGS
32210
 ac_save_CPPFLAGS=$CPPFLAGS
31911
 CPPFLAGS="$all_includes $CPPFLAGS"
32211
 CPPFLAGS="$all_includes $CPPFLAGS"
31912
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32212
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31913
  (eval $ac_compile) 2>&5
32213
  (eval $ac_compile) 2>&5
31914
  ac_status=$?
32214
  ac_status=$?
31915
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32215
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31916
  (exit $ac_status); }; then
32216
  (exit $ac_status); }; then
31917
   { echo "$as_me:$LINENO: result: yes" >&5
32217
   { $as_echo "$as_me:$LINENO: result: yes" >&5
31918
echo "${ECHO_T}yes" >&6; }
32218
$as_echo "yes" >&6; }
31919
 else
32219
 else
31920
   { { echo "$as_me:$LINENO: error: your system is not able to compile a small KDE application!
32220
   { { $as_echo "$as_me:$LINENO: error: your system is not able to compile a small KDE application!
31921
Check, if you installed the KDE header files correctly.
32221
Check, if you installed the KDE header files correctly.
31922
For more details about this problem, look at the end of config.log." >&5
32222
For more details about this problem, look at the end of config.log." >&5
31923
echo "$as_me: error: your system is not able to compile a small KDE application!
32223
$as_echo "$as_me: error: your system is not able to compile a small KDE application!
31924
Check, if you installed the KDE header files correctly.
32224
Check, if you installed the KDE header files correctly.
31925
For more details about this problem, look at the end of config.log." >&2;}
32225
For more details about this problem, look at the end of config.log." >&2;}
31926
   { (exit 1); exit 1; }; }
32226
   { (exit 1); exit 1; }; }
31927
  fi
32227
  fi
31928
  CPPFLAGS=$ac_save_CPPFLAGS
32228
  CPPFLAGS=$ac_save_CPPFLAGS
Line 31952... Line 32252...
31952
     fi
32252
     fi
31953
 
32253
 
31954
     KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
32254
     KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
31955
  fi
32255
  fi
31956
 
32256
 
31957
{ echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
32257
{ $as_echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
31958
echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6; }
32258
$as_echo_n "checking for KDE libraries installed... " >&6; }
31959
ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
32259
ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
31960
 
32260
 
31961
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32261
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31962
  (eval $ac_link) 2>&5
32262
  (eval $ac_link) 2>&5
31963
  ac_status=$?
32263
  ac_status=$?
31964
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32264
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31965
  (exit $ac_status); } && test -s conftest; then
32265
  (exit $ac_status); } && test -s conftest; then
31966
  { echo "$as_me:$LINENO: result: yes" >&5
32266
  { $as_echo "$as_me:$LINENO: result: yes" >&5
31967
echo "${ECHO_T}yes" >&6; }
32267
$as_echo "yes" >&6; }
31968
else
32268
else
31969
  { { echo "$as_me:$LINENO: error: your system fails at linking a small KDE application!
32269
  { { $as_echo "$as_me:$LINENO: error: your system fails at linking a small KDE application!
31970
Check, if your compiler is installed correctly and if you have used the
32270
Check, if your compiler is installed correctly and if you have used the
31971
same compiler to compile Qt and kdelibs as you did use now.
32271
same compiler to compile Qt and kdelibs as you did use now.
31972
For more details about this problem, look at the end of config.log." >&5
32272
For more details about this problem, look at the end of config.log." >&5
31973
echo "$as_me: error: your system fails at linking a small KDE application!
32273
$as_echo "$as_me: error: your system fails at linking a small KDE application!
31974
Check, if your compiler is installed correctly and if you have used the
32274
Check, if your compiler is installed correctly and if you have used the
31975
same compiler to compile Qt and kdelibs as you did use now.
32275
same compiler to compile Qt and kdelibs as you did use now.
31976
For more details about this problem, look at the end of config.log." >&2;}
32276
For more details about this problem, look at the end of config.log." >&2;}
31977
   { (exit 1); exit 1; }; }
32277
   { (exit 1); exit 1; }; }
31978
fi
32278
fi
Line 32013... Line 32313...
32013
	kde_result=$kde_result"
32313
	kde_result=$kde_result"
32014
 
32314
 
32015
 
32315
 
32016
 
32316
 
32017
  else
32317
  else
32018
     { { echo "$as_me:$LINENO: error: path checking not yet supported for KDE 2" >&5
32318
     { { $as_echo "$as_me:$LINENO: error: path checking not yet supported for KDE 2" >&5
32019
echo "$as_me: error: path checking not yet supported for KDE 2" >&2;}
32319
$as_echo "$as_me: error: path checking not yet supported for KDE 2" >&2;}
32020
   { (exit 1); exit 1; }; }
32320
   { (exit 1); exit 1; }; }
32021
  fi
32321
  fi
32022
 
32322
 
32023
fi
32323
fi
32024
 
32324
 
Line 32155... Line 32455...
32155
 
32455
 
32156
 
32456
 
32157
else
32457
else
32158
 
32458
 
32159
  if test $kde_qtver = 1; then
32459
  if test $kde_qtver = 1; then
32160
     { echo "$as_me:$LINENO: result: compiling" >&5
32460
     { $as_echo "$as_me:$LINENO: result: compiling" >&5
32161
echo "${ECHO_T}compiling" >&6; }
32461
$as_echo "compiling" >&6; }
32162
 
32462
 
32163
 
32463
 
32164
    { echo "$as_me:$LINENO: checking for KDE headers installed" >&5
32464
    { $as_echo "$as_me:$LINENO: checking for KDE headers installed" >&5
32165
echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6; }
32465
$as_echo_n "checking for KDE headers installed... " >&6; }
32166
 
32466
 
32167
     ac_ext=cpp
32467
     ac_ext=cpp
32168
ac_cpp='$CXXCPP $CPPFLAGS'
32468
ac_cpp='$CXXCPP $CPPFLAGS'
32169
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32469
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32170
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32470
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 32212... Line 32512...
32212
 ac_save_CPPFLAGS=$CPPFLAGS
32512
 ac_save_CPPFLAGS=$CPPFLAGS
32213
 CPPFLAGS="$all_includes $CPPFLAGS"
32513
 CPPFLAGS="$all_includes $CPPFLAGS"
32214
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32514
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32215
  (eval $ac_compile) 2>&5
32515
  (eval $ac_compile) 2>&5
32216
  ac_status=$?
32516
  ac_status=$?
32217
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32517
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32218
  (exit $ac_status); }; then
32518
  (exit $ac_status); }; then
32219
   { echo "$as_me:$LINENO: result: yes" >&5
32519
   { $as_echo "$as_me:$LINENO: result: yes" >&5
32220
echo "${ECHO_T}yes" >&6; }
32520
$as_echo "yes" >&6; }
32221
 else
32521
 else
32222
   { { echo "$as_me:$LINENO: error: your system is not able to compile a small KDE application!
32522
   { { $as_echo "$as_me:$LINENO: error: your system is not able to compile a small KDE application!
32223
Check, if you installed the KDE header files correctly.
32523
Check, if you installed the KDE header files correctly.
32224
For more details about this problem, look at the end of config.log." >&5
32524
For more details about this problem, look at the end of config.log." >&5
32225
echo "$as_me: error: your system is not able to compile a small KDE application!
32525
$as_echo "$as_me: error: your system is not able to compile a small KDE application!
32226
Check, if you installed the KDE header files correctly.
32526
Check, if you installed the KDE header files correctly.
32227
For more details about this problem, look at the end of config.log." >&2;}
32527
For more details about this problem, look at the end of config.log." >&2;}
32228
   { (exit 1); exit 1; }; }
32528
   { (exit 1); exit 1; }; }
32229
  fi
32529
  fi
32230
  CPPFLAGS=$ac_save_CPPFLAGS
32530
  CPPFLAGS=$ac_save_CPPFLAGS
Line 32254... Line 32554...
32254
     fi
32554
     fi
32255
 
32555
 
32256
     KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
32556
     KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
32257
  fi
32557
  fi
32258
 
32558
 
32259
{ echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
32559
{ $as_echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
32260
echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6; }
32560
$as_echo_n "checking for KDE libraries installed... " >&6; }
32261
ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
32561
ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
32262
 
32562
 
32263
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32563
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32264
  (eval $ac_link) 2>&5
32564
  (eval $ac_link) 2>&5
32265
  ac_status=$?
32565
  ac_status=$?
32266
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32566
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32267
  (exit $ac_status); } && test -s conftest; then
32567
  (exit $ac_status); } && test -s conftest; then
32268
  { echo "$as_me:$LINENO: result: yes" >&5
32568
  { $as_echo "$as_me:$LINENO: result: yes" >&5
32269
echo "${ECHO_T}yes" >&6; }
32569
$as_echo "yes" >&6; }
32270
else
32570
else
32271
  { { echo "$as_me:$LINENO: error: your system fails at linking a small KDE application!
32571
  { { $as_echo "$as_me:$LINENO: error: your system fails at linking a small KDE application!
32272
Check, if your compiler is installed correctly and if you have used the
32572
Check, if your compiler is installed correctly and if you have used the
32273
same compiler to compile Qt and kdelibs as you did use now.
32573
same compiler to compile Qt and kdelibs as you did use now.
32274
For more details about this problem, look at the end of config.log." >&5
32574
For more details about this problem, look at the end of config.log." >&5
32275
echo "$as_me: error: your system fails at linking a small KDE application!
32575
$as_echo "$as_me: error: your system fails at linking a small KDE application!
32276
Check, if your compiler is installed correctly and if you have used the
32576
Check, if your compiler is installed correctly and if you have used the
32277
same compiler to compile Qt and kdelibs as you did use now.
32577
same compiler to compile Qt and kdelibs as you did use now.
32278
For more details about this problem, look at the end of config.log." >&2;}
32578
For more details about this problem, look at the end of config.log." >&2;}
32279
   { (exit 1); exit 1; }; }
32579
   { (exit 1); exit 1; }; }
32280
fi
32580
fi
Line 32315... Line 32615...
32315
	kde_result=$kde_result"
32615
	kde_result=$kde_result"
32316
 
32616
 
32317
 
32617
 
32318
 
32618
 
32319
  else
32619
  else
32320
     { { echo "$as_me:$LINENO: error: path checking not yet supported for KDE 2" >&5
32620
     { { $as_echo "$as_me:$LINENO: error: path checking not yet supported for KDE 2" >&5
32321
echo "$as_me: error: path checking not yet supported for KDE 2" >&2;}
32621
$as_echo "$as_me: error: path checking not yet supported for KDE 2" >&2;}
32322
   { (exit 1); exit 1; }; }
32622
   { (exit 1); exit 1; }; }
32323
  fi
32623
  fi
32324
 
32624
 
32325
fi
32625
fi
32326
 
32626
 
Line 32341... Line 32641...
32341
  fi
32641
  fi
32342
 
32642
 
32343
  kde_result="$kde_result (cache overridden)"
32643
  kde_result="$kde_result (cache overridden)"
32344
fi
32644
fi
32345
if test "$kde_have_all_paths" = "no"; then
32645
if test "$kde_have_all_paths" = "no"; then
32346
  { { echo "$as_me:$LINENO: error: configure could not run a little KDE program to test the environment.
32646
  { { $as_echo "$as_me:$LINENO: error: configure could not run a little KDE program to test the environment.
32347
Since it had compiled and linked before, it must be a strange problem on your system.
32647
Since it had compiled and linked before, it must be a strange problem on your system.
32348
Look at config.log for details. If you are not able to fix this, look at
32648
Look at config.log for details. If you are not able to fix this, look at
32349
http://www.kde.org/faq/installation.html or any www.kde.org mirror.
32649
http://www.kde.org/faq/installation.html or any www.kde.org mirror.
32350
(If you're using an egcs version on Linux, you may update binutils!)
32650
(If you're using an egcs version on Linux, you may update binutils!)
32351
" >&5
32651
" >&5
32352
echo "$as_me: error: configure could not run a little KDE program to test the environment.
32652
$as_echo "$as_me: error: configure could not run a little KDE program to test the environment.
32353
Since it had compiled and linked before, it must be a strange problem on your system.
32653
Since it had compiled and linked before, it must be a strange problem on your system.
32354
Look at config.log for details. If you are not able to fix this, look at
32654
Look at config.log for details. If you are not able to fix this, look at
32355
http://www.kde.org/faq/installation.html or any www.kde.org mirror.
32655
http://www.kde.org/faq/installation.html or any www.kde.org mirror.
32356
(If you're using an egcs version on Linux, you may update binutils!)
32656
(If you're using an egcs version on Linux, you may update binutils!)
32357
" >&2;}
32657
" >&2;}
32358
   { (exit 1); exit 1; }; }
32658
   { (exit 1); exit 1; }; }
32359
else
32659
else
32360
  rm -f conftest*
32660
  rm -f conftest*
32361
  { echo "$as_me:$LINENO: result: $kde_result" >&5
32661
  { $as_echo "$as_me:$LINENO: result: $kde_result" >&5
32362
echo "${ECHO_T}$kde_result" >&6; }
32662
$as_echo "$kde_result" >&6; }
32363
fi
32663
fi
32364
 
32664
 
32365
bindir=$kde_bindir
32665
bindir=$kde_bindir
32366
 
32666
 
32367
 
32667
 
Line 32404... Line 32704...
32404
       IFS=$kde_save_IFS
32704
       IFS=$kde_save_IFS
32405
    fi
32705
    fi
32406
 
32706
 
32407
        kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_libs_prefix/bin $kde_default_bindirs"
32707
        kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_libs_prefix/bin $kde_default_bindirs"
32408
 
32708
 
32409
   { echo "$as_me:$LINENO: checking for dcopidl" >&5
32709
   { $as_echo "$as_me:$LINENO: checking for dcopidl" >&5
32410
echo $ECHO_N "checking for dcopidl... $ECHO_C" >&6; }
32710
$as_echo_n "checking for dcopidl... " >&6; }
32411
   if test -n "$DCOPIDL"; then
32711
   if test -n "$DCOPIDL"; then
32412
        kde_cv_path="$DCOPIDL";
32712
        kde_cv_path="$DCOPIDL";
32413
   else
32713
   else
32414
        kde_cache=`echo dcopidl | sed 'y%./+-%__p_%'`
32714
        kde_cache=`echo dcopidl | sed 'y%./+-%__p_%'`
32415
 
32715
 
32416
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
32716
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
32417
  echo $ECHO_N "(cached) $ECHO_C" >&6
32717
  $as_echo_n "(cached) " >&6
32418
else
32718
else
32419
 
32719
 
32420
        kde_cv_path="NONE"
32720
        kde_cv_path="NONE"
32421
	kde_save_IFS=$IFS
32721
	kde_save_IFS=$IFS
32422
	IFS=':'
32722
	IFS=':'
Line 32454... Line 32754...
32454
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
32754
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
32455
 
32755
 
32456
   fi
32756
   fi
32457
 
32757
 
32458
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
32758
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
32459
      { echo "$as_me:$LINENO: result: not found" >&5
32759
      { $as_echo "$as_me:$LINENO: result: not found" >&5
32460
echo "${ECHO_T}not found" >&6; }
32760
$as_echo "not found" >&6; }
32461
 
32761
 
32462
    { { echo "$as_me:$LINENO: error: The important program dcopidl was not found!
32762
    { { $as_echo "$as_me:$LINENO: error: The important program dcopidl was not found!
32463
Please check whether you installed KDE correctly.
32763
Please check whether you installed KDE correctly.
32464
" >&5
32764
" >&5
32465
echo "$as_me: error: The important program dcopidl was not found!
32765
$as_echo "$as_me: error: The important program dcopidl was not found!
32466
Please check whether you installed KDE correctly.
32766
Please check whether you installed KDE correctly.
32467
" >&2;}
32767
" >&2;}
32468
   { (exit 1); exit 1; }; }
32768
   { (exit 1); exit 1; }; }
32469
 
32769
 
32470
   else
32770
   else
32471
      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
32771
      { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5
32472
echo "${ECHO_T}$kde_cv_path" >&6; }
32772
$as_echo "$kde_cv_path" >&6; }
32473
      DCOPIDL=$kde_cv_path
32773
      DCOPIDL=$kde_cv_path
32474
 
32774
 
32475
   fi
32775
   fi
32476
 
32776
 
32477
 
32777
 
32478
   { echo "$as_me:$LINENO: checking for dcopidl2cpp" >&5
32778
   { $as_echo "$as_me:$LINENO: checking for dcopidl2cpp" >&5
32479
echo $ECHO_N "checking for dcopidl2cpp... $ECHO_C" >&6; }
32779
$as_echo_n "checking for dcopidl2cpp... " >&6; }
32480
   if test -n "$DCOPIDL2CPP"; then
32780
   if test -n "$DCOPIDL2CPP"; then
32481
        kde_cv_path="$DCOPIDL2CPP";
32781
        kde_cv_path="$DCOPIDL2CPP";
32482
   else
32782
   else
32483
        kde_cache=`echo dcopidl2cpp | sed 'y%./+-%__p_%'`
32783
        kde_cache=`echo dcopidl2cpp | sed 'y%./+-%__p_%'`
32484
 
32784
 
32485
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
32785
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
32486
  echo $ECHO_N "(cached) $ECHO_C" >&6
32786
  $as_echo_n "(cached) " >&6
32487
else
32787
else
32488
 
32788
 
32489
        kde_cv_path="NONE"
32789
        kde_cv_path="NONE"
32490
	kde_save_IFS=$IFS
32790
	kde_save_IFS=$IFS
32491
	IFS=':'
32791
	IFS=':'
Line 32523... Line 32823...
32523
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
32823
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
32524
 
32824
 
32525
   fi
32825
   fi
32526
 
32826
 
32527
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
32827
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
32528
      { echo "$as_me:$LINENO: result: not found" >&5
32828
      { $as_echo "$as_me:$LINENO: result: not found" >&5
32529
echo "${ECHO_T}not found" >&6; }
32829
$as_echo "not found" >&6; }
32530
 
32830
 
32531
    { { echo "$as_me:$LINENO: error: The important program dcopidl2cpp was not found!
32831
    { { $as_echo "$as_me:$LINENO: error: The important program dcopidl2cpp was not found!
32532
Please check whether you installed KDE correctly.
32832
Please check whether you installed KDE correctly.
32533
" >&5
32833
" >&5
32534
echo "$as_me: error: The important program dcopidl2cpp was not found!
32834
$as_echo "$as_me: error: The important program dcopidl2cpp was not found!
32535
Please check whether you installed KDE correctly.
32835
Please check whether you installed KDE correctly.
32536
" >&2;}
32836
" >&2;}
32537
   { (exit 1); exit 1; }; }
32837
   { (exit 1); exit 1; }; }
32538
 
32838
 
32539
   else
32839
   else
32540
      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
32840
      { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5
32541
echo "${ECHO_T}$kde_cv_path" >&6; }
32841
$as_echo "$kde_cv_path" >&6; }
32542
      DCOPIDL2CPP=$kde_cv_path
32842
      DCOPIDL2CPP=$kde_cv_path
32543
 
32843
 
32544
   fi
32844
   fi
32545
 
32845
 
32546
        if test "$build_arts" '!=' "no"; then
32846
        if test "$build_arts" '!=' "no"; then
32547
 
32847
 
32548
   { echo "$as_me:$LINENO: checking for mcopidl" >&5
32848
   { $as_echo "$as_me:$LINENO: checking for mcopidl" >&5
32549
echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6; }
32849
$as_echo_n "checking for mcopidl... " >&6; }
32550
   if test -n "$MCOPIDL"; then
32850
   if test -n "$MCOPIDL"; then
32551
        kde_cv_path="$MCOPIDL";
32851
        kde_cv_path="$MCOPIDL";
32552
   else
32852
   else
32553
        kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
32853
        kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
32554
 
32854
 
32555
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
32855
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
32556
  echo $ECHO_N "(cached) $ECHO_C" >&6
32856
  $as_echo_n "(cached) " >&6
32557
else
32857
else
32558
 
32858
 
32559
        kde_cv_path="NONE"
32859
        kde_cv_path="NONE"
32560
	kde_save_IFS=$IFS
32860
	kde_save_IFS=$IFS
32561
	IFS=':'
32861
	IFS=':'
Line 32593... Line 32893...
32593
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
32893
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
32594
 
32894
 
32595
   fi
32895
   fi
32596
 
32896
 
32597
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
32897
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
32598
      { echo "$as_me:$LINENO: result: not found" >&5
32898
      { $as_echo "$as_me:$LINENO: result: not found" >&5
32599
echo "${ECHO_T}not found" >&6; }
32899
$as_echo "not found" >&6; }
32600
 
32900
 
32601
    { { echo "$as_me:$LINENO: error: The important program mcopidl was not found!
32901
    { { $as_echo "$as_me:$LINENO: error: The important program mcopidl was not found!
32602
Please check whether you installed aRts correctly or use
32902
Please check whether you installed aRts correctly or use
32603
--without-arts to compile without aRts support (this will remove functionality).
32903
--without-arts to compile without aRts support (this will remove functionality).
32604
" >&5
32904
" >&5
32605
echo "$as_me: error: The important program mcopidl was not found!
32905
$as_echo "$as_me: error: The important program mcopidl was not found!
32606
Please check whether you installed aRts correctly or use
32906
Please check whether you installed aRts correctly or use
32607
--without-arts to compile without aRts support (this will remove functionality).
32907
--without-arts to compile without aRts support (this will remove functionality).
32608
" >&2;}
32908
" >&2;}
32609
   { (exit 1); exit 1; }; }
32909
   { (exit 1); exit 1; }; }
32610
 
32910
 
32611
   else
32911
   else
32612
      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
32912
      { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5
32613
echo "${ECHO_T}$kde_cv_path" >&6; }
32913
$as_echo "$kde_cv_path" >&6; }
32614
      MCOPIDL=$kde_cv_path
32914
      MCOPIDL=$kde_cv_path
32615
 
32915
 
32616
   fi
32916
   fi
32617
 
32917
 
32618
 
32918
 
32619
   { echo "$as_me:$LINENO: checking for artsc-config" >&5
32919
   { $as_echo "$as_me:$LINENO: checking for artsc-config" >&5
32620
echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6; }
32920
$as_echo_n "checking for artsc-config... " >&6; }
32621
   if test -n "$ARTSCCONFIG"; then
32921
   if test -n "$ARTSCCONFIG"; then
32622
        kde_cv_path="$ARTSCCONFIG";
32922
        kde_cv_path="$ARTSCCONFIG";
32623
   else
32923
   else
32624
        kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
32924
        kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
32625
 
32925
 
32626
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
32926
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
32627
  echo $ECHO_N "(cached) $ECHO_C" >&6
32927
  $as_echo_n "(cached) " >&6
32628
else
32928
else
32629
 
32929
 
32630
        kde_cv_path="NONE"
32930
        kde_cv_path="NONE"
32631
	kde_save_IFS=$IFS
32931
	kde_save_IFS=$IFS
32632
	IFS=':'
32932
	IFS=':'
Line 32664... Line 32964...
32664
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
32964
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
32665
 
32965
 
32666
   fi
32966
   fi
32667
 
32967
 
32668
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
32968
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
32669
      { echo "$as_me:$LINENO: result: not found" >&5
32969
      { $as_echo "$as_me:$LINENO: result: not found" >&5
32670
echo "${ECHO_T}not found" >&6; }
32970
$as_echo "not found" >&6; }
32671
 
32971
 
32672
    { { echo "$as_me:$LINENO: error: The important program artsc-config was not found!
32972
    { { $as_echo "$as_me:$LINENO: error: The important program artsc-config was not found!
32673
Please check whether you installed aRts correctly or use
32973
Please check whether you installed aRts correctly or use
32674
--without-arts to compile without aRts support (this will remove functionality).
32974
--without-arts to compile without aRts support (this will remove functionality).
32675
" >&5
32975
" >&5
32676
echo "$as_me: error: The important program artsc-config was not found!
32976
$as_echo "$as_me: error: The important program artsc-config was not found!
32677
Please check whether you installed aRts correctly or use
32977
Please check whether you installed aRts correctly or use
32678
--without-arts to compile without aRts support (this will remove functionality).
32978
--without-arts to compile without aRts support (this will remove functionality).
32679
" >&2;}
32979
" >&2;}
32680
   { (exit 1); exit 1; }; }
32980
   { (exit 1); exit 1; }; }
32681
 
32981
 
32682
   else
32982
   else
32683
      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
32983
      { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5
32684
echo "${ECHO_T}$kde_cv_path" >&6; }
32984
$as_echo "$kde_cv_path" >&6; }
32685
      ARTSCCONFIG=$kde_cv_path
32985
      ARTSCCONFIG=$kde_cv_path
32686
 
32986
 
32687
   fi
32987
   fi
32688
 
32988
 
32689
        fi
32989
        fi
32690
 
32990
 
32691
   { echo "$as_me:$LINENO: checking for meinproc" >&5
32991
   { $as_echo "$as_me:$LINENO: checking for meinproc" >&5
32692
echo $ECHO_N "checking for meinproc... $ECHO_C" >&6; }
32992
$as_echo_n "checking for meinproc... " >&6; }
32693
   if test -n "$MEINPROC"; then
32993
   if test -n "$MEINPROC"; then
32694
        kde_cv_path="$MEINPROC";
32994
        kde_cv_path="$MEINPROC";
32695
   else
32995
   else
32696
        kde_cache=`echo meinproc | sed 'y%./+-%__p_%'`
32996
        kde_cache=`echo meinproc | sed 'y%./+-%__p_%'`
32697
 
32997
 
32698
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
32998
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
32699
  echo $ECHO_N "(cached) $ECHO_C" >&6
32999
  $as_echo_n "(cached) " >&6
32700
else
33000
else
32701
 
33001
 
32702
        kde_cv_path="NONE"
33002
        kde_cv_path="NONE"
32703
	kde_save_IFS=$IFS
33003
	kde_save_IFS=$IFS
32704
	IFS=':'
33004
	IFS=':'
Line 32736... Line 33036...
32736
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
33036
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
32737
 
33037
 
32738
   fi
33038
   fi
32739
 
33039
 
32740
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
33040
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
32741
      { echo "$as_me:$LINENO: result: not found" >&5
33041
      { $as_echo "$as_me:$LINENO: result: not found" >&5
32742
echo "${ECHO_T}not found" >&6; }
33042
$as_echo "not found" >&6; }
32743
 
33043
 
32744
   else
33044
   else
32745
      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
33045
      { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5
32746
echo "${ECHO_T}$kde_cv_path" >&6; }
33046
$as_echo "$kde_cv_path" >&6; }
32747
      MEINPROC=$kde_cv_path
33047
      MEINPROC=$kde_cv_path
32748
 
33048
 
32749
   fi
33049
   fi
32750
 
33050
 
32751
 
33051
 
Line 32770... Line 33070...
32770
            fi
33070
            fi
32771
        fi
33071
        fi
32772
 
33072
 
32773
        if test -n "$kde32ornewer"; then
33073
        if test -n "$kde32ornewer"; then
32774
 
33074
 
32775
   { echo "$as_me:$LINENO: checking for kconfig_compiler" >&5
33075
   { $as_echo "$as_me:$LINENO: checking for kconfig_compiler" >&5
32776
echo $ECHO_N "checking for kconfig_compiler... $ECHO_C" >&6; }
33076
$as_echo_n "checking for kconfig_compiler... " >&6; }
32777
   if test -n "$KCONFIG_COMPILER"; then
33077
   if test -n "$KCONFIG_COMPILER"; then
32778
        kde_cv_path="$KCONFIG_COMPILER";
33078
        kde_cv_path="$KCONFIG_COMPILER";
32779
   else
33079
   else
32780
        kde_cache=`echo kconfig_compiler | sed 'y%./+-%__p_%'`
33080
        kde_cache=`echo kconfig_compiler | sed 'y%./+-%__p_%'`
32781
 
33081
 
32782
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
33082
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
32783
  echo $ECHO_N "(cached) $ECHO_C" >&6
33083
  $as_echo_n "(cached) " >&6
32784
else
33084
else
32785
 
33085
 
32786
        kde_cv_path="NONE"
33086
        kde_cv_path="NONE"
32787
	kde_save_IFS=$IFS
33087
	kde_save_IFS=$IFS
32788
	IFS=':'
33088
	IFS=':'
Line 32820... Line 33120...
32820
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
33120
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
32821
 
33121
 
32822
   fi
33122
   fi
32823
 
33123
 
32824
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
33124
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
32825
      { echo "$as_me:$LINENO: result: not found" >&5
33125
      { $as_echo "$as_me:$LINENO: result: not found" >&5
32826
echo "${ECHO_T}not found" >&6; }
33126
$as_echo "not found" >&6; }
32827
 
33127
 
32828
    { { echo "$as_me:$LINENO: error: The important program kconfig_compiler was not found!
33128
    { { $as_echo "$as_me:$LINENO: error: The important program kconfig_compiler was not found!
32829
Please check whether you installed KDE correctly.
33129
Please check whether you installed KDE correctly.
32830
" >&5
33130
" >&5
32831
echo "$as_me: error: The important program kconfig_compiler was not found!
33131
$as_echo "$as_me: error: The important program kconfig_compiler was not found!
32832
Please check whether you installed KDE correctly.
33132
Please check whether you installed KDE correctly.
32833
" >&2;}
33133
" >&2;}
32834
   { (exit 1); exit 1; }; }
33134
   { (exit 1); exit 1; }; }
32835
 
33135
 
32836
   else
33136
   else
32837
      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
33137
      { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5
32838
echo "${ECHO_T}$kde_cv_path" >&6; }
33138
$as_echo "$kde_cv_path" >&6; }
32839
      KCONFIG_COMPILER=$kde_cv_path
33139
      KCONFIG_COMPILER=$kde_cv_path
32840
 
33140
 
32841
   fi
33141
   fi
32842
 
33142
 
32843
 
33143
 
32844
   { echo "$as_me:$LINENO: checking for dcopidlng" >&5
33144
   { $as_echo "$as_me:$LINENO: checking for dcopidlng" >&5
32845
echo $ECHO_N "checking for dcopidlng... $ECHO_C" >&6; }
33145
$as_echo_n "checking for dcopidlng... " >&6; }
32846
   if test -n "$DCOPIDLNG"; then
33146
   if test -n "$DCOPIDLNG"; then
32847
        kde_cv_path="$DCOPIDLNG";
33147
        kde_cv_path="$DCOPIDLNG";
32848
   else
33148
   else
32849
        kde_cache=`echo dcopidlng | sed 'y%./+-%__p_%'`
33149
        kde_cache=`echo dcopidlng | sed 'y%./+-%__p_%'`
32850
 
33150
 
32851
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
33151
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
32852
  echo $ECHO_N "(cached) $ECHO_C" >&6
33152
  $as_echo_n "(cached) " >&6
32853
else
33153
else
32854
 
33154
 
32855
        kde_cv_path="NONE"
33155
        kde_cv_path="NONE"
32856
	kde_save_IFS=$IFS
33156
	kde_save_IFS=$IFS
32857
	IFS=':'
33157
	IFS=':'
Line 32889... Line 33189...
32889
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
33189
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
32890
 
33190
 
32891
   fi
33191
   fi
32892
 
33192
 
32893
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
33193
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
32894
      { echo "$as_me:$LINENO: result: not found" >&5
33194
      { $as_echo "$as_me:$LINENO: result: not found" >&5
32895
echo "${ECHO_T}not found" >&6; }
33195
$as_echo "not found" >&6; }
32896
 
33196
 
32897
    { { echo "$as_me:$LINENO: error: The important program dcopidlng was not found!
33197
    { { $as_echo "$as_me:$LINENO: error: The important program dcopidlng was not found!
32898
Please check whether you installed KDE correctly.
33198
Please check whether you installed KDE correctly.
32899
" >&5
33199
" >&5
32900
echo "$as_me: error: The important program dcopidlng was not found!
33200
$as_echo "$as_me: error: The important program dcopidlng was not found!
32901
Please check whether you installed KDE correctly.
33201
Please check whether you installed KDE correctly.
32902
" >&2;}
33202
" >&2;}
32903
   { (exit 1); exit 1; }; }
33203
   { (exit 1); exit 1; }; }
32904
 
33204
 
32905
   else
33205
   else
32906
      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
33206
      { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5
32907
echo "${ECHO_T}$kde_cv_path" >&6; }
33207
$as_echo "$kde_cv_path" >&6; }
32908
      DCOPIDLNG=$kde_cv_path
33208
      DCOPIDLNG=$kde_cv_path
32909
 
33209
 
32910
   fi
33210
   fi
32911
 
33211
 
32912
        fi
33212
        fi
32913
        if test -n "$kde33ornewer"; then
33213
        if test -n "$kde33ornewer"; then
32914
 
33214
 
32915
   { echo "$as_me:$LINENO: checking for makekdewidgets" >&5
33215
   { $as_echo "$as_me:$LINENO: checking for makekdewidgets" >&5
32916
echo $ECHO_N "checking for makekdewidgets... $ECHO_C" >&6; }
33216
$as_echo_n "checking for makekdewidgets... " >&6; }
32917
   if test -n "$MAKEKDEWIDGETS"; then
33217
   if test -n "$MAKEKDEWIDGETS"; then
32918
        kde_cv_path="$MAKEKDEWIDGETS";
33218
        kde_cv_path="$MAKEKDEWIDGETS";
32919
   else
33219
   else
32920
        kde_cache=`echo makekdewidgets | sed 'y%./+-%__p_%'`
33220
        kde_cache=`echo makekdewidgets | sed 'y%./+-%__p_%'`
32921
 
33221
 
32922
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
33222
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
32923
  echo $ECHO_N "(cached) $ECHO_C" >&6
33223
  $as_echo_n "(cached) " >&6
32924
else
33224
else
32925
 
33225
 
32926
        kde_cv_path="NONE"
33226
        kde_cv_path="NONE"
32927
	kde_save_IFS=$IFS
33227
	kde_save_IFS=$IFS
32928
	IFS=':'
33228
	IFS=':'
Line 32960... Line 33260...
32960
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
33260
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
32961
 
33261
 
32962
   fi
33262
   fi
32963
 
33263
 
32964
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
33264
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
32965
      { echo "$as_me:$LINENO: result: not found" >&5
33265
      { $as_echo "$as_me:$LINENO: result: not found" >&5
32966
echo "${ECHO_T}not found" >&6; }
33266
$as_echo "not found" >&6; }
32967
 
33267
 
32968
    { { echo "$as_me:$LINENO: error: The important program makekdewidgets was not found!
33268
    { { $as_echo "$as_me:$LINENO: error: The important program makekdewidgets was not found!
32969
Please check whether you installed KDE correctly.
33269
Please check whether you installed KDE correctly.
32970
" >&5
33270
" >&5
32971
echo "$as_me: error: The important program makekdewidgets was not found!
33271
$as_echo "$as_me: error: The important program makekdewidgets was not found!
32972
Please check whether you installed KDE correctly.
33272
Please check whether you installed KDE correctly.
32973
" >&2;}
33273
" >&2;}
32974
   { (exit 1); exit 1; }; }
33274
   { (exit 1); exit 1; }; }
32975
 
33275
 
32976
   else
33276
   else
32977
      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
33277
      { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5
32978
echo "${ECHO_T}$kde_cv_path" >&6; }
33278
$as_echo "$kde_cv_path" >&6; }
32979
      MAKEKDEWIDGETS=$kde_cv_path
33279
      MAKEKDEWIDGETS=$kde_cv_path
32980
 
33280
 
32981
   fi
33281
   fi
32982
 
33282
 
32983
 
33283
 
32984
        fi
33284
        fi
32985
 
33285
 
32986
   { echo "$as_me:$LINENO: checking for xmllint" >&5
33286
   { $as_echo "$as_me:$LINENO: checking for xmllint" >&5
32987
echo $ECHO_N "checking for xmllint... $ECHO_C" >&6; }
33287
$as_echo_n "checking for xmllint... " >&6; }
32988
   if test -n "$XMLLINT"; then
33288
   if test -n "$XMLLINT"; then
32989
        kde_cv_path="$XMLLINT";
33289
        kde_cv_path="$XMLLINT";
32990
   else
33290
   else
32991
        kde_cache=`echo xmllint | sed 'y%./+-%__p_%'`
33291
        kde_cache=`echo xmllint | sed 'y%./+-%__p_%'`
32992
 
33292
 
32993
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
33293
        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
32994
  echo $ECHO_N "(cached) $ECHO_C" >&6
33294
  $as_echo_n "(cached) " >&6
32995
else
33295
else
32996
 
33296
 
32997
        kde_cv_path="NONE"
33297
        kde_cv_path="NONE"
32998
	kde_save_IFS=$IFS
33298
	kde_save_IFS=$IFS
32999
	IFS=':'
33299
	IFS=':'
Line 33031... Line 33331...
33031
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
33331
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
33032
 
33332
 
33033
   fi
33333
   fi
33034
 
33334
 
33035
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
33335
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
33036
      { echo "$as_me:$LINENO: result: not found" >&5
33336
      { $as_echo "$as_me:$LINENO: result: not found" >&5
33037
echo "${ECHO_T}not found" >&6; }
33337
$as_echo "not found" >&6; }
33038
      XMLLINT=""
33338
      XMLLINT=""
33039
   else
33339
   else
33040
      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
33340
      { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5
33041
echo "${ECHO_T}$kde_cv_path" >&6; }
33341
$as_echo "$kde_cv_path" >&6; }
33042
      XMLLINT=$kde_cv_path
33342
      XMLLINT=$kde_cv_path
33043
 
33343
 
33044
   fi
33344
   fi
33045
 
33345
 
33046
 
33346
 
Line 33051... Line 33351...
33051
KDE_XSL_STYLESHEET=NO
33351
KDE_XSL_STYLESHEET=NO
33052
for i in $kde_sharedirs;
33352
for i in $kde_sharedirs;
33053
do
33353
do
33054
  for j in apps/ksgmltools2/customization/kde-chunk.xsl;
33354
  for j in apps/ksgmltools2/customization/kde-chunk.xsl;
33055
  do
33355
  do
33056
    echo "configure: 33056: $i/$j" >&5
33356
    echo "configure: 33356: $i/$j" >&5
33057
    if test -r "$i/$j"; then
33357
    if test -r "$i/$j"; then
33058
      echo "taking that" >&5
33358
      echo "taking that" >&5
33059
      KDE_XSL_STYLESHEET=$i
33359
      KDE_XSL_STYLESHEET=$i
33060
      break 2
33360
      break 2
33061
    fi
33361
    fi
Line 33209... Line 33509...
33209
 
33509
 
33210
 
33510
 
33211
 
33511
 
33212
#MIN_CONFIG(3.2.0)
33512
#MIN_CONFIG(3.2.0)
33213
 
33513
 
-
 
33514
 
33214
{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
33515
 { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
33215
echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
33516
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
33216
if test "${ac_cv_c_bigendian+set}" = set; then
33517
if test "${ac_cv_c_bigendian+set}" = set; then
33217
  echo $ECHO_N "(cached) $ECHO_C" >&6
33518
  $as_echo_n "(cached) " >&6
33218
else
33519
else
-
 
33520
  ac_cv_c_bigendian=unknown
-
 
33521
    # See if we're dealing with a universal compiler.
-
 
33522
    cat >conftest.$ac_ext <<_ACEOF
-
 
33523
/* confdefs.h.  */
-
 
33524
_ACEOF
-
 
33525
cat confdefs.h >>conftest.$ac_ext
-
 
33526
cat >>conftest.$ac_ext <<_ACEOF
-
 
33527
/* end confdefs.h.  */
-
 
33528
#ifndef __APPLE_CC__
-
 
33529
	       not a universal capable compiler
-
 
33530
	     #endif
-
 
33531
	     typedef int dummy;
-
 
33532
 
-
 
33533
_ACEOF
-
 
33534
rm -f conftest.$ac_objext
-
 
33535
if { (ac_try="$ac_compile"
-
 
33536
case "(($ac_try" in
-
 
33537
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
33538
  *) ac_try_echo=$ac_try;;
-
 
33539
esac
-
 
33540
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
33541
$as_echo "$ac_try_echo") >&5
-
 
33542
  (eval "$ac_compile") 2>conftest.er1
-
 
33543
  ac_status=$?
-
 
33544
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
33545
  rm -f conftest.er1
-
 
33546
  cat conftest.err >&5
-
 
33547
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
33548
  (exit $ac_status); } && {
-
 
33549
	 test -z "$ac_c_werror_flag" ||
-
 
33550
	 test ! -s conftest.err
-
 
33551
       } && test -s conftest.$ac_objext; then
-
 
33552
 
-
 
33553
	# Check for potential -arch flags.  It is not universal unless
-
 
33554
	# there are some -arch flags.  Note that *ppc* also matches
-
 
33555
	# ppc64.  This check is also rather less than ideal.
-
 
33556
	case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in  #(
-
 
33557
	  *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;;
-
 
33558
	esac
-
 
33559
else
-
 
33560
  $as_echo "$as_me: failed program was:" >&5
-
 
33561
sed 's/^/| /' conftest.$ac_ext >&5
-
 
33562
 
-
 
33563
 
-
 
33564
fi
-
 
33565
 
-
 
33566
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
33567
    if test $ac_cv_c_bigendian = unknown; then
33219
  # See if sys/param.h defines the BYTE_ORDER macro.
33568
      # See if sys/param.h defines the BYTE_ORDER macro.
33220
cat >conftest.$ac_ext <<_ACEOF
33569
      cat >conftest.$ac_ext <<_ACEOF
33221
/* confdefs.h.  */
33570
/* confdefs.h.  */
33222
_ACEOF
33571
_ACEOF
33223
cat confdefs.h >>conftest.$ac_ext
33572
cat confdefs.h >>conftest.$ac_ext
33224
cat >>conftest.$ac_ext <<_ACEOF
33573
cat >>conftest.$ac_ext <<_ACEOF
33225
/* end confdefs.h.  */
33574
/* end confdefs.h.  */
33226
#include <sys/types.h>
33575
#include <sys/types.h>
33227
#include <sys/param.h>
33576
	     #include <sys/param.h>
33228
 
33577
 
33229
int
33578
int
33230
main ()
33579
main ()
33231
{
33580
{
33232
#if  ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \
33581
#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
-
 
33582
		     && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
33233
	&& BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
33583
		     && LITTLE_ENDIAN)
33234
 bogus endian macros
33584
	      bogus endian macros
33235
#endif
33585
	     #endif
33236
 
33586
 
33237
  ;
33587
  ;
33238
  return 0;
33588
  return 0;
33239
}
33589
}
33240
_ACEOF
33590
_ACEOF
Line 33242... Line 33592...
33242
if { (ac_try="$ac_compile"
33592
if { (ac_try="$ac_compile"
33243
case "(($ac_try" in
33593
case "(($ac_try" in
33244
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33594
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33245
  *) ac_try_echo=$ac_try;;
33595
  *) ac_try_echo=$ac_try;;
33246
esac
33596
esac
33247
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33597
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
33598
$as_echo "$ac_try_echo") >&5
33248
  (eval "$ac_compile") 2>conftest.er1
33599
  (eval "$ac_compile") 2>conftest.er1
33249
  ac_status=$?
33600
  ac_status=$?
33250
  grep -v '^ *+' conftest.er1 >conftest.err
33601
  grep -v '^ *+' conftest.er1 >conftest.err
33251
  rm -f conftest.er1
33602
  rm -f conftest.er1
33252
  cat conftest.err >&5
33603
  cat conftest.err >&5
33253
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33604
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33254
  (exit $ac_status); } && {
33605
  (exit $ac_status); } && {
33255
	 test -z "$ac_c_werror_flag" ||
33606
	 test -z "$ac_c_werror_flag" ||
33256
	 test ! -s conftest.err
33607
	 test ! -s conftest.err
33257
       } && test -s conftest.$ac_objext; then
33608
       } && test -s conftest.$ac_objext; then
33258
  # It does; now see whether it defined to BIG_ENDIAN or not.
33609
  # It does; now see whether it defined to BIG_ENDIAN or not.
33259
cat >conftest.$ac_ext <<_ACEOF
33610
	 cat >conftest.$ac_ext <<_ACEOF
33260
/* confdefs.h.  */
33611
/* confdefs.h.  */
33261
_ACEOF
33612
_ACEOF
33262
cat confdefs.h >>conftest.$ac_ext
33613
cat confdefs.h >>conftest.$ac_ext
33263
cat >>conftest.$ac_ext <<_ACEOF
33614
cat >>conftest.$ac_ext <<_ACEOF
33264
/* end confdefs.h.  */
33615
/* end confdefs.h.  */
33265
#include <sys/types.h>
33616
#include <sys/types.h>
33266
#include <sys/param.h>
33617
		#include <sys/param.h>
33267
 
33618
 
33268
int
33619
int
33269
main ()
33620
main ()
33270
{
33621
{
33271
#if BYTE_ORDER != BIG_ENDIAN
33622
#if BYTE_ORDER != BIG_ENDIAN
33272
 not big endian
33623
		 not big endian
33273
#endif
33624
		#endif
33274
 
33625
 
33275
  ;
33626
  ;
33276
  return 0;
33627
  return 0;
33277
}
33628
}
33278
_ACEOF
33629
_ACEOF
Line 33280... Line 33631...
33280
if { (ac_try="$ac_compile"
33631
if { (ac_try="$ac_compile"
33281
case "(($ac_try" in
33632
case "(($ac_try" in
33282
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33633
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33283
  *) ac_try_echo=$ac_try;;
33634
  *) ac_try_echo=$ac_try;;
33284
esac
33635
esac
33285
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33636
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
33637
$as_echo "$ac_try_echo") >&5
33286
  (eval "$ac_compile") 2>conftest.er1
33638
  (eval "$ac_compile") 2>conftest.er1
33287
  ac_status=$?
33639
  ac_status=$?
33288
  grep -v '^ *+' conftest.er1 >conftest.err
33640
  grep -v '^ *+' conftest.er1 >conftest.err
33289
  rm -f conftest.er1
33641
  rm -f conftest.er1
33290
  cat conftest.err >&5
33642
  cat conftest.err >&5
33291
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33643
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33292
  (exit $ac_status); } && {
33644
  (exit $ac_status); } && {
33293
	 test -z "$ac_c_werror_flag" ||
33645
	 test -z "$ac_c_werror_flag" ||
33294
	 test ! -s conftest.err
33646
	 test ! -s conftest.err
33295
       } && test -s conftest.$ac_objext; then
33647
       } && test -s conftest.$ac_objext; then
33296
  ac_cv_c_bigendian=yes
33648
  ac_cv_c_bigendian=yes
33297
else
33649
else
33298
  echo "$as_me: failed program was:" >&5
33650
  $as_echo "$as_me: failed program was:" >&5
33299
sed 's/^/| /' conftest.$ac_ext >&5
33651
sed 's/^/| /' conftest.$ac_ext >&5
33300
 
33652
 
33301
	ac_cv_c_bigendian=no
33653
	ac_cv_c_bigendian=no
33302
fi
33654
fi
33303
 
33655
 
33304
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33656
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33305
else
33657
else
33306
  echo "$as_me: failed program was:" >&5
33658
  $as_echo "$as_me: failed program was:" >&5
33307
sed 's/^/| /' conftest.$ac_ext >&5
33659
sed 's/^/| /' conftest.$ac_ext >&5
33308
 
33660
 
-
 
33661
 
-
 
33662
fi
-
 
33663
 
33309
	# It does not; compile a test program.
33664
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
33665
    fi
33310
if test "$cross_compiling" = yes; then
33666
    if test $ac_cv_c_bigendian = unknown; then
33311
  # try to guess the endianness by grepping values into an object file
33667
      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
33312
  ac_cv_c_bigendian=unknown
-
 
33313
  cat >conftest.$ac_ext <<_ACEOF
33668
      cat >conftest.$ac_ext <<_ACEOF
33314
/* confdefs.h.  */
33669
/* confdefs.h.  */
33315
_ACEOF
33670
_ACEOF
33316
cat confdefs.h >>conftest.$ac_ext
33671
cat confdefs.h >>conftest.$ac_ext
33317
cat >>conftest.$ac_ext <<_ACEOF
33672
cat >>conftest.$ac_ext <<_ACEOF
33318
/* end confdefs.h.  */
33673
/* end confdefs.h.  */
-
 
33674
#include <limits.h>
-
 
33675
 
-
 
33676
int
-
 
33677
main ()
-
 
33678
{
33319
short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
33679
#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
-
 
33680
	      bogus endian macros
-
 
33681
	     #endif
-
 
33682
 
-
 
33683
  ;
-
 
33684
  return 0;
-
 
33685
}
-
 
33686
_ACEOF
-
 
33687
rm -f conftest.$ac_objext
-
 
33688
if { (ac_try="$ac_compile"
-
 
33689
case "(($ac_try" in
33320
short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
33690
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
33691
  *) ac_try_echo=$ac_try;;
-
 
33692
esac
33321
void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
33693
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
33694
$as_echo "$ac_try_echo") >&5
-
 
33695
  (eval "$ac_compile") 2>conftest.er1
-
 
33696
  ac_status=$?
-
 
33697
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
33698
  rm -f conftest.er1
-
 
33699
  cat conftest.err >&5
33322
short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
33700
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
33701
  (exit $ac_status); } && {
-
 
33702
	 test -z "$ac_c_werror_flag" ||
-
 
33703
	 test ! -s conftest.err
33323
short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
33704
       } && test -s conftest.$ac_objext; then
33324
void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
33705
  # It does; now see whether it defined to _BIG_ENDIAN or not.
-
 
33706
	 cat >conftest.$ac_ext <<_ACEOF
-
 
33707
/* confdefs.h.  */
-
 
33708
_ACEOF
-
 
33709
cat confdefs.h >>conftest.$ac_ext
-
 
33710
cat >>conftest.$ac_ext <<_ACEOF
-
 
33711
/* end confdefs.h.  */
-
 
33712
#include <limits.h>
-
 
33713
 
33325
int
33714
int
33326
main ()
33715
main ()
33327
{
33716
{
-
 
33717
#ifndef _BIG_ENDIAN
33328
 _ascii (); _ebcdic ();
33718
		 not big endian
-
 
33719
		#endif
-
 
33720
 
33329
  ;
33721
  ;
33330
  return 0;
33722
  return 0;
33331
}
33723
}
33332
_ACEOF
33724
_ACEOF
33333
rm -f conftest.$ac_objext
33725
rm -f conftest.$ac_objext
33334
if { (ac_try="$ac_compile"
33726
if { (ac_try="$ac_compile"
33335
case "(($ac_try" in
33727
case "(($ac_try" in
33336
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33728
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33337
  *) ac_try_echo=$ac_try;;
33729
  *) ac_try_echo=$ac_try;;
33338
esac
33730
esac
33339
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33731
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
33732
$as_echo "$ac_try_echo") >&5
33340
  (eval "$ac_compile") 2>conftest.er1
33733
  (eval "$ac_compile") 2>conftest.er1
33341
  ac_status=$?
33734
  ac_status=$?
33342
  grep -v '^ *+' conftest.er1 >conftest.err
33735
  grep -v '^ *+' conftest.er1 >conftest.err
33343
  rm -f conftest.er1
33736
  rm -f conftest.er1
33344
  cat conftest.err >&5
33737
  cat conftest.err >&5
33345
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33738
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33346
  (exit $ac_status); } && {
33739
  (exit $ac_status); } && {
33347
	 test -z "$ac_c_werror_flag" ||
33740
	 test -z "$ac_c_werror_flag" ||
33348
	 test ! -s conftest.err
33741
	 test ! -s conftest.err
33349
       } && test -s conftest.$ac_objext; then
33742
       } && test -s conftest.$ac_objext; then
33350
  if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
-
 
33351
  ac_cv_c_bigendian=yes
33743
  ac_cv_c_bigendian=yes
-
 
33744
else
-
 
33745
  $as_echo "$as_me: failed program was:" >&5
-
 
33746
sed 's/^/| /' conftest.$ac_ext >&5
-
 
33747
 
-
 
33748
	ac_cv_c_bigendian=no
33352
fi
33749
fi
-
 
33750
 
33353
if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
33751
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33354
  if test "$ac_cv_c_bigendian" = unknown; then
-
 
33355
    ac_cv_c_bigendian=no
-
 
33356
  else
33752
else
33357
    # finding both strings is unlikely to happen, but who knows?
33753
  $as_echo "$as_me: failed program was:" >&5
33358
    ac_cv_c_bigendian=unknown
33754
sed 's/^/| /' conftest.$ac_ext >&5
-
 
33755
 
33359
  fi
33756
 
33360
fi
33757
fi
-
 
33758
 
-
 
33759
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
33760
    fi
-
 
33761
    if test $ac_cv_c_bigendian = unknown; then
-
 
33762
      # Compile a test program.
-
 
33763
      if test "$cross_compiling" = yes; then
-
 
33764
  # Try to guess by grepping values from an object file.
-
 
33765
	 cat >conftest.$ac_ext <<_ACEOF
-
 
33766
/* confdefs.h.  */
-
 
33767
_ACEOF
-
 
33768
cat confdefs.h >>conftest.$ac_ext
-
 
33769
cat >>conftest.$ac_ext <<_ACEOF
-
 
33770
/* end confdefs.h.  */
-
 
33771
short int ascii_mm[] =
-
 
33772
		  { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
-
 
33773
		short int ascii_ii[] =
-
 
33774
		  { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
-
 
33775
		int use_ascii (int i) {
-
 
33776
		  return ascii_mm[i] + ascii_ii[i];
-
 
33777
		}
-
 
33778
		short int ebcdic_ii[] =
-
 
33779
		  { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
-
 
33780
		short int ebcdic_mm[] =
-
 
33781
		  { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
-
 
33782
		int use_ebcdic (int i) {
-
 
33783
		  return ebcdic_mm[i] + ebcdic_ii[i];
-
 
33784
		}
-
 
33785
		extern int foo;
-
 
33786
 
-
 
33787
int
-
 
33788
main ()
-
 
33789
{
-
 
33790
return use_ascii (foo) == use_ebcdic (foo);
-
 
33791
  ;
-
 
33792
  return 0;
-
 
33793
}
-
 
33794
_ACEOF
-
 
33795
rm -f conftest.$ac_objext
-
 
33796
if { (ac_try="$ac_compile"
-
 
33797
case "(($ac_try" in
-
 
33798
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
33799
  *) ac_try_echo=$ac_try;;
-
 
33800
esac
-
 
33801
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
33802
$as_echo "$ac_try_echo") >&5
-
 
33803
  (eval "$ac_compile") 2>conftest.er1
-
 
33804
  ac_status=$?
-
 
33805
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
33806
  rm -f conftest.er1
-
 
33807
  cat conftest.err >&5
-
 
33808
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
33809
  (exit $ac_status); } && {
-
 
33810
	 test -z "$ac_c_werror_flag" ||
-
 
33811
	 test ! -s conftest.err
-
 
33812
       } && test -s conftest.$ac_objext; then
-
 
33813
  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
-
 
33814
	      ac_cv_c_bigendian=yes
-
 
33815
	    fi
-
 
33816
	    if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
-
 
33817
	      if test "$ac_cv_c_bigendian" = unknown; then
-
 
33818
		ac_cv_c_bigendian=no
-
 
33819
	      else
-
 
33820
		# finding both strings is unlikely to happen, but who knows?
-
 
33821
		ac_cv_c_bigendian=unknown
-
 
33822
	      fi
-
 
33823
	    fi
33361
else
33824
else
33362
  echo "$as_me: failed program was:" >&5
33825
  $as_echo "$as_me: failed program was:" >&5
33363
sed 's/^/| /' conftest.$ac_ext >&5
33826
sed 's/^/| /' conftest.$ac_ext >&5
33364
 
33827
 
33365
 
33828
 
33366
fi
33829
fi
33367
 
33830
 
Line 33376... Line 33839...
33376
$ac_includes_default
33839
$ac_includes_default
33377
int
33840
int
33378
main ()
33841
main ()
33379
{
33842
{
33380
 
33843
 
33381
  /* Are we little or big endian?  From Harbison&Steele.  */
33844
	     /* Are we little or big endian?  From Harbison&Steele.  */
33382
  union
33845
	     union
33383
  {
33846
	     {
33384
    long int l;
33847
	       long int l;
33385
    char c[sizeof (long int)];
33848
	       char c[sizeof (long int)];
33386
  } u;
33849
	     } u;
33387
  u.l = 1;
33850
	     u.l = 1;
33388
  return u.c[sizeof (long int) - 1] == 1;
33851
	     return u.c[sizeof (long int) - 1] == 1;
33389
 
33852
 
33390
  ;
33853
  ;
33391
  return 0;
33854
  return 0;
33392
}
33855
}
33393
_ACEOF
33856
_ACEOF
Line 33395... Line 33858...
33395
if { (ac_try="$ac_link"
33858
if { (ac_try="$ac_link"
33396
case "(($ac_try" in
33859
case "(($ac_try" in
33397
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33860
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33398
  *) ac_try_echo=$ac_try;;
33861
  *) ac_try_echo=$ac_try;;
33399
esac
33862
esac
33400
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33863
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
33864
$as_echo "$ac_try_echo") >&5
33401
  (eval "$ac_link") 2>&5
33865
  (eval "$ac_link") 2>&5
33402
  ac_status=$?
33866
  ac_status=$?
33403
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33867
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33404
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
33868
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
33405
  { (case "(($ac_try" in
33869
  { (case "(($ac_try" in
33406
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33870
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33407
  *) ac_try_echo=$ac_try;;
33871
  *) ac_try_echo=$ac_try;;
33408
esac
33872
esac
33409
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33873
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
33874
$as_echo "$ac_try_echo") >&5
33410
  (eval "$ac_try") 2>&5
33875
  (eval "$ac_try") 2>&5
33411
  ac_status=$?
33876
  ac_status=$?
33412
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33877
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33413
  (exit $ac_status); }; }; then
33878
  (exit $ac_status); }; }; then
33414
  ac_cv_c_bigendian=no
33879
  ac_cv_c_bigendian=no
33415
else
33880
else
33416
  echo "$as_me: program exited with status $ac_status" >&5
33881
  $as_echo "$as_me: program exited with status $ac_status" >&5
33417
echo "$as_me: failed program was:" >&5
33882
$as_echo "$as_me: failed program was:" >&5
33418
sed 's/^/| /' conftest.$ac_ext >&5
33883
sed 's/^/| /' conftest.$ac_ext >&5
33419
 
33884
 
33420
( exit $ac_status )
33885
( exit $ac_status )
33421
ac_cv_c_bigendian=yes
33886
ac_cv_c_bigendian=yes
33422
fi
33887
fi
-
 
33888
rm -rf conftest.dSYM
33423
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
33889
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
33424
fi
33890
fi
33425
 
33891
 
33426
 
33892
 
-
 
33893
    fi
33427
fi
33894
fi
33428
 
-
 
33429
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
33430
fi
-
 
33431
{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
33895
{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
33432
echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
33896
$as_echo "$ac_cv_c_bigendian" >&6; }
33433
case $ac_cv_c_bigendian in
33897
 case $ac_cv_c_bigendian in #(
33434
  yes)
33898
   yes)
-
 
33899
     cat >>confdefs.h <<\_ACEOF
-
 
33900
#define WORDS_BIGENDIAN 1
-
 
33901
_ACEOF
-
 
33902
;; #(
-
 
33903
   no)
-
 
33904
      ;; #(
-
 
33905
   universal)
33435
 
33906
 
33436
cat >>confdefs.h <<\_ACEOF
33907
cat >>confdefs.h <<\_ACEOF
33437
#define WORDS_BIGENDIAN 1
33908
#define AC_APPLE_UNIVERSAL_BUILD 1
33438
_ACEOF
33909
_ACEOF
33439
 ;;
33910
 
33440
  no)
-
 
33441
     ;;
33911
     ;; #(
33442
  *)
33912
   *)
33443
    { { echo "$as_me:$LINENO: error: unknown endianness
33913
     { { $as_echo "$as_me:$LINENO: error: unknown endianness
33444
presetting ac_cv_c_bigendian=no (or yes) will help" >&5
33914
 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
33445
echo "$as_me: error: unknown endianness
33915
$as_echo "$as_me: error: unknown endianness
33446
presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
33916
 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
33447
   { (exit 1); exit 1; }; } ;;
33917
   { (exit 1); exit 1; }; } ;;
33448
esac
33918
 esac
33449
 
33919
 
33450
 
33920
 
33451
{ echo "$as_me:$LINENO: checking for MAXPATHLEN" >&5
33921
{ $as_echo "$as_me:$LINENO: checking for MAXPATHLEN" >&5
33452
echo $ECHO_N "checking for MAXPATHLEN... $ECHO_C" >&6; }
33922
$as_echo_n "checking for MAXPATHLEN... " >&6; }
33453
if test "${ac_cv_maxpathlen+set}" = set; then
33923
if test "${ac_cv_maxpathlen+set}" = set; then
33454
  echo $ECHO_N "(cached) $ECHO_C" >&6
33924
  $as_echo_n "(cached) " >&6
33455
else
33925
else
33456
 
33926
 
33457
cat > conftest.$ac_ext <<EOF
33927
cat > conftest.$ac_ext <<EOF
33458
#ifdef STDC_HEADERS
33928
#ifdef STDC_HEADERS
33459
# include <stdlib.h>
33929
# include <stdlib.h>
Line 33471... Line 33941...
33471
ac_try="$ac_cpp conftest.$ac_ext 2>/dev/null | grep '^KDE_HELLO' >conftest.out"
33941
ac_try="$ac_cpp conftest.$ac_ext 2>/dev/null | grep '^KDE_HELLO' >conftest.out"
33472
 
33942
 
33473
if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33943
if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33474
  (eval $ac_try) 2>&5
33944
  (eval $ac_try) 2>&5
33475
  ac_status=$?
33945
  ac_status=$?
33476
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33946
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33477
  (exit $ac_status); } && test -s conftest.out; then
33947
  (exit $ac_status); } && test -s conftest.out; then
33478
    ac_cv_maxpathlen=`sed 's#KDE_HELLO ##' conftest.out`
33948
    ac_cv_maxpathlen=`sed 's#KDE_HELLO ##' conftest.out`
33479
else
33949
else
33480
    ac_cv_maxpathlen=1024
33950
    ac_cv_maxpathlen=1024
33481
fi
33951
fi
Line 33483... Line 33953...
33483
rm conftest.*
33953
rm conftest.*
33484
 
33954
 
33485
 
33955
 
33486
fi
33956
fi
33487
 
33957
 
33488
{ echo "$as_me:$LINENO: result: $ac_cv_maxpathlen" >&5
33958
{ $as_echo "$as_me:$LINENO: result: $ac_cv_maxpathlen" >&5
33489
echo "${ECHO_T}$ac_cv_maxpathlen" >&6; }
33959
$as_echo "$ac_cv_maxpathlen" >&6; }
33490
 
33960
 
33491
cat >>confdefs.h <<_ACEOF
33961
cat >>confdefs.h <<_ACEOF
33492
#define KDEMAXPATHLEN $ac_cv_maxpathlen
33962
#define KDEMAXPATHLEN $ac_cv_maxpathlen
33493
_ACEOF
33963
_ACEOF
33494
 
33964
 
Line 33513... Line 33983...
33513
elif test -s $srcdir/subdirs; then
33983
elif test -s $srcdir/subdirs; then
33514
  ac_topsubdirs="`cat $srcdir/subdirs`"
33984
  ac_topsubdirs="`cat $srcdir/subdirs`"
33515
fi
33985
fi
33516
 
33986
 
33517
for i in $ac_topsubdirs; do
33987
for i in $ac_topsubdirs; do
33518
  { echo "$as_me:$LINENO: checking if $i should be compiled" >&5
33988
  { $as_echo "$as_me:$LINENO: checking if $i should be compiled" >&5
33519
echo $ECHO_N "checking if $i should be compiled... $ECHO_C" >&6; }
33989
$as_echo_n "checking if $i should be compiled... " >&6; }
33520
  if test -d $srcdir/$i; then
33990
  if test -d $srcdir/$i; then
33521
    install_it="yes"
33991
    install_it="yes"
33522
    for j in $DO_NOT_COMPILE; do
33992
    for j in $DO_NOT_COMPILE; do
33523
      if test $i = $j; then
33993
      if test $i = $j; then
33524
        install_it="no"
33994
        install_it="no"
33525
      fi
33995
      fi
33526
    done
33996
    done
33527
  else
33997
  else
33528
    install_it="no"
33998
    install_it="no"
33529
  fi
33999
  fi
33530
  { echo "$as_me:$LINENO: result: $install_it" >&5
34000
  { $as_echo "$as_me:$LINENO: result: $install_it" >&5
33531
echo "${ECHO_T}$install_it" >&6; }
34001
$as_echo "$install_it" >&6; }
33532
  vari=`echo $i | sed -e 's,[-+.@],_,g'`
34002
  vari=`echo $i | sed -e 's,[-+.@],_,g'`
33533
  if test $install_it = "yes"; then
34003
  if test $install_it = "yes"; then
33534
    TOPSUBDIRS="$TOPSUBDIRS $i"
34004
    TOPSUBDIRS="$TOPSUBDIRS $i"
33535
    eval "$vari""_SUBDIR_included=yes"
34005
    eval "$vari""_SUBDIR_included=yes"
33536
  else
34006
  else
Line 33577... Line 34047...
33577
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
34047
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
33578
    eval ac_val=\$$ac_var
34048
    eval ac_val=\$$ac_var
33579
    case $ac_val in #(
34049
    case $ac_val in #(
33580
    *${as_nl}*)
34050
    *${as_nl}*)
33581
      case $ac_var in #(
34051
      case $ac_var in #(
33582
      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
34052
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
33583
echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
34053
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
33584
      esac
34054
      esac
33585
      case $ac_var in #(
34055
      case $ac_var in #(
33586
      _ | IFS | as_nl) ;; #(
34056
      _ | IFS | as_nl) ;; #(
-
 
34057
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
33587
      *) $as_unset $ac_var ;;
34058
      *) $as_unset $ac_var ;;
33588
      esac ;;
34059
      esac ;;
33589
    esac
34060
    esac
33590
  done
34061
  done
33591
 
34062
 
Line 33614... Line 34085...
33614
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
34085
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
33615
     :end' >>confcache
34086
     :end' >>confcache
33616
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
34087
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
33617
  if test -w "$cache_file"; then
34088
  if test -w "$cache_file"; then
33618
    test "x$cache_file" != "x/dev/null" &&
34089
    test "x$cache_file" != "x/dev/null" &&
33619
      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
34090
      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
33620
echo "$as_me: updating cache $cache_file" >&6;}
34091
$as_echo "$as_me: updating cache $cache_file" >&6;}
33621
    cat confcache >$cache_file
34092
    cat confcache >$cache_file
33622
  else
34093
  else
33623
    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
34094
    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
33624
echo "$as_me: not updating unwritable cache $cache_file" >&6;}
34095
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
33625
  fi
34096
  fi
33626
fi
34097
fi
33627
rm -f confcache
34098
rm -f confcache
33628
 
34099
 
33629
test "x$prefix" = xNONE && prefix=$ac_default_prefix
34100
test "x$prefix" = xNONE && prefix=$ac_default_prefix
Line 33635... Line 34106...
33635
ac_libobjs=
34106
ac_libobjs=
33636
ac_ltlibobjs=
34107
ac_ltlibobjs=
33637
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
34108
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
33638
  # 1. Remove the extension, and $U if already installed.
34109
  # 1. Remove the extension, and $U if already installed.
33639
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
34110
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
33640
  ac_i=`echo "$ac_i" | sed "$ac_script"`
34111
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
33641
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
34112
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
33642
  #    will be set to the directory where LIBOBJS objects are built.
34113
  #    will be set to the directory where LIBOBJS objects are built.
33643
  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
34114
  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
33644
  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
34115
  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
33645
done
34116
done
Line 33647... Line 34118...
33647
 
34118
 
33648
LTLIBOBJS=$ac_ltlibobjs
34119
LTLIBOBJS=$ac_ltlibobjs
33649
 
34120
 
33650
 
34121
 
33651
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
34122
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
33652
  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
34123
  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
33653
Usually this means the macro was only invoked conditionally." >&5
34124
Usually this means the macro was only invoked conditionally." >&5
33654
echo "$as_me: error: conditional \"AMDEP\" was never defined.
34125
$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
33655
Usually this means the macro was only invoked conditionally." >&2;}
34126
Usually this means the macro was only invoked conditionally." >&2;}
33656
   { (exit 1); exit 1; }; }
34127
   { (exit 1); exit 1; }; }
33657
fi
34128
fi
33658
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
34129
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
33659
  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
34130
  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
33660
Usually this means the macro was only invoked conditionally." >&5
34131
Usually this means the macro was only invoked conditionally." >&5
33661
echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
34132
$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
33662
Usually this means the macro was only invoked conditionally." >&2;}
34133
Usually this means the macro was only invoked conditionally." >&2;}
33663
   { (exit 1); exit 1; }; }
34134
   { (exit 1); exit 1; }; }
33664
fi
34135
fi
33665
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
34136
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
33666
  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
34137
  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
33667
Usually this means the macro was only invoked conditionally." >&5
34138
Usually this means the macro was only invoked conditionally." >&5
33668
echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
34139
$as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
33669
Usually this means the macro was only invoked conditionally." >&2;}
34140
Usually this means the macro was only invoked conditionally." >&2;}
33670
   { (exit 1); exit 1; }; }
34141
   { (exit 1); exit 1; }; }
33671
fi
34142
fi
33672
if test -z "${unsermake_enable_pch_TRUE}" && test -z "${unsermake_enable_pch_FALSE}"; then
34143
if test -z "${unsermake_enable_pch_TRUE}" && test -z "${unsermake_enable_pch_FALSE}"; then
33673
  { { echo "$as_me:$LINENO: error: conditional \"unsermake_enable_pch\" was never defined.
34144
  { { $as_echo "$as_me:$LINENO: error: conditional \"unsermake_enable_pch\" was never defined.
33674
Usually this means the macro was only invoked conditionally." >&5
34145
Usually this means the macro was only invoked conditionally." >&5
33675
echo "$as_me: error: conditional \"unsermake_enable_pch\" was never defined.
34146
$as_echo "$as_me: error: conditional \"unsermake_enable_pch\" was never defined.
33676
Usually this means the macro was only invoked conditionally." >&2;}
34147
Usually this means the macro was only invoked conditionally." >&2;}
33677
   { (exit 1); exit 1; }; }
34148
   { (exit 1); exit 1; }; }
33678
fi
34149
fi
33679
if test -z "${include_x11_TRUE}" && test -z "${include_x11_FALSE}"; then
34150
if test -z "${include_x11_TRUE}" && test -z "${include_x11_FALSE}"; then
33680
  { { echo "$as_me:$LINENO: error: conditional \"include_x11\" was never defined.
34151
  { { $as_echo "$as_me:$LINENO: error: conditional \"include_x11\" was never defined.
33681
Usually this means the macro was only invoked conditionally." >&5
34152
Usually this means the macro was only invoked conditionally." >&5
33682
echo "$as_me: error: conditional \"include_x11\" was never defined.
34153
$as_echo "$as_me: error: conditional \"include_x11\" was never defined.
33683
Usually this means the macro was only invoked conditionally." >&2;}
34154
Usually this means the macro was only invoked conditionally." >&2;}
33684
   { (exit 1); exit 1; }; }
34155
   { (exit 1); exit 1; }; }
33685
fi
34156
fi
33686
if test -z "${include_ARTS_TRUE}" && test -z "${include_ARTS_FALSE}"; then
34157
if test -z "${include_ARTS_TRUE}" && test -z "${include_ARTS_FALSE}"; then
33687
  { { echo "$as_me:$LINENO: error: conditional \"include_ARTS\" was never defined.
34158
  { { $as_echo "$as_me:$LINENO: error: conditional \"include_ARTS\" was never defined.
33688
Usually this means the macro was only invoked conditionally." >&5
34159
Usually this means the macro was only invoked conditionally." >&5
33689
echo "$as_me: error: conditional \"include_ARTS\" was never defined.
34160
$as_echo "$as_me: error: conditional \"include_ARTS\" was never defined.
33690
Usually this means the macro was only invoked conditionally." >&2;}
34161
Usually this means the macro was only invoked conditionally." >&2;}
33691
   { (exit 1); exit 1; }; }
34162
   { (exit 1); exit 1; }; }
33692
fi
34163
fi
33693
 
34164
 
-
 
34165
 
33694
: ${CONFIG_STATUS=./config.status}
34166
: ${CONFIG_STATUS=./config.status}
-
 
34167
ac_write_fail=0
33695
ac_clean_files_save=$ac_clean_files
34168
ac_clean_files_save=$ac_clean_files
33696
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
34169
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
33697
{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
34170
{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
33698
echo "$as_me: creating $CONFIG_STATUS" >&6;}
34171
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
33699
cat >$CONFIG_STATUS <<_ACEOF
34172
cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
33700
#! $SHELL
34173
#! $SHELL
33701
# Generated by $as_me.
34174
# Generated by $as_me.
33702
# Run this file to recreate the current configuration.
34175
# Run this file to recreate the current configuration.
33703
# Compiler output produced by configure, useful for debugging
34176
# Compiler output produced by configure, useful for debugging
33704
# configure, is in config.log if it exists.
34177
# configure, is in config.log if it exists.
Line 33707... Line 34180...
33707
ac_cs_recheck=false
34180
ac_cs_recheck=false
33708
ac_cs_silent=false
34181
ac_cs_silent=false
33709
SHELL=\${CONFIG_SHELL-$SHELL}
34182
SHELL=\${CONFIG_SHELL-$SHELL}
33710
_ACEOF
34183
_ACEOF
33711
 
34184
 
33712
cat >>$CONFIG_STATUS <<\_ACEOF
34185
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
33713
## --------------------- ##
34186
## --------------------- ##
33714
## M4sh Initialization.  ##
34187
## M4sh Initialization.  ##
33715
## --------------------- ##
34188
## --------------------- ##
33716
 
34189
 
33717
# Be more Bourne compatible
34190
# Be more Bourne compatible
33718
DUALCASE=1; export DUALCASE # for MKS sh
34191
DUALCASE=1; export DUALCASE # for MKS sh
33719
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
34192
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
33720
  emulate sh
34193
  emulate sh
33721
  NULLCMD=:
34194
  NULLCMD=:
33722
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
34195
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
33723
  # is contrary to our usage.  Disable this feature.
34196
  # is contrary to our usage.  Disable this feature.
33724
  alias -g '${1+"$@"}'='"$@"'
34197
  alias -g '${1+"$@"}'='"$@"'
33725
  setopt NO_GLOB_SUBST
34198
  setopt NO_GLOB_SUBST
33726
else
34199
else
33727
  case `(set -o) 2>/dev/null` in
34200
  case `(set -o) 2>/dev/null` in
Line 33739... Line 34212...
33739
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
34212
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
33740
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
34213
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
33741
as_cr_digits='0123456789'
34214
as_cr_digits='0123456789'
33742
as_cr_alnum=$as_cr_Letters$as_cr_digits
34215
as_cr_alnum=$as_cr_Letters$as_cr_digits
33743
 
34216
 
-
 
34217
as_nl='
-
 
34218
'
-
 
34219
export as_nl
-
 
34220
# Printing a long string crashes Solaris 7 /usr/bin/printf.
-
 
34221
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-
 
34222
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
-
 
34223
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
-
 
34224
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
-
 
34225
  as_echo='printf %s\n'
-
 
34226
  as_echo_n='printf %s'
-
 
34227
else
-
 
34228
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
-
 
34229
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
-
 
34230
    as_echo_n='/usr/ucb/echo -n'
-
 
34231
  else
-
 
34232
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
-
 
34233
    as_echo_n_body='eval
-
 
34234
      arg=$1;
-
 
34235
      case $arg in
-
 
34236
      *"$as_nl"*)
-
 
34237
	expr "X$arg" : "X\\(.*\\)$as_nl";
-
 
34238
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
-
 
34239
      esac;
-
 
34240
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
-
 
34241
    '
-
 
34242
    export as_echo_n_body
-
 
34243
    as_echo_n='sh -c $as_echo_n_body as_echo'
-
 
34244
  fi
-
 
34245
  export as_echo_body
-
 
34246
  as_echo='sh -c $as_echo_body as_echo'
-
 
34247
fi
-
 
34248
 
33744
# The user is always right.
34249
# The user is always right.
33745
if test "${PATH_SEPARATOR+set}" != set; then
34250
if test "${PATH_SEPARATOR+set}" != set; then
33746
  echo "#! /bin/sh" >conf$$.sh
-
 
33747
  echo  "exit 0"   >>conf$$.sh
-
 
33748
  chmod +x conf$$.sh
34251
  PATH_SEPARATOR=:
33749
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
34252
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
33750
    PATH_SEPARATOR=';'
34253
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
33751
  else
-
 
33752
    PATH_SEPARATOR=:
34254
      PATH_SEPARATOR=';'
33753
  fi
34255
  }
33754
  rm -f conf$$.sh
-
 
33755
fi
34256
fi
33756
 
34257
 
33757
# Support unset when possible.
34258
# Support unset when possible.
33758
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
34259
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
33759
  as_unset=unset
34260
  as_unset=unset
Line 33765... Line 34266...
33765
# IFS
34266
# IFS
33766
# We need space, tab and new line, in precisely that order.  Quoting is
34267
# We need space, tab and new line, in precisely that order.  Quoting is
33767
# there to prevent editors from complaining about space-tab.
34268
# there to prevent editors from complaining about space-tab.
33768
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
34269
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
33769
# splitting by setting IFS to empty value.)
34270
# splitting by setting IFS to empty value.)
33770
as_nl='
-
 
33771
'
-
 
33772
IFS=" ""	$as_nl"
34271
IFS=" ""	$as_nl"
33773
 
34272
 
33774
# Find who we are.  Look in the path if we contain no directory separator.
34273
# Find who we are.  Look in the path if we contain no directory separator.
33775
case $0 in
34274
case $0 in
33776
  *[\\/]* ) as_myself=$0 ;;
34275
  *[\\/]* ) as_myself=$0 ;;
Line 33789... Line 34288...
33789
# in which case we are not to be found in the path.
34288
# in which case we are not to be found in the path.
33790
if test "x$as_myself" = x; then
34289
if test "x$as_myself" = x; then
33791
  as_myself=$0
34290
  as_myself=$0
33792
fi
34291
fi
33793
if test ! -f "$as_myself"; then
34292
if test ! -f "$as_myself"; then
33794
  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
34293
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
33795
  { (exit 1); exit 1; }
34294
  { (exit 1); exit 1; }
33796
fi
34295
fi
33797
 
34296
 
33798
# Work around bugs in pre-3.0 UWIN ksh.
34297
# Work around bugs in pre-3.0 UWIN ksh.
33799
for as_var in ENV MAIL MAILPATH
34298
for as_var in ENV MAIL MAILPATH
Line 33802... Line 34301...
33802
PS1='$ '
34301
PS1='$ '
33803
PS2='> '
34302
PS2='> '
33804
PS4='+ '
34303
PS4='+ '
33805
 
34304
 
33806
# NLS nuisances.
34305
# NLS nuisances.
33807
for as_var in \
34306
LC_ALL=C
33808
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
-
 
33809
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
-
 
33810
  LC_TELEPHONE LC_TIME
34307
export LC_ALL
33811
do
-
 
33812
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
-
 
33813
    eval $as_var=C; export $as_var
-
 
33814
  else
34308
LANGUAGE=C
33815
    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-
 
33816
  fi
-
 
33817
done
34309
export LANGUAGE
33818
 
34310
 
33819
# Required to use basename.
34311
# Required to use basename.
33820
if expr a : '\(a\)' >/dev/null 2>&1 &&
34312
if expr a : '\(a\)' >/dev/null 2>&1 &&
33821
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
34313
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
33822
  as_expr=expr
34314
  as_expr=expr
Line 33834... Line 34326...
33834
# Name of the executable.
34326
# Name of the executable.
33835
as_me=`$as_basename -- "$0" ||
34327
as_me=`$as_basename -- "$0" ||
33836
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
34328
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
33837
	 X"$0" : 'X\(//\)$' \| \
34329
	 X"$0" : 'X\(//\)$' \| \
33838
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
34330
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
33839
echo X/"$0" |
34331
$as_echo X/"$0" |
33840
    sed '/^.*\/\([^/][^/]*\)\/*$/{
34332
    sed '/^.*\/\([^/][^/]*\)\/*$/{
33841
	    s//\1/
34333
	    s//\1/
33842
	    q
34334
	    q
33843
	  }
34335
	  }
33844
	  /^X\/\(\/\/\)$/{
34336
	  /^X\/\(\/\/\)$/{
Line 33885... Line 34377...
33885
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
34377
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
33886
      t loop
34378
      t loop
33887
      s/-\n.*//
34379
      s/-\n.*//
33888
    ' >$as_me.lineno &&
34380
    ' >$as_me.lineno &&
33889
  chmod +x "$as_me.lineno" ||
34381
  chmod +x "$as_me.lineno" ||
33890
    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
34382
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
33891
   { (exit 1); exit 1; }; }
34383
   { (exit 1); exit 1; }; }
33892
 
34384
 
33893
  # Don't try to exec as it changes $[0], causing all sort of problems
34385
  # Don't try to exec as it changes $[0], causing all sort of problems
33894
  # (the dirname of $[0] is not the place where we might find the
34386
  # (the dirname of $[0] is not the place where we might find the
33895
  # original and so on.  Autoconf is especially sensitive to this).
34387
  # original and so on.  Autoconf is especially sensitive to this).
Line 33913... Line 34405...
33913
  *)   ECHO_C='\c';;
34405
  *)   ECHO_C='\c';;
33914
  esac;;
34406
  esac;;
33915
*)
34407
*)
33916
  ECHO_N='-n';;
34408
  ECHO_N='-n';;
33917
esac
34409
esac
33918
 
-
 
33919
if expr a : '\(a\)' >/dev/null 2>&1 &&
34410
if expr a : '\(a\)' >/dev/null 2>&1 &&
33920
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
34411
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
33921
  as_expr=expr
34412
  as_expr=expr
33922
else
34413
else
33923
  as_expr=false
34414
  as_expr=false
Line 33926... Line 34417...
33926
rm -f conf$$ conf$$.exe conf$$.file
34417
rm -f conf$$ conf$$.exe conf$$.file
33927
if test -d conf$$.dir; then
34418
if test -d conf$$.dir; then
33928
  rm -f conf$$.dir/conf$$.file
34419
  rm -f conf$$.dir/conf$$.file
33929
else
34420
else
33930
  rm -f conf$$.dir
34421
  rm -f conf$$.dir
33931
  mkdir conf$$.dir
34422
  mkdir conf$$.dir 2>/dev/null
33932
fi
34423
fi
33933
echo >conf$$.file
34424
if (echo >conf$$.file) 2>/dev/null; then
33934
if ln -s conf$$.file conf$$ 2>/dev/null; then
34425
  if ln -s conf$$.file conf$$ 2>/dev/null; then
33935
  as_ln_s='ln -s'
34426
    as_ln_s='ln -s'
33936
  # ... but there are two gotchas:
34427
    # ... but there are two gotchas:
33937
  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
34428
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
33938
  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
34429
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
33939
  # In both cases, we have to default to `cp -p'.
34430
    # In both cases, we have to default to `cp -p'.
33940
  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
34431
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
-
 
34432
      as_ln_s='cp -p'
-
 
34433
  elif ln conf$$.file conf$$ 2>/dev/null; then
-
 
34434
    as_ln_s=ln
-
 
34435
  else
33941
    as_ln_s='cp -p'
34436
    as_ln_s='cp -p'
33942
elif ln conf$$.file conf$$ 2>/dev/null; then
-
 
33943
  as_ln_s=ln
34437
  fi
33944
else
34438
else
33945
  as_ln_s='cp -p'
34439
  as_ln_s='cp -p'
33946
fi
34440
fi
33947
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
34441
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
33948
rmdir conf$$.dir 2>/dev/null
34442
rmdir conf$$.dir 2>/dev/null
Line 33963... Line 34457...
33963
    as_ls_L_option=
34457
    as_ls_L_option=
33964
  fi
34458
  fi
33965
  as_test_x='
34459
  as_test_x='
33966
    eval sh -c '\''
34460
    eval sh -c '\''
33967
      if test -d "$1"; then
34461
      if test -d "$1"; then
33968
        test -d "$1/.";
34462
	test -d "$1/.";
33969
      else
34463
      else
33970
	case $1 in
34464
	case $1 in
33971
        -*)set "./$1";;
34465
	-*)set "./$1";;
33972
	esac;
34466
	esac;
33973
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
34467
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
33974
	???[sx]*):;;*)false;;esac;fi
34468
	???[sx]*):;;*)false;;esac;fi
33975
    '\'' sh
34469
    '\'' sh
33976
  '
34470
  '
Line 33989... Line 34483...
33989
# Save the log message, to keep $[0] and so on meaningful, and to
34483
# Save the log message, to keep $[0] and so on meaningful, and to
33990
# report actual input values of CONFIG_FILES etc. instead of their
34484
# report actual input values of CONFIG_FILES etc. instead of their
33991
# values after options handling.
34485
# values after options handling.
33992
ac_log="
34486
ac_log="
33993
This file was extended by $as_me, which was
34487
This file was extended by $as_me, which was
33994
generated by GNU Autoconf 2.61.  Invocation command line was
34488
generated by GNU Autoconf 2.63.  Invocation command line was
33995
 
34489
 
33996
  CONFIG_FILES    = $CONFIG_FILES
34490
  CONFIG_FILES    = $CONFIG_FILES
33997
  CONFIG_HEADERS  = $CONFIG_HEADERS
34491
  CONFIG_HEADERS  = $CONFIG_HEADERS
33998
  CONFIG_LINKS    = $CONFIG_LINKS
34492
  CONFIG_LINKS    = $CONFIG_LINKS
33999
  CONFIG_COMMANDS = $CONFIG_COMMANDS
34493
  CONFIG_COMMANDS = $CONFIG_COMMANDS
Line 34002... Line 34496...
34002
on `(hostname || uname -n) 2>/dev/null | sed 1q`
34496
on `(hostname || uname -n) 2>/dev/null | sed 1q`
34003
"
34497
"
34004
 
34498
 
34005
_ACEOF
34499
_ACEOF
34006
 
34500
 
-
 
34501
case $ac_config_files in *"
-
 
34502
"*) set x $ac_config_files; shift; ac_config_files=$*;;
-
 
34503
esac
-
 
34504
 
-
 
34505
case $ac_config_headers in *"
-
 
34506
"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
-
 
34507
esac
-
 
34508
 
-
 
34509
 
34007
cat >>$CONFIG_STATUS <<_ACEOF
34510
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34008
# Files that config.status was made for.
34511
# Files that config.status was made for.
34009
config_files="$ac_config_files"
34512
config_files="$ac_config_files"
34010
config_headers="$ac_config_headers"
34513
config_headers="$ac_config_headers"
34011
config_commands="$ac_config_commands"
34514
config_commands="$ac_config_commands"
34012
 
34515
 
34013
_ACEOF
34516
_ACEOF
34014
 
34517
 
34015
cat >>$CONFIG_STATUS <<\_ACEOF
34518
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34016
ac_cs_usage="\
34519
ac_cs_usage="\
34017
\`$as_me' instantiates files from templates according to the
34520
\`$as_me' instantiates files from templates according to the
34018
current configuration.
34521
current configuration.
34019
 
34522
 
34020
Usage: $0 [OPTIONS] [FILE]...
34523
Usage: $0 [OPTION]... [FILE]...
34021
 
34524
 
34022
  -h, --help       print this help, then exit
34525
  -h, --help       print this help, then exit
34023
  -V, --version    print version number and configuration settings, then exit
34526
  -V, --version    print version number and configuration settings, then exit
-
 
34527
  -q, --quiet, --silent
34024
  -q, --quiet      do not print progress messages
34528
                   do not print progress messages
34025
  -d, --debug      don't remove temporary files
34529
  -d, --debug      don't remove temporary files
34026
      --recheck    update $as_me by reconfiguring in the same conditions
34530
      --recheck    update $as_me by reconfiguring in the same conditions
34027
  --file=FILE[:TEMPLATE]
34531
      --file=FILE[:TEMPLATE]
34028
		   instantiate the configuration file FILE
34532
                   instantiate the configuration file FILE
34029
  --header=FILE[:TEMPLATE]
34533
      --header=FILE[:TEMPLATE]
34030
		   instantiate the configuration header FILE
34534
                   instantiate the configuration header FILE
34031
 
34535
 
34032
Configuration files:
34536
Configuration files:
34033
$config_files
34537
$config_files
34034
 
34538
 
34035
Configuration headers:
34539
Configuration headers:
Line 34039... Line 34543...
34039
$config_commands
34543
$config_commands
34040
 
34544
 
34041
Report bugs to <bug-autoconf@gnu.org>."
34545
Report bugs to <bug-autoconf@gnu.org>."
34042
 
34546
 
34043
_ACEOF
34547
_ACEOF
34044
cat >>$CONFIG_STATUS <<_ACEOF
34548
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34045
ac_cs_version="\\
34549
ac_cs_version="\\
34046
config.status
34550
config.status
34047
configured by $0, generated by GNU Autoconf 2.61,
34551
configured by $0, generated by GNU Autoconf 2.63,
34048
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
34552
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
34049
 
34553
 
34050
Copyright (C) 2006 Free Software Foundation, Inc.
34554
Copyright (C) 2008 Free Software Foundation, Inc.
34051
This config.status script is free software; the Free Software Foundation
34555
This config.status script is free software; the Free Software Foundation
34052
gives unlimited permission to copy, distribute and modify it."
34556
gives unlimited permission to copy, distribute and modify it."
34053
 
34557
 
34054
ac_pwd='$ac_pwd'
34558
ac_pwd='$ac_pwd'
34055
srcdir='$srcdir'
34559
srcdir='$srcdir'
34056
INSTALL='$INSTALL'
34560
INSTALL='$INSTALL'
-
 
34561
AWK='$AWK'
-
 
34562
test -n "\$AWK" || AWK=awk
34057
_ACEOF
34563
_ACEOF
34058
 
34564
 
34059
cat >>$CONFIG_STATUS <<\_ACEOF
34565
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34060
# If no file are specified by the user, then we need to provide default
34566
# The default lists apply if the user does not specify any file.
34061
# value.  By we need to know if files were specified by the user.
-
 
34062
ac_need_defaults=:
34567
ac_need_defaults=:
34063
while test $# != 0
34568
while test $# != 0
34064
do
34569
do
34065
  case $1 in
34570
  case $1 in
34066
  --*=*)
34571
  --*=*)
Line 34078... Line 34583...
34078
  case $ac_option in
34583
  case $ac_option in
34079
  # Handling of the options.
34584
  # Handling of the options.
34080
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
34585
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
34081
    ac_cs_recheck=: ;;
34586
    ac_cs_recheck=: ;;
34082
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
34587
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
34083
    echo "$ac_cs_version"; exit ;;
34588
    $as_echo "$ac_cs_version"; exit ;;
34084
  --debug | --debu | --deb | --de | --d | -d )
34589
  --debug | --debu | --deb | --de | --d | -d )
34085
    debug=: ;;
34590
    debug=: ;;
34086
  --file | --fil | --fi | --f )
34591
  --file | --fil | --fi | --f )
34087
    $ac_shift
34592
    $ac_shift
-
 
34593
    case $ac_optarg in
-
 
34594
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
-
 
34595
    esac
34088
    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
34596
    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
34089
    ac_need_defaults=false;;
34597
    ac_need_defaults=false;;
34090
  --header | --heade | --head | --hea )
34598
  --header | --heade | --head | --hea )
34091
    $ac_shift
34599
    $ac_shift
-
 
34600
    case $ac_optarg in
-
 
34601
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
-
 
34602
    esac
34092
    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
34603
    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
34093
    ac_need_defaults=false;;
34604
    ac_need_defaults=false;;
34094
  --he | --h)
34605
  --he | --h)
34095
    # Conflict between --help and --header
34606
    # Conflict between --help and --header
34096
    { echo "$as_me: error: ambiguous option: $1
34607
    { $as_echo "$as_me: error: ambiguous option: $1
34097
Try \`$0 --help' for more information." >&2
34608
Try \`$0 --help' for more information." >&2
34098
   { (exit 1); exit 1; }; };;
34609
   { (exit 1); exit 1; }; };;
34099
  --help | --hel | -h )
34610
  --help | --hel | -h )
34100
    echo "$ac_cs_usage"; exit ;;
34611
    $as_echo "$ac_cs_usage"; exit ;;
34101
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
34612
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
34102
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
34613
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
34103
    ac_cs_silent=: ;;
34614
    ac_cs_silent=: ;;
34104
 
34615
 
34105
  # This is an error.
34616
  # This is an error.
34106
  -*) { echo "$as_me: error: unrecognized option: $1
34617
  -*) { $as_echo "$as_me: error: unrecognized option: $1
34107
Try \`$0 --help' for more information." >&2
34618
Try \`$0 --help' for more information." >&2
34108
   { (exit 1); exit 1; }; } ;;
34619
   { (exit 1); exit 1; }; } ;;
34109
 
34620
 
34110
  *) ac_config_targets="$ac_config_targets $1"
34621
  *) ac_config_targets="$ac_config_targets $1"
34111
     ac_need_defaults=false ;;
34622
     ac_need_defaults=false ;;
Line 34120... Line 34631...
34120
  exec 6>/dev/null
34631
  exec 6>/dev/null
34121
  ac_configure_extra_args="$ac_configure_extra_args --silent"
34632
  ac_configure_extra_args="$ac_configure_extra_args --silent"
34122
fi
34633
fi
34123
 
34634
 
34124
_ACEOF
34635
_ACEOF
34125
cat >>$CONFIG_STATUS <<_ACEOF
34636
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34126
if \$ac_cs_recheck; then
34637
if \$ac_cs_recheck; then
34127
  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
34638
  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-
 
34639
  shift
-
 
34640
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
34128
  CONFIG_SHELL=$SHELL
34641
  CONFIG_SHELL='$SHELL'
34129
  export CONFIG_SHELL
34642
  export CONFIG_SHELL
34130
  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
34643
  exec "\$@"
34131
fi
34644
fi
34132
 
34645
 
34133
_ACEOF
34646
_ACEOF
34134
cat >>$CONFIG_STATUS <<\_ACEOF
34647
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34135
exec 5>>config.log
34648
exec 5>>config.log
34136
{
34649
{
34137
  echo
34650
  echo
34138
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
34651
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
34139
## Running $as_me. ##
34652
## Running $as_me. ##
34140
_ASBOX
34653
_ASBOX
34141
  echo "$ac_log"
34654
  $as_echo "$ac_log"
34142
} >&5
34655
} >&5
34143
 
34656
 
34144
_ACEOF
34657
_ACEOF
34145
cat >>$CONFIG_STATUS <<_ACEOF
34658
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34146
#
34659
#
34147
# INIT-COMMANDS
34660
# INIT-COMMANDS
34148
#
34661
#
34149
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
34662
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
34150
 
34663
 
34151
_ACEOF
34664
_ACEOF
34152
 
34665
 
34153
cat >>$CONFIG_STATUS <<\_ACEOF
34666
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34154
 
34667
 
34155
# Handling of arguments.
34668
# Handling of arguments.
34156
for ac_config_target in $ac_config_targets
34669
for ac_config_target in $ac_config_targets
34157
do
34670
do
34158
  case $ac_config_target in
34671
  case $ac_config_target in
Line 34163... Line 34676...
34163
    "doc/en/Makefile") CONFIG_FILES="$CONFIG_FILES doc/en/Makefile" ;;
34676
    "doc/en/Makefile") CONFIG_FILES="$CONFIG_FILES doc/en/Makefile" ;;
34164
    "libgarmin/Makefile") CONFIG_FILES="$CONFIG_FILES libgarmin/Makefile" ;;
34677
    "libgarmin/Makefile") CONFIG_FILES="$CONFIG_FILES libgarmin/Makefile" ;;
34165
    "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
34678
    "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
34166
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
34679
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
34167
 
34680
 
34168
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
34681
  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
34169
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
34682
$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
34170
   { (exit 1); exit 1; }; };;
34683
   { (exit 1); exit 1; }; };;
34171
  esac
34684
  esac
34172
done
34685
done
34173
 
34686
 
34174
 
34687
 
Line 34205... Line 34718...
34205
{
34718
{
34206
  tmp=./conf$$-$RANDOM
34719
  tmp=./conf$$-$RANDOM
34207
  (umask 077 && mkdir "$tmp")
34720
  (umask 077 && mkdir "$tmp")
34208
} ||
34721
} ||
34209
{
34722
{
34210
   echo "$me: cannot create a temporary directory in ." >&2
34723
   $as_echo "$as_me: cannot create a temporary directory in ." >&2
34211
   { (exit 1); exit 1; }
34724
   { (exit 1); exit 1; }
34212
}
34725
}
34213
 
34726
 
34214
#
-
 
34215
# Set up the sed scripts for CONFIG_FILES section.
34727
# Set up the scripts for CONFIG_FILES section.
34216
#
-
 
34217
 
-
 
34218
# No need to generate the scripts if there are no CONFIG_FILES.
34728
# No need to generate them if there are no CONFIG_FILES.
34219
# This happens for instance when ./config.status config.h
34729
# This happens for instance with `./config.status config.h'.
34220
if test -n "$CONFIG_FILES"; then
34730
if test -n "$CONFIG_FILES"; then
34221
 
34731
 
34222
_ACEOF
-
 
34223
 
-
 
34224
 
34732
 
34225
 
-
 
34226
ac_delim='%!_!# '
34733
ac_cr='
'
34227
for ac_last_try in false false false false false :; do
-
 
34228
  cat >conf$$subs.sed <<_ACEOF
-
 
34229
SHELL!$SHELL$ac_delim
-
 
34230
PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
-
 
34231
PACKAGE_NAME!$PACKAGE_NAME$ac_delim
-
 
34232
PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
-
 
34233
PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
-
 
34234
PACKAGE_STRING!$PACKAGE_STRING$ac_delim
-
 
34235
PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
-
 
34236
exec_prefix!$exec_prefix$ac_delim
-
 
34237
prefix!$prefix$ac_delim
-
 
34238
program_transform_name!$program_transform_name$ac_delim
34734
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
34239
bindir!$bindir$ac_delim
-
 
34240
sbindir!$sbindir$ac_delim
-
 
34241
libexecdir!$libexecdir$ac_delim
-
 
34242
datarootdir!$datarootdir$ac_delim
-
 
34243
datadir!$datadir$ac_delim
-
 
34244
sysconfdir!$sysconfdir$ac_delim
-
 
34245
sharedstatedir!$sharedstatedir$ac_delim
34735
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
34246
localstatedir!$localstatedir$ac_delim
-
 
34247
includedir!$includedir$ac_delim
-
 
34248
oldincludedir!$oldincludedir$ac_delim
-
 
34249
docdir!$docdir$ac_delim
-
 
34250
infodir!$infodir$ac_delim
-
 
34251
htmldir!$htmldir$ac_delim
-
 
34252
dvidir!$dvidir$ac_delim
-
 
34253
pdfdir!$pdfdir$ac_delim
-
 
34254
psdir!$psdir$ac_delim
-
 
34255
libdir!$libdir$ac_delim
-
 
34256
localedir!$localedir$ac_delim
-
 
34257
mandir!$mandir$ac_delim
-
 
34258
DEFS!$DEFS$ac_delim
-
 
34259
ECHO_C!$ECHO_C$ac_delim
-
 
34260
ECHO_N!$ECHO_N$ac_delim
-
 
34261
ECHO_T!$ECHO_T$ac_delim
-
 
34262
LIBS!$LIBS$ac_delim
-
 
34263
build_alias!$build_alias$ac_delim
-
 
34264
host_alias!$host_alias$ac_delim
-
 
34265
target_alias!$target_alias$ac_delim
-
 
34266
build!$build$ac_delim
-
 
34267
build_cpu!$build_cpu$ac_delim
-
 
34268
build_vendor!$build_vendor$ac_delim
-
 
34269
build_os!$build_os$ac_delim
-
 
34270
host!$host$ac_delim
-
 
34271
host_cpu!$host_cpu$ac_delim
-
 
34272
host_vendor!$host_vendor$ac_delim
-
 
34273
host_os!$host_os$ac_delim
-
 
34274
target!$target$ac_delim
-
 
34275
target_cpu!$target_cpu$ac_delim
-
 
34276
target_vendor!$target_vendor$ac_delim
-
 
34277
target_os!$target_os$ac_delim
-
 
34278
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
-
 
34279
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
-
 
34280
INSTALL_DATA!$INSTALL_DATA$ac_delim
-
 
34281
CYGPATH_W!$CYGPATH_W$ac_delim
-
 
34282
PACKAGE!$PACKAGE$ac_delim
-
 
34283
VERSION!$VERSION$ac_delim
-
 
34284
ACLOCAL!$ACLOCAL$ac_delim
-
 
34285
AUTOCONF!$AUTOCONF$ac_delim
-
 
34286
AUTOMAKE!$AUTOMAKE$ac_delim
-
 
34287
AUTOHEADER!$AUTOHEADER$ac_delim
-
 
34288
MAKEINFO!$MAKEINFO$ac_delim
-
 
34289
install_sh!$install_sh$ac_delim
-
 
34290
STRIP!$STRIP$ac_delim
-
 
34291
INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
-
 
34292
mkdir_p!$mkdir_p$ac_delim
-
 
34293
AWK!$AWK$ac_delim
-
 
34294
SET_MAKE!$SET_MAKE$ac_delim
-
 
34295
am__leading_dot!$am__leading_dot$ac_delim
-
 
34296
AMTAR!$AMTAR$ac_delim
-
 
34297
am__tar!$am__tar$ac_delim
-
 
34298
am__untar!$am__untar$ac_delim
-
 
34299
KDECONFIG!$KDECONFIG$ac_delim
-
 
34300
kde_libs_prefix!$kde_libs_prefix$ac_delim
-
 
34301
kde_libs_htmldir!$kde_libs_htmldir$ac_delim
-
 
34302
CONF_FILES!$CONF_FILES$ac_delim
-
 
34303
CC!$CC$ac_delim
-
 
34304
CFLAGS!$CFLAGS$ac_delim
-
 
34305
LDFLAGS!$LDFLAGS$ac_delim
-
 
34306
CPPFLAGS!$CPPFLAGS$ac_delim
-
 
34307
ac_ct_CC!$ac_ct_CC$ac_delim
-
 
34308
EXEEXT!$EXEEXT$ac_delim
-
 
34309
OBJEXT!$OBJEXT$ac_delim
-
 
34310
DEPDIR!$DEPDIR$ac_delim
-
 
34311
am__include!$am__include$ac_delim
-
 
34312
am__quote!$am__quote$ac_delim
-
 
34313
AMDEP_TRUE!$AMDEP_TRUE$ac_delim
-
 
34314
AMDEP_FALSE!$AMDEP_FALSE$ac_delim
-
 
34315
AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
-
 
34316
CCDEPMODE!$CCDEPMODE$ac_delim
-
 
34317
am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
-
 
34318
am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
-
 
34319
CPP!$CPP$ac_delim
-
 
34320
CXX!$CXX$ac_delim
-
 
34321
CXXFLAGS!$CXXFLAGS$ac_delim
-
 
34322
ac_ct_CXX!$ac_ct_CXX$ac_delim
-
 
34323
CXXDEPMODE!$CXXDEPMODE$ac_delim
-
 
34324
am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
-
 
34325
am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
-
 
34326
_ACEOF
-
 
34327
 
-
 
34328
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
-
 
34329
    break
-
 
34330
  elif $ac_last_try; then
34736
  ac_cs_awk_cr='\\r'
34331
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
-
 
34332
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
-
 
34333
   { (exit 1); exit 1; }; }
-
 
34334
  else
34737
else
34335
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
-
 
34336
  fi
-
 
34337
done
-
 
34338
 
-
 
34339
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
-
 
34340
if test -n "$ac_eof"; then
-
 
34341
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
-
 
34342
  ac_eof=`expr $ac_eof + 1`
34738
  ac_cs_awk_cr=$ac_cr
34343
fi
34739
fi
34344
 
34740
 
34345
cat >>$CONFIG_STATUS <<_ACEOF
-
 
34346
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
34741
echo 'BEGIN {' >"$tmp/subs1.awk" &&
34347
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-
 
34348
_ACEOF
-
 
34349
sed '
-
 
34350
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
-
 
34351
s/^/s,@/; s/!/@,|#_!!_#|/
-
 
34352
:n
-
 
34353
t n
-
 
34354
s/'"$ac_delim"'$/,g/; t
-
 
34355
s/$/\\/; p
-
 
34356
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
-
 
34357
' >>$CONFIG_STATUS <conf$$subs.sed
-
 
34358
rm -f conf$$subs.sed
-
 
34359
cat >>$CONFIG_STATUS <<_ACEOF
-
 
34360
CEOF$ac_eof
-
 
34361
_ACEOF
34742
_ACEOF
34362
 
34743
 
34363
 
34744
 
-
 
34745
{
-
 
34746
  echo "cat >conf$$subs.awk <<_ACEOF" &&
-
 
34747
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
-
 
34748
  echo "_ACEOF"
-
 
34749
} >conf$$subs.sh ||
-
 
34750
  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
-
 
34751
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
-
 
34752
   { (exit 1); exit 1; }; }
-
 
34753
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
34364
ac_delim='%!_!# '
34754
ac_delim='%!_!# '
34365
for ac_last_try in false false false false false :; do
34755
for ac_last_try in false false false false false :; do
34366
  cat >conf$$subs.sed <<_ACEOF
34756
  . ./conf$$subs.sh ||
34367
WOVERLOADED_VIRTUAL!$WOVERLOADED_VIRTUAL$ac_delim
-
 
34368
HAVE_GCC_VISIBILITY!$HAVE_GCC_VISIBILITY$ac_delim
-
 
34369
unsermake_enable_pch_TRUE!$unsermake_enable_pch_TRUE$ac_delim
34757
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
34370
unsermake_enable_pch_FALSE!$unsermake_enable_pch_FALSE$ac_delim
34758
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
34371
USE_EXCEPTIONS!$USE_EXCEPTIONS$ac_delim
-
 
34372
USE_RTTI!$USE_RTTI$ac_delim
-
 
34373
CXXCPP!$CXXCPP$ac_delim
-
 
34374
NOOPT_CXXFLAGS!$NOOPT_CXXFLAGS$ac_delim
-
 
34375
NOOPT_CFLAGS!$NOOPT_CFLAGS$ac_delim
-
 
34376
ENABLE_PERMISSIVE_FLAG!$ENABLE_PERMISSIVE_FLAG$ac_delim
-
 
34377
LDFLAGS_AS_NEEDED!$LDFLAGS_AS_NEEDED$ac_delim
-
 
34378
LDFLAGS_NEW_DTAGS!$LDFLAGS_NEW_DTAGS$ac_delim
-
 
34379
KDE_USE_FINAL_TRUE!$KDE_USE_FINAL_TRUE$ac_delim
-
 
34380
KDE_USE_FINAL_FALSE!$KDE_USE_FINAL_FALSE$ac_delim
-
 
34381
KDE_USE_CLOSURE_TRUE!$KDE_USE_CLOSURE_TRUE$ac_delim
-
 
34382
KDE_USE_CLOSURE_FALSE!$KDE_USE_CLOSURE_FALSE$ac_delim
-
 
34383
KDE_NO_UNDEFINED!$KDE_NO_UNDEFINED$ac_delim
-
 
34384
KDE_USE_NMCHECK_TRUE!$KDE_USE_NMCHECK_TRUE$ac_delim
-
 
34385
KDE_USE_NMCHECK_FALSE!$KDE_USE_NMCHECK_FALSE$ac_delim
-
 
34386
GREP!$GREP$ac_delim
-
 
34387
EGREP!$EGREP$ac_delim
-
 
34388
LN_S!$LN_S$ac_delim
-
 
34389
ECHO!$ECHO$ac_delim
-
 
34390
AR!$AR$ac_delim
-
 
34391
RANLIB!$RANLIB$ac_delim
-
 
34392
F77!$F77$ac_delim
-
 
34393
FFLAGS!$FFLAGS$ac_delim
-
 
34394
ac_ct_F77!$ac_ct_F77$ac_delim
-
 
34395
LIBTOOL!$LIBTOOL$ac_delim
-
 
34396
KDE_PLUGIN!$KDE_PLUGIN$ac_delim
-
 
34397
KDE_CHECK_PLUGIN!$KDE_CHECK_PLUGIN$ac_delim
-
 
34398
MSGFMT!$MSGFMT$ac_delim
-
 
34399
GMSGFMT!$GMSGFMT$ac_delim
-
 
34400
XGETTEXT!$XGETTEXT$ac_delim
-
 
34401
LIBUTIL!$LIBUTIL$ac_delim
-
 
34402
LIBCOMPAT!$LIBCOMPAT$ac_delim
-
 
34403
LIBCRYPT!$LIBCRYPT$ac_delim
-
 
34404
LIBRESOLV!$LIBRESOLV$ac_delim
-
 
34405
LIB_POLL!$LIB_POLL$ac_delim
-
 
34406
FRAMEWORK_COREAUDIO!$FRAMEWORK_COREAUDIO$ac_delim
-
 
34407
LIBSOCKET!$LIBSOCKET$ac_delim
-
 
34408
X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
-
 
34409
LIBUCB!$LIBUCB$ac_delim
-
 
34410
LIBDL!$LIBDL$ac_delim
-
 
34411
KDE_USE_FPIE!$KDE_USE_FPIE$ac_delim
-
 
34412
KDE_USE_PIE!$KDE_USE_PIE$ac_delim
-
 
34413
include_x11_TRUE!$include_x11_TRUE$ac_delim
-
 
34414
include_x11_FALSE!$include_x11_FALSE$ac_delim
-
 
34415
XMKMF!$XMKMF$ac_delim
-
 
34416
X_PRE_LIBS!$X_PRE_LIBS$ac_delim
-
 
34417
LIB_X11!$LIB_X11$ac_delim
-
 
34418
LIB_XRENDER!$LIB_XRENDER$ac_delim
-
 
34419
LIBSM!$LIBSM$ac_delim
-
 
34420
X_INCLUDES!$X_INCLUDES$ac_delim
-
 
34421
X_LDFLAGS!$X_LDFLAGS$ac_delim
-
 
34422
x_includes!$x_includes$ac_delim
-
 
34423
x_libraries!$x_libraries$ac_delim
-
 
34424
QTE_NORTTI!$QTE_NORTTI$ac_delim
-
 
34425
LIB_XEXT!$LIB_XEXT$ac_delim
-
 
34426
LIBPTHREAD!$LIBPTHREAD$ac_delim
-
 
34427
USE_THREADS!$USE_THREADS$ac_delim
-
 
34428
KDE_MT_LDFLAGS!$KDE_MT_LDFLAGS$ac_delim
-
 
34429
KDE_MT_LIBS!$KDE_MT_LIBS$ac_delim
-
 
34430
USER_INCLUDES!$USER_INCLUDES$ac_delim
-
 
34431
USER_LDFLAGS!$USER_LDFLAGS$ac_delim
-
 
34432
LIBZ!$LIBZ$ac_delim
-
 
34433
LIBPNG!$LIBPNG$ac_delim
-
 
34434
LIBJPEG!$LIBJPEG$ac_delim
-
 
34435
qt_libraries!$qt_libraries$ac_delim
-
 
34436
qt_includes!$qt_includes$ac_delim
-
 
34437
QT_INCLUDES!$QT_INCLUDES$ac_delim
-
 
34438
QT_LDFLAGS!$QT_LDFLAGS$ac_delim
-
 
34439
PERL!$PERL$ac_delim
-
 
34440
MOC!$MOC$ac_delim
-
 
34441
UIC!$UIC$ac_delim
-
 
34442
UIC_TR!$UIC_TR$ac_delim
-
 
34443
LIB_QT!$LIB_QT$ac_delim
-
 
34444
LIB_QPE!$LIB_QPE$ac_delim
-
 
34445
kde_qtver!$kde_qtver$ac_delim
-
 
34446
KDE_EXTRA_RPATH!$KDE_EXTRA_RPATH$ac_delim
-
 
34447
KDE_RPATH!$KDE_RPATH$ac_delim
-
 
34448
X_RPATH!$X_RPATH$ac_delim
-
 
34449
kde_libraries!$kde_libraries$ac_delim
-
 
34450
kde_includes!$kde_includes$ac_delim
-
 
34451
KDE_LDFLAGS!$KDE_LDFLAGS$ac_delim
-
 
34452
KDE_INCLUDES!$KDE_INCLUDES$ac_delim
-
 
34453
all_includes!$all_includes$ac_delim
-
 
34454
all_libraries!$all_libraries$ac_delim
-
 
34455
AUTODIRS!$AUTODIRS$ac_delim
34759
   { (exit 1); exit 1; }; }
34456
include_ARTS_TRUE!$include_ARTS_TRUE$ac_delim
-
 
34457
include_ARTS_FALSE!$include_ARTS_FALSE$ac_delim
-
 
34458
MAKEKDEWIDGETS!$MAKEKDEWIDGETS$ac_delim
-
 
34459
KCONFIG_COMPILER!$KCONFIG_COMPILER$ac_delim
-
 
34460
KCFG_DEPENDENCIES!$KCFG_DEPENDENCIES$ac_delim
-
 
34461
DCOPIDLNG!$DCOPIDLNG$ac_delim
-
 
34462
DCOPIDL!$DCOPIDL$ac_delim
-
 
34463
DCOPIDL2CPP!$DCOPIDL2CPP$ac_delim
-
 
34464
_ACEOF
-
 
34465
 
34760
 
34466
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
34761
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
-
 
34762
  if test $ac_delim_n = $ac_delim_num; then
34467
    break
34763
    break
34468
  elif $ac_last_try; then
34764
  elif $ac_last_try; then
34469
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
34765
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
34470
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
34766
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
34471
   { (exit 1); exit 1; }; }
34767
   { (exit 1); exit 1; }; }
34472
  else
34768
  else
34473
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
34769
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
34474
  fi
34770
  fi
34475
done
34771
done
-
 
34772
rm -f conf$$subs.sh
34476
 
34773
 
34477
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
-
 
34478
if test -n "$ac_eof"; then
-
 
34479
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
-
 
34480
  ac_eof=`expr $ac_eof + 1`
-
 
34481
fi
-
 
34482
 
-
 
34483
cat >>$CONFIG_STATUS <<_ACEOF
34774
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34484
cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
34775
cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
34485
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-
 
34486
_ACEOF
-
 
34487
sed '
-
 
34488
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
-
 
34489
s/^/s,@/; s/!/@,|#_!!_#|/
-
 
34490
:n
-
 
34491
t n
-
 
34492
s/'"$ac_delim"'$/,g/; t
-
 
34493
s/$/\\/; p
-
 
34494
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
-
 
34495
' >>$CONFIG_STATUS <conf$$subs.sed
-
 
34496
rm -f conf$$subs.sed
-
 
34497
cat >>$CONFIG_STATUS <<_ACEOF
-
 
34498
CEOF$ac_eof
-
 
34499
_ACEOF
-
 
34500
 
-
 
34501
 
-
 
34502
ac_delim='%!_!# '
-
 
34503
for ac_last_try in false false false false false :; do
-
 
34504
  cat >conf$$subs.sed <<_ACEOF
-
 
34505
DCOP_DEPENDENCIES!$DCOP_DEPENDENCIES$ac_delim
-
 
34506
MCOPIDL!$MCOPIDL$ac_delim
-
 
34507
ARTSCCONFIG!$ARTSCCONFIG$ac_delim
-
 
34508
MEINPROC!$MEINPROC$ac_delim
-
 
34509
KDE_XSL_STYLESHEET!$KDE_XSL_STYLESHEET$ac_delim
-
 
34510
XMLLINT!$XMLLINT$ac_delim
-
 
34511
kde_htmldir!$kde_htmldir$ac_delim
-
 
34512
kde_appsdir!$kde_appsdir$ac_delim
-
 
34513
kde_icondir!$kde_icondir$ac_delim
-
 
34514
kde_sounddir!$kde_sounddir$ac_delim
-
 
34515
kde_datadir!$kde_datadir$ac_delim
-
 
34516
kde_locale!$kde_locale$ac_delim
-
 
34517
kde_confdir!$kde_confdir$ac_delim
-
 
34518
kde_kcfgdir!$kde_kcfgdir$ac_delim
-
 
34519
kde_mimedir!$kde_mimedir$ac_delim
-
 
34520
kde_wallpaperdir!$kde_wallpaperdir$ac_delim
-
 
34521
kde_bindir!$kde_bindir$ac_delim
-
 
34522
xdg_appsdir!$xdg_appsdir$ac_delim
-
 
34523
xdg_menudir!$xdg_menudir$ac_delim
-
 
34524
xdg_directorydir!$xdg_directorydir$ac_delim
-
 
34525
kde_templatesdir!$kde_templatesdir$ac_delim
-
 
34526
kde_servicesdir!$kde_servicesdir$ac_delim
-
 
34527
kde_servicetypesdir!$kde_servicetypesdir$ac_delim
-
 
34528
kde_moduledir!$kde_moduledir$ac_delim
-
 
34529
kdeinitdir!$kdeinitdir$ac_delim
-
 
34530
kde_styledir!$kde_styledir$ac_delim
-
 
34531
kde_widgetdir!$kde_widgetdir$ac_delim
-
 
34532
LIB_KDED!$LIB_KDED$ac_delim
-
 
34533
LIB_KDECORE!$LIB_KDECORE$ac_delim
-
 
34534
LIB_KDEUI!$LIB_KDEUI$ac_delim
-
 
34535
LIB_KIO!$LIB_KIO$ac_delim
-
 
34536
LIB_KJS!$LIB_KJS$ac_delim
-
 
34537
LIB_SMB!$LIB_SMB$ac_delim
-
 
34538
LIB_KAB!$LIB_KAB$ac_delim
-
 
34539
LIB_KABC!$LIB_KABC$ac_delim
-
 
34540
LIB_KHTML!$LIB_KHTML$ac_delim
-
 
34541
LIB_KSPELL!$LIB_KSPELL$ac_delim
-
 
34542
LIB_KPARTS!$LIB_KPARTS$ac_delim
-
 
34543
LIB_KDEPRINT!$LIB_KDEPRINT$ac_delim
-
 
34544
LIB_KUTILS!$LIB_KUTILS$ac_delim
-
 
34545
LIB_KDEPIM!$LIB_KDEPIM$ac_delim
-
 
34546
LIB_KIMPROXY!$LIB_KIMPROXY$ac_delim
-
 
34547
LIB_KNEWSTUFF!$LIB_KNEWSTUFF$ac_delim
-
 
34548
LIB_KDNSSD!$LIB_KDNSSD$ac_delim
-
 
34549
LIB_KUNITTEST!$LIB_KUNITTEST$ac_delim
-
 
34550
LIB_KSYCOCA!$LIB_KSYCOCA$ac_delim
-
 
34551
LIB_KFILE!$LIB_KFILE$ac_delim
-
 
34552
LIB_KFM!$LIB_KFM$ac_delim
-
 
34553
TOPSUBDIRS!$TOPSUBDIRS$ac_delim
-
 
34554
LIBOBJS!$LIBOBJS$ac_delim
-
 
34555
LTLIBOBJS!$LTLIBOBJS$ac_delim
-
 
34556
_ACEOF
34776
_ACEOF
-
 
34777
sed -n '
-
 
34778
h
-
 
34779
s/^/S["/; s/!.*/"]=/
-
 
34780
p
-
 
34781
g
-
 
34782
s/^[^!]*!//
-
 
34783
:repl
-
 
34784
t repl
-
 
34785
s/'"$ac_delim"'$//
-
 
34786
t delim
-
 
34787
:nl
-
 
34788
h
-
 
34789
s/\(.\{148\}\).*/\1/
-
 
34790
t more1
-
 
34791
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
-
 
34792
p
-
 
34793
n
-
 
34794
b repl
-
 
34795
:more1
-
 
34796
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
-
 
34797
p
-
 
34798
g
-
 
34799
s/.\{148\}//
-
 
34800
t nl
-
 
34801
:delim
-
 
34802
h
-
 
34803
s/\(.\{148\}\).*/\1/
-
 
34804
t more2
-
 
34805
s/["\\]/\\&/g; s/^/"/; s/$/"/
-
 
34806
p
-
 
34807
b
-
 
34808
:more2
-
 
34809
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
-
 
34810
p
-
 
34811
g
-
 
34812
s/.\{148\}//
-
 
34813
t delim
-
 
34814
' <conf$$subs.awk | sed '
-
 
34815
/^[^""]/{
-
 
34816
  N
-
 
34817
  s/\n//
-
 
34818
}
-
 
34819
' >>$CONFIG_STATUS || ac_write_fail=1
-
 
34820
rm -f conf$$subs.awk
-
 
34821
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-
 
34822
_ACAWK
-
 
34823
cat >>"\$tmp/subs1.awk" <<_ACAWK &&
-
 
34824
  for (key in S) S_is_set[key] = 1
-
 
34825
  FS = ""
34557
 
34826
 
-
 
34827
}
-
 
34828
{
-
 
34829
  line = $ 0
-
 
34830
  nfields = split(line, field, "@")
-
 
34831
  substed = 0
-
 
34832
  len = length(field[1])
-
 
34833
  for (i = 2; i < nfields; i++) {
-
 
34834
    key = field[i]
-
 
34835
    keylen = length(key)
-
 
34836
    if (S_is_set[key]) {
-
 
34837
      value = S[key]
34558
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 51; then
34838
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
-
 
34839
      len += length(value) + length(field[++i])
-
 
34840
      substed = 1
34559
    break
34841
    } else
34560
  elif $ac_last_try; then
34842
      len += 1 + keylen
-
 
34843
  }
-
 
34844
 
-
 
34845
  print line
-
 
34846
}
-
 
34847
 
-
 
34848
_ACAWK
-
 
34849
_ACEOF
-
 
34850
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-
 
34851
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
-
 
34852
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
-
 
34853
else
-
 
34854
  cat
-
 
34855
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
34561
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
34856
  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
34562
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
34857
$as_echo "$as_me: error: could not setup config files machinery" >&2;}
34563
   { (exit 1); exit 1; }; }
34858
   { (exit 1); exit 1; }; }
34564
  else
-
 
34565
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
-
 
34566
  fi
-
 
34567
done
-
 
34568
 
-
 
34569
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
-
 
34570
if test -n "$ac_eof"; then
-
 
34571
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
-
 
34572
  ac_eof=`expr $ac_eof + 1`
-
 
34573
fi
-
 
34574
 
-
 
34575
cat >>$CONFIG_STATUS <<_ACEOF
-
 
34576
cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
-
 
34577
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
-
 
34578
_ACEOF
-
 
34579
sed '
-
 
34580
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
-
 
34581
s/^/s,@/; s/!/@,|#_!!_#|/
-
 
34582
:n
-
 
34583
t n
-
 
34584
s/'"$ac_delim"'$/,g/; t
-
 
34585
s/$/\\/; p
-
 
34586
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
-
 
34587
' >>$CONFIG_STATUS <conf$$subs.sed
-
 
34588
rm -f conf$$subs.sed
-
 
34589
cat >>$CONFIG_STATUS <<_ACEOF
-
 
34590
:end
-
 
34591
s/|#_!!_#|//g
-
 
34592
CEOF$ac_eof
-
 
34593
_ACEOF
34859
_ACEOF
34594
 
34860
 
34595
 
-
 
34596
# VPATH may cause trouble with some makes, so we remove $(srcdir),
34861
# VPATH may cause trouble with some makes, so we remove $(srcdir),
34597
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
34862
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
34598
# trailing colons and then remove the whole line if VPATH becomes empty
34863
# trailing colons and then remove the whole line if VPATH becomes empty
34599
# (actually we leave an empty line to preserve line numbers).
34864
# (actually we leave an empty line to preserve line numbers).
34600
if test "x$srcdir" = x.; then
34865
if test "x$srcdir" = x.; then
Line 34606... Line 34871...
34606
s/:*$//
34871
s/:*$//
34607
s/^[^=]*=[	 ]*$//
34872
s/^[^=]*=[	 ]*$//
34608
}'
34873
}'
34609
fi
34874
fi
34610
 
34875
 
34611
cat >>$CONFIG_STATUS <<\_ACEOF
34876
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34612
fi # test -n "$CONFIG_FILES"
34877
fi # test -n "$CONFIG_FILES"
34613
 
34878
 
-
 
34879
# Set up the scripts for CONFIG_HEADERS section.
-
 
34880
# No need to generate them if there are no CONFIG_HEADERS.
-
 
34881
# This happens for instance with `./config.status Makefile'.
-
 
34882
if test -n "$CONFIG_HEADERS"; then
-
 
34883
cat >"$tmp/defines.awk" <<\_ACAWK ||
-
 
34884
BEGIN {
-
 
34885
_ACEOF
-
 
34886
 
-
 
34887
# Transform confdefs.h into an awk script `defines.awk', embedded as
-
 
34888
# here-document in config.status, that substitutes the proper values into
-
 
34889
# config.h.in to produce config.h.
-
 
34890
 
-
 
34891
# Create a delimiter string that does not exist in confdefs.h, to ease
-
 
34892
# handling of long lines.
-
 
34893
ac_delim='%!_!# '
-
 
34894
for ac_last_try in false false :; do
-
 
34895
  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
-
 
34896
  if test -z "$ac_t"; then
-
 
34897
    break
-
 
34898
  elif $ac_last_try; then
-
 
34899
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
-
 
34900
$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
-
 
34901
   { (exit 1); exit 1; }; }
-
 
34902
  else
-
 
34903
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
-
 
34904
  fi
-
 
34905
done
-
 
34906
 
-
 
34907
# For the awk script, D is an array of macro values keyed by name,
-
 
34908
# likewise P contains macro parameters if any.  Preserve backslash
-
 
34909
# newline sequences.
34614
 
34910
 
-
 
34911
ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
-
 
34912
sed -n '
-
 
34913
s/.\{148\}/&'"$ac_delim"'/g
-
 
34914
t rset
-
 
34915
:rset
-
 
34916
s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
-
 
34917
t def
-
 
34918
d
-
 
34919
:def
-
 
34920
s/\\$//
-
 
34921
t bsnl
-
 
34922
s/["\\]/\\&/g
-
 
34923
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
-
 
34924
D["\1"]=" \3"/p
-
 
34925
s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
-
 
34926
d
-
 
34927
:bsnl
-
 
34928
s/["\\]/\\&/g
-
 
34929
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
-
 
34930
D["\1"]=" \3\\\\\\n"\\/p
-
 
34931
t cont
-
 
34932
s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
-
 
34933
t cont
-
 
34934
d
-
 
34935
:cont
-
 
34936
n
-
 
34937
s/.\{148\}/&'"$ac_delim"'/g
-
 
34938
t clear
-
 
34939
:clear
-
 
34940
s/\\$//
-
 
34941
t bsnlc
-
 
34942
s/["\\]/\\&/g; s/^/"/; s/$/"/p
-
 
34943
d
-
 
34944
:bsnlc
-
 
34945
s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
-
 
34946
b cont
-
 
34947
' <confdefs.h | sed '
-
 
34948
s/'"$ac_delim"'/"\\\
-
 
34949
"/g' >>$CONFIG_STATUS || ac_write_fail=1
-
 
34950
 
-
 
34951
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-
 
34952
  for (key in D) D_is_set[key] = 1
-
 
34953
  FS = ""
-
 
34954
}
-
 
34955
/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
-
 
34956
  line = \$ 0
-
 
34957
  split(line, arg, " ")
-
 
34958
  if (arg[1] == "#") {
-
 
34959
    defundef = arg[2]
-
 
34960
    mac1 = arg[3]
-
 
34961
  } else {
-
 
34962
    defundef = substr(arg[1], 2)
-
 
34963
    mac1 = arg[2]
-
 
34964
  }
-
 
34965
  split(mac1, mac2, "(") #)
-
 
34966
  macro = mac2[1]
-
 
34967
  prefix = substr(line, 1, index(line, defundef) - 1)
-
 
34968
  if (D_is_set[macro]) {
-
 
34969
    # Preserve the white space surrounding the "#".
-
 
34970
    print prefix "define", macro P[macro] D[macro]
-
 
34971
    next
-
 
34972
  } else {
-
 
34973
    # Replace #undef with comments.  This is necessary, for example,
-
 
34974
    # in the case of _POSIX_SOURCE, which is predefined and required
-
 
34975
    # on some systems where configure will not decide to define it.
-
 
34976
    if (defundef == "undef") {
-
 
34977
      print "/*", prefix defundef, macro, "*/"
-
 
34978
      next
-
 
34979
    }
-
 
34980
  }
-
 
34981
}
-
 
34982
{ print }
-
 
34983
_ACAWK
-
 
34984
_ACEOF
-
 
34985
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-
 
34986
  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
-
 
34987
$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
-
 
34988
   { (exit 1); exit 1; }; }
-
 
34989
fi # test -n "$CONFIG_HEADERS"
-
 
34990
 
-
 
34991
 
34615
for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
34992
eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
-
 
34993
shift
-
 
34994
for ac_tag
34616
do
34995
do
34617
  case $ac_tag in
34996
  case $ac_tag in
34618
  :[FHLC]) ac_mode=$ac_tag; continue;;
34997
  :[FHLC]) ac_mode=$ac_tag; continue;;
34619
  esac
34998
  esac
34620
  case $ac_mode$ac_tag in
34999
  case $ac_mode$ac_tag in
34621
  :[FHL]*:*);;
35000
  :[FHL]*:*);;
34622
  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
35001
  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
34623
echo "$as_me: error: Invalid tag $ac_tag." >&2;}
35002
$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
34624
   { (exit 1); exit 1; }; };;
35003
   { (exit 1); exit 1; }; };;
34625
  :[FH]-) ac_tag=-:-;;
35004
  :[FH]-) ac_tag=-:-;;
34626
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
35005
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
34627
  esac
35006
  esac
34628
  ac_save_IFS=$IFS
35007
  ac_save_IFS=$IFS
Line 34647... Line 35026...
34647
	 test -f "$ac_f" ||
35026
	 test -f "$ac_f" ||
34648
	   case $ac_f in
35027
	   case $ac_f in
34649
	   [\\/$]*) false;;
35028
	   [\\/$]*) false;;
34650
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
35029
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
34651
	   esac ||
35030
	   esac ||
34652
	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
35031
	   { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
34653
echo "$as_me: error: cannot find input file: $ac_f" >&2;}
35032
$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
34654
   { (exit 1); exit 1; }; };;
35033
   { (exit 1); exit 1; }; };;
34655
      esac
35034
      esac
-
 
35035
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
34656
      ac_file_inputs="$ac_file_inputs $ac_f"
35036
      ac_file_inputs="$ac_file_inputs '$ac_f'"
34657
    done
35037
    done
34658
 
35038
 
34659
    # Let's still pretend it is `configure' which instantiates (i.e., don't
35039
    # Let's still pretend it is `configure' which instantiates (i.e., don't
34660
    # use $as_me), people would be surprised to read:
35040
    # use $as_me), people would be surprised to read:
34661
    #    /* config.h.  Generated by config.status.  */
35041
    #    /* config.h.  Generated by config.status.  */
34662
    configure_input="Generated from "`IFS=:
35042
    configure_input='Generated from '`
34663
	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
35043
	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
-
 
35044
	`' by configure.'
34664
    if test x"$ac_file" != x-; then
35045
    if test x"$ac_file" != x-; then
34665
      configure_input="$ac_file.  $configure_input"
35046
      configure_input="$ac_file.  $configure_input"
34666
      { echo "$as_me:$LINENO: creating $ac_file" >&5
35047
      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
34667
echo "$as_me: creating $ac_file" >&6;}
35048
$as_echo "$as_me: creating $ac_file" >&6;}
34668
    fi
35049
    fi
-
 
35050
    # Neutralize special characters interpreted by sed in replacement strings.
-
 
35051
    case $configure_input in #(
-
 
35052
    *\&* | *\|* | *\\* )
-
 
35053
       ac_sed_conf_input=`$as_echo "$configure_input" |
-
 
35054
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
-
 
35055
    *) ac_sed_conf_input=$configure_input;;
-
 
35056
    esac
34669
 
35057
 
34670
    case $ac_tag in
35058
    case $ac_tag in
34671
    *:-:* | *:-) cat >"$tmp/stdin";;
35059
    *:-:* | *:-) cat >"$tmp/stdin" \
-
 
35060
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
35061
$as_echo "$as_me: error: could not create $ac_file" >&2;}
-
 
35062
   { (exit 1); exit 1; }; } ;;
34672
    esac
35063
    esac
34673
    ;;
35064
    ;;
34674
  esac
35065
  esac
34675
 
35066
 
34676
  ac_dir=`$as_dirname -- "$ac_file" ||
35067
  ac_dir=`$as_dirname -- "$ac_file" ||
34677
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35068
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
34678
	 X"$ac_file" : 'X\(//\)[^/]' \| \
35069
	 X"$ac_file" : 'X\(//\)[^/]' \| \
34679
	 X"$ac_file" : 'X\(//\)$' \| \
35070
	 X"$ac_file" : 'X\(//\)$' \| \
34680
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
35071
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
34681
echo X"$ac_file" |
35072
$as_echo X"$ac_file" |
34682
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
35073
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
34683
	    s//\1/
35074
	    s//\1/
34684
	    q
35075
	    q
34685
	  }
35076
	  }
34686
	  /^X\(\/\/\)[^/].*/{
35077
	  /^X\(\/\/\)[^/].*/{
Line 34702... Line 35093...
34702
  esac
35093
  esac
34703
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
35094
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
34704
    as_dirs=
35095
    as_dirs=
34705
    while :; do
35096
    while :; do
34706
      case $as_dir in #(
35097
      case $as_dir in #(
34707
      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
35098
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
34708
      *) as_qdir=$as_dir;;
35099
      *) as_qdir=$as_dir;;
34709
      esac
35100
      esac
34710
      as_dirs="'$as_qdir' $as_dirs"
35101
      as_dirs="'$as_qdir' $as_dirs"
34711
      as_dir=`$as_dirname -- "$as_dir" ||
35102
      as_dir=`$as_dirname -- "$as_dir" ||
34712
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35103
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
34713
	 X"$as_dir" : 'X\(//\)[^/]' \| \
35104
	 X"$as_dir" : 'X\(//\)[^/]' \| \
34714
	 X"$as_dir" : 'X\(//\)$' \| \
35105
	 X"$as_dir" : 'X\(//\)$' \| \
34715
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
35106
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
34716
echo X"$as_dir" |
35107
$as_echo X"$as_dir" |
34717
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
35108
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
34718
	    s//\1/
35109
	    s//\1/
34719
	    q
35110
	    q
34720
	  }
35111
	  }
34721
	  /^X\(\/\/\)[^/].*/{
35112
	  /^X\(\/\/\)[^/].*/{
Line 34732... Line 35123...
34732
	  }
35123
	  }
34733
	  s/.*/./; q'`
35124
	  s/.*/./; q'`
34734
      test -d "$as_dir" && break
35125
      test -d "$as_dir" && break
34735
    done
35126
    done
34736
    test -z "$as_dirs" || eval "mkdir $as_dirs"
35127
    test -z "$as_dirs" || eval "mkdir $as_dirs"
34737
  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
35128
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
34738
echo "$as_me: error: cannot create directory $as_dir" >&2;}
35129
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
34739
   { (exit 1); exit 1; }; }; }
35130
   { (exit 1); exit 1; }; }; }
34740
  ac_builddir=.
35131
  ac_builddir=.
34741
 
35132
 
34742
case "$ac_dir" in
35133
case "$ac_dir" in
34743
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
35134
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
34744
*)
35135
*)
34745
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
35136
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
34746
  # A ".." for each directory in $ac_dir_suffix.
35137
  # A ".." for each directory in $ac_dir_suffix.
34747
  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
35138
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
34748
  case $ac_top_builddir_sub in
35139
  case $ac_top_builddir_sub in
34749
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
35140
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
34750
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
35141
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
34751
  esac ;;
35142
  esac ;;
34752
esac
35143
esac
Line 34782... Line 35173...
34782
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
35173
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
34783
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
35174
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
34784
  esac
35175
  esac
34785
_ACEOF
35176
_ACEOF
34786
 
35177
 
34787
cat >>$CONFIG_STATUS <<\_ACEOF
35178
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34788
# If the template does not know about datarootdir, expand it.
35179
# If the template does not know about datarootdir, expand it.
34789
# FIXME: This hack should be removed a few years after 2.60.
35180
# FIXME: This hack should be removed a few years after 2.60.
34790
ac_datarootdir_hack=; ac_datarootdir_seen=
35181
ac_datarootdir_hack=; ac_datarootdir_seen=
34791
 
35182
 
-
 
35183
ac_sed_dataroot='
34792
case `sed -n '/datarootdir/ {
35184
/datarootdir/ {
34793
  p
35185
  p
34794
  q
35186
  q
34795
}
35187
}
34796
/@datadir@/p
35188
/@datadir@/p
34797
/@docdir@/p
35189
/@docdir@/p
34798
/@infodir@/p
35190
/@infodir@/p
34799
/@localedir@/p
35191
/@localedir@/p
34800
/@mandir@/p
35192
/@mandir@/p
-
 
35193
'
34801
' $ac_file_inputs` in
35194
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
34802
*datarootdir*) ac_datarootdir_seen=yes;;
35195
*datarootdir*) ac_datarootdir_seen=yes;;
34803
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
35196
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
34804
  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
35197
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
34805
echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
35198
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
34806
_ACEOF
35199
_ACEOF
34807
cat >>$CONFIG_STATUS <<_ACEOF
35200
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34808
  ac_datarootdir_hack='
35201
  ac_datarootdir_hack='
34809
  s&@datadir@&$datadir&g
35202
  s&@datadir@&$datadir&g
34810
  s&@docdir@&$docdir&g
35203
  s&@docdir@&$docdir&g
34811
  s&@infodir@&$infodir&g
35204
  s&@infodir@&$infodir&g
34812
  s&@localedir@&$localedir&g
35205
  s&@localedir@&$localedir&g
Line 34816... Line 35209...
34816
_ACEOF
35209
_ACEOF
34817
 
35210
 
34818
# Neutralize VPATH when `$srcdir' = `.'.
35211
# Neutralize VPATH when `$srcdir' = `.'.
34819
# Shell code in configure.ac might set extrasub.
35212
# Shell code in configure.ac might set extrasub.
34820
# FIXME: do we really want to maintain this feature?
35213
# FIXME: do we really want to maintain this feature?
34821
cat >>$CONFIG_STATUS <<_ACEOF
35214
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34822
  sed "$ac_vpsub
35215
ac_sed_extra="$ac_vpsub
34823
$extrasub
35216
$extrasub
34824
_ACEOF
35217
_ACEOF
34825
cat >>$CONFIG_STATUS <<\_ACEOF
35218
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34826
:t
35219
:t
34827
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
35220
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
34828
s&@configure_input@&$configure_input&;t t
35221
s|@configure_input@|$ac_sed_conf_input|;t t
34829
s&@top_builddir@&$ac_top_builddir_sub&;t t
35222
s&@top_builddir@&$ac_top_builddir_sub&;t t
-
 
35223
s&@top_build_prefix@&$ac_top_build_prefix&;t t
34830
s&@srcdir@&$ac_srcdir&;t t
35224
s&@srcdir@&$ac_srcdir&;t t
34831
s&@abs_srcdir@&$ac_abs_srcdir&;t t
35225
s&@abs_srcdir@&$ac_abs_srcdir&;t t
34832
s&@top_srcdir@&$ac_top_srcdir&;t t
35226
s&@top_srcdir@&$ac_top_srcdir&;t t
34833
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
35227
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
34834
s&@builddir@&$ac_builddir&;t t
35228
s&@builddir@&$ac_builddir&;t t
34835
s&@abs_builddir@&$ac_abs_builddir&;t t
35229
s&@abs_builddir@&$ac_abs_builddir&;t t
34836
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
35230
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
34837
s&@INSTALL@&$ac_INSTALL&;t t
35231
s&@INSTALL@&$ac_INSTALL&;t t
34838
$ac_datarootdir_hack
35232
$ac_datarootdir_hack
-
 
35233
"
34839
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" >$tmp/out
35234
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
-
 
35235
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
35236
$as_echo "$as_me: error: could not create $ac_file" >&2;}
-
 
35237
   { (exit 1); exit 1; }; }
34840
 
35238
 
34841
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
35239
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
34842
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
35240
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
34843
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
35241
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
34844
  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
35242
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
34845
which seems to be undefined.  Please make sure it is defined." >&5
35243
which seems to be undefined.  Please make sure it is defined." >&5
34846
echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
35244
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
34847
which seems to be undefined.  Please make sure it is defined." >&2;}
35245
which seems to be undefined.  Please make sure it is defined." >&2;}
34848
 
35246
 
34849
  rm -f "$tmp/stdin"
35247
  rm -f "$tmp/stdin"
34850
  case $ac_file in
35248
  case $ac_file in
34851
  -) cat "$tmp/out"; rm -f "$tmp/out";;
35249
  -) cat "$tmp/out" && rm -f "$tmp/out";;
34852
  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
35250
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
34853
  esac
35251
  esac \
-
 
35252
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
35253
$as_echo "$as_me: error: could not create $ac_file" >&2;}
-
 
35254
   { (exit 1); exit 1; }; }
34854
 ;;
35255
 ;;
34855
  :H)
35256
  :H)
34856
  #
35257
  #
34857
  # CONFIG_HEADER
35258
  # CONFIG_HEADER
34858
  #
35259
  #
34859
_ACEOF
-
 
34860
 
-
 
34861
# Transform confdefs.h into a sed script `conftest.defines', that
-
 
34862
# substitutes the proper values into config.h.in to produce config.h.
-
 
34863
rm -f conftest.defines conftest.tail
-
 
34864
# First, append a space to every undef/define line, to ease matching.
-
 
34865
echo 's/$/ /' >conftest.defines
-
 
34866
# Then, protect against being on the right side of a sed subst, or in
-
 
34867
# an unquoted here document, in config.status.  If some macros were
-
 
34868
# called several times there might be several #defines for the same
-
 
34869
# symbol, which is useless.  But do not sort them, since the last
-
 
34870
# AC_DEFINE must be honored.
-
 
34871
ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
-
 
34872
# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
-
 
34873
# NAME is the cpp macro being defined, VALUE is the value it is being given.
-
 
34874
# PARAMS is the parameter list in the macro definition--in most cases, it's
-
 
34875
# just an empty string.
-
 
34876
ac_dA='s,^\\([	 #]*\\)[^	 ]*\\([	 ]*'
-
 
34877
ac_dB='\\)[	 (].*,\\1define\\2'
-
 
34878
ac_dC=' '
-
 
34879
ac_dD=' ,'
-
 
34880
 
-
 
34881
uniq confdefs.h |
-
 
34882
  sed -n '
-
 
34883
	t rset
-
 
34884
	:rset
-
 
34885
	s/^[	 ]*#[	 ]*define[	 ][	 ]*//
-
 
34886
	t ok
-
 
34887
	d
-
 
34888
	:ok
-
 
34889
	s/[\\&,]/\\&/g
-
 
34890
	s/^\('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
-
 
34891
	s/^\('"$ac_word_re"'\)[	 ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
-
 
34892
  ' >>conftest.defines
-
 
34893
 
-
 
34894
# Remove the space that was appended to ease matching.
-
 
34895
# Then replace #undef with comments.  This is necessary, for
-
 
34896
# example, in the case of _POSIX_SOURCE, which is predefined and required
-
 
34897
# on some systems where configure will not decide to define it.
-
 
34898
# (The regexp can be short, since the line contains either #define or #undef.)
-
 
34899
echo 's/ $//
-
 
34900
s,^[	 #]*u.*,/* & */,' >>conftest.defines
-
 
34901
 
-
 
34902
# Break up conftest.defines:
-
 
34903
ac_max_sed_lines=50
-
 
34904
 
-
 
34905
# First sed command is:	 sed -f defines.sed $ac_file_inputs >"$tmp/out1"
-
 
34906
# Second one is:	 sed -f defines.sed "$tmp/out1" >"$tmp/out2"
-
 
34907
# Third one will be:	 sed -f defines.sed "$tmp/out2" >"$tmp/out1"
-
 
34908
# et cetera.
-
 
34909
ac_in='$ac_file_inputs'
-
 
34910
ac_out='"$tmp/out1"'
-
 
34911
ac_nxt='"$tmp/out2"'
-
 
34912
 
-
 
34913
while :
-
 
34914
do
-
 
34915
  # Write a here document:
-
 
34916
    cat >>$CONFIG_STATUS <<_ACEOF
-
 
34917
    # First, check the format of the line:
-
 
34918
    cat >"\$tmp/defines.sed" <<\\CEOF
-
 
34919
/^[	 ]*#[	 ]*undef[	 ][	 ]*$ac_word_re[	 ]*\$/b def
-
 
34920
/^[	 ]*#[	 ]*define[	 ][	 ]*$ac_word_re[(	 ]/b def
-
 
34921
b
-
 
34922
:def
-
 
34923
_ACEOF
-
 
34924
  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
-
 
34925
  echo 'CEOF
-
 
34926
    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
-
 
34927
  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
-
 
34928
  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
-
 
34929
  grep . conftest.tail >/dev/null || break
-
 
34930
  rm -f conftest.defines
-
 
34931
  mv conftest.tail conftest.defines
-
 
34932
done
-
 
34933
rm -f conftest.defines conftest.tail
-
 
34934
 
-
 
34935
echo "ac_result=$ac_in" >>$CONFIG_STATUS
-
 
34936
cat >>$CONFIG_STATUS <<\_ACEOF
-
 
34937
  if test x"$ac_file" != x-; then
35260
  if test x"$ac_file" != x-; then
-
 
35261
    {
34938
    echo "/* $configure_input  */" >"$tmp/config.h"
35262
      $as_echo "/* $configure_input  */" \
-
 
35263
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
34939
    cat "$ac_result" >>"$tmp/config.h"
35264
    } >"$tmp/config.h" \
-
 
35265
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
35266
$as_echo "$as_me: error: could not create $ac_file" >&2;}
-
 
35267
   { (exit 1); exit 1; }; }
34940
    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
35268
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
34941
      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
35269
      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
34942
echo "$as_me: $ac_file is unchanged" >&6;}
35270
$as_echo "$as_me: $ac_file is unchanged" >&6;}
34943
    else
35271
    else
34944
      rm -f $ac_file
35272
      rm -f "$ac_file"
34945
      mv "$tmp/config.h" $ac_file
35273
      mv "$tmp/config.h" "$ac_file" \
-
 
35274
	|| { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
35275
$as_echo "$as_me: error: could not create $ac_file" >&2;}
-
 
35276
   { (exit 1); exit 1; }; }
34946
    fi
35277
    fi
34947
  else
35278
  else
34948
    echo "/* $configure_input  */"
35279
    $as_echo "/* $configure_input  */" \
-
 
35280
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
-
 
35281
      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
-
 
35282
$as_echo "$as_me: error: could not create -" >&2;}
34949
    cat "$ac_result"
35283
   { (exit 1); exit 1; }; }
34950
  fi
35284
  fi
34951
  rm -f "$tmp/out12"
-
 
34952
# Compute $ac_file's index in $config_headers.
35285
# Compute "$ac_file"'s index in $config_headers.
34953
_am_stamp_count=1
35286
_am_stamp_count=1
34954
for _am_header in $config_headers :; do
35287
for _am_header in $config_headers :; do
34955
  case $_am_header in
35288
  case $_am_header in
34956
    $ac_file | $ac_file:* )
35289
    "$ac_file" | "$ac_file":* )
34957
      break ;;
35290
      break ;;
34958
    * )
35291
    * )
34959
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
35292
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
34960
  esac
35293
  esac
34961
done
35294
done
34962
echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
35295
echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
34963
$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35296
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
34964
	 X$ac_file : 'X\(//\)[^/]' \| \
35297
	 X"$ac_file" : 'X\(//\)[^/]' \| \
34965
	 X$ac_file : 'X\(//\)$' \| \
35298
	 X"$ac_file" : 'X\(//\)$' \| \
34966
	 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
35299
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
34967
echo X$ac_file |
35300
$as_echo X"$ac_file" |
34968
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
35301
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
34969
	    s//\1/
35302
	    s//\1/
34970
	    q
35303
	    q
34971
	  }
35304
	  }
34972
	  /^X\(\/\/\)[^/].*/{
35305
	  /^X\(\/\/\)[^/].*/{
Line 34982... Line 35315...
34982
	    q
35315
	    q
34983
	  }
35316
	  }
34984
	  s/.*/./; q'`/stamp-h$_am_stamp_count
35317
	  s/.*/./; q'`/stamp-h$_am_stamp_count
34985
 ;;
35318
 ;;
34986
 
35319
 
34987
  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
35320
  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
34988
echo "$as_me: executing $ac_file commands" >&6;}
35321
$as_echo "$as_me: executing $ac_file commands" >&6;}
34989
 ;;
35322
 ;;
34990
  esac
35323
  esac
34991
 
35324
 
34992
 
35325
 
34993
  case $ac_file$ac_mode in
35326
  case $ac_file$ac_mode in
Line 35004... Line 35337...
35004
    dirpart=`$as_dirname -- "$mf" ||
35337
    dirpart=`$as_dirname -- "$mf" ||
35005
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35338
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35006
	 X"$mf" : 'X\(//\)[^/]' \| \
35339
	 X"$mf" : 'X\(//\)[^/]' \| \
35007
	 X"$mf" : 'X\(//\)$' \| \
35340
	 X"$mf" : 'X\(//\)$' \| \
35008
	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
35341
	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
35009
echo X"$mf" |
35342
$as_echo X"$mf" |
35010
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
35343
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
35011
	    s//\1/
35344
	    s//\1/
35012
	    q
35345
	    q
35013
	  }
35346
	  }
35014
	  /^X\(\/\/\)[^/].*/{
35347
	  /^X\(\/\/\)[^/].*/{
Line 35048... Line 35381...
35048
    fdir=`$as_dirname -- "$file" ||
35381
    fdir=`$as_dirname -- "$file" ||
35049
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35382
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35050
	 X"$file" : 'X\(//\)[^/]' \| \
35383
	 X"$file" : 'X\(//\)[^/]' \| \
35051
	 X"$file" : 'X\(//\)$' \| \
35384
	 X"$file" : 'X\(//\)$' \| \
35052
	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
35385
	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
35053
echo X"$file" |
35386
$as_echo X"$file" |
35054
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
35387
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
35055
	    s//\1/
35388
	    s//\1/
35056
	    q
35389
	    q
35057
	  }
35390
	  }
35058
	  /^X\(\/\/\)[^/].*/{
35391
	  /^X\(\/\/\)[^/].*/{
Line 35074... Line 35407...
35074
  esac
35407
  esac
35075
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
35408
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
35076
    as_dirs=
35409
    as_dirs=
35077
    while :; do
35410
    while :; do
35078
      case $as_dir in #(
35411
      case $as_dir in #(
35079
      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
35412
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
35080
      *) as_qdir=$as_dir;;
35413
      *) as_qdir=$as_dir;;
35081
      esac
35414
      esac
35082
      as_dirs="'$as_qdir' $as_dirs"
35415
      as_dirs="'$as_qdir' $as_dirs"
35083
      as_dir=`$as_dirname -- "$as_dir" ||
35416
      as_dir=`$as_dirname -- "$as_dir" ||
35084
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35417
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35085
	 X"$as_dir" : 'X\(//\)[^/]' \| \
35418
	 X"$as_dir" : 'X\(//\)[^/]' \| \
35086
	 X"$as_dir" : 'X\(//\)$' \| \
35419
	 X"$as_dir" : 'X\(//\)$' \| \
35087
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
35420
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
35088
echo X"$as_dir" |
35421
$as_echo X"$as_dir" |
35089
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
35422
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
35090
	    s//\1/
35423
	    s//\1/
35091
	    q
35424
	    q
35092
	  }
35425
	  }
35093
	  /^X\(\/\/\)[^/].*/{
35426
	  /^X\(\/\/\)[^/].*/{
Line 35104... Line 35437...
35104
	  }
35437
	  }
35105
	  s/.*/./; q'`
35438
	  s/.*/./; q'`
35106
      test -d "$as_dir" && break
35439
      test -d "$as_dir" && break
35107
    done
35440
    done
35108
    test -z "$as_dirs" || eval "mkdir $as_dirs"
35441
    test -z "$as_dirs" || eval "mkdir $as_dirs"
35109
  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
35442
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
35110
echo "$as_me: error: cannot create directory $as_dir" >&2;}
35443
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
35111
   { (exit 1); exit 1; }; }; }
35444
   { (exit 1); exit 1; }; }; }
35112
    # echo "creating $dirpart/$file"
35445
    # echo "creating $dirpart/$file"
35113
    echo '# dummy' > "$dirpart/$file"
35446
    echo '# dummy' > "$dirpart/$file"
35114
  done
35447
  done
35115
done
35448
done
Line 35127... Line 35460...
35127
  rm -f $CONFIG_STATUS.bak
35460
  rm -f $CONFIG_STATUS.bak
35128
fi    
35461
fi    
35129
chmod +x $CONFIG_STATUS
35462
chmod +x $CONFIG_STATUS
35130
ac_clean_files=$ac_clean_files_save
35463
ac_clean_files=$ac_clean_files_save
35131
 
35464
 
-
 
35465
test $ac_write_fail = 0 ||
-
 
35466
  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
-
 
35467
$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
-
 
35468
   { (exit 1); exit 1; }; }
-
 
35469
 
35132
 
35470
 
35133
# configure is writing to config.log, and then calls config.status.
35471
# configure is writing to config.log, and then calls config.status.
35134
# config.status does its own redirection, appending to config.log.
35472
# config.status does its own redirection, appending to config.log.
35135
# Unfortunately, on DOS this fails, as config.log is still kept open
35473
# Unfortunately, on DOS this fails, as config.log is still kept open
35136
# by configure, so config.status won't be able to write to it; its
35474
# by configure, so config.status won't be able to write to it; its
Line 35148... Line 35486...
35148
  exec 5>>config.log
35486
  exec 5>>config.log
35149
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
35487
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
35150
  # would make configure fail if this is the last instruction.
35488
  # would make configure fail if this is the last instruction.
35151
  $ac_cs_success || { (exit 1); exit 1; }
35489
  $ac_cs_success || { (exit 1); exit 1; }
35152
fi
35490
fi
-
 
35491
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
-
 
35492
  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
-
 
35493
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
-
 
35494
fi
35153
 
35495
 
35154
# Check if KDE_SET_PREFIX was called, and --prefix was passed to configure
35496
# Check if KDE_SET_PREFIX was called, and --prefix was passed to configure
35155
if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then
35497
if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then
35156
  # And if so, warn when they don't match
35498
  # And if so, warn when they don't match
35157
  if test "$kde_libs_prefix" != "$given_prefix"; then
35499
  if test "$kde_libs_prefix" != "$given_prefix"; then