Changeset 7079

Show
Ignore:
Timestamp:
10/05/06 17:08:07 (2 years ago)
Author:
dkirov
Message:

adding some enable options.
using $(srcdir) for files refered by wildcars

Location:
branches/zeroconf_network
Files:
1 added
20 modified

Legend:

Unmodified
Added
Removed
  • branches/zeroconf_network/aclocal.m4

    r7060 r7079  
    78577857 
    78587858m4_include([m4/glib-gettext.m4]) 
     7859m4_include([m4/nls.m4]) 
    78597860m4_include([m4/python.m4]) 
  • branches/zeroconf_network/autogen.sh

    r7060 r7079  
    11#!/bin/sh 
    22 
    3 aclocal -I ./m4 --force 
    4 autoconf  
    5 autoheader  
    6 automake --add-missing  
     3aclocal -I ./m4 \ 
     4  && libtoolize --force --copy \ 
     5  && autoheader \ 
     6  && automake --add-missing --foreign --copy \ 
     7  && autoconf \ 
     8  && ./configure $@ 
  • branches/zeroconf_network/config.h.in

    r7060 r7079  
    2424/* Define if your <locale.h> file defines LC_MESSAGES. */ 
    2525#undef HAVE_LC_MESSAGES 
     26 
     27/* Define to 1 if you have the <libintl.h> header file. */ 
     28#undef HAVE_LIBINTL_H 
    2629 
    2730/* Define to 1 if you have the `X11' library (-lX11). */ 
     
    8487/* Version number of package */ 
    8588#undef VERSION 
     89 
     90/* Define to empty if `const' does not conform to ANSI C. */ 
     91#undef const 
  • branches/zeroconf_network/configure

    r7065 r7079  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.60 for Gajim 0.11.0. 
     3# Generated by GNU Autoconf 2.60 for Gajim - A Jabber Instant Messager 0.11.0. 
    44# 
    5 # Report bugs to <http://trac.gajim.org/newticket>. 
     5# Report bugs to <http://trac.gajim.org/>. 
    66# 
    77# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
     
    712712 
    713713# Identity of this package. 
    714 PACKAGE_NAME='Gajim' 
     714PACKAGE_NAME='Gajim - A Jabber Instant Messager' 
    715715PACKAGE_TARNAME='gajim' 
    716716PACKAGE_VERSION='0.11.0' 
    717 PACKAGE_STRING='Gajim 0.11.0' 
    718 PACKAGE_BUGREPORT='http://trac.gajim.org/newticket' 
     717PACKAGE_STRING='Gajim - A Jabber Instant Messager 0.11.0' 
     718PACKAGE_BUGREPORT='http://trac.gajim.org/' 
    719719 
    720720# Factoring default headers for most tests. 
     
    902902MKINSTALLDIRS 
    903903PKG_CONFIG 
    904 DBUS_CFLAGS 
    905 DBUS_LIBS 
    906904PYGTK_CFLAGS 
    907905PYGTK_LIBS 
    908906PYGTK_DEFS 
     907DBUS_CFLAGS 
     908DBUS_LIBS 
     909BUILD_REMOTE_CONTROL_TRUE 
     910BUILD_REMOTE_CONTROL_FALSE 
    909911GTKSPELL_CFLAGS 
    910912GTKSPELL_LIBS 
     
    913915XSCRNSAVER_CFLAGS 
    914916XSCRNSAVER_LIBS 
     917BUILD_IDLE_TRUE 
     918BUILD_IDLE_FALSE 
    915919PYTHON 
    916920PYTHON_VERSION 
     
    922926pyexecdir 
    923927pkgpyexecdir 
     928BUILD_TRAYICON_TRUE 
     929BUILD_TRAYICON_FALSE 
    924930PYTHON_INCLUDES 
    925931LIBOBJS 
     
    942948XMKMF 
    943949PKG_CONFIG 
     950PYGTK_CFLAGS 
     951PYGTK_LIBS 
    944952DBUS_CFLAGS 
    945953DBUS_LIBS 
    946 PYGTK_CFLAGS 
    947 PYGTK_LIBS 
    948954GTKSPELL_CFLAGS 
    949955GTKSPELL_LIBS 
     
    14521458  # This message is too long to be a string in the A/UX 3.1 sh. 
    14531459  cat <<_ACEOF 
    1454 \`configure' configures Gajim 0.11.0 to adapt to many kinds of systems. 
     1460\`configure' configures Gajim - A Jabber Instant Messager 0.11.0 to adapt to many kinds of systems. 
    14551461 
    14561462Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    15261532if test -n "$ac_init_help"; then 
    15271533  case $ac_init_help in 
    1528      short | recursive ) echo "Configuration of Gajim 0.11.0:";; 
     1534     short | recursive ) echo "Configuration of Gajim - A Jabber Instant Messager 0.11.0:";; 
    15291535   esac 
    15301536  cat <<\_ACEOF 
     
    15421548                          optimize for fast installation [default=yes] 
    15431549  --disable-libtool-lock  avoid locking (might break parallel builds) 
    1544   --enable-gtkspell       build spell checking support default auto 
     1550  --disable-nls           do not use Native Language Support 
     1551  --disable-remote        enable remote control via DBus default auto 
     1552  --disable-gtkspell      build spell checking support default auto 
     1553  --disable-idle          build idle module default auto 
     1554  --disable-trayicon      build trayicon module default yes 
    15451555 
    15461556Optional Packages: 
     
    15681578  XMKMF       Path to xmkmf, Makefile generator for X Window System 
    15691579  PKG_CONFIG  path to pkg-config utility 
    1570   DBUS_CFLAGS C compiler flags for DBUS, overriding pkg-config 
    1571   DBUS_LIBS   linker flags for DBUS, overriding pkg-config 
    15721580  PYGTK_CFLAGS 
    15731581              C compiler flags for PYGTK, overriding pkg-config 
    15741582  PYGTK_LIBS  linker flags for PYGTK, overriding pkg-config 
     1583  DBUS_CFLAGS C compiler flags for DBUS, overriding pkg-config 
     1584  DBUS_LIBS   linker flags for DBUS, overriding pkg-config 
    15751585  GTKSPELL_CFLAGS 
    15761586              C compiler flags for GTKSPELL, overriding pkg-config 
     
    15851595it to find libraries and programs with nonstandard names/locations. 
    15861596 
    1587 Report bugs to <http://trac.gajim.org/newticket>. 
     1597Report bugs to <http://trac.gajim.org/>. 
    15881598_ACEOF 
    15891599ac_status=$? 
     
    16461656if $ac_init_version; then 
    16471657  cat <<\_ACEOF 
    1648 Gajim configure 0.11.0 
     1658Gajim - A Jabber Instant Messager configure 0.11.0 
    16491659generated by GNU Autoconf 2.60 
    16501660 
     
    16601670running configure, to aid debugging if configure makes a mistake. 
    16611671 
    1662 It was created by Gajim $as_me 0.11.0, which was 
     1672It was created by Gajim - A Jabber Instant Messager $as_me 0.11.0, which was 
    16631673generated by GNU Autoconf 2.60.  Invocation command line was 
    16641674 
     
    28162826 
    28172827 
    2818  
    28192828# Check whether --enable-static was given. 
    28202829if test "${enable_static+set}" = set; then 
     
    58925901*-*-irix6*) 
    58935902  # Find out which ABI we are using. 
    5894   echo '#line 5894 "configure"' > conftest.$ac_ext 
     5903  echo '#line 5903 "configure"' > conftest.$ac_ext 
    58955904  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    58965905  (eval $ac_compile) 2>&5 
     
    67646773echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 
    67656774    ( cat <<\_ASBOX 
    6766 ## ---------------------------------------------- ## 
    6767 ## Report this to http://trac.gajim.org/newticket ## 
    6768 ## ---------------------------------------------- ## 
     6775## ------------------------------------- ## 
     6776## Report this to http://trac.gajim.org/ ## 
     6777## ------------------------------------- ## 
    67696778_ASBOX 
    67706779     ) | sed "s/^/$as_me: WARNING:     /" >&2 
     
    89178926   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    89188927   -e 's:$: $lt_compiler_flag:'` 
    8919    (eval echo "\"\$as_me:8919: $lt_compile\"" >&5) 
     8928   (eval echo "\"\$as_me:8928: $lt_compile\"" >&5) 
    89208929   (eval "$lt_compile" 2>conftest.err) 
    89218930   ac_status=$? 
    89228931   cat conftest.err >&5 
    8923    echo "$as_me:8923: \$? = $ac_status" >&5 
     8932   echo "$as_me:8932: \$? = $ac_status" >&5 
    89248933   if (exit $ac_status) && test -s "$ac_outfile"; then 
    89258934     # The compiler can only warn and ignore the option if not recognized 
     
    91859194   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    91869195   -e 's:$: $lt_compiler_flag:'` 
    9187    (eval echo "\"\$as_me:9187: $lt_compile\"" >&5) 
     9196   (eval echo "\"\$as_me:9196: $lt_compile\"" >&5) 
    91889197   (eval "$lt_compile" 2>conftest.err) 
    91899198   ac_status=$? 
    91909199   cat conftest.err >&5 
    9191    echo "$as_me:9191: \$? = $ac_status" >&5 
     9200   echo "$as_me:9200: \$? = $ac_status" >&5 
    91929201   if (exit $ac_status) && test -s "$ac_outfile"; then 
    91939202     # The compiler can only warn and ignore the option if not recognized 
     
    92899298   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    92909299   -e 's:$: $lt_compiler_flag:'` 
    9291    (eval echo "\"\$as_me:9291: $lt_compile\"" >&5) 
     9300   (eval echo "\"\$as_me:9300: $lt_compile\"" >&5) 
    92929301   (eval "$lt_compile" 2>out/conftest.err) 
    92939302   ac_status=$? 
    92949303   cat out/conftest.err >&5 
    9295    echo "$as_me:9295: \$? = $ac_status" >&5 
     9304   echo "$as_me:9304: \$? = $ac_status" >&5 
    92969305   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    92979306   then 
     
    1177811787  lt_status=$lt_dlunknown 
    1177911788  cat > conftest.$ac_ext <<EOF 
    11780 #line 11780 "configure" 
     11789#line 11789 "configure" 
    1178111790#include "confdefs.h" 
    1178211791 
     
    1187811887  lt_status=$lt_dlunknown 
    1187911888  cat > conftest.$ac_ext <<EOF 
    11880 #line 11880 "configure" 
     11889#line 11889 "configure" 
    1188111890#include "confdefs.h" 
    1188211891 
     
    1424614255   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1424714256   -e 's:$: $lt_compiler_flag:'` 
    14248    (eval echo "\"\$as_me:14248: $lt_compile\"" >&5) 
     14257   (eval echo "\"\$as_me:14257: $lt_compile\"" >&5) 
    1424914258   (eval "$lt_compile" 2>conftest.err) 
    1425014259   ac_status=$? 
    1425114260   cat conftest.err >&5 
    14252    echo "$as_me:14252: \$? = $ac_status" >&5 
     14261   echo "$as_me:14261: \$? = $ac_status" >&5 
    1425314262   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1425414263     # The compiler can only warn and ignore the option if not recognized 
     
    1435014359   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1435114360   -e 's:$: $lt_compiler_flag:'` 
    14352    (eval echo "\"\$as_me:14352: $lt_compile\"" >&5) 
     14361   (eval echo "\"\$as_me:14361: $lt_compile\"" >&5) 
    1435314362   (eval "$lt_compile" 2>out/conftest.err) 
    1435414363   ac_status=$? 
    1435514364   cat out/conftest.err >&5 
    14356    echo "$as_me:14356: \$? = $ac_status" >&5 
     14365   echo "$as_me:14365: \$? = $ac_status" >&5 
    1435714366   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1435814367   then 
     
    1595715966   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1595815967   -e 's:$: $lt_compiler_flag:'` 
    15959    (eval echo "\"\$as_me:15959: $lt_compile\"" >&5) 
     15968   (eval echo "\"\$as_me:15968: $lt_compile\"" >&5) 
    1596015969   (eval "$lt_compile" 2>conftest.err) 
    1596115970   ac_status=$? 
    1596215971   cat conftest.err >&5 
    15963    echo "$as_me:15963: \$? = $ac_status" >&5 
     15972   echo "$as_me:15972: \$? = $ac_status" >&5 
    1596415973   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1596515974     # The compiler can only warn and ignore the option if not recognized 
     
    1606116070   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1606216071   -e 's:$: $lt_compiler_flag:'` 
    16063    (eval echo "\"\$as_me:16063: $lt_compile\"" >&5) 
     16072   (eval echo "\"\$as_me:16072: $lt_compile\"" >&5) 
    1606416073   (eval "$lt_compile" 2>out/conftest.err) 
    1606516074   ac_status=$? 
    1606616075   cat out/conftest.err >&5 
    16067    echo "$as_me:16067: \$? = $ac_status" >&5 
     16076   echo "$as_me:16076: \$? = $ac_status" >&5 
    1606816077   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1606916078   then 
     
    1832818337   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1832918338   -e 's:$: $lt_compiler_flag:'` 
    18330    (eval echo "\"\$as_me:18330: $lt_compile\"" >&5) 
     18339   (eval echo "\"\$as_me:18339: $lt_compile\"" >&5) 
    1833118340   (eval "$lt_compile" 2>conftest.err) 
    1833218341   ac_status=$? 
    1833318342   cat conftest.err >&5 
    18334    echo "$as_me:18334: \$? = $ac_status" >&5 
     18343   echo "$as_me:18343: \$? = $ac_status" >&5 
    1833518344   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1833618345     # The compiler can only warn and ignore the option if not recognized 
     
    1859618605   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1859718606   -e 's:$: $lt_compiler_flag:'` 
    18598    (eval echo "\"\$as_me:18598: $lt_compile\"" >&5) 
     18607   (eval echo "\"\$as_me:18607: $lt_compile\"" >&5) 
    1859918608   (eval "$lt_compile" 2>conftest.err) 
    1860018609   ac_status=$? 
    1860118610   cat conftest.err >&5 
    18602    echo "$as_me:18602: \$? = $ac_status" >&5 
     18611   echo "$as_me:18611: \$? = $ac_status" >&5 
    1860318612   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1860418613     # The compiler can only warn and ignore the option if not recognized 
     
    1870018709   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1870118710   -e 's:$: $lt_compiler_flag:'` 
    18702    (eval echo "\"\$as_me:18702: $lt_compile\"" >&5) 
     18711   (eval echo "\"\$as_me:18711: $lt_compile\"" >&5) 
    1870318712   (eval "$lt_compile" 2>out/conftest.err) 
    1870418713   ac_status=$? 
    1870518714   cat out/conftest.err >&5 
    18706    echo "$as_me:18706: \$? = $ac_status" >&5 
     18715   echo "$as_me:18715: \$? = $ac_status" >&5 
    1870718716   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1870818717   then 
     
    2143121440 
    2143221441 
     21442{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 
     21443echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 
     21444if test "${ac_cv_c_const+set}" = set; then 
     21445  echo $ECHO_N "(cached) $ECHO_C" >&6 
     21446else 
     21447  cat >conftest.$ac_ext <<_ACEOF 
     21448/* confdefs.h.  */ 
     21449_ACEOF 
     21450cat confdefs.h >>conftest.$ac_ext 
     21451cat >>conftest.$ac_ext <<_ACEOF 
     21452/* end confdefs.h.  */ 
     21453 
     21454int 
     21455main () 
     21456{ 
     21457/* FIXME: Include the comments suggested by Paul. */ 
     21458#ifndef __cplusplus 
     21459  /* Ultrix mips cc rejects this.  */ 
     21460  typedef int charset[2]; 
     21461  const charset x; 
     21462  /* SunOS 4.1.1 cc rejects this.  */ 
     21463  char const *const *ccp; 
     21464  char **p; 
     21465  /* NEC SVR4.0.2 mips cc rejects this.  */ 
     21466  struct point {int x, y;}; 
     21467  static struct point const zero = {0,0}; 
     21468  /* AIX XL C 1.02.0.0 rejects this. 
     21469     It does not let you subtract one const X* pointer from another in 
     21470     an arm of an if-expression whose if-part is not a constant 
     21471     expression */ 
     21472  const char *g = "string"; 
     21473  ccp = &g + (g ? g-g : 0); 
     21474  /* HPUX 7.0 cc rejects these. */ 
     21475  ++ccp; 
     21476  p = (char**) ccp; 
     21477  ccp = (char const *const *) p; 
     21478  { /* SCO 3.2v4 cc rejects this.  */ 
     21479    char *t; 
     21480    char const *s = 0 ? (char *) 0 : (char const *) 0; 
     21481 
     21482    *t++ = 0; 
     21483    if (s) return 0; 
     21484  } 
     21485  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */ 
     21486    int x[] = {25, 17}; 
     21487    const int *foo = &x[0]; 
     21488    ++foo; 
     21489  } 
     21490  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 
     21491    typedef const int *iptr; 
     21492    iptr p = 0; 
     21493    ++p; 
     21494  } 
     21495  { /* AIX XL C 1.02.0.0 rejects this saying 
     21496       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ 
     21497    struct s { int j; const int *ap[3]; }; 
     21498    struct s *b; b->j = 5; 
     21499  } 
     21500  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 
     21501    const int foo = 10; 
     21502    if (!foo) return 0; 
     21503  } 
     21504  return !x[0] && !zero.x; 
     21505#endif 
     21506 
     21507  ; 
     21508  return 0; 
     21509} 
     21510_ACEOF 
     21511rm -f conftest.$ac_objext 
     21512if { (ac_try="$ac_compile" 
     21513case "(($ac_try" in 
     21514  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     21515  *) ac_try_echo=$ac_try;; 
     21516esac 
     21517eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     21518  (eval "$ac_compile") 2>conftest.er1 
     21519  ac_status=$? 
     21520  grep -v '^ *+' conftest.er1 >conftest.err 
     21521  rm -f conftest.er1 
     21522  cat conftest.err >&5 
     21523  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     21524  (exit $ac_status); } && 
     21525         { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
     21526  { (case "(($ac_try" in 
     21527  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     21528  *) ac_try_echo=$ac_try;; 
     21529esac 
     21530eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     21531  (eval "$ac_try") 2>&5 
     21532  ac_status=$? 
     21533  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     21534  (exit $ac_status); }; } && 
     21535         { ac_try='test -s conftest.$ac_objext' 
     21536  { (case "(($ac_try" in 
     21537  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     21538  *) ac_try_echo=$ac_try;; 
     21539esac 
     21540eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     21541  (eval "$ac_try") 2>&5 
     21542  ac_status=$? 
     21543  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     21544  (exit $ac_status); }; }; then 
     21545  ac_cv_c_const=yes 
     21546else 
     21547  echo "$as_me: failed program was:" >&5 
     21548sed 's/^/| /' conftest.$ac_ext >&5 
     21549 
     21550        ac_cv_c_const=no 
     21551fi 
     21552 
     21553rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     21554fi 
     21555{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 
     21556echo "${ECHO_T}$ac_cv_c_const" >&6; } 
     21557if test $ac_cv_c_const = no; then 
     21558 
     21559cat >>confdefs.h <<\_ACEOF 
     21560#define const 
     21561_ACEOF 
     21562 
     21563fi 
     21564 
     21565 
     21566for ac_header in libintl.h 
     21567do 
     21568as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
     21569if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
     21570  { echo "$as_me:$LINENO: checking for $ac_header" >&5 
     21571echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 
     21572if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
     21573  echo $ECHO_N "(cached) $ECHO_C" >&6 
     21574fi 
     21575ac_res=`eval echo '${'$as_ac_Header'}'` 
     21576               { echo "$as_me:$LINENO: result: $ac_res" >&5 
     21577echo "${ECHO_T}$ac_res" >&6; } 
     21578else 
     21579  # Is the header compilable? 
     21580{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 
     21581echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 
     21582cat >conftest.$ac_ext <<_ACEOF 
     21583/* confdefs.h.  */ 
     21584_ACEOF 
     21585cat confdefs.h >>conftest.$ac_ext 
     21586cat >>conftest.$ac_ext <<_ACEOF 
     21587/* end confdefs.h.  */ 
     21588$ac_includes_default 
     21589#include <$ac_header> 
     21590_ACEOF 
     21591rm -f conftest.$ac_objext 
     21592if { (ac_try="$ac_compile" 
     21593case "(($ac_try" in 
     21594  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     21595  *) ac_try_echo=$ac_try;; 
     21596esac 
     21597eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     21598  (eval "$ac_compile") 2>conftest.er1 
     21599  ac_status=$? 
     21600  grep -v '^ *+' conftest.er1 >conftest.err 
     21601  rm -f conftest.er1 
     21602  cat conftest.err >&5 
     21603  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     21604  (exit $ac_status); } && 
     21605         { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
     21606  { (case "(($ac_try" in 
     21607  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     21608  *) ac_try_echo=$ac_try;; 
     21609esac 
     21610eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     21611  (eval "$ac_try") 2>&5 
     21612  ac_status=$? 
     21613  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     21614  (exit $ac_status); }; } && 
     21615         { ac_try='test -s conftest.$ac_objext' 
     21616  { (case "(($ac_try" in 
     21617  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     21618  *) ac_try_echo=$ac_try;; 
     21619esac 
     21620eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     21621  (eval "$ac_try") 2>&5 
     21622  ac_status=$? 
     21623  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     21624  (exit $ac_status); }; }; then 
     21625  ac_header_compiler=yes 
     21626else 
     21627  echo "$as_me: failed program was:" >&5 
     21628sed 's/^/| /' conftest.$ac_ext >&5 
     21629 
     21630        ac_header_compiler=no 
     21631fi 
     21632 
     21633rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     21634{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     21635echo "${ECHO_T}$ac_header_compiler" >&6; } 
     21636 
     21637# Is the header present? 
     21638{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 
     21639echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 
     21640cat >conftest.$ac_ext <<_ACEOF 
     21641/* confdefs.h.  */ 
     21642_ACEOF 
     21643cat confdefs.h >>conftest.$ac_ext 
     21644cat >>conftest.$ac_ext <<_ACEOF 
     21645/* end confdefs.h.  */ 
     21646#include <$ac_header> 
     21647_ACEOF 
     21648if { (ac_try="$ac_cpp conftest.$ac_ext" 
     21649case "(($ac_try" in 
     21650  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     21651  *) ac_try_echo=$ac_try;; 
     21652esac 
     21653eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     21654  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
     21655  ac_status=$? 
     21656  grep -v '^ *+' conftest.er1 >conftest.err 
     21657  rm -f conftest.er1 
     21658  cat conftest.err >&5 
     21659  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     21660  (exit $ac_status); } >/dev/null; then 
     21661  if test -s conftest.err; then 
     21662    ac_cpp_err=$ac_c_preproc_warn_flag 
     21663    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
     21664  else 
     21665    ac_cpp_err= 
     21666  fi 
     21667else 
     21668  ac_cpp_err=yes 
     21669fi 
     21670if test -z "$ac_cpp_err"; then 
     21671  ac_header_preproc=yes 
     21672else 
     21673  echo "$as_me: failed program was:" >&5 
     21674sed 's/^/| /' conftest.$ac_ext >&5 
     21675 
     21676  ac_header_preproc=no 
     21677fi 
     21678 
     21679rm -f conftest.err conftest.$ac_ext 
     21680{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     21681echo "${ECHO_T}$ac_header_preproc" >&6; } 
     21682 
     21683# So?  What about this header? 
     21684case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
     21685  yes:no: ) 
     21686    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 
     21687echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     21688    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 
     21689echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 
     21690    ac_header_preproc=yes 
     21691    ;; 
     21692  no:yes:* ) 
     21693    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 
     21694echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 
     21695    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5 
     21696echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;} 
     21697    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 
     21698echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 
     21699    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5 
     21700echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;} 
     21701    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 
     21702echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 
     21703    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 
     21704echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 
     21705    ( cat <<\_ASBOX 
     21706## ------------------------------------- ## 
     21707## Report this to http://trac.gajim.org/ ## 
     21708## ------------------------------------- ## 
     21709_ASBOX 
     21710     ) | sed "s/^/$as_me: WARNING:     /" >&2 
     21711    ;; 
     21712esac 
     21713{ echo "$as_me:$LINENO: checking for $ac_header" >&5 
     21714echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 
     21715if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
     21716  echo $ECHO_N "(cached) $ECHO_C" >&6 
     21717else 
     21718  eval "$as_ac_Header=\$ac_header_preproc" 
     21719fi 
     21720ac_res=`eval echo '${'$as_ac_Header'}'` 
     21721               { echo "$as_me:$LINENO: result: $ac_res" >&5 
     21722echo "${ECHO_T}$ac_res" >&6; } 
     21723 
     21724fi 
     21725if test `eval echo '${'$as_ac_Header'}'` = yes; then 
     21726  cat >>confdefs.h <<_ACEOF 
     21727#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 
     21728_ACEOF 
     21729 
     21730fi 
     21731 
     21732done 
     21733 
    2143321734{ echo "$as_me:$LINENO: checking for X" >&5 
    2143421735echo $ECHO_N "checking for X... $ECHO_C" >&6; } 
     
    2169421995 
    2169521996 
     21997 
    2169621998GETTEXT_PACKAGE=gajim 
    2169721999 
     
    2184422146echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 
    2184522147    ( cat <<\_ASBOX 
    21846 ## ---------------------------------------------- ## 
    21847 ## Report this to http://trac.gajim.org/newticket ## 
    21848 ## ---------------------------------------------- ## 
     22148## ------------------------------------- ## 
     22149## Report this to http://trac.gajim.org/ ## 
     22150## ------------------------------------- ## 
    2184922151_ASBOX 
    2185022152     ) | sed "s/^/$as_me: WARNING:     /" >&2 
     
    2209322395echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;} 
    2209422396    ( cat <<\_ASBOX 
    22095 ## ----------------------