Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-alt r1699 - trunk/baselayout-prefix/gnulib
Date: Thu, 31 Mar 2011 18:11:25
Message-Id: 20110331181050.8393120054@flycatcher.gentoo.org
1 Author: grobian
2 Date: 2011-03-31 18:10:49 +0000 (Thu, 31 Mar 2011)
3 New Revision: 1699
4
5 Removed:
6 trunk/baselayout-prefix/gnulib/Makefile.in
7 trunk/baselayout-prefix/gnulib/configure
8 Log:
9 drop (to be) generated files)
10
11 Deleted: trunk/baselayout-prefix/gnulib/Makefile.in
12 ===================================================================
13 --- trunk/baselayout-prefix/gnulib/Makefile.in 2011-03-31 17:53:20 UTC (rev 1698)
14 +++ trunk/baselayout-prefix/gnulib/Makefile.in 2011-03-31 18:10:49 UTC (rev 1699)
15 @@ -1,812 +0,0 @@
16 -# Makefile.in generated by automake 1.11.1 from Makefile.am.
17 -# @configure_input@
18 -
19 -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
20 -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
21 -# Inc.
22 -# This Makefile.in is free software; the Free Software Foundation
23 -# gives unlimited permission to copy and/or distribute it,
24 -# with or without modifications, as long as this notice is preserved.
25 -
26 -# This program is distributed in the hope that it will be useful,
27 -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
28 -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
29 -# PARTICULAR PURPOSE.
30 -
31 -@SET_MAKE@
32 -VPATH = @srcdir@
33 -pkgdatadir = $(datadir)/@PACKAGE@
34 -pkgincludedir = $(includedir)/@PACKAGE@
35 -pkglibdir = $(libdir)/@PACKAGE@
36 -pkglibexecdir = $(libexecdir)/@PACKAGE@
37 -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
38 -install_sh_DATA = $(install_sh) -c -m 644
39 -install_sh_PROGRAM = $(install_sh) -c
40 -install_sh_SCRIPT = $(install_sh) -c
41 -INSTALL_HEADER = $(INSTALL_DATA)
42 -transform = $(program_transform_name)
43 -NORMAL_INSTALL = :
44 -PRE_INSTALL = :
45 -POST_INSTALL = :
46 -NORMAL_UNINSTALL = :
47 -PRE_UNINSTALL = :
48 -POST_UNINSTALL = :
49 -build_triplet = @build@
50 -host_triplet = @host@
51 -subdir = .
52 -DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
53 - $(srcdir)/Makefile.in $(srcdir)/config.h.in \
54 - $(top_srcdir)/configure build-aux/config.guess \
55 - build-aux/config.sub build-aux/depcomp build-aux/install-sh \
56 - build-aux/missing
57 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 -am__aclocal_m4_deps = $(top_srcdir)/glm4/00gnulib.m4 \
59 - $(top_srcdir)/glm4/extensions.m4 $(top_srcdir)/glm4/getopt.m4 \
60 - $(top_srcdir)/glm4/gnulib-common.m4 \
61 - $(top_srcdir)/glm4/include_next.m4 \
62 - $(top_srcdir)/glm4/onceonly.m4 $(top_srcdir)/glm4/string_h.m4 \
63 - $(top_srcdir)/glm4/strndup.m4 $(top_srcdir)/glm4/strnlen.m4 \
64 - $(top_srcdir)/glm4/strsep.m4 $(top_srcdir)/glm4/unistd_h.m4 \
65 - $(top_srcdir)/configure.ac
66 -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67 - $(ACLOCAL_M4)
68 -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
69 - configure.lineno config.status.lineno
70 -mkinstalldirs = $(install_sh) -d
71 -CONFIG_HEADER = config.h
72 -CONFIG_CLEAN_FILES =
73 -CONFIG_CLEAN_VPATH_FILES =
74 -SOURCES =
75 -DIST_SOURCES =
76 -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
77 - html-recursive info-recursive install-data-recursive \
78 - install-dvi-recursive install-exec-recursive \
79 - install-html-recursive install-info-recursive \
80 - install-pdf-recursive install-ps-recursive install-recursive \
81 - installcheck-recursive installdirs-recursive pdf-recursive \
82 - ps-recursive uninstall-recursive
83 -RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
84 - distclean-recursive maintainer-clean-recursive
85 -AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
86 - $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
87 - distdir dist dist-all distcheck
88 -ETAGS = etags
89 -CTAGS = ctags
90 -DIST_SUBDIRS = $(SUBDIRS)
91 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92 -distdir = $(PACKAGE)-$(VERSION)
93 -top_distdir = $(distdir)
94 -am__remove_distdir = \
95 - { test ! -d "$(distdir)" \
96 - || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
97 - && rm -fr "$(distdir)"; }; }
98 -am__relativize = \
99 - dir0=`pwd`; \
100 - sed_first='s,^\([^/]*\)/.*$$,\1,'; \
101 - sed_rest='s,^[^/]*/*,,'; \
102 - sed_last='s,^.*/\([^/]*\)$$,\1,'; \
103 - sed_butlast='s,/*[^/]*$$,,'; \
104 - while test -n "$$dir1"; do \
105 - first=`echo "$$dir1" | sed -e "$$sed_first"`; \
106 - if test "$$first" != "."; then \
107 - if test "$$first" = ".."; then \
108 - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
109 - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
110 - else \
111 - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
112 - if test "$$first2" = "$$first"; then \
113 - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
114 - else \
115 - dir2="../$$dir2"; \
116 - fi; \
117 - dir0="$$dir0"/"$$first"; \
118 - fi; \
119 - fi; \
120 - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
121 - done; \
122 - reldir="$$dir2"
123 -DIST_ARCHIVES = $(distdir).tar.gz
124 -GZIP_ENV = --best
125 -distuninstallcheck_listfiles = find . -type f -print
126 -distcleancheck_listfiles = find . -type f -print
127 -ACLOCAL = @ACLOCAL@
128 -AMTAR = @AMTAR@
129 -AUTOCONF = @AUTOCONF@
130 -AUTOHEADER = @AUTOHEADER@
131 -AUTOMAKE = @AUTOMAKE@
132 -AWK = @AWK@
133 -CC = @CC@
134 -CCDEPMODE = @CCDEPMODE@
135 -CFLAGS = @CFLAGS@
136 -CPP = @CPP@
137 -CPPFLAGS = @CPPFLAGS@
138 -CYGPATH_W = @CYGPATH_W@
139 -DEFS = @DEFS@
140 -DEPDIR = @DEPDIR@
141 -ECHO_C = @ECHO_C@
142 -ECHO_N = @ECHO_N@
143 -ECHO_T = @ECHO_T@
144 -EGREP = @EGREP@
145 -EXEEXT = @EXEEXT@
146 -GETOPT_H = @GETOPT_H@
147 -GNULIB_CHOWN = @GNULIB_CHOWN@
148 -GNULIB_CLOSE = @GNULIB_CLOSE@
149 -GNULIB_DUP2 = @GNULIB_DUP2@
150 -GNULIB_ENVIRON = @GNULIB_ENVIRON@
151 -GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
152 -GNULIB_FCHDIR = @GNULIB_FCHDIR@
153 -GNULIB_FSYNC = @GNULIB_FSYNC@
154 -GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
155 -GNULIB_GETCWD = @GNULIB_GETCWD@
156 -GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
157 -GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
158 -GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
159 -GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
160 -GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
161 -GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
162 -GNULIB_LCHOWN = @GNULIB_LCHOWN@
163 -GNULIB_LINK = @GNULIB_LINK@
164 -GNULIB_LSEEK = @GNULIB_LSEEK@
165 -GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
166 -GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
167 -GNULIB_MBSCHR = @GNULIB_MBSCHR@
168 -GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
169 -GNULIB_MBSLEN = @GNULIB_MBSLEN@
170 -GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
171 -GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
172 -GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
173 -GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
174 -GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
175 -GNULIB_MBSSEP = @GNULIB_MBSSEP@
176 -GNULIB_MBSSPN = @GNULIB_MBSSPN@
177 -GNULIB_MBSSTR = @GNULIB_MBSSTR@
178 -GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
179 -GNULIB_MEMMEM = @GNULIB_MEMMEM@
180 -GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
181 -GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
182 -GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
183 -GNULIB_READLINK = @GNULIB_READLINK@
184 -GNULIB_SLEEP = @GNULIB_SLEEP@
185 -GNULIB_STPCPY = @GNULIB_STPCPY@
186 -GNULIB_STPNCPY = @GNULIB_STPNCPY@
187 -GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
188 -GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
189 -GNULIB_STRDUP = @GNULIB_STRDUP@
190 -GNULIB_STRERROR = @GNULIB_STRERROR@
191 -GNULIB_STRNDUP = @GNULIB_STRNDUP@
192 -GNULIB_STRNLEN = @GNULIB_STRNLEN@
193 -GNULIB_STRPBRK = @GNULIB_STRPBRK@
194 -GNULIB_STRSEP = @GNULIB_STRSEP@
195 -GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
196 -GNULIB_STRSTR = @GNULIB_STRSTR@
197 -GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
198 -GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
199 -GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
200 -GNULIB_WRITE = @GNULIB_WRITE@
201 -GREP = @GREP@
202 -HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
203 -HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
204 -HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
205 -HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
206 -HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
207 -HAVE_DECL_STRERROR = @HAVE_DECL_STRERROR@
208 -HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
209 -HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
210 -HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
211 -HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
212 -HAVE_DUP2 = @HAVE_DUP2@
213 -HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
214 -HAVE_FSYNC = @HAVE_FSYNC@
215 -HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
216 -HAVE_GETDOMAINNAME = @HAVE_GETDOMAINNAME@
217 -HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
218 -HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
219 -HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
220 -HAVE_GETUSERSHELL = @HAVE_GETUSERSHELL@
221 -HAVE_LINK = @HAVE_LINK@
222 -HAVE_MEMPCPY = @HAVE_MEMPCPY@
223 -HAVE_OS_H = @HAVE_OS_H@
224 -HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
225 -HAVE_READLINK = @HAVE_READLINK@
226 -HAVE_SLEEP = @HAVE_SLEEP@
227 -HAVE_STPCPY = @HAVE_STPCPY@
228 -HAVE_STPNCPY = @HAVE_STPNCPY@
229 -HAVE_STRCASESTR = @HAVE_STRCASESTR@
230 -HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
231 -HAVE_STRNDUP = @HAVE_STRNDUP@
232 -HAVE_STRPBRK = @HAVE_STRPBRK@
233 -HAVE_STRSEP = @HAVE_STRSEP@
234 -HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
235 -HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
236 -HAVE_UNISTD_H = @HAVE_UNISTD_H@
237 -INCLUDE_NEXT = @INCLUDE_NEXT@
238 -INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
239 -INSTALL = @INSTALL@
240 -INSTALL_DATA = @INSTALL_DATA@
241 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
242 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
243 -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
244 -LDFLAGS = @LDFLAGS@
245 -LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
246 -LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
247 -LIBINTL = @LIBINTL@
248 -LIBOBJS = @LIBOBJS@
249 -LIBS = @LIBS@
250 -LTLIBINTL = @LTLIBINTL@
251 -LTLIBOBJS = @LTLIBOBJS@
252 -MAKEINFO = @MAKEINFO@
253 -MKDIR_P = @MKDIR_P@
254 -NEXT_STRING_H = @NEXT_STRING_H@
255 -NEXT_UNISTD_H = @NEXT_UNISTD_H@
256 -OBJEXT = @OBJEXT@
257 -PACKAGE = @PACKAGE@
258 -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
259 -PACKAGE_NAME = @PACKAGE_NAME@
260 -PACKAGE_STRING = @PACKAGE_STRING@
261 -PACKAGE_TARNAME = @PACKAGE_TARNAME@
262 -PACKAGE_URL = @PACKAGE_URL@
263 -PACKAGE_VERSION = @PACKAGE_VERSION@
264 -PATH_SEPARATOR = @PATH_SEPARATOR@
265 -PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
266 -RANLIB = @RANLIB@
267 -REPLACE_CHOWN = @REPLACE_CHOWN@
268 -REPLACE_CLOSE = @REPLACE_CLOSE@
269 -REPLACE_FCHDIR = @REPLACE_FCHDIR@
270 -REPLACE_GETCWD = @REPLACE_GETCWD@
271 -REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
272 -REPLACE_LCHOWN = @REPLACE_LCHOWN@
273 -REPLACE_LSEEK = @REPLACE_LSEEK@
274 -REPLACE_MEMMEM = @REPLACE_MEMMEM@
275 -REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
276 -REPLACE_STRDUP = @REPLACE_STRDUP@
277 -REPLACE_STRERROR = @REPLACE_STRERROR@
278 -REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
279 -REPLACE_STRSTR = @REPLACE_STRSTR@
280 -REPLACE_WRITE = @REPLACE_WRITE@
281 -SET_MAKE = @SET_MAKE@
282 -SHELL = @SHELL@
283 -STRIP = @STRIP@
284 -UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
285 -VERSION = @VERSION@
286 -abs_builddir = @abs_builddir@
287 -abs_srcdir = @abs_srcdir@
288 -abs_top_builddir = @abs_top_builddir@
289 -abs_top_srcdir = @abs_top_srcdir@
290 -ac_ct_CC = @ac_ct_CC@
291 -am__include = @am__include@
292 -am__leading_dot = @am__leading_dot@
293 -am__quote = @am__quote@
294 -am__tar = @am__tar@
295 -am__untar = @am__untar@
296 -bindir = @bindir@
297 -build = @build@
298 -build_alias = @build_alias@
299 -build_cpu = @build_cpu@
300 -build_os = @build_os@
301 -build_vendor = @build_vendor@
302 -builddir = @builddir@
303 -datadir = @datadir@
304 -datarootdir = @datarootdir@
305 -docdir = @docdir@
306 -dvidir = @dvidir@
307 -exec_prefix = @exec_prefix@
308 -gl_LIBOBJS = @gl_LIBOBJS@
309 -gl_LTLIBOBJS = @gl_LTLIBOBJS@
310 -host = @host@
311 -host_alias = @host_alias@
312 -host_cpu = @host_cpu@
313 -host_os = @host_os@
314 -host_vendor = @host_vendor@
315 -htmldir = @htmldir@
316 -includedir = @includedir@
317 -infodir = @infodir@
318 -install_sh = @install_sh@
319 -libdir = @libdir@
320 -libexecdir = @libexecdir@
321 -localedir = @localedir@
322 -localstatedir = @localstatedir@
323 -mandir = @mandir@
324 -mkdir_p = @mkdir_p@
325 -oldincludedir = @oldincludedir@
326 -pdfdir = @pdfdir@
327 -prefix = @prefix@
328 -program_transform_name = @program_transform_name@
329 -psdir = @psdir@
330 -sbindir = @sbindir@
331 -sharedstatedir = @sharedstatedir@
332 -srcdir = @srcdir@
333 -sysconfdir = @sysconfdir@
334 -target_alias = @target_alias@
335 -top_build_prefix = @top_build_prefix@
336 -top_builddir = @top_builddir@
337 -top_srcdir = @top_srcdir@
338 -AUTOMAKE_OPTIONS = 1.5 foreign
339 -SUBDIRS = gllib glm4
340 -ACLOCAL_AMFLAGS = -I glm4
341 -all: config.h
342 - $(MAKE) $(AM_MAKEFLAGS) all-recursive
343 -
344 -.SUFFIXES:
345 -am--refresh:
346 - @:
347 -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
348 - @for dep in $?; do \
349 - case '$(am__configure_deps)' in \
350 - *$$dep*) \
351 - echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
352 - $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
353 - && exit 0; \
354 - exit 1;; \
355 - esac; \
356 - done; \
357 - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
358 - $(am__cd) $(top_srcdir) && \
359 - $(AUTOMAKE) --foreign Makefile
360 -.PRECIOUS: Makefile
361 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
362 - @case '$?' in \
363 - *config.status*) \
364 - echo ' $(SHELL) ./config.status'; \
365 - $(SHELL) ./config.status;; \
366 - *) \
367 - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
368 - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
369 - esac;
370 -
371 -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
372 - $(SHELL) ./config.status --recheck
373 -
374 -$(top_srcdir)/configure: $(am__configure_deps)
375 - $(am__cd) $(srcdir) && $(AUTOCONF)
376 -$(ACLOCAL_M4): $(am__aclocal_m4_deps)
377 - $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
378 -$(am__aclocal_m4_deps):
379 -
380 -config.h: stamp-h1
381 - @if test ! -f $@; then \
382 - rm -f stamp-h1; \
383 - $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
384 - else :; fi
385 -
386 -stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
387 - @rm -f stamp-h1
388 - cd $(top_builddir) && $(SHELL) ./config.status config.h
389 -$(srcdir)/config.h.in: $(am__configure_deps)
390 - ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
391 - rm -f stamp-h1
392 - touch $@
393 -
394 -distclean-hdr:
395 - -rm -f config.h stamp-h1
396 -
397 -# This directory's subdirectories are mostly independent; you can cd
398 -# into them and run `make' without going through this Makefile.
399 -# To change the values of `make' variables: instead of editing Makefiles,
400 -# (1) if the variable is set in `config.status', edit `config.status'
401 -# (which will cause the Makefiles to be regenerated when you run `make');
402 -# (2) otherwise, pass the desired values on the `make' command line.
403 -$(RECURSIVE_TARGETS):
404 - @fail= failcom='exit 1'; \
405 - for f in x $$MAKEFLAGS; do \
406 - case $$f in \
407 - *=* | --[!k]*);; \
408 - *k*) failcom='fail=yes';; \
409 - esac; \
410 - done; \
411 - dot_seen=no; \
412 - target=`echo $@ | sed s/-recursive//`; \
413 - list='$(SUBDIRS)'; for subdir in $$list; do \
414 - echo "Making $$target in $$subdir"; \
415 - if test "$$subdir" = "."; then \
416 - dot_seen=yes; \
417 - local_target="$$target-am"; \
418 - else \
419 - local_target="$$target"; \
420 - fi; \
421 - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
422 - || eval $$failcom; \
423 - done; \
424 - if test "$$dot_seen" = "no"; then \
425 - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
426 - fi; test -z "$$fail"
427 -
428 -$(RECURSIVE_CLEAN_TARGETS):
429 - @fail= failcom='exit 1'; \
430 - for f in x $$MAKEFLAGS; do \
431 - case $$f in \
432 - *=* | --[!k]*);; \
433 - *k*) failcom='fail=yes';; \
434 - esac; \
435 - done; \
436 - dot_seen=no; \
437 - case "$@" in \
438 - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
439 - *) list='$(SUBDIRS)' ;; \
440 - esac; \
441 - rev=''; for subdir in $$list; do \
442 - if test "$$subdir" = "."; then :; else \
443 - rev="$$subdir $$rev"; \
444 - fi; \
445 - done; \
446 - rev="$$rev ."; \
447 - target=`echo $@ | sed s/-recursive//`; \
448 - for subdir in $$rev; do \
449 - echo "Making $$target in $$subdir"; \
450 - if test "$$subdir" = "."; then \
451 - local_target="$$target-am"; \
452 - else \
453 - local_target="$$target"; \
454 - fi; \
455 - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
456 - || eval $$failcom; \
457 - done && test -z "$$fail"
458 -tags-recursive:
459 - list='$(SUBDIRS)'; for subdir in $$list; do \
460 - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
461 - done
462 -ctags-recursive:
463 - list='$(SUBDIRS)'; for subdir in $$list; do \
464 - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
465 - done
466 -
467 -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
468 - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
469 - unique=`for i in $$list; do \
470 - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471 - done | \
472 - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
473 - END { if (nonempty) { for (i in files) print i; }; }'`; \
474 - mkid -fID $$unique
475 -tags: TAGS
476 -
477 -TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
478 - $(TAGS_FILES) $(LISP)
479 - set x; \
480 - here=`pwd`; \
481 - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
482 - include_option=--etags-include; \
483 - empty_fix=.; \
484 - else \
485 - include_option=--include; \
486 - empty_fix=; \
487 - fi; \
488 - list='$(SUBDIRS)'; for subdir in $$list; do \
489 - if test "$$subdir" = .; then :; else \
490 - test ! -f $$subdir/TAGS || \
491 - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
492 - fi; \
493 - done; \
494 - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
495 - unique=`for i in $$list; do \
496 - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497 - done | \
498 - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
499 - END { if (nonempty) { for (i in files) print i; }; }'`; \
500 - shift; \
501 - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
502 - test -n "$$unique" || unique=$$empty_fix; \
503 - if test $$# -gt 0; then \
504 - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505 - "$$@" $$unique; \
506 - else \
507 - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
508 - $$unique; \
509 - fi; \
510 - fi
511 -ctags: CTAGS
512 -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
513 - $(TAGS_FILES) $(LISP)
514 - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
515 - unique=`for i in $$list; do \
516 - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
517 - done | \
518 - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
519 - END { if (nonempty) { for (i in files) print i; }; }'`; \
520 - test -z "$(CTAGS_ARGS)$$unique" \
521 - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
522 - $$unique
523 -
524 -GTAGS:
525 - here=`$(am__cd) $(top_builddir) && pwd` \
526 - && $(am__cd) $(top_srcdir) \
527 - && gtags -i $(GTAGS_ARGS) "$$here"
528 -
529 -distclean-tags:
530 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
531 -
532 -distdir: $(DISTFILES)
533 - $(am__remove_distdir)
534 - test -d "$(distdir)" || mkdir "$(distdir)"
535 - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
536 - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
537 - list='$(DISTFILES)'; \
538 - dist_files=`for file in $$list; do echo $$file; done | \
539 - sed -e "s|^$$srcdirstrip/||;t" \
540 - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
541 - case $$dist_files in \
542 - */*) $(MKDIR_P) `echo "$$dist_files" | \
543 - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
544 - sort -u` ;; \
545 - esac; \
546 - for file in $$dist_files; do \
547 - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
548 - if test -d $$d/$$file; then \
549 - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
550 - if test -d "$(distdir)/$$file"; then \
551 - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
552 - fi; \
553 - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
554 - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
555 - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
556 - fi; \
557 - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
558 - else \
559 - test -f "$(distdir)/$$file" \
560 - || cp -p $$d/$$file "$(distdir)/$$file" \
561 - || exit 1; \
562 - fi; \
563 - done
564 - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
565 - if test "$$subdir" = .; then :; else \
566 - test -d "$(distdir)/$$subdir" \
567 - || $(MKDIR_P) "$(distdir)/$$subdir" \
568 - || exit 1; \
569 - fi; \
570 - done
571 - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
572 - if test "$$subdir" = .; then :; else \
573 - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
574 - $(am__relativize); \
575 - new_distdir=$$reldir; \
576 - dir1=$$subdir; dir2="$(top_distdir)"; \
577 - $(am__relativize); \
578 - new_top_distdir=$$reldir; \
579 - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
580 - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
581 - ($(am__cd) $$subdir && \
582 - $(MAKE) $(AM_MAKEFLAGS) \
583 - top_distdir="$$new_top_distdir" \
584 - distdir="$$new_distdir" \
585 - am__remove_distdir=: \
586 - am__skip_length_check=: \
587 - am__skip_mode_fix=: \
588 - distdir) \
589 - || exit 1; \
590 - fi; \
591 - done
592 - -test -n "$(am__skip_mode_fix)" \
593 - || find "$(distdir)" -type d ! -perm -755 \
594 - -exec chmod u+rwx,go+rx {} \; -o \
595 - ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
596 - ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
597 - ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
598 - || chmod -R a+r "$(distdir)"
599 -dist-gzip: distdir
600 - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
601 - $(am__remove_distdir)
602 -
603 -dist-bzip2: distdir
604 - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
605 - $(am__remove_distdir)
606 -
607 -dist-lzma: distdir
608 - tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
609 - $(am__remove_distdir)
610 -
611 -dist-xz: distdir
612 - tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
613 - $(am__remove_distdir)
614 -
615 -dist-tarZ: distdir
616 - tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
617 - $(am__remove_distdir)
618 -
619 -dist-shar: distdir
620 - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
621 - $(am__remove_distdir)
622 -
623 -dist-zip: distdir
624 - -rm -f $(distdir).zip
625 - zip -rq $(distdir).zip $(distdir)
626 - $(am__remove_distdir)
627 -
628 -dist dist-all: distdir
629 - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
630 - $(am__remove_distdir)
631 -
632 -# This target untars the dist file and tries a VPATH configuration. Then
633 -# it guarantees that the distribution is self-contained by making another
634 -# tarfile.
635 -distcheck: dist
636 - case '$(DIST_ARCHIVES)' in \
637 - *.tar.gz*) \
638 - GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
639 - *.tar.bz2*) \
640 - bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
641 - *.tar.lzma*) \
642 - lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
643 - *.tar.xz*) \
644 - xz -dc $(distdir).tar.xz | $(am__untar) ;;\
645 - *.tar.Z*) \
646 - uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
647 - *.shar.gz*) \
648 - GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
649 - *.zip*) \
650 - unzip $(distdir).zip ;;\
651 - esac
652 - chmod -R a-w $(distdir); chmod a+w $(distdir)
653 - mkdir $(distdir)/_build
654 - mkdir $(distdir)/_inst
655 - chmod a-w $(distdir)
656 - test -d $(distdir)/_build || exit 0; \
657 - dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
658 - && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
659 - && am__cwd=`pwd` \
660 - && $(am__cd) $(distdir)/_build \
661 - && ../configure --srcdir=.. --prefix="$$dc_install_base" \
662 - $(DISTCHECK_CONFIGURE_FLAGS) \
663 - && $(MAKE) $(AM_MAKEFLAGS) \
664 - && $(MAKE) $(AM_MAKEFLAGS) dvi \
665 - && $(MAKE) $(AM_MAKEFLAGS) check \
666 - && $(MAKE) $(AM_MAKEFLAGS) install \
667 - && $(MAKE) $(AM_MAKEFLAGS) installcheck \
668 - && $(MAKE) $(AM_MAKEFLAGS) uninstall \
669 - && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
670 - distuninstallcheck \
671 - && chmod -R a-w "$$dc_install_base" \
672 - && ({ \
673 - (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
674 - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
675 - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
676 - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
677 - distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
678 - } || { rm -rf "$$dc_destdir"; exit 1; }) \
679 - && rm -rf "$$dc_destdir" \
680 - && $(MAKE) $(AM_MAKEFLAGS) dist \
681 - && rm -rf $(DIST_ARCHIVES) \
682 - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
683 - && cd "$$am__cwd" \
684 - || exit 1
685 - $(am__remove_distdir)
686 - @(echo "$(distdir) archives ready for distribution: "; \
687 - list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
688 - sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
689 -distuninstallcheck:
690 - @$(am__cd) '$(distuninstallcheck_dir)' \
691 - && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
692 - || { echo "ERROR: files left after uninstall:" ; \
693 - if test -n "$(DESTDIR)"; then \
694 - echo " (check DESTDIR support)"; \
695 - fi ; \
696 - $(distuninstallcheck_listfiles) ; \
697 - exit 1; } >&2
698 -distcleancheck: distclean
699 - @if test '$(srcdir)' = . ; then \
700 - echo "ERROR: distcleancheck can only run from a VPATH build" ; \
701 - exit 1 ; \
702 - fi
703 - @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
704 - || { echo "ERROR: files left in build directory after distclean:" ; \
705 - $(distcleancheck_listfiles) ; \
706 - exit 1; } >&2
707 -check-am: all-am
708 -check: check-recursive
709 -all-am: Makefile config.h
710 -installdirs: installdirs-recursive
711 -installdirs-am:
712 -install: install-recursive
713 -install-exec: install-exec-recursive
714 -install-data: install-data-recursive
715 -uninstall: uninstall-recursive
716 -
717 -install-am: all-am
718 - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
719 -
720 -installcheck: installcheck-recursive
721 -install-strip:
722 - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
723 - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
724 - `test -z '$(STRIP)' || \
725 - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
726 -mostlyclean-generic:
727 -
728 -clean-generic:
729 -
730 -distclean-generic:
731 - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
732 - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
733 -
734 -maintainer-clean-generic:
735 - @echo "This command is intended for maintainers to use"
736 - @echo "it deletes files that may require special tools to rebuild."
737 -clean: clean-recursive
738 -
739 -clean-am: clean-generic mostlyclean-am
740 -
741 -distclean: distclean-recursive
742 - -rm -f $(am__CONFIG_DISTCLEAN_FILES)
743 - -rm -f Makefile
744 -distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
745 -
746 -dvi: dvi-recursive
747 -
748 -dvi-am:
749 -
750 -html: html-recursive
751 -
752 -html-am:
753 -
754 -info: info-recursive
755 -
756 -info-am:
757 -
758 -install-data-am:
759 -
760 -install-dvi: install-dvi-recursive
761 -
762 -install-dvi-am:
763 -
764 -install-exec-am:
765 -
766 -install-html: install-html-recursive
767 -
768 -install-html-am:
769 -
770 -install-info: install-info-recursive
771 -
772 -install-info-am:
773 -
774 -install-man:
775 -
776 -install-pdf: install-pdf-recursive
777 -
778 -install-pdf-am:
779 -
780 -install-ps: install-ps-recursive
781 -
782 -install-ps-am:
783 -
784 -installcheck-am:
785 -
786 -maintainer-clean: maintainer-clean-recursive
787 - -rm -f $(am__CONFIG_DISTCLEAN_FILES)
788 - -rm -rf $(top_srcdir)/autom4te.cache
789 - -rm -f Makefile
790 -maintainer-clean-am: distclean-am maintainer-clean-generic
791 -
792 -mostlyclean: mostlyclean-recursive
793 -
794 -mostlyclean-am: mostlyclean-generic
795 -
796 -pdf: pdf-recursive
797 -
798 -pdf-am:
799 -
800 -ps: ps-recursive
801 -
802 -ps-am:
803 -
804 -uninstall-am:
805 -
806 -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
807 - ctags-recursive install-am install-strip tags-recursive
808 -
809 -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
810 - all all-am am--refresh check check-am clean clean-generic \
811 - ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
812 - dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
813 - distclean distclean-generic distclean-hdr distclean-tags \
814 - distcleancheck distdir distuninstallcheck dvi dvi-am html \
815 - html-am info info-am install install-am install-data \
816 - install-data-am install-dvi install-dvi-am install-exec \
817 - install-exec-am install-html install-html-am install-info \
818 - install-info-am install-man install-pdf install-pdf-am \
819 - install-ps install-ps-am install-strip installcheck \
820 - installcheck-am installdirs installdirs-am maintainer-clean \
821 - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
822 - pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
823 -
824 -
825 -# Tell versions [3.59,3.63) of GNU make to not export all variables.
826 -# Otherwise a system limit (for SysV at least) may be exceeded.
827 -.NOEXPORT:
828
829 Deleted: trunk/baselayout-prefix/gnulib/configure
830 ===================================================================
831 --- trunk/baselayout-prefix/gnulib/configure 2011-03-31 17:53:20 UTC (rev 1698)
832 +++ trunk/baselayout-prefix/gnulib/configure 2011-03-31 18:10:49 UTC (rev 1699)
833 @@ -1,6800 +0,0 @@
834 -#! /bin/sh
835 -# Guess values for system-dependent variables and create Makefiles.
836 -# Generated by GNU Autoconf 2.68 for dummy 0.
837 -#
838 -#
839 -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
840 -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
841 -# Foundation, Inc.
842 -#
843 -#
844 -# This configure script is free software; the Free Software Foundation
845 -# gives unlimited permission to copy, distribute and modify it.
846 -## -------------------- ##
847 -## M4sh Initialization. ##
848 -## -------------------- ##
849 -
850 -# Be more Bourne compatible
851 -DUALCASE=1; export DUALCASE # for MKS sh
852 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
853 - emulate sh
854 - NULLCMD=:
855 - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
856 - # is contrary to our usage. Disable this feature.
857 - alias -g '${1+"$@"}'='"$@"'
858 - setopt NO_GLOB_SUBST
859 -else
860 - case `(set -o) 2>/dev/null` in #(
861 - *posix*) :
862 - set -o posix ;; #(
863 - *) :
864 - ;;
865 -esac
866 -fi
867 -
868 -
869 -as_nl='
870 -'
871 -export as_nl
872 -# Printing a long string crashes Solaris 7 /usr/bin/printf.
873 -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
874 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
875 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
876 -# Prefer a ksh shell builtin over an external printf program on Solaris,
877 -# but without wasting forks for bash or zsh.
878 -if test -z "$BASH_VERSION$ZSH_VERSION" \
879 - && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
880 - as_echo='print -r --'
881 - as_echo_n='print -rn --'
882 -elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
883 - as_echo='printf %s\n'
884 - as_echo_n='printf %s'
885 -else
886 - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
887 - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
888 - as_echo_n='/usr/ucb/echo -n'
889 - else
890 - as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
891 - as_echo_n_body='eval
892 - arg=$1;
893 - case $arg in #(
894 - *"$as_nl"*)
895 - expr "X$arg" : "X\\(.*\\)$as_nl";
896 - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
897 - esac;
898 - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
899 - '
900 - export as_echo_n_body
901 - as_echo_n='sh -c $as_echo_n_body as_echo'
902 - fi
903 - export as_echo_body
904 - as_echo='sh -c $as_echo_body as_echo'
905 -fi
906 -
907 -# The user is always right.
908 -if test "${PATH_SEPARATOR+set}" != set; then
909 - PATH_SEPARATOR=:
910 - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
911 - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
912 - PATH_SEPARATOR=';'
913 - }
914 -fi
915 -
916 -
917 -# IFS
918 -# We need space, tab and new line, in precisely that order. Quoting is
919 -# there to prevent editors from complaining about space-tab.
920 -# (If _AS_PATH_WALK were called with IFS unset, it would disable word
921 -# splitting by setting IFS to empty value.)
922 -IFS=" "" $as_nl"
923 -
924 -# Find who we are. Look in the path if we contain no directory separator.
925 -as_myself=
926 -case $0 in #((
927 - *[\\/]* ) as_myself=$0 ;;
928 - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
929 -for as_dir in $PATH
930 -do
931 - IFS=$as_save_IFS
932 - test -z "$as_dir" && as_dir=.
933 - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
934 - done
935 -IFS=$as_save_IFS
936 -
937 - ;;
938 -esac
939 -# We did not find ourselves, most probably we were run as `sh COMMAND'
940 -# in which case we are not to be found in the path.
941 -if test "x$as_myself" = x; then
942 - as_myself=$0
943 -fi
944 -if test ! -f "$as_myself"; then
945 - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
946 - exit 1
947 -fi
948 -
949 -# Unset variables that we do not need and which cause bugs (e.g. in
950 -# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
951 -# suppresses any "Segmentation fault" message there. '((' could
952 -# trigger a bug in pdksh 5.2.14.
953 -for as_var in BASH_ENV ENV MAIL MAILPATH
954 -do eval test x\${$as_var+set} = xset \
955 - && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
956 -done
957 -PS1='$ '
958 -PS2='> '
959 -PS4='+ '
960 -
961 -# NLS nuisances.
962 -LC_ALL=C
963 -export LC_ALL
964 -LANGUAGE=C
965 -export LANGUAGE
966 -
967 -# CDPATH.
968 -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
969 -
970 -if test "x$CONFIG_SHELL" = x; then
971 - as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
972 - emulate sh
973 - NULLCMD=:
974 - # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
975 - # is contrary to our usage. Disable this feature.
976 - alias -g '\${1+\"\$@\"}'='\"\$@\"'
977 - setopt NO_GLOB_SUBST
978 -else
979 - case \`(set -o) 2>/dev/null\` in #(
980 - *posix*) :
981 - set -o posix ;; #(
982 - *) :
983 - ;;
984 -esac
985 -fi
986 -"
987 - as_required="as_fn_return () { (exit \$1); }
988 -as_fn_success () { as_fn_return 0; }
989 -as_fn_failure () { as_fn_return 1; }
990 -as_fn_ret_success () { return 0; }
991 -as_fn_ret_failure () { return 1; }
992 -
993 -exitcode=0
994 -as_fn_success || { exitcode=1; echo as_fn_success failed.; }
995 -as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
996 -as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
997 -as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
998 -if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
999 -
1000 -else
1001 - exitcode=1; echo positional parameters were not saved.
1002 -fi
1003 -test x\$exitcode = x0 || exit 1"
1004 - as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
1005 - as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
1006 - eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
1007 - test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
1008 -test \$(( 1 + 1 )) = 2 || exit 1"
1009 - if (eval "$as_required") 2>/dev/null; then :
1010 - as_have_required=yes
1011 -else
1012 - as_have_required=no
1013 -fi
1014 - if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
1015 -
1016 -else
1017 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1018 -as_found=false
1019 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1020 -do
1021 - IFS=$as_save_IFS
1022 - test -z "$as_dir" && as_dir=.
1023 - as_found=:
1024 - case $as_dir in #(
1025 - /*)
1026 - for as_base in sh bash ksh sh5; do
1027 - # Try only shells that exist, to save several forks.
1028 - as_shell=$as_dir/$as_base
1029 - if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
1030 - { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
1031 - CONFIG_SHELL=$as_shell as_have_required=yes
1032 - if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
1033 - break 2
1034 -fi
1035 -fi
1036 - done;;
1037 - esac
1038 - as_found=false
1039 -done
1040 -$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
1041 - { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
1042 - CONFIG_SHELL=$SHELL as_have_required=yes
1043 -fi; }
1044 -IFS=$as_save_IFS
1045 -
1046 -
1047 - if test "x$CONFIG_SHELL" != x; then :
1048 - # We cannot yet assume a decent shell, so we have to provide a
1049 - # neutralization value for shells without unset; and this also
1050 - # works around shells that cannot unset nonexistent variables.
1051 - # Preserve -v and -x to the replacement shell.
1052 - BASH_ENV=/dev/null
1053 - ENV=/dev/null
1054 - (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
1055 - export CONFIG_SHELL
1056 - case $- in # ((((
1057 - *v*x* | *x*v* ) as_opts=-vx ;;
1058 - *v* ) as_opts=-v ;;
1059 - *x* ) as_opts=-x ;;
1060 - * ) as_opts= ;;
1061 - esac
1062 - exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
1063 -fi
1064 -
1065 - if test x$as_have_required = xno; then :
1066 - $as_echo "$0: This script requires a shell more modern than all"
1067 - $as_echo "$0: the shells that I found on your system."
1068 - if test x${ZSH_VERSION+set} = xset ; then
1069 - $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
1070 - $as_echo "$0: be upgraded to zsh 4.3.4 or later."
1071 - else
1072 - $as_echo "$0: Please tell bug-autoconf@×××.org about your system,
1073 -$0: including any error possibly output before this
1074 -$0: message. Then install a modern shell, or manually run
1075 -$0: the script under such a shell if you do have one."
1076 - fi
1077 - exit 1
1078 -fi
1079 -fi
1080 -fi
1081 -SHELL=${CONFIG_SHELL-/bin/sh}
1082 -export SHELL
1083 -# Unset more variables known to interfere with behavior of common tools.
1084 -CLICOLOR_FORCE= GREP_OPTIONS=
1085 -unset CLICOLOR_FORCE GREP_OPTIONS
1086 -
1087 -## --------------------- ##
1088 -## M4sh Shell Functions. ##
1089 -## --------------------- ##
1090 -# as_fn_unset VAR
1091 -# ---------------
1092 -# Portably unset VAR.
1093 -as_fn_unset ()
1094 -{
1095 - { eval $1=; unset $1;}
1096 -}
1097 -as_unset=as_fn_unset
1098 -
1099 -# as_fn_set_status STATUS
1100 -# -----------------------
1101 -# Set $? to STATUS, without forking.
1102 -as_fn_set_status ()
1103 -{
1104 - return $1
1105 -} # as_fn_set_status
1106 -
1107 -# as_fn_exit STATUS
1108 -# -----------------
1109 -# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
1110 -as_fn_exit ()
1111 -{
1112 - set +e
1113 - as_fn_set_status $1
1114 - exit $1
1115 -} # as_fn_exit
1116 -
1117 -# as_fn_mkdir_p
1118 -# -------------
1119 -# Create "$as_dir" as a directory, including parents if necessary.
1120 -as_fn_mkdir_p ()
1121 -{
1122 -
1123 - case $as_dir in #(
1124 - -*) as_dir=./$as_dir;;
1125 - esac
1126 - test -d "$as_dir" || eval $as_mkdir_p || {
1127 - as_dirs=
1128 - while :; do
1129 - case $as_dir in #(
1130 - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1131 - *) as_qdir=$as_dir;;
1132 - esac
1133 - as_dirs="'$as_qdir' $as_dirs"
1134 - as_dir=`$as_dirname -- "$as_dir" ||
1135 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1136 - X"$as_dir" : 'X\(//\)[^/]' \| \
1137 - X"$as_dir" : 'X\(//\)$' \| \
1138 - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1139 -$as_echo X"$as_dir" |
1140 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1141 - s//\1/
1142 - q
1143 - }
1144 - /^X\(\/\/\)[^/].*/{
1145 - s//\1/
1146 - q
1147 - }
1148 - /^X\(\/\/\)$/{
1149 - s//\1/
1150 - q
1151 - }
1152 - /^X\(\/\).*/{
1153 - s//\1/
1154 - q
1155 - }
1156 - s/.*/./; q'`
1157 - test -d "$as_dir" && break
1158 - done
1159 - test -z "$as_dirs" || eval "mkdir $as_dirs"
1160 - } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
1161 -
1162 -
1163 -} # as_fn_mkdir_p
1164 -# as_fn_append VAR VALUE
1165 -# ----------------------
1166 -# Append the text in VALUE to the end of the definition contained in VAR. Take
1167 -# advantage of any shell optimizations that allow amortized linear growth over
1168 -# repeated appends, instead of the typical quadratic growth present in naive
1169 -# implementations.
1170 -if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
1171 - eval 'as_fn_append ()
1172 - {
1173 - eval $1+=\$2
1174 - }'
1175 -else
1176 - as_fn_append ()
1177 - {
1178 - eval $1=\$$1\$2
1179 - }
1180 -fi # as_fn_append
1181 -
1182 -# as_fn_arith ARG...
1183 -# ------------------
1184 -# Perform arithmetic evaluation on the ARGs, and store the result in the
1185 -# global $as_val. Take advantage of shells that can avoid forks. The arguments
1186 -# must be portable across $(()) and expr.
1187 -if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
1188 - eval 'as_fn_arith ()
1189 - {
1190 - as_val=$(( $* ))
1191 - }'
1192 -else
1193 - as_fn_arith ()
1194 - {
1195 - as_val=`expr "$@" || test $? -eq 1`
1196 - }
1197 -fi # as_fn_arith
1198 -
1199 -
1200 -# as_fn_error STATUS ERROR [LINENO LOG_FD]
1201 -# ----------------------------------------
1202 -# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
1203 -# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
1204 -# script with STATUS, using 1 if that was 0.
1205 -as_fn_error ()
1206 -{
1207 - as_status=$1; test $as_status -eq 0 && as_status=1
1208 - if test "$4"; then
1209 - as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1210 - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1211 - fi
1212 - $as_echo "$as_me: error: $2" >&2
1213 - as_fn_exit $as_status
1214 -} # as_fn_error
1215 -
1216 -if expr a : '\(a\)' >/dev/null 2>&1 &&
1217 - test "X`expr 00001 : '.*\(...\)'`" = X001; then
1218 - as_expr=expr
1219 -else
1220 - as_expr=false
1221 -fi
1222 -
1223 -if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1224 - as_basename=basename
1225 -else
1226 - as_basename=false
1227 -fi
1228 -
1229 -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
1230 - as_dirname=dirname
1231 -else
1232 - as_dirname=false
1233 -fi
1234 -
1235 -as_me=`$as_basename -- "$0" ||
1236 -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1237 - X"$0" : 'X\(//\)$' \| \
1238 - X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1239 -$as_echo X/"$0" |
1240 - sed '/^.*\/\([^/][^/]*\)\/*$/{
1241 - s//\1/
1242 - q
1243 - }
1244 - /^X\/\(\/\/\)$/{
1245 - s//\1/
1246 - q
1247 - }
1248 - /^X\/\(\/\).*/{
1249 - s//\1/
1250 - q
1251 - }
1252 - s/.*/./; q'`
1253 -
1254 -# Avoid depending upon Character Ranges.
1255 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
1256 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
1257 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
1258 -as_cr_digits='0123456789'
1259 -as_cr_alnum=$as_cr_Letters$as_cr_digits
1260 -
1261 -
1262 - as_lineno_1=$LINENO as_lineno_1a=$LINENO
1263 - as_lineno_2=$LINENO as_lineno_2a=$LINENO
1264 - eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
1265 - test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
1266 - # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
1267 - sed -n '
1268 - p
1269 - /[$]LINENO/=
1270 - ' <$as_myself |
1271 - sed '
1272 - s/[$]LINENO.*/&-/
1273 - t lineno
1274 - b
1275 - :lineno
1276 - N
1277 - :loop
1278 - s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
1279 - t loop
1280 - s/-\n.*//
1281 - ' >$as_me.lineno &&
1282 - chmod +x "$as_me.lineno" ||
1283 - { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
1284 -
1285 - # Don't try to exec as it changes $[0], causing all sort of problems
1286 - # (the dirname of $[0] is not the place where we might find the
1287 - # original and so on. Autoconf is especially sensitive to this).
1288 - . "./$as_me.lineno"
1289 - # Exit status is that of the last command.
1290 - exit
1291 -}
1292 -
1293 -ECHO_C= ECHO_N= ECHO_T=
1294 -case `echo -n x` in #(((((
1295 --n*)
1296 - case `echo 'xy\c'` in
1297 - *c*) ECHO_T=' ';; # ECHO_T is single tab character.
1298 - xy) ECHO_C='\c';;
1299 - *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
1300 - ECHO_T=' ';;
1301 - esac;;
1302 -*)
1303 - ECHO_N='-n';;
1304 -esac
1305 -
1306 -rm -f conf$$ conf$$.exe conf$$.file
1307 -if test -d conf$$.dir; then
1308 - rm -f conf$$.dir/conf$$.file
1309 -else
1310 - rm -f conf$$.dir
1311 - mkdir conf$$.dir 2>/dev/null
1312 -fi
1313 -if (echo >conf$$.file) 2>/dev/null; then
1314 - if ln -s conf$$.file conf$$ 2>/dev/null; then
1315 - as_ln_s='ln -s'
1316 - # ... but there are two gotchas:
1317 - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
1318 - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
1319 - # In both cases, we have to default to `cp -p'.
1320 - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
1321 - as_ln_s='cp -p'
1322 - elif ln conf$$.file conf$$ 2>/dev/null; then
1323 - as_ln_s=ln
1324 - else
1325 - as_ln_s='cp -p'
1326 - fi
1327 -else
1328 - as_ln_s='cp -p'
1329 -fi
1330 -rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
1331 -rmdir conf$$.dir 2>/dev/null
1332 -
1333 -if mkdir -p . 2>/dev/null; then
1334 - as_mkdir_p='mkdir -p "$as_dir"'
1335 -else
1336 - test -d ./-p && rmdir ./-p
1337 - as_mkdir_p=false
1338 -fi
1339 -
1340 -if test -x / >/dev/null 2>&1; then
1341 - as_test_x='test -x'
1342 -else
1343 - if ls -dL / >/dev/null 2>&1; then
1344 - as_ls_L_option=L
1345 - else
1346 - as_ls_L_option=
1347 - fi
1348 - as_test_x='
1349 - eval sh -c '\''
1350 - if test -d "$1"; then
1351 - test -d "$1/.";
1352 - else
1353 - case $1 in #(
1354 - -*)set "./$1";;
1355 - esac;
1356 - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
1357 - ???[sx]*):;;*)false;;esac;fi
1358 - '\'' sh
1359 - '
1360 -fi
1361 -as_executable_p=$as_test_x
1362 -
1363 -# Sed expression to map a string onto a valid CPP name.
1364 -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
1365 -
1366 -# Sed expression to map a string onto a valid variable name.
1367 -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
1368 -
1369 -
1370 -test -n "$DJDIR" || exec 7<&0 </dev/null
1371 -exec 6>&1
1372 -
1373 -# Name of the host.
1374 -# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
1375 -# so uname gets run too.
1376 -ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
1377 -
1378 -#
1379 -# Initializations.
1380 -#
1381 -ac_default_prefix=/usr/local
1382 -ac_clean_files=
1383 -ac_config_libobj_dir=.
1384 -LIBOBJS=
1385 -cross_compiling=no
1386 -subdirs=
1387 -MFLAGS=
1388 -MAKEFLAGS=
1389 -
1390 -# Identity of this package.
1391 -PACKAGE_NAME='dummy'
1392 -PACKAGE_TARNAME='dummy'
1393 -PACKAGE_VERSION='0'
1394 -PACKAGE_STRING='dummy 0'
1395 -PACKAGE_BUGREPORT=''
1396 -PACKAGE_URL=''
1397 -
1398 -# Factoring default headers for most tests.
1399 -ac_includes_default="\
1400 -#include <stdio.h>
1401 -#ifdef HAVE_SYS_TYPES_H
1402 -# include <sys/types.h>
1403 -#endif
1404 -#ifdef HAVE_SYS_STAT_H
1405 -# include <sys/stat.h>
1406 -#endif
1407 -#ifdef STDC_HEADERS
1408 -# include <stdlib.h>
1409 -# include <stddef.h>
1410 -#else
1411 -# ifdef HAVE_STDLIB_H
1412 -# include <stdlib.h>
1413 -# endif
1414 -#endif
1415 -#ifdef HAVE_STRING_H
1416 -# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1417 -# include <memory.h>
1418 -# endif
1419 -# include <string.h>
1420 -#endif
1421 -#ifdef HAVE_STRINGS_H
1422 -# include <strings.h>
1423 -#endif
1424 -#ifdef HAVE_INTTYPES_H
1425 -# include <inttypes.h>
1426 -#endif
1427 -#ifdef HAVE_STDINT_H
1428 -# include <stdint.h>
1429 -#endif
1430 -#ifdef HAVE_UNISTD_H
1431 -# include <unistd.h>
1432 -#endif"
1433 -
1434 -gl_header_list=
1435 -ac_subst_vars='gl_LTLIBOBJS
1436 -gl_LIBOBJS
1437 -am__EXEEXT_FALSE
1438 -am__EXEEXT_TRUE
1439 -LTLIBOBJS
1440 -LIBOBJS
1441 -LIBGNU_LTLIBDEPS
1442 -LIBGNU_LIBDEPS
1443 -HAVE_UNISTD_H
1444 -NEXT_UNISTD_H
1445 -UNISTD_H_HAVE_WINSOCK2_H
1446 -REPLACE_WRITE
1447 -REPLACE_LSEEK
1448 -REPLACE_LCHOWN
1449 -REPLACE_GETPAGESIZE
1450 -REPLACE_GETCWD
1451 -REPLACE_FCHDIR
1452 -REPLACE_CLOSE
1453 -REPLACE_CHOWN
1454 -HAVE_SYS_PARAM_H
1455 -HAVE_OS_H
1456 -HAVE_DECL_GETLOGIN_R
1457 -HAVE_DECL_ENVIRON
1458 -HAVE_SLEEP
1459 -HAVE_READLINK
1460 -HAVE_LINK
1461 -HAVE_GETUSERSHELL
1462 -HAVE_GETPAGESIZE
1463 -HAVE_GETHOSTNAME
1464 -HAVE_GETDTABLESIZE
1465 -HAVE_GETDOMAINNAME
1466 -HAVE_FTRUNCATE
1467 -HAVE_FSYNC
1468 -HAVE_EUIDACCESS
1469 -HAVE_DUP2
1470 -GNULIB_WRITE
1471 -GNULIB_UNISTD_H_SIGPIPE
1472 -GNULIB_SLEEP
1473 -GNULIB_READLINK
1474 -GNULIB_LSEEK
1475 -GNULIB_LINK
1476 -GNULIB_LCHOWN
1477 -GNULIB_GETUSERSHELL
1478 -GNULIB_GETPAGESIZE
1479 -GNULIB_GETLOGIN_R
1480 -GNULIB_GETHOSTNAME
1481 -GNULIB_GETDTABLESIZE
1482 -GNULIB_GETDOMAINNAME
1483 -GNULIB_GETCWD
1484 -GNULIB_FTRUNCATE
1485 -GNULIB_FSYNC
1486 -GNULIB_FCHDIR
1487 -GNULIB_EUIDACCESS
1488 -GNULIB_ENVIRON
1489 -GNULIB_DUP2
1490 -GNULIB_CLOSE
1491 -GNULIB_CHOWN
1492 -NEXT_STRING_H
1493 -PRAGMA_SYSTEM_HEADER
1494 -INCLUDE_NEXT_AS_FIRST_DIRECTIVE
1495 -INCLUDE_NEXT
1496 -REPLACE_STRSIGNAL
1497 -REPLACE_STRERROR
1498 -REPLACE_STRCASESTR
1499 -REPLACE_STRSTR
1500 -REPLACE_STRDUP
1501 -REPLACE_MEMMEM
1502 -HAVE_STRVERSCMP
1503 -HAVE_DECL_STRSIGNAL
1504 -HAVE_DECL_STRERROR
1505 -HAVE_DECL_STRTOK_R
1506 -HAVE_STRCASESTR
1507 -HAVE_STRSEP
1508 -HAVE_STRPBRK
1509 -HAVE_DECL_STRNLEN
1510 -HAVE_DECL_STRNDUP
1511 -HAVE_STRNDUP
1512 -HAVE_DECL_STRDUP
1513 -HAVE_STRCHRNUL
1514 -HAVE_STPNCPY
1515 -HAVE_STPCPY
1516 -HAVE_RAWMEMCHR
1517 -HAVE_DECL_MEMRCHR
1518 -HAVE_MEMPCPY
1519 -HAVE_DECL_MEMMEM
1520 -GNULIB_STRVERSCMP
1521 -GNULIB_STRSIGNAL
1522 -GNULIB_STRERROR
1523 -GNULIB_MBSTOK_R
1524 -GNULIB_MBSSEP
1525 -GNULIB_MBSSPN
1526 -GNULIB_MBSPBRK
1527 -GNULIB_MBSCSPN
1528 -GNULIB_MBSCASESTR
1529 -GNULIB_MBSPCASECMP
1530 -GNULIB_MBSNCASECMP
1531 -GNULIB_MBSCASECMP
1532 -GNULIB_MBSSTR
1533 -GNULIB_MBSRCHR
1534 -GNULIB_MBSCHR
1535 -GNULIB_MBSNLEN
1536 -GNULIB_MBSLEN
1537 -GNULIB_STRTOK_R
1538 -GNULIB_STRCASESTR
1539 -GNULIB_STRSTR
1540 -GNULIB_STRSEP
1541 -GNULIB_STRPBRK
1542 -GNULIB_STRNLEN
1543 -GNULIB_STRNDUP
1544 -GNULIB_STRDUP
1545 -GNULIB_STRCHRNUL
1546 -GNULIB_STPNCPY
1547 -GNULIB_STPCPY
1548 -GNULIB_RAWMEMCHR
1549 -GNULIB_MEMRCHR
1550 -GNULIB_MEMPCPY
1551 -GNULIB_MEMMEM
1552 -LTLIBINTL
1553 -LIBINTL
1554 -GETOPT_H
1555 -GL_COND_LIBTOOL_FALSE
1556 -GL_COND_LIBTOOL_TRUE
1557 -EGREP
1558 -GREP
1559 -CPP
1560 -RANLIB
1561 -host_os
1562 -host_vendor
1563 -host_cpu
1564 -host
1565 -build_os
1566 -build_vendor
1567 -build_cpu
1568 -build
1569 -am__fastdepCC_FALSE
1570 -am__fastdepCC_TRUE
1571 -CCDEPMODE
1572 -AMDEPBACKSLASH
1573 -AMDEP_FALSE
1574 -AMDEP_TRUE
1575 -am__quote
1576 -am__include
1577 -DEPDIR
1578 -OBJEXT
1579 -EXEEXT
1580 -ac_ct_CC
1581 -CPPFLAGS
1582 -LDFLAGS
1583 -CFLAGS
1584 -CC
1585 -am__untar
1586 -am__tar
1587 -AMTAR
1588 -am__leading_dot
1589 -SET_MAKE
1590 -AWK
1591 -mkdir_p
1592 -MKDIR_P
1593 -INSTALL_STRIP_PROGRAM
1594 -STRIP
1595 -install_sh
1596 -MAKEINFO
1597 -AUTOHEADER
1598 -AUTOMAKE
1599 -AUTOCONF
1600 -ACLOCAL
1601 -VERSION
1602 -PACKAGE
1603 -CYGPATH_W
1604 -am__isrc
1605 -INSTALL_DATA
1606 -INSTALL_SCRIPT
1607 -INSTALL_PROGRAM
1608 -target_alias
1609 -host_alias
1610 -build_alias
1611 -LIBS
1612 -ECHO_T
1613 -ECHO_N
1614 -ECHO_C
1615 -DEFS
1616 -mandir
1617 -localedir
1618 -libdir
1619 -psdir
1620 -pdfdir
1621 -dvidir
1622 -htmldir
1623 -infodir
1624 -docdir
1625 -oldincludedir
1626 -includedir
1627 -localstatedir
1628 -sharedstatedir
1629 -sysconfdir
1630 -datadir
1631 -datarootdir
1632 -libexecdir
1633 -sbindir
1634 -bindir
1635 -program_transform_name
1636 -prefix
1637 -exec_prefix
1638 -PACKAGE_URL
1639 -PACKAGE_BUGREPORT
1640 -PACKAGE_STRING
1641 -PACKAGE_VERSION
1642 -PACKAGE_TARNAME
1643 -PACKAGE_NAME
1644 -PATH_SEPARATOR
1645 -SHELL'
1646 -ac_subst_files=''
1647 -ac_user_opts='
1648 -enable_option_checking
1649 -enable_dependency_tracking
1650 -'
1651 - ac_precious_vars='build_alias
1652 -host_alias
1653 -target_alias
1654 -CC
1655 -CFLAGS
1656 -LDFLAGS
1657 -LIBS
1658 -CPPFLAGS
1659 -CPP
1660 -CPPFLAGS'
1661 -
1662 -
1663 -# Initialize some variables set by options.
1664 -ac_init_help=
1665 -ac_init_version=false
1666 -ac_unrecognized_opts=
1667 -ac_unrecognized_sep=
1668 -# The variables have the same names as the options, with
1669 -# dashes changed to underlines.
1670 -cache_file=/dev/null
1671 -exec_prefix=NONE
1672 -no_create=
1673 -no_recursion=
1674 -prefix=NONE
1675 -program_prefix=NONE
1676 -program_suffix=NONE
1677 -program_transform_name=s,x,x,
1678 -silent=
1679 -site=
1680 -srcdir=
1681 -verbose=
1682 -x_includes=NONE
1683 -x_libraries=NONE
1684 -
1685 -# Installation directory options.
1686 -# These are left unexpanded so users can "make install exec_prefix=/foo"
1687 -# and all the variables that are supposed to be based on exec_prefix
1688 -# by default will actually change.
1689 -# Use braces instead of parens because sh, perl, etc. also accept them.
1690 -# (The list follows the same order as the GNU Coding Standards.)
1691 -bindir='${exec_prefix}/bin'
1692 -sbindir='${exec_prefix}/sbin'
1693 -libexecdir='${exec_prefix}/libexec'
1694 -datarootdir='${prefix}/share'
1695 -datadir='${datarootdir}'
1696 -sysconfdir='${prefix}/etc'
1697 -sharedstatedir='${prefix}/com'
1698 -localstatedir='${prefix}/var'
1699 -includedir='${prefix}/include'
1700 -oldincludedir='/usr/include'
1701 -docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1702 -infodir='${datarootdir}/info'
1703 -htmldir='${docdir}'
1704 -dvidir='${docdir}'
1705 -pdfdir='${docdir}'
1706 -psdir='${docdir}'
1707 -libdir='${exec_prefix}/lib'
1708 -localedir='${datarootdir}/locale'
1709 -mandir='${datarootdir}/man'
1710 -
1711 -ac_prev=
1712 -ac_dashdash=
1713 -for ac_option
1714 -do
1715 - # If the previous option needs an argument, assign it.
1716 - if test -n "$ac_prev"; then
1717 - eval $ac_prev=\$ac_option
1718 - ac_prev=
1719 - continue
1720 - fi
1721 -
1722 - case $ac_option in
1723 - *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1724 - *=) ac_optarg= ;;
1725 - *) ac_optarg=yes ;;
1726 - esac
1727 -
1728 - # Accept the important Cygnus configure options, so we can diagnose typos.
1729 -
1730 - case $ac_dashdash$ac_option in
1731 - --)
1732 - ac_dashdash=yes ;;
1733 -
1734 - -bindir | --bindir | --bindi | --bind | --bin | --bi)
1735 - ac_prev=bindir ;;
1736 - -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1737 - bindir=$ac_optarg ;;
1738 -
1739 - -build | --build | --buil | --bui | --bu)
1740 - ac_prev=build_alias ;;
1741 - -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1742 - build_alias=$ac_optarg ;;
1743 -
1744 - -cache-file | --cache-file | --cache-fil | --cache-fi \
1745 - | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1746 - ac_prev=cache_file ;;
1747 - -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1748 - | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1749 - cache_file=$ac_optarg ;;
1750 -
1751 - --config-cache | -C)
1752 - cache_file=config.cache ;;
1753 -
1754 - -datadir | --datadir | --datadi | --datad)
1755 - ac_prev=datadir ;;
1756 - -datadir=* | --datadir=* | --datadi=* | --datad=*)
1757 - datadir=$ac_optarg ;;
1758 -
1759 - -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1760 - | --dataroo | --dataro | --datar)
1761 - ac_prev=datarootdir ;;
1762 - -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1763 - | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1764 - datarootdir=$ac_optarg ;;
1765 -
1766 - -disable-* | --disable-*)
1767 - ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1768 - # Reject names that are not valid shell variable names.
1769 - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1770 - as_fn_error $? "invalid feature name: $ac_useropt"
1771 - ac_useropt_orig=$ac_useropt
1772 - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1773 - case $ac_user_opts in
1774 - *"
1775 -"enable_$ac_useropt"
1776 -"*) ;;
1777 - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1778 - ac_unrecognized_sep=', ';;
1779 - esac
1780 - eval enable_$ac_useropt=no ;;
1781 -
1782 - -docdir | --docdir | --docdi | --doc | --do)
1783 - ac_prev=docdir ;;
1784 - -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1785 - docdir=$ac_optarg ;;
1786 -
1787 - -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1788 - ac_prev=dvidir ;;
1789 - -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1790 - dvidir=$ac_optarg ;;
1791 -
1792 - -enable-* | --enable-*)
1793 - ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1794 - # Reject names that are not valid shell variable names.
1795 - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1796 - as_fn_error $? "invalid feature name: $ac_useropt"
1797 - ac_useropt_orig=$ac_useropt
1798 - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1799 - case $ac_user_opts in
1800 - *"
1801 -"enable_$ac_useropt"
1802 -"*) ;;
1803 - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1804 - ac_unrecognized_sep=', ';;
1805 - esac
1806 - eval enable_$ac_useropt=\$ac_optarg ;;
1807 -
1808 - -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1809 - | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1810 - | --exec | --exe | --ex)
1811 - ac_prev=exec_prefix ;;
1812 - -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1813 - | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1814 - | --exec=* | --exe=* | --ex=*)
1815 - exec_prefix=$ac_optarg ;;
1816 -
1817 - -gas | --gas | --ga | --g)
1818 - # Obsolete; use --with-gas.
1819 - with_gas=yes ;;
1820 -
1821 - -help | --help | --hel | --he | -h)
1822 - ac_init_help=long ;;
1823 - -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1824 - ac_init_help=recursive ;;
1825 - -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1826 - ac_init_help=short ;;
1827 -
1828 - -host | --host | --hos | --ho)
1829 - ac_prev=host_alias ;;
1830 - -host=* | --host=* | --hos=* | --ho=*)
1831 - host_alias=$ac_optarg ;;
1832 -
1833 - -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1834 - ac_prev=htmldir ;;
1835 - -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1836 - | --ht=*)
1837 - htmldir=$ac_optarg ;;
1838 -
1839 - -includedir | --includedir | --includedi | --included | --include \
1840 - | --includ | --inclu | --incl | --inc)
1841 - ac_prev=includedir ;;
1842 - -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1843 - | --includ=* | --inclu=* | --incl=* | --inc=*)
1844 - includedir=$ac_optarg ;;
1845 -
1846 - -infodir | --infodir | --infodi | --infod | --info | --inf)
1847 - ac_prev=infodir ;;
1848 - -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1849 - infodir=$ac_optarg ;;
1850 -
1851 - -libdir | --libdir | --libdi | --libd)
1852 - ac_prev=libdir ;;
1853 - -libdir=* | --libdir=* | --libdi=* | --libd=*)
1854 - libdir=$ac_optarg ;;
1855 -
1856 - -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1857 - | --libexe | --libex | --libe)
1858 - ac_prev=libexecdir ;;
1859 - -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1860 - | --libexe=* | --libex=* | --libe=*)
1861 - libexecdir=$ac_optarg ;;
1862 -
1863 - -localedir | --localedir | --localedi | --localed | --locale)
1864 - ac_prev=localedir ;;
1865 - -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1866 - localedir=$ac_optarg ;;
1867 -
1868 - -localstatedir | --localstatedir | --localstatedi | --localstated \
1869 - | --localstate | --localstat | --localsta | --localst | --locals)
1870 - ac_prev=localstatedir ;;
1871 - -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1872 - | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1873 - localstatedir=$ac_optarg ;;
1874 -
1875 - -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1876 - ac_prev=mandir ;;
1877 - -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1878 - mandir=$ac_optarg ;;
1879 -
1880 - -nfp | --nfp | --nf)
1881 - # Obsolete; use --without-fp.
1882 - with_fp=no ;;
1883 -
1884 - -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1885 - | --no-cr | --no-c | -n)
1886 - no_create=yes ;;
1887 -
1888 - -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1889 - | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1890 - no_recursion=yes ;;
1891 -
1892 - -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1893 - | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1894 - | --oldin | --oldi | --old | --ol | --o)
1895 - ac_prev=oldincludedir ;;
1896 - -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1897 - | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1898 - | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1899 - oldincludedir=$ac_optarg ;;
1900 -
1901 - -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1902 - ac_prev=prefix ;;
1903 - -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1904 - prefix=$ac_optarg ;;
1905 -
1906 - -program-prefix | --program-prefix | --program-prefi | --program-pref \
1907 - | --program-pre | --program-pr | --program-p)
1908 - ac_prev=program_prefix ;;
1909 - -program-prefix=* | --program-prefix=* | --program-prefi=* \
1910 - | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1911 - program_prefix=$ac_optarg ;;
1912 -
1913 - -program-suffix | --program-suffix | --program-suffi | --program-suff \
1914 - | --program-suf | --program-su | --program-s)
1915 - ac_prev=program_suffix ;;
1916 - -program-suffix=* | --program-suffix=* | --program-suffi=* \
1917 - | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1918 - program_suffix=$ac_optarg ;;
1919 -
1920 - -program-transform-name | --program-transform-name \
1921 - | --program-transform-nam | --program-transform-na \
1922 - | --program-transform-n | --program-transform- \
1923 - | --program-transform | --program-transfor \
1924 - | --program-transfo | --program-transf \
1925 - | --program-trans | --program-tran \
1926 - | --progr-tra | --program-tr | --program-t)
1927 - ac_prev=program_transform_name ;;
1928 - -program-transform-name=* | --program-transform-name=* \
1929 - | --program-transform-nam=* | --program-transform-na=* \
1930 - | --program-transform-n=* | --program-transform-=* \
1931 - | --program-transform=* | --program-transfor=* \
1932 - | --program-transfo=* | --program-transf=* \
1933 - | --program-trans=* | --program-tran=* \
1934 - | --progr-tra=* | --program-tr=* | --program-t=*)
1935 - program_transform_name=$ac_optarg ;;
1936 -
1937 - -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1938 - ac_prev=pdfdir ;;
1939 - -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1940 - pdfdir=$ac_optarg ;;
1941 -
1942 - -psdir | --psdir | --psdi | --psd | --ps)
1943 - ac_prev=psdir ;;
1944 - -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1945 - psdir=$ac_optarg ;;
1946 -
1947 - -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1948 - | -silent | --silent | --silen | --sile | --sil)
1949 - silent=yes ;;
1950 -
1951 - -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1952 - ac_prev=sbindir ;;
1953 - -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1954 - | --sbi=* | --sb=*)
1955 - sbindir=$ac_optarg ;;
1956 -
1957 - -sharedstatedir | --sharedstatedir | --sharedstatedi \
1958 - | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1959 - | --sharedst | --shareds | --shared | --share | --shar \
1960 - | --sha | --sh)
1961 - ac_prev=sharedstatedir ;;
1962 - -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1963 - | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1964 - | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1965 - | --sha=* | --sh=*)
1966 - sharedstatedir=$ac_optarg ;;
1967 -
1968 - -site | --site | --sit)
1969 - ac_prev=site ;;
1970 - -site=* | --site=* | --sit=*)
1971 - site=$ac_optarg ;;
1972 -
1973 - -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1974 - ac_prev=srcdir ;;
1975 - -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1976 - srcdir=$ac_optarg ;;
1977 -
1978 - -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1979 - | --syscon | --sysco | --sysc | --sys | --sy)
1980 - ac_prev=sysconfdir ;;
1981 - -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1982 - | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1983 - sysconfdir=$ac_optarg ;;
1984 -
1985 - -target | --target | --targe | --targ | --tar | --ta | --t)
1986 - ac_prev=target_alias ;;
1987 - -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1988 - target_alias=$ac_optarg ;;
1989 -
1990 - -v | -verbose | --verbose | --verbos | --verbo | --verb)
1991 - verbose=yes ;;
1992 -
1993 - -version | --version | --versio | --versi | --vers | -V)
1994 - ac_init_version=: ;;
1995 -
1996 - -with-* | --with-*)
1997 - ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1998 - # Reject names that are not valid shell variable names.
1999 - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2000 - as_fn_error $? "invalid package name: $ac_useropt"
2001 - ac_useropt_orig=$ac_useropt
2002 - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2003 - case $ac_user_opts in
2004 - *"
2005 -"with_$ac_useropt"
2006 -"*) ;;
2007 - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2008 - ac_unrecognized_sep=', ';;
2009 - esac
2010 - eval with_$ac_useropt=\$ac_optarg ;;
2011 -
2012 - -without-* | --without-*)
2013 - ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2014 - # Reject names that are not valid shell variable names.
2015 - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2016 - as_fn_error $? "invalid package name: $ac_useropt"
2017 - ac_useropt_orig=$ac_useropt
2018 - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2019 - case $ac_user_opts in
2020 - *"
2021 -"with_$ac_useropt"
2022 -"*) ;;
2023 - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2024 - ac_unrecognized_sep=', ';;
2025 - esac
2026 - eval with_$ac_useropt=no ;;
2027 -
2028 - --x)
2029 - # Obsolete; use --with-x.
2030 - with_x=yes ;;
2031 -
2032 - -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
2033 - | --x-incl | --x-inc | --x-in | --x-i)
2034 - ac_prev=x_includes ;;
2035 - -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
2036 - | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
2037 - x_includes=$ac_optarg ;;
2038 -
2039 - -x-libraries | --x-libraries | --x-librarie | --x-librari \
2040 - | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
2041 - ac_prev=x_libraries ;;
2042 - -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
2043 - | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
2044 - x_libraries=$ac_optarg ;;
2045 -
2046 - -*) as_fn_error $? "unrecognized option: \`$ac_option'
2047 -Try \`$0 --help' for more information"
2048 - ;;
2049 -
2050 - *=*)
2051 - ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
2052 - # Reject names that are not valid shell variable names.
2053 - case $ac_envvar in #(
2054 - '' | [0-9]* | *[!_$as_cr_alnum]* )
2055 - as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
2056 - esac
2057 - eval $ac_envvar=\$ac_optarg
2058 - export $ac_envvar ;;
2059 -
2060 - *)
2061 - # FIXME: should be removed in autoconf 3.0.
2062 - $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2063 - expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
2064 - $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2065 - : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2066 - ;;
2067 -
2068 - esac
2069 -done
2070 -
2071 -if test -n "$ac_prev"; then
2072 - ac_option=--`echo $ac_prev | sed 's/_/-/g'`
2073 - as_fn_error $? "missing argument to $ac_option"
2074 -fi
2075 -
2076 -if test -n "$ac_unrecognized_opts"; then
2077 - case $enable_option_checking in
2078 - no) ;;
2079 - fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
2080 - *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2081 - esac
2082 -fi
2083 -
2084 -# Check all directory arguments for consistency.
2085 -for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2086 - datadir sysconfdir sharedstatedir localstatedir includedir \
2087 - oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2088 - libdir localedir mandir
2089 -do
2090 - eval ac_val=\$$ac_var
2091 - # Remove trailing slashes.
2092 - case $ac_val in
2093 - */ )
2094 - ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2095 - eval $ac_var=\$ac_val;;
2096 - esac
2097 - # Be sure to have absolute directory names.
2098 - case $ac_val in
2099 - [\\/$]* | ?:[\\/]* ) continue;;
2100 - NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2101 - esac
2102 - as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
2103 -done
2104 -
2105 -# There might be people who depend on the old broken behavior: `$host'
2106 -# used to hold the argument of --host etc.
2107 -# FIXME: To remove some day.
2108 -build=$build_alias
2109 -host=$host_alias
2110 -target=$target_alias
2111 -
2112 -# FIXME: To remove some day.
2113 -if test "x$host_alias" != x; then
2114 - if test "x$build_alias" = x; then
2115 - cross_compiling=maybe
2116 - $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
2117 - If a cross compiler is detected then cross compile mode will be used" >&2
2118 - elif test "x$build_alias" != "x$host_alias"; then
2119 - cross_compiling=yes
2120 - fi
2121 -fi
2122 -
2123 -ac_tool_prefix=
2124 -test -n "$host_alias" && ac_tool_prefix=$host_alias-
2125 -
2126 -test "$silent" = yes && exec 6>/dev/null
2127 -
2128 -
2129 -ac_pwd=`pwd` && test -n "$ac_pwd" &&
2130 -ac_ls_di=`ls -di .` &&
2131 -ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2132 - as_fn_error $? "working directory cannot be determined"
2133 -test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2134 - as_fn_error $? "pwd does not report name of working directory"
2135 -
2136 -
2137 -# Find the source files, if location was not specified.
2138 -if test -z "$srcdir"; then
2139 - ac_srcdir_defaulted=yes
2140 - # Try the directory containing this script, then the parent directory.
2141 - ac_confdir=`$as_dirname -- "$as_myself" ||
2142 -$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2143 - X"$as_myself" : 'X\(//\)[^/]' \| \
2144 - X"$as_myself" : 'X\(//\)$' \| \
2145 - X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2146 -$as_echo X"$as_myself" |
2147 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2148 - s//\1/
2149 - q
2150 - }
2151 - /^X\(\/\/\)[^/].*/{
2152 - s//\1/
2153 - q
2154 - }
2155 - /^X\(\/\/\)$/{
2156 - s//\1/
2157 - q
2158 - }
2159 - /^X\(\/\).*/{
2160 - s//\1/
2161 - q
2162 - }
2163 - s/.*/./; q'`
2164 - srcdir=$ac_confdir
2165 - if test ! -r "$srcdir/$ac_unique_file"; then
2166 - srcdir=..
2167 - fi
2168 -else
2169 - ac_srcdir_defaulted=no
2170 -fi
2171 -if test ! -r "$srcdir/$ac_unique_file"; then
2172 - test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2173 - as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2174 -fi
2175 -ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2176 -ac_abs_confdir=`(
2177 - cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2178 - pwd)`
2179 -# When building in place, set srcdir=.
2180 -if test "$ac_abs_confdir" = "$ac_pwd"; then
2181 - srcdir=.
2182 -fi
2183 -# Remove unnecessary trailing slashes from srcdir.
2184 -# Double slashes in file names in object file debugging info
2185 -# mess up M-x gdb in Emacs.
2186 -case $srcdir in
2187 -*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2188 -esac
2189 -for ac_var in $ac_precious_vars; do
2190 - eval ac_env_${ac_var}_set=\${${ac_var}+set}
2191 - eval ac_env_${ac_var}_value=\$${ac_var}
2192 - eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2193 - eval ac_cv_env_${ac_var}_value=\$${ac_var}
2194 -done
2195 -
2196 -#
2197 -# Report the --help message.
2198 -#
2199 -if test "$ac_init_help" = "long"; then
2200 - # Omit some internal or obsolete options to make the list less imposing.
2201 - # This message is too long to be a string in the A/UX 3.1 sh.
2202 - cat <<_ACEOF
2203 -\`configure' configures dummy 0 to adapt to many kinds of systems.
2204 -
2205 -Usage: $0 [OPTION]... [VAR=VALUE]...
2206 -
2207 -To assign environment variables (e.g., CC, CFLAGS...), specify them as
2208 -VAR=VALUE. See below for descriptions of some of the useful variables.
2209 -
2210 -Defaults for the options are specified in brackets.
2211 -
2212 -Configuration:
2213 - -h, --help display this help and exit
2214 - --help=short display options specific to this package
2215 - --help=recursive display the short help of all the included packages
2216 - -V, --version display version information and exit
2217 - -q, --quiet, --silent do not print \`checking ...' messages
2218 - --cache-file=FILE cache test results in FILE [disabled]
2219 - -C, --config-cache alias for \`--cache-file=config.cache'
2220 - -n, --no-create do not create output files
2221 - --srcdir=DIR find the sources in DIR [configure dir or \`..']
2222 -
2223 -Installation directories:
2224 - --prefix=PREFIX install architecture-independent files in PREFIX
2225 - [$ac_default_prefix]
2226 - --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2227 - [PREFIX]
2228 -
2229 -By default, \`make install' will install all the files in
2230 -\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2231 -an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2232 -for instance \`--prefix=\$HOME'.
2233 -
2234 -For better control, use the options below.
2235 -
2236 -Fine tuning of the installation directories:
2237 - --bindir=DIR user executables [EPREFIX/bin]
2238 - --sbindir=DIR system admin executables [EPREFIX/sbin]
2239 - --libexecdir=DIR program executables [EPREFIX/libexec]
2240 - --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2241 - --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2242 - --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2243 - --libdir=DIR object code libraries [EPREFIX/lib]
2244 - --includedir=DIR C header files [PREFIX/include]
2245 - --oldincludedir=DIR C header files for non-gcc [/usr/include]
2246 - --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2247 - --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2248 - --infodir=DIR info documentation [DATAROOTDIR/info]
2249 - --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2250 - --mandir=DIR man documentation [DATAROOTDIR/man]
2251 - --docdir=DIR documentation root [DATAROOTDIR/doc/dummy]
2252 - --htmldir=DIR html documentation [DOCDIR]
2253 - --dvidir=DIR dvi documentation [DOCDIR]
2254 - --pdfdir=DIR pdf documentation [DOCDIR]
2255 - --psdir=DIR ps documentation [DOCDIR]
2256 -_ACEOF
2257 -
2258 - cat <<\_ACEOF
2259 -
2260 -Program names:
2261 - --program-prefix=PREFIX prepend PREFIX to installed program names
2262 - --program-suffix=SUFFIX append SUFFIX to installed program names
2263 - --program-transform-name=PROGRAM run sed PROGRAM on installed program names
2264 -
2265 -System types:
2266 - --build=BUILD configure for building on BUILD [guessed]
2267 - --host=HOST cross-compile to build programs to run on HOST [BUILD]
2268 -_ACEOF
2269 -fi
2270 -
2271 -if test -n "$ac_init_help"; then
2272 - case $ac_init_help in
2273 - short | recursive ) echo "Configuration of dummy 0:";;
2274 - esac
2275 - cat <<\_ACEOF
2276 -
2277 -Optional Features:
2278 - --disable-option-checking ignore unrecognized --enable/--with options
2279 - --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2280 - --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2281 - --disable-dependency-tracking speeds up one-time build
2282 - --enable-dependency-tracking do not reject slow dependency extractors
2283 -
2284 -Some influential environment variables:
2285 - CC C compiler command
2286 - CFLAGS C compiler flags
2287 - LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2288 - nonstandard directory <lib dir>
2289 - LIBS libraries to pass to the linker, e.g. -l<library>
2290 - CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2291 - you have headers in a nonstandard directory <include dir>
2292 - CPP C preprocessor
2293 -
2294 -Use these variables to override the choices made by `configure' or to help
2295 -it to find libraries and programs with nonstandard names/locations.
2296 -
2297 -Report bugs to the package provider.
2298 -_ACEOF
2299 -ac_status=$?
2300 -fi
2301 -
2302 -if test "$ac_init_help" = "recursive"; then
2303 - # If there are subdirs, report their specific --help.
2304 - for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2305 - test -d "$ac_dir" ||
2306 - { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2307 - continue
2308 - ac_builddir=.
2309 -
2310 -case "$ac_dir" in
2311 -.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2312 -*)
2313 - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2314 - # A ".." for each directory in $ac_dir_suffix.
2315 - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2316 - case $ac_top_builddir_sub in
2317 - "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2318 - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2319 - esac ;;
2320 -esac
2321 -ac_abs_top_builddir=$ac_pwd
2322 -ac_abs_builddir=$ac_pwd$ac_dir_suffix
2323 -# for backward compatibility:
2324 -ac_top_builddir=$ac_top_build_prefix
2325 -
2326 -case $srcdir in
2327 - .) # We are building in place.
2328 - ac_srcdir=.
2329 - ac_top_srcdir=$ac_top_builddir_sub
2330 - ac_abs_top_srcdir=$ac_pwd ;;
2331 - [\\/]* | ?:[\\/]* ) # Absolute name.
2332 - ac_srcdir=$srcdir$ac_dir_suffix;
2333 - ac_top_srcdir=$srcdir
2334 - ac_abs_top_srcdir=$srcdir ;;
2335 - *) # Relative name.
2336 - ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2337 - ac_top_srcdir=$ac_top_build_prefix$srcdir
2338 - ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2339 -esac
2340 -ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2341 -
2342 - cd "$ac_dir" || { ac_status=$?; continue; }
2343 - # Check for guested configure.
2344 - if test -f "$ac_srcdir/configure.gnu"; then
2345 - echo &&
2346 - $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2347 - elif test -f "$ac_srcdir/configure"; then
2348 - echo &&
2349 - $SHELL "$ac_srcdir/configure" --help=recursive
2350 - else
2351 - $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2352 - fi || ac_status=$?
2353 - cd "$ac_pwd" || { ac_status=$?; break; }
2354 - done
2355 -fi
2356 -
2357 -test -n "$ac_init_help" && exit $ac_status
2358 -if $ac_init_version; then
2359 - cat <<\_ACEOF
2360 -dummy configure 0
2361 -generated by GNU Autoconf 2.68
2362 -
2363 -Copyright (C) 2010 Free Software Foundation, Inc.
2364 -This configure script is free software; the Free Software Foundation
2365 -gives unlimited permission to copy, distribute and modify it.
2366 -_ACEOF
2367 - exit
2368 -fi
2369 -
2370 -## ------------------------ ##
2371 -## Autoconf initialization. ##
2372 -## ------------------------ ##
2373 -
2374 -# ac_fn_c_try_compile LINENO
2375 -# --------------------------
2376 -# Try to compile conftest.$ac_ext, and return whether this succeeded.
2377 -ac_fn_c_try_compile ()
2378 -{
2379 - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2380 - rm -f conftest.$ac_objext
2381 - if { { ac_try="$ac_compile"
2382 -case "(($ac_try" in
2383 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2384 - *) ac_try_echo=$ac_try;;
2385 -esac
2386 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2387 -$as_echo "$ac_try_echo"; } >&5
2388 - (eval "$ac_compile") 2>conftest.err
2389 - ac_status=$?
2390 - if test -s conftest.err; then
2391 - grep -v '^ *+' conftest.err >conftest.er1
2392 - cat conftest.er1 >&5
2393 - mv -f conftest.er1 conftest.err
2394 - fi
2395 - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2396 - test $ac_status = 0; } && {
2397 - test -z "$ac_c_werror_flag" ||
2398 - test ! -s conftest.err
2399 - } && test -s conftest.$ac_objext; then :
2400 - ac_retval=0
2401 -else
2402 - $as_echo "$as_me: failed program was:" >&5
2403 -sed 's/^/| /' conftest.$ac_ext >&5
2404 -
2405 - ac_retval=1
2406 -fi
2407 - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2408 - as_fn_set_status $ac_retval
2409 -
2410 -} # ac_fn_c_try_compile
2411 -
2412 -# ac_fn_c_try_cpp LINENO
2413 -# ----------------------
2414 -# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2415 -ac_fn_c_try_cpp ()
2416 -{
2417 - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2418 - if { { ac_try="$ac_cpp conftest.$ac_ext"
2419 -case "(($ac_try" in
2420 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2421 - *) ac_try_echo=$ac_try;;
2422 -esac
2423 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2424 -$as_echo "$ac_try_echo"; } >&5
2425 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2426 - ac_status=$?
2427 - if test -s conftest.err; then
2428 - grep -v '^ *+' conftest.err >conftest.er1
2429 - cat conftest.er1 >&5
2430 - mv -f conftest.er1 conftest.err
2431 - fi
2432 - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2433 - test $ac_status = 0; } > conftest.i && {
2434 - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2435 - test ! -s conftest.err
2436 - }; then :
2437 - ac_retval=0
2438 -else
2439 - $as_echo "$as_me: failed program was:" >&5
2440 -sed 's/^/| /' conftest.$ac_ext >&5
2441 -
2442 - ac_retval=1
2443 -fi
2444 - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2445 - as_fn_set_status $ac_retval
2446 -
2447 -} # ac_fn_c_try_cpp
2448 -
2449 -# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2450 -# -------------------------------------------------------
2451 -# Tests whether HEADER exists, giving a warning if it cannot be compiled using
2452 -# the include files in INCLUDES and setting the cache variable VAR
2453 -# accordingly.
2454 -ac_fn_c_check_header_mongrel ()
2455 -{
2456 - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2457 - if eval \${$3+:} false; then :
2458 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2459 -$as_echo_n "checking for $2... " >&6; }
2460 -if eval \${$3+:} false; then :
2461 - $as_echo_n "(cached) " >&6
2462 -fi
2463 -eval ac_res=\$$3
2464 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2465 -$as_echo "$ac_res" >&6; }
2466 -else
2467 - # Is the header compilable?
2468 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2469 -$as_echo_n "checking $2 usability... " >&6; }
2470 -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2471 -/* end confdefs.h. */
2472 -$4
2473 -#include <$2>
2474 -_ACEOF
2475 -if ac_fn_c_try_compile "$LINENO"; then :
2476 - ac_header_compiler=yes
2477 -else
2478 - ac_header_compiler=no
2479 -fi
2480 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2481 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2482 -$as_echo "$ac_header_compiler" >&6; }
2483 -
2484 -# Is the header present?
2485 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2486 -$as_echo_n "checking $2 presence... " >&6; }
2487 -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2488 -/* end confdefs.h. */
2489 -#include <$2>
2490 -_ACEOF
2491 -if ac_fn_c_try_cpp "$LINENO"; then :
2492 - ac_header_preproc=yes
2493 -else
2494 - ac_header_preproc=no
2495 -fi
2496 -rm -f conftest.err conftest.i conftest.$ac_ext
2497 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2498 -$as_echo "$ac_header_preproc" >&6; }
2499 -
2500 -# So? What about this header?
2501 -case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2502 - yes:no: )
2503 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2504 -$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2505 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2506 -$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2507 - ;;
2508 - no:yes:* )
2509 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2510 -$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2511 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2512 -$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2513 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2514 -$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2515 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2516 -$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2517 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2518 -$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2519 - ;;
2520 -esac
2521 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2522 -$as_echo_n "checking for $2... " >&6; }
2523 -if eval \${$3+:} false; then :
2524 - $as_echo_n "(cached) " >&6
2525 -else
2526 - eval "$3=\$ac_header_compiler"
2527 -fi
2528 -eval ac_res=\$$3
2529 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2530 -$as_echo "$ac_res" >&6; }
2531 -fi
2532 - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2533 -
2534 -} # ac_fn_c_check_header_mongrel
2535 -
2536 -# ac_fn_c_try_run LINENO
2537 -# ----------------------
2538 -# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2539 -# that executables *can* be run.
2540 -ac_fn_c_try_run ()
2541 -{
2542 - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2543 - if { { ac_try="$ac_link"
2544 -case "(($ac_try" in
2545 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2546 - *) ac_try_echo=$ac_try;;
2547 -esac
2548 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2549 -$as_echo "$ac_try_echo"; } >&5
2550 - (eval "$ac_link") 2>&5
2551 - ac_status=$?
2552 - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2553 - test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2554 - { { case "(($ac_try" in
2555 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2556 - *) ac_try_echo=$ac_try;;
2557 -esac
2558 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2559 -$as_echo "$ac_try_echo"; } >&5
2560 - (eval "$ac_try") 2>&5
2561 - ac_status=$?
2562 - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2563 - test $ac_status = 0; }; }; then :
2564 - ac_retval=0
2565 -else
2566 - $as_echo "$as_me: program exited with status $ac_status" >&5
2567 - $as_echo "$as_me: failed program was:" >&5
2568 -sed 's/^/| /' conftest.$ac_ext >&5
2569 -
2570 - ac_retval=$ac_status
2571 -fi
2572 - rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2573 - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2574 - as_fn_set_status $ac_retval
2575 -
2576 -} # ac_fn_c_try_run
2577 -
2578 -# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2579 -# -------------------------------------------------------
2580 -# Tests whether HEADER exists and can be compiled using the include files in
2581 -# INCLUDES, setting the cache variable VAR accordingly.
2582 -ac_fn_c_check_header_compile ()
2583 -{
2584 - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2585 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2586 -$as_echo_n "checking for $2... " >&6; }
2587 -if eval \${$3+:} false; then :
2588 - $as_echo_n "(cached) " >&6
2589 -else
2590 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2591 -/* end confdefs.h. */
2592 -$4
2593 -#include <$2>
2594 -_ACEOF
2595 -if ac_fn_c_try_compile "$LINENO"; then :
2596 - eval "$3=yes"
2597 -else
2598 - eval "$3=no"
2599 -fi
2600 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2601 -fi
2602 -eval ac_res=\$$3
2603 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2604 -$as_echo "$ac_res" >&6; }
2605 - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2606 -
2607 -} # ac_fn_c_check_header_compile
2608 -
2609 -# ac_fn_c_try_link LINENO
2610 -# -----------------------
2611 -# Try to link conftest.$ac_ext, and return whether this succeeded.
2612 -ac_fn_c_try_link ()
2613 -{
2614 - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2615 - rm -f conftest.$ac_objext conftest$ac_exeext
2616 - if { { ac_try="$ac_link"
2617 -case "(($ac_try" in
2618 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2619 - *) ac_try_echo=$ac_try;;
2620 -esac
2621 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2622 -$as_echo "$ac_try_echo"; } >&5
2623 - (eval "$ac_link") 2>conftest.err
2624 - ac_status=$?
2625 - if test -s conftest.err; then
2626 - grep -v '^ *+' conftest.err >conftest.er1
2627 - cat conftest.er1 >&5
2628 - mv -f conftest.er1 conftest.err
2629 - fi
2630 - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2631 - test $ac_status = 0; } && {
2632 - test -z "$ac_c_werror_flag" ||
2633 - test ! -s conftest.err
2634 - } && test -s conftest$ac_exeext && {
2635 - test "$cross_compiling" = yes ||
2636 - $as_test_x conftest$ac_exeext
2637 - }; then :
2638 - ac_retval=0
2639 -else
2640 - $as_echo "$as_me: failed program was:" >&5
2641 -sed 's/^/| /' conftest.$ac_ext >&5
2642 -
2643 - ac_retval=1
2644 -fi
2645 - # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2646 - # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2647 - # interfere with the next link command; also delete a directory that is
2648 - # left behind by Apple's compiler. We do this before executing the actions.
2649 - rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2650 - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2651 - as_fn_set_status $ac_retval
2652 -
2653 -} # ac_fn_c_try_link
2654 -
2655 -# ac_fn_c_check_func LINENO FUNC VAR
2656 -# ----------------------------------
2657 -# Tests whether FUNC exists, setting the cache variable VAR accordingly
2658 -ac_fn_c_check_func ()
2659 -{
2660 - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2661 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2662 -$as_echo_n "checking for $2... " >&6; }
2663 -if eval \${$3+:} false; then :
2664 - $as_echo_n "(cached) " >&6
2665 -else
2666 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2667 -/* end confdefs.h. */
2668 -/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2669 - For example, HP-UX 11i <limits.h> declares gettimeofday. */
2670 -#define $2 innocuous_$2
2671 -
2672 -/* System header to define __stub macros and hopefully few prototypes,
2673 - which can conflict with char $2 (); below.
2674 - Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2675 - <limits.h> exists even on freestanding compilers. */
2676 -
2677 -#ifdef __STDC__
2678 -# include <limits.h>
2679 -#else
2680 -# include <assert.h>
2681 -#endif
2682 -
2683 -#undef $2
2684 -
2685 -/* Override any GCC internal prototype to avoid an error.
2686 - Use char because int might match the return type of a GCC
2687 - builtin and then its argument prototype would still apply. */
2688 -#ifdef __cplusplus
2689 -extern "C"
2690 -#endif
2691 -char $2 ();
2692 -/* The GNU C library defines this for functions which it implements
2693 - to always fail with ENOSYS. Some functions are actually named
2694 - something starting with __ and the normal name is an alias. */
2695 -#if defined __stub_$2 || defined __stub___$2
2696 -choke me
2697 -#endif
2698 -
2699 -int
2700 -main ()
2701 -{
2702 -return $2 ();
2703 - ;
2704 - return 0;
2705 -}
2706 -_ACEOF
2707 -if ac_fn_c_try_link "$LINENO"; then :
2708 - eval "$3=yes"
2709 -else
2710 - eval "$3=no"
2711 -fi
2712 -rm -f core conftest.err conftest.$ac_objext \
2713 - conftest$ac_exeext conftest.$ac_ext
2714 -fi
2715 -eval ac_res=\$$3
2716 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2717 -$as_echo "$ac_res" >&6; }
2718 - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2719 -
2720 -} # ac_fn_c_check_func
2721 -
2722 -# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2723 -# ---------------------------------------------
2724 -# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2725 -# accordingly.
2726 -ac_fn_c_check_decl ()
2727 -{
2728 - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2729 - as_decl_name=`echo $2|sed 's/ *(.*//'`
2730 - as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2731 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2732 -$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2733 -if eval \${$3+:} false; then :
2734 - $as_echo_n "(cached) " >&6
2735 -else
2736 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2737 -/* end confdefs.h. */
2738 -$4
2739 -int
2740 -main ()
2741 -{
2742 -#ifndef $as_decl_name
2743 -#ifdef __cplusplus
2744 - (void) $as_decl_use;
2745 -#else
2746 - (void) $as_decl_name;
2747 -#endif
2748 -#endif
2749 -
2750 - ;
2751 - return 0;
2752 -}
2753 -_ACEOF
2754 -if ac_fn_c_try_compile "$LINENO"; then :
2755 - eval "$3=yes"
2756 -else
2757 - eval "$3=no"
2758 -fi
2759 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2760 -fi
2761 -eval ac_res=\$$3
2762 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2763 -$as_echo "$ac_res" >&6; }
2764 - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2765 -
2766 -} # ac_fn_c_check_decl
2767 -cat >config.log <<_ACEOF
2768 -This file contains any messages produced by compilers while
2769 -running configure, to aid debugging if configure makes a mistake.
2770 -
2771 -It was created by dummy $as_me 0, which was
2772 -generated by GNU Autoconf 2.68. Invocation command line was
2773 -
2774 - $ $0 $@
2775 -
2776 -_ACEOF
2777 -exec 5>>config.log
2778 -{
2779 -cat <<_ASUNAME
2780 -## --------- ##
2781 -## Platform. ##
2782 -## --------- ##
2783 -
2784 -hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2785 -uname -m = `(uname -m) 2>/dev/null || echo unknown`
2786 -uname -r = `(uname -r) 2>/dev/null || echo unknown`
2787 -uname -s = `(uname -s) 2>/dev/null || echo unknown`
2788 -uname -v = `(uname -v) 2>/dev/null || echo unknown`
2789 -
2790 -/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2791 -/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2792 -
2793 -/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2794 -/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2795 -/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2796 -/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2797 -/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2798 -/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2799 -/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2800 -
2801 -_ASUNAME
2802 -
2803 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2804 -for as_dir in $PATH
2805 -do
2806 - IFS=$as_save_IFS
2807 - test -z "$as_dir" && as_dir=.
2808 - $as_echo "PATH: $as_dir"
2809 - done
2810 -IFS=$as_save_IFS
2811 -
2812 -} >&5
2813 -
2814 -cat >&5 <<_ACEOF
2815 -
2816 -
2817 -## ----------- ##
2818 -## Core tests. ##
2819 -## ----------- ##
2820 -
2821 -_ACEOF
2822 -
2823 -
2824 -# Keep a trace of the command line.
2825 -# Strip out --no-create and --no-recursion so they do not pile up.
2826 -# Strip out --silent because we don't want to record it for future runs.
2827 -# Also quote any args containing shell meta-characters.
2828 -# Make two passes to allow for proper duplicate-argument suppression.
2829 -ac_configure_args=
2830 -ac_configure_args0=
2831 -ac_configure_args1=
2832 -ac_must_keep_next=false
2833 -for ac_pass in 1 2
2834 -do
2835 - for ac_arg
2836 - do
2837 - case $ac_arg in
2838 - -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2839 - -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2840 - | -silent | --silent | --silen | --sile | --sil)
2841 - continue ;;
2842 - *\'*)
2843 - ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2844 - esac
2845 - case $ac_pass in
2846 - 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2847 - 2)
2848 - as_fn_append ac_configure_args1 " '$ac_arg'"
2849 - if test $ac_must_keep_next = true; then
2850 - ac_must_keep_next=false # Got value, back to normal.
2851 - else
2852 - case $ac_arg in
2853 - *=* | --config-cache | -C | -disable-* | --disable-* \
2854 - | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2855 - | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2856 - | -with-* | --with-* | -without-* | --without-* | --x)
2857 - case "$ac_configure_args0 " in
2858 - "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2859 - esac
2860 - ;;
2861 - -* ) ac_must_keep_next=true ;;
2862 - esac
2863 - fi
2864 - as_fn_append ac_configure_args " '$ac_arg'"
2865 - ;;
2866 - esac
2867 - done
2868 -done
2869 -{ ac_configure_args0=; unset ac_configure_args0;}
2870 -{ ac_configure_args1=; unset ac_configure_args1;}
2871 -
2872 -# When interrupted or exit'd, cleanup temporary files, and complete
2873 -# config.log. We remove comments because anyway the quotes in there
2874 -# would cause problems or look ugly.
2875 -# WARNING: Use '\'' to represent an apostrophe within the trap.
2876 -# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2877 -trap 'exit_status=$?
2878 - # Save into config.log some information that might help in debugging.
2879 - {
2880 - echo
2881 -
2882 - $as_echo "## ---------------- ##
2883 -## Cache variables. ##
2884 -## ---------------- ##"
2885 - echo
2886 - # The following way of writing the cache mishandles newlines in values,
2887 -(
2888 - for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2889 - eval ac_val=\$$ac_var
2890 - case $ac_val in #(
2891 - *${as_nl}*)
2892 - case $ac_var in #(
2893 - *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2894 -$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2895 - esac
2896 - case $ac_var in #(
2897 - _ | IFS | as_nl) ;; #(
2898 - BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2899 - *) { eval $ac_var=; unset $ac_var;} ;;
2900 - esac ;;
2901 - esac
2902 - done
2903 - (set) 2>&1 |
2904 - case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2905 - *${as_nl}ac_space=\ *)
2906 - sed -n \
2907 - "s/'\''/'\''\\\\'\'''\''/g;
2908 - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2909 - ;; #(
2910 - *)
2911 - sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2912 - ;;
2913 - esac |
2914 - sort
2915 -)
2916 - echo
2917 -
2918 - $as_echo "## ----------------- ##
2919 -## Output variables. ##
2920 -## ----------------- ##"
2921 - echo
2922 - for ac_var in $ac_subst_vars
2923 - do
2924 - eval ac_val=\$$ac_var
2925 - case $ac_val in
2926 - *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2927 - esac
2928 - $as_echo "$ac_var='\''$ac_val'\''"
2929 - done | sort
2930 - echo
2931 -
2932 - if test -n "$ac_subst_files"; then
2933 - $as_echo "## ------------------- ##
2934 -## File substitutions. ##
2935 -## ------------------- ##"
2936 - echo
2937 - for ac_var in $ac_subst_files
2938 - do
2939 - eval ac_val=\$$ac_var
2940 - case $ac_val in
2941 - *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2942 - esac
2943 - $as_echo "$ac_var='\''$ac_val'\''"
2944 - done | sort
2945 - echo
2946 - fi
2947 -
2948 - if test -s confdefs.h; then
2949 - $as_echo "## ----------- ##
2950 -## confdefs.h. ##
2951 -## ----------- ##"
2952 - echo
2953 - cat confdefs.h
2954 - echo
2955 - fi
2956 - test "$ac_signal" != 0 &&
2957 - $as_echo "$as_me: caught signal $ac_signal"
2958 - $as_echo "$as_me: exit $exit_status"
2959 - } >&5
2960 - rm -f core *.core core.conftest.* &&
2961 - rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2962 - exit $exit_status
2963 -' 0
2964 -for ac_signal in 1 2 13 15; do
2965 - trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2966 -done
2967 -ac_signal=0
2968 -
2969 -# confdefs.h avoids OS command line length limits that DEFS can exceed.
2970 -rm -f -r conftest* confdefs.h
2971 -
2972 -$as_echo "/* confdefs.h */" > confdefs.h
2973 -
2974 -# Predefined preprocessor variables.
2975 -
2976 -cat >>confdefs.h <<_ACEOF
2977 -#define PACKAGE_NAME "$PACKAGE_NAME"
2978 -_ACEOF
2979 -
2980 -cat >>confdefs.h <<_ACEOF
2981 -#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2982 -_ACEOF
2983 -
2984 -cat >>confdefs.h <<_ACEOF
2985 -#define PACKAGE_VERSION "$PACKAGE_VERSION"
2986 -_ACEOF
2987 -
2988 -cat >>confdefs.h <<_ACEOF
2989 -#define PACKAGE_STRING "$PACKAGE_STRING"
2990 -_ACEOF
2991 -
2992 -cat >>confdefs.h <<_ACEOF
2993 -#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2994 -_ACEOF
2995 -
2996 -cat >>confdefs.h <<_ACEOF
2997 -#define PACKAGE_URL "$PACKAGE_URL"
2998 -_ACEOF
2999 -
3000 -
3001 -# Let the site file select an alternate cache file if it wants to.
3002 -# Prefer an explicitly selected file to automatically selected ones.
3003 -ac_site_file1=NONE
3004 -ac_site_file2=NONE
3005 -if test -n "$CONFIG_SITE"; then
3006 - # We do not want a PATH search for config.site.
3007 - case $CONFIG_SITE in #((
3008 - -*) ac_site_file1=./$CONFIG_SITE;;
3009 - */*) ac_site_file1=$CONFIG_SITE;;
3010 - *) ac_site_file1=./$CONFIG_SITE;;
3011 - esac
3012 -elif test "x$prefix" != xNONE; then
3013 - ac_site_file1=$prefix/share/config.site
3014 - ac_site_file2=$prefix/etc/config.site
3015 -else
3016 - ac_site_file1=$ac_default_prefix/share/config.site
3017 - ac_site_file2=$ac_default_prefix/etc/config.site
3018 -fi
3019 -for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3020 -do
3021 - test "x$ac_site_file" = xNONE && continue
3022 - if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3023 - { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3024 -$as_echo "$as_me: loading site script $ac_site_file" >&6;}
3025 - sed 's/^/| /' "$ac_site_file" >&5
3026 - . "$ac_site_file" \
3027 - || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3028 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3029 -as_fn_error $? "failed to load site script $ac_site_file
3030 -See \`config.log' for more details" "$LINENO" 5; }
3031 - fi
3032 -done
3033 -
3034 -if test -r "$cache_file"; then
3035 - # Some versions of bash will fail to source /dev/null (special files
3036 - # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3037 - if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3038 - { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3039 -$as_echo "$as_me: loading cache $cache_file" >&6;}
3040 - case $cache_file in
3041 - [\\/]* | ?:[\\/]* ) . "$cache_file";;
3042 - *) . "./$cache_file";;
3043 - esac
3044 - fi
3045 -else
3046 - { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3047 -$as_echo "$as_me: creating cache $cache_file" >&6;}
3048 - >$cache_file
3049 -fi
3050 -
3051 -gl_header_list="$gl_header_list string.h"
3052 -gl_header_list="$gl_header_list unistd.h"
3053 -# Check that the precious variables saved in the cache have kept the same
3054 -# value.
3055 -ac_cache_corrupted=false
3056 -for ac_var in $ac_precious_vars; do
3057 - eval ac_old_set=\$ac_cv_env_${ac_var}_set
3058 - eval ac_new_set=\$ac_env_${ac_var}_set
3059 - eval ac_old_val=\$ac_cv_env_${ac_var}_value
3060 - eval ac_new_val=\$ac_env_${ac_var}_value
3061 - case $ac_old_set,$ac_new_set in
3062 - set,)
3063 - { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3064 -$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3065 - ac_cache_corrupted=: ;;
3066 - ,set)
3067 - { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3068 -$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3069 - ac_cache_corrupted=: ;;
3070 - ,);;
3071 - *)
3072 - if test "x$ac_old_val" != "x$ac_new_val"; then
3073 - # differences in whitespace do not lead to failure.
3074 - ac_old_val_w=`echo x $ac_old_val`
3075 - ac_new_val_w=`echo x $ac_new_val`
3076 - if test "$ac_old_val_w" != "$ac_new_val_w"; then
3077 - { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3078 -$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3079 - ac_cache_corrupted=:
3080 - else
3081 - { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3082 -$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3083 - eval $ac_var=\$ac_old_val
3084 - fi
3085 - { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3086 -$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3087 - { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3088 -$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3089 - fi;;
3090 - esac
3091 - # Pass precious variables to config.status.
3092 - if test "$ac_new_set" = set; then
3093 - case $ac_new_val in
3094 - *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3095 - *) ac_arg=$ac_var=$ac_new_val ;;
3096 - esac
3097 - case " $ac_configure_args " in
3098 - *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3099 - *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3100 - esac
3101 - fi
3102 -done
3103 -if $ac_cache_corrupted; then
3104 - { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3105 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3106 - { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3107 -$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3108 - as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3109 -fi
3110 -## -------------------- ##
3111 -## Main body of script. ##
3112 -## -------------------- ##
3113 -
3114 -ac_ext=c
3115 -ac_cpp='$CPP $CPPFLAGS'
3116 -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3117 -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3118 -ac_compiler_gnu=$ac_cv_c_compiler_gnu
3119 -
3120 -
3121 -ac_aux_dir=
3122 -for ac_dir in build-aux "$srcdir"/build-aux; do
3123 - if test -f "$ac_dir/install-sh"; then
3124 - ac_aux_dir=$ac_dir
3125 - ac_install_sh="$ac_aux_dir/install-sh -c"
3126 - break
3127 - elif test -f "$ac_dir/install.sh"; then
3128 - ac_aux_dir=$ac_dir
3129 - ac_install_sh="$ac_aux_dir/install.sh -c"
3130 - break
3131 - elif test -f "$ac_dir/shtool"; then
3132 - ac_aux_dir=$ac_dir
3133 - ac_install_sh="$ac_aux_dir/shtool install -c"
3134 - break
3135 - fi
3136 -done
3137 -if test -z "$ac_aux_dir"; then
3138 - as_fn_error $? "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5
3139 -fi
3140 -
3141 -# These three variables are undocumented and unsupported,
3142 -# and are intended to be withdrawn in a future Autoconf release.
3143 -# They can cause serious problems if a builder's source tree is in a directory
3144 -# whose full name contains unusual characters.
3145 -ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3146 -ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3147 -ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3148 -
3149 -
3150 -am__api_version='1.11'
3151 -
3152 -# Find a good install program. We prefer a C program (faster),
3153 -# so one script is as good as another. But avoid the broken or
3154 -# incompatible versions:
3155 -# SysV /etc/install, /usr/sbin/install
3156 -# SunOS /usr/etc/install
3157 -# IRIX /sbin/install
3158 -# AIX /bin/install
3159 -# AmigaOS /C/install, which installs bootblocks on floppy discs
3160 -# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3161 -# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3162 -# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3163 -# OS/2's system install, which has a completely different semantic
3164 -# ./install, which can be erroneously created by make from ./install.sh.
3165 -# Reject install programs that cannot install multiple files.
3166 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3167 -$as_echo_n "checking for a BSD-compatible install... " >&6; }
3168 -if test -z "$INSTALL"; then
3169 -if ${ac_cv_path_install+:} false; then :
3170 - $as_echo_n "(cached) " >&6
3171 -else
3172 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3173 -for as_dir in $PATH
3174 -do
3175 - IFS=$as_save_IFS
3176 - test -z "$as_dir" && as_dir=.
3177 - # Account for people who put trailing slashes in PATH elements.
3178 -case $as_dir/ in #((
3179 - ./ | .// | /[cC]/* | \
3180 - /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3181 - ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3182 - /usr/ucb/* ) ;;
3183 - *)
3184 - # OSF1 and SCO ODT 3.0 have their own names for install.
3185 - # Don't use installbsd from OSF since it installs stuff as root
3186 - # by default.
3187 - for ac_prog in ginstall scoinst install; do
3188 - for ac_exec_ext in '' $ac_executable_extensions; do
3189 - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3190 - if test $ac_prog = install &&
3191 - grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3192 - # AIX install. It has an incompatible calling convention.
3193 - :
3194 - elif test $ac_prog = install &&
3195 - grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3196 - # program-specific install script used by HP pwplus--don't use.
3197 - :
3198 - else
3199 - rm -rf conftest.one conftest.two conftest.dir
3200 - echo one > conftest.one
3201 - echo two > conftest.two
3202 - mkdir conftest.dir
3203 - if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3204 - test -s conftest.one && test -s conftest.two &&
3205 - test -s conftest.dir/conftest.one &&
3206 - test -s conftest.dir/conftest.two
3207 - then
3208 - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3209 - break 3
3210 - fi
3211 - fi
3212 - fi
3213 - done
3214 - done
3215 - ;;
3216 -esac
3217 -
3218 - done
3219 -IFS=$as_save_IFS
3220 -
3221 -rm -rf conftest.one conftest.two conftest.dir
3222 -
3223 -fi
3224 - if test "${ac_cv_path_install+set}" = set; then
3225 - INSTALL=$ac_cv_path_install
3226 - else
3227 - # As a last resort, use the slow shell script. Don't cache a
3228 - # value for INSTALL within a source directory, because that will
3229 - # break other packages using the cache if that directory is
3230 - # removed, or if the value is a relative name.
3231 - INSTALL=$ac_install_sh
3232 - fi
3233 -fi
3234 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3235 -$as_echo "$INSTALL" >&6; }
3236 -
3237 -# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3238 -# It thinks the first close brace ends the variable substitution.
3239 -test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3240 -
3241 -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3242 -
3243 -test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3244 -
3245 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3246 -$as_echo_n "checking whether build environment is sane... " >&6; }
3247 -# Just in case
3248 -sleep 1
3249 -echo timestamp > conftest.file
3250 -# Reject unsafe characters in $srcdir or the absolute working directory
3251 -# name. Accept space and tab only in the latter.
3252 -am_lf='
3253 -'
3254 -case `pwd` in
3255 - *[\\\"\#\$\&\'\`$am_lf]*)
3256 - as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3257 -esac
3258 -case $srcdir in
3259 - *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3260 - as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3261 -esac
3262 -
3263 -# Do `set' in a subshell so we don't clobber the current shell's
3264 -# arguments. Must try -L first in case configure is actually a
3265 -# symlink; some systems play weird games with the mod time of symlinks
3266 -# (eg FreeBSD returns the mod time of the symlink's containing
3267 -# directory).
3268 -if (
3269 - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3270 - if test "$*" = "X"; then
3271 - # -L didn't work.
3272 - set X `ls -t "$srcdir/configure" conftest.file`
3273 - fi
3274 - rm -f conftest.file
3275 - if test "$*" != "X $srcdir/configure conftest.file" \
3276 - && test "$*" != "X conftest.file $srcdir/configure"; then
3277 -
3278 - # If neither matched, then we have a broken ls. This can happen
3279 - # if, for instance, CONFIG_SHELL is bash and it inherits a
3280 - # broken ls alias from the environment. This has actually
3281 - # happened. Such a system could not be considered "sane".
3282 - as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3283 -alias in your environment" "$LINENO" 5
3284 - fi
3285 -
3286 - test "$2" = conftest.file
3287 - )
3288 -then
3289 - # Ok.
3290 - :
3291 -else
3292 - as_fn_error $? "newly created file is older than distributed files!
3293 -Check your system clock" "$LINENO" 5
3294 -fi
3295 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3296 -$as_echo "yes" >&6; }
3297 -test "$program_prefix" != NONE &&
3298 - program_transform_name="s&^&$program_prefix&;$program_transform_name"
3299 -# Use a double $ so make ignores it.
3300 -test "$program_suffix" != NONE &&
3301 - program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3302 -# Double any \ or $.
3303 -# By default was `s,x,x', remove it if useless.
3304 -ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3305 -program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3306 -
3307 -# expand $ac_aux_dir to an absolute path
3308 -am_aux_dir=`cd $ac_aux_dir && pwd`
3309 -
3310 -if test x"${MISSING+set}" != xset; then
3311 - case $am_aux_dir in
3312 - *\ * | *\ *)
3313 - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3314 - *)
3315 - MISSING="\${SHELL} $am_aux_dir/missing" ;;
3316 - esac
3317 -fi
3318 -# Use eval to expand $SHELL
3319 -if eval "$MISSING --run true"; then
3320 - am_missing_run="$MISSING --run "
3321 -else
3322 - am_missing_run=
3323 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3324 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3325 -fi
3326 -
3327 -if test x"${install_sh}" != xset; then
3328 - case $am_aux_dir in
3329 - *\ * | *\ *)
3330 - install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3331 - *)
3332 - install_sh="\${SHELL} $am_aux_dir/install-sh"
3333 - esac
3334 -fi
3335 -
3336 -# Installed binaries are usually stripped using `strip' when the user
3337 -# run `make install-strip'. However `strip' might not be the right
3338 -# tool to use in cross-compilation environments, therefore Automake
3339 -# will honor the `STRIP' environment variable to overrule this program.
3340 -if test "$cross_compiling" != no; then
3341 - if test -n "$ac_tool_prefix"; then
3342 - # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3343 -set dummy ${ac_tool_prefix}strip; ac_word=$2
3344 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3345 -$as_echo_n "checking for $ac_word... " >&6; }
3346 -if ${ac_cv_prog_STRIP+:} false; then :
3347 - $as_echo_n "(cached) " >&6
3348 -else
3349 - if test -n "$STRIP"; then
3350 - ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3351 -else
3352 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3353 -for as_dir in $PATH
3354 -do
3355 - IFS=$as_save_IFS
3356 - test -z "$as_dir" && as_dir=.
3357 - for ac_exec_ext in '' $ac_executable_extensions; do
3358 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3359 - ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3360 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3361 - break 2
3362 - fi
3363 -done
3364 - done
3365 -IFS=$as_save_IFS
3366 -
3367 -fi
3368 -fi
3369 -STRIP=$ac_cv_prog_STRIP
3370 -if test -n "$STRIP"; then
3371 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3372 -$as_echo "$STRIP" >&6; }
3373 -else
3374 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3375 -$as_echo "no" >&6; }
3376 -fi
3377 -
3378 -
3379 -fi
3380 -if test -z "$ac_cv_prog_STRIP"; then
3381 - ac_ct_STRIP=$STRIP
3382 - # Extract the first word of "strip", so it can be a program name with args.
3383 -set dummy strip; ac_word=$2
3384 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3385 -$as_echo_n "checking for $ac_word... " >&6; }
3386 -if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3387 - $as_echo_n "(cached) " >&6
3388 -else
3389 - if test -n "$ac_ct_STRIP"; then
3390 - ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3391 -else
3392 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3393 -for as_dir in $PATH
3394 -do
3395 - IFS=$as_save_IFS
3396 - test -z "$as_dir" && as_dir=.
3397 - for ac_exec_ext in '' $ac_executable_extensions; do
3398 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3399 - ac_cv_prog_ac_ct_STRIP="strip"
3400 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3401 - break 2
3402 - fi
3403 -done
3404 - done
3405 -IFS=$as_save_IFS
3406 -
3407 -fi
3408 -fi
3409 -ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3410 -if test -n "$ac_ct_STRIP"; then
3411 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3412 -$as_echo "$ac_ct_STRIP" >&6; }
3413 -else
3414 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3415 -$as_echo "no" >&6; }
3416 -fi
3417 -
3418 - if test "x$ac_ct_STRIP" = x; then
3419 - STRIP=":"
3420 - else
3421 - case $cross_compiling:$ac_tool_warned in
3422 -yes:)
3423 -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3424 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3425 -ac_tool_warned=yes ;;
3426 -esac
3427 - STRIP=$ac_ct_STRIP
3428 - fi
3429 -else
3430 - STRIP="$ac_cv_prog_STRIP"
3431 -fi
3432 -
3433 -fi
3434 -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3435 -
3436 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3437 -$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3438 -if test -z "$MKDIR_P"; then
3439 - if ${ac_cv_path_mkdir+:} false; then :
3440 - $as_echo_n "(cached) " >&6
3441 -else
3442 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3443 -for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3444 -do
3445 - IFS=$as_save_IFS
3446 - test -z "$as_dir" && as_dir=.
3447 - for ac_prog in mkdir gmkdir; do
3448 - for ac_exec_ext in '' $ac_executable_extensions; do
3449 - { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3450 - case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3451 - 'mkdir (GNU coreutils) '* | \
3452 - 'mkdir (coreutils) '* | \
3453 - 'mkdir (fileutils) '4.1*)
3454 - ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3455 - break 3;;
3456 - esac
3457 - done
3458 - done
3459 - done
3460 -IFS=$as_save_IFS
3461 -
3462 -fi
3463 -
3464 - test -d ./--version && rmdir ./--version
3465 - if test "${ac_cv_path_mkdir+set}" = set; then
3466 - MKDIR_P="$ac_cv_path_mkdir -p"
3467 - else
3468 - # As a last resort, use the slow shell script. Don't cache a
3469 - # value for MKDIR_P within a source directory, because that will
3470 - # break other packages using the cache if that directory is
3471 - # removed, or if the value is a relative name.
3472 - MKDIR_P="$ac_install_sh -d"
3473 - fi
3474 -fi
3475 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3476 -$as_echo "$MKDIR_P" >&6; }
3477 -
3478 -mkdir_p="$MKDIR_P"
3479 -case $mkdir_p in
3480 - [\\/$]* | ?:[\\/]*) ;;
3481 - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3482 -esac
3483 -
3484 -for ac_prog in gawk mawk nawk awk
3485 -do
3486 - # Extract the first word of "$ac_prog", so it can be a program name with args.
3487 -set dummy $ac_prog; ac_word=$2
3488 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3489 -$as_echo_n "checking for $ac_word... " >&6; }
3490 -if ${ac_cv_prog_AWK+:} false; then :
3491 - $as_echo_n "(cached) " >&6
3492 -else
3493 - if test -n "$AWK"; then
3494 - ac_cv_prog_AWK="$AWK" # Let the user override the test.
3495 -else
3496 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3497 -for as_dir in $PATH
3498 -do
3499 - IFS=$as_save_IFS
3500 - test -z "$as_dir" && as_dir=.
3501 - for ac_exec_ext in '' $ac_executable_extensions; do
3502 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3503 - ac_cv_prog_AWK="$ac_prog"
3504 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3505 - break 2
3506 - fi
3507 -done
3508 - done
3509 -IFS=$as_save_IFS
3510 -
3511 -fi
3512 -fi
3513 -AWK=$ac_cv_prog_AWK
3514 -if test -n "$AWK"; then
3515 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3516 -$as_echo "$AWK" >&6; }
3517 -else
3518 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3519 -$as_echo "no" >&6; }
3520 -fi
3521 -
3522 -
3523 - test -n "$AWK" && break
3524 -done
3525 -
3526 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3527 -$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3528 -set x ${MAKE-make}
3529 -ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3530 -if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3531 - $as_echo_n "(cached) " >&6
3532 -else
3533 - cat >conftest.make <<\_ACEOF
3534 -SHELL = /bin/sh
3535 -all:
3536 - @echo '@@@%%%=$(MAKE)=@@@%%%'
3537 -_ACEOF
3538 -# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3539 -case `${MAKE-make} -f conftest.make 2>/dev/null` in
3540 - *@@@%%%=?*=@@@%%%*)
3541 - eval ac_cv_prog_make_${ac_make}_set=yes;;
3542 - *)
3543 - eval ac_cv_prog_make_${ac_make}_set=no;;
3544 -esac
3545 -rm -f conftest.make
3546 -fi
3547 -if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3548 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3549 -$as_echo "yes" >&6; }
3550 - SET_MAKE=
3551 -else
3552 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3553 -$as_echo "no" >&6; }
3554 - SET_MAKE="MAKE=${MAKE-make}"
3555 -fi
3556 -
3557 -rm -rf .tst 2>/dev/null
3558 -mkdir .tst 2>/dev/null
3559 -if test -d .tst; then
3560 - am__leading_dot=.
3561 -else
3562 - am__leading_dot=_
3563 -fi
3564 -rmdir .tst 2>/dev/null
3565 -
3566 -if test "`cd $srcdir && pwd`" != "`pwd`"; then
3567 - # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3568 - # is not polluted with repeated "-I."
3569 - am__isrc=' -I$(srcdir)'
3570 - # test to see if srcdir already configured
3571 - if test -f $srcdir/config.status; then
3572 - as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3573 - fi
3574 -fi
3575 -
3576 -# test whether we have cygpath
3577 -if test -z "$CYGPATH_W"; then
3578 - if (cygpath --version) >/dev/null 2>/dev/null; then
3579 - CYGPATH_W='cygpath -w'
3580 - else
3581 - CYGPATH_W=echo
3582 - fi
3583 -fi
3584 -
3585 -
3586 -# Define the identity of the package.
3587 - PACKAGE='dummy'
3588 - VERSION='0'
3589 -
3590 -
3591 -cat >>confdefs.h <<_ACEOF
3592 -#define PACKAGE "$PACKAGE"
3593 -_ACEOF
3594 -
3595 -
3596 -cat >>confdefs.h <<_ACEOF
3597 -#define VERSION "$VERSION"
3598 -_ACEOF
3599 -
3600 -# Some tools Automake needs.
3601 -
3602 -ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3603 -
3604 -
3605 -AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3606 -
3607 -
3608 -AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3609 -
3610 -
3611 -AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3612 -
3613 -
3614 -MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3615 -
3616 -# We need awk for the "check" target. The system "awk" is bad on
3617 -# some platforms.
3618 -# Always define AMTAR for backward compatibility.
3619 -
3620 -AMTAR=${AMTAR-"${am_missing_run}tar"}
3621 -
3622 -am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3623 -
3624 -
3625 -
3626 -
3627 -
3628 -
3629 -ac_config_headers="$ac_config_headers config.h"
3630 -
3631 -
3632 -ac_ext=c
3633 -ac_cpp='$CPP $CPPFLAGS'
3634 -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3635 -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3636 -ac_compiler_gnu=$ac_cv_c_compiler_gnu
3637 -if test -n "$ac_tool_prefix"; then
3638 - # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3639 -set dummy ${ac_tool_prefix}gcc; ac_word=$2
3640 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3641 -$as_echo_n "checking for $ac_word... " >&6; }
3642 -if ${ac_cv_prog_CC+:} false; then :
3643 - $as_echo_n "(cached) " >&6
3644 -else
3645 - if test -n "$CC"; then
3646 - ac_cv_prog_CC="$CC" # Let the user override the test.
3647 -else
3648 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3649 -for as_dir in $PATH
3650 -do
3651 - IFS=$as_save_IFS
3652 - test -z "$as_dir" && as_dir=.
3653 - for ac_exec_ext in '' $ac_executable_extensions; do
3654 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3655 - ac_cv_prog_CC="${ac_tool_prefix}gcc"
3656 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3657 - break 2
3658 - fi
3659 -done
3660 - done
3661 -IFS=$as_save_IFS
3662 -
3663 -fi
3664 -fi
3665 -CC=$ac_cv_prog_CC
3666 -if test -n "$CC"; then
3667 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3668 -$as_echo "$CC" >&6; }
3669 -else
3670 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3671 -$as_echo "no" >&6; }
3672 -fi
3673 -
3674 -
3675 -fi
3676 -if test -z "$ac_cv_prog_CC"; then
3677 - ac_ct_CC=$CC
3678 - # Extract the first word of "gcc", so it can be a program name with args.
3679 -set dummy gcc; ac_word=$2
3680 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3681 -$as_echo_n "checking for $ac_word... " >&6; }
3682 -if ${ac_cv_prog_ac_ct_CC+:} false; then :
3683 - $as_echo_n "(cached) " >&6
3684 -else
3685 - if test -n "$ac_ct_CC"; then
3686 - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3687 -else
3688 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3689 -for as_dir in $PATH
3690 -do
3691 - IFS=$as_save_IFS
3692 - test -z "$as_dir" && as_dir=.
3693 - for ac_exec_ext in '' $ac_executable_extensions; do
3694 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3695 - ac_cv_prog_ac_ct_CC="gcc"
3696 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3697 - break 2
3698 - fi
3699 -done
3700 - done
3701 -IFS=$as_save_IFS
3702 -
3703 -fi
3704 -fi
3705 -ac_ct_CC=$ac_cv_prog_ac_ct_CC
3706 -if test -n "$ac_ct_CC"; then
3707 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3708 -$as_echo "$ac_ct_CC" >&6; }
3709 -else
3710 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3711 -$as_echo "no" >&6; }
3712 -fi
3713 -
3714 - if test "x$ac_ct_CC" = x; then
3715 - CC=""
3716 - else
3717 - case $cross_compiling:$ac_tool_warned in
3718 -yes:)
3719 -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3720 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3721 -ac_tool_warned=yes ;;
3722 -esac
3723 - CC=$ac_ct_CC
3724 - fi
3725 -else
3726 - CC="$ac_cv_prog_CC"
3727 -fi
3728 -
3729 -if test -z "$CC"; then
3730 - if test -n "$ac_tool_prefix"; then
3731 - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3732 -set dummy ${ac_tool_prefix}cc; ac_word=$2
3733 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3734 -$as_echo_n "checking for $ac_word... " >&6; }
3735 -if ${ac_cv_prog_CC+:} false; then :
3736 - $as_echo_n "(cached) " >&6
3737 -else
3738 - if test -n "$CC"; then
3739 - ac_cv_prog_CC="$CC" # Let the user override the test.
3740 -else
3741 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3742 -for as_dir in $PATH
3743 -do
3744 - IFS=$as_save_IFS
3745 - test -z "$as_dir" && as_dir=.
3746 - for ac_exec_ext in '' $ac_executable_extensions; do
3747 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3748 - ac_cv_prog_CC="${ac_tool_prefix}cc"
3749 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3750 - break 2
3751 - fi
3752 -done
3753 - done
3754 -IFS=$as_save_IFS
3755 -
3756 -fi
3757 -fi
3758 -CC=$ac_cv_prog_CC
3759 -if test -n "$CC"; then
3760 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3761 -$as_echo "$CC" >&6; }
3762 -else
3763 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3764 -$as_echo "no" >&6; }
3765 -fi
3766 -
3767 -
3768 - fi
3769 -fi
3770 -if test -z "$CC"; then
3771 - # Extract the first word of "cc", so it can be a program name with args.
3772 -set dummy cc; ac_word=$2
3773 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3774 -$as_echo_n "checking for $ac_word... " >&6; }
3775 -if ${ac_cv_prog_CC+:} false; then :
3776 - $as_echo_n "(cached) " >&6
3777 -else
3778 - if test -n "$CC"; then
3779 - ac_cv_prog_CC="$CC" # Let the user override the test.
3780 -else
3781 - ac_prog_rejected=no
3782 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3783 -for as_dir in $PATH
3784 -do
3785 - IFS=$as_save_IFS
3786 - test -z "$as_dir" && as_dir=.
3787 - for ac_exec_ext in '' $ac_executable_extensions; do
3788 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3789 - if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3790 - ac_prog_rejected=yes
3791 - continue
3792 - fi
3793 - ac_cv_prog_CC="cc"
3794 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3795 - break 2
3796 - fi
3797 -done
3798 - done
3799 -IFS=$as_save_IFS
3800 -
3801 -if test $ac_prog_rejected = yes; then
3802 - # We found a bogon in the path, so make sure we never use it.
3803 - set dummy $ac_cv_prog_CC
3804 - shift
3805 - if test $# != 0; then
3806 - # We chose a different compiler from the bogus one.
3807 - # However, it has the same basename, so the bogon will be chosen
3808 - # first if we set CC to just the basename; use the full file name.
3809 - shift
3810 - ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3811 - fi
3812 -fi
3813 -fi
3814 -fi
3815 -CC=$ac_cv_prog_CC
3816 -if test -n "$CC"; then
3817 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3818 -$as_echo "$CC" >&6; }
3819 -else
3820 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3821 -$as_echo "no" >&6; }
3822 -fi
3823 -
3824 -
3825 -fi
3826 -if test -z "$CC"; then
3827 - if test -n "$ac_tool_prefix"; then
3828 - for ac_prog in cl.exe
3829 - do
3830 - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3831 -set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3832 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3833 -$as_echo_n "checking for $ac_word... " >&6; }
3834 -if ${ac_cv_prog_CC+:} false; then :
3835 - $as_echo_n "(cached) " >&6
3836 -else
3837 - if test -n "$CC"; then
3838 - ac_cv_prog_CC="$CC" # Let the user override the test.
3839 -else
3840 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3841 -for as_dir in $PATH
3842 -do
3843 - IFS=$as_save_IFS
3844 - test -z "$as_dir" && as_dir=.
3845 - for ac_exec_ext in '' $ac_executable_extensions; do
3846 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3847 - ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3848 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3849 - break 2
3850 - fi
3851 -done
3852 - done
3853 -IFS=$as_save_IFS
3854 -
3855 -fi
3856 -fi
3857 -CC=$ac_cv_prog_CC
3858 -if test -n "$CC"; then
3859 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3860 -$as_echo "$CC" >&6; }
3861 -else
3862 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3863 -$as_echo "no" >&6; }
3864 -fi
3865 -
3866 -
3867 - test -n "$CC" && break
3868 - done
3869 -fi
3870 -if test -z "$CC"; then
3871 - ac_ct_CC=$CC
3872 - for ac_prog in cl.exe
3873 -do
3874 - # Extract the first word of "$ac_prog", so it can be a program name with args.
3875 -set dummy $ac_prog; ac_word=$2
3876 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3877 -$as_echo_n "checking for $ac_word... " >&6; }
3878 -if ${ac_cv_prog_ac_ct_CC+:} false; then :
3879 - $as_echo_n "(cached) " >&6
3880 -else
3881 - if test -n "$ac_ct_CC"; then
3882 - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3883 -else
3884 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3885 -for as_dir in $PATH
3886 -do
3887 - IFS=$as_save_IFS
3888 - test -z "$as_dir" && as_dir=.
3889 - for ac_exec_ext in '' $ac_executable_extensions; do
3890 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3891 - ac_cv_prog_ac_ct_CC="$ac_prog"
3892 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3893 - break 2
3894 - fi
3895 -done
3896 - done
3897 -IFS=$as_save_IFS
3898 -
3899 -fi
3900 -fi
3901 -ac_ct_CC=$ac_cv_prog_ac_ct_CC
3902 -if test -n "$ac_ct_CC"; then
3903 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3904 -$as_echo "$ac_ct_CC" >&6; }
3905 -else
3906 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3907 -$as_echo "no" >&6; }
3908 -fi
3909 -
3910 -
3911 - test -n "$ac_ct_CC" && break
3912 -done
3913 -
3914 - if test "x$ac_ct_CC" = x; then
3915 - CC=""
3916 - else
3917 - case $cross_compiling:$ac_tool_warned in
3918 -yes:)
3919 -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3920 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3921 -ac_tool_warned=yes ;;
3922 -esac
3923 - CC=$ac_ct_CC
3924 - fi
3925 -fi
3926 -
3927 -fi
3928 -
3929 -
3930 -test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3931 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3932 -as_fn_error $? "no acceptable C compiler found in \$PATH
3933 -See \`config.log' for more details" "$LINENO" 5; }
3934 -
3935 -# Provide some information about the compiler.
3936 -$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3937 -set X $ac_compile
3938 -ac_compiler=$2
3939 -for ac_option in --version -v -V -qversion; do
3940 - { { ac_try="$ac_compiler $ac_option >&5"
3941 -case "(($ac_try" in
3942 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3943 - *) ac_try_echo=$ac_try;;
3944 -esac
3945 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3946 -$as_echo "$ac_try_echo"; } >&5
3947 - (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3948 - ac_status=$?
3949 - if test -s conftest.err; then
3950 - sed '10a\
3951 -... rest of stderr output deleted ...
3952 - 10q' conftest.err >conftest.er1
3953 - cat conftest.er1 >&5
3954 - fi
3955 - rm -f conftest.er1 conftest.err
3956 - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3957 - test $ac_status = 0; }
3958 -done
3959 -
3960 -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3961 -/* end confdefs.h. */
3962 -
3963 -int
3964 -main ()
3965 -{
3966 -
3967 - ;
3968 - return 0;
3969 -}
3970 -_ACEOF
3971 -ac_clean_files_save=$ac_clean_files
3972 -ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3973 -# Try to create an executable without -o first, disregard a.out.
3974 -# It will help us diagnose broken compilers, and finding out an intuition
3975 -# of exeext.
3976 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3977 -$as_echo_n "checking whether the C compiler works... " >&6; }
3978 -ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3979 -
3980 -# The possible output files:
3981 -ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3982 -
3983 -ac_rmfiles=
3984 -for ac_file in $ac_files
3985 -do
3986 - case $ac_file in
3987 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3988 - * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3989 - esac
3990 -done
3991 -rm -f $ac_rmfiles
3992 -
3993 -if { { ac_try="$ac_link_default"
3994 -case "(($ac_try" in
3995 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3996 - *) ac_try_echo=$ac_try;;
3997 -esac
3998 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3999 -$as_echo "$ac_try_echo"; } >&5
4000 - (eval "$ac_link_default") 2>&5
4001 - ac_status=$?
4002 - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4003 - test $ac_status = 0; }; then :
4004 - # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4005 -# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4006 -# in a Makefile. We should not override ac_cv_exeext if it was cached,
4007 -# so that the user can short-circuit this test for compilers unknown to
4008 -# Autoconf.
4009 -for ac_file in $ac_files ''
4010 -do
4011 - test -f "$ac_file" || continue
4012 - case $ac_file in
4013 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4014 - ;;
4015 - [ab].out )
4016 - # We found the default executable, but exeext='' is most
4017 - # certainly right.
4018 - break;;
4019 - *.* )
4020 - if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4021 - then :; else
4022 - ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4023 - fi
4024 - # We set ac_cv_exeext here because the later test for it is not
4025 - # safe: cross compilers may not add the suffix if given an `-o'
4026 - # argument, so we may need to know it at that point already.
4027 - # Even if this section looks crufty: it has the advantage of
4028 - # actually working.
4029 - break;;
4030 - * )
4031 - break;;
4032 - esac
4033 -done
4034 -test "$ac_cv_exeext" = no && ac_cv_exeext=
4035 -
4036 -else
4037 - ac_file=''
4038 -fi
4039 -if test -z "$ac_file"; then :
4040 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4041 -$as_echo "no" >&6; }
4042 -$as_echo "$as_me: failed program was:" >&5
4043 -sed 's/^/| /' conftest.$ac_ext >&5
4044 -
4045 -{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4046 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4047 -as_fn_error 77 "C compiler cannot create executables
4048 -See \`config.log' for more details" "$LINENO" 5; }
4049 -else
4050 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4051 -$as_echo "yes" >&6; }
4052 -fi
4053 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4054 -$as_echo_n "checking for C compiler default output file name... " >&6; }
4055 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4056 -$as_echo "$ac_file" >&6; }
4057 -ac_exeext=$ac_cv_exeext
4058 -
4059 -rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4060 -ac_clean_files=$ac_clean_files_save
4061 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4062 -$as_echo_n "checking for suffix of executables... " >&6; }
4063 -if { { ac_try="$ac_link"
4064 -case "(($ac_try" in
4065 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4066 - *) ac_try_echo=$ac_try;;
4067 -esac
4068 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4069 -$as_echo "$ac_try_echo"; } >&5
4070 - (eval "$ac_link") 2>&5
4071 - ac_status=$?
4072 - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4073 - test $ac_status = 0; }; then :
4074 - # If both `conftest.exe' and `conftest' are `present' (well, observable)
4075 -# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4076 -# work properly (i.e., refer to `conftest.exe'), while it won't with
4077 -# `rm'.
4078 -for ac_file in conftest.exe conftest conftest.*; do
4079 - test -f "$ac_file" || continue
4080 - case $ac_file in
4081 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4082 - *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4083 - break;;
4084 - * ) break;;
4085 - esac
4086 -done
4087 -else
4088 - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4089 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4090 -as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4091 -See \`config.log' for more details" "$LINENO" 5; }
4092 -fi
4093 -rm -f conftest conftest$ac_cv_exeext
4094 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4095 -$as_echo "$ac_cv_exeext" >&6; }
4096 -
4097 -rm -f conftest.$ac_ext
4098 -EXEEXT=$ac_cv_exeext
4099 -ac_exeext=$EXEEXT
4100 -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4101 -/* end confdefs.h. */
4102 -#include <stdio.h>
4103 -int
4104 -main ()
4105 -{
4106 -FILE *f = fopen ("conftest.out", "w");
4107 - return ferror (f) || fclose (f) != 0;
4108 -
4109 - ;
4110 - return 0;
4111 -}
4112 -_ACEOF
4113 -ac_clean_files="$ac_clean_files conftest.out"
4114 -# Check that the compiler produces executables we can run. If not, either
4115 -# the compiler is broken, or we cross compile.
4116 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4117 -$as_echo_n "checking whether we are cross compiling... " >&6; }
4118 -if test "$cross_compiling" != yes; then
4119 - { { ac_try="$ac_link"
4120 -case "(($ac_try" in
4121 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4122 - *) ac_try_echo=$ac_try;;
4123 -esac
4124 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4125 -$as_echo "$ac_try_echo"; } >&5
4126 - (eval "$ac_link") 2>&5
4127 - ac_status=$?
4128 - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4129 - test $ac_status = 0; }
4130 - if { ac_try='./conftest$ac_cv_exeext'
4131 - { { case "(($ac_try" in
4132 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4133 - *) ac_try_echo=$ac_try;;
4134 -esac
4135 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4136 -$as_echo "$ac_try_echo"; } >&5
4137 - (eval "$ac_try") 2>&5
4138 - ac_status=$?
4139 - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4140 - test $ac_status = 0; }; }; then
4141 - cross_compiling=no
4142 - else
4143 - if test "$cross_compiling" = maybe; then
4144 - cross_compiling=yes
4145 - else
4146 - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4147 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4148 -as_fn_error $? "cannot run C compiled programs.
4149 -If you meant to cross compile, use \`--host'.
4150 -See \`config.log' for more details" "$LINENO" 5; }
4151 - fi
4152 - fi
4153 -fi
4154 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4155 -$as_echo "$cross_compiling" >&6; }
4156 -
4157 -rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4158 -ac_clean_files=$ac_clean_files_save
4159 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4160 -$as_echo_n "checking for suffix of object files... " >&6; }
4161 -if ${ac_cv_objext+:} false; then :
4162 - $as_echo_n "(cached) " >&6
4163 -else
4164 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4165 -/* end confdefs.h. */
4166 -
4167 -int
4168 -main ()
4169 -{
4170 -
4171 - ;
4172 - return 0;
4173 -}
4174 -_ACEOF
4175 -rm -f conftest.o conftest.obj
4176 -if { { ac_try="$ac_compile"
4177 -case "(($ac_try" in
4178 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4179 - *) ac_try_echo=$ac_try;;
4180 -esac
4181 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4182 -$as_echo "$ac_try_echo"; } >&5
4183 - (eval "$ac_compile") 2>&5
4184 - ac_status=$?
4185 - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4186 - test $ac_status = 0; }; then :
4187 - for ac_file in conftest.o conftest.obj conftest.*; do
4188 - test -f "$ac_file" || continue;
4189 - case $ac_file in
4190 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4191 - *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4192 - break;;
4193 - esac
4194 -done
4195 -else
4196 - $as_echo "$as_me: failed program was:" >&5
4197 -sed 's/^/| /' conftest.$ac_ext >&5
4198 -
4199 -{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4200 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4201 -as_fn_error $? "cannot compute suffix of object files: cannot compile
4202 -See \`config.log' for more details" "$LINENO" 5; }
4203 -fi
4204 -rm -f conftest.$ac_cv_objext conftest.$ac_ext
4205 -fi
4206 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4207 -$as_echo "$ac_cv_objext" >&6; }
4208 -OBJEXT=$ac_cv_objext
4209 -ac_objext=$OBJEXT
4210 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4211 -$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4212 -if ${ac_cv_c_compiler_gnu+:} false; then :
4213 - $as_echo_n "(cached) " >&6
4214 -else
4215 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4216 -/* end confdefs.h. */
4217 -
4218 -int
4219 -main ()
4220 -{
4221 -#ifndef __GNUC__
4222 - choke me
4223 -#endif
4224 -
4225 - ;
4226 - return 0;
4227 -}
4228 -_ACEOF
4229 -if ac_fn_c_try_compile "$LINENO"; then :
4230 - ac_compiler_gnu=yes
4231 -else
4232 - ac_compiler_gnu=no
4233 -fi
4234 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4235 -ac_cv_c_compiler_gnu=$ac_compiler_gnu
4236 -
4237 -fi
4238 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4239 -$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4240 -if test $ac_compiler_gnu = yes; then
4241 - GCC=yes
4242 -else
4243 - GCC=
4244 -fi
4245 -ac_test_CFLAGS=${CFLAGS+set}
4246 -ac_save_CFLAGS=$CFLAGS
4247 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4248 -$as_echo_n "checking whether $CC accepts -g... " >&6; }
4249 -if ${ac_cv_prog_cc_g+:} false; then :
4250 - $as_echo_n "(cached) " >&6
4251 -else
4252 - ac_save_c_werror_flag=$ac_c_werror_flag
4253 - ac_c_werror_flag=yes
4254 - ac_cv_prog_cc_g=no
4255 - CFLAGS="-g"
4256 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4257 -/* end confdefs.h. */
4258 -
4259 -int
4260 -main ()
4261 -{
4262 -
4263 - ;
4264 - return 0;
4265 -}
4266 -_ACEOF
4267 -if ac_fn_c_try_compile "$LINENO"; then :
4268 - ac_cv_prog_cc_g=yes
4269 -else
4270 - CFLAGS=""
4271 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4272 -/* end confdefs.h. */
4273 -
4274 -int
4275 -main ()
4276 -{
4277 -
4278 - ;
4279 - return 0;
4280 -}
4281 -_ACEOF
4282 -if ac_fn_c_try_compile "$LINENO"; then :
4283 -
4284 -else
4285 - ac_c_werror_flag=$ac_save_c_werror_flag
4286 - CFLAGS="-g"
4287 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4288 -/* end confdefs.h. */
4289 -
4290 -int
4291 -main ()
4292 -{
4293 -
4294 - ;
4295 - return 0;
4296 -}
4297 -_ACEOF
4298 -if ac_fn_c_try_compile "$LINENO"; then :
4299 - ac_cv_prog_cc_g=yes
4300 -fi
4301 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4302 -fi
4303 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4304 -fi
4305 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4306 - ac_c_werror_flag=$ac_save_c_werror_flag
4307 -fi
4308 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4309 -$as_echo "$ac_cv_prog_cc_g" >&6; }
4310 -if test "$ac_test_CFLAGS" = set; then
4311 - CFLAGS=$ac_save_CFLAGS
4312 -elif test $ac_cv_prog_cc_g = yes; then
4313 - if test "$GCC" = yes; then
4314 - CFLAGS="-g -O2"
4315 - else
4316 - CFLAGS="-g"
4317 - fi
4318 -else
4319 - if test "$GCC" = yes; then
4320 - CFLAGS="-O2"
4321 - else
4322 - CFLAGS=
4323 - fi
4324 -fi
4325 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4326 -$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4327 -if ${ac_cv_prog_cc_c89+:} false; then :
4328 - $as_echo_n "(cached) " >&6
4329 -else
4330 - ac_cv_prog_cc_c89=no
4331 -ac_save_CC=$CC
4332 -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4333 -/* end confdefs.h. */
4334 -#include <stdarg.h>
4335 -#include <stdio.h>
4336 -#include <sys/types.h>
4337 -#include <sys/stat.h>
4338 -/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4339 -struct buf { int x; };
4340 -FILE * (*rcsopen) (struct buf *, struct stat *, int);
4341 -static char *e (p, i)
4342 - char **p;
4343 - int i;
4344 -{
4345 - return p[i];
4346 -}
4347 -static char *f (char * (*g) (char **, int), char **p, ...)
4348 -{
4349 - char *s;
4350 - va_list v;
4351 - va_start (v,p);
4352 - s = g (p, va_arg (v,int));
4353 - va_end (v);
4354 - return s;
4355 -}
4356 -
4357 -/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4358 - function prototypes and stuff, but not '\xHH' hex character constants.
4359 - These don't provoke an error unfortunately, instead are silently treated
4360 - as 'x'. The following induces an error, until -std is added to get
4361 - proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4362 - array size at least. It's necessary to write '\x00'==0 to get something
4363 - that's true only with -std. */
4364 -int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4365 -
4366 -/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4367 - inside strings and character constants. */
4368 -#define FOO(x) 'x'
4369 -int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4370 -
4371 -int test (int i, double x);
4372 -struct s1 {int (*f) (int a);};
4373 -struct s2 {int (*f) (double a);};
4374 -int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4375 -int argc;
4376 -char **argv;
4377 -int
4378 -main ()
4379 -{
4380 -return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4381 - ;
4382 - return 0;
4383 -}
4384 -_ACEOF
4385 -for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4386 - -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4387 -do
4388 - CC="$ac_save_CC $ac_arg"
4389 - if ac_fn_c_try_compile "$LINENO"; then :
4390 - ac_cv_prog_cc_c89=$ac_arg
4391 -fi
4392 -rm -f core conftest.err conftest.$ac_objext
4393 - test "x$ac_cv_prog_cc_c89" != "xno" && break
4394 -done
4395 -rm -f conftest.$ac_ext
4396 -CC=$ac_save_CC
4397 -
4398 -fi
4399 -# AC_CACHE_VAL
4400 -case "x$ac_cv_prog_cc_c89" in
4401 - x)
4402 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4403 -$as_echo "none needed" >&6; } ;;
4404 - xno)
4405 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4406 -$as_echo "unsupported" >&6; } ;;
4407 - *)
4408 - CC="$CC $ac_cv_prog_cc_c89"
4409 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4410 -$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4411 -esac
4412 -if test "x$ac_cv_prog_cc_c89" != xno; then :
4413 -
4414 -fi
4415 -
4416 -ac_ext=c
4417 -ac_cpp='$CPP $CPPFLAGS'
4418 -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4419 -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4420 -ac_compiler_gnu=$ac_cv_c_compiler_gnu
4421 -DEPDIR="${am__leading_dot}deps"
4422 -
4423 -ac_config_commands="$ac_config_commands depfiles"
4424 -
4425 -
4426 -am_make=${MAKE-make}
4427 -cat > confinc << 'END'
4428 -am__doit:
4429 - @echo this is the am__doit target
4430 -.PHONY: am__doit
4431 -END
4432 -# If we don't find an include directive, just comment out the code.
4433 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4434 -$as_echo_n "checking for style of include used by $am_make... " >&6; }
4435 -am__include="#"
4436 -am__quote=
4437 -_am_result=none
4438 -# First try GNU make style include.
4439 -echo "include confinc" > confmf
4440 -# Ignore all kinds of additional output from `make'.
4441 -case `$am_make -s -f confmf 2> /dev/null` in #(
4442 -*the\ am__doit\ target*)
4443 - am__include=include
4444 - am__quote=
4445 - _am_result=GNU
4446 - ;;
4447 -esac
4448 -# Now try BSD make style include.
4449 -if test "$am__include" = "#"; then
4450 - echo '.include "confinc"' > confmf
4451 - case `$am_make -s -f confmf 2> /dev/null` in #(
4452 - *the\ am__doit\ target*)
4453 - am__include=.include
4454 - am__quote="\""
4455 - _am_result=BSD
4456 - ;;
4457 - esac
4458 -fi
4459 -
4460 -
4461 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4462 -$as_echo "$_am_result" >&6; }
4463 -rm -f confinc confmf
4464 -
4465 -# Check whether --enable-dependency-tracking was given.
4466 -if test "${enable_dependency_tracking+set}" = set; then :
4467 - enableval=$enable_dependency_tracking;
4468 -fi
4469 -
4470 -if test "x$enable_dependency_tracking" != xno; then
4471 - am_depcomp="$ac_aux_dir/depcomp"
4472 - AMDEPBACKSLASH='\'
4473 -fi
4474 - if test "x$enable_dependency_tracking" != xno; then
4475 - AMDEP_TRUE=
4476 - AMDEP_FALSE='#'
4477 -else
4478 - AMDEP_TRUE='#'
4479 - AMDEP_FALSE=
4480 -fi
4481 -
4482 -
4483 -
4484 -depcc="$CC" am_compiler_list=
4485 -
4486 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4487 -$as_echo_n "checking dependency style of $depcc... " >&6; }
4488 -if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4489 - $as_echo_n "(cached) " >&6
4490 -else
4491 - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4492 - # We make a subdir and do the tests there. Otherwise we can end up
4493 - # making bogus files that we don't know about and never remove. For
4494 - # instance it was reported that on HP-UX the gcc test will end up
4495 - # making a dummy file named `D' -- because `-MD' means `put the output
4496 - # in D'.
4497 - mkdir conftest.dir
4498 - # Copy depcomp to subdir because otherwise we won't find it if we're
4499 - # using a relative directory.
4500 - cp "$am_depcomp" conftest.dir
4501 - cd conftest.dir
4502 - # We will build objects and dependencies in a subdirectory because
4503 - # it helps to detect inapplicable dependency modes. For instance
4504 - # both Tru64's cc and ICC support -MD to output dependencies as a
4505 - # side effect of compilation, but ICC will put the dependencies in
4506 - # the current directory while Tru64 will put them in the object
4507 - # directory.
4508 - mkdir sub
4509 -
4510 - am_cv_CC_dependencies_compiler_type=none
4511 - if test "$am_compiler_list" = ""; then
4512 - am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4513 - fi
4514 - am__universal=false
4515 - case " $depcc " in #(
4516 - *\ -arch\ *\ -arch\ *) am__universal=true ;;
4517 - esac
4518 -
4519 - for depmode in $am_compiler_list; do
4520 - # Setup a source with many dependencies, because some compilers
4521 - # like to wrap large dependency lists on column 80 (with \), and
4522 - # we should not choose a depcomp mode which is confused by this.
4523 - #
4524 - # We need to recreate these files for each test, as the compiler may
4525 - # overwrite some of them when testing with obscure command lines.
4526 - # This happens at least with the AIX C compiler.
4527 - : > sub/conftest.c
4528 - for i in 1 2 3 4 5 6; do
4529 - echo '#include "conftst'$i'.h"' >> sub/conftest.c
4530 - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4531 - # Solaris 8's {/usr,}/bin/sh.
4532 - touch sub/conftst$i.h
4533 - done
4534 - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4535 -
4536 - # We check with `-c' and `-o' for the sake of the "dashmstdout"
4537 - # mode. It turns out that the SunPro C++ compiler does not properly
4538 - # handle `-M -o', and we need to detect this. Also, some Intel
4539 - # versions had trouble with output in subdirs
4540 - am__obj=sub/conftest.${OBJEXT-o}
4541 - am__minus_obj="-o $am__obj"
4542 - case $depmode in
4543 - gcc)
4544 - # This depmode causes a compiler race in universal mode.
4545 - test "$am__universal" = false || continue
4546 - ;;
4547 - nosideeffect)
4548 - # after this tag, mechanisms are not by side-effect, so they'll
4549 - # only be used when explicitly requested
4550 - if test "x$enable_dependency_tracking" = xyes; then
4551 - continue
4552 - else
4553 - break
4554 - fi
4555 - ;;
4556 - msvisualcpp | msvcmsys)
4557 - # This compiler won't grok `-c -o', but also, the minuso test has
4558 - # not run yet. These depmodes are late enough in the game, and
4559 - # so weak that their functioning should not be impacted.
4560 - am__obj=conftest.${OBJEXT-o}
4561 - am__minus_obj=
4562 - ;;
4563 - none) break ;;
4564 - esac
4565 - if depmode=$depmode \
4566 - source=sub/conftest.c object=$am__obj \
4567 - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4568 - $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4569 - >/dev/null 2>conftest.err &&
4570 - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4571 - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4572 - grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4573 - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4574 - # icc doesn't choke on unknown options, it will just issue warnings
4575 - # or remarks (even with -Werror). So we grep stderr for any message
4576 - # that says an option was ignored or not supported.
4577 - # When given -MP, icc 7.0 and 7.1 complain thusly:
4578 - # icc: Command line warning: ignoring option '-M'; no argument required
4579 - # The diagnosis changed in icc 8.0:
4580 - # icc: Command line remark: option '-MP' not supported
4581 - if (grep 'ignoring option' conftest.err ||
4582 - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4583 - am_cv_CC_dependencies_compiler_type=$depmode
4584 - break
4585 - fi
4586 - fi
4587 - done
4588 -
4589 - cd ..
4590 - rm -rf conftest.dir
4591 -else
4592 - am_cv_CC_dependencies_compiler_type=none
4593 -fi
4594 -
4595 -fi
4596 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4597 -$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4598 -CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4599 -
4600 - if
4601 - test "x$enable_dependency_tracking" != xno \
4602 - && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4603 - am__fastdepCC_TRUE=
4604 - am__fastdepCC_FALSE='#'
4605 -else
4606 - am__fastdepCC_TRUE='#'
4607 - am__fastdepCC_FALSE=
4608 -fi
4609 -
4610 -
4611 -
4612 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4613 -$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4614 -set x ${MAKE-make}
4615 -ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4616 -if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4617 - $as_echo_n "(cached) " >&6
4618 -else
4619 - cat >conftest.make <<\_ACEOF
4620 -SHELL = /bin/sh
4621 -all:
4622 - @echo '@@@%%%=$(MAKE)=@@@%%%'
4623 -_ACEOF
4624 -# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4625 -case `${MAKE-make} -f conftest.make 2>/dev/null` in
4626 - *@@@%%%=?*=@@@%%%*)
4627 - eval ac_cv_prog_make_${ac_make}_set=yes;;
4628 - *)
4629 - eval ac_cv_prog_make_${ac_make}_set=no;;
4630 -esac
4631 -rm -f conftest.make
4632 -fi
4633 -if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4634 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4635 -$as_echo "yes" >&6; }
4636 - SET_MAKE=
4637 -else
4638 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4639 -$as_echo "no" >&6; }
4640 - SET_MAKE="MAKE=${MAKE-make}"
4641 -fi
4642 -
4643 -
4644 -# For autobuild.
4645 -# Make sure we can run config.sub.
4646 -$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4647 - as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4648 -
4649 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4650 -$as_echo_n "checking build system type... " >&6; }
4651 -if ${ac_cv_build+:} false; then :
4652 - $as_echo_n "(cached) " >&6
4653 -else
4654 - ac_build_alias=$build_alias
4655 -test "x$ac_build_alias" = x &&
4656 - ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4657 -test "x$ac_build_alias" = x &&
4658 - as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
4659 -ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4660 - as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4661 -
4662 -fi
4663 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4664 -$as_echo "$ac_cv_build" >&6; }
4665 -case $ac_cv_build in
4666 -*-*-*) ;;
4667 -*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
4668 -esac
4669 -build=$ac_cv_build
4670 -ac_save_IFS=$IFS; IFS='-'
4671 -set x $ac_cv_build
4672 -shift
4673 -build_cpu=$1
4674 -build_vendor=$2
4675 -shift; shift
4676 -# Remember, the first character of IFS is used to create $*,
4677 -# except with old shells:
4678 -build_os=$*
4679 -IFS=$ac_save_IFS
4680 -case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4681 -
4682 -
4683 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4684 -$as_echo_n "checking host system type... " >&6; }
4685 -if ${ac_cv_host+:} false; then :
4686 - $as_echo_n "(cached) " >&6
4687 -else
4688 - if test "x$host_alias" = x; then
4689 - ac_cv_host=$ac_cv_build
4690 -else
4691 - ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4692 - as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4693 -fi
4694 -
4695 -fi
4696 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4697 -$as_echo "$ac_cv_host" >&6; }
4698 -case $ac_cv_host in
4699 -*-*-*) ;;
4700 -*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
4701 -esac
4702 -host=$ac_cv_host
4703 -ac_save_IFS=$IFS; IFS='-'
4704 -set x $ac_cv_host
4705 -shift
4706 -host_cpu=$1
4707 -host_vendor=$2
4708 -shift; shift
4709 -# Remember, the first character of IFS is used to create $*,
4710 -# except with old shells:
4711 -host_os=$*
4712 -IFS=$ac_save_IFS
4713 -case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4714 -
4715 -
4716 -
4717 -
4718 -if test -n "$ac_tool_prefix"; then
4719 - # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4720 -set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4721 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4722 -$as_echo_n "checking for $ac_word... " >&6; }
4723 -if ${ac_cv_prog_RANLIB+:} false; then :
4724 - $as_echo_n "(cached) " >&6
4725 -else
4726 - if test -n "$RANLIB"; then
4727 - ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4728 -else
4729 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4730 -for as_dir in $PATH
4731 -do
4732 - IFS=$as_save_IFS
4733 - test -z "$as_dir" && as_dir=.
4734 - for ac_exec_ext in '' $ac_executable_extensions; do
4735 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4736 - ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4737 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4738 - break 2
4739 - fi
4740 -done
4741 - done
4742 -IFS=$as_save_IFS
4743 -
4744 -fi
4745 -fi
4746 -RANLIB=$ac_cv_prog_RANLIB
4747 -if test -n "$RANLIB"; then
4748 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4749 -$as_echo "$RANLIB" >&6; }
4750 -else
4751 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4752 -$as_echo "no" >&6; }
4753 -fi
4754 -
4755 -
4756 -fi
4757 -if test -z "$ac_cv_prog_RANLIB"; then
4758 - ac_ct_RANLIB=$RANLIB
4759 - # Extract the first word of "ranlib", so it can be a program name with args.
4760 -set dummy ranlib; ac_word=$2
4761 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4762 -$as_echo_n "checking for $ac_word... " >&6; }
4763 -if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4764 - $as_echo_n "(cached) " >&6
4765 -else
4766 - if test -n "$ac_ct_RANLIB"; then
4767 - ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4768 -else
4769 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4770 -for as_dir in $PATH
4771 -do
4772 - IFS=$as_save_IFS
4773 - test -z "$as_dir" && as_dir=.
4774 - for ac_exec_ext in '' $ac_executable_extensions; do
4775 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4776 - ac_cv_prog_ac_ct_RANLIB="ranlib"
4777 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4778 - break 2
4779 - fi
4780 -done
4781 - done
4782 -IFS=$as_save_IFS
4783 -
4784 -fi
4785 -fi
4786 -ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4787 -if test -n "$ac_ct_RANLIB"; then
4788 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4789 -$as_echo "$ac_ct_RANLIB" >&6; }
4790 -else
4791 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4792 -$as_echo "no" >&6; }
4793 -fi
4794 -
4795 - if test "x$ac_ct_RANLIB" = x; then
4796 - RANLIB=":"
4797 - else
4798 - case $cross_compiling:$ac_tool_warned in
4799 -yes:)
4800 -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4801 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4802 -ac_tool_warned=yes ;;
4803 -esac
4804 - RANLIB=$ac_ct_RANLIB
4805 - fi
4806 -else
4807 - RANLIB="$ac_cv_prog_RANLIB"
4808 -fi
4809 -
4810 -
4811 -
4812 -ac_ext=c
4813 -ac_cpp='$CPP $CPPFLAGS'
4814 -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4815 -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4816 -ac_compiler_gnu=$ac_cv_c_compiler_gnu
4817 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4818 -$as_echo_n "checking how to run the C preprocessor... " >&6; }
4819 -# On Suns, sometimes $CPP names a directory.
4820 -if test -n "$CPP" && test -d "$CPP"; then
4821 - CPP=
4822 -fi
4823 -if test -z "$CPP"; then
4824 - if ${ac_cv_prog_CPP+:} false; then :
4825 - $as_echo_n "(cached) " >&6
4826 -else
4827 - # Double quotes because CPP needs to be expanded
4828 - for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4829 - do
4830 - ac_preproc_ok=false
4831 -for ac_c_preproc_warn_flag in '' yes
4832 -do
4833 - # Use a header file that comes with gcc, so configuring glibc
4834 - # with a fresh cross-compiler works.
4835 - # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4836 - # <limits.h> exists even on freestanding compilers.
4837 - # On the NeXT, cc -E runs the code through the compiler's parser,
4838 - # not just through cpp. "Syntax error" is here to catch this case.
4839 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4840 -/* end confdefs.h. */
4841 -#ifdef __STDC__
4842 -# include <limits.h>
4843 -#else
4844 -# include <assert.h>
4845 -#endif
4846 - Syntax error
4847 -_ACEOF
4848 -if ac_fn_c_try_cpp "$LINENO"; then :
4849 -
4850 -else
4851 - # Broken: fails on valid input.
4852 -continue
4853 -fi
4854 -rm -f conftest.err conftest.i conftest.$ac_ext
4855 -
4856 - # OK, works on sane cases. Now check whether nonexistent headers
4857 - # can be detected and how.
4858 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4859 -/* end confdefs.h. */
4860 -#include <ac_nonexistent.h>
4861 -_ACEOF
4862 -if ac_fn_c_try_cpp "$LINENO"; then :
4863 - # Broken: success on invalid input.
4864 -continue
4865 -else
4866 - # Passes both tests.
4867 -ac_preproc_ok=:
4868 -break
4869 -fi
4870 -rm -f conftest.err conftest.i conftest.$ac_ext
4871 -
4872 -done
4873 -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4874 -rm -f conftest.i conftest.err conftest.$ac_ext
4875 -if $ac_preproc_ok; then :
4876 - break
4877 -fi
4878 -
4879 - done
4880 - ac_cv_prog_CPP=$CPP
4881 -
4882 -fi
4883 - CPP=$ac_cv_prog_CPP
4884 -else
4885 - ac_cv_prog_CPP=$CPP
4886 -fi
4887 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4888 -$as_echo "$CPP" >&6; }
4889 -ac_preproc_ok=false
4890 -for ac_c_preproc_warn_flag in '' yes
4891 -do
4892 - # Use a header file that comes with gcc, so configuring glibc
4893 - # with a fresh cross-compiler works.
4894 - # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4895 - # <limits.h> exists even on freestanding compilers.
4896 - # On the NeXT, cc -E runs the code through the compiler's parser,
4897 - # not just through cpp. "Syntax error" is here to catch this case.
4898 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4899 -/* end confdefs.h. */
4900 -#ifdef __STDC__
4901 -# include <limits.h>
4902 -#else
4903 -# include <assert.h>
4904 -#endif
4905 - Syntax error
4906 -_ACEOF
4907 -if ac_fn_c_try_cpp "$LINENO"; then :
4908 -
4909 -else
4910 - # Broken: fails on valid input.
4911 -continue
4912 -fi
4913 -rm -f conftest.err conftest.i conftest.$ac_ext
4914 -
4915 - # OK, works on sane cases. Now check whether nonexistent headers
4916 - # can be detected and how.
4917 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4918 -/* end confdefs.h. */
4919 -#include <ac_nonexistent.h>
4920 -_ACEOF
4921 -if ac_fn_c_try_cpp "$LINENO"; then :
4922 - # Broken: success on invalid input.
4923 -continue
4924 -else
4925 - # Passes both tests.
4926 -ac_preproc_ok=:
4927 -break
4928 -fi
4929 -rm -f conftest.err conftest.i conftest.$ac_ext
4930 -
4931 -done
4932 -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4933 -rm -f conftest.i conftest.err conftest.$ac_ext
4934 -if $ac_preproc_ok; then :
4935 -
4936 -else
4937 - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4938 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4939 -as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4940 -See \`config.log' for more details" "$LINENO" 5; }
4941 -fi
4942 -
4943 -ac_ext=c
4944 -ac_cpp='$CPP $CPPFLAGS'
4945 -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4946 -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4947 -ac_compiler_gnu=$ac_cv_c_compiler_gnu
4948 -
4949 -
4950 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4951 -$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4952 -if ${ac_cv_path_GREP+:} false; then :
4953 - $as_echo_n "(cached) " >&6
4954 -else
4955 - if test -z "$GREP"; then
4956 - ac_path_GREP_found=false
4957 - # Loop through the user's path and test for each of PROGNAME-LIST
4958 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4959 -for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4960 -do
4961 - IFS=$as_save_IFS
4962 - test -z "$as_dir" && as_dir=.
4963 - for ac_prog in grep ggrep; do
4964 - for ac_exec_ext in '' $ac_executable_extensions; do
4965 - ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4966 - { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4967 -# Check for GNU ac_path_GREP and select it if it is found.
4968 - # Check for GNU $ac_path_GREP
4969 -case `"$ac_path_GREP" --version 2>&1` in
4970 -*GNU*)
4971 - ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4972 -*)
4973 - ac_count=0
4974 - $as_echo_n 0123456789 >"conftest.in"
4975 - while :
4976 - do
4977 - cat "conftest.in" "conftest.in" >"conftest.tmp"
4978 - mv "conftest.tmp" "conftest.in"
4979 - cp "conftest.in" "conftest.nl"
4980 - $as_echo 'GREP' >> "conftest.nl"
4981 - "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4982 - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4983 - as_fn_arith $ac_count + 1 && ac_count=$as_val
4984 - if test $ac_count -gt ${ac_path_GREP_max-0}; then
4985 - # Best one so far, save it but keep looking for a better one
4986 - ac_cv_path_GREP="$ac_path_GREP"
4987 - ac_path_GREP_max=$ac_count
4988 - fi
4989 - # 10*(2^10) chars as input seems more than enough
4990 - test $ac_count -gt 10 && break
4991 - done
4992 - rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4993 -esac
4994 -
4995 - $ac_path_GREP_found && break 3
4996 - done
4997 - done
4998 - done
4999 -IFS=$as_save_IFS
5000 - if test -z "$ac_cv_path_GREP"; then
5001 - as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5002 - fi
5003 -else
5004 - ac_cv_path_GREP=$GREP
5005 -fi
5006 -
5007 -fi
5008 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5009 -$as_echo "$ac_cv_path_GREP" >&6; }
5010 - GREP="$ac_cv_path_GREP"
5011 -
5012 -
5013 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5014 -$as_echo_n "checking for egrep... " >&6; }
5015 -if ${ac_cv_path_EGREP+:} false; then :
5016 - $as_echo_n "(cached) " >&6
5017 -else
5018 - if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5019 - then ac_cv_path_EGREP="$GREP -E"
5020 - else
5021 - if test -z "$EGREP"; then
5022 - ac_path_EGREP_found=false
5023 - # Loop through the user's path and test for each of PROGNAME-LIST
5024 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5025 -for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5026 -do
5027 - IFS=$as_save_IFS
5028 - test -z "$as_dir" && as_dir=.
5029 - for ac_prog in egrep; do
5030 - for ac_exec_ext in '' $ac_executable_extensions; do
5031 - ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5032 - { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5033 -# Check for GNU ac_path_EGREP and select it if it is found.
5034 - # Check for GNU $ac_path_EGREP
5035 -case `"$ac_path_EGREP" --version 2>&1` in
5036 -*GNU*)
5037 - ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5038 -*)
5039 - ac_count=0
5040 - $as_echo_n 0123456789 >"conftest.in"
5041 - while :
5042 - do
5043 - cat "conftest.in" "conftest.in" >"conftest.tmp"
5044 - mv "conftest.tmp" "conftest.in"
5045 - cp "conftest.in" "conftest.nl"
5046 - $as_echo 'EGREP' >> "conftest.nl"
5047 - "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5048 - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5049 - as_fn_arith $ac_count + 1 && ac_count=$as_val
5050 - if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5051 - # Best one so far, save it but keep looking for a better one
5052 - ac_cv_path_EGREP="$ac_path_EGREP"
5053 - ac_path_EGREP_max=$ac_count
5054 - fi
5055 - # 10*(2^10) chars as input seems more than enough
5056 - test $ac_count -gt 10 && break
5057 - done
5058 - rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5059 -esac
5060 -
5061 - $ac_path_EGREP_found && break 3
5062 - done
5063 - done
5064 - done
5065 -IFS=$as_save_IFS
5066 - if test -z "$ac_cv_path_EGREP"; then
5067 - as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5068 - fi
5069 -else
5070 - ac_cv_path_EGREP=$EGREP
5071 -fi
5072 -
5073 - fi
5074 -fi
5075 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5076 -$as_echo "$ac_cv_path_EGREP" >&6; }
5077 - EGREP="$ac_cv_path_EGREP"
5078 -
5079 -
5080 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5081 -$as_echo_n "checking for ANSI C header files... " >&6; }
5082 -if ${ac_cv_header_stdc+:} false; then :
5083 - $as_echo_n "(cached) " >&6
5084 -else
5085 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5086 -/* end confdefs.h. */
5087 -#include <stdlib.h>
5088 -#include <stdarg.h>
5089 -#include <string.h>
5090 -#include <float.h>
5091 -
5092 -int
5093 -main ()
5094 -{
5095 -
5096 - ;
5097 - return 0;
5098 -}
5099 -_ACEOF
5100 -if ac_fn_c_try_compile "$LINENO"; then :
5101 - ac_cv_header_stdc=yes
5102 -else
5103 - ac_cv_header_stdc=no
5104 -fi
5105 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5106 -
5107 -if test $ac_cv_header_stdc = yes; then
5108 - # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5109 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5110 -/* end confdefs.h. */
5111 -#include <string.h>
5112 -
5113 -_ACEOF
5114 -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5115 - $EGREP "memchr" >/dev/null 2>&1; then :
5116 -
5117 -else
5118 - ac_cv_header_stdc=no
5119 -fi
5120 -rm -f conftest*
5121 -
5122 -fi
5123 -
5124 -if test $ac_cv_header_stdc = yes; then
5125 - # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5126 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5127 -/* end confdefs.h. */
5128 -#include <stdlib.h>
5129 -
5130 -_ACEOF
5131 -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5132 - $EGREP "free" >/dev/null 2>&1; then :
5133 -
5134 -else
5135 - ac_cv_header_stdc=no
5136 -fi
5137 -rm -f conftest*
5138 -
5139 -fi
5140 -
5141 -if test $ac_cv_header_stdc = yes; then
5142 - # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5143 - if test "$cross_compiling" = yes; then :
5144 - :
5145 -else
5146 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5147 -/* end confdefs.h. */
5148 -#include <ctype.h>
5149 -#include <stdlib.h>
5150 -#if ((' ' & 0x0FF) == 0x020)
5151 -# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5152 -# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5153 -#else
5154 -# define ISLOWER(c) \
5155 - (('a' <= (c) && (c) <= 'i') \
5156 - || ('j' <= (c) && (c) <= 'r') \
5157 - || ('s' <= (c) && (c) <= 'z'))
5158 -# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5159 -#endif
5160 -
5161 -#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5162 -int
5163 -main ()
5164 -{
5165 - int i;
5166 - for (i = 0; i < 256; i++)
5167 - if (XOR (islower (i), ISLOWER (i))
5168 - || toupper (i) != TOUPPER (i))
5169 - return 2;
5170 - return 0;
5171 -}
5172 -_ACEOF
5173 -if ac_fn_c_try_run "$LINENO"; then :
5174 -
5175 -else
5176 - ac_cv_header_stdc=no
5177 -fi
5178 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5179 - conftest.$ac_objext conftest.beam conftest.$ac_ext
5180 -fi
5181 -
5182 -fi
5183 -fi
5184 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5185 -$as_echo "$ac_cv_header_stdc" >&6; }
5186 -if test $ac_cv_header_stdc = yes; then
5187 -
5188 -$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5189 -
5190 -fi
5191 -
5192 -# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5193 -for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5194 - inttypes.h stdint.h unistd.h
5195 -do :
5196 - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5197 -ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5198 -"
5199 -if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5200 - cat >>confdefs.h <<_ACEOF
5201 -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5202 -_ACEOF
5203 -
5204 -fi
5205 -
5206 -done
5207 -
5208 -
5209 -
5210 -
5211 -
5212 - ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5213 -if test "x$ac_cv_header_minix_config_h" = xyes; then :
5214 - MINIX=yes
5215 -else
5216 - MINIX=
5217 -fi
5218 -
5219 -
5220 - if test "$MINIX" = yes; then
5221 -
5222 -$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5223 -
5224 -
5225 -$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5226 -
5227 -
5228 -$as_echo "#define _MINIX 1" >>confdefs.h
5229 -
5230 - fi
5231 -
5232 - case "$host_os" in
5233 - hpux*)
5234 -
5235 -$as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
5236 -
5237 - ;;
5238 - esac
5239 -
5240 -
5241 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5242 -$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5243 -if ${ac_cv_safe_to_define___extensions__+:} false; then :
5244 - $as_echo_n "(cached) " >&6
5245 -else
5246 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5247 -/* end confdefs.h. */
5248 -
5249 -# define __EXTENSIONS__ 1
5250 - $ac_includes_default
5251 -int
5252 -main ()
5253 -{
5254 -
5255 - ;
5256 - return 0;
5257 -}
5258 -_ACEOF
5259 -if ac_fn_c_try_compile "$LINENO"; then :
5260 - ac_cv_safe_to_define___extensions__=yes
5261 -else
5262 - ac_cv_safe_to_define___extensions__=no
5263 -fi
5264 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5265 -fi
5266 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5267 -$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5268 - test $ac_cv_safe_to_define___extensions__ = yes &&
5269 - $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5270 -
5271 - $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5272 -
5273 - $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5274 -
5275 - $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5276 -
5277 - $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5278 -
5279 -
5280 -
5281 -
5282 -
5283 -
5284 -
5285 -
5286 - if false; then
5287 - GL_COND_LIBTOOL_TRUE=
5288 - GL_COND_LIBTOOL_FALSE='#'
5289 -else
5290 - GL_COND_LIBTOOL_TRUE='#'
5291 - GL_COND_LIBTOOL_FALSE=
5292 -fi
5293 -
5294 -gl_cond_libtool=false
5295 -gl_libdeps=
5296 -gl_ltlibdeps=
5297 -
5298 -
5299 -# Like AC_LIBOBJ, except that the module name goes
5300 -# into gl_LIBOBJS instead of into LIBOBJS.
5301 -
5302 -
5303 -# Like AC_REPLACE_FUNCS, except that the module name goes
5304 -# into gl_LIBOBJS instead of into LIBOBJS.
5305 -
5306 -
5307 -# Like AC_LIBSOURCES, except the directory where the source file is
5308 -# expected is derived from the gnulib-tool parameterization,
5309 -# and alloca is special cased (for the alloca-opt module).
5310 -# We could also entirely rely on EXTRA_lib..._SOURCES.
5311 -
5312 -
5313 -
5314 -
5315 -
5316 -
5317 -
5318 -
5319 - if test -z "$GETOPT_H"; then
5320 - for ac_header in getopt.h
5321 -do :
5322 - ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
5323 -if test "x$ac_cv_header_getopt_h" = xyes; then :
5324 - cat >>confdefs.h <<_ACEOF
5325 -#define HAVE_GETOPT_H 1
5326 -_ACEOF
5327 -
5328 -else
5329 - GETOPT_H=getopt.h
5330 -fi
5331 -
5332 -done
5333 -
5334 - fi
5335 -
5336 - if test -z "$GETOPT_H"; then
5337 - for ac_func in getopt_long_only
5338 -do :
5339 - ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only"
5340 -if test "x$ac_cv_func_getopt_long_only" = xyes; then :
5341 - cat >>confdefs.h <<_ACEOF
5342 -#define HAVE_GETOPT_LONG_ONLY 1
5343 -_ACEOF
5344 -
5345 -else
5346 - GETOPT_H=getopt.h
5347 -fi
5348 -done
5349 -
5350 - fi
5351 -
5352 - if test -z "$GETOPT_H"; then
5353 - ac_fn_c_check_decl "$LINENO" "optreset" "ac_cv_have_decl_optreset" "#include <getopt.h>
5354 -"
5355 -if test "x$ac_cv_have_decl_optreset" = xyes; then :
5356 - GETOPT_H=getopt.h
5357 -fi
5358 -
5359 - fi
5360 -
5361 - if test -z "$GETOPT_H"; then
5362 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5
5363 -$as_echo_n "checking for working GNU getopt function... " >&6; }
5364 -if ${gl_cv_func_gnu_getopt+:} false; then :
5365 - $as_echo_n "(cached) " >&6
5366 -else
5367 - if test "$cross_compiling" = yes; then :
5368 - ac_fn_c_check_decl "$LINENO" "getopt_clip" "ac_cv_have_decl_getopt_clip" "#include <getopt.h>
5369 -"
5370 -if test "x$ac_cv_have_decl_getopt_clip" = xyes; then :
5371 - gl_cv_func_gnu_getopt=no
5372 -else
5373 - gl_cv_func_gnu_getopt=yes
5374 -fi
5375 -
5376 -else
5377 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5378 -/* end confdefs.h. */
5379 -#include <getopt.h>
5380 -int
5381 -main ()
5382 -{
5383 -
5384 - char *myargv[3];
5385 - myargv[0] = "conftest";
5386 - myargv[1] = "-+";
5387 - myargv[2] = 0;
5388 - return getopt (2, myargv, "+a") != '?';
5389 -
5390 - ;
5391 - return 0;
5392 -}
5393 -_ACEOF
5394 -if ac_fn_c_try_run "$LINENO"; then :
5395 - gl_cv_func_gnu_getopt=yes
5396 -else
5397 - gl_cv_func_gnu_getopt=no
5398 -fi
5399 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5400 - conftest.$ac_objext conftest.beam conftest.$ac_ext
5401 -fi
5402 -
5403 -fi
5404 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gnu_getopt" >&5
5405 -$as_echo "$gl_cv_func_gnu_getopt" >&6; }
5406 - if test "$gl_cv_func_gnu_getopt" = "no"; then
5407 - GETOPT_H=getopt.h
5408 - fi
5409 - fi
5410 -
5411 -
5412 - ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
5413 -if test "x$ac_cv_have_decl_getenv" = xyes; then :
5414 - ac_have_decl=1
5415 -else
5416 - ac_have_decl=0
5417 -fi
5418 -
5419 -cat >>confdefs.h <<_ACEOF
5420 -#define HAVE_DECL_GETENV $ac_have_decl
5421 -_ACEOF
5422 -
5423 -
5424 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5
5425 -$as_echo_n "checking for C/C++ restrict keyword... " >&6; }
5426 -if ${ac_cv_c_restrict+:} false; then :
5427 - $as_echo_n "(cached) " >&6
5428 -else
5429 - ac_cv_c_restrict=no
5430 - # The order here caters to the fact that C++ does not require restrict.
5431 - for ac_kw in __restrict __restrict__ _Restrict restrict; do
5432 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5433 -/* end confdefs.h. */
5434 -typedef int * int_ptr;
5435 - int foo (int_ptr $ac_kw ip) {
5436 - return ip[0];
5437 - }
5438 -int
5439 -main ()
5440 -{
5441 -int s[1];
5442 - int * $ac_kw t = s;
5443 - t[0] = 0;
5444 - return foo(t)
5445 - ;
5446 - return 0;
5447 -}
5448 -_ACEOF
5449 -if ac_fn_c_try_compile "$LINENO"; then :
5450 - ac_cv_c_restrict=$ac_kw
5451 -fi
5452 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5453 - test "$ac_cv_c_restrict" != no && break
5454 - done
5455 -
5456 -fi
5457 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_restrict" >&5
5458 -$as_echo "$ac_cv_c_restrict" >&6; }
5459 -
5460 - case $ac_cv_c_restrict in
5461 - restrict) ;;
5462 - no) $as_echo "#define restrict /**/" >>confdefs.h
5463 - ;;
5464 - *) cat >>confdefs.h <<_ACEOF
5465 -#define restrict $ac_cv_c_restrict
5466 -_ACEOF
5467 - ;;
5468 - esac
5469 -
5470 -
5471 - GNULIB_MEMMEM=0;
5472 - GNULIB_MEMPCPY=0;
5473 - GNULIB_MEMRCHR=0;
5474 - GNULIB_RAWMEMCHR=0;
5475 - GNULIB_STPCPY=0;
5476 - GNULIB_STPNCPY=0;
5477 - GNULIB_STRCHRNUL=0;
5478 - GNULIB_STRDUP=0;
5479 - GNULIB_STRNDUP=0;
5480 - GNULIB_STRNLEN=0;
5481 - GNULIB_STRPBRK=0;
5482 - GNULIB_STRSEP=0;
5483 - GNULIB_STRSTR=0;
5484 - GNULIB_STRCASESTR=0;
5485 - GNULIB_STRTOK_R=0;
5486 - GNULIB_MBSLEN=0;
5487 - GNULIB_MBSNLEN=0;
5488 - GNULIB_MBSCHR=0;
5489 - GNULIB_MBSRCHR=0;
5490 - GNULIB_MBSSTR=0;
5491 - GNULIB_MBSCASECMP=0;
5492 - GNULIB_MBSNCASECMP=0;
5493 - GNULIB_MBSPCASECMP=0;
5494 - GNULIB_MBSCASESTR=0;
5495 - GNULIB_MBSCSPN=0;
5496 - GNULIB_MBSPBRK=0;
5497 - GNULIB_MBSSPN=0;
5498 - GNULIB_MBSSEP=0;
5499 - GNULIB_MBSTOK_R=0;
5500 - GNULIB_STRERROR=0;
5501 - GNULIB_STRSIGNAL=0;
5502 - GNULIB_STRVERSCMP=0;
5503 - HAVE_DECL_MEMMEM=1;
5504 - HAVE_MEMPCPY=1;
5505 - HAVE_DECL_MEMRCHR=1;
5506 - HAVE_RAWMEMCHR=1;
5507 - HAVE_STPCPY=1;
5508 - HAVE_STPNCPY=1;
5509 - HAVE_STRCHRNUL=1;
5510 - HAVE_DECL_STRDUP=1;
5511 - HAVE_STRNDUP=1;
5512 - HAVE_DECL_STRNDUP=1;
5513 - HAVE_DECL_STRNLEN=1;
5514 - HAVE_STRPBRK=1;
5515 - HAVE_STRSEP=1;
5516 - HAVE_STRCASESTR=1;
5517 - HAVE_DECL_STRTOK_R=1;
5518 - HAVE_DECL_STRERROR=1;
5519 - HAVE_DECL_STRSIGNAL=1;
5520 - HAVE_STRVERSCMP=1;
5521 - REPLACE_MEMMEM=0;
5522 - REPLACE_STRDUP=0;
5523 - REPLACE_STRSTR=0;
5524 - REPLACE_STRCASESTR=0;
5525 - REPLACE_STRERROR=0;
5526 - REPLACE_STRSIGNAL=0;
5527 -
5528 -
5529 -
5530 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5
5531 -$as_echo_n "checking whether the preprocessor supports include_next... " >&6; }
5532 -if ${gl_cv_have_include_next+:} false; then :
5533 - $as_echo_n "(cached) " >&6
5534 -else
5535 - rm -rf conftestd1a conftestd1b conftestd2
5536 - mkdir conftestd1a conftestd1b conftestd2
5537 - cat <<EOF > conftestd1a/conftest.h
5538 -#define DEFINED_IN_CONFTESTD1
5539 -#include_next <conftest.h>
5540 -#ifdef DEFINED_IN_CONFTESTD2
5541 -int foo;
5542 -#else
5543 -#error "include_next doesn't work"
5544 -#endif
5545 -EOF
5546 - cat <<EOF > conftestd1b/conftest.h
5547 -#define DEFINED_IN_CONFTESTD1
5548 -#include <stdio.h>
5549 -#include_next <conftest.h>
5550 -#ifdef DEFINED_IN_CONFTESTD2
5551 -int foo;
5552 -#else
5553 -#error "include_next doesn't work"
5554 -#endif
5555 -EOF
5556 - cat <<EOF > conftestd2/conftest.h
5557 -#ifndef DEFINED_IN_CONFTESTD1
5558 -#error "include_next test doesn't work"
5559 -#endif
5560 -#define DEFINED_IN_CONFTESTD2
5561 -EOF
5562 - gl_save_CPPFLAGS="$CPPFLAGS"
5563 - CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1b -Iconftestd2"
5564 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5565 -/* end confdefs.h. */
5566 -#include <conftest.h>
5567 -_ACEOF
5568 -if ac_fn_c_try_compile "$LINENO"; then :
5569 - gl_cv_have_include_next=yes
5570 -else
5571 - CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1a -Iconftestd2"
5572 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5573 -/* end confdefs.h. */
5574 -#include <conftest.h>
5575 -_ACEOF
5576 -if ac_fn_c_try_compile "$LINENO"; then :
5577 - gl_cv_have_include_next=buggy
5578 -else
5579 - gl_cv_have_include_next=no
5580 -fi
5581 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5582 -
5583 -fi
5584 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5585 - CPPFLAGS="$gl_save_CPPFLAGS"
5586 - rm -rf conftestd1a conftestd1b conftestd2
5587 -
5588 -fi
5589 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_include_next" >&5
5590 -$as_echo "$gl_cv_have_include_next" >&6; }
5591 - PRAGMA_SYSTEM_HEADER=
5592 - if test $gl_cv_have_include_next = yes; then
5593 - INCLUDE_NEXT=include_next
5594 - INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next
5595 - if test -n "$GCC"; then
5596 - PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
5597 - fi
5598 - else
5599 - if test $gl_cv_have_include_next = buggy; then
5600 - INCLUDE_NEXT=include
5601 - INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next
5602 - else
5603 - INCLUDE_NEXT=include
5604 - INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include
5605 - fi
5606 - fi
5607 -
5608 -
5609 -
5610 -
5611 -
5612 -
5613 -
5614 -
5615 - for ac_header in $gl_header_list
5616 -do :
5617 - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5618 -ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5619 -if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5620 - cat >>confdefs.h <<_ACEOF
5621 -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5622 -_ACEOF
5623 -
5624 -fi
5625 -
5626 -done
5627 -
5628 -
5629 -
5630 -
5631 -
5632 -
5633 -
5634 -
5635 -
5636 -
5637 -
5638 -
5639 - :
5640 -
5641 -
5642 -
5643 -
5644 -
5645 -
5646 -
5647 - if test $gl_cv_have_include_next = yes; then
5648 - gl_cv_next_string_h='<'string.h'>'
5649 - else
5650 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <string.h>" >&5
5651 -$as_echo_n "checking absolute name of <string.h>... " >&6; }
5652 -if ${gl_cv_next_string_h+:} false; then :
5653 - $as_echo_n "(cached) " >&6
5654 -else
5655 -
5656 - if test $ac_cv_header_string_h = yes; then
5657 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5658 -/* end confdefs.h. */
5659 -#include <string.h>
5660 -
5661 -_ACEOF
5662 - case "$host_os" in
5663 - aix*) gl_absname_cpp="$ac_cpp -C" ;;
5664 - *) gl_absname_cpp="$ac_cpp" ;;
5665 - esac
5666 - gl_cv_next_string_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
5667 - sed -n '\#/string.h#{
5668 - s#.*"\(.*/string.h\)".*#\1#
5669 - s#^/[^/]#//&#
5670 - p
5671 - q
5672 - }'`'"'
5673 - else
5674 - gl_cv_next_string_h='<'string.h'>'
5675 - fi
5676 -
5677 -fi
5678 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_string_h" >&5
5679 -$as_echo "$gl_cv_next_string_h" >&6; }
5680 - fi
5681 - NEXT_STRING_H=$gl_cv_next_string_h
5682 -
5683 -
5684 -
5685 -
5686 -
5687 - ac_fn_c_check_decl "$LINENO" "strndup" "ac_cv_have_decl_strndup" "$ac_includes_default"
5688 -if test "x$ac_cv_have_decl_strndup" = xyes; then :
5689 - ac_have_decl=1
5690 -else
5691 - ac_have_decl=0
5692 -fi
5693 -
5694 -cat >>confdefs.h <<_ACEOF
5695 -#define HAVE_DECL_STRNDUP $ac_have_decl
5696 -_ACEOF
5697 -
5698 -
5699 -
5700 - ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
5701 -if test "x$ac_cv_have_decl_strnlen" = xyes; then :
5702 - ac_have_decl=1
5703 -else
5704 - ac_have_decl=0
5705 -fi
5706 -
5707 -cat >>confdefs.h <<_ACEOF
5708 -#define HAVE_DECL_STRNLEN $ac_have_decl
5709 -_ACEOF
5710 -
5711 -
5712 -
5713 - GNULIB_CHOWN=0;
5714 - GNULIB_CLOSE=0;
5715 - GNULIB_DUP2=0;
5716 - GNULIB_ENVIRON=0;
5717 - GNULIB_EUIDACCESS=0;
5718 - GNULIB_FCHDIR=0;
5719 - GNULIB_FSYNC=0;
5720 - GNULIB_FTRUNCATE=0;
5721 - GNULIB_GETCWD=0;
5722 - GNULIB_GETDOMAINNAME=0;
5723 - GNULIB_GETDTABLESIZE=0;
5724 - GNULIB_GETHOSTNAME=0;
5725 - GNULIB_GETLOGIN_R=0;
5726 - GNULIB_GETPAGESIZE=0;
5727 - GNULIB_GETUSERSHELL=0;
5728 - GNULIB_LCHOWN=0;
5729 - GNULIB_LINK=0;
5730 - GNULIB_LSEEK=0;
5731 - GNULIB_READLINK=0;
5732 - GNULIB_SLEEP=0;
5733 - GNULIB_UNISTD_H_SIGPIPE=0;
5734 - GNULIB_WRITE=0;
5735 - HAVE_DUP2=1;
5736 - HAVE_EUIDACCESS=1;
5737 - HAVE_FSYNC=1;
5738 - HAVE_FTRUNCATE=1;
5739 - HAVE_GETDOMAINNAME=1;
5740 - HAVE_GETDTABLESIZE=1;
5741 - HAVE_GETHOSTNAME=1;
5742 - HAVE_GETPAGESIZE=1;
5743 - HAVE_GETUSERSHELL=1;
5744 - HAVE_LINK=1;
5745 - HAVE_READLINK=1;
5746 - HAVE_SLEEP=1;
5747 - HAVE_DECL_ENVIRON=1;
5748 - HAVE_DECL_GETLOGIN_R=1;
5749 - HAVE_OS_H=0;
5750 - HAVE_SYS_PARAM_H=0;
5751 - REPLACE_CHOWN=0;
5752 - REPLACE_CLOSE=0;
5753 - REPLACE_FCHDIR=0;
5754 - REPLACE_GETCWD=0;
5755 - REPLACE_GETPAGESIZE=0;
5756 - REPLACE_LCHOWN=0;
5757 - REPLACE_LSEEK=0;
5758 - REPLACE_WRITE=0;
5759 - UNISTD_H_HAVE_WINSOCK2_H=0;
5760 -
5761 -
5762 -
5763 -
5764 -
5765 -
5766 -
5767 -
5768 -
5769 -
5770 -
5771 -
5772 -
5773 -
5774 -
5775 -
5776 -gl_source_base='gllib'
5777 -
5778 -
5779 -
5780 - if test -n "$GETOPT_H"; then :
5781 -
5782 -
5783 -
5784 -
5785 -
5786 -
5787 -
5788 -
5789 -
5790 - gl_LIBOBJS="$gl_LIBOBJS getopt.$ac_objext"
5791 -
5792 -
5793 -
5794 -
5795 -
5796 -
5797 -
5798 -
5799 -
5800 - gl_LIBOBJS="$gl_LIBOBJS getopt1.$ac_objext"
5801 -
5802 -
5803 - GETOPT_H=getopt.h
5804 -
5805 -$as_echo "#define __GETOPT_PREFIX rpl_" >>confdefs.h
5806 -
5807 -
5808 -
5809 -
5810 -
5811 - :
5812 -
5813 -
5814 -
5815 -
5816 -
5817 -
5818 -
5819 -fi
5820 -
5821 -
5822 -
5823 -
5824 -
5825 -
5826 -
5827 -
5828 -
5829 -
5830 -
5831 -
5832 -
5833 -
5834 -
5835 -
5836 - :
5837 -
5838 -
5839 -
5840 -
5841 -
5842 - if test $ac_cv_have_decl_strndup = no; then
5843 - HAVE_DECL_STRNDUP=0
5844 - fi
5845 -
5846 - # AIX 4.3.3, AIX 5.1 have a function that fails to add the terminating '\0'.
5847 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strndup" >&5
5848 -$as_echo_n "checking for working strndup... " >&6; }
5849 -if ${gl_cv_func_strndup+:} false; then :
5850 - $as_echo_n "(cached) " >&6
5851 -else
5852 - if test "$cross_compiling" = yes; then :
5853 - ac_fn_c_check_func "$LINENO" "strndup" "ac_cv_func_strndup"
5854 -if test "x$ac_cv_func_strndup" = xyes; then :
5855 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5856 -/* end confdefs.h. */
5857 -
5858 -#ifdef _AIX
5859 - too risky
5860 -#endif
5861 -
5862 -_ACEOF
5863 -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5864 - $EGREP "too risky" >/dev/null 2>&1; then :
5865 - gl_cv_func_strndup=no
5866 -else
5867 - gl_cv_func_strndup=yes
5868 -fi
5869 -rm -f conftest*
5870 -
5871 -else
5872 - gl_cv_func_strndup=no
5873 -fi
5874 -
5875 -else
5876 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5877 -/* end confdefs.h. */
5878 -
5879 - #include <string.h>
5880 - #include <stdlib.h>
5881 -int
5882 -main ()
5883 -{
5884 -
5885 -#ifndef HAVE_DECL_STRNDUP
5886 - extern char *strndup (const char *, size_t);
5887 -#endif
5888 - char *s;
5889 - s = strndup ("some longer string", 15);
5890 - free (s);
5891 - s = strndup ("shorter string", 13);
5892 - return s[13] != '\0';
5893 - ;
5894 - return 0;
5895 -}
5896 -_ACEOF
5897 -if ac_fn_c_try_run "$LINENO"; then :
5898 - gl_cv_func_strndup=yes
5899 -else
5900 - gl_cv_func_strndup=no
5901 -fi
5902 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5903 - conftest.$ac_objext conftest.beam conftest.$ac_ext
5904 -fi
5905 -
5906 -fi
5907 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strndup" >&5
5908 -$as_echo "$gl_cv_func_strndup" >&6; }
5909 - if test $gl_cv_func_strndup = yes; then
5910 -
5911 -$as_echo "#define HAVE_STRNDUP 1" >>confdefs.h
5912 -
5913 - else
5914 - HAVE_STRNDUP=0
5915 -
5916 -
5917 -
5918 -
5919 -
5920 -
5921 -
5922 -
5923 - gl_LIBOBJS="$gl_LIBOBJS strndup.$ac_objext"
5924 -
5925 - :
5926 - fi
5927 -
5928 -
5929 -
5930 - GNULIB_STRNDUP=1
5931 -
5932 -
5933 -
5934 -
5935 -
5936 -
5937 -
5938 - :
5939 -
5940 -
5941 -
5942 -
5943 -
5944 - if test $ac_cv_have_decl_strnlen = no; then
5945 - HAVE_DECL_STRNLEN=0
5946 - fi
5947 -
5948 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strnlen" >&5
5949 -$as_echo_n "checking for working strnlen... " >&6; }
5950 -if ${ac_cv_func_strnlen_working+:} false; then :
5951 - $as_echo_n "(cached) " >&6
5952 -else
5953 - if test "$cross_compiling" = yes; then :
5954 - # Guess no on AIX systems, yes otherwise.
5955 - case "$host_os" in
5956 - aix*) ac_cv_func_strnlen_working=no;;
5957 - *) ac_cv_func_strnlen_working=yes;;
5958 - esac
5959 -else
5960 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5961 -/* end confdefs.h. */
5962 -$ac_includes_default
5963 -int
5964 -main ()
5965 -{
5966 -
5967 -#define S "foobar"
5968 -#define S_LEN (sizeof S - 1)
5969 -
5970 - /* At least one implementation is buggy: that of AIX 4.3 would
5971 - give strnlen (S, 1) == 3. */
5972 -
5973 - int i;
5974 - for (i = 0; i < S_LEN + 1; ++i)
5975 - {
5976 - int expected = i <= S_LEN ? i : S_LEN;
5977 - if (strnlen (S, i) != expected)
5978 - return 1;
5979 - }
5980 - return 0;
5981 -
5982 - ;
5983 - return 0;
5984 -}
5985 -_ACEOF
5986 -if ac_fn_c_try_run "$LINENO"; then :
5987 - ac_cv_func_strnlen_working=yes
5988 -else
5989 - ac_cv_func_strnlen_working=no
5990 -fi
5991 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5992 - conftest.$ac_objext conftest.beam conftest.$ac_ext
5993 -fi
5994 -
5995 -fi
5996 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strnlen_working" >&5
5997 -$as_echo "$ac_cv_func_strnlen_working" >&6; }
5998 -test $ac_cv_func_strnlen_working = no &&
5999 -
6000 -
6001 -
6002 -
6003 -
6004 -
6005 -
6006 - gl_LIBOBJS="$gl_LIBOBJS strnlen.$ac_objext"
6007 -
6008 -
6009 - if test $ac_cv_func_strnlen_working = no; then
6010 - # This is necessary because automake-1.6.1 doesn't understand
6011 - # that the above use of AC_FUNC_STRNLEN means we may have to use
6012 - # lib/strnlen.c.
6013 - #AC_LIBOBJ([strnlen])
6014 -
6015 -$as_echo "#define strnlen rpl_strnlen" >>confdefs.h
6016 -
6017 - :
6018 - fi
6019 -
6020 -
6021 -
6022 - GNULIB_STRNLEN=1
6023 -
6024 -
6025 -
6026 -
6027 -
6028 -
6029 -
6030 -
6031 -
6032 -
6033 -
6034 -
6035 -
6036 -
6037 -
6038 -
6039 - for ac_func in strsep
6040 -do :
6041 - ac_fn_c_check_func "$LINENO" "strsep" "ac_cv_func_strsep"
6042 -if test "x$ac_cv_func_strsep" = xyes; then :
6043 - cat >>confdefs.h <<_ACEOF
6044 -#define HAVE_STRSEP 1
6045 -_ACEOF
6046 -
6047 -else
6048 -
6049 - gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
6050 -
6051 -fi
6052 -done
6053 -
6054 -
6055 - if test $ac_cv_func_strsep = no; then
6056 - HAVE_STRSEP=0
6057 - :
6058 - fi
6059 -
6060 -
6061 -
6062 - GNULIB_STRSEP=1
6063 -
6064 -
6065 -
6066 -
6067 -
6068 -
6069 -
6070 -
6071 -
6072 - :
6073 -
6074 -
6075 -
6076 -
6077 -
6078 -
6079 -
6080 - if test $gl_cv_have_include_next = yes; then
6081 - gl_cv_next_unistd_h='<'unistd.h'>'
6082 - else
6083 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5
6084 -$as_echo_n "checking absolute name of <unistd.h>... " >&6; }
6085 -if ${gl_cv_next_unistd_h+:} false; then :
6086 - $as_echo_n "(cached) " >&6
6087 -else
6088 -
6089 - if test $ac_cv_header_unistd_h = yes; then
6090 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6091 -/* end confdefs.h. */
6092 -#include <unistd.h>
6093 -
6094 -_ACEOF
6095 - case "$host_os" in
6096 - aix*) gl_absname_cpp="$ac_cpp -C" ;;
6097 - *) gl_absname_cpp="$ac_cpp" ;;
6098 - esac
6099 - gl_cv_next_unistd_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
6100 - sed -n '\#/unistd.h#{
6101 - s#.*"\(.*/unistd.h\)".*#\1#
6102 - s#^/[^/]#//&#
6103 - p
6104 - q
6105 - }'`'"'
6106 - else
6107 - gl_cv_next_unistd_h='<'unistd.h'>'
6108 - fi
6109 -
6110 -fi
6111 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_unistd_h" >&5
6112 -$as_echo "$gl_cv_next_unistd_h" >&6; }
6113 - fi
6114 - NEXT_UNISTD_H=$gl_cv_next_unistd_h
6115 -
6116 -
6117 -
6118 -
6119 -
6120 - :
6121 -
6122 -
6123 -
6124 -
6125 -
6126 - if test $ac_cv_header_unistd_h = yes; then
6127 - HAVE_UNISTD_H=1
6128 - else
6129 - HAVE_UNISTD_H=0
6130 - fi
6131 -
6132 -
6133 -
6134 -
6135 -
6136 -
6137 -
6138 -
6139 -
6140 -
6141 -
6142 -
6143 -
6144 - LIBGNU_LIBDEPS="$gl_libdeps"
6145 -
6146 - LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
6147 -
6148 -
6149 -
6150 -ac_config_files="$ac_config_files Makefile gllib/Makefile glm4/Makefile"
6151 -
6152 -cat >confcache <<\_ACEOF
6153 -# This file is a shell script that caches the results of configure
6154 -# tests run on this system so they can be shared between configure
6155 -# scripts and configure runs, see configure's option --config-cache.
6156 -# It is not useful on other systems. If it contains results you don't
6157 -# want to keep, you may remove or edit it.
6158 -#
6159 -# config.status only pays attention to the cache file if you give it
6160 -# the --recheck option to rerun configure.
6161 -#
6162 -# `ac_cv_env_foo' variables (set or unset) will be overridden when
6163 -# loading this file, other *unset* `ac_cv_foo' will be assigned the
6164 -# following values.
6165 -
6166 -_ACEOF
6167 -
6168 -# The following way of writing the cache mishandles newlines in values,
6169 -# but we know of no workaround that is simple, portable, and efficient.
6170 -# So, we kill variables containing newlines.
6171 -# Ultrix sh set writes to stderr and can't be redirected directly,
6172 -# and sets the high bit in the cache file unless we assign to the vars.
6173 -(
6174 - for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
6175 - eval ac_val=\$$ac_var
6176 - case $ac_val in #(
6177 - *${as_nl}*)
6178 - case $ac_var in #(
6179 - *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
6180 -$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
6181 - esac
6182 - case $ac_var in #(
6183 - _ | IFS | as_nl) ;; #(
6184 - BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
6185 - *) { eval $ac_var=; unset $ac_var;} ;;
6186 - esac ;;
6187 - esac
6188 - done
6189 -
6190 - (set) 2>&1 |
6191 - case $as_nl`(ac_space=' '; set) 2>&1` in #(
6192 - *${as_nl}ac_space=\ *)
6193 - # `set' does not quote correctly, so add quotes: double-quote
6194 - # substitution turns \\\\ into \\, and sed turns \\ into \.
6195 - sed -n \
6196 - "s/'/'\\\\''/g;
6197 - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6198 - ;; #(
6199 - *)
6200 - # `set' quotes correctly as required by POSIX, so do not add quotes.
6201 - sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
6202 - ;;
6203 - esac |
6204 - sort
6205 -) |
6206 - sed '
6207 - /^ac_cv_env_/b end
6208 - t clear
6209 - :clear
6210 - s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6211 - t end
6212 - s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6213 - :end' >>confcache
6214 -if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
6215 - if test -w "$cache_file"; then
6216 - if test "x$cache_file" != "x/dev/null"; then
6217 - { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
6218 -$as_echo "$as_me: updating cache $cache_file" >&6;}
6219 - if test ! -f "$cache_file" || test -h "$cache_file"; then
6220 - cat confcache >"$cache_file"
6221 - else
6222 - case $cache_file in #(
6223 - */* | ?:*)
6224 - mv -f confcache "$cache_file"$$ &&
6225 - mv -f "$cache_file"$$ "$cache_file" ;; #(
6226 - *)
6227 - mv -f confcache "$cache_file" ;;
6228 - esac
6229 - fi
6230 - fi
6231 - else
6232 - { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
6233 -$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
6234 - fi
6235 -fi
6236 -rm -f confcache
6237 -
6238 -test "x$prefix" = xNONE && prefix=$ac_default_prefix
6239 -# Let make expand exec_prefix.
6240 -test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6241 -
6242 -DEFS=-DHAVE_CONFIG_H
6243 -
6244 -ac_libobjs=
6245 -ac_ltlibobjs=
6246 -U=
6247 -for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
6248 - # 1. Remove the extension, and $U if already installed.
6249 - ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
6250 - ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
6251 - # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
6252 - # will be set to the directory where LIBOBJS objects are built.
6253 - as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
6254 - as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
6255 -done
6256 -LIBOBJS=$ac_libobjs
6257 -
6258 -LTLIBOBJS=$ac_ltlibobjs
6259 -
6260 -
6261 - if test -n "$EXEEXT"; then
6262 - am__EXEEXT_TRUE=
6263 - am__EXEEXT_FALSE='#'
6264 -else
6265 - am__EXEEXT_TRUE='#'
6266 - am__EXEEXT_FALSE=
6267 -fi
6268 -
6269 -if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
6270 - as_fn_error $? "conditional \"AMDEP\" was never defined.
6271 -Usually this means the macro was only invoked conditionally." "$LINENO" 5
6272 -fi
6273 -if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
6274 - as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
6275 -Usually this means the macro was only invoked conditionally." "$LINENO" 5
6276 -fi
6277 -if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then
6278 - as_fn_error $? "conditional \"GL_COND_LIBTOOL\" was never defined.
6279 -Usually this means the macro was only invoked conditionally." "$LINENO" 5
6280 -fi
6281 -
6282 - gl_libobjs=
6283 - gl_ltlibobjs=
6284 - if test -n "$gl_LIBOBJS"; then
6285 - # Remove the extension.
6286 - sed_drop_objext='s/\.o$//;s/\.obj$//'
6287 - for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
6288 - gl_libobjs="$gl_libobjs $i.$ac_objext"
6289 - gl_ltlibobjs="$gl_ltlibobjs $i.lo"
6290 - done
6291 - fi
6292 - gl_LIBOBJS=$gl_libobjs
6293 -
6294 - gl_LTLIBOBJS=$gl_ltlibobjs
6295 -
6296 -
6297 -
6298 -: "${CONFIG_STATUS=./config.status}"
6299 -ac_write_fail=0
6300 -ac_clean_files_save=$ac_clean_files
6301 -ac_clean_files="$ac_clean_files $CONFIG_STATUS"
6302 -{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
6303 -$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
6304 -as_write_fail=0
6305 -cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
6306 -#! $SHELL
6307 -# Generated by $as_me.
6308 -# Run this file to recreate the current configuration.
6309 -# Compiler output produced by configure, useful for debugging
6310 -# configure, is in config.log if it exists.
6311 -
6312 -debug=false
6313 -ac_cs_recheck=false
6314 -ac_cs_silent=false
6315 -
6316 -SHELL=\${CONFIG_SHELL-$SHELL}
6317 -export SHELL
6318 -_ASEOF
6319 -cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
6320 -## -------------------- ##
6321 -## M4sh Initialization. ##
6322 -## -------------------- ##
6323 -
6324 -# Be more Bourne compatible
6325 -DUALCASE=1; export DUALCASE # for MKS sh
6326 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
6327 - emulate sh
6328 - NULLCMD=:
6329 - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
6330 - # is contrary to our usage. Disable this feature.
6331 - alias -g '${1+"$@"}'='"$@"'
6332 - setopt NO_GLOB_SUBST
6333 -else
6334 - case `(set -o) 2>/dev/null` in #(
6335 - *posix*) :
6336 - set -o posix ;; #(
6337 - *) :
6338 - ;;
6339 -esac
6340 -fi
6341 -
6342 -
6343 -as_nl='
6344 -'
6345 -export as_nl
6346 -# Printing a long string crashes Solaris 7 /usr/bin/printf.
6347 -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6348 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
6349 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
6350 -# Prefer a ksh shell builtin over an external printf program on Solaris,
6351 -# but without wasting forks for bash or zsh.
6352 -if test -z "$BASH_VERSION$ZSH_VERSION" \
6353 - && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
6354 - as_echo='print -r --'
6355 - as_echo_n='print -rn --'
6356 -elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
6357 - as_echo='printf %s\n'
6358 - as_echo_n='printf %s'
6359 -else
6360 - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
6361 - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
6362 - as_echo_n='/usr/ucb/echo -n'
6363 - else
6364 - as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
6365 - as_echo_n_body='eval
6366 - arg=$1;
6367 - case $arg in #(
6368 - *"$as_nl"*)
6369 - expr "X$arg" : "X\\(.*\\)$as_nl";
6370 - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
6371 - esac;
6372 - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
6373 - '
6374 - export as_echo_n_body
6375 - as_echo_n='sh -c $as_echo_n_body as_echo'
6376 - fi
6377 - export as_echo_body
6378 - as_echo='sh -c $as_echo_body as_echo'
6379 -fi
6380 -
6381 -# The user is always right.
6382 -if test "${PATH_SEPARATOR+set}" != set; then
6383 - PATH_SEPARATOR=:
6384 - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
6385 - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
6386 - PATH_SEPARATOR=';'
6387 - }
6388 -fi
6389 -
6390 -
6391 -# IFS
6392 -# We need space, tab and new line, in precisely that order. Quoting is
6393 -# there to prevent editors from complaining about space-tab.
6394 -# (If _AS_PATH_WALK were called with IFS unset, it would disable word
6395 -# splitting by setting IFS to empty value.)
6396 -IFS=" "" $as_nl"
6397 -
6398 -# Find who we are. Look in the path if we contain no directory separator.
6399 -as_myself=
6400 -case $0 in #((
6401 - *[\\/]* ) as_myself=$0 ;;
6402 - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6403 -for as_dir in $PATH
6404 -do
6405 - IFS=$as_save_IFS
6406 - test -z "$as_dir" && as_dir=.
6407 - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
6408 - done
6409 -IFS=$as_save_IFS
6410 -
6411 - ;;
6412 -esac
6413 -# We did not find ourselves, most probably we were run as `sh COMMAND'
6414 -# in which case we are not to be found in the path.
6415 -if test "x$as_myself" = x; then
6416 - as_myself=$0
6417 -fi
6418 -if test ! -f "$as_myself"; then
6419 - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
6420 - exit 1
6421 -fi
6422 -
6423 -# Unset variables that we do not need and which cause bugs (e.g. in
6424 -# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
6425 -# suppresses any "Segmentation fault" message there. '((' could
6426 -# trigger a bug in pdksh 5.2.14.
6427 -for as_var in BASH_ENV ENV MAIL MAILPATH
6428 -do eval test x\${$as_var+set} = xset \
6429 - && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
6430 -done
6431 -PS1='$ '
6432 -PS2='> '
6433 -PS4='+ '
6434 -
6435 -# NLS nuisances.
6436 -LC_ALL=C
6437 -export LC_ALL
6438 -LANGUAGE=C
6439 -export LANGUAGE
6440 -
6441 -# CDPATH.
6442 -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
6443 -
6444 -
6445 -# as_fn_error STATUS ERROR [LINENO LOG_FD]
6446 -# ----------------------------------------
6447 -# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
6448 -# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
6449 -# script with STATUS, using 1 if that was 0.
6450 -as_fn_error ()
6451 -{
6452 - as_status=$1; test $as_status -eq 0 && as_status=1
6453 - if test "$4"; then
6454 - as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
6455 - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
6456 - fi
6457 - $as_echo "$as_me: error: $2" >&2
6458 - as_fn_exit $as_status
6459 -} # as_fn_error
6460 -
6461 -
6462 -# as_fn_set_status STATUS
6463 -# -----------------------
6464 -# Set $? to STATUS, without forking.
6465 -as_fn_set_status ()
6466 -{
6467 - return $1
6468 -} # as_fn_set_status
6469 -
6470 -# as_fn_exit STATUS
6471 -# -----------------
6472 -# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
6473 -as_fn_exit ()
6474 -{
6475 - set +e
6476 - as_fn_set_status $1
6477 - exit $1
6478 -} # as_fn_exit
6479 -
6480 -# as_fn_unset VAR
6481 -# ---------------
6482 -# Portably unset VAR.
6483 -as_fn_unset ()
6484 -{
6485 - { eval $1=; unset $1;}
6486 -}
6487 -as_unset=as_fn_unset
6488 -# as_fn_append VAR VALUE
6489 -# ----------------------
6490 -# Append the text in VALUE to the end of the definition contained in VAR. Take
6491 -# advantage of any shell optimizations that allow amortized linear growth over
6492 -# repeated appends, instead of the typical quadratic growth present in naive
6493 -# implementations.
6494 -if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
6495 - eval 'as_fn_append ()
6496 - {
6497 - eval $1+=\$2
6498 - }'
6499 -else
6500 - as_fn_append ()
6501 - {
6502 - eval $1=\$$1\$2
6503 - }
6504 -fi # as_fn_append
6505 -
6506 -# as_fn_arith ARG...
6507 -# ------------------
6508 -# Perform arithmetic evaluation on the ARGs, and store the result in the
6509 -# global $as_val. Take advantage of shells that can avoid forks. The arguments
6510 -# must be portable across $(()) and expr.
6511 -if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
6512 - eval 'as_fn_arith ()
6513 - {
6514 - as_val=$(( $* ))
6515 - }'
6516 -else
6517 - as_fn_arith ()
6518 - {
6519 - as_val=`expr "$@" || test $? -eq 1`
6520 - }
6521 -fi # as_fn_arith
6522 -
6523 -
6524 -if expr a : '\(a\)' >/dev/null 2>&1 &&
6525 - test "X`expr 00001 : '.*\(...\)'`" = X001; then
6526 - as_expr=expr
6527 -else
6528 - as_expr=false
6529 -fi
6530 -
6531 -if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
6532 - as_basename=basename
6533 -else
6534 - as_basename=false
6535 -fi
6536 -
6537 -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
6538 - as_dirname=dirname
6539 -else
6540 - as_dirname=false
6541 -fi
6542 -
6543 -as_me=`$as_basename -- "$0" ||
6544 -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
6545 - X"$0" : 'X\(//\)$' \| \
6546 - X"$0" : 'X\(/\)' \| . 2>/dev/null ||
6547 -$as_echo X/"$0" |
6548 - sed '/^.*\/\([^/][^/]*\)\/*$/{
6549 - s//\1/
6550 - q
6551 - }
6552 - /^X\/\(\/\/\)$/{
6553 - s//\1/
6554 - q
6555 - }
6556 - /^X\/\(\/\).*/{
6557 - s//\1/
6558 - q
6559 - }
6560 - s/.*/./; q'`
6561 -
6562 -# Avoid depending upon Character Ranges.
6563 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
6564 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
6565 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
6566 -as_cr_digits='0123456789'
6567 -as_cr_alnum=$as_cr_Letters$as_cr_digits
6568 -
6569 -ECHO_C= ECHO_N= ECHO_T=
6570 -case `echo -n x` in #(((((
6571 --n*)
6572 - case `echo 'xy\c'` in
6573 - *c*) ECHO_T=' ';; # ECHO_T is single tab character.
6574 - xy) ECHO_C='\c';;
6575 - *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
6576 - ECHO_T=' ';;
6577 - esac;;
6578 -*)
6579 - ECHO_N='-n';;
6580 -esac
6581 -
6582 -rm -f conf$$ conf$$.exe conf$$.file
6583 -if test -d conf$$.dir; then
6584 - rm -f conf$$.dir/conf$$.file
6585 -else
6586 - rm -f conf$$.dir
6587 - mkdir conf$$.dir 2>/dev/null
6588 -fi
6589 -if (echo >conf$$.file) 2>/dev/null; then
6590 - if ln -s conf$$.file conf$$ 2>/dev/null; then
6591 - as_ln_s='ln -s'
6592 - # ... but there are two gotchas:
6593 - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
6594 - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
6595 - # In both cases, we have to default to `cp -p'.
6596 - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
6597 - as_ln_s='cp -p'
6598 - elif ln conf$$.file conf$$ 2>/dev/null; then
6599 - as_ln_s=ln
6600 - else
6601 - as_ln_s='cp -p'
6602 - fi
6603 -else
6604 - as_ln_s='cp -p'
6605 -fi
6606 -rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
6607 -rmdir conf$$.dir 2>/dev/null
6608 -
6609 -
6610 -# as_fn_mkdir_p
6611 -# -------------
6612 -# Create "$as_dir" as a directory, including parents if necessary.
6613 -as_fn_mkdir_p ()
6614 -{
6615 -
6616 - case $as_dir in #(
6617 - -*) as_dir=./$as_dir;;
6618 - esac
6619 - test -d "$as_dir" || eval $as_mkdir_p || {
6620 - as_dirs=
6621 - while :; do
6622 - case $as_dir in #(
6623 - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
6624 - *) as_qdir=$as_dir;;
6625 - esac
6626 - as_dirs="'$as_qdir' $as_dirs"
6627 - as_dir=`$as_dirname -- "$as_dir" ||
6628 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6629 - X"$as_dir" : 'X\(//\)[^/]' \| \
6630 - X"$as_dir" : 'X\(//\)$' \| \
6631 - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
6632 -$as_echo X"$as_dir" |
6633 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6634 - s//\1/
6635 - q
6636 - }
6637 - /^X\(\/\/\)[^/].*/{
6638 - s//\1/
6639 - q
6640 - }
6641 - /^X\(\/\/\)$/{
6642 - s//\1/
6643 - q
6644 - }
6645 - /^X\(\/\).*/{
6646 - s//\1/
6647 - q
6648 - }
6649 - s/.*/./; q'`
6650 - test -d "$as_dir" && break
6651 - done
6652 - test -z "$as_dirs" || eval "mkdir $as_dirs"
6653 - } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
6654 -
6655 -
6656 -} # as_fn_mkdir_p
6657 -if mkdir -p . 2>/dev/null; then
6658 - as_mkdir_p='mkdir -p "$as_dir"'
6659 -else
6660 - test -d ./-p && rmdir ./-p
6661 - as_mkdir_p=false
6662 -fi
6663 -
6664 -if test -x / >/dev/null 2>&1; then
6665 - as_test_x='test -x'
6666 -else
6667 - if ls -dL / >/dev/null 2>&1; then
6668 - as_ls_L_option=L
6669 - else
6670 - as_ls_L_option=
6671 - fi
6672 - as_test_x='
6673 - eval sh -c '\''
6674 - if test -d "$1"; then
6675 - test -d "$1/.";
6676 - else
6677 - case $1 in #(
6678 - -*)set "./$1";;
6679 - esac;
6680 - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
6681 - ???[sx]*):;;*)false;;esac;fi
6682 - '\'' sh
6683 - '
6684 -fi
6685 -as_executable_p=$as_test_x
6686 -
6687 -# Sed expression to map a string onto a valid CPP name.
6688 -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
6689 -
6690 -# Sed expression to map a string onto a valid variable name.
6691 -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6692 -
6693 -
6694 -exec 6>&1
6695 -## ----------------------------------- ##
6696 -## Main body of $CONFIG_STATUS script. ##
6697 -## ----------------------------------- ##
6698 -_ASEOF
6699 -test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
6700 -
6701 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6702 -# Save the log message, to keep $0 and so on meaningful, and to
6703 -# report actual input values of CONFIG_FILES etc. instead of their
6704 -# values after options handling.
6705 -ac_log="
6706 -This file was extended by dummy $as_me 0, which was
6707 -generated by GNU Autoconf 2.68. Invocation command line was
6708 -
6709 - CONFIG_FILES = $CONFIG_FILES
6710 - CONFIG_HEADERS = $CONFIG_HEADERS
6711 - CONFIG_LINKS = $CONFIG_LINKS
6712 - CONFIG_COMMANDS = $CONFIG_COMMANDS
6713 - $ $0 $@
6714 -
6715 -on `(hostname || uname -n) 2>/dev/null | sed 1q`
6716 -"
6717 -
6718 -_ACEOF
6719 -
6720 -case $ac_config_files in *"
6721 -"*) set x $ac_config_files; shift; ac_config_files=$*;;
6722 -esac
6723 -
6724 -case $ac_config_headers in *"
6725 -"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
6726 -esac
6727 -
6728 -
6729 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6730 -# Files that config.status was made for.
6731 -config_files="$ac_config_files"
6732 -config_headers="$ac_config_headers"
6733 -config_commands="$ac_config_commands"
6734 -
6735 -_ACEOF
6736 -
6737 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6738 -ac_cs_usage="\
6739 -\`$as_me' instantiates files and other configuration actions
6740 -from templates according to the current configuration. Unless the files
6741 -and actions are specified as TAGs, all are instantiated by default.
6742 -
6743 -Usage: $0 [OPTION]... [TAG]...
6744 -
6745 - -h, --help print this help, then exit
6746 - -V, --version print version number and configuration settings, then exit
6747 - --config print configuration, then exit
6748 - -q, --quiet, --silent
6749 - do not print progress messages
6750 - -d, --debug don't remove temporary files
6751 - --recheck update $as_me by reconfiguring in the same conditions
6752 - --file=FILE[:TEMPLATE]
6753 - instantiate the configuration file FILE
6754 - --header=FILE[:TEMPLATE]
6755 - instantiate the configuration header FILE
6756 -
6757 -Configuration files:
6758 -$config_files
6759 -
6760 -Configuration headers:
6761 -$config_headers
6762 -
6763 -Configuration commands:
6764 -$config_commands
6765 -
6766 -Report bugs to the package provider."
6767 -
6768 -_ACEOF
6769 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6770 -ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6771 -ac_cs_version="\\
6772 -dummy config.status 0
6773 -configured by $0, generated by GNU Autoconf 2.68,
6774 - with options \\"\$ac_cs_config\\"
6775 -
6776 -Copyright (C) 2010 Free Software Foundation, Inc.
6777 -This config.status script is free software; the Free Software Foundation
6778 -gives unlimited permission to copy, distribute and modify it."
6779 -
6780 -ac_pwd='$ac_pwd'
6781 -srcdir='$srcdir'
6782 -INSTALL='$INSTALL'
6783 -MKDIR_P='$MKDIR_P'
6784 -AWK='$AWK'
6785 -test -n "\$AWK" || AWK=awk
6786 -_ACEOF
6787 -
6788 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6789 -# The default lists apply if the user does not specify any file.
6790 -ac_need_defaults=:
6791 -while test $# != 0
6792 -do
6793 - case $1 in
6794 - --*=?*)
6795 - ac_option=`expr "X$1" : 'X\([^=]*\)='`
6796 - ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
6797 - ac_shift=:
6798 - ;;
6799 - --*=)
6800 - ac_option=`expr "X$1" : 'X\([^=]*\)='`
6801 - ac_optarg=
6802 - ac_shift=:
6803 - ;;
6804 - *)
6805 - ac_option=$1
6806 - ac_optarg=$2
6807 - ac_shift=shift
6808 - ;;
6809 - esac
6810 -
6811 - case $ac_option in
6812 - # Handling of the options.
6813 - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6814 - ac_cs_recheck=: ;;
6815 - --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
6816 - $as_echo "$ac_cs_version"; exit ;;
6817 - --config | --confi | --conf | --con | --co | --c )
6818 - $as_echo "$ac_cs_config"; exit ;;
6819 - --debug | --debu | --deb | --de | --d | -d )
6820 - debug=: ;;
6821 - --file | --fil | --fi | --f )
6822 - $ac_shift
6823 - case $ac_optarg in
6824 - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
6825 - '') as_fn_error $? "missing file argument" ;;
6826 - esac
6827 - as_fn_append CONFIG_FILES " '$ac_optarg'"
6828 - ac_need_defaults=false;;
6829 - --header | --heade | --head | --hea )
6830 - $ac_shift
6831 - case $ac_optarg in
6832 - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
6833 - esac
6834 - as_fn_append CONFIG_HEADERS " '$ac_optarg'"
6835 - ac_need_defaults=false;;
6836 - --he | --h)
6837 - # Conflict between --help and --header
6838 - as_fn_error $? "ambiguous option: \`$1'
6839 -Try \`$0 --help' for more information.";;
6840 - --help | --hel | -h )
6841 - $as_echo "$ac_cs_usage"; exit ;;
6842 - -q | -quiet | --quiet | --quie | --qui | --qu | --q \
6843 - | -silent | --silent | --silen | --sile | --sil | --si | --s)
6844 - ac_cs_silent=: ;;
6845 -
6846 - # This is an error.
6847 - -*) as_fn_error $? "unrecognized option: \`$1'
6848 -Try \`$0 --help' for more information." ;;
6849 -
6850 - *) as_fn_append ac_config_targets " $1"
6851 - ac_need_defaults=false ;;
6852 -
6853 - esac
6854 - shift
6855 -done
6856 -
6857 -ac_configure_extra_args=
6858 -
6859 -if $ac_cs_silent; then
6860 - exec 6>/dev/null
6861 - ac_configure_extra_args="$ac_configure_extra_args --silent"
6862 -fi
6863 -
6864 -_ACEOF
6865 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6866 -if \$ac_cs_recheck; then
6867 - set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6868 - shift
6869 - \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
6870 - CONFIG_SHELL='$SHELL'
6871 - export CONFIG_SHELL
6872 - exec "\$@"
6873 -fi
6874 -
6875 -_ACEOF
6876 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6877 -exec 5>>config.log
6878 -{
6879 - echo
6880 - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
6881 -## Running $as_me. ##
6882 -_ASBOX
6883 - $as_echo "$ac_log"
6884 -} >&5
6885 -
6886 -_ACEOF
6887 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6888 -#
6889 -# INIT-COMMANDS
6890 -#
6891 -AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
6892 -
6893 -_ACEOF
6894 -
6895 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6896 -
6897 -# Handling of arguments.
6898 -for ac_config_target in $ac_config_targets
6899 -do
6900 - case $ac_config_target in
6901 - "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
6902 - "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
6903 - "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
6904 - "gllib/Makefile") CONFIG_FILES="$CONFIG_FILES gllib/Makefile" ;;
6905 - "glm4/Makefile") CONFIG_FILES="$CONFIG_FILES glm4/Makefile" ;;
6906 -
6907 - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
6908 - esac
6909 -done
6910 -
6911 -
6912 -# If the user did not use the arguments to specify the items to instantiate,
6913 -# then the envvar interface is used. Set only those that are not.
6914 -# We use the long form for the default assignment because of an extremely
6915 -# bizarre bug on SunOS 4.1.3.
6916 -if $ac_need_defaults; then
6917 - test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
6918 - test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
6919 - test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
6920 -fi
6921 -
6922 -# Have a temporary directory for convenience. Make it in the build tree
6923 -# simply because there is no reason against having it here, and in addition,
6924 -# creating and moving files from /tmp can sometimes cause problems.
6925 -# Hook for its removal unless debugging.
6926 -# Note that there is a small window in which the directory will not be cleaned:
6927 -# after its creation but before its name has been assigned to `$tmp'.
6928 -$debug ||
6929 -{
6930 - tmp= ac_tmp=
6931 - trap 'exit_status=$?
6932 - : "${ac_tmp:=$tmp}"
6933 - { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
6934 -' 0
6935 - trap 'as_fn_exit 1' 1 2 13 15
6936 -}
6937 -# Create a (secure) tmp directory for tmp files.
6938 -
6939 -{
6940 - tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
6941 - test -d "$tmp"
6942 -} ||
6943 -{
6944 - tmp=./conf$$-$RANDOM
6945 - (umask 077 && mkdir "$tmp")
6946 -} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
6947 -ac_tmp=$tmp
6948 -
6949 -# Set up the scripts for CONFIG_FILES section.
6950 -# No need to generate them if there are no CONFIG_FILES.
6951 -# This happens for instance with `./config.status config.h'.
6952 -if test -n "$CONFIG_FILES"; then
6953 -
6954 -
6955 -ac_cr=`echo X | tr X '\015'`
6956 -# On cygwin, bash can eat \r inside `` if the user requested igncr.
6957 -# But we know of no other shell where ac_cr would be empty at this
6958 -# point, so we can use a bashism as a fallback.
6959 -if test "x$ac_cr" = x; then
6960 - eval ac_cr=\$\'\\r\'
6961 -fi
6962 -ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
6963 -if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
6964 - ac_cs_awk_cr='\\r'
6965 -else
6966 - ac_cs_awk_cr=$ac_cr
6967 -fi
6968 -
6969 -echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
6970 -_ACEOF
6971 -
6972 -
6973 -{
6974 - echo "cat >conf$$subs.awk <<_ACEOF" &&
6975 - echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
6976 - echo "_ACEOF"
6977 -} >conf$$subs.sh ||
6978 - as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
6979 -ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
6980 -ac_delim='%!_!# '
6981 -for ac_last_try in false false false false false :; do
6982 - . ./conf$$subs.sh ||
6983 - as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
6984 -
6985 - ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
6986 - if test $ac_delim_n = $ac_delim_num; then
6987 - break
6988 - elif $ac_last_try; then
6989 - as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
6990 - else
6991 - ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6992 - fi
6993 -done
6994 -rm -f conf$$subs.sh
6995 -
6996 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6997 -cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
6998 -_ACEOF
6999 -sed -n '
7000 -h
7001 -s/^/S["/; s/!.*/"]=/
7002 -p
7003 -g
7004 -s/^[^!]*!//
7005 -:repl
7006 -t repl
7007 -s/'"$ac_delim"'$//
7008 -t delim
7009 -:nl
7010 -h
7011 -s/\(.\{148\}\)..*/\1/
7012 -t more1
7013 -s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
7014 -p
7015 -n
7016 -b repl
7017 -:more1
7018 -s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7019 -p
7020 -g
7021 -s/.\{148\}//
7022 -t nl
7023 -:delim
7024 -h
7025 -s/\(.\{148\}\)..*/\1/
7026 -t more2
7027 -s/["\\]/\\&/g; s/^/"/; s/$/"/
7028 -p
7029 -b
7030 -:more2
7031 -s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7032 -p
7033 -g
7034 -s/.\{148\}//
7035 -t delim
7036 -' <conf$$subs.awk | sed '
7037 -/^[^""]/{
7038 - N
7039 - s/\n//
7040 -}
7041 -' >>$CONFIG_STATUS || ac_write_fail=1
7042 -rm -f conf$$subs.awk
7043 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7044 -_ACAWK
7045 -cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
7046 - for (key in S) S_is_set[key] = 1
7047 - FS = ""
7048 -
7049 -}
7050 -{
7051 - line = $ 0
7052 - nfields = split(line, field, "@")
7053 - substed = 0
7054 - len = length(field[1])
7055 - for (i = 2; i < nfields; i++) {
7056 - key = field[i]
7057 - keylen = length(key)
7058 - if (S_is_set[key]) {
7059 - value = S[key]
7060 - line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
7061 - len += length(value) + length(field[++i])
7062 - substed = 1
7063 - } else
7064 - len += 1 + keylen
7065 - }
7066 -
7067 - print line
7068 -}
7069 -
7070 -_ACAWK
7071 -_ACEOF
7072 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7073 -if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
7074 - sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
7075 -else
7076 - cat
7077 -fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
7078 - || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
7079 -_ACEOF
7080 -
7081 -# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
7082 -# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
7083 -# trailing colons and then remove the whole line if VPATH becomes empty
7084 -# (actually we leave an empty line to preserve line numbers).
7085 -if test "x$srcdir" = x.; then
7086 - ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
7087 -h
7088 -s///
7089 -s/^/:/
7090 -s/[ ]*$/:/
7091 -s/:\$(srcdir):/:/g
7092 -s/:\${srcdir}:/:/g
7093 -s/:@srcdir@:/:/g
7094 -s/^:*//
7095 -s/:*$//
7096 -x
7097 -s/\(=[ ]*\).*/\1/
7098 -G
7099 -s/\n//
7100 -s/^[^=]*=[ ]*$//
7101 -}'
7102 -fi
7103 -
7104 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7105 -fi # test -n "$CONFIG_FILES"
7106 -
7107 -# Set up the scripts for CONFIG_HEADERS section.
7108 -# No need to generate them if there are no CONFIG_HEADERS.
7109 -# This happens for instance with `./config.status Makefile'.
7110 -if test -n "$CONFIG_HEADERS"; then
7111 -cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
7112 -BEGIN {
7113 -_ACEOF
7114 -
7115 -# Transform confdefs.h into an awk script `defines.awk', embedded as
7116 -# here-document in config.status, that substitutes the proper values into
7117 -# config.h.in to produce config.h.
7118 -
7119 -# Create a delimiter string that does not exist in confdefs.h, to ease
7120 -# handling of long lines.
7121 -ac_delim='%!_!# '
7122 -for ac_last_try in false false :; do
7123 - ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
7124 - if test -z "$ac_tt"; then
7125 - break
7126 - elif $ac_last_try; then
7127 - as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
7128 - else
7129 - ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7130 - fi
7131 -done
7132 -
7133 -# For the awk script, D is an array of macro values keyed by name,
7134 -# likewise P contains macro parameters if any. Preserve backslash
7135 -# newline sequences.
7136 -
7137 -ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
7138 -sed -n '
7139 -s/.\{148\}/&'"$ac_delim"'/g
7140 -t rset
7141 -:rset
7142 -s/^[ ]*#[ ]*define[ ][ ]*/ /
7143 -t def
7144 -d
7145 -:def
7146 -s/\\$//
7147 -t bsnl
7148 -s/["\\]/\\&/g
7149 -s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
7150 -D["\1"]=" \3"/p
7151 -s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
7152 -d
7153 -:bsnl
7154 -s/["\\]/\\&/g
7155 -s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
7156 -D["\1"]=" \3\\\\\\n"\\/p
7157 -t cont
7158 -s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
7159 -t cont
7160 -d
7161 -:cont
7162 -n
7163 -s/.\{148\}/&'"$ac_delim"'/g
7164 -t clear
7165 -:clear
7166 -s/\\$//
7167 -t bsnlc
7168 -s/["\\]/\\&/g; s/^/"/; s/$/"/p
7169 -d
7170 -:bsnlc
7171 -s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
7172 -b cont
7173 -' <confdefs.h | sed '
7174 -s/'"$ac_delim"'/"\\\
7175 -"/g' >>$CONFIG_STATUS || ac_write_fail=1
7176 -
7177 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7178 - for (key in D) D_is_set[key] = 1
7179 - FS = ""
7180 -}
7181 -/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
7182 - line = \$ 0
7183 - split(line, arg, " ")
7184 - if (arg[1] == "#") {
7185 - defundef = arg[2]
7186 - mac1 = arg[3]
7187 - } else {
7188 - defundef = substr(arg[1], 2)
7189 - mac1 = arg[2]
7190 - }
7191 - split(mac1, mac2, "(") #)
7192 - macro = mac2[1]
7193 - prefix = substr(line, 1, index(line, defundef) - 1)
7194 - if (D_is_set[macro]) {
7195 - # Preserve the white space surrounding the "#".
7196 - print prefix "define", macro P[macro] D[macro]
7197 - next
7198 - } else {
7199 - # Replace #undef with comments. This is necessary, for example,
7200 - # in the case of _POSIX_SOURCE, which is predefined and required
7201 - # on some systems where configure will not decide to define it.
7202 - if (defundef == "undef") {
7203 - print "/*", prefix defundef, macro, "*/"
7204 - next
7205 - }
7206 - }
7207 -}
7208 -{ print }
7209 -_ACAWK
7210 -_ACEOF
7211 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7212 - as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
7213 -fi # test -n "$CONFIG_HEADERS"
7214 -
7215 -
7216 -eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
7217 -shift
7218 -for ac_tag
7219 -do
7220 - case $ac_tag in
7221 - :[FHLC]) ac_mode=$ac_tag; continue;;
7222 - esac
7223 - case $ac_mode$ac_tag in
7224 - :[FHL]*:*);;
7225 - :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
7226 - :[FH]-) ac_tag=-:-;;
7227 - :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
7228 - esac
7229 - ac_save_IFS=$IFS
7230 - IFS=:
7231 - set x $ac_tag
7232 - IFS=$ac_save_IFS
7233 - shift
7234 - ac_file=$1
7235 - shift
7236 -
7237 - case $ac_mode in
7238 - :L) ac_source=$1;;
7239 - :[FH])
7240 - ac_file_inputs=
7241 - for ac_f
7242 - do
7243 - case $ac_f in
7244 - -) ac_f="$ac_tmp/stdin";;
7245 - *) # Look for the file first in the build tree, then in the source tree
7246 - # (if the path is not absolute). The absolute path cannot be DOS-style,
7247 - # because $ac_f cannot contain `:'.
7248 - test -f "$ac_f" ||
7249 - case $ac_f in
7250 - [\\/$]*) false;;
7251 - *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
7252 - esac ||
7253 - as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
7254 - esac
7255 - case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
7256 - as_fn_append ac_file_inputs " '$ac_f'"
7257 - done
7258 -
7259 - # Let's still pretend it is `configure' which instantiates (i.e., don't
7260 - # use $as_me), people would be surprised to read:
7261 - # /* config.h. Generated by config.status. */
7262 - configure_input='Generated from '`
7263 - $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
7264 - `' by configure.'
7265 - if test x"$ac_file" != x-; then
7266 - configure_input="$ac_file. $configure_input"
7267 - { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
7268 -$as_echo "$as_me: creating $ac_file" >&6;}
7269 - fi
7270 - # Neutralize special characters interpreted by sed in replacement strings.
7271 - case $configure_input in #(
7272 - *\&* | *\|* | *\\* )
7273 - ac_sed_conf_input=`$as_echo "$configure_input" |
7274 - sed 's/[\\\\&|]/\\\\&/g'`;; #(
7275 - *) ac_sed_conf_input=$configure_input;;
7276 - esac
7277 -
7278 - case $ac_tag in
7279 - *:-:* | *:-) cat >"$ac_tmp/stdin" \
7280 - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
7281 - esac
7282 - ;;
7283 - esac
7284 -
7285 - ac_dir=`$as_dirname -- "$ac_file" ||
7286 -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7287 - X"$ac_file" : 'X\(//\)[^/]' \| \
7288 - X"$ac_file" : 'X\(//\)$' \| \
7289 - X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
7290 -$as_echo X"$ac_file" |
7291 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7292 - s//\1/
7293 - q
7294 - }
7295 - /^X\(\/\/\)[^/].*/{
7296 - s//\1/
7297 - q
7298 - }
7299 - /^X\(\/\/\)$/{
7300 - s//\1/
7301 - q
7302 - }
7303 - /^X\(\/\).*/{
7304 - s//\1/
7305 - q
7306 - }
7307 - s/.*/./; q'`
7308 - as_dir="$ac_dir"; as_fn_mkdir_p
7309 - ac_builddir=.
7310 -
7311 -case "$ac_dir" in
7312 -.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
7313 -*)
7314 - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
7315 - # A ".." for each directory in $ac_dir_suffix.
7316 - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
7317 - case $ac_top_builddir_sub in
7318 - "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
7319 - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
7320 - esac ;;
7321 -esac
7322 -ac_abs_top_builddir=$ac_pwd
7323 -ac_abs_builddir=$ac_pwd$ac_dir_suffix
7324 -# for backward compatibility:
7325 -ac_top_builddir=$ac_top_build_prefix
7326 -
7327 -case $srcdir in
7328 - .) # We are building in place.
7329 - ac_srcdir=.
7330 - ac_top_srcdir=$ac_top_builddir_sub
7331 - ac_abs_top_srcdir=$ac_pwd ;;
7332 - [\\/]* | ?:[\\/]* ) # Absolute name.
7333 - ac_srcdir=$srcdir$ac_dir_suffix;
7334 - ac_top_srcdir=$srcdir
7335 - ac_abs_top_srcdir=$srcdir ;;
7336 - *) # Relative name.
7337 - ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
7338 - ac_top_srcdir=$ac_top_build_prefix$srcdir
7339 - ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
7340 -esac
7341 -ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
7342 -
7343 -
7344 - case $ac_mode in
7345 - :F)
7346 - #
7347 - # CONFIG_FILE
7348 - #
7349 -
7350 - case $INSTALL in
7351 - [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
7352 - *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
7353 - esac
7354 - ac_MKDIR_P=$MKDIR_P
7355 - case $MKDIR_P in
7356 - [\\/$]* | ?:[\\/]* ) ;;
7357 - */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
7358 - esac
7359 -_ACEOF
7360 -
7361 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7362 -# If the template does not know about datarootdir, expand it.
7363 -# FIXME: This hack should be removed a few years after 2.60.
7364 -ac_datarootdir_hack=; ac_datarootdir_seen=
7365 -ac_sed_dataroot='
7366 -/datarootdir/ {
7367 - p
7368 - q
7369 -}
7370 -/@datadir@/p
7371 -/@docdir@/p
7372 -/@infodir@/p
7373 -/@localedir@/p
7374 -/@mandir@/p'
7375 -case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
7376 -*datarootdir*) ac_datarootdir_seen=yes;;
7377 -*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
7378 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
7379 -$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
7380 -_ACEOF
7381 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7382 - ac_datarootdir_hack='
7383 - s&@datadir@&$datadir&g
7384 - s&@docdir@&$docdir&g
7385 - s&@infodir@&$infodir&g
7386 - s&@localedir@&$localedir&g
7387 - s&@mandir@&$mandir&g
7388 - s&\\\${datarootdir}&$datarootdir&g' ;;
7389 -esac
7390 -_ACEOF
7391 -
7392 -# Neutralize VPATH when `$srcdir' = `.'.
7393 -# Shell code in configure.ac might set extrasub.
7394 -# FIXME: do we really want to maintain this feature?
7395 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7396 -ac_sed_extra="$ac_vpsub
7397 -$extrasub
7398 -_ACEOF
7399 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7400 -:t
7401 -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7402 -s|@configure_input@|$ac_sed_conf_input|;t t
7403 -s&@top_builddir@&$ac_top_builddir_sub&;t t
7404 -s&@top_build_prefix@&$ac_top_build_prefix&;t t
7405 -s&@srcdir@&$ac_srcdir&;t t
7406 -s&@abs_srcdir@&$ac_abs_srcdir&;t t
7407 -s&@top_srcdir@&$ac_top_srcdir&;t t
7408 -s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
7409 -s&@builddir@&$ac_builddir&;t t
7410 -s&@abs_builddir@&$ac_abs_builddir&;t t
7411 -s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
7412 -s&@INSTALL@&$ac_INSTALL&;t t
7413 -s&@MKDIR_P@&$ac_MKDIR_P&;t t
7414 -$ac_datarootdir_hack
7415 -"
7416 -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
7417 - >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7418 -
7419 -test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
7420 - { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
7421 - { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
7422 - "$ac_tmp/out"`; test -z "$ac_out"; } &&
7423 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7424 -which seems to be undefined. Please make sure it is defined" >&5
7425 -$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7426 -which seems to be undefined. Please make sure it is defined" >&2;}
7427 -
7428 - rm -f "$ac_tmp/stdin"
7429 - case $ac_file in
7430 - -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
7431 - *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
7432 - esac \
7433 - || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7434 - ;;
7435 - :H)
7436 - #
7437 - # CONFIG_HEADER
7438 - #
7439 - if test x"$ac_file" != x-; then
7440 - {
7441 - $as_echo "/* $configure_input */" \
7442 - && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
7443 - } >"$ac_tmp/config.h" \
7444 - || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7445 - if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
7446 - { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
7447 -$as_echo "$as_me: $ac_file is unchanged" >&6;}
7448 - else
7449 - rm -f "$ac_file"
7450 - mv "$ac_tmp/config.h" "$ac_file" \
7451 - || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7452 - fi
7453 - else
7454 - $as_echo "/* $configure_input */" \
7455 - && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
7456 - || as_fn_error $? "could not create -" "$LINENO" 5
7457 - fi
7458 -# Compute "$ac_file"'s index in $config_headers.
7459 -_am_arg="$ac_file"
7460 -_am_stamp_count=1
7461 -for _am_header in $config_headers :; do
7462 - case $_am_header in
7463 - $_am_arg | $_am_arg:* )
7464 - break ;;
7465 - * )
7466 - _am_stamp_count=`expr $_am_stamp_count + 1` ;;
7467 - esac
7468 -done
7469 -echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
7470 -$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7471 - X"$_am_arg" : 'X\(//\)[^/]' \| \
7472 - X"$_am_arg" : 'X\(//\)$' \| \
7473 - X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
7474 -$as_echo X"$_am_arg" |
7475 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7476 - s//\1/
7477 - q
7478 - }
7479 - /^X\(\/\/\)[^/].*/{
7480 - s//\1/
7481 - q
7482 - }
7483 - /^X\(\/\/\)$/{
7484 - s//\1/
7485 - q
7486 - }
7487 - /^X\(\/\).*/{
7488 - s//\1/
7489 - q
7490 - }
7491 - s/.*/./; q'`/stamp-h$_am_stamp_count
7492 - ;;
7493 -
7494 - :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
7495 -$as_echo "$as_me: executing $ac_file commands" >&6;}
7496 - ;;
7497 - esac
7498 -
7499 -
7500 - case $ac_file$ac_mode in
7501 - "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
7502 - # Autoconf 2.62 quotes --file arguments for eval, but not when files
7503 - # are listed without --file. Let's play safe and only enable the eval
7504 - # if we detect the quoting.
7505 - case $CONFIG_FILES in
7506 - *\'*) eval set x "$CONFIG_FILES" ;;
7507 - *) set x $CONFIG_FILES ;;
7508 - esac
7509 - shift
7510 - for mf
7511 - do
7512 - # Strip MF so we end up with the name of the file.
7513 - mf=`echo "$mf" | sed -e 's/:.*$//'`
7514 - # Check whether this is an Automake generated Makefile or not.
7515 - # We used to match only the files named `Makefile.in', but
7516 - # some people rename them; so instead we look at the file content.
7517 - # Grep'ing the first line is not enough: some people post-process
7518 - # each Makefile.in and add a new line on top of each file to say so.
7519 - # Grep'ing the whole file is not good either: AIX grep has a line
7520 - # limit of 2048, but all sed's we know have understand at least 4000.
7521 - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
7522 - dirpart=`$as_dirname -- "$mf" ||
7523 -$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7524 - X"$mf" : 'X\(//\)[^/]' \| \
7525 - X"$mf" : 'X\(//\)$' \| \
7526 - X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
7527 -$as_echo X"$mf" |
7528 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7529 - s//\1/
7530 - q
7531 - }
7532 - /^X\(\/\/\)[^/].*/{
7533 - s//\1/
7534 - q
7535 - }
7536 - /^X\(\/\/\)$/{
7537 - s//\1/
7538 - q
7539 - }
7540 - /^X\(\/\).*/{
7541 - s//\1/
7542 - q
7543 - }
7544 - s/.*/./; q'`
7545 - else
7546 - continue
7547 - fi
7548 - # Extract the definition of DEPDIR, am__include, and am__quote
7549 - # from the Makefile without running `make'.
7550 - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
7551 - test -z "$DEPDIR" && continue
7552 - am__include=`sed -n 's/^am__include = //p' < "$mf"`
7553 - test -z "am__include" && continue
7554 - am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
7555 - # When using ansi2knr, U may be empty or an underscore; expand it
7556 - U=`sed -n 's/^U = //p' < "$mf"`
7557 - # Find all dependency output files, they are included files with
7558 - # $(DEPDIR) in their names. We invoke sed twice because it is the
7559 - # simplest approach to changing $(DEPDIR) to its actual value in the
7560 - # expansion.
7561 - for file in `sed -n "
7562 - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
7563 - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
7564 - # Make sure the directory exists.
7565 - test -f "$dirpart/$file" && continue
7566 - fdir=`$as_dirname -- "$file" ||
7567 -$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7568 - X"$file" : 'X\(//\)[^/]' \| \
7569 - X"$file" : 'X\(//\)$' \| \
7570 - X"$file" : 'X\(/\)' \| . 2>/dev/null ||
7571 -$as_echo X"$file" |
7572 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7573 - s//\1/
7574 - q
7575 - }
7576 - /^X\(\/\/\)[^/].*/{
7577 - s//\1/
7578 - q
7579 - }
7580 - /^X\(\/\/\)$/{
7581 - s//\1/
7582 - q
7583 - }
7584 - /^X\(\/\).*/{
7585 - s//\1/
7586 - q
7587 - }
7588 - s/.*/./; q'`
7589 - as_dir=$dirpart/$fdir; as_fn_mkdir_p
7590 - # echo "creating $dirpart/$file"
7591 - echo '# dummy' > "$dirpart/$file"
7592 - done
7593 - done
7594 -}
7595 - ;;
7596 -
7597 - esac
7598 -done # for ac_tag
7599 -
7600 -
7601 -as_fn_exit 0
7602 -_ACEOF
7603 -ac_clean_files=$ac_clean_files_save
7604 -
7605 -test $ac_write_fail = 0 ||
7606 - as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
7607 -
7608 -
7609 -# configure is writing to config.log, and then calls config.status.
7610 -# config.status does its own redirection, appending to config.log.
7611 -# Unfortunately, on DOS this fails, as config.log is still kept open
7612 -# by configure, so config.status won't be able to write to it; its
7613 -# output is simply discarded. So we exec the FD to /dev/null,
7614 -# effectively closing config.log, so it can be properly (re)opened and
7615 -# appended to by config.status. When coming back to configure, we
7616 -# need to make the FD available again.
7617 -if test "$no_create" != yes; then
7618 - ac_cs_success=:
7619 - ac_config_status_args=
7620 - test "$silent" = yes &&
7621 - ac_config_status_args="$ac_config_status_args --quiet"
7622 - exec 5>/dev/null
7623 - $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
7624 - exec 5>>config.log
7625 - # Use ||, not &&, to avoid exiting from the if with $? = 1, which
7626 - # would make configure fail if this is the last instruction.
7627 - $ac_cs_success || as_fn_exit 1
7628 -fi
7629 -if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
7630 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
7631 -$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
7632 -fi
7633 -