Codebase list libhdate / upstream/latest
New upstream version 1.6.02 Lior Kaplan 4 years ago
48 changed file(s) with 1646 addition(s) and 1024 deletion(s). Raw diff Collapse all Expand all
0 (C) Boruch Baum <boruch-baum@users.sourceforge.net> 2011-2012.
0 (C) Boruch Baum <boruch-baum@users.sourceforge.net> 2011-2013.
11 (C) Yaacov Zamir <kzamir@walla.co.il> 2003-2008.
22 (C) Amos Shapir <amos083@hotmail.com> 1984-2003.
33
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
026 ===========================================================================
127 libhdate (1.6) - Boruch Baum <boruch-baum@users.sourceforge.net> 2012-01-09
228 ===========================================================================
00 Installation Instructions
11 *************************
22
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.
55
66 Copying and distribution of this file, with or without modification,
77 are permitted in any medium without royalty provided the copyright
225225
226226 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
227227
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
228233 On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
229234 parse its `<wchar.h>' header file. The option `-nodtk' can be used as
230235 a workaround. If GNU CC is not installed, it is therefore recommended
33 PACKAGE_STRING = library for Hebrew date information
44 PACKAGE_TARNAME =
55 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
88
99 SUBDIRS = po docs src examples bindings
1010
1111 pkgconfigdir = $(libdir)/pkgconfig
1212 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
1317
1418 libhdatedocdir = ${prefix}/share/doc/libhdate
1519 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.
11 # @configure_input@
22
33 # 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.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
1515 @SET_MAKE@
1616
1717 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 }
1835 pkgdatadir = $(datadir)/@PACKAGE@
1936 pkgincludedir = $(includedir)/@PACKAGE@
2037 pkglibdir = $(libdir)/@PACKAGE@
6481 install-pdf-recursive install-ps-recursive install-recursive \
6582 installcheck-recursive installdirs-recursive pdf-recursive \
6683 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
6789 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
6890 am__vpath_adj = case $$p in \
6991 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
85107 am__base_list = \
86108 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
87109 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 }
88116 am__installdirs = "$(DESTDIR)$(libhdatedocdir)" \
89117 "$(DESTDIR)$(pkgconfigdir)"
90118 DATA = $(libhdatedoc_DATA) $(pkgconfig_DATA)
100128 distdir = $(PACKAGE)-$(VERSION)
101129 top_distdir = $(distdir)
102130 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
106136 am__relativize = \
107137 dir0=`pwd`; \
108138 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
131161 DIST_ARCHIVES = $(distdir).tar.gz
132162 GZIP_ENV = --best
133163 distuninstallcheck_listfiles = find . -type f -print
164 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
165 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
134166 distcleancheck_listfiles = find . -type f -print
135167 ACLOCAL = @ACLOCAL@
136168 AMTAR = @AMTAR@
200232 PACKAGE_STRING = library for Hebrew date information
201233 PACKAGE_TARNAME =
202234 PACKAGE_URL = libhdate.sourceforge.net
203 PACKAGE_VERSION = 1.6
235 PACKAGE_VERSION = 1.6.02
204236 PATH_SEPARATOR = @PATH_SEPARATOR@
205237 PA_MODULES_PATH = @PA_MODULES_PATH@
206238 PA_VERSION = @PA_VERSION@
223255 SHELL = @SHELL@
224256 STRIP = @STRIP@
225257 USE_NLS = @USE_NLS@
226 VERSION = 1.6
258 VERSION = 1.6.02
227259 VERSION_INFO = @VERSION_INFO@
228260 XGETTEXT = @XGETTEXT@
229261 XGETTEXT_015 = @XGETTEXT_015@
291323 SUBDIRS = po docs src examples bindings
292324 pkgconfigdir = $(libdir)/pkgconfig
293325 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
294328 libhdatedocdir = ${prefix}/share/doc/libhdate
295329 libhdatedoc_DATA = \
296330 README\
307341 all: all-recursive
308342
309343 .SUFFIXES:
310 am--refresh:
344 am--refresh: Makefile
311345 @:
312346 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
313347 @for dep in $?; do \
354388 -rm -f libtool config.lt
355389 install-libhdatedocDATA: $(libhdatedoc_DATA)
356390 @$(NORMAL_INSTALL)
357 test -z "$(libhdatedocdir)" || $(MKDIR_P) "$(DESTDIR)$(libhdatedocdir)"
358391 @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; \
359396 for p in $$list; do \
360397 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
361398 echo "$$d$$p"; \
369406 @$(NORMAL_UNINSTALL)
370407 @list='$(libhdatedoc_DATA)'; test -n "$(libhdatedocdir)" || list=; \
371408 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)
375410 install-pkgconfigDATA: $(pkgconfig_DATA)
376411 @$(NORMAL_INSTALL)
377 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
378412 @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; \
379417 for p in $$list; do \
380418 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
381419 echo "$$d$$p"; \
389427 @$(NORMAL_UNINSTALL)
390428 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
391429 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)
395431
396432 # This directory's subdirectories are mostly independent; you can cd
397433 # into them and run `make' without going through this Makefile.
562598 done
563599 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
564600 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; \
572605 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
573606 $(am__relativize); \
574607 new_distdir=$$reldir; \
600633 $(am__remove_distdir)
601634
602635 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
604641 $(am__remove_distdir)
605642
606643 dist-lzma: distdir
608645 $(am__remove_distdir)
609646
610647 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
612649 $(am__remove_distdir)
613650
614651 dist-tarZ: distdir
639676 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
640677 *.tar.lzma*) \
641678 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
679 *.tar.lz*) \
680 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
642681 *.tar.xz*) \
643682 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
644683 *.tar.Z*) \
648687 *.zip*) \
649688 unzip $(distdir).zip ;;\
650689 esac
651 chmod -R a-w $(distdir); chmod a+w $(distdir)
690 chmod -R a-w $(distdir); chmod u+w $(distdir)
652691 mkdir $(distdir)/_build
653692 mkdir $(distdir)/_inst
654693 chmod a-w $(distdir)
658697 && am__cwd=`pwd` \
659698 && $(am__cd) $(distdir)/_build \
660699 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
700 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
661701 $(DISTCHECK_CONFIGURE_FLAGS) \
662702 && $(MAKE) $(AM_MAKEFLAGS) \
663703 && $(MAKE) $(AM_MAKEFLAGS) dvi \
686726 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
687727 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
688728 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 \
691739 || { echo "ERROR: files left after uninstall:" ; \
692740 if test -n "$(DESTDIR)"; then \
693741 echo " (check DESTDIR support)"; \
721769
722770 installcheck: installcheck-recursive
723771 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
728781 mostlyclean-generic:
729782
730783 clean-generic:
812865 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
813866 all all-am am--refresh check check-am clean clean-generic \
814867 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
829882
830883
831884 # 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 ===========================================
218
319 LibHdate is a small library for the Hebrew calendar, dates, holidays,
420 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 -*-
11
22 # 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.
45 # This file is free software; the Free Software Foundation
56 # gives unlimited permission to copy and/or distribute it,
67 # with or without modifications, as long as this notice is preserved.
1213
1314 m4_ifndef([AC_AUTOCONF_VERSION],
1415 [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.
1718 You have another version of autoconf. It may work, but is not guaranteed to.
1819 If you have problems, you may need to regenerate the build system entirely.
1920 To do so, use the procedure documented by the package, typically `autoreconf'.])])
2021
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
2630
2731 # AM_AUTOMAKE_VERSION(VERSION)
2832 # ----------------------------
3337 [am__api_version='1.11'
3438 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
3539 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], [],
3741 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
3842 ])
3943
4953 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
5054 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
5155 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
52 [AM_AUTOMAKE_VERSION([1.11.1])dnl
56 [AM_AUTOMAKE_VERSION([1.11.6])dnl
5357 m4_ifndef([AC_AUTOCONF_VERSION],
5458 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
5559 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
5660
5761 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
5862
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
6470
6571 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
6672 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
143149 Usually this means the macro was only invoked conditionally.]])
144150 fi])])
145151
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
154160
155161 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
156162 # written in clear, in which case automake, when reading aclocal.m4,
190196 # instance it was reported that on HP-UX the gcc test will end up
191197 # making a dummy file named `D' -- because `-MD' means `put the output
192198 # in D'.
199 rm -rf conftest.dir
193200 mkdir conftest.dir
194201 # Copy depcomp to subdir because otherwise we won't find it if we're
195202 # using a relative directory.
254261 break
255262 fi
256263 ;;
257 msvisualcpp | msvcmsys)
264 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
258265 # This compiler won't grok `-c -o', but also, the minuso test has
259266 # not run yet. These depmodes are late enough in the game, and
260267 # so weak that their functioning should not be impacted.
319326 if test "x$enable_dependency_tracking" != xno; then
320327 am_depcomp="$ac_aux_dir/depcomp"
321328 AMDEPBACKSLASH='\'
329 am__nodep='_no'
322330 fi
323331 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
324332 AC_SUBST([AMDEPBACKSLASH])dnl
325333 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
334 AC_SUBST([am__nodep])dnl
335 _AM_SUBST_NOTMAKE([am__nodep])dnl
326336 ])
327337
328338 # Generate code to set up dependency tracking. -*- Autoconf -*-
544554 done
545555 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
546556
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
552565
553566 # AM_PROG_INSTALL_SH
554567 # ------------------
589602 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
590603 # From Jim Meyering
591604
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.
594607 #
595608 # This file is free software; the Free Software Foundation
596609 # gives unlimited permission to copy and/or distribute it,
610623 [disable], [m4_define([am_maintainer_other], [enable])],
611624 [m4_define([am_maintainer_other], [enable])
612625 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])
614627 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
615628 AC_ARG_ENABLE([maintainer-mode],
616629 [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful
721734 fi
722735 ])
723736
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
729745
730746 # AM_PROG_MKDIR_P
731747 # ---------------
749765
750766 # Helper functions for option handling. -*- Autoconf -*-
751767
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
759776
760777 # _AM_MANGLE_OPTION(NAME)
761778 # -----------------------
763780 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
764781
765782 # _AM_SET_OPTION(NAME)
766 # ------------------------------
783 # --------------------
767784 # Set option NAME. Presently that only means defining a flag for this option.
768785 AC_DEFUN([_AM_SET_OPTION],
769786 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
770787
771788 # _AM_SET_OPTIONS(OPTIONS)
772 # ----------------------------------
789 # ------------------------
773790 # OPTIONS is a space-separated list of Automake options.
774791 AC_DEFUN([_AM_SET_OPTIONS],
775792 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
845862 fi
846863 AC_MSG_RESULT(yes)])
847864
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
853872
854873 # AM_PROG_INSTALL_STRIP
855874 # ---------------------
873892 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
874893 AC_SUBST([INSTALL_STRIP_PROGRAM])])
875894
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
883902
884903 # _AM_SUBST_NOTMAKE(VARIABLE)
885904 # ---------------------------
888907 AC_DEFUN([_AM_SUBST_NOTMAKE])
889908
890909 # AM_SUBST_NOTMAKE(VARIABLE)
891 # ---------------------------
910 # --------------------------
892911 # Public sister of _AM_SUBST_NOTMAKE.
893912 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
894913
895914 # Check how to create a tarball. -*- Autoconf -*-
896915
897 # Copyright (C) 2004, 2005 Free Software Foundation, Inc.
916 # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
898917 #
899918 # This file is free software; the Free Software Foundation
900919 # gives unlimited permission to copy and/or distribute it,
916935 # a tarball read from stdin.
917936 # $(am__untar) < result.tar
918937 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}'])
921941 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 -'],
923943 [m4_case([$1], [ustar],, [pax],,
924944 [m4_fatal([Unknown tar format])])
925945 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.
11 # @configure_input@
22
33 # 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.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
1414
1515 @SET_MAKE@
1616 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 }
1734 pkgdatadir = $(datadir)/@PACKAGE@
1835 pkgincludedir = $(includedir)/@PACKAGE@
1936 pkglibdir = $(libdir)/@PACKAGE@
5774 install-pdf-recursive install-ps-recursive install-recursive \
5875 installcheck-recursive installdirs-recursive pdf-recursive \
5976 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
6082 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
6183 distclean-recursive maintainer-clean-recursive
6284 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
455477 done
456478 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
457479 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; \
465484 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
466485 $(am__relativize); \
467486 new_distdir=$$reldir; \
496515
497516 installcheck: installcheck-recursive
498517 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
503527 mostlyclean-generic:
504528
505529 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.
11 # @configure_input@
22
33 # 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.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
1414
1515 @SET_MAKE@
1616 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 }
1734 pkgdatadir = $(datadir)/@PACKAGE@
1835 pkgincludedir = $(includedir)/@PACKAGE@
1936 pkglibdir = $(libdir)/@PACKAGE@
5067 CONFIG_CLEAN_VPATH_FILES =
5168 SOURCES =
5269 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
5375 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5476 ACLOCAL = @ACLOCAL@
5577 AMTAR = @AMTAR@
304326
305327 installcheck: installcheck-am
306328 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
311338 mostlyclean-generic:
312339
313340 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.
11 # @configure_input@
22
33 # 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.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
1414
1515 @SET_MAKE@
1616 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 }
1734 pkgdatadir = $(datadir)/@PACKAGE@
1835 pkgincludedir = $(includedir)/@PACKAGE@
1936 pkglibdir = $(libdir)/@PACKAGE@
5067 CONFIG_CLEAN_VPATH_FILES =
5168 SOURCES =
5269 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
5375 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5476 ACLOCAL = @ACLOCAL@
5577 AMTAR = @AMTAR@
300322
301323 installcheck: installcheck-am
302324 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
307334 mostlyclean-generic:
308335
309336 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.
11 # @configure_input@
22
33 # 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.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
1414
1515 @SET_MAKE@
1616 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 }
1734 pkgdatadir = $(datadir)/@PACKAGE@
1835 pkgincludedir = $(includedir)/@PACKAGE@
1936 pkglibdir = $(libdir)/@PACKAGE@
5067 CONFIG_CLEAN_VPATH_FILES =
5168 SOURCES =
5269 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
5375 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5476 ACLOCAL = @ACLOCAL@
5577 AMTAR = @AMTAR@
300322
301323 installcheck: installcheck-am
302324 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
307334 mostlyclean-generic:
308335
309336 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.
11 # @configure_input@
22
33 # 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.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
1414
1515 @SET_MAKE@
1616 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 }
1734 pkgdatadir = $(datadir)/@PACKAGE@
1835 pkgincludedir = $(includedir)/@PACKAGE@
1936 pkglibdir = $(libdir)/@PACKAGE@
5067 CONFIG_CLEAN_VPATH_FILES =
5168 SOURCES =
5269 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
5375 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5476 ACLOCAL = @ACLOCAL@
5577 AMTAR = @AMTAR@
300322
301323 installcheck: installcheck-am
302324 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
307334 mostlyclean-generic:
308335
309336 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.
11 # @configure_input@
22
33 # 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.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
1414
1515 @SET_MAKE@
1616 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 }
1734 pkgdatadir = $(datadir)/@PACKAGE@
1835 pkgincludedir = $(includedir)/@PACKAGE@
1936 pkglibdir = $(libdir)/@PACKAGE@
5067 CONFIG_CLEAN_VPATH_FILES =
5168 SOURCES =
5269 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
5375 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5476 ACLOCAL = @ACLOCAL@
5577 AMTAR = @AMTAR@
300322
301323 installcheck: installcheck-am
302324 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
307334 mostlyclean-generic:
308335
309336 clean-generic:
11 # Attempt to guess a canonical system name.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
33 # 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'
77
88 # This file is free software; you can redistribute it and/or modify it
99 # under the terms of the GNU General Public License as published by
1616 # General Public License for more details.
1717 #
1818 # 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/>.
2220 #
2321 # As a special exception to the GNU General Public License, if you
2422 # distribute this file as part of a program that contains a
5654
5755 Originally written by Per Bothner.
5856 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.
6159
6260 This is free software; see the source for copying conditions. There is NO
6361 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
144142 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
145143 *:NetBSD:*:*)
146144 # NetBSD (nbsd) targets should (where applicable) match one or
147 # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
145 # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
148146 # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
149147 # switched to ELF, *-*-netbsd* would select the old
150148 # object file format. This provides both forward
791789 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
792790 exit ;;
793791 *: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
797794 amd64)
798795 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
799796 *)
800 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
797 echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
801798 esac
802799 exit ;;
803800 i*:CYGWIN*:*)
805802 exit ;;
806803 *:MINGW*:*)
807804 echo ${UNAME_MACHINE}-pc-mingw32
805 exit ;;
806 i*:MSYS*:*)
807 echo ${UNAME_MACHINE}-pc-msys
808808 exit ;;
809809 i*:windows32*:*)
810810 # uname -m includes "-pc" on this system.
860860 i*86:Minix:*:*)
861861 echo ${UNAME_MACHINE}-pc-minix
862862 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 ;;
863870 alpha:Linux:*:*)
864871 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
865872 EV5) UNAME_MACHINE=alphaev5 ;;
894901 echo ${UNAME_MACHINE}-unknown-linux-gnu
895902 exit ;;
896903 cris:Linux:*:*)
897 echo cris-axis-linux-gnu
904 echo ${UNAME_MACHINE}-axis-linux-gnu
898905 exit ;;
899906 crisv32:Linux:*:*)
900 echo crisv32-axis-linux-gnu
907 echo ${UNAME_MACHINE}-axis-linux-gnu
901908 exit ;;
902909 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
904914 exit ;;
905915 i*86:Linux:*:*)
906916 LIBC=gnu
942952 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
943953 ;;
944954 or32:Linux:*:*)
945 echo or32-unknown-linux-gnu
955 echo ${UNAME_MACHINE}-unknown-linux-gnu
946956 exit ;;
947957 padre:Linux:*:*)
948958 echo sparc-unknown-linux-gnu
977987 echo ${UNAME_MACHINE}-unknown-linux-gnu
978988 exit ;;
979989 tile*:Linux:*:*)
980 echo ${UNAME_MACHINE}-tilera-linux-gnu
990 echo ${UNAME_MACHINE}-unknown-linux-gnu
981991 exit ;;
982992 vax:Linux:*:*)
983993 echo ${UNAME_MACHINE}-dec-linux-gnu
984994 exit ;;
985995 x86_64:Linux:*:*)
986 echo x86_64-unknown-linux-gnu
996 echo ${UNAME_MACHINE}-unknown-linux-gnu
987997 exit ;;
988998 xtensa*:Linux:*:*)
989999 echo ${UNAME_MACHINE}-unknown-linux-gnu
13141324 i*86:AROS:*:*)
13151325 echo ${UNAME_MACHINE}-pc-aros
13161326 exit ;;
1327 x86_64:VMkernel:*:*)
1328 echo ${UNAME_MACHINE}-unknown-esx
1329 exit ;;
13171330 esac
13181331
13191332 #echo '(No uname command or uname output not recognized.)' 1>&2
11 # Configuration validation subroutine script.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
33 # 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'
77
88 # This file is (in principle) common to ALL GNU software.
99 # The presence of a machine in this file suggests that SOME GNU software
2020 # GNU General Public License for more details.
2121 #
2222 # 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/>.
2624 #
2725 # As a special exception to the GNU General Public License, if you
2826 # distribute this file as part of a program that contains a
7573 GNU config.sub ($timestamp)
7674
7775 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.
8078
8179 This is free software; see the source for copying conditions. There is NO
8280 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
131129 os=-$maybe_os
132130 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
133131 ;;
132 android-linux)
133 os=-linux-android
134 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
135 ;;
134136 *)
135137 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
136138 if [ $basic_machine != $1 ]
222224 -isc*)
223225 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
224226 ;;
227 -lynx*178)
228 os=-lynxos178
229 ;;
230 -lynx*5)
231 os=-lynxos5
232 ;;
225233 -lynx*)
226234 os=-lynxos
227235 ;;
246254 # Some are omitted here because they have special meanings below.
247255 1750a | 580 \
248256 | a29k \
257 | aarch64 | aarch64_be \
249258 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
250259 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
251260 | am33_2.0 \
252261 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
262 | be32 | be64 \
253263 | bfin \
254264 | c4x | clipper \
255265 | d10v | d30v | dlx | dsp16xx \
266 | epiphany \
256267 | fido | fr30 | frv \
257268 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
269 | hexagon \
258270 | i370 | i860 | i960 | ia64 \
259271 | ip2k | iq2000 \
272 | le32 | le64 \
260273 | lm32 \
261274 | m32c | m32r | m32rle | m68000 | m68k | m88k \
262275 | maxq | mb | microblaze | mcore | mep | metag \
290303 | pdp10 | pdp11 | pj | pjl \
291304 | powerpc | powerpc64 | powerpc64le | powerpcle \
292305 | pyramid \
293 | rx \
306 | rl78 | rx \
294307 | score \
295308 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
296309 | sh64 | sh64le \
299312 | spu \
300313 | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
301314 | ubicom32 \
302 | v850 | v850e \
315 | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
303316 | we32k \
304317 | x86 | xc16x | xstormy16 | xtensa \
305318 | z8k | z80)
314327 c6x)
315328 basic_machine=tic6x-unknown
316329 ;;
317 m6811 | m68hc11 | m6812 | m68hc12 | picochip)
318 # Motorola 68HC11/12.
330 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
319331 basic_machine=$basic_machine-unknown
320332 os=-none
321333 ;;
328340 strongarm | thumb | xscale)
329341 basic_machine=arm-unknown
330342 ;;
331
343 xgate)
344 basic_machine=$basic_machine-unknown
345 os=-none
346 ;;
332347 xscaleeb)
333348 basic_machine=armeb-unknown
334349 ;;
351366 # Recognize the basic CPU types with company name.
352367 580-* \
353368 | a29k-* \
369 | aarch64-* | aarch64_be-* \
354370 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
355371 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
356372 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
357373 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
358374 | avr-* | avr32-* \
375 | be32-* | be64-* \
359376 | bfin-* | bs2000-* \
360377 | c[123]* | c30-* | [cjt]90-* | c4x-* \
361378 | clipper-* | craynv-* | cydra-* \
364381 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
365382 | h8300-* | h8500-* \
366383 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
384 | hexagon-* \
367385 | i*86-* | i860-* | i960-* | ia64-* \
368386 | ip2k-* | iq2000-* \
387 | le32-* | le64-* \
369388 | lm32-* \
370389 | m32c-* | m32r-* | m32rle-* \
371390 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
399418 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
400419 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
401420 | pyramid-* \
402 | romp-* | rs6000-* | rx-* \
421 | rl78-* | romp-* | rs6000-* | rx-* \
403422 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
404423 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
405424 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
407426 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
408427 | tahoe-* \
409428 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
410 | tile-* | tilegx-* \
429 | tile*-* \
411430 | tron-* \
412431 | ubicom32-* \
413 | v850-* | v850e-* | vax-* \
432 | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
433 | vax-* \
414434 | we32k-* \
415435 | x86-* | x86_64-* | xc16x-* | xps100-* \
416436 | xstormy16-* | xtensa*-* \
710730 i370-ibm* | ibm*)
711731 basic_machine=i370-ibm
712732 ;;
713 # I'm not sure what "Sysv32" means. Should this be sysv3.2?
714733 i*86v32)
715734 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
716735 os=-sysv32
807826 ms1-*)
808827 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
809828 ;;
829 msys)
830 basic_machine=i386-pc
831 os=-msys
832 ;;
810833 mvs)
811834 basic_machine=i370-ibm
812835 os=-mvs
836 ;;
837 nacl)
838 basic_machine=le32-unknown
839 os=-nacl
813840 ;;
814841 ncr3000)
815842 basic_machine=i486-ncr
11191146 basic_machine=t90-cray
11201147 os=-unicos
11211148 ;;
1122 # This must be matched before tile*.
1123 tilegx*)
1124 basic_machine=tilegx-unknown
1125 os=-linux-gnu
1126 ;;
11271149 tile*)
1128 basic_machine=tile-unknown
1150 basic_machine=$basic_machine-unknown
11291151 os=-linux-gnu
11301152 ;;
11311153 tx39)
13351357 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
13361358 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
13371359 | -chorusos* | -chorusrdb* | -cegcc* \
1338 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1360 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
13391361 | -mingw32* | -linux-gnu* | -linux-android* \
13401362 | -linux-newlib* | -linux-uclibc* \
13411363 | -uxpv* | -beos* | -mpeix* | -udk* \
15201542 c4x-* | tic4x-*)
15211543 os=-coff
15221544 ;;
1545 hexagon-*)
1546 os=-elf
1547 ;;
15231548 tic54x-*)
15241549 os=-coff
15251550 ;;
15471572 ;;
15481573 m68000-sun)
15491574 os=-sunos3
1550 # This also exists in the configure program, but was not the
1551 # default.
1552 # os=-sunos4
15531575 ;;
15541576 m68*-cisco)
15551577 os=-aout
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.68.
2 # Generated by GNU Autoconf 2.69.
33 #
44 #
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.
86 #
97 #
108 # This configure script is free software; the Free Software Foundation
133131 # CDPATH.
134132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135133
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;}
136159 if test "x$CONFIG_SHELL" = x; then
137160 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138161 emulate sh
166189 else
167190 exitcode=1; echo positional parameters were not saved.
168191 fi
169 test x\$exitcode = x0 || exit 1"
192 test x\$exitcode = x0 || exit 1
193 test -x / || exit 1"
170194 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171195 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172196 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
219243
220244
221245 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
237265 fi
238266
239267 if test x$as_have_required = xno; then :
335363
336364
337365 } # 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
338374 # as_fn_append VAR VALUE
339375 # ----------------------
340376 # Append the text in VALUE to the end of the definition contained in VAR. Take
456492 chmod +x "$as_me.lineno" ||
457493 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
458494
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
459499 # Don't try to exec as it changes $[0], causing all sort of problems
460500 # (the dirname of $[0] is not the place where we might find the
461501 # original and so on. Autoconf is especially sensitive to this).
490530 # ... but there are two gotchas:
491531 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
492532 # 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'.
494534 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'
496536 elif ln conf$$.file conf$$ 2>/dev/null; then
497537 as_ln_s=ln
498538 else
499 as_ln_s='cp -p'
539 as_ln_s='cp -pR'
500540 fi
501541 else
502 as_ln_s='cp -p'
542 as_ln_s='cp -pR'
503543 fi
504544 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
505545 rmdir conf$$.dir 2>/dev/null
511551 as_mkdir_p=false
512552 fi
513553
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
536556
537557 # Sed expression to map a string onto a valid CPP name.
538558 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
703723 am__fastdepCC_FALSE
704724 am__fastdepCC_TRUE
705725 CCDEPMODE
726 am__nodep
706727 AMDEPBACKSLASH
707728 AMDEP_FALSE
708729 AMDEP_TRUE
12731294 if test "x$host_alias" != x; then
12741295 if test "x$build_alias" = x; then
12751296 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
12781297 elif test "x$build_alias" != "x$host_alias"; then
12791298 cross_compiling=yes
12801299 fi
15541573 if $ac_init_version; then
15551574 cat <<\_ACEOF
15561575 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.
15601579 This configure script is free software; the Free Software Foundation
15611580 gives unlimited permission to copy, distribute and modify it.
15621581 _ACEOF
16321651 test ! -s conftest.err
16331652 } && test -s conftest$ac_exeext && {
16341653 test "$cross_compiling" = yes ||
1635 $as_test_x conftest$ac_exeext
1654 test -x conftest$ac_exeext
16361655 }; then :
16371656 ac_retval=0
16381657 else
19191938 running configure, to aid debugging if configure makes a mistake.
19201939
19211940 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
19231942
19241943 $ $0 $@
19251944
22712290 PACKAGE=libhdate
22722291 LIBHDATE_MAJOR_VERSION=1
22732292 LIBHDATE_MINOR_VERSION=6
2274 LIBHDATE_MICRO_VERSION=0
2293 LIBHDATE_MICRO_VERSION=02
22752294
22762295 VERSION=$LIBHDATE_MAJOR_VERSION.$LIBHDATE_MINOR_VERSION.$LIBHDATE_MICRO_VERSION
22772296
23472366 # by default.
23482367 for ac_prog in ginstall scoinst install; do
23492368 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
23512370 if test $ac_prog = install &&
23522371 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
23532372 # AIX install. It has an incompatible calling convention.
25162535 IFS=$as_save_IFS
25172536 test -z "$as_dir" && as_dir=.
25182537 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
25202539 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
25212540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25222541 break 2
25562575 IFS=$as_save_IFS
25572576 test -z "$as_dir" && as_dir=.
25582577 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
25602579 ac_cv_prog_ac_ct_STRIP="strip"
25612580 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25622581 break 2
26072626 test -z "$as_dir" && as_dir=.
26082627 for ac_prog in mkdir gmkdir; do
26092628 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
26112630 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
26122631 'mkdir (GNU coreutils) '* | \
26132632 'mkdir (coreutils) '* | \
26602679 IFS=$as_save_IFS
26612680 test -z "$as_dir" && as_dir=.
26622681 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
26642683 ac_cv_prog_AWK="$ac_prog"
26652684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26662685 break 2
27762795
27772796 # We need awk for the "check" target. The system "awk" is bad on
27782797 # 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 -'
27842803
27852804
27862805
28622881 if test "x$enable_dependency_tracking" != xno; then
28632882 am_depcomp="$ac_aux_dir/depcomp"
28642883 AMDEPBACKSLASH='\'
2884 am__nodep='_no'
28652885 fi
28662886 if test "x$enable_dependency_tracking" != xno; then
28672887 AMDEP_TRUE=
28942914 IFS=$as_save_IFS
28952915 test -z "$as_dir" && as_dir=.
28962916 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
28982918 ac_cv_prog_CC="${ac_tool_prefix}gcc"
28992919 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29002920 break 2
29342954 IFS=$as_save_IFS
29352955 test -z "$as_dir" && as_dir=.
29362956 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
29382958 ac_cv_prog_ac_ct_CC="gcc"
29392959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29402960 break 2
29873007 IFS=$as_save_IFS
29883008 test -z "$as_dir" && as_dir=.
29893009 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
29913011 ac_cv_prog_CC="${ac_tool_prefix}cc"
29923012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29933013 break 2
30283048 IFS=$as_save_IFS
30293049 test -z "$as_dir" && as_dir=.
30303050 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
30323052 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
30333053 ac_prog_rejected=yes
30343054 continue
30863106 IFS=$as_save_IFS
30873107 test -z "$as_dir" && as_dir=.
30883108 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
30903110 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
30913111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
30923112 break 2
31303150 IFS=$as_save_IFS
31313151 test -z "$as_dir" && as_dir=.
31323152 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
31343154 ac_cv_prog_ac_ct_CC="$ac_prog"
31353155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
31363156 break 2
35763596 /* end confdefs.h. */
35773597 #include <stdarg.h>
35783598 #include <stdio.h>
3579 #include <sys/types.h>
3580 #include <sys/stat.h>
3599 struct stat;
35813600 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
35823601 struct buf { int x; };
35833602 FILE * (*rcsopen) (struct buf *, struct stat *, int);
36753694 # instance it was reported that on HP-UX the gcc test will end up
36763695 # making a dummy file named `D' -- because `-MD' means `put the output
36773696 # in D'.
3697 rm -rf conftest.dir
36783698 mkdir conftest.dir
36793699 # Copy depcomp to subdir because otherwise we won't find it if we're
36803700 # using a relative directory.
37343754 break
37353755 fi
37363756 ;;
3737 msvisualcpp | msvcmsys)
3757 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
37383758 # This compiler won't grok `-c -o', but also, the minuso test has
37393759 # not run yet. These depmodes are late enough in the game, and
37403760 # so weak that their functioning should not be impacted.
40004020 for ac_prog in grep ggrep; do
40014021 for ac_exec_ext in '' $ac_executable_extensions; do
40024022 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
40044024 # Check for GNU ac_path_GREP and select it if it is found.
40054025 # Check for GNU $ac_path_GREP
40064026 case `"$ac_path_GREP" --version 2>&1` in
40664086 for ac_prog in egrep; do
40674087 for ac_exec_ext in '' $ac_executable_extensions; do
40684088 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
40704090 # Check for GNU ac_path_EGREP and select it if it is found.
40714091 # Check for GNU $ac_path_EGREP
40724092 case `"$ac_path_EGREP" --version 2>&1` in
42734293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42744294 /* end confdefs.h. */
42754295
4276 # define __EXTENSIONS__ 1
4277 $ac_includes_default
4296 # define __EXTENSIONS__ 1
4297 $ac_includes_default
42784298 int
42794299 main ()
42804300 {
43284348 IFS=$as_save_IFS
43294349 test -z "$as_dir" && as_dir=.
43304350 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
43324352 ac_cv_prog_CC="${ac_tool_prefix}gcc"
43334353 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
43344354 break 2
43684388 IFS=$as_save_IFS
43694389 test -z "$as_dir" && as_dir=.
43704390 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
43724392 ac_cv_prog_ac_ct_CC="gcc"
43734393 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
43744394 break 2
44214441 IFS=$as_save_IFS
44224442 test -z "$as_dir" && as_dir=.
44234443 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
44254445 ac_cv_prog_CC="${ac_tool_prefix}cc"
44264446 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
44274447 break 2
44624482 IFS=$as_save_IFS
44634483 test -z "$as_dir" && as_dir=.
44644484 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
44664486 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
44674487 ac_prog_rejected=yes
44684488 continue
45204540 IFS=$as_save_IFS
45214541 test -z "$as_dir" && as_dir=.
45224542 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
45244544 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
45254545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
45264546 break 2
45644584 IFS=$as_save_IFS
45654585 test -z "$as_dir" && as_dir=.
45664586 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
45684588 ac_cv_prog_ac_ct_CC="$ac_prog"
45694589 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
45704590 break 2
47604780 /* end confdefs.h. */
47614781 #include <stdarg.h>
47624782 #include <stdio.h>
4763 #include <sys/types.h>
4764 #include <sys/stat.h>
4783 struct stat;
47654784 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
47664785 struct buf { int x; };
47674786 FILE * (*rcsopen) (struct buf *, struct stat *, int);
48594878 # instance it was reported that on HP-UX the gcc test will end up
48604879 # making a dummy file named `D' -- because `-MD' means `put the output
48614880 # in D'.
4881 rm -rf conftest.dir
48624882 mkdir conftest.dir
48634883 # Copy depcomp to subdir because otherwise we won't find it if we're
48644884 # using a relative directory.
49184938 break
49194939 fi
49204940 ;;
4921 msvisualcpp | msvcmsys)
4941 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
49224942 # This compiler won't grok `-c -o', but also, the minuso test has
49234943 # not run yet. These depmodes are late enough in the game, and
49244944 # so weak that their functioning should not be impacted.
53155335 for ac_prog in sed gsed; do
53165336 for ac_exec_ext in '' $ac_executable_extensions; do
53175337 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
53195339 # Check for GNU ac_path_SED and select it if it is found.
53205340 # Check for GNU $ac_path_SED
53215341 case `"$ac_path_SED" --version 2>&1` in
53945414 for ac_prog in fgrep; do
53955415 for ac_exec_ext in '' $ac_executable_extensions; do
53965416 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
53985418 # Check for GNU ac_path_FGREP and select it if it is found.
53995419 # Check for GNU $ac_path_FGREP
54005420 case `"$ac_path_FGREP" --version 2>&1` in
56505670 IFS=$as_save_IFS
56515671 test -z "$as_dir" && as_dir=.
56525672 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
56545674 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
56555675 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
56565676 break 2
56945714 IFS=$as_save_IFS
56955715 test -z "$as_dir" && as_dir=.
56965716 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
56985718 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
56995719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
57005720 break 2
61076127 IFS=$as_save_IFS
61086128 test -z "$as_dir" && as_dir=.
61096129 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
61116131 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
61126132 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
61136133 break 2
61476167 IFS=$as_save_IFS
61486168 test -z "$as_dir" && as_dir=.
61496169 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
61516171 ac_cv_prog_ac_ct_OBJDUMP="objdump"
61526172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
61536173 break 2
62716291 else
62726292 lt_cv_deplibs_check_method=pass_all
62736293 fi
6274 ;;
6275
6276 gnu*)
6277 lt_cv_deplibs_check_method=pass_all
62786294 ;;
62796295
62806296 haiku*)
63156331 ;;
63166332
63176333 # This must be glibc/ELF.
6318 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6334 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
63196335 lt_cv_deplibs_check_method=pass_all
63206336 ;;
63216337
64536469 IFS=$as_save_IFS
64546470 test -z "$as_dir" && as_dir=.
64556471 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
64576473 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
64586474 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
64596475 break 2
64936509 IFS=$as_save_IFS
64946510 test -z "$as_dir" && as_dir=.
64956511 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
64976513 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
64986514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
64996515 break 2
65966612 IFS=$as_save_IFS
65976613 test -z "$as_dir" && as_dir=.
65986614 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
66006616 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
66016617 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
66026618 break 2
66406656 IFS=$as_save_IFS
66416657 test -z "$as_dir" && as_dir=.
66426658 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
66446660 ac_cv_prog_ac_ct_AR="$ac_prog"
66456661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
66466662 break 2
67656781 IFS=$as_save_IFS
67666782 test -z "$as_dir" && as_dir=.
67676783 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
67696785 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
67706786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
67716787 break 2
68056821 IFS=$as_save_IFS
68066822 test -z "$as_dir" && as_dir=.
68076823 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
68096825 ac_cv_prog_ac_ct_STRIP="strip"
68106826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
68116827 break 2
68646880 IFS=$as_save_IFS
68656881 test -z "$as_dir" && as_dir=.
68666882 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
68686884 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
68696885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
68706886 break 2
69046920 IFS=$as_save_IFS
69056921 test -z "$as_dir" && as_dir=.
69066922 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
69086924 ac_cv_prog_ac_ct_RANLIB="ranlib"
69096925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
69106926 break 2
75537569 IFS=$as_save_IFS
75547570 test -z "$as_dir" && as_dir=.
75557571 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
75577573 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
75587574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75597575 break 2
75937609 IFS=$as_save_IFS
75947610 test -z "$as_dir" && as_dir=.
75957611 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
75977613 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
75987614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75997615 break 2
76737689 IFS=$as_save_IFS
76747690 test -z "$as_dir" && as_dir=.
76757691 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
76777693 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
76787694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
76797695 break 2
77137729 IFS=$as_save_IFS
77147730 test -z "$as_dir" && as_dir=.
77157731 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
77177733 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
77187734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77197735 break 2
77657781 IFS=$as_save_IFS
77667782 test -z "$as_dir" && as_dir=.
77677783 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
77697785 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
77707786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77717787 break 2
78057821 IFS=$as_save_IFS
78067822 test -z "$as_dir" && as_dir=.
78077823 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
78097825 ac_cv_prog_ac_ct_NMEDIT="nmedit"
78107826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
78117827 break 2
78577873 IFS=$as_save_IFS
78587874 test -z "$as_dir" && as_dir=.
78597875 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
78617877 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
78627878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
78637879 break 2
78977913 IFS=$as_save_IFS
78987914 test -z "$as_dir" && as_dir=.
78997915 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
79017917 ac_cv_prog_ac_ct_LIPO="lipo"
79027918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
79037919 break 2
79497965 IFS=$as_save_IFS
79507966 test -z "$as_dir" && as_dir=.
79517967 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
79537969 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
79547970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
79557971 break 2
79898005 IFS=$as_save_IFS
79908006 test -z "$as_dir" && as_dir=.
79918007 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
79938009 ac_cv_prog_ac_ct_OTOOL="otool"
79948010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
79958011 break 2
80418057 IFS=$as_save_IFS
80428058 test -z "$as_dir" && as_dir=.
80438059 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
80458061 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
80468062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
80478063 break 2
80818097 IFS=$as_save_IFS
80828098 test -z "$as_dir" && as_dir=.
80838099 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
80858101 ac_cv_prog_ac_ct_OTOOL64="otool64"
80868102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
80878103 break 2
89748990 lt_prog_compiler_static='-non_shared'
89758991 ;;
89768992
8977 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8993 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
89788994 case $cc_basename in
89798995 # old Intel for x86_64 which still supported -KPIC.
89808996 ecc*)
1114411160 esac
1114511161 ;;
1114611162
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
1115811163 haiku*)
1115911164 version_type=linux # correct to gnu/linux during the next big refactor
1116011165 need_lib_prefix=no
1127111276 ;;
1127211277
1127311278 # This must be glibc/ELF.
11274 linux* | k*bsd*-gnu | kopensolaris*-gnu)
11279 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
1127511280 version_type=linux # correct to gnu/linux during the next big refactor
1127611281 need_lib_prefix=no
1127711282 need_version=no
1235312358 int
1235412359 main ()
1235512360 {
12356 /* FIXME: Include the comments suggested by Paul. */
12361
1235712362 #ifndef __cplusplus
12358 /* Ultrix mips cc rejects this. */
12363 /* Ultrix mips cc rejects this sort of thing. */
1235912364 typedef int charset[2];
12360 const charset cs;
12365 const charset cs = { 0, 0 };
1236112366 /* SunOS 4.1.1 cc rejects this. */
1236212367 char const *const *pcpcc;
1236312368 char **ppc;
1237412379 ++pcpcc;
1237512380 ppc = (char**) pcpcc;
1237612381 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;
1237912385 char const *s = 0 ? (char *) 0 : (char const *) 0;
1238012386
1238112387 *t++ = 0;
1239112397 iptr p = 0;
1239212398 ++p;
1239312399 }
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
1239512401 "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;
1239812404 }
1239912405 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
1240012406 const int foo = 10;
1244112447 IFS=$as_save_IFS
1244212448 test -z "$as_dir" && as_dir=.
1244312449 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
1244512451 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1244612452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1244712453 break 2
1246512471
1246612472
1246712473
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"
1246912475 LIBS=-lm
1247012476
1247112477
1248512491 IFS=$as_save_IFS
1248612492 test -z "$as_dir" && as_dir=.
1248712493 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
1248912495 ac_cv_prog_have_swig="yes"
1249012496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1249112497 break 2
1252512531 IFS=$as_save_IFS
1252612532 test -z "$as_dir" && as_dir=.
1252712533 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
1252912535 ac_cv_prog_have_fpc="yes"
1253012536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1253112537 break 2
1258412590 IFS=$as_save_IFS
1258512591 test -z "$as_dir" && as_dir=.
1258612592 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
1258812594 ac_cv_prog_have_gpc="yes"
1258912595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1259012596 break 2
1266512671 IFS=$as_save_IFS
1266612672 test -z "$as_dir" && as_dir=.
1266712673 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
1266912675 ac_cv_prog_have_python="yes"
1267012676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1267112677 break 2
1276012766 IFS=$as_save_IFS
1276112767 test -z "$as_dir" && as_dir=.
1276212768 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
1276412770 ac_cv_prog_have_ruby="yes"
1276512771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1276612772 break 2
1285612862 IFS=$as_save_IFS
1285712863 test -z "$as_dir" && as_dir=.
1285812864 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
1286012866 ac_cv_prog_have_php="yes"
1286112867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1286212868 break 2
1291312919 IFS=$as_save_IFS
1291412920 test -z "$as_dir" && as_dir=.
1291512921 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
1291712923 ac_cv_prog_have_php_config="yes"
1291812924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1291912925 break 2
1298412990 IFS=$as_save_IFS
1298512991 test -z "$as_dir" && as_dir=.
1298612992 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
1298812994 ac_cv_prog_have_perl="yes"
1298912995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1299012996 break 2
1317213178 IFS=$as_save_IFS
1317313179 test -z "$as_dir" && as_dir=.
1317413180 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
1317613182 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
1317713183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1317813184 break 2
1562715633 # ... but there are two gotchas:
1562815634 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
1562915635 # 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'.
1563115637 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'
1563315639 elif ln conf$$.file conf$$ 2>/dev/null; then
1563415640 as_ln_s=ln
1563515641 else
15636 as_ln_s='cp -p'
15642 as_ln_s='cp -pR'
1563715643 fi
1563815644 else
15639 as_ln_s='cp -p'
15645 as_ln_s='cp -pR'
1564015646 fi
1564115647 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
1564215648 rmdir conf$$.dir 2>/dev/null
1569615702 as_mkdir_p=false
1569715703 fi
1569815704
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
1572115715
1572215716 # Sed expression to map a string onto a valid CPP name.
1572315717 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
1573915733 # values after options handling.
1574015734 ac_log="
1574115735 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
1574315737
1574415738 CONFIG_FILES = $CONFIG_FILES
1574515739 CONFIG_HEADERS = $CONFIG_HEADERS
1579615790 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1579715791 ac_cs_version="\\
1579815792 config.status
15799 configured by $0, generated by GNU Autoconf 2.68,
15793 configured by $0, generated by GNU Autoconf 2.69,
1580015794 with options \\"\$ac_cs_config\\"
1580115795
15802 Copyright (C) 2010 Free Software Foundation, Inc.
15796 Copyright (C) 2012 Free Software Foundation, Inc.
1580315797 This config.status script is free software; the Free Software Foundation
1580415798 gives unlimited permission to copy, distribute and modify it."
1580515799
1587915873 _ACEOF
1588015874 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1588115875 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
1588315877 shift
1588415878 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
1588515879 CONFIG_SHELL='$SHELL'
33 PACKAGE=libhdate
44 LIBHDATE_MAJOR_VERSION=1
55 LIBHDATE_MINOR_VERSION=6
6 LIBHDATE_MICRO_VERSION=0
6 LIBHDATE_MICRO_VERSION=02
77
88 VERSION=$LIBHDATE_MAJOR_VERSION.$LIBHDATE_MINOR_VERSION.$LIBHDATE_MICRO_VERSION
99
3232 AC_CONFIG_MACRO_DIR([m4])
3333 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
3434
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"
3636 LIBS=-lm
3737
3838 dnl =======================================================================================
00 #! /bin/sh
11 # depcomp - compile a program generating dependencies as side-effects
22
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.
77
88 # This program is free software; you can redistribute it and/or modify
99 # it under the terms of the GNU General Public License as published by
2727
2828 case $1 in
2929 '')
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
3131 exit 1;
3232 ;;
3333 -h | --h*)
3939
4040 Environment variables:
4141 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'.
4444 DEPDIR directory where to store dependencies.
4545 depfile Dependency file to output.
46 tmpdepfile Temporary file to use when outputing dependencies.
46 tmpdepfile Temporary file to use when outputting dependencies.
4747 libtool Whether libtool is used (yes/no).
4848
4949 Report bugs to <bug-automake@gnu.org>.
5656 ;;
5757 esac
5858
59 # A tabulation character.
60 tab=' '
61 # A newline character.
62 nl='
63 '
64
5965 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
6066 echo "depcomp: Variables source, object and depmode must be set" 1>&2
6167 exit 1
8995 # This is just like msvisualcpp but w/o cygpath translation.
9096 # Just convert the backslash-escaped backslashes to single forward
9197 # slashes to satisfy depend.m4
92 cygpath_u="sed s,\\\\\\\\,/,g"
98 cygpath_u='sed s,\\\\,/,g'
9399 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
94114 fi
95115
96116 case "$depmode" in
147167 ## The second -e expression handles DOS-style file names with drive letters.
148168 sed -e 's/^[^:]*: / /' \
149169 -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.
151171 ## The problem is that when a header file which appears in a .P file
152172 ## is deleted, the dependency causes make to die (because there is
153173 ## typically no way to rebuild the header). We avoid this by adding
154174 ## dummy dependencies for each header file. Too bad gcc doesn't do
155175 ## 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
159178 ## 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.
161181 ## Some versions of the HPUX 10.20 sed can't process this invocation
162182 ## 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"
164185 rm -f "$tmpdepfile"
165186 ;;
166187
192213 # clever and replace this with sed code, as IRIX sed won't handle
193214 # lines with more than a fixed number of characters (4096 in
194215 # 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
196217 # dependency line.
197 tr ' ' '
198 ' < "$tmpdepfile" \
218 tr ' ' "$nl" < "$tmpdepfile" \
199219 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
200 tr '
201 ' ' ' >> "$depfile"
220 tr "$nl" ' ' >> "$depfile"
202221 echo >> "$depfile"
203222
204223 # The second pass generates a dummy entry for each header file.
205 tr ' ' '
206 ' < "$tmpdepfile" \
224 tr ' ' "$nl" < "$tmpdepfile" \
207225 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
208226 >> "$depfile"
209227 else
215233 rm -f "$tmpdepfile"
216234 ;;
217235
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
218243 aix)
219244 # The C for AIX Compiler uses -M and outputs the dependencies
220245 # 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
222247 # start of each line; $object doesn't have directory information.
223248 # Version 6 uses the directory in both cases.
224249 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
248273 test -f "$tmpdepfile" && break
249274 done
250275 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'.
252277 # 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:'.
254279 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"
257281 else
258282 # The sourcefile does not contain any dependencies, so just
259283 # store a dummy comment line, to avoid errors with the Makefile
264288 ;;
265289
266290 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
269294 # ICC 7.0 will fill foo.d with something like
270295 # foo.o: sub/foo.c
271296 # foo.o: sub/foo.h
272 # which is wrong. We want:
297 # which is wrong. We want
273298 # sub/foo.o: sub/foo.c
274299 # sub/foo.o: sub/foo.h
275300 # sub/foo.c:
276301 # sub/foo.h:
277302 # ICC 7.1 will output
278303 # foo.o: sub/foo.c sub/foo.h
279 # and will wrap long lines using \ :
304 # and will wrap long lines using '\':
280305 # foo.o: sub/foo.c ... \
281306 # sub/foo.h ... \
282307 # ...
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.
284311 "$@" -MD -MF "$tmpdepfile"
285312 stat=$?
286313 if test $stat -eq 0; then :
289316 exit $stat
290317 fi
291318 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 \'.
294321 # 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"
301334 rm -f "$tmpdepfile"
302335 ;;
303336
333366 done
334367 if test -f "$tmpdepfile"; then
335368 sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile"
336 # Add `dependent.h:' lines.
369 # Add 'dependent.h:' lines.
337370 sed -ne '2,${
338371 s/^ *//
339372 s/ \\*$//
348381
349382 tru64)
350383 # 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'.
352385 # 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.
354387 # Subdirectories are respected.
355388 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
356389 test "x$dir" = "x$object" && dir=
396429 done
397430 if test -f "$tmpdepfile"; then
398431 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"
401433 else
402434 echo "#dummy" > "$depfile"
403435 fi
404436 rm -f "$tmpdepfile"
405437 ;;
406438
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
407485 #nosideeffect)
408486 # This comment above is used by automake to tell side-effect
409487 # dependency tracking mechanisms from slower ones.
421499 shift
422500 fi
423501
424 # Remove `-o $object'.
502 # Remove '-o $object'.
425503 IFS=" "
426504 for arg
427505 do
441519 done
442520
443521 test -z "$dashmflag" && dashmflag=-M
444 # Require at least two characters before searching for `:'
522 # Require at least two characters before searching for ':'
445523 # 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.
447525 "$@" $dashmflag |
448 sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile"
526 sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile"
449527 rm -f "$depfile"
450528 cat < "$tmpdepfile" > "$depfile"
451 tr ' ' '
452 ' < "$tmpdepfile" | \
529 tr ' ' "$nl" < "$tmpdepfile" | \
453530 ## Some versions of the HPUX 10.20 sed can't process this invocation
454531 ## correctly. Breaking it into two sed invocations is a workaround.
455532 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
502579 touch "$tmpdepfile"
503580 ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
504581 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" | \
508586 ## Some versions of the HPUX 10.20 sed can't process this invocation
509587 ## correctly. Breaking it into two sed invocations is a workaround.
510588 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
524602 shift
525603 fi
526604
527 # Remove `-o $object'.
605 # Remove '-o $object'.
528606 IFS=" "
529607 for arg
530608 do
593671 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile"
594672 rm -f "$depfile"
595673 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"
598676 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile"
599677 rm -f "$tmpdepfile"
600678 ;;
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.6 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
1414
1515 @SET_MAKE@
1616 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 }
1734 pkgdatadir = $(datadir)/@PACKAGE@
1835 pkgincludedir = $(includedir)/@PACKAGE@
1936 pkglibdir = $(libdir)/@PACKAGE@
5774 install-pdf-recursive install-ps-recursive install-recursive \
5875 installcheck-recursive installdirs-recursive pdf-recursive \
5976 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
6082 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
6183 distclean-recursive maintainer-clean-recursive
6284 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
455477 done
456478 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
457479 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; \
465484 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
466485 $(am__relativize); \
467486 new_distdir=$$reldir; \
496515
497516 installcheck: installcheck-recursive
498517 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
503527 mostlyclean-generic:
504528
505529 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.
11 # @configure_input@
22
33 # 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.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
1414
1515 @SET_MAKE@
1616 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 }
1734 pkgdatadir = $(datadir)/@PACKAGE@
1835 pkgincludedir = $(includedir)/@PACKAGE@
1936 pkglibdir = $(libdir)/@PACKAGE@
5774 install-pdf-recursive install-ps-recursive install-recursive \
5875 installcheck-recursive installdirs-recursive pdf-recursive \
5976 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
6082 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
6183 distclean-recursive maintainer-clean-recursive
6284 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
455477 done
456478 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
457479 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; \
465484 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
466485 $(am__relativize); \
467486 new_distdir=$$reldir; \
496515
497516 installcheck: installcheck-recursive
498517 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
503527 mostlyclean-generic:
504528
505529 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.
11 # @configure_input@
22
33 # 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.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
1414
1515 @SET_MAKE@
1616 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 }
1734 pkgdatadir = $(datadir)/@PACKAGE@
1835 pkgincludedir = $(includedir)/@PACKAGE@
1936 pkglibdir = $(libdir)/@PACKAGE@
5067 CONFIG_CLEAN_VPATH_FILES =
5168 SOURCES =
5269 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
5375 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
5476 am__vpath_adj = case $$p in \
5577 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
7193 am__base_list = \
7294 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
7395 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 }
74102 man1dir = $(mandir)/man1
75103 am__installdirs = "$(DESTDIR)$(man1dir)"
76104 NROFF = nroff
275303 -rm -rf .libs _libs
276304 install-man1: $(man_MANS)
277305 @$(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; \
283318 } | while read p; do \
284319 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
285320 echo "$$d$$p"; echo "$$p"; \
308343 sed -n '/\.1[a-z]*$$/p'; \
309344 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
310345 -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)
314347 tags: TAGS
315348 TAGS:
316349
378411
379412 installcheck: installcheck-am
380413 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
385423 mostlyclean-generic:
386424
387425 clean-generic:
00 .\" .UC 4
1 .TH "hcal" "1" "2012-01-01" "Linux" "libhdate"
1 .TH "hcal" "1" "2013-01-01" "Linux" "libhdate"
22 .SH "NAME"
33 hcal \- displays a Hebrew / Gregorian calendar
44 .PP
66 .B hcal
77 [options] [coordinates [timezone]] [[mm] yyyy]
88 .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 )]
1616 .PP
1717 .SH "DESCRIPTION"
1818 .B hcal
8080 \ over-ride config file setting
8181 .TP 18
8282 .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
8484 .TP
8585 .B \-I --israel
8686 override a diaspora default. Only relevant if hcal is using location information indicating other than an Israeli timezone
152152 \ Other Israeli National days
153153 .RE
154154 .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.
156156 .SS LOCATIONS
157157 If you want
158158 .B hcal
163163 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
164164 .B hcal
165165 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
167167 option pair. For other timezones, use the
168 .B -z
168 .B \-z
169169 option. Co-ordinates and standard time zones for some common locations are listed below.
170170 .PP
171171 The current defaults include:
232232 .TP 10
233233 .B Historical
234234 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
236236 \' 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.
237237 .SH "EXAMPLES"
238238 .TP 3
239239 1. Display a 2012ce year's calendar, three-months wide, in color.
240240 .RS 6
241 .B hcal -3c 2012
241 .B hcal \-3c 2012
242242 .RE
243243 .HP 3
244244 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.
245245 .RS 6
246 .B hcal -csfH
246 .B hcal \-csfH
247247 .SH "SEE ALSO"
248248 mlterm(1), hdate(1), hebcal(1), date(1), ncal(1), cal(1), remind(1)
249249 .SH "AUTHORS"
250250 .RS 0
251 Boruch Baum 2011-2012, Yaacov Zamir 2005-2010.
251 Boruch Baum 2011-2013, Yaacov Zamir 2005-2010.
252252 .PP
253253 project home page: http://libhdate.sourceforge.net
254254 .PP
00 .\" .UC 4
1 .TH "hdate" "1" "2012-01-01" "Linux" "libhdate"
1 .TH "hdate" "1" "2013-01-01" "Linux" "libhdate"
22 .SH "NAME"
33 hdate \- displays Hebrew date information for a given Gregorian/Julian date
44 .SH "SYNOPSIS"
88 .B hdate
99 [options] [coordinates [timezone]] [ julian_day ]
1010 .TP
11 coordinates: -l [NS]yy[.yyy] -L [EW]xx[.xxx]
11 coordinates: \-l [NS]yy[.yyy] \-L [EW]xx[.xxx]
1212 .RE
1313 .RS 7
14 -l [NS]yy[:mm[:ss]] -L [EW]xx[:mm[:ss]]
14 \-l [NS]yy[:mm[:ss]] \-L [EW]xx[:mm[:ss]]
1515 .RE
1616 .RS 7
17 timezone: -z nn[( .nn | :mm )]
17 timezone: \-z nn[( .nn | :mm )]
1818 .PP
1919 .SH "DESCRIPTION"
2020 .B hdate
129129 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
130130 .B hdate
131131 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
133133 option pair. For other timezones, use the
134 .B -z
134 .B \-z
135135 option. Co-ordinates and standard time zones for some common locations are listed below.
136136 .PP
137137 The current defaults include:
198198 .TP 10
199199 .B Historical
200200 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
202202 \' 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.
203203 .SH "EXAMPLES"
204204 1. Create an iCal calendar of the holidays of year 2025.
205205 .RS 6
206 .B hdate -Hi 2025
206 .B hdate \-Hi 2025
207207 .RE
208208 .HP 3
209209 2. Print out the weekly readings and sunset/sunrise times for Eilat, on April 2031.
210210 .RS 6
211 .B hdate -sR 4 2031 -l29 -L34 -z2
211 .B hdate \-sR 4 2031 -l29 -L34 -z2
212212 .RE
213213 .SH "SEE ALSO"
214214 mlterm(1), hcal(1), hebcal(1), date(1), ncal(1), cal(1), remind(1)
215215 .SH "AUTHORS"
216216 .RS 0
217 Boruch Baum 2011-2012. Yaacov Zamir 2005-2010.
217 Boruch Baum 2011-2013. Yaacov Zamir 2005-2010.
218218 .PP
219219 project page: http://libhdate.sourceforge.net
220220 .PP
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.6 from Makefile.am.
11 # @configure_input@
22