New upstream version 1.6.02
Lior Kaplan
5 years ago
0 | (C) Boruch Baum <boruch-baum@users.sourceforge.net> 2011-2012. | |
0 | (C) Boruch Baum <boruch-baum@users.sourceforge.net> 2011-2013. | |
1 | 1 | (C) Yaacov Zamir <kzamir@walla.co.il> 2003-2008. |
2 | 2 | (C) Amos Shapir <amos083@hotmail.com> 1984-2003. |
3 | 3 |
0 | ============================================================================== | |
1 | libhdate (1.6.02) - Boruch Baum <boruch-baum@users.sourceforge.net> 2013-2-11 | |
2 | ============================================================================== | |
3 | ||
4 | hcal | |
5 | - Tzafrir's patch for "hcal -3" | |
6 | ||
7 | hcal.1 | |
8 | hdate.1 | |
9 | - Lintian compliance | |
10 | ||
11 | hcal.c | |
12 | local_functions.c | |
13 | - remove warnings indicated by code-hardening compile flags | |
14 | ||
15 | makefile.am | |
16 | - code-hardening link options enabled for examples/hcal | |
17 | ||
18 | ============================================================================== | |
19 | libhdate (1.6.01) - Boruch Baum <boruch-baum@users.sourceforge.net> 2013-01-02 | |
20 | ============================================================================== | |
21 | ||
22 | hcal | |
23 | - BUGFIX: properly print final week line in February etal. | |
24 | ||
25 | ||
0 | 26 | =========================================================================== |
1 | 27 | libhdate (1.6) - Boruch Baum <boruch-baum@users.sourceforge.net> 2012-01-09 |
2 | 28 | =========================================================================== |
0 | 0 | Installation Instructions |
1 | 1 | ************************* |
2 | 2 | |
3 | Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, | |
4 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | |
3 | Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, | |
4 | Inc. | |
5 | 5 | |
6 | 6 | Copying and distribution of this file, with or without modification, |
7 | 7 | are permitted in any medium without royalty provided the copyright |
225 | 225 | |
226 | 226 | and if that doesn't work, install pre-built binaries of GCC for HP-UX. |
227 | 227 | |
228 | HP-UX `make' updates targets which have the same time stamps as | |
229 | their prerequisites, which makes it generally unusable when shipped | |
230 | generated files such as `configure' are involved. Use GNU `make' | |
231 | instead. | |
232 | ||
228 | 233 | On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot |
229 | 234 | parse its `<wchar.h>' header file. The option `-nodtk' can be used as |
230 | 235 | a workaround. If GNU CC is not installed, it is therefore recommended |
3 | 3 | PACKAGE_STRING = library for Hebrew date information |
4 | 4 | PACKAGE_TARNAME = |
5 | 5 | PACKAGE_URL = libhdate.sourceforge.net |
6 | PACKAGE_VERSION = 1.6 | |
7 | VERSION = 1.6 | |
6 | PACKAGE_VERSION = 1.6.02 | |
7 | VERSION = 1.6.02 | |
8 | 8 | |
9 | 9 | SUBDIRS = po docs src examples bindings |
10 | 10 | |
11 | 11 | pkgconfigdir = $(libdir)/pkgconfig |
12 | 12 | pkgconfig_DATA = libhdate.pc |
13 | ||
14 | libhdate_CFLAGS = -Wall -g -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -O1 -fstack-protector --param ssp-buffer-size=4 -fPIE -pie | |
15 | libhdate_LDFLAGS = -z relro -z now | |
16 | ||
13 | 17 | |
14 | 18 | libhdatedocdir = ${prefix}/share/doc/libhdate |
15 | 19 | libhdatedoc_DATA = \ |
0 | # Makefile.in generated by automake 1.11.1 from Makefile.am. | |
0 | # Makefile.in generated by automake 1.11.6 from Makefile.am. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
5 | # Inc. | |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | |
5 | # Foundation, Inc. | |
6 | 6 | # This Makefile.in is free software; the Free Software Foundation |
7 | 7 | # gives unlimited permission to copy and/or distribute it, |
8 | 8 | # with or without modifications, as long as this notice is preserved. |
15 | 15 | @SET_MAKE@ |
16 | 16 | |
17 | 17 | VPATH = @srcdir@ |
18 | am__make_dryrun = \ | |
19 | { \ | |
20 | am__dry=no; \ | |
21 | case $$MAKEFLAGS in \ | |
22 | *\\[\ \ ]*) \ | |
23 | echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | |
24 | | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | |
25 | *) \ | |
26 | for am__flg in $$MAKEFLAGS; do \ | |
27 | case $$am__flg in \ | |
28 | *=*|--*) ;; \ | |
29 | *n*) am__dry=yes; break;; \ | |
30 | esac; \ | |
31 | done;; \ | |
32 | esac; \ | |
33 | test $$am__dry = yes; \ | |
34 | } | |
18 | 35 | pkgdatadir = $(datadir)/@PACKAGE@ |
19 | 36 | pkgincludedir = $(includedir)/@PACKAGE@ |
20 | 37 | pkglibdir = $(libdir)/@PACKAGE@ |
64 | 81 | install-pdf-recursive install-ps-recursive install-recursive \ |
65 | 82 | installcheck-recursive installdirs-recursive pdf-recursive \ |
66 | 83 | ps-recursive uninstall-recursive |
84 | am__can_run_installinfo = \ | |
85 | case $$AM_UPDATE_INFO_DIR in \ | |
86 | n|no|NO) false;; \ | |
87 | *) (install-info --version) >/dev/null 2>&1;; \ | |
88 | esac | |
67 | 89 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
68 | 90 | am__vpath_adj = case $$p in \ |
69 | 91 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
85 | 107 | am__base_list = \ |
86 | 108 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
87 | 109 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
110 | am__uninstall_files_from_dir = { \ | |
111 | test -z "$$files" \ | |
112 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | |
113 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | |
114 | $(am__cd) "$$dir" && rm -f $$files; }; \ | |
115 | } | |
88 | 116 | am__installdirs = "$(DESTDIR)$(libhdatedocdir)" \ |
89 | 117 | "$(DESTDIR)$(pkgconfigdir)" |
90 | 118 | DATA = $(libhdatedoc_DATA) $(pkgconfig_DATA) |
100 | 128 | distdir = $(PACKAGE)-$(VERSION) |
101 | 129 | top_distdir = $(distdir) |
102 | 130 | am__remove_distdir = \ |
103 | { test ! -d "$(distdir)" \ | |
104 | || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
105 | && rm -fr "$(distdir)"; }; } | |
131 | if test -d "$(distdir)"; then \ | |
132 | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
133 | && rm -rf "$(distdir)" \ | |
134 | || { sleep 5 && rm -rf "$(distdir)"; }; \ | |
135 | else :; fi | |
106 | 136 | am__relativize = \ |
107 | 137 | dir0=`pwd`; \ |
108 | 138 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
131 | 161 | DIST_ARCHIVES = $(distdir).tar.gz |
132 | 162 | GZIP_ENV = --best |
133 | 163 | distuninstallcheck_listfiles = find . -type f -print |
164 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | |
165 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | |
134 | 166 | distcleancheck_listfiles = find . -type f -print |
135 | 167 | ACLOCAL = @ACLOCAL@ |
136 | 168 | AMTAR = @AMTAR@ |
200 | 232 | PACKAGE_STRING = library for Hebrew date information |
201 | 233 | PACKAGE_TARNAME = |
202 | 234 | PACKAGE_URL = libhdate.sourceforge.net |
203 | PACKAGE_VERSION = 1.6 | |
235 | PACKAGE_VERSION = 1.6.02 | |
204 | 236 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
205 | 237 | PA_MODULES_PATH = @PA_MODULES_PATH@ |
206 | 238 | PA_VERSION = @PA_VERSION@ |
223 | 255 | SHELL = @SHELL@ |
224 | 256 | STRIP = @STRIP@ |
225 | 257 | USE_NLS = @USE_NLS@ |
226 | VERSION = 1.6 | |
258 | VERSION = 1.6.02 | |
227 | 259 | VERSION_INFO = @VERSION_INFO@ |
228 | 260 | XGETTEXT = @XGETTEXT@ |
229 | 261 | XGETTEXT_015 = @XGETTEXT_015@ |
291 | 323 | SUBDIRS = po docs src examples bindings |
292 | 324 | pkgconfigdir = $(libdir)/pkgconfig |
293 | 325 | pkgconfig_DATA = libhdate.pc |
326 | libhdate_CFLAGS = -Wall -g -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -O1 -fstack-protector --param ssp-buffer-size=4 -fPIE -pie | |
327 | libhdate_LDFLAGS = -z relro -z now | |
294 | 328 | libhdatedocdir = ${prefix}/share/doc/libhdate |
295 | 329 | libhdatedoc_DATA = \ |
296 | 330 | README\ |
307 | 341 | all: all-recursive |
308 | 342 | |
309 | 343 | .SUFFIXES: |
310 | am--refresh: | |
344 | am--refresh: Makefile | |
311 | 345 | @: |
312 | 346 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
313 | 347 | @for dep in $?; do \ |
354 | 388 | -rm -f libtool config.lt |
355 | 389 | install-libhdatedocDATA: $(libhdatedoc_DATA) |
356 | 390 | @$(NORMAL_INSTALL) |
357 | test -z "$(libhdatedocdir)" || $(MKDIR_P) "$(DESTDIR)$(libhdatedocdir)" | |
358 | 391 | @list='$(libhdatedoc_DATA)'; test -n "$(libhdatedocdir)" || list=; \ |
392 | if test -n "$$list"; then \ | |
393 | echo " $(MKDIR_P) '$(DESTDIR)$(libhdatedocdir)'"; \ | |
394 | $(MKDIR_P) "$(DESTDIR)$(libhdatedocdir)" || exit 1; \ | |
395 | fi; \ | |
359 | 396 | for p in $$list; do \ |
360 | 397 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
361 | 398 | echo "$$d$$p"; \ |
369 | 406 | @$(NORMAL_UNINSTALL) |
370 | 407 | @list='$(libhdatedoc_DATA)'; test -n "$(libhdatedocdir)" || list=; \ |
371 | 408 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
372 | test -n "$$files" || exit 0; \ | |
373 | echo " ( cd '$(DESTDIR)$(libhdatedocdir)' && rm -f" $$files ")"; \ | |
374 | cd "$(DESTDIR)$(libhdatedocdir)" && rm -f $$files | |
409 | dir='$(DESTDIR)$(libhdatedocdir)'; $(am__uninstall_files_from_dir) | |
375 | 410 | install-pkgconfigDATA: $(pkgconfig_DATA) |
376 | 411 | @$(NORMAL_INSTALL) |
377 | test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" | |
378 | 412 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ |
413 | if test -n "$$list"; then \ | |
414 | echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ | |
415 | $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ | |
416 | fi; \ | |
379 | 417 | for p in $$list; do \ |
380 | 418 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
381 | 419 | echo "$$d$$p"; \ |
389 | 427 | @$(NORMAL_UNINSTALL) |
390 | 428 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ |
391 | 429 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
392 | test -n "$$files" || exit 0; \ | |
393 | echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ | |
394 | cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files | |
430 | dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) | |
395 | 431 | |
396 | 432 | # This directory's subdirectories are mostly independent; you can cd |
397 | 433 | # into them and run `make' without going through this Makefile. |
562 | 598 | done |
563 | 599 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
564 | 600 | if test "$$subdir" = .; then :; else \ |
565 | test -d "$(distdir)/$$subdir" \ | |
566 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
567 | || exit 1; \ | |
568 | fi; \ | |
569 | done | |
570 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
571 | if test "$$subdir" = .; then :; else \ | |
601 | $(am__make_dryrun) \ | |
602 | || test -d "$(distdir)/$$subdir" \ | |
603 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
604 | || exit 1; \ | |
572 | 605 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
573 | 606 | $(am__relativize); \ |
574 | 607 | new_distdir=$$reldir; \ |
600 | 633 | $(am__remove_distdir) |
601 | 634 | |
602 | 635 | dist-bzip2: distdir |
603 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 | |
636 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 | |
637 | $(am__remove_distdir) | |
638 | ||
639 | dist-lzip: distdir | |
640 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz | |
604 | 641 | $(am__remove_distdir) |
605 | 642 | |
606 | 643 | dist-lzma: distdir |
608 | 645 | $(am__remove_distdir) |
609 | 646 | |
610 | 647 | dist-xz: distdir |
611 | tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz | |
648 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz | |
612 | 649 | $(am__remove_distdir) |
613 | 650 | |
614 | 651 | dist-tarZ: distdir |
639 | 676 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
640 | 677 | *.tar.lzma*) \ |
641 | 678 | lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ |
679 | *.tar.lz*) \ | |
680 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ | |
642 | 681 | *.tar.xz*) \ |
643 | 682 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
644 | 683 | *.tar.Z*) \ |
648 | 687 | *.zip*) \ |
649 | 688 | unzip $(distdir).zip ;;\ |
650 | 689 | esac |
651 | chmod -R a-w $(distdir); chmod a+w $(distdir) | |
690 | chmod -R a-w $(distdir); chmod u+w $(distdir) | |
652 | 691 | mkdir $(distdir)/_build |
653 | 692 | mkdir $(distdir)/_inst |
654 | 693 | chmod a-w $(distdir) |
658 | 697 | && am__cwd=`pwd` \ |
659 | 698 | && $(am__cd) $(distdir)/_build \ |
660 | 699 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
700 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ | |
661 | 701 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
662 | 702 | && $(MAKE) $(AM_MAKEFLAGS) \ |
663 | 703 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
686 | 726 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
687 | 727 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
688 | 728 | distuninstallcheck: |
689 | @$(am__cd) '$(distuninstallcheck_dir)' \ | |
690 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ | |
729 | @test -n '$(distuninstallcheck_dir)' || { \ | |
730 | echo 'ERROR: trying to run $@ with an empty' \ | |
731 | '$$(distuninstallcheck_dir)' >&2; \ | |
732 | exit 1; \ | |
733 | }; \ | |
734 | $(am__cd) '$(distuninstallcheck_dir)' || { \ | |
735 | echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ | |
736 | exit 1; \ | |
737 | }; \ | |
738 | test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ | |
691 | 739 | || { echo "ERROR: files left after uninstall:" ; \ |
692 | 740 | if test -n "$(DESTDIR)"; then \ |
693 | 741 | echo " (check DESTDIR support)"; \ |
721 | 769 | |
722 | 770 | installcheck: installcheck-recursive |
723 | 771 | install-strip: |
724 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
725 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
726 | `test -z '$(STRIP)' || \ | |
727 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
772 | if test -z '$(STRIP)'; then \ | |
773 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
774 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
775 | install; \ | |
776 | else \ | |
777 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
778 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
779 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
780 | fi | |
728 | 781 | mostlyclean-generic: |
729 | 782 | |
730 | 783 | clean-generic: |
812 | 865 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
813 | 866 | all all-am am--refresh check check-am clean clean-generic \ |
814 | 867 | clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ |
815 | dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ | |
816 | distcheck distclean distclean-generic distclean-libtool \ | |
817 | distclean-tags distcleancheck distdir distuninstallcheck dvi \ | |
818 | dvi-am html html-am info info-am install install-am \ | |
819 | install-data install-data-am install-dvi install-dvi-am \ | |
820 | install-exec install-exec-am install-html install-html-am \ | |
821 | install-info install-info-am install-libhdatedocDATA \ | |
822 | install-man install-pdf install-pdf-am install-pkgconfigDATA \ | |
823 | install-ps install-ps-am install-strip installcheck \ | |
824 | installcheck-am installdirs installdirs-am maintainer-clean \ | |
825 | maintainer-clean-generic mostlyclean mostlyclean-generic \ | |
826 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ | |
827 | uninstall uninstall-am uninstall-libhdatedocDATA \ | |
828 | uninstall-pkgconfigDATA | |
868 | dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \ | |
869 | dist-zip distcheck distclean distclean-generic \ | |
870 | distclean-libtool distclean-tags distcleancheck distdir \ | |
871 | distuninstallcheck dvi dvi-am html html-am info info-am \ | |
872 | install install-am install-data install-data-am install-dvi \ | |
873 | install-dvi-am install-exec install-exec-am install-html \ | |
874 | install-html-am install-info install-info-am \ | |
875 | install-libhdatedocDATA install-man install-pdf install-pdf-am \ | |
876 | install-pkgconfigDATA install-ps install-ps-am install-strip \ | |
877 | installcheck installcheck-am installdirs installdirs-am \ | |
878 | maintainer-clean maintainer-clean-generic mostlyclean \ | |
879 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | |
880 | tags tags-recursive uninstall uninstall-am \ | |
881 | uninstall-libhdatedocDATA uninstall-pkgconfigDATA | |
829 | 882 | |
830 | 883 | |
831 | 884 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
0 | Libhdate, hcal, hdate: version 1..6 released | |
1 | ============================================ | |
0 | Libhdate, hcal, hdate: version 1.6.02 released | |
1 | ============================================== | |
2 | This release brings the package into complicance with the Debian policy | |
3 | for packaging. | |
4 | ||
5 | 2013-02-11 Boruch Baum <boruch-baum@users.sourceforge.net> | |
6 | ||
7 | ||
8 | Libhdate, hcal, hdate: version 1.6.01 released | |
9 | ============================================== | |
10 | This is a bugfix release, correcting a problem in hcal, which would | |
11 | improoperly truncate the final week line in February. | |
12 | ||
13 | 2013-01-02 Boruch Baum <boruch-baum@users.sourceforge.net> | |
14 | ||
15 | ||
16 | Libhdate, hcal, hdate: version 1.6 released | |
17 | =========================================== | |
2 | 18 | |
3 | 19 | LibHdate is a small library for the Hebrew calendar, dates, holidays, |
4 | 20 | and reading sequence. It is written in C and includes bindings for |
0 | # generated automatically by aclocal 1.11.1 -*- Autoconf -*- | |
0 | # generated automatically by aclocal 1.11.6 -*- Autoconf -*- | |
1 | 1 | |
2 | 2 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
3 | # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | |
3 | # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, | |
4 | # Inc. | |
4 | 5 | # This file is free software; the Free Software Foundation |
5 | 6 | # gives unlimited permission to copy and/or distribute it, |
6 | 7 | # with or without modifications, as long as this notice is preserved. |
12 | 13 | |
13 | 14 | m4_ifndef([AC_AUTOCONF_VERSION], |
14 | 15 | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
15 | m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, | |
16 | [m4_warning([this file was generated for autoconf 2.68. | |
16 | m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, | |
17 | [m4_warning([this file was generated for autoconf 2.69. | |
17 | 18 | You have another version of autoconf. It may work, but is not guaranteed to. |
18 | 19 | If you have problems, you may need to regenerate the build system entirely. |
19 | 20 | To do so, use the procedure documented by the package, typically `autoreconf'.])]) |
20 | 21 | |
21 | # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | |
22 | # | |
23 | # This file is free software; the Free Software Foundation | |
24 | # gives unlimited permission to copy and/or distribute it, | |
25 | # with or without modifications, as long as this notice is preserved. | |
22 | # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software | |
23 | # Foundation, Inc. | |
24 | # | |
25 | # This file is free software; the Free Software Foundation | |
26 | # gives unlimited permission to copy and/or distribute it, | |
27 | # with or without modifications, as long as this notice is preserved. | |
28 | ||
29 | # serial 1 | |
26 | 30 | |
27 | 31 | # AM_AUTOMAKE_VERSION(VERSION) |
28 | 32 | # ---------------------------- |
33 | 37 | [am__api_version='1.11' |
34 | 38 | dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to |
35 | 39 | dnl require some minimum version. Point them to the right macro. |
36 | m4_if([$1], [1.11.1], [], | |
40 | m4_if([$1], [1.11.6], [], | |
37 | 41 | [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl |
38 | 42 | ]) |
39 | 43 | |
49 | 53 | # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. |
50 | 54 | # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. |
51 | 55 | AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], |
52 | [AM_AUTOMAKE_VERSION([1.11.1])dnl | |
56 | [AM_AUTOMAKE_VERSION([1.11.6])dnl | |
53 | 57 | m4_ifndef([AC_AUTOCONF_VERSION], |
54 | 58 | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
55 | 59 | _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |
56 | 60 | |
57 | 61 | # AM_AUX_DIR_EXPAND -*- Autoconf -*- |
58 | 62 | |
59 | # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. | |
60 | # | |
61 | # This file is free software; the Free Software Foundation | |
62 | # gives unlimited permission to copy and/or distribute it, | |
63 | # with or without modifications, as long as this notice is preserved. | |
63 | # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. | |
64 | # | |
65 | # This file is free software; the Free Software Foundation | |
66 | # gives unlimited permission to copy and/or distribute it, | |
67 | # with or without modifications, as long as this notice is preserved. | |
68 | ||
69 | # serial 1 | |
64 | 70 | |
65 | 71 | # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets |
66 | 72 | # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to |
143 | 149 | Usually this means the macro was only invoked conditionally.]]) |
144 | 150 | fi])]) |
145 | 151 | |
146 | # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 | |
147 | # Free Software Foundation, Inc. | |
148 | # | |
149 | # This file is free software; the Free Software Foundation | |
150 | # gives unlimited permission to copy and/or distribute it, | |
151 | # with or without modifications, as long as this notice is preserved. | |
152 | ||
153 | # serial 10 | |
152 | # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, | |
153 | # 2010, 2011 Free Software Foundation, Inc. | |
154 | # | |
155 | # This file is free software; the Free Software Foundation | |
156 | # gives unlimited permission to copy and/or distribute it, | |
157 | # with or without modifications, as long as this notice is preserved. | |
158 | ||
159 | # serial 12 | |
154 | 160 | |
155 | 161 | # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be |
156 | 162 | # written in clear, in which case automake, when reading aclocal.m4, |
190 | 196 | # instance it was reported that on HP-UX the gcc test will end up |
191 | 197 | # making a dummy file named `D' -- because `-MD' means `put the output |
192 | 198 | # in D'. |
199 | rm -rf conftest.dir | |
193 | 200 | mkdir conftest.dir |
194 | 201 | # Copy depcomp to subdir because otherwise we won't find it if we're |
195 | 202 | # using a relative directory. |
254 | 261 | break |
255 | 262 | fi |
256 | 263 | ;; |
257 | msvisualcpp | msvcmsys) | |
264 | msvc7 | msvc7msys | msvisualcpp | msvcmsys) | |
258 | 265 | # This compiler won't grok `-c -o', but also, the minuso test has |
259 | 266 | # not run yet. These depmodes are late enough in the game, and |
260 | 267 | # so weak that their functioning should not be impacted. |
319 | 326 | if test "x$enable_dependency_tracking" != xno; then |
320 | 327 | am_depcomp="$ac_aux_dir/depcomp" |
321 | 328 | AMDEPBACKSLASH='\' |
329 | am__nodep='_no' | |
322 | 330 | fi |
323 | 331 | AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) |
324 | 332 | AC_SUBST([AMDEPBACKSLASH])dnl |
325 | 333 | _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl |
334 | AC_SUBST([am__nodep])dnl | |
335 | _AM_SUBST_NOTMAKE([am__nodep])dnl | |
326 | 336 | ]) |
327 | 337 | |
328 | 338 | # Generate code to set up dependency tracking. -*- Autoconf -*- |
544 | 554 | done |
545 | 555 | echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) |
546 | 556 | |
547 | # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. | |
548 | # | |
549 | # This file is free software; the Free Software Foundation | |
550 | # gives unlimited permission to copy and/or distribute it, | |
551 | # with or without modifications, as long as this notice is preserved. | |
557 | # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, | |
558 | # Inc. | |
559 | # | |
560 | # This file is free software; the Free Software Foundation | |
561 | # gives unlimited permission to copy and/or distribute it, | |
562 | # with or without modifications, as long as this notice is preserved. | |
563 | ||
564 | # serial 1 | |
552 | 565 | |
553 | 566 | # AM_PROG_INSTALL_SH |
554 | 567 | # ------------------ |
589 | 602 | # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- |
590 | 603 | # From Jim Meyering |
591 | 604 | |
592 | # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 | |
593 | # Free Software Foundation, Inc. | |
605 | # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008, | |
606 | # 2011 Free Software Foundation, Inc. | |
594 | 607 | # |
595 | 608 | # This file is free software; the Free Software Foundation |
596 | 609 | # gives unlimited permission to copy and/or distribute it, |
610 | 623 | [disable], [m4_define([am_maintainer_other], [enable])], |
611 | 624 | [m4_define([am_maintainer_other], [enable]) |
612 | 625 | m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) |
613 | AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles]) | |
626 | AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) | |
614 | 627 | dnl maintainer-mode's default is 'disable' unless 'enable' is passed |
615 | 628 | AC_ARG_ENABLE([maintainer-mode], |
616 | 629 | [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful |
721 | 734 | fi |
722 | 735 | ]) |
723 | 736 | |
724 | # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | |
725 | # | |
726 | # This file is free software; the Free Software Foundation | |
727 | # gives unlimited permission to copy and/or distribute it, | |
728 | # with or without modifications, as long as this notice is preserved. | |
737 | # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, | |
738 | # Inc. | |
739 | # | |
740 | # This file is free software; the Free Software Foundation | |
741 | # gives unlimited permission to copy and/or distribute it, | |
742 | # with or without modifications, as long as this notice is preserved. | |
743 | ||
744 | # serial 1 | |
729 | 745 | |
730 | 746 | # AM_PROG_MKDIR_P |
731 | 747 | # --------------- |
749 | 765 | |
750 | 766 | # Helper functions for option handling. -*- Autoconf -*- |
751 | 767 | |
752 | # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. | |
753 | # | |
754 | # This file is free software; the Free Software Foundation | |
755 | # gives unlimited permission to copy and/or distribute it, | |
756 | # with or without modifications, as long as this notice is preserved. | |
757 | ||
758 | # serial 4 | |
768 | # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software | |
769 | # Foundation, Inc. | |
770 | # | |
771 | # This file is free software; the Free Software Foundation | |
772 | # gives unlimited permission to copy and/or distribute it, | |
773 | # with or without modifications, as long as this notice is preserved. | |
774 | ||
775 | # serial 5 | |
759 | 776 | |
760 | 777 | # _AM_MANGLE_OPTION(NAME) |
761 | 778 | # ----------------------- |
763 | 780 | [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) |
764 | 781 | |
765 | 782 | # _AM_SET_OPTION(NAME) |
766 | # ------------------------------ | |
783 | # -------------------- | |
767 | 784 | # Set option NAME. Presently that only means defining a flag for this option. |
768 | 785 | AC_DEFUN([_AM_SET_OPTION], |
769 | 786 | [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) |
770 | 787 | |
771 | 788 | # _AM_SET_OPTIONS(OPTIONS) |
772 | # ---------------------------------- | |
789 | # ------------------------ | |
773 | 790 | # OPTIONS is a space-separated list of Automake options. |
774 | 791 | AC_DEFUN([_AM_SET_OPTIONS], |
775 | 792 | [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) |
845 | 862 | fi |
846 | 863 | AC_MSG_RESULT(yes)]) |
847 | 864 | |
848 | # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. | |
849 | # | |
850 | # This file is free software; the Free Software Foundation | |
851 | # gives unlimited permission to copy and/or distribute it, | |
852 | # with or without modifications, as long as this notice is preserved. | |
865 | # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. | |
866 | # | |
867 | # This file is free software; the Free Software Foundation | |
868 | # gives unlimited permission to copy and/or distribute it, | |
869 | # with or without modifications, as long as this notice is preserved. | |
870 | ||
871 | # serial 1 | |
853 | 872 | |
854 | 873 | # AM_PROG_INSTALL_STRIP |
855 | 874 | # --------------------- |
873 | 892 | INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
874 | 893 | AC_SUBST([INSTALL_STRIP_PROGRAM])]) |
875 | 894 | |
876 | # Copyright (C) 2006, 2008 Free Software Foundation, Inc. | |
877 | # | |
878 | # This file is free software; the Free Software Foundation | |
879 | # gives unlimited permission to copy and/or distribute it, | |
880 | # with or without modifications, as long as this notice is preserved. | |
881 | ||
882 | # serial 2 | |
895 | # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. | |
896 | # | |
897 | # This file is free software; the Free Software Foundation | |
898 | # gives unlimited permission to copy and/or distribute it, | |
899 | # with or without modifications, as long as this notice is preserved. | |
900 | ||
901 | # serial 3 | |
883 | 902 | |
884 | 903 | # _AM_SUBST_NOTMAKE(VARIABLE) |
885 | 904 | # --------------------------- |
888 | 907 | AC_DEFUN([_AM_SUBST_NOTMAKE]) |
889 | 908 | |
890 | 909 | # AM_SUBST_NOTMAKE(VARIABLE) |
891 | # --------------------------- | |
910 | # -------------------------- | |
892 | 911 | # Public sister of _AM_SUBST_NOTMAKE. |
893 | 912 | AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) |
894 | 913 | |
895 | 914 | # Check how to create a tarball. -*- Autoconf -*- |
896 | 915 | |
897 | # Copyright (C) 2004, 2005 Free Software Foundation, Inc. | |
916 | # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. | |
898 | 917 | # |
899 | 918 | # This file is free software; the Free Software Foundation |
900 | 919 | # gives unlimited permission to copy and/or distribute it, |
916 | 935 | # a tarball read from stdin. |
917 | 936 | # $(am__untar) < result.tar |
918 | 937 | AC_DEFUN([_AM_PROG_TAR], |
919 | [# Always define AMTAR for backward compatibility. | |
920 | AM_MISSING_PROG([AMTAR], [tar]) | |
938 | [# Always define AMTAR for backward compatibility. Yes, it's still used | |
939 | # in the wild :-( We should find a proper way to deprecate it ... | |
940 | AC_SUBST([AMTAR], ['$${TAR-tar}']) | |
921 | 941 | m4_if([$1], [v7], |
922 | [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], | |
942 | [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], | |
923 | 943 | [m4_case([$1], [ustar],, [pax],, |
924 | 944 | [m4_fatal([Unknown tar format])]) |
925 | 945 | AC_MSG_CHECKING([how to create a $1 tar archive]) |
0 | # Makefile.in generated by automake 1.11.1 from Makefile.am. | |
0 | # Makefile.in generated by automake 1.11.6 from Makefile.am. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
5 | # Inc. | |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | |
5 | # Foundation, Inc. | |
6 | 6 | # This Makefile.in is free software; the Free Software Foundation |
7 | 7 | # gives unlimited permission to copy and/or distribute it, |
8 | 8 | # with or without modifications, as long as this notice is preserved. |
14 | 14 | |
15 | 15 | @SET_MAKE@ |
16 | 16 | VPATH = @srcdir@ |
17 | am__make_dryrun = \ | |
18 | { \ | |
19 | am__dry=no; \ | |
20 | case $$MAKEFLAGS in \ | |
21 | *\\[\ \ ]*) \ | |
22 | echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | |
23 | | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | |
24 | *) \ | |
25 | for am__flg in $$MAKEFLAGS; do \ | |
26 | case $$am__flg in \ | |
27 | *=*|--*) ;; \ | |
28 | *n*) am__dry=yes; break;; \ | |
29 | esac; \ | |
30 | done;; \ | |
31 | esac; \ | |
32 | test $$am__dry = yes; \ | |
33 | } | |
17 | 34 | pkgdatadir = $(datadir)/@PACKAGE@ |
18 | 35 | pkgincludedir = $(includedir)/@PACKAGE@ |
19 | 36 | pkglibdir = $(libdir)/@PACKAGE@ |
57 | 74 | install-pdf-recursive install-ps-recursive install-recursive \ |
58 | 75 | installcheck-recursive installdirs-recursive pdf-recursive \ |
59 | 76 | ps-recursive uninstall-recursive |
77 | am__can_run_installinfo = \ | |
78 | case $$AM_UPDATE_INFO_DIR in \ | |
79 | n|no|NO) false;; \ | |
80 | *) (install-info --version) >/dev/null 2>&1;; \ | |
81 | esac | |
60 | 82 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
61 | 83 | distclean-recursive maintainer-clean-recursive |
62 | 84 | AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
455 | 477 | done |
456 | 478 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
457 | 479 | if test "$$subdir" = .; then :; else \ |
458 | test -d "$(distdir)/$$subdir" \ | |
459 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
460 | || exit 1; \ | |
461 | fi; \ | |
462 | done | |
463 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
464 | if test "$$subdir" = .; then :; else \ | |
480 | $(am__make_dryrun) \ | |
481 | || test -d "$(distdir)/$$subdir" \ | |
482 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
483 | || exit 1; \ | |
465 | 484 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
466 | 485 | $(am__relativize); \ |
467 | 486 | new_distdir=$$reldir; \ |
496 | 515 | |
497 | 516 | installcheck: installcheck-recursive |
498 | 517 | install-strip: |
499 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
500 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
501 | `test -z '$(STRIP)' || \ | |
502 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
518 | if test -z '$(STRIP)'; then \ | |
519 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
520 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
521 | install; \ | |
522 | else \ | |
523 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
524 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
525 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
526 | fi | |
503 | 527 | mostlyclean-generic: |
504 | 528 | |
505 | 529 | clean-generic: |
0 | # Makefile.in generated by automake 1.11.1 from Makefile.am. | |
0 | # Makefile.in generated by automake 1.11.6 from Makefile.am. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
5 | # Inc. | |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | |
5 | # Foundation, Inc. | |
6 | 6 | # This Makefile.in is free software; the Free Software Foundation |
7 | 7 | # gives unlimited permission to copy and/or distribute it, |
8 | 8 | # with or without modifications, as long as this notice is preserved. |
14 | 14 | |
15 | 15 | @SET_MAKE@ |
16 | 16 | VPATH = @srcdir@ |
17 | am__make_dryrun = \ | |
18 | { \ | |
19 | am__dry=no; \ | |
20 | case $$MAKEFLAGS in \ | |
21 | *\\[\ \ ]*) \ | |
22 | echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | |
23 | | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | |
24 | *) \ | |
25 | for am__flg in $$MAKEFLAGS; do \ | |
26 | case $$am__flg in \ | |
27 | *=*|--*) ;; \ | |
28 | *n*) am__dry=yes; break;; \ | |
29 | esac; \ | |
30 | done;; \ | |
31 | esac; \ | |
32 | test $$am__dry = yes; \ | |
33 | } | |
17 | 34 | pkgdatadir = $(datadir)/@PACKAGE@ |
18 | 35 | pkgincludedir = $(includedir)/@PACKAGE@ |
19 | 36 | pkglibdir = $(libdir)/@PACKAGE@ |
50 | 67 | CONFIG_CLEAN_VPATH_FILES = |
51 | 68 | SOURCES = |
52 | 69 | DIST_SOURCES = |
70 | am__can_run_installinfo = \ | |
71 | case $$AM_UPDATE_INFO_DIR in \ | |
72 | n|no|NO) false;; \ | |
73 | *) (install-info --version) >/dev/null 2>&1;; \ | |
74 | esac | |
53 | 75 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
54 | 76 | ACLOCAL = @ACLOCAL@ |
55 | 77 | AMTAR = @AMTAR@ |
304 | 326 | |
305 | 327 | installcheck: installcheck-am |
306 | 328 | install-strip: |
307 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
308 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
309 | `test -z '$(STRIP)' || \ | |
310 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
329 | if test -z '$(STRIP)'; then \ | |
330 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
331 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
332 | install; \ | |
333 | else \ | |
334 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
335 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
336 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
337 | fi | |
311 | 338 | mostlyclean-generic: |
312 | 339 | |
313 | 340 | clean-generic: |
0 | # Makefile.in generated by automake 1.11.1 from Makefile.am. | |
0 | # Makefile.in generated by automake 1.11.6 from Makefile.am. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
5 | # Inc. | |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | |
5 | # Foundation, Inc. | |
6 | 6 | # This Makefile.in is free software; the Free Software Foundation |
7 | 7 | # gives unlimited permission to copy and/or distribute it, |
8 | 8 | # with or without modifications, as long as this notice is preserved. |
14 | 14 | |
15 | 15 | @SET_MAKE@ |
16 | 16 | VPATH = @srcdir@ |
17 | am__make_dryrun = \ | |
18 | { \ | |
19 | am__dry=no; \ | |
20 | case $$MAKEFLAGS in \ | |
21 | *\\[\ \ ]*) \ | |
22 | echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | |
23 | | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | |
24 | *) \ | |
25 | for am__flg in $$MAKEFLAGS; do \ | |
26 | case $$am__flg in \ | |
27 | *=*|--*) ;; \ | |
28 | *n*) am__dry=yes; break;; \ | |
29 | esac; \ | |
30 | done;; \ | |
31 | esac; \ | |
32 | test $$am__dry = yes; \ | |
33 | } | |
17 | 34 | pkgdatadir = $(datadir)/@PACKAGE@ |
18 | 35 | pkgincludedir = $(includedir)/@PACKAGE@ |
19 | 36 | pkglibdir = $(libdir)/@PACKAGE@ |
50 | 67 | CONFIG_CLEAN_VPATH_FILES = |
51 | 68 | SOURCES = |
52 | 69 | DIST_SOURCES = |
70 | am__can_run_installinfo = \ | |
71 | case $$AM_UPDATE_INFO_DIR in \ | |
72 | n|no|NO) false;; \ | |
73 | *) (install-info --version) >/dev/null 2>&1;; \ | |
74 | esac | |
53 | 75 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
54 | 76 | ACLOCAL = @ACLOCAL@ |
55 | 77 | AMTAR = @AMTAR@ |
300 | 322 | |
301 | 323 | installcheck: installcheck-am |
302 | 324 | install-strip: |
303 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
304 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
305 | `test -z '$(STRIP)' || \ | |
306 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
325 | if test -z '$(STRIP)'; then \ | |
326 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
327 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
328 | install; \ | |
329 | else \ | |
330 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
331 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
332 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
333 | fi | |
307 | 334 | mostlyclean-generic: |
308 | 335 | |
309 | 336 | clean-generic: |
0 | # Makefile.in generated by automake 1.11.1 from Makefile.am. | |
0 | # Makefile.in generated by automake 1.11.6 from Makefile.am. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
5 | # Inc. | |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | |
5 | # Foundation, Inc. | |
6 | 6 | # This Makefile.in is free software; the Free Software Foundation |
7 | 7 | # gives unlimited permission to copy and/or distribute it, |
8 | 8 | # with or without modifications, as long as this notice is preserved. |
14 | 14 | |
15 | 15 | @SET_MAKE@ |
16 | 16 | VPATH = @srcdir@ |
17 | am__make_dryrun = \ | |
18 | { \ | |
19 | am__dry=no; \ | |
20 | case $$MAKEFLAGS in \ | |
21 | *\\[\ \ ]*) \ | |
22 | echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | |
23 | | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | |
24 | *) \ | |
25 | for am__flg in $$MAKEFLAGS; do \ | |
26 | case $$am__flg in \ | |
27 | *=*|--*) ;; \ | |
28 | *n*) am__dry=yes; break;; \ | |
29 | esac; \ | |
30 | done;; \ | |
31 | esac; \ | |
32 | test $$am__dry = yes; \ | |
33 | } | |
17 | 34 | pkgdatadir = $(datadir)/@PACKAGE@ |
18 | 35 | pkgincludedir = $(includedir)/@PACKAGE@ |
19 | 36 | pkglibdir = $(libdir)/@PACKAGE@ |
50 | 67 | CONFIG_CLEAN_VPATH_FILES = |
51 | 68 | SOURCES = |
52 | 69 | DIST_SOURCES = |
70 | am__can_run_installinfo = \ | |
71 | case $$AM_UPDATE_INFO_DIR in \ | |
72 | n|no|NO) false;; \ | |
73 | *) (install-info --version) >/dev/null 2>&1;; \ | |
74 | esac | |
53 | 75 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
54 | 76 | ACLOCAL = @ACLOCAL@ |
55 | 77 | AMTAR = @AMTAR@ |
300 | 322 | |
301 | 323 | installcheck: installcheck-am |
302 | 324 | install-strip: |
303 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
304 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
305 | `test -z '$(STRIP)' || \ | |
306 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
325 | if test -z '$(STRIP)'; then \ | |
326 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
327 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
328 | install; \ | |
329 | else \ | |
330 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
331 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
332 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
333 | fi | |
307 | 334 | mostlyclean-generic: |
308 | 335 | |
309 | 336 | clean-generic: |
0 | # Makefile.in generated by automake 1.11.1 from Makefile.am. | |
0 | # Makefile.in generated by automake 1.11.6 from Makefile.am. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
5 | # Inc. | |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | |
5 | # Foundation, Inc. | |
6 | 6 | # This Makefile.in is free software; the Free Software Foundation |
7 | 7 | # gives unlimited permission to copy and/or distribute it, |
8 | 8 | # with or without modifications, as long as this notice is preserved. |
14 | 14 | |
15 | 15 | @SET_MAKE@ |
16 | 16 | VPATH = @srcdir@ |
17 | am__make_dryrun = \ | |
18 | { \ | |
19 | am__dry=no; \ | |
20 | case $$MAKEFLAGS in \ | |
21 | *\\[\ \ ]*) \ | |
22 | echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | |
23 | | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | |
24 | *) \ | |
25 | for am__flg in $$MAKEFLAGS; do \ | |
26 | case $$am__flg in \ | |
27 | *=*|--*) ;; \ | |
28 | *n*) am__dry=yes; break;; \ | |
29 | esac; \ | |
30 | done;; \ | |
31 | esac; \ | |
32 | test $$am__dry = yes; \ | |
33 | } | |
17 | 34 | pkgdatadir = $(datadir)/@PACKAGE@ |
18 | 35 | pkgincludedir = $(includedir)/@PACKAGE@ |
19 | 36 | pkglibdir = $(libdir)/@PACKAGE@ |
50 | 67 | CONFIG_CLEAN_VPATH_FILES = |
51 | 68 | SOURCES = |
52 | 69 | DIST_SOURCES = |
70 | am__can_run_installinfo = \ | |
71 | case $$AM_UPDATE_INFO_DIR in \ | |
72 | n|no|NO) false;; \ | |
73 | *) (install-info --version) >/dev/null 2>&1;; \ | |
74 | esac | |
53 | 75 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
54 | 76 | ACLOCAL = @ACLOCAL@ |
55 | 77 | AMTAR = @AMTAR@ |
300 | 322 | |
301 | 323 | installcheck: installcheck-am |
302 | 324 | install-strip: |
303 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
304 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
305 | `test -z '$(STRIP)' || \ | |
306 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
325 | if test -z '$(STRIP)'; then \ | |
326 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
327 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
328 | install; \ | |
329 | else \ | |
330 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
331 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
332 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
333 | fi | |
307 | 334 | mostlyclean-generic: |
308 | 335 | |
309 | 336 | clean-generic: |
0 | # Makefile.in generated by automake 1.11.1 from Makefile.am. | |
0 | # Makefile.in generated by automake 1.11.6 from Makefile.am. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
5 | # Inc. | |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | |
5 | # Foundation, Inc. | |
6 | 6 | # This Makefile.in is free software; the Free Software Foundation |
7 | 7 | # gives unlimited permission to copy and/or distribute it, |
8 | 8 | # with or without modifications, as long as this notice is preserved. |
14 | 14 | |
15 | 15 | @SET_MAKE@ |
16 | 16 | VPATH = @srcdir@ |
17 | am__make_dryrun = \ | |
18 | { \ | |
19 | am__dry=no; \ | |
20 | case $$MAKEFLAGS in \ | |
21 | *\\[\ \ ]*) \ | |
22 | echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | |
23 | | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | |
24 | *) \ | |
25 | for am__flg in $$MAKEFLAGS; do \ | |
26 | case $$am__flg in \ | |
27 | *=*|--*) ;; \ | |
28 | *n*) am__dry=yes; break;; \ | |
29 | esac; \ | |
30 | done;; \ | |
31 | esac; \ | |
32 | test $$am__dry = yes; \ | |
33 | } | |
17 | 34 | pkgdatadir = $(datadir)/@PACKAGE@ |
18 | 35 | pkgincludedir = $(includedir)/@PACKAGE@ |
19 | 36 | pkglibdir = $(libdir)/@PACKAGE@ |
50 | 67 | CONFIG_CLEAN_VPATH_FILES = |
51 | 68 | SOURCES = |
52 | 69 | DIST_SOURCES = |
70 | am__can_run_installinfo = \ | |
71 | case $$AM_UPDATE_INFO_DIR in \ | |
72 | n|no|NO) false;; \ | |
73 | *) (install-info --version) >/dev/null 2>&1;; \ | |
74 | esac | |
53 | 75 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
54 | 76 | ACLOCAL = @ACLOCAL@ |
55 | 77 | AMTAR = @AMTAR@ |
300 | 322 | |
301 | 323 | installcheck: installcheck-am |
302 | 324 | install-strip: |
303 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
304 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
305 | `test -z '$(STRIP)' || \ | |
306 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
325 | if test -z '$(STRIP)'; then \ | |
326 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
327 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
328 | install; \ | |
329 | else \ | |
330 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
331 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
332 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
333 | fi | |
307 | 334 | mostlyclean-generic: |
308 | 335 | |
309 | 336 | clean-generic: |
1 | 1 | # Attempt to guess a canonical system name. |
2 | 2 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
3 | 3 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, |
4 | # 2011 Free Software Foundation, Inc. | |
5 | ||
6 | timestamp='2011-05-11' | |
4 | # 2011, 2012 Free Software Foundation, Inc. | |
5 | ||
6 | timestamp='2012-02-10' | |
7 | 7 | |
8 | 8 | # This file is free software; you can redistribute it and/or modify it |
9 | 9 | # under the terms of the GNU General Public License as published by |
16 | 16 | # General Public License for more details. |
17 | 17 | # |
18 | 18 | # You should have received a copy of the GNU General Public License |
19 | # along with this program; if not, write to the Free Software | |
20 | # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA | |
21 | # 02110-1301, USA. | |
19 | # along with this program; if not, see <http://www.gnu.org/licenses/>. | |
22 | 20 | # |
23 | 21 | # As a special exception to the GNU General Public License, if you |
24 | 22 | # distribute this file as part of a program that contains a |
56 | 54 | |
57 | 55 | Originally written by Per Bothner. |
58 | 56 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
59 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free | |
60 | Software Foundation, Inc. | |
57 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 | |
58 | Free Software Foundation, Inc. | |
61 | 59 | |
62 | 60 | This is free software; see the source for copying conditions. There is NO |
63 | 61 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |
144 | 142 | case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in |
145 | 143 | *:NetBSD:*:*) |
146 | 144 | # NetBSD (nbsd) targets should (where applicable) match one or |
147 | # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, | |
145 | # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, | |
148 | 146 | # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently |
149 | 147 | # switched to ELF, *-*-netbsd* would select the old |
150 | 148 | # object file format. This provides both forward |
791 | 789 | echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} |
792 | 790 | exit ;; |
793 | 791 | *:FreeBSD:*:*) |
794 | case ${UNAME_MACHINE} in | |
795 | pc98) | |
796 | echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; | |
792 | UNAME_PROCESSOR=`/usr/bin/uname -p` | |
793 | case ${UNAME_PROCESSOR} in | |
797 | 794 | amd64) |
798 | 795 | echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; |
799 | 796 | *) |
800 | echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; | |
797 | echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; | |
801 | 798 | esac |
802 | 799 | exit ;; |
803 | 800 | i*:CYGWIN*:*) |
805 | 802 | exit ;; |
806 | 803 | *:MINGW*:*) |
807 | 804 | echo ${UNAME_MACHINE}-pc-mingw32 |
805 | exit ;; | |
806 | i*:MSYS*:*) | |
807 | echo ${UNAME_MACHINE}-pc-msys | |
808 | 808 | exit ;; |
809 | 809 | i*:windows32*:*) |
810 | 810 | # uname -m includes "-pc" on this system. |
860 | 860 | i*86:Minix:*:*) |
861 | 861 | echo ${UNAME_MACHINE}-pc-minix |
862 | 862 | exit ;; |
863 | aarch64:Linux:*:*) | |
864 | echo ${UNAME_MACHINE}-unknown-linux-gnu | |
865 | exit ;; | |
866 | aarch64_be:Linux:*:*) | |
867 | UNAME_MACHINE=aarch64_be | |
868 | echo ${UNAME_MACHINE}-unknown-linux-gnu | |
869 | exit ;; | |
863 | 870 | alpha:Linux:*:*) |
864 | 871 | case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in |
865 | 872 | EV5) UNAME_MACHINE=alphaev5 ;; |
894 | 901 | echo ${UNAME_MACHINE}-unknown-linux-gnu |
895 | 902 | exit ;; |
896 | 903 | cris:Linux:*:*) |
897 | echo cris-axis-linux-gnu | |
904 | echo ${UNAME_MACHINE}-axis-linux-gnu | |
898 | 905 | exit ;; |
899 | 906 | crisv32:Linux:*:*) |
900 | echo crisv32-axis-linux-gnu | |
907 | echo ${UNAME_MACHINE}-axis-linux-gnu | |
901 | 908 | exit ;; |
902 | 909 | frv:Linux:*:*) |
903 | echo frv-unknown-linux-gnu | |
910 | echo ${UNAME_MACHINE}-unknown-linux-gnu | |
911 | exit ;; | |
912 | hexagon:Linux:*:*) | |
913 | echo ${UNAME_MACHINE}-unknown-linux-gnu | |
904 | 914 | exit ;; |
905 | 915 | i*86:Linux:*:*) |
906 | 916 | LIBC=gnu |
942 | 952 | test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } |
943 | 953 | ;; |
944 | 954 | or32:Linux:*:*) |
945 | echo or32-unknown-linux-gnu | |
955 | echo ${UNAME_MACHINE}-unknown-linux-gnu | |
946 | 956 | exit ;; |
947 | 957 | padre:Linux:*:*) |
948 | 958 | echo sparc-unknown-linux-gnu |
977 | 987 | echo ${UNAME_MACHINE}-unknown-linux-gnu |
978 | 988 | exit ;; |
979 | 989 | tile*:Linux:*:*) |
980 | echo ${UNAME_MACHINE}-tilera-linux-gnu | |
990 | echo ${UNAME_MACHINE}-unknown-linux-gnu | |
981 | 991 | exit ;; |
982 | 992 | vax:Linux:*:*) |
983 | 993 | echo ${UNAME_MACHINE}-dec-linux-gnu |
984 | 994 | exit ;; |
985 | 995 | x86_64:Linux:*:*) |
986 | echo x86_64-unknown-linux-gnu | |
996 | echo ${UNAME_MACHINE}-unknown-linux-gnu | |
987 | 997 | exit ;; |
988 | 998 | xtensa*:Linux:*:*) |
989 | 999 | echo ${UNAME_MACHINE}-unknown-linux-gnu |
1314 | 1324 | i*86:AROS:*:*) |
1315 | 1325 | echo ${UNAME_MACHINE}-pc-aros |
1316 | 1326 | exit ;; |
1327 | x86_64:VMkernel:*:*) | |
1328 | echo ${UNAME_MACHINE}-unknown-esx | |
1329 | exit ;; | |
1317 | 1330 | esac |
1318 | 1331 | |
1319 | 1332 | #echo '(No uname command or uname output not recognized.)' 1>&2 |
1 | 1 | # Configuration validation subroutine script. |
2 | 2 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
3 | 3 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, |
4 | # 2011 Free Software Foundation, Inc. | |
5 | ||
6 | timestamp='2011-03-23' | |
4 | # 2011, 2012 Free Software Foundation, Inc. | |
5 | ||
6 | timestamp='2012-04-18' | |
7 | 7 | |
8 | 8 | # This file is (in principle) common to ALL GNU software. |
9 | 9 | # The presence of a machine in this file suggests that SOME GNU software |
20 | 20 | # GNU General Public License for more details. |
21 | 21 | # |
22 | 22 | # You should have received a copy of the GNU General Public License |
23 | # along with this program; if not, write to the Free Software | |
24 | # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA | |
25 | # 02110-1301, USA. | |
23 | # along with this program; if not, see <http://www.gnu.org/licenses/>. | |
26 | 24 | # |
27 | 25 | # As a special exception to the GNU General Public License, if you |
28 | 26 | # distribute this file as part of a program that contains a |
75 | 73 | GNU config.sub ($timestamp) |
76 | 74 | |
77 | 75 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
78 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free | |
79 | Software Foundation, Inc. | |
76 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 | |
77 | Free Software Foundation, Inc. | |
80 | 78 | |
81 | 79 | This is free software; see the source for copying conditions. There is NO |
82 | 80 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |
131 | 129 | os=-$maybe_os |
132 | 130 | basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` |
133 | 131 | ;; |
132 | android-linux) | |
133 | os=-linux-android | |
134 | basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown | |
135 | ;; | |
134 | 136 | *) |
135 | 137 | basic_machine=`echo $1 | sed 's/-[^-]*$//'` |
136 | 138 | if [ $basic_machine != $1 ] |
222 | 224 | -isc*) |
223 | 225 | basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` |
224 | 226 | ;; |
227 | -lynx*178) | |
228 | os=-lynxos178 | |
229 | ;; | |
230 | -lynx*5) | |
231 | os=-lynxos5 | |
232 | ;; | |
225 | 233 | -lynx*) |
226 | 234 | os=-lynxos |
227 | 235 | ;; |
246 | 254 | # Some are omitted here because they have special meanings below. |
247 | 255 | 1750a | 580 \ |
248 | 256 | | a29k \ |
257 | | aarch64 | aarch64_be \ | |
249 | 258 | | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ |
250 | 259 | | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ |
251 | 260 | | am33_2.0 \ |
252 | 261 | | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ |
262 | | be32 | be64 \ | |
253 | 263 | | bfin \ |
254 | 264 | | c4x | clipper \ |
255 | 265 | | d10v | d30v | dlx | dsp16xx \ |
266 | | epiphany \ | |
256 | 267 | | fido | fr30 | frv \ |
257 | 268 | | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ |
269 | | hexagon \ | |
258 | 270 | | i370 | i860 | i960 | ia64 \ |
259 | 271 | | ip2k | iq2000 \ |
272 | | le32 | le64 \ | |
260 | 273 | | lm32 \ |
261 | 274 | | m32c | m32r | m32rle | m68000 | m68k | m88k \ |
262 | 275 | | maxq | mb | microblaze | mcore | mep | metag \ |
290 | 303 | | pdp10 | pdp11 | pj | pjl \ |
291 | 304 | | powerpc | powerpc64 | powerpc64le | powerpcle \ |
292 | 305 | | pyramid \ |
293 | | rx \ | |
306 | | rl78 | rx \ | |
294 | 307 | | score \ |
295 | 308 | | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ |
296 | 309 | | sh64 | sh64le \ |
299 | 312 | | spu \ |
300 | 313 | | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ |
301 | 314 | | ubicom32 \ |
302 | | v850 | v850e \ | |
315 | | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | |
303 | 316 | | we32k \ |
304 | 317 | | x86 | xc16x | xstormy16 | xtensa \ |
305 | 318 | | z8k | z80) |
314 | 327 | c6x) |
315 | 328 | basic_machine=tic6x-unknown |
316 | 329 | ;; |
317 | m6811 | m68hc11 | m6812 | m68hc12 | picochip) | |
318 | # Motorola 68HC11/12. | |
330 | m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) | |
319 | 331 | basic_machine=$basic_machine-unknown |
320 | 332 | os=-none |
321 | 333 | ;; |
328 | 340 | strongarm | thumb | xscale) |
329 | 341 | basic_machine=arm-unknown |
330 | 342 | ;; |
331 | ||
343 | xgate) | |
344 | basic_machine=$basic_machine-unknown | |
345 | os=-none | |
346 | ;; | |
332 | 347 | xscaleeb) |
333 | 348 | basic_machine=armeb-unknown |
334 | 349 | ;; |
351 | 366 | # Recognize the basic CPU types with company name. |
352 | 367 | 580-* \ |
353 | 368 | | a29k-* \ |
369 | | aarch64-* | aarch64_be-* \ | |
354 | 370 | | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ |
355 | 371 | | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ |
356 | 372 | | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ |
357 | 373 | | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ |
358 | 374 | | avr-* | avr32-* \ |
375 | | be32-* | be64-* \ | |
359 | 376 | | bfin-* | bs2000-* \ |
360 | 377 | | c[123]* | c30-* | [cjt]90-* | c4x-* \ |
361 | 378 | | clipper-* | craynv-* | cydra-* \ |
364 | 381 | | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ |
365 | 382 | | h8300-* | h8500-* \ |
366 | 383 | | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ |
384 | | hexagon-* \ | |
367 | 385 | | i*86-* | i860-* | i960-* | ia64-* \ |
368 | 386 | | ip2k-* | iq2000-* \ |
387 | | le32-* | le64-* \ | |
369 | 388 | | lm32-* \ |
370 | 389 | | m32c-* | m32r-* | m32rle-* \ |
371 | 390 | | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ |
399 | 418 | | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ |
400 | 419 | | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ |
401 | 420 | | pyramid-* \ |
402 | | romp-* | rs6000-* | rx-* \ | |
421 | | rl78-* | romp-* | rs6000-* | rx-* \ | |
403 | 422 | | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ |
404 | 423 | | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ |
405 | 424 | | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ |
407 | 426 | | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ |
408 | 427 | | tahoe-* \ |
409 | 428 | | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ |
410 | | tile-* | tilegx-* \ | |
429 | | tile*-* \ | |
411 | 430 | | tron-* \ |
412 | 431 | | ubicom32-* \ |
413 | | v850-* | v850e-* | vax-* \ | |
432 | | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | |
433 | | vax-* \ | |
414 | 434 | | we32k-* \ |
415 | 435 | | x86-* | x86_64-* | xc16x-* | xps100-* \ |
416 | 436 | | xstormy16-* | xtensa*-* \ |
710 | 730 | i370-ibm* | ibm*) |
711 | 731 | basic_machine=i370-ibm |
712 | 732 | ;; |
713 | # I'm not sure what "Sysv32" means. Should this be sysv3.2? | |
714 | 733 | i*86v32) |
715 | 734 | basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` |
716 | 735 | os=-sysv32 |
807 | 826 | ms1-*) |
808 | 827 | basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` |
809 | 828 | ;; |
829 | msys) | |
830 | basic_machine=i386-pc | |
831 | os=-msys | |
832 | ;; | |
810 | 833 | mvs) |
811 | 834 | basic_machine=i370-ibm |
812 | 835 | os=-mvs |
836 | ;; | |
837 | nacl) | |
838 | basic_machine=le32-unknown | |
839 | os=-nacl | |
813 | 840 | ;; |
814 | 841 | ncr3000) |
815 | 842 | basic_machine=i486-ncr |
1119 | 1146 | basic_machine=t90-cray |
1120 | 1147 | os=-unicos |
1121 | 1148 | ;; |
1122 | # This must be matched before tile*. | |
1123 | tilegx*) | |
1124 | basic_machine=tilegx-unknown | |
1125 | os=-linux-gnu | |
1126 | ;; | |
1127 | 1149 | tile*) |
1128 | basic_machine=tile-unknown | |
1150 | basic_machine=$basic_machine-unknown | |
1129 | 1151 | os=-linux-gnu |
1130 | 1152 | ;; |
1131 | 1153 | tx39) |
1335 | 1357 | | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ |
1336 | 1358 | | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ |
1337 | 1359 | | -chorusos* | -chorusrdb* | -cegcc* \ |
1338 | | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | |
1360 | | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | |
1339 | 1361 | | -mingw32* | -linux-gnu* | -linux-android* \ |
1340 | 1362 | | -linux-newlib* | -linux-uclibc* \ |
1341 | 1363 | | -uxpv* | -beos* | -mpeix* | -udk* \ |
1520 | 1542 | c4x-* | tic4x-*) |
1521 | 1543 | os=-coff |
1522 | 1544 | ;; |
1545 | hexagon-*) | |
1546 | os=-elf | |
1547 | ;; | |
1523 | 1548 | tic54x-*) |
1524 | 1549 | os=-coff |
1525 | 1550 | ;; |
1547 | 1572 | ;; |
1548 | 1573 | m68000-sun) |
1549 | 1574 | os=-sunos3 |
1550 | # This also exists in the configure program, but was not the | |
1551 | # default. | |
1552 | # os=-sunos4 | |
1553 | 1575 | ;; |
1554 | 1576 | m68*-cisco) |
1555 | 1577 | os=-aout |
0 | 0 | #! /bin/sh |
1 | 1 | # Guess values for system-dependent variables and create Makefiles. |
2 | # Generated by GNU Autoconf 2.68. | |
2 | # Generated by GNU Autoconf 2.69. | |
3 | 3 | # |
4 | 4 | # |
5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | |
6 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software | |
7 | # Foundation, Inc. | |
5 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. | |
8 | 6 | # |
9 | 7 | # |
10 | 8 | # This configure script is free software; the Free Software Foundation |
133 | 131 | # CDPATH. |
134 | 132 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
135 | 133 | |
134 | # Use a proper internal environment variable to ensure we don't fall | |
135 | # into an infinite loop, continuously re-executing ourselves. | |
136 | if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then | |
137 | _as_can_reexec=no; export _as_can_reexec; | |
138 | # We cannot yet assume a decent shell, so we have to provide a | |
139 | # neutralization value for shells without unset; and this also | |
140 | # works around shells that cannot unset nonexistent variables. | |
141 | # Preserve -v and -x to the replacement shell. | |
142 | BASH_ENV=/dev/null | |
143 | ENV=/dev/null | |
144 | (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV | |
145 | case $- in # (((( | |
146 | *v*x* | *x*v* ) as_opts=-vx ;; | |
147 | *v* ) as_opts=-v ;; | |
148 | *x* ) as_opts=-x ;; | |
149 | * ) as_opts= ;; | |
150 | esac | |
151 | exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} | |
152 | # Admittedly, this is quite paranoid, since all the known shells bail | |
153 | # out after a failed `exec'. | |
154 | $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 | |
155 | as_fn_exit 255 | |
156 | fi | |
157 | # We don't want this to propagate to other subprocesses. | |
158 | { _as_can_reexec=; unset _as_can_reexec;} | |
136 | 159 | if test "x$CONFIG_SHELL" = x; then |
137 | 160 | as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : |
138 | 161 | emulate sh |
166 | 189 | else |
167 | 190 | exitcode=1; echo positional parameters were not saved. |
168 | 191 | fi |
169 | test x\$exitcode = x0 || exit 1" | |
192 | test x\$exitcode = x0 || exit 1 | |
193 | test -x / || exit 1" | |
170 | 194 | as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO |
171 | 195 | as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO |
172 | 196 | eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && |
219 | 243 | |
220 | 244 | |
221 | 245 | if test "x$CONFIG_SHELL" != x; then : |
222 | # We cannot yet assume a decent shell, so we have to provide a | |
223 | # neutralization value for shells without unset; and this also | |
224 | # works around shells that cannot unset nonexistent variables. | |
225 | # Preserve -v and -x to the replacement shell. | |
226 | BASH_ENV=/dev/null | |
227 | ENV=/dev/null | |
228 | (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV | |
229 | export CONFIG_SHELL | |
230 | case $- in # (((( | |
231 | *v*x* | *x*v* ) as_opts=-vx ;; | |
232 | *v* ) as_opts=-v ;; | |
233 | *x* ) as_opts=-x ;; | |
234 | * ) as_opts= ;; | |
235 | esac | |
236 | exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} | |
246 | export CONFIG_SHELL | |
247 | # We cannot yet assume a decent shell, so we have to provide a | |
248 | # neutralization value for shells without unset; and this also | |
249 | # works around shells that cannot unset nonexistent variables. | |
250 | # Preserve -v and -x to the replacement shell. | |
251 | BASH_ENV=/dev/null | |
252 | ENV=/dev/null | |
253 | (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV | |
254 | case $- in # (((( | |
255 | *v*x* | *x*v* ) as_opts=-vx ;; | |
256 | *v* ) as_opts=-v ;; | |
257 | *x* ) as_opts=-x ;; | |
258 | * ) as_opts= ;; | |
259 | esac | |
260 | exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} | |
261 | # Admittedly, this is quite paranoid, since all the known shells bail | |
262 | # out after a failed `exec'. | |
263 | $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 | |
264 | exit 255 | |
237 | 265 | fi |
238 | 266 | |
239 | 267 | if test x$as_have_required = xno; then : |
335 | 363 | |
336 | 364 | |
337 | 365 | } # as_fn_mkdir_p |
366 | ||
367 | # as_fn_executable_p FILE | |
368 | # ----------------------- | |
369 | # Test if FILE is an executable regular file. | |
370 | as_fn_executable_p () | |
371 | { | |
372 | test -f "$1" && test -x "$1" | |
373 | } # as_fn_executable_p | |
338 | 374 | # as_fn_append VAR VALUE |
339 | 375 | # ---------------------- |
340 | 376 | # Append the text in VALUE to the end of the definition contained in VAR. Take |
456 | 492 | chmod +x "$as_me.lineno" || |
457 | 493 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } |
458 | 494 | |
495 | # If we had to re-execute with $CONFIG_SHELL, we're ensured to have | |
496 | # already done that, so ensure we don't try to do so again and fall | |
497 | # in an infinite loop. This has already happened in practice. | |
498 | _as_can_reexec=no; export _as_can_reexec | |
459 | 499 | # Don't try to exec as it changes $[0], causing all sort of problems |
460 | 500 | # (the dirname of $[0] is not the place where we might find the |
461 | 501 | # original and so on. Autoconf is especially sensitive to this). |
490 | 530 | # ... but there are two gotchas: |
491 | 531 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
492 | 532 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
493 | # In both cases, we have to default to `cp -p'. | |
533 | # In both cases, we have to default to `cp -pR'. | |
494 | 534 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
495 | as_ln_s='cp -p' | |
535 | as_ln_s='cp -pR' | |
496 | 536 | elif ln conf$$.file conf$$ 2>/dev/null; then |
497 | 537 | as_ln_s=ln |
498 | 538 | else |
499 | as_ln_s='cp -p' | |
539 | as_ln_s='cp -pR' | |
500 | 540 | fi |
501 | 541 | else |
502 | as_ln_s='cp -p' | |
542 | as_ln_s='cp -pR' | |
503 | 543 | fi |
504 | 544 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
505 | 545 | rmdir conf$$.dir 2>/dev/null |
511 | 551 | as_mkdir_p=false |
512 | 552 | fi |
513 | 553 | |
514 | if test -x / >/dev/null 2>&1; then | |
515 | as_test_x='test -x' | |
516 | else | |
517 | if ls -dL / >/dev/null 2>&1; then | |
518 | as_ls_L_option=L | |
519 | else | |
520 | as_ls_L_option= | |
521 | fi | |
522 | as_test_x=' | |
523 | eval sh -c '\'' | |
524 | if test -d "$1"; then | |
525 | test -d "$1/."; | |
526 | else | |
527 | case $1 in #( | |
528 | -*)set "./$1";; | |
529 | esac; | |
530 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( | |
531 | ???[sx]*):;;*)false;;esac;fi | |
532 | '\'' sh | |
533 | ' | |
534 | fi | |
535 | as_executable_p=$as_test_x | |
554 | as_test_x='test -x' | |
555 | as_executable_p=as_fn_executable_p | |
536 | 556 | |
537 | 557 | # Sed expression to map a string onto a valid CPP name. |
538 | 558 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
703 | 723 | am__fastdepCC_FALSE |
704 | 724 | am__fastdepCC_TRUE |
705 | 725 | CCDEPMODE |
726 | am__nodep | |
706 | 727 | AMDEPBACKSLASH |
707 | 728 | AMDEP_FALSE |
708 | 729 | AMDEP_TRUE |
1273 | 1294 | if test "x$host_alias" != x; then |
1274 | 1295 | if test "x$build_alias" = x; then |
1275 | 1296 | cross_compiling=maybe |
1276 | $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. | |
1277 | If a cross compiler is detected then cross compile mode will be used" >&2 | |
1278 | 1297 | elif test "x$build_alias" != "x$host_alias"; then |
1279 | 1298 | cross_compiling=yes |
1280 | 1299 | fi |
1554 | 1573 | if $ac_init_version; then |
1555 | 1574 | cat <<\_ACEOF |
1556 | 1575 | configure |
1557 | generated by GNU Autoconf 2.68 | |
1558 | ||
1559 | Copyright (C) 2010 Free Software Foundation, Inc. | |
1576 | generated by GNU Autoconf 2.69 | |
1577 | ||
1578 | Copyright (C) 2012 Free Software Foundation, Inc. | |
1560 | 1579 | This configure script is free software; the Free Software Foundation |
1561 | 1580 | gives unlimited permission to copy, distribute and modify it. |
1562 | 1581 | _ACEOF |
1632 | 1651 | test ! -s conftest.err |
1633 | 1652 | } && test -s conftest$ac_exeext && { |
1634 | 1653 | test "$cross_compiling" = yes || |
1635 | $as_test_x conftest$ac_exeext | |
1654 | test -x conftest$ac_exeext | |
1636 | 1655 | }; then : |
1637 | 1656 | ac_retval=0 |
1638 | 1657 | else |
1919 | 1938 | running configure, to aid debugging if configure makes a mistake. |
1920 | 1939 | |
1921 | 1940 | It was created by $as_me, which was |
1922 | generated by GNU Autoconf 2.68. Invocation command line was | |
1941 | generated by GNU Autoconf 2.69. Invocation command line was | |
1923 | 1942 | |
1924 | 1943 | $ $0 $@ |
1925 | 1944 | |
2271 | 2290 | PACKAGE=libhdate |
2272 | 2291 | LIBHDATE_MAJOR_VERSION=1 |
2273 | 2292 | LIBHDATE_MINOR_VERSION=6 |
2274 | LIBHDATE_MICRO_VERSION=0 | |
2293 | LIBHDATE_MICRO_VERSION=02 | |
2275 | 2294 | |
2276 | 2295 | VERSION=$LIBHDATE_MAJOR_VERSION.$LIBHDATE_MINOR_VERSION.$LIBHDATE_MICRO_VERSION |
2277 | 2296 | |
2347 | 2366 | # by default. |
2348 | 2367 | for ac_prog in ginstall scoinst install; do |
2349 | 2368 | for ac_exec_ext in '' $ac_executable_extensions; do |
2350 | if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then | |
2369 | if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then | |
2351 | 2370 | if test $ac_prog = install && |
2352 | 2371 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
2353 | 2372 | # AIX install. It has an incompatible calling convention. |
2516 | 2535 | IFS=$as_save_IFS |
2517 | 2536 | test -z "$as_dir" && as_dir=. |
2518 | 2537 | for ac_exec_ext in '' $ac_executable_extensions; do |
2519 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
2538 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
2520 | 2539 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
2521 | 2540 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2522 | 2541 | break 2 |
2556 | 2575 | IFS=$as_save_IFS |
2557 | 2576 | test -z "$as_dir" && as_dir=. |
2558 | 2577 | for ac_exec_ext in '' $ac_executable_extensions; do |
2559 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
2578 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
2560 | 2579 | ac_cv_prog_ac_ct_STRIP="strip" |
2561 | 2580 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2562 | 2581 | break 2 |
2607 | 2626 | test -z "$as_dir" && as_dir=. |
2608 | 2627 | for ac_prog in mkdir gmkdir; do |
2609 | 2628 | for ac_exec_ext in '' $ac_executable_extensions; do |
2610 | { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue | |
2629 | as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue | |
2611 | 2630 | case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( |
2612 | 2631 | 'mkdir (GNU coreutils) '* | \ |
2613 | 2632 | 'mkdir (coreutils) '* | \ |
2660 | 2679 | IFS=$as_save_IFS |
2661 | 2680 | test -z "$as_dir" && as_dir=. |
2662 | 2681 | for ac_exec_ext in '' $ac_executable_extensions; do |
2663 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
2682 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
2664 | 2683 | ac_cv_prog_AWK="$ac_prog" |
2665 | 2684 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2666 | 2685 | break 2 |
2776 | 2795 | |
2777 | 2796 | # We need awk for the "check" target. The system "awk" is bad on |
2778 | 2797 | # some platforms. |
2779 | # Always define AMTAR for backward compatibility. | |
2780 | ||
2781 | AMTAR=${AMTAR-"${am_missing_run}tar"} | |
2782 | ||
2783 | am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' | |
2798 | # Always define AMTAR for backward compatibility. Yes, it's still used | |
2799 | # in the wild :-( We should find a proper way to deprecate it ... | |
2800 | AMTAR='$${TAR-tar}' | |
2801 | ||
2802 | am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' | |
2784 | 2803 | |
2785 | 2804 | |
2786 | 2805 | |
2862 | 2881 | if test "x$enable_dependency_tracking" != xno; then |
2863 | 2882 | am_depcomp="$ac_aux_dir/depcomp" |
2864 | 2883 | AMDEPBACKSLASH='\' |
2884 | am__nodep='_no' | |
2865 | 2885 | fi |
2866 | 2886 | if test "x$enable_dependency_tracking" != xno; then |
2867 | 2887 | AMDEP_TRUE= |
2894 | 2914 | IFS=$as_save_IFS |
2895 | 2915 | test -z "$as_dir" && as_dir=. |
2896 | 2916 | for ac_exec_ext in '' $ac_executable_extensions; do |
2897 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
2917 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
2898 | 2918 | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
2899 | 2919 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2900 | 2920 | break 2 |
2934 | 2954 | IFS=$as_save_IFS |
2935 | 2955 | test -z "$as_dir" && as_dir=. |
2936 | 2956 | for ac_exec_ext in '' $ac_executable_extensions; do |
2937 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
2957 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
2938 | 2958 | ac_cv_prog_ac_ct_CC="gcc" |
2939 | 2959 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2940 | 2960 | break 2 |
2987 | 3007 | IFS=$as_save_IFS |
2988 | 3008 | test -z "$as_dir" && as_dir=. |
2989 | 3009 | for ac_exec_ext in '' $ac_executable_extensions; do |
2990 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
3010 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
2991 | 3011 | ac_cv_prog_CC="${ac_tool_prefix}cc" |
2992 | 3012 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2993 | 3013 | break 2 |
3028 | 3048 | IFS=$as_save_IFS |
3029 | 3049 | test -z "$as_dir" && as_dir=. |
3030 | 3050 | for ac_exec_ext in '' $ac_executable_extensions; do |
3031 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
3051 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
3032 | 3052 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
3033 | 3053 | ac_prog_rejected=yes |
3034 | 3054 | continue |
3086 | 3106 | IFS=$as_save_IFS |
3087 | 3107 | test -z "$as_dir" && as_dir=. |
3088 | 3108 | for ac_exec_ext in '' $ac_executable_extensions; do |
3089 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
3109 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
3090 | 3110 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
3091 | 3111 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3092 | 3112 | break 2 |
3130 | 3150 | IFS=$as_save_IFS |
3131 | 3151 | test -z "$as_dir" && as_dir=. |
3132 | 3152 | for ac_exec_ext in '' $ac_executable_extensions; do |
3133 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
3153 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
3134 | 3154 | ac_cv_prog_ac_ct_CC="$ac_prog" |
3135 | 3155 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3136 | 3156 | break 2 |
3576 | 3596 | /* end confdefs.h. */ |
3577 | 3597 | #include <stdarg.h> |
3578 | 3598 | #include <stdio.h> |
3579 | #include <sys/types.h> | |
3580 | #include <sys/stat.h> | |
3599 | struct stat; | |
3581 | 3600 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
3582 | 3601 | struct buf { int x; }; |
3583 | 3602 | FILE * (*rcsopen) (struct buf *, struct stat *, int); |
3675 | 3694 | # instance it was reported that on HP-UX the gcc test will end up |
3676 | 3695 | # making a dummy file named `D' -- because `-MD' means `put the output |
3677 | 3696 | # in D'. |
3697 | rm -rf conftest.dir | |
3678 | 3698 | mkdir conftest.dir |
3679 | 3699 | # Copy depcomp to subdir because otherwise we won't find it if we're |
3680 | 3700 | # using a relative directory. |
3734 | 3754 | break |
3735 | 3755 | fi |
3736 | 3756 | ;; |
3737 | msvisualcpp | msvcmsys) | |
3757 | msvc7 | msvc7msys | msvisualcpp | msvcmsys) | |
3738 | 3758 | # This compiler won't grok `-c -o', but also, the minuso test has |
3739 | 3759 | # not run yet. These depmodes are late enough in the game, and |
3740 | 3760 | # so weak that their functioning should not be impacted. |
4000 | 4020 | for ac_prog in grep ggrep; do |
4001 | 4021 | for ac_exec_ext in '' $ac_executable_extensions; do |
4002 | 4022 | ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
4003 | { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue | |
4023 | as_fn_executable_p "$ac_path_GREP" || continue | |
4004 | 4024 | # Check for GNU ac_path_GREP and select it if it is found. |
4005 | 4025 | # Check for GNU $ac_path_GREP |
4006 | 4026 | case `"$ac_path_GREP" --version 2>&1` in |
4066 | 4086 | for ac_prog in egrep; do |
4067 | 4087 | for ac_exec_ext in '' $ac_executable_extensions; do |
4068 | 4088 | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
4069 | { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue | |
4089 | as_fn_executable_p "$ac_path_EGREP" || continue | |
4070 | 4090 | # Check for GNU ac_path_EGREP and select it if it is found. |
4071 | 4091 | # Check for GNU $ac_path_EGREP |
4072 | 4092 | case `"$ac_path_EGREP" --version 2>&1` in |
4273 | 4293 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4274 | 4294 | /* end confdefs.h. */ |
4275 | 4295 | |
4276 | # define __EXTENSIONS__ 1 | |
4277 | $ac_includes_default | |
4296 | # define __EXTENSIONS__ 1 | |
4297 | $ac_includes_default | |
4278 | 4298 | int |
4279 | 4299 | main () |
4280 | 4300 | { |
4328 | 4348 | IFS=$as_save_IFS |
4329 | 4349 | test -z "$as_dir" && as_dir=. |
4330 | 4350 | for ac_exec_ext in '' $ac_executable_extensions; do |
4331 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
4351 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
4332 | 4352 | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
4333 | 4353 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4334 | 4354 | break 2 |
4368 | 4388 | IFS=$as_save_IFS |
4369 | 4389 | test -z "$as_dir" && as_dir=. |
4370 | 4390 | for ac_exec_ext in '' $ac_executable_extensions; do |
4371 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
4391 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
4372 | 4392 | ac_cv_prog_ac_ct_CC="gcc" |
4373 | 4393 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4374 | 4394 | break 2 |
4421 | 4441 | IFS=$as_save_IFS |
4422 | 4442 | test -z "$as_dir" && as_dir=. |
4423 | 4443 | for ac_exec_ext in '' $ac_executable_extensions; do |
4424 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
4444 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
4425 | 4445 | ac_cv_prog_CC="${ac_tool_prefix}cc" |
4426 | 4446 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4427 | 4447 | break 2 |
4462 | 4482 | IFS=$as_save_IFS |
4463 | 4483 | test -z "$as_dir" && as_dir=. |
4464 | 4484 | for ac_exec_ext in '' $ac_executable_extensions; do |
4465 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
4485 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
4466 | 4486 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
4467 | 4487 | ac_prog_rejected=yes |
4468 | 4488 | continue |
4520 | 4540 | IFS=$as_save_IFS |
4521 | 4541 | test -z "$as_dir" && as_dir=. |
4522 | 4542 | for ac_exec_ext in '' $ac_executable_extensions; do |
4523 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
4543 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
4524 | 4544 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
4525 | 4545 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4526 | 4546 | break 2 |
4564 | 4584 | IFS=$as_save_IFS |
4565 | 4585 | test -z "$as_dir" && as_dir=. |
4566 | 4586 | for ac_exec_ext in '' $ac_executable_extensions; do |
4567 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
4587 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
4568 | 4588 | ac_cv_prog_ac_ct_CC="$ac_prog" |
4569 | 4589 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4570 | 4590 | break 2 |
4760 | 4780 | /* end confdefs.h. */ |
4761 | 4781 | #include <stdarg.h> |
4762 | 4782 | #include <stdio.h> |
4763 | #include <sys/types.h> | |
4764 | #include <sys/stat.h> | |
4783 | struct stat; | |
4765 | 4784 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
4766 | 4785 | struct buf { int x; }; |
4767 | 4786 | FILE * (*rcsopen) (struct buf *, struct stat *, int); |
4859 | 4878 | # instance it was reported that on HP-UX the gcc test will end up |
4860 | 4879 | # making a dummy file named `D' -- because `-MD' means `put the output |
4861 | 4880 | # in D'. |
4881 | rm -rf conftest.dir | |
4862 | 4882 | mkdir conftest.dir |
4863 | 4883 | # Copy depcomp to subdir because otherwise we won't find it if we're |
4864 | 4884 | # using a relative directory. |
4918 | 4938 | break |
4919 | 4939 | fi |
4920 | 4940 | ;; |
4921 | msvisualcpp | msvcmsys) | |
4941 | msvc7 | msvc7msys | msvisualcpp | msvcmsys) | |
4922 | 4942 | # This compiler won't grok `-c -o', but also, the minuso test has |
4923 | 4943 | # not run yet. These depmodes are late enough in the game, and |
4924 | 4944 | # so weak that their functioning should not be impacted. |
5315 | 5335 | for ac_prog in sed gsed; do |
5316 | 5336 | for ac_exec_ext in '' $ac_executable_extensions; do |
5317 | 5337 | ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" |
5318 | { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue | |
5338 | as_fn_executable_p "$ac_path_SED" || continue | |
5319 | 5339 | # Check for GNU ac_path_SED and select it if it is found. |
5320 | 5340 | # Check for GNU $ac_path_SED |
5321 | 5341 | case `"$ac_path_SED" --version 2>&1` in |
5394 | 5414 | for ac_prog in fgrep; do |
5395 | 5415 | for ac_exec_ext in '' $ac_executable_extensions; do |
5396 | 5416 | ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" |
5397 | { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue | |
5417 | as_fn_executable_p "$ac_path_FGREP" || continue | |
5398 | 5418 | # Check for GNU ac_path_FGREP and select it if it is found. |
5399 | 5419 | # Check for GNU $ac_path_FGREP |
5400 | 5420 | case `"$ac_path_FGREP" --version 2>&1` in |
5650 | 5670 | IFS=$as_save_IFS |
5651 | 5671 | test -z "$as_dir" && as_dir=. |
5652 | 5672 | for ac_exec_ext in '' $ac_executable_extensions; do |
5653 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
5673 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
5654 | 5674 | ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" |
5655 | 5675 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5656 | 5676 | break 2 |
5694 | 5714 | IFS=$as_save_IFS |
5695 | 5715 | test -z "$as_dir" && as_dir=. |
5696 | 5716 | for ac_exec_ext in '' $ac_executable_extensions; do |
5697 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
5717 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
5698 | 5718 | ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" |
5699 | 5719 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5700 | 5720 | break 2 |
6107 | 6127 | IFS=$as_save_IFS |
6108 | 6128 | test -z "$as_dir" && as_dir=. |
6109 | 6129 | for ac_exec_ext in '' $ac_executable_extensions; do |
6110 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
6130 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
6111 | 6131 | ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" |
6112 | 6132 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6113 | 6133 | break 2 |
6147 | 6167 | IFS=$as_save_IFS |
6148 | 6168 | test -z "$as_dir" && as_dir=. |
6149 | 6169 | for ac_exec_ext in '' $ac_executable_extensions; do |
6150 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
6170 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
6151 | 6171 | ac_cv_prog_ac_ct_OBJDUMP="objdump" |
6152 | 6172 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6153 | 6173 | break 2 |
6271 | 6291 | else |
6272 | 6292 | lt_cv_deplibs_check_method=pass_all |
6273 | 6293 | fi |
6274 | ;; | |
6275 | ||
6276 | gnu*) | |
6277 | lt_cv_deplibs_check_method=pass_all | |
6278 | 6294 | ;; |
6279 | 6295 | |
6280 | 6296 | haiku*) |
6315 | 6331 | ;; |
6316 | 6332 | |
6317 | 6333 | # This must be glibc/ELF. |
6318 | linux* | k*bsd*-gnu | kopensolaris*-gnu) | |
6334 | linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) | |
6319 | 6335 | lt_cv_deplibs_check_method=pass_all |
6320 | 6336 | ;; |
6321 | 6337 | |
6453 | 6469 | IFS=$as_save_IFS |
6454 | 6470 | test -z "$as_dir" && as_dir=. |
6455 | 6471 | for ac_exec_ext in '' $ac_executable_extensions; do |
6456 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
6472 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
6457 | 6473 | ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" |
6458 | 6474 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6459 | 6475 | break 2 |
6493 | 6509 | IFS=$as_save_IFS |
6494 | 6510 | test -z "$as_dir" && as_dir=. |
6495 | 6511 | for ac_exec_ext in '' $ac_executable_extensions; do |
6496 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
6512 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
6497 | 6513 | ac_cv_prog_ac_ct_DLLTOOL="dlltool" |
6498 | 6514 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6499 | 6515 | break 2 |
6596 | 6612 | IFS=$as_save_IFS |
6597 | 6613 | test -z "$as_dir" && as_dir=. |
6598 | 6614 | for ac_exec_ext in '' $ac_executable_extensions; do |
6599 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
6615 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
6600 | 6616 | ac_cv_prog_AR="$ac_tool_prefix$ac_prog" |
6601 | 6617 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6602 | 6618 | break 2 |
6640 | 6656 | IFS=$as_save_IFS |
6641 | 6657 | test -z "$as_dir" && as_dir=. |
6642 | 6658 | for ac_exec_ext in '' $ac_executable_extensions; do |
6643 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
6659 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
6644 | 6660 | ac_cv_prog_ac_ct_AR="$ac_prog" |
6645 | 6661 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6646 | 6662 | break 2 |
6765 | 6781 | IFS=$as_save_IFS |
6766 | 6782 | test -z "$as_dir" && as_dir=. |
6767 | 6783 | for ac_exec_ext in '' $ac_executable_extensions; do |
6768 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
6784 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
6769 | 6785 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
6770 | 6786 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6771 | 6787 | break 2 |
6805 | 6821 | IFS=$as_save_IFS |
6806 | 6822 | test -z "$as_dir" && as_dir=. |
6807 | 6823 | for ac_exec_ext in '' $ac_executable_extensions; do |
6808 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
6824 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
6809 | 6825 | ac_cv_prog_ac_ct_STRIP="strip" |
6810 | 6826 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6811 | 6827 | break 2 |
6864 | 6880 | IFS=$as_save_IFS |
6865 | 6881 | test -z "$as_dir" && as_dir=. |
6866 | 6882 | for ac_exec_ext in '' $ac_executable_extensions; do |
6867 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
6883 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
6868 | 6884 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
6869 | 6885 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6870 | 6886 | break 2 |
6904 | 6920 | IFS=$as_save_IFS |
6905 | 6921 | test -z "$as_dir" && as_dir=. |
6906 | 6922 | for ac_exec_ext in '' $ac_executable_extensions; do |
6907 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
6923 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
6908 | 6924 | ac_cv_prog_ac_ct_RANLIB="ranlib" |
6909 | 6925 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6910 | 6926 | break 2 |
7553 | 7569 | IFS=$as_save_IFS |
7554 | 7570 | test -z "$as_dir" && as_dir=. |
7555 | 7571 | for ac_exec_ext in '' $ac_executable_extensions; do |
7556 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7572 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
7557 | 7573 | ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" |
7558 | 7574 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7559 | 7575 | break 2 |
7593 | 7609 | IFS=$as_save_IFS |
7594 | 7610 | test -z "$as_dir" && as_dir=. |
7595 | 7611 | for ac_exec_ext in '' $ac_executable_extensions; do |
7596 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7612 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
7597 | 7613 | ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" |
7598 | 7614 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7599 | 7615 | break 2 |
7673 | 7689 | IFS=$as_save_IFS |
7674 | 7690 | test -z "$as_dir" && as_dir=. |
7675 | 7691 | for ac_exec_ext in '' $ac_executable_extensions; do |
7676 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7692 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
7677 | 7693 | ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" |
7678 | 7694 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7679 | 7695 | break 2 |
7713 | 7729 | IFS=$as_save_IFS |
7714 | 7730 | test -z "$as_dir" && as_dir=. |
7715 | 7731 | for ac_exec_ext in '' $ac_executable_extensions; do |
7716 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7732 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
7717 | 7733 | ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" |
7718 | 7734 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7719 | 7735 | break 2 |
7765 | 7781 | IFS=$as_save_IFS |
7766 | 7782 | test -z "$as_dir" && as_dir=. |
7767 | 7783 | for ac_exec_ext in '' $ac_executable_extensions; do |
7768 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7784 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
7769 | 7785 | ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" |
7770 | 7786 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7771 | 7787 | break 2 |
7805 | 7821 | IFS=$as_save_IFS |
7806 | 7822 | test -z "$as_dir" && as_dir=. |
7807 | 7823 | for ac_exec_ext in '' $ac_executable_extensions; do |
7808 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7824 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
7809 | 7825 | ac_cv_prog_ac_ct_NMEDIT="nmedit" |
7810 | 7826 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7811 | 7827 | break 2 |
7857 | 7873 | IFS=$as_save_IFS |
7858 | 7874 | test -z "$as_dir" && as_dir=. |
7859 | 7875 | for ac_exec_ext in '' $ac_executable_extensions; do |
7860 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7876 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
7861 | 7877 | ac_cv_prog_LIPO="${ac_tool_prefix}lipo" |
7862 | 7878 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7863 | 7879 | break 2 |
7897 | 7913 | IFS=$as_save_IFS |
7898 | 7914 | test -z "$as_dir" && as_dir=. |
7899 | 7915 | for ac_exec_ext in '' $ac_executable_extensions; do |
7900 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7916 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
7901 | 7917 | ac_cv_prog_ac_ct_LIPO="lipo" |
7902 | 7918 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7903 | 7919 | break 2 |
7949 | 7965 | IFS=$as_save_IFS |
7950 | 7966 | test -z "$as_dir" && as_dir=. |
7951 | 7967 | for ac_exec_ext in '' $ac_executable_extensions; do |
7952 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7968 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
7953 | 7969 | ac_cv_prog_OTOOL="${ac_tool_prefix}otool" |
7954 | 7970 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7955 | 7971 | break 2 |
7989 | 8005 | IFS=$as_save_IFS |
7990 | 8006 | test -z "$as_dir" && as_dir=. |
7991 | 8007 | for ac_exec_ext in '' $ac_executable_extensions; do |
7992 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
8008 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
7993 | 8009 | ac_cv_prog_ac_ct_OTOOL="otool" |
7994 | 8010 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7995 | 8011 | break 2 |
8041 | 8057 | IFS=$as_save_IFS |
8042 | 8058 | test -z "$as_dir" && as_dir=. |
8043 | 8059 | for ac_exec_ext in '' $ac_executable_extensions; do |
8044 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
8060 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
8045 | 8061 | ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" |
8046 | 8062 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
8047 | 8063 | break 2 |
8081 | 8097 | IFS=$as_save_IFS |
8082 | 8098 | test -z "$as_dir" && as_dir=. |
8083 | 8099 | for ac_exec_ext in '' $ac_executable_extensions; do |
8084 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
8100 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
8085 | 8101 | ac_cv_prog_ac_ct_OTOOL64="otool64" |
8086 | 8102 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
8087 | 8103 | break 2 |
8974 | 8990 | lt_prog_compiler_static='-non_shared' |
8975 | 8991 | ;; |
8976 | 8992 | |
8977 | linux* | k*bsd*-gnu | kopensolaris*-gnu) | |
8993 | linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) | |
8978 | 8994 | case $cc_basename in |
8979 | 8995 | # old Intel for x86_64 which still supported -KPIC. |
8980 | 8996 | ecc*) |
11144 | 11160 | esac |
11145 | 11161 | ;; |
11146 | 11162 | |
11147 | gnu*) | |
11148 | version_type=linux # correct to gnu/linux during the next big refactor | |
11149 | need_lib_prefix=no | |
11150 | need_version=no | |
11151 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' | |
11152 | soname_spec='${libname}${release}${shared_ext}$major' | |
11153 | shlibpath_var=LD_LIBRARY_PATH | |
11154 | shlibpath_overrides_runpath=no | |
11155 | hardcode_into_libs=yes | |
11156 | ;; | |
11157 | ||
11158 | 11163 | haiku*) |
11159 | 11164 | version_type=linux # correct to gnu/linux during the next big refactor |
11160 | 11165 | need_lib_prefix=no |
11271 | 11276 | ;; |
11272 | 11277 | |
11273 | 11278 | # This must be glibc/ELF. |
11274 | linux* | k*bsd*-gnu | kopensolaris*-gnu) | |
11279 | linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) | |
11275 | 11280 | version_type=linux # correct to gnu/linux during the next big refactor |
11276 | 11281 | need_lib_prefix=no |
11277 | 11282 | need_version=no |
12353 | 12358 | int |
12354 | 12359 | main () |
12355 | 12360 | { |
12356 | /* FIXME: Include the comments suggested by Paul. */ | |
12361 | ||
12357 | 12362 | #ifndef __cplusplus |
12358 | /* Ultrix mips cc rejects this. */ | |
12363 | /* Ultrix mips cc rejects this sort of thing. */ | |
12359 | 12364 | typedef int charset[2]; |
12360 | const charset cs; | |
12365 | const charset cs = { 0, 0 }; | |
12361 | 12366 | /* SunOS 4.1.1 cc rejects this. */ |
12362 | 12367 | char const *const *pcpcc; |
12363 | 12368 | char **ppc; |
12374 | 12379 | ++pcpcc; |
12375 | 12380 | ppc = (char**) pcpcc; |
12376 | 12381 | pcpcc = (char const *const *) ppc; |
12377 | { /* SCO 3.2v4 cc rejects this. */ | |
12378 | char *t; | |
12382 | { /* SCO 3.2v4 cc rejects this sort of thing. */ | |
12383 | char tx; | |
12384 | char *t = &tx; | |
12379 | 12385 | char const *s = 0 ? (char *) 0 : (char const *) 0; |
12380 | 12386 | |
12381 | 12387 | *t++ = 0; |
12391 | 12397 | iptr p = 0; |
12392 | 12398 | ++p; |
12393 | 12399 | } |
12394 | { /* AIX XL C 1.02.0.0 rejects this saying | |
12400 | { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying | |
12395 | 12401 | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ |
12396 | struct s { int j; const int *ap[3]; }; | |
12397 | struct s *b; b->j = 5; | |
12402 | struct s { int j; const int *ap[3]; } bx; | |
12403 | struct s *b = &bx; b->j = 5; | |
12398 | 12404 | } |
12399 | 12405 | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ |
12400 | 12406 | const int foo = 10; |
12441 | 12447 | IFS=$as_save_IFS |
12442 | 12448 | test -z "$as_dir" && as_dir=. |
12443 | 12449 | for ac_exec_ext in '' $ac_executable_extensions; do |
12444 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
12450 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
12445 | 12451 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" |
12446 | 12452 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
12447 | 12453 | break 2 |
12465 | 12471 | |
12466 | 12472 | |
12467 | 12473 | |
12468 | CFLAGS= | |
12474 | CFLAGS=" -Wall -g -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -O1 -fstack-protector --param ssp-buffer-size=4 -fPIE -pie" | |
12469 | 12475 | LIBS=-lm |
12470 | 12476 | |
12471 | 12477 | |
12485 | 12491 | IFS=$as_save_IFS |
12486 | 12492 | test -z "$as_dir" && as_dir=. |
12487 | 12493 | for ac_exec_ext in '' $ac_executable_extensions; do |
12488 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
12494 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
12489 | 12495 | ac_cv_prog_have_swig="yes" |
12490 | 12496 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
12491 | 12497 | break 2 |
12525 | 12531 | IFS=$as_save_IFS |
12526 | 12532 | test -z "$as_dir" && as_dir=. |
12527 | 12533 | for ac_exec_ext in '' $ac_executable_extensions; do |
12528 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
12534 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
12529 | 12535 | ac_cv_prog_have_fpc="yes" |
12530 | 12536 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
12531 | 12537 | break 2 |
12584 | 12590 | IFS=$as_save_IFS |
12585 | 12591 | test -z "$as_dir" && as_dir=. |
12586 | 12592 | for ac_exec_ext in '' $ac_executable_extensions; do |
12587 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
12593 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
12588 | 12594 | ac_cv_prog_have_gpc="yes" |
12589 | 12595 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
12590 | 12596 | break 2 |
12665 | 12671 | IFS=$as_save_IFS |
12666 | 12672 | test -z "$as_dir" && as_dir=. |
12667 | 12673 | for ac_exec_ext in '' $ac_executable_extensions; do |
12668 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
12674 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
12669 | 12675 | ac_cv_prog_have_python="yes" |
12670 | 12676 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
12671 | 12677 | break 2 |
12760 | 12766 | IFS=$as_save_IFS |
12761 | 12767 | test -z "$as_dir" && as_dir=. |
12762 | 12768 | for ac_exec_ext in '' $ac_executable_extensions; do |
12763 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
12769 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
12764 | 12770 | ac_cv_prog_have_ruby="yes" |
12765 | 12771 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
12766 | 12772 | break 2 |
12856 | 12862 | IFS=$as_save_IFS |
12857 | 12863 | test -z "$as_dir" && as_dir=. |
12858 | 12864 | for ac_exec_ext in '' $ac_executable_extensions; do |
12859 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
12865 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
12860 | 12866 | ac_cv_prog_have_php="yes" |
12861 | 12867 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
12862 | 12868 | break 2 |
12913 | 12919 | IFS=$as_save_IFS |
12914 | 12920 | test -z "$as_dir" && as_dir=. |
12915 | 12921 | for ac_exec_ext in '' $ac_executable_extensions; do |
12916 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
12922 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
12917 | 12923 | ac_cv_prog_have_php_config="yes" |
12918 | 12924 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
12919 | 12925 | break 2 |
12984 | 12990 | IFS=$as_save_IFS |
12985 | 12991 | test -z "$as_dir" && as_dir=. |
12986 | 12992 | for ac_exec_ext in '' $ac_executable_extensions; do |
12987 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
12993 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
12988 | 12994 | ac_cv_prog_have_perl="yes" |
12989 | 12995 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
12990 | 12996 | break 2 |
13172 | 13178 | IFS=$as_save_IFS |
13173 | 13179 | test -z "$as_dir" && as_dir=. |
13174 | 13180 | for ac_exec_ext in '' $ac_executable_extensions; do |
13175 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
13181 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
13176 | 13182 | ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" |
13177 | 13183 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
13178 | 13184 | break 2 |
15627 | 15633 | # ... but there are two gotchas: |
15628 | 15634 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
15629 | 15635 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
15630 | # In both cases, we have to default to `cp -p'. | |
15636 | # In both cases, we have to default to `cp -pR'. | |
15631 | 15637 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
15632 | as_ln_s='cp -p' | |
15638 | as_ln_s='cp -pR' | |
15633 | 15639 | elif ln conf$$.file conf$$ 2>/dev/null; then |
15634 | 15640 | as_ln_s=ln |
15635 | 15641 | else |
15636 | as_ln_s='cp -p' | |
15642 | as_ln_s='cp -pR' | |
15637 | 15643 | fi |
15638 | 15644 | else |
15639 | as_ln_s='cp -p' | |
15645 | as_ln_s='cp -pR' | |
15640 | 15646 | fi |
15641 | 15647 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
15642 | 15648 | rmdir conf$$.dir 2>/dev/null |
15696 | 15702 | as_mkdir_p=false |
15697 | 15703 | fi |
15698 | 15704 | |
15699 | if test -x / >/dev/null 2>&1; then | |
15700 | as_test_x='test -x' | |
15701 | else | |
15702 | if ls -dL / >/dev/null 2>&1; then | |
15703 | as_ls_L_option=L | |
15704 | else | |
15705 | as_ls_L_option= | |
15706 | fi | |
15707 | as_test_x=' | |
15708 | eval sh -c '\'' | |
15709 | if test -d "$1"; then | |
15710 | test -d "$1/."; | |
15711 | else | |
15712 | case $1 in #( | |
15713 | -*)set "./$1";; | |
15714 | esac; | |
15715 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( | |
15716 | ???[sx]*):;;*)false;;esac;fi | |
15717 | '\'' sh | |
15718 | ' | |
15719 | fi | |
15720 | as_executable_p=$as_test_x | |
15705 | ||
15706 | # as_fn_executable_p FILE | |
15707 | # ----------------------- | |
15708 | # Test if FILE is an executable regular file. | |
15709 | as_fn_executable_p () | |
15710 | { | |
15711 | test -f "$1" && test -x "$1" | |
15712 | } # as_fn_executable_p | |
15713 | as_test_x='test -x' | |
15714 | as_executable_p=as_fn_executable_p | |
15721 | 15715 | |
15722 | 15716 | # Sed expression to map a string onto a valid CPP name. |
15723 | 15717 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
15739 | 15733 | # values after options handling. |
15740 | 15734 | ac_log=" |
15741 | 15735 | This file was extended by $as_me, which was |
15742 | generated by GNU Autoconf 2.68. Invocation command line was | |
15736 | generated by GNU Autoconf 2.69. Invocation command line was | |
15743 | 15737 | |
15744 | 15738 | CONFIG_FILES = $CONFIG_FILES |
15745 | 15739 | CONFIG_HEADERS = $CONFIG_HEADERS |
15796 | 15790 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
15797 | 15791 | ac_cs_version="\\ |
15798 | 15792 | config.status |
15799 | configured by $0, generated by GNU Autoconf 2.68, | |
15793 | configured by $0, generated by GNU Autoconf 2.69, | |
15800 | 15794 | with options \\"\$ac_cs_config\\" |
15801 | 15795 | |
15802 | Copyright (C) 2010 Free Software Foundation, Inc. | |
15796 | Copyright (C) 2012 Free Software Foundation, Inc. | |
15803 | 15797 | This config.status script is free software; the Free Software Foundation |
15804 | 15798 | gives unlimited permission to copy, distribute and modify it." |
15805 | 15799 | |
15879 | 15873 | _ACEOF |
15880 | 15874 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
15881 | 15875 | if \$ac_cs_recheck; then |
15882 | set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion | |
15876 | set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion | |
15883 | 15877 | shift |
15884 | 15878 | \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
15885 | 15879 | CONFIG_SHELL='$SHELL' |
3 | 3 | PACKAGE=libhdate |
4 | 4 | LIBHDATE_MAJOR_VERSION=1 |
5 | 5 | LIBHDATE_MINOR_VERSION=6 |
6 | LIBHDATE_MICRO_VERSION=0 | |
6 | LIBHDATE_MICRO_VERSION=02 | |
7 | 7 | |
8 | 8 | VERSION=$LIBHDATE_MAJOR_VERSION.$LIBHDATE_MINOR_VERSION.$LIBHDATE_MICRO_VERSION |
9 | 9 | |
32 | 32 | AC_CONFIG_MACRO_DIR([m4]) |
33 | 33 | AC_PATH_PROG(PKG_CONFIG, pkg-config, no) |
34 | 34 | |
35 | CFLAGS= | |
35 | CFLAGS=" -Wall -g -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -O1 -fstack-protector --param ssp-buffer-size=4 -fPIE -pie" | |
36 | 36 | LIBS=-lm |
37 | 37 | |
38 | 38 | dnl ======================================================================================= |
0 | 0 | #! /bin/sh |
1 | 1 | # depcomp - compile a program generating dependencies as side-effects |
2 | 2 | |
3 | scriptversion=2009-04-28.21; # UTC | |
4 | ||
5 | # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free | |
6 | # Software Foundation, Inc. | |
3 | scriptversion=2012-03-27.16; # UTC | |
4 | ||
5 | # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, | |
6 | # 2011, 2012 Free Software Foundation, Inc. | |
7 | 7 | |
8 | 8 | # This program is free software; you can redistribute it and/or modify |
9 | 9 | # it under the terms of the GNU General Public License as published by |
27 | 27 | |
28 | 28 | case $1 in |
29 | 29 | '') |
30 | echo "$0: No command. Try \`$0 --help' for more information." 1>&2 | |
30 | echo "$0: No command. Try '$0 --help' for more information." 1>&2 | |
31 | 31 | exit 1; |
32 | 32 | ;; |
33 | 33 | -h | --h*) |
39 | 39 | |
40 | 40 | Environment variables: |
41 | 41 | depmode Dependency tracking mode. |
42 | source Source file read by `PROGRAMS ARGS'. | |
43 | object Object file output by `PROGRAMS ARGS'. | |
42 | source Source file read by 'PROGRAMS ARGS'. | |
43 | object Object file output by 'PROGRAMS ARGS'. | |
44 | 44 | DEPDIR directory where to store dependencies. |
45 | 45 | depfile Dependency file to output. |
46 | tmpdepfile Temporary file to use when outputing dependencies. | |
46 | tmpdepfile Temporary file to use when outputting dependencies. | |
47 | 47 | libtool Whether libtool is used (yes/no). |
48 | 48 | |
49 | 49 | Report bugs to <bug-automake@gnu.org>. |
56 | 56 | ;; |
57 | 57 | esac |
58 | 58 | |
59 | # A tabulation character. | |
60 | tab=' ' | |
61 | # A newline character. | |
62 | nl=' | |
63 | ' | |
64 | ||
59 | 65 | if test -z "$depmode" || test -z "$source" || test -z "$object"; then |
60 | 66 | echo "depcomp: Variables source, object and depmode must be set" 1>&2 |
61 | 67 | exit 1 |
89 | 95 | # This is just like msvisualcpp but w/o cygpath translation. |
90 | 96 | # Just convert the backslash-escaped backslashes to single forward |
91 | 97 | # slashes to satisfy depend.m4 |
92 | cygpath_u="sed s,\\\\\\\\,/,g" | |
98 | cygpath_u='sed s,\\\\,/,g' | |
93 | 99 | depmode=msvisualcpp |
100 | fi | |
101 | ||
102 | if test "$depmode" = msvc7msys; then | |
103 | # This is just like msvc7 but w/o cygpath translation. | |
104 | # Just convert the backslash-escaped backslashes to single forward | |
105 | # slashes to satisfy depend.m4 | |
106 | cygpath_u='sed s,\\\\,/,g' | |
107 | depmode=msvc7 | |
108 | fi | |
109 | ||
110 | if test "$depmode" = xlc; then | |
111 | # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations. | |
112 | gccflag=-qmakedep=gcc,-MF | |
113 | depmode=gcc | |
94 | 114 | fi |
95 | 115 | |
96 | 116 | case "$depmode" in |
147 | 167 | ## The second -e expression handles DOS-style file names with drive letters. |
148 | 168 | sed -e 's/^[^:]*: / /' \ |
149 | 169 | -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" |
150 | ## This next piece of magic avoids the `deleted header file' problem. | |
170 | ## This next piece of magic avoids the "deleted header file" problem. | |
151 | 171 | ## The problem is that when a header file which appears in a .P file |
152 | 172 | ## is deleted, the dependency causes make to die (because there is |
153 | 173 | ## typically no way to rebuild the header). We avoid this by adding |
154 | 174 | ## dummy dependencies for each header file. Too bad gcc doesn't do |
155 | 175 | ## this for us directly. |
156 | tr ' ' ' | |
157 | ' < "$tmpdepfile" | | |
158 | ## Some versions of gcc put a space before the `:'. On the theory | |
176 | tr ' ' "$nl" < "$tmpdepfile" | | |
177 | ## Some versions of gcc put a space before the ':'. On the theory | |
159 | 178 | ## that the space means something, we add a space to the output as |
160 | ## well. | |
179 | ## well. hp depmode also adds that space, but also prefixes the VPATH | |
180 | ## to the object. Take care to not repeat it in the output. | |
161 | 181 | ## Some versions of the HPUX 10.20 sed can't process this invocation |
162 | 182 | ## correctly. Breaking it into two sed invocations is a workaround. |
163 | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" | |
183 | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ | |
184 | | sed -e 's/$/ :/' >> "$depfile" | |
164 | 185 | rm -f "$tmpdepfile" |
165 | 186 | ;; |
166 | 187 | |
192 | 213 | # clever and replace this with sed code, as IRIX sed won't handle |
193 | 214 | # lines with more than a fixed number of characters (4096 in |
194 | 215 | # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; |
195 | # the IRIX cc adds comments like `#:fec' to the end of the | |
216 | # the IRIX cc adds comments like '#:fec' to the end of the | |
196 | 217 | # dependency line. |
197 | tr ' ' ' | |
198 | ' < "$tmpdepfile" \ | |
218 | tr ' ' "$nl" < "$tmpdepfile" \ | |
199 | 219 | | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ |
200 | tr ' | |
201 | ' ' ' >> "$depfile" | |
220 | tr "$nl" ' ' >> "$depfile" | |
202 | 221 | echo >> "$depfile" |
203 | 222 | |
204 | 223 | # The second pass generates a dummy entry for each header file. |
205 | tr ' ' ' | |
206 | ' < "$tmpdepfile" \ | |
224 | tr ' ' "$nl" < "$tmpdepfile" \ | |
207 | 225 | | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ |
208 | 226 | >> "$depfile" |
209 | 227 | else |
215 | 233 | rm -f "$tmpdepfile" |
216 | 234 | ;; |
217 | 235 | |
236 | xlc) | |
237 | # This case exists only to let depend.m4 do its work. It works by | |
238 | # looking at the text of this script. This case will never be run, | |
239 | # since it is checked for above. | |
240 | exit 1 | |
241 | ;; | |
242 | ||
218 | 243 | aix) |
219 | 244 | # The C for AIX Compiler uses -M and outputs the dependencies |
220 | 245 | # in a .u file. In older versions, this file always lives in the |
221 | # current directory. Also, the AIX compiler puts `$object:' at the | |
246 | # current directory. Also, the AIX compiler puts '$object:' at the | |
222 | 247 | # start of each line; $object doesn't have directory information. |
223 | 248 | # Version 6 uses the directory in both cases. |
224 | 249 | dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` |
248 | 273 | test -f "$tmpdepfile" && break |
249 | 274 | done |
250 | 275 | if test -f "$tmpdepfile"; then |
251 | # Each line is of the form `foo.o: dependent.h'. | |
276 | # Each line is of the form 'foo.o: dependent.h'. | |
252 | 277 | # Do two passes, one to just change these to |
253 | # `$object: dependent.h' and one to simply `dependent.h:'. | |
278 | # '$object: dependent.h' and one to simply 'dependent.h:'. | |
254 | 279 | sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" |
255 | # That's a tab and a space in the []. | |
256 | sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" | |
280 | sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" | |
257 | 281 | else |
258 | 282 | # The sourcefile does not contain any dependencies, so just |
259 | 283 | # store a dummy comment line, to avoid errors with the Makefile |
264 | 288 | ;; |
265 | 289 | |
266 | 290 | icc) |
267 | # Intel's C compiler understands `-MD -MF file'. However on | |
268 | # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c | |
291 | # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'. | |
292 | # However on | |
293 | # $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c | |
269 | 294 | # ICC 7.0 will fill foo.d with something like |
270 | 295 | # foo.o: sub/foo.c |
271 | 296 | # foo.o: sub/foo.h |
272 | # which is wrong. We want: | |
297 | # which is wrong. We want | |
273 | 298 | # sub/foo.o: sub/foo.c |
274 | 299 | # sub/foo.o: sub/foo.h |
275 | 300 | # sub/foo.c: |
276 | 301 | # sub/foo.h: |
277 | 302 | # ICC 7.1 will output |
278 | 303 | # foo.o: sub/foo.c sub/foo.h |
279 | # and will wrap long lines using \ : | |
304 | # and will wrap long lines using '\': | |
280 | 305 | # foo.o: sub/foo.c ... \ |
281 | 306 | # sub/foo.h ... \ |
282 | 307 | # ... |
283 | ||
308 | # tcc 0.9.26 (FIXME still under development at the moment of writing) | |
309 | # will emit a similar output, but also prepend the continuation lines | |
310 | # with horizontal tabulation characters. | |
284 | 311 | "$@" -MD -MF "$tmpdepfile" |
285 | 312 | stat=$? |
286 | 313 | if test $stat -eq 0; then : |
289 | 316 | exit $stat |
290 | 317 | fi |
291 | 318 | rm -f "$depfile" |
292 | # Each line is of the form `foo.o: dependent.h', | |
293 | # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. | |
319 | # Each line is of the form 'foo.o: dependent.h', | |
320 | # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'. | |
294 | 321 | # Do two passes, one to just change these to |
295 | # `$object: dependent.h' and one to simply `dependent.h:'. | |
296 | sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" | |
297 | # Some versions of the HPUX 10.20 sed can't process this invocation | |
298 | # correctly. Breaking it into two sed invocations is a workaround. | |
299 | sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | | |
300 | sed -e 's/$/ :/' >> "$depfile" | |
322 | # '$object: dependent.h' and one to simply 'dependent.h:'. | |
323 | sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \ | |
324 | < "$tmpdepfile" > "$depfile" | |
325 | sed ' | |
326 | s/[ '"$tab"'][ '"$tab"']*/ /g | |
327 | s/^ *// | |
328 | s/ *\\*$// | |
329 | s/^[^:]*: *// | |
330 | /^$/d | |
331 | /:$/d | |
332 | s/$/ :/ | |
333 | ' < "$tmpdepfile" >> "$depfile" | |
301 | 334 | rm -f "$tmpdepfile" |
302 | 335 | ;; |
303 | 336 | |
333 | 366 | done |
334 | 367 | if test -f "$tmpdepfile"; then |
335 | 368 | sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" |
336 | # Add `dependent.h:' lines. | |
369 | # Add 'dependent.h:' lines. | |
337 | 370 | sed -ne '2,${ |
338 | 371 | s/^ *// |
339 | 372 | s/ \\*$// |
348 | 381 | |
349 | 382 | tru64) |
350 | 383 | # The Tru64 compiler uses -MD to generate dependencies as a side |
351 | # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. | |
384 | # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. | |
352 | 385 | # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put |
353 | # dependencies in `foo.d' instead, so we check for that too. | |
386 | # dependencies in 'foo.d' instead, so we check for that too. | |
354 | 387 | # Subdirectories are respected. |
355 | 388 | dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` |
356 | 389 | test "x$dir" = "x$object" && dir= |
396 | 429 | done |
397 | 430 | if test -f "$tmpdepfile"; then |
398 | 431 | sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" |
399 | # That's a tab and a space in the []. | |
400 | sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" | |
432 | sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" | |
401 | 433 | else |
402 | 434 | echo "#dummy" > "$depfile" |
403 | 435 | fi |
404 | 436 | rm -f "$tmpdepfile" |
405 | 437 | ;; |
406 | 438 | |
439 | msvc7) | |
440 | if test "$libtool" = yes; then | |
441 | showIncludes=-Wc,-showIncludes | |
442 | else | |
443 | showIncludes=-showIncludes | |
444 | fi | |
445 | "$@" $showIncludes > "$tmpdepfile" | |
446 | stat=$? | |
447 | grep -v '^Note: including file: ' "$tmpdepfile" | |
448 | if test "$stat" = 0; then : | |
449 | else | |
450 | rm -f "$tmpdepfile" | |
451 | exit $stat | |
452 | fi | |
453 | rm -f "$depfile" | |
454 | echo "$object : \\" > "$depfile" | |
455 | # The first sed program below extracts the file names and escapes | |
456 | # backslashes for cygpath. The second sed program outputs the file | |
457 | # name when reading, but also accumulates all include files in the | |
458 | # hold buffer in order to output them again at the end. This only | |
459 | # works with sed implementations that can handle large buffers. | |
460 | sed < "$tmpdepfile" -n ' | |
461 | /^Note: including file: *\(.*\)/ { | |
462 | s//\1/ | |
463 | s/\\/\\\\/g | |
464 | p | |
465 | }' | $cygpath_u | sort -u | sed -n ' | |
466 | s/ /\\ /g | |
467 | s/\(.*\)/'"$tab"'\1 \\/p | |
468 | s/.\(.*\) \\/\1:/ | |
469 | H | |
470 | $ { | |
471 | s/.*/'"$tab"'/ | |
472 | G | |
473 | p | |
474 | }' >> "$depfile" | |
475 | rm -f "$tmpdepfile" | |
476 | ;; | |
477 | ||
478 | msvc7msys) | |
479 | # This case exists only to let depend.m4 do its work. It works by | |
480 | # looking at the text of this script. This case will never be run, | |
481 | # since it is checked for above. | |
482 | exit 1 | |
483 | ;; | |
484 | ||
407 | 485 | #nosideeffect) |
408 | 486 | # This comment above is used by automake to tell side-effect |
409 | 487 | # dependency tracking mechanisms from slower ones. |
421 | 499 | shift |
422 | 500 | fi |
423 | 501 | |
424 | # Remove `-o $object'. | |
502 | # Remove '-o $object'. | |
425 | 503 | IFS=" " |
426 | 504 | for arg |
427 | 505 | do |
441 | 519 | done |
442 | 520 | |
443 | 521 | test -z "$dashmflag" && dashmflag=-M |
444 | # Require at least two characters before searching for `:' | |
522 | # Require at least two characters before searching for ':' | |
445 | 523 | # in the target name. This is to cope with DOS-style filenames: |
446 | # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. | |
524 | # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. | |
447 | 525 | "$@" $dashmflag | |
448 | sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" | |
526 | sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile" | |
449 | 527 | rm -f "$depfile" |
450 | 528 | cat < "$tmpdepfile" > "$depfile" |
451 | tr ' ' ' | |
452 | ' < "$tmpdepfile" | \ | |
529 | tr ' ' "$nl" < "$tmpdepfile" | \ | |
453 | 530 | ## Some versions of the HPUX 10.20 sed can't process this invocation |
454 | 531 | ## correctly. Breaking it into two sed invocations is a workaround. |
455 | 532 | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" |
502 | 579 | touch "$tmpdepfile" |
503 | 580 | ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" |
504 | 581 | rm -f "$depfile" |
505 | cat < "$tmpdepfile" > "$depfile" | |
506 | sed '1,2d' "$tmpdepfile" | tr ' ' ' | |
507 | ' | \ | |
582 | # makedepend may prepend the VPATH from the source file name to the object. | |
583 | # No need to regex-escape $object, excess matching of '.' is harmless. | |
584 | sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" | |
585 | sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \ | |
508 | 586 | ## Some versions of the HPUX 10.20 sed can't process this invocation |
509 | 587 | ## correctly. Breaking it into two sed invocations is a workaround. |
510 | 588 | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" |
524 | 602 | shift |
525 | 603 | fi |
526 | 604 | |
527 | # Remove `-o $object'. | |
605 | # Remove '-o $object'. | |
528 | 606 | IFS=" " |
529 | 607 | for arg |
530 | 608 | do |
593 | 671 | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" |
594 | 672 | rm -f "$depfile" |
595 | 673 | echo "$object : \\" > "$depfile" |
596 | sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" | |
597 | echo " " >> "$depfile" | |
674 | sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" | |
675 | echo "$tab" >> "$depfile" | |
598 | 676 | sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" |
599 | 677 | rm -f "$tmpdepfile" |
600 | 678 | ;; |
0 | # Makefile.in generated by automake 1.11.1 from Makefile.am. | |
0 | # Makefile.in generated by automake 1.11.6 from Makefile.am. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
5 | # Inc. | |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | |
5 | # Foundation, Inc. | |
6 | 6 | # This Makefile.in is free software; the Free Software Foundation |
7 | 7 | # gives unlimited permission to copy and/or distribute it, |
8 | 8 | # with or without modifications, as long as this notice is preserved. |
14 | 14 | |
15 | 15 | @SET_MAKE@ |
16 | 16 | VPATH = @srcdir@ |
17 | am__make_dryrun = \ | |
18 | { \ | |
19 | am__dry=no; \ | |
20 | case $$MAKEFLAGS in \ | |
21 | *\\[\ \ ]*) \ | |
22 | echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | |
23 | | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | |
24 | *) \ | |
25 | for am__flg in $$MAKEFLAGS; do \ | |
26 | case $$am__flg in \ | |
27 | *=*|--*) ;; \ | |
28 | *n*) am__dry=yes; break;; \ | |
29 | esac; \ | |
30 | done;; \ | |
31 | esac; \ | |
32 | test $$am__dry = yes; \ | |
33 | } | |
17 | 34 | pkgdatadir = $(datadir)/@PACKAGE@ |
18 | 35 | pkgincludedir = $(includedir)/@PACKAGE@ |
19 | 36 | pkglibdir = $(libdir)/@PACKAGE@ |
57 | 74 | install-pdf-recursive install-ps-recursive install-recursive \ |
58 | 75 | installcheck-recursive installdirs-recursive pdf-recursive \ |
59 | 76 | ps-recursive uninstall-recursive |
77 | am__can_run_installinfo = \ | |
78 | case $$AM_UPDATE_INFO_DIR in \ | |
79 | n|no|NO) false;; \ | |
80 | *) (install-info --version) >/dev/null 2>&1;; \ | |
81 | esac | |
60 | 82 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
61 | 83 | distclean-recursive maintainer-clean-recursive |
62 | 84 | AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
455 | 477 | done |
456 | 478 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
457 | 479 | if test "$$subdir" = .; then :; else \ |
458 | test -d "$(distdir)/$$subdir" \ | |
459 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
460 | || exit 1; \ | |
461 | fi; \ | |
462 | done | |
463 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
464 | if test "$$subdir" = .; then :; else \ | |
480 | $(am__make_dryrun) \ | |
481 | || test -d "$(distdir)/$$subdir" \ | |
482 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
483 | || exit 1; \ | |
465 | 484 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
466 | 485 | $(am__relativize); \ |
467 | 486 | new_distdir=$$reldir; \ |
496 | 515 | |
497 | 516 | installcheck: installcheck-recursive |
498 | 517 | install-strip: |
499 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
500 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
501 | `test -z '$(STRIP)' || \ | |
502 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
518 | if test -z '$(STRIP)'; then \ | |
519 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
520 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
521 | install; \ | |
522 | else \ | |
523 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
524 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
525 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
526 | fi | |
503 | 527 | mostlyclean-generic: |
504 | 528 | |
505 | 529 | clean-generic: |
0 | # Makefile.in generated by automake 1.11.1 from Makefile.am. | |
0 | # Makefile.in generated by automake 1.11.6 from Makefile.am. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
5 | # Inc. | |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | |
5 | # Foundation, Inc. | |
6 | 6 | # This Makefile.in is free software; the Free Software Foundation |
7 | 7 | # gives unlimited permission to copy and/or distribute it, |
8 | 8 | # with or without modifications, as long as this notice is preserved. |
14 | 14 | |
15 | 15 | @SET_MAKE@ |
16 | 16 | VPATH = @srcdir@ |
17 | am__make_dryrun = \ | |
18 | { \ | |
19 | am__dry=no; \ | |
20 | case $$MAKEFLAGS in \ | |
21 | *\\[\ \ ]*) \ | |
22 | echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | |
23 | | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | |
24 | *) \ | |
25 | for am__flg in $$MAKEFLAGS; do \ | |
26 | case $$am__flg in \ | |
27 | *=*|--*) ;; \ | |
28 | *n*) am__dry=yes; break;; \ | |
29 | esac; \ | |
30 | done;; \ | |
31 | esac; \ | |
32 | test $$am__dry = yes; \ | |
33 | } | |
17 | 34 | pkgdatadir = $(datadir)/@PACKAGE@ |
18 | 35 | pkgincludedir = $(includedir)/@PACKAGE@ |
19 | 36 | pkglibdir = $(libdir)/@PACKAGE@ |
57 | 74 | install-pdf-recursive install-ps-recursive install-recursive \ |
58 | 75 | installcheck-recursive installdirs-recursive pdf-recursive \ |
59 | 76 | ps-recursive uninstall-recursive |
77 | am__can_run_installinfo = \ | |
78 | case $$AM_UPDATE_INFO_DIR in \ | |
79 | n|no|NO) false;; \ | |
80 | *) (install-info --version) >/dev/null 2>&1;; \ | |
81 | esac | |
60 | 82 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
61 | 83 | distclean-recursive maintainer-clean-recursive |
62 | 84 | AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
455 | 477 | done |
456 | 478 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
457 | 479 | if test "$$subdir" = .; then :; else \ |
458 | test -d "$(distdir)/$$subdir" \ | |
459 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
460 | || exit 1; \ | |
461 | fi; \ | |
462 | done | |
463 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
464 | if test "$$subdir" = .; then :; else \ | |
480 | $(am__make_dryrun) \ | |
481 | || test -d "$(distdir)/$$subdir" \ | |
482 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
483 | || exit 1; \ | |
465 | 484 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
466 | 485 | $(am__relativize); \ |
467 | 486 | new_distdir=$$reldir; \ |
496 | 515 | |
497 | 516 | installcheck: installcheck-recursive |
498 | 517 | install-strip: |
499 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
500 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
501 | `test -z '$(STRIP)' || \ | |
502 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
518 | if test -z '$(STRIP)'; then \ | |
519 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
520 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
521 | install; \ | |
522 | else \ | |
523 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
524 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
525 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
526 | fi | |
503 | 527 | mostlyclean-generic: |
504 | 528 | |
505 | 529 | clean-generic: |
0 | # Makefile.in generated by automake 1.11.1 from Makefile.am. | |
0 | # Makefile.in generated by automake 1.11.6 from Makefile.am. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
5 | # Inc. | |
4 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | |
5 | # Foundation, Inc. | |
6 | 6 | # This Makefile.in is free software; the Free Software Foundation |
7 | 7 | # gives unlimited permission to copy and/or distribute it, |
8 | 8 | # with or without modifications, as long as this notice is preserved. |
14 | 14 | |
15 | 15 | @SET_MAKE@ |
16 | 16 | VPATH = @srcdir@ |
17 | am__make_dryrun = \ | |
18 | { \ | |
19 | am__dry=no; \ | |
20 | case $$MAKEFLAGS in \ | |
21 | *\\[\ \ ]*) \ | |
22 | echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | |
23 | | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | |
24 | *) \ | |
25 | for am__flg in $$MAKEFLAGS; do \ | |
26 | case $$am__flg in \ | |
27 | *=*|--*) ;; \ | |
28 | *n*) am__dry=yes; break;; \ | |
29 | esac; \ | |
30 | done;; \ | |
31 | esac; \ | |
32 | test $$am__dry = yes; \ | |
33 | } | |
17 | 34 | pkgdatadir = $(datadir)/@PACKAGE@ |
18 | 35 | pkgincludedir = $(includedir)/@PACKAGE@ |
19 | 36 | pkglibdir = $(libdir)/@PACKAGE@ |
50 | 67 | CONFIG_CLEAN_VPATH_FILES = |
51 | 68 | SOURCES = |
52 | 69 | DIST_SOURCES = |
70 | am__can_run_installinfo = \ | |
71 | case $$AM_UPDATE_INFO_DIR in \ | |
72 | n|no|NO) false;; \ | |
73 | *) (install-info --version) >/dev/null 2>&1;; \ | |
74 | esac | |
53 | 75 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
54 | 76 | am__vpath_adj = case $$p in \ |
55 | 77 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
71 | 93 | am__base_list = \ |
72 | 94 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
73 | 95 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
96 | am__uninstall_files_from_dir = { \ | |
97 | test -z "$$files" \ | |
98 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | |
99 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | |
100 | $(am__cd) "$$dir" && rm -f $$files; }; \ | |
101 | } | |
74 | 102 | man1dir = $(mandir)/man1 |
75 | 103 | am__installdirs = "$(DESTDIR)$(man1dir)" |
76 | 104 | NROFF = nroff |
275 | 303 | -rm -rf .libs _libs |
276 | 304 | install-man1: $(man_MANS) |
277 | 305 | @$(NORMAL_INSTALL) |
278 | test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" | |
279 | @list=''; test -n "$(man1dir)" || exit 0; \ | |
280 | { for i in $$list; do echo "$$i"; done; \ | |
281 | l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ | |
282 | sed -n '/\.1[a-z]*$$/p'; \ | |
306 | @list1=''; \ | |
307 | list2='$(man_MANS)'; \ | |
308 | test -n "$(man1dir)" \ | |
309 | && test -n "`echo $$list1$$list2`" \ | |
310 | || exit 0; \ | |
311 | echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ | |
312 | $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ | |
313 | { for i in $$list1; do echo "$$i"; done; \ | |
314 | if test -n "$$list2"; then \ | |
315 | for i in $$list2; do echo "$$i"; done \ | |
316 | | sed -n '/\.1[a-z]*$$/p'; \ | |
317 | fi; \ | |
283 | 318 | } | while read p; do \ |
284 | 319 | if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
285 | 320 | echo "$$d$$p"; echo "$$p"; \ |
308 | 343 | sed -n '/\.1[a-z]*$$/p'; \ |
309 | 344 | } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ |
310 | 345 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
311 | test -z "$$files" || { \ | |
312 | echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ | |
313 | cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } | |
346 | dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) | |
314 | 347 | tags: TAGS |
315 | 348 | TAGS: |
316 | 349 | |
378 | 411 | |
379 | 412 | installcheck: installcheck-am |
380 | 413 | install-strip: |
381 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
382 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
383 | `test -z '$(STRIP)' || \ | |
384 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
414 | if test -z '$(STRIP)'; then \ | |
415 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
416 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
417 | install; \ | |
418 | else \ | |
419 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
420 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
421 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
422 | fi | |
385 | 423 | mostlyclean-generic: |
386 | 424 | |
387 | 425 | clean-generic: |
0 | 0 | .\" .UC 4 |
1 | .TH "hcal" "1" "2012-01-01" "Linux" "libhdate" | |
1 | .TH "hcal" "1" "2013-01-01" "Linux" "libhdate" | |
2 | 2 | .SH "NAME" |
3 | 3 | hcal \- displays a Hebrew / Gregorian calendar |
4 | 4 | .PP |
6 | 6 | .B hcal |
7 | 7 | [options] [coordinates [timezone]] [[mm] yyyy] |
8 | 8 | .TP |
9 | coordinates: -l [NS]yy[.yyy] -L [EW]xx[.xxx] | |
10 | .RE | |
11 | .RS 7 | |
12 | -l [NS]yy[:mm[:ss]] -L [EW]xx[:mm[:ss]] | |
13 | .RE | |
14 | .RS 7 | |
15 | timezone: -z nn[( .nn | :mm )] | |
9 | coordinates: \-l [NS]yy[.yyy] \-L [EW]xx[.xxx] | |
10 | .RE | |
11 | .RS 7 | |
12 | \-l [NS]yy[:mm[:ss]] \-L [EW]xx[:mm[:ss]] | |
13 | .RE | |
14 | .RS 7 | |
15 | timezone: \-z nn[( .nn | :mm )] | |
16 | 16 | .PP |
17 | 17 | .SH "DESCRIPTION" |
18 | 18 | .B hcal |
80 | 80 | \ over-ride config file setting |
81 | 81 | .TP 18 |
82 | 82 | .B \-H --hebrew |
83 | output Hebrew information in Hebrew, in 'logical' sequence. If this displays in reverse for you, use option -b | |
83 | output Hebrew information in Hebrew, in 'logical' sequence. If this displays in reverse for you, use option \-b | |
84 | 84 | .TP |
85 | 85 | .B \-I --israel |
86 | 86 | override a diaspora default. Only relevant if hcal is using location information indicating other than an Israeli timezone |
152 | 152 | \ Other Israeli National days |
153 | 153 | .RE |
154 | 154 | .P |
155 | Use the -f (--footnote) option to have hcal describe what any particular day is marking. | |
155 | Use the \-f (--footnote) option to have hcal describe what any particular day is marking. | |
156 | 156 | .SS LOCATIONS |
157 | 157 | If you want |
158 | 158 | .B hcal |
163 | 163 | uses your computer's local time zone information as an indicator, and either picks a city in that time zone, or defaults to the equator at the center of that time zone. If |
164 | 164 | .B hcal |
165 | 165 | can't even retrieve time zone information from your computer, it defaults to Tel-Aviv. For other locations, use the |
166 | .B -l -L | |
166 | .B \-l \-L | |
167 | 167 | option pair. For other timezones, use the |
168 | .B -z | |
168 | .B \-z | |
169 | 169 | option. Co-ordinates and standard time zones for some common locations are listed below. |
170 | 170 | .PP |
171 | 171 | The current defaults include: |
232 | 232 | .TP 10 |
233 | 233 | .B Historical |
234 | 234 | The software does not yet account for the phenomenon and complications of the "Gregorian transition" from the prior, Julian calendar, which effectively caused an instantaneous 'loss' of two weeks for all gentiles affected. Countries (eg. Poland, Spain and Italy) began adopting the Gregorian calendar on 8 Tishrei 5343 (4 October 1582CE), although many did not transition until the 56th century (1752 CE, eg. UK colonies, Sweden). Russia did not adopt the Gregorian calendar until 5678 (1918 CE) and Turkey did not until 5687 (December, 1926 CE). Many other countries made the transition on other dates. Keep in mind that Russia invaded part of Poland, undoing, for the interim, the Gregorian transition for (only) that part of Poland; Also important to remember in this regard is that Eretz Ysroel was part of the Turkish Ottoman empire until the British mandate (5677 (1917CE)). Until all this is accounted for adequately by this application, refer to ' |
235 | .B ncal -p | |
235 | .B ncal \-p | |
236 | 236 | \' for a basic table of country transitions. However, keep in mind that European borders underwent many changes during the 426 years in question, so the accuracy of your data will depend on accurate knowledge of whether any particular date at any specific location was Julian or Gregorian. |
237 | 237 | .SH "EXAMPLES" |
238 | 238 | .TP 3 |
239 | 239 | 1. Display a 2012ce year's calendar, three-months wide, in color. |
240 | 240 | .RS 6 |
241 | .B hcal -3c 2012 | |
241 | .B hcal \-3c 2012 | |
242 | 242 | .RE |
243 | 243 | .HP 3 |
244 | 244 | 2. Display the current month's calendar, with Shabbat times, parshiot, footnoted holiday identification, with Hebrew information in Hebrew, and all in "calming", "muted" color-tones. |
245 | 245 | .RS 6 |
246 | .B hcal -csfH | |
246 | .B hcal \-csfH | |
247 | 247 | .SH "SEE ALSO" |
248 | 248 | mlterm(1), hdate(1), hebcal(1), date(1), ncal(1), cal(1), remind(1) |
249 | 249 | .SH "AUTHORS" |
250 | 250 | .RS 0 |
251 | Boruch Baum 2011-2012, Yaacov Zamir 2005-2010. | |
251 | Boruch Baum 2011-2013, Yaacov Zamir 2005-2010. | |
252 | 252 | .PP |
253 | 253 | project home page: http://libhdate.sourceforge.net |
254 | 254 | .PP |
0 | 0 | .\" .UC 4 |
1 | .TH "hdate" "1" "2012-01-01" "Linux" "libhdate" | |
1 | .TH "hdate" "1" "2013-01-01" "Linux" "libhdate" | |
2 | 2 | .SH "NAME" |
3 | 3 | hdate \- displays Hebrew date information for a given Gregorian/Julian date |
4 | 4 | .SH "SYNOPSIS" |
8 | 8 | .B hdate |
9 | 9 | [options] [coordinates [timezone]] [ julian_day ] |
10 | 10 | .TP |
11 | coordinates: -l [NS]yy[.yyy] -L [EW]xx[.xxx] | |
11 | coordinates: \-l [NS]yy[.yyy] \-L [EW]xx[.xxx] | |
12 | 12 | .RE |
13 | 13 | .RS 7 |
14 | -l [NS]yy[:mm[:ss]] -L [EW]xx[:mm[:ss]] | |
14 | \-l [NS]yy[:mm[:ss]] \-L [EW]xx[:mm[:ss]] | |
15 | 15 | .RE |
16 | 16 | .RS 7 |
17 | timezone: -z nn[( .nn | :mm )] | |
17 | timezone: \-z nn[( .nn | :mm )] | |
18 | 18 | .PP |
19 | 19 | .SH "DESCRIPTION" |
20 | 20 | .B hdate |
129 | 129 | uses your computer's local time zone information as an indicator, and either picks a city in that time zone, or defaults to the equator at the center of that time zone. If |
130 | 130 | .B hdate |
131 | 131 | can't even retrieve time zone information from your computer, it defaults to Tel-Aviv. For other locations, use the |
132 | .B -l -L | |
132 | .B \-l \-L | |
133 | 133 | option pair. For other timezones, use the |
134 | .B -z | |
134 | .B \-z | |
135 | 135 | option. Co-ordinates and standard time zones for some common locations are listed below. |
136 | 136 | .PP |
137 | 137 | The current defaults include: |
198 | 198 | .TP 10 |
199 | 199 | .B Historical |
200 | 200 | The software does not yet account for the phenomenon and complications of the "Gregorian transition" from the prior, Julian calendar, which effectively caused an instantaneous 'loss' of two weeks for all gentiles affected. Countries (eg. Poland, Spain and Italy) began adopting the Gregorian calendar on 8 Tishrei 5343 (4 October 1582CE), although many did not transition until the 56th century (1752 CE, eg. UK colonies, Sweden). Russia did not adopt the Gregorian calendar until 5678 (1918 CE) and Turkey did not until 5687 (December, 1926 CE). Many other countries made the transition on other dates. Keep in mind that Russia invaded part of Poland, undoing, for the interim, the Gregorian transition for (only) that part of Poland; Also important to remember in this regard is that Eretz Ysroel was part of the Turkish Ottoman empire until the British mandate (5677 (1917CE)). Until all this is accounted for adequately by this application, refer to ' |
201 | .B ncal -p | |
201 | .B ncal \-p | |
202 | 202 | \' for a basic table of country transitions. However, keep in mind that European borders underwent many changes during the 426 years in question, so the accuracy of your data will depend on accurate knowledge of whether any particular date at any specific location was Julian or Gregorian. |
203 | 203 | .SH "EXAMPLES" |
204 | 204 | 1. Create an iCal calendar of the holidays of year 2025. |
205 | 205 | .RS 6 |
206 | .B hdate -Hi 2025 | |
206 | .B hdate \-Hi 2025 | |
207 | 207 | .RE |
208 | 208 | .HP 3 |
209 | 209 | 2. Print out the weekly readings and sunset/sunrise times for Eilat, on April 2031. |
210 | 210 | .RS 6 |
211 | .B hdate -sR 4 2031 -l29 -L34 -z2 | |
211 | .B hdate \-sR 4 2031 -l29 -L34 -z2 | |
212 | 212 | .RE |
213 | 213 | .SH "SEE ALSO" |
214 | 214 | mlterm(1), hcal(1), hebcal(1), date(1), ncal(1), cal(1), remind(1) |
215 | 215 | .SH "AUTHORS" |
216 | 216 | .RS 0 |
217 | Boruch Baum 2011-2012. Yaacov Zamir 2005-2010. | |
217 | Boruch Baum 2011-2013. Yaacov Zamir 2005-2010. | |
218 | 218 | .PP |
219 | 219 | project page: http://libhdate.sourceforge.net |
220 | 220 | .PP |
0 | # Makefile.in generated by automake 1.11.1 from Makefile.am. |