Changeset 7079
- Timestamp:
- 10/05/06 17:08:07 (2 years ago)
- Location:
- branches/zeroconf_network
- Files:
-
- 1 added
- 20 modified
-
aclocal.m4 (modified) (1 diff)
-
autogen.sh (modified) (1 diff)
-
config.h.in (modified) (2 diffs)
-
configure (modified) (48 diffs)
-
configure.ac (modified) (8 diffs)
-
data/emoticons/Makefile.in (modified) (3 diffs)
-
data/glade/Makefile.am (modified) (1 diff)
-
data/glade/Makefile.in (modified) (5 diffs)
-
data/iconsets/Makefile.in (modified) (3 diffs)
-
data/Makefile.am (modified) (1 diff)
-
data/Makefile.in (modified) (5 diffs)
-
data/pixmaps/Makefile.am (modified) (1 diff)
-
data/pixmaps/Makefile.in (modified) (5 diffs)
-
m4/nls.m4 (added)
-
Makefile.am (modified) (2 diffs)
-
Makefile.in (modified) (5 diffs)
-
po/POTFILES.in (modified) (4 diffs)
-
src/common/Makefile.am (modified) (2 diffs)
-
src/common/Makefile.in (modified) (7 diffs)
-
src/Makefile.am (modified) (2 diffs)
-
src/Makefile.in (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/zeroconf_network/aclocal.m4
r7060 r7079 7857 7857 7858 7858 m4_include([m4/glib-gettext.m4]) 7859 m4_include([m4/nls.m4]) 7859 7860 m4_include([m4/python.m4]) -
branches/zeroconf_network/autogen.sh
r7060 r7079 1 1 #!/bin/sh 2 2 3 aclocal -I ./m4 --force 4 autoconf 5 autoheader 6 automake --add-missing 3 aclocal -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 24 24 /* Define if your <locale.h> file defines LC_MESSAGES. */ 25 25 #undef HAVE_LC_MESSAGES 26 27 /* Define to 1 if you have the <libintl.h> header file. */ 28 #undef HAVE_LIBINTL_H 26 29 27 30 /* Define to 1 if you have the `X11' library (-lX11). */ … … 84 87 /* Version number of package */ 85 88 #undef VERSION 89 90 /* Define to empty if `const' does not conform to ANSI C. */ 91 #undef const -
branches/zeroconf_network/configure
r7065 r7079 1 1 #! /bin/sh 2 2 # 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. 4 4 # 5 # Report bugs to <http://trac.gajim.org/ newticket>.5 # Report bugs to <http://trac.gajim.org/>. 6 6 # 7 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, … … 712 712 713 713 # Identity of this package. 714 PACKAGE_NAME='Gajim '714 PACKAGE_NAME='Gajim - A Jabber Instant Messager' 715 715 PACKAGE_TARNAME='gajim' 716 716 PACKAGE_VERSION='0.11.0' 717 PACKAGE_STRING='Gajim 0.11.0'718 PACKAGE_BUGREPORT='http://trac.gajim.org/ newticket'717 PACKAGE_STRING='Gajim - A Jabber Instant Messager 0.11.0' 718 PACKAGE_BUGREPORT='http://trac.gajim.org/' 719 719 720 720 # Factoring default headers for most tests. … … 902 902 MKINSTALLDIRS 903 903 PKG_CONFIG 904 DBUS_CFLAGS905 DBUS_LIBS906 904 PYGTK_CFLAGS 907 905 PYGTK_LIBS 908 906 PYGTK_DEFS 907 DBUS_CFLAGS 908 DBUS_LIBS 909 BUILD_REMOTE_CONTROL_TRUE 910 BUILD_REMOTE_CONTROL_FALSE 909 911 GTKSPELL_CFLAGS 910 912 GTKSPELL_LIBS … … 913 915 XSCRNSAVER_CFLAGS 914 916 XSCRNSAVER_LIBS 917 BUILD_IDLE_TRUE 918 BUILD_IDLE_FALSE 915 919 PYTHON 916 920 PYTHON_VERSION … … 922 926 pyexecdir 923 927 pkgpyexecdir 928 BUILD_TRAYICON_TRUE 929 BUILD_TRAYICON_FALSE 924 930 PYTHON_INCLUDES 925 931 LIBOBJS … … 942 948 XMKMF 943 949 PKG_CONFIG 950 PYGTK_CFLAGS 951 PYGTK_LIBS 944 952 DBUS_CFLAGS 945 953 DBUS_LIBS 946 PYGTK_CFLAGS947 PYGTK_LIBS948 954 GTKSPELL_CFLAGS 949 955 GTKSPELL_LIBS … … 1452 1458 # This message is too long to be a string in the A/UX 3.1 sh. 1453 1459 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. 1455 1461 1456 1462 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1526 1532 if test -n "$ac_init_help"; then 1527 1533 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:";; 1529 1535 esac 1530 1536 cat <<\_ACEOF … … 1542 1548 optimize for fast installation [default=yes] 1543 1549 --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 1545 1555 1546 1556 Optional Packages: … … 1568 1578 XMKMF Path to xmkmf, Makefile generator for X Window System 1569 1579 PKG_CONFIG path to pkg-config utility 1570 DBUS_CFLAGS C compiler flags for DBUS, overriding pkg-config1571 DBUS_LIBS linker flags for DBUS, overriding pkg-config1572 1580 PYGTK_CFLAGS 1573 1581 C compiler flags for PYGTK, overriding pkg-config 1574 1582 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 1575 1585 GTKSPELL_CFLAGS 1576 1586 C compiler flags for GTKSPELL, overriding pkg-config … … 1585 1595 it to find libraries and programs with nonstandard names/locations. 1586 1596 1587 Report bugs to <http://trac.gajim.org/ newticket>.1597 Report bugs to <http://trac.gajim.org/>. 1588 1598 _ACEOF 1589 1599 ac_status=$? … … 1646 1656 if $ac_init_version; then 1647 1657 cat <<\_ACEOF 1648 Gajim configure 0.11.01658 Gajim - A Jabber Instant Messager configure 0.11.0 1649 1659 generated by GNU Autoconf 2.60 1650 1660 … … 1660 1670 running configure, to aid debugging if configure makes a mistake. 1661 1671 1662 It was created by Gajim $as_me 0.11.0, which was1672 It was created by Gajim - A Jabber Instant Messager $as_me 0.11.0, which was 1663 1673 generated by GNU Autoconf 2.60. Invocation command line was 1664 1674 … … 2816 2826 2817 2827 2818 2819 2828 # Check whether --enable-static was given. 2820 2829 if test "${enable_static+set}" = set; then … … 5892 5901 *-*-irix6*) 5893 5902 # Find out which ABI we are using. 5894 echo '#line 5 894"configure"' > conftest.$ac_ext5903 echo '#line 5903 "configure"' > conftest.$ac_ext 5895 5904 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5896 5905 (eval $ac_compile) 2>&5 … … 6764 6773 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6765 6774 ( cat <<\_ASBOX 6766 ## ------------------------------------- ---------##6767 ## Report this to http://trac.gajim.org/ newticket##6768 ## ------------------------------------- ---------##6775 ## ------------------------------------- ## 6776 ## Report this to http://trac.gajim.org/ ## 6777 ## ------------------------------------- ## 6769 6778 _ASBOX 6770 6779 ) | sed "s/^/$as_me: WARNING: /" >&2 … … 8917 8926 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8918 8927 -e 's:$: $lt_compiler_flag:'` 8919 (eval echo "\"\$as_me:89 19: $lt_compile\"" >&5)8928 (eval echo "\"\$as_me:8928: $lt_compile\"" >&5) 8920 8929 (eval "$lt_compile" 2>conftest.err) 8921 8930 ac_status=$? 8922 8931 cat conftest.err >&5 8923 echo "$as_me:89 23: \$? = $ac_status" >&58932 echo "$as_me:8932: \$? = $ac_status" >&5 8924 8933 if (exit $ac_status) && test -s "$ac_outfile"; then 8925 8934 # The compiler can only warn and ignore the option if not recognized … … 9185 9194 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9186 9195 -e 's:$: $lt_compiler_flag:'` 9187 (eval echo "\"\$as_me:91 87: $lt_compile\"" >&5)9196 (eval echo "\"\$as_me:9196: $lt_compile\"" >&5) 9188 9197 (eval "$lt_compile" 2>conftest.err) 9189 9198 ac_status=$? 9190 9199 cat conftest.err >&5 9191 echo "$as_me:9 191: \$? = $ac_status" >&59200 echo "$as_me:9200: \$? = $ac_status" >&5 9192 9201 if (exit $ac_status) && test -s "$ac_outfile"; then 9193 9202 # The compiler can only warn and ignore the option if not recognized … … 9289 9298 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9290 9299 -e 's:$: $lt_compiler_flag:'` 9291 (eval echo "\"\$as_me:9 291: $lt_compile\"" >&5)9300 (eval echo "\"\$as_me:9300: $lt_compile\"" >&5) 9292 9301 (eval "$lt_compile" 2>out/conftest.err) 9293 9302 ac_status=$? 9294 9303 cat out/conftest.err >&5 9295 echo "$as_me:9 295: \$? = $ac_status" >&59304 echo "$as_me:9304: \$? = $ac_status" >&5 9296 9305 if (exit $ac_status) && test -s out/conftest2.$ac_objext 9297 9306 then … … 11778 11787 lt_status=$lt_dlunknown 11779 11788 cat > conftest.$ac_ext <<EOF 11780 #line 1178 0"configure"11789 #line 11789 "configure" 11781 11790 #include "confdefs.h" 11782 11791 … … 11878 11887 lt_status=$lt_dlunknown 11879 11888 cat > conftest.$ac_ext <<EOF 11880 #line 1188 0"configure"11889 #line 11889 "configure" 11881 11890 #include "confdefs.h" 11882 11891 … … 14246 14255 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14247 14256 -e 's:$: $lt_compiler_flag:'` 14248 (eval echo "\"\$as_me:142 48: $lt_compile\"" >&5)14257 (eval echo "\"\$as_me:14257: $lt_compile\"" >&5) 14249 14258 (eval "$lt_compile" 2>conftest.err) 14250 14259 ac_status=$? 14251 14260 cat conftest.err >&5 14252 echo "$as_me:142 52: \$? = $ac_status" >&514261 echo "$as_me:14261: \$? = $ac_status" >&5 14253 14262 if (exit $ac_status) && test -s "$ac_outfile"; then 14254 14263 # The compiler can only warn and ignore the option if not recognized … … 14350 14359 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14351 14360 -e 's:$: $lt_compiler_flag:'` 14352 (eval echo "\"\$as_me:143 52: $lt_compile\"" >&5)14361 (eval echo "\"\$as_me:14361: $lt_compile\"" >&5) 14353 14362 (eval "$lt_compile" 2>out/conftest.err) 14354 14363 ac_status=$? 14355 14364 cat out/conftest.err >&5 14356 echo "$as_me:143 56: \$? = $ac_status" >&514365 echo "$as_me:14365: \$? = $ac_status" >&5 14357 14366 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14358 14367 then … … 15957 15966 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15958 15967 -e 's:$: $lt_compiler_flag:'` 15959 (eval echo "\"\$as_me:159 59: $lt_compile\"" >&5)15968 (eval echo "\"\$as_me:15968: $lt_compile\"" >&5) 15960 15969 (eval "$lt_compile" 2>conftest.err) 15961 15970 ac_status=$? 15962 15971 cat conftest.err >&5 15963 echo "$as_me:159 63: \$? = $ac_status" >&515972 echo "$as_me:15972: \$? = $ac_status" >&5 15964 15973 if (exit $ac_status) && test -s "$ac_outfile"; then 15965 15974 # The compiler can only warn and ignore the option if not recognized … … 16061 16070 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16062 16071 -e 's:$: $lt_compiler_flag:'` 16063 (eval echo "\"\$as_me:160 63: $lt_compile\"" >&5)16072 (eval echo "\"\$as_me:16072: $lt_compile\"" >&5) 16064 16073 (eval "$lt_compile" 2>out/conftest.err) 16065 16074 ac_status=$? 16066 16075 cat out/conftest.err >&5 16067 echo "$as_me:160 67: \$? = $ac_status" >&516076 echo "$as_me:16076: \$? = $ac_status" >&5 16068 16077 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16069 16078 then … … 18328 18337 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18329 18338 -e 's:$: $lt_compiler_flag:'` 18330 (eval echo "\"\$as_me:1833 0: $lt_compile\"" >&5)18339 (eval echo "\"\$as_me:18339: $lt_compile\"" >&5) 18331 18340 (eval "$lt_compile" 2>conftest.err) 18332 18341 ac_status=$? 18333 18342 cat conftest.err >&5 18334 echo "$as_me:183 34: \$? = $ac_status" >&518343 echo "$as_me:18343: \$? = $ac_status" >&5 18335 18344 if (exit $ac_status) && test -s "$ac_outfile"; then 18336 18345 # The compiler can only warn and ignore the option if not recognized … … 18596 18605 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18597 18606 -e 's:$: $lt_compiler_flag:'` 18598 (eval echo "\"\$as_me:18 598: $lt_compile\"" >&5)18607 (eval echo "\"\$as_me:18607: $lt_compile\"" >&5) 18599 18608 (eval "$lt_compile" 2>conftest.err) 18600 18609 ac_status=$? 18601 18610 cat conftest.err >&5 18602 echo "$as_me:186 02: \$? = $ac_status" >&518611 echo "$as_me:18611: \$? = $ac_status" >&5 18603 18612 if (exit $ac_status) && test -s "$ac_outfile"; then 18604 18613 # The compiler can only warn and ignore the option if not recognized … … 18700 18709 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18701 18710 -e 's:$: $lt_compiler_flag:'` 18702 (eval echo "\"\$as_me:187 02: $lt_compile\"" >&5)18711 (eval echo "\"\$as_me:18711: $lt_compile\"" >&5) 18703 18712 (eval "$lt_compile" 2>out/conftest.err) 18704 18713 ac_status=$? 18705 18714 cat out/conftest.err >&5 18706 echo "$as_me:187 06: \$? = $ac_status" >&518715 echo "$as_me:18715: \$? = $ac_status" >&5 18707 18716 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18708 18717 then … … 21431 21440 21432 21441 21442 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 21443 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 21444 if test "${ac_cv_c_const+set}" = set; then 21445 echo $ECHO_N "(cached) $ECHO_C" >&6 21446 else 21447 cat >conftest.$ac_ext <<_ACEOF 21448 /* confdefs.h. */ 21449 _ACEOF 21450 cat confdefs.h >>conftest.$ac_ext 21451 cat >>conftest.$ac_ext <<_ACEOF 21452 /* end confdefs.h. */ 21453 21454 int 21455 main () 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 21511 rm -f conftest.$ac_objext 21512 if { (ac_try="$ac_compile" 21513 case "(($ac_try" in 21514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21515 *) ac_try_echo=$ac_try;; 21516 esac 21517 eval "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;; 21529 esac 21530 eval "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;; 21539 esac 21540 eval "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 21546 else 21547 echo "$as_me: failed program was:" >&5 21548 sed 's/^/| /' conftest.$ac_ext >&5 21549 21550 ac_cv_c_const=no 21551 fi 21552 21553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21554 fi 21555 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 21556 echo "${ECHO_T}$ac_cv_c_const" >&6; } 21557 if test $ac_cv_c_const = no; then 21558 21559 cat >>confdefs.h <<\_ACEOF 21560 #define const 21561 _ACEOF 21562 21563 fi 21564 21565 21566 for ac_header in libintl.h 21567 do 21568 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 21569 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 21570 { echo "$as_me:$LINENO: checking for $ac_header" >&5 21571 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 21572 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 21573 echo $ECHO_N "(cached) $ECHO_C" >&6 21574 fi 21575 ac_res=`eval echo '${'$as_ac_Header'}'` 21576 { echo "$as_me:$LINENO: result: $ac_res" >&5 21577 echo "${ECHO_T}$ac_res" >&6; } 21578 else 21579 # Is the header compilable? 21580 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 21581 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 21582 cat >conftest.$ac_ext <<_ACEOF 21583 /* confdefs.h. */ 21584 _ACEOF 21585 cat confdefs.h >>conftest.$ac_ext 21586 cat >>conftest.$ac_ext <<_ACEOF 21587 /* end confdefs.h. */ 21588 $ac_includes_default 21589 #include <$ac_header> 21590 _ACEOF 21591 rm -f conftest.$ac_objext 21592 if { (ac_try="$ac_compile" 21593 case "(($ac_try" in 21594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21595 *) ac_try_echo=$ac_try;; 21596 esac 21597 eval "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;; 21609 esac 21610 eval "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;; 21619 esac 21620 eval "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 21626 else 21627 echo "$as_me: failed program was:" >&5 21628 sed 's/^/| /' conftest.$ac_ext >&5 21629 21630 ac_header_compiler=no 21631 fi 21632 21633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21634 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 21635 echo "${ECHO_T}$ac_header_compiler" >&6; } 21636 21637 # Is the header present? 21638 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 21639 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 21640 cat >conftest.$ac_ext <<_ACEOF 21641 /* confdefs.h. */ 21642 _ACEOF 21643 cat confdefs.h >>conftest.$ac_ext 21644 cat >>conftest.$ac_ext <<_ACEOF 21645 /* end confdefs.h. */ 21646 #include <$ac_header> 21647 _ACEOF 21648 if { (ac_try="$ac_cpp conftest.$ac_ext" 21649 case "(($ac_try" in 21650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21651 *) ac_try_echo=$ac_try;; 21652 esac 21653 eval "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 21667 else 21668 ac_cpp_err=yes 21669 fi 21670 if test -z "$ac_cpp_err"; then 21671 ac_header_preproc=yes 21672 else 21673 echo "$as_me: failed program was:" >&5 21674 sed 's/^/| /' conftest.$ac_ext >&5 21675 21676 ac_header_preproc=no 21677 fi 21678 21679 rm -f conftest.err conftest.$ac_ext 21680 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 21681 echo "${ECHO_T}$ac_header_preproc" >&6; } 21682 21683 # So? What about this header? 21684 case $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 21687 echo "$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 21689 echo "$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 21694 echo "$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 21696 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 21697 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 21698 echo "$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 21700 echo "$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 21702 echo "$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 21704 echo "$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 ;; 21712 esac 21713 { echo "$as_me:$LINENO: checking for $ac_header" >&5 21714 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 21715 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 21716 echo $ECHO_N "(cached) $ECHO_C" >&6 21717 else 21718 eval "$as_ac_Header=\$ac_header_preproc" 21719 fi 21720 ac_res=`eval echo '${'$as_ac_Header'}'` 21721 { echo "$as_me:$LINENO: result: $ac_res" >&5 21722 echo "${ECHO_T}$ac_res" >&6; } 21723 21724 fi 21725 if 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 21730 fi 21731 21732 done 21733 21433 21734 { echo "$as_me:$LINENO: checking for X" >&5 21434 21735 echo $ECHO_N "checking for X... $ECHO_C" >&6; } … … 21694 21995 21695 21996 21997 21696 21998 GETTEXT_PACKAGE=gajim 21697 21999 … … 21844 22146 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 21845 22147 ( cat <<\_ASBOX 21846 ## ------------------------------------- ---------##21847 ## Report this to http://trac.gajim.org/ newticket##21848 ## ------------------------------------- ---------##22148 ## ------------------------------------- ## 22149 ## Report this to http://trac.gajim.org/ ## 22150 ## ------------------------------------- ## 21849 22151 _ASBOX 21850 22152 ) | sed "s/^/$as_me: WARNING: /" >&2 … … 22093 22395 echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;} 22094 22396 ( cat <<\_ASBOX 22095 ## ----------------------
