~ubuntu-branches/ubuntu/feisty/xfce-mcs-plugins/feisty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-11-09 14:38:21 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20061109143821-afj4d44kjteo8olx
Tags: 4.3.99.2-0ubuntu1
New upstream release (4.4RC2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
 
# From configure.in Id: configure.in.in 23029 2006-09-02 15:17:38Z benny .
 
2
# From configure.in Id: configure.in.in 23731 2006-11-05 13:50:48Z benny .
3
3
# Guess values for system-dependent variables and create Makefiles.
4
 
# Generated by GNU Autoconf 2.59 for xfce-mcs-plugins 4.3.99.1.
 
4
# Generated by GNU Autoconf 2.59 for xfce-mcs-plugins 4.3.99.2.
5
5
#
6
6
# Report bugs to <xfce4-dev@xfce.org>.
7
7
#
431
431
# Identity of this package.
432
432
PACKAGE_NAME='xfce-mcs-plugins'
433
433
PACKAGE_TARNAME='xfce-mcs-plugins'
434
 
PACKAGE_VERSION='4.3.99.1'
435
 
PACKAGE_STRING='xfce-mcs-plugins 4.3.99.1'
 
434
PACKAGE_VERSION='4.3.99.2'
 
435
PACKAGE_STRING='xfce-mcs-plugins 4.3.99.2'
436
436
PACKAGE_BUGREPORT='xfce4-dev@xfce.org'
437
437
 
438
438
# Factoring default headers for most tests.
961
961
  # Omit some internal or obsolete options to make the list less imposing.
962
962
  # This message is too long to be a string in the A/UX 3.1 sh.
963
963
  cat <<_ACEOF
964
 
\`configure' configures xfce-mcs-plugins 4.3.99.1 to adapt to many kinds of systems.
 
964
\`configure' configures xfce-mcs-plugins 4.3.99.2 to adapt to many kinds of systems.
965
965
 
966
966
Usage: $0 [OPTION]... [VAR=VALUE]...
967
967
 
1031
1031
 
1032
1032
if test -n "$ac_init_help"; then
1033
1033
  case $ac_init_help in
1034
 
     short | recursive ) echo "Configuration of xfce-mcs-plugins 4.3.99.1:";;
 
1034
     short | recursive ) echo "Configuration of xfce-mcs-plugins 4.3.99.2:";;
1035
1035
   esac
1036
1036
  cat <<\_ACEOF
1037
1037
 
1060
1060
  --enable-debug=[no/minimum/yes/full]
1061
1061
                          Turn on debugging
1062
1062
                          [default=minimum]
 
1063
  --enable-debug=yes|no|full
 
1064
                          Build with debugging support
 
1065
  --disable-debug         Include no debugging support default
1063
1066
 
1064
1067
Optional Packages:
1065
1068
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1187
1190
test -n "$ac_init_help" && exit 0
1188
1191
if $ac_init_version; then
1189
1192
  cat <<\_ACEOF
1190
 
xfce-mcs-plugins configure 4.3.99.1
 
1193
xfce-mcs-plugins configure 4.3.99.2
1191
1194
generated by GNU Autoconf 2.59
1192
1195
 
1193
1196
Copyright (C) 2003 Free Software Foundation, Inc.
1208
1211
This file contains any messages produced by compilers while
1209
1212
running configure, to aid debugging if configure makes a mistake.
1210
1213
 
1211
 
It was created by xfce-mcs-plugins $as_me 4.3.99.1, which was
 
1214
It was created by xfce-mcs-plugins $as_me 4.3.99.2, which was
1212
1215
generated by GNU Autoconf 2.59.  Invocation command line was
1213
1216
 
1214
1217
  $ $0 $@
1854
1857
 
1855
1858
# Define the identity of the package.
1856
1859
 PACKAGE=xfce-mcs-plugins
1857
 
 VERSION=4.3.99.1
 
1860
 VERSION=4.3.99.2
1858
1861
 
1859
1862
 
1860
1863
cat >>confdefs.h <<_ACEOF
5772
5775
  ;;
5773
5776
*-*-irix6*)
5774
5777
  # Find out which ABI we are using.
5775
 
  echo '#line 5775 "configure"' > conftest.$ac_ext
 
5778
  echo '#line 5778 "configure"' > conftest.$ac_ext
5776
5779
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5777
5780
  (eval $ac_compile) 2>&5
5778
5781
  ac_status=$?
6871
6874
 
6872
6875
 
6873
6876
# Provide some information about the compiler.
6874
 
echo "$as_me:6874:" \
 
6877
echo "$as_me:6877:" \
6875
6878
     "checking for Fortran 77 compiler version" >&5
6876
6879
ac_compiler=`set X $ac_compile; echo $2`
6877
6880
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
7905
7908
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
7906
7909
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7907
7910
   -e 's:$: $lt_compiler_flag:'`
7908
 
   (eval echo "\"\$as_me:7908: $lt_compile\"" >&5)
 
7911
   (eval echo "\"\$as_me:7911: $lt_compile\"" >&5)
7909
7912
   (eval "$lt_compile" 2>conftest.err)
7910
7913
   ac_status=$?
7911
7914
   cat conftest.err >&5
7912
 
   echo "$as_me:7912: \$? = $ac_status" >&5
 
7915
   echo "$as_me:7915: \$? = $ac_status" >&5
7913
7916
   if (exit $ac_status) && test -s "$ac_outfile"; then
7914
7917
     # The compiler can only warn and ignore the option if not recognized
7915
7918
     # So say no if there are warnings
8138
8141
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
8139
8142
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8140
8143
   -e 's:$: $lt_compiler_flag:'`
8141
 
   (eval echo "\"\$as_me:8141: $lt_compile\"" >&5)
 
8144
   (eval echo "\"\$as_me:8144: $lt_compile\"" >&5)
8142
8145
   (eval "$lt_compile" 2>conftest.err)
8143
8146
   ac_status=$?
8144
8147
   cat conftest.err >&5
8145
 
   echo "$as_me:8145: \$? = $ac_status" >&5
 
8148
   echo "$as_me:8148: \$? = $ac_status" >&5
8146
8149
   if (exit $ac_status) && test -s "$ac_outfile"; then
8147
8150
     # The compiler can only warn and ignore the option if not recognized
8148
8151
     # So say no if there are warnings
8198
8201
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
8199
8202
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8200
8203
   -e 's:$: $lt_compiler_flag:'`
8201
 
   (eval echo "\"\$as_me:8201: $lt_compile\"" >&5)
 
8204
   (eval echo "\"\$as_me:8204: $lt_compile\"" >&5)
8202
8205
   (eval "$lt_compile" 2>out/conftest.err)
8203
8206
   ac_status=$?
8204
8207
   cat out/conftest.err >&5
8205
 
   echo "$as_me:8205: \$? = $ac_status" >&5
 
8208
   echo "$as_me:8208: \$? = $ac_status" >&5
8206
8209
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8207
8210
   then
8208
8211
     # The compiler can only warn and ignore the option if not recognized
9532
9535
  libsuff=
9533
9536
  case "$host_cpu" in
9534
9537
  x86_64*|s390x*|powerpc64*)
9535
 
    echo '#line 9535 "configure"' > conftest.$ac_ext
 
9538
    echo '#line 9538 "configure"' > conftest.$ac_ext
9536
9539
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9537
9540
  (eval $ac_compile) 2>&5
9538
9541
  ac_status=$?
10403
10406
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10404
10407
  lt_status=$lt_dlunknown
10405
10408
  cat > conftest.$ac_ext <<EOF
10406
 
#line 10406 "configure"
 
10409
#line 10409 "configure"
10407
10410
#include "confdefs.h"
10408
10411
 
10409
10412
#if HAVE_DLFCN_H
10501
10504
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10502
10505
  lt_status=$lt_dlunknown
10503
10506
  cat > conftest.$ac_ext <<EOF
10504
 
#line 10504 "configure"
 
10507
#line 10507 "configure"
10505
10508
#include "confdefs.h"
10506
10509
 
10507
10510
#if HAVE_DLFCN_H
12680
12683
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
12681
12684
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12682
12685
   -e 's:$: $lt_compiler_flag:'`
12683
 
   (eval echo "\"\$as_me:12683: $lt_compile\"" >&5)
 
12686
   (eval echo "\"\$as_me:12686: $lt_compile\"" >&5)
12684
12687
   (eval "$lt_compile" 2>conftest.err)
12685
12688
   ac_status=$?
12686
12689
   cat conftest.err >&5
12687
 
   echo "$as_me:12687: \$? = $ac_status" >&5
 
12690
   echo "$as_me:12690: \$? = $ac_status" >&5
12688
12691
   if (exit $ac_status) && test -s "$ac_outfile"; then
12689
12692
     # The compiler can only warn and ignore the option if not recognized
12690
12693
     # So say no if there are warnings
12740
12743
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
12741
12744
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12742
12745
   -e 's:$: $lt_compiler_flag:'`
12743
 
   (eval echo "\"\$as_me:12743: $lt_compile\"" >&5)
 
12746
   (eval echo "\"\$as_me:12746: $lt_compile\"" >&5)
12744
12747
   (eval "$lt_compile" 2>out/conftest.err)
12745
12748
   ac_status=$?
12746
12749
   cat out/conftest.err >&5
12747
 
   echo "$as_me:12747: \$? = $ac_status" >&5
 
12750
   echo "$as_me:12750: \$? = $ac_status" >&5
12748
12751
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
12749
12752
   then
12750
12753
     # The compiler can only warn and ignore the option if not recognized
13251
13254
  libsuff=
13252
13255
  case "$host_cpu" in
13253
13256
  x86_64*|s390x*|powerpc64*)
13254
 
    echo '#line 13254 "configure"' > conftest.$ac_ext
 
13257
    echo '#line 13257 "configure"' > conftest.$ac_ext
13255
13258
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13256
13259
  (eval $ac_compile) 2>&5
13257
13260
  ac_status=$?
14122
14125
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
14123
14126
  lt_status=$lt_dlunknown
14124
14127
  cat > conftest.$ac_ext <<EOF
14125
 
#line 14125 "configure"
 
14128
#line 14128 "configure"
14126
14129
#include "confdefs.h"
14127
14130
 
14128
14131
#if HAVE_DLFCN_H
14220
14223
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
14221
14224
  lt_status=$lt_dlunknown
14222
14225
  cat > conftest.$ac_ext <<EOF
14223
 
#line 14223 "configure"
 
14226
#line 14226 "configure"
14224
14227
#include "confdefs.h"
14225
14228
 
14226
14229
#if HAVE_DLFCN_H
15047
15050
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15048
15051
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15049
15052
   -e 's:$: $lt_compiler_flag:'`
15050
 
   (eval echo "\"\$as_me:15050: $lt_compile\"" >&5)
 
15053
   (eval echo "\"\$as_me:15053: $lt_compile\"" >&5)
15051
15054
   (eval "$lt_compile" 2>conftest.err)
15052
15055
   ac_status=$?
15053
15056
   cat conftest.err >&5
15054
 
   echo "$as_me:15054: \$? = $ac_status" >&5
 
15057
   echo "$as_me:15057: \$? = $ac_status" >&5
15055
15058
   if (exit $ac_status) && test -s "$ac_outfile"; then
15056
15059
     # The compiler can only warn and ignore the option if not recognized
15057
15060
     # So say no if there are warnings
15107
15110
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15108
15111
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15109
15112
   -e 's:$: $lt_compiler_flag:'`
15110
 
   (eval echo "\"\$as_me:15110: $lt_compile\"" >&5)
 
15113
   (eval echo "\"\$as_me:15113: $lt_compile\"" >&5)
15111
15114
   (eval "$lt_compile" 2>out/conftest.err)
15112
15115
   ac_status=$?
15113
15116
   cat out/conftest.err >&5
15114
 
   echo "$as_me:15114: \$? = $ac_status" >&5
 
15117
   echo "$as_me:15117: \$? = $ac_status" >&5
15115
15118
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15116
15119
   then
15117
15120
     # The compiler can only warn and ignore the option if not recognized
16421
16424
  libsuff=
16422
16425
  case "$host_cpu" in
16423
16426
  x86_64*|s390x*|powerpc64*)
16424
 
    echo '#line 16424 "configure"' > conftest.$ac_ext
 
16427
    echo '#line 16427 "configure"' > conftest.$ac_ext
16425
16428
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16426
16429
  (eval $ac_compile) 2>&5
16427
16430
  ac_status=$?
17162
17165
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
17163
17166
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17164
17167
   -e 's:$: $lt_compiler_flag:'`
17165
 
   (eval echo "\"\$as_me:17165: $lt_compile\"" >&5)
 
17168
   (eval echo "\"\$as_me:17168: $lt_compile\"" >&5)
17166
17169
   (eval "$lt_compile" 2>conftest.err)
17167
17170
   ac_status=$?
17168
17171
   cat conftest.err >&5
17169
 
   echo "$as_me:17169: \$? = $ac_status" >&5
 
17172
   echo "$as_me:17172: \$? = $ac_status" >&5
17170
17173
   if (exit $ac_status) && test -s "$ac_outfile"; then
17171
17174
     # The compiler can only warn and ignore the option if not recognized
17172
17175
     # So say no if there are warnings
17395
17398
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
17396
17399
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17397
17400
   -e 's:$: $lt_compiler_flag:'`
17398
 
   (eval echo "\"\$as_me:17398: $lt_compile\"" >&5)
 
17401
   (eval echo "\"\$as_me:17401: $lt_compile\"" >&5)
17399
17402
   (eval "$lt_compile" 2>conftest.err)
17400
17403
   ac_status=$?
17401
17404
   cat conftest.err >&5
17402
 
   echo "$as_me:17402: \$? = $ac_status" >&5
 
17405
   echo "$as_me:17405: \$? = $ac_status" >&5
17403
17406
   if (exit $ac_status) && test -s "$ac_outfile"; then
17404
17407
     # The compiler can only warn and ignore the option if not recognized
17405
17408
     # So say no if there are warnings
17455
17458
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
17456
17459
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17457
17460
   -e 's:$: $lt_compiler_flag:'`
17458
 
   (eval echo "\"\$as_me:17458: $lt_compile\"" >&5)
 
17461
   (eval echo "\"\$as_me:17461: $lt_compile\"" >&5)
17459
17462
   (eval "$lt_compile" 2>out/conftest.err)
17460
17463
   ac_status=$?
17461
17464
   cat out/conftest.err >&5
17462
 
   echo "$as_me:17462: \$? = $ac_status" >&5
 
17465
   echo "$as_me:17465: \$? = $ac_status" >&5
17463
17466
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17464
17467
   then
17465
17468
     # The compiler can only warn and ignore the option if not recognized
18789
18792
  libsuff=
18790
18793
  case "$host_cpu" in
18791
18794
  x86_64*|s390x*|powerpc64*)
18792
 
    echo '#line 18792 "configure"' > conftest.$ac_ext
 
18795
    echo '#line 18795 "configure"' > conftest.$ac_ext
18793
18796
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18794
18797
  (eval $ac_compile) 2>&5
18795
18798
  ac_status=$?
19660
19663
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
19661
19664
  lt_status=$lt_dlunknown
19662
19665
  cat > conftest.$ac_ext <<EOF
19663
 
#line 19663 "configure"
 
19666
#line 19666 "configure"
19664
19667
#include "confdefs.h"
19665
19668
 
19666
19669
#if HAVE_DLFCN_H
19758
19761
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
19759
19762
  lt_status=$lt_dlunknown
19760
19763
  cat > conftest.$ac_ext <<EOF
19761
 
#line 19761 "configure"
 
19764
#line 19764 "configure"
19762
19765
#include "confdefs.h"
19763
19766
 
19764
19767
#if HAVE_DLFCN_H
21201
21204
 
21202
21205
 
21203
21206
 
21204
 
    ALL_LINGUAS="ar az be bg bn_IN ca cs de el en_GB eo es es_MX et eu fa fi fr gl gu he hi hu it ja ka ko lt mr ms nl pa pl pt_BR pt_PT ro ru sk sv ta tr uk vi zh_CN zh_TW"
 
21207
    ALL_LINGUAS="ar az be bg bn_IN ca cs de dz el en_GB eo es es_MX et eu fa fi fr gl gu he hi hu it ja ka ko lt mr ms nl pa pl pt_BR pt_PT ro ru sk sv ta tr uk vi zh_CN zh_TW"
21205
21208
 
21206
21209
 
21207
21210
for ac_header in locale.h
24797
24800
  fi
24798
24801
 
24799
24802
 
24800
 
  echo "$as_me:$LINENO: checking for libxfcegui4-1.0 >= 4.3.99.1" >&5
24801
 
echo $ECHO_N "checking for libxfcegui4-1.0 >= 4.3.99.1... $ECHO_C" >&6
24802
 
  if $PKG_CONFIG "--atleast-version=4.3.99.1" "libxfcegui4-1.0" >/dev/null 2>&1; then
 
24803
  echo "$as_me:$LINENO: checking for libxfcegui4-1.0 >= 4.3.99.2" >&5
 
24804
echo $ECHO_N "checking for libxfcegui4-1.0 >= 4.3.99.2... $ECHO_C" >&6
 
24805
  if $PKG_CONFIG "--atleast-version=4.3.99.2" "libxfcegui4-1.0" >/dev/null 2>&1; then
24803
24806
    LIBXFCEGUI4_VERSION=`$PKG_CONFIG --modversion "libxfcegui4-1.0"`
24804
24807
    echo "$as_me:$LINENO: result: $LIBXFCEGUI4_VERSION" >&5
24805
24808
echo "${ECHO_T}$LIBXFCEGUI4_VERSION" >&6
24816
24819
    echo "$as_me:$LINENO: result: $LIBXFCEGUI4_LIBS" >&5
24817
24820
echo "${ECHO_T}$LIBXFCEGUI4_LIBS" >&6
24818
24821
 
24819
 
    LIBXFCEGUI4_REQUIRED_VERSION=4.3.99.1
 
24822
    LIBXFCEGUI4_REQUIRED_VERSION=4.3.99.2
24820
24823
 
24821
24824
 
24822
24825
 
24832
24835
 
24833
24836
      echo "*** The required package libxfcegui4-1.0 was found on your system,"
24834
24837
      echo "*** but the installed version ($xdt_cv_version) is too old."
24835
 
      echo "*** Please upgrade libxfcegui4-1.0 to atleast version 4.3.99.1, or adjust"
 
24838
      echo "*** Please upgrade libxfcegui4-1.0 to atleast version 4.3.99.2, or adjust"
24836
24839
      echo "*** the PKG_CONFIG_PATH environment variable if you installed"
24837
24840
      echo "*** the new version of the package in a nonstandard prefix so"
24838
24841
      echo "*** pkg-config is able to find it."
24844
24847
 
24845
24848
 
24846
24849
      echo "*** The required package libxfcegui4-1.0 was not found on your system."
24847
 
      echo "*** Please install libxfcegui4-1.0 (atleast version 4.3.99.1) or adjust"
 
24850
      echo "*** Please install libxfcegui4-1.0 (atleast version 4.3.99.2) or adjust"
24848
24851
      echo "*** the PKG_CONFIG_PATH environment variable if you"
24849
24852
      echo "*** installed the package in a nonstandard prefix so that"
24850
24853
      echo "*** pkg-config is able to find it."
24936
24939
  fi
24937
24940
 
24938
24941
 
24939
 
  echo "$as_me:$LINENO: checking for xfce-mcs-manager >= 4.3.99.1" >&5
24940
 
echo $ECHO_N "checking for xfce-mcs-manager >= 4.3.99.1... $ECHO_C" >&6
24941
 
  if $PKG_CONFIG "--atleast-version=4.3.99.1" "xfce-mcs-manager" >/dev/null 2>&1; then
 
24942
  echo "$as_me:$LINENO: checking for xfce-mcs-manager >= 4.3.99.2" >&5
 
24943
echo $ECHO_N "checking for xfce-mcs-manager >= 4.3.99.2... $ECHO_C" >&6
 
24944
  if $PKG_CONFIG "--atleast-version=4.3.99.2" "xfce-mcs-manager" >/dev/null 2>&1; then
24942
24945
    XFCE_MCS_MANAGER_VERSION=`$PKG_CONFIG --modversion "xfce-mcs-manager"`
24943
24946
    echo "$as_me:$LINENO: result: $XFCE_MCS_MANAGER_VERSION" >&5
24944
24947
echo "${ECHO_T}$XFCE_MCS_MANAGER_VERSION" >&6
24955
24958
    echo "$as_me:$LINENO: result: $XFCE_MCS_MANAGER_LIBS" >&5
24956
24959
echo "${ECHO_T}$XFCE_MCS_MANAGER_LIBS" >&6
24957
24960
 
24958
 
    XFCE_MCS_MANAGER_REQUIRED_VERSION=4.3.99.1
 
24961
    XFCE_MCS_MANAGER_REQUIRED_VERSION=4.3.99.2
24959
24962
 
24960
24963
 
24961
24964
 
24971
24974
 
24972
24975
      echo "*** The required package xfce-mcs-manager was found on your system,"
24973
24976
      echo "*** but the installed version ($xdt_cv_version) is too old."
24974
 
      echo "*** Please upgrade xfce-mcs-manager to atleast version 4.3.99.1, or adjust"
 
24977
      echo "*** Please upgrade xfce-mcs-manager to atleast version 4.3.99.2, or adjust"
24975
24978
      echo "*** the PKG_CONFIG_PATH environment variable if you installed"
24976
24979
      echo "*** the new version of the package in a nonstandard prefix so"
24977
24980
      echo "*** pkg-config is able to find it."
24983
24986
 
24984
24987
 
24985
24988
      echo "*** The required package xfce-mcs-manager was not found on your system."
24986
 
      echo "*** Please install xfce-mcs-manager (atleast version 4.3.99.1) or adjust"
 
24989
      echo "*** Please install xfce-mcs-manager (atleast version 4.3.99.2) or adjust"
24987
24990
      echo "*** the PKG_CONFIG_PATH environment variable if you"
24988
24991
      echo "*** installed the package in a nonstandard prefix so that"
24989
24992
      echo "*** pkg-config is able to find it."
25110
25113
echo "${ECHO_T}$PLATFORM_LDFLAGS" >&6
25111
25114
 
25112
25115
 
 
25116
 
 
25117
  # Check whether --enable-debug or --disable-debug was given.
 
25118
if test "${enable_debug+set}" = set; then
 
25119
  enableval="$enable_debug"
 
25120
 
 
25121
else
 
25122
  enable_debug=no
 
25123
fi;
 
25124
 
 
25125
  echo "$as_me:$LINENO: checking whether to build with debugging support" >&5
 
25126
echo $ECHO_N "checking whether to build with debugging support... $ECHO_C" >&6
 
25127
  if test x"$enable_debug" != x"no"; then
 
25128
 
 
25129
cat >>confdefs.h <<\_ACEOF
 
25130
#define DEBUG 1
 
25131
_ACEOF
 
25132
 
 
25133
 
 
25134
    if test x"$GCC" = x"yes"; then
 
25135
      xdt_cv_additional_CFLAGS="-Wall"
 
25136
    fi
 
25137
    xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -DXFCE_DISABLE_DEPRECATED"
 
25138
 
 
25139
    if test x"$enable_debug" = x"full"; then
 
25140
 
 
25141
cat >>confdefs.h <<\_ACEOF
 
25142
#define DEBUG_TRACE 1
 
25143
_ACEOF
 
25144
 
 
25145
      if test x"$GCC" = x"yes"; then
 
25146
        xdt_cv_additional_CFLAGS="-g3 -Werror $xdt_cv_additional_CFLAGS"
 
25147
      fi
 
25148
      echo "$as_me:$LINENO: result: full" >&5
 
25149
echo "${ECHO_T}full" >&6
 
25150
    else
 
25151
      if test x"$GCC" = x"yes"; then
 
25152
        xdt_cv_additional_CFLAGS="-g $xdt_cv_additional_CFLAGS"
 
25153
      fi
 
25154
      echo "$as_me:$LINENO: result: yes" >&5
 
25155
echo "${ECHO_T}yes" >&6
 
25156
    fi
 
25157
 
 
25158
    CFLAGS="$CFLAGS $xdt_cv_additional_CFLAGS"
 
25159
    CXXFLAGS="$CXXFLAGS $xdt_cv_additional_CFLAGS"
 
25160
  else
 
25161
    echo "$as_me:$LINENO: result: no" >&5
 
25162
echo "${ECHO_T}no" >&6
 
25163
  fi
 
25164
 
 
25165
 
25113
25166
                                                                                                                                                                                                                  ac_config_files="$ac_config_files Makefile doc/Makefile doc/C/Makefile doc/C/images/Makefile doc/fr/Makefile doc/fr/images/Makefile doc/it/Makefile doc/it/images/Makefile icons/Makefile icons/48x48/Makefile icons/scalable/Makefile po/Makefile.in plugins/Makefile plugins/display_plugin/Makefile plugins/gtk_common/Makefile plugins/fm_plugin/Makefile plugins/keyboard_plugin/Makefile plugins/mouse_plugin/Makefile plugins/screensaver_plugin/Makefile plugins/ui_plugin/Makefile xfce-mcs-plugins.spec"
25114
25167
cat >confcache <<\_ACEOF
25115
25168
# This file is a shell script that caches the results of configure
25522
25575
} >&5
25523
25576
cat >&5 <<_CSEOF
25524
25577
 
25525
 
This file was extended by xfce-mcs-plugins $as_me 4.3.99.1, which was
 
25578
This file was extended by xfce-mcs-plugins $as_me 4.3.99.2, which was
25526
25579
generated by GNU Autoconf 2.59.  Invocation command line was
25527
25580
 
25528
25581
  CONFIG_FILES    = $CONFIG_FILES
25585
25638
 
25586
25639
cat >>$CONFIG_STATUS <<_ACEOF
25587
25640
ac_cs_version="\\
25588
 
xfce-mcs-plugins config.status 4.3.99.1
 
25641
xfce-mcs-plugins config.status 4.3.99.2
25589
25642
configured by $0, generated by GNU Autoconf 2.59,
25590
25643
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
25591
25644