~ubuntu-branches/ubuntu/vivid/xfce4-panel/vivid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2011-02-27 00:55:05 UTC
  • mfrom: (4.1.4 experimental)
  • Revision ID: james.westby@ubuntu.com-20110227005505-i405gx4j4d1s0tjg
Tags: 4.8.2-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
 
# From configure.ac e8b5b84.
 
2
# From configure.ac 3c00ffe.
3
3
# Guess values for system-dependent variables and create Makefiles.
4
 
# Generated by GNU Autoconf 2.68 for xfce4-panel 4.8.1.
 
4
# Generated by GNU Autoconf 2.68 for xfce4-panel 4.8.2.
5
5
#
6
6
# Report bugs to <http://bugzilla.xfce.org/>.
7
7
#
577
577
# Identity of this package.
578
578
PACKAGE_NAME='xfce4-panel'
579
579
PACKAGE_TARNAME='xfce4-panel'
580
 
PACKAGE_VERSION='4.8.1'
581
 
PACKAGE_STRING='xfce4-panel 4.8.1'
 
580
PACKAGE_VERSION='4.8.2'
 
581
PACKAGE_STRING='xfce4-panel 4.8.2'
582
582
PACKAGE_BUGREPORT='http://bugzilla.xfce.org/'
583
583
PACKAGE_URL=''
584
584
 
811
811
LDFLAGS
812
812
CFLAGS
813
813
CC
 
814
HELPER_PATH_PREFIX
814
815
AM_BACKSLASH
815
816
AM_DEFAULT_VERBOSITY
816
817
MAINT
882
883
enable_option_checking
883
884
enable_maintainer_mode
884
885
enable_silent_rules
 
886
with_helper_path_prefix
885
887
enable_dependency_tracking
886
888
with_gnu_ld
887
889
enable_nls
1458
1460
  # Omit some internal or obsolete options to make the list less imposing.
1459
1461
  # This message is too long to be a string in the A/UX 3.1 sh.
1460
1462
  cat <<_ACEOF
1461
 
\`configure' configures xfce4-panel 4.8.1 to adapt to many kinds of systems.
 
1463
\`configure' configures xfce4-panel 4.8.2 to adapt to many kinds of systems.
1462
1464
 
1463
1465
Usage: $0 [OPTION]... [VAR=VALUE]...
1464
1466
 
1532
1534
 
1533
1535
if test -n "$ac_init_help"; then
1534
1536
  case $ac_init_help in
1535
 
     short | recursive ) echo "Configuration of xfce4-panel 4.8.1:";;
 
1537
     short | recursive ) echo "Configuration of xfce4-panel 4.8.2:";;
1536
1538
   esac
1537
1539
  cat <<\_ACEOF
1538
1540
 
1570
1572
Optional Packages:
1571
1573
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1572
1574
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
 
1575
  --with-helper-path-prefix=PATH
 
1576
                          Path prefix under which helper executables will be
 
1577
                          installed (default: $libdir)
1573
1578
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1574
1579
  --with-pic              try to use only PIC/non-PIC objects [default=use
1575
1580
                          both]
1663
1668
test -n "$ac_init_help" && exit $ac_status
1664
1669
if $ac_init_version; then
1665
1670
  cat <<\_ACEOF
1666
 
xfce4-panel configure 4.8.1
 
1671
xfce4-panel configure 4.8.2
1667
1672
generated by GNU Autoconf 2.68
1668
1673
 
1669
1674
Copyright (C) 2010 Free Software Foundation, Inc.
2038
2043
This file contains any messages produced by compilers while
2039
2044
running configure, to aid debugging if configure makes a mistake.
2040
2045
 
2041
 
It was created by xfce4-panel $as_me 4.8.1, which was
 
2046
It was created by xfce4-panel $as_me 4.8.2, which was
2042
2047
generated by GNU Autoconf 2.68.  Invocation command line was
2043
2048
 
2044
2049
  $ $0 $@
2858
2863
 
2859
2864
# Define the identity of the package.
2860
2865
 PACKAGE='xfce4-panel'
2861
 
 VERSION='4.8.1'
 
2866
 VERSION='4.8.2'
2862
2867
 
2863
2868
 
2864
2869
cat >>confdefs.h <<_ACEOF
3015
3020
AM_BACKSLASH='\'
3016
3021
 
3017
3022
 
 
3023
 
 
3024
# Check whether --with-helper-path-prefix was given.
 
3025
if test "${with_helper_path_prefix+set}" = set; then :
 
3026
  withval=$with_helper_path_prefix; HELPER_PATH_PREFIX="$withval"
 
3027
else
 
3028
  HELPER_PATH_PREFIX="$libdir"
 
3029
fi
 
3030
 
 
3031
 
 
3032
 
3018
3033
DEPDIR="${am__leading_dot}deps"
3019
3034
 
3020
3035
ac_config_commands="$ac_config_commands depfiles"
13065
13080
LIBXFCE4PANEL_VERINFO=3:0:0
13066
13081
 
13067
13082
 
13068
 
LIBXFCE4PANEL_VERSION=4.8.1
 
13083
LIBXFCE4PANEL_VERSION=4.8.2
13069
13084
LIBXFCE4PANEL_VERSION_API=1.0
13070
13085
LIBXFCE4PANEL_VERSION_MAJOR=4
13071
13086
LIBXFCE4PANEL_VERSION_MINOR=8
13072
 
LIBXFCE4PANEL_VERSION_MICRO=1
 
13087
LIBXFCE4PANEL_VERSION_MICRO=2
13073
13088
 
13074
13089
 
13075
13090
 
17949
17964
# report actual input values of CONFIG_FILES etc. instead of their
17950
17965
# values after options handling.
17951
17966
ac_log="
17952
 
This file was extended by xfce4-panel $as_me 4.8.1, which was
 
17967
This file was extended by xfce4-panel $as_me 4.8.2, which was
17953
17968
generated by GNU Autoconf 2.68.  Invocation command line was
17954
17969
 
17955
17970
  CONFIG_FILES    = $CONFIG_FILES
18015
18030
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18016
18031
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18017
18032
ac_cs_version="\\
18018
 
xfce4-panel config.status 4.8.1
 
18033
xfce4-panel config.status 4.8.2
18019
18034
configured by $0, generated by GNU Autoconf 2.68,
18020
18035
  with options \\"\$ac_cs_config\\"
18021
18036