Which Pattern to apply ? Can Pattern can be applied .. ?

Hi All,
I have base class "BaseClassA" which do all my basic validation of a function. There are approx 10 validations are there.
Now my issue is that I need to add New Validation to the BaseClassA, how ever, I dont want to touch the "BaseClassA" code, as it my new validations is case-by-case, not mandatory like what 10 validations of current BasicClass.
My BasicClass constructor currently calls the all 10 validations now ..
Can I apply any particular pattern for the case ? Or just a subclass strategy will done ?
Can any one comment/suggest on the same
Thanks n Advance
Abhilash

Hi,
Thanks for that quick response.
My BasicClass has got all validations calls in single method, .i,e it cheques for Zero amount , max limit etc ..
if(amount >0 ) {return false;}
if(amount >Limit ) {return false;}
Now in between these 10 validations, as case need my validation to be done as 3rd or 4th .. so it is a Insert one more validation as required.. so a small catch here ..
Else as you have suggested was the simplest approach ..
Regards
Abhi

Similar Messages

  • How can i view and apply new custom patterns without going to preset manager? i had this facility but have now lost it

    how can i view and apply new custom patterns without going to preset manager? i had this facility but have now lost it.  i design patterns but am fairly new to photoshop. i used to be able to click on the drop down menu in patterns in the 'fill' box but cannot now do this.  have i inadvertently clicked on something to turn this facility off?  i now have to go to 'preset manager' and manually move my new design to the first box and click 'done' so that i can use it.

    Which version of photoshop are you using?
    After you define a custom pattern it should be added to the bottom of whatever patterns are already loaded.
    For example, if you define a custom pattern and then go to Edit>Fill>Pattern, the newly defined pattern should have been added to the existing loaded patterns.

  • How can I apply a pattern above a color fill?

    Hello, I'd like to apply a pattern above a color fill, at the moment I apply the color fill, then I convert it to a smart object and apply the pattern, this because if I apply pattern and color fill, the color fill goes above the pattern covering it.
    There is a way for skip this procedure and apply the pattern above without smart objects?
    Thank you.

    Try this i am sure it will help you to achive the goal
    From your Layer Style -> Select Color overlay, then Change the Blend mode to "overlay"
    after that Select Pattern and it should work .
    here is the screenshots

  • I have downloaded a pattern from the web but can't locate it on my iPad. Help please

    I have downloaded a pattern from the web but can't locate it on my iPad. Help please

    http://www.lionbrand.com/cgi-bin/lionbrand/sendtoafriend.cgi
    I downloaded the pattern from this site.

  • Can I use differnet patterns for a "digital pattern match start trigger"

    Hello,
    Currently I would like use different patterns for a trigger the PCIe-6537 board to start capture data, for example, two patterns: 1101 and 1100 in digital IO lines line0:3, whenever one of this two pattern happens, start capture.
    It seems like "digital pattern match" in DAQmx trigger can use one pattern only.
    thanks!

    Hi tt_ni,
    Pattern I/O only allows the acquisition
    based off of one pattern. This is a “limitation” of the hardware based on the
    registers being set a certain way and monitoring a change from that. You could
    add external circuitry to OR your patterns and based the pattern I/O off of the
    output of that external circuitry. The other option is to look at an FPGA
    option.
    Mark E.
    Precision DC Product Support Engineer
    National Instruments
    Digital Multimeters (DMMs) and LCR Meters
    Programmable Power Supplies and Source Measure Units

  • Looking for book: Applied Java Patterns 2.0

    Hi there,
    I've heard of a Design Patterns book with the following information:
    Name: "Applied Java Patterns 2.0"
    Author: Stephen A Stelting
    ISBN: 0131858432
    Publisher: Prentice Hall PTR - 2006-01-31
    However, I cannot find it anywhere (yeap, is not in amazon either).
    Has anyone ever seen this book?
    Thanks.

    Whenever there's a book I can't find at Amazon.com I try Barnes & Noble. Or if Amazon has trouble getting it and eventually cancels my order I've reordered it from Barnes & Noble. Their prices aren't as good as Amazon's but they're better for getting the harder to get books.
    And they have this book.

  • Drivers - Can you do both "Apply Driver Package" and "Auto Apply Device Drivers - PNP" in the same Task Seqeunce ?

    Hi All,
    It has been mentioned to be that it is possible to have both "Apply Driver Package" and "Auto Apply Device Drivers - PNP' " specified in the same task sequence, with some kind of logic specified that if the Apply Driver Package step does
    not run due to the hardware wmi query not being valid then the 'Apply Device Drivers -PNP' will run instead. Vice-versa - if the "Apply Driver Package" wmi query is correct and driver package applied then the 'Auto Apply Device Drivers -PNP'
    will not run and be skipped.
    Is this possible ?
    I can't seem to find any documentation or reference indication this can be done. :-(
    Many thanks everyone..

    To add some info here, note that the end result of both tasks is the same. Neither actually *installs* drivers in any way. Both simply copy the drivers to the target system and inject them into the image being deployed where they are then available to Windows
    Setup (which runs during the Setup Windows and ConfigMgr task) to install based upon the Windows Setup standard PNP detection.
    Thus, using both task types, depending upon what is in the driver packages and what is detected by the OSD PNP detection (which differs slightly from the OS PNP which is far more complex and has been described as a "black art"), potentially injects
    more drivers into the image potentially making more drivers available to Windows Setup. This could of course increase your deployment time.
    I've thought about this approach before and it is technically valid, but I've never had to resort to it. I've always just made sure that the drivers packages are complete. If you're trying to address the scenario of hardware without a explicit driver package,
    I could see it working but I could also see it causing problems because drivers are weird. In general, I would recommend always testing new hardware and anything not accounted for is considered unsupported.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • [Solved] Developer supplied me a patch, but I can't seem to apply it

    Hello,
    I wanted to make xfce4-indicator-plugin work with the new branch of libindicator, so I emailed the developer on this issue. He supplied me with a patch, but I can't seem to apply it. I customized the xfce4-indicator-plugin PKGBUILD to grab the latest version and apply the patch, but I get the following error:
    ==> Starting build()...
    can't find file to patch at input line 11
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |From 68b8d6ab2ff0a4e39836a8c3d5f391b745eb5354 Mon Sep 17 00:00:00 2001
    |From: Mark Trompell <[email protected]>
    |Date: Fri, 09 Sep 2011 07:45:25 +0000
    |Subject: allow building with indicator-0.4
    |
    |---
    |diff --git a/configure.in.in b/configure.in.in
    |index e0913ba..107ae55 100644
    |--- a/configure.in.in
    |+++ b/configure.in.in
    File to patch:
    When I put in configure.in (which I think I need) I get the error that I need to install the older libindicator. Now, either the patch is wrong (which I doubt) or I'm patching the wrong file... Can you help me? The developer hasn't answered my email that I sent a week ago now, so I thought I'd ask here. Here's my PKGBUILD:
    pkgname=xfce4-indicator-plugin
    pkgver=0.3.1
    _pkgbranch=3.0
    pkgrel=1
    pkgdesc="Display indicators in the xfce4 panel"
    arch=(i686 x86_64)
    license=('LGPL2.1')
    url="http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin"
    groups=('xfce4-goodies')
    depends=('xfce4-panel' 'libxfce4util' 'libindicator')
    makedepends=('intltool' 'xfce4-dev-tools')
    options=('!libtool')
    source=(http://archive.xfce.org/src/panel-plugins/$pkgname/$_pkgbranch/$pkgname-$pkgver.tar.bz2
    libindicator-fix.patch)
    build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    patch -Np0 -i "${srcdir}/libindicator-fix.patch"
    ./configure --prefix=/usr \
    --sysconfdir=/etc \
    --libexecdir=/usr/lib \
    --localstatedir=/var \
    --disable-static \
    --disable-debug
    make
    package() {
    cd ${srcdir}/${pkgname}-${pkgver}
    make DESTDIR=${pkgdir} install
    md5sums=('c4940695e412f7bac0fdb46be22ab5f2'
    'ab714e4bcf5d113f87647ecd20bd88f4')
    EDIT: and here's the patch:
    From 68b8d6ab2ff0a4e39836a8c3d5f391b745eb5354 Mon Sep 17 00:00:00 2001
    From: Mark Trompell <[email protected]>
    Date: Fri, 09 Sep 2011 07:45:25 +0000
    Subject: allow building with indicator-0.4
    diff --git a/configure.in.in b/configure.in.in
    index e0913ba..107ae55 100644
    --- a/configure.in.in
    +++ b/configure.in.in
    @@ -67,7 +67,7 @@ dnl ***********************************
    XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
    XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.2])
    XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.2])
    -XDT_CHECK_PACKAGE([INDICATOR], [indicator], [0.3.0])
    +XDT_CHECK_PACKAGE([INDICATOR], [indicator], [0.3.0], [], [XDT_CHECK_PACKAGE([INDICATOR], [indicator-0.4], [0.3.90])])
    dnl ***********************************
    dnl *** Check for debugging support ***
    cgit
    Last edited by Unia (2011-09-13 18:32:08)

    There you go:
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    It was created by xfce4-indicator-plugin configure 0.3.1, which was
    generated by GNU Autoconf 2.68. Invocation command line was
    $ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --disable-static --disable-debug
    ## Platform. ##
    hostname = lappy
    uname -m = x86_64
    uname -r = 3.0-ARCH
    uname -s = Linux
    uname -v = #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011
    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown
    /bin/arch = x86_64
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /home/jente/bin
    PATH: /usr/local/bin
    PATH: /usr/bin
    PATH: /bin
    PATH: /usr/local/sbin
    PATH: /usr/sbin
    PATH: /sbin
    PATH: /opt/java/jre/bin
    PATH: /usr/bin/core_perl
    ## Core tests. ##
    configure:2320: checking build system type
    configure:2334: result: x86_64-unknown-linux-gnu
    configure:2354: checking host system type
    configure:2367: result: x86_64-unknown-linux-gnu
    configure:2387: checking target system type
    configure:2400: result: x86_64-unknown-linux-gnu
    configure:2444: checking for a BSD-compatible install
    configure:2512: result: /bin/install -c
    configure:2523: checking whether build environment is sane
    configure:2573: result: yes
    configure:2714: checking for a thread-safe mkdir -p
    configure:2753: result: /bin/mkdir -p
    configure:2766: checking for gawk
    configure:2782: found /usr/bin/gawk
    configure:2793: result: gawk
    configure:2804: checking whether make sets $(MAKE)
    configure:2826: result: yes
    configure:2901: checking how to create a ustar tar archive
    configure:2914: tar --version
    tar (GNU tar) 1.26
    Copyright (C) 2011 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.
    Written by John Gilmore and Jay Fenlason.
    configure:2917: $? = 0
    configure:2957: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
    configure:2960: $? = 0
    configure:2964: tar -xf - <conftest.tar
    configure:2967: $? = 0
    configure:2980: result: gnutar
    configure:2990: checking whether to enable maintainer-specific portions of Makefiles
    configure:2999: result: no
    configure:3061: checking for gcc
    configure:3077: found /usr/bin/gcc
    configure:3088: result: gcc
    configure:3317: checking for C compiler version
    configure:3326: gcc --version >&5
    gcc (GCC) 4.6.1 20110819 (prerelease)
    Copyright (C) 2011 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    configure:3337: $? = 0
    configure:3326: gcc -v >&5
    Using built-in specs.
    COLLECT_GCC=gcc
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/lto-wrapper
    Target: x86_64-unknown-linux-gnu
    Configured with: /build/src/gcc-4.6-20110819/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --disable-multilib --disable-libssp --disable-libstdcxx-pch --enable-checking=release
    Thread model: posix
    gcc version 4.6.1 20110819 (prerelease) (GCC)
    configure:3337: $? = 0
    configure:3326: gcc -V >&5
    gcc: error: unrecognized option '-V'
    gcc: fatal error: no input files
    compilation terminated.
    configure:3337: $? = 1
    configure:3326: gcc -qversion >&5
    gcc: error: unrecognized option '-qversion'
    gcc: fatal error: no input files
    compilation terminated.
    configure:3337: $? = 1
    configure:3357: checking whether the C compiler works
    configure:3379: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    configure:3383: $? = 0
    configure:3431: result: yes
    configure:3434: checking for C compiler default output file name
    configure:3436: result: a.out
    configure:3442: checking for suffix of executables
    configure:3449: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    configure:3453: $? = 0
    configure:3475: result:
    configure:3497: checking whether we are cross compiling
    configure:3505: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    configure:3509: $? = 0
    configure:3516: ./conftest
    configure:3520: $? = 0
    configure:3535: result: no
    configure:3540: checking for suffix of object files
    configure:3562: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:3566: $? = 0
    configure:3587: result: o
    configure:3591: checking whether we are using the GNU C compiler
    configure:3610: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:3610: $? = 0
    configure:3619: result: yes
    configure:3628: checking whether gcc accepts -g
    configure:3648: gcc -c -g conftest.c >&5
    configure:3648: $? = 0
    configure:3689: result: yes
    configure:3706: checking for gcc option to accept ISO C89
    configure:3770: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:3770: $? = 0
    configure:3783: result: none needed
    configure:3814: checking for style of include used by make
    configure:3842: result: GNU
    configure:3867: checking dependency style of gcc
    configure:3977: result: gcc3
    configure:3992: checking for a sed that does not truncate output
    configure:4056: result: /bin/sed
    configure:4074: checking for grep that handles long lines and -e
    configure:4132: result: /bin/grep
    configure:4137: checking for egrep
    configure:4199: result: /bin/grep -E
    configure:4204: checking for fgrep
    configure:4266: result: /bin/grep -F
    configure:4293: checking how to print strings
    configure:4320: result: printf
    configure:4353: checking for ld used by gcc
    configure:4420: result: /usr/bin/ld
    configure:4427: checking if the linker (/usr/bin/ld) is GNU ld
    configure:4442: result: yes
    configure:4497: checking for BSD- or MS-compatible name lister (nm)
    configure:4546: result: /usr/bin/nm -B
    configure:4676: checking the name lister (/usr/bin/nm -B) interface
    configure:4683: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:4686: /usr/bin/nm -B "conftest.o"
    configure:4689: output
    0000000000000000 B some_variable
    configure:4696: result: BSD nm
    configure:4699: checking whether ln -s works
    configure:4703: result: yes
    configure:4711: checking the maximum length of command line arguments
    configure:4836: result: 1572864
    configure:4853: checking whether the shell understands some XSI constructs
    configure:4863: result: yes
    configure:4867: checking whether the shell understands "+="
    configure:4873: result: yes
    configure:4908: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
    configure:4948: result: func_convert_file_noop
    configure:4955: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
    configure:4975: result: func_convert_file_noop
    configure:4982: checking for /usr/bin/ld option to reload object files
    configure:4989: result: -r
    configure:5063: checking for objdump
    configure:5079: found /usr/bin/objdump
    configure:5090: result: objdump
    configure:5122: checking how to recognize dependent libraries
    configure:5324: result: pass_all
    configure:5409: checking for dlltool
    configure:5439: result: no
    configure:5469: checking how to associate runtime and link libraries
    configure:5496: result: printf %s\n
    configure:5557: checking for ar
    configure:5573: found /usr/bin/ar
    configure:5584: result: ar
    configure:5621: checking for archiver @FILE support
    configure:5638: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:5638: $? = 0
    configure:5641: ar cru libconftest.a @conftest.lst >&5
    configure:5644: $? = 0
    configure:5649: ar cru libconftest.a @conftest.lst >&5
    ar: conftest.o: No such file or directory
    configure:5652: $? = 1
    configure:5664: result: @
    configure:5722: checking for strip
    configure:5738: found /usr/bin/strip
    configure:5749: result: strip
    configure:5821: checking for ranlib
    configure:5837: found /usr/bin/ranlib
    configure:5848: result: ranlib
    configure:5950: checking command to parse /usr/bin/nm -B output from gcc object
    configure:6069: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:6072: $? = 0
    configure:6076: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
    configure:6079: $? = 0
    configure:6145: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c conftstm.o >&5
    configure:6148: $? = 0
    configure:6186: result: ok
    configure:6223: checking for sysroot
    configure:6253: result: no
    configure:6330: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:6333: $? = 0
    configure:6496: checking for mt
    configure:6526: result: no
    configure:6546: checking if : is a manifest tool
    configure:6552: : '-?'
    configure:6560: result: no
    configure:7192: checking how to run the C preprocessor
    configure:7223: gcc -E conftest.c
    configure:7223: $? = 0
    configure:7237: gcc -E conftest.c
    conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
    compilation terminated.
    configure:7237: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "xfce4-indicator-plugin"
    | #define PACKAGE_TARNAME "xfce4-indicator-plugin"
    | #define PACKAGE_VERSION "0.3.1"
    | #define PACKAGE_STRING "xfce4-indicator-plugin 0.3.1"
    | #define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/"
    | #define PACKAGE_URL ""
    | #define PACKAGE "xfce4-indicator-plugin"
    | #define VERSION "0.3.1"
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:7262: result: gcc -E
    configure:7282: gcc -E conftest.c
    configure:7282: $? = 0
    configure:7296: gcc -E conftest.c
    conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
    compilation terminated.
    configure:7296: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "xfce4-indicator-plugin"
    | #define PACKAGE_TARNAME "xfce4-indicator-plugin"
    | #define PACKAGE_VERSION "0.3.1"
    | #define PACKAGE_STRING "xfce4-indicator-plugin 0.3.1"
    | #define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/"
    | #define PACKAGE_URL ""
    | #define PACKAGE "xfce4-indicator-plugin"
    | #define VERSION "0.3.1"
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:7325: checking for ANSI C header files
    configure:7345: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:7345: $? = 0
    configure:7418: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    configure:7418: $? = 0
    configure:7418: ./conftest
    configure:7418: $? = 0
    configure:7429: result: yes
    configure:7442: checking for sys/types.h
    configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:7442: $? = 0
    configure:7442: result: yes
    configure:7442: checking for sys/stat.h
    configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:7442: $? = 0
    configure:7442: result: yes
    configure:7442: checking for stdlib.h
    configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:7442: $? = 0
    configure:7442: result: yes
    configure:7442: checking for string.h
    configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:7442: $? = 0
    configure:7442: result: yes
    configure:7442: checking for memory.h
    configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:7442: $? = 0
    configure:7442: result: yes
    configure:7442: checking for strings.h
    configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:7442: $? = 0
    configure:7442: result: yes
    configure:7442: checking for inttypes.h
    configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:7442: $? = 0
    configure:7442: result: yes
    configure:7442: checking for stdint.h
    configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:7442: $? = 0
    configure:7442: result: yes
    configure:7442: checking for unistd.h
    configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:7442: $? = 0
    configure:7442: result: yes
    configure:7456: checking for dlfcn.h
    configure:7456: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:7456: $? = 0
    configure:7456: result: yes
    configure:7643: checking for objdir
    configure:7658: result: .libs
    configure:7925: checking if gcc supports -fno-rtti -fno-exceptions
    configure:7943: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5
    cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
    configure:7947: $? = 0
    configure:7960: result: no
    configure:8270: checking for gcc option to produce PIC
    configure:8277: result: -fPIC -DPIC
    configure:8285: checking if gcc PIC flag -fPIC -DPIC works
    configure:8303: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
    configure:8307: $? = 0
    configure:8320: result: yes
    configure:8349: checking if gcc static flag -static works
    configure:8377: result: yes
    configure:8392: checking if gcc supports -c -o file.o
    configure:8413: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
    configure:8417: $? = 0
    configure:8439: result: yes
    configure:8447: checking if gcc supports -c -o file.o
    configure:8494: result: yes
    configure:8527: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
    configure:9685: result: yes
    configure:9722: checking whether -lc should be explicitly linked in
    configure:9730: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:9733: $? = 0
    configure:9748: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
    configure:9751: $? = 0
    configure:9765: result: no
    configure:9930: checking dynamic linker characteristics
    configure:10444: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -Wl,-rpath -Wl,/foo conftest.c >&5
    configure:10444: $? = 0
    configure:10670: result: GNU/Linux ld.so
    configure:10777: checking how to hardcode library paths into programs
    configure:10802: result: immediate
    configure:11342: checking whether stripping libraries is possible
    configure:11347: result: yes
    configure:11382: checking if libtool supports shared libraries
    configure:11384: result: yes
    configure:11387: checking whether to build shared libraries
    configure:11408: result: yes
    configure:11411: checking whether to build static libraries
    configure:11415: result: no
    configure:11451: checking whether NLS is requested
    configure:11460: result: yes
    configure:11490: checking for intltool-update
    configure:11508: found /usr/bin/intltool-update
    configure:11520: result: /usr/bin/intltool-update
    configure:11530: checking for intltool-merge
    configure:11548: found /usr/bin/intltool-merge
    configure:11560: result: /usr/bin/intltool-merge
    configure:11570: checking for intltool-extract
    configure:11588: found /usr/bin/intltool-extract
    configure:11600: result: /usr/bin/intltool-extract
    configure:11731: checking for xgettext
    configure:11749: found /usr/bin/xgettext
    configure:11761: result: /usr/bin/xgettext
    configure:11771: checking for msgmerge
    configure:11789: found /usr/bin/msgmerge
    configure:11801: result: /usr/bin/msgmerge
    configure:11811: checking for msgfmt
    configure:11829: found /usr/bin/msgfmt
    configure:11841: result: /usr/bin/msgfmt
    configure:11851: checking for gmsgfmt
    configure:11882: result: /usr/bin/msgfmt
    configure:11902: checking for perl
    configure:11920: found /usr/bin/perl
    configure:11932: result: /usr/bin/perl
    configure:11943: checking for perl >= 5.8.1
    configure:11950: result: 5.14.1
    configure:11954: checking for XML::Parser
    configure:11957: result: ok
    configure:11982: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    configure:11982: $? = 0
    configure:12013: checking math.h usability
    configure:12013: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:12013: $? = 0
    configure:12013: result: yes
    configure:12013: checking math.h presence
    configure:12013: gcc -E conftest.c
    configure:12013: $? = 0
    configure:12013: result: yes
    configure:12013: checking for math.h
    configure:12013: result: yes
    configure:12013: checking for memory.h
    configure:12013: result: yes
    configure:12013: checking for stdlib.h
    configure:12013: result: yes
    configure:12013: checking for string.h
    configure:12013: result: yes
    configure:12013: checking for sys/stat.h
    configure:12013: result: yes
    configure:12013: checking sys/time.h usability
    configure:12013: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:12013: $? = 0
    configure:12013: result: yes
    configure:12013: checking sys/time.h presence
    configure:12013: gcc -E conftest.c
    configure:12013: $? = 0
    configure:12013: result: yes
    configure:12013: checking for sys/time.h
    configure:12013: result: yes
    configure:12013: checking time.h usability
    configure:12013: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:12013: $? = 0
    configure:12013: result: yes
    configure:12013: checking time.h presence
    configure:12013: gcc -E conftest.c
    configure:12013: $? = 0
    configure:12013: result: yes
    configure:12013: checking for time.h
    configure:12013: result: yes
    configure:12027: checking for dummy
    configure:12027: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    /tmp/ccuoh8EG.o: In function `main':
    conftest.c:(.text.startup+0x7): undefined reference to `dummy'
    collect2: ld returned 1 exit status
    configure:12027: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "xfce4-indicator-plugin"
    | #define PACKAGE_TARNAME "xfce4-indicator-plugin"
    | #define PACKAGE_VERSION "0.3.1"
    | #define PACKAGE_STRING "xfce4-indicator-plugin 0.3.1"
    | #define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/"
    | #define PACKAGE_URL ""
    | #define PACKAGE "xfce4-indicator-plugin"
    | #define VERSION "0.3.1"
    | #define STDC_HEADERS 1
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STRINGS_H 1
    | #define HAVE_INTTYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_UNISTD_H 1
    | #define HAVE_DLFCN_H 1
    | #define LT_OBJDIR ".libs/"
    | #define HAVE_MATH_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_TIME_H 1
    | /* end confdefs.h. */
    | /* Define dummy to an innocuous variant, in case <limits.h> declares dummy.
    | For example, HP-UX 11i <limits.h> declares gettimeofday. */
    | #define dummy innocuous_dummy
    |
    | /* System header to define __stub macros and hopefully few prototypes,
    | which can conflict with char dummy (); below.
    | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    | <limits.h> exists even on freestanding compilers. */
    |
    | #ifdef __STDC__
    | # include <limits.h>
    | #else
    | # include <assert.h>
    | #endif
    |
    | #undef dummy
    |
    | /* Override any GCC internal prototype to avoid an error.
    | Use char because int might match the return type of a GCC
    | builtin and then its argument prototype would still apply. */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char dummy ();
    | /* The GNU C library defines this for functions which it implements
    | to always fail with ENOSYS. Some functions are actually named
    | something starting with __ and the normal name is an alias. */
    | #if defined __stub_dummy || defined __stub___dummy
    | choke me
    | #endif
    |
    | int
    | main ()
    | {
    | return dummy ();
    | ;
    | return 0;
    | }
    configure:12027: result: no
    configure:12027: checking for perl
    configure:12027: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    /tmp/cctkv6BN.o: In function `main':
    conftest.c:(.text.startup+0x7): undefined reference to `perl'
    collect2: ld returned 1 exit status
    configure:12027: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "xfce4-indicator-plugin"
    | #define PACKAGE_TARNAME "xfce4-indicator-plugin"
    | #define PACKAGE_VERSION "0.3.1"
    | #define PACKAGE_STRING "xfce4-indicator-plugin 0.3.1"
    | #define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/"
    | #define PACKAGE_URL ""
    | #define PACKAGE "xfce4-indicator-plugin"
    | #define VERSION "0.3.1"
    | #define STDC_HEADERS 1
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STRINGS_H 1
    | #define HAVE_INTTYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_UNISTD_H 1
    | #define HAVE_DLFCN_H 1
    | #define LT_OBJDIR ".libs/"
    | #define HAVE_MATH_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_TIME_H 1
    | /* end confdefs.h. */
    | /* Define perl to an innocuous variant, in case <limits.h> declares perl.
    | For example, HP-UX 11i <limits.h> declares gettimeofday. */
    | #define perl innocuous_perl
    |
    | /* System header to define __stub macros and hopefully few prototypes,
    | which can conflict with char perl (); below.
    | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    | <limits.h> exists even on freestanding compilers. */
    |
    | #ifdef __STDC__
    | # include <limits.h>
    | #else
    | # include <assert.h>
    | #endif
    |
    | #undef perl
    |
    | /* Override any GCC internal prototype to avoid an error.
    | Use char because int might match the return type of a GCC
    | builtin and then its argument prototype would still apply. */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char perl ();
    | /* The GNU C library defines this for functions which it implements
    | to always fail with ENOSYS. Some functions are actually named
    | something starting with __ and the normal name is an alias. */
    | #if defined __stub_perl || defined __stub___perl
    | choke me
    | #endif
    |
    | int
    | main ()
    | {
    | return perl ();
    | ;
    | return 0;
    | }
    configure:12027: result: no
    configure:12050: checking locale.h usability
    configure:12050: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:12050: $? = 0
    configure:12050: result: yes
    configure:12050: checking locale.h presence
    configure:12050: gcc -E conftest.c
    configure:12050: $? = 0
    configure:12050: result: yes
    configure:12050: checking for locale.h
    configure:12050: result: yes
    configure:12061: checking for LC_MESSAGES
    configure:12077: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    configure:12077: $? = 0
    configure:12085: result: yes
    configure:12102: checking libintl.h usability
    configure:12102: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
    configure:12102: $? = 0
    configure:12102: result: yes
    configure:12102: checking libintl.h presence
    configure:12102: gcc -E conftest.c
    configure:12102: $? = 0
    configure:12102: result: yes
    configure:12102: checking for libintl.h
    configure:12102: result: yes
    configure:12110: checking for ngettext in libc
    configure:12128: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    configure:12128: $? = 0
    configure:12137: result: yes
    configure:12141: checking for dgettext in libc
    configure:12159: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    configure:12159: $? = 0
    configure:12168: result: yes
    configure:12175: checking for bind_textdomain_codeset
    configure:12175: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    configure:12175: $? = 0
    configure:12175: result: yes
    configure:12451: checking for msgfmt
    configure:12478: result: /usr/bin/msgfmt
    configure:12489: checking for dcgettext
    configure:12489: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    conftest.c:58:6: warning: conflicting types for built-in function 'dcgettext' [enabled by default]
    configure:12489: $? = 0
    configure:12489: result: yes
    configure:12499: checking if msgfmt accepts -c
    configure:12514: $MSGFMT -c -o /dev/null conftest.foo
    configure:12517: $? = 0
    configure:12519: result: yes
    configure:12529: checking for gmsgfmt
    configure:12560: result: /usr/bin/msgfmt
    configure:12570: checking for xgettext
    configure:12597: result: /usr/bin/xgettext
    configure:12616: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    configure:12616: $? = 0
    configure:12694: checking for catalogs to be installed
    configure:12719: result: da de eu fr hr id it nl pl pt_BR ro ru ug uk zh_CN
    configure:12752: checking for bind_textdomain_codeset
    configure:12752: result: yes
    configure:12758: checking for locales directory
    configure:12774: result: ${datarootdir}/locale
    configure:12778: checking for additional xgettext flags
    configure:12786: result: --keyword=Q_ --from-code=UTF-8
    configure:12790: checking for X
    configure:12898: gcc -E conftest.c
    configure:12898: $? = 0
    configure:12929: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lX11 >&5
    configure:12929: $? = 0
    configure:12979: result: libraries , headers
    configure:13078: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lX11 >&5
    configure:13078: $? = 0
    configure:13176: checking for gethostbyname
    configure:13176: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    configure:13176: $? = 0
    configure:13176: result: yes
    configure:13273: checking for connect
    configure:13273: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    configure:13273: $? = 0
    configure:13273: result: yes
    configure:13322: checking for remove
    configure:13322: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    configure:13322: $? = 0
    configure:13322: result: yes
    configure:13371: checking for shmat
    configure:13371: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
    configure:13371: $? = 0
    configure:13371: result: yes
    configure:13429: checking for IceConnectionNumber in -lICE
    configure:13454: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lICE >&5
    configure:13454: $? = 0
    configure:13463: result: yes
    configure:13478: checking for main in -lX11
    configure:13497: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lX11 -lSM -lICE >&5
    configure:13497: $? = 0
    configure:13506: result: yes
    configure:13555: checking for pkg-config
    configure:13573: found /usr/bin/pkg-config
    configure:13586: result: /usr/bin/pkg-config
    configure:13608: checking for pkg-config >= 0.9.0
    configure:13612: result: 0.26
    configure:13629: checking for gtk+-2.0 >= 2.6.0
    configure:13633: result: 2.24.6
    configure:13636: checking GTK_CFLAGS
    configure:13639: result: -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14
    configure:13642: checking GTK_LIBS
    configure:13645: result: -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
    configure:13767: checking for libxfce4util-1.0 >= 4.3.99.2
    configure:13771: result: 4.8.1
    configure:13774: checking LIBXFCE4UTIL_CFLAGS
    configure:13777: result: -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    configure:13780: checking LIBXFCE4UTIL_LIBS
    configure:13783: result: -lxfce4util -lglib-2.0
    configure:13905: checking for libxfce4panel-1.0 >= 4.3.99.2
    configure:13909: result: 4.8.5
    configure:13912: checking LIBXFCE4PANEL_CFLAGS
    configure:13915: result: -pthread -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/xfce4 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14
    configure:13918: checking LIBXFCE4PANEL_LIBS
    configure:13921: result: -Wl,--export-dynamic -pthread -lxfce4panel-1.0 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
    configure:14043: checking for indicator >= 0.3.0
    configure:14085: result: not found
    ## Cache variables. ##
    ac_cv_build=x86_64-unknown-linux-gnu
    ac_cv_c_compiler_gnu=yes
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_LDFLAGS_set=set
    ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_XMKMF_set=
    ac_cv_env_XMKMF_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_func_bind_textdomain_codeset=yes
    ac_cv_func_connect=yes
    ac_cv_func_dcgettext=yes
    ac_cv_func_dummy=no
    ac_cv_func_gethostbyname=yes
    ac_cv_func_perl=no
    ac_cv_func_remove=yes
    ac_cv_func_shmat=yes
    ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
    ac_cv_header_dlfcn_h=yes
    ac_cv_header_inttypes_h=yes
    ac_cv_header_libintl_h=yes
    ac_cv_header_locale_h=yes
    ac_cv_header_math_h=yes
    ac_cv_header_memory_h=yes
    ac_cv_header_stdc=yes
    ac_cv_header_stdint_h=yes
    ac_cv_header_stdlib_h=yes
    ac_cv_header_string_h=yes
    ac_cv_header_strings_h=yes
    ac_cv_header_sys_stat_h=yes
    ac_cv_header_sys_time_h=yes
    ac_cv_header_sys_types_h=yes
    ac_cv_header_time_h=yes
    ac_cv_header_unistd_h=yes
    ac_cv_host=x86_64-unknown-linux-gnu
    ac_cv_lib_ICE_IceConnectionNumber=yes
    ac_cv_lib_X11_main=yes
    ac_cv_objext=o
    ac_cv_path_EGREP='/bin/grep -E'
    ac_cv_path_FGREP='/bin/grep -F'
    ac_cv_path_GMSGFMT=/usr/bin/msgfmt
    ac_cv_path_GREP=/bin/grep
    ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract
    ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge
    ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
    ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update
    ac_cv_path_MSGFMT=/usr/bin/msgfmt
    ac_cv_path_MSGMERGE=/usr/bin/msgmerge
    ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
    ac_cv_path_SED=/bin/sed
    ac_cv_path_XGETTEXT=/usr/bin/xgettext
    ac_cv_path_install='/bin/install -c'
    ac_cv_path_mkdir=/bin/mkdir
    ac_cv_prog_AWK=gawk
    ac_cv_prog_CPP='gcc -E'
    ac_cv_prog_ac_ct_AR=ar
    ac_cv_prog_ac_ct_CC=gcc
    ac_cv_prog_ac_ct_OBJDUMP=objdump
    ac_cv_prog_ac_ct_RANLIB=ranlib
    ac_cv_prog_ac_ct_STRIP=strip
    ac_cv_prog_cc_c89=
    ac_cv_prog_cc_g=yes
    ac_cv_prog_make_make_set=yes
    ac_cv_target=x86_64-unknown-linux-gnu
    am_cv_CC_dependencies_compiler_type=gcc3
    am_cv_prog_tar_ustar=gnutar
    am_cv_val_LC_MESSAGES=yes
    gt_cv_func_dgettext_libc=yes
    gt_cv_func_dgettext_libintl=no
    gt_cv_func_ngettext_libc=yes
    gt_cv_have_gettext=yes
    lt_cv_ar_at_file=@
    lt_cv_archive_cmds_need_lc=no
    lt_cv_deplibs_check_method=pass_all
    lt_cv_file_magic_cmd='$MAGIC_CMD'
    lt_cv_file_magic_test_file=
    lt_cv_ld_reload_flag=-r
    lt_cv_nm_interface='BSD nm'
    lt_cv_objdir=.libs
    lt_cv_path_LD=/usr/bin/ld
    lt_cv_path_NM='/usr/bin/nm -B'
    lt_cv_path_mainfest_tool=no
    lt_cv_prog_compiler_c_o=yes
    lt_cv_prog_compiler_pic='-fPIC -DPIC'
    lt_cv_prog_compiler_pic_works=yes
    lt_cv_prog_compiler_rtti_exceptions=no
    lt_cv_prog_compiler_static_works=yes
    lt_cv_prog_gnu_ld=yes
    lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
    lt_cv_shlibpath_overrides_runpath=no
    lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
    lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
    lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
    lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
    lt_cv_sys_max_cmd_len=1572864
    lt_cv_to_host_file_cmd=func_convert_file_noop
    lt_cv_to_tool_file_cmd=func_convert_file_noop
    xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
    xdt_cv_PKG_CONFIG_VERSION=0.26
    ## Output variables. ##
    ACLOCAL='${SHELL} /home/jente/packages/arch/xfce4-indicator-plugin/src/xfce4-indicator-plugin-0.3.1/missing --run aclocal-1.11'
    ALL_LINGUAS='da de eu fr hr id it nl pl pt_BR ro ru ug uk zh_CN '
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='${SHELL} /home/jente/packages/arch/xfce4-indicator-plugin/src/xfce4-indicator-plugin-0.3.1/missing --run tar'
    AR='ar'
    AUTOCONF='${SHELL} /home/jente/packages/arch/xfce4-indicator-plugin/src/xfce4-indicator-plugin-0.3.1/missing --run autoconf'
    AUTOHEADER='${SHELL} /home/jente/packages/arch/xfce4-indicator-plugin/src/xfce4-indicator-plugin-0.3.1/missing --run autoheader'
    AUTOMAKE='${SHELL} /home/jente/packages/arch/xfce4-indicator-plugin/src/xfce4-indicator-plugin-0.3.1/missing --run automake-1.11'
    AWK='gawk'
    CATALOGS=' da.gmo de.gmo eu.gmo fr.gmo hr.gmo id.gmo it.gmo nl.gmo pl.gmo pt_BR.gmo ro.gmo ru.gmo ug.gmo uk.gmo zh_CN.gmo'
    CATOBJEXT='.gmo'
    CC='gcc'
    CCDEPMODE='depmode=gcc3'
    CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
    CPP='gcc -E'
    CPPFLAGS=''
    CYGPATH_W='echo'
    DATADIRNAME='share'
    DEFS=''
    DEPDIR='.deps'
    DLLTOOL='false'
    DSYMUTIL=''
    DUMPBIN=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP='/bin/grep -E'
    EXEEXT=''
    FGREP='/bin/grep -F'
    GETTEXT_PACKAGE='xfce4-indicator-plugin'
    GMOFILES=' da.gmo de.gmo eu.gmo fr.gmo hr.gmo id.gmo it.gmo nl.gmo pl.gmo pt_BR.gmo ro.gmo ru.gmo ug.gmo uk.gmo zh_CN.gmo'
    GMSGFMT='/usr/bin/msgfmt'
    GREP='/bin/grep'
    GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 '
    GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
    GTK_REQUIRED_VERSION='2.6.0'
    GTK_VERSION='2.24.6'
    INDICATORDIR=''
    INDICATORICONSDIR=''
    INDICATOR_CFLAGS=''
    INDICATOR_LIBS=''
    INDICATOR_REQUIRED_VERSION=''
    INDICATOR_VERSION=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
    INSTOBJEXT='.mo'
    INTLLIBS=''
    INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    INTLTOOL_EXTRACT='/usr/bin/intltool-extract'
    INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    INTLTOOL_MERGE='/usr/bin/intltool-merge'
    INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
    INTLTOOL_PERL='/usr/bin/perl'
    INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    INTLTOOL_UPDATE='/usr/bin/intltool-update'
    INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
    INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
    LD='/usr/bin/ld -m elf_x86_64'
    LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu'
    LIBOBJS=''
    LIBS=''
    LIBTOOL='$(SHELL) $(top_builddir)/libtool'
    LIBX11_CFLAGS=''
    LIBX11_LDFLAGS=''
    LIBX11_LIBS=' -lSM -lICE -lX11'
    LIBXFCE4PANEL_CFLAGS='-pthread -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/xfce4 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 '
    LIBXFCE4PANEL_LIBS='-Wl,--export-dynamic -pthread -lxfce4panel-1.0 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
    LIBXFCE4PANEL_REQUIRED_VERSION='4.3.99.2'
    LIBXFCE4PANEL_VERSION='4.8.5'
    LIBXFCE4UTIL_CFLAGS='-I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
    LIBXFCE4UTIL_LIBS='-lxfce4util -lglib-2.0 '
    LIBXFCE4UTIL_REQUIRED_VERSION='4.3.99.2'
    LIBXFCE4UTIL_VERSION='4.8.1'
    LIPO=''
    LN_S='ln -s'
    LTLIBOBJS=''
    MAINT='#'
    MAINTAINER_MODE_FALSE=''
    MAINTAINER_MODE_TRUE='#'
    MAKEINFO='${SHELL} /home/jente/packages/arch/xfce4-indicator-plugin/src/xfce4-indicator-plugin-0.3.1/missing --run makeinfo'
    MANIFEST_TOOL=':'
    MKDIR_P='/bin/mkdir -p'
    MKINSTALLDIRS='./mkinstalldirs'
    MSGFMT='/usr/bin/msgfmt'
    MSGFMT_OPTS='-c'
    MSGMERGE='/usr/bin/msgmerge'
    NM='/usr/bin/nm -B'
    NMEDIT=''
    OBJDUMP='objdump'
    OBJEXT='o'
    OTOOL64=''
    OTOOL=''
    PACKAGE='xfce4-indicator-plugin'
    PACKAGE_BUGREPORT='http://bugzilla.xfce.org/'
    PACKAGE_NAME='xfce4-indicator-plugin'
    PACKAGE_STRING='xfce4-indicator-plugin 0.3.1'
    PACKAGE_TARNAME='xfce4-indicator-plugin'
    PACKAGE_URL=''
    PACKAGE_VERSION='0.3.1'
    PATH_SEPARATOR=':'
    PKG_CONFIG='/usr/bin/pkg-config'
    PLATFORM_CFLAGS=''
    PLATFORM_CPPFLAGS=''
    PLATFORM_LDFLAGS=''
    POFILES=' da.po de.po eu.po fr.po hr.po id.po it.po nl.po pl.po pt_BR.po ro.po ru.po ug.po uk.po zh_CN.po'
    POSUB='po'
    PO_IN_DATADIR_FALSE=''
    PO_IN_DATADIR_TRUE=''
    RANLIB='ranlib'
    SED='/bin/sed'
    SET_MAKE=''
    SHELL='/bin/sh'
    STRIP='strip'
    USE_NLS='yes'
    VERSION='0.3.1'
    XGETTEXT='/usr/bin/xgettext'
    XGETTEXT_ARGS='--keyword=Q_ --from-code=UTF-8'
    XMKMF=''
    X_CFLAGS=''
    X_EXTRA_LIBS=''
    X_LIBS=''
    X_PRE_LIBS=' -lSM -lICE'
    ac_ct_AR='ar'
    ac_ct_CC='gcc'
    ac_ct_DUMPBIN=''
    am__EXEEXT_FALSE=''
    am__EXEEXT_TRUE=''
    am__fastdepCC_FALSE='#'
    am__fastdepCC_TRUE=''
    am__include='include'
    am__isrc=''
    am__leading_dot='.'
    am__quote=''
    am__tar='tar --format=ustar -chf - "$$tardir"'
    am__untar='tar -xf -'
    bindir='${exec_prefix}/bin'
    build='x86_64-unknown-linux-gnu'
    build_alias=''
    build_cpu='x86_64'
    build_os='linux-gnu'
    build_vendor='unknown'
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    host='x86_64-unknown-linux-gnu'
    host_alias=''
    host_cpu='x86_64'
    host_os='linux-gnu'
    host_vendor='unknown'
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh='${SHELL} /home/jente/packages/arch/xfce4-indicator-plugin/src/xfce4-indicator-plugin-0.3.1/install-sh'
    libdir='${exec_prefix}/lib'
    libexecdir='/usr/lib'
    localedir='${datarootdir}/locale'
    localstatedir='/var'
    mandir='${datarootdir}/man'
    mkdir_p='/bin/mkdir -p'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='/usr'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='/etc'
    target='x86_64-unknown-linux-gnu'
    target_alias=''
    target_cpu='x86_64'
    target_os='linux-gnu'
    target_vendor='unknown'
    ## confdefs.h. ##
    /* confdefs.h */
    #define PACKAGE_NAME "xfce4-indicator-plugin"
    #define PACKAGE_TARNAME "xfce4-indicator-plugin"
    #define PACKAGE_VERSION "0.3.1"
    #define PACKAGE_STRING "xfce4-indicator-plugin 0.3.1"
    #define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/"
    #define PACKAGE_URL ""
    #define PACKAGE "xfce4-indicator-plugin"
    #define VERSION "0.3.1"
    #define STDC_HEADERS 1
    #define HAVE_SYS_TYPES_H 1
    #define HAVE_SYS_STAT_H 1
    #define HAVE_STDLIB_H 1
    #define HAVE_STRING_H 1
    #define HAVE_MEMORY_H 1
    #define HAVE_STRINGS_H 1
    #define HAVE_INTTYPES_H 1
    #define HAVE_STDINT_H 1
    #define HAVE_UNISTD_H 1
    #define HAVE_DLFCN_H 1
    #define LT_OBJDIR ".libs/"
    #define HAVE_MATH_H 1
    #define HAVE_MEMORY_H 1
    #define HAVE_STDLIB_H 1
    #define HAVE_STRING_H 1
    #define HAVE_SYS_STAT_H 1
    #define HAVE_SYS_TIME_H 1
    #define HAVE_TIME_H 1
    #define GETTEXT_PACKAGE "xfce4-indicator-plugin"
    #define HAVE_LOCALE_H 1
    #define HAVE_LC_MESSAGES 1
    #define HAVE_BIND_TEXTDOMAIN_CODESET 1
    #define HAVE_GETTEXT 1
    #define HAVE_DCGETTEXT 1
    #define ENABLE_NLS 1
    #define HAVE_LIBX11 1
    configure: exit 1

  • Please change the view in the top sites, the 6.1 upgrade has reverted back to a plane two dimensional view, which is a little plain. Can I revert back to an older version via my time capsule save?

    Please change the view in the top sites, the 6.1 upgrade has reverted back to a plain two-dimensional view, which is a little dated. Can I revert back to an older version via my time capsule save? C'mon Apple upgrades supposed to leap into the future not the past. :-(

    Please change the view in the top sites, the 6.1 upgrade has reverted back to a plain two-dimensional view, which is a little dated. Can I revert back to an older version via my time capsule save? C'mon Apple upgrades supposed to leap into the future not the past. :-(

  • I just updated my pages and now it won't load. This is on my iPad. The first version which has the latest version it can have 5.1 or something like that. I am trying to open a document and am worried that if I uninstall and reinstall I will lose all my do

    I just updated my pages and now it won't load. This is on my iPad. The first version which has the latest version it can have 5.1 or something like that. I am trying to open a document and am worried that if I uninstall and reinstall I will lose all my documents

    I just uninstalled it and am waiting for it to reinstall. I sincerely hope that I have not lost everything that I worked on so hard. Now that mobile me is gone, I have not been able to go between devices to transfer things. I was merely trying to take a document I had worked on and open it in pages, but it said my version was too old. When I updated, it wouldn't load. Now I cannot do anything. I hope that the reinstall fixes it without losing everything. Please advise!!! Yes, I am in panic mode.

  • Have an airplay enabled AV Receiver - how do i set up Airplay    I have a Yamaha RX-V673 which is Airplay enabled, but i can't get Airplay to work either on my Mac book or my iphone. The receiver is connected to my network and i can control it using the

    have an airplay enabled AV Receiver - how do i set up Airplay
    I have a Yamaha RX-V673 which is Airplay enabled, but i can't get Airplay to work either on my Mac book or my iphone. The receiver is connected to my network and i can control it using the iphone App and via the web browser option.
    Do I need Apple TV or to change some settings somewhere?
    Any help would be greatly appreciated

    You are making some progress with setup of wireless network. Apparently there is reliability problem with the wireless connection. Perhaps you want to refer to following Apple support documents and start tweaking parameters in the router to improve the reliability. I used to have third-party routers such as Belkin and Netgear but switched to Apple Airport routers (Time Capsule then Airport Extreme for now) because of incompatibility issues whenever Apple upgrade Mac OS X. But since Apple develops Airplay protocol as alternative to Bluetooth for wireless audio/video streaming (with much better bandwidth) and must be deployed in any wireless network, there is no reason third-party routers not working for Airplay protocol.
    About AirPlay Mirroring in OS X Mountain Lion:
    http://support.apple.com/kb/HT5404
    iOS: Recommended settings for Wi-Fi routers and access points:
    http://support.apple.com/kb/HT4199
    Troubleshooting AirPlay and AirPlay Mirroring:
    http://support.apple.com/kb/TS4215
    Good luck in setting up 802.11 wirelesss network.

  • Can someone please assist me. I was given an iPod 3G as a gift and I tried to download various apps and it told me that my iPod needs to be iOS 7 or more but I checked and my iPod is at its latest upgrade which is 6.1.6, how can I get those app?

    Can someone please assist me. I was given an iPod 3G as a gift and I tried to download various apps and it told me that my iPod needs to be iOS 7 or more but I checked and my iPod is at its latest upgrade which is 6.1.6, how can I get those app?

    See a a version compable with your iPod is available:
    Starting when iOS 7 was released, Apple now allows downloading the last compatible version of some apps (iOS 4.2.1 and later only)
    App Store: Downloading Older Versions of Apps on iOS - Apple Club
    App Store: Install the latest compatible version of an app
    You first have to download the non-compatible version on your computer. Then when you try to purchase the version on your iPod you will be offered a compatible version if one exists.
    Also, if you have iOS 6.1.6 yo have a 4G (has cameras). A 3G does not have cameras and can only go to 5.1.1

  • When i want to return to my home page I click on the home icon and it resets the page to my home page but also open a blak tab which i don't want how can I stop this as i have too many tabs open.

    When I want to return to my home page after looking at a website I click on the home icon and it resets the page to my home page but also open a blak tab which i don't want.How can I stop this as I have too many tabs open and have to close all of them.

    You may have an unwanted extension that is modifying sites (or the toolbar area). Try this:
    Disable ALL nonessential or unrecognized extensions on the Add-ons page. Either:
    * Ctrl+Shift+a
    * orange Firefox button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then, if in doubt, disable.
    Usually a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Does that flush the tab?
    Please report back on anything suspicious you find so others can learn about its bad behavior.

  • Is there a way to change the master text length in FCP? The default length is 10 seconds, which is too long. I can easily adjust the length but I don't want to do it each time, and I don't want to adjust one and then have to copy and paste this length.

    Is there a way to change the master text length in FCP? The default length is 10 seconds, which is too long. I can easily adjust the length but I don't want to do it each time, and I don't want to adjust a text clip and then have to copy and paste this each time. Ideally, there should be something in User Preferences but there is not. Thanks.

    Maybe some one else can pipe up with a solution, but this would literally take 2 seconds to do for a new project.  And you can create a "template project" that includes this "text" clip.  Save this project and then to a get info and check "stationary pad."  When you double click on this file, fcp will open with a copy of this project and you just need to do a save as. 
    I've been working with computer editing systems for longer than i can remember and at a certain point you just have to adapt your workflow to the limitations of the software.  

  • My old PC broke, it was the only pc my classic was sync with. New PC only shows 1 song (recent purchase) so am worried about sync to it in case I lose the list on my ipod which is still intacted. How can I transfer my list to new PC

    My old PC broke, it was the only pc my classic was sync with. New PC only shows 1 song (recent purchase) so am worried about syncing to new PC in case I lose the list on my iPod, which is still intacted. How can I transfer my list to new PC?

    I'm having a similar problem, but I do have the key and is not working anyway.
    My old pc was running on windows 7 and my new one is an apple running on Lion.
    My phone is an Iphone IV and I can see all the bookmarks there.
    In order to sync, what I did was click on the "I don't have the device with me", I entered the key that was provided and the process finish ok. It says congratulations, etc, etc.
    But the bookmarks are not there, I tried merging data and replacing data on this computer options but is the same.
    Any suggestions?

  • I have songs in my iTunes that were purchased under an old ID (an email that no longer exists). I forgot the password so when I try to retrieve it, it is sent to the old email which no longer exists, so I can't retrieve it so I can't play/transfer songs

    I have songs in my iTunes that were purchased under an old ID (an email that no longer exists). I forgot the password so when I try to retrieve it, it is sent to the old email which no longer exists, so I can't retrieve it so I can't play/transfer those songs...what can I do?

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (122986)

Maybe you are looking for

  • Premiere Pro CS3 for Mac quits when exporting

    I'm using Premiere CS3 for Mac and I imported several mpeg footage I took with my Sony Cybershot camera. The videos are in 640x480, but when I opened a new project I choose 720x480 DV format. Then the videos were stretched to the DV size. When I try

  • Add Z conditions in the Purchase Order

    Hi Gurus, We have created a Z condition in the RM0000 pricing procedure and we have addded a requirement and Formula for the same. If the requirement matches, then Formula is executed for assigning value in this condition. Now, when I try to create P

  • I can't get my windows computer to recognize my iPhone 4s.  What should I do?

    I have an iPhone 4s that I'm trying to sync with my windows computer but I can't get my computer to recognize the iPhone.  My computer is running with the windows 7 64 bit operating system.  I have the latest version of iTunes as well.  I've followed

  • Media Player Won't Open

    >>The Problem: Windows Media Player does not respond when I click on the icon (doesn't open) >>Relevant Info:  No disc inserted will run automatically.  I must open "My Computer," select the drive, open the folder, and click "Auto Run."  But, they do

  • Moving executable jar breaks the app's save function

    For the past week, I've been trying to deploy my desktop application as an executable jar file but I'm facing the following problem: Whenever I move the jar file from its original build location, my application becomes unable to write to its external