Codebase list anypaper / ba9c6a2
Imported Upstream version 2.3 Alejandro Garrido Mota 13 years ago
74 changed file(s) with 4848 addition(s) and 5328 deletion(s). Raw diff Collapse all Expand all
0 === anyPaper 2.3 ===
1
2 2010-26-08 Sergio Rodrigues de Oliveira Filho <cdvdt@users.sourceforge.net>
3
4 * anypaper/anypaper_image.c (anypaper_image_make): Changed behavior when the image file couldn't be opened and changed the value returned by the function
5 * anypaper/anypaper_window.c (set_wallpaper_common): Added error message for when the image file could not be opened
6
7 2010-25-08 Sergio Rodrigues de Oliveira Filho <cdvdt@users.sourceforge.net>
8
9 * anypaper/anypaper_window.c (save_default_file_cb, save_file_as_cb): Added file filter on "Default file" and "Save as..." dialog.
10 * anypaper/anypaper_preview.c (gboolean fullscreen_timeout_cb, image_fullscreen_button, gboolean mouse_motion): Added hiding scrollbars for preview window in fullscreen.
11 * anypaper/anypaper_wallpapersetter.c (anypaper_wallpapersetter_file): Updated wallpapersetter list.
12
13 2010-24-08 Sergio Rodrigues de Oliveira Filho <cdvdt@users.sourceforge.net>
14
15 * anypaper/anypaper_window.c (open_image_file_cb): Added file filter on "Open File" dialog.
16
17 2010-23-08 Sergio Rodrigues de Oliveira Filho <cdvdt@users.sourceforge.net>
18
19 * anypaper/anypaper_preview.c (anypaper_preview_create): Changed the police of gtk_scrolled_window
20 * anypaper/anypaper.c (main), anypaper/anypaper_command.c (anypaper_command_load): Added error handling for file not found and command not found. Calling of function system() replaced by g_spawn_command_line_sync ().
21
22 2010-16-06 Sergio Rodrigues de Oliveira Filho <cdvdt@users.sourceforge.net>
23
24 * anypaper/anypaper_window.c (set_wallpaper_common): Calling of function system() replaced by g_spawn_command_line_async ().
25
026 === anyPaper 2.2 ===
127
228 2010-05-01 Sergio Rodrigues de Oliveira Filho <cdvdt@users.sourceforge.net>
0 # Makefile.in generated by automake 1.10.2 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1415 @SET_MAKE@
1516 VPATH = @srcdir@
1617 pkgdatadir = $(datadir)/@PACKAGE@
18 pkgincludedir = $(includedir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
18 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibexecdir = $(libexecdir)/@PACKAGE@
1921 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
2022 install_sh_DATA = $(install_sh) -c -m 644
2123 install_sh_PROGRAM = $(install_sh) -c
4749 mkinstalldirs = $(install_sh) -d
4850 CONFIG_HEADER = config.h
4951 CONFIG_CLEAN_FILES =
52 CONFIG_CLEAN_VPATH_FILES =
5053 SOURCES =
5154 DIST_SOURCES =
5255 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
5861 ps-recursive uninstall-recursive
5962 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
6063 distclean-recursive maintainer-clean-recursive
64 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
65 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
66 distdir dist dist-all distcheck
6167 ETAGS = etags
6268 CTAGS = ctags
6369 DIST_SUBDIRS = $(SUBDIRS)
6571 distdir = $(PACKAGE)-$(VERSION)
6672 top_distdir = $(distdir)
6773 am__remove_distdir = \
68 { test ! -d $(distdir) \
69 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
70 && rm -fr $(distdir); }; }
74 { test ! -d "$(distdir)" \
75 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
76 && rm -fr "$(distdir)"; }; }
77 am__relativize = \
78 dir0=`pwd`; \
79 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
80 sed_rest='s,^[^/]*/*,,'; \
81 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
82 sed_butlast='s,/*[^/]*$$,,'; \
83 while test -n "$$dir1"; do \
84 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
85 if test "$$first" != "."; then \
86 if test "$$first" = ".."; then \
87 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
88 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
89 else \
90 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
91 if test "$$first2" = "$$first"; then \
92 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
93 else \
94 dir2="../$$dir2"; \
95 fi; \
96 dir0="$$dir0"/"$$first"; \
97 fi; \
98 fi; \
99 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
100 done; \
101 reldir="$$dir2"
71102 DIST_ARCHIVES = $(distdir).tar.gz
72103 GZIP_ENV = --best
73104 distuninstallcheck_listfiles = find . -type f -print
99130 FGREP = @FGREP@
100131 GREP = @GREP@
101132 GTKDOC_CHECK = @GTKDOC_CHECK@
133 GTKDOC_MKPDF = @GTKDOC_MKPDF@
134 GTKDOC_REBASE = @GTKDOC_REBASE@
102135 HTML_DIR = @HTML_DIR@
103136 INSTALL = @INSTALL@
104137 INSTALL_DATA = @INSTALL_DATA@
126159 PACKAGE_NAME = @PACKAGE_NAME@
127160 PACKAGE_STRING = @PACKAGE_STRING@
128161 PACKAGE_TARNAME = @PACKAGE_TARNAME@
162 PACKAGE_URL = @PACKAGE_URL@
129163 PACKAGE_VERSION = @PACKAGE_VERSION@
130164 PATH_SEPARATOR = @PATH_SEPARATOR@
131165 PKG_CONFIG = @PKG_CONFIG@
200234 @for dep in $?; do \
201235 case '$(am__configure_deps)' in \
202236 *$$dep*) \
203 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
204 cd $(srcdir) && $(AUTOMAKE) --gnu \
237 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
238 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
205239 && exit 0; \
206240 exit 1;; \
207241 esac; \
208242 done; \
209 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
210 cd $(top_srcdir) && \
211 $(AUTOMAKE) --gnu Makefile
243 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
244 $(am__cd) $(top_srcdir) && \
245 $(AUTOMAKE) --gnu Makefile
212246 .PRECIOUS: Makefile
213247 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
214248 @case '$?' in \
224258 $(SHELL) ./config.status --recheck
225259
226260 $(top_srcdir)/configure: $(am__configure_deps)
227 cd $(srcdir) && $(AUTOCONF)
261 $(am__cd) $(srcdir) && $(AUTOCONF)
228262 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
229 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
263 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
264 $(am__aclocal_m4_deps):
230265
231266 config.h: stamp-h1
232267 @if test ! -f $@; then \
238273 @rm -f stamp-h1
239274 cd $(top_builddir) && $(SHELL) ./config.status config.h
240275 $(srcdir)/config.h.in: $(am__configure_deps)
241 cd $(top_srcdir) && $(AUTOHEADER)
276 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
242277 rm -f stamp-h1
243278 touch $@
244279
261296 # (which will cause the Makefiles to be regenerated when you run `make');
262297 # (2) otherwise, pass the desired values on the `make' command line.
263298 $(RECURSIVE_TARGETS):
264 @failcom='exit 1'; \
299 @fail= failcom='exit 1'; \
265300 for f in x $$MAKEFLAGS; do \
266301 case $$f in \
267302 *=* | --[!k]*);; \
278313 else \
279314 local_target="$$target"; \
280315 fi; \
281 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
316 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
282317 || eval $$failcom; \
283318 done; \
284319 if test "$$dot_seen" = "no"; then \
286321 fi; test -z "$$fail"
287322
288323 $(RECURSIVE_CLEAN_TARGETS):
289 @failcom='exit 1'; \
324 @fail= failcom='exit 1'; \
290325 for f in x $$MAKEFLAGS; do \
291326 case $$f in \
292327 *=* | --[!k]*);; \
312347 else \
313348 local_target="$$target"; \
314349 fi; \
315 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
350 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
316351 || eval $$failcom; \
317352 done && test -z "$$fail"
318353 tags-recursive:
319354 list='$(SUBDIRS)'; for subdir in $$list; do \
320 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
355 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
321356 done
322357 ctags-recursive:
323358 list='$(SUBDIRS)'; for subdir in $$list; do \
324 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
359 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
325360 done
326361
327362 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
336371
337372 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
338373 $(TAGS_FILES) $(LISP)
339 tags=; \
374 set x; \
340375 here=`pwd`; \
341376 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
342377 include_option=--etags-include; \
348383 list='$(SUBDIRS)'; for subdir in $$list; do \
349384 if test "$$subdir" = .; then :; else \
350385 test ! -f $$subdir/TAGS || \
351 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
386 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
352387 fi; \
353388 done; \
354389 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
357392 done | \
358393 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
359394 END { if (nonempty) { for (i in files) print i; }; }'`; \
360 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
395 shift; \
396 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
361397 test -n "$$unique" || unique=$$empty_fix; \
362 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
363 $$tags $$unique; \
398 if test $$# -gt 0; then \
399 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
400 "$$@" $$unique; \
401 else \
402 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403 $$unique; \
404 fi; \
364405 fi
365406 ctags: CTAGS
366407 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
367408 $(TAGS_FILES) $(LISP)
368 tags=; \
369409 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
370410 unique=`for i in $$list; do \
371411 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372412 done | \
373413 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374414 END { if (nonempty) { for (i in files) print i; }; }'`; \
375 test -z "$(CTAGS_ARGS)$$tags$$unique" \
415 test -z "$(CTAGS_ARGS)$$unique" \
376416 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
377 $$tags $$unique
417 $$unique
378418
379419 GTAGS:
380420 here=`$(am__cd) $(top_builddir) && pwd` \
381 && cd $(top_srcdir) \
382 && gtags -i $(GTAGS_ARGS) $$here
421 && $(am__cd) $(top_srcdir) \
422 && gtags -i $(GTAGS_ARGS) "$$here"
383423
384424 distclean-tags:
385425 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
386426
387427 distdir: $(DISTFILES)
388428 $(am__remove_distdir)
389 test -d $(distdir) || mkdir $(distdir)
429 test -d "$(distdir)" || mkdir "$(distdir)"
390430 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
391431 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
392432 list='$(DISTFILES)'; \
402442 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
403443 if test -d $$d/$$file; then \
404444 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
445 if test -d "$(distdir)/$$file"; then \
446 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
447 fi; \
405448 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
406 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
449 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
450 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
407451 fi; \
408 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
452 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
409453 else \
410 test -f $(distdir)/$$file \
411 || cp -p $$d/$$file $(distdir)/$$file \
454 test -f "$(distdir)/$$file" \
455 || cp -p $$d/$$file "$(distdir)/$$file" \
412456 || exit 1; \
413457 fi; \
414458 done
415 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
459 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
416460 if test "$$subdir" = .; then :; else \
417461 test -d "$(distdir)/$$subdir" \
418462 || $(MKDIR_P) "$(distdir)/$$subdir" \
419463 || exit 1; \
420 distdir=`$(am__cd) $(distdir) && pwd`; \
421 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
422 (cd $$subdir && \
464 fi; \
465 done
466 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
467 if test "$$subdir" = .; then :; else \
468 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
469 $(am__relativize); \
470 new_distdir=$$reldir; \
471 dir1=$$subdir; dir2="$(top_distdir)"; \
472 $(am__relativize); \
473 new_top_distdir=$$reldir; \
474 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
475 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
476 ($(am__cd) $$subdir && \
423477 $(MAKE) $(AM_MAKEFLAGS) \
424 top_distdir="$$top_distdir" \
425 distdir="$$distdir/$$subdir" \
478 top_distdir="$$new_top_distdir" \
479 distdir="$$new_distdir" \
426480 am__remove_distdir=: \
427481 am__skip_length_check=: \
482 am__skip_mode_fix=: \
428483 distdir) \
429484 || exit 1; \
430485 fi; \
431486 done
432 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
487 -test -n "$(am__skip_mode_fix)" \
488 || find "$(distdir)" -type d ! -perm -755 \
489 -exec chmod u+rwx,go+rx {} \; -o \
433490 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
434491 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
435492 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
436 || chmod -R a+r $(distdir)
493 || chmod -R a+r "$(distdir)"
437494 dist-gzip: distdir
438495 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
439496 $(am__remove_distdir)
444501
445502 dist-lzma: distdir
446503 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
504 $(am__remove_distdir)
505
506 dist-xz: distdir
507 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
447508 $(am__remove_distdir)
448509
449510 dist-tarZ: distdir
469530 distcheck: dist
470531 case '$(DIST_ARCHIVES)' in \
471532 *.tar.gz*) \
472 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
533 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
473534 *.tar.bz2*) \
474 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
535 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
475536 *.tar.lzma*) \
476 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
537 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
538 *.tar.xz*) \
539 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
477540 *.tar.Z*) \
478541 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
479542 *.shar.gz*) \
480 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
543 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
481544 *.zip*) \
482545 unzip $(distdir).zip ;;\
483546 esac
485548 mkdir $(distdir)/_build
486549 mkdir $(distdir)/_inst
487550 chmod a-w $(distdir)
551 test -d $(distdir)/_build || exit 0; \
488552 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
489553 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
490 && cd $(distdir)/_build \
554 && am__cwd=`pwd` \
555 && $(am__cd) $(distdir)/_build \
491556 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
492557 $(DISTCHECK_CONFIGURE_FLAGS) \
493558 && $(MAKE) $(AM_MAKEFLAGS) \
509574 && rm -rf "$$dc_destdir" \
510575 && $(MAKE) $(AM_MAKEFLAGS) dist \
511576 && rm -rf $(DIST_ARCHIVES) \
512 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
577 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
578 && cd "$$am__cwd" \
579 || exit 1
513580 $(am__remove_distdir)
514581 @(echo "$(distdir) archives ready for distribution: "; \
515582 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
516583 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
517584 distuninstallcheck:
518 @cd $(distuninstallcheck_dir) \
585 @$(am__cd) '$(distuninstallcheck_dir)' \
519586 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
520587 || { echo "ERROR: files left after uninstall:" ; \
521588 if test -n "$(DESTDIR)"; then \
557624
558625 distclean-generic:
559626 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
627 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
560628
561629 maintainer-clean-generic:
562630 @echo "This command is intended for maintainers to use"
577645
578646 html: html-recursive
579647
648 html-am:
649
580650 info: info-recursive
581651
582652 info-am:
585655
586656 install-dvi: install-dvi-recursive
587657
658 install-dvi-am:
659
588660 install-exec-am:
589661
590662 install-html: install-html-recursive
591663
664 install-html-am:
665
592666 install-info: install-info-recursive
593667
668 install-info-am:
669
594670 install-man:
595671
596672 install-pdf: install-pdf-recursive
597673
674 install-pdf-am:
675
598676 install-ps: install-ps-recursive
677
678 install-ps-am:
599679
600680 installcheck-am:
601681
619699
620700 uninstall-am:
621701
622 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
623 install-strip
702 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
703 ctags-recursive install-am install-strip tags-recursive
624704
625705 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
626706 all all-am am--refresh check check-am clean clean-generic \
627707 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
628 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
629 distclean distclean-generic distclean-hdr distclean-libtool \
630 distclean-tags distcleancheck distdir distuninstallcheck dvi \
631 dvi-am html html-am info info-am install install-am \
632 install-data install-data-am install-dvi install-dvi-am \
633 install-exec install-exec-am install-html install-html-am \
634 install-info install-info-am install-man install-pdf \
635 install-pdf-am install-ps install-ps-am install-strip \
636 installcheck installcheck-am installdirs installdirs-am \
637 maintainer-clean maintainer-clean-generic mostlyclean \
638 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
639 tags tags-recursive uninstall uninstall-am
708 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
709 distcheck distclean distclean-generic distclean-hdr \
710 distclean-libtool distclean-tags distcleancheck distdir \
711 distuninstallcheck dvi dvi-am html html-am info info-am \
712 install install-am install-data install-data-am install-dvi \
713 install-dvi-am install-exec install-exec-am install-html \
714 install-html-am install-info install-info-am install-man \
715 install-pdf install-pdf-am install-ps install-ps-am \
716 install-strip installcheck installcheck-am installdirs \
717 installdirs-am maintainer-clean maintainer-clean-generic \
718 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
719 ps ps-am tags tags-recursive uninstall uninstall-am
720
640721
641722 # Tell versions [3.59,3.63) of GNU make to not export all variables.
642723 # Otherwise a system limit (for SysV at least) may be exceeded.
0 ============
1 anyPaper 2.2
2 ============
3
4 - Changed behavior when the image file couldn't be opened
5 - Added error message for when the image file could not be opened
6 - Added file filter on "Default file", "Open File" e "Save as..." dialog.
7 - Added hiding scrollbars for preview window in fullscreen.
8 - Updated wallpapersetter list.
9 - Added error handling for file not found and command not found.
10
011 ============
112 anyPaper 2.2
213 ============
0 # generated automatically by aclocal 1.10.2 -*- Autoconf -*-
0 # generated automatically by aclocal 1.11.1 -*- Autoconf -*-
11
22 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3 # 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
3 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
66 # with or without modifications, as long as this notice is preserved.
1212
1313 m4_ifndef([AC_AUTOCONF_VERSION],
1414 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
15 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
16 [m4_warning([this file was generated for autoconf 2.63.
15 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
16 [m4_warning([this file was generated for autoconf 2.65.
1717 You have another version of autoconf. It may work, but is not guaranteed to.
1818 If you have problems, you may need to regenerate the build system entirely.
1919 To do so, use the procedure documented by the package, typically `autoreconf'.])])
2828 [
2929 AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
3030 AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
31
32 dnl check for tools we added during development
33 AC_PATH_PROG([GTKDOC_CHECK],[gtkdoc-check])
34 AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true])
35 AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf])
36
3137 dnl for overriding the documentation installation directory
3238 AC_ARG_WITH([html-dir],
3339 AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),,
4652 [PKG_CHECK_EXISTS([gtk-doc],,
4753 AC_MSG_ERROR([gtk-doc not installed and --enable-gtk-doc requested]))],
4854 [PKG_CHECK_EXISTS([gtk-doc >= $1],,
49 AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build gtk-doc]))])
55 AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build $PACKAGE_NAME]))])
5056 fi
5157
5258 AC_MSG_CHECKING([whether to build gtk-doc documentation])
5359 AC_MSG_RESULT($enable_gtk_doc)
5460
55 AC_PATH_PROGS(GTKDOC_CHECK,gtkdoc-check,)
61 dnl enable/disable output formats
62 AC_ARG_ENABLE([gtk-doc-html],
63 AS_HELP_STRING([--enable-gtk-doc-html],
64 [build documentation in html format [[default=yes]]]),,
65 [enable_gtk_doc_html=yes])
66 AC_ARG_ENABLE([gtk-doc-pdf],
67 AS_HELP_STRING([--enable-gtk-doc-pdf],
68 [build documentation in pdf format [[default=no]]]),,
69 [enable_gtk_doc_pdf=no])
70
71 if test -z "$GTKDOC_MKPDF"; then
72 enable_gtk_doc_pdf=no
73 fi
74
5675
5776 AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes])
77 AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes])
78 AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes])
5879 AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"])
80 AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"])
5981 ])
6082
6183 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
228250 # generated from the m4 files accompanying Automake X.Y.
229251 # (This private macro should not be called outside this file.)
230252 AC_DEFUN([AM_AUTOMAKE_VERSION],
231 [am__api_version='1.10'
253 [am__api_version='1.11'
232254 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
233255 dnl require some minimum version. Point them to the right macro.
234 m4_if([$1], [1.10.2], [],
256 m4_if([$1], [1.11.1], [],
235257 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
236258 ])
237259
247269 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
248270 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
249271 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
250 [AM_AUTOMAKE_VERSION([1.10.2])dnl
272 [AM_AUTOMAKE_VERSION([1.11.1])dnl
251273 m4_ifndef([AC_AUTOCONF_VERSION],
252274 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
253275 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
307329
308330 # AM_CONDITIONAL -*- Autoconf -*-
309331
310 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
332 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
311333 # Free Software Foundation, Inc.
312334 #
313335 # This file is free software; the Free Software Foundation
314336 # gives unlimited permission to copy and/or distribute it,
315337 # with or without modifications, as long as this notice is preserved.
316338
317 # serial 8
339 # serial 9
318340
319341 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
320342 # -------------------------------------
327349 AC_SUBST([$1_FALSE])dnl
328350 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
329351 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
352 m4_define([_AM_COND_VALUE_$1], [$2])dnl
330353 if $2; then
331354 $1_TRUE=
332355 $1_FALSE='#'
340363 Usually this means the macro was only invoked conditionally.]])
341364 fi])])
342365
343 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
366 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
344367 # Free Software Foundation, Inc.
345368 #
346369 # This file is free software; the Free Software Foundation
347370 # gives unlimited permission to copy and/or distribute it,
348371 # with or without modifications, as long as this notice is preserved.
349372
350 # serial 9
373 # serial 10
351374
352375 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
353376 # written in clear, in which case automake, when reading aclocal.m4,
404427 if test "$am_compiler_list" = ""; then
405428 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
406429 fi
430 am__universal=false
431 m4_case([$1], [CC],
432 [case " $depcc " in #(
433 *\ -arch\ *\ -arch\ *) am__universal=true ;;
434 esac],
435 [CXX],
436 [case " $depcc " in #(
437 *\ -arch\ *\ -arch\ *) am__universal=true ;;
438 esac])
439
407440 for depmode in $am_compiler_list; do
408441 # Setup a source with many dependencies, because some compilers
409442 # like to wrap large dependency lists on column 80 (with \), and
421454 done
422455 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
423456
457 # We check with `-c' and `-o' for the sake of the "dashmstdout"
458 # mode. It turns out that the SunPro C++ compiler does not properly
459 # handle `-M -o', and we need to detect this. Also, some Intel
460 # versions had trouble with output in subdirs
461 am__obj=sub/conftest.${OBJEXT-o}
462 am__minus_obj="-o $am__obj"
424463 case $depmode in
464 gcc)
465 # This depmode causes a compiler race in universal mode.
466 test "$am__universal" = false || continue
467 ;;
425468 nosideeffect)
426469 # after this tag, mechanisms are not by side-effect, so they'll
427470 # only be used when explicitly requested
431474 break
432475 fi
433476 ;;
477 msvisualcpp | msvcmsys)
478 # This compiler won't grok `-c -o', but also, the minuso test has
479 # not run yet. These depmodes are late enough in the game, and
480 # so weak that their functioning should not be impacted.
481 am__obj=conftest.${OBJEXT-o}
482 am__minus_obj=
483 ;;
434484 none) break ;;
435485 esac
436 # We check with `-c' and `-o' for the sake of the "dashmstdout"
437 # mode. It turns out that the SunPro C++ compiler does not properly
438 # handle `-M -o', and we need to detect this.
439486 if depmode=$depmode \
440 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
487 source=sub/conftest.c object=$am__obj \
441488 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
442 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
489 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
443490 >/dev/null 2>conftest.err &&
444491 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
445492 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
446 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
493 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
447494 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
448495 # icc doesn't choke on unknown options, it will just issue warnings
449496 # or remarks (even with -Werror). So we grep stderr for any message
593640 # Do all the work for Automake. -*- Autoconf -*-
594641
595642 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
596 # 2005, 2006, 2008 Free Software Foundation, Inc.
597 #
598 # This file is free software; the Free Software Foundation
599 # gives unlimited permission to copy and/or distribute it,
600 # with or without modifications, as long as this notice is preserved.
601
602 # serial 13
643 # 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
644 #
645 # This file is free software; the Free Software Foundation
646 # gives unlimited permission to copy and/or distribute it,
647 # with or without modifications, as long as this notice is preserved.
648
649 # serial 16
603650
604651 # This macro actually does too much. Some checks are only needed if
605652 # your package does certain things. But this isn't really a big deal.
616663 # arguments mandatory, and then we can depend on a new Autoconf
617664 # release and drop the old call support.
618665 AC_DEFUN([AM_INIT_AUTOMAKE],
619 [AC_PREREQ([2.60])dnl
666 [AC_PREREQ([2.62])dnl
620667 dnl Autoconf wants to disallow AM_ names. We explicitly allow
621668 dnl the ones we care about.
622669 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
667714 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
668715 AM_MISSING_PROG(AUTOHEADER, autoheader)
669716 AM_MISSING_PROG(MAKEINFO, makeinfo)
670 AM_PROG_INSTALL_SH
671 AM_PROG_INSTALL_STRIP
717 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
718 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
672719 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
673720 # We need awk for the "check" target. The system "awk" is bad on
674721 # some platforms.
676723 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
677724 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
678725 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
679 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
680 [_AM_PROG_TAR([v7])])])
726 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
727 [_AM_PROG_TAR([v7])])])
681728 _AM_IF_OPTION([no-dependencies],,
682729 [AC_PROVIDE_IFELSE([AC_PROG_CC],
683 [_AM_DEPENDENCIES(CC)],
684 [define([AC_PROG_CC],
685 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
730 [_AM_DEPENDENCIES(CC)],
731 [define([AC_PROG_CC],
732 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
686733 AC_PROVIDE_IFELSE([AC_PROG_CXX],
687 [_AM_DEPENDENCIES(CXX)],
688 [define([AC_PROG_CXX],
689 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
734 [_AM_DEPENDENCIES(CXX)],
735 [define([AC_PROG_CXX],
736 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
690737 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
691 [_AM_DEPENDENCIES(OBJC)],
692 [define([AC_PROG_OBJC],
693 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
694 ])
695 ])
738 [_AM_DEPENDENCIES(OBJC)],
739 [define([AC_PROG_OBJC],
740 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
741 ])
742 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
743 dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
744 dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
745 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
746 AC_CONFIG_COMMANDS_PRE(dnl
747 [m4_provide_if([_AM_COMPILER_EXEEXT],
748 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
749 ])
750
751 dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
752 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
753 dnl mangled by Autoconf and run in a shell conditional statement.
754 m4_define([_AC_COMPILER_EXEEXT],
755 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
696756
697757
698758 # When config.status generates a header, we must update the stamp-h file.
716776 done
717777 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
718778
719 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
779 # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc.
720780 #
721781 # This file is free software; the Free Software Foundation
722782 # gives unlimited permission to copy and/or distribute it,
727787 # Define $install_sh.
728788 AC_DEFUN([AM_PROG_INSTALL_SH],
729789 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
730 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
790 if test x"${install_sh}" != xset; then
791 case $am_aux_dir in
792 *\ * | *\ *)
793 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
794 *)
795 install_sh="\${SHELL} $am_aux_dir/install-sh"
796 esac
797 fi
731798 AC_SUBST(install_sh)])
732799
733800 # Copyright (C) 2003, 2005 Free Software Foundation, Inc.
753820
754821 # Check to see how 'make' treats includes. -*- Autoconf -*-
755822
756 # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
757 #
758 # This file is free software; the Free Software Foundation
759 # gives unlimited permission to copy and/or distribute it,
760 # with or without modifications, as long as this notice is preserved.
761
762 # serial 3
823 # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
824 #
825 # This file is free software; the Free Software Foundation
826 # gives unlimited permission to copy and/or distribute it,
827 # with or without modifications, as long as this notice is preserved.
828
829 # serial 4
763830
764831 # AM_MAKE_INCLUDE()
765832 # -----------------
768835 [am_make=${MAKE-make}
769836 cat > confinc << 'END'
770837 am__doit:
771 @echo done
838 @echo this is the am__doit target
772839 .PHONY: am__doit
773840 END
774841 # If we don't find an include directive, just comment out the code.
778845 _am_result=none
779846 # First try GNU make style include.
780847 echo "include confinc" > confmf
781 # We grep out `Entering directory' and `Leaving directory'
782 # messages which can occur if `w' ends up in MAKEFLAGS.
783 # In particular we don't look at `^make:' because GNU make might
784 # be invoked under some other name (usually "gmake"), in which
785 # case it prints its new name instead of `make'.
786 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
787 am__include=include
788 am__quote=
789 _am_result=GNU
790 fi
848 # Ignore all kinds of additional output from `make'.
849 case `$am_make -s -f confmf 2> /dev/null` in #(
850 *the\ am__doit\ target*)
851 am__include=include
852 am__quote=
853 _am_result=GNU
854 ;;
855 esac
791856 # Now try BSD make style include.
792857 if test "$am__include" = "#"; then
793858 echo '.include "confinc"' > confmf
794 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
795 am__include=.include
796 am__quote="\""
797 _am_result=BSD
798 fi
859 case `$am_make -s -f confmf 2> /dev/null` in #(
860 *the\ am__doit\ target*)
861 am__include=.include
862 am__quote="\""
863 _am_result=BSD
864 ;;
865 esac
799866 fi
800867 AC_SUBST([am__include])
801868 AC_SUBST([am__quote])
805872
806873 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
807874
808 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
875 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
809876 # Free Software Foundation, Inc.
810877 #
811878 # This file is free software; the Free Software Foundation
812879 # gives unlimited permission to copy and/or distribute it,
813880 # with or without modifications, as long as this notice is preserved.
814881
815 # serial 5
882 # serial 6
816883
817884 # AM_MISSING_PROG(NAME, PROGRAM)
818885 # ------------------------------
829896 AC_DEFUN([AM_MISSING_HAS_RUN],
830897 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
831898 AC_REQUIRE_AUX_FILE([missing])dnl
832 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
899 if test x"${MISSING+set}" != xset; then
900 case $am_aux_dir in
901 *\ * | *\ *)
902 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
903 *)
904 MISSING="\${SHELL} $am_aux_dir/missing" ;;
905 esac
906 fi
833907 # Use eval to expand $SHELL
834908 if eval "$MISSING --run true"; then
835909 am_missing_run="$MISSING --run "
900974
901975 # Check to make sure that the build environment is sane. -*- Autoconf -*-
902976
903 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
977 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
904978 # Free Software Foundation, Inc.
905979 #
906980 # This file is free software; the Free Software Foundation
907981 # gives unlimited permission to copy and/or distribute it,
908982 # with or without modifications, as long as this notice is preserved.
909983
910 # serial 4
984 # serial 5
911985
912986 # AM_SANITY_CHECK
913987 # ---------------
916990 # Just in case
917991 sleep 1
918992 echo timestamp > conftest.file
993 # Reject unsafe characters in $srcdir or the absolute working directory
994 # name. Accept space and tab only in the latter.
995 am_lf='
996 '
997 case `pwd` in
998 *[[\\\"\#\$\&\'\`$am_lf]]*)
999 AC_MSG_ERROR([unsafe absolute working directory name]);;
1000 esac
1001 case $srcdir in
1002 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
1003 AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
1004 esac
1005
9191006 # Do `set' in a subshell so we don't clobber the current shell's
9201007 # arguments. Must try -L first in case configure is actually a
9211008 # symlink; some systems play weird games with the mod time of symlinks
9221009 # (eg FreeBSD returns the mod time of the symlink's containing
9231010 # directory).
9241011 if (
925 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1012 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
9261013 if test "$[*]" = "X"; then
9271014 # -L didn't work.
928 set X `ls -t $srcdir/configure conftest.file`
1015 set X `ls -t "$srcdir/configure" conftest.file`
9291016 fi
9301017 rm -f conftest.file
9311018 if test "$[*]" != "X $srcdir/configure conftest.file" \
9781065 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
9791066 AC_SUBST([INSTALL_STRIP_PROGRAM])])
9801067
981 # Copyright (C) 2006 Free Software Foundation, Inc.
982 #
983 # This file is free software; the Free Software Foundation
984 # gives unlimited permission to copy and/or distribute it,
985 # with or without modifications, as long as this notice is preserved.
1068 # Copyright (C) 2006, 2008 Free Software Foundation, Inc.
1069 #
1070 # This file is free software; the Free Software Foundation
1071 # gives unlimited permission to copy and/or distribute it,
1072 # with or without modifications, as long as this notice is preserved.
1073
1074 # serial 2
9861075
9871076 # _AM_SUBST_NOTMAKE(VARIABLE)
9881077 # ---------------------------
9891078 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
9901079 # This macro is traced by Automake.
9911080 AC_DEFUN([_AM_SUBST_NOTMAKE])
1081
1082 # AM_SUBST_NOTMAKE(VARIABLE)
1083 # ---------------------------
1084 # Public sister of _AM_SUBST_NOTMAKE.
1085 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
9921086
9931087 # Check how to create a tarball. -*- Autoconf -*-
9941088
1919 anypaper_preview.h\
2020 anypaper_wallpapersetter.h
2121
22 libanypaper_la_SOURCES = func.c\
23 anypaper_image.c\
22 libanypaper_la_SOURCES = anypaper_image.c\
2423 anypaper_command.c\
2524 anypaper_window.c\
2625 anypaper_parameters.c\
0 # Makefile.in generated by automake 1.10.2 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1617
1718 VPATH = @srcdir@
1819 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
1921 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
2123 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
2224 install_sh_DATA = $(install_sh) -c -m 644
2325 install_sh_PROGRAM = $(install_sh) -c
4547 mkinstalldirs = $(install_sh) -d
4648 CONFIG_HEADER = $(top_builddir)/config.h
4749 CONFIG_CLEAN_FILES =
50 CONFIG_CLEAN_VPATH_FILES =
4851 LTLIBRARIES = $(noinst_LTLIBRARIES)
4952 am__DEPENDENCIES_1 =
5053 libanypaper_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
5154 am__objects_1 =
52 am_libanypaper_la_OBJECTS = func.lo anypaper_image.lo \
53 anypaper_command.lo anypaper_window.lo anypaper_parameters.lo \
54 anypaper_preview.lo anypaper_wallpapersetter.lo \
55 $(am__objects_1)
55 am_libanypaper_la_OBJECTS = anypaper_image.lo anypaper_command.lo \
56 anypaper_window.lo anypaper_parameters.lo anypaper_preview.lo \
57 anypaper_wallpapersetter.lo $(am__objects_1)
5658 libanypaper_la_OBJECTS = $(am_libanypaper_la_OBJECTS)
5759 am__installdirs = "$(DESTDIR)$(bindir)"
58 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
5960 PROGRAMS = $(bin_PROGRAMS)
6061 am_anypaper_OBJECTS = anypaper.$(OBJEXT)
6162 anypaper_OBJECTS = $(am_anypaper_OBJECTS)
6364 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
6465 depcomp = $(SHELL) $(top_srcdir)/depcomp
6566 am__depfiles_maybe = depfiles
67 am__mv = mv -f
6668 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
6769 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
6870 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
104106 FGREP = @FGREP@
105107 GREP = @GREP@
106108 GTKDOC_CHECK = @GTKDOC_CHECK@
109 GTKDOC_MKPDF = @GTKDOC_MKPDF@
110 GTKDOC_REBASE = @GTKDOC_REBASE@
107111 HTML_DIR = @HTML_DIR@
108112 INSTALL = @INSTALL@
109113 INSTALL_DATA = @INSTALL_DATA@
131135 PACKAGE_NAME = @PACKAGE_NAME@
132136 PACKAGE_STRING = @PACKAGE_STRING@
133137 PACKAGE_TARNAME = @PACKAGE_TARNAME@
138 PACKAGE_URL = @PACKAGE_URL@
134139 PACKAGE_VERSION = @PACKAGE_VERSION@
135140 PATH_SEPARATOR = @PATH_SEPARATOR@
136141 PKG_CONFIG = @PKG_CONFIG@
208213 anypaper_preview.h\
209214 anypaper_wallpapersetter.h
210215
211 libanypaper_la_SOURCES = func.c\
212 anypaper_image.c\
216 libanypaper_la_SOURCES = anypaper_image.c\
213217 anypaper_command.c\
214218 anypaper_window.c\
215219 anypaper_parameters.c\
230234 exit 1;; \
231235 esac; \
232236 done; \
233 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu anypaper/Makefile'; \
234 cd $(top_srcdir) && \
235 $(AUTOMAKE) --gnu anypaper/Makefile
237 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu anypaper/Makefile'; \
238 $(am__cd) $(top_srcdir) && \
239 $(AUTOMAKE) --gnu anypaper/Makefile
236240 .PRECIOUS: Makefile
237241 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
238242 @case '$?' in \
250254 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251255 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
252256 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257 $(am__aclocal_m4_deps):
253258
254259 clean-noinstLTLIBRARIES:
255260 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
264269 install-binPROGRAMS: $(bin_PROGRAMS)
265270 @$(NORMAL_INSTALL)
266271 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
267 @list='$(bin_PROGRAMS)'; for p in $$list; do \
268 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
269 if test -f $$p \
270 || test -f $$p1 \
271 ; then \
272 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
273 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
274 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
275 else :; fi; \
276 done
272 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
273 for p in $$list; do echo "$$p $$p"; done | \
274 sed 's/$(EXEEXT)$$//' | \
275 while read p p1; do if test -f $$p || test -f $$p1; \
276 then echo "$$p"; echo "$$p"; else :; fi; \
277 done | \
278 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
279 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
280 sed 'N;N;N;s,\n, ,g' | \
281 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
282 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
283 if ($$2 == $$4) files[d] = files[d] " " $$1; \
284 else { print "f", $$3 "/" $$4, $$1; } } \
285 END { for (d in files) print "f", d, files[d] }' | \
286 while read type dir files; do \
287 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
288 test -z "$$files" || { \
289 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
290 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
291 } \
292 ; done
277293
278294 uninstall-binPROGRAMS:
279295 @$(NORMAL_UNINSTALL)
280 @list='$(bin_PROGRAMS)'; for p in $$list; do \
281 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
282 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
283 rm -f "$(DESTDIR)$(bindir)/$$f"; \
284 done
296 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
297 files=`for p in $$list; do echo "$$p"; done | \
298 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
299 -e 's/$$/$(EXEEXT)/' `; \
300 test -n "$$list" || exit 0; \
301 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
302 cd "$(DESTDIR)$(bindir)" && rm -f $$files
285303
286304 clean-binPROGRAMS:
287 @list='$(bin_PROGRAMS)'; for p in $$list; do \
288 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
289 echo " rm -f $$p $$f"; \
290 rm -f $$p $$f ; \
291 done
305 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
306 echo " rm -f" $$list; \
307 rm -f $$list || exit $$?; \
308 test -n "$(EXEEXT)" || exit 0; \
309 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
310 echo " rm -f" $$list; \
311 rm -f $$list
292312 anypaper$(EXEEXT): $(anypaper_OBJECTS) $(anypaper_DEPENDENCIES)
293313 @rm -f anypaper$(EXEEXT)
294314 $(LINK) $(anypaper_OBJECTS) $(anypaper_LDADD) $(LIBS)
306326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/anypaper_preview.Plo@am__quote@
307327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/anypaper_wallpapersetter.Plo@am__quote@
308328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/anypaper_window.Plo@am__quote@
309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/func.Plo@am__quote@
310329
311330 .c.o:
312331 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
313 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
332 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
314333 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
315334 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316335 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
317336
318337 .c.obj:
319338 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
320 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
339 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
321340 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
322341 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
323342 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
324343
325344 .c.lo:
326345 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
327 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
346 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
328347 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
329348 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330349 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
347366
348367 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
349368 $(TAGS_FILES) $(LISP)
350 tags=; \
369 set x; \
351370 here=`pwd`; \
352371 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
353372 unique=`for i in $$list; do \
355374 done | \
356375 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
357376 END { if (nonempty) { for (i in files) print i; }; }'`; \
358 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
377 shift; \
378 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
359379 test -n "$$unique" || unique=$$empty_fix; \
360 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
361 $$tags $$unique; \
380 if test $$# -gt 0; then \
381 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382 "$$@" $$unique; \
383 else \
384 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385 $$unique; \
386 fi; \
362387 fi
363388 ctags: CTAGS
364389 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
365390 $(TAGS_FILES) $(LISP)
366 tags=; \
367391 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
368392 unique=`for i in $$list; do \
369393 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370394 done | \
371395 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372396 END { if (nonempty) { for (i in files) print i; }; }'`; \
373 test -z "$(CTAGS_ARGS)$$tags$$unique" \
397 test -z "$(CTAGS_ARGS)$$unique" \
374398 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
375 $$tags $$unique
399 $$unique
376400
377401 GTAGS:
378402 here=`$(am__cd) $(top_builddir) && pwd` \
379 && cd $(top_srcdir) \
380 && gtags -i $(GTAGS_ARGS) $$here
403 && $(am__cd) $(top_srcdir) \
404 && gtags -i $(GTAGS_ARGS) "$$here"
381405
382406 distclean-tags:
383407 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
398422 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
399423 if test -d $$d/$$file; then \
400424 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
425 if test -d "$(distdir)/$$file"; then \
426 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
427 fi; \
401428 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
402 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
429 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
430 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
403431 fi; \
404 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
432 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
405433 else \
406 test -f $(distdir)/$$file \
407 || cp -p $$d/$$file $(distdir)/$$file \
434 test -f "$(distdir)/$$file" \
435 || cp -p $$d/$$file "$(distdir)/$$file" \
408436 || exit 1; \
409437 fi; \
410438 done
435463
436464 distclean-generic:
437465 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
466 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
438467
439468 maintainer-clean-generic:
440469 @echo "This command is intended for maintainers to use"
456485
457486 html: html-am
458487
488 html-am:
489
459490 info: info-am
460491
461492 info-am:
464495
465496 install-dvi: install-dvi-am
466497
498 install-dvi-am:
499
467500 install-exec-am: install-binPROGRAMS
468501
469502 install-html: install-html-am
470503
504 install-html-am:
505
471506 install-info: install-info-am
472507
508 install-info-am:
509
473510 install-man:
474511
475512 install-pdf: install-pdf-am
476513
514 install-pdf-am:
515
477516 install-ps: install-ps-am
517
518 install-ps-am:
478519
479520 installcheck-am:
480521
514555 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
515556 tags uninstall uninstall-am uninstall-binPROGRAMS
516557
558
517559 # Tell versions [3.59,3.63) of GNU make to not export all variables.
518560 # Otherwise a system limit (for SysV at least) may be exceeded.
519561 .NOEXPORT:
103103 if (current)
104104 while (current)
105105 {
106 g_print("found: %s com: %s\n", (gchar *) current->data, (gchar *) current_com->data);
106 g_print("found: %s, options: %s\n", (gchar *) current->data, (gchar *) current_com->data);
107107 current = g_list_next(current);
108108 current_com = g_list_next(current_com);
109109 }
135135
136136 if (last == TRUE)
137137 {
138 if (!g_file_test (parameters->defaultfile, G_FILE_TEST_EXISTS)) g_print("No such file exists");
138 if (!g_file_test (parameters->defaultfile, G_FILE_TEST_EXISTS)) g_printerr("Default output file not found\n");
139139 else
140140 {
141 gchar *std_out, *std_err;
142 /*GError *err = NULL;*/
143 gint exitStatus;
144
141145 buffer = g_strdup_printf("%s %s", parameters->command, parameters->defaultfile);
142 if (system(buffer)) g_print("Invalid command\n");
146 if (g_spawn_command_line_sync (buffer, &std_out, &std_err, &exitStatus, NULL) == FALSE) g_printerr("Invalid command\n");
147 else
148 {
149 if (*std_out != NULL)
150 {
151 g_print ("Output:\n%s", std_out);
152 g_free (std_out);
153 }
154 if (*std_err != NULL)
155 {
156 g_printerr ("Error:\n%s", std_err);
157 g_free (std_err);
158 }
159 }
160
161 /*if (system(buffer)) g_print("Invalid command\n");*/
143162 g_free (buffer);
144163 }
145164
146165 }
147166 else if (set == TRUE)
148167 {
168 gchar *std_out, *std_err;
169 GError *err = NULL;
170 gint exitStatus;
171
149172 down_filename = g_ascii_strdown (window->parameters->defaultfile, -1);
150173 if ((g_str_has_suffix (down_filename, ".jpg")) || (g_str_has_suffix (down_filename, ".jpeg")))
151174 {
152175 gdk_pixbuf_save (window->image->image, window->parameters->defaultfile, "jpeg", NULL, "quality", "100", NULL);
153176 buffer=g_strdup_printf("%s \"%s\"", window->parameters->command, window->parameters->defaultfile);
154 if (system (buffer)) g_print("Invalid command\n");
155 else anypaper_parameters_write ( window->parameters, lastwallpaperfile, rcfile);
177 if (g_spawn_command_line_sync (buffer, &std_out, &std_err, &exitStatus, &err) == FALSE)
178 {
179 g_print("%s\n", err->message);
180 g_clear_error(&err);
181 }
182 /*if (system (buffer)) g_print("Invalid command\n");*/
183 else
184 {
185 if (*std_out != NULL)
186 {
187 g_print ("Output:\n%s", std_out);
188 g_free (std_out);
189 }
190 if (*std_err != NULL)
191 {
192 g_printerr ("Error:\n%s", std_err);
193 g_free (std_err);
194 }
195 else anypaper_parameters_write ( window->parameters, lastwallpaperfile, rcfile);
196 }
156197 g_free (buffer);
157198 }
158199 else if(g_str_has_suffix (down_filename, ".png"))
159200 {
160201 gdk_pixbuf_save (window->image->image, window->parameters->defaultfile, "png", NULL, NULL);
161202 buffer=g_strdup_printf("%s \"%s\"", window->parameters->command, window->parameters->defaultfile);
162 if (system (buffer)) g_print("Invalid command\n");
163 else anypaper_parameters_write ( window->parameters, lastwallpaperfile, rcfile);
203 if (g_spawn_command_line_sync (buffer, &std_out, &std_err, &exitStatus, &err) == FALSE)
204 {
205 g_print("%s\n", err->message);
206 g_clear_error(&err);
207 }
208 /*if (system (buffer)) g_print("Invalid command\n");*/
209 else
210 {
211 if (*std_out != NULL)
212 {
213 g_print ("Output:\n%s", std_out);
214 g_free (std_out);
215 }
216 if (*std_err != NULL)
217 {
218 g_printerr ("Error:\n%s", std_err);
219 g_free (std_err);
220 }
221 else anypaper_parameters_write ( window->parameters, lastwallpaperfile, rcfile);
222 }
164223 g_free (buffer);
165224 }
166 else g_print("Invalid format");
225 else g_printerr("Could not open image file");
167226 g_free (down_filename);
168227 buffer = g_strdup_printf("%s %s", parameters->command, parameters->defaultfile);
169 if (system(buffer)) g_print("Invalid command\n");
170 else anypaper_parameters_write ( window->parameters, lastwallpaperfile, rcfile);
228 if (g_spawn_command_line_sync (buffer, &std_out, &std_err, &exitStatus, &err) == FALSE)/*(system(buffer))*/
229 {
230 g_print("%s\n", err->message);
231 g_clear_error(&err);
232 }
233 else
234 {
235 if (*std_out != NULL)
236 {
237 g_print ("Output:\n%s", std_out);
238 g_free (std_out);
239 }
240 if (*std_err != NULL)
241 {
242 g_printerr ("Error:\n%s", std_err);
243 g_free (std_err);
244 }
245 else anypaper_parameters_write ( window->parameters, lastwallpaperfile, rcfile);
246 }
171247 g_free (buffer);
172248
173249 }
8989 g_print("%s", background_color);
9090 e=option_command();
9191 if (e != 6) parameters->style = e;
92 if (remaining_args != 0) if (g_file_test(remaining_args[0], G_FILE_TEST_EXISTS)) parameters->file = g_strdup_printf("%s", remaining_args[0]);
92 if (remaining_args != 0)
93 {
94 if (g_file_test(remaining_args[0], G_FILE_TEST_EXISTS)) parameters->file = g_strdup_printf("%s", remaining_args[0]);
95 else g_printerr("File not found (%s)\n", remaining_args[0]);
96 }
9397 if (x_position != -65536) parameters->positionx=x_position;
9498 if (y_position != -65536) parameters->positiony=y_position;
9599 if (x_scale != -1) parameters->scalex=x_scale;
7272 priv->background = NULL;
7373 }
7474
75 gint size (gint base, gint final)
76 {
77 if (final%base == 0) return final;
78 else return (final/base + 1) * base;
79 }
80
7581 /**
7682 * anypaper_image_make:
7783 * @image: a #AnypaperImage
7884 * @parameters: a #AnypaperParameters
7985 *
8086 * Generate a #GdkPixbuf background and a #GdkPixbuf base image with the parameters selected in #AnypaperParameters.
87 *
88 * Returns: %TRUE if the image file is successfully opened, %FALSE if an error occurs
8189 */
8290
83 gint size (gint base, gint final)
84 {
85 if (final%base == 0) return final;
86 else return (final/base + 1) * base;
87 }
88
89 void anypaper_image_make(AnypaperImage *image, AnypaperParameters *parameters)
90 {
91 GdkPixbuf *tempbuf, *tempbuf2;
91 gboolean anypaper_image_make(AnypaperImage *image, AnypaperParameters *parameters)
92 {
93 GdkPixbuf *tempbuf, *tempbuf2;gchar *endptr;
9294 gint wn, hn;
9395
9496 gint md, screenw, screenh, w, h;
9597 gint ox=0, oy=0, x=0, y=0, dx=0, dy=0;
9698 gdouble sx=1, sy=1, scx = 1, scy = 1;
99 gboolean openImage;
100
97101 g_object_unref(image->priv->base);
98102 g_object_unref(image->priv->background);
99103
102106 screenh=parameters->height;
103107
104108 tempbuf = gdk_pixbuf_new_from_file(parameters->file, NULL);
109 if (tempbuf == NULL)
110 {
111 parameters->file = g_strdup_printf(ANYPAPER_DATA "noimage.png");
112 tempbuf = gdk_pixbuf_new_from_file(parameters->file, NULL);
113 openImage = FALSE;
114 }
115 else openImage = TRUE;
116
105117 if (md==5)
106118 {
107119 tempbuf2 = tempbuf;
117129 g_object_unref(tempbuf);
118130
119131 tempbuf = gdk_pixbuf_new(GDK_COLORSPACE_RGB, FALSE, 8, (screenw), (screenh));
120 gdk_pixbuf_fill(tempbuf, spi(parameters->background,16)*256);
132 gdk_pixbuf_fill(tempbuf, (guint32) g_ascii_strtoll(&(parameters->background)[1], NULL, 16)*256);//gdk_pixbuf_fill(tempbuf, spi(parameters->background,16)*256);
121133 image->priv->background = gdk_pixbuf_add_alpha(tempbuf, FALSE, 0, 0, 0);
122134 g_object_unref(tempbuf);
123135 w = gdk_pixbuf_get_width(image->priv->base);
225237 parameters->positiony = oy;
226238 parameters->scalex = sx * scx;
227239 parameters->scaley = sy * scy;
240 return openImage;
228241 }
229242
230243 /**
6363
6464 GType anypaper_image_get_type (void);
6565
66 void anypaper_image_make (AnypaperImage *image, AnypaperParameters *parameters);
66 gboolean anypaper_image_make (AnypaperImage *image, AnypaperParameters *parameters);
6767
6868 void anypaper_image_move (AnypaperImage *image, AnypaperParameters *parameters);
6969
149149 }
150150 if (!g_ascii_strcasecmp(subfield[0],"PositionX"))
151151 {
152 parameters->positionx=spi(subfield[1], 10);
152 parameters->positionx=g_ascii_strtoll(subfield[1], NULL, 10);//parameters->positionx=spi(subfield[1], 10);
153153 par_counter++;
154154 }
155155 if (!g_ascii_strcasecmp(subfield[0],"PositionY"))
156156 {
157 parameters->positiony=spi(subfield[1], 10);
157 parameters->positiony=g_ascii_strtoll(subfield[1], NULL, 10);//parameters->positiony=spi(subfield[1], 10);
158158 par_counter++;
159159 }
160160 if (!g_ascii_strcasecmp(subfield[0],"ScaleX"))
169169 }
170170 if (!g_ascii_strcasecmp(subfield[0],"Width"))
171171 {
172 parameters->width=spi(subfield[1], 10);
172 parameters->width=g_ascii_strtoll(subfield[1], NULL, 10);//parameters->width=spi(subfield[1], 10);
173173 par_counter++;
174174 }
175175 if (!g_ascii_strcasecmp(subfield[0],"Height"))
176176 {
177 parameters->height=spi(subfield[1], 10);
177 parameters->height=g_ascii_strtoll(subfield[1], NULL, 10);//parameters->height=spi(subfield[1], 10);
178178 par_counter++;
179179 }
180180 if (!g_ascii_strcasecmp(subfield[0],"BackgroundColor"))
3737 struct _AnypaperPreviewPrivate {
3838 GtkWidget *window;
3939 GtkWidget *hbox;
40 GtkWidget *window2;
4041 GtkWidget *button;
4142 GSource *source;
4243 gint state;
8990 static gboolean fullscreen_timeout_cb (AnypaperPreview *preview)
9091 {
9192 gtk_widget_hide (preview->priv->hbox);
93 gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW(preview->priv->window2), GTK_POLICY_NEVER, GTK_POLICY_NEVER);
9294
9395 timeout_destroy (preview->priv->source);
9496
117119 image_button = gtk_button_get_image (GTK_BUTTON(button));
118120 gtk_image_set_from_stock (GTK_IMAGE(image_button), GTK_STOCK_LEAVE_FULLSCREEN, GTK_ICON_SIZE_BUTTON);
119121 gtk_widget_show(image_button);gtk_widget_hide(preview->priv->hbox);
122 gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW(preview->priv->window2), GTK_POLICY_NEVER, GTK_POLICY_NEVER);
120123 preview->priv->state = WINDOW_FULLSCREEN_STATE;
121124 }
122125 else
125128 image_button = gtk_button_get_image (GTK_BUTTON(button));
126129 gtk_image_set_from_stock (GTK_IMAGE(image_button), GTK_STOCK_FULLSCREEN, GTK_ICON_SIZE_BUTTON);
127130 gtk_widget_show(image_button);gtk_widget_show(preview->priv->hbox);
131 gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW(preview->priv->window2), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
128132 preview->priv->state = WINDOW_NORMAL_STATE;
129133 }
130134 }
131135
132136 static gboolean mouse_motion (GtkWidget *widget, GdkEventMotion *event, AnypaperPreview *preview)
133137 {
134 if (!GTK_WIDGET_VISIBLE (preview->priv->hbox)) gtk_widget_show(preview->priv->hbox);
138 if (!GTK_WIDGET_VISIBLE (preview->priv->hbox))
139 {
140 gtk_widget_show(preview->priv->hbox);
141 gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW(preview->priv->window2), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
142 }
135143
136144 if (preview->priv->state == WINDOW_FULLSCREEN_STATE)
137145 {
192200 window2 = gtk_scrolled_window_new(NULL, NULL);
193201 gtk_window_set_title(GTK_WINDOW(preview->priv->window), "preview");
194202
203 preview->priv->window2 = window2;
204 gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW(window2), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
205
195206 fixed = gtk_vbox_new(FALSE, 0);
196207
197208 event_box = gtk_event_box_new ();
151151 feh: --bg-scale\n\
152152 hsetroot: -fill\n\
153153 chbg: -once -mode maximize\n\
154 display: `xwininfo -root 2> /dev/null|grep geom` -window root\n\
154 display: -window root\n\
155155 qiv: --root_s\n\
156156 xv: -max -smooth -root -quit\n\
157157 xsri: --center-x --center-y --scale-width=100 --scale-height=100\n\
128128
129129 static void set_image_common( AnypaperWindow *window )
130130 {
131 GtkWidget *dialog_error;
132
131133 block_callback(window);
132 anypaper_image_make (window->image, window->parameters);
134 if (!anypaper_image_make (window->image, window->parameters))
135 {
136 dialog_error = gtk_message_dialog_new (GTK_WINDOW (window->priv->window), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "Could not open image file");
137 gtk_window_set_title (GTK_WINDOW (dialog_error), "Error");
138 g_signal_connect_swapped (dialog_error, "response", G_CALLBACK (gtk_widget_destroy), dialog_error);
139 gtk_widget_show(dialog_error);
140 }
133141 anypaper_window_set_position_range(window, window->parameters->positionx, window->parameters->positiony);
134142 gtk_spin_button_set_value(GTK_SPIN_BUTTON (window->priv->spin1), (gdouble) window->parameters->positionx);
135143 gtk_spin_button_set_value(GTK_SPIN_BUTTON (window->priv->spin2), (gdouble) window->parameters->positiony);
162170 {
163171 GtkWidget *dialog;
164172 GtkWidget *preview;
173 GtkFileFilter *filterImages, *filterAll;
165174
166175 preview = gtk_image_new ();
167176
168177 dialog = gtk_file_chooser_dialog_new ("Open File", GTK_WINDOW(window->priv->window), GTK_FILE_CHOOSER_ACTION_OPEN, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, NULL);
178
179 filterImages = gtk_file_filter_new ();
180 gtk_file_filter_set_name (GTK_FILE_FILTER(filterImages),"JPEG images");
181 gtk_file_filter_add_mime_type(GTK_FILE_FILTER(filterImages), "image/jpeg/*");
182 gtk_file_chooser_add_filter (GTK_FILE_CHOOSER (dialog), filterImages);
183
184 filterAll = gtk_file_filter_new ();
185 gtk_file_filter_set_name (GTK_FILE_FILTER(filterAll),"All files");
186 gtk_file_filter_add_pattern(GTK_FILE_FILTER(filterAll), "*");
187 gtk_file_chooser_add_filter (GTK_FILE_CHOOSER (dialog), filterAll);
188
169189 gtk_file_chooser_set_preview_widget (GTK_FILE_CHOOSER (dialog), preview);
170190 gtk_file_chooser_set_filename(GTK_FILE_CHOOSER (dialog), gtk_entry_get_text (GTK_ENTRY (window->priv->file_entry)));
171191 g_signal_connect (dialog, "update-preview", G_CALLBACK (update_preview_cb), preview);
183203
184204 static void set_image_file_cb ( GtkWidget *widget, AnypaperWindow *window )
185205 {
186 gchar *file;
206 gchar *file, *down_filename;
187207 GtkWidget *dialog_error;
188208
189 file = gtk_entry_get_text(GTK_ENTRY(window->priv->file_entry));
209 file = g_strdup(gtk_entry_get_text(GTK_ENTRY(window->priv->file_entry)));
210 down_filename = g_ascii_strdown (file, -1);
211
190212 if (g_file_test (file, G_FILE_TEST_EXISTS))
191213 {
192214 g_free (window->parameters->file);
199221 gtk_window_set_title (GTK_WINDOW (dialog_error), "Error");
200222 g_signal_connect_swapped (dialog_error, "response", G_CALLBACK (gtk_widget_destroy), dialog_error);
201223 gtk_widget_show(dialog_error);
202 g_free (file);
203 }
224 }
225 g_free(down_filename);
204226 }
205227
206228 static void set_image_style_cb ( GtkWidget *widget, AnypaperWindow *window )
259281 background_buffer = gdk_color_to_string (&color);
260282 g_free(window->parameters->background);
261283 window->parameters->background = g_strdup_printf("#%c%c%c%c%c%c", background_buffer[1], background_buffer[2], background_buffer[5], background_buffer[6], background_buffer[9], background_buffer[10]);
284 /*g_print("%s", &(window->parameters->background)[1]);*/
262285 set_image_common (window);
263286 }
264287
385408
386409 if (rcfile == NULL) rcfile = g_strdup_printf("%s/.anypaper/anypaperrc", g_get_home_dir ());
387410 if (lastwallpaperfile == NULL) lastwallpaperfile = g_strdup_printf("%s/.anypaper/lastwallpaper", g_get_home_dir ());
388 window->parameters->defaultfile = gtk_entry_get_text (GTK_ENTRY (window->priv->def_entry));
389 window->parameters->command = gtk_entry_get_text (GTK_ENTRY (window->priv->com_entry));
411 g_free(window->parameters->defaultfile);
412 g_free(window->parameters->command);
413 window->parameters->defaultfile = g_strdup(gtk_entry_get_text (GTK_ENTRY (window->priv->def_entry)));
414 window->parameters->command = g_strdup(gtk_entry_get_text (GTK_ENTRY (window->priv->com_entry)));
390415 down_filename = g_ascii_strdown (window->parameters->defaultfile, -1);
391416
392417 if (!g_file_test (window->parameters->file, G_FILE_TEST_EXISTS))
413438 {
414439 gdk_pixbuf_save (window->image->image, window->parameters->defaultfile, "jpeg", NULL, "quality", "100", NULL);
415440 buffer=g_strdup_printf("%s \"%s\"", window->parameters->command, window->parameters->defaultfile);
416 system (buffer);
441 g_spawn_command_line_async (buffer, NULL);
417442 }
418443 }
419444 else if(g_str_has_suffix (down_filename, ".png"))
430455 {
431456 gdk_pixbuf_save (window->image->image, window->parameters->defaultfile, "png", NULL, NULL);
432457 buffer=g_strdup_printf("%s \"%s\"", window->parameters->command, window->parameters->defaultfile);
433 system (buffer);
458 g_spawn_command_line_async (buffer, NULL);
434459 }
435460 }
436461 else
450475 void save_default_file_cb( GtkWidget *widget, AnypaperWindow *window )
451476 {
452477 GtkWidget *dialog, *dialog_error;
478 GtkFileFilter *filterImages, *filterAll;
453479
454480 dialog = gtk_file_chooser_dialog_new ("Default file",
455481 GTK_WINDOW(window->priv->window),
457483 GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
458484 GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT,
459485 NULL);
486
487 filterImages = gtk_file_filter_new ();
488 gtk_file_filter_set_name (GTK_FILE_FILTER(filterImages),"JPEG images");
489 gtk_file_filter_add_mime_type(GTK_FILE_FILTER(filterImages), "image/jpeg/*");
490 gtk_file_chooser_add_filter (GTK_FILE_CHOOSER (dialog), filterImages);
491
492 filterAll = gtk_file_filter_new ();
493 gtk_file_filter_set_name (GTK_FILE_FILTER(filterAll),"All files");
494 gtk_file_filter_add_pattern(GTK_FILE_FILTER(filterAll), "*");
495 gtk_file_chooser_add_filter (GTK_FILE_CHOOSER (dialog), filterAll);
460496 gtk_file_chooser_set_do_overwrite_confirmation (GTK_FILE_CHOOSER (dialog), FALSE);
461497
462498 gtk_file_chooser_set_filename (GTK_FILE_CHOOSER (dialog), gtk_entry_get_text (GTK_ENTRY (window->priv->def_entry)));
491527 void save_file_as_cb( GtkWidget *widget, AnypaperWindow *window )
492528 {
493529 GtkWidget *dialog, *dialog_error;
530 GtkFileFilter *filterImages, *filterAll;
531
494532
495533 dialog = gtk_file_chooser_dialog_new ("Save as...",
496534 GTK_WINDOW(window->priv->window),
498536 GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
499537 GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT,
500538 NULL);
539
540 filterImages = gtk_file_filter_new ();
541 gtk_file_filter_set_name (GTK_FILE_FILTER(filterImages),"JPEG images");
542 gtk_file_filter_add_mime_type(GTK_FILE_FILTER(filterImages), "image/jpeg/*");
543 gtk_file_chooser_add_filter (GTK_FILE_CHOOSER (dialog), filterImages);
544
545 filterAll = gtk_file_filter_new ();
546 gtk_file_filter_set_name (GTK_FILE_FILTER(filterAll),"All files");
547 gtk_file_filter_add_pattern(GTK_FILE_FILTER(filterAll), "*");
548 gtk_file_chooser_add_filter (GTK_FILE_CHOOSER (dialog), filterAll);
549 gtk_file_chooser_set_do_overwrite_confirmation (GTK_FILE_CHOOSER (dialog), FALSE);
501550 gtk_file_chooser_set_do_overwrite_confirmation (GTK_FILE_CHOOSER (dialog), TRUE);
502551
503552 gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (dialog), g_path_get_dirname (gtk_entry_get_text (GTK_ENTRY (window->priv->file_entry))));
504553 gtk_file_chooser_set_current_name (GTK_FILE_CHOOSER (dialog), "Untitled image.png");
505
506554
507555 if (gtk_dialog_run (GTK_DIALOG (dialog)) == GTK_RESPONSE_ACCEPT)
508556 {
+0
-48
anypaper/func.c less more
0 /*
1 * func.c
2 * This file is part of anyPaper
3 *
4 * Copyright (C) 2008 - Sergio Rodrigues de Oliveira Filho
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 3 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * "You should have received a copy of the GNU General Public License
17 * along with this program. If not, see http://www.gnu.org/licenses/.
18 */
19
20 static int len (char *t)
21 {
22 int i;
23 for (i=0;t[i]!=0;i++);
24 return i;
25 }
26
27 int spi(char *t, int b)
28 {
29 int c,k=1,i,r=0;
30 c=len(t);
31 for (i=0;i!=c;i++)
32 {
33 if(t[c-1-i]=='-') r=(-1)*r;
34 else
35 {
36 if(t[c-1-i]<0x40) r=(t[c-1-i]-0x30)*k+r;
37 else
38 {
39 if(t[c-1-i]>=0x60) r=(t[c-1-i]-0x60+9)*k+r;
40 else r=(t[c-1-i]-0x40+9)*k+r;
41 }
42 }
43 k=b*k;
44 }
45 return r;
46 }
47
4848 /* Define to the one symbol short name of this package. */
4949 #undef PACKAGE_TARNAME
5050
51 /* Define to the home page for this package. */
52 #undef PACKAGE_URL
53
5154 /* Define to the version of this package. */
5255 #undef PACKAGE_VERSION
5356
+2234
-2970
configure less more
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.63 for anypaper 2.2.
2 # Generated by GNU Autoconf 2.65 for anypaper 2.3.
33 #
44 # Report bugs to <cdvdt at sourceforge.net>.
55 #
6 #
67 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
9 # Inc.
10 #
11 #
812 # This configure script is free software; the Free Software Foundation
913 # gives unlimited permission to copy, distribute and modify it.
10 ## --------------------- ##
11 ## M4sh Initialization. ##
12 ## --------------------- ##
14 ## -------------------- ##
15 ## M4sh Initialization. ##
16 ## -------------------- ##
1317
1418 # Be more Bourne compatible
1519 DUALCASE=1; export DUALCASE # for MKS sh
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
20 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1721 emulate sh
1822 NULLCMD=:
1923 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2125 alias -g '${1+"$@"}'='"$@"'
2226 setopt NO_GLOB_SUBST
2327 else
24 case `(set -o) 2>/dev/null` in
25 *posix*) set -o posix ;;
28 case `(set -o) 2>/dev/null` in #(
29 *posix*) :
30 set -o posix ;; #(
31 *) :
32 ;;
2633 esac
27
28 fi
29
30
31
32
33 # PATH needs CR
34 # Avoid depending upon Character Ranges.
35 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
36 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
37 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
38 as_cr_digits='0123456789'
39 as_cr_alnum=$as_cr_Letters$as_cr_digits
34 fi
35
4036
4137 as_nl='
4238 '
4541 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4642 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4743 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
48 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
44 # Prefer a ksh shell builtin over an external printf program on Solaris,
45 # but without wasting forks for bash or zsh.
46 if test -z "$BASH_VERSION$ZSH_VERSION" \
47 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='print -r --'
49 as_echo_n='print -rn --'
50 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4951 as_echo='printf %s\n'
5052 as_echo_n='printf %s'
5153 else
5658 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5759 as_echo_n_body='eval
5860 arg=$1;
59 case $arg in
61 case $arg in #(
6062 *"$as_nl"*)
6163 expr "X$arg" : "X\\(.*\\)$as_nl";
6264 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
7981 }
8082 fi
8183
82 # Support unset when possible.
83 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
84 as_unset=unset
85 else
86 as_unset=false
87 fi
88
8984
9085 # IFS
9186 # We need space, tab and new line, in precisely that order. Quoting is
9590 IFS=" "" $as_nl"
9691
9792 # Find who we are. Look in the path if we contain no directory separator.
98 case $0 in
93 case $0 in #((
9994 *[\\/]* ) as_myself=$0 ;;
10095 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10196 for as_dir in $PATH
10297 do
10398 IFS=$as_save_IFS
10499 test -z "$as_dir" && as_dir=.
105 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
106 done
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
107102 IFS=$as_save_IFS
108103
109104 ;;
115110 fi
116111 if test ! -f "$as_myself"; then
117112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
118 { (exit 1); exit 1; }
119 fi
120
121 # Work around bugs in pre-3.0 UWIN ksh.
122 for as_var in ENV MAIL MAILPATH
123 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
113 exit 1
114 fi
115
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124123 done
125124 PS1='$ '
126125 PS2='> '
132131 LANGUAGE=C
133132 export LANGUAGE
134133
135 # Required to use basename.
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137 if test "x$CONFIG_SHELL" = x; then
138 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
139 emulate sh
140 NULLCMD=:
141 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
142 # is contrary to our usage. Disable this feature.
143 alias -g '\${1+\"\$@\"}'='\"\$@\"'
144 setopt NO_GLOB_SUBST
145 else
146 case \`(set -o) 2>/dev/null\` in #(
147 *posix*) :
148 set -o posix ;; #(
149 *) :
150 ;;
151 esac
152 fi
153 "
154 as_required="as_fn_return () { (exit \$1); }
155 as_fn_success () { as_fn_return 0; }
156 as_fn_failure () { as_fn_return 1; }
157 as_fn_ret_success () { return 0; }
158 as_fn_ret_failure () { return 1; }
159
160 exitcode=0
161 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
162 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
163 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
164 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
165 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
166
167 else
168 exitcode=1; echo positional parameters were not saved.
169 fi
170 test x\$exitcode = x0 || exit 1"
171 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
172 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
173 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
174 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
175 test \$(( 1 + 1 )) = 2 || exit 1"
176 if (eval "$as_required") 2>/dev/null; then :
177 as_have_required=yes
178 else
179 as_have_required=no
180 fi
181 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
182
183 else
184 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
185 as_found=false
186 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
187 do
188 IFS=$as_save_IFS
189 test -z "$as_dir" && as_dir=.
190 as_found=:
191 case $as_dir in #(
192 /*)
193 for as_base in sh bash ksh sh5; do
194 # Try only shells that exist, to save several forks.
195 as_shell=$as_dir/$as_base
196 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
197 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
198 CONFIG_SHELL=$as_shell as_have_required=yes
199 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
200 break 2
201 fi
202 fi
203 done;;
204 esac
205 as_found=false
206 done
207 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
208 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
209 CONFIG_SHELL=$SHELL as_have_required=yes
210 fi; }
211 IFS=$as_save_IFS
212
213
214 if test "x$CONFIG_SHELL" != x; then :
215 # We cannot yet assume a decent shell, so we have to provide a
216 # neutralization value for shells without unset; and this also
217 # works around shells that cannot unset nonexistent variables.
218 BASH_ENV=/dev/null
219 ENV=/dev/null
220 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
221 export CONFIG_SHELL
222 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
223 fi
224
225 if test x$as_have_required = xno; then :
226 $as_echo "$0: This script requires a shell more modern than all"
227 $as_echo "$0: the shells that I found on your system."
228 if test x${ZSH_VERSION+set} = xset ; then
229 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
230 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
231 else
232 $as_echo "$0: Please tell bug-autoconf@gnu.org and cdvdt at
233 $0: sourceforge.net about your system, including any error
234 $0: possibly output before this message. Then install a
235 $0: modern shell, or manually run the script under such a
236 $0: shell if you do have one."
237 fi
238 exit 1
239 fi
240 fi
241 fi
242 SHELL=${CONFIG_SHELL-/bin/sh}
243 export SHELL
244 # Unset more variables known to interfere with behavior of common tools.
245 CLICOLOR_FORCE= GREP_OPTIONS=
246 unset CLICOLOR_FORCE GREP_OPTIONS
247
248 ## --------------------- ##
249 ## M4sh Shell Functions. ##
250 ## --------------------- ##
251 # as_fn_unset VAR
252 # ---------------
253 # Portably unset VAR.
254 as_fn_unset ()
255 {
256 { eval $1=; unset $1;}
257 }
258 as_unset=as_fn_unset
259
260 # as_fn_set_status STATUS
261 # -----------------------
262 # Set $? to STATUS, without forking.
263 as_fn_set_status ()
264 {
265 return $1
266 } # as_fn_set_status
267
268 # as_fn_exit STATUS
269 # -----------------
270 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
271 as_fn_exit ()
272 {
273 set +e
274 as_fn_set_status $1
275 exit $1
276 } # as_fn_exit
277
278 # as_fn_mkdir_p
279 # -------------
280 # Create "$as_dir" as a directory, including parents if necessary.
281 as_fn_mkdir_p ()
282 {
283
284 case $as_dir in #(
285 -*) as_dir=./$as_dir;;
286 esac
287 test -d "$as_dir" || eval $as_mkdir_p || {
288 as_dirs=
289 while :; do
290 case $as_dir in #(
291 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
292 *) as_qdir=$as_dir;;
293 esac
294 as_dirs="'$as_qdir' $as_dirs"
295 as_dir=`$as_dirname -- "$as_dir" ||
296 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
297 X"$as_dir" : 'X\(//\)[^/]' \| \
298 X"$as_dir" : 'X\(//\)$' \| \
299 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
300 $as_echo X"$as_dir" |
301 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
302 s//\1/
303 q
304 }
305 /^X\(\/\/\)[^/].*/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)$/{
310 s//\1/
311 q
312 }
313 /^X\(\/\).*/{
314 s//\1/
315 q
316 }
317 s/.*/./; q'`
318 test -d "$as_dir" && break
319 done
320 test -z "$as_dirs" || eval "mkdir $as_dirs"
321 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
322
323
324 } # as_fn_mkdir_p
325 # as_fn_append VAR VALUE
326 # ----------------------
327 # Append the text in VALUE to the end of the definition contained in VAR. Take
328 # advantage of any shell optimizations that allow amortized linear growth over
329 # repeated appends, instead of the typical quadratic growth present in naive
330 # implementations.
331 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
332 eval 'as_fn_append ()
333 {
334 eval $1+=\$2
335 }'
336 else
337 as_fn_append ()
338 {
339 eval $1=\$$1\$2
340 }
341 fi # as_fn_append
342
343 # as_fn_arith ARG...
344 # ------------------
345 # Perform arithmetic evaluation on the ARGs, and store the result in the
346 # global $as_val. Take advantage of shells that can avoid forks. The arguments
347 # must be portable across $(()) and expr.
348 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
349 eval 'as_fn_arith ()
350 {
351 as_val=$(( $* ))
352 }'
353 else
354 as_fn_arith ()
355 {
356 as_val=`expr "$@" || test $? -eq 1`
357 }
358 fi # as_fn_arith
359
360
361 # as_fn_error ERROR [LINENO LOG_FD]
362 # ---------------------------------
363 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
364 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
365 # script with status $?, using 1 if that was 0.
366 as_fn_error ()
367 {
368 as_status=$?; test $as_status -eq 0 && as_status=1
369 if test "$3"; then
370 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
371 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
372 fi
373 $as_echo "$as_me: error: $1" >&2
374 as_fn_exit $as_status
375 } # as_fn_error
376
136377 if expr a : '\(a\)' >/dev/null 2>&1 &&
137378 test "X`expr 00001 : '.*\(...\)'`" = X001; then
138379 as_expr=expr
146387 as_basename=false
147388 fi
148389
149
150 # Name of the executable.
390 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
391 as_dirname=dirname
392 else
393 as_dirname=false
394 fi
395
151396 as_me=`$as_basename -- "$0" ||
152397 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
153398 X"$0" : 'X\(//\)$' \| \
167412 }
168413 s/.*/./; q'`
169414
170 # CDPATH.
171 $as_unset CDPATH
172
173
174 if test "x$CONFIG_SHELL" = x; then
175 if (eval ":") 2>/dev/null; then
176 as_have_required=yes
177 else
178 as_have_required=no
179 fi
180
181 if test $as_have_required = yes && (eval ":
182 (as_func_return () {
183 (exit \$1)
184 }
185 as_func_success () {
186 as_func_return 0
187 }
188 as_func_failure () {
189 as_func_return 1
190 }
191 as_func_ret_success () {
192 return 0
193 }
194 as_func_ret_failure () {
195 return 1
196 }
197
198 exitcode=0
199 if as_func_success; then
200 :
201 else
202 exitcode=1
203 echo as_func_success failed.
204 fi
205
206 if as_func_failure; then
207 exitcode=1
208 echo as_func_failure succeeded.
209 fi
210
211 if as_func_ret_success; then
212 :
213 else
214 exitcode=1
215 echo as_func_ret_success failed.
216 fi
217
218 if as_func_ret_failure; then
219 exitcode=1
220 echo as_func_ret_failure succeeded.
221 fi
222
223 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
224 :
225 else
226 exitcode=1
227 echo positional parameters were not saved.
228 fi
229
230 test \$exitcode = 0) || { (exit 1); exit 1; }
231
232 (
233 as_lineno_1=\$LINENO
234 as_lineno_2=\$LINENO
235 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
236 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
237 ") 2> /dev/null; then
238 :
239 else
240 as_candidate_shells=
241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
242 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
243 do
244 IFS=$as_save_IFS
245 test -z "$as_dir" && as_dir=.
246 case $as_dir in
247 /*)
248 for as_base in sh bash ksh sh5; do
249 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
250 done;;
251 esac
252 done
253 IFS=$as_save_IFS
254
255
256 for as_shell in $as_candidate_shells $SHELL; do
257 # Try only shells that exist, to save several forks.
258 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
259 { ("$as_shell") 2> /dev/null <<\_ASEOF
260 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
261 emulate sh
262 NULLCMD=:
263 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
264 # is contrary to our usage. Disable this feature.
265 alias -g '${1+"$@"}'='"$@"'
266 setopt NO_GLOB_SUBST
267 else
268 case `(set -o) 2>/dev/null` in
269 *posix*) set -o posix ;;
270 esac
271
272 fi
273
274
275 :
276 _ASEOF
277 }; then
278 CONFIG_SHELL=$as_shell
279 as_have_required=yes
280 if { "$as_shell" 2> /dev/null <<\_ASEOF
281 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
282 emulate sh
283 NULLCMD=:
284 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
285 # is contrary to our usage. Disable this feature.
286 alias -g '${1+"$@"}'='"$@"'
287 setopt NO_GLOB_SUBST
288 else
289 case `(set -o) 2>/dev/null` in
290 *posix*) set -o posix ;;
291 esac
292
293 fi
294
295
296 :
297 (as_func_return () {
298 (exit $1)
299 }
300 as_func_success () {
301 as_func_return 0
302 }
303 as_func_failure () {
304 as_func_return 1
305 }
306 as_func_ret_success () {
307 return 0
308 }
309 as_func_ret_failure () {
310 return 1
311 }
312
313 exitcode=0
314 if as_func_success; then
315 :
316 else
317 exitcode=1
318 echo as_func_success failed.
319 fi
320
321 if as_func_failure; then
322 exitcode=1
323 echo as_func_failure succeeded.
324 fi
325
326 if as_func_ret_success; then
327 :
328 else
329 exitcode=1
330 echo as_func_ret_success failed.
331 fi
332
333 if as_func_ret_failure; then
334 exitcode=1
335 echo as_func_ret_failure succeeded.
336 fi
337
338 if ( set x; as_func_ret_success y && test x = "$1" ); then
339 :
340 else
341 exitcode=1
342 echo positional parameters were not saved.
343 fi
344
345 test $exitcode = 0) || { (exit 1); exit 1; }
346
347 (
348 as_lineno_1=$LINENO
349 as_lineno_2=$LINENO
350 test "x$as_lineno_1" != "x$as_lineno_2" &&
351 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
352
353 _ASEOF
354 }; then
355 break
356 fi
357
358 fi
359
360 done
361
362 if test "x$CONFIG_SHELL" != x; then
363 for as_var in BASH_ENV ENV
364 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
365 done
366 export CONFIG_SHELL
367 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
368 fi
369
370
371 if test $as_have_required = no; then
372 echo This script requires a shell more modern than all the
373 echo shells that I found on your system. Please install a
374 echo modern shell, or manually run the script under such a
375 echo shell if you do have one.
376 { (exit 1); exit 1; }
377 fi
378
379
380 fi
381
382 fi
383
384
385
386 (eval "as_func_return () {
387 (exit \$1)
388 }
389 as_func_success () {
390 as_func_return 0
391 }
392 as_func_failure () {
393 as_func_return 1
394 }
395 as_func_ret_success () {
396 return 0
397 }
398 as_func_ret_failure () {
399 return 1
400 }
401
402 exitcode=0
403 if as_func_success; then
404 :
405 else
406 exitcode=1
407 echo as_func_success failed.
408 fi
409
410 if as_func_failure; then
411 exitcode=1
412 echo as_func_failure succeeded.
413 fi
414
415 if as_func_ret_success; then
416 :
417 else
418 exitcode=1
419 echo as_func_ret_success failed.
420 fi
421
422 if as_func_ret_failure; then
423 exitcode=1
424 echo as_func_ret_failure succeeded.
425 fi
426
427 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
428 :
429 else
430 exitcode=1
431 echo positional parameters were not saved.
432 fi
433
434 test \$exitcode = 0") || {
435 echo No shell found that supports shell functions.
436 echo Please tell bug-autoconf@gnu.org about your system,
437 echo including any error possibly output before this message.
438 echo This can help us improve future autoconf versions.
439 echo Configuration will now proceed without shell functions.
440 }
441
442
443
444 as_lineno_1=$LINENO
445 as_lineno_2=$LINENO
446 test "x$as_lineno_1" != "x$as_lineno_2" &&
447 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
448
449 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
450 # uniformly replaced by the line number. The first 'sed' inserts a
451 # line-number line after each line using $LINENO; the second 'sed'
452 # does the real work. The second script uses 'N' to pair each
453 # line-number line with the line containing $LINENO, and appends
454 # trailing '-' during substitution so that $LINENO is not a special
455 # case at line end.
456 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
457 # scripts with optimization help from Paolo Bonzini. Blame Lee
458 # E. McMahon (1931-1989) for sed's syntax. :-)
415 # Avoid depending upon Character Ranges.
416 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
417 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
418 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
419 as_cr_digits='0123456789'
420 as_cr_alnum=$as_cr_Letters$as_cr_digits
421
422
423 as_lineno_1=$LINENO as_lineno_1a=$LINENO
424 as_lineno_2=$LINENO as_lineno_2a=$LINENO
425 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
426 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
427 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
459428 sed -n '
460429 p
461430 /[$]LINENO/=
472441 s/-\n.*//
473442 ' >$as_me.lineno &&
474443 chmod +x "$as_me.lineno" ||
475 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
476 { (exit 1); exit 1; }; }
444 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
477445
478446 # Don't try to exec as it changes $[0], causing all sort of problems
479447 # (the dirname of $[0] is not the place where we might find the
483451 exit
484452 }
485453
486
487 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
488 as_dirname=dirname
489 else
490 as_dirname=false
491 fi
492
493454 ECHO_C= ECHO_N= ECHO_T=
494 case `echo -n x` in
455 case `echo -n x` in #(((((
495456 -n*)
496 case `echo 'x\c'` in
457 case `echo 'xy\c'` in
497458 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
498 *) ECHO_C='\c';;
459 xy) ECHO_C='\c';;
460 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
461 ECHO_T=' ';;
499462 esac;;
500463 *)
501464 ECHO_N='-n';;
502465 esac
503 if expr a : '\(a\)' >/dev/null 2>&1 &&
504 test "X`expr 00001 : '.*\(...\)'`" = X001; then
505 as_expr=expr
506 else
507 as_expr=false
508 fi
509466
510467 rm -f conf$$ conf$$.exe conf$$.file
511468 if test -d conf$$.dir; then
535492 rmdir conf$$.dir 2>/dev/null
536493
537494 if mkdir -p . 2>/dev/null; then
538 as_mkdir_p=:
495 as_mkdir_p='mkdir -p "$as_dir"'
539496 else
540497 test -d ./-p && rmdir ./-p
541498 as_mkdir_p=false
554511 if test -d "$1"; then
555512 test -d "$1/.";
556513 else
557 case $1 in
514 case $1 in #(
558515 -*)set "./$1";;
559516 esac;
560 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
517 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
561518 ???[sx]*):;;*)false;;esac;fi
562519 '\'' sh
563520 '
569526
570527 # Sed expression to map a string onto a valid variable name.
571528 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
572
573529
574530
575531
721677
722678
723679
724 exec 7<&0 </dev/null 6>&1
680 test -n "$DJDIR" || exec 7<&0 </dev/null
681 exec 6>&1
725682
726683 # Name of the host.
727684 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
739696 subdirs=
740697 MFLAGS=
741698 MAKEFLAGS=
742 SHELL=${CONFIG_SHELL-/bin/sh}
743699
744700 # Identity of this package.
745701 PACKAGE_NAME='anypaper'
746702 PACKAGE_TARNAME='anypaper'
747 PACKAGE_VERSION='2.2'
748 PACKAGE_STRING='anypaper 2.2'
703 PACKAGE_VERSION='2.3'
704 PACKAGE_STRING='anypaper 2.3'
749705 PACKAGE_BUGREPORT='cdvdt at sourceforge.net'
706 PACKAGE_URL=''
750707
751708 ac_unique_file="anypaper/anypaper.c"
752709 # Factoring default headers for most tests.
785742 # include <unistd.h>
786743 #endif"
787744
788 ac_subst_vars='LTLIBOBJS
745 ac_subst_vars='am__EXEEXT_FALSE
746 am__EXEEXT_TRUE
747 LTLIBOBJS
789748 LIBOBJS
790749 ANYPAPER_LIBS
791750 ANYPAPER_CFLAGS
751 GTK_DOC_USE_REBASE_FALSE
752 GTK_DOC_USE_REBASE_TRUE
792753 GTK_DOC_USE_LIBTOOL_FALSE
793754 GTK_DOC_USE_LIBTOOL_TRUE
755 GTK_DOC_BUILD_PDF_FALSE
756 GTK_DOC_BUILD_PDF_TRUE
757 GTK_DOC_BUILD_HTML_FALSE
758 GTK_DOC_BUILD_HTML_TRUE
794759 ENABLE_GTK_DOC_FALSE
795760 ENABLE_GTK_DOC_TRUE
796 GTKDOC_CHECK
797761 PKG_CONFIG
798762 HTML_DIR
763 GTKDOC_MKPDF
764 GTKDOC_REBASE
765 GTKDOC_CHECK
799766 CPP
800767 OTOOL64
801768 OTOOL
893860 program_transform_name
894861 prefix
895862 exec_prefix
863 PACKAGE_URL
896864 PACKAGE_BUGREPORT
897865 PACKAGE_STRING
898866 PACKAGE_VERSION
912880 enable_libtool_lock
913881 with_html_dir
914882 enable_gtk_doc
883 enable_gtk_doc_html
884 enable_gtk_doc_pdf
915885 '
916886 ac_precious_vars='build_alias
917887 host_alias
10331003 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
10341004 # Reject names that are not valid shell variable names.
10351005 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1036 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1037 { (exit 1); exit 1; }; }
1006 as_fn_error "invalid feature name: $ac_useropt"
10381007 ac_useropt_orig=$ac_useropt
10391008 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
10401009 case $ac_user_opts in
10601029 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
10611030 # Reject names that are not valid shell variable names.
10621031 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1063 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1064 { (exit 1); exit 1; }; }
1032 as_fn_error "invalid feature name: $ac_useropt"
10651033 ac_useropt_orig=$ac_useropt
10661034 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
10671035 case $ac_user_opts in
12651233 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
12661234 # Reject names that are not valid shell variable names.
12671235 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1268 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1269 { (exit 1); exit 1; }; }
1236 as_fn_error "invalid package name: $ac_useropt"
12701237 ac_useropt_orig=$ac_useropt
12711238 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
12721239 case $ac_user_opts in
12821249 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
12831250 # Reject names that are not valid shell variable names.
12841251 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1285 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1286 { (exit 1); exit 1; }; }
1252 as_fn_error "invalid package name: $ac_useropt"
12871253 ac_useropt_orig=$ac_useropt
12881254 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
12891255 case $ac_user_opts in
13131279 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
13141280 x_libraries=$ac_optarg ;;
13151281
1316 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1317 Try \`$0 --help' for more information." >&2
1318 { (exit 1); exit 1; }; }
1282 -*) as_fn_error "unrecognized option: \`$ac_option'
1283 Try \`$0 --help' for more information."
13191284 ;;
13201285
13211286 *=*)
13221287 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
13231288 # Reject names that are not valid shell variable names.
1324 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1325 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1326 { (exit 1); exit 1; }; }
1289 case $ac_envvar in #(
1290 '' | [0-9]* | *[!_$as_cr_alnum]* )
1291 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1292 esac
13271293 eval $ac_envvar=\$ac_optarg
13281294 export $ac_envvar ;;
13291295
13401306
13411307 if test -n "$ac_prev"; then
13421308 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1343 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1344 { (exit 1); exit 1; }; }
1309 as_fn_error "missing argument to $ac_option"
13451310 fi
13461311
13471312 if test -n "$ac_unrecognized_opts"; then
13481313 case $enable_option_checking in
13491314 no) ;;
1350 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1351 { (exit 1); exit 1; }; } ;;
1315 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
13521316 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
13531317 esac
13541318 fi
13711335 [\\/$]* | ?:[\\/]* ) continue;;
13721336 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
13731337 esac
1374 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1375 { (exit 1); exit 1; }; }
1338 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
13761339 done
13771340
13781341 # There might be people who depend on the old broken behavior: `$host'
14021365 ac_pwd=`pwd` && test -n "$ac_pwd" &&
14031366 ac_ls_di=`ls -di .` &&
14041367 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1405 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1406 { (exit 1); exit 1; }; }
1368 as_fn_error "working directory cannot be determined"
14071369 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1408 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1409 { (exit 1); exit 1; }; }
1370 as_fn_error "pwd does not report name of working directory"
14101371
14111372
14121373 # Find the source files, if location was not specified.
14451406 fi
14461407 if test ! -r "$srcdir/$ac_unique_file"; then
14471408 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1448 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1449 { (exit 1); exit 1; }; }
1409 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
14501410 fi
14511411 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
14521412 ac_abs_confdir=`(
1453 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1454 { (exit 1); exit 1; }; }
1413 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
14551414 pwd)`
14561415 # When building in place, set srcdir=.
14571416 if test "$ac_abs_confdir" = "$ac_pwd"; then
14771436 # Omit some internal or obsolete options to make the list less imposing.
14781437 # This message is too long to be a string in the A/UX 3.1 sh.
14791438 cat <<_ACEOF
1480 \`configure' configures anypaper 2.2 to adapt to many kinds of systems.
1439 \`configure' configures anypaper 2.3 to adapt to many kinds of systems.
14811440
14821441 Usage: $0 [OPTION]... [VAR=VALUE]...
14831442
15471506
15481507 if test -n "$ac_init_help"; then
15491508 case $ac_init_help in
1550 short | recursive ) echo "Configuration of anypaper 2.2:";;
1509 short | recursive ) echo "Configuration of anypaper 2.3:";;
15511510 esac
15521511 cat <<\_ACEOF
15531512
15621521 --disable-dependency-tracking speeds up one-time build
15631522 --enable-dependency-tracking do not reject slow dependency extractors
15641523 --disable-libtool-lock avoid locking (might break parallel builds)
1565 --enable-gtk-doc use gtk-doc to build documentation [default=no]
1524 --enable-gtk-doc use gtk-doc to build documentation [[default=no]]
1525 --enable-gtk-doc-html build documentation in html format [[default=yes]]
1526 --enable-gtk-doc-pdf build documentation in pdf format [[default=no]]
15661527
15671528 Optional Packages:
15681529 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
15781539 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
15791540 nonstandard directory <lib dir>
15801541 LIBS libraries to pass to the linker, e.g. -l<library>
1581 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1542 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
15821543 you have headers in a nonstandard directory <include dir>
15831544 CPP C preprocessor
15841545 PKG_CONFIG path to pkg-config utility
16531614 test -n "$ac_init_help" && exit $ac_status
16541615 if $ac_init_version; then
16551616 cat <<\_ACEOF
1656 anypaper configure 2.2
1657 generated by GNU Autoconf 2.63
1658
1659 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1660 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1617 anypaper configure 2.3
1618 generated by GNU Autoconf 2.65
1619
1620 Copyright (C) 2009 Free Software Foundation, Inc.
16611621 This configure script is free software; the Free Software Foundation
16621622 gives unlimited permission to copy, distribute and modify it.
16631623 _ACEOF
16641624 exit
16651625 fi
1626
1627 ## ------------------------ ##
1628 ## Autoconf initialization. ##
1629 ## ------------------------ ##
1630
1631 # ac_fn_c_try_compile LINENO
1632 # --------------------------
1633 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1634 ac_fn_c_try_compile ()
1635 {
1636 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1637 rm -f conftest.$ac_objext
1638 if { { ac_try="$ac_compile"
1639 case "(($ac_try" in
1640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1641 *) ac_try_echo=$ac_try;;
1642 esac
1643 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1644 $as_echo "$ac_try_echo"; } >&5
1645 (eval "$ac_compile") 2>conftest.err
1646 ac_status=$?
1647 if test -s conftest.err; then
1648 grep -v '^ *+' conftest.err >conftest.er1
1649 cat conftest.er1 >&5
1650 mv -f conftest.er1 conftest.err
1651 fi
1652 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1653 test $ac_status = 0; } && {
1654 test -z "$ac_c_werror_flag" ||
1655 test ! -s conftest.err
1656 } && test -s conftest.$ac_objext; then :
1657 ac_retval=0
1658 else
1659 $as_echo "$as_me: failed program was:" >&5
1660 sed 's/^/| /' conftest.$ac_ext >&5
1661
1662 ac_retval=1
1663 fi
1664 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1665 as_fn_set_status $ac_retval
1666
1667 } # ac_fn_c_try_compile
1668
1669 # ac_fn_c_try_link LINENO
1670 # -----------------------
1671 # Try to link conftest.$ac_ext, and return whether this succeeded.
1672 ac_fn_c_try_link ()
1673 {
1674 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1675 rm -f conftest.$ac_objext conftest$ac_exeext
1676 if { { ac_try="$ac_link"
1677 case "(($ac_try" in
1678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1679 *) ac_try_echo=$ac_try;;
1680 esac
1681 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1682 $as_echo "$ac_try_echo"; } >&5
1683 (eval "$ac_link") 2>conftest.err
1684 ac_status=$?
1685 if test -s conftest.err; then
1686 grep -v '^ *+' conftest.err >conftest.er1
1687 cat conftest.er1 >&5
1688 mv -f conftest.er1 conftest.err
1689 fi
1690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1691 test $ac_status = 0; } && {
1692 test -z "$ac_c_werror_flag" ||
1693 test ! -s conftest.err
1694 } && test -s conftest$ac_exeext && {
1695 test "$cross_compiling" = yes ||
1696 $as_test_x conftest$ac_exeext
1697 }; then :
1698 ac_retval=0
1699 else
1700 $as_echo "$as_me: failed program was:" >&5
1701 sed 's/^/| /' conftest.$ac_ext >&5
1702
1703 ac_retval=1
1704 fi
1705 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1706 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1707 # interfere with the next link command; also delete a directory that is
1708 # left behind by Apple's compiler. We do this before executing the actions.
1709 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1710 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1711 as_fn_set_status $ac_retval
1712
1713 } # ac_fn_c_try_link
1714
1715 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1716 # -------------------------------------------------------
1717 # Tests whether HEADER exists and can be compiled using the include files in
1718 # INCLUDES, setting the cache variable VAR accordingly.
1719 ac_fn_c_check_header_compile ()
1720 {
1721 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1723 $as_echo_n "checking for $2... " >&6; }
1724 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1725 $as_echo_n "(cached) " >&6
1726 else
1727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1728 /* end confdefs.h. */
1729 $4
1730 #include <$2>
1731 _ACEOF
1732 if ac_fn_c_try_compile "$LINENO"; then :
1733 eval "$3=yes"
1734 else
1735 eval "$3=no"
1736 fi
1737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1738 fi
1739 eval ac_res=\$$3
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1741 $as_echo "$ac_res" >&6; }
1742 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1743
1744 } # ac_fn_c_check_header_compile
1745
1746 # ac_fn_c_try_cpp LINENO
1747 # ----------------------
1748 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1749 ac_fn_c_try_cpp ()
1750 {
1751 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1752 if { { ac_try="$ac_cpp conftest.$ac_ext"
1753 case "(($ac_try" in
1754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1755 *) ac_try_echo=$ac_try;;
1756 esac
1757 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1758 $as_echo "$ac_try_echo"; } >&5
1759 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1760 ac_status=$?
1761 if test -s conftest.err; then
1762 grep -v '^ *+' conftest.err >conftest.er1
1763 cat conftest.er1 >&5
1764 mv -f conftest.er1 conftest.err
1765 fi
1766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1767 test $ac_status = 0; } >/dev/null && {
1768 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1769 test ! -s conftest.err
1770 }; then :
1771 ac_retval=0
1772 else
1773 $as_echo "$as_me: failed program was:" >&5
1774 sed 's/^/| /' conftest.$ac_ext >&5
1775
1776 ac_retval=1
1777 fi
1778 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1779 as_fn_set_status $ac_retval
1780
1781 } # ac_fn_c_try_cpp
1782
1783 # ac_fn_c_try_run LINENO
1784 # ----------------------
1785 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1786 # that executables *can* be run.
1787 ac_fn_c_try_run ()
1788 {
1789 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1790 if { { ac_try="$ac_link"
1791 case "(($ac_try" in
1792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1793 *) ac_try_echo=$ac_try;;
1794 esac
1795 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1796 $as_echo "$ac_try_echo"; } >&5
1797 (eval "$ac_link") 2>&5
1798 ac_status=$?
1799 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1800 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1801 { { case "(($ac_try" in
1802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1803 *) ac_try_echo=$ac_try;;
1804 esac
1805 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1806 $as_echo "$ac_try_echo"; } >&5
1807 (eval "$ac_try") 2>&5
1808 ac_status=$?
1809 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1810 test $ac_status = 0; }; }; then :
1811 ac_retval=0
1812 else
1813 $as_echo "$as_me: program exited with status $ac_status" >&5
1814 $as_echo "$as_me: failed program was:" >&5
1815 sed 's/^/| /' conftest.$ac_ext >&5
1816
1817 ac_retval=$ac_status
1818 fi
1819 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1820 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1821 as_fn_set_status $ac_retval
1822
1823 } # ac_fn_c_try_run
1824
1825 # ac_fn_c_check_func LINENO FUNC VAR
1826 # ----------------------------------
1827 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1828 ac_fn_c_check_func ()
1829 {
1830 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1832 $as_echo_n "checking for $2... " >&6; }
1833 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1834 $as_echo_n "(cached) " >&6
1835 else
1836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1837 /* end confdefs.h. */
1838 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1839 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1840 #define $2 innocuous_$2
1841
1842 /* System header to define __stub macros and hopefully few prototypes,
1843 which can conflict with char $2 (); below.
1844 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1845 <limits.h> exists even on freestanding compilers. */
1846
1847 #ifdef __STDC__
1848 # include <limits.h>
1849 #else
1850 # include <assert.h>
1851 #endif
1852
1853 #undef $2
1854
1855 /* Override any GCC internal prototype to avoid an error.
1856 Use char because int might match the return type of a GCC
1857 builtin and then its argument prototype would still apply. */
1858 #ifdef __cplusplus
1859 extern "C"
1860 #endif
1861 char $2 ();
1862 /* The GNU C library defines this for functions which it implements
1863 to always fail with ENOSYS. Some functions are actually named
1864 something starting with __ and the normal name is an alias. */
1865 #if defined __stub_$2 || defined __stub___$2
1866 choke me
1867 #endif
1868
1869 int
1870 main ()
1871 {
1872 return $2 ();
1873 ;
1874 return 0;
1875 }
1876 _ACEOF
1877 if ac_fn_c_try_link "$LINENO"; then :
1878 eval "$3=yes"
1879 else
1880 eval "$3=no"
1881 fi
1882 rm -f core conftest.err conftest.$ac_objext \
1883 conftest$ac_exeext conftest.$ac_ext
1884 fi
1885 eval ac_res=\$$3
1886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1887 $as_echo "$ac_res" >&6; }
1888 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1889
1890 } # ac_fn_c_check_func
16661891 cat >config.log <<_ACEOF
16671892 This file contains any messages produced by compilers while
16681893 running configure, to aid debugging if configure makes a mistake.
16691894
1670 It was created by anypaper $as_me 2.2, which was
1671 generated by GNU Autoconf 2.63. Invocation command line was
1895 It was created by anypaper $as_me 2.3, which was
1896 generated by GNU Autoconf 2.65. Invocation command line was
16721897
16731898 $ $0 $@
16741899
17041929 do
17051930 IFS=$as_save_IFS
17061931 test -z "$as_dir" && as_dir=.
1707 $as_echo "PATH: $as_dir"
1708 done
1932 $as_echo "PATH: $as_dir"
1933 done
17091934 IFS=$as_save_IFS
17101935
17111936 } >&5
17421967 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
17431968 esac
17441969 case $ac_pass in
1745 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1970 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
17461971 2)
1747 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1972 as_fn_append ac_configure_args1 " '$ac_arg'"
17481973 if test $ac_must_keep_next = true; then
17491974 ac_must_keep_next=false # Got value, back to normal.
17501975 else
17601985 -* ) ac_must_keep_next=true ;;
17611986 esac
17621987 fi
1763 ac_configure_args="$ac_configure_args '$ac_arg'"
1988 as_fn_append ac_configure_args " '$ac_arg'"
17641989 ;;
17651990 esac
17661991 done
17671992 done
1768 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1769 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1993 { ac_configure_args0=; unset ac_configure_args0;}
1994 { ac_configure_args1=; unset ac_configure_args1;}
17701995
17711996 # When interrupted or exit'd, cleanup temporary files, and complete
17721997 # config.log. We remove comments because anyway the quotes in there
17912016 case $ac_val in #(
17922017 *${as_nl}*)
17932018 case $ac_var in #(
1794 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
2019 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17952020 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17962021 esac
17972022 case $ac_var in #(
17982023 _ | IFS | as_nl) ;; #(
17992024 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1800 *) $as_unset $ac_var ;;
2025 *) { eval $ac_var=; unset $ac_var;} ;;
18012026 esac ;;
18022027 esac
18032028 done
18692094 exit $exit_status
18702095 ' 0
18712096 for ac_signal in 1 2 13 15; do
1872 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2097 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
18732098 done
18742099 ac_signal=0
18752100
18762101 # confdefs.h avoids OS command line length limits that DEFS can exceed.
18772102 rm -f -r conftest* confdefs.h
2103
2104 $as_echo "/* confdefs.h */" > confdefs.h
18782105
18792106 # Predefined preprocessor variables.
18802107
18822109 #define PACKAGE_NAME "$PACKAGE_NAME"
18832110 _ACEOF
18842111
1885
18862112 cat >>confdefs.h <<_ACEOF
18872113 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
18882114 _ACEOF
18892115
1890
18912116 cat >>confdefs.h <<_ACEOF
18922117 #define PACKAGE_VERSION "$PACKAGE_VERSION"
18932118 _ACEOF
18942119
1895
18962120 cat >>confdefs.h <<_ACEOF
18972121 #define PACKAGE_STRING "$PACKAGE_STRING"
18982122 _ACEOF
18992123
1900
19012124 cat >>confdefs.h <<_ACEOF
19022125 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2126 _ACEOF
2127
2128 cat >>confdefs.h <<_ACEOF
2129 #define PACKAGE_URL "$PACKAGE_URL"
19032130 _ACEOF
19042131
19052132
19192146 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
19202147 do
19212148 test "x$ac_site_file" = xNONE && continue
1922 if test -r "$ac_site_file"; then
1923 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2149 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2150 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
19242151 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
19252152 sed 's/^/| /' "$ac_site_file" >&5
19262153 . "$ac_site_file"
19282155 done
19292156
19302157 if test -r "$cache_file"; then
1931 # Some versions of bash will fail to source /dev/null (special
1932 # files actually), so we avoid doing that.
1933 if test -f "$cache_file"; then
1934 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
2158 # Some versions of bash will fail to source /dev/null (special files
2159 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2160 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2161 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
19352162 $as_echo "$as_me: loading cache $cache_file" >&6;}
19362163 case $cache_file in
19372164 [\\/]* | ?:[\\/]* ) . "$cache_file";;
19392166 esac
19402167 fi
19412168 else
1942 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
2169 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
19432170 $as_echo "$as_me: creating cache $cache_file" >&6;}
19442171 >$cache_file
19452172 fi
19542181 eval ac_new_val=\$ac_env_${ac_var}_value
19552182 case $ac_old_set,$ac_new_set in
19562183 set,)
1957 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2184 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
19582185 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
19592186 ac_cache_corrupted=: ;;
19602187 ,set)
1961 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2188 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
19622189 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
19632190 ac_cache_corrupted=: ;;
19642191 ,);;
19682195 ac_old_val_w=`echo x $ac_old_val`
19692196 ac_new_val_w=`echo x $ac_new_val`
19702197 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1971 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2198 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
19722199 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
19732200 ac_cache_corrupted=:
19742201 else
1975 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2202 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
19762203 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
19772204 eval $ac_var=\$ac_old_val
19782205 fi
1979 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
2206 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
19802207 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1981 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
19822209 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
19832210 fi;;
19842211 esac
19902217 esac
19912218 case " $ac_configure_args " in
19922219 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1993 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2220 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
19942221 esac
19952222 fi
19962223 done
19972224 if $ac_cache_corrupted; then
1998 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2225 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19992226 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2000 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2227 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
20012228 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2002 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2003 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2004 { (exit 1); exit 1; }; }
2005 fi
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2229 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2230 fi
2231 ## -------------------- ##
2232 ## Main body of script. ##
2233 ## -------------------- ##
20302234
20312235 ac_ext=c
20322236 ac_cpp='$CPP $CPPFLAGS'
20372241
20382242
20392243
2040 am__api_version='1.10'
2244 am__api_version='1.11'
20412245
20422246 ac_aux_dir=
20432247 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2044 if test -f "$ac_dir/install-sh"; then
2045 ac_aux_dir=$ac_dir
2046 ac_install_sh="$ac_aux_dir/install-sh -c"
2047 break
2048 elif test -f "$ac_dir/install.sh"; then
2049 ac_aux_dir=$ac_dir
2050 ac_install_sh="$ac_aux_dir/install.sh -c"
2051 break
2052 elif test -f "$ac_dir/shtool"; then
2053 ac_aux_dir=$ac_dir
2054 ac_install_sh="$ac_aux_dir/shtool install -c"
2055 break
2056 fi
2248 for ac_t in install-sh install.sh shtool; do
2249 if test -f "$ac_dir/$ac_t"; then
2250 ac_aux_dir=$ac_dir
2251 ac_install_sh="$ac_aux_dir/$ac_t -c"
2252 break 2
2253 fi
2254 done
20572255 done
20582256 if test -z "$ac_aux_dir"; then
2059 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2060 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2061 { (exit 1); exit 1; }; }
2257 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
20622258 fi
20632259
20642260 # These three variables are undocumented and unsupported,
20842280 # OS/2's system install, which has a completely different semantic
20852281 # ./install, which can be erroneously created by make from ./install.sh.
20862282 # Reject install programs that cannot install multiple files.
2087 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
20882284 $as_echo_n "checking for a BSD-compatible install... " >&6; }
20892285 if test -z "$INSTALL"; then
2090 if test "${ac_cv_path_install+set}" = set; then
2286 if test "${ac_cv_path_install+set}" = set; then :
20912287 $as_echo_n "(cached) " >&6
20922288 else
20932289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20952291 do
20962292 IFS=$as_save_IFS
20972293 test -z "$as_dir" && as_dir=.
2098 # Account for people who put trailing slashes in PATH elements.
2099 case $as_dir/ in
2100 ./ | .// | /cC/* | \
2294 # Account for people who put trailing slashes in PATH elements.
2295 case $as_dir/ in #((
2296 ./ | .// | /[cC]/* | \
21012297 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2102 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2298 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
21032299 /usr/ucb/* ) ;;
21042300 *)
21052301 # OSF1 and SCO ODT 3.0 have their own names for install.
21362332 ;;
21372333 esac
21382334
2139 done
2335 done
21402336 IFS=$as_save_IFS
21412337
21422338 rm -rf conftest.one conftest.two conftest.dir
21522348 INSTALL=$ac_install_sh
21532349 fi
21542350 fi
2155 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
21562352 $as_echo "$INSTALL" >&6; }
21572353
21582354 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
21632359
21642360 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
21652361
2166 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
21672363 $as_echo_n "checking whether build environment is sane... " >&6; }
21682364 # Just in case
21692365 sleep 1
21702366 echo timestamp > conftest.file
2367 # Reject unsafe characters in $srcdir or the absolute working directory
2368 # name. Accept space and tab only in the latter.
2369 am_lf='
2370 '
2371 case `pwd` in
2372 *[\\\"\#\$\&\'\`$am_lf]*)
2373 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2374 esac
2375 case $srcdir in
2376 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2377 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2378 esac
2379
21712380 # Do `set' in a subshell so we don't clobber the current shell's
21722381 # arguments. Must try -L first in case configure is actually a
21732382 # symlink; some systems play weird games with the mod time of symlinks
21742383 # (eg FreeBSD returns the mod time of the symlink's containing
21752384 # directory).
21762385 if (
2177 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2386 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
21782387 if test "$*" = "X"; then
21792388 # -L didn't work.
2180 set X `ls -t $srcdir/configure conftest.file`
2389 set X `ls -t "$srcdir/configure" conftest.file`
21812390 fi
21822391 rm -f conftest.file
21832392 if test "$*" != "X $srcdir/configure conftest.file" \
21872396 # if, for instance, CONFIG_SHELL is bash and it inherits a
21882397 # broken ls alias from the environment. This has actually
21892398 # happened. Such a system could not be considered "sane".
2190 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2191 alias in your environment" >&5
2192 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2193 alias in your environment" >&2;}
2194 { (exit 1); exit 1; }; }
2399 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2400 alias in your environment" "$LINENO" 5
21952401 fi
21962402
21972403 test "$2" = conftest.file
22002406 # Ok.
22012407 :
22022408 else
2203 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2204 Check your system clock" >&5
2205 $as_echo "$as_me: error: newly created file is older than distributed files!
2206 Check your system clock" >&2;}
2207 { (exit 1); exit 1; }; }
2208 fi
2209 { $as_echo "$as_me:$LINENO: result: yes" >&5
2409 as_fn_error "newly created file is older than distributed files!
2410 Check your system clock" "$LINENO" 5
2411 fi
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22102413 $as_echo "yes" >&6; }
22112414 test "$program_prefix" != NONE &&
22122415 program_transform_name="s&^&$program_prefix&;$program_transform_name"
22212424 # expand $ac_aux_dir to an absolute path
22222425 am_aux_dir=`cd $ac_aux_dir && pwd`
22232426
2224 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2427 if test x"${MISSING+set}" != xset; then
2428 case $am_aux_dir in
2429 *\ * | *\ *)
2430 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2431 *)
2432 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2433 esac
2434 fi
22252435 # Use eval to expand $SHELL
22262436 if eval "$MISSING --run true"; then
22272437 am_missing_run="$MISSING --run "
22282438 else
22292439 am_missing_run=
2230 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
22312441 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
22322442 fi
22332443
2234 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2444 if test x"${install_sh}" != xset; then
2445 case $am_aux_dir in
2446 *\ * | *\ *)
2447 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2448 *)
2449 install_sh="\${SHELL} $am_aux_dir/install-sh"
2450 esac
2451 fi
2452
2453 # Installed binaries are usually stripped using `strip' when the user
2454 # run `make install-strip'. However `strip' might not be the right
2455 # tool to use in cross-compilation environments, therefore Automake
2456 # will honor the `STRIP' environment variable to overrule this program.
2457 if test "$cross_compiling" != no; then
2458 if test -n "$ac_tool_prefix"; then
2459 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2460 set dummy ${ac_tool_prefix}strip; ac_word=$2
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2462 $as_echo_n "checking for $ac_word... " >&6; }
2463 if test "${ac_cv_prog_STRIP+set}" = set; then :
2464 $as_echo_n "(cached) " >&6
2465 else
2466 if test -n "$STRIP"; then
2467 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2468 else
2469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2470 for as_dir in $PATH
2471 do
2472 IFS=$as_save_IFS
2473 test -z "$as_dir" && as_dir=.
2474 for ac_exec_ext in '' $ac_executable_extensions; do
2475 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2476 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2477 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2478 break 2
2479 fi
2480 done
2481 done
2482 IFS=$as_save_IFS
2483
2484 fi
2485 fi
2486 STRIP=$ac_cv_prog_STRIP
2487 if test -n "$STRIP"; then
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2489 $as_echo "$STRIP" >&6; }
2490 else
2491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2492 $as_echo "no" >&6; }
2493 fi
2494
2495
2496 fi
2497 if test -z "$ac_cv_prog_STRIP"; then
2498 ac_ct_STRIP=$STRIP
2499 # Extract the first word of "strip", so it can be a program name with args.
2500 set dummy strip; ac_word=$2
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2502 $as_echo_n "checking for $ac_word... " >&6; }
2503 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2504 $as_echo_n "(cached) " >&6
2505 else
2506 if test -n "$ac_ct_STRIP"; then
2507 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2508 else
2509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2510 for as_dir in $PATH
2511 do
2512 IFS=$as_save_IFS
2513 test -z "$as_dir" && as_dir=.
2514 for ac_exec_ext in '' $ac_executable_extensions; do
2515 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2516 ac_cv_prog_ac_ct_STRIP="strip"
2517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2518 break 2
2519 fi
2520 done
2521 done
2522 IFS=$as_save_IFS
2523
2524 fi
2525 fi
2526 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2527 if test -n "$ac_ct_STRIP"; then
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2529 $as_echo "$ac_ct_STRIP" >&6; }
2530 else
2531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2532 $as_echo "no" >&6; }
2533 fi
2534
2535 if test "x$ac_ct_STRIP" = x; then
2536 STRIP=":"
2537 else
2538 case $cross_compiling:$ac_tool_warned in
2539 yes:)
2540 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2541 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2542 ac_tool_warned=yes ;;
2543 esac
2544 STRIP=$ac_ct_STRIP
2545 fi
2546 else
2547 STRIP="$ac_cv_prog_STRIP"
2548 fi
2549
2550 fi
2551 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2552
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
22352554 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
22362555 if test -z "$MKDIR_P"; then
2237 if test "${ac_cv_path_mkdir+set}" = set; then
2556 if test "${ac_cv_path_mkdir+set}" = set; then :
22382557 $as_echo_n "(cached) " >&6
22392558 else
22402559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22422561 do
22432562 IFS=$as_save_IFS
22442563 test -z "$as_dir" && as_dir=.
2245 for ac_prog in mkdir gmkdir; do
2564 for ac_prog in mkdir gmkdir; do
22462565 for ac_exec_ext in '' $ac_executable_extensions; do
22472566 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
22482567 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
22542573 esac
22552574 done
22562575 done
2257 done
2576 done
22582577 IFS=$as_save_IFS
22592578
22602579 fi
22612580
2581 test -d ./--version && rmdir ./--version
22622582 if test "${ac_cv_path_mkdir+set}" = set; then
22632583 MKDIR_P="$ac_cv_path_mkdir -p"
22642584 else
22662586 # value for MKDIR_P within a source directory, because that will
22672587 # break other packages using the cache if that directory is
22682588 # removed, or if the value is a relative name.
2269 test -d ./--version && rmdir ./--version
22702589 MKDIR_P="$ac_install_sh -d"
22712590 fi
22722591 fi
2273 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
22742593 $as_echo "$MKDIR_P" >&6; }
22752594
22762595 mkdir_p="$MKDIR_P"
22832602 do
22842603 # Extract the first word of "$ac_prog", so it can be a program name with args.
22852604 set dummy $ac_prog; ac_word=$2
2286 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22872606 $as_echo_n "checking for $ac_word... " >&6; }
2288 if test "${ac_cv_prog_AWK+set}" = set; then
2607 if test "${ac_cv_prog_AWK+set}" = set; then :
22892608 $as_echo_n "(cached) " >&6
22902609 else
22912610 if test -n "$AWK"; then
22962615 do
22972616 IFS=$as_save_IFS
22982617 test -z "$as_dir" && as_dir=.
2299 for ac_exec_ext in '' $ac_executable_extensions; do
2618 for ac_exec_ext in '' $ac_executable_extensions; do
23002619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23012620 ac_cv_prog_AWK="$ac_prog"
2302 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23032622 break 2
23042623 fi
23052624 done
2306 done
2625 done
23072626 IFS=$as_save_IFS
23082627
23092628 fi
23102629 fi
23112630 AWK=$ac_cv_prog_AWK
23122631 if test -n "$AWK"; then
2313 { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
23142633 $as_echo "$AWK" >&6; }
23152634 else
2316 { $as_echo "$as_me:$LINENO: result: no" >&5
2635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23172636 $as_echo "no" >&6; }
23182637 fi
23192638
23212640 test -n "$AWK" && break
23222641 done
23232642
2324 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
23252644 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
23262645 set x ${MAKE-make}
23272646 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2328 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2647 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
23292648 $as_echo_n "(cached) " >&6
23302649 else
23312650 cat >conftest.make <<\_ACEOF
23432662 rm -f conftest.make
23442663 fi
23452664 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2346 { $as_echo "$as_me:$LINENO: result: yes" >&5
2665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23472666 $as_echo "yes" >&6; }
23482667 SET_MAKE=
23492668 else
2350 { $as_echo "$as_me:$LINENO: result: no" >&5
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23512670 $as_echo "no" >&6; }
23522671 SET_MAKE="MAKE=${MAKE-make}"
23532672 fi
23672686 am__isrc=' -I$(srcdir)'
23682687 # test to see if srcdir already configured
23692688 if test -f $srcdir/config.status; then
2370 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2371 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2372 { (exit 1); exit 1; }; }
2689 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
23732690 fi
23742691 fi
23752692
23852702
23862703 # Define the identity of the package.
23872704 PACKAGE='anypaper'
2388 VERSION='2.2'
2705 VERSION='2.3'
23892706
23902707
23912708 cat >>confdefs.h <<_ACEOF
24132730
24142731 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
24152732
2416 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2417
2418 # Installed binaries are usually stripped using `strip' when the user
2419 # run `make install-strip'. However `strip' might not be the right
2420 # tool to use in cross-compilation environments, therefore Automake
2421 # will honor the `STRIP' environment variable to overrule this program.
2422 if test "$cross_compiling" != no; then
2423 if test -n "$ac_tool_prefix"; then
2424 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2425 set dummy ${ac_tool_prefix}strip; ac_word=$2
2426 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2427 $as_echo_n "checking for $ac_word... " >&6; }
2428 if test "${ac_cv_prog_STRIP+set}" = set; then
2429 $as_echo_n "(cached) " >&6
2430 else
2431 if test -n "$STRIP"; then
2432 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2433 else
2434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2435 for as_dir in $PATH
2436 do
2437 IFS=$as_save_IFS
2438 test -z "$as_dir" && as_dir=.
2439 for ac_exec_ext in '' $ac_executable_extensions; do
2440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2441 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2442 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2443 break 2
2444 fi
2445 done
2446 done
2447 IFS=$as_save_IFS
2448
2449 fi
2450 fi
2451 STRIP=$ac_cv_prog_STRIP
2452 if test -n "$STRIP"; then
2453 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2454 $as_echo "$STRIP" >&6; }
2455 else
2456 { $as_echo "$as_me:$LINENO: result: no" >&5
2457 $as_echo "no" >&6; }
2458 fi
2459
2460
2461 fi
2462 if test -z "$ac_cv_prog_STRIP"; then
2463 ac_ct_STRIP=$STRIP
2464 # Extract the first word of "strip", so it can be a program name with args.
2465 set dummy strip; ac_word=$2
2466 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2467 $as_echo_n "checking for $ac_word... " >&6; }
2468 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2469 $as_echo_n "(cached) " >&6
2470 else
2471 if test -n "$ac_ct_STRIP"; then
2472 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2473 else
2474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2475 for as_dir in $PATH
2476 do
2477 IFS=$as_save_IFS
2478 test -z "$as_dir" && as_dir=.
2479 for ac_exec_ext in '' $ac_executable_extensions; do
2480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2481 ac_cv_prog_ac_ct_STRIP="strip"
2482 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2483 break 2
2484 fi
2485 done
2486 done
2487 IFS=$as_save_IFS
2488
2489 fi
2490 fi
2491 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2492 if test -n "$ac_ct_STRIP"; then
2493 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2494 $as_echo "$ac_ct_STRIP" >&6; }
2495 else
2496 { $as_echo "$as_me:$LINENO: result: no" >&5
2497 $as_echo "no" >&6; }
2498 fi
2499
2500 if test "x$ac_ct_STRIP" = x; then
2501 STRIP=":"
2502 else
2503 case $cross_compiling:$ac_tool_warned in
2504 yes:)
2505 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2506 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2507 ac_tool_warned=yes ;;
2508 esac
2509 STRIP=$ac_ct_STRIP
2510 fi
2511 else
2512 STRIP="$ac_cv_prog_STRIP"
2513 fi
2514
2515 fi
2516 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2517
25182733 # We need awk for the "check" target. The system "awk" is bad on
25192734 # some platforms.
25202735 # Always define AMTAR for backward compatibility.
25322747
25332748 case `pwd` in
25342749 *\ * | *\ *)
2535 { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
2750 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
25362751 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
25372752 esac
25382753
25392754
25402755
2541 macro_version='2.2.6'
2542 macro_revision='1.3012'
2756 macro_version='2.2.6b'
2757 macro_revision='1.3017'
25432758
25442759
25452760
25572772
25582773 # Make sure we can run config.sub.
25592774 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2560 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2561 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2562 { (exit 1); exit 1; }; }
2563
2564 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2775 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2776
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
25652778 $as_echo_n "checking build system type... " >&6; }
2566 if test "${ac_cv_build+set}" = set; then
2779 if test "${ac_cv_build+set}" = set; then :
25672780 $as_echo_n "(cached) " >&6
25682781 else
25692782 ac_build_alias=$build_alias
25702783 test "x$ac_build_alias" = x &&
25712784 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
25722785 test "x$ac_build_alias" = x &&
2573 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2574 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2575 { (exit 1); exit 1; }; }
2786 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
25762787 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2577 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2578 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2579 { (exit 1); exit 1; }; }
2580
2581 fi
2582 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2788 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2789
2790 fi
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
25832792 $as_echo "$ac_cv_build" >&6; }
25842793 case $ac_cv_build in
25852794 *-*-*) ;;
2586 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2587 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2588 { (exit 1); exit 1; }; };;
2795 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
25892796 esac
25902797 build=$ac_cv_build
25912798 ac_save_IFS=$IFS; IFS='-'
26012808 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
26022809
26032810
2604 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
26052812 $as_echo_n "checking host system type... " >&6; }
2606 if test "${ac_cv_host+set}" = set; then
2813 if test "${ac_cv_host+set}" = set; then :
26072814 $as_echo_n "(cached) " >&6
26082815 else
26092816 if test "x$host_alias" = x; then
26102817 ac_cv_host=$ac_cv_build
26112818 else
26122819 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2613 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2614 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2615 { (exit 1); exit 1; }; }
2616 fi
2617
2618 fi
2619 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2820 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2821 fi
2822
2823 fi
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
26202825 $as_echo "$ac_cv_host" >&6; }
26212826 case $ac_cv_host in
26222827 *-*-*) ;;
2623 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2624 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2625 { (exit 1); exit 1; }; };;
2828 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
26262829 esac
26272830 host=$ac_cv_host
26282831 ac_save_IFS=$IFS; IFS='-'
26462849 am_make=${MAKE-make}
26472850 cat > confinc << 'END'
26482851 am__doit:
2649 @echo done
2852 @echo this is the am__doit target
26502853 .PHONY: am__doit
26512854 END
26522855 # If we don't find an include directive, just comment out the code.
2653 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
26542857 $as_echo_n "checking for style of include used by $am_make... " >&6; }
26552858 am__include="#"
26562859 am__quote=
26572860 _am_result=none
26582861 # First try GNU make style include.
26592862 echo "include confinc" > confmf
2660 # We grep out `Entering directory' and `Leaving directory'
2661 # messages which can occur if `w' ends up in MAKEFLAGS.
2662 # In particular we don't look at `^make:' because GNU make might
2663 # be invoked under some other name (usually "gmake"), in which
2664 # case it prints its new name instead of `make'.
2665 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2666 am__include=include
2667 am__quote=
2668 _am_result=GNU
2669 fi
2863 # Ignore all kinds of additional output from `make'.
2864 case `$am_make -s -f confmf 2> /dev/null` in #(
2865 *the\ am__doit\ target*)
2866 am__include=include
2867 am__quote=
2868 _am_result=GNU
2869 ;;
2870 esac
26702871 # Now try BSD make style include.
26712872 if test "$am__include" = "#"; then
26722873 echo '.include "confinc"' > confmf
2673 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2674 am__include=.include
2675 am__quote="\""
2676 _am_result=BSD
2677 fi
2678 fi
2679
2680
2681 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5
2874 case `$am_make -s -f confmf 2> /dev/null` in #(
2875 *the\ am__doit\ target*)
2876 am__include=.include
2877 am__quote="\""
2878 _am_result=BSD
2879 ;;
2880 esac
2881 fi
2882
2883
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
26822885 $as_echo "$_am_result" >&6; }
26832886 rm -f confinc confmf
26842887
26852888 # Check whether --enable-dependency-tracking was given.
2686 if test "${enable_dependency_tracking+set}" = set; then
2889 if test "${enable_dependency_tracking+set}" = set; then :
26872890 enableval=$enable_dependency_tracking;
26882891 fi
26892892
27082911 if test -n "$ac_tool_prefix"; then
27092912 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
27102913 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2711 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27122915 $as_echo_n "checking for $ac_word... " >&6; }
2713 if test "${ac_cv_prog_CC+set}" = set; then
2916 if test "${ac_cv_prog_CC+set}" = set; then :
27142917 $as_echo_n "(cached) " >&6
27152918 else
27162919 if test -n "$CC"; then
27212924 do
27222925 IFS=$as_save_IFS
27232926 test -z "$as_dir" && as_dir=.
2724 for ac_exec_ext in '' $ac_executable_extensions; do
2927 for ac_exec_ext in '' $ac_executable_extensions; do
27252928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
27262929 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2727 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27282931 break 2
27292932 fi
27302933 done
2731 done
2934 done
27322935 IFS=$as_save_IFS
27332936
27342937 fi
27352938 fi
27362939 CC=$ac_cv_prog_CC
27372940 if test -n "$CC"; then
2738 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
27392942 $as_echo "$CC" >&6; }
27402943 else
2741 { $as_echo "$as_me:$LINENO: result: no" >&5
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27422945 $as_echo "no" >&6; }
27432946 fi
27442947
27482951 ac_ct_CC=$CC
27492952 # Extract the first word of "gcc", so it can be a program name with args.
27502953 set dummy gcc; ac_word=$2
2751 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27522955 $as_echo_n "checking for $ac_word... " >&6; }
2753 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2956 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
27542957 $as_echo_n "(cached) " >&6
27552958 else
27562959 if test -n "$ac_ct_CC"; then
27612964 do
27622965 IFS=$as_save_IFS
27632966 test -z "$as_dir" && as_dir=.
2764 for ac_exec_ext in '' $ac_executable_extensions; do
2967 for ac_exec_ext in '' $ac_executable_extensions; do
27652968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
27662969 ac_cv_prog_ac_ct_CC="gcc"
2767 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27682971 break 2
27692972 fi
27702973 done
2771 done
2974 done
27722975 IFS=$as_save_IFS
27732976
27742977 fi
27752978 fi
27762979 ac_ct_CC=$ac_cv_prog_ac_ct_CC
27772980 if test -n "$ac_ct_CC"; then
2778 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
27792982 $as_echo "$ac_ct_CC" >&6; }
27802983 else
2781 { $as_echo "$as_me:$LINENO: result: no" >&5
2984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27822985 $as_echo "no" >&6; }
27832986 fi
27842987
27872990 else
27882991 case $cross_compiling:$ac_tool_warned in
27892992 yes:)
2790 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2993 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
27912994 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
27922995 ac_tool_warned=yes ;;
27932996 esac
28013004 if test -n "$ac_tool_prefix"; then
28023005 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
28033006 set dummy ${ac_tool_prefix}cc; ac_word=$2
2804 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28053008 $as_echo_n "checking for $ac_word... " >&6; }
2806 if test "${ac_cv_prog_CC+set}" = set; then
3009 if test "${ac_cv_prog_CC+set}" = set; then :
28073010 $as_echo_n "(cached) " >&6
28083011 else
28093012 if test -n "$CC"; then
28143017 do
28153018 IFS=$as_save_IFS
28163019 test -z "$as_dir" && as_dir=.
2817 for ac_exec_ext in '' $ac_executable_extensions; do
3020 for ac_exec_ext in '' $ac_executable_extensions; do
28183021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28193022 ac_cv_prog_CC="${ac_tool_prefix}cc"
2820 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28213024 break 2
28223025 fi
28233026 done
2824 done
3027 done
28253028 IFS=$as_save_IFS
28263029
28273030 fi
28283031 fi
28293032 CC=$ac_cv_prog_CC
28303033 if test -n "$CC"; then
2831 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
28323035 $as_echo "$CC" >&6; }
28333036 else
2834 { $as_echo "$as_me:$LINENO: result: no" >&5
3037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28353038 $as_echo "no" >&6; }
28363039 fi
28373040
28413044 if test -z "$CC"; then
28423045 # Extract the first word of "cc", so it can be a program name with args.
28433046 set dummy cc; ac_word=$2
2844 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28453048 $as_echo_n "checking for $ac_word... " >&6; }
2846 if test "${ac_cv_prog_CC+set}" = set; then
3049 if test "${ac_cv_prog_CC+set}" = set; then :
28473050 $as_echo_n "(cached) " >&6
28483051 else
28493052 if test -n "$CC"; then
28553058 do
28563059 IFS=$as_save_IFS
28573060 test -z "$as_dir" && as_dir=.
2858 for ac_exec_ext in '' $ac_executable_extensions; do
3061 for ac_exec_ext in '' $ac_executable_extensions; do
28593062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28603063 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
28613064 ac_prog_rejected=yes
28623065 continue
28633066 fi
28643067 ac_cv_prog_CC="cc"
2865 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28663069 break 2
28673070 fi
28683071 done
2869 done
3072 done
28703073 IFS=$as_save_IFS
28713074
28723075 if test $ac_prog_rejected = yes; then
28853088 fi
28863089 CC=$ac_cv_prog_CC
28873090 if test -n "$CC"; then
2888 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
28893092 $as_echo "$CC" >&6; }
28903093 else
2891 { $as_echo "$as_me:$LINENO: result: no" >&5
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28923095 $as_echo "no" >&6; }
28933096 fi
28943097
29003103 do
29013104 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
29023105 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2903 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29043107 $as_echo_n "checking for $ac_word... " >&6; }
2905 if test "${ac_cv_prog_CC+set}" = set; then
3108 if test "${ac_cv_prog_CC+set}" = set; then :
29063109 $as_echo_n "(cached) " >&6
29073110 else
29083111 if test -n "$CC"; then
29133116 do
29143117 IFS=$as_save_IFS
29153118 test -z "$as_dir" && as_dir=.
2916 for ac_exec_ext in '' $ac_executable_extensions; do
3119 for ac_exec_ext in '' $ac_executable_extensions; do
29173120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29183121 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2919 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29203123 break 2
29213124 fi
29223125 done
2923 done
3126 done
29243127 IFS=$as_save_IFS
29253128
29263129 fi
29273130 fi
29283131 CC=$ac_cv_prog_CC
29293132 if test -n "$CC"; then
2930 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
29313134 $as_echo "$CC" >&6; }
29323135 else
2933 { $as_echo "$as_me:$LINENO: result: no" >&5
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29343137 $as_echo "no" >&6; }
29353138 fi
29363139
29443147 do
29453148 # Extract the first word of "$ac_prog", so it can be a program name with args.
29463149 set dummy $ac_prog; ac_word=$2
2947 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29483151 $as_echo_n "checking for $ac_word... " >&6; }
2949 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3152 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
29503153 $as_echo_n "(cached) " >&6
29513154 else
29523155 if test -n "$ac_ct_CC"; then
29573160 do
29583161 IFS=$as_save_IFS
29593162 test -z "$as_dir" && as_dir=.
2960 for ac_exec_ext in '' $ac_executable_extensions; do
3163 for ac_exec_ext in '' $ac_executable_extensions; do
29613164 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29623165 ac_cv_prog_ac_ct_CC="$ac_prog"
2963 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3166 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29643167 break 2
29653168 fi
29663169 done
2967 done
3170 done
29683171 IFS=$as_save_IFS
29693172
29703173 fi
29713174 fi
29723175 ac_ct_CC=$ac_cv_prog_ac_ct_CC
29733176 if test -n "$ac_ct_CC"; then
2974 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
29753178 $as_echo "$ac_ct_CC" >&6; }
29763179 else
2977 { $as_echo "$as_me:$LINENO: result: no" >&5
3180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29783181 $as_echo "no" >&6; }
29793182 fi
29803183
29873190 else
29883191 case $cross_compiling:$ac_tool_warned in
29893192 yes:)
2990 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3193 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
29913194 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
29923195 ac_tool_warned=yes ;;
29933196 esac
29983201 fi
29993202
30003203
3001 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3204 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
30023205 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3003 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3004 See \`config.log' for more details." >&5
3005 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
3006 See \`config.log' for more details." >&2;}
3007 { (exit 1); exit 1; }; }; }
3206 as_fn_error "no acceptable C compiler found in \$PATH
3207 See \`config.log' for more details." "$LINENO" 5; }
30083208
30093209 # Provide some information about the compiler.
3010 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3210 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
30113211 set X $ac_compile
30123212 ac_compiler=$2
3013 { (ac_try="$ac_compiler --version >&5"
3213 for ac_option in --version -v -V -qversion; do
3214 { { ac_try="$ac_compiler $ac_option >&5"
30143215 case "(($ac_try" in
30153216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30163217 *) ac_try_echo=$ac_try;;
30173218 esac
3018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3019 $as_echo "$ac_try_echo") >&5
3020 (eval "$ac_compiler --version >&5") 2>&5
3219 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3220 $as_echo "$ac_try_echo"; } >&5
3221 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
30213222 ac_status=$?
3022 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3023 (exit $ac_status); }
3024 { (ac_try="$ac_compiler -v >&5"
3025 case "(($ac_try" in
3026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3027 *) ac_try_echo=$ac_try;;
3028 esac
3029 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3030 $as_echo "$ac_try_echo") >&5
3031 (eval "$ac_compiler -v >&5") 2>&5
3032 ac_status=$?
3033 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3034 (exit $ac_status); }
3035 { (ac_try="$ac_compiler -V >&5"
3036 case "(($ac_try" in
3037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3038 *) ac_try_echo=$ac_try;;
3039 esac
3040 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3041 $as_echo "$ac_try_echo") >&5
3042 (eval "$ac_compiler -V >&5") 2>&5
3043 ac_status=$?
3044 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3045 (exit $ac_status); }
3046
3047 cat >conftest.$ac_ext <<_ACEOF
3048 /* confdefs.h. */
3049 _ACEOF
3050 cat confdefs.h >>conftest.$ac_ext
3051 cat >>conftest.$ac_ext <<_ACEOF
3223 if test -s conftest.err; then
3224 sed '10a\
3225 ... rest of stderr output deleted ...
3226 10q' conftest.err >conftest.er1
3227 cat conftest.er1 >&5
3228 fi
3229 rm -f conftest.er1 conftest.err
3230 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3231 test $ac_status = 0; }
3232 done
3233
3234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30523235 /* end confdefs.h. */
30533236
30543237 int
30643247 # Try to create an executable without -o first, disregard a.out.
30653248 # It will help us diagnose broken compilers, and finding out an intuition
30663249 # of exeext.
3067 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3068 $as_echo_n "checking for C compiler default output file name... " >&6; }
3250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3251 $as_echo_n "checking whether the C compiler works... " >&6; }
30693252 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
30703253
30713254 # The possible output files:
30813264 done
30823265 rm -f $ac_rmfiles
30833266
3084 if { (ac_try="$ac_link_default"
3267 if { { ac_try="$ac_link_default"
30853268 case "(($ac_try" in
30863269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30873270 *) ac_try_echo=$ac_try;;
30883271 esac
3089 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3090 $as_echo "$ac_try_echo") >&5
3272 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3273 $as_echo "$ac_try_echo"; } >&5
30913274 (eval "$ac_link_default") 2>&5
30923275 ac_status=$?
3093 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3094 (exit $ac_status); }; then
3276 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3277 test $ac_status = 0; }; then :
30953278 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
30963279 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
30973280 # in a Makefile. We should not override ac_cv_exeext if it was cached,
31083291 # certainly right.
31093292 break;;
31103293 *.* )
3111 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3294 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
31123295 then :; else
31133296 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
31143297 fi
31273310 else
31283311 ac_file=''
31293312 fi
3130
3131 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
3313 if test -z "$ac_file"; then :
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3315 $as_echo "no" >&6; }
3316 $as_echo "$as_me: failed program was:" >&5
3317 sed 's/^/| /' conftest.$ac_ext >&5
3318
3319 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3320 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3321 { as_fn_set_status 77
3322 as_fn_error "C compiler cannot create executables
3323 See \`config.log' for more details." "$LINENO" 5; }; }
3324 else
3325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3326 $as_echo "yes" >&6; }
3327 fi
3328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3329 $as_echo_n "checking for C compiler default output file name... " >&6; }
3330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
31323331 $as_echo "$ac_file" >&6; }
3133 if test -z "$ac_file"; then
3134 $as_echo "$as_me: failed program was:" >&5
3135 sed 's/^/| /' conftest.$ac_ext >&5
3136
3137 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3138 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3139 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
3140 See \`config.log' for more details." >&5
3141 $as_echo "$as_me: error: C compiler cannot create executables
3142 See \`config.log' for more details." >&2;}
3143 { (exit 77); exit 77; }; }; }
3144 fi
3145
31463332 ac_exeext=$ac_cv_exeext
3147
3148 # Check that the compiler produces executables we can run. If not, either
3149 # the compiler is broken, or we cross compile.
3150 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3151 $as_echo_n "checking whether the C compiler works... " >&6; }
3152 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3153 # If not cross compiling, check that we can run a simple program.
3154 if test "$cross_compiling" != yes; then
3155 if { ac_try='./$ac_file'
3156 { (case "(($ac_try" in
3157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3158 *) ac_try_echo=$ac_try;;
3159 esac
3160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3161 $as_echo "$ac_try_echo") >&5
3162 (eval "$ac_try") 2>&5
3163 ac_status=$?
3164 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3165 (exit $ac_status); }; }; then
3166 cross_compiling=no
3167 else
3168 if test "$cross_compiling" = maybe; then
3169 cross_compiling=yes
3170 else
3171 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3172 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3173 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
3174 If you meant to cross compile, use \`--host'.
3175 See \`config.log' for more details." >&5
3176 $as_echo "$as_me: error: cannot run C compiled programs.
3177 If you meant to cross compile, use \`--host'.
3178 See \`config.log' for more details." >&2;}
3179 { (exit 1); exit 1; }; }; }
3180 fi
3181 fi
3182 fi
3183 { $as_echo "$as_me:$LINENO: result: yes" >&5
3184 $as_echo "yes" >&6; }
31853333
31863334 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
31873335 ac_clean_files=$ac_clean_files_save
3188 # Check that the compiler produces executables we can run. If not, either
3189 # the compiler is broken, or we cross compile.
3190 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3191 $as_echo_n "checking whether we are cross compiling... " >&6; }
3192 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3193 $as_echo "$cross_compiling" >&6; }
3194
3195 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
31963337 $as_echo_n "checking for suffix of executables... " >&6; }
3197 if { (ac_try="$ac_link"
3338 if { { ac_try="$ac_link"
31983339 case "(($ac_try" in
31993340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32003341 *) ac_try_echo=$ac_try;;
32013342 esac
3202 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3203 $as_echo "$ac_try_echo") >&5
3343 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3344 $as_echo "$ac_try_echo"; } >&5
32043345 (eval "$ac_link") 2>&5
32053346 ac_status=$?
3206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3207 (exit $ac_status); }; then
3347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3348 test $ac_status = 0; }; then :
32083349 # If both `conftest.exe' and `conftest' are `present' (well, observable)
32093350 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
32103351 # work properly (i.e., refer to `conftest.exe'), while it won't with
32193360 esac
32203361 done
32213362 else
3222 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3363 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
32233364 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3224 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3225 See \`config.log' for more details." >&5
3226 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3227 See \`config.log' for more details." >&2;}
3228 { (exit 1); exit 1; }; }; }
3229 fi
3230
3231 rm -f conftest$ac_cv_exeext
3232 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3365 as_fn_error "cannot compute suffix of executables: cannot compile and link
3366 See \`config.log' for more details." "$LINENO" 5; }
3367 fi
3368 rm -f conftest conftest$ac_cv_exeext
3369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
32333370 $as_echo "$ac_cv_exeext" >&6; }
32343371
32353372 rm -f conftest.$ac_ext
32363373 EXEEXT=$ac_cv_exeext
32373374 ac_exeext=$EXEEXT
3238 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3376 /* end confdefs.h. */
3377 #include <stdio.h>
3378 int
3379 main ()
3380 {
3381 FILE *f = fopen ("conftest.out", "w");
3382 return ferror (f) || fclose (f) != 0;
3383
3384 ;
3385 return 0;
3386 }
3387 _ACEOF
3388 ac_clean_files="$ac_clean_files conftest.out"
3389 # Check that the compiler produces executables we can run. If not, either
3390 # the compiler is broken, or we cross compile.
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3392 $as_echo_n "checking whether we are cross compiling... " >&6; }
3393 if test "$cross_compiling" != yes; then
3394 { { ac_try="$ac_link"
3395 case "(($ac_try" in
3396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3397 *) ac_try_echo=$ac_try;;
3398 esac
3399 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3400 $as_echo "$ac_try_echo"; } >&5
3401 (eval "$ac_link") 2>&5
3402 ac_status=$?
3403 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3404 test $ac_status = 0; }
3405 if { ac_try='./conftest$ac_cv_exeext'
3406 { { case "(($ac_try" in
3407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3408 *) ac_try_echo=$ac_try;;
3409 esac
3410 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3411 $as_echo "$ac_try_echo"; } >&5
3412 (eval "$ac_try") 2>&5
3413 ac_status=$?
3414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3415 test $ac_status = 0; }; }; then
3416 cross_compiling=no
3417 else
3418 if test "$cross_compiling" = maybe; then
3419 cross_compiling=yes
3420 else
3421 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3422 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3423 as_fn_error "cannot run C compiled programs.
3424 If you meant to cross compile, use \`--host'.
3425 See \`config.log' for more details." "$LINENO" 5; }
3426 fi
3427 fi
3428 fi
3429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3430 $as_echo "$cross_compiling" >&6; }
3431
3432 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3433 ac_clean_files=$ac_clean_files_save
3434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
32393435 $as_echo_n "checking for suffix of object files... " >&6; }
3240 if test "${ac_cv_objext+set}" = set; then
3436 if test "${ac_cv_objext+set}" = set; then :
32413437 $as_echo_n "(cached) " >&6
32423438 else
3243 cat >conftest.$ac_ext <<_ACEOF
3244 /* confdefs.h. */
3245 _ACEOF
3246 cat confdefs.h >>conftest.$ac_ext
3247 cat >>conftest.$ac_ext <<_ACEOF
3439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32483440 /* end confdefs.h. */
32493441
32503442 int
32563448 }
32573449 _ACEOF
32583450 rm -f conftest.o conftest.obj
3259 if { (ac_try="$ac_compile"
3451 if { { ac_try="$ac_compile"
32603452 case "(($ac_try" in
32613453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32623454 *) ac_try_echo=$ac_try;;
32633455 esac
3264 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3265 $as_echo "$ac_try_echo") >&5
3456 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3457 $as_echo "$ac_try_echo"; } >&5
32663458 (eval "$ac_compile") 2>&5
32673459 ac_status=$?
3268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3269 (exit $ac_status); }; then
3460 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3461 test $ac_status = 0; }; then :
32703462 for ac_file in conftest.o conftest.obj conftest.*; do
32713463 test -f "$ac_file" || continue;
32723464 case $ac_file in
32793471 $as_echo "$as_me: failed program was:" >&5
32803472 sed 's/^/| /' conftest.$ac_ext >&5
32813473
3282 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3474 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
32833475 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3284 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3285 See \`config.log' for more details." >&5
3286 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3287 See \`config.log' for more details." >&2;}
3288 { (exit 1); exit 1; }; }; }
3289 fi
3290
3476 as_fn_error "cannot compute suffix of object files: cannot compile
3477 See \`config.log' for more details." "$LINENO" 5; }
3478 fi
32913479 rm -f conftest.$ac_cv_objext conftest.$ac_ext
32923480 fi
3293 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
32943482 $as_echo "$ac_cv_objext" >&6; }
32953483 OBJEXT=$ac_cv_objext
32963484 ac_objext=$OBJEXT
3297 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
32983486 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3299 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3487 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
33003488 $as_echo_n "(cached) " >&6
33013489 else
3302 cat >conftest.$ac_ext <<_ACEOF
3303 /* confdefs.h. */
3304 _ACEOF
3305 cat confdefs.h >>conftest.$ac_ext
3306 cat >>conftest.$ac_ext <<_ACEOF
3490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33073491 /* end confdefs.h. */
33083492
33093493 int
33173501 return 0;
33183502 }
33193503 _ACEOF
3320 rm -f conftest.$ac_objext
3321 if { (ac_try="$ac_compile"
3322 case "(($ac_try" in
3323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3324 *) ac_try_echo=$ac_try;;
3325 esac
3326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3327 $as_echo "$ac_try_echo") >&5
3328 (eval "$ac_compile") 2>conftest.er1
3329 ac_status=$?
3330 grep -v '^ *+' conftest.er1 >conftest.err
3331 rm -f conftest.er1
3332 cat conftest.err >&5
3333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3334 (exit $ac_status); } && {
3335 test -z "$ac_c_werror_flag" ||
3336 test ! -s conftest.err
3337 } && test -s conftest.$ac_objext; then
3504 if ac_fn_c_try_compile "$LINENO"; then :
33383505 ac_compiler_gnu=yes
33393506 else
3340 $as_echo "$as_me: failed program was:" >&5
3341 sed 's/^/| /' conftest.$ac_ext >&5
3342
3343 ac_compiler_gnu=no
3344 fi
3345
3507 ac_compiler_gnu=no
3508 fi
33463509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33473510 ac_cv_c_compiler_gnu=$ac_compiler_gnu
33483511
33493512 fi
3350 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
33513514 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
33523515 if test $ac_compiler_gnu = yes; then
33533516 GCC=yes
33563519 fi
33573520 ac_test_CFLAGS=${CFLAGS+set}
33583521 ac_save_CFLAGS=$CFLAGS
3359 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
33603523 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3361 if test "${ac_cv_prog_cc_g+set}" = set; then
3524 if test "${ac_cv_prog_cc_g+set}" = set; then :
33623525 $as_echo_n "(cached) " >&6
33633526 else
33643527 ac_save_c_werror_flag=$ac_c_werror_flag
33653528 ac_c_werror_flag=yes
33663529 ac_cv_prog_cc_g=no
33673530 CFLAGS="-g"
3368 cat >conftest.$ac_ext <<_ACEOF
3369 /* confdefs.h. */
3370 _ACEOF
3371 cat confdefs.h >>conftest.$ac_ext
3372 cat >>conftest.$ac_ext <<_ACEOF
3531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33733532 /* end confdefs.h. */
33743533
33753534 int
33803539 return 0;
33813540 }
33823541 _ACEOF
3383 rm -f conftest.$ac_objext
3384 if { (ac_try="$ac_compile"
3385 case "(($ac_try" in
3386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3387 *) ac_try_echo=$ac_try;;
3388 esac
3389 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3390 $as_echo "$ac_try_echo") >&5
3391 (eval "$ac_compile") 2>conftest.er1
3392 ac_status=$?
3393 grep -v '^ *+' conftest.er1 >conftest.err
3394 rm -f conftest.er1
3395 cat conftest.err >&5
3396 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3397 (exit $ac_status); } && {
3398 test -z "$ac_c_werror_flag" ||
3399 test ! -s conftest.err
3400 } && test -s conftest.$ac_objext; then
3542 if ac_fn_c_try_compile "$LINENO"; then :
34013543 ac_cv_prog_cc_g=yes
34023544 else
3403 $as_echo "$as_me: failed program was:" >&5
3404 sed 's/^/| /' conftest.$ac_ext >&5
3405
3406 CFLAGS=""
3407 cat >conftest.$ac_ext <<_ACEOF
3408 /* confdefs.h. */
3409 _ACEOF
3410 cat confdefs.h >>conftest.$ac_ext
3411 cat >>conftest.$ac_ext <<_ACEOF
3545 CFLAGS=""
3546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34123547 /* end confdefs.h. */
34133548
34143549 int
34193554 return 0;
34203555 }
34213556 _ACEOF
3422 rm -f conftest.$ac_objext
3423 if { (ac_try="$ac_compile"
3424 case "(($ac_try" in
3425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3426 *) ac_try_echo=$ac_try;;
3427 esac
3428 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3429 $as_echo "$ac_try_echo") >&5
3430 (eval "$ac_compile") 2>conftest.er1
3431 ac_status=$?
3432 grep -v '^ *+' conftest.er1 >conftest.err
3433 rm -f conftest.er1
3434 cat conftest.err >&5
3435 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3436 (exit $ac_status); } && {
3437 test -z "$ac_c_werror_flag" ||
3438 test ! -s conftest.err
3439 } && test -s conftest.$ac_objext; then
3440 :
3441 else
3442 $as_echo "$as_me: failed program was:" >&5
3443 sed 's/^/| /' conftest.$ac_ext >&5
3444
3445 ac_c_werror_flag=$ac_save_c_werror_flag
3557 if ac_fn_c_try_compile "$LINENO"; then :
3558
3559 else
3560 ac_c_werror_flag=$ac_save_c_werror_flag
34463561 CFLAGS="-g"
3447 cat >conftest.$ac_ext <<_ACEOF
3448 /* confdefs.h. */
3449 _ACEOF
3450 cat confdefs.h >>conftest.$ac_ext
3451 cat >>conftest.$ac_ext <<_ACEOF
3562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34523563 /* end confdefs.h. */
34533564
34543565 int
34593570 return 0;
34603571 }
34613572 _ACEOF
3462 rm -f conftest.$ac_objext
3463 if { (ac_try="$ac_compile"
3464 case "(($ac_try" in
3465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466 *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3469 $as_echo "$ac_try_echo") >&5
3470 (eval "$ac_compile") 2>conftest.er1
3471 ac_status=$?
3472 grep -v '^ *+' conftest.er1 >conftest.err
3473 rm -f conftest.er1
3474 cat conftest.err >&5
3475 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3476 (exit $ac_status); } && {
3477 test -z "$ac_c_werror_flag" ||
3478 test ! -s conftest.err
3479 } && test -s conftest.$ac_objext; then
3573 if ac_fn_c_try_compile "$LINENO"; then :
34803574 ac_cv_prog_cc_g=yes
3481 else
3482 $as_echo "$as_me: failed program was:" >&5
3483 sed 's/^/| /' conftest.$ac_ext >&5
3484
3485
3486 fi
3487
3575 fi
34883576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34893577 fi
3490
34913578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34923579 fi
3493
34943580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34953581 ac_c_werror_flag=$ac_save_c_werror_flag
34963582 fi
3497 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
34983584 $as_echo "$ac_cv_prog_cc_g" >&6; }
34993585 if test "$ac_test_CFLAGS" = set; then
35003586 CFLAGS=$ac_save_CFLAGS
35113597 CFLAGS=
35123598 fi
35133599 fi
3514 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
35153601 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3516 if test "${ac_cv_prog_cc_c89+set}" = set; then
3602 if test "${ac_cv_prog_cc_c89+set}" = set; then :
35173603 $as_echo_n "(cached) " >&6
35183604 else
35193605 ac_cv_prog_cc_c89=no
35203606 ac_save_CC=$CC
3521 cat >conftest.$ac_ext <<_ACEOF
3522 /* confdefs.h. */
3523 _ACEOF
3524 cat confdefs.h >>conftest.$ac_ext
3525 cat >>conftest.$ac_ext <<_ACEOF
3607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35263608 /* end confdefs.h. */
35273609 #include <stdarg.h>
35283610 #include <stdio.h>
35793661 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
35803662 do
35813663 CC="$ac_save_CC $ac_arg"
3582 rm -f conftest.$ac_objext
3583 if { (ac_try="$ac_compile"
3584 case "(($ac_try" in
3585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3586 *) ac_try_echo=$ac_try;;
3587 esac
3588 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3589 $as_echo "$ac_try_echo") >&5
3590 (eval "$ac_compile") 2>conftest.er1
3591 ac_status=$?
3592 grep -v '^ *+' conftest.er1 >conftest.err
3593 rm -f conftest.er1
3594 cat conftest.err >&5
3595 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3596 (exit $ac_status); } && {
3597 test -z "$ac_c_werror_flag" ||
3598 test ! -s conftest.err
3599 } && test -s conftest.$ac_objext; then
3664 if ac_fn_c_try_compile "$LINENO"; then :
36003665 ac_cv_prog_cc_c89=$ac_arg
3601 else
3602 $as_echo "$as_me: failed program was:" >&5
3603 sed 's/^/| /' conftest.$ac_ext >&5
3604
3605
3606 fi
3607
3666 fi
36083667 rm -f core conftest.err conftest.$ac_objext
36093668 test "x$ac_cv_prog_cc_c89" != "xno" && break
36103669 done
36153674 # AC_CACHE_VAL
36163675 case "x$ac_cv_prog_cc_c89" in
36173676 x)
3618 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
36193678 $as_echo "none needed" >&6; } ;;
36203679 xno)
3621 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
36223681 $as_echo "unsupported" >&6; } ;;
36233682 *)
36243683 CC="$CC $ac_cv_prog_cc_c89"
3625 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
36263685 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
36273686 esac
3628
3687 if test "x$ac_cv_prog_cc_c89" != xno; then :
3688
3689 fi
36293690
36303691 ac_ext=c
36313692 ac_cpp='$CPP $CPPFLAGS'
36353696
36363697 depcc="$CC" am_compiler_list=
36373698
3638 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
36393700 $as_echo_n "checking dependency style of $depcc... " >&6; }
3640 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3701 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
36413702 $as_echo_n "(cached) " >&6
36423703 else
36433704 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
36633724 if test "$am_compiler_list" = ""; then
36643725 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
36653726 fi
3727 am__universal=false
3728 case " $depcc " in #(
3729 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3730 esac
3731
36663732 for depmode in $am_compiler_list; do
36673733 # Setup a source with many dependencies, because some compilers
36683734 # like to wrap large dependency lists on column 80 (with \), and
36803746 done
36813747 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
36823748
3749 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3750 # mode. It turns out that the SunPro C++ compiler does not properly
3751 # handle `-M -o', and we need to detect this. Also, some Intel
3752 # versions had trouble with output in subdirs
3753 am__obj=sub/conftest.${OBJEXT-o}
3754 am__minus_obj="-o $am__obj"
36833755 case $depmode in
3756 gcc)
3757 # This depmode causes a compiler race in universal mode.
3758 test "$am__universal" = false || continue
3759 ;;
36843760 nosideeffect)
36853761 # after this tag, mechanisms are not by side-effect, so they'll
36863762 # only be used when explicitly requested
36903766 break
36913767 fi
36923768 ;;
3769 msvisualcpp | msvcmsys)
3770 # This compiler won't grok `-c -o', but also, the minuso test has
3771 # not run yet. These depmodes are late enough in the game, and
3772 # so weak that their functioning should not be impacted.
3773 am__obj=conftest.${OBJEXT-o}
3774 am__minus_obj=
3775 ;;
36933776 none) break ;;
36943777 esac
3695 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3696 # mode. It turns out that the SunPro C++ compiler does not properly
3697 # handle `-M -o', and we need to detect this.
36983778 if depmode=$depmode \
3699 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3779 source=sub/conftest.c object=$am__obj \
37003780 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3701 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3781 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
37023782 >/dev/null 2>conftest.err &&
37033783 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
37043784 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3705 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3785 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
37063786 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
37073787 # icc doesn't choke on unknown options, it will just issue warnings
37083788 # or remarks (even with -Werror). So we grep stderr for any message
37263806 fi
37273807
37283808 fi
3729 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
37303810 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
37313811 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
37323812
37413821 fi
37423822
37433823
3744 { $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
3824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
37453825 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
3746 if test "${ac_cv_path_SED+set}" = set; then
3826 if test "${ac_cv_path_SED+set}" = set; then :
37473827 $as_echo_n "(cached) " >&6
37483828 else
37493829 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
37513831 ac_script="$ac_script$as_nl$ac_script"
37523832 done
37533833 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3754 $as_unset ac_script || ac_script=
3834 { ac_script=; unset ac_script;}
37553835 if test -z "$SED"; then
37563836 ac_path_SED_found=false
37573837 # Loop through the user's path and test for each of PROGNAME-LIST
37603840 do
37613841 IFS=$as_save_IFS
37623842 test -z "$as_dir" && as_dir=.
3763 for ac_prog in sed gsed; do
3843 for ac_prog in sed gsed; do
37643844 for ac_exec_ext in '' $ac_executable_extensions; do
37653845 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
37663846 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
37803860 $as_echo '' >> "conftest.nl"
37813861 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
37823862 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3783 ac_count=`expr $ac_count + 1`
3863 as_fn_arith $ac_count + 1 && ac_count=$as_val
37843864 if test $ac_count -gt ${ac_path_SED_max-0}; then
37853865 # Best one so far, save it but keep looking for a better one
37863866 ac_cv_path_SED="$ac_path_SED"
37953875 $ac_path_SED_found && break 3
37963876 done
37973877 done
3798 done
3878 done
37993879 IFS=$as_save_IFS
38003880 if test -z "$ac_cv_path_SED"; then
3801 { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
3802 $as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
3803 { (exit 1); exit 1; }; }
3881 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
38043882 fi
38053883 else
38063884 ac_cv_path_SED=$SED
38073885 fi
38083886
38093887 fi
3810 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
3888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
38113889 $as_echo "$ac_cv_path_SED" >&6; }
38123890 SED="$ac_cv_path_SED"
38133891 rm -f conftest.sed
38253903
38263904
38273905
3828 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
3906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
38293907 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3830 if test "${ac_cv_path_GREP+set}" = set; then
3908 if test "${ac_cv_path_GREP+set}" = set; then :
38313909 $as_echo_n "(cached) " >&6
38323910 else
38333911 if test -z "$GREP"; then
38383916 do
38393917 IFS=$as_save_IFS
38403918 test -z "$as_dir" && as_dir=.
3841 for ac_prog in grep ggrep; do
3919 for ac_prog in grep ggrep; do
38423920 for ac_exec_ext in '' $ac_executable_extensions; do
38433921 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
38443922 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
38583936 $as_echo 'GREP' >> "conftest.nl"
38593937 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
38603938 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3861 ac_count=`expr $ac_count + 1`
3939 as_fn_arith $ac_count + 1 && ac_count=$as_val
38623940 if test $ac_count -gt ${ac_path_GREP_max-0}; then
38633941 # Best one so far, save it but keep looking for a better one
38643942 ac_cv_path_GREP="$ac_path_GREP"
38733951 $ac_path_GREP_found && break 3
38743952 done
38753953 done
3876 done
3954 done
38773955 IFS=$as_save_IFS
38783956 if test -z "$ac_cv_path_GREP"; then
3879 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3880 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3881 { (exit 1); exit 1; }; }
3957 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
38823958 fi
38833959 else
38843960 ac_cv_path_GREP=$GREP
38853961 fi
38863962
38873963 fi
3888 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
3964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
38893965 $as_echo "$ac_cv_path_GREP" >&6; }
38903966 GREP="$ac_cv_path_GREP"
38913967
38923968
3893 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
3969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
38943970 $as_echo_n "checking for egrep... " >&6; }
3895 if test "${ac_cv_path_EGREP+set}" = set; then
3971 if test "${ac_cv_path_EGREP+set}" = set; then :
38963972 $as_echo_n "(cached) " >&6
38973973 else
38983974 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
39063982 do
39073983 IFS=$as_save_IFS
39083984 test -z "$as_dir" && as_dir=.
3909 for ac_prog in egrep; do
3985 for ac_prog in egrep; do
39103986 for ac_exec_ext in '' $ac_executable_extensions; do
39113987 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
39123988 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
39264002 $as_echo 'EGREP' >> "conftest.nl"
39274003 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
39284004 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3929 ac_count=`expr $ac_count + 1`
4005 as_fn_arith $ac_count + 1 && ac_count=$as_val
39304006 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
39314007 # Best one so far, save it but keep looking for a better one
39324008 ac_cv_path_EGREP="$ac_path_EGREP"
39414017 $ac_path_EGREP_found && break 3
39424018 done
39434019 done
3944 done
4020 done
39454021 IFS=$as_save_IFS
39464022 if test -z "$ac_cv_path_EGREP"; then
3947 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3948 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3949 { (exit 1); exit 1; }; }
4023 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
39504024 fi
39514025 else
39524026 ac_cv_path_EGREP=$EGREP
39544028
39554029 fi
39564030 fi
3957 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
39584032 $as_echo "$ac_cv_path_EGREP" >&6; }
39594033 EGREP="$ac_cv_path_EGREP"
39604034
39614035
3962 { $as_echo "$as_me:$LINENO: checking for fgrep" >&5
4036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
39634037 $as_echo_n "checking for fgrep... " >&6; }
3964 if test "${ac_cv_path_FGREP+set}" = set; then
4038 if test "${ac_cv_path_FGREP+set}" = set; then :
39654039 $as_echo_n "(cached) " >&6
39664040 else
39674041 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
39754049 do
39764050 IFS=$as_save_IFS
39774051 test -z "$as_dir" && as_dir=.
3978 for ac_prog in fgrep; do
4052 for ac_prog in fgrep; do
39794053 for ac_exec_ext in '' $ac_executable_extensions; do
39804054 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
39814055 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
39954069 $as_echo 'FGREP' >> "conftest.nl"
39964070 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
39974071 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3998 ac_count=`expr $ac_count + 1`
4072 as_fn_arith $ac_count + 1 && ac_count=$as_val
39994073 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
40004074 # Best one so far, save it but keep looking for a better one
40014075 ac_cv_path_FGREP="$ac_path_FGREP"
40104084 $ac_path_FGREP_found && break 3
40114085 done
40124086 done
4013 done
4087 done
40144088 IFS=$as_save_IFS
40154089 if test -z "$ac_cv_path_FGREP"; then
4016 { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4017 $as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4018 { (exit 1); exit 1; }; }
4090 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
40194091 fi
40204092 else
40214093 ac_cv_path_FGREP=$FGREP
40234095
40244096 fi
40254097 fi
4026 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
40274099 $as_echo "$ac_cv_path_FGREP" >&6; }
40284100 FGREP="$ac_cv_path_FGREP"
40294101
40494121
40504122
40514123 # Check whether --with-gnu-ld was given.
4052 if test "${with_gnu_ld+set}" = set; then
4124 if test "${with_gnu_ld+set}" = set; then :
40534125 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
40544126 else
40554127 with_gnu_ld=no
40584130 ac_prog=ld
40594131 if test "$GCC" = yes; then
40604132 # Check if gcc -print-prog-name=ld gives a path.
4061 { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
40624134 $as_echo_n "checking for ld used by $CC... " >&6; }
40634135 case $host in
40644136 *-*-mingw*)
40884160 ;;
40894161 esac
40904162 elif test "$with_gnu_ld" = yes; then
4091 { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
40924164 $as_echo_n "checking for GNU ld... " >&6; }
40934165 else
4094 { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
40954167 $as_echo_n "checking for non-GNU ld... " >&6; }
40964168 fi
4097 if test "${lt_cv_path_LD+set}" = set; then
4169 if test "${lt_cv_path_LD+set}" = set; then :
40984170 $as_echo_n "(cached) " >&6
40994171 else
41004172 if test -z "$LD"; then
41254197
41264198 LD="$lt_cv_path_LD"
41274199 if test -n "$LD"; then
4128 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
41294201 $as_echo "$LD" >&6; }
41304202 else
4131 { $as_echo "$as_me:$LINENO: result: no" >&5
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41324204 $as_echo "no" >&6; }
41334205 fi
4134 test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4135 $as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4136 { (exit 1); exit 1; }; }
4137 { $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4206 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
41384208 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4139 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4209 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
41404210 $as_echo_n "(cached) " >&6
41414211 else
41424212 # I'd rather use --version here, but apparently some GNU lds only accept -v.
41494219 ;;
41504220 esac
41514221 fi
4152 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
41534223 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
41544224 with_gnu_ld=$lt_cv_prog_gnu_ld
41554225
41614231
41624232
41634233
4164 { $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
41654235 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4166 if test "${lt_cv_path_NM+set}" = set; then
4236 if test "${lt_cv_path_NM+set}" = set; then :
41674237 $as_echo_n "(cached) " >&6
41684238 else
41694239 if test -n "$NM"; then
42104280 : ${lt_cv_path_NM=no}
42114281 fi
42124282 fi
4213 { $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
42144284 $as_echo "$lt_cv_path_NM" >&6; }
42154285 if test "$lt_cv_path_NM" != "no"; then
42164286 NM="$lt_cv_path_NM"
42214291 do
42224292 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
42234293 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4224 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
42254295 $as_echo_n "checking for $ac_word... " >&6; }
4226 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4296 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
42274297 $as_echo_n "(cached) " >&6
42284298 else
42294299 if test -n "$DUMPBIN"; then
42344304 do
42354305 IFS=$as_save_IFS
42364306 test -z "$as_dir" && as_dir=.
4237 for ac_exec_ext in '' $ac_executable_extensions; do
4307 for ac_exec_ext in '' $ac_executable_extensions; do
42384308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42394309 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4240 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42414311 break 2
42424312 fi
42434313 done
4244 done
4314 done
42454315 IFS=$as_save_IFS
42464316
42474317 fi
42484318 fi
42494319 DUMPBIN=$ac_cv_prog_DUMPBIN
42504320 if test -n "$DUMPBIN"; then
4251 { $as_echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
42524322 $as_echo "$DUMPBIN" >&6; }
42534323 else
4254 { $as_echo "$as_me:$LINENO: result: no" >&5
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
42554325 $as_echo "no" >&6; }
42564326 fi
42574327
42654335 do
42664336 # Extract the first word of "$ac_prog", so it can be a program name with args.
42674337 set dummy $ac_prog; ac_word=$2
4268 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
42694339 $as_echo_n "checking for $ac_word... " >&6; }
4270 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4340 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
42714341 $as_echo_n "(cached) " >&6
42724342 else
42734343 if test -n "$ac_ct_DUMPBIN"; then
42784348 do
42794349 IFS=$as_save_IFS
42804350 test -z "$as_dir" && as_dir=.
4281 for ac_exec_ext in '' $ac_executable_extensions; do
4351 for ac_exec_ext in '' $ac_executable_extensions; do
42824352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42834353 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4284 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42854355 break 2
42864356 fi
42874357 done
4288 done
4358 done
42894359 IFS=$as_save_IFS
42904360
42914361 fi
42924362 fi
42934363 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
42944364 if test -n "$ac_ct_DUMPBIN"; then
4295 { $as_echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
42964366 $as_echo "$ac_ct_DUMPBIN" >&6; }
42974367 else
4298 { $as_echo "$as_me:$LINENO: result: no" >&5
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
42994369 $as_echo "no" >&6; }
43004370 fi
43014371
43084378 else
43094379 case $cross_compiling:$ac_tool_warned in
43104380 yes:)
4311 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4381 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
43124382 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
43134383 ac_tool_warned=yes ;;
43144384 esac
43284398
43294399
43304400
4331 { $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
43324402 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4333 if test "${lt_cv_nm_interface+set}" = set; then
4403 if test "${lt_cv_nm_interface+set}" = set; then :
43344404 $as_echo_n "(cached) " >&6
43354405 else
43364406 lt_cv_nm_interface="BSD nm"
43374407 echo "int some_variable = 0;" > conftest.$ac_ext
4338 (eval echo "\"\$as_me:4339: $ac_compile\"" >&5)
4408 (eval echo "\"\$as_me:4409: $ac_compile\"" >&5)
43394409 (eval "$ac_compile" 2>conftest.err)
43404410 cat conftest.err >&5
4341 (eval echo "\"\$as_me:4342: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4411 (eval echo "\"\$as_me:4412: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
43424412 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
43434413 cat conftest.err >&5
4344 (eval echo "\"\$as_me:4345: output\"" >&5)
4414 (eval echo "\"\$as_me:4415: output\"" >&5)
43454415 cat conftest.out >&5
43464416 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
43474417 lt_cv_nm_interface="MS dumpbin"
43484418 fi
43494419 rm -f conftest*
43504420 fi
4351 { $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
43524422 $as_echo "$lt_cv_nm_interface" >&6; }
43534423
4354 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
43554425 $as_echo_n "checking whether ln -s works... " >&6; }
43564426 LN_S=$as_ln_s
43574427 if test "$LN_S" = "ln -s"; then
4358 { $as_echo "$as_me:$LINENO: result: yes" >&5
4428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
43594429 $as_echo "yes" >&6; }
43604430 else
4361 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
43624432 $as_echo "no, using $LN_S" >&6; }
43634433 fi
43644434
43654435 # find the maximum length of command line arguments
4366 { $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
43674437 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4368 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4438 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
43694439 $as_echo_n "(cached) " >&6
43704440 else
43714441 i=0
44834553 fi
44844554
44854555 if test -n $lt_cv_sys_max_cmd_len ; then
4486 { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
44874557 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
44884558 else
4489 { $as_echo "$as_me:$LINENO: result: none" >&5
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
44904560 $as_echo "none" >&6; }
44914561 fi
44924562 max_cmd_len=$lt_cv_sys_max_cmd_len
45004570 : ${MV="mv -f"}
45014571 : ${RM="rm -f"}
45024572
4503 { $as_echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
45044574 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
45054575 # Try some XSI features
45064576 xsi_shell=no
45104580 && eval 'test $(( 1 + 1 )) -eq 2 \
45114581 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
45124582 && xsi_shell=yes
4513 { $as_echo "$as_me:$LINENO: result: $xsi_shell" >&5
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
45144584 $as_echo "$xsi_shell" >&6; }
45154585
45164586
4517 { $as_echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
45184588 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
45194589 lt_shell_append=no
45204590 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
45214591 >/dev/null 2>&1 \
45224592 && lt_shell_append=yes
4523 { $as_echo "$as_me:$LINENO: result: $lt_shell_append" >&5
4593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
45244594 $as_echo "$lt_shell_append" >&6; }
45254595
45264596
45554625
45564626
45574627
4558 { $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
4628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
45594629 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4560 if test "${lt_cv_ld_reload_flag+set}" = set; then
4630 if test "${lt_cv_ld_reload_flag+set}" = set; then :
45614631 $as_echo_n "(cached) " >&6
45624632 else
45634633 lt_cv_ld_reload_flag='-r'
45644634 fi
4565 { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
4635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
45664636 $as_echo "$lt_cv_ld_reload_flag" >&6; }
45674637 reload_flag=$lt_cv_ld_reload_flag
45684638 case $reload_flag in
45914661 if test -n "$ac_tool_prefix"; then
45924662 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
45934663 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4594 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
45954665 $as_echo_n "checking for $ac_word... " >&6; }
4596 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
4666 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
45974667 $as_echo_n "(cached) " >&6
45984668 else
45994669 if test -n "$OBJDUMP"; then
46044674 do
46054675 IFS=$as_save_IFS
46064676 test -z "$as_dir" && as_dir=.
4607 for ac_exec_ext in '' $ac_executable_extensions; do
4677 for ac_exec_ext in '' $ac_executable_extensions; do
46084678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
46094679 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4610 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
46114681 break 2
46124682 fi
46134683 done
4614 done
4684 done
46154685 IFS=$as_save_IFS
46164686
46174687 fi
46184688 fi
46194689 OBJDUMP=$ac_cv_prog_OBJDUMP
46204690 if test -n "$OBJDUMP"; then
4621 { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
46224692 $as_echo "$OBJDUMP" >&6; }
46234693 else
4624 { $as_echo "$as_me:$LINENO: result: no" >&5
4694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
46254695 $as_echo "no" >&6; }
46264696 fi
46274697
46314701 ac_ct_OBJDUMP=$OBJDUMP
46324702 # Extract the first word of "objdump", so it can be a program name with args.
46334703 set dummy objdump; ac_word=$2
4634 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
46354705 $as_echo_n "checking for $ac_word... " >&6; }
4636 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
4706 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
46374707 $as_echo_n "(cached) " >&6
46384708 else
46394709 if test -n "$ac_ct_OBJDUMP"; then
46444714 do
46454715 IFS=$as_save_IFS
46464716 test -z "$as_dir" && as_dir=.
4647 for ac_exec_ext in '' $ac_executable_extensions; do
4717 for ac_exec_ext in '' $ac_executable_extensions; do
46484718 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
46494719 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4650 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4720 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
46514721 break 2
46524722 fi
46534723 done
4654 done
4724 done
46554725 IFS=$as_save_IFS
46564726
46574727 fi
46584728 fi
46594729 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
46604730 if test -n "$ac_ct_OBJDUMP"; then
4661 { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
4731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
46624732 $as_echo "$ac_ct_OBJDUMP" >&6; }
46634733 else
4664 { $as_echo "$as_me:$LINENO: result: no" >&5
4734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
46654735 $as_echo "no" >&6; }
46664736 fi
46674737
46704740 else
46714741 case $cross_compiling:$ac_tool_warned in
46724742 yes:)
4673 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
46744744 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
46754745 ac_tool_warned=yes ;;
46764746 esac
46904760
46914761
46924762
4693 { $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
46944764 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
4695 if test "${lt_cv_deplibs_check_method+set}" = set; then
4765 if test "${lt_cv_deplibs_check_method+set}" = set; then :
46964766 $as_echo_n "(cached) " >&6
46974767 else
46984768 lt_cv_file_magic_cmd='$MAGIC_CMD'
48864956 esac
48874957
48884958 fi
4889 { $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
4959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
48904960 $as_echo "$lt_cv_deplibs_check_method" >&6; }
48914961 file_magic_cmd=$lt_cv_file_magic_cmd
48924962 deplibs_check_method=$lt_cv_deplibs_check_method
49064976 if test -n "$ac_tool_prefix"; then
49074977 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
49084978 set dummy ${ac_tool_prefix}ar; ac_word=$2
4909 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
49104980 $as_echo_n "checking for $ac_word... " >&6; }
4911 if test "${ac_cv_prog_AR+set}" = set; then
4981 if test "${ac_cv_prog_AR+set}" = set; then :
49124982 $as_echo_n "(cached) " >&6
49134983 else
49144984 if test -n "$AR"; then
49194989 do
49204990 IFS=$as_save_IFS
49214991 test -z "$as_dir" && as_dir=.
4922 for ac_exec_ext in '' $ac_executable_extensions; do
4992 for ac_exec_ext in '' $ac_executable_extensions; do
49234993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49244994 ac_cv_prog_AR="${ac_tool_prefix}ar"
4925 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
49264996 break 2
49274997 fi
49284998 done
4929 done
4999 done
49305000 IFS=$as_save_IFS
49315001
49325002 fi
49335003 fi
49345004 AR=$ac_cv_prog_AR
49355005 if test -n "$AR"; then
4936 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
49375007 $as_echo "$AR" >&6; }
49385008 else
4939 { $as_echo "$as_me:$LINENO: result: no" >&5
5009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
49405010 $as_echo "no" >&6; }
49415011 fi
49425012
49465016 ac_ct_AR=$AR
49475017 # Extract the first word of "ar", so it can be a program name with args.
49485018 set dummy ar; ac_word=$2
4949 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
49505020 $as_echo_n "checking for $ac_word... " >&6; }
4951 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5021 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
49525022 $as_echo_n "(cached) " >&6
49535023 else
49545024 if test -n "$ac_ct_AR"; then
49595029 do
49605030 IFS=$as_save_IFS
49615031 test -z "$as_dir" && as_dir=.
4962 for ac_exec_ext in '' $ac_executable_extensions; do
5032 for ac_exec_ext in '' $ac_executable_extensions; do
49635033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49645034 ac_cv_prog_ac_ct_AR="ar"
4965 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
49665036 break 2
49675037 fi
49685038 done
4969 done
5039 done
49705040 IFS=$as_save_IFS
49715041
49725042 fi
49735043 fi
49745044 ac_ct_AR=$ac_cv_prog_ac_ct_AR
49755045 if test -n "$ac_ct_AR"; then
4976 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
49775047 $as_echo "$ac_ct_AR" >&6; }
49785048 else
4979 { $as_echo "$as_me:$LINENO: result: no" >&5
5049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
49805050 $as_echo "no" >&6; }
49815051 fi
49825052
49855055 else
49865056 case $cross_compiling:$ac_tool_warned in
49875057 yes:)
4988 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
49895059 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
49905060 ac_tool_warned=yes ;;
49915061 esac
50115081 if test -n "$ac_tool_prefix"; then
50125082 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
50135083 set dummy ${ac_tool_prefix}strip; ac_word=$2
5014 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
50155085 $as_echo_n "checking for $ac_word... " >&6; }
5016 if test "${ac_cv_prog_STRIP+set}" = set; then
5086 if test "${ac_cv_prog_STRIP+set}" = set; then :
50175087 $as_echo_n "(cached) " >&6
50185088 else
50195089 if test -n "$STRIP"; then
50245094 do
50255095 IFS=$as_save_IFS
50265096 test -z "$as_dir" && as_dir=.
5027 for ac_exec_ext in '' $ac_executable_extensions; do
5097 for ac_exec_ext in '' $ac_executable_extensions; do
50285098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50295099 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5030 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
50315101 break 2
50325102 fi
50335103 done
5034 done
5104 done
50355105 IFS=$as_save_IFS
50365106
50375107 fi
50385108 fi
50395109 STRIP=$ac_cv_prog_STRIP
50405110 if test -n "$STRIP"; then
5041 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
50425112 $as_echo "$STRIP" >&6; }
50435113 else
5044 { $as_echo "$as_me:$LINENO: result: no" >&5
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
50455115 $as_echo "no" >&6; }
50465116 fi
50475117
50515121 ac_ct_STRIP=$STRIP
50525122 # Extract the first word of "strip", so it can be a program name with args.
50535123 set dummy strip; ac_word=$2
5054 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
50555125 $as_echo_n "checking for $ac_word... " >&6; }
5056 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5126 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
50575127 $as_echo_n "(cached) " >&6
50585128 else
50595129 if test -n "$ac_ct_STRIP"; then
50645134 do
50655135 IFS=$as_save_IFS
50665136 test -z "$as_dir" && as_dir=.
5067 for ac_exec_ext in '' $ac_executable_extensions; do
5137 for ac_exec_ext in '' $ac_executable_extensions; do
50685138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50695139 ac_cv_prog_ac_ct_STRIP="strip"
5070 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
50715141 break 2
50725142 fi
50735143 done
5074 done
5144 done
50755145 IFS=$as_save_IFS
50765146
50775147 fi
50785148 fi
50795149 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
50805150 if test -n "$ac_ct_STRIP"; then
5081 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
50825152 $as_echo "$ac_ct_STRIP" >&6; }
50835153 else
5084 { $as_echo "$as_me:$LINENO: result: no" >&5
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
50855155 $as_echo "no" >&6; }
50865156 fi
50875157
50905160 else
50915161 case $cross_compiling:$ac_tool_warned in
50925162 yes:)
5093 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
50945164 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
50955165 ac_tool_warned=yes ;;
50965166 esac
51105180 if test -n "$ac_tool_prefix"; then
51115181 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
51125182 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5113 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
51145184 $as_echo_n "checking for $ac_word... " >&6; }
5115 if test "${ac_cv_prog_RANLIB+set}" = set; then
5185 if test "${ac_cv_prog_RANLIB+set}" = set; then :
51165186 $as_echo_n "(cached) " >&6
51175187 else
51185188 if test -n "$RANLIB"; then
51235193 do
51245194 IFS=$as_save_IFS
51255195 test -z "$as_dir" && as_dir=.
5126 for ac_exec_ext in '' $ac_executable_extensions; do
5196 for ac_exec_ext in '' $ac_executable_extensions; do
51275197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51285198 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5129 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
51305200 break 2
51315201 fi
51325202 done
5133 done
5203 done
51345204 IFS=$as_save_IFS
51355205
51365206 fi
51375207 fi
51385208 RANLIB=$ac_cv_prog_RANLIB
51395209 if test -n "$RANLIB"; then
5140 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
51415211 $as_echo "$RANLIB" >&6; }
51425212 else
5143 { $as_echo "$as_me:$LINENO: result: no" >&5
5213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
51445214 $as_echo "no" >&6; }
51455215 fi
51465216
51505220 ac_ct_RANLIB=$RANLIB
51515221 # Extract the first word of "ranlib", so it can be a program name with args.
51525222 set dummy ranlib; ac_word=$2
5153 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
51545224 $as_echo_n "checking for $ac_word... " >&6; }
5155 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5225 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
51565226 $as_echo_n "(cached) " >&6
51575227 else
51585228 if test -n "$ac_ct_RANLIB"; then
51635233 do
51645234 IFS=$as_save_IFS
51655235 test -z "$as_dir" && as_dir=.
5166 for ac_exec_ext in '' $ac_executable_extensions; do
5236 for ac_exec_ext in '' $ac_executable_extensions; do
51675237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51685238 ac_cv_prog_ac_ct_RANLIB="ranlib"
5169 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
51705240 break 2
51715241 fi
51725242 done
5173 done
5243 done
51745244 IFS=$as_save_IFS
51755245
51765246 fi
51775247 fi
51785248 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
51795249 if test -n "$ac_ct_RANLIB"; then
5180 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
51815251 $as_echo "$ac_ct_RANLIB" >&6; }
51825252 else
5183 { $as_echo "$as_me:$LINENO: result: no" >&5
5253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
51845254 $as_echo "no" >&6; }
51855255 fi
51865256
51895259 else
51905260 case $cross_compiling:$ac_tool_warned in
51915261 yes:)
5192 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
51935263 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
51945264 ac_tool_warned=yes ;;
51955265 esac
52675337
52685338
52695339 # Check for command to grab the raw symbol name followed by C symbol from nm.
5270 { $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
52715341 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5272 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
5342 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
52735343 $as_echo_n "(cached) " >&6
52745344 else
52755345
53855455 int main(){nm_test_var='a';nm_test_func();return(0);}
53865456 _LT_EOF
53875457
5388 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5458 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
53895459 (eval $ac_compile) 2>&5
53905460 ac_status=$?
5391 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5392 (exit $ac_status); }; then
5461 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5462 test $ac_status = 0; }; then
53935463 # Now try to grab the symbols.
53945464 nlist=conftest.nm
5395 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
5465 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
53965466 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
53975467 ac_status=$?
5398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5399 (exit $ac_status); } && test -s "$nlist"; then
5468 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5469 test $ac_status = 0; } && test -s "$nlist"; then
54005470 # Try sorting and uniquifying the output.
54015471 if sort "$nlist" | uniq > "$nlist"T; then
54025472 mv -f "$nlist"T "$nlist"
54495519 lt_save_CFLAGS="$CFLAGS"
54505520 LIBS="conftstm.$ac_objext"
54515521 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5452 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5522 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
54535523 (eval $ac_link) 2>&5
54545524 ac_status=$?
5455 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5456 (exit $ac_status); } && test -s conftest${ac_exeext}; then
5525 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5526 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
54575527 pipe_works=yes
54585528 fi
54595529 LIBS="$lt_save_LIBS"
54875557 lt_cv_sys_global_symbol_to_cdecl=
54885558 fi
54895559 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5490 { $as_echo "$as_me:$LINENO: result: failed" >&5
5560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
54915561 $as_echo "failed" >&6; }
54925562 else
5493 { $as_echo "$as_me:$LINENO: result: ok" >&5
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
54945564 $as_echo "ok" >&6; }
54955565 fi
54965566
55175587
55185588
55195589 # Check whether --enable-libtool-lock was given.
5520 if test "${enable_libtool_lock+set}" = set; then
5590 if test "${enable_libtool_lock+set}" = set; then :
55215591 enableval=$enable_libtool_lock;
55225592 fi
55235593
55295599 ia64-*-hpux*)
55305600 # Find out which ABI we are using.
55315601 echo 'int i;' > conftest.$ac_ext
5532 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5602 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
55335603 (eval $ac_compile) 2>&5
55345604 ac_status=$?
5535 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5536 (exit $ac_status); }; then
5605 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5606 test $ac_status = 0; }; then
55375607 case `/usr/bin/file conftest.$ac_objext` in
55385608 *ELF-32*)
55395609 HPUX_IA64_MODE="32"
55475617 ;;
55485618 *-*-irix6*)
55495619 # Find out which ABI we are using.
5550 echo '#line 5551 "configure"' > conftest.$ac_ext
5551 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5620 echo '#line 5621 "configure"' > conftest.$ac_ext
5621 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
55525622 (eval $ac_compile) 2>&5
55535623 ac_status=$?
5554 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5555 (exit $ac_status); }; then
5624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5625 test $ac_status = 0; }; then
55565626 if test "$lt_cv_prog_gnu_ld" = yes; then
55575627 case `/usr/bin/file conftest.$ac_objext` in
55585628 *32-bit*)
55865656 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
55875657 # Find out which ABI we are using.
55885658 echo 'int i;' > conftest.$ac_ext
5589 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5659 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
55905660 (eval $ac_compile) 2>&5
55915661 ac_status=$?
5592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5593 (exit $ac_status); }; then
5662 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5663 test $ac_status = 0; }; then
55945664 case `/usr/bin/file conftest.o` in
55955665 *32-bit*)
55965666 case $host in
56395709 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
56405710 SAVE_CFLAGS="$CFLAGS"
56415711 CFLAGS="$CFLAGS -belf"
5642 { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
5712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
56435713 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5644 if test "${lt_cv_cc_needs_belf+set}" = set; then
5714 if test "${lt_cv_cc_needs_belf+set}" = set; then :
56455715 $as_echo_n "(cached) " >&6
56465716 else
56475717 ac_ext=c
56505720 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56515721 ac_compiler_gnu=$ac_cv_c_compiler_gnu
56525722
5653 cat >conftest.$ac_ext <<_ACEOF
5654 /* confdefs.h. */
5655 _ACEOF
5656 cat confdefs.h >>conftest.$ac_ext
5657 cat >>conftest.$ac_ext <<_ACEOF
5723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56585724 /* end confdefs.h. */
56595725
56605726 int
56655731 return 0;
56665732 }
56675733 _ACEOF
5668 rm -f conftest.$ac_objext conftest$ac_exeext
5669 if { (ac_try="$ac_link"
5670 case "(($ac_try" in
5671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5672 *) ac_try_echo=$ac_try;;
5673 esac
5674 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5675 $as_echo "$ac_try_echo") >&5
5676 (eval "$ac_link") 2>conftest.er1
5677 ac_status=$?
5678 grep -v '^ *+' conftest.er1 >conftest.err
5679 rm -f conftest.er1
5680 cat conftest.err >&5
5681 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5682 (exit $ac_status); } && {
5683 test -z "$ac_c_werror_flag" ||
5684 test ! -s conftest.err
5685 } && test -s conftest$ac_exeext && {
5686 test "$cross_compiling" = yes ||
5687 $as_test_x conftest$ac_exeext
5688 }; then
5734 if ac_fn_c_try_link "$LINENO"; then :
56895735 lt_cv_cc_needs_belf=yes
56905736 else
5691 $as_echo "$as_me: failed program was:" >&5
5692 sed 's/^/| /' conftest.$ac_ext >&5
5693
5694 lt_cv_cc_needs_belf=no
5695 fi
5696
5697 rm -rf conftest.dSYM
5698 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5699 conftest$ac_exeext conftest.$ac_ext
5737 lt_cv_cc_needs_belf=no
5738 fi
5739 rm -f core conftest.err conftest.$ac_objext \
5740 conftest$ac_exeext conftest.$ac_ext
57005741 ac_ext=c
57015742 ac_cpp='$CPP $CPPFLAGS'
57025743 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57045745 ac_compiler_gnu=$ac_cv_c_compiler_gnu
57055746
57065747 fi
5707 { $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
5748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
57085749 $as_echo "$lt_cv_cc_needs_belf" >&6; }
57095750 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
57105751 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
57145755 sparc*-*solaris*)
57155756 # Find out which ABI we are using.
57165757 echo 'int i;' > conftest.$ac_ext
5717 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5758 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
57185759 (eval $ac_compile) 2>&5
57195760 ac_status=$?
5720 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5721 (exit $ac_status); }; then
5761 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5762 test $ac_status = 0; }; then
57225763 case `/usr/bin/file conftest.o` in
57235764 *64-bit*)
57245765 case $lt_cv_prog_gnu_ld in
57445785 if test -n "$ac_tool_prefix"; then
57455786 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
57465787 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5747 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
57485789 $as_echo_n "checking for $ac_word... " >&6; }
5749 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
5790 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
57505791 $as_echo_n "(cached) " >&6
57515792 else
57525793 if test -n "$DSYMUTIL"; then
57575798 do
57585799 IFS=$as_save_IFS
57595800 test -z "$as_dir" && as_dir=.
5760 for ac_exec_ext in '' $ac_executable_extensions; do
5801 for ac_exec_ext in '' $ac_executable_extensions; do
57615802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
57625803 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5763 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
57645805 break 2
57655806 fi
57665807 done
5767 done
5808 done
57685809 IFS=$as_save_IFS
57695810
57705811 fi
57715812 fi
57725813 DSYMUTIL=$ac_cv_prog_DSYMUTIL
57735814 if test -n "$DSYMUTIL"; then
5774 { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
5815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
57755816 $as_echo "$DSYMUTIL" >&6; }
57765817 else
5777 { $as_echo "$as_me:$LINENO: result: no" >&5
5818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
57785819 $as_echo "no" >&6; }
57795820 fi
57805821
57845825 ac_ct_DSYMUTIL=$DSYMUTIL
57855826 # Extract the first word of "dsymutil", so it can be a program name with args.
57865827 set dummy dsymutil; ac_word=$2
5787 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
57885829 $as_echo_n "checking for $ac_word... " >&6; }
5789 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
5830 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
57905831 $as_echo_n "(cached) " >&6
57915832 else
57925833 if test -n "$ac_ct_DSYMUTIL"; then
57975838 do
57985839 IFS=$as_save_IFS
57995840 test -z "$as_dir" && as_dir=.
5800 for ac_exec_ext in '' $ac_executable_extensions; do
5841 for ac_exec_ext in '' $ac_executable_extensions; do
58015842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
58025843 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5803 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
58045845 break 2
58055846 fi
58065847 done
5807 done
5848 done
58085849 IFS=$as_save_IFS
58095850
58105851 fi
58115852 fi
58125853 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
58135854 if test -n "$ac_ct_DSYMUTIL"; then
5814 { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
58155856 $as_echo "$ac_ct_DSYMUTIL" >&6; }
58165857 else
5817 { $as_echo "$as_me:$LINENO: result: no" >&5
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
58185859 $as_echo "no" >&6; }
58195860 fi
58205861
58235864 else
58245865 case $cross_compiling:$ac_tool_warned in
58255866 yes:)
5826 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
58275868 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
58285869 ac_tool_warned=yes ;;
58295870 esac
58365877 if test -n "$ac_tool_prefix"; then
58375878 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
58385879 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5839 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
58405881 $as_echo_n "checking for $ac_word... " >&6; }
5841 if test "${ac_cv_prog_NMEDIT+set}" = set; then
5882 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
58425883 $as_echo_n "(cached) " >&6
58435884 else
58445885 if test -n "$NMEDIT"; then
58495890 do
58505891 IFS=$as_save_IFS
58515892 test -z "$as_dir" && as_dir=.
5852 for ac_exec_ext in '' $ac_executable_extensions; do
5893 for ac_exec_ext in '' $ac_executable_extensions; do
58535894 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
58545895 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5855 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
58565897 break 2
58575898 fi
58585899 done
5859 done
5900 done
58605901 IFS=$as_save_IFS
58615902
58625903 fi
58635904 fi
58645905 NMEDIT=$ac_cv_prog_NMEDIT
58655906 if test -n "$NMEDIT"; then
5866 { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
58675908 $as_echo "$NMEDIT" >&6; }
58685909 else
5869 { $as_echo "$as_me:$LINENO: result: no" >&5
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
58705911 $as_echo "no" >&6; }
58715912 fi
58725913
58765917 ac_ct_NMEDIT=$NMEDIT
58775918 # Extract the first word of "nmedit", so it can be a program name with args.
58785919 set dummy nmedit; ac_word=$2
5879 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
58805921 $as_echo_n "checking for $ac_word... " >&6; }
5881 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
5922 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
58825923 $as_echo_n "(cached) " >&6
58835924 else
58845925 if test -n "$ac_ct_NMEDIT"; then
58895930 do
58905931 IFS=$as_save_IFS
58915932 test -z "$as_dir" && as_dir=.
5892 for ac_exec_ext in '' $ac_executable_extensions; do
5933 for ac_exec_ext in '' $ac_executable_extensions; do
58935934 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
58945935 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5895 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
58965937 break 2
58975938 fi
58985939 done
5899 done
5940 done
59005941 IFS=$as_save_IFS
59015942
59025943 fi
59035944 fi
59045945 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
59055946 if test -n "$ac_ct_NMEDIT"; then
5906 { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
59075948 $as_echo "$ac_ct_NMEDIT" >&6; }
59085949 else
5909 { $as_echo "$as_me:$LINENO: result: no" >&5
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
59105951 $as_echo "no" >&6; }
59115952 fi
59125953
59155956 else
59165957 case $cross_compiling:$ac_tool_warned in
59175958 yes:)
5918 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
59195960 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
59205961 ac_tool_warned=yes ;;
59215962 esac
59285969 if test -n "$ac_tool_prefix"; then
59295970 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
59305971 set dummy ${ac_tool_prefix}lipo; ac_word=$2
5931 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
59325973 $as_echo_n "checking for $ac_word... " >&6; }
5933 if test "${ac_cv_prog_LIPO+set}" = set; then
5974 if test "${ac_cv_prog_LIPO+set}" = set; then :
59345975 $as_echo_n "(cached) " >&6
59355976 else
59365977 if test -n "$LIPO"; then
59415982 do
59425983 IFS=$as_save_IFS
59435984 test -z "$as_dir" && as_dir=.
5944 for ac_exec_ext in '' $ac_executable_extensions; do
5985 for ac_exec_ext in '' $ac_executable_extensions; do
59455986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
59465987 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5947 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5988 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
59485989 break 2
59495990 fi
59505991 done
5951 done
5992 done
59525993 IFS=$as_save_IFS
59535994
59545995 fi
59555996 fi
59565997 LIPO=$ac_cv_prog_LIPO
59575998 if test -n "$LIPO"; then
5958 { $as_echo "$as_me:$LINENO: result: $LIPO" >&5
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
59596000 $as_echo "$LIPO" >&6; }
59606001 else
5961 { $as_echo "$as_me:$LINENO: result: no" >&5
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
59626003 $as_echo "no" >&6; }
59636004 fi
59646005
59686009 ac_ct_LIPO=$LIPO
59696010 # Extract the first word of "lipo", so it can be a program name with args.
59706011 set dummy lipo; ac_word=$2
5971 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
59726013 $as_echo_n "checking for $ac_word... " >&6; }
5973 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
6014 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
59746015 $as_echo_n "(cached) " >&6
59756016 else
59766017 if test -n "$ac_ct_LIPO"; then
59816022 do
59826023 IFS=$as_save_IFS
59836024 test -z "$as_dir" && as_dir=.
5984 for ac_exec_ext in '' $ac_executable_extensions; do
6025 for ac_exec_ext in '' $ac_executable_extensions; do
59856026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
59866027 ac_cv_prog_ac_ct_LIPO="lipo"
5987 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
59886029 break 2
59896030 fi
59906031 done
5991 done
6032 done
59926033 IFS=$as_save_IFS
59936034
59946035 fi
59956036 fi
59966037 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
59976038 if test -n "$ac_ct_LIPO"; then
5998 { $as_echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
59996040 $as_echo "$ac_ct_LIPO" >&6; }
60006041 else
6001 { $as_echo "$as_me:$LINENO: result: no" >&5
6042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
60026043 $as_echo "no" >&6; }
60036044 fi
60046045
60076048 else
60086049 case $cross_compiling:$ac_tool_warned in
60096050 yes:)
6010 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
60116052 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
60126053 ac_tool_warned=yes ;;
60136054 esac
60206061 if test -n "$ac_tool_prefix"; then
60216062 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
60226063 set dummy ${ac_tool_prefix}otool; ac_word=$2
6023 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
60246065 $as_echo_n "checking for $ac_word... " >&6; }
6025 if test "${ac_cv_prog_OTOOL+set}" = set; then
6066 if test "${ac_cv_prog_OTOOL+set}" = set; then :
60266067 $as_echo_n "(cached) " >&6
60276068 else
60286069 if test -n "$OTOOL"; then
60336074 do
60346075 IFS=$as_save_IFS
60356076 test -z "$as_dir" && as_dir=.
6036 for ac_exec_ext in '' $ac_executable_extensions; do
6077 for ac_exec_ext in '' $ac_executable_extensions; do
60376078 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
60386079 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6039 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6080 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
60406081 break 2
60416082 fi
60426083 done
6043 done
6084 done
60446085 IFS=$as_save_IFS
60456086
60466087 fi
60476088 fi
60486089 OTOOL=$ac_cv_prog_OTOOL
60496090 if test -n "$OTOOL"; then
6050 { $as_echo "$as_me:$LINENO: result: $OTOOL" >&5
6091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
60516092 $as_echo "$OTOOL" >&6; }
60526093 else
6053 { $as_echo "$as_me:$LINENO: result: no" >&5
6094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
60546095 $as_echo "no" >&6; }
60556096 fi
60566097
60606101 ac_ct_OTOOL=$OTOOL
60616102 # Extract the first word of "otool", so it can be a program name with args.
60626103 set dummy otool; ac_word=$2
6063 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
60646105 $as_echo_n "checking for $ac_word... " >&6; }
6065 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
6106 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
60666107 $as_echo_n "(cached) " >&6
60676108 else
60686109 if test -n "$ac_ct_OTOOL"; then
60736114 do
60746115 IFS=$as_save_IFS
60756116 test -z "$as_dir" && as_dir=.
6076 for ac_exec_ext in '' $ac_executable_extensions; do
6117 for ac_exec_ext in '' $ac_executable_extensions; do
60776118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
60786119 ac_cv_prog_ac_ct_OTOOL="otool"
6079 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
60806121 break 2
60816122 fi
60826123 done
6083 done
6124 done
60846125 IFS=$as_save_IFS
60856126
60866127 fi
60876128 fi
60886129 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
60896130 if test -n "$ac_ct_OTOOL"; then
6090 { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
6131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
60916132 $as_echo "$ac_ct_OTOOL" >&6; }
60926133 else
6093 { $as_echo "$as_me:$LINENO: result: no" >&5
6134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
60946135 $as_echo "no" >&6; }
60956136 fi
60966137
60996140 else
61006141 case $cross_compiling:$ac_tool_warned in
61016142 yes:)
6102 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6143 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
61036144 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
61046145 ac_tool_warned=yes ;;
61056146 esac
61126153 if test -n "$ac_tool_prefix"; then
61136154 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
61146155 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6115 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
61166157 $as_echo_n "checking for $ac_word... " >&6; }
6117 if test "${ac_cv_prog_OTOOL64+set}" = set; then
6158 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
61186159 $as_echo_n "(cached) " >&6
61196160 else
61206161 if test -n "$OTOOL64"; then
61256166 do
61266167 IFS=$as_save_IFS
61276168 test -z "$as_dir" && as_dir=.
6128 for ac_exec_ext in '' $ac_executable_extensions; do
6169 for ac_exec_ext in '' $ac_executable_extensions; do
61296170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
61306171 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6131 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
61326173 break 2
61336174 fi
61346175 done
6135 done
6176 done
61366177 IFS=$as_save_IFS
61376178
61386179 fi
61396180 fi
61406181 OTOOL64=$ac_cv_prog_OTOOL64
61416182 if test -n "$OTOOL64"; then
6142 { $as_echo "$as_me:$LINENO: result: $OTOOL64" >&5
6183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
61436184 $as_echo "$OTOOL64" >&6; }
61446185 else
6145 { $as_echo "$as_me:$LINENO: result: no" >&5
6186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
61466187 $as_echo "no" >&6; }
61476188 fi
61486189
61526193 ac_ct_OTOOL64=$OTOOL64
61536194 # Extract the first word of "otool64", so it can be a program name with args.
61546195 set dummy otool64; ac_word=$2
6155 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
61566197 $as_echo_n "checking for $ac_word... " >&6; }
6157 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
6198 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
61586199 $as_echo_n "(cached) " >&6
61596200 else
61606201 if test -n "$ac_ct_OTOOL64"; then
61656206 do
61666207 IFS=$as_save_IFS
61676208 test -z "$as_dir" && as_dir=.
6168 for ac_exec_ext in '' $ac_executable_extensions; do
6209 for ac_exec_ext in '' $ac_executable_extensions; do
61696210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
61706211 ac_cv_prog_ac_ct_OTOOL64="otool64"
6171 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
61726213 break 2
61736214 fi
61746215 done
6175 done
6216 done
61766217 IFS=$as_save_IFS
61776218
61786219 fi
61796220 fi
61806221 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
61816222 if test -n "$ac_ct_OTOOL64"; then
6182 { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
6223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
61836224 $as_echo "$ac_ct_OTOOL64" >&6; }
61846225 else
6185 { $as_echo "$as_me:$LINENO: result: no" >&5
6226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
61866227 $as_echo "no" >&6; }
61876228 fi
61886229
61916232 else
61926233 case $cross_compiling:$ac_tool_warned in
61936234 yes:)
6194 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6235 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
61956236 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
61966237 ac_tool_warned=yes ;;
61976238 esac
62276268
62286269
62296270
6230 { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
62316272 $as_echo_n "checking for -single_module linker flag... " >&6; }
6232 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
6273 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
62336274 $as_echo_n "(cached) " >&6
62346275 else
62356276 lt_cv_apple_cc_single_mod=no
62546295 rm -f conftest.*
62556296 fi
62566297 fi
6257 { $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
62586299 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6259 { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
6300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
62606301 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6261 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
6302 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
62626303 $as_echo_n "(cached) " >&6
62636304 else
62646305 lt_cv_ld_exported_symbols_list=no
62656306 save_LDFLAGS=$LDFLAGS
62666307 echo "_main" > conftest.sym
62676308 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6268 cat >conftest.$ac_ext <<_ACEOF
6269 /* confdefs.h. */
6270 _ACEOF
6271 cat confdefs.h >>conftest.$ac_ext
6272 cat >>conftest.$ac_ext <<_ACEOF
6309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62736310 /* end confdefs.h. */
62746311
62756312 int
62806317 return 0;
62816318 }
62826319 _ACEOF
6283 rm -f conftest.$ac_objext conftest$ac_exeext
6284 if { (ac_try="$ac_link"
6285 case "(($ac_try" in
6286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6287 *) ac_try_echo=$ac_try;;
6288 esac
6289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6290 $as_echo "$ac_try_echo") >&5
6291 (eval "$ac_link") 2>conftest.er1
6292 ac_status=$?
6293 grep -v '^ *+' conftest.er1 >conftest.err
6294 rm -f conftest.er1
6295 cat conftest.err >&5
6296 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6297 (exit $ac_status); } && {
6298 test -z "$ac_c_werror_flag" ||
6299 test ! -s conftest.err
6300 } && test -s conftest$ac_exeext && {
6301 test "$cross_compiling" = yes ||
6302 $as_test_x conftest$ac_exeext
6303 }; then
6320 if ac_fn_c_try_link "$LINENO"; then :
63046321 lt_cv_ld_exported_symbols_list=yes
63056322 else
6306 $as_echo "$as_me: failed program was:" >&5
6307 sed 's/^/| /' conftest.$ac_ext >&5
6308
6309 lt_cv_ld_exported_symbols_list=no
6310 fi
6311
6312 rm -rf conftest.dSYM
6313 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6314 conftest$ac_exeext conftest.$ac_ext
6323 lt_cv_ld_exported_symbols_list=no
6324 fi
6325 rm -f core conftest.err conftest.$ac_objext \
6326 conftest$ac_exeext conftest.$ac_ext
63156327 LDFLAGS="$save_LDFLAGS"
63166328
63176329 fi
6318 { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
63196331 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
63206332 case $host_os in
63216333 rhapsody* | darwin1.[012])
63576369 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63586370 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63596371 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6360 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
63616373 $as_echo_n "checking how to run the C preprocessor... " >&6; }
63626374 # On Suns, sometimes $CPP names a directory.
63636375 if test -n "$CPP" && test -d "$CPP"; then
63646376 CPP=
63656377 fi
63666378 if test -z "$CPP"; then
6367 if test "${ac_cv_prog_CPP+set}" = set; then
6379 if test "${ac_cv_prog_CPP+set}" = set; then :
63686380 $as_echo_n "(cached) " >&6
63696381 else
63706382 # Double quotes because CPP needs to be expanded
63796391 # <limits.h> exists even on freestanding compilers.
63806392 # On the NeXT, cc -E runs the code through the compiler's parser,
63816393 # not just through cpp. "Syntax error" is here to catch this case.
6382 cat >conftest.$ac_ext <<_ACEOF
6383 /* confdefs.h. */
6384 _ACEOF
6385 cat confdefs.h >>conftest.$ac_ext
6386 cat >>conftest.$ac_ext <<_ACEOF
6394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63876395 /* end confdefs.h. */
63886396 #ifdef __STDC__
63896397 # include <limits.h>
63926400 #endif
63936401 Syntax error
63946402 _ACEOF
6395 if { (ac_try="$ac_cpp conftest.$ac_ext"
6396 case "(($ac_try" in
6397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6398 *) ac_try_echo=$ac_try;;
6399 esac
6400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6401 $as_echo "$ac_try_echo") >&5
6402 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6403 ac_status=$?
6404 grep -v '^ *+' conftest.er1 >conftest.err
6405 rm -f conftest.er1
6406 cat conftest.err >&5
6407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6408 (exit $ac_status); } >/dev/null && {
6409 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6410 test ! -s conftest.err
6411 }; then
6412 :
6413 else
6414 $as_echo "$as_me: failed program was:" >&5
6415 sed 's/^/| /' conftest.$ac_ext >&5
6416
6403 if ac_fn_c_try_cpp "$LINENO"; then :
6404
6405 else
64176406 # Broken: fails on valid input.
64186407 continue
64196408 fi
6420
64216409 rm -f conftest.err conftest.$ac_ext
64226410
64236411 # OK, works on sane cases. Now check whether nonexistent headers
64246412 # can be detected and how.
6425 cat >conftest.$ac_ext <<_ACEOF
6426 /* confdefs.h. */
6427 _ACEOF
6428 cat confdefs.h >>conftest.$ac_ext
6429 cat >>conftest.$ac_ext <<_ACEOF
6413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64306414 /* end confdefs.h. */
64316415 #include <ac_nonexistent.h>
64326416 _ACEOF
6433 if { (ac_try="$ac_cpp conftest.$ac_ext"
6434 case "(($ac_try" in
6435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6436 *) ac_try_echo=$ac_try;;
6437 esac
6438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6439 $as_echo "$ac_try_echo") >&5
6440 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6441 ac_status=$?
6442 grep -v '^ *+' conftest.er1 >conftest.err
6443 rm -f conftest.er1
6444 cat conftest.err >&5
6445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6446 (exit $ac_status); } >/dev/null && {
6447 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6448 test ! -s conftest.err
6449 }; then
6417 if ac_fn_c_try_cpp "$LINENO"; then :
64506418 # Broken: success on invalid input.
64516419 continue
64526420 else
6453 $as_echo "$as_me: failed program was:" >&5
6454 sed 's/^/| /' conftest.$ac_ext >&5
6455
64566421 # Passes both tests.
64576422 ac_preproc_ok=:
64586423 break
64596424 fi
6460
64616425 rm -f conftest.err conftest.$ac_ext
64626426
64636427 done
64646428 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
64656429 rm -f conftest.err conftest.$ac_ext
6466 if $ac_preproc_ok; then
6430 if $ac_preproc_ok; then :
64676431 break
64686432 fi
64696433
64756439 else
64766440 ac_cv_prog_CPP=$CPP
64776441 fi
6478 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
6442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
64796443 $as_echo "$CPP" >&6; }
64806444 ac_preproc_ok=false
64816445 for ac_c_preproc_warn_flag in '' yes
64866450 # <limits.h> exists even on freestanding compilers.
64876451 # On the NeXT, cc -E runs the code through the compiler's parser,
64886452 # not just through cpp. "Syntax error" is here to catch this case.
6489 cat >conftest.$ac_ext <<_ACEOF
6490 /* confdefs.h. */
6491 _ACEOF
6492 cat confdefs.h >>conftest.$ac_ext
6493 cat >>conftest.$ac_ext <<_ACEOF
6453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64946454 /* end confdefs.h. */
64956455 #ifdef __STDC__
64966456 # include <limits.h>
64996459 #endif
65006460 Syntax error
65016461 _ACEOF
6502 if { (ac_try="$ac_cpp conftest.$ac_ext"
6503 case "(($ac_try" in
6504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6505 *) ac_try_echo=$ac_try;;
6506 esac
6507 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6508 $as_echo "$ac_try_echo") >&5
6509 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6510 ac_status=$?
6511 grep -v '^ *+' conftest.er1 >conftest.err
6512 rm -f conftest.er1
6513 cat conftest.err >&5
6514 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6515 (exit $ac_status); } >/dev/null && {
6516 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6517 test ! -s conftest.err
6518 }; then
6519 :
6520 else
6521 $as_echo "$as_me: failed program was:" >&5
6522 sed 's/^/| /' conftest.$ac_ext >&5
6523
6462 if ac_fn_c_try_cpp "$LINENO"; then :
6463
6464 else
65246465 # Broken: fails on valid input.
65256466 continue
65266467 fi
6527
65286468 rm -f conftest.err conftest.$ac_ext
65296469
65306470 # OK, works on sane cases. Now check whether nonexistent headers
65316471 # can be detected and how.
6532 cat >conftest.$ac_ext <<_ACEOF
6533 /* confdefs.h. */
6534 _ACEOF
6535 cat confdefs.h >>conftest.$ac_ext
6536 cat >>conftest.$ac_ext <<_ACEOF
6472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65376473 /* end confdefs.h. */
65386474 #include <ac_nonexistent.h>
65396475 _ACEOF
6540 if { (ac_try="$ac_cpp conftest.$ac_ext"
6541 case "(($ac_try" in
6542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6543 *) ac_try_echo=$ac_try;;
6544 esac
6545 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6546 $as_echo "$ac_try_echo") >&5
6547 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6548 ac_status=$?
6549 grep -v '^ *+' conftest.er1 >conftest.err
6550 rm -f conftest.er1
6551 cat conftest.err >&5
6552 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6553 (exit $ac_status); } >/dev/null && {
6554 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6555 test ! -s conftest.err
6556 }; then
6476 if ac_fn_c_try_cpp "$LINENO"; then :
65576477 # Broken: success on invalid input.
65586478 continue
65596479 else
6560 $as_echo "$as_me: failed program was:" >&5
6561 sed 's/^/| /' conftest.$ac_ext >&5
6562
65636480 # Passes both tests.
65646481 ac_preproc_ok=:
65656482 break
65666483 fi
6567
65686484 rm -f conftest.err conftest.$ac_ext
65696485
65706486 done
65716487 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
65726488 rm -f conftest.err conftest.$ac_ext
6573 if $ac_preproc_ok; then
6574 :
6575 else
6576 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
6489 if $ac_preproc_ok; then :
6490
6491 else
6492 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
65776493 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6578 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6579 See \`config.log' for more details." >&5
6580 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6581 See \`config.log' for more details." >&2;}
6582 { (exit 1); exit 1; }; }; }
6494 as_fn_error "C preprocessor \"$CPP\" fails sanity check
6495 See \`config.log' for more details." "$LINENO" 5; }
65836496 fi
65846497
65856498 ac_ext=c
65896502 ac_compiler_gnu=$ac_cv_c_compiler_gnu
65906503
65916504
6592 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
65936506 $as_echo_n "checking for ANSI C header files... " >&6; }
6594 if test "${ac_cv_header_stdc+set}" = set; then
6507 if test "${ac_cv_header_stdc+set}" = set; then :
65956508 $as_echo_n "(cached) " >&6
65966509 else
6597 cat >conftest.$ac_ext <<_ACEOF
6598 /* confdefs.h. */
6599 _ACEOF
6600 cat confdefs.h >>conftest.$ac_ext
6601 cat >>conftest.$ac_ext <<_ACEOF
6510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66026511 /* end confdefs.h. */
66036512 #include <stdlib.h>
66046513 #include <stdarg.h>
66136522 return 0;
66146523 }
66156524 _ACEOF
6616 rm -f conftest.$ac_objext
6617 if { (ac_try="$ac_compile"
6618 case "(($ac_try" in
6619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6620 *) ac_try_echo=$ac_try;;
6621 esac
6622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6623 $as_echo "$ac_try_echo") >&5
6624 (eval "$ac_compile") 2>conftest.er1
6625 ac_status=$?
6626 grep -v '^ *+' conftest.er1 >conftest.err
6627 rm -f conftest.er1
6628 cat conftest.err >&5
6629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6630 (exit $ac_status); } && {
6631 test -z "$ac_c_werror_flag" ||
6632 test ! -s conftest.err
6633 } && test -s conftest.$ac_objext; then
6525 if ac_fn_c_try_compile "$LINENO"; then :
66346526 ac_cv_header_stdc=yes
66356527 else
6636 $as_echo "$as_me: failed program was:" >&5
6637 sed 's/^/| /' conftest.$ac_ext >&5
6638
6639 ac_cv_header_stdc=no
6640 fi
6641
6528 ac_cv_header_stdc=no
6529 fi
66426530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66436531
66446532 if test $ac_cv_header_stdc = yes; then
66456533 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6646 cat >conftest.$ac_ext <<_ACEOF
6647 /* confdefs.h. */
6648 _ACEOF
6649 cat confdefs.h >>conftest.$ac_ext
6650 cat >>conftest.$ac_ext <<_ACEOF
6534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66516535 /* end confdefs.h. */
66526536 #include <string.h>
66536537
66546538 _ACEOF
66556539 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6656 $EGREP "memchr" >/dev/null 2>&1; then
6657 :
6540 $EGREP "memchr" >/dev/null 2>&1; then :
6541
66586542 else
66596543 ac_cv_header_stdc=no
66606544 fi
66646548
66656549 if test $ac_cv_header_stdc = yes; then
66666550 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6667 cat >conftest.$ac_ext <<_ACEOF
6668 /* confdefs.h. */
6669 _ACEOF
6670 cat confdefs.h >>conftest.$ac_ext
6671 cat >>conftest.$ac_ext <<_ACEOF
6551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66726552 /* end confdefs.h. */
66736553 #include <stdlib.h>
66746554
66756555 _ACEOF
66766556 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6677 $EGREP "free" >/dev/null 2>&1; then
6678 :
6557 $EGREP "free" >/dev/null 2>&1; then :
6558
66796559 else
66806560 ac_cv_header_stdc=no
66816561 fi
66856565
66866566 if test $ac_cv_header_stdc = yes; then
66876567 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6688 if test "$cross_compiling" = yes; then
6568 if test "$cross_compiling" = yes; then :
66896569 :
66906570 else
6691 cat >conftest.$ac_ext <<_ACEOF
6692 /* confdefs.h. */
6693 _ACEOF
6694 cat confdefs.h >>conftest.$ac_ext
6695 cat >>conftest.$ac_ext <<_ACEOF
6571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66966572 /* end confdefs.h. */
66976573 #include <ctype.h>
66986574 #include <stdlib.h>
67196595 return 0;
67206596 }
67216597 _ACEOF
6722 rm -f conftest$ac_exeext
6723 if { (ac_try="$ac_link"
6724 case "(($ac_try" in
6725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6726 *) ac_try_echo=$ac_try;;
6727 esac
6728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6729 $as_echo "$ac_try_echo") >&5
6730 (eval "$ac_link") 2>&5
6731 ac_status=$?
6732 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6733 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6734 { (case "(($ac_try" in
6735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6736 *) ac_try_echo=$ac_try;;
6737 esac
6738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6739 $as_echo "$ac_try_echo") >&5
6740 (eval "$ac_try") 2>&5
6741 ac_status=$?
6742 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6743 (exit $ac_status); }; }; then
6744 :
6745 else
6746 $as_echo "$as_me: program exited with status $ac_status" >&5
6747 $as_echo "$as_me: failed program was:" >&5
6748 sed 's/^/| /' conftest.$ac_ext >&5
6749
6750 ( exit $ac_status )
6751 ac_cv_header_stdc=no
6752 fi
6753 rm -rf conftest.dSYM
6754 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6755 fi
6756
6757
6758 fi
6759 fi
6760 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6598 if ac_fn_c_try_run "$LINENO"; then :
6599
6600 else
6601 ac_cv_header_stdc=no
6602 fi
6603 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6604 conftest.$ac_objext conftest.beam conftest.$ac_ext
6605 fi
6606
6607 fi
6608 fi
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
67616610 $as_echo "$ac_cv_header_stdc" >&6; }
67626611 if test $ac_cv_header_stdc = yes; then
67636612
6764 cat >>confdefs.h <<\_ACEOF
6765 #define STDC_HEADERS 1
6766 _ACEOF
6613 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
67676614
67686615 fi
67696616
67706617 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6771
6772
6773
6774
6775
6776
6777
6778
6779
67806618 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
67816619 inttypes.h stdint.h unistd.h
6782 do
6783 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6784 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6785 $as_echo_n "checking for $ac_header... " >&6; }
6786 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6787 $as_echo_n "(cached) " >&6
6788 else
6789 cat >conftest.$ac_ext <<_ACEOF
6790 /* confdefs.h. */
6791 _ACEOF
6792 cat confdefs.h >>conftest.$ac_ext
6793 cat >>conftest.$ac_ext <<_ACEOF
6794 /* end confdefs.h. */
6795 $ac_includes_default
6796
6797 #include <$ac_header>
6798 _ACEOF
6799 rm -f conftest.$ac_objext
6800 if { (ac_try="$ac_compile"
6801 case "(($ac_try" in
6802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6803 *) ac_try_echo=$ac_try;;
6804 esac
6805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6806 $as_echo "$ac_try_echo") >&5
6807 (eval "$ac_compile") 2>conftest.er1
6808 ac_status=$?
6809 grep -v '^ *+' conftest.er1 >conftest.err
6810 rm -f conftest.er1
6811 cat conftest.err >&5
6812 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6813 (exit $ac_status); } && {
6814 test -z "$ac_c_werror_flag" ||
6815 test ! -s conftest.err
6816 } && test -s conftest.$ac_objext; then
6817 eval "$as_ac_Header=yes"
6818 else
6819 $as_echo "$as_me: failed program was:" >&5
6820 sed 's/^/| /' conftest.$ac_ext >&5
6821
6822 eval "$as_ac_Header=no"
6823 fi
6824
6825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6826 fi
6827 ac_res=`eval 'as_val=${'$as_ac_Header'}
6828 $as_echo "$as_val"'`
6829 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6830 $as_echo "$ac_res" >&6; }
6831 as_val=`eval 'as_val=${'$as_ac_Header'}
6832 $as_echo "$as_val"'`
6833 if test "x$as_val" = x""yes; then
6620 do :
6621 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6622 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6623 "
6624 eval as_val=\$$as_ac_Header
6625 if test "x$as_val" = x""yes; then :
68346626 cat >>confdefs.h <<_ACEOF
68356627 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
68366628 _ACEOF
68406632 done
68416633
68426634
6843
68446635 for ac_header in dlfcn.h
6845 do
6846 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6847 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6848 $as_echo_n "checking for $ac_header... " >&6; }
6849 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6850 $as_echo_n "(cached) " >&6
6851 else
6852 cat >conftest.$ac_ext <<_ACEOF
6853 /* confdefs.h. */
6636 do :
6637 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6638 "
6639 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6640 cat >>confdefs.h <<_ACEOF
6641 #define HAVE_DLFCN_H 1
68546642 _ACEOF
6855 cat confdefs.h >>conftest.$ac_ext
6856 cat >>conftest.$ac_ext <<_ACEOF
6857 /* end confdefs.h. */
6858 $ac_includes_default
6859
6860 #include <$ac_header>
6861 _ACEOF
6862 rm -f conftest.$ac_objext
6863 if { (ac_try="$ac_compile"
6864 case "(($ac_try" in
6865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6866 *) ac_try_echo=$ac_try;;
6867 esac
6868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6869 $as_echo "$ac_try_echo") >&5
6870 (eval "$ac_compile") 2>conftest.er1
6871 ac_status=$?
6872 grep -v '^ *+' conftest.er1 >conftest.err
6873 rm -f conftest.er1
6874 cat conftest.err >&5
6875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6876 (exit $ac_status); } && {
6877 test -z "$ac_c_werror_flag" ||
6878 test ! -s conftest.err
6879 } && test -s conftest.$ac_objext; then
6880 eval "$as_ac_Header=yes"
6881 else
6882 $as_echo "$as_me: failed program was:" >&5
6883 sed 's/^/| /' conftest.$ac_ext >&5
6884
6885 eval "$as_ac_Header=no"
6886 fi
6887
6888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6889 fi
6890 ac_res=`eval 'as_val=${'$as_ac_Header'}
6891 $as_echo "$as_val"'`
6892 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6893 $as_echo "$ac_res" >&6; }
6894 as_val=`eval 'as_val=${'$as_ac_Header'}
6895 $as_echo "$as_val"'`
6896 if test "x$as_val" = x""yes; then
6897 cat >>confdefs.h <<_ACEOF
6898 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6899 _ACEOF
69006643
69016644 fi
69026645
69156658
69166659
69176660 # Check whether --enable-shared was given.
6918 if test "${enable_shared+set}" = set; then
6661 if test "${enable_shared+set}" = set; then :
69196662 enableval=$enable_shared; p=${PACKAGE-default}
69206663 case $enableval in
69216664 yes) enable_shared=yes ;;
69466689
69476690
69486691 # Check whether --enable-static was given.
6949 if test "${enable_static+set}" = set; then
6692 if test "${enable_static+set}" = set; then :
69506693 enableval=$enable_static; p=${PACKAGE-default}
69516694 case $enableval in
69526695 yes) enable_static=yes ;;
69786721
69796722
69806723 # Check whether --with-pic was given.
6981 if test "${with_pic+set}" = set; then
6724 if test "${with_pic+set}" = set; then :
69826725 withval=$with_pic; pic_mode="$withval"
69836726 else
69846727 pic_mode=default
69946737
69956738
69966739 # Check whether --enable-fast-install was given.
6997 if test "${enable_fast_install+set}" = set; then
6740 if test "${enable_fast_install+set}" = set; then :
69986741 enableval=$enable_fast_install; p=${PACKAGE-default}
69996742 case $enableval in
70006743 yes) enable_fast_install=yes ;;
70756818 setopt NO_GLOB_SUBST
70766819 fi
70776820
7078 { $as_echo "$as_me:$LINENO: checking for objdir" >&5
6821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
70796822 $as_echo_n "checking for objdir... " >&6; }
7080 if test "${lt_cv_objdir+set}" = set; then
6823 if test "${lt_cv_objdir+set}" = set; then :
70816824 $as_echo_n "(cached) " >&6
70826825 else
70836826 rm -f .libs 2>/dev/null
70906833 fi
70916834 rmdir .libs 2>/dev/null
70926835 fi
7093 { $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
70946837 $as_echo "$lt_cv_objdir" >&6; }
70956838 objdir=$lt_cv_objdir
70966839
71836926 case $deplibs_check_method in
71846927 file_magic*)
71856928 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7186 { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
6929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
71876930 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7188 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6931 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
71896932 $as_echo_n "(cached) " >&6
71906933 else
71916934 case $MAGIC_CMD in
72366979
72376980 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
72386981 if test -n "$MAGIC_CMD"; then
7239 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
72406983 $as_echo "$MAGIC_CMD" >&6; }
72416984 else
7242 { $as_echo "$as_me:$LINENO: result: no" >&5
6985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
72436986 $as_echo "no" >&6; }
72446987 fi
72456988
72496992
72506993 if test -z "$lt_cv_path_MAGIC_CMD"; then
72516994 if test -n "$ac_tool_prefix"; then
7252 { $as_echo "$as_me:$LINENO: checking for file" >&5
6995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
72536996 $as_echo_n "checking for file... " >&6; }
7254 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6997 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
72556998 $as_echo_n "(cached) " >&6
72566999 else
72577000 case $MAGIC_CMD in
73027045
73037046 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
73047047 if test -n "$MAGIC_CMD"; then
7305 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
73067049 $as_echo "$MAGIC_CMD" >&6; }
73077050 else
7308 { $as_echo "$as_me:$LINENO: result: no" >&5
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
73097052 $as_echo "no" >&6; }
73107053 fi
73117054
73867129 if test "$GCC" = yes; then
73877130 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
73887131
7389 { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
73907133 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7391 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
7134 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
73927135 $as_echo_n "(cached) " >&6
73937136 else
73947137 lt_cv_prog_compiler_rtti_exceptions=no
74047147 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
74057148 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
74067149 -e 's:$: $lt_compiler_flag:'`
7407 (eval echo "\"\$as_me:7408: $lt_compile\"" >&5)
7150 (eval echo "\"\$as_me:7151: $lt_compile\"" >&5)
74087151 (eval "$lt_compile" 2>conftest.err)
74097152 ac_status=$?
74107153 cat conftest.err >&5
7411 echo "$as_me:7412: \$? = $ac_status" >&5
7154 echo "$as_me:7155: \$? = $ac_status" >&5
74127155 if (exit $ac_status) && test -s "$ac_outfile"; then
74137156 # The compiler can only warn and ignore the option if not recognized
74147157 # So say no if there are warnings other than the usual output.
74217164 $RM conftest*
74227165
74237166 fi
7424 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
74257168 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
74267169
74277170 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
74417184 lt_prog_compiler_pic=
74427185 lt_prog_compiler_static=
74437186
7444 { $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
74457188 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
74467189
74477190 if test "$GCC" = yes; then
77137456 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
77147457 ;;
77157458 esac
7716 { $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
77177460 $as_echo "$lt_prog_compiler_pic" >&6; }
77187461
77197462
77257468 # Check to make sure the PIC flag actually works.
77267469 #
77277470 if test -n "$lt_prog_compiler_pic"; then
7728 { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
77297472 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7730 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
7473 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
77317474 $as_echo_n "(cached) " >&6
77327475 else
77337476 lt_cv_prog_compiler_pic_works=no
77437486 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
77447487 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
77457488 -e 's:$: $lt_compiler_flag:'`
7746 (eval echo "\"\$as_me:7747: $lt_compile\"" >&5)
7489 (eval echo "\"\$as_me:7490: $lt_compile\"" >&5)
77477490 (eval "$lt_compile" 2>conftest.err)
77487491 ac_status=$?
77497492 cat conftest.err >&5
7750 echo "$as_me:7751: \$? = $ac_status" >&5
7493 echo "$as_me:7494: \$? = $ac_status" >&5
77517494 if (exit $ac_status) && test -s "$ac_outfile"; then
77527495 # The compiler can only warn and ignore the option if not recognized
77537496 # So say no if there are warnings other than the usual output.
77607503 $RM conftest*
77617504
77627505 fi
7763 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
7506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
77647507 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
77657508
77667509 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
77847527 # Check to make sure the static flag actually works.
77857528 #
77867529 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7787 { $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
77887531 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7789 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
7532 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
77907533 $as_echo_n "(cached) " >&6
77917534 else
77927535 lt_cv_prog_compiler_static_works=no
78127555 LDFLAGS="$save_LDFLAGS"
78137556
78147557 fi
7815 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
7558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
78167559 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
78177560
78187561 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
78277570
78287571
78297572
7830 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
78317574 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7832 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7575 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
78337576 $as_echo_n "(cached) " >&6
78347577 else
78357578 lt_cv_prog_compiler_c_o=no
78487591 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
78497592 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
78507593 -e 's:$: $lt_compiler_flag:'`
7851 (eval echo "\"\$as_me:7852: $lt_compile\"" >&5)
7594 (eval echo "\"\$as_me:7595: $lt_compile\"" >&5)
78527595 (eval "$lt_compile" 2>out/conftest.err)
78537596 ac_status=$?
78547597 cat out/conftest.err >&5
7855 echo "$as_me:7856: \$? = $ac_status" >&5
7598 echo "$as_me:7599: \$? = $ac_status" >&5
78567599 if (exit $ac_status) && test -s out/conftest2.$ac_objext
78577600 then
78587601 # The compiler can only warn and ignore the option if not recognized
78747617 $RM conftest*
78757618
78767619 fi
7877 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
78787621 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
78797622
78807623
78827625
78837626
78847627
7885 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
78867629 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7887 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7630 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
78887631 $as_echo_n "(cached) " >&6
78897632 else
78907633 lt_cv_prog_compiler_c_o=no
79037646 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
79047647 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
79057648 -e 's:$: $lt_compiler_flag:'`
7906 (eval echo "\"\$as_me:7907: $lt_compile\"" >&5)
7649 (eval echo "\"\$as_me:7650: $lt_compile\"" >&5)
79077650 (eval "$lt_compile" 2>out/conftest.err)
79087651 ac_status=$?
79097652 cat out/conftest.err >&5
7910 echo "$as_me:7911: \$? = $ac_status" >&5
7653 echo "$as_me:7654: \$? = $ac_status" >&5
79117654 if (exit $ac_status) && test -s out/conftest2.$ac_objext
79127655 then
79137656 # The compiler can only warn and ignore the option if not recognized
79297672 $RM conftest*
79307673
79317674 fi
7932 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
79337676 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
79347677
79357678
79387681 hard_links="nottested"
79397682 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
79407683 # do not overwrite the value of need_locks provided by the user
7941 { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
7684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
79427685 $as_echo_n "checking if we can lock with hard links... " >&6; }
79437686 hard_links=yes
79447687 $RM conftest*
79467689 touch conftest.a
79477690 ln conftest.a conftest.b 2>&5 || hard_links=no
79487691 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7949 { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
7692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
79507693 $as_echo "$hard_links" >&6; }
79517694 if test "$hard_links" = no; then
7952 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
79537696 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
79547697 need_locks=warn
79557698 fi
79627705
79637706
79647707
7965 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
79667709 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
79677710
79687711 runpath_var=
84058148 allow_undefined_flag='-berok'
84068149 # Determine the default libpath from the value encoded in an
84078150 # empty executable.
8408 cat >conftest.$ac_ext <<_ACEOF
8409 /* confdefs.h. */
8410 _ACEOF
8411 cat confdefs.h >>conftest.$ac_ext
8412 cat >>conftest.$ac_ext <<_ACEOF
8151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
84138152 /* end confdefs.h. */
84148153
84158154 int
84208159 return 0;
84218160 }
84228161 _ACEOF
8423 rm -f conftest.$ac_objext conftest$ac_exeext
8424 if { (ac_try="$ac_link"
8425 case "(($ac_try" in
8426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8427 *) ac_try_echo=$ac_try;;
8428 esac
8429 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8430 $as_echo "$ac_try_echo") >&5
8431 (eval "$ac_link") 2>conftest.er1
8432 ac_status=$?
8433 grep -v '^ *+' conftest.er1 >conftest.err
8434 rm -f conftest.er1
8435 cat conftest.err >&5
8436 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8437 (exit $ac_status); } && {
8438 test -z "$ac_c_werror_flag" ||
8439 test ! -s conftest.err
8440 } && test -s conftest$ac_exeext && {
8441 test "$cross_compiling" = yes ||
8442 $as_test_x conftest$ac_exeext
8443 }; then
8162 if ac_fn_c_try_link "$LINENO"; then :
84448163
84458164 lt_aix_libpath_sed='
84468165 /Import File Strings/,/^$/ {
84548173 if test -z "$aix_libpath"; then
84558174 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
84568175 fi
8457 else
8458 $as_echo "$as_me: failed program was:" >&5
8459 sed 's/^/| /' conftest.$ac_ext >&5
8460
8461
8462 fi
8463
8464 rm -rf conftest.dSYM
8465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8466 conftest$ac_exeext conftest.$ac_ext
8176 fi
8177 rm -f core conftest.err conftest.$ac_objext \
8178 conftest$ac_exeext conftest.$ac_ext
84678179 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
84688180
84698181 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
84768188 else
84778189 # Determine the default libpath from the value encoded in an
84788190 # empty executable.
8479 cat >conftest.$ac_ext <<_ACEOF
8480 /* confdefs.h. */
8481 _ACEOF
8482 cat confdefs.h >>conftest.$ac_ext
8483 cat >>conftest.$ac_ext <<_ACEOF
8191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
84848192 /* end confdefs.h. */
84858193
84868194 int
84918199 return 0;
84928200 }
84938201 _ACEOF
8494 rm -f conftest.$ac_objext conftest$ac_exeext
8495 if { (ac_try="$ac_link"
8496 case "(($ac_try" in
8497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8498 *) ac_try_echo=$ac_try;;
8499 esac
8500 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8501 $as_echo "$ac_try_echo") >&5
8502 (eval "$ac_link") 2>conftest.er1
8503 ac_status=$?
8504 grep -v '^ *+' conftest.er1 >conftest.err
8505 rm -f conftest.er1
8506 cat conftest.err >&5
8507 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8508 (exit $ac_status); } && {
8509 test -z "$ac_c_werror_flag" ||
8510 test ! -s conftest.err
8511 } && test -s conftest$ac_exeext && {
8512 test "$cross_compiling" = yes ||
8513 $as_test_x conftest$ac_exeext
8514 }; then
8202 if ac_fn_c_try_link "$LINENO"; then :
85158203
85168204 lt_aix_libpath_sed='
85178205 /Import File Strings/,/^$/ {
85258213 if test -z "$aix_libpath"; then
85268214 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
85278215 fi
8528 else
8529 $as_echo "$as_me: failed program was:" >&5
8530 sed 's/^/| /' conftest.$ac_ext >&5
8531
8532
8533 fi
8534
8535 rm -rf conftest.dSYM
8536 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8537 conftest$ac_exeext conftest.$ac_ext
8216 fi
8217 rm -f core conftest.err conftest.$ac_objext \
8218 conftest$ac_exeext conftest.$ac_ext
85388219 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
85398220
85408221 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
87468427 # implicitly export all symbols.
87478428 save_LDFLAGS="$LDFLAGS"
87488429 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8749 cat >conftest.$ac_ext <<_ACEOF
8430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8431 /* end confdefs.h. */
87508432 int foo(void) {}
87518433 _ACEOF
8752 rm -f conftest.$ac_objext conftest$ac_exeext
8753 if { (ac_try="$ac_link"
8754 case "(($ac_try" in
8755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8756 *) ac_try_echo=$ac_try;;
8757 esac
8758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8759 $as_echo "$ac_try_echo") >&5
8760 (eval "$ac_link") 2>conftest.er1
8761 ac_status=$?
8762 grep -v '^ *+' conftest.er1 >conftest.err
8763 rm -f conftest.er1
8764 cat conftest.err >&5
8765 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8766 (exit $ac_status); } && {
8767 test -z "$ac_c_werror_flag" ||
8768 test ! -s conftest.err
8769 } && test -s conftest$ac_exeext && {
8770 test "$cross_compiling" = yes ||
8771 $as_test_x conftest$ac_exeext
8772 }; then
8434 if ac_fn_c_try_link "$LINENO"; then :
87738435 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
87748436
8775 else
8776 $as_echo "$as_me: failed program was:" >&5
8777 sed 's/^/| /' conftest.$ac_ext >&5
8778
8779
8780 fi
8781
8782 rm -rf conftest.dSYM
8783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8784 conftest$ac_exeext conftest.$ac_ext
8437 fi
8438 rm -f core conftest.err conftest.$ac_objext \
8439 conftest$ac_exeext conftest.$ac_ext
87858440 LDFLAGS="$save_LDFLAGS"
87868441 else
87878442 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
90378692 fi
90388693 fi
90398694
9040 { $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
8695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
90418696 $as_echo "$ld_shlibs" >&6; }
90428697 test "$ld_shlibs" = no && can_build_shared=no
90438698
90748729 # Test whether the compiler implicitly links with -lc since on some
90758730 # systems, -lgcc has to come before -lc. If gcc already passes -lc
90768731 # to ld, don't add -lc before -lgcc.
9077 { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
8732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
90788733 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
90798734 $RM conftest*
90808735 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
90818736
9082 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8737 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
90838738 (eval $ac_compile) 2>&5
90848739 ac_status=$?
9085 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9086 (exit $ac_status); } 2>conftest.err; then
8740 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8741 test $ac_status = 0; } 2>conftest.err; then
90878742 soname=conftest
90888743 lib=conftest
90898744 libobjs=conftest.$ac_objext
90978752 libname=conftest
90988753 lt_save_allow_undefined_flag=$allow_undefined_flag
90998754 allow_undefined_flag=
9100 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
8755 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
91018756 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
91028757 ac_status=$?
9103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9104 (exit $ac_status); }
8758 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8759 test $ac_status = 0; }
91058760 then
91068761 archive_cmds_need_lc=no
91078762 else
91128767 cat conftest.err 1>&5
91138768 fi
91148769 $RM conftest*
9115 { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
8770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
91168771 $as_echo "$archive_cmds_need_lc" >&6; }
91178772 ;;
91188773 esac
92768931
92778932
92788933
9279 { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
8934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
92808935 $as_echo_n "checking dynamic linker characteristics... " >&6; }
92818936
92828937 if test "$GCC" = yes; then
96989353 save_libdir=$libdir
96999354 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
97009355 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9701 cat >conftest.$ac_ext <<_ACEOF
9702 /* confdefs.h. */
9703 _ACEOF
9704 cat confdefs.h >>conftest.$ac_ext
9705 cat >>conftest.$ac_ext <<_ACEOF
9356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
97069357 /* end confdefs.h. */
97079358
97089359 int
97139364 return 0;
97149365 }
97159366 _ACEOF
9716 rm -f conftest.$ac_objext conftest$ac_exeext
9717 if { (ac_try="$ac_link"
9718 case "(($ac_try" in
9719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9720 *) ac_try_echo=$ac_try;;
9721 esac
9722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9723 $as_echo "$ac_try_echo") >&5
9724 (eval "$ac_link") 2>conftest.er1
9725 ac_status=$?
9726 grep -v '^ *+' conftest.er1 >conftest.err
9727 rm -f conftest.er1
9728 cat conftest.err >&5
9729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9730 (exit $ac_status); } && {
9731 test -z "$ac_c_werror_flag" ||
9732 test ! -s conftest.err
9733 } && test -s conftest$ac_exeext && {
9734 test "$cross_compiling" = yes ||
9735 $as_test_x conftest$ac_exeext
9736 }; then
9737 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
9367 if ac_fn_c_try_link "$LINENO"; then :
9368 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
97389369 shlibpath_overrides_runpath=yes
97399370 fi
9740
9741 else
9742 $as_echo "$as_me: failed program was:" >&5
9743 sed 's/^/| /' conftest.$ac_ext >&5
9744
9745
9746 fi
9747
9748 rm -rf conftest.dSYM
9749 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9750 conftest$ac_exeext conftest.$ac_ext
9371 fi
9372 rm -f core conftest.err conftest.$ac_objext \
9373 conftest$ac_exeext conftest.$ac_ext
97519374 LDFLAGS=$save_LDFLAGS
97529375 libdir=$save_libdir
97539376
99719594 dynamic_linker=no
99729595 ;;
99739596 esac
9974 { $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
99759598 $as_echo "$dynamic_linker" >&6; }
99769599 test "$dynamic_linker" = no && can_build_shared=no
99779600
100739696
100749697
100759698
10076 { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
100779700 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
100789701 hardcode_action=
100799702 if test -n "$hardcode_libdir_flag_spec" ||
100989721 # directories.
100999722 hardcode_action=unsupported
101009723 fi
10101 { $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
9724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
101029725 $as_echo "$hardcode_action" >&6; }
101039726
101049727 if test "$hardcode_action" = relink ||
101439766
101449767 darwin*)
101459768 # if libdl is installed we need to link against it
10146 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
101479770 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10148 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9771 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
101499772 $as_echo_n "(cached) " >&6
101509773 else
101519774 ac_check_lib_save_LIBS=$LIBS
101529775 LIBS="-ldl $LIBS"
10153 cat >conftest.$ac_ext <<_ACEOF
10154 /* confdefs.h. */
10155 _ACEOF
10156 cat confdefs.h >>conftest.$ac_ext
10157 cat >>conftest.$ac_ext <<_ACEOF
9776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
101589777 /* end confdefs.h. */
101599778
101609779 /* Override any GCC internal prototype to avoid an error.
101729791 return 0;
101739792 }
101749793 _ACEOF
10175 rm -f conftest.$ac_objext conftest$ac_exeext
10176 if { (ac_try="$ac_link"
10177 case "(($ac_try" in
10178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10179 *) ac_try_echo=$ac_try;;
10180 esac
10181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10182 $as_echo "$ac_try_echo") >&5
10183 (eval "$ac_link") 2>conftest.er1
10184 ac_status=$?
10185 grep -v '^ *+' conftest.er1 >conftest.err
10186 rm -f conftest.er1
10187 cat conftest.err >&5
10188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10189 (exit $ac_status); } && {
10190 test -z "$ac_c_werror_flag" ||
10191 test ! -s conftest.err
10192 } && test -s conftest$ac_exeext && {
10193 test "$cross_compiling" = yes ||
10194 $as_test_x conftest$ac_exeext
10195 }; then
9794 if ac_fn_c_try_link "$LINENO"; then :
101969795 ac_cv_lib_dl_dlopen=yes
101979796 else
10198 $as_echo "$as_me: failed program was:" >&5
10199 sed 's/^/| /' conftest.$ac_ext >&5
10200
10201 ac_cv_lib_dl_dlopen=no
10202 fi
10203
10204 rm -rf conftest.dSYM
10205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10206 conftest$ac_exeext conftest.$ac_ext
9797 ac_cv_lib_dl_dlopen=no
9798 fi
9799 rm -f core conftest.err conftest.$ac_objext \
9800 conftest$ac_exeext conftest.$ac_ext
102079801 LIBS=$ac_check_lib_save_LIBS
102089802 fi
10209 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
102109804 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10211 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
9805 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
102129806 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
102139807 else
102149808
102219815 ;;
102229816
102239817 *)
10224 { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
10225 $as_echo_n "checking for shl_load... " >&6; }
10226 if test "${ac_cv_func_shl_load+set}" = set; then
10227 $as_echo_n "(cached) " >&6
10228 else
10229 cat >conftest.$ac_ext <<_ACEOF
10230 /* confdefs.h. */
10231 _ACEOF
10232 cat confdefs.h >>conftest.$ac_ext
10233 cat >>conftest.$ac_ext <<_ACEOF
10234 /* end confdefs.h. */
10235 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
10236 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10237 #define shl_load innocuous_shl_load
10238
10239 /* System header to define __stub macros and hopefully few prototypes,
10240 which can conflict with char shl_load (); below.
10241 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10242 <limits.h> exists even on freestanding compilers. */
10243
10244 #ifdef __STDC__
10245 # include <limits.h>
10246 #else
10247 # include <assert.h>
10248 #endif
10249
10250 #undef shl_load
10251
10252 /* Override any GCC internal prototype to avoid an error.
10253 Use char because int might match the return type of a GCC
10254 builtin and then its argument prototype would still apply. */
10255 #ifdef __cplusplus
10256 extern "C"
10257 #endif
10258 char shl_load ();
10259 /* The GNU C library defines this for functions which it implements
10260 to always fail with ENOSYS. Some functions are actually named
10261 something starting with __ and the normal name is an alias. */
10262 #if defined __stub_shl_load || defined __stub___shl_load
10263 choke me
10264 #endif
10265
10266 int
10267 main ()
10268 {
10269 return shl_load ();
10270 ;
10271 return 0;
10272 }
10273 _ACEOF
10274 rm -f conftest.$ac_objext conftest$ac_exeext
10275 if { (ac_try="$ac_link"
10276 case "(($ac_try" in
10277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10278 *) ac_try_echo=$ac_try;;
10279 esac
10280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10281 $as_echo "$ac_try_echo") >&5
10282 (eval "$ac_link") 2>conftest.er1
10283 ac_status=$?
10284 grep -v '^ *+' conftest.er1 >conftest.err
10285 rm -f conftest.er1
10286 cat conftest.err >&5
10287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10288 (exit $ac_status); } && {
10289 test -z "$ac_c_werror_flag" ||
10290 test ! -s conftest.err
10291 } && test -s conftest$ac_exeext && {
10292 test "$cross_compiling" = yes ||
10293 $as_test_x conftest$ac_exeext
10294 }; then
10295 ac_cv_func_shl_load=yes
10296 else
10297 $as_echo "$as_me: failed program was:" >&5
10298 sed 's/^/| /' conftest.$ac_ext >&5
10299
10300 ac_cv_func_shl_load=no
10301 fi
10302
10303 rm -rf conftest.dSYM
10304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10305 conftest$ac_exeext conftest.$ac_ext
10306 fi
10307 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10308 $as_echo "$ac_cv_func_shl_load" >&6; }
10309 if test "x$ac_cv_func_shl_load" = x""yes; then
9818 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
9819 if test "x$ac_cv_func_shl_load" = x""yes; then :
103109820 lt_cv_dlopen="shl_load"
103119821 else
10312 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
9822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
103139823 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10314 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
9824 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
103159825 $as_echo_n "(cached) " >&6
103169826 else
103179827 ac_check_lib_save_LIBS=$LIBS
103189828 LIBS="-ldld $LIBS"
10319 cat >conftest.$ac_ext <<_ACEOF
10320 /* confdefs.h. */
10321 _ACEOF
10322 cat confdefs.h >>conftest.$ac_ext
10323 cat >>conftest.$ac_ext <<_ACEOF
9829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
103249830 /* end confdefs.h. */
103259831
103269832 /* Override any GCC internal prototype to avoid an error.
103389844 return 0;
103399845 }
103409846 _ACEOF
10341 rm -f conftest.$ac_objext conftest$ac_exeext
10342 if { (ac_try="$ac_link"
10343 case "(($ac_try" in
10344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10345 *) ac_try_echo=$ac_try;;
10346 esac
10347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10348 $as_echo "$ac_try_echo") >&5
10349 (eval "$ac_link") 2>conftest.er1
10350 ac_status=$?
10351 grep -v '^ *+' conftest.er1 >conftest.err
10352 rm -f conftest.er1
10353 cat conftest.err >&5
10354 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10355 (exit $ac_status); } && {
10356 test -z "$ac_c_werror_flag" ||
10357 test ! -s conftest.err
10358 } && test -s conftest$ac_exeext && {
10359 test "$cross_compiling" = yes ||
10360 $as_test_x conftest$ac_exeext
10361 }; then
9847 if ac_fn_c_try_link "$LINENO"; then :
103629848 ac_cv_lib_dld_shl_load=yes
103639849 else
10364 $as_echo "$as_me: failed program was:" >&5
10365 sed 's/^/| /' conftest.$ac_ext >&5
10366
10367 ac_cv_lib_dld_shl_load=no
10368 fi
10369
10370 rm -rf conftest.dSYM
10371 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10372 conftest$ac_exeext conftest.$ac_ext
9850 ac_cv_lib_dld_shl_load=no
9851 fi
9852 rm -f core conftest.err conftest.$ac_objext \
9853 conftest$ac_exeext conftest.$ac_ext
103739854 LIBS=$ac_check_lib_save_LIBS
103749855 fi
10375 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
103769857 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10377 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
9858 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
103789859 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
103799860 else
10380 { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
10381 $as_echo_n "checking for dlopen... " >&6; }
10382 if test "${ac_cv_func_dlopen+set}" = set; then
10383 $as_echo_n "(cached) " >&6
10384 else
10385 cat >conftest.$ac_ext <<_ACEOF
10386 /* confdefs.h. */
10387 _ACEOF
10388 cat confdefs.h >>conftest.$ac_ext
10389 cat >>conftest.$ac_ext <<_ACEOF
10390 /* end confdefs.h. */
10391 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10392 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10393 #define dlopen innocuous_dlopen
10394
10395 /* System header to define __stub macros and hopefully few prototypes,
10396 which can conflict with char dlopen (); below.
10397 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10398 <limits.h> exists even on freestanding compilers. */
10399
10400 #ifdef __STDC__
10401 # include <limits.h>
10402 #else
10403 # include <assert.h>
10404 #endif
10405
10406 #undef dlopen
10407
10408 /* Override any GCC internal prototype to avoid an error.
10409 Use char because int might match the return type of a GCC
10410 builtin and then its argument prototype would still apply. */
10411 #ifdef __cplusplus
10412 extern "C"
10413 #endif
10414 char dlopen ();
10415 /* The GNU C library defines this for functions which it implements
10416 to always fail with ENOSYS. Some functions are actually named
10417 something starting with __ and the normal name is an alias. */
10418 #if defined __stub_dlopen || defined __stub___dlopen
10419 choke me
10420 #endif
10421
10422 int
10423 main ()
10424 {
10425 return dlopen ();
10426 ;
10427 return 0;
10428 }
10429 _ACEOF
10430 rm -f conftest.$ac_objext conftest$ac_exeext
10431 if { (ac_try="$ac_link"
10432 case "(($ac_try" in
10433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10434 *) ac_try_echo=$ac_try;;
10435 esac
10436 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10437 $as_echo "$ac_try_echo") >&5
10438 (eval "$ac_link") 2>conftest.er1
10439 ac_status=$?
10440 grep -v '^ *+' conftest.er1 >conftest.err
10441 rm -f conftest.er1
10442 cat conftest.err >&5
10443 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10444 (exit $ac_status); } && {
10445 test -z "$ac_c_werror_flag" ||
10446 test ! -s conftest.err
10447 } && test -s conftest$ac_exeext && {
10448 test "$cross_compiling" = yes ||
10449 $as_test_x conftest$ac_exeext
10450 }; then
10451 ac_cv_func_dlopen=yes
10452 else
10453 $as_echo "$as_me: failed program was:" >&5
10454 sed 's/^/| /' conftest.$ac_ext >&5
10455
10456 ac_cv_func_dlopen=no
10457 fi
10458
10459 rm -rf conftest.dSYM
10460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10461 conftest$ac_exeext conftest.$ac_ext
10462 fi
10463 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10464 $as_echo "$ac_cv_func_dlopen" >&6; }
10465 if test "x$ac_cv_func_dlopen" = x""yes; then
9861 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
9862 if test "x$ac_cv_func_dlopen" = x""yes; then :
104669863 lt_cv_dlopen="dlopen"
104679864 else
10468 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
104699866 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10470 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9867 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
104719868 $as_echo_n "(cached) " >&6
104729869 else
104739870 ac_check_lib_save_LIBS=$LIBS
104749871 LIBS="-ldl $LIBS"
10475 cat >conftest.$ac_ext <<_ACEOF
10476 /* confdefs.h. */
10477 _ACEOF
10478 cat confdefs.h >>conftest.$ac_ext
10479 cat >>conftest.$ac_ext <<_ACEOF
9872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
104809873 /* end confdefs.h. */
104819874
104829875 /* Override any GCC internal prototype to avoid an error.
104949887 return 0;
104959888 }
104969889 _ACEOF
10497 rm -f conftest.$ac_objext conftest$ac_exeext
10498 if { (ac_try="$ac_link"
10499 case "(($ac_try" in
10500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10501 *) ac_try_echo=$ac_try;;
10502 esac
10503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10504 $as_echo "$ac_try_echo") >&5
10505 (eval "$ac_link") 2>conftest.er1
10506 ac_status=$?
10507 grep -v '^ *+' conftest.er1 >conftest.err
10508 rm -f conftest.er1
10509 cat conftest.err >&5
10510 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10511 (exit $ac_status); } && {
10512 test -z "$ac_c_werror_flag" ||
10513 test ! -s conftest.err
10514 } && test -s conftest$ac_exeext && {
10515 test "$cross_compiling" = yes ||
10516 $as_test_x conftest$ac_exeext
10517 }; then
9890 if ac_fn_c_try_link "$LINENO"; then :
105189891 ac_cv_lib_dl_dlopen=yes
105199892 else
10520 $as_echo "$as_me: failed program was:" >&5
10521 sed 's/^/| /' conftest.$ac_ext >&5
10522
10523 ac_cv_lib_dl_dlopen=no
10524 fi
10525
10526 rm -rf conftest.dSYM
10527 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10528 conftest$ac_exeext conftest.$ac_ext
9893 ac_cv_lib_dl_dlopen=no
9894 fi
9895 rm -f core conftest.err conftest.$ac_objext \
9896 conftest$ac_exeext conftest.$ac_ext
105299897 LIBS=$ac_check_lib_save_LIBS
105309898 fi
10531 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
105329900 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10533 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
9901 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
105349902 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
105359903 else
10536 { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
9904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
105379905 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10538 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
9906 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
105399907 $as_echo_n "(cached) " >&6
105409908 else
105419909 ac_check_lib_save_LIBS=$LIBS
105429910 LIBS="-lsvld $LIBS"
10543 cat >conftest.$ac_ext <<_ACEOF
10544 /* confdefs.h. */
10545 _ACEOF
10546 cat confdefs.h >>conftest.$ac_ext
10547 cat >>conftest.$ac_ext <<_ACEOF
9911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
105489912 /* end confdefs.h. */
105499913
105509914 /* Override any GCC internal prototype to avoid an error.
105629926 return 0;
105639927 }
105649928 _ACEOF
10565 rm -f conftest.$ac_objext conftest$ac_exeext
10566 if { (ac_try="$ac_link"
10567 case "(($ac_try" in
10568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10569 *) ac_try_echo=$ac_try;;
10570 esac
10571 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10572 $as_echo "$ac_try_echo") >&5
10573 (eval "$ac_link") 2>conftest.er1
10574 ac_status=$?
10575 grep -v '^ *+' conftest.er1 >conftest.err
10576 rm -f conftest.er1
10577 cat conftest.err >&5
10578 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10579 (exit $ac_status); } && {
10580 test -z "$ac_c_werror_flag" ||
10581 test ! -s conftest.err
10582 } && test -s conftest$ac_exeext && {
10583 test "$cross_compiling" = yes ||
10584 $as_test_x conftest$ac_exeext
10585 }; then
9929 if ac_fn_c_try_link "$LINENO"; then :
105869930 ac_cv_lib_svld_dlopen=yes
105879931 else
10588 $as_echo "$as_me: failed program was:" >&5
10589 sed 's/^/| /' conftest.$ac_ext >&5
10590
10591 ac_cv_lib_svld_dlopen=no
10592 fi
10593
10594 rm -rf conftest.dSYM
10595 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10596 conftest$ac_exeext conftest.$ac_ext
9932 ac_cv_lib_svld_dlopen=no
9933 fi
9934 rm -f core conftest.err conftest.$ac_objext \
9935 conftest$ac_exeext conftest.$ac_ext
105979936 LIBS=$ac_check_lib_save_LIBS
105989937 fi
10599 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
9938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
106009939 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10601 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
9940 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
106029941 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
106039942 else
10604 { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
9943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
106059944 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10606 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
9945 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
106079946 $as_echo_n "(cached) " >&6
106089947 else
106099948 ac_check_lib_save_LIBS=$LIBS
106109949 LIBS="-ldld $LIBS"
10611 cat >conftest.$ac_ext <<_ACEOF
10612 /* confdefs.h. */
10613 _ACEOF
10614 cat confdefs.h >>conftest.$ac_ext
10615 cat >>conftest.$ac_ext <<_ACEOF
9950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
106169951 /* end confdefs.h. */
106179952
106189953 /* Override any GCC internal prototype to avoid an error.
106309965 return 0;
106319966 }
106329967 _ACEOF
10633 rm -f conftest.$ac_objext conftest$ac_exeext
10634 if { (ac_try="$ac_link"
10635 case "(($ac_try" in
10636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10637 *) ac_try_echo=$ac_try;;
10638 esac
10639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10640 $as_echo "$ac_try_echo") >&5
10641 (eval "$ac_link") 2>conftest.er1
10642 ac_status=$?
10643 grep -v '^ *+' conftest.er1 >conftest.err
10644 rm -f conftest.er1
10645 cat conftest.err >&5
10646 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10647 (exit $ac_status); } && {
10648 test -z "$ac_c_werror_flag" ||
10649 test ! -s conftest.err
10650 } && test -s conftest$ac_exeext && {
10651 test "$cross_compiling" = yes ||
10652 $as_test_x conftest$ac_exeext
10653 }; then
9968 if ac_fn_c_try_link "$LINENO"; then :
106549969 ac_cv_lib_dld_dld_link=yes
106559970 else
10656 $as_echo "$as_me: failed program was:" >&5
10657 sed 's/^/| /' conftest.$ac_ext >&5
10658
10659 ac_cv_lib_dld_dld_link=no
10660 fi
10661
10662 rm -rf conftest.dSYM
10663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10664 conftest$ac_exeext conftest.$ac_ext
9971 ac_cv_lib_dld_dld_link=no
9972 fi
9973 rm -f core conftest.err conftest.$ac_objext \
9974 conftest$ac_exeext conftest.$ac_ext
106659975 LIBS=$ac_check_lib_save_LIBS
106669976 fi
10667 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
9977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
106689978 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10669 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
9979 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
106709980 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
106719981 fi
106729982
1070510015 save_LIBS="$LIBS"
1070610016 LIBS="$lt_cv_dlopen_libs $LIBS"
1070710017
10708 { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
1070910019 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10710 if test "${lt_cv_dlopen_self+set}" = set; then
10020 if test "${lt_cv_dlopen_self+set}" = set; then :
1071110021 $as_echo_n "(cached) " >&6
1071210022 else
1071310023 if test "$cross_compiling" = yes; then :
1071610026 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1071710027 lt_status=$lt_dlunknown
1071810028 cat > conftest.$ac_ext <<_LT_EOF
10719 #line 10720 "configure"
10029 #line 10030 "configure"
1072010030 #include "confdefs.h"
1072110031
1072210032 #if HAVE_DLFCN_H
1077510085 return status;
1077610086 }
1077710087 _LT_EOF
10778 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10088 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1077910089 (eval $ac_link) 2>&5
1078010090 ac_status=$?
10781 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10782 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
10091 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10092 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
1078310093 (./conftest; exit; ) >&5 2>/dev/null
1078410094 lt_status=$?
1078510095 case x$lt_status in
1079610106
1079710107
1079810108 fi
10799 { $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
1080010110 $as_echo "$lt_cv_dlopen_self" >&6; }
1080110111
1080210112 if test "x$lt_cv_dlopen_self" = xyes; then
1080310113 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10804 { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
1080510115 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10806 if test "${lt_cv_dlopen_self_static+set}" = set; then
10116 if test "${lt_cv_dlopen_self_static+set}" = set; then :
1080710117 $as_echo_n "(cached) " >&6
1080810118 else
1080910119 if test "$cross_compiling" = yes; then :
1081210122 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1081310123 lt_status=$lt_dlunknown
1081410124 cat > conftest.$ac_ext <<_LT_EOF
10815 #line 10816 "configure"
10125 #line 10126 "configure"
1081610126 #include "confdefs.h"
1081710127
1081810128 #if HAVE_DLFCN_H
1087110181 return status;
1087210182 }
1087310183 _LT_EOF
10874 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10184 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1087510185 (eval $ac_link) 2>&5
1087610186 ac_status=$?
10877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10878 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
10187 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10188 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
1087910189 (./conftest; exit; ) >&5 2>/dev/null
1088010190 lt_status=$?
1088110191 case x$lt_status in
1089210202
1089310203
1089410204 fi
10895 { $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
1089610206 $as_echo "$lt_cv_dlopen_self_static" >&6; }
1089710207 fi
1089810208
1093110241
1093210242 striplib=
1093310243 old_striplib=
10934 { $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
10244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
1093510245 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
1093610246 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
1093710247 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1093810248 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10939 { $as_echo "$as_me:$LINENO: result: yes" >&5
10249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1094010250 $as_echo "yes" >&6; }
1094110251 else
1094210252 # FIXME - insert some real tests, host_os isn't really good enough
1094510255 if test -n "$STRIP" ; then
1094610256 striplib="$STRIP -x"
1094710257 old_striplib="$STRIP -S"
10948 { $as_echo "$as_me:$LINENO: result: yes" >&5
10258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1094910259 $as_echo "yes" >&6; }
1095010260 else
10951 { $as_echo "$as_me:$LINENO: result: no" >&5
10261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1095210262 $as_echo "no" >&6; }
1095310263 fi
1095410264 ;;
1095510265 *)
10956 { $as_echo "$as_me:$LINENO: result: no" >&5
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1095710267 $as_echo "no" >&6; }
1095810268 ;;
1095910269 esac
1097110281
1097210282
1097310283 # Report which library types will actually be built
10974 { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
1097510285 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10976 { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
10286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
1097710287 $as_echo "$can_build_shared" >&6; }
1097810288
10979 { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
1098010290 $as_echo_n "checking whether to build shared libraries... " >&6; }
1098110291 test "$can_build_shared" = "no" && enable_shared=no
1098210292
1099710307 fi
1099810308 ;;
1099910309 esac
11000 { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
10310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
1100110311 $as_echo "$enable_shared" >&6; }
1100210312
11003 { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
1100410314 $as_echo_n "checking whether to build static libraries... " >&6; }
1100510315 # Make sure either enable_shared or enable_static is yes.
1100610316 test "$enable_shared" = yes || enable_static=yes
11007 { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
10317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
1100810318 $as_echo "$enable_static" >&6; }
1100910319
1101010320
1104610356 if test -n "$ac_tool_prefix"; then
1104710357 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
1104810358 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
11049 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1105010360 $as_echo_n "checking for $ac_word... " >&6; }
11051 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
10361 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
1105210362 $as_echo_n "(cached) " >&6
1105310363 else
1105410364 case $PKG_CONFIG in
1106110371 do
1106210372 IFS=$as_save_IFS
1106310373 test -z "$as_dir" && as_dir=.
11064 for ac_exec_ext in '' $ac_executable_extensions; do
10374 for ac_exec_ext in '' $ac_executable_extensions; do
1106510375 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1106610376 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11067 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10377 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1106810378 break 2
1106910379 fi
1107010380 done
11071 done
10381 done
1107210382 IFS=$as_save_IFS
1107310383
1107410384 ;;
1107610386 fi
1107710387 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
1107810388 if test -n "$PKG_CONFIG"; then
11079 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
10389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
1108010390 $as_echo "$PKG_CONFIG" >&6; }
1108110391 else
11082 { $as_echo "$as_me:$LINENO: result: no" >&5
10392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1108310393 $as_echo "no" >&6; }
1108410394 fi
1108510395
1108910399 ac_pt_PKG_CONFIG=$PKG_CONFIG
1109010400 # Extract the first word of "pkg-config", so it can be a program name with args.
1109110401 set dummy pkg-config; ac_word=$2
11092 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1109310403 $as_echo_n "checking for $ac_word... " >&6; }
11094 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
10404 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
1109510405 $as_echo_n "(cached) " >&6
1109610406 else
1109710407 case $ac_pt_PKG_CONFIG in
1110410414 do
1110510415 IFS=$as_save_IFS
1110610416 test -z "$as_dir" && as_dir=.
11107 for ac_exec_ext in '' $ac_executable_extensions; do
10417 for ac_exec_ext in '' $ac_executable_extensions; do
1110810418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1110910419 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11110 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1111110421 break 2
1111210422 fi
1111310423 done
11114 done
10424 done
1111510425 IFS=$as_save_IFS
1111610426
1111710427 ;;
1111910429 fi
1112010430 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
1112110431 if test -n "$ac_pt_PKG_CONFIG"; then
11122 { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
10432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
1112310433 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
1112410434 else
11125 { $as_echo "$as_me:$LINENO: result: no" >&5
10435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1112610436 $as_echo "no" >&6; }
1112710437 fi
1112810438
1113110441 else
1113210442 case $cross_compiling:$ac_tool_warned in
1113310443 yes:)
11134 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
10444 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1113510445 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1113610446 ac_tool_warned=yes ;;
1113710447 esac
1114410454 fi
1114510455 if test -n "$PKG_CONFIG"; then
1114610456 _pkg_min_version=0.9.0
11147 { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
10457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
1114810458 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
1114910459 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
11150 { $as_echo "$as_me:$LINENO: result: yes" >&5
10460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1115110461 $as_echo "yes" >&6; }
1115210462 else
11153 { $as_echo "$as_me:$LINENO: result: no" >&5
10463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1115410464 $as_echo "no" >&6; }
1115510465 PKG_CONFIG=""
1115610466 fi
1115810468 fi
1115910469
1116010470
11161 # Check whether --with-html-dir was given.
11162 if test "${with_html_dir+set}" = set; then
11163 withval=$with_html_dir;
11164 else
11165 with_html_dir='${datadir}/gtk-doc/html'
11166 fi
11167
11168 HTML_DIR="$with_html_dir"
11169
11170
11171 # Check whether --enable-gtk-doc was given.
11172 if test "${enable_gtk_doc+set}" = set; then
11173 enableval=$enable_gtk_doc;
11174 else
11175 enable_gtk_doc=no
11176 fi
11177
11178
11179 if test x$enable_gtk_doc = xyes; then
11180 if test -n "$PKG_CONFIG" && \
11181 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.11\"") >&5
11182 ($PKG_CONFIG --exists --print-errors "gtk-doc >= 1.11") 2>&5
11183 ac_status=$?
11184 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11185 (exit $ac_status); }; then
11186 :
11187 else
11188 { { $as_echo "$as_me:$LINENO: error: You need to have gtk-doc >= 1.11 installed to build gtk-doc" >&5
11189 $as_echo "$as_me: error: You need to have gtk-doc >= 1.11 installed to build gtk-doc" >&2;}
11190 { (exit 1); exit 1; }; }
11191 fi
11192 fi
11193
11194 { $as_echo "$as_me:$LINENO: checking whether to build gtk-doc documentation" >&5
11195 $as_echo_n "checking whether to build gtk-doc documentation... " >&6; }
11196 { $as_echo "$as_me:$LINENO: result: $enable_gtk_doc" >&5
11197 $as_echo "$enable_gtk_doc" >&6; }
11198
11199 for ac_prog in gtkdoc-check
11200 do
11201 # Extract the first word of "$ac_prog", so it can be a program name with args.
11202 set dummy $ac_prog; ac_word=$2
11203 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10471 # Extract the first word of "gtkdoc-check", so it can be a program name with args.
10472 set dummy gtkdoc-check; ac_word=$2
10473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1120410474 $as_echo_n "checking for $ac_word... " >&6; }
11205 if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then
10475 if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then :
1120610476 $as_echo_n "(cached) " >&6
1120710477 else
1120810478 case $GTKDOC_CHECK in
1121510485 do
1121610486 IFS=$as_save_IFS
1121710487 test -z "$as_dir" && as_dir=.
11218 for ac_exec_ext in '' $ac_executable_extensions; do
10488 for ac_exec_ext in '' $ac_executable_extensions; do
1121910489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1122010490 ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext"
11221 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1122210492 break 2
1122310493 fi
1122410494 done
11225 done
10495 done
1122610496 IFS=$as_save_IFS
1122710497
1122810498 ;;
1123010500 fi
1123110501 GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK
1123210502 if test -n "$GTKDOC_CHECK"; then
11233 { $as_echo "$as_me:$LINENO: result: $GTKDOC_CHECK" >&5
10503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5
1123410504 $as_echo "$GTKDOC_CHECK" >&6; }
1123510505 else
11236 { $as_echo "$as_me:$LINENO: result: no" >&5
10506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1123710507 $as_echo "no" >&6; }
1123810508 fi
1123910509
1124010510
11241 test -n "$GTKDOC_CHECK" && break
10511 for ac_prog in gtkdoc-rebase
10512 do
10513 # Extract the first word of "$ac_prog", so it can be a program name with args.
10514 set dummy $ac_prog; ac_word=$2
10515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10516 $as_echo_n "checking for $ac_word... " >&6; }
10517 if test "${ac_cv_path_GTKDOC_REBASE+set}" = set; then :
10518 $as_echo_n "(cached) " >&6
10519 else
10520 case $GTKDOC_REBASE in
10521 [\\/]* | ?:[\\/]*)
10522 ac_cv_path_GTKDOC_REBASE="$GTKDOC_REBASE" # Let the user override the test with a path.
10523 ;;
10524 *)
10525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10526 for as_dir in $PATH
10527 do
10528 IFS=$as_save_IFS
10529 test -z "$as_dir" && as_dir=.
10530 for ac_exec_ext in '' $ac_executable_extensions; do
10531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10532 ac_cv_path_GTKDOC_REBASE="$as_dir/$ac_word$ac_exec_ext"
10533 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10534 break 2
10535 fi
1124210536 done
10537 done
10538 IFS=$as_save_IFS
10539
10540 ;;
10541 esac
10542 fi
10543 GTKDOC_REBASE=$ac_cv_path_GTKDOC_REBASE
10544 if test -n "$GTKDOC_REBASE"; then
10545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_REBASE" >&5
10546 $as_echo "$GTKDOC_REBASE" >&6; }
10547 else
10548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10549 $as_echo "no" >&6; }
10550 fi
10551
10552
10553 test -n "$GTKDOC_REBASE" && break
10554 done
10555 test -n "$GTKDOC_REBASE" || GTKDOC_REBASE="true"
10556
10557 # Extract the first word of "gtkdoc-mkpdf", so it can be a program name with args.
10558 set dummy gtkdoc-mkpdf; ac_word=$2
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10560 $as_echo_n "checking for $ac_word... " >&6; }
10561 if test "${ac_cv_path_GTKDOC_MKPDF+set}" = set; then :
10562 $as_echo_n "(cached) " >&6
10563 else
10564 case $GTKDOC_MKPDF in
10565 [\\/]* | ?:[\\/]*)
10566 ac_cv_path_GTKDOC_MKPDF="$GTKDOC_MKPDF" # Let the user override the test with a path.
10567 ;;
10568 *)
10569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10570 for as_dir in $PATH
10571 do
10572 IFS=$as_save_IFS
10573 test -z "$as_dir" && as_dir=.
10574 for ac_exec_ext in '' $ac_executable_extensions; do
10575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10576 ac_cv_path_GTKDOC_MKPDF="$as_dir/$ac_word$ac_exec_ext"
10577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10578 break 2
10579 fi
10580 done
10581 done
10582 IFS=$as_save_IFS
10583
10584 ;;
10585 esac
10586 fi
10587 GTKDOC_MKPDF=$ac_cv_path_GTKDOC_MKPDF
10588 if test -n "$GTKDOC_MKPDF"; then
10589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_MKPDF" >&5
10590 $as_echo "$GTKDOC_MKPDF" >&6; }
10591 else
10592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10593 $as_echo "no" >&6; }
10594 fi
10595
10596
10597
10598
10599 # Check whether --with-html-dir was given.
10600 if test "${with_html_dir+set}" = set; then :
10601 withval=$with_html_dir;
10602 else
10603 with_html_dir='${datadir}/gtk-doc/html'
10604 fi
10605
10606 HTML_DIR="$with_html_dir"
10607
10608
10609 # Check whether --enable-gtk-doc was given.
10610 if test "${enable_gtk_doc+set}" = set; then :
10611 enableval=$enable_gtk_doc;
10612 else
10613 enable_gtk_doc=no
10614 fi
10615
10616
10617 if test x$enable_gtk_doc = xyes; then
10618 if test -n "$PKG_CONFIG" && \
10619 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.11\""; } >&5
10620 ($PKG_CONFIG --exists --print-errors "gtk-doc >= 1.11") 2>&5
10621 ac_status=$?
10622 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10623 test $ac_status = 0; }; then
10624 :
10625 else
10626 as_fn_error "You need to have gtk-doc >= 1.11 installed to build $PACKAGE_NAME" "$LINENO" 5
10627 fi
10628 fi
10629
10630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
10631 $as_echo_n "checking whether to build gtk-doc documentation... " >&6; }
10632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5
10633 $as_echo "$enable_gtk_doc" >&6; }
10634
10635 # Check whether --enable-gtk-doc-html was given.
10636 if test "${enable_gtk_doc_html+set}" = set; then :
10637 enableval=$enable_gtk_doc_html;
10638 else
10639 enable_gtk_doc_html=yes
10640 fi
10641
10642 # Check whether --enable-gtk-doc-pdf was given.
10643 if test "${enable_gtk_doc_pdf+set}" = set; then :
10644 enableval=$enable_gtk_doc_pdf;
10645 else
10646 enable_gtk_doc_pdf=no
10647 fi
10648
10649
10650 if test -z "$GTKDOC_MKPDF"; then
10651 enable_gtk_doc_pdf=no
10652 fi
1124310653
1124410654
1124510655 if test x$enable_gtk_doc = xyes; then
1125010660 ENABLE_GTK_DOC_FALSE=
1125110661 fi
1125210662
10663 if test x$enable_gtk_doc_html = xyes; then
10664 GTK_DOC_BUILD_HTML_TRUE=
10665 GTK_DOC_BUILD_HTML_FALSE='#'
10666 else
10667 GTK_DOC_BUILD_HTML_TRUE='#'
10668 GTK_DOC_BUILD_HTML_FALSE=
10669 fi
10670
10671 if test x$enable_gtk_doc_pdf = xyes; then
10672 GTK_DOC_BUILD_PDF_TRUE=
10673 GTK_DOC_BUILD_PDF_FALSE='#'
10674 else
10675 GTK_DOC_BUILD_PDF_TRUE='#'
10676 GTK_DOC_BUILD_PDF_FALSE=
10677 fi
10678
1125310679 if test -n "$LIBTOOL"; then
1125410680 GTK_DOC_USE_LIBTOOL_TRUE=
1125510681 GTK_DOC_USE_LIBTOOL_FALSE='#'
1125610682 else
1125710683 GTK_DOC_USE_LIBTOOL_TRUE='#'
1125810684 GTK_DOC_USE_LIBTOOL_FALSE=
10685 fi
10686
10687 if test -n "$GTKDOC_REBASE"; then
10688 GTK_DOC_USE_REBASE_TRUE=
10689 GTK_DOC_USE_REBASE_FALSE='#'
10690 else
10691 GTK_DOC_USE_REBASE_TRUE='#'
10692 GTK_DOC_USE_REBASE_FALSE=
1125910693 fi
1126010694
1126110695
1126810702 if test -n "$ac_tool_prefix"; then
1126910703 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1127010704 set dummy ${ac_tool_prefix}gcc; ac_word=$2
11271 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1127210706 $as_echo_n "checking for $ac_word... " >&6; }
11273 if test "${ac_cv_prog_CC+set}" = set; then
10707 if test "${ac_cv_prog_CC+set}" = set; then :
1127410708 $as_echo_n "(cached) " >&6
1127510709 else
1127610710 if test -n "$CC"; then
1128110715 do
1128210716 IFS=$as_save_IFS
1128310717 test -z "$as_dir" && as_dir=.
11284 for ac_exec_ext in '' $ac_executable_extensions; do
10718 for ac_exec_ext in '' $ac_executable_extensions; do
1128510719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1128610720 ac_cv_prog_CC="${ac_tool_prefix}gcc"
11287 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10721 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1128810722 break 2
1128910723 fi
1129010724 done
11291 done
10725 done
1129210726 IFS=$as_save_IFS
1129310727
1129410728 fi
1129510729 fi
1129610730 CC=$ac_cv_prog_CC
1129710731 if test -n "$CC"; then
11298 { $as_echo "$as_me:$LINENO: result: $CC" >&5
10732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
1129910733 $as_echo "$CC" >&6; }
1130010734 else
11301 { $as_echo "$as_me:$LINENO: result: no" >&5
10735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1130210736 $as_echo "no" >&6; }
1130310737 fi
1130410738
1130810742 ac_ct_CC=$CC
1130910743 # Extract the first word of "gcc", so it can be a program name with args.
1131010744 set dummy gcc; ac_word=$2
11311 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1131210746 $as_echo_n "checking for $ac_word... " >&6; }
11313 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10747 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
1131410748 $as_echo_n "(cached) " >&6
1131510749 else
1131610750 if test -n "$ac_ct_CC"; then
1132110755 do
1132210756 IFS=$as_save_IFS
1132310757 test -z "$as_dir" && as_dir=.
11324 for ac_exec_ext in '' $ac_executable_extensions; do
10758 for ac_exec_ext in '' $ac_executable_extensions; do
1132510759 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1132610760 ac_cv_prog_ac_ct_CC="gcc"
11327 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10761 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1132810762 break 2
1132910763 fi
1133010764 done
11331 done
10765 done
1133210766 IFS=$as_save_IFS
1133310767
1133410768 fi
1133510769 fi
1133610770 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1133710771 if test -n "$ac_ct_CC"; then
11338 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
1133910773 $as_echo "$ac_ct_CC" >&6; }
1134010774 else
11341 { $as_echo "$as_me:$LINENO: result: no" >&5
10775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1134210776 $as_echo "no" >&6; }
1134310777 fi
1134410778
1134710781 else
1134810782 case $cross_compiling:$ac_tool_warned in
1134910783 yes:)
11350 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
10784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1135110785 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1135210786 ac_tool_warned=yes ;;
1135310787 esac
1136110795 if test -n "$ac_tool_prefix"; then
1136210796 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1136310797 set dummy ${ac_tool_prefix}cc; ac_word=$2
11364 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1136510799 $as_echo_n "checking for $ac_word... " >&6; }
11366 if test "${ac_cv_prog_CC+set}" = set; then
10800 if test "${ac_cv_prog_CC+set}" = set; then :
1136710801 $as_echo_n "(cached) " >&6
1136810802 else
1136910803 if test -n "$CC"; then
1137410808 do
1137510809 IFS=$as_save_IFS
1137610810 test -z "$as_dir" && as_dir=.
11377 for ac_exec_ext in '' $ac_executable_extensions; do
10811 for ac_exec_ext in '' $ac_executable_extensions; do
1137810812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1137910813 ac_cv_prog_CC="${ac_tool_prefix}cc"
11380 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10814 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1138110815 break 2
1138210816 fi
1138310817 done
11384 done
10818 done
1138510819 IFS=$as_save_IFS
1138610820
1138710821 fi
1138810822 fi
1138910823 CC=$ac_cv_prog_CC
1139010824 if test -n "$CC"; then
11391 { $as_echo "$as_me:$LINENO: result: $CC" >&5
10825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
1139210826 $as_echo "$CC" >&6; }
1139310827 else
11394 { $as_echo "$as_me:$LINENO: result: no" >&5
10828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1139510829 $as_echo "no" >&6; }
1139610830 fi
1139710831
1140110835 if test -z "$CC"; then
1140210836 # Extract the first word of "cc", so it can be a program name with args.
1140310837 set dummy cc; ac_word=$2
11404 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1140510839 $as_echo_n "checking for $ac_word... " >&6; }
11406 if test "${ac_cv_prog_CC+set}" = set; then
10840 if test "${ac_cv_prog_CC+set}" = set; then :
1140710841 $as_echo_n "(cached) " >&6
1140810842 else
1140910843 if test -n "$CC"; then
1141510849 do
1141610850 IFS=$as_save_IFS
1141710851 test -z "$as_dir" && as_dir=.
11418 for ac_exec_ext in '' $ac_executable_extensions; do
10852 for ac_exec_ext in '' $ac_executable_extensions; do
1141910853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1142010854 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1142110855 ac_prog_rejected=yes
1142210856 continue
1142310857 fi
1142410858 ac_cv_prog_CC="cc"
11425 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10859 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1142610860 break 2
1142710861 fi
1142810862 done
11429 done
10863 done
1143010864 IFS=$as_save_IFS
1143110865
1143210866 if test $ac_prog_rejected = yes; then
1144510879 fi
1144610880 CC=$ac_cv_prog_CC
1144710881 if test -n "$CC"; then
11448 { $as_echo "$as_me:$LINENO: result: $CC" >&5
10882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
1144910883 $as_echo "$CC" >&6; }
1145010884 else
11451 { $as_echo "$as_me:$LINENO: result: no" >&5
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1145210886 $as_echo "no" >&6; }
1145310887 fi
1145410888
1146010894 do
1146110895 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1146210896 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
11463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1146410898 $as_echo_n "checking for $ac_word... " >&6; }
11465 if test "${ac_cv_prog_CC+set}" = set; then
10899 if test "${ac_cv_prog_CC+set}" = set; then :
1146610900 $as_echo_n "(cached) " >&6
1146710901 else
1146810902 if test -n "$CC"; then
1147310907 do
1147410908 IFS=$as_save_IFS
1147510909 test -z "$as_dir" && as_dir=.
11476 for ac_exec_ext in '' $ac_executable_extensions; do
10910 for ac_exec_ext in '' $ac_executable_extensions; do
1147710911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1147810912 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
11479 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1148010914 break 2
1148110915 fi
1148210916 done
11483 done
10917 done
1148410918 IFS=$as_save_IFS
1148510919
1148610920 fi
1148710921 fi
1148810922 CC=$ac_cv_prog_CC
1148910923 if test -n "$CC"; then
11490 { $as_echo "$as_me:$LINENO: result: $CC" >&5
10924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
1149110925 $as_echo "$CC" >&6; }
1149210926 else
11493 { $as_echo "$as_me:$LINENO: result: no" >&5
10927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1149410928 $as_echo "no" >&6; }
1149510929 fi
1149610930
1150410938 do
1150510939 # Extract the first word of "$ac_prog", so it can be a program name with args.
1150610940 set dummy $ac_prog; ac_word=$2
11507 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1150810942 $as_echo_n "checking for $ac_word... " >&6; }
11509 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10943 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
1151010944 $as_echo_n "(cached) " >&6
1151110945 else
1151210946 if test -n "$ac_ct_CC"; then
1151710951 do
1151810952 IFS=$as_save_IFS
1151910953 test -z "$as_dir" && as_dir=.
11520 for ac_exec_ext in '' $ac_executable_extensions; do
10954 for ac_exec_ext in '' $ac_executable_extensions; do
1152110955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1152210956 ac_cv_prog_ac_ct_CC="$ac_prog"
11523 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1152410958 break 2
1152510959 fi
1152610960 done
11527 done
10961 done
1152810962 IFS=$as_save_IFS
1152910963
1153010964 fi
1153110965 fi
1153210966 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1153310967 if test -n "$ac_ct_CC"; then
11534 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
1153510969 $as_echo "$ac_ct_CC" >&6; }
1153610970 else
11537 { $as_echo "$as_me:$LINENO: result: no" >&5
10971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1153810972 $as_echo "no" >&6; }
1153910973 fi
1154010974
1154710981 else
1154810982 case $cross_compiling:$ac_tool_warned in
1154910983 yes:)
11550 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1155110985 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1155210986 ac_tool_warned=yes ;;
1155310987 esac
1155810992 fi
1155910993
1156010994
11561 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
10995 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1156210996 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11563 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
11564 See \`config.log' for more details." >&5
11565 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
11566 See \`config.log' for more details." >&2;}
11567 { (exit 1); exit 1; }; }; }
10997 as_fn_error "no acceptable C compiler found in \$PATH
10998 See \`config.log' for more details." "$LINENO" 5; }
1156810999
1156911000 # Provide some information about the compiler.
11570 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
11001 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
1157111002 set X $ac_compile
1157211003 ac_compiler=$2
11573 { (ac_try="$ac_compiler --version >&5"
11004 for ac_option in --version -v -V -qversion; do
11005 { { ac_try="$ac_compiler $ac_option >&5"
1157411006 case "(($ac_try" in
1157511007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1157611008 *) ac_try_echo=$ac_try;;
1157711009 esac
11578 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11579 $as_echo "$ac_try_echo") >&5
11580 (eval "$ac_compiler --version >&5") 2>&5
11010 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11011 $as_echo "$ac_try_echo"; } >&5
11012 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
1158111013 ac_status=$?
11582 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11583 (exit $ac_status); }
11584 { (ac_try="$ac_compiler -v >&5"
11585 case "(($ac_try" in
11586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11587 *) ac_try_echo=$ac_try;;
11588 esac
11589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11590 $as_echo "$ac_try_echo") >&5
11591 (eval "$ac_compiler -v >&5") 2>&5
11592 ac_status=$?
11593 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11594 (exit $ac_status); }
11595 { (ac_try="$ac_compiler -V >&5"
11596 case "(($ac_try" in
11597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11598 *) ac_try_echo=$ac_try;;
11599 esac
11600 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11601 $as_echo "$ac_try_echo") >&5
11602 (eval "$ac_compiler -V >&5") 2>&5
11603 ac_status=$?
11604 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11605 (exit $ac_status); }
11606
11607 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
11014 if test -s conftest.err; then
11015 sed '10a\
11016 ... rest of stderr output deleted ...
11017 10q' conftest.err >conftest.er1
11018 cat conftest.er1 >&5
11019 fi
11020 rm -f conftest.er1 conftest.err
11021 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11022 test $ac_status = 0; }
11023 done
11024
11025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
1160811026 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
11609 if test "${ac_cv_c_compiler_gnu+set}" = set; then
11027 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
1161011028 $as_echo_n "(cached) " >&6
1161111029 else
11612 cat >conftest.$ac_ext <<_ACEOF
11613 /* confdefs.h. */
11614 _ACEOF
11615 cat confdefs.h >>conftest.$ac_ext
11616 cat >>conftest.$ac_ext <<_ACEOF
11030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1161711031 /* end confdefs.h. */
1161811032
1161911033 int
1162711041 return 0;
1162811042 }
1162911043 _ACEOF
11630 rm -f conftest.$ac_objext
11631 if { (ac_try="$ac_compile"
11632 case "(($ac_try" in
11633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11634 *) ac_try_echo=$ac_try;;
11635 esac
11636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11637 $as_echo "$ac_try_echo") >&5
11638 (eval "$ac_compile") 2>conftest.er1
11639 ac_status=$?
11640 grep -v '^ *+' conftest.er1 >conftest.err
11641 rm -f conftest.er1
11642 cat conftest.err >&5
11643 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11644 (exit $ac_status); } && {
11645 test -z "$ac_c_werror_flag" ||
11646 test ! -s conftest.err
11647 } && test -s conftest.$ac_objext; then
11044 if ac_fn_c_try_compile "$LINENO"; then :
1164811045 ac_compiler_gnu=yes
1164911046 else
11650 $as_echo "$as_me: failed program was:" >&5
11651 sed 's/^/| /' conftest.$ac_ext >&5
11652
11653 ac_compiler_gnu=no
11654 fi
11655
11047 ac_compiler_gnu=no
11048 fi
1165611049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1165711050 ac_cv_c_compiler_gnu=$ac_compiler_gnu
1165811051
1165911052 fi
11660 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
11053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
1166111054 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
1166211055 if test $ac_compiler_gnu = yes; then
1166311056 GCC=yes
1166611059 fi
1166711060 ac_test_CFLAGS=${CFLAGS+set}
1166811061 ac_save_CFLAGS=$CFLAGS
11669 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
1167011063 $as_echo_n "checking whether $CC accepts -g... " >&6; }
11671 if test "${ac_cv_prog_cc_g+set}" = set; then
11064 if test "${ac_cv_prog_cc_g+set}" = set; then :
1167211065 $as_echo_n "(cached) " >&6
1167311066 else
1167411067 ac_save_c_werror_flag=$ac_c_werror_flag
1167511068 ac_c_werror_flag=yes
1167611069 ac_cv_prog_cc_g=no
1167711070 CFLAGS="-g"
11678 cat >conftest.$ac_ext <<_ACEOF
11679 /* confdefs.h. */
11680 _ACEOF
11681 cat confdefs.h >>conftest.$ac_ext
11682 cat >>conftest.$ac_ext <<_ACEOF
11071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1168311072 /* end confdefs.h. */
1168411073
1168511074 int
1169011079 return 0;
1169111080 }
1169211081 _ACEOF
11693 rm -f conftest.$ac_objext
11694 if { (ac_try="$ac_compile"
11695 case "(($ac_try" in
11696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11697 *) ac_try_echo=$ac_try;;
11698 esac
11699 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11700 $as_echo "$ac_try_echo") >&5
11701 (eval "$ac_compile") 2>conftest.er1
11702 ac_status=$?
11703 grep -v '^ *+' conftest.er1 >conftest.err
11704 rm -f conftest.er1
11705 cat conftest.err >&5
11706 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11707 (exit $ac_status); } && {
11708 test -z "$ac_c_werror_flag" ||
11709 test ! -s conftest.err
11710 } && test -s conftest.$ac_objext; then
11082 if ac_fn_c_try_compile "$LINENO"; then :
1171111083 ac_cv_prog_cc_g=yes
1171211084 else
11713 $as_echo "$as_me: failed program was:" >&5
11714 sed 's/^/| /' conftest.$ac_ext >&5
11715
11716 CFLAGS=""
11717 cat >conftest.$ac_ext <<_ACEOF
11718 /* confdefs.h. */
11719 _ACEOF
11720 cat confdefs.h >>conftest.$ac_ext
11721 cat >>conftest.$ac_ext <<_ACEOF
11085 CFLAGS=""
11086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1172211087 /* end confdefs.h. */
1172311088
1172411089 int
1172911094 return 0;
1173011095 }
1173111096 _ACEOF
11732 rm -f conftest.$ac_objext
11733 if { (ac_try="$ac_compile"
11734 case "(($ac_try" in
11735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11736 *) ac_try_echo=$ac_try;;
11737 esac
11738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11739 $as_echo "$ac_try_echo") >&5
11740 (eval "$ac_compile") 2>conftest.er1
11741 ac_status=$?
11742 grep -v '^ *+' conftest.er1 >conftest.err
11743 rm -f conftest.er1
11744 cat conftest.err >&5
11745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11746 (exit $ac_status); } && {
11747 test -z "$ac_c_werror_flag" ||
11748 test ! -s conftest.err
11749 } && test -s conftest.$ac_objext; then
11750 :
11751 else
11752 $as_echo "$as_me: failed program was:" >&5
11753 sed 's/^/| /' conftest.$ac_ext >&5
11754
11755 ac_c_werror_flag=$ac_save_c_werror_flag
11097 if ac_fn_c_try_compile "$LINENO"; then :
11098
11099 else
11100 ac_c_werror_flag=$ac_save_c_werror_flag
1175611101 CFLAGS="-g"
11757 cat >conftest.$ac_ext <<_ACEOF
11758 /* confdefs.h. */
11759 _ACEOF
11760 cat confdefs.h >>conftest.$ac_ext
11761 cat >>conftest.$ac_ext <<_ACEOF
11102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1176211103 /* end confdefs.h. */
1176311104
1176411105 int
1176911110 return 0;
1177011111 }
1177111112 _ACEOF
11772 rm -f conftest.$ac_objext
11773 if { (ac_try="$ac_compile"
11774 case "(($ac_try" in
11775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11776 *) ac_try_echo=$ac_try;;
11777 esac
11778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11779 $as_echo "$ac_try_echo") >&5
11780 (eval "$ac_compile") 2>conftest.er1
11781 ac_status=$?
11782 grep -v '^ *+' conftest.er1 >conftest.err
11783 rm -f conftest.er1
11784 cat conftest.err >&5
11785 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11786 (exit $ac_status); } && {
11787 test -z "$ac_c_werror_flag" ||
11788 test ! -s conftest.err
11789 } && test -s conftest.$ac_objext; then
11113 if ac_fn_c_try_compile "$LINENO"; then :
1179011114 ac_cv_prog_cc_g=yes
11791 else
11792 $as_echo "$as_me: failed program was:" >&5
11793 sed 's/^/| /' conftest.$ac_ext >&5
11794
11795
11796 fi
11797
11115 fi
1179811116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1179911117 fi
11800
1180111118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1180211119 fi
11803
1180411120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1180511121 ac_c_werror_flag=$ac_save_c_werror_flag
1180611122 fi
11807 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
1180811124 $as_echo "$ac_cv_prog_cc_g" >&6; }
1180911125 if test "$ac_test_CFLAGS" = set; then
1181011126 CFLAGS=$ac_save_CFLAGS
1182111137 CFLAGS=
1182211138 fi
1182311139 fi
11824 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
11140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
1182511141 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
11826 if test "${ac_cv_prog_cc_c89+set}" = set; then
11142 if test "${ac_cv_prog_cc_c89+set}" = set; then :
1182711143 $as_echo_n "(cached) " >&6
1182811144 else
1182911145 ac_cv_prog_cc_c89=no
1183011146 ac_save_CC=$CC
11831 cat >conftest.$ac_ext <<_ACEOF
11832 /* confdefs.h. */
11833 _ACEOF
11834 cat confdefs.h >>conftest.$ac_ext
11835 cat >>conftest.$ac_ext <<_ACEOF
11147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1183611148 /* end confdefs.h. */
1183711149 #include <stdarg.h>
1183811150 #include <stdio.h>
1188911201 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1189011202 do
1189111203 CC="$ac_save_CC $ac_arg"
11892 rm -f conftest.$ac_objext
11893 if { (ac_try="$ac_compile"
11894 case "(($ac_try" in
11895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11896 *) ac_try_echo=$ac_try;;
11897 esac
11898 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11899 $as_echo "$ac_try_echo") >&5
11900 (eval "$ac_compile") 2>conftest.er1
11901 ac_status=$?
11902 grep -v '^ *+' conftest.er1 >conftest.err
11903 rm -f conftest.er1
11904 cat conftest.err >&5
11905 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11906 (exit $ac_status); } && {
11907 test -z "$ac_c_werror_flag" ||
11908 test ! -s conftest.err
11909 } && test -s conftest.$ac_objext; then
11204 if ac_fn_c_try_compile "$LINENO"; then :
1191011205 ac_cv_prog_cc_c89=$ac_arg
11911 else
11912 $as_echo "$as_me: failed program was:" >&5
11913 sed 's/^/| /' conftest.$ac_ext >&5
11914
11915
11916 fi
11917
11206 fi
1191811207 rm -f core conftest.err conftest.$ac_objext
1191911208 test "x$ac_cv_prog_cc_c89" != "xno" && break
1192011209 done
1192511214 # AC_CACHE_VAL
1192611215 case "x$ac_cv_prog_cc_c89" in
1192711216 x)
11928 { $as_echo "$as_me:$LINENO: result: none needed" >&5
11217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
1192911218 $as_echo "none needed" >&6; } ;;
1193011219 xno)
11931 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
11220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
1193211221 $as_echo "unsupported" >&6; } ;;
1193311222 *)
1193411223 CC="$CC $ac_cv_prog_cc_c89"
11935 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
1193611225 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1193711226 esac
11938
11227 if test "x$ac_cv_prog_cc_c89" != xno; then :
11228
11229 fi
1193911230
1194011231 ac_ext=c
1194111232 ac_cpp='$CPP $CPPFLAGS'
1194511236
1194611237 depcc="$CC" am_compiler_list=
1194711238
11948 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
11239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
1194911240 $as_echo_n "checking dependency style of $depcc... " >&6; }
11950 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
11241 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
1195111242 $as_echo_n "(cached) " >&6
1195211243 else
1195311244 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
1197311264 if test "$am_compiler_list" = ""; then
1197411265 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
1197511266 fi
11267 am__universal=false
11268 case " $depcc " in #(
11269 *\ -arch\ *\ -arch\ *) am__universal=true ;;
11270 esac
11271
1197611272 for depmode in $am_compiler_list; do
1197711273 # Setup a source with many dependencies, because some compilers
1197811274 # like to wrap large dependency lists on column 80 (with \), and
1199011286 done
1199111287 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
1199211288
11289 # We check with `-c' and `-o' for the sake of the "dashmstdout"
11290 # mode. It turns out that the SunPro C++ compiler does not properly
11291 # handle `-M -o', and we need to detect this. Also, some Intel
11292 # versions had trouble with output in subdirs
11293 am__obj=sub/conftest.${OBJEXT-o}
11294 am__minus_obj="-o $am__obj"
1199311295 case $depmode in
11296 gcc)
11297 # This depmode causes a compiler race in universal mode.
11298 test "$am__universal" = false || continue
11299 ;;
1199411300 nosideeffect)
1199511301 # after this tag, mechanisms are not by side-effect, so they'll
1199611302 # only be used when explicitly requested
1200011306 break
1200111307 fi
1200211308 ;;
11309 msvisualcpp | msvcmsys)
11310 # This compiler won't grok `-c -o', but also, the minuso test has
11311 # not run yet. These depmodes are late enough in the game, and
11312 # so weak that their functioning should not be impacted.
11313 am__obj=conftest.${OBJEXT-o}
11314 am__minus_obj=
11315 ;;
1200311316 none) break ;;
1200411317 esac
12005 # We check with `-c' and `-o' for the sake of the "dashmstdout"
12006 # mode. It turns out that the SunPro C++ compiler does not properly
12007 # handle `-M -o', and we need to detect this.
1200811318 if depmode=$depmode \
12009 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
11319 source=sub/conftest.c object=$am__obj \
1201011320 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
12011 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
11321 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
1201211322 >/dev/null 2>conftest.err &&
1201311323 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
1201411324 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
12015 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
11325 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
1201611326 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
1201711327 # icc doesn't choke on unknown options, it will just issue warnings
1201811328 # or remarks (even with -Werror). So we grep stderr for any message
1203611346 fi
1203711347
1203811348 fi
12039 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
11349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
1204011350 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
1204111351 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
1204211352
1206311373
1206411374
1206511375 pkg_failed=no
12066 { $as_echo "$as_me:$LINENO: checking for ANYPAPER" >&5
11376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANYPAPER" >&5
1206711377 $as_echo_n "checking for ANYPAPER... " >&6; }
1206811378
1206911379 if test -n "$PKG_CONFIG"; then
1207111381 pkg_cv_ANYPAPER_CFLAGS="$ANYPAPER_CFLAGS"
1207211382 else
1207311383 if test -n "$PKG_CONFIG" && \
12074 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
11384 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
1207511385 gtk+-2.0 >= 2.10.0
1207611386 glib-2.0 >= 2.12.0
12077 \"") >&5
11387 \""; } >&5
1207811388 ($PKG_CONFIG --exists --print-errors "
1207911389 gtk+-2.0 >= 2.10.0
1208011390 glib-2.0 >= 2.12.0
1208111391 ") 2>&5
1208211392 ac_status=$?
12083 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12084 (exit $ac_status); }; then
11393 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11394 test $ac_status = 0; }; then
1208511395 pkg_cv_ANYPAPER_CFLAGS=`$PKG_CONFIG --cflags "
1208611396 gtk+-2.0 >= 2.10.0
1208711397 glib-2.0 >= 2.12.0
1209811408 pkg_cv_ANYPAPER_LIBS="$ANYPAPER_LIBS"
1209911409 else
1210011410 if test -n "$PKG_CONFIG" && \
12101 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
11411 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
1210211412 gtk+-2.0 >= 2.10.0
1210311413 glib-2.0 >= 2.12.0
12104 \"") >&5
11414 \""; } >&5
1210511415 ($PKG_CONFIG --exists --print-errors "
1210611416 gtk+-2.0 >= 2.10.0
1210711417 glib-2.0 >= 2.12.0
1210811418 ") 2>&5
1210911419 ac_status=$?
12110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12111 (exit $ac_status); }; then
11420 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11421 test $ac_status = 0; }; then
1211211422 pkg_cv_ANYPAPER_LIBS=`$PKG_CONFIG --libs "
1211311423 gtk+-2.0 >= 2.10.0
1211411424 glib-2.0 >= 2.12.0
1214411454 # Put the nasty error message in config.log where it belongs
1214511455 echo "$ANYPAPER_PKG_ERRORS" >&5
1214611456
12147 { { $as_echo "$as_me:$LINENO: error: Package requirements (
11457 as_fn_error "Package requirements (
1214811458 gtk+-2.0 >= 2.10.0
1214911459 glib-2.0 >= 2.12.0
1215011460 ) were not met:
1215711467 Alternatively, you may set the environment variables ANYPAPER_CFLAGS
1215811468 and ANYPAPER_LIBS to avoid the need to call pkg-config.
1215911469 See the pkg-config man page for more details.
12160 " >&5
12161 $as_echo "$as_me: error: Package requirements (
12162 gtk+-2.0 >= 2.10.0
12163 glib-2.0 >= 2.12.0
12164 ) were not met:
12165
12166 $ANYPAPER_PKG_ERRORS
12167
12168 Consider adjusting the PKG_CONFIG_PATH environment variable if you
12169 installed software in a non-standard prefix.
11470 " "$LINENO" 5
11471 elif test $pkg_failed = untried; then
11472 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11473 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11474 as_fn_error "The pkg-config script could not be found or is too old. Make sure it
11475 is in your PATH or set the PKG_CONFIG environment variable to the full
11476 path to pkg-config.
1217011477
1217111478 Alternatively, you may set the environment variables ANYPAPER_CFLAGS
1217211479 and ANYPAPER_LIBS to avoid the need to call pkg-config.
1217311480 See the pkg-config man page for more details.
12174 " >&2;}
12175 { (exit 1); exit 1; }; }
12176 elif test $pkg_failed = untried; then
12177 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
12178 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12179 { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
12180 is in your PATH or set the PKG_CONFIG environment variable to the full
12181 path to pkg-config.
12182
12183 Alternatively, you may set the environment variables ANYPAPER_CFLAGS
12184 and ANYPAPER_LIBS to avoid the need to call pkg-config.
12185 See the pkg-config man page for more details.
1218611481
1218711482 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12188 See \`config.log' for more details." >&5
12189 $as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
12190 is in your PATH or set the PKG_CONFIG environment variable to the full
12191 path to pkg-config.
12192
12193 Alternatively, you may set the environment variables ANYPAPER_CFLAGS
12194 and ANYPAPER_LIBS to avoid the need to call pkg-config.
12195 See the pkg-config man page for more details.
12196
12197 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12198 See \`config.log' for more details." >&2;}
12199 { (exit 1); exit 1; }; }; }
11483 See \`config.log' for more details." "$LINENO" 5; }
1220011484 else
1220111485 ANYPAPER_CFLAGS=$pkg_cv_ANYPAPER_CFLAGS
1220211486 ANYPAPER_LIBS=$pkg_cv_ANYPAPER_LIBS
12203 { $as_echo "$as_me:$LINENO: result: yes" >&5
11487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1220411488 $as_echo "yes" >&6; }
1220511489 :
1220611490 fi
1223911523 case $ac_val in #(
1224011524 *${as_nl}*)
1224111525 case $ac_var in #(
12242 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
11526 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1224311527 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1224411528 esac
1224511529 case $ac_var in #(
1224611530 _ | IFS | as_nl) ;; #(
1224711531 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12248 *) $as_unset $ac_var ;;
11532 *) { eval $ac_var=; unset $ac_var;} ;;
1224911533 esac ;;
1225011534 esac
1225111535 done
1225311537 (set) 2>&1 |
1225411538 case $as_nl`(ac_space=' '; set) 2>&1` in #(
1225511539 *${as_nl}ac_space=\ *)
12256 # `set' does not quote correctly, so add quotes (double-quote
12257 # substitution turns \\\\ into \\, and sed turns \\ into \).
11540 # `set' does not quote correctly, so add quotes: double-quote
11541 # substitution turns \\\\ into \\, and sed turns \\ into \.
1225811542 sed -n \
1225911543 "s/'/'\\\\''/g;
1226011544 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1227711561 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1227811562 if test -w "$cache_file"; then
1227911563 test "x$cache_file" != "x/dev/null" &&
12280 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
11564 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1228111565 $as_echo "$as_me: updating cache $cache_file" >&6;}
1228211566 cat confcache >$cache_file
1228311567 else
12284 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
11568 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1228511569 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1228611570 fi
1228711571 fi
1230111585 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1230211586 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
1230311587 # will be set to the directory where LIBOBJS objects are built.
12304 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12305 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
11588 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11589 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1230611590 done
1230711591 LIBOBJS=$ac_libobjs
1230811592
1230911593 LTLIBOBJS=$ac_ltlibobjs
1231011594
1231111595
11596 if test -n "$EXEEXT"; then
11597 am__EXEEXT_TRUE=
11598 am__EXEEXT_FALSE='#'
11599 else
11600 am__EXEEXT_TRUE='#'
11601 am__EXEEXT_FALSE=
11602 fi
11603
1231211604 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12313 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
12314 Usually this means the macro was only invoked conditionally." >&5
12315 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
12316 Usually this means the macro was only invoked conditionally." >&2;}
12317 { (exit 1); exit 1; }; }
11605 as_fn_error "conditional \"AMDEP\" was never defined.
11606 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1231811607 fi
1231911608 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12320 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
12321 Usually this means the macro was only invoked conditionally." >&5
12322 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
12323 Usually this means the macro was only invoked conditionally." >&2;}
12324 { (exit 1); exit 1; }; }
11609 as_fn_error "conditional \"am__fastdepCC\" was never defined.
11610 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1232511611 fi
1232611612 if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
12327 { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_GTK_DOC\" was never defined.
12328 Usually this means the macro was only invoked conditionally." >&5
12329 $as_echo "$as_me: error: conditional \"ENABLE_GTK_DOC\" was never defined.
12330 Usually this means the macro was only invoked conditionally." >&2;}
12331 { (exit 1); exit 1; }; }
11613 as_fn_error "conditional \"ENABLE_GTK_DOC\" was never defined.
11614 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11615 fi
11616 if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then
11617 as_fn_error "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
11618 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11619 fi
11620 if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then
11621 as_fn_error "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
11622 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1233211623 fi
1233311624 if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then
12334 { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
12335 Usually this means the macro was only invoked conditionally." >&5
12336 $as_echo "$as_me: error: conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
12337 Usually this means the macro was only invoked conditionally." >&2;}
12338 { (exit 1); exit 1; }; }
11625 as_fn_error "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
11626 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11627 fi
11628 if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then
11629 as_fn_error "conditional \"GTK_DOC_USE_REBASE\" was never defined.
11630 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1233911631 fi
1234011632 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12341 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
12342 Usually this means the macro was only invoked conditionally." >&5
12343 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
12344 Usually this means the macro was only invoked conditionally." >&2;}
12345 { (exit 1); exit 1; }; }
11633 as_fn_error "conditional \"am__fastdepCC\" was never defined.
11634 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1234611635 fi
1234711636
1234811637 : ${CONFIG_STATUS=./config.status}
1234911638 ac_write_fail=0
1235011639 ac_clean_files_save=$ac_clean_files
1235111640 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12352 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
11641 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1235311642 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12354 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11643 as_write_fail=0
11644 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1235511645 #! $SHELL
1235611646 # Generated by $as_me.
1235711647 # Run this file to recreate the current configuration.
1236111651 debug=false
1236211652 ac_cs_recheck=false
1236311653 ac_cs_silent=false
11654
1236411655 SHELL=\${CONFIG_SHELL-$SHELL}
12365 _ACEOF
12366
12367 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12368 ## --------------------- ##
12369 ## M4sh Initialization. ##
12370 ## --------------------- ##
11656 export SHELL
11657 _ASEOF
11658 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11659 ## -------------------- ##
11660 ## M4sh Initialization. ##
11661 ## -------------------- ##
1237111662
1237211663 # Be more Bourne compatible
1237311664 DUALCASE=1; export DUALCASE # for MKS sh
12374 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
11665 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1237511666 emulate sh
1237611667 NULLCMD=:
1237711668 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1237911670 alias -g '${1+"$@"}'='"$@"'
1238011671 setopt NO_GLOB_SUBST
1238111672 else
12382 case `(set -o) 2>/dev/null` in
12383 *posix*) set -o posix ;;
11673 case `(set -o) 2>/dev/null` in #(
11674 *posix*) :
11675 set -o posix ;; #(
11676 *) :
11677 ;;
1238411678 esac
12385
12386 fi
12387
12388
12389
12390
12391 # PATH needs CR
12392 # Avoid depending upon Character Ranges.
12393 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12394 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12395 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12396 as_cr_digits='0123456789'
12397 as_cr_alnum=$as_cr_Letters$as_cr_digits
11679 fi
11680
1239811681
1239911682 as_nl='
1240011683 '
1240311686 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1240411687 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
1240511688 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12406 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11689 # Prefer a ksh shell builtin over an external printf program on Solaris,
11690 # but without wasting forks for bash or zsh.
11691 if test -z "$BASH_VERSION$ZSH_VERSION" \
11692 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11693 as_echo='print -r --'
11694 as_echo_n='print -rn --'
11695 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1240711696 as_echo='printf %s\n'
1240811697 as_echo_n='printf %s'
1240911698 else
1241411703 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
1241511704 as_echo_n_body='eval
1241611705 arg=$1;
12417 case $arg in
11706 case $arg in #(
1241811707 *"$as_nl"*)
1241911708 expr "X$arg" : "X\\(.*\\)$as_nl";
1242011709 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
1243711726 }
1243811727 fi
1243911728
12440 # Support unset when possible.
12441 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
12442 as_unset=unset
12443 else
12444 as_unset=false
12445 fi
12446
1244711729
1244811730 # IFS
1244911731 # We need space, tab and new line, in precisely that order. Quoting is
1245311735 IFS=" "" $as_nl"
1245411736
1245511737 # Find who we are. Look in the path if we contain no directory separator.
12456 case $0 in
11738 case $0 in #((
1245711739 *[\\/]* ) as_myself=$0 ;;
1245811740 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1245911741 for as_dir in $PATH
1246011742 do
1246111743 IFS=$as_save_IFS
1246211744 test -z "$as_dir" && as_dir=.
12463 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12464 done
11745 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11746 done
1246511747 IFS=$as_save_IFS
1246611748
1246711749 ;;
1247311755 fi
1247411756 if test ! -f "$as_myself"; then
1247511757 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12476 { (exit 1); exit 1; }
12477 fi
12478
12479 # Work around bugs in pre-3.0 UWIN ksh.
12480 for as_var in ENV MAIL MAILPATH
12481 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
11758 exit 1
11759 fi
11760
11761 # Unset variables that we do not need and which cause bugs (e.g. in
11762 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11763 # suppresses any "Segmentation fault" message there. '((' could
11764 # trigger a bug in pdksh 5.2.14.
11765 for as_var in BASH_ENV ENV MAIL MAILPATH
11766 do eval test x\${$as_var+set} = xset \
11767 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1248211768 done
1248311769 PS1='$ '
1248411770 PS2='> '
1249011776 LANGUAGE=C
1249111777 export LANGUAGE
1249211778
12493 # Required to use basename.
11779 # CDPATH.
11780 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11781
11782
11783 # as_fn_error ERROR [LINENO LOG_FD]
11784 # ---------------------------------
11785 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11786 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11787 # script with status $?, using 1 if that was 0.
11788 as_fn_error ()
11789 {
11790 as_status=$?; test $as_status -eq 0 && as_status=1
11791 if test "$3"; then
11792 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11793 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11794 fi
11795 $as_echo "$as_me: error: $1" >&2
11796 as_fn_exit $as_status
11797 } # as_fn_error
11798
11799
11800 # as_fn_set_status STATUS
11801 # -----------------------
11802 # Set $? to STATUS, without forking.
11803 as_fn_set_status ()
11804 {
11805 return $1
11806 } # as_fn_set_status
11807
11808 # as_fn_exit STATUS
11809 # -----------------
11810 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11811 as_fn_exit ()
11812 {
11813 set +e
11814 as_fn_set_status $1
11815 exit $1
11816 } # as_fn_exit
11817
11818 # as_fn_unset VAR
11819 # ---------------
11820 # Portably unset VAR.
11821 as_fn_unset ()
11822 {
11823 { eval $1=; unset $1;}
11824 }
11825 as_unset=as_fn_unset
11826 # as_fn_append VAR VALUE
11827 # ----------------------
11828 # Append the text in VALUE to the end of the definition contained in VAR. Take
11829 # advantage of any shell optimizations that allow amortized linear growth over
11830 # repeated appends, instead of the typical quadratic growth present in naive
11831 # implementations.
11832 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11833 eval 'as_fn_append ()
11834 {
11835 eval $1+=\$2
11836 }'
11837 else
11838 as_fn_append ()
11839 {
11840 eval $1=\$$1\$2
11841 }
11842 fi # as_fn_append
11843
11844 # as_fn_arith ARG...
11845 # ------------------
11846 # Perform arithmetic evaluation on the ARGs, and store the result in the
11847 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11848 # must be portable across $(()) and expr.
11849 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11850 eval 'as_fn_arith ()
11851 {
11852 as_val=$(( $* ))
11853 }'
11854 else
11855 as_fn_arith ()
11856 {
11857 as_val=`expr "$@" || test $? -eq 1`
11858 }
11859 fi # as_fn_arith
11860
11861
1249411862 if expr a : '\(a\)' >/dev/null 2>&1 &&
1249511863 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1249611864 as_expr=expr
1250411872 as_basename=false
1250511873 fi
1250611874
12507
12508 # Name of the executable.
11875 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11876 as_dirname=dirname
11877 else
11878 as_dirname=false
11879 fi
11880
1250911881 as_me=`$as_basename -- "$0" ||
1251011882 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1251111883 X"$0" : 'X\(//\)$' \| \
1252511897 }
1252611898 s/.*/./; q'`
1252711899
12528 # CDPATH.
12529 $as_unset CDPATH
12530
12531
12532
12533 as_lineno_1=$LINENO
12534 as_lineno_2=$LINENO
12535 test "x$as_lineno_1" != "x$as_lineno_2" &&
12536 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
12537
12538 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
12539 # uniformly replaced by the line number. The first 'sed' inserts a
12540 # line-number line after each line using $LINENO; the second 'sed'
12541 # does the real work. The second script uses 'N' to pair each
12542 # line-number line with the line containing $LINENO, and appends
12543 # trailing '-' during substitution so that $LINENO is not a special
12544 # case at line end.
12545 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
12546 # scripts with optimization help from Paolo Bonzini. Blame Lee
12547 # E. McMahon (1931-1989) for sed's syntax. :-)
12548 sed -n '
12549 p
12550 /[$]LINENO/=
12551 ' <$as_myself |
12552 sed '
12553 s/[$]LINENO.*/&-/
12554 t lineno
12555 b
12556 :lineno
12557 N
12558 :loop
12559 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
12560 t loop
12561 s/-\n.*//
12562 ' >$as_me.lineno &&
12563 chmod +x "$as_me.lineno" ||
12564 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
12565 { (exit 1); exit 1; }; }
12566
12567 # Don't try to exec as it changes $[0], causing all sort of problems
12568 # (the dirname of $[0] is not the place where we might find the
12569 # original and so on. Autoconf is especially sensitive to this).
12570 . "./$as_me.lineno"
12571 # Exit status is that of the last command.
12572 exit
12573 }
12574
12575
12576 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12577 as_dirname=dirname
12578 else
12579 as_dirname=false
12580 fi
11900 # Avoid depending upon Character Ranges.
11901 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11902 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11903 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11904 as_cr_digits='0123456789'
11905 as_cr_alnum=$as_cr_Letters$as_cr_digits
1258111906
1258211907 ECHO_C= ECHO_N= ECHO_T=
12583 case `echo -n x` in
11908 case `echo -n x` in #(((((
1258411909 -n*)
12585 case `echo 'x\c'` in
11910 case `echo 'xy\c'` in
1258611911 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12587 *) ECHO_C='\c';;
11912 xy) ECHO_C='\c';;
11913 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11914 ECHO_T=' ';;
1258811915 esac;;
1258911916 *)
1259011917 ECHO_N='-n';;
1259111918 esac
12592 if expr a : '\(a\)' >/dev/null 2>&1 &&
12593 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12594 as_expr=expr
12595 else
12596 as_expr=false
12597 fi
1259811919
1259911920 rm -f conf$$ conf$$.exe conf$$.file
1260011921 if test -d conf$$.dir; then
1262311944 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
1262411945 rmdir conf$$.dir 2>/dev/null
1262511946
11947
11948 # as_fn_mkdir_p
11949 # -------------
11950 # Create "$as_dir" as a directory, including parents if necessary.
11951 as_fn_mkdir_p ()
11952 {
11953
11954 case $as_dir in #(
11955 -*) as_dir=./$as_dir;;
11956 esac
11957 test -d "$as_dir" || eval $as_mkdir_p || {
11958 as_dirs=
11959 while :; do
11960 case $as_dir in #(
11961 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11962 *) as_qdir=$as_dir;;
11963 esac
11964 as_dirs="'$as_qdir' $as_dirs"
11965 as_dir=`$as_dirname -- "$as_dir" ||
11966 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11967 X"$as_dir" : 'X\(//\)[^/]' \| \
11968 X"$as_dir" : 'X\(//\)$' \| \
11969 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11970 $as_echo X"$as_dir" |
11971 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11972 s//\1/
11973 q
11974 }
11975 /^X\(\/\/\)[^/].*/{
11976 s//\1/
11977 q
11978 }
11979 /^X\(\/\/\)$/{
11980 s//\1/
11981 q
11982 }
11983 /^X\(\/\).*/{
11984 s//\1/
11985 q
11986 }
11987 s/.*/./; q'`
11988 test -d "$as_dir" && break
11989 done
11990 test -z "$as_dirs" || eval "mkdir $as_dirs"
11991 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11992
11993
11994 } # as_fn_mkdir_p
1262611995 if mkdir -p . 2>/dev/null; then
12627 as_mkdir_p=:
11996 as_mkdir_p='mkdir -p "$as_dir"'
1262811997 else
1262911998 test -d ./-p && rmdir ./-p
1263011999 as_mkdir_p=false
1264312012 if test -d "$1"; then
1264412013 test -d "$1/.";
1264512014 else
12646 case $1 in
12015 case $1 in #(
1264712016 -*)set "./$1";;
1264812017 esac;
12649 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
12018 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
1265012019 ???[sx]*):;;*)false;;esac;fi
1265112020 '\'' sh
1265212021 '
1266112030
1266212031
1266312032 exec 6>&1
12664
12665 # Save the log message, to keep $[0] and so on meaningful, and to
12033 ## ----------------------------------- ##
12034 ## Main body of $CONFIG_STATUS script. ##
12035 ## ----------------------------------- ##
12036 _ASEOF
12037 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12038
12039 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12040 # Save the log message, to keep $0 and so on meaningful, and to
1266612041 # report actual input values of CONFIG_FILES etc. instead of their
1266712042 # values after options handling.
1266812043 ac_log="
12669 This file was extended by anypaper $as_me 2.2, which was
12670 generated by GNU Autoconf 2.63. Invocation command line was
12044 This file was extended by anypaper $as_me 2.3, which was
12045 generated by GNU Autoconf 2.65. Invocation command line was
1267112046
1267212047 CONFIG_FILES = $CONFIG_FILES
1267312048 CONFIG_HEADERS = $CONFIG_HEADERS
1269912074
1270012075 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1270112076 ac_cs_usage="\
12702 \`$as_me' instantiates files from templates according to the
12703 current configuration.
12704
12705 Usage: $0 [OPTION]... [FILE]...
12077 \`$as_me' instantiates files and other configuration actions
12078 from templates according to the current configuration. Unless the files
12079 and actions are specified as TAGs, all are instantiated by default.
12080
12081 Usage: $0 [OPTION]... [TAG]...
1270612082
1270712083 -h, --help print this help, then exit
1270812084 -V, --version print version number and configuration settings, then exit
12085 --config print configuration, then exit
1270912086 -q, --quiet, --silent
1271012087 do not print progress messages
1271112088 -d, --debug don't remove temporary files
1272412101 Configuration commands:
1272512102 $config_commands
1272612103
12727 Report bugs to <bug-autoconf@gnu.org>."
12104 Report bugs to <cdvdt at sourceforge.net>."
1272812105
1272912106 _ACEOF
1273012107 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12108 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1273112109 ac_cs_version="\\
12732 anypaper config.status 2.2
12733 configured by $0, generated by GNU Autoconf 2.63,
12734 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
12735
12736 Copyright (C) 2008 Free Software Foundation, Inc.
12110 anypaper config.status 2.3
12111 configured by $0, generated by GNU Autoconf 2.65,
12112 with options \\"\$ac_cs_config\\"
12113
12114 Copyright (C) 2009 Free Software Foundation, Inc.
1273712115 This config.status script is free software; the Free Software Foundation
1273812116 gives unlimited permission to copy, distribute and modify it."
1273912117
1276912147 ac_cs_recheck=: ;;
1277012148 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
1277112149 $as_echo "$ac_cs_version"; exit ;;
12150 --config | --confi | --conf | --con | --co | --c )
12151 $as_echo "$ac_cs_config"; exit ;;
1277212152 --debug | --debu | --deb | --de | --d | -d )
1277312153 debug=: ;;
1277412154 --file | --fil | --fi | --f )
1277612156 case $ac_optarg in
1277712157 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1277812158 esac
12779 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
12159 as_fn_append CONFIG_FILES " '$ac_optarg'"
1278012160 ac_need_defaults=false;;
1278112161 --header | --heade | --head | --hea )
1278212162 $ac_shift
1278312163 case $ac_optarg in
1278412164 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1278512165 esac
12786 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
12166 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
1278712167 ac_need_defaults=false;;
1278812168 --he | --h)
1278912169 # Conflict between --help and --header
12790 { $as_echo "$as_me: error: ambiguous option: $1
12791 Try \`$0 --help' for more information." >&2
12792 { (exit 1); exit 1; }; };;
12170 as_fn_error "ambiguous option: \`$1'
12171 Try \`$0 --help' for more information.";;
1279312172 --help | --hel | -h )
1279412173 $as_echo "$ac_cs_usage"; exit ;;
1279512174 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1279712176 ac_cs_silent=: ;;
1279812177
1279912178 # This is an error.
12800 -*) { $as_echo "$as_me: error: unrecognized option: $1
12801 Try \`$0 --help' for more information." >&2
12802 { (exit 1); exit 1; }; } ;;
12803
12804 *) ac_config_targets="$ac_config_targets $1"
12179 -*) as_fn_error "unrecognized option: \`$1'
12180 Try \`$0 --help' for more information." ;;
12181
12182 *) as_fn_append ac_config_targets " $1"
1280512183 ac_need_defaults=false ;;
1280612184
1280712185 esac
1311612494 "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
1311712495 "docs/reference/Makefile") CONFIG_FILES="$CONFIG_FILES docs/reference/Makefile" ;;
1311812496
13119 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13120 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13121 { (exit 1); exit 1; }; };;
12497 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1312212498 esac
1312312499 done
1312412500
1314512521 trap 'exit_status=$?
1314612522 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
1314712523 ' 0
13148 trap '{ (exit 1); exit 1; }' 1 2 13 15
12524 trap 'as_fn_exit 1' 1 2 13 15
1314912525 }
1315012526 # Create a (secure) tmp directory for tmp files.
1315112527
1315612532 {
1315712533 tmp=./conf$$-$RANDOM
1315812534 (umask 077 && mkdir "$tmp")
13159 } ||
13160 {
13161 $as_echo "$as_me: cannot create a temporary directory in ." >&2
13162 { (exit 1); exit 1; }
13163 }
12535 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
1316412536
1316512537 # Set up the scripts for CONFIG_FILES section.
1316612538 # No need to generate them if there are no CONFIG_FILES.
1316812540 if test -n "$CONFIG_FILES"; then
1316912541
1317012542
13171 ac_cr='
13172 '
12543 ac_cr=`echo X | tr X '\015'`
12544 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12545 # But we know of no other shell where ac_cr would be empty at this
12546 # point, so we can use a bashism as a fallback.
12547 if test "x$ac_cr" = x; then
12548 eval ac_cr=\$\'\\r\'
12549 fi
1317312550 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
1317412551 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13175 ac_cs_awk_cr='\\r'
12552 ac_cs_awk_cr='\r'
1317612553 else
1317712554 ac_cs_awk_cr=$ac_cr
1317812555 fi
1318612563 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
1318712564 echo "_ACEOF"
1318812565 } >conf$$subs.sh ||
13189 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
13190 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
13191 { (exit 1); exit 1; }; }
12566 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
1319212567 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
1319312568 ac_delim='%!_!# '
1319412569 for ac_last_try in false false false false false :; do
1319512570 . ./conf$$subs.sh ||
13196 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
13197 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
13198 { (exit 1); exit 1; }; }
12571 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
1319912572
1320012573 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
1320112574 if test $ac_delim_n = $ac_delim_num; then
1320212575 break
1320312576 elif $ac_last_try; then
13204 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
13205 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
13206 { (exit 1); exit 1; }; }
12577 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
1320712578 else
1320812579 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
1320912580 fi
1322512596 t delim
1322612597 :nl
1322712598 h
13228 s/\(.\{148\}\).*/\1/
12599 s/\(.\{148\}\)..*/\1/
1322912600 t more1
1323012601 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
1323112602 p
1323912610 t nl
1324012611 :delim
1324112612 h
13242 s/\(.\{148\}\).*/\1/
12613 s/\(.\{148\}\)..*/\1/
1324312614 t more2
1324412615 s/["\\]/\\&/g; s/^/"/; s/$/"/
1324512616 p
1329212663 else
1329312664 cat
1329412665 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
13295 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
13296 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
13297 { (exit 1); exit 1; }; }
12666 || as_fn_error "could not setup config files machinery" "$LINENO" 5
1329812667 _ACEOF
1329912668
1330012669 # VPATH may cause trouble with some makes, so we remove $(srcdir),
1333512704 if test -z "$ac_t"; then
1333612705 break
1333712706 elif $ac_last_try; then
13338 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
13339 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
13340 { (exit 1); exit 1; }; }
12707 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
1334112708 else
1334212709 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
1334312710 fi
1342212789 _ACAWK
1342312790 _ACEOF
1342412791 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13425 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
13426 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
13427 { (exit 1); exit 1; }; }
12792 as_fn_error "could not setup config headers machinery" "$LINENO" 5
1342812793 fi # test -n "$CONFIG_HEADERS"
1342912794
1343012795
1343712802 esac
1343812803 case $ac_mode$ac_tag in
1343912804 :[FHL]*:*);;
13440 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
13441 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
13442 { (exit 1); exit 1; }; };;
12805 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
1344312806 :[FH]-) ac_tag=-:-;;
1344412807 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1344512808 esac
1346712830 [\\/$]*) false;;
1346812831 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1346912832 esac ||
13470 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
13471 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
13472 { (exit 1); exit 1; }; };;
12833 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1347312834 esac
1347412835 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13475 ac_file_inputs="$ac_file_inputs '$ac_f'"
12836 as_fn_append ac_file_inputs " '$ac_f'"
1347612837 done
1347712838
1347812839 # Let's still pretend it is `configure' which instantiates (i.e., don't
1348312844 `' by configure.'
1348412845 if test x"$ac_file" != x-; then
1348512846 configure_input="$ac_file. $configure_input"
13486 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
12847 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1348712848 $as_echo "$as_me: creating $ac_file" >&6;}
1348812849 fi
1348912850 # Neutralize special characters interpreted by sed in replacement strings.
1349612857
1349712858 case $ac_tag in
1349812859 *:-:* | *:-) cat >"$tmp/stdin" \
13499 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
13500 $as_echo "$as_me: error: could not create $ac_file" >&2;}
13501 { (exit 1); exit 1; }; } ;;
12860 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
1350212861 esac
1350312862 ;;
1350412863 esac
1352612885 q
1352712886 }
1352812887 s/.*/./; q'`
13529 { as_dir="$ac_dir"
13530 case $as_dir in #(
13531 -*) as_dir=./$as_dir;;
13532 esac
13533 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
13534 as_dirs=
13535 while :; do
13536 case $as_dir in #(
13537 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13538 *) as_qdir=$as_dir;;
13539 esac
13540 as_dirs="'$as_qdir' $as_dirs"
13541 as_dir=`$as_dirname -- "$as_dir" ||
13542 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13543 X"$as_dir" : 'X\(//\)[^/]' \| \
13544 X"$as_dir" : 'X\(//\)$' \| \
13545 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13546 $as_echo X"$as_dir" |
13547 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13548 s//\1/
13549 q
13550 }
13551 /^X\(\/\/\)[^/].*/{
13552 s//\1/
13553 q
13554 }
13555 /^X\(\/\/\)$/{
13556 s//\1/
13557 q
13558 }
13559 /^X\(\/\).*/{
13560 s//\1/
13561 q
13562 }
13563 s/.*/./; q'`
13564 test -d "$as_dir" && break
13565 done
13566 test -z "$as_dirs" || eval "mkdir $as_dirs"
13567 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
13568 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
13569 { (exit 1); exit 1; }; }; }
12888 as_dir="$ac_dir"; as_fn_mkdir_p
1357012889 ac_builddir=.
1357112890
1357212891 case "$ac_dir" in
1362312942 # If the template does not know about datarootdir, expand it.
1362412943 # FIXME: This hack should be removed a few years after 2.60.
1362512944 ac_datarootdir_hack=; ac_datarootdir_seen=
13626
1362712945 ac_sed_dataroot='
1362812946 /datarootdir/ {
1362912947 p
1363312951 /@docdir@/p
1363412952 /@infodir@/p
1363512953 /@localedir@/p
13636 /@mandir@/p
13637 '
12954 /@mandir@/p'
1363812955 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1363912956 *datarootdir*) ac_datarootdir_seen=yes;;
1364012957 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13641 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12958 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1364212959 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1364312960 _ACEOF
1364412961 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1364812965 s&@infodir@&$infodir&g
1364912966 s&@localedir@&$localedir&g
1365012967 s&@mandir@&$mandir&g
13651 s&\\\${datarootdir}&$datarootdir&g' ;;
12968 s&\\\${datarootdir}&$datarootdir&g' ;;
1365212969 esac
1365312970 _ACEOF
1365412971
1367712994 $ac_datarootdir_hack
1367812995 "
1367912996 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
13680 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
13681 $as_echo "$as_me: error: could not create $ac_file" >&2;}
13682 { (exit 1); exit 1; }; }
12997 || as_fn_error "could not create $ac_file" "$LINENO" 5
1368312998
1368412999 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1368513000 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1368613001 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
13687 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13002 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1368813003 which seems to be undefined. Please make sure it is defined." >&5
1368913004 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1369013005 which seems to be undefined. Please make sure it is defined." >&2;}
1369413009 -) cat "$tmp/out" && rm -f "$tmp/out";;
1369513010 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1369613011 esac \
13697 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
13698 $as_echo "$as_me: error: could not create $ac_file" >&2;}
13699 { (exit 1); exit 1; }; }
13012 || as_fn_error "could not create $ac_file" "$LINENO" 5
1370013013 ;;
1370113014 :H)
1370213015 #
1370713020 $as_echo "/* $configure_input */" \
1370813021 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1370913022 } >"$tmp/config.h" \
13710 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
13711 $as_echo "$as_me: error: could not create $ac_file" >&2;}
13712 { (exit 1); exit 1; }; }
13023 || as_fn_error "could not create $ac_file" "$LINENO" 5
1371313024 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
13714 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
13025 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1371513026 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1371613027 else
1371713028 rm -f "$ac_file"
1371813029 mv "$tmp/config.h" "$ac_file" \
13719 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
13720 $as_echo "$as_me: error: could not create $ac_file" >&2;}
13721 { (exit 1); exit 1; }; }
13030 || as_fn_error "could not create $ac_file" "$LINENO" 5
1372213031 fi
1372313032 else
1372413033 $as_echo "/* $configure_input */" \
1372513034 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
13726 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
13727 $as_echo "$as_me: error: could not create -" >&2;}
13728 { (exit 1); exit 1; }; }
13035 || as_fn_error "could not create -" "$LINENO" 5
1372913036 fi
1373013037 # Compute "$ac_file"'s index in $config_headers.
1373113038 _am_arg="$ac_file"
1376313070 s/.*/./; q'`/stamp-h$_am_stamp_count
1376413071 ;;
1376513072
13766 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
13073 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1376713074 $as_echo "$as_me: executing $ac_file commands" >&6;}
1376813075 ;;
1376913076 esac
1385813165 q
1385913166 }
1386013167 s/.*/./; q'`
13861 { as_dir=$dirpart/$fdir
13862 case $as_dir in #(
13863 -*) as_dir=./$as_dir;;
13864 esac
13865 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
13866 as_dirs=
13867 while :; do
13868 case $as_dir in #(
13869 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13870 *) as_qdir=$as_dir;;
13871 esac
13872 as_dirs="'$as_qdir' $as_dirs"
13873 as_dir=`$as_dirname -- "$as_dir" ||
13874 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13875 X"$as_dir" : 'X\(//\)[^/]' \| \
13876 X"$as_dir" : 'X\(//\)$' \| \
13877 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13878 $as_echo X"$as_dir" |
13879 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13880 s//\1/
13881 q
13882 }
13883 /^X\(\/\/\)[^/].*/{
13884 s//\1/
13885 q
13886 }
13887 /^X\(\/\/\)$/{
13888 s//\1/
13889 q
13890 }
13891 /^X\(\/\).*/{
13892 s//\1/
13893 q
13894 }
13895 s/.*/./; q'`
13896 test -d "$as_dir" && break
13897 done
13898 test -z "$as_dirs" || eval "mkdir $as_dirs"
13899 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
13900 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
13901 { (exit 1); exit 1; }; }; }
13168 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1390213169 # echo "creating $dirpart/$file"
1390313170 echo '# dummy' > "$dirpart/$file"
1390413171 done
1454513812 done # for ac_tag
1454613813
1454713814
14548 { (exit 0); exit 0; }
13815 as_fn_exit 0
1454913816 _ACEOF
14550 chmod +x $CONFIG_STATUS
1455113817 ac_clean_files=$ac_clean_files_save
1455213818
1455313819 test $ac_write_fail = 0 ||
14554 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
14555 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
14556 { (exit 1); exit 1; }; }
13820 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
1455713821
1455813822
1455913823 # configure is writing to config.log, and then calls config.status.
1457413838 exec 5>>config.log
1457513839 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
1457613840 # would make configure fail if this is the last instruction.
14577 $ac_cs_success || { (exit 1); exit 1; }
13841 $ac_cs_success || as_fn_exit $?
1457813842 fi
1457913843 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14580 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13844 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
1458113845 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1458213846 fi
1458313847
11 # Process this file with autoconf to produce a configure script.
22
33 AC_PREREQ(2.59)
4 AC_INIT(anypaper, 2.2, cdvdt at sourceforge.net)
4 AC_INIT(anypaper, 2.3, cdvdt at sourceforge.net)
55 AC_CONFIG_SRCDIR([anypaper/anypaper.c])
66 AC_CONFIG_MACRO_DIR([m4])
77 AM_INIT_AUTOMAKE
(No changes)
0 # Makefile.in generated by automake 1.10.2 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1415 @SET_MAKE@
1516 VPATH = @srcdir@
1617 pkgdatadir = $(datadir)/@PACKAGE@
18 pkgincludedir = $(includedir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
18 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibexecdir = $(libexecdir)/@PACKAGE@
1921 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
2022 install_sh_DATA = $(install_sh) -c -m 644
2123 install_sh_PROGRAM = $(install_sh) -c
4244 mkinstalldirs = $(install_sh) -d
4345 CONFIG_HEADER = $(top_builddir)/config.h
4446 CONFIG_CLEAN_FILES =
47 CONFIG_CLEAN_VPATH_FILES =
4548 SOURCES =
4649 DIST_SOURCES =
4750 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
5356 ps-recursive uninstall-recursive
5457 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
5558 distclean-recursive maintainer-clean-recursive
59 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
60 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
61 distdir
5662 ETAGS = etags
5763 CTAGS = ctags
5864 DIST_SUBDIRS = $(SUBDIRS)
5965 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
66 am__relativize = \
67 dir0=`pwd`; \
68 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
69 sed_rest='s,^[^/]*/*,,'; \
70 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
71 sed_butlast='s,/*[^/]*$$,,'; \
72 while test -n "$$dir1"; do \
73 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
74 if test "$$first" != "."; then \
75 if test "$$first" = ".."; then \
76 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
77 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
78 else \
79 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
80 if test "$$first2" = "$$first"; then \
81 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
82 else \
83 dir2="../$$dir2"; \
84 fi; \
85 dir0="$$dir0"/"$$first"; \
86 fi; \
87 fi; \
88 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
89 done; \
90 reldir="$$dir2"
6091 ACLOCAL = @ACLOCAL@
6192 AMTAR = @AMTAR@
6293 ANYPAPER_CFLAGS = @ANYPAPER_CFLAGS@
84115 FGREP = @FGREP@
85116 GREP = @GREP@
86117 GTKDOC_CHECK = @GTKDOC_CHECK@
118 GTKDOC_MKPDF = @GTKDOC_MKPDF@
119 GTKDOC_REBASE = @GTKDOC_REBASE@
87120 HTML_DIR = @HTML_DIR@
88121 INSTALL = @INSTALL@
89122 INSTALL_DATA = @INSTALL_DATA@
111144 PACKAGE_NAME = @PACKAGE_NAME@
112145 PACKAGE_STRING = @PACKAGE_STRING@
113146 PACKAGE_TARNAME = @PACKAGE_TARNAME@
147 PACKAGE_URL = @PACKAGE_URL@
114148 PACKAGE_VERSION = @PACKAGE_VERSION@
115149 PATH_SEPARATOR = @PATH_SEPARATOR@
116150 PKG_CONFIG = @PKG_CONFIG@
185219 exit 1;; \
186220 esac; \
187221 done; \
188 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
189 cd $(top_srcdir) && \
190 $(AUTOMAKE) --gnu docs/Makefile
222 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
223 $(am__cd) $(top_srcdir) && \
224 $(AUTOMAKE) --gnu docs/Makefile
191225 .PRECIOUS: Makefile
192226 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
193227 @case '$?' in \
205239 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
206240 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
207241 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242 $(am__aclocal_m4_deps):
208243
209244 mostlyclean-libtool:
210245 -rm -f *.lo
219254 # (which will cause the Makefiles to be regenerated when you run `make');
220255 # (2) otherwise, pass the desired values on the `make' command line.
221256 $(RECURSIVE_TARGETS):
222 @failcom='exit 1'; \
257 @fail= failcom='exit 1'; \
223258 for f in x $$MAKEFLAGS; do \
224259 case $$f in \
225260 *=* | --[!k]*);; \
236271 else \
237272 local_target="$$target"; \
238273 fi; \
239 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
274 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
240275 || eval $$failcom; \
241276 done; \
242277 if test "$$dot_seen" = "no"; then \
244279 fi; test -z "$$fail"
245280
246281 $(RECURSIVE_CLEAN_TARGETS):
247 @failcom='exit 1'; \
282 @fail= failcom='exit 1'; \
248283 for f in x $$MAKEFLAGS; do \
249284 case $$f in \
250285 *=* | --[!k]*);; \
270305 else \
271306 local_target="$$target"; \
272307 fi; \
273 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
308 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
274309 || eval $$failcom; \
275310 done && test -z "$$fail"
276311 tags-recursive:
277312 list='$(SUBDIRS)'; for subdir in $$list; do \
278 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
313 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
279314 done
280315 ctags-recursive:
281316 list='$(SUBDIRS)'; for subdir in $$list; do \
282 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
317 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
283318 done
284319
285320 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
294329
295330 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
296331 $(TAGS_FILES) $(LISP)
297 tags=; \
332 set x; \
298333 here=`pwd`; \
299334 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
300335 include_option=--etags-include; \
306341 list='$(SUBDIRS)'; for subdir in $$list; do \
307342 if test "$$subdir" = .; then :; else \
308343 test ! -f $$subdir/TAGS || \
309 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
344 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
310345 fi; \
311346 done; \
312347 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
315350 done | \
316351 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
317352 END { if (nonempty) { for (i in files) print i; }; }'`; \
318 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
353 shift; \
354 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
319355 test -n "$$unique" || unique=$$empty_fix; \
320 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
321 $$tags $$unique; \
356 if test $$# -gt 0; then \
357 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
358 "$$@" $$unique; \
359 else \
360 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
361 $$unique; \
362 fi; \
322363 fi
323364 ctags: CTAGS
324365 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
325366 $(TAGS_FILES) $(LISP)
326 tags=; \
327367 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
328368 unique=`for i in $$list; do \
329369 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
330370 done | \
331371 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
332372 END { if (nonempty) { for (i in files) print i; }; }'`; \
333 test -z "$(CTAGS_ARGS)$$tags$$unique" \
373 test -z "$(CTAGS_ARGS)$$unique" \
334374 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
335 $$tags $$unique
375 $$unique
336376
337377 GTAGS:
338378 here=`$(am__cd) $(top_builddir) && pwd` \
339 && cd $(top_srcdir) \
340 && gtags -i $(GTAGS_ARGS) $$here
379 && $(am__cd) $(top_srcdir) \
380 && gtags -i $(GTAGS_ARGS) "$$here"
341381
342382 distclean-tags:
343383 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
358398 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
359399 if test -d $$d/$$file; then \
360400 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
401 if test -d "$(distdir)/$$file"; then \
402 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
403 fi; \
361404 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
362 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
405 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
406 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
363407 fi; \
364 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
408 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
365409 else \
366 test -f $(distdir)/$$file \
367 || cp -p $$d/$$file $(distdir)/$$file \
410 test -f "$(distdir)/$$file" \
411 || cp -p $$d/$$file "$(distdir)/$$file" \
368412 || exit 1; \
369413 fi; \
370414 done
371 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
415 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
372416 if test "$$subdir" = .; then :; else \
373417 test -d "$(distdir)/$$subdir" \
374418 || $(MKDIR_P) "$(distdir)/$$subdir" \
375419 || exit 1; \
376 distdir=`$(am__cd) $(distdir) && pwd`; \
377 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
378 (cd $$subdir && \
420 fi; \
421 done
422 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
423 if test "$$subdir" = .; then :; else \
424 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
425 $(am__relativize); \
426 new_distdir=$$reldir; \
427 dir1=$$subdir; dir2="$(top_distdir)"; \
428 $(am__relativize); \
429 new_top_distdir=$$reldir; \
430 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
431 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
432 ($(am__cd) $$subdir && \
379433 $(MAKE) $(AM_MAKEFLAGS) \
380 top_distdir="$$top_distdir" \
381 distdir="$$distdir/$$subdir" \
434 top_distdir="$$new_top_distdir" \
435 distdir="$$new_distdir" \
382436 am__remove_distdir=: \
383437 am__skip_length_check=: \
438 am__skip_mode_fix=: \
384439 distdir) \
385440 || exit 1; \
386441 fi; \
410465
411466 distclean-generic:
412467 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
468 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
413469
414470 maintainer-clean-generic:
415471 @echo "This command is intended for maintainers to use"
428484
429485 html: html-recursive
430486
487 html-am:
488
431489 info: info-recursive
432490
433491 info-am:
436494
437495 install-dvi: install-dvi-recursive
438496
497 install-dvi-am:
498
439499 install-exec-am:
440500
441501 install-html: install-html-recursive
442502
503 install-html-am:
504
443505 install-info: install-info-recursive
444506
507 install-info-am:
508
445509 install-man:
446510
447511 install-pdf: install-pdf-recursive
448512
513 install-pdf-am:
514
449515 install-ps: install-ps-recursive
516
517 install-ps-am:
450518
451519 installcheck-am:
452520
468536
469537 uninstall-am:
470538
471 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
472 install-strip
539 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
540 install-am install-strip tags-recursive
473541
474542 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
475543 all all-am check check-am clean clean-generic clean-libtool \
485553 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
486554 uninstall uninstall-am
487555
556
488557 # Tell versions [3.59,3.63) of GNU make to not export all variables.
489558 # Otherwise a system limit (for SysV at least) may be exceeded.
490559 .NOEXPORT:
0 # Makefile.in generated by automake 1.10.2 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
2223 ####################################
2324 VPATH = @srcdir@
2425 pkgdatadir = $(datadir)/@PACKAGE@
26 pkgincludedir = $(includedir)/@PACKAGE@
2527 pkglibdir = $(libdir)/@PACKAGE@
26 pkgincludedir = $(includedir)/@PACKAGE@
28 pkglibexecdir = $(libexecdir)/@PACKAGE@
2729 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
2830 install_sh_DATA = $(install_sh) -c -m 644
2931 install_sh_PROGRAM = $(install_sh) -c
5153 mkinstalldirs = $(install_sh) -d
5254 CONFIG_HEADER = $(top_builddir)/config.h
5355 CONFIG_CLEAN_FILES =
56 CONFIG_CLEAN_VPATH_FILES =
5457 SOURCES =
5558 DIST_SOURCES =
5659 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
8184 FGREP = @FGREP@
8285 GREP = @GREP@
8386 GTKDOC_CHECK = @GTKDOC_CHECK@
87 GTKDOC_MKPDF = @GTKDOC_MKPDF@
88 GTKDOC_REBASE = @GTKDOC_REBASE@
8489 HTML_DIR = @HTML_DIR@
8590 INSTALL = @INSTALL@
8691 INSTALL_DATA = @INSTALL_DATA@
108113 PACKAGE_NAME = @PACKAGE_NAME@
109114 PACKAGE_STRING = @PACKAGE_STRING@
110115 PACKAGE_TARNAME = @PACKAGE_TARNAME@
116 PACKAGE_URL = @PACKAGE_URL@
111117 PACKAGE_VERSION = @PACKAGE_VERSION@
112118 PATH_SEPARATOR = @PATH_SEPARATOR@
113119 PKG_CONFIG = @PKG_CONFIG@
283289 exit 1;; \
284290 esac; \
285291 done; \
286 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/reference/Makefile'; \
287 cd $(top_srcdir) && \
288 $(AUTOMAKE) --gnu docs/reference/Makefile
292 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/reference/Makefile'; \
293 $(am__cd) $(top_srcdir) && \
294 $(AUTOMAKE) --gnu docs/reference/Makefile
289295 .PRECIOUS: Makefile
290296 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
291297 @case '$?' in \
303309 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304310 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
305311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312 $(am__aclocal_m4_deps):
306313
307314 mostlyclean-libtool:
308315 -rm -f *.lo
332339 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
333340 if test -d $$d/$$file; then \
334341 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
342 if test -d "$(distdir)/$$file"; then \
343 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
344 fi; \
335345 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
336 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
346 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
347 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
337348 fi; \
338 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
349 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
339350 else \
340 test -f $(distdir)/$$file \
341 || cp -p $$d/$$file $(distdir)/$$file \
351 test -f "$(distdir)/$$file" \
352 || cp -p $$d/$$file "$(distdir)/$$file" \
342353 || exit 1; \
343354 fi; \
344355 done
370381
371382 distclean-generic:
372383 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
384 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
373385
374386 maintainer-clean-generic:
375387 @echo "This command is intended for maintainers to use"
388400
389401 html: html-am
390402
403 html-am:
404
391405 info: info-am
392406
393407 info-am:
396410
397411 install-dvi: install-dvi-am
398412
413 install-dvi-am:
414
399415 install-exec-am:
400416
401417 install-html: install-html-am
402418
419 install-html-am:
420
403421 install-info: install-info-am
404422
423 install-info-am:
424
405425 install-man:
406426
407427 install-pdf: install-pdf-am
408428
429 install-pdf-am:
430
409431 install-ps: install-ps-am
432
433 install-ps-am:
410434
411435 installcheck-am:
412436
595619 regenerate-types:
596620 grep _get_type $(DOC_SOURCE_DIR)/anypaper_*.h | grep -oR '^.*\.h' | sort | uniq - | sed -r 's/^.*\.h$/#include "\0"/' > anypaper.types
597621 grep _get_type $(DOC_SOURCE_DIR)/anypaper_*.h | grep -oR '^.*\.h' | sort | uniq - | sed -re 'y/-/_/' -e 's/^(.*)\.h$/\1_get_type/' >> anypaper.types.new
622
598623 # Tell versions [3.59,3.63) of GNU make to not export all variables.
599624 # Otherwise a system limit (for SysV at least) may be exceeded.
600625 .NOEXPORT:
77 <bookinfo>
88 <title>anypaper Reference Manual</title>
99 <releaseinfo>
10 for anypaper 2.2
10 for anyPaper 2.3.
1111 The latest version of this documentation can be found on-line at
1212 <ulink role="online-location" url="http://anypaper.sourceforge.net/anypaper/index.html">http://anypaper.sourceforge.net/anypaper/</ulink>.
1313 </releaseinfo>
1414 </bookinfo>
1515
1616 <chapter>
17 <title>anyṔaper Classes</title>
17 <title>anyPaper Classes</title>
1818 <xi:include href="xml/anypaper_wallpapersetter.xml"/>
1919 <xi:include href="xml/anypaper_preview.xml"/>
2020 <xi:include href="xml/anypaper_parameters.xml"/>
+0
-238
docs/reference/html/AnypaperImage.html less more
0 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>AnypaperImage</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
6 <link rel="start" href="index.html" title="anypaper Reference Manual">
7 <link rel="up" href="ch01.html" title="anyṔaper Classes">
8 <link rel="prev" href="AnypaperParameters.html" title="AnypaperParameters">
9 <link rel="next" href="AnypaperWindow.html" title="AnypaperWindow">
10 <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
11 <link rel="stylesheet" href="style.css" type="text/css">
12 <link rel="chapter" href="ch01.html" title="anyṔaper Classes">
13 <link rel="chapter" href="object-tree.html" title="Object Hierarchy">
14 <link rel="index" href="api-index-full.html" title="API Index">
15 </head>
16 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
17 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
18 <tr valign="middle">
19 <td><a accesskey="p" href="AnypaperParameters.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
20 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
21 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
22 <th width="100%" align="center">anypaper Reference Manual</th>
23 <td><a accesskey="n" href="AnypaperWindow.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
24 </tr>
25 <tr><td colspan="5" class="shortcuts">
26 <a href="#AnypaperImage.synopsis" class="shortcut">Top</a>
27  | 
28 <a href="#AnypaperImage.description" class="shortcut">Description</a>
29  | 
30 <a href="#AnypaperImage.object-hierarchy" class="shortcut">Object Hierarchy</a>
31 </td></tr>
32 </table>
33 <div class="refentry" lang="en">
34 <a name="AnypaperImage"></a><div class="titlepage"></div>
35 <div class="refnamediv"><table width="100%"><tr>
36 <td valign="top">
37 <h2><span class="refentrytitle"><a name="AnypaperImage.top_of_page"></a>AnypaperImage</span></h2>
38 <p>AnypaperImage — genarates the images used by anyPaper</p>
39 </td>
40 <td valign="top" align="right"></td>
41 </tr></table></div>
42 <div class="refsect1" lang="en">
43 <a name="AnypaperImage.stability-level"></a><h2>Stability Level</h2>
44 Stable, unless otherwise indicated
45 </div>
46 <div class="refsynopsisdiv">
47 <a name="AnypaperImage.synopsis"></a><h2>Synopsis</h2>
48 <pre class="synopsis">
49
50 #include &lt;anypaper_image.h&gt;
51
52 <a
53 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html#AnypaperImagePrivate"
54 >AnypaperImagePrivate</a>;
55 <a
56 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html#AnypaperImage-struct"
57 >AnypaperImage</a>;
58 void <a
59 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html#anypaper-image-make"
60 >anypaper_image_make</a> (<a
61 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html"
62 >AnypaperImage</a> *image,
63 <a
64 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
65 >AnypaperParameters</a> *parameters);
66 void <a
67 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html#anypaper-image-move"
68 >anypaper_image_move</a> (<a
69 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html"
70 >AnypaperImage</a> *image,
71 <a
72 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
73 >AnypaperParameters</a> *parameters);
74 </pre>
75 </div>
76 <div class="refsect1" lang="en">
77 <a name="AnypaperImage.object-hierarchy"></a><h2>Object Hierarchy</h2>
78 <pre class="synopsis">
79 <a
80 href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
81 >GObject</a>
82 +----AnypaperImage
83 </pre>
84 </div>
85 <div class="refsect1" lang="en">
86 <a name="AnypaperImage.description"></a><h2>Description</h2>
87 <p>
88 This application class generates the images used by anyPaper
89 </p>
90 <p>
91 The images present in <a
92 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html"
93 ><span class="type">AnypaperImage</span></a> are created by <a
94 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html#anypaper-image-move"
95 ><code class="function">anypaper_image_move()</code></a> using the parameters passed to function and images previously created by <a
96 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html#anypaper-image-make"
97 ><code class="function">anypaper_image_make()</code></a>. The <a
98 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html#anypaper-image-make"
99 ><code class="function">anypaper_image_make()</code></a> function modifies some parameters passed by <a
100 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
101 ><span class="type">AnypaperParameters</span></a> (mainly positionx and positiony, for indicating the range allowed for the variables) so they must be updated.</p>
102 <p>
103 </p>
104 </div>
105 <div class="refsect1" lang="en">
106 <a name="AnypaperImage.details"></a><h2>Details</h2>
107 <div class="refsect2" lang="en">
108 <a name="AnypaperImagePrivate"></a><h3>AnypaperImagePrivate</h3>
109 <pre class="programlisting">typedef struct _AnypaperImagePrivate AnypaperImagePrivate;</pre>
110 <p>
111 </p>
112 </div>
113 <hr>
114 <div class="refsect2" lang="en">
115 <a name="AnypaperImage-struct"></a><h3>AnypaperImage</h3>
116 <pre class="programlisting">typedef struct {
117 GdkPixbuf *image;
118 GdkPixbuf *preview;
119 } AnypaperImage;
120 </pre>
121 <p>
122 Contains the generated images used by the program</p>
123 <p>
124 </p>
125 <div class="variablelist"><table border="0">
126 <col align="left" valign="top">
127 <tbody>
128 <tr>
129 <td><p><span class="term"><a
130 href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
131 >GdkPixbuf</a> *<em class="structfield"><code>image</code></em>;</span></p></td>
132 <td> contains the real size image created by anyPaper
133 </td>
134 </tr>
135 <tr>
136 <td><p><span class="term"><a
137 href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
138 >GdkPixbuf</a> *<em class="structfield"><code>preview</code></em>;</span></p></td>
139 <td> contains a thumbnail of the image created by anyPaper
140 </td>
141 </tr>
142 </tbody>
143 </table></div>
144 </div>
145 <hr>
146 <div class="refsect2" lang="en">
147 <a name="anypaper-image-make"></a><h3>anypaper_image_make ()</h3>
148 <pre class="programlisting">void anypaper_image_make (<a
149 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html"
150 >AnypaperImage</a> *image,
151 <a
152 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
153 >AnypaperParameters</a> *parameters);</pre>
154 <p>
155 Generate a <a
156 href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
157 ><span class="type">GdkPixbuf</span></a> background and a <a
158 href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
159 ><span class="type">GdkPixbuf</span></a> base image with the parameters selected in <a
160 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
161 ><span class="type">AnypaperParameters</span></a>.</p>
162 <p>
163 </p>
164 <div class="variablelist"><table border="0">
165 <col align="left" valign="top">
166 <tbody>
167 <tr>
168 <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
169 <td> a <a
170 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html"
171 ><span class="type">AnypaperImage</span></a>
172 </td>
173 </tr>
174 <tr>
175 <td><p><span class="term"><em class="parameter"><code>parameters</code></em> :</span></p></td>
176 <td> a <a
177 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
178 ><span class="type">AnypaperParameters</span></a>
179 </td>
180 </tr>
181 </tbody>
182 </table></div>
183 </div>
184 <hr>
185 <div class="refsect2" lang="en">
186 <a name="anypaper-image-move"></a><h3>anypaper_image_move ()</h3>
187 <pre class="programlisting">void anypaper_image_move (<a
188 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html"
189 >AnypaperImage</a> *image,
190 <a
191 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
192 >AnypaperParameters</a> *parameters);</pre>
193 <p>
194 Generate the <a
195 href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
196 ><span class="type">GdkPixbuf</span></a> image and the <a
197 href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
198 ><span class="type">GdkPixbuf</span></a> preview present in <a
199 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html"
200 ><span class="type">AnypaperImage</span></a> struct with the parameters selected in <a
201 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
202 ><span class="type">AnypaperParameters</span></a> and the images created by <a
203 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html#anypaper-image-make"
204 ><code class="function">anypaper_image_make()</code></a></p>
205 <p>
206 </p>
207 <div class="variablelist"><table border="0">
208 <col align="left" valign="top">
209 <tbody>
210 <tr>
211 <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
212 <td> a <a
213 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html"
214 ><span class="type">AnypaperImage</span></a>
215 </td>
216 </tr>
217 <tr>
218 <td><p><span class="term"><em class="parameter"><code>parameters</code></em> :</span></p></td>
219 <td> a <a
220 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
221 ><span class="type">AnypaperParameters</span></a>
222 </td>
223 </tr>
224 </tbody>
225 </table></div>
226 </div>
227 </div>
228 <div class="refsect1" lang="en">
229 <a name="AnypaperImage.see-also"></a><h2>See Also</h2>
230 #AnypaperParameters
231 </div>
232 </div>
233 <div class="footer">
234 <hr>
235 Generated by GTK-Doc V1.11</div>
236 </body>
237 </html>
+0
-372
docs/reference/html/AnypaperParameters.html less more
0 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>AnypaperParameters</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
6 <link rel="start" href="index.html" title="anypaper Reference Manual">
7 <link rel="up" href="ch01.html" title="anyṔaper Classes">
8 <link rel="prev" href="AnypaperPreview.html" title="AnypaperPreview">
9 <link rel="next" href="AnypaperImage.html" title="AnypaperImage">
10 <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
11 <link rel="stylesheet" href="style.css" type="text/css">
12 <link rel="chapter" href="ch01.html" title="anyṔaper Classes">
13 <link rel="chapter" href="object-tree.html" title="Object Hierarchy">
14 <link rel="index" href="api-index-full.html" title="API Index">
15 </head>
16 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
17 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
18 <tr valign="middle">
19 <td><a accesskey="p" href="AnypaperPreview.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
20 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
21 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
22 <th width="100%" align="center">anypaper Reference Manual</th>
23 <td><a accesskey="n" href="AnypaperImage.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
24 </tr>
25 <tr><td colspan="5" class="shortcuts">
26 <a href="#AnypaperParameters.synopsis" class="shortcut">Top</a>
27  | 
28 <a href="#AnypaperParameters.description" class="shortcut">Description</a>
29  | 
30 <a href="#AnypaperParameters.object-hierarchy" class="shortcut">Object Hierarchy</a>
31 </td></tr>
32 </table>
33 <div class="refentry" lang="en">
34 <a name="AnypaperParameters"></a><div class="titlepage"></div>
35 <div class="refnamediv"><table width="100%"><tr>
36 <td valign="top">
37 <h2><span class="refentrytitle"><a name="AnypaperParameters.top_of_page"></a>AnypaperParameters</span></h2>
38 <p>AnypaperParameters — manipulates the parameters used in anyPaper</p>
39 </td>
40 <td valign="top" align="right"></td>
41 </tr></table></div>
42 <div class="refsect1" lang="en">
43 <a name="AnypaperParameters.stability-level"></a><h2>Stability Level</h2>
44 Stable, unless otherwise indicated
45 </div>
46 <div class="refsynopsisdiv">
47 <a name="AnypaperParameters.synopsis"></a><h2>Synopsis</h2>
48 <pre class="synopsis">
49
50 #include &lt;anypaper_parameters.h&gt;
51
52 <a
53 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html#AnypaperParametersPrivate"
54 >AnypaperParametersPrivate</a>;
55 <a
56 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html#AnypaperParameters-struct"
57 >AnypaperParameters</a>;
58 void <a
59 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html#anypaper-parameters-position-test"
60 >anypaper_parameters_position_test</a> (<a
61 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
62 >AnypaperParameters</a> *parameters,
63 <a
64 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
65 >gint</a> rangex,
66 <a
67 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
68 >gint</a> rangey,
69 <a
70 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
71 >gint</a> positionx,
72 <a
73 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
74 >gint</a> positiony);
75 void <a
76 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html#anypaper-parameters-load"
77 >anypaper_parameters_load</a> (<a
78 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
79 >AnypaperParameters</a> *parameters,
80 <a
81 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
82 >gchar</a> *filename);
83 void <a
84 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html#anypaper-parameters-write"
85 >anypaper_parameters_write</a> (<a
86 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
87 >AnypaperParameters</a> *parameters,
88 <a
89 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
90 >gchar</a> *lastWallpaperFile,
91 <a
92 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
93 >gchar</a> *rcFile);
94 </pre>
95 </div>
96 <div class="refsect1" lang="en">
97 <a name="AnypaperParameters.object-hierarchy"></a><h2>Object Hierarchy</h2>
98 <pre class="synopsis">
99 <a
100 href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
101 >GObject</a>
102 +----AnypaperParameters
103 </pre>
104 </div>
105 <div class="refsect1" lang="en">
106 <a name="AnypaperParameters.description"></a><h2>Description</h2>
107 <p>
108 This application class manipulates the parameters used in anyPaper, also loads and saves configuration files</p>
109 <p>
110 </p>
111 </div>
112 <div class="refsect1" lang="en">
113 <a name="AnypaperParameters.details"></a><h2>Details</h2>
114 <div class="refsect2" lang="en">
115 <a name="AnypaperParametersPrivate"></a><h3>AnypaperParametersPrivate</h3>
116 <pre class="programlisting">typedef struct _AnypaperParametersPrivate AnypaperParametersPrivate;</pre>
117 <p>
118 </p>
119 </div>
120 <hr>
121 <div class="refsect2" lang="en">
122 <a name="AnypaperParameters-struct"></a><h3>AnypaperParameters</h3>
123 <pre class="programlisting">typedef struct {
124 gchar *file;
125 gint style;
126 gint positionx;
127 gint positiony;
128 gdouble scalex;
129 gdouble scaley;
130 gint width;
131 gint height;
132 gchar *background;
133 gchar *command;
134 gchar *defaultfile;
135 GdkInterpType interpolation;
136 } AnypaperParameters;
137 </pre>
138 <p>
139 Contains the parameters used to build the images created by anyPaper</p>
140 <p>
141 </p>
142 <div class="variablelist"><table border="0">
143 <col align="left" valign="top">
144 <tbody>
145 <tr>
146 <td><p><span class="term"><a
147 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
148 >gchar</a> *<em class="structfield"><code>file</code></em>;</span></p></td>
149 <td> filemane of source image
150 </td>
151 </tr>
152 <tr>
153 <td><p><span class="term"><a
154 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
155 >gint</a> <em class="structfield"><code>style</code></em>;</span></p></td>
156 <td> selected style
157 </td>
158 </tr>
159 <tr>
160 <td><p><span class="term"><a
161 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
162 >gint</a> <em class="structfield"><code>positionx</code></em>;</span></p></td>
163 <td> position of image in x direction
164 </td>
165 </tr>
166 <tr>
167 <td><p><span class="term"><a
168 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
169 >gint</a> <em class="structfield"><code>positiony</code></em>;</span></p></td>
170 <td> position of image in y direction
171 </td>
172 </tr>
173 <tr>
174 <td><p><span class="term"><a
175 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
176 >gdouble</a> <em class="structfield"><code>scalex</code></em>;</span></p></td>
177 <td> scale factor in x direction
178 </td>
179 </tr>
180 <tr>
181 <td><p><span class="term"><a
182 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
183 >gdouble</a> <em class="structfield"><code>scaley</code></em>;</span></p></td>
184 <td> scale factor in y direction
185 </td>
186 </tr>
187 <tr>
188 <td><p><span class="term"><a
189 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
190 >gint</a> <em class="structfield"><code>width</code></em>;</span></p></td>
191 <td> width of image
192 </td>
193 </tr>
194 <tr>
195 <td><p><span class="term"><a
196 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
197 >gint</a> <em class="structfield"><code>height</code></em>;</span></p></td>
198 <td> height of image
199 </td>
200 </tr>
201 <tr>
202 <td><p><span class="term"><a
203 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
204 >gchar</a> *<em class="structfield"><code>background</code></em>;</span></p></td>
205 <td> background color
206 </td>
207 </tr>
208 <tr>
209 <td><p><span class="term"><a
210 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
211 >gchar</a> *<em class="structfield"><code>command</code></em>;</span></p></td>
212 <td> command line used for setting the wallpaper
213 </td>
214 </tr>
215 <tr>
216 <td><p><span class="term"><a
217 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
218 >gchar</a> *<em class="structfield"><code>defaultfile</code></em>;</span></p></td>
219 <td> default file for saving the built wallpaper
220 </td>
221 </tr>
222 <tr>
223 <td><p><span class="term"><a
224 href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-scaling.html#GdkInterpType"
225 >GdkInterpType</a> <em class="structfield"><code>interpolation</code></em>;</span></p></td>
226 <td> type of interpolation used
227 </td>
228 </tr>
229 </tbody>
230 </table></div>
231 </div>
232 <hr>
233 <div class="refsect2" lang="en">
234 <a name="anypaper-parameters-position-test"></a><h3>anypaper_parameters_position_test ()</h3>
235 <pre class="programlisting">void anypaper_parameters_position_test (<a
236 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
237 >AnypaperParameters</a> *parameters,
238 <a
239 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
240 >gint</a> rangex,
241 <a
242 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
243 >gint</a> rangey,
244 <a
245 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
246 >gint</a> positionx,
247 <a
248 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
249 >gint</a> positiony);</pre>
250 <p>
251 Sets the new position values if they are valid.</p>
252 <p>
253 </p>
254 <div class="variablelist"><table border="0">
255 <col align="left" valign="top">
256 <tbody>
257 <tr>
258 <td><p><span class="term"><em class="parameter"><code>parameters</code></em> :</span></p></td>
259 <td> a <a
260 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
261 ><span class="type">AnypaperParameters</span></a>
262 </td>
263 </tr>
264 <tr>
265 <td><p><span class="term"><em class="parameter"><code>rangex</code></em> :</span></p></td>
266 <td> half of the displacement allowed in x direction
267 </td>
268 </tr>
269 <tr>
270 <td><p><span class="term"><em class="parameter"><code>rangey</code></em> :</span></p></td>
271 <td> half of the displacement allowed in y direction
272 </td>
273 </tr>
274 <tr>
275 <td><p><span class="term"><em class="parameter"><code>positionx</code></em> :</span></p></td>
276 <td> the selected position on x position
277 </td>
278 </tr>
279 <tr>
280 <td><p><span class="term"><em class="parameter"><code>positiony</code></em> :</span></p></td>
281 <td> the selected position on x position
282 </td>
283 </tr>
284 </tbody>
285 </table></div>
286 </div>
287 <hr>
288 <div class="refsect2" lang="en">
289 <a name="anypaper-parameters-load"></a><h3>anypaper_parameters_load ()</h3>
290 <pre class="programlisting">void anypaper_parameters_load (<a
291 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
292 >AnypaperParameters</a> *parameters,
293 <a
294 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
295 >gchar</a> *filename);</pre>
296 <p>
297 Sets the values of parameters on file in <a
298 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
299 ><span class="type">AnypaperParameters</span></a>.</p>
300 <p>
301 </p>
302 <div class="variablelist"><table border="0">
303 <col align="left" valign="top">
304 <tbody>
305 <tr>
306 <td><p><span class="term"><em class="parameter"><code>parameters</code></em> :</span></p></td>
307 <td> a <a
308 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
309 ><span class="type">AnypaperParameters</span></a>
310 </td>
311 </tr>
312 <tr>
313 <td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
314 <td> name of file with the parameters to be loaded
315 </td>
316 </tr>
317 </tbody>
318 </table></div>
319 </div>
320 <hr>
321 <div class="refsect2" lang="en">
322 <a name="anypaper-parameters-write"></a><h3>anypaper_parameters_write ()</h3>
323 <pre class="programlisting">void anypaper_parameters_write (<a
324 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
325 >AnypaperParameters</a> *parameters,
326 <a
327 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
328 >gchar</a> *lastWallpaperFile,
329 <a
330 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
331 >gchar</a> *rcFile);</pre>
332 <p>
333 Saves the values of parameters in <a
334 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
335 ><span class="type">AnypaperParameters</span></a> on file.</p>
336 <p>
337 </p>
338 <div class="variablelist"><table border="0">
339 <col align="left" valign="top">
340 <tbody>
341 <tr>
342 <td><p><span class="term"><em class="parameter"><code>parameters</code></em> :</span></p></td>
343 <td> a <a
344 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
345 ><span class="type">AnypaperParameters</span></a>
346 </td>
347 </tr>
348 <tr>
349 <td><p><span class="term"><em class="parameter"><code>lastWallpaperFile</code></em> :</span></p></td>
350 <td> name of file to be written with the lastwallpaper parameters in <a
351 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
352 ><span class="type">AnypaperParameters</span></a>
353 </td>
354 </tr>
355 <tr>
356 <td><p><span class="term"><em class="parameter"><code>rcFile</code></em> :</span></p></td>
357 <td> name of file to be written with the resource parameters in <a
358 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
359 ><span class="type">AnypaperParameters</span></a>
360 </td>
361 </tr>
362 </tbody>
363 </table></div>
364 </div>
365 </div>
366 </div>
367 <div class="footer">
368 <hr>
369 Generated by GTK-Doc V1.11</div>
370 </body>
371 </html>
+0
-160
docs/reference/html/AnypaperPreview.html less more
0 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>AnypaperPreview</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
6 <link rel="start" href="index.html" title="anypaper Reference Manual">
7 <link rel="up" href="ch01.html" title="anyṔaper Classes">
8 <link rel="prev" href="AnypaperWallpapersetter.html" title="AnypaperWallpapersetter">
9 <link rel="next" href="AnypaperParameters.html" title="AnypaperParameters">
10 <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
11 <link rel="stylesheet" href="style.css" type="text/css">
12 <link rel="chapter" href="ch01.html" title="anyṔaper Classes">
13 <link rel="chapter" href="object-tree.html" title="Object Hierarchy">
14 <link rel="index" href="api-index-full.html" title="API Index">
15 </head>
16 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
17 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
18 <tr valign="middle">
19 <td><a accesskey="p" href="AnypaperWallpapersetter.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
20 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
21 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
22 <th width="100%" align="center">anypaper Reference Manual</th>
23 <td><a accesskey="n" href="AnypaperParameters.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
24 </tr>
25 <tr><td colspan="5" class="shortcuts">
26 <a href="#AnypaperPreview.synopsis" class="shortcut">Top</a>
27  | 
28 <a href="#AnypaperPreview.description" class="shortcut">Description</a>
29  | 
30 <a href="#AnypaperPreview.object-hierarchy" class="shortcut">Object Hierarchy</a>
31 </td></tr>
32 </table>
33 <div class="refentry" lang="en">
34 <a name="AnypaperPreview"></a><div class="titlepage"></div>
35 <div class="refnamediv"><table width="100%"><tr>
36 <td valign="top">
37 <h2><span class="refentrytitle"><a name="AnypaperPreview.top_of_page"></a>AnypaperPreview</span></h2>
38 <p>AnypaperPreview — builds a preview window</p>
39 </td>
40 <td valign="top" align="right"></td>
41 </tr></table></div>
42 <div class="refsect1" lang="en">
43 <a name="AnypaperPreview.stability-level"></a><h2>Stability Level</h2>
44 Stable, unless otherwise indicated
45 </div>
46 <div class="refsynopsisdiv">
47 <a name="AnypaperPreview.synopsis"></a><h2>Synopsis</h2>
48 <pre class="synopsis">
49
50 #include &lt;anypaper_preview.h&gt;
51
52 <a
53 href="http://anypaper.sourceforge.net/anypaper/AnypaperPreview.html#AnypaperPreviewPrivate"
54 >AnypaperPreviewPrivate</a>;
55 <a
56 href="http://anypaper.sourceforge.net/anypaper/AnypaperPreview.html#AnypaperPreview-struct"
57 >AnypaperPreview</a>;
58 void <a
59 href="http://anypaper.sourceforge.net/anypaper/AnypaperPreview.html#anypaper-preview-create"
60 >anypaper_preview_create</a> (<a
61 href="http://anypaper.sourceforge.net/anypaper/AnypaperPreview.html"
62 >AnypaperPreview</a> *preview,
63 <a
64 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
65 >AnypaperParameters</a> *parameters,
66 <a
67 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html"
68 >AnypaperImage</a> *image);
69 </pre>
70 </div>
71 <div class="refsect1" lang="en">
72 <a name="AnypaperPreview.object-hierarchy"></a><h2>Object Hierarchy</h2>
73 <pre class="synopsis">
74 <a
75 href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
76 >GObject</a>
77 +----AnypaperPreview
78 </pre>
79 </div>
80 <div class="refsect1" lang="en">
81 <a name="AnypaperPreview.description"></a><h2>Description</h2>
82 <p>
83 The application class that builds a preview window using the images and parameters provide by <a
84 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html"
85 ><span class="type">AnypaperImage</span></a> and <a
86 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
87 ><span class="type">AnypaperParameters</span></a>.</p>
88 <p>
89 </p>
90 </div>
91 <div class="refsect1" lang="en">
92 <a name="AnypaperPreview.details"></a><h2>Details</h2>
93 <div class="refsect2" lang="en">
94 <a name="AnypaperPreviewPrivate"></a><h3>AnypaperPreviewPrivate</h3>
95 <pre class="programlisting">typedef struct _AnypaperPreviewPrivate AnypaperPreviewPrivate;</pre>
96 <p>
97 </p>
98 </div>
99 <hr>
100 <div class="refsect2" lang="en">
101 <a name="AnypaperPreview-struct"></a><h3>AnypaperPreview</h3>
102 <pre class="programlisting">typedef struct _AnypaperPreview AnypaperPreview;</pre>
103 <p>
104 </p>
105 </div>
106 <hr>
107 <div class="refsect2" lang="en">
108 <a name="anypaper-preview-create"></a><h3>anypaper_preview_create ()</h3>
109 <pre class="programlisting">void anypaper_preview_create (<a
110 href="http://anypaper.sourceforge.net/anypaper/AnypaperPreview.html"
111 >AnypaperPreview</a> *preview,
112 <a
113 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
114 >AnypaperParameters</a> *parameters,
115 <a
116 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html"
117 >AnypaperImage</a> *image);</pre>
118 <p>
119 This function builds and shows the preview window</p>
120 <p>
121 </p>
122 <div class="variablelist"><table border="0">
123 <col align="left" valign="top">
124 <tbody>
125 <tr>
126 <td><p><span class="term"><em class="parameter"><code>preview</code></em> :</span></p></td>
127 <td> is a <a
128 href="http://anypaper.sourceforge.net/anypaper/AnypaperPreview.html"
129 ><span class="type">AnypaperPreview</span></a>
130 </td>
131 </tr>
132 <tr>
133 <td><p><span class="term"><em class="parameter"><code>parameters</code></em> :</span></p></td>
134 <td> contains the parameters used to make the images in <a
135 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html"
136 ><span class="type">AnypaperImage</span></a>
137 </td>
138 </tr>
139 <tr>
140 <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
141 <td> contains the images created before
142 </td>
143 </tr>
144 </tbody>
145 </table></div>
146 </div>
147 </div>
148 <div class="refsect1" lang="en">
149 <a name="AnypaperPreview.see-also"></a><h2>See Also</h2>
150 #AnypaperImage, <a
151 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
152 ><span class="type">AnypaperParameters</span></a>
153 </div>
154 </div>
155 <div class="footer">
156 <hr>
157 Generated by GTK-Doc V1.11</div>
158 </body>
159 </html>
+0
-189
docs/reference/html/AnypaperWallpapersetter.html less more
0 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>AnypaperWallpapersetter</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
6 <link rel="start" href="index.html" title="anypaper Reference Manual">
7 <link rel="up" href="ch01.html" title="anyṔaper Classes">
8 <link rel="prev" href="ch01.html" title="anyṔaper Classes">
9 <link rel="next" href="AnypaperPreview.html" title="AnypaperPreview">
10 <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
11 <link rel="stylesheet" href="style.css" type="text/css">
12 <link rel="chapter" href="ch01.html" title="anyṔaper Classes">
13 <link rel="chapter" href="object-tree.html" title="Object Hierarchy">
14 <link rel="index" href="api-index-full.html" title="API Index">
15 </head>
16 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
17 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
18 <tr valign="middle">
19 <td><a accesskey="p" href="ch01.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
20 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
21 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
22 <th width="100%" align="center">anypaper Reference Manual</th>
23 <td><a accesskey="n" href="AnypaperPreview.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
24 </tr>
25 <tr><td colspan="5" class="shortcuts">
26 <a href="#AnypaperWallpapersetter.synopsis" class="shortcut">Top</a>
27  | 
28 <a href="#AnypaperWallpapersetter.description" class="shortcut">Description</a>
29  | 
30 <a href="#AnypaperWallpapersetter.object-hierarchy" class="shortcut">Object Hierarchy</a>
31 </td></tr>
32 </table>
33 <div class="refentry" lang="en">
34 <a name="AnypaperWallpapersetter"></a><div class="titlepage"></div>
35 <div class="refnamediv"><table width="100%"><tr>
36 <td valign="top">
37 <h2><span class="refentrytitle"><a name="AnypaperWallpapersetter.top_of_page"></a>AnypaperWallpapersetter</span></h2>
38 <p>AnypaperWallpapersetter — creates the wallpapersetter file and detects the wallpapersetter installed</p>
39 </td>
40 <td valign="top" align="right"></td>
41 </tr></table></div>
42 <div class="refsect1" lang="en">
43 <a name="AnypaperWallpapersetter.stability-level"></a><h2>Stability Level</h2>
44 Stable, unless otherwise indicated
45 </div>
46 <div class="refsynopsisdiv">
47 <a name="AnypaperWallpapersetter.synopsis"></a><h2>Synopsis</h2>
48 <pre class="synopsis">
49
50 #include &lt;anypaper_wallpapersetter.h&gt;
51
52 <a
53 href="http://anypaper.sourceforge.net/anypaper/AnypaperWallpapersetter.html#AnypaperWallpapersetterPrivate"
54 >AnypaperWallpapersetterPrivate</a>;
55 <a
56 href="http://anypaper.sourceforge.net/anypaper/AnypaperWallpapersetter.html#AnypaperWallpapersetter-struct"
57 >AnypaperWallpapersetter</a>;
58 void <a
59 href="http://anypaper.sourceforge.net/anypaper/AnypaperWallpapersetter.html#anypaper-wallpapersetter-detect"
60 >anypaper_wallpapersetter_detect</a> (<a
61 href="http://anypaper.sourceforge.net/anypaper/AnypaperWallpapersetter.html"
62 >AnypaperWallpapersetter</a> *wallpapersetter,
63 <a
64 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
65 >gchar</a> *filename);
66 void <a
67 href="http://anypaper.sourceforge.net/anypaper/AnypaperWallpapersetter.html#anypaper-wallpapersetter-file"
68 >anypaper_wallpapersetter_file</a> (<a
69 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
70 >gchar</a> *wallpapersetterFile);
71 </pre>
72 </div>
73 <div class="refsect1" lang="en">
74 <a name="AnypaperWallpapersetter.object-hierarchy"></a><h2>Object Hierarchy</h2>
75 <pre class="synopsis">
76 <a
77 href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
78 >GObject</a>
79 +----AnypaperWallpapersetter
80 </pre>
81 </div>
82 <div class="refsect1" lang="en">
83 <a name="AnypaperWallpapersetter.description"></a><h2>Description</h2>
84 <p>
85 This application class creates the wallpapersetter file and detects the wallpapersetter installed
86 </p>
87 <p>
88 This application class detects the wallpapersetter listed in wallpapersetter file installed and stores this information in two lists, one for the wallpapersetter found and the other for the command (normally the fullscreen command). This class also creates the wallpapersetterfile that contains definitions for known wallpapersetters and the command used to set the wallpaper.</p>
89 <p>
90 </p>
91 </div>
92 <div class="refsect1" lang="en">
93 <a name="AnypaperWallpapersetter.details"></a><h2>Details</h2>
94 <div class="refsect2" lang="en">
95 <a name="AnypaperWallpapersetterPrivate"></a><h3>AnypaperWallpapersetterPrivate</h3>
96 <pre class="programlisting">typedef struct _AnypaperWallpapersetterPrivate AnypaperWallpapersetterPrivate;</pre>
97 <p>
98 </p>
99 </div>
100 <hr>
101 <div class="refsect2" lang="en">
102 <a name="AnypaperWallpapersetter-struct"></a><h3>AnypaperWallpapersetter</h3>
103 <pre class="programlisting">typedef struct {
104 GList *wallpapersetter;
105 GList *command;
106 } AnypaperWallpapersetter;
107 </pre>
108 <p>
109 Contains a list of wallpapersetter found and a list of commands used for them</p>
110 <p>
111 </p>
112 <div class="variablelist"><table border="0">
113 <col align="left" valign="top">
114 <tbody>
115 <tr>
116 <td><p><span class="term"><a
117 href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"
118 >GList</a> *<em class="structfield"><code>wallpapersetter</code></em>;</span></p></td>
119 <td> contains a list of wallpapersetter found
120 </td>
121 </tr>
122 <tr>
123 <td><p><span class="term"><a
124 href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"
125 >GList</a> *<em class="structfield"><code>command</code></em>;</span></p></td>
126 <td> contains a list of commands used for the wallpapersetter found
127 </td>
128 </tr>
129 </tbody>
130 </table></div>
131 </div>
132 <hr>
133 <div class="refsect2" lang="en">
134 <a name="anypaper-wallpapersetter-detect"></a><h3>anypaper_wallpapersetter_detect ()</h3>
135 <pre class="programlisting">void anypaper_wallpapersetter_detect (<a
136 href="http://anypaper.sourceforge.net/anypaper/AnypaperWallpapersetter.html"
137 >AnypaperWallpapersetter</a> *wallpapersetter,
138 <a
139 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
140 >gchar</a> *filename);</pre>
141 <p>
142 Generate a list of found wallpapersetters and other for the associated commands.</p>
143 <p>
144 </p>
145 <div class="variablelist"><table border="0">
146 <col align="left" valign="top">
147 <tbody>
148 <tr>
149 <td><p><span class="term"><em class="parameter"><code>wallpapersetter</code></em> :</span></p></td>
150 <td> a <a
151 href="http://anypaper.sourceforge.net/anypaper/AnypaperWallpapersetter.html"
152 ><span class="type">AnypaperWallpapersetter</span></a>
153 </td>
154 </tr>
155 <tr>
156 <td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
157 <td> file that contains the wallpapersetters command definition
158 </td>
159 </tr>
160 </tbody>
161 </table></div>
162 </div>
163 <hr>
164 <div class="refsect2" lang="en">
165 <a name="anypaper-wallpapersetter-file"></a><h3>anypaper_wallpapersetter_file ()</h3>
166 <pre class="programlisting">void anypaper_wallpapersetter_file (<a
167 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
168 >gchar</a> *wallpapersetterFile);</pre>
169 <p>
170 Generate a file with names of wallpapersetter and the associated commands.</p>
171 <p>
172 </p>
173 <div class="variablelist"><table border="0">
174 <col align="left" valign="top">
175 <tbody><tr>
176 <td><p><span class="term"><em class="parameter"><code>wallpapersetterFile</code></em> :</span></p></td>
177 <td> filename to store the wallpapersetters command definition
178 </td>
179 </tr></tbody>
180 </table></div>
181 </div>
182 </div>
183 </div>
184 <div class="footer">
185 <hr>
186 Generated by GTK-Doc V1.11</div>
187 </body>
188 </html>
+0
-233
docs/reference/html/AnypaperWindow.html less more
0 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>AnypaperWindow</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
6 <link rel="start" href="index.html" title="anypaper Reference Manual">
7 <link rel="up" href="ch01.html" title="anyṔaper Classes">
8 <link rel="prev" href="AnypaperImage.html" title="AnypaperImage">
9 <link rel="next" href="anypaper-anypaper-command.html" title="anypaper_command">
10 <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
11 <link rel="stylesheet" href="style.css" type="text/css">
12 <link rel="chapter" href="ch01.html" title="anyṔaper Classes">
13 <link rel="chapter" href="object-tree.html" title="Object Hierarchy">
14 <link rel="index" href="api-index-full.html" title="API Index">
15 </head>
16 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
17 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
18 <tr valign="middle">
19 <td><a accesskey="p" href="AnypaperImage.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
20 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
21 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
22 <th width="100%" align="center">anypaper Reference Manual</th>
23 <td><a accesskey="n" href="anypaper-anypaper-command.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
24 </tr>
25 <tr><td colspan="5" class="shortcuts">
26 <a href="#AnypaperWindow.synopsis" class="shortcut">Top</a>
27  | 
28 <a href="#AnypaperWindow.description" class="shortcut">Description</a>
29  | 
30 <a href="#AnypaperWindow.object-hierarchy" class="shortcut">Object Hierarchy</a>
31 </td></tr>
32 </table>
33 <div class="refentry" lang="en">
34 <a name="AnypaperWindow"></a><div class="titlepage"></div>
35 <div class="refnamediv"><table width="100%"><tr>
36 <td valign="top">
37 <h2><span class="refentrytitle"><a name="AnypaperWindow.top_of_page"></a>AnypaperWindow</span></h2>
38 <p>AnypaperWindow — builds the user interface and controls the operation of anyPaper</p>
39 </td>
40 <td valign="top" align="right"></td>
41 </tr></table></div>
42 <div class="refsect1" lang="en">
43 <a name="AnypaperWindow.stability-level"></a><h2>Stability Level</h2>
44 Stable, unless otherwise indicated
45 </div>
46 <div class="refsynopsisdiv">
47 <a name="AnypaperWindow.synopsis"></a><h2>Synopsis</h2>
48 <pre class="synopsis">
49
50 #include &lt;anypaper_window.h&gt;
51
52 <a
53 href="http://anypaper.sourceforge.net/anypaper/AnypaperWindow.html#AnypaperWindowPrivate"
54 >AnypaperWindowPrivate</a>;
55 <a
56 href="http://anypaper.sourceforge.net/anypaper/AnypaperWindow.html#AnypaperWindow-struct"
57 >AnypaperWindow</a>;
58 void <a
59 href="http://anypaper.sourceforge.net/anypaper/AnypaperWindow.html#anypaper-window-set-position-range"
60 >anypaper_window_set_position_range</a> (<a
61 href="http://anypaper.sourceforge.net/anypaper/AnypaperWindow.html"
62 >AnypaperWindow</a> *window,
63 <a
64 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
65 >gint</a> rangex,
66 <a
67 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
68 >gint</a> rangey);
69 void <a
70 href="http://anypaper.sourceforge.net/anypaper/AnypaperWindow.html#anypaper-window-create"
71 >anypaper_window_create</a> (<a
72 href="http://anypaper.sourceforge.net/anypaper/AnypaperWindow.html"
73 >AnypaperWindow</a> *window);
74 </pre>
75 </div>
76 <div class="refsect1" lang="en">
77 <a name="AnypaperWindow.object-hierarchy"></a><h2>Object Hierarchy</h2>
78 <pre class="synopsis">
79 <a
80 href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
81 >GObject</a>
82 +----AnypaperWindow
83 </pre>
84 </div>
85 <div class="refsect1" lang="en">
86 <a name="AnypaperWindow.description"></a><h2>Description</h2>
87 <p>
88 The application class that builds the user interface and controls the operation of anyPaper. This class also links the objects required for the implementation of the anyPaper</p>
89 <p>
90 </p>
91 </div>
92 <div class="refsect1" lang="en">
93 <a name="AnypaperWindow.details"></a><h2>Details</h2>
94 <div class="refsect2" lang="en">
95 <a name="AnypaperWindowPrivate"></a><h3>AnypaperWindowPrivate</h3>
96 <pre class="programlisting">typedef struct _AnypaperWindowPrivate AnypaperWindowPrivate;</pre>
97 <p>
98 </p>
99 </div>
100 <hr>
101 <div class="refsect2" lang="en">
102 <a name="AnypaperWindow-struct"></a><h3>AnypaperWindow</h3>
103 <pre class="programlisting">typedef struct {
104 AnypaperParameters *parameters;
105 AnypaperImage *image;
106 AnypaperPreview *preview;
107 AnypaperWallpapersetter *wallpapersetter;
108 } AnypaperWindow;
109 </pre>
110 <p>
111 Contains the necessary objects for operation of the anyPaper</p>
112 <p>
113 </p>
114 <div class="variablelist"><table border="0">
115 <col align="left" valign="top">
116 <tbody>
117 <tr>
118 <td><p><span class="term"><a
119 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
120 >AnypaperParameters</a> *<em class="structfield"><code>parameters</code></em>;</span></p></td>
121 <td> is a <a
122 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
123 ><span class="type">AnypaperParameters</span></a>
124 </td>
125 </tr>
126 <tr>
127 <td><p><span class="term"><a
128 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html"
129 >AnypaperImage</a> *<em class="structfield"><code>image</code></em>;</span></p></td>
130 <td> is a <a
131 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html"
132 ><span class="type">AnypaperImage</span></a>
133 </td>
134 </tr>
135 <tr>
136 <td><p><span class="term"><a
137 href="http://anypaper.sourceforge.net/anypaper/AnypaperPreview.html"
138 >AnypaperPreview</a> *<em class="structfield"><code>preview</code></em>;</span></p></td>
139 <td> is a <a
140 href="http://anypaper.sourceforge.net/anypaper/AnypaperPreview.html"
141 ><span class="type">AnypaperPreview</span></a>
142 </td>
143 </tr>
144 <tr>
145 <td><p><span class="term"><a
146 href="http://anypaper.sourceforge.net/anypaper/AnypaperWallpapersetter.html"
147 >AnypaperWallpapersetter</a> *<em class="structfield"><code>wallpapersetter</code></em>;</span></p></td>
148 <td> is a <a
149 href="http://anypaper.sourceforge.net/anypaper/AnypaperWallpapersetter.html"
150 ><span class="type">AnypaperWallpapersetter</span></a>;
151 </td>
152 </tr>
153 </tbody>
154 </table></div>
155 </div>
156 <hr>
157 <div class="refsect2" lang="en">
158 <a name="anypaper-window-set-position-range"></a><h3>anypaper_window_set_position_range ()</h3>
159 <pre class="programlisting">void anypaper_window_set_position_range (<a
160 href="http://anypaper.sourceforge.net/anypaper/AnypaperWindow.html"
161 >AnypaperWindow</a> *window,
162 <a
163 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
164 >gint</a> rangex,
165 <a
166 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
167 >gint</a> rangey);</pre>
168 <p>
169 Sets the range of displacement allowed for the image.</p>
170 <p>
171 </p>
172 <div class="variablelist"><table border="0">
173 <col align="left" valign="top">
174 <tbody>
175 <tr>
176 <td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
177 <td> the <a
178 href="http://anypaper.sourceforge.net/anypaper/AnypaperWindow.html"
179 ><span class="type">AnypaperWindow</span></a>
180 </td>
181 </tr>
182 <tr>
183 <td><p><span class="term"><em class="parameter"><code>rangex</code></em> :</span></p></td>
184 <td> half of the displacement allowed in x direction
185 </td>
186 </tr>
187 <tr>
188 <td><p><span class="term"><em class="parameter"><code>rangey</code></em> :</span></p></td>
189 <td> half of the displacement allowed in y direction
190 </td>
191 </tr>
192 </tbody>
193 </table></div>
194 </div>
195 <hr>
196 <div class="refsect2" lang="en">
197 <a name="anypaper-window-create"></a><h3>anypaper_window_create ()</h3>
198 <pre class="programlisting">void anypaper_window_create (<a
199 href="http://anypaper.sourceforge.net/anypaper/AnypaperWindow.html"
200 >AnypaperWindow</a> *window);</pre>
201 <p>
202 Creates and shows the <a
203 href="http://anypaper.sourceforge.net/anypaper/AnypaperWindow.html"
204 ><span class="type">AnypaperWindow</span></a>.</p>
205 <p>
206 </p>
207 <div class="variablelist"><table border="0">
208 <col align="left" valign="top">
209 <tbody><tr>
210 <td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
211 <td> the <a
212 href="http://anypaper.sourceforge.net/anypaper/AnypaperWindow.html"
213 ><span class="type">AnypaperWindow</span></a>
214 </td>
215 </tr></tbody>
216 </table></div>
217 </div>
218 </div>
219 <div class="refsect1" lang="en">
220 <a name="AnypaperWindow.see-also"></a><h2>See Also</h2>
221 #AnypaperImage, <a
222 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
223 ><span class="type">AnypaperParameters</span></a>, <a
224 href="http://anypaper.sourceforge.net/anypaper/AnypaperPreview.html"
225 ><span class="type">AnypaperPreview</span></a>
226 </div>
227 </div>
228 <div class="footer">
229 <hr>
230 Generated by GTK-Doc V1.11</div>
231 </body>
232 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>anypaper_command</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
6 <link rel="start" href="index.html" title="anypaper Reference Manual">
7 <link rel="up" href="ch01.html" title="anyṔaper Classes">
8 <link rel="prev" href="AnypaperWindow.html" title="AnypaperWindow">
5 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6 <link rel="home" href="index.html" title="anypaper Reference Manual">
7 <link rel="up" href="ch01.html" title="anyPaper Classes">
8 <link rel="prev" href="anypaper-anypaper-window.html" title="AnypaperWindow">
99 <link rel="next" href="object-tree.html" title="Object Hierarchy">
10 <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.14 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
12 <link rel="chapter" href="ch01.html" title="anyṔaper Classes">
13 <link rel="chapter" href="object-tree.html" title="Object Hierarchy">
14 <link rel="index" href="api-index-full.html" title="API Index">
1512 </head>
1613 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1714 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
1815 <tr valign="middle">
19 <td><a accesskey="p" href="AnypaperWindow.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
16 <td><a accesskey="p" href="anypaper-anypaper-window.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
2017 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
2118 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
2219 <th width="100%" align="center">anypaper Reference Manual</th>
2421 </tr>
2522 <tr><td colspan="5" class="shortcuts">
2623 <a href="#anypaper-anypaper-command.synopsis" class="shortcut">Top</a>
27  | 
28 <a href="#anypaper-anypaper-command.description" class="shortcut">Description</a>
24  | 
25 <a href="#anypaper-anypaper-command.description" class="shortcut">Description</a>
2926 </td></tr>
3027 </table>
31 <div class="refentry" lang="en">
28 <div class="refentry" title="anypaper_command">
3229 <a name="anypaper-anypaper-command"></a><div class="titlepage"></div>
3330 <div class="refnamediv"><table width="100%"><tr>
3431 <td valign="top">
3734 </td>
3835 <td valign="top" align="right"></td>
3936 </tr></table></div>
40 <div class="refsect1" lang="en">
37 <div class="refsect1" title="Stability Level">
4138 <a name="anypaper-anypaper-command.stability-level"></a><h2>Stability Level</h2>
4239 Stable, unless otherwise indicated
4340 </div>
44 <div class="refsynopsisdiv">
41 <div class="refsynopsisdiv" title="Synopsis">
4542 <a name="anypaper-anypaper-command.synopsis"></a><h2>Synopsis</h2>
4643 <pre class="synopsis">
47
4844 #include &lt;anypaper_preview.h&gt;
4945
50 #define <a
51 href="http://anypaper.sourceforge.net/anypaper/anypaper-anypaper-command.html#LICENSE--CAPS"
52 >LICENSE</a>
53 void <a
54 href="http://anypaper.sourceforge.net/anypaper/anypaper-anypaper-command.html#show-version-and-exit"
55 >show_version_and_exit</a> (void);
56 void <a
57 href="http://anypaper.sourceforge.net/anypaper/anypaper-anypaper-command.html#show-license-and-exit"
58 >show_license_and_exit</a> (void);
59 void <a
60 href="http://anypaper.sourceforge.net/anypaper/anypaper-anypaper-command.html#anypaper-command-load"
61 >anypaper_command_load</a> (<a
62 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
63 >AnypaperParameters</a> *parameters);
46 #define <a class="link" href="anypaper-anypaper-command.html#LICENSE:CAPS" title="LICENSE">LICENSE</a>
47 <span class="returnvalue">void</span> <a class="link" href="anypaper-anypaper-command.html#show-version-and-exit" title="show_version_and_exit ()">show_version_and_exit</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
48 <span class="returnvalue">void</span> <a class="link" href="anypaper-anypaper-command.html#show-license-and-exit" title="show_license_and_exit ()">show_license_and_exit</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
49 <span class="returnvalue">void</span> <a class="link" href="anypaper-anypaper-command.html#anypaper-command-load" title="anypaper_command_load ()">anypaper_command_load</a> (<em class="parameter"><code><a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> *parameters</code></em>);
6450 </pre>
6551 </div>
66 <div class="refsect1" lang="en">
52 <div class="refsect1" title="Description">
6753 <a name="anypaper-anypaper-command.description"></a><h2>Description</h2>
6854 <p>
69 Set of function that controls the parameters passed by the command line and the behavior of anyPaper related to them.</p>
70 <p>
55 Set of function that controls the parameters passed by the command line and the behavior of anyPaper related to them.
7156 </p>
7257 </div>
73 <div class="refsect1" lang="en">
58 <div class="refsect1" title="Details">
7459 <a name="anypaper-anypaper-command.details"></a><h2>Details</h2>
75 <div class="refsect2" lang="en">
76 <a name="LICENSE--CAPS"></a><h3>LICENSE</h3>
60 <div class="refsect2" title="LICENSE">
61 <a name="LICENSE:CAPS"></a><h3>LICENSE</h3>
7762 <pre class="programlisting">#define LICENSE</pre>
7863 <p>
79 macro that defines a summary of the license used</p>
80 <p>
64 macro that defines a summary of the license used
8165 </p>
8266 </div>
8367 <hr>
84 <div class="refsect2" lang="en">
68 <div class="refsect2" title="show_version_and_exit ()">
8569 <a name="show-version-and-exit"></a><h3>show_version_and_exit ()</h3>
86 <pre class="programlisting">void show_version_and_exit (void);</pre>
70 <pre class="programlisting"><span class="returnvalue">void</span> show_version_and_exit (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
8771 <p>
88 shows the version of anyPaper and exits</p>
89 <p>
72 shows the version of anyPaper and exits
9073 </p>
9174 </div>
9275 <hr>
93 <div class="refsect2" lang="en">
76 <div class="refsect2" title="show_license_and_exit ()">
9477 <a name="show-license-and-exit"></a><h3>show_license_and_exit ()</h3>
95 <pre class="programlisting">void show_license_and_exit (void);</pre>
78 <pre class="programlisting"><span class="returnvalue">void</span> show_license_and_exit (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
9679 <p>
97 shows the version of anyPaper and the content of <a
98 href="http://anypaper.sourceforge.net/anypaper/anypaper-anypaper-command.html#LICENSE--CAPS"
99 ><span class="type">LICENSE</span></a> and exits</p>
100 <p>
80 shows the version of anyPaper and the content of <a class="link" href="anypaper-anypaper-command.html#LICENSE:CAPS" title="LICENSE"><span class="type">LICENSE</span></a> and exits
10181 </p>
10282 </div>
10383 <hr>
104 <div class="refsect2" lang="en">
84 <div class="refsect2" title="anypaper_command_load ()">
10585 <a name="anypaper-command-load"></a><h3>anypaper_command_load ()</h3>
106 <pre class="programlisting">void anypaper_command_load (<a
107 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
108 >AnypaperParameters</a> *parameters);</pre>
86 <pre class="programlisting"><span class="returnvalue">void</span> anypaper_command_load (<em class="parameter"><code><a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> *parameters</code></em>);</pre>
10987 <p>
110 This function reads the parameters passed by the command line and sets the value to the right member of <a
111 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
112 ><span class="type">AnypaperParameters</span></a></p>
113 <p>
88 This function reads the parameters passed by the command line and sets the value to the right member of <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a>
11489 </p>
11590 <div class="variablelist"><table border="0">
11691 <col align="left" valign="top">
11792 <tbody><tr>
11893 <td><p><span class="term"><em class="parameter"><code>parameters</code></em> :</span></p></td>
119 <td> object that contains the parameters used in anyPaper
94 <td>object that contains the parameters used in anyPaper
12095 </td>
12196 </tr></tbody>
12297 </table></div>
12398 </div>
12499 </div>
125 <div class="refsect1" lang="en">
100 <div class="refsect1" title="See Also">
126101 <a name="anypaper-anypaper-command.see-also"></a><h2>See Also</h2>
127 #AnypaperImage, <a
128 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
129 ><span class="type">AnypaperParameters</span></a>
102 <a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a>, <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a>
130103 </div>
131104 </div>
132105 <div class="footer">
133106 <hr>
134 Generated by GTK-Doc V1.11</div>
107 Generated by GTK-Doc V1.14</div>
135108 </body>
136 </html>
109 </html>
0 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>AnypaperImage</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6 <link rel="home" href="index.html" title="anypaper Reference Manual">
7 <link rel="up" href="ch01.html" title="anyPaper Classes">
8 <link rel="prev" href="anypaper-anypaper-parameters.html" title="AnypaperParameters">
9 <link rel="next" href="anypaper-anypaper-window.html" title="AnypaperWindow">
10 <meta name="generator" content="GTK-Doc V1.14 (XML mode)">
11 <link rel="stylesheet" href="style.css" type="text/css">
12 </head>
13 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
15 <tr valign="middle">
16 <td><a accesskey="p" href="anypaper-anypaper-parameters.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19 <th width="100%" align="center">anypaper Reference Manual</th>
20 <td><a accesskey="n" href="anypaper-anypaper-window.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21 </tr>
22 <tr><td colspan="5" class="shortcuts">
23 <a href="#anypaper-anypaper-image.synopsis" class="shortcut">Top</a>
24  | 
25 <a href="#anypaper-anypaper-image.description" class="shortcut">Description</a>
26  | 
27 <a href="#anypaper-anypaper-image.object-hierarchy" class="shortcut">Object Hierarchy</a>
28 </td></tr>
29 </table>
30 <div class="refentry" title="AnypaperImage">
31 <a name="anypaper-anypaper-image"></a><div class="titlepage"></div>
32 <div class="refnamediv"><table width="100%"><tr>
33 <td valign="top">
34 <h2><span class="refentrytitle"><a name="anypaper-anypaper-image.top_of_page"></a>AnypaperImage</span></h2>
35 <p>AnypaperImage — genarates the images used by anyPaper</p>
36 </td>
37 <td valign="top" align="right"></td>
38 </tr></table></div>
39 <div class="refsect1" title="Stability Level">
40 <a name="anypaper-anypaper-image.stability-level"></a><h2>Stability Level</h2>
41 Stable, unless otherwise indicated
42 </div>
43 <div class="refsynopsisdiv" title="Synopsis">
44 <a name="anypaper-anypaper-image.synopsis"></a><h2>Synopsis</h2>
45 <a name="AnypaperImage"></a><pre class="synopsis">
46 #include &lt;anypaper_image.h&gt;
47
48 <a class="link" href="anypaper-anypaper-image.html#AnypaperImagePrivate" title="AnypaperImagePrivate">AnypaperImagePrivate</a>;
49 <a class="link" href="anypaper-anypaper-image.html#AnypaperImage-struct" title="AnypaperImage">AnypaperImage</a>;
50 <span class="returnvalue">gboolean</span> <a class="link" href="anypaper-anypaper-image.html#anypaper-image-make" title="anypaper_image_make ()">anypaper_image_make</a> (<em class="parameter"><code><a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a> *image</code></em>,
51 <em class="parameter"><code><a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> *parameters</code></em>);
52 <span class="returnvalue">void</span> <a class="link" href="anypaper-anypaper-image.html#anypaper-image-move" title="anypaper_image_move ()">anypaper_image_move</a> (<em class="parameter"><code><a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a> *image</code></em>,
53 <em class="parameter"><code><a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> *parameters</code></em>);
54 </pre>
55 </div>
56 <div class="refsect1" title="Object Hierarchy">
57 <a name="anypaper-anypaper-image.object-hierarchy"></a><h2>Object Hierarchy</h2>
58 <pre class="synopsis">
59 GObject
60 +----AnypaperImage
61 </pre>
62 </div>
63 <div class="refsect1" title="Description">
64 <a name="anypaper-anypaper-image.description"></a><h2>Description</h2>
65 <p>
66 This application class generates the images used by anyPaper
67 </p>
68 <p>
69 The images present in <a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a> are created by <a class="link" href="anypaper-anypaper-image.html#anypaper-image-move" title="anypaper_image_move ()"><code class="function">anypaper_image_move()</code></a> using the parameters passed to function and images previously created by <a class="link" href="anypaper-anypaper-image.html#anypaper-image-make" title="anypaper_image_make ()"><code class="function">anypaper_image_make()</code></a>. The <a class="link" href="anypaper-anypaper-image.html#anypaper-image-make" title="anypaper_image_make ()"><code class="function">anypaper_image_make()</code></a> function modifies some parameters passed by <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> (mainly positionx and positiony, for indicating the range allowed for the variables) so they must be updated.
70 </p>
71 </div>
72 <div class="refsect1" title="Details">
73 <a name="anypaper-anypaper-image.details"></a><h2>Details</h2>
74 <div class="refsect2" title="AnypaperImagePrivate">
75 <a name="AnypaperImagePrivate"></a><h3>AnypaperImagePrivate</h3>
76 <pre class="programlisting">typedef struct _AnypaperImagePrivate AnypaperImagePrivate;</pre>
77 <p>
78 </p>
79 </div>
80 <hr>
81 <div class="refsect2" title="AnypaperImage">
82 <a name="AnypaperImage-struct"></a><h3>AnypaperImage</h3>
83 <pre class="programlisting">typedef struct {
84 GdkPixbuf *image;
85 GdkPixbuf *preview;
86 } AnypaperImage;
87 </pre>
88 <p>
89 Contains the generated images used by the program
90 </p>
91 <div class="variablelist"><table border="0">
92 <col align="left" valign="top">
93 <tbody>
94 <tr>
95 <td><p><span class="term"><span class="type">GdkPixbuf</span> *<em class="structfield"><code><a name="AnypaperImage-struct.image"></a>image</code></em>;</span></p></td>
96 <td>contains the real size image created by anyPaper
97 </td>
98 </tr>
99 <tr>
100 <td><p><span class="term"><span class="type">GdkPixbuf</span> *<em class="structfield"><code><a name="AnypaperImage-struct.preview"></a>preview</code></em>;</span></p></td>
101 <td>contains a thumbnail of the image created by anyPaper
102 </td>
103 </tr>
104 </tbody>
105 </table></div>
106 </div>
107 <hr>
108 <div class="refsect2" title="anypaper_image_make ()">
109 <a name="anypaper-image-make"></a><h3>anypaper_image_make ()</h3>
110 <pre class="programlisting"><span class="returnvalue">gboolean</span> anypaper_image_make (<em class="parameter"><code><a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a> *image</code></em>,
111 <em class="parameter"><code><a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> *parameters</code></em>);</pre>
112 <p>
113 Generate a <span class="type">GdkPixbuf</span> background and a <span class="type">GdkPixbuf</span> base image with the parameters selected in <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a>.
114 </p>
115 <div class="variablelist"><table border="0">
116 <col align="left" valign="top">
117 <tbody>
118 <tr>
119 <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
120 <td>a <a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a>
121 </td>
122 </tr>
123 <tr>
124 <td><p><span class="term"><em class="parameter"><code>parameters</code></em> :</span></p></td>
125 <td>a <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a>
126 </td>
127 </tr>
128 <tr>
129 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
130 <td> <code class="literal">TRUE</code> if the image file is successfully opened, <code class="literal">FALSE</code> if an error occurs
131 </td>
132 </tr>
133 </tbody>
134 </table></div>
135 </div>
136 <hr>
137 <div class="refsect2" title="anypaper_image_move ()">
138 <a name="anypaper-image-move"></a><h3>anypaper_image_move ()</h3>
139 <pre class="programlisting"><span class="returnvalue">void</span> anypaper_image_move (<em class="parameter"><code><a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a> *image</code></em>,
140 <em class="parameter"><code><a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> *parameters</code></em>);</pre>
141 <p>
142 Generate the <span class="type">GdkPixbuf</span> image and the <span class="type">GdkPixbuf</span> preview present in <a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a> struct with the parameters selected in <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> and the images created by <a class="link" href="anypaper-anypaper-image.html#anypaper-image-make" title="anypaper_image_make ()"><code class="function">anypaper_image_make()</code></a>
143 </p>
144 <div class="variablelist"><table border="0">
145 <col align="left" valign="top">
146 <tbody>
147 <tr>
148 <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
149 <td>a <a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a>
150 </td>
151 </tr>
152 <tr>
153 <td><p><span class="term"><em class="parameter"><code>parameters</code></em> :</span></p></td>
154 <td>a <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a>
155 </td>
156 </tr>
157 </tbody>
158 </table></div>
159 </div>
160 </div>
161 <div class="refsect1" title="See Also">
162 <a name="anypaper-anypaper-image.see-also"></a><h2>See Also</h2>
163 <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a>
164 </div>
165 </div>
166 <div class="footer">
167 <hr>
168 Generated by GTK-Doc V1.14</div>
169 </body>
170 </html>
0 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>AnypaperParameters</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6 <link rel="home" href="index.html" title="anypaper Reference Manual">
7 <link rel="up" href="ch01.html" title="anyPaper Classes">
8 <link rel="prev" href="anypaper-anypaper-preview.html" title="AnypaperPreview">
9 <link rel="next" href="anypaper-anypaper-image.html" title="AnypaperImage">
10 <meta name="generator" content="GTK-Doc V1.14 (XML mode)">
11 <link rel="stylesheet" href="style.css" type="text/css">
12 </head>
13 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
15 <tr valign="middle">
16 <td><a accesskey="p" href="anypaper-anypaper-preview.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19 <th width="100%" align="center">anypaper Reference Manual</th>
20 <td><a accesskey="n" href="anypaper-anypaper-image.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21 </tr>
22 <tr><td colspan="5" class="shortcuts">
23 <a href="#anypaper-anypaper-parameters.synopsis" class="shortcut">Top</a>
24  | 
25 <a href="#anypaper-anypaper-parameters.description" class="shortcut">Description</a>
26  | 
27 <a href="#anypaper-anypaper-parameters.object-hierarchy" class="shortcut">Object Hierarchy</a>
28 </td></tr>
29 </table>
30 <div class="refentry" title="AnypaperParameters">
31 <a name="anypaper-anypaper-parameters"></a><div class="titlepage"></div>
32 <div class="refnamediv"><table width="100%"><tr>
33 <td valign="top">
34 <h2><span class="refentrytitle"><a name="anypaper-anypaper-parameters.top_of_page"></a>AnypaperParameters</span></h2>
35 <p>AnypaperParameters — manipulates the parameters used in anyPaper</p>
36 </td>
37 <td valign="top" align="right"></td>
38 </tr></table></div>
39 <div class="refsect1" title="Stability Level">
40 <a name="anypaper-anypaper-parameters.stability-level"></a><h2>Stability Level</h2>
41 Stable, unless otherwise indicated
42 </div>
43 <div class="refsynopsisdiv" title="Synopsis">
44 <a name="anypaper-anypaper-parameters.synopsis"></a><h2>Synopsis</h2>
45 <a name="AnypaperParameters"></a><pre class="synopsis">
46 #include &lt;anypaper_parameters.h&gt;
47
48 <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParametersPrivate" title="AnypaperParametersPrivate">AnypaperParametersPrivate</a>;
49 <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters-struct" title="AnypaperParameters">AnypaperParameters</a>;
50 <span class="returnvalue">void</span> <a class="link" href="anypaper-anypaper-parameters.html#anypaper-parameters-position-test" title="anypaper_parameters_position_test ()">anypaper_parameters_position_test</a> (<em class="parameter"><code><a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> *parameters</code></em>,
51 <em class="parameter"><code><span class="type">gint</span> rangex</code></em>,
52 <em class="parameter"><code><span class="type">gint</span> rangey</code></em>,
53 <em class="parameter"><code><span class="type">gint</span> positionx</code></em>,
54 <em class="parameter"><code><span class="type">gint</span> positiony</code></em>);
55 <span class="returnvalue">void</span> <a class="link" href="anypaper-anypaper-parameters.html#anypaper-parameters-load" title="anypaper_parameters_load ()">anypaper_parameters_load</a> (<em class="parameter"><code><a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> *parameters</code></em>,
56 <em class="parameter"><code><span class="type">gchar</span> *filename</code></em>);
57 <span class="returnvalue">void</span> <a class="link" href="anypaper-anypaper-parameters.html#anypaper-parameters-write" title="anypaper_parameters_write ()">anypaper_parameters_write</a> (<em class="parameter"><code><a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> *parameters</code></em>,
58 <em class="parameter"><code><span class="type">gchar</span> *lastWallpaperFile</code></em>,
59 <em class="parameter"><code><span class="type">gchar</span> *rcFile</code></em>);
60 </pre>
61 </div>
62 <div class="refsect1" title="Object Hierarchy">
63 <a name="anypaper-anypaper-parameters.object-hierarchy"></a><h2>Object Hierarchy</h2>
64 <pre class="synopsis">
65 GObject
66 +----AnypaperParameters
67 </pre>
68 </div>
69 <div class="refsect1" title="Description">
70 <a name="anypaper-anypaper-parameters.description"></a><h2>Description</h2>
71 <p>
72 This application class manipulates the parameters used in anyPaper, also loads and saves configuration files
73 </p>
74 </div>
75 <div class="refsect1" title="Details">
76 <a name="anypaper-anypaper-parameters.details"></a><h2>Details</h2>
77 <div class="refsect2" title="AnypaperParametersPrivate">
78 <a name="AnypaperParametersPrivate"></a><h3>AnypaperParametersPrivate</h3>
79 <pre class="programlisting">typedef struct _AnypaperParametersPrivate AnypaperParametersPrivate;</pre>
80 <p>
81 </p>
82 </div>
83 <hr>
84 <div class="refsect2" title="AnypaperParameters">
85 <a name="AnypaperParameters-struct"></a><h3>AnypaperParameters</h3>
86 <pre class="programlisting">typedef struct {
87 gchar *file;
88 gint style;
89 gint positionx;
90 gint positiony;
91 gdouble scalex;
92 gdouble scaley;
93 gint width;
94 gint height;
95 gchar *background;
96 gchar *command;
97 gchar *defaultfile;
98 GdkInterpType interpolation;
99 } AnypaperParameters;
100 </pre>
101 <p>
102 Contains the parameters used to build the images created by anyPaper
103 </p>
104 <div class="variablelist"><table border="0">
105 <col align="left" valign="top">
106 <tbody>
107 <tr>
108 <td><p><span class="term"><span class="type">gchar</span> *<em class="structfield"><code><a name="AnypaperParameters-struct.file"></a>file</code></em>;</span></p></td>
109 <td>filemane of source image
110 </td>
111 </tr>
112 <tr>
113 <td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="AnypaperParameters-struct.style"></a>style</code></em>;</span></p></td>
114 <td>selected style
115 </td>
116 </tr>
117 <tr>
118 <td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="AnypaperParameters-struct.positionx"></a>positionx</code></em>;</span></p></td>
119 <td>position of image in x direction
120 </td>
121 </tr>
122 <tr>
123 <td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="AnypaperParameters-struct.positiony"></a>positiony</code></em>;</span></p></td>
124 <td>position of image in y direction
125 </td>
126 </tr>
127 <tr>
128 <td><p><span class="term"><span class="type">gdouble</span> <em class="structfield"><code><a name="AnypaperParameters-struct.scalex"></a>scalex</code></em>;</span></p></td>
129 <td>scale factor in x direction
130 </td>
131 </tr>
132 <tr>
133 <td><p><span class="term"><span class="type">gdouble</span> <em class="structfield"><code><a name="AnypaperParameters-struct.scaley"></a>scaley</code></em>;</span></p></td>
134 <td>scale factor in y direction
135 </td>
136 </tr>
137 <tr>
138 <td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="AnypaperParameters-struct.width"></a>width</code></em>;</span></p></td>
139 <td>width of image
140 </td>
141 </tr>
142 <tr>
143 <td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="AnypaperParameters-struct.height"></a>height</code></em>;</span></p></td>
144 <td>height of image
145 </td>
146 </tr>
147 <tr>
148 <td><p><span class="term"><span class="type">gchar</span> *<em class="structfield"><code><a name="AnypaperParameters-struct.background"></a>background</code></em>;</span></p></td>
149 <td>background color
150 </td>
151 </tr>
152 <tr>
153 <td><p><span class="term"><span class="type">gchar</span> *<em class="structfield"><code><a name="AnypaperParameters-struct.command"></a>command</code></em>;</span></p></td>
154 <td>command line used for setting the wallpaper
155 </td>
156 </tr>
157 <tr>
158 <td><p><span class="term"><span class="type">gchar</span> *<em class="structfield"><code><a name="AnypaperParameters-struct.defaultfile"></a>defaultfile</code></em>;</span></p></td>
159 <td>default file for saving the built wallpaper
160 </td>
161 </tr>
162 <tr>
163 <td><p><span class="term"><span class="type">GdkInterpType</span> <em class="structfield"><code><a name="AnypaperParameters-struct.interpolation"></a>interpolation</code></em>;</span></p></td>
164 <td>type of interpolation used
165 </td>
166 </tr>
167 </tbody>
168 </table></div>
169 </div>
170 <hr>
171 <div class="refsect2" title="anypaper_parameters_position_test ()">
172 <a name="anypaper-parameters-position-test"></a><h3>anypaper_parameters_position_test ()</h3>
173 <pre class="programlisting"><span class="returnvalue">void</span> anypaper_parameters_position_test (<em class="parameter"><code><a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> *parameters</code></em>,
174 <em class="parameter"><code><span class="type">gint</span> rangex</code></em>,
175 <em class="parameter"><code><span class="type">gint</span> rangey</code></em>,
176 <em class="parameter"><code><span class="type">gint</span> positionx</code></em>,
177 <em class="parameter"><code><span class="type">gint</span> positiony</code></em>);</pre>
178 <p>
179 Sets the new position values if they are valid.
180 </p>
181 <div class="variablelist"><table border="0">
182 <col align="left" valign="top">
183 <tbody>
184 <tr>
185 <td><p><span class="term"><em class="parameter"><code>parameters</code></em> :</span></p></td>
186 <td>a <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a>
187 </td>
188 </tr>
189 <tr>
190 <td><p><span class="term"><em class="parameter"><code>rangex</code></em> :</span></p></td>
191 <td>half of the displacement allowed in x direction
192 </td>
193 </tr>
194 <tr>
195 <td><p><span class="term"><em class="parameter"><code>rangey</code></em> :</span></p></td>
196 <td>half of the displacement allowed in y direction
197 </td>
198 </tr>
199 <tr>
200 <td><p><span class="term"><em class="parameter"><code>positionx</code></em> :</span></p></td>
201 <td>the selected position on x position
202 </td>
203 </tr>
204 <tr>
205 <td><p><span class="term"><em class="parameter"><code>positiony</code></em> :</span></p></td>
206 <td>the selected position on x position
207 </td>
208 </tr>
209 </tbody>
210 </table></div>
211 </div>
212 <hr>
213 <div class="refsect2" title="anypaper_parameters_load ()">
214 <a name="anypaper-parameters-load"></a><h3>anypaper_parameters_load ()</h3>
215 <pre class="programlisting"><span class="returnvalue">void</span> anypaper_parameters_load (<em class="parameter"><code><a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> *parameters</code></em>,
216 <em class="parameter"><code><span class="type">gchar</span> *filename</code></em>);</pre>
217 <p>
218 Sets the values of parameters on file in <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a>.
219 </p>
220 <div class="variablelist"><table border="0">
221 <col align="left" valign="top">
222 <tbody>
223 <tr>
224 <td><p><span class="term"><em class="parameter"><code>parameters</code></em> :</span></p></td>
225 <td>a <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a>
226 </td>
227 </tr>
228 <tr>
229 <td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
230 <td>name of file with the parameters to be loaded
231 </td>
232 </tr>
233 </tbody>
234 </table></div>
235 </div>
236 <hr>
237 <div class="refsect2" title="anypaper_parameters_write ()">
238 <a name="anypaper-parameters-write"></a><h3>anypaper_parameters_write ()</h3>
239 <pre class="programlisting"><span class="returnvalue">void</span> anypaper_parameters_write (<em class="parameter"><code><a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> *parameters</code></em>,
240 <em class="parameter"><code><span class="type">gchar</span> *lastWallpaperFile</code></em>,
241 <em class="parameter"><code><span class="type">gchar</span> *rcFile</code></em>);</pre>
242 <p>
243 Saves the values of parameters in <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> on file.
244 </p>
245 <div class="variablelist"><table border="0">
246 <col align="left" valign="top">
247 <tbody>
248 <tr>
249 <td><p><span class="term"><em class="parameter"><code>parameters</code></em> :</span></p></td>
250 <td>a <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a>
251 </td>
252 </tr>
253 <tr>
254 <td><p><span class="term"><em class="parameter"><code>lastWallpaperFile</code></em> :</span></p></td>
255 <td>name of file to be written with the lastwallpaper parameters in <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a>
256 </td>
257 </tr>
258 <tr>
259 <td><p><span class="term"><em class="parameter"><code>rcFile</code></em> :</span></p></td>
260 <td>name of file to be written with the resource parameters in <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a>
261 </td>
262 </tr>
263 </tbody>
264 </table></div>
265 </div>
266 </div>
267 </div>
268 <div class="footer">
269 <hr>
270 Generated by GTK-Doc V1.14</div>
271 </body>
272 </html>
0 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>AnypaperPreview</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6 <link rel="home" href="index.html" title="anypaper Reference Manual">
7 <link rel="up" href="ch01.html" title="anyPaper Classes">
8 <link rel="prev" href="anypaper-anypaper-wallpapersetter.html" title="AnypaperWallpapersetter">
9 <link rel="next" href="anypaper-anypaper-parameters.html" title="AnypaperParameters">
10 <meta name="generator" content="GTK-Doc V1.14 (XML mode)">
11 <link rel="stylesheet" href="style.css" type="text/css">
12 </head>
13 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
15 <tr valign="middle">
16 <td><a accesskey="p" href="anypaper-anypaper-wallpapersetter.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19 <th width="100%" align="center">anypaper Reference Manual</th>
20 <td><a accesskey="n" href="anypaper-anypaper-parameters.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21 </tr>
22 <tr><td colspan="5" class="shortcuts">
23 <a href="#anypaper-anypaper-preview.synopsis" class="shortcut">Top</a>
24  | 
25 <a href="#anypaper-anypaper-preview.description" class="shortcut">Description</a>
26  | 
27 <a href="#anypaper-anypaper-preview.object-hierarchy" class="shortcut">Object Hierarchy</a>
28 </td></tr>
29 </table>
30 <div class="refentry" title="AnypaperPreview">
31 <a name="anypaper-anypaper-preview"></a><div class="titlepage"></div>
32 <div class="refnamediv"><table width="100%"><tr>
33 <td valign="top">
34 <h2><span class="refentrytitle"><a name="anypaper-anypaper-preview.top_of_page"></a>AnypaperPreview</span></h2>
35 <p>AnypaperPreview — builds a preview window</p>
36 </td>
37 <td valign="top" align="right"></td>
38 </tr></table></div>
39 <div class="refsect1" title="Stability Level">
40 <a name="anypaper-anypaper-preview.stability-level"></a><h2>Stability Level</h2>
41 Stable, unless otherwise indicated
42 </div>
43 <div class="refsynopsisdiv" title="Synopsis">
44 <a name="anypaper-anypaper-preview.synopsis"></a><h2>Synopsis</h2>
45 <a name="AnypaperPreview"></a><pre class="synopsis">
46 #include &lt;anypaper_preview.h&gt;
47
48 <a class="link" href="anypaper-anypaper-preview.html#AnypaperPreviewPrivate" title="AnypaperPreviewPrivate">AnypaperPreviewPrivate</a>;
49 <a class="link" href="anypaper-anypaper-preview.html#AnypaperPreview-struct" title="AnypaperPreview">AnypaperPreview</a>;
50 <span class="returnvalue">void</span> <a class="link" href="anypaper-anypaper-preview.html#anypaper-preview-create" title="anypaper_preview_create ()">anypaper_preview_create</a> (<em class="parameter"><code><a class="link" href="anypaper-anypaper-preview.html#AnypaperPreview"><span class="type">AnypaperPreview</span></a> *preview</code></em>,
51 <em class="parameter"><code><a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> *parameters</code></em>,
52 <em class="parameter"><code><a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a> *image</code></em>);
53 </pre>
54 </div>
55 <div class="refsect1" title="Object Hierarchy">
56 <a name="anypaper-anypaper-preview.object-hierarchy"></a><h2>Object Hierarchy</h2>
57 <pre class="synopsis">
58 GObject
59 +----AnypaperPreview
60 </pre>
61 </div>
62 <div class="refsect1" title="Description">
63 <a name="anypaper-anypaper-preview.description"></a><h2>Description</h2>
64 <p>
65 The application class that builds a preview window using the images and parameters provide by <a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a> and <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a>.
66 </p>
67 </div>
68 <div class="refsect1" title="Details">
69 <a name="anypaper-anypaper-preview.details"></a><h2>Details</h2>
70 <div class="refsect2" title="AnypaperPreviewPrivate">
71 <a name="AnypaperPreviewPrivate"></a><h3>AnypaperPreviewPrivate</h3>
72 <pre class="programlisting">typedef struct _AnypaperPreviewPrivate AnypaperPreviewPrivate;</pre>
73 <p>
74 </p>
75 </div>
76 <hr>
77 <div class="refsect2" title="AnypaperPreview">
78 <a name="AnypaperPreview-struct"></a><h3>AnypaperPreview</h3>
79 <pre class="programlisting">typedef struct _AnypaperPreview AnypaperPreview;</pre>
80 <p>
81 </p>
82 </div>
83 <hr>
84 <div class="refsect2" title="anypaper_preview_create ()">
85 <a name="anypaper-preview-create"></a><h3>anypaper_preview_create ()</h3>
86 <pre class="programlisting"><span class="returnvalue">void</span> anypaper_preview_create (<em class="parameter"><code><a class="link" href="anypaper-anypaper-preview.html#AnypaperPreview"><span class="type">AnypaperPreview</span></a> *preview</code></em>,
87 <em class="parameter"><code><a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> *parameters</code></em>,
88 <em class="parameter"><code><a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a> *image</code></em>);</pre>
89 <p>
90 This function builds and shows the preview window
91 </p>
92 <div class="variablelist"><table border="0">
93 <col align="left" valign="top">
94 <tbody>
95 <tr>
96 <td><p><span class="term"><em class="parameter"><code>preview</code></em> :</span></p></td>
97 <td>is a <a class="link" href="anypaper-anypaper-preview.html#AnypaperPreview"><span class="type">AnypaperPreview</span></a>
98 </td>
99 </tr>
100 <tr>
101 <td><p><span class="term"><em class="parameter"><code>parameters</code></em> :</span></p></td>
102 <td>contains the parameters used to make the images in <a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a>
103 </td>
104 </tr>
105 <tr>
106 <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
107 <td>contains the images created before
108 </td>
109 </tr>
110 </tbody>
111 </table></div>
112 </div>
113 </div>
114 <div class="refsect1" title="See Also">
115 <a name="anypaper-anypaper-preview.see-also"></a><h2>See Also</h2>
116 <a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a>, <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a>
117 </div>
118 </div>
119 <div class="footer">
120 <hr>
121 Generated by GTK-Doc V1.14</div>
122 </body>
123 </html>
0 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>AnypaperWallpapersetter</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6 <link rel="home" href="index.html" title="anypaper Reference Manual">
7 <link rel="up" href="ch01.html" title="anyPaper Classes">
8 <link rel="prev" href="ch01.html" title="anyPaper Classes">
9 <link rel="next" href="anypaper-anypaper-preview.html" title="AnypaperPreview">
10 <meta name="generator" content="GTK-Doc V1.14 (XML mode)">
11 <link rel="stylesheet" href="style.css" type="text/css">
12 </head>
13 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
15 <tr valign="middle">
16 <td><a accesskey="p" href="ch01.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19 <th width="100%" align="center">anypaper Reference Manual</th>
20 <td><a accesskey="n" href="anypaper-anypaper-preview.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21 </tr>
22 <tr><td colspan="5" class="shortcuts">
23 <a href="#anypaper-anypaper-wallpapersetter.synopsis" class="shortcut">Top</a>
24  | 
25 <a href="#anypaper-anypaper-wallpapersetter.description" class="shortcut">Description</a>
26  | 
27 <a href="#anypaper-anypaper-wallpapersetter.object-hierarchy" class="shortcut">Object Hierarchy</a>
28 </td></tr>
29 </table>
30 <div class="refentry" title="AnypaperWallpapersetter">
31 <a name="anypaper-anypaper-wallpapersetter"></a><div class="titlepage"></div>
32 <div class="refnamediv"><table width="100%"><tr>
33 <td valign="top">
34 <h2><span class="refentrytitle"><a name="anypaper-anypaper-wallpapersetter.top_of_page"></a>AnypaperWallpapersetter</span></h2>
35 <p>AnypaperWallpapersetter — creates the wallpapersetter file and detects the wallpapersetter installed</p>
36 </td>
37 <td valign="top" align="right"></td>
38 </tr></table></div>
39 <div class="refsect1" title="Stability Level">
40 <a name="anypaper-anypaper-wallpapersetter.stability-level"></a><h2>Stability Level</h2>
41 Stable, unless otherwise indicated
42 </div>
43 <div class="refsynopsisdiv" title="Synopsis">
44 <a name="anypaper-anypaper-wallpapersetter.synopsis"></a><h2>Synopsis</h2>
45 <a name="AnypaperWallpapersetter"></a><pre class="synopsis">
46 #include &lt;anypaper_wallpapersetter.h&gt;
47
48 <a class="link" href="anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetterPrivate" title="AnypaperWallpapersetterPrivate">AnypaperWallpapersetterPrivate</a>;
49 <a class="link" href="anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetter-struct" title="AnypaperWallpapersetter">AnypaperWallpapersetter</a>;
50 <span class="returnvalue">void</span> <a class="link" href="anypaper-anypaper-wallpapersetter.html#anypaper-wallpapersetter-detect" title="anypaper_wallpapersetter_detect ()">anypaper_wallpapersetter_detect</a> (<em class="parameter"><code><a class="link" href="anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetter"><span class="type">AnypaperWallpapersetter</span></a> *wallpapersetter</code></em>,
51 <em class="parameter"><code><span class="type">gchar</span> *filename</code></em>);
52 <span class="returnvalue">void</span> <a class="link" href="anypaper-anypaper-wallpapersetter.html#anypaper-wallpapersetter-file" title="anypaper_wallpapersetter_file ()">anypaper_wallpapersetter_file</a> (<em class="parameter"><code><span class="type">gchar</span> *wallpapersetterFile</code></em>);
53 </pre>
54 </div>
55 <div class="refsect1" title="Object Hierarchy">
56 <a name="anypaper-anypaper-wallpapersetter.object-hierarchy"></a><h2>Object Hierarchy</h2>
57 <pre class="synopsis">
58 GObject
59 +----AnypaperWallpapersetter
60 </pre>
61 </div>
62 <div class="refsect1" title="Description">
63 <a name="anypaper-anypaper-wallpapersetter.description"></a><h2>Description</h2>
64 <p>
65 This application class creates the wallpapersetter file and detects the wallpapersetter installed
66 </p>
67 <p>
68 This application class detects the wallpapersetter listed in wallpapersetter file installed and stores this information in two lists, one for the wallpapersetter found and the other for the command (normally the fullscreen command). This class also creates the wallpapersetterfile that contains definitions for known wallpapersetters and the command used to set the wallpaper.
69 </p>
70 </div>
71 <div class="refsect1" title="Details">
72 <a name="anypaper-anypaper-wallpapersetter.details"></a><h2>Details</h2>
73 <div class="refsect2" title="AnypaperWallpapersetterPrivate">
74 <a name="AnypaperWallpapersetterPrivate"></a><h3>AnypaperWallpapersetterPrivate</h3>
75 <pre class="programlisting">typedef struct _AnypaperWallpapersetterPrivate AnypaperWallpapersetterPrivate;</pre>
76 <p>
77 </p>
78 </div>
79 <hr>
80 <div class="refsect2" title="AnypaperWallpapersetter">
81 <a name="AnypaperWallpapersetter-struct"></a><h3>AnypaperWallpapersetter</h3>
82 <pre class="programlisting">typedef struct {
83 GList *wallpapersetter;
84 GList *command;
85 } AnypaperWallpapersetter;
86 </pre>
87 <p>
88 Contains a list of wallpapersetter found and a list of commands used for them
89 </p>
90 <div class="variablelist"><table border="0">
91 <col align="left" valign="top">
92 <tbody>
93 <tr>
94 <td><p><span class="term"><span class="type">GList</span> *<em class="structfield"><code><a name="AnypaperWallpapersetter-struct.wallpapersetter"></a>wallpapersetter</code></em>;</span></p></td>
95 <td>contains a list of wallpapersetter found
96 </td>
97 </tr>
98 <tr>
99 <td><p><span class="term"><span class="type">GList</span> *<em class="structfield"><code><a name="AnypaperWallpapersetter-struct.command"></a>command</code></em>;</span></p></td>
100 <td>contains a list of commands used for the wallpapersetter found
101 </td>
102 </tr>
103 </tbody>
104 </table></div>
105 </div>
106 <hr>
107 <div class="refsect2" title="anypaper_wallpapersetter_detect ()">
108 <a name="anypaper-wallpapersetter-detect"></a><h3>anypaper_wallpapersetter_detect ()</h3>
109 <pre class="programlisting"><span class="returnvalue">void</span> anypaper_wallpapersetter_detect (<em class="parameter"><code><a class="link" href="anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetter"><span class="type">AnypaperWallpapersetter</span></a> *wallpapersetter</code></em>,
110 <em class="parameter"><code><span class="type">gchar</span> *filename</code></em>);</pre>
111 <p>
112 Generate a list of found wallpapersetters and other for the associated commands.
113 </p>
114 <div class="variablelist"><table border="0">
115 <col align="left" valign="top">
116 <tbody>
117 <tr>
118 <td><p><span class="term"><em class="parameter"><code>wallpapersetter</code></em> :</span></p></td>
119 <td>a <a class="link" href="anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetter"><span class="type">AnypaperWallpapersetter</span></a>
120 </td>
121 </tr>
122 <tr>
123 <td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
124 <td>file that contains the wallpapersetters command definition
125 </td>
126 </tr>
127 </tbody>
128 </table></div>
129 </div>
130 <hr>
131 <div class="refsect2" title="anypaper_wallpapersetter_file ()">
132 <a name="anypaper-wallpapersetter-file"></a><h3>anypaper_wallpapersetter_file ()</h3>
133 <pre class="programlisting"><span class="returnvalue">void</span> anypaper_wallpapersetter_file (<em class="parameter"><code><span class="type">gchar</span> *wallpapersetterFile</code></em>);</pre>
134 <p>
135 Generate a file with names of wallpapersetter and the associated commands.
136 </p>
137 <div class="variablelist"><table border="0">
138 <col align="left" valign="top">
139 <tbody><tr>
140 <td><p><span class="term"><em class="parameter"><code>wallpapersetterFile</code></em> :</span></p></td>
141 <td>filename to store the wallpapersetters command definition
142 </td>
143 </tr></tbody>
144 </table></div>
145 </div>
146 </div>
147 </div>
148 <div class="footer">
149 <hr>
150 Generated by GTK-Doc V1.14</div>
151 </body>
152 </html>
0 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>AnypaperWindow</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6 <link rel="home" href="index.html" title="anypaper Reference Manual">
7 <link rel="up" href="ch01.html" title="anyPaper Classes">
8 <link rel="prev" href="anypaper-anypaper-image.html" title="AnypaperImage">
9 <link rel="next" href="anypaper-anypaper-command.html" title="anypaper_command">
10 <meta name="generator" content="GTK-Doc V1.14 (XML mode)">
11 <link rel="stylesheet" href="style.css" type="text/css">
12 </head>
13 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
15 <tr valign="middle">
16 <td><a accesskey="p" href="anypaper-anypaper-image.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19 <th width="100%" align="center">anypaper Reference Manual</th>
20 <td><a accesskey="n" href="anypaper-anypaper-command.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21 </tr>
22 <tr><td colspan="5" class="shortcuts">
23 <a href="#anypaper-anypaper-window.synopsis" class="shortcut">Top</a>
24  | 
25 <a href="#anypaper-anypaper-window.description" class="shortcut">Description</a>
26  | 
27 <a href="#anypaper-anypaper-window.object-hierarchy" class="shortcut">Object Hierarchy</a>
28 </td></tr>
29 </table>
30 <div class="refentry" title="AnypaperWindow">
31 <a name="anypaper-anypaper-window"></a><div class="titlepage"></div>
32 <div class="refnamediv"><table width="100%"><tr>
33 <td valign="top">
34 <h2><span class="refentrytitle"><a name="anypaper-anypaper-window.top_of_page"></a>AnypaperWindow</span></h2>
35 <p>AnypaperWindow — builds the user interface and controls the operation of anyPaper</p>
36 </td>
37 <td valign="top" align="right"></td>
38 </tr></table></div>
39 <div class="refsect1" title="Stability Level">
40 <a name="anypaper-anypaper-window.stability-level"></a><h2>Stability Level</h2>
41 Stable, unless otherwise indicated
42 </div>
43 <div class="refsynopsisdiv" title="Synopsis">
44 <a name="anypaper-anypaper-window.synopsis"></a><h2>Synopsis</h2>
45 <a name="AnypaperWindow"></a><pre class="synopsis">
46 #include &lt;anypaper_window.h&gt;
47
48 <a class="link" href="anypaper-anypaper-window.html#AnypaperWindowPrivate" title="AnypaperWindowPrivate">AnypaperWindowPrivate</a>;
49 <a class="link" href="anypaper-anypaper-window.html#AnypaperWindow-struct" title="AnypaperWindow">AnypaperWindow</a>;
50 <span class="returnvalue">void</span> <a class="link" href="anypaper-anypaper-window.html#anypaper-window-set-position-range" title="anypaper_window_set_position_range ()">anypaper_window_set_position_range</a> (<em class="parameter"><code><a class="link" href="anypaper-anypaper-window.html#AnypaperWindow"><span class="type">AnypaperWindow</span></a> *window</code></em>,
51 <em class="parameter"><code><span class="type">gint</span> rangex</code></em>,
52 <em class="parameter"><code><span class="type">gint</span> rangey</code></em>);
53 <span class="returnvalue">void</span> <a class="link" href="anypaper-anypaper-window.html#anypaper-window-create" title="anypaper_window_create ()">anypaper_window_create</a> (<em class="parameter"><code><a class="link" href="anypaper-anypaper-window.html#AnypaperWindow"><span class="type">AnypaperWindow</span></a> *window</code></em>);
54 </pre>
55 </div>
56 <div class="refsect1" title="Object Hierarchy">
57 <a name="anypaper-anypaper-window.object-hierarchy"></a><h2>Object Hierarchy</h2>
58 <pre class="synopsis">
59 GObject
60 +----AnypaperWindow
61 </pre>
62 </div>
63 <div class="refsect1" title="Description">
64 <a name="anypaper-anypaper-window.description"></a><h2>Description</h2>
65 <p>
66 The application class that builds the user interface and controls the operation of anyPaper. This class also links the objects required for the implementation of the anyPaper
67 </p>
68 </div>
69 <div class="refsect1" title="Details">
70 <a name="anypaper-anypaper-window.details"></a><h2>Details</h2>
71 <div class="refsect2" title="AnypaperWindowPrivate">
72 <a name="AnypaperWindowPrivate"></a><h3>AnypaperWindowPrivate</h3>
73 <pre class="programlisting">typedef struct _AnypaperWindowPrivate AnypaperWindowPrivate;</pre>
74 <p>
75 </p>
76 </div>
77 <hr>
78 <div class="refsect2" title="AnypaperWindow">
79 <a name="AnypaperWindow-struct"></a><h3>AnypaperWindow</h3>
80 <pre class="programlisting">typedef struct {
81 AnypaperParameters *parameters;
82 AnypaperImage *image;
83 AnypaperPreview *preview;
84 AnypaperWallpapersetter *wallpapersetter;
85 } AnypaperWindow;
86 </pre>
87 <p>
88 Contains the necessary objects for operation of the anyPaper
89 </p>
90 <div class="variablelist"><table border="0">
91 <col align="left" valign="top">
92 <tbody>
93 <tr>
94 <td><p><span class="term"><a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a> *<em class="structfield"><code><a name="AnypaperWindow-struct.parameters"></a>parameters</code></em>;</span></p></td>
95 <td>is a <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a>
96 </td>
97 </tr>
98 <tr>
99 <td><p><span class="term"><a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a> *<em class="structfield"><code><a name="AnypaperWindow-struct.image"></a>image</code></em>;</span></p></td>
100 <td>is a <a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a>
101 </td>
102 </tr>
103 <tr>
104 <td><p><span class="term"><a class="link" href="anypaper-anypaper-preview.html#AnypaperPreview"><span class="type">AnypaperPreview</span></a> *<em class="structfield"><code><a name="AnypaperWindow-struct.preview"></a>preview</code></em>;</span></p></td>
105 <td>is a <a class="link" href="anypaper-anypaper-preview.html#AnypaperPreview"><span class="type">AnypaperPreview</span></a>
106 </td>
107 </tr>
108 <tr>
109 <td><p><span class="term"><a class="link" href="anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetter"><span class="type">AnypaperWallpapersetter</span></a> *<em class="structfield"><code><a name="AnypaperWindow-struct.wallpapersetter"></a>wallpapersetter</code></em>;</span></p></td>
110 <td>is a <a class="link" href="anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetter"><span class="type">AnypaperWallpapersetter</span></a>;
111 </td>
112 </tr>
113 </tbody>
114 </table></div>
115 </div>
116 <hr>
117 <div class="refsect2" title="anypaper_window_set_position_range ()">
118 <a name="anypaper-window-set-position-range"></a><h3>anypaper_window_set_position_range ()</h3>
119 <pre class="programlisting"><span class="returnvalue">void</span> anypaper_window_set_position_range (<em class="parameter"><code><a class="link" href="anypaper-anypaper-window.html#AnypaperWindow"><span class="type">AnypaperWindow</span></a> *window</code></em>,
120 <em class="parameter"><code><span class="type">gint</span> rangex</code></em>,
121 <em class="parameter"><code><span class="type">gint</span> rangey</code></em>);</pre>
122 <p>
123 Sets the range of displacement allowed for the image.
124 </p>
125 <div class="variablelist"><table border="0">
126 <col align="left" valign="top">
127 <tbody>
128 <tr>
129 <td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
130 <td>the <a class="link" href="anypaper-anypaper-window.html#AnypaperWindow"><span class="type">AnypaperWindow</span></a>
131 </td>
132 </tr>
133 <tr>
134 <td><p><span class="term"><em class="parameter"><code>rangex</code></em> :</span></p></td>
135 <td>half of the displacement allowed in x direction
136 </td>
137 </tr>
138 <tr>
139 <td><p><span class="term"><em class="parameter"><code>rangey</code></em> :</span></p></td>
140 <td>half of the displacement allowed in y direction
141 </td>
142 </tr>
143 </tbody>
144 </table></div>
145 </div>
146 <hr>
147 <div class="refsect2" title="anypaper_window_create ()">
148 <a name="anypaper-window-create"></a><h3>anypaper_window_create ()</h3>
149 <pre class="programlisting"><span class="returnvalue">void</span> anypaper_window_create (<em class="parameter"><code><a class="link" href="anypaper-anypaper-window.html#AnypaperWindow"><span class="type">AnypaperWindow</span></a> *window</code></em>);</pre>
150 <p>
151 Creates and shows the <a class="link" href="anypaper-anypaper-window.html#AnypaperWindow"><span class="type">AnypaperWindow</span></a>.
152 </p>
153 <div class="variablelist"><table border="0">
154 <col align="left" valign="top">
155 <tbody><tr>
156 <td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
157 <td>the <a class="link" href="anypaper-anypaper-window.html#AnypaperWindow"><span class="type">AnypaperWindow</span></a>
158 </td>
159 </tr></tbody>
160 </table></div>
161 </div>
162 </div>
163 <div class="refsect1" title="See Also">
164 <a name="anypaper-anypaper-window.see-also"></a><h2>See Also</h2>
165 <a class="link" href="anypaper-anypaper-image.html#AnypaperImage"><span class="type">AnypaperImage</span></a>, <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters"><span class="type">AnypaperParameters</span></a>, <a class="link" href="anypaper-anypaper-preview.html#AnypaperPreview"><span class="type">AnypaperPreview</span></a>
166 </div>
167 </div>
168 <div class="footer">
169 <hr>
170 Generated by GTK-Doc V1.14</div>
171 </body>
172 </html>
11 <!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
22 <book xmlns="http://www.devhelp.net/book" title="anypaper Reference Manual" link="index.html" author="" name="anypaper">
33 <chapters>
4 <sub name="anyṔaper Classes" link="ch01.html">
5 <sub name="AnypaperWallpapersetter" link="AnypaperWallpapersetter.html"/>
6 <sub name="AnypaperPreview" link="AnypaperPreview.html"/>
7 <sub name="AnypaperParameters" link="AnypaperParameters.html"/>
8 <sub name="AnypaperImage" link="AnypaperImage.html"/>
9 <sub name="AnypaperWindow" link="AnypaperWindow.html"/>
4 <sub name="anyPaper Classes" link="ch01.html">
5 <sub name="AnypaperWallpapersetter" link="anypaper-anypaper-wallpapersetter.html"/>
6 <sub name="AnypaperPreview" link="anypaper-anypaper-preview.html"/>
7 <sub name="AnypaperParameters" link="anypaper-anypaper-parameters.html"/>
8 <sub name="AnypaperImage" link="anypaper-anypaper-image.html"/>
9 <sub name="AnypaperWindow" link="anypaper-anypaper-window.html"/>
1010 <sub name="anypaper_command" link="anypaper-anypaper-command.html"/>
1111 </sub>
1212 <sub name="Object Hierarchy" link="object-tree.html"/>
1313 <sub name="API Index" link="api-index-full.html"/>
1414 </chapters>
1515 <functions>
16 <function name="AnypaperWallpapersetterPrivate" link="AnypaperWallpapersetter.html#AnypaperWallpapersetterPrivate"/>
17 <function name="AnypaperWallpapersetter" link="AnypaperWallpapersetter.html#AnypaperWallpapersetter-struct"/>
18 <function name="anypaper_wallpapersetter_detect ()" link="AnypaperWallpapersetter.html#anypaper-wallpapersetter-detect"/>
19 <function name="anypaper_wallpapersetter_file ()" link="AnypaperWallpapersetter.html#anypaper-wallpapersetter-file"/>
20 <function name="AnypaperPreviewPrivate" link="AnypaperPreview.html#AnypaperPreviewPrivate"/>
21 <function name="AnypaperPreview" link="AnypaperPreview.html#AnypaperPreview-struct"/>
22 <function name="anypaper_preview_create ()" link="AnypaperPreview.html#anypaper-preview-create"/>
23 <function name="AnypaperParametersPrivate" link="AnypaperParameters.html#AnypaperParametersPrivate"/>
24 <function name="AnypaperParameters" link="AnypaperParameters.html#AnypaperParameters-struct"/>
25 <function name="anypaper_parameters_position_test ()" link="AnypaperParameters.html#anypaper-parameters-position-test"/>
26 <function name="anypaper_parameters_load ()" link="AnypaperParameters.html#anypaper-parameters-load"/>
27 <function name="anypaper_parameters_write ()" link="AnypaperParameters.html#anypaper-parameters-write"/>
28 <function name="AnypaperImagePrivate" link="AnypaperImage.html#AnypaperImagePrivate"/>
29 <function name="AnypaperImage" link="AnypaperImage.html#AnypaperImage-struct"/>
30 <function name="anypaper_image_make ()" link="AnypaperImage.html#anypaper-image-make"/>
31 <function name="anypaper_image_move ()" link="AnypaperImage.html#anypaper-image-move"/>
32 <function name="AnypaperWindowPrivate" link="AnypaperWindow.html#AnypaperWindowPrivate"/>
33 <function name="AnypaperWindow" link="AnypaperWindow.html#AnypaperWindow-struct"/>
34 <function name="anypaper_window_set_position_range ()" link="AnypaperWindow.html#anypaper-window-set-position-range"/>
35 <function name="anypaper_window_create ()" link="AnypaperWindow.html#anypaper-window-create"/>
36 <function name="LICENSE" link="anypaper-anypaper-command.html#LICENSE--CAPS"/>
16 <function name="AnypaperWallpapersetterPrivate" link="anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetterPrivate"/>
17 <function name="AnypaperWallpapersetter" link="anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetter-struct"/>
18 <function name="anypaper_wallpapersetter_detect ()" link="anypaper-anypaper-wallpapersetter.html#anypaper-wallpapersetter-detect"/>
19 <function name="anypaper_wallpapersetter_file ()" link="anypaper-anypaper-wallpapersetter.html#anypaper-wallpapersetter-file"/>
20 <function name="AnypaperPreviewPrivate" link="anypaper-anypaper-preview.html#AnypaperPreviewPrivate"/>
21 <function name="AnypaperPreview" link="anypaper-anypaper-preview.html#AnypaperPreview-struct"/>
22 <function name="anypaper_preview_create ()" link="anypaper-anypaper-preview.html#anypaper-preview-create"/>
23 <function name="AnypaperParametersPrivate" link="anypaper-anypaper-parameters.html#AnypaperParametersPrivate"/>
24 <function name="AnypaperParameters" link="anypaper-anypaper-parameters.html#AnypaperParameters-struct"/>
25 <function name="anypaper_parameters_position_test ()" link="anypaper-anypaper-parameters.html#anypaper-parameters-position-test"/>
26 <function name="anypaper_parameters_load ()" link="anypaper-anypaper-parameters.html#anypaper-parameters-load"/>
27 <function name="anypaper_parameters_write ()" link="anypaper-anypaper-parameters.html#anypaper-parameters-write"/>
28 <function name="AnypaperImagePrivate" link="anypaper-anypaper-image.html#AnypaperImagePrivate"/>
29 <function name="AnypaperImage" link="anypaper-anypaper-image.html#AnypaperImage-struct"/>
30 <function name="anypaper_image_make ()" link="anypaper-anypaper-image.html#anypaper-image-make"/>
31 <function name="anypaper_image_move ()" link="anypaper-anypaper-image.html#anypaper-image-move"/>
32 <function name="AnypaperWindowPrivate" link="anypaper-anypaper-window.html#AnypaperWindowPrivate"/>
33 <function name="AnypaperWindow" link="anypaper-anypaper-window.html#AnypaperWindow-struct"/>
34 <function name="anypaper_window_set_position_range ()" link="anypaper-anypaper-window.html#anypaper-window-set-position-range"/>
35 <function name="anypaper_window_create ()" link="anypaper-anypaper-window.html#anypaper-window-create"/>
36 <function name="LICENSE" link="anypaper-anypaper-command.html#LICENSE:CAPS"/>
3737 <function name="show_version_and_exit ()" link="anypaper-anypaper-command.html#show-version-and-exit"/>
3838 <function name="show_license_and_exit ()" link="anypaper-anypaper-command.html#show-license-and-exit"/>
3939 <function name="anypaper_command_load ()" link="anypaper-anypaper-command.html#anypaper-command-load"/>
11 <!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
22 <book xmlns="http://www.devhelp.net/book" title="anypaper Reference Manual" link="index.html" author="" name="anypaper" version="2" language="c">
33 <chapters>
4 <sub name="anyṔaper Classes" link="ch01.html">
5 <sub name="AnypaperWallpapersetter" link="AnypaperWallpapersetter.html"/>
6 <sub name="AnypaperPreview" link="AnypaperPreview.html"/>
7 <sub name="AnypaperParameters" link="AnypaperParameters.html"/>
8 <sub name="AnypaperImage" link="AnypaperImage.html"/>
9 <sub name="AnypaperWindow" link="AnypaperWindow.html"/>
4 <sub name="anyPaper Classes" link="ch01.html">
5 <sub name="AnypaperWallpapersetter" link="anypaper-anypaper-wallpapersetter.html"/>
6 <sub name="AnypaperPreview" link="anypaper-anypaper-preview.html"/>
7 <sub name="AnypaperParameters" link="anypaper-anypaper-parameters.html"/>
8 <sub name="AnypaperImage" link="anypaper-anypaper-image.html"/>
9 <sub name="AnypaperWindow" link="anypaper-anypaper-window.html"/>
1010 <sub name="anypaper_command" link="anypaper-anypaper-command.html"/>
1111 </sub>
1212 <sub name="Object Hierarchy" link="object-tree.html"/>
1313 <sub name="API Index" link="api-index-full.html"/>
1414 </chapters>
1515 <functions>
16 <keyword type="struct" name="AnypaperWallpapersetterPrivate" link="AnypaperWallpapersetter.html#AnypaperWallpapersetterPrivate"/>
17 <keyword type="struct" name="AnypaperWallpapersetter" link="AnypaperWallpapersetter.html#AnypaperWallpapersetter-struct"/>
18 <keyword type="function" name="anypaper_wallpapersetter_detect ()" link="AnypaperWallpapersetter.html#anypaper-wallpapersetter-detect"/>
19 <keyword type="function" name="anypaper_wallpapersetter_file ()" link="AnypaperWallpapersetter.html#anypaper-wallpapersetter-file"/>
20 <keyword type="struct" name="AnypaperPreviewPrivate" link="AnypaperPreview.html#AnypaperPreviewPrivate"/>
21 <keyword type="struct" name="AnypaperPreview" link="AnypaperPreview.html#AnypaperPreview-struct"/>
22 <keyword type="function" name="anypaper_preview_create ()" link="AnypaperPreview.html#anypaper-preview-create"/>
23 <keyword type="struct" name="AnypaperParametersPrivate" link="AnypaperParameters.html#AnypaperParametersPrivate"/>
24 <keyword type="struct" name="AnypaperParameters" link="AnypaperParameters.html#AnypaperParameters-struct"/>
25 <keyword type="function" name="anypaper_parameters_position_test ()" link="AnypaperParameters.html#anypaper-parameters-position-test"/>
26 <keyword type="function" name="anypaper_parameters_load ()" link="AnypaperParameters.html#anypaper-parameters-load"/>
27 <keyword type="function" name="anypaper_parameters_write ()" link="AnypaperParameters.html#anypaper-parameters-write"/>
28 <keyword type="struct" name="AnypaperImagePrivate" link="AnypaperImage.html#AnypaperImagePrivate"/>
29 <keyword type="struct" name="AnypaperImage" link="AnypaperImage.html#AnypaperImage-struct"/>
30 <keyword type="function" name="anypaper_image_make ()" link="AnypaperImage.html#anypaper-image-make"/>
31 <keyword type="function" name="anypaper_image_move ()" link="AnypaperImage.html#anypaper-image-move"/>
32 <keyword type="struct" name="AnypaperWindowPrivate" link="AnypaperWindow.html#AnypaperWindowPrivate"/>
33 <keyword type="struct" name="AnypaperWindow" link="AnypaperWindow.html#AnypaperWindow-struct"/>
34 <keyword type="function" name="anypaper_window_set_position_range ()" link="AnypaperWindow.html#anypaper-window-set-position-range"/>
35 <keyword type="function" name="anypaper_window_create ()" link="AnypaperWindow.html#anypaper-window-create"/>
36 <keyword type="macro" name="LICENSE" link="anypaper-anypaper-command.html#LICENSE--CAPS"/>
16 <keyword type="struct" name="AnypaperWallpapersetterPrivate" link="anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetterPrivate"/>
17 <keyword type="struct" name="AnypaperWallpapersetter" link="anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetter-struct"/>
18 <keyword type="function" name="anypaper_wallpapersetter_detect ()" link="anypaper-anypaper-wallpapersetter.html#anypaper-wallpapersetter-detect"/>
19 <keyword type="function" name="anypaper_wallpapersetter_file ()" link="anypaper-anypaper-wallpapersetter.html#anypaper-wallpapersetter-file"/>
20 <keyword type="struct" name="AnypaperPreviewPrivate" link="anypaper-anypaper-preview.html#AnypaperPreviewPrivate"/>
21 <keyword type="struct" name="AnypaperPreview" link="anypaper-anypaper-preview.html#AnypaperPreview-struct"/>
22 <keyword type="function" name="anypaper_preview_create ()" link="anypaper-anypaper-preview.html#anypaper-preview-create"/>
23 <keyword type="struct" name="AnypaperParametersPrivate" link="anypaper-anypaper-parameters.html#AnypaperParametersPrivate"/>
24 <keyword type="struct" name="AnypaperParameters" link="anypaper-anypaper-parameters.html#AnypaperParameters-struct"/>
25 <keyword type="function" name="anypaper_parameters_position_test ()" link="anypaper-anypaper-parameters.html#anypaper-parameters-position-test"/>
26 <keyword type="function" name="anypaper_parameters_load ()" link="anypaper-anypaper-parameters.html#anypaper-parameters-load"/>
27 <keyword type="function" name="anypaper_parameters_write ()" link="anypaper-anypaper-parameters.html#anypaper-parameters-write"/>
28 <keyword type="struct" name="AnypaperImagePrivate" link="anypaper-anypaper-image.html#AnypaperImagePrivate"/>
29 <keyword type="struct" name="AnypaperImage" link="anypaper-anypaper-image.html#AnypaperImage-struct"/>
30 <keyword type="function" name="anypaper_image_make ()" link="anypaper-anypaper-image.html#anypaper-image-make"/>
31 <keyword type="function" name="anypaper_image_move ()" link="anypaper-anypaper-image.html#anypaper-image-move"/>
32 <keyword type="struct" name="AnypaperWindowPrivate" link="anypaper-anypaper-window.html#AnypaperWindowPrivate"/>
33 <keyword type="struct" name="AnypaperWindow" link="anypaper-anypaper-window.html#AnypaperWindow-struct"/>
34 <keyword type="function" name="anypaper_window_set_position_range ()" link="anypaper-anypaper-window.html#anypaper-window-set-position-range"/>
35 <keyword type="function" name="anypaper_window_create ()" link="anypaper-anypaper-window.html#anypaper-window-create"/>
36 <keyword type="macro" name="LICENSE" link="anypaper-anypaper-command.html#LICENSE:CAPS"/>
3737 <keyword type="function" name="show_version_and_exit ()" link="anypaper-anypaper-command.html#show-version-and-exit"/>
3838 <keyword type="function" name="show_license_and_exit ()" link="anypaper-anypaper-command.html#show-license-and-exit"/>
3939 <keyword type="function" name="anypaper_command_load ()" link="anypaper-anypaper-command.html#anypaper-command-load"/>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>API Index</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
6 <link rel="start" href="index.html" title="anypaper Reference Manual">
5 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6 <link rel="home" href="index.html" title="anypaper Reference Manual">
77 <link rel="up" href="index.html" title="anypaper Reference Manual">
88 <link rel="prev" href="object-tree.html" title="Object Hierarchy">
9 <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
9 <meta name="generator" content="GTK-Doc V1.14 (XML mode)">
1010 <link rel="stylesheet" href="style.css" type="text/css">
11 <link rel="chapter" href="ch01.html" title="anyṔaper Classes">
12 <link rel="chapter" href="object-tree.html" title="Object Hierarchy">
13 <link rel="index" href="api-index-full.html" title="API Index">
1411 </head>
1512 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
16 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
13 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
14 <tr valign="middle">
1715 <td><a accesskey="p" href="object-tree.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
1816 <td> </td>
1917 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
2018 <th width="100%" align="center">anypaper Reference Manual</th>
2119 <td> </td>
22 </tr></table>
23 <div class="index">
20 </tr>
21 <tr><td colspan="5" class="shortcuts">
22 <a class="shortcut" href="#idxC">C</a>
23  | 
24 <a class="shortcut" href="#idxI">I</a>
25  | 
26 <a class="shortcut" href="#idxL">L</a>
27  | 
28 <a class="shortcut" href="#idxP">P</a>
29  | 
30 <a class="shortcut" href="#idxS">S</a>
31  | 
32 <a class="shortcut" href="#idxW">W</a>
33 </td></tr>
34 </table>
35 <div class="index" title="API Index">
2436 <div class="titlepage"><div><div><h2 class="title">
2537 <a name="api-index-full"></a>API Index</h2></div></div></div>
26 <div class="indexdiv">
27 <div class="indexdiv">
28 <h3 class="title">A</h3>
29 <dl>
30 <dt><a
31 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html"
32 >AnypaperImage</a></dt>
33 <dt><a
34 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html#AnypaperImagePrivate"
35 >AnypaperImagePrivate</a></dt>
36 <dt><a
37 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
38 >AnypaperParameters</a></dt>
39 <dt><a
40 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html#AnypaperParametersPrivate"
41 >AnypaperParametersPrivate</a></dt>
42 <dt><a
43 href="http://anypaper.sourceforge.net/anypaper/AnypaperPreview.html"
44 >AnypaperPreview</a></dt>
45 <dt><a
46 href="http://anypaper.sourceforge.net/anypaper/AnypaperPreview.html#AnypaperPreviewPrivate"
47 >AnypaperPreviewPrivate</a></dt>
48 <dt><a
49 href="http://anypaper.sourceforge.net/anypaper/AnypaperWallpapersetter.html"
50 >AnypaperWallpapersetter</a></dt>
51 <dt><a
52 href="http://anypaper.sourceforge.net/anypaper/AnypaperWallpapersetter.html#AnypaperWallpapersetterPrivate"
53 >AnypaperWallpapersetterPrivate</a></dt>
54 <dt><a
55 href="http://anypaper.sourceforge.net/anypaper/AnypaperWindow.html"
56 >AnypaperWindow</a></dt>
57 <dt><a
58 href="http://anypaper.sourceforge.net/anypaper/AnypaperWindow.html#AnypaperWindowPrivate"
59 >AnypaperWindowPrivate</a></dt>
60 <dt><a
61 href="http://anypaper.sourceforge.net/anypaper/anypaper-anypaper-command.html#anypaper-command-load"
62 >anypaper_command_load</a></dt>
63 <dt><a
64 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html#anypaper-image-make"
65 >anypaper_image_make</a></dt>
66 <dt><a
67 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html#anypaper-image-move"
68 >anypaper_image_move</a></dt>
69 <dt><a
70 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html#anypaper-parameters-load"
71 >anypaper_parameters_load</a></dt>
72 <dt><a
73 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html#anypaper-parameters-position-test"
74 >anypaper_parameters_position_test</a></dt>
75 <dt><a
76 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html#anypaper-parameters-write"
77 >anypaper_parameters_write</a></dt>
78 <dt><a
79 href="http://anypaper.sourceforge.net/anypaper/AnypaperPreview.html#anypaper-preview-create"
80 >anypaper_preview_create</a></dt>
81 <dt><a
82 href="http://anypaper.sourceforge.net/anypaper/AnypaperWallpapersetter.html#anypaper-wallpapersetter-detect"
83 >anypaper_wallpapersetter_detect</a></dt>
84 <dt><a
85 href="http://anypaper.sourceforge.net/anypaper/AnypaperWallpapersetter.html#anypaper-wallpapersetter-file"
86 >anypaper_wallpapersetter_file</a></dt>
87 <dt><a
88 href="http://anypaper.sourceforge.net/anypaper/AnypaperWindow.html#anypaper-window-create"
89 >anypaper_window_create</a></dt>
90 <dt><a
91 href="http://anypaper.sourceforge.net/anypaper/AnypaperWindow.html#anypaper-window-set-position-range"
92 >anypaper_window_set_position_range</a></dt>
93 </dl>
94 </div>
95 <div class="indexdiv">
96 <h3 class="title">L</h3>
97 <dl><dt><a
98 href="http://anypaper.sourceforge.net/anypaper/anypaper-anypaper-command.html#LICENSE--CAPS"
99 >LICENSE</a></dt></dl>
100 </div>
101 <div class="indexdiv">
102 <h3 class="title">S</h3>
103 <dl>
104 <dt><a
105 href="http://anypaper.sourceforge.net/anypaper/anypaper-anypaper-command.html#show-license-and-exit"
106 >show_license_and_exit</a></dt>
107 <dt><a
108 href="http://anypaper.sourceforge.net/anypaper/anypaper-anypaper-command.html#show-version-and-exit"
109 >show_version_and_exit</a></dt>
110 </dl>
111 </div>
112 <dl></dl>
113 </div>
38 <a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
39 <dt>
40 <a class="link" href="anypaper-anypaper-command.html#anypaper-command-load" title="anypaper_command_load ()">anypaper_command_load</a>, function in <a class="link" href="anypaper-anypaper-command.html" title="anypaper_command">anypaper_command</a>
41 </dt>
42 <dd></dd>
43 <a name="idxI"></a><h3 class="title">I</h3>
44 <dt>
45 <a class="link" href="anypaper-anypaper-image.html#AnypaperImage-struct" title="AnypaperImage">AnypaperImage</a>, struct in <a class="link" href="anypaper-anypaper-image.html" title="AnypaperImage">AnypaperImage</a>
46 </dt>
47 <dd></dd>
48 <dt>
49 <a class="link" href="anypaper-anypaper-image.html#AnypaperImagePrivate" title="AnypaperImagePrivate">AnypaperImagePrivate</a>, struct in <a class="link" href="anypaper-anypaper-image.html" title="AnypaperImage">anypaper_image</a>
50 </dt>
51 <dd></dd>
52 <dt>
53 <a class="link" href="anypaper-anypaper-image.html#anypaper-image-make" title="anypaper_image_make ()">anypaper_image_make</a>, function in <a class="link" href="anypaper-anypaper-image.html" title="AnypaperImage">AnypaperImage</a>
54 </dt>
55 <dd></dd>
56 <dt>
57 <a class="link" href="anypaper-anypaper-image.html#anypaper-image-move" title="anypaper_image_move ()">anypaper_image_move</a>, function in <a class="link" href="anypaper-anypaper-image.html" title="AnypaperImage">AnypaperImage</a>
58 </dt>
59 <dd></dd>
60 <a name="idxL"></a><h3 class="title">L</h3>
61 <dt>
62 <a class="link" href="anypaper-anypaper-command.html#LICENSE:CAPS" title="LICENSE">LICENSE</a>, macro in <a class="link" href="anypaper-anypaper-command.html" title="anypaper_command">anypaper_command</a>
63 </dt>
64 <dd></dd>
65 <a name="idxP"></a><h3 class="title">P</h3>
66 <dt>
67 <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters-struct" title="AnypaperParameters">AnypaperParameters</a>, struct in <a class="link" href="anypaper-anypaper-parameters.html" title="AnypaperParameters">AnypaperParameters</a>
68 </dt>
69 <dd></dd>
70 <dt>
71 <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParametersPrivate" title="AnypaperParametersPrivate">AnypaperParametersPrivate</a>, struct in <a class="link" href="anypaper-anypaper-parameters.html" title="AnypaperParameters">anypaper_parameters</a>
72 </dt>
73 <dd></dd>
74 <dt>
75 <a class="link" href="anypaper-anypaper-parameters.html#anypaper-parameters-load" title="anypaper_parameters_load ()">anypaper_parameters_load</a>, function in <a class="link" href="anypaper-anypaper-parameters.html" title="AnypaperParameters">AnypaperParameters</a>
76 </dt>
77 <dd></dd>
78 <dt>
79 <a class="link" href="anypaper-anypaper-parameters.html#anypaper-parameters-position-test" title="anypaper_parameters_position_test ()">anypaper_parameters_position_test</a>, function in <a class="link" href="anypaper-anypaper-parameters.html" title="AnypaperParameters">AnypaperParameters</a>
80 </dt>
81 <dd></dd>
82 <dt>
83 <a class="link" href="anypaper-anypaper-parameters.html#anypaper-parameters-write" title="anypaper_parameters_write ()">anypaper_parameters_write</a>, function in <a class="link" href="anypaper-anypaper-parameters.html" title="AnypaperParameters">AnypaperParameters</a>
84 </dt>
85 <dd></dd>
86 <dt>
87 <a class="link" href="anypaper-anypaper-preview.html#AnypaperPreview-struct" title="AnypaperPreview">AnypaperPreview</a>, struct in <a class="link" href="anypaper-anypaper-preview.html" title="AnypaperPreview">AnypaperPreview</a>
88 </dt>
89 <dd></dd>
90 <dt>
91 <a class="link" href="anypaper-anypaper-preview.html#AnypaperPreviewPrivate" title="AnypaperPreviewPrivate">AnypaperPreviewPrivate</a>, struct in <a class="link" href="anypaper-anypaper-preview.html" title="AnypaperPreview">anypaper_preview</a>
92 </dt>
93 <dd></dd>
94 <dt>
95 <a class="link" href="anypaper-anypaper-preview.html#anypaper-preview-create" title="anypaper_preview_create ()">anypaper_preview_create</a>, function in <a class="link" href="anypaper-anypaper-preview.html" title="AnypaperPreview">AnypaperPreview</a>
96 </dt>
97 <dd></dd>
98 <a name="idxS"></a><h3 class="title">S</h3>
99 <dt>
100 <a class="link" href="anypaper-anypaper-command.html#show-license-and-exit" title="show_license_and_exit ()">show_license_and_exit</a>, function in <a class="link" href="anypaper-anypaper-command.html" title="anypaper_command">anypaper_command</a>
101 </dt>
102 <dd></dd>
103 <dt>
104 <a class="link" href="anypaper-anypaper-command.html#show-version-and-exit" title="show_version_and_exit ()">show_version_and_exit</a>, function in <a class="link" href="anypaper-anypaper-command.html" title="anypaper_command">anypaper_command</a>
105 </dt>
106 <dd></dd>
107 <a name="idxW"></a><h3 class="title">W</h3>
108 <dt>
109 <a class="link" href="anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetter-struct" title="AnypaperWallpapersetter">AnypaperWallpapersetter</a>, struct in <a class="link" href="anypaper-anypaper-wallpapersetter.html" title="AnypaperWallpapersetter">AnypaperWallpapersetter</a>
110 </dt>
111 <dd></dd>
112 <dt>
113 <a class="link" href="anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetterPrivate" title="AnypaperWallpapersetterPrivate">AnypaperWallpapersetterPrivate</a>, struct in <a class="link" href="anypaper-anypaper-wallpapersetter.html" title="AnypaperWallpapersetter">anypaper_wallpapersetter</a>
114 </dt>
115 <dd></dd>
116 <dt>
117 <a class="link" href="anypaper-anypaper-wallpapersetter.html#anypaper-wallpapersetter-detect" title="anypaper_wallpapersetter_detect ()">anypaper_wallpapersetter_detect</a>, function in <a class="link" href="anypaper-anypaper-wallpapersetter.html" title="AnypaperWallpapersetter">AnypaperWallpapersetter</a>
118 </dt>
119 <dd></dd>
120 <dt>
121 <a class="link" href="anypaper-anypaper-wallpapersetter.html#anypaper-wallpapersetter-file" title="anypaper_wallpapersetter_file ()">anypaper_wallpapersetter_file</a>, function in <a class="link" href="anypaper-anypaper-wallpapersetter.html" title="AnypaperWallpapersetter">AnypaperWallpapersetter</a>
122 </dt>
123 <dd></dd>
124 <dt>
125 <a class="link" href="anypaper-anypaper-window.html#AnypaperWindow-struct" title="AnypaperWindow">AnypaperWindow</a>, struct in <a class="link" href="anypaper-anypaper-window.html" title="AnypaperWindow">AnypaperWindow</a>
126 </dt>
127 <dd></dd>
128 <dt>
129 <a class="link" href="anypaper-anypaper-window.html#AnypaperWindowPrivate" title="AnypaperWindowPrivate">AnypaperWindowPrivate</a>, struct in <a class="link" href="anypaper-anypaper-window.html" title="AnypaperWindow">anypaper_window</a>
130 </dt>
131 <dd></dd>
132 <dt>
133 <a class="link" href="anypaper-anypaper-window.html#anypaper-window-create" title="anypaper_window_create ()">anypaper_window_create</a>, function in <a class="link" href="anypaper-anypaper-window.html" title="AnypaperWindow">AnypaperWindow</a>
134 </dt>
135 <dd></dd>
136 <dt>
137 <a class="link" href="anypaper-anypaper-window.html#anypaper-window-set-position-range" title="anypaper_window_set_position_range ()">anypaper_window_set_position_range</a>, function in <a class="link" href="anypaper-anypaper-window.html" title="AnypaperWindow">AnypaperWindow</a>
138 </dt>
139 <dd></dd>
114140 </div>
115141 <div class="footer">
116142 <hr>
117 Generated by GTK-Doc V1.11</div>
143 Generated by GTK-Doc V1.14</div>
118144 </body>
119 </html>
145 </html>
11 <html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>anyṔaper Classes</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
6 <link rel="start" href="index.html" title="anypaper Reference Manual">
4 <title>anyPaper Classes</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6 <link rel="home" href="index.html" title="anypaper Reference Manual">
77 <link rel="up" href="index.html" title="anypaper Reference Manual">
88 <link rel="prev" href="index.html" title="anypaper Reference Manual">
9 <link rel="next" href="AnypaperWallpapersetter.html" title="AnypaperWallpapersetter">
10 <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
9 <link rel="next" href="anypaper-anypaper-wallpapersetter.html" title="AnypaperWallpapersetter">
10 <meta name="generator" content="GTK-Doc V1.14 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
12 <link rel="chapter" href="ch01.html" title="anyṔaper Classes">
13 <link rel="chapter" href="object-tree.html" title="Object Hierarchy">
14 <link rel="index" href="api-index-full.html" title="API Index">
1512 </head>
1613 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1714 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
1916 <td> </td>
2017 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
2118 <th width="100%" align="center">anypaper Reference Manual</th>
22 <td><a accesskey="n" href="AnypaperWallpapersetter.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
19 <td><a accesskey="n" href="anypaper-anypaper-wallpapersetter.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
2320 </tr></table>
24 <div class="chapter" lang="en">
21 <div class="chapter" title="anyPaper Classes">
2522 <div class="titlepage"><div><div><h2 class="title">
26 <a name="id2742312"></a>anyṔaper Classes</h2></div></div></div>
23 <a name="id586504"></a>anyPaper Classes</h2></div></div></div>
2724 <div class="toc"><dl>
2825 <dt>
29 <span class="refentrytitle"><a href="AnypaperWallpapersetter.html">AnypaperWallpapersetter</a></span><span class="refpurpose"> — creates the wallpapersetter file and detects the wallpapersetter installed</span>
26 <span class="refentrytitle"><a href="anypaper-anypaper-wallpapersetter.html">AnypaperWallpapersetter</a></span><span class="refpurpose"> — creates the wallpapersetter file and detects the wallpapersetter installed</span>
3027 </dt>
3128 <dt>
32 <span class="refentrytitle"><a href="AnypaperPreview.html">AnypaperPreview</a></span><span class="refpurpose"> — builds a preview window</span>
29 <span class="refentrytitle"><a href="anypaper-anypaper-preview.html">AnypaperPreview</a></span><span class="refpurpose"> — builds a preview window</span>
3330 </dt>
3431 <dt>
35 <span class="refentrytitle"><a href="AnypaperParameters.html">AnypaperParameters</a></span><span class="refpurpose"> — manipulates the parameters used in anyPaper</span>
32 <span class="refentrytitle"><a href="anypaper-anypaper-parameters.html">AnypaperParameters</a></span><span class="refpurpose"> — manipulates the parameters used in anyPaper</span>
3633 </dt>
3734 <dt>
38 <span class="refentrytitle"><a href="AnypaperImage.html">AnypaperImage</a></span><span class="refpurpose"> — genarates the images used by anyPaper</span>
35 <span class="refentrytitle"><a href="anypaper-anypaper-image.html">AnypaperImage</a></span><span class="refpurpose"> — genarates the images used by anyPaper</span>
3936 </dt>
4037 <dt>
41 <span class="refentrytitle"><a href="AnypaperWindow.html">AnypaperWindow</a></span><span class="refpurpose"> — builds the user interface and controls the operation of anyPaper</span>
38 <span class="refentrytitle"><a href="anypaper-anypaper-window.html">AnypaperWindow</a></span><span class="refpurpose"> — builds the user interface and controls the operation of anyPaper</span>
4239 </dt>
4340 <dt>
4441 <span class="refentrytitle"><a href="anypaper-anypaper-command.html">anypaper_command</a></span><span class="refpurpose"> — command-line control functions</span>
4744 </div>
4845 <div class="footer">
4946 <hr>
50 Generated by GTK-Doc V1.11</div>
47 Generated by GTK-Doc V1.14</div>
5148 </body>
52 </html>
49 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>anypaper Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
6 <link rel="start" href="index.html" title="anypaper Reference Manual">
7 <link rel="next" href="ch01.html" title="anyṔaper Classes">
8 <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
5 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6 <link rel="home" href="index.html" title="anypaper Reference Manual">
7 <link rel="next" href="ch01.html" title="anyPaper Classes">
8 <meta name="generator" content="GTK-Doc V1.14 (XML mode)">
99 <link rel="stylesheet" href="style.css" type="text/css">
10 <link rel="chapter" href="ch01.html" title="anyṔaper Classes">
11 <link rel="chapter" href="object-tree.html" title="Object Hierarchy">
12 <link rel="index" href="api-index-full.html" title="API Index">
1310 </head>
1411 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <div class="book" lang="en">
12 <div class="book" title="anypaper Reference Manual">
1613 <div class="titlepage">
1714 <div>
1815 <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">anypaper Reference Manual</p></th></tr></table></div>
1916 <div><p class="releaseinfo">
20 for anypaper 2.2
17 for anyPaper 2.3.
2118 The latest version of this documentation can be found on-line at
2219 <a class="ulink" href="http://anypaper.sourceforge.net/anypaper/index.html" target="_top">http://anypaper.sourceforge.net/anypaper/</a>.
2320 </p></div>
2522 <hr>
2623 </div>
2724 <div class="toc"><dl>
28 <dt><span class="chapter"><a href="ch01.html">anyṔaper Classes</a></span></dt>
25 <dt><span class="chapter"><a href="ch01.html">anyPaper Classes</a></span></dt>
2926 <dd><dl>
3027 <dt>
31 <span class="refentrytitle"><a href="AnypaperWallpapersetter.html">AnypaperWallpapersetter</a></span><span class="refpurpose"> — creates the wallpapersetter file and detects the wallpapersetter installed</span>
28 <span class="refentrytitle"><a href="anypaper-anypaper-wallpapersetter.html">AnypaperWallpapersetter</a></span><span class="refpurpose"> — creates the wallpapersetter file and detects the wallpapersetter installed</span>
3229 </dt>
3330 <dt>
34 <span class="refentrytitle"><a href="AnypaperPreview.html">AnypaperPreview</a></span><span class="refpurpose"> — builds a preview window</span>
31 <span class="refentrytitle"><a href="anypaper-anypaper-preview.html">AnypaperPreview</a></span><span class="refpurpose"> — builds a preview window</span>
3532 </dt>
3633 <dt>
37 <span class="refentrytitle"><a href="AnypaperParameters.html">AnypaperParameters</a></span><span class="refpurpose"> — manipulates the parameters used in anyPaper</span>
34 <span class="refentrytitle"><a href="anypaper-anypaper-parameters.html">AnypaperParameters</a></span><span class="refpurpose"> — manipulates the parameters used in anyPaper</span>
3835 </dt>
3936 <dt>
40 <span class="refentrytitle"><a href="AnypaperImage.html">AnypaperImage</a></span><span class="refpurpose"> — genarates the images used by anyPaper</span>
37 <span class="refentrytitle"><a href="anypaper-anypaper-image.html">AnypaperImage</a></span><span class="refpurpose"> — genarates the images used by anyPaper</span>
4138 </dt>
4239 <dt>
43 <span class="refentrytitle"><a href="AnypaperWindow.html">AnypaperWindow</a></span><span class="refpurpose"> — builds the user interface and controls the operation of anyPaper</span>
40 <span class="refentrytitle"><a href="anypaper-anypaper-window.html">AnypaperWindow</a></span><span class="refpurpose"> — builds the user interface and controls the operation of anyPaper</span>
4441 </dt>
4542 <dt>
4643 <span class="refentrytitle"><a href="anypaper-anypaper-command.html">anypaper_command</a></span><span class="refpurpose"> — command-line control functions</span>
5249 </div>
5350 <div class="footer">
5451 <hr>
55 Generated by GTK-Doc V1.11</div>
52 Generated by GTK-Doc V1.14</div>
5653 </body>
57 </html>
54 </html>
0 <ONLINE href="http://anypaper.sourceforge.net/anypaper/index.html">
1 <ANCHOR id="AnypaperWallpapersetter" href="anypaper/AnypaperWallpapersetter.html">
2 <ANCHOR id="AnypaperWallpapersetter.stability-level" href="anypaper/AnypaperWallpapersetter.html#AnypaperWallpapersetter.stability-level">
3 <ANCHOR id="AnypaperWallpapersetter.synopsis" href="anypaper/AnypaperWallpapersetter.html#AnypaperWallpapersetter.synopsis">
4 <ANCHOR id="AnypaperWallpapersetter.object-hierarchy" href="anypaper/AnypaperWallpapersetter.html#AnypaperWallpapersetter.object-hierarchy">
5 <ANCHOR id="AnypaperWallpapersetter.description" href="anypaper/AnypaperWallpapersetter.html#AnypaperWallpapersetter.description">
6 <ANCHOR id="AnypaperWallpapersetter.details" href="anypaper/AnypaperWallpapersetter.html#AnypaperWallpapersetter.details">
7 <ANCHOR id="AnypaperWallpapersetterPrivate" href="anypaper/AnypaperWallpapersetter.html#AnypaperWallpapersetterPrivate">
8 <ANCHOR id="AnypaperWallpapersetter-struct" href="anypaper/AnypaperWallpapersetter.html#AnypaperWallpapersetter-struct">
9 <ANCHOR id="anypaper-wallpapersetter-detect" href="anypaper/AnypaperWallpapersetter.html#anypaper-wallpapersetter-detect">
10 <ANCHOR id="anypaper-wallpapersetter-file" href="anypaper/AnypaperWallpapersetter.html#anypaper-wallpapersetter-file">
11 <ANCHOR id="AnypaperPreview" href="anypaper/AnypaperPreview.html">
12 <ANCHOR id="AnypaperPreview.stability-level" href="anypaper/AnypaperPreview.html#AnypaperPreview.stability-level">
13 <ANCHOR id="AnypaperPreview.synopsis" href="anypaper/AnypaperPreview.html#AnypaperPreview.synopsis">
14 <ANCHOR id="AnypaperPreview.object-hierarchy" href="anypaper/AnypaperPreview.html#AnypaperPreview.object-hierarchy">
15 <ANCHOR id="AnypaperPreview.description" href="anypaper/AnypaperPreview.html#AnypaperPreview.description">
16 <ANCHOR id="AnypaperPreview.details" href="anypaper/AnypaperPreview.html#AnypaperPreview.details">
17 <ANCHOR id="AnypaperPreviewPrivate" href="anypaper/AnypaperPreview.html#AnypaperPreviewPrivate">
18 <ANCHOR id="AnypaperPreview-struct" href="anypaper/AnypaperPreview.html#AnypaperPreview-struct">
19 <ANCHOR id="anypaper-preview-create" href="anypaper/AnypaperPreview.html#anypaper-preview-create">
20 <ANCHOR id="AnypaperPreview.see-also" href="anypaper/AnypaperPreview.html#AnypaperPreview.see-also">
21 <ANCHOR id="AnypaperParameters" href="anypaper/AnypaperParameters.html">
22 <ANCHOR id="AnypaperParameters.stability-level" href="anypaper/AnypaperParameters.html#AnypaperParameters.stability-level">
23 <ANCHOR id="AnypaperParameters.synopsis" href="anypaper/AnypaperParameters.html#AnypaperParameters.synopsis">
24 <ANCHOR id="AnypaperParameters.object-hierarchy" href="anypaper/AnypaperParameters.html#AnypaperParameters.object-hierarchy">
25 <ANCHOR id="AnypaperParameters.description" href="anypaper/AnypaperParameters.html#AnypaperParameters.description">
26 <ANCHOR id="AnypaperParameters.details" href="anypaper/AnypaperParameters.html#AnypaperParameters.details">
27 <ANCHOR id="AnypaperParametersPrivate" href="anypaper/AnypaperParameters.html#AnypaperParametersPrivate">
28 <ANCHOR id="AnypaperParameters-struct" href="anypaper/AnypaperParameters.html#AnypaperParameters-struct">
29 <ANCHOR id="anypaper-parameters-position-test" href="anypaper/AnypaperParameters.html#anypaper-parameters-position-test">
30 <ANCHOR id="anypaper-parameters-load" href="anypaper/AnypaperParameters.html#anypaper-parameters-load">
31 <ANCHOR id="anypaper-parameters-write" href="anypaper/AnypaperParameters.html#anypaper-parameters-write">
32 <ANCHOR id="AnypaperImage" href="anypaper/AnypaperImage.html">
33 <ANCHOR id="AnypaperImage.stability-level" href="anypaper/AnypaperImage.html#AnypaperImage.stability-level">
34 <ANCHOR id="AnypaperImage.synopsis" href="anypaper/AnypaperImage.html#AnypaperImage.synopsis">
35 <ANCHOR id="AnypaperImage.object-hierarchy" href="anypaper/AnypaperImage.html#AnypaperImage.object-hierarchy">
36 <ANCHOR id="AnypaperImage.description" href="anypaper/AnypaperImage.html#AnypaperImage.description">
37 <ANCHOR id="AnypaperImage.details" href="anypaper/AnypaperImage.html#AnypaperImage.details">
38 <ANCHOR id="AnypaperImagePrivate" href="anypaper/AnypaperImage.html#AnypaperImagePrivate">
39 <ANCHOR id="AnypaperImage-struct" href="anypaper/AnypaperImage.html#AnypaperImage-struct">
40 <ANCHOR id="anypaper-image-make" href="anypaper/AnypaperImage.html#anypaper-image-make">
41 <ANCHOR id="anypaper-image-move" href="anypaper/AnypaperImage.html#anypaper-image-move">
42 <ANCHOR id="AnypaperImage.see-also" href="anypaper/AnypaperImage.html#AnypaperImage.see-also">
43 <ANCHOR id="AnypaperWindow" href="anypaper/AnypaperWindow.html">
44 <ANCHOR id="AnypaperWindow.stability-level" href="anypaper/AnypaperWindow.html#AnypaperWindow.stability-level">
45 <ANCHOR id="AnypaperWindow.synopsis" href="anypaper/AnypaperWindow.html#AnypaperWindow.synopsis">
46 <ANCHOR id="AnypaperWindow.object-hierarchy" href="anypaper/AnypaperWindow.html#AnypaperWindow.object-hierarchy">
47 <ANCHOR id="AnypaperWindow.description" href="anypaper/AnypaperWindow.html#AnypaperWindow.description">
48 <ANCHOR id="AnypaperWindow.details" href="anypaper/AnypaperWindow.html#AnypaperWindow.details">
49 <ANCHOR id="AnypaperWindowPrivate" href="anypaper/AnypaperWindow.html#AnypaperWindowPrivate">
50 <ANCHOR id="AnypaperWindow-struct" href="anypaper/AnypaperWindow.html#AnypaperWindow-struct">
51 <ANCHOR id="anypaper-window-set-position-range" href="anypaper/AnypaperWindow.html#anypaper-window-set-position-range">
52 <ANCHOR id="anypaper-window-create" href="anypaper/AnypaperWindow.html#anypaper-window-create">
53 <ANCHOR id="AnypaperWindow.see-also" href="anypaper/AnypaperWindow.html#AnypaperWindow.see-also">
0 <ANCHOR id="anypaper-anypaper-wallpapersetter" href="anypaper/anypaper-anypaper-wallpapersetter.html">
1 <ANCHOR id="anypaper-anypaper-wallpapersetter.stability-level" href="anypaper/anypaper-anypaper-wallpapersetter.html#anypaper-anypaper-wallpapersetter.stability-level">
2 <ANCHOR id="anypaper-anypaper-wallpapersetter.synopsis" href="anypaper/anypaper-anypaper-wallpapersetter.html#anypaper-anypaper-wallpapersetter.synopsis">
3 <ANCHOR id="AnypaperWallpapersetter" href="anypaper/anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetter">
4 <ANCHOR id="anypaper-anypaper-wallpapersetter.object-hierarchy" href="anypaper/anypaper-anypaper-wallpapersetter.html#anypaper-anypaper-wallpapersetter.object-hierarchy">
5 <ANCHOR id="anypaper-anypaper-wallpapersetter.description" href="anypaper/anypaper-anypaper-wallpapersetter.html#anypaper-anypaper-wallpapersetter.description">
6 <ANCHOR id="anypaper-anypaper-wallpapersetter.details" href="anypaper/anypaper-anypaper-wallpapersetter.html#anypaper-anypaper-wallpapersetter.details">
7 <ANCHOR id="AnypaperWallpapersetterPrivate" href="anypaper/anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetterPrivate">
8 <ANCHOR id="AnypaperWallpapersetter-struct" href="anypaper/anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetter-struct">
9 <ANCHOR id="anypaper-wallpapersetter-detect" href="anypaper/anypaper-anypaper-wallpapersetter.html#anypaper-wallpapersetter-detect">
10 <ANCHOR id="anypaper-wallpapersetter-file" href="anypaper/anypaper-anypaper-wallpapersetter.html#anypaper-wallpapersetter-file">
11 <ANCHOR id="anypaper-anypaper-preview" href="anypaper/anypaper-anypaper-preview.html">
12 <ANCHOR id="anypaper-anypaper-preview.stability-level" href="anypaper/anypaper-anypaper-preview.html#anypaper-anypaper-preview.stability-level">
13 <ANCHOR id="anypaper-anypaper-preview.synopsis" href="anypaper/anypaper-anypaper-preview.html#anypaper-anypaper-preview.synopsis">
14 <ANCHOR id="AnypaperPreview" href="anypaper/anypaper-anypaper-preview.html#AnypaperPreview">
15 <ANCHOR id="anypaper-anypaper-preview.object-hierarchy" href="anypaper/anypaper-anypaper-preview.html#anypaper-anypaper-preview.object-hierarchy">
16 <ANCHOR id="anypaper-anypaper-preview.description" href="anypaper/anypaper-anypaper-preview.html#anypaper-anypaper-preview.description">
17 <ANCHOR id="anypaper-anypaper-preview.details" href="anypaper/anypaper-anypaper-preview.html#anypaper-anypaper-preview.details">
18 <ANCHOR id="AnypaperPreviewPrivate" href="anypaper/anypaper-anypaper-preview.html#AnypaperPreviewPrivate">
19 <ANCHOR id="AnypaperPreview-struct" href="anypaper/anypaper-anypaper-preview.html#AnypaperPreview-struct">
20 <ANCHOR id="anypaper-preview-create" href="anypaper/anypaper-anypaper-preview.html#anypaper-preview-create">
21 <ANCHOR id="anypaper-anypaper-preview.see-also" href="anypaper/anypaper-anypaper-preview.html#anypaper-anypaper-preview.see-also">
22 <ANCHOR id="anypaper-anypaper-parameters" href="anypaper/anypaper-anypaper-parameters.html">
23 <ANCHOR id="anypaper-anypaper-parameters.stability-level" href="anypaper/anypaper-anypaper-parameters.html#anypaper-anypaper-parameters.stability-level">
24 <ANCHOR id="anypaper-anypaper-parameters.synopsis" href="anypaper/anypaper-anypaper-parameters.html#anypaper-anypaper-parameters.synopsis">
25 <ANCHOR id="AnypaperParameters" href="anypaper/anypaper-anypaper-parameters.html#AnypaperParameters">
26 <ANCHOR id="anypaper-anypaper-parameters.object-hierarchy" href="anypaper/anypaper-anypaper-parameters.html#anypaper-anypaper-parameters.object-hierarchy">
27 <ANCHOR id="anypaper-anypaper-parameters.description" href="anypaper/anypaper-anypaper-parameters.html#anypaper-anypaper-parameters.description">
28 <ANCHOR id="anypaper-anypaper-parameters.details" href="anypaper/anypaper-anypaper-parameters.html#anypaper-anypaper-parameters.details">
29 <ANCHOR id="AnypaperParametersPrivate" href="anypaper/anypaper-anypaper-parameters.html#AnypaperParametersPrivate">
30 <ANCHOR id="AnypaperParameters-struct" href="anypaper/anypaper-anypaper-parameters.html#AnypaperParameters-struct">
31 <ANCHOR id="anypaper-parameters-position-test" href="anypaper/anypaper-anypaper-parameters.html#anypaper-parameters-position-test">
32 <ANCHOR id="anypaper-parameters-load" href="anypaper/anypaper-anypaper-parameters.html#anypaper-parameters-load">
33 <ANCHOR id="anypaper-parameters-write" href="anypaper/anypaper-anypaper-parameters.html#anypaper-parameters-write">
34 <ANCHOR id="anypaper-anypaper-image" href="anypaper/anypaper-anypaper-image.html">
35 <ANCHOR id="anypaper-anypaper-image.stability-level" href="anypaper/anypaper-anypaper-image.html#anypaper-anypaper-image.stability-level">
36 <ANCHOR id="anypaper-anypaper-image.synopsis" href="anypaper/anypaper-anypaper-image.html#anypaper-anypaper-image.synopsis">
37 <ANCHOR id="AnypaperImage" href="anypaper/anypaper-anypaper-image.html#AnypaperImage">
38 <ANCHOR id="anypaper-anypaper-image.object-hierarchy" href="anypaper/anypaper-anypaper-image.html#anypaper-anypaper-image.object-hierarchy">
39 <ANCHOR id="anypaper-anypaper-image.description" href="anypaper/anypaper-anypaper-image.html#anypaper-anypaper-image.description">
40 <ANCHOR id="anypaper-anypaper-image.details" href="anypaper/anypaper-anypaper-image.html#anypaper-anypaper-image.details">
41 <ANCHOR id="AnypaperImagePrivate" href="anypaper/anypaper-anypaper-image.html#AnypaperImagePrivate">
42 <ANCHOR id="AnypaperImage-struct" href="anypaper/anypaper-anypaper-image.html#AnypaperImage-struct">
43 <ANCHOR id="anypaper-image-make" href="anypaper/anypaper-anypaper-image.html#anypaper-image-make">
44 <ANCHOR id="anypaper-image-move" href="anypaper/anypaper-anypaper-image.html#anypaper-image-move">
45 <ANCHOR id="anypaper-anypaper-image.see-also" href="anypaper/anypaper-anypaper-image.html#anypaper-anypaper-image.see-also">
46 <ANCHOR id="anypaper-anypaper-window" href="anypaper/anypaper-anypaper-window.html">
47 <ANCHOR id="anypaper-anypaper-window.stability-level" href="anypaper/anypaper-anypaper-window.html#anypaper-anypaper-window.stability-level">
48 <ANCHOR id="anypaper-anypaper-window.synopsis" href="anypaper/anypaper-anypaper-window.html#anypaper-anypaper-window.synopsis">
49 <ANCHOR id="AnypaperWindow" href="anypaper/anypaper-anypaper-window.html#AnypaperWindow">
50 <ANCHOR id="anypaper-anypaper-window.object-hierarchy" href="anypaper/anypaper-anypaper-window.html#anypaper-anypaper-window.object-hierarchy">
51 <ANCHOR id="anypaper-anypaper-window.description" href="anypaper/anypaper-anypaper-window.html#anypaper-anypaper-window.description">
52 <ANCHOR id="anypaper-anypaper-window.details" href="anypaper/anypaper-anypaper-window.html#anypaper-anypaper-window.details">
53 <ANCHOR id="AnypaperWindowPrivate" href="anypaper/anypaper-anypaper-window.html#AnypaperWindowPrivate">
54 <ANCHOR id="AnypaperWindow-struct" href="anypaper/anypaper-anypaper-window.html#AnypaperWindow-struct">
55 <ANCHOR id="anypaper-window-set-position-range" href="anypaper/anypaper-anypaper-window.html#anypaper-window-set-position-range">
56 <ANCHOR id="anypaper-window-create" href="anypaper/anypaper-anypaper-window.html#anypaper-window-create">
57 <ANCHOR id="anypaper-anypaper-window.see-also" href="anypaper/anypaper-anypaper-window.html#anypaper-anypaper-window.see-also">
5458 <ANCHOR id="anypaper-anypaper-command" href="anypaper/anypaper-anypaper-command.html">
5559 <ANCHOR id="anypaper-anypaper-command.stability-level" href="anypaper/anypaper-anypaper-command.html#anypaper-anypaper-command.stability-level">
5660 <ANCHOR id="anypaper-anypaper-command.synopsis" href="anypaper/anypaper-anypaper-command.html#anypaper-anypaper-command.synopsis">
5761 <ANCHOR id="anypaper-anypaper-command.description" href="anypaper/anypaper-anypaper-command.html#anypaper-anypaper-command.description">
5862 <ANCHOR id="anypaper-anypaper-command.details" href="anypaper/anypaper-anypaper-command.html#anypaper-anypaper-command.details">
59 <ANCHOR id="LICENSE--CAPS" href="anypaper/anypaper-anypaper-command.html#LICENSE--CAPS">
63 <ANCHOR id="LICENSE:CAPS" href="anypaper/anypaper-anypaper-command.html#LICENSE:CAPS">
6064 <ANCHOR id="show-version-and-exit" href="anypaper/anypaper-anypaper-command.html#show-version-and-exit">
6165 <ANCHOR id="show-license-and-exit" href="anypaper/anypaper-anypaper-command.html#show-license-and-exit">
6266 <ANCHOR id="anypaper-command-load" href="anypaper/anypaper-anypaper-command.html#anypaper-command-load">
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>Object Hierarchy</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
6 <link rel="start" href="index.html" title="anypaper Reference Manual">
5 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6 <link rel="home" href="index.html" title="anypaper Reference Manual">
77 <link rel="up" href="index.html" title="anypaper Reference Manual">
88 <link rel="prev" href="anypaper-anypaper-command.html" title="anypaper_command">
99 <link rel="next" href="api-index-full.html" title="API Index">
10 <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.14 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
12 <link rel="chapter" href="ch01.html" title="anyṔaper Classes">
13 <link rel="chapter" href="object-tree.html" title="Object Hierarchy">
14 <link rel="index" href="api-index-full.html" title="API Index">
1512 </head>
1613 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1714 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
2118 <th width="100%" align="center">anypaper Reference Manual</th>
2219 <td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
2320 </tr></table>
24 <div class="chapter" lang="en">
21 <div class="chapter" title="Object Hierarchy">
2522 <div class="titlepage"><div><div><h2 class="title">
2623 <a name="object-tree"></a>Object Hierarchy</h2></div></div></div>
2724 <pre class="screen">
28 <a
29 href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
30 >GObject</a>
31 <a
32 href="http://anypaper.sourceforge.net/anypaper/AnypaperWallpapersetter.html"
33 >AnypaperWallpapersetter</a>
34 <a
35 href="http://anypaper.sourceforge.net/anypaper/AnypaperPreview.html"
36 >AnypaperPreview</a>
37 <a
38 href="http://anypaper.sourceforge.net/anypaper/AnypaperParameters.html"
39 >AnypaperParameters</a>
40 <a
41 href="http://anypaper.sourceforge.net/anypaper/AnypaperImage.html"
42 >AnypaperImage</a>
43 <a
44 href="http://anypaper.sourceforge.net/anypaper/AnypaperWindow.html"
45 >AnypaperWindow</a>
25 GObject
26 <a class="link" href="anypaper-anypaper-wallpapersetter.html#AnypaperWallpapersetter">AnypaperWallpapersetter</a>
27 <a class="link" href="anypaper-anypaper-preview.html#AnypaperPreview">AnypaperPreview</a>
28 <a class="link" href="anypaper-anypaper-parameters.html#AnypaperParameters">AnypaperParameters</a>
29 <a class="link" href="anypaper-anypaper-image.html#AnypaperImage">AnypaperImage</a>
30 <a class="link" href="anypaper-anypaper-window.html#AnypaperWindow">AnypaperWindow</a>
4631 </pre>
4732 </div>
4833 <div class="footer">
4934 <hr>
50 Generated by GTK-Doc V1.11</div>
35 Generated by GTK-Doc V1.14</div>
5136 </body>
52 </html>
37 </html>
00 .synopsis, .classsynopsis
11 {
2 background: #eeeeee;
3 border: solid 1px #aaaaaa;
2 /* tango:aluminium 1/2 */
3 background: #eeeeec;
4 border: solid 1px #d3d7cf;
45 padding: 0.5em;
56 }
67 .programlisting
78 {
8 background: #eeeeff;
9 border: solid 1px #aaaaff;
9 /* tango:sky blue 0/1 */
10 background: #e6f3ff;
11 border: solid 1px #729fcf;
1012 padding: 0.5em;
1113 }
1214 .variablelist
1921 vertical-align: top;
2022 }
2123
22 /* this is needed so that the local anchors are displayed below the naviagtion */
2324 @media screen {
2425 sup a.footnote
2526 {
2627 position: relative;
2728 top: 0em ! important;
28 }
29 div.refnamediv a[name], div.refsect1 a[name]
29
30 }
31 /* this is needed so that the local anchors are displayed below the naviagtion */
32 div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
3033 {
3134 position: relative;
32 top: -4.5em;
33 }
35 padding-top:4.5em;
36 }
37 /* this seems to be a bug in the xsl style sheets when generating indexes */
38 div.index div.index
39 {
40 top: 0em;
41 }
42 /* make space for the fixed navigation bar and add space at the bottom so that
43 * link targets appear somewhat close to top
44 */
45 body
46 {
47 padding-top: 3.2em;
48 padding-bottom: 20em;
49 }
50 /* style and size the navigation bar */
3451 table.navigation#top
3552 {
36 background: #ffeeee;
37 border: solid 1px #ffaaaa;
53 position: fixed;
54 /* tango:scarlet red 0/1 */
55 background: #ffe6e6;
56 border: solid 1px #ef2929;
3857 margin-top: 0;
3958 margin-bottom: 0;
40 position: fixed;
4159 top: 0;
4260 left: 0;
43 height: 2em;
44 z-index: 1;
45 }
46 .navigation a
47 {
48 color: #770000;
49 }
50 .navigation a:visited
51 {
52 color: #550000;
61 height: 3em;
62 z-index: 10;
63 }
64 .navigation a, .navigation a:visited
65 {
66 /* tango:scarlet red 3 */
67 color: #a40000;
68 }
69 .navigation a:hover
70 {
71 /* tango:scarlet red 1 */
72 color: #ef2929;
5373 }
5474 td.shortcuts
5575 {
56 color: #770000;
76 /* tango:scarlet red 1 */
77 color: #ef2929;
5778 font-size: 80%;
5879 white-space: nowrap;
59 }
60 div.refentry, div.chapter, div.reference, div.part, div.book, div.glossary, div.sect1, div.appendix, div.preface
61 {
62 position: relative;
63 top: 3em;
64 z-index: 0;
65 }
66 div.glossary, div.index
67 {
68 position: relative;
69 top: 2em;
70 z-index: 0;
71 }
72 div.refnamediv
73 {
74 margin-top: 2em;
75 }
76 body
77 {
78 padding-bottom: 20em;
7980 }
8081 }
8182 @media print {
8687 div.titlepage table.navigation {
8788 visibility: visible;
8889 display: table;
89 background: #ffeeee;
90 border: solid 1px #ffaaaa;
90 /* tango:scarlet red 0/1 */
91 background: #ffe6e6;
92 border: solid 1px #ef2929;
9193 margin-top: 0;
9294 margin-bottom: 0;
9395 top: 0;
9496 left: 0;
95 height: 2em;
97 height: 3em;
9698 }
9799 }
98100
100102 {
101103 font-size: 200%;
102104 }
103
104105
105106 div.gallery-float
106107 {
115116 {
116117 clear: both;
117118 }
118 a
119
120 a, a:visited
119121 {
120122 text-decoration: none;
123 /* tango:sky blue 2 */
124 color: #3465a4;
121125 }
122126 a:hover
123127 {
124128 text-decoration: underline;
125 color: #FF0000;
129 /* tango:sky blue 1 */
130 color: #729fcf;
126131 }
127132
128133 div.table table
129134 {
130135 border-collapse: collapse;
131136 border-spacing: 0px;
132 border-style: solid;
133 border-color: #777777;
134 border-width: 1px;
137 /* tango:aluminium 3 */
138 border: solid 1px #babdb6;
135139 }
136140
137141 div.table table td, div.table table th
138142 {
139 border-style: solid;
140 border-color: #777777;
141 border-width: 1px;
143 /* tango:aluminium 3 */
144 border: solid 1px #babdb6;
142145 padding: 3px;
143146 vertical-align: top;
144147 }
145148
146149 div.table table th
147150 {
148 background-color: #eeeeee;
151 /* tango:aluminium 2 */
152 background-color: #d3d7cf;
149153 }
150154
151155 hr
152156 {
153 color: #777777;
154 background: #777777;
155 border: 0;
157 /* tango:aluminium 3 */
158 color: #babdb6;
159 background: #babdb6;
160 border: none 0px;
156161 height: 1px;
157162 clear: both;
158163 }
160165 .footer
161166 {
162167 padding-top: 3.5em;
163 color: #777777;
168 /* tango:aluminium 3 */
169 color: #babdb6;
164170 text-align: center;
165171 font-size: 80%;
166172 }
173
174 .warning
175 {
176 /* tango:orange 0/1 */
177 background: #ffeed9;
178 border-color: #ffb04f;
179 }
180 .note
181 {
182 /* tango:chameleon 0/0.5 */
183 background: #d8ffb2;
184 border-color: #abf562;
185 }
186 .note, .warning
187 {
188 padding: 0.5em;
189 border-width: 1px;
190 border-style: solid;
191 }
192 .note h3, .warning h3
193 {
194 margin-top: 0.0em
195 }
196 .note p, .warning p
197 {
198 margin-bottom: 0.0em
199 }
200
201 /* blob links */
202 h2 .extralinks, h3 .extralinks
203 {
204 float: right;
205 /* tango:aluminium 3 */
206 color: #babdb6;
207 font-size: 80%;
208 font-weight: normal;
209 }
210
211 /* code listings */
212
213 .listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
214 .listing_code .programlisting .comment { color: #a1a39d; } /* tango: aluminium 4 */
215 .listing_code .programlisting .function { color: #000000; font-weight: bold; }
216 .listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
217 .listing_code .programlisting .keyword { color: #4e9a06; } /* tango: chameleon 3 */
218 .listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
219 .listing_code .programlisting .normal { color: #000000; }
220 .listing_code .programlisting .number { color: #75507b; } /* tango: plum 2 */
221 .listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
222 .listing_code .programlisting .string { color: #c17d11; } /* tango: chocolate 2 */
223 .listing_code .programlisting .type { color: #000000; }
224 .listing_code .programlisting .type a { color: #11326b; } /* tango: sky blue 4 */
225 .listing_code .programlisting .symbol { color: #ce5c00; } /* tango: orange 3 */
226
227 .listing_frame {
228 /* tango:sky blue 1 */
229 border: solid 1px #729fcf;
230 padding: 0px;
231 }
232
233 .listing_lines, .listing_code {
234 margin-top: 0px;
235 margin-bottom: 0px;
236 padding: 0.5em;
237 }
238 .listing_lines {
239 /* tango:sky blue 0.5 */
240 background: #a6c5e3;
241 /* tango:aluminium 6 */
242 color: #2e3436;
243 }
244 .listing_code {
245 /* tango:sky blue 0 */
246 background: #e6f3ff;
247 }
248 .listing_code .programlisting {
249 /* override from previous */
250 border: none 0px;
251 padding: 0px;
252 }
253 .listing_lines pre, .listing_code pre {
254 margin: 0px;
255 }
256
88
99 </para>
1010
11
1211 <!-- ##### SECTION See_Also ##### -->
1312 <para>
1413
1514 </para>
1615
16 <!-- ##### SECTION Stability_Level ##### -->
1717
18 <!-- ##### SECTION Stability_Level ##### -->
18
19 <!-- ##### SECTION Image ##### -->
1920
2021
2122 <!-- ##### MACRO LICENSE ##### -->
3031
3132 </para>
3233
34 @void:
3335
3436
3537 <!-- ##### FUNCTION show_license_and_exit ##### -->
3739
3840 </para>
3941
42 @void:
4043
4144
4245 <!-- ##### FUNCTION anypaper_command_load ##### -->
88
99 </para>
1010
11
1211 <!-- ##### SECTION See_Also ##### -->
1312 <para>
1413
1514 </para>
1615
16 <!-- ##### SECTION Stability_Level ##### -->
1717
18 <!-- ##### SECTION Stability_Level ##### -->
18
19 <!-- ##### SECTION Image ##### -->
1920
2021
2122 <!-- ##### STRUCT AnypaperImagePrivate ##### -->
3940
4041 @image:
4142 @parameters:
43 @Returns:
4244
4345
4446 <!-- ##### FUNCTION anypaper_image_move ##### -->
88
99 </para>
1010
11
1211 <!-- ##### SECTION See_Also ##### -->
1312 <para>
1413
1514 </para>
1615
16 <!-- ##### SECTION Stability_Level ##### -->
1717
18 <!-- ##### SECTION Stability_Level ##### -->
18
19 <!-- ##### SECTION Image ##### -->
1920
2021
2122 <!-- ##### STRUCT AnypaperParametersPrivate ##### -->
88
99 </para>
1010
11
1211 <!-- ##### SECTION See_Also ##### -->
1312 <para>
1413
1514 </para>
1615
16 <!-- ##### SECTION Stability_Level ##### -->
1717
18 <!-- ##### SECTION Stability_Level ##### -->
18
19 <!-- ##### SECTION Image ##### -->
1920
2021
2122 <!-- ##### STRUCT AnypaperPreviewPrivate ##### -->
88
99 </para>
1010
11
1211 <!-- ##### SECTION See_Also ##### -->
1312 <para>
1413
1514 </para>
1615
16 <!-- ##### SECTION Stability_Level ##### -->
1717
18 <!-- ##### SECTION Stability_Level ##### -->
18
19 <!-- ##### SECTION Image ##### -->
1920
2021
2122 <!-- ##### STRUCT AnypaperWallpapersetterPrivate ##### -->
88
99 </para>
1010
11
1211 <!-- ##### SECTION See_Also ##### -->
1312 <para>
1413
1514 </para>
1615
16 <!-- ##### SECTION Stability_Level ##### -->
1717
18 <!-- ##### SECTION Stability_Level ##### -->
18
19 <!-- ##### SECTION Image ##### -->
1920
2021
2122 <!-- ##### STRUCT AnypaperWindowPrivate ##### -->
0 <?xml version="1.0"?>
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
3 [
4 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
5 ]>
06 <refentry id="anypaper-anypaper-command">
17 <refmeta>
28 <refentrytitle role="top_of_page" id="anypaper-anypaper-command.top_of_page">anypaper_command</refentrytitle>
39 <manvolnum>3</manvolnum>
4 <refmiscinfo>ANYPAPER Library</refmiscinfo>
10 <refmiscinfo>
11 ANYPAPER Library
12 </refmiscinfo>
513 </refmeta>
6
714 <refnamediv>
815 <refname>anypaper_command</refname>
916 <refpurpose>command-line control functions</refpurpose>
1724 <title role="synopsis.title">Synopsis</title>
1825
1926 <synopsis>
20
2127 #include &lt;anypaper_preview.h&gt;
2228
23 #define <link linkend="LICENSE--CAPS">LICENSE</link>
24 <link linkend="void">void</link> <link linkend="show-version-and-exit">show_version_and_exit</link> (void);
25 <link linkend="void">void</link> <link linkend="show-license-and-exit">show_license_and_exit</link> (void);
26 <link linkend="void">void</link> <link linkend="anypaper-command-load">anypaper_command_load</link> (<link linkend="AnypaperParameters">AnypaperParameters</link> *parameters);
29 #define <link linkend="LICENSE:CAPS">LICENSE</link>
30 <link linkend="void"><returnvalue>void</returnvalue></link> <link linkend="show-version-and-exit">show_version_and_exit</link> (<parameter><type>void</type></parameter>);
31 <link linkend="void"><returnvalue>void</returnvalue></link> <link linkend="show-license-and-exit">show_license_and_exit</link> (<parameter><type>void</type></parameter>);
32 <link linkend="void"><returnvalue>void</returnvalue></link> <link linkend="anypaper-command-load">anypaper_command_load</link> (<parameter><link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> *parameters</parameter>);
2733 </synopsis>
2834 </refsynopsisdiv>
29
30
31
32
33
34
35
36
3735
3836 <refsect1 id="anypaper-anypaper-command.description" role="desc">
3937 <title role="desc.title">Description</title>
4038 <para>
41 Set of function that controls the parameters passed by the command line and the behavior of anyPaper related to them.</para>
42 <para>
39 Set of function that controls the parameters passed by the command line and the behavior of anyPaper related to them.
4340 </para>
4441 </refsect1>
45
4642 <refsect1 id="anypaper-anypaper-command.details" role="details">
4743 <title role="details.title">Details</title>
48 <refsect2 id="LICENSE--CAPS" role="macro">
44 <refsect2 id="LICENSE:CAPS" role="macro">
4945 <title>LICENSE</title>
50 <indexterm zone="LICENSE--CAPS"><primary sortas="LICENSE">LICENSE</primary></indexterm><programlisting>#define LICENSE</programlisting>
46 <indexterm zone="LICENSE:CAPS"><primary>LICENSE</primary></indexterm>
47 <programlisting>#define LICENSE</programlisting>
5148 <para>
52 macro that defines a summary of the license used</para>
53 <para>
49 macro that defines a summary of the license used
5450 </para></refsect2>
5551 <refsect2 id="show-version-and-exit" role="function">
5652 <title>show_version_and_exit ()</title>
57 <indexterm zone="show-version-and-exit"><primary sortas="show_version_and_exit">show_version_and_exit</primary></indexterm><programlisting><link linkend="void">void</link> show_version_and_exit (void);</programlisting>
53 <indexterm zone="show-version-and-exit"><primary>show_version_and_exit</primary></indexterm>
54 <programlisting><link linkend="void"><returnvalue>void</returnvalue></link> show_version_and_exit (<parameter><type>void</type></parameter>);</programlisting>
5855 <para>
59 shows the version of anyPaper and exits</para>
60 <para>
56 shows the version of anyPaper and exits
6157 </para></refsect2>
6258 <refsect2 id="show-license-and-exit" role="function">
6359 <title>show_license_and_exit ()</title>
64 <indexterm zone="show-license-and-exit"><primary sortas="show_license_and_exit">show_license_and_exit</primary></indexterm><programlisting><link linkend="void">void</link> show_license_and_exit (void);</programlisting>
60 <indexterm zone="show-license-and-exit"><primary>show_license_and_exit</primary></indexterm>
61 <programlisting><link linkend="void"><returnvalue>void</returnvalue></link> show_license_and_exit (<parameter><type>void</type></parameter>);</programlisting>
6562 <para>
66 shows the version of anyPaper and the content of <link linkend="LICENSE--CAPS"><type>LICENSE</type></link> and exits</para>
67 <para>
63 shows the version of anyPaper and the content of <link linkend="LICENSE:CAPS"><type>LICENSE</type></link> and exits
6864 </para></refsect2>
6965 <refsect2 id="anypaper-command-load" role="function">
7066 <title>anypaper_command_load ()</title>
71 <indexterm zone="anypaper-command-load"><primary sortas="anypaper_command_load">anypaper_command_load</primary></indexterm><programlisting><link linkend="void">void</link> anypaper_command_load (<link linkend="AnypaperParameters">AnypaperParameters</link> *parameters);</programlisting>
67 <indexterm zone="anypaper-command-load"><primary>anypaper_command_load</primary></indexterm>
68 <programlisting><link linkend="void"><returnvalue>void</returnvalue></link> anypaper_command_load (<parameter><link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> *parameters</parameter>);</programlisting>
7269 <para>
73 This function reads the parameters passed by the command line and sets the value to the right member of <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link></para>
74 <para>
70 This function reads the parameters passed by the command line and sets the value to the right member of <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
7571 </para><variablelist role="params">
7672 <varlistentry><term><parameter>parameters</parameter>&#160;:</term>
77 <listitem><simpara> object that contains the parameters used in anyPaper
73 <listitem><simpara>object that contains the parameters used in anyPaper
7874 </simpara></listitem></varlistentry>
7975 </variablelist></refsect2>
8076
8177 </refsect1>
82
83
84
8578 <refsect1 id="anypaper-anypaper-command.see-also">
8679 <title>See Also</title>
87 #AnypaperImage, <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
80 <link linkend="AnypaperImage"><type>AnypaperImage</type></link>, <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
8881 </refsect1>
8982
9083 </refentry>
0 <refentry id="AnypaperImage">
0 <?xml version="1.0"?>
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
3 [
4 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
5 ]>
6 <refentry id="anypaper-anypaper-image">
17 <refmeta>
2 <refentrytitle role="top_of_page" id="AnypaperImage.top_of_page">AnypaperImage</refentrytitle>
8 <refentrytitle role="top_of_page" id="anypaper-anypaper-image.top_of_page">AnypaperImage</refentrytitle>
39 <manvolnum>3</manvolnum>
4 <refmiscinfo>ANYPAPER Library</refmiscinfo>
10 <refmiscinfo>
11 ANYPAPER Library
12 </refmiscinfo>
513 </refmeta>
6
714 <refnamediv>
815 <refname>AnypaperImage</refname>
916 <refpurpose>genarates the images used by anyPaper</refpurpose>
1017 </refnamediv>
11 <refsect1 id="AnypaperImage.stability-level">
18 <refsect1 id="anypaper-anypaper-image.stability-level">
1219 <title>Stability Level</title>
1320 Stable, unless otherwise indicated
1421 </refsect1>
1522
16 <refsynopsisdiv id="AnypaperImage.synopsis" role="synopsis">
23 <refsynopsisdiv id="anypaper-anypaper-image.synopsis" role="synopsis">
1724 <title role="synopsis.title">Synopsis</title>
18
25 <anchor id="AnypaperImage"/>
1926 <synopsis>
20
2127 #include &lt;anypaper_image.h&gt;
2228
2329 <link linkend="AnypaperImagePrivate">AnypaperImagePrivate</link>;
2430 <link linkend="AnypaperImage-struct">AnypaperImage</link>;
25 <link linkend="void">void</link> <link linkend="anypaper-image-make">anypaper_image_make</link> (<link linkend="AnypaperImage">AnypaperImage</link> *image,
26 <link linkend="AnypaperParameters">AnypaperParameters</link> *parameters);
27 <link linkend="void">void</link> <link linkend="anypaper-image-move">anypaper_image_move</link> (<link linkend="AnypaperImage">AnypaperImage</link> *image,
28 <link linkend="AnypaperParameters">AnypaperParameters</link> *parameters);
31 <link linkend="gboolean"><returnvalue>gboolean</returnvalue></link> <link linkend="anypaper-image-make">anypaper_image_make</link> (<parameter><link linkend="AnypaperImage"><type>AnypaperImage</type></link> *image</parameter>,
32 <parameter><link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> *parameters</parameter>);
33 <link linkend="void"><returnvalue>void</returnvalue></link> <link linkend="anypaper-image-move">anypaper_image_move</link> (<parameter><link linkend="AnypaperImage"><type>AnypaperImage</type></link> *image</parameter>,
34 <parameter><link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> *parameters</parameter>);
2935 </synopsis>
3036 </refsynopsisdiv>
31
32 <refsect1 id="AnypaperImage.object-hierarchy" role="object_hierarchy">
37 <refsect1 id="anypaper-anypaper-image.object-hierarchy" role="object_hierarchy">
3338 <title role="object_hierarchy.title">Object Hierarchy</title>
3439 <synopsis>
3540 <link linkend="GObject">GObject</link>
3742 </synopsis>
3843 </refsect1>
3944
40
41
42
43
44
45
46
47 <refsect1 id="AnypaperImage.description" role="desc">
45 <refsect1 id="anypaper-anypaper-image.description" role="desc">
4846 <title role="desc.title">Description</title>
4947 <para>
5048 This application class generates the images used by anyPaper
5149 </para>
5250 <para>
53 The images present in <link linkend="AnypaperImage"><type>AnypaperImage</type></link> are created by <link linkend="anypaper-image-move"><function>anypaper_image_move()</function></link> using the parameters passed to function and images previously created by <link linkend="anypaper-image-make"><function>anypaper_image_make()</function></link>. The <link linkend="anypaper-image-make"><function>anypaper_image_make()</function></link> function modifies some parameters passed by <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> (mainly positionx and positiony, for indicating the range allowed for the variables) so they must be updated.</para>
54 <para>
51 The images present in <link linkend="AnypaperImage"><type>AnypaperImage</type></link> are created by <link linkend="anypaper-image-move"><function>anypaper_image_move()</function></link> using the parameters passed to function and images previously created by <link linkend="anypaper-image-make"><function>anypaper_image_make()</function></link>. The <link linkend="anypaper-image-make"><function>anypaper_image_make()</function></link> function modifies some parameters passed by <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> (mainly positionx and positiony, for indicating the range allowed for the variables) so they must be updated.
5552 </para>
5653 </refsect1>
57
58 <refsect1 id="AnypaperImage.details" role="details">
54 <refsect1 id="anypaper-anypaper-image.details" role="details">
5955 <title role="details.title">Details</title>
6056 <refsect2 id="AnypaperImagePrivate" role="struct">
6157 <title>AnypaperImagePrivate</title>
62 <indexterm zone="AnypaperImagePrivate"><primary sortas="AnypaperImagePrivate">AnypaperImagePrivate</primary></indexterm><programlisting>typedef struct _AnypaperImagePrivate AnypaperImagePrivate;</programlisting>
58 <indexterm zone="AnypaperImagePrivate"><primary>AnypaperImagePrivate</primary></indexterm>
59 <programlisting>typedef struct _AnypaperImagePrivate AnypaperImagePrivate;</programlisting>
6360 <para>
6461 </para></refsect2>
6562 <refsect2 id="AnypaperImage-struct" role="struct">
6663 <title>AnypaperImage</title>
67 <indexterm zone="AnypaperImage-struct"><primary sortas="AnypaperImage">AnypaperImage</primary></indexterm><programlisting>typedef struct {
64 <indexterm zone="AnypaperImage-struct"><primary>AnypaperImage</primary></indexterm>
65 <programlisting>typedef struct {
6866 GdkPixbuf *image;
6967 GdkPixbuf *preview;
7068 } AnypaperImage;
7169 </programlisting>
7270 <para>
73 Contains the generated images used by the program</para>
74 <para>
71 Contains the generated images used by the program
7572 </para><variablelist role="struct">
76 <varlistentry>
77 <term><link linkend="GdkPixbuf">GdkPixbuf</link>&#160;*<structfield>image</structfield>;</term>
78 <listitem><simpara> contains the real size image created by anyPaper
73 <varlistentry><term><link linkend="GdkPixbuf"><type>GdkPixbuf</type></link>&#160;*<structfield id="AnypaperImage-struct.image">image</structfield>;</term>
74 <listitem><simpara>contains the real size image created by anyPaper
7975 </simpara></listitem>
8076 </varlistentry>
81 <varlistentry>
82 <term><link linkend="GdkPixbuf">GdkPixbuf</link>&#160;*<structfield>preview</structfield>;</term>
83 <listitem><simpara> contains a thumbnail of the image created by anyPaper
77 <varlistentry><term><link linkend="GdkPixbuf"><type>GdkPixbuf</type></link>&#160;*<structfield id="AnypaperImage-struct.preview">preview</structfield>;</term>
78 <listitem><simpara>contains a thumbnail of the image created by anyPaper
8479 </simpara></listitem>
8580 </varlistentry>
8681 </variablelist></refsect2>
8782 <refsect2 id="anypaper-image-make" role="function">
8883 <title>anypaper_image_make ()</title>
89 <indexterm zone="anypaper-image-make"><primary sortas="anypaper_image_make">anypaper_image_make</primary></indexterm><programlisting><link linkend="void">void</link> anypaper_image_make (<link linkend="AnypaperImage">AnypaperImage</link> *image,
90 <link linkend="AnypaperParameters">AnypaperParameters</link> *parameters);</programlisting>
84 <indexterm zone="anypaper-image-make"><primary>anypaper_image_make</primary></indexterm>
85 <programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link> anypaper_image_make (<parameter><link linkend="AnypaperImage"><type>AnypaperImage</type></link> *image</parameter>,
86 <parameter><link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> *parameters</parameter>);</programlisting>
9187 <para>
92 Generate a <link linkend="GdkPixbuf"><type>GdkPixbuf</type></link> background and a <link linkend="GdkPixbuf"><type>GdkPixbuf</type></link> base image with the parameters selected in <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>.</para>
93 <para>
88 Generate a <link linkend="GdkPixbuf"><type>GdkPixbuf</type></link> background and a <link linkend="GdkPixbuf"><type>GdkPixbuf</type></link> base image with the parameters selected in <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>.
9489 </para><variablelist role="params">
9590 <varlistentry><term><parameter>image</parameter>&#160;:</term>
96 <listitem><simpara> a <link linkend="AnypaperImage"><type>AnypaperImage</type></link>
91 <listitem><simpara>a <link linkend="AnypaperImage"><type>AnypaperImage</type></link>
9792 </simpara></listitem></varlistentry>
9893 <varlistentry><term><parameter>parameters</parameter>&#160;:</term>
99 <listitem><simpara> a <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
94 <listitem><simpara>a <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
95 </simpara></listitem></varlistentry>
96 <varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> <link linkend="TRUE:CAPS"><literal>TRUE</literal></link> if the image file is successfully opened, <link linkend="FALSE:CAPS"><literal>FALSE</literal></link> if an error occurs
10097 </simpara></listitem></varlistentry>
10198 </variablelist></refsect2>
10299 <refsect2 id="anypaper-image-move" role="function">
103100 <title>anypaper_image_move ()</title>
104 <indexterm zone="anypaper-image-move"><primary sortas="anypaper_image_move">anypaper_image_move</primary></indexterm><programlisting><link linkend="void">void</link> anypaper_image_move (<link linkend="AnypaperImage">AnypaperImage</link> *image,
105 <link linkend="AnypaperParameters">AnypaperParameters</link> *parameters);</programlisting>
101 <indexterm zone="anypaper-image-move"><primary>anypaper_image_move</primary></indexterm>
102 <programlisting><link linkend="void"><returnvalue>void</returnvalue></link> anypaper_image_move (<parameter><link linkend="AnypaperImage"><type>AnypaperImage</type></link> *image</parameter>,
103 <parameter><link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> *parameters</parameter>);</programlisting>
106104 <para>
107 Generate the <link linkend="GdkPixbuf"><type>GdkPixbuf</type></link> image and the <link linkend="GdkPixbuf"><type>GdkPixbuf</type></link> preview present in <link linkend="AnypaperImage"><type>AnypaperImage</type></link> struct with the parameters selected in <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> and the images created by <link linkend="anypaper-image-make"><function>anypaper_image_make()</function></link></para>
108 <para>
105 Generate the <link linkend="GdkPixbuf"><type>GdkPixbuf</type></link> image and the <link linkend="GdkPixbuf"><type>GdkPixbuf</type></link> preview present in <link linkend="AnypaperImage"><type>AnypaperImage</type></link> struct with the parameters selected in <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> and the images created by <link linkend="anypaper-image-make"><function>anypaper_image_make()</function></link>
109106 </para><variablelist role="params">
110107 <varlistentry><term><parameter>image</parameter>&#160;:</term>
111 <listitem><simpara> a <link linkend="AnypaperImage"><type>AnypaperImage</type></link>
108 <listitem><simpara>a <link linkend="AnypaperImage"><type>AnypaperImage</type></link>
112109 </simpara></listitem></varlistentry>
113110 <varlistentry><term><parameter>parameters</parameter>&#160;:</term>
114 <listitem><simpara> a <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
111 <listitem><simpara>a <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
115112 </simpara></listitem></varlistentry>
116113 </variablelist></refsect2>
117114
118115 </refsect1>
119
120
121
122 <refsect1 id="AnypaperImage.see-also">
116 <refsect1 id="anypaper-anypaper-image.see-also">
123117 <title>See Also</title>
124 #AnypaperParameters
118 <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
125119 </refsect1>
126120
127121 </refentry>
0 <refentry id="AnypaperParameters">
0 <?xml version="1.0"?>
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
3 [
4 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
5 ]>
6 <refentry id="anypaper-anypaper-parameters">
17 <refmeta>
2 <refentrytitle role="top_of_page" id="AnypaperParameters.top_of_page">AnypaperParameters</refentrytitle>
8 <refentrytitle role="top_of_page" id="anypaper-anypaper-parameters.top_of_page">AnypaperParameters</refentrytitle>
39 <manvolnum>3</manvolnum>
4 <refmiscinfo>ANYPAPER Library</refmiscinfo>
10 <refmiscinfo>
11 ANYPAPER Library
12 </refmiscinfo>
513 </refmeta>
6
714 <refnamediv>
815 <refname>AnypaperParameters</refname>
916 <refpurpose>manipulates the parameters used in anyPaper</refpurpose>
1017 </refnamediv>
11 <refsect1 id="AnypaperParameters.stability-level">
18 <refsect1 id="anypaper-anypaper-parameters.stability-level">
1219 <title>Stability Level</title>
1320 Stable, unless otherwise indicated
1421 </refsect1>
1522
16 <refsynopsisdiv id="AnypaperParameters.synopsis" role="synopsis">
23 <refsynopsisdiv id="anypaper-anypaper-parameters.synopsis" role="synopsis">
1724 <title role="synopsis.title">Synopsis</title>
18
25 <anchor id="AnypaperParameters"/>
1926 <synopsis>
20
2127 #include &lt;anypaper_parameters.h&gt;
2228
2329 <link linkend="AnypaperParametersPrivate">AnypaperParametersPrivate</link>;
2430 <link linkend="AnypaperParameters-struct">AnypaperParameters</link>;
25 <link linkend="void">void</link> <link linkend="anypaper-parameters-position-test">anypaper_parameters_position_test</link> (<link linkend="AnypaperParameters">AnypaperParameters</link> *parameters,
26 <link linkend="gint">gint</link> rangex,
27 <link linkend="gint">gint</link> rangey,
28 <link linkend="gint">gint</link> positionx,
29 <link linkend="gint">gint</link> positiony);
30 <link linkend="void">void</link> <link linkend="anypaper-parameters-load">anypaper_parameters_load</link> (<link linkend="AnypaperParameters">AnypaperParameters</link> *parameters,
31 <link linkend="gchar">gchar</link> *filename);
32 <link linkend="void">void</link> <link linkend="anypaper-parameters-write">anypaper_parameters_write</link> (<link linkend="AnypaperParameters">AnypaperParameters</link> *parameters,
33 <link linkend="gchar">gchar</link> *lastWallpaperFile,
34 <link linkend="gchar">gchar</link> *rcFile);
31 <link linkend="void"><returnvalue>void</returnvalue></link> <link linkend="anypaper-parameters-position-test">anypaper_parameters_position_test</link> (<parameter><link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> *parameters</parameter>,
32 <parameter><link linkend="gint"><type>gint</type></link> rangex</parameter>,
33 <parameter><link linkend="gint"><type>gint</type></link> rangey</parameter>,
34 <parameter><link linkend="gint"><type>gint</type></link> positionx</parameter>,
35 <parameter><link linkend="gint"><type>gint</type></link> positiony</parameter>);
36 <link linkend="void"><returnvalue>void</returnvalue></link> <link linkend="anypaper-parameters-load">anypaper_parameters_load</link> (<parameter><link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> *parameters</parameter>,
37 <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>);
38 <link linkend="void"><returnvalue>void</returnvalue></link> <link linkend="anypaper-parameters-write">anypaper_parameters_write</link> (<parameter><link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> *parameters</parameter>,
39 <parameter><link linkend="gchar"><type>gchar</type></link> *lastWallpaperFile</parameter>,
40 <parameter><link linkend="gchar"><type>gchar</type></link> *rcFile</parameter>);
3541 </synopsis>
3642 </refsynopsisdiv>
37
38 <refsect1 id="AnypaperParameters.object-hierarchy" role="object_hierarchy">
43 <refsect1 id="anypaper-anypaper-parameters.object-hierarchy" role="object_hierarchy">
3944 <title role="object_hierarchy.title">Object Hierarchy</title>
4045 <synopsis>
4146 <link linkend="GObject">GObject</link>
4348 </synopsis>
4449 </refsect1>
4550
46
47
48
49
50
51
52
53 <refsect1 id="AnypaperParameters.description" role="desc">
51 <refsect1 id="anypaper-anypaper-parameters.description" role="desc">
5452 <title role="desc.title">Description</title>
5553 <para>
56 This application class manipulates the parameters used in anyPaper, also loads and saves configuration files</para>
57 <para>
54 This application class manipulates the parameters used in anyPaper, also loads and saves configuration files
5855 </para>
5956 </refsect1>
60
61 <refsect1 id="AnypaperParameters.details" role="details">
57 <refsect1 id="anypaper-anypaper-parameters.details" role="details">
6258 <title role="details.title">Details</title>
6359 <refsect2 id="AnypaperParametersPrivate" role="struct">
6460 <title>AnypaperParametersPrivate</title>
65 <indexterm zone="AnypaperParametersPrivate"><primary sortas="AnypaperParametersPrivate">AnypaperParametersPrivate</primary></indexterm><programlisting>typedef struct _AnypaperParametersPrivate AnypaperParametersPrivate;</programlisting>
61 <indexterm zone="AnypaperParametersPrivate"><primary>AnypaperParametersPrivate</primary></indexterm>
62 <programlisting>typedef struct _AnypaperParametersPrivate AnypaperParametersPrivate;</programlisting>
6663 <para>
6764 </para></refsect2>
6865 <refsect2 id="AnypaperParameters-struct" role="struct">
6966 <title>AnypaperParameters</title>
70 <indexterm zone="AnypaperParameters-struct"><primary sortas="AnypaperParameters">AnypaperParameters</primary></indexterm><programlisting>typedef struct {
67 <indexterm zone="AnypaperParameters-struct"><primary>AnypaperParameters</primary></indexterm>
68 <programlisting>typedef struct {
7169 gchar *file;
7270 gint style;
7371 gint positionx;
7977 gchar *background;
8078 gchar *command;
8179 gchar *defaultfile;
82 GdkInterpType interpolation;
80 GdkInterpType&#160;interpolation;
8381 } AnypaperParameters;
8482 </programlisting>
8583 <para>
86 Contains the parameters used to build the images created by anyPaper</para>
87 <para>
84 Contains the parameters used to build the images created by anyPaper
8885 </para><variablelist role="struct">
89 <varlistentry>
90 <term><link linkend="gchar">gchar</link>&#160;*<structfield>file</structfield>;</term>
91 <listitem><simpara> filemane of source image
92 </simpara></listitem>
93 </varlistentry>
94 <varlistentry>
95 <term><link linkend="gint">gint</link>&#160;<structfield>style</structfield>;</term>
96 <listitem><simpara> selected style
97 </simpara></listitem>
98 </varlistentry>
99 <varlistentry>
100 <term><link linkend="gint">gint</link>&#160;<structfield>positionx</structfield>;</term>
101 <listitem><simpara> position of image in x direction
102 </simpara></listitem>
103 </varlistentry>
104 <varlistentry>
105 <term><link linkend="gint">gint</link>&#160;<structfield>positiony</structfield>;</term>
106 <listitem><simpara> position of image in y direction
107 </simpara></listitem>
108 </varlistentry>
109 <varlistentry>
110 <term><link linkend="gdouble">gdouble</link>&#160;<structfield>scalex</structfield>;</term>
111 <listitem><simpara> scale factor in x direction
112 </simpara></listitem>
113 </varlistentry>
114 <varlistentry>
115 <term><link linkend="gdouble">gdouble</link>&#160;<structfield>scaley</structfield>;</term>
116 <listitem><simpara> scale factor in y direction
117 </simpara></listitem>
118 </varlistentry>
119 <varlistentry>
120 <term><link linkend="gint">gint</link>&#160;<structfield>width</structfield>;</term>
121 <listitem><simpara> width of image
122 </simpara></listitem>
123 </varlistentry>
124 <varlistentry>
125 <term><link linkend="gint">gint</link>&#160;<structfield>height</structfield>;</term>
126 <listitem><simpara> height of image
127 </simpara></listitem>
128 </varlistentry>
129 <varlistentry>
130 <term><link linkend="gchar">gchar</link>&#160;*<structfield>background</structfield>;</term>
131 <listitem><simpara> background color
132 </simpara></listitem>
133 </varlistentry>
134 <varlistentry>
135 <term><link linkend="gchar">gchar</link>&#160;*<structfield>command</structfield>;</term>
136 <listitem><simpara> command line used for setting the wallpaper
137 </simpara></listitem>
138 </varlistentry>
139 <varlistentry>
140 <term><link linkend="gchar">gchar</link>&#160;*<structfield>defaultfile</structfield>;</term>
141 <listitem><simpara> default file for saving the built wallpaper
142 </simpara></listitem>
143 </varlistentry>
144 <varlistentry>
145 <term><link linkend="GdkInterpType">GdkInterpType</link>&#160;<structfield>interpolation</structfield>;</term>
146 <listitem><simpara> type of interpolation used
86 <varlistentry><term><link linkend="gchar"><type>gchar</type></link>&#160;*<structfield id="AnypaperParameters-struct.file">file</structfield>;</term>
87 <listitem><simpara>filemane of source image
88 </simpara></listitem>
89 </varlistentry>
90 <varlistentry><term><link linkend="gint"><type>gint</type></link>&#160;<structfield id="AnypaperParameters-struct.style">style</structfield>;</term>
91 <listitem><simpara>selected style
92 </simpara></listitem>
93 </varlistentry>
94 <varlistentry><term><link linkend="gint"><type>gint</type></link>&#160;<structfield id="AnypaperParameters-struct.positionx">positionx</structfield>;</term>
95 <listitem><simpara>position of image in x direction
96 </simpara></listitem>
97 </varlistentry>
98 <varlistentry><term><link linkend="gint"><type>gint</type></link>&#160;<structfield id="AnypaperParameters-struct.positiony">positiony</structfield>;</term>
99 <listitem><simpara>position of image in y direction
100 </simpara></listitem>
101 </varlistentry>
102 <varlistentry><term><link linkend="gdouble"><type>gdouble</type></link>&#160;<structfield id="AnypaperParameters-struct.scalex">scalex</structfield>;</term>
103 <listitem><simpara>scale factor in x direction
104 </simpara></listitem>
105 </varlistentry>
106 <varlistentry><term><link linkend="gdouble"><type>gdouble</type></link>&#160;<structfield id="AnypaperParameters-struct.scaley">scaley</structfield>;</term>
107 <listitem><simpara>scale factor in y direction
108 </simpara></listitem>
109 </varlistentry>
110 <varlistentry><term><link linkend="gint"><type>gint</type></link>&#160;<structfield id="AnypaperParameters-struct.width">width</structfield>;</term>
111 <listitem><simpara>width of image
112 </simpara></listitem>
113 </varlistentry>
114 <varlistentry><term><link linkend="gint"><type>gint</type></link>&#160;<structfield id="AnypaperParameters-struct.height">height</structfield>;</term>
115 <listitem><simpara>height of image
116 </simpara></listitem>
117 </varlistentry>
118 <varlistentry><term><link linkend="gchar"><type>gchar</type></link>&#160;*<structfield id="AnypaperParameters-struct.background">background</structfield>;</term>
119 <listitem><simpara>background color
120 </simpara></listitem>
121 </varlistentry>
122 <varlistentry><term><link linkend="gchar"><type>gchar</type></link>&#160;*<structfield id="AnypaperParameters-struct.command">command</structfield>;</term>
123 <listitem><simpara>command line used for setting the wallpaper
124 </simpara></listitem>
125 </varlistentry>
126 <varlistentry><term><link linkend="gchar"><type>gchar</type></link>&#160;*<structfield id="AnypaperParameters-struct.defaultfile">defaultfile</structfield>;</term>
127 <listitem><simpara>default file for saving the built wallpaper
128 </simpara></listitem>
129 </varlistentry>
130 <varlistentry><term><link linkend="GdkInterpType"><type>GdkInterpType</type></link>&#160;<structfield id="AnypaperParameters-struct.interpolation">interpolation</structfield>;</term>
131 <listitem><simpara>type of interpolation used
147132 </simpara></listitem>
148133 </varlistentry>
149134 </variablelist></refsect2>
150135 <refsect2 id="anypaper-parameters-position-test" role="function">
151136 <title>anypaper_parameters_position_test ()</title>
152 <indexterm zone="anypaper-parameters-position-test"><primary sortas="anypaper_parameters_position_test">anypaper_parameters_position_test</primary></indexterm><programlisting><link linkend="void">void</link> anypaper_parameters_position_test (<link linkend="AnypaperParameters">AnypaperParameters</link> *parameters,
153 <link linkend="gint">gint</link> rangex,
154 <link linkend="gint">gint</link> rangey,
155 <link linkend="gint">gint</link> positionx,
156 <link linkend="gint">gint</link> positiony);</programlisting>
157 <para>
158 Sets the new position values if they are valid.</para>
159 <para>
137 <indexterm zone="anypaper-parameters-position-test"><primary>anypaper_parameters_position_test</primary></indexterm>
138 <programlisting><link linkend="void"><returnvalue>void</returnvalue></link> anypaper_parameters_position_test (<parameter><link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> *parameters</parameter>,
139 <parameter><link linkend="gint"><type>gint</type></link> rangex</parameter>,
140 <parameter><link linkend="gint"><type>gint</type></link> rangey</parameter>,
141 <parameter><link linkend="gint"><type>gint</type></link> positionx</parameter>,
142 <parameter><link linkend="gint"><type>gint</type></link> positiony</parameter>);</programlisting>
143 <para>
144 Sets the new position values if they are valid.
160145 </para><variablelist role="params">
161146 <varlistentry><term><parameter>parameters</parameter>&#160;:</term>
162 <listitem><simpara> a <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
147 <listitem><simpara>a <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
163148 </simpara></listitem></varlistentry>
164149 <varlistentry><term><parameter>rangex</parameter>&#160;:</term>
165 <listitem><simpara> half of the displacement allowed in x direction
150 <listitem><simpara>half of the displacement allowed in x direction
166151 </simpara></listitem></varlistentry>
167152 <varlistentry><term><parameter>rangey</parameter>&#160;:</term>
168 <listitem><simpara> half of the displacement allowed in y direction
153 <listitem><simpara>half of the displacement allowed in y direction
169154 </simpara></listitem></varlistentry>
170155 <varlistentry><term><parameter>positionx</parameter>&#160;:</term>
171 <listitem><simpara> the selected position on x position
156 <listitem><simpara>the selected position on x position
172157 </simpara></listitem></varlistentry>
173158 <varlistentry><term><parameter>positiony</parameter>&#160;:</term>
174 <listitem><simpara> the selected position on x position
159 <listitem><simpara>the selected position on x position
175160 </simpara></listitem></varlistentry>
176161 </variablelist></refsect2>
177162 <refsect2 id="anypaper-parameters-load" role="function">
178163 <title>anypaper_parameters_load ()</title>
179 <indexterm zone="anypaper-parameters-load"><primary sortas="anypaper_parameters_load">anypaper_parameters_load</primary></indexterm><programlisting><link linkend="void">void</link> anypaper_parameters_load (<link linkend="AnypaperParameters">AnypaperParameters</link> *parameters,
180 <link linkend="gchar">gchar</link> *filename);</programlisting>
181 <para>
182 Sets the values of parameters on file in <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>.</para>
183 <para>
164 <indexterm zone="anypaper-parameters-load"><primary>anypaper_parameters_load</primary></indexterm>
165 <programlisting><link linkend="void"><returnvalue>void</returnvalue></link> anypaper_parameters_load (<parameter><link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> *parameters</parameter>,
166 <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>);</programlisting>
167 <para>
168 Sets the values of parameters on file in <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>.
184169 </para><variablelist role="params">
185170 <varlistentry><term><parameter>parameters</parameter>&#160;:</term>
186 <listitem><simpara> a <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
171 <listitem><simpara>a <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
187172 </simpara></listitem></varlistentry>
188173 <varlistentry><term><parameter>filename</parameter>&#160;:</term>
189 <listitem><simpara> name of file with the parameters to be loaded
174 <listitem><simpara>name of file with the parameters to be loaded
190175 </simpara></listitem></varlistentry>
191176 </variablelist></refsect2>
192177 <refsect2 id="anypaper-parameters-write" role="function">
193178 <title>anypaper_parameters_write ()</title>
194 <indexterm zone="anypaper-parameters-write"><primary sortas="anypaper_parameters_write">anypaper_parameters_write</primary></indexterm><programlisting><link linkend="void">void</link> anypaper_parameters_write (<link linkend="AnypaperParameters">AnypaperParameters</link> *parameters,
195 <link linkend="gchar">gchar</link> *lastWallpaperFile,
196 <link linkend="gchar">gchar</link> *rcFile);</programlisting>
197 <para>
198 Saves the values of parameters in <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> on file.</para>
199 <para>
179 <indexterm zone="anypaper-parameters-write"><primary>anypaper_parameters_write</primary></indexterm>
180 <programlisting><link linkend="void"><returnvalue>void</returnvalue></link> anypaper_parameters_write (<parameter><link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> *parameters</parameter>,
181 <parameter><link linkend="gchar"><type>gchar</type></link> *lastWallpaperFile</parameter>,
182 <parameter><link linkend="gchar"><type>gchar</type></link> *rcFile</parameter>);</programlisting>
183 <para>
184 Saves the values of parameters in <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> on file.
200185 </para><variablelist role="params">
201186 <varlistentry><term><parameter>parameters</parameter>&#160;:</term>
202 <listitem><simpara> a <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
187 <listitem><simpara>a <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
203188 </simpara></listitem></varlistentry>
204189 <varlistentry><term><parameter>lastWallpaperFile</parameter>&#160;:</term>
205 <listitem><simpara> name of file to be written with the lastwallpaper parameters in <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
190 <listitem><simpara>name of file to be written with the lastwallpaper parameters in <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
206191 </simpara></listitem></varlistentry>
207192 <varlistentry><term><parameter>rcFile</parameter>&#160;:</term>
208 <listitem><simpara> name of file to be written with the resource parameters in <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
209 </simpara></listitem></varlistentry>
210 </variablelist></refsect2>
211
212 </refsect1>
213
214
215
193 <listitem><simpara>name of file to be written with the resource parameters in <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
194 </simpara></listitem></varlistentry>
195 </variablelist></refsect2>
196
197 </refsect1>
216198
217199 </refentry>
0 <refentry id="AnypaperPreview">
0 <?xml version="1.0"?>
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
3 [
4 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
5 ]>
6 <refentry id="anypaper-anypaper-preview">
17 <refmeta>
2 <refentrytitle role="top_of_page" id="AnypaperPreview.top_of_page">AnypaperPreview</refentrytitle>
8 <refentrytitle role="top_of_page" id="anypaper-anypaper-preview.top_of_page">AnypaperPreview</refentrytitle>
39 <manvolnum>3</manvolnum>
4 <refmiscinfo>ANYPAPER Library</refmiscinfo>
10 <refmiscinfo>
11 ANYPAPER Library
12 </refmiscinfo>
513 </refmeta>
6
714 <refnamediv>
815 <refname>AnypaperPreview</refname>
916 <refpurpose>builds a preview window</refpurpose>
1017 </refnamediv>
11 <refsect1 id="AnypaperPreview.stability-level">
18 <refsect1 id="anypaper-anypaper-preview.stability-level">
1219 <title>Stability Level</title>
1320 Stable, unless otherwise indicated
1421 </refsect1>
1522
16 <refsynopsisdiv id="AnypaperPreview.synopsis" role="synopsis">
23 <refsynopsisdiv id="anypaper-anypaper-preview.synopsis" role="synopsis">
1724 <title role="synopsis.title">Synopsis</title>
18
25 <anchor id="AnypaperPreview"/>
1926 <synopsis>
20
2127 #include &lt;anypaper_preview.h&gt;
2228
2329 <link linkend="AnypaperPreviewPrivate">AnypaperPreviewPrivate</link>;
2430 <link linkend="AnypaperPreview-struct">AnypaperPreview</link>;
25 <link linkend="void">void</link> <link linkend="anypaper-preview-create">anypaper_preview_create</link> (<link linkend="AnypaperPreview">AnypaperPreview</link> *preview,
26 <link linkend="AnypaperParameters">AnypaperParameters</link> *parameters,
27 <link linkend="AnypaperImage">AnypaperImage</link> *image);
31 <link linkend="void"><returnvalue>void</returnvalue></link> <link linkend="anypaper-preview-create">anypaper_preview_create</link> (<parameter><link linkend="AnypaperPreview"><type>AnypaperPreview</type></link> *preview</parameter>,
32 <parameter><link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> *parameters</parameter>,
33 <parameter><link linkend="AnypaperImage"><type>AnypaperImage</type></link> *image</parameter>);
2834 </synopsis>
2935 </refsynopsisdiv>
30
31 <refsect1 id="AnypaperPreview.object-hierarchy" role="object_hierarchy">
36 <refsect1 id="anypaper-anypaper-preview.object-hierarchy" role="object_hierarchy">
3237 <title role="object_hierarchy.title">Object Hierarchy</title>
3338 <synopsis>
3439 <link linkend="GObject">GObject</link>
3641 </synopsis>
3742 </refsect1>
3843
39
40
41
42
43
44
45
46 <refsect1 id="AnypaperPreview.description" role="desc">
44 <refsect1 id="anypaper-anypaper-preview.description" role="desc">
4745 <title role="desc.title">Description</title>
4846 <para>
49 The application class that builds a preview window using the images and parameters provide by <link linkend="AnypaperImage"><type>AnypaperImage</type></link> and <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>.</para>
50 <para>
47 The application class that builds a preview window using the images and parameters provide by <link linkend="AnypaperImage"><type>AnypaperImage</type></link> and <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>.
5148 </para>
5249 </refsect1>
53
54 <refsect1 id="AnypaperPreview.details" role="details">
50 <refsect1 id="anypaper-anypaper-preview.details" role="details">
5551 <title role="details.title">Details</title>
5652 <refsect2 id="AnypaperPreviewPrivate" role="struct">
5753 <title>AnypaperPreviewPrivate</title>
58 <indexterm zone="AnypaperPreviewPrivate"><primary sortas="AnypaperPreviewPrivate">AnypaperPreviewPrivate</primary></indexterm><programlisting>typedef struct _AnypaperPreviewPrivate AnypaperPreviewPrivate;</programlisting>
54 <indexterm zone="AnypaperPreviewPrivate"><primary>AnypaperPreviewPrivate</primary></indexterm>
55 <programlisting>typedef struct _AnypaperPreviewPrivate AnypaperPreviewPrivate;</programlisting>
5956 <para>
6057 </para></refsect2>
6158 <refsect2 id="AnypaperPreview-struct" role="struct">
6259 <title>AnypaperPreview</title>
63 <indexterm zone="AnypaperPreview-struct"><primary sortas="AnypaperPreview">AnypaperPreview</primary></indexterm><programlisting>typedef struct _AnypaperPreview AnypaperPreview;</programlisting>
60 <indexterm zone="AnypaperPreview-struct"><primary>AnypaperPreview</primary></indexterm>
61 <programlisting>typedef struct _AnypaperPreview AnypaperPreview;</programlisting>
6462 <para>
6563 </para></refsect2>
6664 <refsect2 id="anypaper-preview-create" role="function">
6765 <title>anypaper_preview_create ()</title>
68 <indexterm zone="anypaper-preview-create"><primary sortas="anypaper_preview_create">anypaper_preview_create</primary></indexterm><programlisting><link linkend="void">void</link> anypaper_preview_create (<link linkend="AnypaperPreview">AnypaperPreview</link> *preview,
69 <link linkend="AnypaperParameters">AnypaperParameters</link> *parameters,
70 <link linkend="AnypaperImage">AnypaperImage</link> *image);</programlisting>
66 <indexterm zone="anypaper-preview-create"><primary>anypaper_preview_create</primary></indexterm>
67 <programlisting><link linkend="void"><returnvalue>void</returnvalue></link> anypaper_preview_create (<parameter><link linkend="AnypaperPreview"><type>AnypaperPreview</type></link> *preview</parameter>,
68 <parameter><link linkend="AnypaperParameters"><type>AnypaperParameters</type></link> *parameters</parameter>,
69 <parameter><link linkend="AnypaperImage"><type>AnypaperImage</type></link> *image</parameter>);</programlisting>
7170 <para>
72 This function builds and shows the preview window</para>
73 <para>
71 This function builds and shows the preview window
7472 </para><variablelist role="params">
7573 <varlistentry><term><parameter>preview</parameter>&#160;:</term>
76 <listitem><simpara> is a <link linkend="AnypaperPreview"><type>AnypaperPreview</type></link>
74 <listitem><simpara>is a <link linkend="AnypaperPreview"><type>AnypaperPreview</type></link>
7775 </simpara></listitem></varlistentry>
7876 <varlistentry><term><parameter>parameters</parameter>&#160;:</term>
79 <listitem><simpara> contains the parameters used to make the images in <link linkend="AnypaperImage"><type>AnypaperImage</type></link>
77 <listitem><simpara>contains the parameters used to make the images in <link linkend="AnypaperImage"><type>AnypaperImage</type></link>
8078 </simpara></listitem></varlistentry>
8179 <varlistentry><term><parameter>image</parameter>&#160;:</term>
82 <listitem><simpara> contains the images created before
80 <listitem><simpara>contains the images created before
8381 </simpara></listitem></varlistentry>
8482 </variablelist></refsect2>
8583
8684 </refsect1>
87
88
89
90 <refsect1 id="AnypaperPreview.see-also">
85 <refsect1 id="anypaper-anypaper-preview.see-also">
9186 <title>See Also</title>
92 #AnypaperImage, <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
87 <link linkend="AnypaperImage"><type>AnypaperImage</type></link>, <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
9388 </refsect1>
9489
9590 </refentry>
0 <refentry id="AnypaperWallpapersetter">
0 <?xml version="1.0"?>
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
3 [
4 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
5 ]>
6 <refentry id="anypaper-anypaper-wallpapersetter">
17 <refmeta>
2 <refentrytitle role="top_of_page" id="AnypaperWallpapersetter.top_of_page">AnypaperWallpapersetter</refentrytitle>
8 <refentrytitle role="top_of_page" id="anypaper-anypaper-wallpapersetter.top_of_page">AnypaperWallpapersetter</refentrytitle>
39 <manvolnum>3</manvolnum>
4 <refmiscinfo>ANYPAPER Library</refmiscinfo>
10 <refmiscinfo>
11 ANYPAPER Library
12 </refmiscinfo>
513 </refmeta>
6
714 <refnamediv>
815 <refname>AnypaperWallpapersetter</refname>
916 <refpurpose>creates the wallpapersetter file and detects the wallpapersetter installed</refpurpose>
1017 </refnamediv>
11 <refsect1 id="AnypaperWallpapersetter.stability-level">
18 <refsect1 id="anypaper-anypaper-wallpapersetter.stability-level">
1219 <title>Stability Level</title>
1320 Stable, unless otherwise indicated
1421 </refsect1>
1522
16 <refsynopsisdiv id="AnypaperWallpapersetter.synopsis" role="synopsis">
23 <refsynopsisdiv id="anypaper-anypaper-wallpapersetter.synopsis" role="synopsis">
1724 <title role="synopsis.title">Synopsis</title>
18
25 <anchor id="AnypaperWallpapersetter"/>
1926 <synopsis>
20
2127 #include &lt;anypaper_wallpapersetter.h&gt;
2228
2329 <link linkend="AnypaperWallpapersetterPrivate">AnypaperWallpapersetterPrivate</link>;
2430 <link linkend="AnypaperWallpapersetter-struct">AnypaperWallpapersetter</link>;
25 <link linkend="void">void</link> <link linkend="anypaper-wallpapersetter-detect">anypaper_wallpapersetter_detect</link> (<link linkend="AnypaperWallpapersetter">AnypaperWallpapersetter</link> *wallpapersetter,
26 <link linkend="gchar">gchar</link> *filename);
27 <link linkend="void">void</link> <link linkend="anypaper-wallpapersetter-file">anypaper_wallpapersetter_file</link> (<link linkend="gchar">gchar</link> *wallpapersetterFile);
31 <link linkend="void"><returnvalue>void</returnvalue></link> <link linkend="anypaper-wallpapersetter-detect">anypaper_wallpapersetter_detect</link> (<parameter><link linkend="AnypaperWallpapersetter"><type>AnypaperWallpapersetter</type></link> *wallpapersetter</parameter>,
32 <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>);
33 <link linkend="void"><returnvalue>void</returnvalue></link> <link linkend="anypaper-wallpapersetter-file">anypaper_wallpapersetter_file</link> (<parameter><link linkend="gchar"><type>gchar</type></link> *wallpapersetterFile</parameter>);
2834 </synopsis>
2935 </refsynopsisdiv>
30
31 <refsect1 id="AnypaperWallpapersetter.object-hierarchy" role="object_hierarchy">
36 <refsect1 id="anypaper-anypaper-wallpapersetter.object-hierarchy" role="object_hierarchy">
3237 <title role="object_hierarchy.title">Object Hierarchy</title>
3338 <synopsis>
3439 <link linkend="GObject">GObject</link>
3641 </synopsis>
3742 </refsect1>
3843
39
40
41
42
43
44
45
46 <refsect1 id="AnypaperWallpapersetter.description" role="desc">
44 <refsect1 id="anypaper-anypaper-wallpapersetter.description" role="desc">
4745 <title role="desc.title">Description</title>
4846 <para>
4947 This application class creates the wallpapersetter file and detects the wallpapersetter installed
5048 </para>
5149 <para>
52 This application class detects the wallpapersetter listed in wallpapersetter file installed and stores this information in two lists, one for the wallpapersetter found and the other for the command (normally the fullscreen command). This class also creates the wallpapersetterfile that contains definitions for known wallpapersetters and the command used to set the wallpaper.</para>
53 <para>
50 This application class detects the wallpapersetter listed in wallpapersetter file installed and stores this information in two lists, one for the wallpapersetter found and the other for the command (normally the fullscreen command). This class also creates the wallpapersetterfile that contains definitions for known wallpapersetters and the command used to set the wallpaper.
5451 </para>
5552 </refsect1>
56
57 <refsect1 id="AnypaperWallpapersetter.details" role="details">
53 <refsect1 id="anypaper-anypaper-wallpapersetter.details" role="details">
5854 <title role="details.title">Details</title>
5955 <refsect2 id="AnypaperWallpapersetterPrivate" role="struct">
6056 <title>AnypaperWallpapersetterPrivate</title>
61 <indexterm zone="AnypaperWallpapersetterPrivate"><primary sortas="AnypaperWallpapersetterPrivate">AnypaperWallpapersetterPrivate</primary></indexterm><programlisting>typedef struct _AnypaperWallpapersetterPrivate AnypaperWallpapersetterPrivate;</programlisting>
57 <indexterm zone="AnypaperWallpapersetterPrivate"><primary>AnypaperWallpapersetterPrivate</primary></indexterm>
58 <programlisting>typedef struct _AnypaperWallpapersetterPrivate AnypaperWallpapersetterPrivate;</programlisting>
6259 <para>
6360 </para></refsect2>
6461 <refsect2 id="AnypaperWallpapersetter-struct" role="struct">
6562 <title>AnypaperWallpapersetter</title>
66 <indexterm zone="AnypaperWallpapersetter-struct"><primary sortas="AnypaperWallpapersetter">AnypaperWallpapersetter</primary></indexterm><programlisting>typedef struct {
67 GList *wallpapersetter;
68 GList *command;
63 <indexterm zone="AnypaperWallpapersetter-struct"><primary>AnypaperWallpapersetter</primary></indexterm>
64 <programlisting>typedef struct {
65 GList&#160;*wallpapersetter;
66 GList&#160;*command;
6967 } AnypaperWallpapersetter;
7068 </programlisting>
7169 <para>
72 Contains a list of wallpapersetter found and a list of commands used for them</para>
73 <para>
70 Contains a list of wallpapersetter found and a list of commands used for them
7471 </para><variablelist role="struct">
75 <varlistentry>
76 <term><link linkend="GList">GList</link>&#160;*<structfield>wallpapersetter</structfield>;</term>
77 <listitem><simpara> contains a list of wallpapersetter found
72 <varlistentry><term><link linkend="GList"><type>GList</type></link>&#160;*<structfield id="AnypaperWallpapersetter-struct.wallpapersetter">wallpapersetter</structfield>;</term>
73 <listitem><simpara>contains a list of wallpapersetter found
7874 </simpara></listitem>
7975 </varlistentry>
80 <varlistentry>
81 <term><link linkend="GList">GList</link>&#160;*<structfield>command</structfield>;</term>
82 <listitem><simpara> contains a list of commands used for the wallpapersetter found
76 <varlistentry><term><link linkend="GList"><type>GList</type></link>&#160;*<structfield id="AnypaperWallpapersetter-struct.command">command</structfield>;</term>
77 <listitem><simpara>contains a list of commands used for the wallpapersetter found
8378 </simpara></listitem>
8479 </varlistentry>
8580 </variablelist></refsect2>
8681 <refsect2 id="anypaper-wallpapersetter-detect" role="function">
8782 <title>anypaper_wallpapersetter_detect ()</title>
88 <indexterm zone="anypaper-wallpapersetter-detect"><primary sortas="anypaper_wallpapersetter_detect">anypaper_wallpapersetter_detect</primary></indexterm><programlisting><link linkend="void">void</link> anypaper_wallpapersetter_detect (<link linkend="AnypaperWallpapersetter">AnypaperWallpapersetter</link> *wallpapersetter,
89 <link linkend="gchar">gchar</link> *filename);</programlisting>
83 <indexterm zone="anypaper-wallpapersetter-detect"><primary>anypaper_wallpapersetter_detect</primary></indexterm>
84 <programlisting><link linkend="void"><returnvalue>void</returnvalue></link> anypaper_wallpapersetter_detect (<parameter><link linkend="AnypaperWallpapersetter"><type>AnypaperWallpapersetter</type></link> *wallpapersetter</parameter>,
85 <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>);</programlisting>
9086 <para>
91 Generate a list of found wallpapersetters and other for the associated commands.</para>
92 <para>
87 Generate a list of found wallpapersetters and other for the associated commands.
9388 </para><variablelist role="params">
9489 <varlistentry><term><parameter>wallpapersetter</parameter>&#160;:</term>
95 <listitem><simpara> a <link linkend="AnypaperWallpapersetter"><type>AnypaperWallpapersetter</type></link>
90 <listitem><simpara>a <link linkend="AnypaperWallpapersetter"><type>AnypaperWallpapersetter</type></link>
9691 </simpara></listitem></varlistentry>
9792 <varlistentry><term><parameter>filename</parameter>&#160;:</term>
98 <listitem><simpara> file that contains the wallpapersetters command definition
93 <listitem><simpara>file that contains the wallpapersetters command definition
9994 </simpara></listitem></varlistentry>
10095 </variablelist></refsect2>
10196 <refsect2 id="anypaper-wallpapersetter-file" role="function">
10297 <title>anypaper_wallpapersetter_file ()</title>
103 <indexterm zone="anypaper-wallpapersetter-file"><primary sortas="anypaper_wallpapersetter_file">anypaper_wallpapersetter_file</primary></indexterm><programlisting><link linkend="void">void</link> anypaper_wallpapersetter_file (<link linkend="gchar">gchar</link> *wallpapersetterFile);</programlisting>
98 <indexterm zone="anypaper-wallpapersetter-file"><primary>anypaper_wallpapersetter_file</primary></indexterm>
99 <programlisting><link linkend="void"><returnvalue>void</returnvalue></link> anypaper_wallpapersetter_file (<parameter><link linkend="gchar"><type>gchar</type></link> *wallpapersetterFile</parameter>);</programlisting>
104100 <para>
105 Generate a file with names of wallpapersetter and the associated commands.</para>
106 <para>
101 Generate a file with names of wallpapersetter and the associated commands.
107102 </para><variablelist role="params">
108103 <varlistentry><term><parameter>wallpapersetterFile</parameter>&#160;:</term>
109 <listitem><simpara> filename to store the wallpapersetters command definition
104 <listitem><simpara>filename to store the wallpapersetters command definition
110105 </simpara></listitem></varlistentry>
111106 </variablelist></refsect2>
112107
113108 </refsect1>
114109
115
116
117
118110 </refentry>
0 <refentry id="AnypaperWindow">
0 <?xml version="1.0"?>
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
3 [
4 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
5 ]>
6 <refentry id="anypaper-anypaper-window">
17 <refmeta>
2 <refentrytitle role="top_of_page" id="AnypaperWindow.top_of_page">AnypaperWindow</refentrytitle>
8 <refentrytitle role="top_of_page" id="anypaper-anypaper-window.top_of_page">AnypaperWindow</refentrytitle>
39 <manvolnum>3</manvolnum>
4 <refmiscinfo>ANYPAPER Library</refmiscinfo>
10 <refmiscinfo>
11 ANYPAPER Library
12 </refmiscinfo>
513 </refmeta>
6
714 <refnamediv>
815 <refname>AnypaperWindow</refname>
916 <refpurpose>builds the user interface and controls the operation of anyPaper</refpurpose>
1017 </refnamediv>
11 <refsect1 id="AnypaperWindow.stability-level">
18 <refsect1 id="anypaper-anypaper-window.stability-level">
1219 <title>Stability Level</title>
1320 Stable, unless otherwise indicated
1421 </refsect1>
1522
16 <refsynopsisdiv id="AnypaperWindow.synopsis" role="synopsis">
23 <refsynopsisdiv id="anypaper-anypaper-window.synopsis" role="synopsis">
1724 <title role="synopsis.title">Synopsis</title>
18
25 <anchor id="AnypaperWindow"/>
1926 <synopsis>
20
2127 #include &lt;anypaper_window.h&gt;
2228
2329 <link linkend="AnypaperWindowPrivate">AnypaperWindowPrivate</link>;
2430 <link linkend="AnypaperWindow-struct">AnypaperWindow</link>;
25 <link linkend="void">void</link> <link linkend="anypaper-window-set-position-range">anypaper_window_set_position_range</link> (<link linkend="AnypaperWindow">AnypaperWindow</link> *window,
26 <link linkend="gint">gint</link> rangex,
27 <link linkend="gint">gint</link> rangey);
28 <link linkend="void">void</link> <link linkend="anypaper-window-create">anypaper_window_create</link> (<link linkend="AnypaperWindow">AnypaperWindow</link> *window);
31 <link linkend="void"><returnvalue>void</returnvalue></link> <link linkend="anypaper-window-set-position-range">anypaper_window_set_position_range</link> (<parameter><link linkend="AnypaperWindow"><type>AnypaperWindow</type></link> *window</parameter>,
32 <parameter><link linkend="gint"><type>gint</type></link> rangex</parameter>,
33 <parameter><link linkend="gint"><type>gint</type></link> rangey</parameter>);
34 <link linkend="void"><returnvalue>void</returnvalue></link> <link linkend="anypaper-window-create">anypaper_window_create</link> (<parameter><link linkend="AnypaperWindow"><type>AnypaperWindow</type></link> *window</parameter>);
2935 </synopsis>
3036 </refsynopsisdiv>
31
32 <refsect1 id="AnypaperWindow.object-hierarchy" role="object_hierarchy">
37 <refsect1 id="anypaper-anypaper-window.object-hierarchy" role="object_hierarchy">
3338 <title role="object_hierarchy.title">Object Hierarchy</title>
3439 <synopsis>
3540 <link linkend="GObject">GObject</link>
3742 </synopsis>
3843 </refsect1>
3944
40
41
42
43
44
45
46
47 <refsect1 id="AnypaperWindow.description" role="desc">
45 <refsect1 id="anypaper-anypaper-window.description" role="desc">
4846 <title role="desc.title">Description</title>
4947 <para>
50 The application class that builds the user interface and controls the operation of anyPaper. This class also links the objects required for the implementation of the anyPaper</para>
51 <para>
48 The application class that builds the user interface and controls the operation of anyPaper. This class also links the objects required for the implementation of the anyPaper
5249 </para>
5350 </refsect1>
54
55 <refsect1 id="AnypaperWindow.details" role="details">
51 <refsect1 id="anypaper-anypaper-window.details" role="details">
5652 <title role="details.title">Details</title>
5753 <refsect2 id="AnypaperWindowPrivate" role="struct">
5854 <title>AnypaperWindowPrivate</title>
59 <indexterm zone="AnypaperWindowPrivate"><primary sortas="AnypaperWindowPrivate">AnypaperWindowPrivate</primary></indexterm><programlisting>typedef struct _AnypaperWindowPrivate AnypaperWindowPrivate;</programlisting>
55 <indexterm zone="AnypaperWindowPrivate"><primary>AnypaperWindowPrivate</primary></indexterm>
56 <programlisting>typedef struct _AnypaperWindowPrivate AnypaperWindowPrivate;</programlisting>
6057 <para>
6158 </para></refsect2>
6259 <refsect2 id="AnypaperWindow-struct" role="struct">
6360 <title>AnypaperWindow</title>
64 <indexterm zone="AnypaperWindow-struct"><primary sortas="AnypaperWindow">AnypaperWindow</primary></indexterm><programlisting>typedef struct {
61 <indexterm zone="AnypaperWindow-struct"><primary>AnypaperWindow</primary></indexterm>
62 <programlisting>typedef struct {
6563 AnypaperParameters *parameters;
6664 AnypaperImage *image;
6765 AnypaperPreview *preview;
6967 } AnypaperWindow;
7068 </programlisting>
7169 <para>
72 Contains the necessary objects for operation of the anyPaper</para>
73 <para>
70 Contains the necessary objects for operation of the anyPaper
7471 </para><variablelist role="struct">
75 <varlistentry>
76 <term><link linkend="AnypaperParameters">AnypaperParameters</link>&#160;*<structfield>parameters</structfield>;</term>
77 <listitem><simpara> is a <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
72 <varlistentry><term><link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>&#160;*<structfield id="AnypaperWindow-struct.parameters">parameters</structfield>;</term>
73 <listitem><simpara>is a <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>
7874 </simpara></listitem>
7975 </varlistentry>
80 <varlistentry>
81 <term><link linkend="AnypaperImage">AnypaperImage</link>&#160;*<structfield>image</structfield>;</term>
82 <listitem><simpara> is a <link linkend="AnypaperImage"><type>AnypaperImage</type></link>
76 <varlistentry><term><link linkend="AnypaperImage"><type>AnypaperImage</type></link>&#160;*<structfield id="AnypaperWindow-struct.image">image</structfield>;</term>
77 <listitem><simpara>is a <link linkend="AnypaperImage"><type>AnypaperImage</type></link>
8378 </simpara></listitem>
8479 </varlistentry>
85 <varlistentry>
86 <term><link linkend="AnypaperPreview">AnypaperPreview</link>&#160;*<structfield>preview</structfield>;</term>
87 <listitem><simpara> is a <link linkend="AnypaperPreview"><type>AnypaperPreview</type></link>
80 <varlistentry><term><link linkend="AnypaperPreview"><type>AnypaperPreview</type></link>&#160;*<structfield id="AnypaperWindow-struct.preview">preview</structfield>;</term>
81 <listitem><simpara>is a <link linkend="AnypaperPreview"><type>AnypaperPreview</type></link>
8882 </simpara></listitem>
8983 </varlistentry>
90 <varlistentry>
91 <term><link linkend="AnypaperWallpapersetter">AnypaperWallpapersetter</link>&#160;*<structfield>wallpapersetter</structfield>;</term>
92 <listitem><simpara> is a <link linkend="AnypaperWallpapersetter"><type>AnypaperWallpapersetter</type></link>;
84 <varlistentry><term><link linkend="AnypaperWallpapersetter"><type>AnypaperWallpapersetter</type></link>&#160;*<structfield id="AnypaperWindow-struct.wallpapersetter">wallpapersetter</structfield>;</term>
85 <listitem><simpara>is a <link linkend="AnypaperWallpapersetter"><type>AnypaperWallpapersetter</type></link>;
9386 </simpara></listitem>
9487 </varlistentry>
9588 </variablelist></refsect2>
9689 <refsect2 id="anypaper-window-set-position-range" role="function">
9790 <title>anypaper_window_set_position_range ()</title>
98 <indexterm zone="anypaper-window-set-position-range"><primary sortas="anypaper_window_set_position_range">anypaper_window_set_position_range</primary></indexterm><programlisting><link linkend="void">void</link> anypaper_window_set_position_range (<link linkend="AnypaperWindow">AnypaperWindow</link> *window,
99 <link linkend="gint">gint</link> rangex,
100 <link linkend="gint">gint</link> rangey);</programlisting>
91 <indexterm zone="anypaper-window-set-position-range"><primary>anypaper_window_set_position_range</primary></indexterm>
92 <programlisting><link linkend="void"><returnvalue>void</returnvalue></link> anypaper_window_set_position_range (<parameter><link linkend="AnypaperWindow"><type>AnypaperWindow</type></link> *window</parameter>,
93 <parameter><link linkend="gint"><type>gint</type></link> rangex</parameter>,
94 <parameter><link linkend="gint"><type>gint</type></link> rangey</parameter>);</programlisting>
10195 <para>
102 Sets the range of displacement allowed for the image.</para>
103 <para>
96 Sets the range of displacement allowed for the image.
10497 </para><variablelist role="params">
10598 <varlistentry><term><parameter>window</parameter>&#160;:</term>
106 <listitem><simpara> the <link linkend="AnypaperWindow"><type>AnypaperWindow</type></link>
99 <listitem><simpara>the <link linkend="AnypaperWindow"><type>AnypaperWindow</type></link>
107100 </simpara></listitem></varlistentry>
108101 <varlistentry><term><parameter>rangex</parameter>&#160;:</term>
109 <listitem><simpara> half of the displacement allowed in x direction
102 <listitem><simpara>half of the displacement allowed in x direction
110103 </simpara></listitem></varlistentry>
111104 <varlistentry><term><parameter>rangey</parameter>&#160;:</term>
112 <listitem><simpara> half of the displacement allowed in y direction
105 <listitem><simpara>half of the displacement allowed in y direction
113106 </simpara></listitem></varlistentry>
114107 </variablelist></refsect2>
115108 <refsect2 id="anypaper-window-create" role="function">
116109 <title>anypaper_window_create ()</title>
117 <indexterm zone="anypaper-window-create"><primary sortas="anypaper_window_create">anypaper_window_create</primary></indexterm><programlisting><link linkend="void">void</link> anypaper_window_create (<link linkend="AnypaperWindow">AnypaperWindow</link> *window);</programlisting>
110 <indexterm zone="anypaper-window-create"><primary>anypaper_window_create</primary></indexterm>
111 <programlisting><link linkend="void"><returnvalue>void</returnvalue></link> anypaper_window_create (<parameter><link linkend="AnypaperWindow"><type>AnypaperWindow</type></link> *window</parameter>);</programlisting>
118112 <para>
119 Creates and shows the <link linkend="AnypaperWindow"><type>AnypaperWindow</type></link>.</para>
120 <para>
113 Creates and shows the <link linkend="AnypaperWindow"><type>AnypaperWindow</type></link>.
121114 </para><variablelist role="params">
122115 <varlistentry><term><parameter>window</parameter>&#160;:</term>
123 <listitem><simpara> the <link linkend="AnypaperWindow"><type>AnypaperWindow</type></link>
116 <listitem><simpara>the <link linkend="AnypaperWindow"><type>AnypaperWindow</type></link>
124117 </simpara></listitem></varlistentry>
125118 </variablelist></refsect2>
126119
127120 </refsect1>
128
129
130
131 <refsect1 id="AnypaperWindow.see-also">
121 <refsect1 id="anypaper-anypaper-window.see-also">
132122 <title>See Also</title>
133 #AnypaperImage, <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>, <link linkend="AnypaperPreview"><type>AnypaperPreview</type></link>
123 <link linkend="AnypaperImage"><type>AnypaperImage</type></link>, <link linkend="AnypaperParameters"><type>AnypaperParameters</type></link>, <link linkend="AnypaperPreview"><type>AnypaperPreview</type></link>
134124 </refsect1>
135125
136126 </refentry>
0 <?xml version="1.0"?>
1 <!DOCTYPE indexdiv PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
3 [
4 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
5 ]>
06 <indexdiv>
17 </indexdiv>
0 <?xml version="1.0"?>
1 <!DOCTYPE indexdiv PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
3 [
4 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
5 ]>
06 <indexdiv>
17 </indexdiv>
0 <?xml version="1.0"?>
1 <!DOCTYPE indexdiv PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
3 [
4 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
5 ]>
06 <indexdiv>
17 </indexdiv>
0 <?xml version="1.0"?>
1 <!DOCTYPE indexdiv PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
3 [
4 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
5 ]>
06 <indexdiv>
1 <indexdiv><title>A</title>
2 <indexentry><primaryie linkends="AnypaperImage-struct"><link linkend="AnypaperImage">AnypaperImage</link></primaryie></indexentry>
3 <indexentry><primaryie linkends="AnypaperImagePrivate"><link linkend="AnypaperImagePrivate">AnypaperImagePrivate</link></primaryie></indexentry>
4 <indexentry><primaryie linkends="AnypaperParameters-struct"><link linkend="AnypaperParameters">AnypaperParameters</link></primaryie></indexentry>
5 <indexentry><primaryie linkends="AnypaperParametersPrivate"><link linkend="AnypaperParametersPrivate">AnypaperParametersPrivate</link></primaryie></indexentry>
6 <indexentry><primaryie linkends="AnypaperPreview-struct"><link linkend="AnypaperPreview">AnypaperPreview</link></primaryie></indexentry>
7 <indexentry><primaryie linkends="AnypaperPreviewPrivate"><link linkend="AnypaperPreviewPrivate">AnypaperPreviewPrivate</link></primaryie></indexentry>
8 <indexentry><primaryie linkends="AnypaperWallpapersetter-struct"><link linkend="AnypaperWallpapersetter">AnypaperWallpapersetter</link></primaryie></indexentry>
9 <indexentry><primaryie linkends="AnypaperWallpapersetterPrivate"><link linkend="AnypaperWallpapersetterPrivate">AnypaperWallpapersetterPrivate</link></primaryie></indexentry>
10 <indexentry><primaryie linkends="AnypaperWindow-struct"><link linkend="AnypaperWindow">AnypaperWindow</link></primaryie></indexentry>
11 <indexentry><primaryie linkends="AnypaperWindowPrivate"><link linkend="AnypaperWindowPrivate">AnypaperWindowPrivate</link></primaryie></indexentry>
12 <indexentry><primaryie linkends="anypaper-command-load"><link linkend="anypaper-command-load">anypaper_command_load</link></primaryie></indexentry>
13 <indexentry><primaryie linkends="anypaper-image-make"><link linkend="anypaper-image-make">anypaper_image_make</link></primaryie></indexentry>
14 <indexentry><primaryie linkends="anypaper-image-move"><link linkend="anypaper-image-move">anypaper_image_move</link></primaryie></indexentry>
15 <indexentry><primaryie linkends="anypaper-parameters-load"><link linkend="anypaper-parameters-load">anypaper_parameters_load</link></primaryie></indexentry>
16 <indexentry><primaryie linkends="anypaper-parameters-position-test"><link linkend="anypaper-parameters-position-test">anypaper_parameters_position_test</link></primaryie></indexentry>
17 <indexentry><primaryie linkends="anypaper-parameters-write"><link linkend="anypaper-parameters-write">anypaper_parameters_write</link></primaryie></indexentry>
18 <indexentry><primaryie linkends="anypaper-preview-create"><link linkend="anypaper-preview-create">anypaper_preview_create</link></primaryie></indexentry>
19 <indexentry><primaryie linkends="anypaper-wallpapersetter-detect"><link linkend="anypaper-wallpapersetter-detect">anypaper_wallpapersetter_detect</link></primaryie></indexentry>
20 <indexentry><primaryie linkends="anypaper-wallpapersetter-file"><link linkend="anypaper-wallpapersetter-file">anypaper_wallpapersetter_file</link></primaryie></indexentry>
21 <indexentry><primaryie linkends="anypaper-window-create"><link linkend="anypaper-window-create">anypaper_window_create</link></primaryie></indexentry>
22 <indexentry><primaryie linkends="anypaper-window-set-position-range"><link linkend="anypaper-window-set-position-range">anypaper_window_set_position_range</link></primaryie></indexentry>
7 <indexdiv><title>C</title>
8 <indexentry><primaryie linkends="anypaper-command-load"><link linkend="anypaper-command-load">anypaper_command_load</link>, function in <link linkend="anypaper-anypaper-command">anypaper_command</link></primaryie></indexentry>
9 </indexdiv>
10 <indexdiv><title>I</title>
11 <indexentry><primaryie linkends="AnypaperImage-struct"><link linkend="AnypaperImage-struct">AnypaperImage</link>, struct in <link linkend="anypaper-anypaper-image">AnypaperImage</link></primaryie></indexentry>
12 <indexentry><primaryie linkends="AnypaperImagePrivate"><link linkend="AnypaperImagePrivate">AnypaperImagePrivate</link>, struct in <link linkend="anypaper-anypaper-image">anypaper_image</link></primaryie></indexentry>
13 <indexentry><primaryie linkends="anypaper-image-make"><link linkend="anypaper-image-make">anypaper_image_make</link>, function in <link linkend="anypaper-anypaper-image">AnypaperImage</link></primaryie></indexentry>
14 <indexentry><primaryie linkends="anypaper-image-move"><link linkend="anypaper-image-move">anypaper_image_move</link>, function in <link linkend="anypaper-anypaper-image">AnypaperImage</link></primaryie></indexentry>
2315 </indexdiv>
2416 <indexdiv><title>L</title>
25 <indexentry><primaryie linkends="LICENSE--CAPS"><link linkend="LICENSE--CAPS">LICENSE</link></primaryie></indexentry>
17 <indexentry><primaryie linkends="LICENSE:CAPS"><link linkend="LICENSE:CAPS">LICENSE</link>, macro in <link linkend="anypaper-anypaper-command">anypaper_command</link></primaryie></indexentry>
18 </indexdiv>
19 <indexdiv><title>P</title>
20 <indexentry><primaryie linkends="AnypaperParameters-struct"><link linkend="AnypaperParameters-struct">AnypaperParameters</link>, struct in <link linkend="anypaper-anypaper-parameters">AnypaperParameters</link></primaryie></indexentry>
21 <indexentry><primaryie linkends="AnypaperParametersPrivate"><link linkend="AnypaperParametersPrivate">AnypaperParametersPrivate</link>, struct in <link linkend="anypaper-anypaper-parameters">anypaper_parameters</link></primaryie></indexentry>
22 <indexentry><primaryie linkends="anypaper-parameters-load"><link linkend="anypaper-parameters-load">anypaper_parameters_load</link>, function in <link linkend="anypaper-anypaper-parameters">AnypaperParameters</link></primaryie></indexentry>
23 <indexentry><primaryie linkends="anypaper-parameters-position-test"><link linkend="anypaper-parameters-position-test">anypaper_parameters_position_test</link>, function in <link linkend="anypaper-anypaper-parameters">AnypaperParameters</link></primaryie></indexentry>
24 <indexentry><primaryie linkends="anypaper-parameters-write"><link linkend="anypaper-parameters-write">anypaper_parameters_write</link>, function in <link linkend="anypaper-anypaper-parameters">AnypaperParameters</link></primaryie></indexentry>
25 <indexentry><primaryie linkends="AnypaperPreview-struct"><link linkend="AnypaperPreview-struct">AnypaperPreview</link>, struct in <link linkend="anypaper-anypaper-preview">AnypaperPreview</link></primaryie></indexentry>
26 <indexentry><primaryie linkends="AnypaperPreviewPrivate"><link linkend="AnypaperPreviewPrivate">AnypaperPreviewPrivate</link>, struct in <link linkend="anypaper-anypaper-preview">anypaper_preview</link></primaryie></indexentry>
27 <indexentry><primaryie linkends="anypaper-preview-create"><link linkend="anypaper-preview-create">anypaper_preview_create</link>, function in <link linkend="anypaper-anypaper-preview">AnypaperPreview</link></primaryie></indexentry>
2628 </indexdiv>
2729 <indexdiv><title>S</title>
28 <indexentry><primaryie linkends="show-license-and-exit"><link linkend="show-license-and-exit">show_license_and_exit</link></primaryie></indexentry>
29 <indexentry><primaryie linkends="show-version-and-exit"><link linkend="show-version-and-exit">show_version_and_exit</link></primaryie></indexentry>
30 <indexentry><primaryie linkends="show-license-and-exit"><link linkend="show-license-and-exit">show_license_and_exit</link>, function in <link linkend="anypaper-anypaper-command">anypaper_command</link></primaryie></indexentry>
31 <indexentry><primaryie linkends="show-version-and-exit"><link linkend="show-version-and-exit">show_version_and_exit</link>, function in <link linkend="anypaper-anypaper-command">anypaper_command</link></primaryie></indexentry>
32 </indexdiv>
33 <indexdiv><title>W</title>
34 <indexentry><primaryie linkends="AnypaperWallpapersetter-struct"><link linkend="AnypaperWallpapersetter-struct">AnypaperWallpapersetter</link>, struct in <link linkend="anypaper-anypaper-wallpapersetter">AnypaperWallpapersetter</link></primaryie></indexentry>
35 <indexentry><primaryie linkends="AnypaperWallpapersetterPrivate"><link linkend="AnypaperWallpapersetterPrivate">AnypaperWallpapersetterPrivate</link>, struct in <link linkend="anypaper-anypaper-wallpapersetter">anypaper_wallpapersetter</link></primaryie></indexentry>
36 <indexentry><primaryie linkends="anypaper-wallpapersetter-detect"><link linkend="anypaper-wallpapersetter-detect">anypaper_wallpapersetter_detect</link>, function in <link linkend="anypaper-anypaper-wallpapersetter">AnypaperWallpapersetter</link></primaryie></indexentry>
37 <indexentry><primaryie linkends="anypaper-wallpapersetter-file"><link linkend="anypaper-wallpapersetter-file">anypaper_wallpapersetter_file</link>, function in <link linkend="anypaper-anypaper-wallpapersetter">AnypaperWallpapersetter</link></primaryie></indexentry>
38 <indexentry><primaryie linkends="AnypaperWindow-struct"><link linkend="AnypaperWindow-struct">AnypaperWindow</link>, struct in <link linkend="anypaper-anypaper-window">AnypaperWindow</link></primaryie></indexentry>
39 <indexentry><primaryie linkends="AnypaperWindowPrivate"><link linkend="AnypaperWindowPrivate">AnypaperWindowPrivate</link>, struct in <link linkend="anypaper-anypaper-window">anypaper_window</link></primaryie></indexentry>
40 <indexentry><primaryie linkends="anypaper-window-create"><link linkend="anypaper-window-create">anypaper_window_create</link>, function in <link linkend="anypaper-anypaper-window">AnypaperWindow</link></primaryie></indexentry>
41 <indexentry><primaryie linkends="anypaper-window-set-position-range"><link linkend="anypaper-window-set-position-range">anypaper_window_set_position_range</link>, function in <link linkend="anypaper-anypaper-window">AnypaperWindow</link></primaryie></indexentry>
3042 </indexdiv>
3143 </indexdiv>
(No changes)
00 # Generated from ltmain.m4sh.
11
2 # ltmain.sh (GNU libtool) 2.2.6
2 # ltmain.sh (GNU libtool) 2.2.6b
33 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
44
55 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
6464 # compiler: $LTCC
6565 # compiler flags: $LTCFLAGS
6666 # linker: $LD (gnu? $with_gnu_ld)
67 # $progname: (GNU libtool) 2.2.6 Debian-2.2.6a-1ubuntu1
67 # $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1
6868 # automake: $automake_version
6969 # autoconf: $autoconf_version
7070 #
7272
7373 PROGRAM=ltmain.sh
7474 PACKAGE=libtool
75 VERSION="2.2.6 Debian-2.2.6a-1ubuntu1"
75 VERSION="2.2.6b Debian-2.2.6b-2ubuntu1"
7676 TIMESTAMP=""
77 package_revision=1.3012
77 package_revision=1.3017
7878
7979 # Be Bourne compatible
8080 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
53465346 # It is a libtool convenience library, so add in its objects.
53475347 convenience="$convenience $ladir/$objdir/$old_library"
53485348 old_convenience="$old_convenience $ladir/$objdir/$old_library"
5349 tmp_libs=
5350 for deplib in $dependency_libs; do
5351 deplibs="$deplib $deplibs"
5352 if $opt_duplicate_deps ; then
5353 case "$tmp_libs " in
5354 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
5355 esac
5356 fi
5357 tmp_libs="$tmp_libs $deplib"
5358 done
53495359 elif test "$linkmode" != prog && test "$linkmode" != lib; then
53505360 func_fatal_error "\`$lib' is not a convenience library"
53515361 fi
5352 tmp_libs=
5353 for deplib in $dependency_libs; do
5354 deplibs="$deplib $deplibs"
5355 if $opt_duplicate_deps ; then
5356 case "$tmp_libs " in
5357 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
5358 esac
5359 fi
5360 tmp_libs="$tmp_libs $deplib"
5361 done
53625362 continue
53635363 fi # $pass = conv
53645364
58955895 if test "$link_all_deplibs" != no; then
58965896 # Add the search paths of all dependency libraries
58975897 for deplib in $dependency_libs; do
5898 path=
58985899 case $deplib in
58995900 -L*) path="$deplib" ;;
59005901 *.la)
(No changes)
(No changes)
(No changes)
88
99 # Generated from ltversion.in.
1010
11 # serial 3012 ltversion.m4
11 # serial 3017 ltversion.m4
1212 # This file is part of GNU Libtool
1313
14 m4_define([LT_PACKAGE_VERSION], [2.2.6])
15 m4_define([LT_PACKAGE_REVISION], [1.3012])
14 m4_define([LT_PACKAGE_VERSION], [2.2.6b])
15 m4_define([LT_PACKAGE_REVISION], [1.3017])
1616
1717 AC_DEFUN([LTVERSION_VERSION],
18 [macro_version='2.2.6'
19 macro_revision='1.3012'
18 [macro_version='2.2.6b'
19 macro_revision='1.3017'
2020 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
2121 _LT_DECL(, macro_revision, 0)
2222 ])
(No changes)
0 # Makefile.in generated by automake 1.10.2 from Makefile.am.
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
56 # This Makefile.in is free software; the Free Software Foundation
67 # gives unlimited permission to copy and/or distribute it,
78 # with or without modifications, as long as this notice is preserved.
1516
1617 VPATH = @srcdir@
1718 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
1820 pkglibdir = $(libdir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
2022 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
2123 install_sh_DATA = $(install_sh) -c -m 644
2224 install_sh_PROGRAM = $(install_sh) -c
4345 mkinstalldirs = $(install_sh) -d
4446 CONFIG_HEADER = $(top_builddir)/config.h
4547 CONFIG_CLEAN_FILES =
48 CONFIG_CLEAN_VPATH_FILES =
4649 SOURCES =
4750 DIST_SOURCES =
4851 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
5053 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
5154 *) f=$$p;; \
5255 esac;
53 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
56 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
57 am__install_max = 40
58 am__nobase_strip_setup = \
59 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
60 am__nobase_strip = \
61 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
62 am__nobase_list = $(am__nobase_strip_setup); \
63 for p in $$list; do echo "$$p $$p"; done | \
64 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
65 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
66 if (++n[$$2] == $(am__install_max)) \
67 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
68 END { for (dir in files) print dir, files[dir] }'
69 am__base_list = \
70 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
71 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
5472 am__installdirs = "$(DESTDIR)$(icondir)"
55 iconDATA_INSTALL = $(INSTALL_DATA)
5673 DATA = $(icon_DATA)
5774 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5875 ACLOCAL = @ACLOCAL@
8299 FGREP = @FGREP@
83100 GREP = @GREP@
84101 GTKDOC_CHECK = @GTKDOC_CHECK@
102 GTKDOC_MKPDF = @GTKDOC_MKPDF@
103 GTKDOC_REBASE = @GTKDOC_REBASE@
85104 HTML_DIR = @HTML_DIR@
86105 INSTALL = @INSTALL@
87106 INSTALL_DATA = @INSTALL_DATA@
109128 PACKAGE_NAME = @PACKAGE_NAME@
110129 PACKAGE_STRING = @PACKAGE_STRING@
111130 PACKAGE_TARNAME = @PACKAGE_TARNAME@
131 PACKAGE_URL = @PACKAGE_URL@
112132 PACKAGE_VERSION = @PACKAGE_VERSION@
113133 PATH_SEPARATOR = @PATH_SEPARATOR@
114134 PKG_CONFIG = @PKG_CONFIG@
187207 exit 1;; \
188208 esac; \
189209 done; \
190 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pixmaps/Makefile'; \
191 cd $(top_srcdir) && \
192 $(AUTOMAKE) --gnu pixmaps/Makefile
210 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pixmaps/Makefile'; \
211 $(am__cd) $(top_srcdir) && \
212 $(AUTOMAKE) --gnu pixmaps/Makefile
193213 .PRECIOUS: Makefile
194214 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
195215 @case '$?' in \
207227 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208228 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
209229 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230 $(am__aclocal_m4_deps):
210231
211232 mostlyclean-libtool:
212233 -rm -f *.lo
216237 install-iconDATA: $(icon_DATA)
217238 @$(NORMAL_INSTALL)
218239 test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
219 @list='$(icon_DATA)'; for p in $$list; do \
240 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
241 for p in $$list; do \
220242 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
221 f=$(am__strip_dir) \
222 echo " $(iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \
223 $(iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \
243 echo "$$d$$p"; \
244 done | $(am__base_list) | \
245 while read files; do \
246 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
247 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
224248 done
225249
226250 uninstall-iconDATA:
227251 @$(NORMAL_UNINSTALL)
228 @list='$(icon_DATA)'; for p in $$list; do \
229 f=$(am__strip_dir) \
230 echo " rm -f '$(DESTDIR)$(icondir)/$$f'"; \
231 rm -f "$(DESTDIR)$(icondir)/$$f"; \
232 done
252 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
253 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
254 test -n "$$files" || exit 0; \
255 echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
256 cd "$(DESTDIR)$(icondir)" && rm -f $$files
233257 tags: TAGS
234258 TAGS:
235259
253277 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
254278 if test -d $$d/$$file; then \
255279 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
280 if test -d "$(distdir)/$$file"; then \
281 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
282 fi; \
256283 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
257 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
284 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
285 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
258286 fi; \
259 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
287 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
260288 else \
261 test -f $(distdir)/$$file \
262 || cp -p $$d/$$file $(distdir)/$$file \
289 test -f "$(distdir)/$$file" \
290 || cp -p $$d/$$file "$(distdir)/$$file" \
263291 || exit 1; \
264292 fi; \
265293 done
290318
291319 distclean-generic:
292320 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
321 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
293322
294323 maintainer-clean-generic:
295324 @echo "This command is intended for maintainers to use"
308337
309338 html: html-am
310339
340 html-am:
341
311342 info: info-am
312343
313344 info-am:
316347
317348 install-dvi: install-dvi-am
318349
350 install-dvi-am:
351
319352 install-exec-am:
320353
321354 install-html: install-html-am
322355
356 install-html-am:
357
323358 install-info: install-info-am
324359
360 install-info-am:
361
325362 install-man:
326363
327364 install-pdf: install-pdf-am
328365
366 install-pdf-am:
367
329368 install-ps: install-ps-am
369
370 install-ps-am:
330371
331372 installcheck-am:
332373
362403 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
363404 uninstall uninstall-am uninstall-iconDATA
364405
406
365407 # Tell versions [3.59,3.63) of GNU make to not export all variables.
366408 # Otherwise a system limit (for SysV at least) may be exceeded.
367409 .NOEXPORT:
Binary diff not shown