Codebase list ssh-contact / 2473373
Merge tag 'upstream/0.7' into debian Upstream version 0.7 Laurent Bigonville 11 years ago
34 changed file(s) with 7190 addition(s) and 6704 deletion(s). Raw diff Collapse all Expand all
00 Installation Instructions
11 *************************
22
3 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
4 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
3 Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
4 Inc.
55
66 Copying and distribution of this file, with or without modification,
77 are permitted in any medium without royalty provided the copyright
225225
226226 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
227227
228 HP-UX `make' updates targets which have the same time stamps as
229 their prerequisites, which makes it generally unusable when shipped
230 generated files such as `configure' are involved. Use GNU `make'
231 instead.
232
228233 On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
229234 parse its `<wchar.h>' header file. The option `-nodtk' can be used as
230235 a workaround. If GNU CC is not installed, it is therefore recommended
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
5050 CONFIG_HEADER = config.h
5151 CONFIG_CLEAN_FILES =
5252 CONFIG_CLEAN_VPATH_FILES =
53 AM_V_GEN = $(am__v_GEN_$(V))
54 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
53 AM_V_GEN = $(am__v_GEN_@AM_V@)
54 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
5555 am__v_GEN_0 = @echo " GEN " $@;
56 AM_V_at = $(am__v_at_$(V))
57 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
56 AM_V_at = $(am__v_at_@AM_V@)
57 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
5858 am__v_at_0 = @
5959 SOURCES =
6060 DIST_SOURCES =
7777 distdir = $(PACKAGE)-$(VERSION)
7878 top_distdir = $(distdir)
7979 am__remove_distdir = \
80 { test ! -d "$(distdir)" \
81 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
82 && rm -fr "$(distdir)"; }; }
80 if test -d "$(distdir)"; then \
81 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
82 && rm -rf "$(distdir)" \
83 || { sleep 5 && rm -rf "$(distdir)"; }; \
84 else :; fi
8385 am__relativize = \
8486 dir0=`pwd`; \
8587 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
108110 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
109111 GZIP_ENV = --best
110112 distuninstallcheck_listfiles = find . -type f -print
113 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
114 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
111115 distcleancheck_listfiles = find . -type f -print
112116 ACLOCAL = @ACLOCAL@
113117 ALL_LINGUAS = @ALL_LINGUAS@
129133 DATADIRNAME = @DATADIRNAME@
130134 DEFS = @DEFS@
131135 DEPDIR = @DEPDIR@
136 DLLTOOL = @DLLTOOL@
132137 DSYMUTIL = @DSYMUTIL@
133138 DUMPBIN = @DUMPBIN@
134139 ECHO_C = @ECHO_C@
140145 FGREP = @FGREP@
141146 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
142147 GLIB_CFLAGS = @GLIB_CFLAGS@
148 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
143149 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
144150 GLIB_LIBS = @GLIB_LIBS@
145151 GLIB_MKENUMS = @GLIB_MKENUMS@
158164 INTLTOOL_MERGE = @INTLTOOL_MERGE@
159165 INTLTOOL_PERL = @INTLTOOL_PERL@
160166 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
167 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
168 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
169 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
170 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
161171 LD = @LD@
162172 LDFLAGS = @LDFLAGS@
163173 LIBOBJS = @LIBOBJS@
168178 LTLIBOBJS = @LTLIBOBJS@
169179 MAINT = @MAINT@
170180 MAKEINFO = @MAKEINFO@
181 MANIFEST_TOOL = @MANIFEST_TOOL@
171182 MKDIR_P = @MKDIR_P@
172183 MKINSTALLDIRS = @MKINSTALLDIRS@
173184 MSGFMT = @MSGFMT@
203214 STRIP = @STRIP@
204215 USE_NLS = @USE_NLS@
205216 VERSION = @VERSION@
206 VINAGRE_CFLAGS = @VINAGRE_CFLAGS@
207 VINAGRE_LIBS = @VINAGRE_LIBS@
208217 XGETTEXT = @XGETTEXT@
209218 XMKMF = @XMKMF@
210219 X_CFLAGS = @X_CFLAGS@
215224 abs_srcdir = @abs_srcdir@
216225 abs_top_builddir = @abs_top_builddir@
217226 abs_top_srcdir = @abs_top_srcdir@
227 ac_ct_AR = @ac_ct_AR@
218228 ac_ct_CC = @ac_ct_CC@
219229 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
220230 am__include = @am__include@
243253 includedir = @includedir@
244254 infodir = @infodir@
245255 install_sh = @install_sh@
256 intltool__v_merge_options_ = @intltool__v_merge_options_@
257 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
246258 libdir = @libdir@
247259 libexecdir = @libexecdir@
248260 localedir = @localedir@
249261 localstatedir = @localstatedir@
250 lt_ECHO = @lt_ECHO@
251262 mandir = @mandir@
252263 mkdir_p = @mkdir_p@
253264 oldincludedir = @oldincludedir@
269280 $(MAKE) $(AM_MAKEFLAGS) all-recursive
270281
271282 .SUFFIXES:
272 am--refresh:
283 am--refresh: Makefile
273284 @:
274285 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
275286 @for dep in $?; do \
305316 $(am__aclocal_m4_deps):
306317
307318 config.h: stamp-h1
308 @if test ! -f $@; then \
309 rm -f stamp-h1; \
310 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
311 else :; fi
319 @if test ! -f $@; then rm -f stamp-h1; else :; fi
320 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
312321
313322 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
314323 @rm -f stamp-h1
536545 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
537546 $(am__remove_distdir)
538547 dist-bzip2: distdir
539 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
548 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
549 $(am__remove_distdir)
550
551 dist-lzip: distdir
552 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
540553 $(am__remove_distdir)
541554
542555 dist-lzma: distdir
544557 $(am__remove_distdir)
545558
546559 dist-xz: distdir
547 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
560 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
548561 $(am__remove_distdir)
549562
550563 dist-tarZ: distdir
562575
563576 dist dist-all: distdir
564577 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
565 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
578 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
566579 $(am__remove_distdir)
567580
568581 # This target untars the dist file and tries a VPATH configuration. Then
576589 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
577590 *.tar.lzma*) \
578591 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
592 *.tar.lz*) \
593 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
579594 *.tar.xz*) \
580595 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
581596 *.tar.Z*) \
595610 && am__cwd=`pwd` \
596611 && $(am__cd) $(distdir)/_build \
597612 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
613 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
598614 $(DISTCHECK_CONFIGURE_FLAGS) \
599615 && $(MAKE) $(AM_MAKEFLAGS) \
600616 && $(MAKE) $(AM_MAKEFLAGS) dvi \
623639 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
624640 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
625641 distuninstallcheck:
626 @$(am__cd) '$(distuninstallcheck_dir)' \
627 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
642 @test -n '$(distuninstallcheck_dir)' || { \
643 echo 'ERROR: trying to run $@ with an empty' \
644 '$$(distuninstallcheck_dir)' >&2; \
645 exit 1; \
646 }; \
647 $(am__cd) '$(distuninstallcheck_dir)' || { \
648 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
649 exit 1; \
650 }; \
651 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
628652 || { echo "ERROR: files left after uninstall:" ; \
629653 if test -n "$(DESTDIR)"; then \
630654 echo " (check DESTDIR support)"; \
655679
656680 installcheck: installcheck-recursive
657681 install-strip:
658 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
659 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
660 `test -z '$(STRIP)' || \
661 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
682 if test -z '$(STRIP)'; then \
683 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
684 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
685 install; \
686 else \
687 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
688 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
689 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
690 fi
662691 mostlyclean-generic:
663692
664693 clean-generic:
746775 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
747776 all all-am am--refresh check check-am clean clean-generic \
748777 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
749 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
750 distcheck distclean distclean-generic distclean-hdr \
778 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
779 dist-zip distcheck distclean distclean-generic distclean-hdr \
751780 distclean-libtool distclean-tags distcleancheck distdir \
752781 distuninstallcheck dvi dvi-am html html-am info info-am \
753782 install install-am install-data install-data-am install-dvi \
0 # generated automatically by aclocal 1.11.1 -*- Autoconf -*-
0 # generated automatically by aclocal 1.11.3 -*- Autoconf -*-
11
22 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
3 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
4 # Inc.
45 # This file is free software; the Free Software Foundation
56 # gives unlimited permission to copy and/or distribute it,
67 # with or without modifications, as long as this notice is preserved.
1213
1314 m4_ifndef([AC_AUTOCONF_VERSION],
1415 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
15 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
16 [m4_warning([this file was generated for autoconf 2.67.
16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
17 [m4_warning([this file was generated for autoconf 2.68.
1718 You have another version of autoconf. It may work, but is not guaranteed to.
1819 If you have problems, you may need to regenerate the build system entirely.
1920 To do so, use the procedure documented by the package, typically `autoreconf'.])])
8485 GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
8586 GOBJECT_QUERY=`$PKG_CONFIG --variable=gobject_query glib-2.0`
8687 GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
88 GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable=glib_compile_resources gio-2.0`
8789
8890 GLIB_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args`
8991 GLIB_LIBS=`$PKG_CONFIG --libs $pkg_config_args`
220222 GLIB_GENMARSHAL=""
221223 GOBJECT_QUERY=""
222224 GLIB_MKENUMS=""
225 GLIB_COMPILE_RESOURCES=""
223226 ifelse([$3], , :, [$3])
224227 fi
225228 AC_SUBST(GLIB_CFLAGS)
227230 AC_SUBST(GLIB_GENMARSHAL)
228231 AC_SUBST(GOBJECT_QUERY)
229232 AC_SUBST(GLIB_MKENUMS)
233 AC_SUBST(GLIB_COMPILE_RESOURCES)
230234 rm -f conf.glibtest
231235 ])
232236
471475 [CATOBJEXT=.mo
472476 DATADIRNAME=lib])
473477 ;;
478 *-*-openbsd*)
479 CATOBJEXT=.mo
480 DATADIRNAME=share
481 ;;
474482 *)
475483 CATOBJEXT=.mo
476484 DATADIRNAME=lib
665673
666674
667675 dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml])
668 # serial 40 IT_PROG_INTLTOOL
676 # serial 42 IT_PROG_INTLTOOL
669677 AC_DEFUN([IT_PROG_INTLTOOL], [
670678 AC_PREREQ([2.50])dnl
671679 AC_REQUIRE([AM_NLS])dnl
678686 ;;
679687 esac
680688
689 INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
690 INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
691 INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
681692 if test -n "$1"; then
682693 AC_MSG_CHECKING([for intltool >= $1])
683
684 INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
685 INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
686 [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
687 ]
688694 AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found])
689695 test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
690696 AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.])
697703 AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.])
698704 fi
699705
700 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 $< [$]@'
701 INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
702 INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
703 INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
704 INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< [$]@'
705 INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
706 INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
707 INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
708 INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
709 INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
710 INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
711 INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< [$]@'
712 INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
713 INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
714 INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
715 INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
716 INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
717 INTLTOOL_SERVICE_RULE='%.service: %.service.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 $< [$]@'
718 INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
706 if test -z "$AM_DEFAULT_VERBOSITY"; then
707 AM_DEFAULT_VERBOSITY=1
708 fi
709 AC_SUBST([AM_DEFAULT_VERBOSITY])
710
711 INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))'
712 INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))'
713 INTLTOOL__v_MERGE_0='@echo " ITMRG " [$]@;'
714 AC_SUBST(INTLTOOL_V_MERGE)
715 AC_SUBST(INTLTOOL__v_MERGE_)
716 AC_SUBST(INTLTOOL__v_MERGE_0)
717
718 INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))'
719 intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
720 intltool__v_merge_options_0='-q'
721 AC_SUBST(INTLTOOL_V_MERGE_OPTIONS)
722 AC_SUBST(intltool__v_merge_options_)
723 AC_SUBST(intltool__v_merge_options_0)
724
725 INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
726 INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
727 INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
728 INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
729 INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@'
730 INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
731 INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
732 INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
733 INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
734 INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
735 INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
736 if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then
737 INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@'
738 else
739 INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir'
740 fi
741 INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
742 INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
743 INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
744 INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
745 INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
746 INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
747 INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
719748
720749 _IT_SUBST(INTLTOOL_DESKTOP_RULE)
721750 _IT_SUBST(INTLTOOL_DIRECTORY_RULE)
761790 if test $? -ne 0; then
762791 AC_MSG_ERROR([perl 5.8.1 is required for intltool])
763792 else
764 IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
793 IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
765794 AC_MSG_RESULT([$IT_PERL_VERSION])
766795 fi
767796 if test "x$2" != "xno-xml"; then
918947 # ----------------------------------
919948 AC_DEFUN([PKG_PROG_PKG_CONFIG],
920949 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
921 m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
950 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
951 m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
922952 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
923953 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
924954 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
964994 pkg_cv_[]$1="$$1"
965995 elif test -n "$PKG_CONFIG"; then
966996 PKG_CHECK_EXISTS([$3],
967 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
997 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
998 test "x$?" != "x0" && pkg_failed=yes ],
968999 [pkg_failed=yes])
9691000 else
9701001 pkg_failed=untried
10121043 AC_MSG_RESULT([no])
10131044 _PKG_SHORT_ERRORS_SUPPORTED
10141045 if test $_pkg_short_errors_supported = yes; then
1015 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
1046 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
10161047 else
1017 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
1048 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
10181049 fi
10191050 # Put the nasty error message in config.log where it belongs
10201051 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
10481079 fi[]dnl
10491080 ])# PKG_CHECK_MODULES
10501081
1051 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1082 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
1083 # Foundation, Inc.
10521084 #
10531085 # This file is free software; the Free Software Foundation
10541086 # gives unlimited permission to copy and/or distribute it,
10551087 # with or without modifications, as long as this notice is preserved.
1088
1089 # serial 1
10561090
10571091 # AM_AUTOMAKE_VERSION(VERSION)
10581092 # ----------------------------
10631097 [am__api_version='1.11'
10641098 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
10651099 dnl require some minimum version. Point them to the right macro.
1066 m4_if([$1], [1.11.1], [],
1100 m4_if([$1], [1.11.3], [],
10671101 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
10681102 ])
10691103
10791113 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
10801114 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
10811115 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
1082 [AM_AUTOMAKE_VERSION([1.11.1])dnl
1116 [AM_AUTOMAKE_VERSION([1.11.3])dnl
10831117 m4_ifndef([AC_AUTOCONF_VERSION],
10841118 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
10851119 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
10861120
10871121 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
10881122
1089 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
1123 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
10901124 #
10911125 # This file is free software; the Free Software Foundation
10921126 # gives unlimited permission to copy and/or distribute it,
10931127 # with or without modifications, as long as this notice is preserved.
1128
1129 # serial 1
10941130
10951131 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
10961132 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
11731209 Usually this means the macro was only invoked conditionally.]])
11741210 fi])])
11751211
1176 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
1177 # Free Software Foundation, Inc.
1212 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
1213 # 2010, 2011 Free Software Foundation, Inc.
11781214 #
11791215 # This file is free software; the Free Software Foundation
11801216 # gives unlimited permission to copy and/or distribute it,
11811217 # with or without modifications, as long as this notice is preserved.
11821218
1183 # serial 10
1219 # serial 12
11841220
11851221 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
11861222 # written in clear, in which case automake, when reading aclocal.m4,
12201256 # instance it was reported that on HP-UX the gcc test will end up
12211257 # making a dummy file named `D' -- because `-MD' means `put the output
12221258 # in D'.
1259 rm -rf conftest.dir
12231260 mkdir conftest.dir
12241261 # Copy depcomp to subdir because otherwise we won't find it if we're
12251262 # using a relative directory.
12841321 break
12851322 fi
12861323 ;;
1287 msvisualcpp | msvcmsys)
1324 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
12881325 # This compiler won't grok `-c -o', but also, the minuso test has
12891326 # not run yet. These depmodes are late enough in the game, and
12901327 # so weak that their functioning should not be impacted.
13491386 if test "x$enable_dependency_tracking" != xno; then
13501387 am_depcomp="$ac_aux_dir/depcomp"
13511388 AMDEPBACKSLASH='\'
1389 am__nodep='_no'
13521390 fi
13531391 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
13541392 AC_SUBST([AMDEPBACKSLASH])dnl
13551393 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
1394 AC_SUBST([am__nodep])dnl
1395 _AM_SUBST_NOTMAKE([am__nodep])dnl
13561396 ])
13571397
13581398 # Generate code to set up dependency tracking. -*- Autoconf -*-
15741614 done
15751615 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
15761616
1577 # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc.
1617 # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
1618 # Inc.
15781619 #
15791620 # This file is free software; the Free Software Foundation
15801621 # gives unlimited permission to copy and/or distribute it,
15811622 # with or without modifications, as long as this notice is preserved.
1623
1624 # serial 1
15821625
15831626 # AM_PROG_INSTALL_SH
15841627 # ------------------
16191662 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
16201663 # From Jim Meyering
16211664
1622 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
1623 # Free Software Foundation, Inc.
1665 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
1666 # 2011 Free Software Foundation, Inc.
16241667 #
16251668 # This file is free software; the Free Software Foundation
16261669 # gives unlimited permission to copy and/or distribute it,
16401683 [disable], [m4_define([am_maintainer_other], [enable])],
16411684 [m4_define([am_maintainer_other], [enable])
16421685 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
1643 AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
1686 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
16441687 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
16451688 AC_ARG_ENABLE([maintainer-mode],
16461689 [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful
17511794 fi
17521795 ])
17531796
1754 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1797 # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
1798 # Inc.
17551799 #
17561800 # This file is free software; the Free Software Foundation
17571801 # gives unlimited permission to copy and/or distribute it,
17581802 # with or without modifications, as long as this notice is preserved.
1803
1804 # serial 1
17591805
17601806 # AM_PROG_MKDIR_P
17611807 # ---------------
17791825
17801826 # Helper functions for option handling. -*- Autoconf -*-
17811827
1782 # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc.
1828 # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
1829 # Foundation, Inc.
17831830 #
17841831 # This file is free software; the Free Software Foundation
17851832 # gives unlimited permission to copy and/or distribute it,
17861833 # with or without modifications, as long as this notice is preserved.
17871834
1788 # serial 4
1835 # serial 5
17891836
17901837 # _AM_MANGLE_OPTION(NAME)
17911838 # -----------------------
17931840 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
17941841
17951842 # _AM_SET_OPTION(NAME)
1796 # ------------------------------
1843 # --------------------
17971844 # Set option NAME. Presently that only means defining a flag for this option.
17981845 AC_DEFUN([_AM_SET_OPTION],
17991846 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
18001847
18011848 # _AM_SET_OPTIONS(OPTIONS)
1802 # ----------------------------------
1849 # ------------------------
18031850 # OPTIONS is a space-separated list of Automake options.
18041851 AC_DEFUN([_AM_SET_OPTIONS],
18051852 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
18751922 fi
18761923 AC_MSG_RESULT(yes)])
18771924
1878 # Copyright (C) 2009 Free Software Foundation, Inc.
1925 # Copyright (C) 2009, 2011 Free Software Foundation, Inc.
18791926 #
18801927 # This file is free software; the Free Software Foundation
18811928 # gives unlimited permission to copy and/or distribute it,
18821929 # with or without modifications, as long as this notice is preserved.
18831930
1884 # serial 1
1931 # serial 2
18851932
18861933 # AM_SILENT_RULES([DEFAULT])
18871934 # --------------------------
18961943 no) AM_DEFAULT_VERBOSITY=1;;
18971944 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
18981945 esac
1946 dnl
1947 dnl A few `make' implementations (e.g., NonStop OS and NextStep)
1948 dnl do not support nested variable expansions.
1949 dnl See automake bug#9928 and bug#10237.
1950 am_make=${MAKE-make}
1951 AC_CACHE_CHECK([whether $am_make supports nested variables],
1952 [am_cv_make_support_nested_variables],
1953 [if AS_ECHO([['TRUE=$(BAR$(V))
1954 BAR0=false
1955 BAR1=true
1956 V=1
1957 am__doit:
1958 @$(TRUE)
1959 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1960 am_cv_make_support_nested_variables=yes
1961 else
1962 am_cv_make_support_nested_variables=no
1963 fi])
1964 if test $am_cv_make_support_nested_variables = yes; then
1965 dnl Using `$V' instead of `$(V)' breaks IRIX make.
1966 AM_V='$(V)'
1967 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1968 else
1969 AM_V=$AM_DEFAULT_VERBOSITY
1970 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1971 fi
1972 AC_SUBST([AM_V])dnl
1973 AM_SUBST_NOTMAKE([AM_V])dnl
1974 AC_SUBST([AM_DEFAULT_V])dnl
1975 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
18991976 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
19001977 AM_BACKSLASH='\'
19011978 AC_SUBST([AM_BACKSLASH])dnl
19021979 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
19031980 ])
19041981
1905 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
1982 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
19061983 #
19071984 # This file is free software; the Free Software Foundation
19081985 # gives unlimited permission to copy and/or distribute it,
19091986 # with or without modifications, as long as this notice is preserved.
1987
1988 # serial 1
19101989
19111990 # AM_PROG_INSTALL_STRIP
19121991 # ---------------------
19302009 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
19312010 AC_SUBST([INSTALL_STRIP_PROGRAM])])
19322011
1933 # Copyright (C) 2006, 2008 Free Software Foundation, Inc.
2012 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
19342013 #
19352014 # This file is free software; the Free Software Foundation
19362015 # gives unlimited permission to copy and/or distribute it,
19372016 # with or without modifications, as long as this notice is preserved.
19382017
1939 # serial 2
2018 # serial 3
19402019
19412020 # _AM_SUBST_NOTMAKE(VARIABLE)
19422021 # ---------------------------
19452024 AC_DEFUN([_AM_SUBST_NOTMAKE])
19462025
19472026 # AM_SUBST_NOTMAKE(VARIABLE)
1948 # ---------------------------
2027 # --------------------------
19492028 # Public sister of _AM_SUBST_NOTMAKE.
19502029 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
19512030
19522031 # Check how to create a tarball. -*- Autoconf -*-
19532032
1954 # Copyright (C) 2004, 2005 Free Software Foundation, Inc.
2033 # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
19552034 #
19562035 # This file is free software; the Free Software Foundation
19572036 # gives unlimited permission to copy and/or distribute it,
19732052 # a tarball read from stdin.
19742053 # $(am__untar) < result.tar
19752054 AC_DEFUN([_AM_PROG_TAR],
1976 [# Always define AMTAR for backward compatibility.
1977 AM_MISSING_PROG([AMTAR], [tar])
2055 [# Always define AMTAR for backward compatibility. Yes, it's still used
2056 # in the wild :-( We should find a proper way to deprecate it ...
2057 AC_SUBST([AMTAR], ['$${TAR-tar}'])
19782058 m4_if([$1], [v7],
1979 [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
2059 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
19802060 [m4_case([$1], [ustar],, [pax],,
19812061 [m4_fatal([Unknown tar format])])
19822062 AC_MSG_CHECKING([how to create a $1 tar archive])
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, 2009, 2010
4 # Free Software Foundation, Inc.
5
6 timestamp='2009-12-30'
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
4 # 2011, 2012 Free Software Foundation, Inc.
5
6 timestamp='2012-02-10'
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
1616 # General Public License for more details.
1717 #
1818 # You should have received a copy of the GNU General Public License
19 # along with this program; if not, write to the Free Software
20 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
21 # 02110-1301, USA.
19 # along with this program; if not, see <http://www.gnu.org/licenses/>.
2220 #
2321 # As a special exception to the GNU General Public License, if you
2422 # distribute this file as part of a program that contains a
5654
5755 Originally written by Per Bothner.
5856 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
59 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
60 Software Foundation, Inc.
57 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
58 Free Software Foundation, Inc.
6159
6260 This is free software; see the source for copying conditions. There is NO
6361 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
144142 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
145143 *:NetBSD:*:*)
146144 # NetBSD (nbsd) targets should (where applicable) match one or
147 # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
145 # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
148146 # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
149147 # switched to ELF, *-*-netbsd* would select the old
150148 # object file format. This provides both forward
180178 fi
181179 ;;
182180 *)
183 os=netbsd
181 os=netbsd
184182 ;;
185183 esac
186184 # The OS release
223221 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
224222 ;;
225223 *5.*)
226 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
224 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
227225 ;;
228226 esac
229227 # According to Compaq, /usr/sbin/psrinfo has been available on
269267 # A Xn.n version is an unreleased experimental baselevel.
270268 # 1.2 uses "1.2" for uname -r.
271269 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
272 exit ;;
270 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
271 exitcode=$?
272 trap '' 0
273 exit $exitcode ;;
273274 Alpha\ *:Windows_NT*:*)
274275 # How do we know it's Interix rather than the generic POSIX subsystem?
275276 # Should we change UNAME_MACHINE based on the output of uname instead
295296 echo s390-ibm-zvmoe
296297 exit ;;
297298 *:OS400:*:*)
298 echo powerpc-ibm-os400
299 echo powerpc-ibm-os400
299300 exit ;;
300301 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
301302 echo arm-acorn-riscix${UNAME_RELEASE}
394395 # MiNT. But MiNT is downward compatible to TOS, so this should
395396 # be no problem.
396397 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
397 echo m68k-atari-mint${UNAME_RELEASE}
398 echo m68k-atari-mint${UNAME_RELEASE}
398399 exit ;;
399400 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
400401 echo m68k-atari-mint${UNAME_RELEASE}
401 exit ;;
402 exit ;;
402403 *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
403 echo m68k-atari-mint${UNAME_RELEASE}
404 echo m68k-atari-mint${UNAME_RELEASE}
404405 exit ;;
405406 milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
406 echo m68k-milan-mint${UNAME_RELEASE}
407 exit ;;
407 echo m68k-milan-mint${UNAME_RELEASE}
408 exit ;;
408409 hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
409 echo m68k-hades-mint${UNAME_RELEASE}
410 exit ;;
410 echo m68k-hades-mint${UNAME_RELEASE}
411 exit ;;
411412 *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
412 echo m68k-unknown-mint${UNAME_RELEASE}
413 exit ;;
413 echo m68k-unknown-mint${UNAME_RELEASE}
414 exit ;;
414415 m68k:machten:*:*)
415416 echo m68k-apple-machten${UNAME_RELEASE}
416417 exit ;;
480481 echo m88k-motorola-sysv3
481482 exit ;;
482483 AViiON:dgux:*:*)
483 # DG/UX returns AViiON for all architectures
484 UNAME_PROCESSOR=`/usr/bin/uname -p`
484 # DG/UX returns AViiON for all architectures
485 UNAME_PROCESSOR=`/usr/bin/uname -p`
485486 if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
486487 then
487488 if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
494495 else
495496 echo i586-dg-dgux${UNAME_RELEASE}
496497 fi
497 exit ;;
498 exit ;;
498499 M88*:DolphinOS:*:*) # DolphinOS (SVR3)
499500 echo m88k-dolphin-sysv3
500501 exit ;;
551552 echo rs6000-ibm-aix3.2
552553 fi
553554 exit ;;
554 *:AIX:*:[456])
555 *:AIX:*:[4567])
555556 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
556557 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
557558 IBM_ARCH=rs6000
594595 9000/[678][0-9][0-9])
595596 if [ -x /usr/bin/getconf ]; then
596597 sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
597 sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
598 case "${sc_cpu_version}" in
599 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
600 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
601 532) # CPU_PA_RISC2_0
602 case "${sc_kernel_bits}" in
603 32) HP_ARCH="hppa2.0n" ;;
604 64) HP_ARCH="hppa2.0w" ;;
598 sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
599 case "${sc_cpu_version}" in
600 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
601 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
602 532) # CPU_PA_RISC2_0
603 case "${sc_kernel_bits}" in
604 32) HP_ARCH="hppa2.0n" ;;
605 64) HP_ARCH="hppa2.0w" ;;
605606 '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
606 esac ;;
607 esac
607 esac ;;
608 esac
608609 fi
609610 if [ "${HP_ARCH}" = "" ]; then
610611 eval $set_cc_for_build
611 sed 's/^ //' << EOF >$dummy.c
612
613 #define _HPUX_SOURCE
614 #include <stdlib.h>
615 #include <unistd.h>
616
617 int main ()
618 {
619 #if defined(_SC_KERNEL_BITS)
620 long bits = sysconf(_SC_KERNEL_BITS);
621 #endif
622 long cpu = sysconf (_SC_CPU_VERSION);
623
624 switch (cpu)
625 {
626 case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
627 case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
628 case CPU_PA_RISC2_0:
629 #if defined(_SC_KERNEL_BITS)
630 switch (bits)
631 {
632 case 64: puts ("hppa2.0w"); break;
633 case 32: puts ("hppa2.0n"); break;
634 default: puts ("hppa2.0"); break;
635 } break;
636 #else /* !defined(_SC_KERNEL_BITS) */
637 puts ("hppa2.0"); break;
638 #endif
639 default: puts ("hppa1.0"); break;
640 }
641 exit (0);
642 }
612 sed 's/^ //' << EOF >$dummy.c
613
614 #define _HPUX_SOURCE
615 #include <stdlib.h>
616 #include <unistd.h>
617
618 int main ()
619 {
620 #if defined(_SC_KERNEL_BITS)
621 long bits = sysconf(_SC_KERNEL_BITS);
622 #endif
623 long cpu = sysconf (_SC_CPU_VERSION);
624
625 switch (cpu)
626 {
627 case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
628 case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
629 case CPU_PA_RISC2_0:
630 #if defined(_SC_KERNEL_BITS)
631 switch (bits)
632 {
633 case 64: puts ("hppa2.0w"); break;
634 case 32: puts ("hppa2.0n"); break;
635 default: puts ("hppa2.0"); break;
636 } break;
637 #else /* !defined(_SC_KERNEL_BITS) */
638 puts ("hppa2.0"); break;
639 #endif
640 default: puts ("hppa1.0"); break;
641 }
642 exit (0);
643 }
643644 EOF
644645 (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
645646 test -z "$HP_ARCH" && HP_ARCH=hppa
730731 exit ;;
731732 C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
732733 echo c1-convex-bsd
733 exit ;;
734 exit ;;
734735 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
735736 if getsysinfo -f scalar_acc
736737 then echo c32-convex-bsd
737738 else echo c2-convex-bsd
738739 fi
739 exit ;;
740 exit ;;
740741 C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
741742 echo c34-convex-bsd
742 exit ;;
743 exit ;;
743744 C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
744745 echo c38-convex-bsd
745 exit ;;
746 exit ;;
746747 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
747748 echo c4-convex-bsd
748 exit ;;
749 exit ;;
749750 CRAY*Y-MP:*:*:*)
750751 echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
751752 exit ;;
769770 exit ;;
770771 F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
771772 FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
772 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
773 FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
774 echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
775 exit ;;
773 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
774 FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
775 echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
776 exit ;;
776777 5000:UNIX_System_V:4.*:*)
777 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
778 FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
779 echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
778 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
779 FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
780 echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
780781 exit ;;
781782 i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
782783 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
788789 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
789790 exit ;;
790791 *:FreeBSD:*:*)
791 case ${UNAME_MACHINE} in
792 pc98)
793 echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
792 UNAME_PROCESSOR=`/usr/bin/uname -p`
793 case ${UNAME_PROCESSOR} in
794794 amd64)
795795 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
796796 *)
797 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
797 echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
798798 esac
799799 exit ;;
800800 i*:CYGWIN*:*)
803803 *:MINGW*:*)
804804 echo ${UNAME_MACHINE}-pc-mingw32
805805 exit ;;
806 i*:MSYS*:*)
807 echo ${UNAME_MACHINE}-pc-msys
808 exit ;;
806809 i*:windows32*:*)
807 # uname -m includes "-pc" on this system.
808 echo ${UNAME_MACHINE}-mingw32
810 # uname -m includes "-pc" on this system.
811 echo ${UNAME_MACHINE}-mingw32
809812 exit ;;
810813 i*:PW*:*)
811814 echo ${UNAME_MACHINE}-pc-pw32
812815 exit ;;
813816 *:Interix*:*)
814 case ${UNAME_MACHINE} in
817 case ${UNAME_MACHINE} in
815818 x86)
816819 echo i586-pc-interix${UNAME_RELEASE}
817820 exit ;;
857860 i*86:Minix:*:*)
858861 echo ${UNAME_MACHINE}-pc-minix
859862 exit ;;
863 aarch64:Linux:*:*)
864 echo ${UNAME_MACHINE}-unknown-linux-gnu
865 exit ;;
866 aarch64_be:Linux:*:*)
867 UNAME_MACHINE=aarch64_be
868 echo ${UNAME_MACHINE}-unknown-linux-gnu
869 exit ;;
860870 alpha:Linux:*:*)
861871 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
862872 EV5) UNAME_MACHINE=alphaev5 ;;
866876 EV6) UNAME_MACHINE=alphaev6 ;;
867877 EV67) UNAME_MACHINE=alphaev67 ;;
868878 EV68*) UNAME_MACHINE=alphaev68 ;;
869 esac
879 esac
870880 objdump --private-headers /bin/sh | grep -q ld.so.1
871881 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
872882 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
878888 then
879889 echo ${UNAME_MACHINE}-unknown-linux-gnu
880890 else
881 echo ${UNAME_MACHINE}-unknown-linux-gnueabi
891 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
892 | grep -q __ARM_PCS_VFP
893 then
894 echo ${UNAME_MACHINE}-unknown-linux-gnueabi
895 else
896 echo ${UNAME_MACHINE}-unknown-linux-gnueabihf
897 fi
882898 fi
883899 exit ;;
884900 avr32*:Linux:*:*)
885901 echo ${UNAME_MACHINE}-unknown-linux-gnu
886902 exit ;;
887903 cris:Linux:*:*)
888 echo cris-axis-linux-gnu
904 echo ${UNAME_MACHINE}-axis-linux-gnu
889905 exit ;;
890906 crisv32:Linux:*:*)
891 echo crisv32-axis-linux-gnu
907 echo ${UNAME_MACHINE}-axis-linux-gnu
892908 exit ;;
893909 frv:Linux:*:*)
894 echo frv-unknown-linux-gnu
910 echo ${UNAME_MACHINE}-unknown-linux-gnu
911 exit ;;
912 hexagon:Linux:*:*)
913 echo ${UNAME_MACHINE}-unknown-linux-gnu
895914 exit ;;
896915 i*86:Linux:*:*)
897916 LIBC=gnu
933952 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
934953 ;;
935954 or32:Linux:*:*)
936 echo or32-unknown-linux-gnu
955 echo ${UNAME_MACHINE}-unknown-linux-gnu
937956 exit ;;
938957 padre:Linux:*:*)
939958 echo sparc-unknown-linux-gnu
959978 echo ${UNAME_MACHINE}-ibm-linux
960979 exit ;;
961980 sh64*:Linux:*:*)
962 echo ${UNAME_MACHINE}-unknown-linux-gnu
981 echo ${UNAME_MACHINE}-unknown-linux-gnu
963982 exit ;;
964983 sh*:Linux:*:*)
965984 echo ${UNAME_MACHINE}-unknown-linux-gnu
967986 sparc:Linux:*:* | sparc64:Linux:*:*)
968987 echo ${UNAME_MACHINE}-unknown-linux-gnu
969988 exit ;;
989 tile*:Linux:*:*)
990 echo ${UNAME_MACHINE}-unknown-linux-gnu
991 exit ;;
970992 vax:Linux:*:*)
971993 echo ${UNAME_MACHINE}-dec-linux-gnu
972994 exit ;;
973995 x86_64:Linux:*:*)
974 echo x86_64-unknown-linux-gnu
996 echo ${UNAME_MACHINE}-unknown-linux-gnu
975997 exit ;;
976998 xtensa*:Linux:*:*)
977 echo ${UNAME_MACHINE}-unknown-linux-gnu
999 echo ${UNAME_MACHINE}-unknown-linux-gnu
9781000 exit ;;
9791001 i*86:DYNIX/ptx:4*:*)
9801002 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
9831005 echo i386-sequent-sysv4
9841006 exit ;;
9851007 i*86:UNIX_SV:4.2MP:2.*)
986 # Unixware is an offshoot of SVR4, but it has its own version
987 # number series starting with 2...
988 # I am not positive that other SVR4 systems won't match this,
1008 # Unixware is an offshoot of SVR4, but it has its own version
1009 # number series starting with 2...
1010 # I am not positive that other SVR4 systems won't match this,
9891011 # I just have to hope. -- rms.
990 # Use sysv4.2uw... so that sysv4* matches it.
1012 # Use sysv4.2uw... so that sysv4* matches it.
9911013 echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
9921014 exit ;;
9931015 i*86:OS/2:*:*)
10191041 fi
10201042 exit ;;
10211043 i*86:*:5:[678]*)
1022 # UnixWare 7.x, OpenUNIX and OpenServer 6.
1044 # UnixWare 7.x, OpenUNIX and OpenServer 6.
10231045 case `/bin/uname -X | grep "^Machine"` in
10241046 *486*) UNAME_MACHINE=i486 ;;
10251047 *Pentium) UNAME_MACHINE=i586 ;;
10471069 exit ;;
10481070 pc:*:*:*)
10491071 # Left here for compatibility:
1050 # uname -m prints for DJGPP always 'pc', but it prints nothing about
1051 # the processor, so we play safe by assuming i586.
1072 # uname -m prints for DJGPP always 'pc', but it prints nothing about
1073 # the processor, so we play safe by assuming i586.
10521074 # Note: whatever this is, it MUST be the same as what config.sub
10531075 # prints for the "djgpp" host, or else GDB configury will decide that
10541076 # this is a cross-build.
10551077 echo i586-pc-msdosdjgpp
1056 exit ;;
1078 exit ;;
10571079 Intel:Mach:3*:*)
10581080 echo i386-pc-mach3
10591081 exit ;;
10881110 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
10891111 && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
10901112 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
1091 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1092 && { echo i486-ncr-sysv4; exit; } ;;
1113 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1114 && { echo i486-ncr-sysv4; exit; } ;;
10931115 NCR*:*:4.2:* | MPRAS*:*:4.2:*)
10941116 OS_REL='.3'
10951117 test -r /etc/.relid \
11321154 echo ns32k-sni-sysv
11331155 fi
11341156 exit ;;
1135 PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
1136 # says <Richard.M.Bartel@ccMail.Census.GOV>
1137 echo i586-unisys-sysv4
1138 exit ;;
1157 PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
1158 # says <Richard.M.Bartel@ccMail.Census.GOV>
1159 echo i586-unisys-sysv4
1160 exit ;;
11391161 *:UNIX_System_V:4*:FTX*)
11401162 # From Gerald Hewes <hewes@openmarket.com>.
11411163 # How about differentiating between stratus architectures? -djm
11611183 exit ;;
11621184 R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
11631185 if [ -d /usr/nec ]; then
1164 echo mips-nec-sysv${UNAME_RELEASE}
1186 echo mips-nec-sysv${UNAME_RELEASE}
11651187 else
1166 echo mips-unknown-sysv${UNAME_RELEASE}
1167 fi
1168 exit ;;
1188 echo mips-unknown-sysv${UNAME_RELEASE}
1189 fi
1190 exit ;;
11691191 BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only.
11701192 echo powerpc-be-beos
11711193 exit ;;
12301252 *:QNX:*:4*)
12311253 echo i386-pc-qnx
12321254 exit ;;
1255 NEO-?:NONSTOP_KERNEL:*:*)
1256 echo neo-tandem-nsk${UNAME_RELEASE}
1257 exit ;;
12331258 NSE-?:NONSTOP_KERNEL:*:*)
12341259 echo nse-tandem-nsk${UNAME_RELEASE}
12351260 exit ;;
12751300 echo pdp10-unknown-its
12761301 exit ;;
12771302 SEI:*:*:SEIUX)
1278 echo mips-sei-seiux${UNAME_RELEASE}
1303 echo mips-sei-seiux${UNAME_RELEASE}
12791304 exit ;;
12801305 *:DragonFly:*:*)
12811306 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
12821307 exit ;;
12831308 *:*VMS:*:*)
1284 UNAME_MACHINE=`(uname -p) 2>/dev/null`
1309 UNAME_MACHINE=`(uname -p) 2>/dev/null`
12851310 case "${UNAME_MACHINE}" in
12861311 A*) echo alpha-dec-vms ; exit ;;
12871312 I*) echo ia64-dec-vms ; exit ;;
12981323 exit ;;
12991324 i*86:AROS:*:*)
13001325 echo ${UNAME_MACHINE}-pc-aros
1326 exit ;;
1327 x86_64:VMkernel:*:*)
1328 echo ${UNAME_MACHINE}-unknown-esx
13011329 exit ;;
13021330 esac
13031331
13211349 #include <sys/param.h>
13221350 printf ("m68k-sony-newsos%s\n",
13231351 #ifdef NEWSOS4
1324 "4"
1352 "4"
13251353 #else
1326 ""
1327 #endif
1328 ); exit (0);
1354 ""
1355 #endif
1356 ); exit (0);
13291357 #endif
13301358 #endif
13311359
5050 /* Define to 1 if you have the <unistd.h> header file. */
5151 #undef HAVE_UNISTD_H
5252
53 /* Define if you have libvinagre */
54 #undef HAVE_VINAGRE
55
5653 /* Define to the sub-directory in which libtool stores uninstalled libraries.
5754 */
5855 #undef LT_OBJDIR
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, 2009, 2010
4 # Free Software Foundation, Inc.
5
6 timestamp='2010-01-22'
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
4 # 2011, 2012 Free Software Foundation, Inc.
5
6 timestamp='2012-02-10'
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
2020 # GNU General Public License for more details.
2121 #
2222 # You should have received a copy of the GNU General Public License
23 # along with this program; if not, write to the Free Software
24 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
25 # 02110-1301, USA.
23 # along with this program; if not, see <http://www.gnu.org/licenses/>.
2624 #
2725 # As a special exception to the GNU General Public License, if you
2826 # distribute this file as part of a program that contains a
7573 GNU config.sub ($timestamp)
7674
7775 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
78 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
79 Software Foundation, Inc.
76 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
77 Free Software Foundation, Inc.
8078
8179 This is free software; see the source for copying conditions. There is NO
8280 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
123121 # Here we must recognize all the valid KERNEL-OS combinations.
124122 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
125123 case $maybe_os in
126 nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
127 uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
124 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
125 linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
126 knetbsd*-gnu* | netbsd*-gnu* | \
128127 kopensolaris*-gnu* | \
129128 storm-chaos* | os2-emx* | rtmk-nova*)
130129 os=-$maybe_os
131130 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
131 ;;
132 android-linux)
133 os=-linux-android
134 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
132135 ;;
133136 *)
134137 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
156159 os=
157160 basic_machine=$1
158161 ;;
159 -bluegene*)
160 os=-cnk
162 -bluegene*)
163 os=-cnk
161164 ;;
162165 -sim | -cisco | -oki | -wec | -winbond)
163166 os=
173176 os=-chorusos
174177 basic_machine=$1
175178 ;;
176 -chorusrdb)
177 os=-chorusrdb
179 -chorusrdb)
180 os=-chorusrdb
178181 basic_machine=$1
179 ;;
182 ;;
180183 -hiux*)
181184 os=-hiuxwe2
182185 ;;
245248 # Some are omitted here because they have special meanings below.
246249 1750a | 580 \
247250 | a29k \
251 | aarch64 | aarch64_be \
248252 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
249253 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
250254 | am33_2.0 \
251255 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
256 | be32 | be64 \
252257 | bfin \
253258 | c4x | clipper \
254259 | d10v | d30v | dlx | dsp16xx \
260 | epiphany \
255261 | fido | fr30 | frv \
256262 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
263 | hexagon \
257264 | i370 | i860 | i960 | ia64 \
258265 | ip2k | iq2000 \
266 | le32 | le64 \
259267 | lm32 \
260268 | m32c | m32r | m32rle | m68000 | m68k | m88k \
261269 | maxq | mb | microblaze | mcore | mep | metag \
281289 | moxie \
282290 | mt \
283291 | msp430 \
292 | nds32 | nds32le | nds32be \
284293 | nios | nios2 \
285294 | ns16k | ns32k \
295 | open8 \
286296 | or32 \
287297 | pdp10 | pdp11 | pj | pjl \
288 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
298 | powerpc | powerpc64 | powerpc64le | powerpcle \
289299 | pyramid \
290 | rx \
300 | rl78 | rx \
291301 | score \
292302 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
293303 | sh64 | sh64le \
294304 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
295305 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
296 | spu | strongarm \
297 | tahoe | thumb | tic4x | tic80 | tron \
306 | spu \
307 | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
298308 | ubicom32 \
299 | v850 | v850e \
309 | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
300310 | we32k \
301 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
311 | x86 | xc16x | xstormy16 | xtensa \
302312 | z8k | z80)
303313 basic_machine=$basic_machine-unknown
304314 ;;
305 m6811 | m68hc11 | m6812 | m68hc12 | picochip)
306 # Motorola 68HC11/12.
315 c54x)
316 basic_machine=tic54x-unknown
317 ;;
318 c55x)
319 basic_machine=tic55x-unknown
320 ;;
321 c6x)
322 basic_machine=tic6x-unknown
323 ;;
324 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
307325 basic_machine=$basic_machine-unknown
308326 os=-none
309327 ;;
311329 ;;
312330 ms1)
313331 basic_machine=mt-unknown
332 ;;
333
334 strongarm | thumb | xscale)
335 basic_machine=arm-unknown
336 ;;
337 xgate)
338 basic_machine=$basic_machine-unknown
339 os=-none
340 ;;
341 xscaleeb)
342 basic_machine=armeb-unknown
343 ;;
344
345 xscaleel)
346 basic_machine=armel-unknown
314347 ;;
315348
316349 # We use `pc' rather than `unknown'
327360 # Recognize the basic CPU types with company name.
328361 580-* \
329362 | a29k-* \
363 | aarch64-* | aarch64_be-* \
330364 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
331365 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
332366 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
333367 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
334368 | avr-* | avr32-* \
369 | be32-* | be64-* \
335370 | bfin-* | bs2000-* \
336 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
371 | c[123]* | c30-* | [cjt]90-* | c4x-* \
337372 | clipper-* | craynv-* | cydra-* \
338373 | d10v-* | d30v-* | dlx-* \
339374 | elxsi-* \
340375 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
341376 | h8300-* | h8500-* \
342377 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
378 | hexagon-* \
343379 | i*86-* | i860-* | i960-* | ia64-* \
344380 | ip2k-* | iq2000-* \
381 | le32-* | le64-* \
345382 | lm32-* \
346383 | m32c-* | m32r-* | m32rle-* \
347384 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
367404 | mmix-* \
368405 | mt-* \
369406 | msp430-* \
407 | nds32-* | nds32le-* | nds32be-* \
370408 | nios-* | nios2-* \
371409 | none-* | np1-* | ns16k-* | ns32k-* \
410 | open8-* \
372411 | orion-* \
373412 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
374 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
413 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
375414 | pyramid-* \
376 | romp-* | rs6000-* | rx-* \
415 | rl78-* | romp-* | rs6000-* | rx-* \
377416 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
378417 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
379418 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
380419 | sparclite-* \
381 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
382 | tahoe-* | thumb-* \
420 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
421 | tahoe-* \
383422 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
384 | tile-* | tilegx-* \
423 | tile*-* \
385424 | tron-* \
386425 | ubicom32-* \
387 | v850-* | v850e-* | vax-* \
426 | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
427 | vax-* \
388428 | we32k-* \
389 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
429 | x86-* | x86_64-* | xc16x-* | xps100-* \
390430 | xstormy16-* | xtensa*-* \
391431 | ymp-* \
392432 | z8k-* | z80-*)
411451 basic_machine=a29k-amd
412452 os=-udi
413453 ;;
414 abacus)
454 abacus)
415455 basic_machine=abacus-unknown
416456 ;;
417457 adobe68k)
481521 basic_machine=powerpc-ibm
482522 os=-cnk
483523 ;;
524 c54x-*)
525 basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
526 ;;
527 c55x-*)
528 basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
529 ;;
530 c6x-*)
531 basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
532 ;;
484533 c90)
485534 basic_machine=c90-cray
486535 os=-unicos
487536 ;;
488 cegcc)
537 cegcc)
489538 basic_machine=arm-unknown
490539 os=-cegcc
491540 ;;
517566 basic_machine=craynv-cray
518567 os=-unicosmp
519568 ;;
520 cr16)
569 cr16 | cr16-*)
521570 basic_machine=cr16-unknown
522571 os=-elf
523572 ;;
675724 i370-ibm* | ibm*)
676725 basic_machine=i370-ibm
677726 ;;
678 # I'm not sure what "Sysv32" means. Should this be sysv3.2?
679727 i*86v32)
680728 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
681729 os=-sysv32
733781 basic_machine=ns32k-utek
734782 os=-sysv
735783 ;;
736 microblaze)
784 microblaze)
737785 basic_machine=microblaze-xilinx
738786 ;;
739787 mingw32)
772820 ms1-*)
773821 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
774822 ;;
823 msys)
824 basic_machine=i386-pc
825 os=-msys
826 ;;
775827 mvs)
776828 basic_machine=i370-ibm
777829 os=-mvs
830 ;;
831 nacl)
832 basic_machine=le32-unknown
833 os=-nacl
778834 ;;
779835 ncr3000)
780836 basic_machine=i486-ncr
840896 np1)
841897 basic_machine=np1-gould
842898 ;;
899 neo-tandem)
900 basic_machine=neo-tandem
901 ;;
902 nse-tandem)
903 basic_machine=nse-tandem
904 ;;
843905 nsr-tandem)
844906 basic_machine=nsr-tandem
845907 ;;
922984 ;;
923985 power) basic_machine=power-ibm
924986 ;;
925 ppc) basic_machine=powerpc-unknown
926 ;;
927 ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
987 ppc | ppcbe) basic_machine=powerpc-unknown
988 ;;
989 ppc-* | ppcbe-*)
990 basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
928991 ;;
929992 ppcle | powerpclittle | ppc-le | powerpc-little)
930993 basic_machine=powerpcle-unknown
10181081 basic_machine=i860-stratus
10191082 os=-sysv4
10201083 ;;
1084 strongarm-* | thumb-*)
1085 basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
1086 ;;
10211087 sun2)
10221088 basic_machine=m68000-sun
10231089 ;;
10741140 basic_machine=t90-cray
10751141 os=-unicos
10761142 ;;
1077 tic54x | c54x*)
1078 basic_machine=tic54x-unknown
1079 os=-coff
1080 ;;
1081 tic55x | c55x*)
1082 basic_machine=tic55x-unknown
1083 os=-coff
1084 ;;
1085 tic6x | c6x*)
1086 basic_machine=tic6x-unknown
1087 os=-coff
1088 ;;
1089 # This must be matched before tile*.
1090 tilegx*)
1091 basic_machine=tilegx-unknown
1092 os=-linux-gnu
1093 ;;
10941143 tile*)
1095 basic_machine=tile-unknown
1144 basic_machine=$basic_machine-unknown
10961145 os=-linux-gnu
10971146 ;;
10981147 tx39)
11611210 ;;
11621211 xps | xps100)
11631212 basic_machine=xps100-honeywell
1213 ;;
1214 xscale-* | xscalee[bl]-*)
1215 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
11641216 ;;
11651217 ymp)
11661218 basic_machine=ymp-cray
12591311 if [ x"$os" != x"" ]
12601312 then
12611313 case $os in
1262 # First match some system type aliases
1263 # that might get confused with valid system types.
1314 # First match some system type aliases
1315 # that might get confused with valid system types.
12641316 # -solaris* is a basic system type, with this one exception.
1265 -auroraux)
1266 os=-auroraux
1317 -auroraux)
1318 os=-auroraux
12671319 ;;
12681320 -solaris1 | -solaris1.*)
12691321 os=`echo $os | sed -e 's|solaris1|sunos4|'`
12991351 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
13001352 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
13011353 | -chorusos* | -chorusrdb* | -cegcc* \
1302 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1303 | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
1354 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1355 | -mingw32* | -linux-gnu* | -linux-android* \
1356 | -linux-newlib* | -linux-uclibc* \
13041357 | -uxpv* | -beos* | -mpeix* | -udk* \
13051358 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
13061359 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
13471400 -opened*)
13481401 os=-openedition
13491402 ;;
1350 -os400*)
1403 -os400*)
13511404 os=-os400
13521405 ;;
13531406 -wince*)
13961449 -sinix*)
13971450 os=-sysv4
13981451 ;;
1399 -tpf*)
1452 -tpf*)
14001453 os=-tpf
14011454 ;;
14021455 -triton*)
14411494 -dicos*)
14421495 os=-dicos
14431496 ;;
1444 -nacl*)
1445 ;;
1497 -nacl*)
1498 ;;
14461499 -none)
14471500 ;;
14481501 *)
14651518 # system, and we'll never get to this point.
14661519
14671520 case $basic_machine in
1468 score-*)
1521 score-*)
14691522 os=-elf
14701523 ;;
1471 spu-*)
1524 spu-*)
14721525 os=-elf
14731526 ;;
14741527 *-acorn)
14801533 arm*-semi)
14811534 os=-aout
14821535 ;;
1483 c4x-* | tic4x-*)
1484 os=-coff
1536 c4x-* | tic4x-*)
1537 os=-coff
1538 ;;
1539 tic54x-*)
1540 os=-coff
1541 ;;
1542 tic55x-*)
1543 os=-coff
1544 ;;
1545 tic6x-*)
1546 os=-coff
14851547 ;;
14861548 # This must come before the *-dec entry.
14871549 pdp10-*)
15011563 ;;
15021564 m68000-sun)
15031565 os=-sunos3
1504 # This also exists in the configure program, but was not the
1505 # default.
1506 # os=-sunos4
15071566 ;;
15081567 m68*-cisco)
15091568 os=-aout
15101569 ;;
1511 mep-*)
1570 mep-*)
15121571 os=-elf
15131572 ;;
15141573 mips*-cisco)
15351594 *-ibm)
15361595 os=-aix
15371596 ;;
1538 *-knuth)
1597 *-knuth)
15391598 os=-mmixware
15401599 ;;
15411600 *-wec)
+2065
-1264
configure less more
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.67 for ssh-contact 0.6.
2 # Generated by GNU Autoconf 2.68 for ssh-contact 0.7.
33 #
44 # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=ssh-contact>.
55 #
9494 IFS=" "" $as_nl"
9595
9696 # Find who we are. Look in the path if we contain no directory separator.
97 as_myself=
9798 case $0 in #((
9899 *[\\/]* ) as_myself=$0 ;;
99100 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
176177 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
177178 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
178179 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
179 test \$(( 1 + 1 )) = 2 || exit 1"
180 test \$(( 1 + 1 )) = 2 || exit 1
181
182 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
183 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
184 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
185 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
186 PATH=/empty FPATH=/empty; export PATH FPATH
187 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
188 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
180189 if (eval "$as_required") 2>/dev/null; then :
181190 as_have_required=yes
182191 else
219228 # We cannot yet assume a decent shell, so we have to provide a
220229 # neutralization value for shells without unset; and this also
221230 # works around shells that cannot unset nonexistent variables.
231 # Preserve -v and -x to the replacement shell.
222232 BASH_ENV=/dev/null
223233 ENV=/dev/null
224234 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
225235 export CONFIG_SHELL
226 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
236 case $- in # ((((
237 *v*x* | *x*v* ) as_opts=-vx ;;
238 *v* ) as_opts=-v ;;
239 *x* ) as_opts=-x ;;
240 * ) as_opts= ;;
241 esac
242 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
227243 fi
228244
229245 if test x$as_have_required = xno; then :
532548 # Sed expression to map a string onto a valid variable name.
533549 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
534550
535
536
537 # Check that we are running under the correct shell.
538551 SHELL=${CONFIG_SHELL-/bin/sh}
539
540 case X$lt_ECHO in
541 X*--fallback-echo)
542 # Remove one level of quotation (which was required for Make).
543 ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
544 ;;
545 esac
546
547 ECHO=${lt_ECHO-echo}
548 if test "X$1" = X--no-reexec; then
549 # Discard the --no-reexec flag, and continue.
550 shift
551 elif test "X$1" = X--fallback-echo; then
552 # Avoid inline document here, it may be left over
553 :
554 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
555 # Yippee, $ECHO works!
556 :
557 else
558 # Restart under the correct shell.
559 exec $SHELL "$0" --no-reexec ${1+"$@"}
560 fi
561
562 if test "X$1" = X--fallback-echo; then
563 # used as fallback echo
564 shift
565 cat <<_LT_EOF
566 $*
567 _LT_EOF
568 exit 0
569 fi
570
571 # The HP-UX ksh and POSIX shell print the target directory to stdout
572 # if CDPATH is set.
573 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
574
575 if test -z "$lt_ECHO"; then
576 if test "X${echo_test_string+set}" != Xset; then
577 # find a string as large as possible, as long as the shell can cope with it
578 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
579 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
580 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
581 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
582 then
583 break
584 fi
585 done
586 fi
587
588 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
589 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
590 test "X$echo_testing_string" = "X$echo_test_string"; then
591 :
592 else
593 # The Solaris, AIX, and Digital Unix default echo programs unquote
594 # backslashes. This makes it impossible to quote backslashes using
595 # echo "$something" | sed 's/\\/\\\\/g'
596 #
597 # So, first we look for a working echo in the user's PATH.
598
599 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
600 for dir in $PATH /usr/ucb; do
601 IFS="$lt_save_ifs"
602 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
603 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
604 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
605 test "X$echo_testing_string" = "X$echo_test_string"; then
606 ECHO="$dir/echo"
607 break
608 fi
609 done
610 IFS="$lt_save_ifs"
611
612 if test "X$ECHO" = Xecho; then
613 # We didn't find a better echo, so look for alternatives.
614 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
615 echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
616 test "X$echo_testing_string" = "X$echo_test_string"; then
617 # This shell has a builtin print -r that does the trick.
618 ECHO='print -r'
619 elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
620 test "X$CONFIG_SHELL" != X/bin/ksh; then
621 # If we have ksh, try running configure again with it.
622 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
623 export ORIGINAL_CONFIG_SHELL
624 CONFIG_SHELL=/bin/ksh
625 export CONFIG_SHELL
626 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
627 else
628 # Try using printf.
629 ECHO='printf %s\n'
630 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
631 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
632 test "X$echo_testing_string" = "X$echo_test_string"; then
633 # Cool, printf works
634 :
635 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
636 test "X$echo_testing_string" = 'X\t' &&
637 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
638 test "X$echo_testing_string" = "X$echo_test_string"; then
639 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
640 export CONFIG_SHELL
641 SHELL="$CONFIG_SHELL"
642 export SHELL
643 ECHO="$CONFIG_SHELL $0 --fallback-echo"
644 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
645 test "X$echo_testing_string" = 'X\t' &&
646 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
647 test "X$echo_testing_string" = "X$echo_test_string"; then
648 ECHO="$CONFIG_SHELL $0 --fallback-echo"
649 else
650 # maybe with a smaller string...
651 prev=:
652
653 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
654 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
655 then
656 break
657 fi
658 prev="$cmd"
659 done
660
661 if test "$prev" != 'sed 50q "$0"'; then
662 echo_test_string=`eval $prev`
663 export echo_test_string
664 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
665 else
666 # Oops. We lost completely, so just stick with echo.
667 ECHO=echo
668 fi
669 fi
670 fi
671 fi
672 fi
673 fi
674
675 # Copy echo and quote the copy suitably for passing to libtool from
676 # the Makefile, instead of quoting the original, which is used later.
677 lt_ECHO=$ECHO
678 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
679 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
680 fi
681
682
683552
684553
685554 test -n "$DJDIR" || exec 7<&0 </dev/null
705574 # Identity of this package.
706575 PACKAGE_NAME='ssh-contact'
707576 PACKAGE_TARNAME='ssh-contact'
708 PACKAGE_VERSION='0.6'
709 PACKAGE_STRING='ssh-contact 0.6'
577 PACKAGE_VERSION='0.7'
578 PACKAGE_STRING='ssh-contact 0.7'
710579 PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=ssh-contact'
711580 PACKAGE_URL=''
712581
751620 am__EXEEXT_TRUE
752621 LTLIBOBJS
753622 LIBOBJS
754 HAVE_VINAGRE_FALSE
755 HAVE_VINAGRE_TRUE
756 VINAGRE_LIBS
757 VINAGRE_CFLAGS
758623 MKINSTALLDIRS
759624 POSUB
760625 POFILES
796661 INTLTOOL_KEYS_RULE
797662 INTLTOOL_DIRECTORY_RULE
798663 INTLTOOL_DESKTOP_RULE
664 intltool__v_merge_options_0
665 intltool__v_merge_options_
666 INTLTOOL_V_MERGE_OPTIONS
667 INTLTOOL__v_MERGE_0
668 INTLTOOL__v_MERGE_
669 INTLTOOL_V_MERGE
799670 INTLTOOL_EXTRACT
800671 INTLTOOL_MERGE
801672 INTLTOOL_UPDATE
805676 X_PRE_LIBS
806677 X_CFLAGS
807678 XMKMF
679 GLIB_COMPILE_RESOURCES
808680 GLIB_MKENUMS
809681 GOBJECT_QUERY
810682 GLIB_GENMARSHAL
818690 LIPO
819691 NMEDIT
820692 DSYMUTIL
821 lt_ECHO
693 MANIFEST_TOOL
822694 RANLIB
695 ac_ct_AR
823696 AR
697 DLLTOOL
824698 OBJDUMP
825699 LN_S
826700 NM
844718 am__fastdepCC_FALSE
845719 am__fastdepCC_TRUE
846720 CCDEPMODE
721 am__nodep
847722 AMDEPBACKSLASH
848723 AMDEP_FALSE
849724 AMDEP_TRUE
859734 CC
860735 AM_BACKSLASH
861736 AM_DEFAULT_VERBOSITY
737 AM_DEFAULT_V
738 AM_V
862739 am__untar
863740 am__tar
864741 AMTAR
934811 with_pic
935812 enable_fast_install
936813 with_gnu_ld
814 with_sysroot
937815 enable_libtool_lock
938816 enable_glibtest
939817 with_x
940818 enable_nls
941819 enable_Werror
942 enable_vinagre
943820 '
944821 ac_precious_vars='build_alias
945822 host_alias
955832 PKG_CONFIG_LIBDIR
956833 XMKMF
957834 SSH_CONTACT_CFLAGS
958 SSH_CONTACT_LIBS
959 VINAGRE_CFLAGS
960 VINAGRE_LIBS'
835 SSH_CONTACT_LIBS'
961836
962837
963838 # Initialize some variables set by options.
13621237 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
13631238 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
13641239 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1365 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1240 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
13661241 ;;
13671242
13681243 esac
15001375 # Omit some internal or obsolete options to make the list less imposing.
15011376 # This message is too long to be a string in the A/UX 3.1 sh.
15021377 cat <<_ACEOF
1503 \`configure' configures ssh-contact 0.6 to adapt to many kinds of systems.
1378 \`configure' configures ssh-contact 0.7 to adapt to many kinds of systems.
15041379
15051380 Usage: $0 [OPTION]... [VAR=VALUE]...
15061381
15741449
15751450 if test -n "$ac_init_help"; then
15761451 case $ac_init_help in
1577 short | recursive ) echo "Configuration of ssh-contact 0.6:";;
1452 short | recursive ) echo "Configuration of ssh-contact 0.7:";;
15781453 esac
15791454 cat <<\_ACEOF
15801455
15971472 --disable-nls do not use Native Language Support
15981473 --disable-Werror compile without -Werror (normally enabled in
15991474 development builds)
1600 --enable-vinagre=[no/yes/auto]
1601 build with vinagre plugin
16021475
16031476 Optional Packages:
16041477 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
16051478 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1606 --with-pic try to use only PIC/non-PIC objects [default=use
1479 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
16071480 both]
16081481 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1482 --with-sysroot=DIR Search for dependent libraries within DIR
1483 (or the compiler's sysroot if not specified).
16091484 --with-x use the X Window System
16101485
16111486 Some influential environment variables:
16271502 C compiler flags for SSH_CONTACT, overriding pkg-config
16281503 SSH_CONTACT_LIBS
16291504 linker flags for SSH_CONTACT, overriding pkg-config
1630 VINAGRE_CFLAGS
1631 C compiler flags for VINAGRE, overriding pkg-config
1632 VINAGRE_LIBS
1633 linker flags for VINAGRE, overriding pkg-config
16341505
16351506 Use these variables to override the choices made by `configure' or to help
16361507 it to find libraries and programs with nonstandard names/locations.
16981569 test -n "$ac_init_help" && exit $ac_status
16991570 if $ac_init_version; then
17001571 cat <<\_ACEOF
1701 ssh-contact configure 0.6
1702 generated by GNU Autoconf 2.67
1572 ssh-contact configure 0.7
1573 generated by GNU Autoconf 2.68
17031574
17041575 Copyright (C) 2010 Free Software Foundation, Inc.
17051576 This configure script is free software; the Free Software Foundation
17491620
17501621 ac_retval=1
17511622 fi
1752 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1623 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
17531624 as_fn_set_status $ac_retval
17541625
17551626 } # ac_fn_c_try_compile
17951666 # interfere with the next link command; also delete a directory that is
17961667 # left behind by Apple's compiler. We do this before executing the actions.
17971668 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1798 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1669 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
17991670 as_fn_set_status $ac_retval
18001671
18011672 } # ac_fn_c_try_link
18321703
18331704 ac_retval=1
18341705 fi
1835 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1706 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
18361707 as_fn_set_status $ac_retval
18371708
18381709 } # ac_fn_c_try_cpp
18741745 ac_retval=$ac_status
18751746 fi
18761747 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1877 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1748 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
18781749 as_fn_set_status $ac_retval
18791750
18801751 } # ac_fn_c_try_run
18881759 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18891760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
18901761 $as_echo_n "checking for $2... " >&6; }
1891 if eval "test \"\${$3+set}\"" = set; then :
1762 if eval \${$3+:} false; then :
18921763 $as_echo_n "(cached) " >&6
18931764 else
18941765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19061777 eval ac_res=\$$3
19071778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
19081779 $as_echo "$ac_res" >&6; }
1909 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1780 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
19101781
19111782 } # ac_fn_c_check_header_compile
19121783
19181789 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
19191790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
19201791 $as_echo_n "checking for $2... " >&6; }
1921 if eval "test \"\${$3+set}\"" = set; then :
1792 if eval \${$3+:} false; then :
19221793 $as_echo_n "(cached) " >&6
19231794 else
19241795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19731844 eval ac_res=\$$3
19741845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
19751846 $as_echo "$ac_res" >&6; }
1976 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1847 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
19771848
19781849 } # ac_fn_c_check_func
19791850
19851856 ac_fn_c_check_header_mongrel ()
19861857 {
19871858 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1988 if eval "test \"\${$3+set}\"" = set; then :
1859 if eval \${$3+:} false; then :
19891860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
19901861 $as_echo_n "checking for $2... " >&6; }
1991 if eval "test \"\${$3+set}\"" = set; then :
1862 if eval \${$3+:} false; then :
19921863 $as_echo_n "(cached) " >&6
19931864 fi
19941865 eval ac_res=\$$3
20551926 esac
20561927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
20571928 $as_echo_n "checking for $2... " >&6; }
2058 if eval "test \"\${$3+set}\"" = set; then :
1929 if eval \${$3+:} false; then :
20591930 $as_echo_n "(cached) " >&6
20601931 else
20611932 eval "$3=\$ac_header_compiler"
20641935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
20651936 $as_echo "$ac_res" >&6; }
20661937 fi
2067 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1938 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
20681939
20691940 } # ac_fn_c_check_header_mongrel
20701941 cat >config.log <<_ACEOF
20711942 This file contains any messages produced by compilers while
20721943 running configure, to aid debugging if configure makes a mistake.
20731944
2074 It was created by ssh-contact $as_me 0.6, which was
2075 generated by GNU Autoconf 2.67. Invocation command line was
1945 It was created by ssh-contact $as_me 0.7, which was
1946 generated by GNU Autoconf 2.68. Invocation command line was
20761947
20771948 $ $0 $@
20781949
23302201 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
23312202 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
23322203 as_fn_error $? "failed to load site script $ac_site_file
2333 See \`config.log' for more details" "$LINENO" 5 ; }
2204 See \`config.log' for more details" "$LINENO" 5; }
23342205 fi
23352206 done
23362207
24992370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
25002371 $as_echo_n "checking for a BSD-compatible install... " >&6; }
25012372 if test -z "$INSTALL"; then
2502 if test "${ac_cv_path_install+set}" = set; then :
2373 if ${ac_cv_path_install+:} false; then :
25032374 $as_echo_n "(cached) " >&6
25042375 else
25052376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25862457 '
25872458 case `pwd` in
25882459 *[\\\"\#\$\&\'\`$am_lf]*)
2589 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2460 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
25902461 esac
25912462 case $srcdir in
25922463 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2593 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2464 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
25942465 esac
25952466
25962467 # Do `set' in a subshell so we don't clobber the current shell's
26762547 set dummy ${ac_tool_prefix}strip; ac_word=$2
26772548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26782549 $as_echo_n "checking for $ac_word... " >&6; }
2679 if test "${ac_cv_prog_STRIP+set}" = set; then :
2550 if ${ac_cv_prog_STRIP+:} false; then :
26802551 $as_echo_n "(cached) " >&6
26812552 else
26822553 if test -n "$STRIP"; then
27162587 set dummy strip; ac_word=$2
27172588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27182589 $as_echo_n "checking for $ac_word... " >&6; }
2719 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2590 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
27202591 $as_echo_n "(cached) " >&6
27212592 else
27222593 if test -n "$ac_ct_STRIP"; then
27692640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
27702641 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
27712642 if test -z "$MKDIR_P"; then
2772 if test "${ac_cv_path_mkdir+set}" = set; then :
2643 if ${ac_cv_path_mkdir+:} false; then :
27732644 $as_echo_n "(cached) " >&6
27742645 else
27752646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28202691 set dummy $ac_prog; ac_word=$2
28212692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28222693 $as_echo_n "checking for $ac_word... " >&6; }
2823 if test "${ac_cv_prog_AWK+set}" = set; then :
2694 if ${ac_cv_prog_AWK+:} false; then :
28242695 $as_echo_n "(cached) " >&6
28252696 else
28262697 if test -n "$AWK"; then
28602731 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
28612732 set x ${MAKE-make}
28622733 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2863 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2734 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
28642735 $as_echo_n "(cached) " >&6
28652736 else
28662737 cat >conftest.make <<\_ACEOF
29182789
29192790 # Define the identity of the package.
29202791 PACKAGE='ssh-contact'
2921 VERSION='0.6'
2792 VERSION='0.7'
29222793
29232794
29242795 # Some tools Automake needs.
29392810
29402811 # We need awk for the "check" target. The system "awk" is bad on
29412812 # some platforms.
2942 # Always define AMTAR for backward compatibility.
2943
2944 AMTAR=${AMTAR-"${am_missing_run}tar"}
2945
2946 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2813 # Always define AMTAR for backward compatibility. Yes, it's still used
2814 # in the wild :-( We should find a proper way to deprecate it ...
2815 AMTAR='$${TAR-tar}'
2816
2817 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
29472818
29482819
29492820
29592830 no) AM_DEFAULT_VERBOSITY=1;;
29602831 *) AM_DEFAULT_VERBOSITY=0;;
29612832 esac
2833 am_make=${MAKE-make}
2834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2835 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2836 if ${am_cv_make_support_nested_variables+:} false; then :
2837 $as_echo_n "(cached) " >&6
2838 else
2839 if $as_echo 'TRUE=$(BAR$(V))
2840 BAR0=false
2841 BAR1=true
2842 V=1
2843 am__doit:
2844 @$(TRUE)
2845 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2846 am_cv_make_support_nested_variables=yes
2847 else
2848 am_cv_make_support_nested_variables=no
2849 fi
2850 fi
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2852 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2853 if test $am_cv_make_support_nested_variables = yes; then
2854 AM_V='$(V)'
2855 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2856 else
2857 AM_V=$AM_DEFAULT_VERBOSITY
2858 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2859 fi
29622860 AM_BACKSLASH='\'
29632861
29642862 DEPDIR="${am__leading_dot}deps"
30132911 if test "x$enable_dependency_tracking" != xno; then
30142912 am_depcomp="$ac_aux_dir/depcomp"
30152913 AMDEPBACKSLASH='\'
2914 am__nodep='_no'
30162915 fi
30172916 if test "x$enable_dependency_tracking" != xno; then
30182917 AMDEP_TRUE=
30332932 set dummy ${ac_tool_prefix}gcc; ac_word=$2
30342933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
30352934 $as_echo_n "checking for $ac_word... " >&6; }
3036 if test "${ac_cv_prog_CC+set}" = set; then :
2935 if ${ac_cv_prog_CC+:} false; then :
30372936 $as_echo_n "(cached) " >&6
30382937 else
30392938 if test -n "$CC"; then
30732972 set dummy gcc; ac_word=$2
30742973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
30752974 $as_echo_n "checking for $ac_word... " >&6; }
3076 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2975 if ${ac_cv_prog_ac_ct_CC+:} false; then :
30772976 $as_echo_n "(cached) " >&6
30782977 else
30792978 if test -n "$ac_ct_CC"; then
31263025 set dummy ${ac_tool_prefix}cc; ac_word=$2
31273026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
31283027 $as_echo_n "checking for $ac_word... " >&6; }
3129 if test "${ac_cv_prog_CC+set}" = set; then :
3028 if ${ac_cv_prog_CC+:} false; then :
31303029 $as_echo_n "(cached) " >&6
31313030 else
31323031 if test -n "$CC"; then
31663065 set dummy cc; ac_word=$2
31673066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
31683067 $as_echo_n "checking for $ac_word... " >&6; }
3169 if test "${ac_cv_prog_CC+set}" = set; then :
3068 if ${ac_cv_prog_CC+:} false; then :
31703069 $as_echo_n "(cached) " >&6
31713070 else
31723071 if test -n "$CC"; then
32253124 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
32263125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
32273126 $as_echo_n "checking for $ac_word... " >&6; }
3228 if test "${ac_cv_prog_CC+set}" = set; then :
3127 if ${ac_cv_prog_CC+:} false; then :
32293128 $as_echo_n "(cached) " >&6
32303129 else
32313130 if test -n "$CC"; then
32693168 set dummy $ac_prog; ac_word=$2
32703169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
32713170 $as_echo_n "checking for $ac_word... " >&6; }
3272 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3171 if ${ac_cv_prog_ac_ct_CC+:} false; then :
32733172 $as_echo_n "(cached) " >&6
32743173 else
32753174 if test -n "$ac_ct_CC"; then
33243223 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
33253224 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
33263225 as_fn_error $? "no acceptable C compiler found in \$PATH
3327 See \`config.log' for more details" "$LINENO" 5 ; }
3226 See \`config.log' for more details" "$LINENO" 5; }
33283227
33293228 # Provide some information about the compiler.
33303229 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
34393338 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
34403339 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
34413340 as_fn_error 77 "C compiler cannot create executables
3442 See \`config.log' for more details" "$LINENO" 5 ; }
3341 See \`config.log' for more details" "$LINENO" 5; }
34433342 else
34443343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34453344 $as_echo "yes" >&6; }
34823381 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
34833382 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
34843383 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3485 See \`config.log' for more details" "$LINENO" 5 ; }
3384 See \`config.log' for more details" "$LINENO" 5; }
34863385 fi
34873386 rm -f conftest conftest$ac_cv_exeext
34883387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
35413440 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
35423441 as_fn_error $? "cannot run C compiled programs.
35433442 If you meant to cross compile, use \`--host'.
3544 See \`config.log' for more details" "$LINENO" 5 ; }
3443 See \`config.log' for more details" "$LINENO" 5; }
35453444 fi
35463445 fi
35473446 fi
35523451 ac_clean_files=$ac_clean_files_save
35533452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
35543453 $as_echo_n "checking for suffix of object files... " >&6; }
3555 if test "${ac_cv_objext+set}" = set; then :
3454 if ${ac_cv_objext+:} false; then :
35563455 $as_echo_n "(cached) " >&6
35573456 else
35583457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35933492 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
35943493 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
35953494 as_fn_error $? "cannot compute suffix of object files: cannot compile
3596 See \`config.log' for more details" "$LINENO" 5 ; }
3495 See \`config.log' for more details" "$LINENO" 5; }
35973496 fi
35983497 rm -f conftest.$ac_cv_objext conftest.$ac_ext
35993498 fi
36033502 ac_objext=$OBJEXT
36043503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
36053504 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3606 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3505 if ${ac_cv_c_compiler_gnu+:} false; then :
36073506 $as_echo_n "(cached) " >&6
36083507 else
36093508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36403539 ac_save_CFLAGS=$CFLAGS
36413540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
36423541 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3643 if test "${ac_cv_prog_cc_g+set}" = set; then :
3542 if ${ac_cv_prog_cc_g+:} false; then :
36443543 $as_echo_n "(cached) " >&6
36453544 else
36463545 ac_save_c_werror_flag=$ac_c_werror_flag
37183617 fi
37193618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
37203619 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3721 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3620 if ${ac_cv_prog_cc_c89+:} false; then :
37223621 $as_echo_n "(cached) " >&6
37233622 else
37243623 ac_cv_prog_cc_c89=no
38173716
38183717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
38193718 $as_echo_n "checking dependency style of $depcc... " >&6; }
3820 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3719 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
38213720 $as_echo_n "(cached) " >&6
38223721 else
38233722 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
38263725 # instance it was reported that on HP-UX the gcc test will end up
38273726 # making a dummy file named `D' -- because `-MD' means `put the output
38283727 # in D'.
3728 rm -rf conftest.dir
38293729 mkdir conftest.dir
38303730 # Copy depcomp to subdir because otherwise we won't find it if we're
38313731 # using a relative directory.
38853785 break
38863786 fi
38873787 ;;
3888 msvisualcpp | msvcmsys)
3788 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
38893789 # This compiler won't grok `-c -o', but also, the minuso test has
38903790 # not run yet. These depmodes are late enough in the game, and
38913791 # so weak that their functioning should not be impacted.
39433843
39443844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
39453845 $as_echo_n "checking for library containing strerror... " >&6; }
3946 if test "${ac_cv_search_strerror+set}" = set; then :
3846 if ${ac_cv_search_strerror+:} false; then :
39473847 $as_echo_n "(cached) " >&6
39483848 else
39493849 ac_func_search_save_LIBS=$LIBS
39773877 fi
39783878 rm -f core conftest.err conftest.$ac_objext \
39793879 conftest$ac_exeext
3980 if test "${ac_cv_search_strerror+set}" = set; then :
3880 if ${ac_cv_search_strerror+:} false; then :
39813881 break
39823882 fi
39833883 done
3984 if test "${ac_cv_search_strerror+set}" = set; then :
3884 if ${ac_cv_search_strerror+:} false; then :
39853885
39863886 else
39873887 ac_cv_search_strerror=no
40073907 set dummy ${ac_tool_prefix}gcc; ac_word=$2
40083908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
40093909 $as_echo_n "checking for $ac_word... " >&6; }
4010 if test "${ac_cv_prog_CC+set}" = set; then :
3910 if ${ac_cv_prog_CC+:} false; then :
40113911 $as_echo_n "(cached) " >&6
40123912 else
40133913 if test -n "$CC"; then
40473947 set dummy gcc; ac_word=$2
40483948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
40493949 $as_echo_n "checking for $ac_word... " >&6; }
4050 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3950 if ${ac_cv_prog_ac_ct_CC+:} false; then :
40513951 $as_echo_n "(cached) " >&6
40523952 else
40533953 if test -n "$ac_ct_CC"; then
41004000 set dummy ${ac_tool_prefix}cc; ac_word=$2
41014001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
41024002 $as_echo_n "checking for $ac_word... " >&6; }
4103 if test "${ac_cv_prog_CC+set}" = set; then :
4003 if ${ac_cv_prog_CC+:} false; then :
41044004 $as_echo_n "(cached) " >&6
41054005 else
41064006 if test -n "$CC"; then
41404040 set dummy cc; ac_word=$2
41414041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
41424042 $as_echo_n "checking for $ac_word... " >&6; }
4143 if test "${ac_cv_prog_CC+set}" = set; then :
4043 if ${ac_cv_prog_CC+:} false; then :
41444044 $as_echo_n "(cached) " >&6
41454045 else
41464046 if test -n "$CC"; then
41994099 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
42004100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
42014101 $as_echo_n "checking for $ac_word... " >&6; }
4202 if test "${ac_cv_prog_CC+set}" = set; then :
4102 if ${ac_cv_prog_CC+:} false; then :
42034103 $as_echo_n "(cached) " >&6
42044104 else
42054105 if test -n "$CC"; then
42434143 set dummy $ac_prog; ac_word=$2
42444144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
42454145 $as_echo_n "checking for $ac_word... " >&6; }
4246 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4146 if ${ac_cv_prog_ac_ct_CC+:} false; then :
42474147 $as_echo_n "(cached) " >&6
42484148 else
42494149 if test -n "$ac_ct_CC"; then
42984198 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
42994199 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
43004200 as_fn_error $? "no acceptable C compiler found in \$PATH
4301 See \`config.log' for more details" "$LINENO" 5 ; }
4201 See \`config.log' for more details" "$LINENO" 5; }
43024202
43034203 # Provide some information about the compiler.
43044204 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
43274227
43284228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
43294229 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4330 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4230 if ${ac_cv_c_compiler_gnu+:} false; then :
43314231 $as_echo_n "(cached) " >&6
43324232 else
43334233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43644264 ac_save_CFLAGS=$CFLAGS
43654265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
43664266 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4367 if test "${ac_cv_prog_cc_g+set}" = set; then :
4267 if ${ac_cv_prog_cc_g+:} false; then :
43684268 $as_echo_n "(cached) " >&6
43694269 else
43704270 ac_save_c_werror_flag=$ac_c_werror_flag
44424342 fi
44434343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
44444344 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4445 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4345 if ${ac_cv_prog_cc_c89+:} false; then :
44464346 $as_echo_n "(cached) " >&6
44474347 else
44484348 ac_cv_prog_cc_c89=no
45414441
45424442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
45434443 $as_echo_n "checking dependency style of $depcc... " >&6; }
4544 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4444 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
45454445 $as_echo_n "(cached) " >&6
45464446 else
45474447 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
45504450 # instance it was reported that on HP-UX the gcc test will end up
45514451 # making a dummy file named `D' -- because `-MD' means `put the output
45524452 # in D'.
4453 rm -rf conftest.dir
45534454 mkdir conftest.dir
45544455 # Copy depcomp to subdir because otherwise we won't find it if we're
45554456 # using a relative directory.
46094510 break
46104511 fi
46114512 ;;
4612 msvisualcpp | msvcmsys)
4513 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
46134514 # This compiler won't grok `-c -o', but also, the minuso test has
46144515 # not run yet. These depmodes are late enough in the game, and
46154516 # so weak that their functioning should not be impacted.
46764577 CPP=
46774578 fi
46784579 if test -z "$CPP"; then
4679 if test "${ac_cv_prog_CPP+set}" = set; then :
4580 if ${ac_cv_prog_CPP+:} false; then :
46804581 $as_echo_n "(cached) " >&6
46814582 else
46824583 # Double quotes because CPP needs to be expanded
47924693 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
47934694 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
47944695 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4795 See \`config.log' for more details" "$LINENO" 5 ; }
4696 See \`config.log' for more details" "$LINENO" 5; }
47964697 fi
47974698
47984699 ac_ext=c
48044705
48054706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
48064707 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4807 if test "${ac_cv_path_GREP+set}" = set; then :
4708 if ${ac_cv_path_GREP+:} false; then :
48084709 $as_echo_n "(cached) " >&6
48094710 else
48104711 if test -z "$GREP"; then
48674768
48684769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
48694770 $as_echo_n "checking for egrep... " >&6; }
4870 if test "${ac_cv_path_EGREP+set}" = set; then :
4771 if ${ac_cv_path_EGREP+:} false; then :
48714772 $as_echo_n "(cached) " >&6
48724773 else
48734774 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
49344835
49354836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
49364837 $as_echo_n "checking for ANSI C header files... " >&6; }
4937 if test "${ac_cv_header_stdc+set}" = set; then :
4838 if ${ac_cv_header_stdc+:} false; then :
49384839 $as_echo_n "(cached) " >&6
49394840 else
49404841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50524953
50534954
50544955
5055 macro_version='2.2.6b'
5056 macro_revision='1.3017'
4956 macro_version='2.4.2'
4957 macro_revision='1.3337'
50574958
50584959
50594960
50754976
50764977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
50774978 $as_echo_n "checking build system type... " >&6; }
5078 if test "${ac_cv_build+set}" = set; then :
4979 if ${ac_cv_build+:} false; then :
50794980 $as_echo_n "(cached) " >&6
50804981 else
50814982 ac_build_alias=$build_alias
50914992 $as_echo "$ac_cv_build" >&6; }
50924993 case $ac_cv_build in
50934994 *-*-*) ;;
5094 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
4995 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
50954996 esac
50964997 build=$ac_cv_build
50974998 ac_save_IFS=$IFS; IFS='-'
51095010
51105011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
51115012 $as_echo_n "checking host system type... " >&6; }
5112 if test "${ac_cv_host+set}" = set; then :
5013 if ${ac_cv_host+:} false; then :
51135014 $as_echo_n "(cached) " >&6
51145015 else
51155016 if test "x$host_alias" = x; then
51245025 $as_echo "$ac_cv_host" >&6; }
51255026 case $ac_cv_host in
51265027 *-*-*) ;;
5127 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
5028 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
51285029 esac
51295030 host=$ac_cv_host
51305031 ac_save_IFS=$IFS; IFS='-'
51405041 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
51415042
51425043
5044 # Backslashify metacharacters that are still active within
5045 # double-quoted strings.
5046 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5047
5048 # Same as above, but do not quote variable references.
5049 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5050
5051 # Sed substitution to delay expansion of an escaped shell variable in a
5052 # double_quote_subst'ed string.
5053 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5054
5055 # Sed substitution to delay expansion of an escaped single quote.
5056 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5057
5058 # Sed substitution to avoid accidental globbing in evaled expressions
5059 no_glob_subst='s/\*/\\\*/g'
5060
5061 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5062 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5063 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5064
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5066 $as_echo_n "checking how to print strings... " >&6; }
5067 # Test print first, because it will be a builtin if present.
5068 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
5069 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5070 ECHO='print -r --'
5071 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5072 ECHO='printf %s\n'
5073 else
5074 # Use this function as a fallback that always works.
5075 func_fallback_echo ()
5076 {
5077 eval 'cat <<_LTECHO_EOF
5078 $1
5079 _LTECHO_EOF'
5080 }
5081 ECHO='func_fallback_echo'
5082 fi
5083
5084 # func_echo_all arg...
5085 # Invoke $ECHO with all args, space-separated.
5086 func_echo_all ()
5087 {
5088 $ECHO ""
5089 }
5090
5091 case "$ECHO" in
5092 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5093 $as_echo "printf" >&6; } ;;
5094 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5095 $as_echo "print -r" >&6; } ;;
5096 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5097 $as_echo "cat" >&6; } ;;
5098 esac
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
51435113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
51445114 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5145 if test "${ac_cv_path_SED+set}" = set; then :
5115 if ${ac_cv_path_SED+:} false; then :
51465116 $as_echo_n "(cached) " >&6
51475117 else
51485118 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
52245194
52255195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
52265196 $as_echo_n "checking for fgrep... " >&6; }
5227 if test "${ac_cv_path_FGREP+set}" = set; then :
5197 if ${ac_cv_path_FGREP+:} false; then :
52285198 $as_echo_n "(cached) " >&6
52295199 else
52305200 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
53555325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
53565326 $as_echo_n "checking for non-GNU ld... " >&6; }
53575327 fi
5358 if test "${lt_cv_path_LD+set}" = set; then :
5328 if ${lt_cv_path_LD+:} false; then :
53595329 $as_echo_n "(cached) " >&6
53605330 else
53615331 if test -z "$LD"; then
53955365 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
53965366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
53975367 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5398 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5368 if ${lt_cv_prog_gnu_ld+:} false; then :
53995369 $as_echo_n "(cached) " >&6
54005370 else
54015371 # I'd rather use --version here, but apparently some GNU lds only accept -v.
54225392
54235393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
54245394 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5425 if test "${lt_cv_path_NM+set}" = set; then :
5395 if ${lt_cv_path_NM+:} false; then :
54265396 $as_echo_n "(cached) " >&6
54275397 else
54285398 if test -n "$NM"; then
54755445 NM="$lt_cv_path_NM"
54765446 else
54775447 # Didn't find any BSD compatible name lister, look for dumpbin.
5478 if test -n "$ac_tool_prefix"; then
5479 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5448 if test -n "$DUMPBIN"; then :
5449 # Let the user override the test.
5450 else
5451 if test -n "$ac_tool_prefix"; then
5452 for ac_prog in dumpbin "link -dump"
54805453 do
54815454 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
54825455 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
54835456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
54845457 $as_echo_n "checking for $ac_word... " >&6; }
5485 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5458 if ${ac_cv_prog_DUMPBIN+:} false; then :
54865459 $as_echo_n "(cached) " >&6
54875460 else
54885461 if test -n "$DUMPBIN"; then
55205493 fi
55215494 if test -z "$DUMPBIN"; then
55225495 ac_ct_DUMPBIN=$DUMPBIN
5523 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5496 for ac_prog in dumpbin "link -dump"
55245497 do
55255498 # Extract the first word of "$ac_prog", so it can be a program name with args.
55265499 set dummy $ac_prog; ac_word=$2
55275500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
55285501 $as_echo_n "checking for $ac_word... " >&6; }
5529 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5502 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
55305503 $as_echo_n "(cached) " >&6
55315504 else
55325505 if test -n "$ac_ct_DUMPBIN"; then
55755548 fi
55765549 fi
55775550
5551 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5552 *COFF*)
5553 DUMPBIN="$DUMPBIN -symbols"
5554 ;;
5555 *)
5556 DUMPBIN=:
5557 ;;
5558 esac
5559 fi
55785560
55795561 if test "$DUMPBIN" != ":"; then
55805562 NM="$DUMPBIN"
55895571
55905572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
55915573 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5592 if test "${lt_cv_nm_interface+set}" = set; then :
5574 if ${lt_cv_nm_interface+:} false; then :
55935575 $as_echo_n "(cached) " >&6
55945576 else
55955577 lt_cv_nm_interface="BSD nm"
55965578 echo "int some_variable = 0;" > conftest.$ac_ext
5597 (eval echo "\"\$as_me:5598: $ac_compile\"" >&5)
5579 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
55985580 (eval "$ac_compile" 2>conftest.err)
55995581 cat conftest.err >&5
5600 (eval echo "\"\$as_me:5601: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5582 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
56015583 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
56025584 cat conftest.err >&5
5603 (eval echo "\"\$as_me:5604: output\"" >&5)
5585 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
56045586 cat conftest.out >&5
56055587 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
56065588 lt_cv_nm_interface="MS dumpbin"
56245606 # find the maximum length of command line arguments
56255607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
56265608 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5627 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5609 if ${lt_cv_sys_max_cmd_len+:} false; then :
56285610 $as_echo_n "(cached) " >&6
56295611 else
56305612 i=0
56545636 # the test eventually succeeds (with a max line length of 256k).
56555637 # Instead, let's just punt: use the minimum linelength reported by
56565638 # all of the supported platforms: 8192 (on NT/2K/XP).
5639 lt_cv_sys_max_cmd_len=8192;
5640 ;;
5641
5642 mint*)
5643 # On MiNT this can take a long time and run out of memory.
56575644 lt_cv_sys_max_cmd_len=8192;
56585645 ;;
56595646
56805667 interix*)
56815668 # We know the value 262144 and hardcode it with a safety zone (like BSD)
56825669 lt_cv_sys_max_cmd_len=196608
5670 ;;
5671
5672 os2*)
5673 # The test takes a long time on OS/2.
5674 lt_cv_sys_max_cmd_len=8192
56835675 ;;
56845676
56855677 osf*)
57215713 # If test is not a shell built-in, we'll probably end up computing a
57225714 # maximum length that is only half of the actual maximum length, but
57235715 # we can't tell.
5724 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
5725 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
5716 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5717 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
57265718 test $i != 17 # 1/2 MB should be enough
57275719 do
57285720 i=`expr $i + 1`
57645756 # Try some XSI features
57655757 xsi_shell=no
57665758 ( _lt_dummy="a/b/c"
5767 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5768 = c,a/b,, \
5759 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
5760 = c,a/b,b/c, \
57695761 && eval 'test $(( 1 + 1 )) -eq 2 \
57705762 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
57715763 && xsi_shell=yes
58145806
58155807
58165808
5809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
5810 $as_echo_n "checking how to convert $build file names to $host format... " >&6; }
5811 if ${lt_cv_to_host_file_cmd+:} false; then :
5812 $as_echo_n "(cached) " >&6
5813 else
5814 case $host in
5815 *-*-mingw* )
5816 case $build in
5817 *-*-mingw* ) # actually msys
5818 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
5819 ;;
5820 *-*-cygwin* )
5821 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
5822 ;;
5823 * ) # otherwise, assume *nix
5824 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
5825 ;;
5826 esac
5827 ;;
5828 *-*-cygwin* )
5829 case $build in
5830 *-*-mingw* ) # actually msys
5831 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
5832 ;;
5833 *-*-cygwin* )
5834 lt_cv_to_host_file_cmd=func_convert_file_noop
5835 ;;
5836 * ) # otherwise, assume *nix
5837 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
5838 ;;
5839 esac
5840 ;;
5841 * ) # unhandled hosts (and "normal" native builds)
5842 lt_cv_to_host_file_cmd=func_convert_file_noop
5843 ;;
5844 esac
5845
5846 fi
5847
5848 to_host_file_cmd=$lt_cv_to_host_file_cmd
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
5850 $as_echo "$lt_cv_to_host_file_cmd" >&6; }
5851
5852
5853
5854
5855
5856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
5857 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
5858 if ${lt_cv_to_tool_file_cmd+:} false; then :
5859 $as_echo_n "(cached) " >&6
5860 else
5861 #assume ordinary cross tools, or native build.
5862 lt_cv_to_tool_file_cmd=func_convert_file_noop
5863 case $host in
5864 *-*-mingw* )
5865 case $build in
5866 *-*-mingw* ) # actually msys
5867 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
5868 ;;
5869 esac
5870 ;;
5871 esac
5872
5873 fi
5874
5875 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
5876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
5877 $as_echo "$lt_cv_to_tool_file_cmd" >&6; }
5878
5879
5880
5881
5882
58175883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
58185884 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5819 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5885 if ${lt_cv_ld_reload_flag+:} false; then :
58205886 $as_echo_n "(cached) " >&6
58215887 else
58225888 lt_cv_ld_reload_flag='-r'
58305896 esac
58315897 reload_cmds='$LD$reload_flag -o $output$reload_objs'
58325898 case $host_os in
5899 cygwin* | mingw* | pw32* | cegcc*)
5900 if test "$GCC" != yes; then
5901 reload_cmds=false
5902 fi
5903 ;;
58335904 darwin*)
58345905 if test "$GCC" = yes; then
58355906 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
58525923 set dummy ${ac_tool_prefix}objdump; ac_word=$2
58535924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
58545925 $as_echo_n "checking for $ac_word... " >&6; }
5855 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5926 if ${ac_cv_prog_OBJDUMP+:} false; then :
58565927 $as_echo_n "(cached) " >&6
58575928 else
58585929 if test -n "$OBJDUMP"; then
58925963 set dummy objdump; ac_word=$2
58935964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
58945965 $as_echo_n "checking for $ac_word... " >&6; }
5895 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5966 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
58965967 $as_echo_n "(cached) " >&6
58975968 else
58985969 if test -n "$ac_ct_OBJDUMP"; then
59516022
59526023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
59536024 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5954 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6025 if ${lt_cv_deplibs_check_method+:} false; then :
59556026 $as_echo_n "(cached) " >&6
59566027 else
59576028 lt_cv_file_magic_cmd='$MAGIC_CMD'
59936064 # Base MSYS/MinGW do not provide the 'file' command needed by
59946065 # func_win32_libid shell function, so use a weaker test based on 'objdump',
59956066 # unless we find 'file', for example because we are cross-compiling.
5996 if ( file / ) >/dev/null 2>&1; then
6067 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6068 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
59976069 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
59986070 lt_cv_file_magic_cmd='func_win32_libid'
59996071 else
6000 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6072 # Keep this pattern in sync with the one in func_win32_libid.
6073 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
60016074 lt_cv_file_magic_cmd='$OBJDUMP -f'
60026075 fi
60036076 ;;
60046077
6005 cegcc)
6078 cegcc*)
60066079 # use the weaker test based on 'objdump'. See mingw*.
60076080 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
60086081 lt_cv_file_magic_cmd='$OBJDUMP -f'
60326105 lt_cv_deplibs_check_method=pass_all
60336106 ;;
60346107
6108 haiku*)
6109 lt_cv_deplibs_check_method=pass_all
6110 ;;
6111
60356112 hpux10.20* | hpux11*)
60366113 lt_cv_file_magic_cmd=/usr/bin/file
60376114 case $host_cpu in
60406117 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
60416118 ;;
60426119 hppa*64*)
6043 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
6120 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
60446121 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
60456122 ;;
60466123 *)
6047 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
6124 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
60486125 lt_cv_file_magic_test_file=/usr/lib/libc.sl
60496126 ;;
60506127 esac
60656142 lt_cv_deplibs_check_method=pass_all
60666143 ;;
60676144
6068 # This must be Linux ELF.
6145 # This must be glibc/ELF.
60696146 linux* | k*bsd*-gnu | kopensolaris*-gnu)
60706147 lt_cv_deplibs_check_method=pass_all
60716148 ;;
61476224 fi
61486225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
61496226 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6227
6228 file_magic_glob=
6229 want_nocaseglob=no
6230 if test "$build" = "$host"; then
6231 case $host_os in
6232 mingw* | pw32*)
6233 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
6234 want_nocaseglob=yes
6235 else
6236 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
6237 fi
6238 ;;
6239 esac
6240 fi
6241
61506242 file_magic_cmd=$lt_cv_file_magic_cmd
61516243 deplibs_check_method=$lt_cv_deplibs_check_method
61526244 test -z "$deplibs_check_method" && deplibs_check_method=unknown
61626254
61636255
61646256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
61656267 if test -n "$ac_tool_prefix"; then
6166 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6167 set dummy ${ac_tool_prefix}ar; ac_word=$2
6268 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6269 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
61686270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
61696271 $as_echo_n "checking for $ac_word... " >&6; }
6170 if test "${ac_cv_prog_AR+set}" = set; then :
6272 if ${ac_cv_prog_DLLTOOL+:} false; then :
61716273 $as_echo_n "(cached) " >&6
61726274 else
6173 if test -n "$AR"; then
6174 ac_cv_prog_AR="$AR" # Let the user override the test.
6275 if test -n "$DLLTOOL"; then
6276 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
61756277 else
61766278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
61776279 for as_dir in $PATH
61806282 test -z "$as_dir" && as_dir=.
61816283 for ac_exec_ext in '' $ac_executable_extensions; do
61826284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6183 ac_cv_prog_AR="${ac_tool_prefix}ar"
6285 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
61846286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
61856287 break 2
61866288 fi
61906292
61916293 fi
61926294 fi
6193 AR=$ac_cv_prog_AR
6194 if test -n "$AR"; then
6195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6196 $as_echo "$AR" >&6; }
6295 DLLTOOL=$ac_cv_prog_DLLTOOL
6296 if test -n "$DLLTOOL"; then
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6298 $as_echo "$DLLTOOL" >&6; }
61976299 else
61986300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
61996301 $as_echo "no" >&6; }
62016303
62026304
62036305 fi
6204 if test -z "$ac_cv_prog_AR"; then
6205 ac_ct_AR=$AR
6206 # Extract the first word of "ar", so it can be a program name with args.
6207 set dummy ar; ac_word=$2
6306 if test -z "$ac_cv_prog_DLLTOOL"; then
6307 ac_ct_DLLTOOL=$DLLTOOL
6308 # Extract the first word of "dlltool", so it can be a program name with args.
6309 set dummy dlltool; ac_word=$2
62086310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
62096311 $as_echo_n "checking for $ac_word... " >&6; }
6210 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6312 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
62116313 $as_echo_n "(cached) " >&6
62126314 else
6213 if test -n "$ac_ct_AR"; then
6214 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6315 if test -n "$ac_ct_DLLTOOL"; then
6316 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
62156317 else
62166318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
62176319 for as_dir in $PATH
62206322 test -z "$as_dir" && as_dir=.
62216323 for ac_exec_ext in '' $ac_executable_extensions; do
62226324 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6223 ac_cv_prog_ac_ct_AR="ar"
6325 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6326 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6327 break 2
6328 fi
6329 done
6330 done
6331 IFS=$as_save_IFS
6332
6333 fi
6334 fi
6335 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6336 if test -n "$ac_ct_DLLTOOL"; then
6337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6338 $as_echo "$ac_ct_DLLTOOL" >&6; }
6339 else
6340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6341 $as_echo "no" >&6; }
6342 fi
6343
6344 if test "x$ac_ct_DLLTOOL" = x; then
6345 DLLTOOL="false"
6346 else
6347 case $cross_compiling:$ac_tool_warned in
6348 yes:)
6349 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6350 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6351 ac_tool_warned=yes ;;
6352 esac
6353 DLLTOOL=$ac_ct_DLLTOOL
6354 fi
6355 else
6356 DLLTOOL="$ac_cv_prog_DLLTOOL"
6357 fi
6358
6359 test -z "$DLLTOOL" && DLLTOOL=dlltool
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
6371 $as_echo_n "checking how to associate runtime and link libraries... " >&6; }
6372 if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
6373 $as_echo_n "(cached) " >&6
6374 else