Codebase list growl-for-linux / a9e8f88
New upstream snapshot. Debian Janitor 2 years ago
21 changed file(s) with 4625 addition(s) and 3875 deletion(s). Raw diff Collapse all Expand all
0 # Makefile.in generated by automake 1.15 from Makefile.am.
0 # Makefile.in generated by automake 1.16.5 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
132132 am__v_at_1 =
133133 DEFAULT_INCLUDES = -I.@am__isrc@
134134 depcomp = $(SHELL) $(top_srcdir)/depcomp
135 am__depfiles_maybe = depfiles
135 am__maybe_remake_depfiles = depfiles
136 am__depfiles_remade = ./$(DEPDIR)/gol-gol.Po
136137 am__mv = mv -f
137138 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
138139 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
174175 $(RECURSIVE_CLEAN_TARGETS) \
175176 $(am__extra_recursive_targets)
176177 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
177 cscope distdir dist dist-all distcheck
178 cscope distdir distdir-am dist dist-all distcheck
178179 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
179180 # Read a list of newline-separated strings from the standard input,
180181 # and print each of them once, without duplicates. Input order is
192193 unique=`for i in $$list; do \
193194 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
194195 done | $(am__uniquify_input)`
195 ETAGS = etags
196 CTAGS = ctags
197 CSCOPE = cscope
198196 DIST_SUBDIRS = $(SUBDIRS)
199197 am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog \
200198 README TODO compile config.guess config.sub depcomp install-sh \
237235 DIST_ARCHIVES = $(distdir).tar.gz
238236 GZIP_ENV = --best
239237 DIST_TARGETS = dist-gzip
238 # Exists only to be overridden by the user if desired.
239 AM_DISTCHECK_DVI_TARGET = dvi
240240 distuninstallcheck_listfiles = find . -type f -print
241241 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
242242 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
254254 CC = @CC@
255255 CCDEPMODE = @CCDEPMODE@
256256 CFLAGS = @CFLAGS@
257 CPP = @CPP@
258257 CPPFLAGS = @CPPFLAGS@
258 CSCOPE = @CSCOPE@
259 CTAGS = @CTAGS@
259260 CYGPATH_W = @CYGPATH_W@
260261 DBUSGLIB1_CFLAGS = @DBUSGLIB1_CFLAGS@
261262 DBUSGLIB1_LIBS = @DBUSGLIB1_LIBS@
269270 ECHO_T = @ECHO_T@
270271 EGREP = @EGREP@
271272 ENABLE_LIBNOTIFY = @ENABLE_LIBNOTIFY@
273 ETAGS = @ETAGS@
272274 EXEEXT = @EXEEXT@
273275 FGREP = @FGREP@
274276 GLIB2_CFLAGS = @GLIB2_CFLAGS@
417419 echo ' $(SHELL) ./config.status'; \
418420 $(SHELL) ./config.status;; \
419421 *) \
420 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
421 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
422 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
423 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
422424 esac;
423425
424426 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
489491 distclean-compile:
490492 -rm -f *.tab.c
491493
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gol-gol.Po@am__quote@
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gol-gol.Po@am__quote@ # am--include-marker
495
496 $(am__depfiles_remade):
497 @$(MKDIR_P) $(@D)
498 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
499
500 am--depfiles: $(am__depfiles_remade)
493501
494502 .c.o:
495503 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
640648 distclean-tags:
641649 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
642650 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
643
644 distdir: $(DISTFILES)
651 distdir: $(BUILT_SOURCES)
652 $(MAKE) $(AM_MAKEFLAGS) distdir-am
653
654 distdir-am: $(DISTFILES)
645655 $(am__remove_distdir)
646656 test -d "$(distdir)" || mkdir "$(distdir)"
647657 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
706716 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
707717 || chmod -R a+r "$(distdir)"
708718 dist-gzip: distdir
709 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
719 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
710720 $(am__post_remove_distdir)
711721
712722 dist-bzip2: distdir
719729
720730 dist-xz: distdir
721731 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
732 $(am__post_remove_distdir)
733
734 dist-zstd: distdir
735 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
722736 $(am__post_remove_distdir)
723737
724738 dist-tarZ: distdir
732746 @echo WARNING: "Support for shar distribution archives is" \
733747 "deprecated." >&2
734748 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
735 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
749 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
736750 $(am__post_remove_distdir)
737751
738752 dist-zip: distdir
750764 distcheck: dist
751765 case '$(DIST_ARCHIVES)' in \
752766 *.tar.gz*) \
753 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
767 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
754768 *.tar.bz2*) \
755769 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
756770 *.tar.lz*) \
760774 *.tar.Z*) \
761775 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
762776 *.shar.gz*) \
763 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
777 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
764778 *.zip*) \
765779 unzip $(distdir).zip ;;\
780 *.tar.zst*) \
781 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
766782 esac
767783 chmod -R a-w $(distdir)
768784 chmod u+w $(distdir)
778794 $(DISTCHECK_CONFIGURE_FLAGS) \
779795 --srcdir=../.. --prefix="$$dc_install_base" \
780796 && $(MAKE) $(AM_MAKEFLAGS) \
781 && $(MAKE) $(AM_MAKEFLAGS) dvi \
797 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
782798 && $(MAKE) $(AM_MAKEFLAGS) check \
783799 && $(MAKE) $(AM_MAKEFLAGS) install \
784800 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
873889
874890 distclean: distclean-recursive
875891 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
876 -rm -rf ./$(DEPDIR)
892 -rm -f ./$(DEPDIR)/gol-gol.Po
877893 -rm -f Makefile
878894 distclean-am: clean-am distclean-compile distclean-generic \
879895 distclean-libtool distclean-tags
921937 maintainer-clean: maintainer-clean-recursive
922938 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
923939 -rm -rf $(top_srcdir)/autom4te.cache
924 -rm -rf ./$(DEPDIR)
940 -rm -f ./$(DEPDIR)/gol-gol.Po
925941 -rm -f Makefile
926942 maintainer-clean-am: distclean-am maintainer-clean-generic
927943
943959 .MAKE: $(am__recursive_targets) install-am install-strip
944960
945961 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
946 am--refresh check check-am clean clean-binPROGRAMS \
947 clean-cscope clean-generic clean-libtool cscope cscopelist-am \
948 ctags ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
949 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
950 distclean-compile distclean-generic distclean-libtool \
951 distclean-tags distcleancheck distdir distuninstallcheck dvi \
952 dvi-am html html-am info info-am install install-am \
953 install-binPROGRAMS install-data install-data-am \
954 install-data-local install-dvi install-dvi-am install-exec \
955 install-exec-am install-html install-html-am install-info \
956 install-info-am install-man install-pdf install-pdf-am \
957 install-ps install-ps-am install-strip installcheck \
958 installcheck-am installdirs installdirs-am maintainer-clean \
959 maintainer-clean-generic mostlyclean mostlyclean-compile \
960 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
961 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
962 uninstall-local
962 am--depfiles am--refresh check check-am clean \
963 clean-binPROGRAMS clean-cscope clean-generic clean-libtool \
964 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
965 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
966 dist-zstd distcheck distclean distclean-compile \
967 distclean-generic distclean-libtool distclean-tags \
968 distcleancheck distdir distuninstallcheck dvi dvi-am html \
969 html-am info info-am install install-am install-binPROGRAMS \
970 install-data install-data-am install-data-local install-dvi \
971 install-dvi-am install-exec install-exec-am install-html \
972 install-html-am install-info install-info-am install-man \
973 install-pdf install-pdf-am install-ps install-ps-am \
974 install-strip installcheck installcheck-am installdirs \
975 installdirs-am maintainer-clean maintainer-clean-generic \
976 mostlyclean mostlyclean-compile mostlyclean-generic \
977 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
978 uninstall-am uninstall-binPROGRAMS uninstall-local
963979
964980 .PRECIOUS: Makefile
965981
1515 * gtk+-2.0
1616 * sqlite3
1717 * dbus-glib-1
18 * libxml2
19 * libcurl4
1820
1921 If you are developer, then type following.
2022
0 # generated automatically by aclocal 1.15 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
0 # generated automatically by aclocal 1.16.5 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
33
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
1313 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
1414 m4_ifndef([AC_AUTOCONF_VERSION],
1515 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
17 [m4_warning([this file was generated for autoconf 2.69.
16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
17 [m4_warning([this file was generated for autoconf 2.71.
1818 You have another version of autoconf. It may work, but is not guaranteed to.
1919 If you have problems, you may need to regenerate the build system entirely.
2020 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
2121
22 dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
23 dnl serial 11 (pkg-config-0.29.1)
24 dnl
22 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
23 # serial 12 (pkg-config-0.29.2)
24
2525 dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
2626 dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
2727 dnl
6262 dnl See the "Since" comment for each macro you use to see what version
6363 dnl of the macros you require.
6464 m4_defun([PKG_PREREQ],
65 [m4_define([PKG_MACROS_VERSION], [0.29.1])
65 [m4_define([PKG_MACROS_VERSION], [0.29.2])
6666 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
6767 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
6868 ])dnl PKG_PREREQ
163163 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
164164
165165 pkg_failed=no
166 AC_MSG_CHECKING([for $1])
166 AC_MSG_CHECKING([for $2])
167167
168168 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
169169 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
173173 See the pkg-config man page for more details.])
174174
175175 if test $pkg_failed = yes; then
176 AC_MSG_RESULT([no])
176 AC_MSG_RESULT([no])
177177 _PKG_SHORT_ERRORS_SUPPORTED
178178 if test $_pkg_short_errors_supported = yes; then
179179 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
180 else
180 else
181181 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
182182 fi
183183 # Put the nasty error message in config.log where it belongs
194194 _PKG_TEXT])[]dnl
195195 ])
196196 elif test $pkg_failed = untried; then
197 AC_MSG_RESULT([no])
197 AC_MSG_RESULT([no])
198198 m4_default([$4], [AC_MSG_FAILURE(
199199 [The pkg-config script could not be found or is too old. Make sure it
200200 is in your PATH or set the PKG_CONFIG environment variable to the full
295295 AS_VAR_IF([$1], [""], [$5], [$4])dnl
296296 ])dnl PKG_CHECK_VAR
297297
298 # Copyright (C) 2002-2014 Free Software Foundation, Inc.
298 # Copyright (C) 2002-2021 Free Software Foundation, Inc.
299299 #
300300 # This file is free software; the Free Software Foundation
301301 # gives unlimited permission to copy and/or distribute it,
307307 # generated from the m4 files accompanying Automake X.Y.
308308 # (This private macro should not be called outside this file.)
309309 AC_DEFUN([AM_AUTOMAKE_VERSION],
310 [am__api_version='1.15'
310 [am__api_version='1.16'
311311 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
312312 dnl require some minimum version. Point them to the right macro.
313 m4_if([$1], [1.15], [],
313 m4_if([$1], [1.16.5], [],
314314 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
315315 ])
316316
326326 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
327327 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
328328 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
329 [AM_AUTOMAKE_VERSION([1.15])dnl
329 [AM_AUTOMAKE_VERSION([1.16.5])dnl
330330 m4_ifndef([AC_AUTOCONF_VERSION],
331331 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
332332 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
333333
334334 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
335335
336 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
336 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
337337 #
338338 # This file is free software; the Free Software Foundation
339339 # gives unlimited permission to copy and/or distribute it,
385385
386386 # AM_CONDITIONAL -*- Autoconf -*-
387387
388 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
388 # Copyright (C) 1997-2021 Free Software Foundation, Inc.
389389 #
390390 # This file is free software; the Free Software Foundation
391391 # gives unlimited permission to copy and/or distribute it,
416416 Usually this means the macro was only invoked conditionally.]])
417417 fi])])
418418
419 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
419 # Copyright (C) 1999-2021 Free Software Foundation, Inc.
420420 #
421421 # This file is free software; the Free Software Foundation
422422 # gives unlimited permission to copy and/or distribute it,
607607
608608 # Generate code to set up dependency tracking. -*- Autoconf -*-
609609
610 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
611 #
612 # This file is free software; the Free Software Foundation
613 # gives unlimited permission to copy and/or distribute it,
614 # with or without modifications, as long as this notice is preserved.
615
610 # Copyright (C) 1999-2021 Free Software Foundation, Inc.
611 #
612 # This file is free software; the Free Software Foundation
613 # gives unlimited permission to copy and/or distribute it,
614 # with or without modifications, as long as this notice is preserved.
616615
617616 # _AM_OUTPUT_DEPENDENCY_COMMANDS
618617 # ------------------------------
621620 # Older Autoconf quotes --file arguments for eval, but not when files
622621 # are listed without --file. Let's play safe and only enable the eval
623622 # if we detect the quoting.
624 case $CONFIG_FILES in
625 *\'*) eval set x "$CONFIG_FILES" ;;
626 *) set x $CONFIG_FILES ;;
627 esac
623 # TODO: see whether this extra hack can be removed once we start
624 # requiring Autoconf 2.70 or later.
625 AS_CASE([$CONFIG_FILES],
626 [*\'*], [eval set x "$CONFIG_FILES"],
627 [*], [set x $CONFIG_FILES])
628628 shift
629 for mf
629 # Used to flag and report bootstrapping failures.
630 am_rc=0
631 for am_mf
630632 do
631633 # Strip MF so we end up with the name of the file.
632 mf=`echo "$mf" | sed -e 's/:.*$//'`
633 # Check whether this is an Automake generated Makefile or not.
634 # We used to match only the files named 'Makefile.in', but
635 # some people rename them; so instead we look at the file content.
636 # Grep'ing the first line is not enough: some people post-process
637 # each Makefile.in and add a new line on top of each file to say so.
638 # Grep'ing the whole file is not good either: AIX grep has a line
634 am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
635 # Check whether this is an Automake generated Makefile which includes
636 # dependency-tracking related rules and includes.
637 # Grep'ing the whole file directly is not great: AIX grep has a line
639638 # limit of 2048, but all sed's we know have understand at least 4000.
640 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
641 dirpart=`AS_DIRNAME("$mf")`
642 else
643 continue
644 fi
645 # Extract the definition of DEPDIR, am__include, and am__quote
646 # from the Makefile without running 'make'.
647 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
648 test -z "$DEPDIR" && continue
649 am__include=`sed -n 's/^am__include = //p' < "$mf"`
650 test -z "$am__include" && continue
651 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
652 # Find all dependency output files, they are included files with
653 # $(DEPDIR) in their names. We invoke sed twice because it is the
654 # simplest approach to changing $(DEPDIR) to its actual value in the
655 # expansion.
656 for file in `sed -n "
657 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
658 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
659 # Make sure the directory exists.
660 test -f "$dirpart/$file" && continue
661 fdir=`AS_DIRNAME(["$file"])`
662 AS_MKDIR_P([$dirpart/$fdir])
663 # echo "creating $dirpart/$file"
664 echo '# dummy' > "$dirpart/$file"
665 done
639 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
640 || continue
641 am_dirpart=`AS_DIRNAME(["$am_mf"])`
642 am_filepart=`AS_BASENAME(["$am_mf"])`
643 AM_RUN_LOG([cd "$am_dirpart" \
644 && sed -e '/# am--include-marker/d' "$am_filepart" \
645 | $MAKE -f - am--depfiles]) || am_rc=$?
666646 done
647 if test $am_rc -ne 0; then
648 AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
649 for automatic dependency tracking. If GNU make was not used, consider
650 re-running the configure script with MAKE="gmake" (or whatever is
651 necessary). You can also try re-running configure with the
652 '--disable-dependency-tracking' option to at least be able to build
653 the package (albeit without support for automatic dependency tracking).])
654 fi
655 AS_UNSET([am_dirpart])
656 AS_UNSET([am_filepart])
657 AS_UNSET([am_mf])
658 AS_UNSET([am_rc])
659 rm -f conftest-deps.mk
667660 }
668661 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
669662
672665 # -----------------------------
673666 # This macro should only be invoked once -- use via AC_REQUIRE.
674667 #
675 # This code is only required when automatic dependency tracking
676 # is enabled. FIXME. This creates each '.P' file that we will
677 # need in order to bootstrap the dependency handling code.
668 # This code is only required when automatic dependency tracking is enabled.
669 # This creates each '.Po' and '.Plo' makefile fragment that we'll need in
670 # order to bootstrap the dependency handling code.
678671 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
679672 [AC_CONFIG_COMMANDS([depfiles],
680673 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
681 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
682 ])
674 [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
683675
684676 # Do all the work for Automake. -*- Autoconf -*-
685677
686 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
678 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
687679 #
688680 # This file is free software; the Free Software Foundation
689681 # gives unlimited permission to copy and/or distribute it,
711703 # release and drop the old call support.
712704 AC_DEFUN([AM_INIT_AUTOMAKE],
713705 [AC_PREREQ([2.65])dnl
706 m4_ifdef([_$0_ALREADY_INIT],
707 [m4_fatal([$0 expanded multiple times
708 ]m4_defn([_$0_ALREADY_INIT]))],
709 [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl
714710 dnl Autoconf wants to disallow AM_ names. We explicitly allow
715711 dnl the ones we care about.
716712 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
747743 [_AM_SET_OPTIONS([$1])dnl
748744 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
749745 m4_if(
750 m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
746 m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]),
751747 [ok:ok],,
752748 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
753749 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
770766 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
771767 # For better backward compatibility. To be removed once Automake 1.9.x
772768 # dies out for good. For more background, see:
773 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
774 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
769 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
770 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
775771 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
776772 # We need awk for the "check" target (and possibly the TAP driver). The
777773 # system "awk" is bad on some platforms.
799795 [m4_define([AC_PROG_OBJCXX],
800796 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
801797 ])
798 # Variables for tags utilities; see am/tags.am
799 if test -z "$CTAGS"; then
800 CTAGS=ctags
801 fi
802 AC_SUBST([CTAGS])
803 if test -z "$ETAGS"; then
804 ETAGS=etags
805 fi
806 AC_SUBST([ETAGS])
807 if test -z "$CSCOPE"; then
808 CSCOPE=cscope
809 fi
810 AC_SUBST([CSCOPE])
811
802812 AC_REQUIRE([AM_SILENT_RULES])dnl
803813 dnl The testsuite driver may need to know about EXEEXT, so add the
804814 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
838848 Aborting the configuration process, to ensure you take notice of the issue.
839849
840850 You can download and install GNU coreutils to get an 'rm' implementation
841 that behaves properly: <http://www.gnu.org/software/coreutils/>.
851 that behaves properly: <https://www.gnu.org/software/coreutils/>.
842852
843853 If you want to complete the configuration process using your problematic
844854 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
880890 done
881891 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
882892
883 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
893 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
884894 #
885895 # This file is free software; the Free Software Foundation
886896 # gives unlimited permission to copy and/or distribute it,
901911 fi
902912 AC_SUBST([install_sh])])
903913
904 # Copyright (C) 2003-2014 Free Software Foundation, Inc.
914 # Copyright (C) 2003-2021 Free Software Foundation, Inc.
905915 #
906916 # This file is free software; the Free Software Foundation
907917 # gives unlimited permission to copy and/or distribute it,
922932
923933 # Check to see how 'make' treats includes. -*- Autoconf -*-
924934
925 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
935 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
926936 #
927937 # This file is free software; the Free Software Foundation
928938 # gives unlimited permission to copy and/or distribute it,
930940
931941 # AM_MAKE_INCLUDE()
932942 # -----------------
933 # Check to see how make treats includes.
943 # Check whether make has an 'include' directive that can support all
944 # the idioms we need for our automatic dependency tracking code.
934945 AC_DEFUN([AM_MAKE_INCLUDE],
935 [am_make=${MAKE-make}
936 cat > confinc << 'END'
946 [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive])
947 cat > confinc.mk << 'END'
937948 am__doit:
938 @echo this is the am__doit target
949 @echo this is the am__doit target >confinc.out
939950 .PHONY: am__doit
940951 END
941 # If we don't find an include directive, just comment out the code.
942 AC_MSG_CHECKING([for style of include used by $am_make])
943952 am__include="#"
944953 am__quote=
945 _am_result=none
946 # First try GNU make style include.
947 echo "include confinc" > confmf
948 # Ignore all kinds of additional output from 'make'.
949 case `$am_make -s -f confmf 2> /dev/null` in #(
950 *the\ am__doit\ target*)
951 am__include=include
952 am__quote=
953 _am_result=GNU
954 ;;
955 esac
956 # Now try BSD make style include.
957 if test "$am__include" = "#"; then
958 echo '.include "confinc"' > confmf
959 case `$am_make -s -f confmf 2> /dev/null` in #(
960 *the\ am__doit\ target*)
961 am__include=.include
962 am__quote="\""
963 _am_result=BSD
964 ;;
965 esac
966 fi
967 AC_SUBST([am__include])
968 AC_SUBST([am__quote])
969 AC_MSG_RESULT([$_am_result])
970 rm -f confinc confmf
971 ])
954 # BSD make does it like this.
955 echo '.include "confinc.mk" # ignored' > confmf.BSD
956 # Other make implementations (GNU, Solaris 10, AIX) do it like this.
957 echo 'include confinc.mk # ignored' > confmf.GNU
958 _am_result=no
959 for s in GNU BSD; do
960 AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
961 AS_CASE([$?:`cat confinc.out 2>/dev/null`],
962 ['0:this is the am__doit target'],
963 [AS_CASE([$s],
964 [BSD], [am__include='.include' am__quote='"'],
965 [am__include='include' am__quote=''])])
966 if test "$am__include" != "#"; then
967 _am_result="yes ($s style)"
968 break
969 fi
970 done
971 rm -f confinc.* confmf.*
972 AC_MSG_RESULT([${_am_result}])
973 AC_SUBST([am__include])])
974 AC_SUBST([am__quote])])
972975
973976 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
974977
975 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
978 # Copyright (C) 1997-2021 Free Software Foundation, Inc.
976979 #
977980 # This file is free software; the Free Software Foundation
978981 # gives unlimited permission to copy and/or distribute it,
993996 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
994997 AC_REQUIRE_AUX_FILE([missing])dnl
995998 if test x"${MISSING+set}" != xset; then
996 case $am_aux_dir in
997 *\ * | *\ *)
998 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
999 *)
1000 MISSING="\${SHELL} $am_aux_dir/missing" ;;
1001 esac
999 MISSING="\${SHELL} '$am_aux_dir/missing'"
10021000 fi
10031001 # Use eval to expand $SHELL
10041002 if eval "$MISSING --is-lightweight"; then
10111009
10121010 # Helper functions for option handling. -*- Autoconf -*-
10131011
1014 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
1012 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
10151013 #
10161014 # This file is free software; the Free Software Foundation
10171015 # gives unlimited permission to copy and/or distribute it,
10401038 AC_DEFUN([_AM_IF_OPTION],
10411039 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
10421040
1043 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
1041 # Copyright (C) 1999-2021 Free Software Foundation, Inc.
10441042 #
10451043 # This file is free software; the Free Software Foundation
10461044 # gives unlimited permission to copy and/or distribute it,
10871085 # For backward compatibility.
10881086 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
10891087
1090 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
1088 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
10911089 #
10921090 # This file is free software; the Free Software Foundation
10931091 # gives unlimited permission to copy and/or distribute it,
11061104
11071105 # Check to make sure that the build environment is sane. -*- Autoconf -*-
11081106
1109 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
1107 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
11101108 #
11111109 # This file is free software; the Free Software Foundation
11121110 # gives unlimited permission to copy and/or distribute it,
11871185 rm -f conftest.file
11881186 ])
11891187
1190 # Copyright (C) 2009-2014 Free Software Foundation, Inc.
1188 # Copyright (C) 2009-2021 Free Software Foundation, Inc.
11911189 #
11921190 # This file is free software; the Free Software Foundation
11931191 # gives unlimited permission to copy and/or distribute it,
12471245 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
12481246 ])
12491247
1250 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
1248 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
12511249 #
12521250 # This file is free software; the Free Software Foundation
12531251 # gives unlimited permission to copy and/or distribute it,
12751273 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
12761274 AC_SUBST([INSTALL_STRIP_PROGRAM])])
12771275
1278 # Copyright (C) 2006-2014 Free Software Foundation, Inc.
1276 # Copyright (C) 2006-2021 Free Software Foundation, Inc.
12791277 #
12801278 # This file is free software; the Free Software Foundation
12811279 # gives unlimited permission to copy and/or distribute it,
12941292
12951293 # Check how to create a tarball. -*- Autoconf -*-
12961294
1297 # Copyright (C) 2004-2014 Free Software Foundation, Inc.
1295 # Copyright (C) 2004-2021 Free Software Foundation, Inc.
12981296 #
12991297 # This file is free software; the Free Software Foundation
13001298 # gives unlimited permission to copy and/or distribute it,
00 #! /bin/sh
11 # Wrapper for compilers which do not understand '-c -o'.
22
3 scriptversion=2012-10-14.11; # UTC
4
5 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
3 scriptversion=2018-03-07.03; # UTC
4
5 # Copyright (C) 1999-2021 Free Software Foundation, Inc.
66 # Written by Tom Tromey <tromey@cygnus.com>.
77 #
88 # This program is free software; you can redistribute it and/or modify
1616 # GNU General Public License for more details.
1717 #
1818 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 # along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
2121 # As a special exception to the GNU General Public License, if you
2222 # distribute this file as part of a program that contains a
5252 MINGW*)
5353 file_conv=mingw
5454 ;;
55 CYGWIN*)
55 CYGWIN* | MSYS*)
5656 file_conv=cygwin
5757 ;;
5858 *)
6666 mingw/*)
6767 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
6868 ;;
69 cygwin/*)
69 cygwin/* | msys/*)
7070 file=`cygpath -m "$file" || echo "$file"`
7171 ;;
7272 wine/*)
254254 echo "compile $scriptversion"
255255 exit $?
256256 ;;
257 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
257 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
258 icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
258259 func_cl_wrapper "$@" # Doesn't return...
259260 ;;
260261 esac
338339 # Local Variables:
339340 # mode: shell-script
340341 # sh-indentation: 2
341 # eval: (add-hook 'write-file-hooks 'time-stamp)
342 # eval: (add-hook 'before-save-hook 'time-stamp)
342343 # time-stamp-start: "scriptversion="
343344 # time-stamp-format: "%:y-%02m-%02d.%02H"
344 # time-stamp-time-zone: "UTC"
345 # time-stamp-time-zone: "UTC0"
345346 # time-stamp-end: "; # UTC"
346347 # End:
00 #! /bin/sh
11 # Attempt to guess a canonical system name.
2 # Copyright 1992-2015 Free Software Foundation, Inc.
3
4 timestamp='2015-08-20'
2 # Copyright 1992-2018 Free Software Foundation, Inc.
3
4 timestamp='2018-02-24'
55
66 # This file is free software; you can redistribute it and/or modify it
77 # under the terms of the GNU General Public License as published by
1414 # General Public License for more details.
1515 #
1616 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, see <http://www.gnu.org/licenses/>.
17 # along with this program; if not, see <https://www.gnu.org/licenses/>.
1818 #
1919 # As a special exception to the GNU General Public License, if you
2020 # distribute this file as part of a program that contains a
2626 # Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
2727 #
2828 # You can get the latest version of this script from:
29 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
29 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
3030 #
3131 # Please send patches to <config-patches@gnu.org>.
3232
3838
3939 Output the configuration name of the system \`$me' is run on.
4040
41 Operation modes:
41 Options:
4242 -h, --help print this help, then exit
4343 -t, --time-stamp print date of last modification, then exit
4444 -v, --version print version number, then exit
4949 GNU config.guess ($timestamp)
5050
5151 Originally written by Per Bothner.
52 Copyright 1992-2015 Free Software Foundation, Inc.
52 Copyright 1992-2018 Free Software Foundation, Inc.
5353
5454 This is free software; see the source for copying conditions. There is NO
5555 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
106106 dummy=$tmp/dummy ;
107107 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
108108 case $CC_FOR_BUILD,$HOST_CC,$CC in
109 ,,) echo "int x;" > $dummy.c ;
109 ,,) echo "int x;" > "$dummy.c" ;
110110 for c in cc gcc c89 c99 ; do
111 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
111 if ($c -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then
112112 CC_FOR_BUILD="$c"; break ;
113113 fi ;
114114 done ;
131131 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
132132 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
133133
134 case "${UNAME_SYSTEM}" in
134 case "$UNAME_SYSTEM" in
135135 Linux|GNU|GNU/*)
136136 # If the system lacks a compiler, then just pick glibc.
137137 # We could probably try harder.
138138 LIBC=gnu
139139
140 eval $set_cc_for_build
141 cat <<-EOF > $dummy.c
140 eval "$set_cc_for_build"
141 cat <<-EOF > "$dummy.c"
142142 #include <features.h>
143143 #if defined(__UCLIBC__)
144144 LIBC=uclibc
148148 LIBC=gnu
149149 #endif
150150 EOF
151 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
151 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
152
153 # If ldd exists, use it to detect musl libc.
154 if command -v ldd >/dev/null && \
155 ldd --version 2>&1 | grep -q ^musl
156 then
157 LIBC=musl
158 fi
152159 ;;
153160 esac
154161
155162 # Note: order is significant - the case branches are not exclusive.
156163
157 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
164 case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in
158165 *:NetBSD:*:*)
159166 # NetBSD (nbsd) targets should (where applicable) match one or
160167 # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
168175 # portion of the name. We always set it to "unknown".
169176 sysctl="sysctl -n hw.machine_arch"
170177 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
171 /sbin/$sysctl 2>/dev/null || \
172 /usr/sbin/$sysctl 2>/dev/null || \
178 "/sbin/$sysctl" 2>/dev/null || \
179 "/usr/sbin/$sysctl" 2>/dev/null || \
173180 echo unknown)`
174 case "${UNAME_MACHINE_ARCH}" in
181 case "$UNAME_MACHINE_ARCH" in
175182 armeb) machine=armeb-unknown ;;
176183 arm*) machine=arm-unknown ;;
177184 sh3el) machine=shl-unknown ;;
178185 sh3eb) machine=sh-unknown ;;
179186 sh5el) machine=sh5le-unknown ;;
180187 earmv*)
181 arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
182 endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
183 machine=${arch}${endian}-unknown
188 arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
189 endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
190 machine="${arch}${endian}"-unknown
184191 ;;
185 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
192 *) machine="$UNAME_MACHINE_ARCH"-unknown ;;
186193 esac
187194 # The Operating System including object format, if it has switched
188 # to ELF recently, or will in the future.
189 case "${UNAME_MACHINE_ARCH}" in
190 arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax)
191 eval $set_cc_for_build
195 # to ELF recently (or will in the future) and ABI.
196 case "$UNAME_MACHINE_ARCH" in
197 earm*)
198 os=netbsdelf
199 ;;
200 arm*|i386|m68k|ns32k|sh3*|sparc|vax)
201 eval "$set_cc_for_build"
192202 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
193203 | grep -q __ELF__
194204 then
204214 ;;
205215 esac
206216 # Determine ABI tags.
207 case "${UNAME_MACHINE_ARCH}" in
217 case "$UNAME_MACHINE_ARCH" in
208218 earm*)
209219 expr='s/^earmv[0-9]/-eabi/;s/eb$//'
210 abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
220 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
211221 ;;
212222 esac
213223 # The OS release
215225 # thus, need a distinct triplet. However, they do not need
216226 # kernel version information, so it can be replaced with a
217227 # suitable tag, in the style of linux-gnu.
218 case "${UNAME_VERSION}" in
228 case "$UNAME_VERSION" in
219229 Debian*)
220230 release='-gnu'
221231 ;;
222232 *)
223 release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
233 release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
224234 ;;
225235 esac
226236 # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
227237 # contains redundant information, the shorter form:
228238 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
229 echo "${machine}-${os}${release}${abi}"
239 echo "$machine-${os}${release}${abi}"
230240 exit ;;
231241 *:Bitrig:*:*)
232242 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
233 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
243 echo "$UNAME_MACHINE_ARCH"-unknown-bitrig"$UNAME_RELEASE"
234244 exit ;;
235245 *:OpenBSD:*:*)
236246 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
237 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
247 echo "$UNAME_MACHINE_ARCH"-unknown-openbsd"$UNAME_RELEASE"
248 exit ;;
249 *:LibertyBSD:*:*)
250 UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'`
251 echo "$UNAME_MACHINE_ARCH"-unknown-libertybsd"$UNAME_RELEASE"
252 exit ;;
253 *:MidnightBSD:*:*)
254 echo "$UNAME_MACHINE"-unknown-midnightbsd"$UNAME_RELEASE"
238255 exit ;;
239256 *:ekkoBSD:*:*)
240 echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
257 echo "$UNAME_MACHINE"-unknown-ekkobsd"$UNAME_RELEASE"
241258 exit ;;
242259 *:SolidBSD:*:*)
243 echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
260 echo "$UNAME_MACHINE"-unknown-solidbsd"$UNAME_RELEASE"
244261 exit ;;
245262 macppc:MirBSD:*:*)
246 echo powerpc-unknown-mirbsd${UNAME_RELEASE}
263 echo powerpc-unknown-mirbsd"$UNAME_RELEASE"
247264 exit ;;
248265 *:MirBSD:*:*)
249 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
266 echo "$UNAME_MACHINE"-unknown-mirbsd"$UNAME_RELEASE"
250267 exit ;;
251268 *:Sortix:*:*)
252 echo ${UNAME_MACHINE}-unknown-sortix
253 exit ;;
269 echo "$UNAME_MACHINE"-unknown-sortix
270 exit ;;
271 *:Redox:*:*)
272 echo "$UNAME_MACHINE"-unknown-redox
273 exit ;;
274 mips:OSF1:*.*)
275 echo mips-dec-osf1
276 exit ;;
254277 alpha:OSF1:*:*)
255278 case $UNAME_RELEASE in
256279 *4.0)
267290 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
268291 case "$ALPHA_CPU_TYPE" in
269292 "EV4 (21064)")
270 UNAME_MACHINE="alpha" ;;
293 UNAME_MACHINE=alpha ;;
271294 "EV4.5 (21064)")
272 UNAME_MACHINE="alpha" ;;
295 UNAME_MACHINE=alpha ;;
273296 "LCA4 (21066/21068)")
274 UNAME_MACHINE="alpha" ;;
297 UNAME_MACHINE=alpha ;;
275298 "EV5 (21164)")
276 UNAME_MACHINE="alphaev5" ;;
299 UNAME_MACHINE=alphaev5 ;;
277300 "EV5.6 (21164A)")
278 UNAME_MACHINE="alphaev56" ;;
301 UNAME_MACHINE=alphaev56 ;;
279302 "EV5.6 (21164PC)")
280 UNAME_MACHINE="alphapca56" ;;
303 UNAME_MACHINE=alphapca56 ;;
281304 "EV5.7 (21164PC)")
282 UNAME_MACHINE="alphapca57" ;;
305 UNAME_MACHINE=alphapca57 ;;
283306 "EV6 (21264)")
284 UNAME_MACHINE="alphaev6" ;;
307 UNAME_MACHINE=alphaev6 ;;
285308 "EV6.7 (21264A)")
286 UNAME_MACHINE="alphaev67" ;;
309 UNAME_MACHINE=alphaev67 ;;
287310 "EV6.8CB (21264C)")
288 UNAME_MACHINE="alphaev68" ;;
311 UNAME_MACHINE=alphaev68 ;;
289312 "EV6.8AL (21264B)")
290 UNAME_MACHINE="alphaev68" ;;
313 UNAME_MACHINE=alphaev68 ;;
291314 "EV6.8CX (21264D)")
292 UNAME_MACHINE="alphaev68" ;;
315 UNAME_MACHINE=alphaev68 ;;
293316 "EV6.9A (21264/EV69A)")
294 UNAME_MACHINE="alphaev69" ;;
317 UNAME_MACHINE=alphaev69 ;;
295318 "EV7 (21364)")
296 UNAME_MACHINE="alphaev7" ;;
319 UNAME_MACHINE=alphaev7 ;;
297320 "EV7.9 (21364A)")
298 UNAME_MACHINE="alphaev79" ;;
321 UNAME_MACHINE=alphaev79 ;;
299322 esac
300323 # A Pn.n version is a patched version.
301324 # A Vn.n version is a released version.
302325 # A Tn.n version is a released field test version.
303326 # A Xn.n version is an unreleased experimental baselevel.
304327 # 1.2 uses "1.2" for uname -r.
305 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
328 echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
306329 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
307330 exitcode=$?
308331 trap '' 0
309332 exit $exitcode ;;
310 Alpha\ *:Windows_NT*:*)
311 # How do we know it's Interix rather than the generic POSIX subsystem?
312 # Should we change UNAME_MACHINE based on the output of uname instead
313 # of the specific Alpha model?
314 echo alpha-pc-interix
315 exit ;;
316 21064:Windows_NT:50:3)
317 echo alpha-dec-winnt3.5
318 exit ;;
319333 Amiga*:UNIX_System_V:4.0:*)
320334 echo m68k-unknown-sysv4
321335 exit ;;
322336 *:[Aa]miga[Oo][Ss]:*:*)
323 echo ${UNAME_MACHINE}-unknown-amigaos
337 echo "$UNAME_MACHINE"-unknown-amigaos
324338 exit ;;
325339 *:[Mm]orph[Oo][Ss]:*:*)
326 echo ${UNAME_MACHINE}-unknown-morphos
340 echo "$UNAME_MACHINE"-unknown-morphos
327341 exit ;;
328342 *:OS/390:*:*)
329343 echo i370-ibm-openedition
335349 echo powerpc-ibm-os400
336350 exit ;;
337351 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
338 echo arm-acorn-riscix${UNAME_RELEASE}
352 echo arm-acorn-riscix"$UNAME_RELEASE"
339353 exit ;;
340354 arm*:riscos:*:*|arm*:RISCOS:*:*)
341355 echo arm-unknown-riscos
362376 sparc) echo sparc-icl-nx7; exit ;;
363377 esac ;;
364378 s390x:SunOS:*:*)
365 echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
379 echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
366380 exit ;;
367381 sun4H:SunOS:5.*:*)
368 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
382 echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
369383 exit ;;
370384 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
371 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
385 echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
372386 exit ;;
373387 i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
374 echo i386-pc-auroraux${UNAME_RELEASE}
388 echo i386-pc-auroraux"$UNAME_RELEASE"
375389 exit ;;
376390 i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
377 eval $set_cc_for_build
378 SUN_ARCH="i386"
391 eval "$set_cc_for_build"
392 SUN_ARCH=i386
379393 # If there is a compiler, see if it is configured for 64-bit objects.
380394 # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
381395 # This test works for both compilers.
382 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
396 if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
383397 if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
384 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
398 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
385399 grep IS_64BIT_ARCH >/dev/null
386400 then
387 SUN_ARCH="x86_64"
401 SUN_ARCH=x86_64
388402 fi
389403 fi
390 echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
404 echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
391405 exit ;;
392406 sun4*:SunOS:6*:*)
393407 # According to config.sub, this is the proper way to canonicalize
394408 # SunOS6. Hard to guess exactly what SunOS6 will be like, but
395409 # it's likely to be more like Solaris than SunOS4.
396 echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
410 echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
397411 exit ;;
398412 sun4*:SunOS:*:*)
399413 case "`/usr/bin/arch -k`" in
402416 ;;
403417 esac
404418 # Japanese Language versions have a version number like `4.1.3-JL'.
405 echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
419 echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
406420 exit ;;
407421 sun3*:SunOS:*:*)
408 echo m68k-sun-sunos${UNAME_RELEASE}
422 echo m68k-sun-sunos"$UNAME_RELEASE"
409423 exit ;;
410424 sun*:*:4.2BSD:*)
411425 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
412 test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
426 test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
413427 case "`/bin/arch`" in
414428 sun3)
415 echo m68k-sun-sunos${UNAME_RELEASE}
429 echo m68k-sun-sunos"$UNAME_RELEASE"
416430 ;;
417431 sun4)
418 echo sparc-sun-sunos${UNAME_RELEASE}
432 echo sparc-sun-sunos"$UNAME_RELEASE"
419433 ;;
420434 esac
421435 exit ;;
422436 aushp:SunOS:*:*)
423 echo sparc-auspex-sunos${UNAME_RELEASE}
437 echo sparc-auspex-sunos"$UNAME_RELEASE"
424438 exit ;;
425439 # The situation for MiNT is a little confusing. The machine name
426440 # can be virtually everything (everything which is not
431445 # MiNT. But MiNT is downward compatible to TOS, so this should
432446 # be no problem.
433447 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
434 echo m68k-atari-mint${UNAME_RELEASE}
448 echo m68k-atari-mint"$UNAME_RELEASE"
435449 exit ;;
436450 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
437 echo m68k-atari-mint${UNAME_RELEASE}
451 echo m68k-atari-mint"$UNAME_RELEASE"
438452 exit ;;
439453 *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
440 echo m68k-atari-mint${UNAME_RELEASE}
454 echo m68k-atari-mint"$UNAME_RELEASE"
441455 exit ;;
442456 milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
443 echo m68k-milan-mint${UNAME_RELEASE}
457 echo m68k-milan-mint"$UNAME_RELEASE"
444458 exit ;;
445459 hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
446 echo m68k-hades-mint${UNAME_RELEASE}
460 echo m68k-hades-mint"$UNAME_RELEASE"
447461 exit ;;
448462 *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
449 echo m68k-unknown-mint${UNAME_RELEASE}
463 echo m68k-unknown-mint"$UNAME_RELEASE"
450464 exit ;;
451465 m68k:machten:*:*)
452 echo m68k-apple-machten${UNAME_RELEASE}
466 echo m68k-apple-machten"$UNAME_RELEASE"
453467 exit ;;
454468 powerpc:machten:*:*)
455 echo powerpc-apple-machten${UNAME_RELEASE}
469 echo powerpc-apple-machten"$UNAME_RELEASE"
456470 exit ;;
457471 RISC*:Mach:*:*)
458472 echo mips-dec-mach_bsd4.3
459473 exit ;;
460474 RISC*:ULTRIX:*:*)
461 echo mips-dec-ultrix${UNAME_RELEASE}
475 echo mips-dec-ultrix"$UNAME_RELEASE"
462476 exit ;;
463477 VAX*:ULTRIX*:*:*)
464 echo vax-dec-ultrix${UNAME_RELEASE}
478 echo vax-dec-ultrix"$UNAME_RELEASE"
465479 exit ;;
466480 2020:CLIX:*:* | 2430:CLIX:*:*)
467 echo clipper-intergraph-clix${UNAME_RELEASE}
481 echo clipper-intergraph-clix"$UNAME_RELEASE"
468482 exit ;;
469483 mips:*:*:UMIPS | mips:*:*:RISCos)
470 eval $set_cc_for_build
471 sed 's/^ //' << EOF >$dummy.c
484 eval "$set_cc_for_build"
485 sed 's/^ //' << EOF > "$dummy.c"
472486 #ifdef __cplusplus
473487 #include <stdio.h> /* for printf() prototype */
474488 int main (int argc, char *argv[]) {
477491 #endif
478492 #if defined (host_mips) && defined (MIPSEB)
479493 #if defined (SYSTYPE_SYSV)
480 printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
494 printf ("mips-mips-riscos%ssysv\\n", argv[1]); exit (0);
481495 #endif
482496 #if defined (SYSTYPE_SVR4)
483 printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
497 printf ("mips-mips-riscos%ssvr4\\n", argv[1]); exit (0);
484498 #endif
485499 #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
486 printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
500 printf ("mips-mips-riscos%sbsd\\n", argv[1]); exit (0);
487501 #endif
488502 #endif
489503 exit (-1);
490504 }
491505 EOF
492 $CC_FOR_BUILD -o $dummy $dummy.c &&
493 dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
494 SYSTEM_NAME=`$dummy $dummyarg` &&
506 $CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
507 dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
508 SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
495509 { echo "$SYSTEM_NAME"; exit; }
496 echo mips-mips-riscos${UNAME_RELEASE}
510 echo mips-mips-riscos"$UNAME_RELEASE"
497511 exit ;;
498512 Motorola:PowerMAX_OS:*:*)
499513 echo powerpc-motorola-powermax
519533 AViiON:dgux:*:*)
520534 # DG/UX returns AViiON for all architectures
521535 UNAME_PROCESSOR=`/usr/bin/uname -p`
522 if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
536 if [ "$UNAME_PROCESSOR" = mc88100 ] || [ "$UNAME_PROCESSOR" = mc88110 ]
523537 then
524 if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
525 [ ${TARGET_BINARY_INTERFACE}x = x ]
538 if [ "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx ] || \
539 [ "$TARGET_BINARY_INTERFACE"x = x ]
526540 then
527 echo m88k-dg-dgux${UNAME_RELEASE}
541 echo m88k-dg-dgux"$UNAME_RELEASE"
528542 else
529 echo m88k-dg-dguxbcs${UNAME_RELEASE}
543 echo m88k-dg-dguxbcs"$UNAME_RELEASE"
530544 fi
531545 else
532 echo i586-dg-dgux${UNAME_RELEASE}
546 echo i586-dg-dgux"$UNAME_RELEASE"
533547 fi
534548 exit ;;
535549 M88*:DolphinOS:*:*) # DolphinOS (SVR3)
546560 echo m68k-tektronix-bsd
547561 exit ;;
548562 *:IRIX*:*:*)
549 echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
563 echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
550564 exit ;;
551565 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
552566 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
558572 if [ -x /usr/bin/oslevel ] ; then
559573 IBM_REV=`/usr/bin/oslevel`
560574 else
561 IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
562 fi
563 echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
575 IBM_REV="$UNAME_VERSION.$UNAME_RELEASE"
576 fi
577 echo "$UNAME_MACHINE"-ibm-aix"$IBM_REV"
564578 exit ;;
565579 *:AIX:2:3)
566580 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
567 eval $set_cc_for_build
568 sed 's/^ //' << EOF >$dummy.c
581 eval "$set_cc_for_build"
582 sed 's/^ //' << EOF > "$dummy.c"
569583 #include <sys/systemcfg.h>
570584
571585 main()
576590 exit(0);
577591 }
578592 EOF
579 if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
593 if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
580594 then
581595 echo "$SYSTEM_NAME"
582596 else
590604 exit ;;
591605 *:AIX:*:[4567])
592606 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
593 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
607 if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
594608 IBM_ARCH=rs6000
595609 else
596610 IBM_ARCH=powerpc
599613 IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc |
600614 awk -F: '{ print $3 }' | sed s/[0-9]*$/0/`
601615 else
602 IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
603 fi
604 echo ${IBM_ARCH}-ibm-aix${IBM_REV}
616 IBM_REV="$UNAME_VERSION.$UNAME_RELEASE"
617 fi
618 echo "$IBM_ARCH"-ibm-aix"$IBM_REV"
605619 exit ;;
606620 *:AIX:*:*)
607621 echo rs6000-ibm-aix
608622 exit ;;
609 ibmrt:4.4BSD:*|romp-ibm:BSD:*)
623 ibmrt:4.4BSD:*|romp-ibm:4.4BSD:*)
610624 echo romp-ibm-bsd4.4
611625 exit ;;
612626 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
613 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
627 echo romp-ibm-bsd"$UNAME_RELEASE" # 4.3 with uname added to
614628 exit ;; # report: romp-ibm BSD 4.3
615629 *:BOSX:*:*)
616630 echo rs6000-bull-bosx
625639 echo m68k-hp-bsd4.4
626640 exit ;;
627641 9000/[34678]??:HP-UX:*:*)
628 HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
629 case "${UNAME_MACHINE}" in
630 9000/31? ) HP_ARCH=m68000 ;;
631 9000/[34]?? ) HP_ARCH=m68k ;;
642 HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
643 case "$UNAME_MACHINE" in
644 9000/31?) HP_ARCH=m68000 ;;
645 9000/[34]??) HP_ARCH=m68k ;;
632646 9000/[678][0-9][0-9])
633647 if [ -x /usr/bin/getconf ]; then
634648 sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
635649 sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
636 case "${sc_cpu_version}" in
637 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
638 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
650 case "$sc_cpu_version" in
651 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0
652 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1
639653 532) # CPU_PA_RISC2_0
640 case "${sc_kernel_bits}" in
641 32) HP_ARCH="hppa2.0n" ;;
642 64) HP_ARCH="hppa2.0w" ;;
643 '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
654 case "$sc_kernel_bits" in
655 32) HP_ARCH=hppa2.0n ;;
656 64) HP_ARCH=hppa2.0w ;;
657 '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20
644658 esac ;;
645659 esac
646660 fi
647 if [ "${HP_ARCH}" = "" ]; then
648 eval $set_cc_for_build
649 sed 's/^ //' << EOF >$dummy.c
661 if [ "$HP_ARCH" = "" ]; then
662 eval "$set_cc_for_build"
663 sed 's/^ //' << EOF > "$dummy.c"
650664
651665 #define _HPUX_SOURCE
652666 #include <stdlib.h>
679693 exit (0);
680694 }
681695 EOF
682 (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
696 (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
683697 test -z "$HP_ARCH" && HP_ARCH=hppa
684698 fi ;;
685699 esac
686 if [ ${HP_ARCH} = "hppa2.0w" ]
700 if [ "$HP_ARCH" = hppa2.0w ]
687701 then
688 eval $set_cc_for_build
702 eval "$set_cc_for_build"
689703
690704 # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
691705 # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
696710 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
697711 # => hppa64-hp-hpux11.23
698712
699 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
713 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) |
700714 grep -q __LP64__
701715 then
702 HP_ARCH="hppa2.0w"
716 HP_ARCH=hppa2.0w
703717 else
704 HP_ARCH="hppa64"
718 HP_ARCH=hppa64
705719 fi
706720 fi
707 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
721 echo "$HP_ARCH"-hp-hpux"$HPUX_REV"
708722 exit ;;
709723 ia64:HP-UX:*:*)
710 HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
711 echo ia64-hp-hpux${HPUX_REV}
724 HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
725 echo ia64-hp-hpux"$HPUX_REV"
712726 exit ;;
713727 3050*:HI-UX:*:*)
714 eval $set_cc_for_build
715 sed 's/^ //' << EOF >$dummy.c
728 eval "$set_cc_for_build"
729 sed 's/^ //' << EOF > "$dummy.c"
716730 #include <unistd.h>
717731 int
718732 main ()
737751 exit (0);
738752 }
739753 EOF
740 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
754 $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
741755 { echo "$SYSTEM_NAME"; exit; }
742756 echo unknown-hitachi-hiuxwe2
743757 exit ;;
744 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
758 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:*)
745759 echo hppa1.1-hp-bsd
746760 exit ;;
747761 9000/8??:4.3bsd:*:*)
750764 *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
751765 echo hppa1.0-hp-mpeix
752766 exit ;;
753 hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
767 hp7??:OSF1:*:* | hp8?[79]:OSF1:*:*)
754768 echo hppa1.1-hp-osf
755769 exit ;;
756770 hp8??:OSF1:*:*)
758772 exit ;;
759773 i*86:OSF1:*:*)
760774 if [ -x /usr/sbin/sysversion ] ; then
761 echo ${UNAME_MACHINE}-unknown-osf1mk
775 echo "$UNAME_MACHINE"-unknown-osf1mk
762776 else
763 echo ${UNAME_MACHINE}-unknown-osf1
777 echo "$UNAME_MACHINE"-unknown-osf1
764778 fi
765779 exit ;;
766780 parisc*:Lites*:*:*)
785799 echo c4-convex-bsd
786800 exit ;;
787801 CRAY*Y-MP:*:*:*)
788 echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
802 echo ymp-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'
789803 exit ;;
790804 CRAY*[A-Z]90:*:*:*)
791 echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
805 echo "$UNAME_MACHINE"-cray-unicos"$UNAME_RELEASE" \
792806 | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
793807 -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
794808 -e 's/\.[^.]*$/.X/'
795809 exit ;;
796810 CRAY*TS:*:*:*)
797 echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
811 echo t90-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'
798812 exit ;;
799813 CRAY*T3E:*:*:*)
800 echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
814 echo alphaev5-cray-unicosmk"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'
801815 exit ;;
802816 CRAY*SV1:*:*:*)
803 echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
817 echo sv1-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'
804818 exit ;;
805819 *:UNICOS/mp:*:*)
806 echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
820 echo craynv-cray-unicosmp"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'
807821 exit ;;
808822 F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
809 FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
810 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
811 FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
823 FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
824 FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
825 FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
812826 echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
813827 exit ;;
814828 5000:UNIX_System_V:4.*:*)
815 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
816 FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
829 FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
830 FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
817831 echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
818832 exit ;;
819833 i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
820 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
834 echo "$UNAME_MACHINE"-pc-bsdi"$UNAME_RELEASE"
821835 exit ;;
822836 sparc*:BSD/OS:*:*)
823 echo sparc-unknown-bsdi${UNAME_RELEASE}
837 echo sparc-unknown-bsdi"$UNAME_RELEASE"
824838 exit ;;
825839 *:BSD/OS:*:*)
826 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
840 echo "$UNAME_MACHINE"-unknown-bsdi"$UNAME_RELEASE"
827841 exit ;;
828842 *:FreeBSD:*:*)
829843 UNAME_PROCESSOR=`/usr/bin/uname -p`
830 case ${UNAME_PROCESSOR} in
844 case "$UNAME_PROCESSOR" in
831845 amd64)
832 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
833 *)
834 echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
846 UNAME_PROCESSOR=x86_64 ;;
847 i386)
848 UNAME_PROCESSOR=i586 ;;
835849 esac
850 echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
836851 exit ;;
837852 i*:CYGWIN*:*)
838 echo ${UNAME_MACHINE}-pc-cygwin
853 echo "$UNAME_MACHINE"-pc-cygwin
839854 exit ;;
840855 *:MINGW64*:*)
841 echo ${UNAME_MACHINE}-pc-mingw64
856 echo "$UNAME_MACHINE"-pc-mingw64
842857 exit ;;
843858 *:MINGW*:*)
844 echo ${UNAME_MACHINE}-pc-mingw32
859 echo "$UNAME_MACHINE"-pc-mingw32
845860 exit ;;
846861 *:MSYS*:*)
847 echo ${UNAME_MACHINE}-pc-msys
848 exit ;;
849 i*:windows32*:*)
850 # uname -m includes "-pc" on this system.
851 echo ${UNAME_MACHINE}-mingw32
862 echo "$UNAME_MACHINE"-pc-msys
852863 exit ;;
853864 i*:PW*:*)
854 echo ${UNAME_MACHINE}-pc-pw32
865 echo "$UNAME_MACHINE"-pc-pw32
855866 exit ;;
856867 *:Interix*:*)
857 case ${UNAME_MACHINE} in
868 case "$UNAME_MACHINE" in
858869 x86)
859 echo i586-pc-interix${UNAME_RELEASE}
870 echo i586-pc-interix"$UNAME_RELEASE"
860871 exit ;;
861872 authenticamd | genuineintel | EM64T)
862 echo x86_64-unknown-interix${UNAME_RELEASE}
873 echo x86_64-unknown-interix"$UNAME_RELEASE"
863874 exit ;;
864875 IA64)
865 echo ia64-unknown-interix${UNAME_RELEASE}
876 echo ia64-unknown-interix"$UNAME_RELEASE"
866877 exit ;;
867878 esac ;;
868 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
869 echo i${UNAME_MACHINE}-pc-mks
870 exit ;;
871 8664:Windows_NT:*)
872 echo x86_64-pc-mks
873 exit ;;
874 i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
875 # How do we know it's Interix rather than the generic POSIX subsystem?
876 # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
877 # UNAME_MACHINE based on the output of uname instead of i386?
878 echo i586-pc-interix
879 exit ;;
880879 i*:UWIN*:*)
881 echo ${UNAME_MACHINE}-pc-uwin
880 echo "$UNAME_MACHINE"-pc-uwin
882881 exit ;;
883882 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
884883 echo x86_64-unknown-cygwin
885884 exit ;;
886 p*:CYGWIN*:*)
887 echo powerpcle-unknown-cygwin
888 exit ;;
889885 prep*:SunOS:5.*:*)
890 echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
886 echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
891887 exit ;;
892888 *:GNU:*:*)
893889 # the GNU system
894 echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
890 echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
895891 exit ;;
896892 *:GNU/*:*:*)
897893 # other systems with GNU libc and userland
898 echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
894 echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
899895 exit ;;
900896 i*86:Minix:*:*)
901 echo ${UNAME_MACHINE}-pc-minix
897 echo "$UNAME_MACHINE"-pc-minix
902898 exit ;;
903899 aarch64:Linux:*:*)
904 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
900 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
905901 exit ;;
906902 aarch64_be:Linux:*:*)
907903 UNAME_MACHINE=aarch64_be
908 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
904 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
909905 exit ;;
910906 alpha:Linux:*:*)
911907 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
918914 EV68*) UNAME_MACHINE=alphaev68 ;;
919915 esac
920916 objdump --private-headers /bin/sh | grep -q ld.so.1
921 if test "$?" = 0 ; then LIBC="gnulibc1" ; fi
922 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
917 if test "$?" = 0 ; then LIBC=gnulibc1 ; fi
918 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
923919 exit ;;
924920 arc:Linux:*:* | arceb:Linux:*:*)
925 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
921 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
926922 exit ;;
927923 arm*:Linux:*:*)
928 eval $set_cc_for_build
924 eval "$set_cc_for_build"
929925 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
930926 | grep -q __ARM_EABI__
931927 then
932 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
928 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
933929 else
934930 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
935931 | grep -q __ARM_PCS_VFP
936932 then
937 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi
933 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabi
938934 else
939 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf
935 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabihf
940936 fi
941937 fi
942938 exit ;;
943939 avr32*:Linux:*:*)
944 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
940 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
945941 exit ;;
946942 cris:Linux:*:*)
947 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
943 echo "$UNAME_MACHINE"-axis-linux-"$LIBC"
948944 exit ;;
949945 crisv32:Linux:*:*)
950 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
946 echo "$UNAME_MACHINE"-axis-linux-"$LIBC"
951947 exit ;;
952948 e2k:Linux:*:*)
953 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
949 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
954950 exit ;;
955951 frv:Linux:*:*)
956 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
952 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
957953 exit ;;
958954 hexagon:Linux:*:*)
959 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
955 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
960956 exit ;;
961957 i*86:Linux:*:*)
962 echo ${UNAME_MACHINE}-pc-linux-${LIBC}
958 echo "$UNAME_MACHINE"-pc-linux-"$LIBC"
963959 exit ;;
964960 ia64:Linux:*:*)
965 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
961 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
962 exit ;;
963 k1om:Linux:*:*)
964 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
966965 exit ;;
967966 m32r*:Linux:*:*)
968 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
967 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
969968 exit ;;
970969 m68*:Linux:*:*)
971 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
970 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
972971 exit ;;
973972 mips:Linux:*:* | mips64:Linux:*:*)
974 eval $set_cc_for_build
975 sed 's/^ //' << EOF >$dummy.c
973 eval "$set_cc_for_build"
974 sed 's/^ //' << EOF > "$dummy.c"
976975 #undef CPU
977976 #undef ${UNAME_MACHINE}
978977 #undef ${UNAME_MACHINE}el
986985 #endif
987986 #endif
988987 EOF
989 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
990 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
988 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
989 test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
991990 ;;
991 mips64el:Linux:*:*)
992 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
993 exit ;;
992994 openrisc*:Linux:*:*)
993 echo or1k-unknown-linux-${LIBC}
995 echo or1k-unknown-linux-"$LIBC"
994996 exit ;;
995997 or32:Linux:*:* | or1k*:Linux:*:*)
996 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
998 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
997999 exit ;;
9981000 padre:Linux:*:*)
999 echo sparc-unknown-linux-${LIBC}
1001 echo sparc-unknown-linux-"$LIBC"
10001002 exit ;;
10011003 parisc64:Linux:*:* | hppa64:Linux:*:*)
1002 echo hppa64-unknown-linux-${LIBC}
1004 echo hppa64-unknown-linux-"$LIBC"
10031005 exit ;;
10041006 parisc:Linux:*:* | hppa:Linux:*:*)
10051007 # Look for CPU level
10061008 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1007 PA7*) echo hppa1.1-unknown-linux-${LIBC} ;;
1008 PA8*) echo hppa2.0-unknown-linux-${LIBC} ;;
1009 *) echo hppa-unknown-linux-${LIBC} ;;
1009 PA7*) echo hppa1.1-unknown-linux-"$LIBC" ;;
1010 PA8*) echo hppa2.0-unknown-linux-"$LIBC" ;;
1011 *) echo hppa-unknown-linux-"$LIBC" ;;
10101012 esac
10111013 exit ;;
10121014 ppc64:Linux:*:*)
1013 echo powerpc64-unknown-linux-${LIBC}
1015 echo powerpc64-unknown-linux-"$LIBC"
10141016 exit ;;
10151017 ppc:Linux:*:*)
1016 echo powerpc-unknown-linux-${LIBC}
1018 echo powerpc-unknown-linux-"$LIBC"
10171019 exit ;;
10181020 ppc64le:Linux:*:*)
1019 echo powerpc64le-unknown-linux-${LIBC}
1021 echo powerpc64le-unknown-linux-"$LIBC"
10201022 exit ;;
10211023 ppcle:Linux:*:*)
1022 echo powerpcle-unknown-linux-${LIBC}
1024 echo powerpcle-unknown-linux-"$LIBC"
1025 exit ;;
1026 riscv32:Linux:*:* | riscv64:Linux:*:*)
1027 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
10231028 exit ;;
10241029 s390:Linux:*:* | s390x:Linux:*:*)
1025 echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
1030 echo "$UNAME_MACHINE"-ibm-linux-"$LIBC"
10261031 exit ;;
10271032 sh64*:Linux:*:*)
1028 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1033 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
10291034 exit ;;
10301035 sh*:Linux:*:*)
1031 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1036 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
10321037 exit ;;
10331038 sparc:Linux:*:* | sparc64:Linux:*:*)
1034 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1039 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
10351040 exit ;;
10361041 tile*:Linux:*:*)
1037 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1042 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
10381043 exit ;;
10391044 vax:Linux:*:*)
1040 echo ${UNAME_MACHINE}-dec-linux-${LIBC}
1045 echo "$UNAME_MACHINE"-dec-linux-"$LIBC"
10411046 exit ;;
10421047 x86_64:Linux:*:*)
1043 echo ${UNAME_MACHINE}-pc-linux-${LIBC}
1048 if objdump -f /bin/sh | grep -q elf32-x86-64; then
1049 echo "$UNAME_MACHINE"-pc-linux-"$LIBC"x32
1050 else
1051 echo "$UNAME_MACHINE"-pc-linux-"$LIBC"
1052 fi
10441053 exit ;;
10451054 xtensa*:Linux:*:*)
1046 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1055 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
10471056 exit ;;
10481057 i*86:DYNIX/ptx:4*:*)
10491058 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
10571066 # I am not positive that other SVR4 systems won't match this,
10581067 # I just have to hope. -- rms.
10591068 # Use sysv4.2uw... so that sysv4* matches it.
1060 echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
1069 echo "$UNAME_MACHINE"-pc-sysv4.2uw"$UNAME_VERSION"
10611070 exit ;;
10621071 i*86:OS/2:*:*)
10631072 # If we were able to find `uname', then EMX Unix compatibility
10641073 # is probably installed.
1065 echo ${UNAME_MACHINE}-pc-os2-emx
1074 echo "$UNAME_MACHINE"-pc-os2-emx
10661075 exit ;;
10671076 i*86:XTS-300:*:STOP)
1068 echo ${UNAME_MACHINE}-unknown-stop
1077 echo "$UNAME_MACHINE"-unknown-stop
10691078 exit ;;
10701079 i*86:atheos:*:*)
1071 echo ${UNAME_MACHINE}-unknown-atheos
1080 echo "$UNAME_MACHINE"-unknown-atheos
10721081 exit ;;
10731082 i*86:syllable:*:*)
1074 echo ${UNAME_MACHINE}-pc-syllable
1083 echo "$UNAME_MACHINE"-pc-syllable
10751084 exit ;;
10761085 i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*)
1077 echo i386-unknown-lynxos${UNAME_RELEASE}
1086 echo i386-unknown-lynxos"$UNAME_RELEASE"
10781087 exit ;;
10791088 i*86:*DOS:*:*)
1080 echo ${UNAME_MACHINE}-pc-msdosdjgpp
1081 exit ;;
1082 i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
1083 UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
1089 echo "$UNAME_MACHINE"-pc-msdosdjgpp
1090 exit ;;
1091 i*86:*:4.*:*)
1092 UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
10841093 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1085 echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
1094 echo "$UNAME_MACHINE"-univel-sysv"$UNAME_REL"
10861095 else
1087 echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
1096 echo "$UNAME_MACHINE"-pc-sysv"$UNAME_REL"
10881097 fi
10891098 exit ;;
10901099 i*86:*:5:[678]*)
10941103 *Pentium) UNAME_MACHINE=i586 ;;
10951104 *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
10961105 esac
1097 echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
1106 echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}{$UNAME_VERSION}"
10981107 exit ;;
10991108 i*86:*:3.2:*)
11001109 if test -f /usr/options/cb.name; then
11011110 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
1102 echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
1111 echo "$UNAME_MACHINE"-pc-isc"$UNAME_REL"
11031112 elif /bin/uname -X 2>/dev/null >/dev/null ; then
11041113 UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
11051114 (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
11091118 && UNAME_MACHINE=i686
11101119 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
11111120 && UNAME_MACHINE=i686
1112 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
1121 echo "$UNAME_MACHINE"-pc-sco"$UNAME_REL"
11131122 else
1114 echo ${UNAME_MACHINE}-pc-sysv32
1123 echo "$UNAME_MACHINE"-pc-sysv32
11151124 fi
11161125 exit ;;
11171126 pc:*:*:*)
11191128 # uname -m prints for DJGPP always 'pc', but it prints nothing about
11201129 # the processor, so we play safe by assuming i586.
11211130 # Note: whatever this is, it MUST be the same as what config.sub
1122 # prints for the "djgpp" host, or else GDB configury will decide that
1131 # prints for the "djgpp" host, or else GDB configure will decide that
11231132 # this is a cross-build.
11241133 echo i586-pc-msdosdjgpp
11251134 exit ;;
11311140 exit ;;
11321141 i860:*:4.*:*) # i860-SVR4
11331142 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
1134 echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
1143 echo i860-stardent-sysv"$UNAME_RELEASE" # Stardent Vistra i860-SVR4
11351144 else # Add other i860-SVR4 vendors below as they are discovered.
1136 echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4
1145 echo i860-unknown-sysv"$UNAME_RELEASE" # Unknown i860-SVR4
11371146 fi
11381147 exit ;;
11391148 mini*:CTIX:SYS*5:*)
11531162 test -r /etc/.relid \
11541163 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
11551164 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1156 && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
1165 && { echo i486-ncr-sysv4.3"$OS_REL"; exit; }
11571166 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1158 && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
1167 && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;;
11591168 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
11601169 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
11611170 && { echo i486-ncr-sysv4; exit; } ;;
11641173 test -r /etc/.relid \
11651174 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
11661175 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1167 && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
1176 && { echo i486-ncr-sysv4.3"$OS_REL"; exit; }
11681177 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1169 && { echo i586-ncr-sysv4.3${OS_REL}; exit; }
1178 && { echo i586-ncr-sysv4.3"$OS_REL"; exit; }
11701179 /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
1171 && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
1180 && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;;
11721181 m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
1173 echo m68k-unknown-lynxos${UNAME_RELEASE}
1182 echo m68k-unknown-lynxos"$UNAME_RELEASE"
11741183 exit ;;
11751184 mc68030:UNIX_System_V:4.*:*)
11761185 echo m68k-atari-sysv4
11771186 exit ;;
11781187 TSUNAMI:LynxOS:2.*:*)
1179 echo sparc-unknown-lynxos${UNAME_RELEASE}
1188 echo sparc-unknown-lynxos"$UNAME_RELEASE"
11801189 exit ;;
11811190 rs6000:LynxOS:2.*:*)
1182 echo rs6000-unknown-lynxos${UNAME_RELEASE}
1191 echo rs6000-unknown-lynxos"$UNAME_RELEASE"
11831192 exit ;;
11841193 PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*)
1185 echo powerpc-unknown-lynxos${UNAME_RELEASE}
1194 echo powerpc-unknown-lynxos"$UNAME_RELEASE"
11861195 exit ;;
11871196 SM[BE]S:UNIX_SV:*:*)
1188 echo mips-dde-sysv${UNAME_RELEASE}
1197 echo mips-dde-sysv"$UNAME_RELEASE"
11891198 exit ;;
11901199 RM*:ReliantUNIX-*:*:*)
11911200 echo mips-sni-sysv4
11961205 *:SINIX-*:*:*)
11971206 if uname -p 2>/dev/null >/dev/null ; then
11981207 UNAME_MACHINE=`(uname -p) 2>/dev/null`
1199 echo ${UNAME_MACHINE}-sni-sysv4
1208 echo "$UNAME_MACHINE"-sni-sysv4
12001209 else
12011210 echo ns32k-sni-sysv
12021211 fi
12161225 exit ;;
12171226 i*86:VOS:*:*)
12181227 # From Paul.Green@stratus.com.
1219 echo ${UNAME_MACHINE}-stratus-vos
1228 echo "$UNAME_MACHINE"-stratus-vos
12201229 exit ;;
12211230 *:VOS:*:*)
12221231 # From Paul.Green@stratus.com.
12231232 echo hppa1.1-stratus-vos
12241233 exit ;;
12251234 mc68*:A/UX:*:*)
1226 echo m68k-apple-aux${UNAME_RELEASE}
1235 echo m68k-apple-aux"$UNAME_RELEASE"
12271236 exit ;;
12281237 news*:NEWS-OS:6*:*)
12291238 echo mips-sony-newsos6
12301239 exit ;;
12311240 R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
12321241 if [ -d /usr/nec ]; then
1233 echo mips-nec-sysv${UNAME_RELEASE}
1242 echo mips-nec-sysv"$UNAME_RELEASE"
12341243 else
1235 echo mips-unknown-sysv${UNAME_RELEASE}
1244 echo mips-unknown-sysv"$UNAME_RELEASE"
12361245 fi
12371246 exit ;;
12381247 BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only.
12511260 echo x86_64-unknown-haiku
12521261 exit ;;
12531262 SX-4:SUPER-UX:*:*)
1254 echo sx4-nec-superux${UNAME_RELEASE}
1263 echo sx4-nec-superux"$UNAME_RELEASE"
12551264 exit ;;
12561265 SX-5:SUPER-UX:*:*)
1257 echo sx5-nec-superux${UNAME_RELEASE}
1266 echo sx5-nec-superux"$UNAME_RELEASE"
12581267 exit ;;
12591268 SX-6:SUPER-UX:*:*)
1260 echo sx6-nec-superux${UNAME_RELEASE}
1269 echo sx6-nec-superux"$UNAME_RELEASE"
12611270 exit ;;
12621271 SX-7:SUPER-UX:*:*)
1263 echo sx7-nec-superux${UNAME_RELEASE}
1272 echo sx7-nec-superux"$UNAME_RELEASE"
12641273 exit ;;
12651274 SX-8:SUPER-UX:*:*)
1266 echo sx8-nec-superux${UNAME_RELEASE}
1275 echo sx8-nec-superux"$UNAME_RELEASE"
12671276 exit ;;
12681277 SX-8R:SUPER-UX:*:*)
1269 echo sx8r-nec-superux${UNAME_RELEASE}
1278 echo sx8r-nec-superux"$UNAME_RELEASE"
1279 exit ;;
1280 SX-ACE:SUPER-UX:*:*)
1281 echo sxace-nec-superux"$UNAME_RELEASE"
12701282 exit ;;
12711283 Power*:Rhapsody:*:*)
1272 echo powerpc-apple-rhapsody${UNAME_RELEASE}
1284 echo powerpc-apple-rhapsody"$UNAME_RELEASE"
12731285 exit ;;
12741286 *:Rhapsody:*:*)
1275 echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
1287 echo "$UNAME_MACHINE"-apple-rhapsody"$UNAME_RELEASE"
12761288 exit ;;
12771289 *:Darwin:*:*)
12781290 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1279 eval $set_cc_for_build
1291 eval "$set_cc_for_build"
12801292 if test "$UNAME_PROCESSOR" = unknown ; then
12811293 UNAME_PROCESSOR=powerpc
12821294 fi
1283 if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
1284 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1295 if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
1296 if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
12851297 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1286 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1287 grep IS_64BIT_ARCH >/dev/null
1298 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1299 grep IS_64BIT_ARCH >/dev/null
12881300 then
12891301 case $UNAME_PROCESSOR in
12901302 i386) UNAME_PROCESSOR=x86_64 ;;
12911303 powerpc) UNAME_PROCESSOR=powerpc64 ;;
12921304 esac
1305 fi
1306 # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc
1307 if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \
1308 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1309 grep IS_PPC >/dev/null
1310 then
1311 UNAME_PROCESSOR=powerpc
12931312 fi
12941313 fi
12951314 elif test "$UNAME_PROCESSOR" = i386 ; then
13011320 # that Apple uses in portable devices.
13021321 UNAME_PROCESSOR=x86_64
13031322 fi
1304 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1323 echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE"
13051324 exit ;;
13061325 *:procnto*:*:* | *:QNX:[0123456789]*:*)
13071326 UNAME_PROCESSOR=`uname -p`
1308 if test "$UNAME_PROCESSOR" = "x86"; then
1327 if test "$UNAME_PROCESSOR" = x86; then
13091328 UNAME_PROCESSOR=i386
13101329 UNAME_MACHINE=pc
13111330 fi
1312 echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
1331 echo "$UNAME_PROCESSOR"-"$UNAME_MACHINE"-nto-qnx"$UNAME_RELEASE"
13131332 exit ;;
13141333 *:QNX:*:4*)
13151334 echo i386-pc-qnx
13161335 exit ;;
1317 NEO-?:NONSTOP_KERNEL:*:*)
1318 echo neo-tandem-nsk${UNAME_RELEASE}
1336 NEO-*:NONSTOP_KERNEL:*:*)
1337 echo neo-tandem-nsk"$UNAME_RELEASE"
13191338 exit ;;
13201339 NSE-*:NONSTOP_KERNEL:*:*)
1321 echo nse-tandem-nsk${UNAME_RELEASE}
1322 exit ;;
1323 NSR-?:NONSTOP_KERNEL:*:*)
1324 echo nsr-tandem-nsk${UNAME_RELEASE}
1340 echo nse-tandem-nsk"$UNAME_RELEASE"
1341 exit ;;
1342 NSR-*:NONSTOP_KERNEL:*:*)
1343 echo nsr-tandem-nsk"$UNAME_RELEASE"
1344 exit ;;
1345 NSV-*:NONSTOP_KERNEL:*:*)
1346 echo nsv-tandem-nsk"$UNAME_RELEASE"
1347 exit ;;
1348 NSX-*:NONSTOP_KERNEL:*:*)
1349 echo nsx-tandem-nsk"$UNAME_RELEASE"
13251350 exit ;;
13261351 *:NonStop-UX:*:*)
13271352 echo mips-compaq-nonstopux
13301355 echo bs2000-siemens-sysv
13311356 exit ;;
13321357 DS/*:UNIX_System_V:*:*)
1333 echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
1358 echo "$UNAME_MACHINE"-"$UNAME_SYSTEM"-"$UNAME_RELEASE"
13341359 exit ;;
13351360 *:Plan9:*:*)
13361361 # "uname -m" is not consistent, so use $cputype instead. 386
13371362 # is converted to i386 for consistency with other x86
13381363 # operating systems.
1339 if test "$cputype" = "386"; then
1364 if test "$cputype" = 386; then
13401365 UNAME_MACHINE=i386
13411366 else
13421367 UNAME_MACHINE="$cputype"
13431368 fi
1344 echo ${UNAME_MACHINE}-unknown-plan9
1369 echo "$UNAME_MACHINE"-unknown-plan9
13451370 exit ;;
13461371 *:TOPS-10:*:*)
13471372 echo pdp10-unknown-tops10
13621387 echo pdp10-unknown-its
13631388 exit ;;
13641389 SEI:*:*:SEIUX)
1365 echo mips-sei-seiux${UNAME_RELEASE}
1390 echo mips-sei-seiux"$UNAME_RELEASE"
13661391 exit ;;
13671392 *:DragonFly:*:*)
1368 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
1393 echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
13691394 exit ;;
13701395 *:*VMS:*:*)
13711396 UNAME_MACHINE=`(uname -p) 2>/dev/null`
1372 case "${UNAME_MACHINE}" in
1397 case "$UNAME_MACHINE" in
13731398 A*) echo alpha-dec-vms ; exit ;;
13741399 I*) echo ia64-dec-vms ; exit ;;
13751400 V*) echo vax-dec-vms ; exit ;;
13781403 echo i386-pc-xenix
13791404 exit ;;
13801405 i*86:skyos:*:*)
1381 echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
1406 echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
13821407 exit ;;
13831408 i*86:rdos:*:*)
1384 echo ${UNAME_MACHINE}-pc-rdos
1409 echo "$UNAME_MACHINE"-pc-rdos
13851410 exit ;;
13861411 i*86:AROS:*:*)
1387 echo ${UNAME_MACHINE}-pc-aros
1412 echo "$UNAME_MACHINE"-pc-aros
13881413 exit ;;
13891414 x86_64:VMkernel:*:*)
1390 echo ${UNAME_MACHINE}-unknown-esx
1415 echo "$UNAME_MACHINE"-unknown-esx
1416 exit ;;
1417 amd64:Isilon\ OneFS:*:*)
1418 echo x86_64-unknown-onefs
13911419 exit ;;
13921420 esac
13931421
1422 echo "$0: unable to guess system type" >&2
1423
1424 case "$UNAME_MACHINE:$UNAME_SYSTEM" in
1425 mips:Linux | mips64:Linux)
1426 # If we got here on MIPS GNU/Linux, output extra information.
1427 cat >&2 <<EOF
1428
1429 NOTE: MIPS GNU/Linux systems require a C compiler to fully recognize
1430 the system type. Please install a C compiler and try again.
1431 EOF
1432 ;;
1433 esac
1434
13941435 cat >&2 <<EOF
1395 $0: unable to guess system type
1396
1397 This script, last modified $timestamp, has failed to recognize
1398 the operating system you are using. It is advised that you
1399 download the most up to date version of the config scripts from
1400
1401 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
1436
1437 This script (version $timestamp), has failed to recognize the
1438 operating system you are using. If your script is old, overwrite *all*
1439 copies of config.guess and config.sub with the latest versions from:
1440
1441 https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
14021442 and
1403 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
1404
1405 If the version you run ($0) is already up to date, please
1406 send the following data and any information you think might be
1407 pertinent to <config-patches@gnu.org> in order to provide the needed
1408 information to handle your system.
1443 https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
1444
1445 If $0 has already been updated, send the following data and any
1446 information you think might be pertinent to config-patches@gnu.org to
1447 provide the necessary information to handle your system.
14091448
14101449 config.guess timestamp = $timestamp
14111450
14241463 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null`
14251464 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
14261465
1427 UNAME_MACHINE = ${UNAME_MACHINE}
1428 UNAME_RELEASE = ${UNAME_RELEASE}
1429 UNAME_SYSTEM = ${UNAME_SYSTEM}
1430 UNAME_VERSION = ${UNAME_VERSION}
1466 UNAME_MACHINE = "$UNAME_MACHINE"
1467 UNAME_RELEASE = "$UNAME_RELEASE"
1468 UNAME_SYSTEM = "$UNAME_SYSTEM"
1469 UNAME_VERSION = "$UNAME_VERSION"
14311470 EOF
14321471
14331472 exit 1
14341473
14351474 # Local variables:
1436 # eval: (add-hook 'write-file-hooks 'time-stamp)
1475 # eval: (add-hook 'write-file-functions 'time-stamp)
14371476 # time-stamp-start: "timestamp='"
14381477 # time-stamp-format: "%:y-%02m-%02d"
14391478 # time-stamp-end: "'"
00 #! /bin/sh
11 # Configuration validation subroutine script.
2 # Copyright 1992-2015 Free Software Foundation, Inc.
3
4 timestamp='2015-08-20'
2 # Copyright 1992-2018 Free Software Foundation, Inc.
3
4 timestamp='2018-02-22'
55
66 # This file is free software; you can redistribute it and/or modify it
77 # under the terms of the GNU General Public License as published by
1414 # General Public License for more details.
1515 #
1616 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, see <http://www.gnu.org/licenses/>.
17 # along with this program; if not, see <https://www.gnu.org/licenses/>.
1818 #
1919 # As a special exception to the GNU General Public License, if you
2020 # distribute this file as part of a program that contains a
3232 # Otherwise, we print the canonical config type on stdout and succeed.
3333
3434 # You can get the latest version of this script from:
35 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
35 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
3636
3737 # This file is supposed to be the same for all GNU packages
3838 # and recognize all the CPU types, system types and aliases
5252 me=`echo "$0" | sed -e 's,.*/,,'`
5353
5454 usage="\
55 Usage: $0 [OPTION] CPU-MFR-OPSYS
56 $0 [OPTION] ALIAS
55 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
5756
5857 Canonicalize a configuration name.
5958
60 Operation modes:
59 Options:
6160 -h, --help print this help, then exit
6261 -t, --time-stamp print date of last modification, then exit
6362 -v, --version print version number, then exit
6766 version="\
6867 GNU config.sub ($timestamp)
6968
70 Copyright 1992-2015 Free Software Foundation, Inc.
69 Copyright 1992-2018 Free Software Foundation, Inc.
7170
7271 This is free software; see the source for copying conditions. There is NO
7372 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
9493
9594 *local*)
9695 # First pass through any local machine types.
97 echo $1
96 echo "$1"
9897 exit ;;
9998
10099 * )
112111
113112 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
114113 # Here we must recognize all the valid KERNEL-OS combinations.
115 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
114 maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
116115 case $maybe_os in
117116 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
118117 linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
119118 knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \
120 kopensolaris*-gnu* | \
119 kopensolaris*-gnu* | cloudabi*-eabi* | \
121120 storm-chaos* | os2-emx* | rtmk-nova*)
122121 os=-$maybe_os
123 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
122 basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
124123 ;;
125124 android-linux)
126125 os=-linux-android
127 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
126 basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
128127 ;;
129128 *)
130 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
131 if [ $basic_machine != $1 ]
132 then os=`echo $1 | sed 's/.*-/-/'`
129 basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
130 if [ "$basic_machine" != "$1" ]
131 then os=`echo "$1" | sed 's/.*-/-/'`
133132 else os=; fi
134133 ;;
135134 esac
178177 ;;
179178 -sco6)
180179 os=-sco5v6
181 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
180 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
182181 ;;
183182 -sco5)
184183 os=-sco3.2v5
185 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
184 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
186185 ;;
187186 -sco4)
188187 os=-sco3.2v4
189 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
188 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
190189 ;;
191190 -sco3.2.[4-9]*)
192191 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
193 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
192 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
194193 ;;
195194 -sco3.2v[4-9]*)
196195 # Don't forget version if it is 3.2v4 or newer.
197 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
196 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
198197 ;;
199198 -sco5v6*)
200199 # Don't forget version if it is 3.2v4 or newer.
201 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
200 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
202201 ;;
203202 -sco*)
204203 os=-sco3.2v2
205 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
204 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
206205 ;;
207206 -udk*)
208 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
207 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
209208 ;;
210209 -isc)
211210 os=-isc2.2
212 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
211 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
213212 ;;
214213 -clix*)
215214 basic_machine=clipper-intergraph
216215 ;;
217216 -isc*)
218 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
217 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
219218 ;;
220219 -lynx*178)
221220 os=-lynxos178
227226 os=-lynxos
228227 ;;
229228 -ptx*)
230 basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
231 ;;
232 -windowsnt*)
233 os=`echo $os | sed -e 's/windowsnt/winnt/'`
229 basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
234230 ;;
235231 -psos*)
236232 os=-psos
263259 | fido | fr30 | frv | ft32 \
264260 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
265261 | hexagon \
266 | i370 | i860 | i960 | ia64 \
262 | i370 | i860 | i960 | ia16 | ia64 \
267263 | ip2k | iq2000 \
268264 | k1om \
269265 | le32 | le64 \
299295 | nios | nios2 | nios2eb | nios2el \
300296 | ns16k | ns32k \
301297 | open8 | or1k | or1knd | or32 \
302 | pdp10 | pdp11 | pj | pjl \
298 | pdp10 | pj | pjl \
303299 | powerpc | powerpc64 | powerpc64le | powerpcle \
300 | pru \
304301 | pyramid \
305302 | riscv32 | riscv64 \
306303 | rl78 | rx \
314311 | ubicom32 \
315312 | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
316313 | visium \
317 | we32k \
314 | wasm32 \
318315 | x86 | xc16x | xstormy16 | xtensa \
319316 | z8k | z80)
320317 basic_machine=$basic_machine-unknown
335332 basic_machine=$basic_machine-unknown
336333 os=-none
337334 ;;
338 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
335 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65)
339336 ;;
340337 ms1)
341338 basic_machine=mt-unknown
364361 ;;
365362 # Object if more than one company name word.
366363 *-*-*)
367 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
364 echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
368365 exit 1
369366 ;;
370367 # Recognize the basic CPU types with company name.
387384 | h8300-* | h8500-* \
388385 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
389386 | hexagon-* \
390 | i*86-* | i860-* | i960-* | ia64-* \
387 | i*86-* | i860-* | i960-* | ia16-* | ia64-* \
391388 | ip2k-* | iq2000-* \
392389 | k1om-* \
393390 | le32-* | le64-* \
428425 | orion-* \
429426 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
430427 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
428 | pru-* \
431429 | pyramid-* \
432430 | riscv32-* | riscv64-* \
433431 | rl78-* | romp-* | rs6000-* | rx-* \
444442 | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
445443 | vax-* \
446444 | visium-* \
445 | wasm32-* \
447446 | we32k-* \
448447 | x86-* | x86_64-* | xc16x-* | xps100-* \
449448 | xstormy16-* | xtensa*-* \
457456 # Recognize the various machine names and aliases which stand
458457 # for a CPU type and a company and sometimes even an OS.
459458 386bsd)
460 basic_machine=i386-unknown
459 basic_machine=i386-pc
461460 os=-bsd
462461 ;;
463462 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
491490 basic_machine=x86_64-pc
492491 ;;
493492 amd64-*)
494 basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
493 basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
495494 ;;
496495 amdahl)
497496 basic_machine=580-amdahl
520519 basic_machine=i386-pc
521520 os=-aros
522521 ;;
523 asmjs)
522 asmjs)
524523 basic_machine=asmjs-unknown
525524 ;;
526525 aux)
536535 os=-linux
537536 ;;
538537 blackfin-*)
539 basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
538 basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
540539 os=-linux
541540 ;;
542541 bluegene*)
544543 os=-cnk
545544 ;;
546545 c54x-*)
547 basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
546 basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
548547 ;;
549548 c55x-*)
550 basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
549 basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
551550 ;;
552551 c6x-*)
553 basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
552 basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
554553 ;;
555554 c90)
556555 basic_machine=c90-cray
639638 basic_machine=rs6000-bull
640639 os=-bosx
641640 ;;
642 dpx2* | dpx2*-bull)
641 dpx2*)
643642 basic_machine=m68k-bull
644643 os=-sysv3
644 ;;
645 e500v[12])
646 basic_machine=powerpc-unknown
647 os=$os"spe"
648 ;;
649 e500v[12]-*)
650 basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
651 os=$os"spe"
645652 ;;
646653 ebmon29k)
647654 basic_machine=a29k-amd
732739 hp9k8[0-9][0-9] | hp8[0-9][0-9])
733740 basic_machine=hppa1.0-hp
734741 ;;
735 hppa-next)
736 os=-nextstep3
737 ;;
738742 hppaosf)
739743 basic_machine=hppa1.1-hp
740744 os=-osf
747751 basic_machine=i370-ibm
748752 ;;
749753 i*86v32)
750 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
754 basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
751755 os=-sysv32
752756 ;;
753757 i*86v4*)
754 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
758 basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
755759 os=-sysv4
756760 ;;
757761 i*86v)
758 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
762 basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
759763 os=-sysv
760764 ;;
761765 i*86sol2)
762 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
766 basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
763767 os=-solaris2
764768 ;;
765769 i386mach)
766770 basic_machine=i386-mach
767771 os=-mach
768772 ;;
769 i386-vsta | vsta)
773 vsta)
770774 basic_machine=i386-unknown
771775 os=-vsta
772776 ;;
785789 os=-sysv
786790 ;;
787791 leon-*|leon[3-9]-*)
788 basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
792 basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
789793 ;;
790794 m68knommu)
791795 basic_machine=m68k-unknown
792796 os=-linux
793797 ;;
794798 m68knommu-*)
795 basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
799 basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
796800 os=-linux
797 ;;
798 m88k-omron*)
799 basic_machine=m88k-omron
800801 ;;
801802 magnum | m3230)
802803 basic_machine=mips-mips
829830 os=-mint
830831 ;;
831832 mips3*-*)
832 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
833 basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
833834 ;;
834835 mips3*)
835 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
836 basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
836837 ;;
837838 monitor)
838839 basic_machine=m68k-rom68k
851852 os=-msdos
852853 ;;
853854 ms1-*)
854 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
855 basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
855856 ;;
856857 msys)
857858 basic_machine=i686-pc
893894 basic_machine=v70-nec
894895 os=-sysv
895896 ;;
896 next | m*-next )
897 next | m*-next)
897898 basic_machine=m68k-next
898899 case $os in
899900 -nextstep* )
938939 nsr-tandem)
939940 basic_machine=nsr-tandem
940941 ;;
942 nsv-tandem)
943 basic_machine=nsv-tandem
944 ;;
945 nsx-tandem)
946 basic_machine=nsx-tandem
947 ;;
941948 op50n-* | op60c-*)
942949 basic_machine=hppa1.1-oki
943950 os=-proelf
970977 os=-linux
971978 ;;
972979 parisc-*)
973 basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
980 basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
974981 os=-linux
975982 ;;
976983 pbd)
986993 basic_machine=i386-pc
987994 ;;
988995 pc98-*)
989 basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
996 basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
990997 ;;
991998 pentium | p5 | k5 | k6 | nexgen | viac3)
992999 basic_machine=i586-pc
10011008 basic_machine=i786-pc
10021009 ;;
10031010 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
1004 basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
1011 basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
10051012 ;;
10061013 pentiumpro-* | p6-* | 6x86-* | athlon-*)
1007 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
1014 basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
10081015 ;;
10091016 pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
1010 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
1017 basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
10111018 ;;
10121019 pentium4-*)
1013 basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
1020 basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
10141021 ;;
10151022 pn)
10161023 basic_machine=pn-gould
10201027 ppc | ppcbe) basic_machine=powerpc-unknown
10211028 ;;
10221029 ppc-* | ppcbe-*)
1023 basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
1024 ;;
1025 ppcle | powerpclittle | ppc-le | powerpc-little)
1030 basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
1031 ;;
1032 ppcle | powerpclittle)
10261033 basic_machine=powerpcle-unknown
10271034 ;;
10281035 ppcle-* | powerpclittle-*)
1029 basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
1036 basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
10301037 ;;
10311038 ppc64) basic_machine=powerpc64-unknown
10321039 ;;
1033 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
1034 ;;
1035 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
1040 ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
1041 ;;
1042 ppc64le | powerpc64little)
10361043 basic_machine=powerpc64le-unknown
10371044 ;;
10381045 ppc64le-* | powerpc64little-*)
1039 basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
1046 basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
10401047 ;;
10411048 ps2)
10421049 basic_machine=i386-ibm
10901097 sequent)
10911098 basic_machine=i386-sequent
10921099 ;;
1093 sh)
1094 basic_machine=sh-hitachi
1095 os=-hms
1096 ;;
10971100 sh5el)
10981101 basic_machine=sh5le-unknown
10991102 ;;
1100 sh64)
1101 basic_machine=sh64-unknown
1102 ;;
1103 sparclite-wrs | simso-wrs)
1103 simso-wrs)
11041104 basic_machine=sparclite-wrs
11051105 os=-vxworks
11061106 ;;
11191119 os=-sysv4
11201120 ;;
11211121 strongarm-* | thumb-*)
1122 basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
1122 basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
11231123 ;;
11241124 sun2)
11251125 basic_machine=m68000-sun
12411241 basic_machine=hppa1.1-winbond
12421242 os=-proelf
12431243 ;;
1244 x64)
1245 basic_machine=x86_64-pc
1246 ;;
12441247 xbox)
12451248 basic_machine=i686-pc
12461249 os=-mingw32
12491252 basic_machine=xps100-honeywell
12501253 ;;
12511254 xscale-* | xscalee[bl]-*)
1252 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
1255 basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
12531256 ;;
12541257 ymp)
12551258 basic_machine=ymp-cray
12561259 os=-unicos
1257 ;;
1258 z8k-*-coff)
1259 basic_machine=z8k-unknown
1260 os=-sim
1261 ;;
1262 z80-*-coff)
1263 basic_machine=z80-unknown
1264 os=-sim
12651260 ;;
12661261 none)
12671262 basic_machine=none-none
12911286 vax)
12921287 basic_machine=vax-dec
12931288 ;;
1294 pdp10)
1295 # there are many clones, so DEC is not a safe bet
1296 basic_machine=pdp10-unknown
1297 ;;
12981289 pdp11)
12991290 basic_machine=pdp11-dec
13001291 ;;
13041295 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
13051296 basic_machine=sh-unknown
13061297 ;;
1307 sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
1308 basic_machine=sparc-sun
1309 ;;
13101298 cydra)
13111299 basic_machine=cydra-cydrome
13121300 ;;
13261314 # Make sure to match an already-canonicalized machine name.
13271315 ;;
13281316 *)
1329 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1317 echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
13301318 exit 1
13311319 ;;
13321320 esac
13341322 # Here we canonicalize certain aliases for manufacturers.
13351323 case $basic_machine in
13361324 *-digital*)
1337 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
1325 basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
13381326 ;;
13391327 *-commodore*)
1340 basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
1328 basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
13411329 ;;
13421330 *)
13431331 ;;
13481336 if [ x"$os" != x"" ]
13491337 then
13501338 case $os in
1351 # First match some system type aliases
1352 # that might get confused with valid system types.
1339 # First match some system type aliases that might get confused
1340 # with valid system types.
13531341 # -solaris* is a basic system type, with this one exception.
13541342 -auroraux)
13551343 os=-auroraux
13601348 -solaris)
13611349 os=-solaris2
13621350 ;;
1363 -svr4*)
1364 os=-sysv4
1365 ;;
13661351 -unixware*)
13671352 os=-sysv4.2uw
13681353 ;;
13691354 -gnu/linux*)
13701355 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
13711356 ;;
1372 # First accept the basic system types.
1357 # es1800 is here to avoid being matched by es* (a different OS)
1358 -es1800*)
1359 os=-ose
1360 ;;
1361 # Now accept the basic system types.
13731362 # The portable systems comes first.
1374 # Each alternative MUST END IN A *, to match a version number.
1363 # Each alternative MUST end in a * to match a version number.
13751364 # -sysv* is not here because it comes later, after sysvr4.
13761365 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
13771366 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
13811370 | -aos* | -aros* | -cloudabi* | -sortix* \
13821371 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
13831372 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1384 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
1385 | -bitrig* | -openbsd* | -solidbsd* \
1373 | -hiux* | -knetbsd* | -mirbsd* | -netbsd* \
1374 | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \
13861375 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
13871376 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
13881377 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
13891378 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1390 | -chorusos* | -chorusrdb* | -cegcc* \
1379 | -chorusos* | -chorusrdb* | -cegcc* | -glidix* \
13911380 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1392 | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
1381 | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
13931382 | -linux-newlib* | -linux-musl* | -linux-uclibc* \
13941383 | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
1395 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1384 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* \
13961385 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
13971386 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
13981387 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1399 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1388 | -morphos* | -superux* | -rtmk* | -windiss* \
14001389 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1401 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
1390 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
1391 | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme* \
1392 | -midnightbsd*)
14021393 # Remember, each alternative MUST END IN *, to match a version number.
14031394 ;;
14041395 -qnx*)
14151406 -nto*)
14161407 os=`echo $os | sed -e 's|nto|nto-qnx|'`
14171408 ;;
1418 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1419 | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
1409 -sim | -xray | -os68k* | -v88r* \
1410 | -windows* | -osx | -abug | -netware* | -os9* \
14201411 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
14211412 ;;
14221413 -mac*)
1423 os=`echo $os | sed -e 's|mac|macos|'`
1414 os=`echo "$os" | sed -e 's|mac|macos|'`
14241415 ;;
14251416 -linux-dietlibc)
14261417 os=-linux-dietlibc
14291420 os=`echo $os | sed -e 's|linux|linux-gnu|'`
14301421 ;;
14311422 -sunos5*)
1432 os=`echo $os | sed -e 's|sunos5|solaris2|'`
1423 os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
14331424 ;;
14341425 -sunos6*)
1435 os=`echo $os | sed -e 's|sunos6|solaris3|'`
1426 os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
14361427 ;;
14371428 -opened*)
14381429 os=-openedition
14431434 -wince*)
14441435 os=-wince
14451436 ;;
1446 -osfrose*)
1447 os=-osfrose
1448 ;;
1449 -osf*)
1450 os=-osf
1451 ;;
14521437 -utek*)
14531438 os=-bsd
14541439 ;;
14731458 -nova*)
14741459 os=-rtmk-nova
14751460 ;;
1476 -ns2 )
1461 -ns2)
14771462 os=-nextstep2
14781463 ;;
14791464 -nsk*)
14951480 -oss*)
14961481 os=-sysv3
14971482 ;;
1498 -svr4)
1483 -svr4*)
14991484 os=-sysv4
15001485 ;;
15011486 -svr3)
15101495 -ose*)
15111496 os=-ose
15121497 ;;
1513 -es1800*)
1514 os=-ose
1515 ;;
1516 -xenix)
1517 os=-xenix
1518 ;;
15191498 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
15201499 os=-mint
15211500 ;;
1522 -aros*)
1523 os=-aros
1524 ;;
15251501 -zvmoe)
15261502 os=-zvmoe
15271503 ;;
15281504 -dicos*)
15291505 os=-dicos
15301506 ;;
1507 -pikeos*)
1508 # Until real need of OS specific support for
1509 # particular features comes up, bare metal
1510 # configurations are quite functional.
1511 case $basic_machine in
1512 arm*)
1513 os=-eabi
1514 ;;
1515 *)
1516 os=-elf
1517 ;;
1518 esac
1519 ;;
15311520 -nacl*)
1521 ;;
1522 -ios)
15321523 ;;
15331524 -none)
15341525 ;;
15351526 *)
15361527 # Get rid of the `-' at the beginning of $os.
15371528 os=`echo $os | sed 's/[^-]*-//'`
1538 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
1529 echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
15391530 exit 1
15401531 ;;
15411532 esac
16251616 sparc-* | *-sun)
16261617 os=-sunos4.1.1
16271618 ;;
1619 pru-*)
1620 os=-elf
1621 ;;
16281622 *-be)
16291623 os=-beos
16301624 ;;
1631 *-haiku)
1632 os=-haiku
1633 ;;
16341625 *-ibm)
16351626 os=-aix
16361627 ;;
16701661 m88k-omron*)
16711662 os=-luna
16721663 ;;
1673 *-next )
1664 *-next)
16741665 os=-nextstep
16751666 ;;
16761667 *-sequent)
16841675 ;;
16851676 i370-*)
16861677 os=-mvs
1687 ;;
1688 *-next)
1689 os=-nextstep3
16901678 ;;
16911679 *-gould)
16921680 os=-sysv
17971785 vendor=stratus
17981786 ;;
17991787 esac
1800 basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
1788 basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
18011789 ;;
18021790 esac
18031791
1804 echo $basic_machine$os
1792 echo "$basic_machine$os"
18051793 exit
18061794
18071795 # Local variables:
1808 # eval: (add-hook 'write-file-hooks 'time-stamp)
1796 # eval: (add-hook 'write-file-functions 'time-stamp)
18091797 # time-stamp-start: "timestamp='"
18101798 # time-stamp-format: "%:y-%02m-%02d"
18111799 # time-stamp-end: "'"
+3422
-2926
configure less more
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for growl-for-linux 0.8.5.
2 # Generated by GNU Autoconf 2.71 for growl-for-linux 0.8.5.
33 #
44 # Report bugs to <mattn.jp@gmail.com>.
55 #
66 #
7 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
8 # Inc.
89 #
910 #
1011 # This configure script is free software; the Free Software Foundation
1516
1617 # Be more Bourne compatible
1718 DUALCASE=1; export DUALCASE # for MKS sh
18 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
19 as_nop=:
20 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
21 then :
1922 emulate sh
2023 NULLCMD=:
2124 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2225 # is contrary to our usage. Disable this feature.
2326 alias -g '${1+"$@"}'='"$@"'
2427 setopt NO_GLOB_SUBST
25 else
28 else $as_nop
2629 case `(set -o) 2>/dev/null` in #(
2730 *posix*) :
2831 set -o posix ;; #(
3235 fi
3336
3437
38
39 # Reset variables that may have inherited troublesome values from
40 # the environment.
41
42 # IFS needs to be set, to space, tab, and newline, in precisely that order.
43 # (If _AS_PATH_WALK were called with IFS unset, it would have the
44 # side effect of setting IFS to empty, thus disabling word splitting.)
45 # Quoting is to prevent editors from complaining about space-tab.
3546 as_nl='
3647 '
3748 export as_nl
38 # Printing a long string crashes Solaris 7 /usr/bin/printf.
39 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
42 # Prefer a ksh shell builtin over an external printf program on Solaris,
43 # but without wasting forks for bash or zsh.
44 if test -z "$BASH_VERSION$ZSH_VERSION" \
45 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo='print -r --'
47 as_echo_n='print -rn --'
48 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='printf %s\n'
50 as_echo_n='printf %s'
51 else
52 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
53 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
54 as_echo_n='/usr/ucb/echo -n'
55 else
56 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
57 as_echo_n_body='eval
58 arg=$1;
59 case $arg in #(
60 *"$as_nl"*)
61 expr "X$arg" : "X\\(.*\\)$as_nl";
62 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 esac;
64 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
65 '
66 export as_echo_n_body
67 as_echo_n='sh -c $as_echo_n_body as_echo'
68 fi
69 export as_echo_body
70 as_echo='sh -c $as_echo_body as_echo'
71 fi
49 IFS=" "" $as_nl"
50
51 PS1='$ '
52 PS2='> '
53 PS4='+ '
54
55 # Ensure predictable behavior from utilities with locale-dependent output.
56 LC_ALL=C
57 export LC_ALL
58 LANGUAGE=C
59 export LANGUAGE
60
61 # We cannot yet rely on "unset" to work, but we need these variables
62 # to be unset--not just set to an empty or harmless value--now, to
63 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
64 # also avoids known problems related to "unset" and subshell syntax
65 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
66 for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
67 do eval test \${$as_var+y} \
68 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
69 done
70
71 # Ensure that fds 0, 1, and 2 are open.
72 if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
73 if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
74 if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
7275
7376 # The user is always right.
74 if test "${PATH_SEPARATOR+set}" != set; then
77 if ${PATH_SEPARATOR+false} :; then
7578 PATH_SEPARATOR=:
7679 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
7780 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
7982 }
8083 fi
8184
82
83 # IFS
84 # We need space, tab and new line, in precisely that order. Quoting is
85 # there to prevent editors from complaining about space-tab.
86 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
87 # splitting by setting IFS to empty value.)
88 IFS=" "" $as_nl"
8985
9086 # Find who we are. Look in the path if we contain no directory separator.
9187 as_myself=
9591 for as_dir in $PATH
9692 do
9793 IFS=$as_save_IFS
98 test -z "$as_dir" && as_dir=.
99 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
94 case $as_dir in #(((
95 '') as_dir=./ ;;
96 */) ;;
97 *) as_dir=$as_dir/ ;;
98 esac
99 test -r "$as_dir$0" && as_myself=$as_dir$0 && break
100100 done
101101 IFS=$as_save_IFS
102102
108108 as_myself=$0
109109 fi
110110 if test ! -f "$as_myself"; then
111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112112 exit 1
113113 fi
114114
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there. '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
126
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
132
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135115
136116 # Use a proper internal environment variable to ensure we don't fall
137117 # into an infinite loop, continuously re-executing ourselves.
153133 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
154134 # Admittedly, this is quite paranoid, since all the known shells bail
155135 # out after a failed `exec'.
156 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
157 as_fn_exit 255
136 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
137 exit 255
158138 fi
159139 # We don't want this to propagate to other subprocesses.
160140 { _as_can_reexec=; unset _as_can_reexec;}
161141 if test "x$CONFIG_SHELL" = x; then
162 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
142 as_bourne_compatible="as_nop=:
143 if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
144 then :
163145 emulate sh
164146 NULLCMD=:
165147 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
166148 # is contrary to our usage. Disable this feature.
167149 alias -g '\${1+\"\$@\"}'='\"\$@\"'
168150 setopt NO_GLOB_SUBST
169 else
151 else \$as_nop
170152 case \`(set -o) 2>/dev/null\` in #(
171153 *posix*) :
172154 set -o posix ;; #(
186168 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
187169 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
188170 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
189 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
190
191 else
171 if ( set x; as_fn_ret_success y && test x = \"\$1\" )
172 then :
173
174 else \$as_nop
192175 exitcode=1; echo positional parameters were not saved.
193176 fi
194177 test x\$exitcode = x0 || exit 1
178 blah=\$(echo \$(echo blah))
179 test x\"\$blah\" = xblah || exit 1
195180 test -x / || exit 1"
196181 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
197182 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
206191 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207192 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
208193 test \$(( 1 + 1 )) = 2 || exit 1"
209 if (eval "$as_required") 2>/dev/null; then :
194 if (eval "$as_required") 2>/dev/null
195 then :
210196 as_have_required=yes
211 else
197 else $as_nop
212198 as_have_required=no
213199 fi
214 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
215
216 else
200 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
201 then :
202
203 else $as_nop
217204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
218205 as_found=false
219206 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
220207 do
221208 IFS=$as_save_IFS
222 test -z "$as_dir" && as_dir=.
209 case $as_dir in #(((
210 '') as_dir=./ ;;
211 */) ;;
212 *) as_dir=$as_dir/ ;;
213 esac
223214 as_found=:
224215 case $as_dir in #(
225216 /*)
226217 for as_base in sh bash ksh sh5; do
227218 # Try only shells that exist, to save several forks.
228 as_shell=$as_dir/$as_base
219 as_shell=$as_dir$as_base
229220 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
230 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
221 as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null
222 then :
231223 CONFIG_SHELL=$as_shell as_have_required=yes
232 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
224 if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null
225 then :
233226 break 2
234227 fi
235228 fi
237230 esac
238231 as_found=false
239232 done
240 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
241 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
233 IFS=$as_save_IFS
234 if $as_found
235 then :
236
237 else $as_nop
238 if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
239 as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
240 then :
242241 CONFIG_SHELL=$SHELL as_have_required=yes
243 fi; }
244 IFS=$as_save_IFS
245
246
247 if test "x$CONFIG_SHELL" != x; then :
242 fi
243 fi
244
245
246 if test "x$CONFIG_SHELL" != x
247 then :
248248 export CONFIG_SHELL
249249 # We cannot yet assume a decent shell, so we have to provide a
250250 # neutralization value for shells without unset; and this also
262262 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
263263 # Admittedly, this is quite paranoid, since all the known shells bail
264264 # out after a failed `exec'.
265 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
266266 exit 255
267267 fi
268268
269 if test x$as_have_required = xno; then :
270 $as_echo "$0: This script requires a shell more modern than all"
271 $as_echo "$0: the shells that I found on your system."
272 if test x${ZSH_VERSION+set} = xset ; then
273 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
274 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269 if test x$as_have_required = xno
270 then :
271 printf "%s\n" "$0: This script requires a shell more modern than all"
272 printf "%s\n" "$0: the shells that I found on your system."
273 if test ${ZSH_VERSION+y} ; then
274 printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
275 printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
275276 else
276 $as_echo "$0: Please tell bug-autoconf@gnu.org and mattn.jp@gmail.com
277 printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and mattn.jp@gmail.com
277278 $0: about your system, including any error possibly output
278279 $0: before this message. Then install a modern shell, or
279280 $0: manually run the script under such a shell if you do
301302 }
302303 as_unset=as_fn_unset
303304
305
304306 # as_fn_set_status STATUS
305307 # -----------------------
306308 # Set $? to STATUS, without forking.
318320 as_fn_set_status $1
319321 exit $1
320322 } # as_fn_exit
323 # as_fn_nop
324 # ---------
325 # Do nothing but, unlike ":", preserve the value of $?.
326 as_fn_nop ()
327 {
328 return $?
329 }
330 as_nop=as_fn_nop
321331
322332 # as_fn_mkdir_p
323333 # -------------
332342 as_dirs=
333343 while :; do
334344 case $as_dir in #(
335 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
345 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
336346 *) as_qdir=$as_dir;;
337347 esac
338348 as_dirs="'$as_qdir' $as_dirs"
341351 X"$as_dir" : 'X\(//\)[^/]' \| \
342352 X"$as_dir" : 'X\(//\)$' \| \
343353 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
344 $as_echo X"$as_dir" |
354 printf "%s\n" X"$as_dir" |
345355 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
346356 s//\1/
347357 q
380390 # advantage of any shell optimizations that allow amortized linear growth over
381391 # repeated appends, instead of the typical quadratic growth present in naive
382392 # implementations.
383 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
393 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
394 then :
384395 eval 'as_fn_append ()
385396 {
386397 eval $1+=\$2
387398 }'
388 else
399 else $as_nop
389400 as_fn_append ()
390401 {
391402 eval $1=\$$1\$2
397408 # Perform arithmetic evaluation on the ARGs, and store the result in the
398409 # global $as_val. Take advantage of shells that can avoid forks. The arguments
399410 # must be portable across $(()) and expr.
400 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
411 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
412 then :
401413 eval 'as_fn_arith ()
402414 {
403415 as_val=$(( $* ))
404416 }'
405 else
417 else $as_nop
406418 as_fn_arith ()
407419 {
408420 as_val=`expr "$@" || test $? -eq 1`
409421 }
410422 fi # as_fn_arith
411423
424 # as_fn_nop
425 # ---------
426 # Do nothing but, unlike ":", preserve the value of $?.
427 as_fn_nop ()
428 {
429 return $?
430 }
431 as_nop=as_fn_nop
412432
413433 # as_fn_error STATUS ERROR [LINENO LOG_FD]
414434 # ----------------------------------------
420440 as_status=$1; test $as_status -eq 0 && as_status=1
421441 if test "$4"; then
422442 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
423 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
443 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
424444 fi
425 $as_echo "$as_me: error: $2" >&2
445 printf "%s\n" "$as_me: error: $2" >&2
426446 as_fn_exit $as_status
427447 } # as_fn_error
428448
449469 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
450470 X"$0" : 'X\(//\)$' \| \
451471 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
452 $as_echo X/"$0" |
472 printf "%s\n" X/"$0" |
453473 sed '/^.*\/\([^/][^/]*\)\/*$/{
454474 s//\1/
455475 q
493513 s/-\n.*//
494514 ' >$as_me.lineno &&
495515 chmod +x "$as_me.lineno" ||
496 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
516 { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
497517
498518 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
499519 # already done that, so ensure we don't try to do so again and fall
507527 exit
508528 }
509529
530
531 # Determine whether it's possible to make 'echo' print without a newline.
532 # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
533 # for compatibility with existing Makefiles.
510534 ECHO_C= ECHO_N= ECHO_T=
511535 case `echo -n x` in #(((((
512536 -n*)
519543 *)
520544 ECHO_N='-n';;
521545 esac
546
547 # For backward compatibility with old third-party macros, we provide
548 # the shell variables $as_echo and $as_echo_n. New code should use
549 # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
550 as_echo='printf %s\n'
551 as_echo_n='printf %s'
552
522553
523554 rm -f conf$$ conf$$.exe conf$$.file
524555 if test -d conf$$.dir; then
597628 ac_unique_file="gol.c"
598629 # Factoring default headers for most tests.
599630 ac_includes_default="\
600 #include <stdio.h>
601 #ifdef HAVE_SYS_TYPES_H
602 # include <sys/types.h>
631 #include <stddef.h>
632 #ifdef HAVE_STDIO_H
633 # include <stdio.h>
603634 #endif
604 #ifdef HAVE_SYS_STAT_H
605 # include <sys/stat.h>
606 #endif
607 #ifdef STDC_HEADERS
635 #ifdef HAVE_STDLIB_H
608636 # include <stdlib.h>
609 # include <stddef.h>
610 #else
611 # ifdef HAVE_STDLIB_H
612 # include <stdlib.h>
613 # endif
614637 #endif
615638 #ifdef HAVE_STRING_H
616 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
617 # include <memory.h>
618 # endif
619639 # include <string.h>
620 #endif
621 #ifdef HAVE_STRINGS_H
622 # include <strings.h>
623640 #endif
624641 #ifdef HAVE_INTTYPES_H
625642 # include <inttypes.h>
627644 #ifdef HAVE_STDINT_H
628645 # include <stdint.h>
629646 #endif
647 #ifdef HAVE_STRINGS_H
648 # include <strings.h>
649 #endif
650 #ifdef HAVE_SYS_TYPES_H
651 # include <sys/types.h>
652 #endif
653 #ifdef HAVE_SYS_STAT_H
654 # include <sys/stat.h>
655 #endif
630656 #ifdef HAVE_UNISTD_H
631657 # include <unistd.h>
632658 #endif"
633659
660 ac_header_c_list=
634661 ac_subst_vars='am__EXEEXT_FALSE
635662 am__EXEEXT_TRUE
636663 LTLIBOBJS
663690 PKG_CONFIG_LIBDIR
664691 PKG_CONFIG_PATH
665692 PKG_CONFIG
666 CPP
667693 LT_SYS_LIBRARY_PATH
668694 OTOOL64
669695 OTOOL
701727 AMDEPBACKSLASH
702728 AMDEP_FALSE
703729 AMDEP_TRUE
704 am__quote
705730 am__include
706731 DEPDIR
707732 OBJEXT
715740 AM_DEFAULT_VERBOSITY
716741 AM_DEFAULT_V
717742 AM_V
743 CSCOPE
744 ETAGS
745 CTAGS
718746 am__untar
719747 am__tar
720748 AMTAR
776804 PACKAGE_TARNAME
777805 PACKAGE_NAME
778806 PATH_SEPARATOR
779 SHELL'
807 SHELL
808 am__quote'
780809 ac_subst_files=''
781810 ac_user_opts='
782811 enable_option_checking
802831 LIBS
803832 CPPFLAGS
804833 LT_SYS_LIBRARY_PATH
805 CPP
806834 PKG_CONFIG
807835 PKG_CONFIG_PATH
808836 PKG_CONFIG_LIBDIR
896924 *) ac_optarg=yes ;;
897925 esac
898926
899 # Accept the important Cygnus configure options, so we can diagnose typos.
900
901927 case $ac_dashdash$ac_option in
902928 --)
903929 ac_dashdash=yes ;;
938964 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
939965 # Reject names that are not valid shell variable names.
940966 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
941 as_fn_error $? "invalid feature name: $ac_useropt"
967 as_fn_error $? "invalid feature name: \`$ac_useropt'"
942968 ac_useropt_orig=$ac_useropt
943 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
969 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
944970 case $ac_user_opts in
945971 *"
946972 "enable_$ac_useropt"
964990 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
965991 # Reject names that are not valid shell variable names.
966992 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
967 as_fn_error $? "invalid feature name: $ac_useropt"
993 as_fn_error $? "invalid feature name: \`$ac_useropt'"
968994 ac_useropt_orig=$ac_useropt
969 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
995 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
970996 case $ac_user_opts in
971997 *"
972998 "enable_$ac_useropt"
11771203 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
11781204 # Reject names that are not valid shell variable names.
11791205 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1180 as_fn_error $? "invalid package name: $ac_useropt"
1206 as_fn_error $? "invalid package name: \`$ac_useropt'"
11811207 ac_useropt_orig=$ac_useropt
1182 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1208 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
11831209 case $ac_user_opts in
11841210 *"
11851211 "with_$ac_useropt"
11931219 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
11941220 # Reject names that are not valid shell variable names.
11951221 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1196 as_fn_error $? "invalid package name: $ac_useropt"
1222 as_fn_error $? "invalid package name: \`$ac_useropt'"
11971223 ac_useropt_orig=$ac_useropt
1198 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1224 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
11991225 case $ac_user_opts in
12001226 *"
12011227 "with_$ac_useropt"
12391265
12401266 *)
12411267 # FIXME: should be removed in autoconf 3.0.
1242 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1268 printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
12431269 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1244 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1270 printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
12451271 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
12461272 ;;
12471273
12571283 case $enable_option_checking in
12581284 no) ;;
12591285 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1260 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1286 *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
12611287 esac
12621288 fi
12631289
13211347 X"$as_myself" : 'X\(//\)[^/]' \| \
13221348 X"$as_myself" : 'X\(//\)$' \| \
13231349 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1324 $as_echo X"$as_myself" |
1350 printf "%s\n" X"$as_myself" |
13251351 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13261352 s//\1/
13271353 q
14941520 you have headers in a nonstandard directory <include dir>
14951521 LT_SYS_LIBRARY_PATH
14961522 User-defined run-time library search path.
1497 CPP C preprocessor
14981523 PKG_CONFIG path to pkg-config utility
14991524 PKG_CONFIG_PATH
15001525 directories to add to pkg-config's search path
15601585 case "$ac_dir" in
15611586 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15621587 *)
1563 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1588 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
15641589 # A ".." for each directory in $ac_dir_suffix.
1565 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1590 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15661591 case $ac_top_builddir_sub in
15671592 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15681593 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15901615 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15911616
15921617 cd "$ac_dir" || { ac_status=$?; continue; }
1593 # Check for guested configure.
1618 # Check for configure.gnu first; this name is used for a wrapper for
1619 # Metaconfig's "Configure" on case-insensitive file systems.
15941620 if test -f "$ac_srcdir/configure.gnu"; then
15951621 echo &&
15961622 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
15981624 echo &&
15991625 $SHELL "$ac_srcdir/configure" --help=recursive
16001626 else
1601 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1627 printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
16021628 fi || ac_status=$?
16031629 cd "$ac_pwd" || { ac_status=$?; break; }
16041630 done
16081634 if $ac_init_version; then
16091635 cat <<\_ACEOF
16101636 growl-for-linux configure 0.8.5
1611 generated by GNU Autoconf 2.69
1612
1613 Copyright (C) 2012 Free Software Foundation, Inc.
1637 generated by GNU Autoconf 2.71
1638
1639 Copyright (C) 2021 Free Software Foundation, Inc.
16141640 This configure script is free software; the Free Software Foundation
16151641 gives unlimited permission to copy, distribute and modify it.
16161642 _ACEOF
16271653 ac_fn_c_try_compile ()
16281654 {
16291655 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1630 rm -f conftest.$ac_objext
1656 rm -f conftest.$ac_objext conftest.beam
16311657 if { { ac_try="$ac_compile"
16321658 case "(($ac_try" in
16331659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16341660 *) ac_try_echo=$ac_try;;
16351661 esac
16361662 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1637 $as_echo "$ac_try_echo"; } >&5
1663 printf "%s\n" "$ac_try_echo"; } >&5
16381664 (eval "$ac_compile") 2>conftest.err
16391665 ac_status=$?
16401666 if test -s conftest.err; then
16421668 cat conftest.er1 >&5
16431669 mv -f conftest.er1 conftest.err
16441670 fi
1645 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1671 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16461672 test $ac_status = 0; } && {
16471673 test -z "$ac_c_werror_flag" ||
16481674 test ! -s conftest.err
1649 } && test -s conftest.$ac_objext; then :
1675 } && test -s conftest.$ac_objext
1676 then :
16501677 ac_retval=0
1651 else
1652 $as_echo "$as_me: failed program was:" >&5
1678 else $as_nop
1679 printf "%s\n" "$as_me: failed program was:" >&5
16531680 sed 's/^/| /' conftest.$ac_ext >&5
16541681
16551682 ac_retval=1
16651692 ac_fn_c_try_link ()
16661693 {
16671694 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1668 rm -f conftest.$ac_objext conftest$ac_exeext
1695 rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext
16691696 if { { ac_try="$ac_link"
16701697 case "(($ac_try" in
16711698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16721699 *) ac_try_echo=$ac_try;;
16731700 esac
16741701 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1675 $as_echo "$ac_try_echo"; } >&5
1702 printf "%s\n" "$ac_try_echo"; } >&5
16761703 (eval "$ac_link") 2>conftest.err
16771704 ac_status=$?
16781705 if test -s conftest.err; then
16801707 cat conftest.er1 >&5
16811708 mv -f conftest.er1 conftest.err
16821709 fi
1683 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1710 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16841711 test $ac_status = 0; } && {
16851712 test -z "$ac_c_werror_flag" ||
16861713 test ! -s conftest.err
16871714 } && test -s conftest$ac_exeext && {
16881715 test "$cross_compiling" = yes ||
16891716 test -x conftest$ac_exeext
1690 }; then :
1717 }
1718 then :
16911719 ac_retval=0
1692 else
1693 $as_echo "$as_me: failed program was:" >&5
1720 else $as_nop
1721 printf "%s\n" "$as_me: failed program was:" >&5
16941722 sed 's/^/| /' conftest.$ac_ext >&5
16951723
16961724 ac_retval=1
17121740 ac_fn_c_check_header_compile ()
17131741 {
17141742 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1716 $as_echo_n "checking for $2... " >&6; }
1717 if eval \${$3+:} false; then :
1718 $as_echo_n "(cached) " >&6
1719 else
1743 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1744 printf %s "checking for $2... " >&6; }
1745 if eval test \${$3+y}
1746 then :
1747 printf %s "(cached) " >&6
1748 else $as_nop
17201749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17211750 /* end confdefs.h. */
17221751 $4
17231752 #include <$2>
17241753 _ACEOF
1725 if ac_fn_c_try_compile "$LINENO"; then :
1754 if ac_fn_c_try_compile "$LINENO"
1755 then :
17261756 eval "$3=yes"
1727 else
1757 else $as_nop
17281758 eval "$3=no"
17291759 fi
1730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1760 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
17311761 fi
17321762 eval ac_res=\$$3
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1734 $as_echo "$ac_res" >&6; }
1763 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1764 printf "%s\n" "$ac_res" >&6; }
17351765 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
17361766
17371767 } # ac_fn_c_check_header_compile
1738
1739 # ac_fn_c_try_cpp LINENO
1740 # ----------------------
1741 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1742 ac_fn_c_try_cpp ()
1743 {
1744 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1745 if { { ac_try="$ac_cpp conftest.$ac_ext"
1746 case "(($ac_try" in
1747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1748 *) ac_try_echo=$ac_try;;
1749 esac
1750 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1751 $as_echo "$ac_try_echo"; } >&5
1752 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1753 ac_status=$?
1754 if test -s conftest.err; then
1755 grep -v '^ *+' conftest.err >conftest.er1
1756 cat conftest.er1 >&5
1757 mv -f conftest.er1 conftest.err
1758 fi
1759 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1760 test $ac_status = 0; } > conftest.i && {
1761 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1762 test ! -s conftest.err
1763 }; then :
1764 ac_retval=0
1765 else
1766 $as_echo "$as_me: failed program was:" >&5
1767 sed 's/^/| /' conftest.$ac_ext >&5
1768
1769 ac_retval=1
1770 fi
1771 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1772 as_fn_set_status $ac_retval
1773
1774 } # ac_fn_c_try_cpp
1775
1776 # ac_fn_c_try_run LINENO
1777 # ----------------------
1778 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1779 # that executables *can* be run.
1780 ac_fn_c_try_run ()
1781 {
1782 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1783 if { { ac_try="$ac_link"
1784 case "(($ac_try" in
1785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1786 *) ac_try_echo=$ac_try;;
1787 esac
1788 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1789 $as_echo "$ac_try_echo"; } >&5
1790 (eval "$ac_link") 2>&5
1791 ac_status=$?
1792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1793 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1794 { { case "(($ac_try" in
1795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1796 *) ac_try_echo=$ac_try;;
1797 esac
1798 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1799 $as_echo "$ac_try_echo"; } >&5
1800 (eval "$ac_try") 2>&5
1801 ac_status=$?
1802 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1803 test $ac_status = 0; }; }; then :
1804 ac_retval=0
1805 else
1806 $as_echo "$as_me: program exited with status $ac_status" >&5
1807 $as_echo "$as_me: failed program was:" >&5
1808 sed 's/^/| /' conftest.$ac_ext >&5
1809
1810 ac_retval=$ac_status
1811 fi
1812 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1813 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1814 as_fn_set_status $ac_retval
1815
1816 } # ac_fn_c_try_run
18171768
18181769 # ac_fn_c_check_func LINENO FUNC VAR
18191770 # ----------------------------------
18211772 ac_fn_c_check_func ()
18221773 {
18231774 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1825 $as_echo_n "checking for $2... " >&6; }
1826 if eval \${$3+:} false; then :
1827 $as_echo_n "(cached) " >&6
1828 else
1775 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1776 printf %s "checking for $2... " >&6; }
1777 if eval test \${$3+y}
1778 then :
1779 printf %s "(cached) " >&6
1780 else $as_nop
18291781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18301782 /* end confdefs.h. */
18311783 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
18331785 #define $2 innocuous_$2
18341786
18351787 /* System header to define __stub macros and hopefully few prototypes,
1836 which can conflict with char $2 (); below.
1837 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1838 <limits.h> exists even on freestanding compilers. */
1839
1840 #ifdef __STDC__
1841 # include <limits.h>
1842 #else
1843 # include <assert.h>
1844 #endif
1845
1788 which can conflict with char $2 (); below. */
1789
1790 #include <limits.h>
18461791 #undef $2
18471792
18481793 /* Override any GCC internal prototype to avoid an error.
18601805 #endif
18611806
18621807 int
1863 main ()
1808 main (void)
18641809 {
18651810 return $2 ();
18661811 ;
18671812 return 0;
18681813 }
18691814 _ACEOF
1870 if ac_fn_c_try_link "$LINENO"; then :
1815 if ac_fn_c_try_link "$LINENO"
1816 then :
18711817 eval "$3=yes"
1872 else
1818 else $as_nop
18731819 eval "$3=no"
18741820 fi
1875 rm -f core conftest.err conftest.$ac_objext \
1821 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18761822 conftest$ac_exeext conftest.$ac_ext
18771823 fi
18781824 eval ac_res=\$$3
1879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1880 $as_echo "$ac_res" >&6; }
1825 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1826 printf "%s\n" "$ac_res" >&6; }
18811827 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
18821828
18831829 } # ac_fn_c_check_func
1884
1885 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1886 # -------------------------------------------------------
1887 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1888 # the include files in INCLUDES and setting the cache variable VAR
1889 # accordingly.
1890 ac_fn_c_check_header_mongrel ()
1891 {
1892 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1893 if eval \${$3+:} false; then :
1894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1895 $as_echo_n "checking for $2... " >&6; }
1896 if eval \${$3+:} false; then :
1897 $as_echo_n "(cached) " >&6
1898 fi
1899 eval ac_res=\$$3
1900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1901 $as_echo "$ac_res" >&6; }
1902 else
1903 # Is the header compilable?
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1905 $as_echo_n "checking $2 usability... " >&6; }
1906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1907 /* end confdefs.h. */
1908 $4
1909 #include <$2>
1910 _ACEOF
1911 if ac_fn_c_try_compile "$LINENO"; then :
1912 ac_header_compiler=yes
1913 else
1914 ac_header_compiler=no
1915 fi
1916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1918 $as_echo "$ac_header_compiler" >&6; }
1919
1920 # Is the header present?
1921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1922 $as_echo_n "checking $2 presence... " >&6; }
1923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1924 /* end confdefs.h. */
1925 #include <$2>
1926 _ACEOF
1927 if ac_fn_c_try_cpp "$LINENO"; then :
1928 ac_header_preproc=yes
1929 else
1930 ac_header_preproc=no
1931 fi
1932 rm -f conftest.err conftest.i conftest.$ac_ext
1933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1934 $as_echo "$ac_header_preproc" >&6; }
1935
1936 # So? What about this header?
1937 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1938 yes:no: )
1939 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1940 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1941 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1942 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1943 ;;
1944 no:yes:* )
1945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1946 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1948 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1949 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1950 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1951 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1952 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1953 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1954 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1955 ( $as_echo "## --------------------------------- ##
1956 ## Report this to mattn.jp@gmail.com ##
1957 ## --------------------------------- ##"
1958 ) | sed "s/^/$as_me: WARNING: /" >&2
1959 ;;
1960 esac
1961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1962 $as_echo_n "checking for $2... " >&6; }
1963 if eval \${$3+:} false; then :
1964 $as_echo_n "(cached) " >&6
1965 else
1966 eval "$3=\$ac_header_compiler"
1967 fi
1968 eval ac_res=\$$3
1969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1970 $as_echo "$ac_res" >&6; }
1971 fi
1972 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1973
1974 } # ac_fn_c_check_header_mongrel
19751830
19761831 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
19771832 # -------------------------------------------
19801835 ac_fn_c_check_type ()
19811836 {
19821837 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1984 $as_echo_n "checking for $2... " >&6; }
1985 if eval \${$3+:} false; then :
1986 $as_echo_n "(cached) " >&6
1987 else
1838 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1839 printf %s "checking for $2... " >&6; }
1840 if eval test \${$3+y}
1841 then :
1842 printf %s "(cached) " >&6
1843 else $as_nop
19881844 eval "$3=no"
19891845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19901846 /* end confdefs.h. */
19911847 $4
19921848 int
1993 main ()
1849 main (void)
19941850 {
19951851 if (sizeof ($2))
19961852 return 0;
19981854 return 0;
19991855 }
20001856 _ACEOF
2001 if ac_fn_c_try_compile "$LINENO"; then :
1857 if ac_fn_c_try_compile "$LINENO"
1858 then :
20021859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20031860 /* end confdefs.h. */
20041861 $4
20051862 int
2006 main ()
1863 main (void)
20071864 {
20081865 if (sizeof (($2)))
20091866 return 0;
20111868 return 0;
20121869 }
20131870 _ACEOF
2014 if ac_fn_c_try_compile "$LINENO"; then :
2015
2016 else
1871 if ac_fn_c_try_compile "$LINENO"
1872 then :
1873
1874 else $as_nop
20171875 eval "$3=yes"
20181876 fi
2019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2020 fi
2021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1877 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1878 fi
1879 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
20221880 fi
20231881 eval ac_res=\$$3
2024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2025 $as_echo "$ac_res" >&6; }
1882 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1883 printf "%s\n" "$ac_res" >&6; }
20261884 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
20271885
20281886 } # ac_fn_c_check_type
1887
1888 # ac_fn_c_try_run LINENO
1889 # ----------------------
1890 # Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that
1891 # executables *can* be run.
1892 ac_fn_c_try_run ()
1893 {
1894 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1895 if { { ac_try="$ac_link"
1896 case "(($ac_try" in
1897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1898 *) ac_try_echo=$ac_try;;
1899 esac
1900 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1901 printf "%s\n" "$ac_try_echo"; } >&5
1902 (eval "$ac_link") 2>&5
1903 ac_status=$?
1904 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1905 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1906 { { case "(($ac_try" in
1907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1908 *) ac_try_echo=$ac_try;;
1909 esac
1910 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1911 printf "%s\n" "$ac_try_echo"; } >&5
1912 (eval "$ac_try") 2>&5
1913 ac_status=$?
1914 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1915 test $ac_status = 0; }; }
1916 then :
1917 ac_retval=0
1918 else $as_nop
1919 printf "%s\n" "$as_me: program exited with status $ac_status" >&5
1920 printf "%s\n" "$as_me: failed program was:" >&5
1921 sed 's/^/| /' conftest.$ac_ext >&5
1922
1923 ac_retval=$ac_status
1924 fi
1925 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1926 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1927 as_fn_set_status $ac_retval
1928
1929 } # ac_fn_c_try_run
1930 ac_configure_args_raw=
1931 for ac_arg
1932 do
1933 case $ac_arg in
1934 *\'*)
1935 ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1936 esac
1937 as_fn_append ac_configure_args_raw " '$ac_arg'"
1938 done
1939
1940 case $ac_configure_args_raw in
1941 *$as_nl*)
1942 ac_safe_unquote= ;;
1943 *)
1944 ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab.
1945 ac_unsafe_a="$ac_unsafe_z#~"
1946 ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
1947 ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
1948 esac
1949
20291950 cat >config.log <<_ACEOF
20301951 This file contains any messages produced by compilers while
20311952 running configure, to aid debugging if configure makes a mistake.
20321953
20331954 It was created by growl-for-linux $as_me 0.8.5, which was
2034 generated by GNU Autoconf 2.69. Invocation command line was
2035
2036 $ $0 $@
1955 generated by GNU Autoconf 2.71. Invocation command line was
1956
1957 $ $0$ac_configure_args_raw
20371958
20381959 _ACEOF
20391960 exec 5>>config.log
20661987 for as_dir in $PATH
20671988 do
20681989 IFS=$as_save_IFS
2069 test -z "$as_dir" && as_dir=.
2070 $as_echo "PATH: $as_dir"
1990 case $as_dir in #(((
1991 '') as_dir=./ ;;
1992 */) ;;
1993 *) as_dir=$as_dir/ ;;
1994 esac
1995 printf "%s\n" "PATH: $as_dir"
20711996 done
20721997 IFS=$as_save_IFS
20731998
21022027 | -silent | --silent | --silen | --sile | --sil)
21032028 continue ;;
21042029 *\'*)
2105 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2030 ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
21062031 esac
21072032 case $ac_pass in
21082033 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
21372062 # WARNING: Use '\'' to represent an apostrophe within the trap.
21382063 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
21392064 trap 'exit_status=$?
2065 # Sanitize IFS.
2066 IFS=" "" $as_nl"
21402067 # Save into config.log some information that might help in debugging.
21412068 {
21422069 echo
21432070
2144 $as_echo "## ---------------- ##
2071 printf "%s\n" "## ---------------- ##
21452072 ## Cache variables. ##
21462073 ## ---------------- ##"
21472074 echo
21522079 case $ac_val in #(
21532080 *${as_nl}*)
21542081 case $ac_var in #(
2155 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2156 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2082 *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2083 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
21572084 esac
21582085 case $ac_var in #(
21592086 _ | IFS | as_nl) ;; #(
21772104 )
21782105 echo
21792106
2180 $as_echo "## ----------------- ##
2107 printf "%s\n" "## ----------------- ##
21812108 ## Output variables. ##
21822109 ## ----------------- ##"
21832110 echo
21852112 do
21862113 eval ac_val=\$$ac_var
21872114 case $ac_val in
2188 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2115 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
21892116 esac
2190 $as_echo "$ac_var='\''$ac_val'\''"
2117 printf "%s\n" "$ac_var='\''$ac_val'\''"
21912118 done | sort
21922119 echo
21932120
21942121 if test -n "$ac_subst_files"; then
2195 $as_echo "## ------------------- ##
2122 printf "%s\n" "## ------------------- ##
21962123 ## File substitutions. ##
21972124 ## ------------------- ##"
21982125 echo
22002127 do
22012128 eval ac_val=\$$ac_var
22022129 case $ac_val in
2203 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2130 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
22042131 esac
2205 $as_echo "$ac_var='\''$ac_val'\''"
2132 printf "%s\n" "$ac_var='\''$ac_val'\''"
22062133 done | sort
22072134 echo
22082135 fi
22092136
22102137 if test -s confdefs.h; then
2211 $as_echo "## ----------- ##
2138 printf "%s\n" "## ----------- ##
22122139 ## confdefs.h. ##
22132140 ## ----------- ##"
22142141 echo
22162143 echo
22172144 fi
22182145 test "$ac_signal" != 0 &&
2219 $as_echo "$as_me: caught signal $ac_signal"
2220 $as_echo "$as_me: exit $exit_status"
2146 printf "%s\n" "$as_me: caught signal $ac_signal"
2147 printf "%s\n" "$as_me: exit $exit_status"
22212148 } >&5
22222149 rm -f core *.core core.conftest.* &&
22232150 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
22312158 # confdefs.h avoids OS command line length limits that DEFS can exceed.
22322159 rm -f -r conftest* confdefs.h
22332160
2234 $as_echo "/* confdefs.h */" > confdefs.h
2161 printf "%s\n" "/* confdefs.h */" > confdefs.h
22352162
22362163 # Predefined preprocessor variables.
22372164
2238 cat >>confdefs.h <<_ACEOF
2239 #define PACKAGE_NAME "$PACKAGE_NAME"
2240 _ACEOF
2241
2242 cat >>confdefs.h <<_ACEOF
2243 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2244 _ACEOF
2245
2246 cat >>confdefs.h <<_ACEOF
2247 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2248 _ACEOF
2249
2250 cat >>confdefs.h <<_ACEOF
2251 #define PACKAGE_STRING "$PACKAGE_STRING"
2252 _ACEOF
2253
2254 cat >>confdefs.h <<_ACEOF
2255 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2256 _ACEOF
2257
2258 cat >>confdefs.h <<_ACEOF
2259 #define PACKAGE_URL "$PACKAGE_URL"
2260 _ACEOF
2165 printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
2166
2167 printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
2168
2169 printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
2170
2171 printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
2172
2173 printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
2174
2175 printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
22612176
22622177
22632178 # Let the site file select an alternate cache file if it wants to.
22642179 # Prefer an explicitly selected file to automatically selected ones.
2265 ac_site_file1=NONE
2266 ac_site_file2=NONE
22672180 if test -n "$CONFIG_SITE"; then
2268 # We do not want a PATH search for config.site.
2269 case $CONFIG_SITE in #((
2270 -*) ac_site_file1=./$CONFIG_SITE;;
2271 */*) ac_site_file1=$CONFIG_SITE;;
2272 *) ac_site_file1=./$CONFIG_SITE;;
2273 esac
2181 ac_site_files="$CONFIG_SITE"
22742182 elif test "x$prefix" != xNONE; then
2275 ac_site_file1=$prefix/share/config.site
2276 ac_site_file2=$prefix/etc/config.site
2277 else
2278 ac_site_file1=$ac_default_prefix/share/config.site
2279 ac_site_file2=$ac_default_prefix/etc/config.site
2280 fi
2281 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2183 ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
2184 else
2185 ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
2186 fi
2187
2188 for ac_site_file in $ac_site_files
22822189 do
2283 test "x$ac_site_file" = xNONE && continue
2284 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2285 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2286 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2190 case $ac_site_file in #(
2191 */*) :
2192 ;; #(
2193 *) :
2194 ac_site_file=./$ac_site_file ;;
2195 esac
2196 if test -f "$ac_site_file" && test -r "$ac_site_file"; then
2197 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2198 printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
22872199 sed 's/^/| /' "$ac_site_file" >&5
22882200 . "$ac_site_file" \
2289 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2290 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2201 || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2202 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
22912203 as_fn_error $? "failed to load site script $ac_site_file
22922204 See \`config.log' for more details" "$LINENO" 5; }
22932205 fi
22972209 # Some versions of bash will fail to source /dev/null (special files
22982210 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
22992211 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2301 $as_echo "$as_me: loading cache $cache_file" >&6;}
2212 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2213 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
23022214 case $cache_file in
23032215 [\\/]* | ?:[\\/]* ) . "$cache_file";;
23042216 *) . "./$cache_file";;
23052217 esac
23062218 fi
23072219 else
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2309 $as_echo "$as_me: creating cache $cache_file" >&6;}
2220 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2221 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
23102222 >$cache_file
2223 fi
2224
2225 # Test code for whether the C compiler supports C89 (global declarations)
2226 ac_c_conftest_c89_globals='
2227 /* Does the compiler advertise C89 conformance?
2228 Do not test the value of __STDC__, because some compilers set it to 0
2229 while being otherwise adequately conformant. */
2230 #if !defined __STDC__
2231 # error "Compiler does not advertise C89 conformance"
2232 #endif
2233
2234 #include <stddef.h>
2235 #include <stdarg.h>
2236 struct stat;
2237 /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
2238 struct buf { int x; };
2239 struct buf * (*rcsopen) (struct buf *, struct stat *, int);
2240 static char *e (p, i)
2241 char **p;
2242 int i;
2243 {
2244 return p[i];
2245 }
2246 static char *f (char * (*g) (char **, int), char **p, ...)
2247 {
2248 char *s;
2249 va_list v;
2250 va_start (v,p);
2251 s = g (p, va_arg (v,int));
2252 va_end (v);
2253 return s;
2254 }
2255
2256 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2257 function prototypes and stuff, but not \xHH hex character constants.
2258 These do not provoke an error unfortunately, instead are silently treated
2259 as an "x". The following induces an error, until -std is added to get
2260 proper ANSI mode. Curiously \x00 != x always comes out true, for an
2261 array size at least. It is necessary to write \x00 == 0 to get something
2262 that is true only with -std. */
2263 int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1];
2264
2265 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2266 inside strings and character constants. */
2267 #define FOO(x) '\''x'\''
2268 int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1];
2269
2270 int test (int i, double x);
2271 struct s1 {int (*f) (int a);};
2272 struct s2 {int (*f) (double a);};
2273 int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
2274 int, int);'
2275
2276 # Test code for whether the C compiler supports C89 (body of main).
2277 ac_c_conftest_c89_main='
2278 ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
2279 '
2280
2281 # Test code for whether the C compiler supports C99 (global declarations)
2282 ac_c_conftest_c99_globals='
2283 // Does the compiler advertise C99 conformance?
2284 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
2285 # error "Compiler does not advertise C99 conformance"
2286 #endif
2287
2288 #include <stdbool.h>
2289 extern int puts (const char *);
2290 extern int printf (const char *, ...);
2291 extern int dprintf (int, const char *, ...);
2292 extern void *malloc (size_t);
2293
2294 // Check varargs macros. These examples are taken from C99 6.10.3.5.
2295 // dprintf is used instead of fprintf to avoid needing to declare
2296 // FILE and stderr.
2297 #define debug(...) dprintf (2, __VA_ARGS__)
2298 #define showlist(...) puts (#__VA_ARGS__)
2299 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
2300 static void
2301 test_varargs_macros (void)
2302 {
2303 int x = 1234;
2304 int y = 5678;
2305 debug ("Flag");
2306 debug ("X = %d\n", x);
2307 showlist (The first, second, and third items.);
2308 report (x>y, "x is %d but y is %d", x, y);
2309 }
2310
2311 // Check long long types.
2312 #define BIG64 18446744073709551615ull
2313 #define BIG32 4294967295ul
2314 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
2315 #if !BIG_OK
2316 #error "your preprocessor is broken"
2317 #endif
2318 #if BIG_OK
2319 #else
2320 #error "your preprocessor is broken"
2321 #endif
2322 static long long int bignum = -9223372036854775807LL;
2323 static unsigned long long int ubignum = BIG64;
2324
2325 struct incomplete_array
2326 {
2327 int datasize;
2328 double data[];
2329 };
2330
2331 struct named_init {
2332 int number;
2333 const wchar_t *name;
2334 double average;
2335 };
2336
2337 typedef const char *ccp;
2338
2339 static inline int
2340 test_restrict (ccp restrict text)
2341 {
2342 // See if C++-style comments work.
2343 // Iterate through items via the restricted pointer.
2344 // Also check for declarations in for loops.
2345 for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
2346 continue;
2347 return 0;
2348 }
2349
2350 // Check varargs and va_copy.
2351 static bool
2352 test_varargs (const char *format, ...)
2353 {
2354 va_list args;
2355 va_start (args, format);
2356 va_list args_copy;
2357 va_copy (args_copy, args);
2358
2359 const char *str = "";
2360 int number = 0;
2361 float fnumber = 0;
2362
2363 while (*format)
2364 {
2365 switch (*format++)
2366 {
2367 case '\''s'\'': // string
2368 str = va_arg (args_copy, const char *);
2369 break;
2370 case '\''d'\'': // int
2371 number = va_arg (args_copy, int);
2372 break;
2373 case '\''f'\'': // float
2374 fnumber = va_arg (args_copy, double);
2375 break;
2376 default:
2377 break;
2378 }
2379 }
2380 va_end (args_copy);
2381 va_end (args);
2382
2383 return *str && number && fnumber;
2384 }
2385 '
2386
2387 # Test code for whether the C compiler supports C99 (body of main).
2388 ac_c_conftest_c99_main='
2389 // Check bool.
2390 _Bool success = false;
2391 success |= (argc != 0);
2392
2393 // Check restrict.
2394 if (test_restrict ("String literal") == 0)
2395 success = true;
2396 char *restrict newvar = "Another string";
2397
2398 // Check varargs.
2399 success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234);
2400 test_varargs_macros ();
2401
2402 // Check flexible array members.
2403 struct incomplete_array *ia =
2404 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
2405 ia->datasize = 10;
2406 for (int i = 0; i < ia->datasize; ++i)
2407 ia->data[i] = i * 1.234;
2408
2409 // Check named initializers.
2410 struct named_init ni = {
2411 .number = 34,
2412 .name = L"Test wide string",
2413 .average = 543.34343,
2414 };
2415
2416 ni.number = 58;
2417
2418 int dynamic_array[ni.number];
2419 dynamic_array[0] = argv[0][0];
2420 dynamic_array[ni.number - 1] = 543;
2421
2422 // work around unused variable warnings
2423 ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\''
2424 || dynamic_array[ni.number - 1] != 543);
2425 '
2426
2427 # Test code for whether the C compiler supports C11 (global declarations)
2428 ac_c_conftest_c11_globals='
2429 // Does the compiler advertise C11 conformance?
2430 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
2431 # error "Compiler does not advertise C11 conformance"
2432 #endif
2433
2434 // Check _Alignas.
2435 char _Alignas (double) aligned_as_double;
2436 char _Alignas (0) no_special_alignment;
2437 extern char aligned_as_int;
2438 char _Alignas (0) _Alignas (int) aligned_as_int;
2439
2440 // Check _Alignof.
2441 enum
2442 {
2443 int_alignment = _Alignof (int),
2444 int_array_alignment = _Alignof (int[100]),
2445 char_alignment = _Alignof (char)
2446 };
2447 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
2448
2449 // Check _Noreturn.
2450 int _Noreturn does_not_return (void) { for (;;) continue; }
2451
2452 // Check _Static_assert.
2453 struct test_static_assert
2454 {
2455 int x;
2456 _Static_assert (sizeof (int) <= sizeof (long int),
2457 "_Static_assert does not work in struct");
2458 long int y;
2459 };
2460
2461 // Check UTF-8 literals.
2462 #define u8 syntax error!
2463 char const utf8_literal[] = u8"happens to be ASCII" "another string";
2464
2465 // Check duplicate typedefs.
2466 typedef long *long_ptr;
2467 typedef long int *long_ptr;
2468 typedef long_ptr long_ptr;
2469
2470 // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
2471 struct anonymous
2472 {
2473 union {
2474 struct { int i; int j; };
2475 struct { int k; long int l; } w;
2476 };
2477 int m;
2478 } v1;
2479 '
2480
2481 # Test code for whether the C compiler supports C11 (body of main).
2482 ac_c_conftest_c11_main='
2483 _Static_assert ((offsetof (struct anonymous, i)
2484 == offsetof (struct anonymous, w.k)),
2485 "Anonymous union alignment botch");
2486 v1.i = 2;
2487 v1.w.k = 5;
2488 ok |= v1.i != 5;
2489 '
2490
2491 # Test code for whether the C compiler supports C11 (complete).
2492 ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
2493 ${ac_c_conftest_c99_globals}
2494 ${ac_c_conftest_c11_globals}
2495
2496 int
2497 main (int argc, char **argv)
2498 {
2499 int ok = 0;
2500 ${ac_c_conftest_c89_main}
2501 ${ac_c_conftest_c99_main}
2502 ${ac_c_conftest_c11_main}
2503 return ok;
2504 }
2505 "
2506
2507 # Test code for whether the C compiler supports C99 (complete).
2508 ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
2509 ${ac_c_conftest_c99_globals}
2510
2511 int
2512 main (int argc, char **argv)
2513 {
2514 int ok = 0;
2515 ${ac_c_conftest_c89_main}
2516 ${ac_c_conftest_c99_main}
2517 return ok;
2518 }
2519 "
2520
2521 # Test code for whether the C compiler supports C89 (complete).
2522 ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}
2523
2524 int
2525 main (int argc, char **argv)
2526 {
2527 int ok = 0;
2528 ${ac_c_conftest_c89_main}
2529 return ok;
2530 }
2531 "
2532
2533 as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
2534 as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
2535 as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
2536 as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
2537 as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
2538 as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
2539 as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
2540 as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
2541 as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
2542
2543 # Auxiliary files required by this configure script.
2544 ac_aux_files="config.guess config.sub ltmain.sh compile missing install-sh"
2545
2546 # Locations in which to look for auxiliary files.
2547 ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."
2548
2549 # Search for a directory containing all of the required auxiliary files,
2550 # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
2551 # If we don't find one directory that contains all the files we need,
2552 # we report the set of missing files from the *first* directory in
2553 # $ac_aux_dir_candidates and give up.
2554 ac_missing_aux_files=""
2555 ac_first_candidate=:
2556 printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
2557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2558 as_found=false
2559 for as_dir in $ac_aux_dir_candidates
2560 do
2561 IFS=$as_save_IFS
2562 case $as_dir in #(((
2563 '') as_dir=./ ;;
2564 */) ;;
2565 *) as_dir=$as_dir/ ;;
2566 esac
2567 as_found=:
2568
2569 printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5
2570 ac_aux_dir_found=yes
2571 ac_install_sh=
2572 for ac_aux in $ac_aux_files
2573 do
2574 # As a special case, if "install-sh" is required, that requirement
2575 # can be satisfied by any of "install-sh", "install.sh", or "shtool",
2576 # and $ac_install_sh is set appropriately for whichever one is found.
2577 if test x"$ac_aux" = x"install-sh"
2578 then
2579 if test -f "${as_dir}install-sh"; then
2580 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5
2581 ac_install_sh="${as_dir}install-sh -c"
2582 elif test -f "${as_dir}install.sh"; then
2583 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5
2584 ac_install_sh="${as_dir}install.sh -c"
2585 elif test -f "${as_dir}shtool"; then
2586 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5
2587 ac_install_sh="${as_dir}shtool install -c"
2588 else
2589 ac_aux_dir_found=no
2590 if $ac_first_candidate; then
2591 ac_missing_aux_files="${ac_missing_aux_files} install-sh"
2592 else
2593 break
2594 fi
2595 fi
2596 else
2597 if test -f "${as_dir}${ac_aux}"; then
2598 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5
2599 else
2600 ac_aux_dir_found=no
2601 if $ac_first_candidate; then
2602 ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
2603 else
2604 break
2605 fi
2606 fi
2607 fi
2608 done
2609 if test "$ac_aux_dir_found" = yes; then
2610 ac_aux_dir="$as_dir"
2611 break
2612 fi
2613 ac_first_candidate=false
2614
2615 as_found=false
2616 done
2617 IFS=$as_save_IFS
2618 if $as_found
2619 then :
2620
2621 else $as_nop
2622 as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
2623 fi
2624
2625
2626 # These three variables are undocumented and unsupported,
2627 # and are intended to be withdrawn in a future Autoconf release.
2628 # They can cause serious problems if a builder's source tree is in a directory
2629 # whose full name contains unusual characters.
2630 if test -f "${ac_aux_dir}config.guess"; then
2631 ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
2632 fi
2633 if test -f "${ac_aux_dir}config.sub"; then
2634 ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
2635 fi
2636 if test -f "$ac_aux_dir/configure"; then
2637 ac_configure="$SHELL ${ac_aux_dir}configure"
23112638 fi
23122639
23132640 # Check that the precious variables saved in the cache have kept the same
23202647 eval ac_new_val=\$ac_env_${ac_var}_value
23212648 case $ac_old_set,$ac_new_set in
23222649 set,)
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2324 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2650 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2651 printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
23252652 ac_cache_corrupted=: ;;
23262653 ,set)
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2328 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2654 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2655 printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
23292656 ac_cache_corrupted=: ;;
23302657 ,);;
23312658 *)
23342661 ac_old_val_w=`echo x $ac_old_val`
23352662 ac_new_val_w=`echo x $ac_new_val`
23362663 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2337 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2338 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2664 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2665 printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
23392666 ac_cache_corrupted=:
23402667 else
2341 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2342 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2668 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2669 printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
23432670 eval $ac_var=\$ac_old_val
23442671 fi
2345 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2346 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2348 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2672 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2673 printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;}
2674 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2675 printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
23492676 fi;;
23502677 esac
23512678 # Pass precious variables to config.status.
23522679 if test "$ac_new_set" = set; then
23532680 case $ac_new_val in
2354 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2681 *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
23552682 *) ac_arg=$ac_var=$ac_new_val ;;
23562683 esac
23572684 case " $ac_configure_args " in
23612688 fi
23622689 done
23632690 if $ac_cache_corrupted; then
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2365 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2366 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2367 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2368 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2691 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2692 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
2693 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2694 printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
2695 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
2696 and start over" "$LINENO" 5
23692697 fi
23702698 ## -------------------- ##
23712699 ## Main body of script. ##
23812709
23822710
23832711
2384 am__api_version='1.15'
2385
2386 ac_aux_dir=
2387 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2388 if test -f "$ac_dir/install-sh"; then
2389 ac_aux_dir=$ac_dir
2390 ac_install_sh="$ac_aux_dir/install-sh -c"
2391 break
2392 elif test -f "$ac_dir/install.sh"; then
2393 ac_aux_dir=$ac_dir
2394 ac_install_sh="$ac_aux_dir/install.sh -c"
2395 break
2396 elif test -f "$ac_dir/shtool"; then
2397 ac_aux_dir=$ac_dir
2398 ac_install_sh="$ac_aux_dir/shtool install -c"
2399 break
2400 fi
2401 done
2402 if test -z "$ac_aux_dir"; then
2403 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2404 fi
2405
2406 # These three variables are undocumented and unsupported,
2407 # and are intended to be withdrawn in a future Autoconf release.
2408 # They can cause serious problems if a builder's source tree is in a directory
2409 # whose full name contains unusual characters.
2410 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2411 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2412 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2413
2414
2415 # Find a good install program. We prefer a C program (faster),
2712 am__api_version='1.16'
2713
2714
2715
2716 # Find a good install program. We prefer a C program (faster),
24162717 # so one script is as good as another. But avoid the broken or
24172718 # incompatible versions:
24182719 # SysV /etc/install, /usr/sbin/install
24262727 # OS/2's system install, which has a completely different semantic
24272728 # ./install, which can be erroneously created by make from ./install.sh.
24282729 # Reject install programs that cannot install multiple files.
2429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2430 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2730 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2731 printf %s "checking for a BSD-compatible install... " >&6; }
24312732 if test -z "$INSTALL"; then
2432 if ${ac_cv_path_install+:} false; then :
2433 $as_echo_n "(cached) " >&6
2434 else
2733 if test ${ac_cv_path_install+y}
2734 then :
2735 printf %s "(cached) " >&6
2736 else $as_nop
24352737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24362738 for as_dir in $PATH
24372739 do
24382740 IFS=$as_save_IFS
2439 test -z "$as_dir" && as_dir=.
2440 # Account for people who put trailing slashes in PATH elements.
2441 case $as_dir/ in #((
2442 ./ | .// | /[cC]/* | \
2741 case $as_dir in #(((
2742 '') as_dir=./ ;;
2743 */) ;;
2744 *) as_dir=$as_dir/ ;;
2745 esac
2746 # Account for fact that we put trailing slashes in our PATH walk.
2747 case $as_dir in #((
2748 ./ | /[cC]/* | \
24432749 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
24442750 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
24452751 /usr/ucb/* ) ;;
24492755 # by default.
24502756 for ac_prog in ginstall scoinst install; do
24512757 for ac_exec_ext in '' $ac_executable_extensions; do
2452 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2758 if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
24532759 if test $ac_prog = install &&
2454 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2760 grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
24552761 # AIX install. It has an incompatible calling convention.
24562762 :
24572763 elif test $ac_prog = install &&
2458 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2764 grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
24592765 # program-specific install script used by HP pwplus--don't use.
24602766 :
24612767 else
24632769 echo one > conftest.one
24642770 echo two > conftest.two
24652771 mkdir conftest.dir
2466 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2772 if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
24672773 test -s conftest.one && test -s conftest.two &&
24682774 test -s conftest.dir/conftest.one &&
24692775 test -s conftest.dir/conftest.two
24702776 then
2471 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2777 ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
24722778 break 3
24732779 fi
24742780 fi
24842790 rm -rf conftest.one conftest.two conftest.dir
24852791
24862792 fi
2487 if test "${ac_cv_path_install+set}" = set; then
2793 if test ${ac_cv_path_install+y}; then
24882794 INSTALL=$ac_cv_path_install
24892795 else
24902796 # As a last resort, use the slow shell script. Don't cache a
24942800 INSTALL=$ac_install_sh
24952801 fi
24962802 fi
2497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2498 $as_echo "$INSTALL" >&6; }
2803 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2804 printf "%s\n" "$INSTALL" >&6; }
24992805
25002806 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
25012807 # It thinks the first close brace ends the variable substitution.
25052811
25062812 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
25072813
2508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2509 $as_echo_n "checking whether build environment is sane... " >&6; }
2814 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2815 printf %s "checking whether build environment is sane... " >&6; }
25102816 # Reject unsafe characters in $srcdir or the absolute working directory
25112817 # name. Accept space and tab only in the latter.
25122818 am_lf='
25602866 as_fn_error $? "newly created file is older than distributed files!
25612867 Check your system clock" "$LINENO" 5
25622868 fi
2563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2564 $as_echo "yes" >&6; }
2869 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2870 printf "%s\n" "yes" >&6; }
25652871 # If we didn't sleep, we still need to ensure time stamps of config.status and
25662872 # generated files are strictly newer.
25672873 am_sleep_pid=
25802886 # Double any \ or $.
25812887 # By default was `s,x,x', remove it if useless.
25822888 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2583 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2889 program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
2890
25842891
25852892 # Expand $ac_aux_dir to an absolute path.
25862893 am_aux_dir=`cd "$ac_aux_dir" && pwd`
25872894
2588 if test x"${MISSING+set}" != xset; then
2589 case $am_aux_dir in
2590 *\ * | *\ *)
2591 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2592 *)
2593 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2594 esac
2895
2896 if test x"${MISSING+set}" != xset; then
2897 MISSING="\${SHELL} '$am_aux_dir/missing'"
25952898 fi
25962899 # Use eval to expand $SHELL
25972900 if eval "$MISSING --is-lightweight"; then
25982901 am_missing_run="$MISSING "
25992902 else
26002903 am_missing_run=
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2602 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2904 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2905 printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
26032906 fi
26042907
26052908 if test x"${install_sh+set}" != xset; then
26192922 if test -n "$ac_tool_prefix"; then
26202923 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
26212924 set dummy ${ac_tool_prefix}strip; ac_word=$2
2622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2623 $as_echo_n "checking for $ac_word... " >&6; }
2624 if ${ac_cv_prog_STRIP+:} false; then :
2625 $as_echo_n "(cached) " >&6
2626 else
2925 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2926 printf %s "checking for $ac_word... " >&6; }
2927 if test ${ac_cv_prog_STRIP+y}
2928 then :
2929 printf %s "(cached) " >&6
2930 else $as_nop
26272931 if test -n "$STRIP"; then
26282932 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
26292933 else
26312935 for as_dir in $PATH
26322936 do
26332937 IFS=$as_save_IFS
2634 test -z "$as_dir" && as_dir=.
2938 case $as_dir in #(((
2939 '') as_dir=./ ;;
2940 */) ;;
2941 *) as_dir=$as_dir/ ;;
2942 esac
26352943 for ac_exec_ext in '' $ac_executable_extensions; do
2636 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2944 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
26372945 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2946 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
26392947 break 2
26402948 fi
26412949 done
26462954 fi
26472955 STRIP=$ac_cv_prog_STRIP
26482956 if test -n "$STRIP"; then
2649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2650 $as_echo "$STRIP" >&6; }
2651 else
2652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2653 $as_echo "no" >&6; }
2957 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2958 printf "%s\n" "$STRIP" >&6; }
2959 else
2960 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2961 printf "%s\n" "no" >&6; }
26542962 fi
26552963
26562964
26592967 ac_ct_STRIP=$STRIP
26602968 # Extract the first word of "strip", so it can be a program name with args.
26612969 set dummy strip; ac_word=$2
2662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2663 $as_echo_n "checking for $ac_word... " >&6; }
2664 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2665 $as_echo_n "(cached) " >&6
2666 else
2970 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2971 printf %s "checking for $ac_word... " >&6; }
2972 if test ${ac_cv_prog_ac_ct_STRIP+y}
2973 then :
2974 printf %s "(cached) " >&6
2975 else $as_nop
26672976 if test -n "$ac_ct_STRIP"; then
26682977 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
26692978 else
26712980 for as_dir in $PATH
26722981 do
26732982 IFS=$as_save_IFS
2674 test -z "$as_dir" && as_dir=.
2983 case $as_dir in #(((
2984 '') as_dir=./ ;;
2985 */) ;;
2986 *) as_dir=$as_dir/ ;;
2987 esac
26752988 for ac_exec_ext in '' $ac_executable_extensions; do
2676 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2989 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
26772990 ac_cv_prog_ac_ct_STRIP="strip"
2678 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2991 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
26792992 break 2
26802993 fi
26812994 done
26862999 fi
26873000 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
26883001 if test -n "$ac_ct_STRIP"; then
2689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2690 $as_echo "$ac_ct_STRIP" >&6; }
2691 else
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2693 $as_echo "no" >&6; }
3002 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3003 printf "%s\n" "$ac_ct_STRIP" >&6; }
3004 else
3005 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3006 printf "%s\n" "no" >&6; }
26943007 fi
26953008
26963009 if test "x$ac_ct_STRIP" = x; then
26983011 else
26993012 case $cross_compiling:$ac_tool_warned in
27003013 yes:)
2701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2702 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3014 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3015 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
27033016 ac_tool_warned=yes ;;
27043017 esac
27053018 STRIP=$ac_ct_STRIP
27113024 fi
27123025 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
27133026
2714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2715 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3027
3028 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
3029 printf %s "checking for a race-free mkdir -p... " >&6; }
27163030 if test -z "$MKDIR_P"; then
2717 if ${ac_cv_path_mkdir+:} false; then :
2718 $as_echo_n "(cached) " >&6
2719 else
3031 if test ${ac_cv_path_mkdir+y}
3032 then :
3033 printf %s "(cached) " >&6
3034 else $as_nop
27203035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27213036 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
27223037 do
27233038 IFS=$as_save_IFS
2724 test -z "$as_dir" && as_dir=.
3039 case $as_dir in #(((
3040 '') as_dir=./ ;;
3041 */) ;;
3042 *) as_dir=$as_dir/ ;;
3043 esac
27253044 for ac_prog in mkdir gmkdir; do
27263045 for ac_exec_ext in '' $ac_executable_extensions; do
2727 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2728 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2729 'mkdir (GNU coreutils) '* | \
2730 'mkdir (coreutils) '* | \
3046 as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
3047 case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
3048 'mkdir ('*'coreutils) '* | \
3049 'BusyBox '* | \
27313050 'mkdir (fileutils) '4.1*)
2732 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3051 ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
27333052 break 3;;
27343053 esac
27353054 done
27403059 fi
27413060
27423061 test -d ./--version && rmdir ./--version
2743 if test "${ac_cv_path_mkdir+set}" = set; then
3062 if test ${ac_cv_path_mkdir+y}; then
27443063 MKDIR_P="$ac_cv_path_mkdir -p"
27453064 else
27463065 # As a last resort, use the slow shell script. Don't cache a
27503069 MKDIR_P="$ac_install_sh -d"
27513070 fi
27523071 fi
2753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2754 $as_echo "$MKDIR_P" >&6; }
3072 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3073 printf "%s\n" "$MKDIR_P" >&6; }
27553074
27563075 for ac_prog in gawk mawk nawk awk
27573076 do
27583077 # Extract the first word of "$ac_prog", so it can be a program name with args.
27593078 set dummy $ac_prog; ac_word=$2
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2761 $as_echo_n "checking for $ac_word... " >&6; }
2762 if ${ac_cv_prog_AWK+:} false; then :
2763 $as_echo_n "(cached) " >&6
2764 else
3079 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3080 printf %s "checking for $ac_word... " >&6; }
3081 if test ${ac_cv_prog_AWK+y}
3082 then :
3083 printf %s "(cached) " >&6
3084 else $as_nop
27653085 if test -n "$AWK"; then
27663086 ac_cv_prog_AWK="$AWK" # Let the user override the test.
27673087 else
27693089 for as_dir in $PATH
27703090 do
27713091 IFS=$as_save_IFS
2772 test -z "$as_dir" && as_dir=.
3092 case $as_dir in #(((
3093 '') as_dir=./ ;;
3094 */) ;;
3095 *) as_dir=$as_dir/ ;;
3096 esac
27733097 for ac_exec_ext in '' $ac_executable_extensions; do
2774 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3098 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
27753099 ac_cv_prog_AWK="$ac_prog"
2776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3100 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
27773101 break 2
27783102 fi
27793103 done
27843108 fi
27853109 AWK=$ac_cv_prog_AWK
27863110 if test -n "$AWK"; then
2787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2788 $as_echo "$AWK" >&6; }
2789 else
2790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2791 $as_echo "no" >&6; }
3111 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3112 printf "%s\n" "$AWK" >&6; }
3113 else
3114 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3115 printf "%s\n" "no" >&6; }
27923116 fi
27933117
27943118
27953119 test -n "$AWK" && break
27963120 done
27973121
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2799 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3122 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3123 printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
28003124 set x ${MAKE-make}
2801 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2802 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2803 $as_echo_n "(cached) " >&6
2804 else
3125 ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3126 if eval test \${ac_cv_prog_make_${ac_make}_set+y}
3127 then :
3128 printf %s "(cached) " >&6
3129 else $as_nop
28053130 cat >conftest.make <<\_ACEOF
28063131 SHELL = /bin/sh
28073132 all:
28173142 rm -f conftest.make
28183143 fi
28193144 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2821 $as_echo "yes" >&6; }
3145 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3146 printf "%s\n" "yes" >&6; }
28223147 SET_MAKE=
28233148 else
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2825 $as_echo "no" >&6; }
3149 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3150 printf "%s\n" "no" >&6; }
28263151 SET_MAKE="MAKE=${MAKE-make}"
28273152 fi
28283153
28363161 rmdir .tst 2>/dev/null
28373162
28383163 # Check whether --enable-silent-rules was given.
2839 if test "${enable_silent_rules+set}" = set; then :
3164 if test ${enable_silent_rules+y}
3165 then :
28403166 enableval=$enable_silent_rules;
28413167 fi
28423168
28463172 *) AM_DEFAULT_VERBOSITY=1;;
28473173 esac
28483174 am_make=${MAKE-make}
2849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2850 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2851 if ${am_cv_make_support_nested_variables+:} false; then :
2852 $as_echo_n "(cached) " >&6
2853 else
2854 if $as_echo 'TRUE=$(BAR$(V))
3175 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3176 printf %s "checking whether $am_make supports nested variables... " >&6; }
3177 if test ${am_cv_make_support_nested_variables+y}
3178 then :
3179 printf %s "(cached) " >&6
3180 else $as_nop
3181 if printf "%s\n" 'TRUE=$(BAR$(V))
28553182 BAR0=false
28563183 BAR1=true
28573184 V=1
28633190 am_cv_make_support_nested_variables=no
28643191 fi
28653192 fi
2866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2867 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3193 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3194 printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
28683195 if test $am_cv_make_support_nested_variables = yes; then
28693196 AM_V='$(V)'
28703197 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
28993226 VERSION='0.8.5'
29003227
29013228
2902 cat >>confdefs.h <<_ACEOF
2903 #define PACKAGE "$PACKAGE"
2904 _ACEOF
2905
2906
2907 cat >>confdefs.h <<_ACEOF
2908 #define VERSION "$VERSION"
2909 _ACEOF
3229 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
3230
3231
3232 printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
29103233
29113234 # Some tools Automake needs.
29123235
29263249
29273250 # For better backward compatibility. To be removed once Automake 1.9.x
29283251 # dies out for good. For more background, see:
2929 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2930 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3252 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3253 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
29313254 mkdir_p='$(MKDIR_P)'
29323255
29333256 # We need awk for the "check" target (and possibly the TAP driver). The
29443267
29453268
29463269
3270
3271
3272 # Variables for tags utilities; see am/tags.am
3273 if test -z "$CTAGS"; then
3274 CTAGS=ctags
3275 fi
3276
3277 if test -z "$ETAGS"; then
3278 ETAGS=etags
3279 fi
3280
3281 if test -z "$CSCOPE"; then
3282 CSCOPE=cscope
3283 fi
29473284
29483285
29493286
29783315 Aborting the configuration process, to ensure you take notice of the issue.
29793316
29803317 You can download and install GNU coreutils to get an 'rm' implementation
2981 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3318 that behaves properly: <https://www.gnu.org/software/coreutils/>.
29823319
29833320 If you want to complete the configuration process using your problematic
29843321 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
29923329
29933330 # Smart output for automake.
29943331 # Check whether --enable-silent-rules was given.
2995 if test "${enable_silent_rules+set}" = set; then :
3332 if test ${enable_silent_rules+y}
3333 then :
29963334 enableval=$enable_silent_rules;
29973335 fi
29983336
30023340 *) AM_DEFAULT_VERBOSITY=0;;
30033341 esac
30043342 am_make=${MAKE-make}
3005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3006 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3007 if ${am_cv_make_support_nested_variables+:} false; then :
3008 $as_echo_n "(cached) " >&6
3009 else
3010 if $as_echo 'TRUE=$(BAR$(V))
3343 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3344 printf %s "checking whether $am_make supports nested variables... " >&6; }
3345 if test ${am_cv_make_support_nested_variables+y}
3346 then :
3347 printf %s "(cached) " >&6
3348 else $as_nop
3349 if printf "%s\n" 'TRUE=$(BAR$(V))
30113350 BAR0=false
30123351 BAR1=true
30133352 V=1
30193358 am_cv_make_support_nested_variables=no
30203359 fi
30213360 fi
3022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3023 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3361 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3362 printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
30243363 if test $am_cv_make_support_nested_variables = yes; then
30253364 AM_V='$(V)'
30263365 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
30323371
30333372
30343373 # Checks for programs.
3374
3375
3376
3377
3378
3379
3380
3381
3382
30353383 DEPDIR="${am__leading_dot}deps"
30363384
30373385 ac_config_commands="$ac_config_commands depfiles"
30383386
3039
3040 am_make=${MAKE-make}
3041 cat > confinc << 'END'
3387 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
3388 printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; }
3389 cat > confinc.mk << 'END'
30423390 am__doit:
3043 @echo this is the am__doit target
3391 @echo this is the am__doit target >confinc.out
30443392 .PHONY: am__doit
30453393 END
3046 # If we don't find an include directive, just comment out the code.
3047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3048 $as_echo_n "checking for style of include used by $am_make... " >&6; }
30493394 am__include="#"
30503395 am__quote=
3051 _am_result=none
3052 # First try GNU make style include.
3053 echo "include confinc" > confmf
3054 # Ignore all kinds of additional output from 'make'.
3055 case `$am_make -s -f confmf 2> /dev/null` in #(
3056 *the\ am__doit\ target*)
3057 am__include=include
3058 am__quote=
3059 _am_result=GNU
3060 ;;
3396 # BSD make does it like this.
3397 echo '.include "confinc.mk" # ignored' > confmf.BSD
3398 # Other make implementations (GNU, Solaris 10, AIX) do it like this.
3399 echo 'include confinc.mk # ignored' > confmf.GNU
3400 _am_result=no
3401 for s in GNU BSD; do
3402 { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
3403 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
3404 ac_status=$?
3405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3406 (exit $ac_status); }
3407 case $?:`cat confinc.out 2>/dev/null` in #(
3408 '0:this is the am__doit target') :
3409 case $s in #(
3410 BSD) :
3411 am__include='.include' am__quote='"' ;; #(
3412 *) :
3413 am__include='include' am__quote='' ;;
3414 esac ;; #(
3415 *) :
3416 ;;
30613417 esac
3062 # Now try BSD make style include.
3063 if test "$am__include" = "#"; then
3064 echo '.include "confinc"' > confmf
3065 case `$am_make -s -f confmf 2> /dev/null` in #(
3066 *the\ am__doit\ target*)
3067 am__include=.include
3068 am__quote="\""
3069 _am_result=BSD
3070 ;;
3071 esac
3072 fi
3073
3074
3075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3076 $as_echo "$_am_result" >&6; }
3077 rm -f confinc confmf
3418 if test "$am__include" != "#"; then
3419 _am_result="yes ($s style)"
3420 break
3421 fi
3422 done
3423 rm -f confinc.* confmf.*
3424 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
3425 printf "%s\n" "${_am_result}" >&6; }
30783426
30793427 # Check whether --enable-dependency-tracking was given.
3080 if test "${enable_dependency_tracking+set}" = set; then :
3428 if test ${enable_dependency_tracking+y}
3429 then :
30813430 enableval=$enable_dependency_tracking;
30823431 fi
30833432
31033452 if test -n "$ac_tool_prefix"; then
31043453 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
31053454 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3107 $as_echo_n "checking for $ac_word... " >&6; }
3108 if ${ac_cv_prog_CC+:} false; then :
3109 $as_echo_n "(cached) " >&6
3110 else
3455 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3456 printf %s "checking for $ac_word... " >&6; }
3457 if test ${ac_cv_prog_CC+y}
3458 then :
3459 printf %s "(cached) " >&6
3460 else $as_nop
31113461 if test -n "$CC"; then
31123462 ac_cv_prog_CC="$CC" # Let the user override the test.
31133463 else
31153465 for as_dir in $PATH
31163466 do
31173467 IFS=$as_save_IFS
3118 test -z "$as_dir" && as_dir=.
3468 case $as_dir in #(((
3469 '') as_dir=./ ;;
3470 */) ;;
3471 *) as_dir=$as_dir/ ;;
3472 esac
31193473 for ac_exec_ext in '' $ac_executable_extensions; do
3120 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3474 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
31213475 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3476 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
31233477 break 2
31243478 fi
31253479 done
31303484 fi
31313485 CC=$ac_cv_prog_CC
31323486 if test -n "$CC"; then
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3134 $as_echo "$CC" >&6; }
3135 else
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3137 $as_echo "no" >&6; }
3487 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3488 printf "%s\n" "$CC" >&6; }
3489 else
3490 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3491 printf "%s\n" "no" >&6; }
31383492 fi
31393493
31403494
31433497 ac_ct_CC=$CC
31443498 # Extract the first word of "gcc", so it can be a program name with args.
31453499 set dummy gcc; ac_word=$2
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3147 $as_echo_n "checking for $ac_word... " >&6; }
3148 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3149 $as_echo_n "(cached) " >&6
3150 else
3500 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3501 printf %s "checking for $ac_word... " >&6; }
3502 if test ${ac_cv_prog_ac_ct_CC+y}
3503 then :
3504 printf %s "(cached) " >&6
3505 else $as_nop
31513506 if test -n "$ac_ct_CC"; then
31523507 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
31533508 else
31553510 for as_dir in $PATH
31563511 do
31573512 IFS=$as_save_IFS
3158 test -z "$as_dir" && as_dir=.
3513 case $as_dir in #(((
3514 '') as_dir=./ ;;
3515 */) ;;
3516 *) as_dir=$as_dir/ ;;
3517 esac
31593518 for ac_exec_ext in '' $ac_executable_extensions; do
3160 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3519 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
31613520 ac_cv_prog_ac_ct_CC="gcc"
3162 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3521 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
31633522 break 2
31643523 fi
31653524 done
31703529 fi
31713530 ac_ct_CC=$ac_cv_prog_ac_ct_CC
31723531 if test -n "$ac_ct_CC"; then
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3174 $as_echo "$ac_ct_CC" >&6; }
3175 else
3176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3177 $as_echo "no" >&6; }
3532 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3533 printf "%s\n" "$ac_ct_CC" >&6; }
3534 else
3535 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3536 printf "%s\n" "no" >&6; }
31783537 fi
31793538
31803539 if test "x$ac_ct_CC" = x; then
31823541 else
31833542 case $cross_compiling:$ac_tool_warned in
31843543 yes:)
3185 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3186 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3544 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3545 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
31873546 ac_tool_warned=yes ;;
31883547 esac
31893548 CC=$ac_ct_CC
31963555 if test -n "$ac_tool_prefix"; then
31973556 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
31983557 set dummy ${ac_tool_prefix}cc; ac_word=$2
3199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3200 $as_echo_n "checking for $ac_word... " >&6; }
3201 if ${ac_cv_prog_CC+:} false; then :
3202 $as_echo_n "(cached) " >&6
3203 else
3558 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3559 printf %s "checking for $ac_word... " >&6; }
3560 if test ${ac_cv_prog_CC+y}
3561 then :
3562 printf %s "(cached) " >&6
3563 else $as_nop
32043564 if test -n "$CC"; then
32053565 ac_cv_prog_CC="$CC" # Let the user override the test.
32063566 else
32083568 for as_dir in $PATH
32093569 do
32103570 IFS=$as_save_IFS
3211 test -z "$as_dir" && as_dir=.
3571 case $as_dir in #(((
3572 '') as_dir=./ ;;
3573 */) ;;
3574 *) as_dir=$as_dir/ ;;
3575 esac
32123576 for ac_exec_ext in '' $ac_executable_extensions; do
3213 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3577 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
32143578 ac_cv_prog_CC="${ac_tool_prefix}cc"
3215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3579 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
32163580 break 2
32173581 fi
32183582 done
32233587 fi
32243588 CC=$ac_cv_prog_CC
32253589 if test -n "$CC"; then
3226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3227 $as_echo "$CC" >&6; }
3228 else
3229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3230 $as_echo "no" >&6; }
3590 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3591 printf "%s\n" "$CC" >&6; }
3592 else
3593 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3594 printf "%s\n" "no" >&6; }
32313595 fi
32323596
32333597
32363600 if test -z "$CC"; then
32373601 # Extract the first word of "cc", so it can be a program name with args.
32383602 set dummy cc; ac_word=$2
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3240 $as_echo_n "checking for $ac_word... " >&6; }
3241 if ${ac_cv_prog_CC+:} false; then :
3242 $as_echo_n "(cached) " >&6
3243 else
3603 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3604 printf %s "checking for $ac_word... " >&6; }
3605 if test ${ac_cv_prog_CC+y}
3606 then :
3607 printf %s "(cached) " >&6
3608 else $as_nop
32443609 if test -n "$CC"; then
32453610 ac_cv_prog_CC="$CC" # Let the user override the test.
32463611 else
32493614 for as_dir in $PATH
32503615 do
32513616 IFS=$as_save_IFS
3252 test -z "$as_dir" && as_dir=.
3617 case $as_dir in #(((
3618 '') as_dir=./ ;;
3619 */) ;;
3620 *) as_dir=$as_dir/ ;;
3621 esac
32533622 for ac_exec_ext in '' $ac_executable_extensions; do
3254 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3255 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3623 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3624 if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
32563625 ac_prog_rejected=yes
32573626 continue
32583627 fi
32593628 ac_cv_prog_CC="cc"
3260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3629 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
32613630 break 2
32623631 fi
32633632 done
32733642 # However, it has the same basename, so the bogon will be chosen
32743643 # first if we set CC to just the basename; use the full file name.
32753644 shift
3276 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3645 ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
32773646 fi
32783647 fi
32793648 fi
32803649 fi
32813650 CC=$ac_cv_prog_CC
32823651 if test -n "$CC"; then
3283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3284 $as_echo "$CC" >&6; }
3285 else
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3287 $as_echo "no" >&6; }
3652 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3653 printf "%s\n" "$CC" >&6; }
3654 else
3655 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3656 printf "%s\n" "no" >&6; }
32883657 fi
32893658
32903659
32953664 do
32963665 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
32973666 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3299 $as_echo_n "checking for $ac_word... " >&6; }
3300 if ${ac_cv_prog_CC+:} false; then :
3301 $as_echo_n "(cached) " >&6
3302 else
3667 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3668 printf %s "checking for $ac_word... " >&6; }
3669 if test ${ac_cv_prog_CC+y}
3670 then :
3671 printf %s "(cached) " >&6
3672 else $as_nop
33033673 if test -n "$CC"; then
33043674 ac_cv_prog_CC="$CC" # Let the user override the test.
33053675 else
33073677 for as_dir in $PATH
33083678 do
33093679 IFS=$as_save_IFS
3310 test -z "$as_dir" && as_dir=.
3680 case $as_dir in #(((
3681 '') as_dir=./ ;;
3682 */) ;;
3683 *) as_dir=$as_dir/ ;;
3684 esac
33113685 for ac_exec_ext in '' $ac_executable_extensions; do
3312 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3686 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
33133687 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3688 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
33153689 break 2
33163690 fi
33173691 done
33223696 fi
33233697 CC=$ac_cv_prog_CC
33243698 if test -n "$CC"; then
3325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3326 $as_echo "$CC" >&6; }
3327 else
3328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3329 $as_echo "no" >&6; }
3699 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3700 printf "%s\n" "$CC" >&6; }
3701 else
3702 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3703 printf "%s\n" "no" >&6; }
33303704 fi
33313705
33323706
33393713 do
33403714 # Extract the first word of "$ac_prog", so it can be a program name with args.
33413715 set dummy $ac_prog; ac_word=$2
3342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3343 $as_echo_n "checking for $ac_word... " >&6; }
3344 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3345 $as_echo_n "(cached) " >&6
3346 else
3716 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3717 printf %s "checking for $ac_word... " >&6; }
3718 if test ${ac_cv_prog_ac_ct_CC+y}
3719 then :
3720 printf %s "(cached) " >&6
3721 else $as_nop
33473722 if test -n "$ac_ct_CC"; then
33483723 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
33493724 else
33513726 for as_dir in $PATH
33523727 do
33533728 IFS=$as_save_IFS
3354 test -z "$as_dir" && as_dir=.
3729 case $as_dir in #(((
3730 '') as_dir=./ ;;
3731 */) ;;
3732 *) as_dir=$as_dir/ ;;
3733 esac
33553734 for ac_exec_ext in '' $ac_executable_extensions; do
3356 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3735 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
33573736 ac_cv_prog_ac_ct_CC="$ac_prog"
3358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3737 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
33593738 break 2
33603739 fi
33613740 done
33663745 fi
33673746 ac_ct_CC=$ac_cv_prog_ac_ct_CC
33683747 if test -n "$ac_ct_CC"; then
3369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3370 $as_echo "$ac_ct_CC" >&6; }
3371 else
3372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3373 $as_echo "no" >&6; }
3748 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3749 printf "%s\n" "$ac_ct_CC" >&6; }
3750 else
3751 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3752 printf "%s\n" "no" >&6; }
33743753 fi
33753754
33763755
33823761 else
33833762 case $cross_compiling:$ac_tool_warned in
33843763 yes:)
3385 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3386 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3764 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3765 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
33873766 ac_tool_warned=yes ;;
33883767 esac
33893768 CC=$ac_ct_CC
33913770 fi
33923771
33933772 fi
3394
3395
3396 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3397 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3773 if test -z "$CC"; then
3774 if test -n "$ac_tool_prefix"; then
3775 # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
3776 set dummy ${ac_tool_prefix}clang; ac_word=$2
3777 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3778 printf %s "checking for $ac_word... " >&6; }
3779 if test ${ac_cv_prog_CC+y}
3780 then :
3781 printf %s "(cached) " >&6
3782 else $as_nop
3783 if test -n "$CC"; then
3784 ac_cv_prog_CC="$CC" # Let the user override the test.
3785 else
3786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3787 for as_dir in $PATH
3788 do
3789 IFS=$as_save_IFS
3790 case $as_dir in #(((
3791 '') as_dir=./ ;;
3792 */) ;;
3793 *) as_dir=$as_dir/ ;;
3794 esac
3795 for ac_exec_ext in '' $ac_executable_extensions; do
3796 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3797 ac_cv_prog_CC="${ac_tool_prefix}clang"
3798 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3799 break 2
3800 fi
3801 done
3802 done
3803 IFS=$as_save_IFS
3804
3805 fi
3806 fi
3807 CC=$ac_cv_prog_CC
3808 if test -n "$CC"; then
3809 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3810 printf "%s\n" "$CC" >&6; }
3811 else
3812 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3813 printf "%s\n" "no" >&6; }
3814 fi
3815
3816
3817 fi
3818 if test -z "$ac_cv_prog_CC"; then
3819 ac_ct_CC=$CC
3820 # Extract the first word of "clang", so it can be a program name with args.
3821 set dummy clang; ac_word=$2
3822 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3823 printf %s "checking for $ac_word... " >&6; }
3824 if test ${ac_cv_prog_ac_ct_CC+y}
3825 then :
3826 printf %s "(cached) " >&6
3827 else $as_nop
3828 if test -n "$ac_ct_CC"; then
3829 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3830 else
3831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3832 for as_dir in $PATH
3833 do
3834 IFS=$as_save_IFS
3835 case $as_dir in #(((
3836 '') as_dir=./ ;;
3837 */) ;;
3838 *) as_dir=$as_dir/ ;;
3839 esac
3840 for ac_exec_ext in '' $ac_executable_extensions; do
3841 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3842 ac_cv_prog_ac_ct_CC="clang"
3843 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3844 break 2
3845 fi
3846 done
3847 done
3848 IFS=$as_save_IFS
3849
3850 fi
3851 fi
3852 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3853 if test -n "$ac_ct_CC"; then
3854 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3855 printf "%s\n" "$ac_ct_CC" >&6; }
3856 else
3857 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3858 printf "%s\n" "no" >&6; }
3859 fi
3860
3861 if test "x$ac_ct_CC" = x; then
3862 CC=""
3863 else
3864 case $cross_compiling:$ac_tool_warned in
3865 yes:)
3866 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3867 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3868 ac_tool_warned=yes ;;
3869 esac
3870 CC=$ac_ct_CC
3871 fi
3872 else
3873 CC="$ac_cv_prog_CC"
3874 fi
3875
3876 fi
3877
3878
3879 test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3880 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
33983881 as_fn_error $? "no acceptable C compiler found in \$PATH
33993882 See \`config.log' for more details" "$LINENO" 5; }
34003883
34013884 # Provide some information about the compiler.
3402 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3885 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
34033886 set X $ac_compile
34043887 ac_compiler=$2
3405 for ac_option in --version -v -V -qversion; do
3888 for ac_option in --version -v -V -qversion -version; do
34063889 { { ac_try="$ac_compiler $ac_option >&5"
34073890 case "(($ac_try" in
34083891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34093892 *) ac_try_echo=$ac_try;;
34103893 esac
34113894 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3412 $as_echo "$ac_try_echo"; } >&5
3895 printf "%s\n" "$ac_try_echo"; } >&5
34133896 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
34143897 ac_status=$?
34153898 if test -s conftest.err; then
34193902 cat conftest.er1 >&5
34203903 fi
34213904 rm -f conftest.er1 conftest.err
3422 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3905 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34233906 test $ac_status = 0; }
34243907 done
34253908
34273910 /* end confdefs.h. */
34283911
34293912 int
3430 main ()
3913 main (void)
34313914 {
34323915
34333916 ;
34393922 # Try to create an executable without -o first, disregard a.out.
34403923 # It will help us diagnose broken compilers, and finding out an intuition
34413924 # of exeext.
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3443 $as_echo_n "checking whether the C compiler works... " >&6; }
3444 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3925 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3926 printf %s "checking whether the C compiler works... " >&6; }
3927 ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
34453928
34463929 # The possible output files:
34473930 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
34623945 *) ac_try_echo=$ac_try;;
34633946 esac
34643947 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3465 $as_echo "$ac_try_echo"; } >&5
3948 printf "%s\n" "$ac_try_echo"; } >&5
34663949 (eval "$ac_link_default") 2>&5
34673950 ac_status=$?
3468 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3469 test $ac_status = 0; }; then :
3951 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3952 test $ac_status = 0; }
3953 then :
34703954 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
34713955 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
34723956 # in a Makefile. We should not override ac_cv_exeext if it was cached,
34833967 # certainly right.
34843968 break;;
34853969 *.* )
3486 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3970 if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no;
34873971 then :; else
34883972 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
34893973 fi
34993983 done
35003984 test "$ac_cv_exeext" = no && ac_cv_exeext=
35013985
3502 else
3986 else $as_nop
35033987 ac_file=''
35043988 fi
3505 if test -z "$ac_file"; then :
3506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3507 $as_echo "no" >&6; }
3508 $as_echo "$as_me: failed program was:" >&5
3989 if test -z "$ac_file"
3990 then :
3991 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3992 printf "%s\n" "no" >&6; }
3993 printf "%s\n" "$as_me: failed program was:" >&5
35093994 sed 's/^/| /' conftest.$ac_ext >&5
35103995
3511 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3512 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3996 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3997 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
35133998 as_fn_error 77 "C compiler cannot create executables
35143999 See \`config.log' for more details" "$LINENO" 5; }
3515 else
3516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3517 $as_echo "yes" >&6; }
3518 fi
3519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3520 $as_echo_n "checking for C compiler default output file name... " >&6; }
3521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3522 $as_echo "$ac_file" >&6; }
4000 else $as_nop
4001 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4002 printf "%s\n" "yes" >&6; }
4003 fi
4004 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4005 printf %s "checking for C compiler default output file name... " >&6; }
4006 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4007 printf "%s\n" "$ac_file" >&6; }
35234008 ac_exeext=$ac_cv_exeext
35244009
35254010 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
35264011 ac_clean_files=$ac_clean_files_save
3527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3528 $as_echo_n "checking for suffix of executables... " >&6; }
4012 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4013 printf %s "checking for suffix of executables... " >&6; }
35294014 if { { ac_try="$ac_link"
35304015 case "(($ac_try" in
35314016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35324017 *) ac_try_echo=$ac_try;;
35334018 esac
35344019 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3535 $as_echo "$ac_try_echo"; } >&5
4020 printf "%s\n" "$ac_try_echo"; } >&5
35364021 (eval "$ac_link") 2>&5
35374022 ac_status=$?
3538 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3539 test $ac_status = 0; }; then :
4023 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4024 test $ac_status = 0; }
4025 then :
35404026 # If both `conftest.exe' and `conftest' are `present' (well, observable)
35414027 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
35424028 # work properly (i.e., refer to `conftest.exe'), while it won't with
35504036 * ) break;;
35514037 esac
35524038 done
3553 else
3554 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3555 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4039 else $as_nop
4040 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4041 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
35564042 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
35574043 See \`config.log' for more details" "$LINENO" 5; }
35584044 fi
35594045 rm -f conftest conftest$ac_cv_exeext
3560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3561 $as_echo "$ac_cv_exeext" >&6; }
4046 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4047 printf "%s\n" "$ac_cv_exeext" >&6; }
35624048
35634049 rm -f conftest.$ac_ext
35644050 EXEEXT=$ac_cv_exeext
35674053 /* end confdefs.h. */
35684054 #include <stdio.h>
35694055 int
3570 main ()
4056 main (void)
35714057 {
35724058 FILE *f = fopen ("conftest.out", "w");
35734059 return ferror (f) || fclose (f) != 0;
35794065 ac_clean_files="$ac_clean_files conftest.out"
35804066 # Check that the compiler produces executables we can run. If not, either
35814067 # the compiler is broken, or we cross compile.
3582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3583 $as_echo_n "checking whether we are cross compiling... " >&6; }
4068 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4069 printf %s "checking whether we are cross compiling... " >&6; }
35844070 if test "$cross_compiling" != yes; then
35854071 { { ac_try="$ac_link"
35864072 case "(($ac_try" in
35884074 *) ac_try_echo=$ac_try;;
35894075 esac
35904076 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3591 $as_echo "$ac_try_echo"; } >&5
4077 printf "%s\n" "$ac_try_echo"; } >&5
35924078 (eval "$ac_link") 2>&5
35934079 ac_status=$?
3594 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4080 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35954081 test $ac_status = 0; }
35964082 if { ac_try='./conftest$ac_cv_exeext'
35974083 { { case "(($ac_try" in
35994085 *) ac_try_echo=$ac_try;;
36004086 esac
36014087 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3602 $as_echo "$ac_try_echo"; } >&5
4088 printf "%s\n" "$ac_try_echo"; } >&5
36034089 (eval "$ac_try") 2>&5
36044090 ac_status=$?
3605 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4091 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36064092 test $ac_status = 0; }; }; then
36074093 cross_compiling=no
36084094 else
36094095 if test "$cross_compiling" = maybe; then
36104096 cross_compiling=yes
36114097 else
3612 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3613 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3614 as_fn_error $? "cannot run C compiled programs.
4098 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4099 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
4100 as_fn_error 77 "cannot run C compiled programs.
36154101 If you meant to cross compile, use \`--host'.
36164102 See \`config.log' for more details" "$LINENO" 5; }
36174103 fi
36184104 fi
36194105 fi
3620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3621 $as_echo "$cross_compiling" >&6; }
4106 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4107 printf "%s\n" "$cross_compiling" >&6; }
36224108
36234109 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
36244110 ac_clean_files=$ac_clean_files_save
3625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3626 $as_echo_n "checking for suffix of object files... " >&6; }
3627 if ${ac_cv_objext+:} false; then :
3628 $as_echo_n "(cached) " >&6
3629 else
4111 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4112 printf %s "checking for suffix of object files... " >&6; }
4113 if test ${ac_cv_objext+y}
4114 then :
4115 printf %s "(cached) " >&6
4116 else $as_nop
36304117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36314118 /* end confdefs.h. */
36324119
36334120 int
3634 main ()
4121 main (void)
36354122 {
36364123
36374124 ;
36454132 *) ac_try_echo=$ac_try;;
36464133 esac
36474134 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3648 $as_echo "$ac_try_echo"; } >&5
4135 printf "%s\n" "$ac_try_echo"; } >&5
36494136 (eval "$ac_compile") 2>&5
36504137 ac_status=$?
3651 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3652 test $ac_status = 0; }; then :
4138 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4139 test $ac_status = 0; }
4140 then :
36534141 for ac_file in conftest.o conftest.obj conftest.*; do
36544142 test -f "$ac_file" || continue;
36554143 case $ac_file in
36584146 break;;
36594147 esac
36604148 done
3661 else
3662 $as_echo "$as_me: failed program was:" >&5
4149 else $as_nop
4150 printf "%s\n" "$as_me: failed program was:" >&5
36634151 sed 's/^/| /' conftest.$ac_ext >&5
36644152
3665 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3666 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4153 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4154 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
36674155 as_fn_error $? "cannot compute suffix of object files: cannot compile
36684156 See \`config.log' for more details" "$LINENO" 5; }
36694157 fi
36704158 rm -f conftest.$ac_cv_objext conftest.$ac_ext
36714159 fi
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3673 $as_echo "$ac_cv_objext" >&6; }
4160 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4161 printf "%s\n" "$ac_cv_objext" >&6; }
36744162 OBJEXT=$ac_cv_objext
36754163 ac_objext=$OBJEXT
3676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3677 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3678 if ${ac_cv_c_compiler_gnu+:} false; then :
3679 $as_echo_n "(cached) " >&6
3680 else
4164 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
4165 printf %s "checking whether the compiler supports GNU C... " >&6; }
4166 if test ${ac_cv_c_compiler_gnu+y}
4167 then :
4168 printf %s "(cached) " >&6
4169 else $as_nop
36814170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36824171 /* end confdefs.h. */
36834172
36844173 int
3685 main ()
4174 main (void)
36864175 {
36874176 #ifndef __GNUC__
36884177 choke me
36924181 return 0;
36934182 }
36944183 _ACEOF
3695 if ac_fn_c_try_compile "$LINENO"; then :
4184 if ac_fn_c_try_compile "$LINENO"
4185 then :
36964186 ac_compiler_gnu=yes
3697 else
4187 else $as_nop
36984188 ac_compiler_gnu=no
36994189 fi
3700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4190 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
37014191 ac_cv_c_compiler_gnu=$ac_compiler_gnu
37024192
37034193 fi
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3705 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4194 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4195 printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
4196 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4197
37064198 if test $ac_compiler_gnu = yes; then
37074199 GCC=yes
37084200 else
37094201 GCC=
37104202 fi
3711 ac_test_CFLAGS=${CFLAGS+set}
4203 ac_test_CFLAGS=${CFLAGS+y}
37124204 ac_save_CFLAGS=$CFLAGS
3713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3714 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3715 if ${ac_cv_prog_cc_g+:} false; then :
3716 $as_echo_n "(cached) " >&6
3717 else
4205 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4206 printf %s "checking whether $CC accepts -g... " >&6; }
4207 if test ${ac_cv_prog_cc_g+y}
4208 then :
4209 printf %s "(cached) " >&6
4210 else $as_nop
37184211 ac_save_c_werror_flag=$ac_c_werror_flag
37194212 ac_c_werror_flag=yes
37204213 ac_cv_prog_cc_g=no
37234216 /* end confdefs.h. */
37244217
37254218 int
3726 main ()
4219 main (void)
37274220 {
37284221
37294222 ;
37304223 return 0;
37314224 }
37324225 _ACEOF
3733 if ac_fn_c_try_compile "$LINENO"; then :
4226 if ac_fn_c_try_compile "$LINENO"
4227 then :
37344228 ac_cv_prog_cc_g=yes
3735 else
4229 else $as_nop
37364230 CFLAGS=""
37374231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37384232 /* end confdefs.h. */
37394233
37404234 int
3741 main ()
4235 main (void)
37424236 {
37434237
37444238 ;
37454239 return 0;
37464240 }
37474241 _ACEOF
3748 if ac_fn_c_try_compile "$LINENO"; then :
3749
3750 else
4242 if ac_fn_c_try_compile "$LINENO"
4243 then :
4244
4245 else $as_nop
37514246 ac_c_werror_flag=$ac_save_c_werror_flag
37524247 CFLAGS="-g"
37534248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37544249 /* end confdefs.h. */
37554250
37564251 int
3757 main ()
4252 main (void)
37584253 {
37594254
37604255 ;
37614256 return 0;
37624257 }
37634258 _ACEOF
3764 if ac_fn_c_try_compile "$LINENO"; then :
4259 if ac_fn_c_try_compile "$LINENO"
4260 then :
37654261 ac_cv_prog_cc_g=yes
37664262 fi
3767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3768 fi
3769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3770 fi
3771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4263 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4264 fi
4265 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4266 fi
4267 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
37724268 ac_c_werror_flag=$ac_save_c_werror_flag
37734269 fi
3774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3775 $as_echo "$ac_cv_prog_cc_g" >&6; }
3776 if test "$ac_test_CFLAGS" = set; then
4270 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4271 printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
4272 if test $ac_test_CFLAGS; then
37774273 CFLAGS=$ac_save_CFLAGS
37784274 elif test $ac_cv_prog_cc_g = yes; then
37794275 if test "$GCC" = yes; then
37884284 CFLAGS=
37894285 fi
37904286 fi
3791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3792 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3793 if ${ac_cv_prog_cc_c89+:} false; then :
3794 $as_echo_n "(cached) " >&6
3795 else
4287 ac_prog_cc_stdc=no
4288 if test x$ac_prog_cc_stdc = xno
4289 then :
4290 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
4291 printf %s "checking for $CC option to enable C11 features... " >&6; }
4292 if test ${ac_cv_prog_cc_c11+y}
4293 then :
4294 printf %s "(cached) " >&6
4295 else $as_nop
4296 ac_cv_prog_cc_c11=no
4297 ac_save_CC=$CC
4298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4299 /* end confdefs.h. */
4300 $ac_c_conftest_c11_program
4301 _ACEOF
4302 for ac_arg in '' -std=gnu11
4303 do
4304 CC="$ac_save_CC $ac_arg"
4305 if ac_fn_c_try_compile "$LINENO"
4306 then :
4307 ac_cv_prog_cc_c11=$ac_arg
4308 fi
4309 rm -f core conftest.err conftest.$ac_objext conftest.beam
4310 test "x$ac_cv_prog_cc_c11" != "xno" && break
4311 done
4312 rm -f conftest.$ac_ext
4313 CC=$ac_save_CC
4314 fi
4315
4316 if test "x$ac_cv_prog_cc_c11" = xno
4317 then :
4318 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4319 printf "%s\n" "unsupported" >&6; }
4320 else $as_nop
4321 if test "x$ac_cv_prog_cc_c11" = x
4322 then :
4323 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4324 printf "%s\n" "none needed" >&6; }
4325 else $as_nop
4326 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
4327 printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
4328 CC="$CC $ac_cv_prog_cc_c11"
4329 fi
4330 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
4331 ac_prog_cc_stdc=c11
4332 fi
4333 fi
4334 if test x$ac_prog_cc_stdc = xno
4335 then :
4336 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
4337 printf %s "checking for $CC option to enable C99 features... " >&6; }
4338 if test ${ac_cv_prog_cc_c99+y}
4339 then :
4340 printf %s "(cached) " >&6
4341 else $as_nop
4342 ac_cv_prog_cc_c99=no
4343 ac_save_CC=$CC
4344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4345 /* end confdefs.h. */
4346 $ac_c_conftest_c99_program
4347 _ACEOF
4348 for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
4349 do
4350 CC="$ac_save_CC $ac_arg"
4351 if ac_fn_c_try_compile "$LINENO"
4352 then :
4353 ac_cv_prog_cc_c99=$ac_arg
4354 fi
4355 rm -f core conftest.err conftest.$ac_objext conftest.beam
4356 test "x$ac_cv_prog_cc_c99" != "xno" && break
4357 done
4358 rm -f conftest.$ac_ext
4359 CC=$ac_save_CC
4360 fi
4361
4362 if test "x$ac_cv_prog_cc_c99" = xno
4363 then :
4364 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4365 printf "%s\n" "unsupported" >&6; }
4366 else $as_nop
4367 if test "x$ac_cv_prog_cc_c99" = x
4368 then :
4369 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4370 printf "%s\n" "none needed" >&6; }
4371 else $as_nop
4372 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
4373 printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
4374 CC="$CC $ac_cv_prog_cc_c99"
4375 fi
4376 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
4377 ac_prog_cc_stdc=c99
4378 fi
4379 fi
4380 if test x$ac_prog_cc_stdc = xno
4381 then :
4382 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
4383 printf %s "checking for $CC option to enable C89 features... " >&6; }
4384 if test ${ac_cv_prog_cc_c89+y}
4385 then :
4386 printf %s "(cached) " >&6
4387 else $as_nop
37964388 ac_cv_prog_cc_c89=no
37974389 ac_save_CC=$CC
37984390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37994391 /* end confdefs.h. */
3800 #include <stdarg.h>
3801 #include <stdio.h>
3802 struct stat;
3803 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3804 struct buf { int x; };
3805 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3806 static char *e (p, i)
3807 char **p;
3808 int i;
3809 {
3810 return p[i];
3811 }
3812 static char *f (char * (*g) (char **, int), char **p, ...)
3813 {
3814 char *s;
3815 va_list v;
3816 va_start (v,p);
3817 s = g (p, va_arg (v,int));
3818 va_end (v);
3819 return s;
3820 }
3821
3822 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3823 function prototypes and stuff, but not '\xHH' hex character constants.
3824 These don't provoke an error unfortunately, instead are silently treated
3825 as 'x'. The following induces an error, until -std is added to get
3826 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3827 array size at least. It's necessary to write '\x00'==0 to get something
3828 that's true only with -std. */
3829 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3830
3831 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3832 inside strings and character constants. */
3833 #define FOO(x) 'x'
3834 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3835
3836 int test (int i, double x);
3837 struct s1 {int (*f) (int a);};
3838 struct s2 {int (*f) (double a);};
3839 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3840 int argc;
3841 char **argv;
3842 int
3843 main ()
3844 {
3845 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3846 ;
3847 return 0;
3848 }
4392 $ac_c_conftest_c89_program
38494393 _ACEOF
3850 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3851 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4394 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
38524395 do
38534396 CC="$ac_save_CC $ac_arg"
3854 if ac_fn_c_try_compile "$LINENO"; then :
4397 if ac_fn_c_try_compile "$LINENO"
4398 then :
38554399 ac_cv_prog_cc_c89=$ac_arg
38564400 fi
3857 rm -f core conftest.err conftest.$ac_objext
4401 rm -f core conftest.err conftest.$ac_objext conftest.beam
38584402 test "x$ac_cv_prog_cc_c89" != "xno" && break
38594403 done
38604404 rm -f conftest.$ac_ext
38614405 CC=$ac_save_CC
3862
3863 fi
3864 # AC_CACHE_VAL
3865 case "x$ac_cv_prog_cc_c89" in
3866 x)
3867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3868 $as_echo "none needed" >&6; } ;;
3869 xno)
3870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3871 $as_echo "unsupported" >&6; } ;;
3872 *)
3873 CC="$CC $ac_cv_prog_cc_c89"
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3875 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3876 esac
3877 if test "x$ac_cv_prog_cc_c89" != xno; then :
3878
4406 fi
4407
4408 if test "x$ac_cv_prog_cc_c89" = xno
4409 then :
4410 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4411 printf "%s\n" "unsupported" >&6; }
4412 else $as_nop
4413 if test "x$ac_cv_prog_cc_c89" = x
4414 then :
4415 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4416 printf "%s\n" "none needed" >&6; }
4417 else $as_nop
4418 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4419 printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
4420 CC="$CC $ac_cv_prog_cc_c89"
4421 fi
4422 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
4423 ac_prog_cc_stdc=c89
4424 fi
38794425 fi
38804426
38814427 ac_ext=c
38844430 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38854431 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38864432
3887 ac_ext=c
4433
4434 ac_ext=c
38884435 ac_cpp='$CPP $CPPFLAGS'
38894436 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38904437 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38914438 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3893 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3894 if ${am_cv_prog_cc_c_o+:} false; then :
3895 $as_echo_n "(cached) " >&6
3896 else
4439 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4440 printf %s "checking whether $CC understands -c and -o together... " >&6; }
4441 if test ${am_cv_prog_cc_c_o+y}
4442 then :
4443 printf %s "(cached) " >&6
4444 else $as_nop
38974445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38984446 /* end confdefs.h. */
38994447
39004448 int
3901 main ()
4449 main (void)
39024450 {
39034451
39044452 ;
39264474 rm -f core conftest*
39274475 unset am_i
39284476 fi
3929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3930 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4477 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4478 printf "%s\n" "$am_cv_prog_cc_c_o" >&6; }
39314479 if test "$am_cv_prog_cc_c_o" != yes; then
39324480 # Losing compiler, so override with the script.
39334481 # FIXME: It is wrong to rewrite CC.
39454493
39464494 depcc="$CC" am_compiler_list=
39474495
3948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3949 $as_echo_n "checking dependency style of $depcc... " >&6; }
3950 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3951 $as_echo_n "(cached) " >&6
3952 else
4496 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4497 printf %s "checking dependency style of $depcc... " >&6; }
4498 if test ${am_cv_CC_dependencies_compiler_type+y}
4499 then :
4500 printf %s "(cached) " >&6
4501 else $as_nop
39534502 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
39544503 # We make a subdir and do the tests there. Otherwise we can end up
39554504 # making bogus files that we don't know about and never remove. For
40564605 fi
40574606
40584607 fi
4059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4060 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4608 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4609 printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; }
40614610 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
40624611
40634612 if
40714620 fi
40724621
40734622
4074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
4075 $as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
4076 if ${ac_cv_prog_cc_c99+:} false; then :
4077 $as_echo_n "(cached) " >&6
4078 else
4079 ac_cv_prog_cc_c99=no
4080 ac_save_CC=$CC
4081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4082 /* end confdefs.h. */
4083 #include <stdarg.h>
4084 #include <stdbool.h>
4085 #include <stdlib.h>
4086 #include <wchar.h>
4087 #include <stdio.h>
4088
4089 // Check varargs macros. These examples are taken from C99 6.10.3.5.
4090 #define debug(...) fprintf (stderr, __VA_ARGS__)
4091 #define showlist(...) puts (#__VA_ARGS__)
4092 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
4093 static void
4094 test_varargs_macros (void)
4095 {
4096 int x = 1234;
4097 int y = 5678;
4098 debug ("Flag");
4099 debug ("X = %d\n", x);
4100 showlist (The first, second, and third items.);
4101 report (x>y, "x is %d but y is %d", x, y);
4102 }
4103
4104 // Check long long types.
4105 #define BIG64 18446744073709551615ull
4106 #define BIG32 4294967295ul
4107 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
4108 #if !BIG_OK
4109 your preprocessor is broken;
4110 #endif
4111 #if BIG_OK
4112 #else
4113 your preprocessor is broken;
4114 #endif
4115 static long long int bignum = -9223372036854775807LL;
4116 static unsigned long long int ubignum = BIG64;
4117
4118 struct incomplete_array
4119 {
4120 int datasize;
4121 double data[];
4122 };
4123
4124 struct named_init {
4125 int number;
4126 const wchar_t *name;
4127 double average;
4128 };
4129
4130 typedef const char *ccp;
4131
4132 static inline int
4133 test_restrict (ccp restrict text)
4134 {
4135 // See if C++-style comments work.
4136 // Iterate through items via the restricted pointer.
4137 // Also check for declarations in for loops.
4138 for (unsigned int i = 0; *(text+i) != '\0'; ++i)
4139 continue;
4140 return 0;
4141 }
4142
4143 // Check varargs and va_copy.
4144 static void
4145 test_varargs (const char *format, ...)
4146 {
4147 va_list args;
4148 va_start (args, format);
4149 va_list args_copy;
4150 va_copy (args_copy, args);
4151
4152 const char *str;
4153 int number;
4154 float fnumber;
4155
4156 while (*format)
4157 {
4158 switch (*format++)
4159 {
4160 case 's': // string
4161 str = va_arg (args_copy, const char *);
4162 break;
4163 case 'd': // int
4164 number = va_arg (args_copy, int);
4165 break;
4166 case 'f': // float
4167 fnumber = va_arg (args_copy, double);
4168 break;
4169 default:
4170 break;
4171 }
4172 }
4173 va_end (args_copy);
4174 va_end (args);
4175 }
4176
4177 int
4178 main ()
4179 {
4180
4181 // Check bool.
4182 _Bool success = false;
4183
4184 // Check restrict.
4185 if (test_restrict ("String literal") == 0)
4186 success = true;
4187 char *restrict newvar = "Another string";
4188
4189 // Check varargs.
4190 test_varargs ("s, d' f .", "string", 65, 34.234);
4191 test_varargs_macros ();
4192
4193 // Check flexible array members.
4194 struct incomplete_array *ia =
4195 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
4196 ia->datasize = 10;
4197 for (int i = 0; i < ia->datasize; ++i)
4198 ia->data[i] = i * 1.234;
4199
4200 // Check named initializers.
4201 struct named_init ni = {
4202 .number = 34,
4203 .name = L"Test wide string",
4204 .average = 543.34343,
4205 };
4206
4207 ni.number = 58;
4208
4209 int dynamic_array[ni.number];
4210 dynamic_array[ni.number - 1] = 543;
4211
4212 // work around unused variable warnings
4213 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
4214 || dynamic_array[ni.number - 1] != 543);
4215
4216 ;
4217 return 0;
4218 }
4219 _ACEOF
4220 for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
4221 do
4222 CC="$ac_save_CC $ac_arg"
4223 if ac_fn_c_try_compile "$LINENO"; then :
4224 ac_cv_prog_cc_c99=$ac_arg
4225 fi
4226 rm -f core conftest.err conftest.$ac_objext
4227 test "x$ac_cv_prog_cc_c99" != "xno" && break
4228 done
4229 rm -f conftest.$ac_ext
4230 CC=$ac_save_CC
4231
4232 fi
4233 # AC_CACHE_VAL
4234 case "x$ac_cv_prog_cc_c99" in
4235 x)
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4237 $as_echo "none needed" >&6; } ;;
4238 xno)
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4240 $as_echo "unsupported" >&6; } ;;
4241 *)
4242 CC="$CC $ac_cv_prog_cc_c99"
4243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
4244 $as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
4245 esac
4246 if test "x$ac_cv_prog_cc_c99" != xno; then :
4247
4248 fi
4249
42504623
42514624
42524625 case `pwd` in
42534626 *\ * | *\ *)
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4255 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4627 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4628 printf "%s\n" "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
42564629 esac
42574630
42584631
42724645
42734646
42744647
4648
42754649 ltmain=$ac_aux_dir/ltmain.sh
42764650
4277 # Make sure we can run config.sub.
4278 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4279 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4280
4281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4282 $as_echo_n "checking build system type... " >&6; }
4283 if ${ac_cv_build+:} false; then :
4284 $as_echo_n "(cached) " >&6
4285 else
4651
4652
4653 # Make sure we can run config.sub.
4654 $SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 ||
4655 as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
4656
4657 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4658 printf %s "checking build system type... " >&6; }
4659 if test ${ac_cv_build+y}
4660 then :
4661 printf %s "(cached) " >&6
4662 else $as_nop
42864663 ac_build_alias=$build_alias
42874664 test "x$ac_build_alias" = x &&
4288 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4665 ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
42894666 test "x$ac_build_alias" = x &&
42904667 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
4291 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4292 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4293
4294 fi
4295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4296 $as_echo "$ac_cv_build" >&6; }
4668 ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
4669 as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
4670
4671 fi
4672 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4673 printf "%s\n" "$ac_cv_build" >&6; }
42974674 case $ac_cv_build in
42984675 *-*-*) ;;
42994676 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
43124689 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
43134690
43144691
4315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4316 $as_echo_n "checking host system type... " >&6; }
4317 if ${ac_cv_host+:} false; then :
4318 $as_echo_n "(cached) " >&6
4319 else
4692 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4693 printf %s "checking host system type... " >&6; }
4694 if test ${ac_cv_host+y}
4695 then :
4696 printf %s "(cached) " >&6
4697 else $as_nop
43204698 if test "x$host_alias" = x; then
43214699 ac_cv_host=$ac_cv_build
43224700 else
4323 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4324 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4325 fi
4326
4327 fi
4328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4329 $as_echo "$ac_cv_host" >&6; }
4701 ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
4702 as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
4703 fi
4704
4705 fi
4706 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4707 printf "%s\n" "$ac_cv_host" >&6; }
43304708 case $ac_cv_host in
43314709 *-*-*) ;;
43324710 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
43664744 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
43674745 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
43684746
4369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4370 $as_echo_n "checking how to print strings... " >&6; }
4747 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4748 printf %s "checking how to print strings... " >&6; }
43714749 # Test print first, because it will be a builtin if present.
43724750 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
43734751 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
43934771 }
43944772
43954773 case $ECHO in
4396 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4397 $as_echo "printf" >&6; } ;;
4398 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4399 $as_echo "print -r" >&6; } ;;
4400 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4401 $as_echo "cat" >&6; } ;;
4774 printf*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4775 printf "%s\n" "printf" >&6; } ;;
4776 print*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4777 printf "%s\n" "print -r" >&6; } ;;
4778 *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4779 printf "%s\n" "cat" >&6; } ;;
44024780 esac
44034781
44044782
44144792
44154793
44164794
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4418 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4419 if ${ac_cv_path_SED+:} false; then :
4420 $as_echo_n "(cached) " >&6
4421 else
4795 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4796 printf %s "checking for a sed that does not truncate output... " >&6; }
4797 if test ${ac_cv_path_SED+y}
4798 then :
4799 printf %s "(cached) " >&6
4800 else $as_nop
44224801 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
44234802 for ac_i in 1 2 3 4 5 6 7; do
44244803 ac_script="$ac_script$as_nl$ac_script"
44324811 for as_dir in $PATH
44334812 do
44344813 IFS=$as_save_IFS
4435 test -z "$as_dir" && as_dir=.
4436 for ac_prog in sed gsed; do
4814 case $as_dir in #(((
4815 '') as_dir=./ ;;
4816 */) ;;
4817 *) as_dir=$as_dir/ ;;
4818 esac
4819 for ac_prog in sed gsed
4820 do
44374821 for ac_exec_ext in '' $ac_executable_extensions; do
4438 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4822 ac_path_SED="$as_dir$ac_prog$ac_exec_ext"
44394823 as_fn_executable_p "$ac_path_SED" || continue
44404824 # Check for GNU ac_path_SED and select it if it is found.
44414825 # Check for GNU $ac_path_SED
44444828 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
44454829 *)
44464830 ac_count=0
4447 $as_echo_n 0123456789 >"conftest.in"
4831 printf %s 0123456789 >"conftest.in"
44484832 while :
44494833 do
44504834 cat "conftest.in" "conftest.in" >"conftest.tmp"
44514835 mv "conftest.tmp" "conftest.in"
44524836 cp "conftest.in" "conftest.nl"
4453 $as_echo '' >> "conftest.nl"
4837 printf "%s\n" '' >> "conftest.nl"
44544838 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
44554839 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
44564840 as_fn_arith $ac_count + 1 && ac_count=$as_val
44784862 fi
44794863
44804864 fi
4481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4482 $as_echo "$ac_cv_path_SED" >&6; }
4865 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4866 printf "%s\n" "$ac_cv_path_SED" >&6; }
44834867 SED="$ac_cv_path_SED"
44844868 rm -f conftest.sed
44854869
44964880
44974881
44984882
4499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4500 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4501 if ${ac_cv_path_GREP+:} false; then :
4502 $as_echo_n "(cached) " >&6
4503 else
4883 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4884 printf %s "checking for grep that handles long lines and -e... " >&6; }
4885 if test ${ac_cv_path_GREP+y}
4886 then :
4887 printf %s "(cached) " >&6
4888 else $as_nop
45044889 if test -z "$GREP"; then
45054890 ac_path_GREP_found=false
45064891 # Loop through the user's path and test for each of PROGNAME-LIST
45084893 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
45094894 do
45104895 IFS=$as_save_IFS
4511 test -z "$as_dir" && as_dir=.
4512 for ac_prog in grep ggrep; do
4896 case $as_dir in #(((
4897 '') as_dir=./ ;;
4898 */) ;;
4899 *) as_dir=$as_dir/ ;;
4900 esac
4901 for ac_prog in grep ggrep
4902 do
45134903 for ac_exec_ext in '' $ac_executable_extensions; do
4514 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4904 ac_path_GREP="$as_dir$ac_prog$ac_exec_ext"
45154905 as_fn_executable_p "$ac_path_GREP" || continue
45164906 # Check for GNU ac_path_GREP and select it if it is found.
45174907 # Check for GNU $ac_path_GREP
45204910 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
45214911 *)
45224912 ac_count=0
4523 $as_echo_n 0123456789 >"conftest.in"
4913 printf %s 0123456789 >"conftest.in"
45244914 while :
45254915 do
45264916 cat "conftest.in" "conftest.in" >"conftest.tmp"
45274917 mv "conftest.tmp" "conftest.in"
45284918 cp "conftest.in" "conftest.nl"
4529 $as_echo 'GREP' >> "conftest.nl"
4919 printf "%s\n" 'GREP' >> "conftest.nl"
45304920 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
45314921 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
45324922 as_fn_arith $ac_count + 1 && ac_count=$as_val
45544944 fi
45554945
45564946 fi
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4558 $as_echo "$ac_cv_path_GREP" >&6; }
4947 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4948 printf "%s\n" "$ac_cv_path_GREP" >&6; }
45594949 GREP="$ac_cv_path_GREP"
45604950
45614951
4562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4563 $as_echo_n "checking for egrep... " >&6; }
4564 if ${ac_cv_path_EGREP+:} false; then :
4565 $as_echo_n "(cached) " >&6
4566 else
4952 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4953 printf %s "checking for egrep... " >&6; }
4954 if test ${ac_cv_path_EGREP+y}
4955 then :
4956 printf %s "(cached) " >&6
4957 else $as_nop
45674958 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
45684959 then ac_cv_path_EGREP="$GREP -E"
45694960 else
45744965 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
45754966 do
45764967 IFS=$as_save_IFS
4577 test -z "$as_dir" && as_dir=.
4578 for ac_prog in egrep; do
4968 case $as_dir in #(((
4969 '') as_dir=./ ;;
4970 */) ;;
4971 *) as_dir=$as_dir/ ;;
4972 esac
4973 for ac_prog in egrep
4974 do
45794975 for ac_exec_ext in '' $ac_executable_extensions; do
4580 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4976 ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext"
45814977 as_fn_executable_p "$ac_path_EGREP" || continue
45824978 # Check for GNU ac_path_EGREP and select it if it is found.
45834979 # Check for GNU $ac_path_EGREP
45864982 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
45874983 *)
45884984 ac_count=0
4589 $as_echo_n 0123456789 >"conftest.in"
4985 printf %s 0123456789 >"conftest.in"
45904986 while :
45914987 do
45924988 cat "conftest.in" "conftest.in" >"conftest.tmp"
45934989 mv "conftest.tmp" "conftest.in"
45944990 cp "conftest.in" "conftest.nl"
4595 $as_echo 'EGREP' >> "conftest.nl"
4991 printf "%s\n" 'EGREP' >> "conftest.nl"
45964992 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
45974993 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
45984994 as_fn_arith $ac_count + 1 && ac_count=$as_val
46215017
46225018 fi
46235019 fi
4624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4625 $as_echo "$ac_cv_path_EGREP" >&6; }
5020 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5021 printf "%s\n" "$ac_cv_path_EGREP" >&6; }
46265022 EGREP="$ac_cv_path_EGREP"
46275023
46285024
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4630 $as_echo_n "checking for fgrep... " >&6; }
4631 if ${ac_cv_path_FGREP+:} false; then :
4632 $as_echo_n "(cached) " >&6
4633 else
5025 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5026 printf %s "checking for fgrep... " >&6; }
5027 if test ${ac_cv_path_FGREP+y}
5028 then :
5029 printf %s "(cached) " >&6
5030 else $as_nop
46345031 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
46355032 then ac_cv_path_FGREP="$GREP -F"
46365033 else
46415038 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
46425039 do
46435040 IFS=$as_save_IFS
4644 test -z "$as_dir" && as_dir=.
4645 for ac_prog in fgrep; do
5041 case $as_dir in #(((
5042 '') as_dir=./ ;;
5043 */) ;;
5044 *) as_dir=$as_dir/ ;;
5045 esac
5046 for ac_prog in fgrep
5047 do
46465048 for ac_exec_ext in '' $ac_executable_extensions; do
4647 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5049 ac_path_FGREP="$as_dir$ac_prog$ac_exec_ext"
46485050 as_fn_executable_p "$ac_path_FGREP" || continue
46495051 # Check for GNU ac_path_FGREP and select it if it is found.
46505052 # Check for GNU $ac_path_FGREP
46535055 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
46545056 *)
46555057 ac_count=0
4656 $as_echo_n 0123456789 >"conftest.in"
5058 printf %s 0123456789 >"conftest.in"
46575059 while :
46585060 do
46595061 cat "conftest.in" "conftest.in" >"conftest.tmp"
46605062 mv "conftest.tmp" "conftest.in"
46615063 cp "conftest.in" "conftest.nl"
4662 $as_echo 'FGREP' >> "conftest.nl"
5064 printf "%s\n" 'FGREP' >> "conftest.nl"
46635065 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
46645066 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
46655067 as_fn_arith $ac_count + 1 && ac_count=$as_val
46885090
46895091 fi
46905092 fi
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4692 $as_echo "$ac_cv_path_FGREP" >&6; }
5093 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5094 printf "%s\n" "$ac_cv_path_FGREP" >&6; }
46935095 FGREP="$ac_cv_path_FGREP"
46945096
46955097
47145116
47155117
47165118 # Check whether --with-gnu-ld was given.
4717 if test "${with_gnu_ld+set}" = set; then :
5119 if test ${with_gnu_ld+y}
5120 then :
47185121 withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
4719 else
5122 else $as_nop
47205123 with_gnu_ld=no
47215124 fi
47225125
47235126 ac_prog=ld
47245127 if test yes = "$GCC"; then
47255128 # Check if gcc -print-prog-name=ld gives a path.
4726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4727 $as_echo_n "checking for ld used by $CC... " >&6; }
5129 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5130 printf %s "checking for ld used by $CC... " >&6; }
47285131 case $host in
47295132 *-*-mingw*)
47305133 # gcc leaves a trailing carriage return, which upsets mingw
47535156 ;;
47545157 esac
47555158 elif test yes = "$with_gnu_ld"; then
4756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4757 $as_echo_n "checking for GNU ld... " >&6; }
4758 else
4759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4760 $as_echo_n "checking for non-GNU ld... " >&6; }
4761 fi
4762 if ${lt_cv_path_LD+:} false; then :
4763 $as_echo_n "(cached) " >&6
4764 else
5159 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5160 printf %s "checking for GNU ld... " >&6; }
5161 else
5162 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5163 printf %s "checking for non-GNU ld... " >&6; }
5164 fi
5165 if test ${lt_cv_path_LD+y}
5166 then :
5167 printf %s "(cached) " >&6
5168 else $as_nop
47655169 if test -z "$LD"; then
47665170 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
47675171 for ac_dir in $PATH; do
47905194
47915195 LD=$lt_cv_path_LD
47925196 if test -n "$LD"; then
4793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4794 $as_echo "$LD" >&6; }
4795 else
4796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4797 $as_echo "no" >&6; }
5197 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5198 printf "%s\n" "$LD" >&6; }
5199 else
5200 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5201 printf "%s\n" "no" >&6; }
47985202 fi
47995203 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4801 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4802 if ${lt_cv_prog_gnu_ld+:} false; then :
4803 $as_echo_n "(cached) " >&6
4804 else
5204 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5205 printf %s "checking if the linker ($LD) is GNU ld... " >&6; }
5206 if test ${lt_cv_prog_gnu_ld+y}
5207 then :
5208 printf %s "(cached) " >&6
5209 else $as_nop
48055210 # I'd rather use --version here, but apparently some GNU lds only accept -v.
48065211 case `$LD -v 2>&1 </dev/null` in
48075212 *GNU* | *'with BFD'*)
48125217 ;;
48135218 esac
48145219 fi
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4816 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5220 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5221 printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; }
48175222 with_gnu_ld=$lt_cv_prog_gnu_ld
48185223
48195224
48245229
48255230
48265231
4827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4828 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4829 if ${lt_cv_path_NM+:} false; then :
4830 $as_echo_n "(cached) " >&6
4831 else
5232 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5233 printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5234 if test ${lt_cv_path_NM+y}
5235 then :
5236 printf %s "(cached) " >&6
5237 else $as_nop
48325238 if test -n "$NM"; then
48335239 # Let the user override the test.
48345240 lt_cv_path_NM=$NM
48785284 : ${lt_cv_path_NM=no}
48795285 fi
48805286 fi
4881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4882 $as_echo "$lt_cv_path_NM" >&6; }
5287 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5288 printf "%s\n" "$lt_cv_path_NM" >&6; }
48835289 if test no != "$lt_cv_path_NM"; then
48845290 NM=$lt_cv_path_NM
48855291 else
48925298 do
48935299 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
48945300 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4896 $as_echo_n "checking for $ac_word... " >&6; }
4897 if ${ac_cv_prog_DUMPBIN+:} false; then :
4898 $as_echo_n "(cached) " >&6
4899 else
5301 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5302 printf %s "checking for $ac_word... " >&6; }
5303 if test ${ac_cv_prog_DUMPBIN+y}
5304 then :
5305 printf %s "(cached) " >&6
5306 else $as_nop
49005307 if test -n "$DUMPBIN"; then
49015308 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
49025309 else
49045311 for as_dir in $PATH
49055312 do
49065313 IFS=$as_save_IFS
4907 test -z "$as_dir" && as_dir=.
5314 case $as_dir in #(((
5315 '') as_dir=./ ;;
5316 */) ;;
5317 *) as_dir=$as_dir/ ;;
5318 esac
49085319 for ac_exec_ext in '' $ac_executable_extensions; do
4909 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5320 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
49105321 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5322 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
49125323 break 2
49135324 fi
49145325 done
49195330 fi
49205331 DUMPBIN=$ac_cv_prog_DUMPBIN
49215332 if test -n "$DUMPBIN"; then
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4923 $as_echo "$DUMPBIN" >&6; }
4924 else
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4926 $as_echo "no" >&6; }
5333 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5334 printf "%s\n" "$DUMPBIN" >&6; }
5335 else
5336 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5337 printf "%s\n" "no" >&6; }
49275338 fi
49285339
49295340
49365347 do
49375348 # Extract the first word of "$ac_prog", so it can be a program name with args.
49385349 set dummy $ac_prog; ac_word=$2
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4940 $as_echo_n "checking for $ac_word... " >&6; }
4941 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4942 $as_echo_n "(cached) " >&6
4943 else
5350 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5351 printf %s "checking for $ac_word... " >&6; }
5352 if test ${ac_cv_prog_ac_ct_DUMPBIN+y}
5353 then :
5354 printf %s "(cached) " >&6
5355 else $as_nop
49445356 if test -n "$ac_ct_DUMPBIN"; then
49455357 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
49465358 else
49485360 for as_dir in $PATH
49495361 do
49505362 IFS=$as_save_IFS
4951 test -z "$as_dir" && as_dir=.
5363 case $as_dir in #(((
5364 '') as_dir=./ ;;
5365 */) ;;
5366 *) as_dir=$as_dir/ ;;
5367 esac
49525368 for ac_exec_ext in '' $ac_executable_extensions; do
4953 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5369 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
49545370 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5371 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
49565372 break 2
49575373 fi
49585374 done
49635379 fi
49645380 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
49655381 if test -n "$ac_ct_DUMPBIN"; then
4966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4967 $as_echo "$ac_ct_DUMPBIN" >&6; }
4968 else
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4970 $as_echo "no" >&6; }
5382 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5383 printf "%s\n" "$ac_ct_DUMPBIN" >&6; }
5384 else
5385 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5386 printf "%s\n" "no" >&6; }
49715387 fi
49725388
49735389
49795395 else
49805396 case $cross_compiling:$ac_tool_warned in
49815397 yes:)
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4983 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5398 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5399 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
49845400 ac_tool_warned=yes ;;
49855401 esac
49865402 DUMPBIN=$ac_ct_DUMPBIN
50085424
50095425
50105426
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5012 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5013 if ${lt_cv_nm_interface+:} false; then :
5014 $as_echo_n "(cached) " >&6
5015 else
5427 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5428 printf %s "checking the name lister ($NM) interface... " >&6; }
5429 if test ${lt_cv_nm_interface+y}
5430 then :
5431 printf %s "(cached) " >&6
5432 else $as_nop
50165433 lt_cv_nm_interface="BSD nm"
50175434 echo "int some_variable = 0;" > conftest.$ac_ext
50185435 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
50285445 fi
50295446 rm -f conftest*
50305447 fi
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5032 $as_echo "$lt_cv_nm_interface" >&6; }
5033
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5035 $as_echo_n "checking whether ln -s works... " >&6; }
5448 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5449 printf "%s\n" "$lt_cv_nm_interface" >&6; }
5450
5451 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5452 printf %s "checking whether ln -s works... " >&6; }
50365453 LN_S=$as_ln_s
50375454 if test "$LN_S" = "ln -s"; then
5038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5039 $as_echo "yes" >&6; }
5040 else
5041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5042 $as_echo "no, using $LN_S" >&6; }
5455 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5456 printf "%s\n" "yes" >&6; }
5457 else
5458 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5459 printf "%s\n" "no, using $LN_S" >&6; }
50435460 fi
50445461
50455462 # find the maximum length of command line arguments
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5047 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5048 if ${lt_cv_sys_max_cmd_len+:} false; then :
5049 $as_echo_n "(cached) " >&6
5050 else
5463 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5464 printf %s "checking the maximum length of command line arguments... " >&6; }
5465 if test ${lt_cv_sys_max_cmd_len+y}
5466 then :
5467 printf %s "(cached) " >&6
5468 else $as_nop
50515469 i=0
50525470 teststring=ABCD
50535471
51745592 fi
51755593
51765594 if test -n "$lt_cv_sys_max_cmd_len"; then
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5178 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5179 else
5180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5181 $as_echo "none" >&6; }
5595 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5596 printf "%s\n" "$lt_cv_sys_max_cmd_len" >&6; }
5597 else
5598 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5
5599 printf "%s\n" "none" >&6; }
51825600 fi
51835601 max_cmd_len=$lt_cv_sys_max_cmd_len
51845602
52225640
52235641
52245642
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
5226 $as_echo_n "checking how to convert $build file names to $host format... " >&6; }
5227 if ${lt_cv_to_host_file_cmd+:} false; then :
5228 $as_echo_n "(cached) " >&6
5229 else
5643 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
5644 printf %s "checking how to convert $build file names to $host format... " >&6; }
5645 if test ${lt_cv_to_host_file_cmd+y}
5646 then :
5647 printf %s "(cached) " >&6
5648 else $as_nop
52305649 case $host in
52315650 *-*-mingw* )
52325651 case $build in
52625681 fi
52635682
52645683 to_host_file_cmd=$lt_cv_to_host_file_cmd
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
5266 $as_echo "$lt_cv_to_host_file_cmd" >&6; }
5267
5268
5269
5270
5271
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
5273 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
5274 if ${lt_cv_to_tool_file_cmd+:} false; then :
5275 $as_echo_n "(cached) " >&6
5276 else
5684 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
5685 printf "%s\n" "$lt_cv_to_host_file_cmd" >&6; }
5686
5687
5688
5689
5690
5691 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
5692 printf %s "checking how to convert $build file names to toolchain format... " >&6; }
5693 if test ${lt_cv_to_tool_file_cmd+y}
5694 then :
5695 printf %s "(cached) " >&6
5696 else $as_nop
52775697 #assume ordinary cross tools, or native build.
52785698 lt_cv_to_tool_file_cmd=func_convert_file_noop
52795699 case $host in
52895709 fi
52905710
52915711 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
5293 $as_echo "$lt_cv_to_tool_file_cmd" >&6; }
5294
5295
5296
5297
5298
5299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5300 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5301 if ${lt_cv_ld_reload_flag+:} false; then :
5302 $as_echo_n "(cached) " >&6
5303 else
5712 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
5713 printf "%s\n" "$lt_cv_to_tool_file_cmd" >&6; }
5714
5715
5716
5717
5718
5719 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5720 printf %s "checking for $LD option to reload object files... " >&6; }
5721 if test ${lt_cv_ld_reload_flag+y}
5722 then :
5723 printf %s "(cached) " >&6
5724 else $as_nop
53045725 lt_cv_ld_reload_flag='-r'
53055726 fi
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5307 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5727 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5728 printf "%s\n" "$lt_cv_ld_reload_flag" >&6; }
53085729 reload_flag=$lt_cv_ld_reload_flag
53095730 case $reload_flag in
53105731 "" | " "*) ;;
53375758 if test -n "$ac_tool_prefix"; then
53385759 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
53395760 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5341 $as_echo_n "checking for $ac_word... " >&6; }
5342 if ${ac_cv_prog_OBJDUMP+:} false; then :
5343 $as_echo_n "(cached) " >&6
5344 else
5761 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5762 printf %s "checking for $ac_word... " >&6; }
5763 if test ${ac_cv_prog_OBJDUMP+y}
5764 then :
5765 printf %s "(cached) " >&6
5766 else $as_nop
53455767 if test -n "$OBJDUMP"; then
53465768 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
53475769 else
53495771 for as_dir in $PATH
53505772 do
53515773 IFS=$as_save_IFS
5352 test -z "$as_dir" && as_dir=.
5774 case $as_dir in #(((
5775 '') as_dir=./ ;;
5776 */) ;;
5777 *) as_dir=$as_dir/ ;;
5778 esac
53535779 for ac_exec_ext in '' $ac_executable_extensions; do
5354 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5780 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
53555781 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5782 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
53575783 break 2
53585784 fi
53595785 done
53645790 fi
53655791 OBJDUMP=$ac_cv_prog_OBJDUMP
53665792 if test -n "$OBJDUMP"; then
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5368 $as_echo "$OBJDUMP" >&6; }
5369 else
5370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5371 $as_echo "no" >&6; }
5793 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5794 printf "%s\n" "$OBJDUMP" >&6; }
5795 else
5796 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5797 printf "%s\n" "no" >&6; }
53725798 fi
53735799
53745800
53775803 ac_ct_OBJDUMP=$OBJDUMP
53785804 # Extract the first word of "objdump", so it can be a program name with args.
53795805 set dummy objdump; ac_word=$2
5380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5381 $as_echo_n "checking for $ac_word... " >&6; }
5382 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5383 $as_echo_n "(cached) " >&6
5384 else
5806 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5807 printf %s "checking for $ac_word... " >&6; }
5808 if test ${ac_cv_prog_ac_ct_OBJDUMP+y}
5809 then :
5810 printf %s "(cached) " >&6
5811 else $as_nop
53855812 if test -n "$ac_ct_OBJDUMP"; then
53865813 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
53875814 else
53895816 for as_dir in $PATH
53905817 do
53915818 IFS=$as_save_IFS
5392 test -z "$as_dir" && as_dir=.
5819 case $as_dir in #(((
5820 '') as_dir=./ ;;
5821 */) ;;
5822 *) as_dir=$as_dir/ ;;
5823 esac
53935824 for ac_exec_ext in '' $ac_executable_extensions; do
5394 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5825 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
53955826 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5827 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
53975828 break 2
53985829 fi
53995830 done
54045835 fi
54055836 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
54065837 if test -n "$ac_ct_OBJDUMP"; then
5407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5408 $as_echo "$ac_ct_OBJDUMP" >&6; }
5409 else
5410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5411 $as_echo "no" >&6; }
5838 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5839 printf "%s\n" "$ac_ct_OBJDUMP" >&6; }
5840 else
5841 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5842 printf "%s\n" "no" >&6; }
54125843 fi
54135844
54145845 if test "x$ac_ct_OBJDUMP" = x; then
54165847 else
54175848 case $cross_compiling:$ac_tool_warned in
54185849 yes:)
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5420 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5850 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5851 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
54215852 ac_tool_warned=yes ;;
54225853 esac
54235854 OBJDUMP=$ac_ct_OBJDUMP
54365867
54375868
54385869
5439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5440 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5441 if ${lt_cv_deplibs_check_method+:} false; then :
5442 $as_echo_n "(cached) " >&6
5443 else
5870 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5871 printf %s "checking how to recognize dependent libraries... " >&6; }
5872 if test ${lt_cv_deplibs_check_method+y}
5873 then :
5874 printf %s "(cached) " >&6
5875 else $as_nop
54445876 lt_cv_file_magic_cmd='$MAGIC_CMD'
54455877 lt_cv_file_magic_test_file=
54465878 lt_cv_deplibs_check_method='unknown'
56366068 esac
56376069
56386070 fi
5639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5640 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6071 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6072 printf "%s\n" "$lt_cv_deplibs_check_method" >&6; }
56416073
56426074 file_magic_glob=
56436075 want_nocaseglob=no
56816113 if test -n "$ac_tool_prefix"; then
56826114 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
56836115 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5685 $as_echo_n "checking for $ac_word... " >&6; }
5686 if ${ac_cv_prog_DLLTOOL+:} false; then :
5687 $as_echo_n "(cached) " >&6
5688 else
6116 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6117 printf %s "checking for $ac_word... " >&6; }
6118 if test ${ac_cv_prog_DLLTOOL+y}
6119 then :
6120 printf %s "(cached) " >&6
6121 else $as_nop
56896122 if test -n "$DLLTOOL"; then
56906123 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
56916124 else
56936126 for as_dir in $PATH
56946127 do
56956128 IFS=$as_save_IFS
5696 test -z "$as_dir" && as_dir=.
6129 case $as_dir in #(((
6130 '') as_dir=./ ;;
6131 */) ;;
6132 *) as_dir=$as_dir/ ;;
6133 esac
56976134 for ac_exec_ext in '' $ac_executable_extensions; do
5698 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6135 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
56996136 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5700 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6137 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
57016138 break 2
57026139 fi
57036140 done
57086145 fi
57096146 DLLTOOL=$ac_cv_prog_DLLTOOL
57106147 if test -n "$DLLTOOL"; then
5711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5712 $as_echo "$DLLTOOL" >&6; }
5713 else
5714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5715 $as_echo "no" >&6; }
6148 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6149 printf "%s\n" "$DLLTOOL" >&6; }
6150 else
6151 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6152 printf "%s\n" "no" >&6; }
57166153 fi
57176154
57186155
57216158 ac_ct_DLLTOOL=$DLLTOOL
57226159 # Extract the first word of "dlltool", so it can be a program name with args.
57236160 set dummy dlltool; ac_word=$2
5724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5725 $as_echo_n "checking for $ac_word... " >&6; }
5726 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
5727 $as_echo_n "(cached) " >&6
5728 else
6161 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6162 printf %s "checking for $ac_word... " >&6; }
6163 if test ${ac_cv_prog_ac_ct_DLLTOOL+y}
6164 then :
6165 printf %s "(cached) " >&6
6166 else $as_nop
57296167 if test -n "$ac_ct_DLLTOOL"; then
57306168 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
57316169 else
57336171 for as_dir in $PATH
57346172 do
57356173 IFS=$as_save_IFS
5736 test -z "$as_dir" && as_dir=.
6174 case $as_dir in #(((
6175 '') as_dir=./ ;;
6176 */) ;;
6177 *) as_dir=$as_dir/ ;;
6178 esac
57376179 for ac_exec_ext in '' $ac_executable_extensions; do
5738 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6180 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
57396181 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6182 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
57416183 break 2
57426184 fi
57436185 done
57486190 fi
57496191 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
57506192 if test -n "$ac_ct_DLLTOOL"; then
5751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
5752 $as_echo "$ac_ct_DLLTOOL" >&6; }
5753 else
5754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5755 $as_echo "no" >&6; }
6193 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6194 printf "%s\n" "$ac_ct_DLLTOOL" >&6; }
6195 else
6196 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6197 printf "%s\n" "no" >&6; }
57566198 fi
57576199
57586200 if test "x$ac_ct_DLLTOOL" = x; then
57606202 else
57616203 case $cross_compiling:$ac_tool_warned in
57626204 yes:)
5763 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5764 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6205 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6206 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
57656207 ac_tool_warned=yes ;;
57666208 esac
57676209 DLLTOOL=$ac_ct_DLLTOOL
57816223
57826224
57836225
5784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
5785 $as_echo_n "checking how to associate runtime and link libraries... " >&6; }
5786 if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
5787 $as_echo_n "(cached) " >&6
5788 else
6226 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
6227 printf %s "checking how to associate runtime and link libraries... " >&6; }
6228 if test ${lt_cv_sharedlib_from_linklib_cmd+y}
6229 then :
6230 printf %s "(cached) " >&6
6231 else $as_nop
57896232 lt_cv_sharedlib_from_linklib_cmd='unknown'
57906233
57916234 case $host_os in
58086251 esac
58096252
58106253 fi
5811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
5812 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
6254 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
6255 printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
58136256 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
58146257 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
58156258
58256268 do
58266269 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
58276270 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5829 $as_echo_n "checking for $ac_word... " >&6; }
5830 if ${ac_cv_prog_AR+:} false; then :
5831 $as_echo_n "(cached) " >&6
5832 else
6271 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6272 printf %s "checking for $ac_word... " >&6; }
6273 if test ${ac_cv_prog_AR+y}
6274 then :
6275 printf %s "(cached) " >&6
6276 else $as_nop
58336277 if test -n "$AR"; then
58346278 ac_cv_prog_AR="$AR" # Let the user override the test.
58356279 else
58376281 for as_dir in $PATH
58386282 do
58396283 IFS=$as_save_IFS
5840 test -z "$as_dir" && as_dir=.
6284 case $as_dir in #(((
6285 '') as_dir=./ ;;
6286 */) ;;
6287 *) as_dir=$as_dir/ ;;
6288 esac
58416289 for ac_exec_ext in '' $ac_executable_extensions; do
5842 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6290 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
58436291 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6292 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
58456293 break 2
58466294 fi
58476295 done
58526300 fi
58536301 AR=$ac_cv_prog_AR
58546302 if test -n "$AR"; then
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5856 $as_echo "$AR" >&6; }
5857 else
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5859 $as_echo "no" >&6; }
6303 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6304 printf "%s\n" "$AR" >&6; }
6305 else
6306 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6307 printf "%s\n" "no" >&6; }
58606308 fi
58616309
58626310
58696317 do
58706318 # Extract the first word of "$ac_prog", so it can be a program name with args.
58716319 set dummy $ac_prog; ac_word=$2
5872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5873 $as_echo_n "checking for $ac_word... " >&6; }
5874 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5875 $as_echo_n "(cached) " >&6
5876 else
6320 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6321 printf %s "checking for $ac_word... " >&6; }
6322 if test ${ac_cv_prog_ac_ct_AR+y}
6323 then :
6324 printf %s "(cached) " >&6
6325 else $as_nop
58776326 if test -n "$ac_ct_AR"; then
58786327 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
58796328 else
58816330 for as_dir in $PATH
58826331 do
58836332 IFS=$as_save_IFS
5884 test -z "$as_dir" && as_dir=.
6333 case $as_dir in #(((
6334 '') as_dir=./ ;;
6335 */) ;;
6336 *) as_dir=$as_dir/ ;;
6337 esac
58856338 for ac_exec_ext in '' $ac_executable_extensions; do
5886 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6339 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
58876340 ac_cv_prog_ac_ct_AR="$ac_prog"
5888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6341 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
58896342 break 2
58906343 fi
58916344 done
58966349 fi
58976350 ac_ct_AR=$ac_cv_prog_ac_ct_AR
58986351 if test -n "$ac_ct_AR"; then
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5900 $as_echo "$ac_ct_AR" >&6; }
5901 else
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5903 $as_echo "no" >&6; }
6352 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6353 printf "%s\n" "$ac_ct_AR" >&6; }
6354 else
6355 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6356 printf "%s\n" "no" >&6; }
59046357 fi
59056358
59066359
59126365 else
59136366 case $cross_compiling:$ac_tool_warned in
59146367 yes:)
5915 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5916 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6368 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6369 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
59176370 ac_tool_warned=yes ;;
59186371 esac
59196372 AR=$ac_ct_AR
59216374 fi
59226375
59236376 : ${AR=ar}
5924 : ${AR_FLAGS=cru}
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
5937 $as_echo_n "checking for archiver @FILE support... " >&6; }
5938 if ${lt_cv_ar_at_file+:} false; then :
5939 $as_echo_n "(cached) " >&6
5940 else
6377 : ${AR_FLAGS=cr}
6378
6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
6390 printf %s "checking for archiver @FILE support... " >&6; }
6391 if test ${lt_cv_ar_at_file+y}
6392 then :
6393 printf %s "(cached) " >&6
6394 else $as_nop
59416395 lt_cv_ar_at_file=no
59426396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59436397 /* end confdefs.h. */
59446398
59456399 int
5946 main ()
6400 main (void)
59476401 {
59486402
59496403 ;
59506404 return 0;
59516405 }
59526406 _ACEOF
5953 if ac_fn_c_try_compile "$LINENO"; then :
6407 if ac_fn_c_try_compile "$LINENO"
6408 then :
59546409 echo conftest.$ac_objext > conftest.lst
59556410 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
59566411 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
59576412 (eval $lt_ar_try) 2>&5
59586413 ac_status=$?
5959 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6414 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
59606415 test $ac_status = 0; }
59616416 if test 0 -eq "$ac_status"; then
59626417 # Ensure the archiver fails upon bogus file names.
59646419 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
59656420 (eval $lt_ar_try) 2>&5
59666421 ac_status=$?
5967 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6422 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
59686423 test $ac_status = 0; }
59696424 if test 0 -ne "$ac_status"; then
59706425 lt_cv_ar_at_file=@
59736428 rm -f conftest.* libconftest.a
59746429
59756430 fi
5976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5977
5978 fi
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
5980 $as_echo "$lt_cv_ar_at_file" >&6; }
6431 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
6432
6433 fi
6434 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
6435 printf "%s\n" "$lt_cv_ar_at_file" >&6; }
59816436
59826437 if test no = "$lt_cv_ar_at_file"; then
59836438 archiver_list_spec=
59946449 if test -n "$ac_tool_prefix"; then
59956450 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
59966451 set dummy ${ac_tool_prefix}strip; ac_word=$2
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5998 $as_echo_n "checking for $ac_word... " >&6; }
5999 if ${ac_cv_prog_STRIP+:} false; then :
6000 $as_echo_n "(cached) " >&6
6001 else
6452 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6453 printf %s "checking for $ac_word... " >&6; }
6454 if test ${ac_cv_prog_STRIP+y}
6455 then :
6456 printf %s "(cached) " >&6
6457 else $as_nop
60026458 if test -n "$STRIP"; then
60036459 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
60046460 else
60066462 for as_dir in $PATH
60076463 do
60086464 IFS=$as_save_IFS
6009 test -z "$as_dir" && as_dir=.
6465 case $as_dir in #(((
6466 '') as_dir=./ ;;
6467 */) ;;
6468 *) as_dir=$as_dir/ ;;
6469 esac
60106470 for ac_exec_ext in '' $ac_executable_extensions; do
6011 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6471 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
60126472 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6473 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
60146474 break 2
60156475 fi
60166476 done
60216481 fi
60226482 STRIP=$ac_cv_prog_STRIP
60236483 if test -n "$STRIP"; then
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6025 $as_echo "$STRIP" >&6; }
6026 else
6027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6028 $as_echo "no" >&6; }
6484 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6485 printf "%s\n" "$STRIP" >&6; }
6486 else
6487 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6488 printf "%s\n" "no" >&6; }
60296489 fi
60306490
60316491
60346494 ac_ct_STRIP=$STRIP
60356495 # Extract the first word of "strip", so it can be a program name with args.
60366496 set dummy strip; ac_word=$2
6037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6038 $as_echo_n "checking for $ac_word... " >&6; }
6039 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6040 $as_echo_n "(cached) " >&6
6041 else
6497 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6498 printf %s "checking for $ac_word... " >&6; }
6499 if test ${ac_cv_prog_ac_ct_STRIP+y}
6500 then :
6501 printf %s "(cached) " >&6
6502 else $as_nop
60426503 if test -n "$ac_ct_STRIP"; then
60436504 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
60446505 else
60466507 for as_dir in $PATH
60476508 do
60486509 IFS=$as_save_IFS
6049 test -z "$as_dir" && as_dir=.
6510 case $as_dir in #(((
6511 '') as_dir=./ ;;
6512 */) ;;
6513 *) as_dir=$as_dir/ ;;
6514 esac
60506515 for ac_exec_ext in '' $ac_executable_extensions; do
6051 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6516 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
60526517 ac_cv_prog_ac_ct_STRIP="strip"
6053 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6518 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
60546519 break 2
60556520 fi
60566521 done
60616526 fi
60626527 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
60636528 if test -n "$ac_ct_STRIP"; then
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6065 $as_echo "$ac_ct_STRIP" >&6; }
6066 else
6067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6068 $as_echo "no" >&6; }
6529 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6530 printf "%s\n" "$ac_ct_STRIP" >&6; }
6531 else
6532 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6533 printf "%s\n" "no" >&6; }
60696534 fi
60706535
60716536 if test "x$ac_ct_STRIP" = x; then
60736538 else
60746539 case $cross_compiling:$ac_tool_warned in
60756540 yes:)
6076 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6077 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6541 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6542 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
60786543 ac_tool_warned=yes ;;
60796544 esac
60806545 STRIP=$ac_ct_STRIP
60936558 if test -n "$ac_tool_prefix"; then
60946559 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
60956560 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6097 $as_echo_n "checking for $ac_word... " >&6; }
6098 if ${ac_cv_prog_RANLIB+:} false; then :
6099 $as_echo_n "(cached) " >&6
6100 else
6561 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6562 printf %s "checking for $ac_word... " >&6; }
6563 if test ${ac_cv_prog_RANLIB+y}
6564 then :
6565 printf %s "(cached) " >&6
6566 else $as_nop
61016567 if test -n "$RANLIB"; then
61026568 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
61036569 else
61056571 for as_dir in $PATH
61066572 do
61076573 IFS=$as_save_IFS
6108 test -z "$as_dir" && as_dir=.
6574 case $as_dir in #(((
6575 '') as_dir=./ ;;
6576 */) ;;
6577 *) as_dir=$as_dir/ ;;
6578 esac
61096579 for ac_exec_ext in '' $ac_executable_extensions; do
6110 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6580 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
61116581 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6582 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
61136583 break 2
61146584 fi
61156585 done
61206590 fi
61216591 RANLIB=$ac_cv_prog_RANLIB
61226592 if test -n "$RANLIB"; then
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6124 $as_echo "$RANLIB" >&6; }
6125 else
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6127 $as_echo "no" >&6; }
6593 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6594 printf "%s\n" "$RANLIB" >&6; }
6595 else
6596 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6597 printf "%s\n" "no" >&6; }
61286598 fi
61296599
61306600
61336603 ac_ct_RANLIB=$RANLIB
61346604 # Extract the first word of "ranlib", so it can be a program name with args.
61356605 set dummy ranlib; ac_word=$2
6136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6137 $as_echo_n "checking for $ac_word... " >&6; }
6138 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6139 $as_echo_n "(cached) " >&6
6140 else
6606 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6607 printf %s "checking for $ac_word... " >&6; }
6608 if test ${ac_cv_prog_ac_ct_RANLIB+y}
6609 then :
6610 printf %s "(cached) " >&6
6611 else $as_nop
61416612 if test -n "$ac_ct_RANLIB"; then
61426613 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
61436614 else
61456616 for as_dir in $PATH
61466617 do
61476618 IFS=$as_save_IFS
6148 test -z "$as_dir" && as_dir=.
6619 case $as_dir in #(((
6620 '') as_dir=./ ;;
6621 */) ;;
6622 *) as_dir=$as_dir/ ;;
6623 esac
61496624 for ac_exec_ext in '' $ac_executable_extensions; do
6150 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6625 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
61516626 ac_cv_prog_ac_ct_RANLIB="ranlib"
6152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6627 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
61536628 break 2
61546629 fi
61556630 done
61606635 fi
61616636 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
61626637 if test -n "$ac_ct_RANLIB"; then
6163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6164 $as_echo "$ac_ct_RANLIB" >&6; }
6165 else
6166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6167 $as_echo "no" >&6; }
6638 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6639 printf "%s\n" "$ac_ct_RANLIB" >&6; }
6640 else
6641 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6642 printf "%s\n" "no" >&6; }
61686643 fi
61696644
61706645 if test "x$ac_ct_RANLIB" = x; then
61726647 else
61736648 case $cross_compiling:$ac_tool_warned in
61746649 yes:)
6175 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6176 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6650 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6651 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
61776652 ac_tool_warned=yes ;;
61786653 esac
61796654 RANLIB=$ac_ct_RANLIB
62626737
62636738
62646739 # Check for command to grab the raw symbol name followed by C symbol from nm.
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6266 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6267 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6268 $as_echo_n "(cached) " >&6
6269 else
6740 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6741 printf %s "checking command to parse $NM output from $compiler object... " >&6; }
6742 if test ${lt_cv_sys_global_symbol_pipe+y}
6743 then :
6744 printf %s "(cached) " >&6
6745 else $as_nop
62706746
62716747 # These are sane defaults that work on at least a few old systems.
62726748 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
64186894 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
64196895 (eval $ac_compile) 2>&5
64206896 ac_status=$?
6421 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6897 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
64226898 test $ac_status = 0; }; then
64236899 # Now try to grab the symbols.
64246900 nlist=conftest.nm
6425 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6426 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6427 ac_status=$?
6428 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6429 test $ac_status = 0; } && test -s "$nlist"; then
6901 $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5
6902 if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then
64306903 # Try sorting and uniquifying the output.
64316904 if sort "$nlist" | uniq > "$nlist"T; then
64326905 mv -f "$nlist"T "$nlist"
64946967 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
64956968 (eval $ac_link) 2>&5
64966969 ac_status=$?
6497 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6970 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
64986971 test $ac_status = 0; } && test -s conftest$ac_exeext; then
64996972 pipe_works=yes
65006973 fi
65297002 lt_cv_sys_global_symbol_to_cdecl=
65307003 fi
65317004 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6533 $as_echo "failed" >&6; }
6534 else
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6536 $as_echo "ok" >&6; }
7005 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7006 printf "%s\n" "failed" >&6; }
7007 else
7008 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7009 printf "%s\n" "ok" >&6; }
65377010 fi
65387011
65397012 # Response file support.
65797052
65807053
65817054
6582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
6583 $as_echo_n "checking for sysroot... " >&6; }
7055 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
7056 printf %s "checking for sysroot... " >&6; }
65847057
65857058 # Check whether --with-sysroot was given.
6586 if test "${with_sysroot+set}" = set; then :
7059 if test ${with_sysroot+y}
7060 then :
65877061 withval=$with_sysroot;
6588 else
7062 else $as_nop
65897063 with_sysroot=no
65907064 fi
65917065
66037077 no|'')
66047078 ;; #(
66057079 *)
6606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
6607 $as_echo "$with_sysroot" >&6; }
7080 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
7081 printf "%s\n" "$with_sysroot" >&6; }
66087082 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
66097083 ;;
66107084 esac
66117085
6612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
6613 $as_echo "${lt_sysroot:-no}" >&6; }
6614
6615
6616
6617
6618
6619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
6620 $as_echo_n "checking for a working dd... " >&6; }
6621 if ${ac_cv_path_lt_DD+:} false; then :
6622 $as_echo_n "(cached) " >&6
6623 else
7086 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
7087 printf "%s\n" "${lt_sysroot:-no}" >&6; }
7088
7089
7090
7091
7092
7093 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
7094 printf %s "checking for a working dd... " >&6; }
7095 if test ${ac_cv_path_lt_DD+y}
7096 then :
7097 printf %s "(cached) " >&6
7098 else $as_nop
66247099 printf 0123456789abcdef0123456789abcdef >conftest.i
66257100 cat conftest.i conftest.i >conftest2.i
66267101 : ${lt_DD:=$DD}
66317106 for as_dir in $PATH
66327107 do
66337108 IFS=$as_save_IFS
6634 test -z "$as_dir" && as_dir=.
6635 for ac_prog in dd; do
7109 case $as_dir in #(((
7110 '') as_dir=./ ;;
7111 */) ;;
7112 *) as_dir=$as_dir/ ;;
7113 esac
7114 for ac_prog in dd
7115 do
66367116 for ac_exec_ext in '' $ac_executable_extensions; do
6637 ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext"
7117 ac_path_lt_DD="$as_dir$ac_prog$ac_exec_ext"
66387118 as_fn_executable_p "$ac_path_lt_DD" || continue
66397119 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
66407120 cmp -s conftest.i conftest.out \
66547134
66557135 rm -f conftest.i conftest2.i conftest.out
66567136 fi
6657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
6658 $as_echo "$ac_cv_path_lt_DD" >&6; }
6659
6660
6661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
6662 $as_echo_n "checking how to truncate binary pipes... " >&6; }
6663 if ${lt_cv_truncate_bin+:} false; then :
6664 $as_echo_n "(cached) " >&6
6665 else
7137 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
7138 printf "%s\n" "$ac_cv_path_lt_DD" >&6; }
7139
7140
7141 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
7142 printf %s "checking how to truncate binary pipes... " >&6; }
7143 if test ${lt_cv_truncate_bin+y}
7144 then :
7145 printf %s "(cached) " >&6
7146 else $as_nop
66667147 printf 0123456789abcdef0123456789abcdef >conftest.i
66677148 cat conftest.i conftest.i >conftest2.i
66687149 lt_cv_truncate_bin=
66737154 rm -f conftest.i conftest2.i conftest.out
66747155 test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"
66757156 fi
6676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
6677 $as_echo "$lt_cv_truncate_bin" >&6; }
7157 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
7158 printf "%s\n" "$lt_cv_truncate_bin" >&6; }
66787159
66797160
66807161
66977178 }
66987179
66997180 # Check whether --enable-libtool-lock was given.
6700 if test "${enable_libtool_lock+set}" = set; then :
7181 if test ${enable_libtool_lock+y}
7182 then :
67017183 enableval=$enable_libtool_lock;
67027184 fi
67037185
67137195 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
67147196 (eval $ac_compile) 2>&5
67157197 ac_status=$?
6716 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7198 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
67177199 test $ac_status = 0; }; then
67187200 case `/usr/bin/file conftest.$ac_objext` in
67197201 *ELF-32*)
67337215 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
67347216 (eval $ac_compile) 2>&5
67357217 ac_status=$?
6736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7218 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
67377219 test $ac_status = 0; }; then
67387220 if test yes = "$lt_cv_prog_gnu_ld"; then
67397221 case `/usr/bin/file conftest.$ac_objext` in
67717253 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
67727254 (eval $ac_compile) 2>&5
67737255 ac_status=$?
6774 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7256 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
67757257 test $ac_status = 0; }; then
67767258 emul=elf
67777259 case `/usr/bin/file conftest.$ac_objext` in
68127294 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
68137295 (eval $ac_compile) 2>&5
68147296 ac_status=$?
6815 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7297 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
68167298 test $ac_status = 0; }; then
68177299 case `/usr/bin/file conftest.o` in
68187300 *32-bit*)
68757357 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
68767358 SAVE_CFLAGS=$CFLAGS
68777359 CFLAGS="$CFLAGS -belf"
6878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6879 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6880 if ${lt_cv_cc_needs_belf+:} false; then :
6881 $as_echo_n "(cached) " >&6
6882 else
7360 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7361 printf %s "checking whether the C compiler needs -belf... " >&6; }
7362 if test ${lt_cv_cc_needs_belf+y}
7363 then :
7364 printf %s "(cached) " >&6
7365 else $as_nop
68837366 ac_ext=c
68847367 ac_cpp='$CPP $CPPFLAGS'
68857368 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68907373 /* end confdefs.h. */
68917374
68927375 int
6893 main ()
7376 main (void)
68947377 {
68957378
68967379 ;
68977380 return 0;
68987381 }
68997382 _ACEOF
6900 if ac_fn_c_try_link "$LINENO"; then :
7383 if ac_fn_c_try_link "$LINENO"
7384 then :
69017385 lt_cv_cc_needs_belf=yes
6902 else
7386 else $as_nop
69037387 lt_cv_cc_needs_belf=no
69047388 fi
6905 rm -f core conftest.err conftest.$ac_objext \
7389 rm -f core conftest.err conftest.$ac_objext conftest.beam \
69067390 conftest$ac_exeext conftest.$ac_ext
69077391 ac_ext=c
69087392 ac_cpp='$CPP $CPPFLAGS'
69117395 ac_compiler_gnu=$ac_cv_c_compiler_gnu
69127396
69137397 fi
6914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6915 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7398 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7399 printf "%s\n" "$lt_cv_cc_needs_belf" >&6; }
69167400 if test yes != "$lt_cv_cc_needs_belf"; then
69177401 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
69187402 CFLAGS=$SAVE_CFLAGS
69257409 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
69267410 (eval $ac_compile) 2>&5
69277411 ac_status=$?
6928 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7412 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
69297413 test $ac_status = 0; }; then
69307414 case `/usr/bin/file conftest.o` in
69317415 *64-bit*)
69627446 if test -n "$ac_tool_prefix"; then
69637447 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
69647448 set dummy ${ac_tool_prefix}mt; ac_word=$2
6965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6966 $as_echo_n "checking for $ac_word... " >&6; }
6967 if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
6968 $as_echo_n "(cached) " >&6
6969 else
7449 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7450 printf %s "checking for $ac_word... " >&6; }
7451 if test ${ac_cv_prog_MANIFEST_TOOL+y}
7452 then :
7453 printf %s "(cached) " >&6
7454 else $as_nop
69707455 if test -n "$MANIFEST_TOOL"; then
69717456 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
69727457 else
69747459 for as_dir in $PATH
69757460 do
69767461 IFS=$as_save_IFS
6977 test -z "$as_dir" && as_dir=.
7462 case $as_dir in #(((
7463 '') as_dir=./ ;;
7464 */) ;;
7465 *) as_dir=$as_dir/ ;;
7466 esac
69787467 for ac_exec_ext in '' $ac_executable_extensions; do
6979 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7468 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
69807469 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6981 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7470 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
69827471 break 2
69837472 fi
69847473 done
69897478 fi
69907479 MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
69917480 if test -n "$MANIFEST_TOOL"; then
6992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
6993 $as_echo "$MANIFEST_TOOL" >&6; }
6994 else
6995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6996 $as_echo "no" >&6; }
7481 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
7482 printf "%s\n" "$MANIFEST_TOOL" >&6; }
7483 else
7484 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7485 printf "%s\n" "no" >&6; }
69977486 fi
69987487
69997488
70027491 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
70037492 # Extract the first word of "mt", so it can be a program name with args.
70047493 set dummy mt; ac_word=$2
7005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7006 $as_echo_n "checking for $ac_word... " >&6; }
7007 if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
7008 $as_echo_n "(cached) " >&6
7009 else
7494 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7495 printf %s "checking for $ac_word... " >&6; }
7496 if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y}
7497 then :
7498 printf %s "(cached) " >&6
7499 else $as_nop
70107500 if test -n "$ac_ct_MANIFEST_TOOL"; then
70117501 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
70127502 else
70147504 for as_dir in $PATH
70157505 do
70167506 IFS=$as_save_IFS
7017 test -z "$as_dir" && as_dir=.
7507 case $as_dir in #(((
7508 '') as_dir=./ ;;
7509 */) ;;
7510 *) as_dir=$as_dir/ ;;
7511 esac
70187512 for ac_exec_ext in '' $ac_executable_extensions; do
7019 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7513 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
70207514 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7515 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
70227516 break 2
70237517 fi
70247518 done
70297523 fi
70307524 ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
70317525 if test -n "$ac_ct_MANIFEST_TOOL"; then
7032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
7033 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
7034 else
7035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7036 $as_echo "no" >&6; }
7526 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
7527 printf "%s\n" "$ac_ct_MANIFEST_TOOL" >&6; }
7528 else
7529 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7530 printf "%s\n" "no" >&6; }
70377531 fi
70387532
70397533 if test "x$ac_ct_MANIFEST_TOOL" = x; then
70417535 else
70427536 case $cross_compiling:$ac_tool_warned in
70437537 yes:)
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7045 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7538 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7539 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
70467540 ac_tool_warned=yes ;;
70477541 esac
70487542 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
70527546 fi
70537547
70547548 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
7056 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
7057 if ${lt_cv_path_mainfest_tool+:} false; then :
7058 $as_echo_n "(cached) " >&6
7059 else
7549 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
7550 printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
7551 if test ${lt_cv_path_mainfest_tool+y}
7552 then :
7553 printf %s "(cached) " >&6
7554 else $as_nop
70607555 lt_cv_path_mainfest_tool=no
70617556 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
70627557 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
70667561 fi
70677562 rm -f conftest*
70687563 fi
7069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
7070 $as_echo "$lt_cv_path_mainfest_tool" >&6; }
7564 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
7565 printf "%s\n" "$lt_cv_path_mainfest_tool" >&6; }
70717566 if test yes != "$lt_cv_path_mainfest_tool"; then
70727567 MANIFEST_TOOL=:
70737568 fi
70827577 if test -n "$ac_tool_prefix"; then
70837578 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
70847579 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7086 $as_echo_n "checking for $ac_word... " >&6; }
7087 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7088 $as_echo_n "(cached) " >&6
7089 else
7580 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7581 printf %s "checking for $ac_word... " >&6; }
7582 if test ${ac_cv_prog_DSYMUTIL+y}
7583 then :
7584 printf %s "(cached) " >&6
7585 else $as_nop
70907586 if test -n "$DSYMUTIL"; then
70917587 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
70927588 else
70947590 for as_dir in $PATH
70957591 do
70967592 IFS=$as_save_IFS
7097 test -z "$as_dir" && as_dir=.
7593 case $as_dir in #(((
7594 '') as_dir=./ ;;
7595 */) ;;
7596 *) as_dir=$as_dir/ ;;
7597 esac
70987598 for ac_exec_ext in '' $ac_executable_extensions; do
7099 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7599 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
71007600 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7101 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7601 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
71027602 break 2
71037603 fi
71047604 done
71097609 fi
71107610 DSYMUTIL=$ac_cv_prog_DSYMUTIL
71117611 if test -n "$DSYMUTIL"; then
7112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7113 $as_echo "$DSYMUTIL" >&6; }
7114 else
7115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7116 $as_echo "no" >&6; }
7612 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7613 printf "%s\n" "$DSYMUTIL" >&6; }
7614 else
7615 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7616 printf "%s\n" "no" >&6; }
71177617 fi
71187618
71197619
71227622 ac_ct_DSYMUTIL=$DSYMUTIL
71237623 # Extract the first word of "dsymutil", so it can be a program name with args.
71247624 set dummy dsymutil; ac_word=$2
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7126 $as_echo_n "checking for $ac_word... " >&6; }
7127 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7128 $as_echo_n "(cached) " >&6
7129 else
7625 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7626 printf %s "checking for $ac_word... " >&6; }
7627 if test ${ac_cv_prog_ac_ct_DSYMUTIL+y}
7628 then :
7629 printf %s "(cached) " >&6
7630 else $as_nop
71307631 if test -n "$ac_ct_DSYMUTIL"; then
71317632 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
71327633 else
71347635 for as_dir in $PATH
71357636 do
71367637 IFS=$as_save_IFS
7137 test -z "$as_dir" && as_dir=.
7638 case $as_dir in #(((
7639 '') as_dir=./ ;;
7640 */) ;;
7641 *) as_dir=$as_dir/ ;;
7642 esac
71387643 for ac_exec_ext in '' $ac_executable_extensions; do
7139 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7644 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
71407645 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7646 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
71427647 break 2
71437648 fi
71447649 done
71497654 fi
71507655 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
71517656 if test -n "$ac_ct_DSYMUTIL"; then
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7153 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7154 else
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7156 $as_echo "no" >&6; }
7657 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7658 printf "%s\n" "$ac_ct_DSYMUTIL" >&6; }
7659 else
7660 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7661 printf "%s\n" "no" >&6; }
71577662 fi
71587663
71597664 if test "x$ac_ct_DSYMUTIL" = x; then
71617666 else
71627667 case $cross_compiling:$ac_tool_warned in
71637668 yes:)
7164 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7165 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7669 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7670 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
71667671 ac_tool_warned=yes ;;
71677672 esac
71687673 DSYMUTIL=$ac_ct_DSYMUTIL
71747679 if test -n "$ac_tool_prefix"; then
71757680 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
71767681 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7178 $as_echo_n "checking for $ac_word... " >&6; }
7179 if ${ac_cv_prog_NMEDIT+:} false; then :
7180 $as_echo_n "(cached) " >&6
7181 else
7682 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7683 printf %s "checking for $ac_word... " >&6; }
7684 if test ${ac_cv_prog_NMEDIT+y}
7685 then :
7686 printf %s "(cached) " >&6
7687 else $as_nop
71827688 if test -n "$NMEDIT"; then
71837689 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
71847690 else
71867692 for as_dir in $PATH
71877693 do
71887694 IFS=$as_save_IFS
7189 test -z "$as_dir" && as_dir=.
7695 case $as_dir in #(((
7696 '') as_dir=./ ;;
7697 */) ;;
7698 *) as_dir=$as_dir/ ;;
7699 esac
71907700 for ac_exec_ext in '' $ac_executable_extensions; do
7191 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7701 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
71927702 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7703 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
71947704 break 2
71957705 fi
71967706 done
72017711 fi
72027712 NMEDIT=$ac_cv_prog_NMEDIT
72037713 if test -n "$NMEDIT"; then
7204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7205 $as_echo "$NMEDIT" >&6; }
7206 else
7207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7208 $as_echo "no" >&6; }
7714 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7715 printf "%s\n" "$NMEDIT" >&6; }
7716 else
7717 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7718 printf "%s\n" "no" >&6; }
72097719 fi
72107720
72117721
72147724 ac_ct_NMEDIT=$NMEDIT
72157725 # Extract the first word of "nmedit", so it can be a program name with args.
72167726 set dummy nmedit; ac_word=$2
7217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7218 $as_echo_n "checking for $ac_word... " >&6; }
7219 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7220 $as_echo_n "(cached) " >&6
7221 else
7727 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7728 printf %s "checking for $ac_word... " >&6; }
7729 if test ${ac_cv_prog_ac_ct_NMEDIT+y}
7730 then :
7731 printf %s "(cached) " >&6
7732 else $as_nop
72227733 if test -n "$ac_ct_NMEDIT"; then
72237734 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
72247735 else
72267737 for as_dir in $PATH
72277738 do
72287739 IFS=$as_save_IFS
7229 test -z "$as_dir" && as_dir=.
7740 case $as_dir in #(((
7741 '') as_dir=./ ;;
7742 */) ;;
7743 *) as_dir=$as_dir/ ;;
7744 esac
72307745 for ac_exec_ext in '' $ac_executable_extensions; do
7231 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7746 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
72327747 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7233 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7748 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
72347749 break 2
72357750 fi
72367751 done
72417756 fi
72427757 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
72437758 if test -n "$ac_ct_NMEDIT"; then
7244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7245 $as_echo "$ac_ct_NMEDIT" >&6; }
7246 else
7247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7248 $as_echo "no" >&6; }
7759 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7760 printf "%s\n" "$ac_ct_NMEDIT" >&6; }
7761 else
7762 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7763 printf "%s\n" "no" >&6; }
72497764 fi
72507765
72517766 if test "x$ac_ct_NMEDIT" = x; then
72537768 else
72547769 case $cross_compiling:$ac_tool_warned in
72557770 yes:)
7256 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7257 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7771 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7772 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
72587773 ac_tool_warned=yes ;;
72597774 esac
72607775 NMEDIT=$ac_ct_NMEDIT
72667781 if test -n "$ac_tool_prefix"; then
72677782 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
72687783 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7270 $as_echo_n "checking for $ac_word... " >&6; }
7271 if ${ac_cv_prog_LIPO+:} false; then :
7272 $as_echo_n "(cached) " >&6
7273 else
7784 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7785 printf %s "checking for $ac_word... " >&6; }
7786 if test ${ac_cv_prog_LIPO+y}
7787 then :
7788 printf %s "(cached) " >&6
7789 else $as_nop
72747790 if test -n "$LIPO"; then
72757791 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
72767792 else
72787794 for as_dir in $PATH
72797795 do
72807796 IFS=$as_save_IFS
7281 test -z "$as_dir" && as_dir=.
7797 case $as_dir in #(((
7798 '') as_dir=./ ;;
7799 */) ;;
7800 *) as_dir=$as_dir/ ;;
7801 esac
72827802 for ac_exec_ext in '' $ac_executable_extensions; do
7283 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7803 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
72847804 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7805 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
72867806 break 2
72877807 fi
72887808 done
72937813 fi
72947814 LIPO=$ac_cv_prog_LIPO
72957815 if test -n "$LIPO"; then
7296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7297 $as_echo "$LIPO" >&6; }
7298 else
7299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7300 $as_echo "no" >&6; }
7816 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7817 printf "%s\n" "$LIPO" >&6; }
7818 else
7819 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7820 printf "%s\n" "no" >&6; }
73017821 fi
73027822
73037823
73067826 ac_ct_LIPO=$LIPO
73077827 # Extract the first word of "lipo", so it can be a program name with args.
73087828 set dummy lipo; ac_word=$2
7309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7310 $as_echo_n "checking for $ac_word... " >&6; }
7311 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7312 $as_echo_n "(cached) " >&6
7313 else
7829 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7830 printf %s "checking for $ac_word... " >&6; }
7831 if test ${ac_cv_prog_ac_ct_LIPO+y}
7832 then :
7833 printf %s "(cached) " >&6
7834 else $as_nop
73147835 if test -n "$ac_ct_LIPO"; then
73157836 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
73167837 else
73187839 for as_dir in $PATH
73197840 do
73207841 IFS=$as_save_IFS
7321 test -z "$as_dir" && as_dir=.
7842 case $as_dir in #(((
7843 '') as_dir=./ ;;
7844 */) ;;
7845 *) as_dir=$as_dir/ ;;
7846 esac
73227847 for ac_exec_ext in '' $ac_executable_extensions; do
7323 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7848 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
73247849 ac_cv_prog_ac_ct_LIPO="lipo"
7325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7850 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
73267851 break 2
73277852 fi
73287853 done
73337858 fi
73347859 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
73357860 if test -n "$ac_ct_LIPO"; then
7336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7337 $as_echo "$ac_ct_LIPO" >&6; }
7338 else
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7340 $as_echo "no" >&6; }
7861 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7862 printf "%s\n" "$ac_ct_LIPO" >&6; }
7863 else
7864 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7865 printf "%s\n" "no" >&6; }
73417866 fi
73427867
73437868 if test "x$ac_ct_LIPO" = x; then
73457870 else
73467871 case $cross_compiling:$ac_tool_warned in
73477872 yes:)
7348 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7349 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7873 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7874 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
73507875 ac_tool_warned=yes ;;
73517876 esac
73527877 LIPO=$ac_ct_LIPO
73587883 if test -n "$ac_tool_prefix"; then
73597884 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
73607885 set dummy ${ac_tool_prefix}otool; ac_word=$2
7361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7362 $as_echo_n "checking for $ac_word... " >&6; }
7363 if ${ac_cv_prog_OTOOL+:} false; then :
7364 $as_echo_n "(cached) " >&6
7365 else
7886 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7887 printf %s "checking for $ac_word... " >&6; }
7888 if test ${ac_cv_prog_OTOOL+y}
7889 then :
7890 printf %s "(cached) " >&6
7891 else $as_nop
73667892 if test -n "$OTOOL"; then
73677893 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
73687894 else
73707896 for as_dir in $PATH
73717897 do
73727898 IFS=$as_save_IFS
7373 test -z "$as_dir" && as_dir=.
7899 case $as_dir in #(((
7900 '') as_dir=./ ;;
7901 */) ;;
7902 *) as_dir=$as_dir/ ;;
7903 esac
73747904 for ac_exec_ext in '' $ac_executable_extensions; do
7375 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7905 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
73767906 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7377 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7907 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
73787908 break 2
73797909 fi
73807910 done
73857915 fi
73867916 OTOOL=$ac_cv_prog_OTOOL
73877917 if test -n "$OTOOL"; then
7388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7389 $as_echo "$OTOOL" >&6; }
7390 else
7391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7392 $as_echo "no" >&6; }
7918 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7919 printf "%s\n" "$OTOOL" >&6; }
7920 else
7921 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7922 printf "%s\n" "no" >&6; }
73937923 fi
73947924
73957925
73987928 ac_ct_OTOOL=$OTOOL
73997929 # Extract the first word of "otool", so it can be a program name with args.
74007930 set dummy otool; ac_word=$2
7401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7402 $as_echo_n "checking for $ac_word... " >&6; }
7403 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7404 $as_echo_n "(cached) " >&6
7405 else
7931 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7932 printf %s "checking for $ac_word... " >&6; }
7933 if test ${ac_cv_prog_ac_ct_OTOOL+y}
7934 then :
7935 printf %s "(cached) " >&6
7936 else $as_nop
74067937 if test -n "$ac_ct_OTOOL"; then
74077938 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
74087939 else
74107941 for as_dir in $PATH
74117942 do
74127943 IFS=$as_save_IFS
7413 test -z "$as_dir" && as_dir=.
7944 case $as_dir in #(((
7945 '') as_dir=./ ;;
7946 */) ;;
7947 *) as_dir=$as_dir/ ;;
7948 esac
74147949 for ac_exec_ext in '' $ac_executable_extensions; do
7415 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7950 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
74167951 ac_cv_prog_ac_ct_OTOOL="otool"
7417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7952 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
74187953 break 2
74197954 fi
74207955 done
74257960 fi
74267961 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
74277962 if test -n "$ac_ct_OTOOL"; then
7428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7429 $as_echo "$ac_ct_OTOOL" >&6; }
7430 else
7431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7432 $as_echo "no" >&6; }
7963 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7964 printf "%s\n" "$ac_ct_OTOOL" >&6; }
7965 else
7966 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7967 printf "%s\n" "no" >&6; }
74337968 fi
74347969
74357970 if test "x$ac_ct_OTOOL" = x; then
74377972 else
74387973 case $cross_compiling:$ac_tool_warned in
74397974 yes:)
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7441 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7975 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7976 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
74427977 ac_tool_warned=yes ;;
74437978 esac
74447979 OTOOL=$ac_ct_OTOOL
74507985 if test -n "$ac_tool_prefix"; then
74517986 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
74527987 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7454 $as_echo_n "checking for $ac_word... " >&6; }
7455 if ${ac_cv_prog_OTOOL64+:} false; then :
7456 $as_echo_n "(cached) " >&6
7457 else
7988 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7989 printf %s "checking for $ac_word... " >&6; }
7990 if test ${ac_cv_prog_OTOOL64+y}
7991 then :
7992 printf %s "(cached) " >&6
7993 else $as_nop
74587994 if test -n "$OTOOL64"; then
74597995 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
74607996 else
74627998 for as_dir in $PATH
74637999 do
74648000 IFS=$as_save_IFS
7465 test -z "$as_dir" && as_dir=.
8001 case $as_dir in #(((
8002 '') as_dir=./ ;;
8003 */) ;;
8004 *) as_dir=$as_dir/ ;;
8005 esac
74668006 for ac_exec_ext in '' $ac_executable_extensions; do
7467 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8007 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
74688008 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7469 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8009 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
74708010 break 2
74718011 fi
74728012 done
74778017 fi
74788018 OTOOL64=$ac_cv_prog_OTOOL64
74798019 if test -n "$OTOOL64"; then
7480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7481 $as_echo "$OTOOL64" >&6; }
7482 else
7483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7484 $as_echo "no" >&6; }
8020 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8021 printf "%s\n" "$OTOOL64" >&6; }
8022 else
8023 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8024 printf "%s\n" "no" >&6; }
74858025 fi
74868026
74878027
74908030 ac_ct_OTOOL64=$OTOOL64
74918031 # Extract the first word of "otool64", so it can be a program name with args.
74928032 set dummy otool64; ac_word=$2
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7494 $as_echo_n "checking for $ac_word... " >&6; }
7495 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7496 $as_echo_n "(cached) " >&6
7497 else
8033 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8034 printf %s "checking for $ac_word... " >&6; }
8035 if test ${ac_cv_prog_ac_ct_OTOOL64+y}
8036 then :
8037 printf %s "(cached) " >&6
8038 else $as_nop
74988039 if test -n "$ac_ct_OTOOL64"; then
74998040 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
75008041 else
75028043 for as_dir in $PATH
75038044 do
75048045 IFS=$as_save_IFS
7505 test -z "$as_dir" && as_dir=.
8046 case $as_dir in #(((
8047 '') as_dir=./ ;;
8048 */) ;;
8049 *) as_dir=$as_dir/ ;;
8050 esac
75068051 for ac_exec_ext in '' $ac_executable_extensions; do
7507 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8052 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
75088053 ac_cv_prog_ac_ct_OTOOL64="otool64"
7509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8054 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
75108055 break 2
75118056 fi
75128057 done
75178062 fi
75188063 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
75198064 if test -n "$ac_ct_OTOOL64"; then
7520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7521 $as_echo "$ac_ct_OTOOL64" >&6; }
7522 else
7523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7524 $as_echo "no" >&6; }
8065 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8066 printf "%s\n" "$ac_ct_OTOOL64" >&6; }
8067 else
8068 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8069 printf "%s\n" "no" >&6; }
75258070 fi
75268071
75278072 if test "x$ac_ct_OTOOL64" = x; then
75298074 else
75308075 case $cross_compiling:$ac_tool_warned in
75318076 yes:)
7532 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7533 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8077 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8078 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
75348079 ac_tool_warned=yes ;;
75358080 esac
75368081 OTOOL64=$ac_ct_OTOOL64
75658110
75668111
75678112
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7569 $as_echo_n "checking for -single_module linker flag... " >&6; }
7570 if ${lt_cv_apple_cc_single_mod+:} false; then :
7571 $as_echo_n "(cached) " >&6
7572 else
8113 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8114 printf %s "checking for -single_module linker flag... " >&6; }
8115 if test ${lt_cv_apple_cc_single_mod+y}
8116 then :
8117 printf %s "(cached) " >&6
8118 else $as_nop
75738119 lt_cv_apple_cc_single_mod=no
75748120 if test -z "$LT_MULTI_MODULE"; then
75758121 # By default we will add the -single_module flag. You can override
75988144 rm -f conftest.*
75998145 fi
76008146 fi
7601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7602 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7603
7604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7605 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7606 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7607 $as_echo_n "(cached) " >&6
7608 else
8147 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8148 printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; }
8149
8150 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8151 printf %s "checking for -exported_symbols_list linker flag... " >&6; }
8152 if test ${lt_cv_ld_exported_symbols_list+y}
8153 then :
8154 printf %s "(cached) " >&6
8155 else $as_nop
76098156 lt_cv_ld_exported_symbols_list=no
76108157 save_LDFLAGS=$LDFLAGS
76118158 echo "_main" > conftest.sym
76148161 /* end confdefs.h. */
76158162
76168163 int
7617 main ()
8164 main (void)
76188165 {
76198166
76208167 ;
76218168 return 0;
76228169 }
76238170 _ACEOF
7624 if ac_fn_c_try_link "$LINENO"; then :
8171 if ac_fn_c_try_link "$LINENO"
8172 then :
76258173 lt_cv_ld_exported_symbols_list=yes
7626 else
8174 else $as_nop
76278175 lt_cv_ld_exported_symbols_list=no
76288176 fi
7629 rm -f core conftest.err conftest.$ac_objext \
8177 rm -f core conftest.err conftest.$ac_objext conftest.beam \
76308178 conftest$ac_exeext conftest.$ac_ext
76318179 LDFLAGS=$save_LDFLAGS
76328180
76338181 fi
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7635 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7636
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7638 $as_echo_n "checking for -force_load linker flag... " >&6; }
7639 if ${lt_cv_ld_force_load+:} false; then :
7640 $as_echo_n "(cached) " >&6
7641 else
8182 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8183 printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; }
8184
8185 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8186 printf %s "checking for -force_load linker flag... " >&6; }
8187 if test ${lt_cv_ld_force_load+y}
8188 then :
8189 printf %s "(cached) " >&6
8190 else $as_nop
76428191 lt_cv_ld_force_load=no
76438192 cat > conftest.c << _LT_EOF
76448193 int forced_loaded() { return 2;}
76458194 _LT_EOF
76468195 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
76478196 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7648 echo "$AR cru libconftest.a conftest.o" >&5
7649 $AR cru libconftest.a conftest.o 2>&5
8197 echo "$AR cr libconftest.a conftest.o" >&5
8198 $AR cr libconftest.a conftest.o 2>&5
76508199 echo "$RANLIB libconftest.a" >&5
76518200 $RANLIB libconftest.a 2>&5
76528201 cat > conftest.c << _LT_EOF
76668215 rm -rf conftest.dSYM
76678216
76688217 fi
7669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7670 $as_echo "$lt_cv_ld_force_load" >&6; }
8218 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8219 printf "%s\n" "$lt_cv_ld_force_load" >&6; }
76718220 case $host_os in
76728221 rhapsody* | darwin1.[012])
76738222 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
76788227 # to the OS version, if on x86, and 10.4, the deployment
76798228 # target defaults to 10.4. Don't you love it?
76808229 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7681 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8230 10.0,*86*-darwin8*|10.0,*-darwin[912]*)
76828231 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
76838232 10.[012][,.]*)
76848233 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
7685 10.*)
8234 10.*|11.*)
76868235 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
76878236 esac
76888237 ;;
77388287 esac
77398288 }
77408289
7741 ac_ext=c
7742 ac_cpp='$CPP $CPPFLAGS'
7743 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7744 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7745 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7747 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7748 # On Suns, sometimes $CPP names a directory.
7749 if test -n "$CPP" && test -d "$CPP"; then
7750 CPP=
7751 fi
7752 if test -z "$CPP"; then
7753 if ${ac_cv_prog_CPP+:} false; then :
7754 $as_echo_n "(cached) " >&6
7755 else
7756 # Double quotes because CPP needs to be expanded
7757 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7758 do
7759 ac_preproc_ok=false
7760 for ac_c_preproc_warn_flag in '' yes
8290 ac_header= ac_cache=
8291 for ac_item in $ac_header_c_list
77618292 do
7762 # Use a header file that comes with gcc, so configuring glibc
7763 # with a fresh cross-compiler works.
7764 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7765 # <limits.h> exists even on freestanding compilers.
7766 # On the NeXT, cc -E runs the code through the compiler's parser,
7767 # not just through cpp. "Syntax error" is here to catch this case.
7768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7769 /* end confdefs.h. */
7770 #ifdef __STDC__
7771 # include <limits.h>
7772 #else
7773 # include <assert.h>
7774 #endif
7775 Syntax error
7776 _ACEOF
7777 if ac_fn_c_try_cpp "$LINENO"; then :
7778
7779 else
7780 # Broken: fails on valid input.
7781 continue
7782 fi
7783 rm -f conftest.err conftest.i conftest.$ac_ext
7784
7785 # OK, works on sane cases. Now check whether nonexistent headers
7786 # can be detected and how.
7787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7788 /* end confdefs.h. */
7789 #include <ac_nonexistent.h>
7790 _ACEOF
7791 if ac_fn_c_try_cpp "$LINENO"; then :
7792 # Broken: success on invalid input.
7793 continue
7794 else
7795 # Passes both tests.
7796 ac_preproc_ok=:
7797 break
7798 fi
7799 rm -f conftest.err conftest.i conftest.$ac_ext
7800
8293 if test $ac_cache; then
8294 ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default"
8295 if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then
8296 printf "%s\n" "#define $ac_item 1" >> confdefs.h
8297 fi
8298 ac_header= ac_cache=
8299 elif test $ac_header; then
8300 ac_cache=$ac_item
8301 else
8302 ac_header=$ac_item
8303 fi
78018304 done
7802 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7803 rm -f conftest.i conftest.err conftest.$ac_ext
7804 if $ac_preproc_ok; then :
7805 break
7806 fi
7807
7808 done
7809 ac_cv_prog_CPP=$CPP
7810
7811 fi
7812 CPP=$ac_cv_prog_CPP
7813 else
7814 ac_cv_prog_CPP=$CPP
7815 fi
7816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7817 $as_echo "$CPP" >&6; }
7818 ac_preproc_ok=false
7819 for ac_c_preproc_warn_flag in '' yes
7820 do
7821 # Use a header file that comes with gcc, so configuring glibc
7822 # with a fresh cross-compiler works.
7823 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7824 # <limits.h> exists even on freestanding compilers.
7825 # On the NeXT, cc -E runs the code through the compiler's parser,
7826 # not just through cpp. "Syntax error" is here to catch this case.
7827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7828 /* end confdefs.h. */
7829 #ifdef __STDC__
7830 # include <limits.h>
7831 #else
7832 # include <assert.h>
7833 #endif
7834 Syntax error
7835 _ACEOF
7836 if ac_fn_c_try_cpp "$LINENO"; then :
7837
7838 else
7839 # Broken: fails on valid input.
7840 continue
7841 fi
7842 rm -f conftest.err conftest.i conftest.$ac_ext
7843
7844 # OK, works on sane cases. Now check whether nonexistent headers
7845 # can be detected and how.
7846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7847 /* end confdefs.h. */
7848 #include <ac_nonexistent.h>
7849 _ACEOF
7850 if ac_fn_c_try_cpp "$LINENO"; then :
7851 # Broken: success on invalid input.
7852 continue
7853 else
7854 # Passes both tests.
7855 ac_preproc_ok=:
7856 break
7857 fi
7858 rm -f conftest.err conftest.i conftest.$ac_ext
7859
7860 done
7861 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7862 rm -f conftest.i conftest.err conftest.$ac_ext
7863 if $ac_preproc_ok; then :
7864
7865 else
7866 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7867 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7868 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7869 See \`config.log' for more details" "$LINENO" 5; }
7870 fi
7871
7872 ac_ext=c
7873 ac_cpp='$CPP $CPPFLAGS'
7874 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7875 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7876 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7877
7878
7879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7880 $as_echo_n "checking for ANSI C header files... " >&6; }
7881 if ${ac_cv_header_stdc+:} false; then :
7882 $as_echo_n "(cached) " >&6
7883 else
7884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7885 /* end confdefs.h. */
7886 #include <stdlib.h>
7887 #include <stdarg.h>
7888 #include <string.h>
7889 #include <float.h>
7890
7891 int
7892 main ()
7893 {
7894
7895 ;
7896 return 0;
7897 }
7898 _ACEOF
7899 if ac_fn_c_try_compile "$LINENO"; then :
7900 ac_cv_header_stdc=yes
7901 else
7902 ac_cv_header_stdc=no
7903 fi
7904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7905
7906 if test $ac_cv_header_stdc = yes; then
7907 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7909 /* end confdefs.h. */
7910 #include <string.h>
7911
7912 _ACEOF
7913 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7914 $EGREP "memchr" >/dev/null 2>&1; then :
7915
7916 else
7917 ac_cv_header_stdc=no
7918 fi
7919 rm -f conftest*
7920
7921 fi
7922
7923 if test $ac_cv_header_stdc = yes; then
7924 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7926 /* end confdefs.h. */
7927 #include <stdlib.h>
7928
7929 _ACEOF
7930 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7931 $EGREP "free" >/dev/null 2>&1; then :
7932
7933 else
7934 ac_cv_header_stdc=no
7935 fi
7936 rm -f conftest*
7937
7938 fi
7939
7940 if test $ac_cv_header_stdc = yes; then
7941 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7942 if test "$cross_compiling" = yes; then :
7943 :
7944 else
7945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7946 /* end confdefs.h. */
7947 #include <ctype.h>
7948 #include <stdlib.h>
7949 #if ((' ' & 0x0FF) == 0x020)
7950 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7951 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7952 #else
7953 # define ISLOWER(c) \
7954 (('a' <= (c) && (c) <= 'i') \
7955 || ('j' <= (c) && (c) <= 'r') \
7956 || ('s' <= (c) && (c) <= 'z'))
7957 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7958 #endif
7959
7960 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7961 int
7962 main ()
7963 {
7964 int i;
7965 for (i = 0; i < 256; i++)
7966 if (XOR (islower (i), ISLOWER (i))
7967 || toupper (i) != TOUPPER (i))
7968 return 2;
7969 return 0;
7970 }
7971 _ACEOF
7972 if ac_fn_c_try_run "$LINENO"; then :
7973
7974 else
7975 ac_cv_header_stdc=no
7976 fi
7977 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7978 conftest.$ac_objext conftest.beam conftest.$ac_ext
7979 fi
7980
7981 fi
7982 fi
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7984 $as_echo "$ac_cv_header_stdc" >&6; }
7985 if test $ac_cv_header_stdc = yes; then
7986
7987 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7988
7989 fi
7990
7991 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7992 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7993 inttypes.h stdint.h unistd.h
7994 do :
7995 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7996 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
8305
8306
8307
8308
8309
8310
8311
8312
8313 if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
8314 then :
8315
8316 printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
8317
8318 fi
8319 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
79978320 "
7998 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7999 cat >>confdefs.h <<_ACEOF
8000 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8001 _ACEOF
8002
8003 fi
8004
8005 done
8006
8007
8008 for ac_header in dlfcn.h
8009 do :
8010 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8011 "
8012 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8013 cat >>confdefs.h <<_ACEOF
8014 #define HAVE_DLFCN_H 1
8015 _ACEOF
8016
8017 fi
8018
8019 done
8321 if test "x$ac_cv_header_dlfcn_h" = xyes
8322 then :
8323 printf "%s\n" "#define HAVE_DLFCN_H 1" >>confdefs.h
8324
8325 fi
80208326
80218327
80228328
80338339
80348340
80358341 # Check whether --enable-shared was given.
8036 if test "${enable_shared+set}" = set; then :
8342 if test ${enable_shared+y}
8343 then :
80378344 enableval=$enable_shared; p=${PACKAGE-default}
80388345 case $enableval in
80398346 yes) enable_shared=yes ;;
80518358 IFS=$lt_save_ifs
80528359 ;;
80538360 esac
8054 else
8361 else $as_nop
80558362 enable_shared=yes
80568363 fi
80578364
80648371
80658372
80668373 # Check whether --enable-static was given.
8067 if test "${enable_static+set}" = set; then :
8374 if test ${enable_static+y}
8375 then :
80688376 enableval=$enable_static; p=${PACKAGE-default}
80698377 case $enableval in
80708378 yes) enable_static=yes ;;
80828390 IFS=$lt_save_ifs
80838391 ;;
80848392 esac
8085 else
8393 else $as_nop
80868394 enable_static=yes
80878395 fi
80888396
80968404
80978405
80988406 # Check whether --with-pic was given.
8099 if test "${with_pic+set}" = set; then :
8407 if test ${with_pic+y}
8408 then :
81008409 withval=$with_pic; lt_p=${PACKAGE-default}
81018410 case $withval in
81028411 yes|no) pic_mode=$withval ;;
81138422 IFS=$lt_save_ifs
81148423 ;;
81158424 esac
8116 else
8425 else $as_nop
81178426 pic_mode=default
81188427 fi
81198428
81258434
81268435
81278436 # Check whether --enable-fast-install was given.
8128 if test "${enable_fast_install+set}" = set; then :
8437 if test ${enable_fast_install+y}
8438 then :
81298439 enableval=$enable_fast_install; p=${PACKAGE-default}
81308440 case $enableval in
81318441 yes) enable_fast_install=yes ;;
81438453 IFS=$lt_save_ifs
81448454 ;;
81458455 esac
8146 else
8456 else $as_nop
81478457 enable_fast_install=yes
81488458 fi
81498459
81578467 shared_archive_member_spec=
81588468 case $host,$enable_shared in
81598469 power*-*-aix[5-9]*,yes)
8160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
8161 $as_echo_n "checking which variant of shared library versioning to provide... " >&6; }
8470 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
8471 printf %s "checking which variant of shared library versioning to provide... " >&6; }
81628472
81638473 # Check whether --with-aix-soname was given.
8164 if test "${with_aix_soname+set}" = set; then :
8474 if test ${with_aix_soname+y}
8475 then :
81658476 withval=$with_aix_soname; case $withval in
81668477 aix|svr4|both)
81678478 ;;
81708481 ;;
81718482 esac
81728483 lt_cv_with_aix_soname=$with_aix_soname
8173 else
8174 if ${lt_cv_with_aix_soname+:} false; then :
8175 $as_echo_n "(cached) " >&6
8176 else
8484 else $as_nop
8485 if test ${lt_cv_with_aix_soname+y}
8486 then :
8487 printf %s "(cached) " >&6
8488 else $as_nop
81778489 lt_cv_with_aix_soname=aix
81788490 fi
81798491
81808492 with_aix_soname=$lt_cv_with_aix_soname
81818493 fi
81828494
8183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
8184 $as_echo "$with_aix_soname" >&6; }
8495 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
8496 printf "%s\n" "$with_aix_soname" >&6; }
81858497 if test aix != "$with_aix_soname"; then
81868498 # For the AIX way of multilib, we name the shared archive member
81878499 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
82638575 setopt NO_GLOB_SUBST
82648576 fi
82658577
8266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8267 $as_echo_n "checking for objdir... " >&6; }
8268 if ${lt_cv_objdir+:} false; then :
8269 $as_echo_n "(cached) " >&6
8270 else
8578 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8579 printf %s "checking for objdir... " >&6; }
8580 if test ${lt_cv_objdir+y}
8581 then :
8582 printf %s "(cached) " >&6
8583 else $as_nop
82718584 rm -f .libs 2>/dev/null
82728585 mkdir .libs 2>/dev/null
82738586 if test -d .libs; then
82788591 fi
82798592 rmdir .libs 2>/dev/null
82808593 fi
8281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8282 $as_echo "$lt_cv_objdir" >&6; }
8594 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8595 printf "%s\n" "$lt_cv_objdir" >&6; }
82838596 objdir=$lt_cv_objdir
82848597
82858598
82868599
82878600
82888601
8289 cat >>confdefs.h <<_ACEOF
8290 #define LT_OBJDIR "$lt_cv_objdir/"
8291 _ACEOF
8602 printf "%s\n" "#define LT_OBJDIR \"$lt_cv_objdir/\"" >>confdefs.h
82928603
82938604
82948605
83348645 case $deplibs_check_method in
83358646 file_magic*)
83368647 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8338 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8339 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8340 $as_echo_n "(cached) " >&6
8341 else
8648 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8649 printf %s "checking for ${ac_tool_prefix}file... " >&6; }
8650 if test ${lt_cv_path_MAGIC_CMD+y}
8651 then :
8652 printf %s "(cached) " >&6
8653 else $as_nop
83428654 case $MAGIC_CMD in
83438655 [\\/*] | ?:[\\/]*)
83448656 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
83878699
83888700 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
83898701 if test -n "$MAGIC_CMD"; then
8390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8391 $as_echo "$MAGIC_CMD" >&6; }
8392 else
8393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8394 $as_echo "no" >&6; }
8702 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8703 printf "%s\n" "$MAGIC_CMD" >&6; }
8704 else
8705 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8706 printf "%s\n" "no" >&6; }
83958707 fi
83968708
83978709
84008712
84018713 if test -z "$lt_cv_path_MAGIC_CMD"; then
84028714 if test -n "$ac_tool_prefix"; then
8403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8404 $as_echo_n "checking for file... " >&6; }
8405 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8406 $as_echo_n "(cached) " >&6
8407 else
8715 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8716 printf %s "checking for file... " >&6; }
8717 if test ${lt_cv_path_MAGIC_CMD+y}
8718 then :
8719 printf %s "(cached) " >&6
8720 else $as_nop
84088721 case $MAGIC_CMD in
84098722 [\\/*] | ?:[\\/]*)
84108723 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
84538766
84548767 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
84558768 if test -n "$MAGIC_CMD"; then
8456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8457 $as_echo "$MAGIC_CMD" >&6; }
8458 else
8459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8460 $as_echo "no" >&6; }
8769 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8770 printf "%s\n" "$MAGIC_CMD" >&6; }
8771 else
8772 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8773 printf "%s\n" "no" >&6; }
84618774 fi
84628775
84638776
85428855 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
85438856 esac
85448857
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8546 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8547 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8548 $as_echo_n "(cached) " >&6
8549 else
8858 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8859 printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8860 if test ${lt_cv_prog_compiler_rtti_exceptions+y}
8861 then :
8862 printf %s "(cached) " >&6
8863 else $as_nop
85508864 lt_cv_prog_compiler_rtti_exceptions=no
85518865 ac_outfile=conftest.$ac_objext
85528866 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
85778891 $RM conftest*
85788892
85798893 fi
8580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8581 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8894 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8895 printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
85828896
85838897 if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then
85848898 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
87739087 ecc*)
87749088 lt_prog_compiler_wl='-Wl,'
87759089 lt_prog_compiler_pic='-KPIC'
9090 lt_prog_compiler_static='-static'
9091 ;;
9092 # flang / f18. f95 an alias for gfortran or flang on Debian
9093 flang* | f18* | f95*)
9094 lt_prog_compiler_wl='-Wl,'
9095 lt_prog_compiler_pic='-fPIC'
87769096 lt_prog_compiler_static='-static'
87779097 ;;
87789098 # icc used to be incompatible with GCC.
89359255 ;;
89369256 esac
89379257
8938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8939 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8940 if ${lt_cv_prog_compiler_pic+:} false; then :
8941 $as_echo_n "(cached) " >&6
8942 else
9258 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9259 printf %s "checking for $compiler option to produce PIC... " >&6; }
9260 if test ${lt_cv_prog_compiler_pic+y}
9261 then :
9262 printf %s "(cached) " >&6
9263 else $as_nop
89439264 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
89449265 fi
8945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
8946 $as_echo "$lt_cv_prog_compiler_pic" >&6; }
9266 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
9267 printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; }
89479268 lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
89489269
89499270 #
89509271 # Check to make sure the PIC flag actually works.
89519272 #
89529273 if test -n "$lt_prog_compiler_pic"; then
8953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8954 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8955 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8956 $as_echo_n "(cached) " >&6
8957 else
9274 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9275 printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9276 if test ${lt_cv_prog_compiler_pic_works+y}
9277 then :
9278 printf %s "(cached) " >&6
9279 else $as_nop
89589280 lt_cv_prog_compiler_pic_works=no
89599281 ac_outfile=conftest.$ac_objext
89609282 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
89859307 $RM conftest*
89869308
89879309 fi
8988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8989 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9310 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9311 printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; }
89909312
89919313 if test yes = "$lt_cv_prog_compiler_pic_works"; then
89929314 case $lt_prog_compiler_pic in
90149336 # Check to make sure the static flag actually works.
90159337 #
90169338 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9018 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9019 if ${lt_cv_prog_compiler_static_works+:} false; then :
9020 $as_echo_n "(cached) " >&6
9021 else
9339 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9340 printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9341 if test ${lt_cv_prog_compiler_static_works+y}
9342 then :
9343 printf %s "(cached) " >&6
9344 else $as_nop
90229345 lt_cv_prog_compiler_static_works=no
90239346 save_LDFLAGS=$LDFLAGS
90249347 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
90429365 LDFLAGS=$save_LDFLAGS
90439366
90449367 fi
9045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9046 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9368 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9369 printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; }
90479370
90489371 if test yes = "$lt_cv_prog_compiler_static_works"; then
90499372 :
90579380
90589381
90599382
9060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9061 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9062 if ${lt_cv_prog_compiler_c_o+:} false; then :
9063 $as_echo_n "(cached) " >&6
9064 else
9383 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9384 printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9385 if test ${lt_cv_prog_compiler_c_o+y}
9386 then :
9387 printf %s "(cached) " >&6
9388 else $as_nop
90659389 lt_cv_prog_compiler_c_o=no
90669390 $RM -r conftest 2>/dev/null
90679391 mkdir conftest
91049428 $RM conftest*
91059429
91069430 fi
9107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9108 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9109
9110
9111
9112
9113
9114
9115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9116 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9117 if ${lt_cv_prog_compiler_c_o+:} false; then :
9118 $as_echo_n "(cached) " >&6
9119 else
9431 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9432 printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; }
9433
9434
9435
9436
9437
9438
9439 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9440 printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9441 if test ${lt_cv_prog_compiler_c_o+y}
9442 then :
9443 printf %s "(cached) " >&6
9444 else $as_nop
91209445 lt_cv_prog_compiler_c_o=no
91219446 $RM -r conftest 2>/dev/null
91229447 mkdir conftest
91599484 $RM conftest*
91609485
91619486 fi
9162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9163 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9487 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9488 printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; }
91649489
91659490
91669491
91689493 hard_links=nottested
91699494 if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then
91709495 # do not overwrite the value of need_locks provided by the user
9171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9172 $as_echo_n "checking if we can lock with hard links... " >&6; }
9496 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9497 printf %s "checking if we can lock with hard links... " >&6; }
91739498 hard_links=yes
91749499 $RM conftest*
91759500 ln conftest.a conftest.b 2>/dev/null && hard_links=no
91769501 touch conftest.a
91779502 ln conftest.a conftest.b 2>&5 || hard_links=no
91789503 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9180 $as_echo "$hard_links" >&6; }
9504 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9505 printf "%s\n" "$hard_links" >&6; }
91819506 if test no = "$hard_links"; then
9182 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
9183 $as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
9507 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
9508 printf "%s\n" "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
91849509 need_locks=warn
91859510 fi
91869511 else
91929517
91939518
91949519
9195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9196 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9520 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9521 printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
91979522
91989523 runpath_var=
91999524 allow_undefined_flag=
975110076 if test set = "${lt_cv_aix_libpath+set}"; then
975210077 aix_libpath=$lt_cv_aix_libpath
975310078 else
9754 if ${lt_cv_aix_libpath_+:} false; then :
9755 $as_echo_n "(cached) " >&6
9756 else
10079 if test ${lt_cv_aix_libpath_+y}
10080 then :
10081 printf %s "(cached) " >&6
10082 else $as_nop
975710083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
975810084 /* end confdefs.h. */
975910085
976010086 int
9761 main ()
10087 main (void)
976210088 {
976310089
976410090 ;
976510091 return 0;
976610092 }
976710093 _ACEOF
9768 if ac_fn_c_try_link "$LINENO"; then :
10094 if ac_fn_c_try_link "$LINENO"
10095 then :
976910096
977010097 lt_aix_libpath_sed='
977110098 /Import File Strings/,/^$/ {
978010107 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
978110108 fi
978210109 fi
9783 rm -f core conftest.err conftest.$ac_objext \
10110 rm -f core conftest.err conftest.$ac_objext conftest.beam \
978410111 conftest$ac_exeext conftest.$ac_ext
978510112 if test -z "$lt_cv_aix_libpath_"; then
978610113 lt_cv_aix_libpath_=/usr/lib:/lib
980410131 if test set = "${lt_cv_aix_libpath+set}"; then
980510132 aix_libpath=$lt_cv_aix_libpath
980610133 else
9807 if ${lt_cv_aix_libpath_+:} false; then :
9808 $as_echo_n "(cached) " >&6
9809 else
10134 if test ${lt_cv_aix_libpath_+y}
10135 then :
10136 printf %s "(cached) " >&6
10137 else $as_nop
981010138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
981110139 /* end confdefs.h. */
981210140
981310141 int
9814 main ()
10142 main (void)
981510143 {
981610144
981710145 ;
981810146 return 0;
981910147 }
982010148 _ACEOF
9821 if ac_fn_c_try_link "$LINENO"; then :
10149 if ac_fn_c_try_link "$LINENO"
10150 then :
982210151
982310152 lt_aix_libpath_sed='
982410153 /Import File Strings/,/^$/ {
983310162 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
983410163 fi
983510164 fi
9836 rm -f core conftest.err conftest.$ac_objext \
10165 rm -f core conftest.err conftest.$ac_objext conftest.beam \
983710166 conftest$ac_exeext conftest.$ac_ext
983810167 if test -z "$lt_cv_aix_libpath_"; then
983910168 lt_cv_aix_libpath_=/usr/lib:/lib
1008410413
1008510414 # Older versions of the 11.00 compiler do not understand -b yet
1008610415 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10088 $as_echo_n "checking if $CC understands -b... " >&6; }
10089 if ${lt_cv_prog_compiler__b+:} false; then :
10090 $as_echo_n "(cached) " >&6
10091 else
10416 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10417 printf %s "checking if $CC understands -b... " >&6; }
10418 if test ${lt_cv_prog_compiler__b+y}
10419 then :
10420 printf %s "(cached) " >&6
10421 else $as_nop
1009210422 lt_cv_prog_compiler__b=no
1009310423 save_LDFLAGS=$LDFLAGS
1009410424 LDFLAGS="$LDFLAGS -b"
1011210442 LDFLAGS=$save_LDFLAGS
1011310443
1011410444 fi
10115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10116 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10445 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10446 printf "%s\n" "$lt_cv_prog_compiler__b" >&6; }
1011710447
1011810448 if test yes = "$lt_cv_prog_compiler__b"; then
1011910449 archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
1015310483 # work, assume that -exports_file does not work either and
1015410484 # implicitly export all symbols.
1015510485 # This should be the same for all languages, so no per-tag cache variable.
10156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
10157 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
10158 if ${lt_cv_irix_exported_symbol+:} false; then :
10159 $as_echo_n "(cached) " >&6
10160 else
10486 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
10487 printf %s "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
10488 if test ${lt_cv_irix_exported_symbol+y}
10489 then :
10490 printf %s "(cached) " >&6
10491 else $as_nop
1016110492 save_LDFLAGS=$LDFLAGS
1016210493 LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
1016310494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1016410495 /* end confdefs.h. */
1016510496 int foo (void) { return 0; }
1016610497 _ACEOF
10167 if ac_fn_c_try_link "$LINENO"; then :
10498 if ac_fn_c_try_link "$LINENO"
10499 then :
1016810500 lt_cv_irix_exported_symbol=yes
10169 else
10501 else $as_nop
1017010502 lt_cv_irix_exported_symbol=no
1017110503 fi
10172 rm -f core conftest.err conftest.$ac_objext \
10504 rm -f core conftest.err conftest.$ac_objext conftest.beam \
1017310505 conftest$ac_exeext conftest.$ac_ext
1017410506 LDFLAGS=$save_LDFLAGS
1017510507 fi
10176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
10177 $as_echo "$lt_cv_irix_exported_symbol" >&6; }
10508 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
10509 printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; }
1017810510 if test yes = "$lt_cv_irix_exported_symbol"; then
1017910511 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
1018010512 fi
1045510787 fi
1045610788 fi
1045710789
10458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10459 $as_echo "$ld_shlibs" >&6; }
10790 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10791 printf "%s\n" "$ld_shlibs" >&6; }
1046010792 test no = "$ld_shlibs" && can_build_shared=no
1046110793
1046210794 with_gnu_ld=$with_gnu_ld
1049210824 # Test whether the compiler implicitly links with -lc since on some
1049310825 # systems, -lgcc has to come before -lc. If gcc already passes -lc
1049410826 # to ld, don't add -lc before -lgcc.
10495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10496 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10497 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10498 $as_echo_n "(cached) " >&6
10499 else
10827 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10828 printf %s "checking whether -lc should be explicitly linked in... " >&6; }
10829 if test ${lt_cv_archive_cmds_need_lc+y}
10830 then :
10831 printf %s "(cached) " >&6
10832 else $as_nop
1050010833 $RM conftest*
1050110834 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1050210835
1050310836 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
1050410837 (eval $ac_compile) 2>&5
1050510838 ac_status=$?
10506 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10839 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1050710840 test $ac_status = 0; } 2>conftest.err; then
1050810841 soname=conftest
1050910842 lib=conftest
1052110854 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
1052210855 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
1052310856 ac_status=$?
10524 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10857 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1052510858 test $ac_status = 0; }
1052610859 then
1052710860 lt_cv_archive_cmds_need_lc=no
1053510868 $RM conftest*
1053610869
1053710870 fi
10538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10539 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10871 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10872 printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; }
1054010873 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
1054110874 ;;
1054210875 esac
1069511028
1069611029
1069711030
10698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10699 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11031 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11032 printf %s "checking dynamic linker characteristics... " >&6; }
1070011033
1070111034 if test yes = "$GCC"; then
1070211035 case $host_os in
1125711590 shlibpath_overrides_runpath=no
1125811591
1125911592 # Some binutils ld are patched to set DT_RUNPATH
11260 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
11261 $as_echo_n "(cached) " >&6
11262 else
11593 if test ${lt_cv_shlibpath_overrides_runpath+y}
11594 then :
11595 printf %s "(cached) " >&6
11596 else $as_nop
1126311597 lt_cv_shlibpath_overrides_runpath=no
1126411598 save_LDFLAGS=$LDFLAGS
1126511599 save_libdir=$libdir
1126911603 /* end confdefs.h. */
1127011604
1127111605 int
11272 main ()
11606 main (void)
1127311607 {
1127411608
1127511609 ;
1127611610 return 0;
1127711611 }
1127811612 _ACEOF
11279 if ac_fn_c_try_link "$LINENO"; then :
11280 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11613 if ac_fn_c_try_link "$LINENO"
11614 then :
11615 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null
11616 then :
1128111617 lt_cv_shlibpath_overrides_runpath=yes
1128211618 fi
1128311619 fi
11284 rm -f core conftest.err conftest.$ac_objext \
11620 rm -f core conftest.err conftest.$ac_objext conftest.beam \
1128511621 conftest$ac_exeext conftest.$ac_ext
1128611622 LDFLAGS=$save_LDFLAGS
1128711623 libdir=$save_libdir
1152511861 dynamic_linker=no
1152611862 ;;
1152711863 esac
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11529 $as_echo "$dynamic_linker" >&6; }
11864 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11865 printf "%s\n" "$dynamic_linker" >&6; }
1153011866 test no = "$dynamic_linker" && can_build_shared=no
1153111867
1153211868 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1164711983
1164811984
1164911985
11650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11651 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11986 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11987 printf %s "checking how to hardcode library paths into programs... " >&6; }
1165211988 hardcode_action=
1165311989 if test -n "$hardcode_libdir_flag_spec" ||
1165411990 test -n "$runpath_var" ||
1167212008 # directories.
1167312009 hardcode_action=unsupported
1167412010 fi
11675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11676 $as_echo "$hardcode_action" >&6; }
12011 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12012 printf "%s\n" "$hardcode_action" >&6; }
1167712013
1167812014 if test relink = "$hardcode_action" ||
1167912015 test yes = "$inherit_rpath"; then
1171712053
1171812054 darwin*)
1171912055 # if libdl is installed we need to link against it
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11721 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11722 if ${ac_cv_lib_dl_dlopen+:} false; then :
11723 $as_echo_n "(cached) " >&6
11724 else
12056 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12057 printf %s "checking for dlopen in -ldl... " >&6; }
12058 if test ${ac_cv_lib_dl_dlopen+y}
12059 then :
12060 printf %s "(cached) " >&6
12061 else $as_nop
1172512062 ac_check_lib_save_LIBS=$LIBS
1172612063 LIBS="-ldl $LIBS"
1172712064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1173012067 /* Override any GCC internal prototype to avoid an error.
1173112068 Use char because int might match the return type of a GCC
1173212069 builtin and then its argument prototype would still apply. */
11733 #ifdef __cplusplus
11734 extern "C"
11735 #endif
1173612070 char dlopen ();
1173712071 int
11738 main ()
12072 main (void)
1173912073 {
1174012074 return dlopen ();
1174112075 ;
1174212076 return 0;
1174312077 }
1174412078 _ACEOF
11745 if ac_fn_c_try_link "$LINENO"; then :
12079 if ac_fn_c_try_link "$LINENO"
12080 then :
1174612081 ac_cv_lib_dl_dlopen=yes
11747 else
12082 else $as_nop
1174812083 ac_cv_lib_dl_dlopen=no
1174912084 fi
11750 rm -f core conftest.err conftest.$ac_objext \
12085 rm -f core conftest.err conftest.$ac_objext conftest.beam \
1175112086 conftest$ac_exeext conftest.$ac_ext
1175212087 LIBS=$ac_check_lib_save_LIBS
1175312088 fi
11754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11755 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11756 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
12089 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12090 printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; }
12091 if test "x$ac_cv_lib_dl_dlopen" = xyes
12092 then :
1175712093 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
11758 else
12094 else $as_nop
1175912095
1176012096 lt_cv_dlopen=dyld
1176112097 lt_cv_dlopen_libs=
1177512111
1177612112 *)
1177712113 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11778 if test "x$ac_cv_func_shl_load" = xyes; then :
12114 if test "x$ac_cv_func_shl_load" = xyes
12115 then :
1177912116 lt_cv_dlopen=shl_load
11780 else
11781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11782 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11783 if ${ac_cv_lib_dld_shl_load+:} false; then :
11784 $as_echo_n "(cached) " >&6
11785 else
12117 else $as_nop
12118 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12119 printf %s "checking for shl_load in -ldld... " >&6; }
12120 if test ${ac_cv_lib_dld_shl_load+y}
12121 then :
12122 printf %s "(cached) " >&6
12123 else $as_nop
1178612124 ac_check_lib_save_LIBS=$LIBS
1178712125 LIBS="-ldld $LIBS"
1178812126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1179112129 /* Override any GCC internal prototype to avoid an error.
1179212130 Use char because int might match the return type of a GCC
1179312131 builtin and then its argument prototype would still apply. */
11794 #ifdef __cplusplus
11795 extern "C"
11796 #endif
1179712132 char shl_load ();
1179812133 int
11799 main ()
12134 main (void)
1180012135 {
1180112136 return shl_load ();
1180212137 ;
1180312138 return 0;
1180412139 }
1180512140 _ACEOF
11806 if ac_fn_c_try_link "$LINENO"; then :
12141 if ac_fn_c_try_link "$LINENO"
12142 then :
1180712143 ac_cv_lib_dld_shl_load=yes
11808 else
12144 else $as_nop
1180912145 ac_cv_lib_dld_shl_load=no
1181012146 fi
11811 rm -f core conftest.err conftest.$ac_objext \
12147 rm -f core conftest.err conftest.$ac_objext conftest.beam \
1181212148 conftest$ac_exeext conftest.$ac_ext
1181312149 LIBS=$ac_check_lib_save_LIBS
1181412150 fi
11815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11816 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11817 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
12151 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12152 printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; }
12153 if test "x$ac_cv_lib_dld_shl_load" = xyes
12154 then :
1181812155 lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
11819 else
12156 else $as_nop
1182012157 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11821 if test "x$ac_cv_func_dlopen" = xyes; then :
12158 if test "x$ac_cv_func_dlopen" = xyes
12159 then :
1182212160 lt_cv_dlopen=dlopen
11823 else
11824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11825 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11826 if ${ac_cv_lib_dl_dlopen+:} false; then :
11827 $as_echo_n "(cached) " >&6
11828 else
12161 else $as_nop
12162 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12163 printf %s "checking for dlopen in -ldl... " >&6; }
12164 if test ${ac_cv_lib_dl_dlopen+y}
12165 then :
12166 printf %s "(cached) " >&6
12167 else $as_nop
1182912168 ac_check_lib_save_LIBS=$LIBS
1183012169 LIBS="-ldl $LIBS"
1183112170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1183412173 /* Override any GCC internal prototype to avoid an error.
1183512174 Use char because int might match the return type of a GCC
1183612175 builtin and then its argument prototype would still apply. */
11837 #ifdef __cplusplus
11838 extern "C"
11839 #endif
1184012176 char dlopen ();
1184112177 int
11842 main ()
12178 main (void)
1184312179 {
1184412180 return dlopen ();
1184512181 ;
1184612182 return 0;
1184712183 }
1184812184 _ACEOF
11849 if ac_fn_c_try_link "$LINENO"; then :
12185 if ac_fn_c_try_link "$LINENO"
12186 then :
1185012187 ac_cv_lib_dl_dlopen=yes
11851 else
12188 else $as_nop
1185212189 ac_cv_lib_dl_dlopen=no
1185312190 fi
11854 rm -f core conftest.err conftest.$ac_objext \
12191 rm -f core conftest.err conftest.$ac_objext conftest.beam \
1185512192 conftest$ac_exeext conftest.$ac_ext
1185612193 LIBS=$ac_check_lib_save_LIBS
1185712194 fi
11858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11859 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11860 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
12195 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12196 printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; }
12197 if test "x$ac_cv_lib_dl_dlopen" = xyes
12198 then :
1186112199 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
11862 else
11863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11864 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11865 if ${ac_cv_lib_svld_dlopen+:} false; then :
11866 $as_echo_n "(cached) " >&6
11867 else
12200 else $as_nop
12201 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12202 printf %s "checking for dlopen in -lsvld... " >&6; }
12203 if test ${ac_cv_lib_svld_dlopen+y}
12204 then :
12205 printf %s "(cached) " >&6
12206 else $as_nop
1186812207 ac_check_lib_save_LIBS=$LIBS
1186912208 LIBS="-lsvld $LIBS"
1187012209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1187312212 /* Override any GCC internal prototype to avoid an error.
1187412213 Use char because int might match the return type of a GCC
1187512214 builtin and then its argument prototype would still apply. */
11876 #ifdef __cplusplus
11877 extern "C"
11878 #endif
1187912215 char dlopen ();
1188012216 int
11881 main ()
12217 main (void)
1188212218 {
1188312219 return dlopen ();
1188412220 ;
1188512221 return 0;
1188612222 }
1188712223 _ACEOF
11888 if ac_fn_c_try_link "$LINENO"; then :
12224 if ac_fn_c_try_link "$LINENO"
12225 then :
1188912226 ac_cv_lib_svld_dlopen=yes
11890 else
12227 else $as_nop
1189112228 ac_cv_lib_svld_dlopen=no
1189212229 fi
11893 rm -f core conftest.err conftest.$ac_objext \
12230 rm -f core conftest.err conftest.$ac_objext conftest.beam \
1189412231 conftest$ac_exeext conftest.$ac_ext
1189512232 LIBS=$ac_check_lib_save_LIBS
1189612233 fi
11897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11898 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11899 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
12234 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12235 printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; }
12236 if test "x$ac_cv_lib_svld_dlopen" = xyes
12237 then :
1190012238 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
11901 else
11902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11903 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11904 if ${ac_cv_lib_dld_dld_link+:} false; then :
11905 $as_echo_n "(cached) " >&6
11906 else
12239 else $as_nop
12240 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12241 printf %s "checking for dld_link in -ldld... " >&6; }
12242 if test ${ac_cv_lib_dld_dld_link+y}
12243 then :
12244 printf %s "(cached) " >&6
12245 else $as_nop
1190712246 ac_check_lib_save_LIBS=$LIBS
1190812247 LIBS="-ldld $LIBS"
1190912248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1191212251 /* Override any GCC internal prototype to avoid an error.
1191312252 Use char because int might match the return type of a GCC
1191412253 builtin and then its argument prototype would still apply. */
11915 #ifdef __cplusplus
11916 extern "C"
11917 #endif
1191812254 char dld_link ();
1191912255 int
11920 main ()
12256 main (void)
1192112257 {
1192212258 return dld_link ();
1192312259 ;
1192412260 return 0;
1192512261 }
1192612262 _ACEOF
11927 if ac_fn_c_try_link "$LINENO"; then :
12263 if ac_fn_c_try_link "$LINENO"
12264 then :
1192812265 ac_cv_lib_dld_dld_link=yes
11929 else
12266 else $as_nop
1193012267 ac_cv_lib_dld_dld_link=no
1193112268 fi
11932 rm -f core conftest.err conftest.$ac_objext \
12269 rm -f core conftest.err conftest.$ac_objext conftest.beam \
1193312270 conftest$ac_exeext conftest.$ac_ext
1193412271 LIBS=$ac_check_lib_save_LIBS
1193512272 fi
11936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11937 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11938 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
12273 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12274 printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; }
12275 if test "x$ac_cv_lib_dld_dld_link" = xyes
12276 then :
1193912277 lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
1194012278 fi
1194112279
1197412312 save_LIBS=$LIBS
1197512313 LIBS="$lt_cv_dlopen_libs $LIBS"
1197612314
11977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11978 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11979 if ${lt_cv_dlopen_self+:} false; then :
11980 $as_echo_n "(cached) " >&6
11981 else
12315 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12316 printf %s "checking whether a program can dlopen itself... " >&6; }
12317 if test ${lt_cv_dlopen_self+y}
12318 then :
12319 printf %s "(cached) " >&6
12320 else $as_nop
1198212321 if test yes = "$cross_compiling"; then :
1198312322 lt_cv_dlopen_self=cross
1198412323 else
1205712396 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1205812397 (eval $ac_link) 2>&5
1205912398 ac_status=$?
12060 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12399 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1206112400 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
1206212401 (./conftest; exit; ) >&5 2>/dev/null
1206312402 lt_status=$?
1207512414
1207612415
1207712416 fi
12078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12079 $as_echo "$lt_cv_dlopen_self" >&6; }
12417 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12418 printf "%s\n" "$lt_cv_dlopen_self" >&6; }
1208012419
1208112420 if test yes = "$lt_cv_dlopen_self"; then
1208212421 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12084 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12085 if ${lt_cv_dlopen_self_static+:} false; then :
12086 $as_echo_n "(cached) " >&6
12087 else
12422 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12423 printf %s "checking whether a statically linked program can dlopen itself... " >&6; }
12424 if test ${lt_cv_dlopen_self_static+y}
12425 then :
12426 printf %s "(cached) " >&6
12427 else $as_nop
1208812428 if test yes = "$cross_compiling"; then :
1208912429 lt_cv_dlopen_self_static=cross
1209012430 else
1216312503 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1216412504 (eval $ac_link) 2>&5
1216512505 ac_status=$?
12166 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12506 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1216712507 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
1216812508 (./conftest; exit; ) >&5 2>/dev/null
1216912509 lt_status=$?
1218112521
1218212522
1218312523 fi
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12185 $as_echo "$lt_cv_dlopen_self_static" >&6; }
12524 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12525 printf "%s\n" "$lt_cv_dlopen_self_static" >&6; }
1218612526 fi
1218712527
1218812528 CPPFLAGS=$save_CPPFLAGS
1222012560
1222112561 striplib=
1222212562 old_striplib=
12223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12224 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
12563 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12564 printf %s "checking whether stripping libraries is possible... " >&6; }
1222512565 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
1222612566 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1222712567 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12229 $as_echo "yes" >&6; }
12568 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12569 printf "%s\n" "yes" >&6; }
1223012570 else
1223112571 # FIXME - insert some real tests, host_os isn't really good enough
1223212572 case $host_os in
1223412574 if test -n "$STRIP"; then
1223512575 striplib="$STRIP -x"
1223612576 old_striplib="$STRIP -S"
12237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12238 $as_echo "yes" >&6; }
12577 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12578 printf "%s\n" "yes" >&6; }
1223912579 else
12240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12241 $as_echo "no" >&6; }
12580 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
12581 printf "%s\n" "no" >&6; }
1224212582 fi
1224312583 ;;
1224412584 *)
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12246 $as_echo "no" >&6; }
12585 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
12586 printf "%s\n" "no" >&6; }
1224712587 ;;
1224812588 esac
1224912589 fi
1226012600
1226112601
1226212602 # Report what library types will actually be built
12263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12264 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12266 $as_echo "$can_build_shared" >&6; }
12267
12268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12269 $as_echo_n "checking whether to build shared libraries... " >&6; }
12603 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12604 printf %s "checking if libtool supports shared libraries... " >&6; }
12605 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12606 printf "%s\n" "$can_build_shared" >&6; }
12607
12608 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12609 printf %s "checking whether to build shared libraries... " >&6; }
1227012610 test no = "$can_build_shared" && enable_shared=no
1227112611
1227212612 # On AIX, shared libraries and static libraries use the same namespace, and
1229012630 fi
1229112631 ;;
1229212632 esac
12293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12294 $as_echo "$enable_shared" >&6; }
12295
12296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12297 $as_echo_n "checking whether to build static libraries... " >&6; }
12633 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12634 printf "%s\n" "$enable_shared" >&6; }
12635
12636 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12637 printf %s "checking whether to build static libraries... " >&6; }
1229812638 # Make sure either enable_shared or enable_static is yes.
1229912639 test yes = "$enable_shared" || enable_static=yes
12300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12301 $as_echo "$enable_static" >&6; }
12640 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12641 printf "%s\n" "$enable_static" >&6; }
1230212642
1230312643
1230412644
1233812678
1233912679 # Enable -Werror.
1234012680 # Check whether --enable-werror was given.
12341 if test "${enable_werror+set}" = set; then :
12681 if test ${enable_werror+y}
12682 then :
1234212683 enableval=$enable_werror; werror_flag=yes
1234312684 fi
1234412685
1235912700 if test -n "$ac_tool_prefix"; then
1236012701 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
1236112702 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12363 $as_echo_n "checking for $ac_word... " >&6; }
12364 if ${ac_cv_path_PKG_CONFIG+:} false; then :
12365 $as_echo_n "(cached) " >&6
12366 else
12703 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12704 printf %s "checking for $ac_word... " >&6; }
12705 if test ${ac_cv_path_PKG_CONFIG+y}
12706 then :
12707 printf %s "(cached) " >&6
12708 else $as_nop
1236712709 case $PKG_CONFIG in
1236812710 [\\/]* | ?:[\\/]*)
1236912711 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
1237312715 for as_dir in $PATH
1237412716 do
1237512717 IFS=$as_save_IFS
12376 test -z "$as_dir" && as_dir=.
12718 case $as_dir in #(((
12719 '') as_dir=./ ;;
12720 */) ;;
12721 *) as_dir=$as_dir/ ;;
12722 esac
1237712723 for ac_exec_ext in '' $ac_executable_extensions; do
12378 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12379 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12724 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
12725 ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
12726 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
1238112727 break 2
1238212728 fi
1238312729 done
1238912735 fi
1239012736 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
1239112737 if test -n "$PKG_CONFIG"; then
12392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
12393 $as_echo "$PKG_CONFIG" >&6; }
12394 else
12395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12396 $as_echo "no" >&6; }
12738 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
12739 printf "%s\n" "$PKG_CONFIG" >&6; }
12740 else
12741 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
12742 printf "%s\n" "no" >&6; }
1239712743 fi
1239812744
1239912745
1240212748 ac_pt_PKG_CONFIG=$PKG_CONFIG
1240312749 # Extract the first word of "pkg-config", so it can be a program name with args.
1240412750 set dummy pkg-config; ac_word=$2
12405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12406 $as_echo_n "checking for $ac_word... " >&6; }
12407 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
12408 $as_echo_n "(cached) " >&6
12409 else
12751 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12752 printf %s "checking for $ac_word... " >&6; }
12753 if test ${ac_cv_path_ac_pt_PKG_CONFIG+y}
12754 then :
12755 printf %s "(cached) " >&6
12756 else $as_nop
1241012757 case $ac_pt_PKG_CONFIG in
1241112758 [\\/]* | ?:[\\/]*)
1241212759 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
1241612763 for as_dir in $PATH
1241712764 do
1241812765 IFS=$as_save_IFS
12419 test -z "$as_dir" && as_dir=.
12766 case $as_dir in #(((
12767 '') as_dir=./ ;;
12768 */) ;;
12769 *) as_dir=$as_dir/ ;;
12770 esac
1242012771 for ac_exec_ext in '' $ac_executable_extensions; do
12421 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12422 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12772 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
12773 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
12774 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
1242412775 break 2
1242512776 fi
1242612777 done
1243212783 fi
1243312784 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
1243412785 if test -n "$ac_pt_PKG_CONFIG"; then
12435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
12436 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
12437 else
12438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12439 $as_echo "no" >&6; }
12786 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
12787 printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; }
12788 else
12789 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
12790 printf "%s\n" "no" >&6; }
1244012791 fi
1244112792
1244212793 if test "x$ac_pt_PKG_CONFIG" = x; then
1244412795 else
1244512796 case $cross_compiling:$ac_tool_warned in
1244612797 yes:)
12447 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12448 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12798 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12799 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1244912800 ac_tool_warned=yes ;;
1245012801 esac
1245112802 PKG_CONFIG=$ac_pt_PKG_CONFIG
1245712808 fi
1245812809 if test -n "$PKG_CONFIG"; then
1245912810 _pkg_min_version=0.9.0
12460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
12461 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
12811 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
12812 printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; }
1246212813 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
12463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12464 $as_echo "yes" >&6; }
12814 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12815 printf "%s\n" "yes" >&6; }
1246512816 else
12466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12467 $as_echo "no" >&6; }
12817 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
12818 printf "%s\n" "no" >&6; }
1246812819 PKG_CONFIG=""
1246912820 fi
1247012821 fi
1247112822
1247212823 pkg_failed=no
12473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB2" >&5
12474 $as_echo_n "checking for GLIB2... " >&6; }
12824 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for glib-2.0" >&5
12825 printf %s "checking for glib-2.0... " >&6; }
1247512826
1247612827 if test -n "$GLIB2_CFLAGS"; then
1247712828 pkg_cv_GLIB2_CFLAGS="$GLIB2_CFLAGS"
1247812829 elif test -n "$PKG_CONFIG"; then
1247912830 if test -n "$PKG_CONFIG" && \
12480 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5
12831 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5
1248112832 ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
1248212833 ac_status=$?
12483 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12834 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1248412835 test $ac_status = 0; }; then
1248512836 pkg_cv_GLIB2_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null`
1248612837 test "x$?" != "x0" && pkg_failed=yes
1249412845 pkg_cv_GLIB2_LIBS="$GLIB2_LIBS"
1249512846 elif test -n "$PKG_CONFIG"; then
1249612847 if test -n "$PKG_CONFIG" && \
12497 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5
12848 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5
1249812849 ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
1249912850 ac_status=$?
12500 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12851 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1250112852 test $ac_status = 0; }; then
1250212853 pkg_cv_GLIB2_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null`
1250312854 test "x$?" != "x0" && pkg_failed=yes
1251112862
1251212863
1251312864 if test $pkg_failed = yes; then
12514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12515 $as_echo "no" >&6; }
12865 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
12866 printf "%s\n" "no" >&6; }
1251612867
1251712868 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1251812869 _pkg_short_errors_supported=yes
1253812889 and GLIB2_LIBS to avoid the need to call pkg-config.
1253912890 See the pkg-config man page for more details." "$LINENO" 5
1254012891 elif test $pkg_failed = untried; then
12541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12542 $as_echo "no" >&6; }
12543 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12544 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12892 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
12893 printf "%s\n" "no" >&6; }
12894 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12895 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1254512896 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1254612897 is in your PATH or set the PKG_CONFIG environment variable to the full
1254712898 path to pkg-config.
1255512906 else
1255612907 GLIB2_CFLAGS=$pkg_cv_GLIB2_CFLAGS
1255712908 GLIB2_LIBS=$pkg_cv_GLIB2_LIBS
12558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12559 $as_echo "yes" >&6; }
12909 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12910 printf "%s\n" "yes" >&6; }
1256012911
1256112912 fi
1256212913
1256312914 pkg_failed=no
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTHREAD2" >&5
12565 $as_echo_n "checking for GTHREAD2... " >&6; }
12915 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gthread-2.0" >&5
12916 printf %s "checking for gthread-2.0... " >&6; }
1256612917
1256712918 if test -n "$GTHREAD2_CFLAGS"; then
1256812919 pkg_cv_GTHREAD2_CFLAGS="$GTHREAD2_CFLAGS"
1256912920 elif test -n "$PKG_CONFIG"; then
1257012921 if test -n "$PKG_CONFIG" && \
12571 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gthread-2.0\""; } >&5
12922 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gthread-2.0\""; } >&5
1257212923 ($PKG_CONFIG --exists --print-errors "gthread-2.0") 2>&5
1257312924 ac_status=$?
12574 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12925 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1257512926 test $ac_status = 0; }; then
1257612927 pkg_cv_GTHREAD2_CFLAGS=`$PKG_CONFIG --cflags "gthread-2.0" 2>/dev/null`
1257712928 test "x$?" != "x0" && pkg_failed=yes
1258512936 pkg_cv_GTHREAD2_LIBS="$GTHREAD2_LIBS"
1258612937 elif test -n "$PKG_CONFIG"; then
1258712938 if test -n "$PKG_CONFIG" && \
12588 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gthread-2.0\""; } >&5
12939 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gthread-2.0\""; } >&5
1258912940 ($PKG_CONFIG --exists --print-errors "gthread-2.0") 2>&5
1259012941 ac_status=$?
12591 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12942 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1259212943 test $ac_status = 0; }; then
1259312944 pkg_cv_GTHREAD2_LIBS=`$PKG_CONFIG --libs "gthread-2.0" 2>/dev/null`
1259412945 test "x$?" != "x0" && pkg_failed=yes
1260212953
1260312954
1260412955 if test $pkg_failed = yes; then
12605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12606 $as_echo "no" >&6; }
12956 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
12957 printf "%s\n" "no" >&6; }
1260712958
1260812959 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1260912960 _pkg_short_errors_supported=yes
1262912980 and GTHREAD2_LIBS to avoid the need to call pkg-config.
1263012981 See the pkg-config man page for more details." "$LINENO" 5
1263112982 elif test $pkg_failed = untried; then
12632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12633 $as_echo "no" >&6; }
12634 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12635 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12983 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
12984 printf "%s\n" "no" >&6; }
12985 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12986 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1263612987 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1263712988 is in your PATH or set the PKG_CONFIG environment variable to the full
1263812989 path to pkg-config.
1264612997 else
1264712998 GTHREAD2_CFLAGS=$pkg_cv_GTHREAD2_CFLAGS
1264812999 GTHREAD2_LIBS=$pkg_cv_GTHREAD2_LIBS
12649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12650 $as_echo "yes" >&6; }
13000 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13001 printf "%s\n" "yes" >&6; }
1265113002
1265213003 fi
1265313004
1265413005 pkg_failed=no
12655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK2" >&5
12656 $as_echo_n "checking for GTK2... " >&6; }
13006 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gtk+-2.0" >&5
13007 printf %s "checking for gtk+-2.0... " >&6; }
1265713008
1265813009 if test -n "$GTK2_CFLAGS"; then
1265913010 pkg_cv_GTK2_CFLAGS="$GTK2_CFLAGS"
1266013011 elif test -n "$PKG_CONFIG"; then
1266113012 if test -n "$PKG_CONFIG" && \
12662 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\""; } >&5
13013 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\""; } >&5
1266313014 ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
1266413015 ac_status=$?
12665 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13016 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1266613017 test $ac_status = 0; }; then
1266713018 pkg_cv_GTK2_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0" 2>/dev/null`
1266813019 test "x$?" != "x0" && pkg_failed=yes
1267613027 pkg_cv_GTK2_LIBS="$GTK2_LIBS"
1267713028 elif test -n "$PKG_CONFIG"; then
1267813029 if test -n "$PKG_CONFIG" && \
12679 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\""; } >&5
13030 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\""; } >&5
1268013031 ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
1268113032 ac_status=$?
12682 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13033 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1268313034 test $ac_status = 0; }; then
1268413035 pkg_cv_GTK2_LIBS=`$PKG_CONFIG --libs "gtk+-2.0" 2>/dev/null`
1268513036 test "x$?" != "x0" && pkg_failed=yes
1269313044
1269413045
1269513046 if test $pkg_failed = yes; then
12696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12697 $as_echo "no" >&6; }
13047 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13048 printf "%s\n" "no" >&6; }
1269813049
1269913050 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1270013051 _pkg_short_errors_supported=yes
1272013071 and GTK2_LIBS to avoid the need to call pkg-config.
1272113072 See the pkg-config man page for more details." "$LINENO" 5
1272213073 elif test $pkg_failed = untried; then
12723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12724 $as_echo "no" >&6; }
12725 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12726 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13074 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13075 printf "%s\n" "no" >&6; }
13076 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13077 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1272713078 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1272813079 is in your PATH or set the PKG_CONFIG environment variable to the full
1272913080 path to pkg-config.
1273713088 else
1273813089 GTK2_CFLAGS=$pkg_cv_GTK2_CFLAGS
1273913090 GTK2_LIBS=$pkg_cv_GTK2_LIBS
12740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12741 $as_echo "yes" >&6; }
13091 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13092 printf "%s\n" "yes" >&6; }
1274213093
1274313094 fi
1274413095
1274513096 pkg_failed=no
12746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GMODULE2" >&5
12747 $as_echo_n "checking for GMODULE2... " >&6; }
13097 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gmodule-2.0" >&5
13098 printf %s "checking for gmodule-2.0... " >&6; }
1274813099
1274913100 if test -n "$GMODULE2_CFLAGS"; then
1275013101 pkg_cv_GMODULE2_CFLAGS="$GMODULE2_CFLAGS"
1275113102 elif test -n "$PKG_CONFIG"; then
1275213103 if test -n "$PKG_CONFIG" && \
12753 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gmodule-2.0\""; } >&5
13104 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gmodule-2.0\""; } >&5
1275413105 ($PKG_CONFIG --exists --print-errors "gmodule-2.0") 2>&5
1275513106 ac_status=$?
12756 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13107 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1275713108 test $ac_status = 0; }; then
1275813109 pkg_cv_GMODULE2_CFLAGS=`$PKG_CONFIG --cflags "gmodule-2.0" 2>/dev/null`
1275913110 test "x$?" != "x0" && pkg_failed=yes
1276713118 pkg_cv_GMODULE2_LIBS="$GMODULE2_LIBS"
1276813119 elif test -n "$PKG_CONFIG"; then
1276913120 if test -n "$PKG_CONFIG" && \
12770 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gmodule-2.0\""; } >&5
13121 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gmodule-2.0\""; } >&5
1277113122 ($PKG_CONFIG --exists --print-errors "gmodule-2.0") 2>&5
1277213123 ac_status=$?
12773 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13124 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1277413125 test $ac_status = 0; }; then
1277513126 pkg_cv_GMODULE2_LIBS=`$PKG_CONFIG --libs "gmodule-2.0" 2>/dev/null`
1277613127 test "x$?" != "x0" && pkg_failed=yes
1278413135
1278513136
1278613137 if test $pkg_failed = yes; then
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12788 $as_echo "no" >&6; }
13138 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13139 printf "%s\n" "no" >&6; }
1278913140
1279013141 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1279113142 _pkg_short_errors_supported=yes
1281113162 and GMODULE2_LIBS to avoid the need to call pkg-config.
1281213163 See the pkg-config man page for more details." "$LINENO" 5
1281313164 elif test $pkg_failed = untried; then
12814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12815 $as_echo "no" >&6; }
12816 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12817 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13165 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13166 printf "%s\n" "no" >&6; }
13167 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13168 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1281813169 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1281913170 is in your PATH or set the PKG_CONFIG environment variable to the full
1282013171 path to pkg-config.
1282813179 else
1282913180 GMODULE2_CFLAGS=$pkg_cv_GMODULE2_CFLAGS
1283013181 GMODULE2_LIBS=$pkg_cv_GMODULE2_LIBS
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12832 $as_echo "yes" >&6; }
13182 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13183 printf "%s\n" "yes" >&6; }
1283313184
1283413185 fi
1283513186
1283613187 pkg_failed=no
12837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBCURL" >&5
12838 $as_echo_n "checking for LIBCURL... " >&6; }
13188 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcurl" >&5
13189 printf %s "checking for libcurl... " >&6; }
1283913190
1284013191 if test -n "$LIBCURL_CFLAGS"; then
1284113192 pkg_cv_LIBCURL_CFLAGS="$LIBCURL_CFLAGS"
1284213193 elif test -n "$PKG_CONFIG"; then
1284313194 if test -n "$PKG_CONFIG" && \
12844 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcurl\""; } >&5
13195 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcurl\""; } >&5
1284513196 ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5
1284613197 ac_status=$?
12847 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13198 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1284813199 test $ac_status = 0; }; then
1284913200 pkg_cv_LIBCURL_CFLAGS=`$PKG_CONFIG --cflags "libcurl" 2>/dev/null`
1285013201 test "x$?" != "x0" && pkg_failed=yes
1285813209 pkg_cv_LIBCURL_LIBS="$LIBCURL_LIBS"
1285913210 elif test -n "$PKG_CONFIG"; then
1286013211 if test -n "$PKG_CONFIG" && \
12861 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcurl\""; } >&5
13212 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcurl\""; } >&5
1286213213 ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5
1286313214 ac_status=$?
12864 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13215 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1286513216 test $ac_status = 0; }; then
1286613217 pkg_cv_LIBCURL_LIBS=`$PKG_CONFIG --libs "libcurl" 2>/dev/null`
1286713218 test "x$?" != "x0" && pkg_failed=yes
1287513226
1287613227
1287713228 if test $pkg_failed = yes; then
12878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12879 $as_echo "no" >&6; }
13229 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13230 printf "%s\n" "no" >&6; }
1288013231
1288113232 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1288213233 _pkg_short_errors_supported=yes
1290213253 and LIBCURL_LIBS to avoid the need to call pkg-config.
1290313254 See the pkg-config man page for more details." "$LINENO" 5
1290413255 elif test $pkg_failed = untried; then
12905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12906 $as_echo "no" >&6; }
12907 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12908 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13256 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13257 printf "%s\n" "no" >&6; }
13258 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13259 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1290913260 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1291013261 is in your PATH or set the PKG_CONFIG environment variable to the full
1291113262 path to pkg-config.
1291913270 else
1292013271 LIBCURL_CFLAGS=$pkg_cv_LIBCURL_CFLAGS
1292113272 LIBCURL_LIBS=$pkg_cv_LIBCURL_LIBS
12922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12923 $as_echo "yes" >&6; }
13273 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13274 printf "%s\n" "yes" >&6; }
1292413275
1292513276 fi
1292613277
1292713278 pkg_failed=no
12928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBXML2" >&5
12929 $as_echo_n "checking for LIBXML2... " >&6; }
13279 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libxml-2.0" >&5
13280 printf %s "checking for libxml-2.0... " >&6; }
1293013281
1293113282 if test -n "$LIBXML2_CFLAGS"; then
1293213283 pkg_cv_LIBXML2_CFLAGS="$LIBXML2_CFLAGS"
1293313284 elif test -n "$PKG_CONFIG"; then
1293413285 if test -n "$PKG_CONFIG" && \
12935 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\""; } >&5
13286 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\""; } >&5
1293613287 ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
1293713288 ac_status=$?
12938 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13289 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1293913290 test $ac_status = 0; }; then
1294013291 pkg_cv_LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
1294113292 test "x$?" != "x0" && pkg_failed=yes
1294913300 pkg_cv_LIBXML2_LIBS="$LIBXML2_LIBS"
1295013301 elif test -n "$PKG_CONFIG"; then
1295113302 if test -n "$PKG_CONFIG" && \
12952 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\""; } >&5
13303 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\""; } >&5
1295313304 ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
1295413305 ac_status=$?
12955 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13306 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1295613307 test $ac_status = 0; }; then
1295713308 pkg_cv_LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
1295813309 test "x$?" != "x0" && pkg_failed=yes
1296613317
1296713318
1296813319 if test $pkg_failed = yes; then
12969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12970 $as_echo "no" >&6; }
13320 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13321 printf "%s\n" "no" >&6; }
1297113322
1297213323 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1297313324 _pkg_short_errors_supported=yes
1299313344 and LIBXML2_LIBS to avoid the need to call pkg-config.
1299413345 See the pkg-config man page for more details." "$LINENO" 5
1299513346 elif test $pkg_failed = untried; then
12996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12997 $as_echo "no" >&6; }
12998 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12999 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13347 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13348 printf "%s\n" "no" >&6; }
13349 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13350 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1300013351 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1300113352 is in your PATH or set the PKG_CONFIG environment variable to the full
1300213353 path to pkg-config.
1301013361 else
1301113362 LIBXML2_CFLAGS=$pkg_cv_LIBXML2_CFLAGS
1301213363 LIBXML2_LIBS=$pkg_cv_LIBXML2_LIBS
13013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13014 $as_echo "yes" >&6; }
13364 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13365 printf "%s\n" "yes" >&6; }
1301513366
1301613367 fi
1301713368
1301813369 pkg_failed=no
13019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OPENSSL" >&5
13020 $as_echo_n "checking for OPENSSL... " >&6; }
13370 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for openssl" >&5
13371 printf %s "checking for openssl... " >&6; }
1302113372
1302213373 if test -n "$OPENSSL_CFLAGS"; then
1302313374 pkg_cv_OPENSSL_CFLAGS="$OPENSSL_CFLAGS"
1302413375 elif test -n "$PKG_CONFIG"; then
1302513376 if test -n "$PKG_CONFIG" && \
13026 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl\""; } >&5
13377 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl\""; } >&5
1302713378 ($PKG_CONFIG --exists --print-errors "openssl") 2>&5
1302813379 ac_status=$?
13029 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13380 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1303013381 test $ac_status = 0; }; then
1303113382 pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl" 2>/dev/null`
1303213383 test "x$?" != "x0" && pkg_failed=yes
1304013391 pkg_cv_OPENSSL_LIBS="$OPENSSL_LIBS"
1304113392 elif test -n "$PKG_CONFIG"; then
1304213393 if test -n "$PKG_CONFIG" && \
13043 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl\""; } >&5
13394 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl\""; } >&5
1304413395 ($PKG_CONFIG --exists --print-errors "openssl") 2>&5
1304513396 ac_status=$?
13046 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13397 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1304713398 test $ac_status = 0; }; then
1304813399 pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl" 2>/dev/null`
1304913400 test "x$?" != "x0" && pkg_failed=yes
1305713408
1305813409
1305913410 if test $pkg_failed = yes; then
13060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13061 $as_echo "no" >&6; }
13411 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13412 printf "%s\n" "no" >&6; }
1306213413
1306313414 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1306413415 _pkg_short_errors_supported=yes
1308413435 and OPENSSL_LIBS to avoid the need to call pkg-config.
1308513436 See the pkg-config man page for more details." "$LINENO" 5
1308613437 elif test $pkg_failed = untried; then
13087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13088 $as_echo "no" >&6; }
13089 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13090 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13438 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13439 printf "%s\n" "no" >&6; }
13440 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13441 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1309113442 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1309213443 is in your PATH or set the PKG_CONFIG environment variable to the full
1309313444 path to pkg-config.
1310113452 else
1310213453 OPENSSL_CFLAGS=$pkg_cv_OPENSSL_CFLAGS
1310313454 OPENSSL_LIBS=$pkg_cv_OPENSSL_LIBS
13104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13105 $as_echo "yes" >&6; }
13455 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13456 printf "%s\n" "yes" >&6; }
1310613457
1310713458 fi
1310813459
1310913460 pkg_failed=no
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SQLITE3" >&5
13111 $as_echo_n "checking for SQLITE3... " >&6; }
13461 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sqlite3" >&5
13462 printf %s "checking for sqlite3... " >&6; }
1311213463
1311313464 if test -n "$SQLITE3_CFLAGS"; then
1311413465 pkg_cv_SQLITE3_CFLAGS="$SQLITE3_CFLAGS"
1311513466 elif test -n "$PKG_CONFIG"; then
1311613467 if test -n "$PKG_CONFIG" && \
13117 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sqlite3\""; } >&5
13468 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sqlite3\""; } >&5
1311813469 ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5
1311913470 ac_status=$?
13120 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13471 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1312113472 test $ac_status = 0; }; then
1312213473 pkg_cv_SQLITE3_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`
1312313474 test "x$?" != "x0" && pkg_failed=yes
1313113482 pkg_cv_SQLITE3_LIBS="$SQLITE3_LIBS"
1313213483 elif test -n "$PKG_CONFIG"; then
1313313484 if test -n "$PKG_CONFIG" && \
13134 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sqlite3\""; } >&5
13485 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sqlite3\""; } >&5
1313513486 ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5
1313613487 ac_status=$?
13137 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13488 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1313813489 test $ac_status = 0; }; then
1313913490 pkg_cv_SQLITE3_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`
1314013491 test "x$?" != "x0" && pkg_failed=yes
1314813499
1314913500
1315013501 if test $pkg_failed = yes; then
13151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13152 $as_echo "no" >&6; }
13502 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13503 printf "%s\n" "no" >&6; }
1315313504
1315413505 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1315513506 _pkg_short_errors_supported=yes
1317513526 and SQLITE3_LIBS to avoid the need to call pkg-config.
1317613527 See the pkg-config man page for more details." "$LINENO" 5
1317713528 elif test $pkg_failed = untried; then
13178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13179 $as_echo "no" >&6; }
13180 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13181 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13529 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13530 printf "%s\n" "no" >&6; }
13531 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13532 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1318213533 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1318313534 is in your PATH or set the PKG_CONFIG environment variable to the full
1318413535 path to pkg-config.
1319213543 else
1319313544 SQLITE3_CFLAGS=$pkg_cv_SQLITE3_CFLAGS
1319413545 SQLITE3_LIBS=$pkg_cv_SQLITE3_LIBS
13195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13196 $as_echo "yes" >&6; }
13546 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13547 printf "%s\n" "yes" >&6; }
1319713548
1319813549 fi
1319913550
1320013551 pkg_failed=no
13201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUSGLIB1" >&5
13202 $as_echo_n "checking for DBUSGLIB1... " >&6; }
13552 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dbus-glib-1" >&5
13553 printf %s "checking for dbus-glib-1... " >&6; }
1320313554
1320413555 if test -n "$DBUSGLIB1_CFLAGS"; then
1320513556 pkg_cv_DBUSGLIB1_CFLAGS="$DBUSGLIB1_CFLAGS"
1320613557 elif test -n "$PKG_CONFIG"; then
1320713558 if test -n "$PKG_CONFIG" && \
13208 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1\""; } >&5
13559 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1\""; } >&5
1320913560 ($PKG_CONFIG --exists --print-errors "dbus-glib-1") 2>&5
1321013561 ac_status=$?
13211 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13562 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1321213563 test $ac_status = 0; }; then
1321313564 pkg_cv_DBUSGLIB1_CFLAGS=`$PKG_CONFIG --cflags "dbus-glib-1" 2>/dev/null`
1321413565 test "x$?" != "x0" && pkg_failed=yes
1322213573 pkg_cv_DBUSGLIB1_LIBS="$DBUSGLIB1_LIBS"
1322313574 elif test -n "$PKG_CONFIG"; then
1322413575 if test -n "$PKG_CONFIG" && \
13225 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1\""; } >&5
13576 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1\""; } >&5
1322613577 ($PKG_CONFIG --exists --print-errors "dbus-glib-1") 2>&5
1322713578 ac_status=$?
13228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13579 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1322913580 test $ac_status = 0; }; then
1323013581 pkg_cv_DBUSGLIB1_LIBS=`$PKG_CONFIG --libs "dbus-glib-1" 2>/dev/null`
1323113582 test "x$?" != "x0" && pkg_failed=yes
1323913590
1324013591
1324113592 if test $pkg_failed = yes; then
13242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13243 $as_echo "no" >&6; }
13593 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13594 printf "%s\n" "no" >&6; }
1324413595
1324513596 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1324613597 _pkg_short_errors_supported=yes
1326613617 and DBUSGLIB1_LIBS to avoid the need to call pkg-config.
1326713618 See the pkg-config man page for more details." "$LINENO" 5
1326813619 elif test $pkg_failed = untried; then
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13270 $as_echo "no" >&6; }
13271 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13272 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13620 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13621 printf "%s\n" "no" >&6; }
13622 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13623 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1327313624 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1327413625 is in your PATH or set the PKG_CONFIG environment variable to the full
1327513626 path to pkg-config.
1328313634 else
1328413635 DBUSGLIB1_CFLAGS=$pkg_cv_DBUSGLIB1_CFLAGS
1328513636 DBUSGLIB1_LIBS=$pkg_cv_DBUSGLIB1_LIBS
13286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13287 $as_echo "yes" >&6; }
13637 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13638 printf "%s\n" "yes" >&6; }
1328813639
1328913640 fi
1329013641
1329113642 pkg_failed=no
13292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for NOTIFY" >&5
13293 $as_echo_n "checking for NOTIFY... " >&6; }
13643 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libnotify" >&5
13644 printf %s "checking for libnotify... " >&6; }
1329413645
1329513646 if test -n "$NOTIFY_CFLAGS"; then
1329613647 pkg_cv_NOTIFY_CFLAGS="$NOTIFY_CFLAGS"
1329713648 elif test -n "$PKG_CONFIG"; then
1329813649 if test -n "$PKG_CONFIG" && \
13299 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify\""; } >&5
13650 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify\""; } >&5
1330013651 ($PKG_CONFIG --exists --print-errors "libnotify") 2>&5
1330113652 ac_status=$?
13302 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13653 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1330313654 test $ac_status = 0; }; then
1330413655 pkg_cv_NOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify" 2>/dev/null`
1330513656 test "x$?" != "x0" && pkg_failed=yes
1331313664 pkg_cv_NOTIFY_LIBS="$NOTIFY_LIBS"
1331413665 elif test -n "$PKG_CONFIG"; then
1331513666 if test -n "$PKG_CONFIG" && \
13316 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify\""; } >&5
13667 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify\""; } >&5
1331713668 ($PKG_CONFIG --exists --print-errors "libnotify") 2>&5
1331813669 ac_status=$?
13319 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13670 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1332013671 test $ac_status = 0; }; then
1332113672 pkg_cv_NOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify" 2>/dev/null`
1332213673 test "x$?" != "x0" && pkg_failed=yes
1333013681
1333113682
1333213683 if test $pkg_failed = yes; then
13333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13334 $as_echo "no" >&6; }
13684 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13685 printf "%s\n" "no" >&6; }
1333513686
1333613687 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1333713688 _pkg_short_errors_supported=yes
1334813699
1334913700 ENABLE_LIBNOTIFY=""
1335013701 elif test $pkg_failed = untried; then
13351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13352 $as_echo "no" >&6; }
13702 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13703 printf "%s\n" "no" >&6; }
1335313704 ENABLE_LIBNOTIFY=""
1335413705 else
1335513706 NOTIFY_CFLAGS=$pkg_cv_NOTIFY_CFLAGS
1335613707 NOTIFY_LIBS=$pkg_cv_NOTIFY_LIBS
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13358 $as_echo "yes" >&6; }
13708 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13709 printf "%s\n" "yes" >&6; }
1335913710 ENABLE_LIBNOTIFY="display/libnotify"
1336013711
1336113712 ac_config_files="$ac_config_files display/libnotify/Makefile"
1336413715
1336513716 APPINDICATOR_REQUIRED=0.4.92
1336613717 # Check whether --enable-appindicator was given.
13367 if test "${enable_appindicator+set}" = set; then :
13718 if test ${enable_appindicator+y}
13719 then :
1336813720 enableval=$enable_appindicator; enable_appindicator=$enableval
13369 else
13721 else $as_nop
1337013722 enable_appindicator="auto"
1337113723 fi
1337213724
1337313725 if test x$enable_appindicator = xauto ; then
1337413726 if test -n "$PKG_CONFIG" && \
13375 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"appindicator-0.1 >= \$APPINDICATOR_REQUIRED\""; } >&5
13727 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"appindicator-0.1 >= \$APPINDICATOR_REQUIRED\""; } >&5
1337613728 ($PKG_CONFIG --exists --print-errors "appindicator-0.1 >= $APPINDICATOR_REQUIRED") 2>&5
1337713729 ac_status=$?
13378 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13730 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1337913731 test $ac_status = 0; }; then
1338013732 enable_appindicator="yes"
1338113733 else
1338413736 fi
1338513737 if test x$enable_appindicator = xyes ; then
1338613738 if test -n "$PKG_CONFIG" && \
13387 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"appindicator-0.1 >= \$APPINDICATOR_REQUIRED\""; } >&5
13739 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"appindicator-0.1 >= \$APPINDICATOR_REQUIRED\""; } >&5
1338813740 ($PKG_CONFIG --exists --print-errors "appindicator-0.1 >= $APPINDICATOR_REQUIRED") 2>&5
1338913741 ac_status=$?
13390 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13742 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1339113743 test $ac_status = 0; }; then
1339213744 :
1339313745 else
1339513747 fi
1339613748
1339713749 pkg_failed=no
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for APP_INDICATOR" >&5
13399 $as_echo_n "checking for APP_INDICATOR... " >&6; }
13750 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for appindicator-0.1 >= $APPINDICATOR_REQUIRED" >&5
13751 printf %s "checking for appindicator-0.1 >= $APPINDICATOR_REQUIRED... " >&6; }
1340013752
1340113753 if test -n "$APP_INDICATOR_CFLAGS"; then
1340213754 pkg_cv_APP_INDICATOR_CFLAGS="$APP_INDICATOR_CFLAGS"
1340313755 elif test -n "$PKG_CONFIG"; then
1340413756 if test -n "$PKG_CONFIG" && \
13405 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"appindicator-0.1 >= \$APPINDICATOR_REQUIRED\""; } >&5
13757 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"appindicator-0.1 >= \$APPINDICATOR_REQUIRED\""; } >&5
1340613758 ($PKG_CONFIG --exists --print-errors "appindicator-0.1 >= $APPINDICATOR_REQUIRED") 2>&5
1340713759 ac_status=$?
13408 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13760 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1340913761 test $ac_status = 0; }; then
1341013762 pkg_cv_APP_INDICATOR_CFLAGS=`$PKG_CONFIG --cflags "appindicator-0.1 >= $APPINDICATOR_REQUIRED" 2>/dev/null`
1341113763 test "x$?" != "x0" && pkg_failed=yes
1341913771 pkg_cv_APP_INDICATOR_LIBS="$APP_INDICATOR_LIBS"
1342013772 elif test -n "$PKG_CONFIG"; then
1342113773 if test -n "$PKG_CONFIG" && \
13422 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"appindicator-0.1 >= \$APPINDICATOR_REQUIRED\""; } >&5
13774 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"appindicator-0.1 >= \$APPINDICATOR_REQUIRED\""; } >&5
1342313775 ($PKG_CONFIG --exists --print-errors "appindicator-0.1 >= $APPINDICATOR_REQUIRED") 2>&5
1342413776 ac_status=$?
13425 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13777 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1342613778 test $ac_status = 0; }; then
1342713779 pkg_cv_APP_INDICATOR_LIBS=`$PKG_CONFIG --libs "appindicator-0.1 >= $APPINDICATOR_REQUIRED" 2>/dev/null`
1342813780 test "x$?" != "x0" && pkg_failed=yes
1343613788
1343713789
1343813790 if test $pkg_failed = yes; then
13439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13440 $as_echo "no" >&6; }
13791 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13792 printf "%s\n" "no" >&6; }
1344113793
1344213794 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1344313795 _pkg_short_errors_supported=yes
1346313815 and APP_INDICATOR_LIBS to avoid the need to call pkg-config.
1346413816 See the pkg-config man page for more details." "$LINENO" 5
1346513817 elif test $pkg_failed = untried; then
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13467 $as_echo "no" >&6; }
13468 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13469 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13818 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13819 printf "%s\n" "no" >&6; }
13820 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13821 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1347013822 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1347113823 is in your PATH or set the PKG_CONFIG environment variable to the full
1347213824 path to pkg-config.
1348013832 else
1348113833 APP_INDICATOR_CFLAGS=$pkg_cv_APP_INDICATOR_CFLAGS
1348213834 APP_INDICATOR_LIBS=$pkg_cv_APP_INDICATOR_LIBS
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13484 $as_echo "yes" >&6; }
13485
13486 fi
13487
13488 $as_echo "#define HAVE_APP_INDICATOR 1" >>confdefs.h
13835 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13836 printf "%s\n" "yes" >&6; }
13837
13838 fi
13839
13840 printf "%s\n" "#define HAVE_APP_INDICATOR 1" >>confdefs.h
1348913841
1349013842 fi
1349113843 if test x"$enable_appindicator" = xyes; then
1349813850
1349913851
1350013852 # Checks for header files.
13501 for ac_header in arpa/inet.h memory.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h sys/socket.h unistd.h
13502 do :
13503 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13504 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13505 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13506 cat >>confdefs.h <<_ACEOF
13507 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13508 _ACEOF
13509
13510 fi
13511
13512 done
13853 ac_fn_c_check_header_compile "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
13854 if test "x$ac_cv_header_arpa_inet_h" = xyes
13855 then :
13856 printf "%s\n" "#define HAVE_ARPA_INET_H 1" >>confdefs.h
13857
13858 fi
13859 ac_fn_c_check_header_compile "$LINENO" "memory.h" "ac_cv_header_memory_h" "$ac_includes_default"
13860 if test "x$ac_cv_header_memory_h" = xyes
13861 then :
13862 printf "%s\n" "#define HAVE_MEMORY_H 1" >>confdefs.h
13863
13864 fi
13865 ac_fn_c_check_header_compile "$LINENO" "netdb.h" "ac_cv_header_netdb_h" "$ac_includes_default"
13866 if test "x$ac_cv_header_netdb_h" = xyes
13867 then :
13868 printf "%s\n" "#define HAVE_NETDB_H 1" >>confdefs.h
13869
13870 fi
13871 ac_fn_c_check_header_compile "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
13872 if test "x$ac_cv_header_netinet_in_h" = xyes
13873 then :
13874 printf "%s\n" "#define HAVE_NETINET_IN_H 1" >>confdefs.h
13875
13876 fi
13877 ac_fn_c_check_header_compile "$LINENO" "stddef.h" "ac_cv_header_stddef_h" "$ac_includes_default"
13878 if test "x$ac_cv_header_stddef_h" = xyes
13879 then :
13880 printf "%s\n" "#define HAVE_STDDEF_H 1" >>confdefs.h
13881
13882 fi
13883 ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
13884 if test "x$ac_cv_header_stdint_h" = xyes
13885 then :
13886 printf "%s\n" "#define HAVE_STDINT_H 1" >>confdefs.h
13887
13888 fi
13889 ac_fn_c_check_header_compile "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
13890 if test "x$ac_cv_header_stdlib_h" = xyes
13891 then :
13892 printf "%s\n" "#define HAVE_STDLIB_H 1" >>confdefs.h
13893
13894 fi
13895 ac_fn_c_check_header_compile "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default"
13896 if test "x$ac_cv_header_string_h" = xyes
13897 then :
13898 printf "%s\n" "#define HAVE_STRING_H 1" >>confdefs.h
13899
13900 fi
13901 ac_fn_c_check_header_compile "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default"
13902 if test "x$ac_cv_header_sys_socket_h" = xyes
13903 then :
13904 printf "%s\n" "#define HAVE_SYS_SOCKET_H 1" >>confdefs.h
13905
13906 fi
13907 ac_fn_c_check_header_compile "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
13908 if test "x$ac_cv_header_unistd_h" = xyes
13909 then :
13910 printf "%s\n" "#define HAVE_UNISTD_H 1" >>confdefs.h
13911
13912 fi
1351313913
1351413914
1351513915 # Checks for typedefs, structures, and compiler characteristics.
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
13517 $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
13518 if ${ac_cv_header_stdbool_h+:} false; then :
13519 $as_echo_n "(cached) " >&6
13520 else
13916 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
13917 if test "x$ac_cv_type__Bool" = xyes
13918 then :
13919
13920 printf "%s\n" "#define HAVE__BOOL 1" >>confdefs.h
13921
13922
13923 fi
13924
13925 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
13926 printf %s "checking for stdbool.h that conforms to C99... " >&6; }
13927 if test ${ac_cv_header_stdbool_h+y}
13928 then :
13929 printf %s "(cached) " >&6
13930 else $as_nop
1352113931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1352213932 /* end confdefs.h. */
13523
13524 #include <stdbool.h>
13525 #ifndef bool
13526 "error: bool is not defined"
13933 #include <stdbool.h>
13934
13935 #ifndef __bool_true_false_are_defined
13936 #error "__bool_true_false_are_defined is not defined"
1352713937 #endif
13528 #ifndef false
13529 "error: false is not defined"
13530 #endif
13531 #if false
13532 "error: false is not 0"
13533 #endif
13534 #ifndef true
13535 "error: true is not defined"
13938 char a[__bool_true_false_are_defined == 1 ? 1 : -1];
13939
13940 /* Regardless of whether this is C++ or "_Bool" is a
13941 valid type name, "true" and "false" should be usable
13942 in #if expressions and integer constant expressions,
13943 and "bool" should be a valid type name. */
13944
13945 #if !true
13946 #error "'true' is not true"
1353613947 #endif
1353713948 #if true != 1
13538 "error: true is not 1"
13949 #error "'true' is not equal to 1"
1353913950 #endif
13540 #ifndef __bool_true_false_are_defined
13541 "error: __bool_true_false_are_defined is not defined"
13951 char b[true == 1 ? 1 : -1];
13952 char c[true];
13953
13954 #if false
13955 #error "'false' is not false"
1354213956 #endif
13543
13544 struct s { _Bool s: 1; _Bool t; } s;
13545
13546 char a[true == 1 ? 1 : -1];
13547 char b[false == 0 ? 1 : -1];
13548 char c[__bool_true_false_are_defined == 1 ? 1 : -1];
13549 char d[(bool) 0.5 == true ? 1 : -1];
13550 /* See body of main program for 'e'. */
13551 char f[(_Bool) 0.0 == false ? 1 : -1];
13552 char g[true];
13553 char h[sizeof (_Bool)];
13554 char i[sizeof s.t];
13555 enum { j = false, k = true, l = false * true, m = true * 256 };
13957 #if false != 0
13958 #error "'false' is not equal to 0"
13959 #endif
13960 char d[false == 0 ? 1 : -1];
13961
13962 enum { e = false, f = true, g = false * true, h = true * 256 };
13963
13964 char i[(bool) 0.5 == true ? 1 : -1];
13965 char j[(bool) 0.0 == false ? 1 : -1];
13966 char k[sizeof (bool) > 0 ? 1 : -1];
13967
13968 struct sb { bool s: 1; bool t; } s;
13969 char l[sizeof s.t > 0 ? 1 : -1];
13970
1355613971 /* The following fails for
1355713972 HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
13558 _Bool n[m];
13559 char o[sizeof n == m * sizeof n[0] ? 1 : -1];
13560 char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
13973 bool m[h];
13974 char n[sizeof m == h * sizeof m[0] ? 1 : -1];
13975 char o[-1 - (bool) 0 < 0 ? 1 : -1];
1356113976 /* Catch a bug in an HP-UX C compiler. See
13562 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
13563 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
13977 https://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
13978 https://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
1356413979 */
13565 _Bool q = true;
13566 _Bool *pq = &q;
13980 bool p = true;
13981 bool *pp = &p;
13982
13983 /* C 1999 specifies that bool, true, and false are to be
13984 macros, but C++ 2011 and later overrule this. */
13985 #if __cplusplus < 201103
13986 #ifndef bool
13987 #error "bool is not defined"
13988 #endif
13989 #ifndef false
13990 #error "false is not defined"
13991 #endif
13992 #ifndef true
13993 #error "true is not defined"
13994 #endif
13995 #endif
13996
13997 /* If _Bool is available, repeat with it all the tests
13998 above that used bool. */
13999 #ifdef HAVE__BOOL
14000 struct sB { _Bool s: 1; _Bool t; } t;
14001
14002 char q[(_Bool) 0.5 == true ? 1 : -1];
14003 char r[(_Bool) 0.0 == false ? 1 : -1];
14004 char u[sizeof (_Bool) > 0 ? 1 : -1];
14005 char v[sizeof t.t > 0 ? 1 : -1];
14006
14007 _Bool w[h];
14008 char x[sizeof m == h * sizeof m[0] ? 1 : -1];
14009 char y[-1 - (_Bool) 0 < 0 ? 1 : -1];
14010 _Bool z = true;
14011 _Bool *pz = &p;
14012 #endif
1356714013
1356814014 int
13569 main ()
14015 main (void)
1357014016 {
1357114017
13572 bool e = &s;
13573 *pq |= q;
13574 *pq |= ! q;
13575 /* Refer to every declared value, to avoid compiler optimizations. */
13576 return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
13577 + !m + !n + !o + !p + !q + !pq);
14018 bool ps = &s;
14019 *pp |= p;
14020 *pp |= ! p;
14021
14022 #ifdef HAVE__BOOL
14023 _Bool pt = &t;
14024 *pz |= z;
14025 *pz |= ! z;
14026 #endif
14027
14028 /* Refer to every declared value, so they cannot be
14029 discarded as unused. */
14030 return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k
14031 + !l + !m + !n + !o + !p + !pp + !ps
14032 #ifdef HAVE__BOOL
14033 + !q + !r + !u + !v + !w + !x + !y + !z + !pt
14034 #endif
14035 );
1357814036
1357914037 ;
1358014038 return 0;
1358114039 }
1358214040 _ACEOF
13583 if ac_fn_c_try_compile "$LINENO"; then :
14041 if ac_fn_c_try_compile "$LINENO"
14042 then :
1358414043 ac_cv_header_stdbool_h=yes
13585 else
14044 else $as_nop
1358614045 ac_cv_header_stdbool_h=no
1358714046 fi
13588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13589 fi
13590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
13591 $as_echo "$ac_cv_header_stdbool_h" >&6; }
13592 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
13593 if test "x$ac_cv_type__Bool" = xyes; then :
13594
13595 cat >>confdefs.h <<_ACEOF
13596 #define HAVE__BOOL 1
13597 _ACEOF
13598
13599
13600 fi
13601
14047 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
14048 fi
14049 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
14050 printf "%s\n" "$ac_cv_header_stdbool_h" >&6; }
1360214051
1360314052 if test $ac_cv_header_stdbool_h = yes; then
1360414053
13605 $as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
13606
13607 fi
13608
13609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13610 $as_echo_n "checking for inline... " >&6; }
13611 if ${ac_cv_c_inline+:} false; then :
13612 $as_echo_n "(cached) " >&6
13613 else
14054 printf "%s\n" "#define HAVE_STDBOOL_H 1" >>confdefs.h
14055
14056 fi
14057
14058 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
14059 printf %s "checking for inline... " >&6; }
14060 if test ${ac_cv_c_inline+y}
14061 then :
14062 printf %s "(cached) " >&6
14063 else $as_nop
1361414064 ac_cv_c_inline=no
1361514065 for ac_kw in inline __inline__ __inline; do
1361614066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1361714067 /* end confdefs.h. */
1361814068 #ifndef __cplusplus
1361914069 typedef int foo_t;
13620 static $ac_kw foo_t static_foo () {return 0; }
13621 $ac_kw foo_t foo () {return 0; }
14070 static $ac_kw foo_t static_foo (void) {return 0; }
14071 $ac_kw foo_t foo (void) {return 0; }
1362214072 #endif
1362314073
1362414074 _ACEOF
13625 if ac_fn_c_try_compile "$LINENO"; then :
14075 if ac_fn_c_try_compile "$LINENO"
14076 then :
1362614077 ac_cv_c_inline=$ac_kw
1362714078 fi
13628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14079 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1362914080 test "$ac_cv_c_inline" != no && break
1363014081 done
1363114082
1363214083 fi
13633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13634 $as_echo "$ac_cv_c_inline" >&6; }
14084 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
14085 printf "%s\n" "$ac_cv_c_inline" >&6; }
1363514086
1363614087 case $ac_cv_c_inline in
1363714088 inline | yes) ;;
1364814099 ;;
1364914100 esac
1365014101
13651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5
13652 $as_echo_n "checking for C/C++ restrict keyword... " >&6; }
13653 if ${ac_cv_c_restrict+:} false; then :
13654 $as_echo_n "(cached) " >&6
13655 else
14102 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5
14103 printf %s "checking for C/C++ restrict keyword... " >&6; }
14104 if test ${ac_cv_c_restrict+y}
14105 then :
14106 printf %s "(cached) " >&6
14107 else $as_nop
1365614108 ac_cv_c_restrict=no
13657 # The order here caters to the fact that C++ does not require restrict.
13658 for ac_kw in __restrict __restrict__ _Restrict restrict; do
14109 # Put '__restrict__' first, to avoid problems with glibc and non-GCC; see:
14110 # https://lists.gnu.org/archive/html/bug-autoconf/2016-02/msg00006.html
14111 # Put 'restrict' last, because C++ lacks it.
14112 for ac_kw in __restrict__ __restrict _Restrict restrict; do
1365914113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1366014114 /* end confdefs.h. */
13661 typedef int * int_ptr;
13662 int foo (int_ptr $ac_kw ip) {
13663 return ip[0];
13664 }
14115 typedef int *int_ptr;
14116 int foo (int_ptr $ac_kw ip) { return ip[0]; }
14117 int bar (int [$ac_kw]); /* Catch GCC bug 14050. */
14118 int bar (int ip[$ac_kw]) { return ip[0]; }
14119
1366514120 int
13666 main ()
14121 main (void)
1366714122 {
1366814123 int s[1];
13669 int * $ac_kw t = s;
13670 t[0] = 0;
13671 return foo(t)
14124 int *$ac_kw t = s;
14125 t[0] = 0;
14126 return foo (t) + bar (t);
14127
1367214128 ;
1367314129 return 0;
1367414130 }
1367514131 _ACEOF
13676 if ac_fn_c_try_compile "$LINENO"; then :
14132 if ac_fn_c_try_compile "$LINENO"
14133 then :
1367714134 ac_cv_c_restrict=$ac_kw
1367814135 fi
13679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14136 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1368014137 test "$ac_cv_c_restrict" != no && break
1368114138 done
1368214139
1368314140 fi
13684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_restrict" >&5
13685 $as_echo "$ac_cv_c_restrict" >&6; }
14141 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_restrict" >&5
14142 printf "%s\n" "$ac_cv_c_restrict" >&6; }
1368614143
1368714144 case $ac_cv_c_restrict in
1368814145 restrict) ;;
13689 no) $as_echo "#define restrict /**/" >>confdefs.h
14146 no) printf "%s\n" "#define restrict /**/" >>confdefs.h
1369014147 ;;
13691 *) cat >>confdefs.h <<_ACEOF
13692 #define restrict $ac_cv_c_restrict
13693 _ACEOF
14148 *) printf "%s\n" "#define restrict $ac_cv_c_restrict" >>confdefs.h
1369414149 ;;
1369514150 esac
1369614151
1369714152 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13698 if test "x$ac_cv_type_size_t" = xyes; then :
13699
13700 else
13701
13702 cat >>confdefs.h <<_ACEOF
13703 #define size_t unsigned int
13704 _ACEOF
14153 if test "x$ac_cv_type_size_t" = xyes
14154 then :
14155
14156 else $as_nop
14157
14158 printf "%s\n" "#define size_t unsigned int" >>confdefs.h
1370514159
1370614160 fi
1370714161
1370814162 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
13709 if test "x$ac_cv_type_ssize_t" = xyes; then :
13710
13711 else
13712
13713 cat >>confdefs.h <<_ACEOF
13714 #define ssize_t int
13715 _ACEOF
14163 if test "x$ac_cv_type_ssize_t" = xyes
14164 then :
14165
14166 else $as_nop
14167
14168 printf "%s\n" "#define ssize_t int" >>confdefs.h
1371614169
1371714170 fi
1371814171
1371914172 ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default"
13720 if test "x$ac_cv_type_ptrdiff_t" = xyes; then :
13721
13722 cat >>confdefs.h <<_ACEOF
13723 #define HAVE_PTRDIFF_T 1
13724 _ACEOF
14173 if test "x$ac_cv_type_ptrdiff_t" = xyes
14174 then :
14175
14176 printf "%s\n" "#define HAVE_PTRDIFF_T 1" >>confdefs.h
1372514177
1372614178
1372714179 fi
1372814180
1372914181
1373014182 # Checks for library functions.
13731 for ac_header in stdlib.h
13732 do :
13733 ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
13734 if test "x$ac_cv_header_stdlib_h" = xyes; then :
13735 cat >>confdefs.h <<_ACEOF
13736 #define HAVE_STDLIB_H 1
13737 _ACEOF
13738
13739 fi
13740
13741 done
13742
13743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
13744 $as_echo_n "checking for GNU libc compatible malloc... " >&6; }
13745 if ${ac_cv_func_malloc_0_nonnull+:} false; then :
13746 $as_echo_n "(cached) " >&6
13747 else
13748 if test "$cross_compiling" = yes; then :
13749 ac_cv_func_malloc_0_nonnull=no
13750 else
14183 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
14184 printf %s "checking for GNU libc compatible malloc... " >&6; }
14185 if test ${ac_cv_func_malloc_0_nonnull+y}
14186 then :
14187 printf %s "(cached) " >&6
14188 else $as_nop
14189 if test "$cross_compiling" = yes
14190 then :
14191 case "$host_os" in # ((
14192 # Guess yes on platforms where we know the result.
14193 *-gnu* | freebsd* | netbsd* | openbsd* | bitrig* \
14194 | hpux* | solaris* | cygwin* | mingw* | msys* )
14195 ac_cv_func_malloc_0_nonnull=yes ;;
14196 # If we don't know, assume the worst.
14197 *) ac_cv_func_malloc_0_nonnull=no ;;
14198 esac
14199 else $as_nop
1375114200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1375214201 /* end confdefs.h. */
13753 #if defined STDC_HEADERS || defined HAVE_STDLIB_H
13754 # include <stdlib.h>
13755 #else
13756 char *malloc ();
13757 #endif
14202 #include <stdlib.h>
1375814203
1375914204 int
13760 main ()
14205 main (void)
1376114206 {
13762 return ! malloc (0);
14207 void *p = malloc (0);
14208 int result = !p;
14209 free (p);
14210 return result;
1376314211 ;
1376414212 return 0;
1376514213 }
1376614214 _ACEOF
13767 if ac_fn_c_try_run "$LINENO"; then :
14215 if ac_fn_c_try_run "$LINENO"
14216 then :
1376814217 ac_cv_func_malloc_0_nonnull=yes
13769 else
14218 else $as_nop
1377014219 ac_cv_func_malloc_0_nonnull=no
1377114220 fi
1377214221 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
1377414223 fi
1377514224
1377614225 fi
13777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
13778 $as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
13779 if test $ac_cv_func_malloc_0_nonnull = yes; then :
13780
13781 $as_echo "#define HAVE_MALLOC 1" >>confdefs.h
13782
13783 else
13784 $as_echo "#define HAVE_MALLOC 0" >>confdefs.h
14226 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
14227 printf "%s\n" "$ac_cv_func_malloc_0_nonnull" >&6; }
14228 if test $ac_cv_func_malloc_0_nonnull = yes
14229 then :
14230
14231 printf "%s\n" "#define HAVE_MALLOC 1" >>confdefs.h
14232
14233 else $as_nop
14234 printf "%s\n" "#define HAVE_MALLOC 0" >>confdefs.h
1378514235
1378614236 case " $LIBOBJS " in
1378714237 *" malloc.$ac_objext "* ) ;;
1379014240 esac
1379114241
1379214242
13793 $as_echo "#define malloc rpl_malloc" >>confdefs.h
13794
13795 fi
13796
13797
13798 for ac_header in stdlib.h
13799 do :
13800 ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
13801 if test "x$ac_cv_header_stdlib_h" = xyes; then :
13802 cat >>confdefs.h <<_ACEOF
13803 #define HAVE_STDLIB_H 1
13804 _ACEOF
13805
13806 fi
13807
13808 done
13809
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5
13811 $as_echo_n "checking for GNU libc compatible realloc... " >&6; }
13812 if ${ac_cv_func_realloc_0_nonnull+:} false; then :
13813 $as_echo_n "(cached) " >&6
13814 else
13815 if test "$cross_compiling" = yes; then :
13816 ac_cv_func_realloc_0_nonnull=no
13817 else
14243 printf "%s\n" "#define malloc rpl_malloc" >>confdefs.h
14244
14245 fi
14246
14247
14248 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5
14249 printf %s "checking for GNU libc compatible realloc... " >&6; }
14250 if test ${ac_cv_func_realloc_0_nonnull+y}
14251 then :
14252 printf %s "(cached) " >&6
14253 else $as_nop
14254 if test "$cross_compiling" = yes
14255 then :
14256 case "$host_os" in # ((
14257 # Guess yes on platforms where we know the result.
14258 *-gnu* | freebsd* | netbsd* | openbsd* | bitrig* \
14259 | hpux* | solaris* | cygwin* | mingw* | msys* )
14260 ac_cv_func_realloc_0_nonnull=yes ;;
14261 # If we don't know, assume the worst.
14262 *) ac_cv_func_realloc_0_nonnull=no ;;
14263 esac
14264 else $as_nop
1381814265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1381914266 /* end confdefs.h. */
13820 #if defined STDC_HEADERS || defined HAVE_STDLIB_H
13821 # include <stdlib.h>
13822 #else
13823 char *realloc ();
13824 #endif
14267 #include <stdlib.h>
1382514268
1382614269 int
13827 main ()
14270 main (void)
1382814271 {
13829 return ! realloc (0, 0);
14272 void *p = realloc (0, 0);
14273 int result = !p;
14274 free (p);
14275 return result;
1383014276 ;
1383114277 return 0;
1383214278 }
1383314279 _ACEOF
13834 if ac_fn_c_try_run "$LINENO"; then :
14280 if ac_fn_c_try_run "$LINENO"
14281 then :
1383514282 ac_cv_func_realloc_0_nonnull=yes
13836 else
14283 else $as_nop
1383714284 ac_cv_func_realloc_0_nonnull=no
1383814285 fi
1383914286 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
1384114288 fi
1384214289
1384314290 fi
13844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5
13845 $as_echo "$ac_cv_func_realloc_0_nonnull" >&6; }
13846 if test $ac_cv_func_realloc_0_nonnull = yes; then :
13847
13848 $as_echo "#define HAVE_REALLOC 1" >>confdefs.h
13849
13850 else
13851 $as_echo "#define HAVE_REALLOC 0" >>confdefs.h
14291 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5
14292 printf "%s\n" "$ac_cv_func_realloc_0_nonnull" >&6; }
14293 if test $ac_cv_func_realloc_0_nonnull = yes
14294 then :
14295
14296 printf "%s\n" "#define HAVE_REALLOC 1" >>confdefs.h
14297
14298 else $as_nop
14299 printf "%s\n" "#define HAVE_REALLOC 0" >>confdefs.h
1385214300
1385314301 case " $LIBOBJS " in
1385414302 *" realloc.$ac_objext "* ) ;;
1385714305 esac
1385814306
1385914307
13860 $as_echo "#define realloc rpl_realloc" >>confdefs.h
13861
13862 fi
13863
13864
13865 for ac_func in inet_ntoa memset socket strcasecmp strchr strncasecmp strndup strpbrk strstr strtol
13866 do :
13867 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13868 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13869 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13870 cat >>confdefs.h <<_ACEOF
13871 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13872 _ACEOF
13873
13874 fi
13875 done
14308 printf "%s\n" "#define realloc rpl_realloc" >>confdefs.h
14309
14310 fi
14311
14312
14313 ac_fn_c_check_func "$LINENO" "inet_ntoa" "ac_cv_func_inet_ntoa"
14314 if test "x$ac_cv_func_inet_ntoa" = xyes
14315 then :
14316 printf "%s\n" "#define HAVE_INET_NTOA 1" >>confdefs.h
14317
14318 fi
14319 ac_fn_c_check_func "$LINENO" "memset" "ac_cv_func_memset"
14320 if test "x$ac_cv_func_memset" = xyes
14321 then :
14322 printf "%s\n" "#define HAVE_MEMSET 1" >>confdefs.h
14323
14324 fi
14325 ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
14326 if test "x$ac_cv_func_socket" = xyes
14327 then :
14328 printf "%s\n" "#define HAVE_SOCKET 1" >>confdefs.h
14329
14330 fi
14331 ac_fn_c_check_func "$LINENO" "strcasecmp" "ac_cv_func_strcasecmp"
14332 if test "x$ac_cv_func_strcasecmp" = xyes
14333 then :
14334 printf "%s\n" "#define HAVE_STRCASECMP 1" >>confdefs.h
14335
14336 fi
14337 ac_fn_c_check_func "$LINENO" "strchr" "ac_cv_func_strchr"
14338 if test "x$ac_cv_func_strchr" = xyes
14339 then :
14340 printf "%s\n" "#define HAVE_STRCHR 1" >>confdefs.h
14341
14342 fi
14343 ac_fn_c_check_func "$LINENO" "strncasecmp" "ac_cv_func_strncasecmp"
14344 if test "x$ac_cv_func_strncasecmp" = xyes
14345 then :
14346 printf "%s\n" "#define HAVE_STRNCASECMP 1" >>confdefs.h
14347
14348 fi
14349 ac_fn_c_check_func "$LINENO" "strndup" "ac_cv_func_strndup"
14350 if test "x$ac_cv_func_strndup" = xyes
14351 then :
14352 printf "%s\n" "#define HAVE_STRNDUP 1" >>confdefs.h
14353
14354 fi
14355 ac_fn_c_check_func "$LINENO" "strpbrk" "ac_cv_func_strpbrk"
14356 if test "x$ac_cv_func_strpbrk" = xyes
14357 then :
14358 printf "%s\n" "#define HAVE_STRPBRK 1" >>confdefs.h
14359
14360 fi
14361 ac_fn_c_check_func "$LINENO" "strstr" "ac_cv_func_strstr"
14362 if test "x$ac_cv_func_strstr" = xyes
14363 then :
14364 printf "%s\n" "#define HAVE_STRSTR 1" >>confdefs.h
14365
14366 fi
14367 ac_fn_c_check_func "$LINENO" "strtol" "ac_cv_func_strtol"
14368 if test "x$ac_cv_func_strtol" = xyes
14369 then :
14370 printf "%s\n" "#define HAVE_STRTOL 1" >>confdefs.h
14371
14372 fi
1387614373
1387714374
1387814375 ac_config_files="$ac_config_files Makefile plugins/Makefile data/Makefile display/balloon/Makefile display/fog/Makefile display/nico2/Makefile subscribe/tweets/Makefile subscribe/rhythmbox/Makefile data/gol.desktop"
1390414401 case $ac_val in #(
1390514402 *${as_nl}*)
1390614403 case $ac_var in #(
13907 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13908 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14404 *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14405 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1390914406 esac
1391014407 case $ac_var in #(
1391114408 _ | IFS | as_nl) ;; #(
1393514432 /^ac_cv_env_/b end
1393614433 t clear
1393714434 :clear
13938 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14435 s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
1393914436 t end
1394014437 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1394114438 :end' >>confcache
1394214439 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1394314440 if test -w "$cache_file"; then
1394414441 if test "x$cache_file" != "x/dev/null"; then
13945 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13946 $as_echo "$as_me: updating cache $cache_file" >&6;}
14442 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14443 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
1394714444 if test ! -f "$cache_file" || test -h "$cache_file"; then
1394814445 cat confcache >"$cache_file"
1394914446 else
1395714454 fi
1395814455 fi
1395914456 else
13960 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13961 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14457 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14458 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
1396214459 fi
1396314460 fi
1396414461 rm -f confcache
1401114508 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1401214509 # 1. Remove the extension, and $U if already installed.
1401314510 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14014 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14511 ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
1401514512 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
1401614513 # will be set to the directory where LIBOBJS objects are built.
1401714514 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
1402214519 LTLIBOBJS=$ac_ltlibobjs
1402314520
1402414521
14025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14026 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14522 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14523 printf %s "checking that generated files are newer than configure... " >&6; }
1402714524 if test -n "$am_sleep_pid"; then
1402814525 # Hide warnings about reused PIDs.
1402914526 wait $am_sleep_pid 2>/dev/null
1403014527 fi
14031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14032 $as_echo "done" >&6; }
14528 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
14529 printf "%s\n" "done" >&6; }
1403314530 if test -n "$EXEEXT"; then
1403414531 am__EXEEXT_TRUE=
1403514532 am__EXEEXT_FALSE='#'
1405514552 ac_write_fail=0
1405614553 ac_clean_files_save=$ac_clean_files
1405714554 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14058 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14059 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14555 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14556 printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
1406014557 as_write_fail=0
1406114558 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1406214559 #! $SHELL
1407914576
1408014577 # Be more Bourne compatible
1408114578 DUALCASE=1; export DUALCASE # for MKS sh
14082 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14579 as_nop=:
14580 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
14581 then :
1408314582 emulate sh
1408414583 NULLCMD=:
1408514584 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1408614585 # is contrary to our usage. Disable this feature.
1408714586 alias -g '${1+"$@"}'='"$@"'
1408814587 setopt NO_GLOB_SUBST
14089 else
14588 else $as_nop
1409014589 case `(set -o) 2>/dev/null` in #(
1409114590 *posix*) :
1409214591 set -o posix ;; #(
1409614595 fi
1409714596
1409814597
14598
14599 # Reset variables that may have inherited troublesome values from
14600 # the environment.
14601
14602 # IFS needs to be set, to space, tab, and newline, in precisely that order.
14603 # (If _AS_PATH_WALK were called with IFS unset, it would have the
14604 # side effect of setting IFS to empty, thus disabling word splitting.)
14605 # Quoting is to prevent editors from complaining about space-tab.
1409914606 as_nl='
1410014607 '
1410114608 export as_nl
14102 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14103 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14104 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14105 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14106 # Prefer a ksh shell builtin over an external printf program on Solaris,
14107 # but without wasting forks for bash or zsh.
14108 if test -z "$BASH_VERSION$ZSH_VERSION" \
14109 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14110 as_echo='print -r --'
14111 as_echo_n='print -rn --'
14112 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14113 as_echo='printf %s\n'
14114 as_echo_n='printf %s'
14115 else
14116 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14117 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14118 as_echo_n='/usr/ucb/echo -n'
14119 else
14120 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14121 as_echo_n_body='eval
14122 arg=$1;
14123 case $arg in #(
14124 *"$as_nl"*)
14125 expr "X$arg" : "X\\(.*\\)$as_nl";
14126 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14127 esac;
14128 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14129 '
14130 export as_echo_n_body
14131 as_echo_n='sh -c $as_echo_n_body as_echo'
14132 fi
14133 export as_echo_body
14134 as_echo='sh -c $as_echo_body as_echo'
14135 fi
14609 IFS=" "" $as_nl"
14610
14611 PS1='$ '
14612 PS2='> '
14613 PS4='+ '
14614
14615 # Ensure predictable behavior from utilities with locale-dependent output.
14616 LC_ALL=C
14617 export LC_ALL
14618 LANGUAGE=C
14619 export LANGUAGE
14620
14621 # We cannot yet rely on "unset" to work, but we need these variables
14622 # to be unset--not just set to an empty or harmless value--now, to
14623 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
14624 # also avoids known problems related to "unset" and subshell syntax
14625 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
14626 for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
14627 do eval test \${$as_var+y} \
14628 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14629 done
14630
14631 # Ensure that fds 0, 1, and 2 are open.
14632 if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
14633 if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
14634 if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
1413614635
1413714636 # The user is always right.
14138 if test "${PATH_SEPARATOR+set}" != set; then
14637 if ${PATH_SEPARATOR+false} :; then
1413914638 PATH_SEPARATOR=:
1414014639 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
1414114640 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
1414314642 }
1414414643 fi
1414514644
14146
14147 # IFS
14148 # We need space, tab and new line, in precisely that order. Quoting is
14149 # there to prevent editors from complaining about space-tab.
14150 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14151 # splitting by setting IFS to empty value.)
14152 IFS=" "" $as_nl"
1415314645
1415414646 # Find who we are. Look in the path if we contain no directory separator.
1415514647 as_myself=
1415914651 for as_dir in $PATH
1416014652 do
1416114653 IFS=$as_save_IFS
14162 test -z "$as_dir" && as_dir=.
14163 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14654 case $as_dir in #(((
14655 '') as_dir=./ ;;
14656 */) ;;
14657 *) as_dir=$as_dir/ ;;
14658 esac
14659 test -r "$as_dir$0" && as_myself=$as_dir$0 && break
1416414660 done
1416514661 IFS=$as_save_IFS
1416614662
1417214668 as_myself=$0
1417314669 fi
1417414670 if test ! -f "$as_myself"; then
14175 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14671 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1417614672 exit 1
1417714673 fi
1417814674
14179 # Unset variables that we do not need and which cause bugs (e.g. in
14180 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14181 # suppresses any "Segmentation fault" message there. '((' could
14182 # trigger a bug in pdksh 5.2.14.
14183 for as_var in BASH_ENV ENV MAIL MAILPATH
14184 do eval test x\${$as_var+set} = xset \
14185 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14186 done
14187 PS1='$ '
14188 PS2='> '
14189 PS4='+ '
14190
14191 # NLS nuisances.
14192 LC_ALL=C
14193 export LC_ALL
14194 LANGUAGE=C
14195 export LANGUAGE
14196
14197 # CDPATH.
14198 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
1419914675
1420014676
1420114677 # as_fn_error STATUS ERROR [LINENO LOG_FD]
1420814684 as_status=$1; test $as_status -eq 0 && as_status=1
1420914685 if test "$4"; then
1421014686 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14211 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14687 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1421214688 fi
14213 $as_echo "$as_me: error: $2" >&2
14689 printf "%s\n" "$as_me: error: $2" >&2
1421414690 as_fn_exit $as_status
1421514691 } # as_fn_error
14692
1421614693
1421714694
1421814695 # as_fn_set_status STATUS
1424114718 { eval $1=; unset $1;}
1424214719 }
1424314720 as_unset=as_fn_unset
14721
1424414722 # as_fn_append VAR VALUE
1424514723 # ----------------------
1424614724 # Append the text in VALUE to the end of the definition contained in VAR. Take
1424714725 # advantage of any shell optimizations that allow amortized linear growth over
1424814726 # repeated appends, instead of the typical quadratic growth present in naive
1424914727 # implementations.
14250 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14728 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
14729 then :
1425114730 eval 'as_fn_append ()
1425214731 {
1425314732 eval $1+=\$2
1425414733 }'
14255 else
14734 else $as_nop
1425614735 as_fn_append ()
1425714736 {
1425814737 eval $1=\$$1\$2
1426414743 # Perform arithmetic evaluation on the ARGs, and store the result in the
1426514744 # global $as_val. Take advantage of shells that can avoid forks. The arguments
1426614745 # must be portable across $(()) and expr.
14267 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14746 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
14747 then :
1426814748 eval 'as_fn_arith ()
1426914749 {
1427014750 as_val=$(( $* ))
1427114751 }'
14272 else
14752 else $as_nop
1427314753 as_fn_arith ()
1427414754 {
1427514755 as_val=`expr "$@" || test $? -eq 1`
1430014780 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1430114781 X"$0" : 'X\(//\)$' \| \
1430214782 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14303 $as_echo X/"$0" |
14783 printf "%s\n" X/"$0" |
1430414784 sed '/^.*\/\([^/][^/]*\)\/*$/{
1430514785 s//\1/
1430614786 q
1432214802 as_cr_digits='0123456789'
1432314803 as_cr_alnum=$as_cr_Letters$as_cr_digits
1432414804
14805
14806 # Determine whether it's possible to make 'echo' print without a newline.
14807 # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
14808 # for compatibility with existing Makefiles.
1432514809 ECHO_C= ECHO_N= ECHO_T=
1432614810 case `echo -n x` in #(((((
1432714811 -n*)
1433414818 *)
1433514819 ECHO_N='-n';;
1433614820 esac
14821
14822 # For backward compatibility with old third-party macros, we provide
14823 # the shell variables $as_echo and $as_echo_n. New code should use
14824 # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
14825 as_echo='printf %s\n'
14826 as_echo_n='printf %s'
1433714827
1433814828 rm -f conf$$ conf$$.exe conf$$.file
1433914829 if test -d conf$$.dir; then
1437614866 as_dirs=
1437714867 while :; do
1437814868 case $as_dir in #(
14379 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14869 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1438014870 *) as_qdir=$as_dir;;
1438114871 esac
1438214872 as_dirs="'$as_qdir' $as_dirs"
1438514875 X"$as_dir" : 'X\(//\)[^/]' \| \
1438614876 X"$as_dir" : 'X\(//\)$' \| \
1438714877 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14388 $as_echo X"$as_dir" |
14878 printf "%s\n" X"$as_dir" |
1438914879 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1439014880 s//\1/
1439114881 q
1444814938 # values after options handling.
1444914939 ac_log="
1445014940 This file was extended by growl-for-linux $as_me 0.8.5, which was
14451 generated by GNU Autoconf 2.69. Invocation command line was
14941 generated by GNU Autoconf 2.71. Invocation command line was
1445214942
1445314943 CONFIG_FILES = $CONFIG_FILES
1445414944 CONFIG_HEADERS = $CONFIG_HEADERS
1450114991 Report bugs to <mattn.jp@gmail.com>."
1450214992
1450314993 _ACEOF
14994 ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
14995 ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
1450414996 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14505 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14997 ac_cs_config='$ac_cs_config_escaped'
1450614998 ac_cs_version="\\
1450714999 growl-for-linux config.status 0.8.5
14508 configured by $0, generated by GNU Autoconf 2.69,
15000 configured by $0, generated by GNU Autoconf 2.71,
1450915001 with options \\"\$ac_cs_config\\"
1451015002
14511 Copyright (C) 2012 Free Software Foundation, Inc.
15003 Copyright (C) 2021 Free Software Foundation, Inc.
1451215004 This config.status script is free software; the Free Software Foundation
1451315005 gives unlimited permission to copy, distribute and modify it."
1451415006
1454815040 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1454915041 ac_cs_recheck=: ;;
1455015042 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14551 $as_echo "$ac_cs_version"; exit ;;
15043 printf "%s\n" "$ac_cs_version"; exit ;;
1455215044 --config | --confi | --conf | --con | --co | --c )
14553 $as_echo "$ac_cs_config"; exit ;;
15045 printf "%s\n" "$ac_cs_config"; exit ;;
1455415046 --debug | --debu | --deb | --de | --d | -d )
1455515047 debug=: ;;
1455615048 --file | --fil | --fi | --f )
1455715049 $ac_shift
1455815050 case $ac_optarg in
14559 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15051 *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1456015052 '') as_fn_error $? "missing file argument" ;;
1456115053 esac
1456215054 as_fn_append CONFIG_FILES " '$ac_optarg'"
1456315055 ac_need_defaults=false;;
1456415056 --he | --h | --help | --hel | -h )
14565 $as_echo "$ac_cs_usage"; exit ;;
15057 printf "%s\n" "$ac_cs_usage"; exit ;;
1456615058 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1456715059 | -silent | --silent | --silen | --sile | --sil | --si | --s)
1456815060 ac_cs_silent=: ;;
1459015082 if \$ac_cs_recheck; then
1459115083 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1459215084 shift
14593 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15085 \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
1459415086 CONFIG_SHELL='$SHELL'
1459515087 export CONFIG_SHELL
1459615088 exec "\$@"
1460415096 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
1460515097 ## Running $as_me. ##
1460615098 _ASBOX
14607 $as_echo "$ac_log"
15099 printf "%s\n" "$ac_log"
1460815100 } >&5
1460915101
1461015102 _ACEOF
1461215104 #
1461315105 # INIT-COMMANDS
1461415106 #
14615 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15107 AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
1461615108
1461715109
1461815110 # The HP-UX ksh and POSIX shell print the target directory to stdout
1492815420 # We use the long form for the default assignment because of an extremely
1492915421 # bizarre bug on SunOS 4.1.3.
1493015422 if $ac_need_defaults; then
14931 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14932 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15423 test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
15424 test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
1493315425 fi
1493415426
1493515427 # Have a temporary directory for convenience. Make it in the build tree
1515715649 esac ||
1515815650 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1515915651 esac
15160 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15652 case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1516115653 as_fn_append ac_file_inputs " '$ac_f'"
1516215654 done
1516315655
1516515657 # use $as_me), people would be surprised to read:
1516615658 # /* config.h. Generated by config.status. */
1516715659 configure_input='Generated from '`
15168 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15660 printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1516915661 `' by configure.'
1517015662 if test x"$ac_file" != x-; then
1517115663 configure_input="$ac_file. $configure_input"
15172 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15173 $as_echo "$as_me: creating $ac_file" >&6;}
15664 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15665 printf "%s\n" "$as_me: creating $ac_file" >&6;}
1517415666 fi
1517515667 # Neutralize special characters interpreted by sed in replacement strings.
1517615668 case $configure_input in #(
1517715669 *\&* | *\|* | *\\* )
15178 ac_sed_conf_input=`$as_echo "$configure_input" |
15670 ac_sed_conf_input=`printf "%s\n" "$configure_input" |
1517915671 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1518015672 *) ac_sed_conf_input=$configure_input;;
1518115673 esac
1519215684 X"$ac_file" : 'X\(//\)[^/]' \| \
1519315685 X"$ac_file" : 'X\(//\)$' \| \
1519415686 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15195 $as_echo X"$ac_file" |
15687 printf "%s\n" X"$ac_file" |
1519615688 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1519715689 s//\1/
1519815690 q
1521615708 case "$ac_dir" in
1521715709 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1521815710 *)
15219 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15711 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
1522015712 # A ".." for each directory in $ac_dir_suffix.
15221 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15713 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1522215714 case $ac_top_builddir_sub in
1522315715 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1522415716 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1528015772 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1528115773 *datarootdir*) ac_datarootdir_seen=yes;;
1528215774 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15283 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15284 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15775 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15776 printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1528515777 _ACEOF
1528615778 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1528715779 ac_datarootdir_hack='
1532515817 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1532615818 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1532715819 "$ac_tmp/out"`; test -z "$ac_out"; } &&
15328 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15820 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1532915821 which seems to be undefined. Please make sure it is defined" >&5
15330 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15822 printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1533115823 which seems to be undefined. Please make sure it is defined" >&2;}
1533215824
1533315825 rm -f "$ac_tmp/stdin"
1533915831 ;;
1534015832
1534115833
15342 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15343 $as_echo "$as_me: executing $ac_file commands" >&6;}
15834 :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15835 printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
1534415836 ;;
1534515837 esac
1534615838
1535015842 # Older Autoconf quotes --file arguments for eval, but not when files
1535115843 # are listed without --file. Let's play safe and only enable the eval
1535215844 # if we detect the quoting.
15353 case $CONFIG_FILES in
15354 *\'*) eval set x "$CONFIG_FILES" ;;
15355 *) set x $CONFIG_FILES ;;
15356 esac
15845 # TODO: see whether this extra hack can be removed once we start
15846 # requiring Autoconf 2.70 or later.
15847 case $CONFIG_FILES in #(
15848 *\'*) :
15849 eval set x "$CONFIG_FILES" ;; #(
15850 *) :
15851 set x $CONFIG_FILES ;; #(
15852 *) :
15853 ;;
15854 esac
1535715855 shift
15358 for mf
15856 # Used to flag and report bootstrapping failures.
15857 am_rc=0
15858 for am_mf
1535915859 do
1536015860 # Strip MF so we end up with the name of the file.
15361 mf=`echo "$mf" | sed -e 's/:.*$//'`
15362 # Check whether this is an Automake generated Makefile or not.
15363 # We used to match only the files named 'Makefile.in', but
15364 # some people rename them; so instead we look at the file content.
15365 # Grep'ing the first line is not enough: some people post-process
15366 # each Makefile.in and add a new line on top of each file to say so.
15367 # Grep'ing the whole file is not good either: AIX grep has a line
15861 am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'`
15862 # Check whether this is an Automake generated Makefile which includes
15863 # dependency-tracking related rules and includes.
15864 # Grep'ing the whole file directly is not great: AIX grep has a line
1536815865 # limit of 2048, but all sed's we know have understand at least 4000.
15369 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15370 dirpart=`$as_dirname -- "$mf" ||
15371 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15372 X"$mf" : 'X\(//\)[^/]' \| \
15373 X"$mf" : 'X\(//\)$' \| \
15374 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15375 $as_echo X"$mf" |
15866 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
15867 || continue
15868 am_dirpart=`$as_dirname -- "$am_mf" ||
15869 $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15870 X"$am_mf" : 'X\(//\)[^/]' \| \
15871 X"$am_mf" : 'X\(//\)$' \| \
15872 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
15873 printf "%s\n" X"$am_mf" |
1537615874 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1537715875 s//\1/
1537815876 q
1539015888 q
1539115889 }
1539215890 s/.*/./; q'`
15393 else
15394 continue
15395 fi
15396 # Extract the definition of DEPDIR, am__include, and am__quote
15397 # from the Makefile without running 'make'.
15398 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15399 test -z "$DEPDIR" && continue
15400 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15401 test -z "$am__include" && continue
15402 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15403 # Find all dependency output files, they are included files with
15404 # $(DEPDIR) in their names. We invoke sed twice because it is the
15405 # simplest approach to changing $(DEPDIR) to its actual value in the
15406 # expansion.
15407 for file in `sed -n "
15408 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15409 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
15410 # Make sure the directory exists.
15411 test -f "$dirpart/$file" && continue
15412 fdir=`$as_dirname -- "$file" ||
15413 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15414 X"$file" : 'X\(//\)[^/]' \| \
15415 X"$file" : 'X\(//\)$' \| \
15416 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15417 $as_echo X"$file" |
15418 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15891 am_filepart=`$as_basename -- "$am_mf" ||
15892 $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
15893 X"$am_mf" : 'X\(//\)$' \| \
15894 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
15895 printf "%s\n" X/"$am_mf" |
15896 sed '/^.*\/\([^/][^/]*\)\/*$/{
1541915897 s//\1/
1542015898 q
1542115899 }
15422 /^X\(\/\/\)[^/].*/{
15900 /^X\/\(\/\/\)$/{
1542315901 s//\1/
1542415902 q
1542515903 }
15426 /^X\(\/\/\)$/{
15427 s//\1/
15428 q
15429 }
15430 /^X\(\/\).*/{
15904 /^X\/\(\/\).*/{
1543115905 s//\1/
1543215906 q
1543315907 }
1543415908 s/.*/./; q'`
15435 as_dir=$dirpart/$fdir; as_fn_mkdir_p
15436 # echo "creating $dirpart/$file"
15437 echo '# dummy' > "$dirpart/$file"
15438 done
15909 { echo "$as_me:$LINENO: cd "$am_dirpart" \
15910 && sed -e '/# am--include-marker/d' "$am_filepart" \
15911 | $MAKE -f - am--depfiles" >&5
15912 (cd "$am_dirpart" \
15913 && sed -e '/# am--include-marker/d' "$am_filepart" \
15914 | $MAKE -f - am--depfiles) >&5 2>&5
15915 ac_status=$?
15916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15917 (exit $ac_status); } || am_rc=$?
1543915918 done
15919 if test $am_rc -ne 0; then
15920 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15921 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
15922 as_fn_error $? "Something went wrong bootstrapping makefile fragments
15923 for automatic dependency tracking. If GNU make was not used, consider
15924 re-running the configure script with MAKE=\"gmake\" (or whatever is
15925 necessary). You can also try re-running configure with the
15926 '--disable-dependency-tracking' option to at least be able to build
15927 the package (albeit without support for automatic dependency tracking).
15928 See \`config.log' for more details" "$LINENO" 5; }
15929 fi
15930 { am_dirpart=; unset am_dirpart;}
15931 { am_filepart=; unset am_filepart;}
15932 { am_mf=; unset am_mf;}
15933 { am_rc=; unset am_rc;}
15934 rm -f conftest-deps.mk
1544015935 }
1544115936 ;;
1544215937 "libtool":C)
1545415949 cat <<_LT_EOF >> "$cfgfile"
1545515950 #! $SHELL
1545615951 # Generated automatically by $as_me ($PACKAGE) $VERSION
15457 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1545815952 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1545915953
1546015954 # Provide generalized library-building support services.
1596716461 esac
1596816462
1596916463
16464
1597016465 ltmain=$ac_aux_dir/ltmain.sh
1597116466
1597216467
1601616511 $ac_cs_success || as_fn_exit 1
1601716512 fi
1601816513 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16019 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16020 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16021 fi
16022
16514 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16515 printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16516 fi
16517
16518
0 # Makefile.in generated by automake 1.15 from Makefile.am.
0 # Makefile.in generated by automake 1.16.5 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
163163 CC = @CC@
164164 CCDEPMODE = @CCDEPMODE@
165165 CFLAGS = @CFLAGS@
166 CPP = @CPP@
167166 CPPFLAGS = @CPPFLAGS@
167 CSCOPE = @CSCOPE@
168 CTAGS = @CTAGS@
168169 CYGPATH_W = @CYGPATH_W@
169170 DBUSGLIB1_CFLAGS = @DBUSGLIB1_CFLAGS@
170171 DBUSGLIB1_LIBS = @DBUSGLIB1_LIBS@
178179 ECHO_T = @ECHO_T@
179180 EGREP = @EGREP@
180181 ENABLE_LIBNOTIFY = @ENABLE_LIBNOTIFY@
182 ETAGS = @ETAGS@
181183 EXEEXT = @EXEEXT@
182184 FGREP = @FGREP@
183185 GLIB2_CFLAGS = @GLIB2_CFLAGS@
315317 *config.status*) \
316318 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
317319 *) \
318 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
319 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
320 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
321 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
320322 esac;
321323
322324 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
362364
363365 cscope cscopelist:
364366
365
366 distdir: $(DISTFILES)
367 distdir: $(BUILT_SOURCES)
368 $(MAKE) $(AM_MAKEFLAGS) distdir-am
369
370 distdir-am: $(DISTFILES)
367371 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
368372 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
369373 list='$(DISTFILES)'; \
0 growl-for-linux (0.8.5+git20161019.1.49f63fc-1) UNRELEASED; urgency=low
1
2 * New upstream snapshot.
3
4 -- Debian Janitor <janitor@jelmer.uk> Wed, 10 Nov 2021 23:35:55 -0000
5
06 growl-for-linux (0.8.5-8) unstable; urgency=medium
17
28 [ Debian Janitor ]
00 #! /bin/sh
11 # depcomp - compile a program generating dependencies as side-effects
22
3 scriptversion=2013-05-30.07; # UTC
4
5 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
3 scriptversion=2018-03-07.03; # UTC
4
5 # Copyright (C) 1999-2021 Free Software Foundation, Inc.
66
77 # This program is free software; you can redistribute it and/or modify
88 # it under the terms of the GNU General Public License as published by
1515 # GNU General Public License for more details.
1616
1717 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 # along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
2020 # As a special exception to the GNU General Public License, if you
2121 # distribute this file as part of a program that contains a
782782 # Local Variables:
783783 # mode: shell-script
784784 # sh-indentation: 2
785 # eval: (add-hook 'write-file-hooks 'time-stamp)
785 # eval: (add-hook 'before-save-hook 'time-stamp)
786786 # time-stamp-start: "scriptversion="
787787 # time-stamp-format: "%:y-%02m-%02d.%02H"
788 # time-stamp-time-zone: "UTC"
788 # time-stamp-time-zone: "UTC0"
789789 # time-stamp-end: "; # UTC"
790790 # End:
0 # Makefile.in generated by automake 1.15 from Makefile.am.
0 # Makefile.in generated by automake 1.16.5 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
154154 am__v_at_1 =
155155 DEFAULT_INCLUDES = -I.@am__isrc@
156156 depcomp = $(SHELL) $(top_srcdir)/depcomp
157 am__depfiles_maybe = depfiles
157 am__maybe_remake_depfiles = depfiles
158 am__depfiles_remade = ./$(DEPDIR)/libballoon_la-balloon.Plo
158159 am__mv = mv -f
159160 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
160161 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
198199 unique=`for i in $$list; do \
199200 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200201 done | $(am__uniquify_input)`
201 ETAGS = etags
202 CTAGS = ctags
203202 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
204203 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
205204 ACLOCAL = @ACLOCAL@
215214 CC = @CC@
216215 CCDEPMODE = @CCDEPMODE@
217216 CFLAGS = @CFLAGS@
218 CPP = @CPP@
219217 CPPFLAGS = @CPPFLAGS@
218 CSCOPE = @CSCOPE@
219 CTAGS = @CTAGS@
220220 CYGPATH_W = @CYGPATH_W@
221221 DBUSGLIB1_CFLAGS = @DBUSGLIB1_CFLAGS@
222222 DBUSGLIB1_LIBS = @DBUSGLIB1_LIBS@
230230 ECHO_T = @ECHO_T@
231231 EGREP = @EGREP@
232232 ENABLE_LIBNOTIFY = @ENABLE_LIBNOTIFY@
233 ETAGS = @ETAGS@
233234 EXEEXT = @EXEEXT@
234235 FGREP = @FGREP@
235236 GLIB2_CFLAGS = @GLIB2_CFLAGS@
372373 *config.status*) \
373374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
374375 *) \
375 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
376 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
376 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
377 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
377378 esac;
378379
379380 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
429430 distclean-compile:
430431 -rm -f *.tab.c
431432
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libballoon_la-balloon.Plo@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libballoon_la-balloon.Plo@am__quote@ # am--include-marker
434
435 $(am__depfiles_remade):
436 @$(MKDIR_P) $(@D)
437 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
438
439 am--depfiles: $(am__depfiles_remade)
433440
434441 .c.o:
435442 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
516523
517524 distclean-tags:
518525 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
519
520 distdir: $(DISTFILES)
526 distdir: $(BUILT_SOURCES)
527 $(MAKE) $(AM_MAKEFLAGS) distdir-am
528
529 distdir-am: $(DISTFILES)
521530 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522531 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
523532 list='$(DISTFILES)'; \
590599 mostlyclean-am
591600
592601 distclean: distclean-am
593 -rm -rf ./$(DEPDIR)
602 -rm -f ./$(DEPDIR)/libballoon_la-balloon.Plo
594603 -rm -f Makefile
595604 distclean-am: clean-am distclean-compile distclean-generic \
596605 distclean-tags
636645 installcheck-am:
637646
638647 maintainer-clean: maintainer-clean-am
639 -rm -rf ./$(DEPDIR)
648 -rm -f ./$(DEPDIR)/libballoon_la-balloon.Plo
640649 -rm -f Makefile
641650 maintainer-clean-am: distclean-am maintainer-clean-generic
642651
657666
658667 .MAKE: install-am install-strip
659668
660 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
669 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
661670 clean-displayLTLIBRARIES clean-generic clean-libtool \
662671 cscopelist-am ctags ctags-am distclean distclean-compile \
663672 distclean-generic distclean-libtool distclean-tags distdir dvi \
0 # Makefile.in generated by automake 1.15 from Makefile.am.
0 # Makefile.in generated by automake 1.16.5 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
154154 am__v_at_1 =
155155 DEFAULT_INCLUDES = -I.@am__isrc@
156156 depcomp = $(SHELL) $(top_srcdir)/depcomp
157 am__depfiles_maybe = depfiles
157 am__maybe_remake_depfiles = depfiles
158 am__depfiles_remade = ./$(DEPDIR)/libfog_la-fog.Plo
158159 am__mv = mv -f
159160 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
160161 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
198199 unique=`for i in $$list; do \
199200 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200201 done | $(am__uniquify_input)`
201 ETAGS = etags
202 CTAGS = ctags
203202 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
204203 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
205204 ACLOCAL = @ACLOCAL@
215214 CC = @CC@
216215 CCDEPMODE = @CCDEPMODE@
217216 CFLAGS = @CFLAGS@
218 CPP = @CPP@
219217 CPPFLAGS = @CPPFLAGS@
218 CSCOPE = @CSCOPE@
219 CTAGS = @CTAGS@
220220 CYGPATH_W = @CYGPATH_W@
221221 DBUSGLIB1_CFLAGS = @DBUSGLIB1_CFLAGS@
222222 DBUSGLIB1_LIBS = @DBUSGLIB1_LIBS@
230230 ECHO_T = @ECHO_T@
231231 EGREP = @EGREP@
232232 ENABLE_LIBNOTIFY = @ENABLE_LIBNOTIFY@
233 ETAGS = @ETAGS@
233234 EXEEXT = @EXEEXT@
234235 FGREP = @FGREP@
235236 GLIB2_CFLAGS = @GLIB2_CFLAGS@
372373 *config.status*) \
373374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
374375 *) \
375 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
376 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
376 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
377 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
377378 esac;
378379
379380 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
429430 distclean-compile:
430431 -rm -f *.tab.c
431432
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfog_la-fog.Plo@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfog_la-fog.Plo@am__quote@ # am--include-marker
434
435 $(am__depfiles_remade):
436 @$(MKDIR_P) $(@D)
437 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
438
439 am--depfiles: $(am__depfiles_remade)
433440
434441 .c.o:
435442 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
516523
517524 distclean-tags:
518525 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
519
520 distdir: $(DISTFILES)
526 distdir: $(BUILT_SOURCES)
527 $(MAKE) $(AM_MAKEFLAGS) distdir-am
528
529 distdir-am: $(DISTFILES)
521530 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522531 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
523532 list='$(DISTFILES)'; \
590599 mostlyclean-am
591600
592601 distclean: distclean-am
593 -rm -rf ./$(DEPDIR)
602 -rm -f ./$(DEPDIR)/libfog_la-fog.Plo
594603 -rm -f Makefile
595604 distclean-am: clean-am distclean-compile distclean-generic \
596605 distclean-tags
636645 installcheck-am:
637646
638647 maintainer-clean: maintainer-clean-am
639 -rm -rf ./$(DEPDIR)
648 -rm -f ./$(DEPDIR)/libfog_la-fog.Plo
640649 -rm -f Makefile
641650 maintainer-clean-am: distclean-am maintainer-clean-generic
642651
657666
658667 .MAKE: install-am install-strip
659668
660 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
669 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
661670 clean-displayLTLIBRARIES clean-generic clean-libtool \
662671 cscopelist-am ctags ctags-am distclean distclean-compile \
663672 distclean-generic distclean-libtool distclean-tags distdir dvi \
0 # Makefile.in generated by automake 1.15 from Makefile.am.
0 # Makefile.in generated by automake 1.16.5 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
155155 am__v_at_1 =
156156 DEFAULT_INCLUDES = -I.@am__isrc@
157157 depcomp = $(SHELL) $(top_srcdir)/depcomp
158 am__depfiles_maybe = depfiles
158 am__maybe_remake_depfiles = depfiles
159 am__depfiles_remade = ./$(DEPDIR)/libnotify_gol_la-notify.Plo
159160 am__mv = mv -f
160161 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
161162 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
199200 unique=`for i in $$list; do \
200201 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
201202 done | $(am__uniquify_input)`
202 ETAGS = etags
203 CTAGS = ctags
204203 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
205204 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
206205 ACLOCAL = @ACLOCAL@
216215 CC = @CC@
217216 CCDEPMODE = @CCDEPMODE@
218217 CFLAGS = @CFLAGS@
219 CPP = @CPP@
220218 CPPFLAGS = @CPPFLAGS@
219 CSCOPE = @CSCOPE@
220 CTAGS = @CTAGS@
221221 CYGPATH_W = @CYGPATH_W@
222222 DBUSGLIB1_CFLAGS = @DBUSGLIB1_CFLAGS@
223223 DBUSGLIB1_LIBS = @DBUSGLIB1_LIBS@
231231 ECHO_T = @ECHO_T@
232232 EGREP = @EGREP@
233233 ENABLE_LIBNOTIFY = @ENABLE_LIBNOTIFY@
234 ETAGS = @ETAGS@
234235 EXEEXT = @EXEEXT@
235236 FGREP = @FGREP@
236237 GLIB2_CFLAGS = @GLIB2_CFLAGS@
372373 *config.status*) \
373374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
374375 *) \
375 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
376 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
376 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
377 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
377378 esac;
378379
379380 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
429430 distclean-compile:
430431 -rm -f *.tab.c
431432
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnotify_gol_la-notify.Plo@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnotify_gol_la-notify.Plo@am__quote@ # am--include-marker
434
435 $(am__depfiles_remade):
436 @$(MKDIR_P) $(@D)
437 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
438
439 am--depfiles: $(am__depfiles_remade)
433440
434441 .c.o:
435442 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
516523
517524 distclean-tags:
518525 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
519
520 distdir: $(DISTFILES)
526 distdir: $(BUILT_SOURCES)
527 $(MAKE) $(AM_MAKEFLAGS) distdir-am
528
529 distdir-am: $(DISTFILES)
521530 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522531 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
523532 list='$(DISTFILES)'; \
590599 mostlyclean-am
591600
592601 distclean: distclean-am
593 -rm -rf ./$(DEPDIR)
602 -rm -f ./$(DEPDIR)/libnotify_gol_la-notify.Plo
594603 -rm -f Makefile
595604 distclean-am: clean-am distclean-compile distclean-generic \
596605 distclean-tags
636645 installcheck-am:
637646
638647 maintainer-clean: maintainer-clean-am
639 -rm -rf ./$(DEPDIR)
648 -rm -f ./$(DEPDIR)/libnotify_gol_la-notify.Plo
640649 -rm -f Makefile
641650 maintainer-clean-am: distclean-am maintainer-clean-generic
642651
657666
658667 .MAKE: install-am install-strip
659668
660 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
669 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
661670 clean-displayLTLIBRARIES clean-generic clean-libtool \
662671 cscopelist-am ctags ctags-am distclean distclean-compile \
663672 distclean-generic distclean-libtool distclean-tags distdir dvi \
0 # Makefile.in generated by automake 1.15 from Makefile.am.
0 # Makefile.in generated by automake 1.16.5 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
154154 am__v_at_1 =
155155 DEFAULT_INCLUDES = -I.@am__isrc@
156156 depcomp = $(SHELL) $(top_srcdir)/depcomp
157 am__depfiles_maybe = depfiles
157 am__maybe_remake_depfiles = depfiles
158 am__depfiles_remade = ./$(DEPDIR)/libnico2_la-nico2.Plo
158159 am__mv = mv -f
159160 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
160161 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
198199 unique=`for i in $$list; do \
199200 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200201 done | $(am__uniquify_input)`
201 ETAGS = etags
202 CTAGS = ctags
203202 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
204203 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
205204 ACLOCAL = @ACLOCAL@
215214 CC = @CC@
216215 CCDEPMODE = @CCDEPMODE@
217216 CFLAGS = @CFLAGS@
218 CPP = @CPP@
219217 CPPFLAGS = @CPPFLAGS@
218 CSCOPE = @CSCOPE@
219 CTAGS = @CTAGS@
220220 CYGPATH_W = @CYGPATH_W@
221221 DBUSGLIB1_CFLAGS = @DBUSGLIB1_CFLAGS@
222222 DBUSGLIB1_LIBS = @DBUSGLIB1_LIBS@
230230 ECHO_T = @ECHO_T@
231231 EGREP = @EGREP@
232232 ENABLE_LIBNOTIFY = @ENABLE_LIBNOTIFY@
233 ETAGS = @ETAGS@
233234 EXEEXT = @EXEEXT@
234235 FGREP = @FGREP@
235236 GLIB2_CFLAGS = @GLIB2_CFLAGS@
372373 *config.status*) \
373374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
374375 *) \
375 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
376 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
376 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
377 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
377378 esac;
378379
379380 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
429430 distclean-compile:
430431 -rm -f *.tab.c
431432
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnico2_la-nico2.Plo@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnico2_la-nico2.Plo@am__quote@ # am--include-marker
434
435 $(am__depfiles_remade):
436 @$(MKDIR_P) $(@D)
437 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
438
439 am--depfiles: $(am__depfiles_remade)
433440
434441 .c.o:
435442 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
516523
517524 distclean-tags:
518525 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
519
520 distdir: $(DISTFILES)
526 distdir: $(BUILT_SOURCES)
527 $(MAKE) $(AM_MAKEFLAGS) distdir-am
528
529 distdir-am: $(DISTFILES)
521530 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522531 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
523532 list='$(DISTFILES)'; \
590599 mostlyclean-am
591600
592601 distclean: distclean-am
593 -rm -rf ./$(DEPDIR)
602 -rm -f ./$(DEPDIR)/libnico2_la-nico2.Plo
594603 -rm -f Makefile
595604 distclean-am: clean-am distclean-compile distclean-generic \
596605 distclean-tags
636645 installcheck-am:
637646
638647 maintainer-clean: maintainer-clean-am
639 -rm -rf ./$(DEPDIR)
648 -rm -f ./$(DEPDIR)/libnico2_la-nico2.Plo
640649 -rm -f Makefile
641650 maintainer-clean-am: distclean-am maintainer-clean-generic
642651
657666
658667 .MAKE: install-am install-strip
659668
660 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
669 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
661670 clean-displayLTLIBRARIES clean-generic clean-libtool \
662671 cscopelist-am ctags ctags-am distclean distclean-compile \
663672 distclean-generic distclean-libtool distclean-tags distdir dvi \
00 #!/bin/sh
11 # install - install a program, script, or datafile
22
3 scriptversion=2014-09-12.12; # UTC
3 scriptversion=2020-11-14.01; # UTC
44
55 # This originates from X11R5 (mit/util/scripts/install.sh), which was
66 # later released in X11R6 (xc/config/util/install.sh) with the
6868 # Desired mode of installed file.
6969 mode=0755
7070
71 # Create dirs (including intermediate dirs) using mode 755.
72 # This is like GNU 'install' as of coreutils 8.32 (2020).
73 mkdir_umask=22
74
75 backupsuffix=
7176 chgrpcmd=
7277 chmodcmd=$chmodprog
7378 chowncmd=
98103 --version display version info and exit.
99104
100105 -c (ignored)
101 -C install only if different (preserve the last data modification time)
106 -C install only if different (preserve data modification time)
102107 -d create directories instead of installing files.
103108 -g GROUP $chgrpprog installed files to GROUP.
104109 -m MODE $chmodprog installed files to MODE.
105110 -o USER $chownprog installed files to USER.
111 -p pass -p to $cpprog.
106112 -s $stripprog installed files.
113 -S SUFFIX attempt to back up existing files, with suffix SUFFIX.
107114 -t DIRECTORY install into DIRECTORY.
108115 -T report an error if DSTFILE is a directory.
109116
110117 Environment variables override the default commands:
111118 CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
112119 RMPROG STRIPPROG
120
121 By default, rm is invoked with -f; when overridden with RMPROG,
122 it's up to you to specify -f if you want it.
123
124 If -S is not specified, no backups are attempted.
125
126 Email bug reports to bug-automake@gnu.org.
127 Automake home page: https://www.gnu.org/software/automake/
113128 "
114129
115130 while test $# -ne 0; do
136151 -o) chowncmd="$chownprog $2"
137152 shift;;
138153
154 -p) cpprog="$cpprog -p";;
155
139156 -s) stripcmd=$stripprog;;
157
158 -S) backupsuffix="$2"
159 shift;;
140160
141161 -t)
142162 is_target_a_directory=always
254274 dstdir=$dst
255275 test -d "$dstdir"
256276 dstdir_status=$?
277 # Don't chown directories that already exist.
278 if test $dstdir_status = 0; then
279 chowncmd=""
280 fi
257281 else
258282
259283 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
270294 fi
271295 dst=$dst_arg
272296
273 # If destination is a directory, append the input filename; won't work
274 # if double slashes aren't ignored.
297 # If destination is a directory, append the input filename.
275298 if test -d "$dst"; then
276299 if test "$is_target_a_directory" = never; then
277300 echo "$0: $dst_arg: Is a directory" >&2
278301 exit 1
279302 fi
280303 dstdir=$dst
281 dst=$dstdir/`basename "$src"`
304 dstbase=`basename "$src"`
305 case $dst in
306 */) dst=$dst$dstbase;;
307 *) dst=$dst/$dstbase;;
308 esac
282309 dstdir_status=0
283310 else
284311 dstdir=`dirname "$dst"`
287314 fi
288315 fi
289316
317 case $dstdir in
318 */) dstdirslash=$dstdir;;
319 *) dstdirslash=$dstdir/;;
320 esac
321
290322 obsolete_mkdir_used=false
291323
292324 if test $dstdir_status != 0; then
293325 case $posix_mkdir in
294326 '')
295 # Create intermediate dirs using mode 755 as modified by the umask.
296 # This is like FreeBSD 'install' as of 1997-10-28.
297 umask=`umask`
298 case $stripcmd.$umask in
299 # Optimize common cases.
300 *[2367][2367]) mkdir_umask=$umask;;
301 .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
302
303 *[0-7])
304 mkdir_umask=`expr $umask + 22 \
305 - $umask % 100 % 40 + $umask % 20 \
306 - $umask % 10 % 4 + $umask % 2
307 `;;
308 *) mkdir_umask=$umask,go-w;;
309 esac
310
311327 # With -d, create the new directory with the user-specified mode.
312328 # Otherwise, rely on $mkdir_umask.
313329 if test -n "$dir_arg"; then
317333 fi
318334
319335 posix_mkdir=false
320 case $umask in
321 *[123567][0-7][0-7])
322 # POSIX mkdir -p sets u+wx bits regardless of umask, which
323 # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
324 ;;
325 *)
326 # $RANDOM is not portable (e.g. dash); use it when possible to
327 # lower collision chance
328 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
329 trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0
330
331 # As "mkdir -p" follows symlinks and we work in /tmp possibly; so
332 # create the $tmpdir first (and fail if unsuccessful) to make sure
333 # that nobody tries to guess the $tmpdir name.
334 if (umask $mkdir_umask &&
335 $mkdirprog $mkdir_mode "$tmpdir" &&
336 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
337 then
338 if test -z "$dir_arg" || {
339 # Check for POSIX incompatibilities with -m.
340 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
341 # other-writable bit of parent directory when it shouldn't.
342 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
343 test_tmpdir="$tmpdir/a"
344 ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
345 case $ls_ld_tmpdir in
346 d????-?r-*) different_mode=700;;
347 d????-?--*) different_mode=755;;
348 *) false;;
349 esac &&
350 $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
351 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
352 test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
353 }
354 }
355 then posix_mkdir=:
356 fi
357 rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
358 else
359 # Remove any dirs left behind by ancient mkdir implementations.
360 rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
361 fi
362 trap '' 0;;
363 esac;;
336 # The $RANDOM variable is not portable (e.g., dash). Use it
337 # here however when possible just to lower collision chance.
338 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
339
340 trap '
341 ret=$?
342 rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null
343 exit $ret
344 ' 0
345
346 # Because "mkdir -p" follows existing symlinks and we likely work
347 # directly in world-writeable /tmp, make sure that the '$tmpdir'
348 # directory is successfully created first before we actually test
349 # 'mkdir -p'.
350 if (umask $mkdir_umask &&
351 $mkdirprog $mkdir_mode "$tmpdir" &&
352 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
353 then
354 if test -z "$dir_arg" || {
355 # Check for POSIX incompatibilities with -m.
356 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
357 # other-writable bit of parent directory when it shouldn't.
358 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
359 test_tmpdir="$tmpdir/a"
360 ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
361 case $ls_ld_tmpdir in
362 d????-?r-*) different_mode=700;;
363 d????-?--*) different_mode=755;;
364 *) false;;
365 esac &&
366 $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
367 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
368 test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
369 }
370 }
371 then posix_mkdir=:
372 fi
373 rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
374 else
375 # Remove any dirs left behind by ancient mkdir implementations.
376 rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
377 fi
378 trap '' 0;;
364379 esac
365380
366381 if
371386 then :
372387 else
373388
374 # The umask is ridiculous, or mkdir does not conform to POSIX,
389 # mkdir does not conform to POSIX,
375390 # or it failed possibly due to a race condition. Create the
376391 # directory the slow way, step by step, checking for races as we go.
377392
400415 prefixes=
401416 else
402417 if $posix_mkdir; then
403 (umask=$mkdir_umask &&
418 (umask $mkdir_umask &&
404419 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
405420 # Don't fail if two instances are running concurrently.
406421 test -d "$prefix" || exit 1
433448 else
434449
435450 # Make a couple of temp file names in the proper directory.
436 dsttmp=$dstdir/_inst.$$_
437 rmtmp=$dstdir/_rm.$$_
451 dsttmp=${dstdirslash}_inst.$$_
452 rmtmp=${dstdirslash}_rm.$$_
438453
439454 # Trap to clean up those temp files at exit.
440455 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
441456
442457 # Copy the file name to the temp name.
443 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
458 (umask $cp_umask &&
459 { test -z "$stripcmd" || {
460 # Create $dsttmp read-write so that cp doesn't create it read-only,
461 # which would cause strip to fail.
462 if test -z "$doit"; then
463 : >"$dsttmp" # No need to fork-exec 'touch'.
464 else
465 $doit touch "$dsttmp"
466 fi
467 }
468 } &&
469 $doit_exec $cpprog "$src" "$dsttmp") &&
444470
445471 # and set any options; do chmod last to preserve setuid bits.
446472 #
466492 then
467493 rm -f "$dsttmp"
468494 else
495 # If $backupsuffix is set, and the file being installed
496 # already exists, attempt a backup. Don't worry if it fails,
497 # e.g., if mv doesn't support -f.
498 if test -n "$backupsuffix" && test -f "$dst"; then
499 $doit $mvcmd -f "$dst" "$dst$backupsuffix" 2>/dev/null
500 fi
501
469502 # Rename the file to the real destination.
470503 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
471504
480513 # file should still install successfully.
481514 {
482515 test ! -f "$dst" ||
483 $doit $rmcmd -f "$dst" 2>/dev/null ||
516 $doit $rmcmd "$dst" 2>/dev/null ||
484517 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
485 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
518 { $doit $rmcmd "$rmtmp" 2>/dev/null; :; }
486519 } ||
487520 { echo "$0: cannot unlink or rename $dst" >&2
488521 (exit 1); exit 1
499532 done
500533
501534 # Local variables:
502 # eval: (add-hook 'write-file-hooks 'time-stamp)
535 # eval: (add-hook 'before-save-hook 'time-stamp)
503536 # time-stamp-start: "scriptversion="
504537 # time-stamp-format: "%:y-%02m-%02d.%02H"
505 # time-stamp-time-zone: "UTC"
538 # time-stamp-time-zone: "UTC0"
506539 # time-stamp-end: "; # UTC"
507540 # End:
3030
3131 PROGRAM=libtool
3232 PACKAGE=libtool
33 VERSION="2.4.6 Debian-2.4.6-0.1"
33 VERSION="2.4.6 Debian-2.4.6-15"
3434 package_revision=2.4.6
3535
3636
386386 # putting '$debug_cmd' at the start of all your functions, you can get
387387 # bash to show function call trace with:
388388 #
389 # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
389 # debug_cmd='echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
390390 debug_cmd=${debug_cmd-":"}
391391 exit_cmd=:
392392
13691369 #! /bin/sh
13701370
13711371 # Set a version string for this script.
1372 scriptversion=2014-01-07.03; # UTC
1372 scriptversion=2015-10-07.11; # UTC
13731373
13741374 # A portable, pluggable option parser for Bourne shell.
13751375 # Written by Gary V. Vaughan, 2010
15291529 {
15301530 $debug_cmd
15311531
1532 _G_rc_run_hooks=false
1533
15321534 case " $hookable_fns " in
15331535 *" $1 "*) ;;
15341536 *) func_fatal_error "'$1' does not support hook funcions.n" ;;
15371539 eval _G_hook_fns=\$$1_hooks; shift
15381540
15391541 for _G_hook in $_G_hook_fns; do
1540 eval $_G_hook '"$@"'
1541
1542 # store returned options list back into positional
1543 # parameters for next 'cmd' execution.
1544 eval _G_hook_result=\$${_G_hook}_result
1545 eval set dummy "$_G_hook_result"; shift
1542 if eval $_G_hook '"$@"'; then
1543 # store returned options list back into positional
1544 # parameters for next 'cmd' execution.
1545 eval _G_hook_result=\$${_G_hook}_result
1546 eval set dummy "$_G_hook_result"; shift
1547 _G_rc_run_hooks=:
1548 fi
15461549 done
15471550
1548 func_quote_for_eval ${1+"$@"}
1549 func_run_hooks_result=$func_quote_for_eval_result
1551 $_G_rc_run_hooks && func_run_hooks_result=$_G_hook_result
15501552 }
15511553
15521554
15561558 ## --------------- ##
15571559
15581560 # In order to add your own option parsing hooks, you must accept the
1559 # full positional parameter list in your hook function, remove any
1560 # options that you action, and then pass back the remaining unprocessed
1561 # full positional parameter list in your hook function, you may remove/edit
1562 # any options that you action, and then pass back the remaining unprocessed
15611563 # options in '<hooked_function_name>_result', escaped suitably for
1562 # 'eval'. Like this:
1564 # 'eval'. In this case you also must return $EXIT_SUCCESS to let the
1565 # hook's caller know that it should pay attention to
1566 # '<hooked_function_name>_result'. Returning $EXIT_FAILURE signalizes that
1567 # arguments are left untouched by the hook and therefore caller will ignore the
1568 # result variable.
1569 #
1570 # Like this:
15631571 #
15641572 # my_options_prep ()
15651573 # {
15691577 # usage_message=$usage_message'
15701578 # -s, --silent don'\''t print informational messages
15711579 # '
1572 #
1573 # func_quote_for_eval ${1+"$@"}
1574 # my_options_prep_result=$func_quote_for_eval_result
1580 # # No change in '$@' (ignored completely by this hook). There is
1581 # # no need to do the equivalent (but slower) action:
1582 # # func_quote_for_eval ${1+"$@"}
1583 # # my_options_prep_result=$func_quote_for_eval_result
1584 # false
15751585 # }
15761586 # func_add_hook func_options_prep my_options_prep
15771587 #
15801590 # {
15811591 # $debug_cmd
15821592 #
1593 # args_changed=false
1594 #
15831595 # # Note that for efficiency, we parse as many options as we can
15841596 # # recognise in a loop before passing the remainder back to the
15851597 # # caller on the first unrecognised argument we encounter.
15861598 # while test $# -gt 0; do
15871599 # opt=$1; shift
15881600 # case $opt in
1589 # --silent|-s) opt_silent=: ;;
1601 # --silent|-s) opt_silent=:
1602 # args_changed=:
1603 # ;;
15901604 # # Separate non-argument short options:
15911605 # -s*) func_split_short_opt "$_G_opt"
15921606 # set dummy "$func_split_short_opt_name" \
15931607 # "-$func_split_short_opt_arg" ${1+"$@"}
15941608 # shift
1609 # args_changed=:
15951610 # ;;
1596 # *) set dummy "$_G_opt" "$*"; shift; break ;;
1611 # *) # Make sure the first unrecognised option "$_G_opt"
1612 # # is added back to "$@", we could need that later
1613 # # if $args_changed is true.
1614 # set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
15971615 # esac
15981616 # done
15991617 #
1600 # func_quote_for_eval ${1+"$@"}
1601 # my_silent_option_result=$func_quote_for_eval_result
1618 # if $args_changed; then
1619 # func_quote_for_eval ${1+"$@"}
1620 # my_silent_option_result=$func_quote_for_eval_result
1621 # fi
1622 #
1623 # $args_changed
16021624 # }
16031625 # func_add_hook func_parse_options my_silent_option
16041626 #
16101632 # $opt_silent && $opt_verbose && func_fatal_help "\
16111633 # '--silent' and '--verbose' options are mutually exclusive."
16121634 #
1613 # func_quote_for_eval ${1+"$@"}
1614 # my_option_validation_result=$func_quote_for_eval_result
1635 # false
16151636 # }
16161637 # func_add_hook func_validate_options my_option_validation
16171638 #
1618 # You'll alse need to manually amend $usage_message to reflect the extra
1639 # You'll also need to manually amend $usage_message to reflect the extra
16191640 # options you parse. It's preferable to append if you can, so that
16201641 # multiple option parsing hooks can be added safely.
1642
1643
1644 # func_options_finish [ARG]...
1645 # ----------------------------
1646 # Finishing the option parse loop (call 'func_options' hooks ATM).
1647 func_options_finish ()
1648 {
1649 $debug_cmd
1650
1651 _G_func_options_finish_exit=false
1652 if func_run_hooks func_options ${1+"$@"}; then
1653 func_options_finish_result=$func_run_hooks_result
1654 _G_func_options_finish_exit=:
1655 fi
1656
1657 $_G_func_options_finish_exit
1658 }
16211659
16221660
16231661 # func_options [ARG]...
16291667 {
16301668 $debug_cmd
16311669
1632 func_options_prep ${1+"$@"}
1633 eval func_parse_options \
1634 ${func_options_prep_result+"$func_options_prep_result"}
1635 eval func_validate_options \
1636 ${func_parse_options_result+"$func_parse_options_result"}
1637
1638 eval func_run_hooks func_options \
1639 ${func_validate_options_result+"$func_validate_options_result"}
1640
1641 # save modified positional parameters for caller
1642 func_options_result=$func_run_hooks_result
1670 _G_rc_options=false
1671
1672 for my_func in options_prep parse_options validate_options options_finish
1673 do
1674 if eval func_$my_func '${1+"$@"}'; then
1675 eval _G_res_var='$'"func_${my_func}_result"
1676 eval set dummy "$_G_res_var" ; shift
1677 _G_rc_options=:
1678 fi
1679 done
1680
1681 # Save modified positional parameters for caller. As a top-level
1682 # options-parser function we always need to set the 'func_options_result'
1683 # variable (regardless the $_G_rc_options value).
1684 if $_G_rc_options; then
1685 func_options_result=$_G_res_var
1686 else
1687 func_quote_for_eval ${1+"$@"}
1688 func_options_result=$func_quote_for_eval_result
1689 fi
1690
1691 $_G_rc_options
16431692 }
16441693
16451694
16481697 # All initialisations required before starting the option parse loop.
16491698 # Note that when calling hook functions, we pass through the list of
16501699 # positional parameters. If a hook function modifies that list, and
1651 # needs to propogate that back to rest of this script, then the complete
1700 # needs to propagate that back to rest of this script, then the complete
16521701 # modified list must be put in 'func_run_hooks_result' before
1653 # returning.
1702 # returning $EXIT_SUCCESS (otherwise $EXIT_FAILURE is returned).
16541703 func_hookable func_options_prep
16551704 func_options_prep ()
16561705 {
16601709 opt_verbose=false
16611710 opt_warning_types=
16621711
1663 func_run_hooks func_options_prep ${1+"$@"}
1664
1665 # save modified positional parameters for caller
1666 func_options_prep_result=$func_run_hooks_result
1712 _G_rc_options_prep=false
1713 if func_run_hooks func_options_prep ${1+"$@"}; then
1714 _G_rc_options_prep=:
1715 # save modified positional parameters for caller
1716 func_options_prep_result=$func_run_hooks_result
1717 fi
1718
1719 $_G_rc_options_prep
16671720 }
16681721
16691722
16771730
16781731 func_parse_options_result=
16791732
1733 _G_rc_parse_options=false
16801734 # this just eases exit handling
16811735 while test $# -gt 0; do
16821736 # Defer to hook functions for initial option parsing, so they
16831737 # get priority in the event of reusing an option name.
1684 func_run_hooks func_parse_options ${1+"$@"}
1685
1686 # Adjust func_parse_options positional parameters to match
1687 eval set dummy "$func_run_hooks_result"; shift
1738 if func_run_hooks func_parse_options ${1+"$@"}; then
1739 eval set dummy "$func_run_hooks_result"; shift
1740 _G_rc_parse_options=:
1741 fi
16881742
16891743 # Break out of the loop if we already parsed every option.
16901744 test $# -gt 0 || break
16911745
1746 _G_match_parse_options=:
16921747 _G_opt=$1
16931748 shift
16941749 case $_G_opt in
17031758 ;;
17041759
17051760 --warnings|--warning|-W)
1706 test $# = 0 && func_missing_arg $_G_opt && break
1761 if test $# = 0 && func_missing_arg $_G_opt; then
1762 _G_rc_parse_options=:
1763 break
1764 fi
17071765 case " $warning_categories $1" in
17081766 *" $1 "*)
17091767 # trailing space prevents matching last $1 above
17561814 shift
17571815 ;;
17581816
1759 --) break ;;
1817 --) _G_rc_parse_options=: ; break ;;
17601818 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;;
1761 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
1819 *) set dummy "$_G_opt" ${1+"$@"}; shift
1820 _G_match_parse_options=false
1821 break
1822 ;;
17621823 esac
1824
1825 $_G_match_parse_options && _G_rc_parse_options=:
17631826 done
17641827
1765 # save modified positional parameters for caller
1766 func_quote_for_eval ${1+"$@"}
1767 func_parse_options_result=$func_quote_for_eval_result
1828
1829 if $_G_rc_parse_options; then
1830 # save modified positional parameters for caller
1831 func_quote_for_eval ${1+"$@"}
1832 func_parse_options_result=$func_quote_for_eval_result
1833 fi
1834
1835 $_G_rc_parse_options
17681836 }
17691837
17701838
17771845 {
17781846 $debug_cmd
17791847
1848 _G_rc_validate_options=false
1849
17801850 # Display all warnings if -W was not given.
17811851 test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
17821852
1783 func_run_hooks func_validate_options ${1+"$@"}
1853 if func_run_hooks func_validate_options ${1+"$@"}; then
1854 # save modified positional parameters for caller
1855 func_validate_options_result=$func_run_hooks_result
1856 _G_rc_validate_options=:
1857 fi
17841858
17851859 # Bail if the options were screwed!
17861860 $exit_cmd $EXIT_FAILURE
17871861
1788 # save modified positional parameters for caller
1789 func_validate_options_result=$func_run_hooks_result
1862 $_G_rc_validate_options
17901863 }
17911864
17921865
20672140 compiler: $LTCC
20682141 compiler flags: $LTCFLAGS
20692142 linker: $LD (gnu? $with_gnu_ld)
2070 version: $progname (GNU libtool) 2.4.6
2143 version: $progname $scriptversion Debian-2.4.6-15
20712144 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
20722145 autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
20732146
22692342 nonopt=
22702343 preserve_args=
22712344
2345 _G_rc_lt_options_prep=:
2346
22722347 # Shorthand for --mode=foo, only valid as the first argument
22732348 case $1 in
22742349 clean|clea|cle|cl)
22922367 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
22932368 shift; set dummy --mode uninstall ${1+"$@"}; shift
22942369 ;;
2370 *)
2371 _G_rc_lt_options_prep=false
2372 ;;
22952373 esac
22962374
2297 # Pass back the list of options.
2298 func_quote_for_eval ${1+"$@"}
2299 libtool_options_prep_result=$func_quote_for_eval_result
2375 if $_G_rc_lt_options_prep; then
2376 # Pass back the list of options.
2377 func_quote_for_eval ${1+"$@"}
2378 libtool_options_prep_result=$func_quote_for_eval_result
2379 fi
2380
2381 $_G_rc_lt_options_prep
23002382 }
23012383 func_add_hook func_options_prep libtool_options_prep
23022384
23082390 {
23092391 $debug_cmd
23102392
2393 _G_rc_lt_parse_options=false
2394
23112395 # Perform our own loop to consume as many options as possible in
23122396 # each iteration.
23132397 while test $# -gt 0; do
2398 _G_match_lt_parse_options=:
23142399 _G_opt=$1
23152400 shift
23162401 case $_G_opt in
23852470 func_append preserve_args " $_G_opt"
23862471 ;;
23872472
2388 # An option not handled by this hook function:
2389 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
2473 # An option not handled by this hook function:
2474 *) set dummy "$_G_opt" ${1+"$@"} ; shift
2475 _G_match_lt_parse_options=false
2476 break
2477 ;;
23902478 esac
2479 $_G_match_lt_parse_options && _G_rc_lt_parse_options=:
23912480 done
23922481
2393
2394 # save modified positional parameters for caller
2395 func_quote_for_eval ${1+"$@"}
2396 libtool_parse_options_result=$func_quote_for_eval_result
2482 if $_G_rc_lt_parse_options; then
2483 # save modified positional parameters for caller
2484 func_quote_for_eval ${1+"$@"}
2485 libtool_parse_options_result=$func_quote_for_eval_result
2486 fi
2487
2488 $_G_rc_lt_parse_options
23972489 }
23982490 func_add_hook func_parse_options libtool_parse_options
23992491
72747366 # -specs=* GCC specs files
72757367 # -stdlib=* select c++ std lib with clang
72767368 # -fsanitize=* Clang/GCC memory and address sanitizer
7369 # -fuse-ld=* Linker select flags for GCC
7370 # -static-* direct GCC to link specific libraries statically
7371 # -fcilkplus Cilk Plus language extension features for C/C++
72777372 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
72787373 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
72797374 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
7280 -specs=*|-fsanitize=*)
7375 -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus)
72817376 func_quote_for_eval "$arg"
72827377 arg=$func_quote_for_eval_result
72837378 func_append compile_command " $arg"
727727 cat <<_LT_EOF >> "$cfgfile"
728728 #! $SHELL
729729 # Generated automatically by $as_me ($PACKAGE) $VERSION
730 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
731730 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
732731
733732 # Provide generalized library-building support services.
10411040 _LT_EOF
10421041 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
10431042 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
1044 echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
1045 $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
1043 echo "$AR cr libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
1044 $AR cr libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
10461045 echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
10471046 $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
10481047 cat > conftest.c << _LT_EOF
10711070 # to the OS version, if on x86, and 10.4, the deployment
10721071 # target defaults to 10.4. Don't you love it?
10731072 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
1074 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
1073 10.0,*86*-darwin8*|10.0,*-darwin[[912]]*)
10751074 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
10761075 10.[[012]][[,.]]*)
10771076 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1078 10.*)
1077 10.*|11.*)
10791078 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
10801079 esac
10811080 ;;
14921491 m4_defun([_LT_PROG_AR],
14931492 [AC_CHECK_TOOLS(AR, [ar], false)
14941493 : ${AR=ar}
1495 : ${AR_FLAGS=cru}
1494 : ${AR_FLAGS=cr}
14961495 _LT_DECL([], [AR], [1], [The archiver])
14971496 _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
14981497
40634062 if AC_TRY_EVAL(ac_compile); then
40644063 # Now try to grab the symbols.
40654064 nlist=conftest.nm
4066 if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
4065 $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD
4066 if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then
40674067 # Try sorting and uniquifying the output.
40684068 if sort "$nlist" | uniq > "$nlist"T; then
40694069 mv -f "$nlist"T "$nlist"
47034703 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
47044704 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
47054705 ;;
4706 # flang / f18. f95 an alias for gfortran or flang on Debian
4707 flang* | f18* | f95*)
4708 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4709 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4710 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4711 ;;
47064712 # icc used to be incompatible with GCC.
47074713 # ICC 10 doesn't accept -KPIC any more.
47084714 icc* | ifort*)
64386444 # Commands to make compiler produce verbose output that lists
64396445 # what "hidden" libraries, object files and flags are used when
64406446 # linking a shared library.
6441 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
6447 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
64426448
64436449 else
64446450 GXX=no
68136819 # explicitly linking system object files so we need to strip them
68146820 # from the output so that they don't get included in the library
68156821 # dependencies.
6816 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6822 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
68176823 ;;
68186824 *)
68196825 if test yes = "$GXX"; then
68786884 # explicitly linking system object files so we need to strip them
68796885 # from the output so that they don't get included in the library
68806886 # dependencies.
6881 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6887 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
68826888 ;;
68836889 *)
68846890 if test yes = "$GXX"; then
72177223 # Commands to make compiler produce verbose output that lists
72187224 # what "hidden" libraries, object files and flags are used when
72197225 # linking a shared library.
7220 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7226 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
72217227
72227228 else
72237229 # FIXME: insert proper C++ library support
73017307 # Commands to make compiler produce verbose output that lists
73027308 # what "hidden" libraries, object files and flags are used when
73037309 # linking a shared library.
7304 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7310 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
73057311 else
73067312 # g++ 2.7 appears to require '-G' NOT '-shared' on this
73077313 # platform.
73127318 # Commands to make compiler produce verbose output that lists
73137319 # what "hidden" libraries, object files and flags are used when
73147320 # linking a shared library.
7315 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7321 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
73167322 fi
73177323
73187324 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
00 #! /bin/sh
11 # Common wrapper for a few potentially missing GNU programs.
22
3 scriptversion=2013-10-28.13; # UTC
4
5 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
3 scriptversion=2018-03-07.03; # UTC
4
5 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
66 # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
77
88 # This program is free software; you can redistribute it and/or modify
1616 # GNU General Public License for more details.
1717
1818 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 # along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
2121 # As a special exception to the GNU General Public License, if you
2222 # distribute this file as part of a program that contains a
100100 exit $st
101101 fi
102102
103 perl_URL=http://www.perl.org/
104 flex_URL=http://flex.sourceforge.net/
105 gnu_software_URL=http://www.gnu.org/software
103 perl_URL=https://www.perl.org/
104 flex_URL=https://github.com/westes/flex
105 gnu_software_URL=https://www.gnu.org/software
106106
107107 program_details ()
108108 {
206206 exit $st
207207
208208 # Local variables:
209 # eval: (add-hook 'write-file-hooks 'time-stamp)
209 # eval: (add-hook 'before-save-hook 'time-stamp)
210210 # time-stamp-start: "scriptversion="
211211 # time-stamp-format: "%:y-%02m-%02d.%02H"
212 # time-stamp-time-zone: "UTC"
212 # time-stamp-time-zone: "UTC0"
213213 # time-stamp-end: "; # UTC"
214214 # End:
0 # Makefile.in generated by automake 1.15 from Makefile.am.
0 # Makefile.in generated by automake 1.16.5 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
124124 am__v_at_1 =
125125 DEFAULT_INCLUDES = -I.@am__isrc@
126126 depcomp = $(SHELL) $(top_srcdir)/depcomp
127 am__depfiles_maybe = depfiles
127 am__maybe_remake_depfiles = depfiles
128 am__depfiles_remade = ./$(DEPDIR)/libgolplug_a-from_url.Po \
129 ./$(DEPDIR)/libgolplug_a-memfile.Po
128130 am__mv = mv -f
129131 AM_V_lt = $(am__v_lt_@AM_V@)
130132 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
172174 unique=`for i in $$list; do \
173175 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
174176 done | $(am__uniquify_input)`
175 ETAGS = etags
176 CTAGS = ctags
177177 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
178178 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
179179 ACLOCAL = @ACLOCAL@
189189 CC = @CC@
190190 CCDEPMODE = @CCDEPMODE@
191191 CFLAGS = @CFLAGS@
192 CPP = @CPP@
193192 CPPFLAGS = @CPPFLAGS@
193 CSCOPE = @CSCOPE@
194 CTAGS = @CTAGS@
194195 CYGPATH_W = @CYGPATH_W@
195196 DBUSGLIB1_CFLAGS = @DBUSGLIB1_CFLAGS@
196197 DBUSGLIB1_LIBS = @DBUSGLIB1_LIBS@
204205 ECHO_T = @ECHO_T@
205206 EGREP = @EGREP@
206207 ENABLE_LIBNOTIFY = @ENABLE_LIBNOTIFY@
208 ETAGS = @ETAGS@
207209 EXEEXT = @EXEEXT@
208210 FGREP = @FGREP@
209211 GLIB2_CFLAGS = @GLIB2_CFLAGS@
344346 *config.status*) \
345347 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
346348 *) \
347 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
348 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
349 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
350 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
349351 esac;
350352
351353 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
371373 distclean-compile:
372374 -rm -f *.tab.c
373375
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgolplug_a-from_url.Po@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgolplug_a-memfile.Po@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgolplug_a-from_url.Po@am__quote@ # am--include-marker
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgolplug_a-memfile.Po@am__quote@ # am--include-marker
378
379 $(am__depfiles_remade):
380 @$(MKDIR_P) $(@D)
381 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
382
383 am--depfiles: $(am__depfiles_remade)
376384
377385 .c.o:
378386 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
480488
481489 distclean-tags:
482490 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483
484 distdir: $(DISTFILES)
491 distdir: $(BUILT_SOURCES)
492 $(MAKE) $(AM_MAKEFLAGS) distdir-am
493
494 distdir-am: $(DISTFILES)
485495 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486496 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487497 list='$(DISTFILES)'; \
551561 mostlyclean-am
552562
553563 distclean: distclean-am
554 -rm -rf ./$(DEPDIR)
564 -rm -f ./$(DEPDIR)/libgolplug_a-from_url.Po
565 -rm -f ./$(DEPDIR)/libgolplug_a-memfile.Po
555566 -rm -f Makefile
556567 distclean-am: clean-am distclean-compile distclean-generic \
557568 distclean-tags
597608 installcheck-am:
598609
599610 maintainer-clean: maintainer-clean-am
600 -rm -rf ./$(DEPDIR)
611 -rm -f ./$(DEPDIR)/libgolplug_a-from_url.Po
612 -rm -f ./$(DEPDIR)/libgolplug_a-memfile.Po
601613 -rm -f Makefile
602614 maintainer-clean-am: distclean-am maintainer-clean-generic
603615
618630
619631 .MAKE: install-am install-strip
620632
621 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
622 clean-libtool clean-noinstLIBRARIES cscopelist-am ctags \
623 ctags-am distclean distclean-compile distclean-generic \
624 distclean-libtool distclean-tags distdir dvi dvi-am html \
625 html-am info info-am install install-am install-data \
626 install-data-am install-dvi install-dvi-am install-exec \
627 install-exec-am install-html install-html-am install-info \
628 install-info-am install-man install-pdf install-pdf-am \
629 install-ps install-ps-am install-strip installcheck \
630 installcheck-am installdirs maintainer-clean \
633 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
634 clean-generic clean-libtool clean-noinstLIBRARIES \
635 cscopelist-am ctags ctags-am distclean distclean-compile \
636 distclean-generic distclean-libtool distclean-tags distdir dvi \
637 dvi-am html html-am info info-am install install-am \
638 install-data install-data-am install-dvi install-dvi-am \
639 install-exec install-exec-am install-html install-html-am \
640 install-info install-info-am install-man install-pdf \
641 install-pdf-am install-ps install-ps-am install-strip \
642 installcheck installcheck-am installdirs maintainer-clean \
631643 maintainer-clean-generic mostlyclean mostlyclean-compile \
632644 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
633645 tags tags-am uninstall uninstall-am
0 # Makefile.in generated by automake 1.15 from Makefile.am.
0 # Makefile.in generated by automake 1.16.5 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
156156 am__v_at_1 =
157157 DEFAULT_INCLUDES = -I.@am__isrc@
158158 depcomp = $(SHELL) $(top_srcdir)/depcomp
159 am__depfiles_maybe = depfiles
159 am__maybe_remake_depfiles = depfiles
160 am__depfiles_remade = ./$(DEPDIR)/librhythmbox_la-rhythmbox.Plo
160161 am__mv = mv -f
161162 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
162163 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
200201 unique=`for i in $$list; do \
201202 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
202203 done | $(am__uniquify_input)`
203 ETAGS = etags
204 CTAGS = ctags
205204 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
206205 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
207206 ACLOCAL = @ACLOCAL@
217216 CC = @CC@
218217 CCDEPMODE = @CCDEPMODE@
219218 CFLAGS = @CFLAGS@
220 CPP = @CPP@
221219 CPPFLAGS = @CPPFLAGS@
220 CSCOPE = @CSCOPE@
221 CTAGS = @CTAGS@
222222 CYGPATH_W = @CYGPATH_W@
223223 DBUSGLIB1_CFLAGS = @DBUSGLIB1_CFLAGS@
224224 DBUSGLIB1_LIBS = @DBUSGLIB1_LIBS@
232232 ECHO_T = @ECHO_T@
233233 EGREP = @EGREP@
234234 ENABLE_LIBNOTIFY = @ENABLE_LIBNOTIFY@
235 ETAGS = @ETAGS@
235236 EXEEXT = @EXEEXT@
236237 FGREP = @FGREP@
237238 GLIB2_CFLAGS = @GLIB2_CFLAGS@
374375 *config.status*) \
375376 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
376377 *) \
377 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
378 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
378 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
379 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
379380 esac;
380381
381382 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
431432 distclean-compile:
432433 -rm -f *.tab.c
433434
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librhythmbox_la-rhythmbox.Plo@am__quote@
435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librhythmbox_la-rhythmbox.Plo@am__quote@ # am--include-marker
436
437 $(am__depfiles_remade):
438 @$(MKDIR_P) $(@D)
439 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
440
441 am--depfiles: $(am__depfiles_remade)
435442
436443 .c.o:
437444 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
518525
519526 distclean-tags:
520527 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
521
522 distdir: $(DISTFILES)
528 distdir: $(BUILT_SOURCES)
529 $(MAKE) $(AM_MAKEFLAGS) distdir-am
530
531 distdir-am: $(DISTFILES)
523532 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
524533 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525534 list='$(DISTFILES)'; \
592601 mostlyclean-am
593602
594603 distclean: distclean-am
595 -rm -rf ./$(DEPDIR)
604 -rm -f ./$(DEPDIR)/librhythmbox_la-rhythmbox.Plo
596605 -rm -f Makefile
597606 distclean-am: clean-am distclean-compile distclean-generic \
598607 distclean-tags
638647 installcheck-am:
639648
640649 maintainer-clean: maintainer-clean-am
641 -rm -rf ./$(DEPDIR)
650 -rm -f ./$(DEPDIR)/librhythmbox_la-rhythmbox.Plo
642651 -rm -f Makefile
643652 maintainer-clean-am: distclean-am maintainer-clean-generic
644653
659668
660669 .MAKE: install-am install-strip
661670
662 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
663 clean-libtool clean-subscribeLTLIBRARIES cscopelist-am ctags \
664 ctags-am distclean distclean-compile distclean-generic \
665 distclean-libtool distclean-tags distdir dvi dvi-am html \
666 html-am info info-am install install-am install-data \
667 install-data-am install-dvi install-dvi-am install-exec \
668 install-exec-am install-html install-html-am install-info \
669 install-info-am install-man install-pdf install-pdf-am \
670 install-ps install-ps-am install-strip \
671 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
672 clean-generic clean-libtool clean-subscribeLTLIBRARIES \
673 cscopelist-am ctags ctags-am distclean distclean-compile \
674 distclean-generic distclean-libtool distclean-tags distdir dvi \
675 dvi-am html html-am info info-am install install-am \
676 install-data install-data-am install-dvi install-dvi-am \
677 install-exec install-exec-am install-html install-html-am \
678 install-info install-info-am install-man install-pdf \
679 install-pdf-am install-ps install-ps-am install-strip \
671680 install-subscribeLTLIBRARIES installcheck installcheck-am \
672681 installdirs maintainer-clean maintainer-clean-generic \
673682 mostlyclean mostlyclean-compile mostlyclean-generic \
0 # Makefile.in generated by automake 1.15 from Makefile.am.
0 # Makefile.in generated by automake 1.16.5 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
154154 am__v_at_1 =
155155 DEFAULT_INCLUDES = -I.@am__isrc@
156156 depcomp = $(SHELL) $(top_srcdir)/depcomp
157 am__depfiles_maybe = depfiles
157 am__maybe_remake_depfiles = depfiles
158 am__depfiles_remade = ./$(DEPDIR)/libtweets_la-tweets.Plo
158159 am__mv = mv -f
159160 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
160161 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
198199 unique=`for i in $$list; do \
199200 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200201 done | $(am__uniquify_input)`
201 ETAGS = etags
202 CTAGS = ctags
203202 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
204203 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
205204 ACLOCAL = @ACLOCAL@
215214 CC = @CC@
216215 CCDEPMODE = @CCDEPMODE@
217216 CFLAGS = @CFLAGS@
218 CPP = @CPP@
219217 CPPFLAGS = @CPPFLAGS@
218 CSCOPE = @CSCOPE@
219 CTAGS = @CTAGS@
220220 CYGPATH_W = @CYGPATH_W@
221221 DBUSGLIB1_CFLAGS = @DBUSGLIB1_CFLAGS@
222222 DBUSGLIB1_LIBS = @DBUSGLIB1_LIBS@
230230 ECHO_T = @ECHO_T@
231231 EGREP = @EGREP@
232232 ENABLE_LIBNOTIFY = @ENABLE_LIBNOTIFY@
233 ETAGS = @ETAGS@
233234 EXEEXT = @EXEEXT@
234235 FGREP = @FGREP@
235236 GLIB2_CFLAGS = @GLIB2_CFLAGS@
372373 *config.status*) \
373374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
374375 *) \
375 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
376 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
376 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
377 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
377378 esac;
378379
379380 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
429430 distclean-compile:
430431 -rm -f *.tab.c
431432
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtweets_la-tweets.Plo@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtweets_la-tweets.Plo@am__quote@ # am--include-marker
434
435 $(am__depfiles_remade):
436 @$(MKDIR_P) $(@D)
437 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
438
439 am--depfiles: $(am__depfiles_remade)
433440
434441 .c.o:
435442 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
516523
517524 distclean-tags:
518525 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
519
520 distdir: $(DISTFILES)
526 distdir: $(BUILT_SOURCES)
527 $(MAKE) $(AM_MAKEFLAGS) distdir-am
528
529 distdir-am: $(DISTFILES)
521530 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522531 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
523532 list='$(DISTFILES)'; \
590599 mostlyclean-am
591600
592601 distclean: distclean-am
593 -rm -rf ./$(DEPDIR)
602 -rm -f ./$(DEPDIR)/libtweets_la-tweets.Plo
594603 -rm -f Makefile
595604 distclean-am: clean-am distclean-compile distclean-generic \
596605 distclean-tags
636645 installcheck-am:
637646
638647 maintainer-clean: maintainer-clean-am
639 -rm -rf ./$(DEPDIR)
648 -rm -f ./$(DEPDIR)/libtweets_la-tweets.Plo
640649 -rm -f Makefile
641650 maintainer-clean-am: distclean-am maintainer-clean-generic
642651
657666
658667 .MAKE: install-am install-strip
659668
660 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
661 clean-libtool clean-subscribeLTLIBRARIES cscopelist-am ctags \
662 ctags-am distclean distclean-compile distclean-generic \
663 distclean-libtool distclean-tags distdir dvi dvi-am html \
664 html-am info info-am install install-am install-data \
665 install-data-am install-dvi install-dvi-am install-exec \
666 install-exec-am install-html install-html-am install-info \
667 install-info-am install-man install-pdf install-pdf-am \
668 install-ps install-ps-am install-strip \
669 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
670 clean-generic clean-libtool clean-subscribeLTLIBRARIES \
671 cscopelist-am ctags ctags-am distclean distclean-compile \
672 distclean-generic distclean-libtool distclean-tags distdir dvi \
673 dvi-am html html-am info info-am install install-am \
674 install-data install-data-am install-dvi install-dvi-am \
675 install-exec install-exec-am install-html install-html-am \
676 install-info install-info-am install-man install-pdf \
677 install-pdf-am install-ps install-ps-am install-strip \
669678 install-subscribeLTLIBRARIES installcheck installcheck-am \
670679 installdirs maintainer-clean maintainer-clean-generic \
671680 mostlyclean mostlyclean-compile mostlyclean-generic \