This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by gimp-plugin-template configure 2.2.0, which was generated by GNU Autoconf 2.64. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = mirage uname -m = x86_64 uname -r = 2.6.31-19-generic uname -s = Linux uname -v = #56-Ubuntu SMP Thu Jan 28 02:39:34 UTC 2010 /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/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2250: checking for a BSD-compatible install configure:2318: result: /usr/bin/install -c configure:2329: checking whether build environment is sane configure:2366: result: yes configure:2396: checking for gawk configure:2426: result: no configure:2396: checking for mawk configure:2412: found /usr/bin/mawk configure:2423: result: mawk configure:2434: checking whether make sets $(MAKE) configure:2456: result: yes configure:2634: checking for style of include used by make configure:2662: result: GNU configure:2735: checking for gcc configure:2751: found /usr/bin/gcc configure:2762: result: gcc configure:2991: checking for C compiler version configure:3000: gcc --version >&5 gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1 Copyright (C) 2009 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:3011: $? = 0 configure:3000: gcc -v >&5 Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) configure:3011: $? = 0 configure:3000: gcc -V >&5 gcc: '-V' option must have argument configure:3011: $? = 1 configure:3000: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:3011: $? = 1 configure:3033: checking for C compiler default output file name configure:3055: gcc conftest.c >&5 configure:3059: $? = 0 configure:3096: result: a.out configure:3112: checking whether the C compiler works configure:3121: ./a.out configure:3125: $? = 0 configure:3140: result: yes configure:3147: checking whether we are cross compiling configure:3149: result: no configure:3152: checking for suffix of executables configure:3159: gcc -o conftest conftest.c >&5 configure:3163: $? = 0 configure:3185: result: configure:3191: checking for suffix of object files configure:3213: gcc -c conftest.c >&5 configure:3217: $? = 0 configure:3238: result: o configure:3242: checking whether we are using the GNU C compiler configure:3261: gcc -c conftest.c >&5 configure:3261: $? = 0 configure:3270: result: yes configure:3279: checking whether gcc accepts -g configure:3299: gcc -c -g conftest.c >&5 configure:3299: $? = 0 configure:3340: result: yes configure:3357: checking for gcc option to accept ISO C89 configure:3421: gcc -c -g -O2 conftest.c >&5 configure:3421: $? = 0 configure:3434: result: none needed configure:3456: checking dependency style of gcc configure:3539: result: gcc3 configure:3558: checking for strerror in -lcposix configure:3583: gcc -o conftest -g -O2 conftest.c -lcposix >&5 /usr/bin/ld: cannot find -lcposix collect2: ld returned 1 exit status configure:3583: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gimp-plugin-template" | #define PACKAGE_TARNAME "gimp-plugin-template" | #define PACKAGE_VERSION "2.2.0" | #define PACKAGE_STRING "gimp-plugin-template 2.2.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PLUGIN_NAME PACKAGE_NAME | #define PLUGIN_VERSION PACKAGE_VERSION | #define PLUGIN_MAJOR_VERSION 2 | #define PLUGIN_MINOR_VERSION 2 | #define PLUGIN_MICRO_VERSION 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 strerror (); | int | main () | { | return strerror (); | ; | return 0; | } configure:3592: result: no configure:3648: checking for gcc configure:3675: result: gcc configure:3904: checking for C compiler version configure:3913: gcc --version >&5 gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1 Copyright (C) 2009 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:3924: $? = 0 configure:3913: gcc -v >&5 Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) configure:3924: $? = 0 configure:3913: gcc -V >&5 gcc: '-V' option must have argument configure:3924: $? = 1 configure:3913: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:3924: $? = 1 configure:3928: checking whether we are using the GNU C compiler configure:3956: result: yes configure:3965: checking whether gcc accepts -g configure:4026: result: yes configure:4043: checking for gcc option to accept ISO C89 configure:4120: result: none needed configure:4142: checking dependency style of gcc configure:4225: result: gcc3 configure:4300: checking for g++ configure:4316: found /usr/bin/g++ configure:4327: result: g++ configure:4354: checking for C++ compiler version configure:4363: g++ --version >&5 g++ (Ubuntu 4.4.1-4ubuntu9) 4.4.1 Copyright (C) 2009 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:4374: $? = 0 configure:4363: g++ -v >&5 Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) configure:4374: $? = 0 configure:4363: g++ -V >&5 g++: '-V' option must have argument configure:4374: $? = 1 configure:4363: g++ -qversion >&5 g++: unrecognized option '-qversion' g++: no input files configure:4374: $? = 1 configure:4378: checking whether we are using the GNU C++ compiler configure:4397: g++ -c conftest.cpp >&5 configure:4397: $? = 0 configure:4406: result: yes configure:4415: checking whether g++ accepts -g configure:4435: g++ -c -g conftest.cpp >&5 configure:4435: $? = 0 configure:4476: result: yes configure:4501: checking dependency style of g++ configure:4584: result: gcc3 configure:4604: checking for gcc option to accept ANSI C configure:4662: gcc -c -g -O2 conftest.c >&5 configure:4662: $? = 0 configure:4672: result: none needed configure:4688: checking how to run the C preprocessor configure:4719: gcc -E conftest.c configure:4719: $? = 0 configure:4733: gcc -E conftest.c conftest.c:14:28: error: ac_nonexistent.h: No such file or directory configure:4733: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gimp-plugin-template" | #define PACKAGE_TARNAME "gimp-plugin-template" | #define PACKAGE_VERSION "2.2.0" | #define PACKAGE_STRING "gimp-plugin-template 2.2.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PLUGIN_NAME PACKAGE_NAME | #define PLUGIN_VERSION PACKAGE_VERSION | #define PLUGIN_MAJOR_VERSION 2 | #define PLUGIN_MINOR_VERSION 2 | #define PLUGIN_MICRO_VERSION 0 | /* end confdefs.h. */ | #include configure:4758: result: gcc -E configure:4778: gcc -E conftest.c configure:4778: $? = 0 configure:4792: gcc -E conftest.c conftest.c:14:28: error: ac_nonexistent.h: No such file or directory configure:4792: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gimp-plugin-template" | #define PACKAGE_TARNAME "gimp-plugin-template" | #define PACKAGE_VERSION "2.2.0" | #define PACKAGE_STRING "gimp-plugin-template 2.2.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PLUGIN_NAME PACKAGE_NAME | #define PLUGIN_VERSION PACKAGE_VERSION | #define PLUGIN_MAJOR_VERSION 2 | #define PLUGIN_MINOR_VERSION 2 | #define PLUGIN_MICRO_VERSION 0 | /* end confdefs.h. */ | #include configure:4821: checking for grep that handles long lines and -e configure:4879: result: /bin/grep configure:4884: checking for egrep configure:4946: result: /bin/grep -E configure:4951: checking for ANSI C header files configure:4971: gcc -c -g -O2 conftest.c >&5 configure:4971: $? = 0 configure:5044: gcc -o conftest -g -O2 conftest.c >&5 configure:5044: $? = 0 configure:5044: ./conftest configure:5044: $? = 0 configure:5055: result: yes configure:5067: checking whether to enable maintainer-specific portions of Makefiles configure:5076: result: no configure:5109: checking for pkg-config configure:5127: found /usr/bin/pkg-config configure:5140: result: /usr/bin/pkg-config configure:5158: checking for gimp-2.0 >= 2.2.0 gimpui-2.0 >= 2.2.0 configure:5162: result: yes configure:5166: checking GIMP_CFLAGS configure:5169: result: -D_REENTRANT -I/usr/include/gimp-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -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/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 configure:5172: checking GIMP_LIBS configure:5175: result: -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 configure:5289: checking for perl configure:5307: found /usr/bin/perl configure:5319: result: /usr/bin/perl configure:5334: checking for XML::Parser configure:5337: result: ok configure:5346: checking for iconv configure:5364: found /usr/bin/iconv configure:5377: result: /usr/bin/iconv configure:5387: checking for msgfmt configure:5405: found /usr/bin/msgfmt configure:5418: result: /usr/bin/msgfmt configure:5428: checking for msgmerge configure:5446: found /usr/bin/msgmerge configure:5459: result: /usr/bin/msgmerge configure:5469: checking for xgettext configure:5487: found /usr/bin/xgettext configure:5500: result: /usr/bin/xgettext configure:5554: checking for sys/types.h configure:5554: gcc -c -g -O2 -Wall conftest.c >&5 configure:5554: $? = 0 configure:5554: result: yes configure:5554: checking for sys/stat.h configure:5554: gcc -c -g -O2 -Wall conftest.c >&5 configure:5554: $? = 0 configure:5554: result: yes configure:5554: checking for stdlib.h configure:5554: gcc -c -g -O2 -Wall conftest.c >&5 configure:5554: $? = 0 configure:5554: result: yes configure:5554: checking for string.h configure:5554: gcc -c -g -O2 -Wall conftest.c >&5 configure:5554: $? = 0 configure:5554: result: yes configure:5554: checking for memory.h configure:5554: gcc -c -g -O2 -Wall conftest.c >&5 configure:5554: $? = 0 configure:5554: result: yes configure:5554: checking for strings.h configure:5554: gcc -c -g -O2 -Wall conftest.c >&5 configure:5554: $? = 0 configure:5554: result: yes configure:5554: checking for inttypes.h configure:5554: gcc -c -g -O2 -Wall conftest.c >&5 configure:5554: $? = 0 configure:5554: result: yes configure:5554: checking for stdint.h configure:5554: gcc -c -g -O2 -Wall conftest.c >&5 configure:5554: $? = 0 configure:5554: result: yes configure:5554: checking for unistd.h configure:5554: gcc -c -g -O2 -Wall conftest.c >&5 configure:5554: $? = 0 configure:5554: result: yes configure:5570: checking locale.h usability configure:5570: gcc -c -g -O2 -Wall conftest.c >&5 configure:5570: $? = 0 configure:5570: result: yes configure:5570: checking locale.h presence configure:5570: gcc -E conftest.c configure:5570: $? = 0 configure:5570: result: yes configure:5570: checking for locale.h configure:5570: result: yes configure:5581: checking for LC_MESSAGES configure:5597: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:5597: $? = 0 configure:5605: result: yes configure:5622: checking libintl.h usability configure:5622: gcc -c -g -O2 -Wall conftest.c >&5 configure:5622: $? = 0 configure:5622: result: yes configure:5622: checking libintl.h presence configure:5622: gcc -E conftest.c configure:5622: $? = 0 configure:5622: result: yes configure:5622: checking for libintl.h configure:5622: result: yes configure:5630: checking for dgettext in libc configure:5648: gcc -o conftest -g -O2 -Wall conftest.c >&5 conftest.c: In function 'main': conftest.c:34: warning: cast from pointer to integer of different size configure:5648: $? = 0 configure:5657: result: yes configure:5663: checking for bind_textdomain_codeset configure:5663: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:5663: $? = 0 configure:5663: result: yes configure:5857: checking for msgfmt configure:5884: result: /usr/bin/msgfmt configure:5895: checking for dcgettext configure:5895: gcc -o conftest -g -O2 -Wall conftest.c >&5 conftest.c:52: warning: conflicting types for built-in function 'dcgettext' configure:5895: $? = 0 configure:5895: result: yes configure:5906: checking for gmsgfmt configure:5937: result: /usr/bin/msgfmt configure:5947: checking for xgettext configure:5974: result: /usr/bin/xgettext configure:5993: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:5993: $? = 0 configure:6071: checking for catalogs to be installed configure:6096: result: az de fr sk sv zh_TW configure:6131: checking for bind_textdomain_codeset configure:6131: result: yes configure:6148: checking if GTK+ is version 2.7.0 or newer configure:6155: result: yes configure:6163: checking if GIMP is version 2.3.0 or newer configure:6170: result: yes configure:6311: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by gimp-plugin-template config.status 2.2.0, which was generated by GNU Autoconf 2.64. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on mirage config.status:934: creating Makefile config.status:934: creating src/Makefile config.status:934: creating po/Makefile.in config.status:1037: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting config.status:934: creating help/Makefile config.status:934: creating help/en/Makefile config.status:934: creating help/images/Makefile config.status:934: creating config.h config.status:1100: config.h is unchanged config.status:1147: executing depfiles commands config.status:1147: executing intltool commands config.status:1147: executing default-1 commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_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_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_cposix_strerror=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_ICONV=/usr/bin/iconv ac_cv_path_INTLTOOL_PERL=/usr/bin/perl 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_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=mawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_prog_cc_stdc= am_cv_val_LC_MESSAGES=yes gt_cv_func_dgettext_libc=yes gt_cv_func_dgettext_libintl=no gt_cv_have_gettext=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/davidb/gimp_plugin/bilateral/missing --run aclocal-1.7 ' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/davidb/gimp_plugin/bilateral/missing --run tar' AUTOCONF='${SHELL} /home/davidb/gimp_plugin/bilateral/missing --run autoconf' AUTOHEADER='${SHELL} /home/davidb/gimp_plugin/bilateral/missing --run autoheader' AUTOMAKE='${SHELL} /home/davidb/gimp_plugin/bilateral/missing --run automake-1.7' AWK='mawk' CATALOGS=' az.gmo de.gmo fr.gmo sk.gmo sv.gmo zh_TW.gmo' CATOBJEXT='.gmo' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -Wall' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DATADIR='${datadir}/gimp-plugin-template' DATADIRNAME='share' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GETTEXT_PACKAGE='gimp20-plugin-template' GIMP_CFLAGS='-D_REENTRANT -I/usr/include/gimp-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -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/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 ' GIMP_LIBDIR='/usr/lib/gimp/2.0' GIMP_LIBS='-lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ' GMOFILES=' az.gmo de.gmo fr.gmo sk.gmo sv.gmo zh_TW.gmo' GMSGFMT='/usr/bin/msgfmt' GREP='/bin/grep' ICONV='/usr/bin/iconv' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(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='$(top_builddir)/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='$(top_builddir)/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_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_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='$(top_builddir)/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 $< $@' LDFLAGS='' LIBOBJS='' LIBS='' LOCALEDIR='${datadir}/locale' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/davidb/gimp_plugin/bilateral/missing --run makeinfo' MKINSTALLDIRS='./mkinstalldirs' MSGFMT='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' OBJEXT='o' PACKAGE='gimp-plugin-template' PACKAGE_BUGREPORT='' PACKAGE_NAME='gimp-plugin-template' PACKAGE_STRING='gimp-plugin-template 2.2.0' PACKAGE_TARNAME='gimp-plugin-template' PACKAGE_URL='' PACKAGE_VERSION='2.2.0' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' POFILES=' az.po de.po fr.po sk.po sv.po zh_TW.po' POSUB='po' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' SET_MAKE='' SHELL='/bin/bash' STRIP='' USE_NLS='yes' VERSION='2.2.0' XGETTEXT='/usr/bin/xgettext' ac_ct_CC='gcc' ac_ct_CXX='g++' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='/home/davidb/gimp_plugin/bilateral/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='mkdir -p -- .' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "gimp-plugin-template" #define PACKAGE_TARNAME "gimp-plugin-template" #define PACKAGE_VERSION "2.2.0" #define PACKAGE_STRING "gimp-plugin-template 2.2.0" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PLUGIN_NAME PACKAGE_NAME #define PLUGIN_VERSION PACKAGE_VERSION #define PLUGIN_MAJOR_VERSION 2 #define PLUGIN_MINOR_VERSION 2 #define PLUGIN_MICRO_VERSION 0 #define STDC_HEADERS 1 #define GETTEXT_PACKAGE "gimp20-plugin-template" #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 #define HAVE_BIND_TEXTDOMAIN_CODESET 1 configure: exit 0