This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by dconf configure 0.20.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp08 uname -m = i686 uname -r = 3.15.0-rc8-2.i386 uname -s = Linux uname -v = #2 SMP Thu Jun 5 11:08:29 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2425: checking for a BSD-compatible install configure:2493: result: /bin/install -c configure:2504: checking whether build environment is sane configure:2559: result: yes configure:2710: checking for a thread-safe mkdir -p configure:2749: result: /bin/mkdir -p configure:2756: checking for gawk configure:2772: found /bin/gawk configure:2783: result: gawk configure:2794: checking whether make sets $(MAKE) configure:2816: result: yes configure:2845: checking whether make supports nested variables configure:2862: result: yes configure:2957: checking whether make supports nested variables configure:2974: result: yes configure:3000: checking for i686-uhu-linux-gcc configure:3016: found /usr/bin/i686-uhu-linux-gcc configure:3027: result: i686-uhu-linux-gcc configure:3296: checking for C compiler version configure:3305: i686-uhu-linux-gcc --version >&5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 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:3316: $? = 0 configure:3305: i686-uhu-linux-gcc -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:3316: $? = 0 configure:3305: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3316: $? = 1 configure:3305: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-qversion' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3316: $? = 1 configure:3336: checking whether the C compiler works configure:3358: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3362: $? = 0 configure:3410: result: yes configure:3413: checking for C compiler default output file name configure:3415: result: a.out configure:3421: checking for suffix of executables configure:3428: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3432: $? = 0 configure:3454: result: configure:3476: checking whether we are cross compiling configure:3484: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3488: $? = 0 configure:3495: ./conftest configure:3499: $? = 0 configure:3514: result: no configure:3519: checking for suffix of object files configure:3541: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3545: $? = 0 configure:3566: result: o configure:3570: checking whether we are using the GNU C compiler configure:3589: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3589: $? = 0 configure:3598: result: yes configure:3607: checking whether i686-uhu-linux-gcc accepts -g configure:3627: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3627: $? = 0 configure:3668: result: yes configure:3685: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:3748: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3748: $? = 0 configure:3761: result: none needed configure:3792: checking for style of include used by make configure:3820: result: GNU configure:3846: checking dependency style of i686-uhu-linux-gcc configure:3957: result: gcc3 configure:3973: checking for dlsym in -lc configure:3998: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lc >&5 /tmp/ccbOuyoz.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `dlsym' collect2: error: ld returned 1 exit status configure:3998: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "dconf" | #define PACKAGE_TARNAME "dconf" | #define PACKAGE_VERSION "0.20.0" | #define PACKAGE_STRING "dconf 0.20.0" | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=dconf" | #define PACKAGE_URL "" | #define PACKAGE "dconf" | #define VERSION "0.20.0" | /* end confdefs.h. */ | | /* 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 dlsym (); | int | main () | { | return dlsym (); | ; | return 0; | } configure:4007: result: no configure:4012: checking for dlsym in -ldl configure:4037: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -ldl >&5 configure:4037: $? = 0 configure:4046: result: yes configure:4057: checking for valac configure:4075: found /usr/bin/valac configure:4088: result: /usr/bin/valac configure:4097: checking whether /usr/bin/valac is at least version 0.18.0 configure:4105: result: yes configure:4129: checking for i686-uhu-linux-ranlib configure:4159: result: no configure:4169: checking for ranlib configure:4185: found /usr/bin/ranlib configure:4196: result: ranlib configure:4230: checking for xsltproc configure:4248: found /usr/bin/xsltproc configure:4260: result: /usr/bin/xsltproc configure:4287: checking for glib-compile-resources configure:4305: found /usr/bin/glib-compile-resources configure:4317: result: /usr/bin/glib-compile-resources configure:4350: checking for i686-uhu-linux-pkg-config configure:4383: result: no configure:4393: checking for pkg-config configure:4411: found /usr/bin/pkg-config configure:4423: result: /usr/bin/pkg-config configure:4448: checking pkg-config is at least version 0.16 configure:4451: result: yes configure:4565: checking for gtk-doc configure:4568: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires" Package gtk-doc was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk-doc.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk-doc' found configure:4571: $? = 1 configure:4577: result: no configure:4583: WARNING: You will not be able to create source packages with 'make dist' because gtk-doc >= 1.15 is not found. configure:4591: checking for gtkdoc-check configure:4621: result: no configure:4628: checking for gtkdoc-check configure:4661: result: no configure:4670: checking for gtkdoc-rebase configure:4703: result: no configure:4714: checking for gtkdoc-mkpdf configure:4747: result: no configure:4772: checking whether to build gtk-doc documentation configure:4774: result: no configure:4787: checking for GTKDOC_DEPS configure:4794: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" configure:4797: $? = 0 configure:4811: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" configure:4814: $? = 0 configure:4852: result: yes configure:4935: checking for glib configure:4942: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.39.1" configure:4945: $? = 0 configure:4959: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.39.1" configure:4962: $? = 0 configure:5020: result: yes configure:5026: checking for gio configure:5033: $PKG_CONFIG --exists --print-errors "gio-unix-2.0" configure:5036: $? = 0 configure:5050: $PKG_CONFIG --exists --print-errors "gio-unix-2.0" configure:5053: $? = 0 configure:5111: result: yes configure:5117: checking for dbus configure:5124: $PKG_CONFIG --exists --print-errors "dbus-1" configure:5127: $? = 0 configure:5141: $PKG_CONFIG --exists --print-errors "dbus-1" configure:5144: $? = 0 configure:5202: result: yes configure:5224: checking for gtk configure:5231: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.4" configure:5234: $? = 0 configure:5248: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.4" configure:5251: $? = 0 configure:5309: result: yes configure:5315: checking for gmodule configure:5322: $PKG_CONFIG --exists --print-errors "gmodule-2.0" configure:5325: $? = 0 configure:5339: $PKG_CONFIG --exists --print-errors "gmodule-2.0" configure:5342: $? = 0 configure:5400: result: yes configure:5406: checking for libxml configure:5413: $PKG_CONFIG --exists --print-errors "libxml-2.0" configure:5416: $? = 0 configure:5430: $PKG_CONFIG --exists --print-errors "libxml-2.0" configure:5433: $? = 0 configure:5491: result: yes configure:5532: checking for gio-querymodules configure:5550: found /usr/bin/gio-querymodules configure:5563: result: /usr/bin/gio-querymodules configure:5596: checking how to run the C preprocessor configure:5627: i686-uhu-linux-gcc -E conftest.c configure:5627: $? = 0 configure:5641: i686-uhu-linux-gcc -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5641: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "dconf" | #define PACKAGE_TARNAME "dconf" | #define PACKAGE_VERSION "0.20.0" | #define PACKAGE_STRING "dconf 0.20.0" | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=dconf" | #define PACKAGE_URL "" | #define PACKAGE "dconf" | #define VERSION "0.20.0" | #define GETTEXT_PACKAGE "dconf" | /* end confdefs.h. */ | #include configure:5666: result: i686-uhu-linux-gcc -E configure:5686: i686-uhu-linux-gcc -E conftest.c configure:5686: $? = 0 configure:5700: i686-uhu-linux-gcc -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5700: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "dconf" | #define PACKAGE_TARNAME "dconf" | #define PACKAGE_VERSION "0.20.0" | #define PACKAGE_STRING "dconf 0.20.0" | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=dconf" | #define PACKAGE_URL "" | #define PACKAGE "dconf" | #define VERSION "0.20.0" | #define GETTEXT_PACKAGE "dconf" | /* end confdefs.h. */ | #include configure:5729: checking for grep that handles long lines and -e configure:5787: result: /bin/grep configure:5792: checking for egrep configure:5854: result: /bin/grep -E configure:5859: checking for ANSI C header files configure:5879: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5879: $? = 0 configure:5952: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5952: $? = 0 configure:5952: ./conftest configure:5952: $? = 0 configure:5963: result: yes configure:5976: checking for sys/types.h configure:5976: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5976: $? = 0 configure:5976: result: yes configure:5976: checking for sys/stat.h configure:5976: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5976: $? = 0 configure:5976: result: yes configure:5976: checking for stdlib.h configure:5976: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5976: $? = 0 configure:5976: result: yes configure:5976: checking for string.h configure:5976: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5976: $? = 0 configure:5976: result: yes configure:5976: checking for memory.h configure:5976: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5976: $? = 0 configure:5976: result: yes configure:5976: checking for strings.h configure:5976: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5976: $? = 0 configure:5976: result: yes configure:5976: checking for inttypes.h configure:5976: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5976: $? = 0 configure:5976: result: yes configure:5976: checking for stdint.h configure:5976: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5976: $? = 0 configure:5976: result: yes configure:5976: checking for unistd.h configure:5976: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5976: $? = 0 configure:5976: result: yes configure:5991: checking locale.h usability configure:5991: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5991: $? = 0 configure:5991: result: yes configure:5991: checking locale.h presence configure:5991: i686-uhu-linux-gcc -E conftest.c configure:5991: $? = 0 configure:5991: result: yes configure:5991: checking for locale.h configure:5991: result: yes configure:6002: checking for LC_MESSAGES configure:6018: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6018: $? = 0 configure:6026: result: yes configure:6043: checking libintl.h usability configure:6043: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6043: $? = 0 configure:6043: result: yes configure:6043: checking libintl.h presence configure:6043: i686-uhu-linux-gcc -E conftest.c configure:6043: $? = 0 configure:6043: result: yes configure:6043: checking for libintl.h configure:6043: result: yes configure:6051: checking for ngettext in libc configure:6069: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6069: $? = 0 configure:6078: result: yes configure:6082: checking for dgettext in libc configure:6100: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6100: $? = 0 configure:6109: result: yes configure:6116: checking for bind_textdomain_codeset configure:6116: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6116: $? = 0 configure:6116: result: yes configure:6392: checking for msgfmt configure:6419: result: /usr/bin/msgfmt configure:6430: checking for dcgettext configure:6430: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:49:6: warning: conflicting types for built-in function 'dcgettext' [enabled by default] char dcgettext (); ^ configure:6430: $? = 0 configure:6430: result: yes configure:6440: checking if msgfmt accepts -c configure:6455: $MSGFMT -c -o /dev/null conftest.foo conftest.foo:3: warning: header field 'Language' missing in header configure:6458: $? = 0 configure:6460: result: yes configure:6470: checking for gmsgfmt configure:6501: result: /usr/bin/msgfmt configure:6511: checking for xgettext configure:6538: result: /usr/bin/xgettext configure:6557: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6557: $? = 0 configure:6697: checking whether NLS is requested configure:6706: result: yes configure:6724: checking for intltool >= 0.50.0 configure:6726: result: 0.50.2 found configure:6734: checking for intltool-update configure:6752: found /usr/bin/intltool-update configure:6764: result: /usr/bin/intltool-update configure:6774: checking for intltool-merge configure:6792: found /usr/bin/intltool-merge configure:6804: result: /usr/bin/intltool-merge configure:6814: checking for intltool-extract configure:6832: found /usr/bin/intltool-extract configure:6844: result: /usr/bin/intltool-extract configure:6998: checking for xgettext configure:7028: result: /usr/bin/xgettext configure:7038: checking for msgmerge configure:7056: found /usr/bin/msgmerge configure:7068: result: /usr/bin/msgmerge configure:7078: checking for msgfmt configure:7108: result: /usr/bin/msgfmt configure:7118: checking for gmsgfmt configure:7149: result: /usr/bin/msgfmt configure:7169: checking for perl configure:7187: found /usr/bin/perl configure:7199: result: /usr/bin/perl configure:7210: checking for perl >= 5.8.1 configure:7217: result: 5.18.2 configure:7221: checking for XML::Parser configure:7224: result: ok configure:7387: checking that generated files are newer than configure configure:7393: result: done configure:7452: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by dconf config.status 0.20.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp08 config.status:1043: creating common/Makefile config.status:1043: creating shm/Makefile config.status:1043: creating gvdb/Makefile config.status:1043: creating engine/Makefile config.status:1043: creating gdbus/Makefile config.status:1043: creating gsettings/Makefile config.status:1043: creating dbus-1/dconf-dbus-1.pc config.status:1043: creating client/dconf.pc config.status:1043: creating client/Makefile config.status:1043: creating service/Makefile config.status:1043: creating dbus-1/Makefile config.status:1043: creating bin/Makefile config.status:1043: creating editor/Makefile config.status:1043: creating editor/dconf-editor.desktop.in config.status:1043: creating tests/Makefile config.status:1043: creating docs/Makefile config.status:1043: creating po/Makefile.in config.status:1043: creating Makefile config.status:1043: creating config.h config.status:1272: executing depfiles commands config.status:1272: executing default-1 commands config.status:1272: executing po/stamp-it commands configure:8807: WARNING: unrecognized options: --enable-shared, --disable-static ## ---------------- ## ## Cache variables. ## ## ---------------- ## 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='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_GTKDOC_DEPS_CFLAGS_set= ac_cv_env_GTKDOC_DEPS_CFLAGS_value= ac_cv_env_GTKDOC_DEPS_LIBS_set= ac_cv_env_GTKDOC_DEPS_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_dbus_CFLAGS_set= ac_cv_env_dbus_CFLAGS_value= ac_cv_env_dbus_LIBS_set= ac_cv_env_dbus_LIBS_value= ac_cv_env_gio_CFLAGS_set= ac_cv_env_gio_CFLAGS_value= ac_cv_env_gio_LIBS_set= ac_cv_env_gio_LIBS_value= ac_cv_env_glib_CFLAGS_set= ac_cv_env_glib_CFLAGS_value= ac_cv_env_glib_LIBS_set= ac_cv_env_glib_LIBS_value= ac_cv_env_gmodule_CFLAGS_set= ac_cv_env_gmodule_CFLAGS_value= ac_cv_env_gmodule_LIBS_set= ac_cv_env_gmodule_LIBS_value= ac_cv_env_gtk_CFLAGS_set= ac_cv_env_gtk_CFLAGS_value= ac_cv_env_gtk_LIBS_set= ac_cv_env_gtk_LIBS_value= ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_libxml_CFLAGS_set= ac_cv_env_libxml_CFLAGS_value= ac_cv_env_libxml_LIBS_set= ac_cv_env_libxml_LIBS_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_bind_textdomain_codeset=yes ac_cv_func_dcgettext=yes ac_cv_header_inttypes_h=yes ac_cv_header_libintl_h=yes ac_cv_header_locale_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_types_h=yes ac_cv_header_unistd_h=yes ac_cv_lib_c_dlsym=no ac_cv_lib_dl_dlsym=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GLIB_COMPILE_RESOURCES=/usr/bin/glib-compile-resources 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_VALAC=/usr/bin/valac ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_XSLTPROC=/usr/bin/xsltproc ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_gio_QUERYMODULES=/usr/bin/gio-querymodules ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -E' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes 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 pkg_cv_GTKDOC_DEPS_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' pkg_cv_GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0 ' pkg_cv_dbus_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include ' pkg_cv_dbus_LIBS='-ldbus-1 ' pkg_cv_gio_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' pkg_cv_gio_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 ' pkg_cv_glib_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' pkg_cv_glib_LIBS='-lglib-2.0 ' pkg_cv_gmodule_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' pkg_cv_gmodule_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 ' pkg_cv_gtk_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' pkg_cv_gtk_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' pkg_cv_libxml_CFLAGS='-I/usr/include/libxml2 ' pkg_cv_libxml_LIBS='-lxml2 ' ## ----------------- ## ## Output variables. ## ## ----------------- ## $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \ test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \ test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \ $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p $(@D) && touch $@ $(AM_V_GEN) glib-mkenums --comments '\'''\'' --fhead "" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " " --vtail " " --ftail "" $^ > $@.tmp && mv $@.tmp $@ @$(NORMAL_INSTALL) @$(NORMAL_UNINSTALL) @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \ fi files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ if test -n "$^"; then \ rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) test -n "$$files" || exit 0; \ test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) $(gsettings__enum_file): $(gsettings_ENUM_FILES) %.gschema.valid: %.gschema.xml $(gsettings__enum_file) .PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas .SECONDARY: $(gsettings_SCHEMAS) ACLOCAL='${SHELL} /var/uhubuild/work/compile/aux/missing aclocal-1.13' ALL_LINGUAS='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AUTOCONF='${SHELL} /var/uhubuild/work/compile/aux/missing autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/aux/missing autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/aux/missing automake-1.13' AWK='gawk' CATALOGS='' CATOBJEXT='.gmo' CC='i686-uhu-linux-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic ' CPP='i686-uhu-linux-gcc -E' CPPFLAGS='' CYGPATH_W='echo' DATADIRNAME='share' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_EDITOR_FALSE='#' ENABLE_EDITOR_TRUE='' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='#' ENABLE_MAN_FALSE='#' ENABLE_MAN_TRUE='' EXEEXT='' GETTEXT_PACKAGE='dconf' GLIB_COMPILE_RESOURCES='/usr/bin/glib-compile-resources' GLIB_COMPILE_SCHEMAS='glib-compile-schemas' GMOFILES='' GMSGFMT='/usr/bin/msgfmt' GREP='/bin/grep' GSETTINGS_DISABLE_SCHEMAS_COMPILE='' GSETTINGS_RULES=' GTKDOC_CHECK='' GTKDOC_CHECK_PATH='' GTKDOC_DEPS_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0 ' GTKDOC_MKPDF='' GTKDOC_REBASE='true' GTK_DOC_BUILD_HTML_FALSE='#' GTK_DOC_BUILD_HTML_TRUE='' GTK_DOC_BUILD_PDF_FALSE='' GTK_DOC_BUILD_PDF_TRUE='#' GTK_DOC_USE_LIBTOOL_FALSE='' GTK_DOC_USE_LIBTOOL_TRUE='#' GTK_DOC_USE_REBASE_FALSE='#' GTK_DOC_USE_REBASE_TRUE='' HAVE_GTK_DOC_FALSE='' HAVE_GTK_DOC_TRUE='#' HTML_DIR='${datadir}/gtk-doc/html' 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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' INTLTOOL_PERL='/usr/bin/perl' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UPDATE='/usr/bin/intltool-update' INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' LDFLAGS='' LIBDL='-ldl' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKEINFO='${SHELL} /var/uhubuild/work/compile/aux/missing makeinfo' MKDIR_P='/bin/mkdir -p' MKINSTALLDIRS='aux/mkinstalldirs' MSGFMT='/usr/bin/msgfmt' MSGFMT_OPTS='-c' MSGMERGE='/usr/bin/msgmerge' OBJEXT='o' PACKAGE='dconf' PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=dconf' PACKAGE_NAME='dconf' PACKAGE_STRING='dconf 0.20.0' PACKAGE_TARNAME='dconf' PACKAGE_URL='' PACKAGE_VERSION='0.20.0' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' POFILES='' POSUB='po' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='' USE_NLS='yes' VALAC='/usr/bin/valac' VERSION='0.20.0' XGETTEXT='/usr/bin/xgettext' XSLTPROC='/usr/bin/xsltproc' ac_ct_CC='' all-am: $(gsettings_SCHEMAS:.xml=.valid) am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build_alias='i686-uhu-linux' clean-gsettings-schemas: datadir='${datarootdir}' datarootdir='${prefix}/share' dbus_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include ' dbus_LIBS='-ldbus-1 ' dbusservicedir='${datarootdir}/dbus-1/services' dbussystemservicedir='${datarootdir}/dbus-1/system-services' dconfincludedir='${prefix}/include/dconf' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' endif' exec_prefix='${prefix}' gio_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' gio_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 ' gio_QUERYMODULES='/usr/bin/gio-querymodules' giomodulesdir='${exec_prefix}/lib/gio/modules' glib_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' glib_LIBS='-lglib-2.0 ' gmodule_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' gmodule_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 ' gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE)) gsettingsschemadir='${datarootdir}/glib-2.0/schemas' gtk_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' gtk_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' host_alias='i686-uhu-linux' htmldir='${docdir}' ifdef gsettings_ENUM_NAMESPACE includedir='${prefix}/include' infodir='/usr/share/info' install-data-am: install-gsettings-schemas install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file) install_sh='${SHELL} /var/uhubuild/work/compile/aux/install-sh' intltool__v_merge_options_0='-q' intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libxml_CFLAGS='-I/usr/include/libxml2 ' libxml_LIBS='-lxml2 ' localedir='${datarootdir}/locale' localstatedir='/var' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' mostlyclean-am: clean-gsettings-schemas 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_alias='' uninstall-am: uninstall-gsettings-schemas uninstall-gsettings-schemas: ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "dconf" #define PACKAGE_TARNAME "dconf" #define PACKAGE_VERSION "0.20.0" #define PACKAGE_STRING "dconf 0.20.0" #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=dconf" #define PACKAGE_URL "" #define PACKAGE "dconf" #define VERSION "0.20.0" #define GETTEXT_PACKAGE "dconf" #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_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 configure: exit 0