Codebase list policykit-1-gnome / upstream/0.96
Imported Upstream version 0.96 Michael Biebl 14 years ago
20 changed file(s) with 3214 addition(s) and 4454 deletion(s). Raw diff Collapse all Expand all
0 # Makefile.in generated by automake 1.11 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
142142 GMSGFMT = @GMSGFMT@
143143 GREP = @GREP@
144144 GTKDOC_CHECK = @GTKDOC_CHECK@
145 GTKDOC_MKPDF = @GTKDOC_MKPDF@
146 GTKDOC_REBASE = @GTKDOC_REBASE@
145147 GTK_CFLAGS = @GTK_CFLAGS@
146148 GTK_LIBS = @GTK_LIBS@
147149 G_IR_COMPILER = @G_IR_COMPILER@
190192 PACKAGE_NAME = @PACKAGE_NAME@
191193 PACKAGE_STRING = @PACKAGE_STRING@
192194 PACKAGE_TARNAME = @PACKAGE_TARNAME@
195 PACKAGE_URL = @PACKAGE_URL@
193196 PACKAGE_VERSION = @PACKAGE_VERSION@
194197 PATH_SEPARATOR = @PATH_SEPARATOR@
195198 PKG_CONFIG = @PKG_CONFIG@
340343 # (which will cause the Makefiles to be regenerated when you run `make');
341344 # (2) otherwise, pass the desired values on the `make' command line.
342345 $(RECURSIVE_TARGETS):
343 @failcom='exit 1'; \
346 @fail= failcom='exit 1'; \
344347 for f in x $$MAKEFLAGS; do \
345348 case $$f in \
346349 *=* | --[!k]*);; \
365368 fi; test -z "$$fail"
366369
367370 $(RECURSIVE_CLEAN_TARGETS):
368 @failcom='exit 1'; \
371 @fail= failcom='exit 1'; \
369372 for f in x $$MAKEFLAGS; do \
370373 case $$f in \
371374 *=* | --[!k]*);; \
529532 fi; \
530533 done
531534 -test -n "$(am__skip_mode_fix)" \
532 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
535 || find "$(distdir)" -type d ! -perm -755 \
536 -exec chmod u+rwx,go+rx {} \; -o \
533537 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
534538 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
535539 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
572576 distcheck: dist
573577 case '$(DIST_ARCHIVES)' in \
574578 *.tar.gz*) \
575 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
579 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
576580 *.tar.bz2*) \
577 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
581 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
578582 *.tar.lzma*) \
579 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
583 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
580584 *.tar.xz*) \
581585 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
582586 *.tar.Z*) \
583587 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
584588 *.shar.gz*) \
585 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
589 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
586590 *.zip*) \
587591 unzip $(distdir).zip ;;\
588592 esac
0 ==========
1 polkit-gnome 0.96
2 ==========
3
4 This is polkit-gnome version 0.96.
5
6 Build requirements
7
8 polkit >= 0.95
9 gtk+-2.0 >= 2.17.1
10
11 Changes since 0.95:
12
13 David Zeuthen (3):
14 Fix bug with authenticating multiple possible users
15 Post-release version bump to 0.96
16 Update NEWS for release
17
18 Translations:
19
20 Aron Xu, Gianvito Cavasoli, Gil Forcada, Jorge González, Matej Urbančič
21
22 David Zeuthen,
23 January 15, 2010
24
025 ==========
126 polkit-gnome 0.95
227 ==========
3560
3661
3762 David Zeuthen,
38 August 12, 2009
63 November 13, 2009
3964
4065 ==========
4166 polkit-gnome 0.94
0 # generated automatically by aclocal 1.11 -*- Autoconf -*-
0 # generated automatically by aclocal 1.11.1 -*- Autoconf -*-
11
22 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
33 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
1212
1313 m4_ifndef([AC_AUTOCONF_VERSION],
1414 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
15 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
16 [m4_warning([this file was generated for autoconf 2.63.
15 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
16 [m4_warning([this file was generated for autoconf 2.65.
1717 You have another version of autoconf. It may work, but is not guaranteed to.
1818 If you have problems, you may need to regenerate the build system entirely.
1919 To do so, use the procedure documented by the package, typically `autoreconf'.])])
654654 [
655655 AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
656656 AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
657
658 dnl check for tools we added during development
659 AC_PATH_PROG([GTKDOC_CHECK],[gtkdoc-check])
660 AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true])
661 AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf])
662
657663 dnl for overriding the documentation installation directory
658664 AC_ARG_WITH([html-dir],
659665 AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),,
672678 [PKG_CHECK_EXISTS([gtk-doc],,
673679 AC_MSG_ERROR([gtk-doc not installed and --enable-gtk-doc requested]))],
674680 [PKG_CHECK_EXISTS([gtk-doc >= $1],,
675 AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build gtk-doc]))])
681 AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build $PACKAGE_NAME]))])
676682 fi
677683
678684 AC_MSG_CHECKING([whether to build gtk-doc documentation])
679685 AC_MSG_RESULT($enable_gtk_doc)
680686
681 AC_PATH_PROGS(GTKDOC_CHECK,gtkdoc-check,)
687 dnl enable/disable output formats
688 AC_ARG_ENABLE([gtk-doc-html],
689 AS_HELP_STRING([--enable-gtk-doc-html],
690 [build documentation in html format [[default=yes]]]),,
691 [enable_gtk_doc_html=yes])
692 AC_ARG_ENABLE([gtk-doc-pdf],
693 AS_HELP_STRING([--enable-gtk-doc-pdf],
694 [build documentation in pdf format [[default=no]]]),,
695 [enable_gtk_doc_pdf=no])
696
697 if test -z "$GTKDOC_MKPDF"; then
698 enable_gtk_doc_pdf=no
699 fi
700
682701
683702 AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes])
703 AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes])
704 AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes])
684705 AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"])
706 AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"])
685707 ])
686708
687709
87218743
87228744 # Generated from ltversion.in.
87238745
8724 # serial 3012 ltversion.m4
8746 # serial 3017 ltversion.m4
87258747 # This file is part of GNU Libtool
87268748
8727 m4_define([LT_PACKAGE_VERSION], [2.2.6])
8728 m4_define([LT_PACKAGE_REVISION], [1.3012])
8749 m4_define([LT_PACKAGE_VERSION], [2.2.6b])
8750 m4_define([LT_PACKAGE_REVISION], [1.3017])
87298751
87308752 AC_DEFUN([LTVERSION_VERSION],
8731 [macro_version='2.2.6'
8732 macro_revision='1.3012'
8753 [macro_version='2.2.6b'
8754 macro_revision='1.3017'
87338755 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
87348756 _LT_DECL(, macro_revision, 0)
87358757 ])
90309052 [am__api_version='1.11'
90319053 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
90329054 dnl require some minimum version. Point them to the right macro.
9033 m4_if([$1], [1.11], [],
9055 m4_if([$1], [1.11.1], [],
90349056 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
90359057 ])
90369058
90469068 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
90479069 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
90489070 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
9049 [AM_AUTOMAKE_VERSION([1.11])dnl
9071 [AM_AUTOMAKE_VERSION([1.11.1])dnl
90509072 m4_ifndef([AC_AUTOCONF_VERSION],
90519073 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
90529074 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
00 #! /bin/sh
11 # Attempt to guess a canonical system name.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
44 # Free Software Foundation, Inc.
55
6 timestamp='2009-04-27'
6 timestamp='2009-11-20'
77
88 # This file is free software; you can redistribute it and/or modify it
99 # under the terms of the GNU General Public License as published by
2626 # the same distribution terms that you use for the rest of that program.
2727
2828
29 # Originally written by Per Bothner <per@bothner.com>.
30 # Please send patches to <config-patches@gnu.org>. Submit a context
31 # diff and a properly formatted ChangeLog entry.
29 # Originally written by Per Bothner. Please send patches (context
30 # diff format) to <config-patches@gnu.org> and include a ChangeLog
31 # entry.
3232 #
3333 # This script attempts to guess a canonical system name similar to
3434 # config.sub. If it succeeds, it prints the system name on stdout, and
3535 # exits with 0. Otherwise, it exits with 1.
3636 #
37 # The plan is that this can be called by configure scripts if you
38 # don't specify an explicit build system type.
37 # You can get the latest version of this script from:
38 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
3939
4040 me=`echo "$0" | sed -e 's,.*/,,'`
4141
169169 arm*|i386|m68k|ns32k|sh3*|sparc|vax)
170170 eval $set_cc_for_build
171171 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
172 | grep __ELF__ >/dev/null
172 | grep -q __ELF__
173173 then
174174 # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
175175 # Return netbsd for either. FIX?
332332 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
333333 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
334334 exit ;;
335 i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
336 echo i386-pc-auroraux${UNAME_RELEASE}
337 exit ;;
335338 i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
336339 eval $set_cc_for_build
337340 SUN_ARCH="i386"
655658 # => hppa64-hp-hpux11.23
656659
657660 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
658 grep __LP64__ >/dev/null
661 grep -q __LP64__
659662 then
660663 HP_ARCH="hppa2.0w"
661664 else
806809 i*:PW*:*)
807810 echo ${UNAME_MACHINE}-pc-pw32
808811 exit ;;
809 *:Interix*:[3456]*)
812 *:Interix*:*)
810813 case ${UNAME_MACHINE} in
811814 x86)
812815 echo i586-pc-interix${UNAME_RELEASE}
813816 exit ;;
814 EM64T | authenticamd | genuineintel)
817 authenticamd | genuineintel | EM64T)
815818 echo x86_64-unknown-interix${UNAME_RELEASE}
816819 exit ;;
817820 IA64)
821824 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
822825 echo i${UNAME_MACHINE}-pc-mks
823826 exit ;;
827 8664:Windows_NT:*)
828 echo x86_64-pc-mks
829 exit ;;
824830 i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
825831 # How do we know it's Interix rather than the generic POSIX subsystem?
826832 # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
849855 exit ;;
850856 i*86:Minix:*:*)
851857 echo ${UNAME_MACHINE}-pc-minix
852 exit ;;
853 arm*:Linux:*:*)
854 eval $set_cc_for_build
855 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
856 | grep -q __ARM_EABI__
857 then
858 echo ${UNAME_MACHINE}-unknown-linux-gnu
859 else
860 echo ${UNAME_MACHINE}-unknown-linux-gnueabi
861 fi
862 exit ;;
863 avr32*:Linux:*:*)
864 echo ${UNAME_MACHINE}-unknown-linux-gnu
865 exit ;;
866 cris:Linux:*:*)
867 echo cris-axis-linux-gnu
868 exit ;;
869 crisv32:Linux:*:*)
870 echo crisv32-axis-linux-gnu
871 exit ;;
872 frv:Linux:*:*)
873 echo frv-unknown-linux-gnu
874 exit ;;
875 ia64:Linux:*:*)
876 echo ${UNAME_MACHINE}-unknown-linux-gnu
877 exit ;;
878 m32r*:Linux:*:*)
879 echo ${UNAME_MACHINE}-unknown-linux-gnu
880 exit ;;
881 m68*:Linux:*:*)
882 echo ${UNAME_MACHINE}-unknown-linux-gnu
883 exit ;;
884 mips:Linux:*:*)
885 eval $set_cc_for_build
886 sed 's/^ //' << EOF >$dummy.c
887 #undef CPU
888 #undef mips
889 #undef mipsel
890 #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
891 CPU=mipsel
892 #else
893 #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
894 CPU=mips
895 #else
896 CPU=
897 #endif
898 #endif
899 EOF
900 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
901 /^CPU/{
902 s: ::g
903 p
904 }'`"
905 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
906 ;;
907 mips64:Linux:*:*)
908 eval $set_cc_for_build
909 sed 's/^ //' << EOF >$dummy.c
910 #undef CPU
911 #undef mips64
912 #undef mips64el
913 #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
914 CPU=mips64el
915 #else
916 #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
917 CPU=mips64
918 #else
919 CPU=
920 #endif
921 #endif
922 EOF
923 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
924 /^CPU/{
925 s: ::g
926 p
927 }'`"
928 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
929 ;;
930 or32:Linux:*:*)
931 echo or32-unknown-linux-gnu
932 exit ;;
933 ppc:Linux:*:*)
934 echo powerpc-unknown-linux-gnu
935 exit ;;
936 ppc64:Linux:*:*)
937 echo powerpc64-unknown-linux-gnu
938858 exit ;;
939859 alpha:Linux:*:*)
940860 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
946866 EV67) UNAME_MACHINE=alphaev67 ;;
947867 EV68*) UNAME_MACHINE=alphaev68 ;;
948868 esac
949 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
869 objdump --private-headers /bin/sh | grep -q ld.so.1
950870 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
951871 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
952872 exit ;;
873 arm*:Linux:*:*)
874 eval $set_cc_for_build
875 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
876 | grep -q __ARM_EABI__
877 then
878 echo ${UNAME_MACHINE}-unknown-linux-gnu
879 else
880 echo ${UNAME_MACHINE}-unknown-linux-gnueabi
881 fi
882 exit ;;
883 avr32*:Linux:*:*)
884 echo ${UNAME_MACHINE}-unknown-linux-gnu
885 exit ;;
886 cris:Linux:*:*)
887 echo cris-axis-linux-gnu
888 exit ;;
889 crisv32:Linux:*:*)
890 echo crisv32-axis-linux-gnu
891 exit ;;
892 frv:Linux:*:*)
893 echo frv-unknown-linux-gnu
894 exit ;;
895 i*86:Linux:*:*)
896 LIBC=gnu
897 eval $set_cc_for_build
898 sed 's/^ //' << EOF >$dummy.c
899 #ifdef __dietlibc__
900 LIBC=dietlibc
901 #endif
902 EOF
903 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
904 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
905 exit ;;
906 ia64:Linux:*:*)
907 echo ${UNAME_MACHINE}-unknown-linux-gnu
908 exit ;;
909 m32r*:Linux:*:*)
910 echo ${UNAME_MACHINE}-unknown-linux-gnu
911 exit ;;
912 m68*:Linux:*:*)
913 echo ${UNAME_MACHINE}-unknown-linux-gnu
914 exit ;;
915 mips:Linux:*:* | mips64:Linux:*:*)
916 eval $set_cc_for_build
917 sed 's/^ //' << EOF >$dummy.c
918 #undef CPU
919 #undef ${UNAME_MACHINE}
920 #undef ${UNAME_MACHINE}el
921 #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
922 CPU=${UNAME_MACHINE}el
923 #else
924 #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
925 CPU=${UNAME_MACHINE}
926 #else
927 CPU=
928 #endif
929 #endif
930 EOF
931 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
932 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
933 ;;
934 or32:Linux:*:*)
935 echo or32-unknown-linux-gnu
936 exit ;;
953937 padre:Linux:*:*)
954938 echo sparc-unknown-linux-gnu
939 exit ;;
940 parisc64:Linux:*:* | hppa64:Linux:*:*)
941 echo hppa64-unknown-linux-gnu
955942 exit ;;
956943 parisc:Linux:*:* | hppa:Linux:*:*)
957944 # Look for CPU level
961948 *) echo hppa-unknown-linux-gnu ;;
962949 esac
963950 exit ;;
964 parisc64:Linux:*:* | hppa64:Linux:*:*)
965 echo hppa64-unknown-linux-gnu
951 ppc64:Linux:*:*)
952 echo powerpc64-unknown-linux-gnu
953 exit ;;
954 ppc:Linux:*:*)
955 echo powerpc-unknown-linux-gnu
966956 exit ;;
967957 s390:Linux:*:* | s390x:Linux:*:*)
968958 echo ${UNAME_MACHINE}-ibm-linux
985975 xtensa*:Linux:*:*)
986976 echo ${UNAME_MACHINE}-unknown-linux-gnu
987977 exit ;;
988 i*86:Linux:*:*)
989 # The BFD linker knows what the default object file format is, so
990 # first see if it will tell us. cd to the root directory to prevent
991 # problems with other programs or directories called `ld' in the path.
992 # Set LC_ALL=C to ensure ld outputs messages in English.
993 ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
994 | sed -ne '/supported targets:/!d
995 s/[ ][ ]*/ /g
996 s/.*supported targets: *//
997 s/ .*//
998 p'`
999 case "$ld_supported_targets" in
1000 elf32-i386)
1001 TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
1002 ;;
1003 a.out-i386-linux)
1004 echo "${UNAME_MACHINE}-pc-linux-gnuaout"
1005 exit ;;
1006 "")
1007 # Either a pre-BFD a.out linker (linux-gnuoldld) or
1008 # one that does not give us useful --help.
1009 echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
1010 exit ;;
1011 esac
1012 # Determine whether the default compiler is a.out or elf
1013 eval $set_cc_for_build
1014 sed 's/^ //' << EOF >$dummy.c
1015 #include <features.h>
1016 #ifdef __ELF__
1017 # ifdef __GLIBC__
1018 # if __GLIBC__ >= 2
1019 LIBC=gnu
1020 # else
1021 LIBC=gnulibc1
1022 # endif
1023 # else
1024 LIBC=gnulibc1
1025 # endif
1026 #else
1027 #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
1028 LIBC=gnu
1029 #else
1030 LIBC=gnuaout
1031 #endif
1032 #endif
1033 #ifdef __dietlibc__
1034 LIBC=dietlibc
1035 #endif
1036 EOF
1037 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
1038 /^LIBC/{
1039 s: ::g
1040 p
1041 }'`"
1042 test x"${LIBC}" != x && {
1043 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
1044 exit
1045 }
1046 test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
1047 ;;
1048978 i*86:DYNIX/ptx:4*:*)
1049979 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
1050980 # earlier versions are messed up and put the nodename in both
10731003 i*86:syllable:*:*)
10741004 echo ${UNAME_MACHINE}-pc-syllable
10751005 exit ;;
1076 i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
1006 i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*)
10771007 echo i386-unknown-lynxos${UNAME_RELEASE}
10781008 exit ;;
10791009 i*86:*DOS:*:*)
11811111 rs6000:LynxOS:2.*:*)
11821112 echo rs6000-unknown-lynxos${UNAME_RELEASE}
11831113 exit ;;
1184 PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
1114 PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*)
11851115 echo powerpc-unknown-lynxos${UNAME_RELEASE}
11861116 exit ;;
11871117 SM[BE]S:UNIX_SV:*:*)
12741204 *:Darwin:*:*)
12751205 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
12761206 case $UNAME_PROCESSOR in
1207 i386)
1208 eval $set_cc_for_build
1209 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1210 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1211 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1212 grep IS_64BIT_ARCH >/dev/null
1213 then
1214 UNAME_PROCESSOR="x86_64"
1215 fi
1216 fi ;;
12771217 unknown) UNAME_PROCESSOR=powerpc ;;
12781218 esac
12791219 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
7575 /* Define to the one symbol short name of this package. */
7676 #undef PACKAGE_TARNAME
7777
78 /* Define to the home page for this package. */
79 #undef PACKAGE_URL
80
7881 /* Define to the version of this package. */
7982 #undef PACKAGE_VERSION
8083
00 #! /bin/sh
11 # Configuration validation subroutine script.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
44 # Free Software Foundation, Inc.
55
6 timestamp='2009-04-17'
6 timestamp='2009-11-20'
77
88 # This file is (in principle) common to ALL GNU software.
99 # The presence of a machine in this file suggests that SOME GNU software
3131
3232
3333 # Please send patches to <config-patches@gnu.org>. Submit a context
34 # diff and a properly formatted ChangeLog entry.
34 # diff and a properly formatted GNU ChangeLog entry.
3535 #
3636 # Configuration subroutine to validate and canonicalize a configuration type.
3737 # Supply the specified configuration type as an argument.
3838 # If it is invalid, we print an error message on stderr and exit with code 1.
3939 # Otherwise, we print the canonical config type on stdout and succeed.
40
41 # You can get the latest version of this script from:
42 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
4043
4144 # This file is supposed to be the same for all GNU packages
4245 # and recognize all the CPU types, system types and aliases
148151 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
149152 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
150153 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
151 -apple | -axis | -knuth | -cray)
154 -apple | -axis | -knuth | -cray | -microblaze)
152155 os=
153156 basic_machine=$1
157 ;;
158 -bluegene*)
159 os=-cnk
154160 ;;
155161 -sim | -cisco | -oki | -wec | -winbond)
156162 os=
280286 | pdp10 | pdp11 | pj | pjl \
281287 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
282288 | pyramid \
289 | rx \
283290 | score \
284291 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
285292 | sh64 | sh64le \
287294 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
288295 | spu | strongarm \
289296 | tahoe | thumb | tic4x | tic80 | tron \
297 | ubicom32 \
290298 | v850 | v850e \
291299 | we32k \
292300 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
293301 | z8k | z80)
294302 basic_machine=$basic_machine-unknown
295303 ;;
296 m6811 | m68hc11 | m6812 | m68hc12)
304 m6811 | m68hc11 | m6812 | m68hc12 | picochip)
297305 # Motorola 68HC11/12.
298306 basic_machine=$basic_machine-unknown
299307 os=-none
336344 | lm32-* \
337345 | m32c-* | m32r-* | m32rle-* \
338346 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
339 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
347 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
340348 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
341349 | mips16-* \
342350 | mips64-* | mips64el-* \
364372 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
365373 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
366374 | pyramid-* \
367 | romp-* | rs6000-* \
375 | romp-* | rs6000-* | rx-* \
368376 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
369377 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
370378 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
373381 | tahoe-* | thumb-* \
374382 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
375383 | tron-* \
384 | ubicom32-* \
376385 | v850-* | v850e-* | vax-* \
377386 | we32k-* \
378387 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
465474 blackfin-*)
466475 basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
467476 os=-linux
477 ;;
478 bluegene*)
479 basic_machine=powerpc-ibm
480 os=-cnk
468481 ;;
469482 c90)
470483 basic_machine=c90-cray
717730 merlin)
718731 basic_machine=ns32k-utek
719732 os=-sysv
733 ;;
734 microblaze)
735 basic_machine=microblaze-xilinx
720736 ;;
721737 mingw32)
722738 basic_machine=i386-pc
12391255 # First match some system type aliases
12401256 # that might get confused with valid system types.
12411257 # -solaris* is a basic system type, with this one exception.
1258 -auroraux)
1259 os=-auroraux
1260 ;;
12421261 -solaris1 | -solaris1.*)
12431262 os=`echo $os | sed -e 's|solaris1|sunos4|'`
12441263 ;;
12591278 # Each alternative MUST END IN A *, to match a version number.
12601279 # -sysv* is not here because it comes later, after sysvr4.
12611280 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1262 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
1263 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1264 | -kopensolaris* \
1281 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
1282 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
1283 | -sym* | -kopensolaris* \
12651284 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
12661285 | -aos* | -aros* \
12671286 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
12821301 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
12831302 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
12841303 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1285 | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
1304 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
12861305 # Remember, each alternative MUST END IN *, to match a version number.
12871306 ;;
12881307 -qnx*)
16121631 -sunos*)
16131632 vendor=sun
16141633 ;;
1615 -aix*)
1634 -cnk*|-aix*)
16161635 vendor=ibm
16171636 ;;
16181637 -beos*)
+2370
-4129
configure less more
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.63 for polkit-gnome 0.95.
2 # Generated by GNU Autoconf 2.65 for polkit-gnome 0.96.
33 #
44 # Report bugs to <http://lists.freedesktop.org/mailman/listinfo/polkit-devel>.
55 #
6 #
67 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
9 # Inc.
10 #
11 #
812 # This configure script is free software; the Free Software Foundation
913 # gives unlimited permission to copy, distribute and modify it.
10 ## --------------------- ##
11 ## M4sh Initialization. ##
12 ## --------------------- ##
14 ## -------------------- ##
15 ## M4sh Initialization. ##
16 ## -------------------- ##
1317
1418 # Be more Bourne compatible
1519 DUALCASE=1; export DUALCASE # for MKS sh
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
20 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1721 emulate sh
1822 NULLCMD=:
1923 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2125 alias -g '${1+"$@"}'='"$@"'
2226 setopt NO_GLOB_SUBST
2327 else
24 case `(set -o) 2>/dev/null` in
25 *posix*) set -o posix ;;
28 case `(set -o) 2>/dev/null` in #(
29 *posix*) :
30 set -o posix ;; #(
31 *) :
32 ;;
2633 esac
27
28 fi
29
30
31
32
33 # PATH needs CR
34 # Avoid depending upon Character Ranges.
35 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
36 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
37 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
38 as_cr_digits='0123456789'
39 as_cr_alnum=$as_cr_Letters$as_cr_digits
34 fi
35
4036
4137 as_nl='
4238 '
4541 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4642 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4743 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
48 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
44 # Prefer a ksh shell builtin over an external printf program on Solaris,
45 # but without wasting forks for bash or zsh.
46 if test -z "$BASH_VERSION$ZSH_VERSION" \
47 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='print -r --'
49 as_echo_n='print -rn --'
50 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4951 as_echo='printf %s\n'
5052 as_echo_n='printf %s'
5153 else
5658 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5759 as_echo_n_body='eval
5860 arg=$1;
59 case $arg in
61 case $arg in #(
6062 *"$as_nl"*)
6163 expr "X$arg" : "X\\(.*\\)$as_nl";
6264 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
7981 }
8082 fi
8183
82 # Support unset when possible.
83 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
84 as_unset=unset
85 else
86 as_unset=false
87 fi
88
8984
9085 # IFS
9186 # We need space, tab and new line, in precisely that order. Quoting is
9590 IFS=" "" $as_nl"
9691
9792 # Find who we are. Look in the path if we contain no directory separator.
98 case $0 in
93 case $0 in #((
9994 *[\\/]* ) as_myself=$0 ;;
10095 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10196 for as_dir in $PATH
10297 do
10398 IFS=$as_save_IFS
10499 test -z "$as_dir" && as_dir=.
105 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
106 done
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
107102 IFS=$as_save_IFS
108103
109104 ;;
115110 fi
116111 if test ! -f "$as_myself"; then
117112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
118 { (exit 1); exit 1; }
119 fi
120
121 # Work around bugs in pre-3.0 UWIN ksh.
122 for as_var in ENV MAIL MAILPATH
123 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
113 exit 1
114 fi
115
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124123 done
125124 PS1='$ '
126125 PS2='> '
132131 LANGUAGE=C
133132 export LANGUAGE
134133
135 # Required to use basename.
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137 if test "x$CONFIG_SHELL" = x; then
138 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
139 emulate sh
140 NULLCMD=:
141 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
142 # is contrary to our usage. Disable this feature.
143 alias -g '\${1+\"\$@\"}'='\"\$@\"'
144 setopt NO_GLOB_SUBST
145 else
146 case \`(set -o) 2>/dev/null\` in #(
147 *posix*) :
148 set -o posix ;; #(
149 *) :
150 ;;
151 esac
152 fi
153 "
154 as_required="as_fn_return () { (exit \$1); }
155 as_fn_success () { as_fn_return 0; }
156 as_fn_failure () { as_fn_return 1; }
157 as_fn_ret_success () { return 0; }
158 as_fn_ret_failure () { return 1; }
159
160 exitcode=0
161 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
162 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
163 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
164 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
165 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
166
167 else
168 exitcode=1; echo positional parameters were not saved.
169 fi
170 test x\$exitcode = x0 || exit 1"
171 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
172 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
173 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
174 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
175 test \$(( 1 + 1 )) = 2 || exit 1"
176 if (eval "$as_required") 2>/dev/null; then :
177 as_have_required=yes
178 else
179 as_have_required=no
180 fi
181 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
182
183 else
184 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
185 as_found=false
186 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
187 do
188 IFS=$as_save_IFS
189 test -z "$as_dir" && as_dir=.
190 as_found=:
191 case $as_dir in #(
192 /*)
193 for as_base in sh bash ksh sh5; do
194 # Try only shells that exist, to save several forks.
195 as_shell=$as_dir/$as_base
196 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
197 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
198 CONFIG_SHELL=$as_shell as_have_required=yes
199 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
200 break 2
201 fi
202 fi
203 done;;
204 esac
205 as_found=false
206 done
207 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
208 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
209 CONFIG_SHELL=$SHELL as_have_required=yes
210 fi; }
211 IFS=$as_save_IFS
212
213
214 if test "x$CONFIG_SHELL" != x; then :
215 # We cannot yet assume a decent shell, so we have to provide a
216 # neutralization value for shells without unset; and this also
217 # works around shells that cannot unset nonexistent variables.
218 BASH_ENV=/dev/null
219 ENV=/dev/null
220 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
221 export CONFIG_SHELL
222 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
223 fi
224
225 if test x$as_have_required = xno; then :
226 $as_echo "$0: This script requires a shell more modern than all"
227 $as_echo "$0: the shells that I found on your system."
228 if test x${ZSH_VERSION+set} = xset ; then
229 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
230 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
231 else
232 $as_echo "$0: Please tell bug-autoconf@gnu.org and
233 $0: http://lists.freedesktop.org/mailman/listinfo/polkit-devel
234 $0: about your system, including any error possibly output
235 $0: before this message. Then install a modern shell, or
236 $0: manually run the script under such a shell if you do
237 $0: have one."
238 fi
239 exit 1
240 fi
241 fi
242 fi
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
248
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
256 {
257 { eval $1=; unset $1;}
258 }
259 as_unset=as_fn_unset
260
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
265 {
266 return $1
267 } # as_fn_set_status
268
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
273 {
274 set +e
275 as_fn_set_status $1
276 exit $1
277 } # as_fn_exit
278
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
283 {
284
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
304 q
305 }
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
308 q
309 }
310 /^X\(\/\/\)$/{
311 s//\1/
312 q
313 }
314 /^X\(\/\).*/{
315 s//\1/
316 q
317 }
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
323
324
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
334 {
335 eval $1+=\$2
336 }'
337 else
338 as_fn_append ()
339 {
340 eval $1=\$$1\$2
341 }
342 fi # as_fn_append
343
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
351 {
352 as_val=$(( $* ))
353 }'
354 else
355 as_fn_arith ()
356 {
357 as_val=`expr "$@" || test $? -eq 1`
358 }
359 fi # as_fn_arith
360
361
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
368 {
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
373 fi
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376 } # as_fn_error
377
136378 if expr a : '\(a\)' >/dev/null 2>&1 &&
137379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
138380 as_expr=expr
146388 as_basename=false
147389 fi
148390
149
150 # Name of the executable.
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393 else
394 as_dirname=false
395 fi
396
151397 as_me=`$as_basename -- "$0" ||
152398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
153399 X"$0" : 'X\(//\)$' \| \
167413 }
168414 s/.*/./; q'`
169415
170 # CDPATH.
171 $as_unset CDPATH
172
173
174 if test "x$CONFIG_SHELL" = x; then
175 if (eval ":") 2>/dev/null; then
176 as_have_required=yes
177 else
178 as_have_required=no
179 fi
180
181 if test $as_have_required = yes && (eval ":
182 (as_func_return () {
183 (exit \$1)
184 }
185 as_func_success () {
186 as_func_return 0
187 }
188 as_func_failure () {
189 as_func_return 1
190 }
191 as_func_ret_success () {
192 return 0
193 }
194 as_func_ret_failure () {
195 return 1
196 }
197
198 exitcode=0
199 if as_func_success; then
200 :
201 else
202 exitcode=1
203 echo as_func_success failed.
204 fi
205
206 if as_func_failure; then
207 exitcode=1
208 echo as_func_failure succeeded.
209 fi
210
211 if as_func_ret_success; then
212 :
213 else
214 exitcode=1
215 echo as_func_ret_success failed.
216 fi
217
218 if as_func_ret_failure; then
219 exitcode=1
220 echo as_func_ret_failure succeeded.
221 fi
222
223 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
224 :
225 else
226 exitcode=1
227 echo positional parameters were not saved.
228 fi
229
230 test \$exitcode = 0) || { (exit 1); exit 1; }
231
232 (
233 as_lineno_1=\$LINENO
234 as_lineno_2=\$LINENO
235 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
236 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
237 ") 2> /dev/null; then
238 :
239 else
240 as_candidate_shells=
241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
242 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
243 do
244 IFS=$as_save_IFS
245 test -z "$as_dir" && as_dir=.
246 case $as_dir in
247 /*)
248 for as_base in sh bash ksh sh5; do
249 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
250 done;;
251 esac
252 done
253 IFS=$as_save_IFS
254
255
256 for as_shell in $as_candidate_shells $SHELL; do
257 # Try only shells that exist, to save several forks.
258 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
259 { ("$as_shell") 2> /dev/null <<\_ASEOF
260 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
261 emulate sh
262 NULLCMD=:
263 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
264 # is contrary to our usage. Disable this feature.
265 alias -g '${1+"$@"}'='"$@"'
266 setopt NO_GLOB_SUBST
267 else
268 case `(set -o) 2>/dev/null` in
269 *posix*) set -o posix ;;
270 esac
271
272 fi
273
274
275 :
276 _ASEOF
277 }; then
278 CONFIG_SHELL=$as_shell
279 as_have_required=yes
280 if { "$as_shell" 2> /dev/null <<\_ASEOF
281 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
282 emulate sh
283 NULLCMD=:
284 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
285 # is contrary to our usage. Disable this feature.
286 alias -g '${1+"$@"}'='"$@"'
287 setopt NO_GLOB_SUBST
288 else
289 case `(set -o) 2>/dev/null` in
290 *posix*) set -o posix ;;
291 esac
292
293 fi
294
295
296 :
297 (as_func_return () {
298 (exit $1)
299 }
300 as_func_success () {
301 as_func_return 0
302 }
303 as_func_failure () {
304 as_func_return 1
305 }
306 as_func_ret_success () {
307 return 0
308 }
309 as_func_ret_failure () {
310 return 1
311 }
312
313 exitcode=0
314 if as_func_success; then
315 :
316 else
317 exitcode=1
318 echo as_func_success failed.
319 fi
320
321 if as_func_failure; then
322 exitcode=1
323 echo as_func_failure succeeded.
324 fi
325
326 if as_func_ret_success; then
327 :
328 else
329 exitcode=1
330 echo as_func_ret_success failed.
331 fi
332
333 if as_func_ret_failure; then
334 exitcode=1
335 echo as_func_ret_failure succeeded.
336 fi
337
338 if ( set x; as_func_ret_success y && test x = "$1" ); then
339 :
340 else
341 exitcode=1
342 echo positional parameters were not saved.
343 fi
344
345 test $exitcode = 0) || { (exit 1); exit 1; }
346
347 (
348 as_lineno_1=$LINENO
349 as_lineno_2=$LINENO
350 test "x$as_lineno_1" != "x$as_lineno_2" &&
351 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
352
353 _ASEOF
354 }; then
355 break
356 fi
357
358 fi
359
360 done
361
362 if test "x$CONFIG_SHELL" != x; then
363 for as_var in BASH_ENV ENV
364 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
365 done
366 export CONFIG_SHELL
367 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
368 fi
369
370
371 if test $as_have_required = no; then
372 echo This script requires a shell more modern than all the
373 echo shells that I found on your system. Please install a
374 echo modern shell, or manually run the script under such a
375 echo shell if you do have one.
376 { (exit 1); exit 1; }
377 fi
378
379
380 fi
381
382 fi
383
384
385
386 (eval "as_func_return () {
387 (exit \$1)
388 }
389 as_func_success () {
390 as_func_return 0
391 }
392 as_func_failure () {
393 as_func_return 1
394 }
395 as_func_ret_success () {
396 return 0
397 }
398 as_func_ret_failure () {
399 return 1
400 }
401
402 exitcode=0
403 if as_func_success; then
404 :
405 else
406 exitcode=1
407 echo as_func_success failed.
408 fi
409
410 if as_func_failure; then
411 exitcode=1
412 echo as_func_failure succeeded.
413 fi
414
415 if as_func_ret_success; then
416 :
417 else
418 exitcode=1
419 echo as_func_ret_success failed.
420 fi
421
422 if as_func_ret_failure; then
423 exitcode=1
424 echo as_func_ret_failure succeeded.
425 fi
426
427 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
428 :
429 else
430 exitcode=1
431 echo positional parameters were not saved.
432 fi
433
434 test \$exitcode = 0") || {
435 echo No shell found that supports shell functions.
436 echo Please tell bug-autoconf@gnu.org about your system,
437 echo including any error possibly output before this message.
438 echo This can help us improve future autoconf versions.
439 echo Configuration will now proceed without shell functions.
440 }
441
442
443
444 as_lineno_1=$LINENO
445 as_lineno_2=$LINENO
446 test "x$as_lineno_1" != "x$as_lineno_2" &&
447 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
448
449 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
450 # uniformly replaced by the line number. The first 'sed' inserts a
451 # line-number line after each line using $LINENO; the second 'sed'
452 # does the real work. The second script uses 'N' to pair each
453 # line-number line with the line containing $LINENO, and appends
454 # trailing '-' during substitution so that $LINENO is not a special
455 # case at line end.
456 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
457 # scripts with optimization help from Paolo Bonzini. Blame Lee
458 # E. McMahon (1931-1989) for sed's syntax. :-)
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
422
423
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
459429 sed -n '
460430 p
461431 /[$]LINENO/=
472442 s/-\n.*//
473443 ' >$as_me.lineno &&
474444 chmod +x "$as_me.lineno" ||
475 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
476 { (exit 1); exit 1; }; }
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
477446
478447 # Don't try to exec as it changes $[0], causing all sort of problems
479448 # (the dirname of $[0] is not the place where we might find the
483452 exit
484453 }
485454
486
487 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
488 as_dirname=dirname
489 else
490 as_dirname=false
491 fi
492
493455 ECHO_C= ECHO_N= ECHO_T=
494 case `echo -n x` in
456 case `echo -n x` in #(((((
495457 -n*)
496 case `echo 'x\c'` in
458 case `echo 'xy\c'` in
497459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
498 *) ECHO_C='\c';;
460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
499463 esac;;
500464 *)
501465 ECHO_N='-n';;
502466 esac
503 if expr a : '\(a\)' >/dev/null 2>&1 &&
504 test "X`expr 00001 : '.*\(...\)'`" = X001; then
505 as_expr=expr
506 else
507 as_expr=false
508 fi
509467
510468 rm -f conf$$ conf$$.exe conf$$.file
511469 if test -d conf$$.dir; then
535493 rmdir conf$$.dir 2>/dev/null
536494
537495 if mkdir -p . 2>/dev/null; then
538 as_mkdir_p=:
496 as_mkdir_p='mkdir -p "$as_dir"'
539497 else
540498 test -d ./-p && rmdir ./-p
541499 as_mkdir_p=false
554512 if test -d "$1"; then
555513 test -d "$1/.";
556514 else
557 case $1 in
515 case $1 in #(
558516 -*)set "./$1";;
559517 esac;
560 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
561519 ???[sx]*):;;*)false;;esac;fi
562520 '\'' sh
563521 '
569527
570528 # Sed expression to map a string onto a valid variable name.
571529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
572
573530
574531
575532
721678
722679
723680
724 exec 7<&0 </dev/null 6>&1
681 test -n "$DJDIR" || exec 7<&0 </dev/null
682 exec 6>&1
725683
726684 # Name of the host.
727685 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
739697 subdirs=
740698 MFLAGS=
741699 MAKEFLAGS=
742 SHELL=${CONFIG_SHELL-/bin/sh}
743700
744701 # Identity of this package.
745702 PACKAGE_NAME='polkit-gnome'
746703 PACKAGE_TARNAME='polkit-gnome'
747 PACKAGE_VERSION='0.95'
748 PACKAGE_STRING='polkit-gnome 0.95'
704 PACKAGE_VERSION='0.96'
705 PACKAGE_STRING='polkit-gnome 0.96'
749706 PACKAGE_BUGREPORT='http://lists.freedesktop.org/mailman/listinfo/polkit-devel'
707 PACKAGE_URL=''
750708
751709 ac_unique_file="src"
752710 # Factoring default headers for most tests.
857815 DISABLE_DEPRECATED
858816 WARN_CFLAGS
859817 ACLOCAL_AMFLAGS
818 GTK_DOC_USE_REBASE_FALSE
819 GTK_DOC_USE_REBASE_TRUE
860820 GTK_DOC_USE_LIBTOOL_FALSE
861821 GTK_DOC_USE_LIBTOOL_TRUE
822 GTK_DOC_BUILD_PDF_FALSE
823 GTK_DOC_BUILD_PDF_TRUE
824 GTK_DOC_BUILD_HTML_FALSE
825 GTK_DOC_BUILD_HTML_TRUE
862826 ENABLE_GTK_DOC_FALSE
863827 ENABLE_GTK_DOC_TRUE
864 GTKDOC_CHECK
865828 PKG_CONFIG
866829 HTML_DIR
830 GTKDOC_MKPDF
831 GTKDOC_REBASE
832 GTKDOC_CHECK
867833 OTOOL64
868834 OTOOL
869835 LIPO
967933 program_transform_name
968934 prefix
969935 exec_prefix
936 PACKAGE_URL
970937 PACKAGE_BUGREPORT
971938 PACKAGE_STRING
972939 PACKAGE_VERSION
987954 enable_libtool_lock
988955 with_html_dir
989956 enable_gtk_doc
957 enable_gtk_doc_html
958 enable_gtk_doc_pdf
990959 enable_debug
991960 enable_compile_warnings
992961 enable_iso_c
11221091 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
11231092 # Reject names that are not valid shell variable names.
11241093 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1125 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1126 { (exit 1); exit 1; }; }
1094 as_fn_error "invalid feature name: $ac_useropt"
11271095 ac_useropt_orig=$ac_useropt
11281096 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
11291097 case $ac_user_opts in
11491117 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
11501118 # Reject names that are not valid shell variable names.
11511119 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1152 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1153 { (exit 1); exit 1; }; }
1120 as_fn_error "invalid feature name: $ac_useropt"
11541121 ac_useropt_orig=$ac_useropt
11551122 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
11561123 case $ac_user_opts in
13541321 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
13551322 # Reject names that are not valid shell variable names.
13561323 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1357 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1358 { (exit 1); exit 1; }; }
1324 as_fn_error "invalid package name: $ac_useropt"
13591325 ac_useropt_orig=$ac_useropt
13601326 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
13611327 case $ac_user_opts in
13711337 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
13721338 # Reject names that are not valid shell variable names.
13731339 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1374 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1375 { (exit 1); exit 1; }; }
1340 as_fn_error "invalid package name: $ac_useropt"
13761341 ac_useropt_orig=$ac_useropt
13771342 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
13781343 case $ac_user_opts in
14021367 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
14031368 x_libraries=$ac_optarg ;;
14041369
1405 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1406 Try \`$0 --help' for more information." >&2
1407 { (exit 1); exit 1; }; }
1370 -*) as_fn_error "unrecognized option: \`$ac_option'
1371 Try \`$0 --help' for more information."
14081372 ;;
14091373
14101374 *=*)
14111375 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
14121376 # Reject names that are not valid shell variable names.
1413 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1414 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1415 { (exit 1); exit 1; }; }
1377 case $ac_envvar in #(
1378 '' | [0-9]* | *[!_$as_cr_alnum]* )
1379 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1380 esac
14161381 eval $ac_envvar=\$ac_optarg
14171382 export $ac_envvar ;;
14181383
14291394
14301395 if test -n "$ac_prev"; then
14311396 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1432 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1433 { (exit 1); exit 1; }; }
1397 as_fn_error "missing argument to $ac_option"
14341398 fi
14351399
14361400 if test -n "$ac_unrecognized_opts"; then
14371401 case $enable_option_checking in
14381402 no) ;;
1439 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1440 { (exit 1); exit 1; }; } ;;
1403 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
14411404 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
14421405 esac
14431406 fi
14601423 [\\/$]* | ?:[\\/]* ) continue;;
14611424 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
14621425 esac
1463 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1464 { (exit 1); exit 1; }; }
1426 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
14651427 done
14661428
14671429 # There might be people who depend on the old broken behavior: `$host'
14911453 ac_pwd=`pwd` && test -n "$ac_pwd" &&
14921454 ac_ls_di=`ls -di .` &&
14931455 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1494 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1495 { (exit 1); exit 1; }; }
1456 as_fn_error "working directory cannot be determined"
14961457 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1497 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1498 { (exit 1); exit 1; }; }
1458 as_fn_error "pwd does not report name of working directory"
14991459
15001460
15011461 # Find the source files, if location was not specified.
15341494 fi
15351495 if test ! -r "$srcdir/$ac_unique_file"; then
15361496 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1537 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1538 { (exit 1); exit 1; }; }
1497 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
15391498 fi
15401499 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
15411500 ac_abs_confdir=`(
1542 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1543 { (exit 1); exit 1; }; }
1501 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
15441502 pwd)`
15451503 # When building in place, set srcdir=.
15461504 if test "$ac_abs_confdir" = "$ac_pwd"; then
15661524 # Omit some internal or obsolete options to make the list less imposing.
15671525 # This message is too long to be a string in the A/UX 3.1 sh.
15681526 cat <<_ACEOF
1569 \`configure' configures polkit-gnome 0.95 to adapt to many kinds of systems.
1527 \`configure' configures polkit-gnome 0.96 to adapt to many kinds of systems.
15701528
15711529 Usage: $0 [OPTION]... [VAR=VALUE]...
15721530
16361594
16371595 if test -n "$ac_init_help"; then
16381596 case $ac_init_help in
1639 short | recursive ) echo "Configuration of polkit-gnome 0.95:";;
1597 short | recursive ) echo "Configuration of polkit-gnome 0.96:";;
16401598 esac
16411599 cat <<\_ACEOF
16421600
16531611 --enable-fast-install[=PKGS]
16541612 optimize for fast installation [default=yes]
16551613 --disable-libtool-lock avoid locking (might break parallel builds)
1656 --enable-gtk-doc use gtk-doc to build documentation [default=no]
1614 --enable-gtk-doc use gtk-doc to build documentation [[default=no]]
1615 --enable-gtk-doc-html build documentation in html format [[default=yes]]
1616 --enable-gtk-doc-pdf build documentation in pdf format [[default=no]]
16571617 --enable-debug turn on debugging
16581618 --enable-compile-warnings=[no/minimum/yes/maximum/error]
16591619 Turn on compiler warnings
16761636 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
16771637 nonstandard directory <lib dir>
16781638 LIBS libraries to pass to the linker, e.g. -l<library>
1679 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1639 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
16801640 you have headers in a nonstandard directory <include dir>
16811641 CPP C preprocessor
16821642 PKG_CONFIG path to pkg-config utility
17651725 test -n "$ac_init_help" && exit $ac_status
17661726 if $ac_init_version; then
17671727 cat <<\_ACEOF
1768 polkit-gnome configure 0.95
1769 generated by GNU Autoconf 2.63
1770
1771 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1772 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1728 polkit-gnome configure 0.96
1729 generated by GNU Autoconf 2.65
1730
1731 Copyright (C) 2009 Free Software Foundation, Inc.
17731732 This configure script is free software; the Free Software Foundation
17741733 gives unlimited permission to copy, distribute and modify it.
17751734 _ACEOF
17761735 exit
17771736 fi
1737
1738 ## ------------------------ ##
1739 ## Autoconf initialization. ##
1740 ## ------------------------ ##
1741
1742 # ac_fn_c_try_compile LINENO
1743 # --------------------------
1744 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1745 ac_fn_c_try_compile ()
1746 {
1747 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1748 rm -f conftest.$ac_objext
1749 if { { ac_try="$ac_compile"
1750 case "(($ac_try" in
1751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1752 *) ac_try_echo=$ac_try;;
1753 esac
1754 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1755 $as_echo "$ac_try_echo"; } >&5
1756 (eval "$ac_compile") 2>conftest.err
1757 ac_status=$?
1758 if test -s conftest.err; then
1759 grep -v '^ *+' conftest.err >conftest.er1
1760 cat conftest.er1 >&5
1761 mv -f conftest.er1 conftest.err
1762 fi
1763 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1764 test $ac_status = 0; } && {
1765 test -z "$ac_c_werror_flag" ||
1766 test ! -s conftest.err
1767 } && test -s conftest.$ac_objext; then :
1768 ac_retval=0
1769 else
1770 $as_echo "$as_me: failed program was:" >&5
1771 sed 's/^/| /' conftest.$ac_ext >&5
1772
1773 ac_retval=1
1774 fi
1775 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1776 as_fn_set_status $ac_retval
1777
1778 } # ac_fn_c_try_compile
1779
1780 # ac_fn_c_try_link LINENO
1781 # -----------------------
1782 # Try to link conftest.$ac_ext, and return whether this succeeded.
1783 ac_fn_c_try_link ()
1784 {
1785 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1786 rm -f conftest.$ac_objext conftest$ac_exeext
1787 if { { ac_try="$ac_link"
1788 case "(($ac_try" in
1789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1790 *) ac_try_echo=$ac_try;;
1791 esac
1792 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1793 $as_echo "$ac_try_echo"; } >&5
1794 (eval "$ac_link") 2>conftest.err
1795 ac_status=$?
1796 if test -s conftest.err; then
1797 grep -v '^ *+' conftest.err >conftest.er1
1798 cat conftest.er1 >&5
1799 mv -f conftest.er1 conftest.err
1800 fi
1801 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1802 test $ac_status = 0; } && {
1803 test -z "$ac_c_werror_flag" ||
1804 test ! -s conftest.err
1805 } && test -s conftest$ac_exeext && {
1806 test "$cross_compiling" = yes ||
1807 $as_test_x conftest$ac_exeext
1808 }; then :
1809 ac_retval=0
1810 else
1811 $as_echo "$as_me: failed program was:" >&5
1812 sed 's/^/| /' conftest.$ac_ext >&5
1813
1814 ac_retval=1
1815 fi
1816 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1817 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1818 # interfere with the next link command; also delete a directory that is
1819 # left behind by Apple's compiler. We do this before executing the actions.
1820 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1821 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1822 as_fn_set_status $ac_retval
1823
1824 } # ac_fn_c_try_link
1825
1826 # ac_fn_c_try_cpp LINENO
1827 # ----------------------
1828 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1829 ac_fn_c_try_cpp ()
1830 {
1831 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1832 if { { ac_try="$ac_cpp conftest.$ac_ext"
1833 case "(($ac_try" in
1834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1835 *) ac_try_echo=$ac_try;;
1836 esac
1837 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1838 $as_echo "$ac_try_echo"; } >&5
1839 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1840 ac_status=$?
1841 if test -s conftest.err; then
1842 grep -v '^ *+' conftest.err >conftest.er1
1843 cat conftest.er1 >&5
1844 mv -f conftest.er1 conftest.err
1845 fi
1846 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1847 test $ac_status = 0; } >/dev/null && {
1848 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1849 test ! -s conftest.err
1850 }; then :
1851 ac_retval=0
1852 else
1853 $as_echo "$as_me: failed program was:" >&5
1854 sed 's/^/| /' conftest.$ac_ext >&5
1855
1856 ac_retval=1
1857 fi
1858 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1859 as_fn_set_status $ac_retval
1860
1861 } # ac_fn_c_try_cpp
1862
1863 # ac_fn_c_try_run LINENO
1864 # ----------------------
1865 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1866 # that executables *can* be run.
1867 ac_fn_c_try_run ()
1868 {
1869 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1870 if { { ac_try="$ac_link"
1871 case "(($ac_try" in
1872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1873 *) ac_try_echo=$ac_try;;
1874 esac
1875 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1876 $as_echo "$ac_try_echo"; } >&5
1877 (eval "$ac_link") 2>&5
1878 ac_status=$?
1879 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1880 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1881 { { case "(($ac_try" in
1882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1883 *) ac_try_echo=$ac_try;;
1884 esac
1885 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1886 $as_echo "$ac_try_echo"; } >&5
1887 (eval "$ac_try") 2>&5
1888 ac_status=$?
1889 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1890 test $ac_status = 0; }; }; then :
1891 ac_retval=0
1892 else
1893 $as_echo "$as_me: program exited with status $ac_status" >&5
1894 $as_echo "$as_me: failed program was:" >&5
1895 sed 's/^/| /' conftest.$ac_ext >&5
1896
1897 ac_retval=$ac_status
1898 fi
1899 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1900 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1901 as_fn_set_status $ac_retval
1902
1903 } # ac_fn_c_try_run
1904
1905 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1906 # -------------------------------------------------------
1907 # Tests whether HEADER exists and can be compiled using the include files in
1908 # INCLUDES, setting the cache variable VAR accordingly.
1909 ac_fn_c_check_header_compile ()
1910 {
1911 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1913 $as_echo_n "checking for $2... " >&6; }
1914 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1915 $as_echo_n "(cached) " >&6
1916 else
1917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1918 /* end confdefs.h. */
1919 $4
1920 #include <$2>
1921 _ACEOF
1922 if ac_fn_c_try_compile "$LINENO"; then :
1923 eval "$3=yes"
1924 else
1925 eval "$3=no"
1926 fi
1927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1928 fi
1929 eval ac_res=\$$3
1930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1931 $as_echo "$ac_res" >&6; }
1932 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1933
1934 } # ac_fn_c_check_header_compile
1935
1936 # ac_fn_c_check_func LINENO FUNC VAR
1937 # ----------------------------------
1938 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1939 ac_fn_c_check_func ()
1940 {
1941 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1943 $as_echo_n "checking for $2... " >&6; }
1944 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1945 $as_echo_n "(cached) " >&6
1946 else
1947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1948 /* end confdefs.h. */
1949 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1950 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1951 #define $2 innocuous_$2
1952
1953 /* System header to define __stub macros and hopefully few prototypes,
1954 which can conflict with char $2 (); below.
1955 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1956 <limits.h> exists even on freestanding compilers. */
1957
1958 #ifdef __STDC__
1959 # include <limits.h>
1960 #else
1961 # include <assert.h>
1962 #endif
1963
1964 #undef $2
1965
1966 /* Override any GCC internal prototype to avoid an error.
1967 Use char because int might match the return type of a GCC
1968 builtin and then its argument prototype would still apply. */
1969 #ifdef __cplusplus
1970 extern "C"
1971 #endif
1972 char $2 ();
1973 /* The GNU C library defines this for functions which it implements
1974 to always fail with ENOSYS. Some functions are actually named
1975 something starting with __ and the normal name is an alias. */
1976 #if defined __stub_$2 || defined __stub___$2
1977 choke me
1978 #endif
1979
1980 int
1981 main ()
1982 {
1983 return $2 ();
1984 ;
1985 return 0;
1986 }
1987 _ACEOF
1988 if ac_fn_c_try_link "$LINENO"; then :
1989 eval "$3=yes"
1990 else
1991 eval "$3=no"
1992 fi
1993 rm -f core conftest.err conftest.$ac_objext \
1994 conftest$ac_exeext conftest.$ac_ext
1995 fi
1996 eval ac_res=\$$3
1997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1998 $as_echo "$ac_res" >&6; }
1999 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2000
2001 } # ac_fn_c_check_func
2002
2003 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2004 # -------------------------------------------------------
2005 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2006 # the include files in INCLUDES and setting the cache variable VAR
2007 # accordingly.
2008 ac_fn_c_check_header_mongrel ()
2009 {
2010 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2011 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2013 $as_echo_n "checking for $2... " >&6; }
2014 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2015 $as_echo_n "(cached) " >&6
2016 fi
2017 eval ac_res=\$$3
2018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2019 $as_echo "$ac_res" >&6; }
2020 else
2021 # Is the header compilable?
2022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2023 $as_echo_n "checking $2 usability... " >&6; }
2024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2025 /* end confdefs.h. */
2026 $4
2027 #include <$2>
2028 _ACEOF
2029 if ac_fn_c_try_compile "$LINENO"; then :
2030 ac_header_compiler=yes
2031 else
2032 ac_header_compiler=no
2033 fi
2034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2036 $as_echo "$ac_header_compiler" >&6; }
2037
2038 # Is the header present?
2039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2040 $as_echo_n "checking $2 presence... " >&6; }
2041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2042 /* end confdefs.h. */
2043 #include <$2>
2044 _ACEOF
2045 if ac_fn_c_try_cpp "$LINENO"; then :
2046 ac_header_preproc=yes
2047 else
2048 ac_header_preproc=no
2049 fi
2050 rm -f conftest.err conftest.$ac_ext
2051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2052 $as_echo "$ac_header_preproc" >&6; }
2053
2054 # So? What about this header?
2055 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2056 yes:no: )
2057 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2058 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2059 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2060 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2061 ;;
2062 no:yes:* )
2063 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2064 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2065 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2066 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2067 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2068 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2069 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2070 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2071 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2072 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2073 ( cat <<\_ASBOX
2074 ## ------------------------------------------------------------------------- ##
2075 ## Report this to http://lists.freedesktop.org/mailman/listinfo/polkit-devel ##
2076 ## ------------------------------------------------------------------------- ##
2077 _ASBOX
2078 ) | sed "s/^/$as_me: WARNING: /" >&2
2079 ;;
2080 esac
2081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2082 $as_echo_n "checking for $2... " >&6; }
2083 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2084 $as_echo_n "(cached) " >&6
2085 else
2086 eval "$3=\$ac_header_compiler"
2087 fi
2088 eval ac_res=\$$3
2089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2090 $as_echo "$ac_res" >&6; }
2091 fi
2092 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2093
2094 } # ac_fn_c_check_header_mongrel
17782095 cat >config.log <<_ACEOF
17792096 This file contains any messages produced by compilers while
17802097 running configure, to aid debugging if configure makes a mistake.
17812098
1782 It was created by polkit-gnome $as_me 0.95, which was
1783 generated by GNU Autoconf 2.63. Invocation command line was
2099 It was created by polkit-gnome $as_me 0.96, which was
2100 generated by GNU Autoconf 2.65. Invocation command line was
17842101
17852102 $ $0 $@
17862103
18162133 do
18172134 IFS=$as_save_IFS
18182135 test -z "$as_dir" && as_dir=.
1819 $as_echo "PATH: $as_dir"
1820 done
2136 $as_echo "PATH: $as_dir"
2137 done
18212138 IFS=$as_save_IFS
18222139
18232140 } >&5
18542171 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
18552172 esac
18562173 case $ac_pass in
1857 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
2174 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
18582175 2)
1859 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
2176 as_fn_append ac_configure_args1 " '$ac_arg'"
18602177 if test $ac_must_keep_next = true; then
18612178 ac_must_keep_next=false # Got value, back to normal.
18622179 else
18722189 -* ) ac_must_keep_next=true ;;
18732190 esac
18742191 fi
1875 ac_configure_args="$ac_configure_args '$ac_arg'"
2192 as_fn_append ac_configure_args " '$ac_arg'"
18762193 ;;
18772194 esac
18782195 done
18792196 done
1880 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1881 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
2197 { ac_configure_args0=; unset ac_configure_args0;}
2198 { ac_configure_args1=; unset ac_configure_args1;}
18822199
18832200 # When interrupted or exit'd, cleanup temporary files, and complete
18842201 # config.log. We remove comments because anyway the quotes in there
19032220 case $ac_val in #(
19042221 *${as_nl}*)
19052222 case $ac_var in #(
1906 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
2223 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19072224 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19082225 esac
19092226 case $ac_var in #(
19102227 _ | IFS | as_nl) ;; #(
19112228 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1912 *) $as_unset $ac_var ;;
2229 *) { eval $ac_var=; unset $ac_var;} ;;
19132230 esac ;;
19142231 esac
19152232 done
19812298 exit $exit_status
19822299 ' 0
19832300 for ac_signal in 1 2 13 15; do
1984 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2301 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
19852302 done
19862303 ac_signal=0
19872304
19882305 # confdefs.h avoids OS command line length limits that DEFS can exceed.
19892306 rm -f -r conftest* confdefs.h
2307
2308 $as_echo "/* confdefs.h */" > confdefs.h
19902309
19912310 # Predefined preprocessor variables.
19922311
19942313 #define PACKAGE_NAME "$PACKAGE_NAME"
19952314 _ACEOF
19962315
1997
19982316 cat >>confdefs.h <<_ACEOF
19992317 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
20002318 _ACEOF
20012319
2002
20032320 cat >>confdefs.h <<_ACEOF
20042321 #define PACKAGE_VERSION "$PACKAGE_VERSION"
20052322 _ACEOF
20062323
2007
20082324 cat >>confdefs.h <<_ACEOF
20092325 #define PACKAGE_STRING "$PACKAGE_STRING"
20102326 _ACEOF
20112327
2012
20132328 cat >>confdefs.h <<_ACEOF
20142329 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2330 _ACEOF
2331
2332 cat >>confdefs.h <<_ACEOF
2333 #define PACKAGE_URL "$PACKAGE_URL"
20152334 _ACEOF
20162335
20172336
20312350 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
20322351 do
20332352 test "x$ac_site_file" = xNONE && continue
2034 if test -r "$ac_site_file"; then
2035 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2353 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
20362355 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
20372356 sed 's/^/| /' "$ac_site_file" >&5
20382357 . "$ac_site_file"
20402359 done
20412360
20422361 if test -r "$cache_file"; then
2043 # Some versions of bash will fail to source /dev/null (special
2044 # files actually), so we avoid doing that.
2045 if test -f "$cache_file"; then
2046 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
2362 # Some versions of bash will fail to source /dev/null (special files
2363 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2364 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2365 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
20472366 $as_echo "$as_me: loading cache $cache_file" >&6;}
20482367 case $cache_file in
20492368 [\\/]* | ?:[\\/]* ) . "$cache_file";;
20512370 esac
20522371 fi
20532372 else
2054 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
2373 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
20552374 $as_echo "$as_me: creating cache $cache_file" >&6;}
20562375 >$cache_file
20572376 fi
20662385 eval ac_new_val=\$ac_env_${ac_var}_value
20672386 case $ac_old_set,$ac_new_set in
20682387 set,)
2069 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2388 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
20702389 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
20712390 ac_cache_corrupted=: ;;
20722391 ,set)
2073 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2392 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
20742393 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
20752394 ac_cache_corrupted=: ;;
20762395 ,);;
20802399 ac_old_val_w=`echo x $ac_old_val`
20812400 ac_new_val_w=`echo x $ac_new_val`
20822401 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2083 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
20842403 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
20852404 ac_cache_corrupted=:
20862405 else
2087 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
20882407 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
20892408 eval $ac_var=\$ac_old_val
20902409 fi
2091 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
2410 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
20922411 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2093 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
20942413 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
20952414 fi;;
20962415 esac
21022421 esac
21032422 case " $ac_configure_args " in
21042423 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2105 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2424 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
21062425 esac
21072426 fi
21082427 done
21092428 if $ac_cache_corrupted; then
2110 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2429 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21112430 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2112 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
21132432 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2114 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2115 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2116 { (exit 1); exit 1; }; }
2117 fi
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2433 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2434 fi
2435 ## -------------------- ##
2436 ## Main body of script. ##
2437 ## -------------------- ##
21422438
21432439 ac_ext=c
21442440 ac_cpp='$CPP $CPPFLAGS'
21522448
21532449 ac_aux_dir=
21542450 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2155 if test -f "$ac_dir/install-sh"; then
2156 ac_aux_dir=$ac_dir
2157 ac_install_sh="$ac_aux_dir/install-sh -c"
2158 break
2159 elif test -f "$ac_dir/install.sh"; then
2160 ac_aux_dir=$ac_dir
2161 ac_install_sh="$ac_aux_dir/install.sh -c"
2162 break
2163 elif test -f "$ac_dir/shtool"; then
2164 ac_aux_dir=$ac_dir
2165 ac_install_sh="$ac_aux_dir/shtool install -c"
2166 break
2167 fi
2451 for ac_t in install-sh install.sh shtool; do
2452 if test -f "$ac_dir/$ac_t"; then
2453 ac_aux_dir=$ac_dir
2454 ac_install_sh="$ac_aux_dir/$ac_t -c"
2455 break 2
2456 fi
2457 done
21682458 done
21692459 if test -z "$ac_aux_dir"; then
2170 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2171 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2172 { (exit 1); exit 1; }; }
2460 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
21732461 fi
21742462
21752463 # These three variables are undocumented and unsupported,
21952483 # OS/2's system install, which has a completely different semantic
21962484 # ./install, which can be erroneously created by make from ./install.sh.
21972485 # Reject install programs that cannot install multiple files.
2198 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
21992487 $as_echo_n "checking for a BSD-compatible install... " >&6; }
22002488 if test -z "$INSTALL"; then
2201 if test "${ac_cv_path_install+set}" = set; then
2489 if test "${ac_cv_path_install+set}" = set; then :
22022490 $as_echo_n "(cached) " >&6
22032491 else
22042492 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22062494 do
22072495 IFS=$as_save_IFS
22082496 test -z "$as_dir" && as_dir=.
2209 # Account for people who put trailing slashes in PATH elements.
2210 case $as_dir/ in
2211 ./ | .// | /cC/* | \
2497 # Account for people who put trailing slashes in PATH elements.
2498 case $as_dir/ in #((
2499 ./ | .// | /[cC]/* | \
22122500 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2213 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2501 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
22142502 /usr/ucb/* ) ;;
22152503 *)
22162504 # OSF1 and SCO ODT 3.0 have their own names for install.
22472535 ;;
22482536 esac
22492537
2250 done
2538 done
22512539 IFS=$as_save_IFS
22522540
22532541 rm -rf conftest.one conftest.two conftest.dir
22632551 INSTALL=$ac_install_sh
22642552 fi
22652553 fi
2266 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
22672555 $as_echo "$INSTALL" >&6; }
22682556
22692557 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
22742562
22752563 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
22762564
2277 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
22782566 $as_echo_n "checking whether build environment is sane... " >&6; }
22792567 # Just in case
22802568 sleep 1
22852573 '
22862574 case `pwd` in
22872575 *[\\\"\#\$\&\'\`$am_lf]*)
2288 { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
2289 $as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
2290 { (exit 1); exit 1; }; };;
2576 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
22912577 esac
22922578 case $srcdir in
22932579 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2294 { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
2295 $as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
2296 { (exit 1); exit 1; }; };;
2580 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
22972581 esac
22982582
22992583 # Do `set' in a subshell so we don't clobber the current shell's
23152599 # if, for instance, CONFIG_SHELL is bash and it inherits a
23162600 # broken ls alias from the environment. This has actually
23172601 # happened. Such a system could not be considered "sane".
2318 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2319 alias in your environment" >&5
2320 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2321 alias in your environment" >&2;}
2322 { (exit 1); exit 1; }; }
2602 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2603 alias in your environment" "$LINENO" 5
23232604 fi
23242605
23252606 test "$2" = conftest.file
23282609 # Ok.
23292610 :
23302611 else
2331 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2332 Check your system clock" >&5
2333 $as_echo "$as_me: error: newly created file is older than distributed files!
2334 Check your system clock" >&2;}
2335 { (exit 1); exit 1; }; }
2336 fi
2337 { $as_echo "$as_me:$LINENO: result: yes" >&5
2612 as_fn_error "newly created file is older than distributed files!
2613 Check your system clock" "$LINENO" 5
2614 fi
2615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23382616 $as_echo "yes" >&6; }
23392617 test "$program_prefix" != NONE &&
23402618 program_transform_name="s&^&$program_prefix&;$program_transform_name"
23622640 am_missing_run="$MISSING --run "
23632641 else
23642642 am_missing_run=
2365 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
23662644 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
23672645 fi
23682646
23832661 if test -n "$ac_tool_prefix"; then
23842662 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
23852663 set dummy ${ac_tool_prefix}strip; ac_word=$2
2386 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23872665 $as_echo_n "checking for $ac_word... " >&6; }
2388 if test "${ac_cv_prog_STRIP+set}" = set; then
2666 if test "${ac_cv_prog_STRIP+set}" = set; then :
23892667 $as_echo_n "(cached) " >&6
23902668 else
23912669 if test -n "$STRIP"; then
23962674 do
23972675 IFS=$as_save_IFS
23982676 test -z "$as_dir" && as_dir=.
2399 for ac_exec_ext in '' $ac_executable_extensions; do
2677 for ac_exec_ext in '' $ac_executable_extensions; do
24002678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
24012679 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2402 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24032681 break 2
24042682 fi
24052683 done
2406 done
2684 done
24072685 IFS=$as_save_IFS
24082686
24092687 fi
24102688 fi
24112689 STRIP=$ac_cv_prog_STRIP
24122690 if test -n "$STRIP"; then
2413 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
24142692 $as_echo "$STRIP" >&6; }
24152693 else
2416 { $as_echo "$as_me:$LINENO: result: no" >&5
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24172695 $as_echo "no" >&6; }
24182696 fi
24192697
24232701 ac_ct_STRIP=$STRIP
24242702 # Extract the first word of "strip", so it can be a program name with args.
24252703 set dummy strip; ac_word=$2
2426 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24272705 $as_echo_n "checking for $ac_word... " >&6; }
2428 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2706 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
24292707 $as_echo_n "(cached) " >&6
24302708 else
24312709 if test -n "$ac_ct_STRIP"; then
24362714 do
24372715 IFS=$as_save_IFS
24382716 test -z "$as_dir" && as_dir=.
2439 for ac_exec_ext in '' $ac_executable_extensions; do
2717 for ac_exec_ext in '' $ac_executable_extensions; do
24402718 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
24412719 ac_cv_prog_ac_ct_STRIP="strip"
2442 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2720 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24432721 break 2
24442722 fi
24452723 done
2446 done
2724 done
24472725 IFS=$as_save_IFS
24482726
24492727 fi
24502728 fi
24512729 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
24522730 if test -n "$ac_ct_STRIP"; then
2453 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
24542732 $as_echo "$ac_ct_STRIP" >&6; }
24552733 else
2456 { $as_echo "$as_me:$LINENO: result: no" >&5
2734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24572735 $as_echo "no" >&6; }
24582736 fi
24592737
24622740 else
24632741 case $cross_compiling:$ac_tool_warned in
24642742 yes:)
2465 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
24662744 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
24672745 ac_tool_warned=yes ;;
24682746 esac
24752753 fi
24762754 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
24772755
2478 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
24792757 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
24802758 if test -z "$MKDIR_P"; then
2481 if test "${ac_cv_path_mkdir+set}" = set; then
2759 if test "${ac_cv_path_mkdir+set}" = set; then :
24822760 $as_echo_n "(cached) " >&6
24832761 else
24842762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24862764 do
24872765 IFS=$as_save_IFS
24882766 test -z "$as_dir" && as_dir=.
2489 for ac_prog in mkdir gmkdir; do
2767 for ac_prog in mkdir gmkdir; do
24902768 for ac_exec_ext in '' $ac_executable_extensions; do
24912769 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
24922770 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
24982776 esac
24992777 done
25002778 done
2501 done
2779 done
25022780 IFS=$as_save_IFS
25032781
25042782 fi
25052783
2784 test -d ./--version && rmdir ./--version
25062785 if test "${ac_cv_path_mkdir+set}" = set; then
25072786 MKDIR_P="$ac_cv_path_mkdir -p"
25082787 else
25102789 # value for MKDIR_P within a source directory, because that will
25112790 # break other packages using the cache if that directory is
25122791 # removed, or if the value is a relative name.
2513 test -d ./--version && rmdir ./--version
25142792 MKDIR_P="$ac_install_sh -d"
25152793 fi
25162794 fi
2517 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
25182796 $as_echo "$MKDIR_P" >&6; }
25192797
25202798 mkdir_p="$MKDIR_P"
25272805 do
25282806 # Extract the first word of "$ac_prog", so it can be a program name with args.
25292807 set dummy $ac_prog; ac_word=$2
2530 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25312809 $as_echo_n "checking for $ac_word... " >&6; }
2532 if test "${ac_cv_prog_AWK+set}" = set; then
2810 if test "${ac_cv_prog_AWK+set}" = set; then :
25332811 $as_echo_n "(cached) " >&6
25342812 else
25352813 if test -n "$AWK"; then
25402818 do
25412819 IFS=$as_save_IFS
25422820 test -z "$as_dir" && as_dir=.
2543 for ac_exec_ext in '' $ac_executable_extensions; do
2821 for ac_exec_ext in '' $ac_executable_extensions; do
25442822 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
25452823 ac_cv_prog_AWK="$ac_prog"
2546 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2824 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25472825 break 2
25482826 fi
25492827 done
2550 done
2828 done
25512829 IFS=$as_save_IFS
25522830
25532831 fi
25542832 fi
25552833 AWK=$ac_cv_prog_AWK
25562834 if test -n "$AWK"; then
2557 { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
25582836 $as_echo "$AWK" >&6; }
25592837 else
2560 { $as_echo "$as_me:$LINENO: result: no" >&5
2838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25612839 $as_echo "no" >&6; }
25622840 fi
25632841
25652843 test -n "$AWK" && break
25662844 done
25672845
2568 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
25692847 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
25702848 set x ${MAKE-make}
25712849 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2572 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2850 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
25732851 $as_echo_n "(cached) " >&6
25742852 else
25752853 cat >conftest.make <<\_ACEOF
25872865 rm -f conftest.make
25882866 fi
25892867 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2590 { $as_echo "$as_me:$LINENO: result: yes" >&5
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25912869 $as_echo "yes" >&6; }
25922870 SET_MAKE=
25932871 else
2594 { $as_echo "$as_me:$LINENO: result: no" >&5
2872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25952873 $as_echo "no" >&6; }
25962874 SET_MAKE="MAKE=${MAKE-make}"
25972875 fi
26112889 am__isrc=' -I$(srcdir)'
26122890 # test to see if srcdir already configured
26132891 if test -f $srcdir/config.status; then
2614 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2615 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2616 { (exit 1); exit 1; }; }
2892 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
26172893 fi
26182894 fi
26192895
26292905
26302906 # Define the identity of the package.
26312907 PACKAGE='polkit-gnome'
2632 VERSION='0.95'
2908 VERSION='0.96'
26332909
26342910
26352911 cat >>confdefs.h <<_ACEOF
26752951
26762952
26772953
2678 { $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
26792955 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
26802956 # Check whether --enable-maintainer-mode was given.
2681 if test "${enable_maintainer_mode+set}" = set; then
2957 if test "${enable_maintainer_mode+set}" = set; then :
26822958 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
26832959 else
26842960 USE_MAINTAINER_MODE=no
26852961 fi
26862962
2687 { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
26882964 $as_echo "$USE_MAINTAINER_MODE" >&6; }
26892965 if test $USE_MAINTAINER_MODE = yes; then
26902966 MAINTAINER_MODE_TRUE=
27172993 if test -n "$ac_tool_prefix"; then
27182994 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
27192995 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2720 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27212997 $as_echo_n "checking for $ac_word... " >&6; }
2722 if test "${ac_cv_prog_CC+set}" = set; then
2998 if test "${ac_cv_prog_CC+set}" = set; then :
27232999 $as_echo_n "(cached) " >&6
27243000 else
27253001 if test -n "$CC"; then
27303006 do
27313007 IFS=$as_save_IFS
27323008 test -z "$as_dir" && as_dir=.
2733 for ac_exec_ext in '' $ac_executable_extensions; do
3009 for ac_exec_ext in '' $ac_executable_extensions; do
27343010 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
27353011 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2736 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27373013 break 2
27383014 fi
27393015 done
2740 done
3016 done
27413017 IFS=$as_save_IFS
27423018
27433019 fi
27443020 fi
27453021 CC=$ac_cv_prog_CC
27463022 if test -n "$CC"; then
2747 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
27483024 $as_echo "$CC" >&6; }
27493025 else
2750 { $as_echo "$as_me:$LINENO: result: no" >&5
3026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27513027 $as_echo "no" >&6; }
27523028 fi
27533029
27573033 ac_ct_CC=$CC
27583034 # Extract the first word of "gcc", so it can be a program name with args.
27593035 set dummy gcc; ac_word=$2
2760 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27613037 $as_echo_n "checking for $ac_word... " >&6; }
2762 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3038 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
27633039 $as_echo_n "(cached) " >&6
27643040 else
27653041 if test -n "$ac_ct_CC"; then
27703046 do
27713047 IFS=$as_save_IFS
27723048 test -z "$as_dir" && as_dir=.
2773 for ac_exec_ext in '' $ac_executable_extensions; do
3049 for ac_exec_ext in '' $ac_executable_extensions; do
27743050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
27753051 ac_cv_prog_ac_ct_CC="gcc"
2776 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27773053 break 2
27783054 fi
27793055 done
2780 done
3056 done
27813057 IFS=$as_save_IFS
27823058
27833059 fi
27843060 fi
27853061 ac_ct_CC=$ac_cv_prog_ac_ct_CC
27863062 if test -n "$ac_ct_CC"; then
2787 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
27883064 $as_echo "$ac_ct_CC" >&6; }
27893065 else
2790 { $as_echo "$as_me:$LINENO: result: no" >&5
3066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27913067 $as_echo "no" >&6; }
27923068 fi
27933069
27963072 else
27973073 case $cross_compiling:$ac_tool_warned in
27983074 yes:)
2799 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3075 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
28003076 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
28013077 ac_tool_warned=yes ;;
28023078 esac
28103086 if test -n "$ac_tool_prefix"; then
28113087 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
28123088 set dummy ${ac_tool_prefix}cc; ac_word=$2
2813 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28143090 $as_echo_n "checking for $ac_word... " >&6; }
2815 if test "${ac_cv_prog_CC+set}" = set; then
3091 if test "${ac_cv_prog_CC+set}" = set; then :
28163092 $as_echo_n "(cached) " >&6
28173093 else
28183094 if test -n "$CC"; then
28233099 do
28243100 IFS=$as_save_IFS
28253101 test -z "$as_dir" && as_dir=.
2826 for ac_exec_ext in '' $ac_executable_extensions; do
3102 for ac_exec_ext in '' $ac_executable_extensions; do
28273103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28283104 ac_cv_prog_CC="${ac_tool_prefix}cc"
2829 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28303106 break 2
28313107 fi
28323108 done
2833 done
3109 done
28343110 IFS=$as_save_IFS
28353111
28363112 fi
28373113 fi
28383114 CC=$ac_cv_prog_CC
28393115 if test -n "$CC"; then
2840 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
28413117 $as_echo "$CC" >&6; }
28423118 else
2843 { $as_echo "$as_me:$LINENO: result: no" >&5
3119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28443120 $as_echo "no" >&6; }
28453121 fi
28463122
28503126 if test -z "$CC"; then
28513127 # Extract the first word of "cc", so it can be a program name with args.
28523128 set dummy cc; ac_word=$2
2853 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28543130 $as_echo_n "checking for $ac_word... " >&6; }
2855 if test "${ac_cv_prog_CC+set}" = set; then
3131 if test "${ac_cv_prog_CC+set}" = set; then :
28563132 $as_echo_n "(cached) " >&6
28573133 else
28583134 if test -n "$CC"; then
28643140 do
28653141 IFS=$as_save_IFS
28663142 test -z "$as_dir" && as_dir=.
2867 for ac_exec_ext in '' $ac_executable_extensions; do
3143 for ac_exec_ext in '' $ac_executable_extensions; do
28683144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28693145 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
28703146 ac_prog_rejected=yes
28713147 continue
28723148 fi
28733149 ac_cv_prog_CC="cc"
2874 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28753151 break 2
28763152 fi
28773153 done
2878 done
3154 done
28793155 IFS=$as_save_IFS
28803156
28813157 if test $ac_prog_rejected = yes; then
28943170 fi
28953171 CC=$ac_cv_prog_CC
28963172 if test -n "$CC"; then
2897 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
28983174 $as_echo "$CC" >&6; }
28993175 else
2900 { $as_echo "$as_me:$LINENO: result: no" >&5
3176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29013177 $as_echo "no" >&6; }
29023178 fi
29033179
29093185 do
29103186 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
29113187 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2912 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29133189 $as_echo_n "checking for $ac_word... " >&6; }
2914 if test "${ac_cv_prog_CC+set}" = set; then
3190 if test "${ac_cv_prog_CC+set}" = set; then :
29153191 $as_echo_n "(cached) " >&6
29163192 else
29173193 if test -n "$CC"; then
29223198 do
29233199 IFS=$as_save_IFS
29243200 test -z "$as_dir" && as_dir=.
2925 for ac_exec_ext in '' $ac_executable_extensions; do
3201 for ac_exec_ext in '' $ac_executable_extensions; do
29263202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29273203 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2928 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29293205 break 2
29303206 fi
29313207 done
2932 done
3208 done
29333209 IFS=$as_save_IFS
29343210
29353211 fi
29363212 fi
29373213 CC=$ac_cv_prog_CC
29383214 if test -n "$CC"; then
2939 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
29403216 $as_echo "$CC" >&6; }
29413217 else
2942 { $as_echo "$as_me:$LINENO: result: no" >&5
3218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29433219 $as_echo "no" >&6; }
29443220 fi
29453221
29533229 do
29543230 # Extract the first word of "$ac_prog", so it can be a program name with args.
29553231 set dummy $ac_prog; ac_word=$2
2956 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29573233 $as_echo_n "checking for $ac_word... " >&6; }
2958 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3234 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
29593235 $as_echo_n "(cached) " >&6
29603236 else
29613237 if test -n "$ac_ct_CC"; then
29663242 do
29673243 IFS=$as_save_IFS
29683244 test -z "$as_dir" && as_dir=.
2969 for ac_exec_ext in '' $ac_executable_extensions; do
3245 for ac_exec_ext in '' $ac_executable_extensions; do
29703246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29713247 ac_cv_prog_ac_ct_CC="$ac_prog"
2972 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29733249 break 2
29743250 fi
29753251 done
2976 done
3252 done
29773253 IFS=$as_save_IFS
29783254
29793255 fi
29803256 fi
29813257 ac_ct_CC=$ac_cv_prog_ac_ct_CC
29823258 if test -n "$ac_ct_CC"; then
2983 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
29843260 $as_echo "$ac_ct_CC" >&6; }
29853261 else
2986 { $as_echo "$as_me:$LINENO: result: no" >&5
3262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29873263 $as_echo "no" >&6; }
29883264 fi
29893265
29963272 else
29973273 case $cross_compiling:$ac_tool_warned in
29983274 yes:)
2999 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3275 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
30003276 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
30013277 ac_tool_warned=yes ;;
30023278 esac
30073283 fi
30083284
30093285
3010 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3286 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
30113287 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3012 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3013 See \`config.log' for more details." >&5
3014 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
3015 See \`config.log' for more details." >&2;}
3016 { (exit 1); exit 1; }; }; }
3288 as_fn_error "no acceptable C compiler found in \$PATH
3289 See \`config.log' for more details." "$LINENO" 5; }
30173290
30183291 # Provide some information about the compiler.
3019 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3292 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
30203293 set X $ac_compile
30213294 ac_compiler=$2
3022 { (ac_try="$ac_compiler --version >&5"
3295 for ac_option in --version -v -V -qversion; do
3296 { { ac_try="$ac_compiler $ac_option >&5"
30233297 case "(($ac_try" in
30243298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30253299 *) ac_try_echo=$ac_try;;
30263300 esac
3027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3028 $as_echo "$ac_try_echo") >&5
3029 (eval "$ac_compiler --version >&5") 2>&5
3301 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3302 $as_echo "$ac_try_echo"; } >&5
3303 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
30303304 ac_status=$?
3031 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3032 (exit $ac_status); }
3033 { (ac_try="$ac_compiler -v >&5"
3034 case "(($ac_try" in
3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036 *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3039 $as_echo "$ac_try_echo") >&5
3040 (eval "$ac_compiler -v >&5") 2>&5
3041 ac_status=$?
3042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3043 (exit $ac_status); }
3044 { (ac_try="$ac_compiler -V >&5"
3045 case "(($ac_try" in
3046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3047 *) ac_try_echo=$ac_try;;
3048 esac
3049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3050 $as_echo "$ac_try_echo") >&5
3051 (eval "$ac_compiler -V >&5") 2>&5
3052 ac_status=$?
3053 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3054 (exit $ac_status); }
3055
3056 cat >conftest.$ac_ext <<_ACEOF
3057 /* confdefs.h. */
3058 _ACEOF
3059 cat confdefs.h >>conftest.$ac_ext
3060 cat >>conftest.$ac_ext <<_ACEOF
3305 if test -s conftest.err; then
3306 sed '10a\
3307 ... rest of stderr output deleted ...
3308 10q' conftest.err >conftest.er1
3309 cat conftest.er1 >&5
3310 fi
3311 rm -f conftest.er1 conftest.err
3312 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3313 test $ac_status = 0; }
3314 done
3315
3316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30613317 /* end confdefs.h. */
30623318
30633319 int
30733329 # Try to create an executable without -o first, disregard a.out.
30743330 # It will help us diagnose broken compilers, and finding out an intuition
30753331 # of exeext.
3076 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3077 $as_echo_n "checking for C compiler default output file name... " >&6; }
3332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3333 $as_echo_n "checking whether the C compiler works... " >&6; }
30783334 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
30793335
30803336 # The possible output files:
30903346 done
30913347 rm -f $ac_rmfiles
30923348
3093 if { (ac_try="$ac_link_default"
3349 if { { ac_try="$ac_link_default"
30943350 case "(($ac_try" in
30953351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30963352 *) ac_try_echo=$ac_try;;
30973353 esac
3098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3099 $as_echo "$ac_try_echo") >&5
3354 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3355 $as_echo "$ac_try_echo"; } >&5
31003356 (eval "$ac_link_default") 2>&5
31013357 ac_status=$?
3102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3103 (exit $ac_status); }; then
3358 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3359 test $ac_status = 0; }; then :
31043360 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
31053361 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
31063362 # in a Makefile. We should not override ac_cv_exeext if it was cached,
31173373 # certainly right.
31183374 break;;
31193375 *.* )
3120 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3376 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
31213377 then :; else
31223378 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
31233379 fi
31363392 else
31373393 ac_file=''
31383394 fi
3139
3140 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
3395 if test -z "$ac_file"; then :
3396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3397 $as_echo "no" >&6; }
3398 $as_echo "$as_me: failed program was:" >&5
3399 sed 's/^/| /' conftest.$ac_ext >&5
3400
3401 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3402 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3403 { as_fn_set_status 77
3404 as_fn_error "C compiler cannot create executables
3405 See \`config.log' for more details." "$LINENO" 5; }; }
3406 else
3407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3408 $as_echo "yes" >&6; }
3409 fi
3410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3411 $as_echo_n "checking for C compiler default output file name... " >&6; }
3412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
31413413 $as_echo "$ac_file" >&6; }
3142 if test -z "$ac_file"; then
3143 $as_echo "$as_me: failed program was:" >&5
3144 sed 's/^/| /' conftest.$ac_ext >&5
3145
3146 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3147 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3148 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
3149 See \`config.log' for more details." >&5
3150 $as_echo "$as_me: error: C compiler cannot create executables
3151 See \`config.log' for more details." >&2;}
3152 { (exit 77); exit 77; }; }; }
3153 fi
3154
31553414 ac_exeext=$ac_cv_exeext
3156
3157 # Check that the compiler produces executables we can run. If not, either
3158 # the compiler is broken, or we cross compile.
3159 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3160 $as_echo_n "checking whether the C compiler works... " >&6; }
3161 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3162 # If not cross compiling, check that we can run a simple program.
3163 if test "$cross_compiling" != yes; then
3164 if { ac_try='./$ac_file'
3165 { (case "(($ac_try" in
3166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3167 *) ac_try_echo=$ac_try;;
3168 esac
3169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3170 $as_echo "$ac_try_echo") >&5
3171 (eval "$ac_try") 2>&5
3172 ac_status=$?
3173 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3174 (exit $ac_status); }; }; then
3175 cross_compiling=no
3176 else
3177 if test "$cross_compiling" = maybe; then
3178 cross_compiling=yes
3179 else
3180 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3181 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3182 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
3183 If you meant to cross compile, use \`--host'.
3184 See \`config.log' for more details." >&5
3185 $as_echo "$as_me: error: cannot run C compiled programs.
3186 If you meant to cross compile, use \`--host'.
3187 See \`config.log' for more details." >&2;}
3188 { (exit 1); exit 1; }; }; }
3189 fi
3190 fi
3191 fi
3192 { $as_echo "$as_me:$LINENO: result: yes" >&5
3193 $as_echo "yes" >&6; }
31943415
31953416 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
31963417 ac_clean_files=$ac_clean_files_save
3197 # Check that the compiler produces executables we can run. If not, either
3198 # the compiler is broken, or we cross compile.
3199 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3200 $as_echo_n "checking whether we are cross compiling... " >&6; }
3201 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3202 $as_echo "$cross_compiling" >&6; }
3203
3204 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
32053419 $as_echo_n "checking for suffix of executables... " >&6; }
3206 if { (ac_try="$ac_link"
3420 if { { ac_try="$ac_link"
32073421 case "(($ac_try" in
32083422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32093423 *) ac_try_echo=$ac_try;;
32103424 esac
3211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3212 $as_echo "$ac_try_echo") >&5
3425 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3426 $as_echo "$ac_try_echo"; } >&5
32133427 (eval "$ac_link") 2>&5
32143428 ac_status=$?
3215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3216 (exit $ac_status); }; then
3429 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3430 test $ac_status = 0; }; then :
32173431 # If both `conftest.exe' and `conftest' are `present' (well, observable)
32183432 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
32193433 # work properly (i.e., refer to `conftest.exe'), while it won't with
32283442 esac
32293443 done
32303444 else
3231 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3445 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
32323446 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3233 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3234 See \`config.log' for more details." >&5
3235 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3236 See \`config.log' for more details." >&2;}
3237 { (exit 1); exit 1; }; }; }
3238 fi
3239
3240 rm -f conftest$ac_cv_exeext
3241 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3447 as_fn_error "cannot compute suffix of executables: cannot compile and link
3448 See \`config.log' for more details." "$LINENO" 5; }
3449 fi
3450 rm -f conftest conftest$ac_cv_exeext
3451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
32423452 $as_echo "$ac_cv_exeext" >&6; }
32433453
32443454 rm -f conftest.$ac_ext
32453455 EXEEXT=$ac_cv_exeext
32463456 ac_exeext=$EXEEXT
3247 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3458 /* end confdefs.h. */
3459 #include <stdio.h>
3460 int
3461 main ()
3462 {
3463 FILE *f = fopen ("conftest.out", "w");
3464 return ferror (f) || fclose (f) != 0;
3465
3466 ;
3467 return 0;
3468 }
3469 _ACEOF
3470 ac_clean_files="$ac_clean_files conftest.out"
3471 # Check that the compiler produces executables we can run. If not, either
3472 # the compiler is broken, or we cross compile.
3473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3474 $as_echo_n "checking whether we are cross compiling... " >&6; }
3475 if test "$cross_compiling" != yes; then
3476 { { ac_try="$ac_link"
3477 case "(($ac_try" in
3478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3479 *) ac_try_echo=$ac_try;;
3480 esac
3481 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3482 $as_echo "$ac_try_echo"; } >&5
3483 (eval "$ac_link") 2>&5
3484 ac_status=$?
3485 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3486 test $ac_status = 0; }
3487 if { ac_try='./conftest$ac_cv_exeext'
3488 { { case "(($ac_try" in
3489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3490 *) ac_try_echo=$ac_try;;
3491 esac
3492 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3493 $as_echo "$ac_try_echo"; } >&5
3494 (eval "$ac_try") 2>&5
3495 ac_status=$?
3496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3497 test $ac_status = 0; }; }; then
3498 cross_compiling=no
3499 else
3500 if test "$cross_compiling" = maybe; then
3501 cross_compiling=yes
3502 else
3503 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3504 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3505 as_fn_error "cannot run C compiled programs.
3506 If you meant to cross compile, use \`--host'.
3507 See \`config.log' for more details." "$LINENO" 5; }
3508 fi
3509 fi
3510 fi
3511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3512 $as_echo "$cross_compiling" >&6; }
3513
3514 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3515 ac_clean_files=$ac_clean_files_save
3516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
32483517 $as_echo_n "checking for suffix of object files... " >&6; }
3249 if test "${ac_cv_objext+set}" = set; then
3518 if test "${ac_cv_objext+set}" = set; then :
32503519 $as_echo_n "(cached) " >&6
32513520 else
3252 cat >conftest.$ac_ext <<_ACEOF
3253 /* confdefs.h. */
3254 _ACEOF
3255 cat confdefs.h >>conftest.$ac_ext
3256 cat >>conftest.$ac_ext <<_ACEOF
3521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32573522 /* end confdefs.h. */
32583523
32593524 int
32653530 }
32663531 _ACEOF
32673532 rm -f conftest.o conftest.obj
3268 if { (ac_try="$ac_compile"
3533 if { { ac_try="$ac_compile"
32693534 case "(($ac_try" in
32703535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32713536 *) ac_try_echo=$ac_try;;
32723537 esac
3273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3274 $as_echo "$ac_try_echo") >&5
3538 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3539 $as_echo "$ac_try_echo"; } >&5
32753540 (eval "$ac_compile") 2>&5
32763541 ac_status=$?
3277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3278 (exit $ac_status); }; then
3542 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3543 test $ac_status = 0; }; then :
32793544 for ac_file in conftest.o conftest.obj conftest.*; do
32803545 test -f "$ac_file" || continue;
32813546 case $ac_file in
32883553 $as_echo "$as_me: failed program was:" >&5
32893554 sed 's/^/| /' conftest.$ac_ext >&5
32903555
3291 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3556 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
32923557 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3293 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3294 See \`config.log' for more details." >&5
3295 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3296 See \`config.log' for more details." >&2;}
3297 { (exit 1); exit 1; }; }; }
3298 fi
3299
3558 as_fn_error "cannot compute suffix of object files: cannot compile
3559 See \`config.log' for more details." "$LINENO" 5; }
3560 fi
33003561 rm -f conftest.$ac_cv_objext conftest.$ac_ext
33013562 fi
3302 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
33033564 $as_echo "$ac_cv_objext" >&6; }
33043565 OBJEXT=$ac_cv_objext
33053566 ac_objext=$OBJEXT
3306 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
33073568 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3308 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3569 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
33093570 $as_echo_n "(cached) " >&6
33103571 else
3311 cat >conftest.$ac_ext <<_ACEOF
3312 /* confdefs.h. */
3313 _ACEOF
3314 cat confdefs.h >>conftest.$ac_ext
3315 cat >>conftest.$ac_ext <<_ACEOF
3572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33163573 /* end confdefs.h. */
33173574
33183575 int
33263583 return 0;
33273584 }
33283585 _ACEOF
3329 rm -f conftest.$ac_objext
3330 if { (ac_try="$ac_compile"
3331 case "(($ac_try" in
3332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3333 *) ac_try_echo=$ac_try;;
3334 esac
3335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3336 $as_echo "$ac_try_echo") >&5
3337 (eval "$ac_compile") 2>conftest.er1
3338 ac_status=$?
3339 grep -v '^ *+' conftest.er1 >conftest.err
3340 rm -f conftest.er1
3341 cat conftest.err >&5
3342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3343 (exit $ac_status); } && {
3344 test -z "$ac_c_werror_flag" ||
3345 test ! -s conftest.err
3346 } && test -s conftest.$ac_objext; then
3586 if ac_fn_c_try_compile "$LINENO"; then :
33473587 ac_compiler_gnu=yes
33483588 else
3349 $as_echo "$as_me: failed program was:" >&5
3350 sed 's/^/| /' conftest.$ac_ext >&5
3351
3352 ac_compiler_gnu=no
3353 fi
3354
3589 ac_compiler_gnu=no
3590 fi
33553591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33563592 ac_cv_c_compiler_gnu=$ac_compiler_gnu
33573593
33583594 fi
3359 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
33603596 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
33613597 if test $ac_compiler_gnu = yes; then
33623598 GCC=yes
33653601 fi
33663602 ac_test_CFLAGS=${CFLAGS+set}
33673603 ac_save_CFLAGS=$CFLAGS
3368 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
33693605 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3370 if test "${ac_cv_prog_cc_g+set}" = set; then
3606 if test "${ac_cv_prog_cc_g+set}" = set; then :
33713607 $as_echo_n "(cached) " >&6
33723608 else
33733609 ac_save_c_werror_flag=$ac_c_werror_flag
33743610 ac_c_werror_flag=yes
33753611 ac_cv_prog_cc_g=no
33763612 CFLAGS="-g"
3377 cat >conftest.$ac_ext <<_ACEOF
3378 /* confdefs.h. */
3379 _ACEOF
3380 cat confdefs.h >>conftest.$ac_ext
3381 cat >>conftest.$ac_ext <<_ACEOF
3613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33823614 /* end confdefs.h. */
33833615
33843616 int
33893621 return 0;
33903622 }
33913623 _ACEOF
3392 rm -f conftest.$ac_objext
3393 if { (ac_try="$ac_compile"
3394 case "(($ac_try" in
3395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3396 *) ac_try_echo=$ac_try;;
3397 esac
3398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3399 $as_echo "$ac_try_echo") >&5
3400 (eval "$ac_compile") 2>conftest.er1
3401 ac_status=$?
3402 grep -v '^ *+' conftest.er1 >conftest.err
3403 rm -f conftest.er1
3404 cat conftest.err >&5
3405 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3406 (exit $ac_status); } && {
3407 test -z "$ac_c_werror_flag" ||
3408 test ! -s conftest.err
3409 } && test -s conftest.$ac_objext; then
3624 if ac_fn_c_try_compile "$LINENO"; then :
34103625 ac_cv_prog_cc_g=yes
34113626 else
3412 $as_echo "$as_me: failed program was:" >&5
3413 sed 's/^/| /' conftest.$ac_ext >&5
3414
3415 CFLAGS=""
3416 cat >conftest.$ac_ext <<_ACEOF
3417 /* confdefs.h. */
3418 _ACEOF
3419 cat confdefs.h >>conftest.$ac_ext
3420 cat >>conftest.$ac_ext <<_ACEOF
3627 CFLAGS=""
3628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34213629 /* end confdefs.h. */
34223630
34233631 int
34283636 return 0;
34293637 }
34303638 _ACEOF
3431 rm -f conftest.$ac_objext
3432 if { (ac_try="$ac_compile"
3433 case "(($ac_try" in
3434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3435 *) ac_try_echo=$ac_try;;
3436 esac
3437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3438 $as_echo "$ac_try_echo") >&5
3439 (eval "$ac_compile") 2>conftest.er1
3440 ac_status=$?
3441 grep -v '^ *+' conftest.er1 >conftest.err
3442 rm -f conftest.er1
3443 cat conftest.err >&5
3444 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3445 (exit $ac_status); } && {
3446 test -z "$ac_c_werror_flag" ||
3447 test ! -s conftest.err
3448 } && test -s conftest.$ac_objext; then
3449 :
3450 else
3451 $as_echo "$as_me: failed program was:" >&5
3452 sed 's/^/| /' conftest.$ac_ext >&5
3453
3454 ac_c_werror_flag=$ac_save_c_werror_flag
3639 if ac_fn_c_try_compile "$LINENO"; then :
3640
3641 else
3642 ac_c_werror_flag=$ac_save_c_werror_flag
34553643 CFLAGS="-g"
3456 cat >conftest.$ac_ext <<_ACEOF
3457 /* confdefs.h. */
3458 _ACEOF
3459 cat confdefs.h >>conftest.$ac_ext
3460 cat >>conftest.$ac_ext <<_ACEOF
3644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34613645 /* end confdefs.h. */
34623646
34633647 int
34683652 return 0;
34693653 }
34703654 _ACEOF
3471 rm -f conftest.$ac_objext
3472 if { (ac_try="$ac_compile"
3473 case "(($ac_try" in
3474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3475 *) ac_try_echo=$ac_try;;
3476 esac
3477 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3478 $as_echo "$ac_try_echo") >&5
3479 (eval "$ac_compile") 2>conftest.er1
3480 ac_status=$?
3481 grep -v '^ *+' conftest.er1 >conftest.err
3482 rm -f conftest.er1
3483 cat conftest.err >&5
3484 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3485 (exit $ac_status); } && {
3486 test -z "$ac_c_werror_flag" ||
3487 test ! -s conftest.err
3488 } && test -s conftest.$ac_objext; then
3655 if ac_fn_c_try_compile "$LINENO"; then :
34893656 ac_cv_prog_cc_g=yes
3490 else
3491 $as_echo "$as_me: failed program was:" >&5
3492 sed 's/^/| /' conftest.$ac_ext >&5
3493
3494
3495 fi
3496
3657 fi
34973658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34983659 fi
3499
35003660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35013661 fi
3502
35033662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35043663 ac_c_werror_flag=$ac_save_c_werror_flag
35053664 fi
3506 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
35073666 $as_echo "$ac_cv_prog_cc_g" >&6; }
35083667 if test "$ac_test_CFLAGS" = set; then
35093668 CFLAGS=$ac_save_CFLAGS
35203679 CFLAGS=
35213680 fi
35223681 fi
3523 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
35243683 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3525 if test "${ac_cv_prog_cc_c89+set}" = set; then
3684 if test "${ac_cv_prog_cc_c89+set}" = set; then :
35263685 $as_echo_n "(cached) " >&6
35273686 else
35283687 ac_cv_prog_cc_c89=no
35293688 ac_save_CC=$CC
3530 cat >conftest.$ac_ext <<_ACEOF
3531 /* confdefs.h. */
3532 _ACEOF
3533 cat confdefs.h >>conftest.$ac_ext
3534 cat >>conftest.$ac_ext <<_ACEOF
3689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35353690 /* end confdefs.h. */
35363691 #include <stdarg.h>
35373692 #include <stdio.h>
35883743 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
35893744 do
35903745 CC="$ac_save_CC $ac_arg"
3591 rm -f conftest.$ac_objext
3592 if { (ac_try="$ac_compile"
3593 case "(($ac_try" in
3594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3595 *) ac_try_echo=$ac_try;;
3596 esac
3597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3598 $as_echo "$ac_try_echo") >&5
3599 (eval "$ac_compile") 2>conftest.er1
3600 ac_status=$?
3601 grep -v '^ *+' conftest.er1 >conftest.err
3602 rm -f conftest.er1
3603 cat conftest.err >&5
3604 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3605 (exit $ac_status); } && {
3606 test -z "$ac_c_werror_flag" ||
3607 test ! -s conftest.err
3608 } && test -s conftest.$ac_objext; then
3746 if ac_fn_c_try_compile "$LINENO"; then :
36093747 ac_cv_prog_cc_c89=$ac_arg
3610 else
3611 $as_echo "$as_me: failed program was:" >&5
3612 sed 's/^/| /' conftest.$ac_ext >&5
3613
3614
3615 fi
3616
3748 fi
36173749 rm -f core conftest.err conftest.$ac_objext
36183750 test "x$ac_cv_prog_cc_c89" != "xno" && break
36193751 done
36243756 # AC_CACHE_VAL
36253757 case "x$ac_cv_prog_cc_c89" in
36263758 x)
3627 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
36283760 $as_echo "none needed" >&6; } ;;
36293761 xno)
3630 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
36313763 $as_echo "unsupported" >&6; } ;;
36323764 *)
36333765 CC="$CC $ac_cv_prog_cc_c89"
3634 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
36353767 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
36363768 esac
3637
3769 if test "x$ac_cv_prog_cc_c89" != xno; then :
3770
3771 fi
36383772
36393773 ac_ext=c
36403774 ac_cpp='$CPP $CPPFLAGS'
36533787 .PHONY: am__doit
36543788 END
36553789 # If we don't find an include directive, just comment out the code.
3656 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
36573791 $as_echo_n "checking for style of include used by $am_make... " >&6; }
36583792 am__include="#"
36593793 am__quote=
36813815 fi
36823816
36833817
3684 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
36853819 $as_echo "$_am_result" >&6; }
36863820 rm -f confinc confmf
36873821
36883822 # Check whether --enable-dependency-tracking was given.
3689 if test "${enable_dependency_tracking+set}" = set; then
3823 if test "${enable_dependency_tracking+set}" = set; then :
36903824 enableval=$enable_dependency_tracking;
36913825 fi
36923826
37063840
37073841 depcc="$CC" am_compiler_list=
37083842
3709 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
37103844 $as_echo_n "checking dependency style of $depcc... " >&6; }
3711 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3845 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
37123846 $as_echo_n "(cached) " >&6
37133847 else
37143848 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
38163950 fi
38173951
38183952 fi
3819 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
38203954 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
38213955 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
38223956
38323966
38333967
38343968
3835 { $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5
3969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
38363970 $as_echo_n "checking for library containing strerror... " >&6; }
3837 if test "${ac_cv_search_strerror+set}" = set; then
3971 if test "${ac_cv_search_strerror+set}" = set; then :
38383972 $as_echo_n "(cached) " >&6
38393973 else
38403974 ac_func_search_save_LIBS=$LIBS
3841 cat >conftest.$ac_ext <<_ACEOF
3842 /* confdefs.h. */
3843 _ACEOF
3844 cat confdefs.h >>conftest.$ac_ext
3845 cat >>conftest.$ac_ext <<_ACEOF
3975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38463976 /* end confdefs.h. */
38473977
38483978 /* Override any GCC internal prototype to avoid an error.
38673997 ac_res=-l$ac_lib
38683998 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
38693999 fi
3870 rm -f conftest.$ac_objext conftest$ac_exeext
3871 if { (ac_try="$ac_link"
3872 case "(($ac_try" in
3873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3874 *) ac_try_echo=$ac_try;;
3875 esac
3876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3877 $as_echo "$ac_try_echo") >&5
3878 (eval "$ac_link") 2>conftest.er1
3879 ac_status=$?
3880 grep -v '^ *+' conftest.er1 >conftest.err
3881 rm -f conftest.er1
3882 cat conftest.err >&5
3883 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3884 (exit $ac_status); } && {
3885 test -z "$ac_c_werror_flag" ||
3886 test ! -s conftest.err
3887 } && test -s conftest$ac_exeext && {
3888 test "$cross_compiling" = yes ||
3889 $as_test_x conftest$ac_exeext
3890 }; then
4000 if ac_fn_c_try_link "$LINENO"; then :
38914001 ac_cv_search_strerror=$ac_res
3892 else
3893 $as_echo "$as_me: failed program was:" >&5
3894 sed 's/^/| /' conftest.$ac_ext >&5
3895
3896
3897 fi
3898
3899 rm -rf conftest.dSYM
3900 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3901 conftest$ac_exeext
3902 if test "${ac_cv_search_strerror+set}" = set; then
4002 fi
4003 rm -f core conftest.err conftest.$ac_objext \
4004 conftest$ac_exeext
4005 if test "${ac_cv_search_strerror+set}" = set; then :
39034006 break
39044007 fi
39054008 done
3906 if test "${ac_cv_search_strerror+set}" = set; then
3907 :
4009 if test "${ac_cv_search_strerror+set}" = set; then :
4010
39084011 else
39094012 ac_cv_search_strerror=no
39104013 fi
39114014 rm conftest.$ac_ext
39124015 LIBS=$ac_func_search_save_LIBS
39134016 fi
3914 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
4017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
39154018 $as_echo "$ac_cv_search_strerror" >&6; }
39164019 ac_res=$ac_cv_search_strerror
3917 if test "$ac_res" != no; then
4020 if test "$ac_res" != no; then :
39184021 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
39194022
39204023 fi
39244027 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39254028 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39264029 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3927 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
39284031 $as_echo_n "checking how to run the C preprocessor... " >&6; }
39294032 # On Suns, sometimes $CPP names a directory.
39304033 if test -n "$CPP" && test -d "$CPP"; then
39314034 CPP=
39324035 fi
39334036 if test -z "$CPP"; then
3934 if test "${ac_cv_prog_CPP+set}" = set; then
4037 if test "${ac_cv_prog_CPP+set}" = set; then :
39354038 $as_echo_n "(cached) " >&6
39364039 else
39374040 # Double quotes because CPP needs to be expanded
39464049 # <limits.h> exists even on freestanding compilers.
39474050 # On the NeXT, cc -E runs the code through the compiler's parser,
39484051 # not just through cpp. "Syntax error" is here to catch this case.
3949 cat >conftest.$ac_ext <<_ACEOF
3950 /* confdefs.h. */
3951 _ACEOF
3952 cat confdefs.h >>conftest.$ac_ext
3953 cat >>conftest.$ac_ext <<_ACEOF
4052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39544053 /* end confdefs.h. */
39554054 #ifdef __STDC__
39564055 # include <limits.h>
39594058 #endif
39604059 Syntax error
39614060 _ACEOF
3962 if { (ac_try="$ac_cpp conftest.$ac_ext"
3963 case "(($ac_try" in
3964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3965 *) ac_try_echo=$ac_try;;
3966 esac
3967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3968 $as_echo "$ac_try_echo") >&5
3969 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3970 ac_status=$?
3971 grep -v '^ *+' conftest.er1 >conftest.err
3972 rm -f conftest.er1
3973 cat conftest.err >&5
3974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3975 (exit $ac_status); } >/dev/null && {
3976 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3977 test ! -s conftest.err
3978 }; then
3979 :
3980 else
3981 $as_echo "$as_me: failed program was:" >&5
3982 sed 's/^/| /' conftest.$ac_ext >&5
3983
4061 if ac_fn_c_try_cpp "$LINENO"; then :
4062
4063 else
39844064 # Broken: fails on valid input.
39854065 continue
39864066 fi
3987
39884067 rm -f conftest.err conftest.$ac_ext
39894068
39904069 # OK, works on sane cases. Now check whether nonexistent headers
39914070 # can be detected and how.
3992 cat >conftest.$ac_ext <<_ACEOF
3993 /* confdefs.h. */
3994 _ACEOF
3995 cat confdefs.h >>conftest.$ac_ext
3996 cat >>conftest.$ac_ext <<_ACEOF
4071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39974072 /* end confdefs.h. */
39984073 #include <ac_nonexistent.h>
39994074 _ACEOF
4000 if { (ac_try="$ac_cpp conftest.$ac_ext"
4001 case "(($ac_try" in
4002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4003 *) ac_try_echo=$ac_try;;
4004 esac
4005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4006 $as_echo "$ac_try_echo") >&5
4007 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4008 ac_status=$?
4009 grep -v '^ *+' conftest.er1 >conftest.err
4010 rm -f conftest.er1
4011 cat conftest.err >&5
4012 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4013 (exit $ac_status); } >/dev/null && {
4014 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4015 test ! -s conftest.err
4016 }; then
4075 if ac_fn_c_try_cpp "$LINENO"; then :
40174076 # Broken: success on invalid input.
40184077 continue
40194078 else
4020 $as_echo "$as_me: failed program was:" >&5
4021 sed 's/^/| /' conftest.$ac_ext >&5
4022
40234079 # Passes both tests.
40244080 ac_preproc_ok=:
40254081 break
40264082 fi
4027
40284083 rm -f conftest.err conftest.$ac_ext
40294084
40304085 done
40314086 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
40324087 rm -f conftest.err conftest.$ac_ext
4033 if $ac_preproc_ok; then
4088 if $ac_preproc_ok; then :
40344089 break
40354090 fi
40364091
40424097 else
40434098 ac_cv_prog_CPP=$CPP
40444099 fi
4045 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
40464101 $as_echo "$CPP" >&6; }
40474102 ac_preproc_ok=false
40484103 for ac_c_preproc_warn_flag in '' yes
40534108 # <limits.h> exists even on freestanding compilers.
40544109 # On the NeXT, cc -E runs the code through the compiler's parser,
40554110 # not just through cpp. "Syntax error" is here to catch this case.
4056 cat >conftest.$ac_ext <<_ACEOF
4057 /* confdefs.h. */
4058 _ACEOF
4059 cat confdefs.h >>conftest.$ac_ext
4060 cat >>conftest.$ac_ext <<_ACEOF
4111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40614112 /* end confdefs.h. */
40624113 #ifdef __STDC__
40634114 # include <limits.h>
40664117 #endif
40674118 Syntax error
40684119 _ACEOF
4069 if { (ac_try="$ac_cpp conftest.$ac_ext"
4070 case "(($ac_try" in
4071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4072 *) ac_try_echo=$ac_try;;
4073 esac
4074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4075 $as_echo "$ac_try_echo") >&5
4076 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4077 ac_status=$?
4078 grep -v '^ *+' conftest.er1 >conftest.err
4079 rm -f conftest.er1
4080 cat conftest.err >&5
4081 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4082 (exit $ac_status); } >/dev/null && {
4083 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4084 test ! -s conftest.err
4085 }; then
4086 :
4087 else
4088 $as_echo "$as_me: failed program was:" >&5
4089 sed 's/^/| /' conftest.$ac_ext >&5
4090
4120 if ac_fn_c_try_cpp "$LINENO"; then :
4121
4122 else
40914123 # Broken: fails on valid input.
40924124 continue
40934125 fi
4094
40954126 rm -f conftest.err conftest.$ac_ext
40964127
40974128 # OK, works on sane cases. Now check whether nonexistent headers
40984129 # can be detected and how.
4099 cat >conftest.$ac_ext <<_ACEOF
4100 /* confdefs.h. */
4101 _ACEOF
4102 cat confdefs.h >>conftest.$ac_ext
4103 cat >>conftest.$ac_ext <<_ACEOF
4130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41044131 /* end confdefs.h. */
41054132 #include <ac_nonexistent.h>
41064133 _ACEOF
4107 if { (ac_try="$ac_cpp conftest.$ac_ext"
4108 case "(($ac_try" in
4109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4110 *) ac_try_echo=$ac_try;;
4111 esac
4112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4113 $as_echo "$ac_try_echo") >&5
4114 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4115 ac_status=$?
4116 grep -v '^ *+' conftest.er1 >conftest.err
4117 rm -f conftest.er1
4118 cat conftest.err >&5
4119 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4120 (exit $ac_status); } >/dev/null && {
4121 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4122 test ! -s conftest.err
4123 }; then
4134 if ac_fn_c_try_cpp "$LINENO"; then :
41244135 # Broken: success on invalid input.
41254136 continue
41264137 else
4127 $as_echo "$as_me: failed program was:" >&5
4128 sed 's/^/| /' conftest.$ac_ext >&5
4129
41304138 # Passes both tests.
41314139 ac_preproc_ok=:
41324140 break
41334141 fi
4134
41354142 rm -f conftest.err conftest.$ac_ext
41364143
41374144 done
41384145 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
41394146 rm -f conftest.err conftest.$ac_ext
4140 if $ac_preproc_ok; then
4141 :
4142 else
4143 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4147 if $ac_preproc_ok; then :
4148
4149 else
4150 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
41444151 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4145 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4146 See \`config.log' for more details." >&5
4147 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4148 See \`config.log' for more details." >&2;}
4149 { (exit 1); exit 1; }; }; }
4152 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4153 See \`config.log' for more details." "$LINENO" 5; }
41504154 fi
41514155
41524156 ac_ext=c
41564160 ac_compiler_gnu=$ac_cv_c_compiler_gnu
41574161
41584162
4159 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
41604164 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4161 if test "${ac_cv_path_GREP+set}" = set; then
4165 if test "${ac_cv_path_GREP+set}" = set; then :
41624166 $as_echo_n "(cached) " >&6
41634167 else
41644168 if test -z "$GREP"; then
41694173 do
41704174 IFS=$as_save_IFS
41714175 test -z "$as_dir" && as_dir=.
4172 for ac_prog in grep ggrep; do
4176 for ac_prog in grep ggrep; do
41734177 for ac_exec_ext in '' $ac_executable_extensions; do
41744178 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
41754179 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
41894193 $as_echo 'GREP' >> "conftest.nl"
41904194 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
41914195 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4192 ac_count=`expr $ac_count + 1`
4196 as_fn_arith $ac_count + 1 && ac_count=$as_val
41934197 if test $ac_count -gt ${ac_path_GREP_max-0}; then
41944198 # Best one so far, save it but keep looking for a better one
41954199 ac_cv_path_GREP="$ac_path_GREP"
42044208 $ac_path_GREP_found && break 3
42054209 done
42064210 done
4207 done
4211 done
42084212 IFS=$as_save_IFS
42094213 if test -z "$ac_cv_path_GREP"; then
4210 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4211 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4212 { (exit 1); exit 1; }; }
4214 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
42134215 fi
42144216 else
42154217 ac_cv_path_GREP=$GREP
42164218 fi
42174219
42184220 fi
4219 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
42204222 $as_echo "$ac_cv_path_GREP" >&6; }
42214223 GREP="$ac_cv_path_GREP"
42224224
42234225
4224 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
42254227 $as_echo_n "checking for egrep... " >&6; }
4226 if test "${ac_cv_path_EGREP+set}" = set; then
4228 if test "${ac_cv_path_EGREP+set}" = set; then :
42274229 $as_echo_n "(cached) " >&6
42284230 else
42294231 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
42374239 do
42384240 IFS=$as_save_IFS
42394241 test -z "$as_dir" && as_dir=.
4240 for ac_prog in egrep; do
4242 for ac_prog in egrep; do
42414243 for ac_exec_ext in '' $ac_executable_extensions; do
42424244 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
42434245 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
42574259 $as_echo 'EGREP' >> "conftest.nl"
42584260 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
42594261 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4260 ac_count=`expr $ac_count + 1`
4262 as_fn_arith $ac_count + 1 && ac_count=$as_val
42614263 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
42624264 # Best one so far, save it but keep looking for a better one
42634265 ac_cv_path_EGREP="$ac_path_EGREP"
42724274 $ac_path_EGREP_found && break 3
42734275 done
42744276 done
4275 done
4277 done
42764278 IFS=$as_save_IFS
42774279 if test -z "$ac_cv_path_EGREP"; then
4278 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4279 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4280 { (exit 1); exit 1; }; }
4280 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
42814281 fi
42824282 else
42834283 ac_cv_path_EGREP=$EGREP
42854285
42864286 fi
42874287 fi
4288 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
42894289 $as_echo "$ac_cv_path_EGREP" >&6; }
42904290 EGREP="$ac_cv_path_EGREP"
42914291
42924292
4293 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
42944294 $as_echo_n "checking for ANSI C header files... " >&6; }
4295 if test "${ac_cv_header_stdc+set}" = set; then
4295 if test "${ac_cv_header_stdc+set}" = set; then :
42964296 $as_echo_n "(cached) " >&6
42974297 else
4298 cat >conftest.$ac_ext <<_ACEOF
4299 /* confdefs.h. */
4300 _ACEOF
4301 cat confdefs.h >>conftest.$ac_ext
4302 cat >>conftest.$ac_ext <<_ACEOF
4298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43034299 /* end confdefs.h. */
43044300 #include <stdlib.h>
43054301 #include <stdarg.h>
43144310 return 0;
43154311 }
43164312 _ACEOF
4317 rm -f conftest.$ac_objext
4318 if { (ac_try="$ac_compile"
4319 case "(($ac_try" in
4320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4321 *) ac_try_echo=$ac_try;;
4322 esac
4323 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4324 $as_echo "$ac_try_echo") >&5
4325 (eval "$ac_compile") 2>conftest.er1
4326 ac_status=$?
4327 grep -v '^ *+' conftest.er1 >conftest.err
4328 rm -f conftest.er1
4329 cat conftest.err >&5
4330 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4331 (exit $ac_status); } && {
4332 test -z "$ac_c_werror_flag" ||
4333 test ! -s conftest.err
4334 } && test -s conftest.$ac_objext; then
4313 if ac_fn_c_try_compile "$LINENO"; then :
43354314 ac_cv_header_stdc=yes
43364315 else
4337 $as_echo "$as_me: failed program was:" >&5
4338 sed 's/^/| /' conftest.$ac_ext >&5
4339
4340 ac_cv_header_stdc=no
4341 fi
4342
4316 ac_cv_header_stdc=no
4317 fi
43434318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43444319
43454320 if test $ac_cv_header_stdc = yes; then
43464321 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4347 cat >conftest.$ac_ext <<_ACEOF
4348 /* confdefs.h. */
4349 _ACEOF
4350 cat confdefs.h >>conftest.$ac_ext
4351 cat >>conftest.$ac_ext <<_ACEOF
4322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43524323 /* end confdefs.h. */
43534324 #include <string.h>
43544325
43554326 _ACEOF
43564327 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4357 $EGREP "memchr" >/dev/null 2>&1; then
4358 :
4328 $EGREP "memchr" >/dev/null 2>&1; then :
4329
43594330 else
43604331 ac_cv_header_stdc=no
43614332 fi
43654336
43664337 if test $ac_cv_header_stdc = yes; then
43674338 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4368 cat >conftest.$ac_ext <<_ACEOF
4369 /* confdefs.h. */
4370 _ACEOF
4371 cat confdefs.h >>conftest.$ac_ext
4372 cat >>conftest.$ac_ext <<_ACEOF
4339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43734340 /* end confdefs.h. */
43744341 #include <stdlib.h>
43754342
43764343 _ACEOF
43774344 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4378 $EGREP "free" >/dev/null 2>&1; then
4379 :
4345 $EGREP "free" >/dev/null 2>&1; then :
4346
43804347 else
43814348 ac_cv_header_stdc=no
43824349 fi
43864353
43874354 if test $ac_cv_header_stdc = yes; then
43884355 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4389 if test "$cross_compiling" = yes; then
4356 if test "$cross_compiling" = yes; then :
43904357 :
43914358 else
4392 cat >conftest.$ac_ext <<_ACEOF
4393 /* confdefs.h. */
4394 _ACEOF
4395 cat confdefs.h >>conftest.$ac_ext
4396 cat >>conftest.$ac_ext <<_ACEOF
4359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43974360 /* end confdefs.h. */
43984361 #include <ctype.h>
43994362 #include <stdlib.h>
44204383 return 0;
44214384 }
44224385 _ACEOF
4423 rm -f conftest$ac_exeext
4424 if { (ac_try="$ac_link"
4425 case "(($ac_try" in
4426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4427 *) ac_try_echo=$ac_try;;
4428 esac
4429 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4430 $as_echo "$ac_try_echo") >&5
4431 (eval "$ac_link") 2>&5
4432 ac_status=$?
4433 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4434 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4435 { (case "(($ac_try" in
4436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4437 *) ac_try_echo=$ac_try;;
4438 esac
4439 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4440 $as_echo "$ac_try_echo") >&5
4441 (eval "$ac_try") 2>&5
4442 ac_status=$?
4443 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4444 (exit $ac_status); }; }; then
4445 :
4446 else
4447 $as_echo "$as_me: program exited with status $ac_status" >&5
4448 $as_echo "$as_me: failed program was:" >&5
4449 sed 's/^/| /' conftest.$ac_ext >&5
4450
4451 ( exit $ac_status )
4452 ac_cv_header_stdc=no
4453 fi
4454 rm -rf conftest.dSYM
4455 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4456 fi
4457
4458
4459 fi
4460 fi
4461 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4386 if ac_fn_c_try_run "$LINENO"; then :
4387
4388 else
4389 ac_cv_header_stdc=no
4390 fi
4391 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4392 conftest.$ac_objext conftest.beam conftest.$ac_ext
4393 fi
4394
4395 fi
4396 fi
4397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
44624398 $as_echo "$ac_cv_header_stdc" >&6; }
44634399 if test $ac_cv_header_stdc = yes; then
44644400
4465 cat >>confdefs.h <<\_ACEOF
4466 #define STDC_HEADERS 1
4467 _ACEOF
4401 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
44684402
44694403 fi
44704404
44714405 case `pwd` in
44724406 *\ * | *\ *)
4473 { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4407 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
44744408 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
44754409 esac
44764410
44774411
44784412
4479 macro_version='2.2.6'
4480 macro_revision='1.3012'
4413 macro_version='2.2.6b'
4414 macro_revision='1.3017'
44814415
44824416
44834417
44954429
44964430 # Make sure we can run config.sub.
44974431 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4498 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
4499 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
4500 { (exit 1); exit 1; }; }
4501
4502 { $as_echo "$as_me:$LINENO: checking build system type" >&5
4432 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4433
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
45034435 $as_echo_n "checking build system type... " >&6; }
4504 if test "${ac_cv_build+set}" = set; then
4436 if test "${ac_cv_build+set}" = set; then :
45054437 $as_echo_n "(cached) " >&6
45064438 else
45074439 ac_build_alias=$build_alias
45084440 test "x$ac_build_alias" = x &&
45094441 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
45104442 test "x$ac_build_alias" = x &&
4511 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
4512 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
4513 { (exit 1); exit 1; }; }
4443 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
45144444 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4515 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
4516 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
4517 { (exit 1); exit 1; }; }
4518
4519 fi
4520 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
4445 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4446
4447 fi
4448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
45214449 $as_echo "$ac_cv_build" >&6; }
45224450 case $ac_cv_build in
45234451 *-*-*) ;;
4524 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
4525 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
4526 { (exit 1); exit 1; }; };;
4452 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
45274453 esac
45284454 build=$ac_cv_build
45294455 ac_save_IFS=$IFS; IFS='-'
45394465 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
45404466
45414467
4542 { $as_echo "$as_me:$LINENO: checking host system type" >&5
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
45434469 $as_echo_n "checking host system type... " >&6; }
4544 if test "${ac_cv_host+set}" = set; then
4470 if test "${ac_cv_host+set}" = set; then :
45454471 $as_echo_n "(cached) " >&6
45464472 else
45474473 if test "x$host_alias" = x; then
45484474 ac_cv_host=$ac_cv_build
45494475 else
45504476 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4551 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
4552 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
4553 { (exit 1); exit 1; }; }
4554 fi
4555
4556 fi
4557 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
4477 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4478 fi
4479
4480 fi
4481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
45584482 $as_echo "$ac_cv_host" >&6; }
45594483 case $ac_cv_host in
45604484 *-*-*) ;;
4561 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
4562 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
4563 { (exit 1); exit 1; }; };;
4485 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
45644486 esac
45654487 host=$ac_cv_host
45664488 ac_save_IFS=$IFS; IFS='-'
45764498 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
45774499
45784500
4579 { $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
45804502 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4581 if test "${ac_cv_path_SED+set}" = set; then
4503 if test "${ac_cv_path_SED+set}" = set; then :
45824504 $as_echo_n "(cached) " >&6
45834505 else
45844506 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
45864508 ac_script="$ac_script$as_nl$ac_script"
45874509 done
45884510 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4589 $as_unset ac_script || ac_script=
4511 { ac_script=; unset ac_script;}
45904512 if test -z "$SED"; then
45914513 ac_path_SED_found=false
45924514 # Loop through the user's path and test for each of PROGNAME-LIST
45954517 do
45964518 IFS=$as_save_IFS
45974519 test -z "$as_dir" && as_dir=.
4598 for ac_prog in sed gsed; do
4520 for ac_prog in sed gsed; do
45994521 for ac_exec_ext in '' $ac_executable_extensions; do
46004522 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
46014523 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
46154537 $as_echo '' >> "conftest.nl"
46164538 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
46174539 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4618 ac_count=`expr $ac_count + 1`
4540 as_fn_arith $ac_count + 1 && ac_count=$as_val
46194541 if test $ac_count -gt ${ac_path_SED_max-0}; then
46204542 # Best one so far, save it but keep looking for a better one
46214543 ac_cv_path_SED="$ac_path_SED"
46304552 $ac_path_SED_found && break 3
46314553 done
46324554 done
4633 done
4555 done
46344556 IFS=$as_save_IFS
46354557 if test -z "$ac_cv_path_SED"; then
4636 { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
4637 $as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
4638 { (exit 1); exit 1; }; }
4558 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
46394559 fi
46404560 else
46414561 ac_cv_path_SED=$SED
46424562 fi
46434563
46444564 fi
4645 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
46464566 $as_echo "$ac_cv_path_SED" >&6; }
46474567 SED="$ac_cv_path_SED"
46484568 rm -f conftest.sed
46604580
46614581
46624582
4663 { $as_echo "$as_me:$LINENO: checking for fgrep" >&5
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
46644584 $as_echo_n "checking for fgrep... " >&6; }
4665 if test "${ac_cv_path_FGREP+set}" = set; then
4585 if test "${ac_cv_path_FGREP+set}" = set; then :
46664586 $as_echo_n "(cached) " >&6
46674587 else
46684588 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
46764596 do
46774597 IFS=$as_save_IFS
46784598 test -z "$as_dir" && as_dir=.
4679 for ac_prog in fgrep; do
4599 for ac_prog in fgrep; do
46804600 for ac_exec_ext in '' $ac_executable_extensions; do
46814601 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
46824602 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
46964616 $as_echo 'FGREP' >> "conftest.nl"
46974617 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
46984618 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4699 ac_count=`expr $ac_count + 1`
4619 as_fn_arith $ac_count + 1 && ac_count=$as_val
47004620 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
47014621 # Best one so far, save it but keep looking for a better one
47024622 ac_cv_path_FGREP="$ac_path_FGREP"
47114631 $ac_path_FGREP_found && break 3
47124632 done
47134633 done
4714 done
4634 done
47154635 IFS=$as_save_IFS
47164636 if test -z "$ac_cv_path_FGREP"; then
4717 { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4718 $as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4719 { (exit 1); exit 1; }; }
4637 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
47204638 fi
47214639 else
47224640 ac_cv_path_FGREP=$FGREP
47244642
47254643 fi
47264644 fi
4727 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
47284646 $as_echo "$ac_cv_path_FGREP" >&6; }
47294647 FGREP="$ac_cv_path_FGREP"
47304648
47504668
47514669
47524670 # Check whether --with-gnu-ld was given.
4753 if test "${with_gnu_ld+set}" = set; then
4671 if test "${with_gnu_ld+set}" = set; then :
47544672 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
47554673 else
47564674 with_gnu_ld=no
47594677 ac_prog=ld
47604678 if test "$GCC" = yes; then
47614679 # Check if gcc -print-prog-name=ld gives a path.
4762 { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
47634681 $as_echo_n "checking for ld used by $CC... " >&6; }
47644682 case $host in
47654683 *-*-mingw*)
47894707 ;;
47904708 esac
47914709 elif test "$with_gnu_ld" = yes; then
4792 { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
47934711 $as_echo_n "checking for GNU ld... " >&6; }
47944712 else
4795 { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
47964714 $as_echo_n "checking for non-GNU ld... " >&6; }
47974715 fi
4798 if test "${lt_cv_path_LD+set}" = set; then
4716 if test "${lt_cv_path_LD+set}" = set; then :
47994717 $as_echo_n "(cached) " >&6
48004718 else
48014719 if test -z "$LD"; then
48264744
48274745 LD="$lt_cv_path_LD"
48284746 if test -n "$LD"; then
4829 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
48304748 $as_echo "$LD" >&6; }
48314749 else
4832 { $as_echo "$as_me:$LINENO: result: no" >&5
4750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
48334751 $as_echo "no" >&6; }
48344752 fi
4835 test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4836 $as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4837 { (exit 1); exit 1; }; }
4838 { $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4753 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
48394755 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4840 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4756 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
48414757 $as_echo_n "(cached) " >&6
48424758 else
48434759 # I'd rather use --version here, but apparently some GNU lds only accept -v.
48504766 ;;
48514767 esac
48524768 fi
4853 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
48544770 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
48554771 with_gnu_ld=$lt_cv_prog_gnu_ld
48564772
48624778
48634779
48644780
4865 { $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
48664782 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4867 if test "${lt_cv_path_NM+set}" = set; then
4783 if test "${lt_cv_path_NM+set}" = set; then :
48684784 $as_echo_n "(cached) " >&6
48694785 else
48704786 if test -n "$NM"; then
49114827 : ${lt_cv_path_NM=no}
49124828 fi
49134829 fi
4914 { $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
49154831 $as_echo "$lt_cv_path_NM" >&6; }
49164832 if test "$lt_cv_path_NM" != "no"; then
49174833 NM="$lt_cv_path_NM"
49224838 do
49234839 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
49244840 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4925 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
49264842 $as_echo_n "checking for $ac_word... " >&6; }
4927 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4843 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
49284844 $as_echo_n "(cached) " >&6
49294845 else
49304846 if test -n "$DUMPBIN"; then
49354851 do
49364852 IFS=$as_save_IFS
49374853 test -z "$as_dir" && as_dir=.
4938 for ac_exec_ext in '' $ac_executable_extensions; do
4854 for ac_exec_ext in '' $ac_executable_extensions; do
49394855 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49404856 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4941 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
49424858 break 2
49434859 fi
49444860 done
4945 done
4861 done
49464862 IFS=$as_save_IFS
49474863
49484864 fi
49494865 fi
49504866 DUMPBIN=$ac_cv_prog_DUMPBIN
49514867 if test -n "$DUMPBIN"; then
4952 { $as_echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
49534869 $as_echo "$DUMPBIN" >&6; }
49544870 else
4955 { $as_echo "$as_me:$LINENO: result: no" >&5
4871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
49564872 $as_echo "no" >&6; }
49574873 fi
49584874
49664882 do
49674883 # Extract the first word of "$ac_prog", so it can be a program name with args.
49684884 set dummy $ac_prog; ac_word=$2
4969 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
49704886 $as_echo_n "checking for $ac_word... " >&6; }
4971 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4887 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
49724888 $as_echo_n "(cached) " >&6
49734889 else
49744890 if test -n "$ac_ct_DUMPBIN"; then
49794895 do
49804896 IFS=$as_save_IFS
49814897 test -z "$as_dir" && as_dir=.
4982 for ac_exec_ext in '' $ac_executable_extensions; do
4898 for ac_exec_ext in '' $ac_executable_extensions; do
49834899 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49844900 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4985 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4901 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
49864902 break 2
49874903 fi
49884904 done
4989 done
4905 done
49904906 IFS=$as_save_IFS
49914907
49924908 fi
49934909 fi
49944910 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
49954911 if test -n "$ac_ct_DUMPBIN"; then
4996 { $as_echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
49974913 $as_echo "$ac_ct_DUMPBIN" >&6; }
49984914 else
4999 { $as_echo "$as_me:$LINENO: result: no" >&5
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
50004916 $as_echo "no" >&6; }
50014917 fi
50024918
50094925 else
50104926 case $cross_compiling:$ac_tool_warned in
50114927 yes:)
5012 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
50134929 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
50144930 ac_tool_warned=yes ;;
50154931 esac
50294945
50304946
50314947
5032 { $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
50334949 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5034 if test "${lt_cv_nm_interface+set}" = set; then
4950 if test "${lt_cv_nm_interface+set}" = set; then :
50354951 $as_echo_n "(cached) " >&6
50364952 else
50374953 lt_cv_nm_interface="BSD nm"
50384954 echo "int some_variable = 0;" > conftest.$ac_ext
5039 (eval echo "\"\$as_me:5040: $ac_compile\"" >&5)
4955 (eval echo "\"\$as_me:4956: $ac_compile\"" >&5)
50404956 (eval "$ac_compile" 2>conftest.err)
50414957 cat conftest.err >&5
5042 (eval echo "\"\$as_me:5043: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4958 (eval echo "\"\$as_me:4959: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
50434959 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
50444960 cat conftest.err >&5
5045 (eval echo "\"\$as_me:5046: output\"" >&5)
4961 (eval echo "\"\$as_me:4962: output\"" >&5)
50464962 cat conftest.out >&5
50474963 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
50484964 lt_cv_nm_interface="MS dumpbin"
50494965 fi
50504966 rm -f conftest*
50514967 fi
5052 { $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
50534969 $as_echo "$lt_cv_nm_interface" >&6; }
50544970
5055 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
50564972 $as_echo_n "checking whether ln -s works... " >&6; }
50574973 LN_S=$as_ln_s
50584974 if test "$LN_S" = "ln -s"; then
5059 { $as_echo "$as_me:$LINENO: result: yes" >&5
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
50604976 $as_echo "yes" >&6; }
50614977 else
5062 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
50634979 $as_echo "no, using $LN_S" >&6; }
50644980 fi
50654981
50664982 # find the maximum length of command line arguments
5067 { $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
50684984 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5069 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4985 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
50704986 $as_echo_n "(cached) " >&6
50714987 else
50724988 i=0
51845100 fi
51855101
51865102 if test -n $lt_cv_sys_max_cmd_len ; then
5187 { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
51885104 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
51895105 else
5190 { $as_echo "$as_me:$LINENO: result: none" >&5
5106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
51915107 $as_echo "none" >&6; }
51925108 fi
51935109 max_cmd_len=$lt_cv_sys_max_cmd_len
52015117 : ${MV="mv -f"}
52025118 : ${RM="rm -f"}
52035119
5204 { $as_echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
5120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
52055121 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
52065122 # Try some XSI features
52075123 xsi_shell=no
52115127 && eval 'test $(( 1 + 1 )) -eq 2 \
52125128 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
52135129 && xsi_shell=yes
5214 { $as_echo "$as_me:$LINENO: result: $xsi_shell" >&5
5130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
52155131 $as_echo "$xsi_shell" >&6; }
52165132
52175133
5218 { $as_echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
5134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
52195135 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
52205136 lt_shell_append=no
52215137 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
52225138 >/dev/null 2>&1 \
52235139 && lt_shell_append=yes
5224 { $as_echo "$as_me:$LINENO: result: $lt_shell_append" >&5
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
52255141 $as_echo "$lt_shell_append" >&6; }
52265142
52275143
52565172
52575173
52585174
5259 { $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
52605176 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5261 if test "${lt_cv_ld_reload_flag+set}" = set; then
5177 if test "${lt_cv_ld_reload_flag+set}" = set; then :
52625178 $as_echo_n "(cached) " >&6
52635179 else
52645180 lt_cv_ld_reload_flag='-r'
52655181 fi
5266 { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
5182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
52675183 $as_echo "$lt_cv_ld_reload_flag" >&6; }
52685184 reload_flag=$lt_cv_ld_reload_flag
52695185 case $reload_flag in
52925208 if test -n "$ac_tool_prefix"; then
52935209 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
52945210 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5295 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
52965212 $as_echo_n "checking for $ac_word... " >&6; }
5297 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
5213 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
52985214 $as_echo_n "(cached) " >&6
52995215 else
53005216 if test -n "$OBJDUMP"; then
53055221 do
53065222 IFS=$as_save_IFS
53075223 test -z "$as_dir" && as_dir=.
5308 for ac_exec_ext in '' $ac_executable_extensions; do
5224 for ac_exec_ext in '' $ac_executable_extensions; do
53095225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
53105226 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5311 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5227 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
53125228 break 2
53135229 fi
53145230 done
5315 done
5231 done
53165232 IFS=$as_save_IFS
53175233
53185234 fi
53195235 fi
53205236 OBJDUMP=$ac_cv_prog_OBJDUMP
53215237 if test -n "$OBJDUMP"; then
5322 { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5
5238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
53235239 $as_echo "$OBJDUMP" >&6; }
53245240 else
5325 { $as_echo "$as_me:$LINENO: result: no" >&5
5241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
53265242 $as_echo "no" >&6; }
53275243 fi
53285244
53325248 ac_ct_OBJDUMP=$OBJDUMP
53335249 # Extract the first word of "objdump", so it can be a program name with args.
53345250 set dummy objdump; ac_word=$2
5335 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
53365252 $as_echo_n "checking for $ac_word... " >&6; }
5337 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
5253 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
53385254 $as_echo_n "(cached) " >&6
53395255 else
53405256 if test -n "$ac_ct_OBJDUMP"; then
53455261 do
53465262 IFS=$as_save_IFS
53475263 test -z "$as_dir" && as_dir=.
5348 for ac_exec_ext in '' $ac_executable_extensions; do
5264 for ac_exec_ext in '' $ac_executable_extensions; do
53495265 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
53505266 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5351 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5267 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
53525268 break 2
53535269 fi
53545270 done
5355 done
5271 done
53565272 IFS=$as_save_IFS
53575273
53585274 fi
53595275 fi
53605276 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
53615277 if test -n "$ac_ct_OBJDUMP"; then
5362 { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
5278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
53635279 $as_echo "$ac_ct_OBJDUMP" >&6; }
53645280 else
5365 { $as_echo "$as_me:$LINENO: result: no" >&5
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
53665282 $as_echo "no" >&6; }
53675283 fi
53685284
53715287 else
53725288 case $cross_compiling:$ac_tool_warned in
53735289 yes:)
5374 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5290 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
53755291 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
53765292 ac_tool_warned=yes ;;
53775293 esac
53915307
53925308
53935309
5394 { $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
53955311 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5396 if test "${lt_cv_deplibs_check_method+set}" = set; then
5312 if test "${lt_cv_deplibs_check_method+set}" = set; then :
53975313 $as_echo_n "(cached) " >&6
53985314 else
53995315 lt_cv_file_magic_cmd='$MAGIC_CMD'
55875503 esac
55885504
55895505 fi
5590 { $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
5506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
55915507 $as_echo "$lt_cv_deplibs_check_method" >&6; }
55925508 file_magic_cmd=$lt_cv_file_magic_cmd
55935509 deplibs_check_method=$lt_cv_deplibs_check_method
56075523 if test -n "$ac_tool_prefix"; then
56085524 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
56095525 set dummy ${ac_tool_prefix}ar; ac_word=$2
5610 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
56115527 $as_echo_n "checking for $ac_word... " >&6; }
5612 if test "${ac_cv_prog_AR+set}" = set; then
5528 if test "${ac_cv_prog_AR+set}" = set; then :
56135529 $as_echo_n "(cached) " >&6
56145530 else
56155531 if test -n "$AR"; then
56205536 do
56215537 IFS=$as_save_IFS
56225538 test -z "$as_dir" && as_dir=.
5623 for ac_exec_ext in '' $ac_executable_extensions; do
5539 for ac_exec_ext in '' $ac_executable_extensions; do
56245540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
56255541 ac_cv_prog_AR="${ac_tool_prefix}ar"
5626 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
56275543 break 2
56285544 fi
56295545 done
5630 done
5546 done
56315547 IFS=$as_save_IFS
56325548
56335549 fi
56345550 fi
56355551 AR=$ac_cv_prog_AR
56365552 if test -n "$AR"; then
5637 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
56385554 $as_echo "$AR" >&6; }
56395555 else
5640 { $as_echo "$as_me:$LINENO: result: no" >&5
5556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
56415557 $as_echo "no" >&6; }
56425558 fi
56435559
56475563 ac_ct_AR=$AR
56485564 # Extract the first word of "ar", so it can be a program name with args.
56495565 set dummy ar; ac_word=$2
5650 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
56515567 $as_echo_n "checking for $ac_word... " >&6; }
5652 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5568 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
56535569 $as_echo_n "(cached) " >&6
56545570 else
56555571 if test -n "$ac_ct_AR"; then
56605576 do
56615577 IFS=$as_save_IFS
56625578 test -z "$as_dir" && as_dir=.
5663 for ac_exec_ext in '' $ac_executable_extensions; do
5579 for ac_exec_ext in '' $ac_executable_extensions; do
56645580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
56655581 ac_cv_prog_ac_ct_AR="ar"
5666 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
56675583 break 2
56685584 fi
56695585 done
5670 done
5586 done
56715587 IFS=$as_save_IFS
56725588
56735589 fi
56745590 fi
56755591 ac_ct_AR=$ac_cv_prog_ac_ct_AR
56765592 if test -n "$ac_ct_AR"; then
5677 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
56785594 $as_echo "$ac_ct_AR" >&6; }
56795595 else
5680 { $as_echo "$as_me:$LINENO: result: no" >&5
5596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
56815597 $as_echo "no" >&6; }
56825598 fi
56835599
56865602 else
56875603 case $cross_compiling:$ac_tool_warned in
56885604 yes:)
5689 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5605 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
56905606 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
56915607 ac_tool_warned=yes ;;
56925608 esac
57125628 if test -n "$ac_tool_prefix"; then
57135629 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
57145630 set dummy ${ac_tool_prefix}strip; ac_word=$2
5715 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
57165632 $as_echo_n "checking for $ac_word... " >&6; }
5717 if test "${ac_cv_prog_STRIP+set}" = set; then
5633 if test "${ac_cv_prog_STRIP+set}" = set; then :
57185634 $as_echo_n "(cached) " >&6
57195635 else
57205636 if test -n "$STRIP"; then
57255641 do
57265642 IFS=$as_save_IFS
57275643 test -z "$as_dir" && as_dir=.
5728 for ac_exec_ext in '' $ac_executable_extensions; do
5644 for ac_exec_ext in '' $ac_executable_extensions; do
57295645 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
57305646 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5731 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
57325648 break 2
57335649 fi
57345650 done
5735 done
5651 done
57365652 IFS=$as_save_IFS
57375653
57385654 fi
57395655 fi
57405656 STRIP=$ac_cv_prog_STRIP
57415657 if test -n "$STRIP"; then
5742 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
57435659 $as_echo "$STRIP" >&6; }
57445660 else
5745 { $as_echo "$as_me:$LINENO: result: no" >&5
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
57465662 $as_echo "no" >&6; }
57475663 fi
57485664
57525668 ac_ct_STRIP=$STRIP
57535669 # Extract the first word of "strip", so it can be a program name with args.
57545670 set dummy strip; ac_word=$2
5755 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
57565672 $as_echo_n "checking for $ac_word... " >&6; }
5757 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5673 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
57585674 $as_echo_n "(cached) " >&6
57595675 else
57605676 if test -n "$ac_ct_STRIP"; then
57655681 do
57665682 IFS=$as_save_IFS
57675683 test -z "$as_dir" && as_dir=.
5768 for ac_exec_ext in '' $ac_executable_extensions; do
5684 for ac_exec_ext in '' $ac_executable_extensions; do
57695685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
57705686 ac_cv_prog_ac_ct_STRIP="strip"
5771 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
57725688 break 2
57735689 fi
57745690 done
5775 done
5691 done
57765692 IFS=$as_save_IFS
57775693
57785694 fi
57795695 fi
57805696 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
57815697 if test -n "$ac_ct_STRIP"; then
5782 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
57835699 $as_echo "$ac_ct_STRIP" >&6; }
57845700 else
5785 { $as_echo "$as_me:$LINENO: result: no" >&5
5701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
57865702 $as_echo "no" >&6; }
57875703 fi
57885704
57915707 else
57925708 case $cross_compiling:$ac_tool_warned in
57935709 yes:)
5794 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
57955711 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
57965712 ac_tool_warned=yes ;;
57975713 esac
58115727 if test -n "$ac_tool_prefix"; then
58125728 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
58135729 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5814 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
58155731 $as_echo_n "checking for $ac_word... " >&6; }
5816 if test "${ac_cv_prog_RANLIB+set}" = set; then
5732 if test "${ac_cv_prog_RANLIB+set}" = set; then :
58175733 $as_echo_n "(cached) " >&6
58185734 else
58195735 if test -n "$RANLIB"; then
58245740 do
58255741 IFS=$as_save_IFS
58265742 test -z "$as_dir" && as_dir=.
5827 for ac_exec_ext in '' $ac_executable_extensions; do
5743 for ac_exec_ext in '' $ac_executable_extensions; do
58285744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
58295745 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5830 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
58315747 break 2
58325748 fi
58335749 done
5834 done
5750 done
58355751 IFS=$as_save_IFS
58365752
58375753 fi
58385754 fi
58395755 RANLIB=$ac_cv_prog_RANLIB
58405756 if test -n "$RANLIB"; then
5841 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
5757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
58425758 $as_echo "$RANLIB" >&6; }
58435759 else
5844 { $as_echo "$as_me:$LINENO: result: no" >&5
5760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
58455761 $as_echo "no" >&6; }
58465762 fi
58475763
58515767 ac_ct_RANLIB=$RANLIB
58525768 # Extract the first word of "ranlib", so it can be a program name with args.
58535769 set dummy ranlib; ac_word=$2
5854 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
58555771 $as_echo_n "checking for $ac_word... " >&6; }
5856 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5772 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
58575773 $as_echo_n "(cached) " >&6
58585774 else
58595775 if test -n "$ac_ct_RANLIB"; then
58645780 do
58655781 IFS=$as_save_IFS
58665782 test -z "$as_dir" && as_dir=.
5867 for ac_exec_ext in '' $ac_executable_extensions; do
5783 for ac_exec_ext in '' $ac_executable_extensions; do
58685784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
58695785 ac_cv_prog_ac_ct_RANLIB="ranlib"
5870 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
58715787 break 2
58725788 fi
58735789 done
5874 done
5790 done
58755791 IFS=$as_save_IFS
58765792
58775793 fi
58785794 fi
58795795 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
58805796 if test -n "$ac_ct_RANLIB"; then
5881 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
58825798 $as_echo "$ac_ct_RANLIB" >&6; }
58835799 else
5884 { $as_echo "$as_me:$LINENO: result: no" >&5
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
58855801 $as_echo "no" >&6; }
58865802 fi
58875803
58905806 else
58915807 case $cross_compiling:$ac_tool_warned in
58925808 yes:)
5893 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
58945810 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
58955811 ac_tool_warned=yes ;;
58965812 esac
59685884
59695885
59705886 # Check for command to grab the raw symbol name followed by C symbol from nm.
5971 { $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
5887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
59725888 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5973 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
5889 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
59745890 $as_echo_n "(cached) " >&6
59755891 else
59765892
60866002 int main(){nm_test_var='a';nm_test_func();return(0);}
60876003 _LT_EOF
60886004
6089 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6005 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
60906006 (eval $ac_compile) 2>&5
60916007 ac_status=$?
6092 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6093 (exit $ac_status); }; then
6008 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6009 test $ac_status = 0; }; then
60946010 # Now try to grab the symbols.
60956011 nlist=conftest.nm
6096 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
6012 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
60976013 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
60986014 ac_status=$?
6099 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6100 (exit $ac_status); } && test -s "$nlist"; then
6015 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6016 test $ac_status = 0; } && test -s "$nlist"; then
61016017 # Try sorting and uniquifying the output.
61026018 if sort "$nlist" | uniq > "$nlist"T; then
61036019 mv -f "$nlist"T "$nlist"
61506066 lt_save_CFLAGS="$CFLAGS"
61516067 LIBS="conftstm.$ac_objext"
61526068 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6153 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6069 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
61546070 (eval $ac_link) 2>&5
61556071 ac_status=$?
6156 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6157 (exit $ac_status); } && test -s conftest${ac_exeext}; then
6072 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6073 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
61586074 pipe_works=yes
61596075 fi
61606076 LIBS="$lt_save_LIBS"
61886104 lt_cv_sys_global_symbol_to_cdecl=
61896105 fi
61906106 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6191 { $as_echo "$as_me:$LINENO: result: failed" >&5
6107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
61926108 $as_echo "failed" >&6; }
61936109 else
6194 { $as_echo "$as_me:$LINENO: result: ok" >&5
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
61956111 $as_echo "ok" >&6; }
61966112 fi
61976113
62176133
62186134
62196135 # Check whether --enable-libtool-lock was given.
6220 if test "${enable_libtool_lock+set}" = set; then
6136 if test "${enable_libtool_lock+set}" = set; then :
62216137 enableval=$enable_libtool_lock;
62226138 fi
62236139
62296145 ia64-*-hpux*)
62306146 # Find out which ABI we are using.
62316147 echo 'int i;' > conftest.$ac_ext
6232 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6148 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
62336149 (eval $ac_compile) 2>&5
62346150 ac_status=$?
6235 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6236 (exit $ac_status); }; then
6151 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6152 test $ac_status = 0; }; then
62376153 case `/usr/bin/file conftest.$ac_objext` in
62386154 *ELF-32*)
62396155 HPUX_IA64_MODE="32"
62476163 ;;
62486164 *-*-irix6*)
62496165 # Find out which ABI we are using.
6250 echo '#line 6251 "configure"' > conftest.$ac_ext
6251 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6166 echo '#line 6167 "configure"' > conftest.$ac_ext
6167 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
62526168 (eval $ac_compile) 2>&5
62536169 ac_status=$?
6254 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6255 (exit $ac_status); }; then
6170 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6171 test $ac_status = 0; }; then
62566172 if test "$lt_cv_prog_gnu_ld" = yes; then
62576173 case `/usr/bin/file conftest.$ac_objext` in
62586174 *32-bit*)
62866202 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
62876203 # Find out which ABI we are using.
62886204 echo 'int i;' > conftest.$ac_ext
6289 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6205 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
62906206 (eval $ac_compile) 2>&5
62916207 ac_status=$?
6292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6293 (exit $ac_status); }; then
6208 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6209 test $ac_status = 0; }; then
62946210 case `/usr/bin/file conftest.o` in
62956211 *32-bit*)
62966212 case $host in
63396255 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
63406256 SAVE_CFLAGS="$CFLAGS"
63416257 CFLAGS="$CFLAGS -belf"
6342 { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
63436259 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6344 if test "${lt_cv_cc_needs_belf+set}" = set; then
6260 if test "${lt_cv_cc_needs_belf+set}" = set; then :
63456261 $as_echo_n "(cached) " >&6
63466262 else
63476263 ac_ext=c
63506266 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63516267 ac_compiler_gnu=$ac_cv_c_compiler_gnu
63526268
6353 cat >conftest.$ac_ext <<_ACEOF
6354 /* confdefs.h. */
6355 _ACEOF
6356 cat confdefs.h >>conftest.$ac_ext
6357 cat >>conftest.$ac_ext <<_ACEOF
6269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63586270 /* end confdefs.h. */
63596271
63606272 int
63656277 return 0;
63666278 }
63676279 _ACEOF
6368 rm -f conftest.$ac_objext conftest$ac_exeext
6369 if { (ac_try="$ac_link"
6370 case "(($ac_try" in
6371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6372 *) ac_try_echo=$ac_try;;
6373 esac
6374 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6375 $as_echo "$ac_try_echo") >&5
6376 (eval "$ac_link") 2>conftest.er1
6377 ac_status=$?
6378 grep -v '^ *+' conftest.er1 >conftest.err
6379 rm -f conftest.er1
6380 cat conftest.err >&5
6381 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6382 (exit $ac_status); } && {
6383 test -z "$ac_c_werror_flag" ||
6384 test ! -s conftest.err
6385 } && test -s conftest$ac_exeext && {
6386 test "$cross_compiling" = yes ||
6387 $as_test_x conftest$ac_exeext
6388 }; then
6280 if ac_fn_c_try_link "$LINENO"; then :
63896281 lt_cv_cc_needs_belf=yes
63906282 else
6391 $as_echo "$as_me: failed program was:" >&5
6392 sed 's/^/| /' conftest.$ac_ext >&5
6393
6394 lt_cv_cc_needs_belf=no
6395 fi
6396
6397 rm -rf conftest.dSYM
6398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6399 conftest$ac_exeext conftest.$ac_ext
6283 lt_cv_cc_needs_belf=no
6284 fi
6285 rm -f core conftest.err conftest.$ac_objext \
6286 conftest$ac_exeext conftest.$ac_ext
64006287 ac_ext=c
64016288 ac_cpp='$CPP $CPPFLAGS'
64026289 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64046291 ac_compiler_gnu=$ac_cv_c_compiler_gnu
64056292
64066293 fi
6407 { $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
6294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
64086295 $as_echo "$lt_cv_cc_needs_belf" >&6; }
64096296 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
64106297 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
64146301 sparc*-*solaris*)
64156302 # Find out which ABI we are using.
64166303 echo 'int i;' > conftest.$ac_ext
6417 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6304 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
64186305 (eval $ac_compile) 2>&5
64196306 ac_status=$?
6420 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6421 (exit $ac_status); }; then
6307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6308 test $ac_status = 0; }; then
64226309 case `/usr/bin/file conftest.o` in
64236310 *64-bit*)
64246311 case $lt_cv_prog_gnu_ld in
64446331 if test -n "$ac_tool_prefix"; then
64456332 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
64466333 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6447 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
64486335 $as_echo_n "checking for $ac_word... " >&6; }
6449 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
6336 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
64506337 $as_echo_n "(cached) " >&6
64516338 else
64526339 if test -n "$DSYMUTIL"; then
64576344 do
64586345 IFS=$as_save_IFS
64596346 test -z "$as_dir" && as_dir=.
6460 for ac_exec_ext in '' $ac_executable_extensions; do
6347 for ac_exec_ext in '' $ac_executable_extensions; do
64616348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
64626349 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6463 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
64646351 break 2
64656352 fi
64666353 done
6467 done
6354 done
64686355 IFS=$as_save_IFS
64696356
64706357 fi
64716358 fi
64726359 DSYMUTIL=$ac_cv_prog_DSYMUTIL
64736360 if test -n "$DSYMUTIL"; then
6474 { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
64756362 $as_echo "$DSYMUTIL" >&6; }
64766363 else
6477 { $as_echo "$as_me:$LINENO: result: no" >&5
6364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
64786365 $as_echo "no" >&6; }
64796366 fi
64806367
64846371 ac_ct_DSYMUTIL=$DSYMUTIL
64856372 # Extract the first word of "dsymutil", so it can be a program name with args.
64866373 set dummy dsymutil; ac_word=$2
6487 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
64886375 $as_echo_n "checking for $ac_word... " >&6; }
6489 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
6376 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
64906377 $as_echo_n "(cached) " >&6
64916378 else
64926379 if test -n "$ac_ct_DSYMUTIL"; then
64976384 do
64986385 IFS=$as_save_IFS
64996386 test -z "$as_dir" && as_dir=.
6500 for ac_exec_ext in '' $ac_executable_extensions; do
6387 for ac_exec_ext in '' $ac_executable_extensions; do
65016388 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
65026389 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6503 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6390 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
65046391 break 2
65056392 fi
65066393 done
6507 done
6394 done
65086395 IFS=$as_save_IFS
65096396
65106397 fi
65116398 fi
65126399 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
65136400 if test -n "$ac_ct_DSYMUTIL"; then
6514 { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
65156402 $as_echo "$ac_ct_DSYMUTIL" >&6; }
65166403 else
6517 { $as_echo "$as_me:$LINENO: result: no" >&5
6404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
65186405 $as_echo "no" >&6; }
65196406 fi
65206407
65236410 else
65246411 case $cross_compiling:$ac_tool_warned in
65256412 yes:)
6526 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
65276414 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
65286415 ac_tool_warned=yes ;;
65296416 esac
65366423 if test -n "$ac_tool_prefix"; then
65376424 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
65386425 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6539 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
65406427 $as_echo_n "checking for $ac_word... " >&6; }
6541 if test "${ac_cv_prog_NMEDIT+set}" = set; then
6428 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
65426429 $as_echo_n "(cached) " >&6
65436430 else
65446431 if test -n "$NMEDIT"; then
65496436 do
65506437 IFS=$as_save_IFS
65516438 test -z "$as_dir" && as_dir=.
6552 for ac_exec_ext in '' $ac_executable_extensions; do
6439 for ac_exec_ext in '' $ac_executable_extensions; do
65536440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
65546441 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6555 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
65566443 break 2
65576444 fi
65586445 done
6559 done
6446 done
65606447 IFS=$as_save_IFS
65616448
65626449 fi
65636450 fi
65646451 NMEDIT=$ac_cv_prog_NMEDIT
65656452 if test -n "$NMEDIT"; then
6566 { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
6453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
65676454 $as_echo "$NMEDIT" >&6; }
65686455 else
6569 { $as_echo "$as_me:$LINENO: result: no" >&5
6456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
65706457 $as_echo "no" >&6; }
65716458 fi
65726459
65766463 ac_ct_NMEDIT=$NMEDIT
65776464 # Extract the first word of "nmedit", so it can be a program name with args.
65786465 set dummy nmedit; ac_word=$2
6579 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
65806467 $as_echo_n "checking for $ac_word... " >&6; }
6581 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
6468 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
65826469 $as_echo_n "(cached) " >&6
65836470 else
65846471 if test -n "$ac_ct_NMEDIT"; then
65896476 do
65906477 IFS=$as_save_IFS
65916478 test -z "$as_dir" && as_dir=.
6592 for ac_exec_ext in '' $ac_executable_extensions; do
6479 for ac_exec_ext in '' $ac_executable_extensions; do
65936480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
65946481 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6595 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
65966483 break 2
65976484 fi
65986485 done
6599 done
6486 done
66006487 IFS=$as_save_IFS
66016488
66026489 fi
66036490 fi
66046491 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
66056492 if test -n "$ac_ct_NMEDIT"; then
6606 { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
6493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
66076494 $as_echo "$ac_ct_NMEDIT" >&6; }
66086495 else
6609 { $as_echo "$as_me:$LINENO: result: no" >&5
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
66106497 $as_echo "no" >&6; }
66116498 fi
66126499
66156502 else
66166503 case $cross_compiling:$ac_tool_warned in
66176504 yes:)
6618 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6505 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
66196506 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
66206507 ac_tool_warned=yes ;;
66216508 esac
66286515 if test -n "$ac_tool_prefix"; then
66296516 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
66306517 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6631 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
66326519 $as_echo_n "checking for $ac_word... " >&6; }
6633 if test "${ac_cv_prog_LIPO+set}" = set; then
6520 if test "${ac_cv_prog_LIPO+set}" = set; then :
66346521 $as_echo_n "(cached) " >&6
66356522 else
66366523 if test -n "$LIPO"; then
66416528 do
66426529 IFS=$as_save_IFS
66436530 test -z "$as_dir" && as_dir=.
6644 for ac_exec_ext in '' $ac_executable_extensions; do
6531 for ac_exec_ext in '' $ac_executable_extensions; do
66456532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66466533 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6647 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
66486535 break 2
66496536 fi
66506537 done
6651 done
6538 done
66526539 IFS=$as_save_IFS
66536540
66546541 fi
66556542 fi
66566543 LIPO=$ac_cv_prog_LIPO
66576544 if test -n "$LIPO"; then
6658 { $as_echo "$as_me:$LINENO: result: $LIPO" >&5
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
66596546 $as_echo "$LIPO" >&6; }
66606547 else
6661 { $as_echo "$as_me:$LINENO: result: no" >&5
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
66626549 $as_echo "no" >&6; }
66636550 fi
66646551
66686555 ac_ct_LIPO=$LIPO
66696556 # Extract the first word of "lipo", so it can be a program name with args.
66706557 set dummy lipo; ac_word=$2
6671 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
66726559 $as_echo_n "checking for $ac_word... " >&6; }
6673 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
6560 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
66746561 $as_echo_n "(cached) " >&6
66756562 else
66766563 if test -n "$ac_ct_LIPO"; then
66816568 do
66826569 IFS=$as_save_IFS
66836570 test -z "$as_dir" && as_dir=.
6684 for ac_exec_ext in '' $ac_executable_extensions; do
6571 for ac_exec_ext in '' $ac_executable_extensions; do
66856572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66866573 ac_cv_prog_ac_ct_LIPO="lipo"
6687 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
66886575 break 2
66896576 fi
66906577 done
6691 done
6578 done
66926579 IFS=$as_save_IFS
66936580
66946581 fi
66956582 fi
66966583 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
66976584 if test -n "$ac_ct_LIPO"; then
6698 { $as_echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
6585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
66996586 $as_echo "$ac_ct_LIPO" >&6; }
67006587 else
6701 { $as_echo "$as_me:$LINENO: result: no" >&5
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
67026589 $as_echo "no" >&6; }
67036590 fi
67046591
67076594 else
67086595 case $cross_compiling:$ac_tool_warned in
67096596 yes:)
6710 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6597 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
67116598 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
67126599 ac_tool_warned=yes ;;
67136600 esac
67206607 if test -n "$ac_tool_prefix"; then
67216608 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
67226609 set dummy ${ac_tool_prefix}otool; ac_word=$2
6723 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
67246611 $as_echo_n "checking for $ac_word... " >&6; }
6725 if test "${ac_cv_prog_OTOOL+set}" = set; then
6612 if test "${ac_cv_prog_OTOOL+set}" = set; then :
67266613 $as_echo_n "(cached) " >&6
67276614 else
67286615 if test -n "$OTOOL"; then
67336620 do
67346621 IFS=$as_save_IFS
67356622 test -z "$as_dir" && as_dir=.
6736 for ac_exec_ext in '' $ac_executable_extensions; do
6623 for ac_exec_ext in '' $ac_executable_extensions; do
67376624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
67386625 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6739 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6626 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
67406627 break 2
67416628 fi
67426629 done
6743 done
6630 done
67446631 IFS=$as_save_IFS
67456632
67466633 fi
67476634 fi
67486635 OTOOL=$ac_cv_prog_OTOOL
67496636 if test -n "$OTOOL"; then
6750 { $as_echo "$as_me:$LINENO: result: $OTOOL" >&5
6637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
67516638 $as_echo "$OTOOL" >&6; }
67526639 else
6753 { $as_echo "$as_me:$LINENO: result: no" >&5
6640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
67546641 $as_echo "no" >&6; }
67556642 fi
67566643
67606647 ac_ct_OTOOL=$OTOOL
67616648 # Extract the first word of "otool", so it can be a program name with args.
67626649 set dummy otool; ac_word=$2
6763 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
67646651 $as_echo_n "checking for $ac_word... " >&6; }
6765 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
6652 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
67666653 $as_echo_n "(cached) " >&6
67676654 else
67686655 if test -n "$ac_ct_OTOOL"; then
67736660 do
67746661 IFS=$as_save_IFS
67756662 test -z "$as_dir" && as_dir=.
6776 for ac_exec_ext in '' $ac_executable_extensions; do
6663 for ac_exec_ext in '' $ac_executable_extensions; do
67776664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
67786665 ac_cv_prog_ac_ct_OTOOL="otool"
6779 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
67806667 break 2
67816668 fi
67826669 done
6783 done
6670 done
67846671 IFS=$as_save_IFS
67856672
67866673 fi
67876674 fi
67886675 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
67896676 if test -n "$ac_ct_OTOOL"; then
6790 { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
6677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
67916678 $as_echo "$ac_ct_OTOOL" >&6; }
67926679 else
6793 { $as_echo "$as_me:$LINENO: result: no" >&5
6680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
67946681 $as_echo "no" >&6; }
67956682 fi
67966683
67996686 else
68006687 case $cross_compiling:$ac_tool_warned in
68016688 yes:)
6802 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
68036690 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
68046691 ac_tool_warned=yes ;;
68056692 esac
68126699 if test -n "$ac_tool_prefix"; then
68136700 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
68146701 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6815 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
68166703 $as_echo_n "checking for $ac_word... " >&6; }
6817 if test "${ac_cv_prog_OTOOL64+set}" = set; then
6704 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
68186705 $as_echo_n "(cached) " >&6
68196706 else
68206707 if test -n "$OTOOL64"; then
68256712 do
68266713 IFS=$as_save_IFS
68276714 test -z "$as_dir" && as_dir=.
6828 for ac_exec_ext in '' $ac_executable_extensions; do
6715 for ac_exec_ext in '' $ac_executable_extensions; do
68296716 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
68306717 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6831 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
68326719 break 2
68336720 fi
68346721 done
6835 done
6722 done
68366723 IFS=$as_save_IFS
68376724
68386725 fi
68396726 fi
68406727 OTOOL64=$ac_cv_prog_OTOOL64
68416728 if test -n "$OTOOL64"; then
6842 { $as_echo "$as_me:$LINENO: result: $OTOOL64" >&5
6729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
68436730 $as_echo "$OTOOL64" >&6; }
68446731 else
6845 { $as_echo "$as_me:$LINENO: result: no" >&5
6732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
68466733 $as_echo "no" >&6; }
68476734 fi
68486735
68526739 ac_ct_OTOOL64=$OTOOL64
68536740 # Extract the first word of "otool64", so it can be a program name with args.
68546741 set dummy otool64; ac_word=$2
6855 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
68566743 $as_echo_n "checking for $ac_word... " >&6; }
6857 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
6744 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
68586745 $as_echo_n "(cached) " >&6
68596746 else
68606747 if test -n "$ac_ct_OTOOL64"; then
68656752 do
68666753 IFS=$as_save_IFS
68676754 test -z "$as_dir" && as_dir=.
6868 for ac_exec_ext in '' $ac_executable_extensions; do
6755 for ac_exec_ext in '' $ac_executable_extensions; do
68696756 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
68706757 ac_cv_prog_ac_ct_OTOOL64="otool64"
6871 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6758 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
68726759 break 2
68736760 fi
68746761 done
6875 done
6762 done
68766763 IFS=$as_save_IFS
68776764
68786765 fi
68796766 fi
68806767 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
68816768 if test -n "$ac_ct_OTOOL64"; then
6882 { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
6769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
68836770 $as_echo "$ac_ct_OTOOL64" >&6; }
68846771 else
6885 { $as_echo "$as_me:$LINENO: result: no" >&5
6772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
68866773 $as_echo "no" >&6; }
68876774 fi
68886775
68916778 else
68926779 case $cross_compiling:$ac_tool_warned in
68936780 yes:)
6894 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6781 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
68956782 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
68966783 ac_tool_warned=yes ;;
68976784 esac
69276814
69286815
69296816
6930 { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
6817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
69316818 $as_echo_n "checking for -single_module linker flag... " >&6; }
6932 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
6819 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
69336820 $as_echo_n "(cached) " >&6
69346821 else
69356822 lt_cv_apple_cc_single_mod=no
69546841 rm -f conftest.*
69556842 fi
69566843 fi
6957 { $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
6844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
69586845 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6959 { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
69606847 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6961 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
6848 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
69626849 $as_echo_n "(cached) " >&6
69636850 else
69646851 lt_cv_ld_exported_symbols_list=no
69656852 save_LDFLAGS=$LDFLAGS
69666853 echo "_main" > conftest.sym
69676854 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6968 cat >conftest.$ac_ext <<_ACEOF
6969 /* confdefs.h. */
6970 _ACEOF
6971 cat confdefs.h >>conftest.$ac_ext
6972 cat >>conftest.$ac_ext <<_ACEOF
6855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69736856 /* end confdefs.h. */
69746857
69756858 int
69806863 return 0;
69816864 }
69826865 _ACEOF
6983 rm -f conftest.$ac_objext conftest$ac_exeext
6984 if { (ac_try="$ac_link"
6985 case "(($ac_try" in
6986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6987 *) ac_try_echo=$ac_try;;
6988 esac
6989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6990 $as_echo "$ac_try_echo") >&5
6991 (eval "$ac_link") 2>conftest.er1
6992 ac_status=$?
6993 grep -v '^ *+' conftest.er1 >conftest.err
6994 rm -f conftest.er1
6995 cat conftest.err >&5
6996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6997 (exit $ac_status); } && {
6998 test -z "$ac_c_werror_flag" ||
6999 test ! -s conftest.err
7000 } && test -s conftest$ac_exeext && {
7001 test "$cross_compiling" = yes ||
7002 $as_test_x conftest$ac_exeext
7003 }; then
6866 if ac_fn_c_try_link "$LINENO"; then :
70046867 lt_cv_ld_exported_symbols_list=yes
70056868 else
7006 $as_echo "$as_me: failed program was:" >&5
7007 sed 's/^/| /' conftest.$ac_ext >&5
7008
7009 lt_cv_ld_exported_symbols_list=no
7010 fi
7011
7012 rm -rf conftest.dSYM
7013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7014 conftest$ac_exeext conftest.$ac_ext
6869 lt_cv_ld_exported_symbols_list=no
6870 fi
6871 rm -f core conftest.err conftest.$ac_objext \
6872 conftest$ac_exeext conftest.$ac_ext
70156873 LDFLAGS="$save_LDFLAGS"
70166874
70176875 fi
7018 { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
70196877 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
70206878 case $host_os in
70216879 rhapsody* | darwin1.[012])
70536911 esac
70546912
70556913 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7056
7057
7058
7059
7060
7061
7062
7063
7064
70656914 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
70666915 inttypes.h stdint.h unistd.h
7067 do
7068 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7069 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7070 $as_echo_n "checking for $ac_header... " >&6; }
7071 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7072 $as_echo_n "(cached) " >&6
7073 else
7074 cat >conftest.$ac_ext <<_ACEOF
7075 /* confdefs.h. */
7076 _ACEOF
7077 cat confdefs.h >>conftest.$ac_ext
7078 cat >>conftest.$ac_ext <<_ACEOF
7079 /* end confdefs.h. */
7080 $ac_includes_default
7081
7082 #include <$ac_header>
7083 _ACEOF
7084 rm -f conftest.$ac_objext
7085 if { (ac_try="$ac_compile"
7086 case "(($ac_try" in
7087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7088 *) ac_try_echo=$ac_try;;
7089 esac
7090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7091 $as_echo "$ac_try_echo") >&5
7092 (eval "$ac_compile") 2>conftest.er1
7093 ac_status=$?
7094 grep -v '^ *+' conftest.er1 >conftest.err
7095 rm -f conftest.er1
7096 cat conftest.err >&5
7097 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7098 (exit $ac_status); } && {
7099 test -z "$ac_c_werror_flag" ||
7100 test ! -s conftest.err
7101 } && test -s conftest.$ac_objext; then
7102 eval "$as_ac_Header=yes"
7103 else
7104 $as_echo "$as_me: failed program was:" >&5
7105 sed 's/^/| /' conftest.$ac_ext >&5
7106
7107 eval "$as_ac_Header=no"
7108 fi
7109
7110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7111 fi
7112 ac_res=`eval 'as_val=${'$as_ac_Header'}
7113 $as_echo "$as_val"'`
7114 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7115 $as_echo "$ac_res" >&6; }
7116 as_val=`eval 'as_val=${'$as_ac_Header'}
7117 $as_echo "$as_val"'`
7118 if test "x$as_val" = x""yes; then
6916 do :
6917 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6918 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6919 "
6920 eval as_val=\$$as_ac_Header
6921 if test "x$as_val" = x""yes; then :
71196922 cat >>confdefs.h <<_ACEOF
71206923 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
71216924 _ACEOF
71256928 done
71266929
71276930
7128
71296931 for ac_header in dlfcn.h
7130 do
7131 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7132 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7133 $as_echo_n "checking for $ac_header... " >&6; }
7134 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7135 $as_echo_n "(cached) " >&6
7136 else
7137 cat >conftest.$ac_ext <<_ACEOF
7138 /* confdefs.h. */
6932 do :
6933 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6934 "
6935 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6936 cat >>confdefs.h <<_ACEOF
6937 #define HAVE_DLFCN_H 1
71396938 _ACEOF
7140 cat confdefs.h >>conftest.$ac_ext
7141 cat >>conftest.$ac_ext <<_ACEOF
7142 /* end confdefs.h. */
7143 $ac_includes_default
7144
7145 #include <$ac_header>
7146 _ACEOF
7147 rm -f conftest.$ac_objext
7148 if { (ac_try="$ac_compile"
7149 case "(($ac_try" in
7150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7151 *) ac_try_echo=$ac_try;;
7152 esac
7153 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7154 $as_echo "$ac_try_echo") >&5
7155 (eval "$ac_compile") 2>conftest.er1
7156 ac_status=$?
7157 grep -v '^ *+' conftest.er1 >conftest.err
7158 rm -f conftest.er1
7159 cat conftest.err >&5
7160 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7161 (exit $ac_status); } && {
7162 test -z "$ac_c_werror_flag" ||
7163 test ! -s conftest.err
7164 } && test -s conftest.$ac_objext; then
7165 eval "$as_ac_Header=yes"
7166 else
7167 $as_echo "$as_me: failed program was:" >&5
7168 sed 's/^/| /' conftest.$ac_ext >&5
7169
7170 eval "$as_ac_Header=no"
7171 fi
7172
7173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7174 fi
7175 ac_res=`eval 'as_val=${'$as_ac_Header'}
7176 $as_echo "$as_val"'`
7177 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7178 $as_echo "$ac_res" >&6; }
7179 as_val=`eval 'as_val=${'$as_ac_Header'}
7180 $as_echo "$as_val"'`
7181 if test "x$as_val" = x""yes; then
7182 cat >>confdefs.h <<_ACEOF
7183 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7184 _ACEOF
71856939
71866940 fi
71876941
72006954
72016955
72026956 # Check whether --enable-shared was given.
7203 if test "${enable_shared+set}" = set; then
6957 if test "${enable_shared+set}" = set; then :
72046958 enableval=$enable_shared; p=${PACKAGE-default}
72056959 case $enableval in
72066960 yes) enable_shared=yes ;;
72316985
72326986
72336987 # Check whether --enable-static was given.
7234 if test "${enable_static+set}" = set; then
6988 if test "${enable_static+set}" = set; then :
72356989 enableval=$enable_static; p=${PACKAGE-default}
72366990 case $enableval in
72376991 yes) enable_static=yes ;;
72637017
72647018
72657019 # Check whether --with-pic was given.
7266 if test "${with_pic+set}" = set; then
7020 if test "${with_pic+set}" = set; then :
72677021 withval=$with_pic; pic_mode="$withval"
72687022 else
72697023 pic_mode=default
72797033
72807034
72817035 # Check whether --enable-fast-install was given.
7282 if test "${enable_fast_install+set}" = set; then
7036 if test "${enable_fast_install+set}" = set; then :
72837037 enableval=$enable_fast_install; p=${PACKAGE-default}
72847038 case $enableval in
72857039 yes) enable_fast_install=yes ;;
73607114 setopt NO_GLOB_SUBST
73617115 fi
73627116
7363 { $as_echo "$as_me:$LINENO: checking for objdir" >&5
7117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
73647118 $as_echo_n "checking for objdir... " >&6; }
7365 if test "${lt_cv_objdir+set}" = set; then
7119 if test "${lt_cv_objdir+set}" = set; then :
73667120 $as_echo_n "(cached) " >&6
73677121 else
73687122 rm -f .libs 2>/dev/null
73757129 fi
73767130 rmdir .libs 2>/dev/null
73777131 fi
7378 { $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
7132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
73797133 $as_echo "$lt_cv_objdir" >&6; }
73807134 objdir=$lt_cv_objdir
73817135
74687222 case $deplibs_check_method in
74697223 file_magic*)
74707224 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7471 { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
74727226 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7473 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7227 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
74747228 $as_echo_n "(cached) " >&6
74757229 else
74767230 case $MAGIC_CMD in
75217275
75227276 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
75237277 if test -n "$MAGIC_CMD"; then
7524 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
75257279 $as_echo "$MAGIC_CMD" >&6; }
75267280 else
7527 { $as_echo "$as_me:$LINENO: result: no" >&5
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
75287282 $as_echo "no" >&6; }
75297283 fi
75307284
75347288
75357289 if test -z "$lt_cv_path_MAGIC_CMD"; then
75367290 if test -n "$ac_tool_prefix"; then
7537 { $as_echo "$as_me:$LINENO: checking for file" >&5
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
75387292 $as_echo_n "checking for file... " >&6; }
7539 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7293 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
75407294 $as_echo_n "(cached) " >&6
75417295 else
75427296 case $MAGIC_CMD in
75877341
75887342 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
75897343 if test -n "$MAGIC_CMD"; then
7590 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
75917345 $as_echo "$MAGIC_CMD" >&6; }
75927346 else
7593 { $as_echo "$as_me:$LINENO: result: no" >&5
7347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
75947348 $as_echo "no" >&6; }
75957349 fi
75967350
76677421 if test "$GCC" = yes; then
76687422 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
76697423
7670 { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
76717425 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7672 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
7426 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
76737427 $as_echo_n "(cached) " >&6
76747428 else
76757429 lt_cv_prog_compiler_rtti_exceptions=no
76857439 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
76867440 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
76877441 -e 's:$: $lt_compiler_flag:'`
7688 (eval echo "\"\$as_me:7689: $lt_compile\"" >&5)
7442 (eval echo "\"\$as_me:7443: $lt_compile\"" >&5)
76897443 (eval "$lt_compile" 2>conftest.err)
76907444 ac_status=$?
76917445 cat conftest.err >&5
7692 echo "$as_me:7693: \$? = $ac_status" >&5
7446 echo "$as_me:7447: \$? = $ac_status" >&5
76937447 if (exit $ac_status) && test -s "$ac_outfile"; then
76947448 # The compiler can only warn and ignore the option if not recognized
76957449 # So say no if there are warnings other than the usual output.
77027456 $RM conftest*
77037457
77047458 fi
7705 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
77067460 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
77077461
77087462 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
77227476 lt_prog_compiler_pic=
77237477 lt_prog_compiler_static=
77247478
7725 { $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
77267480 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
77277481
77287482 if test "$GCC" = yes; then
79947748 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
79957749 ;;
79967750 esac
7997 { $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
79987752 $as_echo "$lt_prog_compiler_pic" >&6; }
79997753
80007754
80067760 # Check to make sure the PIC flag actually works.
80077761 #
80087762 if test -n "$lt_prog_compiler_pic"; then
8009 { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
80107764 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8011 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
7765 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
80127766 $as_echo_n "(cached) " >&6
80137767 else
80147768 lt_cv_prog_compiler_pic_works=no
80247778 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
80257779 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
80267780 -e 's:$: $lt_compiler_flag:'`
8027 (eval echo "\"\$as_me:8028: $lt_compile\"" >&5)
7781 (eval echo "\"\$as_me:7782: $lt_compile\"" >&5)
80287782 (eval "$lt_compile" 2>conftest.err)
80297783 ac_status=$?
80307784 cat conftest.err >&5
8031 echo "$as_me:8032: \$? = $ac_status" >&5
7785 echo "$as_me:7786: \$? = $ac_status" >&5
80327786 if (exit $ac_status) && test -s "$ac_outfile"; then
80337787 # The compiler can only warn and ignore the option if not recognized
80347788 # So say no if there are warnings other than the usual output.
80417795 $RM conftest*
80427796
80437797 fi
8044 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
7798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
80457799 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
80467800
80477801 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
80657819 # Check to make sure the static flag actually works.
80667820 #
80677821 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8068 { $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
80697823 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8070 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
7824 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
80717825 $as_echo_n "(cached) " >&6
80727826 else
80737827 lt_cv_prog_compiler_static_works=no
80937847 LDFLAGS="$save_LDFLAGS"
80947848
80957849 fi
8096 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
7850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
80977851 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
80987852
80997853 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
81087862
81097863
81107864
8111 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
81127866 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8113 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7867 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81147868 $as_echo_n "(cached) " >&6
81157869 else
81167870 lt_cv_prog_compiler_c_o=no
81297883 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
81307884 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
81317885 -e 's:$: $lt_compiler_flag:'`
8132 (eval echo "\"\$as_me:8133: $lt_compile\"" >&5)
7886 (eval echo "\"\$as_me:7887: $lt_compile\"" >&5)
81337887 (eval "$lt_compile" 2>out/conftest.err)
81347888 ac_status=$?
81357889 cat out/conftest.err >&5
8136 echo "$as_me:8137: \$? = $ac_status" >&5
7890 echo "$as_me:7891: \$? = $ac_status" >&5
81377891 if (exit $ac_status) && test -s out/conftest2.$ac_objext
81387892 then
81397893 # The compiler can only warn and ignore the option if not recognized
81557909 $RM conftest*
81567910
81577911 fi
8158 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
81597913 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
81607914
81617915
81637917
81647918
81657919
8166 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
81677921 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8168 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7922 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81697923 $as_echo_n "(cached) " >&6
81707924 else
81717925 lt_cv_prog_compiler_c_o=no
81847938 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
81857939 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
81867940 -e 's:$: $lt_compiler_flag:'`
8187 (eval echo "\"\$as_me:8188: $lt_compile\"" >&5)
7941 (eval echo "\"\$as_me:7942: $lt_compile\"" >&5)
81887942 (eval "$lt_compile" 2>out/conftest.err)
81897943 ac_status=$?
81907944 cat out/conftest.err >&5
8191 echo "$as_me:8192: \$? = $ac_status" >&5
7945 echo "$as_me:7946: \$? = $ac_status" >&5
81927946 if (exit $ac_status) && test -s out/conftest2.$ac_objext
81937947 then
81947948 # The compiler can only warn and ignore the option if not recognized
82107964 $RM conftest*
82117965
82127966 fi
8213 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
82147968 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
82157969
82167970
82197973 hard_links="nottested"
82207974 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
82217975 # do not overwrite the value of need_locks provided by the user
8222 { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
7976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
82237977 $as_echo_n "checking if we can lock with hard links... " >&6; }
82247978 hard_links=yes
82257979 $RM conftest*
82277981 touch conftest.a
82287982 ln conftest.a conftest.b 2>&5 || hard_links=no
82297983 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8230 { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
7984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
82317985 $as_echo "$hard_links" >&6; }
82327986 if test "$hard_links" = no; then
8233 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
82347988 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
82357989 need_locks=warn
82367990 fi
82437997
82447998
82457999
8246 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
82478001 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
82488002
82498003 runpath_var=
86858439 allow_undefined_flag='-berok'
86868440 # Determine the default libpath from the value encoded in an
86878441 # empty executable.
8688 cat >conftest.$ac_ext <<_ACEOF
8689 /* confdefs.h. */
8690 _ACEOF
8691 cat confdefs.h >>conftest.$ac_ext
8692 cat >>conftest.$ac_ext <<_ACEOF
8442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
86938443 /* end confdefs.h. */
86948444
86958445 int
87008450 return 0;
87018451 }
87028452 _ACEOF
8703 rm -f conftest.$ac_objext conftest$ac_exeext
8704 if { (ac_try="$ac_link"
8705 case "(($ac_try" in
8706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8707 *) ac_try_echo=$ac_try;;
8708 esac
8709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8710 $as_echo "$ac_try_echo") >&5
8711 (eval "$ac_link") 2>conftest.er1
8712 ac_status=$?
8713 grep -v '^ *+' conftest.er1 >conftest.err
8714 rm -f conftest.er1
8715 cat conftest.err >&5
8716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8717 (exit $ac_status); } && {
8718 test -z "$ac_c_werror_flag" ||
8719 test ! -s conftest.err
8720 } && test -s conftest$ac_exeext && {
8721 test "$cross_compiling" = yes ||
8722 $as_test_x conftest$ac_exeext
8723 }; then
8453 if ac_fn_c_try_link "$LINENO"; then :
87248454
87258455 lt_aix_libpath_sed='
87268456 /Import File Strings/,/^$/ {
87348464 if test -z "$aix_libpath"; then
87358465 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
87368466 fi
8737 else
8738 $as_echo "$as_me: failed program was:" >&5
8739 sed 's/^/| /' conftest.$ac_ext >&5
8740
8741
8742 fi
8743
8744 rm -rf conftest.dSYM
8745 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8746 conftest$ac_exeext conftest.$ac_ext
8467 fi
8468 rm -f core conftest.err conftest.$ac_objext \
8469 conftest$ac_exeext conftest.$ac_ext
87478470 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
87488471
87498472 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
87568479 else
87578480 # Determine the default libpath from the value encoded in an
87588481 # empty executable.
8759 cat >conftest.$ac_ext <<_ACEOF
8760 /* confdefs.h. */
8761 _ACEOF
8762 cat confdefs.h >>conftest.$ac_ext
8763 cat >>conftest.$ac_ext <<_ACEOF
8482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
87648483 /* end confdefs.h. */
87658484
87668485 int
87718490 return 0;
87728491 }
87738492 _ACEOF
8774 rm -f conftest.$ac_objext conftest$ac_exeext
8775 if { (ac_try="$ac_link"
8776 case "(($ac_try" in
8777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8778 *) ac_try_echo=$ac_try;;
8779 esac
8780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8781 $as_echo "$ac_try_echo") >&5
8782 (eval "$ac_link") 2>conftest.er1
8783 ac_status=$?
8784 grep -v '^ *+' conftest.er1 >conftest.err
8785 rm -f conftest.er1
8786 cat conftest.err >&5
8787 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8788 (exit $ac_status); } && {
8789 test -z "$ac_c_werror_flag" ||
8790 test ! -s conftest.err
8791 } && test -s conftest$ac_exeext && {
8792 test "$cross_compiling" = yes ||
8793 $as_test_x conftest$ac_exeext
8794 }; then
8493 if ac_fn_c_try_link "$LINENO"; then :
87958494
87968495 lt_aix_libpath_sed='
87978496 /Import File Strings/,/^$/ {
88058504 if test -z "$aix_libpath"; then
88068505 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
88078506 fi
8808 else
8809 $as_echo "$as_me: failed program was:" >&5
8810 sed 's/^/| /' conftest.$ac_ext >&5
8811
8812
8813 fi
8814
8815 rm -rf conftest.dSYM
8816 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8817 conftest$ac_exeext conftest.$ac_ext
8507 fi
8508 rm -f core conftest.err conftest.$ac_objext \
8509 conftest$ac_exeext conftest.$ac_ext
88188510 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
88198511
88208512 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
90268718 # implicitly export all symbols.
90278719 save_LDFLAGS="$LDFLAGS"
90288720 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9029 cat >conftest.$ac_ext <<_ACEOF
8721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8722 /* end confdefs.h. */
90308723 int foo(void) {}
90318724 _ACEOF
9032 rm -f conftest.$ac_objext conftest$ac_exeext
9033 if { (ac_try="$ac_link"
9034 case "(($ac_try" in
9035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9036 *) ac_try_echo=$ac_try;;
9037 esac
9038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9039 $as_echo "$ac_try_echo") >&5
9040 (eval "$ac_link") 2>conftest.er1
9041 ac_status=$?
9042 grep -v '^ *+' conftest.er1 >conftest.err
9043 rm -f conftest.er1
9044 cat conftest.err >&5
9045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9046 (exit $ac_status); } && {
9047 test -z "$ac_c_werror_flag" ||
9048 test ! -s conftest.err
9049 } && test -s conftest$ac_exeext && {
9050 test "$cross_compiling" = yes ||
9051 $as_test_x conftest$ac_exeext
9052 }; then
8725 if ac_fn_c_try_link "$LINENO"; then :
90538726 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
90548727
9055 else
9056 $as_echo "$as_me: failed program was:" >&5
9057 sed 's/^/| /' conftest.$ac_ext >&5
9058
9059
9060 fi
9061
9062 rm -rf conftest.dSYM
9063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9064 conftest$ac_exeext conftest.$ac_ext
8728 fi
8729 rm -f core conftest.err conftest.$ac_objext \
8730 conftest$ac_exeext conftest.$ac_ext
90658731 LDFLAGS="$save_LDFLAGS"
90668732 else
90678733 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
93178983 fi
93188984 fi
93198985
9320 { $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
8986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
93218987 $as_echo "$ld_shlibs" >&6; }
93228988 test "$ld_shlibs" = no && can_build_shared=no
93238989
93549020 # Test whether the compiler implicitly links with -lc since on some
93559021 # systems, -lgcc has to come before -lc. If gcc already passes -lc
93569022 # to ld, don't add -lc before -lgcc.
9357 { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
93589024 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
93599025 $RM conftest*
93609026 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
93619027
9362 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9028 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
93639029 (eval $ac_compile) 2>&5
93649030 ac_status=$?
9365 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9366 (exit $ac_status); } 2>conftest.err; then
9031 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9032 test $ac_status = 0; } 2>conftest.err; then
93679033 soname=conftest
93689034 lib=conftest
93699035 libobjs=conftest.$ac_objext
93779043 libname=conftest
93789044 lt_save_allow_undefined_flag=$allow_undefined_flag
93799045 allow_undefined_flag=
9380 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
9046 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
93819047 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
93829048 ac_status=$?
9383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9384 (exit $ac_status); }
9049 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9050 test $ac_status = 0; }
93859051 then
93869052 archive_cmds_need_lc=no
93879053 else
93929058 cat conftest.err 1>&5
93939059 fi
93949060 $RM conftest*
9395 { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
9061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
93969062 $as_echo "$archive_cmds_need_lc" >&6; }
93979063 ;;
93989064 esac
95569222
95579223
95589224
9559 { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
95609226 $as_echo_n "checking dynamic linker characteristics... " >&6; }
95619227
95629228 if test "$GCC" = yes; then
99789644 save_libdir=$libdir
99799645 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
99809646 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9981 cat >conftest.$ac_ext <<_ACEOF
9982 /* confdefs.h. */
9983 _ACEOF
9984 cat confdefs.h >>conftest.$ac_ext
9985 cat >>conftest.$ac_ext <<_ACEOF
9647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
99869648 /* end confdefs.h. */
99879649
99889650 int
99939655 return 0;
99949656 }
99959657 _ACEOF
9996 rm -f conftest.$ac_objext conftest$ac_exeext
9997 if { (ac_try="$ac_link"
9998 case "(($ac_try" in
9999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10000 *) ac_try_echo=$ac_try;;
10001 esac
10002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10003 $as_echo "$ac_try_echo") >&5
10004 (eval "$ac_link") 2>conftest.er1
10005 ac_status=$?
10006 grep -v '^ *+' conftest.er1 >conftest.err
10007 rm -f conftest.er1
10008 cat conftest.err >&5
10009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10010 (exit $ac_status); } && {
10011 test -z "$ac_c_werror_flag" ||
10012 test ! -s conftest.err
10013 } && test -s conftest$ac_exeext && {
10014 test "$cross_compiling" = yes ||
10015 $as_test_x conftest$ac_exeext
10016 }; then
10017 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
9658 if ac_fn_c_try_link "$LINENO"; then :
9659 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
100189660 shlibpath_overrides_runpath=yes
100199661 fi
10020
10021 else
10022 $as_echo "$as_me: failed program was:" >&5
10023 sed 's/^/| /' conftest.$ac_ext >&5
10024
10025
10026 fi
10027
10028 rm -rf conftest.dSYM
10029 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10030 conftest$ac_exeext conftest.$ac_ext
9662 fi
9663 rm -f core conftest.err conftest.$ac_objext \
9664 conftest$ac_exeext conftest.$ac_ext
100319665 LDFLAGS=$save_LDFLAGS
100329666 libdir=$save_libdir
100339667
102429876 dynamic_linker=no
102439877 ;;
102449878 esac
10245 { $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
102469880 $as_echo "$dynamic_linker" >&6; }
102479881 test "$dynamic_linker" = no && can_build_shared=no
102489882
103449978
103459979
103469980
10347 { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
103489982 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
103499983 hardcode_action=
103509984 if test -n "$hardcode_libdir_flag_spec" ||
1036910003 # directories.
1037010004 hardcode_action=unsupported
1037110005 fi
10372 { $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
10006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
1037310007 $as_echo "$hardcode_action" >&6; }
1037410008
1037510009 if test "$hardcode_action" = relink ||
1041410048
1041510049 darwin*)
1041610050 # if libdl is installed we need to link against it
10417 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1041810052 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10419 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10053 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
1042010054 $as_echo_n "(cached) " >&6
1042110055 else
1042210056 ac_check_lib_save_LIBS=$LIBS
1042310057 LIBS="-ldl $LIBS"
10424 cat >conftest.$ac_ext <<_ACEOF
10425 /* confdefs.h. */
10426 _ACEOF
10427 cat confdefs.h >>conftest.$ac_ext
10428 cat >>conftest.$ac_ext <<_ACEOF
10058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1042910059 /* end confdefs.h. */
1043010060
1043110061 /* Override any GCC internal prototype to avoid an error.
1044310073 return 0;
1044410074 }
1044510075 _ACEOF
10446 rm -f conftest.$ac_objext conftest$ac_exeext
10447 if { (ac_try="$ac_link"
10448 case "(($ac_try" in
10449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10450 *) ac_try_echo=$ac_try;;
10451 esac
10452 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10453 $as_echo "$ac_try_echo") >&5
10454 (eval "$ac_link") 2>conftest.er1
10455 ac_status=$?
10456 grep -v '^ *+' conftest.er1 >conftest.err
10457 rm -f conftest.er1
10458 cat conftest.err >&5
10459 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10460 (exit $ac_status); } && {
10461 test -z "$ac_c_werror_flag" ||
10462 test ! -s conftest.err
10463 } && test -s conftest$ac_exeext && {
10464 test "$cross_compiling" = yes ||
10465 $as_test_x conftest$ac_exeext
10466 }; then
10076 if ac_fn_c_try_link "$LINENO"; then :
1046710077 ac_cv_lib_dl_dlopen=yes
1046810078 else
10469 $as_echo "$as_me: failed program was:" >&5
10470 sed 's/^/| /' conftest.$ac_ext >&5
10471
10472 ac_cv_lib_dl_dlopen=no
10473 fi
10474
10475 rm -rf conftest.dSYM
10476 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10477 conftest$ac_exeext conftest.$ac_ext
10079 ac_cv_lib_dl_dlopen=no
10080 fi
10081 rm -f core conftest.err conftest.$ac_objext \
10082 conftest$ac_exeext conftest.$ac_ext
1047810083 LIBS=$ac_check_lib_save_LIBS
1047910084 fi
10480 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1048110086 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10482 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
10087 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
1048310088 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
1048410089 else
1048510090
1049210097 ;;
1049310098
1049410099 *)
10495 { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
10496 $as_echo_n "checking for shl_load... " >&6; }
10497 if test "${ac_cv_func_shl_load+set}" = set; then
10498 $as_echo_n "(cached) " >&6
10499 else
10500 cat >conftest.$ac_ext <<_ACEOF
10501 /* confdefs.h. */
10502 _ACEOF
10503 cat confdefs.h >>conftest.$ac_ext
10504 cat >>conftest.$ac_ext <<_ACEOF
10505 /* end confdefs.h. */
10506 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
10507 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10508 #define shl_load innocuous_shl_load
10509
10510 /* System header to define __stub macros and hopefully few prototypes,
10511 which can conflict with char shl_load (); below.
10512 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10513 <limits.h> exists even on freestanding compilers. */
10514
10515 #ifdef __STDC__
10516 # include <limits.h>
10517 #else
10518 # include <assert.h>
10519 #endif
10520
10521 #undef shl_load
10522
10523 /* Override any GCC internal prototype to avoid an error.
10524 Use char because int might match the return type of a GCC
10525 builtin and then its argument prototype would still apply. */
10526 #ifdef __cplusplus
10527 extern "C"
10528 #endif
10529 char shl_load ();
10530 /* The GNU C library defines this for functions which it implements
10531 to always fail with ENOSYS. Some functions are actually named
10532 something starting with __ and the normal name is an alias. */
10533 #if defined __stub_shl_load || defined __stub___shl_load
10534 choke me
10535 #endif
10536
10537 int
10538 main ()
10539 {
10540 return shl_load ();
10541 ;
10542 return 0;
10543 }
10544 _ACEOF
10545 rm -f conftest.$ac_objext conftest$ac_exeext
10546 if { (ac_try="$ac_link"
10547 case "(($ac_try" in
10548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10549 *) ac_try_echo=$ac_try;;
10550 esac
10551 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10552 $as_echo "$ac_try_echo") >&5
10553 (eval "$ac_link") 2>conftest.er1
10554 ac_status=$?
10555 grep -v '^ *+' conftest.er1 >conftest.err
10556 rm -f conftest.er1
10557 cat conftest.err >&5
10558 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10559 (exit $ac_status); } && {
10560 test -z "$ac_c_werror_flag" ||
10561 test ! -s conftest.err
10562 } && test -s conftest$ac_exeext && {
10563 test "$cross_compiling" = yes ||
10564 $as_test_x conftest$ac_exeext
10565 }; then
10566 ac_cv_func_shl_load=yes
10567 else
10568 $as_echo "$as_me: failed program was:" >&5
10569 sed 's/^/| /' conftest.$ac_ext >&5
10570
10571 ac_cv_func_shl_load=no
10572 fi
10573
10574 rm -rf conftest.dSYM
10575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10576 conftest$ac_exeext conftest.$ac_ext
10577 fi
10578 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10579 $as_echo "$ac_cv_func_shl_load" >&6; }
10580 if test "x$ac_cv_func_shl_load" = x""yes; then
10100 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10101 if test "x$ac_cv_func_shl_load" = x""yes; then :
1058110102 lt_cv_dlopen="shl_load"
1058210103 else
10583 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
1058410105 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10585 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
10106 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
1058610107 $as_echo_n "(cached) " >&6
1058710108 else
1058810109 ac_check_lib_save_LIBS=$LIBS
1058910110 LIBS="-ldld $LIBS"
10590 cat >conftest.$ac_ext <<_ACEOF
10591 /* confdefs.h. */
10592 _ACEOF
10593 cat confdefs.h >>conftest.$ac_ext
10594 cat >>conftest.$ac_ext <<_ACEOF
10111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1059510112 /* end confdefs.h. */
1059610113
1059710114 /* Override any GCC internal prototype to avoid an error.
1060910126 return 0;
1061010127 }
1061110128 _ACEOF
10612 rm -f conftest.$ac_objext conftest$ac_exeext
10613 if { (ac_try="$ac_link"
10614 case "(($ac_try" in
10615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10616 *) ac_try_echo=$ac_try;;
10617 esac
10618 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10619 $as_echo "$ac_try_echo") >&5
10620 (eval "$ac_link") 2>conftest.er1
10621 ac_status=$?
10622 grep -v '^ *+' conftest.er1 >conftest.err
10623 rm -f conftest.er1
10624 cat conftest.err >&5
10625 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10626 (exit $ac_status); } && {
10627 test -z "$ac_c_werror_flag" ||
10628 test ! -s conftest.err
10629 } && test -s conftest$ac_exeext && {
10630 test "$cross_compiling" = yes ||
10631 $as_test_x conftest$ac_exeext
10632 }; then
10129 if ac_fn_c_try_link "$LINENO"; then :
1063310130 ac_cv_lib_dld_shl_load=yes
1063410131 else
10635 $as_echo "$as_me: failed program was:" >&5
10636 sed 's/^/| /' conftest.$ac_ext >&5
10637
10638 ac_cv_lib_dld_shl_load=no
10639 fi
10640
10641 rm -rf conftest.dSYM
10642 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10643 conftest$ac_exeext conftest.$ac_ext
10132 ac_cv_lib_dld_shl_load=no
10133 fi
10134 rm -f core conftest.err conftest.$ac_objext \
10135 conftest$ac_exeext conftest.$ac_ext
1064410136 LIBS=$ac_check_lib_save_LIBS
1064510137 fi
10646 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
1064710139 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10648 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
10140 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
1064910141 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
1065010142 else
10651 { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
10652 $as_echo_n "checking for dlopen... " >&6; }
10653 if test "${ac_cv_func_dlopen+set}" = set; then
10654 $as_echo_n "(cached) " >&6
10655 else
10656 cat >conftest.$ac_ext <<_ACEOF
10657 /* confdefs.h. */
10658 _ACEOF
10659 cat confdefs.h >>conftest.$ac_ext
10660 cat >>conftest.$ac_ext <<_ACEOF
10661 /* end confdefs.h. */
10662 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10663 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10664 #define dlopen innocuous_dlopen
10665
10666 /* System header to define __stub macros and hopefully few prototypes,
10667 which can conflict with char dlopen (); below.
10668 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10669 <limits.h> exists even on freestanding compilers. */
10670
10671 #ifdef __STDC__
10672 # include <limits.h>
10673 #else
10674 # include <assert.h>
10675 #endif
10676
10677 #undef dlopen
10678
10679 /* Override any GCC internal prototype to avoid an error.
10680 Use char because int might match the return type of a GCC
10681 builtin and then its argument prototype would still apply. */
10682 #ifdef __cplusplus
10683 extern "C"
10684 #endif
10685 char dlopen ();
10686 /* The GNU C library defines this for functions which it implements
10687 to always fail with ENOSYS. Some functions are actually named
10688 something starting with __ and the normal name is an alias. */
10689 #if defined __stub_dlopen || defined __stub___dlopen
10690 choke me
10691 #endif
10692
10693 int
10694 main ()
10695 {
10696 return dlopen ();
10697 ;
10698 return 0;
10699 }
10700 _ACEOF
10701 rm -f conftest.$ac_objext conftest$ac_exeext
10702 if { (ac_try="$ac_link"
10703 case "(($ac_try" in
10704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10705 *) ac_try_echo=$ac_try;;
10706 esac
10707 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10708 $as_echo "$ac_try_echo") >&5
10709 (eval "$ac_link") 2>conftest.er1
10710 ac_status=$?
10711 grep -v '^ *+' conftest.er1 >conftest.err
10712 rm -f conftest.er1
10713 cat conftest.err >&5
10714 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10715 (exit $ac_status); } && {
10716 test -z "$ac_c_werror_flag" ||
10717 test ! -s conftest.err
10718 } && test -s conftest$ac_exeext && {
10719 test "$cross_compiling" = yes ||
10720 $as_test_x conftest$ac_exeext
10721 }; then
10722 ac_cv_func_dlopen=yes
10723 else
10724 $as_echo "$as_me: failed program was:" >&5
10725 sed 's/^/| /' conftest.$ac_ext >&5
10726
10727 ac_cv_func_dlopen=no
10728 fi
10729
10730 rm -rf conftest.dSYM
10731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10732 conftest$ac_exeext conftest.$ac_ext
10733 fi
10734 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10735 $as_echo "$ac_cv_func_dlopen" >&6; }
10736 if test "x$ac_cv_func_dlopen" = x""yes; then
10143 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10144 if test "x$ac_cv_func_dlopen" = x""yes; then :
1073710145 lt_cv_dlopen="dlopen"
1073810146 else
10739 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1074010148 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10741 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10149 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
1074210150 $as_echo_n "(cached) " >&6
1074310151 else
1074410152 ac_check_lib_save_LIBS=$LIBS
1074510153 LIBS="-ldl $LIBS"
10746 cat >conftest.$ac_ext <<_ACEOF
10747 /* confdefs.h. */
10748 _ACEOF
10749 cat confdefs.h >>conftest.$ac_ext
10750 cat >>conftest.$ac_ext <<_ACEOF
10154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1075110155 /* end confdefs.h. */
1075210156
1075310157 /* Override any GCC internal prototype to avoid an error.
1076510169 return 0;
1076610170 }
1076710171 _ACEOF
10768 rm -f conftest.$ac_objext conftest$ac_exeext
10769 if { (ac_try="$ac_link"
10770 case "(($ac_try" in
10771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10772 *) ac_try_echo=$ac_try;;
10773 esac
10774 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10775 $as_echo "$ac_try_echo") >&5
10776 (eval "$ac_link") 2>conftest.er1
10777 ac_status=$?
10778 grep -v '^ *+' conftest.er1 >conftest.err
10779 rm -f conftest.er1
10780 cat conftest.err >&5
10781 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10782 (exit $ac_status); } && {
10783 test -z "$ac_c_werror_flag" ||
10784 test ! -s conftest.err
10785 } && test -s conftest$ac_exeext && {
10786 test "$cross_compiling" = yes ||
10787 $as_test_x conftest$ac_exeext
10788 }; then
10172 if ac_fn_c_try_link "$LINENO"; then :
1078910173 ac_cv_lib_dl_dlopen=yes
1079010174 else
10791 $as_echo "$as_me: failed program was:" >&5
10792 sed 's/^/| /' conftest.$ac_ext >&5
10793
10794 ac_cv_lib_dl_dlopen=no
10795 fi
10796
10797 rm -rf conftest.dSYM
10798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10799 conftest$ac_exeext conftest.$ac_ext
10175 ac_cv_lib_dl_dlopen=no
10176 fi
10177 rm -f core conftest.err conftest.$ac_objext \
10178 conftest$ac_exeext conftest.$ac_ext
1080010179 LIBS=$ac_check_lib_save_LIBS
1080110180 fi
10802 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1080310182 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10804 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
10183 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
1080510184 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
1080610185 else
10807 { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
1080810187 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10809 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
10188 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
1081010189 $as_echo_n "(cached) " >&6
1081110190 else
1081210191 ac_check_lib_save_LIBS=$LIBS
1081310192 LIBS="-lsvld $LIBS"
10814 cat >conftest.$ac_ext <<_ACEOF
10815 /* confdefs.h. */
10816 _ACEOF
10817 cat confdefs.h >>conftest.$ac_ext
10818 cat >>conftest.$ac_ext <<_ACEOF
10193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1081910194 /* end confdefs.h. */
1082010195
1082110196 /* Override any GCC internal prototype to avoid an error.
1083310208 return 0;
1083410209 }
1083510210 _ACEOF
10836 rm -f conftest.$ac_objext conftest$ac_exeext
10837 if { (ac_try="$ac_link"
10838 case "(($ac_try" in
10839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10840 *) ac_try_echo=$ac_try;;
10841 esac
10842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10843 $as_echo "$ac_try_echo") >&5
10844 (eval "$ac_link") 2>conftest.er1
10845 ac_status=$?
10846 grep -v '^ *+' conftest.er1 >conftest.err
10847 rm -f conftest.er1
10848 cat conftest.err >&5
10849 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10850 (exit $ac_status); } && {
10851 test -z "$ac_c_werror_flag" ||
10852 test ! -s conftest.err
10853 } && test -s conftest$ac_exeext && {
10854 test "$cross_compiling" = yes ||
10855 $as_test_x conftest$ac_exeext
10856 }; then
10211 if ac_fn_c_try_link "$LINENO"; then :
1085710212 ac_cv_lib_svld_dlopen=yes
1085810213 else
10859 $as_echo "$as_me: failed program was:" >&5
10860 sed 's/^/| /' conftest.$ac_ext >&5
10861
10862 ac_cv_lib_svld_dlopen=no
10863 fi
10864
10865 rm -rf conftest.dSYM
10866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10867 conftest$ac_exeext conftest.$ac_ext
10214 ac_cv_lib_svld_dlopen=no
10215 fi
10216 rm -f core conftest.err conftest.$ac_objext \
10217 conftest$ac_exeext conftest.$ac_ext
1086810218 LIBS=$ac_check_lib_save_LIBS
1086910219 fi
10870 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
1087110221 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10872 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
10222 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
1087310223 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
1087410224 else
10875 { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
1087610226 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10877 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
10227 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
1087810228 $as_echo_n "(cached) " >&6
1087910229 else
1088010230 ac_check_lib_save_LIBS=$LIBS
1088110231 LIBS="-ldld $LIBS"
10882 cat >conftest.$ac_ext <<_ACEOF
10883 /* confdefs.h. */
10884 _ACEOF
10885 cat confdefs.h >>conftest.$ac_ext
10886 cat >>conftest.$ac_ext <<_ACEOF
10232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1088710233 /* end confdefs.h. */
1088810234
1088910235 /* Override any GCC internal prototype to avoid an error.
1090110247 return 0;
1090210248 }
1090310249 _ACEOF
10904 rm -f conftest.$ac_objext conftest$ac_exeext
10905 if { (ac_try="$ac_link"
10906 case "(($ac_try" in
10907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10908 *) ac_try_echo=$ac_try;;
10909 esac
10910 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10911 $as_echo "$ac_try_echo") >&5
10912 (eval "$ac_link") 2>conftest.er1
10913 ac_status=$?
10914 grep -v '^ *+' conftest.er1 >conftest.err
10915 rm -f conftest.er1
10916 cat conftest.err >&5
10917 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10918 (exit $ac_status); } && {
10919 test -z "$ac_c_werror_flag" ||
10920 test ! -s conftest.err
10921 } && test -s conftest$ac_exeext && {
10922 test "$cross_compiling" = yes ||
10923 $as_test_x conftest$ac_exeext
10924 }; then
10250 if ac_fn_c_try_link "$LINENO"; then :
1092510251 ac_cv_lib_dld_dld_link=yes
1092610252 else
10927 $as_echo "$as_me: failed program was:" >&5
10928 sed 's/^/| /' conftest.$ac_ext >&5
10929
10930 ac_cv_lib_dld_dld_link=no
10931 fi
10932
10933 rm -rf conftest.dSYM
10934 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10935 conftest$ac_exeext conftest.$ac_ext
10253 ac_cv_lib_dld_dld_link=no
10254 fi
10255 rm -f core conftest.err conftest.$ac_objext \
10256 conftest$ac_exeext conftest.$ac_ext
1093610257 LIBS=$ac_check_lib_save_LIBS
1093710258 fi
10938 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
1093910260 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10940 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
10261 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
1094110262 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
1094210263 fi
1094310264
1097610297 save_LIBS="$LIBS"
1097710298 LIBS="$lt_cv_dlopen_libs $LIBS"
1097810299
10979 { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
1098010301 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10981 if test "${lt_cv_dlopen_self+set}" = set; then
10302 if test "${lt_cv_dlopen_self+set}" = set; then :
1098210303 $as_echo_n "(cached) " >&6
1098310304 else
1098410305 if test "$cross_compiling" = yes; then :
1098710308 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1098810309 lt_status=$lt_dlunknown
1098910310 cat > conftest.$ac_ext <<_LT_EOF
10990 #line 10991 "configure"
10311 #line 10312 "configure"
1099110312 #include "confdefs.h"
1099210313
1099310314 #if HAVE_DLFCN_H
1104610367 return status;
1104710368 }
1104810369 _LT_EOF
11049 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10370 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1105010371 (eval $ac_link) 2>&5
1105110372 ac_status=$?
11052 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11053 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
10373 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10374 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
1105410375 (./conftest; exit; ) >&5 2>/dev/null
1105510376 lt_status=$?
1105610377 case x$lt_status in
1106710388
1106810389
1106910390 fi
11070 { $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
1107110392 $as_echo "$lt_cv_dlopen_self" >&6; }
1107210393
1107310394 if test "x$lt_cv_dlopen_self" = xyes; then
1107410395 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11075 { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
1107610397 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11077 if test "${lt_cv_dlopen_self_static+set}" = set; then
10398 if test "${lt_cv_dlopen_self_static+set}" = set; then :
1107810399 $as_echo_n "(cached) " >&6
1107910400 else
1108010401 if test "$cross_compiling" = yes; then :
1108310404 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1108410405 lt_status=$lt_dlunknown
1108510406 cat > conftest.$ac_ext <<_LT_EOF
11086 #line 11087 "configure"
10407 #line 10408 "configure"
1108710408 #include "confdefs.h"
1108810409
1108910410 #if HAVE_DLFCN_H
1114210463 return status;
1114310464 }
1114410465 _LT_EOF
11145 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10466 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1114610467 (eval $ac_link) 2>&5
1114710468 ac_status=$?
11148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11149 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
10469 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10470 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
1115010471 (./conftest; exit; ) >&5 2>/dev/null
1115110472 lt_status=$?
1115210473 case x$lt_status in
1116310484
1116410485
1116510486 fi
11166 { $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
1116710488 $as_echo "$lt_cv_dlopen_self_static" >&6; }
1116810489 fi
1116910490
1120210523
1120310524 striplib=
1120410525 old_striplib=
11205 { $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
10526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
1120610527 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
1120710528 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
1120810529 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1120910530 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11210 { $as_echo "$as_me:$LINENO: result: yes" >&5
10531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1121110532 $as_echo "yes" >&6; }
1121210533 else
1121310534 # FIXME - insert some real tests, host_os isn't really good enough
1121610537 if test -n "$STRIP" ; then
1121710538 striplib="$STRIP -x"
1121810539 old_striplib="$STRIP -S"
11219 { $as_echo "$as_me:$LINENO: result: yes" >&5
10540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1122010541 $as_echo "yes" >&6; }
1122110542 else
11222 { $as_echo "$as_me:$LINENO: result: no" >&5
10543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1122310544 $as_echo "no" >&6; }
1122410545 fi
1122510546 ;;
1122610547 *)
11227 { $as_echo "$as_me:$LINENO: result: no" >&5
10548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1122810549 $as_echo "no" >&6; }
1122910550 ;;
1123010551 esac
1124210563
1124310564
1124410565 # Report which library types will actually be built
11245 { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
1124610567 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11247 { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
10568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
1124810569 $as_echo "$can_build_shared" >&6; }
1124910570
11250 { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
1125110572 $as_echo_n "checking whether to build shared libraries... " >&6; }
1125210573 test "$can_build_shared" = "no" && enable_shared=no
1125310574
1126810589 fi
1126910590 ;;
1127010591 esac
11271 { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
10592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
1127210593 $as_echo "$enable_shared" >&6; }
1127310594
11274 { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
1127510596 $as_echo_n "checking whether to build static libraries... " >&6; }
1127610597 # Make sure either enable_shared or enable_static is yes.
1127710598 test "$enable_shared" = yes || enable_static=yes
11278 { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
10599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
1127910600 $as_echo "$enable_static" >&6; }
1128010601
1128110602
1131710638 if test -n "$ac_tool_prefix"; then
1131810639 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
1131910640 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
11320 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1132110642 $as_echo_n "checking for $ac_word... " >&6; }
11322 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
10643 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
1132310644 $as_echo_n "(cached) " >&6
1132410645 else
1132510646 case $PKG_CONFIG in
1133210653 do
1133310654 IFS=$as_save_IFS
1133410655 test -z "$as_dir" && as_dir=.
11335 for ac_exec_ext in '' $ac_executable_extensions; do
10656 for ac_exec_ext in '' $ac_executable_extensions; do
1133610657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1133710658 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11338 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1133910660 break 2
1134010661 fi
1134110662 done
11342 done
10663 done
1134310664 IFS=$as_save_IFS
1134410665
1134510666 ;;
1134710668 fi
1134810669 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
1134910670 if test -n "$PKG_CONFIG"; then
11350 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
10671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
1135110672 $as_echo "$PKG_CONFIG" >&6; }
1135210673 else
11353 { $as_echo "$as_me:$LINENO: result: no" >&5
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1135410675 $as_echo "no" >&6; }
1135510676 fi
1135610677
1136010681 ac_pt_PKG_CONFIG=$PKG_CONFIG
1136110682 # Extract the first word of "pkg-config", so it can be a program name with args.
1136210683 set dummy pkg-config; ac_word=$2
11363 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1136410685 $as_echo_n "checking for $ac_word... " >&6; }
11365 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
10686 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
1136610687 $as_echo_n "(cached) " >&6
1136710688 else
1136810689 case $ac_pt_PKG_CONFIG in
1137510696 do
1137610697 IFS=$as_save_IFS
1137710698 test -z "$as_dir" && as_dir=.
11378 for ac_exec_ext in '' $ac_executable_extensions; do
10699 for ac_exec_ext in '' $ac_executable_extensions; do
1137910700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1138010701 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11381 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1138210703 break 2
1138310704 fi
1138410705 done
11385 done
10706 done
1138610707 IFS=$as_save_IFS
1138710708
1138810709 ;;
1139010711 fi
1139110712 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
1139210713 if test -n "$ac_pt_PKG_CONFIG"; then
11393 { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
10714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
1139410715 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
1139510716 else
11396 { $as_echo "$as_me:$LINENO: result: no" >&5
10717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1139710718 $as_echo "no" >&6; }
1139810719 fi
1139910720
1140210723 else
1140310724 case $cross_compiling:$ac_tool_warned in
1140410725 yes:)
11405 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
10726 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1140610727 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1140710728 ac_tool_warned=yes ;;
1140810729 esac
1141510736 fi
1141610737 if test -n "$PKG_CONFIG"; then
1141710738 _pkg_min_version=0.9.0
11418 { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
10739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
1141910740 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
1142010741 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
11421 { $as_echo "$as_me:$LINENO: result: yes" >&5
10742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1142210743 $as_echo "yes" >&6; }
1142310744 else
11424 { $as_echo "$as_me:$LINENO: result: no" >&5
10745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1142510746 $as_echo "no" >&6; }
1142610747 PKG_CONFIG=""
1142710748 fi
1142910750 fi
1143010751
1143110752
11432 # Check whether --with-html-dir was given.
11433 if test "${with_html_dir+set}" = set; then
11434 withval=$with_html_dir;
11435 else
11436 with_html_dir='${datadir}/gtk-doc/html'
11437 fi
11438
11439 HTML_DIR="$with_html_dir"
11440
11441
11442 # Check whether --enable-gtk-doc was given.
11443 if test "${enable_gtk_doc+set}" = set; then
11444 enableval=$enable_gtk_doc;
11445 else
11446 enable_gtk_doc=no
11447 fi
11448
11449
11450 if test x$enable_gtk_doc = xyes; then
11451 if test -n "$PKG_CONFIG" && \
11452 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.3\"") >&5
11453 ($PKG_CONFIG --exists --print-errors "gtk-doc >= 1.3") 2>&5
11454 ac_status=$?
11455 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11456 (exit $ac_status); }; then
11457 :
11458 else
11459 { { $as_echo "$as_me:$LINENO: error: You need to have gtk-doc >= 1.3 installed to build gtk-doc" >&5
11460 $as_echo "$as_me: error: You need to have gtk-doc >= 1.3 installed to build gtk-doc" >&2;}
11461 { (exit 1); exit 1; }; }
11462 fi
11463 fi
11464
11465 { $as_echo "$as_me:$LINENO: checking whether to build gtk-doc documentation" >&5
11466 $as_echo_n "checking whether to build gtk-doc documentation... " >&6; }
11467 { $as_echo "$as_me:$LINENO: result: $enable_gtk_doc" >&5
11468 $as_echo "$enable_gtk_doc" >&6; }
11469
11470 for ac_prog in gtkdoc-check
11471 do
11472 # Extract the first word of "$ac_prog", so it can be a program name with args.
11473 set dummy $ac_prog; ac_word=$2
11474 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10753 # Extract the first word of "gtkdoc-check", so it can be a program name with args.
10754 set dummy gtkdoc-check; ac_word=$2
10755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1147510756 $as_echo_n "checking for $ac_word... " >&6; }
11476 if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then
10757 if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then :
1147710758 $as_echo_n "(cached) " >&6
1147810759 else
1147910760 case $GTKDOC_CHECK in
1148610767 do
1148710768 IFS=$as_save_IFS
1148810769 test -z "$as_dir" && as_dir=.
11489 for ac_exec_ext in '' $ac_executable_extensions; do
10770 for ac_exec_ext in '' $ac_executable_extensions; do
1149010771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1149110772 ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext"
11492 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1149310774 break 2
1149410775 fi
1149510776 done
11496 done
10777 done
1149710778 IFS=$as_save_IFS
1149810779
1149910780 ;;
1150110782 fi
1150210783 GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK
1150310784 if test -n "$GTKDOC_CHECK"; then
11504 { $as_echo "$as_me:$LINENO: result: $GTKDOC_CHECK" >&5
10785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5
1150510786 $as_echo "$GTKDOC_CHECK" >&6; }
1150610787 else
11507 { $as_echo "$as_me:$LINENO: result: no" >&5
10788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1150810789 $as_echo "no" >&6; }
1150910790 fi
1151010791
1151110792
11512 test -n "$GTKDOC_CHECK" && break
10793 for ac_prog in gtkdoc-rebase
10794 do
10795 # Extract the first word of "$ac_prog", so it can be a program name with args.
10796 set dummy $ac_prog; ac_word=$2
10797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10798 $as_echo_n "checking for $ac_word... " >&6; }
10799 if test "${ac_cv_path_GTKDOC_REBASE+set}" = set; then :
10800 $as_echo_n "(cached) " >&6
10801 else
10802 case $GTKDOC_REBASE in
10803 [\\/]* | ?:[\\/]*)
10804 ac_cv_path_GTKDOC_REBASE="$GTKDOC_REBASE" # Let the user override the test with a path.
10805 ;;
10806 *)
10807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10808 for as_dir in $PATH
10809 do
10810 IFS=$as_save_IFS
10811 test -z "$as_dir" && as_dir=.
10812 for ac_exec_ext in '' $ac_executable_extensions; do
10813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10814 ac_cv_path_GTKDOC_REBASE="$as_dir/$ac_word$ac_exec_ext"
10815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10816 break 2
10817 fi
1151310818 done
10819 done
10820 IFS=$as_save_IFS
10821
10822 ;;
10823 esac
10824 fi
10825 GTKDOC_REBASE=$ac_cv_path_GTKDOC_REBASE
10826 if test -n "$GTKDOC_REBASE"; then
10827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_REBASE" >&5
10828 $as_echo "$GTKDOC_REBASE" >&6; }
10829 else
10830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10831 $as_echo "no" >&6; }
10832 fi
10833
10834
10835 test -n "$GTKDOC_REBASE" && break
10836 done
10837 test -n "$GTKDOC_REBASE" || GTKDOC_REBASE="true"
10838
10839 # Extract the first word of "gtkdoc-mkpdf", so it can be a program name with args.
10840 set dummy gtkdoc-mkpdf; ac_word=$2
10841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10842 $as_echo_n "checking for $ac_word... " >&6; }
10843 if test "${ac_cv_path_GTKDOC_MKPDF+set}" = set; then :
10844 $as_echo_n "(cached) " >&6
10845 else
10846 case $GTKDOC_MKPDF in
10847 [\\/]* | ?:[\\/]*)
10848 ac_cv_path_GTKDOC_MKPDF="$GTKDOC_MKPDF" # Let the user override the test with a path.
10849 ;;
10850 *)
10851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10852 for as_dir in $PATH
10853 do
10854 IFS=$as_save_IFS
10855 test -z "$as_dir" && as_dir=.
10856 for ac_exec_ext in '' $ac_executable_extensions; do
10857 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10858 ac_cv_path_GTKDOC_MKPDF="$as_dir/$ac_word$ac_exec_ext"
10859 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10860 break 2
10861 fi
10862 done
10863 done
10864 IFS=$as_save_IFS
10865
10866 ;;
10867 esac
10868 fi
10869 GTKDOC_MKPDF=$ac_cv_path_GTKDOC_MKPDF
10870 if test -n "$GTKDOC_MKPDF"; then
10871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_MKPDF" >&5
10872 $as_echo "$GTKDOC_MKPDF" >&6; }
10873 else
10874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10875 $as_echo "no" >&6; }
10876 fi
10877
10878
10879
10880
10881 # Check whether --with-html-dir was given.
10882 if test "${with_html_dir+set}" = set; then :
10883 withval=$with_html_dir;
10884 else
10885 with_html_dir='${datadir}/gtk-doc/html'
10886 fi
10887
10888 HTML_DIR="$with_html_dir"
10889
10890
10891 # Check whether --enable-gtk-doc was given.
10892 if test "${enable_gtk_doc+set}" = set; then :
10893 enableval=$enable_gtk_doc;
10894 else
10895 enable_gtk_doc=no
10896 fi
10897
10898
10899 if test x$enable_gtk_doc = xyes; then
10900 if test -n "$PKG_CONFIG" && \
10901 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.3\""; } >&5
10902 ($PKG_CONFIG --exists --print-errors "gtk-doc >= 1.3") 2>&5
10903 ac_status=$?
10904 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10905 test $ac_status = 0; }; then
10906 :
10907 else
10908 as_fn_error "You need to have gtk-doc >= 1.3 installed to build $PACKAGE_NAME" "$LINENO" 5
10909 fi
10910 fi
10911
10912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
10913 $as_echo_n "checking whether to build gtk-doc documentation... " >&6; }
10914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5
10915 $as_echo "$enable_gtk_doc" >&6; }
10916
10917 # Check whether --enable-gtk-doc-html was given.
10918 if test "${enable_gtk_doc_html+set}" = set; then :
10919 enableval=$enable_gtk_doc_html;
10920 else
10921 enable_gtk_doc_html=yes
10922 fi
10923
10924 # Check whether --enable-gtk-doc-pdf was given.
10925 if test "${enable_gtk_doc_pdf+set}" = set; then :
10926 enableval=$enable_gtk_doc_pdf;
10927 else
10928 enable_gtk_doc_pdf=no
10929 fi
10930
10931
10932 if test -z "$GTKDOC_MKPDF"; then
10933 enable_gtk_doc_pdf=no
10934 fi
1151410935
1151510936
1151610937 if test x$enable_gtk_doc = xyes; then
1152110942 ENABLE_GTK_DOC_FALSE=
1152210943 fi
1152310944
10945 if test x$enable_gtk_doc_html = xyes; then
10946 GTK_DOC_BUILD_HTML_TRUE=
10947 GTK_DOC_BUILD_HTML_FALSE='#'
10948 else
10949 GTK_DOC_BUILD_HTML_TRUE='#'
10950 GTK_DOC_BUILD_HTML_FALSE=
10951 fi
10952
10953 if test x$enable_gtk_doc_pdf = xyes; then
10954 GTK_DOC_BUILD_PDF_TRUE=
10955 GTK_DOC_BUILD_PDF_FALSE='#'
10956 else
10957 GTK_DOC_BUILD_PDF_TRUE='#'
10958 GTK_DOC_BUILD_PDF_FALSE=
10959 fi
10960
1152410961 if test -n "$LIBTOOL"; then
1152510962 GTK_DOC_USE_LIBTOOL_TRUE=
1152610963 GTK_DOC_USE_LIBTOOL_FALSE='#'
1152710964 else
1152810965 GTK_DOC_USE_LIBTOOL_TRUE='#'
1152910966 GTK_DOC_USE_LIBTOOL_FALSE=
10967 fi
10968
10969 if test -n "$GTKDOC_REBASE"; then
10970 GTK_DOC_USE_REBASE_TRUE=
10971 GTK_DOC_USE_REBASE_FALSE='#'
10972 else
10973 GTK_DOC_USE_REBASE_TRUE='#'
10974 GTK_DOC_USE_REBASE_FALSE=
1153010975 fi
1153110976
1153210977
1160511050 fi
1160611051 else
1160711052 if test x$enable_gcov = xyes; then
11608 { { $as_echo "$as_me:$LINENO: error: --enable-gcov can only be used with gcc" >&5
11609 $as_echo "$as_me: error: --enable-gcov can only be used with gcc" >&2;}
11610 { (exit 1); exit 1; }; }
11053 as_fn_error "--enable-gcov can only be used with gcc" "$LINENO" 5
1161111054 fi
1161211055 fi
1161311056
1162711070
1162811071
1162911072 # Check whether --enable-debug was given.
11630 if test "${enable_debug+set}" = set; then
11073 if test "${enable_debug+set}" = set; then :
1163111074 enableval=$enable_debug;
1163211075 else
1163311076 enable_debug=no
1163611079
1163711080 if test x$enable_debug = xyes ; then
1163811081
11639 cat >>confdefs.h <<\_ACEOF
11640 #define GNOME_ENABLE_DEBUG 1
11641 _ACEOF
11082 $as_echo "#define GNOME_ENABLE_DEBUG 1" >>confdefs.h
1164211083
1164311084 fi
1164411085
1164511086
1164611087
1164711088 # Check whether --enable-compile-warnings was given.
11648 if test "${enable_compile_warnings+set}" = set; then
11089 if test "${enable_compile_warnings+set}" = set; then :
1164911090 enableval=$enable_compile_warnings;
1165011091 else
1165111092 enable_compile_warnings="maximum"
1167611117 for option in -Wno-sign-compare; do
1167711118 SAVE_CFLAGS="$CFLAGS"
1167811119 CFLAGS="$CFLAGS $option"
11679 { $as_echo "$as_me:$LINENO: checking whether gcc understands $option" >&5
11120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands $option" >&5
1168011121 $as_echo_n "checking whether gcc understands $option... " >&6; }
11681 cat >conftest.$ac_ext <<_ACEOF
11682 /* confdefs.h. */
11683 _ACEOF
11684 cat confdefs.h >>conftest.$ac_ext
11685 cat >>conftest.$ac_ext <<_ACEOF
11122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1168611123 /* end confdefs.h. */
1168711124
1168811125 int
1169311130 return 0;
1169411131 }
1169511132 _ACEOF
11696 rm -f conftest.$ac_objext
11697 if { (ac_try="$ac_compile"
11698 case "(($ac_try" in
11699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11700 *) ac_try_echo=$ac_try;;
11701 esac
11702 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11703 $as_echo "$ac_try_echo") >&5
11704 (eval "$ac_compile") 2>conftest.er1
11705 ac_status=$?
11706 grep -v '^ *+' conftest.er1 >conftest.err
11707 rm -f conftest.er1
11708 cat conftest.err >&5
11709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11710 (exit $ac_status); } && {
11711 test -z "$ac_c_werror_flag" ||
11712 test ! -s conftest.err
11713 } && test -s conftest.$ac_objext; then
11133 if ac_fn_c_try_compile "$LINENO"; then :
1171411134 has_option=yes
1171511135 else
11716 $as_echo "$as_me: failed program was:" >&5
11717 sed 's/^/| /' conftest.$ac_ext >&5
11718
11719 has_option=no
11720 fi
11721
11136 has_option=no
11137 fi
1172211138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1172311139 CFLAGS="$SAVE_CFLAGS"
11724 { $as_echo "$as_me:$LINENO: result: $has_option" >&5
11140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_option" >&5
1172511141 $as_echo "$has_option" >&6; }
1172611142 if test $has_option = yes; then
1172711143 warning_flags="$warning_flags $option"
1173511151 fi
1173611152 ;;
1173711153 *)
11738 { { $as_echo "$as_me:$LINENO: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&5
11739 $as_echo "$as_me: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&2;}
11740 { (exit 1); exit 1; }; }
11154 as_fn_error "Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" "$LINENO" 5
1174111155 ;;
1174211156 esac
1174311157 CFLAGS="$realsave_CFLAGS"
11744 { $as_echo "$as_me:$LINENO: checking what warning flags to pass to the C compiler" >&5
11158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5
1174511159 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; }
11746 { $as_echo "$as_me:$LINENO: result: $warning_flags" >&5
11160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $warning_flags" >&5
1174711161 $as_echo "$warning_flags" >&6; }
1174811162
1174911163 # Check whether --enable-iso-c was given.
11750 if test "${enable_iso_c+set}" = set; then
11164 if test "${enable_iso_c+set}" = set; then :
1175111165 enableval=$enable_iso_c;
1175211166 else
1175311167 enable_iso_c=no
1175411168 fi
1175511169
1175611170
11757 { $as_echo "$as_me:$LINENO: checking what language compliance flags to pass to the C compiler" >&5
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what language compliance flags to pass to the C compiler" >&5
1175811172 $as_echo_n "checking what language compliance flags to pass to the C compiler... " >&6; }
1175911173 complCFLAGS=
1176011174 if test "x$enable_iso_c" != "xno"; then
1176911183 esac
1177011184 fi
1177111185 fi
11772 { $as_echo "$as_me:$LINENO: result: $complCFLAGS" >&5
11186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $complCFLAGS" >&5
1177311187 $as_echo "$complCFLAGS" >&6; }
1177411188
1177511189 WARN_CFLAGS="$warning_flags $complCFLAGS"
1179911213
1180011214
1180111215 pkg_failed=no
11802 { $as_echo "$as_me:$LINENO: checking for GTK" >&5
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
1180311217 $as_echo_n "checking for GTK... " >&6; }
1180411218
1180511219 if test -n "$GTK_CFLAGS"; then
1180611220 pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
1180711221 elif test -n "$PKG_CONFIG"; then
1180811222 if test -n "$PKG_CONFIG" && \
11809 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED\"") >&5
11223 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED\""; } >&5
1181011224 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED") 2>&5
1181111225 ac_status=$?
11812 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11813 (exit $ac_status); }; then
11226 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11227 test $ac_status = 0; }; then
1181411228 pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= $GTK_REQUIRED" 2>/dev/null`
1181511229 else
1181611230 pkg_failed=yes
1182211236 pkg_cv_GTK_LIBS="$GTK_LIBS"
1182311237 elif test -n "$PKG_CONFIG"; then
1182411238 if test -n "$PKG_CONFIG" && \
11825 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED\"") >&5
11239 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED\""; } >&5
1182611240 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED") 2>&5
1182711241 ac_status=$?
11828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11829 (exit $ac_status); }; then
11242 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11243 test $ac_status = 0; }; then
1183011244 pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= $GTK_REQUIRED" 2>/dev/null`
1183111245 else
1183211246 pkg_failed=yes
1185211266 # Put the nasty error message in config.log where it belongs
1185311267 echo "$GTK_PKG_ERRORS" >&5
1185411268
11855 { { $as_echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= $GTK_REQUIRED) were not met:
11269 as_fn_error "Package requirements (gtk+-2.0 >= $GTK_REQUIRED) were not met:
1185611270
1185711271 $GTK_PKG_ERRORS
1185811272
1186211276 Alternatively, you may set the environment variables GTK_CFLAGS
1186311277 and GTK_LIBS to avoid the need to call pkg-config.
1186411278 See the pkg-config man page for more details.
11865 " >&5
11866 $as_echo "$as_me: error: Package requirements (gtk+-2.0 >= $GTK_REQUIRED) were not met:
11867
11868 $GTK_PKG_ERRORS
11869
11870 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11871 installed software in a non-standard prefix.
11279 " "$LINENO" 5
11280 elif test $pkg_failed = untried; then
11281 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11282 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11283 as_fn_error "The pkg-config script could not be found or is too old. Make sure it
11284 is in your PATH or set the PKG_CONFIG environment variable to the full
11285 path to pkg-config.
1187211286
1187311287 Alternatively, you may set the environment variables GTK_CFLAGS
1187411288 and GTK_LIBS to avoid the need to call pkg-config.
1187511289 See the pkg-config man page for more details.
11876 " >&2;}
11877 { (exit 1); exit 1; }; }
11878 elif test $pkg_failed = untried; then
11879 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11880 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11881 { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
11882 is in your PATH or set the PKG_CONFIG environment variable to the full
11883 path to pkg-config.
11884
11885 Alternatively, you may set the environment variables GTK_CFLAGS
11886 and GTK_LIBS to avoid the need to call pkg-config.
11887 See the pkg-config man page for more details.
1188811290
1188911291 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11890 See \`config.log' for more details." >&5
11891 $as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
11892 is in your PATH or set the PKG_CONFIG environment variable to the full
11893 path to pkg-config.
11894
11895 Alternatively, you may set the environment variables GTK_CFLAGS
11896 and GTK_LIBS to avoid the need to call pkg-config.
11897 See the pkg-config man page for more details.
11898
11899 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11900 See \`config.log' for more details." >&2;}
11901 { (exit 1); exit 1; }; }; }
11292 See \`config.log' for more details." "$LINENO" 5; }
1190211293 else
1190311294 GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
1190411295 GTK_LIBS=$pkg_cv_GTK_LIBS
11905 { $as_echo "$as_me:$LINENO: result: yes" >&5
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1190611297 $as_echo "yes" >&6; }
1190711298 :
1190811299 fi
1191111302
1191211303
1191311304 pkg_failed=no
11914 { $as_echo "$as_me:$LINENO: checking for POLKIT_AGENT" >&5
11305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for POLKIT_AGENT" >&5
1191511306 $as_echo_n "checking for POLKIT_AGENT... " >&6; }
1191611307
1191711308 if test -n "$POLKIT_AGENT_CFLAGS"; then
1191811309 pkg_cv_POLKIT_AGENT_CFLAGS="$POLKIT_AGENT_CFLAGS"
1191911310 elif test -n "$PKG_CONFIG"; then
1192011311 if test -n "$PKG_CONFIG" && \
11921 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"polkit-agent-1 >= \$POLKIT_AGENT_REQUIRED\"") >&5
11312 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"polkit-agent-1 >= \$POLKIT_AGENT_REQUIRED\""; } >&5
1192211313 ($PKG_CONFIG --exists --print-errors "polkit-agent-1 >= $POLKIT_AGENT_REQUIRED") 2>&5
1192311314 ac_status=$?
11924 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11925 (exit $ac_status); }; then
11315 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11316 test $ac_status = 0; }; then
1192611317 pkg_cv_POLKIT_AGENT_CFLAGS=`$PKG_CONFIG --cflags "polkit-agent-1 >= $POLKIT_AGENT_REQUIRED" 2>/dev/null`
1192711318 else
1192811319 pkg_failed=yes
1193411325 pkg_cv_POLKIT_AGENT_LIBS="$POLKIT_AGENT_LIBS"
1193511326 elif test -n "$PKG_CONFIG"; then
1193611327 if test -n "$PKG_CONFIG" && \
11937 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"polkit-agent-1 >= \$POLKIT_AGENT_REQUIRED\"") >&5
11328 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"polkit-agent-1 >= \$POLKIT_AGENT_REQUIRED\""; } >&5
1193811329 ($PKG_CONFIG --exists --print-errors "polkit-agent-1 >= $POLKIT_AGENT_REQUIRED") 2>&5
1193911330 ac_status=$?
11940 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11941 (exit $ac_status); }; then
11331 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11332 test $ac_status = 0; }; then
1194211333 pkg_cv_POLKIT_AGENT_LIBS=`$PKG_CONFIG --libs "polkit-agent-1 >= $POLKIT_AGENT_REQUIRED" 2>/dev/null`
1194311334 else
1194411335 pkg_failed=yes
1196411355 # Put the nasty error message in config.log where it belongs
1196511356 echo "$POLKIT_AGENT_PKG_ERRORS" >&5
1196611357
11967 { { $as_echo "$as_me:$LINENO: error: Package requirements (polkit-agent-1 >= $POLKIT_AGENT_REQUIRED) were not met:
11358 as_fn_error "Package requirements (polkit-agent-1 >= $POLKIT_AGENT_REQUIRED) were not met:
1196811359
1196911360 $POLKIT_AGENT_PKG_ERRORS
1197011361
1197411365 Alternatively, you may set the environment variables POLKIT_AGENT_CFLAGS
1197511366 and POLKIT_AGENT_LIBS to avoid the need to call pkg-config.
1197611367 See the pkg-config man page for more details.
11977 " >&5
11978 $as_echo "$as_me: error: Package requirements (polkit-agent-1 >= $POLKIT_AGENT_REQUIRED) were not met:
11979
11980 $POLKIT_AGENT_PKG_ERRORS
11981
11982 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11983 installed software in a non-standard prefix.
11368 " "$LINENO" 5
11369 elif test $pkg_failed = untried; then
11370 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11371 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11372 as_fn_error "The pkg-config script could not be found or is too old. Make sure it
11373 is in your PATH or set the PKG_CONFIG environment variable to the full
11374 path to pkg-config.
1198411375
1198511376 Alternatively, you may set the environment variables POLKIT_AGENT_CFLAGS
1198611377 and POLKIT_AGENT_LIBS to avoid the need to call pkg-config.
1198711378 See the pkg-config man page for more details.
11988 " >&2;}
11989 { (exit 1); exit 1; }; }
11990 elif test $pkg_failed = untried; then
11991 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11992 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11993 { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
11994 is in your PATH or set the PKG_CONFIG environment variable to the full
11995 path to pkg-config.
11996
11997 Alternatively, you may set the environment variables POLKIT_AGENT_CFLAGS
11998 and POLKIT_AGENT_LIBS to avoid the need to call pkg-config.
11999 See the pkg-config man page for more details.
1200011379
1200111380 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12002 See \`config.log' for more details." >&5
12003 $as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
12004 is in your PATH or set the PKG_CONFIG environment variable to the full
12005 path to pkg-config.
12006
12007 Alternatively, you may set the environment variables POLKIT_AGENT_CFLAGS
12008 and POLKIT_AGENT_LIBS to avoid the need to call pkg-config.
12009 See the pkg-config man page for more details.
12010
12011 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12012 See \`config.log' for more details." >&2;}
12013 { (exit 1); exit 1; }; }; }
11381 See \`config.log' for more details." "$LINENO" 5; }
1201411382 else
1201511383 POLKIT_AGENT_CFLAGS=$pkg_cv_POLKIT_AGENT_CFLAGS
1201611384 POLKIT_AGENT_LIBS=$pkg_cv_POLKIT_AGENT_LIBS
12017 { $as_echo "$as_me:$LINENO: result: yes" >&5
11385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1201811386 $as_echo "yes" >&6; }
1201911387 :
1202011388 fi
1202311391
1202411392
1202511393 pkg_failed=no
12026 { $as_echo "$as_me:$LINENO: checking for POLKIT_GOBJECT" >&5
11394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for POLKIT_GOBJECT" >&5
1202711395 $as_echo_n "checking for POLKIT_GOBJECT... " >&6; }
1202811396
1202911397 if test -n "$POLKIT_GOBJECT_CFLAGS"; then
1203011398 pkg_cv_POLKIT_GOBJECT_CFLAGS="$POLKIT_GOBJECT_CFLAGS"
1203111399 elif test -n "$PKG_CONFIG"; then
1203211400 if test -n "$PKG_CONFIG" && \
12033 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"polkit-gobject-1 >= \$POLKIT_GOBJECT_REQUIRED\"") >&5
11401 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"polkit-gobject-1 >= \$POLKIT_GOBJECT_REQUIRED\""; } >&5
1203411402 ($PKG_CONFIG --exists --print-errors "polkit-gobject-1 >= $POLKIT_GOBJECT_REQUIRED") 2>&5
1203511403 ac_status=$?
12036 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12037 (exit $ac_status); }; then
11404 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11405 test $ac_status = 0; }; then
1203811406 pkg_cv_POLKIT_GOBJECT_CFLAGS=`$PKG_CONFIG --cflags "polkit-gobject-1 >= $POLKIT_GOBJECT_REQUIRED" 2>/dev/null`
1203911407 else
1204011408 pkg_failed=yes
1204611414 pkg_cv_POLKIT_GOBJECT_LIBS="$POLKIT_GOBJECT_LIBS"
1204711415 elif test -n "$PKG_CONFIG"; then
1204811416 if test -n "$PKG_CONFIG" && \
12049 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"polkit-gobject-1 >= \$POLKIT_GOBJECT_REQUIRED\"") >&5
11417 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"polkit-gobject-1 >= \$POLKIT_GOBJECT_REQUIRED\""; } >&5
1205011418 ($PKG_CONFIG --exists --print-errors "polkit-gobject-1 >= $POLKIT_GOBJECT_REQUIRED") 2>&5
1205111419 ac_status=$?
12052 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12053 (exit $ac_status); }; then
11420 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11421 test $ac_status = 0; }; then
1205411422 pkg_cv_POLKIT_GOBJECT_LIBS=`$PKG_CONFIG --libs "polkit-gobject-1 >= $POLKIT_GOBJECT_REQUIRED" 2>/dev/null`
1205511423 else
1205611424 pkg_failed=yes
1207611444 # Put the nasty error message in config.log where it belongs
1207711445 echo "$POLKIT_GOBJECT_PKG_ERRORS" >&5
1207811446
12079 { { $as_echo "$as_me:$LINENO: error: Package requirements (polkit-gobject-1 >= $POLKIT_GOBJECT_REQUIRED) were not met:
11447 as_fn_error "Package requirements (polkit-gobject-1 >= $POLKIT_GOBJECT_REQUIRED) were not met:
1208011448
1208111449 $POLKIT_GOBJECT_PKG_ERRORS
1208211450
1208611454 Alternatively, you may set the environment variables POLKIT_GOBJECT_CFLAGS
1208711455 and POLKIT_GOBJECT_LIBS to avoid the need to call pkg-config.
1208811456 See the pkg-config man page for more details.
12089 " >&5
12090 $as_echo "$as_me: error: Package requirements (polkit-gobject-1 >= $POLKIT_GOBJECT_REQUIRED) were not met:
12091
12092 $POLKIT_GOBJECT_PKG_ERRORS
12093
12094 Consider adjusting the PKG_CONFIG_PATH environment variable if you
12095 installed software in a non-standard prefix.
11457 " "$LINENO" 5
11458 elif test $pkg_failed = untried; then
11459 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11460 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11461 as_fn_error "The pkg-config script could not be found or is too old. Make sure it
11462 is in your PATH or set the PKG_CONFIG environment variable to the full
11463 path to pkg-config.
1209611464
1209711465 Alternatively, you may set the environment variables POLKIT_GOBJECT_CFLAGS
1209811466 and POLKIT_GOBJECT_LIBS to avoid the need to call pkg-config.
1209911467 See the pkg-config man page for more details.
12100 " >&2;}
12101 { (exit 1); exit 1; }; }
12102 elif test $pkg_failed = untried; then
12103 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
12104 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12105 { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
12106 is in your PATH or set the PKG_CONFIG environment variable to the full
12107 path to pkg-config.
12108
12109 Alternatively, you may set the environment variables POLKIT_GOBJECT_CFLAGS
12110 and POLKIT_GOBJECT_LIBS to avoid the need to call pkg-config.
12111 See the pkg-config man page for more details.
1211211468
1211311469 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12114 See \`config.log' for more details." >&5
12115 $as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
12116 is in your PATH or set the PKG_CONFIG environment variable to the full
12117 path to pkg-config.
12118
12119 Alternatively, you may set the environment variables POLKIT_GOBJECT_CFLAGS
12120 and POLKIT_GOBJECT_LIBS to avoid the need to call pkg-config.
12121 See the pkg-config man page for more details.
12122
12123 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12124 See \`config.log' for more details." >&2;}
12125 { (exit 1); exit 1; }; }; }
11470 See \`config.log' for more details." "$LINENO" 5; }
1212611471 else
1212711472 POLKIT_GOBJECT_CFLAGS=$pkg_cv_POLKIT_GOBJECT_CFLAGS
1212811473 POLKIT_GOBJECT_LIBS=$pkg_cv_POLKIT_GOBJECT_LIBS
12129 { $as_echo "$as_me:$LINENO: result: yes" >&5
11474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1213011475 $as_echo "yes" >&6; }
1213111476 :
1213211477 fi
1213511480
1213611481
1213711482 pkg_failed=no
12138 { $as_echo "$as_me:$LINENO: checking for DBUS_GLIB" >&5
11483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUS_GLIB" >&5
1213911484 $as_echo_n "checking for DBUS_GLIB... " >&6; }
1214011485
1214111486 if test -n "$DBUS_GLIB_CFLAGS"; then
1214211487 pkg_cv_DBUS_GLIB_CFLAGS="$DBUS_GLIB_CFLAGS"
1214311488 elif test -n "$PKG_CONFIG"; then
1214411489 if test -n "$PKG_CONFIG" && \
12145 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1\"") >&5
11490 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1\""; } >&5
1214611491 ($PKG_CONFIG --exists --print-errors "dbus-glib-1") 2>&5
1214711492 ac_status=$?
12148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12149 (exit $ac_status); }; then
11493 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11494 test $ac_status = 0; }; then
1215011495 pkg_cv_DBUS_GLIB_CFLAGS=`$PKG_CONFIG --cflags "dbus-glib-1" 2>/dev/null`
1215111496 else
1215211497 pkg_failed=yes
1215811503 pkg_cv_DBUS_GLIB_LIBS="$DBUS_GLIB_LIBS"
1215911504 elif test -n "$PKG_CONFIG"; then
1216011505 if test -n "$PKG_CONFIG" && \
12161 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1\"") >&5
11506 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1\""; } >&5
1216211507 ($PKG_CONFIG --exists --print-errors "dbus-glib-1") 2>&5
1216311508 ac_status=$?
12164 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12165 (exit $ac_status); }; then
11509 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11510 test $ac_status = 0; }; then
1216611511 pkg_cv_DBUS_GLIB_LIBS=`$PKG_CONFIG --libs "dbus-glib-1" 2>/dev/null`
1216711512 else
1216811513 pkg_failed=yes
1218811533 # Put the nasty error message in config.log where it belongs
1218911534 echo "$DBUS_GLIB_PKG_ERRORS" >&5
1219011535
12191 { { $as_echo "$as_me:$LINENO: error: Package requirements (dbus-glib-1) were not met:
11536 as_fn_error "Package requirements (dbus-glib-1) were not met:
1219211537
1219311538 $DBUS_GLIB_PKG_ERRORS
1219411539
1219811543 Alternatively, you may set the environment variables DBUS_GLIB_CFLAGS
1219911544 and DBUS_GLIB_LIBS to avoid the need to call pkg-config.
1220011545 See the pkg-config man page for more details.
12201 " >&5
12202 $as_echo "$as_me: error: Package requirements (dbus-glib-1) were not met:
12203
12204 $DBUS_GLIB_PKG_ERRORS
12205
12206 Consider adjusting the PKG_CONFIG_PATH environment variable if you
12207 installed software in a non-standard prefix.
11546 " "$LINENO" 5
11547 elif test $pkg_failed = untried; then
11548 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11549 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11550 as_fn_error "The pkg-config script could not be found or is too old. Make sure it
11551 is in your PATH or set the PKG_CONFIG environment variable to the full
11552 path to pkg-config.
1220811553
1220911554 Alternatively, you may set the environment variables DBUS_GLIB_CFLAGS
1221011555 and DBUS_GLIB_LIBS to avoid the need to call pkg-config.
1221111556 See the pkg-config man page for more details.
12212 " >&2;}
12213 { (exit 1); exit 1; }; }
12214 elif test $pkg_failed = untried; then
12215 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
12216 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12217 { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
12218 is in your PATH or set the PKG_CONFIG environment variable to the full
12219 path to pkg-config.
12220
12221 Alternatively, you may set the environment variables DBUS_GLIB_CFLAGS
12222 and DBUS_GLIB_LIBS to avoid the need to call pkg-config.
12223 See the pkg-config man page for more details.
1222411557
1222511558 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12226 See \`config.log' for more details." >&5
12227 $as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
12228 is in your PATH or set the PKG_CONFIG environment variable to the full
12229 path to pkg-config.
12230
12231 Alternatively, you may set the environment variables DBUS_GLIB_CFLAGS
12232 and DBUS_GLIB_LIBS to avoid the need to call pkg-config.
12233 See the pkg-config man page for more details.
12234
12235 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12236 See \`config.log' for more details." >&2;}
12237 { (exit 1); exit 1; }; }; }
11559 See \`config.log' for more details." "$LINENO" 5; }
1223811560 else
1223911561 DBUS_GLIB_CFLAGS=$pkg_cv_DBUS_GLIB_CFLAGS
1224011562 DBUS_GLIB_LIBS=$pkg_cv_DBUS_GLIB_LIBS
12241 { $as_echo "$as_me:$LINENO: result: yes" >&5
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1224211564 $as_echo "yes" >&6; }
1224311565 :
1224411566 fi
1224611568
1224711569
1224811570 # Check whether --enable-examples was given.
12249 if test "${enable_examples+set}" = set; then
11571 if test "${enable_examples+set}" = set; then :
1225011572 enableval=$enable_examples;
1225111573 else
1225211574 enable_examples=yes
1226511587 # GObject introspection
1226611588 #
1226711589 # Check whether --enable-introspection was given.
12268 if test "${enable_introspection+set}" = set; then
11590 if test "${enable_introspection+set}" = set; then :
1226911591 enableval=$enable_introspection;
1227011592 else
1227111593 enable_introspection=yes
1227411596 if test "x$enable_introspection" = xyes; then
1227511597
1227611598 pkg_failed=no
12277 { $as_echo "$as_me:$LINENO: checking for INTROSPECTION" >&5
11599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for INTROSPECTION" >&5
1227811600 $as_echo_n "checking for INTROSPECTION... " >&6; }
1227911601
1228011602 if test -n "$INTROSPECTION_CFLAGS"; then
1228111603 pkg_cv_INTROSPECTION_CFLAGS="$INTROSPECTION_CFLAGS"
1228211604 elif test -n "$PKG_CONFIG"; then
1228311605 if test -n "$PKG_CONFIG" && \
12284 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.2\"") >&5
11606 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.2\""; } >&5
1228511607 ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.2") 2>&5
1228611608 ac_status=$?
12287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12288 (exit $ac_status); }; then
11609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11610 test $ac_status = 0; }; then
1228911611 pkg_cv_INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags "gobject-introspection-1.0 >= 0.6.2" 2>/dev/null`
1229011612 else
1229111613 pkg_failed=yes
1229711619 pkg_cv_INTROSPECTION_LIBS="$INTROSPECTION_LIBS"
1229811620 elif test -n "$PKG_CONFIG"; then
1229911621 if test -n "$PKG_CONFIG" && \
12300 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.2\"") >&5
11622 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.2\""; } >&5
1230111623 ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.2") 2>&5
1230211624 ac_status=$?
12303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12304 (exit $ac_status); }; then
11625 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11626 test $ac_status = 0; }; then
1230511627 pkg_cv_INTROSPECTION_LIBS=`$PKG_CONFIG --libs "gobject-introspection-1.0 >= 0.6.2" 2>/dev/null`
1230611628 else
1230711629 pkg_failed=yes
1232711649 # Put the nasty error message in config.log where it belongs
1232811650 echo "$INTROSPECTION_PKG_ERRORS" >&5
1232911651
12330 { { $as_echo "$as_me:$LINENO: error: Package requirements (gobject-introspection-1.0 >= 0.6.2) were not met:
11652 as_fn_error "Package requirements (gobject-introspection-1.0 >= 0.6.2) were not met:
1233111653
1233211654 $INTROSPECTION_PKG_ERRORS
1233311655
1233711659 Alternatively, you may set the environment variables INTROSPECTION_CFLAGS
1233811660 and INTROSPECTION_LIBS to avoid the need to call pkg-config.
1233911661 See the pkg-config man page for more details.
12340 " >&5
12341 $as_echo "$as_me: error: Package requirements (gobject-introspection-1.0 >= 0.6.2) were not met:
12342
12343 $INTROSPECTION_PKG_ERRORS
12344
12345 Consider adjusting the PKG_CONFIG_PATH environment variable if you
12346 installed software in a non-standard prefix.
11662 " "$LINENO" 5
11663 elif test $pkg_failed = untried; then
11664 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11665 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11666 as_fn_error "The pkg-config script could not be found or is too old. Make sure it
11667 is in your PATH or set the PKG_CONFIG environment variable to the full
11668 path to pkg-config.
1234711669
1234811670 Alternatively, you may set the environment variables INTROSPECTION_CFLAGS
1234911671 and INTROSPECTION_LIBS to avoid the need to call pkg-config.
1235011672 See the pkg-config man page for more details.
12351 " >&2;}
12352 { (exit 1); exit 1; }; }
12353 elif test $pkg_failed = untried; then
12354 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
12355 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12356 { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
12357 is in your PATH or set the PKG_CONFIG environment variable to the full
12358 path to pkg-config.
12359
12360 Alternatively, you may set the environment variables INTROSPECTION_CFLAGS
12361 and INTROSPECTION_LIBS to avoid the need to call pkg-config.
12362 See the pkg-config man page for more details.
1236311673
1236411674 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12365 See \`config.log' for more details." >&5
12366 $as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
12367 is in your PATH or set the PKG_CONFIG environment variable to the full
12368 path to pkg-config.
12369
12370 Alternatively, you may set the environment variables INTROSPECTION_CFLAGS
12371 and INTROSPECTION_LIBS to avoid the need to call pkg-config.
12372 See the pkg-config man page for more details.
12373
12374 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12375 See \`config.log' for more details." >&2;}
12376 { (exit 1); exit 1; }; }; }
11675 See \`config.log' for more details." "$LINENO" 5; }
1237711676 else
1237811677 INTROSPECTION_CFLAGS=$pkg_cv_INTROSPECTION_CFLAGS
1237911678 INTROSPECTION_LIBS=$pkg_cv_INTROSPECTION_LIBS
12380 { $as_echo "$as_me:$LINENO: result: yes" >&5
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1238111680 $as_echo "yes" >&6; }
1238211681 :
1238311682 fi
1238411683
12385 cat >>confdefs.h <<\_ACEOF
12386 #define ENABLE_INTROSPECTION 1
12387 _ACEOF
11684 $as_echo "#define ENABLE_INTROSPECTION 1" >>confdefs.h
1238811685
1238911686 G_IR_SCANNER=$($PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0)
1239011687
1241311710 # ********************
1241411711
1241511712
12416 { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5
11713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
1241711714 $as_echo_n "checking whether NLS is requested... " >&6; }
1241811715 # Check whether --enable-nls was given.
12419 if test "${enable_nls+set}" = set; then
11716 if test "${enable_nls+set}" = set; then :
1242011717 enableval=$enable_nls; USE_NLS=$enableval
1242111718 else
1242211719 USE_NLS=yes
1242311720 fi
1242411721
12425 { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5
11722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
1242611723 $as_echo "$USE_NLS" >&6; }
1242711724
1242811725
1243011727
1243111728 case "$am__api_version" in
1243211729 1.01234)
12433 { { $as_echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
12434 $as_echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;}
12435 { (exit 1); exit 1; }; }
11730 as_fn_error "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
1243611731 ;;
1243711732 *)
1243811733 ;;
1243911734 esac
1244011735
1244111736 if test -n "0.35.0"; then
12442 { $as_echo "$as_me:$LINENO: checking for intltool >= 0.35.0" >&5
11737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= 0.35.0" >&5
1244311738 $as_echo_n "checking for intltool >= 0.35.0... " >&6; }
1244411739
1244511740 INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
1244611741 INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
1244711742 INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
1244811743
12449 { $as_echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
1245011745 $as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
1245111746 test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
12452 { { $as_echo "$as_me:$LINENO: error: Your intltool is too old. You need intltool 0.35.0 or later." >&5
12453 $as_echo "$as_me: error: Your intltool is too old. You need intltool 0.35.0 or later." >&2;}
12454 { (exit 1); exit 1; }; }
11747 as_fn_error "Your intltool is too old. You need intltool 0.35.0 or later." "$LINENO" 5
1245511748 fi
1245611749
1245711750 # Extract the first word of "intltool-update", so it can be a program name with args.
1245811751 set dummy intltool-update; ac_word=$2
12459 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
11752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1246011753 $as_echo_n "checking for $ac_word... " >&6; }
12461 if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then
11754 if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then :
1246211755 $as_echo_n "(cached) " >&6
1246311756 else
1246411757 case $INTLTOOL_UPDATE in
1247111764 do
1247211765 IFS=$as_save_IFS
1247311766 test -z "$as_dir" && as_dir=.
12474 for ac_exec_ext in '' $ac_executable_extensions; do
11767 for ac_exec_ext in '' $ac_executable_extensions; do
1247511768 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1247611769 ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext"
12477 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1247811771 break 2
1247911772 fi
1248011773 done
12481 done
11774 done
1248211775 IFS=$as_save_IFS
1248311776
1248411777 ;;
1248611779 fi
1248711780 INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE
1248811781 if test -n "$INTLTOOL_UPDATE"; then
12489 { $as_echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5
11782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_UPDATE" >&5
1249011783 $as_echo "$INTLTOOL_UPDATE" >&6; }
1249111784 else
12492 { $as_echo "$as_me:$LINENO: result: no" >&5
11785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1249311786 $as_echo "no" >&6; }
1249411787 fi
1249511788
1249611789
1249711790 # Extract the first word of "intltool-merge", so it can be a program name with args.
1249811791 set dummy intltool-merge; ac_word=$2
12499 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
11792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1250011793 $as_echo_n "checking for $ac_word... " >&6; }
12501 if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then
11794 if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then :
1250211795 $as_echo_n "(cached) " >&6
1250311796 else
1250411797 case $INTLTOOL_MERGE in
1251111804 do
1251211805 IFS=$as_save_IFS
1251311806 test -z "$as_dir" && as_dir=.
12514 for ac_exec_ext in '' $ac_executable_extensions; do
11807 for ac_exec_ext in '' $ac_executable_extensions; do
1251511808 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1251611809 ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext"
12517 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1251811811 break 2
1251911812 fi
1252011813 done
12521 done
11814 done
1252211815 IFS=$as_save_IFS
1252311816
1252411817 ;;
1252611819 fi
1252711820 INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE
1252811821 if test -n "$INTLTOOL_MERGE"; then
12529 { $as_echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5
11822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_MERGE" >&5
1253011823 $as_echo "$INTLTOOL_MERGE" >&6; }
1253111824 else
12532 { $as_echo "$as_me:$LINENO: result: no" >&5
11825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1253311826 $as_echo "no" >&6; }
1253411827 fi
1253511828
1253611829
1253711830 # Extract the first word of "intltool-extract", so it can be a program name with args.
1253811831 set dummy intltool-extract; ac_word=$2
12539 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
11832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1254011833 $as_echo_n "checking for $ac_word... " >&6; }
12541 if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then
11834 if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then :
1254211835 $as_echo_n "(cached) " >&6
1254311836 else
1254411837 case $INTLTOOL_EXTRACT in
1255111844 do
1255211845 IFS=$as_save_IFS
1255311846 test -z "$as_dir" && as_dir=.
12554 for ac_exec_ext in '' $ac_executable_extensions; do
11847 for ac_exec_ext in '' $ac_executable_extensions; do
1255511848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1255611849 ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext"
12557 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1255811851 break 2
1255911852 fi
1256011853 done
12561 done
11854 done
1256211855 IFS=$as_save_IFS
1256311856
1256411857 ;;
1256611859 fi
1256711860 INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT
1256811861 if test -n "$INTLTOOL_EXTRACT"; then
12569 { $as_echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5
11862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_EXTRACT" >&5
1257011863 $as_echo "$INTLTOOL_EXTRACT" >&6; }
1257111864 else
12572 { $as_echo "$as_me:$LINENO: result: no" >&5
11865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1257311866 $as_echo "no" >&6; }
1257411867 fi
1257511868
1257611869
1257711870 if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
12578 { { $as_echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5
12579 $as_echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;}
12580 { (exit 1); exit 1; }; }
11871 as_fn_error "The intltool scripts were not found. Please install intltool." "$LINENO" 5
1258111872 fi
1258211873
1258311874 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 $< $@'
1269911990 # Check the gettext tools to make sure they are GNU
1270011991 # Extract the first word of "xgettext", so it can be a program name with args.
1270111992 set dummy xgettext; ac_word=$2
12702 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
11993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1270311994 $as_echo_n "checking for $ac_word... " >&6; }
12704 if test "${ac_cv_path_XGETTEXT+set}" = set; then
11995 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
1270511996 $as_echo_n "(cached) " >&6
1270611997 else
1270711998 case $XGETTEXT in
1271412005 do
1271512006 IFS=$as_save_IFS
1271612007 test -z "$as_dir" && as_dir=.
12717 for ac_exec_ext in '' $ac_executable_extensions; do
12008 for ac_exec_ext in '' $ac_executable_extensions; do
1271812009 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1271912010 ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
12720 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1272112012 break 2
1272212013 fi
1272312014 done
12724 done
12015 done
1272512016 IFS=$as_save_IFS
1272612017
1272712018 ;;
1272912020 fi
1273012021 XGETTEXT=$ac_cv_path_XGETTEXT
1273112022 if test -n "$XGETTEXT"; then
12732 { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
12023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
1273312024 $as_echo "$XGETTEXT" >&6; }
1273412025 else
12735 { $as_echo "$as_me:$LINENO: result: no" >&5
12026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1273612027 $as_echo "no" >&6; }
1273712028 fi
1273812029
1273912030
1274012031 # Extract the first word of "msgmerge", so it can be a program name with args.
1274112032 set dummy msgmerge; ac_word=$2
12742 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1274312034 $as_echo_n "checking for $ac_word... " >&6; }
12744 if test "${ac_cv_path_MSGMERGE+set}" = set; then
12035 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
1274512036 $as_echo_n "(cached) " >&6
1274612037 else
1274712038 case $MSGMERGE in
1275412045 do
1275512046 IFS=$as_save_IFS
1275612047 test -z "$as_dir" && as_dir=.
12757 for ac_exec_ext in '' $ac_executable_extensions; do
12048 for ac_exec_ext in '' $ac_executable_extensions; do
1275812049 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1275912050 ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
12760 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1276112052 break 2
1276212053 fi
1276312054 done
12764 done
12055 done
1276512056 IFS=$as_save_IFS
1276612057
1276712058 ;;
1276912060 fi
1277012061 MSGMERGE=$ac_cv_path_MSGMERGE
1277112062 if test -n "$MSGMERGE"; then
12772 { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5
12063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
1277312064 $as_echo "$MSGMERGE" >&6; }
1277412065 else
12775 { $as_echo "$as_me:$LINENO: result: no" >&5
12066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1277612067 $as_echo "no" >&6; }
1277712068 fi
1277812069
1277912070
1278012071 # Extract the first word of "msgfmt", so it can be a program name with args.
1278112072 set dummy msgfmt; ac_word=$2
12782 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1278312074 $as_echo_n "checking for $ac_word... " >&6; }
12784 if test "${ac_cv_path_MSGFMT+set}" = set; then
12075 if test "${ac_cv_path_MSGFMT+set}" = set; then :
1278512076 $as_echo_n "(cached) " >&6
1278612077 else
1278712078 case $MSGFMT in
1279412085 do
1279512086 IFS=$as_save_IFS
1279612087 test -z "$as_dir" && as_dir=.
12797 for ac_exec_ext in '' $ac_executable_extensions; do
12088 for ac_exec_ext in '' $ac_executable_extensions; do
1279812089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1279912090 ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
12800 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1280112092 break 2
1280212093 fi
1280312094 done
12804 done
12095 done
1280512096 IFS=$as_save_IFS
1280612097
1280712098 ;;
1280912100 fi
1281012101 MSGFMT=$ac_cv_path_MSGFMT
1281112102 if test -n "$MSGFMT"; then
12812 { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
12103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
1281312104 $as_echo "$MSGFMT" >&6; }
1281412105 else
12815 { $as_echo "$as_me:$LINENO: result: no" >&5
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1281612107 $as_echo "no" >&6; }
1281712108 fi
1281812109
1281912110
1282012111 # Extract the first word of "gmsgfmt", so it can be a program name with args.
1282112112 set dummy gmsgfmt; ac_word=$2
12822 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1282312114 $as_echo_n "checking for $ac_word... " >&6; }
12824 if test "${ac_cv_path_GMSGFMT+set}" = set; then
12115 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
1282512116 $as_echo_n "(cached) " >&6
1282612117 else
1282712118 case $GMSGFMT in
1283412125 do
1283512126 IFS=$as_save_IFS
1283612127 test -z "$as_dir" && as_dir=.
12837 for ac_exec_ext in '' $ac_executable_extensions; do
12128 for ac_exec_ext in '' $ac_executable_extensions; do
1283812129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1283912130 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12840 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1284112132 break 2
1284212133 fi
1284312134 done
12844 done
12135 done
1284512136 IFS=$as_save_IFS
1284612137
1284712138 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
1285012141 fi
1285112142 GMSGFMT=$ac_cv_path_GMSGFMT
1285212143 if test -n "$GMSGFMT"; then
12853 { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
12144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
1285412145 $as_echo "$GMSGFMT" >&6; }
1285512146 else
12856 { $as_echo "$as_me:$LINENO: result: no" >&5
12147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1285712148 $as_echo "no" >&6; }
1285812149 fi
1285912150
1286012151
1286112152 if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
12862 { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
12863 $as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
12864 { (exit 1); exit 1; }; }
12153 as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
1286512154 fi
1286612155 xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
1286712156 mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
1286812157 mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
1286912158 if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
12870 { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
12871 $as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
12872 { (exit 1); exit 1; }; }
12159 as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
1287312160 fi
1287412161
1287512162 # Extract the first word of "perl", so it can be a program name with args.
1287612163 set dummy perl; ac_word=$2
12877 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1287812165 $as_echo_n "checking for $ac_word... " >&6; }
12879 if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then
12166 if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then :
1288012167 $as_echo_n "(cached) " >&6
1288112168 else
1288212169 case $INTLTOOL_PERL in
1288912176 do
1289012177 IFS=$as_save_IFS
1289112178 test -z "$as_dir" && as_dir=.
12892 for ac_exec_ext in '' $ac_executable_extensions; do
12179 for ac_exec_ext in '' $ac_executable_extensions; do
1289312180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1289412181 ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
12895 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1289612183 break 2
1289712184 fi
1289812185 done
12899 done
12186 done
1290012187 IFS=$as_save_IFS
1290112188
1290212189 ;;
1290412191 fi
1290512192 INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
1290612193 if test -n "$INTLTOOL_PERL"; then
12907 { $as_echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5
12194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_PERL" >&5
1290812195 $as_echo "$INTLTOOL_PERL" >&6; }
1290912196 else
12910 { $as_echo "$as_me:$LINENO: result: no" >&5
12197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1291112198 $as_echo "no" >&6; }
1291212199 fi
1291312200
1291412201
1291512202 if test -z "$INTLTOOL_PERL"; then
12916 { { $as_echo "$as_me:$LINENO: error: perl not found" >&5
12917 $as_echo "$as_me: error: perl not found" >&2;}
12918 { (exit 1); exit 1; }; }
12919 fi
12920 { $as_echo "$as_me:$LINENO: checking for perl >= 5.8.1" >&5
12203 as_fn_error "perl not found" "$LINENO" 5
12204 fi
12205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5
1292112206 $as_echo_n "checking for perl >= 5.8.1... " >&6; }
1292212207 $INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
1292312208 if test $? -ne 0; then
12924 { { $as_echo "$as_me:$LINENO: error: perl 5.8.1 is required for intltool" >&5
12925 $as_echo "$as_me: error: perl 5.8.1 is required for intltool" >&2;}
12926 { (exit 1); exit 1; }; }
12209 as_fn_error "perl 5.8.1 is required for intltool" "$LINENO" 5
1292712210 else
1292812211 IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
12929 { $as_echo "$as_me:$LINENO: result: $IT_PERL_VERSION" >&5
12212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
1293012213 $as_echo "$IT_PERL_VERSION" >&6; }
1293112214 fi
1293212215 if test "x" != "xno-xml"; then
12933 { $as_echo "$as_me:$LINENO: checking for XML::Parser" >&5
12216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5
1293412217 $as_echo_n "checking for XML::Parser... " >&6; }
1293512218 if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
12936 { $as_echo "$as_me:$LINENO: result: ok" >&5
12219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
1293712220 $as_echo "ok" >&6; }
1293812221 else
12939 { { $as_echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
12940 $as_echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
12941 { (exit 1); exit 1; }; }
12222 as_fn_error "XML::Parser perl module is required for intltool" "$LINENO" 5
1294212223 fi
1294312224 fi
1294412225
1294812229 # Set DATADIRNAME correctly if it is not set yet
1294912230 # (copied from glib-gettext.m4)
1295012231 if test -z "$DATADIRNAME"; then
12951 cat >conftest.$ac_ext <<_ACEOF
12952 /* confdefs.h. */
12953 _ACEOF
12954 cat confdefs.h >>conftest.$ac_ext
12955 cat >>conftest.$ac_ext <<_ACEOF
12232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1295612233 /* end confdefs.h. */
1295712234
1295812235 int
1296412241 return 0;
1296512242 }
1296612243 _ACEOF
12967 rm -f conftest.$ac_objext conftest$ac_exeext
12968 if { (ac_try="$ac_link"
12969 case "(($ac_try" in
12970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12971 *) ac_try_echo=$ac_try;;
12972 esac
12973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12974 $as_echo "$ac_try_echo") >&5
12975 (eval "$ac_link") 2>conftest.er1
12976 ac_status=$?
12977 grep -v '^ *+' conftest.er1 >conftest.err
12978 rm -f conftest.er1
12979 cat conftest.err >&5
12980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12981 (exit $ac_status); } && {
12982 test -z "$ac_c_werror_flag" ||
12983 test ! -s conftest.err
12984 } && test -s conftest$ac_exeext && {
12985 test "$cross_compiling" = yes ||
12986 $as_test_x conftest$ac_exeext
12987 }; then
12244 if ac_fn_c_try_link "$LINENO"; then :
1298812245 DATADIRNAME=share
1298912246 else
12990 $as_echo "$as_me: failed program was:" >&5
12991 sed 's/^/| /' conftest.$ac_ext >&5
12992
12993 case $host in
12247 case $host in
1299412248 *-*-solaris*)
12995 { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
12996 $as_echo_n "checking for bind_textdomain_codeset... " >&6; }
12997 if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
12998 $as_echo_n "(cached) " >&6
12999 else
13000 cat >conftest.$ac_ext <<_ACEOF
13001 /* confdefs.h. */
13002 _ACEOF
13003 cat confdefs.h >>conftest.$ac_ext
13004 cat >>conftest.$ac_ext <<_ACEOF
13005 /* end confdefs.h. */
13006 /* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
13007 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13008 #define bind_textdomain_codeset innocuous_bind_textdomain_codeset
13009
13010 /* System header to define __stub macros and hopefully few prototypes,
13011 which can conflict with char bind_textdomain_codeset (); below.
13012 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13013 <limits.h> exists even on freestanding compilers. */
13014
13015 #ifdef __STDC__
13016 # include <limits.h>
13017 #else
13018 # include <assert.h>
13019 #endif
13020
13021 #undef bind_textdomain_codeset
13022
13023 /* Override any GCC internal prototype to avoid an error.
13024 Use char because int might match the return type of a GCC
13025 builtin and then its argument prototype would still apply. */
13026 #ifdef __cplusplus
13027 extern "C"
13028 #endif
13029 char bind_textdomain_codeset ();
13030 /* The GNU C library defines this for functions which it implements
13031 to always fail with ENOSYS. Some functions are actually named
13032 something starting with __ and the normal name is an alias. */
13033 #if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
13034 choke me
13035 #endif
13036
13037 int
13038 main ()
13039 {
13040 return bind_textdomain_codeset ();
13041 ;
13042 return 0;
13043 }
13044 _ACEOF
13045 rm -f conftest.$ac_objext conftest$ac_exeext
13046 if { (ac_try="$ac_link"
13047 case "(($ac_try" in
13048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13049 *) ac_try_echo=$ac_try;;
13050 esac
13051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13052 $as_echo "$ac_try_echo") >&5
13053 (eval "$ac_link") 2>conftest.er1
13054 ac_status=$?
13055 grep -v '^ *+' conftest.er1 >conftest.err
13056 rm -f conftest.er1
13057 cat conftest.err >&5
13058 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13059 (exit $ac_status); } && {
13060 test -z "$ac_c_werror_flag" ||
13061 test ! -s conftest.err
13062 } && test -s conftest$ac_exeext && {
13063 test "$cross_compiling" = yes ||
13064 $as_test_x conftest$ac_exeext
13065 }; then
13066 ac_cv_func_bind_textdomain_codeset=yes
13067 else
13068 $as_echo "$as_me: failed program was:" >&5
13069 sed 's/^/| /' conftest.$ac_ext >&5
13070
13071 ac_cv_func_bind_textdomain_codeset=no
13072 fi
13073
13074 rm -rf conftest.dSYM
13075 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13076 conftest$ac_exeext conftest.$ac_ext
13077 fi
13078 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
13079 $as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
13080 if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
12249 ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
12250 if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
1308112251 DATADIRNAME=share
1308212252 else
1308312253 DATADIRNAME=lib
1308912259 ;;
1309012260 esac
1309112261 fi
13092
13093 rm -rf conftest.dSYM
13094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13095 conftest$ac_exeext conftest.$ac_ext
12262 rm -f core conftest.err conftest.$ac_objext \
12263 conftest$ac_exeext conftest.$ac_ext
1309612264 fi
1309712265
1309812266
1310312271 GETTEXT_PACKAGE=polkit-gnome-1
1310412272
1310512273
13106
13107 for ac_header in locale.h
13108 do
13109 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13110 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13111 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13112 $as_echo_n "checking for $ac_header... " >&6; }
13113 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12274 for ac_header in locale.h
12275 do :
12276 ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
12277 if test "x$ac_cv_header_locale_h" = x""yes; then :
12278 cat >>confdefs.h <<_ACEOF
12279 #define HAVE_LOCALE_H 1
12280 _ACEOF
12281
12282 fi
12283
12284 done
12285
12286 if test $ac_cv_header_locale_h = yes; then
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
12288 $as_echo_n "checking for LC_MESSAGES... " >&6; }
12289 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
1311412290 $as_echo_n "(cached) " >&6
13115 fi
13116 ac_res=`eval 'as_val=${'$as_ac_Header'}
13117 $as_echo "$as_val"'`
13118 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13119 $as_echo "$ac_res" >&6; }
13120 else
13121 # Is the header compilable?
13122 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
13123 $as_echo_n "checking $ac_header usability... " >&6; }
13124 cat >conftest.$ac_ext <<_ACEOF
13125 /* confdefs.h. */
13126 _ACEOF
13127 cat confdefs.h >>conftest.$ac_ext
13128 cat >>conftest.$ac_ext <<_ACEOF
13129 /* end confdefs.h. */
13130 $ac_includes_default
13131 #include <$ac_header>
13132 _ACEOF
13133 rm -f conftest.$ac_objext
13134 if { (ac_try="$ac_compile"
13135 case "(($ac_try" in
13136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13137 *) ac_try_echo=$ac_try;;
13138 esac
13139 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13140 $as_echo "$ac_try_echo") >&5
13141 (eval "$ac_compile") 2>conftest.er1
13142 ac_status=$?
13143 grep -v '^ *+' conftest.er1 >conftest.err
13144 rm -f conftest.er1
13145 cat conftest.err >&5
13146 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13147 (exit $ac_status); } && {
13148 test -z "$ac_c_werror_flag" ||
13149 test ! -s conftest.err
13150 } && test -s conftest.$ac_objext; then
13151 ac_header_compiler=yes
13152 else
13153 $as_echo "$as_me: failed program was:" >&5
13154 sed 's/^/| /' conftest.$ac_ext >&5
13155
13156 ac_header_compiler=no
13157 fi
13158
13159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13160 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13161 $as_echo "$ac_header_compiler" >&6; }
13162
13163 # Is the header present?
13164 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
13165 $as_echo_n "checking $ac_header presence... " >&6; }
13166 cat >conftest.$ac_ext <<_ACEOF
13167 /* confdefs.h. */
13168 _ACEOF
13169 cat confdefs.h >>conftest.$ac_ext
13170 cat >>conftest.$ac_ext <<_ACEOF
13171 /* end confdefs.h. */
13172 #include <$ac_header>
13173 _ACEOF
13174 if { (ac_try="$ac_cpp conftest.$ac_ext"
13175 case "(($ac_try" in
13176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13177 *) ac_try_echo=$ac_try;;
13178 esac
13179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13180 $as_echo "$ac_try_echo") >&5
13181 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13182 ac_status=$?
13183 grep -v '^ *+' conftest.er1 >conftest.err
13184 rm -f conftest.er1
13185 cat conftest.err >&5
13186 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13187 (exit $ac_status); } >/dev/null && {
13188 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13189 test ! -s conftest.err
13190 }; then
13191 ac_header_preproc=yes
13192 else
13193 $as_echo "$as_me: failed program was:" >&5
13194 sed 's/^/| /' conftest.$ac_ext >&5
13195
13196 ac_header_preproc=no
13197 fi
13198
13199 rm -f conftest.err conftest.$ac_ext
13200 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13201 $as_echo "$ac_header_preproc" >&6; }
13202
13203 # So? What about this header?
13204 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13205 yes:no: )
13206 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13207 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13208 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13209 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13210 ac_header_preproc=yes
13211 ;;
13212 no:yes:* )
13213 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13214 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13215 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13216 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13217 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13218 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13219 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13220 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13221 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13222 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13223 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13224 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13225 ( cat <<\_ASBOX
13226 ## ------------------------------------------------------------------------- ##
13227 ## Report this to http://lists.freedesktop.org/mailman/listinfo/polkit-devel ##
13228 ## ------------------------------------------------------------------------- ##
13229 _ASBOX
13230 ) | sed "s/^/$as_me: WARNING: /" >&2
13231 ;;
13232 esac
13233 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13234 $as_echo_n "checking for $ac_header... " >&6; }
13235 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13236 $as_echo_n "(cached) " >&6
13237 else
13238 eval "$as_ac_Header=\$ac_header_preproc"
13239 fi
13240 ac_res=`eval 'as_val=${'$as_ac_Header'}
13241 $as_echo "$as_val"'`
13242 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13243 $as_echo "$ac_res" >&6; }
13244
13245 fi
13246 as_val=`eval 'as_val=${'$as_ac_Header'}
13247 $as_echo "$as_val"'`
13248 if test "x$as_val" = x""yes; then
13249 cat >>confdefs.h <<_ACEOF
13250 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13251 _ACEOF
13252
13253 fi
13254
13255 done
13256
13257 if test $ac_cv_header_locale_h = yes; then
13258 { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
13259 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13260 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
13261 $as_echo_n "(cached) " >&6
13262 else
13263 cat >conftest.$ac_ext <<_ACEOF
13264 /* confdefs.h. */
13265 _ACEOF
13266 cat confdefs.h >>conftest.$ac_ext
13267 cat >>conftest.$ac_ext <<_ACEOF
12291 else
12292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1326812293 /* end confdefs.h. */
1326912294 #include <locale.h>
1327012295 int
1327512300 return 0;
1327612301 }
1327712302 _ACEOF
13278 rm -f conftest.$ac_objext conftest$ac_exeext
13279 if { (ac_try="$ac_link"
13280 case "(($ac_try" in
13281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13282 *) ac_try_echo=$ac_try;;
13283 esac
13284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13285 $as_echo "$ac_try_echo") >&5
13286 (eval "$ac_link") 2>conftest.er1
13287 ac_status=$?
13288 grep -v '^ *+' conftest.er1 >conftest.err
13289 rm -f conftest.er1
13290 cat conftest.err >&5
13291 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13292 (exit $ac_status); } && {
13293 test -z "$ac_c_werror_flag" ||
13294 test ! -s conftest.err
13295 } && test -s conftest$ac_exeext && {
13296 test "$cross_compiling" = yes ||
13297 $as_test_x conftest$ac_exeext
13298 }; then
12303 if ac_fn_c_try_link "$LINENO"; then :
1329912304 am_cv_val_LC_MESSAGES=yes
1330012305 else
13301 $as_echo "$as_me: failed program was:" >&5
13302 sed 's/^/| /' conftest.$ac_ext >&5
13303
13304 am_cv_val_LC_MESSAGES=no
13305 fi
13306
13307 rm -rf conftest.dSYM
13308 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13309 conftest$ac_exeext conftest.$ac_ext
13310 fi
13311 { $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
12306 am_cv_val_LC_MESSAGES=no
12307 fi
12308 rm -f core conftest.err conftest.$ac_objext \
12309 conftest$ac_exeext conftest.$ac_ext
12310 fi
12311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
1331212312 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
1331312313 if test $am_cv_val_LC_MESSAGES = yes; then
1331412314
13315 cat >>confdefs.h <<\_ACEOF
13316 #define HAVE_LC_MESSAGES 1
13317 _ACEOF
12315 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
1331812316
1331912317 fi
1332012318 fi
1332712325 XGETTEXT=:
1332812326 INTLLIBS=
1332912327
13330 if test "${ac_cv_header_libintl_h+set}" = set; then
13331 { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
13332 $as_echo_n "checking for libintl.h... " >&6; }
13333 if test "${ac_cv_header_libintl_h+set}" = set; then
13334 $as_echo_n "(cached) " >&6
13335 fi
13336 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
13337 $as_echo "$ac_cv_header_libintl_h" >&6; }
13338 else
13339 # Is the header compilable?
13340 { $as_echo "$as_me:$LINENO: checking libintl.h usability" >&5
13341 $as_echo_n "checking libintl.h usability... " >&6; }
13342 cat >conftest.$ac_ext <<_ACEOF
13343 /* confdefs.h. */
13344 _ACEOF
13345 cat confdefs.h >>conftest.$ac_ext
13346 cat >>conftest.$ac_ext <<_ACEOF
13347 /* end confdefs.h. */
13348 $ac_includes_default
13349 #include <libintl.h>
13350 _ACEOF
13351 rm -f conftest.$ac_objext
13352 if { (ac_try="$ac_compile"
13353 case "(($ac_try" in
13354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13355 *) ac_try_echo=$ac_try;;
13356 esac
13357 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13358 $as_echo "$ac_try_echo") >&5
13359 (eval "$ac_compile") 2>conftest.er1
13360 ac_status=$?
13361 grep -v '^ *+' conftest.er1 >conftest.err
13362 rm -f conftest.er1
13363 cat conftest.err >&5
13364 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13365 (exit $ac_status); } && {
13366 test -z "$ac_c_werror_flag" ||
13367 test ! -s conftest.err
13368 } && test -s conftest.$ac_objext; then
13369 ac_header_compiler=yes
13370 else
13371 $as_echo "$as_me: failed program was:" >&5
13372 sed 's/^/| /' conftest.$ac_ext >&5
13373
13374 ac_header_compiler=no
13375 fi
13376
13377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13378 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13379 $as_echo "$ac_header_compiler" >&6; }
13380
13381 # Is the header present?
13382 { $as_echo "$as_me:$LINENO: checking libintl.h presence" >&5
13383 $as_echo_n "checking libintl.h presence... " >&6; }
13384 cat >conftest.$ac_ext <<_ACEOF
13385 /* confdefs.h. */
13386 _ACEOF
13387 cat confdefs.h >>conftest.$ac_ext
13388 cat >>conftest.$ac_ext <<_ACEOF
13389 /* end confdefs.h. */
13390 #include <libintl.h>
13391 _ACEOF
13392 if { (ac_try="$ac_cpp conftest.$ac_ext"
13393 case "(($ac_try" in
13394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13395 *) ac_try_echo=$ac_try;;
13396 esac
13397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13398 $as_echo "$ac_try_echo") >&5
13399 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13400 ac_status=$?
13401 grep -v '^ *+' conftest.er1 >conftest.err
13402 rm -f conftest.er1
13403 cat conftest.err >&5
13404 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13405 (exit $ac_status); } >/dev/null && {
13406 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13407 test ! -s conftest.err
13408 }; then
13409 ac_header_preproc=yes
13410 else
13411 $as_echo "$as_me: failed program was:" >&5
13412 sed 's/^/| /' conftest.$ac_ext >&5
13413
13414 ac_header_preproc=no
13415 fi
13416
13417 rm -f conftest.err conftest.$ac_ext
13418 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13419 $as_echo "$ac_header_preproc" >&6; }
13420
13421 # So? What about this header?
13422 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13423 yes:no: )
13424 { $as_echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
13425 $as_echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13426 { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
13427 $as_echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
13428 ac_header_preproc=yes
13429 ;;
13430 no:yes:* )
13431 { $as_echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
13432 $as_echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
13433 { $as_echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
13434 $as_echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
13435 { $as_echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
13436 $as_echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
13437 { $as_echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
13438 $as_echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
13439 { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
13440 $as_echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
13441 { $as_echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
13442 $as_echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
13443 ( cat <<\_ASBOX
13444 ## ------------------------------------------------------------------------- ##
13445 ## Report this to http://lists.freedesktop.org/mailman/listinfo/polkit-devel ##
13446 ## ------------------------------------------------------------------------- ##
13447 _ASBOX
13448 ) | sed "s/^/$as_me: WARNING: /" >&2
13449 ;;
13450 esac
13451 { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
13452 $as_echo_n "checking for libintl.h... " >&6; }
13453 if test "${ac_cv_header_libintl_h+set}" = set; then
13454 $as_echo_n "(cached) " >&6
13455 else
13456 ac_cv_header_libintl_h=$ac_header_preproc
13457 fi
13458 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
13459 $as_echo "$ac_cv_header_libintl_h" >&6; }
13460
13461 fi
13462 if test "x$ac_cv_header_libintl_h" = x""yes; then
12328 ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default"
12329 if test "x$ac_cv_header_libintl_h" = x""yes; then :
1346312330 gt_cv_func_dgettext_libintl="no"
1346412331 libintl_extra_libs=""
1346512332
1346612333 #
1346712334 # First check in libc
1346812335 #
13469 { $as_echo "$as_me:$LINENO: checking for ngettext in libc" >&5
12336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in libc" >&5
1347012337 $as_echo_n "checking for ngettext in libc... " >&6; }
13471 if test "${gt_cv_func_ngettext_libc+set}" = set; then
12338 if test "${gt_cv_func_ngettext_libc+set}" = set; then :
1347212339 $as_echo_n "(cached) " >&6
1347312340 else
13474 cat >conftest.$ac_ext <<_ACEOF
13475 /* confdefs.h. */
13476 _ACEOF
13477 cat confdefs.h >>conftest.$ac_ext
13478 cat >>conftest.$ac_ext <<_ACEOF
12341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1347912342 /* end confdefs.h. */
1348012343
1348112344 #include <libintl.h>
1348812351 return 0;
1348912352 }
1349012353 _ACEOF
13491 rm -f conftest.$ac_objext conftest$ac_exeext
13492 if { (ac_try="$ac_link"
13493 case "(($ac_try" in
13494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13495 *) ac_try_echo=$ac_try;;
13496 esac
13497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13498 $as_echo "$ac_try_echo") >&5
13499 (eval "$ac_link") 2>conftest.er1
13500 ac_status=$?
13501 grep -v '^ *+' conftest.er1 >conftest.err
13502 rm -f conftest.er1
13503 cat conftest.err >&5
13504 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13505 (exit $ac_status); } && {
13506 test -z "$ac_c_werror_flag" ||
13507 test ! -s conftest.err
13508 } && test -s conftest$ac_exeext && {
13509 test "$cross_compiling" = yes ||
13510 $as_test_x conftest$ac_exeext
13511 }; then
12354 if ac_fn_c_try_link "$LINENO"; then :
1351212355 gt_cv_func_ngettext_libc=yes
1351312356 else
13514 $as_echo "$as_me: failed program was:" >&5
13515 sed 's/^/| /' conftest.$ac_ext >&5
13516
13517 gt_cv_func_ngettext_libc=no
13518 fi
13519
13520 rm -rf conftest.dSYM
13521 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13522 conftest$ac_exeext conftest.$ac_ext
13523
13524 fi
13525 { $as_echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
12357 gt_cv_func_ngettext_libc=no
12358 fi
12359 rm -f core conftest.err conftest.$ac_objext \
12360 conftest$ac_exeext conftest.$ac_ext
12361
12362 fi
12363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_ngettext_libc" >&5
1352612364 $as_echo "$gt_cv_func_ngettext_libc" >&6; }
1352712365
1352812366 if test "$gt_cv_func_ngettext_libc" = "yes" ; then
13529 { $as_echo "$as_me:$LINENO: checking for dgettext in libc" >&5
12367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in libc" >&5
1353012368 $as_echo_n "checking for dgettext in libc... " >&6; }
13531 if test "${gt_cv_func_dgettext_libc+set}" = set; then
12369 if test "${gt_cv_func_dgettext_libc+set}" = set; then :
1353212370 $as_echo_n "(cached) " >&6
1353312371 else
13534 cat >conftest.$ac_ext <<_ACEOF
13535 /* confdefs.h. */
13536 _ACEOF
13537 cat confdefs.h >>conftest.$ac_ext
13538 cat >>conftest.$ac_ext <<_ACEOF
12372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1353912373 /* end confdefs.h. */
1354012374
1354112375 #include <libintl.h>
1354812382 return 0;
1354912383 }
1355012384 _ACEOF
13551 rm -f conftest.$ac_objext conftest$ac_exeext
13552 if { (ac_try="$ac_link"
13553 case "(($ac_try" in
13554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13555 *) ac_try_echo=$ac_try;;
13556 esac
13557 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13558 $as_echo "$ac_try_echo") >&5
13559 (eval "$ac_link") 2>conftest.er1
13560 ac_status=$?
13561 grep -v '^ *+' conftest.er1 >conftest.err
13562 rm -f conftest.er1
13563 cat conftest.err >&5
13564 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13565 (exit $ac_status); } && {
13566 test -z "$ac_c_werror_flag" ||
13567 test ! -s conftest.err
13568 } && test -s conftest$ac_exeext && {
13569 test "$cross_compiling" = yes ||
13570 $as_test_x conftest$ac_exeext
13571 }; then
12385 if ac_fn_c_try_link "$LINENO"; then :
1357212386 gt_cv_func_dgettext_libc=yes
1357312387 else
13574 $as_echo "$as_me: failed program was:" >&5
13575 sed 's/^/| /' conftest.$ac_ext >&5
13576
13577 gt_cv_func_dgettext_libc=no
13578 fi
13579
13580 rm -rf conftest.dSYM
13581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13582 conftest$ac_exeext conftest.$ac_ext
13583
13584 fi
13585 { $as_echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
12388 gt_cv_func_dgettext_libc=no
12389 fi
12390 rm -f core conftest.err conftest.$ac_objext \
12391 conftest$ac_exeext conftest.$ac_ext
12392
12393 fi
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_dgettext_libc" >&5
1358612395 $as_echo "$gt_cv_func_dgettext_libc" >&6; }
1358712396 fi
1358812397
1358912398 if test "$gt_cv_func_ngettext_libc" = "yes" ; then
13590
13591 for ac_func in bind_textdomain_codeset
13592 do
13593 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13594 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13595 $as_echo_n "checking for $ac_func... " >&6; }
13596 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13597 $as_echo_n "(cached) " >&6
13598 else
13599 cat >conftest.$ac_ext <<_ACEOF
13600 /* confdefs.h. */
13601 _ACEOF
13602 cat confdefs.h >>conftest.$ac_ext
13603 cat >>conftest.$ac_ext <<_ACEOF
13604 /* end confdefs.h. */
13605 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13606 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13607 #define $ac_func innocuous_$ac_func
13608
13609 /* System header to define __stub macros and hopefully few prototypes,
13610 which can conflict with char $ac_func (); below.
13611 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13612 <limits.h> exists even on freestanding compilers. */
13613
13614 #ifdef __STDC__
13615 # include <limits.h>
13616 #else
13617 # include <assert.h>
13618 #endif
13619
13620 #undef $ac_func
13621
13622 /* Override any GCC internal prototype to avoid an error.
13623 Use char because int might match the return type of a GCC
13624 builtin and then its argument prototype would still apply. */
13625 #ifdef __cplusplus
13626 extern "C"
13627 #endif
13628 char $ac_func ();
13629 /* The GNU C library defines this for functions which it implements
13630 to always fail with ENOSYS. Some functions are actually named
13631 something starting with __ and the normal name is an alias. */
13632 #if defined __stub_$ac_func || defined __stub___$ac_func
13633 choke me
13634 #endif
13635
13636 int
13637 main ()
13638 {
13639 return $ac_func ();
13640 ;
13641 return 0;
13642 }
13643 _ACEOF
13644 rm -f conftest.$ac_objext conftest$ac_exeext
13645 if { (ac_try="$ac_link"
13646 case "(($ac_try" in
13647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13648 *) ac_try_echo=$ac_try;;
13649 esac
13650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13651 $as_echo "$ac_try_echo") >&5
13652 (eval "$ac_link") 2>conftest.er1
13653 ac_status=$?
13654 grep -v '^ *+' conftest.er1 >conftest.err
13655 rm -f conftest.er1
13656 cat conftest.err >&5
13657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13658 (exit $ac_status); } && {
13659 test -z "$ac_c_werror_flag" ||
13660 test ! -s conftest.err
13661 } && test -s conftest$ac_exeext && {
13662 test "$cross_compiling" = yes ||
13663 $as_test_x conftest$ac_exeext
13664 }; then
13665 eval "$as_ac_var=yes"
13666 else
13667 $as_echo "$as_me: failed program was:" >&5
13668 sed 's/^/| /' conftest.$ac_ext >&5
13669
13670 eval "$as_ac_var=no"
13671 fi
13672
13673 rm -rf conftest.dSYM
13674 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13675 conftest$ac_exeext conftest.$ac_ext
13676 fi
13677 ac_res=`eval 'as_val=${'$as_ac_var'}
13678 $as_echo "$as_val"'`
13679 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13680 $as_echo "$ac_res" >&6; }
13681 as_val=`eval 'as_val=${'$as_ac_var'}
13682 $as_echo "$as_val"'`
13683 if test "x$as_val" = x""yes; then
12399 for ac_func in bind_textdomain_codeset
12400 do :
12401 ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
12402 if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
1368412403 cat >>confdefs.h <<_ACEOF
13685 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12404 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1368612405 _ACEOF
1368712406
1368812407 fi
1369712416 || test "$gt_cv_func_ngettext_libc" != "yes" \
1369812417 || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
1369912418
13700 { $as_echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bindtextdomain in -lintl" >&5
1370112420 $as_echo_n "checking for bindtextdomain in -lintl... " >&6; }
13702 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
12421 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then :
1370312422 $as_echo_n "(cached) " >&6
1370412423 else
1370512424 ac_check_lib_save_LIBS=$LIBS
1370612425 LIBS="-lintl $LIBS"
13707 cat >conftest.$ac_ext <<_ACEOF
13708 /* confdefs.h. */
13709 _ACEOF
13710 cat confdefs.h >>conftest.$ac_ext
13711 cat >>conftest.$ac_ext <<_ACEOF
12426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1371212427 /* end confdefs.h. */
1371312428
1371412429 /* Override any GCC internal prototype to avoid an error.
1372612441 return 0;
1372712442 }
1372812443 _ACEOF
13729 rm -f conftest.$ac_objext conftest$ac_exeext
13730 if { (ac_try="$ac_link"
13731 case "(($ac_try" in
13732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13733 *) ac_try_echo=$ac_try;;
13734 esac
13735 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13736 $as_echo "$ac_try_echo") >&5
13737 (eval "$ac_link") 2>conftest.er1
13738 ac_status=$?
13739 grep -v '^ *+' conftest.er1 >conftest.err
13740 rm -f conftest.er1
13741 cat conftest.err >&5
13742 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13743 (exit $ac_status); } && {
13744 test -z "$ac_c_werror_flag" ||
13745 test ! -s conftest.err
13746 } && test -s conftest$ac_exeext && {
13747 test "$cross_compiling" = yes ||
13748 $as_test_x conftest$ac_exeext
13749 }; then
12444 if ac_fn_c_try_link "$LINENO"; then :
1375012445 ac_cv_lib_intl_bindtextdomain=yes
1375112446 else
13752 $as_echo "$as_me: failed program was:" >&5
13753 sed 's/^/| /' conftest.$ac_ext >&5
13754
13755 ac_cv_lib_intl_bindtextdomain=no
13756 fi
13757
13758 rm -rf conftest.dSYM
13759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13760 conftest$ac_exeext conftest.$ac_ext
12447 ac_cv_lib_intl_bindtextdomain=no
12448 fi
12449 rm -f core conftest.err conftest.$ac_objext \
12450 conftest$ac_exeext conftest.$ac_ext
1376112451 LIBS=$ac_check_lib_save_LIBS
1376212452 fi
13763 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
12453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_bindtextdomain" >&5
1376412454 $as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; }
13765 if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then
13766 { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
12455 if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then :
12456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5
1376712457 $as_echo_n "checking for ngettext in -lintl... " >&6; }
13768 if test "${ac_cv_lib_intl_ngettext+set}" = set; then
12458 if test "${ac_cv_lib_intl_ngettext+set}" = set; then :
1376912459 $as_echo_n "(cached) " >&6
1377012460 else
1377112461 ac_check_lib_save_LIBS=$LIBS
1377212462 LIBS="-lintl $LIBS"
13773 cat >conftest.$ac_ext <<_ACEOF
13774 /* confdefs.h. */
13775 _ACEOF
13776 cat confdefs.h >>conftest.$ac_ext
13777 cat >>conftest.$ac_ext <<_ACEOF
12463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1377812464 /* end confdefs.h. */
1377912465
1378012466 /* Override any GCC internal prototype to avoid an error.
1379212478 return 0;
1379312479 }
1379412480 _ACEOF
13795 rm -f conftest.$ac_objext conftest$ac_exeext
13796 if { (ac_try="$ac_link"
13797 case "(($ac_try" in
13798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13799 *) ac_try_echo=$ac_try;;
13800 esac
13801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13802 $as_echo "$ac_try_echo") >&5
13803 (eval "$ac_link") 2>conftest.er1
13804 ac_status=$?
13805 grep -v '^ *+' conftest.er1 >conftest.err
13806 rm -f conftest.er1
13807 cat conftest.err >&5
13808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13809 (exit $ac_status); } && {
13810 test -z "$ac_c_werror_flag" ||
13811 test ! -s conftest.err
13812 } && test -s conftest$ac_exeext && {
13813 test "$cross_compiling" = yes ||
13814 $as_test_x conftest$ac_exeext
13815 }; then
12481 if ac_fn_c_try_link "$LINENO"; then :
1381612482 ac_cv_lib_intl_ngettext=yes
1381712483 else
13818 $as_echo "$as_me: failed program was:" >&5
13819 sed 's/^/| /' conftest.$ac_ext >&5
13820
13821 ac_cv_lib_intl_ngettext=no
13822 fi
13823
13824 rm -rf conftest.dSYM
13825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13826 conftest$ac_exeext conftest.$ac_ext
12484 ac_cv_lib_intl_ngettext=no
12485 fi
12486 rm -f core conftest.err conftest.$ac_objext \
12487 conftest$ac_exeext conftest.$ac_ext
1382712488 LIBS=$ac_check_lib_save_LIBS
1382812489 fi
13829 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
12490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5
1383012491 $as_echo "$ac_cv_lib_intl_ngettext" >&6; }
13831 if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
13832 { $as_echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
12492 if test "x$ac_cv_lib_intl_ngettext" = x""yes; then :
12493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5
1383312494 $as_echo_n "checking for dgettext in -lintl... " >&6; }
13834 if test "${ac_cv_lib_intl_dgettext+set}" = set; then
12495 if test "${ac_cv_lib_intl_dgettext+set}" = set; then :
1383512496 $as_echo_n "(cached) " >&6
1383612497 else
1383712498 ac_check_lib_save_LIBS=$LIBS
1383812499 LIBS="-lintl $LIBS"
13839 cat >conftest.$ac_ext <<_ACEOF
13840 /* confdefs.h. */
13841 _ACEOF
13842 cat confdefs.h >>conftest.$ac_ext
13843 cat >>conftest.$ac_ext <<_ACEOF
12500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1384412501 /* end confdefs.h. */
1384512502
1384612503 /* Override any GCC internal prototype to avoid an error.
1385812515 return 0;
1385912516 }
1386012517 _ACEOF
13861 rm -f conftest.$ac_objext conftest$ac_exeext
13862 if { (ac_try="$ac_link"
13863 case "(($ac_try" in
13864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13865 *) ac_try_echo=$ac_try;;
13866 esac
13867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13868 $as_echo "$ac_try_echo") >&5
13869 (eval "$ac_link") 2>conftest.er1
13870 ac_status=$?
13871 grep -v '^ *+' conftest.er1 >conftest.err
13872 rm -f conftest.er1
13873 cat conftest.err >&5
13874 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13875 (exit $ac_status); } && {
13876 test -z "$ac_c_werror_flag" ||
13877 test ! -s conftest.err
13878 } && test -s conftest$ac_exeext && {
13879 test "$cross_compiling" = yes ||
13880 $as_test_x conftest$ac_exeext
13881 }; then
12518 if ac_fn_c_try_link "$LINENO"; then :
1388212519 ac_cv_lib_intl_dgettext=yes
1388312520 else
13884 $as_echo "$as_me: failed program was:" >&5
13885 sed 's/^/| /' conftest.$ac_ext >&5
13886
13887 ac_cv_lib_intl_dgettext=no
13888 fi
13889
13890 rm -rf conftest.dSYM
13891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13892 conftest$ac_exeext conftest.$ac_ext
12521 ac_cv_lib_intl_dgettext=no
12522 fi
12523 rm -f core conftest.err conftest.$ac_objext \
12524 conftest$ac_exeext conftest.$ac_ext
1389312525 LIBS=$ac_check_lib_save_LIBS
1389412526 fi
13895 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5
1389612528 $as_echo "$ac_cv_lib_intl_dgettext" >&6; }
13897 if test "x$ac_cv_lib_intl_dgettext" = x""yes; then
12529 if test "x$ac_cv_lib_intl_dgettext" = x""yes; then :
1389812530 gt_cv_func_dgettext_libintl=yes
1389912531 fi
1390012532
1390412536
1390512537
1390612538 if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
13907 { $as_echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
12539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -liconv is needed to use gettext" >&5
1390812540 $as_echo_n "checking if -liconv is needed to use gettext... " >&6; }
13909 { $as_echo "$as_me:$LINENO: result: " >&5
12541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
1391012542 $as_echo "" >&6; }
13911 { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
12543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5
1391212544 $as_echo_n "checking for ngettext in -lintl... " >&6; }
13913 if test "${ac_cv_lib_intl_ngettext+set}" = set; then
12545 if test "${ac_cv_lib_intl_ngettext+set}" = set; then :
1391412546 $as_echo_n "(cached) " >&6
1391512547 else
1391612548 ac_check_lib_save_LIBS=$LIBS
1391712549 LIBS="-lintl -liconv $LIBS"
13918 cat >conftest.$ac_ext <<_ACEOF
13919 /* confdefs.h. */
13920 _ACEOF
13921 cat confdefs.h >>conftest.$ac_ext
13922 cat >>conftest.$ac_ext <<_ACEOF
12550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1392312551 /* end confdefs.h. */
1392412552
1392512553 /* Override any GCC internal prototype to avoid an error.
1393712565 return 0;
1393812566 }
1393912567 _ACEOF
13940 rm -f conftest.$ac_objext conftest$ac_exeext
13941 if { (ac_try="$ac_link"
13942 case "(($ac_try" in
13943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13944 *) ac_try_echo=$ac_try;;
13945 esac
13946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13947 $as_echo "$ac_try_echo") >&5
13948 (eval "$ac_link") 2>conftest.er1
13949 ac_status=$?
13950 grep -v '^ *+' conftest.er1 >conftest.err
13951 rm -f conftest.er1
13952 cat conftest.err >&5
13953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13954 (exit $ac_status); } && {
13955 test -z "$ac_c_werror_flag" ||
13956 test ! -s conftest.err
13957 } && test -s conftest$ac_exeext && {
13958 test "$cross_compiling" = yes ||
13959 $as_test_x conftest$ac_exeext
13960 }; then
12568 if ac_fn_c_try_link "$LINENO"; then :
1396112569 ac_cv_lib_intl_ngettext=yes
1396212570 else
13963 $as_echo "$as_me: failed program was:" >&5
13964 sed 's/^/| /' conftest.$ac_ext >&5
13965
13966 ac_cv_lib_intl_ngettext=no
13967 fi
13968
13969 rm -rf conftest.dSYM
13970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13971 conftest$ac_exeext conftest.$ac_ext
12571 ac_cv_lib_intl_ngettext=no
12572 fi
12573 rm -f core conftest.err conftest.$ac_objext \
12574 conftest$ac_exeext conftest.$ac_ext
1397212575 LIBS=$ac_check_lib_save_LIBS
1397312576 fi
13974 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5
1397512578 $as_echo "$ac_cv_lib_intl_ngettext" >&6; }
13976 if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
13977 { $as_echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
12579 if test "x$ac_cv_lib_intl_ngettext" = x""yes; then :
12580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dcgettext in -lintl" >&5
1397812581 $as_echo_n "checking for dcgettext in -lintl... " >&6; }
13979 if test "${ac_cv_lib_intl_dcgettext+set}" = set; then
12582 if test "${ac_cv_lib_intl_dcgettext+set}" = set; then :
1398012583 $as_echo_n "(cached) " >&6
1398112584 else
1398212585 ac_check_lib_save_LIBS=$LIBS
1398312586 LIBS="-lintl -liconv $LIBS"
13984 cat >conftest.$ac_ext <<_ACEOF
13985 /* confdefs.h. */
13986 _ACEOF
13987 cat confdefs.h >>conftest.$ac_ext
13988 cat >>conftest.$ac_ext <<_ACEOF
12587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1398912588 /* end confdefs.h. */
1399012589
1399112590 /* Override any GCC internal prototype to avoid an error.
1400312602 return 0;
1400412603 }
1400512604 _ACEOF
14006 rm -f conftest.$ac_objext conftest$ac_exeext
14007 if { (ac_try="$ac_link"
14008 case "(($ac_try" in
14009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14010 *) ac_try_echo=$ac_try;;
14011 esac
14012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14013 $as_echo "$ac_try_echo") >&5
14014 (eval "$ac_link") 2>conftest.er1
14015 ac_status=$?
14016 grep -v '^ *+' conftest.er1 >conftest.err
14017 rm -f conftest.er1
14018 cat conftest.err >&5
14019 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14020 (exit $ac_status); } && {
14021 test -z "$ac_c_werror_flag" ||
14022 test ! -s conftest.err
14023 } && test -s conftest$ac_exeext && {
14024 test "$cross_compiling" = yes ||
14025 $as_test_x conftest$ac_exeext
14026 }; then
12605 if ac_fn_c_try_link "$LINENO"; then :
1402712606 ac_cv_lib_intl_dcgettext=yes
1402812607 else
14029 $as_echo "$as_me: failed program was:" >&5
14030 sed 's/^/| /' conftest.$ac_ext >&5
14031
14032 ac_cv_lib_intl_dcgettext=no
14033 fi
14034
14035 rm -rf conftest.dSYM
14036 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14037 conftest$ac_exeext conftest.$ac_ext
12608 ac_cv_lib_intl_dcgettext=no
12609 fi
12610 rm -f core conftest.err conftest.$ac_objext \
12611 conftest$ac_exeext conftest.$ac_ext
1403812612 LIBS=$ac_check_lib_save_LIBS
1403912613 fi
14040 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
12614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dcgettext" >&5
1404112615 $as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
14042 if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then
12616 if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then :
1404312617 gt_cv_func_dgettext_libintl=yes
1404412618 libintl_extra_libs=-liconv
1404512619 else
1406112635 glib_save_LIBS="$LIBS"
1406212636 LIBS="$LIBS -lintl $libintl_extra_libs"
1406312637 unset ac_cv_func_bind_textdomain_codeset
14064
14065 for ac_func in bind_textdomain_codeset
14066 do
14067 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14068 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14069 $as_echo_n "checking for $ac_func... " >&6; }
14070 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14071 $as_echo_n "(cached) " >&6
14072 else
14073 cat >conftest.$ac_ext <<_ACEOF
14074 /* confdefs.h. */
14075 _ACEOF
14076 cat confdefs.h >>conftest.$ac_ext
14077 cat >>conftest.$ac_ext <<_ACEOF
14078 /* end confdefs.h. */
14079 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14080 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14081 #define $ac_func innocuous_$ac_func
14082
14083 /* System header to define __stub macros and hopefully few prototypes,
14084 which can conflict with char $ac_func (); below.
14085 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14086 <limits.h> exists even on freestanding compilers. */
14087
14088 #ifdef __STDC__
14089 # include <limits.h>
14090 #else
14091 # include <assert.h>
14092 #endif
14093
14094 #undef $ac_func
14095
14096 /* Override any GCC internal prototype to avoid an error.
14097 Use char because int might match the return type of a GCC
14098 builtin and then its argument prototype would still apply. */
14099 #ifdef __cplusplus
14100 extern "C"
14101 #endif
14102 char $ac_func ();
14103 /* The GNU C library defines this for functions which it implements
14104 to always fail with ENOSYS. Some functions are actually named
14105 something starting with __ and the normal name is an alias. */
14106 #if defined __stub_$ac_func || defined __stub___$ac_func
14107 choke me
14108 #endif
14109
14110 int
14111 main ()
14112 {
14113 return $ac_func ();
14114 ;
14115 return 0;
14116 }
14117 _ACEOF
14118 rm -f conftest.$ac_objext conftest$ac_exeext
14119 if { (ac_try="$ac_link"
14120 case "(($ac_try" in
14121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14122 *) ac_try_echo=$ac_try;;
14123 esac
14124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14125 $as_echo "$ac_try_echo") >&5
14126 (eval "$ac_link") 2>conftest.er1
14127 ac_status=$?
14128 grep -v '^ *+' conftest.er1 >conftest.err
14129 rm -f conftest.er1
14130 cat conftest.err >&5
14131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14132 (exit $ac_status); } && {
14133 test -z "$ac_c_werror_flag" ||
14134 test ! -s conftest.err
14135 } && test -s conftest$ac_exeext && {
14136 test "$cross_compiling" = yes ||
14137 $as_test_x conftest$ac_exeext
14138 }; then
14139 eval "$as_ac_var=yes"
14140 else
14141 $as_echo "$as_me: failed program was:" >&5
14142 sed 's/^/| /' conftest.$ac_ext >&5
14143
14144 eval "$as_ac_var=no"
14145 fi
14146
14147 rm -rf conftest.dSYM
14148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14149 conftest$ac_exeext conftest.$ac_ext
14150 fi
14151 ac_res=`eval 'as_val=${'$as_ac_var'}
14152 $as_echo "$as_val"'`
14153 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14154 $as_echo "$ac_res" >&6; }
14155 as_val=`eval 'as_val=${'$as_ac_var'}
14156 $as_echo "$as_val"'`
14157 if test "x$as_val" = x""yes; then
12638 for ac_func in bind_textdomain_codeset
12639 do :
12640 ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
12641 if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
1415812642 cat >>confdefs.h <<_ACEOF
14159 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12643 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1416012644 _ACEOF
1416112645
1416212646 fi
1418612670
1418712671 if test "$gt_cv_have_gettext" = "yes"; then
1418812672
14189 cat >>confdefs.h <<\_ACEOF
14190 #define HAVE_GETTEXT 1
14191 _ACEOF
12673 $as_echo "#define HAVE_GETTEXT 1" >>confdefs.h
1419212674
1419312675 # Extract the first word of "msgfmt", so it can be a program name with args.
1419412676 set dummy msgfmt; ac_word=$2
14195 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1419612678 $as_echo_n "checking for $ac_word... " >&6; }
14197 if test "${ac_cv_path_MSGFMT+set}" = set; then
12679 if test "${ac_cv_path_MSGFMT+set}" = set; then :
1419812680 $as_echo_n "(cached) " >&6
1419912681 else
1420012682 case "$MSGFMT" in
1421912701 fi
1422012702 MSGFMT="$ac_cv_path_MSGFMT"
1422112703 if test "$MSGFMT" != "no"; then
14222 { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
12704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
1422312705 $as_echo "$MSGFMT" >&6; }
1422412706 else
14225 { $as_echo "$as_me:$LINENO: result: no" >&5
12707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1422612708 $as_echo "no" >&6; }
1422712709 fi
1422812710 if test "$MSGFMT" != "no"; then
1422912711 glib_save_LIBS="$LIBS"
1423012712 LIBS="$LIBS $INTLLIBS"
14231
14232 for ac_func in dcgettext
14233 do
14234 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14235 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14236 $as_echo_n "checking for $ac_func... " >&6; }
14237 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14238 $as_echo_n "(cached) " >&6
14239 else
14240 cat >conftest.$ac_ext <<_ACEOF
14241 /* confdefs.h. */
12713 for ac_func in dcgettext
12714 do :
12715 ac_fn_c_check_func "$LINENO" "dcgettext" "ac_cv_func_dcgettext"
12716 if test "x$ac_cv_func_dcgettext" = x""yes; then :
12717 cat >>confdefs.h <<_ACEOF
12718 #define HAVE_DCGETTEXT 1
1424212719 _ACEOF
14243 cat confdefs.h >>conftest.$ac_ext
14244 cat >>conftest.$ac_ext <<_ACEOF
14245 /* end confdefs.h. */
14246 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14247 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14248 #define $ac_func innocuous_$ac_func
14249
14250 /* System header to define __stub macros and hopefully few prototypes,
14251 which can conflict with char $ac_func (); below.
14252 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14253 <limits.h> exists even on freestanding compilers. */
14254
14255 #ifdef __STDC__
14256 # include <limits.h>
14257 #else
14258 # include <assert.h>
14259 #endif
14260
14261 #undef $ac_func
14262
14263 /* Override any GCC internal prototype to avoid an error.
14264 Use char because int might match the return type of a GCC
14265 builtin and then its argument prototype would still apply. */
14266 #ifdef __cplusplus
14267 extern "C"
14268 #endif
14269 char $ac_func ();
14270 /* The GNU C library defines this for functions which it implements
14271 to always fail with ENOSYS. Some functions are actually named
14272 something starting with __ and the normal name is an alias. */
14273 #if defined __stub_$ac_func || defined __stub___$ac_func
14274 choke me
14275 #endif
14276
14277 int
14278 main ()
14279 {
14280 return $ac_func ();
14281 ;
14282 return 0;
14283 }
14284 _ACEOF
14285 rm -f conftest.$ac_objext conftest$ac_exeext
14286 if { (ac_try="$ac_link"
14287 case "(($ac_try" in
14288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14289 *) ac_try_echo=$ac_try;;
14290 esac
14291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14292 $as_echo "$ac_try_echo") >&5
14293 (eval "$ac_link") 2>conftest.er1
14294 ac_status=$?
14295 grep -v '^ *+' conftest.er1 >conftest.err
14296 rm -f conftest.er1
14297 cat conftest.err >&5
14298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14299 (exit $ac_status); } && {
14300 test -z "$ac_c_werror_flag" ||
14301 test ! -s conftest.err
14302 } && test -s conftest$ac_exeext && {
14303 test "$cross_compiling" = yes ||
14304 $as_test_x conftest$ac_exeext
14305 }; then
14306 eval "$as_ac_var=yes"
14307 else
14308 $as_echo "$as_me: failed program was:" >&5
14309 sed 's/^/| /' conftest.$ac_ext >&5
14310
14311 eval "$as_ac_var=no"
14312 fi
14313
14314 rm -rf conftest.dSYM
14315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14316 conftest$ac_exeext conftest.$ac_ext
14317 fi
14318 ac_res=`eval 'as_val=${'$as_ac_var'}
14319 $as_echo "$as_val"'`
14320 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14321 $as_echo "$ac_res" >&6; }
14322 as_val=`eval 'as_val=${'$as_ac_var'}
14323 $as_echo "$as_val"'`
14324 if test "x$as_val" = x""yes; then
14325 cat >>confdefs.h <<_ACEOF
14326 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14327 _ACEOF
1432812720
1432912721 fi
1433012722 done
1433112723
1433212724 MSGFMT_OPTS=
14333 { $as_echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
12725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if msgfmt accepts -c" >&5
1433412726 $as_echo_n "checking if msgfmt accepts -c... " >&6; }
1433512727 cat >conftest.foo <<_ACEOF
1433612728
1434512737 "Content-Transfer-Encoding: 8bit\n"
1434612738
1434712739 _ACEOF
14348 if { ($as_echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5
12740 if { { $as_echo "$as_me:${as_lineno-$LINENO}: \$MSGFMT -c -o /dev/null conftest.foo"; } >&5
1434912741 ($MSGFMT -c -o /dev/null conftest.foo) 2>&5
1435012742 ac_status=$?
14351 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14352 (exit $ac_status); }; then
14353 MSGFMT_OPTS=-c; { $as_echo "$as_me:$LINENO: result: yes" >&5
12743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12744 test $ac_status = 0; }; then
12745 MSGFMT_OPTS=-c; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1435412746 $as_echo "yes" >&6; }
14355 else { $as_echo "$as_me:$LINENO: result: no" >&5
12747 else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1435612748 $as_echo "no" >&6; }
1435712749 echo "$as_me: failed input was:" >&5
1435812750 sed 's/^/| /' conftest.foo >&5
1436012752
1436112753 # Extract the first word of "gmsgfmt", so it can be a program name with args.
1436212754 set dummy gmsgfmt; ac_word=$2
14363 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1436412756 $as_echo_n "checking for $ac_word... " >&6; }
14365 if test "${ac_cv_path_GMSGFMT+set}" = set; then
12757 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
1436612758 $as_echo_n "(cached) " >&6
1436712759 else
1436812760 case $GMSGFMT in
1437512767 do
1437612768 IFS=$as_save_IFS
1437712769 test -z "$as_dir" && as_dir=.
14378 for ac_exec_ext in '' $ac_executable_extensions; do
12770 for ac_exec_ext in '' $ac_executable_extensions; do
1437912771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1438012772 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
14381 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1438212774 break 2
1438312775 fi
1438412776 done
14385 done
12777 done
1438612778 IFS=$as_save_IFS
1438712779
1438812780 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
1439112783 fi
1439212784 GMSGFMT=$ac_cv_path_GMSGFMT
1439312785 if test -n "$GMSGFMT"; then
14394 { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
1439512787 $as_echo "$GMSGFMT" >&6; }
1439612788 else
14397 { $as_echo "$as_me:$LINENO: result: no" >&5
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1439812790 $as_echo "no" >&6; }
1439912791 fi
1440012792
1440112793
1440212794 # Extract the first word of "xgettext", so it can be a program name with args.
1440312795 set dummy xgettext; ac_word=$2
14404 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1440512797 $as_echo_n "checking for $ac_word... " >&6; }
14406 if test "${ac_cv_path_XGETTEXT+set}" = set; then
12798 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
1440712799 $as_echo_n "(cached) " >&6
1440812800 else
1440912801 case "$XGETTEXT" in
1442812820 fi
1442912821 XGETTEXT="$ac_cv_path_XGETTEXT"
1443012822 if test "$XGETTEXT" != ":"; then
14431 { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
12823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
1443212824 $as_echo "$XGETTEXT" >&6; }
1443312825 else
14434 { $as_echo "$as_me:$LINENO: result: no" >&5
12826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1443512827 $as_echo "no" >&6; }
1443612828 fi
1443712829
14438 cat >conftest.$ac_ext <<_ACEOF
14439 /* confdefs.h. */
14440 _ACEOF
14441 cat confdefs.h >>conftest.$ac_ext
14442 cat >>conftest.$ac_ext <<_ACEOF
12830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1444312831 /* end confdefs.h. */
1444412832
1444512833 int
1445112839 return 0;
1445212840 }
1445312841 _ACEOF
14454 rm -f conftest.$ac_objext conftest$ac_exeext
14455 if { (ac_try="$ac_link"
14456 case "(($ac_try" in
14457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14458 *) ac_try_echo=$ac_try;;
14459 esac
14460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14461 $as_echo "$ac_try_echo") >&5
14462 (eval "$ac_link") 2>conftest.er1
14463 ac_status=$?
14464 grep -v '^ *+' conftest.er1 >conftest.err
14465 rm -f conftest.er1
14466 cat conftest.err >&5
14467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14468 (exit $ac_status); } && {
14469 test -z "$ac_c_werror_flag" ||
14470 test ! -s conftest.err
14471 } && test -s conftest$ac_exeext && {
14472 test "$cross_compiling" = yes ||
14473 $as_test_x conftest$ac_exeext
14474 }; then
12842 if ac_fn_c_try_link "$LINENO"; then :
1447512843 CATOBJEXT=.gmo
1447612844 DATADIRNAME=share
1447712845 else
14478 $as_echo "$as_me: failed program was:" >&5
14479 sed 's/^/| /' conftest.$ac_ext >&5
14480
14481 case $host in
12846 case $host in
1448212847 *-*-solaris*)
14483 { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
14484 $as_echo_n "checking for bind_textdomain_codeset... " >&6; }
14485 if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
14486 $as_echo_n "(cached) " >&6
14487 else
14488 cat >conftest.$ac_ext <<_ACEOF
14489 /* confdefs.h. */
14490 _ACEOF
14491 cat confdefs.h >>conftest.$ac_ext
14492 cat >>conftest.$ac_ext <<_ACEOF
14493 /* end confdefs.h. */
14494 /* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
14495 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14496 #define bind_textdomain_codeset innocuous_bind_textdomain_codeset
14497
14498 /* System header to define __stub macros and hopefully few prototypes,
14499 which can conflict with char bind_textdomain_codeset (); below.
14500 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14501 <limits.h> exists even on freestanding compilers. */
14502
14503 #ifdef __STDC__
14504 # include <limits.h>
14505 #else
14506 # include <assert.h>
14507 #endif
14508
14509 #undef bind_textdomain_codeset
14510
14511 /* Override any GCC internal prototype to avoid an error.
14512 Use char because int might match the return type of a GCC
14513 builtin and then its argument prototype would still apply. */
14514 #ifdef __cplusplus
14515 extern "C"
14516 #endif
14517 char bind_textdomain_codeset ();
14518 /* The GNU C library defines this for functions which it implements
14519 to always fail with ENOSYS. Some functions are actually named
14520 something starting with __ and the normal name is an alias. */
14521 #if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
14522 choke me
14523 #endif
14524
14525 int
14526 main ()
14527 {
14528 return bind_textdomain_codeset ();
14529 ;
14530 return 0;
14531 }
14532 _ACEOF
14533 rm -f conftest.$ac_objext conftest$ac_exeext
14534 if { (ac_try="$ac_link"
14535 case "(($ac_try" in
14536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14537 *) ac_try_echo=$ac_try;;
14538 esac
14539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14540 $as_echo "$ac_try_echo") >&5
14541 (eval "$ac_link") 2>conftest.er1
14542 ac_status=$?
14543 grep -v '^ *+' conftest.er1 >conftest.err
14544 rm -f conftest.er1
14545 cat conftest.err >&5
14546 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14547 (exit $ac_status); } && {
14548 test -z "$ac_c_werror_flag" ||
14549 test ! -s conftest.err
14550 } && test -s conftest$ac_exeext && {
14551 test "$cross_compiling" = yes ||
14552 $as_test_x conftest$ac_exeext
14553 }; then
14554 ac_cv_func_bind_textdomain_codeset=yes
14555 else
14556 $as_echo "$as_me: failed program was:" >&5
14557 sed 's/^/| /' conftest.$ac_ext >&5
14558
14559 ac_cv_func_bind_textdomain_codeset=no
14560 fi
14561
14562 rm -rf conftest.dSYM
14563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14564 conftest$ac_exeext conftest.$ac_ext
14565 fi
14566 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
14567 $as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
14568 if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
12848 ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
12849 if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
1456912850 CATOBJEXT=.gmo
1457012851 DATADIRNAME=share
1457112852 else
1458012861 ;;
1458112862 esac
1458212863 fi
14583
14584 rm -rf conftest.dSYM
14585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14586 conftest$ac_exeext conftest.$ac_ext
12864 rm -f core conftest.err conftest.$ac_objext \
12865 conftest$ac_exeext conftest.$ac_ext
1458712866 LIBS="$glib_save_LIBS"
1458812867 INSTOBJEXT=.mo
1458912868 else
1459712876
1459812877 if test "$gt_cv_have_gettext" = "yes" ; then
1459912878
14600 cat >>confdefs.h <<\_ACEOF
14601 #define ENABLE_NLS 1
14602 _ACEOF
12879 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
1460312880
1460412881 fi
1460512882
1460712884 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
1460812885 : ;
1460912886 else
14610 { $as_echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
12887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
1461112888 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
1461212889 XGETTEXT=":"
1461312890 fi
1464012917 if test "x$ALL_LINGUAS" = "x"; then
1464112918 LINGUAS=
1464212919 else
14643 { $as_echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
12920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
1464412921 $as_echo_n "checking for catalogs to be installed... " >&6; }
1464512922 NEW_LINGUAS=
1464612923 for presentlang in $ALL_LINGUAS; do
1466512942 fi
1466612943 done
1466712944 LINGUAS=$NEW_LINGUAS
14668 { $as_echo "$as_me:$LINENO: result: $LINGUAS" >&5
12945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
1466912946 $as_echo "$LINGUAS" >&6; }
1467012947 fi
1467112948
1474113018 case $ac_val in #(
1474213019 *${as_nl}*)
1474313020 case $ac_var in #(
14744 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
13021 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1474513022 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1474613023 esac
1474713024 case $ac_var in #(
1474813025 _ | IFS | as_nl) ;; #(
1474913026 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14750 *) $as_unset $ac_var ;;
13027 *) { eval $ac_var=; unset $ac_var;} ;;
1475113028 esac ;;
1475213029 esac
1475313030 done
1475513032 (set) 2>&1 |
1475613033 case $as_nl`(ac_space=' '; set) 2>&1` in #(
1475713034 *${as_nl}ac_space=\ *)
14758 # `set' does not quote correctly, so add quotes (double-quote
14759 # substitution turns \\\\ into \\, and sed turns \\ into \).
13035 # `set' does not quote correctly, so add quotes: double-quote
13036 # substitution turns \\\\ into \\, and sed turns \\ into \.
1476013037 sed -n \
1476113038 "s/'/'\\\\''/g;
1476213039 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1477913056 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1478013057 if test -w "$cache_file"; then
1478113058 test "x$cache_file" != "x/dev/null" &&
14782 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
13059 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1478313060 $as_echo "$as_me: updating cache $cache_file" >&6;}
1478413061 cat confcache >$cache_file
1478513062 else
14786 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
13063 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1478713064 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1478813065 fi
1478913066 fi
1480313080 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1480413081 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
1480513082 # will be set to the directory where LIBOBJS objects are built.
14806 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14807 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
13083 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13084 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1480813085 done
1480913086 LIBOBJS=$ac_libobjs
1481013087
1482013097 fi
1482113098
1482213099 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14823 { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
14824 Usually this means the macro was only invoked conditionally." >&5
14825 $as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
14826 Usually this means the macro was only invoked conditionally." >&2;}
14827 { (exit 1); exit 1; }; }
13100 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13101 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1482813102 fi
1482913103 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14830 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
14831 Usually this means the macro was only invoked conditionally." >&5
14832 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
14833 Usually this means the macro was only invoked conditionally." >&2;}
14834 { (exit 1); exit 1; }; }
13104 as_fn_error "conditional \"AMDEP\" was never defined.
13105 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1483513106 fi
1483613107 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14837 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
14838 Usually this means the macro was only invoked conditionally." >&5
14839 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
14840 Usually this means the macro was only invoked conditionally." >&2;}
14841 { (exit 1); exit 1; }; }
13108 as_fn_error "conditional \"am__fastdepCC\" was never defined.
13109 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1484213110 fi
1484313111 if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
14844 { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_GTK_DOC\" was never defined.
14845 Usually this means the macro was only invoked conditionally." >&5
14846 $as_echo "$as_me: error: conditional \"ENABLE_GTK_DOC\" was never defined.
14847 Usually this means the macro was only invoked conditionally." >&2;}
14848 { (exit 1); exit 1; }; }
13112 as_fn_error "conditional \"ENABLE_GTK_DOC\" was never defined.
13113 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13114 fi
13115 if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then
13116 as_fn_error "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
13117 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13118 fi
13119 if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then
13120 as_fn_error "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
13121 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1484913122 fi
1485013123 if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then
14851 { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
14852 Usually this means the macro was only invoked conditionally." >&5
14853 $as_echo "$as_me: error: conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
14854 Usually this means the macro was only invoked conditionally." >&2;}
14855 { (exit 1); exit 1; }; }
13124 as_fn_error "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
13125 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13126 fi
13127 if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then
13128 as_fn_error "conditional \"GTK_DOC_USE_REBASE\" was never defined.
13129 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1485613130 fi
1485713131 if test -z "${BUILD_EXAMPLES_TRUE}" && test -z "${BUILD_EXAMPLES_FALSE}"; then
14858 { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_EXAMPLES\" was never defined.
14859 Usually this means the macro was only invoked conditionally." >&5
14860 $as_echo "$as_me: error: conditional \"BUILD_EXAMPLES\" was never defined.
14861 Usually this means the macro was only invoked conditionally." >&2;}
14862 { (exit 1); exit 1; }; }
13132 as_fn_error "conditional \"BUILD_EXAMPLES\" was never defined.
13133 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1486313134 fi
1486413135 if test -z "${ENABLE_INTROSPECTION_TRUE}" && test -z "${ENABLE_INTROSPECTION_FALSE}"; then
14865 { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_INTROSPECTION\" was never defined.
14866 Usually this means the macro was only invoked conditionally." >&5
14867 $as_echo "$as_me: error: conditional \"ENABLE_INTROSPECTION\" was never defined.
14868 Usually this means the macro was only invoked conditionally." >&2;}
14869 { (exit 1); exit 1; }; }
13136 as_fn_error "conditional \"ENABLE_INTROSPECTION\" was never defined.
13137 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1487013138 fi
1487113139
1487213140 ac_config_commands="$ac_config_commands po/stamp-it"
1487713145 ac_write_fail=0
1487813146 ac_clean_files_save=$ac_clean_files
1487913147 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14880 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
13148 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1488113149 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14882 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13150 as_write_fail=0
13151 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1488313152 #! $SHELL
1488413153 # Generated by $as_me.
1488513154 # Run this file to recreate the current configuration.
1488913158 debug=false
1489013159 ac_cs_recheck=false
1489113160 ac_cs_silent=false
13161
1489213162 SHELL=\${CONFIG_SHELL-$SHELL}
14893 _ACEOF
14894
14895 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14896 ## --------------------- ##
14897 ## M4sh Initialization. ##
14898 ## --------------------- ##
13163 export SHELL
13164 _ASEOF
13165 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13166 ## -------------------- ##
13167 ## M4sh Initialization. ##
13168 ## -------------------- ##
1489913169
1490013170 # Be more Bourne compatible
1490113171 DUALCASE=1; export DUALCASE # for MKS sh
14902 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
13172 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1490313173 emulate sh
1490413174 NULLCMD=:
1490513175 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1490713177 alias -g '${1+"$@"}'='"$@"'
1490813178 setopt NO_GLOB_SUBST
1490913179 else
14910 case `(set -o) 2>/dev/null` in
14911 *posix*) set -o posix ;;
13180 case `(set -o) 2>/dev/null` in #(
13181 *posix*) :
13182 set -o posix ;; #(
13183 *) :
13184 ;;
1491213185 esac
14913
14914 fi
14915
14916
14917
14918
14919 # PATH needs CR
14920 # Avoid depending upon Character Ranges.
14921 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14922 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14923 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14924 as_cr_digits='0123456789'
14925 as_cr_alnum=$as_cr_Letters$as_cr_digits
13186 fi
13187
1492613188
1492713189 as_nl='
1492813190 '
1493113193 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1493213194 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
1493313195 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14934 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13196 # Prefer a ksh shell builtin over an external printf program on Solaris,
13197 # but without wasting forks for bash or zsh.
13198 if test -z "$BASH_VERSION$ZSH_VERSION" \
13199 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13200 as_echo='print -r --'
13201 as_echo_n='print -rn --'
13202 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1493513203 as_echo='printf %s\n'
1493613204 as_echo_n='printf %s'
1493713205 else
1494213210 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
1494313211 as_echo_n_body='eval
1494413212 arg=$1;
14945 case $arg in
13213 case $arg in #(
1494613214 *"$as_nl"*)
1494713215 expr "X$arg" : "X\\(.*\\)$as_nl";
1494813216 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
1496513233 }
1496613234 fi
1496713235
14968 # Support unset when possible.
14969 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
14970 as_unset=unset
14971 else
14972 as_unset=false
14973 fi
14974
1497513236
1497613237 # IFS
1497713238 # We need space, tab and new line, in precisely that order. Quoting is
1498113242 IFS=" "" $as_nl"
1498213243
1498313244 # Find who we are. Look in the path if we contain no directory separator.
14984 case $0 in
13245 case $0 in #((
1498513246 *[\\/]* ) as_myself=$0 ;;
1498613247 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1498713248 for as_dir in $PATH
1498813249 do
1498913250 IFS=$as_save_IFS
1499013251 test -z "$as_dir" && as_dir=.
14991 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14992 done
13252 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13253 done
1499313254 IFS=$as_save_IFS
1499413255
1499513256 ;;
1500113262 fi
1500213263 if test ! -f "$as_myself"; then
1500313264 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15004 { (exit 1); exit 1; }
15005 fi
15006
15007 # Work around bugs in pre-3.0 UWIN ksh.
15008 for as_var in ENV MAIL MAILPATH
15009 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
13265 exit 1
13266 fi
13267
13268 # Unset variables that we do not need and which cause bugs (e.g. in
13269 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13270 # suppresses any "Segmentation fault" message there. '((' could
13271 # trigger a bug in pdksh 5.2.14.
13272 for as_var in BASH_ENV ENV MAIL MAILPATH
13273 do eval test x\${$as_var+set} = xset \
13274 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1501013275 done
1501113276 PS1='$ '
1501213277 PS2='> '
1501813283 LANGUAGE=C
1501913284 export LANGUAGE
1502013285
15021 # Required to use basename.
13286 # CDPATH.
13287 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13288
13289
13290 # as_fn_error ERROR [LINENO LOG_FD]
13291 # ---------------------------------
13292 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13293 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13294 # script with status $?, using 1 if that was 0.
13295 as_fn_error ()
13296 {
13297 as_status=$?; test $as_status -eq 0 && as_status=1
13298 if test "$3"; then
13299 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13300 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13301 fi
13302 $as_echo "$as_me: error: $1" >&2
13303 as_fn_exit $as_status
13304 } # as_fn_error
13305
13306
13307 # as_fn_set_status STATUS
13308 # -----------------------
13309 # Set $? to STATUS, without forking.
13310 as_fn_set_status ()
13311 {
13312 return $1
13313 } # as_fn_set_status
13314
13315 # as_fn_exit STATUS
13316 # -----------------
13317 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13318 as_fn_exit ()
13319 {
13320 set +e
13321 as_fn_set_status $1
13322 exit $1
13323 } # as_fn_exit
13324
13325 # as_fn_unset VAR
13326 # ---------------
13327 # Portably unset VAR.
13328 as_fn_unset ()
13329 {
13330 { eval $1=; unset $1;}
13331 }
13332 as_unset=as_fn_unset
13333 # as_fn_append VAR VALUE
13334 # ----------------------
13335 # Append the text in VALUE to the end of the definition contained in VAR. Take
13336 # advantage of any shell optimizations that allow amortized linear growth over
13337 # repeated appends, instead of the typical quadratic growth present in naive
13338 # implementations.
13339 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13340 eval 'as_fn_append ()
13341 {
13342 eval $1+=\$2
13343 }'
13344 else
13345 as_fn_append ()
13346 {
13347 eval $1=\$$1\$2
13348 }
13349 fi # as_fn_append
13350
13351 # as_fn_arith ARG...
13352 # ------------------
13353 # Perform arithmetic evaluation on the ARGs, and store the result in the
13354 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13355 # must be portable across $(()) and expr.
13356 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13357 eval 'as_fn_arith ()
13358 {
13359 as_val=$(( $* ))
13360 }'
13361 else
13362 as_fn_arith ()
13363 {
13364 as_val=`expr "$@" || test $? -eq 1`
13365 }
13366 fi # as_fn_arith
13367
13368
1502213369 if expr a : '\(a\)' >/dev/null 2>&1 &&
1502313370 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1502413371 as_expr=expr
1503213379 as_basename=false
1503313380 fi
1503413381
15035
15036 # Name of the executable.
13382 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13383 as_dirname=dirname
13384 else
13385 as_dirname=false
13386 fi
13387
1503713388 as_me=`$as_basename -- "$0" ||
1503813389 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1503913390 X"$0" : 'X\(//\)$' \| \
1505313404 }
1505413405 s/.*/./; q'`
1505513406
15056 # CDPATH.
15057 $as_unset CDPATH
15058
15059
15060
15061 as_lineno_1=$LINENO
15062 as_lineno_2=$LINENO
15063 test "x$as_lineno_1" != "x$as_lineno_2" &&
15064 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
15065
15066 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
15067 # uniformly replaced by the line number. The first 'sed' inserts a
15068 # line-number line after each line using $LINENO; the second 'sed'
15069 # does the real work. The second script uses 'N' to pair each
15070 # line-number line with the line containing $LINENO, and appends
15071 # trailing '-' during substitution so that $LINENO is not a special
15072 # case at line end.
15073 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
15074 # scripts with optimization help from Paolo Bonzini. Blame Lee
15075 # E. McMahon (1931-1989) for sed's syntax. :-)
15076 sed -n '
15077 p
15078 /[$]LINENO/=
15079 ' <$as_myself |
15080 sed '
15081 s/[$]LINENO.*/&-/
15082 t lineno
15083 b
15084 :lineno
15085 N
15086 :loop
15087 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
15088 t loop
15089 s/-\n.*//
15090 ' >$as_me.lineno &&
15091 chmod +x "$as_me.lineno" ||
15092 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
15093 { (exit 1); exit 1; }; }
15094
15095 # Don't try to exec as it changes $[0], causing all sort of problems
15096 # (the dirname of $[0] is not the place where we might find the
15097 # original and so on. Autoconf is especially sensitive to this).
15098 . "./$as_me.lineno"
15099 # Exit status is that of the last command.
15100 exit
15101 }
15102
15103
15104 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15105 as_dirname=dirname
15106 else
15107 as_dirname=false
15108 fi
13407 # Avoid depending upon Character Ranges.
13408 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13409 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13410 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13411 as_cr_digits='0123456789'
13412 as_cr_alnum=$as_cr_Letters$as_cr_digits
1510913413
1511013414 ECHO_C= ECHO_N= ECHO_T=
15111 case `echo -n x` in
13415 case `echo -n x` in #(((((
1511213416 -n*)
15113 case `echo 'x\c'` in
13417 case `echo 'xy\c'` in
1511413418 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15115 *) ECHO_C='\c';;
13419 xy) ECHO_C='\c';;
13420 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13421 ECHO_T=' ';;
1511613422 esac;;
1511713423 *)
1511813424 ECHO_N='-n';;
1511913425 esac
15120 if expr a : '\(a\)' >/dev/null 2>&1 &&
15121 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15122 as_expr=expr
15123 else
15124 as_expr=false
15125 fi
1512613426
1512713427 rm -f conf$$ conf$$.exe conf$$.file
1512813428 if test -d conf$$.dir; then
1515113451 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
1515213452 rmdir conf$$.dir 2>/dev/null
1515313453
13454
13455 # as_fn_mkdir_p
13456 # -------------
13457 # Create "$as_dir" as a directory, including parents if necessary.
13458 as_fn_mkdir_p ()
13459 {
13460
13461 case $as_dir in #(
13462 -*) as_dir=./$as_dir;;
13463 esac
13464 test -d "$as_dir" || eval $as_mkdir_p || {
13465 as_dirs=
13466 while :; do
13467 case $as_dir in #(
13468 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13469 *) as_qdir=$as_dir;;
13470 esac
13471 as_dirs="'$as_qdir' $as_dirs"
13472 as_dir=`$as_dirname -- "$as_dir" ||
13473 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13474 X"$as_dir" : 'X\(//\)[^/]' \| \
13475 X"$as_dir" : 'X\(//\)$' \| \
13476 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13477 $as_echo X"$as_dir" |
13478 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13479 s//\1/
13480 q
13481 }
13482 /^X\(\/\/\)[^/].*/{
13483 s//\1/
13484 q
13485 }
13486 /^X\(\/\/\)$/{
13487 s//\1/
13488 q
13489 }
13490 /^X\(\/\).*/{
13491 s//\1/
13492 q
13493 }
13494 s/.*/./; q'`
13495 test -d "$as_dir" && break
13496 done
13497 test -z "$as_dirs" || eval "mkdir $as_dirs"
13498 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13499
13500
13501 } # as_fn_mkdir_p
1515413502 if mkdir -p . 2>/dev/null; then
15155 as_mkdir_p=:
13503 as_mkdir_p='mkdir -p "$as_dir"'
1515613504 else
1515713505 test -d ./-p && rmdir ./-p
1515813506 as_mkdir_p=false
1517113519 if test -d "$1"; then
1517213520 test -d "$1/.";
1517313521 else
15174 case $1 in
13522 case $1 in #(
1517513523 -*)set "./$1";;
1517613524 esac;
15177 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
13525 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
1517813526 ???[sx]*):;;*)false;;esac;fi
1517913527 '\'' sh
1518013528 '
1518913537
1519013538
1519113539 exec 6>&1
15192
15193 # Save the log message, to keep $[0] and so on meaningful, and to
13540 ## ----------------------------------- ##
13541 ## Main body of $CONFIG_STATUS script. ##
13542 ## ----------------------------------- ##
13543 _ASEOF
13544 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13545
13546 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13547 # Save the log message, to keep $0 and so on meaningful, and to
1519413548 # report actual input values of CONFIG_FILES etc. instead of their
1519513549 # values after options handling.
1519613550 ac_log="
15197 This file was extended by polkit-gnome $as_me 0.95, which was
15198 generated by GNU Autoconf 2.63. Invocation command line was
13551 This file was extended by polkit-gnome $as_me 0.96, which was
13552 generated by GNU Autoconf 2.65. Invocation command line was
1519913553
1520013554 CONFIG_FILES = $CONFIG_FILES
1520113555 CONFIG_HEADERS = $CONFIG_HEADERS
1522713581
1522813582 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1522913583 ac_cs_usage="\
15230 \`$as_me' instantiates files from templates according to the
15231 current configuration.
15232
15233 Usage: $0 [OPTION]... [FILE]...
13584 \`$as_me' instantiates files and other configuration actions
13585 from templates according to the current configuration. Unless the files
13586 and actions are specified as TAGs, all are instantiated by default.
13587
13588 Usage: $0 [OPTION]... [TAG]...
1523413589
1523513590 -h, --help print this help, then exit
1523613591 -V, --version print version number and configuration settings, then exit
13592 --config print configuration, then exit
1523713593 -q, --quiet, --silent
1523813594 do not print progress messages
1523913595 -d, --debug don't remove temporary files
1525213608 Configuration commands:
1525313609 $config_commands
1525413610
15255 Report bugs to <bug-autoconf@gnu.org>."
13611 Report bugs to <http://lists.freedesktop.org/mailman/listinfo/polkit-devel>."
1525613612
1525713613 _ACEOF
1525813614 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13615 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1525913616 ac_cs_version="\\
15260 polkit-gnome config.status 0.95
15261 configured by $0, generated by GNU Autoconf 2.63,
15262 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15263
15264 Copyright (C) 2008 Free Software Foundation, Inc.
13617 polkit-gnome config.status 0.96
13618 configured by $0, generated by GNU Autoconf 2.65,
13619 with options \\"\$ac_cs_config\\"
13620
13621 Copyright (C) 2009 Free Software Foundation, Inc.
1526513622 This config.status script is free software; the Free Software Foundation
1526613623 gives unlimited permission to copy, distribute and modify it."
1526713624
1529713654 ac_cs_recheck=: ;;
1529813655 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
1529913656 $as_echo "$ac_cs_version"; exit ;;
13657 --config | --confi | --conf | --con | --co | --c )
13658 $as_echo "$ac_cs_config"; exit ;;
1530013659 --debug | --debu | --deb | --de | --d | -d )
1530113660 debug=: ;;
1530213661 --file | --fil | --fi | --f )
1530413663 case $ac_optarg in
1530513664 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1530613665 esac
15307 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
13666 as_fn_append CONFIG_FILES " '$ac_optarg'"
1530813667 ac_need_defaults=false;;
1530913668 --header | --heade | --head | --hea )
1531013669 $ac_shift
1531113670 case $ac_optarg in
1531213671 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1531313672 esac
15314 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
13673 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
1531513674 ac_need_defaults=false;;
1531613675 --he | --h)
1531713676 # Conflict between --help and --header
15318 { $as_echo "$as_me: error: ambiguous option: $1
15319 Try \`$0 --help' for more information." >&2
15320 { (exit 1); exit 1; }; };;
13677 as_fn_error "ambiguous option: \`$1'
13678 Try \`$0 --help' for more information.";;
1532113679 --help | --hel | -h )
1532213680 $as_echo "$ac_cs_usage"; exit ;;
1532313681 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1532513683 ac_cs_silent=: ;;
1532613684
1532713685 # This is an error.
15328 -*) { $as_echo "$as_me: error: unrecognized option: $1
15329 Try \`$0 --help' for more information." >&2
15330 { (exit 1); exit 1; }; } ;;
15331
15332 *) ac_config_targets="$ac_config_targets $1"
13686 -*) as_fn_error "unrecognized option: \`$1'
13687 Try \`$0 --help' for more information." ;;
13688
13689 *) as_fn_append ac_config_targets " $1"
1533313690 ac_need_defaults=false ;;
1533413691
1533513692 esac
1564914006 "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
1565014007 "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
1565114008
15652 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
15653 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
15654 { (exit 1); exit 1; }; };;
14009 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1565514010 esac
1565614011 done
1565714012
1567814033 trap 'exit_status=$?
1567914034 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
1568014035 ' 0
15681 trap '{ (exit 1); exit 1; }' 1 2 13 15
14036 trap 'as_fn_exit 1' 1 2 13 15
1568214037 }
1568314038 # Create a (secure) tmp directory for tmp files.
1568414039
1568914044 {
1569014045 tmp=./conf$$-$RANDOM
1569114046 (umask 077 && mkdir "$tmp")
15692 } ||
15693 {
15694 $as_echo "$as_me: cannot create a temporary directory in ." >&2
15695 { (exit 1); exit 1; }
15696 }
14047 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
1569714048
1569814049 # Set up the scripts for CONFIG_FILES section.
1569914050 # No need to generate them if there are no CONFIG_FILES.
1570114052 if test -n "$CONFIG_FILES"; then
1570214053
1570314054
15704 ac_cr='
15705 '
14055 ac_cr=`echo X | tr X '\015'`
14056 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14057 # But we know of no other shell where ac_cr would be empty at this
14058 # point, so we can use a bashism as a fallback.
14059 if test "x$ac_cr" = x; then
14060 eval ac_cr=\$\'\\r\'
14061 fi
1570614062 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
1570714063 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15708 ac_cs_awk_cr='\\r'
14064 ac_cs_awk_cr='\r'
1570914065 else
1571014066 ac_cs_awk_cr=$ac_cr
1571114067 fi
1571914075 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
1572014076 echo "_ACEOF"
1572114077 } >conf$$subs.sh ||
15722 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
15723 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
15724 { (exit 1); exit 1; }; }
14078 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
1572514079 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
1572614080 ac_delim='%!_!# '
1572714081 for ac_last_try in false false false false false :; do
1572814082 . ./conf$$subs.sh ||
15729 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
15730 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
15731 { (exit 1); exit 1; }; }
14083 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
1573214084
1573314085 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
1573414086 if test $ac_delim_n = $ac_delim_num; then
1573514087 break
1573614088 elif $ac_last_try; then
15737 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
15738 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
15739 { (exit 1); exit 1; }; }
14089 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
1574014090 else
1574114091 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
1574214092 fi
1575814108 t delim
1575914109 :nl
1576014110 h
15761 s/\(.\{148\}\).*/\1/
14111 s/\(.\{148\}\)..*/\1/
1576214112 t more1
1576314113 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
1576414114 p
1577214122 t nl
1577314123 :delim
1577414124 h
15775 s/\(.\{148\}\).*/\1/
14125 s/\(.\{148\}\)..*/\1/
1577614126 t more2
1577714127 s/["\\]/\\&/g; s/^/"/; s/$/"/
1577814128 p
1582514175 else
1582614176 cat
1582714177 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15828 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
15829 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
15830 { (exit 1); exit 1; }; }
14178 || as_fn_error "could not setup config files machinery" "$LINENO" 5
1583114179 _ACEOF
1583214180
1583314181 # VPATH may cause trouble with some makes, so we remove $(srcdir),
1586814216 if test -z "$ac_t"; then
1586914217 break
1587014218 elif $ac_last_try; then
15871 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
15872 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
15873 { (exit 1); exit 1; }; }
14219 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
1587414220 else
1587514221 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
1587614222 fi
1595514301 _ACAWK
1595614302 _ACEOF
1595714303 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15958 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
15959 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
15960 { (exit 1); exit 1; }; }
14304 as_fn_error "could not setup config headers machinery" "$LINENO" 5
1596114305 fi # test -n "$CONFIG_HEADERS"
1596214306
1596314307
1597014314 esac
1597114315 case $ac_mode$ac_tag in
1597214316 :[FHL]*:*);;
15973 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
15974 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
15975 { (exit 1); exit 1; }; };;
14317 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
1597614318 :[FH]-) ac_tag=-:-;;
1597714319 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1597814320 esac
1600014342 [\\/$]*) false;;
1600114343 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1600214344 esac ||
16003 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
16004 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
16005 { (exit 1); exit 1; }; };;
14345 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1600614346 esac
1600714347 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16008 ac_file_inputs="$ac_file_inputs '$ac_f'"
14348 as_fn_append ac_file_inputs " '$ac_f'"
1600914349 done
1601014350
1601114351 # Let's still pretend it is `configure' which instantiates (i.e., don't
1601614356 `' by configure.'
1601714357 if test x"$ac_file" != x-; then
1601814358 configure_input="$ac_file. $configure_input"
16019 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
14359 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1602014360 $as_echo "$as_me: creating $ac_file" >&6;}
1602114361 fi
1602214362 # Neutralize special characters interpreted by sed in replacement strings.
1602914369
1603014370 case $ac_tag in
1603114371 *:-:* | *:-) cat >"$tmp/stdin" \
16032 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
16033 $as_echo "$as_me: error: could not create $ac_file" >&2;}
16034 { (exit 1); exit 1; }; } ;;
14372 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
1603514373 esac
1603614374 ;;
1603714375 esac
1605914397 q
1606014398 }
1606114399 s/.*/./; q'`
16062 { as_dir="$ac_dir"
16063 case $as_dir in #(
16064 -*) as_dir=./$as_dir;;
16065 esac
16066 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
16067 as_dirs=
16068 while :; do
16069 case $as_dir in #(
16070 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16071 *) as_qdir=$as_dir;;
16072 esac
16073 as_dirs="'$as_qdir' $as_dirs"
16074 as_dir=`$as_dirname -- "$as_dir" ||
16075 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16076 X"$as_dir" : 'X\(//\)[^/]' \| \
16077 X"$as_dir" : 'X\(//\)$' \| \
16078 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16079 $as_echo X"$as_dir" |
16080 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16081 s//\1/
16082 q
16083 }
16084 /^X\(\/\/\)[^/].*/{
16085 s//\1/
16086 q
16087 }
16088 /^X\(\/\/\)$/{
16089 s//\1/
16090 q
16091 }
16092 /^X\(\/\).*/{
16093 s//\1/
16094 q
16095 }
16096 s/.*/./; q'`
16097 test -d "$as_dir" && break
16098 done
16099 test -z "$as_dirs" || eval "mkdir $as_dirs"
16100 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
16101 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
16102 { (exit 1); exit 1; }; }; }
14400 as_dir="$ac_dir"; as_fn_mkdir_p
1610314401 ac_builddir=.
1610414402
1610514403 case "$ac_dir" in
1615614454 # If the template does not know about datarootdir, expand it.
1615714455 # FIXME: This hack should be removed a few years after 2.60.
1615814456 ac_datarootdir_hack=; ac_datarootdir_seen=
16159
1616014457 ac_sed_dataroot='
1616114458 /datarootdir/ {
1616214459 p
1616614463 /@docdir@/p
1616714464 /@infodir@/p
1616814465 /@localedir@/p
16169 /@mandir@/p
16170 '
14466 /@mandir@/p'
1617114467 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1617214468 *datarootdir*) ac_datarootdir_seen=yes;;
1617314469 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16174 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14470 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1617514471 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1617614472 _ACEOF
1617714473 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1618114477 s&@infodir@&$infodir&g
1618214478 s&@localedir@&$localedir&g
1618314479 s&@mandir@&$mandir&g
16184 s&\\\${datarootdir}&$datarootdir&g' ;;
14480 s&\\\${datarootdir}&$datarootdir&g' ;;
1618514481 esac
1618614482 _ACEOF
1618714483
1621014506 $ac_datarootdir_hack
1621114507 "
1621214508 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16213 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
16214 $as_echo "$as_me: error: could not create $ac_file" >&2;}
16215 { (exit 1); exit 1; }; }
14509 || as_fn_error "could not create $ac_file" "$LINENO" 5
1621614510
1621714511 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1621814512 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1621914513 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16220 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14514 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1622114515 which seems to be undefined. Please make sure it is defined." >&5
1622214516 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1622314517 which seems to be undefined. Please make sure it is defined." >&2;}
1622714521 -) cat "$tmp/out" && rm -f "$tmp/out";;
1622814522 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1622914523 esac \
16230 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
16231 $as_echo "$as_me: error: could not create $ac_file" >&2;}
16232 { (exit 1); exit 1; }; }
14524 || as_fn_error "could not create $ac_file" "$LINENO" 5
1623314525 ;;
1623414526 :H)
1623514527 #
1624014532 $as_echo "/* $configure_input */" \
1624114533 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1624214534 } >"$tmp/config.h" \
16243 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
16244 $as_echo "$as_me: error: could not create $ac_file" >&2;}
16245 { (exit 1); exit 1; }; }
14535 || as_fn_error "could not create $ac_file" "$LINENO" 5
1624614536 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16247 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14537 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1624814538 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1624914539 else
1625014540 rm -f "$ac_file"
1625114541 mv "$tmp/config.h" "$ac_file" \
16252 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
16253 $as_echo "$as_me: error: could not create $ac_file" >&2;}
16254 { (exit 1); exit 1; }; }
14542 || as_fn_error "could not create $ac_file" "$LINENO" 5
1625514543 fi
1625614544 else
1625714545 $as_echo "/* $configure_input */" \
1625814546 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16259 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
16260 $as_echo "$as_me: error: could not create -" >&2;}
16261 { (exit 1); exit 1; }; }
14547 || as_fn_error "could not create -" "$LINENO" 5
1626214548 fi
1626314549 # Compute "$ac_file"'s index in $config_headers.
1626414550 _am_arg="$ac_file"
1629614582 s/.*/./; q'`/stamp-h$_am_stamp_count
1629714583 ;;
1629814584
16299 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
14585 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1630014586 $as_echo "$as_me: executing $ac_file commands" >&6;}
1630114587 ;;
1630214588 esac
1639114677 q
1639214678 }
1639314679 s/.*/./; q'`
16394 { as_dir=$dirpart/$fdir
16395 case $as_dir in #(
16396 -*) as_dir=./$as_dir;;
16397 esac
16398 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
16399 as_dirs=
16400 while :; do
16401 case $as_dir in #(
16402 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16403 *) as_qdir=$as_dir;;
16404 esac
16405 as_dirs="'$as_qdir' $as_dirs"
16406 as_dir=`$as_dirname -- "$as_dir" ||
16407 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16408 X"$as_dir" : 'X\(//\)[^/]' \| \
16409 X"$as_dir" : 'X\(//\)$' \| \
16410 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16411 $as_echo X"$as_dir" |
16412 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16413 s//\1/
16414 q
16415 }
16416 /^X\(\/\/\)[^/].*/{
16417 s//\1/
16418 q
16419 }
16420 /^X\(\/\/\)$/{
16421 s//\1/
16422 q
16423 }
16424 /^X\(\/\).*/{
16425 s//\1/
16426 q
16427 }
16428 s/.*/./; q'`
16429 test -d "$as_dir" && break
16430 done
16431 test -z "$as_dirs" || eval "mkdir $as_dirs"
16432 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
16433 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
16434 { (exit 1); exit 1; }; }; }
14680 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1643514681 # echo "creating $dirpart/$file"
1643614682 echo '# dummy' > "$dirpart/$file"
1643714683 done
1707815324 esac ;;
1707915325 "po/stamp-it":C)
1708015326 if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
17081 { { $as_echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
17082 $as_echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
17083 { (exit 1); exit 1; }; }
15327 as_fn_error "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
1708415328 fi
1708515329 rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
1708615330 >"po/stamp-it.tmp"
1710315347 done # for ac_tag
1710415348
1710515349
17106 { (exit 0); exit 0; }
15350 as_fn_exit 0
1710715351 _ACEOF
17108 chmod +x $CONFIG_STATUS
1710915352 ac_clean_files=$ac_clean_files_save
1711015353
1711115354 test $ac_write_fail = 0 ||
17112 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
17113 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
17114 { (exit 1); exit 1; }; }
15355 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
1711515356
1711615357
1711715358 # configure is writing to config.log, and then calls config.status.
1713215373 exec 5>>config.log
1713315374 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
1713415375 # would make configure fail if this is the last instruction.
17135 $ac_cs_success || { (exit 1); exit 1; }
15376 $ac_cs_success || as_fn_exit $?
1713615377 fi
1713715378 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17138 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15379 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
1713915380 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1714015381 fi
1714115382
0 AC_INIT([polkit-gnome],[0.95],[http://lists.freedesktop.org/mailman/listinfo/polkit-devel],[polkit-gnome])
0 AC_INIT([polkit-gnome],[0.96],[http://lists.freedesktop.org/mailman/listinfo/polkit-devel],[polkit-gnome])
11
22 AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
33
0 # Makefile.in generated by automake 1.11 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
9494 GMSGFMT = @GMSGFMT@
9595 GREP = @GREP@
9696 GTKDOC_CHECK = @GTKDOC_CHECK@
97 GTKDOC_MKPDF = @GTKDOC_MKPDF@
98 GTKDOC_REBASE = @GTKDOC_REBASE@
9799 GTK_CFLAGS = @GTK_CFLAGS@
98100 GTK_LIBS = @GTK_LIBS@
99101 G_IR_COMPILER = @G_IR_COMPILER@
142144 PACKAGE_NAME = @PACKAGE_NAME@
143145 PACKAGE_STRING = @PACKAGE_STRING@
144146 PACKAGE_TARNAME = @PACKAGE_TARNAME@
147 PACKAGE_URL = @PACKAGE_URL@
145148 PACKAGE_VERSION = @PACKAGE_VERSION@
146149 PATH_SEPARATOR = @PATH_SEPARATOR@
147150 PKG_CONFIG = @PKG_CONFIG@
277280 # Extra options to supply to gtkdoc-fixref
278281 FIXXREF_OPTIONS =
279282 @ENABLE_GTK_DOC_TRUE@@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
280 @ENABLE_GTK_DOC_TRUE@@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
283 @ENABLE_GTK_DOC_TRUE@@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
281284 @ENABLE_GTK_DOC_TRUE@@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
282 @ENABLE_GTK_DOC_TRUE@@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
283 @ENABLE_GTK_DOC_TRUE@@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN = sh -c
285 @ENABLE_GTK_DOC_TRUE@@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
286 @ENABLE_GTK_DOC_TRUE@@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN =
284287 @ENABLE_GTK_DOC_TRUE@@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute
285288
286289 # We set GPATH here; this gives us semantics for GNU make
299302 @ENABLE_GTK_DOC_TRUE@ $(DOC_MODULE)-overrides.txt
300303
301304 @ENABLE_GTK_DOC_TRUE@DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
302 @ENABLE_GTK_DOC_TRUE@ $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
305 @ENABLE_GTK_DOC_TRUE@ pdf-build.stamp \
306 @ENABLE_GTK_DOC_TRUE@ $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp \
307 @ENABLE_GTK_DOC_TRUE@ $(srcdir)/pdf.stamp
303308
304309 @ENABLE_GTK_DOC_TRUE@SCANOBJ_FILES = \
305310 @ENABLE_GTK_DOC_TRUE@ $(DOC_MODULE).args \
336341 @ENABLE_GTK_DOC_TRUE@ polkit-gtk-1-undeclared.txt \
337342 @ENABLE_GTK_DOC_TRUE@ polkit-gtk-1-undocumented.txt *.stamp \
338343 @ENABLE_GTK_DOC_TRUE@ version.xml -rf html xml $(NULL)
344 @ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP =
345 @ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp
346 @ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP =
347 @ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp
339348 all: all-am
340349
341350 .SUFFIXES:
538547 uninstall-local
539548
540549
541 @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
550 @ENABLE_GTK_DOC_TRUE@all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
542551 #all-local:
543552
544 @ENABLE_GTK_DOC_TRUE@docs: html-build.stamp
553 @ENABLE_GTK_DOC_TRUE@docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
545554
546555 @ENABLE_GTK_DOC_TRUE@$(REPORT_FILES): sgml-build.stamp
547556
550559 @ENABLE_GTK_DOC_TRUE@scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
551560 @ENABLE_GTK_DOC_TRUE@ @echo 'gtk-doc: Scanning header files'
552561 @ENABLE_GTK_DOC_TRUE@ @-chmod -R u+w $(srcdir)
553 @ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && \
562 @ENABLE_GTK_DOC_TRUE@ @cd $(srcdir) && \
554563 @ENABLE_GTK_DOC_TRUE@ gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
555 @ENABLE_GTK_DOC_TRUE@ if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
564 @ENABLE_GTK_DOC_TRUE@ @if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
556565 @ENABLE_GTK_DOC_TRUE@ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
557566 @ENABLE_GTK_DOC_TRUE@ else \
558567 @ENABLE_GTK_DOC_TRUE@ cd $(srcdir) ; \
560569 @ENABLE_GTK_DOC_TRUE@ test -f $$i || touch $$i ; \
561570 @ENABLE_GTK_DOC_TRUE@ done \
562571 @ENABLE_GTK_DOC_TRUE@ fi
563 @ENABLE_GTK_DOC_TRUE@ touch scan-build.stamp
572 @ENABLE_GTK_DOC_TRUE@ @touch scan-build.stamp
564573
565574 @ENABLE_GTK_DOC_TRUE@$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
566575 @ENABLE_GTK_DOC_TRUE@ @true
570579 @ENABLE_GTK_DOC_TRUE@tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
571580 @ENABLE_GTK_DOC_TRUE@ @echo 'gtk-doc: Rebuilding template files'
572581 @ENABLE_GTK_DOC_TRUE@ @-chmod -R u+w $(srcdir)
573 @ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
574 @ENABLE_GTK_DOC_TRUE@ touch tmpl-build.stamp
582 @ENABLE_GTK_DOC_TRUE@ @cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
583 @ENABLE_GTK_DOC_TRUE@ @touch tmpl-build.stamp
575584
576585 @ENABLE_GTK_DOC_TRUE@tmpl.stamp: tmpl-build.stamp
577586 @ENABLE_GTK_DOC_TRUE@ @true
578587
579 @ENABLE_GTK_DOC_TRUE@tmpl/*.sgml:
588 @ENABLE_GTK_DOC_TRUE@$(srcdir)/tmpl/*.sgml:
580589 @ENABLE_GTK_DOC_TRUE@ @true
581590
582591 #### xml ####
583592
584 @ENABLE_GTK_DOC_TRUE@sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
593 @ENABLE_GTK_DOC_TRUE@sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
585594 @ENABLE_GTK_DOC_TRUE@ @echo 'gtk-doc: Building XML'
586595 @ENABLE_GTK_DOC_TRUE@ @-chmod -R u+w $(srcdir)
587 @ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && \
596 @ENABLE_GTK_DOC_TRUE@ @cd $(srcdir) && \
588597 @ENABLE_GTK_DOC_TRUE@ gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS)
589 @ENABLE_GTK_DOC_TRUE@ touch sgml-build.stamp
598 @ENABLE_GTK_DOC_TRUE@ @touch sgml-build.stamp
590599
591600 @ENABLE_GTK_DOC_TRUE@sgml.stamp: sgml-build.stamp
592601 @ENABLE_GTK_DOC_TRUE@ @true
596605 @ENABLE_GTK_DOC_TRUE@html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
597606 @ENABLE_GTK_DOC_TRUE@ @echo 'gtk-doc: Building HTML'
598607 @ENABLE_GTK_DOC_TRUE@ @-chmod -R u+w $(srcdir)
599 @ENABLE_GTK_DOC_TRUE@ rm -rf $(srcdir)/html
600 @ENABLE_GTK_DOC_TRUE@ mkdir $(srcdir)/html
601 @ENABLE_GTK_DOC_TRUE@ mkhtml_options=""; \
608 @ENABLE_GTK_DOC_TRUE@ @rm -rf $(srcdir)/html
609 @ENABLE_GTK_DOC_TRUE@ @mkdir $(srcdir)/html
610 @ENABLE_GTK_DOC_TRUE@ @mkhtml_options=""; \
602611 @ENABLE_GTK_DOC_TRUE@ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \
603612 @ENABLE_GTK_DOC_TRUE@ if test "$(?)" = "0"; then \
604613 @ENABLE_GTK_DOC_TRUE@ mkhtml_options=--path="$(srcdir)"; \
605 @ENABLE_GTK_DOC_TRUE@ fi
606 @ENABLE_GTK_DOC_TRUE@ cd $(srcdir)/html && gtkdoc-mkhtml $(mkhtml_options) $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
607 @ENABLE_GTK_DOC_TRUE@ test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
614 @ENABLE_GTK_DOC_TRUE@ fi; \
615 @ENABLE_GTK_DOC_TRUE@ cd $(srcdir)/html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
616 @ENABLE_GTK_DOC_TRUE@ @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
608617 @ENABLE_GTK_DOC_TRUE@ @echo 'gtk-doc: Fixing cross-references'
609 @ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
610 @ENABLE_GTK_DOC_TRUE@ touch html-build.stamp
618 @ENABLE_GTK_DOC_TRUE@ @cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
619 @ENABLE_GTK_DOC_TRUE@ @touch html-build.stamp
620
621 #### pdf ####
622
623 @ENABLE_GTK_DOC_TRUE@pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
624 @ENABLE_GTK_DOC_TRUE@ @echo 'gtk-doc: Building PDF'
625 @ENABLE_GTK_DOC_TRUE@ @-chmod -R u+w $(srcdir)
626 @ENABLE_GTK_DOC_TRUE@ @rm -rf $(srcdir)/$(DOC_MODULE).pdf
627 @ENABLE_GTK_DOC_TRUE@ @mkpdf_imgdirs=""; \
628 @ENABLE_GTK_DOC_TRUE@ if test "x$(HTML_IMAGES)" != "x"; then \
629 @ENABLE_GTK_DOC_TRUE@ for img in $(HTML_IMAGES); do \
630 @ENABLE_GTK_DOC_TRUE@ part=`dirname $$img`; \
631 @ENABLE_GTK_DOC_TRUE@ echo $$mkpdf_imgdirs | grep >/dev/null "\-\-imgdir=$$part "; \
632 @ENABLE_GTK_DOC_TRUE@ if test $$? != 0; then \
633 @ENABLE_GTK_DOC_TRUE@ mkpdf_imgdirs="$$mkpdf_imgdirs --imgdir=$$part"; \
634 @ENABLE_GTK_DOC_TRUE@ fi; \
635 @ENABLE_GTK_DOC_TRUE@ done; \
636 @ENABLE_GTK_DOC_TRUE@ fi; \
637 @ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS)
638 @ENABLE_GTK_DOC_TRUE@ @touch pdf-build.stamp
611639
612640 ##############
613641
617645
618646 @ENABLE_GTK_DOC_TRUE@distclean-local:
619647 @ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && \
620 @ENABLE_GTK_DOC_TRUE@ rm -rf xml $(REPORT_FILES) \
648 @ENABLE_GTK_DOC_TRUE@ rm -rf xml $(REPORT_FILES) $(DOC_MODULE).pdf \
621649 @ENABLE_GTK_DOC_TRUE@ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
622650
623651 @ENABLE_GTK_DOC_TRUE@maintainer-clean-local: clean
624652 @ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && rm -rf xml html
625653
626654 @ENABLE_GTK_DOC_TRUE@install-data-local:
627 @ENABLE_GTK_DOC_TRUE@ installfiles=`echo $(srcdir)/html/*`; \
655 @ENABLE_GTK_DOC_TRUE@ @installfiles=`echo $(srcdir)/html/*`; \
628656 @ENABLE_GTK_DOC_TRUE@ if test "$$installfiles" = '$(srcdir)/html/*'; \
629657 @ENABLE_GTK_DOC_TRUE@ then echo '-- Nothing to install' ; \
630658 @ENABLE_GTK_DOC_TRUE@ else \
644672 @ENABLE_GTK_DOC_TRUE@ mv -f $${installdir}/$(DOC_MODULE).devhelp \
645673 @ENABLE_GTK_DOC_TRUE@ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \
646674 @ENABLE_GTK_DOC_TRUE@ fi; \
647 @ENABLE_GTK_DOC_TRUE@ ! which gtkdoc-rebase >/dev/null 2>&1 || \
648 @ENABLE_GTK_DOC_TRUE@ gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir} ; \
675 @ENABLE_GTK_DOC_TRUE@ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \
649676 @ENABLE_GTK_DOC_TRUE@ fi
650677
651678 @ENABLE_GTK_DOC_TRUE@uninstall-local:
652 @ENABLE_GTK_DOC_TRUE@ if test -n "$(DOC_MODULE_VERSION)"; then \
679 @ENABLE_GTK_DOC_TRUE@ @if test -n "$(DOC_MODULE_VERSION)"; then \
653680 @ENABLE_GTK_DOC_TRUE@ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
654681 @ENABLE_GTK_DOC_TRUE@ else \
655682 @ENABLE_GTK_DOC_TRUE@ installdir="$(DESTDIR)$(TARGET_DIR)"; \
666693
667694 @ENABLE_GTK_DOC_TRUE@dist-hook: dist-check-gtkdoc dist-hook-local
668695 @ENABLE_GTK_DOC_TRUE@ mkdir $(distdir)/tmpl
669 @ENABLE_GTK_DOC_TRUE@ mkdir $(distdir)/xml
670696 @ENABLE_GTK_DOC_TRUE@ mkdir $(distdir)/html
671697 @ENABLE_GTK_DOC_TRUE@ -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
672 @ENABLE_GTK_DOC_TRUE@ -cp $(srcdir)/xml/*.xml $(distdir)/xml
673698 @ENABLE_GTK_DOC_TRUE@ cp $(srcdir)/html/* $(distdir)/html
699 @ENABLE_GTK_DOC_TRUE@ -cp $(srcdir)/$(DOC_MODULE).pdf $(distdir)/
674700 @ENABLE_GTK_DOC_TRUE@ -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
675701 @ENABLE_GTK_DOC_TRUE@ -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
676702 @ENABLE_GTK_DOC_TRUE@ cd $(distdir) && rm -f $(DISTCLEANFILES)
677 @ENABLE_GTK_DOC_TRUE@ ! which gtkdoc-rebase >/dev/null 2>&1 || \
678 @ENABLE_GTK_DOC_TRUE@ gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
703 @ENABLE_GTK_DOC_TRUE@ $(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html
679704
680705 @ENABLE_GTK_DOC_TRUE@.PHONY : dist-hook-local docs
681706
44 ####################################
55
66 if GTK_DOC_USE_LIBTOOL
7 GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
8 GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
7 GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
8 GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
99 GTKDOC_RUN = $(LIBTOOL) --mode=execute
1010 else
1111 GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1212 GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
13 GTKDOC_RUN = sh -c
13 GTKDOC_RUN =
1414 endif
1515
1616 # We set GPATH here; this gives us semantics for GNU make
3030 $(DOC_MODULE)-overrides.txt
3131
3232 DOC_STAMPS=scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
33 $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
33 pdf-build.stamp \
34 $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp \
35 $(srcdir)/pdf.stamp
3436
3537 SCANOBJ_FILES = \
3638 $(DOC_MODULE).args \
4749 CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS)
4850
4951 if ENABLE_GTK_DOC
50 all-local: html-build.stamp
52 if GTK_DOC_BUILD_HTML
53 HTML_BUILD_STAMP=html-build.stamp
54 else
55 HTML_BUILD_STAMP=
56 endif
57 if GTK_DOC_BUILD_PDF
58 PDF_BUILD_STAMP=pdf-build.stamp
59 else
60 PDF_BUILD_STAMP=
61 endif
62
63 all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
5164 else
5265 all-local:
5366 endif
5467
55 docs: html-build.stamp
68 docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
5669
5770 $(REPORT_FILES): sgml-build.stamp
5871
6174 scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
6275 @echo 'gtk-doc: Scanning header files'
6376 @-chmod -R u+w $(srcdir)
64 cd $(srcdir) && \
77 @cd $(srcdir) && \
6578 gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
66 if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
79 @if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
6780 CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
6881 else \
6982 cd $(srcdir) ; \
7184 test -f $$i || touch $$i ; \
7285 done \
7386 fi
74 touch scan-build.stamp
87 @touch scan-build.stamp
7588
7689 $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
7790 @true
8194 tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
8295 @echo 'gtk-doc: Rebuilding template files'
8396 @-chmod -R u+w $(srcdir)
84 cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
85 touch tmpl-build.stamp
97 @cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
98 @touch tmpl-build.stamp
8699
87100 tmpl.stamp: tmpl-build.stamp
88101 @true
89102
90 tmpl/*.sgml:
91 @true
92
103 $(srcdir)/tmpl/*.sgml:
104 @true
93105
94106 #### xml ####
95107
96 sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
108 sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
97109 @echo 'gtk-doc: Building XML'
98110 @-chmod -R u+w $(srcdir)
99 cd $(srcdir) && \
111 @cd $(srcdir) && \
100112 gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS)
101 touch sgml-build.stamp
113 @touch sgml-build.stamp
102114
103115 sgml.stamp: sgml-build.stamp
104116 @true
108120 html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
109121 @echo 'gtk-doc: Building HTML'
110122 @-chmod -R u+w $(srcdir)
111 rm -rf $(srcdir)/html
112 mkdir $(srcdir)/html
113 mkhtml_options=""; \
123 @rm -rf $(srcdir)/html
124 @mkdir $(srcdir)/html
125 @mkhtml_options=""; \
114126 gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \
115127 if test "$(?)" = "0"; then \
116128 mkhtml_options=--path="$(srcdir)"; \
117 fi
118 cd $(srcdir)/html && gtkdoc-mkhtml $(mkhtml_options) $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
119 test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
129 fi; \
130 cd $(srcdir)/html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
131 @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
120132 @echo 'gtk-doc: Fixing cross-references'
121 cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
122 touch html-build.stamp
133 @cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
134 @touch html-build.stamp
135
136 #### pdf ####
137
138 pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
139 @echo 'gtk-doc: Building PDF'
140 @-chmod -R u+w $(srcdir)
141 @rm -rf $(srcdir)/$(DOC_MODULE).pdf
142 @mkpdf_imgdirs=""; \
143 if test "x$(HTML_IMAGES)" != "x"; then \
144 for img in $(HTML_IMAGES); do \
145 part=`dirname $$img`; \
146 echo $$mkpdf_imgdirs | grep >/dev/null "\-\-imgdir=$$part "; \
147 if test $$? != 0; then \
148 mkpdf_imgdirs="$$mkpdf_imgdirs --imgdir=$$part"; \
149 fi; \
150 done; \
151 fi; \
152 cd $(srcdir) && gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS)
153 @touch pdf-build.stamp
123154
124155 ##############
125156
129160
130161 distclean-local:
131162 cd $(srcdir) && \
132 rm -rf xml $(REPORT_FILES) \
163 rm -rf xml $(REPORT_FILES) $(DOC_MODULE).pdf \
133164 $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
134165
135166 maintainer-clean-local: clean
136167 cd $(srcdir) && rm -rf xml html
137168
138169 install-data-local:
139 installfiles=`echo $(srcdir)/html/*`; \
170 @installfiles=`echo $(srcdir)/html/*`; \
140171 if test "$$installfiles" = '$(srcdir)/html/*'; \
141172 then echo '-- Nothing to install' ; \
142173 else \
156187 mv -f $${installdir}/$(DOC_MODULE).devhelp \
157188 $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \
158189 fi; \
159 ! which gtkdoc-rebase >/dev/null 2>&1 || \
160 gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir} ; \
190 $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \
161191 fi
162192
163193 uninstall-local:
164 if test -n "$(DOC_MODULE_VERSION)"; then \
194 @if test -n "$(DOC_MODULE_VERSION)"; then \
165195 installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
166196 else \
167197 installdir="$(DESTDIR)$(TARGET_DIR)"; \
181211
182212 dist-hook: dist-check-gtkdoc dist-hook-local
183213 mkdir $(distdir)/tmpl
184 mkdir $(distdir)/xml
185214 mkdir $(distdir)/html
186215 -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
187 -cp $(srcdir)/xml/*.xml $(distdir)/xml
188216 cp $(srcdir)/html/* $(distdir)/html
217 -cp $(srcdir)/$(DOC_MODULE).pdf $(distdir)/
189218 -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
190219 -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
191220 cd $(distdir) && rm -f $(DISTCLEANFILES)
192 ! which gtkdoc-rebase >/dev/null 2>&1 || \
193 gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
221 $(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html
194222
195223 .PHONY : dist-hook-local docs
00 # Generated from ltmain.m4sh.
11
2 # ltmain.sh (GNU libtool) 2.2.6
2 # ltmain.sh (GNU libtool) 2.2.6b
33 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
44
55 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
6464 # compiler: $LTCC
6565 # compiler flags: $LTCFLAGS
6666 # linker: $LD (gnu? $with_gnu_ld)
67 # $progname: (GNU libtool) 2.2.6
67 # $progname: (GNU libtool) 2.2.6b
6868 # automake: $automake_version
6969 # autoconf: $autoconf_version
7070 #
7272
7373 PROGRAM=ltmain.sh
7474 PACKAGE=libtool
75 VERSION=2.2.6
75 VERSION=2.2.6b
7676 TIMESTAMP=""
77 package_revision=1.3012
77 package_revision=1.3017
7878
7979 # Be Bourne compatible
8080 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2525 pt_BR
2626 ru
2727 sk
28 sl
2829 sv
2930 zh_CN
3031 zh_HK
66 msgstr ""
77 "Project-Id-Version: PolicyKit-gnome\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2009-07-06 21:24+0200\n"
10 "PO-Revision-Date: 2009-06-25 22:25+0200\n"
9 "POT-Creation-Date: 2009-11-21 17:56+0100\n"
10 "PO-Revision-Date: 2009-10-28 08:15+0100\n"
1111 "Last-Translator: David Planella <david.planella@gmail.com>\n"
1212 "Language-Team: Catalan <tradgnome@softcatala.net>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
1616
17 #: ../polkitgtk/polkitlockbutton.c:460
18 msgid "Action Identifier"
19 msgstr "Identificador de l'acció"
20
21 #: ../polkitgtk/polkitlockbutton.c:461
22 msgid "The action identifier to use for the button"
23 msgstr "L'identificador de l'acció a utilitzar pel botó"
24
25 #: ../polkitgtk/polkitlockbutton.c:477
26 msgid "Is Authorized"
27 msgstr "És autoritzat"
28
29 #: ../polkitgtk/polkitlockbutton.c:478
30 msgid "Whether the process is authorized"
31 msgstr "Si el procés és autoritzat"
32
33 #: ../polkitgtk/polkitlockbutton.c:493
34 msgid "Is Visible"
35 msgstr "És visible"
36
37 #: ../polkitgtk/polkitlockbutton.c:494
38 msgid "Whether the widget is visible"
39 msgstr "Si el giny és visible"
40
41 #: ../polkitgtk/polkitlockbutton.c:509
42 msgid "Can Obtain"
43 msgstr "Pot obtenir"
44
45 #: ../polkitgtk/polkitlockbutton.c:510
46 msgid "Whether authorization can be obtained"
47 msgstr "Si es pot obtenir l'autorització"
48
49 #: ../polkitgtk/polkitlockbutton.c:525 ../polkitgtk/polkitlockbutton.c:627
50 msgid "Unlock Text"
51 msgstr "Text de desbloqueig"
52
53 #: ../polkitgtk/polkitlockbutton.c:526
54 msgid "The text to display when prompting the user to unlock."
55 msgstr "El text que es mostrarà a l'usuari per a desbloquejar."
56
57 #: ../polkitgtk/polkitlockbutton.c:527
58 msgid "Click to make changes"
59 msgstr "Feu clic per a fer canvis"
60
61 #: ../polkitgtk/polkitlockbutton.c:542 ../polkitgtk/polkitlockbutton.c:644
62 msgid "Unlock Tooltip"
63 msgstr "Indicador de funció per a desbloquejar"
64
65 #: ../polkitgtk/polkitlockbutton.c:543
66 msgid "The tooltip to display when prompting the user to unlock."
67 msgstr "L'indicador de funció que es mostrarà a l'usuari per a desbloquejar."
68
69 #: ../polkitgtk/polkitlockbutton.c:544
70 msgid "Authentication is needed to make changes."
71 msgstr "Cal l'autenticació per a realitzar canvis."
72
73 #: ../polkitgtk/polkitlockbutton.c:559
74 msgid "Lock Text"
75 msgstr "Text de bloqueig"
76
77 #: ../polkitgtk/polkitlockbutton.c:560
78 msgid "The text to display when prompting the user to lock."
79 msgstr "El text que es mostrarà a l'usuari per a bloquejar."
80
81 #: ../polkitgtk/polkitlockbutton.c:561
82 msgid "Click to prevent changes"
83 msgstr "Feu clic per a evitar canvis"
84
85 #: ../polkitgtk/polkitlockbutton.c:576
86 msgid "Lock Tooltip"
87 msgstr "Indicador de funció per a bloquejar"
88
89 #: ../polkitgtk/polkitlockbutton.c:577
90 msgid "The tooltip to display when prompting the user to lock."
91 msgstr "L'indicador de funció que es mostrarà a l'usuari per bloquejar."
92
93 #: ../polkitgtk/polkitlockbutton.c:578
94 msgid "To prevent further changes, click the lock."
95 msgstr "Per a evitar més canvis, feu clic a bloquejar."
96
97 #: ../polkitgtk/polkitlockbutton.c:593
98 msgid "Lock Down Text"
99 msgstr "Text de restricció"
100
101 #: ../polkitgtk/polkitlockbutton.c:594
102 msgid ""
103 "The text to display when prompting the user to lock down the action for all "
104 "users."
105 msgstr ""
106 "El text que es mostrarà a l'usuari per a restringir l'acció per a tots els "
107 "usuaris."
108
109 #: ../polkitgtk/polkitlockbutton.c:595
110 msgid "Click to lock down"
111 msgstr "Feu clic per a restringir"
112
113 #: ../polkitgtk/polkitlockbutton.c:610
114 msgid "Lock Down Tooltip"
115 msgstr "Indicador de funció per a restringir"
116
117 #: ../polkitgtk/polkitlockbutton.c:611
118 msgid ""
119 "The tooltip to display when prompting the user to lock down the action for "
120 "all users."
121 msgstr ""
122 "L'indicador de funció que es mostrarà a l'usuari per a restringir l'acció "
123 "per a tots els usuaris."
124
125 #: ../polkitgtk/polkitlockbutton.c:612
126 msgid ""
127 "To prevent users without administrative privileges from making changes, "
128 "click the lock."
129 msgstr ""
130 "Per a evitar que els usuaris sense permisos d'administració facin canvis feu "
131 "clic a restringir."
132
133 #: ../polkitgtk/polkitlockbutton.c:628
134 msgid ""
135 "The text to display when the user cannot obtain authorization through "
136 "authentication."
137 msgstr ""
138 "El text que es mostrarà a l'usuari quan no pugui obtenir l'autorització tot "
139 "i autenticar-se."
140
141 #: ../polkitgtk/polkitlockbutton.c:629
142 msgid "Not authorized to make changes"
143 msgstr "No esteu autoritzat a fer canvis"
144
145 #: ../polkitgtk/polkitlockbutton.c:645
146 msgid ""
147 "The tooltip to display when the user cannot obtain authorization through "
148 "authentication."
149 msgstr ""
150 "L'indicador de funció que es mostrarà a l'usuari quan no pugui obtenir "
151 "l'autorització tot i autenticar-se."
152
153 #: ../polkitgtk/polkitlockbutton.c:646
154 msgid "System policy prevents changes. Contact your system administator."
155 msgstr ""
156 "La política del sistema impedeix fer canvis. Contacteu amb l'administrador "
157 "del sistema."
158
159 #. Translators: this string is appended to the tooltip if the action is
160 #. * currently locked down
161 #: ../polkitgtk/polkitlockbutton.c:767
162 msgid ""
163 "This button is locked down so only users with administrative privileges can "
164 "unlock it. Right-click the button to remove the lock down."
165 msgstr ""
166 "Aquest botó està restringit de manera que només els usuaris amb permisos "
167 "d'administració poden desbloquejar-lo. Feu clic amb el botó secundari per a "
168 "suprimir la restricció."
169
170 #: ../src/main.c:128
171 msgid "Click the icon to drop all elevated privileges"
172 msgstr "Feu clic a la icona per a treure tots els privilegis"
173
17174 #: ../src/polkitgnomeauthenticationdialog.c:159
18175 msgid "Select user..."
19176 msgstr "Seleccioneu l'usuari..."
93250 msgid "Authentication Failure"
94251 msgstr "Fallada d'autenticació"
95252
96 #: ../src/polkit-gnome-authentication-agent-1.desktop.in.h:1
253 #: ../src/polkit-gnome-authentication-agent-1.desktop.in.in.h:1
97254 msgid "PolicyKit Authentication Agent"
98255 msgstr "Agent d'autenticació del PolicyKit"
99256
193350 #~ msgid "Jump!"
194351 #~ msgstr "Salta!"
195352
196 #~ msgid "Click to make changes..."
197 #~ msgstr "Feu clic per a fer canvis..."
198
199 #~ msgid "Click to prevent changes"
200 #~ msgstr "Feu clic per a evitar els canvis"
201
202353 #~ msgid ""
203354 #~ "<i>Tip: try editing /etc/PolicyKit/Policy.conf and see the proxy widgets "
204355 #~ "update in real-time.</i>."
446597 #~ msgid "<b>Action</b>"
447598 #~ msgstr "<b>Acció</b>"
448599
449 #~ msgid "<i>Identifier:</i>"
450 #~ msgstr "<i>Identificador:</i>"
451
452600 #~ msgid "<i>Description:</i>"
453601 #~ msgstr "<i>Descripció:</i>"
454602
489637 #~ msgid "Scope"
490638 #~ msgstr "Àmbit"
491639
492 #~ msgid "Obtained"
493 #~ msgstr "Obtinguda"
494
495640 #~ msgid "How"
496641 #~ msgstr "Com"
497642
1010 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
1111 "product=policykit-gnome&component=general\n"
1212 "POT-Creation-Date: 2009-09-29 12:28+0000\n"
13 "PO-Revision-Date: 2009-11-08 13:37+0100\n"
13 "PO-Revision-Date: 2009-12-22 08:45+0100\n"
1414 "Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n"
1515 "Language-Team: Español <gnome-es-list@gnome.org>\n"
1616 "MIME-Version: 1.0\n"
226226 #: ../src/polkitgnomeauthenticationdialog.c:615
227227 #: ../src/polkitgnomeauthenticator.c:289
228228 msgid "_Password:"
229 msgstr "_Contraseña:"
229 msgstr "Contrase_ña:"
230230
231231 #. Details
232232 #: ../src/polkitgnomeauthenticationdialog.c:633
258258 #: ../src/polkitgnomeauthenticator.c:285
259259 #, c-format
260260 msgid "_Password for %s:"
261 msgstr "_Contraseña para %s:"
261 msgstr "Contrase_ña para %s:"
262262
263263 #: ../src/polkitgnomeauthenticator.c:445
264264 msgid "Authentication Failure"
88 "Project-Id-Version: policykit-gnome 0.9\n"
99 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
1010 "product=policykit-gnome&component=general\n"
11 "POT-Creation-Date: 2009-08-30 15:49+0000\n"
12 "PO-Revision-Date: 2009-08-30 19:10+0200\n"
11 "POT-Creation-Date: 2009-12-02 09:50+0000\n"
12 "PO-Revision-Date: 2009-12-02 11:06+0100\n"
1313 "Last-Translator: Gianvito Cavasoli <janvitus@ubuntu-it.org>\n"
14 "Language-Team: Italian <tp@lists.linux.it>\n"
14 "Language-Team: Italiana <tp@lists.linux.it>\n"
1515 "MIME-Version: 1.0\n"
1616 "Content-Type: text/plain; charset=UTF-8\n"
1717 "Content-Transfer-Encoding: 8bit\n"
1818 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
1919
20 #: ../polkitgtk/polkitlockbutton.c:390
20 #: ../polkitgtk/polkitlockbutton.c:460
2121 msgid "Action Identifier"
2222 msgstr "Identificatore di azione"
2323
24 #: ../polkitgtk/polkitlockbutton.c:391
24 #: ../polkitgtk/polkitlockbutton.c:461
2525 msgid "The action identifier to use for the button"
2626 msgstr "Identificatore di azione da utilizzare per il pulsante"
2727
28 #: ../polkitgtk/polkitlockbutton.c:407
28 #: ../polkitgtk/polkitlockbutton.c:477
2929 msgid "Is Authorized"
3030 msgstr "È autorizzato"
3131
32 #: ../polkitgtk/polkitlockbutton.c:408
32 #: ../polkitgtk/polkitlockbutton.c:478
3333 msgid "Whether the process is authorized"
3434 msgstr "Indica se il processo è autorizzato"
3535
36 #: ../polkitgtk/polkitlockbutton.c:423
36 #: ../polkitgtk/polkitlockbutton.c:493
3737 msgid "Is Visible"
3838 msgstr "È visibile"
3939
40 #: ../polkitgtk/polkitlockbutton.c:424
40 #: ../polkitgtk/polkitlockbutton.c:494
4141 msgid "Whether the widget is visible"
4242 msgstr "Indica se il widget è visibile"
4343
44 #: ../polkitgtk/polkitlockbutton.c:439
44 #: ../polkitgtk/polkitlockbutton.c:509
4545 msgid "Can Obtain"
4646 msgstr "Può ottenere"
4747
48 #: ../polkitgtk/polkitlockbutton.c:440
48 #: ../polkitgtk/polkitlockbutton.c:510
4949 msgid "Whether authorization can be obtained"
5050 msgstr "Indica se l'autorizzazione può essere ottenuta"
5151
52 #: ../polkitgtk/polkitlockbutton.c:455 ../polkitgtk/polkitlockbutton.c:489
52 #: ../polkitgtk/polkitlockbutton.c:525 ../polkitgtk/polkitlockbutton.c:627
5353 msgid "Unlock Text"
5454 msgstr "Testo di sblocco"
5555
56 #: ../polkitgtk/polkitlockbutton.c:456
56 #: ../polkitgtk/polkitlockbutton.c:526
5757 msgid "The text to display when prompting the user to unlock."
5858 msgstr "Il testo da mostrare quando si chiede all'utente di sbloccare."
5959
60 #: ../polkitgtk/polkitlockbutton.c:457
60 #: ../polkitgtk/polkitlockbutton.c:527
6161 msgid "Click to make changes"
6262 msgstr "Fare clic per apportare le modifiche"
6363
64 #: ../polkitgtk/polkitlockbutton.c:472
64 #: ../polkitgtk/polkitlockbutton.c:542 ../polkitgtk/polkitlockbutton.c:644
65 msgid "Unlock Tooltip"
66 msgstr "Suggerimento di sblocco"
67
68 #: ../polkitgtk/polkitlockbutton.c:543
69 msgid "The tooltip to display when prompting the user to unlock."
70 msgstr "Il suggerimento da mostrare quando si chiede all'utente di sbloccare."
71
72 #: ../polkitgtk/polkitlockbutton.c:544
73 msgid "Authentication is needed to make changes."
74 msgstr "È necessaria l'autenticazione per apportare modifiche."
75
76 #: ../polkitgtk/polkitlockbutton.c:559
6577 msgid "Lock Text"
6678 msgstr "Testo di blocco"
6779
68 #: ../polkitgtk/polkitlockbutton.c:473
80 #: ../polkitgtk/polkitlockbutton.c:560
6981 msgid "The text to display when prompting the user to lock."
7082 msgstr "Il testo da mostrare quando si chiede all'utente di bloccare."
7183
72 #: ../polkitgtk/polkitlockbutton.c:474
84 #: ../polkitgtk/polkitlockbutton.c:561
7385 msgid "Click to prevent changes"
7486 msgstr "Fare clic per impedire le modifiche"
7587
76 # NDT: mi sembra un po' rindondante
77 #: ../polkitgtk/polkitlockbutton.c:490
88 #: ../polkitgtk/polkitlockbutton.c:576
89 msgid "Lock Tooltip"
90 msgstr "Suggerimento di blocco"
91
92 #: ../polkitgtk/polkitlockbutton.c:577
93 msgid "The tooltip to display when prompting the user to lock."
94 msgstr "Il suggerimento da mostrare quando si chiede all'utente di bloccare."
95
96 #: ../polkitgtk/polkitlockbutton.c:578
97 msgid "To prevent further changes, click the lock."
98 msgstr "Per impedire ulteriori modifiche, fare clic sul blocco."
99
100 #: ../polkitgtk/polkitlockbutton.c:593
101 msgid "Lock Down Text"
102 msgstr "Testo di blocco permanente"
103
104 #: ../polkitgtk/polkitlockbutton.c:594
105 msgid ""
106 "The text to display when prompting the user to lock down the action for all "
107 "users."
108 msgstr ""
109 "Il testo da mostrare quando si chiede all'utente di bloccare permanentemente "
110 "l'azione per tutti gli utenti."
111
112 #: ../polkitgtk/polkitlockbutton.c:595
113 msgid "Click to lock down"
114 msgstr "Fare clic per bloccare permanentemente"
115
116 #: ../polkitgtk/polkitlockbutton.c:610
117 msgid "Lock Down Tooltip"
118 msgstr "Suggerimento di blocco permanente"
119
120 #: ../polkitgtk/polkitlockbutton.c:611
121 msgid ""
122 "The tooltip to display when prompting the user to lock down the action for "
123 "all users."
124 msgstr ""
125 "Il suggerimento da mostrare quando si chiede all'utente di bloccare "
126 "permanentemente l'azione per tutti gli utenti."
127
128 #: ../polkitgtk/polkitlockbutton.c:612
129 msgid ""
130 "To prevent users without administrative privileges from making changes, "
131 "click the lock."
132 msgstr ""
133 "Per impedire agli utenti senza privilegi amministrativi di apportare "
134 "modifiche, fare clic sul blocco."
135
136 #: ../polkitgtk/polkitlockbutton.c:628
78137 msgid ""
79138 "The text to display when the user cannot obtain authorization through "
80139 "authentication."
82141 "Il testo da mostrare quando l'utente non può ottenere l'autorizzazione "
83142 "tramite l'autenticazione."
84143
85 #: ../polkitgtk/polkitlockbutton.c:491
144 #: ../polkitgtk/polkitlockbutton.c:629
86145 msgid "Not authorized to make changes"
87 msgstr "Non autorizzato per impedire le modifiche"
146 msgstr "Non autorizzato per apportare modifiche"
147
148 #: ../polkitgtk/polkitlockbutton.c:645
149 msgid ""
150 "The tooltip to display when the user cannot obtain authorization through "
151 "authentication."
152 msgstr ""
153 "Il suggerimento da mostrare quando l'utente non può ottenere "
154 "l'autorizzazione tramite l'autenticazione."
155
156 #: ../polkitgtk/polkitlockbutton.c:646
157 msgid "System policy prevents changes. Contact your system administator."
158 msgstr ""
159 "Le politiche del sistema impediscono le modifiche. Contattare "
160 "l'amministratore di sistema."
161
162 #. Translators: this string is appended to the tooltip if the action is
163 #. * currently locked down
164 #: ../polkitgtk/polkitlockbutton.c:767
165 msgid ""
166 "This button is locked down so only users with administrative privileges can "
167 "unlock it. Right-click the button to remove the lock down."
168 msgstr ""
169 "Il pulsante è bloccato permanentemente in modo che solo gli utenti con "
170 "privilegi amministrativi possono sbloccarlo. Fare clic destro sul pulsante "
171 "per rimuovere il blocco permanente."
88172
89173 #: ../src/main.c:128
90174 msgid "Click the icon to drop all elevated privileges"
109193 "Authentication as one of the users below is required to perform this action."
110194 msgstr ""
111195 "Un'applicazione sta tentando di compiere un'azione che richiede dei "
112 "privilegi. È richiesto autenticarsi come uno degli utente elencati sotto per "
196 "privilegi. È richiesto autenticarsi come uno degli utenti elencati sotto per "
113197 "eseguire tale azione."
114198
115199 #: ../src/polkitgnomeauthenticationdialog.c:574
164248 #: ../src/polkitgnomeauthenticator.c:285
165249 #, c-format
166250 msgid "_Password for %s:"
167 msgstr "Passw_ord per %s:"
251 msgstr "Pass_word per %s:"
168252
169253 #: ../src/polkitgnomeauthenticator.c:445
170254 msgid "Authentication Failure"
171255 msgstr "Autenticazione non riuscita"
172256
173 # NDT: dovrebbe essere il nome che appare nel menù di sistema
174257 #: ../src/polkit-gnome-authentication-agent-1.desktop.in.in.h:1
175258 msgid "PolicyKit Authentication Agent"
176259 msgstr "Agente di autenticazione per PolicyKit"
0 # Copyright (C) 2009 PolicyKit-gnome's COPYRIGHT HOLDER
1 # This file is distributed under the same license as the PolicyKit-gnome package.
2 # Matej Urbančič <mateju@svn.gnome.org>, 2010.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: PolicyKit-gnome master\n"
7 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=policykit-gnome&component=general\n"
8 "POT-Creation-Date: 2009-10-17 22:11+0000\n"
9 "PO-Revision-Date: 2010-01-04 07:48+0100\n"
10 "Last-Translator: Matej Urbančič <mateju@svn.gnome.org>\n"
11 "Language-Team: Slovenian GNOME Translation Team <gnome-si@googlegroups.com>\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n"
16 "X-Poedit-Country: SLOVENIA\n"
17 "X-Poedit-Language: Slovenian\n"
18 "X-Poedit-SourceCharset: utf-8\n"
19
20 #: ../polkitgtk/polkitlockbutton.c:460
21 msgid "Action Identifier"
22 msgstr "Določilo dejanja"
23
24 #: ../polkitgtk/polkitlockbutton.c:461
25 msgid "The action identifier to use for the button"
26 msgstr "Določilo dejanja za gumb"
27
28 #: ../polkitgtk/polkitlockbutton.c:477
29 msgid "Is Authorized"
30 msgstr "Je pooblaščeno"
31
32 #: ../polkitgtk/polkitlockbutton.c:478
33 msgid "Whether the process is authorized"
34 msgstr "Ali je postopek overjen"
35
36 #: ../polkitgtk/polkitlockbutton.c:493
37 msgid "Is Visible"
38 msgstr "Je vidno"
39
40 #: ../polkitgtk/polkitlockbutton.c:494
41 msgid "Whether the widget is visible"
42 msgstr "Ali je gradnik viden"
43
44 #: ../polkitgtk/polkitlockbutton.c:509
45 msgid "Can Obtain"
46 msgstr "Je mogoče pridobiti"
47
48 #: ../polkitgtk/polkitlockbutton.c:510
49 msgid "Whether authorization can be obtained"
50 msgstr "Ali je mogoče pridobiti pooblastilo"
51
52 #: ../polkitgtk/polkitlockbutton.c:525
53 #: ../polkitgtk/polkitlockbutton.c:627
54 msgid "Unlock Text"
55 msgstr "Odkleni besedilo"
56
57 #: ../polkitgtk/polkitlockbutton.c:526
58 msgid "The text to display when prompting the user to unlock."
59 msgstr "Besedilo, ki se izpiše ob zahtevi za odklepanje."
60
61 #: ../polkitgtk/polkitlockbutton.c:527
62 msgid "Click to make changes"
63 msgstr "Kliknite za spreminjanje"
64
65 #: ../polkitgtk/polkitlockbutton.c:542
66 #: ../polkitgtk/polkitlockbutton.c:644
67 msgid "Unlock Tooltip"
68 msgstr "Odkleni orodne namige"
69
70 #: ../polkitgtk/polkitlockbutton.c:543
71 msgid "The tooltip to display when prompting the user to unlock."
72 msgstr "Orodni namig, ki se izpiše ob zahtevi za odklepanje."
73
74 #: ../polkitgtk/polkitlockbutton.c:544
75 msgid "Authentication is needed to make changes."
76 msgstr "Zahtevana je overitev za spreminjanje možnosti."
77
78 #: ../polkitgtk/polkitlockbutton.c:559
79 msgid "Lock Text"
80 msgstr "Zakleni besedilo"
81
82 #: ../polkitgtk/polkitlockbutton.c:560
83 msgid "The text to display when prompting the user to lock."
84 msgstr "Besedilo, ki se izpiše ob zahtevi za zaklepanje."
85
86 #: ../polkitgtk/polkitlockbutton.c:561
87 msgid "Click to prevent changes"
88 msgstr "Kliknite za preprečitev spreminjanja"
89
90 #: ../polkitgtk/polkitlockbutton.c:576
91 msgid "Lock Tooltip"
92 msgstr "Zakleni orodne namige"
93
94 #: ../polkitgtk/polkitlockbutton.c:577
95 msgid "The tooltip to display when prompting the user to lock."
96 msgstr "Orodni namig, ki se izpiše ob zahtevi za zaklepanje."
97
98 #: ../polkitgtk/polkitlockbutton.c:578
99 msgid "To prevent further changes, click the lock."
100 msgstr "Za preprečitev nadaljnjih sprememb, kliknite na gumb za zaklepanje."
101
102 #: ../polkitgtk/polkitlockbutton.c:593
103 msgid "Lock Down Text"
104 msgstr "Zakleni besedilo"
105
106 #: ../polkitgtk/polkitlockbutton.c:594
107 msgid "The text to display when prompting the user to lock down the action for all users."
108 msgstr "Besedilo opozorila uporabniku, da zaklene dejanje za vse uporabnike."
109
110 #: ../polkitgtk/polkitlockbutton.c:595
111 msgid "Click to lock down"
112 msgstr "Kliknite za zaklepanje"
113
114 #: ../polkitgtk/polkitlockbutton.c:610
115 msgid "Lock Down Tooltip"
116 msgstr "Zakleni orodne namige"
117
118 #: ../polkitgtk/polkitlockbutton.c:611
119 msgid "The tooltip to display when prompting the user to lock down the action for all users."
120 msgstr "Orodni namig opozorila uporabniku, da zaklene dejanje za vse uporabnike."
121
122 #: ../polkitgtk/polkitlockbutton.c:612
123 msgid "To prevent users without administrative privileges from making changes, click the lock."
124 msgstr "Za preprečevanje spreminjanja uporabnikom brez ustreznih dovoljenj, kliknite gumb za zaklepanje."
125
126 #: ../polkitgtk/polkitlockbutton.c:628
127 msgid "The text to display when the user cannot obtain authorization through authentication."
128 msgstr "Besedilo za prikaz podatkov, kdaj uporabnik nima pooblastila za overitev."
129
130 #: ../polkitgtk/polkitlockbutton.c:629
131 msgid "Not authorized to make changes"
132 msgstr "Ni pooblastila za spreminjanje možnosti."
133
134 #: ../polkitgtk/polkitlockbutton.c:645
135 msgid "The tooltip to display when the user cannot obtain authorization through authentication."
136 msgstr "Orodni namig za prikaz podatkov, kdaj uporabnik nima pooblastila za overitev."
137
138 #: ../polkitgtk/polkitlockbutton.c:646
139 msgid "System policy prevents changes. Contact your system administator."
140 msgstr "Sistemska pravila preprečujejo spremembe. Stopite v stik s sistemskim skrbnikom."
141
142 #. Translators: this string is appended to the tooltip if the action is
143 #. * currently locked down
144 #: ../polkitgtk/polkitlockbutton.c:767
145 msgid "This button is locked down so only users with administrative privileges can unlock it. Right-click the button to remove the lock down."
146 msgstr "Gumb je zaklenjen in le uporabniki s skrbniškimi dovoljenji ga lahko odklenejo. Kliknite desni klik za odstranitev zaklepa."
147
148 #: ../src/main.c:128
149 msgid "Click the icon to drop all elevated privileges"
150 msgstr "Kliknite na ikono za preklic vseh posebnih dovoljenj"
151
152 #: ../src/polkitgnomeauthenticationdialog.c:159
153 msgid "Select user..."
154 msgstr "Izbor uporabnika ..."
155
156 #: ../src/polkitgnomeauthenticationdialog.c:194
157 #, c-format
158 msgid "%s (%s)"
159 msgstr "%s (%s)"
160
161 #: ../src/polkitgnomeauthenticationdialog.c:529
162 msgid "_Authenticate"
163 msgstr "_Overi"
164
165 #: ../src/polkitgnomeauthenticationdialog.c:566
166 msgid "An application is attempting to perform an action that requires privileges. Authentication as one of the users below is required to perform this action."
167 msgstr "Program poskuša izvesti dejanje, ki zahteva posebna dovoljenja. Dejanje lahko odobrijo izpisani uporabniki."
168
169 #: ../src/polkitgnomeauthenticationdialog.c:574
170 msgid "An application is attempting to perform an action that requires privileges. Authentication is required to perform this action."
171 msgstr "Program poskuša izvesti dejanje, ki zahteva posebna dovoljenja. Za izvedbo dejanja je zahtevana overitev."
172
173 #: ../src/polkitgnomeauthenticationdialog.c:580
174 msgid "An application is attempting to perform an action that requires privileges. Authentication as the super user is required to perform this action."
175 msgstr "Program poskuša izvesti dejanje, ki zahteva posebna dovoljenja. Dejanje je mogoče izvesti le s skrbniškim dovoljenjem."
176
177 #: ../src/polkitgnomeauthenticationdialog.c:615
178 #: ../src/polkitgnomeauthenticator.c:289
179 msgid "_Password:"
180 msgstr "_Geslo:"
181
182 #. Details
183 #: ../src/polkitgnomeauthenticationdialog.c:633
184 msgid "<small><b>_Details</b></small>"
185 msgstr "<small><b>_Podrobnosti</b></small>"
186
187 #: ../src/polkitgnomeauthenticationdialog.c:686
188 msgid "<small><b>Action:</b></small>"
189 msgstr "<small><b>Dejanje:</b></small>"
190
191 #: ../src/polkitgnomeauthenticationdialog.c:689
192 #, c-format
193 msgid "Click to edit %s"
194 msgstr "Kliknite za urejanje %s"
195
196 #: ../src/polkitgnomeauthenticationdialog.c:703
197 msgid "<small><b>Vendor:</b></small>"
198 msgstr "<small><b>Ponudnik:</b></small>"
199
200 #: ../src/polkitgnomeauthenticationdialog.c:705
201 #, c-format
202 msgid "Click to open %s"
203 msgstr "Kliknite za odpiranje %s"
204
205 #: ../src/polkitgnomeauthenticationdialog.c:868
206 msgid "Authenticate"
207 msgstr "Overi"
208
209 #: ../src/polkitgnomeauthenticator.c:285
210 #, c-format
211 msgid "_Password for %s:"
212 msgstr "_Geslo za %s:"
213
214 #: ../src/polkitgnomeauthenticator.c:445
215 msgid "Authentication Failure"
216 msgstr "Napaka overitve"
217
218 #: ../src/polkit-gnome-authentication-agent-1.desktop.in.in.h:1
219 msgid "PolicyKit Authentication Agent"
220 msgstr "PolicyKit program overjanja"
88 "Project-Id-Version: policykit-gnome VERSION\n"
99 "Report-Msgid-Bugs-To: \n"
1010 "POT-Creation-Date: 2009-10-03 21:55+0800\n"
11 "PO-Revision-Date: 2009-10-03 13:26+0000\n"
11 "PO-Revision-Date: 2009-12-02 17:49+0800\n"
1212 "Last-Translator: Aron Xu <happyaron.xu@gmail.com>\n"
1313 "Language-Team: \n"
1414 "MIME-Version: 1.0\n"
123123 msgid ""
124124 "To prevent users without administrative privileges from making changes, "
125125 "click the lock."
126 msgstr ""
126 msgstr "为了防止用户没有管理员权限来做更改,点击这个锁。"
127127
128128 #: ../polkitgtk/polkitlockbutton.c:628
129129 msgid ""
152152 "This button is locked down so only users with administrative privileges can "
153153 "unlock it. Right-click the button to remove the lock down."
154154 msgstr ""
155 "这个按钮是被锁定的,只有有管理权限的用户才能解锁。右键单击该按钮来移除锁定。"
155156
156157 #: ../src/main.c:128
157158 msgid "Click the icon to drop all elevated privileges"
219220
220221 #: ../src/polkitgnomeauthenticationdialog.c:868
221222 msgid "Authenticate"
222 msgstr "鉴定为真"
223 msgstr "授权"
223224
224225 #: ../src/polkitgnomeauthenticator.c:285
225226 #, c-format
0 # Makefile.in generated by automake 1.11 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
156156 GMSGFMT = @GMSGFMT@
157157 GREP = @GREP@
158158 GTKDOC_CHECK = @GTKDOC_CHECK@
159 GTKDOC_MKPDF = @GTKDOC_MKPDF@
160 GTKDOC_REBASE = @GTKDOC_REBASE@
159161 GTK_CFLAGS = @GTK_CFLAGS@
160162 GTK_LIBS = @GTK_LIBS@
161163 G_IR_COMPILER = @G_IR_COMPILER@
204206 PACKAGE_NAME = @PACKAGE_NAME@
205207 PACKAGE_STRING = @PACKAGE_STRING@
206208 PACKAGE_TARNAME = @PACKAGE_TARNAME@
209 PACKAGE_URL = @PACKAGE_URL@
207210 PACKAGE_VERSION = @PACKAGE_VERSION@
208211 PATH_SEPARATOR = @PATH_SEPARATOR@
209212 PKG_CONFIG = @PKG_CONFIG@
0 # Makefile.in generated by automake 1.11 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
144144 GMSGFMT = @GMSGFMT@
145145 GREP = @GREP@
146146 GTKDOC_CHECK = @GTKDOC_CHECK@
147 GTKDOC_MKPDF = @GTKDOC_MKPDF@
148 GTKDOC_REBASE = @GTKDOC_REBASE@
147149 GTK_CFLAGS = @GTK_CFLAGS@
148150 GTK_LIBS = @GTK_LIBS@
149151 G_IR_COMPILER = @G_IR_COMPILER@
192194 PACKAGE_NAME = @PACKAGE_NAME@
193195 PACKAGE_STRING = @PACKAGE_STRING@
194196 PACKAGE_TARNAME = @PACKAGE_TARNAME@
197 PACKAGE_URL = @PACKAGE_URL@
195198 PACKAGE_VERSION = @PACKAGE_VERSION@
196199 PATH_SEPARATOR = @PATH_SEPARATOR@
197200 PKG_CONFIG = @PKG_CONFIG@
374374 if (!polkit_gnome_authentication_dialog_run_until_user_is_selected (POLKIT_GNOME_AUTHENTICATION_DIALOG (authenticator->dialog)))
375375 {
376376 /* user cancelled the dialog */
377 //g_debug ("User cancelled before selecting a user");
377 /*g_debug ("User cancelled before selecting a user");*/
378378 authenticator->was_cancelled = TRUE;
379379 goto out;
380380 }
388388 g_free (authenticator->selected_user);
389389 authenticator->selected_user = polkit_gnome_authentication_dialog_get_selected_user (POLKIT_GNOME_AUTHENTICATION_DIALOG (authenticator->dialog));
390390
391 //g_debug ("Authenticating user %s", authenticator->selected_user);
391 /*g_debug ("Authenticating user %s", authenticator->selected_user);*/
392392 identity = polkit_unix_user_new_for_name (authenticator->selected_user, NULL);
393393
394394 authenticator->session = polkit_agent_session_new (identity, authenticator->cookie);
419419
420420 g_main_loop_run (authenticator->loop);
421421
422 //g_debug ("gained_authorization=%d was_cancelled=%d new_user_selected=%d.",
423 // authenticator->gained_authorization,
424 // authenticator->was_cancelled,
425 // authenticator->new_user_selected);
422 /*g_debug ("gained_authorization=%d was_cancelled=%d new_user_selected=%d.",
423 authenticator->gained_authorization,
424 authenticator->was_cancelled,
425 authenticator->new_user_selected);*/
426426
427427 if (authenticator->new_user_selected)
428428 {
429 //g_debug ("New user selected");
429 /*g_debug ("New user selected");*/
430430 authenticator->new_user_selected = FALSE;
431431 g_object_unref (authenticator->session);
432432 authenticator->session = NULL;
487487 {
488488 polkit_agent_session_cancel (authenticator->session);
489489 }
490 else
491 {
492 g_signal_emit_by_name (authenticator, "completed", FALSE);
493 }
494490 }
495491
496492 const gchar *