Adds search for lregex to allow linkage under msys/mingw + removes files that can be rebuilt by autoreconf

Thu, 01 Jun 2017 17:29:12 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 01 Jun 2017 17:29:12 +0200
changeset 52
02816cd75edc
parent 51
5acf05940667
child 53
32b9e0a5cebd

Adds search for lregex to allow linkage under msys/mingw + removes files that can be rebuilt by autoreconf

Makefile.in file | annotate | diff | comparison | revisions
aclocal.m4 file | annotate | diff | comparison | revisions
config.h.in file | annotate | diff | comparison | revisions
configure file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
depcomp file | annotate | diff | comparison | revisions
install-sh file | annotate | diff | comparison | revisions
missing file | annotate | diff | comparison | revisions
src/Makefile.in file | annotate | diff | comparison | revisions
     1.1 --- a/Makefile.in	Wed May 31 12:51:24 2017 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,769 +0,0 @@
     1.4 -# Makefile.in generated by automake 1.13.4 from Makefile.am.
     1.5 -# @configure_input@
     1.6 -
     1.7 -# Copyright (C) 1994-2013 Free Software Foundation, Inc.
     1.8 -
     1.9 -# This Makefile.in is free software; the Free Software Foundation
    1.10 -# gives unlimited permission to copy and/or distribute it,
    1.11 -# with or without modifications, as long as this notice is preserved.
    1.12 -
    1.13 -# This program is distributed in the hope that it will be useful,
    1.14 -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    1.15 -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    1.16 -# PARTICULAR PURPOSE.
    1.17 -
    1.18 -@SET_MAKE@
    1.19 -
    1.20 -# Copyright 2017 Mike Becker. All rights reserved.
    1.21 -# 
    1.22 -# Redistribution and use in source and binary forms, with or without
    1.23 -# modification, are permitted provided that the following conditions are met:
    1.24 -# 
    1.25 -# 1. Redistributions of source code must retain the above copyright
    1.26 -# notice, this list of conditions and the following disclaimer.
    1.27 -# 
    1.28 -# 2. Redistributions in binary form must reproduce the above copyright
    1.29 -# notice, this list of conditions and the following disclaimer in the
    1.30 -# documentation and/or other materials provided with the distribution.
    1.31 -# 
    1.32 -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    1.33 -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    1.34 -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    1.35 -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    1.36 -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    1.37 -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    1.38 -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    1.39 -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    1.40 -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    1.41 -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    1.42 -VPATH = @srcdir@
    1.43 -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
    1.44 -am__make_running_with_option = \
    1.45 -  case $${target_option-} in \
    1.46 -      ?) ;; \
    1.47 -      *) echo "am__make_running_with_option: internal error: invalid" \
    1.48 -              "target option '$${target_option-}' specified" >&2; \
    1.49 -         exit 1;; \
    1.50 -  esac; \
    1.51 -  has_opt=no; \
    1.52 -  sane_makeflags=$$MAKEFLAGS; \
    1.53 -  if $(am__is_gnu_make); then \
    1.54 -    sane_makeflags=$$MFLAGS; \
    1.55 -  else \
    1.56 -    case $$MAKEFLAGS in \
    1.57 -      *\\[\ \	]*) \
    1.58 -        bs=\\; \
    1.59 -        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    1.60 -          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    1.61 -    esac; \
    1.62 -  fi; \
    1.63 -  skip_next=no; \
    1.64 -  strip_trailopt () \
    1.65 -  { \
    1.66 -    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    1.67 -  }; \
    1.68 -  for flg in $$sane_makeflags; do \
    1.69 -    test $$skip_next = yes && { skip_next=no; continue; }; \
    1.70 -    case $$flg in \
    1.71 -      *=*|--*) continue;; \
    1.72 -        -*I) strip_trailopt 'I'; skip_next=yes;; \
    1.73 -      -*I?*) strip_trailopt 'I';; \
    1.74 -        -*O) strip_trailopt 'O'; skip_next=yes;; \
    1.75 -      -*O?*) strip_trailopt 'O';; \
    1.76 -        -*l) strip_trailopt 'l'; skip_next=yes;; \
    1.77 -      -*l?*) strip_trailopt 'l';; \
    1.78 -      -[dEDm]) skip_next=yes;; \
    1.79 -      -[JT]) skip_next=yes;; \
    1.80 -    esac; \
    1.81 -    case $$flg in \
    1.82 -      *$$target_option*) has_opt=yes; break;; \
    1.83 -    esac; \
    1.84 -  done; \
    1.85 -  test $$has_opt = yes
    1.86 -am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    1.87 -am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    1.88 -pkgdatadir = $(datadir)/@PACKAGE@
    1.89 -pkgincludedir = $(includedir)/@PACKAGE@
    1.90 -pkglibdir = $(libdir)/@PACKAGE@
    1.91 -pkglibexecdir = $(libexecdir)/@PACKAGE@
    1.92 -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    1.93 -install_sh_DATA = $(install_sh) -c -m 644
    1.94 -install_sh_PROGRAM = $(install_sh) -c
    1.95 -install_sh_SCRIPT = $(install_sh) -c
    1.96 -INSTALL_HEADER = $(INSTALL_DATA)
    1.97 -transform = $(program_transform_name)
    1.98 -NORMAL_INSTALL = :
    1.99 -PRE_INSTALL = :
   1.100 -POST_INSTALL = :
   1.101 -NORMAL_UNINSTALL = :
   1.102 -PRE_UNINSTALL = :
   1.103 -POST_UNINSTALL = :
   1.104 -subdir = .
   1.105 -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
   1.106 -	$(top_srcdir)/configure $(am__configure_deps) \
   1.107 -	$(srcdir)/config.h.in README depcomp install-sh missing
   1.108 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   1.109 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac
   1.110 -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   1.111 -	$(ACLOCAL_M4)
   1.112 -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
   1.113 - configure.lineno config.status.lineno
   1.114 -mkinstalldirs = $(install_sh) -d
   1.115 -CONFIG_HEADER = config.h
   1.116 -CONFIG_CLEAN_FILES =
   1.117 -CONFIG_CLEAN_VPATH_FILES =
   1.118 -AM_V_P = $(am__v_P_@AM_V@)
   1.119 -am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
   1.120 -am__v_P_0 = false
   1.121 -am__v_P_1 = :
   1.122 -AM_V_GEN = $(am__v_GEN_@AM_V@)
   1.123 -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
   1.124 -am__v_GEN_0 = @echo "  GEN     " $@;
   1.125 -am__v_GEN_1 = 
   1.126 -AM_V_at = $(am__v_at_@AM_V@)
   1.127 -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
   1.128 -am__v_at_0 = @
   1.129 -am__v_at_1 = 
   1.130 -SOURCES =
   1.131 -DIST_SOURCES =
   1.132 -RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
   1.133 -	ctags-recursive dvi-recursive html-recursive info-recursive \
   1.134 -	install-data-recursive install-dvi-recursive \
   1.135 -	install-exec-recursive install-html-recursive \
   1.136 -	install-info-recursive install-pdf-recursive \
   1.137 -	install-ps-recursive install-recursive installcheck-recursive \
   1.138 -	installdirs-recursive pdf-recursive ps-recursive \
   1.139 -	tags-recursive uninstall-recursive
   1.140 -am__can_run_installinfo = \
   1.141 -  case $$AM_UPDATE_INFO_DIR in \
   1.142 -    n|no|NO) false;; \
   1.143 -    *) (install-info --version) >/dev/null 2>&1;; \
   1.144 -  esac
   1.145 -RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
   1.146 -  distclean-recursive maintainer-clean-recursive
   1.147 -am__recursive_targets = \
   1.148 -  $(RECURSIVE_TARGETS) \
   1.149 -  $(RECURSIVE_CLEAN_TARGETS) \
   1.150 -  $(am__extra_recursive_targets)
   1.151 -AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
   1.152 -	cscope distdir dist dist-all distcheck
   1.153 -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
   1.154 -	$(LISP)config.h.in
   1.155 -# Read a list of newline-separated strings from the standard input,
   1.156 -# and print each of them once, without duplicates.  Input order is
   1.157 -# *not* preserved.
   1.158 -am__uniquify_input = $(AWK) '\
   1.159 -  BEGIN { nonempty = 0; } \
   1.160 -  { items[$$0] = 1; nonempty = 1; } \
   1.161 -  END { if (nonempty) { for (i in items) print i; }; } \
   1.162 -'
   1.163 -# Make sure the list of sources is unique.  This is necessary because,
   1.164 -# e.g., the same source file might be shared among _SOURCES variables
   1.165 -# for different programs/libraries.
   1.166 -am__define_uniq_tagged_files = \
   1.167 -  list='$(am__tagged_files)'; \
   1.168 -  unique=`for i in $$list; do \
   1.169 -    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   1.170 -  done | $(am__uniquify_input)`
   1.171 -ETAGS = etags
   1.172 -CTAGS = ctags
   1.173 -CSCOPE = cscope
   1.174 -DIST_SUBDIRS = $(SUBDIRS)
   1.175 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   1.176 -distdir = $(PACKAGE)-$(VERSION)
   1.177 -top_distdir = $(distdir)
   1.178 -am__remove_distdir = \
   1.179 -  if test -d "$(distdir)"; then \
   1.180 -    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
   1.181 -      && rm -rf "$(distdir)" \
   1.182 -      || { sleep 5 && rm -rf "$(distdir)"; }; \
   1.183 -  else :; fi
   1.184 -am__post_remove_distdir = $(am__remove_distdir)
   1.185 -am__relativize = \
   1.186 -  dir0=`pwd`; \
   1.187 -  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
   1.188 -  sed_rest='s,^[^/]*/*,,'; \
   1.189 -  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
   1.190 -  sed_butlast='s,/*[^/]*$$,,'; \
   1.191 -  while test -n "$$dir1"; do \
   1.192 -    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
   1.193 -    if test "$$first" != "."; then \
   1.194 -      if test "$$first" = ".."; then \
   1.195 -        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
   1.196 -        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
   1.197 -      else \
   1.198 -        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
   1.199 -        if test "$$first2" = "$$first"; then \
   1.200 -          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
   1.201 -        else \
   1.202 -          dir2="../$$dir2"; \
   1.203 -        fi; \
   1.204 -        dir0="$$dir0"/"$$first"; \
   1.205 -      fi; \
   1.206 -    fi; \
   1.207 -    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
   1.208 -  done; \
   1.209 -  reldir="$$dir2"
   1.210 -DIST_ARCHIVES = $(distdir).tar.gz
   1.211 -GZIP_ENV = --best
   1.212 -DIST_TARGETS = dist-gzip
   1.213 -distuninstallcheck_listfiles = find . -type f -print
   1.214 -am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
   1.215 -  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
   1.216 -distcleancheck_listfiles = find . -type f -print
   1.217 -ACLOCAL = @ACLOCAL@
   1.218 -AMTAR = @AMTAR@
   1.219 -AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
   1.220 -AUTOCONF = @AUTOCONF@
   1.221 -AUTOHEADER = @AUTOHEADER@
   1.222 -AUTOMAKE = @AUTOMAKE@
   1.223 -AWK = @AWK@
   1.224 -CC = @CC@
   1.225 -CCDEPMODE = @CCDEPMODE@
   1.226 -CFLAGS = @CFLAGS@
   1.227 -CPP = @CPP@
   1.228 -CPPFLAGS = @CPPFLAGS@
   1.229 -CYGPATH_W = @CYGPATH_W@
   1.230 -DEFS = @DEFS@
   1.231 -DEPDIR = @DEPDIR@
   1.232 -ECHO_C = @ECHO_C@
   1.233 -ECHO_N = @ECHO_N@
   1.234 -ECHO_T = @ECHO_T@
   1.235 -EGREP = @EGREP@
   1.236 -EXEEXT = @EXEEXT@
   1.237 -GREP = @GREP@
   1.238 -INSTALL = @INSTALL@
   1.239 -INSTALL_DATA = @INSTALL_DATA@
   1.240 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
   1.241 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
   1.242 -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   1.243 -LDFLAGS = @LDFLAGS@
   1.244 -LIBOBJS = @LIBOBJS@
   1.245 -LIBS = @LIBS@
   1.246 -LTLIBOBJS = @LTLIBOBJS@
   1.247 -MAKEINFO = @MAKEINFO@
   1.248 -MKDIR_P = @MKDIR_P@
   1.249 -OBJEXT = @OBJEXT@
   1.250 -PACKAGE = @PACKAGE@
   1.251 -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
   1.252 -PACKAGE_NAME = @PACKAGE_NAME@
   1.253 -PACKAGE_STRING = @PACKAGE_STRING@
   1.254 -PACKAGE_TARNAME = @PACKAGE_TARNAME@
   1.255 -PACKAGE_URL = @PACKAGE_URL@
   1.256 -PACKAGE_VERSION = @PACKAGE_VERSION@
   1.257 -PATH_SEPARATOR = @PATH_SEPARATOR@
   1.258 -SET_MAKE = @SET_MAKE@
   1.259 -SHELL = @SHELL@
   1.260 -STRIP = @STRIP@
   1.261 -VERSION = @VERSION@
   1.262 -abs_builddir = @abs_builddir@
   1.263 -abs_srcdir = @abs_srcdir@
   1.264 -abs_top_builddir = @abs_top_builddir@
   1.265 -abs_top_srcdir = @abs_top_srcdir@
   1.266 -ac_ct_CC = @ac_ct_CC@
   1.267 -am__include = @am__include@
   1.268 -am__leading_dot = @am__leading_dot@
   1.269 -am__quote = @am__quote@
   1.270 -am__tar = @am__tar@
   1.271 -am__untar = @am__untar@
   1.272 -bindir = @bindir@
   1.273 -build_alias = @build_alias@
   1.274 -builddir = @builddir@
   1.275 -datadir = @datadir@
   1.276 -datarootdir = @datarootdir@
   1.277 -docdir = @docdir@
   1.278 -dvidir = @dvidir@
   1.279 -exec_prefix = @exec_prefix@
   1.280 -host_alias = @host_alias@
   1.281 -htmldir = @htmldir@
   1.282 -includedir = @includedir@
   1.283 -infodir = @infodir@
   1.284 -install_sh = @install_sh@
   1.285 -libdir = @libdir@
   1.286 -libexecdir = @libexecdir@
   1.287 -localedir = @localedir@
   1.288 -localstatedir = @localstatedir@
   1.289 -mandir = @mandir@
   1.290 -mkdir_p = @mkdir_p@
   1.291 -oldincludedir = @oldincludedir@
   1.292 -pdfdir = @pdfdir@
   1.293 -prefix = @prefix@
   1.294 -program_transform_name = @program_transform_name@
   1.295 -psdir = @psdir@
   1.296 -sbindir = @sbindir@
   1.297 -sharedstatedir = @sharedstatedir@
   1.298 -srcdir = @srcdir@
   1.299 -sysconfdir = @sysconfdir@
   1.300 -target_alias = @target_alias@
   1.301 -top_build_prefix = @top_build_prefix@
   1.302 -top_builddir = @top_builddir@
   1.303 -top_srcdir = @top_srcdir@
   1.304 -AUTOMAKE_OPTIONS = foreign
   1.305 -SUBDIRS = src
   1.306 -all: config.h
   1.307 -	$(MAKE) $(AM_MAKEFLAGS) all-recursive
   1.308 -
   1.309 -.SUFFIXES:
   1.310 -am--refresh: Makefile
   1.311 -	@:
   1.312 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
   1.313 -	@for dep in $?; do \
   1.314 -	  case '$(am__configure_deps)' in \
   1.315 -	    *$$dep*) \
   1.316 -	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
   1.317 -	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
   1.318 -		&& exit 0; \
   1.319 -	      exit 1;; \
   1.320 -	  esac; \
   1.321 -	done; \
   1.322 -	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
   1.323 -	$(am__cd) $(top_srcdir) && \
   1.324 -	  $(AUTOMAKE) --foreign Makefile
   1.325 -.PRECIOUS: Makefile
   1.326 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   1.327 -	@case '$?' in \
   1.328 -	  *config.status*) \
   1.329 -	    echo ' $(SHELL) ./config.status'; \
   1.330 -	    $(SHELL) ./config.status;; \
   1.331 -	  *) \
   1.332 -	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
   1.333 -	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
   1.334 -	esac;
   1.335 -
   1.336 -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   1.337 -	$(SHELL) ./config.status --recheck
   1.338 -
   1.339 -$(top_srcdir)/configure:  $(am__configure_deps)
   1.340 -	$(am__cd) $(srcdir) && $(AUTOCONF)
   1.341 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
   1.342 -	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
   1.343 -$(am__aclocal_m4_deps):
   1.344 -
   1.345 -config.h: stamp-h1
   1.346 -	@if test ! -f $@; then rm -f stamp-h1; else :; fi
   1.347 -	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
   1.348 -
   1.349 -stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
   1.350 -	@rm -f stamp-h1
   1.351 -	cd $(top_builddir) && $(SHELL) ./config.status config.h
   1.352 -$(srcdir)/config.h.in:  $(am__configure_deps) 
   1.353 -	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
   1.354 -	rm -f stamp-h1
   1.355 -	touch $@
   1.356 -
   1.357 -distclean-hdr:
   1.358 -	-rm -f config.h stamp-h1
   1.359 -
   1.360 -# This directory's subdirectories are mostly independent; you can cd
   1.361 -# into them and run 'make' without going through this Makefile.
   1.362 -# To change the values of 'make' variables: instead of editing Makefiles,
   1.363 -# (1) if the variable is set in 'config.status', edit 'config.status'
   1.364 -#     (which will cause the Makefiles to be regenerated when you run 'make');
   1.365 -# (2) otherwise, pass the desired values on the 'make' command line.
   1.366 -$(am__recursive_targets):
   1.367 -	@fail=; \
   1.368 -	if $(am__make_keepgoing); then \
   1.369 -	  failcom='fail=yes'; \
   1.370 -	else \
   1.371 -	  failcom='exit 1'; \
   1.372 -	fi; \
   1.373 -	dot_seen=no; \
   1.374 -	target=`echo $@ | sed s/-recursive//`; \
   1.375 -	case "$@" in \
   1.376 -	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
   1.377 -	  *) list='$(SUBDIRS)' ;; \
   1.378 -	esac; \
   1.379 -	for subdir in $$list; do \
   1.380 -	  echo "Making $$target in $$subdir"; \
   1.381 -	  if test "$$subdir" = "."; then \
   1.382 -	    dot_seen=yes; \
   1.383 -	    local_target="$$target-am"; \
   1.384 -	  else \
   1.385 -	    local_target="$$target"; \
   1.386 -	  fi; \
   1.387 -	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   1.388 -	  || eval $$failcom; \
   1.389 -	done; \
   1.390 -	if test "$$dot_seen" = "no"; then \
   1.391 -	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
   1.392 -	fi; test -z "$$fail"
   1.393 -
   1.394 -ID: $(am__tagged_files)
   1.395 -	$(am__define_uniq_tagged_files); mkid -fID $$unique
   1.396 -tags: tags-recursive
   1.397 -TAGS: tags
   1.398 -
   1.399 -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   1.400 -	set x; \
   1.401 -	here=`pwd`; \
   1.402 -	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
   1.403 -	  include_option=--etags-include; \
   1.404 -	  empty_fix=.; \
   1.405 -	else \
   1.406 -	  include_option=--include; \
   1.407 -	  empty_fix=; \
   1.408 -	fi; \
   1.409 -	list='$(SUBDIRS)'; for subdir in $$list; do \
   1.410 -	  if test "$$subdir" = .; then :; else \
   1.411 -	    test ! -f $$subdir/TAGS || \
   1.412 -	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
   1.413 -	  fi; \
   1.414 -	done; \
   1.415 -	$(am__define_uniq_tagged_files); \
   1.416 -	shift; \
   1.417 -	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
   1.418 -	  test -n "$$unique" || unique=$$empty_fix; \
   1.419 -	  if test $$# -gt 0; then \
   1.420 -	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1.421 -	      "$$@" $$unique; \
   1.422 -	  else \
   1.423 -	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1.424 -	      $$unique; \
   1.425 -	  fi; \
   1.426 -	fi
   1.427 -ctags: ctags-recursive
   1.428 -
   1.429 -CTAGS: ctags
   1.430 -ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   1.431 -	$(am__define_uniq_tagged_files); \
   1.432 -	test -z "$(CTAGS_ARGS)$$unique" \
   1.433 -	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   1.434 -	     $$unique
   1.435 -
   1.436 -GTAGS:
   1.437 -	here=`$(am__cd) $(top_builddir) && pwd` \
   1.438 -	  && $(am__cd) $(top_srcdir) \
   1.439 -	  && gtags -i $(GTAGS_ARGS) "$$here"
   1.440 -cscope: cscope.files
   1.441 -	test ! -s cscope.files \
   1.442 -	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
   1.443 -clean-cscope:
   1.444 -	-rm -f cscope.files
   1.445 -cscope.files: clean-cscope cscopelist
   1.446 -cscopelist: cscopelist-recursive
   1.447 -
   1.448 -cscopelist-am: $(am__tagged_files)
   1.449 -	list='$(am__tagged_files)'; \
   1.450 -	case "$(srcdir)" in \
   1.451 -	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
   1.452 -	  *) sdir=$(subdir)/$(srcdir) ;; \
   1.453 -	esac; \
   1.454 -	for i in $$list; do \
   1.455 -	  if test -f "$$i"; then \
   1.456 -	    echo "$(subdir)/$$i"; \
   1.457 -	  else \
   1.458 -	    echo "$$sdir/$$i"; \
   1.459 -	  fi; \
   1.460 -	done >> $(top_builddir)/cscope.files
   1.461 -
   1.462 -distclean-tags:
   1.463 -	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   1.464 -	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
   1.465 -
   1.466 -distdir: $(DISTFILES)
   1.467 -	$(am__remove_distdir)
   1.468 -	test -d "$(distdir)" || mkdir "$(distdir)"
   1.469 -	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   1.470 -	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   1.471 -	list='$(DISTFILES)'; \
   1.472 -	  dist_files=`for file in $$list; do echo $$file; done | \
   1.473 -	  sed -e "s|^$$srcdirstrip/||;t" \
   1.474 -	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
   1.475 -	case $$dist_files in \
   1.476 -	  */*) $(MKDIR_P) `echo "$$dist_files" | \
   1.477 -			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
   1.478 -			   sort -u` ;; \
   1.479 -	esac; \
   1.480 -	for file in $$dist_files; do \
   1.481 -	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   1.482 -	  if test -d $$d/$$file; then \
   1.483 -	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
   1.484 -	    if test -d "$(distdir)/$$file"; then \
   1.485 -	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   1.486 -	    fi; \
   1.487 -	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   1.488 -	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
   1.489 -	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   1.490 -	    fi; \
   1.491 -	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
   1.492 -	  else \
   1.493 -	    test -f "$(distdir)/$$file" \
   1.494 -	    || cp -p $$d/$$file "$(distdir)/$$file" \
   1.495 -	    || exit 1; \
   1.496 -	  fi; \
   1.497 -	done
   1.498 -	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
   1.499 -	  if test "$$subdir" = .; then :; else \
   1.500 -	    $(am__make_dryrun) \
   1.501 -	      || test -d "$(distdir)/$$subdir" \
   1.502 -	      || $(MKDIR_P) "$(distdir)/$$subdir" \
   1.503 -	      || exit 1; \
   1.504 -	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
   1.505 -	    $(am__relativize); \
   1.506 -	    new_distdir=$$reldir; \
   1.507 -	    dir1=$$subdir; dir2="$(top_distdir)"; \
   1.508 -	    $(am__relativize); \
   1.509 -	    new_top_distdir=$$reldir; \
   1.510 -	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
   1.511 -	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
   1.512 -	    ($(am__cd) $$subdir && \
   1.513 -	      $(MAKE) $(AM_MAKEFLAGS) \
   1.514 -	        top_distdir="$$new_top_distdir" \
   1.515 -	        distdir="$$new_distdir" \
   1.516 -		am__remove_distdir=: \
   1.517 -		am__skip_length_check=: \
   1.518 -		am__skip_mode_fix=: \
   1.519 -	        distdir) \
   1.520 -	      || exit 1; \
   1.521 -	  fi; \
   1.522 -	done
   1.523 -	-test -n "$(am__skip_mode_fix)" \
   1.524 -	|| find "$(distdir)" -type d ! -perm -755 \
   1.525 -		-exec chmod u+rwx,go+rx {} \; -o \
   1.526 -	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
   1.527 -	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
   1.528 -	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
   1.529 -	|| chmod -R a+r "$(distdir)"
   1.530 -dist-gzip: distdir
   1.531 -	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
   1.532 -	$(am__post_remove_distdir)
   1.533 -
   1.534 -dist-bzip2: distdir
   1.535 -	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
   1.536 -	$(am__post_remove_distdir)
   1.537 -
   1.538 -dist-lzip: distdir
   1.539 -	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
   1.540 -	$(am__post_remove_distdir)
   1.541 -
   1.542 -dist-xz: distdir
   1.543 -	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
   1.544 -	$(am__post_remove_distdir)
   1.545 -
   1.546 -dist-tarZ: distdir
   1.547 -	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
   1.548 -	$(am__post_remove_distdir)
   1.549 -
   1.550 -dist-shar: distdir
   1.551 -	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
   1.552 -	$(am__post_remove_distdir)
   1.553 -
   1.554 -dist-zip: distdir
   1.555 -	-rm -f $(distdir).zip
   1.556 -	zip -rq $(distdir).zip $(distdir)
   1.557 -	$(am__post_remove_distdir)
   1.558 -
   1.559 -dist dist-all:
   1.560 -	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
   1.561 -	$(am__post_remove_distdir)
   1.562 -
   1.563 -# This target untars the dist file and tries a VPATH configuration.  Then
   1.564 -# it guarantees that the distribution is self-contained by making another
   1.565 -# tarfile.
   1.566 -distcheck: dist
   1.567 -	case '$(DIST_ARCHIVES)' in \
   1.568 -	*.tar.gz*) \
   1.569 -	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
   1.570 -	*.tar.bz2*) \
   1.571 -	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
   1.572 -	*.tar.lz*) \
   1.573 -	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
   1.574 -	*.tar.xz*) \
   1.575 -	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
   1.576 -	*.tar.Z*) \
   1.577 -	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
   1.578 -	*.shar.gz*) \
   1.579 -	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
   1.580 -	*.zip*) \
   1.581 -	  unzip $(distdir).zip ;;\
   1.582 -	esac
   1.583 -	chmod -R a-w $(distdir)
   1.584 -	chmod u+w $(distdir)
   1.585 -	mkdir $(distdir)/_build $(distdir)/_inst
   1.586 -	chmod a-w $(distdir)
   1.587 -	test -d $(distdir)/_build || exit 0; \
   1.588 -	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
   1.589 -	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
   1.590 -	  && am__cwd=`pwd` \
   1.591 -	  && $(am__cd) $(distdir)/_build \
   1.592 -	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
   1.593 -	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
   1.594 -	    $(DISTCHECK_CONFIGURE_FLAGS) \
   1.595 -	  && $(MAKE) $(AM_MAKEFLAGS) \
   1.596 -	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
   1.597 -	  && $(MAKE) $(AM_MAKEFLAGS) check \
   1.598 -	  && $(MAKE) $(AM_MAKEFLAGS) install \
   1.599 -	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
   1.600 -	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
   1.601 -	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
   1.602 -	        distuninstallcheck \
   1.603 -	  && chmod -R a-w "$$dc_install_base" \
   1.604 -	  && ({ \
   1.605 -	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
   1.606 -	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
   1.607 -	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
   1.608 -	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
   1.609 -	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
   1.610 -	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
   1.611 -	  && rm -rf "$$dc_destdir" \
   1.612 -	  && $(MAKE) $(AM_MAKEFLAGS) dist \
   1.613 -	  && rm -rf $(DIST_ARCHIVES) \
   1.614 -	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
   1.615 -	  && cd "$$am__cwd" \
   1.616 -	  || exit 1
   1.617 -	$(am__post_remove_distdir)
   1.618 -	@(echo "$(distdir) archives ready for distribution: "; \
   1.619 -	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
   1.620 -	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
   1.621 -distuninstallcheck:
   1.622 -	@test -n '$(distuninstallcheck_dir)' || { \
   1.623 -	  echo 'ERROR: trying to run $@ with an empty' \
   1.624 -	       '$$(distuninstallcheck_dir)' >&2; \
   1.625 -	  exit 1; \
   1.626 -	}; \
   1.627 -	$(am__cd) '$(distuninstallcheck_dir)' || { \
   1.628 -	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
   1.629 -	  exit 1; \
   1.630 -	}; \
   1.631 -	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
   1.632 -	   || { echo "ERROR: files left after uninstall:" ; \
   1.633 -	        if test -n "$(DESTDIR)"; then \
   1.634 -	          echo "  (check DESTDIR support)"; \
   1.635 -	        fi ; \
   1.636 -	        $(distuninstallcheck_listfiles) ; \
   1.637 -	        exit 1; } >&2
   1.638 -distcleancheck: distclean
   1.639 -	@if test '$(srcdir)' = . ; then \
   1.640 -	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
   1.641 -	  exit 1 ; \
   1.642 -	fi
   1.643 -	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
   1.644 -	  || { echo "ERROR: files left in build directory after distclean:" ; \
   1.645 -	       $(distcleancheck_listfiles) ; \
   1.646 -	       exit 1; } >&2
   1.647 -check-am: all-am
   1.648 -check: check-recursive
   1.649 -all-am: Makefile config.h
   1.650 -installdirs: installdirs-recursive
   1.651 -installdirs-am:
   1.652 -install: install-recursive
   1.653 -install-exec: install-exec-recursive
   1.654 -install-data: install-data-recursive
   1.655 -uninstall: uninstall-recursive
   1.656 -
   1.657 -install-am: all-am
   1.658 -	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   1.659 -
   1.660 -installcheck: installcheck-recursive
   1.661 -install-strip:
   1.662 -	if test -z '$(STRIP)'; then \
   1.663 -	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1.664 -	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1.665 -	      install; \
   1.666 -	else \
   1.667 -	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1.668 -	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1.669 -	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   1.670 -	fi
   1.671 -mostlyclean-generic:
   1.672 -
   1.673 -clean-generic:
   1.674 -
   1.675 -distclean-generic:
   1.676 -	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   1.677 -	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   1.678 -
   1.679 -maintainer-clean-generic:
   1.680 -	@echo "This command is intended for maintainers to use"
   1.681 -	@echo "it deletes files that may require special tools to rebuild."
   1.682 -clean: clean-recursive
   1.683 -
   1.684 -clean-am: clean-generic mostlyclean-am
   1.685 -
   1.686 -distclean: distclean-recursive
   1.687 -	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   1.688 -	-rm -f Makefile
   1.689 -distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
   1.690 -
   1.691 -dvi: dvi-recursive
   1.692 -
   1.693 -dvi-am:
   1.694 -
   1.695 -html: html-recursive
   1.696 -
   1.697 -html-am:
   1.698 -
   1.699 -info: info-recursive
   1.700 -
   1.701 -info-am:
   1.702 -
   1.703 -install-data-am:
   1.704 -
   1.705 -install-dvi: install-dvi-recursive
   1.706 -
   1.707 -install-dvi-am:
   1.708 -
   1.709 -install-exec-am:
   1.710 -
   1.711 -install-html: install-html-recursive
   1.712 -
   1.713 -install-html-am:
   1.714 -
   1.715 -install-info: install-info-recursive
   1.716 -
   1.717 -install-info-am:
   1.718 -
   1.719 -install-man:
   1.720 -
   1.721 -install-pdf: install-pdf-recursive
   1.722 -
   1.723 -install-pdf-am:
   1.724 -
   1.725 -install-ps: install-ps-recursive
   1.726 -
   1.727 -install-ps-am:
   1.728 -
   1.729 -installcheck-am:
   1.730 -
   1.731 -maintainer-clean: maintainer-clean-recursive
   1.732 -	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   1.733 -	-rm -rf $(top_srcdir)/autom4te.cache
   1.734 -	-rm -f Makefile
   1.735 -maintainer-clean-am: distclean-am maintainer-clean-generic
   1.736 -
   1.737 -mostlyclean: mostlyclean-recursive
   1.738 -
   1.739 -mostlyclean-am: mostlyclean-generic
   1.740 -
   1.741 -pdf: pdf-recursive
   1.742 -
   1.743 -pdf-am:
   1.744 -
   1.745 -ps: ps-recursive
   1.746 -
   1.747 -ps-am:
   1.748 -
   1.749 -uninstall-am:
   1.750 -
   1.751 -.MAKE: $(am__recursive_targets) all install-am install-strip
   1.752 -
   1.753 -.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
   1.754 -	am--refresh check check-am clean clean-cscope clean-generic \
   1.755 -	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
   1.756 -	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
   1.757 -	distcheck distclean distclean-generic distclean-hdr \
   1.758 -	distclean-tags distcleancheck distdir distuninstallcheck dvi \
   1.759 -	dvi-am html html-am info info-am install install-am \
   1.760 -	install-data install-data-am install-dvi install-dvi-am \
   1.761 -	install-exec install-exec-am install-html install-html-am \
   1.762 -	install-info install-info-am install-man install-pdf \
   1.763 -	install-pdf-am install-ps install-ps-am install-strip \
   1.764 -	installcheck installcheck-am installdirs installdirs-am \
   1.765 -	maintainer-clean maintainer-clean-generic mostlyclean \
   1.766 -	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
   1.767 -	uninstall-am
   1.768 -
   1.769 -
   1.770 -# Tell versions [3.59,3.63) of GNU make to not export all variables.
   1.771 -# Otherwise a system limit (for SysV at least) may be exceeded.
   1.772 -.NOEXPORT:
     2.1 --- a/aclocal.m4	Wed May 31 12:51:24 2017 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,1039 +0,0 @@
     2.4 -# generated automatically by aclocal 1.13.4 -*- Autoconf -*-
     2.5 -
     2.6 -# Copyright (C) 1996-2013 Free Software Foundation, Inc.
     2.7 -
     2.8 -# This file is free software; the Free Software Foundation
     2.9 -# gives unlimited permission to copy and/or distribute it,
    2.10 -# with or without modifications, as long as this notice is preserved.
    2.11 -
    2.12 -# This program is distributed in the hope that it will be useful,
    2.13 -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    2.14 -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    2.15 -# PARTICULAR PURPOSE.
    2.16 -
    2.17 -m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
    2.18 -m4_ifndef([AC_AUTOCONF_VERSION],
    2.19 -  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    2.20 -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
    2.21 -[m4_warning([this file was generated for autoconf 2.69.
    2.22 -You have another version of autoconf.  It may work, but is not guaranteed to.
    2.23 -If you have problems, you may need to regenerate the build system entirely.
    2.24 -To do so, use the procedure documented by the package, typically 'autoreconf'.])])
    2.25 -
    2.26 -# Copyright (C) 2002-2013 Free Software Foundation, Inc.
    2.27 -#
    2.28 -# This file is free software; the Free Software Foundation
    2.29 -# gives unlimited permission to copy and/or distribute it,
    2.30 -# with or without modifications, as long as this notice is preserved.
    2.31 -
    2.32 -# AM_AUTOMAKE_VERSION(VERSION)
    2.33 -# ----------------------------
    2.34 -# Automake X.Y traces this macro to ensure aclocal.m4 has been
    2.35 -# generated from the m4 files accompanying Automake X.Y.
    2.36 -# (This private macro should not be called outside this file.)
    2.37 -AC_DEFUN([AM_AUTOMAKE_VERSION],
    2.38 -[am__api_version='1.13'
    2.39 -dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
    2.40 -dnl require some minimum version.  Point them to the right macro.
    2.41 -m4_if([$1], [1.13.4], [],
    2.42 -      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    2.43 -])
    2.44 -
    2.45 -# _AM_AUTOCONF_VERSION(VERSION)
    2.46 -# -----------------------------
    2.47 -# aclocal traces this macro to find the Autoconf version.
    2.48 -# This is a private macro too.  Using m4_define simplifies
    2.49 -# the logic in aclocal, which can simply ignore this definition.
    2.50 -m4_define([_AM_AUTOCONF_VERSION], [])
    2.51 -
    2.52 -# AM_SET_CURRENT_AUTOMAKE_VERSION
    2.53 -# -------------------------------
    2.54 -# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
    2.55 -# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
    2.56 -AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
    2.57 -[AM_AUTOMAKE_VERSION([1.13.4])dnl
    2.58 -m4_ifndef([AC_AUTOCONF_VERSION],
    2.59 -  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    2.60 -_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
    2.61 -
    2.62 -# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
    2.63 -
    2.64 -# Copyright (C) 2001-2013 Free Software Foundation, Inc.
    2.65 -#
    2.66 -# This file is free software; the Free Software Foundation
    2.67 -# gives unlimited permission to copy and/or distribute it,
    2.68 -# with or without modifications, as long as this notice is preserved.
    2.69 -
    2.70 -# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
    2.71 -# $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
    2.72 -# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
    2.73 -#
    2.74 -# Of course, Automake must honor this variable whenever it calls a
    2.75 -# tool from the auxiliary directory.  The problem is that $srcdir (and
    2.76 -# therefore $ac_aux_dir as well) can be either absolute or relative,
    2.77 -# depending on how configure is run.  This is pretty annoying, since
    2.78 -# it makes $ac_aux_dir quite unusable in subdirectories: in the top
    2.79 -# source directory, any form will work fine, but in subdirectories a
    2.80 -# relative path needs to be adjusted first.
    2.81 -#
    2.82 -# $ac_aux_dir/missing
    2.83 -#    fails when called from a subdirectory if $ac_aux_dir is relative
    2.84 -# $top_srcdir/$ac_aux_dir/missing
    2.85 -#    fails if $ac_aux_dir is absolute,
    2.86 -#    fails when called from a subdirectory in a VPATH build with
    2.87 -#          a relative $ac_aux_dir
    2.88 -#
    2.89 -# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
    2.90 -# are both prefixed by $srcdir.  In an in-source build this is usually
    2.91 -# harmless because $srcdir is '.', but things will broke when you
    2.92 -# start a VPATH build or use an absolute $srcdir.
    2.93 -#
    2.94 -# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
    2.95 -# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
    2.96 -#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
    2.97 -# and then we would define $MISSING as
    2.98 -#   MISSING="\${SHELL} $am_aux_dir/missing"
    2.99 -# This will work as long as MISSING is not called from configure, because
   2.100 -# unfortunately $(top_srcdir) has no meaning in configure.
   2.101 -# However there are other variables, like CC, which are often used in
   2.102 -# configure, and could therefore not use this "fixed" $ac_aux_dir.
   2.103 -#
   2.104 -# Another solution, used here, is to always expand $ac_aux_dir to an
   2.105 -# absolute PATH.  The drawback is that using absolute paths prevent a
   2.106 -# configured tree to be moved without reconfiguration.
   2.107 -
   2.108 -AC_DEFUN([AM_AUX_DIR_EXPAND],
   2.109 -[dnl Rely on autoconf to set up CDPATH properly.
   2.110 -AC_PREREQ([2.50])dnl
   2.111 -# expand $ac_aux_dir to an absolute path
   2.112 -am_aux_dir=`cd $ac_aux_dir && pwd`
   2.113 -])
   2.114 -
   2.115 -# AM_CONDITIONAL                                            -*- Autoconf -*-
   2.116 -
   2.117 -# Copyright (C) 1997-2013 Free Software Foundation, Inc.
   2.118 -#
   2.119 -# This file is free software; the Free Software Foundation
   2.120 -# gives unlimited permission to copy and/or distribute it,
   2.121 -# with or without modifications, as long as this notice is preserved.
   2.122 -
   2.123 -# AM_CONDITIONAL(NAME, SHELL-CONDITION)
   2.124 -# -------------------------------------
   2.125 -# Define a conditional.
   2.126 -AC_DEFUN([AM_CONDITIONAL],
   2.127 -[AC_PREREQ([2.52])dnl
   2.128 - m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
   2.129 -       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
   2.130 -AC_SUBST([$1_TRUE])dnl
   2.131 -AC_SUBST([$1_FALSE])dnl
   2.132 -_AM_SUBST_NOTMAKE([$1_TRUE])dnl
   2.133 -_AM_SUBST_NOTMAKE([$1_FALSE])dnl
   2.134 -m4_define([_AM_COND_VALUE_$1], [$2])dnl
   2.135 -if $2; then
   2.136 -  $1_TRUE=
   2.137 -  $1_FALSE='#'
   2.138 -else
   2.139 -  $1_TRUE='#'
   2.140 -  $1_FALSE=
   2.141 -fi
   2.142 -AC_CONFIG_COMMANDS_PRE(
   2.143 -[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
   2.144 -  AC_MSG_ERROR([[conditional "$1" was never defined.
   2.145 -Usually this means the macro was only invoked conditionally.]])
   2.146 -fi])])
   2.147 -
   2.148 -# Copyright (C) 1999-2013 Free Software Foundation, Inc.
   2.149 -#
   2.150 -# This file is free software; the Free Software Foundation
   2.151 -# gives unlimited permission to copy and/or distribute it,
   2.152 -# with or without modifications, as long as this notice is preserved.
   2.153 -
   2.154 -
   2.155 -# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
   2.156 -# written in clear, in which case automake, when reading aclocal.m4,
   2.157 -# will think it sees a *use*, and therefore will trigger all it's
   2.158 -# C support machinery.  Also note that it means that autoscan, seeing
   2.159 -# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
   2.160 -
   2.161 -
   2.162 -# _AM_DEPENDENCIES(NAME)
   2.163 -# ----------------------
   2.164 -# See how the compiler implements dependency checking.
   2.165 -# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
   2.166 -# We try a few techniques and use that to set a single cache variable.
   2.167 -#
   2.168 -# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
   2.169 -# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
   2.170 -# dependency, and given that the user is not expected to run this macro,
   2.171 -# just rely on AC_PROG_CC.
   2.172 -AC_DEFUN([_AM_DEPENDENCIES],
   2.173 -[AC_REQUIRE([AM_SET_DEPDIR])dnl
   2.174 -AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
   2.175 -AC_REQUIRE([AM_MAKE_INCLUDE])dnl
   2.176 -AC_REQUIRE([AM_DEP_TRACK])dnl
   2.177 -
   2.178 -m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
   2.179 -      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
   2.180 -      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
   2.181 -      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
   2.182 -      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
   2.183 -      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
   2.184 -                    [depcc="$$1"   am_compiler_list=])
   2.185 -
   2.186 -AC_CACHE_CHECK([dependency style of $depcc],
   2.187 -               [am_cv_$1_dependencies_compiler_type],
   2.188 -[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
   2.189 -  # We make a subdir and do the tests there.  Otherwise we can end up
   2.190 -  # making bogus files that we don't know about and never remove.  For
   2.191 -  # instance it was reported that on HP-UX the gcc test will end up
   2.192 -  # making a dummy file named 'D' -- because '-MD' means "put the output
   2.193 -  # in D".
   2.194 -  rm -rf conftest.dir
   2.195 -  mkdir conftest.dir
   2.196 -  # Copy depcomp to subdir because otherwise we won't find it if we're
   2.197 -  # using a relative directory.
   2.198 -  cp "$am_depcomp" conftest.dir
   2.199 -  cd conftest.dir
   2.200 -  # We will build objects and dependencies in a subdirectory because
   2.201 -  # it helps to detect inapplicable dependency modes.  For instance
   2.202 -  # both Tru64's cc and ICC support -MD to output dependencies as a
   2.203 -  # side effect of compilation, but ICC will put the dependencies in
   2.204 -  # the current directory while Tru64 will put them in the object
   2.205 -  # directory.
   2.206 -  mkdir sub
   2.207 -
   2.208 -  am_cv_$1_dependencies_compiler_type=none
   2.209 -  if test "$am_compiler_list" = ""; then
   2.210 -     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
   2.211 -  fi
   2.212 -  am__universal=false
   2.213 -  m4_case([$1], [CC],
   2.214 -    [case " $depcc " in #(
   2.215 -     *\ -arch\ *\ -arch\ *) am__universal=true ;;
   2.216 -     esac],
   2.217 -    [CXX],
   2.218 -    [case " $depcc " in #(
   2.219 -     *\ -arch\ *\ -arch\ *) am__universal=true ;;
   2.220 -     esac])
   2.221 -
   2.222 -  for depmode in $am_compiler_list; do
   2.223 -    # Setup a source with many dependencies, because some compilers
   2.224 -    # like to wrap large dependency lists on column 80 (with \), and
   2.225 -    # we should not choose a depcomp mode which is confused by this.
   2.226 -    #
   2.227 -    # We need to recreate these files for each test, as the compiler may
   2.228 -    # overwrite some of them when testing with obscure command lines.
   2.229 -    # This happens at least with the AIX C compiler.
   2.230 -    : > sub/conftest.c
   2.231 -    for i in 1 2 3 4 5 6; do
   2.232 -      echo '#include "conftst'$i'.h"' >> sub/conftest.c
   2.233 -      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
   2.234 -      # Solaris 10 /bin/sh.
   2.235 -      echo '/* dummy */' > sub/conftst$i.h
   2.236 -    done
   2.237 -    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
   2.238 -
   2.239 -    # We check with '-c' and '-o' for the sake of the "dashmstdout"
   2.240 -    # mode.  It turns out that the SunPro C++ compiler does not properly
   2.241 -    # handle '-M -o', and we need to detect this.  Also, some Intel
   2.242 -    # versions had trouble with output in subdirs.
   2.243 -    am__obj=sub/conftest.${OBJEXT-o}
   2.244 -    am__minus_obj="-o $am__obj"
   2.245 -    case $depmode in
   2.246 -    gcc)
   2.247 -      # This depmode causes a compiler race in universal mode.
   2.248 -      test "$am__universal" = false || continue
   2.249 -      ;;
   2.250 -    nosideeffect)
   2.251 -      # After this tag, mechanisms are not by side-effect, so they'll
   2.252 -      # only be used when explicitly requested.
   2.253 -      if test "x$enable_dependency_tracking" = xyes; then
   2.254 -	continue
   2.255 -      else
   2.256 -	break
   2.257 -      fi
   2.258 -      ;;
   2.259 -    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
   2.260 -      # This compiler won't grok '-c -o', but also, the minuso test has
   2.261 -      # not run yet.  These depmodes are late enough in the game, and
   2.262 -      # so weak that their functioning should not be impacted.
   2.263 -      am__obj=conftest.${OBJEXT-o}
   2.264 -      am__minus_obj=
   2.265 -      ;;
   2.266 -    none) break ;;
   2.267 -    esac
   2.268 -    if depmode=$depmode \
   2.269 -       source=sub/conftest.c object=$am__obj \
   2.270 -       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
   2.271 -       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
   2.272 -         >/dev/null 2>conftest.err &&
   2.273 -       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
   2.274 -       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
   2.275 -       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
   2.276 -       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
   2.277 -      # icc doesn't choke on unknown options, it will just issue warnings
   2.278 -      # or remarks (even with -Werror).  So we grep stderr for any message
   2.279 -      # that says an option was ignored or not supported.
   2.280 -      # When given -MP, icc 7.0 and 7.1 complain thusly:
   2.281 -      #   icc: Command line warning: ignoring option '-M'; no argument required
   2.282 -      # The diagnosis changed in icc 8.0:
   2.283 -      #   icc: Command line remark: option '-MP' not supported
   2.284 -      if (grep 'ignoring option' conftest.err ||
   2.285 -          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
   2.286 -        am_cv_$1_dependencies_compiler_type=$depmode
   2.287 -        break
   2.288 -      fi
   2.289 -    fi
   2.290 -  done
   2.291 -
   2.292 -  cd ..
   2.293 -  rm -rf conftest.dir
   2.294 -else
   2.295 -  am_cv_$1_dependencies_compiler_type=none
   2.296 -fi
   2.297 -])
   2.298 -AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
   2.299 -AM_CONDITIONAL([am__fastdep$1], [
   2.300 -  test "x$enable_dependency_tracking" != xno \
   2.301 -  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
   2.302 -])
   2.303 -
   2.304 -
   2.305 -# AM_SET_DEPDIR
   2.306 -# -------------
   2.307 -# Choose a directory name for dependency files.
   2.308 -# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
   2.309 -AC_DEFUN([AM_SET_DEPDIR],
   2.310 -[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
   2.311 -AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
   2.312 -])
   2.313 -
   2.314 -
   2.315 -# AM_DEP_TRACK
   2.316 -# ------------
   2.317 -AC_DEFUN([AM_DEP_TRACK],
   2.318 -[AC_ARG_ENABLE([dependency-tracking], [dnl
   2.319 -AS_HELP_STRING(
   2.320 -  [--enable-dependency-tracking],
   2.321 -  [do not reject slow dependency extractors])
   2.322 -AS_HELP_STRING(
   2.323 -  [--disable-dependency-tracking],
   2.324 -  [speeds up one-time build])])
   2.325 -if test "x$enable_dependency_tracking" != xno; then
   2.326 -  am_depcomp="$ac_aux_dir/depcomp"
   2.327 -  AMDEPBACKSLASH='\'
   2.328 -  am__nodep='_no'
   2.329 -fi
   2.330 -AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
   2.331 -AC_SUBST([AMDEPBACKSLASH])dnl
   2.332 -_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
   2.333 -AC_SUBST([am__nodep])dnl
   2.334 -_AM_SUBST_NOTMAKE([am__nodep])dnl
   2.335 -])
   2.336 -
   2.337 -# Generate code to set up dependency tracking.              -*- Autoconf -*-
   2.338 -
   2.339 -# Copyright (C) 1999-2013 Free Software Foundation, Inc.
   2.340 -#
   2.341 -# This file is free software; the Free Software Foundation
   2.342 -# gives unlimited permission to copy and/or distribute it,
   2.343 -# with or without modifications, as long as this notice is preserved.
   2.344 -
   2.345 -
   2.346 -# _AM_OUTPUT_DEPENDENCY_COMMANDS
   2.347 -# ------------------------------
   2.348 -AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
   2.349 -[{
   2.350 -  # Older Autoconf quotes --file arguments for eval, but not when files
   2.351 -  # are listed without --file.  Let's play safe and only enable the eval
   2.352 -  # if we detect the quoting.
   2.353 -  case $CONFIG_FILES in
   2.354 -  *\'*) eval set x "$CONFIG_FILES" ;;
   2.355 -  *)   set x $CONFIG_FILES ;;
   2.356 -  esac
   2.357 -  shift
   2.358 -  for mf
   2.359 -  do
   2.360 -    # Strip MF so we end up with the name of the file.
   2.361 -    mf=`echo "$mf" | sed -e 's/:.*$//'`
   2.362 -    # Check whether this is an Automake generated Makefile or not.
   2.363 -    # We used to match only the files named 'Makefile.in', but
   2.364 -    # some people rename them; so instead we look at the file content.
   2.365 -    # Grep'ing the first line is not enough: some people post-process
   2.366 -    # each Makefile.in and add a new line on top of each file to say so.
   2.367 -    # Grep'ing the whole file is not good either: AIX grep has a line
   2.368 -    # limit of 2048, but all sed's we know have understand at least 4000.
   2.369 -    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
   2.370 -      dirpart=`AS_DIRNAME("$mf")`
   2.371 -    else
   2.372 -      continue
   2.373 -    fi
   2.374 -    # Extract the definition of DEPDIR, am__include, and am__quote
   2.375 -    # from the Makefile without running 'make'.
   2.376 -    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
   2.377 -    test -z "$DEPDIR" && continue
   2.378 -    am__include=`sed -n 's/^am__include = //p' < "$mf"`
   2.379 -    test -z "$am__include" && continue
   2.380 -    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
   2.381 -    # Find all dependency output files, they are included files with
   2.382 -    # $(DEPDIR) in their names.  We invoke sed twice because it is the
   2.383 -    # simplest approach to changing $(DEPDIR) to its actual value in the
   2.384 -    # expansion.
   2.385 -    for file in `sed -n "
   2.386 -      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
   2.387 -	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
   2.388 -      # Make sure the directory exists.
   2.389 -      test -f "$dirpart/$file" && continue
   2.390 -      fdir=`AS_DIRNAME(["$file"])`
   2.391 -      AS_MKDIR_P([$dirpart/$fdir])
   2.392 -      # echo "creating $dirpart/$file"
   2.393 -      echo '# dummy' > "$dirpart/$file"
   2.394 -    done
   2.395 -  done
   2.396 -}
   2.397 -])# _AM_OUTPUT_DEPENDENCY_COMMANDS
   2.398 -
   2.399 -
   2.400 -# AM_OUTPUT_DEPENDENCY_COMMANDS
   2.401 -# -----------------------------
   2.402 -# This macro should only be invoked once -- use via AC_REQUIRE.
   2.403 -#
   2.404 -# This code is only required when automatic dependency tracking
   2.405 -# is enabled.  FIXME.  This creates each '.P' file that we will
   2.406 -# need in order to bootstrap the dependency handling code.
   2.407 -AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
   2.408 -[AC_CONFIG_COMMANDS([depfiles],
   2.409 -     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
   2.410 -     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
   2.411 -])
   2.412 -
   2.413 -# Do all the work for Automake.                             -*- Autoconf -*-
   2.414 -
   2.415 -# Copyright (C) 1996-2013 Free Software Foundation, Inc.
   2.416 -#
   2.417 -# This file is free software; the Free Software Foundation
   2.418 -# gives unlimited permission to copy and/or distribute it,
   2.419 -# with or without modifications, as long as this notice is preserved.
   2.420 -
   2.421 -# This macro actually does too much.  Some checks are only needed if
   2.422 -# your package does certain things.  But this isn't really a big deal.
   2.423 -
   2.424 -# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
   2.425 -# AM_INIT_AUTOMAKE([OPTIONS])
   2.426 -# -----------------------------------------------
   2.427 -# The call with PACKAGE and VERSION arguments is the old style
   2.428 -# call (pre autoconf-2.50), which is being phased out.  PACKAGE
   2.429 -# and VERSION should now be passed to AC_INIT and removed from
   2.430 -# the call to AM_INIT_AUTOMAKE.
   2.431 -# We support both call styles for the transition.  After
   2.432 -# the next Automake release, Autoconf can make the AC_INIT
   2.433 -# arguments mandatory, and then we can depend on a new Autoconf
   2.434 -# release and drop the old call support.
   2.435 -AC_DEFUN([AM_INIT_AUTOMAKE],
   2.436 -[AC_PREREQ([2.65])dnl
   2.437 -dnl Autoconf wants to disallow AM_ names.  We explicitly allow
   2.438 -dnl the ones we care about.
   2.439 -m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
   2.440 -AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
   2.441 -AC_REQUIRE([AC_PROG_INSTALL])dnl
   2.442 -if test "`cd $srcdir && pwd`" != "`pwd`"; then
   2.443 -  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
   2.444 -  # is not polluted with repeated "-I."
   2.445 -  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
   2.446 -  # test to see if srcdir already configured
   2.447 -  if test -f $srcdir/config.status; then
   2.448 -    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
   2.449 -  fi
   2.450 -fi
   2.451 -
   2.452 -# test whether we have cygpath
   2.453 -if test -z "$CYGPATH_W"; then
   2.454 -  if (cygpath --version) >/dev/null 2>/dev/null; then
   2.455 -    CYGPATH_W='cygpath -w'
   2.456 -  else
   2.457 -    CYGPATH_W=echo
   2.458 -  fi
   2.459 -fi
   2.460 -AC_SUBST([CYGPATH_W])
   2.461 -
   2.462 -# Define the identity of the package.
   2.463 -dnl Distinguish between old-style and new-style calls.
   2.464 -m4_ifval([$2],
   2.465 -[AC_DIAGNOSE([obsolete],
   2.466 -             [$0: two- and three-arguments forms are deprecated.])
   2.467 -m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
   2.468 - AC_SUBST([PACKAGE], [$1])dnl
   2.469 - AC_SUBST([VERSION], [$2])],
   2.470 -[_AM_SET_OPTIONS([$1])dnl
   2.471 -dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
   2.472 -m4_if(
   2.473 -  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
   2.474 -  [ok:ok],,
   2.475 -  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
   2.476 - AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
   2.477 - AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
   2.478 -
   2.479 -_AM_IF_OPTION([no-define],,
   2.480 -[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
   2.481 - AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
   2.482 -
   2.483 -# Some tools Automake needs.
   2.484 -AC_REQUIRE([AM_SANITY_CHECK])dnl
   2.485 -AC_REQUIRE([AC_ARG_PROGRAM])dnl
   2.486 -AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
   2.487 -AM_MISSING_PROG([AUTOCONF], [autoconf])
   2.488 -AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
   2.489 -AM_MISSING_PROG([AUTOHEADER], [autoheader])
   2.490 -AM_MISSING_PROG([MAKEINFO], [makeinfo])
   2.491 -AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
   2.492 -AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
   2.493 -AC_REQUIRE([AC_PROG_MKDIR_P])dnl
   2.494 -# For better backward compatibility.  To be removed once Automake 1.9.x
   2.495 -# dies out for good.  For more background, see:
   2.496 -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
   2.497 -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
   2.498 -AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
   2.499 -# We need awk for the "check" target.  The system "awk" is bad on
   2.500 -# some platforms.
   2.501 -AC_REQUIRE([AC_PROG_AWK])dnl
   2.502 -AC_REQUIRE([AC_PROG_MAKE_SET])dnl
   2.503 -AC_REQUIRE([AM_SET_LEADING_DOT])dnl
   2.504 -_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
   2.505 -	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
   2.506 -			     [_AM_PROG_TAR([v7])])])
   2.507 -_AM_IF_OPTION([no-dependencies],,
   2.508 -[AC_PROVIDE_IFELSE([AC_PROG_CC],
   2.509 -		  [_AM_DEPENDENCIES([CC])],
   2.510 -		  [m4_define([AC_PROG_CC],
   2.511 -			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
   2.512 -AC_PROVIDE_IFELSE([AC_PROG_CXX],
   2.513 -		  [_AM_DEPENDENCIES([CXX])],
   2.514 -		  [m4_define([AC_PROG_CXX],
   2.515 -			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
   2.516 -AC_PROVIDE_IFELSE([AC_PROG_OBJC],
   2.517 -		  [_AM_DEPENDENCIES([OBJC])],
   2.518 -		  [m4_define([AC_PROG_OBJC],
   2.519 -			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
   2.520 -AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
   2.521 -		  [_AM_DEPENDENCIES([OBJCXX])],
   2.522 -		  [m4_define([AC_PROG_OBJCXX],
   2.523 -			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
   2.524 -])
   2.525 -AC_REQUIRE([AM_SILENT_RULES])dnl
   2.526 -dnl The testsuite driver may need to know about EXEEXT, so add the
   2.527 -dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
   2.528 -dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
   2.529 -AC_CONFIG_COMMANDS_PRE(dnl
   2.530 -[m4_provide_if([_AM_COMPILER_EXEEXT],
   2.531 -  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
   2.532 -])
   2.533 -
   2.534 -dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
   2.535 -dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
   2.536 -dnl mangled by Autoconf and run in a shell conditional statement.
   2.537 -m4_define([_AC_COMPILER_EXEEXT],
   2.538 -m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
   2.539 -
   2.540 -
   2.541 -# When config.status generates a header, we must update the stamp-h file.
   2.542 -# This file resides in the same directory as the config header
   2.543 -# that is generated.  The stamp files are numbered to have different names.
   2.544 -
   2.545 -# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
   2.546 -# loop where config.status creates the headers, so we can generate
   2.547 -# our stamp files there.
   2.548 -AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
   2.549 -[# Compute $1's index in $config_headers.
   2.550 -_am_arg=$1
   2.551 -_am_stamp_count=1
   2.552 -for _am_header in $config_headers :; do
   2.553 -  case $_am_header in
   2.554 -    $_am_arg | $_am_arg:* )
   2.555 -      break ;;
   2.556 -    * )
   2.557 -      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
   2.558 -  esac
   2.559 -done
   2.560 -echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
   2.561 -
   2.562 -# Copyright (C) 2001-2013 Free Software Foundation, Inc.
   2.563 -#
   2.564 -# This file is free software; the Free Software Foundation
   2.565 -# gives unlimited permission to copy and/or distribute it,
   2.566 -# with or without modifications, as long as this notice is preserved.
   2.567 -
   2.568 -# AM_PROG_INSTALL_SH
   2.569 -# ------------------
   2.570 -# Define $install_sh.
   2.571 -AC_DEFUN([AM_PROG_INSTALL_SH],
   2.572 -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
   2.573 -if test x"${install_sh}" != xset; then
   2.574 -  case $am_aux_dir in
   2.575 -  *\ * | *\	*)
   2.576 -    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
   2.577 -  *)
   2.578 -    install_sh="\${SHELL} $am_aux_dir/install-sh"
   2.579 -  esac
   2.580 -fi
   2.581 -AC_SUBST([install_sh])])
   2.582 -
   2.583 -# Copyright (C) 2003-2013 Free Software Foundation, Inc.
   2.584 -#
   2.585 -# This file is free software; the Free Software Foundation
   2.586 -# gives unlimited permission to copy and/or distribute it,
   2.587 -# with or without modifications, as long as this notice is preserved.
   2.588 -
   2.589 -# Check whether the underlying file-system supports filenames
   2.590 -# with a leading dot.  For instance MS-DOS doesn't.
   2.591 -AC_DEFUN([AM_SET_LEADING_DOT],
   2.592 -[rm -rf .tst 2>/dev/null
   2.593 -mkdir .tst 2>/dev/null
   2.594 -if test -d .tst; then
   2.595 -  am__leading_dot=.
   2.596 -else
   2.597 -  am__leading_dot=_
   2.598 -fi
   2.599 -rmdir .tst 2>/dev/null
   2.600 -AC_SUBST([am__leading_dot])])
   2.601 -
   2.602 -# Check to see how 'make' treats includes.	            -*- Autoconf -*-
   2.603 -
   2.604 -# Copyright (C) 2001-2013 Free Software Foundation, Inc.
   2.605 -#
   2.606 -# This file is free software; the Free Software Foundation
   2.607 -# gives unlimited permission to copy and/or distribute it,
   2.608 -# with or without modifications, as long as this notice is preserved.
   2.609 -
   2.610 -# AM_MAKE_INCLUDE()
   2.611 -# -----------------
   2.612 -# Check to see how make treats includes.
   2.613 -AC_DEFUN([AM_MAKE_INCLUDE],
   2.614 -[am_make=${MAKE-make}
   2.615 -cat > confinc << 'END'
   2.616 -am__doit:
   2.617 -	@echo this is the am__doit target
   2.618 -.PHONY: am__doit
   2.619 -END
   2.620 -# If we don't find an include directive, just comment out the code.
   2.621 -AC_MSG_CHECKING([for style of include used by $am_make])
   2.622 -am__include="#"
   2.623 -am__quote=
   2.624 -_am_result=none
   2.625 -# First try GNU make style include.
   2.626 -echo "include confinc" > confmf
   2.627 -# Ignore all kinds of additional output from 'make'.
   2.628 -case `$am_make -s -f confmf 2> /dev/null` in #(
   2.629 -*the\ am__doit\ target*)
   2.630 -  am__include=include
   2.631 -  am__quote=
   2.632 -  _am_result=GNU
   2.633 -  ;;
   2.634 -esac
   2.635 -# Now try BSD make style include.
   2.636 -if test "$am__include" = "#"; then
   2.637 -   echo '.include "confinc"' > confmf
   2.638 -   case `$am_make -s -f confmf 2> /dev/null` in #(
   2.639 -   *the\ am__doit\ target*)
   2.640 -     am__include=.include
   2.641 -     am__quote="\""
   2.642 -     _am_result=BSD
   2.643 -     ;;
   2.644 -   esac
   2.645 -fi
   2.646 -AC_SUBST([am__include])
   2.647 -AC_SUBST([am__quote])
   2.648 -AC_MSG_RESULT([$_am_result])
   2.649 -rm -f confinc confmf
   2.650 -])
   2.651 -
   2.652 -# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
   2.653 -
   2.654 -# Copyright (C) 1997-2013 Free Software Foundation, Inc.
   2.655 -#
   2.656 -# This file is free software; the Free Software Foundation
   2.657 -# gives unlimited permission to copy and/or distribute it,
   2.658 -# with or without modifications, as long as this notice is preserved.
   2.659 -
   2.660 -# AM_MISSING_PROG(NAME, PROGRAM)
   2.661 -# ------------------------------
   2.662 -AC_DEFUN([AM_MISSING_PROG],
   2.663 -[AC_REQUIRE([AM_MISSING_HAS_RUN])
   2.664 -$1=${$1-"${am_missing_run}$2"}
   2.665 -AC_SUBST($1)])
   2.666 -
   2.667 -# AM_MISSING_HAS_RUN
   2.668 -# ------------------
   2.669 -# Define MISSING if not defined so far and test if it is modern enough.
   2.670 -# If it is, set am_missing_run to use it, otherwise, to nothing.
   2.671 -AC_DEFUN([AM_MISSING_HAS_RUN],
   2.672 -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
   2.673 -AC_REQUIRE_AUX_FILE([missing])dnl
   2.674 -if test x"${MISSING+set}" != xset; then
   2.675 -  case $am_aux_dir in
   2.676 -  *\ * | *\	*)
   2.677 -    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
   2.678 -  *)
   2.679 -    MISSING="\${SHELL} $am_aux_dir/missing" ;;
   2.680 -  esac
   2.681 -fi
   2.682 -# Use eval to expand $SHELL
   2.683 -if eval "$MISSING --is-lightweight"; then
   2.684 -  am_missing_run="$MISSING "
   2.685 -else
   2.686 -  am_missing_run=
   2.687 -  AC_MSG_WARN(['missing' script is too old or missing])
   2.688 -fi
   2.689 -])
   2.690 -
   2.691 -# Helper functions for option handling.                     -*- Autoconf -*-
   2.692 -
   2.693 -# Copyright (C) 2001-2013 Free Software Foundation, Inc.
   2.694 -#
   2.695 -# This file is free software; the Free Software Foundation
   2.696 -# gives unlimited permission to copy and/or distribute it,
   2.697 -# with or without modifications, as long as this notice is preserved.
   2.698 -
   2.699 -# _AM_MANGLE_OPTION(NAME)
   2.700 -# -----------------------
   2.701 -AC_DEFUN([_AM_MANGLE_OPTION],
   2.702 -[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
   2.703 -
   2.704 -# _AM_SET_OPTION(NAME)
   2.705 -# --------------------
   2.706 -# Set option NAME.  Presently that only means defining a flag for this option.
   2.707 -AC_DEFUN([_AM_SET_OPTION],
   2.708 -[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
   2.709 -
   2.710 -# _AM_SET_OPTIONS(OPTIONS)
   2.711 -# ------------------------
   2.712 -# OPTIONS is a space-separated list of Automake options.
   2.713 -AC_DEFUN([_AM_SET_OPTIONS],
   2.714 -[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
   2.715 -
   2.716 -# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
   2.717 -# -------------------------------------------
   2.718 -# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
   2.719 -AC_DEFUN([_AM_IF_OPTION],
   2.720 -[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
   2.721 -
   2.722 -# Check to make sure that the build environment is sane.    -*- Autoconf -*-
   2.723 -
   2.724 -# Copyright (C) 1996-2013 Free Software Foundation, Inc.
   2.725 -#
   2.726 -# This file is free software; the Free Software Foundation
   2.727 -# gives unlimited permission to copy and/or distribute it,
   2.728 -# with or without modifications, as long as this notice is preserved.
   2.729 -
   2.730 -# AM_SANITY_CHECK
   2.731 -# ---------------
   2.732 -AC_DEFUN([AM_SANITY_CHECK],
   2.733 -[AC_MSG_CHECKING([whether build environment is sane])
   2.734 -# Reject unsafe characters in $srcdir or the absolute working directory
   2.735 -# name.  Accept space and tab only in the latter.
   2.736 -am_lf='
   2.737 -'
   2.738 -case `pwd` in
   2.739 -  *[[\\\"\#\$\&\'\`$am_lf]]*)
   2.740 -    AC_MSG_ERROR([unsafe absolute working directory name]);;
   2.741 -esac
   2.742 -case $srcdir in
   2.743 -  *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
   2.744 -    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
   2.745 -esac
   2.746 -
   2.747 -# Do 'set' in a subshell so we don't clobber the current shell's
   2.748 -# arguments.  Must try -L first in case configure is actually a
   2.749 -# symlink; some systems play weird games with the mod time of symlinks
   2.750 -# (eg FreeBSD returns the mod time of the symlink's containing
   2.751 -# directory).
   2.752 -if (
   2.753 -   am_has_slept=no
   2.754 -   for am_try in 1 2; do
   2.755 -     echo "timestamp, slept: $am_has_slept" > conftest.file
   2.756 -     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
   2.757 -     if test "$[*]" = "X"; then
   2.758 -	# -L didn't work.
   2.759 -	set X `ls -t "$srcdir/configure" conftest.file`
   2.760 -     fi
   2.761 -     if test "$[*]" != "X $srcdir/configure conftest.file" \
   2.762 -	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
   2.763 -
   2.764 -	# If neither matched, then we have a broken ls.  This can happen
   2.765 -	# if, for instance, CONFIG_SHELL is bash and it inherits a
   2.766 -	# broken ls alias from the environment.  This has actually
   2.767 -	# happened.  Such a system could not be considered "sane".
   2.768 -	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
   2.769 -  alias in your environment])
   2.770 -     fi
   2.771 -     if test "$[2]" = conftest.file || test $am_try -eq 2; then
   2.772 -       break
   2.773 -     fi
   2.774 -     # Just in case.
   2.775 -     sleep 1
   2.776 -     am_has_slept=yes
   2.777 -   done
   2.778 -   test "$[2]" = conftest.file
   2.779 -   )
   2.780 -then
   2.781 -   # Ok.
   2.782 -   :
   2.783 -else
   2.784 -   AC_MSG_ERROR([newly created file is older than distributed files!
   2.785 -Check your system clock])
   2.786 -fi
   2.787 -AC_MSG_RESULT([yes])
   2.788 -# If we didn't sleep, we still need to ensure time stamps of config.status and
   2.789 -# generated files are strictly newer.
   2.790 -am_sleep_pid=
   2.791 -if grep 'slept: no' conftest.file >/dev/null 2>&1; then
   2.792 -  ( sleep 1 ) &
   2.793 -  am_sleep_pid=$!
   2.794 -fi
   2.795 -AC_CONFIG_COMMANDS_PRE(
   2.796 -  [AC_MSG_CHECKING([that generated files are newer than configure])
   2.797 -   if test -n "$am_sleep_pid"; then
   2.798 -     # Hide warnings about reused PIDs.
   2.799 -     wait $am_sleep_pid 2>/dev/null
   2.800 -   fi
   2.801 -   AC_MSG_RESULT([done])])
   2.802 -rm -f conftest.file
   2.803 -])
   2.804 -
   2.805 -# Copyright (C) 2009-2013 Free Software Foundation, Inc.
   2.806 -#
   2.807 -# This file is free software; the Free Software Foundation
   2.808 -# gives unlimited permission to copy and/or distribute it,
   2.809 -# with or without modifications, as long as this notice is preserved.
   2.810 -
   2.811 -# AM_SILENT_RULES([DEFAULT])
   2.812 -# --------------------------
   2.813 -# Enable less verbose build rules; with the default set to DEFAULT
   2.814 -# ("yes" being less verbose, "no" or empty being verbose).
   2.815 -AC_DEFUN([AM_SILENT_RULES],
   2.816 -[AC_ARG_ENABLE([silent-rules], [dnl
   2.817 -AS_HELP_STRING(
   2.818 -  [--enable-silent-rules],
   2.819 -  [less verbose build output (undo: "make V=1")])
   2.820 -AS_HELP_STRING(
   2.821 -  [--disable-silent-rules],
   2.822 -  [verbose build output (undo: "make V=0")])dnl
   2.823 -])
   2.824 -case $enable_silent_rules in @%:@ (((
   2.825 -  yes) AM_DEFAULT_VERBOSITY=0;;
   2.826 -   no) AM_DEFAULT_VERBOSITY=1;;
   2.827 -    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
   2.828 -esac
   2.829 -dnl
   2.830 -dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
   2.831 -dnl do not support nested variable expansions.
   2.832 -dnl See automake bug#9928 and bug#10237.
   2.833 -am_make=${MAKE-make}
   2.834 -AC_CACHE_CHECK([whether $am_make supports nested variables],
   2.835 -   [am_cv_make_support_nested_variables],
   2.836 -   [if AS_ECHO([['TRUE=$(BAR$(V))
   2.837 -BAR0=false
   2.838 -BAR1=true
   2.839 -V=1
   2.840 -am__doit:
   2.841 -	@$(TRUE)
   2.842 -.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
   2.843 -  am_cv_make_support_nested_variables=yes
   2.844 -else
   2.845 -  am_cv_make_support_nested_variables=no
   2.846 -fi])
   2.847 -if test $am_cv_make_support_nested_variables = yes; then
   2.848 -  dnl Using '$V' instead of '$(V)' breaks IRIX make.
   2.849 -  AM_V='$(V)'
   2.850 -  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
   2.851 -else
   2.852 -  AM_V=$AM_DEFAULT_VERBOSITY
   2.853 -  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
   2.854 -fi
   2.855 -AC_SUBST([AM_V])dnl
   2.856 -AM_SUBST_NOTMAKE([AM_V])dnl
   2.857 -AC_SUBST([AM_DEFAULT_V])dnl
   2.858 -AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
   2.859 -AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
   2.860 -AM_BACKSLASH='\'
   2.861 -AC_SUBST([AM_BACKSLASH])dnl
   2.862 -_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
   2.863 -])
   2.864 -
   2.865 -# Copyright (C) 2001-2013 Free Software Foundation, Inc.
   2.866 -#
   2.867 -# This file is free software; the Free Software Foundation
   2.868 -# gives unlimited permission to copy and/or distribute it,
   2.869 -# with or without modifications, as long as this notice is preserved.
   2.870 -
   2.871 -# AM_PROG_INSTALL_STRIP
   2.872 -# ---------------------
   2.873 -# One issue with vendor 'install' (even GNU) is that you can't
   2.874 -# specify the program used to strip binaries.  This is especially
   2.875 -# annoying in cross-compiling environments, where the build's strip
   2.876 -# is unlikely to handle the host's binaries.
   2.877 -# Fortunately install-sh will honor a STRIPPROG variable, so we
   2.878 -# always use install-sh in "make install-strip", and initialize
   2.879 -# STRIPPROG with the value of the STRIP variable (set by the user).
   2.880 -AC_DEFUN([AM_PROG_INSTALL_STRIP],
   2.881 -[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
   2.882 -# Installed binaries are usually stripped using 'strip' when the user
   2.883 -# run "make install-strip".  However 'strip' might not be the right
   2.884 -# tool to use in cross-compilation environments, therefore Automake
   2.885 -# will honor the 'STRIP' environment variable to overrule this program.
   2.886 -dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
   2.887 -if test "$cross_compiling" != no; then
   2.888 -  AC_CHECK_TOOL([STRIP], [strip], :)
   2.889 -fi
   2.890 -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
   2.891 -AC_SUBST([INSTALL_STRIP_PROGRAM])])
   2.892 -
   2.893 -# Copyright (C) 2006-2013 Free Software Foundation, Inc.
   2.894 -#
   2.895 -# This file is free software; the Free Software Foundation
   2.896 -# gives unlimited permission to copy and/or distribute it,
   2.897 -# with or without modifications, as long as this notice is preserved.
   2.898 -
   2.899 -# _AM_SUBST_NOTMAKE(VARIABLE)
   2.900 -# ---------------------------
   2.901 -# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
   2.902 -# This macro is traced by Automake.
   2.903 -AC_DEFUN([_AM_SUBST_NOTMAKE])
   2.904 -
   2.905 -# AM_SUBST_NOTMAKE(VARIABLE)
   2.906 -# --------------------------
   2.907 -# Public sister of _AM_SUBST_NOTMAKE.
   2.908 -AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
   2.909 -
   2.910 -# Check how to create a tarball.                            -*- Autoconf -*-
   2.911 -
   2.912 -# Copyright (C) 2004-2013 Free Software Foundation, Inc.
   2.913 -#
   2.914 -# This file is free software; the Free Software Foundation
   2.915 -# gives unlimited permission to copy and/or distribute it,
   2.916 -# with or without modifications, as long as this notice is preserved.
   2.917 -
   2.918 -# _AM_PROG_TAR(FORMAT)
   2.919 -# --------------------
   2.920 -# Check how to create a tarball in format FORMAT.
   2.921 -# FORMAT should be one of 'v7', 'ustar', or 'pax'.
   2.922 -#
   2.923 -# Substitute a variable $(am__tar) that is a command
   2.924 -# writing to stdout a FORMAT-tarball containing the directory
   2.925 -# $tardir.
   2.926 -#     tardir=directory && $(am__tar) > result.tar
   2.927 -#
   2.928 -# Substitute a variable $(am__untar) that extract such
   2.929 -# a tarball read from stdin.
   2.930 -#     $(am__untar) < result.tar
   2.931 -#
   2.932 -AC_DEFUN([_AM_PROG_TAR],
   2.933 -[# Always define AMTAR for backward compatibility.  Yes, it's still used
   2.934 -# in the wild :-(  We should find a proper way to deprecate it ...
   2.935 -AC_SUBST([AMTAR], ['$${TAR-tar}'])
   2.936 -
   2.937 -# We'll loop over all known methods to create a tar archive until one works.
   2.938 -_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
   2.939 -
   2.940 -m4_if([$1], [v7],
   2.941 -  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
   2.942 -
   2.943 -  [m4_case([$1],
   2.944 -    [ustar],
   2.945 -     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
   2.946 -      # There is notably a 21 bits limit for the UID and the GID.  In fact,
   2.947 -      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
   2.948 -      # and bug#13588).
   2.949 -      am_max_uid=2097151 # 2^21 - 1
   2.950 -      am_max_gid=$am_max_uid
   2.951 -      # The $UID and $GID variables are not portable, so we need to resort
   2.952 -      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
   2.953 -      # below are definitely unexpected, so allow the users to see them
   2.954 -      # (that is, avoid stderr redirection).
   2.955 -      am_uid=`id -u || echo unknown`
   2.956 -      am_gid=`id -g || echo unknown`
   2.957 -      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
   2.958 -      if test $am_uid -le $am_max_uid; then
   2.959 -         AC_MSG_RESULT([yes])
   2.960 -      else
   2.961 -         AC_MSG_RESULT([no])
   2.962 -         _am_tools=none
   2.963 -      fi
   2.964 -      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
   2.965 -      if test $am_gid -le $am_max_gid; then
   2.966 -         AC_MSG_RESULT([yes])
   2.967 -      else
   2.968 -        AC_MSG_RESULT([no])
   2.969 -        _am_tools=none
   2.970 -      fi],
   2.971 -
   2.972 -  [pax],
   2.973 -    [],
   2.974 -
   2.975 -  [m4_fatal([Unknown tar format])])
   2.976 -
   2.977 -  AC_MSG_CHECKING([how to create a $1 tar archive])
   2.978 -
   2.979 -  # Go ahead even if we have the value already cached.  We do so because we
   2.980 -  # need to set the values for the 'am__tar' and 'am__untar' variables.
   2.981 -  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
   2.982 -
   2.983 -  for _am_tool in $_am_tools; do
   2.984 -    case $_am_tool in
   2.985 -    gnutar)
   2.986 -      for _am_tar in tar gnutar gtar; do
   2.987 -        AM_RUN_LOG([$_am_tar --version]) && break
   2.988 -      done
   2.989 -      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
   2.990 -      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
   2.991 -      am__untar="$_am_tar -xf -"
   2.992 -      ;;
   2.993 -    plaintar)
   2.994 -      # Must skip GNU tar: if it does not support --format= it doesn't create
   2.995 -      # ustar tarball either.
   2.996 -      (tar --version) >/dev/null 2>&1 && continue
   2.997 -      am__tar='tar chf - "$$tardir"'
   2.998 -      am__tar_='tar chf - "$tardir"'
   2.999 -      am__untar='tar xf -'
  2.1000 -      ;;
  2.1001 -    pax)
  2.1002 -      am__tar='pax -L -x $1 -w "$$tardir"'
  2.1003 -      am__tar_='pax -L -x $1 -w "$tardir"'
  2.1004 -      am__untar='pax -r'
  2.1005 -      ;;
  2.1006 -    cpio)
  2.1007 -      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
  2.1008 -      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
  2.1009 -      am__untar='cpio -i -H $1 -d'
  2.1010 -      ;;
  2.1011 -    none)
  2.1012 -      am__tar=false
  2.1013 -      am__tar_=false
  2.1014 -      am__untar=false
  2.1015 -      ;;
  2.1016 -    esac
  2.1017 -
  2.1018 -    # If the value was cached, stop now.  We just wanted to have am__tar
  2.1019 -    # and am__untar set.
  2.1020 -    test -n "${am_cv_prog_tar_$1}" && break
  2.1021 -
  2.1022 -    # tar/untar a dummy directory, and stop if the command works.
  2.1023 -    rm -rf conftest.dir
  2.1024 -    mkdir conftest.dir
  2.1025 -    echo GrepMe > conftest.dir/file
  2.1026 -    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
  2.1027 -    rm -rf conftest.dir
  2.1028 -    if test -s conftest.tar; then
  2.1029 -      AM_RUN_LOG([$am__untar <conftest.tar])
  2.1030 -      AM_RUN_LOG([cat conftest.dir/file])
  2.1031 -      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
  2.1032 -    fi
  2.1033 -  done
  2.1034 -  rm -rf conftest.dir
  2.1035 -
  2.1036 -  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
  2.1037 -  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
  2.1038 -
  2.1039 -AC_SUBST([am__tar])
  2.1040 -AC_SUBST([am__untar])
  2.1041 -]) # _AM_PROG_TAR
  2.1042 -
     3.1 --- a/config.h.in	Wed May 31 12:51:24 2017 +0200
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,93 +0,0 @@
     3.4 -/* config.h.in.  Generated from configure.ac by autoheader.  */
     3.5 -
     3.6 -/* Define to 1 if you have the <dirent.h> header file. */
     3.7 -#undef HAVE_DIRENT_H
     3.8 -
     3.9 -/* Define to 1 if you have the <inttypes.h> header file. */
    3.10 -#undef HAVE_INTTYPES_H
    3.11 -
    3.12 -/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
    3.13 -   to 0 otherwise. */
    3.14 -#undef HAVE_MALLOC
    3.15 -
    3.16 -/* Define to 1 if you have the <memory.h> header file. */
    3.17 -#undef HAVE_MEMORY_H
    3.18 -
    3.19 -/* Define to 1 if you have the `memset' function. */
    3.20 -#undef HAVE_MEMSET
    3.21 -
    3.22 -/* Define to 1 if your system has a GNU libc compatible `realloc' function,
    3.23 -   and to 0 otherwise. */
    3.24 -#undef HAVE_REALLOC
    3.25 -
    3.26 -/* Define to 1 if you have the `regcomp' function. */
    3.27 -#undef HAVE_REGCOMP
    3.28 -
    3.29 -/* Define to 1 if you have the <regex.h> header file. */
    3.30 -#undef HAVE_REGEX_H
    3.31 -
    3.32 -/* Define to 1 if you have the <stdint.h> header file. */
    3.33 -#undef HAVE_STDINT_H
    3.34 -
    3.35 -/* Define to 1 if you have the <stdlib.h> header file. */
    3.36 -#undef HAVE_STDLIB_H
    3.37 -
    3.38 -/* Define to 1 if you have the `strcasecmp' function. */
    3.39 -#undef HAVE_STRCASECMP
    3.40 -
    3.41 -/* Define to 1 if you have the `strchr' function. */
    3.42 -#undef HAVE_STRCHR
    3.43 -
    3.44 -/* Define to 1 if you have the <strings.h> header file. */
    3.45 -#undef HAVE_STRINGS_H
    3.46 -
    3.47 -/* Define to 1 if you have the <string.h> header file. */
    3.48 -#undef HAVE_STRING_H
    3.49 -
    3.50 -/* Define to 1 if you have the <sys/stat.h> header file. */
    3.51 -#undef HAVE_SYS_STAT_H
    3.52 -
    3.53 -/* Define to 1 if you have the <sys/types.h> header file. */
    3.54 -#undef HAVE_SYS_TYPES_H
    3.55 -
    3.56 -/* Define to 1 if you have the <unistd.h> header file. */
    3.57 -#undef HAVE_UNISTD_H
    3.58 -
    3.59 -/* Define to 1 if the system has the type `_Bool'. */
    3.60 -#undef HAVE__BOOL
    3.61 -
    3.62 -/* Name of package */
    3.63 -#undef PACKAGE
    3.64 -
    3.65 -/* Define to the address where bug reports for this package should be sent. */
    3.66 -#undef PACKAGE_BUGREPORT
    3.67 -
    3.68 -/* Define to the full name of this package. */
    3.69 -#undef PACKAGE_NAME
    3.70 -
    3.71 -/* Define to the full name and version of this package. */
    3.72 -#undef PACKAGE_STRING
    3.73 -
    3.74 -/* Define to the one symbol short name of this package. */
    3.75 -#undef PACKAGE_TARNAME
    3.76 -
    3.77 -/* Define to the home page for this package. */
    3.78 -#undef PACKAGE_URL
    3.79 -
    3.80 -/* Define to the version of this package. */
    3.81 -#undef PACKAGE_VERSION
    3.82 -
    3.83 -/* Define to 1 if you have the ANSI C header files. */
    3.84 -#undef STDC_HEADERS
    3.85 -
    3.86 -/* Version number of package */
    3.87 -#undef VERSION
    3.88 -
    3.89 -/* Define to rpl_malloc if the replacement function should be used. */
    3.90 -#undef malloc
    3.91 -
    3.92 -/* Define to rpl_realloc if the replacement function should be used. */
    3.93 -#undef realloc
    3.94 -
    3.95 -/* Define to `unsigned int' if <sys/types.h> does not define. */
    3.96 -#undef size_t
     4.1 --- a/configure	Wed May 31 12:51:24 2017 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,6188 +0,0 @@
     4.4 -#! /bin/sh
     4.5 -# Guess values for system-dependent variables and create Makefiles.
     4.6 -# Generated by GNU Autoconf 2.69 for cline 1.1.
     4.7 -#
     4.8 -# Report bugs to <universe@uap-core.de>.
     4.9 -#
    4.10 -#
    4.11 -# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
    4.12 -#
    4.13 -#
    4.14 -# This configure script is free software; the Free Software Foundation
    4.15 -# gives unlimited permission to copy, distribute and modify it.
    4.16 -## -------------------- ##
    4.17 -## M4sh Initialization. ##
    4.18 -## -------------------- ##
    4.19 -
    4.20 -# Be more Bourne compatible
    4.21 -DUALCASE=1; export DUALCASE # for MKS sh
    4.22 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
    4.23 -  emulate sh
    4.24 -  NULLCMD=:
    4.25 -  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    4.26 -  # is contrary to our usage.  Disable this feature.
    4.27 -  alias -g '${1+"$@"}'='"$@"'
    4.28 -  setopt NO_GLOB_SUBST
    4.29 -else
    4.30 -  case `(set -o) 2>/dev/null` in #(
    4.31 -  *posix*) :
    4.32 -    set -o posix ;; #(
    4.33 -  *) :
    4.34 -     ;;
    4.35 -esac
    4.36 -fi
    4.37 -
    4.38 -
    4.39 -as_nl='
    4.40 -'
    4.41 -export as_nl
    4.42 -# Printing a long string crashes Solaris 7 /usr/bin/printf.
    4.43 -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    4.44 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    4.45 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    4.46 -# Prefer a ksh shell builtin over an external printf program on Solaris,
    4.47 -# but without wasting forks for bash or zsh.
    4.48 -if test -z "$BASH_VERSION$ZSH_VERSION" \
    4.49 -    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
    4.50 -  as_echo='print -r --'
    4.51 -  as_echo_n='print -rn --'
    4.52 -elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    4.53 -  as_echo='printf %s\n'
    4.54 -  as_echo_n='printf %s'
    4.55 -else
    4.56 -  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    4.57 -    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    4.58 -    as_echo_n='/usr/ucb/echo -n'
    4.59 -  else
    4.60 -    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    4.61 -    as_echo_n_body='eval
    4.62 -      arg=$1;
    4.63 -      case $arg in #(
    4.64 -      *"$as_nl"*)
    4.65 -	expr "X$arg" : "X\\(.*\\)$as_nl";
    4.66 -	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    4.67 -      esac;
    4.68 -      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    4.69 -    '
    4.70 -    export as_echo_n_body
    4.71 -    as_echo_n='sh -c $as_echo_n_body as_echo'
    4.72 -  fi
    4.73 -  export as_echo_body
    4.74 -  as_echo='sh -c $as_echo_body as_echo'
    4.75 -fi
    4.76 -
    4.77 -# The user is always right.
    4.78 -if test "${PATH_SEPARATOR+set}" != set; then
    4.79 -  PATH_SEPARATOR=:
    4.80 -  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    4.81 -    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
    4.82 -      PATH_SEPARATOR=';'
    4.83 -  }
    4.84 -fi
    4.85 -
    4.86 -
    4.87 -# IFS
    4.88 -# We need space, tab and new line, in precisely that order.  Quoting is
    4.89 -# there to prevent editors from complaining about space-tab.
    4.90 -# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    4.91 -# splitting by setting IFS to empty value.)
    4.92 -IFS=" ""	$as_nl"
    4.93 -
    4.94 -# Find who we are.  Look in the path if we contain no directory separator.
    4.95 -as_myself=
    4.96 -case $0 in #((
    4.97 -  *[\\/]* ) as_myself=$0 ;;
    4.98 -  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    4.99 -for as_dir in $PATH
   4.100 -do
   4.101 -  IFS=$as_save_IFS
   4.102 -  test -z "$as_dir" && as_dir=.
   4.103 -    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   4.104 -  done
   4.105 -IFS=$as_save_IFS
   4.106 -
   4.107 -     ;;
   4.108 -esac
   4.109 -# We did not find ourselves, most probably we were run as `sh COMMAND'
   4.110 -# in which case we are not to be found in the path.
   4.111 -if test "x$as_myself" = x; then
   4.112 -  as_myself=$0
   4.113 -fi
   4.114 -if test ! -f "$as_myself"; then
   4.115 -  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   4.116 -  exit 1
   4.117 -fi
   4.118 -
   4.119 -# Unset variables that we do not need and which cause bugs (e.g. in
   4.120 -# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
   4.121 -# suppresses any "Segmentation fault" message there.  '((' could
   4.122 -# trigger a bug in pdksh 5.2.14.
   4.123 -for as_var in BASH_ENV ENV MAIL MAILPATH
   4.124 -do eval test x\${$as_var+set} = xset \
   4.125 -  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
   4.126 -done
   4.127 -PS1='$ '
   4.128 -PS2='> '
   4.129 -PS4='+ '
   4.130 -
   4.131 -# NLS nuisances.
   4.132 -LC_ALL=C
   4.133 -export LC_ALL
   4.134 -LANGUAGE=C
   4.135 -export LANGUAGE
   4.136 -
   4.137 -# CDPATH.
   4.138 -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   4.139 -
   4.140 -# Use a proper internal environment variable to ensure we don't fall
   4.141 -  # into an infinite loop, continuously re-executing ourselves.
   4.142 -  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
   4.143 -    _as_can_reexec=no; export _as_can_reexec;
   4.144 -    # We cannot yet assume a decent shell, so we have to provide a
   4.145 -# neutralization value for shells without unset; and this also
   4.146 -# works around shells that cannot unset nonexistent variables.
   4.147 -# Preserve -v and -x to the replacement shell.
   4.148 -BASH_ENV=/dev/null
   4.149 -ENV=/dev/null
   4.150 -(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
   4.151 -case $- in # ((((
   4.152 -  *v*x* | *x*v* ) as_opts=-vx ;;
   4.153 -  *v* ) as_opts=-v ;;
   4.154 -  *x* ) as_opts=-x ;;
   4.155 -  * ) as_opts= ;;
   4.156 -esac
   4.157 -exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
   4.158 -# Admittedly, this is quite paranoid, since all the known shells bail
   4.159 -# out after a failed `exec'.
   4.160 -$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
   4.161 -as_fn_exit 255
   4.162 -  fi
   4.163 -  # We don't want this to propagate to other subprocesses.
   4.164 -          { _as_can_reexec=; unset _as_can_reexec;}
   4.165 -if test "x$CONFIG_SHELL" = x; then
   4.166 -  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
   4.167 -  emulate sh
   4.168 -  NULLCMD=:
   4.169 -  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
   4.170 -  # is contrary to our usage.  Disable this feature.
   4.171 -  alias -g '\${1+\"\$@\"}'='\"\$@\"'
   4.172 -  setopt NO_GLOB_SUBST
   4.173 -else
   4.174 -  case \`(set -o) 2>/dev/null\` in #(
   4.175 -  *posix*) :
   4.176 -    set -o posix ;; #(
   4.177 -  *) :
   4.178 -     ;;
   4.179 -esac
   4.180 -fi
   4.181 -"
   4.182 -  as_required="as_fn_return () { (exit \$1); }
   4.183 -as_fn_success () { as_fn_return 0; }
   4.184 -as_fn_failure () { as_fn_return 1; }
   4.185 -as_fn_ret_success () { return 0; }
   4.186 -as_fn_ret_failure () { return 1; }
   4.187 -
   4.188 -exitcode=0
   4.189 -as_fn_success || { exitcode=1; echo as_fn_success failed.; }
   4.190 -as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
   4.191 -as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
   4.192 -as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
   4.193 -if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
   4.194 -
   4.195 -else
   4.196 -  exitcode=1; echo positional parameters were not saved.
   4.197 -fi
   4.198 -test x\$exitcode = x0 || exit 1
   4.199 -test -x / || exit 1"
   4.200 -  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
   4.201 -  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
   4.202 -  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
   4.203 -  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
   4.204 -test \$(( 1 + 1 )) = 2 || exit 1"
   4.205 -  if (eval "$as_required") 2>/dev/null; then :
   4.206 -  as_have_required=yes
   4.207 -else
   4.208 -  as_have_required=no
   4.209 -fi
   4.210 -  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
   4.211 -
   4.212 -else
   4.213 -  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4.214 -as_found=false
   4.215 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
   4.216 -do
   4.217 -  IFS=$as_save_IFS
   4.218 -  test -z "$as_dir" && as_dir=.
   4.219 -  as_found=:
   4.220 -  case $as_dir in #(
   4.221 -	 /*)
   4.222 -	   for as_base in sh bash ksh sh5; do
   4.223 -	     # Try only shells that exist, to save several forks.
   4.224 -	     as_shell=$as_dir/$as_base
   4.225 -	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
   4.226 -		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
   4.227 -  CONFIG_SHELL=$as_shell as_have_required=yes
   4.228 -		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
   4.229 -  break 2
   4.230 -fi
   4.231 -fi
   4.232 -	   done;;
   4.233 -       esac
   4.234 -  as_found=false
   4.235 -done
   4.236 -$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
   4.237 -	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
   4.238 -  CONFIG_SHELL=$SHELL as_have_required=yes
   4.239 -fi; }
   4.240 -IFS=$as_save_IFS
   4.241 -
   4.242 -
   4.243 -      if test "x$CONFIG_SHELL" != x; then :
   4.244 -  export CONFIG_SHELL
   4.245 -             # We cannot yet assume a decent shell, so we have to provide a
   4.246 -# neutralization value for shells without unset; and this also
   4.247 -# works around shells that cannot unset nonexistent variables.
   4.248 -# Preserve -v and -x to the replacement shell.
   4.249 -BASH_ENV=/dev/null
   4.250 -ENV=/dev/null
   4.251 -(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
   4.252 -case $- in # ((((
   4.253 -  *v*x* | *x*v* ) as_opts=-vx ;;
   4.254 -  *v* ) as_opts=-v ;;
   4.255 -  *x* ) as_opts=-x ;;
   4.256 -  * ) as_opts= ;;
   4.257 -esac
   4.258 -exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
   4.259 -# Admittedly, this is quite paranoid, since all the known shells bail
   4.260 -# out after a failed `exec'.
   4.261 -$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
   4.262 -exit 255
   4.263 -fi
   4.264 -
   4.265 -    if test x$as_have_required = xno; then :
   4.266 -  $as_echo "$0: This script requires a shell more modern than all"
   4.267 -  $as_echo "$0: the shells that I found on your system."
   4.268 -  if test x${ZSH_VERSION+set} = xset ; then
   4.269 -    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
   4.270 -    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   4.271 -  else
   4.272 -    $as_echo "$0: Please tell bug-autoconf@gnu.org and
   4.273 -$0: universe@uap-core.de about your system, including any
   4.274 -$0: error possibly output before this message. Then install
   4.275 -$0: a modern shell, or manually run the script under such a
   4.276 -$0: shell if you do have one."
   4.277 -  fi
   4.278 -  exit 1
   4.279 -fi
   4.280 -fi
   4.281 -fi
   4.282 -SHELL=${CONFIG_SHELL-/bin/sh}
   4.283 -export SHELL
   4.284 -# Unset more variables known to interfere with behavior of common tools.
   4.285 -CLICOLOR_FORCE= GREP_OPTIONS=
   4.286 -unset CLICOLOR_FORCE GREP_OPTIONS
   4.287 -
   4.288 -## --------------------- ##
   4.289 -## M4sh Shell Functions. ##
   4.290 -## --------------------- ##
   4.291 -# as_fn_unset VAR
   4.292 -# ---------------
   4.293 -# Portably unset VAR.
   4.294 -as_fn_unset ()
   4.295 -{
   4.296 -  { eval $1=; unset $1;}
   4.297 -}
   4.298 -as_unset=as_fn_unset
   4.299 -
   4.300 -# as_fn_set_status STATUS
   4.301 -# -----------------------
   4.302 -# Set $? to STATUS, without forking.
   4.303 -as_fn_set_status ()
   4.304 -{
   4.305 -  return $1
   4.306 -} # as_fn_set_status
   4.307 -
   4.308 -# as_fn_exit STATUS
   4.309 -# -----------------
   4.310 -# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
   4.311 -as_fn_exit ()
   4.312 -{
   4.313 -  set +e
   4.314 -  as_fn_set_status $1
   4.315 -  exit $1
   4.316 -} # as_fn_exit
   4.317 -
   4.318 -# as_fn_mkdir_p
   4.319 -# -------------
   4.320 -# Create "$as_dir" as a directory, including parents if necessary.
   4.321 -as_fn_mkdir_p ()
   4.322 -{
   4.323 -
   4.324 -  case $as_dir in #(
   4.325 -  -*) as_dir=./$as_dir;;
   4.326 -  esac
   4.327 -  test -d "$as_dir" || eval $as_mkdir_p || {
   4.328 -    as_dirs=
   4.329 -    while :; do
   4.330 -      case $as_dir in #(
   4.331 -      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
   4.332 -      *) as_qdir=$as_dir;;
   4.333 -      esac
   4.334 -      as_dirs="'$as_qdir' $as_dirs"
   4.335 -      as_dir=`$as_dirname -- "$as_dir" ||
   4.336 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   4.337 -	 X"$as_dir" : 'X\(//\)[^/]' \| \
   4.338 -	 X"$as_dir" : 'X\(//\)$' \| \
   4.339 -	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
   4.340 -$as_echo X"$as_dir" |
   4.341 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   4.342 -	    s//\1/
   4.343 -	    q
   4.344 -	  }
   4.345 -	  /^X\(\/\/\)[^/].*/{
   4.346 -	    s//\1/
   4.347 -	    q
   4.348 -	  }
   4.349 -	  /^X\(\/\/\)$/{
   4.350 -	    s//\1/
   4.351 -	    q
   4.352 -	  }
   4.353 -	  /^X\(\/\).*/{
   4.354 -	    s//\1/
   4.355 -	    q
   4.356 -	  }
   4.357 -	  s/.*/./; q'`
   4.358 -      test -d "$as_dir" && break
   4.359 -    done
   4.360 -    test -z "$as_dirs" || eval "mkdir $as_dirs"
   4.361 -  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   4.362 -
   4.363 -
   4.364 -} # as_fn_mkdir_p
   4.365 -
   4.366 -# as_fn_executable_p FILE
   4.367 -# -----------------------
   4.368 -# Test if FILE is an executable regular file.
   4.369 -as_fn_executable_p ()
   4.370 -{
   4.371 -  test -f "$1" && test -x "$1"
   4.372 -} # as_fn_executable_p
   4.373 -# as_fn_append VAR VALUE
   4.374 -# ----------------------
   4.375 -# Append the text in VALUE to the end of the definition contained in VAR. Take
   4.376 -# advantage of any shell optimizations that allow amortized linear growth over
   4.377 -# repeated appends, instead of the typical quadratic growth present in naive
   4.378 -# implementations.
   4.379 -if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
   4.380 -  eval 'as_fn_append ()
   4.381 -  {
   4.382 -    eval $1+=\$2
   4.383 -  }'
   4.384 -else
   4.385 -  as_fn_append ()
   4.386 -  {
   4.387 -    eval $1=\$$1\$2
   4.388 -  }
   4.389 -fi # as_fn_append
   4.390 -
   4.391 -# as_fn_arith ARG...
   4.392 -# ------------------
   4.393 -# Perform arithmetic evaluation on the ARGs, and store the result in the
   4.394 -# global $as_val. Take advantage of shells that can avoid forks. The arguments
   4.395 -# must be portable across $(()) and expr.
   4.396 -if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
   4.397 -  eval 'as_fn_arith ()
   4.398 -  {
   4.399 -    as_val=$(( $* ))
   4.400 -  }'
   4.401 -else
   4.402 -  as_fn_arith ()
   4.403 -  {
   4.404 -    as_val=`expr "$@" || test $? -eq 1`
   4.405 -  }
   4.406 -fi # as_fn_arith
   4.407 -
   4.408 -
   4.409 -# as_fn_error STATUS ERROR [LINENO LOG_FD]
   4.410 -# ----------------------------------------
   4.411 -# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   4.412 -# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   4.413 -# script with STATUS, using 1 if that was 0.
   4.414 -as_fn_error ()
   4.415 -{
   4.416 -  as_status=$1; test $as_status -eq 0 && as_status=1
   4.417 -  if test "$4"; then
   4.418 -    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   4.419 -    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   4.420 -  fi
   4.421 -  $as_echo "$as_me: error: $2" >&2
   4.422 -  as_fn_exit $as_status
   4.423 -} # as_fn_error
   4.424 -
   4.425 -if expr a : '\(a\)' >/dev/null 2>&1 &&
   4.426 -   test "X`expr 00001 : '.*\(...\)'`" = X001; then
   4.427 -  as_expr=expr
   4.428 -else
   4.429 -  as_expr=false
   4.430 -fi
   4.431 -
   4.432 -if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   4.433 -  as_basename=basename
   4.434 -else
   4.435 -  as_basename=false
   4.436 -fi
   4.437 -
   4.438 -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
   4.439 -  as_dirname=dirname
   4.440 -else
   4.441 -  as_dirname=false
   4.442 -fi
   4.443 -
   4.444 -as_me=`$as_basename -- "$0" ||
   4.445 -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   4.446 -	 X"$0" : 'X\(//\)$' \| \
   4.447 -	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   4.448 -$as_echo X/"$0" |
   4.449 -    sed '/^.*\/\([^/][^/]*\)\/*$/{
   4.450 -	    s//\1/
   4.451 -	    q
   4.452 -	  }
   4.453 -	  /^X\/\(\/\/\)$/{
   4.454 -	    s//\1/
   4.455 -	    q
   4.456 -	  }
   4.457 -	  /^X\/\(\/\).*/{
   4.458 -	    s//\1/
   4.459 -	    q
   4.460 -	  }
   4.461 -	  s/.*/./; q'`
   4.462 -
   4.463 -# Avoid depending upon Character Ranges.
   4.464 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   4.465 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   4.466 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   4.467 -as_cr_digits='0123456789'
   4.468 -as_cr_alnum=$as_cr_Letters$as_cr_digits
   4.469 -
   4.470 -
   4.471 -  as_lineno_1=$LINENO as_lineno_1a=$LINENO
   4.472 -  as_lineno_2=$LINENO as_lineno_2a=$LINENO
   4.473 -  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
   4.474 -  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
   4.475 -  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
   4.476 -  sed -n '
   4.477 -    p
   4.478 -    /[$]LINENO/=
   4.479 -  ' <$as_myself |
   4.480 -    sed '
   4.481 -      s/[$]LINENO.*/&-/
   4.482 -      t lineno
   4.483 -      b
   4.484 -      :lineno
   4.485 -      N
   4.486 -      :loop
   4.487 -      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
   4.488 -      t loop
   4.489 -      s/-\n.*//
   4.490 -    ' >$as_me.lineno &&
   4.491 -  chmod +x "$as_me.lineno" ||
   4.492 -    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
   4.493 -
   4.494 -  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
   4.495 -  # already done that, so ensure we don't try to do so again and fall
   4.496 -  # in an infinite loop.  This has already happened in practice.
   4.497 -  _as_can_reexec=no; export _as_can_reexec
   4.498 -  # Don't try to exec as it changes $[0], causing all sort of problems
   4.499 -  # (the dirname of $[0] is not the place where we might find the
   4.500 -  # original and so on.  Autoconf is especially sensitive to this).
   4.501 -  . "./$as_me.lineno"
   4.502 -  # Exit status is that of the last command.
   4.503 -  exit
   4.504 -}
   4.505 -
   4.506 -ECHO_C= ECHO_N= ECHO_T=
   4.507 -case `echo -n x` in #(((((
   4.508 --n*)
   4.509 -  case `echo 'xy\c'` in
   4.510 -  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
   4.511 -  xy)  ECHO_C='\c';;
   4.512 -  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
   4.513 -       ECHO_T='	';;
   4.514 -  esac;;
   4.515 -*)
   4.516 -  ECHO_N='-n';;
   4.517 -esac
   4.518 -
   4.519 -rm -f conf$$ conf$$.exe conf$$.file
   4.520 -if test -d conf$$.dir; then
   4.521 -  rm -f conf$$.dir/conf$$.file
   4.522 -else
   4.523 -  rm -f conf$$.dir
   4.524 -  mkdir conf$$.dir 2>/dev/null
   4.525 -fi
   4.526 -if (echo >conf$$.file) 2>/dev/null; then
   4.527 -  if ln -s conf$$.file conf$$ 2>/dev/null; then
   4.528 -    as_ln_s='ln -s'
   4.529 -    # ... but there are two gotchas:
   4.530 -    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
   4.531 -    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
   4.532 -    # In both cases, we have to default to `cp -pR'.
   4.533 -    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
   4.534 -      as_ln_s='cp -pR'
   4.535 -  elif ln conf$$.file conf$$ 2>/dev/null; then
   4.536 -    as_ln_s=ln
   4.537 -  else
   4.538 -    as_ln_s='cp -pR'
   4.539 -  fi
   4.540 -else
   4.541 -  as_ln_s='cp -pR'
   4.542 -fi
   4.543 -rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
   4.544 -rmdir conf$$.dir 2>/dev/null
   4.545 -
   4.546 -if mkdir -p . 2>/dev/null; then
   4.547 -  as_mkdir_p='mkdir -p "$as_dir"'
   4.548 -else
   4.549 -  test -d ./-p && rmdir ./-p
   4.550 -  as_mkdir_p=false
   4.551 -fi
   4.552 -
   4.553 -as_test_x='test -x'
   4.554 -as_executable_p=as_fn_executable_p
   4.555 -
   4.556 -# Sed expression to map a string onto a valid CPP name.
   4.557 -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   4.558 -
   4.559 -# Sed expression to map a string onto a valid variable name.
   4.560 -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
   4.561 -
   4.562 -
   4.563 -test -n "$DJDIR" || exec 7<&0 </dev/null
   4.564 -exec 6>&1
   4.565 -
   4.566 -# Name of the host.
   4.567 -# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
   4.568 -# so uname gets run too.
   4.569 -ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
   4.570 -
   4.571 -#
   4.572 -# Initializations.
   4.573 -#
   4.574 -ac_default_prefix=/usr/local
   4.575 -ac_clean_files=
   4.576 -ac_config_libobj_dir=.
   4.577 -LIBOBJS=
   4.578 -cross_compiling=no
   4.579 -subdirs=
   4.580 -MFLAGS=
   4.581 -MAKEFLAGS=
   4.582 -
   4.583 -# Identity of this package.
   4.584 -PACKAGE_NAME='cline'
   4.585 -PACKAGE_TARNAME='cline'
   4.586 -PACKAGE_VERSION='1.1'
   4.587 -PACKAGE_STRING='cline 1.1'
   4.588 -PACKAGE_BUGREPORT='universe@uap-core.de'
   4.589 -PACKAGE_URL=''
   4.590 -
   4.591 -ac_unique_file="src/cline.c"
   4.592 -# Factoring default headers for most tests.
   4.593 -ac_includes_default="\
   4.594 -#include <stdio.h>
   4.595 -#ifdef HAVE_SYS_TYPES_H
   4.596 -# include <sys/types.h>
   4.597 -#endif
   4.598 -#ifdef HAVE_SYS_STAT_H
   4.599 -# include <sys/stat.h>
   4.600 -#endif
   4.601 -#ifdef STDC_HEADERS
   4.602 -# include <stdlib.h>
   4.603 -# include <stddef.h>
   4.604 -#else
   4.605 -# ifdef HAVE_STDLIB_H
   4.606 -#  include <stdlib.h>
   4.607 -# endif
   4.608 -#endif
   4.609 -#ifdef HAVE_STRING_H
   4.610 -# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
   4.611 -#  include <memory.h>
   4.612 -# endif
   4.613 -# include <string.h>
   4.614 -#endif
   4.615 -#ifdef HAVE_STRINGS_H
   4.616 -# include <strings.h>
   4.617 -#endif
   4.618 -#ifdef HAVE_INTTYPES_H
   4.619 -# include <inttypes.h>
   4.620 -#endif
   4.621 -#ifdef HAVE_STDINT_H
   4.622 -# include <stdint.h>
   4.623 -#endif
   4.624 -#ifdef HAVE_UNISTD_H
   4.625 -# include <unistd.h>
   4.626 -#endif"
   4.627 -
   4.628 -ac_subst_vars='am__EXEEXT_FALSE
   4.629 -am__EXEEXT_TRUE
   4.630 -LTLIBOBJS
   4.631 -LIBOBJS
   4.632 -EGREP
   4.633 -GREP
   4.634 -CPP
   4.635 -am__fastdepCC_FALSE
   4.636 -am__fastdepCC_TRUE
   4.637 -CCDEPMODE
   4.638 -am__nodep
   4.639 -AMDEPBACKSLASH
   4.640 -AMDEP_FALSE
   4.641 -AMDEP_TRUE
   4.642 -am__quote
   4.643 -am__include
   4.644 -DEPDIR
   4.645 -OBJEXT
   4.646 -EXEEXT
   4.647 -ac_ct_CC
   4.648 -CPPFLAGS
   4.649 -LDFLAGS
   4.650 -CFLAGS
   4.651 -CC
   4.652 -DEBUG_FALSE
   4.653 -DEBUG_TRUE
   4.654 -AM_BACKSLASH
   4.655 -AM_DEFAULT_VERBOSITY
   4.656 -AM_DEFAULT_V
   4.657 -AM_V
   4.658 -am__untar
   4.659 -am__tar
   4.660 -AMTAR
   4.661 -am__leading_dot
   4.662 -SET_MAKE
   4.663 -AWK
   4.664 -mkdir_p
   4.665 -MKDIR_P
   4.666 -INSTALL_STRIP_PROGRAM
   4.667 -STRIP
   4.668 -install_sh
   4.669 -MAKEINFO
   4.670 -AUTOHEADER
   4.671 -AUTOMAKE
   4.672 -AUTOCONF
   4.673 -ACLOCAL
   4.674 -VERSION
   4.675 -PACKAGE
   4.676 -CYGPATH_W
   4.677 -am__isrc
   4.678 -INSTALL_DATA
   4.679 -INSTALL_SCRIPT
   4.680 -INSTALL_PROGRAM
   4.681 -target_alias
   4.682 -host_alias
   4.683 -build_alias
   4.684 -LIBS
   4.685 -ECHO_T
   4.686 -ECHO_N
   4.687 -ECHO_C
   4.688 -DEFS
   4.689 -mandir
   4.690 -localedir
   4.691 -libdir
   4.692 -psdir
   4.693 -pdfdir
   4.694 -dvidir
   4.695 -htmldir
   4.696 -infodir
   4.697 -docdir
   4.698 -oldincludedir
   4.699 -includedir
   4.700 -localstatedir
   4.701 -sharedstatedir
   4.702 -sysconfdir
   4.703 -datadir
   4.704 -datarootdir
   4.705 -libexecdir
   4.706 -sbindir
   4.707 -bindir
   4.708 -program_transform_name
   4.709 -prefix
   4.710 -exec_prefix
   4.711 -PACKAGE_URL
   4.712 -PACKAGE_BUGREPORT
   4.713 -PACKAGE_STRING
   4.714 -PACKAGE_VERSION
   4.715 -PACKAGE_TARNAME
   4.716 -PACKAGE_NAME
   4.717 -PATH_SEPARATOR
   4.718 -SHELL'
   4.719 -ac_subst_files=''
   4.720 -ac_user_opts='
   4.721 -enable_option_checking
   4.722 -enable_silent_rules
   4.723 -enable_debug
   4.724 -enable_dependency_tracking
   4.725 -'
   4.726 -      ac_precious_vars='build_alias
   4.727 -host_alias
   4.728 -target_alias
   4.729 -CC
   4.730 -CFLAGS
   4.731 -LDFLAGS
   4.732 -LIBS
   4.733 -CPPFLAGS
   4.734 -CPP'
   4.735 -
   4.736 -
   4.737 -# Initialize some variables set by options.
   4.738 -ac_init_help=
   4.739 -ac_init_version=false
   4.740 -ac_unrecognized_opts=
   4.741 -ac_unrecognized_sep=
   4.742 -# The variables have the same names as the options, with
   4.743 -# dashes changed to underlines.
   4.744 -cache_file=/dev/null
   4.745 -exec_prefix=NONE
   4.746 -no_create=
   4.747 -no_recursion=
   4.748 -prefix=NONE
   4.749 -program_prefix=NONE
   4.750 -program_suffix=NONE
   4.751 -program_transform_name=s,x,x,
   4.752 -silent=
   4.753 -site=
   4.754 -srcdir=
   4.755 -verbose=
   4.756 -x_includes=NONE
   4.757 -x_libraries=NONE
   4.758 -
   4.759 -# Installation directory options.
   4.760 -# These are left unexpanded so users can "make install exec_prefix=/foo"
   4.761 -# and all the variables that are supposed to be based on exec_prefix
   4.762 -# by default will actually change.
   4.763 -# Use braces instead of parens because sh, perl, etc. also accept them.
   4.764 -# (The list follows the same order as the GNU Coding Standards.)
   4.765 -bindir='${exec_prefix}/bin'
   4.766 -sbindir='${exec_prefix}/sbin'
   4.767 -libexecdir='${exec_prefix}/libexec'
   4.768 -datarootdir='${prefix}/share'
   4.769 -datadir='${datarootdir}'
   4.770 -sysconfdir='${prefix}/etc'
   4.771 -sharedstatedir='${prefix}/com'
   4.772 -localstatedir='${prefix}/var'
   4.773 -includedir='${prefix}/include'
   4.774 -oldincludedir='/usr/include'
   4.775 -docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
   4.776 -infodir='${datarootdir}/info'
   4.777 -htmldir='${docdir}'
   4.778 -dvidir='${docdir}'
   4.779 -pdfdir='${docdir}'
   4.780 -psdir='${docdir}'
   4.781 -libdir='${exec_prefix}/lib'
   4.782 -localedir='${datarootdir}/locale'
   4.783 -mandir='${datarootdir}/man'
   4.784 -
   4.785 -ac_prev=
   4.786 -ac_dashdash=
   4.787 -for ac_option
   4.788 -do
   4.789 -  # If the previous option needs an argument, assign it.
   4.790 -  if test -n "$ac_prev"; then
   4.791 -    eval $ac_prev=\$ac_option
   4.792 -    ac_prev=
   4.793 -    continue
   4.794 -  fi
   4.795 -
   4.796 -  case $ac_option in
   4.797 -  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
   4.798 -  *=)   ac_optarg= ;;
   4.799 -  *)    ac_optarg=yes ;;
   4.800 -  esac
   4.801 -
   4.802 -  # Accept the important Cygnus configure options, so we can diagnose typos.
   4.803 -
   4.804 -  case $ac_dashdash$ac_option in
   4.805 -  --)
   4.806 -    ac_dashdash=yes ;;
   4.807 -
   4.808 -  -bindir | --bindir | --bindi | --bind | --bin | --bi)
   4.809 -    ac_prev=bindir ;;
   4.810 -  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
   4.811 -    bindir=$ac_optarg ;;
   4.812 -
   4.813 -  -build | --build | --buil | --bui | --bu)
   4.814 -    ac_prev=build_alias ;;
   4.815 -  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
   4.816 -    build_alias=$ac_optarg ;;
   4.817 -
   4.818 -  -cache-file | --cache-file | --cache-fil | --cache-fi \
   4.819 -  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
   4.820 -    ac_prev=cache_file ;;
   4.821 -  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
   4.822 -  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
   4.823 -    cache_file=$ac_optarg ;;
   4.824 -
   4.825 -  --config-cache | -C)
   4.826 -    cache_file=config.cache ;;
   4.827 -
   4.828 -  -datadir | --datadir | --datadi | --datad)
   4.829 -    ac_prev=datadir ;;
   4.830 -  -datadir=* | --datadir=* | --datadi=* | --datad=*)
   4.831 -    datadir=$ac_optarg ;;
   4.832 -
   4.833 -  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
   4.834 -  | --dataroo | --dataro | --datar)
   4.835 -    ac_prev=datarootdir ;;
   4.836 -  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
   4.837 -  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
   4.838 -    datarootdir=$ac_optarg ;;
   4.839 -
   4.840 -  -disable-* | --disable-*)
   4.841 -    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
   4.842 -    # Reject names that are not valid shell variable names.
   4.843 -    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   4.844 -      as_fn_error $? "invalid feature name: $ac_useropt"
   4.845 -    ac_useropt_orig=$ac_useropt
   4.846 -    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   4.847 -    case $ac_user_opts in
   4.848 -      *"
   4.849 -"enable_$ac_useropt"
   4.850 -"*) ;;
   4.851 -      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
   4.852 -	 ac_unrecognized_sep=', ';;
   4.853 -    esac
   4.854 -    eval enable_$ac_useropt=no ;;
   4.855 -
   4.856 -  -docdir | --docdir | --docdi | --doc | --do)
   4.857 -    ac_prev=docdir ;;
   4.858 -  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
   4.859 -    docdir=$ac_optarg ;;
   4.860 -
   4.861 -  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
   4.862 -    ac_prev=dvidir ;;
   4.863 -  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
   4.864 -    dvidir=$ac_optarg ;;
   4.865 -
   4.866 -  -enable-* | --enable-*)
   4.867 -    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
   4.868 -    # Reject names that are not valid shell variable names.
   4.869 -    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   4.870 -      as_fn_error $? "invalid feature name: $ac_useropt"
   4.871 -    ac_useropt_orig=$ac_useropt
   4.872 -    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   4.873 -    case $ac_user_opts in
   4.874 -      *"
   4.875 -"enable_$ac_useropt"
   4.876 -"*) ;;
   4.877 -      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
   4.878 -	 ac_unrecognized_sep=', ';;
   4.879 -    esac
   4.880 -    eval enable_$ac_useropt=\$ac_optarg ;;
   4.881 -
   4.882 -  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
   4.883 -  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
   4.884 -  | --exec | --exe | --ex)
   4.885 -    ac_prev=exec_prefix ;;
   4.886 -  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
   4.887 -  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
   4.888 -  | --exec=* | --exe=* | --ex=*)
   4.889 -    exec_prefix=$ac_optarg ;;
   4.890 -
   4.891 -  -gas | --gas | --ga | --g)
   4.892 -    # Obsolete; use --with-gas.
   4.893 -    with_gas=yes ;;
   4.894 -
   4.895 -  -help | --help | --hel | --he | -h)
   4.896 -    ac_init_help=long ;;
   4.897 -  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
   4.898 -    ac_init_help=recursive ;;
   4.899 -  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
   4.900 -    ac_init_help=short ;;
   4.901 -
   4.902 -  -host | --host | --hos | --ho)
   4.903 -    ac_prev=host_alias ;;
   4.904 -  -host=* | --host=* | --hos=* | --ho=*)
   4.905 -    host_alias=$ac_optarg ;;
   4.906 -
   4.907 -  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
   4.908 -    ac_prev=htmldir ;;
   4.909 -  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
   4.910 -  | --ht=*)
   4.911 -    htmldir=$ac_optarg ;;
   4.912 -
   4.913 -  -includedir | --includedir | --includedi | --included | --include \
   4.914 -  | --includ | --inclu | --incl | --inc)
   4.915 -    ac_prev=includedir ;;
   4.916 -  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
   4.917 -  | --includ=* | --inclu=* | --incl=* | --inc=*)
   4.918 -    includedir=$ac_optarg ;;
   4.919 -
   4.920 -  -infodir | --infodir | --infodi | --infod | --info | --inf)
   4.921 -    ac_prev=infodir ;;
   4.922 -  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
   4.923 -    infodir=$ac_optarg ;;
   4.924 -
   4.925 -  -libdir | --libdir | --libdi | --libd)
   4.926 -    ac_prev=libdir ;;
   4.927 -  -libdir=* | --libdir=* | --libdi=* | --libd=*)
   4.928 -    libdir=$ac_optarg ;;
   4.929 -
   4.930 -  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
   4.931 -  | --libexe | --libex | --libe)
   4.932 -    ac_prev=libexecdir ;;
   4.933 -  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
   4.934 -  | --libexe=* | --libex=* | --libe=*)
   4.935 -    libexecdir=$ac_optarg ;;
   4.936 -
   4.937 -  -localedir | --localedir | --localedi | --localed | --locale)
   4.938 -    ac_prev=localedir ;;
   4.939 -  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
   4.940 -    localedir=$ac_optarg ;;
   4.941 -
   4.942 -  -localstatedir | --localstatedir | --localstatedi | --localstated \
   4.943 -  | --localstate | --localstat | --localsta | --localst | --locals)
   4.944 -    ac_prev=localstatedir ;;
   4.945 -  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
   4.946 -  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
   4.947 -    localstatedir=$ac_optarg ;;
   4.948 -
   4.949 -  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
   4.950 -    ac_prev=mandir ;;
   4.951 -  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
   4.952 -    mandir=$ac_optarg ;;
   4.953 -
   4.954 -  -nfp | --nfp | --nf)
   4.955 -    # Obsolete; use --without-fp.
   4.956 -    with_fp=no ;;
   4.957 -
   4.958 -  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
   4.959 -  | --no-cr | --no-c | -n)
   4.960 -    no_create=yes ;;
   4.961 -
   4.962 -  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
   4.963 -  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
   4.964 -    no_recursion=yes ;;
   4.965 -
   4.966 -  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
   4.967 -  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
   4.968 -  | --oldin | --oldi | --old | --ol | --o)
   4.969 -    ac_prev=oldincludedir ;;
   4.970 -  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
   4.971 -  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
   4.972 -  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
   4.973 -    oldincludedir=$ac_optarg ;;
   4.974 -
   4.975 -  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
   4.976 -    ac_prev=prefix ;;
   4.977 -  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
   4.978 -    prefix=$ac_optarg ;;
   4.979 -
   4.980 -  -program-prefix | --program-prefix | --program-prefi | --program-pref \
   4.981 -  | --program-pre | --program-pr | --program-p)
   4.982 -    ac_prev=program_prefix ;;
   4.983 -  -program-prefix=* | --program-prefix=* | --program-prefi=* \
   4.984 -  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
   4.985 -    program_prefix=$ac_optarg ;;
   4.986 -
   4.987 -  -program-suffix | --program-suffix | --program-suffi | --program-suff \
   4.988 -  | --program-suf | --program-su | --program-s)
   4.989 -    ac_prev=program_suffix ;;
   4.990 -  -program-suffix=* | --program-suffix=* | --program-suffi=* \
   4.991 -  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
   4.992 -    program_suffix=$ac_optarg ;;
   4.993 -
   4.994 -  -program-transform-name | --program-transform-name \
   4.995 -  | --program-transform-nam | --program-transform-na \
   4.996 -  | --program-transform-n | --program-transform- \
   4.997 -  | --program-transform | --program-transfor \
   4.998 -  | --program-transfo | --program-transf \
   4.999 -  | --program-trans | --program-tran \
  4.1000 -  | --progr-tra | --program-tr | --program-t)
  4.1001 -    ac_prev=program_transform_name ;;
  4.1002 -  -program-transform-name=* | --program-transform-name=* \
  4.1003 -  | --program-transform-nam=* | --program-transform-na=* \
  4.1004 -  | --program-transform-n=* | --program-transform-=* \
  4.1005 -  | --program-transform=* | --program-transfor=* \
  4.1006 -  | --program-transfo=* | --program-transf=* \
  4.1007 -  | --program-trans=* | --program-tran=* \
  4.1008 -  | --progr-tra=* | --program-tr=* | --program-t=*)
  4.1009 -    program_transform_name=$ac_optarg ;;
  4.1010 -
  4.1011 -  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  4.1012 -    ac_prev=pdfdir ;;
  4.1013 -  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  4.1014 -    pdfdir=$ac_optarg ;;
  4.1015 -
  4.1016 -  -psdir | --psdir | --psdi | --psd | --ps)
  4.1017 -    ac_prev=psdir ;;
  4.1018 -  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  4.1019 -    psdir=$ac_optarg ;;
  4.1020 -
  4.1021 -  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  4.1022 -  | -silent | --silent | --silen | --sile | --sil)
  4.1023 -    silent=yes ;;
  4.1024 -
  4.1025 -  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  4.1026 -    ac_prev=sbindir ;;
  4.1027 -  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  4.1028 -  | --sbi=* | --sb=*)
  4.1029 -    sbindir=$ac_optarg ;;
  4.1030 -
  4.1031 -  -sharedstatedir | --sharedstatedir | --sharedstatedi \
  4.1032 -  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  4.1033 -  | --sharedst | --shareds | --shared | --share | --shar \
  4.1034 -  | --sha | --sh)
  4.1035 -    ac_prev=sharedstatedir ;;
  4.1036 -  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  4.1037 -  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  4.1038 -  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  4.1039 -  | --sha=* | --sh=*)
  4.1040 -    sharedstatedir=$ac_optarg ;;
  4.1041 -
  4.1042 -  -site | --site | --sit)
  4.1043 -    ac_prev=site ;;
  4.1044 -  -site=* | --site=* | --sit=*)
  4.1045 -    site=$ac_optarg ;;
  4.1046 -
  4.1047 -  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  4.1048 -    ac_prev=srcdir ;;
  4.1049 -  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  4.1050 -    srcdir=$ac_optarg ;;
  4.1051 -
  4.1052 -  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  4.1053 -  | --syscon | --sysco | --sysc | --sys | --sy)
  4.1054 -    ac_prev=sysconfdir ;;
  4.1055 -  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  4.1056 -  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  4.1057 -    sysconfdir=$ac_optarg ;;
  4.1058 -
  4.1059 -  -target | --target | --targe | --targ | --tar | --ta | --t)
  4.1060 -    ac_prev=target_alias ;;
  4.1061 -  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  4.1062 -    target_alias=$ac_optarg ;;
  4.1063 -
  4.1064 -  -v | -verbose | --verbose | --verbos | --verbo | --verb)
  4.1065 -    verbose=yes ;;
  4.1066 -
  4.1067 -  -version | --version | --versio | --versi | --vers | -V)
  4.1068 -    ac_init_version=: ;;
  4.1069 -
  4.1070 -  -with-* | --with-*)
  4.1071 -    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  4.1072 -    # Reject names that are not valid shell variable names.
  4.1073 -    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  4.1074 -      as_fn_error $? "invalid package name: $ac_useropt"
  4.1075 -    ac_useropt_orig=$ac_useropt
  4.1076 -    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  4.1077 -    case $ac_user_opts in
  4.1078 -      *"
  4.1079 -"with_$ac_useropt"
  4.1080 -"*) ;;
  4.1081 -      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
  4.1082 -	 ac_unrecognized_sep=', ';;
  4.1083 -    esac
  4.1084 -    eval with_$ac_useropt=\$ac_optarg ;;
  4.1085 -
  4.1086 -  -without-* | --without-*)
  4.1087 -    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  4.1088 -    # Reject names that are not valid shell variable names.
  4.1089 -    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  4.1090 -      as_fn_error $? "invalid package name: $ac_useropt"
  4.1091 -    ac_useropt_orig=$ac_useropt
  4.1092 -    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  4.1093 -    case $ac_user_opts in
  4.1094 -      *"
  4.1095 -"with_$ac_useropt"
  4.1096 -"*) ;;
  4.1097 -      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
  4.1098 -	 ac_unrecognized_sep=', ';;
  4.1099 -    esac
  4.1100 -    eval with_$ac_useropt=no ;;
  4.1101 -
  4.1102 -  --x)
  4.1103 -    # Obsolete; use --with-x.
  4.1104 -    with_x=yes ;;
  4.1105 -
  4.1106 -  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  4.1107 -  | --x-incl | --x-inc | --x-in | --x-i)
  4.1108 -    ac_prev=x_includes ;;
  4.1109 -  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  4.1110 -  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  4.1111 -    x_includes=$ac_optarg ;;
  4.1112 -
  4.1113 -  -x-libraries | --x-libraries | --x-librarie | --x-librari \
  4.1114 -  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  4.1115 -    ac_prev=x_libraries ;;
  4.1116 -  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  4.1117 -  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  4.1118 -    x_libraries=$ac_optarg ;;
  4.1119 -
  4.1120 -  -*) as_fn_error $? "unrecognized option: \`$ac_option'
  4.1121 -Try \`$0 --help' for more information"
  4.1122 -    ;;
  4.1123 -
  4.1124 -  *=*)
  4.1125 -    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  4.1126 -    # Reject names that are not valid shell variable names.
  4.1127 -    case $ac_envvar in #(
  4.1128 -      '' | [0-9]* | *[!_$as_cr_alnum]* )
  4.1129 -      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
  4.1130 -    esac
  4.1131 -    eval $ac_envvar=\$ac_optarg
  4.1132 -    export $ac_envvar ;;
  4.1133 -
  4.1134 -  *)
  4.1135 -    # FIXME: should be removed in autoconf 3.0.
  4.1136 -    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  4.1137 -    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  4.1138 -      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  4.1139 -    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
  4.1140 -    ;;
  4.1141 -
  4.1142 -  esac
  4.1143 -done
  4.1144 -
  4.1145 -if test -n "$ac_prev"; then
  4.1146 -  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  4.1147 -  as_fn_error $? "missing argument to $ac_option"
  4.1148 -fi
  4.1149 -
  4.1150 -if test -n "$ac_unrecognized_opts"; then
  4.1151 -  case $enable_option_checking in
  4.1152 -    no) ;;
  4.1153 -    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
  4.1154 -    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
  4.1155 -  esac
  4.1156 -fi
  4.1157 -
  4.1158 -# Check all directory arguments for consistency.
  4.1159 -for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
  4.1160 -		datadir sysconfdir sharedstatedir localstatedir includedir \
  4.1161 -		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  4.1162 -		libdir localedir mandir
  4.1163 -do
  4.1164 -  eval ac_val=\$$ac_var
  4.1165 -  # Remove trailing slashes.
  4.1166 -  case $ac_val in
  4.1167 -    */ )
  4.1168 -      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
  4.1169 -      eval $ac_var=\$ac_val;;
  4.1170 -  esac
  4.1171 -  # Be sure to have absolute directory names.
  4.1172 -  case $ac_val in
  4.1173 -    [\\/$]* | ?:[\\/]* )  continue;;
  4.1174 -    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  4.1175 -  esac
  4.1176 -  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
  4.1177 -done
  4.1178 -
  4.1179 -# There might be people who depend on the old broken behavior: `$host'
  4.1180 -# used to hold the argument of --host etc.
  4.1181 -# FIXME: To remove some day.
  4.1182 -build=$build_alias
  4.1183 -host=$host_alias
  4.1184 -target=$target_alias
  4.1185 -
  4.1186 -# FIXME: To remove some day.
  4.1187 -if test "x$host_alias" != x; then
  4.1188 -  if test "x$build_alias" = x; then
  4.1189 -    cross_compiling=maybe
  4.1190 -  elif test "x$build_alias" != "x$host_alias"; then
  4.1191 -    cross_compiling=yes
  4.1192 -  fi
  4.1193 -fi
  4.1194 -
  4.1195 -ac_tool_prefix=
  4.1196 -test -n "$host_alias" && ac_tool_prefix=$host_alias-
  4.1197 -
  4.1198 -test "$silent" = yes && exec 6>/dev/null
  4.1199 -
  4.1200 -
  4.1201 -ac_pwd=`pwd` && test -n "$ac_pwd" &&
  4.1202 -ac_ls_di=`ls -di .` &&
  4.1203 -ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  4.1204 -  as_fn_error $? "working directory cannot be determined"
  4.1205 -test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  4.1206 -  as_fn_error $? "pwd does not report name of working directory"
  4.1207 -
  4.1208 -
  4.1209 -# Find the source files, if location was not specified.
  4.1210 -if test -z "$srcdir"; then
  4.1211 -  ac_srcdir_defaulted=yes
  4.1212 -  # Try the directory containing this script, then the parent directory.
  4.1213 -  ac_confdir=`$as_dirname -- "$as_myself" ||
  4.1214 -$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  4.1215 -	 X"$as_myself" : 'X\(//\)[^/]' \| \
  4.1216 -	 X"$as_myself" : 'X\(//\)$' \| \
  4.1217 -	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
  4.1218 -$as_echo X"$as_myself" |
  4.1219 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  4.1220 -	    s//\1/
  4.1221 -	    q
  4.1222 -	  }
  4.1223 -	  /^X\(\/\/\)[^/].*/{
  4.1224 -	    s//\1/
  4.1225 -	    q
  4.1226 -	  }
  4.1227 -	  /^X\(\/\/\)$/{
  4.1228 -	    s//\1/
  4.1229 -	    q
  4.1230 -	  }
  4.1231 -	  /^X\(\/\).*/{
  4.1232 -	    s//\1/
  4.1233 -	    q
  4.1234 -	  }
  4.1235 -	  s/.*/./; q'`
  4.1236 -  srcdir=$ac_confdir
  4.1237 -  if test ! -r "$srcdir/$ac_unique_file"; then
  4.1238 -    srcdir=..
  4.1239 -  fi
  4.1240 -else
  4.1241 -  ac_srcdir_defaulted=no
  4.1242 -fi
  4.1243 -if test ! -r "$srcdir/$ac_unique_file"; then
  4.1244 -  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  4.1245 -  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
  4.1246 -fi
  4.1247 -ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  4.1248 -ac_abs_confdir=`(
  4.1249 -	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
  4.1250 -	pwd)`
  4.1251 -# When building in place, set srcdir=.
  4.1252 -if test "$ac_abs_confdir" = "$ac_pwd"; then
  4.1253 -  srcdir=.
  4.1254 -fi
  4.1255 -# Remove unnecessary trailing slashes from srcdir.
  4.1256 -# Double slashes in file names in object file debugging info
  4.1257 -# mess up M-x gdb in Emacs.
  4.1258 -case $srcdir in
  4.1259 -*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  4.1260 -esac
  4.1261 -for ac_var in $ac_precious_vars; do
  4.1262 -  eval ac_env_${ac_var}_set=\${${ac_var}+set}
  4.1263 -  eval ac_env_${ac_var}_value=\$${ac_var}
  4.1264 -  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  4.1265 -  eval ac_cv_env_${ac_var}_value=\$${ac_var}
  4.1266 -done
  4.1267 -
  4.1268 -#
  4.1269 -# Report the --help message.
  4.1270 -#
  4.1271 -if test "$ac_init_help" = "long"; then
  4.1272 -  # Omit some internal or obsolete options to make the list less imposing.
  4.1273 -  # This message is too long to be a string in the A/UX 3.1 sh.
  4.1274 -  cat <<_ACEOF
  4.1275 -\`configure' configures cline 1.1 to adapt to many kinds of systems.
  4.1276 -
  4.1277 -Usage: $0 [OPTION]... [VAR=VALUE]...
  4.1278 -
  4.1279 -To assign environment variables (e.g., CC, CFLAGS...), specify them as
  4.1280 -VAR=VALUE.  See below for descriptions of some of the useful variables.
  4.1281 -
  4.1282 -Defaults for the options are specified in brackets.
  4.1283 -
  4.1284 -Configuration:
  4.1285 -  -h, --help              display this help and exit
  4.1286 -      --help=short        display options specific to this package
  4.1287 -      --help=recursive    display the short help of all the included packages
  4.1288 -  -V, --version           display version information and exit
  4.1289 -  -q, --quiet, --silent   do not print \`checking ...' messages
  4.1290 -      --cache-file=FILE   cache test results in FILE [disabled]
  4.1291 -  -C, --config-cache      alias for \`--cache-file=config.cache'
  4.1292 -  -n, --no-create         do not create output files
  4.1293 -      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
  4.1294 -
  4.1295 -Installation directories:
  4.1296 -  --prefix=PREFIX         install architecture-independent files in PREFIX
  4.1297 -                          [$ac_default_prefix]
  4.1298 -  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  4.1299 -                          [PREFIX]
  4.1300 -
  4.1301 -By default, \`make install' will install all the files in
  4.1302 -\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
  4.1303 -an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  4.1304 -for instance \`--prefix=\$HOME'.
  4.1305 -
  4.1306 -For better control, use the options below.
  4.1307 -
  4.1308 -Fine tuning of the installation directories:
  4.1309 -  --bindir=DIR            user executables [EPREFIX/bin]
  4.1310 -  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  4.1311 -  --libexecdir=DIR        program executables [EPREFIX/libexec]
  4.1312 -  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  4.1313 -  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  4.1314 -  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  4.1315 -  --libdir=DIR            object code libraries [EPREFIX/lib]
  4.1316 -  --includedir=DIR        C header files [PREFIX/include]
  4.1317 -  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  4.1318 -  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  4.1319 -  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  4.1320 -  --infodir=DIR           info documentation [DATAROOTDIR/info]
  4.1321 -  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  4.1322 -  --mandir=DIR            man documentation [DATAROOTDIR/man]
  4.1323 -  --docdir=DIR            documentation root [DATAROOTDIR/doc/cline]
  4.1324 -  --htmldir=DIR           html documentation [DOCDIR]
  4.1325 -  --dvidir=DIR            dvi documentation [DOCDIR]
  4.1326 -  --pdfdir=DIR            pdf documentation [DOCDIR]
  4.1327 -  --psdir=DIR             ps documentation [DOCDIR]
  4.1328 -_ACEOF
  4.1329 -
  4.1330 -  cat <<\_ACEOF
  4.1331 -
  4.1332 -Program names:
  4.1333 -  --program-prefix=PREFIX            prepend PREFIX to installed program names
  4.1334 -  --program-suffix=SUFFIX            append SUFFIX to installed program names
  4.1335 -  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
  4.1336 -_ACEOF
  4.1337 -fi
  4.1338 -
  4.1339 -if test -n "$ac_init_help"; then
  4.1340 -  case $ac_init_help in
  4.1341 -     short | recursive ) echo "Configuration of cline 1.1:";;
  4.1342 -   esac
  4.1343 -  cat <<\_ACEOF
  4.1344 -
  4.1345 -Optional Features:
  4.1346 -  --disable-option-checking  ignore unrecognized --enable/--with options
  4.1347 -  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  4.1348 -  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  4.1349 -  --enable-silent-rules   less verbose build output (undo: "make V=1")
  4.1350 -  --disable-silent-rules  verbose build output (undo: "make V=0")
  4.1351 -  --enable-debug          Turn on debugging
  4.1352 -  --enable-dependency-tracking
  4.1353 -                          do not reject slow dependency extractors
  4.1354 -  --disable-dependency-tracking
  4.1355 -                          speeds up one-time build
  4.1356 -
  4.1357 -Some influential environment variables:
  4.1358 -  CC          C compiler command
  4.1359 -  CFLAGS      C compiler flags
  4.1360 -  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  4.1361 -              nonstandard directory <lib dir>
  4.1362 -  LIBS        libraries to pass to the linker, e.g. -l<library>
  4.1363 -  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  4.1364 -              you have headers in a nonstandard directory <include dir>
  4.1365 -  CPP         C preprocessor
  4.1366 -
  4.1367 -Use these variables to override the choices made by `configure' or to help
  4.1368 -it to find libraries and programs with nonstandard names/locations.
  4.1369 -
  4.1370 -Report bugs to <universe@uap-core.de>.
  4.1371 -_ACEOF
  4.1372 -ac_status=$?
  4.1373 -fi
  4.1374 -
  4.1375 -if test "$ac_init_help" = "recursive"; then
  4.1376 -  # If there are subdirs, report their specific --help.
  4.1377 -  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  4.1378 -    test -d "$ac_dir" ||
  4.1379 -      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
  4.1380 -      continue
  4.1381 -    ac_builddir=.
  4.1382 -
  4.1383 -case "$ac_dir" in
  4.1384 -.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  4.1385 -*)
  4.1386 -  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  4.1387 -  # A ".." for each directory in $ac_dir_suffix.
  4.1388 -  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  4.1389 -  case $ac_top_builddir_sub in
  4.1390 -  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  4.1391 -  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  4.1392 -  esac ;;
  4.1393 -esac
  4.1394 -ac_abs_top_builddir=$ac_pwd
  4.1395 -ac_abs_builddir=$ac_pwd$ac_dir_suffix
  4.1396 -# for backward compatibility:
  4.1397 -ac_top_builddir=$ac_top_build_prefix
  4.1398 -
  4.1399 -case $srcdir in
  4.1400 -  .)  # We are building in place.
  4.1401 -    ac_srcdir=.
  4.1402 -    ac_top_srcdir=$ac_top_builddir_sub
  4.1403 -    ac_abs_top_srcdir=$ac_pwd ;;
  4.1404 -  [\\/]* | ?:[\\/]* )  # Absolute name.
  4.1405 -    ac_srcdir=$srcdir$ac_dir_suffix;
  4.1406 -    ac_top_srcdir=$srcdir
  4.1407 -    ac_abs_top_srcdir=$srcdir ;;
  4.1408 -  *) # Relative name.
  4.1409 -    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  4.1410 -    ac_top_srcdir=$ac_top_build_prefix$srcdir
  4.1411 -    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  4.1412 -esac
  4.1413 -ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  4.1414 -
  4.1415 -    cd "$ac_dir" || { ac_status=$?; continue; }
  4.1416 -    # Check for guested configure.
  4.1417 -    if test -f "$ac_srcdir/configure.gnu"; then
  4.1418 -      echo &&
  4.1419 -      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  4.1420 -    elif test -f "$ac_srcdir/configure"; then
  4.1421 -      echo &&
  4.1422 -      $SHELL "$ac_srcdir/configure" --help=recursive
  4.1423 -    else
  4.1424 -      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  4.1425 -    fi || ac_status=$?
  4.1426 -    cd "$ac_pwd" || { ac_status=$?; break; }
  4.1427 -  done
  4.1428 -fi
  4.1429 -
  4.1430 -test -n "$ac_init_help" && exit $ac_status
  4.1431 -if $ac_init_version; then
  4.1432 -  cat <<\_ACEOF
  4.1433 -cline configure 1.1
  4.1434 -generated by GNU Autoconf 2.69
  4.1435 -
  4.1436 -Copyright (C) 2012 Free Software Foundation, Inc.
  4.1437 -This configure script is free software; the Free Software Foundation
  4.1438 -gives unlimited permission to copy, distribute and modify it.
  4.1439 -_ACEOF
  4.1440 -  exit
  4.1441 -fi
  4.1442 -
  4.1443 -## ------------------------ ##
  4.1444 -## Autoconf initialization. ##
  4.1445 -## ------------------------ ##
  4.1446 -
  4.1447 -# ac_fn_c_try_compile LINENO
  4.1448 -# --------------------------
  4.1449 -# Try to compile conftest.$ac_ext, and return whether this succeeded.
  4.1450 -ac_fn_c_try_compile ()
  4.1451 -{
  4.1452 -  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  4.1453 -  rm -f conftest.$ac_objext
  4.1454 -  if { { ac_try="$ac_compile"
  4.1455 -case "(($ac_try" in
  4.1456 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4.1457 -  *) ac_try_echo=$ac_try;;
  4.1458 -esac
  4.1459 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  4.1460 -$as_echo "$ac_try_echo"; } >&5
  4.1461 -  (eval "$ac_compile") 2>conftest.err
  4.1462 -  ac_status=$?
  4.1463 -  if test -s conftest.err; then
  4.1464 -    grep -v '^ *+' conftest.err >conftest.er1
  4.1465 -    cat conftest.er1 >&5
  4.1466 -    mv -f conftest.er1 conftest.err
  4.1467 -  fi
  4.1468 -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  4.1469 -  test $ac_status = 0; } && {
  4.1470 -	 test -z "$ac_c_werror_flag" ||
  4.1471 -	 test ! -s conftest.err
  4.1472 -       } && test -s conftest.$ac_objext; then :
  4.1473 -  ac_retval=0
  4.1474 -else
  4.1475 -  $as_echo "$as_me: failed program was:" >&5
  4.1476 -sed 's/^/| /' conftest.$ac_ext >&5
  4.1477 -
  4.1478 -	ac_retval=1
  4.1479 -fi
  4.1480 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  4.1481 -  as_fn_set_status $ac_retval
  4.1482 -
  4.1483 -} # ac_fn_c_try_compile
  4.1484 -
  4.1485 -# ac_fn_c_try_cpp LINENO
  4.1486 -# ----------------------
  4.1487 -# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
  4.1488 -ac_fn_c_try_cpp ()
  4.1489 -{
  4.1490 -  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  4.1491 -  if { { ac_try="$ac_cpp conftest.$ac_ext"
  4.1492 -case "(($ac_try" in
  4.1493 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4.1494 -  *) ac_try_echo=$ac_try;;
  4.1495 -esac
  4.1496 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  4.1497 -$as_echo "$ac_try_echo"; } >&5
  4.1498 -  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
  4.1499 -  ac_status=$?
  4.1500 -  if test -s conftest.err; then
  4.1501 -    grep -v '^ *+' conftest.err >conftest.er1
  4.1502 -    cat conftest.er1 >&5
  4.1503 -    mv -f conftest.er1 conftest.err
  4.1504 -  fi
  4.1505 -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  4.1506 -  test $ac_status = 0; } > conftest.i && {
  4.1507 -	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  4.1508 -	 test ! -s conftest.err
  4.1509 -       }; then :
  4.1510 -  ac_retval=0
  4.1511 -else
  4.1512 -  $as_echo "$as_me: failed program was:" >&5
  4.1513 -sed 's/^/| /' conftest.$ac_ext >&5
  4.1514 -
  4.1515 -    ac_retval=1
  4.1516 -fi
  4.1517 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  4.1518 -  as_fn_set_status $ac_retval
  4.1519 -
  4.1520 -} # ac_fn_c_try_cpp
  4.1521 -
  4.1522 -# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
  4.1523 -# -------------------------------------------------------
  4.1524 -# Tests whether HEADER exists, giving a warning if it cannot be compiled using
  4.1525 -# the include files in INCLUDES and setting the cache variable VAR
  4.1526 -# accordingly.
  4.1527 -ac_fn_c_check_header_mongrel ()
  4.1528 -{
  4.1529 -  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  4.1530 -  if eval \${$3+:} false; then :
  4.1531 -  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  4.1532 -$as_echo_n "checking for $2... " >&6; }
  4.1533 -if eval \${$3+:} false; then :
  4.1534 -  $as_echo_n "(cached) " >&6
  4.1535 -fi
  4.1536 -eval ac_res=\$$3
  4.1537 -	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  4.1538 -$as_echo "$ac_res" >&6; }
  4.1539 -else
  4.1540 -  # Is the header compilable?
  4.1541 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
  4.1542 -$as_echo_n "checking $2 usability... " >&6; }
  4.1543 -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.1544 -/* end confdefs.h.  */
  4.1545 -$4
  4.1546 -#include <$2>
  4.1547 -_ACEOF
  4.1548 -if ac_fn_c_try_compile "$LINENO"; then :
  4.1549 -  ac_header_compiler=yes
  4.1550 -else
  4.1551 -  ac_header_compiler=no
  4.1552 -fi
  4.1553 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4.1554 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
  4.1555 -$as_echo "$ac_header_compiler" >&6; }
  4.1556 -
  4.1557 -# Is the header present?
  4.1558 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
  4.1559 -$as_echo_n "checking $2 presence... " >&6; }
  4.1560 -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.1561 -/* end confdefs.h.  */
  4.1562 -#include <$2>
  4.1563 -_ACEOF
  4.1564 -if ac_fn_c_try_cpp "$LINENO"; then :
  4.1565 -  ac_header_preproc=yes
  4.1566 -else
  4.1567 -  ac_header_preproc=no
  4.1568 -fi
  4.1569 -rm -f conftest.err conftest.i conftest.$ac_ext
  4.1570 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
  4.1571 -$as_echo "$ac_header_preproc" >&6; }
  4.1572 -
  4.1573 -# So?  What about this header?
  4.1574 -case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
  4.1575 -  yes:no: )
  4.1576 -    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
  4.1577 -$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
  4.1578 -    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
  4.1579 -$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
  4.1580 -    ;;
  4.1581 -  no:yes:* )
  4.1582 -    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
  4.1583 -$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
  4.1584 -    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
  4.1585 -$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
  4.1586 -    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
  4.1587 -$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
  4.1588 -    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
  4.1589 -$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
  4.1590 -    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
  4.1591 -$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
  4.1592 -( $as_echo "## ----------------------------------- ##
  4.1593 -## Report this to universe@uap-core.de ##
  4.1594 -## ----------------------------------- ##"
  4.1595 -     ) | sed "s/^/$as_me: WARNING:     /" >&2
  4.1596 -    ;;
  4.1597 -esac
  4.1598 -  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  4.1599 -$as_echo_n "checking for $2... " >&6; }
  4.1600 -if eval \${$3+:} false; then :
  4.1601 -  $as_echo_n "(cached) " >&6
  4.1602 -else
  4.1603 -  eval "$3=\$ac_header_compiler"
  4.1604 -fi
  4.1605 -eval ac_res=\$$3
  4.1606 -	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  4.1607 -$as_echo "$ac_res" >&6; }
  4.1608 -fi
  4.1609 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  4.1610 -
  4.1611 -} # ac_fn_c_check_header_mongrel
  4.1612 -
  4.1613 -# ac_fn_c_try_run LINENO
  4.1614 -# ----------------------
  4.1615 -# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
  4.1616 -# that executables *can* be run.
  4.1617 -ac_fn_c_try_run ()
  4.1618 -{
  4.1619 -  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  4.1620 -  if { { ac_try="$ac_link"
  4.1621 -case "(($ac_try" in
  4.1622 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4.1623 -  *) ac_try_echo=$ac_try;;
  4.1624 -esac
  4.1625 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  4.1626 -$as_echo "$ac_try_echo"; } >&5
  4.1627 -  (eval "$ac_link") 2>&5
  4.1628 -  ac_status=$?
  4.1629 -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  4.1630 -  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
  4.1631 -  { { case "(($ac_try" in
  4.1632 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4.1633 -  *) ac_try_echo=$ac_try;;
  4.1634 -esac
  4.1635 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  4.1636 -$as_echo "$ac_try_echo"; } >&5
  4.1637 -  (eval "$ac_try") 2>&5
  4.1638 -  ac_status=$?
  4.1639 -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  4.1640 -  test $ac_status = 0; }; }; then :
  4.1641 -  ac_retval=0
  4.1642 -else
  4.1643 -  $as_echo "$as_me: program exited with status $ac_status" >&5
  4.1644 -       $as_echo "$as_me: failed program was:" >&5
  4.1645 -sed 's/^/| /' conftest.$ac_ext >&5
  4.1646 -
  4.1647 -       ac_retval=$ac_status
  4.1648 -fi
  4.1649 -  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  4.1650 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  4.1651 -  as_fn_set_status $ac_retval
  4.1652 -
  4.1653 -} # ac_fn_c_try_run
  4.1654 -
  4.1655 -# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
  4.1656 -# -------------------------------------------------------
  4.1657 -# Tests whether HEADER exists and can be compiled using the include files in
  4.1658 -# INCLUDES, setting the cache variable VAR accordingly.
  4.1659 -ac_fn_c_check_header_compile ()
  4.1660 -{
  4.1661 -  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  4.1662 -  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  4.1663 -$as_echo_n "checking for $2... " >&6; }
  4.1664 -if eval \${$3+:} false; then :
  4.1665 -  $as_echo_n "(cached) " >&6
  4.1666 -else
  4.1667 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.1668 -/* end confdefs.h.  */
  4.1669 -$4
  4.1670 -#include <$2>
  4.1671 -_ACEOF
  4.1672 -if ac_fn_c_try_compile "$LINENO"; then :
  4.1673 -  eval "$3=yes"
  4.1674 -else
  4.1675 -  eval "$3=no"
  4.1676 -fi
  4.1677 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4.1678 -fi
  4.1679 -eval ac_res=\$$3
  4.1680 -	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  4.1681 -$as_echo "$ac_res" >&6; }
  4.1682 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  4.1683 -
  4.1684 -} # ac_fn_c_check_header_compile
  4.1685 -
  4.1686 -# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
  4.1687 -# -------------------------------------------
  4.1688 -# Tests whether TYPE exists after having included INCLUDES, setting cache
  4.1689 -# variable VAR accordingly.
  4.1690 -ac_fn_c_check_type ()
  4.1691 -{
  4.1692 -  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  4.1693 -  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  4.1694 -$as_echo_n "checking for $2... " >&6; }
  4.1695 -if eval \${$3+:} false; then :
  4.1696 -  $as_echo_n "(cached) " >&6
  4.1697 -else
  4.1698 -  eval "$3=no"
  4.1699 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.1700 -/* end confdefs.h.  */
  4.1701 -$4
  4.1702 -int
  4.1703 -main ()
  4.1704 -{
  4.1705 -if (sizeof ($2))
  4.1706 -	 return 0;
  4.1707 -  ;
  4.1708 -  return 0;
  4.1709 -}
  4.1710 -_ACEOF
  4.1711 -if ac_fn_c_try_compile "$LINENO"; then :
  4.1712 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.1713 -/* end confdefs.h.  */
  4.1714 -$4
  4.1715 -int
  4.1716 -main ()
  4.1717 -{
  4.1718 -if (sizeof (($2)))
  4.1719 -	    return 0;
  4.1720 -  ;
  4.1721 -  return 0;
  4.1722 -}
  4.1723 -_ACEOF
  4.1724 -if ac_fn_c_try_compile "$LINENO"; then :
  4.1725 -
  4.1726 -else
  4.1727 -  eval "$3=yes"
  4.1728 -fi
  4.1729 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4.1730 -fi
  4.1731 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4.1732 -fi
  4.1733 -eval ac_res=\$$3
  4.1734 -	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  4.1735 -$as_echo "$ac_res" >&6; }
  4.1736 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  4.1737 -
  4.1738 -} # ac_fn_c_check_type
  4.1739 -
  4.1740 -# ac_fn_c_try_link LINENO
  4.1741 -# -----------------------
  4.1742 -# Try to link conftest.$ac_ext, and return whether this succeeded.
  4.1743 -ac_fn_c_try_link ()
  4.1744 -{
  4.1745 -  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  4.1746 -  rm -f conftest.$ac_objext conftest$ac_exeext
  4.1747 -  if { { ac_try="$ac_link"
  4.1748 -case "(($ac_try" in
  4.1749 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4.1750 -  *) ac_try_echo=$ac_try;;
  4.1751 -esac
  4.1752 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  4.1753 -$as_echo "$ac_try_echo"; } >&5
  4.1754 -  (eval "$ac_link") 2>conftest.err
  4.1755 -  ac_status=$?
  4.1756 -  if test -s conftest.err; then
  4.1757 -    grep -v '^ *+' conftest.err >conftest.er1
  4.1758 -    cat conftest.er1 >&5
  4.1759 -    mv -f conftest.er1 conftest.err
  4.1760 -  fi
  4.1761 -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  4.1762 -  test $ac_status = 0; } && {
  4.1763 -	 test -z "$ac_c_werror_flag" ||
  4.1764 -	 test ! -s conftest.err
  4.1765 -       } && test -s conftest$ac_exeext && {
  4.1766 -	 test "$cross_compiling" = yes ||
  4.1767 -	 test -x conftest$ac_exeext
  4.1768 -       }; then :
  4.1769 -  ac_retval=0
  4.1770 -else
  4.1771 -  $as_echo "$as_me: failed program was:" >&5
  4.1772 -sed 's/^/| /' conftest.$ac_ext >&5
  4.1773 -
  4.1774 -	ac_retval=1
  4.1775 -fi
  4.1776 -  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  4.1777 -  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  4.1778 -  # interfere with the next link command; also delete a directory that is
  4.1779 -  # left behind by Apple's compiler.  We do this before executing the actions.
  4.1780 -  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  4.1781 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  4.1782 -  as_fn_set_status $ac_retval
  4.1783 -
  4.1784 -} # ac_fn_c_try_link
  4.1785 -
  4.1786 -# ac_fn_c_check_func LINENO FUNC VAR
  4.1787 -# ----------------------------------
  4.1788 -# Tests whether FUNC exists, setting the cache variable VAR accordingly
  4.1789 -ac_fn_c_check_func ()
  4.1790 -{
  4.1791 -  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  4.1792 -  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  4.1793 -$as_echo_n "checking for $2... " >&6; }
  4.1794 -if eval \${$3+:} false; then :
  4.1795 -  $as_echo_n "(cached) " >&6
  4.1796 -else
  4.1797 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.1798 -/* end confdefs.h.  */
  4.1799 -/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
  4.1800 -   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  4.1801 -#define $2 innocuous_$2
  4.1802 -
  4.1803 -/* System header to define __stub macros and hopefully few prototypes,
  4.1804 -    which can conflict with char $2 (); below.
  4.1805 -    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4.1806 -    <limits.h> exists even on freestanding compilers.  */
  4.1807 -
  4.1808 -#ifdef __STDC__
  4.1809 -# include <limits.h>
  4.1810 -#else
  4.1811 -# include <assert.h>
  4.1812 -#endif
  4.1813 -
  4.1814 -#undef $2
  4.1815 -
  4.1816 -/* Override any GCC internal prototype to avoid an error.
  4.1817 -   Use char because int might match the return type of a GCC
  4.1818 -   builtin and then its argument prototype would still apply.  */
  4.1819 -#ifdef __cplusplus
  4.1820 -extern "C"
  4.1821 -#endif
  4.1822 -char $2 ();
  4.1823 -/* The GNU C library defines this for functions which it implements
  4.1824 -    to always fail with ENOSYS.  Some functions are actually named
  4.1825 -    something starting with __ and the normal name is an alias.  */
  4.1826 -#if defined __stub_$2 || defined __stub___$2
  4.1827 -choke me
  4.1828 -#endif
  4.1829 -
  4.1830 -int
  4.1831 -main ()
  4.1832 -{
  4.1833 -return $2 ();
  4.1834 -  ;
  4.1835 -  return 0;
  4.1836 -}
  4.1837 -_ACEOF
  4.1838 -if ac_fn_c_try_link "$LINENO"; then :
  4.1839 -  eval "$3=yes"
  4.1840 -else
  4.1841 -  eval "$3=no"
  4.1842 -fi
  4.1843 -rm -f core conftest.err conftest.$ac_objext \
  4.1844 -    conftest$ac_exeext conftest.$ac_ext
  4.1845 -fi
  4.1846 -eval ac_res=\$$3
  4.1847 -	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  4.1848 -$as_echo "$ac_res" >&6; }
  4.1849 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  4.1850 -
  4.1851 -} # ac_fn_c_check_func
  4.1852 -cat >config.log <<_ACEOF
  4.1853 -This file contains any messages produced by compilers while
  4.1854 -running configure, to aid debugging if configure makes a mistake.
  4.1855 -
  4.1856 -It was created by cline $as_me 1.1, which was
  4.1857 -generated by GNU Autoconf 2.69.  Invocation command line was
  4.1858 -
  4.1859 -  $ $0 $@
  4.1860 -
  4.1861 -_ACEOF
  4.1862 -exec 5>>config.log
  4.1863 -{
  4.1864 -cat <<_ASUNAME
  4.1865 -## --------- ##
  4.1866 -## Platform. ##
  4.1867 -## --------- ##
  4.1868 -
  4.1869 -hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  4.1870 -uname -m = `(uname -m) 2>/dev/null || echo unknown`
  4.1871 -uname -r = `(uname -r) 2>/dev/null || echo unknown`
  4.1872 -uname -s = `(uname -s) 2>/dev/null || echo unknown`
  4.1873 -uname -v = `(uname -v) 2>/dev/null || echo unknown`
  4.1874 -
  4.1875 -/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  4.1876 -/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  4.1877 -
  4.1878 -/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  4.1879 -/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  4.1880 -/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  4.1881 -/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
  4.1882 -/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  4.1883 -/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  4.1884 -/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  4.1885 -
  4.1886 -_ASUNAME
  4.1887 -
  4.1888 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4.1889 -for as_dir in $PATH
  4.1890 -do
  4.1891 -  IFS=$as_save_IFS
  4.1892 -  test -z "$as_dir" && as_dir=.
  4.1893 -    $as_echo "PATH: $as_dir"
  4.1894 -  done
  4.1895 -IFS=$as_save_IFS
  4.1896 -
  4.1897 -} >&5
  4.1898 -
  4.1899 -cat >&5 <<_ACEOF
  4.1900 -
  4.1901 -
  4.1902 -## ----------- ##
  4.1903 -## Core tests. ##
  4.1904 -## ----------- ##
  4.1905 -
  4.1906 -_ACEOF
  4.1907 -
  4.1908 -
  4.1909 -# Keep a trace of the command line.
  4.1910 -# Strip out --no-create and --no-recursion so they do not pile up.
  4.1911 -# Strip out --silent because we don't want to record it for future runs.
  4.1912 -# Also quote any args containing shell meta-characters.
  4.1913 -# Make two passes to allow for proper duplicate-argument suppression.
  4.1914 -ac_configure_args=
  4.1915 -ac_configure_args0=
  4.1916 -ac_configure_args1=
  4.1917 -ac_must_keep_next=false
  4.1918 -for ac_pass in 1 2
  4.1919 -do
  4.1920 -  for ac_arg
  4.1921 -  do
  4.1922 -    case $ac_arg in
  4.1923 -    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  4.1924 -    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  4.1925 -    | -silent | --silent | --silen | --sile | --sil)
  4.1926 -      continue ;;
  4.1927 -    *\'*)
  4.1928 -      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  4.1929 -    esac
  4.1930 -    case $ac_pass in
  4.1931 -    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
  4.1932 -    2)
  4.1933 -      as_fn_append ac_configure_args1 " '$ac_arg'"
  4.1934 -      if test $ac_must_keep_next = true; then
  4.1935 -	ac_must_keep_next=false # Got value, back to normal.
  4.1936 -      else
  4.1937 -	case $ac_arg in
  4.1938 -	  *=* | --config-cache | -C | -disable-* | --disable-* \
  4.1939 -	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
  4.1940 -	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
  4.1941 -	  | -with-* | --with-* | -without-* | --without-* | --x)
  4.1942 -	    case "$ac_configure_args0 " in
  4.1943 -	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  4.1944 -	    esac
  4.1945 -	    ;;
  4.1946 -	  -* ) ac_must_keep_next=true ;;
  4.1947 -	esac
  4.1948 -      fi
  4.1949 -      as_fn_append ac_configure_args " '$ac_arg'"
  4.1950 -      ;;
  4.1951 -    esac
  4.1952 -  done
  4.1953 -done
  4.1954 -{ ac_configure_args0=; unset ac_configure_args0;}
  4.1955 -{ ac_configure_args1=; unset ac_configure_args1;}
  4.1956 -
  4.1957 -# When interrupted or exit'd, cleanup temporary files, and complete
  4.1958 -# config.log.  We remove comments because anyway the quotes in there
  4.1959 -# would cause problems or look ugly.
  4.1960 -# WARNING: Use '\'' to represent an apostrophe within the trap.
  4.1961 -# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
  4.1962 -trap 'exit_status=$?
  4.1963 -  # Save into config.log some information that might help in debugging.
  4.1964 -  {
  4.1965 -    echo
  4.1966 -
  4.1967 -    $as_echo "## ---------------- ##
  4.1968 -## Cache variables. ##
  4.1969 -## ---------------- ##"
  4.1970 -    echo
  4.1971 -    # The following way of writing the cache mishandles newlines in values,
  4.1972 -(
  4.1973 -  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
  4.1974 -    eval ac_val=\$$ac_var
  4.1975 -    case $ac_val in #(
  4.1976 -    *${as_nl}*)
  4.1977 -      case $ac_var in #(
  4.1978 -      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
  4.1979 -$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
  4.1980 -      esac
  4.1981 -      case $ac_var in #(
  4.1982 -      _ | IFS | as_nl) ;; #(
  4.1983 -      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
  4.1984 -      *) { eval $ac_var=; unset $ac_var;} ;;
  4.1985 -      esac ;;
  4.1986 -    esac
  4.1987 -  done
  4.1988 -  (set) 2>&1 |
  4.1989 -    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
  4.1990 -    *${as_nl}ac_space=\ *)
  4.1991 -      sed -n \
  4.1992 -	"s/'\''/'\''\\\\'\'''\''/g;
  4.1993 -	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
  4.1994 -      ;; #(
  4.1995 -    *)
  4.1996 -      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  4.1997 -      ;;
  4.1998 -    esac |
  4.1999 -    sort
  4.2000 -)
  4.2001 -    echo
  4.2002 -
  4.2003 -    $as_echo "## ----------------- ##
  4.2004 -## Output variables. ##
  4.2005 -## ----------------- ##"
  4.2006 -    echo
  4.2007 -    for ac_var in $ac_subst_vars
  4.2008 -    do
  4.2009 -      eval ac_val=\$$ac_var
  4.2010 -      case $ac_val in
  4.2011 -      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  4.2012 -      esac
  4.2013 -      $as_echo "$ac_var='\''$ac_val'\''"
  4.2014 -    done | sort
  4.2015 -    echo
  4.2016 -
  4.2017 -    if test -n "$ac_subst_files"; then
  4.2018 -      $as_echo "## ------------------- ##
  4.2019 -## File substitutions. ##
  4.2020 -## ------------------- ##"
  4.2021 -      echo
  4.2022 -      for ac_var in $ac_subst_files
  4.2023 -      do
  4.2024 -	eval ac_val=\$$ac_var
  4.2025 -	case $ac_val in
  4.2026 -	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  4.2027 -	esac
  4.2028 -	$as_echo "$ac_var='\''$ac_val'\''"
  4.2029 -      done | sort
  4.2030 -      echo
  4.2031 -    fi
  4.2032 -
  4.2033 -    if test -s confdefs.h; then
  4.2034 -      $as_echo "## ----------- ##
  4.2035 -## confdefs.h. ##
  4.2036 -## ----------- ##"
  4.2037 -      echo
  4.2038 -      cat confdefs.h
  4.2039 -      echo
  4.2040 -    fi
  4.2041 -    test "$ac_signal" != 0 &&
  4.2042 -      $as_echo "$as_me: caught signal $ac_signal"
  4.2043 -    $as_echo "$as_me: exit $exit_status"
  4.2044 -  } >&5
  4.2045 -  rm -f core *.core core.conftest.* &&
  4.2046 -    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
  4.2047 -    exit $exit_status
  4.2048 -' 0
  4.2049 -for ac_signal in 1 2 13 15; do
  4.2050 -  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
  4.2051 -done
  4.2052 -ac_signal=0
  4.2053 -
  4.2054 -# confdefs.h avoids OS command line length limits that DEFS can exceed.
  4.2055 -rm -f -r conftest* confdefs.h
  4.2056 -
  4.2057 -$as_echo "/* confdefs.h */" > confdefs.h
  4.2058 -
  4.2059 -# Predefined preprocessor variables.
  4.2060 -
  4.2061 -cat >>confdefs.h <<_ACEOF
  4.2062 -#define PACKAGE_NAME "$PACKAGE_NAME"
  4.2063 -_ACEOF
  4.2064 -
  4.2065 -cat >>confdefs.h <<_ACEOF
  4.2066 -#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  4.2067 -_ACEOF
  4.2068 -
  4.2069 -cat >>confdefs.h <<_ACEOF
  4.2070 -#define PACKAGE_VERSION "$PACKAGE_VERSION"
  4.2071 -_ACEOF
  4.2072 -
  4.2073 -cat >>confdefs.h <<_ACEOF
  4.2074 -#define PACKAGE_STRING "$PACKAGE_STRING"
  4.2075 -_ACEOF
  4.2076 -
  4.2077 -cat >>confdefs.h <<_ACEOF
  4.2078 -#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  4.2079 -_ACEOF
  4.2080 -
  4.2081 -cat >>confdefs.h <<_ACEOF
  4.2082 -#define PACKAGE_URL "$PACKAGE_URL"
  4.2083 -_ACEOF
  4.2084 -
  4.2085 -
  4.2086 -# Let the site file select an alternate cache file if it wants to.
  4.2087 -# Prefer an explicitly selected file to automatically selected ones.
  4.2088 -ac_site_file1=NONE
  4.2089 -ac_site_file2=NONE
  4.2090 -if test -n "$CONFIG_SITE"; then
  4.2091 -  # We do not want a PATH search for config.site.
  4.2092 -  case $CONFIG_SITE in #((
  4.2093 -    -*)  ac_site_file1=./$CONFIG_SITE;;
  4.2094 -    */*) ac_site_file1=$CONFIG_SITE;;
  4.2095 -    *)   ac_site_file1=./$CONFIG_SITE;;
  4.2096 -  esac
  4.2097 -elif test "x$prefix" != xNONE; then
  4.2098 -  ac_site_file1=$prefix/share/config.site
  4.2099 -  ac_site_file2=$prefix/etc/config.site
  4.2100 -else
  4.2101 -  ac_site_file1=$ac_default_prefix/share/config.site
  4.2102 -  ac_site_file2=$ac_default_prefix/etc/config.site
  4.2103 -fi
  4.2104 -for ac_site_file in "$ac_site_file1" "$ac_site_file2"
  4.2105 -do
  4.2106 -  test "x$ac_site_file" = xNONE && continue
  4.2107 -  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
  4.2108 -    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
  4.2109 -$as_echo "$as_me: loading site script $ac_site_file" >&6;}
  4.2110 -    sed 's/^/| /' "$ac_site_file" >&5
  4.2111 -    . "$ac_site_file" \
  4.2112 -      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  4.2113 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  4.2114 -as_fn_error $? "failed to load site script $ac_site_file
  4.2115 -See \`config.log' for more details" "$LINENO" 5; }
  4.2116 -  fi
  4.2117 -done
  4.2118 -
  4.2119 -if test -r "$cache_file"; then
  4.2120 -  # Some versions of bash will fail to source /dev/null (special files
  4.2121 -  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
  4.2122 -  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
  4.2123 -    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
  4.2124 -$as_echo "$as_me: loading cache $cache_file" >&6;}
  4.2125 -    case $cache_file in
  4.2126 -      [\\/]* | ?:[\\/]* ) . "$cache_file";;
  4.2127 -      *)                      . "./$cache_file";;
  4.2128 -    esac
  4.2129 -  fi
  4.2130 -else
  4.2131 -  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
  4.2132 -$as_echo "$as_me: creating cache $cache_file" >&6;}
  4.2133 -  >$cache_file
  4.2134 -fi
  4.2135 -
  4.2136 -# Check that the precious variables saved in the cache have kept the same
  4.2137 -# value.
  4.2138 -ac_cache_corrupted=false
  4.2139 -for ac_var in $ac_precious_vars; do
  4.2140 -  eval ac_old_set=\$ac_cv_env_${ac_var}_set
  4.2141 -  eval ac_new_set=\$ac_env_${ac_var}_set
  4.2142 -  eval ac_old_val=\$ac_cv_env_${ac_var}_value
  4.2143 -  eval ac_new_val=\$ac_env_${ac_var}_value
  4.2144 -  case $ac_old_set,$ac_new_set in
  4.2145 -    set,)
  4.2146 -      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  4.2147 -$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  4.2148 -      ac_cache_corrupted=: ;;
  4.2149 -    ,set)
  4.2150 -      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
  4.2151 -$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  4.2152 -      ac_cache_corrupted=: ;;
  4.2153 -    ,);;
  4.2154 -    *)
  4.2155 -      if test "x$ac_old_val" != "x$ac_new_val"; then
  4.2156 -	# differences in whitespace do not lead to failure.
  4.2157 -	ac_old_val_w=`echo x $ac_old_val`
  4.2158 -	ac_new_val_w=`echo x $ac_new_val`
  4.2159 -	if test "$ac_old_val_w" != "$ac_new_val_w"; then
  4.2160 -	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
  4.2161 -$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  4.2162 -	  ac_cache_corrupted=:
  4.2163 -	else
  4.2164 -	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
  4.2165 -$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
  4.2166 -	  eval $ac_var=\$ac_old_val
  4.2167 -	fi
  4.2168 -	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
  4.2169 -$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
  4.2170 -	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
  4.2171 -$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
  4.2172 -      fi;;
  4.2173 -  esac
  4.2174 -  # Pass precious variables to config.status.
  4.2175 -  if test "$ac_new_set" = set; then
  4.2176 -    case $ac_new_val in
  4.2177 -    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  4.2178 -    *) ac_arg=$ac_var=$ac_new_val ;;
  4.2179 -    esac
  4.2180 -    case " $ac_configure_args " in
  4.2181 -      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  4.2182 -      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
  4.2183 -    esac
  4.2184 -  fi
  4.2185 -done
  4.2186 -if $ac_cache_corrupted; then
  4.2187 -  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  4.2188 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  4.2189 -  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
  4.2190 -$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  4.2191 -  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
  4.2192 -fi
  4.2193 -## -------------------- ##
  4.2194 -## Main body of script. ##
  4.2195 -## -------------------- ##
  4.2196 -
  4.2197 -ac_ext=c
  4.2198 -ac_cpp='$CPP $CPPFLAGS'
  4.2199 -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  4.2200 -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  4.2201 -ac_compiler_gnu=$ac_cv_c_compiler_gnu
  4.2202 -
  4.2203 -
  4.2204 -
  4.2205 -ac_config_headers="$ac_config_headers config.h"
  4.2206 -
  4.2207 -am__api_version='1.13'
  4.2208 -
  4.2209 -ac_aux_dir=
  4.2210 -for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
  4.2211 -  if test -f "$ac_dir/install-sh"; then
  4.2212 -    ac_aux_dir=$ac_dir
  4.2213 -    ac_install_sh="$ac_aux_dir/install-sh -c"
  4.2214 -    break
  4.2215 -  elif test -f "$ac_dir/install.sh"; then
  4.2216 -    ac_aux_dir=$ac_dir
  4.2217 -    ac_install_sh="$ac_aux_dir/install.sh -c"
  4.2218 -    break
  4.2219 -  elif test -f "$ac_dir/shtool"; then
  4.2220 -    ac_aux_dir=$ac_dir
  4.2221 -    ac_install_sh="$ac_aux_dir/shtool install -c"
  4.2222 -    break
  4.2223 -  fi
  4.2224 -done
  4.2225 -if test -z "$ac_aux_dir"; then
  4.2226 -  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
  4.2227 -fi
  4.2228 -
  4.2229 -# These three variables are undocumented and unsupported,
  4.2230 -# and are intended to be withdrawn in a future Autoconf release.
  4.2231 -# They can cause serious problems if a builder's source tree is in a directory
  4.2232 -# whose full name contains unusual characters.
  4.2233 -ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
  4.2234 -ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
  4.2235 -ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
  4.2236 -
  4.2237 -
  4.2238 -# Find a good install program.  We prefer a C program (faster),
  4.2239 -# so one script is as good as another.  But avoid the broken or
  4.2240 -# incompatible versions:
  4.2241 -# SysV /etc/install, /usr/sbin/install
  4.2242 -# SunOS /usr/etc/install
  4.2243 -# IRIX /sbin/install
  4.2244 -# AIX /bin/install
  4.2245 -# AmigaOS /C/install, which installs bootblocks on floppy discs
  4.2246 -# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  4.2247 -# AFS /usr/afsws/bin/install, which mishandles nonexistent args
  4.2248 -# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  4.2249 -# OS/2's system install, which has a completely different semantic
  4.2250 -# ./install, which can be erroneously created by make from ./install.sh.
  4.2251 -# Reject install programs that cannot install multiple files.
  4.2252 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
  4.2253 -$as_echo_n "checking for a BSD-compatible install... " >&6; }
  4.2254 -if test -z "$INSTALL"; then
  4.2255 -if ${ac_cv_path_install+:} false; then :
  4.2256 -  $as_echo_n "(cached) " >&6
  4.2257 -else
  4.2258 -  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4.2259 -for as_dir in $PATH
  4.2260 -do
  4.2261 -  IFS=$as_save_IFS
  4.2262 -  test -z "$as_dir" && as_dir=.
  4.2263 -    # Account for people who put trailing slashes in PATH elements.
  4.2264 -case $as_dir/ in #((
  4.2265 -  ./ | .// | /[cC]/* | \
  4.2266 -  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  4.2267 -  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
  4.2268 -  /usr/ucb/* ) ;;
  4.2269 -  *)
  4.2270 -    # OSF1 and SCO ODT 3.0 have their own names for install.
  4.2271 -    # Don't use installbsd from OSF since it installs stuff as root
  4.2272 -    # by default.
  4.2273 -    for ac_prog in ginstall scoinst install; do
  4.2274 -      for ac_exec_ext in '' $ac_executable_extensions; do
  4.2275 -	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
  4.2276 -	  if test $ac_prog = install &&
  4.2277 -	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  4.2278 -	    # AIX install.  It has an incompatible calling convention.
  4.2279 -	    :
  4.2280 -	  elif test $ac_prog = install &&
  4.2281 -	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  4.2282 -	    # program-specific install script used by HP pwplus--don't use.
  4.2283 -	    :
  4.2284 -	  else
  4.2285 -	    rm -rf conftest.one conftest.two conftest.dir
  4.2286 -	    echo one > conftest.one
  4.2287 -	    echo two > conftest.two
  4.2288 -	    mkdir conftest.dir
  4.2289 -	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
  4.2290 -	      test -s conftest.one && test -s conftest.two &&
  4.2291 -	      test -s conftest.dir/conftest.one &&
  4.2292 -	      test -s conftest.dir/conftest.two
  4.2293 -	    then
  4.2294 -	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  4.2295 -	      break 3
  4.2296 -	    fi
  4.2297 -	  fi
  4.2298 -	fi
  4.2299 -      done
  4.2300 -    done
  4.2301 -    ;;
  4.2302 -esac
  4.2303 -
  4.2304 -  done
  4.2305 -IFS=$as_save_IFS
  4.2306 -
  4.2307 -rm -rf conftest.one conftest.two conftest.dir
  4.2308 -
  4.2309 -fi
  4.2310 -  if test "${ac_cv_path_install+set}" = set; then
  4.2311 -    INSTALL=$ac_cv_path_install
  4.2312 -  else
  4.2313 -    # As a last resort, use the slow shell script.  Don't cache a
  4.2314 -    # value for INSTALL within a source directory, because that will
  4.2315 -    # break other packages using the cache if that directory is
  4.2316 -    # removed, or if the value is a relative name.
  4.2317 -    INSTALL=$ac_install_sh
  4.2318 -  fi
  4.2319 -fi
  4.2320 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
  4.2321 -$as_echo "$INSTALL" >&6; }
  4.2322 -
  4.2323 -# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  4.2324 -# It thinks the first close brace ends the variable substitution.
  4.2325 -test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  4.2326 -
  4.2327 -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  4.2328 -
  4.2329 -test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  4.2330 -
  4.2331 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
  4.2332 -$as_echo_n "checking whether build environment is sane... " >&6; }
  4.2333 -# Reject unsafe characters in $srcdir or the absolute working directory
  4.2334 -# name.  Accept space and tab only in the latter.
  4.2335 -am_lf='
  4.2336 -'
  4.2337 -case `pwd` in
  4.2338 -  *[\\\"\#\$\&\'\`$am_lf]*)
  4.2339 -    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
  4.2340 -esac
  4.2341 -case $srcdir in
  4.2342 -  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
  4.2343 -    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
  4.2344 -esac
  4.2345 -
  4.2346 -# Do 'set' in a subshell so we don't clobber the current shell's
  4.2347 -# arguments.  Must try -L first in case configure is actually a
  4.2348 -# symlink; some systems play weird games with the mod time of symlinks
  4.2349 -# (eg FreeBSD returns the mod time of the symlink's containing
  4.2350 -# directory).
  4.2351 -if (
  4.2352 -   am_has_slept=no
  4.2353 -   for am_try in 1 2; do
  4.2354 -     echo "timestamp, slept: $am_has_slept" > conftest.file
  4.2355 -     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
  4.2356 -     if test "$*" = "X"; then
  4.2357 -	# -L didn't work.
  4.2358 -	set X `ls -t "$srcdir/configure" conftest.file`
  4.2359 -     fi
  4.2360 -     if test "$*" != "X $srcdir/configure conftest.file" \
  4.2361 -	&& test "$*" != "X conftest.file $srcdir/configure"; then
  4.2362 -
  4.2363 -	# If neither matched, then we have a broken ls.  This can happen
  4.2364 -	# if, for instance, CONFIG_SHELL is bash and it inherits a
  4.2365 -	# broken ls alias from the environment.  This has actually
  4.2366 -	# happened.  Such a system could not be considered "sane".
  4.2367 -	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
  4.2368 -  alias in your environment" "$LINENO" 5
  4.2369 -     fi
  4.2370 -     if test "$2" = conftest.file || test $am_try -eq 2; then
  4.2371 -       break
  4.2372 -     fi
  4.2373 -     # Just in case.
  4.2374 -     sleep 1
  4.2375 -     am_has_slept=yes
  4.2376 -   done
  4.2377 -   test "$2" = conftest.file
  4.2378 -   )
  4.2379 -then
  4.2380 -   # Ok.
  4.2381 -   :
  4.2382 -else
  4.2383 -   as_fn_error $? "newly created file is older than distributed files!
  4.2384 -Check your system clock" "$LINENO" 5
  4.2385 -fi
  4.2386 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  4.2387 -$as_echo "yes" >&6; }
  4.2388 -# If we didn't sleep, we still need to ensure time stamps of config.status and
  4.2389 -# generated files are strictly newer.
  4.2390 -am_sleep_pid=
  4.2391 -if grep 'slept: no' conftest.file >/dev/null 2>&1; then
  4.2392 -  ( sleep 1 ) &
  4.2393 -  am_sleep_pid=$!
  4.2394 -fi
  4.2395 -
  4.2396 -rm -f conftest.file
  4.2397 -
  4.2398 -test "$program_prefix" != NONE &&
  4.2399 -  program_transform_name="s&^&$program_prefix&;$program_transform_name"
  4.2400 -# Use a double $ so make ignores it.
  4.2401 -test "$program_suffix" != NONE &&
  4.2402 -  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
  4.2403 -# Double any \ or $.
  4.2404 -# By default was `s,x,x', remove it if useless.
  4.2405 -ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
  4.2406 -program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
  4.2407 -
  4.2408 -# expand $ac_aux_dir to an absolute path
  4.2409 -am_aux_dir=`cd $ac_aux_dir && pwd`
  4.2410 -
  4.2411 -if test x"${MISSING+set}" != xset; then
  4.2412 -  case $am_aux_dir in
  4.2413 -  *\ * | *\	*)
  4.2414 -    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
  4.2415 -  *)
  4.2416 -    MISSING="\${SHELL} $am_aux_dir/missing" ;;
  4.2417 -  esac
  4.2418 -fi
  4.2419 -# Use eval to expand $SHELL
  4.2420 -if eval "$MISSING --is-lightweight"; then
  4.2421 -  am_missing_run="$MISSING "
  4.2422 -else
  4.2423 -  am_missing_run=
  4.2424 -  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
  4.2425 -$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
  4.2426 -fi
  4.2427 -
  4.2428 -if test x"${install_sh}" != xset; then
  4.2429 -  case $am_aux_dir in
  4.2430 -  *\ * | *\	*)
  4.2431 -    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
  4.2432 -  *)
  4.2433 -    install_sh="\${SHELL} $am_aux_dir/install-sh"
  4.2434 -  esac
  4.2435 -fi
  4.2436 -
  4.2437 -# Installed binaries are usually stripped using 'strip' when the user
  4.2438 -# run "make install-strip".  However 'strip' might not be the right
  4.2439 -# tool to use in cross-compilation environments, therefore Automake
  4.2440 -# will honor the 'STRIP' environment variable to overrule this program.
  4.2441 -if test "$cross_compiling" != no; then
  4.2442 -  if test -n "$ac_tool_prefix"; then
  4.2443 -  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  4.2444 -set dummy ${ac_tool_prefix}strip; ac_word=$2
  4.2445 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4.2446 -$as_echo_n "checking for $ac_word... " >&6; }
  4.2447 -if ${ac_cv_prog_STRIP+:} false; then :
  4.2448 -  $as_echo_n "(cached) " >&6
  4.2449 -else
  4.2450 -  if test -n "$STRIP"; then
  4.2451 -  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  4.2452 -else
  4.2453 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4.2454 -for as_dir in $PATH
  4.2455 -do
  4.2456 -  IFS=$as_save_IFS
  4.2457 -  test -z "$as_dir" && as_dir=.
  4.2458 -    for ac_exec_ext in '' $ac_executable_extensions; do
  4.2459 -  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  4.2460 -    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  4.2461 -    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  4.2462 -    break 2
  4.2463 -  fi
  4.2464 -done
  4.2465 -  done
  4.2466 -IFS=$as_save_IFS
  4.2467 -
  4.2468 -fi
  4.2469 -fi
  4.2470 -STRIP=$ac_cv_prog_STRIP
  4.2471 -if test -n "$STRIP"; then
  4.2472 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
  4.2473 -$as_echo "$STRIP" >&6; }
  4.2474 -else
  4.2475 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  4.2476 -$as_echo "no" >&6; }
  4.2477 -fi
  4.2478 -
  4.2479 -
  4.2480 -fi
  4.2481 -if test -z "$ac_cv_prog_STRIP"; then
  4.2482 -  ac_ct_STRIP=$STRIP
  4.2483 -  # Extract the first word of "strip", so it can be a program name with args.
  4.2484 -set dummy strip; ac_word=$2
  4.2485 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4.2486 -$as_echo_n "checking for $ac_word... " >&6; }
  4.2487 -if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
  4.2488 -  $as_echo_n "(cached) " >&6
  4.2489 -else
  4.2490 -  if test -n "$ac_ct_STRIP"; then
  4.2491 -  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  4.2492 -else
  4.2493 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4.2494 -for as_dir in $PATH
  4.2495 -do
  4.2496 -  IFS=$as_save_IFS
  4.2497 -  test -z "$as_dir" && as_dir=.
  4.2498 -    for ac_exec_ext in '' $ac_executable_extensions; do
  4.2499 -  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  4.2500 -    ac_cv_prog_ac_ct_STRIP="strip"
  4.2501 -    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  4.2502 -    break 2
  4.2503 -  fi
  4.2504 -done
  4.2505 -  done
  4.2506 -IFS=$as_save_IFS
  4.2507 -
  4.2508 -fi
  4.2509 -fi
  4.2510 -ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  4.2511 -if test -n "$ac_ct_STRIP"; then
  4.2512 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
  4.2513 -$as_echo "$ac_ct_STRIP" >&6; }
  4.2514 -else
  4.2515 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  4.2516 -$as_echo "no" >&6; }
  4.2517 -fi
  4.2518 -
  4.2519 -  if test "x$ac_ct_STRIP" = x; then
  4.2520 -    STRIP=":"
  4.2521 -  else
  4.2522 -    case $cross_compiling:$ac_tool_warned in
  4.2523 -yes:)
  4.2524 -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  4.2525 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  4.2526 -ac_tool_warned=yes ;;
  4.2527 -esac
  4.2528 -    STRIP=$ac_ct_STRIP
  4.2529 -  fi
  4.2530 -else
  4.2531 -  STRIP="$ac_cv_prog_STRIP"
  4.2532 -fi
  4.2533 -
  4.2534 -fi
  4.2535 -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
  4.2536 -
  4.2537 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
  4.2538 -$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
  4.2539 -if test -z "$MKDIR_P"; then
  4.2540 -  if ${ac_cv_path_mkdir+:} false; then :
  4.2541 -  $as_echo_n "(cached) " >&6
  4.2542 -else
  4.2543 -  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4.2544 -for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
  4.2545 -do
  4.2546 -  IFS=$as_save_IFS
  4.2547 -  test -z "$as_dir" && as_dir=.
  4.2548 -    for ac_prog in mkdir gmkdir; do
  4.2549 -	 for ac_exec_ext in '' $ac_executable_extensions; do
  4.2550 -	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
  4.2551 -	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
  4.2552 -	     'mkdir (GNU coreutils) '* | \
  4.2553 -	     'mkdir (coreutils) '* | \
  4.2554 -	     'mkdir (fileutils) '4.1*)
  4.2555 -	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
  4.2556 -	       break 3;;
  4.2557 -	   esac
  4.2558 -	 done
  4.2559 -       done
  4.2560 -  done
  4.2561 -IFS=$as_save_IFS
  4.2562 -
  4.2563 -fi
  4.2564 -
  4.2565 -  test -d ./--version && rmdir ./--version
  4.2566 -  if test "${ac_cv_path_mkdir+set}" = set; then
  4.2567 -    MKDIR_P="$ac_cv_path_mkdir -p"
  4.2568 -  else
  4.2569 -    # As a last resort, use the slow shell script.  Don't cache a
  4.2570 -    # value for MKDIR_P within a source directory, because that will
  4.2571 -    # break other packages using the cache if that directory is
  4.2572 -    # removed, or if the value is a relative name.
  4.2573 -    MKDIR_P="$ac_install_sh -d"
  4.2574 -  fi
  4.2575 -fi
  4.2576 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
  4.2577 -$as_echo "$MKDIR_P" >&6; }
  4.2578 -
  4.2579 -for ac_prog in gawk mawk nawk awk
  4.2580 -do
  4.2581 -  # Extract the first word of "$ac_prog", so it can be a program name with args.
  4.2582 -set dummy $ac_prog; ac_word=$2
  4.2583 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4.2584 -$as_echo_n "checking for $ac_word... " >&6; }
  4.2585 -if ${ac_cv_prog_AWK+:} false; then :
  4.2586 -  $as_echo_n "(cached) " >&6
  4.2587 -else
  4.2588 -  if test -n "$AWK"; then
  4.2589 -  ac_cv_prog_AWK="$AWK" # Let the user override the test.
  4.2590 -else
  4.2591 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4.2592 -for as_dir in $PATH
  4.2593 -do
  4.2594 -  IFS=$as_save_IFS
  4.2595 -  test -z "$as_dir" && as_dir=.
  4.2596 -    for ac_exec_ext in '' $ac_executable_extensions; do
  4.2597 -  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  4.2598 -    ac_cv_prog_AWK="$ac_prog"
  4.2599 -    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  4.2600 -    break 2
  4.2601 -  fi
  4.2602 -done
  4.2603 -  done
  4.2604 -IFS=$as_save_IFS
  4.2605 -
  4.2606 -fi
  4.2607 -fi
  4.2608 -AWK=$ac_cv_prog_AWK
  4.2609 -if test -n "$AWK"; then
  4.2610 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
  4.2611 -$as_echo "$AWK" >&6; }
  4.2612 -else
  4.2613 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  4.2614 -$as_echo "no" >&6; }
  4.2615 -fi
  4.2616 -
  4.2617 -
  4.2618 -  test -n "$AWK" && break
  4.2619 -done
  4.2620 -
  4.2621 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  4.2622 -$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
  4.2623 -set x ${MAKE-make}
  4.2624 -ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
  4.2625 -if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
  4.2626 -  $as_echo_n "(cached) " >&6
  4.2627 -else
  4.2628 -  cat >conftest.make <<\_ACEOF
  4.2629 -SHELL = /bin/sh
  4.2630 -all:
  4.2631 -	@echo '@@@%%%=$(MAKE)=@@@%%%'
  4.2632 -_ACEOF
  4.2633 -# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
  4.2634 -case `${MAKE-make} -f conftest.make 2>/dev/null` in
  4.2635 -  *@@@%%%=?*=@@@%%%*)
  4.2636 -    eval ac_cv_prog_make_${ac_make}_set=yes;;
  4.2637 -  *)
  4.2638 -    eval ac_cv_prog_make_${ac_make}_set=no;;
  4.2639 -esac
  4.2640 -rm -f conftest.make
  4.2641 -fi
  4.2642 -if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
  4.2643 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  4.2644 -$as_echo "yes" >&6; }
  4.2645 -  SET_MAKE=
  4.2646 -else
  4.2647 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  4.2648 -$as_echo "no" >&6; }
  4.2649 -  SET_MAKE="MAKE=${MAKE-make}"
  4.2650 -fi
  4.2651 -
  4.2652 -rm -rf .tst 2>/dev/null
  4.2653 -mkdir .tst 2>/dev/null
  4.2654 -if test -d .tst; then
  4.2655 -  am__leading_dot=.
  4.2656 -else
  4.2657 -  am__leading_dot=_
  4.2658 -fi
  4.2659 -rmdir .tst 2>/dev/null
  4.2660 -
  4.2661 -# Check whether --enable-silent-rules was given.
  4.2662 -if test "${enable_silent_rules+set}" = set; then :
  4.2663 -  enableval=$enable_silent_rules;
  4.2664 -fi
  4.2665 -
  4.2666 -case $enable_silent_rules in # (((
  4.2667 -  yes) AM_DEFAULT_VERBOSITY=0;;
  4.2668 -   no) AM_DEFAULT_VERBOSITY=1;;
  4.2669 -    *) AM_DEFAULT_VERBOSITY=1;;
  4.2670 -esac
  4.2671 -am_make=${MAKE-make}
  4.2672 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
  4.2673 -$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
  4.2674 -if ${am_cv_make_support_nested_variables+:} false; then :
  4.2675 -  $as_echo_n "(cached) " >&6
  4.2676 -else
  4.2677 -  if $as_echo 'TRUE=$(BAR$(V))
  4.2678 -BAR0=false
  4.2679 -BAR1=true
  4.2680 -V=1
  4.2681 -am__doit:
  4.2682 -	@$(TRUE)
  4.2683 -.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
  4.2684 -  am_cv_make_support_nested_variables=yes
  4.2685 -else
  4.2686 -  am_cv_make_support_nested_variables=no
  4.2687 -fi
  4.2688 -fi
  4.2689 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
  4.2690 -$as_echo "$am_cv_make_support_nested_variables" >&6; }
  4.2691 -if test $am_cv_make_support_nested_variables = yes; then
  4.2692 -    AM_V='$(V)'
  4.2693 -  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  4.2694 -else
  4.2695 -  AM_V=$AM_DEFAULT_VERBOSITY
  4.2696 -  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
  4.2697 -fi
  4.2698 -AM_BACKSLASH='\'
  4.2699 -
  4.2700 -if test "`cd $srcdir && pwd`" != "`pwd`"; then
  4.2701 -  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  4.2702 -  # is not polluted with repeated "-I."
  4.2703 -  am__isrc=' -I$(srcdir)'
  4.2704 -  # test to see if srcdir already configured
  4.2705 -  if test -f $srcdir/config.status; then
  4.2706 -    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
  4.2707 -  fi
  4.2708 -fi
  4.2709 -
  4.2710 -# test whether we have cygpath
  4.2711 -if test -z "$CYGPATH_W"; then
  4.2712 -  if (cygpath --version) >/dev/null 2>/dev/null; then
  4.2713 -    CYGPATH_W='cygpath -w'
  4.2714 -  else
  4.2715 -    CYGPATH_W=echo
  4.2716 -  fi
  4.2717 -fi
  4.2718 -
  4.2719 -
  4.2720 -# Define the identity of the package.
  4.2721 - PACKAGE='cline'
  4.2722 - VERSION='1.1'
  4.2723 -
  4.2724 -
  4.2725 -cat >>confdefs.h <<_ACEOF
  4.2726 -#define PACKAGE "$PACKAGE"
  4.2727 -_ACEOF
  4.2728 -
  4.2729 -
  4.2730 -cat >>confdefs.h <<_ACEOF
  4.2731 -#define VERSION "$VERSION"
  4.2732 -_ACEOF
  4.2733 -
  4.2734 -# Some tools Automake needs.
  4.2735 -
  4.2736 -ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
  4.2737 -
  4.2738 -
  4.2739 -AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
  4.2740 -
  4.2741 -
  4.2742 -AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
  4.2743 -
  4.2744 -
  4.2745 -AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
  4.2746 -
  4.2747 -
  4.2748 -MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
  4.2749 -
  4.2750 -# For better backward compatibility.  To be removed once Automake 1.9.x
  4.2751 -# dies out for good.  For more background, see:
  4.2752 -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
  4.2753 -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
  4.2754 -mkdir_p='$(MKDIR_P)'
  4.2755 -
  4.2756 -# We need awk for the "check" target.  The system "awk" is bad on
  4.2757 -# some platforms.
  4.2758 -# Always define AMTAR for backward compatibility.  Yes, it's still used
  4.2759 -# in the wild :-(  We should find a proper way to deprecate it ...
  4.2760 -AMTAR='$${TAR-tar}'
  4.2761 -
  4.2762 -
  4.2763 -# We'll loop over all known methods to create a tar archive until one works.
  4.2764 -_am_tools='gnutar  pax cpio none'
  4.2765 -
  4.2766 -am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
  4.2767 -
  4.2768 -
  4.2769 -
  4.2770 -
  4.2771 -
  4.2772 -
  4.2773 -
  4.2774 -# Conditionals
  4.2775 -# Check whether --enable-debug was given.
  4.2776 -if test "${enable_debug+set}" = set; then :
  4.2777 -  enableval=$enable_debug; case "${enableval}" in
  4.2778 -  yes) debug=true ;;
  4.2779 -  no)  debug=false ;;
  4.2780 -  *) as_fn_error $? "bad value ${enableval} for --enable-debug" "$LINENO" 5 ;;
  4.2781 -esac
  4.2782 -else
  4.2783 -  debug=false
  4.2784 -fi
  4.2785 -
  4.2786 - if test x$debug = xtrue; then
  4.2787 -  DEBUG_TRUE=
  4.2788 -  DEBUG_FALSE='#'
  4.2789 -else
  4.2790 -  DEBUG_TRUE='#'
  4.2791 -  DEBUG_FALSE=
  4.2792 -fi
  4.2793 -
  4.2794 -
  4.2795 -# Compiler (empty default options)
  4.2796 -${CFLAGS=""}
  4.2797 -ac_ext=c
  4.2798 -ac_cpp='$CPP $CPPFLAGS'
  4.2799 -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  4.2800 -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  4.2801 -ac_compiler_gnu=$ac_cv_c_compiler_gnu
  4.2802 -if test -n "$ac_tool_prefix"; then
  4.2803 -  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  4.2804 -set dummy ${ac_tool_prefix}gcc; ac_word=$2
  4.2805 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4.2806 -$as_echo_n "checking for $ac_word... " >&6; }
  4.2807 -if ${ac_cv_prog_CC+:} false; then :
  4.2808 -  $as_echo_n "(cached) " >&6
  4.2809 -else
  4.2810 -  if test -n "$CC"; then
  4.2811 -  ac_cv_prog_CC="$CC" # Let the user override the test.
  4.2812 -else
  4.2813 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4.2814 -for as_dir in $PATH
  4.2815 -do
  4.2816 -  IFS=$as_save_IFS
  4.2817 -  test -z "$as_dir" && as_dir=.
  4.2818 -    for ac_exec_ext in '' $ac_executable_extensions; do
  4.2819 -  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  4.2820 -    ac_cv_prog_CC="${ac_tool_prefix}gcc"
  4.2821 -    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  4.2822 -    break 2
  4.2823 -  fi
  4.2824 -done
  4.2825 -  done
  4.2826 -IFS=$as_save_IFS
  4.2827 -
  4.2828 -fi
  4.2829 -fi
  4.2830 -CC=$ac_cv_prog_CC
  4.2831 -if test -n "$CC"; then
  4.2832 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  4.2833 -$as_echo "$CC" >&6; }
  4.2834 -else
  4.2835 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  4.2836 -$as_echo "no" >&6; }
  4.2837 -fi
  4.2838 -
  4.2839 -
  4.2840 -fi
  4.2841 -if test -z "$ac_cv_prog_CC"; then
  4.2842 -  ac_ct_CC=$CC
  4.2843 -  # Extract the first word of "gcc", so it can be a program name with args.
  4.2844 -set dummy gcc; ac_word=$2
  4.2845 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4.2846 -$as_echo_n "checking for $ac_word... " >&6; }
  4.2847 -if ${ac_cv_prog_ac_ct_CC+:} false; then :
  4.2848 -  $as_echo_n "(cached) " >&6
  4.2849 -else
  4.2850 -  if test -n "$ac_ct_CC"; then
  4.2851 -  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  4.2852 -else
  4.2853 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4.2854 -for as_dir in $PATH
  4.2855 -do
  4.2856 -  IFS=$as_save_IFS
  4.2857 -  test -z "$as_dir" && as_dir=.
  4.2858 -    for ac_exec_ext in '' $ac_executable_extensions; do
  4.2859 -  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  4.2860 -    ac_cv_prog_ac_ct_CC="gcc"
  4.2861 -    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  4.2862 -    break 2
  4.2863 -  fi
  4.2864 -done
  4.2865 -  done
  4.2866 -IFS=$as_save_IFS
  4.2867 -
  4.2868 -fi
  4.2869 -fi
  4.2870 -ac_ct_CC=$ac_cv_prog_ac_ct_CC
  4.2871 -if test -n "$ac_ct_CC"; then
  4.2872 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
  4.2873 -$as_echo "$ac_ct_CC" >&6; }
  4.2874 -else
  4.2875 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  4.2876 -$as_echo "no" >&6; }
  4.2877 -fi
  4.2878 -
  4.2879 -  if test "x$ac_ct_CC" = x; then
  4.2880 -    CC=""
  4.2881 -  else
  4.2882 -    case $cross_compiling:$ac_tool_warned in
  4.2883 -yes:)
  4.2884 -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  4.2885 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  4.2886 -ac_tool_warned=yes ;;
  4.2887 -esac
  4.2888 -    CC=$ac_ct_CC
  4.2889 -  fi
  4.2890 -else
  4.2891 -  CC="$ac_cv_prog_CC"
  4.2892 -fi
  4.2893 -
  4.2894 -if test -z "$CC"; then
  4.2895 -          if test -n "$ac_tool_prefix"; then
  4.2896 -    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  4.2897 -set dummy ${ac_tool_prefix}cc; ac_word=$2
  4.2898 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4.2899 -$as_echo_n "checking for $ac_word... " >&6; }
  4.2900 -if ${ac_cv_prog_CC+:} false; then :
  4.2901 -  $as_echo_n "(cached) " >&6
  4.2902 -else
  4.2903 -  if test -n "$CC"; then
  4.2904 -  ac_cv_prog_CC="$CC" # Let the user override the test.
  4.2905 -else
  4.2906 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4.2907 -for as_dir in $PATH
  4.2908 -do
  4.2909 -  IFS=$as_save_IFS
  4.2910 -  test -z "$as_dir" && as_dir=.
  4.2911 -    for ac_exec_ext in '' $ac_executable_extensions; do
  4.2912 -  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  4.2913 -    ac_cv_prog_CC="${ac_tool_prefix}cc"
  4.2914 -    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  4.2915 -    break 2
  4.2916 -  fi
  4.2917 -done
  4.2918 -  done
  4.2919 -IFS=$as_save_IFS
  4.2920 -
  4.2921 -fi
  4.2922 -fi
  4.2923 -CC=$ac_cv_prog_CC
  4.2924 -if test -n "$CC"; then
  4.2925 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  4.2926 -$as_echo "$CC" >&6; }
  4.2927 -else
  4.2928 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  4.2929 -$as_echo "no" >&6; }
  4.2930 -fi
  4.2931 -
  4.2932 -
  4.2933 -  fi
  4.2934 -fi
  4.2935 -if test -z "$CC"; then
  4.2936 -  # Extract the first word of "cc", so it can be a program name with args.
  4.2937 -set dummy cc; ac_word=$2
  4.2938 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4.2939 -$as_echo_n "checking for $ac_word... " >&6; }
  4.2940 -if ${ac_cv_prog_CC+:} false; then :
  4.2941 -  $as_echo_n "(cached) " >&6
  4.2942 -else
  4.2943 -  if test -n "$CC"; then
  4.2944 -  ac_cv_prog_CC="$CC" # Let the user override the test.
  4.2945 -else
  4.2946 -  ac_prog_rejected=no
  4.2947 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4.2948 -for as_dir in $PATH
  4.2949 -do
  4.2950 -  IFS=$as_save_IFS
  4.2951 -  test -z "$as_dir" && as_dir=.
  4.2952 -    for ac_exec_ext in '' $ac_executable_extensions; do
  4.2953 -  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  4.2954 -    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  4.2955 -       ac_prog_rejected=yes
  4.2956 -       continue
  4.2957 -     fi
  4.2958 -    ac_cv_prog_CC="cc"
  4.2959 -    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  4.2960 -    break 2
  4.2961 -  fi
  4.2962 -done
  4.2963 -  done
  4.2964 -IFS=$as_save_IFS
  4.2965 -
  4.2966 -if test $ac_prog_rejected = yes; then
  4.2967 -  # We found a bogon in the path, so make sure we never use it.
  4.2968 -  set dummy $ac_cv_prog_CC
  4.2969 -  shift
  4.2970 -  if test $# != 0; then
  4.2971 -    # We chose a different compiler from the bogus one.
  4.2972 -    # However, it has the same basename, so the bogon will be chosen
  4.2973 -    # first if we set CC to just the basename; use the full file name.
  4.2974 -    shift
  4.2975 -    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  4.2976 -  fi
  4.2977 -fi
  4.2978 -fi
  4.2979 -fi
  4.2980 -CC=$ac_cv_prog_CC
  4.2981 -if test -n "$CC"; then
  4.2982 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  4.2983 -$as_echo "$CC" >&6; }
  4.2984 -else
  4.2985 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  4.2986 -$as_echo "no" >&6; }
  4.2987 -fi
  4.2988 -
  4.2989 -
  4.2990 -fi
  4.2991 -if test -z "$CC"; then
  4.2992 -  if test -n "$ac_tool_prefix"; then
  4.2993 -  for ac_prog in cl.exe
  4.2994 -  do
  4.2995 -    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  4.2996 -set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  4.2997 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4.2998 -$as_echo_n "checking for $ac_word... " >&6; }
  4.2999 -if ${ac_cv_prog_CC+:} false; then :
  4.3000 -  $as_echo_n "(cached) " >&6
  4.3001 -else
  4.3002 -  if test -n "$CC"; then
  4.3003 -  ac_cv_prog_CC="$CC" # Let the user override the test.
  4.3004 -else
  4.3005 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4.3006 -for as_dir in $PATH
  4.3007 -do
  4.3008 -  IFS=$as_save_IFS
  4.3009 -  test -z "$as_dir" && as_dir=.
  4.3010 -    for ac_exec_ext in '' $ac_executable_extensions; do
  4.3011 -  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  4.3012 -    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  4.3013 -    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  4.3014 -    break 2
  4.3015 -  fi
  4.3016 -done
  4.3017 -  done
  4.3018 -IFS=$as_save_IFS
  4.3019 -
  4.3020 -fi
  4.3021 -fi
  4.3022 -CC=$ac_cv_prog_CC
  4.3023 -if test -n "$CC"; then
  4.3024 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  4.3025 -$as_echo "$CC" >&6; }
  4.3026 -else
  4.3027 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  4.3028 -$as_echo "no" >&6; }
  4.3029 -fi
  4.3030 -
  4.3031 -
  4.3032 -    test -n "$CC" && break
  4.3033 -  done
  4.3034 -fi
  4.3035 -if test -z "$CC"; then
  4.3036 -  ac_ct_CC=$CC
  4.3037 -  for ac_prog in cl.exe
  4.3038 -do
  4.3039 -  # Extract the first word of "$ac_prog", so it can be a program name with args.
  4.3040 -set dummy $ac_prog; ac_word=$2
  4.3041 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4.3042 -$as_echo_n "checking for $ac_word... " >&6; }
  4.3043 -if ${ac_cv_prog_ac_ct_CC+:} false; then :
  4.3044 -  $as_echo_n "(cached) " >&6
  4.3045 -else
  4.3046 -  if test -n "$ac_ct_CC"; then
  4.3047 -  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  4.3048 -else
  4.3049 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4.3050 -for as_dir in $PATH
  4.3051 -do
  4.3052 -  IFS=$as_save_IFS
  4.3053 -  test -z "$as_dir" && as_dir=.
  4.3054 -    for ac_exec_ext in '' $ac_executable_extensions; do
  4.3055 -  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  4.3056 -    ac_cv_prog_ac_ct_CC="$ac_prog"
  4.3057 -    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  4.3058 -    break 2
  4.3059 -  fi
  4.3060 -done
  4.3061 -  done
  4.3062 -IFS=$as_save_IFS
  4.3063 -
  4.3064 -fi
  4.3065 -fi
  4.3066 -ac_ct_CC=$ac_cv_prog_ac_ct_CC
  4.3067 -if test -n "$ac_ct_CC"; then
  4.3068 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
  4.3069 -$as_echo "$ac_ct_CC" >&6; }
  4.3070 -else
  4.3071 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  4.3072 -$as_echo "no" >&6; }
  4.3073 -fi
  4.3074 -
  4.3075 -
  4.3076 -  test -n "$ac_ct_CC" && break
  4.3077 -done
  4.3078 -
  4.3079 -  if test "x$ac_ct_CC" = x; then
  4.3080 -    CC=""
  4.3081 -  else
  4.3082 -    case $cross_compiling:$ac_tool_warned in
  4.3083 -yes:)
  4.3084 -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  4.3085 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  4.3086 -ac_tool_warned=yes ;;
  4.3087 -esac
  4.3088 -    CC=$ac_ct_CC
  4.3089 -  fi
  4.3090 -fi
  4.3091 -
  4.3092 -fi
  4.3093 -
  4.3094 -
  4.3095 -test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  4.3096 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  4.3097 -as_fn_error $? "no acceptable C compiler found in \$PATH
  4.3098 -See \`config.log' for more details" "$LINENO" 5; }
  4.3099 -
  4.3100 -# Provide some information about the compiler.
  4.3101 -$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
  4.3102 -set X $ac_compile
  4.3103 -ac_compiler=$2
  4.3104 -for ac_option in --version -v -V -qversion; do
  4.3105 -  { { ac_try="$ac_compiler $ac_option >&5"
  4.3106 -case "(($ac_try" in
  4.3107 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4.3108 -  *) ac_try_echo=$ac_try;;
  4.3109 -esac
  4.3110 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  4.3111 -$as_echo "$ac_try_echo"; } >&5
  4.3112 -  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
  4.3113 -  ac_status=$?
  4.3114 -  if test -s conftest.err; then
  4.3115 -    sed '10a\
  4.3116 -... rest of stderr output deleted ...
  4.3117 -         10q' conftest.err >conftest.er1
  4.3118 -    cat conftest.er1 >&5
  4.3119 -  fi
  4.3120 -  rm -f conftest.er1 conftest.err
  4.3121 -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  4.3122 -  test $ac_status = 0; }
  4.3123 -done
  4.3124 -
  4.3125 -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.3126 -/* end confdefs.h.  */
  4.3127 -
  4.3128 -int
  4.3129 -main ()
  4.3130 -{
  4.3131 -
  4.3132 -  ;
  4.3133 -  return 0;
  4.3134 -}
  4.3135 -_ACEOF
  4.3136 -ac_clean_files_save=$ac_clean_files
  4.3137 -ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
  4.3138 -# Try to create an executable without -o first, disregard a.out.
  4.3139 -# It will help us diagnose broken compilers, and finding out an intuition
  4.3140 -# of exeext.
  4.3141 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
  4.3142 -$as_echo_n "checking whether the C compiler works... " >&6; }
  4.3143 -ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  4.3144 -
  4.3145 -# The possible output files:
  4.3146 -ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
  4.3147 -
  4.3148 -ac_rmfiles=
  4.3149 -for ac_file in $ac_files
  4.3150 -do
  4.3151 -  case $ac_file in
  4.3152 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
  4.3153 -    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
  4.3154 -  esac
  4.3155 -done
  4.3156 -rm -f $ac_rmfiles
  4.3157 -
  4.3158 -if { { ac_try="$ac_link_default"
  4.3159 -case "(($ac_try" in
  4.3160 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4.3161 -  *) ac_try_echo=$ac_try;;
  4.3162 -esac
  4.3163 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  4.3164 -$as_echo "$ac_try_echo"; } >&5
  4.3165 -  (eval "$ac_link_default") 2>&5
  4.3166 -  ac_status=$?
  4.3167 -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  4.3168 -  test $ac_status = 0; }; then :
  4.3169 -  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
  4.3170 -# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
  4.3171 -# in a Makefile.  We should not override ac_cv_exeext if it was cached,
  4.3172 -# so that the user can short-circuit this test for compilers unknown to
  4.3173 -# Autoconf.
  4.3174 -for ac_file in $ac_files ''
  4.3175 -do
  4.3176 -  test -f "$ac_file" || continue
  4.3177 -  case $ac_file in
  4.3178 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
  4.3179 -	;;
  4.3180 -    [ab].out )
  4.3181 -	# We found the default executable, but exeext='' is most
  4.3182 -	# certainly right.
  4.3183 -	break;;
  4.3184 -    *.* )
  4.3185 -	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
  4.3186 -	then :; else
  4.3187 -	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  4.3188 -	fi
  4.3189 -	# We set ac_cv_exeext here because the later test for it is not
  4.3190 -	# safe: cross compilers may not add the suffix if given an `-o'
  4.3191 -	# argument, so we may need to know it at that point already.
  4.3192 -	# Even if this section looks crufty: it has the advantage of
  4.3193 -	# actually working.
  4.3194 -	break;;
  4.3195 -    * )
  4.3196 -	break;;
  4.3197 -  esac
  4.3198 -done
  4.3199 -test "$ac_cv_exeext" = no && ac_cv_exeext=
  4.3200 -
  4.3201 -else
  4.3202 -  ac_file=''
  4.3203 -fi
  4.3204 -if test -z "$ac_file"; then :
  4.3205 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  4.3206 -$as_echo "no" >&6; }
  4.3207 -$as_echo "$as_me: failed program was:" >&5
  4.3208 -sed 's/^/| /' conftest.$ac_ext >&5
  4.3209 -
  4.3210 -{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  4.3211 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  4.3212 -as_fn_error 77 "C compiler cannot create executables
  4.3213 -See \`config.log' for more details" "$LINENO" 5; }
  4.3214 -else
  4.3215 -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  4.3216 -$as_echo "yes" >&6; }
  4.3217 -fi
  4.3218 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
  4.3219 -$as_echo_n "checking for C compiler default output file name... " >&6; }
  4.3220 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
  4.3221 -$as_echo "$ac_file" >&6; }
  4.3222 -ac_exeext=$ac_cv_exeext
  4.3223 -
  4.3224 -rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
  4.3225 -ac_clean_files=$ac_clean_files_save
  4.3226 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
  4.3227 -$as_echo_n "checking for suffix of executables... " >&6; }
  4.3228 -if { { ac_try="$ac_link"
  4.3229 -case "(($ac_try" in
  4.3230 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4.3231 -  *) ac_try_echo=$ac_try;;
  4.3232 -esac
  4.3233 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  4.3234 -$as_echo "$ac_try_echo"; } >&5
  4.3235 -  (eval "$ac_link") 2>&5
  4.3236 -  ac_status=$?
  4.3237 -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  4.3238 -  test $ac_status = 0; }; then :
  4.3239 -  # If both `conftest.exe' and `conftest' are `present' (well, observable)
  4.3240 -# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  4.3241 -# work properly (i.e., refer to `conftest.exe'), while it won't with
  4.3242 -# `rm'.
  4.3243 -for ac_file in conftest.exe conftest conftest.*; do
  4.3244 -  test -f "$ac_file" || continue
  4.3245 -  case $ac_file in
  4.3246 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
  4.3247 -    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  4.3248 -	  break;;
  4.3249 -    * ) break;;
  4.3250 -  esac
  4.3251 -done
  4.3252 -else
  4.3253 -  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  4.3254 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  4.3255 -as_fn_error $? "cannot compute suffix of executables: cannot compile and link
  4.3256 -See \`config.log' for more details" "$LINENO" 5; }
  4.3257 -fi
  4.3258 -rm -f conftest conftest$ac_cv_exeext
  4.3259 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
  4.3260 -$as_echo "$ac_cv_exeext" >&6; }
  4.3261 -
  4.3262 -rm -f conftest.$ac_ext
  4.3263 -EXEEXT=$ac_cv_exeext
  4.3264 -ac_exeext=$EXEEXT
  4.3265 -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.3266 -/* end confdefs.h.  */
  4.3267 -#include <stdio.h>
  4.3268 -int
  4.3269 -main ()
  4.3270 -{
  4.3271 -FILE *f = fopen ("conftest.out", "w");
  4.3272 - return ferror (f) || fclose (f) != 0;
  4.3273 -
  4.3274 -  ;
  4.3275 -  return 0;
  4.3276 -}
  4.3277 -_ACEOF
  4.3278 -ac_clean_files="$ac_clean_files conftest.out"
  4.3279 -# Check that the compiler produces executables we can run.  If not, either
  4.3280 -# the compiler is broken, or we cross compile.
  4.3281 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
  4.3282 -$as_echo_n "checking whether we are cross compiling... " >&6; }
  4.3283 -if test "$cross_compiling" != yes; then
  4.3284 -  { { ac_try="$ac_link"
  4.3285 -case "(($ac_try" in
  4.3286 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4.3287 -  *) ac_try_echo=$ac_try;;
  4.3288 -esac
  4.3289 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  4.3290 -$as_echo "$ac_try_echo"; } >&5
  4.3291 -  (eval "$ac_link") 2>&5
  4.3292 -  ac_status=$?
  4.3293 -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  4.3294 -  test $ac_status = 0; }
  4.3295 -  if { ac_try='./conftest$ac_cv_exeext'
  4.3296 -  { { case "(($ac_try" in
  4.3297 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4.3298 -  *) ac_try_echo=$ac_try;;
  4.3299 -esac
  4.3300 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  4.3301 -$as_echo "$ac_try_echo"; } >&5
  4.3302 -  (eval "$ac_try") 2>&5
  4.3303 -  ac_status=$?
  4.3304 -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  4.3305 -  test $ac_status = 0; }; }; then
  4.3306 -    cross_compiling=no
  4.3307 -  else
  4.3308 -    if test "$cross_compiling" = maybe; then
  4.3309 -	cross_compiling=yes
  4.3310 -    else
  4.3311 -	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  4.3312 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  4.3313 -as_fn_error $? "cannot run C compiled programs.
  4.3314 -If you meant to cross compile, use \`--host'.
  4.3315 -See \`config.log' for more details" "$LINENO" 5; }
  4.3316 -    fi
  4.3317 -  fi
  4.3318 -fi
  4.3319 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
  4.3320 -$as_echo "$cross_compiling" >&6; }
  4.3321 -
  4.3322 -rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
  4.3323 -ac_clean_files=$ac_clean_files_save
  4.3324 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
  4.3325 -$as_echo_n "checking for suffix of object files... " >&6; }
  4.3326 -if ${ac_cv_objext+:} false; then :
  4.3327 -  $as_echo_n "(cached) " >&6
  4.3328 -else
  4.3329 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.3330 -/* end confdefs.h.  */
  4.3331 -
  4.3332 -int
  4.3333 -main ()
  4.3334 -{
  4.3335 -
  4.3336 -  ;
  4.3337 -  return 0;
  4.3338 -}
  4.3339 -_ACEOF
  4.3340 -rm -f conftest.o conftest.obj
  4.3341 -if { { ac_try="$ac_compile"
  4.3342 -case "(($ac_try" in
  4.3343 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4.3344 -  *) ac_try_echo=$ac_try;;
  4.3345 -esac
  4.3346 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  4.3347 -$as_echo "$ac_try_echo"; } >&5
  4.3348 -  (eval "$ac_compile") 2>&5
  4.3349 -  ac_status=$?
  4.3350 -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  4.3351 -  test $ac_status = 0; }; then :
  4.3352 -  for ac_file in conftest.o conftest.obj conftest.*; do
  4.3353 -  test -f "$ac_file" || continue;
  4.3354 -  case $ac_file in
  4.3355 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
  4.3356 -    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
  4.3357 -       break;;
  4.3358 -  esac
  4.3359 -done
  4.3360 -else
  4.3361 -  $as_echo "$as_me: failed program was:" >&5
  4.3362 -sed 's/^/| /' conftest.$ac_ext >&5
  4.3363 -
  4.3364 -{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  4.3365 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  4.3366 -as_fn_error $? "cannot compute suffix of object files: cannot compile
  4.3367 -See \`config.log' for more details" "$LINENO" 5; }
  4.3368 -fi
  4.3369 -rm -f conftest.$ac_cv_objext conftest.$ac_ext
  4.3370 -fi
  4.3371 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
  4.3372 -$as_echo "$ac_cv_objext" >&6; }
  4.3373 -OBJEXT=$ac_cv_objext
  4.3374 -ac_objext=$OBJEXT
  4.3375 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
  4.3376 -$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
  4.3377 -if ${ac_cv_c_compiler_gnu+:} false; then :
  4.3378 -  $as_echo_n "(cached) " >&6
  4.3379 -else
  4.3380 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.3381 -/* end confdefs.h.  */
  4.3382 -
  4.3383 -int
  4.3384 -main ()
  4.3385 -{
  4.3386 -#ifndef __GNUC__
  4.3387 -       choke me
  4.3388 -#endif
  4.3389 -
  4.3390 -  ;
  4.3391 -  return 0;
  4.3392 -}
  4.3393 -_ACEOF
  4.3394 -if ac_fn_c_try_compile "$LINENO"; then :
  4.3395 -  ac_compiler_gnu=yes
  4.3396 -else
  4.3397 -  ac_compiler_gnu=no
  4.3398 -fi
  4.3399 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4.3400 -ac_cv_c_compiler_gnu=$ac_compiler_gnu
  4.3401 -
  4.3402 -fi
  4.3403 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
  4.3404 -$as_echo "$ac_cv_c_compiler_gnu" >&6; }
  4.3405 -if test $ac_compiler_gnu = yes; then
  4.3406 -  GCC=yes
  4.3407 -else
  4.3408 -  GCC=
  4.3409 -fi
  4.3410 -ac_test_CFLAGS=${CFLAGS+set}
  4.3411 -ac_save_CFLAGS=$CFLAGS
  4.3412 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
  4.3413 -$as_echo_n "checking whether $CC accepts -g... " >&6; }
  4.3414 -if ${ac_cv_prog_cc_g+:} false; then :
  4.3415 -  $as_echo_n "(cached) " >&6
  4.3416 -else
  4.3417 -  ac_save_c_werror_flag=$ac_c_werror_flag
  4.3418 -   ac_c_werror_flag=yes
  4.3419 -   ac_cv_prog_cc_g=no
  4.3420 -   CFLAGS="-g"
  4.3421 -   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.3422 -/* end confdefs.h.  */
  4.3423 -
  4.3424 -int
  4.3425 -main ()
  4.3426 -{
  4.3427 -
  4.3428 -  ;
  4.3429 -  return 0;
  4.3430 -}
  4.3431 -_ACEOF
  4.3432 -if ac_fn_c_try_compile "$LINENO"; then :
  4.3433 -  ac_cv_prog_cc_g=yes
  4.3434 -else
  4.3435 -  CFLAGS=""
  4.3436 -      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.3437 -/* end confdefs.h.  */
  4.3438 -
  4.3439 -int
  4.3440 -main ()
  4.3441 -{
  4.3442 -
  4.3443 -  ;
  4.3444 -  return 0;
  4.3445 -}
  4.3446 -_ACEOF
  4.3447 -if ac_fn_c_try_compile "$LINENO"; then :
  4.3448 -
  4.3449 -else
  4.3450 -  ac_c_werror_flag=$ac_save_c_werror_flag
  4.3451 -	 CFLAGS="-g"
  4.3452 -	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.3453 -/* end confdefs.h.  */
  4.3454 -
  4.3455 -int
  4.3456 -main ()
  4.3457 -{
  4.3458 -
  4.3459 -  ;
  4.3460 -  return 0;
  4.3461 -}
  4.3462 -_ACEOF
  4.3463 -if ac_fn_c_try_compile "$LINENO"; then :
  4.3464 -  ac_cv_prog_cc_g=yes
  4.3465 -fi
  4.3466 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4.3467 -fi
  4.3468 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4.3469 -fi
  4.3470 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4.3471 -   ac_c_werror_flag=$ac_save_c_werror_flag
  4.3472 -fi
  4.3473 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
  4.3474 -$as_echo "$ac_cv_prog_cc_g" >&6; }
  4.3475 -if test "$ac_test_CFLAGS" = set; then
  4.3476 -  CFLAGS=$ac_save_CFLAGS
  4.3477 -elif test $ac_cv_prog_cc_g = yes; then
  4.3478 -  if test "$GCC" = yes; then
  4.3479 -    CFLAGS="-g -O2"
  4.3480 -  else
  4.3481 -    CFLAGS="-g"
  4.3482 -  fi
  4.3483 -else
  4.3484 -  if test "$GCC" = yes; then
  4.3485 -    CFLAGS="-O2"
  4.3486 -  else
  4.3487 -    CFLAGS=
  4.3488 -  fi
  4.3489 -fi
  4.3490 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
  4.3491 -$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
  4.3492 -if ${ac_cv_prog_cc_c89+:} false; then :
  4.3493 -  $as_echo_n "(cached) " >&6
  4.3494 -else
  4.3495 -  ac_cv_prog_cc_c89=no
  4.3496 -ac_save_CC=$CC
  4.3497 -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.3498 -/* end confdefs.h.  */
  4.3499 -#include <stdarg.h>
  4.3500 -#include <stdio.h>
  4.3501 -struct stat;
  4.3502 -/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  4.3503 -struct buf { int x; };
  4.3504 -FILE * (*rcsopen) (struct buf *, struct stat *, int);
  4.3505 -static char *e (p, i)
  4.3506 -     char **p;
  4.3507 -     int i;
  4.3508 -{
  4.3509 -  return p[i];
  4.3510 -}
  4.3511 -static char *f (char * (*g) (char **, int), char **p, ...)
  4.3512 -{
  4.3513 -  char *s;
  4.3514 -  va_list v;
  4.3515 -  va_start (v,p);
  4.3516 -  s = g (p, va_arg (v,int));
  4.3517 -  va_end (v);
  4.3518 -  return s;
  4.3519 -}
  4.3520 -
  4.3521 -/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  4.3522 -   function prototypes and stuff, but not '\xHH' hex character constants.
  4.3523 -   These don't provoke an error unfortunately, instead are silently treated
  4.3524 -   as 'x'.  The following induces an error, until -std is added to get
  4.3525 -   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  4.3526 -   array size at least.  It's necessary to write '\x00'==0 to get something
  4.3527 -   that's true only with -std.  */
  4.3528 -int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  4.3529 -
  4.3530 -/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  4.3531 -   inside strings and character constants.  */
  4.3532 -#define FOO(x) 'x'
  4.3533 -int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  4.3534 -
  4.3535 -int test (int i, double x);
  4.3536 -struct s1 {int (*f) (int a);};
  4.3537 -struct s2 {int (*f) (double a);};
  4.3538 -int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  4.3539 -int argc;
  4.3540 -char **argv;
  4.3541 -int
  4.3542 -main ()
  4.3543 -{
  4.3544 -return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  4.3545 -  ;
  4.3546 -  return 0;
  4.3547 -}
  4.3548 -_ACEOF
  4.3549 -for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
  4.3550 -	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  4.3551 -do
  4.3552 -  CC="$ac_save_CC $ac_arg"
  4.3553 -  if ac_fn_c_try_compile "$LINENO"; then :
  4.3554 -  ac_cv_prog_cc_c89=$ac_arg
  4.3555 -fi
  4.3556 -rm -f core conftest.err conftest.$ac_objext
  4.3557 -  test "x$ac_cv_prog_cc_c89" != "xno" && break
  4.3558 -done
  4.3559 -rm -f conftest.$ac_ext
  4.3560 -CC=$ac_save_CC
  4.3561 -
  4.3562 -fi
  4.3563 -# AC_CACHE_VAL
  4.3564 -case "x$ac_cv_prog_cc_c89" in
  4.3565 -  x)
  4.3566 -    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
  4.3567 -$as_echo "none needed" >&6; } ;;
  4.3568 -  xno)
  4.3569 -    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
  4.3570 -$as_echo "unsupported" >&6; } ;;
  4.3571 -  *)
  4.3572 -    CC="$CC $ac_cv_prog_cc_c89"
  4.3573 -    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
  4.3574 -$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
  4.3575 -esac
  4.3576 -if test "x$ac_cv_prog_cc_c89" != xno; then :
  4.3577 -
  4.3578 -fi
  4.3579 -
  4.3580 -ac_ext=c
  4.3581 -ac_cpp='$CPP $CPPFLAGS'
  4.3582 -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  4.3583 -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  4.3584 -ac_compiler_gnu=$ac_cv_c_compiler_gnu
  4.3585 -DEPDIR="${am__leading_dot}deps"
  4.3586 -
  4.3587 -ac_config_commands="$ac_config_commands depfiles"
  4.3588 -
  4.3589 -
  4.3590 -am_make=${MAKE-make}
  4.3591 -cat > confinc << 'END'
  4.3592 -am__doit:
  4.3593 -	@echo this is the am__doit target
  4.3594 -.PHONY: am__doit
  4.3595 -END
  4.3596 -# If we don't find an include directive, just comment out the code.
  4.3597 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
  4.3598 -$as_echo_n "checking for style of include used by $am_make... " >&6; }
  4.3599 -am__include="#"
  4.3600 -am__quote=
  4.3601 -_am_result=none
  4.3602 -# First try GNU make style include.
  4.3603 -echo "include confinc" > confmf
  4.3604 -# Ignore all kinds of additional output from 'make'.
  4.3605 -case `$am_make -s -f confmf 2> /dev/null` in #(
  4.3606 -*the\ am__doit\ target*)
  4.3607 -  am__include=include
  4.3608 -  am__quote=
  4.3609 -  _am_result=GNU
  4.3610 -  ;;
  4.3611 -esac
  4.3612 -# Now try BSD make style include.
  4.3613 -if test "$am__include" = "#"; then
  4.3614 -   echo '.include "confinc"' > confmf
  4.3615 -   case `$am_make -s -f confmf 2> /dev/null` in #(
  4.3616 -   *the\ am__doit\ target*)
  4.3617 -     am__include=.include
  4.3618 -     am__quote="\""
  4.3619 -     _am_result=BSD
  4.3620 -     ;;
  4.3621 -   esac
  4.3622 -fi
  4.3623 -
  4.3624 -
  4.3625 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
  4.3626 -$as_echo "$_am_result" >&6; }
  4.3627 -rm -f confinc confmf
  4.3628 -
  4.3629 -# Check whether --enable-dependency-tracking was given.
  4.3630 -if test "${enable_dependency_tracking+set}" = set; then :
  4.3631 -  enableval=$enable_dependency_tracking;
  4.3632 -fi
  4.3633 -
  4.3634 -if test "x$enable_dependency_tracking" != xno; then
  4.3635 -  am_depcomp="$ac_aux_dir/depcomp"
  4.3636 -  AMDEPBACKSLASH='\'
  4.3637 -  am__nodep='_no'
  4.3638 -fi
  4.3639 - if test "x$enable_dependency_tracking" != xno; then
  4.3640 -  AMDEP_TRUE=
  4.3641 -  AMDEP_FALSE='#'
  4.3642 -else
  4.3643 -  AMDEP_TRUE='#'
  4.3644 -  AMDEP_FALSE=
  4.3645 -fi
  4.3646 -
  4.3647 -
  4.3648 -
  4.3649 -depcc="$CC"   am_compiler_list=
  4.3650 -
  4.3651 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
  4.3652 -$as_echo_n "checking dependency style of $depcc... " >&6; }
  4.3653 -if ${am_cv_CC_dependencies_compiler_type+:} false; then :
  4.3654 -  $as_echo_n "(cached) " >&6
  4.3655 -else
  4.3656 -  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  4.3657 -  # We make a subdir and do the tests there.  Otherwise we can end up
  4.3658 -  # making bogus files that we don't know about and never remove.  For
  4.3659 -  # instance it was reported that on HP-UX the gcc test will end up
  4.3660 -  # making a dummy file named 'D' -- because '-MD' means "put the output
  4.3661 -  # in D".
  4.3662 -  rm -rf conftest.dir
  4.3663 -  mkdir conftest.dir
  4.3664 -  # Copy depcomp to subdir because otherwise we won't find it if we're
  4.3665 -  # using a relative directory.
  4.3666 -  cp "$am_depcomp" conftest.dir
  4.3667 -  cd conftest.dir
  4.3668 -  # We will build objects and dependencies in a subdirectory because
  4.3669 -  # it helps to detect inapplicable dependency modes.  For instance
  4.3670 -  # both Tru64's cc and ICC support -MD to output dependencies as a
  4.3671 -  # side effect of compilation, but ICC will put the dependencies in
  4.3672 -  # the current directory while Tru64 will put them in the object
  4.3673 -  # directory.
  4.3674 -  mkdir sub
  4.3675 -
  4.3676 -  am_cv_CC_dependencies_compiler_type=none
  4.3677 -  if test "$am_compiler_list" = ""; then
  4.3678 -     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  4.3679 -  fi
  4.3680 -  am__universal=false
  4.3681 -  case " $depcc " in #(
  4.3682 -     *\ -arch\ *\ -arch\ *) am__universal=true ;;
  4.3683 -     esac
  4.3684 -
  4.3685 -  for depmode in $am_compiler_list; do
  4.3686 -    # Setup a source with many dependencies, because some compilers
  4.3687 -    # like to wrap large dependency lists on column 80 (with \), and
  4.3688 -    # we should not choose a depcomp mode which is confused by this.
  4.3689 -    #
  4.3690 -    # We need to recreate these files for each test, as the compiler may
  4.3691 -    # overwrite some of them when testing with obscure command lines.
  4.3692 -    # This happens at least with the AIX C compiler.
  4.3693 -    : > sub/conftest.c
  4.3694 -    for i in 1 2 3 4 5 6; do
  4.3695 -      echo '#include "conftst'$i'.h"' >> sub/conftest.c
  4.3696 -      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
  4.3697 -      # Solaris 10 /bin/sh.
  4.3698 -      echo '/* dummy */' > sub/conftst$i.h
  4.3699 -    done
  4.3700 -    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  4.3701 -
  4.3702 -    # We check with '-c' and '-o' for the sake of the "dashmstdout"
  4.3703 -    # mode.  It turns out that the SunPro C++ compiler does not properly
  4.3704 -    # handle '-M -o', and we need to detect this.  Also, some Intel
  4.3705 -    # versions had trouble with output in subdirs.
  4.3706 -    am__obj=sub/conftest.${OBJEXT-o}
  4.3707 -    am__minus_obj="-o $am__obj"
  4.3708 -    case $depmode in
  4.3709 -    gcc)
  4.3710 -      # This depmode causes a compiler race in universal mode.
  4.3711 -      test "$am__universal" = false || continue
  4.3712 -      ;;
  4.3713 -    nosideeffect)
  4.3714 -      # After this tag, mechanisms are not by side-effect, so they'll
  4.3715 -      # only be used when explicitly requested.
  4.3716 -      if test "x$enable_dependency_tracking" = xyes; then
  4.3717 -	continue
  4.3718 -      else
  4.3719 -	break
  4.3720 -      fi
  4.3721 -      ;;
  4.3722 -    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
  4.3723 -      # This compiler won't grok '-c -o', but also, the minuso test has
  4.3724 -      # not run yet.  These depmodes are late enough in the game, and
  4.3725 -      # so weak that their functioning should not be impacted.
  4.3726 -      am__obj=conftest.${OBJEXT-o}
  4.3727 -      am__minus_obj=
  4.3728 -      ;;
  4.3729 -    none) break ;;
  4.3730 -    esac
  4.3731 -    if depmode=$depmode \
  4.3732 -       source=sub/conftest.c object=$am__obj \
  4.3733 -       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  4.3734 -       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
  4.3735 -         >/dev/null 2>conftest.err &&
  4.3736 -       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  4.3737 -       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  4.3738 -       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  4.3739 -       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  4.3740 -      # icc doesn't choke on unknown options, it will just issue warnings
  4.3741 -      # or remarks (even with -Werror).  So we grep stderr for any message
  4.3742 -      # that says an option was ignored or not supported.
  4.3743 -      # When given -MP, icc 7.0 and 7.1 complain thusly:
  4.3744 -      #   icc: Command line warning: ignoring option '-M'; no argument required
  4.3745 -      # The diagnosis changed in icc 8.0:
  4.3746 -      #   icc: Command line remark: option '-MP' not supported
  4.3747 -      if (grep 'ignoring option' conftest.err ||
  4.3748 -          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  4.3749 -        am_cv_CC_dependencies_compiler_type=$depmode
  4.3750 -        break
  4.3751 -      fi
  4.3752 -    fi
  4.3753 -  done
  4.3754 -
  4.3755 -  cd ..
  4.3756 -  rm -rf conftest.dir
  4.3757 -else
  4.3758 -  am_cv_CC_dependencies_compiler_type=none
  4.3759 -fi
  4.3760 -
  4.3761 -fi
  4.3762 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
  4.3763 -$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
  4.3764 -CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  4.3765 -
  4.3766 - if
  4.3767 -  test "x$enable_dependency_tracking" != xno \
  4.3768 -  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  4.3769 -  am__fastdepCC_TRUE=
  4.3770 -  am__fastdepCC_FALSE='#'
  4.3771 -else
  4.3772 -  am__fastdepCC_TRUE='#'
  4.3773 -  am__fastdepCC_FALSE=
  4.3774 -fi
  4.3775 -
  4.3776 -
  4.3777 -   case $ac_cv_prog_cc_stdc in #(
  4.3778 -  no) :
  4.3779 -    ac_cv_prog_cc_c99=no; ac_cv_prog_cc_c89=no ;; #(
  4.3780 -  *) :
  4.3781 -    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
  4.3782 -$as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
  4.3783 -if ${ac_cv_prog_cc_c99+:} false; then :
  4.3784 -  $as_echo_n "(cached) " >&6
  4.3785 -else
  4.3786 -  ac_cv_prog_cc_c99=no
  4.3787 -ac_save_CC=$CC
  4.3788 -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.3789 -/* end confdefs.h.  */
  4.3790 -#include <stdarg.h>
  4.3791 -#include <stdbool.h>
  4.3792 -#include <stdlib.h>
  4.3793 -#include <wchar.h>
  4.3794 -#include <stdio.h>
  4.3795 -
  4.3796 -// Check varargs macros.  These examples are taken from C99 6.10.3.5.
  4.3797 -#define debug(...) fprintf (stderr, __VA_ARGS__)
  4.3798 -#define showlist(...) puts (#__VA_ARGS__)
  4.3799 -#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  4.3800 -static void
  4.3801 -test_varargs_macros (void)
  4.3802 -{
  4.3803 -  int x = 1234;
  4.3804 -  int y = 5678;
  4.3805 -  debug ("Flag");
  4.3806 -  debug ("X = %d\n", x);
  4.3807 -  showlist (The first, second, and third items.);
  4.3808 -  report (x>y, "x is %d but y is %d", x, y);
  4.3809 -}
  4.3810 -
  4.3811 -// Check long long types.
  4.3812 -#define BIG64 18446744073709551615ull
  4.3813 -#define BIG32 4294967295ul
  4.3814 -#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  4.3815 -#if !BIG_OK
  4.3816 -  your preprocessor is broken;
  4.3817 -#endif
  4.3818 -#if BIG_OK
  4.3819 -#else
  4.3820 -  your preprocessor is broken;
  4.3821 -#endif
  4.3822 -static long long int bignum = -9223372036854775807LL;
  4.3823 -static unsigned long long int ubignum = BIG64;
  4.3824 -
  4.3825 -struct incomplete_array
  4.3826 -{
  4.3827 -  int datasize;
  4.3828 -  double data[];
  4.3829 -};
  4.3830 -
  4.3831 -struct named_init {
  4.3832 -  int number;
  4.3833 -  const wchar_t *name;
  4.3834 -  double average;
  4.3835 -};
  4.3836 -
  4.3837 -typedef const char *ccp;
  4.3838 -
  4.3839 -static inline int
  4.3840 -test_restrict (ccp restrict text)
  4.3841 -{
  4.3842 -  // See if C++-style comments work.
  4.3843 -  // Iterate through items via the restricted pointer.
  4.3844 -  // Also check for declarations in for loops.
  4.3845 -  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  4.3846 -    continue;
  4.3847 -  return 0;
  4.3848 -}
  4.3849 -
  4.3850 -// Check varargs and va_copy.
  4.3851 -static void
  4.3852 -test_varargs (const char *format, ...)
  4.3853 -{
  4.3854 -  va_list args;
  4.3855 -  va_start (args, format);
  4.3856 -  va_list args_copy;
  4.3857 -  va_copy (args_copy, args);
  4.3858 -
  4.3859 -  const char *str;
  4.3860 -  int number;
  4.3861 -  float fnumber;
  4.3862 -
  4.3863 -  while (*format)
  4.3864 -    {
  4.3865 -      switch (*format++)
  4.3866 -	{
  4.3867 -	case 's': // string
  4.3868 -	  str = va_arg (args_copy, const char *);
  4.3869 -	  break;
  4.3870 -	case 'd': // int
  4.3871 -	  number = va_arg (args_copy, int);
  4.3872 -	  break;
  4.3873 -	case 'f': // float
  4.3874 -	  fnumber = va_arg (args_copy, double);
  4.3875 -	  break;
  4.3876 -	default:
  4.3877 -	  break;
  4.3878 -	}
  4.3879 -    }
  4.3880 -  va_end (args_copy);
  4.3881 -  va_end (args);
  4.3882 -}
  4.3883 -
  4.3884 -int
  4.3885 -main ()
  4.3886 -{
  4.3887 -
  4.3888 -  // Check bool.
  4.3889 -  _Bool success = false;
  4.3890 -
  4.3891 -  // Check restrict.
  4.3892 -  if (test_restrict ("String literal") == 0)
  4.3893 -    success = true;
  4.3894 -  char *restrict newvar = "Another string";
  4.3895 -
  4.3896 -  // Check varargs.
  4.3897 -  test_varargs ("s, d' f .", "string", 65, 34.234);
  4.3898 -  test_varargs_macros ();
  4.3899 -
  4.3900 -  // Check flexible array members.
  4.3901 -  struct incomplete_array *ia =
  4.3902 -    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  4.3903 -  ia->datasize = 10;
  4.3904 -  for (int i = 0; i < ia->datasize; ++i)
  4.3905 -    ia->data[i] = i * 1.234;
  4.3906 -
  4.3907 -  // Check named initializers.
  4.3908 -  struct named_init ni = {
  4.3909 -    .number = 34,
  4.3910 -    .name = L"Test wide string",
  4.3911 -    .average = 543.34343,
  4.3912 -  };
  4.3913 -
  4.3914 -  ni.number = 58;
  4.3915 -
  4.3916 -  int dynamic_array[ni.number];
  4.3917 -  dynamic_array[ni.number - 1] = 543;
  4.3918 -
  4.3919 -  // work around unused variable warnings
  4.3920 -  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  4.3921 -	  || dynamic_array[ni.number - 1] != 543);
  4.3922 -
  4.3923 -  ;
  4.3924 -  return 0;
  4.3925 -}
  4.3926 -_ACEOF
  4.3927 -for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
  4.3928 -do
  4.3929 -  CC="$ac_save_CC $ac_arg"
  4.3930 -  if ac_fn_c_try_compile "$LINENO"; then :
  4.3931 -  ac_cv_prog_cc_c99=$ac_arg
  4.3932 -fi
  4.3933 -rm -f core conftest.err conftest.$ac_objext
  4.3934 -  test "x$ac_cv_prog_cc_c99" != "xno" && break
  4.3935 -done
  4.3936 -rm -f conftest.$ac_ext
  4.3937 -CC=$ac_save_CC
  4.3938 -
  4.3939 -fi
  4.3940 -# AC_CACHE_VAL
  4.3941 -case "x$ac_cv_prog_cc_c99" in
  4.3942 -  x)
  4.3943 -    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
  4.3944 -$as_echo "none needed" >&6; } ;;
  4.3945 -  xno)
  4.3946 -    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
  4.3947 -$as_echo "unsupported" >&6; } ;;
  4.3948 -  *)
  4.3949 -    CC="$CC $ac_cv_prog_cc_c99"
  4.3950 -    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
  4.3951 -$as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
  4.3952 -esac
  4.3953 -if test "x$ac_cv_prog_cc_c99" != xno; then :
  4.3954 -  ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
  4.3955 -else
  4.3956 -  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
  4.3957 -$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
  4.3958 -if ${ac_cv_prog_cc_c89+:} false; then :
  4.3959 -  $as_echo_n "(cached) " >&6
  4.3960 -else
  4.3961 -  ac_cv_prog_cc_c89=no
  4.3962 -ac_save_CC=$CC
  4.3963 -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.3964 -/* end confdefs.h.  */
  4.3965 -#include <stdarg.h>
  4.3966 -#include <stdio.h>
  4.3967 -struct stat;
  4.3968 -/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  4.3969 -struct buf { int x; };
  4.3970 -FILE * (*rcsopen) (struct buf *, struct stat *, int);
  4.3971 -static char *e (p, i)
  4.3972 -     char **p;
  4.3973 -     int i;
  4.3974 -{
  4.3975 -  return p[i];
  4.3976 -}
  4.3977 -static char *f (char * (*g) (char **, int), char **p, ...)
  4.3978 -{
  4.3979 -  char *s;
  4.3980 -  va_list v;
  4.3981 -  va_start (v,p);
  4.3982 -  s = g (p, va_arg (v,int));
  4.3983 -  va_end (v);
  4.3984 -  return s;
  4.3985 -}
  4.3986 -
  4.3987 -/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  4.3988 -   function prototypes and stuff, but not '\xHH' hex character constants.
  4.3989 -   These don't provoke an error unfortunately, instead are silently treated
  4.3990 -   as 'x'.  The following induces an error, until -std is added to get
  4.3991 -   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  4.3992 -   array size at least.  It's necessary to write '\x00'==0 to get something
  4.3993 -   that's true only with -std.  */
  4.3994 -int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  4.3995 -
  4.3996 -/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  4.3997 -   inside strings and character constants.  */
  4.3998 -#define FOO(x) 'x'
  4.3999 -int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  4.4000 -
  4.4001 -int test (int i, double x);
  4.4002 -struct s1 {int (*f) (int a);};
  4.4003 -struct s2 {int (*f) (double a);};
  4.4004 -int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  4.4005 -int argc;
  4.4006 -char **argv;
  4.4007 -int
  4.4008 -main ()
  4.4009 -{
  4.4010 -return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  4.4011 -  ;
  4.4012 -  return 0;
  4.4013 -}
  4.4014 -_ACEOF
  4.4015 -for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
  4.4016 -	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  4.4017 -do
  4.4018 -  CC="$ac_save_CC $ac_arg"
  4.4019 -  if ac_fn_c_try_compile "$LINENO"; then :
  4.4020 -  ac_cv_prog_cc_c89=$ac_arg
  4.4021 -fi
  4.4022 -rm -f core conftest.err conftest.$ac_objext
  4.4023 -  test "x$ac_cv_prog_cc_c89" != "xno" && break
  4.4024 -done
  4.4025 -rm -f conftest.$ac_ext
  4.4026 -CC=$ac_save_CC
  4.4027 -
  4.4028 -fi
  4.4029 -# AC_CACHE_VAL
  4.4030 -case "x$ac_cv_prog_cc_c89" in
  4.4031 -  x)
  4.4032 -    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
  4.4033 -$as_echo "none needed" >&6; } ;;
  4.4034 -  xno)
  4.4035 -    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
  4.4036 -$as_echo "unsupported" >&6; } ;;
  4.4037 -  *)
  4.4038 -    CC="$CC $ac_cv_prog_cc_c89"
  4.4039 -    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
  4.4040 -$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
  4.4041 -esac
  4.4042 -if test "x$ac_cv_prog_cc_c89" != xno; then :
  4.4043 -  ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
  4.4044 -else
  4.4045 -  ac_cv_prog_cc_stdc=no
  4.4046 -fi
  4.4047 -
  4.4048 -fi
  4.4049 - ;;
  4.4050 -esac
  4.4051 -  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO Standard C" >&5
  4.4052 -$as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; }
  4.4053 -  if ${ac_cv_prog_cc_stdc+:} false; then :
  4.4054 -  $as_echo_n "(cached) " >&6
  4.4055 -fi
  4.4056 -
  4.4057 -  case $ac_cv_prog_cc_stdc in #(
  4.4058 -  no) :
  4.4059 -    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
  4.4060 -$as_echo "unsupported" >&6; } ;; #(
  4.4061 -  '') :
  4.4062 -    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
  4.4063 -$as_echo "none needed" >&6; } ;; #(
  4.4064 -  *) :
  4.4065 -    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_stdc" >&5
  4.4066 -$as_echo "$ac_cv_prog_cc_stdc" >&6; } ;;
  4.4067 -esac
  4.4068 -
  4.4069 -
  4.4070 -# Checks for header files.
  4.4071 -
  4.4072 -ac_ext=c
  4.4073 -ac_cpp='$CPP $CPPFLAGS'
  4.4074 -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  4.4075 -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  4.4076 -ac_compiler_gnu=$ac_cv_c_compiler_gnu
  4.4077 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
  4.4078 -$as_echo_n "checking how to run the C preprocessor... " >&6; }
  4.4079 -# On Suns, sometimes $CPP names a directory.
  4.4080 -if test -n "$CPP" && test -d "$CPP"; then
  4.4081 -  CPP=
  4.4082 -fi
  4.4083 -if test -z "$CPP"; then
  4.4084 -  if ${ac_cv_prog_CPP+:} false; then :
  4.4085 -  $as_echo_n "(cached) " >&6
  4.4086 -else
  4.4087 -      # Double quotes because CPP needs to be expanded
  4.4088 -    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  4.4089 -    do
  4.4090 -      ac_preproc_ok=false
  4.4091 -for ac_c_preproc_warn_flag in '' yes
  4.4092 -do
  4.4093 -  # Use a header file that comes with gcc, so configuring glibc
  4.4094 -  # with a fresh cross-compiler works.
  4.4095 -  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4.4096 -  # <limits.h> exists even on freestanding compilers.
  4.4097 -  # On the NeXT, cc -E runs the code through the compiler's parser,
  4.4098 -  # not just through cpp. "Syntax error" is here to catch this case.
  4.4099 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.4100 -/* end confdefs.h.  */
  4.4101 -#ifdef __STDC__
  4.4102 -# include <limits.h>
  4.4103 -#else
  4.4104 -# include <assert.h>
  4.4105 -#endif
  4.4106 -		     Syntax error
  4.4107 -_ACEOF
  4.4108 -if ac_fn_c_try_cpp "$LINENO"; then :
  4.4109 -
  4.4110 -else
  4.4111 -  # Broken: fails on valid input.
  4.4112 -continue
  4.4113 -fi
  4.4114 -rm -f conftest.err conftest.i conftest.$ac_ext
  4.4115 -
  4.4116 -  # OK, works on sane cases.  Now check whether nonexistent headers
  4.4117 -  # can be detected and how.
  4.4118 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.4119 -/* end confdefs.h.  */
  4.4120 -#include <ac_nonexistent.h>
  4.4121 -_ACEOF
  4.4122 -if ac_fn_c_try_cpp "$LINENO"; then :
  4.4123 -  # Broken: success on invalid input.
  4.4124 -continue
  4.4125 -else
  4.4126 -  # Passes both tests.
  4.4127 -ac_preproc_ok=:
  4.4128 -break
  4.4129 -fi
  4.4130 -rm -f conftest.err conftest.i conftest.$ac_ext
  4.4131 -
  4.4132 -done
  4.4133 -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  4.4134 -rm -f conftest.i conftest.err conftest.$ac_ext
  4.4135 -if $ac_preproc_ok; then :
  4.4136 -  break
  4.4137 -fi
  4.4138 -
  4.4139 -    done
  4.4140 -    ac_cv_prog_CPP=$CPP
  4.4141 -
  4.4142 -fi
  4.4143 -  CPP=$ac_cv_prog_CPP
  4.4144 -else
  4.4145 -  ac_cv_prog_CPP=$CPP
  4.4146 -fi
  4.4147 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
  4.4148 -$as_echo "$CPP" >&6; }
  4.4149 -ac_preproc_ok=false
  4.4150 -for ac_c_preproc_warn_flag in '' yes
  4.4151 -do
  4.4152 -  # Use a header file that comes with gcc, so configuring glibc
  4.4153 -  # with a fresh cross-compiler works.
  4.4154 -  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4.4155 -  # <limits.h> exists even on freestanding compilers.
  4.4156 -  # On the NeXT, cc -E runs the code through the compiler's parser,
  4.4157 -  # not just through cpp. "Syntax error" is here to catch this case.
  4.4158 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.4159 -/* end confdefs.h.  */
  4.4160 -#ifdef __STDC__
  4.4161 -# include <limits.h>
  4.4162 -#else
  4.4163 -# include <assert.h>
  4.4164 -#endif
  4.4165 -		     Syntax error
  4.4166 -_ACEOF
  4.4167 -if ac_fn_c_try_cpp "$LINENO"; then :
  4.4168 -
  4.4169 -else
  4.4170 -  # Broken: fails on valid input.
  4.4171 -continue
  4.4172 -fi
  4.4173 -rm -f conftest.err conftest.i conftest.$ac_ext
  4.4174 -
  4.4175 -  # OK, works on sane cases.  Now check whether nonexistent headers
  4.4176 -  # can be detected and how.
  4.4177 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.4178 -/* end confdefs.h.  */
  4.4179 -#include <ac_nonexistent.h>
  4.4180 -_ACEOF
  4.4181 -if ac_fn_c_try_cpp "$LINENO"; then :
  4.4182 -  # Broken: success on invalid input.
  4.4183 -continue
  4.4184 -else
  4.4185 -  # Passes both tests.
  4.4186 -ac_preproc_ok=:
  4.4187 -break
  4.4188 -fi
  4.4189 -rm -f conftest.err conftest.i conftest.$ac_ext
  4.4190 -
  4.4191 -done
  4.4192 -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  4.4193 -rm -f conftest.i conftest.err conftest.$ac_ext
  4.4194 -if $ac_preproc_ok; then :
  4.4195 -
  4.4196 -else
  4.4197 -  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  4.4198 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  4.4199 -as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
  4.4200 -See \`config.log' for more details" "$LINENO" 5; }
  4.4201 -fi
  4.4202 -
  4.4203 -ac_ext=c
  4.4204 -ac_cpp='$CPP $CPPFLAGS'
  4.4205 -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  4.4206 -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  4.4207 -ac_compiler_gnu=$ac_cv_c_compiler_gnu
  4.4208 -
  4.4209 -
  4.4210 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
  4.4211 -$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
  4.4212 -if ${ac_cv_path_GREP+:} false; then :
  4.4213 -  $as_echo_n "(cached) " >&6
  4.4214 -else
  4.4215 -  if test -z "$GREP"; then
  4.4216 -  ac_path_GREP_found=false
  4.4217 -  # Loop through the user's path and test for each of PROGNAME-LIST
  4.4218 -  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4.4219 -for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  4.4220 -do
  4.4221 -  IFS=$as_save_IFS
  4.4222 -  test -z "$as_dir" && as_dir=.
  4.4223 -    for ac_prog in grep ggrep; do
  4.4224 -    for ac_exec_ext in '' $ac_executable_extensions; do
  4.4225 -      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
  4.4226 -      as_fn_executable_p "$ac_path_GREP" || continue
  4.4227 -# Check for GNU ac_path_GREP and select it if it is found.
  4.4228 -  # Check for GNU $ac_path_GREP
  4.4229 -case `"$ac_path_GREP" --version 2>&1` in
  4.4230 -*GNU*)
  4.4231 -  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
  4.4232 -*)
  4.4233 -  ac_count=0
  4.4234 -  $as_echo_n 0123456789 >"conftest.in"
  4.4235 -  while :
  4.4236 -  do
  4.4237 -    cat "conftest.in" "conftest.in" >"conftest.tmp"
  4.4238 -    mv "conftest.tmp" "conftest.in"
  4.4239 -    cp "conftest.in" "conftest.nl"
  4.4240 -    $as_echo 'GREP' >> "conftest.nl"
  4.4241 -    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  4.4242 -    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  4.4243 -    as_fn_arith $ac_count + 1 && ac_count=$as_val
  4.4244 -    if test $ac_count -gt ${ac_path_GREP_max-0}; then
  4.4245 -      # Best one so far, save it but keep looking for a better one
  4.4246 -      ac_cv_path_GREP="$ac_path_GREP"
  4.4247 -      ac_path_GREP_max=$ac_count
  4.4248 -    fi
  4.4249 -    # 10*(2^10) chars as input seems more than enough
  4.4250 -    test $ac_count -gt 10 && break
  4.4251 -  done
  4.4252 -  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  4.4253 -esac
  4.4254 -
  4.4255 -      $ac_path_GREP_found && break 3
  4.4256 -    done
  4.4257 -  done
  4.4258 -  done
  4.4259 -IFS=$as_save_IFS
  4.4260 -  if test -z "$ac_cv_path_GREP"; then
  4.4261 -    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  4.4262 -  fi
  4.4263 -else
  4.4264 -  ac_cv_path_GREP=$GREP
  4.4265 -fi
  4.4266 -
  4.4267 -fi
  4.4268 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
  4.4269 -$as_echo "$ac_cv_path_GREP" >&6; }
  4.4270 - GREP="$ac_cv_path_GREP"
  4.4271 -
  4.4272 -
  4.4273 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
  4.4274 -$as_echo_n "checking for egrep... " >&6; }
  4.4275 -if ${ac_cv_path_EGREP+:} false; then :
  4.4276 -  $as_echo_n "(cached) " >&6
  4.4277 -else
  4.4278 -  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
  4.4279 -   then ac_cv_path_EGREP="$GREP -E"
  4.4280 -   else
  4.4281 -     if test -z "$EGREP"; then
  4.4282 -  ac_path_EGREP_found=false
  4.4283 -  # Loop through the user's path and test for each of PROGNAME-LIST
  4.4284 -  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4.4285 -for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  4.4286 -do
  4.4287 -  IFS=$as_save_IFS
  4.4288 -  test -z "$as_dir" && as_dir=.
  4.4289 -    for ac_prog in egrep; do
  4.4290 -    for ac_exec_ext in '' $ac_executable_extensions; do
  4.4291 -      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
  4.4292 -      as_fn_executable_p "$ac_path_EGREP" || continue
  4.4293 -# Check for GNU ac_path_EGREP and select it if it is found.
  4.4294 -  # Check for GNU $ac_path_EGREP
  4.4295 -case `"$ac_path_EGREP" --version 2>&1` in
  4.4296 -*GNU*)
  4.4297 -  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
  4.4298 -*)
  4.4299 -  ac_count=0
  4.4300 -  $as_echo_n 0123456789 >"conftest.in"
  4.4301 -  while :
  4.4302 -  do
  4.4303 -    cat "conftest.in" "conftest.in" >"conftest.tmp"
  4.4304 -    mv "conftest.tmp" "conftest.in"
  4.4305 -    cp "conftest.in" "conftest.nl"
  4.4306 -    $as_echo 'EGREP' >> "conftest.nl"
  4.4307 -    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  4.4308 -    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  4.4309 -    as_fn_arith $ac_count + 1 && ac_count=$as_val
  4.4310 -    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
  4.4311 -      # Best one so far, save it but keep looking for a better one
  4.4312 -      ac_cv_path_EGREP="$ac_path_EGREP"
  4.4313 -      ac_path_EGREP_max=$ac_count
  4.4314 -    fi
  4.4315 -    # 10*(2^10) chars as input seems more than enough
  4.4316 -    test $ac_count -gt 10 && break
  4.4317 -  done
  4.4318 -  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  4.4319 -esac
  4.4320 -
  4.4321 -      $ac_path_EGREP_found && break 3
  4.4322 -    done
  4.4323 -  done
  4.4324 -  done
  4.4325 -IFS=$as_save_IFS
  4.4326 -  if test -z "$ac_cv_path_EGREP"; then
  4.4327 -    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  4.4328 -  fi
  4.4329 -else
  4.4330 -  ac_cv_path_EGREP=$EGREP
  4.4331 -fi
  4.4332 -
  4.4333 -   fi
  4.4334 -fi
  4.4335 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
  4.4336 -$as_echo "$ac_cv_path_EGREP" >&6; }
  4.4337 - EGREP="$ac_cv_path_EGREP"
  4.4338 -
  4.4339 -
  4.4340 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
  4.4341 -$as_echo_n "checking for ANSI C header files... " >&6; }
  4.4342 -if ${ac_cv_header_stdc+:} false; then :
  4.4343 -  $as_echo_n "(cached) " >&6
  4.4344 -else
  4.4345 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.4346 -/* end confdefs.h.  */
  4.4347 -#include <stdlib.h>
  4.4348 -#include <stdarg.h>
  4.4349 -#include <string.h>
  4.4350 -#include <float.h>
  4.4351 -
  4.4352 -int
  4.4353 -main ()
  4.4354 -{
  4.4355 -
  4.4356 -  ;
  4.4357 -  return 0;
  4.4358 -}
  4.4359 -_ACEOF
  4.4360 -if ac_fn_c_try_compile "$LINENO"; then :
  4.4361 -  ac_cv_header_stdc=yes
  4.4362 -else
  4.4363 -  ac_cv_header_stdc=no
  4.4364 -fi
  4.4365 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4.4366 -
  4.4367 -if test $ac_cv_header_stdc = yes; then
  4.4368 -  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  4.4369 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.4370 -/* end confdefs.h.  */
  4.4371 -#include <string.h>
  4.4372 -
  4.4373 -_ACEOF
  4.4374 -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  4.4375 -  $EGREP "memchr" >/dev/null 2>&1; then :
  4.4376 -
  4.4377 -else
  4.4378 -  ac_cv_header_stdc=no
  4.4379 -fi
  4.4380 -rm -f conftest*
  4.4381 -
  4.4382 -fi
  4.4383 -
  4.4384 -if test $ac_cv_header_stdc = yes; then
  4.4385 -  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  4.4386 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.4387 -/* end confdefs.h.  */
  4.4388 -#include <stdlib.h>
  4.4389 -
  4.4390 -_ACEOF
  4.4391 -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  4.4392 -  $EGREP "free" >/dev/null 2>&1; then :
  4.4393 -
  4.4394 -else
  4.4395 -  ac_cv_header_stdc=no
  4.4396 -fi
  4.4397 -rm -f conftest*
  4.4398 -
  4.4399 -fi
  4.4400 -
  4.4401 -if test $ac_cv_header_stdc = yes; then
  4.4402 -  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  4.4403 -  if test "$cross_compiling" = yes; then :
  4.4404 -  :
  4.4405 -else
  4.4406 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.4407 -/* end confdefs.h.  */
  4.4408 -#include <ctype.h>
  4.4409 -#include <stdlib.h>
  4.4410 -#if ((' ' & 0x0FF) == 0x020)
  4.4411 -# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  4.4412 -# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  4.4413 -#else
  4.4414 -# define ISLOWER(c) \
  4.4415 -		   (('a' <= (c) && (c) <= 'i') \
  4.4416 -		     || ('j' <= (c) && (c) <= 'r') \
  4.4417 -		     || ('s' <= (c) && (c) <= 'z'))
  4.4418 -# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  4.4419 -#endif
  4.4420 -
  4.4421 -#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  4.4422 -int
  4.4423 -main ()
  4.4424 -{
  4.4425 -  int i;
  4.4426 -  for (i = 0; i < 256; i++)
  4.4427 -    if (XOR (islower (i), ISLOWER (i))
  4.4428 -	|| toupper (i) != TOUPPER (i))
  4.4429 -      return 2;
  4.4430 -  return 0;
  4.4431 -}
  4.4432 -_ACEOF
  4.4433 -if ac_fn_c_try_run "$LINENO"; then :
  4.4434 -
  4.4435 -else
  4.4436 -  ac_cv_header_stdc=no
  4.4437 -fi
  4.4438 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  4.4439 -  conftest.$ac_objext conftest.beam conftest.$ac_ext
  4.4440 -fi
  4.4441 -
  4.4442 -fi
  4.4443 -fi
  4.4444 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
  4.4445 -$as_echo "$ac_cv_header_stdc" >&6; }
  4.4446 -if test $ac_cv_header_stdc = yes; then
  4.4447 -
  4.4448 -$as_echo "#define STDC_HEADERS 1" >>confdefs.h
  4.4449 -
  4.4450 -fi
  4.4451 -
  4.4452 -# On IRIX 5.3, sys/types and inttypes.h are conflicting.
  4.4453 -for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
  4.4454 -		  inttypes.h stdint.h unistd.h
  4.4455 -do :
  4.4456 -  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  4.4457 -ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
  4.4458 -"
  4.4459 -if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
  4.4460 -  cat >>confdefs.h <<_ACEOF
  4.4461 -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  4.4462 -_ACEOF
  4.4463 -
  4.4464 -fi
  4.4465 -
  4.4466 -done
  4.4467 -
  4.4468 -
  4.4469 -for ac_header in stdlib.h string.h dirent.h regex.h
  4.4470 -do :
  4.4471 -  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  4.4472 -ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  4.4473 -if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
  4.4474 -  cat >>confdefs.h <<_ACEOF
  4.4475 -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  4.4476 -_ACEOF
  4.4477 -
  4.4478 -fi
  4.4479 -
  4.4480 -done
  4.4481 -
  4.4482 -
  4.4483 -# Checks for typedefs, structures, and compiler characteristics.
  4.4484 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
  4.4485 -$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
  4.4486 -if ${ac_cv_header_stdbool_h+:} false; then :
  4.4487 -  $as_echo_n "(cached) " >&6
  4.4488 -else
  4.4489 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.4490 -/* end confdefs.h.  */
  4.4491 -
  4.4492 -             #include <stdbool.h>
  4.4493 -             #ifndef bool
  4.4494 -              "error: bool is not defined"
  4.4495 -             #endif
  4.4496 -             #ifndef false
  4.4497 -              "error: false is not defined"
  4.4498 -             #endif
  4.4499 -             #if false
  4.4500 -              "error: false is not 0"
  4.4501 -             #endif
  4.4502 -             #ifndef true
  4.4503 -              "error: true is not defined"
  4.4504 -             #endif
  4.4505 -             #if true != 1
  4.4506 -              "error: true is not 1"
  4.4507 -             #endif
  4.4508 -             #ifndef __bool_true_false_are_defined
  4.4509 -              "error: __bool_true_false_are_defined is not defined"
  4.4510 -             #endif
  4.4511 -
  4.4512 -             struct s { _Bool s: 1; _Bool t; } s;
  4.4513 -
  4.4514 -             char a[true == 1 ? 1 : -1];
  4.4515 -             char b[false == 0 ? 1 : -1];
  4.4516 -             char c[__bool_true_false_are_defined == 1 ? 1 : -1];
  4.4517 -             char d[(bool) 0.5 == true ? 1 : -1];
  4.4518 -             /* See body of main program for 'e'.  */
  4.4519 -             char f[(_Bool) 0.0 == false ? 1 : -1];
  4.4520 -             char g[true];
  4.4521 -             char h[sizeof (_Bool)];
  4.4522 -             char i[sizeof s.t];
  4.4523 -             enum { j = false, k = true, l = false * true, m = true * 256 };
  4.4524 -             /* The following fails for
  4.4525 -                HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
  4.4526 -             _Bool n[m];
  4.4527 -             char o[sizeof n == m * sizeof n[0] ? 1 : -1];
  4.4528 -             char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
  4.4529 -             /* Catch a bug in an HP-UX C compiler.  See
  4.4530 -                http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
  4.4531 -                http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
  4.4532 -              */
  4.4533 -             _Bool q = true;
  4.4534 -             _Bool *pq = &q;
  4.4535 -
  4.4536 -int
  4.4537 -main ()
  4.4538 -{
  4.4539 -
  4.4540 -             bool e = &s;
  4.4541 -             *pq |= q;
  4.4542 -             *pq |= ! q;
  4.4543 -             /* Refer to every declared value, to avoid compiler optimizations.  */
  4.4544 -             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  4.4545 -                     + !m + !n + !o + !p + !q + !pq);
  4.4546 -
  4.4547 -  ;
  4.4548 -  return 0;
  4.4549 -}
  4.4550 -_ACEOF
  4.4551 -if ac_fn_c_try_compile "$LINENO"; then :
  4.4552 -  ac_cv_header_stdbool_h=yes
  4.4553 -else
  4.4554 -  ac_cv_header_stdbool_h=no
  4.4555 -fi
  4.4556 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4.4557 -fi
  4.4558 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
  4.4559 -$as_echo "$ac_cv_header_stdbool_h" >&6; }
  4.4560 -   ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
  4.4561 -if test "x$ac_cv_type__Bool" = xyes; then :
  4.4562 -
  4.4563 -cat >>confdefs.h <<_ACEOF
  4.4564 -#define HAVE__BOOL 1
  4.4565 -_ACEOF
  4.4566 -
  4.4567 -
  4.4568 -fi
  4.4569 -
  4.4570 -
  4.4571 -ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
  4.4572 -if test "x$ac_cv_type_size_t" = xyes; then :
  4.4573 -
  4.4574 -else
  4.4575 -
  4.4576 -cat >>confdefs.h <<_ACEOF
  4.4577 -#define size_t unsigned int
  4.4578 -_ACEOF
  4.4579 -
  4.4580 -fi
  4.4581 -
  4.4582 -
  4.4583 -# Checks for library functions.
  4.4584 -for ac_header in stdlib.h
  4.4585 -do :
  4.4586 -  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
  4.4587 -if test "x$ac_cv_header_stdlib_h" = xyes; then :
  4.4588 -  cat >>confdefs.h <<_ACEOF
  4.4589 -#define HAVE_STDLIB_H 1
  4.4590 -_ACEOF
  4.4591 -
  4.4592 -fi
  4.4593 -
  4.4594 -done
  4.4595 -
  4.4596 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
  4.4597 -$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
  4.4598 -if ${ac_cv_func_malloc_0_nonnull+:} false; then :
  4.4599 -  $as_echo_n "(cached) " >&6
  4.4600 -else
  4.4601 -  if test "$cross_compiling" = yes; then :
  4.4602 -  ac_cv_func_malloc_0_nonnull=no
  4.4603 -else
  4.4604 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.4605 -/* end confdefs.h.  */
  4.4606 -#if defined STDC_HEADERS || defined HAVE_STDLIB_H
  4.4607 -# include <stdlib.h>
  4.4608 -#else
  4.4609 -char *malloc ();
  4.4610 -#endif
  4.4611 -
  4.4612 -int
  4.4613 -main ()
  4.4614 -{
  4.4615 -return ! malloc (0);
  4.4616 -  ;
  4.4617 -  return 0;
  4.4618 -}
  4.4619 -_ACEOF
  4.4620 -if ac_fn_c_try_run "$LINENO"; then :
  4.4621 -  ac_cv_func_malloc_0_nonnull=yes
  4.4622 -else
  4.4623 -  ac_cv_func_malloc_0_nonnull=no
  4.4624 -fi
  4.4625 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  4.4626 -  conftest.$ac_objext conftest.beam conftest.$ac_ext
  4.4627 -fi
  4.4628 -
  4.4629 -fi
  4.4630 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
  4.4631 -$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
  4.4632 -if test $ac_cv_func_malloc_0_nonnull = yes; then :
  4.4633 -
  4.4634 -$as_echo "#define HAVE_MALLOC 1" >>confdefs.h
  4.4635 -
  4.4636 -else
  4.4637 -  $as_echo "#define HAVE_MALLOC 0" >>confdefs.h
  4.4638 -
  4.4639 -   case " $LIBOBJS " in
  4.4640 -  *" malloc.$ac_objext "* ) ;;
  4.4641 -  *) LIBOBJS="$LIBOBJS malloc.$ac_objext"
  4.4642 - ;;
  4.4643 -esac
  4.4644 -
  4.4645 -
  4.4646 -$as_echo "#define malloc rpl_malloc" >>confdefs.h
  4.4647 -
  4.4648 -fi
  4.4649 -
  4.4650 -
  4.4651 -for ac_header in stdlib.h
  4.4652 -do :
  4.4653 -  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
  4.4654 -if test "x$ac_cv_header_stdlib_h" = xyes; then :
  4.4655 -  cat >>confdefs.h <<_ACEOF
  4.4656 -#define HAVE_STDLIB_H 1
  4.4657 -_ACEOF
  4.4658 -
  4.4659 -fi
  4.4660 -
  4.4661 -done
  4.4662 -
  4.4663 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5
  4.4664 -$as_echo_n "checking for GNU libc compatible realloc... " >&6; }
  4.4665 -if ${ac_cv_func_realloc_0_nonnull+:} false; then :
  4.4666 -  $as_echo_n "(cached) " >&6
  4.4667 -else
  4.4668 -  if test "$cross_compiling" = yes; then :
  4.4669 -  ac_cv_func_realloc_0_nonnull=no
  4.4670 -else
  4.4671 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  4.4672 -/* end confdefs.h.  */
  4.4673 -#if defined STDC_HEADERS || defined HAVE_STDLIB_H
  4.4674 -# include <stdlib.h>
  4.4675 -#else
  4.4676 -char *realloc ();
  4.4677 -#endif
  4.4678 -
  4.4679 -int
  4.4680 -main ()
  4.4681 -{
  4.4682 -return ! realloc (0, 0);
  4.4683 -  ;
  4.4684 -  return 0;
  4.4685 -}
  4.4686 -_ACEOF
  4.4687 -if ac_fn_c_try_run "$LINENO"; then :
  4.4688 -  ac_cv_func_realloc_0_nonnull=yes
  4.4689 -else
  4.4690 -  ac_cv_func_realloc_0_nonnull=no
  4.4691 -fi
  4.4692 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  4.4693 -  conftest.$ac_objext conftest.beam conftest.$ac_ext
  4.4694 -fi
  4.4695 -
  4.4696 -fi
  4.4697 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5
  4.4698 -$as_echo "$ac_cv_func_realloc_0_nonnull" >&6; }
  4.4699 -if test $ac_cv_func_realloc_0_nonnull = yes; then :
  4.4700 -
  4.4701 -$as_echo "#define HAVE_REALLOC 1" >>confdefs.h
  4.4702 -
  4.4703 -else
  4.4704 -  $as_echo "#define HAVE_REALLOC 0" >>confdefs.h
  4.4705 -
  4.4706 -   case " $LIBOBJS " in
  4.4707 -  *" realloc.$ac_objext "* ) ;;
  4.4708 -  *) LIBOBJS="$LIBOBJS realloc.$ac_objext"
  4.4709 - ;;
  4.4710 -esac
  4.4711 -
  4.4712 -
  4.4713 -$as_echo "#define realloc rpl_realloc" >>confdefs.h
  4.4714 -
  4.4715 -fi
  4.4716 -
  4.4717 -
  4.4718 -for ac_func in memset regcomp strcasecmp strchr
  4.4719 -do :
  4.4720 -  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  4.4721 -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
  4.4722 -if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
  4.4723 -  cat >>confdefs.h <<_ACEOF
  4.4724 -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
  4.4725 -_ACEOF
  4.4726 -
  4.4727 -fi
  4.4728 -done
  4.4729 -
  4.4730 -
  4.4731 -ac_config_files="$ac_config_files Makefile src/Makefile"
  4.4732 -
  4.4733 -cat >confcache <<\_ACEOF
  4.4734 -# This file is a shell script that caches the results of configure
  4.4735 -# tests run on this system so they can be shared between configure
  4.4736 -# scripts and configure runs, see configure's option --config-cache.
  4.4737 -# It is not useful on other systems.  If it contains results you don't
  4.4738 -# want to keep, you may remove or edit it.
  4.4739 -#
  4.4740 -# config.status only pays attention to the cache file if you give it
  4.4741 -# the --recheck option to rerun configure.
  4.4742 -#
  4.4743 -# `ac_cv_env_foo' variables (set or unset) will be overridden when
  4.4744 -# loading this file, other *unset* `ac_cv_foo' will be assigned the
  4.4745 -# following values.
  4.4746 -
  4.4747 -_ACEOF
  4.4748 -
  4.4749 -# The following way of writing the cache mishandles newlines in values,
  4.4750 -# but we know of no workaround that is simple, portable, and efficient.
  4.4751 -# So, we kill variables containing newlines.
  4.4752 -# Ultrix sh set writes to stderr and can't be redirected directly,
  4.4753 -# and sets the high bit in the cache file unless we assign to the vars.
  4.4754 -(
  4.4755 -  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
  4.4756 -    eval ac_val=\$$ac_var
  4.4757 -    case $ac_val in #(
  4.4758 -    *${as_nl}*)
  4.4759 -      case $ac_var in #(
  4.4760 -      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
  4.4761 -$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
  4.4762 -      esac
  4.4763 -      case $ac_var in #(
  4.4764 -      _ | IFS | as_nl) ;; #(
  4.4765 -      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
  4.4766 -      *) { eval $ac_var=; unset $ac_var;} ;;
  4.4767 -      esac ;;
  4.4768 -    esac
  4.4769 -  done
  4.4770 -
  4.4771 -  (set) 2>&1 |
  4.4772 -    case $as_nl`(ac_space=' '; set) 2>&1` in #(
  4.4773 -    *${as_nl}ac_space=\ *)
  4.4774 -      # `set' does not quote correctly, so add quotes: double-quote
  4.4775 -      # substitution turns \\\\ into \\, and sed turns \\ into \.
  4.4776 -      sed -n \
  4.4777 -	"s/'/'\\\\''/g;
  4.4778 -	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
  4.4779 -      ;; #(
  4.4780 -    *)
  4.4781 -      # `set' quotes correctly as required by POSIX, so do not add quotes.
  4.4782 -      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  4.4783 -      ;;
  4.4784 -    esac |
  4.4785 -    sort
  4.4786 -) |
  4.4787 -  sed '
  4.4788 -     /^ac_cv_env_/b end
  4.4789 -     t clear
  4.4790 -     :clear
  4.4791 -     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
  4.4792 -     t end
  4.4793 -     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
  4.4794 -     :end' >>confcache
  4.4795 -if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
  4.4796 -  if test -w "$cache_file"; then
  4.4797 -    if test "x$cache_file" != "x/dev/null"; then
  4.4798 -      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
  4.4799 -$as_echo "$as_me: updating cache $cache_file" >&6;}
  4.4800 -      if test ! -f "$cache_file" || test -h "$cache_file"; then
  4.4801 -	cat confcache >"$cache_file"
  4.4802 -      else
  4.4803 -        case $cache_file in #(
  4.4804 -        */* | ?:*)
  4.4805 -	  mv -f confcache "$cache_file"$$ &&
  4.4806 -	  mv -f "$cache_file"$$ "$cache_file" ;; #(
  4.4807 -        *)
  4.4808 -	  mv -f confcache "$cache_file" ;;
  4.4809 -	esac
  4.4810 -      fi
  4.4811 -    fi
  4.4812 -  else
  4.4813 -    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
  4.4814 -$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
  4.4815 -  fi
  4.4816 -fi
  4.4817 -rm -f confcache
  4.4818 -
  4.4819 -test "x$prefix" = xNONE && prefix=$ac_default_prefix
  4.4820 -# Let make expand exec_prefix.
  4.4821 -test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  4.4822 -
  4.4823 -DEFS=-DHAVE_CONFIG_H
  4.4824 -
  4.4825 -ac_libobjs=
  4.4826 -ac_ltlibobjs=
  4.4827 -U=
  4.4828 -for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  4.4829 -  # 1. Remove the extension, and $U if already installed.
  4.4830 -  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
  4.4831 -  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
  4.4832 -  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
  4.4833 -  #    will be set to the directory where LIBOBJS objects are built.
  4.4834 -  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
  4.4835 -  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
  4.4836 -done
  4.4837 -LIBOBJS=$ac_libobjs
  4.4838 -
  4.4839 -LTLIBOBJS=$ac_ltlibobjs
  4.4840 -
  4.4841 -
  4.4842 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
  4.4843 -$as_echo_n "checking that generated files are newer than configure... " >&6; }
  4.4844 -   if test -n "$am_sleep_pid"; then
  4.4845 -     # Hide warnings about reused PIDs.
  4.4846 -     wait $am_sleep_pid 2>/dev/null
  4.4847 -   fi
  4.4848 -   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
  4.4849 -$as_echo "done" >&6; }
  4.4850 - if test -n "$EXEEXT"; then
  4.4851 -  am__EXEEXT_TRUE=
  4.4852 -  am__EXEEXT_FALSE='#'
  4.4853 -else
  4.4854 -  am__EXEEXT_TRUE='#'
  4.4855 -  am__EXEEXT_FALSE=
  4.4856 -fi
  4.4857 -
  4.4858 -if test -z "${DEBUG_TRUE}" && test -z "${DEBUG_FALSE}"; then
  4.4859 -  as_fn_error $? "conditional \"DEBUG\" was never defined.
  4.4860 -Usually this means the macro was only invoked conditionally." "$LINENO" 5
  4.4861 -fi
  4.4862 -if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
  4.4863 -  as_fn_error $? "conditional \"AMDEP\" was never defined.
  4.4864 -Usually this means the macro was only invoked conditionally." "$LINENO" 5
  4.4865 -fi
  4.4866 -if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
  4.4867 -  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
  4.4868 -Usually this means the macro was only invoked conditionally." "$LINENO" 5
  4.4869 -fi
  4.4870 -
  4.4871 -: "${CONFIG_STATUS=./config.status}"
  4.4872 -ac_write_fail=0
  4.4873 -ac_clean_files_save=$ac_clean_files
  4.4874 -ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  4.4875 -{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
  4.4876 -$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
  4.4877 -as_write_fail=0
  4.4878 -cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
  4.4879 -#! $SHELL
  4.4880 -# Generated by $as_me.
  4.4881 -# Run this file to recreate the current configuration.
  4.4882 -# Compiler output produced by configure, useful for debugging
  4.4883 -# configure, is in config.log if it exists.
  4.4884 -
  4.4885 -debug=false
  4.4886 -ac_cs_recheck=false
  4.4887 -ac_cs_silent=false
  4.4888 -
  4.4889 -SHELL=\${CONFIG_SHELL-$SHELL}
  4.4890 -export SHELL
  4.4891 -_ASEOF
  4.4892 -cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
  4.4893 -## -------------------- ##
  4.4894 -## M4sh Initialization. ##
  4.4895 -## -------------------- ##
  4.4896 -
  4.4897 -# Be more Bourne compatible
  4.4898 -DUALCASE=1; export DUALCASE # for MKS sh
  4.4899 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  4.4900 -  emulate sh
  4.4901 -  NULLCMD=:
  4.4902 -  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  4.4903 -  # is contrary to our usage.  Disable this feature.
  4.4904 -  alias -g '${1+"$@"}'='"$@"'
  4.4905 -  setopt NO_GLOB_SUBST
  4.4906 -else
  4.4907 -  case `(set -o) 2>/dev/null` in #(
  4.4908 -  *posix*) :
  4.4909 -    set -o posix ;; #(
  4.4910 -  *) :
  4.4911 -     ;;
  4.4912 -esac
  4.4913 -fi
  4.4914 -
  4.4915 -
  4.4916 -as_nl='
  4.4917 -'
  4.4918 -export as_nl
  4.4919 -# Printing a long string crashes Solaris 7 /usr/bin/printf.
  4.4920 -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  4.4921 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  4.4922 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  4.4923 -# Prefer a ksh shell builtin over an external printf program on Solaris,
  4.4924 -# but without wasting forks for bash or zsh.
  4.4925 -if test -z "$BASH_VERSION$ZSH_VERSION" \
  4.4926 -    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  4.4927 -  as_echo='print -r --'
  4.4928 -  as_echo_n='print -rn --'
  4.4929 -elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  4.4930 -  as_echo='printf %s\n'
  4.4931 -  as_echo_n='printf %s'
  4.4932 -else
  4.4933 -  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  4.4934 -    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  4.4935 -    as_echo_n='/usr/ucb/echo -n'
  4.4936 -  else
  4.4937 -    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
  4.4938 -    as_echo_n_body='eval
  4.4939 -      arg=$1;
  4.4940 -      case $arg in #(
  4.4941 -      *"$as_nl"*)
  4.4942 -	expr "X$arg" : "X\\(.*\\)$as_nl";
  4.4943 -	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
  4.4944 -      esac;
  4.4945 -      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
  4.4946 -    '
  4.4947 -    export as_echo_n_body
  4.4948 -    as_echo_n='sh -c $as_echo_n_body as_echo'
  4.4949 -  fi
  4.4950 -  export as_echo_body
  4.4951 -  as_echo='sh -c $as_echo_body as_echo'
  4.4952 -fi
  4.4953 -
  4.4954 -# The user is always right.
  4.4955 -if test "${PATH_SEPARATOR+set}" != set; then
  4.4956 -  PATH_SEPARATOR=:
  4.4957 -  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  4.4958 -    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  4.4959 -      PATH_SEPARATOR=';'
  4.4960 -  }
  4.4961 -fi
  4.4962 -
  4.4963 -
  4.4964 -# IFS
  4.4965 -# We need space, tab and new line, in precisely that order.  Quoting is
  4.4966 -# there to prevent editors from complaining about space-tab.
  4.4967 -# (If _AS_PATH_WALK were called with IFS unset, it would disable word
  4.4968 -# splitting by setting IFS to empty value.)
  4.4969 -IFS=" ""	$as_nl"
  4.4970 -
  4.4971 -# Find who we are.  Look in the path if we contain no directory separator.
  4.4972 -as_myself=
  4.4973 -case $0 in #((
  4.4974 -  *[\\/]* ) as_myself=$0 ;;
  4.4975 -  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4.4976 -for as_dir in $PATH
  4.4977 -do
  4.4978 -  IFS=$as_save_IFS
  4.4979 -  test -z "$as_dir" && as_dir=.
  4.4980 -    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  4.4981 -  done
  4.4982 -IFS=$as_save_IFS
  4.4983 -
  4.4984 -     ;;
  4.4985 -esac
  4.4986 -# We did not find ourselves, most probably we were run as `sh COMMAND'
  4.4987 -# in which case we are not to be found in the path.
  4.4988 -if test "x$as_myself" = x; then
  4.4989 -  as_myself=$0
  4.4990 -fi
  4.4991 -if test ! -f "$as_myself"; then
  4.4992 -  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  4.4993 -  exit 1
  4.4994 -fi
  4.4995 -
  4.4996 -# Unset variables that we do not need and which cause bugs (e.g. in
  4.4997 -# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
  4.4998 -# suppresses any "Segmentation fault" message there.  '((' could
  4.4999 -# trigger a bug in pdksh 5.2.14.
  4.5000 -for as_var in BASH_ENV ENV MAIL MAILPATH
  4.5001 -do eval test x\${$as_var+set} = xset \
  4.5002 -  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  4.5003 -done
  4.5004 -PS1='$ '
  4.5005 -PS2='> '
  4.5006 -PS4='+ '
  4.5007 -
  4.5008 -# NLS nuisances.
  4.5009 -LC_ALL=C
  4.5010 -export LC_ALL
  4.5011 -LANGUAGE=C
  4.5012 -export LANGUAGE
  4.5013 -
  4.5014 -# CDPATH.
  4.5015 -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  4.5016 -
  4.5017 -
  4.5018 -# as_fn_error STATUS ERROR [LINENO LOG_FD]
  4.5019 -# ----------------------------------------
  4.5020 -# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  4.5021 -# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  4.5022 -# script with STATUS, using 1 if that was 0.
  4.5023 -as_fn_error ()
  4.5024 -{
  4.5025 -  as_status=$1; test $as_status -eq 0 && as_status=1
  4.5026 -  if test "$4"; then
  4.5027 -    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  4.5028 -    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  4.5029 -  fi
  4.5030 -  $as_echo "$as_me: error: $2" >&2
  4.5031 -  as_fn_exit $as_status
  4.5032 -} # as_fn_error
  4.5033 -
  4.5034 -
  4.5035 -# as_fn_set_status STATUS
  4.5036 -# -----------------------
  4.5037 -# Set $? to STATUS, without forking.
  4.5038 -as_fn_set_status ()
  4.5039 -{
  4.5040 -  return $1
  4.5041 -} # as_fn_set_status
  4.5042 -
  4.5043 -# as_fn_exit STATUS
  4.5044 -# -----------------
  4.5045 -# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  4.5046 -as_fn_exit ()
  4.5047 -{
  4.5048 -  set +e
  4.5049 -  as_fn_set_status $1
  4.5050 -  exit $1
  4.5051 -} # as_fn_exit
  4.5052 -
  4.5053 -# as_fn_unset VAR
  4.5054 -# ---------------
  4.5055 -# Portably unset VAR.
  4.5056 -as_fn_unset ()
  4.5057 -{
  4.5058 -  { eval $1=; unset $1;}
  4.5059 -}
  4.5060 -as_unset=as_fn_unset
  4.5061 -# as_fn_append VAR VALUE
  4.5062 -# ----------------------
  4.5063 -# Append the text in VALUE to the end of the definition contained in VAR. Take
  4.5064 -# advantage of any shell optimizations that allow amortized linear growth over
  4.5065 -# repeated appends, instead of the typical quadratic growth present in naive
  4.5066 -# implementations.
  4.5067 -if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  4.5068 -  eval 'as_fn_append ()
  4.5069 -  {
  4.5070 -    eval $1+=\$2
  4.5071 -  }'
  4.5072 -else
  4.5073 -  as_fn_append ()
  4.5074 -  {
  4.5075 -    eval $1=\$$1\$2
  4.5076 -  }
  4.5077 -fi # as_fn_append
  4.5078 -
  4.5079 -# as_fn_arith ARG...
  4.5080 -# ------------------
  4.5081 -# Perform arithmetic evaluation on the ARGs, and store the result in the
  4.5082 -# global $as_val. Take advantage of shells that can avoid forks. The arguments
  4.5083 -# must be portable across $(()) and expr.
  4.5084 -if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  4.5085 -  eval 'as_fn_arith ()
  4.5086 -  {
  4.5087 -    as_val=$(( $* ))
  4.5088 -  }'
  4.5089 -else
  4.5090 -  as_fn_arith ()
  4.5091 -  {
  4.5092 -    as_val=`expr "$@" || test $? -eq 1`
  4.5093 -  }
  4.5094 -fi # as_fn_arith
  4.5095 -
  4.5096 -
  4.5097 -if expr a : '\(a\)' >/dev/null 2>&1 &&
  4.5098 -   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  4.5099 -  as_expr=expr
  4.5100 -else
  4.5101 -  as_expr=false
  4.5102 -fi
  4.5103 -
  4.5104 -if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  4.5105 -  as_basename=basename
  4.5106 -else
  4.5107 -  as_basename=false
  4.5108 -fi
  4.5109 -
  4.5110 -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  4.5111 -  as_dirname=dirname
  4.5112 -else
  4.5113 -  as_dirname=false
  4.5114 -fi
  4.5115 -
  4.5116 -as_me=`$as_basename -- "$0" ||
  4.5117 -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  4.5118 -	 X"$0" : 'X\(//\)$' \| \
  4.5119 -	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  4.5120 -$as_echo X/"$0" |
  4.5121 -    sed '/^.*\/\([^/][^/]*\)\/*$/{
  4.5122 -	    s//\1/
  4.5123 -	    q
  4.5124 -	  }
  4.5125 -	  /^X\/\(\/\/\)$/{
  4.5126 -	    s//\1/
  4.5127 -	    q
  4.5128 -	  }
  4.5129 -	  /^X\/\(\/\).*/{
  4.5130 -	    s//\1/
  4.5131 -	    q
  4.5132 -	  }
  4.5133 -	  s/.*/./; q'`
  4.5134 -
  4.5135 -# Avoid depending upon Character Ranges.
  4.5136 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  4.5137 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  4.5138 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  4.5139 -as_cr_digits='0123456789'
  4.5140 -as_cr_alnum=$as_cr_Letters$as_cr_digits
  4.5141 -
  4.5142 -ECHO_C= ECHO_N= ECHO_T=
  4.5143 -case `echo -n x` in #(((((
  4.5144 --n*)
  4.5145 -  case `echo 'xy\c'` in
  4.5146 -  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  4.5147 -  xy)  ECHO_C='\c';;
  4.5148 -  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
  4.5149 -       ECHO_T='	';;
  4.5150 -  esac;;
  4.5151 -*)
  4.5152 -  ECHO_N='-n';;
  4.5153 -esac
  4.5154 -
  4.5155 -rm -f conf$$ conf$$.exe conf$$.file
  4.5156 -if test -d conf$$.dir; then
  4.5157 -  rm -f conf$$.dir/conf$$.file
  4.5158 -else
  4.5159 -  rm -f conf$$.dir
  4.5160 -  mkdir conf$$.dir 2>/dev/null
  4.5161 -fi
  4.5162 -if (echo >conf$$.file) 2>/dev/null; then
  4.5163 -  if ln -s conf$$.file conf$$ 2>/dev/null; then
  4.5164 -    as_ln_s='ln -s'
  4.5165 -    # ... but there are two gotchas:
  4.5166 -    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  4.5167 -    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  4.5168 -    # In both cases, we have to default to `cp -pR'.
  4.5169 -    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  4.5170 -      as_ln_s='cp -pR'
  4.5171 -  elif ln conf$$.file conf$$ 2>/dev/null; then
  4.5172 -    as_ln_s=ln
  4.5173 -  else
  4.5174 -    as_ln_s='cp -pR'
  4.5175 -  fi
  4.5176 -else
  4.5177 -  as_ln_s='cp -pR'
  4.5178 -fi
  4.5179 -rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  4.5180 -rmdir conf$$.dir 2>/dev/null
  4.5181 -
  4.5182 -
  4.5183 -# as_fn_mkdir_p
  4.5184 -# -------------
  4.5185 -# Create "$as_dir" as a directory, including parents if necessary.
  4.5186 -as_fn_mkdir_p ()
  4.5187 -{
  4.5188 -
  4.5189 -  case $as_dir in #(
  4.5190 -  -*) as_dir=./$as_dir;;
  4.5191 -  esac
  4.5192 -  test -d "$as_dir" || eval $as_mkdir_p || {
  4.5193 -    as_dirs=
  4.5194 -    while :; do
  4.5195 -      case $as_dir in #(
  4.5196 -      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
  4.5197 -      *) as_qdir=$as_dir;;
  4.5198 -      esac
  4.5199 -      as_dirs="'$as_qdir' $as_dirs"
  4.5200 -      as_dir=`$as_dirname -- "$as_dir" ||
  4.5201 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  4.5202 -	 X"$as_dir" : 'X\(//\)[^/]' \| \
  4.5203 -	 X"$as_dir" : 'X\(//\)$' \| \
  4.5204 -	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  4.5205 -$as_echo X"$as_dir" |
  4.5206 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  4.5207 -	    s//\1/
  4.5208 -	    q
  4.5209 -	  }
  4.5210 -	  /^X\(\/\/\)[^/].*/{
  4.5211 -	    s//\1/
  4.5212 -	    q
  4.5213 -	  }
  4.5214 -	  /^X\(\/\/\)$/{
  4.5215 -	    s//\1/
  4.5216 -	    q
  4.5217 -	  }
  4.5218 -	  /^X\(\/\).*/{
  4.5219 -	    s//\1/
  4.5220 -	    q
  4.5221 -	  }
  4.5222 -	  s/.*/./; q'`
  4.5223 -      test -d "$as_dir" && break
  4.5224 -    done
  4.5225 -    test -z "$as_dirs" || eval "mkdir $as_dirs"
  4.5226 -  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
  4.5227 -
  4.5228 -
  4.5229 -} # as_fn_mkdir_p
  4.5230 -if mkdir -p . 2>/dev/null; then
  4.5231 -  as_mkdir_p='mkdir -p "$as_dir"'
  4.5232 -else
  4.5233 -  test -d ./-p && rmdir ./-p
  4.5234 -  as_mkdir_p=false
  4.5235 -fi
  4.5236 -
  4.5237 -
  4.5238 -# as_fn_executable_p FILE
  4.5239 -# -----------------------
  4.5240 -# Test if FILE is an executable regular file.
  4.5241 -as_fn_executable_p ()
  4.5242 -{
  4.5243 -  test -f "$1" && test -x "$1"
  4.5244 -} # as_fn_executable_p
  4.5245 -as_test_x='test -x'
  4.5246 -as_executable_p=as_fn_executable_p
  4.5247 -
  4.5248 -# Sed expression to map a string onto a valid CPP name.
  4.5249 -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  4.5250 -
  4.5251 -# Sed expression to map a string onto a valid variable name.
  4.5252 -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  4.5253 -
  4.5254 -
  4.5255 -exec 6>&1
  4.5256 -## ----------------------------------- ##
  4.5257 -## Main body of $CONFIG_STATUS script. ##
  4.5258 -## ----------------------------------- ##
  4.5259 -_ASEOF
  4.5260 -test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
  4.5261 -
  4.5262 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  4.5263 -# Save the log message, to keep $0 and so on meaningful, and to
  4.5264 -# report actual input values of CONFIG_FILES etc. instead of their
  4.5265 -# values after options handling.
  4.5266 -ac_log="
  4.5267 -This file was extended by cline $as_me 1.1, which was
  4.5268 -generated by GNU Autoconf 2.69.  Invocation command line was
  4.5269 -
  4.5270 -  CONFIG_FILES    = $CONFIG_FILES
  4.5271 -  CONFIG_HEADERS  = $CONFIG_HEADERS
  4.5272 -  CONFIG_LINKS    = $CONFIG_LINKS
  4.5273 -  CONFIG_COMMANDS = $CONFIG_COMMANDS
  4.5274 -  $ $0 $@
  4.5275 -
  4.5276 -on `(hostname || uname -n) 2>/dev/null | sed 1q`
  4.5277 -"
  4.5278 -
  4.5279 -_ACEOF
  4.5280 -
  4.5281 -case $ac_config_files in *"
  4.5282 -"*) set x $ac_config_files; shift; ac_config_files=$*;;
  4.5283 -esac
  4.5284 -
  4.5285 -case $ac_config_headers in *"
  4.5286 -"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
  4.5287 -esac
  4.5288 -
  4.5289 -
  4.5290 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  4.5291 -# Files that config.status was made for.
  4.5292 -config_files="$ac_config_files"
  4.5293 -config_headers="$ac_config_headers"
  4.5294 -config_commands="$ac_config_commands"
  4.5295 -
  4.5296 -_ACEOF
  4.5297 -
  4.5298 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  4.5299 -ac_cs_usage="\
  4.5300 -\`$as_me' instantiates files and other configuration actions
  4.5301 -from templates according to the current configuration.  Unless the files
  4.5302 -and actions are specified as TAGs, all are instantiated by default.
  4.5303 -
  4.5304 -Usage: $0 [OPTION]... [TAG]...
  4.5305 -
  4.5306 -  -h, --help       print this help, then exit
  4.5307 -  -V, --version    print version number and configuration settings, then exit
  4.5308 -      --config     print configuration, then exit
  4.5309 -  -q, --quiet, --silent
  4.5310 -                   do not print progress messages
  4.5311 -  -d, --debug      don't remove temporary files
  4.5312 -      --recheck    update $as_me by reconfiguring in the same conditions
  4.5313 -      --file=FILE[:TEMPLATE]
  4.5314 -                   instantiate the configuration file FILE
  4.5315 -      --header=FILE[:TEMPLATE]
  4.5316 -                   instantiate the configuration header FILE
  4.5317 -
  4.5318 -Configuration files:
  4.5319 -$config_files
  4.5320 -
  4.5321 -Configuration headers:
  4.5322 -$config_headers
  4.5323 -
  4.5324 -Configuration commands:
  4.5325 -$config_commands
  4.5326 -
  4.5327 -Report bugs to <universe@uap-core.de>."
  4.5328 -
  4.5329 -_ACEOF
  4.5330 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  4.5331 -ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
  4.5332 -ac_cs_version="\\
  4.5333 -cline config.status 1.1
  4.5334 -configured by $0, generated by GNU Autoconf 2.69,
  4.5335 -  with options \\"\$ac_cs_config\\"
  4.5336 -
  4.5337 -Copyright (C) 2012 Free Software Foundation, Inc.
  4.5338 -This config.status script is free software; the Free Software Foundation
  4.5339 -gives unlimited permission to copy, distribute and modify it."
  4.5340 -
  4.5341 -ac_pwd='$ac_pwd'
  4.5342 -srcdir='$srcdir'
  4.5343 -INSTALL='$INSTALL'
  4.5344 -MKDIR_P='$MKDIR_P'
  4.5345 -AWK='$AWK'
  4.5346 -test -n "\$AWK" || AWK=awk
  4.5347 -_ACEOF
  4.5348 -
  4.5349 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  4.5350 -# The default lists apply if the user does not specify any file.
  4.5351 -ac_need_defaults=:
  4.5352 -while test $# != 0
  4.5353 -do
  4.5354 -  case $1 in
  4.5355 -  --*=?*)
  4.5356 -    ac_option=`expr "X$1" : 'X\([^=]*\)='`
  4.5357 -    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  4.5358 -    ac_shift=:
  4.5359 -    ;;
  4.5360 -  --*=)
  4.5361 -    ac_option=`expr "X$1" : 'X\([^=]*\)='`
  4.5362 -    ac_optarg=
  4.5363 -    ac_shift=:
  4.5364 -    ;;
  4.5365 -  *)
  4.5366 -    ac_option=$1
  4.5367 -    ac_optarg=$2
  4.5368 -    ac_shift=shift
  4.5369 -    ;;
  4.5370 -  esac
  4.5371 -
  4.5372 -  case $ac_option in
  4.5373 -  # Handling of the options.
  4.5374 -  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  4.5375 -    ac_cs_recheck=: ;;
  4.5376 -  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  4.5377 -    $as_echo "$ac_cs_version"; exit ;;
  4.5378 -  --config | --confi | --conf | --con | --co | --c )
  4.5379 -    $as_echo "$ac_cs_config"; exit ;;
  4.5380 -  --debug | --debu | --deb | --de | --d | -d )
  4.5381 -    debug=: ;;
  4.5382 -  --file | --fil | --fi | --f )
  4.5383 -    $ac_shift
  4.5384 -    case $ac_optarg in
  4.5385 -    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  4.5386 -    '') as_fn_error $? "missing file argument" ;;
  4.5387 -    esac
  4.5388 -    as_fn_append CONFIG_FILES " '$ac_optarg'"
  4.5389 -    ac_need_defaults=false;;
  4.5390 -  --header | --heade | --head | --hea )
  4.5391 -    $ac_shift
  4.5392 -    case $ac_optarg in
  4.5393 -    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  4.5394 -    esac
  4.5395 -    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
  4.5396 -    ac_need_defaults=false;;
  4.5397 -  --he | --h)
  4.5398 -    # Conflict between --help and --header
  4.5399 -    as_fn_error $? "ambiguous option: \`$1'
  4.5400 -Try \`$0 --help' for more information.";;
  4.5401 -  --help | --hel | -h )
  4.5402 -    $as_echo "$ac_cs_usage"; exit ;;
  4.5403 -  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  4.5404 -  | -silent | --silent | --silen | --sile | --sil | --si | --s)
  4.5405 -    ac_cs_silent=: ;;
  4.5406 -
  4.5407 -  # This is an error.
  4.5408 -  -*) as_fn_error $? "unrecognized option: \`$1'
  4.5409 -Try \`$0 --help' for more information." ;;
  4.5410 -
  4.5411 -  *) as_fn_append ac_config_targets " $1"
  4.5412 -     ac_need_defaults=false ;;
  4.5413 -
  4.5414 -  esac
  4.5415 -  shift
  4.5416 -done
  4.5417 -
  4.5418 -ac_configure_extra_args=
  4.5419 -
  4.5420 -if $ac_cs_silent; then
  4.5421 -  exec 6>/dev/null
  4.5422 -  ac_configure_extra_args="$ac_configure_extra_args --silent"
  4.5423 -fi
  4.5424 -
  4.5425 -_ACEOF
  4.5426 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  4.5427 -if \$ac_cs_recheck; then
  4.5428 -  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  4.5429 -  shift
  4.5430 -  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
  4.5431 -  CONFIG_SHELL='$SHELL'
  4.5432 -  export CONFIG_SHELL
  4.5433 -  exec "\$@"
  4.5434 -fi
  4.5435 -
  4.5436 -_ACEOF
  4.5437 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  4.5438 -exec 5>>config.log
  4.5439 -{
  4.5440 -  echo
  4.5441 -  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  4.5442 -## Running $as_me. ##
  4.5443 -_ASBOX
  4.5444 -  $as_echo "$ac_log"
  4.5445 -} >&5
  4.5446 -
  4.5447 -_ACEOF
  4.5448 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  4.5449 -#
  4.5450 -# INIT-COMMANDS
  4.5451 -#
  4.5452 -AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
  4.5453 -
  4.5454 -_ACEOF
  4.5455 -
  4.5456 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  4.5457 -
  4.5458 -# Handling of arguments.
  4.5459 -for ac_config_target in $ac_config_targets
  4.5460 -do
  4.5461 -  case $ac_config_target in
  4.5462 -    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  4.5463 -    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  4.5464 -    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  4.5465 -    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
  4.5466 -
  4.5467 -  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  4.5468 -  esac
  4.5469 -done
  4.5470 -
  4.5471 -
  4.5472 -# If the user did not use the arguments to specify the items to instantiate,
  4.5473 -# then the envvar interface is used.  Set only those that are not.
  4.5474 -# We use the long form for the default assignment because of an extremely
  4.5475 -# bizarre bug on SunOS 4.1.3.
  4.5476 -if $ac_need_defaults; then
  4.5477 -  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  4.5478 -  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  4.5479 -  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  4.5480 -fi
  4.5481 -
  4.5482 -# Have a temporary directory for convenience.  Make it in the build tree
  4.5483 -# simply because there is no reason against having it here, and in addition,
  4.5484 -# creating and moving files from /tmp can sometimes cause problems.
  4.5485 -# Hook for its removal unless debugging.
  4.5486 -# Note that there is a small window in which the directory will not be cleaned:
  4.5487 -# after its creation but before its name has been assigned to `$tmp'.
  4.5488 -$debug ||
  4.5489 -{
  4.5490 -  tmp= ac_tmp=
  4.5491 -  trap 'exit_status=$?
  4.5492 -  : "${ac_tmp:=$tmp}"
  4.5493 -  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
  4.5494 -' 0
  4.5495 -  trap 'as_fn_exit 1' 1 2 13 15
  4.5496 -}
  4.5497 -# Create a (secure) tmp directory for tmp files.
  4.5498 -
  4.5499 -{
  4.5500 -  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  4.5501 -  test -d "$tmp"
  4.5502 -}  ||
  4.5503 -{
  4.5504 -  tmp=./conf$$-$RANDOM
  4.5505 -  (umask 077 && mkdir "$tmp")
  4.5506 -} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
  4.5507 -ac_tmp=$tmp
  4.5508 -
  4.5509 -# Set up the scripts for CONFIG_FILES section.
  4.5510 -# No need to generate them if there are no CONFIG_FILES.
  4.5511 -# This happens for instance with `./config.status config.h'.
  4.5512 -if test -n "$CONFIG_FILES"; then
  4.5513 -
  4.5514 -
  4.5515 -ac_cr=`echo X | tr X '\015'`
  4.5516 -# On cygwin, bash can eat \r inside `` if the user requested igncr.
  4.5517 -# But we know of no other shell where ac_cr would be empty at this
  4.5518 -# point, so we can use a bashism as a fallback.
  4.5519 -if test "x$ac_cr" = x; then
  4.5520 -  eval ac_cr=\$\'\\r\'
  4.5521 -fi
  4.5522 -ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
  4.5523 -if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  4.5524 -  ac_cs_awk_cr='\\r'
  4.5525 -else
  4.5526 -  ac_cs_awk_cr=$ac_cr
  4.5527 -fi
  4.5528 -
  4.5529 -echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
  4.5530 -_ACEOF
  4.5531 -
  4.5532 -
  4.5533 -{
  4.5534 -  echo "cat >conf$$subs.awk <<_ACEOF" &&
  4.5535 -  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
  4.5536 -  echo "_ACEOF"
  4.5537 -} >conf$$subs.sh ||
  4.5538 -  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  4.5539 -ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
  4.5540 -ac_delim='%!_!# '
  4.5541 -for ac_last_try in false false false false false :; do
  4.5542 -  . ./conf$$subs.sh ||
  4.5543 -    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  4.5544 -
  4.5545 -  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
  4.5546 -  if test $ac_delim_n = $ac_delim_num; then
  4.5547 -    break
  4.5548 -  elif $ac_last_try; then
  4.5549 -    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  4.5550 -  else
  4.5551 -    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  4.5552 -  fi
  4.5553 -done
  4.5554 -rm -f conf$$subs.sh
  4.5555 -
  4.5556 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  4.5557 -cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
  4.5558 -_ACEOF
  4.5559 -sed -n '
  4.5560 -h
  4.5561 -s/^/S["/; s/!.*/"]=/
  4.5562 -p
  4.5563 -g
  4.5564 -s/^[^!]*!//
  4.5565 -:repl
  4.5566 -t repl
  4.5567 -s/'"$ac_delim"'$//
  4.5568 -t delim
  4.5569 -:nl
  4.5570 -h
  4.5571 -s/\(.\{148\}\)..*/\1/
  4.5572 -t more1
  4.5573 -s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
  4.5574 -p
  4.5575 -n
  4.5576 -b repl
  4.5577 -:more1
  4.5578 -s/["\\]/\\&/g; s/^/"/; s/$/"\\/
  4.5579 -p
  4.5580 -g
  4.5581 -s/.\{148\}//
  4.5582 -t nl
  4.5583 -:delim
  4.5584 -h
  4.5585 -s/\(.\{148\}\)..*/\1/
  4.5586 -t more2
  4.5587 -s/["\\]/\\&/g; s/^/"/; s/$/"/
  4.5588 -p
  4.5589 -b
  4.5590 -:more2
  4.5591 -s/["\\]/\\&/g; s/^/"/; s/$/"\\/
  4.5592 -p
  4.5593 -g
  4.5594 -s/.\{148\}//
  4.5595 -t delim
  4.5596 -' <conf$$subs.awk | sed '
  4.5597 -/^[^""]/{
  4.5598 -  N
  4.5599 -  s/\n//
  4.5600 -}
  4.5601 -' >>$CONFIG_STATUS || ac_write_fail=1
  4.5602 -rm -f conf$$subs.awk
  4.5603 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  4.5604 -_ACAWK
  4.5605 -cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
  4.5606 -  for (key in S) S_is_set[key] = 1
  4.5607 -  FS = ""
  4.5608 -
  4.5609 -}
  4.5610 -{
  4.5611 -  line = $ 0
  4.5612 -  nfields = split(line, field, "@")
  4.5613 -  substed = 0
  4.5614 -  len = length(field[1])
  4.5615 -  for (i = 2; i < nfields; i++) {
  4.5616 -    key = field[i]
  4.5617 -    keylen = length(key)
  4.5618 -    if (S_is_set[key]) {
  4.5619 -      value = S[key]
  4.5620 -      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
  4.5621 -      len += length(value) + length(field[++i])
  4.5622 -      substed = 1
  4.5623 -    } else
  4.5624 -      len += 1 + keylen
  4.5625 -  }
  4.5626 -
  4.5627 -  print line
  4.5628 -}
  4.5629 -
  4.5630 -_ACAWK
  4.5631 -_ACEOF
  4.5632 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  4.5633 -if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  4.5634 -  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  4.5635 -else
  4.5636 -  cat
  4.5637 -fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  4.5638 -  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
  4.5639 -_ACEOF
  4.5640 -
  4.5641 -# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
  4.5642 -# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
  4.5643 -# trailing colons and then remove the whole line if VPATH becomes empty
  4.5644 -# (actually we leave an empty line to preserve line numbers).
  4.5645 -if test "x$srcdir" = x.; then
  4.5646 -  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
  4.5647 -h
  4.5648 -s///
  4.5649 -s/^/:/
  4.5650 -s/[	 ]*$/:/
  4.5651 -s/:\$(srcdir):/:/g
  4.5652 -s/:\${srcdir}:/:/g
  4.5653 -s/:@srcdir@:/:/g
  4.5654 -s/^:*//
  4.5655 -s/:*$//
  4.5656 -x
  4.5657 -s/\(=[	 ]*\).*/\1/
  4.5658 -G
  4.5659 -s/\n//
  4.5660 -s/^[^=]*=[	 ]*$//
  4.5661 -}'
  4.5662 -fi
  4.5663 -
  4.5664 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  4.5665 -fi # test -n "$CONFIG_FILES"
  4.5666 -
  4.5667 -# Set up the scripts for CONFIG_HEADERS section.
  4.5668 -# No need to generate them if there are no CONFIG_HEADERS.
  4.5669 -# This happens for instance with `./config.status Makefile'.
  4.5670 -if test -n "$CONFIG_HEADERS"; then
  4.5671 -cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
  4.5672 -BEGIN {
  4.5673 -_ACEOF
  4.5674 -
  4.5675 -# Transform confdefs.h into an awk script `defines.awk', embedded as
  4.5676 -# here-document in config.status, that substitutes the proper values into
  4.5677 -# config.h.in to produce config.h.
  4.5678 -
  4.5679 -# Create a delimiter string that does not exist in confdefs.h, to ease
  4.5680 -# handling of long lines.
  4.5681 -ac_delim='%!_!# '
  4.5682 -for ac_last_try in false false :; do
  4.5683 -  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
  4.5684 -  if test -z "$ac_tt"; then
  4.5685 -    break
  4.5686 -  elif $ac_last_try; then
  4.5687 -    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
  4.5688 -  else
  4.5689 -    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  4.5690 -  fi
  4.5691 -done
  4.5692 -
  4.5693 -# For the awk script, D is an array of macro values keyed by name,
  4.5694 -# likewise P contains macro parameters if any.  Preserve backslash
  4.5695 -# newline sequences.
  4.5696 -
  4.5697 -ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
  4.5698 -sed -n '
  4.5699 -s/.\{148\}/&'"$ac_delim"'/g
  4.5700 -t rset
  4.5701 -:rset
  4.5702 -s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
  4.5703 -t def
  4.5704 -d
  4.5705 -:def
  4.5706 -s/\\$//
  4.5707 -t bsnl
  4.5708 -s/["\\]/\\&/g
  4.5709 -s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
  4.5710 -D["\1"]=" \3"/p
  4.5711 -s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
  4.5712 -d
  4.5713 -:bsnl
  4.5714 -s/["\\]/\\&/g
  4.5715 -s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
  4.5716 -D["\1"]=" \3\\\\\\n"\\/p
  4.5717 -t cont
  4.5718 -s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
  4.5719 -t cont
  4.5720 -d
  4.5721 -:cont
  4.5722 -n
  4.5723 -s/.\{148\}/&'"$ac_delim"'/g
  4.5724 -t clear
  4.5725 -:clear
  4.5726 -s/\\$//
  4.5727 -t bsnlc
  4.5728 -s/["\\]/\\&/g; s/^/"/; s/$/"/p
  4.5729 -d
  4.5730 -:bsnlc
  4.5731 -s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
  4.5732 -b cont
  4.5733 -' <confdefs.h | sed '
  4.5734 -s/'"$ac_delim"'/"\\\
  4.5735 -"/g' >>$CONFIG_STATUS || ac_write_fail=1
  4.5736 -
  4.5737 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  4.5738 -  for (key in D) D_is_set[key] = 1
  4.5739 -  FS = ""
  4.5740 -}
  4.5741 -/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
  4.5742 -  line = \$ 0
  4.5743 -  split(line, arg, " ")
  4.5744 -  if (arg[1] == "#") {
  4.5745 -    defundef = arg[2]
  4.5746 -    mac1 = arg[3]
  4.5747 -  } else {
  4.5748 -    defundef = substr(arg[1], 2)
  4.5749 -    mac1 = arg[2]
  4.5750 -  }
  4.5751 -  split(mac1, mac2, "(") #)
  4.5752 -  macro = mac2[1]
  4.5753 -  prefix = substr(line, 1, index(line, defundef) - 1)
  4.5754 -  if (D_is_set[macro]) {
  4.5755 -    # Preserve the white space surrounding the "#".
  4.5756 -    print prefix "define", macro P[macro] D[macro]
  4.5757 -    next
  4.5758 -  } else {
  4.5759 -    # Replace #undef with comments.  This is necessary, for example,
  4.5760 -    # in the case of _POSIX_SOURCE, which is predefined and required
  4.5761 -    # on some systems where configure will not decide to define it.
  4.5762 -    if (defundef == "undef") {
  4.5763 -      print "/*", prefix defundef, macro, "*/"
  4.5764 -      next
  4.5765 -    }
  4.5766 -  }
  4.5767 -}
  4.5768 -{ print }
  4.5769 -_ACAWK
  4.5770 -_ACEOF
  4.5771 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  4.5772 -  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
  4.5773 -fi # test -n "$CONFIG_HEADERS"
  4.5774 -
  4.5775 -
  4.5776 -eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
  4.5777 -shift
  4.5778 -for ac_tag
  4.5779 -do
  4.5780 -  case $ac_tag in
  4.5781 -  :[FHLC]) ac_mode=$ac_tag; continue;;
  4.5782 -  esac
  4.5783 -  case $ac_mode$ac_tag in
  4.5784 -  :[FHL]*:*);;
  4.5785 -  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  4.5786 -  :[FH]-) ac_tag=-:-;;
  4.5787 -  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  4.5788 -  esac
  4.5789 -  ac_save_IFS=$IFS
  4.5790 -  IFS=:
  4.5791 -  set x $ac_tag
  4.5792 -  IFS=$ac_save_IFS
  4.5793 -  shift
  4.5794 -  ac_file=$1
  4.5795 -  shift
  4.5796 -
  4.5797 -  case $ac_mode in
  4.5798 -  :L) ac_source=$1;;
  4.5799 -  :[FH])
  4.5800 -    ac_file_inputs=
  4.5801 -    for ac_f
  4.5802 -    do
  4.5803 -      case $ac_f in
  4.5804 -      -) ac_f="$ac_tmp/stdin";;
  4.5805 -      *) # Look for the file first in the build tree, then in the source tree
  4.5806 -	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
  4.5807 -	 # because $ac_f cannot contain `:'.
  4.5808 -	 test -f "$ac_f" ||
  4.5809 -	   case $ac_f in
  4.5810 -	   [\\/$]*) false;;
  4.5811 -	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  4.5812 -	   esac ||
  4.5813 -	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  4.5814 -      esac
  4.5815 -      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
  4.5816 -      as_fn_append ac_file_inputs " '$ac_f'"
  4.5817 -    done
  4.5818 -
  4.5819 -    # Let's still pretend it is `configure' which instantiates (i.e., don't
  4.5820 -    # use $as_me), people would be surprised to read:
  4.5821 -    #    /* config.h.  Generated by config.status.  */
  4.5822 -    configure_input='Generated from '`
  4.5823 -	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
  4.5824 -	`' by configure.'
  4.5825 -    if test x"$ac_file" != x-; then
  4.5826 -      configure_input="$ac_file.  $configure_input"
  4.5827 -      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
  4.5828 -$as_echo "$as_me: creating $ac_file" >&6;}
  4.5829 -    fi
  4.5830 -    # Neutralize special characters interpreted by sed in replacement strings.
  4.5831 -    case $configure_input in #(
  4.5832 -    *\&* | *\|* | *\\* )
  4.5833 -       ac_sed_conf_input=`$as_echo "$configure_input" |
  4.5834 -       sed 's/[\\\\&|]/\\\\&/g'`;; #(
  4.5835 -    *) ac_sed_conf_input=$configure_input;;
  4.5836 -    esac
  4.5837 -
  4.5838 -    case $ac_tag in
  4.5839 -    *:-:* | *:-) cat >"$ac_tmp/stdin" \
  4.5840 -      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
  4.5841 -    esac
  4.5842 -    ;;
  4.5843 -  esac
  4.5844 -
  4.5845 -  ac_dir=`$as_dirname -- "$ac_file" ||
  4.5846 -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  4.5847 -	 X"$ac_file" : 'X\(//\)[^/]' \| \
  4.5848 -	 X"$ac_file" : 'X\(//\)$' \| \
  4.5849 -	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
  4.5850 -$as_echo X"$ac_file" |
  4.5851 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  4.5852 -	    s//\1/
  4.5853 -	    q
  4.5854 -	  }
  4.5855 -	  /^X\(\/\/\)[^/].*/{
  4.5856 -	    s//\1/
  4.5857 -	    q
  4.5858 -	  }
  4.5859 -	  /^X\(\/\/\)$/{
  4.5860 -	    s//\1/
  4.5861 -	    q
  4.5862 -	  }
  4.5863 -	  /^X\(\/\).*/{
  4.5864 -	    s//\1/
  4.5865 -	    q
  4.5866 -	  }
  4.5867 -	  s/.*/./; q'`
  4.5868 -  as_dir="$ac_dir"; as_fn_mkdir_p
  4.5869 -  ac_builddir=.
  4.5870 -
  4.5871 -case "$ac_dir" in
  4.5872 -.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  4.5873 -*)
  4.5874 -  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  4.5875 -  # A ".." for each directory in $ac_dir_suffix.
  4.5876 -  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  4.5877 -  case $ac_top_builddir_sub in
  4.5878 -  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  4.5879 -  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  4.5880 -  esac ;;
  4.5881 -esac
  4.5882 -ac_abs_top_builddir=$ac_pwd
  4.5883 -ac_abs_builddir=$ac_pwd$ac_dir_suffix
  4.5884 -# for backward compatibility:
  4.5885 -ac_top_builddir=$ac_top_build_prefix
  4.5886 -
  4.5887 -case $srcdir in
  4.5888 -  .)  # We are building in place.
  4.5889 -    ac_srcdir=.
  4.5890 -    ac_top_srcdir=$ac_top_builddir_sub
  4.5891 -    ac_abs_top_srcdir=$ac_pwd ;;
  4.5892 -  [\\/]* | ?:[\\/]* )  # Absolute name.
  4.5893 -    ac_srcdir=$srcdir$ac_dir_suffix;
  4.5894 -    ac_top_srcdir=$srcdir
  4.5895 -    ac_abs_top_srcdir=$srcdir ;;
  4.5896 -  *) # Relative name.
  4.5897 -    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  4.5898 -    ac_top_srcdir=$ac_top_build_prefix$srcdir
  4.5899 -    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  4.5900 -esac
  4.5901 -ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  4.5902 -
  4.5903 -
  4.5904 -  case $ac_mode in
  4.5905 -  :F)
  4.5906 -  #
  4.5907 -  # CONFIG_FILE
  4.5908 -  #
  4.5909 -
  4.5910 -  case $INSTALL in
  4.5911 -  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  4.5912 -  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  4.5913 -  esac
  4.5914 -  ac_MKDIR_P=$MKDIR_P
  4.5915 -  case $MKDIR_P in
  4.5916 -  [\\/$]* | ?:[\\/]* ) ;;
  4.5917 -  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  4.5918 -  esac
  4.5919 -_ACEOF
  4.5920 -
  4.5921 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  4.5922 -# If the template does not know about datarootdir, expand it.
  4.5923 -# FIXME: This hack should be removed a few years after 2.60.
  4.5924 -ac_datarootdir_hack=; ac_datarootdir_seen=
  4.5925 -ac_sed_dataroot='
  4.5926 -/datarootdir/ {
  4.5927 -  p
  4.5928 -  q
  4.5929 -}
  4.5930 -/@datadir@/p
  4.5931 -/@docdir@/p
  4.5932 -/@infodir@/p
  4.5933 -/@localedir@/p
  4.5934 -/@mandir@/p'
  4.5935 -case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
  4.5936 -*datarootdir*) ac_datarootdir_seen=yes;;
  4.5937 -*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  4.5938 -  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
  4.5939 -$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  4.5940 -_ACEOF
  4.5941 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  4.5942 -  ac_datarootdir_hack='
  4.5943 -  s&@datadir@&$datadir&g
  4.5944 -  s&@docdir@&$docdir&g
  4.5945 -  s&@infodir@&$infodir&g
  4.5946 -  s&@localedir@&$localedir&g
  4.5947 -  s&@mandir@&$mandir&g
  4.5948 -  s&\\\${datarootdir}&$datarootdir&g' ;;
  4.5949 -esac
  4.5950 -_ACEOF
  4.5951 -
  4.5952 -# Neutralize VPATH when `$srcdir' = `.'.
  4.5953 -# Shell code in configure.ac might set extrasub.
  4.5954 -# FIXME: do we really want to maintain this feature?
  4.5955 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  4.5956 -ac_sed_extra="$ac_vpsub
  4.5957 -$extrasub
  4.5958 -_ACEOF
  4.5959 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  4.5960 -:t
  4.5961 -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  4.5962 -s|@configure_input@|$ac_sed_conf_input|;t t
  4.5963 -s&@top_builddir@&$ac_top_builddir_sub&;t t
  4.5964 -s&@top_build_prefix@&$ac_top_build_prefix&;t t
  4.5965 -s&@srcdir@&$ac_srcdir&;t t
  4.5966 -s&@abs_srcdir@&$ac_abs_srcdir&;t t
  4.5967 -s&@top_srcdir@&$ac_top_srcdir&;t t
  4.5968 -s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
  4.5969 -s&@builddir@&$ac_builddir&;t t
  4.5970 -s&@abs_builddir@&$ac_abs_builddir&;t t
  4.5971 -s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  4.5972 -s&@INSTALL@&$ac_INSTALL&;t t
  4.5973 -s&@MKDIR_P@&$ac_MKDIR_P&;t t
  4.5974 -$ac_datarootdir_hack
  4.5975 -"
  4.5976 -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  4.5977 -  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  4.5978 -
  4.5979 -test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  4.5980 -  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  4.5981 -  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
  4.5982 -      "$ac_tmp/out"`; test -z "$ac_out"; } &&
  4.5983 -  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  4.5984 -which seems to be undefined.  Please make sure it is defined" >&5
  4.5985 -$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  4.5986 -which seems to be undefined.  Please make sure it is defined" >&2;}
  4.5987 -
  4.5988 -  rm -f "$ac_tmp/stdin"
  4.5989 -  case $ac_file in
  4.5990 -  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  4.5991 -  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  4.5992 -  esac \
  4.5993 -  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  4.5994 - ;;
  4.5995 -  :H)
  4.5996 -  #
  4.5997 -  # CONFIG_HEADER
  4.5998 -  #
  4.5999 -  if test x"$ac_file" != x-; then
  4.6000 -    {
  4.6001 -      $as_echo "/* $configure_input  */" \
  4.6002 -      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
  4.6003 -    } >"$ac_tmp/config.h" \
  4.6004 -      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  4.6005 -    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
  4.6006 -      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
  4.6007 -$as_echo "$as_me: $ac_file is unchanged" >&6;}
  4.6008 -    else
  4.6009 -      rm -f "$ac_file"
  4.6010 -      mv "$ac_tmp/config.h" "$ac_file" \
  4.6011 -	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
  4.6012 -    fi
  4.6013 -  else
  4.6014 -    $as_echo "/* $configure_input  */" \
  4.6015 -      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
  4.6016 -      || as_fn_error $? "could not create -" "$LINENO" 5
  4.6017 -  fi
  4.6018 -# Compute "$ac_file"'s index in $config_headers.
  4.6019 -_am_arg="$ac_file"
  4.6020 -_am_stamp_count=1
  4.6021 -for _am_header in $config_headers :; do
  4.6022 -  case $_am_header in
  4.6023 -    $_am_arg | $_am_arg:* )
  4.6024 -      break ;;
  4.6025 -    * )
  4.6026 -      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  4.6027 -  esac
  4.6028 -done
  4.6029 -echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
  4.6030 -$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  4.6031 -	 X"$_am_arg" : 'X\(//\)[^/]' \| \
  4.6032 -	 X"$_am_arg" : 'X\(//\)$' \| \
  4.6033 -	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
  4.6034 -$as_echo X"$_am_arg" |
  4.6035 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  4.6036 -	    s//\1/
  4.6037 -	    q
  4.6038 -	  }
  4.6039 -	  /^X\(\/\/\)[^/].*/{
  4.6040 -	    s//\1/
  4.6041 -	    q
  4.6042 -	  }
  4.6043 -	  /^X\(\/\/\)$/{
  4.6044 -	    s//\1/
  4.6045 -	    q
  4.6046 -	  }
  4.6047 -	  /^X\(\/\).*/{
  4.6048 -	    s//\1/
  4.6049 -	    q
  4.6050 -	  }
  4.6051 -	  s/.*/./; q'`/stamp-h$_am_stamp_count
  4.6052 - ;;
  4.6053 -
  4.6054 -  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
  4.6055 -$as_echo "$as_me: executing $ac_file commands" >&6;}
  4.6056 - ;;
  4.6057 -  esac
  4.6058 -
  4.6059 -
  4.6060 -  case $ac_file$ac_mode in
  4.6061 -    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  4.6062 -  # Older Autoconf quotes --file arguments for eval, but not when files
  4.6063 -  # are listed without --file.  Let's play safe and only enable the eval
  4.6064 -  # if we detect the quoting.
  4.6065 -  case $CONFIG_FILES in
  4.6066 -  *\'*) eval set x "$CONFIG_FILES" ;;
  4.6067 -  *)   set x $CONFIG_FILES ;;
  4.6068 -  esac
  4.6069 -  shift
  4.6070 -  for mf
  4.6071 -  do
  4.6072 -    # Strip MF so we end up with the name of the file.
  4.6073 -    mf=`echo "$mf" | sed -e 's/:.*$//'`
  4.6074 -    # Check whether this is an Automake generated Makefile or not.
  4.6075 -    # We used to match only the files named 'Makefile.in', but
  4.6076 -    # some people rename them; so instead we look at the file content.
  4.6077 -    # Grep'ing the first line is not enough: some people post-process
  4.6078 -    # each Makefile.in and add a new line on top of each file to say so.
  4.6079 -    # Grep'ing the whole file is not good either: AIX grep has a line
  4.6080 -    # limit of 2048, but all sed's we know have understand at least 4000.
  4.6081 -    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  4.6082 -      dirpart=`$as_dirname -- "$mf" ||
  4.6083 -$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  4.6084 -	 X"$mf" : 'X\(//\)[^/]' \| \
  4.6085 -	 X"$mf" : 'X\(//\)$' \| \
  4.6086 -	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
  4.6087 -$as_echo X"$mf" |
  4.6088 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  4.6089 -	    s//\1/
  4.6090 -	    q
  4.6091 -	  }
  4.6092 -	  /^X\(\/\/\)[^/].*/{
  4.6093 -	    s//\1/
  4.6094 -	    q
  4.6095 -	  }
  4.6096 -	  /^X\(\/\/\)$/{
  4.6097 -	    s//\1/
  4.6098 -	    q
  4.6099 -	  }
  4.6100 -	  /^X\(\/\).*/{
  4.6101 -	    s//\1/
  4.6102 -	    q
  4.6103 -	  }
  4.6104 -	  s/.*/./; q'`
  4.6105 -    else
  4.6106 -      continue
  4.6107 -    fi
  4.6108 -    # Extract the definition of DEPDIR, am__include, and am__quote
  4.6109 -    # from the Makefile without running 'make'.
  4.6110 -    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  4.6111 -    test -z "$DEPDIR" && continue
  4.6112 -    am__include=`sed -n 's/^am__include = //p' < "$mf"`
  4.6113 -    test -z "$am__include" && continue
  4.6114 -    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  4.6115 -    # Find all dependency output files, they are included files with
  4.6116 -    # $(DEPDIR) in their names.  We invoke sed twice because it is the
  4.6117 -    # simplest approach to changing $(DEPDIR) to its actual value in the
  4.6118 -    # expansion.
  4.6119 -    for file in `sed -n "
  4.6120 -      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  4.6121 -	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
  4.6122 -      # Make sure the directory exists.
  4.6123 -      test -f "$dirpart/$file" && continue
  4.6124 -      fdir=`$as_dirname -- "$file" ||
  4.6125 -$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  4.6126 -	 X"$file" : 'X\(//\)[^/]' \| \
  4.6127 -	 X"$file" : 'X\(//\)$' \| \
  4.6128 -	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
  4.6129 -$as_echo X"$file" |
  4.6130 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  4.6131 -	    s//\1/
  4.6132 -	    q
  4.6133 -	  }
  4.6134 -	  /^X\(\/\/\)[^/].*/{
  4.6135 -	    s//\1/
  4.6136 -	    q
  4.6137 -	  }
  4.6138 -	  /^X\(\/\/\)$/{
  4.6139 -	    s//\1/
  4.6140 -	    q
  4.6141 -	  }
  4.6142 -	  /^X\(\/\).*/{
  4.6143 -	    s//\1/
  4.6144 -	    q
  4.6145 -	  }
  4.6146 -	  s/.*/./; q'`
  4.6147 -      as_dir=$dirpart/$fdir; as_fn_mkdir_p
  4.6148 -      # echo "creating $dirpart/$file"
  4.6149 -      echo '# dummy' > "$dirpart/$file"
  4.6150 -    done
  4.6151 -  done
  4.6152 -}
  4.6153 - ;;
  4.6154 -
  4.6155 -  esac
  4.6156 -done # for ac_tag
  4.6157 -
  4.6158 -
  4.6159 -as_fn_exit 0
  4.6160 -_ACEOF
  4.6161 -ac_clean_files=$ac_clean_files_save
  4.6162 -
  4.6163 -test $ac_write_fail = 0 ||
  4.6164 -  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
  4.6165 -
  4.6166 -
  4.6167 -# configure is writing to config.log, and then calls config.status.
  4.6168 -# config.status does its own redirection, appending to config.log.
  4.6169 -# Unfortunately, on DOS this fails, as config.log is still kept open
  4.6170 -# by configure, so config.status won't be able to write to it; its
  4.6171 -# output is simply discarded.  So we exec the FD to /dev/null,
  4.6172 -# effectively closing config.log, so it can be properly (re)opened and
  4.6173 -# appended to by config.status.  When coming back to configure, we
  4.6174 -# need to make the FD available again.
  4.6175 -if test "$no_create" != yes; then
  4.6176 -  ac_cs_success=:
  4.6177 -  ac_config_status_args=
  4.6178 -  test "$silent" = yes &&
  4.6179 -    ac_config_status_args="$ac_config_status_args --quiet"
  4.6180 -  exec 5>/dev/null
  4.6181 -  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  4.6182 -  exec 5>>config.log
  4.6183 -  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  4.6184 -  # would make configure fail if this is the last instruction.
  4.6185 -  $ac_cs_success || as_fn_exit 1
  4.6186 -fi
  4.6187 -if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
  4.6188 -  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
  4.6189 -$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
  4.6190 -fi
  4.6191 -
     5.1 --- a/configure.ac	Wed May 31 12:51:24 2017 +0200
     5.2 +++ b/configure.ac	Thu Jun 01 17:29:12 2017 +0200
     5.3 @@ -45,6 +45,9 @@
     5.4  # Checks for header files.
     5.5  AC_CHECK_HEADERS([stdlib.h string.h dirent.h regex.h])
     5.6  
     5.7 +# Check for regex function.
     5.8 +AC_SEARCH_LIBS(regexec, regex)
     5.9 +
    5.10  # Checks for typedefs, structures, and compiler characteristics.
    5.11  AC_CHECK_HEADER_STDBOOL
    5.12  AC_TYPE_SIZE_T
     6.1 --- a/depcomp	Wed May 31 12:51:24 2017 +0200
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,791 +0,0 @@
     6.4 -#! /bin/sh
     6.5 -# depcomp - compile a program generating dependencies as side-effects
     6.6 -
     6.7 -scriptversion=2013-05-30.07; # UTC
     6.8 -
     6.9 -# Copyright (C) 1999-2013 Free Software Foundation, Inc.
    6.10 -
    6.11 -# This program is free software; you can redistribute it and/or modify
    6.12 -# it under the terms of the GNU General Public License as published by
    6.13 -# the Free Software Foundation; either version 2, or (at your option)
    6.14 -# any later version.
    6.15 -
    6.16 -# This program is distributed in the hope that it will be useful,
    6.17 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
    6.18 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    6.19 -# GNU General Public License for more details.
    6.20 -
    6.21 -# You should have received a copy of the GNU General Public License
    6.22 -# along with this program.  If not, see <http://www.gnu.org/licenses/>.
    6.23 -
    6.24 -# As a special exception to the GNU General Public License, if you
    6.25 -# distribute this file as part of a program that contains a
    6.26 -# configuration script generated by Autoconf, you may include it under
    6.27 -# the same distribution terms that you use for the rest of that program.
    6.28 -
    6.29 -# Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>.
    6.30 -
    6.31 -case $1 in
    6.32 -  '')
    6.33 -    echo "$0: No command.  Try '$0 --help' for more information." 1>&2
    6.34 -    exit 1;
    6.35 -    ;;
    6.36 -  -h | --h*)
    6.37 -    cat <<\EOF
    6.38 -Usage: depcomp [--help] [--version] PROGRAM [ARGS]
    6.39 -
    6.40 -Run PROGRAMS ARGS to compile a file, generating dependencies
    6.41 -as side-effects.
    6.42 -
    6.43 -Environment variables:
    6.44 -  depmode     Dependency tracking mode.
    6.45 -  source      Source file read by 'PROGRAMS ARGS'.
    6.46 -  object      Object file output by 'PROGRAMS ARGS'.
    6.47 -  DEPDIR      directory where to store dependencies.
    6.48 -  depfile     Dependency file to output.
    6.49 -  tmpdepfile  Temporary file to use when outputting dependencies.
    6.50 -  libtool     Whether libtool is used (yes/no).
    6.51 -
    6.52 -Report bugs to <bug-automake@gnu.org>.
    6.53 -EOF
    6.54 -    exit $?
    6.55 -    ;;
    6.56 -  -v | --v*)
    6.57 -    echo "depcomp $scriptversion"
    6.58 -    exit $?
    6.59 -    ;;
    6.60 -esac
    6.61 -
    6.62 -# Get the directory component of the given path, and save it in the
    6.63 -# global variables '$dir'.  Note that this directory component will
    6.64 -# be either empty or ending with a '/' character.  This is deliberate.
    6.65 -set_dir_from ()
    6.66 -{
    6.67 -  case $1 in
    6.68 -    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
    6.69 -      *) dir=;;
    6.70 -  esac
    6.71 -}
    6.72 -
    6.73 -# Get the suffix-stripped basename of the given path, and save it the
    6.74 -# global variable '$base'.
    6.75 -set_base_from ()
    6.76 -{
    6.77 -  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
    6.78 -}
    6.79 -
    6.80 -# If no dependency file was actually created by the compiler invocation,
    6.81 -# we still have to create a dummy depfile, to avoid errors with the
    6.82 -# Makefile "include basename.Plo" scheme.
    6.83 -make_dummy_depfile ()
    6.84 -{
    6.85 -  echo "#dummy" > "$depfile"
    6.86 -}
    6.87 -
    6.88 -# Factor out some common post-processing of the generated depfile.
    6.89 -# Requires the auxiliary global variable '$tmpdepfile' to be set.
    6.90 -aix_post_process_depfile ()
    6.91 -{
    6.92 -  # If the compiler actually managed to produce a dependency file,
    6.93 -  # post-process it.
    6.94 -  if test -f "$tmpdepfile"; then
    6.95 -    # Each line is of the form 'foo.o: dependency.h'.
    6.96 -    # Do two passes, one to just change these to
    6.97 -    #   $object: dependency.h
    6.98 -    # and one to simply output
    6.99 -    #   dependency.h:
   6.100 -    # which is needed to avoid the deleted-header problem.
   6.101 -    { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile"
   6.102 -      sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
   6.103 -    } > "$depfile"
   6.104 -    rm -f "$tmpdepfile"
   6.105 -  else
   6.106 -    make_dummy_depfile
   6.107 -  fi
   6.108 -}
   6.109 -
   6.110 -# A tabulation character.
   6.111 -tab='	'
   6.112 -# A newline character.
   6.113 -nl='
   6.114 -'
   6.115 -# Character ranges might be problematic outside the C locale.
   6.116 -# These definitions help.
   6.117 -upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ
   6.118 -lower=abcdefghijklmnopqrstuvwxyz
   6.119 -digits=0123456789
   6.120 -alpha=${upper}${lower}
   6.121 -
   6.122 -if test -z "$depmode" || test -z "$source" || test -z "$object"; then
   6.123 -  echo "depcomp: Variables source, object and depmode must be set" 1>&2
   6.124 -  exit 1
   6.125 -fi
   6.126 -
   6.127 -# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po.
   6.128 -depfile=${depfile-`echo "$object" |
   6.129 -  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
   6.130 -tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
   6.131 -
   6.132 -rm -f "$tmpdepfile"
   6.133 -
   6.134 -# Avoid interferences from the environment.
   6.135 -gccflag= dashmflag=
   6.136 -
   6.137 -# Some modes work just like other modes, but use different flags.  We
   6.138 -# parameterize here, but still list the modes in the big case below,
   6.139 -# to make depend.m4 easier to write.  Note that we *cannot* use a case
   6.140 -# here, because this file can only contain one case statement.
   6.141 -if test "$depmode" = hp; then
   6.142 -  # HP compiler uses -M and no extra arg.
   6.143 -  gccflag=-M
   6.144 -  depmode=gcc
   6.145 -fi
   6.146 -
   6.147 -if test "$depmode" = dashXmstdout; then
   6.148 -  # This is just like dashmstdout with a different argument.
   6.149 -  dashmflag=-xM
   6.150 -  depmode=dashmstdout
   6.151 -fi
   6.152 -
   6.153 -cygpath_u="cygpath -u -f -"
   6.154 -if test "$depmode" = msvcmsys; then
   6.155 -  # This is just like msvisualcpp but w/o cygpath translation.
   6.156 -  # Just convert the backslash-escaped backslashes to single forward
   6.157 -  # slashes to satisfy depend.m4
   6.158 -  cygpath_u='sed s,\\\\,/,g'
   6.159 -  depmode=msvisualcpp
   6.160 -fi
   6.161 -
   6.162 -if test "$depmode" = msvc7msys; then
   6.163 -  # This is just like msvc7 but w/o cygpath translation.
   6.164 -  # Just convert the backslash-escaped backslashes to single forward
   6.165 -  # slashes to satisfy depend.m4
   6.166 -  cygpath_u='sed s,\\\\,/,g'
   6.167 -  depmode=msvc7
   6.168 -fi
   6.169 -
   6.170 -if test "$depmode" = xlc; then
   6.171 -  # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information.
   6.172 -  gccflag=-qmakedep=gcc,-MF
   6.173 -  depmode=gcc
   6.174 -fi
   6.175 -
   6.176 -case "$depmode" in
   6.177 -gcc3)
   6.178 -## gcc 3 implements dependency tracking that does exactly what
   6.179 -## we want.  Yay!  Note: for some reason libtool 1.4 doesn't like
   6.180 -## it if -MD -MP comes after the -MF stuff.  Hmm.
   6.181 -## Unfortunately, FreeBSD c89 acceptance of flags depends upon
   6.182 -## the command line argument order; so add the flags where they
   6.183 -## appear in depend2.am.  Note that the slowdown incurred here
   6.184 -## affects only configure: in makefiles, %FASTDEP% shortcuts this.
   6.185 -  for arg
   6.186 -  do
   6.187 -    case $arg in
   6.188 -    -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
   6.189 -    *)  set fnord "$@" "$arg" ;;
   6.190 -    esac
   6.191 -    shift # fnord
   6.192 -    shift # $arg
   6.193 -  done
   6.194 -  "$@"
   6.195 -  stat=$?
   6.196 -  if test $stat -ne 0; then
   6.197 -    rm -f "$tmpdepfile"
   6.198 -    exit $stat
   6.199 -  fi
   6.200 -  mv "$tmpdepfile" "$depfile"
   6.201 -  ;;
   6.202 -
   6.203 -gcc)
   6.204 -## Note that this doesn't just cater to obsosete pre-3.x GCC compilers.
   6.205 -## but also to in-use compilers like IMB xlc/xlC and the HP C compiler.
   6.206 -## (see the conditional assignment to $gccflag above).
   6.207 -## There are various ways to get dependency output from gcc.  Here's
   6.208 -## why we pick this rather obscure method:
   6.209 -## - Don't want to use -MD because we'd like the dependencies to end
   6.210 -##   up in a subdir.  Having to rename by hand is ugly.
   6.211 -##   (We might end up doing this anyway to support other compilers.)
   6.212 -## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
   6.213 -##   -MM, not -M (despite what the docs say).  Also, it might not be
   6.214 -##   supported by the other compilers which use the 'gcc' depmode.
   6.215 -## - Using -M directly means running the compiler twice (even worse
   6.216 -##   than renaming).
   6.217 -  if test -z "$gccflag"; then
   6.218 -    gccflag=-MD,
   6.219 -  fi
   6.220 -  "$@" -Wp,"$gccflag$tmpdepfile"
   6.221 -  stat=$?
   6.222 -  if test $stat -ne 0; then
   6.223 -    rm -f "$tmpdepfile"
   6.224 -    exit $stat
   6.225 -  fi
   6.226 -  rm -f "$depfile"
   6.227 -  echo "$object : \\" > "$depfile"
   6.228 -  # The second -e expression handles DOS-style file names with drive
   6.229 -  # letters.
   6.230 -  sed -e 's/^[^:]*: / /' \
   6.231 -      -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
   6.232 -## This next piece of magic avoids the "deleted header file" problem.
   6.233 -## The problem is that when a header file which appears in a .P file
   6.234 -## is deleted, the dependency causes make to die (because there is
   6.235 -## typically no way to rebuild the header).  We avoid this by adding
   6.236 -## dummy dependencies for each header file.  Too bad gcc doesn't do
   6.237 -## this for us directly.
   6.238 -## Some versions of gcc put a space before the ':'.  On the theory
   6.239 -## that the space means something, we add a space to the output as
   6.240 -## well.  hp depmode also adds that space, but also prefixes the VPATH
   6.241 -## to the object.  Take care to not repeat it in the output.
   6.242 -## Some versions of the HPUX 10.20 sed can't process this invocation
   6.243 -## correctly.  Breaking it into two sed invocations is a workaround.
   6.244 -  tr ' ' "$nl" < "$tmpdepfile" \
   6.245 -    | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
   6.246 -    | sed -e 's/$/ :/' >> "$depfile"
   6.247 -  rm -f "$tmpdepfile"
   6.248 -  ;;
   6.249 -
   6.250 -hp)
   6.251 -  # This case exists only to let depend.m4 do its work.  It works by
   6.252 -  # looking at the text of this script.  This case will never be run,
   6.253 -  # since it is checked for above.
   6.254 -  exit 1
   6.255 -  ;;
   6.256 -
   6.257 -sgi)
   6.258 -  if test "$libtool" = yes; then
   6.259 -    "$@" "-Wp,-MDupdate,$tmpdepfile"
   6.260 -  else
   6.261 -    "$@" -MDupdate "$tmpdepfile"
   6.262 -  fi
   6.263 -  stat=$?
   6.264 -  if test $stat -ne 0; then
   6.265 -    rm -f "$tmpdepfile"
   6.266 -    exit $stat
   6.267 -  fi
   6.268 -  rm -f "$depfile"
   6.269 -
   6.270 -  if test -f "$tmpdepfile"; then  # yes, the sourcefile depend on other files
   6.271 -    echo "$object : \\" > "$depfile"
   6.272 -    # Clip off the initial element (the dependent).  Don't try to be
   6.273 -    # clever and replace this with sed code, as IRIX sed won't handle
   6.274 -    # lines with more than a fixed number of characters (4096 in
   6.275 -    # IRIX 6.2 sed, 8192 in IRIX 6.5).  We also remove comment lines;
   6.276 -    # the IRIX cc adds comments like '#:fec' to the end of the
   6.277 -    # dependency line.
   6.278 -    tr ' ' "$nl" < "$tmpdepfile" \
   6.279 -      | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \
   6.280 -      | tr "$nl" ' ' >> "$depfile"
   6.281 -    echo >> "$depfile"
   6.282 -    # The second pass generates a dummy entry for each header file.
   6.283 -    tr ' ' "$nl" < "$tmpdepfile" \
   6.284 -      | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
   6.285 -      >> "$depfile"
   6.286 -  else
   6.287 -    make_dummy_depfile
   6.288 -  fi
   6.289 -  rm -f "$tmpdepfile"
   6.290 -  ;;
   6.291 -
   6.292 -xlc)
   6.293 -  # This case exists only to let depend.m4 do its work.  It works by
   6.294 -  # looking at the text of this script.  This case will never be run,
   6.295 -  # since it is checked for above.
   6.296 -  exit 1
   6.297 -  ;;
   6.298 -
   6.299 -aix)
   6.300 -  # The C for AIX Compiler uses -M and outputs the dependencies
   6.301 -  # in a .u file.  In older versions, this file always lives in the
   6.302 -  # current directory.  Also, the AIX compiler puts '$object:' at the
   6.303 -  # start of each line; $object doesn't have directory information.
   6.304 -  # Version 6 uses the directory in both cases.
   6.305 -  set_dir_from "$object"
   6.306 -  set_base_from "$object"
   6.307 -  if test "$libtool" = yes; then
   6.308 -    tmpdepfile1=$dir$base.u
   6.309 -    tmpdepfile2=$base.u
   6.310 -    tmpdepfile3=$dir.libs/$base.u
   6.311 -    "$@" -Wc,-M
   6.312 -  else
   6.313 -    tmpdepfile1=$dir$base.u
   6.314 -    tmpdepfile2=$dir$base.u
   6.315 -    tmpdepfile3=$dir$base.u
   6.316 -    "$@" -M
   6.317 -  fi
   6.318 -  stat=$?
   6.319 -  if test $stat -ne 0; then
   6.320 -    rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
   6.321 -    exit $stat
   6.322 -  fi
   6.323 -
   6.324 -  for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
   6.325 -  do
   6.326 -    test -f "$tmpdepfile" && break
   6.327 -  done
   6.328 -  aix_post_process_depfile
   6.329 -  ;;
   6.330 -
   6.331 -tcc)
   6.332 -  # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
   6.333 -  # FIXME: That version still under development at the moment of writing.
   6.334 -  #        Make that this statement remains true also for stable, released
   6.335 -  #        versions.
   6.336 -  # It will wrap lines (doesn't matter whether long or short) with a
   6.337 -  # trailing '\', as in:
   6.338 -  #
   6.339 -  #   foo.o : \
   6.340 -  #    foo.c \
   6.341 -  #    foo.h \
   6.342 -  #
   6.343 -  # It will put a trailing '\' even on the last line, and will use leading
   6.344 -  # spaces rather than leading tabs (at least since its commit 0394caf7
   6.345 -  # "Emit spaces for -MD").
   6.346 -  "$@" -MD -MF "$tmpdepfile"
   6.347 -  stat=$?
   6.348 -  if test $stat -ne 0; then
   6.349 -    rm -f "$tmpdepfile"
   6.350 -    exit $stat
   6.351 -  fi
   6.352 -  rm -f "$depfile"
   6.353 -  # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'.
   6.354 -  # We have to change lines of the first kind to '$object: \'.
   6.355 -  sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile"
   6.356 -  # And for each line of the second kind, we have to emit a 'dep.h:'
   6.357 -  # dummy dependency, to avoid the deleted-header problem.
   6.358 -  sed -n -e 's|^  *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile"
   6.359 -  rm -f "$tmpdepfile"
   6.360 -  ;;
   6.361 -
   6.362 -## The order of this option in the case statement is important, since the
   6.363 -## shell code in configure will try each of these formats in the order
   6.364 -## listed in this file.  A plain '-MD' option would be understood by many
   6.365 -## compilers, so we must ensure this comes after the gcc and icc options.
   6.366 -pgcc)
   6.367 -  # Portland's C compiler understands '-MD'.
   6.368 -  # Will always output deps to 'file.d' where file is the root name of the
   6.369 -  # source file under compilation, even if file resides in a subdirectory.
   6.370 -  # The object file name does not affect the name of the '.d' file.
   6.371 -  # pgcc 10.2 will output
   6.372 -  #    foo.o: sub/foo.c sub/foo.h
   6.373 -  # and will wrap long lines using '\' :
   6.374 -  #    foo.o: sub/foo.c ... \
   6.375 -  #     sub/foo.h ... \
   6.376 -  #     ...
   6.377 -  set_dir_from "$object"
   6.378 -  # Use the source, not the object, to determine the base name, since
   6.379 -  # that's sadly what pgcc will do too.
   6.380 -  set_base_from "$source"
   6.381 -  tmpdepfile=$base.d
   6.382 -
   6.383 -  # For projects that build the same source file twice into different object
   6.384 -  # files, the pgcc approach of using the *source* file root name can cause
   6.385 -  # problems in parallel builds.  Use a locking strategy to avoid stomping on
   6.386 -  # the same $tmpdepfile.
   6.387 -  lockdir=$base.d-lock
   6.388 -  trap "
   6.389 -    echo '$0: caught signal, cleaning up...' >&2
   6.390 -    rmdir '$lockdir'
   6.391 -    exit 1
   6.392 -  " 1 2 13 15
   6.393 -  numtries=100
   6.394 -  i=$numtries
   6.395 -  while test $i -gt 0; do
   6.396 -    # mkdir is a portable test-and-set.
   6.397 -    if mkdir "$lockdir" 2>/dev/null; then
   6.398 -      # This process acquired the lock.
   6.399 -      "$@" -MD
   6.400 -      stat=$?
   6.401 -      # Release the lock.
   6.402 -      rmdir "$lockdir"
   6.403 -      break
   6.404 -    else
   6.405 -      # If the lock is being held by a different process, wait
   6.406 -      # until the winning process is done or we timeout.
   6.407 -      while test -d "$lockdir" && test $i -gt 0; do
   6.408 -        sleep 1
   6.409 -        i=`expr $i - 1`
   6.410 -      done
   6.411 -    fi
   6.412 -    i=`expr $i - 1`
   6.413 -  done
   6.414 -  trap - 1 2 13 15
   6.415 -  if test $i -le 0; then
   6.416 -    echo "$0: failed to acquire lock after $numtries attempts" >&2
   6.417 -    echo "$0: check lockdir '$lockdir'" >&2
   6.418 -    exit 1
   6.419 -  fi
   6.420 -
   6.421 -  if test $stat -ne 0; then
   6.422 -    rm -f "$tmpdepfile"
   6.423 -    exit $stat
   6.424 -  fi
   6.425 -  rm -f "$depfile"
   6.426 -  # Each line is of the form `foo.o: dependent.h',
   6.427 -  # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
   6.428 -  # Do two passes, one to just change these to
   6.429 -  # `$object: dependent.h' and one to simply `dependent.h:'.
   6.430 -  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
   6.431 -  # Some versions of the HPUX 10.20 sed can't process this invocation
   6.432 -  # correctly.  Breaking it into two sed invocations is a workaround.
   6.433 -  sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \
   6.434 -    | sed -e 's/$/ :/' >> "$depfile"
   6.435 -  rm -f "$tmpdepfile"
   6.436 -  ;;
   6.437 -
   6.438 -hp2)
   6.439 -  # The "hp" stanza above does not work with aCC (C++) and HP's ia64
   6.440 -  # compilers, which have integrated preprocessors.  The correct option
   6.441 -  # to use with these is +Maked; it writes dependencies to a file named
   6.442 -  # 'foo.d', which lands next to the object file, wherever that
   6.443 -  # happens to be.
   6.444 -  # Much of this is similar to the tru64 case; see comments there.
   6.445 -  set_dir_from  "$object"
   6.446 -  set_base_from "$object"
   6.447 -  if test "$libtool" = yes; then
   6.448 -    tmpdepfile1=$dir$base.d
   6.449 -    tmpdepfile2=$dir.libs/$base.d
   6.450 -    "$@" -Wc,+Maked
   6.451 -  else
   6.452 -    tmpdepfile1=$dir$base.d
   6.453 -    tmpdepfile2=$dir$base.d
   6.454 -    "$@" +Maked
   6.455 -  fi
   6.456 -  stat=$?
   6.457 -  if test $stat -ne 0; then
   6.458 -     rm -f "$tmpdepfile1" "$tmpdepfile2"
   6.459 -     exit $stat
   6.460 -  fi
   6.461 -
   6.462 -  for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2"
   6.463 -  do
   6.464 -    test -f "$tmpdepfile" && break
   6.465 -  done
   6.466 -  if test -f "$tmpdepfile"; then
   6.467 -    sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile"
   6.468 -    # Add 'dependent.h:' lines.
   6.469 -    sed -ne '2,${
   6.470 -               s/^ *//
   6.471 -               s/ \\*$//
   6.472 -               s/$/:/
   6.473 -               p
   6.474 -             }' "$tmpdepfile" >> "$depfile"
   6.475 -  else
   6.476 -    make_dummy_depfile
   6.477 -  fi
   6.478 -  rm -f "$tmpdepfile" "$tmpdepfile2"
   6.479 -  ;;
   6.480 -
   6.481 -tru64)
   6.482 -  # The Tru64 compiler uses -MD to generate dependencies as a side
   6.483 -  # effect.  'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'.
   6.484 -  # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
   6.485 -  # dependencies in 'foo.d' instead, so we check for that too.
   6.486 -  # Subdirectories are respected.
   6.487 -  set_dir_from  "$object"
   6.488 -  set_base_from "$object"
   6.489 -
   6.490 -  if test "$libtool" = yes; then
   6.491 -    # Libtool generates 2 separate objects for the 2 libraries.  These
   6.492 -    # two compilations output dependencies in $dir.libs/$base.o.d and
   6.493 -    # in $dir$base.o.d.  We have to check for both files, because
   6.494 -    # one of the two compilations can be disabled.  We should prefer
   6.495 -    # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
   6.496 -    # automatically cleaned when .libs/ is deleted, while ignoring
   6.497 -    # the former would cause a distcleancheck panic.
   6.498 -    tmpdepfile1=$dir$base.o.d          # libtool 1.5
   6.499 -    tmpdepfile2=$dir.libs/$base.o.d    # Likewise.
   6.500 -    tmpdepfile3=$dir.libs/$base.d      # Compaq CCC V6.2-504
   6.501 -    "$@" -Wc,-MD
   6.502 -  else
   6.503 -    tmpdepfile1=$dir$base.d
   6.504 -    tmpdepfile2=$dir$base.d
   6.505 -    tmpdepfile3=$dir$base.d
   6.506 -    "$@" -MD
   6.507 -  fi
   6.508 -
   6.509 -  stat=$?
   6.510 -  if test $stat -ne 0; then
   6.511 -    rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
   6.512 -    exit $stat
   6.513 -  fi
   6.514 -
   6.515 -  for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
   6.516 -  do
   6.517 -    test -f "$tmpdepfile" && break
   6.518 -  done
   6.519 -  # Same post-processing that is required for AIX mode.
   6.520 -  aix_post_process_depfile
   6.521 -  ;;
   6.522 -
   6.523 -msvc7)
   6.524 -  if test "$libtool" = yes; then
   6.525 -    showIncludes=-Wc,-showIncludes
   6.526 -  else
   6.527 -    showIncludes=-showIncludes
   6.528 -  fi
   6.529 -  "$@" $showIncludes > "$tmpdepfile"
   6.530 -  stat=$?
   6.531 -  grep -v '^Note: including file: ' "$tmpdepfile"
   6.532 -  if test $stat -ne 0; then
   6.533 -    rm -f "$tmpdepfile"
   6.534 -    exit $stat
   6.535 -  fi
   6.536 -  rm -f "$depfile"
   6.537 -  echo "$object : \\" > "$depfile"
   6.538 -  # The first sed program below extracts the file names and escapes
   6.539 -  # backslashes for cygpath.  The second sed program outputs the file
   6.540 -  # name when reading, but also accumulates all include files in the
   6.541 -  # hold buffer in order to output them again at the end.  This only
   6.542 -  # works with sed implementations that can handle large buffers.
   6.543 -  sed < "$tmpdepfile" -n '
   6.544 -/^Note: including file:  *\(.*\)/ {
   6.545 -  s//\1/
   6.546 -  s/\\/\\\\/g
   6.547 -  p
   6.548 -}' | $cygpath_u | sort -u | sed -n '
   6.549 -s/ /\\ /g
   6.550 -s/\(.*\)/'"$tab"'\1 \\/p
   6.551 -s/.\(.*\) \\/\1:/
   6.552 -H
   6.553 -$ {
   6.554 -  s/.*/'"$tab"'/
   6.555 -  G
   6.556 -  p
   6.557 -}' >> "$depfile"
   6.558 -  echo >> "$depfile" # make sure the fragment doesn't end with a backslash
   6.559 -  rm -f "$tmpdepfile"
   6.560 -  ;;
   6.561 -
   6.562 -msvc7msys)
   6.563 -  # This case exists only to let depend.m4 do its work.  It works by
   6.564 -  # looking at the text of this script.  This case will never be run,
   6.565 -  # since it is checked for above.
   6.566 -  exit 1
   6.567 -  ;;
   6.568 -
   6.569 -#nosideeffect)
   6.570 -  # This comment above is used by automake to tell side-effect
   6.571 -  # dependency tracking mechanisms from slower ones.
   6.572 -
   6.573 -dashmstdout)
   6.574 -  # Important note: in order to support this mode, a compiler *must*
   6.575 -  # always write the preprocessed file to stdout, regardless of -o.
   6.576 -  "$@" || exit $?
   6.577 -
   6.578 -  # Remove the call to Libtool.
   6.579 -  if test "$libtool" = yes; then
   6.580 -    while test "X$1" != 'X--mode=compile'; do
   6.581 -      shift
   6.582 -    done
   6.583 -    shift
   6.584 -  fi
   6.585 -
   6.586 -  # Remove '-o $object'.
   6.587 -  IFS=" "
   6.588 -  for arg
   6.589 -  do
   6.590 -    case $arg in
   6.591 -    -o)
   6.592 -      shift
   6.593 -      ;;
   6.594 -    $object)
   6.595 -      shift
   6.596 -      ;;
   6.597 -    *)
   6.598 -      set fnord "$@" "$arg"
   6.599 -      shift # fnord
   6.600 -      shift # $arg
   6.601 -      ;;
   6.602 -    esac
   6.603 -  done
   6.604 -
   6.605 -  test -z "$dashmflag" && dashmflag=-M
   6.606 -  # Require at least two characters before searching for ':'
   6.607 -  # in the target name.  This is to cope with DOS-style filenames:
   6.608 -  # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise.
   6.609 -  "$@" $dashmflag |
   6.610 -    sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
   6.611 -  rm -f "$depfile"
   6.612 -  cat < "$tmpdepfile" > "$depfile"
   6.613 -  # Some versions of the HPUX 10.20 sed can't process this sed invocation
   6.614 -  # correctly.  Breaking it into two sed invocations is a workaround.
   6.615 -  tr ' ' "$nl" < "$tmpdepfile" \
   6.616 -    | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \
   6.617 -    | sed -e 's/$/ :/' >> "$depfile"
   6.618 -  rm -f "$tmpdepfile"
   6.619 -  ;;
   6.620 -
   6.621 -dashXmstdout)
   6.622 -  # This case only exists to satisfy depend.m4.  It is never actually
   6.623 -  # run, as this mode is specially recognized in the preamble.
   6.624 -  exit 1
   6.625 -  ;;
   6.626 -
   6.627 -makedepend)
   6.628 -  "$@" || exit $?
   6.629 -  # Remove any Libtool call
   6.630 -  if test "$libtool" = yes; then
   6.631 -    while test "X$1" != 'X--mode=compile'; do
   6.632 -      shift
   6.633 -    done
   6.634 -    shift
   6.635 -  fi
   6.636 -  # X makedepend
   6.637 -  shift
   6.638 -  cleared=no eat=no
   6.639 -  for arg
   6.640 -  do
   6.641 -    case $cleared in
   6.642 -    no)
   6.643 -      set ""; shift
   6.644 -      cleared=yes ;;
   6.645 -    esac
   6.646 -    if test $eat = yes; then
   6.647 -      eat=no
   6.648 -      continue
   6.649 -    fi
   6.650 -    case "$arg" in
   6.651 -    -D*|-I*)
   6.652 -      set fnord "$@" "$arg"; shift ;;
   6.653 -    # Strip any option that makedepend may not understand.  Remove
   6.654 -    # the object too, otherwise makedepend will parse it as a source file.
   6.655 -    -arch)
   6.656 -      eat=yes ;;
   6.657 -    -*|$object)
   6.658 -      ;;
   6.659 -    *)
   6.660 -      set fnord "$@" "$arg"; shift ;;
   6.661 -    esac
   6.662 -  done
   6.663 -  obj_suffix=`echo "$object" | sed 's/^.*\././'`
   6.664 -  touch "$tmpdepfile"
   6.665 -  ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
   6.666 -  rm -f "$depfile"
   6.667 -  # makedepend may prepend the VPATH from the source file name to the object.
   6.668 -  # No need to regex-escape $object, excess matching of '.' is harmless.
   6.669 -  sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile"
   6.670 -  # Some versions of the HPUX 10.20 sed can't process the last invocation
   6.671 -  # correctly.  Breaking it into two sed invocations is a workaround.
   6.672 -  sed '1,2d' "$tmpdepfile" \
   6.673 -    | tr ' ' "$nl" \
   6.674 -    | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \
   6.675 -    | sed -e 's/$/ :/' >> "$depfile"
   6.676 -  rm -f "$tmpdepfile" "$tmpdepfile".bak
   6.677 -  ;;
   6.678 -
   6.679 -cpp)
   6.680 -  # Important note: in order to support this mode, a compiler *must*
   6.681 -  # always write the preprocessed file to stdout.
   6.682 -  "$@" || exit $?
   6.683 -
   6.684 -  # Remove the call to Libtool.
   6.685 -  if test "$libtool" = yes; then
   6.686 -    while test "X$1" != 'X--mode=compile'; do
   6.687 -      shift
   6.688 -    done
   6.689 -    shift
   6.690 -  fi
   6.691 -
   6.692 -  # Remove '-o $object'.
   6.693 -  IFS=" "
   6.694 -  for arg
   6.695 -  do
   6.696 -    case $arg in
   6.697 -    -o)
   6.698 -      shift
   6.699 -      ;;
   6.700 -    $object)
   6.701 -      shift
   6.702 -      ;;
   6.703 -    *)
   6.704 -      set fnord "$@" "$arg"
   6.705 -      shift # fnord
   6.706 -      shift # $arg
   6.707 -      ;;
   6.708 -    esac
   6.709 -  done
   6.710 -
   6.711 -  "$@" -E \
   6.712 -    | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
   6.713 -             -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
   6.714 -    | sed '$ s: \\$::' > "$tmpdepfile"
   6.715 -  rm -f "$depfile"
   6.716 -  echo "$object : \\" > "$depfile"
   6.717 -  cat < "$tmpdepfile" >> "$depfile"
   6.718 -  sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile"
   6.719 -  rm -f "$tmpdepfile"
   6.720 -  ;;
   6.721 -
   6.722 -msvisualcpp)
   6.723 -  # Important note: in order to support this mode, a compiler *must*
   6.724 -  # always write the preprocessed file to stdout.
   6.725 -  "$@" || exit $?
   6.726 -
   6.727 -  # Remove the call to Libtool.
   6.728 -  if test "$libtool" = yes; then
   6.729 -    while test "X$1" != 'X--mode=compile'; do
   6.730 -      shift
   6.731 -    done
   6.732 -    shift
   6.733 -  fi
   6.734 -
   6.735 -  IFS=" "
   6.736 -  for arg
   6.737 -  do
   6.738 -    case "$arg" in
   6.739 -    -o)
   6.740 -      shift
   6.741 -      ;;
   6.742 -    $object)
   6.743 -      shift
   6.744 -      ;;
   6.745 -    "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
   6.746 -        set fnord "$@"
   6.747 -        shift
   6.748 -        shift
   6.749 -        ;;
   6.750 -    *)
   6.751 -        set fnord "$@" "$arg"
   6.752 -        shift
   6.753 -        shift
   6.754 -        ;;
   6.755 -    esac
   6.756 -  done
   6.757 -  "$@" -E 2>/dev/null |
   6.758 -  sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile"
   6.759 -  rm -f "$depfile"
   6.760 -  echo "$object : \\" > "$depfile"
   6.761 -  sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
   6.762 -  echo "$tab" >> "$depfile"
   6.763 -  sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile"
   6.764 -  rm -f "$tmpdepfile"
   6.765 -  ;;
   6.766 -
   6.767 -msvcmsys)
   6.768 -  # This case exists only to let depend.m4 do its work.  It works by
   6.769 -  # looking at the text of this script.  This case will never be run,
   6.770 -  # since it is checked for above.
   6.771 -  exit 1
   6.772 -  ;;
   6.773 -
   6.774 -none)
   6.775 -  exec "$@"
   6.776 -  ;;
   6.777 -
   6.778 -*)
   6.779 -  echo "Unknown depmode $depmode" 1>&2
   6.780 -  exit 1
   6.781 -  ;;
   6.782 -esac
   6.783 -
   6.784 -exit 0
   6.785 -
   6.786 -# Local Variables:
   6.787 -# mode: shell-script
   6.788 -# sh-indentation: 2
   6.789 -# eval: (add-hook 'write-file-hooks 'time-stamp)
   6.790 -# time-stamp-start: "scriptversion="
   6.791 -# time-stamp-format: "%:y-%02m-%02d.%02H"
   6.792 -# time-stamp-time-zone: "UTC"
   6.793 -# time-stamp-end: "; # UTC"
   6.794 -# End:
     7.1 --- a/install-sh	Wed May 31 12:51:24 2017 +0200
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,527 +0,0 @@
     7.4 -#!/bin/sh
     7.5 -# install - install a program, script, or datafile
     7.6 -
     7.7 -scriptversion=2011-11-20.07; # UTC
     7.8 -
     7.9 -# This originates from X11R5 (mit/util/scripts/install.sh), which was
    7.10 -# later released in X11R6 (xc/config/util/install.sh) with the
    7.11 -# following copyright and license.
    7.12 -#
    7.13 -# Copyright (C) 1994 X Consortium
    7.14 -#
    7.15 -# Permission is hereby granted, free of charge, to any person obtaining a copy
    7.16 -# of this software and associated documentation files (the "Software"), to
    7.17 -# deal in the Software without restriction, including without limitation the
    7.18 -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
    7.19 -# sell copies of the Software, and to permit persons to whom the Software is
    7.20 -# furnished to do so, subject to the following conditions:
    7.21 -#
    7.22 -# The above copyright notice and this permission notice shall be included in
    7.23 -# all copies or substantial portions of the Software.
    7.24 -#
    7.25 -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    7.26 -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    7.27 -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
    7.28 -# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
    7.29 -# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
    7.30 -# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    7.31 -#
    7.32 -# Except as contained in this notice, the name of the X Consortium shall not
    7.33 -# be used in advertising or otherwise to promote the sale, use or other deal-
    7.34 -# ings in this Software without prior written authorization from the X Consor-
    7.35 -# tium.
    7.36 -#
    7.37 -#
    7.38 -# FSF changes to this file are in the public domain.
    7.39 -#
    7.40 -# Calling this script install-sh is preferred over install.sh, to prevent
    7.41 -# 'make' implicit rules from creating a file called install from it
    7.42 -# when there is no Makefile.
    7.43 -#
    7.44 -# This script is compatible with the BSD install script, but was written
    7.45 -# from scratch.
    7.46 -
    7.47 -nl='
    7.48 -'
    7.49 -IFS=" ""	$nl"
    7.50 -
    7.51 -# set DOITPROG to echo to test this script
    7.52 -
    7.53 -# Don't use :- since 4.3BSD and earlier shells don't like it.
    7.54 -doit=${DOITPROG-}
    7.55 -if test -z "$doit"; then
    7.56 -  doit_exec=exec
    7.57 -else
    7.58 -  doit_exec=$doit
    7.59 -fi
    7.60 -
    7.61 -# Put in absolute file names if you don't have them in your path;
    7.62 -# or use environment vars.
    7.63 -
    7.64 -chgrpprog=${CHGRPPROG-chgrp}
    7.65 -chmodprog=${CHMODPROG-chmod}
    7.66 -chownprog=${CHOWNPROG-chown}
    7.67 -cmpprog=${CMPPROG-cmp}
    7.68 -cpprog=${CPPROG-cp}
    7.69 -mkdirprog=${MKDIRPROG-mkdir}
    7.70 -mvprog=${MVPROG-mv}
    7.71 -rmprog=${RMPROG-rm}
    7.72 -stripprog=${STRIPPROG-strip}
    7.73 -
    7.74 -posix_glob='?'
    7.75 -initialize_posix_glob='
    7.76 -  test "$posix_glob" != "?" || {
    7.77 -    if (set -f) 2>/dev/null; then
    7.78 -      posix_glob=
    7.79 -    else
    7.80 -      posix_glob=:
    7.81 -    fi
    7.82 -  }
    7.83 -'
    7.84 -
    7.85 -posix_mkdir=
    7.86 -
    7.87 -# Desired mode of installed file.
    7.88 -mode=0755
    7.89 -
    7.90 -chgrpcmd=
    7.91 -chmodcmd=$chmodprog
    7.92 -chowncmd=
    7.93 -mvcmd=$mvprog
    7.94 -rmcmd="$rmprog -f"
    7.95 -stripcmd=
    7.96 -
    7.97 -src=
    7.98 -dst=
    7.99 -dir_arg=
   7.100 -dst_arg=
   7.101 -
   7.102 -copy_on_change=false
   7.103 -no_target_directory=
   7.104 -
   7.105 -usage="\
   7.106 -Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
   7.107 -   or: $0 [OPTION]... SRCFILES... DIRECTORY
   7.108 -   or: $0 [OPTION]... -t DIRECTORY SRCFILES...
   7.109 -   or: $0 [OPTION]... -d DIRECTORIES...
   7.110 -
   7.111 -In the 1st form, copy SRCFILE to DSTFILE.
   7.112 -In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
   7.113 -In the 4th, create DIRECTORIES.
   7.114 -
   7.115 -Options:
   7.116 -     --help     display this help and exit.
   7.117 -     --version  display version info and exit.
   7.118 -
   7.119 -  -c            (ignored)
   7.120 -  -C            install only if different (preserve the last data modification time)
   7.121 -  -d            create directories instead of installing files.
   7.122 -  -g GROUP      $chgrpprog installed files to GROUP.
   7.123 -  -m MODE       $chmodprog installed files to MODE.
   7.124 -  -o USER       $chownprog installed files to USER.
   7.125 -  -s            $stripprog installed files.
   7.126 -  -t DIRECTORY  install into DIRECTORY.
   7.127 -  -T            report an error if DSTFILE is a directory.
   7.128 -
   7.129 -Environment variables override the default commands:
   7.130 -  CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
   7.131 -  RMPROG STRIPPROG
   7.132 -"
   7.133 -
   7.134 -while test $# -ne 0; do
   7.135 -  case $1 in
   7.136 -    -c) ;;
   7.137 -
   7.138 -    -C) copy_on_change=true;;
   7.139 -
   7.140 -    -d) dir_arg=true;;
   7.141 -
   7.142 -    -g) chgrpcmd="$chgrpprog $2"
   7.143 -	shift;;
   7.144 -
   7.145 -    --help) echo "$usage"; exit $?;;
   7.146 -
   7.147 -    -m) mode=$2
   7.148 -	case $mode in
   7.149 -	  *' '* | *'	'* | *'
   7.150 -'*	  | *'*'* | *'?'* | *'['*)
   7.151 -	    echo "$0: invalid mode: $mode" >&2
   7.152 -	    exit 1;;
   7.153 -	esac
   7.154 -	shift;;
   7.155 -
   7.156 -    -o) chowncmd="$chownprog $2"
   7.157 -	shift;;
   7.158 -
   7.159 -    -s) stripcmd=$stripprog;;
   7.160 -
   7.161 -    -t) dst_arg=$2
   7.162 -	# Protect names problematic for 'test' and other utilities.
   7.163 -	case $dst_arg in
   7.164 -	  -* | [=\(\)!]) dst_arg=./$dst_arg;;
   7.165 -	esac
   7.166 -	shift;;
   7.167 -
   7.168 -    -T) no_target_directory=true;;
   7.169 -
   7.170 -    --version) echo "$0 $scriptversion"; exit $?;;
   7.171 -
   7.172 -    --)	shift
   7.173 -	break;;
   7.174 -
   7.175 -    -*)	echo "$0: invalid option: $1" >&2
   7.176 -	exit 1;;
   7.177 -
   7.178 -    *)  break;;
   7.179 -  esac
   7.180 -  shift
   7.181 -done
   7.182 -
   7.183 -if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
   7.184 -  # When -d is used, all remaining arguments are directories to create.
   7.185 -  # When -t is used, the destination is already specified.
   7.186 -  # Otherwise, the last argument is the destination.  Remove it from $@.
   7.187 -  for arg
   7.188 -  do
   7.189 -    if test -n "$dst_arg"; then
   7.190 -      # $@ is not empty: it contains at least $arg.
   7.191 -      set fnord "$@" "$dst_arg"
   7.192 -      shift # fnord
   7.193 -    fi
   7.194 -    shift # arg
   7.195 -    dst_arg=$arg
   7.196 -    # Protect names problematic for 'test' and other utilities.
   7.197 -    case $dst_arg in
   7.198 -      -* | [=\(\)!]) dst_arg=./$dst_arg;;
   7.199 -    esac
   7.200 -  done
   7.201 -fi
   7.202 -
   7.203 -if test $# -eq 0; then
   7.204 -  if test -z "$dir_arg"; then
   7.205 -    echo "$0: no input file specified." >&2
   7.206 -    exit 1
   7.207 -  fi
   7.208 -  # It's OK to call 'install-sh -d' without argument.
   7.209 -  # This can happen when creating conditional directories.
   7.210 -  exit 0
   7.211 -fi
   7.212 -
   7.213 -if test -z "$dir_arg"; then
   7.214 -  do_exit='(exit $ret); exit $ret'
   7.215 -  trap "ret=129; $do_exit" 1
   7.216 -  trap "ret=130; $do_exit" 2
   7.217 -  trap "ret=141; $do_exit" 13
   7.218 -  trap "ret=143; $do_exit" 15
   7.219 -
   7.220 -  # Set umask so as not to create temps with too-generous modes.
   7.221 -  # However, 'strip' requires both read and write access to temps.
   7.222 -  case $mode in
   7.223 -    # Optimize common cases.
   7.224 -    *644) cp_umask=133;;
   7.225 -    *755) cp_umask=22;;
   7.226 -
   7.227 -    *[0-7])
   7.228 -      if test -z "$stripcmd"; then
   7.229 -	u_plus_rw=
   7.230 -      else
   7.231 -	u_plus_rw='% 200'
   7.232 -      fi
   7.233 -      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
   7.234 -    *)
   7.235 -      if test -z "$stripcmd"; then
   7.236 -	u_plus_rw=
   7.237 -      else
   7.238 -	u_plus_rw=,u+rw
   7.239 -      fi
   7.240 -      cp_umask=$mode$u_plus_rw;;
   7.241 -  esac
   7.242 -fi
   7.243 -
   7.244 -for src
   7.245 -do
   7.246 -  # Protect names problematic for 'test' and other utilities.
   7.247 -  case $src in
   7.248 -    -* | [=\(\)!]) src=./$src;;
   7.249 -  esac
   7.250 -
   7.251 -  if test -n "$dir_arg"; then
   7.252 -    dst=$src
   7.253 -    dstdir=$dst
   7.254 -    test -d "$dstdir"
   7.255 -    dstdir_status=$?
   7.256 -  else
   7.257 -
   7.258 -    # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
   7.259 -    # might cause directories to be created, which would be especially bad
   7.260 -    # if $src (and thus $dsttmp) contains '*'.
   7.261 -    if test ! -f "$src" && test ! -d "$src"; then
   7.262 -      echo "$0: $src does not exist." >&2
   7.263 -      exit 1
   7.264 -    fi
   7.265 -
   7.266 -    if test -z "$dst_arg"; then
   7.267 -      echo "$0: no destination specified." >&2
   7.268 -      exit 1
   7.269 -    fi
   7.270 -    dst=$dst_arg
   7.271 -
   7.272 -    # If destination is a directory, append the input filename; won't work
   7.273 -    # if double slashes aren't ignored.
   7.274 -    if test -d "$dst"; then
   7.275 -      if test -n "$no_target_directory"; then
   7.276 -	echo "$0: $dst_arg: Is a directory" >&2
   7.277 -	exit 1
   7.278 -      fi
   7.279 -      dstdir=$dst
   7.280 -      dst=$dstdir/`basename "$src"`
   7.281 -      dstdir_status=0
   7.282 -    else
   7.283 -      # Prefer dirname, but fall back on a substitute if dirname fails.
   7.284 -      dstdir=`
   7.285 -	(dirname "$dst") 2>/dev/null ||
   7.286 -	expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   7.287 -	     X"$dst" : 'X\(//\)[^/]' \| \
   7.288 -	     X"$dst" : 'X\(//\)$' \| \
   7.289 -	     X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
   7.290 -	echo X"$dst" |
   7.291 -	    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   7.292 -		   s//\1/
   7.293 -		   q
   7.294 -		 }
   7.295 -		 /^X\(\/\/\)[^/].*/{
   7.296 -		   s//\1/
   7.297 -		   q
   7.298 -		 }
   7.299 -		 /^X\(\/\/\)$/{
   7.300 -		   s//\1/
   7.301 -		   q
   7.302 -		 }
   7.303 -		 /^X\(\/\).*/{
   7.304 -		   s//\1/
   7.305 -		   q
   7.306 -		 }
   7.307 -		 s/.*/./; q'
   7.308 -      `
   7.309 -
   7.310 -      test -d "$dstdir"
   7.311 -      dstdir_status=$?
   7.312 -    fi
   7.313 -  fi
   7.314 -
   7.315 -  obsolete_mkdir_used=false
   7.316 -
   7.317 -  if test $dstdir_status != 0; then
   7.318 -    case $posix_mkdir in
   7.319 -      '')
   7.320 -	# Create intermediate dirs using mode 755 as modified by the umask.
   7.321 -	# This is like FreeBSD 'install' as of 1997-10-28.
   7.322 -	umask=`umask`
   7.323 -	case $stripcmd.$umask in
   7.324 -	  # Optimize common cases.
   7.325 -	  *[2367][2367]) mkdir_umask=$umask;;
   7.326 -	  .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
   7.327 -
   7.328 -	  *[0-7])
   7.329 -	    mkdir_umask=`expr $umask + 22 \
   7.330 -	      - $umask % 100 % 40 + $umask % 20 \
   7.331 -	      - $umask % 10 % 4 + $umask % 2
   7.332 -	    `;;
   7.333 -	  *) mkdir_umask=$umask,go-w;;
   7.334 -	esac
   7.335 -
   7.336 -	# With -d, create the new directory with the user-specified mode.
   7.337 -	# Otherwise, rely on $mkdir_umask.
   7.338 -	if test -n "$dir_arg"; then
   7.339 -	  mkdir_mode=-m$mode
   7.340 -	else
   7.341 -	  mkdir_mode=
   7.342 -	fi
   7.343 -
   7.344 -	posix_mkdir=false
   7.345 -	case $umask in
   7.346 -	  *[123567][0-7][0-7])
   7.347 -	    # POSIX mkdir -p sets u+wx bits regardless of umask, which
   7.348 -	    # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
   7.349 -	    ;;
   7.350 -	  *)
   7.351 -	    tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
   7.352 -	    trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
   7.353 -
   7.354 -	    if (umask $mkdir_umask &&
   7.355 -		exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
   7.356 -	    then
   7.357 -	      if test -z "$dir_arg" || {
   7.358 -		   # Check for POSIX incompatibilities with -m.
   7.359 -		   # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
   7.360 -		   # other-writable bit of parent directory when it shouldn't.
   7.361 -		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
   7.362 -		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
   7.363 -		   case $ls_ld_tmpdir in
   7.364 -		     d????-?r-*) different_mode=700;;
   7.365 -		     d????-?--*) different_mode=755;;
   7.366 -		     *) false;;
   7.367 -		   esac &&
   7.368 -		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
   7.369 -		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
   7.370 -		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
   7.371 -		   }
   7.372 -		 }
   7.373 -	      then posix_mkdir=:
   7.374 -	      fi
   7.375 -	      rmdir "$tmpdir/d" "$tmpdir"
   7.376 -	    else
   7.377 -	      # Remove any dirs left behind by ancient mkdir implementations.
   7.378 -	      rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
   7.379 -	    fi
   7.380 -	    trap '' 0;;
   7.381 -	esac;;
   7.382 -    esac
   7.383 -
   7.384 -    if
   7.385 -      $posix_mkdir && (
   7.386 -	umask $mkdir_umask &&
   7.387 -	$doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
   7.388 -      )
   7.389 -    then :
   7.390 -    else
   7.391 -
   7.392 -      # The umask is ridiculous, or mkdir does not conform to POSIX,
   7.393 -      # or it failed possibly due to a race condition.  Create the
   7.394 -      # directory the slow way, step by step, checking for races as we go.
   7.395 -
   7.396 -      case $dstdir in
   7.397 -	/*) prefix='/';;
   7.398 -	[-=\(\)!]*) prefix='./';;
   7.399 -	*)  prefix='';;
   7.400 -      esac
   7.401 -
   7.402 -      eval "$initialize_posix_glob"
   7.403 -
   7.404 -      oIFS=$IFS
   7.405 -      IFS=/
   7.406 -      $posix_glob set -f
   7.407 -      set fnord $dstdir
   7.408 -      shift
   7.409 -      $posix_glob set +f
   7.410 -      IFS=$oIFS
   7.411 -
   7.412 -      prefixes=
   7.413 -
   7.414 -      for d
   7.415 -      do
   7.416 -	test X"$d" = X && continue
   7.417 -
   7.418 -	prefix=$prefix$d
   7.419 -	if test -d "$prefix"; then
   7.420 -	  prefixes=
   7.421 -	else
   7.422 -	  if $posix_mkdir; then
   7.423 -	    (umask=$mkdir_umask &&
   7.424 -	     $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
   7.425 -	    # Don't fail if two instances are running concurrently.
   7.426 -	    test -d "$prefix" || exit 1
   7.427 -	  else
   7.428 -	    case $prefix in
   7.429 -	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
   7.430 -	      *) qprefix=$prefix;;
   7.431 -	    esac
   7.432 -	    prefixes="$prefixes '$qprefix'"
   7.433 -	  fi
   7.434 -	fi
   7.435 -	prefix=$prefix/
   7.436 -      done
   7.437 -
   7.438 -      if test -n "$prefixes"; then
   7.439 -	# Don't fail if two instances are running concurrently.
   7.440 -	(umask $mkdir_umask &&
   7.441 -	 eval "\$doit_exec \$mkdirprog $prefixes") ||
   7.442 -	  test -d "$dstdir" || exit 1
   7.443 -	obsolete_mkdir_used=true
   7.444 -      fi
   7.445 -    fi
   7.446 -  fi
   7.447 -
   7.448 -  if test -n "$dir_arg"; then
   7.449 -    { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
   7.450 -    { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
   7.451 -    { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false ||
   7.452 -      test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
   7.453 -  else
   7.454 -
   7.455 -    # Make a couple of temp file names in the proper directory.
   7.456 -    dsttmp=$dstdir/_inst.$$_
   7.457 -    rmtmp=$dstdir/_rm.$$_
   7.458 -
   7.459 -    # Trap to clean up those temp files at exit.
   7.460 -    trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
   7.461 -
   7.462 -    # Copy the file name to the temp name.
   7.463 -    (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
   7.464 -
   7.465 -    # and set any options; do chmod last to preserve setuid bits.
   7.466 -    #
   7.467 -    # If any of these fail, we abort the whole thing.  If we want to
   7.468 -    # ignore errors from any of these, just make sure not to ignore
   7.469 -    # errors from the above "$doit $cpprog $src $dsttmp" command.
   7.470 -    #
   7.471 -    { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
   7.472 -    { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
   7.473 -    { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
   7.474 -    { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
   7.475 -
   7.476 -    # If -C, don't bother to copy if it wouldn't change the file.
   7.477 -    if $copy_on_change &&
   7.478 -       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
   7.479 -       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
   7.480 -
   7.481 -       eval "$initialize_posix_glob" &&
   7.482 -       $posix_glob set -f &&
   7.483 -       set X $old && old=:$2:$4:$5:$6 &&
   7.484 -       set X $new && new=:$2:$4:$5:$6 &&
   7.485 -       $posix_glob set +f &&
   7.486 -
   7.487 -       test "$old" = "$new" &&
   7.488 -       $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
   7.489 -    then
   7.490 -      rm -f "$dsttmp"
   7.491 -    else
   7.492 -      # Rename the file to the real destination.
   7.493 -      $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
   7.494 -
   7.495 -      # The rename failed, perhaps because mv can't rename something else
   7.496 -      # to itself, or perhaps because mv is so ancient that it does not
   7.497 -      # support -f.
   7.498 -      {
   7.499 -	# Now remove or move aside any old file at destination location.
   7.500 -	# We try this two ways since rm can't unlink itself on some
   7.501 -	# systems and the destination file might be busy for other
   7.502 -	# reasons.  In this case, the final cleanup might fail but the new
   7.503 -	# file should still install successfully.
   7.504 -	{
   7.505 -	  test ! -f "$dst" ||
   7.506 -	  $doit $rmcmd -f "$dst" 2>/dev/null ||
   7.507 -	  { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
   7.508 -	    { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
   7.509 -	  } ||
   7.510 -	  { echo "$0: cannot unlink or rename $dst" >&2
   7.511 -	    (exit 1); exit 1
   7.512 -	  }
   7.513 -	} &&
   7.514 -
   7.515 -	# Now rename the file to the real destination.
   7.516 -	$doit $mvcmd "$dsttmp" "$dst"
   7.517 -      }
   7.518 -    fi || exit 1
   7.519 -
   7.520 -    trap '' 0
   7.521 -  fi
   7.522 -done
   7.523 -
   7.524 -# Local variables:
   7.525 -# eval: (add-hook 'write-file-hooks 'time-stamp)
   7.526 -# time-stamp-start: "scriptversion="
   7.527 -# time-stamp-format: "%:y-%02m-%02d.%02H"
   7.528 -# time-stamp-time-zone: "UTC"
   7.529 -# time-stamp-end: "; # UTC"
   7.530 -# End:
     8.1 --- a/missing	Wed May 31 12:51:24 2017 +0200
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,215 +0,0 @@
     8.4 -#! /bin/sh
     8.5 -# Common wrapper for a few potentially missing GNU programs.
     8.6 -
     8.7 -scriptversion=2012-06-26.16; # UTC
     8.8 -
     8.9 -# Copyright (C) 1996-2013 Free Software Foundation, Inc.
    8.10 -# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
    8.11 -
    8.12 -# This program is free software; you can redistribute it and/or modify
    8.13 -# it under the terms of the GNU General Public License as published by
    8.14 -# the Free Software Foundation; either version 2, or (at your option)
    8.15 -# any later version.
    8.16 -
    8.17 -# This program is distributed in the hope that it will be useful,
    8.18 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
    8.19 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    8.20 -# GNU General Public License for more details.
    8.21 -
    8.22 -# You should have received a copy of the GNU General Public License
    8.23 -# along with this program.  If not, see <http://www.gnu.org/licenses/>.
    8.24 -
    8.25 -# As a special exception to the GNU General Public License, if you
    8.26 -# distribute this file as part of a program that contains a
    8.27 -# configuration script generated by Autoconf, you may include it under
    8.28 -# the same distribution terms that you use for the rest of that program.
    8.29 -
    8.30 -if test $# -eq 0; then
    8.31 -  echo 1>&2 "Try '$0 --help' for more information"
    8.32 -  exit 1
    8.33 -fi
    8.34 -
    8.35 -case $1 in
    8.36 -
    8.37 -  --is-lightweight)
    8.38 -    # Used by our autoconf macros to check whether the available missing
    8.39 -    # script is modern enough.
    8.40 -    exit 0
    8.41 -    ;;
    8.42 -
    8.43 -  --run)
    8.44 -    # Back-compat with the calling convention used by older automake.
    8.45 -    shift
    8.46 -    ;;
    8.47 -
    8.48 -  -h|--h|--he|--hel|--help)
    8.49 -    echo "\
    8.50 -$0 [OPTION]... PROGRAM [ARGUMENT]...
    8.51 -
    8.52 -Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due
    8.53 -to PROGRAM being missing or too old.
    8.54 -
    8.55 -Options:
    8.56 -  -h, --help      display this help and exit
    8.57 -  -v, --version   output version information and exit
    8.58 -
    8.59 -Supported PROGRAM values:
    8.60 -  aclocal   autoconf  autoheader   autom4te  automake  makeinfo
    8.61 -  bison     yacc      flex         lex       help2man
    8.62 -
    8.63 -Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
    8.64 -'g' are ignored when checking the name.
    8.65 -
    8.66 -Send bug reports to <bug-automake@gnu.org>."
    8.67 -    exit $?
    8.68 -    ;;
    8.69 -
    8.70 -  -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
    8.71 -    echo "missing $scriptversion (GNU Automake)"
    8.72 -    exit $?
    8.73 -    ;;
    8.74 -
    8.75 -  -*)
    8.76 -    echo 1>&2 "$0: unknown '$1' option"
    8.77 -    echo 1>&2 "Try '$0 --help' for more information"
    8.78 -    exit 1
    8.79 -    ;;
    8.80 -
    8.81 -esac
    8.82 -
    8.83 -# Run the given program, remember its exit status.
    8.84 -"$@"; st=$?
    8.85 -
    8.86 -# If it succeeded, we are done.
    8.87 -test $st -eq 0 && exit 0
    8.88 -
    8.89 -# Also exit now if we it failed (or wasn't found), and '--version' was
    8.90 -# passed; such an option is passed most likely to detect whether the
    8.91 -# program is present and works.
    8.92 -case $2 in --version|--help) exit $st;; esac
    8.93 -
    8.94 -# Exit code 63 means version mismatch.  This often happens when the user
    8.95 -# tries to use an ancient version of a tool on a file that requires a
    8.96 -# minimum version.
    8.97 -if test $st -eq 63; then
    8.98 -  msg="probably too old"
    8.99 -elif test $st -eq 127; then
   8.100 -  # Program was missing.
   8.101 -  msg="missing on your system"
   8.102 -else
   8.103 -  # Program was found and executed, but failed.  Give up.
   8.104 -  exit $st
   8.105 -fi
   8.106 -
   8.107 -perl_URL=http://www.perl.org/
   8.108 -flex_URL=http://flex.sourceforge.net/
   8.109 -gnu_software_URL=http://www.gnu.org/software
   8.110 -
   8.111 -program_details ()
   8.112 -{
   8.113 -  case $1 in
   8.114 -    aclocal|automake)
   8.115 -      echo "The '$1' program is part of the GNU Automake package:"
   8.116 -      echo "<$gnu_software_URL/automake>"
   8.117 -      echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
   8.118 -      echo "<$gnu_software_URL/autoconf>"
   8.119 -      echo "<$gnu_software_URL/m4/>"
   8.120 -      echo "<$perl_URL>"
   8.121 -      ;;
   8.122 -    autoconf|autom4te|autoheader)
   8.123 -      echo "The '$1' program is part of the GNU Autoconf package:"
   8.124 -      echo "<$gnu_software_URL/autoconf/>"
   8.125 -      echo "It also requires GNU m4 and Perl in order to run:"
   8.126 -      echo "<$gnu_software_URL/m4/>"
   8.127 -      echo "<$perl_URL>"
   8.128 -      ;;
   8.129 -  esac
   8.130 -}
   8.131 -
   8.132 -give_advice ()
   8.133 -{
   8.134 -  # Normalize program name to check for.
   8.135 -  normalized_program=`echo "$1" | sed '
   8.136 -    s/^gnu-//; t
   8.137 -    s/^gnu//; t
   8.138 -    s/^g//; t'`
   8.139 -
   8.140 -  printf '%s\n' "'$1' is $msg."
   8.141 -
   8.142 -  configure_deps="'configure.ac' or m4 files included by 'configure.ac'"
   8.143 -  case $normalized_program in
   8.144 -    autoconf*)
   8.145 -      echo "You should only need it if you modified 'configure.ac',"
   8.146 -      echo "or m4 files included by it."
   8.147 -      program_details 'autoconf'
   8.148 -      ;;
   8.149 -    autoheader*)
   8.150 -      echo "You should only need it if you modified 'acconfig.h' or"
   8.151 -      echo "$configure_deps."
   8.152 -      program_details 'autoheader'
   8.153 -      ;;
   8.154 -    automake*)
   8.155 -      echo "You should only need it if you modified 'Makefile.am' or"
   8.156 -      echo "$configure_deps."
   8.157 -      program_details 'automake'
   8.158 -      ;;
   8.159 -    aclocal*)
   8.160 -      echo "You should only need it if you modified 'acinclude.m4' or"
   8.161 -      echo "$configure_deps."
   8.162 -      program_details 'aclocal'
   8.163 -      ;;
   8.164 -   autom4te*)
   8.165 -      echo "You might have modified some maintainer files that require"
   8.166 -      echo "the 'automa4te' program to be rebuilt."
   8.167 -      program_details 'autom4te'
   8.168 -      ;;
   8.169 -    bison*|yacc*)
   8.170 -      echo "You should only need it if you modified a '.y' file."
   8.171 -      echo "You may want to install the GNU Bison package:"
   8.172 -      echo "<$gnu_software_URL/bison/>"
   8.173 -      ;;
   8.174 -    lex*|flex*)
   8.175 -      echo "You should only need it if you modified a '.l' file."
   8.176 -      echo "You may want to install the Fast Lexical Analyzer package:"
   8.177 -      echo "<$flex_URL>"
   8.178 -      ;;
   8.179 -    help2man*)
   8.180 -      echo "You should only need it if you modified a dependency" \
   8.181 -           "of a man page."
   8.182 -      echo "You may want to install the GNU Help2man package:"
   8.183 -      echo "<$gnu_software_URL/help2man/>"
   8.184 -    ;;
   8.185 -    makeinfo*)
   8.186 -      echo "You should only need it if you modified a '.texi' file, or"
   8.187 -      echo "any other file indirectly affecting the aspect of the manual."
   8.188 -      echo "You might want to install the Texinfo package:"
   8.189 -      echo "<$gnu_software_URL/texinfo/>"
   8.190 -      echo "The spurious makeinfo call might also be the consequence of"
   8.191 -      echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might"
   8.192 -      echo "want to install GNU make:"
   8.193 -      echo "<$gnu_software_URL/make/>"
   8.194 -      ;;
   8.195 -    *)
   8.196 -      echo "You might have modified some files without having the proper"
   8.197 -      echo "tools for further handling them.  Check the 'README' file, it"
   8.198 -      echo "often tells you about the needed prerequisites for installing"
   8.199 -      echo "this package.  You may also peek at any GNU archive site, in"
   8.200 -      echo "case some other package contains this missing '$1' program."
   8.201 -      ;;
   8.202 -  esac
   8.203 -}
   8.204 -
   8.205 -give_advice "$1" | sed -e '1s/^/WARNING: /' \
   8.206 -                       -e '2,$s/^/         /' >&2
   8.207 -
   8.208 -# Propagate the correct exit status (expected to be 127 for a program
   8.209 -# not found, 63 for a program that failed due to version mismatch).
   8.210 -exit $st
   8.211 -
   8.212 -# Local variables:
   8.213 -# eval: (add-hook 'write-file-hooks 'time-stamp)
   8.214 -# time-stamp-start: "scriptversion="
   8.215 -# time-stamp-format: "%:y-%02m-%02d.%02H"
   8.216 -# time-stamp-time-zone: "UTC"
   8.217 -# time-stamp-end: "; # UTC"
   8.218 -# End:
     9.1 --- a/src/Makefile.in	Wed May 31 12:51:24 2017 +0200
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,588 +0,0 @@
     9.4 -# Makefile.in generated by automake 1.13.4 from Makefile.am.
     9.5 -# @configure_input@
     9.6 -
     9.7 -# Copyright (C) 1994-2013 Free Software Foundation, Inc.
     9.8 -
     9.9 -# This Makefile.in is free software; the Free Software Foundation
    9.10 -# gives unlimited permission to copy and/or distribute it,
    9.11 -# with or without modifications, as long as this notice is preserved.
    9.12 -
    9.13 -# This program is distributed in the hope that it will be useful,
    9.14 -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    9.15 -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    9.16 -# PARTICULAR PURPOSE.
    9.17 -
    9.18 -@SET_MAKE@
    9.19 -
    9.20 -# Copyright 2017 Mike Becker. All rights reserved.
    9.21 -# 
    9.22 -# Redistribution and use in source and binary forms, with or without
    9.23 -# modification, are permitted provided that the following conditions are met:
    9.24 -# 
    9.25 -# 1. Redistributions of source code must retain the above copyright
    9.26 -# notice, this list of conditions and the following disclaimer.
    9.27 -# 
    9.28 -# 2. Redistributions in binary form must reproduce the above copyright
    9.29 -# notice, this list of conditions and the following disclaimer in the
    9.30 -# documentation and/or other materials provided with the distribution.
    9.31 -# 
    9.32 -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    9.33 -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    9.34 -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    9.35 -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    9.36 -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    9.37 -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    9.38 -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    9.39 -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    9.40 -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    9.41 -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    9.42 -
    9.43 -VPATH = @srcdir@
    9.44 -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
    9.45 -am__make_running_with_option = \
    9.46 -  case $${target_option-} in \
    9.47 -      ?) ;; \
    9.48 -      *) echo "am__make_running_with_option: internal error: invalid" \
    9.49 -              "target option '$${target_option-}' specified" >&2; \
    9.50 -         exit 1;; \
    9.51 -  esac; \
    9.52 -  has_opt=no; \
    9.53 -  sane_makeflags=$$MAKEFLAGS; \
    9.54 -  if $(am__is_gnu_make); then \
    9.55 -    sane_makeflags=$$MFLAGS; \
    9.56 -  else \
    9.57 -    case $$MAKEFLAGS in \
    9.58 -      *\\[\ \	]*) \
    9.59 -        bs=\\; \
    9.60 -        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    9.61 -          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    9.62 -    esac; \
    9.63 -  fi; \
    9.64 -  skip_next=no; \
    9.65 -  strip_trailopt () \
    9.66 -  { \
    9.67 -    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    9.68 -  }; \
    9.69 -  for flg in $$sane_makeflags; do \
    9.70 -    test $$skip_next = yes && { skip_next=no; continue; }; \
    9.71 -    case $$flg in \
    9.72 -      *=*|--*) continue;; \
    9.73 -        -*I) strip_trailopt 'I'; skip_next=yes;; \
    9.74 -      -*I?*) strip_trailopt 'I';; \
    9.75 -        -*O) strip_trailopt 'O'; skip_next=yes;; \
    9.76 -      -*O?*) strip_trailopt 'O';; \
    9.77 -        -*l) strip_trailopt 'l'; skip_next=yes;; \
    9.78 -      -*l?*) strip_trailopt 'l';; \
    9.79 -      -[dEDm]) skip_next=yes;; \
    9.80 -      -[JT]) skip_next=yes;; \
    9.81 -    esac; \
    9.82 -    case $$flg in \
    9.83 -      *$$target_option*) has_opt=yes; break;; \
    9.84 -    esac; \
    9.85 -  done; \
    9.86 -  test $$has_opt = yes
    9.87 -am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    9.88 -am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    9.89 -pkgdatadir = $(datadir)/@PACKAGE@
    9.90 -pkgincludedir = $(includedir)/@PACKAGE@
    9.91 -pkglibdir = $(libdir)/@PACKAGE@
    9.92 -pkglibexecdir = $(libexecdir)/@PACKAGE@
    9.93 -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    9.94 -install_sh_DATA = $(install_sh) -c -m 644
    9.95 -install_sh_PROGRAM = $(install_sh) -c
    9.96 -install_sh_SCRIPT = $(install_sh) -c
    9.97 -INSTALL_HEADER = $(INSTALL_DATA)
    9.98 -transform = $(program_transform_name)
    9.99 -NORMAL_INSTALL = :
   9.100 -PRE_INSTALL = :
   9.101 -POST_INSTALL = :
   9.102 -NORMAL_UNINSTALL = :
   9.103 -PRE_UNINSTALL = :
   9.104 -POST_UNINSTALL = :
   9.105 -bin_PROGRAMS = cline$(EXEEXT)
   9.106 -subdir = src
   9.107 -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
   9.108 -	$(top_srcdir)/depcomp
   9.109 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   9.110 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac
   9.111 -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   9.112 -	$(ACLOCAL_M4)
   9.113 -mkinstalldirs = $(install_sh) -d
   9.114 -CONFIG_HEADER = $(top_builddir)/config.h
   9.115 -CONFIG_CLEAN_FILES =
   9.116 -CONFIG_CLEAN_VPATH_FILES =
   9.117 -am__installdirs = "$(DESTDIR)$(bindir)"
   9.118 -PROGRAMS = $(bin_PROGRAMS)
   9.119 -am_cline_OBJECTS = arguments.$(OBJEXT) bfile_heuristics.$(OBJEXT) \
   9.120 -	cline.$(OBJEXT) regex_parser.$(OBJEXT) scanner.$(OBJEXT) \
   9.121 -	settings.$(OBJEXT) string_list.$(OBJEXT) suffix_fnc.$(OBJEXT)
   9.122 -cline_OBJECTS = $(am_cline_OBJECTS)
   9.123 -cline_LDADD = $(LDADD)
   9.124 -AM_V_P = $(am__v_P_@AM_V@)
   9.125 -am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
   9.126 -am__v_P_0 = false
   9.127 -am__v_P_1 = :
   9.128 -AM_V_GEN = $(am__v_GEN_@AM_V@)
   9.129 -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
   9.130 -am__v_GEN_0 = @echo "  GEN     " $@;
   9.131 -am__v_GEN_1 = 
   9.132 -AM_V_at = $(am__v_at_@AM_V@)
   9.133 -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
   9.134 -am__v_at_0 = @
   9.135 -am__v_at_1 = 
   9.136 -DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
   9.137 -depcomp = $(SHELL) $(top_srcdir)/depcomp
   9.138 -am__depfiles_maybe = depfiles
   9.139 -am__mv = mv -f
   9.140 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   9.141 -	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   9.142 -AM_V_CC = $(am__v_CC_@AM_V@)
   9.143 -am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
   9.144 -am__v_CC_0 = @echo "  CC      " $@;
   9.145 -am__v_CC_1 = 
   9.146 -CCLD = $(CC)
   9.147 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
   9.148 -AM_V_CCLD = $(am__v_CCLD_@AM_V@)
   9.149 -am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
   9.150 -am__v_CCLD_0 = @echo "  CCLD    " $@;
   9.151 -am__v_CCLD_1 = 
   9.152 -SOURCES = $(cline_SOURCES)
   9.153 -DIST_SOURCES = $(cline_SOURCES)
   9.154 -am__can_run_installinfo = \
   9.155 -  case $$AM_UPDATE_INFO_DIR in \
   9.156 -    n|no|NO) false;; \
   9.157 -    *) (install-info --version) >/dev/null 2>&1;; \
   9.158 -  esac
   9.159 -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
   9.160 -# Read a list of newline-separated strings from the standard input,
   9.161 -# and print each of them once, without duplicates.  Input order is
   9.162 -# *not* preserved.
   9.163 -am__uniquify_input = $(AWK) '\
   9.164 -  BEGIN { nonempty = 0; } \
   9.165 -  { items[$$0] = 1; nonempty = 1; } \
   9.166 -  END { if (nonempty) { for (i in items) print i; }; } \
   9.167 -'
   9.168 -# Make sure the list of sources is unique.  This is necessary because,
   9.169 -# e.g., the same source file might be shared among _SOURCES variables
   9.170 -# for different programs/libraries.
   9.171 -am__define_uniq_tagged_files = \
   9.172 -  list='$(am__tagged_files)'; \
   9.173 -  unique=`for i in $$list; do \
   9.174 -    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   9.175 -  done | $(am__uniquify_input)`
   9.176 -ETAGS = etags
   9.177 -CTAGS = ctags
   9.178 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   9.179 -ACLOCAL = @ACLOCAL@
   9.180 -AMTAR = @AMTAR@
   9.181 -AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
   9.182 -AUTOCONF = @AUTOCONF@
   9.183 -AUTOHEADER = @AUTOHEADER@
   9.184 -AUTOMAKE = @AUTOMAKE@
   9.185 -AWK = @AWK@
   9.186 -CC = @CC@
   9.187 -CCDEPMODE = @CCDEPMODE@
   9.188 -CFLAGS = @CFLAGS@
   9.189 -CPP = @CPP@
   9.190 -CPPFLAGS = @CPPFLAGS@
   9.191 -CYGPATH_W = @CYGPATH_W@
   9.192 -DEFS = @DEFS@
   9.193 -DEPDIR = @DEPDIR@
   9.194 -ECHO_C = @ECHO_C@
   9.195 -ECHO_N = @ECHO_N@
   9.196 -ECHO_T = @ECHO_T@
   9.197 -EGREP = @EGREP@
   9.198 -EXEEXT = @EXEEXT@
   9.199 -GREP = @GREP@
   9.200 -INSTALL = @INSTALL@
   9.201 -INSTALL_DATA = @INSTALL_DATA@
   9.202 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
   9.203 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
   9.204 -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   9.205 -LDFLAGS = @LDFLAGS@
   9.206 -LIBOBJS = @LIBOBJS@
   9.207 -LIBS = @LIBS@
   9.208 -LTLIBOBJS = @LTLIBOBJS@
   9.209 -MAKEINFO = @MAKEINFO@
   9.210 -MKDIR_P = @MKDIR_P@
   9.211 -OBJEXT = @OBJEXT@
   9.212 -PACKAGE = @PACKAGE@
   9.213 -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
   9.214 -PACKAGE_NAME = @PACKAGE_NAME@
   9.215 -PACKAGE_STRING = @PACKAGE_STRING@
   9.216 -PACKAGE_TARNAME = @PACKAGE_TARNAME@
   9.217 -PACKAGE_URL = @PACKAGE_URL@
   9.218 -PACKAGE_VERSION = @PACKAGE_VERSION@
   9.219 -PATH_SEPARATOR = @PATH_SEPARATOR@
   9.220 -SET_MAKE = @SET_MAKE@
   9.221 -SHELL = @SHELL@
   9.222 -STRIP = @STRIP@
   9.223 -VERSION = @VERSION@
   9.224 -abs_builddir = @abs_builddir@
   9.225 -abs_srcdir = @abs_srcdir@
   9.226 -abs_top_builddir = @abs_top_builddir@
   9.227 -abs_top_srcdir = @abs_top_srcdir@
   9.228 -ac_ct_CC = @ac_ct_CC@
   9.229 -am__include = @am__include@
   9.230 -am__leading_dot = @am__leading_dot@
   9.231 -am__quote = @am__quote@
   9.232 -am__tar = @am__tar@
   9.233 -am__untar = @am__untar@
   9.234 -bindir = @bindir@
   9.235 -build_alias = @build_alias@
   9.236 -builddir = @builddir@
   9.237 -datadir = @datadir@
   9.238 -datarootdir = @datarootdir@
   9.239 -docdir = @docdir@
   9.240 -dvidir = @dvidir@
   9.241 -exec_prefix = @exec_prefix@
   9.242 -host_alias = @host_alias@
   9.243 -htmldir = @htmldir@
   9.244 -includedir = @includedir@
   9.245 -infodir = @infodir@
   9.246 -install_sh = @install_sh@
   9.247 -libdir = @libdir@
   9.248 -libexecdir = @libexecdir@
   9.249 -localedir = @localedir@
   9.250 -localstatedir = @localstatedir@
   9.251 -mandir = @mandir@
   9.252 -mkdir_p = @mkdir_p@
   9.253 -oldincludedir = @oldincludedir@
   9.254 -pdfdir = @pdfdir@
   9.255 -prefix = @prefix@
   9.256 -program_transform_name = @program_transform_name@
   9.257 -psdir = @psdir@
   9.258 -sbindir = @sbindir@
   9.259 -sharedstatedir = @sharedstatedir@
   9.260 -srcdir = @srcdir@
   9.261 -sysconfdir = @sysconfdir@
   9.262 -target_alias = @target_alias@
   9.263 -top_build_prefix = @top_build_prefix@
   9.264 -top_builddir = @top_builddir@
   9.265 -top_srcdir = @top_srcdir@
   9.266 -@DEBUG_FALSE@AM_CFLAGS = -O2
   9.267 -@DEBUG_TRUE@AM_CFLAGS = -g -O0 -Wall
   9.268 -cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c \
   9.269 -		scanner.c settings.c string_list.c suffix_fnc.c
   9.270 -
   9.271 -EXTRA_DIST = arguments.h bfile_heuristics.h cline.h regex_parser.h scanner.h \
   9.272 -	     settings.h stdinc.h string_list.h suffix_fnc.h
   9.273 -
   9.274 -all: all-am
   9.275 -
   9.276 -.SUFFIXES:
   9.277 -.SUFFIXES: .c .o .obj
   9.278 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
   9.279 -	@for dep in $?; do \
   9.280 -	  case '$(am__configure_deps)' in \
   9.281 -	    *$$dep*) \
   9.282 -	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
   9.283 -	        && { if test -f $@; then exit 0; else break; fi; }; \
   9.284 -	      exit 1;; \
   9.285 -	  esac; \
   9.286 -	done; \
   9.287 -	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
   9.288 -	$(am__cd) $(top_srcdir) && \
   9.289 -	  $(AUTOMAKE) --gnu src/Makefile
   9.290 -.PRECIOUS: Makefile
   9.291 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   9.292 -	@case '$?' in \
   9.293 -	  *config.status*) \
   9.294 -	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   9.295 -	  *) \
   9.296 -	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
   9.297 -	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
   9.298 -	esac;
   9.299 -
   9.300 -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   9.301 -	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   9.302 -
   9.303 -$(top_srcdir)/configure:  $(am__configure_deps)
   9.304 -	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   9.305 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
   9.306 -	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   9.307 -$(am__aclocal_m4_deps):
   9.308 -install-binPROGRAMS: $(bin_PROGRAMS)
   9.309 -	@$(NORMAL_INSTALL)
   9.310 -	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
   9.311 -	if test -n "$$list"; then \
   9.312 -	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
   9.313 -	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
   9.314 -	fi; \
   9.315 -	for p in $$list; do echo "$$p $$p"; done | \
   9.316 -	sed 's/$(EXEEXT)$$//' | \
   9.317 -	while read p p1; do if test -f $$p \
   9.318 -	  ; then echo "$$p"; echo "$$p"; else :; fi; \
   9.319 -	done | \
   9.320 -	sed -e 'p;s,.*/,,;n;h' \
   9.321 -	    -e 's|.*|.|' \
   9.322 -	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
   9.323 -	sed 'N;N;N;s,\n, ,g' | \
   9.324 -	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
   9.325 -	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
   9.326 -	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
   9.327 -	    else { print "f", $$3 "/" $$4, $$1; } } \
   9.328 -	  END { for (d in files) print "f", d, files[d] }' | \
   9.329 -	while read type dir files; do \
   9.330 -	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
   9.331 -	    test -z "$$files" || { \
   9.332 -	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
   9.333 -	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
   9.334 -	    } \
   9.335 -	; done
   9.336 -
   9.337 -uninstall-binPROGRAMS:
   9.338 -	@$(NORMAL_UNINSTALL)
   9.339 -	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
   9.340 -	files=`for p in $$list; do echo "$$p"; done | \
   9.341 -	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
   9.342 -	      -e 's/$$/$(EXEEXT)/' \
   9.343 -	`; \
   9.344 -	test -n "$$list" || exit 0; \
   9.345 -	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
   9.346 -	cd "$(DESTDIR)$(bindir)" && rm -f $$files
   9.347 -
   9.348 -clean-binPROGRAMS:
   9.349 -	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
   9.350 -
   9.351 -cline$(EXEEXT): $(cline_OBJECTS) $(cline_DEPENDENCIES) $(EXTRA_cline_DEPENDENCIES) 
   9.352 -	@rm -f cline$(EXEEXT)
   9.353 -	$(AM_V_CCLD)$(LINK) $(cline_OBJECTS) $(cline_LDADD) $(LIBS)
   9.354 -
   9.355 -mostlyclean-compile:
   9.356 -	-rm -f *.$(OBJEXT)
   9.357 -
   9.358 -distclean-compile:
   9.359 -	-rm -f *.tab.c
   9.360 -
   9.361 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arguments.Po@am__quote@
   9.362 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfile_heuristics.Po@am__quote@
   9.363 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cline.Po@am__quote@
   9.364 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex_parser.Po@am__quote@
   9.365 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Po@am__quote@
   9.366 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settings.Po@am__quote@
   9.367 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string_list.Po@am__quote@
   9.368 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suffix_fnc.Po@am__quote@
   9.369 -
   9.370 -.c.o:
   9.371 -@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
   9.372 -@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
   9.373 -@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   9.374 -@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   9.375 -@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
   9.376 -
   9.377 -.c.obj:
   9.378 -@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
   9.379 -@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
   9.380 -@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   9.381 -@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   9.382 -@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
   9.383 -
   9.384 -ID: $(am__tagged_files)
   9.385 -	$(am__define_uniq_tagged_files); mkid -fID $$unique
   9.386 -tags: tags-am
   9.387 -TAGS: tags
   9.388 -
   9.389 -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   9.390 -	set x; \
   9.391 -	here=`pwd`; \
   9.392 -	$(am__define_uniq_tagged_files); \
   9.393 -	shift; \
   9.394 -	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
   9.395 -	  test -n "$$unique" || unique=$$empty_fix; \
   9.396 -	  if test $$# -gt 0; then \
   9.397 -	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   9.398 -	      "$$@" $$unique; \
   9.399 -	  else \
   9.400 -	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   9.401 -	      $$unique; \
   9.402 -	  fi; \
   9.403 -	fi
   9.404 -ctags: ctags-am
   9.405 -
   9.406 -CTAGS: ctags
   9.407 -ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   9.408 -	$(am__define_uniq_tagged_files); \
   9.409 -	test -z "$(CTAGS_ARGS)$$unique" \
   9.410 -	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   9.411 -	     $$unique
   9.412 -
   9.413 -GTAGS:
   9.414 -	here=`$(am__cd) $(top_builddir) && pwd` \
   9.415 -	  && $(am__cd) $(top_srcdir) \
   9.416 -	  && gtags -i $(GTAGS_ARGS) "$$here"
   9.417 -cscopelist: cscopelist-am
   9.418 -
   9.419 -cscopelist-am: $(am__tagged_files)
   9.420 -	list='$(am__tagged_files)'; \
   9.421 -	case "$(srcdir)" in \
   9.422 -	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
   9.423 -	  *) sdir=$(subdir)/$(srcdir) ;; \
   9.424 -	esac; \
   9.425 -	for i in $$list; do \
   9.426 -	  if test -f "$$i"; then \
   9.427 -	    echo "$(subdir)/$$i"; \
   9.428 -	  else \
   9.429 -	    echo "$$sdir/$$i"; \
   9.430 -	  fi; \
   9.431 -	done >> $(top_builddir)/cscope.files
   9.432 -
   9.433 -distclean-tags:
   9.434 -	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   9.435 -
   9.436 -distdir: $(DISTFILES)
   9.437 -	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   9.438 -	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   9.439 -	list='$(DISTFILES)'; \
   9.440 -	  dist_files=`for file in $$list; do echo $$file; done | \
   9.441 -	  sed -e "s|^$$srcdirstrip/||;t" \
   9.442 -	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
   9.443 -	case $$dist_files in \
   9.444 -	  */*) $(MKDIR_P) `echo "$$dist_files" | \
   9.445 -			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
   9.446 -			   sort -u` ;; \
   9.447 -	esac; \
   9.448 -	for file in $$dist_files; do \
   9.449 -	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   9.450 -	  if test -d $$d/$$file; then \
   9.451 -	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
   9.452 -	    if test -d "$(distdir)/$$file"; then \
   9.453 -	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   9.454 -	    fi; \
   9.455 -	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   9.456 -	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
   9.457 -	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   9.458 -	    fi; \
   9.459 -	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
   9.460 -	  else \
   9.461 -	    test -f "$(distdir)/$$file" \
   9.462 -	    || cp -p $$d/$$file "$(distdir)/$$file" \
   9.463 -	    || exit 1; \
   9.464 -	  fi; \
   9.465 -	done
   9.466 -check-am: all-am
   9.467 -check: check-am
   9.468 -all-am: Makefile $(PROGRAMS)
   9.469 -installdirs:
   9.470 -	for dir in "$(DESTDIR)$(bindir)"; do \
   9.471 -	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
   9.472 -	done
   9.473 -install: install-am
   9.474 -install-exec: install-exec-am
   9.475 -install-data: install-data-am
   9.476 -uninstall: uninstall-am
   9.477 -
   9.478 -install-am: all-am
   9.479 -	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   9.480 -
   9.481 -installcheck: installcheck-am
   9.482 -install-strip:
   9.483 -	if test -z '$(STRIP)'; then \
   9.484 -	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   9.485 -	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   9.486 -	      install; \
   9.487 -	else \
   9.488 -	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   9.489 -	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   9.490 -	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   9.491 -	fi
   9.492 -mostlyclean-generic:
   9.493 -
   9.494 -clean-generic:
   9.495 -
   9.496 -distclean-generic:
   9.497 -	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   9.498 -	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   9.499 -
   9.500 -maintainer-clean-generic:
   9.501 -	@echo "This command is intended for maintainers to use"
   9.502 -	@echo "it deletes files that may require special tools to rebuild."
   9.503 -clean: clean-am
   9.504 -
   9.505 -clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
   9.506 -
   9.507 -distclean: distclean-am
   9.508 -	-rm -rf ./$(DEPDIR)
   9.509 -	-rm -f Makefile
   9.510 -distclean-am: clean-am distclean-compile distclean-generic \
   9.511 -	distclean-tags
   9.512 -
   9.513 -dvi: dvi-am
   9.514 -
   9.515 -dvi-am:
   9.516 -
   9.517 -html: html-am
   9.518 -
   9.519 -html-am:
   9.520 -
   9.521 -info: info-am
   9.522 -
   9.523 -info-am:
   9.524 -
   9.525 -install-data-am:
   9.526 -
   9.527 -install-dvi: install-dvi-am
   9.528 -
   9.529 -install-dvi-am:
   9.530 -
   9.531 -install-exec-am: install-binPROGRAMS
   9.532 -
   9.533 -install-html: install-html-am
   9.534 -
   9.535 -install-html-am:
   9.536 -
   9.537 -install-info: install-info-am
   9.538 -
   9.539 -install-info-am:
   9.540 -
   9.541 -install-man:
   9.542 -
   9.543 -install-pdf: install-pdf-am
   9.544 -
   9.545 -install-pdf-am:
   9.546 -
   9.547 -install-ps: install-ps-am
   9.548 -
   9.549 -install-ps-am:
   9.550 -
   9.551 -installcheck-am:
   9.552 -
   9.553 -maintainer-clean: maintainer-clean-am
   9.554 -	-rm -rf ./$(DEPDIR)
   9.555 -	-rm -f Makefile
   9.556 -maintainer-clean-am: distclean-am maintainer-clean-generic
   9.557 -
   9.558 -mostlyclean: mostlyclean-am
   9.559 -
   9.560 -mostlyclean-am: mostlyclean-compile mostlyclean-generic
   9.561 -
   9.562 -pdf: pdf-am
   9.563 -
   9.564 -pdf-am:
   9.565 -
   9.566 -ps: ps-am
   9.567 -
   9.568 -ps-am:
   9.569 -
   9.570 -uninstall-am: uninstall-binPROGRAMS
   9.571 -
   9.572 -.MAKE: install-am install-strip
   9.573 -
   9.574 -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
   9.575 -	clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
   9.576 -	distclean distclean-compile distclean-generic distclean-tags \
   9.577 -	distdir dvi dvi-am html html-am info info-am install \
   9.578 -	install-am install-binPROGRAMS install-data install-data-am \
   9.579 -	install-dvi install-dvi-am install-exec install-exec-am \
   9.580 -	install-html install-html-am install-info install-info-am \
   9.581 -	install-man install-pdf install-pdf-am install-ps \
   9.582 -	install-ps-am install-strip installcheck installcheck-am \
   9.583 -	installdirs maintainer-clean maintainer-clean-generic \
   9.584 -	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
   9.585 -	ps ps-am tags tags-am uninstall uninstall-am \
   9.586 -	uninstall-binPROGRAMS
   9.587 -
   9.588 -
   9.589 -# Tell versions [3.59,3.63) of GNU make to not export all variables.
   9.590 -# Otherwise a system limit (for SysV at least) may be exceeded.
   9.591 -.NOEXPORT:

mercurial