~ubuntu-branches/ubuntu/precise/xfwm4/precise-updates

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-04 15:17:29 UTC
  • mfrom: (1.1.26 upstream)
  • Revision ID: james.westby@ubuntu.com-20101204151729-h9n8i0zeqr23ujtx
Tags: 4.7.2-0ubuntu1
* New upstream development release.
* Resync packaging with pkg-xfce svn: drop patch included upstream, drop
  unused overrides from debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.68 for xfwm4 4.7.1.
 
3
# Generated by GNU Autoconf 2.68 for xfwm4 4.7.2.
4
4
#
5
5
# Report bugs to <xfce4-dev@xfce.org>.
6
6
#
575
575
# Identity of this package.
576
576
PACKAGE_NAME='xfwm4'
577
577
PACKAGE_TARNAME='xfwm4'
578
 
PACKAGE_VERSION='4.7.1'
579
 
PACKAGE_STRING='xfwm4 4.7.1'
 
578
PACKAGE_VERSION='4.7.2'
 
579
PACKAGE_STRING='xfwm4 4.7.2'
580
580
PACKAGE_BUGREPORT='xfce4-dev@xfce.org'
581
581
PACKAGE_URL=''
582
582
 
778
778
LDFLAGS
779
779
CFLAGS
780
780
CC
 
781
AM_BACKSLASH
 
782
AM_DEFAULT_VERBOSITY
781
783
MAINT
782
784
MAINTAINER_MODE_FALSE
783
785
MAINTAINER_MODE_TRUE
846
848
ac_user_opts='
847
849
enable_option_checking
848
850
enable_maintainer_mode
 
851
enable_silent_rules
849
852
enable_dependency_tracking
850
853
enable_nls
851
854
enable_shared
1425
1428
  # Omit some internal or obsolete options to make the list less imposing.
1426
1429
  # This message is too long to be a string in the A/UX 3.1 sh.
1427
1430
  cat <<_ACEOF
1428
 
\`configure' configures xfwm4 4.7.1 to adapt to many kinds of systems.
 
1431
\`configure' configures xfwm4 4.7.2 to adapt to many kinds of systems.
1429
1432
 
1430
1433
Usage: $0 [OPTION]... [VAR=VALUE]...
1431
1434
 
1499
1502
 
1500
1503
if test -n "$ac_init_help"; then
1501
1504
  case $ac_init_help in
1502
 
     short | recursive ) echo "Configuration of xfwm4 4.7.1:";;
 
1505
     short | recursive ) echo "Configuration of xfwm4 4.7.2:";;
1503
1506
   esac
1504
1507
  cat <<\_ACEOF
1505
1508
 
1509
1512
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1510
1513
  --enable-maintainer-mode  enable make rules and dependencies not useful
1511
1514
                          (and sometimes confusing) to the casual installer
 
1515
  --enable-silent-rules          less verbose build output (undo: `make V=1')
 
1516
  --disable-silent-rules         verbose build output (undo: `make V=0')
1512
1517
  --disable-dependency-tracking  speeds up one-time build
1513
1518
  --enable-dependency-tracking   do not reject slow dependency extractors
1514
1519
  --disable-nls           do not use Native Language Support
1639
1644
test -n "$ac_init_help" && exit $ac_status
1640
1645
if $ac_init_version; then
1641
1646
  cat <<\_ACEOF
1642
 
xfwm4 configure 4.7.1
 
1647
xfwm4 configure 4.7.2
1643
1648
generated by GNU Autoconf 2.68
1644
1649
 
1645
1650
Copyright (C) 2010 Free Software Foundation, Inc.
2013
2018
This file contains any messages produced by compilers while
2014
2019
running configure, to aid debugging if configure makes a mistake.
2015
2020
 
2016
 
It was created by xfwm4 $as_me 4.7.1, which was
 
2021
It was created by xfwm4 $as_me 4.7.2, which was
2017
2022
generated by GNU Autoconf 2.68.  Invocation command line was
2018
2023
 
2019
2024
  $ $0 $@
2828
2833
 
2829
2834
# Define the identity of the package.
2830
2835
 PACKAGE=xfwm4
2831
 
 VERSION=4.7.1
 
2836
 VERSION=4.7.2
2832
2837
 
2833
2838
 
2834
2839
cat >>confdefs.h <<_ACEOF
2891
2896
 
2892
2897
# Define the identity of the package.
2893
2898
 PACKAGE='xfwm4'
2894
 
 VERSION='4.7.1'
 
2899
 VERSION='4.7.2'
2895
2900
 
2896
2901
 
2897
2902
cat >>confdefs.h <<_ACEOF
3038
3043
  MAINT=$MAINTAINER_MODE_TRUE
3039
3044
 
3040
3045
 
 
3046
# Check whether --enable-silent-rules was given.
 
3047
if test "${enable_silent_rules+set}" = set; then :
 
3048
  enableval=$enable_silent_rules;
 
3049
fi
 
3050
 
 
3051
case $enable_silent_rules in
 
3052
yes) AM_DEFAULT_VERBOSITY=0;;
 
3053
no)  AM_DEFAULT_VERBOSITY=1;;
 
3054
*)   AM_DEFAULT_VERBOSITY=0;;
 
3055
esac
 
3056
AM_BACKSLASH='\'
 
3057
 
3041
3058
 
3042
3059
DEPDIR="${am__leading_dot}deps"
3043
3060
 
15153
15170
  fi
15154
15171
 
15155
15172
 
15156
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk+-2.0 >= 2.10.0" >&5
15157
 
$as_echo_n "checking for gtk+-2.0 >= 2.10.0... " >&6; }
15158
 
  if $PKG_CONFIG "--atleast-version=2.10.0" "gtk+-2.0" >/dev/null 2>&1; then
 
15173
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk+-2.0 >= 2.14.0" >&5
 
15174
$as_echo_n "checking for gtk+-2.0 >= 2.14.0... " >&6; }
 
15175
  if $PKG_CONFIG "--atleast-version=2.14.0" "gtk+-2.0" >/dev/null 2>&1; then
15159
15176
    GTK_VERSION=`$PKG_CONFIG --modversion "gtk+-2.0"`
15160
15177
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_VERSION" >&5
15161
15178
$as_echo "$GTK_VERSION" >&6; }
15172
15189
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_LIBS" >&5
15173
15190
$as_echo "$GTK_LIBS" >&6; }
15174
15191
 
15175
 
    GTK_REQUIRED_VERSION=2.10.0
 
15192
    GTK_REQUIRED_VERSION=2.14.0
15176
15193
 
15177
15194
 
15178
15195
 
15188
15205
 
15189
15206
      echo "*** The required package gtk+-2.0 was found on your system,"
15190
15207
      echo "*** but the installed version ($xdt_cv_version) is too old."
15191
 
      echo "*** Please upgrade gtk+-2.0 to atleast version 2.10.0, or adjust"
 
15208
      echo "*** Please upgrade gtk+-2.0 to atleast version 2.14.0, or adjust"
15192
15209
      echo "*** the PKG_CONFIG_PATH environment variable if you installed"
15193
15210
      echo "*** the new version of the package in a nonstandard prefix so"
15194
15211
      echo "*** pkg-config is able to find it."
15200
15217
 
15201
15218
 
15202
15219
      echo "*** The required package gtk+-2.0 was not found on your system."
15203
 
      echo "*** Please install gtk+-2.0 (atleast version 2.10.0) or adjust"
 
15220
      echo "*** Please install gtk+-2.0 (atleast version 2.14.0) or adjust"
15204
15221
      echo "*** the PKG_CONFIG_PATH environment variable if you"
15205
15222
      echo "*** installed the package in a nonstandard prefix so that"
15206
15223
      echo "*** pkg-config is able to find it."
15429
15446
  fi
15430
15447
 
15431
15448
 
15432
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxfce4ui-1 >= 4.7.4" >&5
15433
 
$as_echo_n "checking for libxfce4ui-1 >= 4.7.4... " >&6; }
15434
 
  if $PKG_CONFIG "--atleast-version=4.7.4" "libxfce4ui-1" >/dev/null 2>&1; then
 
15449
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxfce4ui-1 >= 4.7.5" >&5
 
15450
$as_echo_n "checking for libxfce4ui-1 >= 4.7.5... " >&6; }
 
15451
  if $PKG_CONFIG "--atleast-version=4.7.5" "libxfce4ui-1" >/dev/null 2>&1; then
15435
15452
    LIBXFCE4UI_VERSION=`$PKG_CONFIG --modversion "libxfce4ui-1"`
15436
15453
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UI_VERSION" >&5
15437
15454
$as_echo "$LIBXFCE4UI_VERSION" >&6; }
15448
15465
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UI_LIBS" >&5
15449
15466
$as_echo "$LIBXFCE4UI_LIBS" >&6; }
15450
15467
 
15451
 
    LIBXFCE4UI_REQUIRED_VERSION=4.7.4
 
15468
    LIBXFCE4UI_REQUIRED_VERSION=4.7.5
15452
15469
 
15453
15470
 
15454
15471
 
15464
15481
 
15465
15482
      echo "*** The required package libxfce4ui-1 was found on your system,"
15466
15483
      echo "*** but the installed version ($xdt_cv_version) is too old."
15467
 
      echo "*** Please upgrade libxfce4ui-1 to atleast version 4.7.4, or adjust"
 
15484
      echo "*** Please upgrade libxfce4ui-1 to atleast version 4.7.5, or adjust"
15468
15485
      echo "*** the PKG_CONFIG_PATH environment variable if you installed"
15469
15486
      echo "*** the new version of the package in a nonstandard prefix so"
15470
15487
      echo "*** pkg-config is able to find it."
15476
15493
 
15477
15494
 
15478
15495
      echo "*** The required package libxfce4ui-1 was not found on your system."
15479
 
      echo "*** Please install libxfce4ui-1 (atleast version 4.7.4) or adjust"
 
15496
      echo "*** Please install libxfce4ui-1 (atleast version 4.7.5) or adjust"
15480
15497
      echo "*** the PKG_CONFIG_PATH environment variable if you"
15481
15498
      echo "*** installed the package in a nonstandard prefix so that"
15482
15499
      echo "*** pkg-config is able to find it."
17138
17155
 
17139
17156
 
17140
17157
REVISION=unknown
17141
 
if test x"ff5332c" != x""; then
17142
 
    REVISION=ff5332c
 
17158
if test x"72e4216" != x""; then
 
17159
    REVISION=72e4216
17143
17160
fi
17144
17161
 
17145
17162
cat >>confdefs.h <<_ACEOF
17724
17741
# report actual input values of CONFIG_FILES etc. instead of their
17725
17742
# values after options handling.
17726
17743
ac_log="
17727
 
This file was extended by xfwm4 $as_me 4.7.1, which was
 
17744
This file was extended by xfwm4 $as_me 4.7.2, which was
17728
17745
generated by GNU Autoconf 2.68.  Invocation command line was
17729
17746
 
17730
17747
  CONFIG_FILES    = $CONFIG_FILES
17790
17807
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17791
17808
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17792
17809
ac_cs_version="\\
17793
 
xfwm4 config.status 4.7.1
 
17810
xfwm4 config.status 4.7.2
17794
17811
configured by $0, generated by GNU Autoconf 2.68,
17795
17812
  with options \\"\$ac_cs_config\\"
17796
17813