~ubuntu-branches/ubuntu/edgy/digikam/edgy-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Achim Bohnet
  • Date: 2006-05-15 01:15:02 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515011502-kpyuz7766hpbuia8
Tags: 0.8.2~rc1-0ubuntu1
* sync with debian (UVF see #44102)
  0.8.2~rc1-0ubuntu1 is identical to debian's 0.8.1+0.8.2-rc1-1.
  Version was changed due to latest 0.8.1.ubuntu-0ubuntu1 upload.
  This version is unfortunately bigger than debian's 0.8.1+0.8.2-rc1-1
* Merge in ubuntu changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
1050
1050
                          build shared libraries [default=yes]
1051
1051
  --enable-static[=PKGS]
1052
1052
                          build static libraries [default=no]
1053
 
  --enable-libsuffix      /lib directory suffix (64,32,none=default)
 
1053
  --enable-libsuffix      /lib directory suffix (64,32,none,auto=default)
1054
1054
  --enable-fast-install[=PKGS]
1055
1055
                          optimize for fast installation [default=yes]
1056
1056
  --disable-libtool-lock  avoid locking (might break parallel builds)
1965
1965
 
1966
1966
 
1967
1967
# Define the identity of the package.
1968
 
 PACKAGE=digikam-0.8.1
1969
 
 VERSION="3.5.0"
 
1968
 PACKAGE=digikam-0.8.2-rc1
 
1969
 VERSION="3.5.2"
1970
1970
 
1971
1971
 
1972
1972
cat >>confdefs.h <<_ACEOF
2270
2270
   { (exit 1); exit 1; }; }
2271
2271
  fi
2272
2272
  kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
2273
 
  kde_libs_suffix=`$KDECONFIG --libsuffix`
 
2273
  kde_libs_suffix=`$KDECONFIG --libsuffix` || kde_libs_suffix=auto
2274
2274
 
2275
2275
  echo "$as_me:$LINENO: checking where to install" >&5
2276
2276
echo $ECHO_N "checking where to install... $ECHO_C" >&6
3735
3735
      if test $kde_use_debug_code = "full"; then
3736
3736
        CFLAGS="-g3 -fno-inline $CFLAGS"
3737
3737
      else
3738
 
        CFLAGS="-g -O2 -fno-reorder-blocks -fno-schedule-insns -fno-inline $CFLAGS"
 
3738
        CFLAGS="-g -O2 -fno-schedule-insns -fno-inline $CFLAGS"
3739
3739
      fi
3740
3740
    else
3741
3741
      CFLAGS="-O2 $CFLAGS"
4315
4315
        if test "$kde_use_debug_code" = "full"; then
4316
4316
          CXXFLAGS="-g3 -fno-inline $CXXFLAGS"
4317
4317
        else
4318
 
          CXXFLAGS="-g -O2 -fno-reorder-blocks -fno-schedule-insns -fno-inline $CXXFLAGS"
 
4318
          CXXFLAGS="-g -O2 -fno-schedule-insns -fno-inline $CXXFLAGS"
4319
4319
        fi
4320
4320
      fi
4321
4321
 
5062
5062
 
5063
5063
 
5064
5064
  if test "$GXX" = "yes"; then
 
5065
    gcc_no_reorder_blocks=NO
 
5066
 
 
5067
echo "$as_me:$LINENO: checking whether $CXX supports -fno-reorder-blocks" >&5
 
5068
echo $ECHO_N "checking whether $CXX supports -fno-reorder-blocks... $ECHO_C" >&6
 
5069
kde_cache=`echo fno-reorder-blocks | sed 'y% .=/+-,%____p__%'`
 
5070
if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
5071
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5072
else
 
5073
 
 
5074
 
 
5075
 
 
5076
   ac_ext=cc
 
5077
ac_cpp='$CXXCPP $CPPFLAGS'
 
5078
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
5079
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
5080
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
5081
 
 
5082
ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
 
5083
 
 
5084
 
 
5085
  save_CXXFLAGS="$CXXFLAGS"
 
5086
  CXXFLAGS="$CXXFLAGS -fno-reorder-blocks"
 
5087
  cat >conftest.$ac_ext <<_ACEOF
 
5088
/* confdefs.h.  */
 
5089
_ACEOF
 
5090
cat confdefs.h >>conftest.$ac_ext
 
5091
cat >>conftest.$ac_ext <<_ACEOF
 
5092
/* end confdefs.h.  */
 
5093
 
 
5094
int
 
5095
main ()
 
5096
{
 
5097
 return 0;
 
5098
  ;
 
5099
  return 0;
 
5100
}
 
5101
_ACEOF
 
5102
rm -f conftest.$ac_objext conftest$ac_exeext
 
5103
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
5104
  (eval $ac_link) 2>conftest.er1
 
5105
  ac_status=$?
 
5106
  grep -v '^ *+' conftest.er1 >conftest.err
 
5107
  rm -f conftest.er1
 
5108
  cat conftest.err >&5
 
5109
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5110
  (exit $ac_status); } &&
 
5111
         { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
 
5112
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
5113
  (eval $ac_try) 2>&5
 
5114
  ac_status=$?
 
5115
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5116
  (exit $ac_status); }; } &&
 
5117
         { ac_try='test -s conftest$ac_exeext'
 
5118
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
5119
  (eval $ac_try) 2>&5
 
5120
  ac_status=$?
 
5121
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5122
  (exit $ac_status); }; }; then
 
5123
  eval "kde_cv_prog_cxx_$kde_cache=yes"
 
5124
else
 
5125
  echo "$as_me: failed program was:" >&5
 
5126
sed 's/^/| /' conftest.$ac_ext >&5
 
5127
 
 
5128
fi
 
5129
rm -f conftest.err conftest.$ac_objext \
 
5130
      conftest$ac_exeext conftest.$ac_ext
 
5131
  CXXFLAGS="$save_CXXFLAGS"
 
5132
  ac_ext=c
 
5133
ac_cpp='$CPP $CPPFLAGS'
 
5134
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
5135
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
5136
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
5137
 
 
5138
 
 
5139
fi
 
5140
 
 
5141
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
5142
 echo "$as_me:$LINENO: result: yes" >&5
 
5143
echo "${ECHO_T}yes" >&6
 
5144
 :
 
5145
 gcc_no_reorder_blocks=YES
 
5146
else
 
5147
 echo "$as_me:$LINENO: result: no" >&5
 
5148
echo "${ECHO_T}no" >&6
 
5149
 :
 
5150
 
 
5151
fi
 
5152
 
 
5153
    if test $kde_use_debug_code != "no" && \
 
5154
       test $kde_use_debug_code != "full" && \
 
5155
       test "YES" = "$gcc_no_reorder_blocks" ; then
 
5156
          CXXFLAGS="$CXXFLAGS -fno-reorder-blocks"
 
5157
          CFLAGS="$CFLAGS -fno-reorder-blocks"
 
5158
    fi
5065
5159
 
5066
5160
echo "$as_me:$LINENO: checking whether $CXX supports -fno-exceptions" >&5
5067
5161
echo $ECHO_N "checking whether $CXX supports -fno-exceptions... $ECHO_C" >&6
5440
5534
        fi
5441
5535
        rm -f conftest.h conftest.h.gch
5442
5536
    fi
 
5537
 
 
5538
 
 
5539
  echo "$as_me:$LINENO: checking whether system headers can cope with -O2 -fno-inline" >&5
 
5540
echo $ECHO_N "checking whether system headers can cope with -O2 -fno-inline... $ECHO_C" >&6
 
5541
if test "${kde_cv_opt_noinline_match+set}" = set; then
 
5542
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5543
else
 
5544
 
 
5545
  kde_cv_opt_noinline_match=irrelevant
 
5546
    if echo "$CFLAGS" | grep -e -O2 >/dev/null 2>/dev/null \
 
5547
     && echo "$CFLAGS" | grep -e -fno-inline >/dev/null 2>/dev/null ; then
 
5548
 
 
5549
    ac_cflags_save="$CFLAGS"
 
5550
    CFLAGS="$CFLAGS -D_USE_GNU"
 
5551
 
 
5552
    cat >conftest.$ac_ext <<_ACEOF
 
5553
/* confdefs.h.  */
 
5554
_ACEOF
 
5555
cat confdefs.h >>conftest.$ac_ext
 
5556
cat >>conftest.$ac_ext <<_ACEOF
 
5557
/* end confdefs.h.  */
 
5558
 
 
5559
  #include <string.h>
 
5560
 
 
5561
int
 
5562
main ()
 
5563
{
 
5564
  const char *pt, *et;
 
5565
  et = __extension__      ({ char __a0, __a1, __a2;       (__builtin_constant_p (  ";,"  ) && ((size_t)(const void *)((   ";,"   )+ 1) - (size_t)(const void *)(   ";,"   ) == 1)        ? ((__a0 =((__const char  *) (  ";,"  ))[0], __a0 == '\0')     ? ((void) (  pt ),((void *)0) )        : ((__a1 = ((__const char *) (  ";,"  ))[1], __a1== '\0')      ? (__extension__ (__builtin_constant_p (  __a0 ) && ( __a0 ) == '\0'   ? (char *) __rawmemchr (   pt  ,   __a0)       : strchr(   pt  ,   __a0 )))   : ((__a2 = ((__const char *) (  ";,"  ))[2], __a2 == '\0')      ? __strpbrk_c2 (  pt , __a0, __a1)      :(((__const char *) (  ";,"  ))[3] == '\0'     ? __strpbrk_c3 (  pt ,__a0, __a1, __a2): strpbrk (  pt ,   ";,"  ))))) : strpbrk (  pt ,  ";,"  )); }) ;
 
5566
 
 
5567
  ;
 
5568
  return 0;
 
5569
}
 
5570
_ACEOF
 
5571
rm -f conftest.$ac_objext conftest$ac_exeext
 
5572
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
5573
  (eval $ac_link) 2>conftest.er1
 
5574
  ac_status=$?
 
5575
  grep -v '^ *+' conftest.er1 >conftest.err
 
5576
  rm -f conftest.er1
 
5577
  cat conftest.err >&5
 
5578
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5579
  (exit $ac_status); } &&
 
5580
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
5581
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
5582
  (eval $ac_try) 2>&5
 
5583
  ac_status=$?
 
5584
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5585
  (exit $ac_status); }; } &&
 
5586
         { ac_try='test -s conftest$ac_exeext'
 
5587
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
5588
  (eval $ac_try) 2>&5
 
5589
  ac_status=$?
 
5590
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5591
  (exit $ac_status); }; }; then
 
5592
  kde_cv_opt_noinline_match=yes
 
5593
else
 
5594
  echo "$as_me: failed program was:" >&5
 
5595
sed 's/^/| /' conftest.$ac_ext >&5
 
5596
 
 
5597
kde_cv_opt_noinline_match=no
 
5598
 
 
5599
fi
 
5600
rm -f conftest.err conftest.$ac_objext \
 
5601
      conftest$ac_exeext conftest.$ac_ext
 
5602
 
 
5603
    CFLAGS="$ac_cflags_save"
 
5604
  fi
 
5605
 
 
5606
fi
 
5607
echo "$as_me:$LINENO: result: $kde_cv_opt_noinline_match" >&5
 
5608
echo "${ECHO_T}$kde_cv_opt_noinline_match" >&6
 
5609
 
 
5610
    if test "x$kde_cv_opt_noinline_match" = "xno" ; then
 
5611
       CFLAGS="`echo "$CFLAGS" | sed "s/ -fno-inline//"`"
 
5612
    fi
5443
5613
  fi
5444
5614
 
5445
5615
 
6912
7082
 
6913
7083
    kdelibsuff="$kde_libs_suffix"
6914
7084
    if test -z "$kdelibsuff"; then
6915
 
       kdelibsuff=no
 
7085
       kdelibsuff="no"
6916
7086
    fi
6917
7087
    # Check whether --enable-libsuffix or --disable-libsuffix was given.
6918
7088
if test "${enable_libsuffix+set}" = set; then
6919
7089
  enableval="$enable_libsuffix"
6920
7090
  kdelibsuff=$enableval
6921
7091
fi;
6922
 
    # TODO: add an auto case that compiles a little C app to check
6923
 
    # where the glibc is
6924
 
    if test "$kdelibsuff" = "no"; then
 
7092
 
 
7093
    if test "$kdelibsuff" = "auto"; then
 
7094
 
 
7095
cat > conftest.c << EOF
 
7096
#include <stdio.h>
 
7097
int main() {
 
7098
 return 0;
 
7099
}
 
7100
EOF
 
7101
        kdelibsuff=`$CC conftest.c -o conftest.out; ldd conftest.out |sed -ne '/libc.so/{
 
7102
    s,.*/lib\([^\/]*\)/.*,\1,
 
7103
    p
 
7104
}'`
 
7105
        rm -rf conftest.*
 
7106
    fi
 
7107
 
 
7108
    if test "$kdelibsuff" = "no" || test "$kdelibsuff" = "none"; then
6925
7109
       kdelibsuff=
6926
7110
    fi
6927
7111
    if test -z "$kdelibsuff"; then
7473
7657
  ;;
7474
7658
*-*-irix6*)
7475
7659
  # Find out which ABI we are using.
7476
 
  echo '#line 7476 "configure"' > conftest.$ac_ext
 
7660
  echo '#line 7660 "configure"' > conftest.$ac_ext
7477
7661
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7478
7662
  (eval $ac_compile) 2>&5
7479
7663
  ac_status=$?
8114
8298
 
8115
8299
 
8116
8300
# Provide some information about the compiler.
8117
 
echo "$as_me:8117:" \
 
8301
echo "$as_me:8301:" \
8118
8302
     "checking for Fortran 77 compiler version" >&5
8119
8303
ac_compiler=`set X $ac_compile; echo $2`
8120
8304
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
9144
9328
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
9145
9329
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9146
9330
   -e 's:$: $lt_compiler_flag:'`
9147
 
   (eval echo "\"\$as_me:9147: $lt_compile\"" >&5)
 
9331
   (eval echo "\"\$as_me:9331: $lt_compile\"" >&5)
9148
9332
   (eval "$lt_compile" 2>conftest.err)
9149
9333
   ac_status=$?
9150
9334
   cat conftest.err >&5
9151
 
   echo "$as_me:9151: \$? = $ac_status" >&5
 
9335
   echo "$as_me:9335: \$? = $ac_status" >&5
9152
9336
   if (exit $ac_status) && test -s "$ac_outfile"; then
9153
9337
     # The compiler can only warn and ignore the option if not recognized
9154
9338
     # So say no if there are warnings
9377
9561
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
9378
9562
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9379
9563
   -e 's:$: $lt_compiler_flag:'`
9380
 
   (eval echo "\"\$as_me:9380: $lt_compile\"" >&5)
 
9564
   (eval echo "\"\$as_me:9564: $lt_compile\"" >&5)
9381
9565
   (eval "$lt_compile" 2>conftest.err)
9382
9566
   ac_status=$?
9383
9567
   cat conftest.err >&5
9384
 
   echo "$as_me:9384: \$? = $ac_status" >&5
 
9568
   echo "$as_me:9568: \$? = $ac_status" >&5
9385
9569
   if (exit $ac_status) && test -s "$ac_outfile"; then
9386
9570
     # The compiler can only warn and ignore the option if not recognized
9387
9571
     # So say no if there are warnings
9444
9628
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
9445
9629
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9446
9630
   -e 's:$: $lt_compiler_flag:'`
9447
 
   (eval echo "\"\$as_me:9447: $lt_compile\"" >&5)
 
9631
   (eval echo "\"\$as_me:9631: $lt_compile\"" >&5)
9448
9632
   (eval "$lt_compile" 2>out/conftest.err)
9449
9633
   ac_status=$?
9450
9634
   cat out/conftest.err >&5
9451
 
   echo "$as_me:9451: \$? = $ac_status" >&5
 
9635
   echo "$as_me:9635: \$? = $ac_status" >&5
9452
9636
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9453
9637
   then
9454
9638
     # The compiler can only warn and ignore the option if not recognized
11558
11742
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11559
11743
  lt_status=$lt_dlunknown
11560
11744
  cat > conftest.$ac_ext <<EOF
11561
 
#line 11561 "configure"
 
11745
#line 11745 "configure"
11562
11746
#include "confdefs.h"
11563
11747
 
11564
11748
#if HAVE_DLFCN_H
11656
11840
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11657
11841
  lt_status=$lt_dlunknown
11658
11842
  cat > conftest.$ac_ext <<EOF
11659
 
#line 11659 "configure"
 
11843
#line 11843 "configure"
11660
11844
#include "confdefs.h"
11661
11845
 
11662
11846
#if HAVE_DLFCN_H
13819
14003
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
13820
14004
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13821
14005
   -e 's:$: $lt_compiler_flag:'`
13822
 
   (eval echo "\"\$as_me:13822: $lt_compile\"" >&5)
 
14006
   (eval echo "\"\$as_me:14006: $lt_compile\"" >&5)
13823
14007
   (eval "$lt_compile" 2>conftest.err)
13824
14008
   ac_status=$?
13825
14009
   cat conftest.err >&5
13826
 
   echo "$as_me:13826: \$? = $ac_status" >&5
 
14010
   echo "$as_me:14010: \$? = $ac_status" >&5
13827
14011
   if (exit $ac_status) && test -s "$ac_outfile"; then
13828
14012
     # The compiler can only warn and ignore the option if not recognized
13829
14013
     # So say no if there are warnings
13886
14070
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
13887
14071
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13888
14072
   -e 's:$: $lt_compiler_flag:'`
13889
 
   (eval echo "\"\$as_me:13889: $lt_compile\"" >&5)
 
14073
   (eval echo "\"\$as_me:14073: $lt_compile\"" >&5)
13890
14074
   (eval "$lt_compile" 2>out/conftest.err)
13891
14075
   ac_status=$?
13892
14076
   cat out/conftest.err >&5
13893
 
   echo "$as_me:13893: \$? = $ac_status" >&5
 
14077
   echo "$as_me:14077: \$? = $ac_status" >&5
13894
14078
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
13895
14079
   then
13896
14080
     # The compiler can only warn and ignore the option if not recognized
15215
15399
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
15216
15400
  lt_status=$lt_dlunknown
15217
15401
  cat > conftest.$ac_ext <<EOF
15218
 
#line 15218 "configure"
 
15402
#line 15402 "configure"
15219
15403
#include "confdefs.h"
15220
15404
 
15221
15405
#if HAVE_DLFCN_H
15313
15497
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
15314
15498
  lt_status=$lt_dlunknown
15315
15499
  cat > conftest.$ac_ext <<EOF
15316
 
#line 15316 "configure"
 
15500
#line 15500 "configure"
15317
15501
#include "confdefs.h"
15318
15502
 
15319
15503
#if HAVE_DLFCN_H
16136
16320
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16137
16321
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16138
16322
   -e 's:$: $lt_compiler_flag:'`
16139
 
   (eval echo "\"\$as_me:16139: $lt_compile\"" >&5)
 
16323
   (eval echo "\"\$as_me:16323: $lt_compile\"" >&5)
16140
16324
   (eval "$lt_compile" 2>conftest.err)
16141
16325
   ac_status=$?
16142
16326
   cat conftest.err >&5
16143
 
   echo "$as_me:16143: \$? = $ac_status" >&5
 
16327
   echo "$as_me:16327: \$? = $ac_status" >&5
16144
16328
   if (exit $ac_status) && test -s "$ac_outfile"; then
16145
16329
     # The compiler can only warn and ignore the option if not recognized
16146
16330
     # So say no if there are warnings
16203
16387
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16204
16388
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16205
16389
   -e 's:$: $lt_compiler_flag:'`
16206
 
   (eval echo "\"\$as_me:16206: $lt_compile\"" >&5)
 
16390
   (eval echo "\"\$as_me:16390: $lt_compile\"" >&5)
16207
16391
   (eval "$lt_compile" 2>out/conftest.err)
16208
16392
   ac_status=$?
16209
16393
   cat out/conftest.err >&5
16210
 
   echo "$as_me:16210: \$? = $ac_status" >&5
 
16394
   echo "$as_me:16394: \$? = $ac_status" >&5
16211
16395
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
16212
16396
   then
16213
16397
     # The compiler can only warn and ignore the option if not recognized
18174
18358
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
18175
18359
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
18176
18360
   -e 's:$: $lt_compiler_flag:'`
18177
 
   (eval echo "\"\$as_me:18177: $lt_compile\"" >&5)
 
18361
   (eval echo "\"\$as_me:18361: $lt_compile\"" >&5)
18178
18362
   (eval "$lt_compile" 2>conftest.err)
18179
18363
   ac_status=$?
18180
18364
   cat conftest.err >&5
18181
 
   echo "$as_me:18181: \$? = $ac_status" >&5
 
18365
   echo "$as_me:18365: \$? = $ac_status" >&5
18182
18366
   if (exit $ac_status) && test -s "$ac_outfile"; then
18183
18367
     # The compiler can only warn and ignore the option if not recognized
18184
18368
     # So say no if there are warnings
18407
18591
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
18408
18592
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
18409
18593
   -e 's:$: $lt_compiler_flag:'`
18410
 
   (eval echo "\"\$as_me:18410: $lt_compile\"" >&5)
 
18594
   (eval echo "\"\$as_me:18594: $lt_compile\"" >&5)
18411
18595
   (eval "$lt_compile" 2>conftest.err)
18412
18596
   ac_status=$?
18413
18597
   cat conftest.err >&5
18414
 
   echo "$as_me:18414: \$? = $ac_status" >&5
 
18598
   echo "$as_me:18598: \$? = $ac_status" >&5
18415
18599
   if (exit $ac_status) && test -s "$ac_outfile"; then
18416
18600
     # The compiler can only warn and ignore the option if not recognized
18417
18601
     # So say no if there are warnings
18474
18658
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
18475
18659
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
18476
18660
   -e 's:$: $lt_compiler_flag:'`
18477
 
   (eval echo "\"\$as_me:18477: $lt_compile\"" >&5)
 
18661
   (eval echo "\"\$as_me:18661: $lt_compile\"" >&5)
18478
18662
   (eval "$lt_compile" 2>out/conftest.err)
18479
18663
   ac_status=$?
18480
18664
   cat out/conftest.err >&5
18481
 
   echo "$as_me:18481: \$? = $ac_status" >&5
 
18665
   echo "$as_me:18665: \$? = $ac_status" >&5
18482
18666
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
18483
18667
   then
18484
18668
     # The compiler can only warn and ignore the option if not recognized
20588
20772
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
20589
20773
  lt_status=$lt_dlunknown
20590
20774
  cat > conftest.$ac_ext <<EOF
20591
 
#line 20591 "configure"
 
20775
#line 20775 "configure"
20592
20776
#include "confdefs.h"
20593
20777
 
20594
20778
#if HAVE_DLFCN_H
20686
20870
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
20687
20871
  lt_status=$lt_dlunknown
20688
20872
  cat > conftest.$ac_ext <<EOF
20689
 
#line 20689 "configure"
 
20873
#line 20873 "configure"
20690
20874
#include "confdefs.h"
20691
20875
 
20692
20876
#if HAVE_DLFCN_H
24372
24556
#define HAVE_COREAUDIO 1
24373
24557
_ACEOF
24374
24558
 
24375
 
     FRAMEWORK_COREAUDIO="-Xlinker -framework -Xlinker CoreAudio"
 
24559
     FRAMEWORK_COREAUDIO="-Wl,-framework,CoreAudio"
24376
24560
 
24377
24561
fi
24378
24562
 
27481
27665
 
27482
27666
    safe_CXXFLAGS=$CXXFLAGS
27483
27667
    safe_LDFLAGS=$LDFLAGS
27484
 
    CXXFLAGS="$CXXFLAGS -fpie"
 
27668
    CXXFLAGS="$CXXFLAGS -fPIE"
27485
27669
    LDFLAGS="$LDFLAGS -pie"
27486
27670
 
27487
27671
    cat >conftest.$ac_ext <<_ACEOF
27543
27727
echo "$as_me:$LINENO: result: $kde_cv_val_pie_support" >&5
27544
27728
echo "${ECHO_T}$kde_cv_val_pie_support" >&6
27545
27729
 
27546
 
  echo "$as_me:$LINENO: checking if enabling -pie/fpie support" >&5
27547
 
echo $ECHO_N "checking if enabling -pie/fpie support... $ECHO_C" >&6
 
27730
  echo "$as_me:$LINENO: checking if enabling -pie/fPIE support" >&5
 
27731
echo $ECHO_N "checking if enabling -pie/fPIE support... $ECHO_C" >&6
27548
27732
 
27549
27733
  # Check whether --enable-pie or --disable-pie was given.
27550
27734
if test "${enable_pie+set}" = set; then
27568
27752
 
27569
27753
 
27570
27754
  if test "$kde_has_pie_support" = "yes"; then
27571
 
    KDE_USE_FPIE="-fpie"
 
27755
    KDE_USE_FPIE="-fPIE"
27572
27756
    KDE_USE_PIE="-pie"
27573
27757
  fi
27574
27758
 
29362
29546
do
29363
29547
  for j in jpeglib.h;
29364
29548
  do
29365
 
    echo "configure: 29365: $i/$j" >&5
 
29549
    echo "configure: 29549: $i/$j" >&5
29366
29550
    if test -r "$i/$j"; then
29367
29551
      echo "taking that" >&5
29368
29552
      jpeg_incdir=$i
29660
29844
do
29661
29845
  for j in $kde_qt_header;
29662
29846
  do
29663
 
    echo "configure: 29663: $i/$j" >&5
 
29847
    echo "configure: 29847: $i/$j" >&5
29664
29848
    if test -r "$i/$j"; then
29665
29849
      echo "taking that" >&5
29666
29850
      qt_incdir=$i
30496
30680
do
30497
30681
  for j in $kde_check_header;
30498
30682
  do
30499
 
    echo "configure: 30499: $i/$j" >&5
 
30683
    echo "configure: 30683: $i/$j" >&5
30500
30684
    if test -r "$i/$j"; then
30501
30685
      echo "taking that" >&5
30502
30686
      kde_incdir=$i
30526
30710
do
30527
30711
  for j in $kde_check_lib;
30528
30712
  do
30529
 
    echo "configure: 30529: $i/$j" >&5
 
30713
    echo "configure: 30713: $i/$j" >&5
30530
30714
    if test -r "$i/$j"; then
30531
30715
      echo "taking that" >&5
30532
30716
      kde_libdir=$i
30544
30728
do
30545
30729
  for j in "kde3/plugins/designer/kdewidgets.la";
30546
30730
  do
30547
 
    echo "configure: 30547: $i/$j" >&5
 
30731
    echo "configure: 30731: $i/$j" >&5
30548
30732
    if test -r "$i/$j"; then
30549
30733
      echo "taking that" >&5
30550
30734
      kde_widgetdir=$i
32067
32251
do
32068
32252
  for j in apps/ksgmltools2/customization/kde-chunk.xsl;
32069
32253
  do
32070
 
    echo "configure: 32070: $i/$j" >&5
 
32254
    echo "configure: 32254: $i/$j" >&5
32071
32255
    if test -r "$i/$j"; then
32072
32256
      echo "taking that" >&5
32073
32257
      KDE_XSL_STYLESHEET=$i
32250
32434
do
32251
32435
  for j in qsql.html;
32252
32436
  do
32253
 
    echo "configure: 32253: $i/$j" >&5
 
32437
    echo "configure: 32437: $i/$j" >&5
32254
32438
    if test -r "$i/$j"; then
32255
32439
      echo "taking that" >&5
32256
32440
      QTDOCDIR=$i
40866
41050
 
40867
41051
          ac_config_files="$ac_config_files po/et/Makefile"
40868
41052
 
 
41053
          ac_config_files="$ac_config_files po/eu/Makefile"
 
41054
 
40869
41055
          ac_config_files="$ac_config_files po/fi/Makefile"
40870
41056
 
40871
41057
          ac_config_files="$ac_config_files po/fr/Makefile"
40884
41070
 
40885
41071
          ac_config_files="$ac_config_files po/ja/Makefile"
40886
41072
 
 
41073
          ac_config_files="$ac_config_files po/km/Makefile"
 
41074
 
40887
41075
          ac_config_files="$ac_config_files po/lt/Makefile"
40888
41076
 
40889
41077
          ac_config_files="$ac_config_files po/mk/Makefile"
40890
41078
 
 
41079
          ac_config_files="$ac_config_files po/ms/Makefile"
 
41080
 
40891
41081
          ac_config_files="$ac_config_files po/mt/Makefile"
40892
41082
 
40893
41083
          ac_config_files="$ac_config_files po/nb/Makefile"
40922
41112
 
40923
41113
          ac_config_files="$ac_config_files po/tr/Makefile"
40924
41114
 
 
41115
          ac_config_files="$ac_config_files po/uk/Makefile"
 
41116
 
40925
41117
          ac_config_files="$ac_config_files po/zh_CN/Makefile"
40926
41118
 
40927
41119
cat >confcache <<\_ACEOF
41567
41759
  "po/en_GB/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/en_GB/Makefile" ;;
41568
41760
  "po/es/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/es/Makefile" ;;
41569
41761
  "po/et/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/et/Makefile" ;;
 
41762
  "po/eu/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/eu/Makefile" ;;
41570
41763
  "po/fi/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/fi/Makefile" ;;
41571
41764
  "po/fr/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/fr/Makefile" ;;
41572
41765
  "po/ga/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/ga/Makefile" ;;
41576
41769
  "po/is/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/is/Makefile" ;;
41577
41770
  "po/it/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/it/Makefile" ;;
41578
41771
  "po/ja/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/ja/Makefile" ;;
 
41772
  "po/km/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/km/Makefile" ;;
41579
41773
  "po/lt/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/lt/Makefile" ;;
41580
41774
  "po/mk/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/mk/Makefile" ;;
 
41775
  "po/ms/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/ms/Makefile" ;;
41581
41776
  "po/mt/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/mt/Makefile" ;;
41582
41777
  "po/nb/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/nb/Makefile" ;;
41583
41778
  "po/nl/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/nl/Makefile" ;;
41595
41790
  "po/sv/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/sv/Makefile" ;;
41596
41791
  "po/ta/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/ta/Makefile" ;;
41597
41792
  "po/tr/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/tr/Makefile" ;;
 
41793
  "po/uk/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/uk/Makefile" ;;
41598
41794
  "po/zh_CN/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/zh_CN/Makefile" ;;
41599
41795
  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
41600
41796
  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;