~ubuntu-branches/ubuntu/oneiric/xfce4-panel/oneiric

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2011-01-04 19:42:23 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110104194223-fuf883uda9kxvwn5
Tags: 4.7.7-0ubuntu1
* New upstream development release.
* debian/patches/abicheck.diff: dropped, included upstream.
* debian/xfce4-panel.shlibs: bumped to >= 4.7.7, because of some changes
  for external plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
 
# From configure.ac 0c012ca.
 
2
# From configure.ac aeb61ed.
3
3
# Guess values for system-dependent variables and create Makefiles.
4
 
# Generated by GNU Autoconf 2.68 for xfce4-panel 4.7.6.
 
4
# Generated by GNU Autoconf 2.68 for xfce4-panel 4.7.7.
5
5
#
6
6
# Report bugs to <http://bugzilla.xfce.org/>.
7
7
#
8
 
# Copyright (c) 2002 - 2010
 
8
# Copyright (c) 2002 - 2011
9
9
#         The Xfce development team. All rights reserved.
10
10
#
11
11
# Written for Xfce by Jasper Huijsmans <jasper@xfce.org>
577
577
# Identity of this package.
578
578
PACKAGE_NAME='xfce4-panel'
579
579
PACKAGE_TARNAME='xfce4-panel'
580
 
PACKAGE_VERSION='4.7.6'
581
 
PACKAGE_STRING='xfce4-panel 4.7.6'
 
580
PACKAGE_VERSION='4.7.7'
 
581
PACKAGE_STRING='xfce4-panel 4.7.7'
582
582
PACKAGE_BUGREPORT='http://bugzilla.xfce.org/'
583
583
PACKAGE_URL=''
584
584
 
1458
1458
  # Omit some internal or obsolete options to make the list less imposing.
1459
1459
  # This message is too long to be a string in the A/UX 3.1 sh.
1460
1460
  cat <<_ACEOF
1461
 
\`configure' configures xfce4-panel 4.7.6 to adapt to many kinds of systems.
 
1461
\`configure' configures xfce4-panel 4.7.7 to adapt to many kinds of systems.
1462
1462
 
1463
1463
Usage: $0 [OPTION]... [VAR=VALUE]...
1464
1464
 
1532
1532
 
1533
1533
if test -n "$ac_init_help"; then
1534
1534
  case $ac_init_help in
1535
 
     short | recursive ) echo "Configuration of xfce4-panel 4.7.6:";;
 
1535
     short | recursive ) echo "Configuration of xfce4-panel 4.7.7:";;
1536
1536
   esac
1537
1537
  cat <<\_ACEOF
1538
1538
 
1663
1663
test -n "$ac_init_help" && exit $ac_status
1664
1664
if $ac_init_version; then
1665
1665
  cat <<\_ACEOF
1666
 
xfce4-panel configure 4.7.6
 
1666
xfce4-panel configure 4.7.7
1667
1667
generated by GNU Autoconf 2.68
1668
1668
 
1669
1669
Copyright (C) 2010 Free Software Foundation, Inc.
1670
1670
This configure script is free software; the Free Software Foundation
1671
1671
gives unlimited permission to copy, distribute and modify it.
1672
1672
 
1673
 
Copyright (c) 2002 - 2010
 
1673
Copyright (c) 2002 - 2011
1674
1674
        The Xfce development team. All rights reserved.
1675
1675
 
1676
1676
Written for Xfce by Jasper Huijsmans <jasper@xfce.org>
2038
2038
This file contains any messages produced by compilers while
2039
2039
running configure, to aid debugging if configure makes a mistake.
2040
2040
 
2041
 
It was created by xfce4-panel $as_me 4.7.6, which was
 
2041
It was created by xfce4-panel $as_me 4.7.7, which was
2042
2042
generated by GNU Autoconf 2.68.  Invocation command line was
2043
2043
 
2044
2044
  $ $0 $@
2858
2858
 
2859
2859
# Define the identity of the package.
2860
2860
 PACKAGE='xfce4-panel'
2861
 
 VERSION='4.7.6'
 
2861
 VERSION='4.7.7'
2862
2862
 
2863
2863
 
2864
2864
cat >>confdefs.h <<_ACEOF
13065
13065
LIBXFCE4PANEL_VERINFO=3:0:0
13066
13066
 
13067
13067
 
13068
 
LIBXFCE4PANEL_VERSION=4.7.6
 
13068
LIBXFCE4PANEL_VERSION=4.7.7
13069
13069
LIBXFCE4PANEL_VERSION_API=1.0
13070
13070
LIBXFCE4PANEL_VERSION_MAJOR=4
13071
13071
LIBXFCE4PANEL_VERSION_MINOR=7
13072
 
LIBXFCE4PANEL_VERSION_MICRO=6
 
13072
LIBXFCE4PANEL_VERSION_MICRO=7
13073
13073
 
13074
13074
 
13075
13075
 
13189
13189
fi
13190
13190
 
13191
13191
for ac_header in stdlib.h unistd.h locale.h stdio.h errno.h time.h string.h \
13192
 
                  math.h sys/types.h sys/wait.h memory.h signal.h sys/prctl.h
 
13192
                  math.h sys/types.h sys/wait.h memory.h signal.h sys/prctl.h \
 
13193
                  libintl.h
13193
13194
do :
13194
13195
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13195
13196
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13202
13203
 
13203
13204
done
13204
13205
 
 
13206
for ac_func in bind_textdomain_codeset
 
13207
do :
 
13208
  ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
 
13209
if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then :
 
13210
  cat >>confdefs.h <<_ACEOF
 
13211
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
 
13212
_ACEOF
 
13213
 
 
13214
fi
 
13215
done
 
13216
 
13205
13217
 
13206
13218
 
13207
13219
    GETTEXT_PACKAGE=xfce4-panel
17937
17949
# report actual input values of CONFIG_FILES etc. instead of their
17938
17950
# values after options handling.
17939
17951
ac_log="
17940
 
This file was extended by xfce4-panel $as_me 4.7.6, which was
 
17952
This file was extended by xfce4-panel $as_me 4.7.7, which was
17941
17953
generated by GNU Autoconf 2.68.  Invocation command line was
17942
17954
 
17943
17955
  CONFIG_FILES    = $CONFIG_FILES
18003
18015
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18004
18016
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18005
18017
ac_cs_version="\\
18006
 
xfce4-panel config.status 4.7.6
 
18018
xfce4-panel config.status 4.7.7
18007
18019
configured by $0, generated by GNU Autoconf 2.68,
18008
18020
  with options \\"\$ac_cs_config\\"
18009
18021