Commit MetaInfo

Revisione4893805d20aeded0ad155c839da5fc2c70a8a7a (tree)
Time2011-09-02 18:51:29
Authoriev <iev@land...>
Commiteriev

Log Message

ui rebuilt with glade, added font button

Change Summary

Incremental Difference

--- /dev/null
+++ b/Makefile
@@ -0,0 +1,723 @@
1+# Makefile.in generated by automake 1.11.1 from Makefile.am.
2+# Makefile. Generated from Makefile.in by configure.
3+
4+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6+# Inc.
7+# This Makefile.in is free software; the Free Software Foundation
8+# gives unlimited permission to copy and/or distribute it,
9+# with or without modifications, as long as this notice is preserved.
10+
11+# This program is distributed in the hope that it will be useful,
12+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14+# PARTICULAR PURPOSE.
15+
16+
17+
18+pkgdatadir = $(datadir)/kp123
19+pkgincludedir = $(includedir)/kp123
20+pkglibdir = $(libdir)/kp123
21+pkglibexecdir = $(libexecdir)/kp123
22+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23+install_sh_DATA = $(install_sh) -c -m 644
24+install_sh_PROGRAM = $(install_sh) -c
25+install_sh_SCRIPT = $(install_sh) -c
26+INSTALL_HEADER = $(INSTALL_DATA)
27+transform = $(program_transform_name)
28+NORMAL_INSTALL = :
29+PRE_INSTALL = :
30+POST_INSTALL = :
31+NORMAL_UNINSTALL = :
32+PRE_UNINSTALL = :
33+POST_UNINSTALL = :
34+build_triplet = i686-pc-linux-gnu
35+host_triplet = i686-pc-linux-gnu
36+subdir = .
37+DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38+ $(srcdir)/Makefile.in $(srcdir)/config.h.in \
39+ $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
40+ config.guess config.sub depcomp install-sh ltmain.sh missing
41+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42+am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
43+ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
44+ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
45+ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
46+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47+ $(ACLOCAL_M4)
48+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49+ configure.lineno config.status.lineno
50+mkinstalldirs = $(install_sh) -d
51+CONFIG_HEADER = config.h
52+CONFIG_CLEAN_FILES =
53+CONFIG_CLEAN_VPATH_FILES =
54+SOURCES =
55+DIST_SOURCES =
56+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57+ html-recursive info-recursive install-data-recursive \
58+ install-dvi-recursive install-exec-recursive \
59+ install-html-recursive install-info-recursive \
60+ install-pdf-recursive install-ps-recursive install-recursive \
61+ installcheck-recursive installdirs-recursive pdf-recursive \
62+ ps-recursive uninstall-recursive
63+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
64+ distclean-recursive maintainer-clean-recursive
65+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
66+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
67+ distdir dist dist-all distcheck
68+ETAGS = etags
69+CTAGS = ctags
70+DIST_SUBDIRS = $(SUBDIRS)
71+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72+distdir = $(PACKAGE)-$(VERSION)
73+top_distdir = $(distdir)
74+am__remove_distdir = \
75+ { test ! -d "$(distdir)" \
76+ || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
77+ && rm -fr "$(distdir)"; }; }
78+am__relativize = \
79+ dir0=`pwd`; \
80+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
81+ sed_rest='s,^[^/]*/*,,'; \
82+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
83+ sed_butlast='s,/*[^/]*$$,,'; \
84+ while test -n "$$dir1"; do \
85+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
86+ if test "$$first" != "."; then \
87+ if test "$$first" = ".."; then \
88+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
89+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
90+ else \
91+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
92+ if test "$$first2" = "$$first"; then \
93+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
94+ else \
95+ dir2="../$$dir2"; \
96+ fi; \
97+ dir0="$$dir0"/"$$first"; \
98+ fi; \
99+ fi; \
100+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
101+ done; \
102+ reldir="$$dir2"
103+DIST_ARCHIVES = $(distdir).tar.gz
104+GZIP_ENV = --best
105+distuninstallcheck_listfiles = find . -type f -print
106+distcleancheck_listfiles = find . -type f -print
107+ACLOCAL = ${SHELL} /home/iev/prog/kp123/missing --run aclocal-1.11
108+AMTAR = ${SHELL} /home/iev/prog/kp123/missing --run tar
109+AR = ar
110+AUTOCONF = ${SHELL} /home/iev/prog/kp123/missing --run autoconf
111+AUTOHEADER = ${SHELL} /home/iev/prog/kp123/missing --run autoheader
112+AUTOMAKE = ${SHELL} /home/iev/prog/kp123/missing --run automake-1.11
113+AWK = mawk
114+CC = gcc
115+CCDEPMODE = depmode=gcc3
116+CFLAGS = -gstabs -O0
117+CPP = gcc -E
118+CPPFLAGS =
119+CYGPATH_W = echo
120+DEFS = -DHAVE_CONFIG_H
121+DEPDIR = .deps
122+DSYMUTIL =
123+DUMPBIN =
124+ECHO_C =
125+ECHO_N = -n
126+ECHO_T =
127+EGREP = /bin/grep -E
128+EXEEXT =
129+FGREP = /bin/grep -F
130+GMODULE_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include
131+GMODULE_LIBS = -Wl,--export-dynamic -pthread -L/usr/lib/i386-linux-gnu -lgmodule-2.0 -lrt -lglib-2.0
132+GREP = /bin/grep
133+GTK_CFLAGS = -pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1
134+GTK_LIBS = -pthread -L/usr/lib/i386-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
135+INSTALL = /usr/bin/install -c
136+INSTALL_DATA = ${INSTALL} -m 644
137+INSTALL_PROGRAM = ${INSTALL}
138+INSTALL_SCRIPT = ${INSTALL}
139+INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
140+LD = /usr/bin/ld
141+LDFLAGS =
142+LIBOBJS =
143+LIBS =
144+LIBTOOL = $(SHELL) $(top_builddir)/libtool
145+LIPO =
146+LN_S = ln -s
147+LTLIBOBJS =
148+MAKEINFO = ${SHELL} /home/iev/prog/kp123/missing --run makeinfo
149+MKDIR_P = /bin/mkdir -p
150+NM = /usr/bin/nm -B
151+NMEDIT =
152+OBJDUMP = objdump
153+OBJEXT = o
154+OTOOL =
155+OTOOL64 =
156+PACKAGE = kp123
157+PACKAGE_BUGREPORT = evgeny@sourceforge.jp
158+PACKAGE_NAME = kp123
159+PACKAGE_STRING = kp123 0.1
160+PACKAGE_TARNAME = kp123
161+PACKAGE_URL =
162+PACKAGE_VERSION = 0.1
163+PATH_SEPARATOR = :
164+PKG_CONFIG = /usr/bin/pkg-config
165+PKG_CONFIG_LIBDIR =
166+PKG_CONFIG_PATH =
167+RANLIB = ranlib
168+SED = /bin/sed
169+SET_MAKE =
170+SHELL = /bin/bash
171+STRIP = strip
172+VERSION = 0.1
173+abs_builddir = /home/iev/prog/kp123
174+abs_srcdir = /home/iev/prog/kp123
175+abs_top_builddir = /home/iev/prog/kp123
176+abs_top_srcdir = /home/iev/prog/kp123
177+ac_ct_CC = gcc
178+ac_ct_DUMPBIN =
179+am__include = include
180+am__leading_dot = .
181+am__quote =
182+am__tar = ${AMTAR} chof - "$$tardir"
183+am__untar = ${AMTAR} xf -
184+bindir = ${exec_prefix}/bin
185+build = i686-pc-linux-gnu
186+build_alias =
187+build_cpu = i686
188+build_os = linux-gnu
189+build_vendor = pc
190+builddir = .
191+datadir = ${datarootdir}
192+datarootdir = ${prefix}/share
193+docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
194+dvidir = ${docdir}
195+exec_prefix = ${prefix}
196+host = i686-pc-linux-gnu
197+host_alias =
198+host_cpu = i686
199+host_os = linux-gnu
200+host_vendor = pc
201+htmldir = ${docdir}
202+includedir = ${prefix}/include
203+infodir = ${datarootdir}/info
204+install_sh = ${SHELL} /home/iev/prog/kp123/install-sh
205+libdir = ${exec_prefix}/lib
206+libexecdir = ${exec_prefix}/libexec
207+localedir = ${datarootdir}/locale
208+localstatedir = ${prefix}/var
209+mandir = ${datarootdir}/man
210+mkdir_p = /bin/mkdir -p
211+oldincludedir = /usr/include
212+pdfdir = ${docdir}
213+prefix = /usr/local
214+program_transform_name = s,x,x,
215+psdir = ${docdir}
216+sbindir = ${exec_prefix}/sbin
217+sharedstatedir = ${prefix}/com
218+srcdir = .
219+sysconfdir = ${prefix}/etc
220+target_alias =
221+top_build_prefix =
222+top_builddir = .
223+top_srcdir = .
224+SUBDIRS = src
225+ACLOCAL_AMFLAGS = -I m4
226+all: config.h
227+ $(MAKE) $(AM_MAKEFLAGS) all-recursive
228+
229+.SUFFIXES:
230+am--refresh:
231+ @:
232+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
233+ @for dep in $?; do \
234+ case '$(am__configure_deps)' in \
235+ *$$dep*) \
236+ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
237+ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
238+ && exit 0; \
239+ exit 1;; \
240+ esac; \
241+ done; \
242+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
243+ $(am__cd) $(top_srcdir) && \
244+ $(AUTOMAKE) --gnu Makefile
245+.PRECIOUS: Makefile
246+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247+ @case '$?' in \
248+ *config.status*) \
249+ echo ' $(SHELL) ./config.status'; \
250+ $(SHELL) ./config.status;; \
251+ *) \
252+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
253+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
254+ esac;
255+
256+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
257+ $(SHELL) ./config.status --recheck
258+
259+$(top_srcdir)/configure: $(am__configure_deps)
260+ $(am__cd) $(srcdir) && $(AUTOCONF)
261+$(ACLOCAL_M4): $(am__aclocal_m4_deps)
262+ $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
263+$(am__aclocal_m4_deps):
264+
265+config.h: stamp-h1
266+ @if test ! -f $@; then \
267+ rm -f stamp-h1; \
268+ $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
269+ else :; fi
270+
271+stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
272+ @rm -f stamp-h1
273+ cd $(top_builddir) && $(SHELL) ./config.status config.h
274+$(srcdir)/config.h.in: $(am__configure_deps)
275+ ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
276+ rm -f stamp-h1
277+ touch $@
278+
279+distclean-hdr:
280+ -rm -f config.h stamp-h1
281+
282+mostlyclean-libtool:
283+ -rm -f *.lo
284+
285+clean-libtool:
286+ -rm -rf .libs _libs
287+
288+distclean-libtool:
289+ -rm -f libtool config.lt
290+
291+# This directory's subdirectories are mostly independent; you can cd
292+# into them and run `make' without going through this Makefile.
293+# To change the values of `make' variables: instead of editing Makefiles,
294+# (1) if the variable is set in `config.status', edit `config.status'
295+# (which will cause the Makefiles to be regenerated when you run `make');
296+# (2) otherwise, pass the desired values on the `make' command line.
297+$(RECURSIVE_TARGETS):
298+ @fail= failcom='exit 1'; \
299+ for f in x $$MAKEFLAGS; do \
300+ case $$f in \
301+ *=* | --[!k]*);; \
302+ *k*) failcom='fail=yes';; \
303+ esac; \
304+ done; \
305+ dot_seen=no; \
306+ target=`echo $@ | sed s/-recursive//`; \
307+ list='$(SUBDIRS)'; for subdir in $$list; do \
308+ echo "Making $$target in $$subdir"; \
309+ if test "$$subdir" = "."; then \
310+ dot_seen=yes; \
311+ local_target="$$target-am"; \
312+ else \
313+ local_target="$$target"; \
314+ fi; \
315+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
316+ || eval $$failcom; \
317+ done; \
318+ if test "$$dot_seen" = "no"; then \
319+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
320+ fi; test -z "$$fail"
321+
322+$(RECURSIVE_CLEAN_TARGETS):
323+ @fail= failcom='exit 1'; \
324+ for f in x $$MAKEFLAGS; do \
325+ case $$f in \
326+ *=* | --[!k]*);; \
327+ *k*) failcom='fail=yes';; \
328+ esac; \
329+ done; \
330+ dot_seen=no; \
331+ case "$@" in \
332+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
333+ *) list='$(SUBDIRS)' ;; \
334+ esac; \
335+ rev=''; for subdir in $$list; do \
336+ if test "$$subdir" = "."; then :; else \
337+ rev="$$subdir $$rev"; \
338+ fi; \
339+ done; \
340+ rev="$$rev ."; \
341+ target=`echo $@ | sed s/-recursive//`; \
342+ for subdir in $$rev; do \
343+ echo "Making $$target in $$subdir"; \
344+ if test "$$subdir" = "."; then \
345+ local_target="$$target-am"; \
346+ else \
347+ local_target="$$target"; \
348+ fi; \
349+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
350+ || eval $$failcom; \
351+ done && test -z "$$fail"
352+tags-recursive:
353+ list='$(SUBDIRS)'; for subdir in $$list; do \
354+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
355+ done
356+ctags-recursive:
357+ list='$(SUBDIRS)'; for subdir in $$list; do \
358+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
359+ done
360+
361+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
362+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363+ unique=`for i in $$list; do \
364+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365+ done | \
366+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367+ END { if (nonempty) { for (i in files) print i; }; }'`; \
368+ mkid -fID $$unique
369+tags: TAGS
370+
371+TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
372+ $(TAGS_FILES) $(LISP)
373+ set x; \
374+ here=`pwd`; \
375+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
376+ include_option=--etags-include; \
377+ empty_fix=.; \
378+ else \
379+ include_option=--include; \
380+ empty_fix=; \
381+ fi; \
382+ list='$(SUBDIRS)'; for subdir in $$list; do \
383+ if test "$$subdir" = .; then :; else \
384+ test ! -f $$subdir/TAGS || \
385+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
386+ fi; \
387+ done; \
388+ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
389+ unique=`for i in $$list; do \
390+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391+ done | \
392+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393+ END { if (nonempty) { for (i in files) print i; }; }'`; \
394+ shift; \
395+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
396+ test -n "$$unique" || unique=$$empty_fix; \
397+ if test $$# -gt 0; then \
398+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
399+ "$$@" $$unique; \
400+ else \
401+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402+ $$unique; \
403+ fi; \
404+ fi
405+ctags: CTAGS
406+CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
407+ $(TAGS_FILES) $(LISP)
408+ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
409+ unique=`for i in $$list; do \
410+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411+ done | \
412+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413+ END { if (nonempty) { for (i in files) print i; }; }'`; \
414+ test -z "$(CTAGS_ARGS)$$unique" \
415+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
416+ $$unique
417+
418+GTAGS:
419+ here=`$(am__cd) $(top_builddir) && pwd` \
420+ && $(am__cd) $(top_srcdir) \
421+ && gtags -i $(GTAGS_ARGS) "$$here"
422+
423+distclean-tags:
424+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
425+
426+distdir: $(DISTFILES)
427+ $(am__remove_distdir)
428+ test -d "$(distdir)" || mkdir "$(distdir)"
429+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
430+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
431+ list='$(DISTFILES)'; \
432+ dist_files=`for file in $$list; do echo $$file; done | \
433+ sed -e "s|^$$srcdirstrip/||;t" \
434+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
435+ case $$dist_files in \
436+ */*) $(MKDIR_P) `echo "$$dist_files" | \
437+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
438+ sort -u` ;; \
439+ esac; \
440+ for file in $$dist_files; do \
441+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
442+ if test -d $$d/$$file; then \
443+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
444+ if test -d "$(distdir)/$$file"; then \
445+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
446+ fi; \
447+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
448+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
449+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
450+ fi; \
451+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
452+ else \
453+ test -f "$(distdir)/$$file" \
454+ || cp -p $$d/$$file "$(distdir)/$$file" \
455+ || exit 1; \
456+ fi; \
457+ done
458+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
459+ if test "$$subdir" = .; then :; else \
460+ test -d "$(distdir)/$$subdir" \
461+ || $(MKDIR_P) "$(distdir)/$$subdir" \
462+ || exit 1; \
463+ fi; \
464+ done
465+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
466+ if test "$$subdir" = .; then :; else \
467+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
468+ $(am__relativize); \
469+ new_distdir=$$reldir; \
470+ dir1=$$subdir; dir2="$(top_distdir)"; \
471+ $(am__relativize); \
472+ new_top_distdir=$$reldir; \
473+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
474+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
475+ ($(am__cd) $$subdir && \
476+ $(MAKE) $(AM_MAKEFLAGS) \
477+ top_distdir="$$new_top_distdir" \
478+ distdir="$$new_distdir" \
479+ am__remove_distdir=: \
480+ am__skip_length_check=: \
481+ am__skip_mode_fix=: \
482+ distdir) \
483+ || exit 1; \
484+ fi; \
485+ done
486+ -test -n "$(am__skip_mode_fix)" \
487+ || find "$(distdir)" -type d ! -perm -755 \
488+ -exec chmod u+rwx,go+rx {} \; -o \
489+ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
490+ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
491+ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
492+ || chmod -R a+r "$(distdir)"
493+dist-gzip: distdir
494+ tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
495+ $(am__remove_distdir)
496+
497+dist-bzip2: distdir
498+ tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
499+ $(am__remove_distdir)
500+
501+dist-lzma: distdir
502+ tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
503+ $(am__remove_distdir)
504+
505+dist-xz: distdir
506+ tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
507+ $(am__remove_distdir)
508+
509+dist-tarZ: distdir
510+ tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
511+ $(am__remove_distdir)
512+
513+dist-shar: distdir
514+ shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
515+ $(am__remove_distdir)
516+
517+dist-zip: distdir
518+ -rm -f $(distdir).zip
519+ zip -rq $(distdir).zip $(distdir)
520+ $(am__remove_distdir)
521+
522+dist dist-all: distdir
523+ tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
524+ $(am__remove_distdir)
525+
526+# This target untars the dist file and tries a VPATH configuration. Then
527+# it guarantees that the distribution is self-contained by making another
528+# tarfile.
529+distcheck: dist
530+ case '$(DIST_ARCHIVES)' in \
531+ *.tar.gz*) \
532+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
533+ *.tar.bz2*) \
534+ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
535+ *.tar.lzma*) \
536+ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
537+ *.tar.xz*) \
538+ xz -dc $(distdir).tar.xz | $(am__untar) ;;\
539+ *.tar.Z*) \
540+ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
541+ *.shar.gz*) \
542+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
543+ *.zip*) \
544+ unzip $(distdir).zip ;;\
545+ esac
546+ chmod -R a-w $(distdir); chmod a+w $(distdir)
547+ mkdir $(distdir)/_build
548+ mkdir $(distdir)/_inst
549+ chmod a-w $(distdir)
550+ test -d $(distdir)/_build || exit 0; \
551+ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
552+ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
553+ && am__cwd=`pwd` \
554+ && $(am__cd) $(distdir)/_build \
555+ && ../configure --srcdir=.. --prefix="$$dc_install_base" \
556+ $(DISTCHECK_CONFIGURE_FLAGS) \
557+ && $(MAKE) $(AM_MAKEFLAGS) \
558+ && $(MAKE) $(AM_MAKEFLAGS) dvi \
559+ && $(MAKE) $(AM_MAKEFLAGS) check \
560+ && $(MAKE) $(AM_MAKEFLAGS) install \
561+ && $(MAKE) $(AM_MAKEFLAGS) installcheck \
562+ && $(MAKE) $(AM_MAKEFLAGS) uninstall \
563+ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
564+ distuninstallcheck \
565+ && chmod -R a-w "$$dc_install_base" \
566+ && ({ \
567+ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
568+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
569+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
570+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
571+ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
572+ } || { rm -rf "$$dc_destdir"; exit 1; }) \
573+ && rm -rf "$$dc_destdir" \
574+ && $(MAKE) $(AM_MAKEFLAGS) dist \
575+ && rm -rf $(DIST_ARCHIVES) \
576+ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
577+ && cd "$$am__cwd" \
578+ || exit 1
579+ $(am__remove_distdir)
580+ @(echo "$(distdir) archives ready for distribution: "; \
581+ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
582+ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
583+distuninstallcheck:
584+ @$(am__cd) '$(distuninstallcheck_dir)' \
585+ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
586+ || { echo "ERROR: files left after uninstall:" ; \
587+ if test -n "$(DESTDIR)"; then \
588+ echo " (check DESTDIR support)"; \
589+ fi ; \
590+ $(distuninstallcheck_listfiles) ; \
591+ exit 1; } >&2
592+distcleancheck: distclean
593+ @if test '$(srcdir)' = . ; then \
594+ echo "ERROR: distcleancheck can only run from a VPATH build" ; \
595+ exit 1 ; \
596+ fi
597+ @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
598+ || { echo "ERROR: files left in build directory after distclean:" ; \
599+ $(distcleancheck_listfiles) ; \
600+ exit 1; } >&2
601+check-am: all-am
602+check: check-recursive
603+all-am: Makefile config.h
604+installdirs: installdirs-recursive
605+installdirs-am:
606+install: install-recursive
607+install-exec: install-exec-recursive
608+install-data: install-data-recursive
609+uninstall: uninstall-recursive
610+
611+install-am: all-am
612+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
613+
614+installcheck: installcheck-recursive
615+install-strip:
616+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
617+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
618+ `test -z '$(STRIP)' || \
619+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
620+mostlyclean-generic:
621+
622+clean-generic:
623+
624+distclean-generic:
625+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
626+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
627+
628+maintainer-clean-generic:
629+ @echo "This command is intended for maintainers to use"
630+ @echo "it deletes files that may require special tools to rebuild."
631+clean: clean-recursive
632+
633+clean-am: clean-generic clean-libtool mostlyclean-am
634+
635+distclean: distclean-recursive
636+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
637+ -rm -f Makefile
638+distclean-am: clean-am distclean-generic distclean-hdr \
639+ distclean-libtool distclean-tags
640+
641+dvi: dvi-recursive
642+
643+dvi-am:
644+
645+html: html-recursive
646+
647+html-am:
648+
649+info: info-recursive
650+
651+info-am:
652+
653+install-data-am:
654+
655+install-dvi: install-dvi-recursive
656+
657+install-dvi-am:
658+
659+install-exec-am:
660+
661+install-html: install-html-recursive
662+
663+install-html-am:
664+
665+install-info: install-info-recursive
666+
667+install-info-am:
668+
669+install-man:
670+
671+install-pdf: install-pdf-recursive
672+
673+install-pdf-am:
674+
675+install-ps: install-ps-recursive
676+
677+install-ps-am:
678+
679+installcheck-am:
680+
681+maintainer-clean: maintainer-clean-recursive
682+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
683+ -rm -rf $(top_srcdir)/autom4te.cache
684+ -rm -f Makefile
685+maintainer-clean-am: distclean-am maintainer-clean-generic
686+
687+mostlyclean: mostlyclean-recursive
688+
689+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
690+
691+pdf: pdf-recursive
692+
693+pdf-am:
694+
695+ps: ps-recursive
696+
697+ps-am:
698+
699+uninstall-am:
700+
701+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
702+ ctags-recursive install-am install-strip tags-recursive
703+
704+.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
705+ all all-am am--refresh check check-am clean clean-generic \
706+ clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
707+ dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
708+ distcheck distclean distclean-generic distclean-hdr \
709+ distclean-libtool distclean-tags distcleancheck distdir \
710+ distuninstallcheck dvi dvi-am html html-am info info-am \
711+ install install-am install-data install-data-am install-dvi \
712+ install-dvi-am install-exec install-exec-am install-html \
713+ install-html-am install-info install-info-am install-man \
714+ install-pdf install-pdf-am install-ps install-ps-am \
715+ install-strip installcheck installcheck-am installdirs \
716+ installdirs-am maintainer-clean maintainer-clean-generic \
717+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
718+ ps ps-am tags tags-recursive uninstall uninstall-am
719+
720+
721+# Tell versions [3.59,3.63) of GNU make to not export all variables.
722+# Otherwise a system limit (for SysV at least) may be exceeded.
723+.NOEXPORT:
--- a/Makefile.in
+++ b/Makefile.in
@@ -127,6 +127,8 @@ ECHO_T = @ECHO_T@
127127 EGREP = @EGREP@
128128 EXEEXT = @EXEEXT@
129129 FGREP = @FGREP@
130+GMODULE_CFLAGS = @GMODULE_CFLAGS@
131+GMODULE_LIBS = @GMODULE_LIBS@
130132 GREP = @GREP@
131133 GTK_CFLAGS = @GTK_CFLAGS@
132134 GTK_LIBS = @GTK_LIBS@
--- /dev/null
+++ b/autom4te.cache/output.0
@@ -0,0 +1,13448 @@
1+@%:@! /bin/sh
2+@%:@ Guess values for system-dependent variables and create Makefiles.
3+@%:@ Generated by GNU Autoconf 2.67 for kp123 0.1.
4+@%:@
5+@%:@ Report bugs to <evgeny@sourceforge.jp>.
6+@%:@
7+@%:@
8+@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9+@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10+@%:@ Foundation, Inc.
11+@%:@
12+@%:@
13+@%:@ This configure script is free software; the Free Software Foundation
14+@%:@ gives unlimited permission to copy, distribute and modify it.
15+## -------------------- ##
16+## M4sh Initialization. ##
17+## -------------------- ##
18+
19+# Be more Bourne compatible
20+DUALCASE=1; export DUALCASE # for MKS sh
21+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22+ emulate sh
23+ NULLCMD=:
24+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25+ # is contrary to our usage. Disable this feature.
26+ alias -g '${1+"$@"}'='"$@"'
27+ setopt NO_GLOB_SUBST
28+else
29+ case `(set -o) 2>/dev/null` in @%:@(
30+ *posix*) :
31+ set -o posix ;; @%:@(
32+ *) :
33+ ;;
34+esac
35+fi
36+
37+
38+as_nl='
39+'
40+export as_nl
41+# Printing a long string crashes Solaris 7 /usr/bin/printf.
42+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45+# Prefer a ksh shell builtin over an external printf program on Solaris,
46+# but without wasting forks for bash or zsh.
47+if test -z "$BASH_VERSION$ZSH_VERSION" \
48+ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49+ as_echo='print -r --'
50+ as_echo_n='print -rn --'
51+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52+ as_echo='printf %s\n'
53+ as_echo_n='printf %s'
54+else
55+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57+ as_echo_n='/usr/ucb/echo -n'
58+ else
59+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60+ as_echo_n_body='eval
61+ arg=$1;
62+ case $arg in @%:@(
63+ *"$as_nl"*)
64+ expr "X$arg" : "X\\(.*\\)$as_nl";
65+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66+ esac;
67+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68+ '
69+ export as_echo_n_body
70+ as_echo_n='sh -c $as_echo_n_body as_echo'
71+ fi
72+ export as_echo_body
73+ as_echo='sh -c $as_echo_body as_echo'
74+fi
75+
76+# The user is always right.
77+if test "${PATH_SEPARATOR+set}" != set; then
78+ PATH_SEPARATOR=:
79+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81+ PATH_SEPARATOR=';'
82+ }
83+fi
84+
85+
86+# IFS
87+# We need space, tab and new line, in precisely that order. Quoting is
88+# there to prevent editors from complaining about space-tab.
89+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
90+# splitting by setting IFS to empty value.)
91+IFS=" "" $as_nl"
92+
93+# Find who we are. Look in the path if we contain no directory separator.
94+case $0 in @%:@((
95+ *[\\/]* ) as_myself=$0 ;;
96+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97+for as_dir in $PATH
98+do
99+ IFS=$as_save_IFS
100+ test -z "$as_dir" && as_dir=.
101+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102+ done
103+IFS=$as_save_IFS
104+
105+ ;;
106+esac
107+# We did not find ourselves, most probably we were run as `sh COMMAND'
108+# in which case we are not to be found in the path.
109+if test "x$as_myself" = x; then
110+ as_myself=$0
111+fi
112+if test ! -f "$as_myself"; then
113+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114+ exit 1
115+fi
116+
117+# Unset variables that we do not need and which cause bugs (e.g. in
118+# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119+# suppresses any "Segmentation fault" message there. '((' could
120+# trigger a bug in pdksh 5.2.14.
121+for as_var in BASH_ENV ENV MAIL MAILPATH
122+do eval test x\${$as_var+set} = xset \
123+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124+done
125+PS1='$ '
126+PS2='> '
127+PS4='+ '
128+
129+# NLS nuisances.
130+LC_ALL=C
131+export LC_ALL
132+LANGUAGE=C
133+export LANGUAGE
134+
135+# CDPATH.
136+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137+
138+if test "x$CONFIG_SHELL" = x; then
139+ as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140+ emulate sh
141+ NULLCMD=:
142+ # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143+ # is contrary to our usage. Disable this feature.
144+ alias -g '\${1+\"\$@\"}'='\"\$@\"'
145+ setopt NO_GLOB_SUBST
146+else
147+ case \`(set -o) 2>/dev/null\` in @%:@(
148+ *posix*) :
149+ set -o posix ;; @%:@(
150+ *) :
151+ ;;
152+esac
153+fi
154+"
155+ as_required="as_fn_return () { (exit \$1); }
156+as_fn_success () { as_fn_return 0; }
157+as_fn_failure () { as_fn_return 1; }
158+as_fn_ret_success () { return 0; }
159+as_fn_ret_failure () { return 1; }
160+
161+exitcode=0
162+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167+
168+else
169+ exitcode=1; echo positional parameters were not saved.
170+fi
171+test x\$exitcode = x0 || exit 1"
172+ as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173+ as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174+ eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175+ test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176+
177+ test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
178+ ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
179+ ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
180+ ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
181+ PATH=/empty FPATH=/empty; export PATH FPATH
182+ test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
183+ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
184+test \$(( 1 + 1 )) = 2 || exit 1"
185+ if (eval "$as_required") 2>/dev/null; then :
186+ as_have_required=yes
187+else
188+ as_have_required=no
189+fi
190+ if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
191+
192+else
193+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
194+as_found=false
195+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
196+do
197+ IFS=$as_save_IFS
198+ test -z "$as_dir" && as_dir=.
199+ as_found=:
200+ case $as_dir in @%:@(
201+ /*)
202+ for as_base in sh bash ksh sh5; do
203+ # Try only shells that exist, to save several forks.
204+ as_shell=$as_dir/$as_base
205+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
206+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
207+ CONFIG_SHELL=$as_shell as_have_required=yes
208+ if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
209+ break 2
210+fi
211+fi
212+ done;;
213+ esac
214+ as_found=false
215+done
216+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
217+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
218+ CONFIG_SHELL=$SHELL as_have_required=yes
219+fi; }
220+IFS=$as_save_IFS
221+
222+
223+ if test "x$CONFIG_SHELL" != x; then :
224+ # We cannot yet assume a decent shell, so we have to provide a
225+ # neutralization value for shells without unset; and this also
226+ # works around shells that cannot unset nonexistent variables.
227+ BASH_ENV=/dev/null
228+ ENV=/dev/null
229+ (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
230+ export CONFIG_SHELL
231+ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
232+fi
233+
234+ if test x$as_have_required = xno; then :
235+ $as_echo "$0: This script requires a shell more modern than all"
236+ $as_echo "$0: the shells that I found on your system."
237+ if test x${ZSH_VERSION+set} = xset ; then
238+ $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
239+ $as_echo "$0: be upgraded to zsh 4.3.4 or later."
240+ else
241+ $as_echo "$0: Please tell bug-autoconf@gnu.org and
242+$0: evgeny@sourceforge.jp about your system, including any
243+$0: error possibly output before this message. Then install
244+$0: a modern shell, or manually run the script under such a
245+$0: shell if you do have one."
246+ fi
247+ exit 1
248+fi
249+fi
250+fi
251+SHELL=${CONFIG_SHELL-/bin/sh}
252+export SHELL
253+# Unset more variables known to interfere with behavior of common tools.
254+CLICOLOR_FORCE= GREP_OPTIONS=
255+unset CLICOLOR_FORCE GREP_OPTIONS
256+
257+## --------------------- ##
258+## M4sh Shell Functions. ##
259+## --------------------- ##
260+@%:@ as_fn_unset VAR
261+@%:@ ---------------
262+@%:@ Portably unset VAR.
263+as_fn_unset ()
264+{
265+ { eval $1=; unset $1;}
266+}
267+as_unset=as_fn_unset
268+
269+@%:@ as_fn_set_status STATUS
270+@%:@ -----------------------
271+@%:@ Set @S|@? to STATUS, without forking.
272+as_fn_set_status ()
273+{
274+ return $1
275+} @%:@ as_fn_set_status
276+
277+@%:@ as_fn_exit STATUS
278+@%:@ -----------------
279+@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
280+as_fn_exit ()
281+{
282+ set +e
283+ as_fn_set_status $1
284+ exit $1
285+} @%:@ as_fn_exit
286+
287+@%:@ as_fn_mkdir_p
288+@%:@ -------------
289+@%:@ Create "@S|@as_dir" as a directory, including parents if necessary.
290+as_fn_mkdir_p ()
291+{
292+
293+ case $as_dir in #(
294+ -*) as_dir=./$as_dir;;
295+ esac
296+ test -d "$as_dir" || eval $as_mkdir_p || {
297+ as_dirs=
298+ while :; do
299+ case $as_dir in #(
300+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
301+ *) as_qdir=$as_dir;;
302+ esac
303+ as_dirs="'$as_qdir' $as_dirs"
304+ as_dir=`$as_dirname -- "$as_dir" ||
305+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
306+ X"$as_dir" : 'X\(//\)[^/]' \| \
307+ X"$as_dir" : 'X\(//\)$' \| \
308+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
309+$as_echo X"$as_dir" |
310+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
311+ s//\1/
312+ q
313+ }
314+ /^X\(\/\/\)[^/].*/{
315+ s//\1/
316+ q
317+ }
318+ /^X\(\/\/\)$/{
319+ s//\1/
320+ q
321+ }
322+ /^X\(\/\).*/{
323+ s//\1/
324+ q
325+ }
326+ s/.*/./; q'`
327+ test -d "$as_dir" && break
328+ done
329+ test -z "$as_dirs" || eval "mkdir $as_dirs"
330+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
331+
332+
333+} @%:@ as_fn_mkdir_p
334+@%:@ as_fn_append VAR VALUE
335+@%:@ ----------------------
336+@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take
337+@%:@ advantage of any shell optimizations that allow amortized linear growth over
338+@%:@ repeated appends, instead of the typical quadratic growth present in naive
339+@%:@ implementations.
340+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
341+ eval 'as_fn_append ()
342+ {
343+ eval $1+=\$2
344+ }'
345+else
346+ as_fn_append ()
347+ {
348+ eval $1=\$$1\$2
349+ }
350+fi # as_fn_append
351+
352+@%:@ as_fn_arith ARG...
353+@%:@ ------------------
354+@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the
355+@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments
356+@%:@ must be portable across @S|@(()) and expr.
357+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
358+ eval 'as_fn_arith ()
359+ {
360+ as_val=$(( $* ))
361+ }'
362+else
363+ as_fn_arith ()
364+ {
365+ as_val=`expr "$@" || test $? -eq 1`
366+ }
367+fi # as_fn_arith
368+
369+
370+@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
371+@%:@ ----------------------------------------
372+@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
373+@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
374+@%:@ script with STATUS, using 1 if that was 0.
375+as_fn_error ()
376+{
377+ as_status=$1; test $as_status -eq 0 && as_status=1
378+ if test "$4"; then
379+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
380+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
381+ fi
382+ $as_echo "$as_me: error: $2" >&2
383+ as_fn_exit $as_status
384+} @%:@ as_fn_error
385+
386+if expr a : '\(a\)' >/dev/null 2>&1 &&
387+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
388+ as_expr=expr
389+else
390+ as_expr=false
391+fi
392+
393+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
394+ as_basename=basename
395+else
396+ as_basename=false
397+fi
398+
399+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
400+ as_dirname=dirname
401+else
402+ as_dirname=false
403+fi
404+
405+as_me=`$as_basename -- "$0" ||
406+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
407+ X"$0" : 'X\(//\)$' \| \
408+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
409+$as_echo X/"$0" |
410+ sed '/^.*\/\([^/][^/]*\)\/*$/{
411+ s//\1/
412+ q
413+ }
414+ /^X\/\(\/\/\)$/{
415+ s//\1/
416+ q
417+ }
418+ /^X\/\(\/\).*/{
419+ s//\1/
420+ q
421+ }
422+ s/.*/./; q'`
423+
424+# Avoid depending upon Character Ranges.
425+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
426+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
427+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
428+as_cr_digits='0123456789'
429+as_cr_alnum=$as_cr_Letters$as_cr_digits
430+
431+
432+ as_lineno_1=$LINENO as_lineno_1a=$LINENO
433+ as_lineno_2=$LINENO as_lineno_2a=$LINENO
434+ eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
435+ test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
436+ # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
437+ sed -n '
438+ p
439+ /[$]LINENO/=
440+ ' <$as_myself |
441+ sed '
442+ s/[$]LINENO.*/&-/
443+ t lineno
444+ b
445+ :lineno
446+ N
447+ :loop
448+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
449+ t loop
450+ s/-\n.*//
451+ ' >$as_me.lineno &&
452+ chmod +x "$as_me.lineno" ||
453+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
454+
455+ # Don't try to exec as it changes $[0], causing all sort of problems
456+ # (the dirname of $[0] is not the place where we might find the
457+ # original and so on. Autoconf is especially sensitive to this).
458+ . "./$as_me.lineno"
459+ # Exit status is that of the last command.
460+ exit
461+}
462+
463+ECHO_C= ECHO_N= ECHO_T=
464+case `echo -n x` in @%:@(((((
465+-n*)
466+ case `echo 'xy\c'` in
467+ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
468+ xy) ECHO_C='\c';;
469+ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
470+ ECHO_T=' ';;
471+ esac;;
472+*)
473+ ECHO_N='-n';;
474+esac
475+
476+rm -f conf$$ conf$$.exe conf$$.file
477+if test -d conf$$.dir; then
478+ rm -f conf$$.dir/conf$$.file
479+else
480+ rm -f conf$$.dir
481+ mkdir conf$$.dir 2>/dev/null
482+fi
483+if (echo >conf$$.file) 2>/dev/null; then
484+ if ln -s conf$$.file conf$$ 2>/dev/null; then
485+ as_ln_s='ln -s'
486+ # ... but there are two gotchas:
487+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
488+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
489+ # In both cases, we have to default to `cp -p'.
490+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
491+ as_ln_s='cp -p'
492+ elif ln conf$$.file conf$$ 2>/dev/null; then
493+ as_ln_s=ln
494+ else
495+ as_ln_s='cp -p'
496+ fi
497+else
498+ as_ln_s='cp -p'
499+fi
500+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
501+rmdir conf$$.dir 2>/dev/null
502+
503+if mkdir -p . 2>/dev/null; then
504+ as_mkdir_p='mkdir -p "$as_dir"'
505+else
506+ test -d ./-p && rmdir ./-p
507+ as_mkdir_p=false
508+fi
509+
510+if test -x / >/dev/null 2>&1; then
511+ as_test_x='test -x'
512+else
513+ if ls -dL / >/dev/null 2>&1; then
514+ as_ls_L_option=L
515+ else
516+ as_ls_L_option=
517+ fi
518+ as_test_x='
519+ eval sh -c '\''
520+ if test -d "$1"; then
521+ test -d "$1/.";
522+ else
523+ case $1 in @%:@(
524+ -*)set "./$1";;
525+ esac;
526+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
527+ ???[sx]*):;;*)false;;esac;fi
528+ '\'' sh
529+ '
530+fi
531+as_executable_p=$as_test_x
532+
533+# Sed expression to map a string onto a valid CPP name.
534+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
535+
536+# Sed expression to map a string onto a valid variable name.
537+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
538+
539+SHELL=${CONFIG_SHELL-/bin/sh}
540+
541+
542+test -n "$DJDIR" || exec 7<&0 </dev/null
543+exec 6>&1
544+
545+# Name of the host.
546+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
547+# so uname gets run too.
548+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
549+
550+#
551+# Initializations.
552+#
553+ac_default_prefix=/usr/local
554+ac_clean_files=
555+ac_config_libobj_dir=.
556+LIB@&t@OBJS=
557+cross_compiling=no
558+subdirs=
559+MFLAGS=
560+MAKEFLAGS=
561+
562+# Identity of this package.
563+PACKAGE_NAME='kp123'
564+PACKAGE_TARNAME='kp123'
565+PACKAGE_VERSION='0.1'
566+PACKAGE_STRING='kp123 0.1'
567+PACKAGE_BUGREPORT='evgeny@sourceforge.jp'
568+PACKAGE_URL=''
569+
570+ac_unique_file="src"
571+# Factoring default headers for most tests.
572+ac_includes_default="\
573+#include <stdio.h>
574+#ifdef HAVE_SYS_TYPES_H
575+# include <sys/types.h>
576+#endif
577+#ifdef HAVE_SYS_STAT_H
578+# include <sys/stat.h>
579+#endif
580+#ifdef STDC_HEADERS
581+# include <stdlib.h>
582+# include <stddef.h>
583+#else
584+# ifdef HAVE_STDLIB_H
585+# include <stdlib.h>
586+# endif
587+#endif
588+#ifdef HAVE_STRING_H
589+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
590+# include <memory.h>
591+# endif
592+# include <string.h>
593+#endif
594+#ifdef HAVE_STRINGS_H
595+# include <strings.h>
596+#endif
597+#ifdef HAVE_INTTYPES_H
598+# include <inttypes.h>
599+#endif
600+#ifdef HAVE_STDINT_H
601+# include <stdint.h>
602+#endif
603+#ifdef HAVE_UNISTD_H
604+# include <unistd.h>
605+#endif"
606+
607+ac_subst_vars='am__EXEEXT_FALSE
608+am__EXEEXT_TRUE
609+LTLIBOBJS
610+LIB@&t@OBJS
611+GMODULE_LIBS
612+GMODULE_CFLAGS
613+PKG_CONFIG_LIBDIR
614+PKG_CONFIG_PATH
615+GTK_LIBS
616+GTK_CFLAGS
617+PKG_CONFIG
618+CPP
619+OTOOL64
620+OTOOL
621+LIPO
622+NMEDIT
623+DSYMUTIL
624+RANLIB
625+AR
626+OBJDUMP
627+LN_S
628+NM
629+ac_ct_DUMPBIN
630+DUMPBIN
631+LD
632+FGREP
633+EGREP
634+GREP
635+SED
636+host_os
637+host_vendor
638+host_cpu
639+host
640+build_os
641+build_vendor
642+build_cpu
643+build
644+LIBTOOL
645+am__fastdepCC_FALSE
646+am__fastdepCC_TRUE
647+CCDEPMODE
648+AMDEPBACKSLASH
649+AMDEP_FALSE
650+AMDEP_TRUE
651+am__quote
652+am__include
653+DEPDIR
654+OBJEXT
655+EXEEXT
656+ac_ct_CC
657+CPPFLAGS
658+LDFLAGS
659+CFLAGS
660+CC
661+am__untar
662+am__tar
663+AMTAR
664+am__leading_dot
665+SET_MAKE
666+AWK
667+mkdir_p
668+MKDIR_P
669+INSTALL_STRIP_PROGRAM
670+STRIP
671+install_sh
672+MAKEINFO
673+AUTOHEADER
674+AUTOMAKE
675+AUTOCONF
676+ACLOCAL
677+VERSION
678+PACKAGE
679+CYGPATH_W
680+am__isrc
681+INSTALL_DATA
682+INSTALL_SCRIPT
683+INSTALL_PROGRAM
684+target_alias
685+host_alias
686+build_alias
687+LIBS
688+ECHO_T
689+ECHO_N
690+ECHO_C
691+DEFS
692+mandir
693+localedir
694+libdir
695+psdir
696+pdfdir
697+dvidir
698+htmldir
699+infodir
700+docdir
701+oldincludedir
702+includedir
703+localstatedir
704+sharedstatedir
705+sysconfdir
706+datadir
707+datarootdir
708+libexecdir
709+sbindir
710+bindir
711+program_transform_name
712+prefix
713+exec_prefix
714+PACKAGE_URL
715+PACKAGE_BUGREPORT
716+PACKAGE_STRING
717+PACKAGE_VERSION
718+PACKAGE_TARNAME
719+PACKAGE_NAME
720+PATH_SEPARATOR
721+SHELL'
722+ac_subst_files=''
723+ac_user_opts='
724+enable_option_checking
725+enable_dependency_tracking
726+enable_shared
727+enable_static
728+with_pic
729+enable_fast_install
730+with_gnu_ld
731+enable_libtool_lock
732+enable_gtktest
733+enable_debug
734+'
735+ ac_precious_vars='build_alias
736+host_alias
737+target_alias
738+CC
739+CFLAGS
740+LDFLAGS
741+LIBS
742+CPPFLAGS
743+CPP
744+PKG_CONFIG
745+PKG_CONFIG_PATH
746+PKG_CONFIG_LIBDIR
747+GTK_CFLAGS
748+GTK_LIBS
749+GMODULE_CFLAGS
750+GMODULE_LIBS'
751+
752+
753+# Initialize some variables set by options.
754+ac_init_help=
755+ac_init_version=false
756+ac_unrecognized_opts=
757+ac_unrecognized_sep=
758+# The variables have the same names as the options, with
759+# dashes changed to underlines.
760+cache_file=/dev/null
761+exec_prefix=NONE
762+no_create=
763+no_recursion=
764+prefix=NONE
765+program_prefix=NONE
766+program_suffix=NONE
767+program_transform_name=s,x,x,
768+silent=
769+site=
770+srcdir=
771+verbose=
772+x_includes=NONE
773+x_libraries=NONE
774+
775+# Installation directory options.
776+# These are left unexpanded so users can "make install exec_prefix=/foo"
777+# and all the variables that are supposed to be based on exec_prefix
778+# by default will actually change.
779+# Use braces instead of parens because sh, perl, etc. also accept them.
780+# (The list follows the same order as the GNU Coding Standards.)
781+bindir='${exec_prefix}/bin'
782+sbindir='${exec_prefix}/sbin'
783+libexecdir='${exec_prefix}/libexec'
784+datarootdir='${prefix}/share'
785+datadir='${datarootdir}'
786+sysconfdir='${prefix}/etc'
787+sharedstatedir='${prefix}/com'
788+localstatedir='${prefix}/var'
789+includedir='${prefix}/include'
790+oldincludedir='/usr/include'
791+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
792+infodir='${datarootdir}/info'
793+htmldir='${docdir}'
794+dvidir='${docdir}'
795+pdfdir='${docdir}'
796+psdir='${docdir}'
797+libdir='${exec_prefix}/lib'
798+localedir='${datarootdir}/locale'
799+mandir='${datarootdir}/man'
800+
801+ac_prev=
802+ac_dashdash=
803+for ac_option
804+do
805+ # If the previous option needs an argument, assign it.
806+ if test -n "$ac_prev"; then
807+ eval $ac_prev=\$ac_option
808+ ac_prev=
809+ continue
810+ fi
811+
812+ case $ac_option in
813+ *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
814+ *=) ac_optarg= ;;
815+ *) ac_optarg=yes ;;
816+ esac
817+
818+ # Accept the important Cygnus configure options, so we can diagnose typos.
819+
820+ case $ac_dashdash$ac_option in
821+ --)
822+ ac_dashdash=yes ;;
823+
824+ -bindir | --bindir | --bindi | --bind | --bin | --bi)
825+ ac_prev=bindir ;;
826+ -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
827+ bindir=$ac_optarg ;;
828+
829+ -build | --build | --buil | --bui | --bu)
830+ ac_prev=build_alias ;;
831+ -build=* | --build=* | --buil=* | --bui=* | --bu=*)
832+ build_alias=$ac_optarg ;;
833+
834+ -cache-file | --cache-file | --cache-fil | --cache-fi \
835+ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
836+ ac_prev=cache_file ;;
837+ -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
838+ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
839+ cache_file=$ac_optarg ;;
840+
841+ --config-cache | -C)
842+ cache_file=config.cache ;;
843+
844+ -datadir | --datadir | --datadi | --datad)
845+ ac_prev=datadir ;;
846+ -datadir=* | --datadir=* | --datadi=* | --datad=*)
847+ datadir=$ac_optarg ;;
848+
849+ -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
850+ | --dataroo | --dataro | --datar)
851+ ac_prev=datarootdir ;;
852+ -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
853+ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
854+ datarootdir=$ac_optarg ;;
855+
856+ -disable-* | --disable-*)
857+ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
858+ # Reject names that are not valid shell variable names.
859+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
860+ as_fn_error $? "invalid feature name: $ac_useropt"
861+ ac_useropt_orig=$ac_useropt
862+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
863+ case $ac_user_opts in
864+ *"
865+"enable_$ac_useropt"
866+"*) ;;
867+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
868+ ac_unrecognized_sep=', ';;
869+ esac
870+ eval enable_$ac_useropt=no ;;
871+
872+ -docdir | --docdir | --docdi | --doc | --do)
873+ ac_prev=docdir ;;
874+ -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
875+ docdir=$ac_optarg ;;
876+
877+ -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
878+ ac_prev=dvidir ;;
879+ -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
880+ dvidir=$ac_optarg ;;
881+
882+ -enable-* | --enable-*)
883+ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
884+ # Reject names that are not valid shell variable names.
885+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
886+ as_fn_error $? "invalid feature name: $ac_useropt"
887+ ac_useropt_orig=$ac_useropt
888+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
889+ case $ac_user_opts in
890+ *"
891+"enable_$ac_useropt"
892+"*) ;;
893+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
894+ ac_unrecognized_sep=', ';;
895+ esac
896+ eval enable_$ac_useropt=\$ac_optarg ;;
897+
898+ -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
899+ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
900+ | --exec | --exe | --ex)
901+ ac_prev=exec_prefix ;;
902+ -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
903+ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
904+ | --exec=* | --exe=* | --ex=*)
905+ exec_prefix=$ac_optarg ;;
906+
907+ -gas | --gas | --ga | --g)
908+ # Obsolete; use --with-gas.
909+ with_gas=yes ;;
910+
911+ -help | --help | --hel | --he | -h)
912+ ac_init_help=long ;;
913+ -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
914+ ac_init_help=recursive ;;
915+ -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
916+ ac_init_help=short ;;
917+
918+ -host | --host | --hos | --ho)
919+ ac_prev=host_alias ;;
920+ -host=* | --host=* | --hos=* | --ho=*)
921+ host_alias=$ac_optarg ;;
922+
923+ -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
924+ ac_prev=htmldir ;;
925+ -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
926+ | --ht=*)
927+ htmldir=$ac_optarg ;;
928+
929+ -includedir | --includedir | --includedi | --included | --include \
930+ | --includ | --inclu | --incl | --inc)
931+ ac_prev=includedir ;;
932+ -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
933+ | --includ=* | --inclu=* | --incl=* | --inc=*)
934+ includedir=$ac_optarg ;;
935+
936+ -infodir | --infodir | --infodi | --infod | --info | --inf)
937+ ac_prev=infodir ;;
938+ -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
939+ infodir=$ac_optarg ;;
940+
941+ -libdir | --libdir | --libdi | --libd)
942+ ac_prev=libdir ;;
943+ -libdir=* | --libdir=* | --libdi=* | --libd=*)
944+ libdir=$ac_optarg ;;
945+
946+ -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
947+ | --libexe | --libex | --libe)
948+ ac_prev=libexecdir ;;
949+ -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
950+ | --libexe=* | --libex=* | --libe=*)
951+ libexecdir=$ac_optarg ;;
952+
953+ -localedir | --localedir | --localedi | --localed | --locale)
954+ ac_prev=localedir ;;
955+ -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
956+ localedir=$ac_optarg ;;
957+
958+ -localstatedir | --localstatedir | --localstatedi | --localstated \
959+ | --localstate | --localstat | --localsta | --localst | --locals)
960+ ac_prev=localstatedir ;;
961+ -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
962+ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
963+ localstatedir=$ac_optarg ;;
964+
965+ -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
966+ ac_prev=mandir ;;
967+ -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
968+ mandir=$ac_optarg ;;
969+
970+ -nfp | --nfp | --nf)
971+ # Obsolete; use --without-fp.
972+ with_fp=no ;;
973+
974+ -no-create | --no-create | --no-creat | --no-crea | --no-cre \
975+ | --no-cr | --no-c | -n)
976+ no_create=yes ;;
977+
978+ -no-recursion | --no-recursion | --no-recursio | --no-recursi \
979+ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
980+ no_recursion=yes ;;
981+
982+ -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
983+ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
984+ | --oldin | --oldi | --old | --ol | --o)
985+ ac_prev=oldincludedir ;;
986+ -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
987+ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
988+ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
989+ oldincludedir=$ac_optarg ;;
990+
991+ -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
992+ ac_prev=prefix ;;
993+ -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
994+ prefix=$ac_optarg ;;
995+
996+ -program-prefix | --program-prefix | --program-prefi | --program-pref \
997+ | --program-pre | --program-pr | --program-p)
998+ ac_prev=program_prefix ;;
999+ -program-prefix=* | --program-prefix=* | --program-prefi=* \
1000+ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1001+ program_prefix=$ac_optarg ;;
1002+
1003+ -program-suffix | --program-suffix | --program-suffi | --program-suff \
1004+ | --program-suf | --program-su | --program-s)
1005+ ac_prev=program_suffix ;;
1006+ -program-suffix=* | --program-suffix=* | --program-suffi=* \
1007+ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1008+ program_suffix=$ac_optarg ;;
1009+
1010+ -program-transform-name | --program-transform-name \
1011+ | --program-transform-nam | --program-transform-na \
1012+ | --program-transform-n | --program-transform- \
1013+ | --program-transform | --program-transfor \
1014+ | --program-transfo | --program-transf \
1015+ | --program-trans | --program-tran \
1016+ | --progr-tra | --program-tr | --program-t)
1017+ ac_prev=program_transform_name ;;
1018+ -program-transform-name=* | --program-transform-name=* \
1019+ | --program-transform-nam=* | --program-transform-na=* \
1020+ | --program-transform-n=* | --program-transform-=* \
1021+ | --program-transform=* | --program-transfor=* \
1022+ | --program-transfo=* | --program-transf=* \
1023+ | --program-trans=* | --program-tran=* \
1024+ | --progr-tra=* | --program-tr=* | --program-t=*)
1025+ program_transform_name=$ac_optarg ;;
1026+
1027+ -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1028+ ac_prev=pdfdir ;;
1029+ -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1030+ pdfdir=$ac_optarg ;;
1031+
1032+ -psdir | --psdir | --psdi | --psd | --ps)
1033+ ac_prev=psdir ;;
1034+ -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1035+ psdir=$ac_optarg ;;
1036+
1037+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1038+ | -silent | --silent | --silen | --sile | --sil)
1039+ silent=yes ;;
1040+
1041+ -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1042+ ac_prev=sbindir ;;
1043+ -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1044+ | --sbi=* | --sb=*)
1045+ sbindir=$ac_optarg ;;
1046+
1047+ -sharedstatedir | --sharedstatedir | --sharedstatedi \
1048+ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1049+ | --sharedst | --shareds | --shared | --share | --shar \
1050+ | --sha | --sh)
1051+ ac_prev=sharedstatedir ;;
1052+ -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1053+ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1054+ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1055+ | --sha=* | --sh=*)
1056+ sharedstatedir=$ac_optarg ;;
1057+
1058+ -site | --site | --sit)
1059+ ac_prev=site ;;
1060+ -site=* | --site=* | --sit=*)
1061+ site=$ac_optarg ;;
1062+
1063+ -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1064+ ac_prev=srcdir ;;
1065+ -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1066+ srcdir=$ac_optarg ;;
1067+
1068+ -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1069+ | --syscon | --sysco | --sysc | --sys | --sy)
1070+ ac_prev=sysconfdir ;;
1071+ -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1072+ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1073+ sysconfdir=$ac_optarg ;;
1074+
1075+ -target | --target | --targe | --targ | --tar | --ta | --t)
1076+ ac_prev=target_alias ;;
1077+ -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1078+ target_alias=$ac_optarg ;;
1079+
1080+ -v | -verbose | --verbose | --verbos | --verbo | --verb)
1081+ verbose=yes ;;
1082+
1083+ -version | --version | --versio | --versi | --vers | -V)
1084+ ac_init_version=: ;;
1085+
1086+ -with-* | --with-*)
1087+ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1088+ # Reject names that are not valid shell variable names.
1089+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1090+ as_fn_error $? "invalid package name: $ac_useropt"
1091+ ac_useropt_orig=$ac_useropt
1092+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1093+ case $ac_user_opts in
1094+ *"
1095+"with_$ac_useropt"
1096+"*) ;;
1097+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1098+ ac_unrecognized_sep=', ';;
1099+ esac
1100+ eval with_$ac_useropt=\$ac_optarg ;;
1101+
1102+ -without-* | --without-*)
1103+ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1104+ # Reject names that are not valid shell variable names.
1105+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1106+ as_fn_error $? "invalid package name: $ac_useropt"
1107+ ac_useropt_orig=$ac_useropt
1108+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1109+ case $ac_user_opts in
1110+ *"
1111+"with_$ac_useropt"
1112+"*) ;;
1113+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1114+ ac_unrecognized_sep=', ';;
1115+ esac
1116+ eval with_$ac_useropt=no ;;
1117+
1118+ --x)
1119+ # Obsolete; use --with-x.
1120+ with_x=yes ;;
1121+
1122+ -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1123+ | --x-incl | --x-inc | --x-in | --x-i)
1124+ ac_prev=x_includes ;;
1125+ -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1126+ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1127+ x_includes=$ac_optarg ;;
1128+
1129+ -x-libraries | --x-libraries | --x-librarie | --x-librari \
1130+ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1131+ ac_prev=x_libraries ;;
1132+ -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1133+ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1134+ x_libraries=$ac_optarg ;;
1135+
1136+ -*) as_fn_error $? "unrecognized option: \`$ac_option'
1137+Try \`$0 --help' for more information"
1138+ ;;
1139+
1140+ *=*)
1141+ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1142+ # Reject names that are not valid shell variable names.
1143+ case $ac_envvar in #(
1144+ '' | [0-9]* | *[!_$as_cr_alnum]* )
1145+ as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1146+ esac
1147+ eval $ac_envvar=\$ac_optarg
1148+ export $ac_envvar ;;
1149+
1150+ *)
1151+ # FIXME: should be removed in autoconf 3.0.
1152+ $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1153+ expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1154+ $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1155+ : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1156+ ;;
1157+
1158+ esac
1159+done
1160+
1161+if test -n "$ac_prev"; then
1162+ ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1163+ as_fn_error $? "missing argument to $ac_option"
1164+fi
1165+
1166+if test -n "$ac_unrecognized_opts"; then
1167+ case $enable_option_checking in
1168+ no) ;;
1169+ fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1170+ *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1171+ esac
1172+fi
1173+
1174+# Check all directory arguments for consistency.
1175+for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1176+ datadir sysconfdir sharedstatedir localstatedir includedir \
1177+ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1178+ libdir localedir mandir
1179+do
1180+ eval ac_val=\$$ac_var
1181+ # Remove trailing slashes.
1182+ case $ac_val in
1183+ */ )
1184+ ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1185+ eval $ac_var=\$ac_val;;
1186+ esac
1187+ # Be sure to have absolute directory names.
1188+ case $ac_val in
1189+ [\\/$]* | ?:[\\/]* ) continue;;
1190+ NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1191+ esac
1192+ as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1193+done
1194+
1195+# There might be people who depend on the old broken behavior: `$host'
1196+# used to hold the argument of --host etc.
1197+# FIXME: To remove some day.
1198+build=$build_alias
1199+host=$host_alias
1200+target=$target_alias
1201+
1202+# FIXME: To remove some day.
1203+if test "x$host_alias" != x; then
1204+ if test "x$build_alias" = x; then
1205+ cross_compiling=maybe
1206+ $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1207+ If a cross compiler is detected then cross compile mode will be used" >&2
1208+ elif test "x$build_alias" != "x$host_alias"; then
1209+ cross_compiling=yes
1210+ fi
1211+fi
1212+
1213+ac_tool_prefix=
1214+test -n "$host_alias" && ac_tool_prefix=$host_alias-
1215+
1216+test "$silent" = yes && exec 6>/dev/null
1217+
1218+
1219+ac_pwd=`pwd` && test -n "$ac_pwd" &&
1220+ac_ls_di=`ls -di .` &&
1221+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1222+ as_fn_error $? "working directory cannot be determined"
1223+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1224+ as_fn_error $? "pwd does not report name of working directory"
1225+
1226+
1227+# Find the source files, if location was not specified.
1228+if test -z "$srcdir"; then
1229+ ac_srcdir_defaulted=yes
1230+ # Try the directory containing this script, then the parent directory.
1231+ ac_confdir=`$as_dirname -- "$as_myself" ||
1232+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1233+ X"$as_myself" : 'X\(//\)[^/]' \| \
1234+ X"$as_myself" : 'X\(//\)$' \| \
1235+ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1236+$as_echo X"$as_myself" |
1237+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1238+ s//\1/
1239+ q
1240+ }
1241+ /^X\(\/\/\)[^/].*/{
1242+ s//\1/
1243+ q
1244+ }
1245+ /^X\(\/\/\)$/{
1246+ s//\1/
1247+ q
1248+ }
1249+ /^X\(\/\).*/{
1250+ s//\1/
1251+ q
1252+ }
1253+ s/.*/./; q'`
1254+ srcdir=$ac_confdir
1255+ if test ! -r "$srcdir/$ac_unique_file"; then
1256+ srcdir=..
1257+ fi
1258+else
1259+ ac_srcdir_defaulted=no
1260+fi
1261+if test ! -r "$srcdir/$ac_unique_file"; then
1262+ test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1263+ as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1264+fi
1265+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1266+ac_abs_confdir=`(
1267+ cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1268+ pwd)`
1269+# When building in place, set srcdir=.
1270+if test "$ac_abs_confdir" = "$ac_pwd"; then
1271+ srcdir=.
1272+fi
1273+# Remove unnecessary trailing slashes from srcdir.
1274+# Double slashes in file names in object file debugging info
1275+# mess up M-x gdb in Emacs.
1276+case $srcdir in
1277+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1278+esac
1279+for ac_var in $ac_precious_vars; do
1280+ eval ac_env_${ac_var}_set=\${${ac_var}+set}
1281+ eval ac_env_${ac_var}_value=\$${ac_var}
1282+ eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1283+ eval ac_cv_env_${ac_var}_value=\$${ac_var}
1284+done
1285+
1286+#
1287+# Report the --help message.
1288+#
1289+if test "$ac_init_help" = "long"; then
1290+ # Omit some internal or obsolete options to make the list less imposing.
1291+ # This message is too long to be a string in the A/UX 3.1 sh.
1292+ cat <<_ACEOF
1293+\`configure' configures kp123 0.1 to adapt to many kinds of systems.
1294+
1295+Usage: $0 [OPTION]... [VAR=VALUE]...
1296+
1297+To assign environment variables (e.g., CC, CFLAGS...), specify them as
1298+VAR=VALUE. See below for descriptions of some of the useful variables.
1299+
1300+Defaults for the options are specified in brackets.
1301+
1302+Configuration:
1303+ -h, --help display this help and exit
1304+ --help=short display options specific to this package
1305+ --help=recursive display the short help of all the included packages
1306+ -V, --version display version information and exit
1307+ -q, --quiet, --silent do not print \`checking ...' messages
1308+ --cache-file=FILE cache test results in FILE [disabled]
1309+ -C, --config-cache alias for \`--cache-file=config.cache'
1310+ -n, --no-create do not create output files
1311+ --srcdir=DIR find the sources in DIR [configure dir or \`..']
1312+
1313+Installation directories:
1314+ --prefix=PREFIX install architecture-independent files in PREFIX
1315+ @<:@@S|@ac_default_prefix@:>@
1316+ --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1317+ @<:@PREFIX@:>@
1318+
1319+By default, \`make install' will install all the files in
1320+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1321+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1322+for instance \`--prefix=\$HOME'.
1323+
1324+For better control, use the options below.
1325+
1326+Fine tuning of the installation directories:
1327+ --bindir=DIR user executables [EPREFIX/bin]
1328+ --sbindir=DIR system admin executables [EPREFIX/sbin]
1329+ --libexecdir=DIR program executables [EPREFIX/libexec]
1330+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1331+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1332+ --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1333+ --libdir=DIR object code libraries [EPREFIX/lib]
1334+ --includedir=DIR C header files [PREFIX/include]
1335+ --oldincludedir=DIR C header files for non-gcc [/usr/include]
1336+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1337+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1338+ --infodir=DIR info documentation [DATAROOTDIR/info]
1339+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1340+ --mandir=DIR man documentation [DATAROOTDIR/man]
1341+ --docdir=DIR documentation root @<:@DATAROOTDIR/doc/kp123@:>@
1342+ --htmldir=DIR html documentation [DOCDIR]
1343+ --dvidir=DIR dvi documentation [DOCDIR]
1344+ --pdfdir=DIR pdf documentation [DOCDIR]
1345+ --psdir=DIR ps documentation [DOCDIR]
1346+_ACEOF
1347+
1348+ cat <<\_ACEOF
1349+
1350+Program names:
1351+ --program-prefix=PREFIX prepend PREFIX to installed program names
1352+ --program-suffix=SUFFIX append SUFFIX to installed program names
1353+ --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1354+
1355+System types:
1356+ --build=BUILD configure for building on BUILD [guessed]
1357+ --host=HOST cross-compile to build programs to run on HOST [BUILD]
1358+_ACEOF
1359+fi
1360+
1361+if test -n "$ac_init_help"; then
1362+ case $ac_init_help in
1363+ short | recursive ) echo "Configuration of kp123 0.1:";;
1364+ esac
1365+ cat <<\_ACEOF
1366+
1367+Optional Features:
1368+ --disable-option-checking ignore unrecognized --enable/--with options
1369+ --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1370+ --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1371+ --disable-dependency-tracking speeds up one-time build
1372+ --enable-dependency-tracking do not reject slow dependency extractors
1373+ --enable-shared@<:@=PKGS@:>@ build shared libraries @<:@default=yes@:>@
1374+ --enable-static@<:@=PKGS@:>@ build static libraries @<:@default=yes@:>@
1375+ --enable-fast-install@<:@=PKGS@:>@
1376+ optimize for fast installation @<:@default=yes@:>@
1377+ --disable-libtool-lock avoid locking (might break parallel builds)
1378+ --disable-gtktest do not try to compile and run a test GTK+ program
1379+ --enable-debug enable debug information [default=no]
1380+
1381+Optional Packages:
1382+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1383+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1384+ --with-pic try to use only PIC/non-PIC objects @<:@default=use
1385+ both@:>@
1386+ --with-gnu-ld assume the C compiler uses GNU ld @<:@default=no@:>@
1387+
1388+Some influential environment variables:
1389+ CC C compiler command
1390+ CFLAGS C compiler flags
1391+ LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1392+ nonstandard directory <lib dir>
1393+ LIBS libraries to pass to the linker, e.g. -l<library>
1394+ CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1395+ you have headers in a nonstandard directory <include dir>
1396+ CPP C preprocessor
1397+ PKG_CONFIG path to pkg-config utility
1398+ PKG_CONFIG_PATH
1399+ directories to add to pkg-config's search path
1400+ PKG_CONFIG_LIBDIR
1401+ path overriding pkg-config's built-in search path
1402+ GTK_CFLAGS C compiler flags for GTK, overriding pkg-config
1403+ GTK_LIBS linker flags for GTK, overriding pkg-config
1404+ GMODULE_CFLAGS
1405+ C compiler flags for GMODULE, overriding pkg-config
1406+ GMODULE_LIBS
1407+ linker flags for GMODULE, overriding pkg-config
1408+
1409+Use these variables to override the choices made by `configure' or to help
1410+it to find libraries and programs with nonstandard names/locations.
1411+
1412+Report bugs to <evgeny@sourceforge.jp>.
1413+_ACEOF
1414+ac_status=$?
1415+fi
1416+
1417+if test "$ac_init_help" = "recursive"; then
1418+ # If there are subdirs, report their specific --help.
1419+ for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1420+ test -d "$ac_dir" ||
1421+ { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1422+ continue
1423+ ac_builddir=.
1424+
1425+case "$ac_dir" in
1426+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1427+*)
1428+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1429+ # A ".." for each directory in $ac_dir_suffix.
1430+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1431+ case $ac_top_builddir_sub in
1432+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1433+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1434+ esac ;;
1435+esac
1436+ac_abs_top_builddir=$ac_pwd
1437+ac_abs_builddir=$ac_pwd$ac_dir_suffix
1438+# for backward compatibility:
1439+ac_top_builddir=$ac_top_build_prefix
1440+
1441+case $srcdir in
1442+ .) # We are building in place.
1443+ ac_srcdir=.
1444+ ac_top_srcdir=$ac_top_builddir_sub
1445+ ac_abs_top_srcdir=$ac_pwd ;;
1446+ [\\/]* | ?:[\\/]* ) # Absolute name.
1447+ ac_srcdir=$srcdir$ac_dir_suffix;
1448+ ac_top_srcdir=$srcdir
1449+ ac_abs_top_srcdir=$srcdir ;;
1450+ *) # Relative name.
1451+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1452+ ac_top_srcdir=$ac_top_build_prefix$srcdir
1453+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1454+esac
1455+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1456+
1457+ cd "$ac_dir" || { ac_status=$?; continue; }
1458+ # Check for guested configure.
1459+ if test -f "$ac_srcdir/configure.gnu"; then
1460+ echo &&
1461+ $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1462+ elif test -f "$ac_srcdir/configure"; then
1463+ echo &&
1464+ $SHELL "$ac_srcdir/configure" --help=recursive
1465+ else
1466+ $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1467+ fi || ac_status=$?
1468+ cd "$ac_pwd" || { ac_status=$?; break; }
1469+ done
1470+fi
1471+
1472+test -n "$ac_init_help" && exit $ac_status
1473+if $ac_init_version; then
1474+ cat <<\_ACEOF
1475+kp123 configure 0.1
1476+generated by GNU Autoconf 2.67
1477+
1478+Copyright (C) 2010 Free Software Foundation, Inc.
1479+This configure script is free software; the Free Software Foundation
1480+gives unlimited permission to copy, distribute and modify it.
1481+_ACEOF
1482+ exit
1483+fi
1484+
1485+## ------------------------ ##
1486+## Autoconf initialization. ##
1487+## ------------------------ ##
1488+
1489+@%:@ ac_fn_c_try_compile LINENO
1490+@%:@ --------------------------
1491+@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded.
1492+ac_fn_c_try_compile ()
1493+{
1494+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1495+ rm -f conftest.$ac_objext
1496+ if { { ac_try="$ac_compile"
1497+case "(($ac_try" in
1498+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1499+ *) ac_try_echo=$ac_try;;
1500+esac
1501+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1502+$as_echo "$ac_try_echo"; } >&5
1503+ (eval "$ac_compile") 2>conftest.err
1504+ ac_status=$?
1505+ if test -s conftest.err; then
1506+ grep -v '^ *+' conftest.err >conftest.er1
1507+ cat conftest.er1 >&5
1508+ mv -f conftest.er1 conftest.err
1509+ fi
1510+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1511+ test $ac_status = 0; } && {
1512+ test -z "$ac_c_werror_flag" ||
1513+ test ! -s conftest.err
1514+ } && test -s conftest.$ac_objext; then :
1515+ ac_retval=0
1516+else
1517+ $as_echo "$as_me: failed program was:" >&5
1518+sed 's/^/| /' conftest.$ac_ext >&5
1519+
1520+ ac_retval=1
1521+fi
1522+ eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1523+ as_fn_set_status $ac_retval
1524+
1525+} @%:@ ac_fn_c_try_compile
1526+
1527+@%:@ ac_fn_c_try_link LINENO
1528+@%:@ -----------------------
1529+@%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded.
1530+ac_fn_c_try_link ()
1531+{
1532+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1533+ rm -f conftest.$ac_objext conftest$ac_exeext
1534+ if { { ac_try="$ac_link"
1535+case "(($ac_try" in
1536+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1537+ *) ac_try_echo=$ac_try;;
1538+esac
1539+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1540+$as_echo "$ac_try_echo"; } >&5
1541+ (eval "$ac_link") 2>conftest.err
1542+ ac_status=$?
1543+ if test -s conftest.err; then
1544+ grep -v '^ *+' conftest.err >conftest.er1
1545+ cat conftest.er1 >&5
1546+ mv -f conftest.er1 conftest.err
1547+ fi
1548+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1549+ test $ac_status = 0; } && {
1550+ test -z "$ac_c_werror_flag" ||
1551+ test ! -s conftest.err
1552+ } && test -s conftest$ac_exeext && {
1553+ test "$cross_compiling" = yes ||
1554+ $as_test_x conftest$ac_exeext
1555+ }; then :
1556+ ac_retval=0
1557+else
1558+ $as_echo "$as_me: failed program was:" >&5
1559+sed 's/^/| /' conftest.$ac_ext >&5
1560+
1561+ ac_retval=1
1562+fi
1563+ # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1564+ # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1565+ # interfere with the next link command; also delete a directory that is
1566+ # left behind by Apple's compiler. We do this before executing the actions.
1567+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1568+ eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1569+ as_fn_set_status $ac_retval
1570+
1571+} @%:@ ac_fn_c_try_link
1572+
1573+@%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1574+@%:@ -------------------------------------------------------
1575+@%:@ Tests whether HEADER exists and can be compiled using the include files in
1576+@%:@ INCLUDES, setting the cache variable VAR accordingly.
1577+ac_fn_c_check_header_compile ()
1578+{
1579+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1580+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1581+$as_echo_n "checking for $2... " >&6; }
1582+if eval "test \"\${$3+set}\"" = set; then :
1583+ $as_echo_n "(cached) " >&6
1584+else
1585+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1586+/* end confdefs.h. */
1587+$4
1588+@%:@include <$2>
1589+_ACEOF
1590+if ac_fn_c_try_compile "$LINENO"; then :
1591+ eval "$3=yes"
1592+else
1593+ eval "$3=no"
1594+fi
1595+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1596+fi
1597+eval ac_res=\$$3
1598+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1599+$as_echo "$ac_res" >&6; }
1600+ eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1601+
1602+} @%:@ ac_fn_c_check_header_compile
1603+
1604+@%:@ ac_fn_c_try_cpp LINENO
1605+@%:@ ----------------------
1606+@%:@ Try to preprocess conftest.@S|@ac_ext, and return whether this succeeded.
1607+ac_fn_c_try_cpp ()
1608+{
1609+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1610+ if { { ac_try="$ac_cpp conftest.$ac_ext"
1611+case "(($ac_try" in
1612+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1613+ *) ac_try_echo=$ac_try;;
1614+esac
1615+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1616+$as_echo "$ac_try_echo"; } >&5
1617+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1618+ ac_status=$?
1619+ if test -s conftest.err; then
1620+ grep -v '^ *+' conftest.err >conftest.er1
1621+ cat conftest.er1 >&5
1622+ mv -f conftest.er1 conftest.err
1623+ fi
1624+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1625+ test $ac_status = 0; } > conftest.i && {
1626+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1627+ test ! -s conftest.err
1628+ }; then :
1629+ ac_retval=0
1630+else
1631+ $as_echo "$as_me: failed program was:" >&5
1632+sed 's/^/| /' conftest.$ac_ext >&5
1633+
1634+ ac_retval=1
1635+fi
1636+ eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1637+ as_fn_set_status $ac_retval
1638+
1639+} @%:@ ac_fn_c_try_cpp
1640+
1641+@%:@ ac_fn_c_try_run LINENO
1642+@%:@ ----------------------
1643+@%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded. Assumes
1644+@%:@ that executables *can* be run.
1645+ac_fn_c_try_run ()
1646+{
1647+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1648+ if { { ac_try="$ac_link"
1649+case "(($ac_try" in
1650+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1651+ *) ac_try_echo=$ac_try;;
1652+esac
1653+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1654+$as_echo "$ac_try_echo"; } >&5
1655+ (eval "$ac_link") 2>&5
1656+ ac_status=$?
1657+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1658+ test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1659+ { { case "(($ac_try" in
1660+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1661+ *) ac_try_echo=$ac_try;;
1662+esac
1663+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1664+$as_echo "$ac_try_echo"; } >&5
1665+ (eval "$ac_try") 2>&5
1666+ ac_status=$?
1667+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1668+ test $ac_status = 0; }; }; then :
1669+ ac_retval=0
1670+else
1671+ $as_echo "$as_me: program exited with status $ac_status" >&5
1672+ $as_echo "$as_me: failed program was:" >&5
1673+sed 's/^/| /' conftest.$ac_ext >&5
1674+
1675+ ac_retval=$ac_status
1676+fi
1677+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1678+ eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1679+ as_fn_set_status $ac_retval
1680+
1681+} @%:@ ac_fn_c_try_run
1682+
1683+@%:@ ac_fn_c_check_func LINENO FUNC VAR
1684+@%:@ ----------------------------------
1685+@%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly
1686+ac_fn_c_check_func ()
1687+{
1688+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1689+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1690+$as_echo_n "checking for $2... " >&6; }
1691+if eval "test \"\${$3+set}\"" = set; then :
1692+ $as_echo_n "(cached) " >&6
1693+else
1694+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1695+/* end confdefs.h. */
1696+/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1697+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
1698+#define $2 innocuous_$2
1699+
1700+/* System header to define __stub macros and hopefully few prototypes,
1701+ which can conflict with char $2 (); below.
1702+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1703+ <limits.h> exists even on freestanding compilers. */
1704+
1705+#ifdef __STDC__
1706+# include <limits.h>
1707+#else
1708+# include <assert.h>
1709+#endif
1710+
1711+#undef $2
1712+
1713+/* Override any GCC internal prototype to avoid an error.
1714+ Use char because int might match the return type of a GCC
1715+ builtin and then its argument prototype would still apply. */
1716+#ifdef __cplusplus
1717+extern "C"
1718+#endif
1719+char $2 ();
1720+/* The GNU C library defines this for functions which it implements
1721+ to always fail with ENOSYS. Some functions are actually named
1722+ something starting with __ and the normal name is an alias. */
1723+#if defined __stub_$2 || defined __stub___$2
1724+choke me
1725+#endif
1726+
1727+int
1728+main ()
1729+{
1730+return $2 ();
1731+ ;
1732+ return 0;
1733+}
1734+_ACEOF
1735+if ac_fn_c_try_link "$LINENO"; then :
1736+ eval "$3=yes"
1737+else
1738+ eval "$3=no"
1739+fi
1740+rm -f core conftest.err conftest.$ac_objext \
1741+ conftest$ac_exeext conftest.$ac_ext
1742+fi
1743+eval ac_res=\$$3
1744+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1745+$as_echo "$ac_res" >&6; }
1746+ eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1747+
1748+} @%:@ ac_fn_c_check_func
1749+cat >config.log <<_ACEOF
1750+This file contains any messages produced by compilers while
1751+running configure, to aid debugging if configure makes a mistake.
1752+
1753+It was created by kp123 $as_me 0.1, which was
1754+generated by GNU Autoconf 2.67. Invocation command line was
1755+
1756+ $ $0 $@
1757+
1758+_ACEOF
1759+exec 5>>config.log
1760+{
1761+cat <<_ASUNAME
1762+## --------- ##
1763+## Platform. ##
1764+## --------- ##
1765+
1766+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1767+uname -m = `(uname -m) 2>/dev/null || echo unknown`
1768+uname -r = `(uname -r) 2>/dev/null || echo unknown`
1769+uname -s = `(uname -s) 2>/dev/null || echo unknown`
1770+uname -v = `(uname -v) 2>/dev/null || echo unknown`
1771+
1772+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1773+/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1774+
1775+/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1776+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1777+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1778+/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1779+/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1780+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1781+/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1782+
1783+_ASUNAME
1784+
1785+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1786+for as_dir in $PATH
1787+do
1788+ IFS=$as_save_IFS
1789+ test -z "$as_dir" && as_dir=.
1790+ $as_echo "PATH: $as_dir"
1791+ done
1792+IFS=$as_save_IFS
1793+
1794+} >&5
1795+
1796+cat >&5 <<_ACEOF
1797+
1798+
1799+## ----------- ##
1800+## Core tests. ##
1801+## ----------- ##
1802+
1803+_ACEOF
1804+
1805+
1806+# Keep a trace of the command line.
1807+# Strip out --no-create and --no-recursion so they do not pile up.
1808+# Strip out --silent because we don't want to record it for future runs.
1809+# Also quote any args containing shell meta-characters.
1810+# Make two passes to allow for proper duplicate-argument suppression.
1811+ac_configure_args=
1812+ac_configure_args0=
1813+ac_configure_args1=
1814+ac_must_keep_next=false
1815+for ac_pass in 1 2
1816+do
1817+ for ac_arg
1818+ do
1819+ case $ac_arg in
1820+ -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1821+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1822+ | -silent | --silent | --silen | --sile | --sil)
1823+ continue ;;
1824+ *\'*)
1825+ ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1826+ esac
1827+ case $ac_pass in
1828+ 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1829+ 2)
1830+ as_fn_append ac_configure_args1 " '$ac_arg'"
1831+ if test $ac_must_keep_next = true; then
1832+ ac_must_keep_next=false # Got value, back to normal.
1833+ else
1834+ case $ac_arg in
1835+ *=* | --config-cache | -C | -disable-* | --disable-* \
1836+ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1837+ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1838+ | -with-* | --with-* | -without-* | --without-* | --x)
1839+ case "$ac_configure_args0 " in
1840+ "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1841+ esac
1842+ ;;
1843+ -* ) ac_must_keep_next=true ;;
1844+ esac
1845+ fi
1846+ as_fn_append ac_configure_args " '$ac_arg'"
1847+ ;;
1848+ esac
1849+ done
1850+done
1851+{ ac_configure_args0=; unset ac_configure_args0;}
1852+{ ac_configure_args1=; unset ac_configure_args1;}
1853+
1854+# When interrupted or exit'd, cleanup temporary files, and complete
1855+# config.log. We remove comments because anyway the quotes in there
1856+# would cause problems or look ugly.
1857+# WARNING: Use '\'' to represent an apostrophe within the trap.
1858+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1859+trap 'exit_status=$?
1860+ # Save into config.log some information that might help in debugging.
1861+ {
1862+ echo
1863+
1864+ $as_echo "## ---------------- ##
1865+## Cache variables. ##
1866+## ---------------- ##"
1867+ echo
1868+ # The following way of writing the cache mishandles newlines in values,
1869+(
1870+ for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1871+ eval ac_val=\$$ac_var
1872+ case $ac_val in #(
1873+ *${as_nl}*)
1874+ case $ac_var in #(
1875+ *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1876+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1877+ esac
1878+ case $ac_var in #(
1879+ _ | IFS | as_nl) ;; #(
1880+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1881+ *) { eval $ac_var=; unset $ac_var;} ;;
1882+ esac ;;
1883+ esac
1884+ done
1885+ (set) 2>&1 |
1886+ case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1887+ *${as_nl}ac_space=\ *)
1888+ sed -n \
1889+ "s/'\''/'\''\\\\'\'''\''/g;
1890+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1891+ ;; #(
1892+ *)
1893+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1894+ ;;
1895+ esac |
1896+ sort
1897+)
1898+ echo
1899+
1900+ $as_echo "## ----------------- ##
1901+## Output variables. ##
1902+## ----------------- ##"
1903+ echo
1904+ for ac_var in $ac_subst_vars
1905+ do
1906+ eval ac_val=\$$ac_var
1907+ case $ac_val in
1908+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1909+ esac
1910+ $as_echo "$ac_var='\''$ac_val'\''"
1911+ done | sort
1912+ echo
1913+
1914+ if test -n "$ac_subst_files"; then
1915+ $as_echo "## ------------------- ##
1916+## File substitutions. ##
1917+## ------------------- ##"
1918+ echo
1919+ for ac_var in $ac_subst_files
1920+ do
1921+ eval ac_val=\$$ac_var
1922+ case $ac_val in
1923+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1924+ esac
1925+ $as_echo "$ac_var='\''$ac_val'\''"
1926+ done | sort
1927+ echo
1928+ fi
1929+
1930+ if test -s confdefs.h; then
1931+ $as_echo "## ----------- ##
1932+## confdefs.h. ##
1933+## ----------- ##"
1934+ echo
1935+ cat confdefs.h
1936+ echo
1937+ fi
1938+ test "$ac_signal" != 0 &&
1939+ $as_echo "$as_me: caught signal $ac_signal"
1940+ $as_echo "$as_me: exit $exit_status"
1941+ } >&5
1942+ rm -f core *.core core.conftest.* &&
1943+ rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1944+ exit $exit_status
1945+' 0
1946+for ac_signal in 1 2 13 15; do
1947+ trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1948+done
1949+ac_signal=0
1950+
1951+# confdefs.h avoids OS command line length limits that DEFS can exceed.
1952+rm -f -r conftest* confdefs.h
1953+
1954+$as_echo "/* confdefs.h */" > confdefs.h
1955+
1956+# Predefined preprocessor variables.
1957+
1958+cat >>confdefs.h <<_ACEOF
1959+@%:@define PACKAGE_NAME "$PACKAGE_NAME"
1960+_ACEOF
1961+
1962+cat >>confdefs.h <<_ACEOF
1963+@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1964+_ACEOF
1965+
1966+cat >>confdefs.h <<_ACEOF
1967+@%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
1968+_ACEOF
1969+
1970+cat >>confdefs.h <<_ACEOF
1971+@%:@define PACKAGE_STRING "$PACKAGE_STRING"
1972+_ACEOF
1973+
1974+cat >>confdefs.h <<_ACEOF
1975+@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1976+_ACEOF
1977+
1978+cat >>confdefs.h <<_ACEOF
1979+@%:@define PACKAGE_URL "$PACKAGE_URL"
1980+_ACEOF
1981+
1982+
1983+# Let the site file select an alternate cache file if it wants to.
1984+# Prefer an explicitly selected file to automatically selected ones.
1985+ac_site_file1=NONE
1986+ac_site_file2=NONE
1987+if test -n "$CONFIG_SITE"; then
1988+ # We do not want a PATH search for config.site.
1989+ case $CONFIG_SITE in @%:@((
1990+ -*) ac_site_file1=./$CONFIG_SITE;;
1991+ */*) ac_site_file1=$CONFIG_SITE;;
1992+ *) ac_site_file1=./$CONFIG_SITE;;
1993+ esac
1994+elif test "x$prefix" != xNONE; then
1995+ ac_site_file1=$prefix/share/config.site
1996+ ac_site_file2=$prefix/etc/config.site
1997+else
1998+ ac_site_file1=$ac_default_prefix/share/config.site
1999+ ac_site_file2=$ac_default_prefix/etc/config.site
2000+fi
2001+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2002+do
2003+ test "x$ac_site_file" = xNONE && continue
2004+ if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2005+ { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2006+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2007+ sed 's/^/| /' "$ac_site_file" >&5
2008+ . "$ac_site_file" \
2009+ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2010+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2011+as_fn_error $? "failed to load site script $ac_site_file
2012+See \`config.log' for more details" "$LINENO" 5 ; }
2013+ fi
2014+done
2015+
2016+if test -r "$cache_file"; then
2017+ # Some versions of bash will fail to source /dev/null (special files
2018+ # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2019+ if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2020+ { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2021+$as_echo "$as_me: loading cache $cache_file" >&6;}
2022+ case $cache_file in
2023+ [\\/]* | ?:[\\/]* ) . "$cache_file";;
2024+ *) . "./$cache_file";;
2025+ esac
2026+ fi
2027+else
2028+ { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2029+$as_echo "$as_me: creating cache $cache_file" >&6;}
2030+ >$cache_file
2031+fi
2032+
2033+# Check that the precious variables saved in the cache have kept the same
2034+# value.
2035+ac_cache_corrupted=false
2036+for ac_var in $ac_precious_vars; do
2037+ eval ac_old_set=\$ac_cv_env_${ac_var}_set
2038+ eval ac_new_set=\$ac_env_${ac_var}_set
2039+ eval ac_old_val=\$ac_cv_env_${ac_var}_value
2040+ eval ac_new_val=\$ac_env_${ac_var}_value
2041+ case $ac_old_set,$ac_new_set in
2042+ set,)
2043+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2044+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2045+ ac_cache_corrupted=: ;;
2046+ ,set)
2047+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2048+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2049+ ac_cache_corrupted=: ;;
2050+ ,);;
2051+ *)
2052+ if test "x$ac_old_val" != "x$ac_new_val"; then
2053+ # differences in whitespace do not lead to failure.
2054+ ac_old_val_w=`echo x $ac_old_val`
2055+ ac_new_val_w=`echo x $ac_new_val`
2056+ if test "$ac_old_val_w" != "$ac_new_val_w"; then
2057+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2058+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2059+ ac_cache_corrupted=:
2060+ else
2061+ { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2062+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2063+ eval $ac_var=\$ac_old_val
2064+ fi
2065+ { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2066+$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2067+ { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2068+$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2069+ fi;;
2070+ esac
2071+ # Pass precious variables to config.status.
2072+ if test "$ac_new_set" = set; then
2073+ case $ac_new_val in
2074+ *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2075+ *) ac_arg=$ac_var=$ac_new_val ;;
2076+ esac
2077+ case " $ac_configure_args " in
2078+ *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2079+ *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2080+ esac
2081+ fi
2082+done
2083+if $ac_cache_corrupted; then
2084+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2085+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2086+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2087+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2088+ as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2089+fi
2090+## -------------------- ##
2091+## Main body of script. ##
2092+## -------------------- ##
2093+
2094+ac_ext=c
2095+ac_cpp='$CPP $CPPFLAGS'
2096+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2097+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2098+ac_compiler_gnu=$ac_cv_c_compiler_gnu
2099+
2100+
2101+
2102+ac_config_headers="$ac_config_headers config.h"
2103+
2104+
2105+am__api_version='1.11'
2106+
2107+ac_aux_dir=
2108+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2109+ if test -f "$ac_dir/install-sh"; then
2110+ ac_aux_dir=$ac_dir
2111+ ac_install_sh="$ac_aux_dir/install-sh -c"
2112+ break
2113+ elif test -f "$ac_dir/install.sh"; then
2114+ ac_aux_dir=$ac_dir
2115+ ac_install_sh="$ac_aux_dir/install.sh -c"
2116+ break
2117+ elif test -f "$ac_dir/shtool"; then
2118+ ac_aux_dir=$ac_dir
2119+ ac_install_sh="$ac_aux_dir/shtool install -c"
2120+ break
2121+ fi
2122+done
2123+if test -z "$ac_aux_dir"; then
2124+ as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2125+fi
2126+
2127+# These three variables are undocumented and unsupported,
2128+# and are intended to be withdrawn in a future Autoconf release.
2129+# They can cause serious problems if a builder's source tree is in a directory
2130+# whose full name contains unusual characters.
2131+ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2132+ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2133+ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2134+
2135+
2136+# Find a good install program. We prefer a C program (faster),
2137+# so one script is as good as another. But avoid the broken or
2138+# incompatible versions:
2139+# SysV /etc/install, /usr/sbin/install
2140+# SunOS /usr/etc/install
2141+# IRIX /sbin/install
2142+# AIX /bin/install
2143+# AmigaOS /C/install, which installs bootblocks on floppy discs
2144+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2145+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2146+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2147+# OS/2's system install, which has a completely different semantic
2148+# ./install, which can be erroneously created by make from ./install.sh.
2149+# Reject install programs that cannot install multiple files.
2150+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2151+$as_echo_n "checking for a BSD-compatible install... " >&6; }
2152+if test -z "$INSTALL"; then
2153+if test "${ac_cv_path_install+set}" = set; then :
2154+ $as_echo_n "(cached) " >&6
2155+else
2156+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2157+for as_dir in $PATH
2158+do
2159+ IFS=$as_save_IFS
2160+ test -z "$as_dir" && as_dir=.
2161+ # Account for people who put trailing slashes in PATH elements.
2162+case $as_dir/ in @%:@((
2163+ ./ | .// | /[cC]/* | \
2164+ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2165+ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2166+ /usr/ucb/* ) ;;
2167+ *)
2168+ # OSF1 and SCO ODT 3.0 have their own names for install.
2169+ # Don't use installbsd from OSF since it installs stuff as root
2170+ # by default.
2171+ for ac_prog in ginstall scoinst install; do
2172+ for ac_exec_ext in '' $ac_executable_extensions; do
2173+ if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2174+ if test $ac_prog = install &&
2175+ grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2176+ # AIX install. It has an incompatible calling convention.
2177+ :
2178+ elif test $ac_prog = install &&
2179+ grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2180+ # program-specific install script used by HP pwplus--don't use.
2181+ :
2182+ else
2183+ rm -rf conftest.one conftest.two conftest.dir
2184+ echo one > conftest.one
2185+ echo two > conftest.two
2186+ mkdir conftest.dir
2187+ if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2188+ test -s conftest.one && test -s conftest.two &&
2189+ test -s conftest.dir/conftest.one &&
2190+ test -s conftest.dir/conftest.two
2191+ then
2192+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2193+ break 3
2194+ fi
2195+ fi
2196+ fi
2197+ done
2198+ done
2199+ ;;
2200+esac
2201+
2202+ done
2203+IFS=$as_save_IFS
2204+
2205+rm -rf conftest.one conftest.two conftest.dir
2206+
2207+fi
2208+ if test "${ac_cv_path_install+set}" = set; then
2209+ INSTALL=$ac_cv_path_install
2210+ else
2211+ # As a last resort, use the slow shell script. Don't cache a
2212+ # value for INSTALL within a source directory, because that will
2213+ # break other packages using the cache if that directory is
2214+ # removed, or if the value is a relative name.
2215+ INSTALL=$ac_install_sh
2216+ fi
2217+fi
2218+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2219+$as_echo "$INSTALL" >&6; }
2220+
2221+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2222+# It thinks the first close brace ends the variable substitution.
2223+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2224+
2225+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2226+
2227+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2228+
2229+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2230+$as_echo_n "checking whether build environment is sane... " >&6; }
2231+# Just in case
2232+sleep 1
2233+echo timestamp > conftest.file
2234+# Reject unsafe characters in $srcdir or the absolute working directory
2235+# name. Accept space and tab only in the latter.
2236+am_lf='
2237+'
2238+case `pwd` in
2239+ *[\\\"\#\$\&\'\`$am_lf]*)
2240+ as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2241+esac
2242+case $srcdir in
2243+ *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2244+ as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2245+esac
2246+
2247+# Do `set' in a subshell so we don't clobber the current shell's
2248+# arguments. Must try -L first in case configure is actually a
2249+# symlink; some systems play weird games with the mod time of symlinks
2250+# (eg FreeBSD returns the mod time of the symlink's containing
2251+# directory).
2252+if (
2253+ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2254+ if test "$*" = "X"; then
2255+ # -L didn't work.
2256+ set X `ls -t "$srcdir/configure" conftest.file`
2257+ fi
2258+ rm -f conftest.file
2259+ if test "$*" != "X $srcdir/configure conftest.file" \
2260+ && test "$*" != "X conftest.file $srcdir/configure"; then
2261+
2262+ # If neither matched, then we have a broken ls. This can happen
2263+ # if, for instance, CONFIG_SHELL is bash and it inherits a
2264+ # broken ls alias from the environment. This has actually
2265+ # happened. Such a system could not be considered "sane".
2266+ as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2267+alias in your environment" "$LINENO" 5
2268+ fi
2269+
2270+ test "$2" = conftest.file
2271+ )
2272+then
2273+ # Ok.
2274+ :
2275+else
2276+ as_fn_error $? "newly created file is older than distributed files!
2277+Check your system clock" "$LINENO" 5
2278+fi
2279+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2280+$as_echo "yes" >&6; }
2281+test "$program_prefix" != NONE &&
2282+ program_transform_name="s&^&$program_prefix&;$program_transform_name"
2283+# Use a double $ so make ignores it.
2284+test "$program_suffix" != NONE &&
2285+ program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2286+# Double any \ or $.
2287+# By default was `s,x,x', remove it if useless.
2288+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2289+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2290+
2291+# expand $ac_aux_dir to an absolute path
2292+am_aux_dir=`cd $ac_aux_dir && pwd`
2293+
2294+if test x"${MISSING+set}" != xset; then
2295+ case $am_aux_dir in
2296+ *\ * | *\ *)
2297+ MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2298+ *)
2299+ MISSING="\${SHELL} $am_aux_dir/missing" ;;
2300+ esac
2301+fi
2302+# Use eval to expand $SHELL
2303+if eval "$MISSING --run true"; then
2304+ am_missing_run="$MISSING --run "
2305+else
2306+ am_missing_run=
2307+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2308+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2309+fi
2310+
2311+if test x"${install_sh}" != xset; then
2312+ case $am_aux_dir in
2313+ *\ * | *\ *)
2314+ install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2315+ *)
2316+ install_sh="\${SHELL} $am_aux_dir/install-sh"
2317+ esac
2318+fi
2319+
2320+# Installed binaries are usually stripped using `strip' when the user
2321+# run `make install-strip'. However `strip' might not be the right
2322+# tool to use in cross-compilation environments, therefore Automake
2323+# will honor the `STRIP' environment variable to overrule this program.
2324+if test "$cross_compiling" != no; then
2325+ if test -n "$ac_tool_prefix"; then
2326+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2327+set dummy ${ac_tool_prefix}strip; ac_word=$2
2328+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2329+$as_echo_n "checking for $ac_word... " >&6; }
2330+if test "${ac_cv_prog_STRIP+set}" = set; then :
2331+ $as_echo_n "(cached) " >&6
2332+else
2333+ if test -n "$STRIP"; then
2334+ ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2335+else
2336+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2337+for as_dir in $PATH
2338+do
2339+ IFS=$as_save_IFS
2340+ test -z "$as_dir" && as_dir=.
2341+ for ac_exec_ext in '' $ac_executable_extensions; do
2342+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2343+ ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2344+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2345+ break 2
2346+ fi
2347+done
2348+ done
2349+IFS=$as_save_IFS
2350+
2351+fi
2352+fi
2353+STRIP=$ac_cv_prog_STRIP
2354+if test -n "$STRIP"; then
2355+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2356+$as_echo "$STRIP" >&6; }
2357+else
2358+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2359+$as_echo "no" >&6; }
2360+fi
2361+
2362+
2363+fi
2364+if test -z "$ac_cv_prog_STRIP"; then
2365+ ac_ct_STRIP=$STRIP
2366+ # Extract the first word of "strip", so it can be a program name with args.
2367+set dummy strip; ac_word=$2
2368+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2369+$as_echo_n "checking for $ac_word... " >&6; }
2370+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2371+ $as_echo_n "(cached) " >&6
2372+else
2373+ if test -n "$ac_ct_STRIP"; then
2374+ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2375+else
2376+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2377+for as_dir in $PATH
2378+do
2379+ IFS=$as_save_IFS
2380+ test -z "$as_dir" && as_dir=.
2381+ for ac_exec_ext in '' $ac_executable_extensions; do
2382+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2383+ ac_cv_prog_ac_ct_STRIP="strip"
2384+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2385+ break 2
2386+ fi
2387+done
2388+ done
2389+IFS=$as_save_IFS
2390+
2391+fi
2392+fi
2393+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2394+if test -n "$ac_ct_STRIP"; then
2395+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2396+$as_echo "$ac_ct_STRIP" >&6; }
2397+else
2398+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2399+$as_echo "no" >&6; }
2400+fi
2401+
2402+ if test "x$ac_ct_STRIP" = x; then
2403+ STRIP=":"
2404+ else
2405+ case $cross_compiling:$ac_tool_warned in
2406+yes:)
2407+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2408+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2409+ac_tool_warned=yes ;;
2410+esac
2411+ STRIP=$ac_ct_STRIP
2412+ fi
2413+else
2414+ STRIP="$ac_cv_prog_STRIP"
2415+fi
2416+
2417+fi
2418+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2419+
2420+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2421+$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2422+if test -z "$MKDIR_P"; then
2423+ if test "${ac_cv_path_mkdir+set}" = set; then :
2424+ $as_echo_n "(cached) " >&6
2425+else
2426+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2427+for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2428+do
2429+ IFS=$as_save_IFS
2430+ test -z "$as_dir" && as_dir=.
2431+ for ac_prog in mkdir gmkdir; do
2432+ for ac_exec_ext in '' $ac_executable_extensions; do
2433+ { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2434+ case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2435+ 'mkdir (GNU coreutils) '* | \
2436+ 'mkdir (coreutils) '* | \
2437+ 'mkdir (fileutils) '4.1*)
2438+ ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2439+ break 3;;
2440+ esac
2441+ done
2442+ done
2443+ done
2444+IFS=$as_save_IFS
2445+
2446+fi
2447+
2448+ test -d ./--version && rmdir ./--version
2449+ if test "${ac_cv_path_mkdir+set}" = set; then
2450+ MKDIR_P="$ac_cv_path_mkdir -p"
2451+ else
2452+ # As a last resort, use the slow shell script. Don't cache a
2453+ # value for MKDIR_P within a source directory, because that will
2454+ # break other packages using the cache if that directory is
2455+ # removed, or if the value is a relative name.
2456+ MKDIR_P="$ac_install_sh -d"
2457+ fi
2458+fi
2459+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2460+$as_echo "$MKDIR_P" >&6; }
2461+
2462+mkdir_p="$MKDIR_P"
2463+case $mkdir_p in
2464+ [\\/$]* | ?:[\\/]*) ;;
2465+ */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2466+esac
2467+
2468+for ac_prog in gawk mawk nawk awk
2469+do
2470+ # Extract the first word of "$ac_prog", so it can be a program name with args.
2471+set dummy $ac_prog; ac_word=$2
2472+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2473+$as_echo_n "checking for $ac_word... " >&6; }
2474+if test "${ac_cv_prog_AWK+set}" = set; then :
2475+ $as_echo_n "(cached) " >&6
2476+else
2477+ if test -n "$AWK"; then
2478+ ac_cv_prog_AWK="$AWK" # Let the user override the test.
2479+else
2480+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2481+for as_dir in $PATH
2482+do
2483+ IFS=$as_save_IFS
2484+ test -z "$as_dir" && as_dir=.
2485+ for ac_exec_ext in '' $ac_executable_extensions; do
2486+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2487+ ac_cv_prog_AWK="$ac_prog"
2488+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2489+ break 2
2490+ fi
2491+done
2492+ done
2493+IFS=$as_save_IFS
2494+
2495+fi
2496+fi
2497+AWK=$ac_cv_prog_AWK
2498+if test -n "$AWK"; then
2499+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2500+$as_echo "$AWK" >&6; }
2501+else
2502+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2503+$as_echo "no" >&6; }
2504+fi
2505+
2506+
2507+ test -n "$AWK" && break
2508+done
2509+
2510+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2511+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2512+set x ${MAKE-make}
2513+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2514+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2515+ $as_echo_n "(cached) " >&6
2516+else
2517+ cat >conftest.make <<\_ACEOF
2518+SHELL = /bin/sh
2519+all:
2520+ @echo '@@@%%%=$(MAKE)=@@@%%%'
2521+_ACEOF
2522+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2523+case `${MAKE-make} -f conftest.make 2>/dev/null` in
2524+ *@@@%%%=?*=@@@%%%*)
2525+ eval ac_cv_prog_make_${ac_make}_set=yes;;
2526+ *)
2527+ eval ac_cv_prog_make_${ac_make}_set=no;;
2528+esac
2529+rm -f conftest.make
2530+fi
2531+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2532+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2533+$as_echo "yes" >&6; }
2534+ SET_MAKE=
2535+else
2536+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2537+$as_echo "no" >&6; }
2538+ SET_MAKE="MAKE=${MAKE-make}"
2539+fi
2540+
2541+rm -rf .tst 2>/dev/null
2542+mkdir .tst 2>/dev/null
2543+if test -d .tst; then
2544+ am__leading_dot=.
2545+else
2546+ am__leading_dot=_
2547+fi
2548+rmdir .tst 2>/dev/null
2549+
2550+if test "`cd $srcdir && pwd`" != "`pwd`"; then
2551+ # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2552+ # is not polluted with repeated "-I."
2553+ am__isrc=' -I$(srcdir)'
2554+ # test to see if srcdir already configured
2555+ if test -f $srcdir/config.status; then
2556+ as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2557+ fi
2558+fi
2559+
2560+# test whether we have cygpath
2561+if test -z "$CYGPATH_W"; then
2562+ if (cygpath --version) >/dev/null 2>/dev/null; then
2563+ CYGPATH_W='cygpath -w'
2564+ else
2565+ CYGPATH_W=echo
2566+ fi
2567+fi
2568+
2569+
2570+# Define the identity of the package.
2571+ PACKAGE=$PACKAGE_NAME
2572+ VERSION=$PACKAGE_VERSION
2573+
2574+
2575+cat >>confdefs.h <<_ACEOF
2576+@%:@define PACKAGE "$PACKAGE"
2577+_ACEOF
2578+
2579+
2580+cat >>confdefs.h <<_ACEOF
2581+@%:@define VERSION "$VERSION"
2582+_ACEOF
2583+
2584+# Some tools Automake needs.
2585+
2586+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2587+
2588+
2589+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2590+
2591+
2592+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2593+
2594+
2595+AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2596+
2597+
2598+MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2599+
2600+# We need awk for the "check" target. The system "awk" is bad on
2601+# some platforms.
2602+# Always define AMTAR for backward compatibility.
2603+
2604+AMTAR=${AMTAR-"${am_missing_run}tar"}
2605+
2606+am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2607+
2608+
2609+
2610+
2611+
2612+
2613+# Checks for programs
2614+
2615+ac_ext=c
2616+ac_cpp='$CPP $CPPFLAGS'
2617+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2618+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2619+ac_compiler_gnu=$ac_cv_c_compiler_gnu
2620+if test -n "$ac_tool_prefix"; then
2621+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2622+set dummy ${ac_tool_prefix}gcc; ac_word=$2
2623+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2624+$as_echo_n "checking for $ac_word... " >&6; }
2625+if test "${ac_cv_prog_CC+set}" = set; then :
2626+ $as_echo_n "(cached) " >&6
2627+else
2628+ if test -n "$CC"; then
2629+ ac_cv_prog_CC="$CC" # Let the user override the test.
2630+else
2631+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2632+for as_dir in $PATH
2633+do
2634+ IFS=$as_save_IFS
2635+ test -z "$as_dir" && as_dir=.
2636+ for ac_exec_ext in '' $ac_executable_extensions; do
2637+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2638+ ac_cv_prog_CC="${ac_tool_prefix}gcc"
2639+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2640+ break 2
2641+ fi
2642+done
2643+ done
2644+IFS=$as_save_IFS
2645+
2646+fi
2647+fi
2648+CC=$ac_cv_prog_CC
2649+if test -n "$CC"; then
2650+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2651+$as_echo "$CC" >&6; }
2652+else
2653+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2654+$as_echo "no" >&6; }
2655+fi
2656+
2657+
2658+fi
2659+if test -z "$ac_cv_prog_CC"; then
2660+ ac_ct_CC=$CC
2661+ # Extract the first word of "gcc", so it can be a program name with args.
2662+set dummy gcc; ac_word=$2
2663+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2664+$as_echo_n "checking for $ac_word... " >&6; }
2665+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2666+ $as_echo_n "(cached) " >&6
2667+else
2668+ if test -n "$ac_ct_CC"; then
2669+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2670+else
2671+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2672+for as_dir in $PATH
2673+do
2674+ IFS=$as_save_IFS
2675+ test -z "$as_dir" && as_dir=.
2676+ for ac_exec_ext in '' $ac_executable_extensions; do
2677+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2678+ ac_cv_prog_ac_ct_CC="gcc"
2679+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2680+ break 2
2681+ fi
2682+done
2683+ done
2684+IFS=$as_save_IFS
2685+
2686+fi
2687+fi
2688+ac_ct_CC=$ac_cv_prog_ac_ct_CC
2689+if test -n "$ac_ct_CC"; then
2690+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2691+$as_echo "$ac_ct_CC" >&6; }
2692+else
2693+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2694+$as_echo "no" >&6; }
2695+fi
2696+
2697+ if test "x$ac_ct_CC" = x; then
2698+ CC=""
2699+ else
2700+ case $cross_compiling:$ac_tool_warned in
2701+yes:)
2702+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2703+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704+ac_tool_warned=yes ;;
2705+esac
2706+ CC=$ac_ct_CC
2707+ fi
2708+else
2709+ CC="$ac_cv_prog_CC"
2710+fi
2711+
2712+if test -z "$CC"; then
2713+ if test -n "$ac_tool_prefix"; then
2714+ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2715+set dummy ${ac_tool_prefix}cc; ac_word=$2
2716+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2717+$as_echo_n "checking for $ac_word... " >&6; }
2718+if test "${ac_cv_prog_CC+set}" = set; then :
2719+ $as_echo_n "(cached) " >&6
2720+else
2721+ if test -n "$CC"; then
2722+ ac_cv_prog_CC="$CC" # Let the user override the test.
2723+else
2724+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2725+for as_dir in $PATH
2726+do
2727+ IFS=$as_save_IFS
2728+ test -z "$as_dir" && as_dir=.
2729+ for ac_exec_ext in '' $ac_executable_extensions; do
2730+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2731+ ac_cv_prog_CC="${ac_tool_prefix}cc"
2732+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2733+ break 2
2734+ fi
2735+done
2736+ done
2737+IFS=$as_save_IFS
2738+
2739+fi
2740+fi
2741+CC=$ac_cv_prog_CC
2742+if test -n "$CC"; then
2743+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2744+$as_echo "$CC" >&6; }
2745+else
2746+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2747+$as_echo "no" >&6; }
2748+fi
2749+
2750+
2751+ fi
2752+fi
2753+if test -z "$CC"; then
2754+ # Extract the first word of "cc", so it can be a program name with args.
2755+set dummy cc; ac_word=$2
2756+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2757+$as_echo_n "checking for $ac_word... " >&6; }
2758+if test "${ac_cv_prog_CC+set}" = set; then :
2759+ $as_echo_n "(cached) " >&6
2760+else
2761+ if test -n "$CC"; then
2762+ ac_cv_prog_CC="$CC" # Let the user override the test.
2763+else
2764+ ac_prog_rejected=no
2765+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2766+for as_dir in $PATH
2767+do
2768+ IFS=$as_save_IFS
2769+ test -z "$as_dir" && as_dir=.
2770+ for ac_exec_ext in '' $ac_executable_extensions; do
2771+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2772+ if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2773+ ac_prog_rejected=yes
2774+ continue
2775+ fi
2776+ ac_cv_prog_CC="cc"
2777+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2778+ break 2
2779+ fi
2780+done
2781+ done
2782+IFS=$as_save_IFS
2783+
2784+if test $ac_prog_rejected = yes; then
2785+ # We found a bogon in the path, so make sure we never use it.
2786+ set dummy $ac_cv_prog_CC
2787+ shift
2788+ if test $@%:@ != 0; then
2789+ # We chose a different compiler from the bogus one.
2790+ # However, it has the same basename, so the bogon will be chosen
2791+ # first if we set CC to just the basename; use the full file name.
2792+ shift
2793+ ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2794+ fi
2795+fi
2796+fi
2797+fi
2798+CC=$ac_cv_prog_CC
2799+if test -n "$CC"; then
2800+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2801+$as_echo "$CC" >&6; }
2802+else
2803+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2804+$as_echo "no" >&6; }
2805+fi
2806+
2807+
2808+fi
2809+if test -z "$CC"; then
2810+ if test -n "$ac_tool_prefix"; then
2811+ for ac_prog in cl.exe
2812+ do
2813+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2814+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2815+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2816+$as_echo_n "checking for $ac_word... " >&6; }
2817+if test "${ac_cv_prog_CC+set}" = set; then :
2818+ $as_echo_n "(cached) " >&6
2819+else
2820+ if test -n "$CC"; then
2821+ ac_cv_prog_CC="$CC" # Let the user override the test.
2822+else
2823+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2824+for as_dir in $PATH
2825+do
2826+ IFS=$as_save_IFS
2827+ test -z "$as_dir" && as_dir=.
2828+ for ac_exec_ext in '' $ac_executable_extensions; do
2829+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2830+ ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2831+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2832+ break 2
2833+ fi
2834+done
2835+ done
2836+IFS=$as_save_IFS
2837+
2838+fi
2839+fi
2840+CC=$ac_cv_prog_CC
2841+if test -n "$CC"; then
2842+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2843+$as_echo "$CC" >&6; }
2844+else
2845+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2846+$as_echo "no" >&6; }
2847+fi
2848+
2849+
2850+ test -n "$CC" && break
2851+ done
2852+fi
2853+if test -z "$CC"; then
2854+ ac_ct_CC=$CC
2855+ for ac_prog in cl.exe
2856+do
2857+ # Extract the first word of "$ac_prog", so it can be a program name with args.
2858+set dummy $ac_prog; ac_word=$2
2859+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2860+$as_echo_n "checking for $ac_word... " >&6; }
2861+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2862+ $as_echo_n "(cached) " >&6
2863+else
2864+ if test -n "$ac_ct_CC"; then
2865+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2866+else
2867+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2868+for as_dir in $PATH
2869+do
2870+ IFS=$as_save_IFS
2871+ test -z "$as_dir" && as_dir=.
2872+ for ac_exec_ext in '' $ac_executable_extensions; do
2873+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2874+ ac_cv_prog_ac_ct_CC="$ac_prog"
2875+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2876+ break 2
2877+ fi
2878+done
2879+ done
2880+IFS=$as_save_IFS
2881+
2882+fi
2883+fi
2884+ac_ct_CC=$ac_cv_prog_ac_ct_CC
2885+if test -n "$ac_ct_CC"; then
2886+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2887+$as_echo "$ac_ct_CC" >&6; }
2888+else
2889+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2890+$as_echo "no" >&6; }
2891+fi
2892+
2893+
2894+ test -n "$ac_ct_CC" && break
2895+done
2896+
2897+ if test "x$ac_ct_CC" = x; then
2898+ CC=""
2899+ else
2900+ case $cross_compiling:$ac_tool_warned in
2901+yes:)
2902+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2903+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2904+ac_tool_warned=yes ;;
2905+esac
2906+ CC=$ac_ct_CC
2907+ fi
2908+fi
2909+
2910+fi
2911+
2912+
2913+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2914+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2915+as_fn_error $? "no acceptable C compiler found in \$PATH
2916+See \`config.log' for more details" "$LINENO" 5 ; }
2917+
2918+# Provide some information about the compiler.
2919+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2920+set X $ac_compile
2921+ac_compiler=$2
2922+for ac_option in --version -v -V -qversion; do
2923+ { { ac_try="$ac_compiler $ac_option >&5"
2924+case "(($ac_try" in
2925+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2926+ *) ac_try_echo=$ac_try;;
2927+esac
2928+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2929+$as_echo "$ac_try_echo"; } >&5
2930+ (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2931+ ac_status=$?
2932+ if test -s conftest.err; then
2933+ sed '10a\
2934+... rest of stderr output deleted ...
2935+ 10q' conftest.err >conftest.er1
2936+ cat conftest.er1 >&5
2937+ fi
2938+ rm -f conftest.er1 conftest.err
2939+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2940+ test $ac_status = 0; }
2941+done
2942+
2943+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2944+/* end confdefs.h. */
2945+
2946+int
2947+main ()
2948+{
2949+
2950+ ;
2951+ return 0;
2952+}
2953+_ACEOF
2954+ac_clean_files_save=$ac_clean_files
2955+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2956+# Try to create an executable without -o first, disregard a.out.
2957+# It will help us diagnose broken compilers, and finding out an intuition
2958+# of exeext.
2959+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2960+$as_echo_n "checking whether the C compiler works... " >&6; }
2961+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2962+
2963+# The possible output files:
2964+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2965+
2966+ac_rmfiles=
2967+for ac_file in $ac_files
2968+do
2969+ case $ac_file in
2970+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2971+ * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2972+ esac
2973+done
2974+rm -f $ac_rmfiles
2975+
2976+if { { ac_try="$ac_link_default"
2977+case "(($ac_try" in
2978+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2979+ *) ac_try_echo=$ac_try;;
2980+esac
2981+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2982+$as_echo "$ac_try_echo"; } >&5
2983+ (eval "$ac_link_default") 2>&5
2984+ ac_status=$?
2985+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2986+ test $ac_status = 0; }; then :
2987+ # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2988+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2989+# in a Makefile. We should not override ac_cv_exeext if it was cached,
2990+# so that the user can short-circuit this test for compilers unknown to
2991+# Autoconf.
2992+for ac_file in $ac_files ''
2993+do
2994+ test -f "$ac_file" || continue
2995+ case $ac_file in
2996+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2997+ ;;
2998+ [ab].out )
2999+ # We found the default executable, but exeext='' is most
3000+ # certainly right.
3001+ break;;
3002+ *.* )
3003+ if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3004+ then :; else
3005+ ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3006+ fi
3007+ # We set ac_cv_exeext here because the later test for it is not
3008+ # safe: cross compilers may not add the suffix if given an `-o'
3009+ # argument, so we may need to know it at that point already.
3010+ # Even if this section looks crufty: it has the advantage of
3011+ # actually working.
3012+ break;;
3013+ * )
3014+ break;;
3015+ esac
3016+done
3017+test "$ac_cv_exeext" = no && ac_cv_exeext=
3018+
3019+else
3020+ ac_file=''
3021+fi
3022+if test -z "$ac_file"; then :
3023+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3024+$as_echo "no" >&6; }
3025+$as_echo "$as_me: failed program was:" >&5
3026+sed 's/^/| /' conftest.$ac_ext >&5
3027+
3028+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3029+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3030+as_fn_error 77 "C compiler cannot create executables
3031+See \`config.log' for more details" "$LINENO" 5 ; }
3032+else
3033+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3034+$as_echo "yes" >&6; }
3035+fi
3036+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3037+$as_echo_n "checking for C compiler default output file name... " >&6; }
3038+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3039+$as_echo "$ac_file" >&6; }
3040+ac_exeext=$ac_cv_exeext
3041+
3042+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3043+ac_clean_files=$ac_clean_files_save
3044+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3045+$as_echo_n "checking for suffix of executables... " >&6; }
3046+if { { ac_try="$ac_link"
3047+case "(($ac_try" in
3048+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3049+ *) ac_try_echo=$ac_try;;
3050+esac
3051+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3052+$as_echo "$ac_try_echo"; } >&5
3053+ (eval "$ac_link") 2>&5
3054+ ac_status=$?
3055+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3056+ test $ac_status = 0; }; then :
3057+ # If both `conftest.exe' and `conftest' are `present' (well, observable)
3058+# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3059+# work properly (i.e., refer to `conftest.exe'), while it won't with
3060+# `rm'.
3061+for ac_file in conftest.exe conftest conftest.*; do
3062+ test -f "$ac_file" || continue
3063+ case $ac_file in
3064+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3065+ *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3066+ break;;
3067+ * ) break;;
3068+ esac
3069+done
3070+else
3071+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3072+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3073+as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3074+See \`config.log' for more details" "$LINENO" 5 ; }
3075+fi
3076+rm -f conftest conftest$ac_cv_exeext
3077+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3078+$as_echo "$ac_cv_exeext" >&6; }
3079+
3080+rm -f conftest.$ac_ext
3081+EXEEXT=$ac_cv_exeext
3082+ac_exeext=$EXEEXT
3083+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3084+/* end confdefs.h. */
3085+@%:@include <stdio.h>
3086+int
3087+main ()
3088+{
3089+FILE *f = fopen ("conftest.out", "w");
3090+ return ferror (f) || fclose (f) != 0;
3091+
3092+ ;
3093+ return 0;
3094+}
3095+_ACEOF
3096+ac_clean_files="$ac_clean_files conftest.out"
3097+# Check that the compiler produces executables we can run. If not, either
3098+# the compiler is broken, or we cross compile.
3099+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3100+$as_echo_n "checking whether we are cross compiling... " >&6; }
3101+if test "$cross_compiling" != yes; then
3102+ { { ac_try="$ac_link"
3103+case "(($ac_try" in
3104+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3105+ *) ac_try_echo=$ac_try;;
3106+esac
3107+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3108+$as_echo "$ac_try_echo"; } >&5
3109+ (eval "$ac_link") 2>&5
3110+ ac_status=$?
3111+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3112+ test $ac_status = 0; }
3113+ if { ac_try='./conftest$ac_cv_exeext'
3114+ { { case "(($ac_try" in
3115+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3116+ *) ac_try_echo=$ac_try;;
3117+esac
3118+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3119+$as_echo "$ac_try_echo"; } >&5
3120+ (eval "$ac_try") 2>&5
3121+ ac_status=$?
3122+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3123+ test $ac_status = 0; }; }; then
3124+ cross_compiling=no
3125+ else
3126+ if test "$cross_compiling" = maybe; then
3127+ cross_compiling=yes
3128+ else
3129+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3130+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3131+as_fn_error $? "cannot run C compiled programs.
3132+If you meant to cross compile, use \`--host'.
3133+See \`config.log' for more details" "$LINENO" 5 ; }
3134+ fi
3135+ fi
3136+fi
3137+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3138+$as_echo "$cross_compiling" >&6; }
3139+
3140+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3141+ac_clean_files=$ac_clean_files_save
3142+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3143+$as_echo_n "checking for suffix of object files... " >&6; }
3144+if test "${ac_cv_objext+set}" = set; then :
3145+ $as_echo_n "(cached) " >&6
3146+else
3147+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3148+/* end confdefs.h. */
3149+
3150+int
3151+main ()
3152+{
3153+
3154+ ;
3155+ return 0;
3156+}
3157+_ACEOF
3158+rm -f conftest.o conftest.obj
3159+if { { ac_try="$ac_compile"
3160+case "(($ac_try" in
3161+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3162+ *) ac_try_echo=$ac_try;;
3163+esac
3164+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3165+$as_echo "$ac_try_echo"; } >&5
3166+ (eval "$ac_compile") 2>&5
3167+ ac_status=$?
3168+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3169+ test $ac_status = 0; }; then :
3170+ for ac_file in conftest.o conftest.obj conftest.*; do
3171+ test -f "$ac_file" || continue;
3172+ case $ac_file in
3173+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3174+ *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3175+ break;;
3176+ esac
3177+done
3178+else
3179+ $as_echo "$as_me: failed program was:" >&5
3180+sed 's/^/| /' conftest.$ac_ext >&5
3181+
3182+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3183+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3184+as_fn_error $? "cannot compute suffix of object files: cannot compile
3185+See \`config.log' for more details" "$LINENO" 5 ; }
3186+fi
3187+rm -f conftest.$ac_cv_objext conftest.$ac_ext
3188+fi
3189+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3190+$as_echo "$ac_cv_objext" >&6; }
3191+OBJEXT=$ac_cv_objext
3192+ac_objext=$OBJEXT
3193+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3194+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3195+if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3196+ $as_echo_n "(cached) " >&6
3197+else
3198+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3199+/* end confdefs.h. */
3200+
3201+int
3202+main ()
3203+{
3204+#ifndef __GNUC__
3205+ choke me
3206+#endif
3207+
3208+ ;
3209+ return 0;
3210+}
3211+_ACEOF
3212+if ac_fn_c_try_compile "$LINENO"; then :
3213+ ac_compiler_gnu=yes
3214+else
3215+ ac_compiler_gnu=no
3216+fi
3217+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3218+ac_cv_c_compiler_gnu=$ac_compiler_gnu
3219+
3220+fi
3221+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3222+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3223+if test $ac_compiler_gnu = yes; then
3224+ GCC=yes
3225+else
3226+ GCC=
3227+fi
3228+ac_test_CFLAGS=${CFLAGS+set}
3229+ac_save_CFLAGS=$CFLAGS
3230+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3231+$as_echo_n "checking whether $CC accepts -g... " >&6; }
3232+if test "${ac_cv_prog_cc_g+set}" = set; then :
3233+ $as_echo_n "(cached) " >&6
3234+else
3235+ ac_save_c_werror_flag=$ac_c_werror_flag
3236+ ac_c_werror_flag=yes
3237+ ac_cv_prog_cc_g=no
3238+ CFLAGS="-g"
3239+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3240+/* end confdefs.h. */
3241+
3242+int
3243+main ()
3244+{
3245+
3246+ ;
3247+ return 0;
3248+}
3249+_ACEOF
3250+if ac_fn_c_try_compile "$LINENO"; then :
3251+ ac_cv_prog_cc_g=yes
3252+else
3253+ CFLAGS=""
3254+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3255+/* end confdefs.h. */
3256+
3257+int
3258+main ()
3259+{
3260+
3261+ ;
3262+ return 0;
3263+}
3264+_ACEOF
3265+if ac_fn_c_try_compile "$LINENO"; then :
3266+
3267+else
3268+ ac_c_werror_flag=$ac_save_c_werror_flag
3269+ CFLAGS="-g"
3270+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3271+/* end confdefs.h. */
3272+
3273+int
3274+main ()
3275+{
3276+
3277+ ;
3278+ return 0;
3279+}
3280+_ACEOF
3281+if ac_fn_c_try_compile "$LINENO"; then :
3282+ ac_cv_prog_cc_g=yes
3283+fi
3284+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3285+fi
3286+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3287+fi
3288+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3289+ ac_c_werror_flag=$ac_save_c_werror_flag
3290+fi
3291+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3292+$as_echo "$ac_cv_prog_cc_g" >&6; }
3293+if test "$ac_test_CFLAGS" = set; then
3294+ CFLAGS=$ac_save_CFLAGS
3295+elif test $ac_cv_prog_cc_g = yes; then
3296+ if test "$GCC" = yes; then
3297+ CFLAGS="-g -O2"
3298+ else
3299+ CFLAGS="-g"
3300+ fi
3301+else
3302+ if test "$GCC" = yes; then
3303+ CFLAGS="-O2"
3304+ else
3305+ CFLAGS=
3306+ fi
3307+fi
3308+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3309+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3310+if test "${ac_cv_prog_cc_c89+set}" = set; then :
3311+ $as_echo_n "(cached) " >&6
3312+else
3313+ ac_cv_prog_cc_c89=no
3314+ac_save_CC=$CC
3315+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3316+/* end confdefs.h. */
3317+#include <stdarg.h>
3318+#include <stdio.h>
3319+#include <sys/types.h>
3320+#include <sys/stat.h>
3321+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3322+struct buf { int x; };
3323+FILE * (*rcsopen) (struct buf *, struct stat *, int);
3324+static char *e (p, i)
3325+ char **p;
3326+ int i;
3327+{
3328+ return p[i];
3329+}
3330+static char *f (char * (*g) (char **, int), char **p, ...)
3331+{
3332+ char *s;
3333+ va_list v;
3334+ va_start (v,p);
3335+ s = g (p, va_arg (v,int));
3336+ va_end (v);
3337+ return s;
3338+}
3339+
3340+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3341+ function prototypes and stuff, but not '\xHH' hex character constants.
3342+ These don't provoke an error unfortunately, instead are silently treated
3343+ as 'x'. The following induces an error, until -std is added to get
3344+ proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3345+ array size at least. It's necessary to write '\x00'==0 to get something
3346+ that's true only with -std. */
3347+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3348+
3349+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3350+ inside strings and character constants. */
3351+#define FOO(x) 'x'
3352+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3353+
3354+int test (int i, double x);
3355+struct s1 {int (*f) (int a);};
3356+struct s2 {int (*f) (double a);};
3357+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3358+int argc;
3359+char **argv;
3360+int
3361+main ()
3362+{
3363+return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3364+ ;
3365+ return 0;
3366+}
3367+_ACEOF
3368+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3369+ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3370+do
3371+ CC="$ac_save_CC $ac_arg"
3372+ if ac_fn_c_try_compile "$LINENO"; then :
3373+ ac_cv_prog_cc_c89=$ac_arg
3374+fi
3375+rm -f core conftest.err conftest.$ac_objext
3376+ test "x$ac_cv_prog_cc_c89" != "xno" && break
3377+done
3378+rm -f conftest.$ac_ext
3379+CC=$ac_save_CC
3380+
3381+fi
3382+# AC_CACHE_VAL
3383+case "x$ac_cv_prog_cc_c89" in
3384+ x)
3385+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3386+$as_echo "none needed" >&6; } ;;
3387+ xno)
3388+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3389+$as_echo "unsupported" >&6; } ;;
3390+ *)
3391+ CC="$CC $ac_cv_prog_cc_c89"
3392+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3393+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3394+esac
3395+if test "x$ac_cv_prog_cc_c89" != xno; then :
3396+
3397+fi
3398+
3399+ac_ext=c
3400+ac_cpp='$CPP $CPPFLAGS'
3401+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3402+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3403+ac_compiler_gnu=$ac_cv_c_compiler_gnu
3404+DEPDIR="${am__leading_dot}deps"
3405+
3406+ac_config_commands="$ac_config_commands depfiles"
3407+
3408+
3409+am_make=${MAKE-make}
3410+cat > confinc << 'END'
3411+am__doit:
3412+ @echo this is the am__doit target
3413+.PHONY: am__doit
3414+END
3415+# If we don't find an include directive, just comment out the code.
3416+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3417+$as_echo_n "checking for style of include used by $am_make... " >&6; }
3418+am__include="#"
3419+am__quote=
3420+_am_result=none
3421+# First try GNU make style include.
3422+echo "include confinc" > confmf
3423+# Ignore all kinds of additional output from `make'.
3424+case `$am_make -s -f confmf 2> /dev/null` in #(
3425+*the\ am__doit\ target*)
3426+ am__include=include
3427+ am__quote=
3428+ _am_result=GNU
3429+ ;;
3430+esac
3431+# Now try BSD make style include.
3432+if test "$am__include" = "#"; then
3433+ echo '.include "confinc"' > confmf
3434+ case `$am_make -s -f confmf 2> /dev/null` in #(
3435+ *the\ am__doit\ target*)
3436+ am__include=.include
3437+ am__quote="\""
3438+ _am_result=BSD
3439+ ;;
3440+ esac
3441+fi
3442+
3443+
3444+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3445+$as_echo "$_am_result" >&6; }
3446+rm -f confinc confmf
3447+
3448+@%:@ Check whether --enable-dependency-tracking was given.
3449+if test "${enable_dependency_tracking+set}" = set; then :
3450+ enableval=$enable_dependency_tracking;
3451+fi
3452+
3453+if test "x$enable_dependency_tracking" != xno; then
3454+ am_depcomp="$ac_aux_dir/depcomp"
3455+ AMDEPBACKSLASH='\'
3456+fi
3457+ if test "x$enable_dependency_tracking" != xno; then
3458+ AMDEP_TRUE=
3459+ AMDEP_FALSE='#'
3460+else
3461+ AMDEP_TRUE='#'
3462+ AMDEP_FALSE=
3463+fi
3464+
3465+
3466+
3467+depcc="$CC" am_compiler_list=
3468+
3469+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3470+$as_echo_n "checking dependency style of $depcc... " >&6; }
3471+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3472+ $as_echo_n "(cached) " >&6
3473+else
3474+ if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3475+ # We make a subdir and do the tests there. Otherwise we can end up
3476+ # making bogus files that we don't know about and never remove. For
3477+ # instance it was reported that on HP-UX the gcc test will end up
3478+ # making a dummy file named `D' -- because `-MD' means `put the output
3479+ # in D'.
3480+ mkdir conftest.dir
3481+ # Copy depcomp to subdir because otherwise we won't find it if we're
3482+ # using a relative directory.
3483+ cp "$am_depcomp" conftest.dir
3484+ cd conftest.dir
3485+ # We will build objects and dependencies in a subdirectory because
3486+ # it helps to detect inapplicable dependency modes. For instance
3487+ # both Tru64's cc and ICC support -MD to output dependencies as a
3488+ # side effect of compilation, but ICC will put the dependencies in
3489+ # the current directory while Tru64 will put them in the object
3490+ # directory.
3491+ mkdir sub
3492+
3493+ am_cv_CC_dependencies_compiler_type=none
3494+ if test "$am_compiler_list" = ""; then
3495+ am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3496+ fi
3497+ am__universal=false
3498+ case " $depcc " in #(
3499+ *\ -arch\ *\ -arch\ *) am__universal=true ;;
3500+ esac
3501+
3502+ for depmode in $am_compiler_list; do
3503+ # Setup a source with many dependencies, because some compilers
3504+ # like to wrap large dependency lists on column 80 (with \), and
3505+ # we should not choose a depcomp mode which is confused by this.
3506+ #
3507+ # We need to recreate these files for each test, as the compiler may
3508+ # overwrite some of them when testing with obscure command lines.
3509+ # This happens at least with the AIX C compiler.
3510+ : > sub/conftest.c
3511+ for i in 1 2 3 4 5 6; do
3512+ echo '#include "conftst'$i'.h"' >> sub/conftest.c
3513+ # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3514+ # Solaris 8's {/usr,}/bin/sh.
3515+ touch sub/conftst$i.h
3516+ done
3517+ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3518+
3519+ # We check with `-c' and `-o' for the sake of the "dashmstdout"
3520+ # mode. It turns out that the SunPro C++ compiler does not properly
3521+ # handle `-M -o', and we need to detect this. Also, some Intel
3522+ # versions had trouble with output in subdirs
3523+ am__obj=sub/conftest.${OBJEXT-o}
3524+ am__minus_obj="-o $am__obj"
3525+ case $depmode in
3526+ gcc)
3527+ # This depmode causes a compiler race in universal mode.
3528+ test "$am__universal" = false || continue
3529+ ;;
3530+ nosideeffect)
3531+ # after this tag, mechanisms are not by side-effect, so they'll
3532+ # only be used when explicitly requested
3533+ if test "x$enable_dependency_tracking" = xyes; then
3534+ continue
3535+ else
3536+ break
3537+ fi
3538+ ;;
3539+ msvisualcpp | msvcmsys)
3540+ # This compiler won't grok `-c -o', but also, the minuso test has
3541+ # not run yet. These depmodes are late enough in the game, and
3542+ # so weak that their functioning should not be impacted.
3543+ am__obj=conftest.${OBJEXT-o}
3544+ am__minus_obj=
3545+ ;;
3546+ none) break ;;
3547+ esac
3548+ if depmode=$depmode \
3549+ source=sub/conftest.c object=$am__obj \
3550+ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3551+ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3552+ >/dev/null 2>conftest.err &&
3553+ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3554+ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3555+ grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3556+ ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3557+ # icc doesn't choke on unknown options, it will just issue warnings
3558+ # or remarks (even with -Werror). So we grep stderr for any message
3559+ # that says an option was ignored or not supported.
3560+ # When given -MP, icc 7.0 and 7.1 complain thusly:
3561+ # icc: Command line warning: ignoring option '-M'; no argument required
3562+ # The diagnosis changed in icc 8.0:
3563+ # icc: Command line remark: option '-MP' not supported
3564+ if (grep 'ignoring option' conftest.err ||
3565+ grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3566+ am_cv_CC_dependencies_compiler_type=$depmode
3567+ break
3568+ fi
3569+ fi
3570+ done
3571+
3572+ cd ..
3573+ rm -rf conftest.dir
3574+else
3575+ am_cv_CC_dependencies_compiler_type=none
3576+fi
3577+
3578+fi
3579+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3580+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3581+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3582+
3583+ if
3584+ test "x$enable_dependency_tracking" != xno \
3585+ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3586+ am__fastdepCC_TRUE=
3587+ am__fastdepCC_FALSE='#'
3588+else
3589+ am__fastdepCC_TRUE='#'
3590+ am__fastdepCC_FALSE=
3591+fi
3592+
3593+
3594+
3595+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3596+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3597+set x ${MAKE-make}
3598+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3599+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
3600+ $as_echo_n "(cached) " >&6
3601+else
3602+ cat >conftest.make <<\_ACEOF
3603+SHELL = /bin/sh
3604+all:
3605+ @echo '@@@%%%=$(MAKE)=@@@%%%'
3606+_ACEOF
3607+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3608+case `${MAKE-make} -f conftest.make 2>/dev/null` in
3609+ *@@@%%%=?*=@@@%%%*)
3610+ eval ac_cv_prog_make_${ac_make}_set=yes;;
3611+ *)
3612+ eval ac_cv_prog_make_${ac_make}_set=no;;
3613+esac
3614+rm -f conftest.make
3615+fi
3616+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3617+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3618+$as_echo "yes" >&6; }
3619+ SET_MAKE=
3620+else
3621+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3622+$as_echo "no" >&6; }
3623+ SET_MAKE="MAKE=${MAKE-make}"
3624+fi
3625+
3626+case `pwd` in
3627+ *\ * | *\ *)
3628+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3629+$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3630+esac
3631+
3632+
3633+
3634+macro_version='2.2.10'
3635+macro_revision='1.3175'
3636+
3637+
3638+
3639+
3640+
3641+
3642+
3643+
3644+
3645+
3646+
3647+
3648+
3649+ltmain="$ac_aux_dir/ltmain.sh"
3650+
3651+# Make sure we can run config.sub.
3652+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3653+ as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3654+
3655+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3656+$as_echo_n "checking build system type... " >&6; }
3657+if test "${ac_cv_build+set}" = set; then :
3658+ $as_echo_n "(cached) " >&6
3659+else
3660+ ac_build_alias=$build_alias
3661+test "x$ac_build_alias" = x &&
3662+ ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3663+test "x$ac_build_alias" = x &&
3664+ as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3665+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3666+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3667+
3668+fi
3669+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3670+$as_echo "$ac_cv_build" >&6; }
3671+case $ac_cv_build in
3672+*-*-*) ;;
3673+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
3674+esac
3675+build=$ac_cv_build
3676+ac_save_IFS=$IFS; IFS='-'
3677+set x $ac_cv_build
3678+shift
3679+build_cpu=$1
3680+build_vendor=$2
3681+shift; shift
3682+# Remember, the first character of IFS is used to create $*,
3683+# except with old shells:
3684+build_os=$*
3685+IFS=$ac_save_IFS
3686+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3687+
3688+
3689+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3690+$as_echo_n "checking host system type... " >&6; }
3691+if test "${ac_cv_host+set}" = set; then :
3692+ $as_echo_n "(cached) " >&6
3693+else
3694+ if test "x$host_alias" = x; then
3695+ ac_cv_host=$ac_cv_build
3696+else
3697+ ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3698+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3699+fi
3700+
3701+fi
3702+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3703+$as_echo "$ac_cv_host" >&6; }
3704+case $ac_cv_host in
3705+*-*-*) ;;
3706+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
3707+esac
3708+host=$ac_cv_host
3709+ac_save_IFS=$IFS; IFS='-'
3710+set x $ac_cv_host
3711+shift
3712+host_cpu=$1
3713+host_vendor=$2
3714+shift; shift
3715+# Remember, the first character of IFS is used to create $*,
3716+# except with old shells:
3717+host_os=$*
3718+IFS=$ac_save_IFS
3719+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3720+
3721+
3722+# Backslashify metacharacters that are still active within
3723+# double-quoted strings.
3724+sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3725+
3726+# Same as above, but do not quote variable references.
3727+double_quote_subst='s/\(["`\\]\)/\\\1/g'
3728+
3729+# Sed substitution to delay expansion of an escaped shell variable in a
3730+# double_quote_subst'ed string.
3731+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3732+
3733+# Sed substitution to delay expansion of an escaped single quote.
3734+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3735+
3736+# Sed substitution to avoid accidental globbing in evaled expressions
3737+no_glob_subst='s/\*/\\\*/g'
3738+
3739+ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3740+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3741+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3742+
3743+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3744+$as_echo_n "checking how to print strings... " >&6; }
3745+# Test print first, because it will be a builtin if present.
3746+if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3747+ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3748+ ECHO='print -r --'
3749+elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3750+ ECHO='printf %s\n'
3751+else
3752+ # Use this function as a fallback that always works.
3753+ func_fallback_echo ()
3754+ {
3755+ eval 'cat <<_LTECHO_EOF
3756+$1
3757+_LTECHO_EOF'
3758+ }
3759+ ECHO='func_fallback_echo'
3760+fi
3761+
3762+# func_echo_all arg...
3763+# Invoke $ECHO with all args, space-separated.
3764+func_echo_all ()
3765+{
3766+ $ECHO ""
3767+}
3768+
3769+case "$ECHO" in
3770+ printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3771+$as_echo "printf" >&6; } ;;
3772+ print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3773+$as_echo "print -r" >&6; } ;;
3774+ *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3775+$as_echo "cat" >&6; } ;;
3776+esac
3777+
3778+
3779+
3780+
3781+
3782+
3783+
3784+
3785+
3786+
3787+
3788+
3789+
3790+
3791+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3792+$as_echo_n "checking for a sed that does not truncate output... " >&6; }
3793+if test "${ac_cv_path_SED+set}" = set; then :
3794+ $as_echo_n "(cached) " >&6
3795+else
3796+ ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3797+ for ac_i in 1 2 3 4 5 6 7; do
3798+ ac_script="$ac_script$as_nl$ac_script"
3799+ done
3800+ echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3801+ { ac_script=; unset ac_script;}
3802+ if test -z "$SED"; then
3803+ ac_path_SED_found=false
3804+ # Loop through the user's path and test for each of PROGNAME-LIST
3805+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3806+for as_dir in $PATH
3807+do
3808+ IFS=$as_save_IFS
3809+ test -z "$as_dir" && as_dir=.
3810+ for ac_prog in sed gsed; do
3811+ for ac_exec_ext in '' $ac_executable_extensions; do
3812+ ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3813+ { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
3814+# Check for GNU ac_path_SED and select it if it is found.
3815+ # Check for GNU $ac_path_SED
3816+case `"$ac_path_SED" --version 2>&1` in
3817+*GNU*)
3818+ ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3819+*)
3820+ ac_count=0
3821+ $as_echo_n 0123456789 >"conftest.in"
3822+ while :
3823+ do
3824+ cat "conftest.in" "conftest.in" >"conftest.tmp"
3825+ mv "conftest.tmp" "conftest.in"
3826+ cp "conftest.in" "conftest.nl"
3827+ $as_echo '' >> "conftest.nl"
3828+ "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3829+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3830+ as_fn_arith $ac_count + 1 && ac_count=$as_val
3831+ if test $ac_count -gt ${ac_path_SED_max-0}; then
3832+ # Best one so far, save it but keep looking for a better one
3833+ ac_cv_path_SED="$ac_path_SED"
3834+ ac_path_SED_max=$ac_count
3835+ fi
3836+ # 10*(2^10) chars as input seems more than enough
3837+ test $ac_count -gt 10 && break
3838+ done
3839+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3840+esac
3841+
3842+ $ac_path_SED_found && break 3
3843+ done
3844+ done
3845+ done
3846+IFS=$as_save_IFS
3847+ if test -z "$ac_cv_path_SED"; then
3848+ as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
3849+ fi
3850+else
3851+ ac_cv_path_SED=$SED
3852+fi
3853+
3854+fi
3855+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3856+$as_echo "$ac_cv_path_SED" >&6; }
3857+ SED="$ac_cv_path_SED"
3858+ rm -f conftest.sed
3859+
3860+test -z "$SED" && SED=sed
3861+Xsed="$SED -e 1s/^X//"
3862+
3863+
3864+
3865+
3866+
3867+
3868+
3869+
3870+
3871+
3872+
3873+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3874+$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3875+if test "${ac_cv_path_GREP+set}" = set; then :
3876+ $as_echo_n "(cached) " >&6
3877+else
3878+ if test -z "$GREP"; then
3879+ ac_path_GREP_found=false
3880+ # Loop through the user's path and test for each of PROGNAME-LIST
3881+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3882+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3883+do
3884+ IFS=$as_save_IFS
3885+ test -z "$as_dir" && as_dir=.
3886+ for ac_prog in grep ggrep; do
3887+ for ac_exec_ext in '' $ac_executable_extensions; do
3888+ ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3889+ { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3890+# Check for GNU ac_path_GREP and select it if it is found.
3891+ # Check for GNU $ac_path_GREP
3892+case `"$ac_path_GREP" --version 2>&1` in
3893+*GNU*)
3894+ ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3895+*)
3896+ ac_count=0
3897+ $as_echo_n 0123456789 >"conftest.in"
3898+ while :
3899+ do
3900+ cat "conftest.in" "conftest.in" >"conftest.tmp"
3901+ mv "conftest.tmp" "conftest.in"
3902+ cp "conftest.in" "conftest.nl"
3903+ $as_echo 'GREP' >> "conftest.nl"
3904+ "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3905+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3906+ as_fn_arith $ac_count + 1 && ac_count=$as_val
3907+ if test $ac_count -gt ${ac_path_GREP_max-0}; then
3908+ # Best one so far, save it but keep looking for a better one
3909+ ac_cv_path_GREP="$ac_path_GREP"
3910+ ac_path_GREP_max=$ac_count
3911+ fi
3912+ # 10*(2^10) chars as input seems more than enough
3913+ test $ac_count -gt 10 && break
3914+ done
3915+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3916+esac
3917+
3918+ $ac_path_GREP_found && break 3
3919+ done
3920+ done
3921+ done
3922+IFS=$as_save_IFS
3923+ if test -z "$ac_cv_path_GREP"; then
3924+ as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3925+ fi
3926+else
3927+ ac_cv_path_GREP=$GREP
3928+fi
3929+
3930+fi
3931+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3932+$as_echo "$ac_cv_path_GREP" >&6; }
3933+ GREP="$ac_cv_path_GREP"
3934+
3935+
3936+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3937+$as_echo_n "checking for egrep... " >&6; }
3938+if test "${ac_cv_path_EGREP+set}" = set; then :
3939+ $as_echo_n "(cached) " >&6
3940+else
3941+ if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3942+ then ac_cv_path_EGREP="$GREP -E"
3943+ else
3944+ if test -z "$EGREP"; then
3945+ ac_path_EGREP_found=false
3946+ # Loop through the user's path and test for each of PROGNAME-LIST
3947+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3948+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3949+do
3950+ IFS=$as_save_IFS
3951+ test -z "$as_dir" && as_dir=.
3952+ for ac_prog in egrep; do
3953+ for ac_exec_ext in '' $ac_executable_extensions; do
3954+ ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3955+ { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3956+# Check for GNU ac_path_EGREP and select it if it is found.
3957+ # Check for GNU $ac_path_EGREP
3958+case `"$ac_path_EGREP" --version 2>&1` in
3959+*GNU*)
3960+ ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3961+*)
3962+ ac_count=0
3963+ $as_echo_n 0123456789 >"conftest.in"
3964+ while :
3965+ do
3966+ cat "conftest.in" "conftest.in" >"conftest.tmp"
3967+ mv "conftest.tmp" "conftest.in"
3968+ cp "conftest.in" "conftest.nl"
3969+ $as_echo 'EGREP' >> "conftest.nl"
3970+ "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3971+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3972+ as_fn_arith $ac_count + 1 && ac_count=$as_val
3973+ if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3974+ # Best one so far, save it but keep looking for a better one
3975+ ac_cv_path_EGREP="$ac_path_EGREP"
3976+ ac_path_EGREP_max=$ac_count
3977+ fi
3978+ # 10*(2^10) chars as input seems more than enough
3979+ test $ac_count -gt 10 && break
3980+ done
3981+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3982+esac
3983+
3984+ $ac_path_EGREP_found && break 3
3985+ done
3986+ done
3987+ done
3988+IFS=$as_save_IFS
3989+ if test -z "$ac_cv_path_EGREP"; then
3990+ as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3991+ fi
3992+else
3993+ ac_cv_path_EGREP=$EGREP
3994+fi
3995+
3996+ fi
3997+fi
3998+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3999+$as_echo "$ac_cv_path_EGREP" >&6; }
4000+ EGREP="$ac_cv_path_EGREP"
4001+
4002+
4003+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4004+$as_echo_n "checking for fgrep... " >&6; }
4005+if test "${ac_cv_path_FGREP+set}" = set; then :
4006+ $as_echo_n "(cached) " >&6
4007+else
4008+ if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4009+ then ac_cv_path_FGREP="$GREP -F"
4010+ else
4011+ if test -z "$FGREP"; then
4012+ ac_path_FGREP_found=false
4013+ # Loop through the user's path and test for each of PROGNAME-LIST
4014+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4015+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4016+do
4017+ IFS=$as_save_IFS
4018+ test -z "$as_dir" && as_dir=.
4019+ for ac_prog in fgrep; do
4020+ for ac_exec_ext in '' $ac_executable_extensions; do
4021+ ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4022+ { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4023+# Check for GNU ac_path_FGREP and select it if it is found.
4024+ # Check for GNU $ac_path_FGREP
4025+case `"$ac_path_FGREP" --version 2>&1` in
4026+*GNU*)
4027+ ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4028+*)
4029+ ac_count=0
4030+ $as_echo_n 0123456789 >"conftest.in"
4031+ while :
4032+ do
4033+ cat "conftest.in" "conftest.in" >"conftest.tmp"
4034+ mv "conftest.tmp" "conftest.in"
4035+ cp "conftest.in" "conftest.nl"
4036+ $as_echo 'FGREP' >> "conftest.nl"
4037+ "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4038+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4039+ as_fn_arith $ac_count + 1 && ac_count=$as_val
4040+ if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4041+ # Best one so far, save it but keep looking for a better one
4042+ ac_cv_path_FGREP="$ac_path_FGREP"
4043+ ac_path_FGREP_max=$ac_count
4044+ fi
4045+ # 10*(2^10) chars as input seems more than enough
4046+ test $ac_count -gt 10 && break
4047+ done
4048+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4049+esac
4050+
4051+ $ac_path_FGREP_found && break 3
4052+ done
4053+ done
4054+ done
4055+IFS=$as_save_IFS
4056+ if test -z "$ac_cv_path_FGREP"; then
4057+ as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4058+ fi
4059+else
4060+ ac_cv_path_FGREP=$FGREP
4061+fi
4062+
4063+ fi
4064+fi
4065+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4066+$as_echo "$ac_cv_path_FGREP" >&6; }
4067+ FGREP="$ac_cv_path_FGREP"
4068+
4069+
4070+test -z "$GREP" && GREP=grep
4071+
4072+
4073+
4074+
4075+
4076+
4077+
4078+
4079+
4080+
4081+
4082+
4083+
4084+
4085+
4086+
4087+
4088+
4089+
4090+@%:@ Check whether --with-gnu-ld was given.
4091+if test "${with_gnu_ld+set}" = set; then :
4092+ withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4093+else
4094+ with_gnu_ld=no
4095+fi
4096+
4097+ac_prog=ld
4098+if test "$GCC" = yes; then
4099+ # Check if gcc -print-prog-name=ld gives a path.
4100+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4101+$as_echo_n "checking for ld used by $CC... " >&6; }
4102+ case $host in
4103+ *-*-mingw*)
4104+ # gcc leaves a trailing carriage return which upsets mingw
4105+ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4106+ *)
4107+ ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4108+ esac
4109+ case $ac_prog in
4110+ # Accept absolute paths.
4111+ [\\/]* | ?:[\\/]*)
4112+ re_direlt='/[^/][^/]*/\.\./'
4113+ # Canonicalize the pathname of ld
4114+ ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4115+ while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4116+ ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4117+ done
4118+ test -z "$LD" && LD="$ac_prog"
4119+ ;;
4120+ "")
4121+ # If it fails, then pretend we aren't using GCC.
4122+ ac_prog=ld
4123+ ;;
4124+ *)
4125+ # If it is relative, then search for the first ld in PATH.
4126+ with_gnu_ld=unknown
4127+ ;;
4128+ esac
4129+elif test "$with_gnu_ld" = yes; then
4130+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4131+$as_echo_n "checking for GNU ld... " >&6; }
4132+else
4133+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4134+$as_echo_n "checking for non-GNU ld... " >&6; }
4135+fi
4136+if test "${lt_cv_path_LD+set}" = set; then :
4137+ $as_echo_n "(cached) " >&6
4138+else
4139+ if test -z "$LD"; then
4140+ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4141+ for ac_dir in $PATH; do
4142+ IFS="$lt_save_ifs"
4143+ test -z "$ac_dir" && ac_dir=.
4144+ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4145+ lt_cv_path_LD="$ac_dir/$ac_prog"
4146+ # Check to see if the program is GNU ld. I'd rather use --version,
4147+ # but apparently some variants of GNU ld only accept -v.
4148+ # Break only if it was the GNU/non-GNU ld that we prefer.
4149+ case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4150+ *GNU* | *'with BFD'*)
4151+ test "$with_gnu_ld" != no && break
4152+ ;;
4153+ *)
4154+ test "$with_gnu_ld" != yes && break
4155+ ;;
4156+ esac
4157+ fi
4158+ done
4159+ IFS="$lt_save_ifs"
4160+else
4161+ lt_cv_path_LD="$LD" # Let the user override the test with a path.
4162+fi
4163+fi
4164+
4165+LD="$lt_cv_path_LD"
4166+if test -n "$LD"; then
4167+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4168+$as_echo "$LD" >&6; }
4169+else
4170+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4171+$as_echo "no" >&6; }
4172+fi
4173+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4174+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4175+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4176+if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4177+ $as_echo_n "(cached) " >&6
4178+else
4179+ # I'd rather use --version here, but apparently some GNU lds only accept -v.
4180+case `$LD -v 2>&1 </dev/null` in
4181+*GNU* | *'with BFD'*)
4182+ lt_cv_prog_gnu_ld=yes
4183+ ;;
4184+*)
4185+ lt_cv_prog_gnu_ld=no
4186+ ;;
4187+esac
4188+fi
4189+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4190+$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4191+with_gnu_ld=$lt_cv_prog_gnu_ld
4192+
4193+
4194+
4195+
4196+
4197+
4198+
4199+
4200+
4201+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4202+$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4203+if test "${lt_cv_path_NM+set}" = set; then :
4204+ $as_echo_n "(cached) " >&6
4205+else
4206+ if test -n "$NM"; then
4207+ # Let the user override the test.
4208+ lt_cv_path_NM="$NM"
4209+else
4210+ lt_nm_to_check="${ac_tool_prefix}nm"
4211+ if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4212+ lt_nm_to_check="$lt_nm_to_check nm"
4213+ fi
4214+ for lt_tmp_nm in $lt_nm_to_check; do
4215+ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4216+ for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4217+ IFS="$lt_save_ifs"
4218+ test -z "$ac_dir" && ac_dir=.
4219+ tmp_nm="$ac_dir/$lt_tmp_nm"
4220+ if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4221+ # Check to see if the nm accepts a BSD-compat flag.
4222+ # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4223+ # nm: unknown option "B" ignored
4224+ # Tru64's nm complains that /dev/null is an invalid object file
4225+ case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4226+ */dev/null* | *'Invalid file or object type'*)
4227+ lt_cv_path_NM="$tmp_nm -B"
4228+ break
4229+ ;;
4230+ *)
4231+ case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4232+ */dev/null*)
4233+ lt_cv_path_NM="$tmp_nm -p"
4234+ break
4235+ ;;
4236+ *)
4237+ lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4238+ continue # so that we can try to find one that supports BSD flags
4239+ ;;
4240+ esac
4241+ ;;
4242+ esac
4243+ fi
4244+ done
4245+ IFS="$lt_save_ifs"
4246+ done
4247+ : ${lt_cv_path_NM=no}
4248+fi
4249+fi
4250+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4251+$as_echo "$lt_cv_path_NM" >&6; }
4252+if test "$lt_cv_path_NM" != "no"; then
4253+ NM="$lt_cv_path_NM"
4254+else
4255+ # Didn't find any BSD compatible name lister, look for dumpbin.
4256+ if test -n "$DUMPBIN"; then :
4257+ # Let the user override the test.
4258+ else
4259+ if test -n "$ac_tool_prefix"; then
4260+ for ac_prog in dumpbin "link -dump"
4261+ do
4262+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4263+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4264+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4265+$as_echo_n "checking for $ac_word... " >&6; }
4266+if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4267+ $as_echo_n "(cached) " >&6
4268+else
4269+ if test -n "$DUMPBIN"; then
4270+ ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4271+else
4272+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4273+for as_dir in $PATH
4274+do
4275+ IFS=$as_save_IFS
4276+ test -z "$as_dir" && as_dir=.
4277+ for ac_exec_ext in '' $ac_executable_extensions; do
4278+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4279+ ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4280+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4281+ break 2
4282+ fi
4283+done
4284+ done
4285+IFS=$as_save_IFS
4286+
4287+fi
4288+fi
4289+DUMPBIN=$ac_cv_prog_DUMPBIN
4290+if test -n "$DUMPBIN"; then
4291+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4292+$as_echo "$DUMPBIN" >&6; }
4293+else
4294+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4295+$as_echo "no" >&6; }
4296+fi
4297+
4298+
4299+ test -n "$DUMPBIN" && break
4300+ done
4301+fi
4302+if test -z "$DUMPBIN"; then
4303+ ac_ct_DUMPBIN=$DUMPBIN
4304+ for ac_prog in dumpbin "link -dump"
4305+do
4306+ # Extract the first word of "$ac_prog", so it can be a program name with args.
4307+set dummy $ac_prog; ac_word=$2
4308+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4309+$as_echo_n "checking for $ac_word... " >&6; }
4310+if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4311+ $as_echo_n "(cached) " >&6
4312+else
4313+ if test -n "$ac_ct_DUMPBIN"; then
4314+ ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4315+else
4316+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4317+for as_dir in $PATH
4318+do
4319+ IFS=$as_save_IFS
4320+ test -z "$as_dir" && as_dir=.
4321+ for ac_exec_ext in '' $ac_executable_extensions; do
4322+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4323+ ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4324+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4325+ break 2
4326+ fi
4327+done
4328+ done
4329+IFS=$as_save_IFS
4330+
4331+fi
4332+fi
4333+ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4334+if test -n "$ac_ct_DUMPBIN"; then
4335+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4336+$as_echo "$ac_ct_DUMPBIN" >&6; }
4337+else
4338+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4339+$as_echo "no" >&6; }
4340+fi
4341+
4342+
4343+ test -n "$ac_ct_DUMPBIN" && break
4344+done
4345+
4346+ if test "x$ac_ct_DUMPBIN" = x; then
4347+ DUMPBIN=":"
4348+ else
4349+ case $cross_compiling:$ac_tool_warned in
4350+yes:)
4351+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4352+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4353+ac_tool_warned=yes ;;
4354+esac
4355+ DUMPBIN=$ac_ct_DUMPBIN
4356+ fi
4357+fi
4358+
4359+ case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4360+ *COFF*)
4361+ DUMPBIN="$DUMPBIN -symbols"
4362+ ;;
4363+ *)
4364+ DUMPBIN=:
4365+ ;;
4366+ esac
4367+ fi
4368+
4369+ if test "$DUMPBIN" != ":"; then
4370+ NM="$DUMPBIN"
4371+ fi
4372+fi
4373+test -z "$NM" && NM=nm
4374+
4375+
4376+
4377+
4378+
4379+
4380+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4381+$as_echo_n "checking the name lister ($NM) interface... " >&6; }
4382+if test "${lt_cv_nm_interface+set}" = set; then :
4383+ $as_echo_n "(cached) " >&6
4384+else
4385+ lt_cv_nm_interface="BSD nm"
4386+ echo "int some_variable = 0;" > conftest.$ac_ext
4387+ (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4388+ (eval "$ac_compile" 2>conftest.err)
4389+ cat conftest.err >&5
4390+ (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4391+ (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4392+ cat conftest.err >&5
4393+ (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4394+ cat conftest.out >&5
4395+ if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4396+ lt_cv_nm_interface="MS dumpbin"
4397+ fi
4398+ rm -f conftest*
4399+fi
4400+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4401+$as_echo "$lt_cv_nm_interface" >&6; }
4402+
4403+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4404+$as_echo_n "checking whether ln -s works... " >&6; }
4405+LN_S=$as_ln_s
4406+if test "$LN_S" = "ln -s"; then
4407+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4408+$as_echo "yes" >&6; }
4409+else
4410+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4411+$as_echo "no, using $LN_S" >&6; }
4412+fi
4413+
4414+# find the maximum length of command line arguments
4415+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4416+$as_echo_n "checking the maximum length of command line arguments... " >&6; }
4417+if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4418+ $as_echo_n "(cached) " >&6
4419+else
4420+ i=0
4421+ teststring="ABCD"
4422+
4423+ case $build_os in
4424+ msdosdjgpp*)
4425+ # On DJGPP, this test can blow up pretty badly due to problems in libc
4426+ # (any single argument exceeding 2000 bytes causes a buffer overrun
4427+ # during glob expansion). Even if it were fixed, the result of this
4428+ # check would be larger than it should be.
4429+ lt_cv_sys_max_cmd_len=12288; # 12K is about right
4430+ ;;
4431+
4432+ gnu*)
4433+ # Under GNU Hurd, this test is not required because there is
4434+ # no limit to the length of command line arguments.
4435+ # Libtool will interpret -1 as no limit whatsoever
4436+ lt_cv_sys_max_cmd_len=-1;
4437+ ;;
4438+
4439+ cygwin* | mingw* | cegcc*)
4440+ # On Win9x/ME, this test blows up -- it succeeds, but takes
4441+ # about 5 minutes as the teststring grows exponentially.
4442+ # Worse, since 9x/ME are not pre-emptively multitasking,
4443+ # you end up with a "frozen" computer, even though with patience
4444+ # the test eventually succeeds (with a max line length of 256k).
4445+ # Instead, let's just punt: use the minimum linelength reported by
4446+ # all of the supported platforms: 8192 (on NT/2K/XP).
4447+ lt_cv_sys_max_cmd_len=8192;
4448+ ;;
4449+
4450+ mint*)
4451+ # On MiNT this can take a long time and run out of memory.
4452+ lt_cv_sys_max_cmd_len=8192;
4453+ ;;
4454+
4455+ amigaos*)
4456+ # On AmigaOS with pdksh, this test takes hours, literally.
4457+ # So we just punt and use a minimum line length of 8192.
4458+ lt_cv_sys_max_cmd_len=8192;
4459+ ;;
4460+
4461+ netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4462+ # This has been around since 386BSD, at least. Likely further.
4463+ if test -x /sbin/sysctl; then
4464+ lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4465+ elif test -x /usr/sbin/sysctl; then
4466+ lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4467+ else
4468+ lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4469+ fi
4470+ # And add a safety zone
4471+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4472+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4473+ ;;
4474+
4475+ interix*)
4476+ # We know the value 262144 and hardcode it with a safety zone (like BSD)
4477+ lt_cv_sys_max_cmd_len=196608
4478+ ;;
4479+
4480+ osf*)
4481+ # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4482+ # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4483+ # nice to cause kernel panics so lets avoid the loop below.
4484+ # First set a reasonable default.
4485+ lt_cv_sys_max_cmd_len=16384
4486+ #
4487+ if test -x /sbin/sysconfig; then
4488+ case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4489+ *1*) lt_cv_sys_max_cmd_len=-1 ;;
4490+ esac
4491+ fi
4492+ ;;
4493+ sco3.2v5*)
4494+ lt_cv_sys_max_cmd_len=102400
4495+ ;;
4496+ sysv5* | sco5v6* | sysv4.2uw2*)
4497+ kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4498+ if test -n "$kargmax"; then
4499+ lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4500+ else
4501+ lt_cv_sys_max_cmd_len=32768
4502+ fi
4503+ ;;
4504+ *)
4505+ lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4506+ if test -n "$lt_cv_sys_max_cmd_len"; then
4507+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4508+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4509+ else
4510+ # Make teststring a little bigger before we do anything with it.
4511+ # a 1K string should be a reasonable start.
4512+ for i in 1 2 3 4 5 6 7 8 ; do
4513+ teststring=$teststring$teststring
4514+ done
4515+ SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4516+ # If test is not a shell built-in, we'll probably end up computing a
4517+ # maximum length that is only half of the actual maximum length, but
4518+ # we can't tell.
4519+ while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4520+ = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4521+ test $i != 17 # 1/2 MB should be enough
4522+ do
4523+ i=`expr $i + 1`
4524+ teststring=$teststring$teststring
4525+ done
4526+ # Only check the string length outside the loop.
4527+ lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4528+ teststring=
4529+ # Add a significant safety factor because C++ compilers can tack on
4530+ # massive amounts of additional arguments before passing them to the
4531+ # linker. It appears as though 1/2 is a usable value.
4532+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4533+ fi
4534+ ;;
4535+ esac
4536+
4537+fi
4538+
4539+if test -n $lt_cv_sys_max_cmd_len ; then
4540+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4541+$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4542+else
4543+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4544+$as_echo "none" >&6; }
4545+fi
4546+max_cmd_len=$lt_cv_sys_max_cmd_len
4547+
4548+
4549+
4550+
4551+
4552+
4553+: ${CP="cp -f"}
4554+: ${MV="mv -f"}
4555+: ${RM="rm -f"}
4556+
4557+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4558+$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4559+# Try some XSI features
4560+xsi_shell=no
4561+( _lt_dummy="a/b/c"
4562+ test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4563+ = c,a/b,, \
4564+ && eval 'test $(( 1 + 1 )) -eq 2 \
4565+ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4566+ && xsi_shell=yes
4567+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4568+$as_echo "$xsi_shell" >&6; }
4569+
4570+
4571+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4572+$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4573+lt_shell_append=no
4574+( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4575+ >/dev/null 2>&1 \
4576+ && lt_shell_append=yes
4577+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4578+$as_echo "$lt_shell_append" >&6; }
4579+
4580+
4581+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4582+ lt_unset=unset
4583+else
4584+ lt_unset=false
4585+fi
4586+
4587+
4588+
4589+
4590+
4591+# test EBCDIC or ASCII
4592+case `echo X|tr X '\101'` in
4593+ A) # ASCII based system
4594+ # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4595+ lt_SP2NL='tr \040 \012'
4596+ lt_NL2SP='tr \015\012 \040\040'
4597+ ;;
4598+ *) # EBCDIC based system
4599+ lt_SP2NL='tr \100 \n'
4600+ lt_NL2SP='tr \r\n \100\100'
4601+ ;;
4602+esac
4603+
4604+
4605+
4606+
4607+
4608+
4609+
4610+
4611+
4612+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4613+$as_echo_n "checking for $LD option to reload object files... " >&6; }
4614+if test "${lt_cv_ld_reload_flag+set}" = set; then :
4615+ $as_echo_n "(cached) " >&6
4616+else
4617+ lt_cv_ld_reload_flag='-r'
4618+fi
4619+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4620+$as_echo "$lt_cv_ld_reload_flag" >&6; }
4621+reload_flag=$lt_cv_ld_reload_flag
4622+case $reload_flag in
4623+"" | " "*) ;;
4624+*) reload_flag=" $reload_flag" ;;
4625+esac
4626+reload_cmds='$LD$reload_flag -o $output$reload_objs'
4627+case $host_os in
4628+ darwin*)
4629+ if test "$GCC" = yes; then
4630+ reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4631+ else
4632+ reload_cmds='$LD$reload_flag -o $output$reload_objs'
4633+ fi
4634+ ;;
4635+esac
4636+
4637+
4638+
4639+
4640+
4641+
4642+
4643+
4644+
4645+if test -n "$ac_tool_prefix"; then
4646+ # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4647+set dummy ${ac_tool_prefix}objdump; ac_word=$2
4648+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4649+$as_echo_n "checking for $ac_word... " >&6; }
4650+if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
4651+ $as_echo_n "(cached) " >&6
4652+else
4653+ if test -n "$OBJDUMP"; then
4654+ ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4655+else
4656+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4657+for as_dir in $PATH
4658+do
4659+ IFS=$as_save_IFS
4660+ test -z "$as_dir" && as_dir=.
4661+ for ac_exec_ext in '' $ac_executable_extensions; do
4662+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4663+ ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4664+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4665+ break 2
4666+ fi
4667+done
4668+ done
4669+IFS=$as_save_IFS
4670+
4671+fi
4672+fi
4673+OBJDUMP=$ac_cv_prog_OBJDUMP
4674+if test -n "$OBJDUMP"; then
4675+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4676+$as_echo "$OBJDUMP" >&6; }
4677+else
4678+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4679+$as_echo "no" >&6; }
4680+fi
4681+
4682+
4683+fi
4684+if test -z "$ac_cv_prog_OBJDUMP"; then
4685+ ac_ct_OBJDUMP=$OBJDUMP
4686+ # Extract the first word of "objdump", so it can be a program name with args.
4687+set dummy objdump; ac_word=$2
4688+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4689+$as_echo_n "checking for $ac_word... " >&6; }
4690+if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
4691+ $as_echo_n "(cached) " >&6
4692+else
4693+ if test -n "$ac_ct_OBJDUMP"; then
4694+ ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4695+else
4696+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4697+for as_dir in $PATH
4698+do
4699+ IFS=$as_save_IFS
4700+ test -z "$as_dir" && as_dir=.
4701+ for ac_exec_ext in '' $ac_executable_extensions; do
4702+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4703+ ac_cv_prog_ac_ct_OBJDUMP="objdump"
4704+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4705+ break 2
4706+ fi
4707+done
4708+ done
4709+IFS=$as_save_IFS
4710+
4711+fi
4712+fi
4713+ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4714+if test -n "$ac_ct_OBJDUMP"; then
4715+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4716+$as_echo "$ac_ct_OBJDUMP" >&6; }
4717+else
4718+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4719+$as_echo "no" >&6; }
4720+fi
4721+
4722+ if test "x$ac_ct_OBJDUMP" = x; then
4723+ OBJDUMP="false"
4724+ else
4725+ case $cross_compiling:$ac_tool_warned in
4726+yes:)
4727+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4728+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4729+ac_tool_warned=yes ;;
4730+esac
4731+ OBJDUMP=$ac_ct_OBJDUMP
4732+ fi
4733+else
4734+ OBJDUMP="$ac_cv_prog_OBJDUMP"
4735+fi
4736+
4737+test -z "$OBJDUMP" && OBJDUMP=objdump
4738+
4739+
4740+
4741+
4742+
4743+
4744+
4745+
4746+
4747+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4748+$as_echo_n "checking how to recognize dependent libraries... " >&6; }
4749+if test "${lt_cv_deplibs_check_method+set}" = set; then :
4750+ $as_echo_n "(cached) " >&6
4751+else
4752+ lt_cv_file_magic_cmd='$MAGIC_CMD'
4753+lt_cv_file_magic_test_file=
4754+lt_cv_deplibs_check_method='unknown'
4755+# Need to set the preceding variable on all platforms that support
4756+# interlibrary dependencies.
4757+# 'none' -- dependencies not supported.
4758+# `unknown' -- same as none, but documents that we really don't know.
4759+# 'pass_all' -- all dependencies passed with no checks.
4760+# 'test_compile' -- check by making test program.
4761+# 'file_magic [[regex]]' -- check by looking for files in library path
4762+# which responds to the $file_magic_cmd with a given extended regex.
4763+# If you have `file' or equivalent on your system and you're not sure
4764+# whether `pass_all' will *always* work, you probably want this one.
4765+
4766+case $host_os in
4767+aix[4-9]*)
4768+ lt_cv_deplibs_check_method=pass_all
4769+ ;;
4770+
4771+beos*)
4772+ lt_cv_deplibs_check_method=pass_all
4773+ ;;
4774+
4775+bsdi[45]*)
4776+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4777+ lt_cv_file_magic_cmd='/usr/bin/file -L'
4778+ lt_cv_file_magic_test_file=/shlib/libc.so
4779+ ;;
4780+
4781+cygwin*)
4782+ # func_win32_libid is a shell function defined in ltmain.sh
4783+ lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4784+ lt_cv_file_magic_cmd='func_win32_libid'
4785+ ;;
4786+
4787+mingw* | pw32*)
4788+ # Base MSYS/MinGW do not provide the 'file' command needed by
4789+ # func_win32_libid shell function, so use a weaker test based on 'objdump',
4790+ # unless we find 'file', for example because we are cross-compiling.
4791+ # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4792+ if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4793+ lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4794+ lt_cv_file_magic_cmd='func_win32_libid'
4795+ else
4796+ # Keep this pattern in sync with the one in func_win32_libid.
4797+ lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
4798+ lt_cv_file_magic_cmd='$OBJDUMP -f'
4799+ fi
4800+ ;;
4801+
4802+cegcc*)
4803+ # use the weaker test based on 'objdump'. See mingw*.
4804+ lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4805+ lt_cv_file_magic_cmd='$OBJDUMP -f'
4806+ ;;
4807+
4808+darwin* | rhapsody*)
4809+ lt_cv_deplibs_check_method=pass_all
4810+ ;;
4811+
4812+freebsd* | dragonfly*)
4813+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4814+ case $host_cpu in
4815+ i*86 )
4816+ # Not sure whether the presence of OpenBSD here was a mistake.
4817+ # Let's accept both of them until this is cleared up.
4818+ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4819+ lt_cv_file_magic_cmd=/usr/bin/file
4820+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4821+ ;;
4822+ esac
4823+ else
4824+ lt_cv_deplibs_check_method=pass_all
4825+ fi
4826+ ;;
4827+
4828+gnu*)
4829+ lt_cv_deplibs_check_method=pass_all
4830+ ;;
4831+
4832+haiku*)
4833+ lt_cv_deplibs_check_method=pass_all
4834+ ;;
4835+
4836+hpux10.20* | hpux11*)
4837+ lt_cv_file_magic_cmd=/usr/bin/file
4838+ case $host_cpu in
4839+ ia64*)
4840+ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4841+ lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4842+ ;;
4843+ hppa*64*)
4844+ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
4845+ lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4846+ ;;
4847+ *)
4848+ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4849+ lt_cv_file_magic_test_file=/usr/lib/libc.sl
4850+ ;;
4851+ esac
4852+ ;;
4853+
4854+interix[3-9]*)
4855+ # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4856+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4857+ ;;
4858+
4859+irix5* | irix6* | nonstopux*)
4860+ case $LD in
4861+ *-32|*"-32 ") libmagic=32-bit;;
4862+ *-n32|*"-n32 ") libmagic=N32;;
4863+ *-64|*"-64 ") libmagic=64-bit;;
4864+ *) libmagic=never-match;;
4865+ esac
4866+ lt_cv_deplibs_check_method=pass_all
4867+ ;;
4868+
4869+# This must be Linux ELF.
4870+linux* | k*bsd*-gnu | kopensolaris*-gnu)
4871+ lt_cv_deplibs_check_method=pass_all
4872+ ;;
4873+
4874+netbsd*)
4875+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4876+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4877+ else
4878+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4879+ fi
4880+ ;;
4881+
4882+newos6*)
4883+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4884+ lt_cv_file_magic_cmd=/usr/bin/file
4885+ lt_cv_file_magic_test_file=/usr/lib/libnls.so
4886+ ;;
4887+
4888+*nto* | *qnx*)
4889+ lt_cv_deplibs_check_method=pass_all
4890+ ;;
4891+
4892+openbsd*)
4893+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4894+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4895+ else
4896+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4897+ fi
4898+ ;;
4899+
4900+osf3* | osf4* | osf5*)
4901+ lt_cv_deplibs_check_method=pass_all
4902+ ;;
4903+
4904+rdos*)
4905+ lt_cv_deplibs_check_method=pass_all
4906+ ;;
4907+
4908+solaris*)
4909+ lt_cv_deplibs_check_method=pass_all
4910+ ;;
4911+
4912+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4913+ lt_cv_deplibs_check_method=pass_all
4914+ ;;
4915+
4916+sysv4 | sysv4.3*)
4917+ case $host_vendor in
4918+ motorola)
4919+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
4920+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4921+ ;;
4922+ ncr)
4923+ lt_cv_deplibs_check_method=pass_all
4924+ ;;
4925+ sequent)
4926+ lt_cv_file_magic_cmd='/bin/file'
4927+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4928+ ;;
4929+ sni)
4930+ lt_cv_file_magic_cmd='/bin/file'
4931+ lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4932+ lt_cv_file_magic_test_file=/lib/libc.so
4933+ ;;
4934+ siemens)
4935+ lt_cv_deplibs_check_method=pass_all
4936+ ;;
4937+ pc)
4938+ lt_cv_deplibs_check_method=pass_all
4939+ ;;
4940+ esac
4941+ ;;
4942+
4943+tpf*)
4944+ lt_cv_deplibs_check_method=pass_all
4945+ ;;
4946+esac
4947+
4948+fi
4949+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4950+$as_echo "$lt_cv_deplibs_check_method" >&6; }
4951+file_magic_cmd=$lt_cv_file_magic_cmd
4952+deplibs_check_method=$lt_cv_deplibs_check_method
4953+test -z "$deplibs_check_method" && deplibs_check_method=unknown
4954+
4955+
4956+
4957+
4958+
4959+
4960+
4961+
4962+
4963+
4964+
4965+
4966+if test -n "$ac_tool_prefix"; then
4967+ # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4968+set dummy ${ac_tool_prefix}ar; ac_word=$2
4969+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4970+$as_echo_n "checking for $ac_word... " >&6; }
4971+if test "${ac_cv_prog_AR+set}" = set; then :
4972+ $as_echo_n "(cached) " >&6
4973+else
4974+ if test -n "$AR"; then
4975+ ac_cv_prog_AR="$AR" # Let the user override the test.
4976+else
4977+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4978+for as_dir in $PATH
4979+do
4980+ IFS=$as_save_IFS
4981+ test -z "$as_dir" && as_dir=.
4982+ for ac_exec_ext in '' $ac_executable_extensions; do
4983+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4984+ ac_cv_prog_AR="${ac_tool_prefix}ar"
4985+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4986+ break 2
4987+ fi
4988+done
4989+ done
4990+IFS=$as_save_IFS
4991+
4992+fi
4993+fi
4994+AR=$ac_cv_prog_AR
4995+if test -n "$AR"; then
4996+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4997+$as_echo "$AR" >&6; }
4998+else
4999+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5000+$as_echo "no" >&6; }
5001+fi
5002+
5003+
5004+fi
5005+if test -z "$ac_cv_prog_AR"; then
5006+ ac_ct_AR=$AR
5007+ # Extract the first word of "ar", so it can be a program name with args.
5008+set dummy ar; ac_word=$2
5009+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5010+$as_echo_n "checking for $ac_word... " >&6; }
5011+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5012+ $as_echo_n "(cached) " >&6
5013+else
5014+ if test -n "$ac_ct_AR"; then
5015+ ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5016+else
5017+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5018+for as_dir in $PATH
5019+do
5020+ IFS=$as_save_IFS
5021+ test -z "$as_dir" && as_dir=.
5022+ for ac_exec_ext in '' $ac_executable_extensions; do
5023+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5024+ ac_cv_prog_ac_ct_AR="ar"
5025+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5026+ break 2
5027+ fi
5028+done
5029+ done
5030+IFS=$as_save_IFS
5031+
5032+fi
5033+fi
5034+ac_ct_AR=$ac_cv_prog_ac_ct_AR
5035+if test -n "$ac_ct_AR"; then
5036+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5037+$as_echo "$ac_ct_AR" >&6; }
5038+else
5039+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5040+$as_echo "no" >&6; }
5041+fi
5042+
5043+ if test "x$ac_ct_AR" = x; then
5044+ AR="false"
5045+ else
5046+ case $cross_compiling:$ac_tool_warned in
5047+yes:)
5048+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5049+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5050+ac_tool_warned=yes ;;
5051+esac
5052+ AR=$ac_ct_AR
5053+ fi
5054+else
5055+ AR="$ac_cv_prog_AR"
5056+fi
5057+
5058+test -z "$AR" && AR=ar
5059+test -z "$AR_FLAGS" && AR_FLAGS=cru
5060+
5061+
5062+
5063+
5064+
5065+
5066+
5067+
5068+
5069+
5070+
5071+if test -n "$ac_tool_prefix"; then
5072+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5073+set dummy ${ac_tool_prefix}strip; ac_word=$2
5074+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5075+$as_echo_n "checking for $ac_word... " >&6; }
5076+if test "${ac_cv_prog_STRIP+set}" = set; then :
5077+ $as_echo_n "(cached) " >&6
5078+else
5079+ if test -n "$STRIP"; then
5080+ ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5081+else
5082+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5083+for as_dir in $PATH
5084+do
5085+ IFS=$as_save_IFS
5086+ test -z "$as_dir" && as_dir=.
5087+ for ac_exec_ext in '' $ac_executable_extensions; do
5088+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5089+ ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5090+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5091+ break 2
5092+ fi
5093+done
5094+ done
5095+IFS=$as_save_IFS
5096+
5097+fi
5098+fi
5099+STRIP=$ac_cv_prog_STRIP
5100+if test -n "$STRIP"; then
5101+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5102+$as_echo "$STRIP" >&6; }
5103+else
5104+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5105+$as_echo "no" >&6; }
5106+fi
5107+
5108+
5109+fi
5110+if test -z "$ac_cv_prog_STRIP"; then
5111+ ac_ct_STRIP=$STRIP
5112+ # Extract the first word of "strip", so it can be a program name with args.
5113+set dummy strip; ac_word=$2
5114+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5115+$as_echo_n "checking for $ac_word... " >&6; }
5116+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5117+ $as_echo_n "(cached) " >&6
5118+else
5119+ if test -n "$ac_ct_STRIP"; then
5120+ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5121+else
5122+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5123+for as_dir in $PATH
5124+do
5125+ IFS=$as_save_IFS
5126+ test -z "$as_dir" && as_dir=.
5127+ for ac_exec_ext in '' $ac_executable_extensions; do
5128+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5129+ ac_cv_prog_ac_ct_STRIP="strip"
5130+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5131+ break 2
5132+ fi
5133+done
5134+ done
5135+IFS=$as_save_IFS
5136+
5137+fi
5138+fi
5139+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5140+if test -n "$ac_ct_STRIP"; then
5141+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5142+$as_echo "$ac_ct_STRIP" >&6; }
5143+else
5144+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5145+$as_echo "no" >&6; }
5146+fi
5147+
5148+ if test "x$ac_ct_STRIP" = x; then
5149+ STRIP=":"
5150+ else
5151+ case $cross_compiling:$ac_tool_warned in
5152+yes:)
5153+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5154+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5155+ac_tool_warned=yes ;;
5156+esac
5157+ STRIP=$ac_ct_STRIP
5158+ fi
5159+else
5160+ STRIP="$ac_cv_prog_STRIP"
5161+fi
5162+
5163+test -z "$STRIP" && STRIP=:
5164+
5165+
5166+
5167+
5168+
5169+
5170+if test -n "$ac_tool_prefix"; then
5171+ # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5172+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5173+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5174+$as_echo_n "checking for $ac_word... " >&6; }
5175+if test "${ac_cv_prog_RANLIB+set}" = set; then :
5176+ $as_echo_n "(cached) " >&6
5177+else
5178+ if test -n "$RANLIB"; then
5179+ ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5180+else
5181+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5182+for as_dir in $PATH
5183+do
5184+ IFS=$as_save_IFS
5185+ test -z "$as_dir" && as_dir=.
5186+ for ac_exec_ext in '' $ac_executable_extensions; do
5187+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5188+ ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5189+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5190+ break 2
5191+ fi
5192+done
5193+ done
5194+IFS=$as_save_IFS
5195+
5196+fi
5197+fi
5198+RANLIB=$ac_cv_prog_RANLIB
5199+if test -n "$RANLIB"; then
5200+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5201+$as_echo "$RANLIB" >&6; }
5202+else
5203+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5204+$as_echo "no" >&6; }
5205+fi
5206+
5207+
5208+fi
5209+if test -z "$ac_cv_prog_RANLIB"; then
5210+ ac_ct_RANLIB=$RANLIB
5211+ # Extract the first word of "ranlib", so it can be a program name with args.
5212+set dummy ranlib; ac_word=$2
5213+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5214+$as_echo_n "checking for $ac_word... " >&6; }
5215+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5216+ $as_echo_n "(cached) " >&6
5217+else
5218+ if test -n "$ac_ct_RANLIB"; then
5219+ ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5220+else
5221+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5222+for as_dir in $PATH
5223+do
5224+ IFS=$as_save_IFS
5225+ test -z "$as_dir" && as_dir=.
5226+ for ac_exec_ext in '' $ac_executable_extensions; do
5227+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5228+ ac_cv_prog_ac_ct_RANLIB="ranlib"
5229+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5230+ break 2
5231+ fi
5232+done
5233+ done
5234+IFS=$as_save_IFS
5235+
5236+fi
5237+fi
5238+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5239+if test -n "$ac_ct_RANLIB"; then
5240+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5241+$as_echo "$ac_ct_RANLIB" >&6; }
5242+else
5243+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5244+$as_echo "no" >&6; }
5245+fi
5246+
5247+ if test "x$ac_ct_RANLIB" = x; then
5248+ RANLIB=":"
5249+ else
5250+ case $cross_compiling:$ac_tool_warned in
5251+yes:)
5252+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5253+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5254+ac_tool_warned=yes ;;
5255+esac
5256+ RANLIB=$ac_ct_RANLIB
5257+ fi
5258+else
5259+ RANLIB="$ac_cv_prog_RANLIB"
5260+fi
5261+
5262+test -z "$RANLIB" && RANLIB=:
5263+
5264+
5265+
5266+
5267+
5268+
5269+# Determine commands to create old-style static archives.
5270+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5271+old_postinstall_cmds='chmod 644 $oldlib'
5272+old_postuninstall_cmds=
5273+
5274+if test -n "$RANLIB"; then
5275+ case $host_os in
5276+ openbsd*)
5277+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5278+ ;;
5279+ *)
5280+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5281+ ;;
5282+ esac
5283+ old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5284+fi
5285+
5286+case $host_os in
5287+ darwin*)
5288+ lock_old_archive_extraction=yes ;;
5289+ *)
5290+ lock_old_archive_extraction=no ;;
5291+esac
5292+
5293+
5294+
5295+
5296+
5297+
5298+
5299+
5300+
5301+
5302+
5303+
5304+
5305+
5306+
5307+
5308+
5309+
5310+
5311+
5312+
5313+
5314+
5315+
5316+
5317+
5318+
5319+
5320+
5321+
5322+
5323+
5324+
5325+
5326+
5327+
5328+
5329+
5330+
5331+# If no C compiler was specified, use CC.
5332+LTCC=${LTCC-"$CC"}
5333+
5334+# If no C compiler flags were specified, use CFLAGS.
5335+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5336+
5337+# Allow CC to be a program name with arguments.
5338+compiler=$CC
5339+
5340+
5341+# Check for command to grab the raw symbol name followed by C symbol from nm.
5342+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5343+$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5344+if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5345+ $as_echo_n "(cached) " >&6
5346+else
5347+
5348+# These are sane defaults that work on at least a few old systems.
5349+# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5350+
5351+# Character class describing NM global symbol codes.
5352+symcode='[BCDEGRST]'
5353+
5354+# Regexp to match symbols that can be accessed directly from C.
5355+sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5356+
5357+# Define system-specific variables.
5358+case $host_os in
5359+aix*)
5360+ symcode='[BCDT]'
5361+ ;;
5362+cygwin* | mingw* | pw32* | cegcc*)
5363+ symcode='[ABCDGISTW]'
5364+ ;;
5365+hpux*)
5366+ if test "$host_cpu" = ia64; then
5367+ symcode='[ABCDEGRST]'
5368+ fi
5369+ ;;
5370+irix* | nonstopux*)
5371+ symcode='[BCDEGRST]'
5372+ ;;
5373+osf*)
5374+ symcode='[BCDEGQRST]'
5375+ ;;
5376+solaris*)
5377+ symcode='[BDRT]'
5378+ ;;
5379+sco3.2v5*)
5380+ symcode='[DT]'
5381+ ;;
5382+sysv4.2uw2*)
5383+ symcode='[DT]'
5384+ ;;
5385+sysv5* | sco5v6* | unixware* | OpenUNIX*)
5386+ symcode='[ABDT]'
5387+ ;;
5388+sysv4)
5389+ symcode='[DFNSTU]'
5390+ ;;
5391+esac
5392+
5393+# If we're using GNU nm, then use its standard symbol codes.
5394+case `$NM -V 2>&1` in
5395+*GNU* | *'with BFD'*)
5396+ symcode='[ABCDGIRSTW]' ;;
5397+esac
5398+
5399+# Transform an extracted symbol line into a proper C declaration.
5400+# Some systems (esp. on ia64) link data and code symbols differently,
5401+# so use this general approach.
5402+lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5403+
5404+# Transform an extracted symbol line into symbol name and symbol address
5405+lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5406+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
5407+
5408+# Handle CRLF in mingw tool chain
5409+opt_cr=
5410+case $build_os in
5411+mingw*)
5412+ opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5413+ ;;
5414+esac
5415+
5416+# Try without a prefix underscore, then with it.
5417+for ac_symprfx in "" "_"; do
5418+
5419+ # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5420+ symxfrm="\\1 $ac_symprfx\\2 \\2"
5421+
5422+ # Write the raw and C identifiers.
5423+ if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5424+ # Fake it for dumpbin and say T for any non-static function
5425+ # and D for any global variable.
5426+ # Also find C++ and __fastcall symbols from MSVC++,
5427+ # which start with @ or ?.
5428+ lt_cv_sys_global_symbol_pipe="$AWK '"\
5429+" {last_section=section; section=\$ 3};"\
5430+" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5431+" \$ 0!~/External *\|/{next};"\
5432+" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5433+" {if(hide[section]) next};"\
5434+" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5435+" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5436+" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5437+" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5438+" ' prfx=^$ac_symprfx"
5439+ else
5440+ lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5441+ fi
5442+
5443+ # Check to see that the pipe works correctly.
5444+ pipe_works=no
5445+
5446+ rm -f conftest*
5447+ cat > conftest.$ac_ext <<_LT_EOF
5448+#ifdef __cplusplus
5449+extern "C" {
5450+#endif
5451+char nm_test_var;
5452+void nm_test_func(void);
5453+void nm_test_func(void){}
5454+#ifdef __cplusplus
5455+}
5456+#endif
5457+int main(){nm_test_var='a';nm_test_func();return(0);}
5458+_LT_EOF
5459+
5460+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5461+ (eval $ac_compile) 2>&5
5462+ ac_status=$?
5463+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5464+ test $ac_status = 0; }; then
5465+ # Now try to grab the symbols.
5466+ nlist=conftest.nm
5467+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5468+ (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5469+ ac_status=$?
5470+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5471+ test $ac_status = 0; } && test -s "$nlist"; then
5472+ # Try sorting and uniquifying the output.
5473+ if sort "$nlist" | uniq > "$nlist"T; then
5474+ mv -f "$nlist"T "$nlist"
5475+ else
5476+ rm -f "$nlist"T
5477+ fi
5478+
5479+ # Make sure that we snagged all the symbols we need.
5480+ if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5481+ if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5482+ cat <<_LT_EOF > conftest.$ac_ext
5483+#ifdef __cplusplus
5484+extern "C" {
5485+#endif
5486+
5487+_LT_EOF
5488+ # Now generate the symbol file.
5489+ eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5490+
5491+ cat <<_LT_EOF >> conftest.$ac_ext
5492+
5493+/* The mapping between symbol names and symbols. */
5494+const struct {
5495+ const char *name;
5496+ void *address;
5497+}
5498+lt__PROGRAM__LTX_preloaded_symbols[] =
5499+{
5500+ { "@PROGRAM@", (void *) 0 },
5501+_LT_EOF
5502+ $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5503+ cat <<\_LT_EOF >> conftest.$ac_ext
5504+ {0, (void *) 0}
5505+};
5506+
5507+/* This works around a problem in FreeBSD linker */
5508+#ifdef FREEBSD_WORKAROUND
5509+static const void *lt_preloaded_setup() {
5510+ return lt__PROGRAM__LTX_preloaded_symbols;
5511+}
5512+#endif
5513+
5514+#ifdef __cplusplus
5515+}
5516+#endif
5517+_LT_EOF
5518+ # Now try linking the two files.
5519+ mv conftest.$ac_objext conftstm.$ac_objext
5520+ lt_save_LIBS="$LIBS"
5521+ lt_save_CFLAGS="$CFLAGS"
5522+ LIBS="conftstm.$ac_objext"
5523+ CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5524+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5525+ (eval $ac_link) 2>&5
5526+ ac_status=$?
5527+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5528+ test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5529+ pipe_works=yes
5530+ fi
5531+ LIBS="$lt_save_LIBS"
5532+ CFLAGS="$lt_save_CFLAGS"
5533+ else
5534+ echo "cannot find nm_test_func in $nlist" >&5
5535+ fi
5536+ else
5537+ echo "cannot find nm_test_var in $nlist" >&5
5538+ fi
5539+ else
5540+ echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5541+ fi
5542+ else
5543+ echo "$progname: failed program was:" >&5
5544+ cat conftest.$ac_ext >&5
5545+ fi
5546+ rm -rf conftest* conftst*
5547+
5548+ # Do not use the global_symbol_pipe unless it works.
5549+ if test "$pipe_works" = yes; then
5550+ break
5551+ else
5552+ lt_cv_sys_global_symbol_pipe=
5553+ fi
5554+done
5555+
5556+fi
5557+
5558+if test -z "$lt_cv_sys_global_symbol_pipe"; then
5559+ lt_cv_sys_global_symbol_to_cdecl=
5560+fi
5561+if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5562+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5563+$as_echo "failed" >&6; }
5564+else
5565+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5566+$as_echo "ok" >&6; }
5567+fi
5568+
5569+
5570+
5571+
5572+
5573+
5574+
5575+
5576+
5577+
5578+
5579+
5580+
5581+
5582+
5583+
5584+
5585+
5586+
5587+
5588+
5589+
5590+
5591+@%:@ Check whether --enable-libtool-lock was given.
5592+if test "${enable_libtool_lock+set}" = set; then :
5593+ enableval=$enable_libtool_lock;
5594+fi
5595+
5596+test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5597+
5598+# Some flags need to be propagated to the compiler or linker for good
5599+# libtool support.
5600+case $host in
5601+ia64-*-hpux*)
5602+ # Find out which ABI we are using.
5603+ echo 'int i;' > conftest.$ac_ext
5604+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5605+ (eval $ac_compile) 2>&5
5606+ ac_status=$?
5607+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5608+ test $ac_status = 0; }; then
5609+ case `/usr/bin/file conftest.$ac_objext` in
5610+ *ELF-32*)
5611+ HPUX_IA64_MODE="32"
5612+ ;;
5613+ *ELF-64*)
5614+ HPUX_IA64_MODE="64"
5615+ ;;
5616+ esac
5617+ fi
5618+ rm -rf conftest*
5619+ ;;
5620+*-*-irix6*)
5621+ # Find out which ABI we are using.
5622+ echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5623+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5624+ (eval $ac_compile) 2>&5
5625+ ac_status=$?
5626+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5627+ test $ac_status = 0; }; then
5628+ if test "$lt_cv_prog_gnu_ld" = yes; then
5629+ case `/usr/bin/file conftest.$ac_objext` in
5630+ *32-bit*)
5631+ LD="${LD-ld} -melf32bsmip"
5632+ ;;
5633+ *N32*)
5634+ LD="${LD-ld} -melf32bmipn32"
5635+ ;;
5636+ *64-bit*)
5637+ LD="${LD-ld} -melf64bmip"
5638+ ;;
5639+ esac
5640+ else
5641+ case `/usr/bin/file conftest.$ac_objext` in
5642+ *32-bit*)
5643+ LD="${LD-ld} -32"
5644+ ;;
5645+ *N32*)
5646+ LD="${LD-ld} -n32"
5647+ ;;
5648+ *64-bit*)
5649+ LD="${LD-ld} -64"
5650+ ;;
5651+ esac
5652+ fi
5653+ fi
5654+ rm -rf conftest*
5655+ ;;
5656+
5657+x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5658+s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5659+ # Find out which ABI we are using.
5660+ echo 'int i;' > conftest.$ac_ext
5661+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5662+ (eval $ac_compile) 2>&5
5663+ ac_status=$?
5664+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5665+ test $ac_status = 0; }; then
5666+ case `/usr/bin/file conftest.o` in
5667+ *32-bit*)
5668+ case $host in
5669+ x86_64-*kfreebsd*-gnu)
5670+ LD="${LD-ld} -m elf_i386_fbsd"
5671+ ;;
5672+ x86_64-*linux*)
5673+ LD="${LD-ld} -m elf_i386"
5674+ ;;
5675+ ppc64-*linux*|powerpc64-*linux*)
5676+ LD="${LD-ld} -m elf32ppclinux"
5677+ ;;
5678+ s390x-*linux*)
5679+ LD="${LD-ld} -m elf_s390"
5680+ ;;
5681+ sparc64-*linux*)
5682+ LD="${LD-ld} -m elf32_sparc"
5683+ ;;
5684+ esac
5685+ ;;
5686+ *64-bit*)
5687+ case $host in
5688+ x86_64-*kfreebsd*-gnu)
5689+ LD="${LD-ld} -m elf_x86_64_fbsd"
5690+ ;;
5691+ x86_64-*linux*)
5692+ LD="${LD-ld} -m elf_x86_64"
5693+ ;;
5694+ ppc*-*linux*|powerpc*-*linux*)
5695+ LD="${LD-ld} -m elf64ppc"
5696+ ;;
5697+ s390*-*linux*|s390*-*tpf*)
5698+ LD="${LD-ld} -m elf64_s390"
5699+ ;;
5700+ sparc*-*linux*)
5701+ LD="${LD-ld} -m elf64_sparc"
5702+ ;;
5703+ esac
5704+ ;;
5705+ esac
5706+ fi
5707+ rm -rf conftest*
5708+ ;;
5709+
5710+*-*-sco3.2v5*)
5711+ # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5712+ SAVE_CFLAGS="$CFLAGS"
5713+ CFLAGS="$CFLAGS -belf"
5714+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5715+$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5716+if test "${lt_cv_cc_needs_belf+set}" = set; then :
5717+ $as_echo_n "(cached) " >&6
5718+else
5719+ ac_ext=c
5720+ac_cpp='$CPP $CPPFLAGS'
5721+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5722+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5723+ac_compiler_gnu=$ac_cv_c_compiler_gnu
5724+
5725+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5726+/* end confdefs.h. */
5727+
5728+int
5729+main ()
5730+{
5731+
5732+ ;
5733+ return 0;
5734+}
5735+_ACEOF
5736+if ac_fn_c_try_link "$LINENO"; then :
5737+ lt_cv_cc_needs_belf=yes
5738+else
5739+ lt_cv_cc_needs_belf=no
5740+fi
5741+rm -f core conftest.err conftest.$ac_objext \
5742+ conftest$ac_exeext conftest.$ac_ext
5743+ ac_ext=c
5744+ac_cpp='$CPP $CPPFLAGS'
5745+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5746+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5747+ac_compiler_gnu=$ac_cv_c_compiler_gnu
5748+
5749+fi
5750+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5751+$as_echo "$lt_cv_cc_needs_belf" >&6; }
5752+ if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5753+ # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5754+ CFLAGS="$SAVE_CFLAGS"
5755+ fi
5756+ ;;
5757+sparc*-*solaris*)
5758+ # Find out which ABI we are using.
5759+ echo 'int i;' > conftest.$ac_ext
5760+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5761+ (eval $ac_compile) 2>&5
5762+ ac_status=$?
5763+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5764+ test $ac_status = 0; }; then
5765+ case `/usr/bin/file conftest.o` in
5766+ *64-bit*)
5767+ case $lt_cv_prog_gnu_ld in
5768+ yes*) LD="${LD-ld} -m elf64_sparc" ;;
5769+ *)
5770+ if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5771+ LD="${LD-ld} -64"
5772+ fi
5773+ ;;
5774+ esac
5775+ ;;
5776+ esac
5777+ fi
5778+ rm -rf conftest*
5779+ ;;
5780+esac
5781+
5782+need_locks="$enable_libtool_lock"
5783+
5784+
5785+ case $host_os in
5786+ rhapsody* | darwin*)
5787+ if test -n "$ac_tool_prefix"; then
5788+ # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5789+set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5790+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5791+$as_echo_n "checking for $ac_word... " >&6; }
5792+if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
5793+ $as_echo_n "(cached) " >&6
5794+else
5795+ if test -n "$DSYMUTIL"; then
5796+ ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5797+else
5798+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5799+for as_dir in $PATH
5800+do
5801+ IFS=$as_save_IFS
5802+ test -z "$as_dir" && as_dir=.
5803+ for ac_exec_ext in '' $ac_executable_extensions; do
5804+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5805+ ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5806+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5807+ break 2
5808+ fi
5809+done
5810+ done
5811+IFS=$as_save_IFS
5812+
5813+fi
5814+fi
5815+DSYMUTIL=$ac_cv_prog_DSYMUTIL
5816+if test -n "$DSYMUTIL"; then
5817+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5818+$as_echo "$DSYMUTIL" >&6; }
5819+else
5820+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5821+$as_echo "no" >&6; }
5822+fi
5823+
5824+
5825+fi
5826+if test -z "$ac_cv_prog_DSYMUTIL"; then
5827+ ac_ct_DSYMUTIL=$DSYMUTIL
5828+ # Extract the first word of "dsymutil", so it can be a program name with args.
5829+set dummy dsymutil; ac_word=$2
5830+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5831+$as_echo_n "checking for $ac_word... " >&6; }
5832+if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
5833+ $as_echo_n "(cached) " >&6
5834+else
5835+ if test -n "$ac_ct_DSYMUTIL"; then
5836+ ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5837+else
5838+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5839+for as_dir in $PATH
5840+do
5841+ IFS=$as_save_IFS
5842+ test -z "$as_dir" && as_dir=.
5843+ for ac_exec_ext in '' $ac_executable_extensions; do
5844+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5845+ ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5846+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5847+ break 2
5848+ fi
5849+done
5850+ done
5851+IFS=$as_save_IFS
5852+
5853+fi
5854+fi
5855+ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5856+if test -n "$ac_ct_DSYMUTIL"; then
5857+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5858+$as_echo "$ac_ct_DSYMUTIL" >&6; }
5859+else
5860+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5861+$as_echo "no" >&6; }
5862+fi
5863+
5864+ if test "x$ac_ct_DSYMUTIL" = x; then
5865+ DSYMUTIL=":"
5866+ else
5867+ case $cross_compiling:$ac_tool_warned in
5868+yes:)
5869+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5870+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5871+ac_tool_warned=yes ;;
5872+esac
5873+ DSYMUTIL=$ac_ct_DSYMUTIL
5874+ fi
5875+else
5876+ DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5877+fi
5878+
5879+ if test -n "$ac_tool_prefix"; then
5880+ # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5881+set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5882+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5883+$as_echo_n "checking for $ac_word... " >&6; }
5884+if test "${ac_cv_prog_NMEDIT+set}" = set; then :
5885+ $as_echo_n "(cached) " >&6
5886+else
5887+ if test -n "$NMEDIT"; then
5888+ ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5889+else
5890+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5891+for as_dir in $PATH
5892+do
5893+ IFS=$as_save_IFS
5894+ test -z "$as_dir" && as_dir=.
5895+ for ac_exec_ext in '' $ac_executable_extensions; do
5896+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5897+ ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5898+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5899+ break 2
5900+ fi
5901+done
5902+ done
5903+IFS=$as_save_IFS
5904+
5905+fi
5906+fi
5907+NMEDIT=$ac_cv_prog_NMEDIT
5908+if test -n "$NMEDIT"; then
5909+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5910+$as_echo "$NMEDIT" >&6; }
5911+else
5912+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5913+$as_echo "no" >&6; }
5914+fi
5915+
5916+
5917+fi
5918+if test -z "$ac_cv_prog_NMEDIT"; then
5919+ ac_ct_NMEDIT=$NMEDIT
5920+ # Extract the first word of "nmedit", so it can be a program name with args.
5921+set dummy nmedit; ac_word=$2
5922+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5923+$as_echo_n "checking for $ac_word... " >&6; }
5924+if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
5925+ $as_echo_n "(cached) " >&6
5926+else
5927+ if test -n "$ac_ct_NMEDIT"; then
5928+ ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5929+else
5930+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5931+for as_dir in $PATH
5932+do
5933+ IFS=$as_save_IFS
5934+ test -z "$as_dir" && as_dir=.
5935+ for ac_exec_ext in '' $ac_executable_extensions; do
5936+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5937+ ac_cv_prog_ac_ct_NMEDIT="nmedit"
5938+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5939+ break 2
5940+ fi
5941+done
5942+ done
5943+IFS=$as_save_IFS
5944+
5945+fi
5946+fi
5947+ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5948+if test -n "$ac_ct_NMEDIT"; then
5949+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5950+$as_echo "$ac_ct_NMEDIT" >&6; }
5951+else
5952+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5953+$as_echo "no" >&6; }
5954+fi
5955+
5956+ if test "x$ac_ct_NMEDIT" = x; then
5957+ NMEDIT=":"
5958+ else
5959+ case $cross_compiling:$ac_tool_warned in
5960+yes:)
5961+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5962+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5963+ac_tool_warned=yes ;;
5964+esac
5965+ NMEDIT=$ac_ct_NMEDIT
5966+ fi
5967+else
5968+ NMEDIT="$ac_cv_prog_NMEDIT"
5969+fi
5970+
5971+ if test -n "$ac_tool_prefix"; then
5972+ # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5973+set dummy ${ac_tool_prefix}lipo; ac_word=$2
5974+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5975+$as_echo_n "checking for $ac_word... " >&6; }
5976+if test "${ac_cv_prog_LIPO+set}" = set; then :
5977+ $as_echo_n "(cached) " >&6
5978+else
5979+ if test -n "$LIPO"; then
5980+ ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5981+else
5982+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5983+for as_dir in $PATH
5984+do
5985+ IFS=$as_save_IFS
5986+ test -z "$as_dir" && as_dir=.
5987+ for ac_exec_ext in '' $ac_executable_extensions; do
5988+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5989+ ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5990+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5991+ break 2
5992+ fi
5993+done
5994+ done
5995+IFS=$as_save_IFS
5996+
5997+fi
5998+fi
5999+LIPO=$ac_cv_prog_LIPO
6000+if test -n "$LIPO"; then
6001+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6002+$as_echo "$LIPO" >&6; }
6003+else
6004+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6005+$as_echo "no" >&6; }
6006+fi
6007+
6008+
6009+fi
6010+if test -z "$ac_cv_prog_LIPO"; then
6011+ ac_ct_LIPO=$LIPO
6012+ # Extract the first word of "lipo", so it can be a program name with args.
6013+set dummy lipo; ac_word=$2
6014+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6015+$as_echo_n "checking for $ac_word... " >&6; }
6016+if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6017+ $as_echo_n "(cached) " >&6
6018+else
6019+ if test -n "$ac_ct_LIPO"; then
6020+ ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6021+else
6022+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6023+for as_dir in $PATH
6024+do
6025+ IFS=$as_save_IFS
6026+ test -z "$as_dir" && as_dir=.
6027+ for ac_exec_ext in '' $ac_executable_extensions; do
6028+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6029+ ac_cv_prog_ac_ct_LIPO="lipo"
6030+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6031+ break 2
6032+ fi
6033+done
6034+ done
6035+IFS=$as_save_IFS
6036+
6037+fi
6038+fi
6039+ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6040+if test -n "$ac_ct_LIPO"; then
6041+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6042+$as_echo "$ac_ct_LIPO" >&6; }
6043+else
6044+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6045+$as_echo "no" >&6; }
6046+fi
6047+
6048+ if test "x$ac_ct_LIPO" = x; then
6049+ LIPO=":"
6050+ else
6051+ case $cross_compiling:$ac_tool_warned in
6052+yes:)
6053+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6054+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6055+ac_tool_warned=yes ;;
6056+esac
6057+ LIPO=$ac_ct_LIPO
6058+ fi
6059+else
6060+ LIPO="$ac_cv_prog_LIPO"
6061+fi
6062+
6063+ if test -n "$ac_tool_prefix"; then
6064+ # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6065+set dummy ${ac_tool_prefix}otool; ac_word=$2
6066+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6067+$as_echo_n "checking for $ac_word... " >&6; }
6068+if test "${ac_cv_prog_OTOOL+set}" = set; then :
6069+ $as_echo_n "(cached) " >&6
6070+else
6071+ if test -n "$OTOOL"; then
6072+ ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6073+else
6074+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6075+for as_dir in $PATH
6076+do
6077+ IFS=$as_save_IFS
6078+ test -z "$as_dir" && as_dir=.
6079+ for ac_exec_ext in '' $ac_executable_extensions; do
6080+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6081+ ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6082+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6083+ break 2
6084+ fi
6085+done
6086+ done
6087+IFS=$as_save_IFS
6088+
6089+fi
6090+fi
6091+OTOOL=$ac_cv_prog_OTOOL
6092+if test -n "$OTOOL"; then
6093+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6094+$as_echo "$OTOOL" >&6; }
6095+else
6096+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6097+$as_echo "no" >&6; }
6098+fi
6099+
6100+
6101+fi
6102+if test -z "$ac_cv_prog_OTOOL"; then
6103+ ac_ct_OTOOL=$OTOOL
6104+ # Extract the first word of "otool", so it can be a program name with args.
6105+set dummy otool; ac_word=$2
6106+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6107+$as_echo_n "checking for $ac_word... " >&6; }
6108+if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6109+ $as_echo_n "(cached) " >&6
6110+else
6111+ if test -n "$ac_ct_OTOOL"; then
6112+ ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6113+else
6114+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6115+for as_dir in $PATH
6116+do
6117+ IFS=$as_save_IFS
6118+ test -z "$as_dir" && as_dir=.
6119+ for ac_exec_ext in '' $ac_executable_extensions; do
6120+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6121+ ac_cv_prog_ac_ct_OTOOL="otool"
6122+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6123+ break 2
6124+ fi
6125+done
6126+ done
6127+IFS=$as_save_IFS
6128+
6129+fi
6130+fi
6131+ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6132+if test -n "$ac_ct_OTOOL"; then
6133+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6134+$as_echo "$ac_ct_OTOOL" >&6; }
6135+else
6136+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6137+$as_echo "no" >&6; }
6138+fi
6139+
6140+ if test "x$ac_ct_OTOOL" = x; then
6141+ OTOOL=":"
6142+ else
6143+ case $cross_compiling:$ac_tool_warned in
6144+yes:)
6145+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6146+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6147+ac_tool_warned=yes ;;
6148+esac
6149+ OTOOL=$ac_ct_OTOOL
6150+ fi
6151+else
6152+ OTOOL="$ac_cv_prog_OTOOL"
6153+fi
6154+
6155+ if test -n "$ac_tool_prefix"; then
6156+ # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6157+set dummy ${ac_tool_prefix}otool64; ac_word=$2
6158+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6159+$as_echo_n "checking for $ac_word... " >&6; }
6160+if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6161+ $as_echo_n "(cached) " >&6
6162+else
6163+ if test -n "$OTOOL64"; then
6164+ ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6165+else
6166+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6167+for as_dir in $PATH
6168+do
6169+ IFS=$as_save_IFS
6170+ test -z "$as_dir" && as_dir=.
6171+ for ac_exec_ext in '' $ac_executable_extensions; do
6172+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6173+ ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6174+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6175+ break 2
6176+ fi
6177+done
6178+ done
6179+IFS=$as_save_IFS
6180+
6181+fi
6182+fi
6183+OTOOL64=$ac_cv_prog_OTOOL64
6184+if test -n "$OTOOL64"; then
6185+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6186+$as_echo "$OTOOL64" >&6; }
6187+else
6188+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6189+$as_echo "no" >&6; }
6190+fi
6191+
6192+
6193+fi
6194+if test -z "$ac_cv_prog_OTOOL64"; then
6195+ ac_ct_OTOOL64=$OTOOL64
6196+ # Extract the first word of "otool64", so it can be a program name with args.
6197+set dummy otool64; ac_word=$2
6198+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6199+$as_echo_n "checking for $ac_word... " >&6; }
6200+if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6201+ $as_echo_n "(cached) " >&6
6202+else
6203+ if test -n "$ac_ct_OTOOL64"; then
6204+ ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6205+else
6206+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6207+for as_dir in $PATH
6208+do
6209+ IFS=$as_save_IFS
6210+ test -z "$as_dir" && as_dir=.
6211+ for ac_exec_ext in '' $ac_executable_extensions; do
6212+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6213+ ac_cv_prog_ac_ct_OTOOL64="otool64"
6214+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6215+ break 2
6216+ fi
6217+done
6218+ done
6219+IFS=$as_save_IFS
6220+
6221+fi
6222+fi
6223+ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6224+if test -n "$ac_ct_OTOOL64"; then
6225+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6226+$as_echo "$ac_ct_OTOOL64" >&6; }
6227+else
6228+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6229+$as_echo "no" >&6; }
6230+fi
6231+
6232+ if test "x$ac_ct_OTOOL64" = x; then
6233+ OTOOL64=":"
6234+ else
6235+ case $cross_compiling:$ac_tool_warned in
6236+yes:)
6237+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6238+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6239+ac_tool_warned=yes ;;
6240+esac
6241+ OTOOL64=$ac_ct_OTOOL64
6242+ fi
6243+else
6244+ OTOOL64="$ac_cv_prog_OTOOL64"
6245+fi
6246+
6247+
6248+
6249+
6250+
6251+
6252+
6253+
6254+
6255+
6256+
6257+
6258+
6259+
6260+
6261+
6262+
6263+
6264+
6265+
6266+
6267+
6268+
6269+
6270+
6271+
6272+
6273+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6274+$as_echo_n "checking for -single_module linker flag... " >&6; }
6275+if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6276+ $as_echo_n "(cached) " >&6
6277+else
6278+ lt_cv_apple_cc_single_mod=no
6279+ if test -z "${LT_MULTI_MODULE}"; then
6280+ # By default we will add the -single_module flag. You can override
6281+ # by either setting the environment variable LT_MULTI_MODULE
6282+ # non-empty at configure time, or by adding -multi_module to the
6283+ # link flags.
6284+ rm -rf libconftest.dylib*
6285+ echo "int foo(void){return 1;}" > conftest.c
6286+ echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6287+-dynamiclib -Wl,-single_module conftest.c" >&5
6288+ $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6289+ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6290+ _lt_result=$?
6291+ if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6292+ lt_cv_apple_cc_single_mod=yes
6293+ else
6294+ cat conftest.err >&5
6295+ fi
6296+ rm -rf libconftest.dylib*
6297+ rm -f conftest.*
6298+ fi
6299+fi
6300+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6301+$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6302+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6303+$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6304+if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6305+ $as_echo_n "(cached) " >&6
6306+else
6307+ lt_cv_ld_exported_symbols_list=no
6308+ save_LDFLAGS=$LDFLAGS
6309+ echo "_main" > conftest.sym
6310+ LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6311+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6312+/* end confdefs.h. */
6313+
6314+int
6315+main ()
6316+{
6317+
6318+ ;
6319+ return 0;
6320+}
6321+_ACEOF
6322+if ac_fn_c_try_link "$LINENO"; then :
6323+ lt_cv_ld_exported_symbols_list=yes
6324+else
6325+ lt_cv_ld_exported_symbols_list=no
6326+fi
6327+rm -f core conftest.err conftest.$ac_objext \
6328+ conftest$ac_exeext conftest.$ac_ext
6329+ LDFLAGS="$save_LDFLAGS"
6330+
6331+fi
6332+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6333+$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6334+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6335+$as_echo_n "checking for -force_load linker flag... " >&6; }
6336+if test "${lt_cv_ld_force_load+set}" = set; then :
6337+ $as_echo_n "(cached) " >&6
6338+else
6339+ lt_cv_ld_force_load=no
6340+ cat > conftest.c << _LT_EOF
6341+int forced_loaded() { return 2;}
6342+_LT_EOF
6343+ echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6344+ $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6345+ echo "$AR cru libconftest.a conftest.o" >&5
6346+ $AR cru libconftest.a conftest.o 2>&5
6347+ echo "$RANLIB libconftest.a" >&5
6348+ $RANLIB libconftest.a 2>&5
6349+ cat > conftest.c << _LT_EOF
6350+int main() { return 0;}
6351+_LT_EOF
6352+ echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6353+ $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6354+ _lt_result=$?
6355+ if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6356+ lt_cv_ld_force_load=yes
6357+ else
6358+ cat conftest.err >&5
6359+ fi
6360+ rm -f conftest.err libconftest.a conftest conftest.c
6361+ rm -rf conftest.dSYM
6362+
6363+fi
6364+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6365+$as_echo "$lt_cv_ld_force_load" >&6; }
6366+ case $host_os in
6367+ rhapsody* | darwin1.[012])
6368+ _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6369+ darwin1.*)
6370+ _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6371+ darwin*) # darwin 5.x on
6372+ # if running on 10.5 or later, the deployment target defaults
6373+ # to the OS version, if on x86, and 10.4, the deployment
6374+ # target defaults to 10.4. Don't you love it?
6375+ case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6376+ 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6377+ _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6378+ 10.[012]*)
6379+ _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6380+ 10.*)
6381+ _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6382+ esac
6383+ ;;
6384+ esac
6385+ if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6386+ _lt_dar_single_mod='$single_module'
6387+ fi
6388+ if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6389+ _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6390+ else
6391+ _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6392+ fi
6393+ if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6394+ _lt_dsymutil='~$DSYMUTIL $lib || :'
6395+ else
6396+ _lt_dsymutil=
6397+ fi
6398+ ;;
6399+ esac
6400+
6401+ac_ext=c
6402+ac_cpp='$CPP $CPPFLAGS'
6403+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6404+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6405+ac_compiler_gnu=$ac_cv_c_compiler_gnu
6406+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6407+$as_echo_n "checking how to run the C preprocessor... " >&6; }
6408+# On Suns, sometimes $CPP names a directory.
6409+if test -n "$CPP" && test -d "$CPP"; then
6410+ CPP=
6411+fi
6412+if test -z "$CPP"; then
6413+ if test "${ac_cv_prog_CPP+set}" = set; then :
6414+ $as_echo_n "(cached) " >&6
6415+else
6416+ # Double quotes because CPP needs to be expanded
6417+ for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6418+ do
6419+ ac_preproc_ok=false
6420+for ac_c_preproc_warn_flag in '' yes
6421+do
6422+ # Use a header file that comes with gcc, so configuring glibc
6423+ # with a fresh cross-compiler works.
6424+ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6425+ # <limits.h> exists even on freestanding compilers.
6426+ # On the NeXT, cc -E runs the code through the compiler's parser,
6427+ # not just through cpp. "Syntax error" is here to catch this case.
6428+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6429+/* end confdefs.h. */
6430+@%:@ifdef __STDC__
6431+@%:@ include <limits.h>
6432+@%:@else
6433+@%:@ include <assert.h>
6434+@%:@endif
6435+ Syntax error
6436+_ACEOF
6437+if ac_fn_c_try_cpp "$LINENO"; then :
6438+
6439+else
6440+ # Broken: fails on valid input.
6441+continue
6442+fi
6443+rm -f conftest.err conftest.i conftest.$ac_ext
6444+
6445+ # OK, works on sane cases. Now check whether nonexistent headers
6446+ # can be detected and how.
6447+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6448+/* end confdefs.h. */
6449+@%:@include <ac_nonexistent.h>
6450+_ACEOF
6451+if ac_fn_c_try_cpp "$LINENO"; then :
6452+ # Broken: success on invalid input.
6453+continue
6454+else
6455+ # Passes both tests.
6456+ac_preproc_ok=:
6457+break
6458+fi
6459+rm -f conftest.err conftest.i conftest.$ac_ext
6460+
6461+done
6462+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6463+rm -f conftest.i conftest.err conftest.$ac_ext
6464+if $ac_preproc_ok; then :
6465+ break
6466+fi
6467+
6468+ done
6469+ ac_cv_prog_CPP=$CPP
6470+
6471+fi
6472+ CPP=$ac_cv_prog_CPP
6473+else
6474+ ac_cv_prog_CPP=$CPP
6475+fi
6476+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6477+$as_echo "$CPP" >&6; }
6478+ac_preproc_ok=false
6479+for ac_c_preproc_warn_flag in '' yes
6480+do
6481+ # Use a header file that comes with gcc, so configuring glibc
6482+ # with a fresh cross-compiler works.
6483+ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6484+ # <limits.h> exists even on freestanding compilers.
6485+ # On the NeXT, cc -E runs the code through the compiler's parser,
6486+ # not just through cpp. "Syntax error" is here to catch this case.
6487+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6488+/* end confdefs.h. */
6489+@%:@ifdef __STDC__
6490+@%:@ include <limits.h>
6491+@%:@else
6492+@%:@ include <assert.h>
6493+@%:@endif
6494+ Syntax error
6495+_ACEOF
6496+if ac_fn_c_try_cpp "$LINENO"; then :
6497+
6498+else
6499+ # Broken: fails on valid input.
6500+continue
6501+fi
6502+rm -f conftest.err conftest.i conftest.$ac_ext
6503+
6504+ # OK, works on sane cases. Now check whether nonexistent headers
6505+ # can be detected and how.
6506+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6507+/* end confdefs.h. */
6508+@%:@include <ac_nonexistent.h>
6509+_ACEOF
6510+if ac_fn_c_try_cpp "$LINENO"; then :
6511+ # Broken: success on invalid input.
6512+continue
6513+else
6514+ # Passes both tests.
6515+ac_preproc_ok=:
6516+break
6517+fi
6518+rm -f conftest.err conftest.i conftest.$ac_ext
6519+
6520+done
6521+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6522+rm -f conftest.i conftest.err conftest.$ac_ext
6523+if $ac_preproc_ok; then :
6524+
6525+else
6526+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6527+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6528+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6529+See \`config.log' for more details" "$LINENO" 5 ; }
6530+fi
6531+
6532+ac_ext=c
6533+ac_cpp='$CPP $CPPFLAGS'
6534+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6535+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6536+ac_compiler_gnu=$ac_cv_c_compiler_gnu
6537+
6538+
6539+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6540+$as_echo_n "checking for ANSI C header files... " >&6; }
6541+if test "${ac_cv_header_stdc+set}" = set; then :
6542+ $as_echo_n "(cached) " >&6
6543+else
6544+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6545+/* end confdefs.h. */
6546+#include <stdlib.h>
6547+#include <stdarg.h>
6548+#include <string.h>
6549+#include <float.h>
6550+
6551+int
6552+main ()
6553+{
6554+
6555+ ;
6556+ return 0;
6557+}
6558+_ACEOF
6559+if ac_fn_c_try_compile "$LINENO"; then :
6560+ ac_cv_header_stdc=yes
6561+else
6562+ ac_cv_header_stdc=no
6563+fi
6564+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6565+
6566+if test $ac_cv_header_stdc = yes; then
6567+ # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6568+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6569+/* end confdefs.h. */
6570+#include <string.h>
6571+
6572+_ACEOF
6573+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6574+ $EGREP "memchr" >/dev/null 2>&1; then :
6575+
6576+else
6577+ ac_cv_header_stdc=no
6578+fi
6579+rm -f conftest*
6580+
6581+fi
6582+
6583+if test $ac_cv_header_stdc = yes; then
6584+ # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6585+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6586+/* end confdefs.h. */
6587+#include <stdlib.h>
6588+
6589+_ACEOF
6590+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6591+ $EGREP "free" >/dev/null 2>&1; then :
6592+
6593+else
6594+ ac_cv_header_stdc=no
6595+fi
6596+rm -f conftest*
6597+
6598+fi
6599+
6600+if test $ac_cv_header_stdc = yes; then
6601+ # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6602+ if test "$cross_compiling" = yes; then :
6603+ :
6604+else
6605+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6606+/* end confdefs.h. */
6607+#include <ctype.h>
6608+#include <stdlib.h>
6609+#if ((' ' & 0x0FF) == 0x020)
6610+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6611+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6612+#else
6613+# define ISLOWER(c) \
6614+ (('a' <= (c) && (c) <= 'i') \
6615+ || ('j' <= (c) && (c) <= 'r') \
6616+ || ('s' <= (c) && (c) <= 'z'))
6617+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6618+#endif
6619+
6620+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6621+int
6622+main ()
6623+{
6624+ int i;
6625+ for (i = 0; i < 256; i++)
6626+ if (XOR (islower (i), ISLOWER (i))
6627+ || toupper (i) != TOUPPER (i))
6628+ return 2;
6629+ return 0;
6630+}
6631+_ACEOF
6632+if ac_fn_c_try_run "$LINENO"; then :
6633+
6634+else
6635+ ac_cv_header_stdc=no
6636+fi
6637+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6638+ conftest.$ac_objext conftest.beam conftest.$ac_ext
6639+fi
6640+
6641+fi
6642+fi
6643+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6644+$as_echo "$ac_cv_header_stdc" >&6; }
6645+if test $ac_cv_header_stdc = yes; then
6646+
6647+$as_echo "@%:@define STDC_HEADERS 1" >>confdefs.h
6648+
6649+fi
6650+
6651+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
6652+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6653+ inttypes.h stdint.h unistd.h
6654+do :
6655+ as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6656+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6657+"
6658+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6659+ cat >>confdefs.h <<_ACEOF
6660+@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6661+_ACEOF
6662+
6663+fi
6664+
6665+done
6666+
6667+
6668+for ac_header in dlfcn.h
6669+do :
6670+ ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6671+"
6672+if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6673+ cat >>confdefs.h <<_ACEOF
6674+@%:@define HAVE_DLFCN_H 1
6675+_ACEOF
6676+
6677+fi
6678+
6679+done
6680+
6681+
6682+
6683+
6684+
6685+# Set options
6686+
6687+
6688+
6689+ enable_dlopen=no
6690+
6691+
6692+ enable_win32_dll=no
6693+
6694+
6695+ @%:@ Check whether --enable-shared was given.
6696+if test "${enable_shared+set}" = set; then :
6697+ enableval=$enable_shared; p=${PACKAGE-default}
6698+ case $enableval in
6699+ yes) enable_shared=yes ;;
6700+ no) enable_shared=no ;;
6701+ *)
6702+ enable_shared=no
6703+ # Look at the argument we got. We use all the common list separators.
6704+ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6705+ for pkg in $enableval; do
6706+ IFS="$lt_save_ifs"
6707+ if test "X$pkg" = "X$p"; then
6708+ enable_shared=yes
6709+ fi
6710+ done
6711+ IFS="$lt_save_ifs"
6712+ ;;
6713+ esac
6714+else
6715+ enable_shared=yes
6716+fi
6717+
6718+
6719+
6720+
6721+
6722+
6723+
6724+
6725+
6726+ @%:@ Check whether --enable-static was given.
6727+if test "${enable_static+set}" = set; then :
6728+ enableval=$enable_static; p=${PACKAGE-default}
6729+ case $enableval in
6730+ yes) enable_static=yes ;;
6731+ no) enable_static=no ;;
6732+ *)
6733+ enable_static=no
6734+ # Look at the argument we got. We use all the common list separators.
6735+ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6736+ for pkg in $enableval; do
6737+ IFS="$lt_save_ifs"
6738+ if test "X$pkg" = "X$p"; then
6739+ enable_static=yes
6740+ fi
6741+ done
6742+ IFS="$lt_save_ifs"
6743+ ;;
6744+ esac
6745+else
6746+ enable_static=yes
6747+fi
6748+
6749+
6750+
6751+
6752+
6753+
6754+
6755+
6756+
6757+
6758+@%:@ Check whether --with-pic was given.
6759+if test "${with_pic+set}" = set; then :
6760+ withval=$with_pic; pic_mode="$withval"
6761+else
6762+ pic_mode=default
6763+fi
6764+
6765+
6766+test -z "$pic_mode" && pic_mode=default
6767+
6768+
6769+
6770+
6771+
6772+
6773+
6774+ @%:@ Check whether --enable-fast-install was given.
6775+if test "${enable_fast_install+set}" = set; then :
6776+ enableval=$enable_fast_install; p=${PACKAGE-default}
6777+ case $enableval in
6778+ yes) enable_fast_install=yes ;;
6779+ no) enable_fast_install=no ;;
6780+ *)
6781+ enable_fast_install=no
6782+ # Look at the argument we got. We use all the common list separators.
6783+ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6784+ for pkg in $enableval; do
6785+ IFS="$lt_save_ifs"
6786+ if test "X$pkg" = "X$p"; then
6787+ enable_fast_install=yes
6788+ fi
6789+ done
6790+ IFS="$lt_save_ifs"
6791+ ;;
6792+ esac
6793+else
6794+ enable_fast_install=yes
6795+fi
6796+
6797+
6798+
6799+
6800+
6801+
6802+
6803+
6804+
6805+
6806+
6807+# This can be used to rebuild libtool when needed
6808+LIBTOOL_DEPS="$ltmain"
6809+
6810+# Always use our own libtool.
6811+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
6812+
6813+
6814+
6815+
6816+
6817+
6818+
6819+
6820+
6821+
6822+
6823+
6824+
6825+
6826+
6827+
6828+
6829+
6830+
6831+
6832+
6833+
6834+
6835+
6836+
6837+
6838+test -z "$LN_S" && LN_S="ln -s"
6839+
6840+
6841+
6842+
6843+
6844+
6845+
6846+
6847+
6848+
6849+
6850+
6851+
6852+
6853+if test -n "${ZSH_VERSION+set}" ; then
6854+ setopt NO_GLOB_SUBST
6855+fi
6856+
6857+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
6858+$as_echo_n "checking for objdir... " >&6; }
6859+if test "${lt_cv_objdir+set}" = set; then :
6860+ $as_echo_n "(cached) " >&6
6861+else
6862+ rm -f .libs 2>/dev/null
6863+mkdir .libs 2>/dev/null
6864+if test -d .libs; then
6865+ lt_cv_objdir=.libs
6866+else
6867+ # MS-DOS does not allow filenames that begin with a dot.
6868+ lt_cv_objdir=_libs
6869+fi
6870+rmdir .libs 2>/dev/null
6871+fi
6872+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
6873+$as_echo "$lt_cv_objdir" >&6; }
6874+objdir=$lt_cv_objdir
6875+
6876+
6877+
6878+
6879+
6880+cat >>confdefs.h <<_ACEOF
6881+@%:@define LT_OBJDIR "$lt_cv_objdir/"
6882+_ACEOF
6883+
6884+
6885+
6886+
6887+case $host_os in
6888+aix3*)
6889+ # AIX sometimes has problems with the GCC collect2 program. For some
6890+ # reason, if we set the COLLECT_NAMES environment variable, the problems
6891+ # vanish in a puff of smoke.
6892+ if test "X${COLLECT_NAMES+set}" != Xset; then
6893+ COLLECT_NAMES=
6894+ export COLLECT_NAMES
6895+ fi
6896+ ;;
6897+esac
6898+
6899+# Global variables:
6900+ofile=libtool
6901+can_build_shared=yes
6902+
6903+# All known linkers require a `.a' archive for static linking (except MSVC,
6904+# which needs '.lib').
6905+libext=a
6906+
6907+with_gnu_ld="$lt_cv_prog_gnu_ld"
6908+
6909+old_CC="$CC"
6910+old_CFLAGS="$CFLAGS"
6911+
6912+# Set sane defaults for various variables
6913+test -z "$CC" && CC=cc
6914+test -z "$LTCC" && LTCC=$CC
6915+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
6916+test -z "$LD" && LD=ld
6917+test -z "$ac_objext" && ac_objext=o
6918+
6919+for cc_temp in $compiler""; do
6920+ case $cc_temp in
6921+ compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
6922+ distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
6923+ \-*) ;;
6924+ *) break;;
6925+ esac
6926+done
6927+cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
6928+
6929+
6930+# Only perform the check for file, if the check method requires it
6931+test -z "$MAGIC_CMD" && MAGIC_CMD=file
6932+case $deplibs_check_method in
6933+file_magic*)
6934+ if test "$file_magic_cmd" = '$MAGIC_CMD'; then
6935+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
6936+$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
6937+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
6938+ $as_echo_n "(cached) " >&6
6939+else
6940+ case $MAGIC_CMD in
6941+[\\/*] | ?:[\\/]*)
6942+ lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
6943+ ;;
6944+*)
6945+ lt_save_MAGIC_CMD="$MAGIC_CMD"
6946+ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6947+ ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
6948+ for ac_dir in $ac_dummy; do
6949+ IFS="$lt_save_ifs"
6950+ test -z "$ac_dir" && ac_dir=.
6951+ if test -f $ac_dir/${ac_tool_prefix}file; then
6952+ lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
6953+ if test -n "$file_magic_test_file"; then
6954+ case $deplibs_check_method in
6955+ "file_magic "*)
6956+ file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
6957+ MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6958+ if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
6959+ $EGREP "$file_magic_regex" > /dev/null; then
6960+ :
6961+ else
6962+ cat <<_LT_EOF 1>&2
6963+
6964+*** Warning: the command libtool uses to detect shared libraries,
6965+*** $file_magic_cmd, produces output that libtool cannot recognize.
6966+*** The result is that libtool may fail to recognize shared libraries
6967+*** as such. This will affect the creation of libtool libraries that
6968+*** depend on shared libraries, but programs linked with such libtool
6969+*** libraries will work regardless of this problem. Nevertheless, you
6970+*** may want to report the problem to your system manager and/or to
6971+*** bug-libtool@gnu.org
6972+
6973+_LT_EOF
6974+ fi ;;
6975+ esac
6976+ fi
6977+ break
6978+ fi
6979+ done
6980+ IFS="$lt_save_ifs"
6981+ MAGIC_CMD="$lt_save_MAGIC_CMD"
6982+ ;;
6983+esac
6984+fi
6985+
6986+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6987+if test -n "$MAGIC_CMD"; then
6988+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
6989+$as_echo "$MAGIC_CMD" >&6; }
6990+else
6991+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6992+$as_echo "no" >&6; }
6993+fi
6994+
6995+
6996+
6997+
6998+
6999+if test -z "$lt_cv_path_MAGIC_CMD"; then
7000+ if test -n "$ac_tool_prefix"; then
7001+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7002+$as_echo_n "checking for file... " >&6; }
7003+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7004+ $as_echo_n "(cached) " >&6
7005+else
7006+ case $MAGIC_CMD in
7007+[\\/*] | ?:[\\/]*)
7008+ lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7009+ ;;
7010+*)
7011+ lt_save_MAGIC_CMD="$MAGIC_CMD"
7012+ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7013+ ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7014+ for ac_dir in $ac_dummy; do
7015+ IFS="$lt_save_ifs"
7016+ test -z "$ac_dir" && ac_dir=.
7017+ if test -f $ac_dir/file; then
7018+ lt_cv_path_MAGIC_CMD="$ac_dir/file"
7019+ if test -n "$file_magic_test_file"; then
7020+ case $deplibs_check_method in
7021+ "file_magic "*)
7022+ file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7023+ MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7024+ if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7025+ $EGREP "$file_magic_regex" > /dev/null; then
7026+ :
7027+ else
7028+ cat <<_LT_EOF 1>&2
7029+
7030+*** Warning: the command libtool uses to detect shared libraries,
7031+*** $file_magic_cmd, produces output that libtool cannot recognize.
7032+*** The result is that libtool may fail to recognize shared libraries
7033+*** as such. This will affect the creation of libtool libraries that
7034+*** depend on shared libraries, but programs linked with such libtool
7035+*** libraries will work regardless of this problem. Nevertheless, you
7036+*** may want to report the problem to your system manager and/or to
7037+*** bug-libtool@gnu.org
7038+
7039+_LT_EOF
7040+ fi ;;
7041+ esac
7042+ fi
7043+ break
7044+ fi
7045+ done
7046+ IFS="$lt_save_ifs"
7047+ MAGIC_CMD="$lt_save_MAGIC_CMD"
7048+ ;;
7049+esac
7050+fi
7051+
7052+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7053+if test -n "$MAGIC_CMD"; then
7054+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7055+$as_echo "$MAGIC_CMD" >&6; }
7056+else
7057+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7058+$as_echo "no" >&6; }
7059+fi
7060+
7061+
7062+ else
7063+ MAGIC_CMD=:
7064+ fi
7065+fi
7066+
7067+ fi
7068+ ;;
7069+esac
7070+
7071+# Use C for the default configuration in the libtool script
7072+
7073+lt_save_CC="$CC"
7074+ac_ext=c
7075+ac_cpp='$CPP $CPPFLAGS'
7076+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7077+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7078+ac_compiler_gnu=$ac_cv_c_compiler_gnu
7079+
7080+
7081+# Source file extension for C test sources.
7082+ac_ext=c
7083+
7084+# Object file extension for compiled C test sources.
7085+objext=o
7086+objext=$objext
7087+
7088+# Code to be used in simple compile tests
7089+lt_simple_compile_test_code="int some_variable = 0;"
7090+
7091+# Code to be used in simple link tests
7092+lt_simple_link_test_code='int main(){return(0);}'
7093+
7094+
7095+
7096+
7097+
7098+
7099+
7100+# If no C compiler was specified, use CC.
7101+LTCC=${LTCC-"$CC"}
7102+
7103+# If no C compiler flags were specified, use CFLAGS.
7104+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7105+
7106+# Allow CC to be a program name with arguments.
7107+compiler=$CC
7108+
7109+# Save the default compiler, since it gets overwritten when the other
7110+# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7111+compiler_DEFAULT=$CC
7112+
7113+# save warnings/boilerplate of simple test code
7114+ac_outfile=conftest.$ac_objext
7115+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7116+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7117+_lt_compiler_boilerplate=`cat conftest.err`
7118+$RM conftest*
7119+
7120+ac_outfile=conftest.$ac_objext
7121+echo "$lt_simple_link_test_code" >conftest.$ac_ext
7122+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7123+_lt_linker_boilerplate=`cat conftest.err`
7124+$RM -r conftest*
7125+
7126+
7127+## CAVEAT EMPTOR:
7128+## There is no encapsulation within the following macros, do not change
7129+## the running order or otherwise move them around unless you know exactly
7130+## what you are doing...
7131+if test -n "$compiler"; then
7132+
7133+lt_prog_compiler_no_builtin_flag=
7134+
7135+if test "$GCC" = yes; then
7136+ case $cc_basename in
7137+ nvcc*)
7138+ lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7139+ *)
7140+ lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7141+ esac
7142+
7143+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7144+$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7145+if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7146+ $as_echo_n "(cached) " >&6
7147+else
7148+ lt_cv_prog_compiler_rtti_exceptions=no
7149+ ac_outfile=conftest.$ac_objext
7150+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7151+ lt_compiler_flag="-fno-rtti -fno-exceptions"
7152+ # Insert the option either (1) after the last *FLAGS variable, or
7153+ # (2) before a word containing "conftest.", or (3) at the end.
7154+ # Note that $ac_compile itself does not contain backslashes and begins
7155+ # with a dollar sign (not a hyphen), so the echo should work correctly.
7156+ # The option is referenced via a variable to avoid confusing sed.
7157+ lt_compile=`echo "$ac_compile" | $SED \
7158+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7159+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7160+ -e 's:$: $lt_compiler_flag:'`
7161+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7162+ (eval "$lt_compile" 2>conftest.err)
7163+ ac_status=$?
7164+ cat conftest.err >&5
7165+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7166+ if (exit $ac_status) && test -s "$ac_outfile"; then
7167+ # The compiler can only warn and ignore the option if not recognized
7168+ # So say no if there are warnings other than the usual output.
7169+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7170+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7171+ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7172+ lt_cv_prog_compiler_rtti_exceptions=yes
7173+ fi
7174+ fi
7175+ $RM conftest*
7176+
7177+fi
7178+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7179+$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7180+
7181+if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7182+ lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7183+else
7184+ :
7185+fi
7186+
7187+fi
7188+
7189+
7190+
7191+
7192+
7193+
7194+ lt_prog_compiler_wl=
7195+lt_prog_compiler_pic=
7196+lt_prog_compiler_static=
7197+
7198+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7199+$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7200+
7201+ if test "$GCC" = yes; then
7202+ lt_prog_compiler_wl='-Wl,'
7203+ lt_prog_compiler_static='-static'
7204+
7205+ case $host_os in
7206+ aix*)
7207+ # All AIX code is PIC.
7208+ if test "$host_cpu" = ia64; then
7209+ # AIX 5 now supports IA64 processor
7210+ lt_prog_compiler_static='-Bstatic'
7211+ fi
7212+ ;;
7213+
7214+ amigaos*)
7215+ case $host_cpu in
7216+ powerpc)
7217+ # see comment about AmigaOS4 .so support
7218+ lt_prog_compiler_pic='-fPIC'
7219+ ;;
7220+ m68k)
7221+ # FIXME: we need at least 68020 code to build shared libraries, but
7222+ # adding the `-m68020' flag to GCC prevents building anything better,
7223+ # like `-m68040'.
7224+ lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7225+ ;;
7226+ esac
7227+ ;;
7228+
7229+ beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7230+ # PIC is the default for these OSes.
7231+ ;;
7232+
7233+ mingw* | cygwin* | pw32* | os2* | cegcc*)
7234+ # This hack is so that the source file can tell whether it is being
7235+ # built for inclusion in a dll (and should export symbols for example).
7236+ # Although the cygwin gcc ignores -fPIC, still need this for old-style
7237+ # (--disable-auto-import) libraries
7238+ lt_prog_compiler_pic='-DDLL_EXPORT'
7239+ ;;
7240+
7241+ darwin* | rhapsody*)
7242+ # PIC is the default on this platform
7243+ # Common symbols not allowed in MH_DYLIB files
7244+ lt_prog_compiler_pic='-fno-common'
7245+ ;;
7246+
7247+ haiku*)
7248+ # PIC is the default for Haiku.
7249+ # The "-static" flag exists, but is broken.
7250+ lt_prog_compiler_static=
7251+ ;;
7252+
7253+ hpux*)
7254+ # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7255+ # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7256+ # sets the default TLS model and affects inlining.
7257+ case $host_cpu in
7258+ hppa*64*)
7259+ # +Z the default
7260+ ;;
7261+ *)
7262+ lt_prog_compiler_pic='-fPIC'
7263+ ;;
7264+ esac
7265+ ;;
7266+
7267+ interix[3-9]*)
7268+ # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7269+ # Instead, we relocate shared libraries at runtime.
7270+ ;;
7271+
7272+ msdosdjgpp*)
7273+ # Just because we use GCC doesn't mean we suddenly get shared libraries
7274+ # on systems that don't support them.
7275+ lt_prog_compiler_can_build_shared=no
7276+ enable_shared=no
7277+ ;;
7278+
7279+ *nto* | *qnx*)
7280+ # QNX uses GNU C++, but need to define -shared option too, otherwise
7281+ # it will coredump.
7282+ lt_prog_compiler_pic='-fPIC -shared'
7283+ ;;
7284+
7285+ sysv4*MP*)
7286+ if test -d /usr/nec; then
7287+ lt_prog_compiler_pic=-Kconform_pic
7288+ fi
7289+ ;;
7290+
7291+ *)
7292+ lt_prog_compiler_pic='-fPIC'
7293+ ;;
7294+ esac
7295+
7296+ case $cc_basename in
7297+ nvcc*) # Cuda Compiler Driver 2.2
7298+ lt_prog_compiler_wl='-Xlinker '
7299+ lt_prog_compiler_pic='-Xcompiler -fPIC'
7300+ ;;
7301+ esac
7302+ else
7303+ # PORTME Check for flag to pass linker flags through the system compiler.
7304+ case $host_os in
7305+ aix*)
7306+ lt_prog_compiler_wl='-Wl,'
7307+ if test "$host_cpu" = ia64; then
7308+ # AIX 5 now supports IA64 processor
7309+ lt_prog_compiler_static='-Bstatic'
7310+ else
7311+ lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7312+ fi
7313+ ;;
7314+
7315+ mingw* | cygwin* | pw32* | os2* | cegcc*)
7316+ # This hack is so that the source file can tell whether it is being
7317+ # built for inclusion in a dll (and should export symbols for example).
7318+ lt_prog_compiler_pic='-DDLL_EXPORT'
7319+ ;;
7320+
7321+ hpux9* | hpux10* | hpux11*)
7322+ lt_prog_compiler_wl='-Wl,'
7323+ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7324+ # not for PA HP-UX.
7325+ case $host_cpu in
7326+ hppa*64*|ia64*)
7327+ # +Z the default
7328+ ;;
7329+ *)
7330+ lt_prog_compiler_pic='+Z'
7331+ ;;
7332+ esac
7333+ # Is there a better lt_prog_compiler_static that works with the bundled CC?
7334+ lt_prog_compiler_static='${wl}-a ${wl}archive'
7335+ ;;
7336+
7337+ irix5* | irix6* | nonstopux*)
7338+ lt_prog_compiler_wl='-Wl,'
7339+ # PIC (with -KPIC) is the default.
7340+ lt_prog_compiler_static='-non_shared'
7341+ ;;
7342+
7343+ linux* | k*bsd*-gnu | kopensolaris*-gnu)
7344+ case $cc_basename in
7345+ # old Intel for x86_64 which still supported -KPIC.
7346+ ecc*)
7347+ lt_prog_compiler_wl='-Wl,'
7348+ lt_prog_compiler_pic='-KPIC'
7349+ lt_prog_compiler_static='-static'
7350+ ;;
7351+ # icc used to be incompatible with GCC.
7352+ # ICC 10 doesn't accept -KPIC any more.
7353+ icc* | ifort*)
7354+ lt_prog_compiler_wl='-Wl,'
7355+ lt_prog_compiler_pic='-fPIC'
7356+ lt_prog_compiler_static='-static'
7357+ ;;
7358+ # Lahey Fortran 8.1.
7359+ lf95*)
7360+ lt_prog_compiler_wl='-Wl,'
7361+ lt_prog_compiler_pic='--shared'
7362+ lt_prog_compiler_static='--static'
7363+ ;;
7364+ pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7365+ # Portland Group compilers (*not* the Pentium gcc compiler,
7366+ # which looks to be a dead project)
7367+ lt_prog_compiler_wl='-Wl,'
7368+ lt_prog_compiler_pic='-fpic'
7369+ lt_prog_compiler_static='-Bstatic'
7370+ ;;
7371+ ccc*)
7372+ lt_prog_compiler_wl='-Wl,'
7373+ # All Alpha code is PIC.
7374+ lt_prog_compiler_static='-non_shared'
7375+ ;;
7376+ xl* | bgxl* | bgf* | mpixl*)
7377+ # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7378+ lt_prog_compiler_wl='-Wl,'
7379+ lt_prog_compiler_pic='-qpic'
7380+ lt_prog_compiler_static='-qstaticlink'
7381+ ;;
7382+ *)
7383+ case `$CC -V 2>&1 | sed 5q` in
7384+ *Sun\ F* | *Sun*Fortran*)
7385+ # Sun Fortran 8.3 passes all unrecognized flags to the linker
7386+ lt_prog_compiler_pic='-KPIC'
7387+ lt_prog_compiler_static='-Bstatic'
7388+ lt_prog_compiler_wl=''
7389+ ;;
7390+ *Sun\ C*)
7391+ # Sun C 5.9
7392+ lt_prog_compiler_pic='-KPIC'
7393+ lt_prog_compiler_static='-Bstatic'
7394+ lt_prog_compiler_wl='-Wl,'
7395+ ;;
7396+ esac
7397+ ;;
7398+ esac
7399+ ;;
7400+
7401+ newsos6)
7402+ lt_prog_compiler_pic='-KPIC'
7403+ lt_prog_compiler_static='-Bstatic'
7404+ ;;
7405+
7406+ *nto* | *qnx*)
7407+ # QNX uses GNU C++, but need to define -shared option too, otherwise
7408+ # it will coredump.
7409+ lt_prog_compiler_pic='-fPIC -shared'
7410+ ;;
7411+
7412+ osf3* | osf4* | osf5*)
7413+ lt_prog_compiler_wl='-Wl,'
7414+ # All OSF/1 code is PIC.
7415+ lt_prog_compiler_static='-non_shared'
7416+ ;;
7417+
7418+ rdos*)
7419+ lt_prog_compiler_static='-non_shared'
7420+ ;;
7421+
7422+ solaris*)
7423+ lt_prog_compiler_pic='-KPIC'
7424+ lt_prog_compiler_static='-Bstatic'
7425+ case $cc_basename in
7426+ f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
7427+ lt_prog_compiler_wl='-Qoption ld ';;
7428+ *)
7429+ lt_prog_compiler_wl='-Wl,';;
7430+ esac
7431+ ;;
7432+
7433+ sunos4*)
7434+ lt_prog_compiler_wl='-Qoption ld '
7435+ lt_prog_compiler_pic='-PIC'
7436+ lt_prog_compiler_static='-Bstatic'
7437+ ;;
7438+
7439+ sysv4 | sysv4.2uw2* | sysv4.3*)
7440+ lt_prog_compiler_wl='-Wl,'
7441+ lt_prog_compiler_pic='-KPIC'
7442+ lt_prog_compiler_static='-Bstatic'
7443+ ;;
7444+
7445+ sysv4*MP*)
7446+ if test -d /usr/nec ;then
7447+ lt_prog_compiler_pic='-Kconform_pic'
7448+ lt_prog_compiler_static='-Bstatic'
7449+ fi
7450+ ;;
7451+
7452+ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7453+ lt_prog_compiler_wl='-Wl,'
7454+ lt_prog_compiler_pic='-KPIC'
7455+ lt_prog_compiler_static='-Bstatic'
7456+ ;;
7457+
7458+ unicos*)
7459+ lt_prog_compiler_wl='-Wl,'
7460+ lt_prog_compiler_can_build_shared=no
7461+ ;;
7462+
7463+ uts4*)
7464+ lt_prog_compiler_pic='-pic'
7465+ lt_prog_compiler_static='-Bstatic'
7466+ ;;
7467+
7468+ *)
7469+ lt_prog_compiler_can_build_shared=no
7470+ ;;
7471+ esac
7472+ fi
7473+
7474+case $host_os in
7475+ # For platforms which do not support PIC, -DPIC is meaningless:
7476+ *djgpp*)
7477+ lt_prog_compiler_pic=
7478+ ;;
7479+ *)
7480+ lt_prog_compiler_pic="$lt_prog_compiler_pic@&t@ -DPIC"
7481+ ;;
7482+esac
7483+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7484+$as_echo "$lt_prog_compiler_pic" >&6; }
7485+
7486+
7487+
7488+
7489+
7490+
7491+#
7492+# Check to make sure the PIC flag actually works.
7493+#
7494+if test -n "$lt_prog_compiler_pic"; then
7495+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7496+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7497+if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7498+ $as_echo_n "(cached) " >&6
7499+else
7500+ lt_cv_prog_compiler_pic_works=no
7501+ ac_outfile=conftest.$ac_objext
7502+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7503+ lt_compiler_flag="$lt_prog_compiler_pic@&t@ -DPIC"
7504+ # Insert the option either (1) after the last *FLAGS variable, or
7505+ # (2) before a word containing "conftest.", or (3) at the end.
7506+ # Note that $ac_compile itself does not contain backslashes and begins
7507+ # with a dollar sign (not a hyphen), so the echo should work correctly.
7508+ # The option is referenced via a variable to avoid confusing sed.
7509+ lt_compile=`echo "$ac_compile" | $SED \
7510+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7511+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7512+ -e 's:$: $lt_compiler_flag:'`
7513+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7514+ (eval "$lt_compile" 2>conftest.err)
7515+ ac_status=$?
7516+ cat conftest.err >&5
7517+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7518+ if (exit $ac_status) && test -s "$ac_outfile"; then
7519+ # The compiler can only warn and ignore the option if not recognized
7520+ # So say no if there are warnings other than the usual output.
7521+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7522+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7523+ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7524+ lt_cv_prog_compiler_pic_works=yes
7525+ fi
7526+ fi
7527+ $RM conftest*
7528+
7529+fi
7530+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7531+$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7532+
7533+if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7534+ case $lt_prog_compiler_pic in
7535+ "" | " "*) ;;
7536+ *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7537+ esac
7538+else
7539+ lt_prog_compiler_pic=
7540+ lt_prog_compiler_can_build_shared=no
7541+fi
7542+
7543+fi
7544+
7545+
7546+
7547+
7548+
7549+
7550+#
7551+# Check to make sure the static flag actually works.
7552+#
7553+wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7554+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7555+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7556+if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7557+ $as_echo_n "(cached) " >&6
7558+else
7559+ lt_cv_prog_compiler_static_works=no
7560+ save_LDFLAGS="$LDFLAGS"
7561+ LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7562+ echo "$lt_simple_link_test_code" > conftest.$ac_ext
7563+ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7564+ # The linker can only warn and ignore the option if not recognized
7565+ # So say no if there are warnings
7566+ if test -s conftest.err; then
7567+ # Append any errors to the config.log.
7568+ cat conftest.err 1>&5
7569+ $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
7570+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7571+ if diff conftest.exp conftest.er2 >/dev/null; then
7572+ lt_cv_prog_compiler_static_works=yes
7573+ fi
7574+ else
7575+ lt_cv_prog_compiler_static_works=yes
7576+ fi
7577+ fi
7578+ $RM -r conftest*
7579+ LDFLAGS="$save_LDFLAGS"
7580+
7581+fi
7582+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7583+$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7584+
7585+if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7586+ :
7587+else
7588+ lt_prog_compiler_static=
7589+fi
7590+
7591+
7592+
7593+
7594+
7595+
7596+
7597+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7598+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7599+if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7600+ $as_echo_n "(cached) " >&6
7601+else
7602+ lt_cv_prog_compiler_c_o=no
7603+ $RM -r conftest 2>/dev/null
7604+ mkdir conftest
7605+ cd conftest
7606+ mkdir out
7607+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7608+
7609+ lt_compiler_flag="-o out/conftest2.$ac_objext"
7610+ # Insert the option either (1) after the last *FLAGS variable, or
7611+ # (2) before a word containing "conftest.", or (3) at the end.
7612+ # Note that $ac_compile itself does not contain backslashes and begins
7613+ # with a dollar sign (not a hyphen), so the echo should work correctly.
7614+ lt_compile=`echo "$ac_compile" | $SED \
7615+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7616+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7617+ -e 's:$: $lt_compiler_flag:'`
7618+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7619+ (eval "$lt_compile" 2>out/conftest.err)
7620+ ac_status=$?
7621+ cat out/conftest.err >&5
7622+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7623+ if (exit $ac_status) && test -s out/conftest2.$ac_objext
7624+ then
7625+ # The compiler can only warn and ignore the option if not recognized
7626+ # So say no if there are warnings
7627+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
7628+ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7629+ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7630+ lt_cv_prog_compiler_c_o=yes
7631+ fi
7632+ fi
7633+ chmod u+w . 2>&5
7634+ $RM conftest*
7635+ # SGI C++ compiler will create directory out/ii_files/ for
7636+ # template instantiation
7637+ test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7638+ $RM out/* && rmdir out
7639+ cd ..
7640+ $RM -r conftest
7641+ $RM conftest*
7642+
7643+fi
7644+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7645+$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7646+
7647+
7648+
7649+
7650+
7651+
7652+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7653+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7654+if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7655+ $as_echo_n "(cached) " >&6
7656+else
7657+ lt_cv_prog_compiler_c_o=no
7658+ $RM -r conftest 2>/dev/null
7659+ mkdir conftest
7660+ cd conftest
7661+ mkdir out
7662+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7663+
7664+ lt_compiler_flag="-o out/conftest2.$ac_objext"
7665+ # Insert the option either (1) after the last *FLAGS variable, or
7666+ # (2) before a word containing "conftest.", or (3) at the end.
7667+ # Note that $ac_compile itself does not contain backslashes and begins
7668+ # with a dollar sign (not a hyphen), so the echo should work correctly.
7669+ lt_compile=`echo "$ac_compile" | $SED \
7670+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7671+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7672+ -e 's:$: $lt_compiler_flag:'`
7673+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7674+ (eval "$lt_compile" 2>out/conftest.err)
7675+ ac_status=$?
7676+ cat out/conftest.err >&5
7677+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7678+ if (exit $ac_status) && test -s out/conftest2.$ac_objext
7679+ then
7680+ # The compiler can only warn and ignore the option if not recognized
7681+ # So say no if there are warnings
7682+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
7683+ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7684+ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7685+ lt_cv_prog_compiler_c_o=yes
7686+ fi
7687+ fi
7688+ chmod u+w . 2>&5
7689+ $RM conftest*
7690+ # SGI C++ compiler will create directory out/ii_files/ for
7691+ # template instantiation
7692+ test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7693+ $RM out/* && rmdir out
7694+ cd ..
7695+ $RM -r conftest
7696+ $RM conftest*
7697+
7698+fi
7699+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7700+$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7701+
7702+
7703+
7704+
7705+hard_links="nottested"
7706+if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7707+ # do not overwrite the value of need_locks provided by the user
7708+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
7709+$as_echo_n "checking if we can lock with hard links... " >&6; }
7710+ hard_links=yes
7711+ $RM conftest*
7712+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
7713+ touch conftest.a
7714+ ln conftest.a conftest.b 2>&5 || hard_links=no
7715+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
7716+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
7717+$as_echo "$hard_links" >&6; }
7718+ if test "$hard_links" = no; then
7719+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7720+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7721+ need_locks=warn
7722+ fi
7723+else
7724+ need_locks=no
7725+fi
7726+
7727+
7728+
7729+
7730+
7731+
7732+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7733+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
7734+
7735+ runpath_var=
7736+ allow_undefined_flag=
7737+ always_export_symbols=no
7738+ archive_cmds=
7739+ archive_expsym_cmds=
7740+ compiler_needs_object=no
7741+ enable_shared_with_static_runtimes=no
7742+ export_dynamic_flag_spec=
7743+ export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7744+ hardcode_automatic=no
7745+ hardcode_direct=no
7746+ hardcode_direct_absolute=no
7747+ hardcode_libdir_flag_spec=
7748+ hardcode_libdir_flag_spec_ld=
7749+ hardcode_libdir_separator=
7750+ hardcode_minus_L=no
7751+ hardcode_shlibpath_var=unsupported
7752+ inherit_rpath=no
7753+ link_all_deplibs=unknown
7754+ module_cmds=
7755+ module_expsym_cmds=
7756+ old_archive_from_new_cmds=
7757+ old_archive_from_expsyms_cmds=
7758+ thread_safe_flag_spec=
7759+ whole_archive_flag_spec=
7760+ # include_expsyms should be a list of space-separated symbols to be *always*
7761+ # included in the symbol list
7762+ include_expsyms=
7763+ # exclude_expsyms can be an extended regexp of symbols to exclude
7764+ # it will be wrapped by ` (' and `)$', so one must not match beginning or
7765+ # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7766+ # as well as any symbol that contains `d'.
7767+ exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
7768+ # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7769+ # platforms (ab)use it in PIC code, but their linkers get confused if
7770+ # the symbol is explicitly referenced. Since portable code cannot
7771+ # rely on this symbol name, it's probably fine to never include it in
7772+ # preloaded symbol tables.
7773+ # Exclude shared library initialization/finalization symbols.
7774+ extract_expsyms_cmds=
7775+
7776+ case $host_os in
7777+ cygwin* | mingw* | pw32* | cegcc*)
7778+ # FIXME: the MSVC++ port hasn't been tested in a loooong time
7779+ # When not using gcc, we currently assume that we are using
7780+ # Microsoft Visual C++.
7781+ if test "$GCC" != yes; then
7782+ with_gnu_ld=no
7783+ fi
7784+ ;;
7785+ interix*)
7786+ # we just hope/assume this is gcc and not c89 (= MSVC++)
7787+ with_gnu_ld=yes
7788+ ;;
7789+ openbsd*)
7790+ with_gnu_ld=no
7791+ ;;
7792+ esac
7793+
7794+ ld_shlibs=yes
7795+
7796+ # On some targets, GNU ld is compatible enough with the native linker
7797+ # that we're better off using the native interface for both.
7798+ lt_use_gnu_ld_interface=no
7799+ if test "$with_gnu_ld" = yes; then
7800+ case $host_os in
7801+ aix*)
7802+ # The AIX port of GNU ld has always aspired to compatibility
7803+ # with the native linker. However, as the warning in the GNU ld
7804+ # block says, versions before 2.19.5* couldn't really create working
7805+ # shared libraries, regardless of the interface used.
7806+ case `$LD -v 2>&1` in
7807+ *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
7808+ *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
7809+ *\ \(GNU\ Binutils\)\ [3-9]*) ;;
7810+ *)
7811+ lt_use_gnu_ld_interface=yes
7812+ ;;
7813+ esac
7814+ ;;
7815+ *)
7816+ lt_use_gnu_ld_interface=yes
7817+ ;;
7818+ esac
7819+ fi
7820+
7821+ if test "$lt_use_gnu_ld_interface" = yes; then
7822+ # If archive_cmds runs LD, not CC, wlarc should be empty
7823+ wlarc='${wl}'
7824+
7825+ # Set some defaults for GNU ld with shared library support. These
7826+ # are reset later if shared libraries are not supported. Putting them
7827+ # here allows them to be overridden if necessary.
7828+ runpath_var=LD_RUN_PATH
7829+ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7830+ export_dynamic_flag_spec='${wl}--export-dynamic'
7831+ # ancient GNU ld didn't support --whole-archive et. al.
7832+ if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
7833+ whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7834+ else
7835+ whole_archive_flag_spec=
7836+ fi
7837+ supports_anon_versioning=no
7838+ case `$LD -v 2>&1` in
7839+ *GNU\ gold*) supports_anon_versioning=yes ;;
7840+ *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
7841+ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
7842+ *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
7843+ *\ 2.11.*) ;; # other 2.11 versions
7844+ *) supports_anon_versioning=yes ;;
7845+ esac
7846+
7847+ # See if GNU ld supports shared libraries.
7848+ case $host_os in
7849+ aix[3-9]*)
7850+ # On AIX/PPC, the GNU linker is very broken
7851+ if test "$host_cpu" != ia64; then
7852+ ld_shlibs=no
7853+ cat <<_LT_EOF 1>&2
7854+
7855+*** Warning: the GNU linker, at least up to release 2.19, is reported
7856+*** to be unable to reliably create shared libraries on AIX.
7857+*** Therefore, libtool is disabling shared libraries support. If you
7858+*** really care for shared libraries, you may want to install binutils
7859+*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
7860+*** You will then need to restart the configuration process.
7861+
7862+_LT_EOF
7863+ fi
7864+ ;;
7865+
7866+ amigaos*)
7867+ case $host_cpu in
7868+ powerpc)
7869+ # see comment about AmigaOS4 .so support
7870+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7871+ archive_expsym_cmds=''
7872+ ;;
7873+ m68k)
7874+ archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
7875+ hardcode_libdir_flag_spec='-L$libdir'
7876+ hardcode_minus_L=yes
7877+ ;;
7878+ esac
7879+ ;;
7880+
7881+ beos*)
7882+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
7883+ allow_undefined_flag=unsupported
7884+ # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7885+ # support --undefined. This deserves some investigation. FIXME
7886+ archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7887+ else
7888+ ld_shlibs=no
7889+ fi
7890+ ;;
7891+
7892+ cygwin* | mingw* | pw32* | cegcc*)
7893+ # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
7894+ # as there is no search path for DLLs.
7895+ hardcode_libdir_flag_spec='-L$libdir'
7896+ export_dynamic_flag_spec='${wl}--export-all-symbols'
7897+ allow_undefined_flag=unsupported
7898+ always_export_symbols=no
7899+ enable_shared_with_static_runtimes=yes
7900+ export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
7901+
7902+ if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
7903+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7904+ # If the export-symbols file already is a .def file (1st line
7905+ # is EXPORTS), use it as is; otherwise, prepend...
7906+ archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
7907+ cp $export_symbols $output_objdir/$soname.def;
7908+ else
7909+ echo EXPORTS > $output_objdir/$soname.def;
7910+ cat $export_symbols >> $output_objdir/$soname.def;
7911+ fi~
7912+ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7913+ else
7914+ ld_shlibs=no
7915+ fi
7916+ ;;
7917+
7918+ haiku*)
7919+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7920+ link_all_deplibs=yes
7921+ ;;
7922+
7923+ interix[3-9]*)
7924+ hardcode_direct=no
7925+ hardcode_shlibpath_var=no
7926+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
7927+ export_dynamic_flag_spec='${wl}-E'
7928+ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
7929+ # Instead, shared libraries are loaded at an image base (0x10000000 by
7930+ # default) and relocated if they conflict, which is a slow very memory
7931+ # consuming and fragmenting process. To avoid this, we pick a random,
7932+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
7933+ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
7934+ archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7935+ archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7936+ ;;
7937+
7938+ gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
7939+ tmp_diet=no
7940+ if test "$host_os" = linux-dietlibc; then
7941+ case $cc_basename in
7942+ diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
7943+ esac
7944+ fi
7945+ if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
7946+ && test "$tmp_diet" = no
7947+ then
7948+ tmp_addflag=
7949+ tmp_sharedflag='-shared'
7950+ case $cc_basename,$host_cpu in
7951+ pgcc*) # Portland Group C compiler
7952+ whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
7953+ tmp_addflag=' $pic_flag'
7954+ ;;
7955+ pgf77* | pgf90* | pgf95* | pgfortran*)
7956+ # Portland Group f77 and f90 compilers
7957+ whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
7958+ tmp_addflag=' $pic_flag -Mnomain' ;;
7959+ ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
7960+ tmp_addflag=' -i_dynamic' ;;
7961+ efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
7962+ tmp_addflag=' -i_dynamic -nofor_main' ;;
7963+ ifc* | ifort*) # Intel Fortran compiler
7964+ tmp_addflag=' -nofor_main' ;;
7965+ lf95*) # Lahey Fortran 8.1
7966+ whole_archive_flag_spec=
7967+ tmp_sharedflag='--shared' ;;
7968+ xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
7969+ tmp_sharedflag='-qmkshrobj'
7970+ tmp_addflag= ;;
7971+ nvcc*) # Cuda Compiler Driver 2.2
7972+ whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
7973+ compiler_needs_object=yes
7974+ ;;
7975+ esac
7976+ case `$CC -V 2>&1 | sed 5q` in
7977+ *Sun\ C*) # Sun C 5.9
7978+ whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
7979+ compiler_needs_object=yes
7980+ tmp_sharedflag='-G' ;;
7981+ *Sun\ F*) # Sun Fortran 8.3
7982+ tmp_sharedflag='-G' ;;
7983+ esac
7984+ archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7985+
7986+ if test "x$supports_anon_versioning" = xyes; then
7987+ archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
7988+ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
7989+ echo "local: *; };" >> $output_objdir/$libname.ver~
7990+ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
7991+ fi
7992+
7993+ case $cc_basename in
7994+ xlf* | bgf* | bgxlf* | mpixlf*)
7995+ # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
7996+ whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
7997+ hardcode_libdir_flag_spec=
7998+ hardcode_libdir_flag_spec_ld='-rpath $libdir'
7999+ archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
8000+ if test "x$supports_anon_versioning" = xyes; then
8001+ archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8002+ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8003+ echo "local: *; };" >> $output_objdir/$libname.ver~
8004+ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8005+ fi
8006+ ;;
8007+ esac
8008+ else
8009+ ld_shlibs=no
8010+ fi
8011+ ;;
8012+
8013+ netbsd*)
8014+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8015+ archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8016+ wlarc=
8017+ else
8018+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8019+ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8020+ fi
8021+ ;;
8022+
8023+ solaris*)
8024+ if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8025+ ld_shlibs=no
8026+ cat <<_LT_EOF 1>&2
8027+
8028+*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8029+*** create shared libraries on Solaris systems. Therefore, libtool
8030+*** is disabling shared libraries support. We urge you to upgrade GNU
8031+*** binutils to release 2.9.1 or newer. Another option is to modify
8032+*** your PATH or compiler configuration so that the native linker is
8033+*** used, and then restart.
8034+
8035+_LT_EOF
8036+ elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8037+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8038+ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8039+ else
8040+ ld_shlibs=no
8041+ fi
8042+ ;;
8043+
8044+ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8045+ case `$LD -v 2>&1` in
8046+ *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8047+ ld_shlibs=no
8048+ cat <<_LT_EOF 1>&2
8049+
8050+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8051+*** reliably create shared libraries on SCO systems. Therefore, libtool
8052+*** is disabling shared libraries support. We urge you to upgrade GNU
8053+*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8054+*** your PATH or compiler configuration so that the native linker is
8055+*** used, and then restart.
8056+
8057+_LT_EOF
8058+ ;;
8059+ *)
8060+ # For security reasons, it is highly recommended that you always
8061+ # use absolute paths for naming shared libraries, and exclude the
8062+ # DT_RUNPATH tag from executables and libraries. But doing so
8063+ # requires that you compile everything twice, which is a pain.
8064+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8065+ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8066+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8067+ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8068+ else
8069+ ld_shlibs=no
8070+ fi
8071+ ;;
8072+ esac
8073+ ;;
8074+
8075+ sunos4*)
8076+ archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8077+ wlarc=
8078+ hardcode_direct=yes
8079+ hardcode_shlibpath_var=no
8080+ ;;
8081+
8082+ *)
8083+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8084+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8085+ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8086+ else
8087+ ld_shlibs=no
8088+ fi
8089+ ;;
8090+ esac
8091+
8092+ if test "$ld_shlibs" = no; then
8093+ runpath_var=
8094+ hardcode_libdir_flag_spec=
8095+ export_dynamic_flag_spec=
8096+ whole_archive_flag_spec=
8097+ fi
8098+ else
8099+ # PORTME fill in a description of your system's linker (not GNU ld)
8100+ case $host_os in
8101+ aix3*)
8102+ allow_undefined_flag=unsupported
8103+ always_export_symbols=yes
8104+ archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
8105+ # Note: this linker hardcodes the directories in LIBPATH if there
8106+ # are no directories specified by -L.
8107+ hardcode_minus_L=yes
8108+ if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8109+ # Neither direct hardcoding nor static linking is supported with a
8110+ # broken collect2.
8111+ hardcode_direct=unsupported
8112+ fi
8113+ ;;
8114+
8115+ aix[4-9]*)
8116+ if test "$host_cpu" = ia64; then
8117+ # On IA64, the linker does run time linking by default, so we don't
8118+ # have to do anything special.
8119+ aix_use_runtimelinking=no
8120+ exp_sym_flag='-Bexport'
8121+ no_entry_flag=""
8122+ else
8123+ # If we're using GNU nm, then we don't want the "-C" option.
8124+ # -C means demangle to AIX nm, but means don't demangle with GNU nm
8125+ # Also, AIX nm treats weak defined symbols like other global
8126+ # defined symbols, whereas GNU nm marks them as "W".
8127+ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8128+ export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8129+ else
8130+ export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8131+ fi
8132+ aix_use_runtimelinking=no
8133+
8134+ # Test if we are trying to use run time linking or normal
8135+ # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8136+ # need to do runtime linking.
8137+ case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8138+ for ld_flag in $LDFLAGS; do
8139+ if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8140+ aix_use_runtimelinking=yes
8141+ break
8142+ fi
8143+ done
8144+ ;;
8145+ esac
8146+
8147+ exp_sym_flag='-bexport'
8148+ no_entry_flag='-bnoentry'
8149+ fi
8150+
8151+ # When large executables or shared objects are built, AIX ld can
8152+ # have problems creating the table of contents. If linking a library
8153+ # or program results in "error TOC overflow" add -mminimal-toc to
8154+ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8155+ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8156+
8157+ archive_cmds=''
8158+ hardcode_direct=yes
8159+ hardcode_direct_absolute=yes
8160+ hardcode_libdir_separator=':'
8161+ link_all_deplibs=yes
8162+ file_list_spec='${wl}-f,'
8163+
8164+ if test "$GCC" = yes; then
8165+ case $host_os in aix4.[012]|aix4.[012].*)
8166+ # We only want to do this on AIX 4.2 and lower, the check
8167+ # below for broken collect2 doesn't work under 4.3+
8168+ collect2name=`${CC} -print-prog-name=collect2`
8169+ if test -f "$collect2name" &&
8170+ strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8171+ then
8172+ # We have reworked collect2
8173+ :
8174+ else
8175+ # We have old collect2
8176+ hardcode_direct=unsupported
8177+ # It fails to find uninstalled libraries when the uninstalled
8178+ # path is not listed in the libpath. Setting hardcode_minus_L
8179+ # to unsupported forces relinking
8180+ hardcode_minus_L=yes
8181+ hardcode_libdir_flag_spec='-L$libdir'
8182+ hardcode_libdir_separator=
8183+ fi
8184+ ;;
8185+ esac
8186+ shared_flag='-shared'
8187+ if test "$aix_use_runtimelinking" = yes; then
8188+ shared_flag="$shared_flag "'${wl}-G'
8189+ fi
8190+ else
8191+ # not using gcc
8192+ if test "$host_cpu" = ia64; then
8193+ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8194+ # chokes on -Wl,-G. The following line is correct:
8195+ shared_flag='-G'
8196+ else
8197+ if test "$aix_use_runtimelinking" = yes; then
8198+ shared_flag='${wl}-G'
8199+ else
8200+ shared_flag='${wl}-bM:SRE'
8201+ fi
8202+ fi
8203+ fi
8204+
8205+ export_dynamic_flag_spec='${wl}-bexpall'
8206+ # It seems that -bexpall does not export symbols beginning with
8207+ # underscore (_), so it is better to generate a list of symbols to export.
8208+ always_export_symbols=yes
8209+ if test "$aix_use_runtimelinking" = yes; then
8210+ # Warning - without using the other runtime loading flags (-brtl),
8211+ # -berok will link without error, but may produce a broken library.
8212+ allow_undefined_flag='-berok'
8213+ # Determine the default libpath from the value encoded in an
8214+ # empty executable.
8215+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8216+/* end confdefs.h. */
8217+
8218+int
8219+main ()
8220+{
8221+
8222+ ;
8223+ return 0;
8224+}
8225+_ACEOF
8226+if ac_fn_c_try_link "$LINENO"; then :
8227+
8228+lt_aix_libpath_sed='
8229+ /Import File Strings/,/^$/ {
8230+ /^0/ {
8231+ s/^0 *\(.*\)$/\1/
8232+ p
8233+ }
8234+ }'
8235+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8236+# Check for a 64-bit object if we didn't find anything.
8237+if test -z "$aix_libpath"; then
8238+ aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8239+fi
8240+fi
8241+rm -f core conftest.err conftest.$ac_objext \
8242+ conftest$ac_exeext conftest.$ac_ext
8243+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8244+
8245+ hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8246+ archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8247+ else
8248+ if test "$host_cpu" = ia64; then
8249+ hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8250+ allow_undefined_flag="-z nodefs"
8251+ archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
8252+ else
8253+ # Determine the default libpath from the value encoded in an
8254+ # empty executable.
8255+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8256+/* end confdefs.h. */
8257+
8258+int
8259+main ()
8260+{
8261+
8262+ ;
8263+ return 0;
8264+}
8265+_ACEOF
8266+if ac_fn_c_try_link "$LINENO"; then :
8267+
8268+lt_aix_libpath_sed='
8269+ /Import File Strings/,/^$/ {
8270+ /^0/ {
8271+ s/^0 *\(.*\)$/\1/
8272+ p
8273+ }
8274+ }'
8275+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8276+# Check for a 64-bit object if we didn't find anything.
8277+if test -z "$aix_libpath"; then
8278+ aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8279+fi
8280+fi
8281+rm -f core conftest.err conftest.$ac_objext \
8282+ conftest$ac_exeext conftest.$ac_ext
8283+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8284+
8285+ hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8286+ # Warning - without using the other run time loading flags,
8287+ # -berok will link without error, but may produce a broken library.
8288+ no_undefined_flag=' ${wl}-bernotok'
8289+ allow_undefined_flag=' ${wl}-berok'
8290+ if test "$with_gnu_ld" = yes; then
8291+ # We only use this code for GNU lds that support --whole-archive.
8292+ whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8293+ else
8294+ # Exported symbols can be pulled into shared objects from archives
8295+ whole_archive_flag_spec='$convenience'
8296+ fi
8297+ archive_cmds_need_lc=yes
8298+ # This is similar to how AIX traditionally builds its shared libraries.
8299+ archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
8300+ fi
8301+ fi
8302+ ;;
8303+
8304+ amigaos*)
8305+ case $host_cpu in
8306+ powerpc)
8307+ # see comment about AmigaOS4 .so support
8308+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8309+ archive_expsym_cmds=''
8310+ ;;
8311+ m68k)
8312+ archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
8313+ hardcode_libdir_flag_spec='-L$libdir'
8314+ hardcode_minus_L=yes
8315+ ;;
8316+ esac
8317+ ;;
8318+
8319+ bsdi[45]*)
8320+ export_dynamic_flag_spec=-rdynamic
8321+ ;;
8322+
8323+ cygwin* | mingw* | pw32* | cegcc*)
8324+ # When not using gcc, we currently assume that we are using
8325+ # Microsoft Visual C++.
8326+ # hardcode_libdir_flag_spec is actually meaningless, as there is
8327+ # no search path for DLLs.
8328+ hardcode_libdir_flag_spec=' '
8329+ allow_undefined_flag=unsupported
8330+ # Tell ltmain to make .lib files, not .a files.
8331+ libext=lib
8332+ # Tell ltmain to make .dll files, not .so files.
8333+ shrext_cmds=".dll"
8334+ # FIXME: Setting linknames here is a bad hack.
8335+ archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8336+ # The linker will automatically build a .lib file if we build a DLL.
8337+ old_archive_from_new_cmds='true'
8338+ # FIXME: Should let the user specify the lib program.
8339+ old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8340+ fix_srcfile_path='`cygpath -w "$srcfile"`'
8341+ enable_shared_with_static_runtimes=yes
8342+ ;;
8343+
8344+ darwin* | rhapsody*)
8345+
8346+
8347+ archive_cmds_need_lc=no
8348+ hardcode_direct=no
8349+ hardcode_automatic=yes
8350+ hardcode_shlibpath_var=unsupported
8351+ if test "$lt_cv_ld_force_load" = "yes"; then
8352+ whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
8353+ else
8354+ whole_archive_flag_spec=''
8355+ fi
8356+ link_all_deplibs=yes
8357+ allow_undefined_flag="$_lt_dar_allow_undefined"
8358+ case $cc_basename in
8359+ ifort*) _lt_dar_can_shared=yes ;;
8360+ *) _lt_dar_can_shared=$GCC ;;
8361+ esac
8362+ if test "$_lt_dar_can_shared" = "yes"; then
8363+ output_verbose_link_cmd=func_echo_all
8364+ archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8365+ module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8366+ archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
8367+ module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
8368+
8369+ else
8370+ ld_shlibs=no
8371+ fi
8372+
8373+ ;;
8374+
8375+ dgux*)
8376+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8377+ hardcode_libdir_flag_spec='-L$libdir'
8378+ hardcode_shlibpath_var=no
8379+ ;;
8380+
8381+ freebsd1*)
8382+ ld_shlibs=no
8383+ ;;
8384+
8385+ # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8386+ # support. Future versions do this automatically, but an explicit c++rt0.o
8387+ # does not break anything, and helps significantly (at the cost of a little
8388+ # extra space).
8389+ freebsd2.2*)
8390+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8391+ hardcode_libdir_flag_spec='-R$libdir'
8392+ hardcode_direct=yes
8393+ hardcode_shlibpath_var=no
8394+ ;;
8395+
8396+ # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8397+ freebsd2*)
8398+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8399+ hardcode_direct=yes
8400+ hardcode_minus_L=yes
8401+ hardcode_shlibpath_var=no
8402+ ;;
8403+
8404+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8405+ freebsd* | dragonfly*)
8406+ archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8407+ hardcode_libdir_flag_spec='-R$libdir'
8408+ hardcode_direct=yes
8409+ hardcode_shlibpath_var=no
8410+ ;;
8411+
8412+ hpux9*)
8413+ if test "$GCC" = yes; then
8414+ archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8415+ else
8416+ archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8417+ fi
8418+ hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8419+ hardcode_libdir_separator=:
8420+ hardcode_direct=yes
8421+
8422+ # hardcode_minus_L: Not really in the search PATH,
8423+ # but as the default location of the library.
8424+ hardcode_minus_L=yes
8425+ export_dynamic_flag_spec='${wl}-E'
8426+ ;;
8427+
8428+ hpux10*)
8429+ if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8430+ archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8431+ else
8432+ archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8433+ fi
8434+ if test "$with_gnu_ld" = no; then
8435+ hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8436+ hardcode_libdir_flag_spec_ld='+b $libdir'
8437+ hardcode_libdir_separator=:
8438+ hardcode_direct=yes
8439+ hardcode_direct_absolute=yes
8440+ export_dynamic_flag_spec='${wl}-E'
8441+ # hardcode_minus_L: Not really in the search PATH,
8442+ # but as the default location of the library.
8443+ hardcode_minus_L=yes
8444+ fi
8445+ ;;
8446+
8447+ hpux11*)
8448+ if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8449+ case $host_cpu in
8450+ hppa*64*)
8451+ archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8452+ ;;
8453+ ia64*)
8454+ archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8455+ ;;
8456+ *)
8457+ archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8458+ ;;
8459+ esac
8460+ else
8461+ case $host_cpu in
8462+ hppa*64*)
8463+ archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8464+ ;;
8465+ ia64*)
8466+ archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8467+ ;;
8468+ *)
8469+
8470+ # Older versions of the 11.00 compiler do not understand -b yet
8471+ # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8472+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8473+$as_echo_n "checking if $CC understands -b... " >&6; }
8474+if test "${lt_cv_prog_compiler__b+set}" = set; then :
8475+ $as_echo_n "(cached) " >&6
8476+else
8477+ lt_cv_prog_compiler__b=no
8478+ save_LDFLAGS="$LDFLAGS"
8479+ LDFLAGS="$LDFLAGS -b"
8480+ echo "$lt_simple_link_test_code" > conftest.$ac_ext
8481+ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8482+ # The linker can only warn and ignore the option if not recognized
8483+ # So say no if there are warnings
8484+ if test -s conftest.err; then
8485+ # Append any errors to the config.log.
8486+ cat conftest.err 1>&5
8487+ $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8488+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8489+ if diff conftest.exp conftest.er2 >/dev/null; then
8490+ lt_cv_prog_compiler__b=yes
8491+ fi
8492+ else
8493+ lt_cv_prog_compiler__b=yes
8494+ fi
8495+ fi
8496+ $RM -r conftest*
8497+ LDFLAGS="$save_LDFLAGS"
8498+
8499+fi
8500+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8501+$as_echo "$lt_cv_prog_compiler__b" >&6; }
8502+
8503+if test x"$lt_cv_prog_compiler__b" = xyes; then
8504+ archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8505+else
8506+ archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8507+fi
8508+
8509+ ;;
8510+ esac
8511+ fi
8512+ if test "$with_gnu_ld" = no; then
8513+ hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8514+ hardcode_libdir_separator=:
8515+
8516+ case $host_cpu in
8517+ hppa*64*|ia64*)
8518+ hardcode_direct=no
8519+ hardcode_shlibpath_var=no
8520+ ;;
8521+ *)
8522+ hardcode_direct=yes
8523+ hardcode_direct_absolute=yes
8524+ export_dynamic_flag_spec='${wl}-E'
8525+
8526+ # hardcode_minus_L: Not really in the search PATH,
8527+ # but as the default location of the library.
8528+ hardcode_minus_L=yes
8529+ ;;
8530+ esac
8531+ fi
8532+ ;;
8533+
8534+ irix5* | irix6* | nonstopux*)
8535+ if test "$GCC" = yes; then
8536+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8537+ # Try to use the -exported_symbol ld option, if it does not
8538+ # work, assume that -exports_file does not work either and
8539+ # implicitly export all symbols.
8540+ save_LDFLAGS="$LDFLAGS"
8541+ LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8542+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8543+/* end confdefs.h. */
8544+int foo(void) {}
8545+_ACEOF
8546+if ac_fn_c_try_link "$LINENO"; then :
8547+ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
8548+
8549+fi
8550+rm -f core conftest.err conftest.$ac_objext \
8551+ conftest$ac_exeext conftest.$ac_ext
8552+ LDFLAGS="$save_LDFLAGS"
8553+ else
8554+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
8555+ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
8556+ fi
8557+ archive_cmds_need_lc='no'
8558+ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8559+ hardcode_libdir_separator=:
8560+ inherit_rpath=yes
8561+ link_all_deplibs=yes
8562+ ;;
8563+
8564+ netbsd*)
8565+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8566+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8567+ else
8568+ archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8569+ fi
8570+ hardcode_libdir_flag_spec='-R$libdir'
8571+ hardcode_direct=yes
8572+ hardcode_shlibpath_var=no
8573+ ;;
8574+
8575+ newsos6)
8576+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8577+ hardcode_direct=yes
8578+ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8579+ hardcode_libdir_separator=:
8580+ hardcode_shlibpath_var=no
8581+ ;;
8582+
8583+ *nto* | *qnx*)
8584+ ;;
8585+
8586+ openbsd*)
8587+ if test -f /usr/libexec/ld.so; then
8588+ hardcode_direct=yes
8589+ hardcode_shlibpath_var=no
8590+ hardcode_direct_absolute=yes
8591+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8592+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8593+ archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8594+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8595+ export_dynamic_flag_spec='${wl}-E'
8596+ else
8597+ case $host_os in
8598+ openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8599+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8600+ hardcode_libdir_flag_spec='-R$libdir'
8601+ ;;
8602+ *)
8603+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8604+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8605+ ;;
8606+ esac
8607+ fi
8608+ else
8609+ ld_shlibs=no
8610+ fi
8611+ ;;
8612+
8613+ os2*)
8614+ hardcode_libdir_flag_spec='-L$libdir'
8615+ hardcode_minus_L=yes
8616+ allow_undefined_flag=unsupported
8617+ archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
8618+ old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8619+ ;;
8620+
8621+ osf3*)
8622+ if test "$GCC" = yes; then
8623+ allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8624+ archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8625+ else
8626+ allow_undefined_flag=' -expect_unresolved \*'
8627+ archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
8628+ fi
8629+ archive_cmds_need_lc='no'
8630+ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8631+ hardcode_libdir_separator=:
8632+ ;;
8633+
8634+ osf4* | osf5*) # as osf3* with the addition of -msym flag
8635+ if test "$GCC" = yes; then
8636+ allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8637+ archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8638+ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8639+ else
8640+ allow_undefined_flag=' -expect_unresolved \*'
8641+ archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
8642+ archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
8643+ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
8644+
8645+ # Both c and cxx compiler support -rpath directly
8646+ hardcode_libdir_flag_spec='-rpath $libdir'
8647+ fi
8648+ archive_cmds_need_lc='no'
8649+ hardcode_libdir_separator=:
8650+ ;;
8651+
8652+ solaris*)
8653+ no_undefined_flag=' -z defs'
8654+ if test "$GCC" = yes; then
8655+ wlarc='${wl}'
8656+ archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8657+ archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8658+ $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8659+ else
8660+ case `$CC -V 2>&1` in
8661+ *"Compilers 5.0"*)
8662+ wlarc=''
8663+ archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8664+ archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8665+ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8666+ ;;
8667+ *)
8668+ wlarc='${wl}'
8669+ archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8670+ archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8671+ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8672+ ;;
8673+ esac
8674+ fi
8675+ hardcode_libdir_flag_spec='-R$libdir'
8676+ hardcode_shlibpath_var=no
8677+ case $host_os in
8678+ solaris2.[0-5] | solaris2.[0-5].*) ;;
8679+ *)
8680+ # The compiler driver will combine and reorder linker options,
8681+ # but understands `-z linker_flag'. GCC discards it without `$wl',
8682+ # but is careful enough not to reorder.
8683+ # Supported since Solaris 2.6 (maybe 2.5.1?)
8684+ if test "$GCC" = yes; then
8685+ whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8686+ else
8687+ whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
8688+ fi
8689+ ;;
8690+ esac
8691+ link_all_deplibs=yes
8692+ ;;
8693+
8694+ sunos4*)
8695+ if test "x$host_vendor" = xsequent; then
8696+ # Use $CC to link under sequent, because it throws in some extra .o
8697+ # files that make .init and .fini sections work.
8698+ archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8699+ else
8700+ archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8701+ fi
8702+ hardcode_libdir_flag_spec='-L$libdir'
8703+ hardcode_direct=yes
8704+ hardcode_minus_L=yes
8705+ hardcode_shlibpath_var=no
8706+ ;;
8707+
8708+ sysv4)
8709+ case $host_vendor in
8710+ sni)
8711+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8712+ hardcode_direct=yes # is this really true???
8713+ ;;
8714+ siemens)
8715+ ## LD is ld it makes a PLAMLIB
8716+ ## CC just makes a GrossModule.
8717+ archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8718+ reload_cmds='$CC -r -o $output$reload_objs'
8719+ hardcode_direct=no
8720+ ;;
8721+ motorola)
8722+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8723+ hardcode_direct=no #Motorola manual says yes, but my tests say they lie
8724+ ;;
8725+ esac
8726+ runpath_var='LD_RUN_PATH'
8727+ hardcode_shlibpath_var=no
8728+ ;;
8729+
8730+ sysv4.3*)
8731+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8732+ hardcode_shlibpath_var=no
8733+ export_dynamic_flag_spec='-Bexport'
8734+ ;;
8735+
8736+ sysv4*MP*)
8737+ if test -d /usr/nec; then
8738+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8739+ hardcode_shlibpath_var=no
8740+ runpath_var=LD_RUN_PATH
8741+ hardcode_runpath_var=yes
8742+ ld_shlibs=yes
8743+ fi
8744+ ;;
8745+
8746+ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
8747+ no_undefined_flag='${wl}-z,text'
8748+ archive_cmds_need_lc=no
8749+ hardcode_shlibpath_var=no
8750+ runpath_var='LD_RUN_PATH'
8751+
8752+ if test "$GCC" = yes; then
8753+ archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8754+ archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8755+ else
8756+ archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8757+ archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8758+ fi
8759+ ;;
8760+
8761+ sysv5* | sco3.2v5* | sco5v6*)
8762+ # Note: We can NOT use -z defs as we might desire, because we do not
8763+ # link with -lc, and that would cause any symbols used from libc to
8764+ # always be unresolved, which means just about no library would
8765+ # ever link correctly. If we're not using GNU ld we use -z text
8766+ # though, which does catch some bad symbols but isn't as heavy-handed
8767+ # as -z defs.
8768+ no_undefined_flag='${wl}-z,text'
8769+ allow_undefined_flag='${wl}-z,nodefs'
8770+ archive_cmds_need_lc=no
8771+ hardcode_shlibpath_var=no
8772+ hardcode_libdir_flag_spec='${wl}-R,$libdir'
8773+ hardcode_libdir_separator=':'
8774+ link_all_deplibs=yes
8775+ export_dynamic_flag_spec='${wl}-Bexport'
8776+ runpath_var='LD_RUN_PATH'
8777+
8778+ if test "$GCC" = yes; then
8779+ archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8780+ archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8781+ else
8782+ archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8783+ archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8784+ fi
8785+ ;;
8786+
8787+ uts4*)
8788+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8789+ hardcode_libdir_flag_spec='-L$libdir'
8790+ hardcode_shlibpath_var=no
8791+ ;;
8792+
8793+ *)
8794+ ld_shlibs=no
8795+ ;;
8796+ esac
8797+
8798+ if test x$host_vendor = xsni; then
8799+ case $host in
8800+ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
8801+ export_dynamic_flag_spec='${wl}-Blargedynsym'
8802+ ;;
8803+ esac
8804+ fi
8805+ fi
8806+
8807+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
8808+$as_echo "$ld_shlibs" >&6; }
8809+test "$ld_shlibs" = no && can_build_shared=no
8810+
8811+with_gnu_ld=$with_gnu_ld
8812+
8813+
8814+
8815+
8816+
8817+
8818+
8819+
8820+
8821+
8822+
8823+
8824+
8825+
8826+
8827+#
8828+# Do we need to explicitly link libc?
8829+#
8830+case "x$archive_cmds_need_lc" in
8831+x|xyes)
8832+ # Assume -lc should be added
8833+ archive_cmds_need_lc=yes
8834+
8835+ if test "$enable_shared" = yes && test "$GCC" = yes; then
8836+ case $archive_cmds in
8837+ *'~'*)
8838+ # FIXME: we may have to deal with multi-command sequences.
8839+ ;;
8840+ '$CC '*)
8841+ # Test whether the compiler implicitly links with -lc since on some
8842+ # systems, -lgcc has to come before -lc. If gcc already passes -lc
8843+ # to ld, don't add -lc before -lgcc.
8844+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
8845+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
8846+if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
8847+ $as_echo_n "(cached) " >&6
8848+else
8849+ $RM conftest*
8850+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8851+
8852+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8853+ (eval $ac_compile) 2>&5
8854+ ac_status=$?
8855+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8856+ test $ac_status = 0; } 2>conftest.err; then
8857+ soname=conftest
8858+ lib=conftest
8859+ libobjs=conftest.$ac_objext
8860+ deplibs=
8861+ wl=$lt_prog_compiler_wl
8862+ pic_flag=$lt_prog_compiler_pic
8863+ compiler_flags=-v
8864+ linker_flags=-v
8865+ verstring=
8866+ output_objdir=.
8867+ libname=conftest
8868+ lt_save_allow_undefined_flag=$allow_undefined_flag
8869+ allow_undefined_flag=
8870+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
8871+ (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
8872+ ac_status=$?
8873+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8874+ test $ac_status = 0; }
8875+ then
8876+ lt_cv_archive_cmds_need_lc=no
8877+ else
8878+ lt_cv_archive_cmds_need_lc=yes
8879+ fi
8880+ allow_undefined_flag=$lt_save_allow_undefined_flag
8881+ else
8882+ cat conftest.err 1>&5
8883+ fi
8884+ $RM conftest*
8885+
8886+fi
8887+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
8888+$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
8889+ archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
8890+ ;;
8891+ esac
8892+ fi
8893+ ;;
8894+esac
8895+
8896+
8897+
8898+
8899+
8900+
8901+
8902+
8903+
8904+
8905+
8906+
8907+
8908+
8909+
8910+
8911+
8912+
8913+
8914+
8915+
8916+
8917+
8918+
8919+
8920+
8921+
8922+
8923+
8924+
8925+
8926+
8927+
8928+
8929+
8930+
8931+
8932+
8933+
8934+
8935+
8936+
8937+
8938+
8939+
8940+
8941+
8942+
8943+
8944+
8945+
8946+
8947+
8948+
8949+
8950+
8951+
8952+
8953+
8954+
8955+
8956+
8957+
8958+
8959+
8960+
8961+
8962+
8963+
8964+
8965+
8966+
8967+
8968+
8969+
8970+
8971+
8972+
8973+
8974+
8975+
8976+
8977+
8978+
8979+
8980+
8981+
8982+
8983+
8984+
8985+
8986+
8987+
8988+
8989+
8990+
8991+
8992+
8993+
8994+
8995+
8996+
8997+
8998+
8999+
9000+
9001+
9002+
9003+
9004+
9005+
9006+
9007+
9008+
9009+
9010+
9011+
9012+
9013+
9014+
9015+
9016+
9017+
9018+
9019+
9020+
9021+
9022+
9023+
9024+
9025+
9026+
9027+
9028+
9029+
9030+
9031+
9032+
9033+
9034+
9035+
9036+
9037+
9038+
9039+
9040+
9041+
9042+
9043+
9044+
9045+
9046+
9047+
9048+
9049+
9050+
9051+
9052+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9053+$as_echo_n "checking dynamic linker characteristics... " >&6; }
9054+
9055+if test "$GCC" = yes; then
9056+ case $host_os in
9057+ darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9058+ *) lt_awk_arg="/^libraries:/" ;;
9059+ esac
9060+ case $host_os in
9061+ mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9062+ *) lt_sed_strip_eq="s,=/,/,g" ;;
9063+ esac
9064+ lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9065+ case $lt_search_path_spec in
9066+ *\;*)
9067+ # if the path contains ";" then we assume it to be the separator
9068+ # otherwise default to the standard path separator (i.e. ":") - it is
9069+ # assumed that no part of a normal pathname contains ";" but that should
9070+ # okay in the real world where ";" in dirpaths is itself problematic.
9071+ lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9072+ ;;
9073+ *)
9074+ lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9075+ ;;
9076+ esac
9077+ # Ok, now we have the path, separated by spaces, we can step through it
9078+ # and add multilib dir if necessary.
9079+ lt_tmp_lt_search_path_spec=
9080+ lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9081+ for lt_sys_path in $lt_search_path_spec; do
9082+ if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9083+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9084+ else
9085+ test -d "$lt_sys_path" && \
9086+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9087+ fi
9088+ done
9089+ lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9090+BEGIN {RS=" "; FS="/|\n";} {
9091+ lt_foo="";
9092+ lt_count=0;
9093+ for (lt_i = NF; lt_i > 0; lt_i--) {
9094+ if ($lt_i != "" && $lt_i != ".") {
9095+ if ($lt_i == "..") {
9096+ lt_count++;
9097+ } else {
9098+ if (lt_count == 0) {
9099+ lt_foo="/" $lt_i lt_foo;
9100+ } else {
9101+ lt_count--;
9102+ }
9103+ }
9104+ }
9105+ }
9106+ if (lt_foo != "") { lt_freq[lt_foo]++; }
9107+ if (lt_freq[lt_foo] == 1) { print lt_foo; }
9108+}'`
9109+ # AWK program above erroneously prepends '/' to C:/dos/paths
9110+ # for these hosts.
9111+ case $host_os in
9112+ mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9113+ $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9114+ esac
9115+ sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9116+else
9117+ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9118+fi
9119+library_names_spec=
9120+libname_spec='lib$name'
9121+soname_spec=
9122+shrext_cmds=".so"
9123+postinstall_cmds=
9124+postuninstall_cmds=
9125+finish_cmds=
9126+finish_eval=
9127+shlibpath_var=
9128+shlibpath_overrides_runpath=unknown
9129+version_type=none
9130+dynamic_linker="$host_os ld.so"
9131+sys_lib_dlsearch_path_spec="/lib /usr/lib"
9132+need_lib_prefix=unknown
9133+hardcode_into_libs=no
9134+
9135+# when you set need_version to no, make sure it does not cause -set_version
9136+# flags to be left without arguments
9137+need_version=unknown
9138+
9139+case $host_os in
9140+aix3*)
9141+ version_type=linux
9142+ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9143+ shlibpath_var=LIBPATH
9144+
9145+ # AIX 3 has no versioning support, so we append a major version to the name.
9146+ soname_spec='${libname}${release}${shared_ext}$major'
9147+ ;;
9148+
9149+aix[4-9]*)
9150+ version_type=linux
9151+ need_lib_prefix=no
9152+ need_version=no
9153+ hardcode_into_libs=yes
9154+ if test "$host_cpu" = ia64; then
9155+ # AIX 5 supports IA64
9156+ library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9157+ shlibpath_var=LD_LIBRARY_PATH
9158+ else
9159+ # With GCC up to 2.95.x, collect2 would create an import file
9160+ # for dependence libraries. The import file would start with
9161+ # the line `#! .'. This would cause the generated library to
9162+ # depend on `.', always an invalid library. This was fixed in
9163+ # development snapshots of GCC prior to 3.0.
9164+ case $host_os in
9165+ aix4 | aix4.[01] | aix4.[01].*)
9166+ if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9167+ echo ' yes '
9168+ echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9169+ :
9170+ else
9171+ can_build_shared=no
9172+ fi
9173+ ;;
9174+ esac
9175+ # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9176+ # soname into executable. Probably we can add versioning support to
9177+ # collect2, so additional links can be useful in future.
9178+ if test "$aix_use_runtimelinking" = yes; then
9179+ # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9180+ # instead of lib<name>.a to let people know that these are not
9181+ # typical AIX shared libraries.
9182+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9183+ else
9184+ # We preserve .a as extension for shared libraries through AIX4.2
9185+ # and later when we are not doing run time linking.
9186+ library_names_spec='${libname}${release}.a $libname.a'
9187+ soname_spec='${libname}${release}${shared_ext}$major'
9188+ fi
9189+ shlibpath_var=LIBPATH
9190+ fi
9191+ ;;
9192+
9193+amigaos*)
9194+ case $host_cpu in
9195+ powerpc)
9196+ # Since July 2007 AmigaOS4 officially supports .so libraries.
9197+ # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9198+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9199+ ;;
9200+ m68k)
9201+ library_names_spec='$libname.ixlibrary $libname.a'
9202+ # Create ${libname}_ixlibrary.a entries in /sys/libs.
9203+ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
9204+ ;;
9205+ esac
9206+ ;;
9207+
9208+beos*)
9209+ library_names_spec='${libname}${shared_ext}'
9210+ dynamic_linker="$host_os ld.so"
9211+ shlibpath_var=LIBRARY_PATH
9212+ ;;
9213+
9214+bsdi[45]*)
9215+ version_type=linux
9216+ need_version=no
9217+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9218+ soname_spec='${libname}${release}${shared_ext}$major'
9219+ finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9220+ shlibpath_var=LD_LIBRARY_PATH
9221+ sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9222+ sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9223+ # the default ld.so.conf also contains /usr/contrib/lib and
9224+ # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9225+ # libtool to hard-code these into programs
9226+ ;;
9227+
9228+cygwin* | mingw* | pw32* | cegcc*)
9229+ version_type=windows
9230+ shrext_cmds=".dll"
9231+ need_version=no
9232+ need_lib_prefix=no
9233+
9234+ case $GCC,$host_os in
9235+ yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9236+ library_names_spec='$libname.dll.a'
9237+ # DLL is installed to $(libdir)/../bin by postinstall_cmds
9238+ postinstall_cmds='base_file=`basename \${file}`~
9239+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9240+ dldir=$destdir/`dirname \$dlpath`~
9241+ test -d \$dldir || mkdir -p \$dldir~
9242+ $install_prog $dir/$dlname \$dldir/$dlname~
9243+ chmod a+x \$dldir/$dlname~
9244+ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9245+ eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9246+ fi'
9247+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9248+ dlpath=$dir/\$dldll~
9249+ $RM \$dlpath'
9250+ shlibpath_overrides_runpath=yes
9251+
9252+ case $host_os in
9253+ cygwin*)
9254+ # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9255+ soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9256+
9257+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9258+ ;;
9259+ mingw* | cegcc*)
9260+ # MinGW DLLs use traditional 'lib' prefix
9261+ soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9262+ ;;
9263+ pw32*)
9264+ # pw32 DLLs use 'pw' prefix rather than 'lib'
9265+ library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9266+ ;;
9267+ esac
9268+ ;;
9269+
9270+ *)
9271+ library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9272+ ;;
9273+ esac
9274+ dynamic_linker='Win32 ld.exe'
9275+ # FIXME: first we should search . and the directory the executable is in
9276+ shlibpath_var=PATH
9277+ ;;
9278+
9279+darwin* | rhapsody*)
9280+ dynamic_linker="$host_os dyld"
9281+ version_type=darwin
9282+ need_lib_prefix=no
9283+ need_version=no
9284+ library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9285+ soname_spec='${libname}${release}${major}$shared_ext'
9286+ shlibpath_overrides_runpath=yes
9287+ shlibpath_var=DYLD_LIBRARY_PATH
9288+ shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9289+
9290+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9291+ sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9292+ ;;
9293+
9294+dgux*)
9295+ version_type=linux
9296+ need_lib_prefix=no
9297+ need_version=no
9298+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9299+ soname_spec='${libname}${release}${shared_ext}$major'
9300+ shlibpath_var=LD_LIBRARY_PATH
9301+ ;;
9302+
9303+freebsd1*)
9304+ dynamic_linker=no
9305+ ;;
9306+
9307+freebsd* | dragonfly*)
9308+ # DragonFly does not have aout. When/if they implement a new
9309+ # versioning mechanism, adjust this.
9310+ if test -x /usr/bin/objformat; then
9311+ objformat=`/usr/bin/objformat`
9312+ else
9313+ case $host_os in
9314+ freebsd[123]*) objformat=aout ;;
9315+ *) objformat=elf ;;
9316+ esac
9317+ fi
9318+ # Handle Gentoo/FreeBSD as it was Linux
9319+ case $host_vendor in
9320+ gentoo)
9321+ version_type=linux ;;
9322+ *)
9323+ version_type=freebsd-$objformat ;;
9324+ esac
9325+
9326+ case $version_type in
9327+ freebsd-elf*)
9328+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9329+ need_version=no
9330+ need_lib_prefix=no
9331+ ;;
9332+ freebsd-*)
9333+ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9334+ need_version=yes
9335+ ;;
9336+ linux)
9337+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9338+ soname_spec='${libname}${release}${shared_ext}$major'
9339+ need_lib_prefix=no
9340+ need_version=no
9341+ ;;
9342+ esac
9343+ shlibpath_var=LD_LIBRARY_PATH
9344+ case $host_os in
9345+ freebsd2*)
9346+ shlibpath_overrides_runpath=yes
9347+ ;;
9348+ freebsd3.[01]* | freebsdelf3.[01]*)
9349+ shlibpath_overrides_runpath=yes
9350+ hardcode_into_libs=yes
9351+ ;;
9352+ freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9353+ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9354+ shlibpath_overrides_runpath=no
9355+ hardcode_into_libs=yes
9356+ ;;
9357+ *) # from 4.6 on, and DragonFly
9358+ shlibpath_overrides_runpath=yes
9359+ hardcode_into_libs=yes
9360+ ;;
9361+ esac
9362+ ;;
9363+
9364+gnu*)
9365+ version_type=linux
9366+ need_lib_prefix=no
9367+ need_version=no
9368+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9369+ soname_spec='${libname}${release}${shared_ext}$major'
9370+ shlibpath_var=LD_LIBRARY_PATH
9371+ hardcode_into_libs=yes
9372+ ;;
9373+
9374+haiku*)
9375+ version_type=linux
9376+ need_lib_prefix=no
9377+ need_version=no
9378+ dynamic_linker="$host_os runtime_loader"
9379+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9380+ soname_spec='${libname}${release}${shared_ext}$major'
9381+ shlibpath_var=LIBRARY_PATH
9382+ shlibpath_overrides_runpath=yes
9383+ sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
9384+ hardcode_into_libs=yes
9385+ ;;
9386+
9387+hpux9* | hpux10* | hpux11*)
9388+ # Give a soname corresponding to the major version so that dld.sl refuses to
9389+ # link against other versions.
9390+ version_type=sunos
9391+ need_lib_prefix=no
9392+ need_version=no
9393+ case $host_cpu in
9394+ ia64*)
9395+ shrext_cmds='.so'
9396+ hardcode_into_libs=yes
9397+ dynamic_linker="$host_os dld.so"
9398+ shlibpath_var=LD_LIBRARY_PATH
9399+ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9400+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9401+ soname_spec='${libname}${release}${shared_ext}$major'
9402+ if test "X$HPUX_IA64_MODE" = X32; then
9403+ sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9404+ else
9405+ sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9406+ fi
9407+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9408+ ;;
9409+ hppa*64*)
9410+ shrext_cmds='.sl'
9411+ hardcode_into_libs=yes
9412+ dynamic_linker="$host_os dld.sl"
9413+ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9414+ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9415+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9416+ soname_spec='${libname}${release}${shared_ext}$major'
9417+ sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9418+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9419+ ;;
9420+ *)
9421+ shrext_cmds='.sl'
9422+ dynamic_linker="$host_os dld.sl"
9423+ shlibpath_var=SHLIB_PATH
9424+ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9425+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9426+ soname_spec='${libname}${release}${shared_ext}$major'
9427+ ;;
9428+ esac
9429+ # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9430+ postinstall_cmds='chmod 555 $lib'
9431+ # or fails outright, so override atomically:
9432+ install_override_mode=555
9433+ ;;
9434+
9435+interix[3-9]*)
9436+ version_type=linux
9437+ need_lib_prefix=no
9438+ need_version=no
9439+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9440+ soname_spec='${libname}${release}${shared_ext}$major'
9441+ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9442+ shlibpath_var=LD_LIBRARY_PATH
9443+ shlibpath_overrides_runpath=no
9444+ hardcode_into_libs=yes
9445+ ;;
9446+
9447+irix5* | irix6* | nonstopux*)
9448+ case $host_os in
9449+ nonstopux*) version_type=nonstopux ;;
9450+ *)
9451+ if test "$lt_cv_prog_gnu_ld" = yes; then
9452+ version_type=linux
9453+ else
9454+ version_type=irix
9455+ fi ;;
9456+ esac
9457+ need_lib_prefix=no
9458+ need_version=no
9459+ soname_spec='${libname}${release}${shared_ext}$major'
9460+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9461+ case $host_os in
9462+ irix5* | nonstopux*)
9463+ libsuff= shlibsuff=
9464+ ;;
9465+ *)
9466+ case $LD in # libtool.m4 will add one of these switches to LD
9467+ *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9468+ libsuff= shlibsuff= libmagic=32-bit;;
9469+ *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9470+ libsuff=32 shlibsuff=N32 libmagic=N32;;
9471+ *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9472+ libsuff=64 shlibsuff=64 libmagic=64-bit;;
9473+ *) libsuff= shlibsuff= libmagic=never-match;;
9474+ esac
9475+ ;;
9476+ esac
9477+ shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9478+ shlibpath_overrides_runpath=no
9479+ sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9480+ sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9481+ hardcode_into_libs=yes
9482+ ;;
9483+
9484+# No shared lib support for Linux oldld, aout, or coff.
9485+linux*oldld* | linux*aout* | linux*coff*)
9486+ dynamic_linker=no
9487+ ;;
9488+
9489+# This must be Linux ELF.
9490+linux* | k*bsd*-gnu | kopensolaris*-gnu)
9491+ version_type=linux
9492+ need_lib_prefix=no
9493+ need_version=no
9494+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9495+ soname_spec='${libname}${release}${shared_ext}$major'
9496+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9497+ shlibpath_var=LD_LIBRARY_PATH
9498+ shlibpath_overrides_runpath=no
9499+
9500+ # Some binutils ld are patched to set DT_RUNPATH
9501+ if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
9502+ $as_echo_n "(cached) " >&6
9503+else
9504+ lt_cv_shlibpath_overrides_runpath=no
9505+ save_LDFLAGS=$LDFLAGS
9506+ save_libdir=$libdir
9507+ eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9508+ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9509+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9510+/* end confdefs.h. */
9511+
9512+int
9513+main ()
9514+{
9515+
9516+ ;
9517+ return 0;
9518+}
9519+_ACEOF
9520+if ac_fn_c_try_link "$LINENO"; then :
9521+ if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9522+ lt_cv_shlibpath_overrides_runpath=yes
9523+fi
9524+fi
9525+rm -f core conftest.err conftest.$ac_objext \
9526+ conftest$ac_exeext conftest.$ac_ext
9527+ LDFLAGS=$save_LDFLAGS
9528+ libdir=$save_libdir
9529+
9530+fi
9531+
9532+ shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
9533+
9534+ # This implies no fast_install, which is unacceptable.
9535+ # Some rework will be needed to allow for fast_install
9536+ # before this can be enabled.
9537+ hardcode_into_libs=yes
9538+
9539+ # Append ld.so.conf contents to the search path
9540+ if test -f /etc/ld.so.conf; then
9541+ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
9542+ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9543+ fi
9544+
9545+ # We used to test for /lib/ld.so.1 and disable shared libraries on
9546+ # powerpc, because MkLinux only supported shared libraries with the
9547+ # GNU dynamic linker. Since this was broken with cross compilers,
9548+ # most powerpc-linux boxes support dynamic linking these days and
9549+ # people can always --disable-shared, the test was removed, and we
9550+ # assume the GNU/Linux dynamic linker is in use.
9551+ dynamic_linker='GNU/Linux ld.so'
9552+ ;;
9553+
9554+netbsd*)
9555+ version_type=sunos
9556+ need_lib_prefix=no
9557+ need_version=no
9558+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9559+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9560+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9561+ dynamic_linker='NetBSD (a.out) ld.so'
9562+ else
9563+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9564+ soname_spec='${libname}${release}${shared_ext}$major'
9565+ dynamic_linker='NetBSD ld.elf_so'
9566+ fi
9567+ shlibpath_var=LD_LIBRARY_PATH
9568+ shlibpath_overrides_runpath=yes
9569+ hardcode_into_libs=yes
9570+ ;;
9571+
9572+newsos6)
9573+ version_type=linux
9574+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9575+ shlibpath_var=LD_LIBRARY_PATH
9576+ shlibpath_overrides_runpath=yes
9577+ ;;
9578+
9579+*nto* | *qnx*)
9580+ version_type=qnx
9581+ need_lib_prefix=no
9582+ need_version=no
9583+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9584+ soname_spec='${libname}${release}${shared_ext}$major'
9585+ shlibpath_var=LD_LIBRARY_PATH
9586+ shlibpath_overrides_runpath=no
9587+ hardcode_into_libs=yes
9588+ dynamic_linker='ldqnx.so'
9589+ ;;
9590+
9591+openbsd*)
9592+ version_type=sunos
9593+ sys_lib_dlsearch_path_spec="/usr/lib"
9594+ need_lib_prefix=no
9595+ # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9596+ case $host_os in
9597+ openbsd3.3 | openbsd3.3.*) need_version=yes ;;
9598+ *) need_version=no ;;
9599+ esac
9600+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9601+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9602+ shlibpath_var=LD_LIBRARY_PATH
9603+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9604+ case $host_os in
9605+ openbsd2.[89] | openbsd2.[89].*)
9606+ shlibpath_overrides_runpath=no
9607+ ;;
9608+ *)
9609+ shlibpath_overrides_runpath=yes
9610+ ;;
9611+ esac
9612+ else
9613+ shlibpath_overrides_runpath=yes
9614+ fi
9615+ ;;
9616+
9617+os2*)
9618+ libname_spec='$name'
9619+ shrext_cmds=".dll"
9620+ need_lib_prefix=no
9621+ library_names_spec='$libname${shared_ext} $libname.a'
9622+ dynamic_linker='OS/2 ld.exe'
9623+ shlibpath_var=LIBPATH
9624+ ;;
9625+
9626+osf3* | osf4* | osf5*)
9627+ version_type=osf
9628+ need_lib_prefix=no
9629+ need_version=no
9630+ soname_spec='${libname}${release}${shared_ext}$major'
9631+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9632+ shlibpath_var=LD_LIBRARY_PATH
9633+ sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9634+ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9635+ ;;
9636+
9637+rdos*)
9638+ dynamic_linker=no
9639+ ;;
9640+
9641+solaris*)
9642+ version_type=linux
9643+ need_lib_prefix=no
9644+ need_version=no
9645+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9646+ soname_spec='${libname}${release}${shared_ext}$major'
9647+ shlibpath_var=LD_LIBRARY_PATH
9648+ shlibpath_overrides_runpath=yes
9649+ hardcode_into_libs=yes
9650+ # ldd complains unless libraries are executable
9651+ postinstall_cmds='chmod +x $lib'
9652+ ;;
9653+
9654+sunos4*)
9655+ version_type=sunos
9656+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9657+ finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9658+ shlibpath_var=LD_LIBRARY_PATH
9659+ shlibpath_overrides_runpath=yes
9660+ if test "$with_gnu_ld" = yes; then
9661+ need_lib_prefix=no
9662+ fi
9663+ need_version=yes
9664+ ;;
9665+
9666+sysv4 | sysv4.3*)
9667+ version_type=linux
9668+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9669+ soname_spec='${libname}${release}${shared_ext}$major'
9670+ shlibpath_var=LD_LIBRARY_PATH
9671+ case $host_vendor in
9672+ sni)
9673+ shlibpath_overrides_runpath=no
9674+ need_lib_prefix=no
9675+ runpath_var=LD_RUN_PATH
9676+ ;;
9677+ siemens)
9678+ need_lib_prefix=no
9679+ ;;
9680+ motorola)
9681+ need_lib_prefix=no
9682+ need_version=no
9683+ shlibpath_overrides_runpath=no
9684+ sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
9685+ ;;
9686+ esac
9687+ ;;
9688+
9689+sysv4*MP*)
9690+ if test -d /usr/nec ;then
9691+ version_type=linux
9692+ library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9693+ soname_spec='$libname${shared_ext}.$major'
9694+ shlibpath_var=LD_LIBRARY_PATH
9695+ fi
9696+ ;;
9697+
9698+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9699+ version_type=freebsd-elf
9700+ need_lib_prefix=no
9701+ need_version=no
9702+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9703+ soname_spec='${libname}${release}${shared_ext}$major'
9704+ shlibpath_var=LD_LIBRARY_PATH
9705+ shlibpath_overrides_runpath=yes
9706+ hardcode_into_libs=yes
9707+ if test "$with_gnu_ld" = yes; then
9708+ sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9709+ else
9710+ sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
9711+ case $host_os in
9712+ sco3.2v5*)
9713+ sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
9714+ ;;
9715+ esac
9716+ fi
9717+ sys_lib_dlsearch_path_spec='/usr/lib'
9718+ ;;
9719+
9720+tpf*)
9721+ # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
9722+ version_type=linux
9723+ need_lib_prefix=no
9724+ need_version=no
9725+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9726+ shlibpath_var=LD_LIBRARY_PATH
9727+ shlibpath_overrides_runpath=no
9728+ hardcode_into_libs=yes
9729+ ;;
9730+
9731+uts4*)
9732+ version_type=linux
9733+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9734+ soname_spec='${libname}${release}${shared_ext}$major'
9735+ shlibpath_var=LD_LIBRARY_PATH
9736+ ;;
9737+
9738+*)
9739+ dynamic_linker=no
9740+ ;;
9741+esac
9742+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9743+$as_echo "$dynamic_linker" >&6; }
9744+test "$dynamic_linker" = no && can_build_shared=no
9745+
9746+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9747+if test "$GCC" = yes; then
9748+ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9749+fi
9750+
9751+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9752+ sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
9753+fi
9754+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9755+ sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
9756+fi
9757+
9758+
9759+
9760+
9761+
9762+
9763+
9764+
9765+
9766+
9767+
9768+
9769+
9770+
9771+
9772+
9773+
9774+
9775+
9776+
9777+
9778+
9779+
9780+
9781+
9782+
9783+
9784+
9785+
9786+
9787+
9788+
9789+
9790+
9791+
9792+
9793+
9794+
9795+
9796+
9797+
9798+
9799+
9800+
9801+
9802+
9803+
9804+
9805+
9806+
9807+
9808+
9809+
9810+
9811+
9812+
9813+
9814+
9815+
9816+
9817+
9818+
9819+
9820+
9821+
9822+
9823+
9824+
9825+
9826+
9827+
9828+
9829+
9830+
9831+
9832+
9833+
9834+
9835+
9836+
9837+
9838+
9839+
9840+
9841+
9842+
9843+
9844+
9845+
9846+
9847+
9848+
9849+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
9850+$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
9851+hardcode_action=
9852+if test -n "$hardcode_libdir_flag_spec" ||
9853+ test -n "$runpath_var" ||
9854+ test "X$hardcode_automatic" = "Xyes" ; then
9855+
9856+ # We can hardcode non-existent directories.
9857+ if test "$hardcode_direct" != no &&
9858+ # If the only mechanism to avoid hardcoding is shlibpath_var, we
9859+ # have to relink, otherwise we might link with an installed library
9860+ # when we should be linking with a yet-to-be-installed one
9861+ ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9862+ test "$hardcode_minus_L" != no; then
9863+ # Linking always hardcodes the temporary library directory.
9864+ hardcode_action=relink
9865+ else
9866+ # We can link without hardcoding, and we can hardcode nonexisting dirs.
9867+ hardcode_action=immediate
9868+ fi
9869+else
9870+ # We cannot hardcode anything, or else we can only hardcode existing
9871+ # directories.
9872+ hardcode_action=unsupported
9873+fi
9874+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
9875+$as_echo "$hardcode_action" >&6; }
9876+
9877+if test "$hardcode_action" = relink ||
9878+ test "$inherit_rpath" = yes; then
9879+ # Fast installation is not supported
9880+ enable_fast_install=no
9881+elif test "$shlibpath_overrides_runpath" = yes ||
9882+ test "$enable_shared" = no; then
9883+ # Fast installation is not necessary
9884+ enable_fast_install=needless
9885+fi
9886+
9887+
9888+
9889+
9890+
9891+
9892+ if test "x$enable_dlopen" != xyes; then
9893+ enable_dlopen=unknown
9894+ enable_dlopen_self=unknown
9895+ enable_dlopen_self_static=unknown
9896+else
9897+ lt_cv_dlopen=no
9898+ lt_cv_dlopen_libs=
9899+
9900+ case $host_os in
9901+ beos*)
9902+ lt_cv_dlopen="load_add_on"
9903+ lt_cv_dlopen_libs=
9904+ lt_cv_dlopen_self=yes
9905+ ;;
9906+
9907+ mingw* | pw32* | cegcc*)
9908+ lt_cv_dlopen="LoadLibrary"
9909+ lt_cv_dlopen_libs=
9910+ ;;
9911+
9912+ cygwin*)
9913+ lt_cv_dlopen="dlopen"
9914+ lt_cv_dlopen_libs=
9915+ ;;
9916+
9917+ darwin*)
9918+ # if libdl is installed we need to link against it
9919+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
9920+$as_echo_n "checking for dlopen in -ldl... " >&6; }
9921+if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
9922+ $as_echo_n "(cached) " >&6
9923+else
9924+ ac_check_lib_save_LIBS=$LIBS
9925+LIBS="-ldl $LIBS"
9926+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9927+/* end confdefs.h. */
9928+
9929+/* Override any GCC internal prototype to avoid an error.
9930+ Use char because int might match the return type of a GCC
9931+ builtin and then its argument prototype would still apply. */
9932+#ifdef __cplusplus
9933+extern "C"
9934+#endif
9935+char dlopen ();
9936+int
9937+main ()
9938+{
9939+return dlopen ();
9940+ ;
9941+ return 0;
9942+}
9943+_ACEOF
9944+if ac_fn_c_try_link "$LINENO"; then :
9945+ ac_cv_lib_dl_dlopen=yes
9946+else
9947+ ac_cv_lib_dl_dlopen=no
9948+fi
9949+rm -f core conftest.err conftest.$ac_objext \
9950+ conftest$ac_exeext conftest.$ac_ext
9951+LIBS=$ac_check_lib_save_LIBS
9952+fi
9953+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
9954+$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
9955+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
9956+ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9957+else
9958+
9959+ lt_cv_dlopen="dyld"
9960+ lt_cv_dlopen_libs=
9961+ lt_cv_dlopen_self=yes
9962+
9963+fi
9964+
9965+ ;;
9966+
9967+ *)
9968+ ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
9969+if test "x$ac_cv_func_shl_load" = x""yes; then :
9970+ lt_cv_dlopen="shl_load"
9971+else
9972+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
9973+$as_echo_n "checking for shl_load in -ldld... " >&6; }
9974+if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
9975+ $as_echo_n "(cached) " >&6
9976+else
9977+ ac_check_lib_save_LIBS=$LIBS
9978+LIBS="-ldld $LIBS"
9979+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9980+/* end confdefs.h. */
9981+
9982+/* Override any GCC internal prototype to avoid an error.
9983+ Use char because int might match the return type of a GCC
9984+ builtin and then its argument prototype would still apply. */
9985+#ifdef __cplusplus
9986+extern "C"
9987+#endif
9988+char shl_load ();
9989+int
9990+main ()
9991+{
9992+return shl_load ();
9993+ ;
9994+ return 0;
9995+}
9996+_ACEOF
9997+if ac_fn_c_try_link "$LINENO"; then :
9998+ ac_cv_lib_dld_shl_load=yes
9999+else
10000+ ac_cv_lib_dld_shl_load=no
10001+fi
10002+rm -f core conftest.err conftest.$ac_objext \
10003+ conftest$ac_exeext conftest.$ac_ext
10004+LIBS=$ac_check_lib_save_LIBS
10005+fi
10006+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10007+$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10008+if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10009+ lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10010+else
10011+ ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10012+if test "x$ac_cv_func_dlopen" = x""yes; then :
10013+ lt_cv_dlopen="dlopen"
10014+else
10015+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10016+$as_echo_n "checking for dlopen in -ldl... " >&6; }
10017+if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10018+ $as_echo_n "(cached) " >&6
10019+else
10020+ ac_check_lib_save_LIBS=$LIBS
10021+LIBS="-ldl $LIBS"
10022+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10023+/* end confdefs.h. */
10024+
10025+/* Override any GCC internal prototype to avoid an error.
10026+ Use char because int might match the return type of a GCC
10027+ builtin and then its argument prototype would still apply. */
10028+#ifdef __cplusplus
10029+extern "C"
10030+#endif
10031+char dlopen ();
10032+int
10033+main ()
10034+{
10035+return dlopen ();
10036+ ;
10037+ return 0;
10038+}
10039+_ACEOF
10040+if ac_fn_c_try_link "$LINENO"; then :
10041+ ac_cv_lib_dl_dlopen=yes
10042+else
10043+ ac_cv_lib_dl_dlopen=no
10044+fi
10045+rm -f core conftest.err conftest.$ac_objext \
10046+ conftest$ac_exeext conftest.$ac_ext
10047+LIBS=$ac_check_lib_save_LIBS
10048+fi
10049+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10050+$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10051+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10052+ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10053+else
10054+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10055+$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10056+if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10057+ $as_echo_n "(cached) " >&6
10058+else
10059+ ac_check_lib_save_LIBS=$LIBS
10060+LIBS="-lsvld $LIBS"
10061+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10062+/* end confdefs.h. */
10063+
10064+/* Override any GCC internal prototype to avoid an error.
10065+ Use char because int might match the return type of a GCC
10066+ builtin and then its argument prototype would still apply. */
10067+#ifdef __cplusplus
10068+extern "C"
10069+#endif
10070+char dlopen ();
10071+int
10072+main ()
10073+{
10074+return dlopen ();
10075+ ;
10076+ return 0;
10077+}
10078+_ACEOF
10079+if ac_fn_c_try_link "$LINENO"; then :
10080+ ac_cv_lib_svld_dlopen=yes
10081+else
10082+ ac_cv_lib_svld_dlopen=no
10083+fi
10084+rm -f core conftest.err conftest.$ac_objext \
10085+ conftest$ac_exeext conftest.$ac_ext
10086+LIBS=$ac_check_lib_save_LIBS
10087+fi
10088+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10089+$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10090+if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10091+ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10092+else
10093+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10094+$as_echo_n "checking for dld_link in -ldld... " >&6; }
10095+if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10096+ $as_echo_n "(cached) " >&6
10097+else
10098+ ac_check_lib_save_LIBS=$LIBS
10099+LIBS="-ldld $LIBS"
10100+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10101+/* end confdefs.h. */
10102+
10103+/* Override any GCC internal prototype to avoid an error.
10104+ Use char because int might match the return type of a GCC
10105+ builtin and then its argument prototype would still apply. */
10106+#ifdef __cplusplus
10107+extern "C"
10108+#endif
10109+char dld_link ();
10110+int
10111+main ()
10112+{
10113+return dld_link ();
10114+ ;
10115+ return 0;
10116+}
10117+_ACEOF
10118+if ac_fn_c_try_link "$LINENO"; then :
10119+ ac_cv_lib_dld_dld_link=yes
10120+else
10121+ ac_cv_lib_dld_dld_link=no
10122+fi
10123+rm -f core conftest.err conftest.$ac_objext \
10124+ conftest$ac_exeext conftest.$ac_ext
10125+LIBS=$ac_check_lib_save_LIBS
10126+fi
10127+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10128+$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10129+if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10130+ lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10131+fi
10132+
10133+
10134+fi
10135+
10136+
10137+fi
10138+
10139+
10140+fi
10141+
10142+
10143+fi
10144+
10145+
10146+fi
10147+
10148+ ;;
10149+ esac
10150+
10151+ if test "x$lt_cv_dlopen" != xno; then
10152+ enable_dlopen=yes
10153+ else
10154+ enable_dlopen=no
10155+ fi
10156+
10157+ case $lt_cv_dlopen in
10158+ dlopen)
10159+ save_CPPFLAGS="$CPPFLAGS"
10160+ test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10161+
10162+ save_LDFLAGS="$LDFLAGS"
10163+ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10164+
10165+ save_LIBS="$LIBS"
10166+ LIBS="$lt_cv_dlopen_libs $LIBS"
10167+
10168+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10169+$as_echo_n "checking whether a program can dlopen itself... " >&6; }
10170+if test "${lt_cv_dlopen_self+set}" = set; then :
10171+ $as_echo_n "(cached) " >&6
10172+else
10173+ if test "$cross_compiling" = yes; then :
10174+ lt_cv_dlopen_self=cross
10175+else
10176+ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10177+ lt_status=$lt_dlunknown
10178+ cat > conftest.$ac_ext <<_LT_EOF
10179+#line $LINENO "configure"
10180+#include "confdefs.h"
10181+
10182+#if HAVE_DLFCN_H
10183+#include <dlfcn.h>
10184+#endif
10185+
10186+#include <stdio.h>
10187+
10188+#ifdef RTLD_GLOBAL
10189+# define LT_DLGLOBAL RTLD_GLOBAL
10190+#else
10191+# ifdef DL_GLOBAL
10192+# define LT_DLGLOBAL DL_GLOBAL
10193+# else
10194+# define LT_DLGLOBAL 0
10195+# endif
10196+#endif
10197+
10198+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10199+ find out it does not work in some platform. */
10200+#ifndef LT_DLLAZY_OR_NOW
10201+# ifdef RTLD_LAZY
10202+# define LT_DLLAZY_OR_NOW RTLD_LAZY
10203+# else
10204+# ifdef DL_LAZY
10205+# define LT_DLLAZY_OR_NOW DL_LAZY
10206+# else
10207+# ifdef RTLD_NOW
10208+# define LT_DLLAZY_OR_NOW RTLD_NOW
10209+# else
10210+# ifdef DL_NOW
10211+# define LT_DLLAZY_OR_NOW DL_NOW
10212+# else
10213+# define LT_DLLAZY_OR_NOW 0
10214+# endif
10215+# endif
10216+# endif
10217+# endif
10218+#endif
10219+
10220+/* When -fvisbility=hidden is used, assume the code has been annotated
10221+ correspondingly for the symbols needed. */
10222+#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10223+void fnord () __attribute__((visibility("default")));
10224+#endif
10225+
10226+void fnord () { int i=42; }
10227+int main ()
10228+{
10229+ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10230+ int status = $lt_dlunknown;
10231+
10232+ if (self)
10233+ {
10234+ if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10235+ else
10236+ {
10237+ if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10238+ else puts (dlerror ());
10239+ }
10240+ /* dlclose (self); */
10241+ }
10242+ else
10243+ puts (dlerror ());
10244+
10245+ return status;
10246+}
10247+_LT_EOF
10248+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10249+ (eval $ac_link) 2>&5
10250+ ac_status=$?
10251+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10252+ test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10253+ (./conftest; exit; ) >&5 2>/dev/null
10254+ lt_status=$?
10255+ case x$lt_status in
10256+ x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10257+ x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10258+ x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10259+ esac
10260+ else :
10261+ # compilation failed
10262+ lt_cv_dlopen_self=no
10263+ fi
10264+fi
10265+rm -fr conftest*
10266+
10267+
10268+fi
10269+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10270+$as_echo "$lt_cv_dlopen_self" >&6; }
10271+
10272+ if test "x$lt_cv_dlopen_self" = xyes; then
10273+ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10274+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10275+$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10276+if test "${lt_cv_dlopen_self_static+set}" = set; then :
10277+ $as_echo_n "(cached) " >&6
10278+else
10279+ if test "$cross_compiling" = yes; then :
10280+ lt_cv_dlopen_self_static=cross
10281+else
10282+ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10283+ lt_status=$lt_dlunknown
10284+ cat > conftest.$ac_ext <<_LT_EOF
10285+#line $LINENO "configure"
10286+#include "confdefs.h"
10287+
10288+#if HAVE_DLFCN_H
10289+#include <dlfcn.h>
10290+#endif
10291+
10292+#include <stdio.h>
10293+
10294+#ifdef RTLD_GLOBAL
10295+# define LT_DLGLOBAL RTLD_GLOBAL
10296+#else
10297+# ifdef DL_GLOBAL
10298+# define LT_DLGLOBAL DL_GLOBAL
10299+# else
10300+# define LT_DLGLOBAL 0
10301+# endif
10302+#endif
10303+
10304+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10305+ find out it does not work in some platform. */
10306+#ifndef LT_DLLAZY_OR_NOW
10307+# ifdef RTLD_LAZY
10308+# define LT_DLLAZY_OR_NOW RTLD_LAZY
10309+# else
10310+# ifdef DL_LAZY
10311+# define LT_DLLAZY_OR_NOW DL_LAZY
10312+# else
10313+# ifdef RTLD_NOW
10314+# define LT_DLLAZY_OR_NOW RTLD_NOW
10315+# else
10316+# ifdef DL_NOW
10317+# define LT_DLLAZY_OR_NOW DL_NOW
10318+# else
10319+# define LT_DLLAZY_OR_NOW 0
10320+# endif
10321+# endif
10322+# endif
10323+# endif
10324+#endif
10325+
10326+/* When -fvisbility=hidden is used, assume the code has been annotated
10327+ correspondingly for the symbols needed. */
10328+#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10329+void fnord () __attribute__((visibility("default")));
10330+#endif
10331+
10332+void fnord () { int i=42; }
10333+int main ()
10334+{
10335+ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10336+ int status = $lt_dlunknown;
10337+
10338+ if (self)
10339+ {
10340+ if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10341+ else
10342+ {
10343+ if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10344+ else puts (dlerror ());
10345+ }
10346+ /* dlclose (self); */
10347+ }
10348+ else
10349+ puts (dlerror ());
10350+
10351+ return status;
10352+}
10353+_LT_EOF
10354+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10355+ (eval $ac_link) 2>&5
10356+ ac_status=$?
10357+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10358+ test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10359+ (./conftest; exit; ) >&5 2>/dev/null
10360+ lt_status=$?
10361+ case x$lt_status in
10362+ x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10363+ x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10364+ x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10365+ esac
10366+ else :
10367+ # compilation failed
10368+ lt_cv_dlopen_self_static=no
10369+ fi
10370+fi
10371+rm -fr conftest*
10372+
10373+
10374+fi
10375+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10376+$as_echo "$lt_cv_dlopen_self_static" >&6; }
10377+ fi
10378+
10379+ CPPFLAGS="$save_CPPFLAGS"
10380+ LDFLAGS="$save_LDFLAGS"
10381+ LIBS="$save_LIBS"
10382+ ;;
10383+ esac
10384+
10385+ case $lt_cv_dlopen_self in
10386+ yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10387+ *) enable_dlopen_self=unknown ;;
10388+ esac
10389+
10390+ case $lt_cv_dlopen_self_static in
10391+ yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10392+ *) enable_dlopen_self_static=unknown ;;
10393+ esac
10394+fi
10395+
10396+
10397+
10398+
10399+
10400+
10401+
10402+
10403+
10404+
10405+
10406+
10407+
10408+
10409+
10410+
10411+
10412+striplib=
10413+old_striplib=
10414+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10415+$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10416+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10417+ test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10418+ test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10419+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10420+$as_echo "yes" >&6; }
10421+else
10422+# FIXME - insert some real tests, host_os isn't really good enough
10423+ case $host_os in
10424+ darwin*)
10425+ if test -n "$STRIP" ; then
10426+ striplib="$STRIP -x"
10427+ old_striplib="$STRIP -S"
10428+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10429+$as_echo "yes" >&6; }
10430+ else
10431+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10432+$as_echo "no" >&6; }
10433+ fi
10434+ ;;
10435+ *)
10436+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10437+$as_echo "no" >&6; }
10438+ ;;
10439+ esac
10440+fi
10441+
10442+
10443+
10444+
10445+
10446+
10447+
10448+
10449+
10450+
10451+
10452+
10453+ # Report which library types will actually be built
10454+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10455+$as_echo_n "checking if libtool supports shared libraries... " >&6; }
10456+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10457+$as_echo "$can_build_shared" >&6; }
10458+
10459+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10460+$as_echo_n "checking whether to build shared libraries... " >&6; }
10461+ test "$can_build_shared" = "no" && enable_shared=no
10462+
10463+ # On AIX, shared libraries and static libraries use the same namespace, and
10464+ # are all built from PIC.
10465+ case $host_os in
10466+ aix3*)
10467+ test "$enable_shared" = yes && enable_static=no
10468+ if test -n "$RANLIB"; then
10469+ archive_cmds="$archive_cmds~\$RANLIB \$lib"
10470+ postinstall_cmds='$RANLIB $lib'
10471+ fi
10472+ ;;
10473+
10474+ aix[4-9]*)
10475+ if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10476+ test "$enable_shared" = yes && enable_static=no
10477+ fi
10478+ ;;
10479+ esac
10480+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10481+$as_echo "$enable_shared" >&6; }
10482+
10483+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10484+$as_echo_n "checking whether to build static libraries... " >&6; }
10485+ # Make sure either enable_shared or enable_static is yes.
10486+ test "$enable_shared" = yes || enable_static=yes
10487+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10488+$as_echo "$enable_static" >&6; }
10489+
10490+
10491+
10492+
10493+fi
10494+ac_ext=c
10495+ac_cpp='$CPP $CPPFLAGS'
10496+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10497+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10498+ac_compiler_gnu=$ac_cv_c_compiler_gnu
10499+
10500+CC="$lt_save_CC"
10501+
10502+
10503+
10504+
10505+
10506+
10507+
10508+
10509+
10510+
10511+
10512+
10513+
10514+ ac_config_commands="$ac_config_commands libtool"
10515+
10516+
10517+
10518+
10519+# Only expand once:
10520+
10521+
10522+
10523+# Checks for libraries
10524+
10525+@%:@ Check whether --enable-gtktest was given.
10526+if test "${enable_gtktest+set}" = set; then :
10527+ enableval=$enable_gtktest;
10528+else
10529+ enable_gtktest=yes
10530+fi
10531+
10532+
10533+ pkg_config_args=gtk+-2.0
10534+ for module in .
10535+ do
10536+ case "$module" in
10537+ gthread)
10538+ pkg_config_args="$pkg_config_args gthread-2.0"
10539+ ;;
10540+ esac
10541+ done
10542+
10543+ no_gtk=""
10544+
10545+ # Extract the first word of "pkg-config", so it can be a program name with args.
10546+set dummy pkg-config; ac_word=$2
10547+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10548+$as_echo_n "checking for $ac_word... " >&6; }
10549+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
10550+ $as_echo_n "(cached) " >&6
10551+else
10552+ case $PKG_CONFIG in
10553+ [\\/]* | ?:[\\/]*)
10554+ ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
10555+ ;;
10556+ *)
10557+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10558+for as_dir in $PATH
10559+do
10560+ IFS=$as_save_IFS
10561+ test -z "$as_dir" && as_dir=.
10562+ for ac_exec_ext in '' $ac_executable_extensions; do
10563+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10564+ ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10565+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10566+ break 2
10567+ fi
10568+done
10569+ done
10570+IFS=$as_save_IFS
10571+
10572+ test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
10573+ ;;
10574+esac
10575+fi
10576+PKG_CONFIG=$ac_cv_path_PKG_CONFIG
10577+if test -n "$PKG_CONFIG"; then
10578+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
10579+$as_echo "$PKG_CONFIG" >&6; }
10580+else
10581+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10582+$as_echo "no" >&6; }
10583+fi
10584+
10585+
10586+
10587+ if test x$PKG_CONFIG != xno ; then
10588+ if pkg-config --atleast-pkgconfig-version 0.7 ; then
10589+ :
10590+ else
10591+ echo "*** pkg-config too old; version 0.7 or better required."
10592+ no_gtk=yes
10593+ PKG_CONFIG=no
10594+ fi
10595+ else
10596+ no_gtk=yes
10597+ fi
10598+
10599+ min_gtk_version=2.0.0
10600+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ - version >= $min_gtk_version" >&5
10601+$as_echo_n "checking for GTK+ - version >= $min_gtk_version... " >&6; }
10602+
10603+ if test x$PKG_CONFIG != xno ; then
10604+ ## don't try to run the test against uninstalled libtool libs
10605+ if $PKG_CONFIG --uninstalled $pkg_config_args; then
10606+ echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
10607+ enable_gtktest=no
10608+ fi
10609+
10610+ if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
10611+ :
10612+ else
10613+ no_gtk=yes
10614+ fi
10615+ fi
10616+
10617+ if test x"$no_gtk" = x ; then
10618+ GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
10619+ GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
10620+ gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
10621+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
10622+ gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
10623+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
10624+ gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
10625+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
10626+ if test "x$enable_gtktest" = "xyes" ; then
10627+ ac_save_CFLAGS="$CFLAGS"
10628+ ac_save_LIBS="$LIBS"
10629+ CFLAGS="$CFLAGS $GTK_CFLAGS"
10630+ LIBS="$GTK_LIBS $LIBS"
10631+ rm -f conf.gtktest
10632+ if test "$cross_compiling" = yes; then :
10633+ echo $ac_n "cross compiling; assumed OK... $ac_c"
10634+else
10635+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10636+/* end confdefs.h. */
10637+
10638+#include <gtk/gtk.h>
10639+#include <stdio.h>
10640+#include <stdlib.h>
10641+
10642+int
10643+main ()
10644+{
10645+ int major, minor, micro;
10646+ char *tmp_version;
10647+
10648+ fclose (fopen ("conf.gtktest", "w"));
10649+
10650+ /* HP/UX 9 (%@#!) writes to sscanf strings */
10651+ tmp_version = g_strdup("$min_gtk_version");
10652+ if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
10653+ printf("%s, bad version string\n", "$min_gtk_version");
10654+ exit(1);
10655+ }
10656+
10657+ if ((gtk_major_version != $gtk_config_major_version) ||
10658+ (gtk_minor_version != $gtk_config_minor_version) ||
10659+ (gtk_micro_version != $gtk_config_micro_version))
10660+ {
10661+ printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
10662+ $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
10663+ gtk_major_version, gtk_minor_version, gtk_micro_version);
10664+ printf ("*** was found! If pkg-config was correct, then it is best\n");
10665+ printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
10666+ printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
10667+ printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
10668+ printf("*** required on your system.\n");
10669+ printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
10670+ printf("*** to point to the correct configuration files\n");
10671+ }
10672+ else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
10673+ (gtk_minor_version != GTK_MINOR_VERSION) ||
10674+ (gtk_micro_version != GTK_MICRO_VERSION))
10675+ {
10676+ printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
10677+ GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
10678+ printf("*** library (version %d.%d.%d)\n",
10679+ gtk_major_version, gtk_minor_version, gtk_micro_version);
10680+ }
10681+ else
10682+ {
10683+ if ((gtk_major_version > major) ||
10684+ ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10685+ ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
10686+ {
10687+ return 0;
10688+ }
10689+ else
10690+ {
10691+ printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
10692+ gtk_major_version, gtk_minor_version, gtk_micro_version);
10693+ printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
10694+ major, minor, micro);
10695+ printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
10696+ printf("***\n");
10697+ printf("*** If you have already installed a sufficiently new version, this error\n");
10698+ printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
10699+ printf("*** being found. The easiest way to fix this is to remove the old version\n");
10700+ printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
10701+ printf("*** correct copy of pkg-config. (In this case, you will have to\n");
10702+ printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
10703+ printf("*** so that the correct libraries are found at run-time))\n");
10704+ }
10705+ }
10706+ return 1;
10707+}
10708+
10709+_ACEOF
10710+if ac_fn_c_try_run "$LINENO"; then :
10711+
10712+else
10713+ no_gtk=yes
10714+fi
10715+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10716+ conftest.$ac_objext conftest.beam conftest.$ac_ext
10717+fi
10718+
10719+ CFLAGS="$ac_save_CFLAGS"
10720+ LIBS="$ac_save_LIBS"
10721+ fi
10722+ fi
10723+ if test "x$no_gtk" = x ; then
10724+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
10725+$as_echo "yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
10726+ :
10727+ else
10728+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10729+$as_echo "no" >&6; }
10730+ if test "$PKG_CONFIG" = "no" ; then
10731+ echo "*** A new enough version of pkg-config was not found."
10732+ echo "*** See http://pkgconfig.sourceforge.net"
10733+ else
10734+ if test -f conf.gtktest ; then
10735+ :
10736+ else
10737+ echo "*** Could not run GTK+ test program, checking why..."
10738+ ac_save_CFLAGS="$CFLAGS"
10739+ ac_save_LIBS="$LIBS"
10740+ CFLAGS="$CFLAGS $GTK_CFLAGS"
10741+ LIBS="$LIBS $GTK_LIBS"
10742+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10743+/* end confdefs.h. */
10744+
10745+#include <gtk/gtk.h>
10746+#include <stdio.h>
10747+
10748+int
10749+main ()
10750+{
10751+ return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
10752+ ;
10753+ return 0;
10754+}
10755+_ACEOF
10756+if ac_fn_c_try_link "$LINENO"; then :
10757+ echo "*** The test program compiled, but did not run. This usually means"
10758+ echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
10759+ echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
10760+ echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
10761+ echo "*** to the installed location Also, make sure you have run ldconfig if that"
10762+ echo "*** is required on your system"
10763+ echo "***"
10764+ echo "*** If you have an old version installed, it is best to remove it, although"
10765+ echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
10766+else
10767+ echo "*** The test program failed to compile or link. See the file config.log for the"
10768+ echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
10769+fi
10770+rm -f core conftest.err conftest.$ac_objext \
10771+ conftest$ac_exeext conftest.$ac_ext
10772+ CFLAGS="$ac_save_CFLAGS"
10773+ LIBS="$ac_save_LIBS"
10774+ fi
10775+ fi
10776+ GTK_CFLAGS=""
10777+ GTK_LIBS=""
10778+ :
10779+ fi
10780+
10781+
10782+ rm -f conf.gtktest
10783+
10784+
10785+
10786+
10787+
10788+
10789+
10790+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
10791+ if test -n "$ac_tool_prefix"; then
10792+ # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
10793+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
10794+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10795+$as_echo_n "checking for $ac_word... " >&6; }
10796+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
10797+ $as_echo_n "(cached) " >&6
10798+else
10799+ case $PKG_CONFIG in
10800+ [\\/]* | ?:[\\/]*)
10801+ ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
10802+ ;;
10803+ *)
10804+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10805+for as_dir in $PATH
10806+do
10807+ IFS=$as_save_IFS
10808+ test -z "$as_dir" && as_dir=.
10809+ for ac_exec_ext in '' $ac_executable_extensions; do
10810+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10811+ ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10812+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10813+ break 2
10814+ fi
10815+done
10816+ done
10817+IFS=$as_save_IFS
10818+
10819+ ;;
10820+esac
10821+fi
10822+PKG_CONFIG=$ac_cv_path_PKG_CONFIG
10823+if test -n "$PKG_CONFIG"; then
10824+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
10825+$as_echo "$PKG_CONFIG" >&6; }
10826+else
10827+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10828+$as_echo "no" >&6; }
10829+fi
10830+
10831+
10832+fi
10833+if test -z "$ac_cv_path_PKG_CONFIG"; then
10834+ ac_pt_PKG_CONFIG=$PKG_CONFIG
10835+ # Extract the first word of "pkg-config", so it can be a program name with args.
10836+set dummy pkg-config; ac_word=$2
10837+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10838+$as_echo_n "checking for $ac_word... " >&6; }
10839+if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
10840+ $as_echo_n "(cached) " >&6
10841+else
10842+ case $ac_pt_PKG_CONFIG in
10843+ [\\/]* | ?:[\\/]*)
10844+ ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
10845+ ;;
10846+ *)
10847+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10848+for as_dir in $PATH
10849+do
10850+ IFS=$as_save_IFS
10851+ test -z "$as_dir" && as_dir=.
10852+ for ac_exec_ext in '' $ac_executable_extensions; do
10853+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10854+ ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10855+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10856+ break 2
10857+ fi
10858+done
10859+ done
10860+IFS=$as_save_IFS
10861+
10862+ ;;
10863+esac
10864+fi
10865+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
10866+if test -n "$ac_pt_PKG_CONFIG"; then
10867+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
10868+$as_echo "$ac_pt_PKG_CONFIG" >&6; }
10869+else
10870+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10871+$as_echo "no" >&6; }
10872+fi
10873+
10874+ if test "x$ac_pt_PKG_CONFIG" = x; then
10875+ PKG_CONFIG=""
10876+ else
10877+ case $cross_compiling:$ac_tool_warned in
10878+yes:)
10879+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10880+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10881+ac_tool_warned=yes ;;
10882+esac
10883+ PKG_CONFIG=$ac_pt_PKG_CONFIG
10884+ fi
10885+else
10886+ PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
10887+fi
10888+
10889+fi
10890+if test -n "$PKG_CONFIG"; then
10891+ _pkg_min_version=0.9.0
10892+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
10893+$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
10894+ if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
10895+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10896+$as_echo "yes" >&6; }
10897+ else
10898+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10899+$as_echo "no" >&6; }
10900+ PKG_CONFIG=""
10901+ fi
10902+fi
10903+
10904+pkg_failed=no
10905+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
10906+$as_echo_n "checking for GTK... " >&6; }
10907+
10908+if test -n "$GTK_CFLAGS"; then
10909+ pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
10910+ elif test -n "$PKG_CONFIG"; then
10911+ if test -n "$PKG_CONFIG" && \
10912+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\""; } >&5
10913+ ($PKG_CONFIG --exists --print-errors "") 2>&5
10914+ ac_status=$?
10915+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10916+ test $ac_status = 0; }; then
10917+ pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "" 2>/dev/null`
10918+else
10919+ pkg_failed=yes
10920+fi
10921+ else
10922+ pkg_failed=untried
10923+fi
10924+if test -n "$GTK_LIBS"; then
10925+ pkg_cv_GTK_LIBS="$GTK_LIBS"
10926+ elif test -n "$PKG_CONFIG"; then
10927+ if test -n "$PKG_CONFIG" && \
10928+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\""; } >&5
10929+ ($PKG_CONFIG --exists --print-errors "") 2>&5
10930+ ac_status=$?
10931+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10932+ test $ac_status = 0; }; then
10933+ pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "" 2>/dev/null`
10934+else
10935+ pkg_failed=yes
10936+fi
10937+ else
10938+ pkg_failed=untried
10939+fi
10940+
10941+
10942+
10943+if test $pkg_failed = yes; then
10944+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10945+$as_echo "no" >&6; }
10946+
10947+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
10948+ _pkg_short_errors_supported=yes
10949+else
10950+ _pkg_short_errors_supported=no
10951+fi
10952+ if test $_pkg_short_errors_supported = yes; then
10953+ GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "" 2>&1`
10954+ else
10955+ GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "" 2>&1`
10956+ fi
10957+ # Put the nasty error message in config.log where it belongs
10958+ echo "$GTK_PKG_ERRORS" >&5
10959+
10960+ as_fn_error $? "Package requirements () were not met:
10961+
10962+$GTK_PKG_ERRORS
10963+
10964+Consider adjusting the PKG_CONFIG_PATH environment variable if you
10965+installed software in a non-standard prefix.
10966+
10967+Alternatively, you may set the environment variables GTK_CFLAGS
10968+and GTK_LIBS to avoid the need to call pkg-config.
10969+See the pkg-config man page for more details." "$LINENO" 5
10970+elif test $pkg_failed = untried; then
10971+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10972+$as_echo "no" >&6; }
10973+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10974+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10975+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
10976+is in your PATH or set the PKG_CONFIG environment variable to the full
10977+path to pkg-config.
10978+
10979+Alternatively, you may set the environment variables GTK_CFLAGS
10980+and GTK_LIBS to avoid the need to call pkg-config.
10981+See the pkg-config man page for more details.
10982+
10983+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
10984+See \`config.log' for more details" "$LINENO" 5 ; }
10985+else
10986+ GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
10987+ GTK_LIBS=$pkg_cv_GTK_LIBS
10988+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10989+$as_echo "yes" >&6; }
10990+
10991+fi
10992+
10993+
10994+
10995+
10996+pkg_failed=no
10997+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GMODULE" >&5
10998+$as_echo_n "checking for GMODULE... " >&6; }
10999+
11000+if test -n "$GMODULE_CFLAGS"; then
11001+ pkg_cv_GMODULE_CFLAGS="$GMODULE_CFLAGS"
11002+ elif test -n "$PKG_CONFIG"; then
11003+ if test -n "$PKG_CONFIG" && \
11004+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gmodule-2.0\""; } >&5
11005+ ($PKG_CONFIG --exists --print-errors "gmodule-2.0") 2>&5
11006+ ac_status=$?
11007+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11008+ test $ac_status = 0; }; then
11009+ pkg_cv_GMODULE_CFLAGS=`$PKG_CONFIG --cflags "gmodule-2.0" 2>/dev/null`
11010+else
11011+ pkg_failed=yes
11012+fi
11013+ else
11014+ pkg_failed=untried
11015+fi
11016+if test -n "$GMODULE_LIBS"; then
11017+ pkg_cv_GMODULE_LIBS="$GMODULE_LIBS"
11018+ elif test -n "$PKG_CONFIG"; then
11019+ if test -n "$PKG_CONFIG" && \
11020+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gmodule-2.0\""; } >&5
11021+ ($PKG_CONFIG --exists --print-errors "gmodule-2.0") 2>&5
11022+ ac_status=$?
11023+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11024+ test $ac_status = 0; }; then
11025+ pkg_cv_GMODULE_LIBS=`$PKG_CONFIG --libs "gmodule-2.0" 2>/dev/null`
11026+else
11027+ pkg_failed=yes
11028+fi
11029+ else
11030+ pkg_failed=untried
11031+fi
11032+
11033+
11034+
11035+if test $pkg_failed = yes; then
11036+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11037+$as_echo "no" >&6; }
11038+
11039+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11040+ _pkg_short_errors_supported=yes
11041+else
11042+ _pkg_short_errors_supported=no
11043+fi
11044+ if test $_pkg_short_errors_supported = yes; then
11045+ GMODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gmodule-2.0" 2>&1`
11046+ else
11047+ GMODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors "gmodule-2.0" 2>&1`
11048+ fi
11049+ # Put the nasty error message in config.log where it belongs
11050+ echo "$GMODULE_PKG_ERRORS" >&5
11051+
11052+ as_fn_error $? "Package requirements (gmodule-2.0) were not met:
11053+
11054+$GMODULE_PKG_ERRORS
11055+
11056+Consider adjusting the PKG_CONFIG_PATH environment variable if you
11057+installed software in a non-standard prefix.
11058+
11059+Alternatively, you may set the environment variables GMODULE_CFLAGS
11060+and GMODULE_LIBS to avoid the need to call pkg-config.
11061+See the pkg-config man page for more details." "$LINENO" 5
11062+elif test $pkg_failed = untried; then
11063+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11064+$as_echo "no" >&6; }
11065+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11066+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11067+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
11068+is in your PATH or set the PKG_CONFIG environment variable to the full
11069+path to pkg-config.
11070+
11071+Alternatively, you may set the environment variables GMODULE_CFLAGS
11072+and GMODULE_LIBS to avoid the need to call pkg-config.
11073+See the pkg-config man page for more details.
11074+
11075+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11076+See \`config.log' for more details" "$LINENO" 5 ; }
11077+else
11078+ GMODULE_CFLAGS=$pkg_cv_GMODULE_CFLAGS
11079+ GMODULE_LIBS=$pkg_cv_GMODULE_LIBS
11080+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11081+$as_echo "yes" >&6; }
11082+
11083+fi
11084+
11085+
11086+
11087+
11088+ @%:@ Check whether --enable-debug was given.
11089+if test "${enable_debug+set}" = set; then :
11090+ enableval=$enable_debug;
11091+ if test "$enableval" = "yes"; then
11092+ CFLAGS="-gstabs -O0"
11093+ fi
11094+
11095+fi
11096+
11097+
11098+
11099+ac_config_files="$ac_config_files Makefile src/Makefile"
11100+
11101+cat >confcache <<\_ACEOF
11102+# This file is a shell script that caches the results of configure
11103+# tests run on this system so they can be shared between configure
11104+# scripts and configure runs, see configure's option --config-cache.
11105+# It is not useful on other systems. If it contains results you don't
11106+# want to keep, you may remove or edit it.
11107+#
11108+# config.status only pays attention to the cache file if you give it
11109+# the --recheck option to rerun configure.
11110+#
11111+# `ac_cv_env_foo' variables (set or unset) will be overridden when
11112+# loading this file, other *unset* `ac_cv_foo' will be assigned the
11113+# following values.
11114+
11115+_ACEOF
11116+
11117+# The following way of writing the cache mishandles newlines in values,
11118+# but we know of no workaround that is simple, portable, and efficient.
11119+# So, we kill variables containing newlines.
11120+# Ultrix sh set writes to stderr and can't be redirected directly,
11121+# and sets the high bit in the cache file unless we assign to the vars.
11122+(
11123+ for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11124+ eval ac_val=\$$ac_var
11125+ case $ac_val in #(
11126+ *${as_nl}*)
11127+ case $ac_var in #(
11128+ *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11129+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11130+ esac
11131+ case $ac_var in #(
11132+ _ | IFS | as_nl) ;; #(
11133+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11134+ *) { eval $ac_var=; unset $ac_var;} ;;
11135+ esac ;;
11136+ esac
11137+ done
11138+
11139+ (set) 2>&1 |
11140+ case $as_nl`(ac_space=' '; set) 2>&1` in #(
11141+ *${as_nl}ac_space=\ *)
11142+ # `set' does not quote correctly, so add quotes: double-quote
11143+ # substitution turns \\\\ into \\, and sed turns \\ into \.
11144+ sed -n \
11145+ "s/'/'\\\\''/g;
11146+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11147+ ;; #(
11148+ *)
11149+ # `set' quotes correctly as required by POSIX, so do not add quotes.
11150+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11151+ ;;
11152+ esac |
11153+ sort
11154+) |
11155+ sed '
11156+ /^ac_cv_env_/b end
11157+ t clear
11158+ :clear
11159+ s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11160+ t end
11161+ s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11162+ :end' >>confcache
11163+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11164+ if test -w "$cache_file"; then
11165+ test "x$cache_file" != "x/dev/null" &&
11166+ { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11167+$as_echo "$as_me: updating cache $cache_file" >&6;}
11168+ cat confcache >$cache_file
11169+ else
11170+ { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11171+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11172+ fi
11173+fi
11174+rm -f confcache
11175+
11176+test "x$prefix" = xNONE && prefix=$ac_default_prefix
11177+# Let make expand exec_prefix.
11178+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11179+
11180+DEFS=-DHAVE_CONFIG_H
11181+
11182+ac_libobjs=
11183+ac_ltlibobjs=
11184+U=
11185+for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
11186+ # 1. Remove the extension, and $U if already installed.
11187+ ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11188+ ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11189+ # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11190+ # will be set to the directory where LIBOBJS objects are built.
11191+ as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11192+ as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11193+done
11194+LIB@&t@OBJS=$ac_libobjs
11195+
11196+LTLIBOBJS=$ac_ltlibobjs
11197+
11198+
11199+ if test -n "$EXEEXT"; then
11200+ am__EXEEXT_TRUE=
11201+ am__EXEEXT_FALSE='#'
11202+else
11203+ am__EXEEXT_TRUE='#'
11204+ am__EXEEXT_FALSE=
11205+fi
11206+
11207+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11208+ as_fn_error $? "conditional \"AMDEP\" was never defined.
11209+Usually this means the macro was only invoked conditionally." "$LINENO" 5
11210+fi
11211+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11212+ as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11213+Usually this means the macro was only invoked conditionally." "$LINENO" 5
11214+fi
11215+
11216+: ${CONFIG_STATUS=./config.status}
11217+ac_write_fail=0
11218+ac_clean_files_save=$ac_clean_files
11219+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11220+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11221+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11222+as_write_fail=0
11223+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11224+#! $SHELL
11225+# Generated by $as_me.
11226+# Run this file to recreate the current configuration.
11227+# Compiler output produced by configure, useful for debugging
11228+# configure, is in config.log if it exists.
11229+
11230+debug=false
11231+ac_cs_recheck=false
11232+ac_cs_silent=false
11233+
11234+SHELL=\${CONFIG_SHELL-$SHELL}
11235+export SHELL
11236+_ASEOF
11237+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11238+## -------------------- ##
11239+## M4sh Initialization. ##
11240+## -------------------- ##
11241+
11242+# Be more Bourne compatible
11243+DUALCASE=1; export DUALCASE # for MKS sh
11244+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11245+ emulate sh
11246+ NULLCMD=:
11247+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11248+ # is contrary to our usage. Disable this feature.
11249+ alias -g '${1+"$@"}'='"$@"'
11250+ setopt NO_GLOB_SUBST
11251+else
11252+ case `(set -o) 2>/dev/null` in @%:@(
11253+ *posix*) :
11254+ set -o posix ;; @%:@(
11255+ *) :
11256+ ;;
11257+esac
11258+fi
11259+
11260+
11261+as_nl='
11262+'
11263+export as_nl
11264+# Printing a long string crashes Solaris 7 /usr/bin/printf.
11265+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11266+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11267+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11268+# Prefer a ksh shell builtin over an external printf program on Solaris,
11269+# but without wasting forks for bash or zsh.
11270+if test -z "$BASH_VERSION$ZSH_VERSION" \
11271+ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11272+ as_echo='print -r --'
11273+ as_echo_n='print -rn --'
11274+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11275+ as_echo='printf %s\n'
11276+ as_echo_n='printf %s'
11277+else
11278+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11279+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11280+ as_echo_n='/usr/ucb/echo -n'
11281+ else
11282+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11283+ as_echo_n_body='eval
11284+ arg=$1;
11285+ case $arg in @%:@(
11286+ *"$as_nl"*)
11287+ expr "X$arg" : "X\\(.*\\)$as_nl";
11288+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11289+ esac;
11290+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11291+ '
11292+ export as_echo_n_body
11293+ as_echo_n='sh -c $as_echo_n_body as_echo'
11294+ fi
11295+ export as_echo_body
11296+ as_echo='sh -c $as_echo_body as_echo'
11297+fi
11298+
11299+# The user is always right.
11300+if test "${PATH_SEPARATOR+set}" != set; then
11301+ PATH_SEPARATOR=:
11302+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11303+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11304+ PATH_SEPARATOR=';'
11305+ }
11306+fi
11307+
11308+
11309+# IFS
11310+# We need space, tab and new line, in precisely that order. Quoting is
11311+# there to prevent editors from complaining about space-tab.
11312+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11313+# splitting by setting IFS to empty value.)
11314+IFS=" "" $as_nl"
11315+
11316+# Find who we are. Look in the path if we contain no directory separator.
11317+case $0 in @%:@((
11318+ *[\\/]* ) as_myself=$0 ;;
11319+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11320+for as_dir in $PATH
11321+do
11322+ IFS=$as_save_IFS
11323+ test -z "$as_dir" && as_dir=.
11324+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11325+ done
11326+IFS=$as_save_IFS
11327+
11328+ ;;
11329+esac
11330+# We did not find ourselves, most probably we were run as `sh COMMAND'
11331+# in which case we are not to be found in the path.
11332+if test "x$as_myself" = x; then
11333+ as_myself=$0
11334+fi
11335+if test ! -f "$as_myself"; then
11336+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11337+ exit 1
11338+fi
11339+
11340+# Unset variables that we do not need and which cause bugs (e.g. in
11341+# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11342+# suppresses any "Segmentation fault" message there. '((' could
11343+# trigger a bug in pdksh 5.2.14.
11344+for as_var in BASH_ENV ENV MAIL MAILPATH
11345+do eval test x\${$as_var+set} = xset \
11346+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11347+done
11348+PS1='$ '
11349+PS2='> '
11350+PS4='+ '
11351+
11352+# NLS nuisances.
11353+LC_ALL=C
11354+export LC_ALL
11355+LANGUAGE=C
11356+export LANGUAGE
11357+
11358+# CDPATH.
11359+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11360+
11361+
11362+@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
11363+@%:@ ----------------------------------------
11364+@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11365+@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11366+@%:@ script with STATUS, using 1 if that was 0.
11367+as_fn_error ()
11368+{
11369+ as_status=$1; test $as_status -eq 0 && as_status=1
11370+ if test "$4"; then
11371+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11372+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
11373+ fi
11374+ $as_echo "$as_me: error: $2" >&2
11375+ as_fn_exit $as_status
11376+} @%:@ as_fn_error
11377+
11378+
11379+@%:@ as_fn_set_status STATUS
11380+@%:@ -----------------------
11381+@%:@ Set @S|@? to STATUS, without forking.
11382+as_fn_set_status ()
11383+{
11384+ return $1
11385+} @%:@ as_fn_set_status
11386+
11387+@%:@ as_fn_exit STATUS
11388+@%:@ -----------------
11389+@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11390+as_fn_exit ()
11391+{
11392+ set +e
11393+ as_fn_set_status $1
11394+ exit $1
11395+} @%:@ as_fn_exit
11396+
11397+@%:@ as_fn_unset VAR
11398+@%:@ ---------------
11399+@%:@ Portably unset VAR.
11400+as_fn_unset ()
11401+{
11402+ { eval $1=; unset $1;}
11403+}
11404+as_unset=as_fn_unset
11405+@%:@ as_fn_append VAR VALUE
11406+@%:@ ----------------------
11407+@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take
11408+@%:@ advantage of any shell optimizations that allow amortized linear growth over
11409+@%:@ repeated appends, instead of the typical quadratic growth present in naive
11410+@%:@ implementations.
11411+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11412+ eval 'as_fn_append ()
11413+ {
11414+ eval $1+=\$2
11415+ }'
11416+else
11417+ as_fn_append ()
11418+ {
11419+ eval $1=\$$1\$2
11420+ }
11421+fi # as_fn_append
11422+
11423+@%:@ as_fn_arith ARG...
11424+@%:@ ------------------
11425+@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the
11426+@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments
11427+@%:@ must be portable across @S|@(()) and expr.
11428+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11429+ eval 'as_fn_arith ()
11430+ {
11431+ as_val=$(( $* ))
11432+ }'
11433+else
11434+ as_fn_arith ()
11435+ {
11436+ as_val=`expr "$@" || test $? -eq 1`
11437+ }
11438+fi # as_fn_arith
11439+
11440+
11441+if expr a : '\(a\)' >/dev/null 2>&1 &&
11442+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
11443+ as_expr=expr
11444+else
11445+ as_expr=false
11446+fi
11447+
11448+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11449+ as_basename=basename
11450+else
11451+ as_basename=false
11452+fi
11453+
11454+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11455+ as_dirname=dirname
11456+else
11457+ as_dirname=false
11458+fi
11459+
11460+as_me=`$as_basename -- "$0" ||
11461+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11462+ X"$0" : 'X\(//\)$' \| \
11463+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11464+$as_echo X/"$0" |
11465+ sed '/^.*\/\([^/][^/]*\)\/*$/{
11466+ s//\1/
11467+ q
11468+ }
11469+ /^X\/\(\/\/\)$/{
11470+ s//\1/
11471+ q
11472+ }
11473+ /^X\/\(\/\).*/{
11474+ s//\1/
11475+ q
11476+ }
11477+ s/.*/./; q'`
11478+
11479+# Avoid depending upon Character Ranges.
11480+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11481+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11482+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11483+as_cr_digits='0123456789'
11484+as_cr_alnum=$as_cr_Letters$as_cr_digits
11485+
11486+ECHO_C= ECHO_N= ECHO_T=
11487+case `echo -n x` in @%:@(((((
11488+-n*)
11489+ case `echo 'xy\c'` in
11490+ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11491+ xy) ECHO_C='\c';;
11492+ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11493+ ECHO_T=' ';;
11494+ esac;;
11495+*)
11496+ ECHO_N='-n';;
11497+esac
11498+
11499+rm -f conf$$ conf$$.exe conf$$.file
11500+if test -d conf$$.dir; then
11501+ rm -f conf$$.dir/conf$$.file
11502+else
11503+ rm -f conf$$.dir
11504+ mkdir conf$$.dir 2>/dev/null
11505+fi
11506+if (echo >conf$$.file) 2>/dev/null; then
11507+ if ln -s conf$$.file conf$$ 2>/dev/null; then
11508+ as_ln_s='ln -s'
11509+ # ... but there are two gotchas:
11510+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11511+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11512+ # In both cases, we have to default to `cp -p'.
11513+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11514+ as_ln_s='cp -p'
11515+ elif ln conf$$.file conf$$ 2>/dev/null; then
11516+ as_ln_s=ln
11517+ else
11518+ as_ln_s='cp -p'
11519+ fi
11520+else
11521+ as_ln_s='cp -p'
11522+fi
11523+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11524+rmdir conf$$.dir 2>/dev/null
11525+
11526+
11527+@%:@ as_fn_mkdir_p
11528+@%:@ -------------
11529+@%:@ Create "@S|@as_dir" as a directory, including parents if necessary.
11530+as_fn_mkdir_p ()
11531+{
11532+
11533+ case $as_dir in #(
11534+ -*) as_dir=./$as_dir;;
11535+ esac
11536+ test -d "$as_dir" || eval $as_mkdir_p || {
11537+ as_dirs=
11538+ while :; do
11539+ case $as_dir in #(
11540+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11541+ *) as_qdir=$as_dir;;
11542+ esac
11543+ as_dirs="'$as_qdir' $as_dirs"
11544+ as_dir=`$as_dirname -- "$as_dir" ||
11545+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11546+ X"$as_dir" : 'X\(//\)[^/]' \| \
11547+ X"$as_dir" : 'X\(//\)$' \| \
11548+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11549+$as_echo X"$as_dir" |
11550+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11551+ s//\1/
11552+ q
11553+ }
11554+ /^X\(\/\/\)[^/].*/{
11555+ s//\1/
11556+ q
11557+ }
11558+ /^X\(\/\/\)$/{
11559+ s//\1/
11560+ q
11561+ }
11562+ /^X\(\/\).*/{
11563+ s//\1/
11564+ q
11565+ }
11566+ s/.*/./; q'`
11567+ test -d "$as_dir" && break
11568+ done
11569+ test -z "$as_dirs" || eval "mkdir $as_dirs"
11570+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
11571+
11572+
11573+} @%:@ as_fn_mkdir_p
11574+if mkdir -p . 2>/dev/null; then
11575+ as_mkdir_p='mkdir -p "$as_dir"'
11576+else
11577+ test -d ./-p && rmdir ./-p
11578+ as_mkdir_p=false
11579+fi
11580+
11581+if test -x / >/dev/null 2>&1; then
11582+ as_test_x='test -x'
11583+else
11584+ if ls -dL / >/dev/null 2>&1; then
11585+ as_ls_L_option=L
11586+ else
11587+ as_ls_L_option=
11588+ fi
11589+ as_test_x='
11590+ eval sh -c '\''
11591+ if test -d "$1"; then
11592+ test -d "$1/.";
11593+ else
11594+ case $1 in @%:@(
11595+ -*)set "./$1";;
11596+ esac;
11597+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
11598+ ???[sx]*):;;*)false;;esac;fi
11599+ '\'' sh
11600+ '
11601+fi
11602+as_executable_p=$as_test_x
11603+
11604+# Sed expression to map a string onto a valid CPP name.
11605+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11606+
11607+# Sed expression to map a string onto a valid variable name.
11608+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11609+
11610+
11611+exec 6>&1
11612+## ----------------------------------- ##
11613+## Main body of $CONFIG_STATUS script. ##
11614+## ----------------------------------- ##
11615+_ASEOF
11616+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11617+
11618+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11619+# Save the log message, to keep $0 and so on meaningful, and to
11620+# report actual input values of CONFIG_FILES etc. instead of their
11621+# values after options handling.
11622+ac_log="
11623+This file was extended by kp123 $as_me 0.1, which was
11624+generated by GNU Autoconf 2.67. Invocation command line was
11625+
11626+ CONFIG_FILES = $CONFIG_FILES
11627+ CONFIG_HEADERS = $CONFIG_HEADERS
11628+ CONFIG_LINKS = $CONFIG_LINKS
11629+ CONFIG_COMMANDS = $CONFIG_COMMANDS
11630+ $ $0 $@
11631+
11632+on `(hostname || uname -n) 2>/dev/null | sed 1q`
11633+"
11634+
11635+_ACEOF
11636+
11637+case $ac_config_files in *"
11638+"*) set x $ac_config_files; shift; ac_config_files=$*;;
11639+esac
11640+
11641+case $ac_config_headers in *"
11642+"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11643+esac
11644+
11645+
11646+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11647+# Files that config.status was made for.
11648+config_files="$ac_config_files"
11649+config_headers="$ac_config_headers"
11650+config_commands="$ac_config_commands"
11651+
11652+_ACEOF
11653+
11654+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11655+ac_cs_usage="\
11656+\`$as_me' instantiates files and other configuration actions
11657+from templates according to the current configuration. Unless the files
11658+and actions are specified as TAGs, all are instantiated by default.
11659+
11660+Usage: $0 [OPTION]... [TAG]...
11661+
11662+ -h, --help print this help, then exit
11663+ -V, --version print version number and configuration settings, then exit
11664+ --config print configuration, then exit
11665+ -q, --quiet, --silent
11666+ do not print progress messages
11667+ -d, --debug don't remove temporary files
11668+ --recheck update $as_me by reconfiguring in the same conditions
11669+ --file=FILE[:TEMPLATE]
11670+ instantiate the configuration file FILE
11671+ --header=FILE[:TEMPLATE]
11672+ instantiate the configuration header FILE
11673+
11674+Configuration files:
11675+$config_files
11676+
11677+Configuration headers:
11678+$config_headers
11679+
11680+Configuration commands:
11681+$config_commands
11682+
11683+Report bugs to <evgeny@sourceforge.jp>."
11684+
11685+_ACEOF
11686+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11687+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
11688+ac_cs_version="\\
11689+kp123 config.status 0.1
11690+configured by $0, generated by GNU Autoconf 2.67,
11691+ with options \\"\$ac_cs_config\\"
11692+
11693+Copyright (C) 2010 Free Software Foundation, Inc.
11694+This config.status script is free software; the Free Software Foundation
11695+gives unlimited permission to copy, distribute and modify it."
11696+
11697+ac_pwd='$ac_pwd'
11698+srcdir='$srcdir'
11699+INSTALL='$INSTALL'
11700+MKDIR_P='$MKDIR_P'
11701+AWK='$AWK'
11702+test -n "\$AWK" || AWK=awk
11703+_ACEOF
11704+
11705+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11706+# The default lists apply if the user does not specify any file.
11707+ac_need_defaults=:
11708+while test $# != 0
11709+do
11710+ case $1 in
11711+ --*=?*)
11712+ ac_option=`expr "X$1" : 'X\([^=]*\)='`
11713+ ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11714+ ac_shift=:
11715+ ;;
11716+ --*=)
11717+ ac_option=`expr "X$1" : 'X\([^=]*\)='`
11718+ ac_optarg=
11719+ ac_shift=:
11720+ ;;
11721+ *)
11722+ ac_option=$1
11723+ ac_optarg=$2
11724+ ac_shift=shift
11725+ ;;
11726+ esac
11727+
11728+ case $ac_option in
11729+ # Handling of the options.
11730+ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11731+ ac_cs_recheck=: ;;
11732+ --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11733+ $as_echo "$ac_cs_version"; exit ;;
11734+ --config | --confi | --conf | --con | --co | --c )
11735+ $as_echo "$ac_cs_config"; exit ;;
11736+ --debug | --debu | --deb | --de | --d | -d )
11737+ debug=: ;;
11738+ --file | --fil | --fi | --f )
11739+ $ac_shift
11740+ case $ac_optarg in
11741+ *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11742+ '') as_fn_error $? "missing file argument" ;;
11743+ esac
11744+ as_fn_append CONFIG_FILES " '$ac_optarg'"
11745+ ac_need_defaults=false;;
11746+ --header | --heade | --head | --hea )
11747+ $ac_shift
11748+ case $ac_optarg in
11749+ *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11750+ esac
11751+ as_fn_append CONFIG_HEADERS " '$ac_optarg'"
11752+ ac_need_defaults=false;;
11753+ --he | --h)
11754+ # Conflict between --help and --header
11755+ as_fn_error $? "ambiguous option: \`$1'
11756+Try \`$0 --help' for more information.";;
11757+ --help | --hel | -h )
11758+ $as_echo "$ac_cs_usage"; exit ;;
11759+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11760+ | -silent | --silent | --silen | --sile | --sil | --si | --s)
11761+ ac_cs_silent=: ;;
11762+
11763+ # This is an error.
11764+ -*) as_fn_error $? "unrecognized option: \`$1'
11765+Try \`$0 --help' for more information." ;;
11766+
11767+ *) as_fn_append ac_config_targets " $1"
11768+ ac_need_defaults=false ;;
11769+
11770+ esac
11771+ shift
11772+done
11773+
11774+ac_configure_extra_args=
11775+
11776+if $ac_cs_silent; then
11777+ exec 6>/dev/null
11778+ ac_configure_extra_args="$ac_configure_extra_args --silent"
11779+fi
11780+
11781+_ACEOF
11782+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11783+if \$ac_cs_recheck; then
11784+ set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11785+ shift
11786+ \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
11787+ CONFIG_SHELL='$SHELL'
11788+ export CONFIG_SHELL
11789+ exec "\$@"
11790+fi
11791+
11792+_ACEOF
11793+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11794+exec 5>>config.log
11795+{
11796+ echo
11797+ sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
11798+@%:@@%:@ Running $as_me. @%:@@%:@
11799+_ASBOX
11800+ $as_echo "$ac_log"
11801+} >&5
11802+
11803+_ACEOF
11804+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11805+#
11806+# INIT-COMMANDS
11807+#
11808+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11809+
11810+
11811+# The HP-UX ksh and POSIX shell print the target directory to stdout
11812+# if CDPATH is set.
11813+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11814+
11815+sed_quote_subst='$sed_quote_subst'
11816+double_quote_subst='$double_quote_subst'
11817+delay_variable_subst='$delay_variable_subst'
11818+macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
11819+macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
11820+enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
11821+enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
11822+pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
11823+enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
11824+SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
11825+ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
11826+host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
11827+host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
11828+host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
11829+build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
11830+build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
11831+build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
11832+SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
11833+Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
11834+GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
11835+EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
11836+FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
11837+LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
11838+NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
11839+LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
11840+max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
11841+ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
11842+exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
11843+lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
11844+lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
11845+lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
11846+reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
11847+reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
11848+OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
11849+deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
11850+file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
11851+AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
11852+AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
11853+STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
11854+RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
11855+old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11856+old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11857+old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
11858+lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
11859+CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
11860+CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
11861+compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
11862+GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
11863+lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
11864+lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
11865+lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
11866+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
11867+objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
11868+MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
11869+lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
11870+lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
11871+lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
11872+lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
11873+lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
11874+need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
11875+DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
11876+NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
11877+LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
11878+OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
11879+OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
11880+libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
11881+shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
11882+extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11883+archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
11884+enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
11885+export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
11886+whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
11887+compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
11888+old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
11889+old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11890+archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
11891+archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11892+module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
11893+module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11894+with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
11895+allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
11896+no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
11897+hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
11898+hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
11899+hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
11900+hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
11901+hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
11902+hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
11903+hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
11904+hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
11905+inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
11906+link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
11907+fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
11908+always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
11909+export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
11910+exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
11911+include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
11912+prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
11913+file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
11914+variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
11915+need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
11916+need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
11917+version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
11918+runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
11919+shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
11920+shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
11921+libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
11922+library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
11923+soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
11924+install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
11925+postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11926+postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11927+finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
11928+finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
11929+hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
11930+sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
11931+sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
11932+hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
11933+enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
11934+enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
11935+enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
11936+old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
11937+striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
11938+
11939+LTCC='$LTCC'
11940+LTCFLAGS='$LTCFLAGS'
11941+compiler='$compiler_DEFAULT'
11942+
11943+# A function that is used when there is no print builtin or printf.
11944+func_fallback_echo ()
11945+{
11946+ eval 'cat <<_LTECHO_EOF
11947+\$1
11948+_LTECHO_EOF'
11949+}
11950+
11951+# Quote evaled strings.
11952+for var in SHELL \
11953+ECHO \
11954+SED \
11955+GREP \
11956+EGREP \
11957+FGREP \
11958+LD \
11959+NM \
11960+LN_S \
11961+lt_SP2NL \
11962+lt_NL2SP \
11963+reload_flag \
11964+OBJDUMP \
11965+deplibs_check_method \
11966+file_magic_cmd \
11967+AR \
11968+AR_FLAGS \
11969+STRIP \
11970+RANLIB \
11971+CC \
11972+CFLAGS \
11973+compiler \
11974+lt_cv_sys_global_symbol_pipe \
11975+lt_cv_sys_global_symbol_to_cdecl \
11976+lt_cv_sys_global_symbol_to_c_name_address \
11977+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
11978+lt_prog_compiler_no_builtin_flag \
11979+lt_prog_compiler_wl \
11980+lt_prog_compiler_pic \
11981+lt_prog_compiler_static \
11982+lt_cv_prog_compiler_c_o \
11983+need_locks \
11984+DSYMUTIL \
11985+NMEDIT \
11986+LIPO \
11987+OTOOL \
11988+OTOOL64 \
11989+shrext_cmds \
11990+export_dynamic_flag_spec \
11991+whole_archive_flag_spec \
11992+compiler_needs_object \
11993+with_gnu_ld \
11994+allow_undefined_flag \
11995+no_undefined_flag \
11996+hardcode_libdir_flag_spec \
11997+hardcode_libdir_flag_spec_ld \
11998+hardcode_libdir_separator \
11999+fix_srcfile_path \
12000+exclude_expsyms \
12001+include_expsyms \
12002+file_list_spec \
12003+variables_saved_for_relink \
12004+libname_spec \
12005+library_names_spec \
12006+soname_spec \
12007+install_override_mode \
12008+finish_eval \
12009+old_striplib \
12010+striplib; do
12011+ case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12012+ *[\\\\\\\`\\"\\\$]*)
12013+ eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12014+ ;;
12015+ *)
12016+ eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12017+ ;;
12018+ esac
12019+done
12020+
12021+# Double-quote double-evaled strings.
12022+for var in reload_cmds \
12023+old_postinstall_cmds \
12024+old_postuninstall_cmds \
12025+old_archive_cmds \
12026+extract_expsyms_cmds \
12027+old_archive_from_new_cmds \
12028+old_archive_from_expsyms_cmds \
12029+archive_cmds \
12030+archive_expsym_cmds \
12031+module_cmds \
12032+module_expsym_cmds \
12033+export_symbols_cmds \
12034+prelink_cmds \
12035+postinstall_cmds \
12036+postuninstall_cmds \
12037+finish_cmds \
12038+sys_lib_search_path_spec \
12039+sys_lib_dlsearch_path_spec; do
12040+ case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12041+ *[\\\\\\\`\\"\\\$]*)
12042+ eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12043+ ;;
12044+ *)
12045+ eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12046+ ;;
12047+ esac
12048+done
12049+
12050+ac_aux_dir='$ac_aux_dir'
12051+xsi_shell='$xsi_shell'
12052+lt_shell_append='$lt_shell_append'
12053+
12054+# See if we are running on zsh, and set the options which allow our
12055+# commands through without removal of \ escapes INIT.
12056+if test -n "\${ZSH_VERSION+set}" ; then
12057+ setopt NO_GLOB_SUBST
12058+fi
12059+
12060+
12061+ PACKAGE='$PACKAGE'
12062+ VERSION='$VERSION'
12063+ TIMESTAMP='$TIMESTAMP'
12064+ RM='$RM'
12065+ ofile='$ofile'
12066+
12067+
12068+
12069+
12070+_ACEOF
12071+
12072+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12073+
12074+# Handling of arguments.
12075+for ac_config_target in $ac_config_targets
12076+do
12077+ case $ac_config_target in
12078+ "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12079+ "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12080+ "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12081+ "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12082+ "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
12083+
12084+ *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
12085+ esac
12086+done
12087+
12088+
12089+# If the user did not use the arguments to specify the items to instantiate,
12090+# then the envvar interface is used. Set only those that are not.
12091+# We use the long form for the default assignment because of an extremely
12092+# bizarre bug on SunOS 4.1.3.
12093+if $ac_need_defaults; then
12094+ test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12095+ test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12096+ test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12097+fi
12098+
12099+# Have a temporary directory for convenience. Make it in the build tree
12100+# simply because there is no reason against having it here, and in addition,
12101+# creating and moving files from /tmp can sometimes cause problems.
12102+# Hook for its removal unless debugging.
12103+# Note that there is a small window in which the directory will not be cleaned:
12104+# after its creation but before its name has been assigned to `$tmp'.
12105+$debug ||
12106+{
12107+ tmp=
12108+ trap 'exit_status=$?
12109+ { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12110+' 0
12111+ trap 'as_fn_exit 1' 1 2 13 15
12112+}
12113+# Create a (secure) tmp directory for tmp files.
12114+
12115+{
12116+ tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12117+ test -n "$tmp" && test -d "$tmp"
12118+} ||
12119+{
12120+ tmp=./conf$$-$RANDOM
12121+ (umask 077 && mkdir "$tmp")
12122+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12123+
12124+# Set up the scripts for CONFIG_FILES section.
12125+# No need to generate them if there are no CONFIG_FILES.
12126+# This happens for instance with `./config.status config.h'.
12127+if test -n "$CONFIG_FILES"; then
12128+
12129+
12130+ac_cr=`echo X | tr X '\015'`
12131+# On cygwin, bash can eat \r inside `` if the user requested igncr.
12132+# But we know of no other shell where ac_cr would be empty at this
12133+# point, so we can use a bashism as a fallback.
12134+if test "x$ac_cr" = x; then
12135+ eval ac_cr=\$\'\\r\'
12136+fi
12137+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12138+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12139+ ac_cs_awk_cr='\\r'
12140+else
12141+ ac_cs_awk_cr=$ac_cr
12142+fi
12143+
12144+echo 'BEGIN {' >"$tmp/subs1.awk" &&
12145+_ACEOF
12146+
12147+
12148+{
12149+ echo "cat >conf$$subs.awk <<_ACEOF" &&
12150+ echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12151+ echo "_ACEOF"
12152+} >conf$$subs.sh ||
12153+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12154+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
12155+ac_delim='%!_!# '
12156+for ac_last_try in false false false false false :; do
12157+ . ./conf$$subs.sh ||
12158+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12159+
12160+ ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12161+ if test $ac_delim_n = $ac_delim_num; then
12162+ break
12163+ elif $ac_last_try; then
12164+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12165+ else
12166+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12167+ fi
12168+done
12169+rm -f conf$$subs.sh
12170+
12171+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12172+cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12173+_ACEOF
12174+sed -n '
12175+h
12176+s/^/S["/; s/!.*/"]=/
12177+p
12178+g
12179+s/^[^!]*!//
12180+:repl
12181+t repl
12182+s/'"$ac_delim"'$//
12183+t delim
12184+:nl
12185+h
12186+s/\(.\{148\}\)..*/\1/
12187+t more1
12188+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12189+p
12190+n
12191+b repl
12192+:more1
12193+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12194+p
12195+g
12196+s/.\{148\}//
12197+t nl
12198+:delim
12199+h
12200+s/\(.\{148\}\)..*/\1/
12201+t more2
12202+s/["\\]/\\&/g; s/^/"/; s/$/"/
12203+p
12204+b
12205+:more2
12206+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12207+p
12208+g
12209+s/.\{148\}//
12210+t delim
12211+' <conf$$subs.awk | sed '
12212+/^[^""]/{
12213+ N
12214+ s/\n//
12215+}
12216+' >>$CONFIG_STATUS || ac_write_fail=1
12217+rm -f conf$$subs.awk
12218+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12219+_ACAWK
12220+cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12221+ for (key in S) S_is_set[key] = 1
12222+ FS = ""
12223+
12224+}
12225+{
12226+ line = $ 0
12227+ nfields = split(line, field, "@")
12228+ substed = 0
12229+ len = length(field[1])
12230+ for (i = 2; i < nfields; i++) {
12231+ key = field[i]
12232+ keylen = length(key)
12233+ if (S_is_set[key]) {
12234+ value = S[key]
12235+ line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12236+ len += length(value) + length(field[++i])
12237+ substed = 1
12238+ } else
12239+ len += 1 + keylen
12240+ }
12241+
12242+ print line
12243+}
12244+
12245+_ACAWK
12246+_ACEOF
12247+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12248+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12249+ sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12250+else
12251+ cat
12252+fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12253+ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
12254+_ACEOF
12255+
12256+# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12257+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
12258+# trailing colons and then remove the whole line if VPATH becomes empty
12259+# (actually we leave an empty line to preserve line numbers).
12260+if test "x$srcdir" = x.; then
12261+ ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12262+h
12263+s///
12264+s/^/:/
12265+s/[ ]*$/:/
12266+s/:\$(srcdir):/:/g
12267+s/:\${srcdir}:/:/g
12268+s/:@srcdir@:/:/g
12269+s/^:*//
12270+s/:*$//
12271+x
12272+s/\(=[ ]*\).*/\1/
12273+G
12274+s/\n//
12275+s/^[^=]*=[ ]*$//
12276+}'
12277+fi
12278+
12279+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12280+fi # test -n "$CONFIG_FILES"
12281+
12282+# Set up the scripts for CONFIG_HEADERS section.
12283+# No need to generate them if there are no CONFIG_HEADERS.
12284+# This happens for instance with `./config.status Makefile'.
12285+if test -n "$CONFIG_HEADERS"; then
12286+cat >"$tmp/defines.awk" <<\_ACAWK ||
12287+BEGIN {
12288+_ACEOF
12289+
12290+# Transform confdefs.h into an awk script `defines.awk', embedded as
12291+# here-document in config.status, that substitutes the proper values into
12292+# config.h.in to produce config.h.
12293+
12294+# Create a delimiter string that does not exist in confdefs.h, to ease
12295+# handling of long lines.
12296+ac_delim='%!_!# '
12297+for ac_last_try in false false :; do
12298+ ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12299+ if test -z "$ac_t"; then
12300+ break
12301+ elif $ac_last_try; then
12302+ as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
12303+ else
12304+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12305+ fi
12306+done
12307+
12308+# For the awk script, D is an array of macro values keyed by name,
12309+# likewise P contains macro parameters if any. Preserve backslash
12310+# newline sequences.
12311+
12312+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12313+sed -n '
12314+s/.\{148\}/&'"$ac_delim"'/g
12315+t rset
12316+:rset
12317+s/^[ ]*#[ ]*define[ ][ ]*/ /
12318+t def
12319+d
12320+:def
12321+s/\\$//
12322+t bsnl
12323+s/["\\]/\\&/g
12324+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12325+D["\1"]=" \3"/p
12326+s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12327+d
12328+:bsnl
12329+s/["\\]/\\&/g
12330+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12331+D["\1"]=" \3\\\\\\n"\\/p
12332+t cont
12333+s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12334+t cont
12335+d
12336+:cont
12337+n
12338+s/.\{148\}/&'"$ac_delim"'/g
12339+t clear
12340+:clear
12341+s/\\$//
12342+t bsnlc
12343+s/["\\]/\\&/g; s/^/"/; s/$/"/p
12344+d
12345+:bsnlc
12346+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12347+b cont
12348+' <confdefs.h | sed '
12349+s/'"$ac_delim"'/"\\\
12350+"/g' >>$CONFIG_STATUS || ac_write_fail=1
12351+
12352+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12353+ for (key in D) D_is_set[key] = 1
12354+ FS = ""
12355+}
12356+/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12357+ line = \$ 0
12358+ split(line, arg, " ")
12359+ if (arg[1] == "#") {
12360+ defundef = arg[2]
12361+ mac1 = arg[3]
12362+ } else {
12363+ defundef = substr(arg[1], 2)
12364+ mac1 = arg[2]
12365+ }
12366+ split(mac1, mac2, "(") #)
12367+ macro = mac2[1]
12368+ prefix = substr(line, 1, index(line, defundef) - 1)
12369+ if (D_is_set[macro]) {
12370+ # Preserve the white space surrounding the "#".
12371+ print prefix "define", macro P[macro] D[macro]
12372+ next
12373+ } else {
12374+ # Replace #undef with comments. This is necessary, for example,
12375+ # in the case of _POSIX_SOURCE, which is predefined and required
12376+ # on some systems where configure will not decide to define it.
12377+ if (defundef == "undef") {
12378+ print "/*", prefix defundef, macro, "*/"
12379+ next
12380+ }
12381+ }
12382+}
12383+{ print }
12384+_ACAWK
12385+_ACEOF
12386+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12387+ as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
12388+fi # test -n "$CONFIG_HEADERS"
12389+
12390+
12391+eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12392+shift
12393+for ac_tag
12394+do
12395+ case $ac_tag in
12396+ :[FHLC]) ac_mode=$ac_tag; continue;;
12397+ esac
12398+ case $ac_mode$ac_tag in
12399+ :[FHL]*:*);;
12400+ :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
12401+ :[FH]-) ac_tag=-:-;;
12402+ :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12403+ esac
12404+ ac_save_IFS=$IFS
12405+ IFS=:
12406+ set x $ac_tag
12407+ IFS=$ac_save_IFS
12408+ shift
12409+ ac_file=$1
12410+ shift
12411+
12412+ case $ac_mode in
12413+ :L) ac_source=$1;;
12414+ :[FH])
12415+ ac_file_inputs=
12416+ for ac_f
12417+ do
12418+ case $ac_f in
12419+ -) ac_f="$tmp/stdin";;
12420+ *) # Look for the file first in the build tree, then in the source tree
12421+ # (if the path is not absolute). The absolute path cannot be DOS-style,
12422+ # because $ac_f cannot contain `:'.
12423+ test -f "$ac_f" ||
12424+ case $ac_f in
12425+ [\\/$]*) false;;
12426+ *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12427+ esac ||
12428+ as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
12429+ esac
12430+ case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12431+ as_fn_append ac_file_inputs " '$ac_f'"
12432+ done
12433+
12434+ # Let's still pretend it is `configure' which instantiates (i.e., don't
12435+ # use $as_me), people would be surprised to read:
12436+ # /* config.h. Generated by config.status. */
12437+ configure_input='Generated from '`
12438+ $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12439+ `' by configure.'
12440+ if test x"$ac_file" != x-; then
12441+ configure_input="$ac_file. $configure_input"
12442+ { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12443+$as_echo "$as_me: creating $ac_file" >&6;}
12444+ fi
12445+ # Neutralize special characters interpreted by sed in replacement strings.
12446+ case $configure_input in #(
12447+ *\&* | *\|* | *\\* )
12448+ ac_sed_conf_input=`$as_echo "$configure_input" |
12449+ sed 's/[\\\\&|]/\\\\&/g'`;; #(
12450+ *) ac_sed_conf_input=$configure_input;;
12451+ esac
12452+
12453+ case $ac_tag in
12454+ *:-:* | *:-) cat >"$tmp/stdin" \
12455+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
12456+ esac
12457+ ;;
12458+ esac
12459+
12460+ ac_dir=`$as_dirname -- "$ac_file" ||
12461+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12462+ X"$ac_file" : 'X\(//\)[^/]' \| \
12463+ X"$ac_file" : 'X\(//\)$' \| \
12464+ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12465+$as_echo X"$ac_file" |
12466+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12467+ s//\1/
12468+ q
12469+ }
12470+ /^X\(\/\/\)[^/].*/{
12471+ s//\1/
12472+ q
12473+ }
12474+ /^X\(\/\/\)$/{
12475+ s//\1/
12476+ q
12477+ }
12478+ /^X\(\/\).*/{
12479+ s//\1/
12480+ q
12481+ }
12482+ s/.*/./; q'`
12483+ as_dir="$ac_dir"; as_fn_mkdir_p
12484+ ac_builddir=.
12485+
12486+case "$ac_dir" in
12487+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12488+*)
12489+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12490+ # A ".." for each directory in $ac_dir_suffix.
12491+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12492+ case $ac_top_builddir_sub in
12493+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12494+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12495+ esac ;;
12496+esac
12497+ac_abs_top_builddir=$ac_pwd
12498+ac_abs_builddir=$ac_pwd$ac_dir_suffix
12499+# for backward compatibility:
12500+ac_top_builddir=$ac_top_build_prefix
12501+
12502+case $srcdir in
12503+ .) # We are building in place.
12504+ ac_srcdir=.
12505+ ac_top_srcdir=$ac_top_builddir_sub
12506+ ac_abs_top_srcdir=$ac_pwd ;;
12507+ [\\/]* | ?:[\\/]* ) # Absolute name.
12508+ ac_srcdir=$srcdir$ac_dir_suffix;
12509+ ac_top_srcdir=$srcdir
12510+ ac_abs_top_srcdir=$srcdir ;;
12511+ *) # Relative name.
12512+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12513+ ac_top_srcdir=$ac_top_build_prefix$srcdir
12514+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12515+esac
12516+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12517+
12518+
12519+ case $ac_mode in
12520+ :F)
12521+ #
12522+ # CONFIG_FILE
12523+ #
12524+
12525+ case $INSTALL in
12526+ [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12527+ *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12528+ esac
12529+ ac_MKDIR_P=$MKDIR_P
12530+ case $MKDIR_P in
12531+ [\\/$]* | ?:[\\/]* ) ;;
12532+ */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12533+ esac
12534+_ACEOF
12535+
12536+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12537+# If the template does not know about datarootdir, expand it.
12538+# FIXME: This hack should be removed a few years after 2.60.
12539+ac_datarootdir_hack=; ac_datarootdir_seen=
12540+ac_sed_dataroot='
12541+/datarootdir/ {
12542+ p
12543+ q
12544+}
12545+/@datadir@/p
12546+/@docdir@/p
12547+/@infodir@/p
12548+/@localedir@/p
12549+/@mandir@/p'
12550+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12551+*datarootdir*) ac_datarootdir_seen=yes;;
12552+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12553+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12554+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12555+_ACEOF
12556+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12557+ ac_datarootdir_hack='
12558+ s&@datadir@&$datadir&g
12559+ s&@docdir@&$docdir&g
12560+ s&@infodir@&$infodir&g
12561+ s&@localedir@&$localedir&g
12562+ s&@mandir@&$mandir&g
12563+ s&\\\${datarootdir}&$datarootdir&g' ;;
12564+esac
12565+_ACEOF
12566+
12567+# Neutralize VPATH when `$srcdir' = `.'.
12568+# Shell code in configure.ac might set extrasub.
12569+# FIXME: do we really want to maintain this feature?
12570+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12571+ac_sed_extra="$ac_vpsub
12572+$extrasub
12573+_ACEOF
12574+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12575+:t
12576+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12577+s|@configure_input@|$ac_sed_conf_input|;t t
12578+s&@top_builddir@&$ac_top_builddir_sub&;t t
12579+s&@top_build_prefix@&$ac_top_build_prefix&;t t
12580+s&@srcdir@&$ac_srcdir&;t t
12581+s&@abs_srcdir@&$ac_abs_srcdir&;t t
12582+s&@top_srcdir@&$ac_top_srcdir&;t t
12583+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12584+s&@builddir@&$ac_builddir&;t t
12585+s&@abs_builddir@&$ac_abs_builddir&;t t
12586+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12587+s&@INSTALL@&$ac_INSTALL&;t t
12588+s&@MKDIR_P@&$ac_MKDIR_P&;t t
12589+$ac_datarootdir_hack
12590+"
12591+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12592+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12593+
12594+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12595+ { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12596+ { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12597+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12598+which seems to be undefined. Please make sure it is defined" >&5
12599+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12600+which seems to be undefined. Please make sure it is defined" >&2;}
12601+
12602+ rm -f "$tmp/stdin"
12603+ case $ac_file in
12604+ -) cat "$tmp/out" && rm -f "$tmp/out";;
12605+ *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12606+ esac \
12607+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12608+ ;;
12609+ :H)
12610+ #
12611+ # CONFIG_HEADER
12612+ #
12613+ if test x"$ac_file" != x-; then
12614+ {
12615+ $as_echo "/* $configure_input */" \
12616+ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12617+ } >"$tmp/config.h" \
12618+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12619+ if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12620+ { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12621+$as_echo "$as_me: $ac_file is unchanged" >&6;}
12622+ else
12623+ rm -f "$ac_file"
12624+ mv "$tmp/config.h" "$ac_file" \
12625+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12626+ fi
12627+ else
12628+ $as_echo "/* $configure_input */" \
12629+ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12630+ || as_fn_error $? "could not create -" "$LINENO" 5
12631+ fi
12632+# Compute "$ac_file"'s index in $config_headers.
12633+_am_arg="$ac_file"
12634+_am_stamp_count=1
12635+for _am_header in $config_headers :; do
12636+ case $_am_header in
12637+ $_am_arg | $_am_arg:* )
12638+ break ;;
12639+ * )
12640+ _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12641+ esac
12642+done
12643+echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
12644+$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12645+ X"$_am_arg" : 'X\(//\)[^/]' \| \
12646+ X"$_am_arg" : 'X\(//\)$' \| \
12647+ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
12648+$as_echo X"$_am_arg" |
12649+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12650+ s//\1/
12651+ q
12652+ }
12653+ /^X\(\/\/\)[^/].*/{
12654+ s//\1/
12655+ q
12656+ }
12657+ /^X\(\/\/\)$/{
12658+ s//\1/
12659+ q
12660+ }
12661+ /^X\(\/\).*/{
12662+ s//\1/
12663+ q
12664+ }
12665+ s/.*/./; q'`/stamp-h$_am_stamp_count
12666+ ;;
12667+
12668+ :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12669+$as_echo "$as_me: executing $ac_file commands" >&6;}
12670+ ;;
12671+ esac
12672+
12673+
12674+ case $ac_file$ac_mode in
12675+ "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
12676+ # Autoconf 2.62 quotes --file arguments for eval, but not when files
12677+ # are listed without --file. Let's play safe and only enable the eval
12678+ # if we detect the quoting.
12679+ case $CONFIG_FILES in
12680+ *\'*) eval set x "$CONFIG_FILES" ;;
12681+ *) set x $CONFIG_FILES ;;
12682+ esac
12683+ shift
12684+ for mf
12685+ do
12686+ # Strip MF so we end up with the name of the file.
12687+ mf=`echo "$mf" | sed -e 's/:.*$//'`
12688+ # Check whether this is an Automake generated Makefile or not.
12689+ # We used to match only the files named `Makefile.in', but
12690+ # some people rename them; so instead we look at the file content.
12691+ # Grep'ing the first line is not enough: some people post-process
12692+ # each Makefile.in and add a new line on top of each file to say so.
12693+ # Grep'ing the whole file is not good either: AIX grep has a line
12694+ # limit of 2048, but all sed's we know have understand at least 4000.
12695+ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
12696+ dirpart=`$as_dirname -- "$mf" ||
12697+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12698+ X"$mf" : 'X\(//\)[^/]' \| \
12699+ X"$mf" : 'X\(//\)$' \| \
12700+ X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12701+$as_echo X"$mf" |
12702+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12703+ s//\1/
12704+ q
12705+ }
12706+ /^X\(\/\/\)[^/].*/{
12707+ s//\1/
12708+ q
12709+ }
12710+ /^X\(\/\/\)$/{
12711+ s//\1/
12712+ q
12713+ }
12714+ /^X\(\/\).*/{
12715+ s//\1/
12716+ q
12717+ }
12718+ s/.*/./; q'`
12719+ else
12720+ continue
12721+ fi
12722+ # Extract the definition of DEPDIR, am__include, and am__quote
12723+ # from the Makefile without running `make'.
12724+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12725+ test -z "$DEPDIR" && continue
12726+ am__include=`sed -n 's/^am__include = //p' < "$mf"`
12727+ test -z "am__include" && continue
12728+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12729+ # When using ansi2knr, U may be empty or an underscore; expand it
12730+ U=`sed -n 's/^U = //p' < "$mf"`
12731+ # Find all dependency output files, they are included files with
12732+ # $(DEPDIR) in their names. We invoke sed twice because it is the
12733+ # simplest approach to changing $(DEPDIR) to its actual value in the
12734+ # expansion.
12735+ for file in `sed -n "
12736+ s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12737+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12738+ # Make sure the directory exists.
12739+ test -f "$dirpart/$file" && continue
12740+ fdir=`$as_dirname -- "$file" ||
12741+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12742+ X"$file" : 'X\(//\)[^/]' \| \
12743+ X"$file" : 'X\(//\)$' \| \
12744+ X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12745+$as_echo X"$file" |
12746+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12747+ s//\1/
12748+ q
12749+ }
12750+ /^X\(\/\/\)[^/].*/{
12751+ s//\1/
12752+ q
12753+ }
12754+ /^X\(\/\/\)$/{
12755+ s//\1/
12756+ q
12757+ }
12758+ /^X\(\/\).*/{
12759+ s//\1/
12760+ q
12761+ }
12762+ s/.*/./; q'`
12763+ as_dir=$dirpart/$fdir; as_fn_mkdir_p
12764+ # echo "creating $dirpart/$file"
12765+ echo '# dummy' > "$dirpart/$file"
12766+ done
12767+ done
12768+}
12769+ ;;
12770+ "libtool":C)
12771+
12772+ # See if we are running on zsh, and set the options which allow our
12773+ # commands through without removal of \ escapes.
12774+ if test -n "${ZSH_VERSION+set}" ; then
12775+ setopt NO_GLOB_SUBST
12776+ fi
12777+
12778+ cfgfile="${ofile}T"
12779+ trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12780+ $RM "$cfgfile"
12781+
12782+ cat <<_LT_EOF >> "$cfgfile"
12783+#! $SHELL
12784+
12785+# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12786+# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12787+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12788+# NOTE: Changes made to this file will be lost: look at ltmain.sh.
12789+#
12790+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12791+# 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
12792+# Inc.
12793+# Written by Gordon Matzigkeit, 1996
12794+#
12795+# This file is part of GNU Libtool.
12796+#
12797+# GNU Libtool is free software; you can redistribute it and/or
12798+# modify it under the terms of the GNU General Public License as
12799+# published by the Free Software Foundation; either version 2 of
12800+# the License, or (at your option) any later version.
12801+#
12802+# As a special exception to the GNU General Public License,
12803+# if you distribute this file as part of a program or library that
12804+# is built using GNU Libtool, you may include this file under the
12805+# same distribution terms that you use for the rest of that program.
12806+#
12807+# GNU Libtool is distributed in the hope that it will be useful,
12808+# but WITHOUT ANY WARRANTY; without even the implied warranty of
12809+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12810+# GNU General Public License for more details.
12811+#
12812+# You should have received a copy of the GNU General Public License
12813+# along with GNU Libtool; see the file COPYING. If not, a copy
12814+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12815+# obtained by writing to the Free Software Foundation, Inc.,
12816+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12817+
12818+
12819+# The names of the tagged configurations supported by this script.
12820+available_tags=""
12821+
12822+# ### BEGIN LIBTOOL CONFIG
12823+
12824+# Which release of libtool.m4 was used?
12825+macro_version=$macro_version
12826+macro_revision=$macro_revision
12827+
12828+# Whether or not to build shared libraries.
12829+build_libtool_libs=$enable_shared
12830+
12831+# Whether or not to build static libraries.
12832+build_old_libs=$enable_static
12833+
12834+# What type of objects to build.
12835+pic_mode=$pic_mode
12836+
12837+# Whether or not to optimize for fast installation.
12838+fast_install=$enable_fast_install
12839+
12840+# Shell to use when invoking shell scripts.
12841+SHELL=$lt_SHELL
12842+
12843+# An echo program that protects backslashes.
12844+ECHO=$lt_ECHO
12845+
12846+# The host system.
12847+host_alias=$host_alias
12848+host=$host
12849+host_os=$host_os
12850+
12851+# The build system.
12852+build_alias=$build_alias
12853+build=$build
12854+build_os=$build_os
12855+
12856+# A sed program that does not truncate output.
12857+SED=$lt_SED
12858+
12859+# Sed that helps us avoid accidentally triggering echo(1) options like -n.
12860+Xsed="\$SED -e 1s/^X//"
12861+
12862+# A grep program that handles long lines.
12863+GREP=$lt_GREP
12864+
12865+# An ERE matcher.
12866+EGREP=$lt_EGREP
12867+
12868+# A literal string matcher.
12869+FGREP=$lt_FGREP
12870+
12871+# A BSD- or MS-compatible name lister.
12872+NM=$lt_NM
12873+
12874+# Whether we need soft or hard links.
12875+LN_S=$lt_LN_S
12876+
12877+# What is the maximum length of a command?
12878+max_cmd_len=$max_cmd_len
12879+
12880+# Object file suffix (normally "o").
12881+objext=$ac_objext
12882+
12883+# Executable file suffix (normally "").
12884+exeext=$exeext
12885+
12886+# whether the shell understands "unset".
12887+lt_unset=$lt_unset
12888+
12889+# turn spaces into newlines.
12890+SP2NL=$lt_lt_SP2NL
12891+
12892+# turn newlines into spaces.
12893+NL2SP=$lt_lt_NL2SP
12894+
12895+# An object symbol dumper.
12896+OBJDUMP=$lt_OBJDUMP
12897+
12898+# Method to check whether dependent libraries are shared objects.
12899+deplibs_check_method=$lt_deplibs_check_method
12900+
12901+# Command to use when deplibs_check_method == "file_magic".
12902+file_magic_cmd=$lt_file_magic_cmd
12903+
12904+# The archiver.
12905+AR=$lt_AR
12906+AR_FLAGS=$lt_AR_FLAGS
12907+
12908+# A symbol stripping program.
12909+STRIP=$lt_STRIP
12910+
12911+# Commands used to install an old-style archive.
12912+RANLIB=$lt_RANLIB
12913+old_postinstall_cmds=$lt_old_postinstall_cmds
12914+old_postuninstall_cmds=$lt_old_postuninstall_cmds
12915+
12916+# Whether to use a lock for old archive extraction.
12917+lock_old_archive_extraction=$lock_old_archive_extraction
12918+
12919+# A C compiler.
12920+LTCC=$lt_CC
12921+
12922+# LTCC compiler flags.
12923+LTCFLAGS=$lt_CFLAGS
12924+
12925+# Take the output of nm and produce a listing of raw symbols and C names.
12926+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12927+
12928+# Transform the output of nm in a proper C declaration.
12929+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12930+
12931+# Transform the output of nm in a C name address pair.
12932+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12933+
12934+# Transform the output of nm in a C name address pair when lib prefix is needed.
12935+global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12936+
12937+# The name of the directory that contains temporary libtool files.
12938+objdir=$objdir
12939+
12940+# Used to examine libraries when file_magic_cmd begins with "file".
12941+MAGIC_CMD=$MAGIC_CMD
12942+
12943+# Must we lock files when doing compilation?
12944+need_locks=$lt_need_locks
12945+
12946+# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
12947+DSYMUTIL=$lt_DSYMUTIL
12948+
12949+# Tool to change global to local symbols on Mac OS X.
12950+NMEDIT=$lt_NMEDIT
12951+
12952+# Tool to manipulate fat objects and archives on Mac OS X.
12953+LIPO=$lt_LIPO
12954+
12955+# ldd/readelf like tool for Mach-O binaries on Mac OS X.
12956+OTOOL=$lt_OTOOL
12957+
12958+# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
12959+OTOOL64=$lt_OTOOL64
12960+
12961+# Old archive suffix (normally "a").
12962+libext=$libext
12963+
12964+# Shared library suffix (normally ".so").
12965+shrext_cmds=$lt_shrext_cmds
12966+
12967+# The commands to extract the exported symbol list from a shared archive.
12968+extract_expsyms_cmds=$lt_extract_expsyms_cmds
12969+
12970+# Variables whose values should be saved in libtool wrapper scripts and
12971+# restored at link time.
12972+variables_saved_for_relink=$lt_variables_saved_for_relink
12973+
12974+# Do we need the "lib" prefix for modules?
12975+need_lib_prefix=$need_lib_prefix
12976+
12977+# Do we need a version for libraries?
12978+need_version=$need_version
12979+
12980+# Library versioning type.
12981+version_type=$version_type
12982+
12983+# Shared library runtime path variable.
12984+runpath_var=$runpath_var
12985+
12986+# Shared library path variable.
12987+shlibpath_var=$shlibpath_var
12988+
12989+# Is shlibpath searched before the hard-coded library search path?
12990+shlibpath_overrides_runpath=$shlibpath_overrides_runpath
12991+
12992+# Format of library name prefix.
12993+libname_spec=$lt_libname_spec
12994+
12995+# List of archive names. First name is the real one, the rest are links.
12996+# The last name is the one that the linker finds with -lNAME
12997+library_names_spec=$lt_library_names_spec
12998+
12999+# The coded name of the library, if different from the real name.
13000+soname_spec=$lt_soname_spec
13001+
13002+# Permission mode override for installation of shared libraries.
13003+install_override_mode=$lt_install_override_mode
13004+
13005+# Command to use after installation of a shared archive.
13006+postinstall_cmds=$lt_postinstall_cmds
13007+
13008+# Command to use after uninstallation of a shared archive.
13009+postuninstall_cmds=$lt_postuninstall_cmds
13010+
13011+# Commands used to finish a libtool library installation in a directory.
13012+finish_cmds=$lt_finish_cmds
13013+
13014+# As "finish_cmds", except a single script fragment to be evaled but
13015+# not shown.
13016+finish_eval=$lt_finish_eval
13017+
13018+# Whether we should hardcode library paths into libraries.
13019+hardcode_into_libs=$hardcode_into_libs
13020+
13021+# Compile-time system search path for libraries.
13022+sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13023+
13024+# Run-time system search path for libraries.
13025+sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13026+
13027+# Whether dlopen is supported.
13028+dlopen_support=$enable_dlopen
13029+
13030+# Whether dlopen of programs is supported.
13031+dlopen_self=$enable_dlopen_self
13032+
13033+# Whether dlopen of statically linked programs is supported.
13034+dlopen_self_static=$enable_dlopen_self_static
13035+
13036+# Commands to strip libraries.
13037+old_striplib=$lt_old_striplib
13038+striplib=$lt_striplib
13039+
13040+
13041+# The linker used to build libraries.
13042+LD=$lt_LD
13043+
13044+# How to create reloadable object files.
13045+reload_flag=$lt_reload_flag
13046+reload_cmds=$lt_reload_cmds
13047+
13048+# Commands used to build an old-style archive.
13049+old_archive_cmds=$lt_old_archive_cmds
13050+
13051+# A language specific compiler.
13052+CC=$lt_compiler
13053+
13054+# Is the compiler the GNU compiler?
13055+with_gcc=$GCC
13056+
13057+# Compiler flag to turn off builtin functions.
13058+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13059+
13060+# How to pass a linker flag through the compiler.
13061+wl=$lt_lt_prog_compiler_wl
13062+
13063+# Additional compiler flags for building library objects.
13064+pic_flag=$lt_lt_prog_compiler_pic
13065+
13066+# Compiler flag to prevent dynamic linking.
13067+link_static_flag=$lt_lt_prog_compiler_static
13068+
13069+# Does compiler simultaneously support -c and -o options?
13070+compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13071+
13072+# Whether or not to add -lc for building shared libraries.
13073+build_libtool_need_lc=$archive_cmds_need_lc
13074+
13075+# Whether or not to disallow shared libs when runtime libs are static.
13076+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13077+
13078+# Compiler flag to allow reflexive dlopens.
13079+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13080+
13081+# Compiler flag to generate shared objects directly from archives.
13082+whole_archive_flag_spec=$lt_whole_archive_flag_spec
13083+
13084+# Whether the compiler copes with passing no objects directly.
13085+compiler_needs_object=$lt_compiler_needs_object
13086+
13087+# Create an old-style archive from a shared archive.
13088+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13089+
13090+# Create a temporary old-style archive to link instead of a shared archive.
13091+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13092+
13093+# Commands used to build a shared archive.
13094+archive_cmds=$lt_archive_cmds
13095+archive_expsym_cmds=$lt_archive_expsym_cmds
13096+
13097+# Commands used to build a loadable module if different from building
13098+# a shared archive.
13099+module_cmds=$lt_module_cmds
13100+module_expsym_cmds=$lt_module_expsym_cmds
13101+
13102+# Whether we are building with GNU ld or not.
13103+with_gnu_ld=$lt_with_gnu_ld
13104+
13105+# Flag that allows shared libraries with undefined symbols to be built.
13106+allow_undefined_flag=$lt_allow_undefined_flag
13107+
13108+# Flag that enforces no undefined symbols.
13109+no_undefined_flag=$lt_no_undefined_flag
13110+
13111+# Flag to hardcode \$libdir into a binary during linking.
13112+# This must work even if \$libdir does not exist
13113+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13114+
13115+# If ld is used when linking, flag to hardcode \$libdir into a binary
13116+# during linking. This must work even if \$libdir does not exist.
13117+hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13118+
13119+# Whether we need a single "-rpath" flag with a separated argument.
13120+hardcode_libdir_separator=$lt_hardcode_libdir_separator
13121+
13122+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13123+# DIR into the resulting binary.
13124+hardcode_direct=$hardcode_direct
13125+
13126+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13127+# DIR into the resulting binary and the resulting library dependency is
13128+# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13129+# library is relocated.
13130+hardcode_direct_absolute=$hardcode_direct_absolute
13131+
13132+# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13133+# into the resulting binary.
13134+hardcode_minus_L=$hardcode_minus_L
13135+
13136+# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13137+# into the resulting binary.
13138+hardcode_shlibpath_var=$hardcode_shlibpath_var
13139+
13140+# Set to "yes" if building a shared library automatically hardcodes DIR
13141+# into the library and all subsequent libraries and executables linked
13142+# against it.
13143+hardcode_automatic=$hardcode_automatic
13144+
13145+# Set to yes if linker adds runtime paths of dependent libraries
13146+# to runtime path list.
13147+inherit_rpath=$inherit_rpath
13148+
13149+# Whether libtool must link a program against all its dependency libraries.
13150+link_all_deplibs=$link_all_deplibs
13151+
13152+# Fix the shell variable \$srcfile for the compiler.
13153+fix_srcfile_path=$lt_fix_srcfile_path
13154+
13155+# Set to "yes" if exported symbols are required.
13156+always_export_symbols=$always_export_symbols
13157+
13158+# The commands to list exported symbols.
13159+export_symbols_cmds=$lt_export_symbols_cmds
13160+
13161+# Symbols that should not be listed in the preloaded symbols.
13162+exclude_expsyms=$lt_exclude_expsyms
13163+
13164+# Symbols that must always be exported.
13165+include_expsyms=$lt_include_expsyms
13166+
13167+# Commands necessary for linking programs (against libraries) with templates.
13168+prelink_cmds=$lt_prelink_cmds
13169+
13170+# Specify filename containing input files.
13171+file_list_spec=$lt_file_list_spec
13172+
13173+# How to hardcode a shared library path into an executable.
13174+hardcode_action=$hardcode_action
13175+
13176+# ### END LIBTOOL CONFIG
13177+
13178+_LT_EOF
13179+
13180+ case $host_os in
13181+ aix3*)
13182+ cat <<\_LT_EOF >> "$cfgfile"
13183+# AIX sometimes has problems with the GCC collect2 program. For some
13184+# reason, if we set the COLLECT_NAMES environment variable, the problems
13185+# vanish in a puff of smoke.
13186+if test "X${COLLECT_NAMES+set}" != Xset; then
13187+ COLLECT_NAMES=
13188+ export COLLECT_NAMES
13189+fi
13190+_LT_EOF
13191+ ;;
13192+ esac
13193+
13194+
13195+ltmain="$ac_aux_dir/ltmain.sh"
13196+
13197+
13198+ # We use sed instead of cat because bash on DJGPP gets confused if
13199+ # if finds mixed CR/LF and LF-only lines. Since sed operates in
13200+ # text mode, it properly converts lines to CR/LF. This bash problem
13201+ # is reportedly fixed, but why not run on old versions too?
13202+ sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13203+ || (rm -f "$cfgfile"; exit 1)
13204+
13205+ case $xsi_shell in
13206+ yes)
13207+ cat << \_LT_EOF >> "$cfgfile"
13208+
13209+# func_dirname file append nondir_replacement
13210+# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13211+# otherwise set result to NONDIR_REPLACEMENT.
13212+func_dirname ()
13213+{
13214+ case ${1} in
13215+ */*) func_dirname_result="${1%/*}${2}" ;;
13216+ * ) func_dirname_result="${3}" ;;
13217+ esac
13218+}
13219+
13220+# func_basename file
13221+func_basename ()
13222+{
13223+ func_basename_result="${1##*/}"
13224+}
13225+
13226+# func_dirname_and_basename file append nondir_replacement
13227+# perform func_basename and func_dirname in a single function
13228+# call:
13229+# dirname: Compute the dirname of FILE. If nonempty,
13230+# add APPEND to the result, otherwise set result
13231+# to NONDIR_REPLACEMENT.
13232+# value returned in "$func_dirname_result"
13233+# basename: Compute filename of FILE.
13234+# value retuned in "$func_basename_result"
13235+# Implementation must be kept synchronized with func_dirname
13236+# and func_basename. For efficiency, we do not delegate to
13237+# those functions but instead duplicate the functionality here.
13238+func_dirname_and_basename ()
13239+{
13240+ case ${1} in
13241+ */*) func_dirname_result="${1%/*}${2}" ;;
13242+ * ) func_dirname_result="${3}" ;;
13243+ esac
13244+ func_basename_result="${1##*/}"
13245+}
13246+
13247+# func_stripname prefix suffix name
13248+# strip PREFIX and SUFFIX off of NAME.
13249+# PREFIX and SUFFIX must not contain globbing or regex special
13250+# characters, hashes, percent signs, but SUFFIX may contain a leading
13251+# dot (in which case that matches only a dot).
13252+func_stripname ()
13253+{
13254+ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13255+ # positional parameters, so assign one to ordinary parameter first.
13256+ func_stripname_result=${3}
13257+ func_stripname_result=${func_stripname_result#"${1}"}
13258+ func_stripname_result=${func_stripname_result%"${2}"}
13259+}
13260+
13261+# func_opt_split
13262+func_opt_split ()
13263+{
13264+ func_opt_split_opt=${1%%=*}
13265+ func_opt_split_arg=${1#*=}
13266+}
13267+
13268+# func_lo2o object
13269+func_lo2o ()
13270+{
13271+ case ${1} in
13272+ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13273+ *) func_lo2o_result=${1} ;;
13274+ esac
13275+}
13276+
13277+# func_xform libobj-or-source
13278+func_xform ()
13279+{
13280+ func_xform_result=${1%.*}.lo
13281+}
13282+
13283+# func_arith arithmetic-term...
13284+func_arith ()
13285+{
13286+ func_arith_result=$(( $* ))
13287+}
13288+
13289+# func_len string
13290+# STRING may not start with a hyphen.
13291+func_len ()
13292+{
13293+ func_len_result=${#1}
13294+}
13295+
13296+_LT_EOF
13297+ ;;
13298+ *) # Bourne compatible functions.
13299+ cat << \_LT_EOF >> "$cfgfile"
13300+
13301+# func_dirname file append nondir_replacement
13302+# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13303+# otherwise set result to NONDIR_REPLACEMENT.
13304+func_dirname ()
13305+{
13306+ # Extract subdirectory from the argument.
13307+ func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13308+ if test "X$func_dirname_result" = "X${1}"; then
13309+ func_dirname_result="${3}"
13310+ else
13311+ func_dirname_result="$func_dirname_result${2}"
13312+ fi
13313+}
13314+
13315+# func_basename file
13316+func_basename ()
13317+{
13318+ func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13319+}
13320+
13321+
13322+# func_stripname prefix suffix name
13323+# strip PREFIX and SUFFIX off of NAME.
13324+# PREFIX and SUFFIX must not contain globbing or regex special
13325+# characters, hashes, percent signs, but SUFFIX may contain a leading
13326+# dot (in which case that matches only a dot).
13327+# func_strip_suffix prefix name
13328+func_stripname ()
13329+{
13330+ case ${2} in
13331+ .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13332+ *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13333+ esac
13334+}
13335+
13336+# sed scripts:
13337+my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13338+my_sed_long_arg='1s/^-[^=]*=//'
13339+
13340+# func_opt_split
13341+func_opt_split ()
13342+{
13343+ func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13344+ func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13345+}
13346+
13347+# func_lo2o object
13348+func_lo2o ()
13349+{
13350+ func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13351+}
13352+
13353+# func_xform libobj-or-source
13354+func_xform ()
13355+{
13356+ func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13357+}
13358+
13359+# func_arith arithmetic-term...
13360+func_arith ()
13361+{
13362+ func_arith_result=`expr "$@"`
13363+}
13364+
13365+# func_len string
13366+# STRING may not start with a hyphen.
13367+func_len ()
13368+{
13369+ func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13370+}
13371+
13372+_LT_EOF
13373+esac
13374+
13375+case $lt_shell_append in
13376+ yes)
13377+ cat << \_LT_EOF >> "$cfgfile"
13378+
13379+# func_append var value
13380+# Append VALUE to the end of shell variable VAR.
13381+func_append ()
13382+{
13383+ eval "$1+=\$2"
13384+}
13385+_LT_EOF
13386+ ;;
13387+ *)
13388+ cat << \_LT_EOF >> "$cfgfile"
13389+
13390+# func_append var value
13391+# Append VALUE to the end of shell variable VAR.
13392+func_append ()
13393+{
13394+ eval "$1=\$$1\$2"
13395+}
13396+
13397+_LT_EOF
13398+ ;;
13399+ esac
13400+
13401+
13402+ sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13403+ || (rm -f "$cfgfile"; exit 1)
13404+
13405+ mv -f "$cfgfile" "$ofile" ||
13406+ (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13407+ chmod +x "$ofile"
13408+
13409+ ;;
13410+
13411+ esac
13412+done # for ac_tag
13413+
13414+
13415+as_fn_exit 0
13416+_ACEOF
13417+ac_clean_files=$ac_clean_files_save
13418+
13419+test $ac_write_fail = 0 ||
13420+ as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
13421+
13422+
13423+# configure is writing to config.log, and then calls config.status.
13424+# config.status does its own redirection, appending to config.log.
13425+# Unfortunately, on DOS this fails, as config.log is still kept open
13426+# by configure, so config.status won't be able to write to it; its
13427+# output is simply discarded. So we exec the FD to /dev/null,
13428+# effectively closing config.log, so it can be properly (re)opened and
13429+# appended to by config.status. When coming back to configure, we
13430+# need to make the FD available again.
13431+if test "$no_create" != yes; then
13432+ ac_cs_success=:
13433+ ac_config_status_args=
13434+ test "$silent" = yes &&
13435+ ac_config_status_args="$ac_config_status_args --quiet"
13436+ exec 5>/dev/null
13437+ $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13438+ exec 5>>config.log
13439+ # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13440+ # would make configure fail if this is the last instruction.
13441+ $ac_cs_success || as_fn_exit 1
13442+fi
13443+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13444+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13445+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13446+fi
13447+
13448+
--- /dev/null
+++ b/autom4te.cache/output.1
@@ -0,0 +1,13448 @@
1+@%:@! /bin/sh
2+@%:@ Guess values for system-dependent variables and create Makefiles.
3+@%:@ Generated by GNU Autoconf 2.67 for kp123 0.1.
4+@%:@
5+@%:@ Report bugs to <evgeny@sourceforge.jp>.
6+@%:@
7+@%:@
8+@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9+@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10+@%:@ Foundation, Inc.
11+@%:@
12+@%:@
13+@%:@ This configure script is free software; the Free Software Foundation
14+@%:@ gives unlimited permission to copy, distribute and modify it.
15+## -------------------- ##
16+## M4sh Initialization. ##
17+## -------------------- ##
18+
19+# Be more Bourne compatible
20+DUALCASE=1; export DUALCASE # for MKS sh
21+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22+ emulate sh
23+ NULLCMD=:
24+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25+ # is contrary to our usage. Disable this feature.
26+ alias -g '${1+"$@"}'='"$@"'
27+ setopt NO_GLOB_SUBST
28+else
29+ case `(set -o) 2>/dev/null` in @%:@(
30+ *posix*) :
31+ set -o posix ;; @%:@(
32+ *) :
33+ ;;
34+esac
35+fi
36+
37+
38+as_nl='
39+'
40+export as_nl
41+# Printing a long string crashes Solaris 7 /usr/bin/printf.
42+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45+# Prefer a ksh shell builtin over an external printf program on Solaris,
46+# but without wasting forks for bash or zsh.
47+if test -z "$BASH_VERSION$ZSH_VERSION" \
48+ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49+ as_echo='print -r --'
50+ as_echo_n='print -rn --'
51+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52+ as_echo='printf %s\n'
53+ as_echo_n='printf %s'
54+else
55+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57+ as_echo_n='/usr/ucb/echo -n'
58+ else
59+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60+ as_echo_n_body='eval
61+ arg=$1;
62+ case $arg in @%:@(
63+ *"$as_nl"*)
64+ expr "X$arg" : "X\\(.*\\)$as_nl";
65+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66+ esac;
67+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68+ '
69+ export as_echo_n_body
70+ as_echo_n='sh -c $as_echo_n_body as_echo'
71+ fi
72+ export as_echo_body
73+ as_echo='sh -c $as_echo_body as_echo'
74+fi
75+
76+# The user is always right.
77+if test "${PATH_SEPARATOR+set}" != set; then
78+ PATH_SEPARATOR=:
79+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81+ PATH_SEPARATOR=';'
82+ }
83+fi
84+
85+
86+# IFS
87+# We need space, tab and new line, in precisely that order. Quoting is
88+# there to prevent editors from complaining about space-tab.
89+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
90+# splitting by setting IFS to empty value.)
91+IFS=" "" $as_nl"
92+
93+# Find who we are. Look in the path if we contain no directory separator.
94+case $0 in @%:@((
95+ *[\\/]* ) as_myself=$0 ;;
96+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97+for as_dir in $PATH
98+do
99+ IFS=$as_save_IFS
100+ test -z "$as_dir" && as_dir=.
101+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102+ done
103+IFS=$as_save_IFS
104+
105+ ;;
106+esac
107+# We did not find ourselves, most probably we were run as `sh COMMAND'
108+# in which case we are not to be found in the path.
109+if test "x$as_myself" = x; then
110+ as_myself=$0
111+fi
112+if test ! -f "$as_myself"; then
113+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114+ exit 1
115+fi
116+
117+# Unset variables that we do not need and which cause bugs (e.g. in
118+# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119+# suppresses any "Segmentation fault" message there. '((' could
120+# trigger a bug in pdksh 5.2.14.
121+for as_var in BASH_ENV ENV MAIL MAILPATH
122+do eval test x\${$as_var+set} = xset \
123+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124+done
125+PS1='$ '
126+PS2='> '
127+PS4='+ '
128+
129+# NLS nuisances.
130+LC_ALL=C
131+export LC_ALL
132+LANGUAGE=C
133+export LANGUAGE
134+
135+# CDPATH.
136+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137+
138+if test "x$CONFIG_SHELL" = x; then
139+ as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140+ emulate sh
141+ NULLCMD=:
142+ # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143+ # is contrary to our usage. Disable this feature.
144+ alias -g '\${1+\"\$@\"}'='\"\$@\"'
145+ setopt NO_GLOB_SUBST
146+else
147+ case \`(set -o) 2>/dev/null\` in @%:@(
148+ *posix*) :
149+ set -o posix ;; @%:@(
150+ *) :
151+ ;;
152+esac
153+fi
154+"
155+ as_required="as_fn_return () { (exit \$1); }
156+as_fn_success () { as_fn_return 0; }
157+as_fn_failure () { as_fn_return 1; }
158+as_fn_ret_success () { return 0; }
159+as_fn_ret_failure () { return 1; }
160+
161+exitcode=0
162+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167+
168+else
169+ exitcode=1; echo positional parameters were not saved.
170+fi
171+test x\$exitcode = x0 || exit 1"
172+ as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173+ as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174+ eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175+ test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176+
177+ test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
178+ ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
179+ ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
180+ ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
181+ PATH=/empty FPATH=/empty; export PATH FPATH
182+ test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
183+ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
184+test \$(( 1 + 1 )) = 2 || exit 1"
185+ if (eval "$as_required") 2>/dev/null; then :
186+ as_have_required=yes
187+else
188+ as_have_required=no
189+fi
190+ if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
191+
192+else
193+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
194+as_found=false
195+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
196+do
197+ IFS=$as_save_IFS
198+ test -z "$as_dir" && as_dir=.
199+ as_found=:
200+ case $as_dir in @%:@(
201+ /*)
202+ for as_base in sh bash ksh sh5; do
203+ # Try only shells that exist, to save several forks.
204+ as_shell=$as_dir/$as_base
205+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
206+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
207+ CONFIG_SHELL=$as_shell as_have_required=yes
208+ if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
209+ break 2
210+fi
211+fi
212+ done;;
213+ esac
214+ as_found=false
215+done
216+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
217+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
218+ CONFIG_SHELL=$SHELL as_have_required=yes
219+fi; }
220+IFS=$as_save_IFS
221+
222+
223+ if test "x$CONFIG_SHELL" != x; then :
224+ # We cannot yet assume a decent shell, so we have to provide a
225+ # neutralization value for shells without unset; and this also
226+ # works around shells that cannot unset nonexistent variables.
227+ BASH_ENV=/dev/null
228+ ENV=/dev/null
229+ (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
230+ export CONFIG_SHELL
231+ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
232+fi
233+
234+ if test x$as_have_required = xno; then :
235+ $as_echo "$0: This script requires a shell more modern than all"
236+ $as_echo "$0: the shells that I found on your system."
237+ if test x${ZSH_VERSION+set} = xset ; then
238+ $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
239+ $as_echo "$0: be upgraded to zsh 4.3.4 or later."
240+ else
241+ $as_echo "$0: Please tell bug-autoconf@gnu.org and
242+$0: evgeny@sourceforge.jp about your system, including any
243+$0: error possibly output before this message. Then install
244+$0: a modern shell, or manually run the script under such a
245+$0: shell if you do have one."
246+ fi
247+ exit 1
248+fi
249+fi
250+fi
251+SHELL=${CONFIG_SHELL-/bin/sh}
252+export SHELL
253+# Unset more variables known to interfere with behavior of common tools.
254+CLICOLOR_FORCE= GREP_OPTIONS=
255+unset CLICOLOR_FORCE GREP_OPTIONS
256+
257+## --------------------- ##
258+## M4sh Shell Functions. ##
259+## --------------------- ##
260+@%:@ as_fn_unset VAR
261+@%:@ ---------------
262+@%:@ Portably unset VAR.
263+as_fn_unset ()
264+{
265+ { eval $1=; unset $1;}
266+}
267+as_unset=as_fn_unset
268+
269+@%:@ as_fn_set_status STATUS
270+@%:@ -----------------------
271+@%:@ Set @S|@? to STATUS, without forking.
272+as_fn_set_status ()
273+{
274+ return $1
275+} @%:@ as_fn_set_status
276+
277+@%:@ as_fn_exit STATUS
278+@%:@ -----------------
279+@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
280+as_fn_exit ()
281+{
282+ set +e
283+ as_fn_set_status $1
284+ exit $1
285+} @%:@ as_fn_exit
286+
287+@%:@ as_fn_mkdir_p
288+@%:@ -------------
289+@%:@ Create "@S|@as_dir" as a directory, including parents if necessary.
290+as_fn_mkdir_p ()
291+{
292+
293+ case $as_dir in #(
294+ -*) as_dir=./$as_dir;;
295+ esac
296+ test -d "$as_dir" || eval $as_mkdir_p || {
297+ as_dirs=
298+ while :; do
299+ case $as_dir in #(
300+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
301+ *) as_qdir=$as_dir;;
302+ esac
303+ as_dirs="'$as_qdir' $as_dirs"
304+ as_dir=`$as_dirname -- "$as_dir" ||
305+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
306+ X"$as_dir" : 'X\(//\)[^/]' \| \
307+ X"$as_dir" : 'X\(//\)$' \| \
308+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
309+$as_echo X"$as_dir" |
310+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
311+ s//\1/
312+ q
313+ }
314+ /^X\(\/\/\)[^/].*/{
315+ s//\1/
316+ q
317+ }
318+ /^X\(\/\/\)$/{
319+ s//\1/
320+ q
321+ }
322+ /^X\(\/\).*/{
323+ s//\1/
324+ q
325+ }
326+ s/.*/./; q'`
327+ test -d "$as_dir" && break
328+ done
329+ test -z "$as_dirs" || eval "mkdir $as_dirs"
330+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
331+
332+
333+} @%:@ as_fn_mkdir_p
334+@%:@ as_fn_append VAR VALUE
335+@%:@ ----------------------
336+@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take
337+@%:@ advantage of any shell optimizations that allow amortized linear growth over
338+@%:@ repeated appends, instead of the typical quadratic growth present in naive
339+@%:@ implementations.
340+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
341+ eval 'as_fn_append ()
342+ {
343+ eval $1+=\$2
344+ }'
345+else
346+ as_fn_append ()
347+ {
348+ eval $1=\$$1\$2
349+ }
350+fi # as_fn_append
351+
352+@%:@ as_fn_arith ARG...
353+@%:@ ------------------
354+@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the
355+@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments
356+@%:@ must be portable across @S|@(()) and expr.
357+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
358+ eval 'as_fn_arith ()
359+ {
360+ as_val=$(( $* ))
361+ }'
362+else
363+ as_fn_arith ()
364+ {
365+ as_val=`expr "$@" || test $? -eq 1`
366+ }
367+fi # as_fn_arith
368+
369+
370+@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
371+@%:@ ----------------------------------------
372+@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
373+@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
374+@%:@ script with STATUS, using 1 if that was 0.
375+as_fn_error ()
376+{
377+ as_status=$1; test $as_status -eq 0 && as_status=1
378+ if test "$4"; then
379+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
380+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
381+ fi
382+ $as_echo "$as_me: error: $2" >&2
383+ as_fn_exit $as_status
384+} @%:@ as_fn_error
385+
386+if expr a : '\(a\)' >/dev/null 2>&1 &&
387+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
388+ as_expr=expr
389+else
390+ as_expr=false
391+fi
392+
393+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
394+ as_basename=basename
395+else
396+ as_basename=false
397+fi
398+
399+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
400+ as_dirname=dirname
401+else
402+ as_dirname=false
403+fi
404+
405+as_me=`$as_basename -- "$0" ||
406+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
407+ X"$0" : 'X\(//\)$' \| \
408+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
409+$as_echo X/"$0" |
410+ sed '/^.*\/\([^/][^/]*\)\/*$/{
411+ s//\1/
412+ q
413+ }
414+ /^X\/\(\/\/\)$/{
415+ s//\1/
416+ q
417+ }
418+ /^X\/\(\/\).*/{
419+ s//\1/
420+ q
421+ }
422+ s/.*/./; q'`
423+
424+# Avoid depending upon Character Ranges.
425+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
426+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
427+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
428+as_cr_digits='0123456789'
429+as_cr_alnum=$as_cr_Letters$as_cr_digits
430+
431+
432+ as_lineno_1=$LINENO as_lineno_1a=$LINENO
433+ as_lineno_2=$LINENO as_lineno_2a=$LINENO
434+ eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
435+ test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
436+ # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
437+ sed -n '
438+ p
439+ /[$]LINENO/=
440+ ' <$as_myself |
441+ sed '
442+ s/[$]LINENO.*/&-/
443+ t lineno
444+ b
445+ :lineno
446+ N
447+ :loop
448+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
449+ t loop
450+ s/-\n.*//
451+ ' >$as_me.lineno &&
452+ chmod +x "$as_me.lineno" ||
453+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
454+
455+ # Don't try to exec as it changes $[0], causing all sort of problems
456+ # (the dirname of $[0] is not the place where we might find the
457+ # original and so on. Autoconf is especially sensitive to this).
458+ . "./$as_me.lineno"
459+ # Exit status is that of the last command.
460+ exit
461+}
462+
463+ECHO_C= ECHO_N= ECHO_T=
464+case `echo -n x` in @%:@(((((
465+-n*)
466+ case `echo 'xy\c'` in
467+ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
468+ xy) ECHO_C='\c';;
469+ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
470+ ECHO_T=' ';;
471+ esac;;
472+*)
473+ ECHO_N='-n';;
474+esac
475+
476+rm -f conf$$ conf$$.exe conf$$.file
477+if test -d conf$$.dir; then
478+ rm -f conf$$.dir/conf$$.file
479+else
480+ rm -f conf$$.dir
481+ mkdir conf$$.dir 2>/dev/null
482+fi
483+if (echo >conf$$.file) 2>/dev/null; then
484+ if ln -s conf$$.file conf$$ 2>/dev/null; then
485+ as_ln_s='ln -s'
486+ # ... but there are two gotchas:
487+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
488+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
489+ # In both cases, we have to default to `cp -p'.
490+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
491+ as_ln_s='cp -p'
492+ elif ln conf$$.file conf$$ 2>/dev/null; then
493+ as_ln_s=ln
494+ else
495+ as_ln_s='cp -p'
496+ fi
497+else
498+ as_ln_s='cp -p'
499+fi
500+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
501+rmdir conf$$.dir 2>/dev/null
502+
503+if mkdir -p . 2>/dev/null; then
504+ as_mkdir_p='mkdir -p "$as_dir"'
505+else
506+ test -d ./-p && rmdir ./-p
507+ as_mkdir_p=false
508+fi
509+
510+if test -x / >/dev/null 2>&1; then
511+ as_test_x='test -x'
512+else
513+ if ls -dL / >/dev/null 2>&1; then
514+ as_ls_L_option=L
515+ else
516+ as_ls_L_option=
517+ fi
518+ as_test_x='
519+ eval sh -c '\''
520+ if test -d "$1"; then
521+ test -d "$1/.";
522+ else
523+ case $1 in @%:@(
524+ -*)set "./$1";;
525+ esac;
526+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
527+ ???[sx]*):;;*)false;;esac;fi
528+ '\'' sh
529+ '
530+fi
531+as_executable_p=$as_test_x
532+
533+# Sed expression to map a string onto a valid CPP name.
534+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
535+
536+# Sed expression to map a string onto a valid variable name.
537+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
538+
539+SHELL=${CONFIG_SHELL-/bin/sh}
540+
541+
542+test -n "$DJDIR" || exec 7<&0 </dev/null
543+exec 6>&1
544+
545+# Name of the host.
546+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
547+# so uname gets run too.
548+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
549+
550+#
551+# Initializations.
552+#
553+ac_default_prefix=/usr/local
554+ac_clean_files=
555+ac_config_libobj_dir=.
556+LIB@&t@OBJS=
557+cross_compiling=no
558+subdirs=
559+MFLAGS=
560+MAKEFLAGS=
561+
562+# Identity of this package.
563+PACKAGE_NAME='kp123'
564+PACKAGE_TARNAME='kp123'
565+PACKAGE_VERSION='0.1'
566+PACKAGE_STRING='kp123 0.1'
567+PACKAGE_BUGREPORT='evgeny@sourceforge.jp'
568+PACKAGE_URL=''
569+
570+ac_unique_file="src"
571+# Factoring default headers for most tests.
572+ac_includes_default="\
573+#include <stdio.h>
574+#ifdef HAVE_SYS_TYPES_H
575+# include <sys/types.h>
576+#endif
577+#ifdef HAVE_SYS_STAT_H
578+# include <sys/stat.h>
579+#endif
580+#ifdef STDC_HEADERS
581+# include <stdlib.h>
582+# include <stddef.h>
583+#else
584+# ifdef HAVE_STDLIB_H
585+# include <stdlib.h>
586+# endif
587+#endif
588+#ifdef HAVE_STRING_H
589+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
590+# include <memory.h>
591+# endif
592+# include <string.h>
593+#endif
594+#ifdef HAVE_STRINGS_H
595+# include <strings.h>
596+#endif
597+#ifdef HAVE_INTTYPES_H
598+# include <inttypes.h>
599+#endif
600+#ifdef HAVE_STDINT_H
601+# include <stdint.h>
602+#endif
603+#ifdef HAVE_UNISTD_H
604+# include <unistd.h>
605+#endif"
606+
607+ac_subst_vars='am__EXEEXT_FALSE
608+am__EXEEXT_TRUE
609+LTLIBOBJS
610+LIB@&t@OBJS
611+GMODULE_LIBS
612+GMODULE_CFLAGS
613+PKG_CONFIG_LIBDIR
614+PKG_CONFIG_PATH
615+GTK_LIBS
616+GTK_CFLAGS
617+PKG_CONFIG
618+CPP
619+OTOOL64
620+OTOOL
621+LIPO
622+NMEDIT
623+DSYMUTIL
624+RANLIB
625+AR
626+OBJDUMP
627+LN_S
628+NM
629+ac_ct_DUMPBIN
630+DUMPBIN
631+LD
632+FGREP
633+EGREP
634+GREP
635+SED
636+host_os
637+host_vendor
638+host_cpu
639+host
640+build_os
641+build_vendor
642+build_cpu
643+build
644+LIBTOOL
645+am__fastdepCC_FALSE
646+am__fastdepCC_TRUE
647+CCDEPMODE
648+AMDEPBACKSLASH
649+AMDEP_FALSE
650+AMDEP_TRUE
651+am__quote
652+am__include
653+DEPDIR
654+OBJEXT
655+EXEEXT
656+ac_ct_CC
657+CPPFLAGS
658+LDFLAGS
659+CFLAGS
660+CC
661+am__untar
662+am__tar
663+AMTAR
664+am__leading_dot
665+SET_MAKE
666+AWK
667+mkdir_p
668+MKDIR_P
669+INSTALL_STRIP_PROGRAM
670+STRIP
671+install_sh
672+MAKEINFO
673+AUTOHEADER
674+AUTOMAKE
675+AUTOCONF
676+ACLOCAL
677+VERSION
678+PACKAGE
679+CYGPATH_W
680+am__isrc
681+INSTALL_DATA
682+INSTALL_SCRIPT
683+INSTALL_PROGRAM
684+target_alias
685+host_alias
686+build_alias
687+LIBS
688+ECHO_T
689+ECHO_N
690+ECHO_C
691+DEFS
692+mandir
693+localedir
694+libdir
695+psdir
696+pdfdir
697+dvidir
698+htmldir
699+infodir
700+docdir
701+oldincludedir
702+includedir
703+localstatedir
704+sharedstatedir
705+sysconfdir
706+datadir
707+datarootdir
708+libexecdir
709+sbindir
710+bindir
711+program_transform_name
712+prefix
713+exec_prefix
714+PACKAGE_URL
715+PACKAGE_BUGREPORT
716+PACKAGE_STRING
717+PACKAGE_VERSION
718+PACKAGE_TARNAME
719+PACKAGE_NAME
720+PATH_SEPARATOR
721+SHELL'
722+ac_subst_files=''
723+ac_user_opts='
724+enable_option_checking
725+enable_dependency_tracking
726+enable_shared
727+enable_static
728+with_pic
729+enable_fast_install
730+with_gnu_ld
731+enable_libtool_lock
732+enable_gtktest
733+enable_debug
734+'
735+ ac_precious_vars='build_alias
736+host_alias
737+target_alias
738+CC
739+CFLAGS
740+LDFLAGS
741+LIBS
742+CPPFLAGS
743+CPP
744+PKG_CONFIG
745+PKG_CONFIG_PATH
746+PKG_CONFIG_LIBDIR
747+GTK_CFLAGS
748+GTK_LIBS
749+GMODULE_CFLAGS
750+GMODULE_LIBS'
751+
752+
753+# Initialize some variables set by options.
754+ac_init_help=
755+ac_init_version=false
756+ac_unrecognized_opts=
757+ac_unrecognized_sep=
758+# The variables have the same names as the options, with
759+# dashes changed to underlines.
760+cache_file=/dev/null
761+exec_prefix=NONE
762+no_create=
763+no_recursion=
764+prefix=NONE
765+program_prefix=NONE
766+program_suffix=NONE
767+program_transform_name=s,x,x,
768+silent=
769+site=
770+srcdir=
771+verbose=
772+x_includes=NONE
773+x_libraries=NONE
774+
775+# Installation directory options.
776+# These are left unexpanded so users can "make install exec_prefix=/foo"
777+# and all the variables that are supposed to be based on exec_prefix
778+# by default will actually change.
779+# Use braces instead of parens because sh, perl, etc. also accept them.
780+# (The list follows the same order as the GNU Coding Standards.)
781+bindir='${exec_prefix}/bin'
782+sbindir='${exec_prefix}/sbin'
783+libexecdir='${exec_prefix}/libexec'
784+datarootdir='${prefix}/share'
785+datadir='${datarootdir}'
786+sysconfdir='${prefix}/etc'
787+sharedstatedir='${prefix}/com'
788+localstatedir='${prefix}/var'
789+includedir='${prefix}/include'
790+oldincludedir='/usr/include'
791+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
792+infodir='${datarootdir}/info'
793+htmldir='${docdir}'
794+dvidir='${docdir}'
795+pdfdir='${docdir}'
796+psdir='${docdir}'
797+libdir='${exec_prefix}/lib'
798+localedir='${datarootdir}/locale'
799+mandir='${datarootdir}/man'
800+
801+ac_prev=
802+ac_dashdash=
803+for ac_option
804+do
805+ # If the previous option needs an argument, assign it.
806+ if test -n "$ac_prev"; then
807+ eval $ac_prev=\$ac_option
808+ ac_prev=
809+ continue
810+ fi
811+
812+ case $ac_option in
813+ *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
814+ *=) ac_optarg= ;;
815+ *) ac_optarg=yes ;;
816+ esac
817+
818+ # Accept the important Cygnus configure options, so we can diagnose typos.
819+
820+ case $ac_dashdash$ac_option in
821+ --)
822+ ac_dashdash=yes ;;
823+
824+ -bindir | --bindir | --bindi | --bind | --bin | --bi)
825+ ac_prev=bindir ;;
826+ -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
827+ bindir=$ac_optarg ;;
828+
829+ -build | --build | --buil | --bui | --bu)
830+ ac_prev=build_alias ;;
831+ -build=* | --build=* | --buil=* | --bui=* | --bu=*)
832+ build_alias=$ac_optarg ;;
833+
834+ -cache-file | --cache-file | --cache-fil | --cache-fi \
835+ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
836+ ac_prev=cache_file ;;
837+ -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
838+ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
839+ cache_file=$ac_optarg ;;
840+
841+ --config-cache | -C)
842+ cache_file=config.cache ;;
843+
844+ -datadir | --datadir | --datadi | --datad)
845+ ac_prev=datadir ;;
846+ -datadir=* | --datadir=* | --datadi=* | --datad=*)
847+ datadir=$ac_optarg ;;
848+
849+ -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
850+ | --dataroo | --dataro | --datar)
851+ ac_prev=datarootdir ;;
852+ -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
853+ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
854+ datarootdir=$ac_optarg ;;
855+
856+ -disable-* | --disable-*)
857+ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
858+ # Reject names that are not valid shell variable names.
859+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
860+ as_fn_error $? "invalid feature name: $ac_useropt"
861+ ac_useropt_orig=$ac_useropt
862+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
863+ case $ac_user_opts in
864+ *"
865+"enable_$ac_useropt"
866+"*) ;;
867+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
868+ ac_unrecognized_sep=', ';;
869+ esac
870+ eval enable_$ac_useropt=no ;;
871+
872+ -docdir | --docdir | --docdi | --doc | --do)
873+ ac_prev=docdir ;;
874+ -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
875+ docdir=$ac_optarg ;;
876+
877+ -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
878+ ac_prev=dvidir ;;
879+ -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
880+ dvidir=$ac_optarg ;;
881+
882+ -enable-* | --enable-*)
883+ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
884+ # Reject names that are not valid shell variable names.
885+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
886+ as_fn_error $? "invalid feature name: $ac_useropt"
887+ ac_useropt_orig=$ac_useropt
888+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
889+ case $ac_user_opts in
890+ *"
891+"enable_$ac_useropt"
892+"*) ;;
893+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
894+ ac_unrecognized_sep=', ';;
895+ esac
896+ eval enable_$ac_useropt=\$ac_optarg ;;
897+
898+ -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
899+ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
900+ | --exec | --exe | --ex)
901+ ac_prev=exec_prefix ;;
902+ -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
903+ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
904+ | --exec=* | --exe=* | --ex=*)
905+ exec_prefix=$ac_optarg ;;
906+
907+ -gas | --gas | --ga | --g)
908+ # Obsolete; use --with-gas.
909+ with_gas=yes ;;
910+
911+ -help | --help | --hel | --he | -h)
912+ ac_init_help=long ;;
913+ -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
914+ ac_init_help=recursive ;;
915+ -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
916+ ac_init_help=short ;;
917+
918+ -host | --host | --hos | --ho)
919+ ac_prev=host_alias ;;
920+ -host=* | --host=* | --hos=* | --ho=*)
921+ host_alias=$ac_optarg ;;
922+
923+ -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
924+ ac_prev=htmldir ;;
925+ -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
926+ | --ht=*)
927+ htmldir=$ac_optarg ;;
928+
929+ -includedir | --includedir | --includedi | --included | --include \
930+ | --includ | --inclu | --incl | --inc)
931+ ac_prev=includedir ;;
932+ -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
933+ | --includ=* | --inclu=* | --incl=* | --inc=*)
934+ includedir=$ac_optarg ;;
935+
936+ -infodir | --infodir | --infodi | --infod | --info | --inf)
937+ ac_prev=infodir ;;
938+ -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
939+ infodir=$ac_optarg ;;
940+
941+ -libdir | --libdir | --libdi | --libd)
942+ ac_prev=libdir ;;
943+ -libdir=* | --libdir=* | --libdi=* | --libd=*)
944+ libdir=$ac_optarg ;;
945+
946+ -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
947+ | --libexe | --libex | --libe)
948+ ac_prev=libexecdir ;;
949+ -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
950+ | --libexe=* | --libex=* | --libe=*)
951+ libexecdir=$ac_optarg ;;
952+
953+ -localedir | --localedir | --localedi | --localed | --locale)
954+ ac_prev=localedir ;;
955+ -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
956+ localedir=$ac_optarg ;;
957+
958+ -localstatedir | --localstatedir | --localstatedi | --localstated \
959+ | --localstate | --localstat | --localsta | --localst | --locals)
960+ ac_prev=localstatedir ;;
961+ -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
962+ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
963+ localstatedir=$ac_optarg ;;
964+
965+ -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
966+ ac_prev=mandir ;;
967+ -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
968+ mandir=$ac_optarg ;;
969+
970+ -nfp | --nfp | --nf)
971+ # Obsolete; use --without-fp.
972+ with_fp=no ;;
973+
974+ -no-create | --no-create | --no-creat | --no-crea | --no-cre \
975+ | --no-cr | --no-c | -n)
976+ no_create=yes ;;
977+
978+ -no-recursion | --no-recursion | --no-recursio | --no-recursi \
979+ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
980+ no_recursion=yes ;;
981+
982+ -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
983+ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
984+ | --oldin | --oldi | --old | --ol | --o)
985+ ac_prev=oldincludedir ;;
986+ -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
987+ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
988+ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
989+ oldincludedir=$ac_optarg ;;
990+
991+ -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
992+ ac_prev=prefix ;;
993+ -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
994+ prefix=$ac_optarg ;;
995+
996+ -program-prefix | --program-prefix | --program-prefi | --program-pref \
997+ | --program-pre | --program-pr | --program-p)
998+ ac_prev=program_prefix ;;
999+ -program-prefix=* | --program-prefix=* | --program-prefi=* \
1000+ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1001+ program_prefix=$ac_optarg ;;
1002+
1003+ -program-suffix | --program-suffix | --program-suffi | --program-suff \
1004+ | --program-suf | --program-su | --program-s)
1005+ ac_prev=program_suffix ;;
1006+ -program-suffix=* | --program-suffix=* | --program-suffi=* \
1007+ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1008+ program_suffix=$ac_optarg ;;
1009+
1010+ -program-transform-name | --program-transform-name \
1011+ | --program-transform-nam | --program-transform-na \
1012+ | --program-transform-n | --program-transform- \
1013+ | --program-transform | --program-transfor \
1014+ | --program-transfo | --program-transf \
1015+ | --program-trans | --program-tran \
1016+ | --progr-tra | --program-tr | --program-t)
1017+ ac_prev=program_transform_name ;;
1018+ -program-transform-name=* | --program-transform-name=* \
1019+ | --program-transform-nam=* | --program-transform-na=* \
1020+ | --program-transform-n=* | --program-transform-=* \
1021+ | --program-transform=* | --program-transfor=* \
1022+ | --program-transfo=* | --program-transf=* \
1023+ | --program-trans=* | --program-tran=* \
1024+ | --progr-tra=* | --program-tr=* | --program-t=*)
1025+ program_transform_name=$ac_optarg ;;
1026+
1027+ -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1028+ ac_prev=pdfdir ;;
1029+ -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1030+ pdfdir=$ac_optarg ;;
1031+
1032+ -psdir | --psdir | --psdi | --psd | --ps)
1033+ ac_prev=psdir ;;
1034+ -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1035+ psdir=$ac_optarg ;;
1036+
1037+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1038+ | -silent | --silent | --silen | --sile | --sil)
1039+ silent=yes ;;
1040+
1041+ -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1042+ ac_prev=sbindir ;;
1043+ -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1044+ | --sbi=* | --sb=*)
1045+ sbindir=$ac_optarg ;;
1046+
1047+ -sharedstatedir | --sharedstatedir | --sharedstatedi \
1048+ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1049+ | --sharedst | --shareds | --shared | --share | --shar \
1050+ | --sha | --sh)
1051+ ac_prev=sharedstatedir ;;
1052+ -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1053+ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1054+ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1055+ | --sha=* | --sh=*)
1056+ sharedstatedir=$ac_optarg ;;
1057+
1058+ -site | --site | --sit)
1059+ ac_prev=site ;;
1060+ -site=* | --site=* | --sit=*)
1061+ site=$ac_optarg ;;
1062+
1063+ -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1064+ ac_prev=srcdir ;;
1065+ -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1066+ srcdir=$ac_optarg ;;
1067+
1068+ -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1069+ | --syscon | --sysco | --sysc | --sys | --sy)
1070+ ac_prev=sysconfdir ;;
1071+ -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1072+ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1073+ sysconfdir=$ac_optarg ;;
1074+
1075+ -target | --target | --targe | --targ | --tar | --ta | --t)
1076+ ac_prev=target_alias ;;
1077+ -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1078+ target_alias=$ac_optarg ;;
1079+
1080+ -v | -verbose | --verbose | --verbos | --verbo | --verb)
1081+ verbose=yes ;;
1082+
1083+ -version | --version | --versio | --versi | --vers | -V)
1084+ ac_init_version=: ;;
1085+
1086+ -with-* | --with-*)
1087+ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1088+ # Reject names that are not valid shell variable names.
1089+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1090+ as_fn_error $? "invalid package name: $ac_useropt"
1091+ ac_useropt_orig=$ac_useropt
1092+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1093+ case $ac_user_opts in
1094+ *"
1095+"with_$ac_useropt"
1096+"*) ;;
1097+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1098+ ac_unrecognized_sep=', ';;
1099+ esac
1100+ eval with_$ac_useropt=\$ac_optarg ;;
1101+
1102+ -without-* | --without-*)
1103+ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1104+ # Reject names that are not valid shell variable names.
1105+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1106+ as_fn_error $? "invalid package name: $ac_useropt"
1107+ ac_useropt_orig=$ac_useropt
1108+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1109+ case $ac_user_opts in
1110+ *"
1111+"with_$ac_useropt"
1112+"*) ;;
1113+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1114+ ac_unrecognized_sep=', ';;
1115+ esac
1116+ eval with_$ac_useropt=no ;;
1117+
1118+ --x)
1119+ # Obsolete; use --with-x.
1120+ with_x=yes ;;
1121+
1122+ -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1123+ | --x-incl | --x-inc | --x-in | --x-i)
1124+ ac_prev=x_includes ;;
1125+ -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1126+ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1127+ x_includes=$ac_optarg ;;
1128+
1129+ -x-libraries | --x-libraries | --x-librarie | --x-librari \
1130+ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1131+ ac_prev=x_libraries ;;
1132+ -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1133+ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1134+ x_libraries=$ac_optarg ;;
1135+
1136+ -*) as_fn_error $? "unrecognized option: \`$ac_option'
1137+Try \`$0 --help' for more information"
1138+ ;;
1139+
1140+ *=*)
1141+ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1142+ # Reject names that are not valid shell variable names.
1143+ case $ac_envvar in #(
1144+ '' | [0-9]* | *[!_$as_cr_alnum]* )
1145+ as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1146+ esac
1147+ eval $ac_envvar=\$ac_optarg
1148+ export $ac_envvar ;;
1149+
1150+ *)
1151+ # FIXME: should be removed in autoconf 3.0.
1152+ $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1153+ expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1154+ $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1155+ : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1156+ ;;
1157+
1158+ esac
1159+done
1160+
1161+if test -n "$ac_prev"; then
1162+ ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1163+ as_fn_error $? "missing argument to $ac_option"
1164+fi
1165+
1166+if test -n "$ac_unrecognized_opts"; then
1167+ case $enable_option_checking in
1168+ no) ;;
1169+ fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1170+ *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1171+ esac
1172+fi
1173+
1174+# Check all directory arguments for consistency.
1175+for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1176+ datadir sysconfdir sharedstatedir localstatedir includedir \
1177+ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1178+ libdir localedir mandir
1179+do
1180+ eval ac_val=\$$ac_var
1181+ # Remove trailing slashes.
1182+ case $ac_val in
1183+ */ )
1184+ ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1185+ eval $ac_var=\$ac_val;;
1186+ esac
1187+ # Be sure to have absolute directory names.
1188+ case $ac_val in
1189+ [\\/$]* | ?:[\\/]* ) continue;;
1190+ NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1191+ esac
1192+ as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1193+done
1194+
1195+# There might be people who depend on the old broken behavior: `$host'
1196+# used to hold the argument of --host etc.
1197+# FIXME: To remove some day.
1198+build=$build_alias
1199+host=$host_alias
1200+target=$target_alias
1201+
1202+# FIXME: To remove some day.
1203+if test "x$host_alias" != x; then
1204+ if test "x$build_alias" = x; then
1205+ cross_compiling=maybe
1206+ $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1207+ If a cross compiler is detected then cross compile mode will be used" >&2
1208+ elif test "x$build_alias" != "x$host_alias"; then
1209+ cross_compiling=yes
1210+ fi
1211+fi
1212+
1213+ac_tool_prefix=
1214+test -n "$host_alias" && ac_tool_prefix=$host_alias-
1215+
1216+test "$silent" = yes && exec 6>/dev/null
1217+
1218+
1219+ac_pwd=`pwd` && test -n "$ac_pwd" &&
1220+ac_ls_di=`ls -di .` &&
1221+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1222+ as_fn_error $? "working directory cannot be determined"
1223+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1224+ as_fn_error $? "pwd does not report name of working directory"
1225+
1226+
1227+# Find the source files, if location was not specified.
1228+if test -z "$srcdir"; then
1229+ ac_srcdir_defaulted=yes
1230+ # Try the directory containing this script, then the parent directory.
1231+ ac_confdir=`$as_dirname -- "$as_myself" ||
1232+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1233+ X"$as_myself" : 'X\(//\)[^/]' \| \
1234+ X"$as_myself" : 'X\(//\)$' \| \
1235+ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1236+$as_echo X"$as_myself" |
1237+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1238+ s//\1/
1239+ q
1240+ }
1241+ /^X\(\/\/\)[^/].*/{
1242+ s//\1/
1243+ q
1244+ }
1245+ /^X\(\/\/\)$/{
1246+ s//\1/
1247+ q
1248+ }
1249+ /^X\(\/\).*/{
1250+ s//\1/
1251+ q
1252+ }
1253+ s/.*/./; q'`
1254+ srcdir=$ac_confdir
1255+ if test ! -r "$srcdir/$ac_unique_file"; then
1256+ srcdir=..
1257+ fi
1258+else
1259+ ac_srcdir_defaulted=no
1260+fi
1261+if test ! -r "$srcdir/$ac_unique_file"; then
1262+ test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1263+ as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1264+fi
1265+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1266+ac_abs_confdir=`(
1267+ cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1268+ pwd)`
1269+# When building in place, set srcdir=.
1270+if test "$ac_abs_confdir" = "$ac_pwd"; then
1271+ srcdir=.
1272+fi
1273+# Remove unnecessary trailing slashes from srcdir.
1274+# Double slashes in file names in object file debugging info
1275+# mess up M-x gdb in Emacs.
1276+case $srcdir in
1277+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1278+esac
1279+for ac_var in $ac_precious_vars; do
1280+ eval ac_env_${ac_var}_set=\${${ac_var}+set}
1281+ eval ac_env_${ac_var}_value=\$${ac_var}
1282+ eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1283+ eval ac_cv_env_${ac_var}_value=\$${ac_var}
1284+done
1285+
1286+#
1287+# Report the --help message.
1288+#
1289+if test "$ac_init_help" = "long"; then
1290+ # Omit some internal or obsolete options to make the list less imposing.
1291+ # This message is too long to be a string in the A/UX 3.1 sh.
1292+ cat <<_ACEOF
1293+\`configure' configures kp123 0.1 to adapt to many kinds of systems.
1294+
1295+Usage: $0 [OPTION]... [VAR=VALUE]...
1296+
1297+To assign environment variables (e.g., CC, CFLAGS...), specify them as
1298+VAR=VALUE. See below for descriptions of some of the useful variables.
1299+
1300+Defaults for the options are specified in brackets.
1301+
1302+Configuration:
1303+ -h, --help display this help and exit
1304+ --help=short display options specific to this package
1305+ --help=recursive display the short help of all the included packages
1306+ -V, --version display version information and exit
1307+ -q, --quiet, --silent do not print \`checking ...' messages
1308+ --cache-file=FILE cache test results in FILE [disabled]
1309+ -C, --config-cache alias for \`--cache-file=config.cache'
1310+ -n, --no-create do not create output files
1311+ --srcdir=DIR find the sources in DIR [configure dir or \`..']
1312+
1313+Installation directories:
1314+ --prefix=PREFIX install architecture-independent files in PREFIX
1315+ @<:@@S|@ac_default_prefix@:>@
1316+ --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1317+ @<:@PREFIX@:>@
1318+
1319+By default, \`make install' will install all the files in
1320+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1321+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1322+for instance \`--prefix=\$HOME'.
1323+
1324+For better control, use the options below.
1325+
1326+Fine tuning of the installation directories:
1327+ --bindir=DIR user executables [EPREFIX/bin]
1328+ --sbindir=DIR system admin executables [EPREFIX/sbin]
1329+ --libexecdir=DIR program executables [EPREFIX/libexec]
1330+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1331+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1332+ --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1333+ --libdir=DIR object code libraries [EPREFIX/lib]
1334+ --includedir=DIR C header files [PREFIX/include]
1335+ --oldincludedir=DIR C header files for non-gcc [/usr/include]
1336+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1337+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1338+ --infodir=DIR info documentation [DATAROOTDIR/info]
1339+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1340+ --mandir=DIR man documentation [DATAROOTDIR/man]
1341+ --docdir=DIR documentation root @<:@DATAROOTDIR/doc/kp123@:>@
1342+ --htmldir=DIR html documentation [DOCDIR]
1343+ --dvidir=DIR dvi documentation [DOCDIR]
1344+ --pdfdir=DIR pdf documentation [DOCDIR]
1345+ --psdir=DIR ps documentation [DOCDIR]
1346+_ACEOF
1347+
1348+ cat <<\_ACEOF
1349+
1350+Program names:
1351+ --program-prefix=PREFIX prepend PREFIX to installed program names
1352+ --program-suffix=SUFFIX append SUFFIX to installed program names
1353+ --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1354+
1355+System types:
1356+ --build=BUILD configure for building on BUILD [guessed]
1357+ --host=HOST cross-compile to build programs to run on HOST [BUILD]
1358+_ACEOF
1359+fi
1360+
1361+if test -n "$ac_init_help"; then
1362+ case $ac_init_help in
1363+ short | recursive ) echo "Configuration of kp123 0.1:";;
1364+ esac
1365+ cat <<\_ACEOF
1366+
1367+Optional Features:
1368+ --disable-option-checking ignore unrecognized --enable/--with options
1369+ --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1370+ --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1371+ --disable-dependency-tracking speeds up one-time build
1372+ --enable-dependency-tracking do not reject slow dependency extractors
1373+ --enable-shared@<:@=PKGS@:>@ build shared libraries @<:@default=yes@:>@
1374+ --enable-static@<:@=PKGS@:>@ build static libraries @<:@default=yes@:>@
1375+ --enable-fast-install@<:@=PKGS@:>@
1376+ optimize for fast installation @<:@default=yes@:>@
1377+ --disable-libtool-lock avoid locking (might break parallel builds)
1378+ --disable-gtktest do not try to compile and run a test GTK+ program
1379+ --enable-debug enable debug information [default=no]
1380+
1381+Optional Packages:
1382+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1383+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1384+ --with-pic try to use only PIC/non-PIC objects @<:@default=use
1385+ both@:>@
1386+ --with-gnu-ld assume the C compiler uses GNU ld @<:@default=no@:>@
1387+
1388+Some influential environment variables:
1389+ CC C compiler command
1390+ CFLAGS C compiler flags
1391+ LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1392+ nonstandard directory <lib dir>
1393+ LIBS libraries to pass to the linker, e.g. -l<library>
1394+ CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1395+ you have headers in a nonstandard directory <include dir>
1396+ CPP C preprocessor
1397+ PKG_CONFIG path to pkg-config utility
1398+ PKG_CONFIG_PATH
1399+ directories to add to pkg-config's search path
1400+ PKG_CONFIG_LIBDIR
1401+ path overriding pkg-config's built-in search path
1402+ GTK_CFLAGS C compiler flags for GTK, overriding pkg-config
1403+ GTK_LIBS linker flags for GTK, overriding pkg-config
1404+ GMODULE_CFLAGS
1405+ C compiler flags for GMODULE, overriding pkg-config
1406+ GMODULE_LIBS
1407+ linker flags for GMODULE, overriding pkg-config
1408+
1409+Use these variables to override the choices made by `configure' or to help
1410+it to find libraries and programs with nonstandard names/locations.
1411+
1412+Report bugs to <evgeny@sourceforge.jp>.
1413+_ACEOF
1414+ac_status=$?
1415+fi
1416+
1417+if test "$ac_init_help" = "recursive"; then
1418+ # If there are subdirs, report their specific --help.
1419+ for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1420+ test -d "$ac_dir" ||
1421+ { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1422+ continue
1423+ ac_builddir=.
1424+
1425+case "$ac_dir" in
1426+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1427+*)
1428+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1429+ # A ".." for each directory in $ac_dir_suffix.
1430+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1431+ case $ac_top_builddir_sub in
1432+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1433+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1434+ esac ;;
1435+esac
1436+ac_abs_top_builddir=$ac_pwd
1437+ac_abs_builddir=$ac_pwd$ac_dir_suffix
1438+# for backward compatibility:
1439+ac_top_builddir=$ac_top_build_prefix
1440+
1441+case $srcdir in
1442+ .) # We are building in place.
1443+ ac_srcdir=.
1444+ ac_top_srcdir=$ac_top_builddir_sub
1445+ ac_abs_top_srcdir=$ac_pwd ;;
1446+ [\\/]* | ?:[\\/]* ) # Absolute name.
1447+ ac_srcdir=$srcdir$ac_dir_suffix;
1448+ ac_top_srcdir=$srcdir
1449+ ac_abs_top_srcdir=$srcdir ;;
1450+ *) # Relative name.
1451+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1452+ ac_top_srcdir=$ac_top_build_prefix$srcdir
1453+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1454+esac
1455+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1456+
1457+ cd "$ac_dir" || { ac_status=$?; continue; }
1458+ # Check for guested configure.
1459+ if test -f "$ac_srcdir/configure.gnu"; then
1460+ echo &&
1461+ $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1462+ elif test -f "$ac_srcdir/configure"; then
1463+ echo &&
1464+ $SHELL "$ac_srcdir/configure" --help=recursive
1465+ else
1466+ $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1467+ fi || ac_status=$?
1468+ cd "$ac_pwd" || { ac_status=$?; break; }
1469+ done
1470+fi
1471+
1472+test -n "$ac_init_help" && exit $ac_status
1473+if $ac_init_version; then
1474+ cat <<\_ACEOF
1475+kp123 configure 0.1
1476+generated by GNU Autoconf 2.67
1477+
1478+Copyright (C) 2010 Free Software Foundation, Inc.
1479+This configure script is free software; the Free Software Foundation
1480+gives unlimited permission to copy, distribute and modify it.
1481+_ACEOF
1482+ exit
1483+fi
1484+
1485+## ------------------------ ##
1486+## Autoconf initialization. ##
1487+## ------------------------ ##
1488+
1489+@%:@ ac_fn_c_try_compile LINENO
1490+@%:@ --------------------------
1491+@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded.
1492+ac_fn_c_try_compile ()
1493+{
1494+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1495+ rm -f conftest.$ac_objext
1496+ if { { ac_try="$ac_compile"
1497+case "(($ac_try" in
1498+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1499+ *) ac_try_echo=$ac_try;;
1500+esac
1501+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1502+$as_echo "$ac_try_echo"; } >&5
1503+ (eval "$ac_compile") 2>conftest.err
1504+ ac_status=$?
1505+ if test -s conftest.err; then
1506+ grep -v '^ *+' conftest.err >conftest.er1
1507+ cat conftest.er1 >&5
1508+ mv -f conftest.er1 conftest.err
1509+ fi
1510+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1511+ test $ac_status = 0; } && {
1512+ test -z "$ac_c_werror_flag" ||
1513+ test ! -s conftest.err
1514+ } && test -s conftest.$ac_objext; then :
1515+ ac_retval=0
1516+else
1517+ $as_echo "$as_me: failed program was:" >&5
1518+sed 's/^/| /' conftest.$ac_ext >&5
1519+
1520+ ac_retval=1
1521+fi
1522+ eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1523+ as_fn_set_status $ac_retval
1524+
1525+} @%:@ ac_fn_c_try_compile
1526+
1527+@%:@ ac_fn_c_try_link LINENO
1528+@%:@ -----------------------
1529+@%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded.
1530+ac_fn_c_try_link ()
1531+{
1532+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1533+ rm -f conftest.$ac_objext conftest$ac_exeext
1534+ if { { ac_try="$ac_link"
1535+case "(($ac_try" in
1536+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1537+ *) ac_try_echo=$ac_try;;
1538+esac
1539+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1540+$as_echo "$ac_try_echo"; } >&5
1541+ (eval "$ac_link") 2>conftest.err
1542+ ac_status=$?
1543+ if test -s conftest.err; then
1544+ grep -v '^ *+' conftest.err >conftest.er1
1545+ cat conftest.er1 >&5
1546+ mv -f conftest.er1 conftest.err
1547+ fi
1548+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1549+ test $ac_status = 0; } && {
1550+ test -z "$ac_c_werror_flag" ||
1551+ test ! -s conftest.err
1552+ } && test -s conftest$ac_exeext && {
1553+ test "$cross_compiling" = yes ||
1554+ $as_test_x conftest$ac_exeext
1555+ }; then :
1556+ ac_retval=0
1557+else
1558+ $as_echo "$as_me: failed program was:" >&5
1559+sed 's/^/| /' conftest.$ac_ext >&5
1560+
1561+ ac_retval=1
1562+fi
1563+ # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1564+ # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1565+ # interfere with the next link command; also delete a directory that is
1566+ # left behind by Apple's compiler. We do this before executing the actions.
1567+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1568+ eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1569+ as_fn_set_status $ac_retval
1570+
1571+} @%:@ ac_fn_c_try_link
1572+
1573+@%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1574+@%:@ -------------------------------------------------------
1575+@%:@ Tests whether HEADER exists and can be compiled using the include files in
1576+@%:@ INCLUDES, setting the cache variable VAR accordingly.
1577+ac_fn_c_check_header_compile ()
1578+{
1579+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1580+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1581+$as_echo_n "checking for $2... " >&6; }
1582+if eval "test \"\${$3+set}\"" = set; then :
1583+ $as_echo_n "(cached) " >&6
1584+else
1585+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1586+/* end confdefs.h. */
1587+$4
1588+@%:@include <$2>
1589+_ACEOF
1590+if ac_fn_c_try_compile "$LINENO"; then :
1591+ eval "$3=yes"
1592+else
1593+ eval "$3=no"
1594+fi
1595+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1596+fi
1597+eval ac_res=\$$3
1598+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1599+$as_echo "$ac_res" >&6; }
1600+ eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1601+
1602+} @%:@ ac_fn_c_check_header_compile
1603+
1604+@%:@ ac_fn_c_try_cpp LINENO
1605+@%:@ ----------------------
1606+@%:@ Try to preprocess conftest.@S|@ac_ext, and return whether this succeeded.
1607+ac_fn_c_try_cpp ()
1608+{
1609+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1610+ if { { ac_try="$ac_cpp conftest.$ac_ext"
1611+case "(($ac_try" in
1612+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1613+ *) ac_try_echo=$ac_try;;
1614+esac
1615+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1616+$as_echo "$ac_try_echo"; } >&5
1617+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1618+ ac_status=$?
1619+ if test -s conftest.err; then
1620+ grep -v '^ *+' conftest.err >conftest.er1
1621+ cat conftest.er1 >&5
1622+ mv -f conftest.er1 conftest.err
1623+ fi
1624+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1625+ test $ac_status = 0; } > conftest.i && {
1626+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1627+ test ! -s conftest.err
1628+ }; then :
1629+ ac_retval=0
1630+else
1631+ $as_echo "$as_me: failed program was:" >&5
1632+sed 's/^/| /' conftest.$ac_ext >&5
1633+
1634+ ac_retval=1
1635+fi
1636+ eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1637+ as_fn_set_status $ac_retval
1638+
1639+} @%:@ ac_fn_c_try_cpp
1640+
1641+@%:@ ac_fn_c_try_run LINENO
1642+@%:@ ----------------------
1643+@%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded. Assumes
1644+@%:@ that executables *can* be run.
1645+ac_fn_c_try_run ()
1646+{
1647+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1648+ if { { ac_try="$ac_link"
1649+case "(($ac_try" in
1650+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1651+ *) ac_try_echo=$ac_try;;
1652+esac
1653+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1654+$as_echo "$ac_try_echo"; } >&5
1655+ (eval "$ac_link") 2>&5
1656+ ac_status=$?
1657+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1658+ test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1659+ { { case "(($ac_try" in
1660+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1661+ *) ac_try_echo=$ac_try;;
1662+esac
1663+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1664+$as_echo "$ac_try_echo"; } >&5
1665+ (eval "$ac_try") 2>&5
1666+ ac_status=$?
1667+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1668+ test $ac_status = 0; }; }; then :
1669+ ac_retval=0
1670+else
1671+ $as_echo "$as_me: program exited with status $ac_status" >&5
1672+ $as_echo "$as_me: failed program was:" >&5
1673+sed 's/^/| /' conftest.$ac_ext >&5
1674+
1675+ ac_retval=$ac_status
1676+fi
1677+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1678+ eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1679+ as_fn_set_status $ac_retval
1680+
1681+} @%:@ ac_fn_c_try_run
1682+
1683+@%:@ ac_fn_c_check_func LINENO FUNC VAR
1684+@%:@ ----------------------------------
1685+@%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly
1686+ac_fn_c_check_func ()
1687+{
1688+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1689+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1690+$as_echo_n "checking for $2... " >&6; }
1691+if eval "test \"\${$3+set}\"" = set; then :
1692+ $as_echo_n "(cached) " >&6
1693+else
1694+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1695+/* end confdefs.h. */
1696+/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1697+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
1698+#define $2 innocuous_$2
1699+
1700+/* System header to define __stub macros and hopefully few prototypes,
1701+ which can conflict with char $2 (); below.
1702+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1703+ <limits.h> exists even on freestanding compilers. */
1704+
1705+#ifdef __STDC__
1706+# include <limits.h>
1707+#else
1708+# include <assert.h>
1709+#endif
1710+
1711+#undef $2
1712+
1713+/* Override any GCC internal prototype to avoid an error.
1714+ Use char because int might match the return type of a GCC
1715+ builtin and then its argument prototype would still apply. */
1716+#ifdef __cplusplus
1717+extern "C"
1718+#endif
1719+char $2 ();
1720+/* The GNU C library defines this for functions which it implements
1721+ to always fail with ENOSYS. Some functions are actually named
1722+ something starting with __ and the normal name is an alias. */
1723+#if defined __stub_$2 || defined __stub___$2
1724+choke me
1725+#endif
1726+
1727+int
1728+main ()
1729+{
1730+return $2 ();
1731+ ;
1732+ return 0;
1733+}
1734+_ACEOF
1735+if ac_fn_c_try_link "$LINENO"; then :
1736+ eval "$3=yes"
1737+else
1738+ eval "$3=no"
1739+fi
1740+rm -f core conftest.err conftest.$ac_objext \
1741+ conftest$ac_exeext conftest.$ac_ext
1742+fi
1743+eval ac_res=\$$3
1744+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1745+$as_echo "$ac_res" >&6; }
1746+ eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1747+
1748+} @%:@ ac_fn_c_check_func
1749+cat >config.log <<_ACEOF
1750+This file contains any messages produced by compilers while
1751+running configure, to aid debugging if configure makes a mistake.
1752+
1753+It was created by kp123 $as_me 0.1, which was
1754+generated by GNU Autoconf 2.67. Invocation command line was
1755+
1756+ $ $0 $@
1757+
1758+_ACEOF
1759+exec 5>>config.log
1760+{
1761+cat <<_ASUNAME
1762+## --------- ##
1763+## Platform. ##
1764+## --------- ##
1765+
1766+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1767+uname -m = `(uname -m) 2>/dev/null || echo unknown`
1768+uname -r = `(uname -r) 2>/dev/null || echo unknown`
1769+uname -s = `(uname -s) 2>/dev/null || echo unknown`
1770+uname -v = `(uname -v) 2>/dev/null || echo unknown`
1771+
1772+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1773+/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1774+
1775+/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1776+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1777+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1778+/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1779+/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1780+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1781+/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1782+
1783+_ASUNAME
1784+
1785+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1786+for as_dir in $PATH
1787+do
1788+ IFS=$as_save_IFS
1789+ test -z "$as_dir" && as_dir=.
1790+ $as_echo "PATH: $as_dir"
1791+ done
1792+IFS=$as_save_IFS
1793+
1794+} >&5
1795+
1796+cat >&5 <<_ACEOF
1797+
1798+
1799+## ----------- ##
1800+## Core tests. ##
1801+## ----------- ##
1802+
1803+_ACEOF
1804+
1805+
1806+# Keep a trace of the command line.
1807+# Strip out --no-create and --no-recursion so they do not pile up.
1808+# Strip out --silent because we don't want to record it for future runs.
1809+# Also quote any args containing shell meta-characters.
1810+# Make two passes to allow for proper duplicate-argument suppression.
1811+ac_configure_args=
1812+ac_configure_args0=
1813+ac_configure_args1=
1814+ac_must_keep_next=false
1815+for ac_pass in 1 2
1816+do
1817+ for ac_arg
1818+ do
1819+ case $ac_arg in
1820+ -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1821+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1822+ | -silent | --silent | --silen | --sile | --sil)
1823+ continue ;;
1824+ *\'*)
1825+ ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1826+ esac
1827+ case $ac_pass in
1828+ 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1829+ 2)
1830+ as_fn_append ac_configure_args1 " '$ac_arg'"
1831+ if test $ac_must_keep_next = true; then
1832+ ac_must_keep_next=false # Got value, back to normal.
1833+ else
1834+ case $ac_arg in
1835+ *=* | --config-cache | -C | -disable-* | --disable-* \
1836+ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1837+ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1838+ | -with-* | --with-* | -without-* | --without-* | --x)
1839+ case "$ac_configure_args0 " in
1840+ "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1841+ esac
1842+ ;;
1843+ -* ) ac_must_keep_next=true ;;
1844+ esac
1845+ fi
1846+ as_fn_append ac_configure_args " '$ac_arg'"
1847+ ;;
1848+ esac
1849+ done
1850+done
1851+{ ac_configure_args0=; unset ac_configure_args0;}
1852+{ ac_configure_args1=; unset ac_configure_args1;}
1853+
1854+# When interrupted or exit'd, cleanup temporary files, and complete
1855+# config.log. We remove comments because anyway the quotes in there
1856+# would cause problems or look ugly.
1857+# WARNING: Use '\'' to represent an apostrophe within the trap.
1858+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1859+trap 'exit_status=$?
1860+ # Save into config.log some information that might help in debugging.
1861+ {
1862+ echo
1863+
1864+ $as_echo "## ---------------- ##
1865+## Cache variables. ##
1866+## ---------------- ##"
1867+ echo
1868+ # The following way of writing the cache mishandles newlines in values,
1869+(
1870+ for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1871+ eval ac_val=\$$ac_var
1872+ case $ac_val in #(
1873+ *${as_nl}*)
1874+ case $ac_var in #(
1875+ *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1876+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1877+ esac
1878+ case $ac_var in #(
1879+ _ | IFS | as_nl) ;; #(
1880+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1881+ *) { eval $ac_var=; unset $ac_var;} ;;
1882+ esac ;;
1883+ esac
1884+ done
1885+ (set) 2>&1 |
1886+ case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1887+ *${as_nl}ac_space=\ *)
1888+ sed -n \
1889+ "s/'\''/'\''\\\\'\'''\''/g;
1890+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1891+ ;; #(
1892+ *)
1893+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1894+ ;;
1895+ esac |
1896+ sort
1897+)
1898+ echo
1899+
1900+ $as_echo "## ----------------- ##
1901+## Output variables. ##
1902+## ----------------- ##"
1903+ echo
1904+ for ac_var in $ac_subst_vars
1905+ do
1906+ eval ac_val=\$$ac_var
1907+ case $ac_val in
1908+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1909+ esac
1910+ $as_echo "$ac_var='\''$ac_val'\''"
1911+ done | sort
1912+ echo
1913+
1914+ if test -n "$ac_subst_files"; then
1915+ $as_echo "## ------------------- ##
1916+## File substitutions. ##
1917+## ------------------- ##"
1918+ echo
1919+ for ac_var in $ac_subst_files
1920+ do
1921+ eval ac_val=\$$ac_var
1922+ case $ac_val in
1923+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1924+ esac
1925+ $as_echo "$ac_var='\''$ac_val'\''"
1926+ done | sort
1927+ echo
1928+ fi
1929+
1930+ if test -s confdefs.h; then
1931+ $as_echo "## ----------- ##
1932+## confdefs.h. ##
1933+## ----------- ##"
1934+ echo
1935+ cat confdefs.h
1936+ echo
1937+ fi
1938+ test "$ac_signal" != 0 &&
1939+ $as_echo "$as_me: caught signal $ac_signal"
1940+ $as_echo "$as_me: exit $exit_status"
1941+ } >&5
1942+ rm -f core *.core core.conftest.* &&
1943+ rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1944+ exit $exit_status
1945+' 0
1946+for ac_signal in 1 2 13 15; do
1947+ trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1948+done
1949+ac_signal=0
1950+
1951+# confdefs.h avoids OS command line length limits that DEFS can exceed.
1952+rm -f -r conftest* confdefs.h
1953+
1954+$as_echo "/* confdefs.h */" > confdefs.h
1955+
1956+# Predefined preprocessor variables.
1957+
1958+cat >>confdefs.h <<_ACEOF
1959+@%:@define PACKAGE_NAME "$PACKAGE_NAME"
1960+_ACEOF
1961+
1962+cat >>confdefs.h <<_ACEOF
1963+@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1964+_ACEOF
1965+
1966+cat >>confdefs.h <<_ACEOF
1967+@%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
1968+_ACEOF
1969+
1970+cat >>confdefs.h <<_ACEOF
1971+@%:@define PACKAGE_STRING "$PACKAGE_STRING"
1972+_ACEOF
1973+
1974+cat >>confdefs.h <<_ACEOF
1975+@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1976+_ACEOF
1977+
1978+cat >>confdefs.h <<_ACEOF
1979+@%:@define PACKAGE_URL "$PACKAGE_URL"
1980+_ACEOF
1981+
1982+
1983+# Let the site file select an alternate cache file if it wants to.
1984+# Prefer an explicitly selected file to automatically selected ones.
1985+ac_site_file1=NONE
1986+ac_site_file2=NONE
1987+if test -n "$CONFIG_SITE"; then
1988+ # We do not want a PATH search for config.site.
1989+ case $CONFIG_SITE in @%:@((
1990+ -*) ac_site_file1=./$CONFIG_SITE;;
1991+ */*) ac_site_file1=$CONFIG_SITE;;
1992+ *) ac_site_file1=./$CONFIG_SITE;;
1993+ esac
1994+elif test "x$prefix" != xNONE; then
1995+ ac_site_file1=$prefix/share/config.site
1996+ ac_site_file2=$prefix/etc/config.site
1997+else
1998+ ac_site_file1=$ac_default_prefix/share/config.site
1999+ ac_site_file2=$ac_default_prefix/etc/config.site
2000+fi
2001+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2002+do
2003+ test "x$ac_site_file" = xNONE && continue
2004+ if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2005+ { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2006+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2007+ sed 's/^/| /' "$ac_site_file" >&5
2008+ . "$ac_site_file" \
2009+ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2010+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2011+as_fn_error $? "failed to load site script $ac_site_file
2012+See \`config.log' for more details" "$LINENO" 5 ; }
2013+ fi
2014+done
2015+
2016+if test -r "$cache_file"; then
2017+ # Some versions of bash will fail to source /dev/null (special files
2018+ # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2019+ if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2020+ { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2021+$as_echo "$as_me: loading cache $cache_file" >&6;}
2022+ case $cache_file in
2023+ [\\/]* | ?:[\\/]* ) . "$cache_file";;
2024+ *) . "./$cache_file";;
2025+ esac
2026+ fi
2027+else
2028+ { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2029+$as_echo "$as_me: creating cache $cache_file" >&6;}
2030+ >$cache_file
2031+fi
2032+
2033+# Check that the precious variables saved in the cache have kept the same
2034+# value.
2035+ac_cache_corrupted=false
2036+for ac_var in $ac_precious_vars; do
2037+ eval ac_old_set=\$ac_cv_env_${ac_var}_set
2038+ eval ac_new_set=\$ac_env_${ac_var}_set
2039+ eval ac_old_val=\$ac_cv_env_${ac_var}_value
2040+ eval ac_new_val=\$ac_env_${ac_var}_value
2041+ case $ac_old_set,$ac_new_set in
2042+ set,)
2043+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2044+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2045+ ac_cache_corrupted=: ;;
2046+ ,set)
2047+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2048+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2049+ ac_cache_corrupted=: ;;
2050+ ,);;
2051+ *)
2052+ if test "x$ac_old_val" != "x$ac_new_val"; then
2053+ # differences in whitespace do not lead to failure.
2054+ ac_old_val_w=`echo x $ac_old_val`
2055+ ac_new_val_w=`echo x $ac_new_val`
2056+ if test "$ac_old_val_w" != "$ac_new_val_w"; then
2057+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2058+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2059+ ac_cache_corrupted=:
2060+ else
2061+ { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2062+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2063+ eval $ac_var=\$ac_old_val
2064+ fi
2065+ { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2066+$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2067+ { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2068+$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2069+ fi;;
2070+ esac
2071+ # Pass precious variables to config.status.
2072+ if test "$ac_new_set" = set; then
2073+ case $ac_new_val in
2074+ *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2075+ *) ac_arg=$ac_var=$ac_new_val ;;
2076+ esac
2077+ case " $ac_configure_args " in
2078+ *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2079+ *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2080+ esac
2081+ fi
2082+done
2083+if $ac_cache_corrupted; then
2084+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2085+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2086+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2087+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2088+ as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2089+fi
2090+## -------------------- ##
2091+## Main body of script. ##
2092+## -------------------- ##
2093+
2094+ac_ext=c
2095+ac_cpp='$CPP $CPPFLAGS'
2096+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2097+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2098+ac_compiler_gnu=$ac_cv_c_compiler_gnu
2099+
2100+
2101+
2102+ac_config_headers="$ac_config_headers config.h"
2103+
2104+
2105+am__api_version='1.11'
2106+
2107+ac_aux_dir=
2108+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2109+ if test -f "$ac_dir/install-sh"; then
2110+ ac_aux_dir=$ac_dir
2111+ ac_install_sh="$ac_aux_dir/install-sh -c"
2112+ break
2113+ elif test -f "$ac_dir/install.sh"; then
2114+ ac_aux_dir=$ac_dir
2115+ ac_install_sh="$ac_aux_dir/install.sh -c"
2116+ break
2117+ elif test -f "$ac_dir/shtool"; then
2118+ ac_aux_dir=$ac_dir
2119+ ac_install_sh="$ac_aux_dir/shtool install -c"
2120+ break
2121+ fi
2122+done
2123+if test -z "$ac_aux_dir"; then
2124+ as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2125+fi
2126+
2127+# These three variables are undocumented and unsupported,
2128+# and are intended to be withdrawn in a future Autoconf release.
2129+# They can cause serious problems if a builder's source tree is in a directory
2130+# whose full name contains unusual characters.
2131+ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2132+ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2133+ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2134+
2135+
2136+# Find a good install program. We prefer a C program (faster),
2137+# so one script is as good as another. But avoid the broken or
2138+# incompatible versions:
2139+# SysV /etc/install, /usr/sbin/install
2140+# SunOS /usr/etc/install
2141+# IRIX /sbin/install
2142+# AIX /bin/install
2143+# AmigaOS /C/install, which installs bootblocks on floppy discs
2144+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2145+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2146+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2147+# OS/2's system install, which has a completely different semantic
2148+# ./install, which can be erroneously created by make from ./install.sh.
2149+# Reject install programs that cannot install multiple files.
2150+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2151+$as_echo_n "checking for a BSD-compatible install... " >&6; }
2152+if test -z "$INSTALL"; then
2153+if test "${ac_cv_path_install+set}" = set; then :
2154+ $as_echo_n "(cached) " >&6
2155+else
2156+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2157+for as_dir in $PATH
2158+do
2159+ IFS=$as_save_IFS
2160+ test -z "$as_dir" && as_dir=.
2161+ # Account for people who put trailing slashes in PATH elements.
2162+case $as_dir/ in @%:@((
2163+ ./ | .// | /[cC]/* | \
2164+ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2165+ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2166+ /usr/ucb/* ) ;;
2167+ *)
2168+ # OSF1 and SCO ODT 3.0 have their own names for install.
2169+ # Don't use installbsd from OSF since it installs stuff as root
2170+ # by default.
2171+ for ac_prog in ginstall scoinst install; do
2172+ for ac_exec_ext in '' $ac_executable_extensions; do
2173+ if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2174+ if test $ac_prog = install &&
2175+ grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2176+ # AIX install. It has an incompatible calling convention.
2177+ :
2178+ elif test $ac_prog = install &&
2179+ grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2180+ # program-specific install script used by HP pwplus--don't use.
2181+ :
2182+ else
2183+ rm -rf conftest.one conftest.two conftest.dir
2184+ echo one > conftest.one
2185+ echo two > conftest.two
2186+ mkdir conftest.dir
2187+ if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2188+ test -s conftest.one && test -s conftest.two &&
2189+ test -s conftest.dir/conftest.one &&
2190+ test -s conftest.dir/conftest.two
2191+ then
2192+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2193+ break 3
2194+ fi
2195+ fi
2196+ fi
2197+ done
2198+ done
2199+ ;;
2200+esac
2201+
2202+ done
2203+IFS=$as_save_IFS
2204+
2205+rm -rf conftest.one conftest.two conftest.dir
2206+
2207+fi
2208+ if test "${ac_cv_path_install+set}" = set; then
2209+ INSTALL=$ac_cv_path_install
2210+ else
2211+ # As a last resort, use the slow shell script. Don't cache a
2212+ # value for INSTALL within a source directory, because that will
2213+ # break other packages using the cache if that directory is
2214+ # removed, or if the value is a relative name.
2215+ INSTALL=$ac_install_sh
2216+ fi
2217+fi
2218+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2219+$as_echo "$INSTALL" >&6; }
2220+
2221+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2222+# It thinks the first close brace ends the variable substitution.
2223+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2224+
2225+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2226+
2227+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2228+
2229+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2230+$as_echo_n "checking whether build environment is sane... " >&6; }
2231+# Just in case
2232+sleep 1
2233+echo timestamp > conftest.file
2234+# Reject unsafe characters in $srcdir or the absolute working directory
2235+# name. Accept space and tab only in the latter.
2236+am_lf='
2237+'
2238+case `pwd` in
2239+ *[\\\"\#\$\&\'\`$am_lf]*)
2240+ as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2241+esac
2242+case $srcdir in
2243+ *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2244+ as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2245+esac
2246+
2247+# Do `set' in a subshell so we don't clobber the current shell's
2248+# arguments. Must try -L first in case configure is actually a
2249+# symlink; some systems play weird games with the mod time of symlinks
2250+# (eg FreeBSD returns the mod time of the symlink's containing
2251+# directory).
2252+if (
2253+ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2254+ if test "$*" = "X"; then
2255+ # -L didn't work.
2256+ set X `ls -t "$srcdir/configure" conftest.file`
2257+ fi
2258+ rm -f conftest.file
2259+ if test "$*" != "X $srcdir/configure conftest.file" \
2260+ && test "$*" != "X conftest.file $srcdir/configure"; then
2261+
2262+ # If neither matched, then we have a broken ls. This can happen
2263+ # if, for instance, CONFIG_SHELL is bash and it inherits a
2264+ # broken ls alias from the environment. This has actually
2265+ # happened. Such a system could not be considered "sane".
2266+ as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2267+alias in your environment" "$LINENO" 5
2268+ fi
2269+
2270+ test "$2" = conftest.file
2271+ )
2272+then
2273+ # Ok.
2274+ :
2275+else
2276+ as_fn_error $? "newly created file is older than distributed files!
2277+Check your system clock" "$LINENO" 5
2278+fi
2279+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2280+$as_echo "yes" >&6; }
2281+test "$program_prefix" != NONE &&
2282+ program_transform_name="s&^&$program_prefix&;$program_transform_name"
2283+# Use a double $ so make ignores it.
2284+test "$program_suffix" != NONE &&
2285+ program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2286+# Double any \ or $.
2287+# By default was `s,x,x', remove it if useless.
2288+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2289+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2290+
2291+# expand $ac_aux_dir to an absolute path
2292+am_aux_dir=`cd $ac_aux_dir && pwd`
2293+
2294+if test x"${MISSING+set}" != xset; then
2295+ case $am_aux_dir in
2296+ *\ * | *\ *)
2297+ MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2298+ *)
2299+ MISSING="\${SHELL} $am_aux_dir/missing" ;;
2300+ esac
2301+fi
2302+# Use eval to expand $SHELL
2303+if eval "$MISSING --run true"; then
2304+ am_missing_run="$MISSING --run "
2305+else
2306+ am_missing_run=
2307+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2308+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2309+fi
2310+
2311+if test x"${install_sh}" != xset; then
2312+ case $am_aux_dir in
2313+ *\ * | *\ *)
2314+ install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2315+ *)
2316+ install_sh="\${SHELL} $am_aux_dir/install-sh"
2317+ esac
2318+fi
2319+
2320+# Installed binaries are usually stripped using `strip' when the user
2321+# run `make install-strip'. However `strip' might not be the right
2322+# tool to use in cross-compilation environments, therefore Automake
2323+# will honor the `STRIP' environment variable to overrule this program.
2324+if test "$cross_compiling" != no; then
2325+ if test -n "$ac_tool_prefix"; then
2326+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2327+set dummy ${ac_tool_prefix}strip; ac_word=$2
2328+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2329+$as_echo_n "checking for $ac_word... " >&6; }
2330+if test "${ac_cv_prog_STRIP+set}" = set; then :
2331+ $as_echo_n "(cached) " >&6
2332+else
2333+ if test -n "$STRIP"; then
2334+ ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2335+else
2336+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2337+for as_dir in $PATH
2338+do
2339+ IFS=$as_save_IFS
2340+ test -z "$as_dir" && as_dir=.
2341+ for ac_exec_ext in '' $ac_executable_extensions; do
2342+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2343+ ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2344+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2345+ break 2
2346+ fi
2347+done
2348+ done
2349+IFS=$as_save_IFS
2350+
2351+fi
2352+fi
2353+STRIP=$ac_cv_prog_STRIP
2354+if test -n "$STRIP"; then
2355+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2356+$as_echo "$STRIP" >&6; }
2357+else
2358+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2359+$as_echo "no" >&6; }
2360+fi
2361+
2362+
2363+fi
2364+if test -z "$ac_cv_prog_STRIP"; then
2365+ ac_ct_STRIP=$STRIP
2366+ # Extract the first word of "strip", so it can be a program name with args.
2367+set dummy strip; ac_word=$2
2368+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2369+$as_echo_n "checking for $ac_word... " >&6; }
2370+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2371+ $as_echo_n "(cached) " >&6
2372+else
2373+ if test -n "$ac_ct_STRIP"; then
2374+ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2375+else
2376+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2377+for as_dir in $PATH
2378+do
2379+ IFS=$as_save_IFS
2380+ test -z "$as_dir" && as_dir=.
2381+ for ac_exec_ext in '' $ac_executable_extensions; do
2382+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2383+ ac_cv_prog_ac_ct_STRIP="strip"
2384+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2385+ break 2
2386+ fi
2387+done
2388+ done
2389+IFS=$as_save_IFS
2390+
2391+fi
2392+fi
2393+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2394+if test -n "$ac_ct_STRIP"; then
2395+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2396+$as_echo "$ac_ct_STRIP" >&6; }
2397+else
2398+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2399+$as_echo "no" >&6; }
2400+fi
2401+
2402+ if test "x$ac_ct_STRIP" = x; then
2403+ STRIP=":"
2404+ else
2405+ case $cross_compiling:$ac_tool_warned in
2406+yes:)
2407+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2408+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2409+ac_tool_warned=yes ;;
2410+esac
2411+ STRIP=$ac_ct_STRIP
2412+ fi
2413+else
2414+ STRIP="$ac_cv_prog_STRIP"
2415+fi
2416+
2417+fi
2418+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2419+
2420+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2421+$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2422+if test -z "$MKDIR_P"; then
2423+ if test "${ac_cv_path_mkdir+set}" = set; then :
2424+ $as_echo_n "(cached) " >&6
2425+else
2426+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2427+for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2428+do
2429+ IFS=$as_save_IFS
2430+ test -z "$as_dir" && as_dir=.
2431+ for ac_prog in mkdir gmkdir; do
2432+ for ac_exec_ext in '' $ac_executable_extensions; do
2433+ { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2434+ case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2435+ 'mkdir (GNU coreutils) '* | \
2436+ 'mkdir (coreutils) '* | \
2437+ 'mkdir (fileutils) '4.1*)
2438+ ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2439+ break 3;;
2440+ esac
2441+ done
2442+ done
2443+ done
2444+IFS=$as_save_IFS
2445+
2446+fi
2447+
2448+ test -d ./--version && rmdir ./--version
2449+ if test "${ac_cv_path_mkdir+set}" = set; then
2450+ MKDIR_P="$ac_cv_path_mkdir -p"
2451+ else
2452+ # As a last resort, use the slow shell script. Don't cache a
2453+ # value for MKDIR_P within a source directory, because that will
2454+ # break other packages using the cache if that directory is
2455+ # removed, or if the value is a relative name.
2456+ MKDIR_P="$ac_install_sh -d"
2457+ fi
2458+fi
2459+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2460+$as_echo "$MKDIR_P" >&6; }
2461+
2462+mkdir_p="$MKDIR_P"
2463+case $mkdir_p in
2464+ [\\/$]* | ?:[\\/]*) ;;
2465+ */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2466+esac
2467+
2468+for ac_prog in gawk mawk nawk awk
2469+do
2470+ # Extract the first word of "$ac_prog", so it can be a program name with args.
2471+set dummy $ac_prog; ac_word=$2
2472+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2473+$as_echo_n "checking for $ac_word... " >&6; }
2474+if test "${ac_cv_prog_AWK+set}" = set; then :
2475+ $as_echo_n "(cached) " >&6
2476+else
2477+ if test -n "$AWK"; then
2478+ ac_cv_prog_AWK="$AWK" # Let the user override the test.
2479+else
2480+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2481+for as_dir in $PATH
2482+do
2483+ IFS=$as_save_IFS
2484+ test -z "$as_dir" && as_dir=.
2485+ for ac_exec_ext in '' $ac_executable_extensions; do
2486+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2487+ ac_cv_prog_AWK="$ac_prog"
2488+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2489+ break 2
2490+ fi
2491+done
2492+ done
2493+IFS=$as_save_IFS
2494+
2495+fi
2496+fi
2497+AWK=$ac_cv_prog_AWK
2498+if test -n "$AWK"; then
2499+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2500+$as_echo "$AWK" >&6; }
2501+else
2502+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2503+$as_echo "no" >&6; }
2504+fi
2505+
2506+
2507+ test -n "$AWK" && break
2508+done
2509+
2510+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2511+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2512+set x ${MAKE-make}
2513+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2514+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2515+ $as_echo_n "(cached) " >&6
2516+else
2517+ cat >conftest.make <<\_ACEOF
2518+SHELL = /bin/sh
2519+all:
2520+ @echo '@@@%%%=$(MAKE)=@@@%%%'
2521+_ACEOF
2522+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2523+case `${MAKE-make} -f conftest.make 2>/dev/null` in
2524+ *@@@%%%=?*=@@@%%%*)
2525+ eval ac_cv_prog_make_${ac_make}_set=yes;;
2526+ *)
2527+ eval ac_cv_prog_make_${ac_make}_set=no;;
2528+esac
2529+rm -f conftest.make
2530+fi
2531+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2532+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2533+$as_echo "yes" >&6; }
2534+ SET_MAKE=
2535+else
2536+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2537+$as_echo "no" >&6; }
2538+ SET_MAKE="MAKE=${MAKE-make}"
2539+fi
2540+
2541+rm -rf .tst 2>/dev/null
2542+mkdir .tst 2>/dev/null
2543+if test -d .tst; then
2544+ am__leading_dot=.
2545+else
2546+ am__leading_dot=_
2547+fi
2548+rmdir .tst 2>/dev/null
2549+
2550+if test "`cd $srcdir && pwd`" != "`pwd`"; then
2551+ # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2552+ # is not polluted with repeated "-I."
2553+ am__isrc=' -I$(srcdir)'
2554+ # test to see if srcdir already configured
2555+ if test -f $srcdir/config.status; then
2556+ as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2557+ fi
2558+fi
2559+
2560+# test whether we have cygpath
2561+if test -z "$CYGPATH_W"; then
2562+ if (cygpath --version) >/dev/null 2>/dev/null; then
2563+ CYGPATH_W='cygpath -w'
2564+ else
2565+ CYGPATH_W=echo
2566+ fi
2567+fi
2568+
2569+
2570+# Define the identity of the package.
2571+ PACKAGE=$PACKAGE_NAME
2572+ VERSION=$PACKAGE_VERSION
2573+
2574+
2575+cat >>confdefs.h <<_ACEOF
2576+@%:@define PACKAGE "$PACKAGE"
2577+_ACEOF
2578+
2579+
2580+cat >>confdefs.h <<_ACEOF
2581+@%:@define VERSION "$VERSION"
2582+_ACEOF
2583+
2584+# Some tools Automake needs.
2585+
2586+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2587+
2588+
2589+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2590+
2591+
2592+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2593+
2594+
2595+AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2596+
2597+
2598+MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2599+
2600+# We need awk for the "check" target. The system "awk" is bad on
2601+# some platforms.
2602+# Always define AMTAR for backward compatibility.
2603+
2604+AMTAR=${AMTAR-"${am_missing_run}tar"}
2605+
2606+am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2607+
2608+
2609+
2610+
2611+
2612+
2613+# Checks for programs
2614+
2615+ac_ext=c
2616+ac_cpp='$CPP $CPPFLAGS'
2617+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2618+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2619+ac_compiler_gnu=$ac_cv_c_compiler_gnu
2620+if test -n "$ac_tool_prefix"; then
2621+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2622+set dummy ${ac_tool_prefix}gcc; ac_word=$2
2623+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2624+$as_echo_n "checking for $ac_word... " >&6; }
2625+if test "${ac_cv_prog_CC+set}" = set; then :
2626+ $as_echo_n "(cached) " >&6
2627+else
2628+ if test -n "$CC"; then
2629+ ac_cv_prog_CC="$CC" # Let the user override the test.
2630+else
2631+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2632+for as_dir in $PATH
2633+do
2634+ IFS=$as_save_IFS
2635+ test -z "$as_dir" && as_dir=.
2636+ for ac_exec_ext in '' $ac_executable_extensions; do
2637+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2638+ ac_cv_prog_CC="${ac_tool_prefix}gcc"
2639+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2640+ break 2
2641+ fi
2642+done
2643+ done
2644+IFS=$as_save_IFS
2645+
2646+fi
2647+fi
2648+CC=$ac_cv_prog_CC
2649+if test -n "$CC"; then
2650+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2651+$as_echo "$CC" >&6; }
2652+else
2653+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2654+$as_echo "no" >&6; }
2655+fi
2656+
2657+
2658+fi
2659+if test -z "$ac_cv_prog_CC"; then
2660+ ac_ct_CC=$CC
2661+ # Extract the first word of "gcc", so it can be a program name with args.
2662+set dummy gcc; ac_word=$2
2663+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2664+$as_echo_n "checking for $ac_word... " >&6; }
2665+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2666+ $as_echo_n "(ca

Part of diff was cut off due to size limit. Use your local client to view the full diff.

Show on old repository browser