Codebase list libhdate / upstream/latest
New upstream version 1.6.02 Lior Kaplan 5 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
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 man3dir = $(mandir)/man3
75103 am__installdirs = "$(DESTDIR)$(man3dir)"
76104 NROFF = nroff
275303 -rm -rf .libs _libs
276304 install-man3: $(man_MANS)
277305 @$(NORMAL_INSTALL)
278 test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
279 @list=''; test -n "$(man3dir)" || 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 '/\.3[a-z]*$$/p'; \
306 @list1=''; \
307 list2='$(man_MANS)'; \
308 test -n "$(man3dir)" \
309 && test -n "`echo $$list1$$list2`" \
310 || exit 0; \
311 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
312 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || 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 '/\.3[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 '/\.3[a-z]*$$/p'; \
309344 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
310345 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
311 test -z "$$files" || { \
312 echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \
313 cd "$(DESTDIR)$(man3dir)" && rm -f $$files; }
346 dir='$(DESTDIR)$(man3dir)'; $(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:
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.
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@
5875 install-pdf-recursive install-ps-recursive install-recursive \
5976 installcheck-recursive installdirs-recursive pdf-recursive \
6077 ps-recursive uninstall-recursive
78 am__can_run_installinfo = \
79 case $$AM_UPDATE_INFO_DIR in \
80 n|no|NO) false;; \
81 *) (install-info --version) >/dev/null 2>&1;; \
82 esac
6183 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
6284 am__vpath_adj = case $$p in \
6385 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
79101 am__base_list = \
80102 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
81103 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
104 am__uninstall_files_from_dir = { \
105 test -z "$$files" \
106 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
107 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
108 $(am__cd) "$$dir" && rm -f $$files; }; \
109 }
82110 am__installdirs = "$(DESTDIR)$(libhdatedocdir)"
83111 DATA = $(libhdatedoc_DATA)
84112 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
324352 -rm -rf .libs _libs
325353 install-libhdatedocDATA: $(libhdatedoc_DATA)
326354 @$(NORMAL_INSTALL)
327 test -z "$(libhdatedocdir)" || $(MKDIR_P) "$(DESTDIR)$(libhdatedocdir)"
328355 @list='$(libhdatedoc_DATA)'; test -n "$(libhdatedocdir)" || list=; \
356 if test -n "$$list"; then \
357 echo " $(MKDIR_P) '$(DESTDIR)$(libhdatedocdir)'"; \
358 $(MKDIR_P) "$(DESTDIR)$(libhdatedocdir)" || exit 1; \
359 fi; \
329360 for p in $$list; do \
330361 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
331362 echo "$$d$$p"; \
339370 @$(NORMAL_UNINSTALL)
340371 @list='$(libhdatedoc_DATA)'; test -n "$(libhdatedocdir)" || list=; \
341372 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
342 test -n "$$files" || exit 0; \
343 echo " ( cd '$(DESTDIR)$(libhdatedocdir)' && rm -f" $$files ")"; \
344 cd "$(DESTDIR)$(libhdatedocdir)" && rm -f $$files
373 dir='$(DESTDIR)$(libhdatedocdir)'; $(am__uninstall_files_from_dir)
345374
346375 # This directory's subdirectories are mostly independent; you can cd
347376 # into them and run `make' without going through this Makefile.
510539 done
511540 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
512541 if test "$$subdir" = .; then :; else \
513 test -d "$(distdir)/$$subdir" \
514 || $(MKDIR_P) "$(distdir)/$$subdir" \
515 || exit 1; \
516 fi; \
517 done
518 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
519 if test "$$subdir" = .; then :; else \
542 $(am__make_dryrun) \
543 || test -d "$(distdir)/$$subdir" \
544 || $(MKDIR_P) "$(distdir)/$$subdir" \
545 || exit 1; \
520546 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
521547 $(am__relativize); \
522548 new_distdir=$$reldir; \
554580
555581 installcheck: installcheck-recursive
556582 install-strip:
557 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
558 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
559 `test -z '$(STRIP)' || \
560 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
583 if test -z '$(STRIP)'; then \
584 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
585 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
586 install; \
587 else \
588 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
589 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
590 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
591 fi
561592 mostlyclean-generic:
562593
563594 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.
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@
5168 CONFIG_CLEAN_VPATH_FILES =
5269 SOURCES =
5370 DIST_SOURCES =
71 am__can_run_installinfo = \
72 case $$AM_UPDATE_INFO_DIR in \
73 n|no|NO) false;; \
74 *) (install-info --version) >/dev/null 2>&1;; \
75 esac
5476 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
5577 am__vpath_adj = case $$p in \
5678 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
7294 am__base_list = \
7395 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
7496 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
97 am__uninstall_files_from_dir = { \
98 test -z "$$files" \
99 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
100 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
101 $(am__cd) "$$dir" && rm -f $$files; }; \
102 }
75103 am__installdirs = "$(DESTDIR)$(libhdatedocdir)"
76104 DATA = $(libhdatedoc_DATA)
77105 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
275303 -rm -rf .libs _libs
276304 install-libhdatedocDATA: $(libhdatedoc_DATA)
277305 @$(NORMAL_INSTALL)
278 test -z "$(libhdatedocdir)" || $(MKDIR_P) "$(DESTDIR)$(libhdatedocdir)"
279306 @list='$(libhdatedoc_DATA)'; test -n "$(libhdatedocdir)" || list=; \
307 if test -n "$$list"; then \
308 echo " $(MKDIR_P) '$(DESTDIR)$(libhdatedocdir)'"; \
309 $(MKDIR_P) "$(DESTDIR)$(libhdatedocdir)" || exit 1; \
310 fi; \
280311 for p in $$list; do \
281312 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
282313 echo "$$d$$p"; \
290321 @$(NORMAL_UNINSTALL)
291322 @list='$(libhdatedoc_DATA)'; test -n "$(libhdatedocdir)" || list=; \
292323 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
293 test -n "$$files" || exit 0; \
294 echo " ( cd '$(DESTDIR)$(libhdatedocdir)' && rm -f" $$files ")"; \
295 cd "$(DESTDIR)$(libhdatedocdir)" && rm -f $$files
324 dir='$(DESTDIR)$(libhdatedocdir)'; $(am__uninstall_files_from_dir)
296325 tags: TAGS
297326 TAGS:
298327
347376
348377 installcheck: installcheck-am
349378 install-strip:
350 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
351 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
352 `test -z '$(STRIP)' || \
353 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
379 if test -z '$(STRIP)'; then \
380 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
381 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
382 install; \
383 else \
384 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
385 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
386 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
387 fi
354388 mostlyclean-generic:
355389
356390 clean-generic:
77 bin_PROGRAMS= hdate hcal
88
99 hdate_SOURCES = hdate.c
10 hdate_LDFLAGS =
10 hdate_LDFLAGS = $(libhdate_LDFLAGS)
1111 hdate_DEPENDENCIES = $(DEPS)
1212 hdate_LDADD = $(ldadd)
1313
1414 hcal_SOURCES = hcal.c
15 hcal_LDFLAGS =
15 hcal_LDFLAGS = $(libhdate_LDFLAGS)
1616 hcal_DEPENDENCIES = $(DEPS)
1717 hcal_LDADD = $(ldadd)
1818
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.
1616
1717
1818 VPATH = @srcdir@
19 am__make_dryrun = \
20 { \
21 am__dry=no; \
22 case $$MAKEFLAGS in \
23 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
33 esac; \
34 test $$am__dry = yes; \
35 }
1936 pkgdatadir = $(datadir)/@PACKAGE@
2037 pkgincludedir = $(includedir)/@PACKAGE@
2138 pkglibdir = $(libdir)/@PACKAGE@
8198 $(LDFLAGS) -o $@
8299 SOURCES = $(hcal_SOURCES) $(hdate_SOURCES)
83100 DIST_SOURCES = $(am__hcal_SOURCES_DIST) $(am__hdate_SOURCES_DIST)
101 am__can_run_installinfo = \
102 case $$AM_UPDATE_INFO_DIR in \
103 n|no|NO) false;; \
104 *) (install-info --version) >/dev/null 2>&1;; \
105 esac
84106 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
85107 am__vpath_adj = case $$p in \
86108 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
102124 am__base_list = \
103125 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
104126 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
127 am__uninstall_files_from_dir = { \
128 test -z "$$files" \
129 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
130 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131 $(am__cd) "$$dir" && rm -f $$files; }; \
132 }
105133 DATA = $(libhdatedoc_DATA)
106134 ETAGS = etags
107135 CTAGS = ctags
266294 @WITH_HCAL_TRUE@DEPS = $(top_builddir)/src/libhdate.la
267295 @WITH_HCAL_TRUE@ldadd = $(top_builddir)/src/libhdate.la -lm
268296 @WITH_HCAL_TRUE@hdate_SOURCES = hdate.c
269 @WITH_HCAL_TRUE@hdate_LDFLAGS =
297 @WITH_HCAL_TRUE@hdate_LDFLAGS = $(libhdate_LDFLAGS)
270298 @WITH_HCAL_TRUE@hdate_DEPENDENCIES = $(DEPS)
271299 @WITH_HCAL_TRUE@hdate_LDADD = $(ldadd)
272300 @WITH_HCAL_TRUE@hcal_SOURCES = hcal.c
273 @WITH_HCAL_TRUE@hcal_LDFLAGS =
301 @WITH_HCAL_TRUE@hcal_LDFLAGS = $(libhdate_LDFLAGS)
274302 @WITH_HCAL_TRUE@hcal_DEPENDENCIES = $(DEPS)
275303 @WITH_HCAL_TRUE@hcal_LDADD = $(ldadd)
276304 libhdatedocdir = ${prefix}/share/doc/libhdate/examples/hcal
312340 $(am__aclocal_m4_deps):
313341 install-binPROGRAMS: $(bin_PROGRAMS)
314342 @$(NORMAL_INSTALL)
315 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
316343 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
344 if test -n "$$list"; then \
345 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
346 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
347 fi; \
317348 for p in $$list; do echo "$$p $$p"; done | \
318349 sed 's/$(EXEEXT)$$//' | \
319350 while read p p1; do if test -f $$p || test -f $$p1; \
353384 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
354385 echo " rm -f" $$list; \
355386 rm -f $$list
356 hcal$(EXEEXT): $(hcal_OBJECTS) $(hcal_DEPENDENCIES)
387 hcal$(EXEEXT): $(hcal_OBJECTS) $(hcal_DEPENDENCIES) $(EXTRA_hcal_DEPENDENCIES)
357388 @rm -f hcal$(EXEEXT)
358389 $(hcal_LINK) $(hcal_OBJECTS) $(hcal_LDADD) $(LIBS)
359 hdate$(EXEEXT): $(hdate_OBJECTS) $(hdate_DEPENDENCIES)
390 hdate$(EXEEXT): $(hdate_OBJECTS) $(hdate_DEPENDENCIES) $(EXTRA_hdate_DEPENDENCIES)
360391 @rm -f hdate$(EXEEXT)
361392 $(hdate_LINK) $(hdate_OBJECTS) $(hdate_LDADD) $(LIBS)
362393
397428 -rm -rf .libs _libs
398429 install-libhdatedocDATA: $(libhdatedoc_DATA)
399430 @$(NORMAL_INSTALL)
400 test -z "$(libhdatedocdir)" || $(MKDIR_P) "$(DESTDIR)$(libhdatedocdir)"
401431 @list='$(libhdatedoc_DATA)'; test -n "$(libhdatedocdir)" || list=; \
432 if test -n "$$list"; then \
433 echo " $(MKDIR_P) '$(DESTDIR)$(libhdatedocdir)'"; \
434 $(MKDIR_P) "$(DESTDIR)$(libhdatedocdir)" || exit 1; \
435 fi; \
402436 for p in $$list; do \
403437 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
404438 echo "$$d$$p"; \
412446 @$(NORMAL_UNINSTALL)
413447 @list='$(libhdatedoc_DATA)'; test -n "$(libhdatedocdir)" || list=; \
414448 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
415 test -n "$$files" || exit 0; \
416 echo " ( cd '$(DESTDIR)$(libhdatedocdir)' && rm -f" $$files ")"; \
417 cd "$(DESTDIR)$(libhdatedocdir)" && rm -f $$files
449 dir='$(DESTDIR)$(libhdatedocdir)'; $(am__uninstall_files_from_dir)
418450
419451 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
420452 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
515547
516548 installcheck: installcheck-am
517549 install-strip:
518 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
519 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
520 `test -z '$(STRIP)' || \
521 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
550 if test -z '$(STRIP)'; then \
551 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
552 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
553 install; \
554 else \
555 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
556 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
557 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
558 fi
522559 mostlyclean-generic:
523560
524561 clean-generic:
655655 /**************************************************
656656 * print padding
657657 *************************************************/
658 for (j = 1; j < padding; j++) printf(" ");
658 for (j = 1; j < (int)padding; j++) printf(" ");
659659
660660
661661 /**************************************************
10501050 if (opt.shabbat)
10511051 {
10521052 // candlelighting times
1053 /// note: compiler incorrectly issued warnings:
1054 /// "may be used uninitialized in this function [-Wmaybe-uninitialized]"
1055 /// The initialization occurs above (~line 1005) "yom_shishi = h"
10531056 hdate_get_utc_sun_time (yom_shishi.gd_day, yom_shishi.gd_mon, yom_shishi.gd_year,
10541057 opt.lat, opt.lon, &sunrise, &sunset);
10551058
11341137 // padding - FIXME - spaces are single-byte, while
11351138 // the Hebrew characters are two bytes
11361139 const int margin_max = 15;
1137 printf("%*s%s", (margin_max - shabbat_name_str_len/2)," ", shabbat_name_buffer);
1140 printf("%*s%s", (int)(margin_max - shabbat_name_str_len/2)," ", shabbat_name_buffer);
11381141
11391142 free(shabbat_name_buffer);
11401143 }
11571160 hdate_struct h;
11581161 int calendar_line;
11591162 int max_calendar_lines = 4;
1160 int previous_month, next_month;
1163 /// the initializations on next line aren't truly necessary, but they do
1164 /// suppress warning "may be used uninitialized in this function [-Wmaybe-uninitialized]"
1165 int previous_month = 1, next_month = 1;
11611166 int previous_year, next_year;
1162 int jd_current_month, jd_previous_month, jd_next_month;
1167 /// the initializations on next line aren't truly necessary, but they do
1168 /// suppress warning "may be used uninitialized in this function [-Wmaybe-uninitialized]"
1169 int jd_current_month, jd_previous_month = 1, jd_next_month = 1;
11631170
11641171 void how_many_calendar_lines( int month, int start_dow )
11651172 {
11791186 case 10:
11801187 case 12: if (start_dow > 5) max_calendar_lines = 6;
11811188 else if (max_calendar_lines == 4) max_calendar_lines = 5;
1189 break;
1190 case 2: if (start_dow > 1 && max_calendar_lines == 4) max_calendar_lines = 5;
11821191 break;
11831192 }
11841193 }
13431352 // padding - FIXME - spaces are single-byte, while
13441353 // the Hebrew characters are two bytes
13451354 const int margin_max = 16; // 15 fails because of jabotinsky in july
1346 printf("%*s%s\n", (margin_max - holiday_str_len/2)," ", holiday_buffer);
1355 printf("%*s%s\n", (int)(margin_max - holiday_str_len/2)," ", holiday_buffer);
13471356
13481357 free(holiday_buffer);
13491358 }
3737 #include <string.h> // For mempcpy
3838 #include <getopt.h> // For optarg, optind
3939 #include <stdio.h> // For printf, fopen, fclose, fprintf, snprintf. FILE
40 #include <pwd.h> // for get pwuid
41 #include <unistd.h> // for getuid
42 #include <sys/stat.h>
43 #include <sys/types.h> // for mkdir,
4044
4145
4246 // support for fnmatch
247251
248252 #define DEBUG 0
249253 #if DEBUG
250 printf("\nrevstr: entry: sourcelen = %d, source = %s\n",source_len, source);
254 printf("\nrevstr: entry: sourcelen = %ld, source = %s\n",source_len, source);
251255 #endif
252256
253257 if (source == NULL) {error(0,0,"revstr: source buffer pointer is NULL"); exit(0);};
254 if (source_len <= 0) {error(0,0,"revstr: source_len parameter invalid, %d",source_len); exit(0);};
258 if (source_len <= 0) {error(0,0,"revstr: source_len parameter invalid, %ld",source_len); exit(0);};
255259
256260 size_t i,j;
257261 char *temp_buff;
272276 memcpy(source, temp_buff, source_len);
273277 source[source_len] = '\0';
274278 #if DEBUG
275 printf("\nrevstr: before free(tempbuff): sourcelen = %d, source = %s\n",source_len, source);
279 printf("\nrevstr: before free(tempbuff): sourcelen = %ld, source = %s\n",source_len, source);
276280 #endif
277281 free(temp_buff);
278282 return;
650654 const char* config_file_name,
651655 const char* default_config_file_text )
652656 {
653 #include <pwd.h> // for get pwuid
654 #include <unistd.h> // for getuid
655 #include <sys/stat.h>
656 #include <sys/types.h> // for mkdir,
657
658657 size_t path_len;
659658
660659 char* config_home_path_name = "";
676675 error(0, errno, "%s: %s", N_("failure attempting to create config file"), config_file_path);
677676 return;
678677 }
679 fprintf(config_file, default_config_file_text);
678 fprintf(config_file, "%s", default_config_file_text);
680679 error(0,0,"%s: %s",N_("config file created"), config_file_path);
681680 if (fclose(config_file) != 0) error(0,errno,"%s %s",N_("failure closing"),config_file_name);
682681 }
00 #!/bin/sh
11 # install - install a program, script, or datafile
22
3 scriptversion=2009-04-28.21; # UTC
3 scriptversion=2011-01-19.21; # UTC
44
55 # This originates from X11R5 (mit/util/scripts/install.sh), which was
66 # later released in X11R6 (xc/config/util/install.sh) with the
155155 -s) stripcmd=$stripprog;;
156156
157157 -t) dst_arg=$2
158 # Protect names problematic for `test' and other utilities.
159 case $dst_arg in
160 -* | [=\(\)!]) dst_arg=./$dst_arg;;
161 esac
158162 shift;;
159163
160164 -T) no_target_directory=true;;
185189 fi
186190 shift # arg
187191 dst_arg=$arg
192 # Protect names problematic for `test' and other utilities.
193 case $dst_arg in
194 -* | [=\(\)!]) dst_arg=./$dst_arg;;
195 esac
188196 done
189197 fi
190198
199207 fi
200208
201209 if test -z "$dir_arg"; then
202 trap '(exit $?); exit' 1 2 13 15
210 do_exit='(exit $ret); exit $ret'
211 trap "ret=129; $do_exit" 1
212 trap "ret=130; $do_exit" 2
213 trap "ret=141; $do_exit" 13
214 trap "ret=143; $do_exit" 15
203215
204216 # Set umask so as not to create temps with too-generous modes.
205217 # However, 'strip' requires both read and write access to temps.
227239
228240 for src
229241 do
230 # Protect names starting with `-'.
242 # Protect names problematic for `test' and other utilities.
231243 case $src in
232 -*) src=./$src;;
244 -* | [=\(\)!]) src=./$src;;
233245 esac
234246
235247 if test -n "$dir_arg"; then
251263 echo "$0: no destination specified." >&2
252264 exit 1
253265 fi
254
255266 dst=$dst_arg
256 # Protect names starting with `-'.
257 case $dst in
258 -*) dst=./$dst;;
259 esac
260267
261268 # If destination is a directory, append the input filename; won't work
262269 # if double slashes aren't ignored.
384391
385392 case $dstdir in
386393 /*) prefix='/';;
387 -*) prefix='./';;
394 [-=\(\)!]*) prefix='./';;
388395 *) prefix='';;
389396 esac
390397
402409
403410 for d
404411 do
405 test -z "$d" && continue
412 test X"$d" = X && continue
406413
407414 prefix=$prefix$d
408415 if test -d "$prefix"; then
6969 # compiler: $LTCC
7070 # compiler flags: $LTCFLAGS
7171 # linker: $LD (gnu? $with_gnu_ld)
72 # $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1
72 # $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.1
7373 # automake: $automake_version
7474 # autoconf: $autoconf_version
7575 #
7979
8080 PROGRAM=libtool
8181 PACKAGE=libtool
82 VERSION="2.4.2 Debian-2.4.2-1"
82 VERSION="2.4.2 Debian-2.4.2-1.1"
8383 TIMESTAMP=""
8484 package_revision=1.3337
8585
25112511 esac
25122512 ;;
25132513
2514 gnu*)
2515 version_type=linux # correct to gnu/linux during the next big refactor
2516 need_lib_prefix=no
2517 need_version=no
2518 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
2519 soname_spec='${libname}${release}${shared_ext}$major'
2520 shlibpath_var=LD_LIBRARY_PATH
2521 shlibpath_overrides_runpath=no
2522 hardcode_into_libs=yes
2523 ;;
2524
25252514 haiku*)
25262515 version_type=linux # correct to gnu/linux during the next big refactor
25272516 need_lib_prefix=no
26382627 ;;
26392628
26402629 # This must be glibc/ELF.
2641 linux* | k*bsd*-gnu | kopensolaris*-gnu)
2630 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
26422631 version_type=linux # correct to gnu/linux during the next big refactor
26432632 need_lib_prefix=no
26442633 need_version=no
32543243 fi
32553244 ;;
32563245
3257 gnu*)
3258 lt_cv_deplibs_check_method=pass_all
3259 ;;
3260
32613246 haiku*)
32623247 lt_cv_deplibs_check_method=pass_all
32633248 ;;
32963281 ;;
32973282
32983283 # This must be glibc/ELF.
3299 linux* | k*bsd*-gnu | kopensolaris*-gnu)
3284 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
33003285 lt_cv_deplibs_check_method=pass_all
33013286 ;;
33023287
40484033 ;;
40494034 esac
40504035 ;;
4051 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4036 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
40524037 case $cc_basename in
40534038 KCC*)
40544039 # KAI C++ Compiler
43474332 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
43484333 ;;
43494334
4350 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4335 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
43514336 case $cc_basename in
43524337 # old Intel for x86_64 which still supported -KPIC.
43534338 ecc*)
62406225 _LT_TAGVAR(ld_shlibs, $1)=yes
62416226 ;;
62426227
6243 gnu*)
6244 ;;
6245
62466228 haiku*)
62476229 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
62486230 _LT_TAGVAR(link_all_deplibs, $1)=yes
64046386 _LT_TAGVAR(inherit_rpath, $1)=yes
64056387 ;;
64066388
6407 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6389 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
64086390 case $cc_basename in
64096391 KCC*)
64106392 # Kuck and Associates, Inc. (KAI) C++ Compiler
00 #! /bin/sh
11 # Common stub for a few missing GNU programs while installing.
22
3 scriptversion=2009-04-28.21; # UTC
3 scriptversion=2012-01-06.13; # UTC
44
55 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
6 # 2008, 2009 Free Software Foundation, Inc.
6 # 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
77 # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
88
99 # This program is free software; you can redistribute it and/or modify
8383 help2man touch the output file
8484 lex create \`lex.yy.c', if possible, from existing .c
8585 makeinfo touch the output file
86 tar try tar, gnutar, gtar, then tar without non-portable flags
8786 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
8887
8988 Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
119118 case $1 in
120119 lex*|yacc*)
121120 # Not GNU programs, they don't have --version.
122 ;;
123
124 tar*)
125 if test -n "$run"; then
126 echo 1>&2 "ERROR: \`tar' requires --run"
127 exit 1
128 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
129 exit 1
130 fi
131121 ;;
132122
133123 *)
225215 \`Bison' from any GNU archive site."
226216 rm -f y.tab.c y.tab.h
227217 if test $# -ne 1; then
228 eval LASTARG="\${$#}"
218 eval LASTARG=\${$#}
229219 case $LASTARG in
230220 *.y)
231221 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
255245 \`Flex' from any GNU archive site."
256246 rm -f lex.yy.c
257247 if test $# -ne 1; then
258 eval LASTARG="\${$#}"
248 eval LASTARG=\${$#}
259249 case $LASTARG in
260250 *.l)
261251 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
317307 touch $file
318308 ;;
319309
320 tar*)
321 shift
322
323 # We have already tried tar in the generic part.
324 # Look for gnutar/gtar before invocation to avoid ugly error
325 # messages.
326 if (gnutar --version > /dev/null 2>&1); then
327 gnutar "$@" && exit 0
328 fi
329 if (gtar --version > /dev/null 2>&1); then
330 gtar "$@" && exit 0
331 fi
332 firstarg="$1"
333 if shift; then
334 case $firstarg in
335 *o*)
336 firstarg=`echo "$firstarg" | sed s/o//`
337 tar "$firstarg" "$@" && exit 0
338 ;;
339 esac
340 case $firstarg in
341 *h*)
342 firstarg=`echo "$firstarg" | sed s/h//`
343 tar "$firstarg" "$@" && exit 0
344 ;;
345 esac
346 fi
347
348 echo 1>&2 "\
349 WARNING: I can't seem to be able to run \`tar' with the given arguments.
350 You may want to install GNU tar or Free paxutils, or check the
351 command line arguments."
352 exit 1
353 ;;
354
355310 *)
356311 echo 1>&2 "\
357312 WARNING: \`$1' is needed, and is $msg.
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: es_MX\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2012-01-08 19:48-0500\n"
9 "POT-Creation-Date: 2013-01-23 07:07-0500\n"
1010 "PO-Revision-Date: 2005-03-07 12:44+0200\n"
1111 "Last-Translator: Peled Esti <esti@actcom.co.il>\n"
1212 "Language-Team: Spanish\n"
838838 "easy selection."
839839 msgstr ""
840840
841 #: examples/hcal/hcal.c:1868
841 #: examples/hcal/hcal.c:1877
842842 msgid ""
843843 "ALERT: options --parasha, --shabbat, --footnote are not supported in 'three-"
844844 "month' mode"
845845 msgstr ""
846846
847 #: examples/hcal/hcal.c:1940 examples/hcal/local_functions.c:92
848 #: examples/hcal/local_functions.c:99 examples/hcal/local_functions.c:112
849 #: examples/hcal/local_functions.c:486 examples/hcal/local_functions.c:491
847 #: examples/hcal/hcal.c:1949 examples/hcal/local_functions.c:96
848 #: examples/hcal/local_functions.c:103 examples/hcal/local_functions.c:116
849 #: examples/hcal/local_functions.c:490 examples/hcal/local_functions.c:495
850850 msgid "error"
851851 msgstr ""
852852
853 #: examples/hcal/hcal.c:1940
853 #: examples/hcal/hcal.c:1949
854854 msgid "too many parameters received. expected [[mm] [yyyy]"
855855 msgstr ""
856856
857 #: examples/hcal/hcal.c:1949 examples/hcal/hdate.c:1929
857 #: examples/hcal/hcal.c:1958 examples/hcal/hdate.c:1929
858858 #: examples/hcal/hdate.c:2003 examples/hcal/hdate.c:2100
859859 msgid "year"
860860 msgstr ""
861861
862 #: examples/hcal/hcal.c:1957 examples/hcal/hdate.c:2013
862 #: examples/hcal/hcal.c:1966 examples/hcal/hdate.c:2013
863863 #: examples/hcal/hdate.c:2016 examples/hcal/hdate.c:2070
864864 #: examples/hcal/hdate.c:2110 examples/hcal/hdate.c:2113
865865 #: examples/hcal/hdate.c:2132
11451145 msgid "too many arguments; after options max is dd mm yyyy"
11461146 msgstr ""
11471147
1148 #: examples/hcal/local_functions.c:93
1148 #: examples/hcal/local_functions.c:97
11491149 msgid "parameter"
11501150 msgstr ""
11511151
1152 #: examples/hcal/local_functions.c:94
1152 #: examples/hcal/local_functions.c:98
11531153 msgid "is non-numeric or out of bounds"
11541154 msgstr ""
11551155
1156 #: examples/hcal/local_functions.c:100 examples/hcal/local_functions.c:113
1156 #: examples/hcal/local_functions.c:104 examples/hcal/local_functions.c:117
11571157 msgid "option"
11581158 msgstr ""
11591159
1160 #: examples/hcal/local_functions.c:100
1160 #: examples/hcal/local_functions.c:104
11611161 msgid "missing parameter"
11621162 msgstr ""
11631163
1164 #: examples/hcal/local_functions.c:106
1164 #: examples/hcal/local_functions.c:110
11651165 msgid "ALERT: time zone not entered, using system local time zone"
11661166 msgstr ""
11671167
1168 #: examples/hcal/local_functions.c:113
1168 #: examples/hcal/local_functions.c:117
11691169 msgid "is not a valid option"
11701170 msgstr ""
11711171
1172 #: examples/hcal/local_functions.c:130
1172 #: examples/hcal/local_functions.c:134
11731173 msgid "ALERT: guessing... will use co-ordinates for"
11741174 msgstr ""
11751175
1176 #: examples/hcal/local_functions.c:138
1176 #: examples/hcal/local_functions.c:142
11771177 msgid "Los Angeles"
11781178 msgstr ""
11791179
1180 #: examples/hcal/local_functions.c:139
1180 #: examples/hcal/local_functions.c:143
11811181 msgid "Mexico City"
11821182 msgstr ""
11831183
1184 #: examples/hcal/local_functions.c:140
1184 #: examples/hcal/local_functions.c:144
11851185 msgid "New York City"
11861186 msgstr ""
11871187
1188 #: examples/hcal/local_functions.c:143
1188 #: examples/hcal/local_functions.c:147
11891189 msgid "Buenos Aires"
11901190 msgstr ""
11911191
1192 #: examples/hcal/local_functions.c:144
1192 #: examples/hcal/local_functions.c:148
11931193 msgid "London"
11941194 msgstr ""
11951195
1196 #: examples/hcal/local_functions.c:145
1196 #: examples/hcal/local_functions.c:149
11971197 msgid "Paris"
11981198 msgstr ""
11991199
1200 #: examples/hcal/local_functions.c:146
1200 #: examples/hcal/local_functions.c:150
12011201 msgid "Tel-Aviv"
12021202 msgstr ""
12031203
1204 #: examples/hcal/local_functions.c:147
1204 #: examples/hcal/local_functions.c:151
12051205 msgid "Moscow"
12061206 msgstr ""
12071207
1208 #: examples/hcal/local_functions.c:148
1208 #: examples/hcal/local_functions.c:152
12091209 msgid "Tashkent"
12101210 msgstr ""
12111211
1212 #: examples/hcal/local_functions.c:149
1212 #: examples/hcal/local_functions.c:153
12131213 msgid "Beijing"
12141214 msgstr ""
12151215
1216 #: examples/hcal/local_functions.c:151
1216 #: examples/hcal/local_functions.c:155
12171217 msgid "Honolulu"
12181218 msgstr ""
12191219
1220 #: examples/hcal/local_functions.c:152
1220 #: examples/hcal/local_functions.c:156
12211221 msgid "Hmmm, ... hate to do this, really ..."
12221222 msgstr ""
12231223
1224 #: examples/hcal/local_functions.c:152
1224 #: examples/hcal/local_functions.c:156
12251225 msgid "using co-ordinates for the equator, at the center of time zone"
12261226 msgstr ""
12271227
1228 #: examples/hcal/local_functions.c:318 examples/hcal/local_functions.c:332
1229 #: examples/hcal/local_functions.c:333
1228 #: examples/hcal/local_functions.c:322 examples/hcal/local_functions.c:336
1229 #: examples/hcal/local_functions.c:337
12301230 msgid "l (latitude)"
12311231 msgstr ""
12321232
1233 #: examples/hcal/local_functions.c:319
1233 #: examples/hcal/local_functions.c:323
12341234 msgid "L (Longitue)"
12351235 msgstr ""
12361236
1237 #: examples/hcal/local_functions.c:365 examples/hcal/local_functions.c:379
1238 #: examples/hcal/local_functions.c:380 examples/hcal/local_functions.c:411
1237 #: examples/hcal/local_functions.c:369 examples/hcal/local_functions.c:383
1238 #: examples/hcal/local_functions.c:384 examples/hcal/local_functions.c:415
12391239 msgid "L (Longitude)"
12401240 msgstr ""
12411241
1242 #: examples/hcal/local_functions.c:442
1242 #: examples/hcal/local_functions.c:446
12431243 msgid "z (time zone)"
12441244 msgstr ""
12451245
1246 #: examples/hcal/local_functions.c:462
1246 #: examples/hcal/local_functions.c:466
12471247 msgid "z (timezone)"
12481248 msgstr ""
12491249
1250 #: examples/hcal/local_functions.c:486
1250 #: examples/hcal/local_functions.c:490
12511251 msgid "valid longitude parameter missing for given latitude"
12521252 msgstr ""
12531253
1254 #: examples/hcal/local_functions.c:491
1254 #: examples/hcal/local_functions.c:495
12551255 msgid "valid latitude parameter missing for given longitude"
12561256 msgstr ""
12571257
1258 #: examples/hcal/local_functions.c:529
1258 #: examples/hcal/local_functions.c:533
12591259 msgid "time zone value of"
12601260 msgstr ""
12611261
1262 #: examples/hcal/local_functions.c:530
1262 #: examples/hcal/local_functions.c:534
12631263 msgid "is incompatible with a longitude of"
12641264 msgstr ""
12651265
1266 #: examples/hcal/local_functions.c:530
1266 #: examples/hcal/local_functions.c:534
12671267 msgid "degrees"
12681268 msgstr ""
12691269
1270 #: examples/hcal/local_functions.c:638
1270 #: examples/hcal/local_functions.c:642
12711271 msgid ""
12721272 "This seems to be to be your first time using this version.\n"
12731273 "Please read the new documentation in the man page and config\n"
12741274 "file. Attempting to create a config file ..."
12751275 msgstr ""
12761276
1277 #: examples/hcal/local_functions.c:677
1277 #: examples/hcal/local_functions.c:676
12781278 msgid "failure attempting to create config file"
12791279 msgstr ""
12801280
1281 #: examples/hcal/local_functions.c:680
1282 msgid "config file created"
1283 msgstr ""
1284
12811285 #: examples/hcal/local_functions.c:681
1282 msgid "config file created"
1283 msgstr ""
1284
1285 #: examples/hcal/local_functions.c:682
12861286 msgid "failure closing"
12871287 msgstr ""
12881288
1289 #: examples/hcal/local_functions.c:702
1289 #: examples/hcal/local_functions.c:701
12901290 msgid "memory allocation failure"
12911291 msgstr ""
12921292
1293 #: examples/hcal/local_functions.c:916
1293 #: examples/hcal/local_functions.c:915
12941294 msgid "your custom menu options (from your config file)"
12951295 msgstr ""
12961296
1297 #: examples/hcal/local_functions.c:922
1297 #: examples/hcal/local_functions.c:921
12981298 msgid "ALERT: -m (--menu) option specified, but no menu items in config file"
12991299 msgstr ""
13001300
1301 #: examples/hcal/local_functions.c:925
1301 #: examples/hcal/local_functions.c:924
13021302 msgid "enter your selection, or <return> to continue"
13031303 msgstr ""
13041304
1305 #: examples/hcal/local_functions.c:929
1305 #: examples/hcal/local_functions.c:928
13061306 msgid "menu selection received was out of bounds"
13071307 msgstr ""
13081308
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: fr\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2012-01-08 19:48-0500\n"
9 "POT-Creation-Date: 2013-01-23 07:07-0500\n"
1010 "PO-Revision-Date: 2005-03-07 12:44+0200\n"
1111 "Last-Translator: Yaacov Zamir\n"
1212 "Language-Team: Franch\n"
822822 "easy selection."
823823 msgstr ""
824824
825 #: examples/hcal/hcal.c:1868
825 #: examples/hcal/hcal.c:1877
826826 msgid ""
827827 "ALERT: options --parasha, --shabbat, --footnote are not supported in 'three-"
828828 "month' mode"
829829 msgstr ""
830830
831 #: examples/hcal/hcal.c:1940 examples/hcal/local_functions.c:92
832 #: examples/hcal/local_functions.c:99 examples/hcal/local_functions.c:112
833 #: examples/hcal/local_functions.c:486 examples/hcal/local_functions.c:491
831 #: examples/hcal/hcal.c:1949 examples/hcal/local_functions.c:96
832 #: examples/hcal/local_functions.c:103 examples/hcal/local_functions.c:116
833 #: examples/hcal/local_functions.c:490 examples/hcal/local_functions.c:495
834834 msgid "error"
835835 msgstr ""
836836
837 #: examples/hcal/hcal.c:1940
837 #: examples/hcal/hcal.c:1949
838838 msgid "too many parameters received. expected [[mm] [yyyy]"
839839 msgstr ""
840840
841 #: examples/hcal/hcal.c:1949 examples/hcal/hdate.c:1929
841 #: examples/hcal/hcal.c:1958 examples/hcal/hdate.c:1929
842842 #: examples/hcal/hdate.c:2003 examples/hcal/hdate.c:2100
843843 msgid "year"
844844 msgstr ""
845845
846 #: examples/hcal/hcal.c:1957 examples/hcal/hdate.c:2013
846 #: examples/hcal/hcal.c:1966 examples/hcal/hdate.c:2013
847847 #: examples/hcal/hdate.c:2016 examples/hcal/hdate.c:2070
848848 #: examples/hcal/hdate.c:2110 examples/hcal/hdate.c:2113
849849 #: examples/hcal/hdate.c:2132
11291129 msgid "too many arguments; after options max is dd mm yyyy"
11301130 msgstr ""
11311131
1132 #: examples/hcal/local_functions.c:93
1132 #: examples/hcal/local_functions.c:97
11331133 msgid "parameter"
11341134 msgstr ""
11351135
1136 #: examples/hcal/local_functions.c:94
1136 #: examples/hcal/local_functions.c:98
11371137 msgid "is non-numeric or out of bounds"
11381138 msgstr ""
11391139
1140 #: examples/hcal/local_functions.c:100 examples/hcal/local_functions.c:113
1140 #: examples/hcal/local_functions.c:104 examples/hcal/local_functions.c:117
11411141 msgid "option"
11421142 msgstr ""
11431143
1144 #: examples/hcal/local_functions.c:100
1144 #: examples/hcal/local_functions.c:104
11451145 msgid "missing parameter"
11461146 msgstr ""
11471147
1148 #: examples/hcal/local_functions.c:106
1148 #: examples/hcal/local_functions.c:110
11491149 msgid "ALERT: time zone not entered, using system local time zone"
11501150 msgstr ""
11511151
1152 #: examples/hcal/local_functions.c:113
1152 #: examples/hcal/local_functions.c:117
11531153 msgid "is not a valid option"
11541154 msgstr ""
11551155
1156 #: examples/hcal/local_functions.c:130
1156 #: examples/hcal/local_functions.c:134
11571157 msgid "ALERT: guessing... will use co-ordinates for"
11581158 msgstr ""
11591159
1160 #: examples/hcal/local_functions.c:138
1160 #: examples/hcal/local_functions.c:142
11611161 msgid "Los Angeles"
11621162 msgstr ""
11631163
1164 #: examples/hcal/local_functions.c:139
1164 #: examples/hcal/local_functions.c:143
11651165 msgid "Mexico City"
11661166 msgstr ""
11671167
1168 #: examples/hcal/local_functions.c:140
1168 #: examples/hcal/local_functions.c:144
11691169 msgid "New York City"
11701170 msgstr ""
11711171
1172 #: examples/hcal/local_functions.c:143
1172 #: examples/hcal/local_functions.c:147
11731173 msgid "Buenos Aires"
11741174 msgstr ""
11751175
1176 #: examples/hcal/local_functions.c:144
1176 #: examples/hcal/local_functions.c:148
11771177 msgid "London"
11781178 msgstr ""
11791179
1180 #: examples/hcal/local_functions.c:145
1180 #: examples/hcal/local_functions.c:149
11811181 msgid "Paris"
11821182 msgstr ""
11831183
1184 #: examples/hcal/local_functions.c:146
1184 #: examples/hcal/local_functions.c:150
11851185 msgid "Tel-Aviv"
11861186 msgstr ""
11871187
1188 #: examples/hcal/local_functions.c:147
1188 #: examples/hcal/local_functions.c:151
11891189 msgid "Moscow"
11901190 msgstr ""
11911191
1192 #: examples/hcal/local_functions.c:148
1192 #: examples/hcal/local_functions.c:152
11931193 msgid "Tashkent"
11941194 msgstr ""
11951195
1196 #: examples/hcal/local_functions.c:149
1196 #: examples/hcal/local_functions.c:153
11971197 msgid "Beijing"
11981198 msgstr ""
11991199
1200 #: examples/hcal/local_functions.c:151
1200 #: examples/hcal/local_functions.c:155
12011201 msgid "Honolulu"
12021202 msgstr ""
12031203
1204 #: examples/hcal/local_functions.c:152
1204 #: examples/hcal/local_functions.c:156
12051205 msgid "Hmmm, ... hate to do this, really ..."
12061206 msgstr ""
12071207
1208 #: examples/hcal/local_functions.c:152
1208 #: examples/hcal/local_functions.c:156
12091209 msgid "using co-ordinates for the equator, at the center of time zone"
12101210 msgstr ""
12111211
1212 #: examples/hcal/local_functions.c:318 examples/hcal/local_functions.c:332
1213 #: examples/hcal/local_functions.c:333
1212 #: examples/hcal/local_functions.c:322 examples/hcal/local_functions.c:336
1213 #: examples/hcal/local_functions.c:337
12141214 msgid "l (latitude)"
12151215 msgstr ""
12161216
1217 #: examples/hcal/local_functions.c:319
1217 #: examples/hcal/local_functions.c:323
12181218 msgid "L (Longitue)"
12191219 msgstr ""
12201220
1221 #: examples/hcal/local_functions.c:365 examples/hcal/local_functions.c:379
1222 #: examples/hcal/local_functions.c:380 examples/hcal/local_functions.c:411
1221 #: examples/hcal/local_functions.c:369 examples/hcal/local_functions.c:383
1222 #: examples/hcal/local_functions.c:384 examples/hcal/local_functions.c:415
12231223 msgid "L (Longitude)"
12241224 msgstr ""
12251225
1226 #: examples/hcal/local_functions.c:442
1226 #: examples/hcal/local_functions.c:446
12271227 msgid "z (time zone)"
12281228 msgstr ""
12291229
1230 #: examples/hcal/local_functions.c:462
1230 #: examples/hcal/local_functions.c:466
12311231 msgid "z (timezone)"
12321232 msgstr ""
12331233
1234 #: examples/hcal/local_functions.c:486
1234 #: examples/hcal/local_functions.c:490
12351235 msgid "valid longitude parameter missing for given latitude"
12361236 msgstr ""
12371237
1238 #: examples/hcal/local_functions.c:491
1238 #: examples/hcal/local_functions.c:495
12391239 msgid "valid latitude parameter missing for given longitude"
12401240 msgstr ""
12411241
1242 #: examples/hcal/local_functions.c:529
1242 #: examples/hcal/local_functions.c:533
12431243 msgid "time zone value of"
12441244 msgstr ""
12451245
1246 #: examples/hcal/local_functions.c:530
1246 #: examples/hcal/local_functions.c:534
12471247 msgid "is incompatible with a longitude of"
12481248 msgstr ""
12491249
1250 #: examples/hcal/local_functions.c:530
1250 #: examples/hcal/local_functions.c:534
12511251 msgid "degrees"
12521252 msgstr ""
12531253
1254 #: examples/hcal/local_functions.c:638
1254 #: examples/hcal/local_functions.c:642
12551255 msgid ""
12561256 "This seems to be to be your first time using this version.\n"
12571257 "Please read the new documentation in the man page and config\n"
12581258 "file. Attempting to create a config file ..."
12591259 msgstr ""
12601260
1261 #: examples/hcal/local_functions.c:677
1261 #: examples/hcal/local_functions.c:676
12621262 msgid "failure attempting to create config file"
12631263 msgstr ""
12641264
1265 #: examples/hcal/local_functions.c:680
1266 msgid "config file created"
1267 msgstr ""
1268
12651269 #: examples/hcal/local_functions.c:681
1266 msgid "config file created"
1267 msgstr ""
1268
1269 #: examples/hcal/local_functions.c:682
12701270 msgid "failure closing"
12711271 msgstr ""
12721272
1273 #: examples/hcal/local_functions.c:702
1273 #: examples/hcal/local_functions.c:701
12741274 msgid "memory allocation failure"
12751275 msgstr ""
12761276
1277 #: examples/hcal/local_functions.c:916
1277 #: examples/hcal/local_functions.c:915
12781278 msgid "your custom menu options (from your config file)"
12791279 msgstr ""
12801280
1281 #: examples/hcal/local_functions.c:922
1281 #: examples/hcal/local_functions.c:921
12821282 msgid "ALERT: -m (--menu) option specified, but no menu items in config file"
12831283 msgstr ""
12841284
1285 #: examples/hcal/local_functions.c:925
1285 #: examples/hcal/local_functions.c:924
12861286 msgid "enter your selection, or <return> to continue"
12871287 msgstr ""
12881288
1289 #: examples/hcal/local_functions.c:929
1289 #: examples/hcal/local_functions.c:928
12901290 msgid "menu selection received was out of bounds"
12911291 msgstr ""
12921292
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2012-01-08 19:48-0500\n"
9 "POT-Creation-Date: 2013-01-23 07:07-0500\n"
1010 "PO-Revision-Date: 2010-10-26 16:11+0200\n"
1111 "Last-Translator: Boruch Baum\n"
1212 "Language-Team: LANGUAGE <LL@li.org>\n"
819819 "easy selection."
820820 msgstr ""
821821
822 #: examples/hcal/hcal.c:1868
822 #: examples/hcal/hcal.c:1877
823823 msgid ""
824824 "ALERT: options --parasha, --shabbat, --footnote are not supported in 'three-"
825825 "month' mode"
826826 msgstr ""
827827
828 #: examples/hcal/hcal.c:1940 examples/hcal/local_functions.c:92
829 #: examples/hcal/local_functions.c:99 examples/hcal/local_functions.c:112
830 #: examples/hcal/local_functions.c:486 examples/hcal/local_functions.c:491
828 #: examples/hcal/hcal.c:1949 examples/hcal/local_functions.c:96
829 #: examples/hcal/local_functions.c:103 examples/hcal/local_functions.c:116
830 #: examples/hcal/local_functions.c:490 examples/hcal/local_functions.c:495
831831 msgid "error"
832832 msgstr ""
833833
834 #: examples/hcal/hcal.c:1940
834 #: examples/hcal/hcal.c:1949
835835 msgid "too many parameters received. expected [[mm] [yyyy]"
836836 msgstr ""
837837
838 #: examples/hcal/hcal.c:1949 examples/hcal/hdate.c:1929
838 #: examples/hcal/hcal.c:1958 examples/hcal/hdate.c:1929
839839 #: examples/hcal/hdate.c:2003 examples/hcal/hdate.c:2100
840840 msgid "year"
841841 msgstr ""
842842
843 #: examples/hcal/hcal.c:1957 examples/hcal/hdate.c:2013
843 #: examples/hcal/hcal.c:1966 examples/hcal/hdate.c:2013
844844 #: examples/hcal/hdate.c:2016 examples/hcal/hdate.c:2070
845845 #: examples/hcal/hdate.c:2110 examples/hcal/hdate.c:2113
846846 #: examples/hcal/hdate.c:2132
11261126 msgid "too many arguments; after options max is dd mm yyyy"
11271127 msgstr ""
11281128
1129 #: examples/hcal/local_functions.c:93
1129 #: examples/hcal/local_functions.c:97
11301130 msgid "parameter"
11311131 msgstr ""
11321132
1133 #: examples/hcal/local_functions.c:94
1133 #: examples/hcal/local_functions.c:98
11341134 msgid "is non-numeric or out of bounds"
11351135 msgstr ""
11361136
1137 #: examples/hcal/local_functions.c:100 examples/hcal/local_functions.c:113
1137 #: examples/hcal/local_functions.c:104 examples/hcal/local_functions.c:117
11381138 msgid "option"
11391139 msgstr ""
11401140
1141 #: examples/hcal/local_functions.c:100
1141 #: examples/hcal/local_functions.c:104
11421142 msgid "missing parameter"
11431143 msgstr ""
11441144
1145 #: examples/hcal/local_functions.c:106
1145 #: examples/hcal/local_functions.c:110
11461146 msgid "ALERT: time zone not entered, using system local time zone"
11471147 msgstr ""
11481148
1149 #: examples/hcal/local_functions.c:113
1149 #: examples/hcal/local_functions.c:117
11501150 msgid "is not a valid option"
11511151 msgstr ""
11521152
1153 #: examples/hcal/local_functions.c:130
1153 #: examples/hcal/local_functions.c:134
11541154 msgid "ALERT: guessing... will use co-ordinates for"
11551155 msgstr ""
11561156
1157 #: examples/hcal/local_functions.c:138
1157 #: examples/hcal/local_functions.c:142
11581158 msgid "Los Angeles"
11591159 msgstr ""
11601160
1161 #: examples/hcal/local_functions.c:139
1161 #: examples/hcal/local_functions.c:143
11621162 msgid "Mexico City"
11631163 msgstr ""
11641164
1165 #: examples/hcal/local_functions.c:140
1165 #: examples/hcal/local_functions.c:144
11661166 msgid "New York City"
11671167 msgstr ""
11681168
1169 #: examples/hcal/local_functions.c:143
1169 #: examples/hcal/local_functions.c:147
11701170 msgid "Buenos Aires"
11711171 msgstr ""
11721172
1173 #: examples/hcal/local_functions.c:144
1173 #: examples/hcal/local_functions.c:148
11741174 msgid "London"
11751175 msgstr ""
11761176
1177 #: examples/hcal/local_functions.c:145
1177 #: examples/hcal/local_functions.c:149
11781178 msgid "Paris"
11791179 msgstr ""
11801180
1181 #: examples/hcal/local_functions.c:146
1181 #: examples/hcal/local_functions.c:150
11821182 msgid "Tel-Aviv"
11831183 msgstr ""
11841184
1185 #: examples/hcal/local_functions.c:147
1185 #: examples/hcal/local_functions.c:151
11861186 msgid "Moscow"
11871187 msgstr ""
11881188
1189 #: examples/hcal/local_functions.c:148
1189 #: examples/hcal/local_functions.c:152
11901190 msgid "Tashkent"
11911191 msgstr ""
11921192
1193 #: examples/hcal/local_functions.c:149
1193 #: examples/hcal/local_functions.c:153
11941194 msgid "Beijing"
11951195 msgstr ""
11961196
1197 #: examples/hcal/local_functions.c:151
1197 #: examples/hcal/local_functions.c:155
11981198 msgid "Honolulu"
11991199 msgstr ""
12001200
1201 #: examples/hcal/local_functions.c:152
1201 #: examples/hcal/local_functions.c:156
12021202 msgid "Hmmm, ... hate to do this, really ..."
12031203 msgstr ""
12041204
1205 #: examples/hcal/local_functions.c:152
1205 #: examples/hcal/local_functions.c:156
12061206 msgid "using co-ordinates for the equator, at the center of time zone"
12071207 msgstr ""
12081208
1209 #: examples/hcal/local_functions.c:318 examples/hcal/local_functions.c:332
1210 #: examples/hcal/local_functions.c:333
1209 #: examples/hcal/local_functions.c:322 examples/hcal/local_functions.c:336
1210 #: examples/hcal/local_functions.c:337
12111211 msgid "l (latitude)"
12121212 msgstr ""
12131213
1214 #: examples/hcal/local_functions.c:319
1214 #: examples/hcal/local_functions.c:323
12151215 msgid "L (Longitue)"
12161216 msgstr ""
12171217
1218 #: examples/hcal/local_functions.c:365 examples/hcal/local_functions.c:379
1219 #: examples/hcal/local_functions.c:380 examples/hcal/local_functions.c:411
1218 #: examples/hcal/local_functions.c:369 examples/hcal/local_functions.c:383
1219 #: examples/hcal/local_functions.c:384 examples/hcal/local_functions.c:415
12201220 msgid "L (Longitude)"
12211221 msgstr ""
12221222
1223 #: examples/hcal/local_functions.c:442
1223 #: examples/hcal/local_functions.c:446
12241224 msgid "z (time zone)"
12251225 msgstr ""
12261226
1227 #: examples/hcal/local_functions.c:462
1227 #: examples/hcal/local_functions.c:466
12281228 msgid "z (timezone)"
12291229 msgstr ""
12301230
1231 #: examples/hcal/local_functions.c:486
1231 #: examples/hcal/local_functions.c:490
12321232 msgid "valid longitude parameter missing for given latitude"
12331233 msgstr ""
12341234
1235 #: examples/hcal/local_functions.c:491
1235 #: examples/hcal/local_functions.c:495
12361236 msgid "valid latitude parameter missing for given longitude"
12371237 msgstr ""
12381238
1239 #: examples/hcal/local_functions.c:529
1239 #: examples/hcal/local_functions.c:533
12401240 msgid "time zone value of"
12411241 msgstr ""
12421242
1243 #: examples/hcal/local_functions.c:530
1243 #: examples/hcal/local_functions.c:534
12441244 msgid "is incompatible with a longitude of"
12451245 msgstr ""
12461246
1247 #: examples/hcal/local_functions.c:530
1247 #: examples/hcal/local_functions.c:534
12481248 msgid "degrees"
12491249 msgstr ""
12501250
1251 #: examples/hcal/local_functions.c:638
1251 #: examples/hcal/local_functions.c:642
12521252 msgid ""
12531253 "This seems to be to be your first time using this version.\n"
12541254 "Please read the new documentation in the man page and config\n"
12551255 "file. Attempting to create a config file ..."
12561256 msgstr ""
12571257
1258 #: examples/hcal/local_functions.c:677
1258 #: examples/hcal/local_functions.c:676
12591259 msgid "failure attempting to create config file"
12601260 msgstr ""
12611261
1262 #: examples/hcal/local_functions.c:680
1263 msgid "config file created"
1264 msgstr ""
1265
12621266 #: examples/hcal/local_functions.c:681
1263 msgid "config file created"
1264 msgstr ""
1265
1266 #: examples/hcal/local_functions.c:682
12671267 msgid "failure closing"
12681268 msgstr ""
12691269
1270 #: examples/hcal/local_functions.c:702
1270 #: examples/hcal/local_functions.c:701
12711271 msgid "memory allocation failure"
12721272 msgstr ""
12731273
1274 #: examples/hcal/local_functions.c:916
1274 #: examples/hcal/local_functions.c:915
12751275 msgid "your custom menu options (from your config file)"
12761276 msgstr ""
12771277
1278 #: examples/hcal/local_functions.c:922
1278 #: examples/hcal/local_functions.c:921
12791279 msgid "ALERT: -m (--menu) option specified, but no menu items in config file"
12801280 msgstr ""
12811281
1282 #: examples/hcal/local_functions.c:925
1282 #: examples/hcal/local_functions.c:924
12831283 msgid "enter your selection, or <return> to continue"
12841284 msgstr ""
12851285
1286 #: examples/hcal/local_functions.c:929
1286 #: examples/hcal/local_functions.c:928
12871287 msgid "menu selection received was out of bounds"
12881288 msgstr ""
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: libhdate 1.6.0\n"
8 "Project-Id-Version: libhdate 1.6.02\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2012-01-08 19:48-0500\n"
10 "POT-Creation-Date: 2013-01-23 07:07-0500\n"
1111 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313 "Language-Team: LANGUAGE <LL@li.org>\n"
820820 "easy selection."
821821 msgstr ""
822822
823 #: examples/hcal/hcal.c:1868
823 #: examples/hcal/hcal.c:1877
824824 msgid ""
825825 "ALERT: options --parasha, --shabbat, --footnote are not supported in 'three-"
826826 "month' mode"
827827 msgstr ""
828828
829 #: examples/hcal/hcal.c:1940 examples/hcal/local_functions.c:92
830 #: examples/hcal/local_functions.c:99 examples/hcal/local_functions.c:112
831 #: examples/hcal/local_functions.c:486 examples/hcal/local_functions.c:491
829 #: examples/hcal/hcal.c:1949 examples/hcal/local_functions.c:96
830 #: examples/hcal/local_functions.c:103 examples/hcal/local_functions.c:116
831 #: examples/hcal/local_functions.c:490 examples/hcal/local_functions.c:495
832832 msgid "error"
833833 msgstr ""
834834
835 #: examples/hcal/hcal.c:1940
835 #: examples/hcal/hcal.c:1949
836836 msgid "too many parameters received. expected [[mm] [yyyy]"
837837 msgstr ""
838838
839 #: examples/hcal/hcal.c:1949 examples/hcal/hdate.c:1929
839 #: examples/hcal/hcal.c:1958 examples/hcal/hdate.c:1929
840840 #: examples/hcal/hdate.c:2003 examples/hcal/hdate.c:2100
841841 msgid "year"
842842 msgstr ""
843843
844 #: examples/hcal/hcal.c:1957 examples/hcal/hdate.c:2013
844 #: examples/hcal/hcal.c:1966 examples/hcal/hdate.c:2013
845845 #: examples/hcal/hdate.c:2016 examples/hcal/hdate.c:2070
846846 #: examples/hcal/hdate.c:2110 examples/hcal/hdate.c:2113
847847 #: examples/hcal/hdate.c:2132
11251125 msgid "too many arguments; after options max is dd mm yyyy"
11261126 msgstr ""
11271127
1128 #: examples/hcal/local_functions.c:93
1128 #: examples/hcal/local_functions.c:97
11291129 msgid "parameter"
11301130 msgstr ""
11311131
1132 #: examples/hcal/local_functions.c:94
1132 #: examples/hcal/local_functions.c:98
11331133 msgid "is non-numeric or out of bounds"
11341134 msgstr ""
11351135
1136 #: examples/hcal/local_functions.c:100 examples/hcal/local_functions.c:113
1136 #: examples/hcal/local_functions.c:104 examples/hcal/local_functions.c:117
11371137 msgid "option"
11381138 msgstr ""
11391139
1140 #: examples/hcal/local_functions.c:100
1140 #: examples/hcal/local_functions.c:104
11411141 msgid "missing parameter"
11421142 msgstr ""
11431143
1144 #: examples/hcal/local_functions.c:106
1144 #: examples/hcal/local_functions.c:110
11451145 msgid "ALERT: time zone not entered, using system local time zone"
11461146 msgstr ""
11471147
1148 #: examples/hcal/local_functions.c:113
1148 #: examples/hcal/local_functions.c:117
11491149 msgid "is not a valid option"
11501150 msgstr ""
11511151
1152 #: examples/hcal/local_functions.c:130
1152 #: examples/hcal/local_functions.c:134
11531153 msgid "ALERT: guessing... will use co-ordinates for"
11541154 msgstr ""
11551155
1156 #: examples/hcal/local_functions.c:138
1156 #: examples/hcal/local_functions.c:142
11571157 msgid "Los Angeles"
11581158 msgstr ""
11591159
1160 #: examples/hcal/local_functions.c:139
1160 #: examples/hcal/local_functions.c:143
11611161 msgid "Mexico City"
11621162 msgstr ""
11631163
1164 #: examples/hcal/local_functions.c:140
1164 #: examples/hcal/local_functions.c:144
11651165 msgid "New York City"
11661166 msgstr ""
11671167
1168 #: examples/hcal/local_functions.c:143
1168 #: examples/hcal/local_functions.c:147
11691169 msgid "Buenos Aires"
11701170 msgstr ""
11711171
1172 #: examples/hcal/local_functions.c:144
1172 #: examples/hcal/local_functions.c:148
11731173 msgid "London"
11741174 msgstr ""
11751175
1176 #: examples/hcal/local_functions.c:145
1176 #: examples/hcal/local_functions.c:149
11771177 msgid "Paris"
11781178 msgstr ""
11791179
1180 #: examples/hcal/local_functions.c:146
1180 #: examples/hcal/local_functions.c:150
11811181 msgid "Tel-Aviv"
11821182 msgstr ""
11831183
1184 #: examples/hcal/local_functions.c:147
1184 #: examples/hcal/local_functions.c:151
11851185 msgid "Moscow"
11861186 msgstr ""
11871187
1188 #: examples/hcal/local_functions.c:148
1188 #: examples/hcal/local_functions.c:152
11891189 msgid "Tashkent"
11901190 msgstr ""
11911191
1192 #: examples/hcal/local_functions.c:149
1192 #: examples/hcal/local_functions.c:153
11931193 msgid "Beijing"
11941194 msgstr ""
11951195
1196 #: examples/hcal/local_functions.c:151
1196 #: examples/hcal/local_functions.c:155
11971197 msgid "Honolulu"
11981198 msgstr ""
11991199
1200 #: examples/hcal/local_functions.c:152
1200 #: examples/hcal/local_functions.c:156
12011201 msgid "Hmmm, ... hate to do this, really ..."
12021202 msgstr ""
12031203
1204 #: examples/hcal/local_functions.c:152
1204 #: examples/hcal/local_functions.c:156
12051205 msgid "using co-ordinates for the equator, at the center of time zone"
12061206 msgstr ""
12071207
1208 #: examples/hcal/local_functions.c:318 examples/hcal/local_functions.c:332
1209 #: examples/hcal/local_functions.c:333
1208 #: examples/hcal/local_functions.c:322 examples/hcal/local_functions.c:336
1209 #: examples/hcal/local_functions.c:337
12101210 msgid "l (latitude)"
12111211 msgstr ""
12121212
1213 #: examples/hcal/local_functions.c:319
1213 #: examples/hcal/local_functions.c:323
12141214 msgid "L (Longitue)"
12151215 msgstr ""
12161216
1217 #: examples/hcal/local_functions.c:365 examples/hcal/local_functions.c:379
1218 #: examples/hcal/local_functions.c:380 examples/hcal/local_functions.c:411
1217 #: examples/hcal/local_functions.c:369 examples/hcal/local_functions.c:383
1218 #: examples/hcal/local_functions.c:384 examples/hcal/local_functions.c:415
12191219 msgid "L (Longitude)"
12201220 msgstr ""
12211221
1222 #: examples/hcal/local_functions.c:442
1222 #: examples/hcal/local_functions.c:446
12231223 msgid "z (time zone)"
12241224 msgstr ""
12251225
1226 #: examples/hcal/local_functions.c:462
1226 #: examples/hcal/local_functions.c:466
12271227 msgid "z (timezone)"
12281228 msgstr ""
12291229
1230 #: examples/hcal/local_functions.c:486
1230 #: examples/hcal/local_functions.c:490
12311231 msgid "valid longitude parameter missing for given latitude"
12321232 msgstr ""
12331233
1234 #: examples/hcal/local_functions.c:491
1234 #: examples/hcal/local_functions.c:495
12351235 msgid "valid latitude parameter missing for given longitude"
12361236 msgstr ""
12371237
1238 #: examples/hcal/local_functions.c:529
1238 #: examples/hcal/local_functions.c:533
12391239 msgid "time zone value of"
12401240 msgstr ""
12411241
1242 #: examples/hcal/local_functions.c:530
1242 #: examples/hcal/local_functions.c:534
12431243 msgid "is incompatible with a longitude of"
12441244 msgstr ""
12451245
1246 #: examples/hcal/local_functions.c:530
1246 #: examples/hcal/local_functions.c:534
12471247 msgid "degrees"
12481248 msgstr ""
12491249
1250 #: examples/hcal/local_functions.c:638
1250 #: examples/hcal/local_functions.c:642
12511251 msgid ""
12521252 "This seems to be to be your first time using this version.\n"
12531253 "Please read the new documentation in the man page and config\n"
12541254 "file. Attempting to create a config file ..."
12551255 msgstr ""
12561256
1257 #: examples/hcal/local_functions.c:677
1257 #: examples/hcal/local_functions.c:676
12581258 msgid "failure attempting to create config file"
12591259 msgstr ""
12601260
1261 #: examples/hcal/local_functions.c:680
1262 msgid "config file created"
1263 msgstr ""
1264
12611265 #: examples/hcal/local_functions.c:681
1262 msgid "config file created"
1263 msgstr ""
1264
1265 #: examples/hcal/local_functions.c:682
12661266 msgid "failure closing"
12671267 msgstr ""
12681268
1269 #: examples/hcal/local_functions.c:702
1269 #: examples/hcal/local_functions.c:701
12701270 msgid "memory allocation failure"
12711271 msgstr ""
12721272
1273 #: examples/hcal/local_functions.c:916
1273 #: examples/hcal/local_functions.c:915
12741274 msgid "your custom menu options (from your config file)"
12751275 msgstr ""
12761276
1277 #: examples/hcal/local_functions.c:922
1277 #: examples/hcal/local_functions.c:921
12781278 msgid "ALERT: -m (--menu) option specified, but no menu items in config file"
12791279 msgstr ""
12801280
1281 #: examples/hcal/local_functions.c:925
1281 #: examples/hcal/local_functions.c:924
12821282 msgid "enter your selection, or <return> to continue"
12831283 msgstr ""
12841284
1285 #: examples/hcal/local_functions.c:929
1285 #: examples/hcal/local_functions.c:928
12861286 msgid "menu selection received was out of bounds"
12871287 msgstr ""
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: ru\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2012-01-08 19:48-0500\n"
10 "POT-Creation-Date: 2013-01-23 07:07-0500\n"
1111 "PO-Revision-Date: 2005-03-08 22:44-0200\n"
1212 "Last-Translator: Boeis Peterberg\n"
1313 "Language-Team: Russian\n"
823823 "easy selection."
824824 msgstr ""
825825
826 #: examples/hcal/hcal.c:1868
826 #: examples/hcal/hcal.c:1877
827827 msgid ""
828828 "ALERT: options --parasha, --shabbat, --footnote are not supported in 'three-"
829829 "month' mode"
830830 msgstr ""
831831
832 #: examples/hcal/hcal.c:1940 examples/hcal/local_functions.c:92
833 #: examples/hcal/local_functions.c:99 examples/hcal/local_functions.c:112
834 #: examples/hcal/local_functions.c:486 examples/hcal/local_functions.c:491
832 #: examples/hcal/hcal.c:1949 examples/hcal/local_functions.c:96
833 #: examples/hcal/local_functions.c:103 examples/hcal/local_functions.c:116
834 #: examples/hcal/local_functions.c:490 examples/hcal/local_functions.c:495
835835 msgid "error"
836836 msgstr ""
837837
838 #: examples/hcal/hcal.c:1940
838 #: examples/hcal/hcal.c:1949
839839 msgid "too many parameters received. expected [[mm] [yyyy]"
840840 msgstr ""
841841
842 #: examples/hcal/hcal.c:1949 examples/hcal/hdate.c:1929
842 #: examples/hcal/hcal.c:1958 examples/hcal/hdate.c:1929
843843 #: examples/hcal/hdate.c:2003 examples/hcal/hdate.c:2100
844844 msgid "year"
845845 msgstr ""
846846
847 #: examples/hcal/hcal.c:1957 examples/hcal/hdate.c:2013
847 #: examples/hcal/hcal.c:1966 examples/hcal/hdate.c:2013
848848 #: examples/hcal/hdate.c:2016 examples/hcal/hdate.c:2070
849849 #: examples/hcal/hdate.c:2110 examples/hcal/hdate.c:2113
850850 #: examples/hcal/hdate.c:2132
11301130 msgid "too many arguments; after options max is dd mm yyyy"
11311131 msgstr ""
11321132
1133 #: examples/hcal/local_functions.c:93
1133 #: examples/hcal/local_functions.c:97
11341134 msgid "parameter"
11351135 msgstr ""
11361136
1137 #: examples/hcal/local_functions.c:94
1137 #: examples/hcal/local_functions.c:98
11381138 msgid "is non-numeric or out of bounds"
11391139 msgstr ""
11401140
1141 #: examples/hcal/local_functions.c:100 examples/hcal/local_functions.c:113
1141 #: examples/hcal/local_functions.c:104 examples/hcal/local_functions.c:117
11421142 msgid "option"
11431143 msgstr ""
11441144
1145 #: examples/hcal/local_functions.c:100
1145 #: examples/hcal/local_functions.c:104
11461146 msgid "missing parameter"
11471147 msgstr ""
11481148
1149 #: examples/hcal/local_functions.c:106
1149 #: examples/hcal/local_functions.c:110
11501150 msgid "ALERT: time zone not entered, using system local time zone"
11511151 msgstr ""
11521152
1153 #: examples/hcal/local_functions.c:113
1153 #: examples/hcal/local_functions.c:117
11541154 msgid "is not a valid option"
11551155 msgstr ""
11561156
1157 #: examples/hcal/local_functions.c:130
1157 #: examples/hcal/local_functions.c:134
11581158 msgid "ALERT: guessing... will use co-ordinates for"
11591159 msgstr ""
11601160
1161 #: examples/hcal/local_functions.c:138
1161 #: examples/hcal/local_functions.c:142
11621162 msgid "Los Angeles"
11631163 msgstr ""
11641164
1165 #: examples/hcal/local_functions.c:139
1165 #: examples/hcal/local_functions.c:143
11661166 msgid "Mexico City"
11671167 msgstr ""
11681168
1169 #: examples/hcal/local_functions.c:140
1169 #: examples/hcal/local_functions.c:144
11701170 msgid "New York City"
11711171 msgstr ""
11721172
1173 #: examples/hcal/local_functions.c:143
1173 #: examples/hcal/local_functions.c:147
11741174 msgid "Buenos Aires"
11751175 msgstr ""
11761176
1177 #: examples/hcal/local_functions.c:144
1177 #: examples/hcal/local_functions.c:148
11781178 msgid "London"
11791179 msgstr ""
11801180
1181 #: examples/hcal/local_functions.c:145
1181 #: examples/hcal/local_functions.c:149
11821182 msgid "Paris"
11831183 msgstr ""
11841184
1185 #: examples/hcal/local_functions.c:146
1185 #: examples/hcal/local_functions.c:150
11861186 msgid "Tel-Aviv"
11871187 msgstr ""
11881188
1189 #: examples/hcal/local_functions.c:147
1189 #: examples/hcal/local_functions.c:151
11901190 msgid "Moscow"
11911191 msgstr ""
11921192
1193 #: examples/hcal/local_functions.c:148
1193 #: examples/hcal/local_functions.c:152
11941194 msgid "Tashkent"
11951195 msgstr ""
11961196
1197 #: examples/hcal/local_functions.c:149
1197 #: examples/hcal/local_functions.c:153
11981198 msgid "Beijing"
11991199 msgstr ""
12001200
1201 #: examples/hcal/local_functions.c:151
1201 #: examples/hcal/local_functions.c:155
12021202 msgid "Honolulu"
12031203 msgstr ""
12041204
1205 #: examples/hcal/local_functions.c:152
1205 #: examples/hcal/local_functions.c:156
12061206 msgid "Hmmm, ... hate to do this, really ..."
12071207 msgstr ""
12081208
1209 #: examples/hcal/local_functions.c:152
1209 #: examples/hcal/local_functions.c:156
12101210 msgid "using co-ordinates for the equator, at the center of time zone"
12111211 msgstr ""
12121212
1213 #: examples/hcal/local_functions.c:318 examples/hcal/local_functions.c:332
1214 #: examples/hcal/local_functions.c:333
1213 #: examples/hcal/local_functions.c:322 examples/hcal/local_functions.c:336
1214 #: examples/hcal/local_functions.c:337
12151215 msgid "l (latitude)"
12161216 msgstr ""
12171217
1218 #: examples/hcal/local_functions.c:319
1218 #: examples/hcal/local_functions.c:323
12191219 msgid "L (Longitue)"
12201220 msgstr ""
12211221
1222 #: examples/hcal/local_functions.c:365 examples/hcal/local_functions.c:379
1223 #: examples/hcal/local_functions.c:380 examples/hcal/local_functions.c:411
1222 #: examples/hcal/local_functions.c:369 examples/hcal/local_functions.c:383
1223 #: examples/hcal/local_functions.c:384 examples/hcal/local_functions.c:415
12241224 msgid "L (Longitude)"
12251225 msgstr ""
12261226
1227 #: examples/hcal/local_functions.c:442
1227 #: examples/hcal/local_functions.c:446
12281228 msgid "z (time zone)"
12291229 msgstr ""
12301230
1231 #: examples/hcal/local_functions.c:462
1231 #: examples/hcal/local_functions.c:466
12321232 msgid "z (timezone)"
12331233 msgstr ""
12341234
1235 #: examples/hcal/local_functions.c:486
1235 #: examples/hcal/local_functions.c:490
12361236 msgid "valid longitude parameter missing for given latitude"
12371237 msgstr ""
12381238
1239 #: examples/hcal/local_functions.c:491
1239 #: examples/hcal/local_functions.c:495
12401240 msgid "valid latitude parameter missing for given longitude"
12411241 msgstr ""
12421242
1243 #: examples/hcal/local_functions.c:529
1243 #: examples/hcal/local_functions.c:533
12441244 msgid "time zone value of"
12451245 msgstr ""
12461246
1247 #: examples/hcal/local_functions.c:530
1247 #: examples/hcal/local_functions.c:534
12481248 msgid "is incompatible with a longitude of"
12491249 msgstr ""
12501250
1251 #: examples/hcal/local_functions.c:530
1251 #: examples/hcal/local_functions.c:534
12521252 msgid "degrees"
12531253 msgstr ""
12541254
1255 #: examples/hcal/local_functions.c:638
1255 #: examples/hcal/local_functions.c:642
12561256 msgid ""
12571257 "This seems to be to be your first time using this version.\n"
12581258 "Please read the new documentation in the man page and config\n"
12591259 "file. Attempting to create a config file ..."
12601260 msgstr ""
12611261
1262 #: examples/hcal/local_functions.c:677
1262 #: examples/hcal/local_functions.c:676
12631263 msgid "failure attempting to create config file"
12641264 msgstr ""
12651265
1266 #: examples/hcal/local_functions.c:680
1267 msgid "config file created"
1268 msgstr ""
1269
12661270 #: examples/hcal/local_functions.c:681
1267 msgid "config file created"
1268 msgstr ""
1269
1270 #: examples/hcal/local_functions.c:682
12711271 msgid "failure closing"
12721272 msgstr ""
12731273
1274 #: examples/hcal/local_functions.c:702
1274 #: examples/hcal/local_functions.c:701
12751275 msgid "memory allocation failure"
12761276 msgstr ""
12771277
1278 #: examples/hcal/local_functions.c:916
1278 #: examples/hcal/local_functions.c:915
12791279 msgid "your custom menu options (from your config file)"
12801280 msgstr ""
12811281
1282 #: examples/hcal/local_functions.c:922
1282 #: examples/hcal/local_functions.c:921
12831283 msgid "ALERT: -m (--menu) option specified, but no menu items in config file"
12841284 msgstr ""
12851285
1286 #: examples/hcal/local_functions.c:925
1286 #: examples/hcal/local_functions.c:924
12871287 msgid "enter your selection, or <return> to continue"
12881288 msgstr ""
12891289
1290 #: examples/hcal/local_functions.c:929
1290 #: examples/hcal/local_functions.c:928
12911291 msgid "menu selection received was out of bounds"
12921292 msgstr ""
12931293
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: libhdate\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2012-01-08 19:48-0500\n"
9 "POT-Creation-Date: 2013-01-23 07:07-0500\n"
1010 "PO-Revision-Date: 2008-01-10 10:26+0100\n"
1111 "Last-Translator: Patrik Nilsson <blambi@chebab.com>, Daniel Nylander "
1212 "<po@danielnylander.se>\n"
822822 "easy selection."
823823 msgstr ""
824824
825 #: examples/hcal/hcal.c:1868
825 #: examples/hcal/hcal.c:1877
826826 msgid ""
827827 "ALERT: options --parasha, --shabbat, --footnote are not supported in 'three-"
828828 "month' mode"
829829 msgstr ""
830830
831 #: examples/hcal/hcal.c:1940 examples/hcal/local_functions.c:92
832 #: examples/hcal/local_functions.c:99 examples/hcal/local_functions.c:112
833 #: examples/hcal/local_functions.c:486 examples/hcal/local_functions.c:491
831 #: examples/hcal/hcal.c:1949 examples/hcal/local_functions.c:96
832 #: examples/hcal/local_functions.c:103 examples/hcal/local_functions.c:116
833 #: examples/hcal/local_functions.c:490 examples/hcal/local_functions.c:495
834834 msgid "error"
835835 msgstr ""
836836
837 #: examples/hcal/hcal.c:1940
837 #: examples/hcal/hcal.c:1949
838838 msgid "too many parameters received. expected [[mm] [yyyy]"
839839 msgstr ""
840840
841 #: examples/hcal/hcal.c:1949 examples/hcal/hdate.c:1929
841 #: examples/hcal/hcal.c:1958 examples/hcal/hdate.c:1929
842842 #: examples/hcal/hdate.c:2003 examples/hcal/hdate.c:2100
843843 msgid "year"
844844 msgstr ""
845845
846 #: examples/hcal/hcal.c:1957 examples/hcal/hdate.c:2013
846 #: examples/hcal/hcal.c:1966 examples/hcal/hdate.c:2013
847847 #: examples/hcal/hdate.c:2016 examples/hcal/hdate.c:2070
848848 #: examples/hcal/hdate.c:2110 examples/hcal/hdate.c:2113
849849 #: examples/hcal/hdate.c:2132
11291129 msgid "too many arguments; after options max is dd mm yyyy"
11301130 msgstr ""
11311131
1132 #: examples/hcal/local_functions.c:93
1132 #: examples/hcal/local_functions.c:97
11331133 msgid "parameter"
11341134 msgstr ""
11351135
1136 #: examples/hcal/local_functions.c:94
1136 #: examples/hcal/local_functions.c:98
11371137 msgid "is non-numeric or out of bounds"
11381138 msgstr ""
11391139
1140 #: examples/hcal/local_functions.c:100 examples/hcal/local_functions.c:113
1140 #: examples/hcal/local_functions.c:104 examples/hcal/local_functions.c:117
11411141 msgid "option"
11421142 msgstr ""
11431143
1144 #: examples/hcal/local_functions.c:100
1144 #: examples/hcal/local_functions.c:104
11451145 msgid "missing parameter"
11461146 msgstr ""
11471147
1148 #: examples/hcal/local_functions.c:106
1148 #: examples/hcal/local_functions.c:110
11491149 msgid "ALERT: time zone not entered, using system local time zone"
11501150 msgstr ""
11511151
1152 #: examples/hcal/local_functions.c:113
1152 #: examples/hcal/local_functions.c:117
11531153 msgid "is not a valid option"
11541154 msgstr ""
11551155
1156 #: examples/hcal/local_functions.c:130
1156 #: examples/hcal/local_functions.c:134
11571157 msgid "ALERT: guessing... will use co-ordinates for"
11581158 msgstr ""
11591159
1160 #: examples/hcal/local_functions.c:138
1160 #: examples/hcal/local_functions.c:142
11611161 msgid "Los Angeles"
11621162 msgstr ""
11631163
1164 #: examples/hcal/local_functions.c:139
1164 #: examples/hcal/local_functions.c:143
11651165 msgid "Mexico City"
11661166 msgstr ""
11671167
1168 #: examples/hcal/local_functions.c:140
1168 #: examples/hcal/local_functions.c:144
11691169 msgid "New York City"
11701170 msgstr ""
11711171
1172 #: examples/hcal/local_functions.c:143
1172 #: examples/hcal/local_functions.c:147
11731173 msgid "Buenos Aires"
11741174 msgstr ""
11751175
1176 #: examples/hcal/local_functions.c:144
1176 #: examples/hcal/local_functions.c:148
11771177 msgid "London"
11781178 msgstr ""
11791179
1180 #: examples/hcal/local_functions.c:145
1180 #: examples/hcal/local_functions.c:149
11811181 msgid "Paris"
11821182 msgstr ""
11831183
1184 #: examples/hcal/local_functions.c:146
1184 #: examples/hcal/local_functions.c:150
11851185 msgid "Tel-Aviv"
11861186 msgstr ""
11871187
1188 #: examples/hcal/local_functions.c:147
1188 #: examples/hcal/local_functions.c:151
11891189 msgid "Moscow"
11901190 msgstr ""
11911191
1192 #: examples/hcal/local_functions.c:148
1192 #: examples/hcal/local_functions.c:152
11931193 msgid "Tashkent"
11941194 msgstr ""
11951195
1196 #: examples/hcal/local_functions.c:149
1196 #: examples/hcal/local_functions.c:153
11971197 msgid "Beijing"
11981198 msgstr ""
11991199
1200 #: examples/hcal/local_functions.c:151
1200 #: examples/hcal/local_functions.c:155
12011201 msgid "Honolulu"
12021202 msgstr ""
12031203
1204 #: examples/hcal/local_functions.c:152
1204 #: examples/hcal/local_functions.c:156
12051205 msgid "Hmmm, ... hate to do this, really ..."
12061206 msgstr ""
12071207
1208 #: examples/hcal/local_functions.c:152
1208 #: examples/hcal/local_functions.c:156
12091209 msgid "using co-ordinates for the equator, at the center of time zone"
12101210 msgstr ""
12111211
1212 #: examples/hcal/local_functions.c:318 examples/hcal/local_functions.c:332
1213 #: examples/hcal/local_functions.c:333
1212 #: examples/hcal/local_functions.c:322 examples/hcal/local_functions.c:336
1213 #: examples/hcal/local_functions.c:337
12141214 msgid "l (latitude)"
12151215 msgstr ""
12161216
1217 #: examples/hcal/local_functions.c:319
1217 #: examples/hcal/local_functions.c:323
12181218 msgid "L (Longitue)"
12191219 msgstr ""
12201220
1221 #: examples/hcal/local_functions.c:365 examples/hcal/local_functions.c:379
1222 #: examples/hcal/local_functions.c:380 examples/hcal/local_functions.c:411
1221 #: examples/hcal/local_functions.c:369 examples/hcal/local_functions.c:383
1222 #: examples/hcal/local_functions.c:384 examples/hcal/local_functions.c:415
12231223 msgid "L (Longitude)"
12241224 msgstr ""
12251225
1226 #: examples/hcal/local_functions.c:442
1226 #: examples/hcal/local_functions.c:446
12271227 msgid "z (time zone)"
12281228 msgstr ""
12291229
1230 #: examples/hcal/local_functions.c:462
1230 #: examples/hcal/local_functions.c:466
12311231 msgid "z (timezone)"
12321232 msgstr ""
12331233
1234 #: examples/hcal/local_functions.c:486
1234 #: examples/hcal/local_functions.c:490
12351235 msgid "valid longitude parameter missing for given latitude"
12361236 msgstr ""
12371237
1238 #: examples/hcal/local_functions.c:491
1238 #: examples/hcal/local_functions.c:495
12391239 msgid "valid latitude parameter missing for given longitude"
12401240 msgstr ""
12411241
1242 #: examples/hcal/local_functions.c:529
1242 #: examples/hcal/local_functions.c:533
12431243 msgid "time zone value of"
12441244 msgstr ""
12451245
1246 #: examples/hcal/local_functions.c:530
1246 #: examples/hcal/local_functions.c:534
12471247 msgid "is incompatible with a longitude of"
12481248 msgstr ""
12491249
1250 #: examples/hcal/local_functions.c:530
1250 #: examples/hcal/local_functions.c:534
12511251 msgid "degrees"
12521252 msgstr ""
12531253
1254 #: examples/hcal/local_functions.c:638
1254 #: examples/hcal/local_functions.c:642
12551255 msgid ""
12561256 "This seems to be to be your first time using this version.\n"
12571257 "Please read the new documentation in the man page and config\n"
12581258 "file. Attempting to create a config file ..."
12591259 msgstr ""
12601260
1261 #: examples/hcal/local_functions.c:677
1261 #: examples/hcal/local_functions.c:676
12621262 msgid "failure attempting to create config file"
12631263 msgstr ""
12641264
1265 #: examples/hcal/local_functions.c:680
1266 msgid "config file created"
1267 msgstr ""
1268
12651269 #: examples/hcal/local_functions.c:681
1266 msgid "config file created"
1267 msgstr ""
1268
1269 #: examples/hcal/local_functions.c:682
12701270 msgid "failure closing"
12711271 msgstr ""
12721272
1273 #: examples/hcal/local_functions.c:702
1273 #: examples/hcal/local_functions.c:701
12741274 msgid "memory allocation failure"
12751275 msgstr ""
12761276
1277 #: examples/hcal/local_functions.c:916
1277 #: examples/hcal/local_functions.c:915
12781278 msgid "your custom menu options (from your config file)"
12791279 msgstr ""
12801280
1281 #: examples/hcal/local_functions.c:922
1281 #: examples/hcal/local_functions.c:921
12821282 msgid "ALERT: -m (--menu) option specified, but no menu items in config file"
12831283 msgstr ""
12841284
1285 #: examples/hcal/local_functions.c:925
1285 #: examples/hcal/local_functions.c:924
12861286 msgid "enter your selection, or <return> to continue"
12871287 msgstr ""
12881288
1289 #: examples/hcal/local_functions.c:929
1289 #: examples/hcal/local_functions.c:928
12901290 msgid "menu selection received was out of bounds"
12911291 msgstr ""
12921292
0 libhdate_la_CFLAGS =\
1 -Wall\
2 -g
0 libhdate_la_CFLAGS = $(libhdate_CFLAGS)
31
42 lib_LTLIBRARIES = libhdate.la
53
1311 hdate.h\
1412 support.h
1513
16 libhdate_la_LDFLAGS = -version-info $(VERSION_INFO)
14 libhdate_la_LDFLAGS = $(libhdate_LDFLAGS) -version-info $(VERSION_INFO)
1715
1816 libhdate_la_LIBADD =
1917
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.
1616
1717
1818 VPATH = @srcdir@
19 am__make_dryrun = \
20 { \
21 am__dry=no; \
22 case $$MAKEFLAGS in \
23 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
33 esac; \
34 test $$am__dry = yes; \
35 }
1936 pkgdatadir = $(datadir)/@PACKAGE@
2037 pkgincludedir = $(includedir)/@PACKAGE@
2138 pkglibdir = $(libdir)/@PACKAGE@
7289 am__base_list = \
7390 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
7491 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
92 am__uninstall_files_from_dir = { \
93 test -z "$$files" \
94 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
95 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
96 $(am__cd) "$$dir" && rm -f $$files; }; \
97 }
7598 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
7699 LTLIBRARIES = $(lib_LTLIBRARIES)
77100 libhdate_la_DEPENDENCIES =
98121 $(LDFLAGS) -o $@
99122 SOURCES = $(libhdate_la_SOURCES)
100123 DIST_SOURCES = $(libhdate_la_SOURCES)
124 am__can_run_installinfo = \
125 case $$AM_UPDATE_INFO_DIR in \
126 n|no|NO) false;; \
127 *) (install-info --version) >/dev/null 2>&1;; \
128 esac
101129 HEADERS = $(include_HEADERS)
102130 ETAGS = etags
103131 CTAGS = ctags
258286 top_build_prefix = @top_build_prefix@
259287 top_builddir = @top_builddir@
260288 top_srcdir = @top_srcdir@
261 libhdate_la_CFLAGS = \
262 -Wall\
263 -g
264
289 libhdate_la_CFLAGS = $(libhdate_CFLAGS)
265290 lib_LTLIBRARIES = libhdate.la
266291 libhdate_la_SOURCES = \
267292 deprecated.c\
273298 hdate.h\
274299 support.h
275300
276 libhdate_la_LDFLAGS = -version-info $(VERSION_INFO)
301 libhdate_la_LDFLAGS = $(libhdate_LDFLAGS) -version-info $(VERSION_INFO)
277302 libhdate_la_LIBADD =
278303 include_HEADERS = hdate.h hdatepp.h
279304 all: all-am
312337 $(am__aclocal_m4_deps):
313338 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
314339 @$(NORMAL_INSTALL)
315 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
316340 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
317341 list2=; for p in $$list; do \
318342 if test -f $$p; then \
320344 else :; fi; \
321345 done; \
322346 test -z "$$list2" || { \
347 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
348 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
323349 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
324350 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
325351 }
341367 echo "rm -f \"$${dir}/so_locations\""; \
342368 rm -f "$${dir}/so_locations"; \
343369 done
344 libhdate.la: $(libhdate_la_OBJECTS) $(libhdate_la_DEPENDENCIES)
370 libhdate.la: $(libhdate_la_OBJECTS) $(libhdate_la_DEPENDENCIES) $(EXTRA_libhdate_la_DEPENDENCIES)
345371 $(libhdate_la_LINK) -rpath $(libdir) $(libhdate_la_OBJECTS) $(libhdate_la_LIBADD) $(LIBS)
346372
347373 mostlyclean-compile:
427453 -rm -rf .libs _libs
428454 install-includeHEADERS: $(include_HEADERS)
429455 @$(NORMAL_INSTALL)
430 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
431456 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
457 if test -n "$$list"; then \
458 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
459 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
460 fi; \
432461 for p in $$list; do \
433462 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
434463 echo "$$d$$p"; \
442471 @$(NORMAL_UNINSTALL)
443472 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
444473 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
445 test -n "$$files" || exit 0; \
446 echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
447 cd "$(DESTDIR)$(includedir)" && rm -f $$files
474 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
448475
449476 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
450477 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
545572
546573 installcheck: installcheck-am
547574 install-strip:
548 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
549 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
550 `test -z '$(STRIP)' || \
551 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
575 if test -z '$(STRIP)'; then \
576 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
577 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
578 install; \
579 else \
580 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
581 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
582 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
583 fi
552584 mostlyclean-generic:
553585
554586 clean-generic: