Imported Upstream version 0.7
Laurent Bigonville
11 years ago
0 | 0 | Installation Instructions |
1 | 1 | ************************* |
2 | 2 | |
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. | |
5 | 5 | |
6 | 6 | Copying and distribution of this file, with or without modification, |
7 | 7 | are permitted in any medium without royalty provided the copyright |
225 | 225 | |
226 | 226 | and if that doesn't work, install pre-built binaries of GCC for HP-UX. |
227 | 227 | |
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 | ||
228 | 233 | On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot |
229 | 234 | parse its `<wchar.h>' header file. The option `-nodtk' can be used as |
230 | 235 | 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. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | 3 | # 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. | |
6 | 6 | # This Makefile.in is free software; the Free Software Foundation |
7 | 7 | # gives unlimited permission to copy and/or distribute it, |
8 | 8 | # with or without modifications, as long as this notice is preserved. |
50 | 50 | CONFIG_HEADER = config.h |
51 | 51 | CONFIG_CLEAN_FILES = |
52 | 52 | 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@) | |
55 | 55 | 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@) | |
58 | 58 | am__v_at_0 = @ |
59 | 59 | SOURCES = |
60 | 60 | DIST_SOURCES = |
77 | 77 | distdir = $(PACKAGE)-$(VERSION) |
78 | 78 | top_distdir = $(distdir) |
79 | 79 | 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 | |
83 | 85 | am__relativize = \ |
84 | 86 | dir0=`pwd`; \ |
85 | 87 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
108 | 110 | DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 |
109 | 111 | GZIP_ENV = --best |
110 | 112 | distuninstallcheck_listfiles = find . -type f -print |
113 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | |
114 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | |
111 | 115 | distcleancheck_listfiles = find . -type f -print |
112 | 116 | ACLOCAL = @ACLOCAL@ |
113 | 117 | ALL_LINGUAS = @ALL_LINGUAS@ |
129 | 133 | DATADIRNAME = @DATADIRNAME@ |
130 | 134 | DEFS = @DEFS@ |
131 | 135 | DEPDIR = @DEPDIR@ |
136 | DLLTOOL = @DLLTOOL@ | |
132 | 137 | DSYMUTIL = @DSYMUTIL@ |
133 | 138 | DUMPBIN = @DUMPBIN@ |
134 | 139 | ECHO_C = @ECHO_C@ |
140 | 145 | FGREP = @FGREP@ |
141 | 146 | GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ |
142 | 147 | GLIB_CFLAGS = @GLIB_CFLAGS@ |
148 | GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ | |
143 | 149 | GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ |
144 | 150 | GLIB_LIBS = @GLIB_LIBS@ |
145 | 151 | GLIB_MKENUMS = @GLIB_MKENUMS@ |
158 | 164 | INTLTOOL_MERGE = @INTLTOOL_MERGE@ |
159 | 165 | INTLTOOL_PERL = @INTLTOOL_PERL@ |
160 | 166 | 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@ | |
161 | 171 | LD = @LD@ |
162 | 172 | LDFLAGS = @LDFLAGS@ |
163 | 173 | LIBOBJS = @LIBOBJS@ |
168 | 178 | LTLIBOBJS = @LTLIBOBJS@ |
169 | 179 | MAINT = @MAINT@ |
170 | 180 | MAKEINFO = @MAKEINFO@ |
181 | MANIFEST_TOOL = @MANIFEST_TOOL@ | |
171 | 182 | MKDIR_P = @MKDIR_P@ |
172 | 183 | MKINSTALLDIRS = @MKINSTALLDIRS@ |
173 | 184 | MSGFMT = @MSGFMT@ |
203 | 214 | STRIP = @STRIP@ |
204 | 215 | USE_NLS = @USE_NLS@ |
205 | 216 | VERSION = @VERSION@ |
206 | VINAGRE_CFLAGS = @VINAGRE_CFLAGS@ | |
207 | VINAGRE_LIBS = @VINAGRE_LIBS@ | |
208 | 217 | XGETTEXT = @XGETTEXT@ |
209 | 218 | XMKMF = @XMKMF@ |
210 | 219 | X_CFLAGS = @X_CFLAGS@ |
215 | 224 | abs_srcdir = @abs_srcdir@ |
216 | 225 | abs_top_builddir = @abs_top_builddir@ |
217 | 226 | abs_top_srcdir = @abs_top_srcdir@ |
227 | ac_ct_AR = @ac_ct_AR@ | |
218 | 228 | ac_ct_CC = @ac_ct_CC@ |
219 | 229 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
220 | 230 | am__include = @am__include@ |
243 | 253 | includedir = @includedir@ |
244 | 254 | infodir = @infodir@ |
245 | 255 | install_sh = @install_sh@ |
256 | intltool__v_merge_options_ = @intltool__v_merge_options_@ | |
257 | intltool__v_merge_options_0 = @intltool__v_merge_options_0@ | |
246 | 258 | libdir = @libdir@ |
247 | 259 | libexecdir = @libexecdir@ |
248 | 260 | localedir = @localedir@ |
249 | 261 | localstatedir = @localstatedir@ |
250 | lt_ECHO = @lt_ECHO@ | |
251 | 262 | mandir = @mandir@ |
252 | 263 | mkdir_p = @mkdir_p@ |
253 | 264 | oldincludedir = @oldincludedir@ |
269 | 280 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
270 | 281 | |
271 | 282 | .SUFFIXES: |
272 | am--refresh: | |
283 | am--refresh: Makefile | |
273 | 284 | @: |
274 | 285 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
275 | 286 | @for dep in $?; do \ |
305 | 316 | $(am__aclocal_m4_deps): |
306 | 317 | |
307 | 318 | 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 | |
312 | 321 | |
313 | 322 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
314 | 323 | @rm -f stamp-h1 |
536 | 545 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
537 | 546 | $(am__remove_distdir) |
538 | 547 | 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 | |
540 | 553 | $(am__remove_distdir) |
541 | 554 | |
542 | 555 | dist-lzma: distdir |
544 | 557 | $(am__remove_distdir) |
545 | 558 | |
546 | 559 | 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 | |
548 | 561 | $(am__remove_distdir) |
549 | 562 | |
550 | 563 | dist-tarZ: distdir |
562 | 575 | |
563 | 576 | dist dist-all: distdir |
564 | 577 | 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 | |
566 | 579 | $(am__remove_distdir) |
567 | 580 | |
568 | 581 | # This target untars the dist file and tries a VPATH configuration. Then |
576 | 589 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
577 | 590 | *.tar.lzma*) \ |
578 | 591 | lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ |
592 | *.tar.lz*) \ | |
593 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ | |
579 | 594 | *.tar.xz*) \ |
580 | 595 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
581 | 596 | *.tar.Z*) \ |
595 | 610 | && am__cwd=`pwd` \ |
596 | 611 | && $(am__cd) $(distdir)/_build \ |
597 | 612 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
613 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ | |
598 | 614 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
599 | 615 | && $(MAKE) $(AM_MAKEFLAGS) \ |
600 | 616 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
623 | 639 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
624 | 640 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
625 | 641 | 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 \ | |
628 | 652 | || { echo "ERROR: files left after uninstall:" ; \ |
629 | 653 | if test -n "$(DESTDIR)"; then \ |
630 | 654 | echo " (check DESTDIR support)"; \ |
655 | 679 | |
656 | 680 | installcheck: installcheck-recursive |
657 | 681 | 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 | |
662 | 691 | mostlyclean-generic: |
663 | 692 | |
664 | 693 | clean-generic: |
746 | 775 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
747 | 776 | all all-am am--refresh check check-am clean clean-generic \ |
748 | 777 | 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 \ | |
751 | 780 | distclean-libtool distclean-tags distcleancheck distdir \ |
752 | 781 | distuninstallcheck dvi dvi-am html html-am info info-am \ |
753 | 782 | 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 -*- | |
1 | 1 | |
2 | 2 | # 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. | |
4 | 5 | # This file is free software; the Free Software Foundation |
5 | 6 | # gives unlimited permission to copy and/or distribute it, |
6 | 7 | # with or without modifications, as long as this notice is preserved. |
12 | 13 | |
13 | 14 | m4_ifndef([AC_AUTOCONF_VERSION], |
14 | 15 | [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. | |
17 | 18 | You have another version of autoconf. It may work, but is not guaranteed to. |
18 | 19 | If you have problems, you may need to regenerate the build system entirely. |
19 | 20 | To do so, use the procedure documented by the package, typically `autoreconf'.])]) |
84 | 85 | GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0` |
85 | 86 | GOBJECT_QUERY=`$PKG_CONFIG --variable=gobject_query glib-2.0` |
86 | 87 | GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0` |
88 | GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable=glib_compile_resources gio-2.0` | |
87 | 89 | |
88 | 90 | GLIB_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args` |
89 | 91 | GLIB_LIBS=`$PKG_CONFIG --libs $pkg_config_args` |
220 | 222 | GLIB_GENMARSHAL="" |
221 | 223 | GOBJECT_QUERY="" |
222 | 224 | GLIB_MKENUMS="" |
225 | GLIB_COMPILE_RESOURCES="" | |
223 | 226 | ifelse([$3], , :, [$3]) |
224 | 227 | fi |
225 | 228 | AC_SUBST(GLIB_CFLAGS) |
227 | 230 | AC_SUBST(GLIB_GENMARSHAL) |
228 | 231 | AC_SUBST(GOBJECT_QUERY) |
229 | 232 | AC_SUBST(GLIB_MKENUMS) |
233 | AC_SUBST(GLIB_COMPILE_RESOURCES) | |
230 | 234 | rm -f conf.glibtest |
231 | 235 | ]) |
232 | 236 | |
471 | 475 | [CATOBJEXT=.mo |
472 | 476 | DATADIRNAME=lib]) |
473 | 477 | ;; |
478 | *-*-openbsd*) | |
479 | CATOBJEXT=.mo | |
480 | DATADIRNAME=share | |
481 | ;; | |
474 | 482 | *) |
475 | 483 | CATOBJEXT=.mo |
476 | 484 | DATADIRNAME=lib |
665 | 673 | |
666 | 674 | |
667 | 675 | dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) |
668 | # serial 40 IT_PROG_INTLTOOL | |
676 | # serial 42 IT_PROG_INTLTOOL | |
669 | 677 | AC_DEFUN([IT_PROG_INTLTOOL], [ |
670 | 678 | AC_PREREQ([2.50])dnl |
671 | 679 | AC_REQUIRE([AM_NLS])dnl |
678 | 686 | ;; |
679 | 687 | esac |
680 | 688 | |
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; }'` | |
681 | 692 | if test -n "$1"; then |
682 | 693 | 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 | ] | |
688 | 694 | AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) |
689 | 695 | test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || |
690 | 696 | AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) |
697 | 703 | AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) |
698 | 704 | fi |
699 | 705 | |
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 $< [$]@' | |
719 | 748 | |
720 | 749 | _IT_SUBST(INTLTOOL_DESKTOP_RULE) |
721 | 750 | _IT_SUBST(INTLTOOL_DIRECTORY_RULE) |
761 | 790 | if test $? -ne 0; then |
762 | 791 | AC_MSG_ERROR([perl 5.8.1 is required for intltool]) |
763 | 792 | else |
764 | IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" | |
793 | IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` | |
765 | 794 | AC_MSG_RESULT([$IT_PERL_VERSION]) |
766 | 795 | fi |
767 | 796 | if test "x$2" != "xno-xml"; then |
918 | 947 | # ---------------------------------- |
919 | 948 | AC_DEFUN([PKG_PROG_PKG_CONFIG], |
920 | 949 | [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)$]) | |
922 | 952 | AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) |
923 | 953 | AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) |
924 | 954 | AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) |
964 | 994 | pkg_cv_[]$1="$$1" |
965 | 995 | elif test -n "$PKG_CONFIG"; then |
966 | 996 | 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 ], | |
968 | 999 | [pkg_failed=yes]) |
969 | 1000 | else |
970 | 1001 | pkg_failed=untried |
1012 | 1043 | AC_MSG_RESULT([no]) |
1013 | 1044 | _PKG_SHORT_ERRORS_SUPPORTED |
1014 | 1045 | 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` | |
1016 | 1047 | 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` | |
1018 | 1049 | fi |
1019 | 1050 | # Put the nasty error message in config.log where it belongs |
1020 | 1051 | echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD |
1048 | 1079 | fi[]dnl |
1049 | 1080 | ])# PKG_CHECK_MODULES |
1050 | 1081 | |
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. | |
1052 | 1084 | # |
1053 | 1085 | # This file is free software; the Free Software Foundation |
1054 | 1086 | # gives unlimited permission to copy and/or distribute it, |
1055 | 1087 | # with or without modifications, as long as this notice is preserved. |
1088 | ||
1089 | # serial 1 | |
1056 | 1090 | |
1057 | 1091 | # AM_AUTOMAKE_VERSION(VERSION) |
1058 | 1092 | # ---------------------------- |
1063 | 1097 | [am__api_version='1.11' |
1064 | 1098 | dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to |
1065 | 1099 | 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], [], | |
1067 | 1101 | [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl |
1068 | 1102 | ]) |
1069 | 1103 | |
1079 | 1113 | # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. |
1080 | 1114 | # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. |
1081 | 1115 | AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], |
1082 | [AM_AUTOMAKE_VERSION([1.11.1])dnl | |
1116 | [AM_AUTOMAKE_VERSION([1.11.3])dnl | |
1083 | 1117 | m4_ifndef([AC_AUTOCONF_VERSION], |
1084 | 1118 | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
1085 | 1119 | _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |
1086 | 1120 | |
1087 | 1121 | # AM_AUX_DIR_EXPAND -*- Autoconf -*- |
1088 | 1122 | |
1089 | # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. | |
1123 | # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. | |
1090 | 1124 | # |
1091 | 1125 | # This file is free software; the Free Software Foundation |
1092 | 1126 | # gives unlimited permission to copy and/or distribute it, |
1093 | 1127 | # with or without modifications, as long as this notice is preserved. |
1128 | ||
1129 | # serial 1 | |
1094 | 1130 | |
1095 | 1131 | # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets |
1096 | 1132 | # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to |
1173 | 1209 | Usually this means the macro was only invoked conditionally.]]) |
1174 | 1210 | fi])]) |
1175 | 1211 | |
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. | |
1178 | 1214 | # |
1179 | 1215 | # This file is free software; the Free Software Foundation |
1180 | 1216 | # gives unlimited permission to copy and/or distribute it, |
1181 | 1217 | # with or without modifications, as long as this notice is preserved. |
1182 | 1218 | |
1183 | # serial 10 | |
1219 | # serial 12 | |
1184 | 1220 | |
1185 | 1221 | # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be |
1186 | 1222 | # written in clear, in which case automake, when reading aclocal.m4, |
1220 | 1256 | # instance it was reported that on HP-UX the gcc test will end up |
1221 | 1257 | # making a dummy file named `D' -- because `-MD' means `put the output |
1222 | 1258 | # in D'. |
1259 | rm -rf conftest.dir | |
1223 | 1260 | mkdir conftest.dir |
1224 | 1261 | # Copy depcomp to subdir because otherwise we won't find it if we're |
1225 | 1262 | # using a relative directory. |
1284 | 1321 | break |
1285 | 1322 | fi |
1286 | 1323 | ;; |
1287 | msvisualcpp | msvcmsys) | |
1324 | msvc7 | msvc7msys | msvisualcpp | msvcmsys) | |
1288 | 1325 | # This compiler won't grok `-c -o', but also, the minuso test has |
1289 | 1326 | # not run yet. These depmodes are late enough in the game, and |
1290 | 1327 | # so weak that their functioning should not be impacted. |
1349 | 1386 | if test "x$enable_dependency_tracking" != xno; then |
1350 | 1387 | am_depcomp="$ac_aux_dir/depcomp" |
1351 | 1388 | AMDEPBACKSLASH='\' |
1389 | am__nodep='_no' | |
1352 | 1390 | fi |
1353 | 1391 | AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) |
1354 | 1392 | AC_SUBST([AMDEPBACKSLASH])dnl |
1355 | 1393 | _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl |
1394 | AC_SUBST([am__nodep])dnl | |
1395 | _AM_SUBST_NOTMAKE([am__nodep])dnl | |
1356 | 1396 | ]) |
1357 | 1397 | |
1358 | 1398 | # Generate code to set up dependency tracking. -*- Autoconf -*- |
1574 | 1614 | done |
1575 | 1615 | echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) |
1576 | 1616 | |
1577 | # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. | |
1617 | # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, | |
1618 | # Inc. | |
1578 | 1619 | # |
1579 | 1620 | # This file is free software; the Free Software Foundation |
1580 | 1621 | # gives unlimited permission to copy and/or distribute it, |
1581 | 1622 | # with or without modifications, as long as this notice is preserved. |
1623 | ||
1624 | # serial 1 | |
1582 | 1625 | |
1583 | 1626 | # AM_PROG_INSTALL_SH |
1584 | 1627 | # ------------------ |
1619 | 1662 | # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- |
1620 | 1663 | # From Jim Meyering |
1621 | 1664 | |
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. | |
1624 | 1667 | # |
1625 | 1668 | # This file is free software; the Free Software Foundation |
1626 | 1669 | # gives unlimited permission to copy and/or distribute it, |
1640 | 1683 | [disable], [m4_define([am_maintainer_other], [enable])], |
1641 | 1684 | [m4_define([am_maintainer_other], [enable]) |
1642 | 1685 | 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]) | |
1644 | 1687 | dnl maintainer-mode's default is 'disable' unless 'enable' is passed |
1645 | 1688 | AC_ARG_ENABLE([maintainer-mode], |
1646 | 1689 | [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful |
1751 | 1794 | fi |
1752 | 1795 | ]) |
1753 | 1796 | |
1754 | # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | |
1797 | # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, | |
1798 | # Inc. | |
1755 | 1799 | # |
1756 | 1800 | # This file is free software; the Free Software Foundation |
1757 | 1801 | # gives unlimited permission to copy and/or distribute it, |
1758 | 1802 | # with or without modifications, as long as this notice is preserved. |
1803 | ||
1804 | # serial 1 | |
1759 | 1805 | |
1760 | 1806 | # AM_PROG_MKDIR_P |
1761 | 1807 | # --------------- |
1779 | 1825 | |
1780 | 1826 | # Helper functions for option handling. -*- Autoconf -*- |
1781 | 1827 | |
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. | |
1783 | 1830 | # |
1784 | 1831 | # This file is free software; the Free Software Foundation |
1785 | 1832 | # gives unlimited permission to copy and/or distribute it, |
1786 | 1833 | # with or without modifications, as long as this notice is preserved. |
1787 | 1834 | |
1788 | # serial 4 | |
1835 | # serial 5 | |
1789 | 1836 | |
1790 | 1837 | # _AM_MANGLE_OPTION(NAME) |
1791 | 1838 | # ----------------------- |
1793 | 1840 | [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) |
1794 | 1841 | |
1795 | 1842 | # _AM_SET_OPTION(NAME) |
1796 | # ------------------------------ | |
1843 | # -------------------- | |
1797 | 1844 | # Set option NAME. Presently that only means defining a flag for this option. |
1798 | 1845 | AC_DEFUN([_AM_SET_OPTION], |
1799 | 1846 | [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) |
1800 | 1847 | |
1801 | 1848 | # _AM_SET_OPTIONS(OPTIONS) |
1802 | # ---------------------------------- | |
1849 | # ------------------------ | |
1803 | 1850 | # OPTIONS is a space-separated list of Automake options. |
1804 | 1851 | AC_DEFUN([_AM_SET_OPTIONS], |
1805 | 1852 | [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) |
1875 | 1922 | fi |
1876 | 1923 | AC_MSG_RESULT(yes)]) |
1877 | 1924 | |
1878 | # Copyright (C) 2009 Free Software Foundation, Inc. | |
1925 | # Copyright (C) 2009, 2011 Free Software Foundation, Inc. | |
1879 | 1926 | # |
1880 | 1927 | # This file is free software; the Free Software Foundation |
1881 | 1928 | # gives unlimited permission to copy and/or distribute it, |
1882 | 1929 | # with or without modifications, as long as this notice is preserved. |
1883 | 1930 | |
1884 | # serial 1 | |
1931 | # serial 2 | |
1885 | 1932 | |
1886 | 1933 | # AM_SILENT_RULES([DEFAULT]) |
1887 | 1934 | # -------------------------- |
1896 | 1943 | no) AM_DEFAULT_VERBOSITY=1;; |
1897 | 1944 | *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; |
1898 | 1945 | 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 | |
1899 | 1976 | AC_SUBST([AM_DEFAULT_VERBOSITY])dnl |
1900 | 1977 | AM_BACKSLASH='\' |
1901 | 1978 | AC_SUBST([AM_BACKSLASH])dnl |
1902 | 1979 | _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl |
1903 | 1980 | ]) |
1904 | 1981 | |
1905 | # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. | |
1982 | # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. | |
1906 | 1983 | # |
1907 | 1984 | # This file is free software; the Free Software Foundation |
1908 | 1985 | # gives unlimited permission to copy and/or distribute it, |
1909 | 1986 | # with or without modifications, as long as this notice is preserved. |
1987 | ||
1988 | # serial 1 | |
1910 | 1989 | |
1911 | 1990 | # AM_PROG_INSTALL_STRIP |
1912 | 1991 | # --------------------- |
1930 | 2009 | INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
1931 | 2010 | AC_SUBST([INSTALL_STRIP_PROGRAM])]) |
1932 | 2011 | |
1933 | # Copyright (C) 2006, 2008 Free Software Foundation, Inc. | |
2012 | # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. | |
1934 | 2013 | # |
1935 | 2014 | # This file is free software; the Free Software Foundation |
1936 | 2015 | # gives unlimited permission to copy and/or distribute it, |
1937 | 2016 | # with or without modifications, as long as this notice is preserved. |
1938 | 2017 | |
1939 | # serial 2 | |
2018 | # serial 3 | |
1940 | 2019 | |
1941 | 2020 | # _AM_SUBST_NOTMAKE(VARIABLE) |
1942 | 2021 | # --------------------------- |
1945 | 2024 | AC_DEFUN([_AM_SUBST_NOTMAKE]) |
1946 | 2025 | |
1947 | 2026 | # AM_SUBST_NOTMAKE(VARIABLE) |
1948 | # --------------------------- | |
2027 | # -------------------------- | |
1949 | 2028 | # Public sister of _AM_SUBST_NOTMAKE. |
1950 | 2029 | AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) |
1951 | 2030 | |
1952 | 2031 | # Check how to create a tarball. -*- Autoconf -*- |
1953 | 2032 | |
1954 | # Copyright (C) 2004, 2005 Free Software Foundation, Inc. | |
2033 | # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. | |
1955 | 2034 | # |
1956 | 2035 | # This file is free software; the Free Software Foundation |
1957 | 2036 | # gives unlimited permission to copy and/or distribute it, |
1973 | 2052 | # a tarball read from stdin. |
1974 | 2053 | # $(am__untar) < result.tar |
1975 | 2054 | 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}']) | |
1978 | 2058 | 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 -'], | |
1980 | 2060 | [m4_case([$1], [ustar],, [pax],, |
1981 | 2061 | [m4_fatal([Unknown tar format])]) |
1982 | 2062 | AC_MSG_CHECKING([how to create a $1 tar archive]) |
0 | 0 | #! /bin/sh |
1 | 1 | # Attempt to guess a canonical system name. |
2 | 2 | # 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' | |
7 | 7 | |
8 | 8 | # This file is free software; you can redistribute it and/or modify it |
9 | 9 | # under the terms of the GNU General Public License as published by |
16 | 16 | # General Public License for more details. |
17 | 17 | # |
18 | 18 | # 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/>. | |
22 | 20 | # |
23 | 21 | # As a special exception to the GNU General Public License, if you |
24 | 22 | # distribute this file as part of a program that contains a |
56 | 54 | |
57 | 55 | Originally written by Per Bothner. |
58 | 56 | 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. | |
61 | 59 | |
62 | 60 | This is free software; see the source for copying conditions. There is NO |
63 | 61 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |
144 | 142 | case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in |
145 | 143 | *:NetBSD:*:*) |
146 | 144 | # NetBSD (nbsd) targets should (where applicable) match one or |
147 | # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, | |
145 | # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, | |
148 | 146 | # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently |
149 | 147 | # switched to ELF, *-*-netbsd* would select the old |
150 | 148 | # object file format. This provides both forward |
180 | 178 | fi |
181 | 179 | ;; |
182 | 180 | *) |
183 | os=netbsd | |
181 | os=netbsd | |
184 | 182 | ;; |
185 | 183 | esac |
186 | 184 | # The OS release |
223 | 221 | UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` |
224 | 222 | ;; |
225 | 223 | *5.*) |
226 | UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` | |
224 | UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` | |
227 | 225 | ;; |
228 | 226 | esac |
229 | 227 | # According to Compaq, /usr/sbin/psrinfo has been available on |
269 | 267 | # A Xn.n version is an unreleased experimental baselevel. |
270 | 268 | # 1.2 uses "1.2" for uname -r. |
271 | 269 | 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 ;; | |
273 | 274 | Alpha\ *:Windows_NT*:*) |
274 | 275 | # How do we know it's Interix rather than the generic POSIX subsystem? |
275 | 276 | # Should we change UNAME_MACHINE based on the output of uname instead |
295 | 296 | echo s390-ibm-zvmoe |
296 | 297 | exit ;; |
297 | 298 | *:OS400:*:*) |
298 | echo powerpc-ibm-os400 | |
299 | echo powerpc-ibm-os400 | |
299 | 300 | exit ;; |
300 | 301 | arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) |
301 | 302 | echo arm-acorn-riscix${UNAME_RELEASE} |
394 | 395 | # MiNT. But MiNT is downward compatible to TOS, so this should |
395 | 396 | # be no problem. |
396 | 397 | atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) |
397 | echo m68k-atari-mint${UNAME_RELEASE} | |
398 | echo m68k-atari-mint${UNAME_RELEASE} | |
398 | 399 | exit ;; |
399 | 400 | atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) |
400 | 401 | echo m68k-atari-mint${UNAME_RELEASE} |
401 | exit ;; | |
402 | exit ;; | |
402 | 403 | *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) |
403 | echo m68k-atari-mint${UNAME_RELEASE} | |
404 | echo m68k-atari-mint${UNAME_RELEASE} | |
404 | 405 | exit ;; |
405 | 406 | milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) |
406 | echo m68k-milan-mint${UNAME_RELEASE} | |
407 | exit ;; | |
407 | echo m68k-milan-mint${UNAME_RELEASE} | |
408 | exit ;; | |
408 | 409 | hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) |
409 | echo m68k-hades-mint${UNAME_RELEASE} | |
410 | exit ;; | |
410 | echo m68k-hades-mint${UNAME_RELEASE} | |
411 | exit ;; | |
411 | 412 | *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) |
412 | echo m68k-unknown-mint${UNAME_RELEASE} | |
413 | exit ;; | |
413 | echo m68k-unknown-mint${UNAME_RELEASE} | |
414 | exit ;; | |
414 | 415 | m68k:machten:*:*) |
415 | 416 | echo m68k-apple-machten${UNAME_RELEASE} |
416 | 417 | exit ;; |
480 | 481 | echo m88k-motorola-sysv3 |
481 | 482 | exit ;; |
482 | 483 | 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` | |
485 | 486 | if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] |
486 | 487 | then |
487 | 488 | if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ |
494 | 495 | else |
495 | 496 | echo i586-dg-dgux${UNAME_RELEASE} |
496 | 497 | fi |
497 | exit ;; | |
498 | exit ;; | |
498 | 499 | M88*:DolphinOS:*:*) # DolphinOS (SVR3) |
499 | 500 | echo m88k-dolphin-sysv3 |
500 | 501 | exit ;; |
551 | 552 | echo rs6000-ibm-aix3.2 |
552 | 553 | fi |
553 | 554 | exit ;; |
554 | *:AIX:*:[456]) | |
555 | *:AIX:*:[4567]) | |
555 | 556 | IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` |
556 | 557 | if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then |
557 | 558 | IBM_ARCH=rs6000 |
594 | 595 | 9000/[678][0-9][0-9]) |
595 | 596 | if [ -x /usr/bin/getconf ]; then |
596 | 597 | 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" ;; | |
605 | 606 | '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 |
606 | esac ;; | |
607 | esac | |
607 | esac ;; | |
608 | esac | |
608 | 609 | fi |
609 | 610 | if [ "${HP_ARCH}" = "" ]; then |
610 | 611 | 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 | } | |
643 | 644 | EOF |
644 | 645 | (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` |
645 | 646 | test -z "$HP_ARCH" && HP_ARCH=hppa |
730 | 731 | exit ;; |
731 | 732 | C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) |
732 | 733 | echo c1-convex-bsd |
733 | exit ;; | |
734 | exit ;; | |
734 | 735 | C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) |
735 | 736 | if getsysinfo -f scalar_acc |
736 | 737 | then echo c32-convex-bsd |
737 | 738 | else echo c2-convex-bsd |
738 | 739 | fi |
739 | exit ;; | |
740 | exit ;; | |
740 | 741 | C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) |
741 | 742 | echo c34-convex-bsd |
742 | exit ;; | |
743 | exit ;; | |
743 | 744 | C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) |
744 | 745 | echo c38-convex-bsd |
745 | exit ;; | |
746 | exit ;; | |
746 | 747 | C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) |
747 | 748 | echo c4-convex-bsd |
748 | exit ;; | |
749 | exit ;; | |
749 | 750 | CRAY*Y-MP:*:*:*) |
750 | 751 | echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' |
751 | 752 | exit ;; |
769 | 770 | exit ;; |
770 | 771 | F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) |
771 | 772 | 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 ;; | |
776 | 777 | 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}" | |
780 | 781 | exit ;; |
781 | 782 | i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) |
782 | 783 | echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} |
788 | 789 | echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} |
789 | 790 | exit ;; |
790 | 791 | *: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 | |
794 | 794 | amd64) |
795 | 795 | echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; |
796 | 796 | *) |
797 | echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; | |
797 | echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; | |
798 | 798 | esac |
799 | 799 | exit ;; |
800 | 800 | i*:CYGWIN*:*) |
803 | 803 | *:MINGW*:*) |
804 | 804 | echo ${UNAME_MACHINE}-pc-mingw32 |
805 | 805 | exit ;; |
806 | i*:MSYS*:*) | |
807 | echo ${UNAME_MACHINE}-pc-msys | |
808 | exit ;; | |
806 | 809 | 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 | |
809 | 812 | exit ;; |
810 | 813 | i*:PW*:*) |
811 | 814 | echo ${UNAME_MACHINE}-pc-pw32 |
812 | 815 | exit ;; |
813 | 816 | *:Interix*:*) |
814 | case ${UNAME_MACHINE} in | |
817 | case ${UNAME_MACHINE} in | |
815 | 818 | x86) |
816 | 819 | echo i586-pc-interix${UNAME_RELEASE} |
817 | 820 | exit ;; |
857 | 860 | i*86:Minix:*:*) |
858 | 861 | echo ${UNAME_MACHINE}-pc-minix |
859 | 862 | 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 ;; | |
860 | 870 | alpha:Linux:*:*) |
861 | 871 | case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in |
862 | 872 | EV5) UNAME_MACHINE=alphaev5 ;; |
866 | 876 | EV6) UNAME_MACHINE=alphaev6 ;; |
867 | 877 | EV67) UNAME_MACHINE=alphaev67 ;; |
868 | 878 | EV68*) UNAME_MACHINE=alphaev68 ;; |
869 | esac | |
879 | esac | |
870 | 880 | objdump --private-headers /bin/sh | grep -q ld.so.1 |
871 | 881 | if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi |
872 | 882 | echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} |
878 | 888 | then |
879 | 889 | echo ${UNAME_MACHINE}-unknown-linux-gnu |
880 | 890 | 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 | |
882 | 898 | fi |
883 | 899 | exit ;; |
884 | 900 | avr32*:Linux:*:*) |
885 | 901 | echo ${UNAME_MACHINE}-unknown-linux-gnu |
886 | 902 | exit ;; |
887 | 903 | cris:Linux:*:*) |
888 | echo cris-axis-linux-gnu | |
904 | echo ${UNAME_MACHINE}-axis-linux-gnu | |
889 | 905 | exit ;; |
890 | 906 | crisv32:Linux:*:*) |
891 | echo crisv32-axis-linux-gnu | |
907 | echo ${UNAME_MACHINE}-axis-linux-gnu | |
892 | 908 | exit ;; |
893 | 909 | 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 | |
895 | 914 | exit ;; |
896 | 915 | i*86:Linux:*:*) |
897 | 916 | LIBC=gnu |
933 | 952 | test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } |
934 | 953 | ;; |
935 | 954 | or32:Linux:*:*) |
936 | echo or32-unknown-linux-gnu | |
955 | echo ${UNAME_MACHINE}-unknown-linux-gnu | |
937 | 956 | exit ;; |
938 | 957 | padre:Linux:*:*) |
939 | 958 | echo sparc-unknown-linux-gnu |
959 | 978 | echo ${UNAME_MACHINE}-ibm-linux |
960 | 979 | exit ;; |
961 | 980 | sh64*:Linux:*:*) |
962 | echo ${UNAME_MACHINE}-unknown-linux-gnu | |
981 | echo ${UNAME_MACHINE}-unknown-linux-gnu | |
963 | 982 | exit ;; |
964 | 983 | sh*:Linux:*:*) |
965 | 984 | echo ${UNAME_MACHINE}-unknown-linux-gnu |
967 | 986 | sparc:Linux:*:* | sparc64:Linux:*:*) |
968 | 987 | echo ${UNAME_MACHINE}-unknown-linux-gnu |
969 | 988 | exit ;; |
989 | tile*:Linux:*:*) | |
990 | echo ${UNAME_MACHINE}-unknown-linux-gnu | |
991 | exit ;; | |
970 | 992 | vax:Linux:*:*) |
971 | 993 | echo ${UNAME_MACHINE}-dec-linux-gnu |
972 | 994 | exit ;; |
973 | 995 | x86_64:Linux:*:*) |
974 | echo x86_64-unknown-linux-gnu | |
996 | echo ${UNAME_MACHINE}-unknown-linux-gnu | |
975 | 997 | exit ;; |
976 | 998 | xtensa*:Linux:*:*) |
977 | echo ${UNAME_MACHINE}-unknown-linux-gnu | |
999 | echo ${UNAME_MACHINE}-unknown-linux-gnu | |
978 | 1000 | exit ;; |
979 | 1001 | i*86:DYNIX/ptx:4*:*) |
980 | 1002 | # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. |
983 | 1005 | echo i386-sequent-sysv4 |
984 | 1006 | exit ;; |
985 | 1007 | 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, | |
989 | 1011 | # I just have to hope. -- rms. |
990 | # Use sysv4.2uw... so that sysv4* matches it. | |
1012 | # Use sysv4.2uw... so that sysv4* matches it. | |
991 | 1013 | echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} |
992 | 1014 | exit ;; |
993 | 1015 | i*86:OS/2:*:*) |
1019 | 1041 | fi |
1020 | 1042 | exit ;; |
1021 | 1043 | i*86:*:5:[678]*) |
1022 | # UnixWare 7.x, OpenUNIX and OpenServer 6. | |
1044 | # UnixWare 7.x, OpenUNIX and OpenServer 6. | |
1023 | 1045 | case `/bin/uname -X | grep "^Machine"` in |
1024 | 1046 | *486*) UNAME_MACHINE=i486 ;; |
1025 | 1047 | *Pentium) UNAME_MACHINE=i586 ;; |
1047 | 1069 | exit ;; |
1048 | 1070 | pc:*:*:*) |
1049 | 1071 | # 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. | |
1052 | 1074 | # Note: whatever this is, it MUST be the same as what config.sub |
1053 | 1075 | # prints for the "djgpp" host, or else GDB configury will decide that |
1054 | 1076 | # this is a cross-build. |
1055 | 1077 | echo i586-pc-msdosdjgpp |
1056 | exit ;; | |
1078 | exit ;; | |
1057 | 1079 | Intel:Mach:3*:*) |
1058 | 1080 | echo i386-pc-mach3 |
1059 | 1081 | exit ;; |
1088 | 1110 | /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ |
1089 | 1111 | && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; |
1090 | 1112 | 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; } ;; | |
1093 | 1115 | NCR*:*:4.2:* | MPRAS*:*:4.2:*) |
1094 | 1116 | OS_REL='.3' |
1095 | 1117 | test -r /etc/.relid \ |
1132 | 1154 | echo ns32k-sni-sysv |
1133 | 1155 | fi |
1134 | 1156 | 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 ;; | |
1139 | 1161 | *:UNIX_System_V:4*:FTX*) |
1140 | 1162 | # From Gerald Hewes <hewes@openmarket.com>. |
1141 | 1163 | # How about differentiating between stratus architectures? -djm |
1161 | 1183 | exit ;; |
1162 | 1184 | R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) |
1163 | 1185 | if [ -d /usr/nec ]; then |
1164 | echo mips-nec-sysv${UNAME_RELEASE} | |
1186 | echo mips-nec-sysv${UNAME_RELEASE} | |
1165 | 1187 | else |
1166 | echo mips-unknown-sysv${UNAME_RELEASE} | |
1167 | fi | |
1168 | exit ;; | |
1188 | echo mips-unknown-sysv${UNAME_RELEASE} | |
1189 | fi | |
1190 | exit ;; | |
1169 | 1191 | BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. |
1170 | 1192 | echo powerpc-be-beos |
1171 | 1193 | exit ;; |
1230 | 1252 | *:QNX:*:4*) |
1231 | 1253 | echo i386-pc-qnx |
1232 | 1254 | exit ;; |
1255 | NEO-?:NONSTOP_KERNEL:*:*) | |
1256 | echo neo-tandem-nsk${UNAME_RELEASE} | |
1257 | exit ;; | |
1233 | 1258 | NSE-?:NONSTOP_KERNEL:*:*) |
1234 | 1259 | echo nse-tandem-nsk${UNAME_RELEASE} |
1235 | 1260 | exit ;; |
1275 | 1300 | echo pdp10-unknown-its |
1276 | 1301 | exit ;; |
1277 | 1302 | SEI:*:*:SEIUX) |
1278 | echo mips-sei-seiux${UNAME_RELEASE} | |
1303 | echo mips-sei-seiux${UNAME_RELEASE} | |
1279 | 1304 | exit ;; |
1280 | 1305 | *:DragonFly:*:*) |
1281 | 1306 | echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` |
1282 | 1307 | exit ;; |
1283 | 1308 | *:*VMS:*:*) |
1284 | UNAME_MACHINE=`(uname -p) 2>/dev/null` | |
1309 | UNAME_MACHINE=`(uname -p) 2>/dev/null` | |
1285 | 1310 | case "${UNAME_MACHINE}" in |
1286 | 1311 | A*) echo alpha-dec-vms ; exit ;; |
1287 | 1312 | I*) echo ia64-dec-vms ; exit ;; |
1298 | 1323 | exit ;; |
1299 | 1324 | i*86:AROS:*:*) |
1300 | 1325 | echo ${UNAME_MACHINE}-pc-aros |
1326 | exit ;; | |
1327 | x86_64:VMkernel:*:*) | |
1328 | echo ${UNAME_MACHINE}-unknown-esx | |
1301 | 1329 | exit ;; |
1302 | 1330 | esac |
1303 | 1331 | |
1321 | 1349 | #include <sys/param.h> |
1322 | 1350 | printf ("m68k-sony-newsos%s\n", |
1323 | 1351 | #ifdef NEWSOS4 |
1324 | "4" | |
1352 | "4" | |
1325 | 1353 | #else |
1326 | "" | |
1327 | #endif | |
1328 | ); exit (0); | |
1354 | "" | |
1355 | #endif | |
1356 | ); exit (0); | |
1329 | 1357 | #endif |
1330 | 1358 | #endif |
1331 | 1359 |
50 | 50 | /* Define to 1 if you have the <unistd.h> header file. */ |
51 | 51 | #undef HAVE_UNISTD_H |
52 | 52 | |
53 | /* Define if you have libvinagre */ | |
54 | #undef HAVE_VINAGRE | |
55 | ||
56 | 53 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
57 | 54 | */ |
58 | 55 | #undef LT_OBJDIR |
0 | 0 | #! /bin/sh |
1 | 1 | # Configuration validation subroutine script. |
2 | 2 | # 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' | |
7 | 7 | |
8 | 8 | # This file is (in principle) common to ALL GNU software. |
9 | 9 | # The presence of a machine in this file suggests that SOME GNU software |
20 | 20 | # GNU General Public License for more details. |
21 | 21 | # |
22 | 22 | # 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/>. | |
26 | 24 | # |
27 | 25 | # As a special exception to the GNU General Public License, if you |
28 | 26 | # distribute this file as part of a program that contains a |
75 | 73 | GNU config.sub ($timestamp) |
76 | 74 | |
77 | 75 | 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. | |
80 | 78 | |
81 | 79 | This is free software; see the source for copying conditions. There is NO |
82 | 80 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |
123 | 121 | # Here we must recognize all the valid KERNEL-OS combinations. |
124 | 122 | maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` |
125 | 123 | 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* | \ | |
128 | 127 | kopensolaris*-gnu* | \ |
129 | 128 | storm-chaos* | os2-emx* | rtmk-nova*) |
130 | 129 | os=-$maybe_os |
131 | 130 | basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` |
131 | ;; | |
132 | android-linux) | |
133 | os=-linux-android | |
134 | basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown | |
132 | 135 | ;; |
133 | 136 | *) |
134 | 137 | basic_machine=`echo $1 | sed 's/-[^-]*$//'` |
156 | 159 | os= |
157 | 160 | basic_machine=$1 |
158 | 161 | ;; |
159 | -bluegene*) | |
160 | os=-cnk | |
162 | -bluegene*) | |
163 | os=-cnk | |
161 | 164 | ;; |
162 | 165 | -sim | -cisco | -oki | -wec | -winbond) |
163 | 166 | os= |
173 | 176 | os=-chorusos |
174 | 177 | basic_machine=$1 |
175 | 178 | ;; |
176 | -chorusrdb) | |
177 | os=-chorusrdb | |
179 | -chorusrdb) | |
180 | os=-chorusrdb | |
178 | 181 | basic_machine=$1 |
179 | ;; | |
182 | ;; | |
180 | 183 | -hiux*) |
181 | 184 | os=-hiuxwe2 |
182 | 185 | ;; |
245 | 248 | # Some are omitted here because they have special meanings below. |
246 | 249 | 1750a | 580 \ |
247 | 250 | | a29k \ |
251 | | aarch64 | aarch64_be \ | |
248 | 252 | | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ |
249 | 253 | | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ |
250 | 254 | | am33_2.0 \ |
251 | 255 | | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ |
256 | | be32 | be64 \ | |
252 | 257 | | bfin \ |
253 | 258 | | c4x | clipper \ |
254 | 259 | | d10v | d30v | dlx | dsp16xx \ |
260 | | epiphany \ | |
255 | 261 | | fido | fr30 | frv \ |
256 | 262 | | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ |
263 | | hexagon \ | |
257 | 264 | | i370 | i860 | i960 | ia64 \ |
258 | 265 | | ip2k | iq2000 \ |
266 | | le32 | le64 \ | |
259 | 267 | | lm32 \ |
260 | 268 | | m32c | m32r | m32rle | m68000 | m68k | m88k \ |
261 | 269 | | maxq | mb | microblaze | mcore | mep | metag \ |
281 | 289 | | moxie \ |
282 | 290 | | mt \ |
283 | 291 | | msp430 \ |
292 | | nds32 | nds32le | nds32be \ | |
284 | 293 | | nios | nios2 \ |
285 | 294 | | ns16k | ns32k \ |
295 | | open8 \ | |
286 | 296 | | or32 \ |
287 | 297 | | pdp10 | pdp11 | pj | pjl \ |
288 | | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | |
298 | | powerpc | powerpc64 | powerpc64le | powerpcle \ | |
289 | 299 | | pyramid \ |
290 | | rx \ | |
300 | | rl78 | rx \ | |
291 | 301 | | score \ |
292 | 302 | | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ |
293 | 303 | | sh64 | sh64le \ |
294 | 304 | | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ |
295 | 305 | | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ |
296 | | spu | strongarm \ | |
297 | | tahoe | thumb | tic4x | tic80 | tron \ | |
306 | | spu \ | |
307 | | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | |
298 | 308 | | ubicom32 \ |
299 | | v850 | v850e \ | |
309 | | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | |
300 | 310 | | we32k \ |
301 | | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ | |
311 | | x86 | xc16x | xstormy16 | xtensa \ | |
302 | 312 | | z8k | z80) |
303 | 313 | basic_machine=$basic_machine-unknown |
304 | 314 | ;; |
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) | |
307 | 325 | basic_machine=$basic_machine-unknown |
308 | 326 | os=-none |
309 | 327 | ;; |
311 | 329 | ;; |
312 | 330 | ms1) |
313 | 331 | 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 | |
314 | 347 | ;; |
315 | 348 | |
316 | 349 | # We use `pc' rather than `unknown' |
327 | 360 | # Recognize the basic CPU types with company name. |
328 | 361 | 580-* \ |
329 | 362 | | a29k-* \ |
363 | | aarch64-* | aarch64_be-* \ | |
330 | 364 | | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ |
331 | 365 | | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ |
332 | 366 | | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ |
333 | 367 | | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ |
334 | 368 | | avr-* | avr32-* \ |
369 | | be32-* | be64-* \ | |
335 | 370 | | bfin-* | bs2000-* \ |
336 | | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | |
371 | | c[123]* | c30-* | [cjt]90-* | c4x-* \ | |
337 | 372 | | clipper-* | craynv-* | cydra-* \ |
338 | 373 | | d10v-* | d30v-* | dlx-* \ |
339 | 374 | | elxsi-* \ |
340 | 375 | | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ |
341 | 376 | | h8300-* | h8500-* \ |
342 | 377 | | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ |
378 | | hexagon-* \ | |
343 | 379 | | i*86-* | i860-* | i960-* | ia64-* \ |
344 | 380 | | ip2k-* | iq2000-* \ |
381 | | le32-* | le64-* \ | |
345 | 382 | | lm32-* \ |
346 | 383 | | m32c-* | m32r-* | m32rle-* \ |
347 | 384 | | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ |
367 | 404 | | mmix-* \ |
368 | 405 | | mt-* \ |
369 | 406 | | msp430-* \ |
407 | | nds32-* | nds32le-* | nds32be-* \ | |
370 | 408 | | nios-* | nios2-* \ |
371 | 409 | | none-* | np1-* | ns16k-* | ns32k-* \ |
410 | | open8-* \ | |
372 | 411 | | orion-* \ |
373 | 412 | | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ |
374 | | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | |
413 | | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | |
375 | 414 | | pyramid-* \ |
376 | | romp-* | rs6000-* | rx-* \ | |
415 | | rl78-* | romp-* | rs6000-* | rx-* \ | |
377 | 416 | | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ |
378 | 417 | | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ |
379 | 418 | | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ |
380 | 419 | | sparclite-* \ |
381 | | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | |
382 | | tahoe-* | thumb-* \ | |
420 | | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ | |
421 | | tahoe-* \ | |
383 | 422 | | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ |
384 | | tile-* | tilegx-* \ | |
423 | | tile*-* \ | |
385 | 424 | | tron-* \ |
386 | 425 | | ubicom32-* \ |
387 | | v850-* | v850e-* | vax-* \ | |
426 | | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | |
427 | | vax-* \ | |
388 | 428 | | we32k-* \ |
389 | | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ | |
429 | | x86-* | x86_64-* | xc16x-* | xps100-* \ | |
390 | 430 | | xstormy16-* | xtensa*-* \ |
391 | 431 | | ymp-* \ |
392 | 432 | | z8k-* | z80-*) |
411 | 451 | basic_machine=a29k-amd |
412 | 452 | os=-udi |
413 | 453 | ;; |
414 | abacus) | |
454 | abacus) | |
415 | 455 | basic_machine=abacus-unknown |
416 | 456 | ;; |
417 | 457 | adobe68k) |
481 | 521 | basic_machine=powerpc-ibm |
482 | 522 | os=-cnk |
483 | 523 | ;; |
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 | ;; | |
484 | 533 | c90) |
485 | 534 | basic_machine=c90-cray |
486 | 535 | os=-unicos |
487 | 536 | ;; |
488 | cegcc) | |
537 | cegcc) | |
489 | 538 | basic_machine=arm-unknown |
490 | 539 | os=-cegcc |
491 | 540 | ;; |
517 | 566 | basic_machine=craynv-cray |
518 | 567 | os=-unicosmp |
519 | 568 | ;; |
520 | cr16) | |
569 | cr16 | cr16-*) | |
521 | 570 | basic_machine=cr16-unknown |
522 | 571 | os=-elf |
523 | 572 | ;; |
675 | 724 | i370-ibm* | ibm*) |
676 | 725 | basic_machine=i370-ibm |
677 | 726 | ;; |
678 | # I'm not sure what "Sysv32" means. Should this be sysv3.2? | |
679 | 727 | i*86v32) |
680 | 728 | basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` |
681 | 729 | os=-sysv32 |
733 | 781 | basic_machine=ns32k-utek |
734 | 782 | os=-sysv |
735 | 783 | ;; |
736 | microblaze) | |
784 | microblaze) | |
737 | 785 | basic_machine=microblaze-xilinx |
738 | 786 | ;; |
739 | 787 | mingw32) |
772 | 820 | ms1-*) |
773 | 821 | basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` |
774 | 822 | ;; |
823 | msys) | |
824 | basic_machine=i386-pc | |
825 | os=-msys | |
826 | ;; | |
775 | 827 | mvs) |
776 | 828 | basic_machine=i370-ibm |
777 | 829 | os=-mvs |
830 | ;; | |
831 | nacl) | |
832 | basic_machine=le32-unknown | |
833 | os=-nacl | |
778 | 834 | ;; |
779 | 835 | ncr3000) |
780 | 836 | basic_machine=i486-ncr |
840 | 896 | np1) |
841 | 897 | basic_machine=np1-gould |
842 | 898 | ;; |
899 | neo-tandem) | |
900 | basic_machine=neo-tandem | |
901 | ;; | |
902 | nse-tandem) | |
903 | basic_machine=nse-tandem | |
904 | ;; | |
843 | 905 | nsr-tandem) |
844 | 906 | basic_machine=nsr-tandem |
845 | 907 | ;; |
922 | 984 | ;; |
923 | 985 | power) basic_machine=power-ibm |
924 | 986 | ;; |
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/^[^-]*-//'` | |
928 | 991 | ;; |
929 | 992 | ppcle | powerpclittle | ppc-le | powerpc-little) |
930 | 993 | basic_machine=powerpcle-unknown |
1018 | 1081 | basic_machine=i860-stratus |
1019 | 1082 | os=-sysv4 |
1020 | 1083 | ;; |
1084 | strongarm-* | thumb-*) | |
1085 | basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` | |
1086 | ;; | |
1021 | 1087 | sun2) |
1022 | 1088 | basic_machine=m68000-sun |
1023 | 1089 | ;; |
1074 | 1140 | basic_machine=t90-cray |
1075 | 1141 | os=-unicos |
1076 | 1142 | ;; |
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 | ;; | |
1094 | 1143 | tile*) |
1095 | basic_machine=tile-unknown | |
1144 | basic_machine=$basic_machine-unknown | |
1096 | 1145 | os=-linux-gnu |
1097 | 1146 | ;; |
1098 | 1147 | tx39) |
1161 | 1210 | ;; |
1162 | 1211 | xps | xps100) |
1163 | 1212 | basic_machine=xps100-honeywell |
1213 | ;; | |
1214 | xscale-* | xscalee[bl]-*) | |
1215 | basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` | |
1164 | 1216 | ;; |
1165 | 1217 | ymp) |
1166 | 1218 | basic_machine=ymp-cray |
1259 | 1311 | if [ x"$os" != x"" ] |
1260 | 1312 | then |
1261 | 1313 | 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. | |
1264 | 1316 | # -solaris* is a basic system type, with this one exception. |
1265 | -auroraux) | |
1266 | os=-auroraux | |
1317 | -auroraux) | |
1318 | os=-auroraux | |
1267 | 1319 | ;; |
1268 | 1320 | -solaris1 | -solaris1.*) |
1269 | 1321 | os=`echo $os | sed -e 's|solaris1|sunos4|'` |
1299 | 1351 | | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ |
1300 | 1352 | | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ |
1301 | 1353 | | -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* \ | |
1304 | 1357 | | -uxpv* | -beos* | -mpeix* | -udk* \ |
1305 | 1358 | | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ |
1306 | 1359 | | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ |
1347 | 1400 | -opened*) |
1348 | 1401 | os=-openedition |
1349 | 1402 | ;; |
1350 | -os400*) | |
1403 | -os400*) | |
1351 | 1404 | os=-os400 |
1352 | 1405 | ;; |
1353 | 1406 | -wince*) |
1396 | 1449 | -sinix*) |
1397 | 1450 | os=-sysv4 |
1398 | 1451 | ;; |
1399 | -tpf*) | |
1452 | -tpf*) | |
1400 | 1453 | os=-tpf |
1401 | 1454 | ;; |
1402 | 1455 | -triton*) |
1441 | 1494 | -dicos*) |
1442 | 1495 | os=-dicos |
1443 | 1496 | ;; |
1444 | -nacl*) | |
1445 | ;; | |
1497 | -nacl*) | |
1498 | ;; | |
1446 | 1499 | -none) |
1447 | 1500 | ;; |
1448 | 1501 | *) |
1465 | 1518 | # system, and we'll never get to this point. |
1466 | 1519 | |
1467 | 1520 | case $basic_machine in |
1468 | score-*) | |
1521 | score-*) | |
1469 | 1522 | os=-elf |
1470 | 1523 | ;; |
1471 | spu-*) | |
1524 | spu-*) | |
1472 | 1525 | os=-elf |
1473 | 1526 | ;; |
1474 | 1527 | *-acorn) |
1480 | 1533 | arm*-semi) |
1481 | 1534 | os=-aout |
1482 | 1535 | ;; |
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 | |
1485 | 1547 | ;; |
1486 | 1548 | # This must come before the *-dec entry. |
1487 | 1549 | pdp10-*) |
1501 | 1563 | ;; |
1502 | 1564 | m68000-sun) |
1503 | 1565 | os=-sunos3 |
1504 | # This also exists in the configure program, but was not the | |
1505 | # default. | |
1506 | # os=-sunos4 | |
1507 | 1566 | ;; |
1508 | 1567 | m68*-cisco) |
1509 | 1568 | os=-aout |
1510 | 1569 | ;; |
1511 | mep-*) | |
1570 | mep-*) | |
1512 | 1571 | os=-elf |
1513 | 1572 | ;; |
1514 | 1573 | mips*-cisco) |
1535 | 1594 | *-ibm) |
1536 | 1595 | os=-aix |
1537 | 1596 | ;; |
1538 | *-knuth) | |
1597 | *-knuth) | |
1539 | 1598 | os=-mmixware |
1540 | 1599 | ;; |
1541 | 1600 | *-wec) |
0 | 0 | #! /bin/sh |
1 | 1 | # 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. | |
3 | 3 | # |
4 | 4 | # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=ssh-contact>. |
5 | 5 | # |
94 | 94 | IFS=" "" $as_nl" |
95 | 95 | |
96 | 96 | # Find who we are. Look in the path if we contain no directory separator. |
97 | as_myself= | |
97 | 98 | case $0 in #(( |
98 | 99 | *[\\/]* ) as_myself=$0 ;; |
99 | 100 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
176 | 177 | as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO |
177 | 178 | eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && |
178 | 179 | 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" | |
180 | 189 | if (eval "$as_required") 2>/dev/null; then : |
181 | 190 | as_have_required=yes |
182 | 191 | else |
219 | 228 | # We cannot yet assume a decent shell, so we have to provide a |
220 | 229 | # neutralization value for shells without unset; and this also |
221 | 230 | # works around shells that cannot unset nonexistent variables. |
231 | # Preserve -v and -x to the replacement shell. | |
222 | 232 | BASH_ENV=/dev/null |
223 | 233 | ENV=/dev/null |
224 | 234 | (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
225 | 235 | 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+"$@"} | |
227 | 243 | fi |
228 | 244 | |
229 | 245 | if test x$as_have_required = xno; then : |
532 | 548 | # Sed expression to map a string onto a valid variable name. |
533 | 549 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
534 | 550 | |
535 | ||
536 | ||
537 | # Check that we are running under the correct shell. | |
538 | 551 | 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 | ||
683 | 552 | |
684 | 553 | |
685 | 554 | test -n "$DJDIR" || exec 7<&0 </dev/null |
705 | 574 | # Identity of this package. |
706 | 575 | PACKAGE_NAME='ssh-contact' |
707 | 576 | 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' | |
710 | 579 | PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=ssh-contact' |
711 | 580 | PACKAGE_URL='' |
712 | 581 | |
751 | 620 | am__EXEEXT_TRUE |
752 | 621 | LTLIBOBJS |
753 | 622 | LIBOBJS |
754 | HAVE_VINAGRE_FALSE | |
755 | HAVE_VINAGRE_TRUE | |
756 | VINAGRE_LIBS | |
757 | VINAGRE_CFLAGS | |
758 | 623 | MKINSTALLDIRS |
759 | 624 | POSUB |
760 | 625 | POFILES |
796 | 661 | INTLTOOL_KEYS_RULE |
797 | 662 | INTLTOOL_DIRECTORY_RULE |
798 | 663 | 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 | |
799 | 670 | INTLTOOL_EXTRACT |
800 | 671 | INTLTOOL_MERGE |
801 | 672 | INTLTOOL_UPDATE |
805 | 676 | X_PRE_LIBS |
806 | 677 | X_CFLAGS |
807 | 678 | XMKMF |
679 | GLIB_COMPILE_RESOURCES | |
808 | 680 | GLIB_MKENUMS |
809 | 681 | GOBJECT_QUERY |
810 | 682 | GLIB_GENMARSHAL |
818 | 690 | LIPO |
819 | 691 | NMEDIT |
820 | 692 | DSYMUTIL |
821 | lt_ECHO | |
693 | MANIFEST_TOOL | |
822 | 694 | RANLIB |
695 | ac_ct_AR | |
823 | 696 | AR |
697 | DLLTOOL | |
824 | 698 | OBJDUMP |
825 | 699 | LN_S |
826 | 700 | NM |
844 | 718 | am__fastdepCC_FALSE |
845 | 719 | am__fastdepCC_TRUE |
846 | 720 | CCDEPMODE |
721 | am__nodep | |
847 | 722 | AMDEPBACKSLASH |
848 | 723 | AMDEP_FALSE |
849 | 724 | AMDEP_TRUE |
859 | 734 | CC |
860 | 735 | AM_BACKSLASH |
861 | 736 | AM_DEFAULT_VERBOSITY |
737 | AM_DEFAULT_V | |
738 | AM_V | |
862 | 739 | am__untar |
863 | 740 | am__tar |
864 | 741 | AMTAR |
934 | 811 | with_pic |
935 | 812 | enable_fast_install |
936 | 813 | with_gnu_ld |
814 | with_sysroot | |
937 | 815 | enable_libtool_lock |
938 | 816 | enable_glibtest |
939 | 817 | with_x |
940 | 818 | enable_nls |
941 | 819 | enable_Werror |
942 | enable_vinagre | |
943 | 820 | ' |
944 | 821 | ac_precious_vars='build_alias |
945 | 822 | host_alias |
955 | 832 | PKG_CONFIG_LIBDIR |
956 | 833 | XMKMF |
957 | 834 | SSH_CONTACT_CFLAGS |
958 | SSH_CONTACT_LIBS | |
959 | VINAGRE_CFLAGS | |
960 | VINAGRE_LIBS' | |
835 | SSH_CONTACT_LIBS' | |
961 | 836 | |
962 | 837 | |
963 | 838 | # Initialize some variables set by options. |
1362 | 1237 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
1363 | 1238 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
1364 | 1239 | $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}" | |
1366 | 1241 | ;; |
1367 | 1242 | |
1368 | 1243 | esac |
1500 | 1375 | # Omit some internal or obsolete options to make the list less imposing. |
1501 | 1376 | # This message is too long to be a string in the A/UX 3.1 sh. |
1502 | 1377 | 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. | |
1504 | 1379 | |
1505 | 1380 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1506 | 1381 | |
1574 | 1449 | |
1575 | 1450 | if test -n "$ac_init_help"; then |
1576 | 1451 | 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:";; | |
1578 | 1453 | esac |
1579 | 1454 | cat <<\_ACEOF |
1580 | 1455 | |
1597 | 1472 | --disable-nls do not use Native Language Support |
1598 | 1473 | --disable-Werror compile without -Werror (normally enabled in |
1599 | 1474 | development builds) |
1600 | --enable-vinagre=[no/yes/auto] | |
1601 | build with vinagre plugin | |
1602 | 1475 | |
1603 | 1476 | Optional Packages: |
1604 | 1477 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
1605 | 1478 | --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 | |
1607 | 1480 | both] |
1608 | 1481 | --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). | |
1609 | 1484 | --with-x use the X Window System |
1610 | 1485 | |
1611 | 1486 | Some influential environment variables: |
1627 | 1502 | C compiler flags for SSH_CONTACT, overriding pkg-config |
1628 | 1503 | SSH_CONTACT_LIBS |
1629 | 1504 | 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 | |
1634 | 1505 | |
1635 | 1506 | Use these variables to override the choices made by `configure' or to help |
1636 | 1507 | it to find libraries and programs with nonstandard names/locations. |
1698 | 1569 | test -n "$ac_init_help" && exit $ac_status |
1699 | 1570 | if $ac_init_version; then |
1700 | 1571 | 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 | |
1703 | 1574 | |
1704 | 1575 | Copyright (C) 2010 Free Software Foundation, Inc. |
1705 | 1576 | This configure script is free software; the Free Software Foundation |
1749 | 1620 | |
1750 | 1621 | ac_retval=1 |
1751 | 1622 | 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 | |
1753 | 1624 | as_fn_set_status $ac_retval |
1754 | 1625 | |
1755 | 1626 | } # ac_fn_c_try_compile |
1795 | 1666 | # interfere with the next link command; also delete a directory that is |
1796 | 1667 | # left behind by Apple's compiler. We do this before executing the actions. |
1797 | 1668 | 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 | |
1799 | 1670 | as_fn_set_status $ac_retval |
1800 | 1671 | |
1801 | 1672 | } # ac_fn_c_try_link |
1832 | 1703 | |
1833 | 1704 | ac_retval=1 |
1834 | 1705 | 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 | |
1836 | 1707 | as_fn_set_status $ac_retval |
1837 | 1708 | |
1838 | 1709 | } # ac_fn_c_try_cpp |
1874 | 1745 | ac_retval=$ac_status |
1875 | 1746 | fi |
1876 | 1747 | 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 | |
1878 | 1749 | as_fn_set_status $ac_retval |
1879 | 1750 | |
1880 | 1751 | } # ac_fn_c_try_run |
1888 | 1759 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1889 | 1760 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1890 | 1761 | $as_echo_n "checking for $2... " >&6; } |
1891 | if eval "test \"\${$3+set}\"" = set; then : | |
1762 | if eval \${$3+:} false; then : | |
1892 | 1763 | $as_echo_n "(cached) " >&6 |
1893 | 1764 | else |
1894 | 1765 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1906 | 1777 | eval ac_res=\$$3 |
1907 | 1778 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1908 | 1779 | $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 | |
1910 | 1781 | |
1911 | 1782 | } # ac_fn_c_check_header_compile |
1912 | 1783 | |
1918 | 1789 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1919 | 1790 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1920 | 1791 | $as_echo_n "checking for $2... " >&6; } |
1921 | if eval "test \"\${$3+set}\"" = set; then : | |
1792 | if eval \${$3+:} false; then : | |
1922 | 1793 | $as_echo_n "(cached) " >&6 |
1923 | 1794 | else |
1924 | 1795 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1973 | 1844 | eval ac_res=\$$3 |
1974 | 1845 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1975 | 1846 | $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 | |
1977 | 1848 | |
1978 | 1849 | } # ac_fn_c_check_func |
1979 | 1850 | |
1985 | 1856 | ac_fn_c_check_header_mongrel () |
1986 | 1857 | { |
1987 | 1858 | 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 : | |
1989 | 1860 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1990 | 1861 | $as_echo_n "checking for $2... " >&6; } |
1991 | if eval "test \"\${$3+set}\"" = set; then : | |
1862 | if eval \${$3+:} false; then : | |
1992 | 1863 | $as_echo_n "(cached) " >&6 |
1993 | 1864 | fi |
1994 | 1865 | eval ac_res=\$$3 |
2055 | 1926 | esac |
2056 | 1927 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2057 | 1928 | $as_echo_n "checking for $2... " >&6; } |
2058 | if eval "test \"\${$3+set}\"" = set; then : | |
1929 | if eval \${$3+:} false; then : | |
2059 | 1930 | $as_echo_n "(cached) " >&6 |
2060 | 1931 | else |
2061 | 1932 | eval "$3=\$ac_header_compiler" |
2064 | 1935 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
2065 | 1936 | $as_echo "$ac_res" >&6; } |
2066 | 1937 | 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 | |
2068 | 1939 | |
2069 | 1940 | } # ac_fn_c_check_header_mongrel |
2070 | 1941 | cat >config.log <<_ACEOF |
2071 | 1942 | This file contains any messages produced by compilers while |
2072 | 1943 | running configure, to aid debugging if configure makes a mistake. |
2073 | 1944 | |
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 | |
2076 | 1947 | |
2077 | 1948 | $ $0 $@ |
2078 | 1949 | |
2330 | 2201 | || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2331 | 2202 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2332 | 2203 | 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; } | |
2334 | 2205 | fi |
2335 | 2206 | done |
2336 | 2207 | |
2499 | 2370 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
2500 | 2371 | $as_echo_n "checking for a BSD-compatible install... " >&6; } |
2501 | 2372 | if test -z "$INSTALL"; then |
2502 | if test "${ac_cv_path_install+set}" = set; then : | |
2373 | if ${ac_cv_path_install+:} false; then : | |
2503 | 2374 | $as_echo_n "(cached) " >&6 |
2504 | 2375 | else |
2505 | 2376 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
2586 | 2457 | ' |
2587 | 2458 | case `pwd` in |
2588 | 2459 | *[\\\"\#\$\&\'\`$am_lf]*) |
2589 | as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; | |
2460 | as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; | |
2590 | 2461 | esac |
2591 | 2462 | case $srcdir in |
2592 | 2463 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
2593 | as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; | |
2464 | as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; | |
2594 | 2465 | esac |
2595 | 2466 | |
2596 | 2467 | # Do `set' in a subshell so we don't clobber the current shell's |
2676 | 2547 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
2677 | 2548 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2678 | 2549 | $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 : | |
2680 | 2551 | $as_echo_n "(cached) " >&6 |
2681 | 2552 | else |
2682 | 2553 | if test -n "$STRIP"; then |
2716 | 2587 | set dummy strip; ac_word=$2 |
2717 | 2588 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2718 | 2589 | $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 : | |
2720 | 2591 | $as_echo_n "(cached) " >&6 |
2721 | 2592 | else |
2722 | 2593 | if test -n "$ac_ct_STRIP"; then |
2769 | 2640 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 |
2770 | 2641 | $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } |
2771 | 2642 | if test -z "$MKDIR_P"; then |
2772 | if test "${ac_cv_path_mkdir+set}" = set; then : | |
2643 | if ${ac_cv_path_mkdir+:} false; then : | |
2773 | 2644 | $as_echo_n "(cached) " >&6 |
2774 | 2645 | else |
2775 | 2646 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
2820 | 2691 | set dummy $ac_prog; ac_word=$2 |
2821 | 2692 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2822 | 2693 | $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 : | |
2824 | 2695 | $as_echo_n "(cached) " >&6 |
2825 | 2696 | else |
2826 | 2697 | if test -n "$AWK"; then |
2860 | 2731 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
2861 | 2732 | set x ${MAKE-make} |
2862 | 2733 | 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 : | |
2864 | 2735 | $as_echo_n "(cached) " >&6 |
2865 | 2736 | else |
2866 | 2737 | cat >conftest.make <<\_ACEOF |
2918 | 2789 | |
2919 | 2790 | # Define the identity of the package. |
2920 | 2791 | PACKAGE='ssh-contact' |
2921 | VERSION='0.6' | |
2792 | VERSION='0.7' | |
2922 | 2793 | |
2923 | 2794 | |
2924 | 2795 | # Some tools Automake needs. |
2939 | 2810 | |
2940 | 2811 | # We need awk for the "check" target. The system "awk" is bad on |
2941 | 2812 | # 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 -' | |
2947 | 2818 | |
2948 | 2819 | |
2949 | 2820 | |
2959 | 2830 | no) AM_DEFAULT_VERBOSITY=1;; |
2960 | 2831 | *) AM_DEFAULT_VERBOSITY=0;; |
2961 | 2832 | 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 | |
2962 | 2860 | AM_BACKSLASH='\' |
2963 | 2861 | |
2964 | 2862 | DEPDIR="${am__leading_dot}deps" |
3013 | 2911 | if test "x$enable_dependency_tracking" != xno; then |
3014 | 2912 | am_depcomp="$ac_aux_dir/depcomp" |
3015 | 2913 | AMDEPBACKSLASH='\' |
2914 | am__nodep='_no' | |
3016 | 2915 | fi |
3017 | 2916 | if test "x$enable_dependency_tracking" != xno; then |
3018 | 2917 | AMDEP_TRUE= |
3033 | 2932 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
3034 | 2933 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3035 | 2934 | $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 : | |
3037 | 2936 | $as_echo_n "(cached) " >&6 |
3038 | 2937 | else |
3039 | 2938 | if test -n "$CC"; then |
3073 | 2972 | set dummy gcc; ac_word=$2 |
3074 | 2973 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3075 | 2974 | $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 : | |
3077 | 2976 | $as_echo_n "(cached) " >&6 |
3078 | 2977 | else |
3079 | 2978 | if test -n "$ac_ct_CC"; then |
3126 | 3025 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
3127 | 3026 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3128 | 3027 | $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 : | |
3130 | 3029 | $as_echo_n "(cached) " >&6 |
3131 | 3030 | else |
3132 | 3031 | if test -n "$CC"; then |
3166 | 3065 | set dummy cc; ac_word=$2 |
3167 | 3066 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3168 | 3067 | $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 : | |
3170 | 3069 | $as_echo_n "(cached) " >&6 |
3171 | 3070 | else |
3172 | 3071 | if test -n "$CC"; then |
3225 | 3124 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
3226 | 3125 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3227 | 3126 | $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 : | |
3229 | 3128 | $as_echo_n "(cached) " >&6 |
3230 | 3129 | else |
3231 | 3130 | if test -n "$CC"; then |
3269 | 3168 | set dummy $ac_prog; ac_word=$2 |
3270 | 3169 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3271 | 3170 | $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 : | |
3273 | 3172 | $as_echo_n "(cached) " >&6 |
3274 | 3173 | else |
3275 | 3174 | if test -n "$ac_ct_CC"; then |
3324 | 3223 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3325 | 3224 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3326 | 3225 | 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; } | |
3328 | 3227 | |
3329 | 3228 | # Provide some information about the compiler. |
3330 | 3229 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
3439 | 3338 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3440 | 3339 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3441 | 3340 | 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; } | |
3443 | 3342 | else |
3444 | 3343 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3445 | 3344 | $as_echo "yes" >&6; } |
3482 | 3381 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3483 | 3382 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3484 | 3383 | 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; } | |
3486 | 3385 | fi |
3487 | 3386 | rm -f conftest conftest$ac_cv_exeext |
3488 | 3387 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
3541 | 3440 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3542 | 3441 | as_fn_error $? "cannot run C compiled programs. |
3543 | 3442 | 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; } | |
3545 | 3444 | fi |
3546 | 3445 | fi |
3547 | 3446 | fi |
3552 | 3451 | ac_clean_files=$ac_clean_files_save |
3553 | 3452 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
3554 | 3453 | $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 : | |
3556 | 3455 | $as_echo_n "(cached) " >&6 |
3557 | 3456 | else |
3558 | 3457 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3593 | 3492 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3594 | 3493 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3595 | 3494 | 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; } | |
3597 | 3496 | fi |
3598 | 3497 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
3599 | 3498 | fi |
3603 | 3502 | ac_objext=$OBJEXT |
3604 | 3503 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
3605 | 3504 | $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 : | |
3607 | 3506 | $as_echo_n "(cached) " >&6 |
3608 | 3507 | else |
3609 | 3508 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3640 | 3539 | ac_save_CFLAGS=$CFLAGS |
3641 | 3540 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
3642 | 3541 | $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 : | |
3644 | 3543 | $as_echo_n "(cached) " >&6 |
3645 | 3544 | else |
3646 | 3545 | ac_save_c_werror_flag=$ac_c_werror_flag |
3718 | 3617 | fi |
3719 | 3618 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
3720 | 3619 | $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 : | |
3722 | 3621 | $as_echo_n "(cached) " >&6 |
3723 | 3622 | else |
3724 | 3623 | ac_cv_prog_cc_c89=no |
3817 | 3716 | |
3818 | 3717 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
3819 | 3718 | $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 : | |
3821 | 3720 | $as_echo_n "(cached) " >&6 |
3822 | 3721 | else |
3823 | 3722 | if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
3826 | 3725 | # instance it was reported that on HP-UX the gcc test will end up |
3827 | 3726 | # making a dummy file named `D' -- because `-MD' means `put the output |
3828 | 3727 | # in D'. |
3728 | rm -rf conftest.dir | |
3829 | 3729 | mkdir conftest.dir |
3830 | 3730 | # Copy depcomp to subdir because otherwise we won't find it if we're |
3831 | 3731 | # using a relative directory. |
3885 | 3785 | break |
3886 | 3786 | fi |
3887 | 3787 | ;; |
3888 | msvisualcpp | msvcmsys) | |
3788 | msvc7 | msvc7msys | msvisualcpp | msvcmsys) | |
3889 | 3789 | # This compiler won't grok `-c -o', but also, the minuso test has |
3890 | 3790 | # not run yet. These depmodes are late enough in the game, and |
3891 | 3791 | # so weak that their functioning should not be impacted. |
3943 | 3843 | |
3944 | 3844 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 |
3945 | 3845 | $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 : | |
3947 | 3847 | $as_echo_n "(cached) " >&6 |
3948 | 3848 | else |
3949 | 3849 | ac_func_search_save_LIBS=$LIBS |
3977 | 3877 | fi |
3978 | 3878 | rm -f core conftest.err conftest.$ac_objext \ |
3979 | 3879 | conftest$ac_exeext |
3980 | if test "${ac_cv_search_strerror+set}" = set; then : | |
3880 | if ${ac_cv_search_strerror+:} false; then : | |
3981 | 3881 | break |
3982 | 3882 | fi |
3983 | 3883 | done |
3984 | if test "${ac_cv_search_strerror+set}" = set; then : | |
3884 | if ${ac_cv_search_strerror+:} false; then : | |
3985 | 3885 | |
3986 | 3886 | else |
3987 | 3887 | ac_cv_search_strerror=no |
4007 | 3907 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
4008 | 3908 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4009 | 3909 | $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 : | |
4011 | 3911 | $as_echo_n "(cached) " >&6 |
4012 | 3912 | else |
4013 | 3913 | if test -n "$CC"; then |
4047 | 3947 | set dummy gcc; ac_word=$2 |
4048 | 3948 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4049 | 3949 | $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 : | |
4051 | 3951 | $as_echo_n "(cached) " >&6 |
4052 | 3952 | else |
4053 | 3953 | if test -n "$ac_ct_CC"; then |
4100 | 4000 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
4101 | 4001 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4102 | 4002 | $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 : | |
4104 | 4004 | $as_echo_n "(cached) " >&6 |
4105 | 4005 | else |
4106 | 4006 | if test -n "$CC"; then |
4140 | 4040 | set dummy cc; ac_word=$2 |
4141 | 4041 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4142 | 4042 | $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 : | |
4144 | 4044 | $as_echo_n "(cached) " >&6 |
4145 | 4045 | else |
4146 | 4046 | if test -n "$CC"; then |
4199 | 4099 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
4200 | 4100 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4201 | 4101 | $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 : | |
4203 | 4103 | $as_echo_n "(cached) " >&6 |
4204 | 4104 | else |
4205 | 4105 | if test -n "$CC"; then |
4243 | 4143 | set dummy $ac_prog; ac_word=$2 |
4244 | 4144 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4245 | 4145 | $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 : | |
4247 | 4147 | $as_echo_n "(cached) " >&6 |
4248 | 4148 | else |
4249 | 4149 | if test -n "$ac_ct_CC"; then |
4298 | 4198 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4299 | 4199 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4300 | 4200 | 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; } | |
4302 | 4202 | |
4303 | 4203 | # Provide some information about the compiler. |
4304 | 4204 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
4327 | 4227 | |
4328 | 4228 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
4329 | 4229 | $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 : | |
4331 | 4231 | $as_echo_n "(cached) " >&6 |
4332 | 4232 | else |
4333 | 4233 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4364 | 4264 | ac_save_CFLAGS=$CFLAGS |
4365 | 4265 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
4366 | 4266 | $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 : | |
4368 | 4268 | $as_echo_n "(cached) " >&6 |
4369 | 4269 | else |
4370 | 4270 | ac_save_c_werror_flag=$ac_c_werror_flag |
4442 | 4342 | fi |
4443 | 4343 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
4444 | 4344 | $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 : | |
4446 | 4346 | $as_echo_n "(cached) " >&6 |
4447 | 4347 | else |
4448 | 4348 | ac_cv_prog_cc_c89=no |
4541 | 4441 | |
4542 | 4442 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
4543 | 4443 | $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 : | |
4545 | 4445 | $as_echo_n "(cached) " >&6 |
4546 | 4446 | else |
4547 | 4447 | if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
4550 | 4450 | # instance it was reported that on HP-UX the gcc test will end up |
4551 | 4451 | # making a dummy file named `D' -- because `-MD' means `put the output |
4552 | 4452 | # in D'. |
4453 | rm -rf conftest.dir | |
4553 | 4454 | mkdir conftest.dir |
4554 | 4455 | # Copy depcomp to subdir because otherwise we won't find it if we're |
4555 | 4456 | # using a relative directory. |
4609 | 4510 | break |
4610 | 4511 | fi |
4611 | 4512 | ;; |
4612 | msvisualcpp | msvcmsys) | |
4513 | msvc7 | msvc7msys | msvisualcpp | msvcmsys) | |
4613 | 4514 | # This compiler won't grok `-c -o', but also, the minuso test has |
4614 | 4515 | # not run yet. These depmodes are late enough in the game, and |
4615 | 4516 | # so weak that their functioning should not be impacted. |
4676 | 4577 | CPP= |
4677 | 4578 | fi |
4678 | 4579 | if test -z "$CPP"; then |
4679 | if test "${ac_cv_prog_CPP+set}" = set; then : | |
4580 | if ${ac_cv_prog_CPP+:} false; then : | |
4680 | 4581 | $as_echo_n "(cached) " >&6 |
4681 | 4582 | else |
4682 | 4583 | # Double quotes because CPP needs to be expanded |
4792 | 4693 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4793 | 4694 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4794 | 4695 | 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; } | |
4796 | 4697 | fi |
4797 | 4698 | |
4798 | 4699 | ac_ext=c |
4804 | 4705 | |
4805 | 4706 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
4806 | 4707 | $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 : | |
4808 | 4709 | $as_echo_n "(cached) " >&6 |
4809 | 4710 | else |
4810 | 4711 | if test -z "$GREP"; then |
4867 | 4768 | |
4868 | 4769 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
4869 | 4770 | $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 : | |
4871 | 4772 | $as_echo_n "(cached) " >&6 |
4872 | 4773 | else |
4873 | 4774 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
4934 | 4835 | |
4935 | 4836 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
4936 | 4837 | $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 : | |
4938 | 4839 | $as_echo_n "(cached) " >&6 |
4939 | 4840 | else |
4940 | 4841 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5052 | 4953 | |
5053 | 4954 | |
5054 | 4955 | |
5055 | macro_version='2.2.6b' | |
5056 | macro_revision='1.3017' | |
4956 | macro_version='2.4.2' | |
4957 | macro_revision='1.3337' | |
5057 | 4958 | |
5058 | 4959 | |
5059 | 4960 | |
5075 | 4976 | |
5076 | 4977 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
5077 | 4978 | $as_echo_n "checking build system type... " >&6; } |
5078 | if test "${ac_cv_build+set}" = set; then : | |
4979 | if ${ac_cv_build+:} false; then : | |
5079 | 4980 | $as_echo_n "(cached) " >&6 |
5080 | 4981 | else |
5081 | 4982 | ac_build_alias=$build_alias |
5091 | 4992 | $as_echo "$ac_cv_build" >&6; } |
5092 | 4993 | case $ac_cv_build in |
5093 | 4994 | *-*-*) ;; |
5094 | *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; | |
4995 | *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; | |
5095 | 4996 | esac |
5096 | 4997 | build=$ac_cv_build |
5097 | 4998 | ac_save_IFS=$IFS; IFS='-' |
5109 | 5010 | |
5110 | 5011 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 |
5111 | 5012 | $as_echo_n "checking host system type... " >&6; } |
5112 | if test "${ac_cv_host+set}" = set; then : | |
5013 | if ${ac_cv_host+:} false; then : | |
5113 | 5014 | $as_echo_n "(cached) " >&6 |
5114 | 5015 | else |
5115 | 5016 | if test "x$host_alias" = x; then |
5124 | 5025 | $as_echo "$ac_cv_host" >&6; } |
5125 | 5026 | case $ac_cv_host in |
5126 | 5027 | *-*-*) ;; |
5127 | *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; | |
5028 | *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; | |
5128 | 5029 | esac |
5129 | 5030 | host=$ac_cv_host |
5130 | 5031 | ac_save_IFS=$IFS; IFS='-' |
5140 | 5041 | case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac |
5141 | 5042 | |
5142 | 5043 | |
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 | ||
5143 | 5113 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 |
5144 | 5114 | $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 : | |
5146 | 5116 | $as_echo_n "(cached) " >&6 |
5147 | 5117 | else |
5148 | 5118 | ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ |
5224 | 5194 | |
5225 | 5195 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 |
5226 | 5196 | $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 : | |
5228 | 5198 | $as_echo_n "(cached) " >&6 |
5229 | 5199 | else |
5230 | 5200 | if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 |
5355 | 5325 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 |
5356 | 5326 | $as_echo_n "checking for non-GNU ld... " >&6; } |
5357 | 5327 | fi |
5358 | if test "${lt_cv_path_LD+set}" = set; then : | |
5328 | if ${lt_cv_path_LD+:} false; then : | |
5359 | 5329 | $as_echo_n "(cached) " >&6 |
5360 | 5330 | else |
5361 | 5331 | if test -z "$LD"; then |
5395 | 5365 | test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 |
5396 | 5366 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 |
5397 | 5367 | $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 : | |
5399 | 5369 | $as_echo_n "(cached) " >&6 |
5400 | 5370 | else |
5401 | 5371 | # I'd rather use --version here, but apparently some GNU lds only accept -v. |
5422 | 5392 | |
5423 | 5393 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 |
5424 | 5394 | $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 : | |
5426 | 5396 | $as_echo_n "(cached) " >&6 |
5427 | 5397 | else |
5428 | 5398 | if test -n "$NM"; then |
5475 | 5445 | NM="$lt_cv_path_NM" |
5476 | 5446 | else |
5477 | 5447 | # 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" | |
5480 | 5453 | do |
5481 | 5454 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
5482 | 5455 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
5483 | 5456 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5484 | 5457 | $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 : | |
5486 | 5459 | $as_echo_n "(cached) " >&6 |
5487 | 5460 | else |
5488 | 5461 | if test -n "$DUMPBIN"; then |
5520 | 5493 | fi |
5521 | 5494 | if test -z "$DUMPBIN"; then |
5522 | 5495 | ac_ct_DUMPBIN=$DUMPBIN |
5523 | for ac_prog in "dumpbin -symbols" "link -dump -symbols" | |
5496 | for ac_prog in dumpbin "link -dump" | |
5524 | 5497 | do |
5525 | 5498 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
5526 | 5499 | set dummy $ac_prog; ac_word=$2 |
5527 | 5500 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5528 | 5501 | $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 : | |
5530 | 5503 | $as_echo_n "(cached) " >&6 |
5531 | 5504 | else |
5532 | 5505 | if test -n "$ac_ct_DUMPBIN"; then |
5575 | 5548 | fi |
5576 | 5549 | fi |
5577 | 5550 | |
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 | |
5578 | 5560 | |
5579 | 5561 | if test "$DUMPBIN" != ":"; then |
5580 | 5562 | NM="$DUMPBIN" |
5589 | 5571 | |
5590 | 5572 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 |
5591 | 5573 | $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 : | |
5593 | 5575 | $as_echo_n "(cached) " >&6 |
5594 | 5576 | else |
5595 | 5577 | lt_cv_nm_interface="BSD nm" |
5596 | 5578 | 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) | |
5598 | 5580 | (eval "$ac_compile" 2>conftest.err) |
5599 | 5581 | 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) | |
5601 | 5583 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
5602 | 5584 | cat conftest.err >&5 |
5603 | (eval echo "\"\$as_me:5604: output\"" >&5) | |
5585 | (eval echo "\"\$as_me:$LINENO: output\"" >&5) | |
5604 | 5586 | cat conftest.out >&5 |
5605 | 5587 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then |
5606 | 5588 | lt_cv_nm_interface="MS dumpbin" |
5624 | 5606 | # find the maximum length of command line arguments |
5625 | 5607 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 |
5626 | 5608 | $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 : | |
5628 | 5610 | $as_echo_n "(cached) " >&6 |
5629 | 5611 | else |
5630 | 5612 | i=0 |
5654 | 5636 | # the test eventually succeeds (with a max line length of 256k). |
5655 | 5637 | # Instead, let's just punt: use the minimum linelength reported by |
5656 | 5638 | # 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. | |
5657 | 5644 | lt_cv_sys_max_cmd_len=8192; |
5658 | 5645 | ;; |
5659 | 5646 | |
5680 | 5667 | interix*) |
5681 | 5668 | # We know the value 262144 and hardcode it with a safety zone (like BSD) |
5682 | 5669 | 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 | |
5683 | 5675 | ;; |
5684 | 5676 | |
5685 | 5677 | osf*) |
5721 | 5713 | # If test is not a shell built-in, we'll probably end up computing a |
5722 | 5714 | # maximum length that is only half of the actual maximum length, but |
5723 | 5715 | # 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 && | |
5726 | 5718 | test $i != 17 # 1/2 MB should be enough |
5727 | 5719 | do |
5728 | 5720 | i=`expr $i + 1` |
5764 | 5756 | # Try some XSI features |
5765 | 5757 | xsi_shell=no |
5766 | 5758 | ( _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, \ | |
5769 | 5761 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
5770 | 5762 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
5771 | 5763 | && xsi_shell=yes |
5814 | 5806 | |
5815 | 5807 | |
5816 | 5808 | |
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 | ||
5817 | 5883 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
5818 | 5884 | $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 : | |
5820 | 5886 | $as_echo_n "(cached) " >&6 |
5821 | 5887 | else |
5822 | 5888 | lt_cv_ld_reload_flag='-r' |
5830 | 5896 | esac |
5831 | 5897 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
5832 | 5898 | case $host_os in |
5899 | cygwin* | mingw* | pw32* | cegcc*) | |
5900 | if test "$GCC" != yes; then | |
5901 | reload_cmds=false | |
5902 | fi | |
5903 | ;; | |
5833 | 5904 | darwin*) |
5834 | 5905 | if test "$GCC" = yes; then |
5835 | 5906 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
5852 | 5923 | set dummy ${ac_tool_prefix}objdump; ac_word=$2 |
5853 | 5924 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5854 | 5925 | $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 : | |
5856 | 5927 | $as_echo_n "(cached) " >&6 |
5857 | 5928 | else |
5858 | 5929 | if test -n "$OBJDUMP"; then |
5892 | 5963 | set dummy objdump; ac_word=$2 |
5893 | 5964 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5894 | 5965 | $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 : | |
5896 | 5967 | $as_echo_n "(cached) " >&6 |
5897 | 5968 | else |
5898 | 5969 | if test -n "$ac_ct_OBJDUMP"; then |
5951 | 6022 | |
5952 | 6023 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 |
5953 | 6024 | $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 : | |
5955 | 6026 | $as_echo_n "(cached) " >&6 |
5956 | 6027 | else |
5957 | 6028 | lt_cv_file_magic_cmd='$MAGIC_CMD' |
5993 | 6064 | # Base MSYS/MinGW do not provide the 'file' command needed by |
5994 | 6065 | # func_win32_libid shell function, so use a weaker test based on 'objdump', |
5995 | 6066 | # 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 | |
5997 | 6069 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
5998 | 6070 | lt_cv_file_magic_cmd='func_win32_libid' |
5999 | 6071 | 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)' | |
6001 | 6074 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
6002 | 6075 | fi |
6003 | 6076 | ;; |
6004 | 6077 | |
6005 | cegcc) | |
6078 | cegcc*) | |
6006 | 6079 | # use the weaker test based on 'objdump'. See mingw*. |
6007 | 6080 | lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' |
6008 | 6081 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
6032 | 6105 | lt_cv_deplibs_check_method=pass_all |
6033 | 6106 | ;; |
6034 | 6107 | |
6108 | haiku*) | |
6109 | lt_cv_deplibs_check_method=pass_all | |
6110 | ;; | |
6111 | ||
6035 | 6112 | hpux10.20* | hpux11*) |
6036 | 6113 | lt_cv_file_magic_cmd=/usr/bin/file |
6037 | 6114 | case $host_cpu in |
6040 | 6117 | lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so |
6041 | 6118 | ;; |
6042 | 6119 | 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]' | |
6044 | 6121 | lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl |
6045 | 6122 | ;; |
6046 | 6123 | *) |
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' | |
6048 | 6125 | lt_cv_file_magic_test_file=/usr/lib/libc.sl |
6049 | 6126 | ;; |
6050 | 6127 | esac |
6065 | 6142 | lt_cv_deplibs_check_method=pass_all |
6066 | 6143 | ;; |
6067 | 6144 | |
6068 | # This must be Linux ELF. | |
6145 | # This must be glibc/ELF. | |
6069 | 6146 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
6070 | 6147 | lt_cv_deplibs_check_method=pass_all |
6071 | 6148 | ;; |
6147 | 6224 | fi |
6148 | 6225 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
6149 | 6226 | $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 | ||
6150 | 6242 | file_magic_cmd=$lt_cv_file_magic_cmd |
6151 | 6243 | deplibs_check_method=$lt_cv_deplibs_check_method |
6152 | 6244 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
6162 | 6254 | |
6163 | 6255 | |
6164 | 6256 | |
6257 | ||
6258 | ||
6259 | ||
6260 | ||
6261 | ||
6262 | ||
6263 | ||
6264 | ||
6265 | ||
6266 | ||
6165 | 6267 | 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 | |
6168 | 6270 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6169 | 6271 | $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 : | |
6171 | 6273 | $as_echo_n "(cached) " >&6 |
6172 | 6274 | 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. | |
6175 | 6277 | else |
6176 | 6278 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
6177 | 6279 | for as_dir in $PATH |
6180 | 6282 | test -z "$as_dir" && as_dir=. |
6181 | 6283 | for ac_exec_ext in '' $ac_executable_extensions; do |
6182 | 6284 | 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" | |
6184 | 6286 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6185 | 6287 | break 2 |
6186 | 6288 | fi |
6190 | 6292 | |
6191 | 6293 | fi |
6192 | 6294 | 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; } | |
6197 | 6299 | else |
6198 | 6300 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6199 | 6301 | $as_echo "no" >&6; } |
6201 | 6303 | |
6202 | 6304 | |
6203 | 6305 | 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 | |
6208 | 6310 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6209 | 6311 | $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 : | |
6211 | 6313 | $as_echo_n "(cached) " >&6 |
6212 | 6314 | 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. | |
6215 | 6317 | else |
6216 | 6318 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
6217 | 6319 | for as_dir in $PATH |
6220 | 6322 | test -z "$as_dir" && as_dir=. |
6221 | 6323 | for ac_exec_ext in '' $ac_executable_extensions; do |
6222 | 6324 | 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 | |
6375 | lt_cv_sharedlib_f |