From 3fa2a4a8d41191f4c4ab1bb04dd178da61f34edf Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Sun, 18 Apr 2010 16:18:31 +0200 Subject: [PATCH] Implemented automake Prepared for name change to 'par' --- Makefile | 25 - Makefile.am | 2 + Makefile.in | 660 ++++++ aclocal.m4 | 601 ++++++ autom4te.cache/output.0 | 3475 +++++++++++++++++++++++++++++++ autom4te.cache/output.1 | 3475 +++++++++++++++++++++++++++++++ autom4te.cache/requests | 136 ++ autom4te.cache/traces.0 | 706 +++++++ autom4te.cache/traces.1 | 254 +++ config.h.in | 25 + configure | 3475 +++++++++++++++++++++++++++++++ configure.ac | 8 + doc/pod_to_savannah_publicinfo | 40 + doc/screenshot.png | Bin 0 -> 98252 bytes gpl-3.0.txt | 674 ------ install-sh | 520 +++++ missing | 376 ++++ src/Makefile.am | 8 + src/Makefile.in | 426 ++++ parallel => src/parallel | 280 ++- parallel.1 => src/parallel.1 | 87 +- src/parallel~ | 1806 ++++++++++++++++ unittest/Makefile | 16 + unittest/actual-results/test15 | 5 +- unittest/tests-to-run/test01.sh | 32 +- unittest/tests-to-run/test02.sh | 4 +- unittest/tests-to-run/test03.sh | 4 +- unittest/tests-to-run/test04.sh | 8 +- unittest/tests-to-run/test05.sh | 8 +- unittest/tests-to-run/test06.sh | 6 +- unittest/tests-to-run/test07.sh | 4 +- unittest/tests-to-run/test08.sh | 10 +- unittest/tests-to-run/test09.sh | 4 +- unittest/tests-to-run/test10.sh | 26 +- unittest/tests-to-run/test11.sh | 4 +- unittest/tests-to-run/test12.sh | 4 +- unittest/tests-to-run/test13.sh | 8 +- unittest/tests-to-run/test14.sh | 24 +- unittest/tests-to-run/test15.sh | 82 +- unittest/tests-to-run/test16.sh | 70 +- unittest/wanted-results/test15 | 5 +- 41 files changed, 16412 insertions(+), 971 deletions(-) delete mode 100644 Makefile create mode 100644 Makefile.am create mode 100644 Makefile.in create mode 100644 aclocal.m4 create mode 100644 autom4te.cache/output.0 create mode 100644 autom4te.cache/output.1 create mode 100644 autom4te.cache/requests create mode 100644 autom4te.cache/traces.0 create mode 100644 autom4te.cache/traces.1 create mode 100644 config.h.in create mode 100755 configure create mode 100644 configure.ac create mode 100755 doc/pod_to_savannah_publicinfo create mode 100644 doc/screenshot.png delete mode 100644 gpl-3.0.txt create mode 100755 install-sh create mode 100755 missing create mode 100644 src/Makefile.am create mode 100644 src/Makefile.in rename parallel => src/parallel (86%) rename parallel.1 => src/parallel.1 (92%) create mode 100755 src/parallel~ create mode 100644 unittest/Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index fdb6eb78..00000000 --- a/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -parallel.1: parallel - pod2man parallel > parallel.1 - -install: parallel parallel.1 - install -D -m 755 parallel $(DESTDIR)/usr/bin/parallel - install -D -m 644 parallel.1 $(DESTDIR)/usr/share/man/man1/parallel.1 - -unittest: parallel unittest/tests-to-run/* unittest/wanted-results/* - echo | mop || (echo mop is required for unittest; /bin/false) - seq 1 2 | mop || (echo seq is required for unittest; /bin/false) - (cd unittest; sh Start.sh) - -clean: - rm -f parallel.1 - rm -rf unittest/input-files/random_dirs_no_newline - rm -rf unittest/input-files/random_dirs_with_newline - -dist: - rm -rf ./unittest/input-files/random_dirs_*_newline || /bin/true - rm -rf ./unittest/tmp || /bin/true - rm parallel-????????.tar.bz2 || /bin/true - ( cd ..; tar -cvj --exclude .git --exclude '#*#' --exclude '*~' --exclude CVS -f /tmp/parallel.tar.bz2 parallel-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9] ) - mv /tmp/parallel.tar.bz2 parallel-$$(date +"%Y%m%d").tar.bz2 - rsync -Havessh parallel-$$(date +"%Y%m%d").tar.bz2 download.savannah.nongnu.org:/releases/parallel/ - diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 00000000..f2689244 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = src + diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 00000000..aa2116f6 --- /dev/null +++ b/Makefile.in @@ -0,0 +1,660 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = . +DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(top_srcdir)/configure install-sh missing +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ + distdir dist dist-all distcheck +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + { test ! -d "$(distdir)" \ + || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -fr "$(distdir)"; }; } +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +DIST_ARCHIVES = $(distdir).tar.gz +GZIP_ENV = --best +distuninstallcheck_listfiles = find . -type f -print +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = src +all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + +.SUFFIXES: +am--refresh: + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): + +config.h: stamp-h1 + @if test ! -f $@; then \ + rm -f stamp-h1; \ + $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ + else :; fi + +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status + @rm -f stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status config.h +$(srcdir)/config.h.in: $(am__configure_deps) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + rm -f stamp-h1 + touch $@ + +distclean-hdr: + -rm -f config.h stamp-h1 + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @fail= failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @fail= failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-lzma: distdir + tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma + $(am__remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz + $(am__remove_distdir) + +dist-tarZ: distdir + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__remove_distdir) + +dist-shar: distdir + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__remove_distdir) + +dist dist-all: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lzma*) \ + lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir); chmod a+w $(distdir) + mkdir $(distdir)/_build + mkdir $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build \ + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @$(am__cd) '$(distuninstallcheck_dir)' \ + && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile config.h +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-hdr distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ + ctags-recursive install-am install-strip tags-recursive + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am am--refresh check check-am clean clean-generic \ + ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ + dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \ + distclean distclean-generic distclean-hdr distclean-tags \ + distcleancheck distdir distuninstallcheck dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags tags-recursive uninstall uninstall-am + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100644 index 00000000..af39c71a --- /dev/null +++ b/aclocal.m4 @@ -0,0 +1,601 @@ +# generated automatically by aclocal 1.11.1 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],, +[m4_warning([this file was generated for autoconf 2.65. +You have another version of autoconf. It may work, but is not guaranteed to. +If you have problems, you may need to regenerate the build system entirely. +To do so, use the procedure documented by the package, typically `autoreconf'.])]) + +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.11' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.11.1], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.11.1])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to +# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is `.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 16 + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.62])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) +AM_MISSING_PROG(AUTOCONF, autoconf) +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) +AM_MISSING_PROG(AUTOHEADER, autoheader) +AM_MISSING_PROG(MAKEINFO, makeinfo) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AM_PROG_MKDIR_P])dnl +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl +]) +_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl +dnl The `parallel-tests' driver may need to know about EXEEXT, so add the +dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro +dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl +]) + +dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) + + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST(install_sh)]) + +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 6 + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it supports --run. +# If it does, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + AC_MSG_WARN([`missing' script is too old or missing]) +fi +]) + +# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_MKDIR_P +# --------------- +# Check for `mkdir -p'. +AC_DEFUN([AM_PROG_MKDIR_P], +[AC_PREREQ([2.60])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +dnl while keeping a definition of mkdir_p for backward compatibility. +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +dnl Makefile.ins that do not define MKDIR_P, so we do our own +dnl adjustment using top_builddir (which is defined more often than +dnl MKDIR_P). +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +case $mkdir_p in + [[\\/$]]* | ?:[[\\/]]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 4 + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# ------------------------------ +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) + +# _AM_SET_OPTIONS(OPTIONS) +# ---------------------------------- +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 5 + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Just in case +sleep 1 +echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; +esac + +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + rm -f conftest.file + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +alias in your environment]) + fi + + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT(yes)]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor `install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in `make install-strip', and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of `v7', `ustar', or `pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. +AM_MISSING_PROG([AMTAR], [tar]) +m4_if([$1], [v7], + [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [m4_case([$1], [ustar],, [pax],, + [m4_fatal([Unknown tar format])]) +AC_MSG_CHECKING([how to create a $1 tar archive]) +# Loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' +_am_tools=${am_cv_prog_tar_$1-$_am_tools} +# Do not fold the above two line into one, because Tru64 sh and +# Solaris sh will not grok spaces in the rhs of `-'. +for _am_tool in $_am_tools +do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; + do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi +done +rm -rf conftest.dir + +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) +AC_MSG_RESULT([$am_cv_prog_tar_$1])]) +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + diff --git a/autom4te.cache/output.0 b/autom4te.cache/output.0 new file mode 100644 index 00000000..4347e228 --- /dev/null +++ b/autom4te.cache/output.0 @@ -0,0 +1,3475 @@ +@%:@! /bin/sh +@%:@ Guess values for system-dependent variables and create Makefiles. +@%:@ Generated by GNU Autoconf 2.65 for parallel 20100419. +@%:@ +@%:@ Report bugs to . +@%:@ +@%:@ +@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +@%:@ Inc. +@%:@ +@%:@ +@%:@ This configure script is free software; the Free Software Foundation +@%:@ gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in @%:@( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in @%:@( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + # We cannot yet assume a decent shell, so we have to provide a + # neutralization value for shells without unset; and this also + # works around shells that cannot unset nonexistent variables. + BASH_ENV=/dev/null + ENV=/dev/null + (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: bug-parallel@tange.dk about your system, including any +$0: error possibly output before this message. Then install +$0: a modern shell, or manually run the script under such a +$0: shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +@%:@ as_fn_error ERROR [LINENO LOG_FD] +@%:@ --------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with status @S|@?, using 1 if that was 0. +as_fn_error () +{ + as_status=$?; test $as_status -eq 0 && as_status=1 + if test "$3"; then + as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 + fi + $as_echo "$as_me: error: $1" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in @%:@( + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@(( + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIB@&t@OBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='parallel' +PACKAGE_TARNAME='parallel' +PACKAGE_VERSION='20100419' +PACKAGE_STRING='parallel 20100419' +PACKAGE_BUGREPORT='bug-parallel@tange.dk' +PACKAGE_URL='' + +ac_subst_vars='LTLIBOBJS +LIB@&t@OBJS +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +' + ac_precious_vars='build_alias +host_alias +target_alias' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information." + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used." >&2 + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures parallel 20100419 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + @<:@@S|@ac_default_prefix@:>@ + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + @<:@PREFIX@:>@ + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root @<:@DATAROOTDIR/doc/parallel@:>@ + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of parallel 20100419:";; + esac + cat <<\_ACEOF + +Report bugs to . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +parallel configure 20100419 +generated by GNU Autoconf 2.65 + +Copyright (C) 2009 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by parallel $as_me 20100419, which was +generated by GNU Autoconf 2.65. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + cat <<\_ASBOX +## ---------------- ## +## Cache variables. ## +## ---------------- ## +_ASBOX + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + cat <<\_ASBOX +## ----------------- ## +## Output variables. ## +## ----------------- ## +_ASBOX + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + cat <<\_ASBOX +## ------------------- ## +## File substitutions. ## +## ------------------- ## +_ASBOX + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + cat <<\_ASBOX +## ----------- ## +## confdefs.h. ## +## ----------- ## +_ASBOX + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + ac_site_file1=$CONFIG_SITE +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +am__api_version='1.11' + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + for ac_t in install-sh install.sh shtool; do + if test -f "$ac_dir/$ac_t"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/$ac_t -c" + break 2 + fi + done +done +if test -z "$ac_aux_dir"; then + as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if test "${ac_cv_path_install+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in @%:@(( + ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Just in case +sleep 1 +echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; +esac + +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + rm -f conftest.file + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error "ls -t appears to fail. Make sure there is not a broken +alias in your environment" "$LINENO" 5 + fi + + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_STRIP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if test "${ac_cv_path_mkdir+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +mkdir_p="$MKDIR_P" +case $mkdir_p in + [\\/$]* | ?:[\\/]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_AWK+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='parallel' + VERSION='20100419' + + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +@%:@define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +# Always define AMTAR for backward compatibility. + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' + + + + + +ac_config_headers="$ac_config_headers config.h" + +ac_config_files="$ac_config_files Makefile src/Makefile" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + test "x$cache_file" != "x/dev/null" && + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + cat confcache >$cache_file + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIB@&t@OBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + + + +: ${CONFIG_STATUS=./config.status} +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in @%:@( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +@%:@ as_fn_error ERROR [LINENO LOG_FD] +@%:@ --------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with status @S|@?, using 1 if that was 0. +as_fn_error () +{ + as_status=$?; test $as_status -eq 0 && as_status=1 + if test "$3"; then + as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 + fi + $as_echo "$as_me: error: $1" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in @%:@( + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@(( + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by parallel $as_me 20100419, which was +generated by GNU Autoconf 2.65. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Report bugs to ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +parallel config.status 20100419 +configured by $0, generated by GNU Autoconf 2.65, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2009 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX +@%:@@%:@ Running $as_me. @%:@@%:@ +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + + *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= + trap 'exit_status=$? + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ + || as_fn_error "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove $(srcdir), +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=/{ +s/:*\$(srcdir):*/:/ +s/:*\${srcdir}:*/:/ +s/:*@srcdir@:*/:/ +s/^\([^=]*=[ ]*\):*/\1/ +s/:*$// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_t=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_t"; then + break + elif $ac_last_try; then + as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS " +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$tmp/stdin" \ + || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ + || as_fn_error "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&2;} + + rm -f "$tmp/stdin" + case $ac_file in + -) cat "$tmp/out" && rm -f "$tmp/out";; + *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; + esac \ + || as_fn_error "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" + } >"$tmp/config.h" \ + || as_fn_error "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$tmp/config.h" "$ac_file" \ + || as_fn_error "could not create $ac_file" "$LINENO" 5 + fi + else + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + + esac + +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit $? +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/autom4te.cache/output.1 b/autom4te.cache/output.1 new file mode 100644 index 00000000..4347e228 --- /dev/null +++ b/autom4te.cache/output.1 @@ -0,0 +1,3475 @@ +@%:@! /bin/sh +@%:@ Guess values for system-dependent variables and create Makefiles. +@%:@ Generated by GNU Autoconf 2.65 for parallel 20100419. +@%:@ +@%:@ Report bugs to . +@%:@ +@%:@ +@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +@%:@ Inc. +@%:@ +@%:@ +@%:@ This configure script is free software; the Free Software Foundation +@%:@ gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in @%:@( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in @%:@( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + # We cannot yet assume a decent shell, so we have to provide a + # neutralization value for shells without unset; and this also + # works around shells that cannot unset nonexistent variables. + BASH_ENV=/dev/null + ENV=/dev/null + (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: bug-parallel@tange.dk about your system, including any +$0: error possibly output before this message. Then install +$0: a modern shell, or manually run the script under such a +$0: shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +@%:@ as_fn_error ERROR [LINENO LOG_FD] +@%:@ --------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with status @S|@?, using 1 if that was 0. +as_fn_error () +{ + as_status=$?; test $as_status -eq 0 && as_status=1 + if test "$3"; then + as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 + fi + $as_echo "$as_me: error: $1" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in @%:@( + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@(( + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIB@&t@OBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='parallel' +PACKAGE_TARNAME='parallel' +PACKAGE_VERSION='20100419' +PACKAGE_STRING='parallel 20100419' +PACKAGE_BUGREPORT='bug-parallel@tange.dk' +PACKAGE_URL='' + +ac_subst_vars='LTLIBOBJS +LIB@&t@OBJS +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +' + ac_precious_vars='build_alias +host_alias +target_alias' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information." + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used." >&2 + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures parallel 20100419 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + @<:@@S|@ac_default_prefix@:>@ + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + @<:@PREFIX@:>@ + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root @<:@DATAROOTDIR/doc/parallel@:>@ + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of parallel 20100419:";; + esac + cat <<\_ACEOF + +Report bugs to . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +parallel configure 20100419 +generated by GNU Autoconf 2.65 + +Copyright (C) 2009 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by parallel $as_me 20100419, which was +generated by GNU Autoconf 2.65. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + cat <<\_ASBOX +## ---------------- ## +## Cache variables. ## +## ---------------- ## +_ASBOX + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + cat <<\_ASBOX +## ----------------- ## +## Output variables. ## +## ----------------- ## +_ASBOX + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + cat <<\_ASBOX +## ------------------- ## +## File substitutions. ## +## ------------------- ## +_ASBOX + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + cat <<\_ASBOX +## ----------- ## +## confdefs.h. ## +## ----------- ## +_ASBOX + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + ac_site_file1=$CONFIG_SITE +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +am__api_version='1.11' + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + for ac_t in install-sh install.sh shtool; do + if test -f "$ac_dir/$ac_t"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/$ac_t -c" + break 2 + fi + done +done +if test -z "$ac_aux_dir"; then + as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if test "${ac_cv_path_install+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in @%:@(( + ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Just in case +sleep 1 +echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; +esac + +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + rm -f conftest.file + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error "ls -t appears to fail. Make sure there is not a broken +alias in your environment" "$LINENO" 5 + fi + + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_STRIP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if test "${ac_cv_path_mkdir+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +mkdir_p="$MKDIR_P" +case $mkdir_p in + [\\/$]* | ?:[\\/]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_AWK+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='parallel' + VERSION='20100419' + + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +@%:@define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +# Always define AMTAR for backward compatibility. + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' + + + + + +ac_config_headers="$ac_config_headers config.h" + +ac_config_files="$ac_config_files Makefile src/Makefile" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + test "x$cache_file" != "x/dev/null" && + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + cat confcache >$cache_file + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIB@&t@OBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + + + +: ${CONFIG_STATUS=./config.status} +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in @%:@( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +@%:@ as_fn_error ERROR [LINENO LOG_FD] +@%:@ --------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with status @S|@?, using 1 if that was 0. +as_fn_error () +{ + as_status=$?; test $as_status -eq 0 && as_status=1 + if test "$3"; then + as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 + fi + $as_echo "$as_me: error: $1" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in @%:@( + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@(( + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by parallel $as_me 20100419, which was +generated by GNU Autoconf 2.65. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Report bugs to ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +parallel config.status 20100419 +configured by $0, generated by GNU Autoconf 2.65, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2009 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX +@%:@@%:@ Running $as_me. @%:@@%:@ +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + + *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= + trap 'exit_status=$? + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ + || as_fn_error "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove $(srcdir), +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=/{ +s/:*\$(srcdir):*/:/ +s/:*\${srcdir}:*/:/ +s/:*@srcdir@:*/:/ +s/^\([^=]*=[ ]*\):*/\1/ +s/:*$// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_t=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_t"; then + break + elif $ac_last_try; then + as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS " +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$tmp/stdin" \ + || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ + || as_fn_error "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&2;} + + rm -f "$tmp/stdin" + case $ac_file in + -) cat "$tmp/out" && rm -f "$tmp/out";; + *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; + esac \ + || as_fn_error "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" + } >"$tmp/config.h" \ + || as_fn_error "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$tmp/config.h" "$ac_file" \ + || as_fn_error "could not create $ac_file" "$LINENO" 5 + fi + else + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + + esac + +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit $? +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/autom4te.cache/requests b/autom4te.cache/requests new file mode 100644 index 00000000..8e58b38e --- /dev/null +++ b/autom4te.cache/requests @@ -0,0 +1,136 @@ +# This file was generated by Autom4te Sat Feb 27 10:21:55 PST 2010. +# It contains the lists of macros which have been traced. +# It can be safely removed. + +@request = ( + bless( [ + '0', + 1, + [ + '/usr/share/autoconf' + ], + [ + '/usr/share/autoconf/autoconf/autoconf.m4f', + '/usr/share/aclocal-1.11/amversion.m4', + '/usr/share/aclocal-1.11/auxdir.m4', + '/usr/share/aclocal-1.11/cond.m4', + '/usr/share/aclocal-1.11/depend.m4', + '/usr/share/aclocal-1.11/depout.m4', + '/usr/share/aclocal-1.11/init.m4', + '/usr/share/aclocal-1.11/install-sh.m4', + '/usr/share/aclocal-1.11/lead-dot.m4', + '/usr/share/aclocal-1.11/make.m4', + '/usr/share/aclocal-1.11/missing.m4', + '/usr/share/aclocal-1.11/mkdirp.m4', + '/usr/share/aclocal-1.11/options.m4', + '/usr/share/aclocal-1.11/runlog.m4', + '/usr/share/aclocal-1.11/sanity.m4', + '/usr/share/aclocal-1.11/silent.m4', + '/usr/share/aclocal-1.11/strip.m4', + '/usr/share/aclocal-1.11/substnot.m4', + '/usr/share/aclocal-1.11/tar.m4', + 'configure.ac' + ], + { + 'm4_pattern_forbid' => 1, + 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, + '_AM_SET_OPTION' => 1, + 'AC_DEFUN' => 1, + 'AM_PROG_MKDIR_P' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'AM_MISSING_HAS_RUN' => 1, + 'AM_SUBST_NOTMAKE' => 1, + 'AM_MISSING_PROG' => 1, + 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'AC_DEFUN_ONCE' => 1, + 'AM_PROG_INSTALL_STRIP' => 1, + '_m4_warn' => 1, + 'AM_SANITY_CHECK' => 1, + 'AM_SILENT_RULES' => 1, + 'include' => 1, + '_AM_PROG_TAR' => 1, + 'AM_AUX_DIR_EXPAND' => 1, + 'AM_DEP_TRACK' => 1, + '_AM_SET_OPTIONS' => 1, + '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'AM_RUN_LOG' => 1, + '_AM_IF_OPTION' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'm4_pattern_allow' => 1, + '_AM_AUTOCONF_VERSION' => 1, + '_AM_MANGLE_OPTION' => 1, + 'AM_CONDITIONAL' => 1, + 'AM_SET_LEADING_DOT' => 1, + 'AM_SET_DEPDIR' => 1, + '_AM_DEPENDENCIES' => 1, + 'm4_include' => 1, + 'AM_PROG_INSTALL_SH' => 1, + '_AC_AM_CONFIG_HEADER_HOOK' => 1, + 'AU_DEFUN' => 1, + 'AM_MAKE_INCLUDE' => 1 + } + ], 'Autom4te::Request' ), + bless( [ + '1', + 1, + [ + '/usr/share/autoconf' + ], + [ + '/usr/share/autoconf/autoconf/autoconf.m4f', + 'aclocal.m4', + 'configure.ac' + ], + { + 'AM_PROG_F77_C_O' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'AC_INIT' => 1, + 'm4_pattern_forbid' => 1, + 'AC_CANONICAL_TARGET' => 1, + '_AM_COND_IF' => 1, + 'AC_CONFIG_LIBOBJ_DIR' => 1, + 'AC_SUBST' => 1, + 'AC_CANONICAL_HOST' => 1, + 'AC_FC_SRCEXT' => 1, + 'AC_PROG_LIBTOOL' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AC_CONFIG_SUBDIRS' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'AC_CONFIG_LINKS' => 1, + 'AC_REQUIRE_AUX_FILE' => 1, + 'LT_SUPPORTED_TAG' => 1, + 'm4_sinclude' => 1, + 'AM_MAINTAINER_MODE' => 1, + 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, + '_m4_warn' => 1, + 'AM_PROG_CXX_C_O' => 1, + '_AM_COND_ENDIF' => 1, + 'AM_ENABLE_MULTILIB' => 1, + 'AM_SILENT_RULES' => 1, + 'AC_CONFIG_FILES' => 1, + 'LT_INIT' => 1, + 'include' => 1, + 'AM_GNU_GETTEXT' => 1, + 'AC_LIBSOURCE' => 1, + 'AC_CANONICAL_BUILD' => 1, + 'AM_PROG_FC_C_O' => 1, + 'AC_FC_FREEFORM' => 1, + 'AH_OUTPUT' => 1, + 'AC_CONFIG_AUX_DIR' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AM_PROG_CC_C_O' => 1, + 'm4_pattern_allow' => 1, + 'sinclude' => 1, + 'AM_CONDITIONAL' => 1, + 'AC_CANONICAL_SYSTEM' => 1, + 'AC_CONFIG_HEADERS' => 1, + 'AC_DEFINE_TRACE_LITERAL' => 1, + 'm4_include' => 1, + '_AM_COND_ELSE' => 1, + 'AC_SUBST_TRACE' => 1 + } + ], 'Autom4te::Request' ) + ); + diff --git a/autom4te.cache/traces.0 b/autom4te.cache/traces.0 new file mode 100644 index 00000000..0857b655 --- /dev/null +++ b/autom4te.cache/traces.0 @@ -0,0 +1,706 @@ +m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.11.1], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) +m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) +m4trace:/usr/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) +m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl + ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) +m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +ifelse([$1], CC, [depcc="$CC" am_compiler_list=], + [$1], CXX, [depcc="$CXX" am_compiler_list=], + [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], UPC, [depcc="$UPC" am_compiler_list=], + [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) +m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) +m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking, +[ --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +]) +m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ + # Autoconf 2.62 quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} +]) +m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) +m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) +AM_MISSING_PROG(AUTOCONF, autoconf) +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) +AM_MISSING_PROG(AUTOHEADER, autoheader) +AM_MISSING_PROG(MAKEINFO, makeinfo) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AM_PROG_MKDIR_P])dnl +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl +]) +_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl +dnl The `parallel-tests' driver may need to know about EXEEXT, so add the +dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro +dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl +]) +m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) +m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST(install_sh)]) +m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) +m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from `make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) +m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) +m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + AC_MSG_WARN([`missing' script is too old or missing]) +fi +]) +m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +dnl while keeping a definition of mkdir_p for backward compatibility. +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +dnl Makefile.ins that do not define MKDIR_P, so we do our own +dnl adjustment using top_builddir (which is defined more often than +dnl MKDIR_P). +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +case $mkdir_p in + [[\\/$]]* | ?:[[\\/]]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac +]) +m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) +m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) +m4trace:/usr/share/aclocal-1.11/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) +m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) +m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) +m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) +# Just in case +sleep 1 +echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; +esac + +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + rm -f conftest.file + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +alias in your environment]) + fi + + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT(yes)]) +m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], +[ --enable-silent-rules less verbose build output (undo: `make V=1') + --disable-silent-rules verbose build output (undo: `make V=0')]) +case $enable_silent_rules in +yes) AM_DEFAULT_VERBOSITY=0;; +no) AM_DEFAULT_VERBOSITY=1;; +*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) +m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) +m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE]) +m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. +AM_MISSING_PROG([AMTAR], [tar]) +m4_if([$1], [v7], + [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [m4_case([$1], [ustar],, [pax],, + [m4_fatal([Unknown tar format])]) +AC_MSG_CHECKING([how to create a $1 tar archive]) +# Loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' +_am_tools=${am_cv_prog_tar_$1-$_am_tools} +# Do not fold the above two line into one, because Tru64 sh and +# Solaris sh will not grok spaces in the rhs of `-'. +for _am_tool in $_am_tools +do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; + do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi +done +rm -rf conftest.dir + +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) +AC_MSG_RESULT([$am_cv_prog_tar_$1])]) +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) +m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_]) +m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_]) +m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) +m4trace:configure.ac:1: -1- m4_pattern_allow([^AS_FLAGS$]) +m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?m4_]) +m4trace:configure.ac:1: -1- m4_pattern_forbid([^dnl$]) +m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?AS_]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^SHELL$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PATH_SEPARATOR$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^exec_prefix$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^prefix$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^program_transform_name$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^bindir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^sbindir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^libexecdir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^datarootdir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^datadir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^sysconfdir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^sharedstatedir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^localstatedir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^includedir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^oldincludedir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^docdir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^infodir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^htmldir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^dvidir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^pdfdir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^psdir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^libdir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^localedir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^mandir$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^DEFS$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_C$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_N$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_T$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^build_alias$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^host_alias$]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^target_alias$]) +m4trace:configure.ac:2: -1- AM_INIT_AUTOMAKE([-Wall -Werror foreign]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) +m4trace:configure.ac:2: -1- AM_SET_CURRENT_AUTOMAKE_VERSION +m4trace:configure.ac:2: -1- AM_AUTOMAKE_VERSION([1.11.1]) +m4trace:configure.ac:2: -1- _AM_AUTOCONF_VERSION([2.65]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_DATA$]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^am__isrc$]) +m4trace:configure.ac:2: -1- _AM_SUBST_NOTMAKE([am__isrc]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^CYGPATH_W$]) +m4trace:configure.ac:2: -1- _AM_SET_OPTIONS([-Wall -Werror foreign]) +m4trace:configure.ac:2: -1- _AM_SET_OPTION([-Wall]) +m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([-Wall]) +m4trace:configure.ac:2: -1- _AM_SET_OPTION([-Werror]) +m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([-Werror]) +m4trace:configure.ac:2: -1- _AM_SET_OPTION([foreign]) +m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([foreign]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:2: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])]) +m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([no-define]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:2: -1- AM_SANITY_CHECK +m4trace:configure.ac:2: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +m4trace:configure.ac:2: -1- AM_MISSING_HAS_RUN +m4trace:configure.ac:2: -1- AM_AUX_DIR_EXPAND +m4trace:configure.ac:2: -1- m4_pattern_allow([^ACLOCAL$]) +m4trace:configure.ac:2: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^AUTOCONF$]) +m4trace:configure.ac:2: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^AUTOMAKE$]) +m4trace:configure.ac:2: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^AUTOHEADER$]) +m4trace:configure.ac:2: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^MAKEINFO$]) +m4trace:configure.ac:2: -1- AM_PROG_INSTALL_SH +m4trace:configure.ac:2: -1- m4_pattern_allow([^install_sh$]) +m4trace:configure.ac:2: -1- AM_PROG_INSTALL_STRIP +m4trace:configure.ac:2: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) +m4trace:configure.ac:2: -1- AM_PROG_MKDIR_P +m4trace:configure.ac:2: -1- m4_pattern_allow([^MKDIR_P$]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^mkdir_p$]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^AWK$]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^SET_MAKE$]) +m4trace:configure.ac:2: -1- AM_SET_LEADING_DOT +m4trace:configure.ac:2: -1- m4_pattern_allow([^am__leading_dot$]) +m4trace:configure.ac:2: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([tar-ustar]) +m4trace:configure.ac:2: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) +m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([tar-pax]) +m4trace:configure.ac:2: -1- _AM_PROG_TAR([v7]) +m4trace:configure.ac:2: -1- AM_MISSING_PROG([AMTAR], [tar]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^AMTAR$]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^am__tar$]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^am__untar$]) +m4trace:configure.ac:2: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl +]) +m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([no-dependencies]) +m4trace:configure.ac:2: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])]) +m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([silent-rules]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:8: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"]) diff --git a/autom4te.cache/traces.1 b/autom4te.cache/traces.1 new file mode 100644 index 00000000..2bd80aed --- /dev/null +++ b/autom4te.cache/traces.1 @@ -0,0 +1,254 @@ +m4trace:configure.ac:1: -1- AC_INIT([parallel], [20100419], [bug-parallel@tange.dk]) +m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_]) +m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_]) +m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) +m4trace:configure.ac:1: -1- m4_pattern_allow([^AS_FLAGS$]) +m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?m4_]) +m4trace:configure.ac:1: -1- m4_pattern_forbid([^dnl$]) +m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?AS_]) +m4trace:configure.ac:1: -1- AC_SUBST([SHELL]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([SHELL]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^SHELL$]) +m4trace:configure.ac:1: -1- AC_SUBST([PATH_SEPARATOR]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([PATH_SEPARATOR]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PATH_SEPARATOR$]) +m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([PACKAGE_NAME]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([PACKAGE_TARNAME]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([PACKAGE_VERSION]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([PACKAGE_STRING]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_URL], [m4_ifdef([AC_PACKAGE_URL], ['AC_PACKAGE_URL'])]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([PACKAGE_URL]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:1: -1- AC_SUBST([exec_prefix], [NONE]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([exec_prefix]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^exec_prefix$]) +m4trace:configure.ac:1: -1- AC_SUBST([prefix], [NONE]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([prefix]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^prefix$]) +m4trace:configure.ac:1: -1- AC_SUBST([program_transform_name], [s,x,x,]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([program_transform_name]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^program_transform_name$]) +m4trace:configure.ac:1: -1- AC_SUBST([bindir], ['${exec_prefix}/bin']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([bindir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^bindir$]) +m4trace:configure.ac:1: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([sbindir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^sbindir$]) +m4trace:configure.ac:1: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([libexecdir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^libexecdir$]) +m4trace:configure.ac:1: -1- AC_SUBST([datarootdir], ['${prefix}/share']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([datarootdir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^datarootdir$]) +m4trace:configure.ac:1: -1- AC_SUBST([datadir], ['${datarootdir}']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([datadir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^datadir$]) +m4trace:configure.ac:1: -1- AC_SUBST([sysconfdir], ['${prefix}/etc']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([sysconfdir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^sysconfdir$]) +m4trace:configure.ac:1: -1- AC_SUBST([sharedstatedir], ['${prefix}/com']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([sharedstatedir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^sharedstatedir$]) +m4trace:configure.ac:1: -1- AC_SUBST([localstatedir], ['${prefix}/var']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([localstatedir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^localstatedir$]) +m4trace:configure.ac:1: -1- AC_SUBST([includedir], ['${prefix}/include']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([includedir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^includedir$]) +m4trace:configure.ac:1: -1- AC_SUBST([oldincludedir], ['/usr/include']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([oldincludedir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^oldincludedir$]) +m4trace:configure.ac:1: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME], + ['${datarootdir}/doc/${PACKAGE_TARNAME}'], + ['${datarootdir}/doc/${PACKAGE}'])]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([docdir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^docdir$]) +m4trace:configure.ac:1: -1- AC_SUBST([infodir], ['${datarootdir}/info']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([infodir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^infodir$]) +m4trace:configure.ac:1: -1- AC_SUBST([htmldir], ['${docdir}']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([htmldir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^htmldir$]) +m4trace:configure.ac:1: -1- AC_SUBST([dvidir], ['${docdir}']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([dvidir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^dvidir$]) +m4trace:configure.ac:1: -1- AC_SUBST([pdfdir], ['${docdir}']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([pdfdir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^pdfdir$]) +m4trace:configure.ac:1: -1- AC_SUBST([psdir], ['${docdir}']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([psdir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^psdir$]) +m4trace:configure.ac:1: -1- AC_SUBST([libdir], ['${exec_prefix}/lib']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([libdir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^libdir$]) +m4trace:configure.ac:1: -1- AC_SUBST([localedir], ['${datarootdir}/locale']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([localedir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^localedir$]) +m4trace:configure.ac:1: -1- AC_SUBST([mandir], ['${datarootdir}/man']) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([mandir]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^mandir$]) +m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */ +@%:@undef PACKAGE_NAME]) +m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */ +@%:@undef PACKAGE_TARNAME]) +m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */ +@%:@undef PACKAGE_VERSION]) +m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */ +@%:@undef PACKAGE_STRING]) +m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */ +@%:@undef PACKAGE_BUGREPORT]) +m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_URL]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_URL], [/* Define to the home page for this package. */ +@%:@undef PACKAGE_URL]) +m4trace:configure.ac:1: -1- AC_SUBST([DEFS]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([DEFS]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^DEFS$]) +m4trace:configure.ac:1: -1- AC_SUBST([ECHO_C]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([ECHO_C]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_C$]) +m4trace:configure.ac:1: -1- AC_SUBST([ECHO_N]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([ECHO_N]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_N$]) +m4trace:configure.ac:1: -1- AC_SUBST([ECHO_T]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([ECHO_T]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_T$]) +m4trace:configure.ac:1: -1- AC_SUBST([LIBS]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([LIBS]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:1: -1- AC_SUBST([build_alias]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([build_alias]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^build_alias$]) +m4trace:configure.ac:1: -1- AC_SUBST([host_alias]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([host_alias]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^host_alias$]) +m4trace:configure.ac:1: -1- AC_SUBST([target_alias]) +m4trace:configure.ac:1: -1- AC_SUBST_TRACE([target_alias]) +m4trace:configure.ac:1: -1- m4_pattern_allow([^target_alias$]) +m4trace:configure.ac:2: -1- AM_INIT_AUTOMAKE([-Wall -Werror foreign]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) +m4trace:configure.ac:2: -1- AM_AUTOMAKE_VERSION([1.11.1]) +m4trace:configure.ac:2: -1- AC_REQUIRE_AUX_FILE([install-sh]) +m4trace:configure.ac:2: -1- AC_SUBST([INSTALL_PROGRAM]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([INSTALL_PROGRAM]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) +m4trace:configure.ac:2: -1- AC_SUBST([INSTALL_SCRIPT]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([INSTALL_SCRIPT]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) +m4trace:configure.ac:2: -1- AC_SUBST([INSTALL_DATA]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([INSTALL_DATA]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_DATA$]) +m4trace:configure.ac:2: -1- AC_SUBST([am__isrc], [' -I$(srcdir)']) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([am__isrc]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^am__isrc$]) +m4trace:configure.ac:2: -1- _AM_SUBST_NOTMAKE([am__isrc]) +m4trace:configure.ac:2: -1- AC_SUBST([CYGPATH_W]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([CYGPATH_W]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^CYGPATH_W$]) +m4trace:configure.ac:2: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME']) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([PACKAGE]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:2: -1- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION']) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([VERSION]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:2: -1- AH_OUTPUT([PACKAGE], [/* Name of package */ +@%:@undef PACKAGE]) +m4trace:configure.ac:2: -1- AC_DEFINE_TRACE_LITERAL([VERSION]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:2: -1- AH_OUTPUT([VERSION], [/* Version number of package */ +@%:@undef VERSION]) +m4trace:configure.ac:2: -1- AC_REQUIRE_AUX_FILE([missing]) +m4trace:configure.ac:2: -1- AC_SUBST([ACLOCAL]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([ACLOCAL]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^ACLOCAL$]) +m4trace:configure.ac:2: -1- AC_SUBST([AUTOCONF]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([AUTOCONF]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^AUTOCONF$]) +m4trace:configure.ac:2: -1- AC_SUBST([AUTOMAKE]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([AUTOMAKE]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^AUTOMAKE$]) +m4trace:configure.ac:2: -1- AC_SUBST([AUTOHEADER]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([AUTOHEADER]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^AUTOHEADER$]) +m4trace:configure.ac:2: -1- AC_SUBST([MAKEINFO]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([MAKEINFO]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^MAKEINFO$]) +m4trace:configure.ac:2: -1- AC_SUBST([install_sh]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([install_sh]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^install_sh$]) +m4trace:configure.ac:2: -1- AC_SUBST([STRIP]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([STRIP]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:2: -1- AC_SUBST([INSTALL_STRIP_PROGRAM]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) +m4trace:configure.ac:2: -1- AC_REQUIRE_AUX_FILE([install-sh]) +m4trace:configure.ac:2: -1- AC_SUBST([MKDIR_P]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([MKDIR_P]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^MKDIR_P$]) +m4trace:configure.ac:2: -1- AC_SUBST([mkdir_p], ["$MKDIR_P"]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([mkdir_p]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^mkdir_p$]) +m4trace:configure.ac:2: -1- AC_SUBST([AWK]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([AWK]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^AWK$]) +m4trace:configure.ac:2: -1- AC_SUBST([SET_MAKE]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([SET_MAKE]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^SET_MAKE$]) +m4trace:configure.ac:2: -1- AC_SUBST([am__leading_dot]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([am__leading_dot]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^am__leading_dot$]) +m4trace:configure.ac:2: -1- AC_SUBST([AMTAR]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([AMTAR]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^AMTAR$]) +m4trace:configure.ac:2: -1- AC_SUBST([am__tar]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([am__tar]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^am__tar$]) +m4trace:configure.ac:2: -1- AC_SUBST([am__untar]) +m4trace:configure.ac:2: -1- AC_SUBST_TRACE([am__untar]) +m4trace:configure.ac:2: -1- m4_pattern_allow([^am__untar$]) +m4trace:configure.ac:3: -1- AC_CONFIG_HEADERS([config.h]) +m4trace:configure.ac:4: -1- AC_CONFIG_FILES([ + Makefile + src/Makefile +]) +m4trace:configure.ac:8: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:8: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([LTLIBOBJS]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([top_builddir]) +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([top_build_prefix]) +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([srcdir]) +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([abs_srcdir]) +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([top_srcdir]) +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([abs_top_srcdir]) +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([builddir]) +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([abs_builddir]) +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([abs_top_builddir]) +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([INSTALL]) +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([MKDIR_P]) diff --git a/config.h.in b/config.h.in new file mode 100644 index 00000000..dd3b02c5 --- /dev/null +++ b/config.h.in @@ -0,0 +1,25 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the home page for this package. */ +#undef PACKAGE_URL + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Version number of package */ +#undef VERSION diff --git a/configure b/configure new file mode 100755 index 00000000..d0c1ed1a --- /dev/null +++ b/configure @@ -0,0 +1,3475 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.65 for parallel 20100419. +# +# Report bugs to . +# +# +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in #( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + # We cannot yet assume a decent shell, so we have to provide a + # neutralization value for shells without unset; and this also + # works around shells that cannot unset nonexistent variables. + BASH_ENV=/dev/null + ENV=/dev/null + (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: bug-parallel@tange.dk about your system, including any +$0: error possibly output before this message. Then install +$0: a modern shell, or manually run the script under such a +$0: shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +# as_fn_error ERROR [LINENO LOG_FD] +# --------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with status $?, using 1 if that was 0. +as_fn_error () +{ + as_status=$?; test $as_status -eq 0 && as_status=1 + if test "$3"; then + as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 + fi + $as_echo "$as_me: error: $1" >&2 + as_fn_exit $as_status +} # as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in #( + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='parallel' +PACKAGE_TARNAME='parallel' +PACKAGE_VERSION='20100419' +PACKAGE_STRING='parallel 20100419' +PACKAGE_BUGREPORT='bug-parallel@tange.dk' +PACKAGE_URL='' + +ac_subst_vars='LTLIBOBJS +LIBOBJS +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +' + ac_precious_vars='build_alias +host_alias +target_alias' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information." + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used." >&2 + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures parallel 20100419 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/parallel] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of parallel 20100419:";; + esac + cat <<\_ACEOF + +Report bugs to . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +parallel configure 20100419 +generated by GNU Autoconf 2.65 + +Copyright (C) 2009 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by parallel $as_me 20100419, which was +generated by GNU Autoconf 2.65. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + cat <<\_ASBOX +## ---------------- ## +## Cache variables. ## +## ---------------- ## +_ASBOX + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + cat <<\_ASBOX +## ----------------- ## +## Output variables. ## +## ----------------- ## +_ASBOX + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + cat <<\_ASBOX +## ------------------- ## +## File substitutions. ## +## ------------------- ## +_ASBOX + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + cat <<\_ASBOX +## ----------- ## +## confdefs.h. ## +## ----------- ## +_ASBOX + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + ac_site_file1=$CONFIG_SITE +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +am__api_version='1.11' + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + for ac_t in install-sh install.sh shtool; do + if test -f "$ac_dir/$ac_t"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/$ac_t -c" + break 2 + fi + done +done +if test -z "$ac_aux_dir"; then + as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if test "${ac_cv_path_install+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in #(( + ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Just in case +sleep 1 +echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; +esac + +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + rm -f conftest.file + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error "ls -t appears to fail. Make sure there is not a broken +alias in your environment" "$LINENO" 5 + fi + + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_STRIP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if test "${ac_cv_path_mkdir+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +mkdir_p="$MKDIR_P" +case $mkdir_p in + [\\/$]* | ?:[\\/]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_AWK+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='parallel' + VERSION='20100419' + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +# Always define AMTAR for backward compatibility. + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' + + + + + +ac_config_headers="$ac_config_headers config.h" + +ac_config_files="$ac_config_files Makefile src/Makefile" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + test "x$cache_file" != "x/dev/null" && + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + cat confcache >$cache_file + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + + + +: ${CONFIG_STATUS=./config.status} +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +# as_fn_error ERROR [LINENO LOG_FD] +# --------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with status $?, using 1 if that was 0. +as_fn_error () +{ + as_status=$?; test $as_status -eq 0 && as_status=1 + if test "$3"; then + as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 + fi + $as_echo "$as_me: error: $1" >&2 + as_fn_exit $as_status +} # as_fn_error + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in #( + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by parallel $as_me 20100419, which was +generated by GNU Autoconf 2.65. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Report bugs to ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +parallel config.status 20100419 +configured by $0, generated by GNU Autoconf 2.65, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2009 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + + *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= + trap 'exit_status=$? + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ + || as_fn_error "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove $(srcdir), +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=/{ +s/:*\$(srcdir):*/:/ +s/:*\${srcdir}:*/:/ +s/:*@srcdir@:*/:/ +s/^\([^=]*=[ ]*\):*/\1/ +s/:*$// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_t=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_t"; then + break + elif $ac_last_try; then + as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS " +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$tmp/stdin" \ + || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ + || as_fn_error "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&2;} + + rm -f "$tmp/stdin" + case $ac_file in + -) cat "$tmp/out" && rm -f "$tmp/out";; + *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; + esac \ + || as_fn_error "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" + } >"$tmp/config.h" \ + || as_fn_error "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$tmp/config.h" "$ac_file" \ + || as_fn_error "could not create $ac_file" "$LINENO" 5 + fi + else + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + + esac + +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit $? +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/configure.ac b/configure.ac new file mode 100644 index 00000000..35599d80 --- /dev/null +++ b/configure.ac @@ -0,0 +1,8 @@ +AC_INIT([parallel], [20100419], [bug-parallel@tange.dk]) +AM_INIT_AUTOMAKE([-Wall -Werror foreign]) +AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_FILES([ + Makefile + src/Makefile +]) +AC_OUTPUT diff --git a/doc/pod_to_savannah_publicinfo b/doc/pod_to_savannah_publicinfo new file mode 100755 index 00000000..14f51d1c --- /dev/null +++ b/doc/pod_to_savannah_publicinfo @@ -0,0 +1,40 @@ +#!/usr/bin/perl + +$line=""; + +while(<>) { + /^\#/ and next; + if($verbatim) { + if(/^\S/) { + chomp($line); + $line=~s/\s+$/\n/gism; + push(@lines, $line."-verbatim-\n"); + $verbatim=0; + $line=""; + } + } else { + if(/^\s*$/) { + $line=~s/B<(.*?)>/*$1*/gs; + $line=~s/I<(.*?)>/_$1_/gs; + push(@lines,$line."\n\n"); + $line=""; + next; + } + if(/^\s+\S/) { + $line.="+verbatim+\n "; + $verbatim=1; + } else { + s/\*/***/g; + chomp; + } + } + s/=head1 (.*)/= $1 =/g; + s/=head2 (.*)/== $1 ==/g; + s/=over (.*)//g; + s/=back//g; + s/=item /* /g; + m/=cut/ and last; + $line.=$_." "; +} + +print @lines; diff --git a/doc/screenshot.png b/doc/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..1b04cd3d0e8b70ae63566a974e2d422ef4181221 GIT binary patch literal 98252 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 literal 0 HcmV?d00001 diff --git a/gpl-3.0.txt b/gpl-3.0.txt deleted file mode 100644 index 94a9ed02..00000000 --- a/gpl-3.0.txt +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/install-sh b/install-sh new file mode 100755 index 00000000..6781b987 --- /dev/null +++ b/install-sh @@ -0,0 +1,520 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2009-04-28.21; # UTC + +# This originates from X11R5 (mit/util/scripts/install.sh), which was +# later released in X11R6 (xc/config/util/install.sh) with the +# following copyright and license. +# +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# `make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. + +nl=' +' +IFS=" "" $nl" + +# set DOITPROG to echo to test this script + +# Don't use :- since 4.3BSD and earlier shells don't like it. +doit=${DOITPROG-} +if test -z "$doit"; then + doit_exec=exec +else + doit_exec=$doit +fi + +# Put in absolute file names if you don't have them in your path; +# or use environment vars. + +chgrpprog=${CHGRPPROG-chgrp} +chmodprog=${CHMODPROG-chmod} +chownprog=${CHOWNPROG-chown} +cmpprog=${CMPPROG-cmp} +cpprog=${CPPROG-cp} +mkdirprog=${MKDIRPROG-mkdir} +mvprog=${MVPROG-mv} +rmprog=${RMPROG-rm} +stripprog=${STRIPPROG-strip} + +posix_glob='?' +initialize_posix_glob=' + test "$posix_glob" != "?" || { + if (set -f) 2>/dev/null; then + posix_glob= + else + posix_glob=: + fi + } +' + +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +chgrpcmd= +chmodcmd=$chmodprog +chowncmd= +mvcmd=$mvprog +rmcmd="$rmprog -f" +stripcmd= + +src= +dst= +dir_arg= +dst_arg= + +copy_on_change=false +no_target_directory= + +usage="\ +Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE + or: $0 [OPTION]... SRCFILES... DIRECTORY + or: $0 [OPTION]... -t DIRECTORY SRCFILES... + or: $0 [OPTION]... -d DIRECTORIES... + +In the 1st form, copy SRCFILE to DSTFILE. +In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. +In the 4th, create DIRECTORIES. + +Options: + --help display this help and exit. + --version display version info and exit. + + -c (ignored) + -C install only if different (preserve the last data modification time) + -d create directories instead of installing files. + -g GROUP $chgrpprog installed files to GROUP. + -m MODE $chmodprog installed files to MODE. + -o USER $chownprog installed files to USER. + -s $stripprog installed files. + -t DIRECTORY install into DIRECTORY. + -T report an error if DSTFILE is a directory. + +Environment variables override the default commands: + CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG + RMPROG STRIPPROG +" + +while test $# -ne 0; do + case $1 in + -c) ;; + + -C) copy_on_change=true;; + + -d) dir_arg=true;; + + -g) chgrpcmd="$chgrpprog $2" + shift;; + + --help) echo "$usage"; exit $?;; + + -m) mode=$2 + case $mode in + *' '* | *' '* | *' +'* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; + + -o) chowncmd="$chownprog $2" + shift;; + + -s) stripcmd=$stripprog;; + + -t) dst_arg=$2 + shift;; + + -T) no_target_directory=true;; + + --version) echo "$0 $scriptversion"; exit $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; + esac + shift +done + +if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dst_arg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dst_arg" + shift # fnord + fi + shift # arg + dst_arg=$arg + done +fi + +if test $# -eq 0; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call `install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +if test -z "$dir_arg"; then + trap '(exit $?); exit' 1 2 13 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + +for src +do + # Protect names starting with `-'. + case $src in + -*) src=./$src;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + else + + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + fi + + if test -z "$dst_arg"; then + echo "$0: no destination specified." >&2 + exit 1 + fi + + dst=$dst_arg + # Protect names starting with `-'. + case $dst in + -*) dst=./$dst;; + esac + + # If destination is a directory, append the input filename; won't work + # if double slashes aren't ignored. + if test -d "$dst"; then + if test -n "$no_target_directory"; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dst=$dstdir/`basename "$src"` + dstdir_status=0 + else + # Prefer dirname, but fall back on a substitute if dirname fails. + dstdir=` + (dirname "$dst") 2>/dev/null || + expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$dst" : 'X\(//\)[^/]' \| \ + X"$dst" : 'X\(//\)$' \| \ + X"$dst" : 'X\(/\)' \| . 2>/dev/null || + echo X"$dst" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q' + ` + + test -d "$dstdir" + dstdir_status=$? + fi + fi + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writeable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # The umask is ridiculous, or mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix='/';; + -*) prefix='./';; + *) prefix='';; + esac + + eval "$initialize_posix_glob" + + oIFS=$IFS + IFS=/ + $posix_glob set -f + set fnord $dstdir + shift + $posix_glob set +f + IFS=$oIFS + + prefixes= + + for d + do + test -z "$d" && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=$dstdir/_inst.$$_ + rmtmp=$dstdir/_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # errors from the above "$doit $cpprog $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && + { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && + + # If -C, don't bother to copy if it wouldn't change the file. + if $copy_on_change && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + + eval "$initialize_posix_glob" && + $posix_glob set -f && + set X $old && old=:$2:$4:$5:$6 && + set X $new && new=:$2:$4:$5:$6 && + $posix_glob set +f && + + test "$old" = "$new" && + $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 + then + rm -f "$dsttmp" + else + # Rename the file to the real destination. + $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || + + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + { + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + fi || exit 1 + + trap '' 0 + fi +done + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/missing b/missing new file mode 100755 index 00000000..28055d2a --- /dev/null +++ b/missing @@ -0,0 +1,376 @@ +#! /bin/sh +# Common stub for a few missing GNU programs while installing. + +scriptversion=2009-04-28.21; # UTC + +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, +# 2008, 2009 Free Software Foundation, Inc. +# Originally by Fran,cois Pinard , 1996. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 +fi + +run=: +sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' +sed_minuso='s/.* -o \([^ ]*\).*/\1/p' + +# In the cases where this matters, `missing' is being run in the +# srcdir already. +if test -f configure.ac; then + configure_ac=configure.ac +else + configure_ac=configure.in +fi + +msg="missing on your system" + +case $1 in +--run) + # Try to run requested program, and just exit if it succeeds. + run= + shift + "$@" && exit 0 + # Exit code 63 means version mismatch. This often happens + # when the user try to use an ancient version of a tool on + # a file that requires a minimum version. In this case we + # we should proceed has if the program had been absent, or + # if --run hadn't been passed. + if test $? = 63; then + run=: + msg="probably too old" + fi + ;; + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an +error status if there is no known handling for PROGRAM. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + --run try to run the given command, and emulate it if it fails + +Supported PROGRAM values: + aclocal touch file \`aclocal.m4' + autoconf touch file \`configure' + autoheader touch file \`config.h.in' + autom4te touch the output file, or create a stub one + automake touch all \`Makefile.in' files + bison create \`y.tab.[ch]', if possible, from existing .[ch] + flex create \`lex.yy.c', if possible, from existing .c + help2man touch the output file + lex create \`lex.yy.c', if possible, from existing .c + makeinfo touch the output file + tar try tar, gnutar, gtar, then tar without non-portable flags + yacc create \`y.tab.[ch]', if possible, from existing .[ch] + +Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and +\`g' are ignored when checking the name. + +Send bug reports to ." + exit $? + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing $scriptversion (GNU Automake)" + exit $? + ;; + + -*) + echo 1>&2 "$0: Unknown \`$1' option" + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 + ;; + +esac + +# normalize program name to check for. +program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + +# Now exit if we have it, but it failed. Also exit now if we +# don't have it and --version was passed (most likely to detect +# the program). This is about non-GNU programs, so use $1 not +# $program. +case $1 in + lex*|yacc*) + # Not GNU programs, they don't have --version. + ;; + + tar*) + if test -n "$run"; then + echo 1>&2 "ERROR: \`tar' requires --run" + exit 1 + elif test "x$2" = "x--version" || test "x$2" = "x--help"; then + exit 1 + fi + ;; + + *) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + elif test "x$2" = "x--version" || test "x$2" = "x--help"; then + # Could not run --version or --help. This is probably someone + # running `$TOOL --version' or `$TOOL --help' to check whether + # $TOOL exists and not knowing $TOOL uses missing. + exit 1 + fi + ;; +esac + +# If it does not exist, or fails to run (possibly an outdated version), +# try to emulate it. +case $program in + aclocal*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`acinclude.m4' or \`${configure_ac}'. You might want + to install the \`Automake' and \`Perl' packages. Grab them from + any GNU archive site." + touch aclocal.m4 + ;; + + autoconf*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`${configure_ac}'. You might want to install the + \`Autoconf' and \`GNU m4' packages. Grab them from any GNU + archive site." + touch configure + ;; + + autoheader*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`acconfig.h' or \`${configure_ac}'. You might want + to install the \`Autoconf' and \`GNU m4' packages. Grab them + from any GNU archive site." + files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` + test -z "$files" && files="config.h" + touch_files= + for f in $files; do + case $f in + *:*) touch_files="$touch_files "`echo "$f" | + sed -e 's/^[^:]*://' -e 's/:.*//'`;; + *) touch_files="$touch_files $f.in";; + esac + done + touch $touch_files + ;; + + automake*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. + You might want to install the \`Automake' and \`Perl' packages. + Grab them from any GNU archive site." + find . -type f -name Makefile.am -print | + sed 's/\.am$/.in/' | + while read f; do touch "$f"; done + ;; + + autom4te*) + echo 1>&2 "\ +WARNING: \`$1' is needed, but is $msg. + You might have modified some files without having the + proper tools for further handling them. + You can get \`$1' as part of \`Autoconf' from any GNU + archive site." + + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then + touch $file + else + test -z "$file" || exec >$file + echo "#! /bin/sh" + echo "# Created by GNU Automake missing as a replacement of" + echo "# $ $@" + echo "exit 0" + chmod +x $file + exit 1 + fi + ;; + + bison*|yacc*) + echo 1>&2 "\ +WARNING: \`$1' $msg. You should only need it if + you modified a \`.y' file. You may need the \`Bison' package + in order for those modifications to take effect. You can get + \`Bison' from any GNU archive site." + rm -f y.tab.c y.tab.h + if test $# -ne 1; then + eval LASTARG="\${$#}" + case $LASTARG in + *.y) + SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" y.tab.c + fi + SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" y.tab.h + fi + ;; + esac + fi + if test ! -f y.tab.h; then + echo >y.tab.h + fi + if test ! -f y.tab.c; then + echo 'main() { return 0; }' >y.tab.c + fi + ;; + + lex*|flex*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a \`.l' file. You may need the \`Flex' package + in order for those modifications to take effect. You can get + \`Flex' from any GNU archive site." + rm -f lex.yy.c + if test $# -ne 1; then + eval LASTARG="\${$#}" + case $LASTARG in + *.l) + SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" lex.yy.c + fi + ;; + esac + fi + if test ! -f lex.yy.c; then + echo 'main() { return 0; }' >lex.yy.c + fi + ;; + + help2man*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a dependency of a manual page. You may need the + \`Help2man' package in order for those modifications to take + effect. You can get \`Help2man' from any GNU archive site." + + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then + touch $file + else + test -z "$file" || exec >$file + echo ".ab help2man is required to generate this page" + exit $? + fi + ;; + + makeinfo*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a \`.texi' or \`.texinfo' file, or any other file + indirectly affecting the aspect of the manual. The spurious + call might also be the consequence of using a buggy \`make' (AIX, + DU, IRIX). You might want to install the \`Texinfo' package or + the \`GNU make' package. Grab either from any GNU archive site." + # The file to touch is that specified with -o ... + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -z "$file"; then + # ... or it is the one specified with @setfilename ... + infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` + file=`sed -n ' + /^@setfilename/{ + s/.* \([^ ]*\) *$/\1/ + p + q + }' $infile` + # ... or it is derived from the source name (dir/f.texi becomes f.info) + test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info + fi + # If the file does not exist, the user really needs makeinfo; + # let's fail without touching anything. + test -f $file || exit 1 + touch $file + ;; + + tar*) + shift + + # We have already tried tar in the generic part. + # Look for gnutar/gtar before invocation to avoid ugly error + # messages. + if (gnutar --version > /dev/null 2>&1); then + gnutar "$@" && exit 0 + fi + if (gtar --version > /dev/null 2>&1); then + gtar "$@" && exit 0 + fi + firstarg="$1" + if shift; then + case $firstarg in + *o*) + firstarg=`echo "$firstarg" | sed s/o//` + tar "$firstarg" "$@" && exit 0 + ;; + esac + case $firstarg in + *h*) + firstarg=`echo "$firstarg" | sed s/h//` + tar "$firstarg" "$@" && exit 0 + ;; + esac + fi + + echo 1>&2 "\ +WARNING: I can't seem to be able to run \`tar' with the given arguments. + You may want to install GNU tar or Free paxutils, or check the + command line arguments." + exit 1 + ;; + + *) + echo 1>&2 "\ +WARNING: \`$1' is needed, and is $msg. + You might have modified some files without having the + proper tools for further handling them. Check the \`README' file, + it often tells you about the needed prerequisites for installing + this package. You may also peek at any GNU archive site, in case + some other package would contain this missing \`$1' program." + exit 1 + ;; +esac + +exit 0 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 00000000..5206c283 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,8 @@ +bin_SCRIPTS = parallel +man_MANS = parallel.1 + +parallel.1: parallel Makefile + pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \ + --section=1 parallel > parallel.1 + +CLEANFILES = parallel.1 diff --git a/src/Makefile.in b/src/Makefile.in new file mode 100644 index 00000000..899205f1 --- /dev/null +++ b/src/Makefile.in @@ -0,0 +1,426 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = src +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" +SCRIPTS = $(bin_SCRIPTS) +SOURCES = +DIST_SOURCES = +man1dir = $(mandir)/man1 +NROFF = nroff +MANS = $(man_MANS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +bin_SCRIPTS = parallel +man_MANS = parallel.1 +CLEANFILES = parallel.1 +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-binSCRIPTS: $(bin_SCRIPTS) + @$(NORMAL_INSTALL) + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" + @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n' \ + -e 'h;s|.*|.|' \ + -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) { files[d] = files[d] " " $$1; \ + if (++n[d] == $(am__install_max)) { \ + print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ + else { print "f", d "/" $$4, $$1 } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binSCRIPTS: + @$(NORMAL_UNINSTALL) + @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 's,.*/,,;$(transform)'`; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files +install-man1: $(man_MANS) + @$(NORMAL_INSTALL) + test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" + @list=''; test -n "$(man1dir)" || exit 0; \ + { for i in $$list; do echo "$$i"; done; \ + l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ + sed -n '/\.1[a-z]*$$/p'; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ + done; } + +uninstall-man1: + @$(NORMAL_UNINSTALL) + @list=''; test -n "$(man1dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ + sed -n '/\.1[a-z]*$$/p'; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + test -z "$$files" || { \ + echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @list='$(MANS)'; if test -n "$$list"; then \ + list=`for p in $$list; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ + if test -n "$$list" && \ + grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ + echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ + grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ + echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ + echo " typically \`make maintainer-clean' will remove them" >&2; \ + exit 1; \ + else :; fi; \ + else :; fi + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(SCRIPTS) $(MANS) +installdirs: + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-man + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-binSCRIPTS + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: install-man1 + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binSCRIPTS uninstall-man + +uninstall-man: uninstall-man1 + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-binSCRIPTS install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-man1 install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am uninstall uninstall-am uninstall-binSCRIPTS \ + uninstall-man uninstall-man1 + + +parallel.1: parallel Makefile + pod2man --release='$(PACKAGE_VERSION)' --center='$(PACKAGE_NAME)' \ + --section=1 parallel > parallel.1 + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/parallel b/src/parallel similarity index 86% rename from parallel rename to src/parallel index ad7abb5e..8edb63c1 100755 --- a/parallel +++ b/src/parallel @@ -2,17 +2,17 @@ =head1 NAME -parallel - build and execute shell command lines from standard input in parallel +par$ - build and execute shell command lines from standard input in parallel =head1 SYNOPSIS -B [-0cfgkquvmX] [-I str] [-j num] [--silent] [command [arguments]] [< list_of_arguments] +B [-0cdEfghiIkmnpqrtuUvX] [-I str] [-j num] [--silent] [command [arguments]] [< list_of_arguments] =head1 DESCRIPTION -For each line of input B will execute B with the +For each line of input B will execute B with the line as arguments. If no B is given the line of input is -executed. B can often be used as a substitute for B +executed. B can often be used as a substitute for B or B. Several lines will be run in parallel. @@ -25,8 +25,8 @@ Command to execute. If B or the following arguments contain {} every instance will be substituted with the input line. Setting a command also invokes B<-f>. -If B is given, B will behave similar to B. If -B is not given B will behave similar to B. +If B is given, B will behave similar to B. If +B is not given B will behave similar to B. =item B<{}> @@ -46,6 +46,7 @@ not contain B<.> it will remain unchanged. {.} can be used the same places as {}. + =item B<--null> =item B<-0> @@ -171,13 +172,13 @@ end in the sequence 3 1 4 2 the output will still be 1 2 3 4. =item B<--number-of-cpus> -Print the number of CPUs and exit (used by B itself to +Print the number of CPUs and exit (used by B itself to determine the number of CPUs on remote machines). =item B<--number-of-cores> -Print the number of cores and exit (used by B itself to determine the +Print the number of cores and exit (used by B itself to determine the number of cores on remote machines). @@ -196,9 +197,9 @@ default. =item B<--sshlogin> I<[ncpu/]sshlogin[,[ncpu/]sshlogin]> (not implemented) Distribute jobs to remote servers. The jobs will be run on a list of -remote servers. B will determine the number of CPU cores on +remote servers. B will determine the number of CPU cores on the remote servers and run the number of jobs as specified by -j. If -the number I is given B will use this number for +the number I is given B will use this number for number of CPUs on the host. Normally I will not be needed. An I is the string you would normally pass to SSH to login, @@ -213,7 +214,7 @@ the options multiple times. For examples: see B<--sshloginfile>. -The remote host must have B installed. +The remote host must have B installed. =item B<--sshloginfile> I (not implemented) @@ -245,14 +246,14 @@ B<--sshlogin> when the arguments are files and should be transfered to the remote servers. The files will be transfered using B and will be put relative to the default login dir. E.g. - echo foo/bar.txt | parallel \ + echo foo/bar.txt | par$ \ --sshlogin server.example.com --transfer wc This will transfer the file I to the server I to the file $HOME/foo/bar.txt before running B on I. - echo /tmp/foo/bar.txt | parallel \ + echo /tmp/foo/bar.txt | par$ \ --sshlogin server.example.com --transfer wc This will transfer the file I to the server @@ -264,34 +265,41 @@ B<--transfer> is often used with B<--return> and B<--cleanup>. B<--transfer> is ignored when used with B<--sshlogin :> or when not used with B<--sshlogin>. -=item B<--return> I (not implemented) +=item B<--trc> I (not implemented) + +Transfer, Return, Cleanup. Short hand for: + + --transfer --return I --cleanup + + +=item B<--return> I (not implemented) Transfer files from remote servers. B<--return> is used with B<--sshlogin> when the arguments are files on the remote servers. When -processing is done the file with I appended will be transfered +processing is done the file I will be transfered from the remote server using B and will be put relative to the default login dir. E.g. - echo foo/bar.txt | parallel \ - --sshlogin server.example.com --return .out touch {}.out + echo foo/bar.txt | par$ \ + --sshlogin server.example.com --return {}.out touch {}.out This will transfer the file I<$HOME/foo/bar.txt.out> from the server I to the file I after running B on I. - echo /tmp/foo/bar.txt | parallel \ - --sshlogin server.example.com --return .out touch {}.out + echo /tmp/foo/bar.txt | par$ \ + --sshlogin server.example.com --return {}.out touch {}.out This will transfer the file I from the server I to the file I after running B on I. -Multiple files with different suffixes can be transfered by repeating -the options multiple times: +Multiple files can be transfered by repeating the options multiple +times: echo /tmp/foo/bar.txt | \ - parallel --sshlogin server.example.com \ - --return .out --return .out2 touch {}.out {}.out2 + par$ --sshlogin server.example.com \ + --return {}.out --return {}.out2 touch {}.out {}.out2 B<--return> is often used with B<--transfer> and B<--cleanup>. @@ -303,9 +311,9 @@ B<--return> is ignored when used with B<--sshlogin :> or when not used with B<-- Remove transfered files. B<--cleanup> will remove the transfered files on the remote server after processing is done. - find log -name '*gz' | parallel \ - --sshlogin server.example.com --transfer --return .bz2 \ - --cleanup "zcat {} | bzip -9 >{}.bz2" + find log -name '*gz' | par$ \ + --sshlogin server.example.com --transfer --return {.}.bz2 \ + --cleanup "zcat {} | bzip -9 >{.}.bz2" With B<--transfer> the file transfered to the remote server will be removed on the remote server. Directories created will not be removed @@ -330,7 +338,7 @@ output from different commands to be mixed. Can be reversed with B<-g>. Count the number of CPUs instead of cores. When computing how many jobs to run in parallel relative to the number of cores you can ask -parallel to instead look at the number of CPUs. This will make sense +B to instead look at the number of CPUs. This will make sense for computers that have hyperthreading as two jobs running on one CPU with hyperthreading will run slower than two jobs running on two CPUs. Normal users will not need this option. @@ -360,7 +368,7 @@ of a word (like I) then the whole word will be repeated. =head1 EXAMPLE 1: Working as cat | sh. Ressource inexpensive jobs and evaluation -B can work similar to B. +B can work similar to B. A ressource inexpensive job is a job that takes very little CPU, disk I/O and network I/O. Ping is an example of a ressource inexpensive @@ -378,18 +386,18 @@ The content of the file jobs_to_run: To run 100 processes simultaneously do: -B +B As there is not a B the option B<-c> is default because the jobs needs to be evaluated by the shell. =head1 EXAMPLE 2: Working as xargs -n1. Argument appending -B can work similar to B. +B can work similar to B. To output all html files run: -B +B As there is a B the option B<-f> is default because the filenames needs to be protected from the shell in case a filename @@ -406,11 +414,11 @@ If the system has more than 1 CPU core it can be run with number-of-cpu-cores jobs in parallel (-j +0). This will do that for all jpg files in a directory: -B +B To do it recursively use B: -B +B Notice how the argument has to start with {} as {} will include path (e.g. running B installed this is a better solution: - find . -name '*.jpg' | parallel -j +0 convert -geometry 120 {} {}_thumb.jpg + find . -name '*.jpg' | par$ -j +0 convert -geometry 120 {} {}_thumb.jpg find . -name '*_thumb.jpg' | ren 's:/([^/]+)_thumb.jpg$:/thumb_$1:' -(Not implemented) This will make files like ./foo/bar_thumb.jpg: +This will make files like ./foo/bar_thumb.jpg: -B +B =head1 EXAMPLE 4: Substitution and redirection This will compare all files in the dir to the file foo and save the diffs in corresponding .diff files: -B>B<"{}.diff> +B>B<"{}.diff> Quoting of > is necessary to postpone the redirection. Another solution is to quote the whole command: -B>B<{}.diff"> +B>B<{}.diff"> =head1 EXAMPLE 5: Composed commands @@ -450,22 +458,22 @@ B>B<{}.diff"> A job can consist of several commands. This will print the number of files in each directory: -B +B To put the output in a file called .dir: -B> B<{}.dir'> +B> B<{}.dir'> =head1 EXAMPLE 6: Context replace To remove the files I .. I you could do: -B +B You could also do: -B +B The first will run B 10000 times, while the last will only run B as many times needed to keep the command line length short @@ -473,7 +481,7 @@ enough (typically 1-2 times). You could also run: -B +B This will also only run B as many times needed to keep the command line length short enough. @@ -481,18 +489,18 @@ line length short enough. =head1 EXAMPLE 7: Group output lines When runnning jobs that output data, you often do not want the output -of multiple jobs to run together. B defaults to grouping the +of multiple jobs to run together. B defaults to grouping the output of each job, so the output is printed when the job finishes. If you want the output to be printed while the job is running you can use B<-u>. Compare the output of: -B<(echo foss.org.my; echo debian.org; echo freenetproject.org) | parallel traceroute> +B<(echo foss.org.my; echo debian.org; echo freenetproject.org) | par$ traceroute> to the output of: -B<(echo foss.org.my; echo debian.org; echo freenetproject.org) | parallel -u traceroute> +B<(echo foss.org.my; echo debian.org; echo freenetproject.org) | par$ -u traceroute> =head1 EXAMPLE 8: Keep order of output same as order of input @@ -503,7 +511,7 @@ same as the order of the input. B<-k> will make sure the order of output will be in the same order as input even if later jobs end before earlier jobs. -B<(echo foss.org.my; echo debian.org; echo freenetproject.org) | parallel traceroute> +B<(echo foss.org.my; echo debian.org; echo freenetproject.org) | par$ traceroute> will give traceroute of foss.org.my, debian.org and freenetproject.org, but it will be sorted according to which job @@ -511,7 +519,7 @@ completed first. To keep the order the same as input run: -B<(echo foss.org.my; echo debian.org; echo freenetproject.org) | parallel -k traceroute> +B<(echo foss.org.my; echo debian.org; echo freenetproject.org) | par$ -k traceroute> This will make sure the traceroute to foss.org.my will be printed first. @@ -524,20 +532,20 @@ handy). To run B on B: - seq 1 10 | parallel --sshlogin server.example.com echo + seq 1 10 | par$ --sshlogin server.example.com echo To run commands on more than one remote computer run: - seq 1 10 | parallel --sshlogin server.example.com,server2.example.net echo + seq 1 10 | par$ --sshlogin server.example.com,server2.example.net echo Or: - seq 1 10 | parallel --sshlogin server.example.com \ + seq 1 10 | par$ --sshlogin server.example.com \ --sshlogin server2.example.net echo If the login username is I on I use: - seq 1 10 | parallel --sshlogin server.example.com \ + seq 1 10 | par$ --sshlogin server.example.com \ --sshlogin foo@server2.example.net echo To distribute the commands to a list of machines, make a file @@ -549,7 +557,7 @@ I with all the machines: Then run: - seq 1 10 | parallel --sshloginfile mymachines echo + seq 1 10 | par$ --sshloginfile mymachines echo To include the local machine add the special sshlogin ':' to the list: @@ -562,7 +570,7 @@ If the number of CPU cores on the remote servers is not identified correctly the number of CPU cores can be added in front. Here the server has 8 CPU cores. - seq 1 10 | parallel --sshlogin 8/server.example.com echo + seq 1 10 | par$ --sshlogin 8/server.example.com echo =head1 EXAMPLE 10: Transferring of files (not implemented) @@ -570,50 +578,64 @@ server has 8 CPU cores. To recompress gzipped files with bzip2 using a remote server run: find logs/ -name '*.gz' | \ - parallel --sshlogin server.example.com \ - --transfer "zcat {} | bzip2 -9 >{}.bz2" + par$ --sshlogin server.example.com \ + --transfer "zcat {} | bzip2 -9 >{.}.bz2" This will list the .gz-files in the I directory and all directories below. Then it will transfer the files to I to the corresponding directory in I<$HOME/logs>. On I the file will be recompressed using B and B resulting in the corresponding file with -the suffix I<.bz2>. +I<.gz> replaced with I<.bz2>. If you want the file to be transfered back to the local machine add -I<--return .bz2>: +I<--return {.}.bz2>: find logs/ -name '*.gz' | \ - parallel --sshlogin server.example.com \ - --transfer --return .bz2 "zcat {} | bzip2 -9 >{}.bz2" + par$ --sshlogin server.example.com \ + --transfer --return {.}.bz2 "zcat {} | bzip2 -9 >{.}.bz2" After the recompressing is done the I<.bz2>-file is transfered back to -the local machine. +the local machine and put next to the original I<.gz>-file. If you want to delete the transfered files on the remote machine add -I<--cleanup>: +I<--cleanup>. This will remove both the file transfered to the remote +machine and the files transfered from the remote machine: find logs/ -name '*.gz' | \ - parallel --sshlogin server.example.com \ - --transfer --return .bz2 --cleanup "zcat {} | bzip2 -9 >{}.bz2" + par$ --sshlogin server.example.com \ + --transfer --return {.}.bz2 --cleanup "zcat {} | bzip2 -9 >{.}.bz2" If you want run one several servers add the servers to I<--sshlogin> either using ',' or separate I<--sshlogin>: find logs/ -name '*.gz' | \ - parallel --sshlogin server.example.com,server2.example.com \ + par$ --sshlogin server.example.com,server2.example.com \ --sshlogin server3.example.com \ - --transfer --return .bz2 --cleanup "zcat {} | bzip2 -9 >{}.bz2" + --transfer --return {.}.bz2 --cleanup "zcat {} | bzip2 -9 >{.}.bz2" You can add the local machine using I<--sshlogin :>. This will disable the removing and transferring for the local machine only: find logs/ -name '*.gz' | \ - parallel --sshlogin server.example.com,server2.example.com \ + par$ --sshlogin server.example.com,server2.example.com \ --sshlogin server3.example.com \ --sshlogin : \ - --transfer --return .bz2 --cleanup "zcat {} | bzip2 -9 >{}.bz2" + --transfer --return {.}.bz2 --cleanup "zcat {} | bzip2 -9 >{.}.bz2" +Often I<--transfer>, I<--return> and I<--cleanup> are used together. They can be +shortened to I<--trc>: + + find logs/ -name '*.gz' | \ + par$ --sshlogin server.example.com,server2.example.com \ + --sshlogin server3.example.com \ + --sshlogin : \ + --trc {.}.bz2 "zcat {} | bzip2 -9 >{.}.bz2" + +With the file I containing the compute machines it becomes: + + find logs/ -name '*.gz' | par$ --sshloginfile mymachines \ + --trc {.}.bz2 "zcat {} | bzip2 -9 >{.}.bz2" =head1 QUOTING @@ -622,21 +644,21 @@ print the filename for each line that has exactly 2 columns: B -This can be done by B using: +This can be done by B using: -B +B -Notice how \'s, "'s, and $'s needs to be quoted. B can do +Notice how \'s, "'s, and $'s needs to be quoted. B can do the quoting by using option B<-q>: -B +B However, this means you cannot make the shell interpret special characters. For example this B: -B>B<{}.diff"> +B>B<{}.diff"> -B +B because > and | need to be interpreted by the shell. @@ -649,14 +671,14 @@ then you might try using B<-q>. If you are using B process substitution like B<<(cat foo)> then you may try B<-q> and prepending B with B: -B +B Or for substituting output: -B>B<(gzip >>B<{}.tar.gz) | bzip2 >>B<{}.tar.bz2'> +B>B<(gzip >>B<{}.tar.gz) | bzip2 >>B<{}.tar.bz2'> B: To avoid dealing with the quoting problems it may be -easier just to write a small script and have B call that +easier just to write a small script and have B call that script. @@ -664,31 +686,31 @@ script. If you want a list of the jobs currently running you can run: -B +B -B will then print the currently running jobs on STDERR. +B will then print the currently running jobs on STDERR. =head1 COMPLETE RUNNING JOBS BUT DO NOT START NEW JOBS -If you regret starting a lot of jobs you can simply break B, +If you regret starting a lot of jobs you can simply break B, but if you want to make sure you do not have halfcompleted jobs you -should send the signal B to B: +should send the signal B to B: -B +B -This will tell B to not start any new jobs, but wait until +This will tell B to not start any new jobs, but wait until the currently running jobs are finished. -=head1 DIFFERENCES BETWEEN xargs/find -exec AND parallel +=head1 DIFFERENCES BETWEEN xargs/find -exec AND par$ B and B offer some of the same possibilites as -B. +B. B only works on files. So processing other input (such as hosts or URLs) will require creating these inputs as files. B has no support for running commands in parallel. +-exec> has no support for running commands in par$. B deals badly with special characters (such as space, ' and "). To see the problem try this: @@ -706,7 +728,7 @@ B, B, B (-0 and \0 instead of \n), B (requires using -0), B (requires using -print0), B (requires user to use -z or -Z). -So B's newline separation can be emulated with: +So B's newline separation can be emulated with: B> @@ -727,10 +749,10 @@ arguments. If you use a replace string in B (B<-I>) you can not force B to use more than one argument. -Quoting in B works like B<-q> in B. This means +Quoting in B works like B<-q> in B. This means composed commands and redirection requires using B. -B> B<{}.wc"> +B> B<{}.wc"> becomes @@ -738,23 +760,23 @@ B>B< {}.wc"> and -B +B becomes B -=head1 DIFFERENCES BETWEEN mdm/middleman AND parallel +=head1 DIFFERENCES BETWEEN mdm/middleman AND par$ middleman(mdm) is also a tool for running jobs in parallel. Here are the shellscripts of http://mdm.berlios.de/usage.html ported -to parallel use: +to par$ use: -B>B< result> +B>B< result> -B +B =head1 BUGS @@ -764,10 +786,12 @@ unexpected results, as it will often be interpreted as an option. =head1 REPORTING BUGS -Report bugs to . +Report bugs to . =head1 IDEAS +One char options not used: F G J K M P Q Y + Test if -0 works on filenames ending in '\n' xargs dropin-replacement. @@ -784,9 +808,23 @@ hard, as all foreground processes get the INT from the shell. If there are nomore jobs (STDIN is closed) then make sure to distribute the arguments evenly if running -X. + Distribute jobs to computers with different speeds/number-of-cpu-cores using ssh ask the computers how many cpus they have and spawn appropriately -according to -j setting. Reuse ssh connection (-M and -S) +according to -j setting. Reuse ssh connection (-M and -S) + +SEED=$RANDOM +ssh -MS /tmp/ssh-%r@%h:%p-$SEED elvis +rsync --rsh="ssh -S /tmp/ssh-%r@%h:%p-$SEED" gitup elvis:/tmp/ +ssh -S /tmp/ssh-%r@%h:%p-$SEED elvis hostname + +FILE=gpl-3.0.txt +BASE=gpl-3.0 +$ rsync -z $FILE e:$FILE +$ ssh e "cat $FILE | bzip2 > $BASE.bz2" +$ rsync -z e:$BASE.bz2 $BASE.bz2 +$ ssh e "rm $FILE $BASE" + http://www.semicomplete.com/blog/geekery/distributed-xargs.html?source=rss20 http://code.google.com/p/ppss/wiki/Manual2 @@ -798,7 +836,7 @@ Where will '>' be run? Local or remote? Remote. Parallelize so this can be done: mdm.screen find dir -execdir mdm-run cmd {} \; Maybe: -find dir -execdir parallel --communication-file /tmp/comfile cmd {} \; +find dir -execdir par$ --communication-file /tmp/comfile cmd {} \; =head2 Comfile @@ -806,7 +844,20 @@ This will put a lock on /tmp/comfile. The number of locks is the number of runni If the number is smaller than -j then it will start a process in the background ( cmd & ), otherwise wait. -parallel --wait /tmp/comfile will wait until no more locks on the file +par$ --wait /tmp/comfile will wait until no more locks on the file + +=head2 mutex + +mutex -n -l lockid -m max_locks [command] +mutex -u lockid + +-l lockfile will lock using the lockid +-n nonblocking +-m maximal number of locks (default 1) +-u unlock + +If command given works like: mutex -l lockfile -n number_of_locks ; command; mutex -u lockfile + =head1 AUTHOR @@ -835,7 +886,7 @@ along with this program. If not, see . =head1 DEPENDENCIES -B uses Perl, and the Perl modules Getopt::Long, IPC::Open3, +B uses Perl, and the Perl modules Getopt::Long, IPC::Open3, Symbol, IO::File, POSIX, and File::Temp. @@ -902,7 +953,8 @@ GetOptions("debug|D" => \$::opt_D, ) || die_usage(); # Defaults: -$Global::version = 20100203; +$Global::version = 20100416; +$Global::progname = 'par$'; $Global::debug = 0; $Global::processes_to_run = 10; $command = undef; @@ -947,7 +999,7 @@ if(defined $::opt_version) { version(); exit(0); } if(defined $::opt_a) { if(not open(ARGFILE,"<".$::opt_a)) { - print STDERR "parallel: Cannot open input file `$::opt_a': No such file or directory\n"; + print STDERR "$Global::progname: Cannot open input file `$::opt_a': No such file or directory\n"; exit(-1); } $Global::argfile = *ARGFILE; @@ -1149,7 +1201,8 @@ sub max_length_of_command_line { if($::opt_s <= $Global::command_line_max_len) { $Global::command_line_max_len = $::opt_s; } else { - print STDERR "parallel: value for -s option should be < $Global::command_line_max_len\n"; + print STDERR "$Global::progname: ", + "value for -s option should be < $Global::command_line_max_len\n"; } } } @@ -1531,7 +1584,7 @@ sub start_job { debug("$Global::running_jobs processes. Starting: $command\n"); #print STDERR "LEN".length($command)."\n"; $pid = open3(gensym, ">&STDOUT", ">&STDERR", $command) || - die("open3 failed. Report a bug to \n"); + die("open3 failed. Report a bug to \n"); debug("started: $command\n"); open STDOUT, ">&", $Global::original_stdout or die "Can't dup \$oldout: $!"; open STDERR, ">&", $Global::original_stderr or die "Can't dup \$oldout: $!"; @@ -1594,13 +1647,13 @@ sub print_job { sub ListRunningJobs { for my $v (values %Global::running) { - print STDERR "parallel: ",$v->{'command'},"\n"; + print STDERR "$Global::progname: ",$v->{'command'},"\n"; } } sub StartNoNewJobs { - print STDERR ("parallel: SIGTERM received. No new jobs will be started.\n", - "parallel: Waiting for these ", scalar(keys %Global::running), + print STDERR ("$Global::progname: SIGTERM received. No new jobs will be started.\n", + "$Global::progname: Waiting for these ", scalar(keys %Global::running), " jobs to finish. Send SIGTERM again to stop now.\n"); ListRunningJobs(); $Global::StartNoNewJobs++; @@ -1671,18 +1724,21 @@ sub die_usage { sub usage { print "Usage:\n"; - print "parallel [-0cdfgkqsuvxX] [-j num] [command [arguments]] < list_of_arguments\n"; + print "$Global::progname [options] [command [arguments]] < list_of_arguments\n"; + print "\n"; + print "See 'man $Global::progname' for the options\n"; } sub version { print join("\n", - "parallel $Global::version", - "Copyright (C) 2007-2010 Free Software Foundation, Inc.", + "$Global::progname $Global::version", +# "Copyright (C) 2007,2008,2009,2010 Ole Tange and Free Software Foundation, Inc.", + "Copyright (C) 2007,2008,2009,2010 Ole Tange.", "License GPLv3+: GNU GPL version 3 or later ", "This is free software: you are free to change and redistribute it.", - "There is NO WARRANTY, to the extent permitted by law.", + "$Global::progname comes with no warranty.", "", - "Written by Ole Tange .\n" + "Web site: http://${Global::progname}.nongnu.org\n" ); } diff --git a/parallel.1 b/src/parallel.1 similarity index 92% rename from parallel.1 rename to src/parallel.1 index 0a40e3c4..ea90427a 100644 --- a/parallel.1 +++ b/src/parallel.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "PARALLEL 1" -.TH PARALLEL 1 "2010-04-13" "perl v5.10.1" "User Contributed Perl Documentation" +.TH PARALLEL 1 "2010-04-16" "20100419" "parallel" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -133,7 +133,7 @@ parallel \- build and execute shell command lines from standard input in parallel .SH "SYNOPSIS" .IX Header "SYNOPSIS" -\&\fBparallel\fR [\-0cfgkquvmX] [\-I str] [\-j num] [\-\-silent] [command [arguments]] [< list_of_arguments] +\&\fBparallel\fR [\-0cdEfghiIkmnpqrtuUvX] [\-I str] [\-j num] [\-\-silent] [command [arguments]] [< list_of_arguments] .SH "DESCRIPTION" .IX Header "DESCRIPTION" For each line of input \fBparallel\fR will execute \fBcommand\fR with the @@ -376,17 +376,24 @@ This will transfer the file \fIfoo/bar.txt\fR to the server \&\fB\-\-transfer\fR is often used with \fB\-\-return\fR and \fB\-\-cleanup\fR. .Sp \&\fB\-\-transfer\fR is ignored when used with \fB\-\-sshlogin :\fR or when not used with \fB\-\-sshlogin\fR. -.IP "\fB\-\-return\fR \fIsuffix\fR (not implemented)" 9 -.IX Item "--return suffix (not implemented)" +.IP "\fB\-\-trc\fR \fIfilename\fR (not implemented)" 9 +.IX Item "--trc filename (not implemented)" +Transfer, Return, Cleanup. Short hand for: +.Sp +.Vb 1 +\& \-\-transfer \-\-return I \-\-cleanup +.Ve +.IP "\fB\-\-return\fR \fIfilename\fR (not implemented)" 9 +.IX Item "--return filename (not implemented)" Transfer files from remote servers. \fB\-\-return\fR is used with \&\fB\-\-sshlogin\fR when the arguments are files on the remote servers. When -processing is done the file with \fIsuffix\fR appended will be transfered +processing is done the file \fIfilename\fR will be transfered from the remote server using \fBrsync\fR and will be put relative to the default login dir. E.g. .Sp .Vb 2 \& echo foo/bar.txt | parallel \e -\& \-\-sshlogin server.example.com \-\-return .out touch {}.out +\& \-\-sshlogin server.example.com \-\-return {}.out touch {}.out .Ve .Sp This will transfer the file \fI\f(CI$HOME\fI/foo/bar.txt.out\fR from the server @@ -395,20 +402,20 @@ This will transfer the file \fI\f(CI$HOME\fI/foo/bar.txt.out\fR from the server .Sp .Vb 2 \& echo /tmp/foo/bar.txt | parallel \e -\& \-\-sshlogin server.example.com \-\-return .out touch {}.out +\& \-\-sshlogin server.example.com \-\-return {}.out touch {}.out .Ve .Sp This will transfer the file \fI/tmp/foo/bar.txt.out\fR from the server \&\fIserver.example.com\fR to the file \fI/tmp/foo/bar.txt.out\fR after running \&\fBtouch /tmp/foo/bar.txt.out\fR on \fIserver.example.com\fR. .Sp -Multiple files with different suffixes can be transfered by repeating -the options multiple times: +Multiple files can be transfered by repeating the options multiple +times: .Sp .Vb 3 \& echo /tmp/foo/bar.txt | \e \& parallel \-\-sshlogin server.example.com \e -\& \-\-return .out \-\-return .out2 touch {}.out {}.out2 +\& \-\-return {}.out \-\-return {}.out2 touch {}.out {}.out2 .Ve .Sp \&\fB\-\-return\fR is often used with \fB\-\-transfer\fR and \fB\-\-cleanup\fR. @@ -421,8 +428,8 @@ on the remote server after processing is done. .Sp .Vb 3 \& find log \-name \*(Aq*gz\*(Aq | parallel \e -\& \-\-sshlogin server.example.com \-\-transfer \-\-return .bz2 \e -\& \-\-cleanup "zcat {} | bzip \-9 >{}.bz2" +\& \-\-sshlogin server.example.com \-\-transfer \-\-return {.}.bz2 \e +\& \-\-cleanup "zcat {} | bzip \-9 >{.}.bz2" .Ve .Sp With \fB\-\-transfer\fR the file transfered to the remote server will be @@ -541,7 +548,7 @@ is a better solution: \& find . \-name \*(Aq*_thumb.jpg\*(Aq | ren \*(Aqs:/([^/]+)_thumb.jpg$:/thumb_$1:\*(Aq .Ve .PP -(Not implemented) This will make files like ./foo/bar_thumb.jpg: +This will make files like ./foo/bar_thumb.jpg: .PP \&\fBfind . \-name '*.jpg' | parallel \-j +0 convert \-geometry 120 {} {.}_thumb.jpg\fR .SH "EXAMPLE 4: Substitution and redirection" @@ -690,7 +697,7 @@ To recompress gzipped files with bzip2 using a remote server run: .Vb 3 \& find logs/ \-name \*(Aq*.gz\*(Aq | \e \& parallel \-\-sshlogin server.example.com \e -\& \-\-transfer "zcat {} | bzip2 \-9 >{}.bz2" +\& \-\-transfer "zcat {} | bzip2 \-9 >{.}.bz2" .Ve .PP This will list the .gz\-files in the \fIlogs\fR directory and all @@ -698,27 +705,28 @@ directories below. Then it will transfer the files to \&\fIserver.example.com\fR to the corresponding directory in \&\fI\f(CI$HOME\fI/logs\fR. On \fIserver.example.com\fR the file will be recompressed using \fBzcat\fR and \fBbzip2\fR resulting in the corresponding file with -the suffix \fI.bz2\fR. +\&\fI.gz\fR replaced with \fI.bz2\fR. .PP If you want the file to be transfered back to the local machine add -\&\fI\-\-return .bz2\fR: +\&\fI\-\-return {.}.bz2\fR: .PP .Vb 3 \& find logs/ \-name \*(Aq*.gz\*(Aq | \e \& parallel \-\-sshlogin server.example.com \e -\& \-\-transfer \-\-return .bz2 "zcat {} | bzip2 \-9 >{}.bz2" +\& \-\-transfer \-\-return {.}.bz2 "zcat {} | bzip2 \-9 >{.}.bz2" .Ve .PP After the recompressing is done the \fI.bz2\fR\-file is transfered back to -the local machine. +the local machine and put next to the original \fI.gz\fR\-file. .PP If you want to delete the transfered files on the remote machine add -\&\fI\-\-cleanup\fR: +\&\fI\-\-cleanup\fR. This will remove both the file transfered to the remote +machine and the files transfered from the remote machine: .PP .Vb 3 \& find logs/ \-name \*(Aq*.gz\*(Aq | \e \& parallel \-\-sshlogin server.example.com \e -\& \-\-transfer \-\-return .bz2 \-\-cleanup "zcat {} | bzip2 \-9 >{}.bz2" +\& \-\-transfer \-\-return {.}.bz2 \-\-cleanup "zcat {} | bzip2 \-9 >{.}.bz2" .Ve .PP If you want run one several servers add the servers to \fI\-\-sshlogin\fR @@ -728,7 +736,7 @@ either using ',' or separate \fI\-\-sshlogin\fR: \& find logs/ \-name \*(Aq*.gz\*(Aq | \e \& parallel \-\-sshlogin server.example.com,server2.example.com \e \& \-\-sshlogin server3.example.com \e -\& \-\-transfer \-\-return .bz2 \-\-cleanup "zcat {} | bzip2 \-9 >{}.bz2" +\& \-\-transfer \-\-return {.}.bz2 \-\-cleanup "zcat {} | bzip2 \-9 >{.}.bz2" .Ve .PP You can add the local machine using \fI\-\-sshlogin :\fR. This will disable the @@ -739,7 +747,25 @@ removing and transferring for the local machine only: \& parallel \-\-sshlogin server.example.com,server2.example.com \e \& \-\-sshlogin server3.example.com \e \& \-\-sshlogin : \e -\& \-\-transfer \-\-return .bz2 \-\-cleanup "zcat {} | bzip2 \-9 >{}.bz2" +\& \-\-transfer \-\-return {.}.bz2 \-\-cleanup "zcat {} | bzip2 \-9 >{.}.bz2" +.Ve +.PP +Often \fI\-\-transfer\fR, \fI\-\-return\fR and \fI\-\-cleanup\fR are used together. They can be +shortened to \fI\-\-trc\fR: +.PP +.Vb 5 +\& find logs/ \-name \*(Aq*.gz\*(Aq | \e +\& parallel \-\-sshlogin server.example.com,server2.example.com \e +\& \-\-sshlogin server3.example.com \e +\& \-\-sshlogin : \e +\& \-\-trc {.}.bz2 "zcat {} | bzip2 \-9 >{.}.bz2" +.Ve +.PP +With the file \fImymachines\fR containing the compute machines it becomes: +.PP +.Vb 2 +\& find logs/ \-name \*(Aq*.gz\*(Aq | parallel \-\-sshloginfile mymachines \e +\& \-\-trc {.}.bz2 "zcat {} | bzip2 \-9 >{.}.bz2" .Ve .SH "QUOTING" .IX Header "QUOTING" @@ -884,6 +910,8 @@ unexpected results, as it will often be interpreted as an option. Report bugs to . .SH "IDEAS" .IX Header "IDEAS" +One char options not used: F G J K M P Q Y +.PP Test if \-0 works on filenames ending in '\en' .PP xargs dropin-replacement. @@ -902,7 +930,20 @@ distribute the arguments evenly if running \-X. .PP Distribute jobs to computers with different speeds/number\-of\-cpu\-cores using ssh ask the computers how many cpus they have and spawn appropriately -according to \-j setting. Reuse ssh connection (\-M and \-S) +according to \-j setting. Reuse ssh connection (\-M and \-S) +.PP +SEED=$RANDOM +ssh \-MS /tmp/ssh\-%r@%h:%p\-$SEED elvis +rsync \-\-rsh=\*(L"ssh \-S /tmp/ssh\-%r@%h:%p\-$SEED\*(R" gitup elvis:/tmp/ +ssh \-S /tmp/ssh\-%r@%h:%p\-$SEED elvis hostname +.PP +FILE=gpl\-3.0.txt +BASE=gpl\-3.0 +$ rsync \-z \f(CW$FILE\fR e:$FILE +$ ssh e \*(L"cat \f(CW$FILE\fR | bzip2 > \f(CW$BASE\fR.bz2\*(R" +$ rsync \-z e:$BASE.bz2 \f(CW$BASE\fR.bz2 +$ ssh e \*(L"rm \f(CW$FILE\fR \f(CW$BASE\fR\*(R" +.PP http://www.semicomplete.com/blog/geekery/distributed\-xargs.html?source=rss20 http://code.google.com/p/ppss/wiki/Manual2 .PP diff --git a/src/parallel~ b/src/parallel~ new file mode 100755 index 00000000..cfc979b8 --- /dev/null +++ b/src/parallel~ @@ -0,0 +1,1806 @@ +#!/usr/bin/perl -w + +=head1 NAME + +parallel - build and execute shell command lines from standard input in parallel + +=head1 SYNOPSIS + +B [-0cdEfghiIkmnpqrtuUvX] [-I str] [-j num] [--silent] [command [arguments]] [< list_of_arguments] + +=head1 DESCRIPTION + +For each line of input B will execute B with the +line as arguments. If no B is given the line of input is +executed. B can often be used as a substitute for B +or B. + +Several lines will be run in parallel. + +=over 9 + +=item I + +Command to execute. If B or the following arguments contain +{} every instance will be substituted with the input line. Setting a +command also invokes B<-f>. + +If B is given, B will behave similar to B. If +B is not given B will behave similar to B. + + +=item B<{}> + +Input line. This is the default replacement string and will normally +be used for putting the argument in the command line. It can be +changed with B<-I>. + + +=item B<{.}> + +Input line without extension. This is a specialized replacement string +with the extension removed. It will remove from the last B<.> till the +end of line of each input line and replace {.} with the +remaining. E.g. I becomes I. If the input line does +not contain B<.> it will remain unchanged. + +{.} can be used the same places as {}. + + +=item B<--null> + +=item B<-0> + +Use NUL as delimiter. Normally input lines will end in \n +(newline). If they end in \0 (NUL), then use this option. It is useful +for processing filenames that may contain \n (newline). + + +=item B<--command> + +=item B<-c> + +Line is a command. The input line contains more than one argument or +the input line needs to be evaluated by the shell. This is the default +if B is not set. Can be reversed with B<-f>. + + +=item B<--delimiter> I + +=item B<-d> I + +Input items are terminated by the specified character. Quotes and +backslash are not special; every character in the input is taken +literally. Disables the end-of-file string, which is treated like any +other argument. This can be used when the input consists of simply +newline-separated items, although it is almost always better to design +your program to use --null where this is possible. The specified +delimiter may be a single character, a C-style character escape such +as \n, or an octal or hexadecimal escape code. Octal and +hexadecimal escape codes are understood as for the printf command. +Multibyte characters are not supported. + + +=item B<--file> + +=item B<-f> + +Line is a filename. The input line contains a filename that will be +quoted so it is not evaluated by the shell. This is the default if +B is set. Can be reversed with B<-c>. + + +=item B<--group> + +=item B<-g> + +Group output. Output from each jobs is grouped together and is only +printed when the command is finished. STDERR first followed by STDOUT. +B<-g> is the default. Can be reversed with B<-u>. + + +=item B<-I> I + +Use the replacement string I instead of {}. + + +=item B<-U> I + +=item B<--extensionreplace> I + +Use the replacement string I instead of {.} for input line without extension. + + +=item B<--jobs> I + +=item B<-j> I + +=item B<--max-procs> I + +=item B<-P> I + +Run up to N jobs in parallel. 0 means as many as possible. Default is 10. + + +=item B<--jobs> I<+N> + +=item B<-j> I<+N> + +=item B<--max-procs> I<+N> + +=item B<-P> I<+N> + +Add N to the number of CPU cores. Run this many jobs in parallel. For +compute intensive jobs I<-j +0> is useful as it will run +number-of-cpu-cores jobs in parallel. See also +--use-cpus-instead-of-cores. + + +=item B<--jobs> I<-N> + +=item B<-j> I<-N> + +=item B<--max-procs> I<-N> + +=item B<-P> I<-N> + +Subtract N from the number of CPU cores. Run this many jobs in parallel. +If the evaluated number is less than 1 then 1 will be used. See also +--use-cpus-instead-of-cores. + + +=item B<--jobs> I% + +=item B<-j> I% + +=item B<--max-procs> I% + +=item B<-P> I% + +Multiply N% with the number of CPU cores. Run this many jobs in parallel. +If the evaluated number is less than 1 then 1 will be used. See also +--use-cpus-instead-of-cores. + + +=item B<--keeporder> + +=item B<-k> + +Keep sequence of output same as the order of input. If jobs 1 2 3 4 +end in the sequence 3 1 4 2 the output will still be 1 2 3 4. + + +=item B<--number-of-cpus> + +Print the number of CPUs and exit (used by B itself to +determine the number of CPUs on remote machines). + + +=item B<--number-of-cores> + +Print the number of cores and exit (used by B itself to determine the +number of cores on remote machines). + + +=item B<--quote> + +=item B<-q> + +Quote B. This will quote the command line so special +characters are not interpreted by the shell. See the section +QUOTING. Most people will never need this. Quoting is disabled by +default. + + +=item B<-S> I<[ncpu/]sshlogin[,[ncpu/]sshlogin]> (not implemented) + +=item B<--sshlogin> I<[ncpu/]sshlogin[,[ncpu/]sshlogin]> (not implemented) + +Distribute jobs to remote servers. The jobs will be run on a list of +remote servers. B will determine the number of CPU cores on +the remote servers and run the number of jobs as specified by -j. If +the number I is given B will use this number for +number of CPUs on the host. Normally I will not be needed. + +An I is the string you would normally pass to SSH to login, +e.g. I, I, or I<"-l foo -p +2222 server.example.com">. The sshlogin must not require a password. + +The sshlogin ':' is special, it means 'no ssh' and will therefore run +on the local machine. + +To specify more sshlogins separate the sshlogins by comma or repeat +the options multiple times. + +For examples: see B<--sshloginfile>. + +The remote host must have B installed. + + +=item B<--sshloginfile> I (not implemented) + +File with sshlogins. The file consists of sshlogins on separate +lines. Empty lines and lines starting with '#' are ignored. Example: + + server.example.com + username@server2.example.com + 8/my-8-core-server.example.com + 2/myusername@my-dualcore.example.net + # This server has SSH running on port 2222 + -p 2222 server.example.net + 4/-p 2222 quadserver.example.net + # Assume 16 cores on the local machine + 16/: + + +=item B<--silent> + +Silent. The job to be run will not be printed. This is the default. +Can be reversed with B<-v>. + + +=item B<--transfer> (not implemented) + +Transfer files to remote servers. B<--transfer> is used with +B<--sshlogin> when the arguments are files and should be transfered to +the remote servers. The files will be transfered using B and +will be put relative to the default login dir. E.g. + + echo foo/bar.txt | parallel \ + --sshlogin server.example.com --transfer wc + +This will transfer the file I to the server +I to the file $HOME/foo/bar.txt before running +B on I. + + echo /tmp/foo/bar.txt | parallel \ + --sshlogin server.example.com --transfer wc + +This will transfer the file I to the server +I to the file /tmp/foo/bar.txt before running +B on I. + +B<--transfer> is often used with B<--return> and B<--cleanup>. + +B<--transfer> is ignored when used with B<--sshlogin :> or when not used with B<--sshlogin>. + + +=item B<--trc> I (not implemented) + +Transfer, Return, Cleanup. Short hand for: + + --transfer --return I --cleanup + + +=item B<--return> I (not implemented) + +Transfer files from remote servers. B<--return> is used with +B<--sshlogin> when the arguments are files on the remote servers. When +processing is done the file I will be transfered +from the remote server using B and will be put relative to +the default login dir. E.g. + + echo foo/bar.txt | parallel \ + --sshlogin server.example.com --return {}.out touch {}.out + +This will transfer the file I<$HOME/foo/bar.txt.out> from the server +I to the file I after running +B on I. + + echo /tmp/foo/bar.txt | parallel \ + --sshlogin server.example.com --return {}.out touch {}.out + +This will transfer the file I from the server +I to the file I after running +B on I. + +Multiple files can be transfered by repeating the options multiple +times: + + echo /tmp/foo/bar.txt | \ + parallel --sshlogin server.example.com \ + --return {}.out --return {}.out2 touch {}.out {}.out2 + +B<--return> is often used with B<--transfer> and B<--cleanup>. + +B<--return> is ignored when used with B<--sshlogin :> or when not used with B<--sshlogin>. + + +=item B<--cleanup> (not implemented) + +Remove transfered files. B<--cleanup> will remove the transfered files +on the remote server after processing is done. + + find log -name '*gz' | parallel \ + --sshlogin server.example.com --transfer --return {.}.bz2 \ + --cleanup "zcat {} | bzip -9 >{.}.bz2" + +With B<--transfer> the file transfered to the remote server will be +removed on the remote server. Directories created will not be removed +- even if they are empty. + +With B<--return> the file transfered from the remote server will be +removed on the remote server. Directories created will not be removed +- even if they are empty. + +B<--cleanup> is ignored when not used with B<--transfer> or B<--return>. + + +=item B<--ungroup> + +=item B<-u> + +Ungroup output. Output is printed as soon as possible. This may cause +output from different commands to be mixed. Can be reversed with B<-g>. + + +=item B<--use-cpus-instead-of-cores> (not implemented) + +Count the number of CPUs instead of cores. When computing how many +jobs to run in parallel relative to the number of cores you can ask +parallel to instead look at the number of CPUs. This will make sense +for computers that have hyperthreading as two jobs running on one CPU +with hyperthreading will run slower than two jobs running on two CPUs. +Normal users will not need this option. + + +=item B<-v> + +Verbose. Print the job to be run on STDOUT. Can be reversed with +B<--silent>. + + +=item B<--xargs> + +=item B<-m> + +Multiple. Insert as many arguments as the command line length permits. If +{} is not used the arguments will be appended to the line. If {} is +used multiple times each {} will be replaced with all the arguments. + + +=item B<-X> + +xargs with context replace. This works like B<-m> except if {} is part +of a word (like I) then the whole word will be repeated. + +=back + +=head1 EXAMPLE 1: Working as cat | sh. Ressource inexpensive jobs and evaluation + +B can work similar to B. + +A ressource inexpensive job is a job that takes very little CPU, disk +I/O and network I/O. Ping is an example of a ressource inexpensive +job. wget is too - if the webpages are small. + +The content of the file jobs_to_run: + + ping -c 1 10.0.0.1 + wget http://status-server/status.cgi?ip=10.0.0.1 + ping -c 1 10.0.0.2 + wget http://status-server/status.cgi?ip=10.0.0.2 + ... + ping -c 1 10.0.0.255 + wget http://status-server/status.cgi?ip=10.0.0.255 + +To run 100 processes simultaneously do: + +B + +As there is not a B the option B<-c> is default because the +jobs needs to be evaluated by the shell. + +=head1 EXAMPLE 2: Working as xargs -n1. Argument appending + +B can work similar to B. + +To output all html files run: + +B + +As there is a B the option B<-f> is default because the +filenames needs to be protected from the shell in case a filename +contains special characters. + +=head1 EXAMPLE 3: Compute intensive jobs and substitution + +If ImageMagick is installed this will generate a thumbnail of a jpg +file: + +B + +If the system has more than 1 CPU core it can be run with +number-of-cpu-cores jobs in parallel (-j +0). This will do that for +all jpg files in a directory: + +B + +To do it recursively use B: + +B + +Notice how the argument has to start with {} as {} will include path +(e.g. running B would clearly be wrong). It will result in files +like ./foo/bar.jpg_thumb.jpg. If that is not wanted this can fix it: + + find . -name '*.jpg' | \ + perl -pe 'chomp; $a=$_; s:/([^/]+)$:/thumb_$1:; $_="convert -geometry 120 $a $_\n"' | \ + parallel -c -j +0 + +Unfortunately this will not work if the filenames contain special +characters (such as space or quotes). If you have B installed this +is a better solution: + + find . -name '*.jpg' | parallel -j +0 convert -geometry 120 {} {}_thumb.jpg + find . -name '*_thumb.jpg' | ren 's:/([^/]+)_thumb.jpg$:/thumb_$1:' + +This will make files like ./foo/bar_thumb.jpg: + +B + +=head1 EXAMPLE 4: Substitution and redirection + +This will compare all files in the dir to the file foo and save the +diffs in corresponding .diff files: + +B>B<"{}.diff> + +Quoting of > is necessary to postpone the redirection. Another +solution is to quote the whole command: + +B>B<{}.diff"> + + +=head1 EXAMPLE 5: Composed commands + +A job can consist of several commands. This will print the number of +files in each directory: + +B + +To put the output in a file called .dir: + +B> B<{}.dir'> + + +=head1 EXAMPLE 6: Context replace + +To remove the files I .. I you could do: + +B + +You could also do: + +B + +The first will run B 10000 times, while the last will only run +B as many times needed to keep the command line length short +enough (typically 1-2 times). + +You could also run: + +B + +This will also only run B as many times needed to keep the command +line length short enough. + +=head1 EXAMPLE 7: Group output lines + +When runnning jobs that output data, you often do not want the output +of multiple jobs to run together. B defaults to grouping the +output of each job, so the output is printed when the job finishes. If +you want the output to be printed while the job is running you can use +B<-u>. + +Compare the output of: + +B<(echo foss.org.my; echo debian.org; echo freenetproject.org) | parallel traceroute> + +to the output of: + +B<(echo foss.org.my; echo debian.org; echo freenetproject.org) | parallel -u traceroute> + + +=head1 EXAMPLE 8: Keep order of output same as order of input + +Normally the output of a job will be printed as soon as it +completes. Sometimes you want the order of the output to remain the +same as the order of the input. B<-k> will make sure the order of +output will be in the same order as input even if later jobs end +before earlier jobs. + +B<(echo foss.org.my; echo debian.org; echo freenetproject.org) | parallel traceroute> + +will give traceroute of foss.org.my, debian.org and +freenetproject.org, but it will be sorted according to which job +completed first. + +To keep the order the same as input run: + +B<(echo foss.org.my; echo debian.org; echo freenetproject.org) | parallel -k traceroute> + +This will make sure the traceroute to foss.org.my will be printed +first. + +=head1 EXAMPLE 9: Using remote computers (not implemented) + +To run commands on a remote computer SSH needs to be set up and you +must be able to login without entering a password (B may be +handy). + +To run B on B: + + seq 1 10 | parallel --sshlogin server.example.com echo + +To run commands on more than one remote computer run: + + seq 1 10 | parallel --sshlogin server.example.com,server2.example.net echo + +Or: + + seq 1 10 | parallel --sshlogin server.example.com \ + --sshlogin server2.example.net echo + +If the login username is I on I use: + + seq 1 10 | parallel --sshlogin server.example.com \ + --sshlogin foo@server2.example.net echo + +To distribute the commands to a list of machines, make a file +I with all the machines: + + server.example.com + foo@server2.example.com + server3.example.com + +Then run: + + seq 1 10 | parallel --sshloginfile mymachines echo + +To include the local machine add the special sshlogin ':' to the list: + + server.example.com + foo@server2.example.com + server3.example.com + : + +If the number of CPU cores on the remote servers is not identified +correctly the number of CPU cores can be added in front. Here the +server has 8 CPU cores. + + seq 1 10 | parallel --sshlogin 8/server.example.com echo + + +=head1 EXAMPLE 10: Transferring of files (not implemented) + +To recompress gzipped files with bzip2 using a remote server run: + + find logs/ -name '*.gz' | \ + parallel --sshlogin server.example.com \ + --transfer "zcat {} | bzip2 -9 >{.}.bz2" + +This will list the .gz-files in the I directory and all +directories below. Then it will transfer the files to +I to the corresponding directory in +I<$HOME/logs>. On I the file will be recompressed +using B and B resulting in the corresponding file with +I<.gz> replaced with I<.bz2>. + +If you want the file to be transfered back to the local machine add +I<--return {.}.bz2>: + + find logs/ -name '*.gz' | \ + parallel --sshlogin server.example.com \ + --transfer --return {.}.bz2 "zcat {} | bzip2 -9 >{.}.bz2" + +After the recompressing is done the I<.bz2>-file is transfered back to +the local machine and put next to the original I<.gz>-file. + +If you want to delete the transfered files on the remote machine add +I<--cleanup>. This will remove both the file transfered to the remote +machine and the files transfered from the remote machine: + + find logs/ -name '*.gz' | \ + parallel --sshlogin server.example.com \ + --transfer --return {.}.bz2 --cleanup "zcat {} | bzip2 -9 >{.}.bz2" + +If you want run one several servers add the servers to I<--sshlogin> +either using ',' or separate I<--sshlogin>: + + find logs/ -name '*.gz' | \ + parallel --sshlogin server.example.com,server2.example.com \ + --sshlogin server3.example.com \ + --transfer --return {.}.bz2 --cleanup "zcat {} | bzip2 -9 >{.}.bz2" + +You can add the local machine using I<--sshlogin :>. This will disable the +removing and transferring for the local machine only: + + find logs/ -name '*.gz' | \ + parallel --sshlogin server.example.com,server2.example.com \ + --sshlogin server3.example.com \ + --sshlogin : \ + --transfer --return {.}.bz2 --cleanup "zcat {} | bzip2 -9 >{.}.bz2" + +Often I<--transfer>, I<--return> and I<--cleanup> are used together. They can be +shortened to I<--trc>: + + find logs/ -name '*.gz' | \ + parallel --sshlogin server.example.com,server2.example.com \ + --sshlogin server3.example.com \ + --sshlogin : \ + --trc {.}.bz2 "zcat {} | bzip2 -9 >{.}.bz2" + +With the file I containing the compute machines it becomes: + + find logs/ -name '*.gz' | parallel --sshloginfile mymachines \ + --trc {.}.bz2 "zcat {} | bzip2 -9 >{.}.bz2" + +=head1 QUOTING + +For more advanced use quoting may be an issue. The following will +print the filename for each line that has exactly 2 columns: + +B + +This can be done by B using: + +B + +Notice how \'s, "'s, and $'s needs to be quoted. B can do +the quoting by using option B<-q>: + +B + +However, this means you cannot make the shell interpret special +characters. For example this B: + +B>B<{}.diff"> + +B + +because > and | need to be interpreted by the shell. + +If you get errors like: + +B + +then you might try using B<-q>. + +If you are using B process substitution like B<<(cat foo)> then +you may try B<-q> and prepending B with B: + +B + +Or for substituting output: + +B>B<(gzip >>B<{}.tar.gz) | bzip2 >>B<{}.tar.bz2'> + +B: To avoid dealing with the quoting problems it may be +easier just to write a small script and have B call that +script. + + +=head1 LIST RUNNING JOBS + +If you want a list of the jobs currently running you can run: + +B + +B will then print the currently running jobs on STDERR. + + +=head1 COMPLETE RUNNING JOBS BUT DO NOT START NEW JOBS + +If you regret starting a lot of jobs you can simply break B, +but if you want to make sure you do not have halfcompleted jobs you +should send the signal B to B: + +B + +This will tell B to not start any new jobs, but wait until +the currently running jobs are finished. + + +=head1 DIFFERENCES BETWEEN xargs/find -exec AND parallel + +B and B offer some of the same possibilites as +B. + +B only works on files. So processing other input (such as +hosts or URLs) will require creating these inputs as files. B has no support for running commands in parallel. + +B deals badly with special characters (such as space, ' and +"). To see the problem try this: + + touch important_file + touch 'not important_file' + ls not* | xargs rm + mkdir -p '12" records' + ls | xargs rmdir + +You can specify B<-0> or B<-d "\n">, but many input generators are not +optimized for using B as separator but are optimized for +B as separator. E.g B, B, B, B, B, +B, B, B (-0 and \0 instead of \n), B +(requires using -0), B (requires using -print0), B +(requires user to use -z or -Z). + +So B's newline separation can be emulated with: + +B> + +B can run a given number of jobs in parallel, but has no +support for running number-of-cpu-cores jobs in parallel. + +B has no support for grouping the output, therefore output may +run together, e.g. the first half of a line is from one process and +the last half of the line is from another process. + +B has no support for keeping the order of the output, therefore +if running jobs in parallel using B the output of the second +job cannot be postponed till the first job is done. + +B has no support for context replace, so you will have to create the +arguments. + +If you use a replace string in B (B<-I>) you can not force +B to use more than one argument. + +Quoting in B works like B<-q> in B. This means +composed commands and redirection requires using B. + +B> B<{}.wc"> + +becomes + +B>B< {}.wc"> + +and + +B + +becomes + +B + + +=head1 DIFFERENCES BETWEEN mdm/middleman AND parallel + +middleman(mdm) is also a tool for running jobs in parallel. + +Here are the shellscripts of http://mdm.berlios.de/usage.html ported +to parallel use: + +B>B< result> + +B + + +=head1 BUGS + +Filenames beginning with '-' can cause some commands to give +unexpected results, as it will often be interpreted as an option. + +=head1 REPORTING BUGS + +Report bugs to . + +=head1 IDEAS + +One char options not used: F G J K M P Q Y + +Test if -0 works on filenames ending in '\n' + +xargs dropin-replacement. +Implement the missing --features + +monitor to see which jobs are currently running +http://code.google.com/p/ppss/ + +Accept signal INT instead of TERM to complete current running jobs but +do not start new jobs. Print out the number of jobs waiting to +complete on STDERR. Accept sig INT again to kill now. This seems to be +hard, as all foreground processes get the INT from the shell. + +If there are nomore jobs (STDIN is closed) then make sure to +distribute the arguments evenly if running -X. + + +Distribute jobs to computers with different speeds/number-of-cpu-cores using ssh +ask the computers how many cpus they have and spawn appropriately +according to -j setting. Reuse ssh connection (-M and -S) + +SEED=$RANDOM +ssh -MS /tmp/ssh-%r@%h:%p-$SEED elvis +rsync --rsh="ssh -S /tmp/ssh-%r@%h:%p-$SEED" gitup elvis:/tmp/ +ssh -S /tmp/ssh-%r@%h:%p-$SEED elvis hostname + +FILE=gpl-3.0.txt +BASE=gpl-3.0 +$ rsync -z $FILE e:$FILE +$ ssh e "cat $FILE | bzip2 > $BASE.bz2" +$ rsync -z e:$BASE.bz2 $BASE.bz2 +$ ssh e "rm $FILE $BASE" + +http://www.semicomplete.com/blog/geekery/distributed-xargs.html?source=rss20 +http://code.google.com/p/ppss/wiki/Manual2 + +http://www.gnu.org/software/pexec/ + +Where will '>' be run? Local or remote? Remote. + + +Parallelize so this can be done: +mdm.screen find dir -execdir mdm-run cmd {} \; +Maybe: +find dir -execdir parallel --communication-file /tmp/comfile cmd {} \; + +=head2 Comfile + +This will put a lock on /tmp/comfile. The number of locks is the number of running commands. +If the number is smaller than -j then it will start a process in the background ( cmd & ), +otherwise wait. + +parallel --wait /tmp/comfile will wait until no more locks on the file + +=head1 AUTHOR + +Copyright (C) 2007-10-18 Ole Tange, http://ole.tange.dk + +Copyright (C) 2008-2010 Ole Tange, http://ole.tange.dk + + +=head1 LICENSE + +Copyright (C) 2007-2010 Free Software Foundation, Inc. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 3 of the License, or +at your option any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + + +=head1 DEPENDENCIES + +B uses Perl, and the Perl modules Getopt::Long, IPC::Open3, +Symbol, IO::File, POSIX, and File::Temp. + + +=head1 SEE ALSO + +B(1), B(1) + +=cut + + +use IPC::Open3; +use Symbol qw(gensym); +use IO::File; +use POSIX ":sys_wait_h"; +use File::Temp qw/ tempfile tempdir /; +use Getopt::Long; +use strict; + +my ($processes,$command); + +Getopt::Long::Configure ("bundling","require_order"); +GetOptions("debug|D" => \$::opt_D, + "xargs|m" => \$::opt_m, + "X" => \$::opt_X, + "v" => \$::opt_v, + "silent" => \$::opt_silent, + "keeporder|k" => \$::opt_k, + "group|g" => \$::opt_g, + "ungroup|u" => \$::opt_u, + "command|c" => \$::opt_c, + "file|f" => \$::opt_f, + "null|0" => \$::opt_0, + "quote|q" => \$::opt_q, + "I=s" => \$::opt_I, + "extensionreplace|U=s" => \$::opt_U, + "jobs|j=s" => \$::opt_P, + "number-of-cpus" => \$::opt_number_of_cpus, + "number-of-cores" => \$::opt_number_of_cores, + # xargs-compatibility - implemented, man, unittest + "max-procs|P=s" => \$::opt_P, + "delimiter|d=s" => \$::opt_d, + # xargs-compatibility - implemented, unittest - man missing + "max-chars|s=i" => \$::opt_s, + "arg-file|a=s" => \$::opt_a, + "no-run-if-empty|r" => \$::opt_r, + "replace|i:s" => \$::opt_i, + "E=s" => \$::opt_E, + "eof|e:s" => \$::opt_E, + "max-args|n=i" => \$::opt_n, + "verbose|t" => \$::opt_t, + "help|h" => \$::opt_h, + "version" => \$::opt_version, + ## xargs-compatibility - implemented - unittest missing - man missing + "interactive|p" => \$::opt_p, + ## How to unittest? tty skal emuleres + + # xargs-compatability - unimplemented + "L=i" => \$::opt_L, + "max-lines|l:i" => \$::opt_l, + ## (echo a b;echo c) | xargs -l1 echo + ## (echo a b' ';echo c) | xargs -l1 echo + "show-limits" => \$::opt_show_limits, + "exit|x" => \$::opt_x, + ) || die_usage(); + +# Defaults: +$Global::version = 20100416; +$Global::progname = "parallel"; +$Global::debug = 0; +$Global::processes_to_run = 10; +$command = undef; +$Global::verbose = 0; +$Global::grouped = 1; +$Global::keeporder = 0; +$Global::quoting = 0; +$Global::replacestring = '{}'; +$Global::replace_no_ext = '{.}'; +$Global::input_is_filename = (@ARGV); +$/="\n"; +$Global::ignore_empty = 0; +$Global::argfile = *STDIN; +$Global::interactive = 0; +$Global::stderr_verbose = 0; + +$Global::debug = (defined $::opt_D); +if(defined $::opt_m) { $Global::xargs = 1; } +if(defined $::opt_X) { $Global::Xargs = 1; } +if(defined $::opt_v) { $Global::verbose = 1; } +if(defined $::opt_silent) { $Global::verbose = 0; } +if(defined $::opt_k) { $Global::keeporder = 1; } +if(defined $::opt_g) { $Global::grouped = 1; } +if(defined $::opt_u) { $Global::grouped = 0; } +if(defined $::opt_c) { $Global::input_is_filename = 0; } +if(defined $::opt_f) { $Global::input_is_filename = 1; } +if(defined $::opt_0) { $/ = "\0"; } +if(defined $::opt_d) { my $e="sprintf \"$::opt_d\""; $/ = eval $e; } +if(defined $::opt_p) { $Global::interactive = $::opt_p; } +if(defined $::opt_q) { $Global::quoting = 1; } +if(defined $::opt_r) { $Global::ignore_empty = 1; } +if(defined $::opt_t) { $Global::stderr_verbose = 1; } +if(defined $::opt_I) { $Global::replacestring = $::opt_I; } +if(defined $::opt_U) { $Global::replace_no_ext = $::opt_U; } +if(defined $::opt_i and $::opt_i) { $Global::replacestring = $::opt_i; } +if(defined $::opt_E and $::opt_E) { $Global::end_of_file_string = $::opt_E; } +if(defined $::opt_n and $::opt_n) { $Global::max_number_of_args = $::opt_n; } +if(defined $::opt_h) { die_usage(); } +if(defined $::opt_number_of_cpus) { print no_of_cpus(),"\n"; exit(0); } +if(defined $::opt_number_of_cores) { print no_of_cores(),"\n"; exit(0); } +if(defined $::opt_version) { version(); exit(0); } + +if(defined $::opt_a) { + if(not open(ARGFILE,"<".$::opt_a)) { + print STDERR "$Global::progname: Cannot open input file `$::opt_a': No such file or directory\n"; + exit(-1); + } + $Global::argfile = *ARGFILE; +} + +if(@ARGV) { + if($Global::quoting) { + $Global::command = join(" ", shell_quote(@ARGV)); + } else { + $Global::command = join(" ", @ARGV); + } +} +# Needs to be done after setting $Global::command and $Global::command_line_max_len +# as '-m' influences the number of commands that needs to be run +if(defined $::opt_P) { $Global::processes_to_run = compute_number_of_processes($::opt_P); } + +$Global::job_end_sequence=1; + +init_run_jobs(); +DoNotReap(); +start_more_jobs(); +ReapIfNeeded(); +drain_job_queue(); + +# +# Generating the command line +# + +sub generate_command_line { + my $command = shift; + my ($job_line,$last_good); + my ($next_arg,@quoted_args,@quoted_args_no_ext,$arg_length); + my ($number_of_substitution) = 1; + my ($number_of_substitution_no_ext) = 0; + my ($length_of_context) = 0; + my ($length_of_command_no_args); + if($Global::xargs or $Global::Xargs) { + # Count number of {}'s on the command line + $number_of_substitution = ($command =~ s/\Q$Global::replacestring\E/$Global::replacestring/go); + $number_of_substitution ||= 1; + } + if($Global::xargs or $Global::Xargs) { + # Count number of {.}'s on the command line + $number_of_substitution_no_ext = + ($command =~ s/\Q$Global::replace_no_ext\E/$Global::replace_no_ext/go); + $number_of_substitution_no_ext ||= 0; + } + my $spaces=0; + if($Global::xargs or $Global::Xargs) { + my $c = $command; + # count number of replacements + my $no_of_replace = 0; + $no_of_replace++ while ($c =~ m/\Q$Global::replacestring\E/g); + my $no_of_no_ext = 0; + $no_of_no_ext++ while ($c =~ m/\Q$Global::replace_no_ext\E/g); + + if($Global::xargs) { + # remove all {}s + $c =~ s/\Q$Global::replacestring\E|\Q$Global::replace_no_ext\E//og; + $length_of_command_no_args = length($c) - $no_of_replace - $no_of_no_ext; + $length_of_context = 0; + $spaces = 1; + } + if($Global::Xargs) { + $c =~ s/\S*\Q$Global::replacestring\E\S*//go; + $c =~ s/\S*\Q$Global::replace_no_ext\E\S*//go; + + $length_of_command_no_args = length($c) - 1; + $length_of_context = length($command) - $length_of_command_no_args + - $no_of_replace * length($Global::replacestring) + - $no_of_no_ext * length($Global::replace_no_ext); + } + } + + my $number_of_args = 0; + # max number of lines (-L) = + # number_of_read_lines = 0 + while (defined($next_arg = get_next_arg())) { + my $next_arg_no_ext = $next_arg; + $next_arg_no_ext =~ s/\.[^\.]*$//; # Remove .ext from argument + # if defined max_number_of_lines + # number_of_read_lines++ + # if $next_arg =~ /\w$/ then number_of_read_lines-- + # Trailing blanks cause an + # input line to be logically continued on the next input line. + # if number_of_read_lines > max_number_of_lines + # last + push (@quoted_args, $next_arg); + push (@quoted_args_no_ext, $next_arg_no_ext); + $number_of_args++; + if(not $Global::xargs and not $Global::Xargs) { + last; + } else { + # Emulate xargs if there is a command and -x or -X is set + my $next_arg_len = $number_of_substitution * (length ($next_arg) + $spaces) + + + $number_of_substitution_no_ext * (length ($next_arg_no_ext) + $spaces) + + $length_of_context; + + $arg_length += $next_arg_len; + # debug("arglen $arg_length = $number_of_substitution * (1 + length ($next_arg)) + $length_of_context\n"); + my $job_line_length = $length_of_command_no_args + $arg_length; + # debug("linelen $job_line_length = $length_of_command_no_args + 1 + $arg_length\n"); +# print STDERR "1234567890123456789012345678901234567890\n"; + #print STDERR "LENcalc $number_of_args CON$length_of_context $length_of_command_no_args ".length ($next_arg)." LL$job_line_length NAL$next_arg_len ",$job_line_length-$next_arg_len-1,"\n"; + if($job_line_length >= max_length_of_command_line()) { + unget_arg(pop @quoted_args); + if(defined $quoted_args[0]) { + last; + } else { + die ("Command line too long ($job_line_length >= " + . max_length_of_command_line() . ") at number $number_of_args: $next_arg"); + } + } + if($Global::max_number_of_args and $number_of_args >= $Global::max_number_of_args) { + last; + } + } + } + if(@quoted_args) { + $job_line = $command; + if(defined $job_line and + ($job_line =~/\Q$Global::replacestring\E/o or $job_line =~/\Q$Global::replace_no_ext\E/o)) { + # substitute {} and {.} with args + if($Global::Xargs) { + # Context sensitive replace (foo{}bar with fooargsbar) + $job_line = context_replace($job_line, \@quoted_args, \@quoted_args_no_ext); + } else { + # Normal replace {} with args and {.} with args without extension + my $arg=join(" ",@quoted_args); + my $arg_no_ext=join(" ",@quoted_args_no_ext); + $job_line =~ s/\Q$Global::replacestring\E/$arg/go; + $job_line =~ s/\Q$Global::replace_no_ext\E/$arg_no_ext/go; + } + } else { + # append args + my $arg=join(" ",@quoted_args); + $job_line .= " $arg"; + } + debug("Return jobline: $job_line\n"); + } + return $job_line; +} + +sub shell_quote { + # Quote the string so shell will not expand any special chars + my (@strings) = (@_); + my $arg; + for $arg (@strings) { + # what is the right thing to do about '-' at start of line? + # maybe substitute with './' + # so it is not regarded as -option. + $arg =~ s/\\/\\\\/g; + + $arg =~ s/([\#\?\`\(\)\*\>\<\~\|\; \"\!\$\&\'])/\\$1/g; + $arg =~ s/([\002-\011\013-\032])/\\$1/g; + $arg =~ s/([\n])/'\n'/g; # filenames with '\n' is quoted using \' + } + return (@strings); +} + +# Replace foo{}bar or foo{.}bar +sub context_replace { + my ($job_line,$quoted,$no_ext) = (@_); + while($job_line =~/\Q$Global::replacestring\E|\Q$Global::replace_no_ext\E/o) { + $job_line =~ /(\S*(\Q$Global::replacestring\E|\Q$Global::replace_no_ext\E)\S*)/o + or die ("This should never happen"); + my $wordarg = $1; # This is the context that needs to be substituted + my @all_word_arg; + for my $n (0 .. $#$quoted) { + my $arg = $quoted->[$n]; + my $arg_no_ext = $no_ext->[$n]; + my $substituted = $wordarg; + $substituted=~s/\Q$Global::replacestring\E/$arg/go; + $substituted=~s/\Q$Global::replace_no_ext\E/$arg_no_ext/go; + push @all_word_arg, $substituted; + } + my $all_word_arg = join(" ",@all_word_arg); + $job_line =~ s/\Q$wordarg\E/$all_word_arg/; + } + return $job_line; +} + +# +# Number of processes, filehandles, max length of command line +# + +# Maximal command line length (for -m and -X) +sub max_length_of_command_line { + # Find the max_length of a command line + # First find an upper bound + if(not $Global::command_line_max_len) { + my $len = 10; + do { + $len *= 10; + } while (is_acceptable_command_line_length($len)); + # Then search for the actual max length between 0 and upper bound + $Global::command_line_max_len = binary_find_max_length(int(($len)/10),$len); + if($::opt_s) { + if($::opt_s <= $Global::command_line_max_len) { + $Global::command_line_max_len = $::opt_s; + } else { + print STDERR "$Global::progname: ", + "value for -s option should be < $Global::command_line_max_len\n"; + } + } + } + return $Global::command_line_max_len; +} + +sub binary_find_max_length { + # Given a lower and upper bound find the max_length of a command line + my ($lower, $upper) = (@_); + if($lower == $upper or $lower == $upper-1) { return $lower; } + my $middle = int (($upper-$lower)/2 + $lower); + debug("$lower,$upper,$middle\n"); + if (is_acceptable_command_line_length($middle)) { + return binary_find_max_length($middle,$upper); + } else { + return binary_find_max_length($lower,$middle); + } +} + +sub is_acceptable_command_line_length { + # Test if a command line of this length can run + my $len = shift; + $Global::is_acceptable_command_line_length++; + debug("$Global::is_acceptable_command_line_length $len\n"); + local *STDERR; + open (STDERR,">/dev/null"); + system "true "."x"x$len; + close STDERR; + return not $?; +} + +# Number of parallel processes to run + +sub compute_number_of_processes { + # Number of processes wanted and limited by system ressources + my $opt_P = shift; + my $wanted_processes = user_requested_processes($opt_P); + debug("Wanted procs: $wanted_processes\n"); + my $system_limit = processes_available_by_system_limit($wanted_processes); + debug("Limited to procs: $system_limit\n"); + return $system_limit; +} + +sub processes_available_by_system_limit { + # If the wanted number of processes is bigger than the system limits: + # Limit them to the system limits + # Limits are: File handles, number of input lines, processes, + # and taking > 1 second to spawn 10 extra processes + my $wanted_processes = shift; + my $system_limit=0; + my @command_lines=(); + my $next_command_line; + my $more_filehandles; + my $max_system_proc_reached=0; + my $spawning_too_slow=0; + my $time = time; + my %fh; + my @children; + DoNotReap(); + + # Reserve filehandles + # perl uses 7 filehandles for something? + # parallel uses 1 for memory_usage + for my $i (1..8) { + open($fh{"init-$i"}," 2) { + # It took more than 2 second to fork ten processes. We should stop forking. + # Let us give the system a little slack + debug("\nLimiting processes to: $system_limit-10%=". + (int ($system_limit * 0.9)+1)."\n"); + $system_limit = int ($system_limit * 0.9)+1; + $spawning_too_slow = 1; + } + } while($system_limit < $wanted_processes + and defined $next_command_line + and $more_filehandles + and not $max_system_proc_reached + and not $spawning_too_slow); + if($system_limit < $wanted_processes and not $more_filehandles) { + print STDERR ("Warning: Only enough filehandles to run ", + $system_limit, " jobs in parallel. ", + "Raising ulimit -n may help\n"); + } + if($system_limit < $wanted_processes and $max_system_proc_reached) { + print STDERR ("Warning: Only enough available processes to run ", + $system_limit, " jobs in parallel.\n"); + } + if($system_limit < $wanted_processes and $spawning_too_slow) { + print STDERR ("Warning: Starting 10 extra processes takes > 2 sec.\n", + "Limiting to ", $system_limit, " jobs in parallel.\n"); + } + # Cleanup: Close the files + for (values %fh) { close $_ } + # Cleanup: Kill the children + for my $pid (@children) { + kill 15, $pid; + waitpid($pid,0); + } + wait(); + # Cleanup: Unget the command_lines + unget_command_line(@command_lines); + return $system_limit; +} + +sub enough_file_handles { + # check that we have enough filehandles available for starting + # another job + if($Global::grouped) { + my %fh; + my $enough_filehandles = 1; + # We need a filehandle for STDOUT and STDERR + # open3 uses 2 extra filehandles temporarily + for my $i (1..4) { + $enough_filehandles &&= open($fh{$i},") { + /^processor.*[:]/ and $no_of_cpus++; + } + close IN; + } + return $no_of_cpus; +} + +sub no_of_cpus_darwin { + my $no_of_cpus = `sysctl -n hw.ncpu 2>/dev/null`; + return $no_of_cpus; +} + +sub no_of_cpus_solaris { + if(-x "/usr/sbin/psrinfo") { + my @psrinfo = `/usr/sbin/psrinfo`; + if($#psrinfo >= 0) { + return $#psrinfo +1; + } + } + if(-x "/usr/sbin/prtconf") { + my @prtconf = `/usr/sbin/prtconf | grep cpu..instance`; + if($#prtconf >= 0) { + return $#prtconf +1; + } + } + return undef; +} + + +# +# Running and printing the jobs +# + +sub init_run_jobs { + # Remember the original STDOUT and STDERR + open $Global::original_stdout, ">&STDOUT" or die "Can't dup STDOUT: $!"; + open $Global::original_stderr, ">&STDERR" or die "Can't dup STDERR: $!"; + $Global::running_jobs=0; + $SIG{USR1} = \&ListRunningJobs; + $Global::original_sigterm = $SIG{TERM}; + $SIG{TERM} = \&StartNoNewJobs; +} + +sub next_command_line { + my $cmd_line; + if(@Global::unget_next_command_line) { + $cmd_line = shift @Global::unget_next_command_line; + } else { + do { + $cmd_line = generate_command_line($Global::command); + } while (defined $cmd_line and $cmd_line =~ /^\s*$/); # Skip empty lines + } + return $cmd_line; +} + +sub unget_command_line { + push @Global::unget_next_command_line, @_; +} + +sub get_next_arg { + my $arg; + if(@Global::unget_arg) { + $arg = shift @Global::unget_arg; + } else { + if(eof $Global::argfile) { + return undef; + } + $arg = <$Global::argfile>; + chomp $arg; + if($Global::end_of_file_string and $arg eq $Global::end_of_file_string) { + # Ignore the rest of STDIN + while (<$Global::argfile>) {} + return undef; + } + if($Global::ignore_empty) { + if($arg =~ /^\s*$/) { + return get_next_arg(); + } + } + if($Global::input_is_filename) { + ($arg) = shell_quote($arg); + } + } + debug("Next arg: ".$arg."\n"); + return $arg; +} + +sub unget_arg { + push @Global::unget_arg, @_; +} + +sub drain_job_queue { + while($Global::running_jobs > 0) { + debug("jobs running: $Global::running_jobs Memory usage:".my_memory_usage()."\n"); + sleep 1; + } +} + +sub start_more_jobs { + my $jobs_started = 0; + if(not $Global::StartNoNewJobs) { + while($Global::running_jobs < $Global::processes_to_run + and + start_another_job()) { + $jobs_started++; + } + } + return $jobs_started; +} + +sub start_another_job { + # Grab a job from @Global::command, start it + # and remember the pid, the STDOUT and the STDERR handles + # If no more jobs: do nothing + # Do we have enough file handles to start another job? + if(enough_file_handles()) { + my $command = next_command_line(); + if(defined $command) { + my %jobinfo = start_job($command); + if(%jobinfo) { + $Global::running{$jobinfo{"pid"}} = \%jobinfo; + } + return 1; + } else { + return 0; + } + } else { + return 0; + } +} + +sub start_job { + # Setup STDOUT and STDERR for a job and start it. + my $command = shift; + my ($pid,$out,$err,%out,%err,$outname,$errname,$name); + if($Global::grouped) { + # To group we create temporary files for STDOUT and STDERR + # Filehandles are global, so to not overwrite the filehandles use a hash with new keys + # To avoid the cleanup unlink the files immediately (but keep them open) + $outname = ++$Global::TmpFilename; + ($out{$outname},$name) = tempfile(SUFFIX => ".par"); + unlink $name; + $errname = ++$Global::TmpFilename; + ($err{$errname},$name) = tempfile(SUFFIX => ".par"); + unlink $name; + + open STDOUT, '>&', $out{$outname} or die "Can't redirect STDOUT: $!"; + open STDERR, '>&', $err{$errname} or die "Can't dup STDOUT: $!"; + } + + if($Global::interactive or $Global::stderr_verbose) { + if($Global::interactive) { + print $Global::original_stderr "$command ?..."; + open(TTY,"/dev/tty") || die; + my $answer = ; + close TTY; + my $run_yes = ($answer =~ /^\s*y/i); + if (not $run_yes) { + open STDOUT, ">&", $Global::original_stdout or die "Can't dup \$oldout: $!"; + open STDERR, ">&", $Global::original_stderr or die "Can't dup \$oldout: $!"; + return; + } + } else { + print $Global::original_stderr "$command\n"; + } + } + if($Global::verbose and not $Global::grouped) { + print STDOUT $command,"\n"; + } + $Global::running_jobs++; + debug("$Global::running_jobs processes. Starting: $command\n"); + #print STDERR "LEN".length($command)."\n"; + $pid = open3(gensym, ">&STDOUT", ">&STDERR", $command) || + die("open3 failed. Report a bug to \n"); + debug("started: $command\n"); + open STDOUT, ">&", $Global::original_stdout or die "Can't dup \$oldout: $!"; + open STDERR, ">&", $Global::original_stderr or die "Can't dup \$oldout: $!"; + + $Global::job_start_sequence++; + if($Global::grouped) { + return ("seq" => $Global::job_start_sequence, + "pid" => $pid, + "out" => $out{$outname}, + "err" => $err{$errname}, + "command" => $command); + } else { + return ("seq" => $Global::job_start_sequence, + "pid" => $pid, + "command" => $command); + } +} + +sub print_job { + # Print the output of the jobs + # Only relevant for grouping + $Global::grouped or return; + my $fhs = shift; + if(not defined $fhs) { + return; + } + my $out = $fhs->{out}; + my $err = $fhs->{err}; + my $command = $fhs->{command}; + + debug(">>joboutput $command\n"); + if($Global::verbose and $Global::grouped) { + print STDOUT $command,"\n"; + # If STDOUT and STDERR is merged, we want the command to be printed first + # so flush to avoid STDOUT being buffered + flush STDOUT; + } + seek $_, 0, 0 for $out, $err; + if($Global::debug) { + print STDERR "ERR:\n"; + } + my $buf; + while(sysread($err,$buf,1000_000)) { + print STDERR $buf; + } + if($Global::debug) { + print STDOUT "OUT:\n"; + } + while(sysread($out,$buf,1000_000)) { + print STDOUT $buf; + } + debug("<{'command'},"\n"; + } +} + +sub StartNoNewJobs { + print STDERR ("$Global::progname: SIGTERM received. No new jobs will be started.\n", + "$Global::progname: Waiting for these ", scalar(keys %Global::running), + " jobs to finish. Send SIGTERM again to stop now.\n"); + ListRunningJobs(); + $Global::StartNoNewJobs++; + $SIG{TERM} = $Global::original_sigterm; +} + +sub CountSigChild { + $Global::SigChildCaught++; +} + +sub DoNotReap { + # This will postpone SIGCHILD for sections that cannot be distracted by a dying child + # (Racecondition) + $SIG{CHLD} = \&CountSigChild; +} + +sub ReapIfNeeded { + # Do the postponed SIGCHILDs if any and re-install normal reaper for SIGCHILD + # (Racecondition) + if($Global::SigChildCaught) { + $Global::SigChildCaught = 0; + Reaper(); + } + $SIG{CHLD} = \&Reaper; +} + +sub Reaper { + # A job finished. + # Print the output. + # Start another job + DoNotReap(); + $Global::reaperlevel++; + my $stiff; + debug("Reaper called $Global::reaperlevel\n"); + while (($stiff = waitpid(-1, &WNOHANG)) > 0) { + if($Global::keeporder) { + $Global::print_later{$Global::running{$stiff}{"seq"}} = $Global::running{$stiff}; + debug("died: $Global::running{$stiff}{'seq'}"); + while($Global::print_later{$Global::job_end_sequence}) { + debug("Found job end $Global::job_end_sequence"); + print_job($Global::print_later{$Global::job_end_sequence}); + delete $Global::print_later{$Global::job_end_sequence}; + $Global::job_end_sequence++; + } + delete $Global::running{$stiff}; + $Global::running_jobs--; + start_more_jobs(); + } else { + print_job($Global::running{$stiff}); + delete $Global::running{$stiff}; + $Global::running_jobs--; + start_more_jobs(); + } + } + ReapIfNeeded(); + debug("Reaper exit $Global::reaperlevel\n"); + $Global::reaperlevel--; +} + +# +# Usage +# + +sub die_usage { + usage(); + exit(1); +} + +sub usage { + print "Usage:\n"; + print "$Global::progname [options] [command [arguments]] < list_of_arguments\n"; + print "\n"; + print "See 'man $Global::progname' for the options\n"; +} + +sub version { + print join("\n", + "$Global::progname $Global::version", +# "Copyright (C) 2007,2008,2009,2010 Ole Tange and Free Software Foundation, Inc.", + "Copyright (C) 2007,2008,2009,2010 Ole Tange.", + "License GPLv3+: GNU GPL version 3 or later ", + "This is free software: you are free to change and redistribute it.", + "$Global::progname comes with no warranty.", + "", + "Web site: http://${Global::progname}.nongnu.org\n" + ); +} + + +# +# Debugging +# + +sub debug { + $Global::debug or return; + if($Global::original_stdout) { + print $Global::original_stdout @_; + } else { + print @_; + } +} + +sub my_memory_usage { + use strict; + use FileHandle; + + + my $pid = $$; + if(-e "/proc/$pid/stat") { + my $fh = FileHandle->new("; + chomp $data; + $fh->close; + + my @procinfo = split(/\s+/,$data); + + return $procinfo[22]; + } else { + return 0; + } +} + +sub my_size { + my @size_this = (@_); + eval "use Devel::Size qw(size total_size)"; + if ($@) { + return -1; + } else { + return total_size(@_); + } +} + + +sub my_dump { + my @dump_this = (@_); + eval "use Data::Dump qw(dump);"; + if ($@) { + # Data::Dump not installed + eval "use Data::Dumper;"; + if ($@) { + my $err = "Neither Data::Dump nor Data::Dumper is installed\n". + "Not dumping output\n"; + print STDERR $err; + return $err; + } else { + return Dumper(@dump_this); + } + } else { + eval "use Data::Dump qw(dump);"; + return (Data::Dump::dump(@dump_this)); + } +} + +# Keep perl -w happy +$main::opt_u = $main::opt_e = $main::opt_c = $main::opt_f = +$main::opt_q = $main::opt_0 = $main::opt_s = $main::opt_v = +$main::opt_g = $main::opt_P = $main::opt_D = $main::opt_m = +$main::opt_X = $main::opt_x = $main::opt_k = $main::opt_d = +$main::opt_P = $main::opt_i = $main::opt_p = $main::opt_a = +$main::opt_version = $main::opt_L = $main::opt_l = +$main::opt_show_limits = $main::opt_n = $main::opt_e = $main::opt_t = +$main::opt_E = $main::opt_r = $Global::xargs = $Global::keeporder = 0; diff --git a/unittest/Makefile b/unittest/Makefile new file mode 100644 index 00000000..2044a94f --- /dev/null +++ b/unittest/Makefile @@ -0,0 +1,16 @@ +unittest: ../src/parallel tests-to-run/* wanted-results/* + echo | mop || (echo mop is required for unittest; /bin/false) + seq 1 2 | mop || (echo seq is required for unittest; /bin/false) + sh Start.sh + +clean: + rm -rf input-files/random_dirs_no_newline + rm -rf input-files/random_dirs_with_newline + +dist: + rm -rf input-files/random_dirs_*_newline || /bin/true + rm -rf tmp || /bin/true + ( cd ..; tar -cvj --exclude .git --exclude '#*#' --exclude '*~' --exclude CVS -f /tmp/parallel.tar.bz2 parallel-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9] ) + mv /tmp/parallel.tar.bz2 parallel-$$(date +"%Y%m%d").tar.bz2 + rsync -Havessh parallel-$$(date +"%Y%m%d").tar.bz2 download.savannah.nongnu.org:/releases/parallel/ + diff --git a/unittest/actual-results/test15 b/unittest/actual-results/test15 index 77bcfdff..d55059c1 100644 --- a/unittest/actual-results/test15 +++ b/unittest/actual-results/test15 @@ -91,8 +91,9 @@ line 1 line 1 line 2 line 1 line 1 line 2 -2 -2 +Output from -h and --help +4 +4 7 echo bar echo car diff --git a/unittest/tests-to-run/test01.sh b/unittest/tests-to-run/test01.sh index e659d0ef..76f01721 100644 --- a/unittest/tests-to-run/test01.sh +++ b/unittest/tests-to-run/test01.sh @@ -1,26 +1,28 @@ #!/bin/bash +PAR=parallel + rsync -Ha --delete input-files/testdir/ tmp/ cd tmp -echo echo test of cat pipe sh | parallel -j 50 2>&1 -find . -name '*.jpg' | parallel -j +0 convert -geometry 120 {} {}_thumb.jpg +echo echo test of cat pipe sh | $PAR -j 50 2>&1 +find . -name '*.jpg' | $PAR -j +0 convert -geometry 120 {} {}_thumb.jpg find . -name '*_thumb.jpg' | ren 's:/([^/]+)_thumb.jpg$:/thumb_$1:' -ls | parallel ls | sort -ls | parallel echo ls | sort -ls | parallel -j 1 echo ls | sort -find -type f | parallel diff {} a/foo ">"{}.diff | sort -ls | parallel -vg "ls {}|wc;echo {}" | sort +ls | $PAR ls | sort +ls | $PAR echo ls | sort +ls | $PAR -j 1 echo ls | sort +find -type f | $PAR diff {} a/foo ">"{}.diff | sort +ls | $PAR -vg "ls {}|wc;echo {}" | sort # Check that we can have more input than max procs (-j 0) -perl -e 'print map {"more_than_5000-$_\n" } (4000..9999)' | parallel -vj 0 touch | sort | tail -perl -e 'print map {"more_than_5000-$_\n" } (4000..9900)' | parallel -j 0 rm | sort -ls | parallel -j500 'sleep 1; ls {} | perl -ne "END{print $..\" {}\n\"}"' | sort -ls | parallel -gj500 'sleep 1; ls {} | perl -ne "END{print $..\" {}\n\"}"' | sort -ls | parallel -g "perl -ne '/^\\S+\\s+\\S+$/ and print \$ARGV,\"\\n\"'" | sort -ls | parallel -vg "perl -ne '/^\\S+\\s+\\S+$/ and print \$ARGV,\"\\n\"'" | sort -ls | parallel -qg perl -ne '/^\S+\s+\S+$/ and print $ARGV,"\n"' | sort -ls | parallel -qvg perl -ne '/^\S+\s+\S+$/ and print $ARGV,"\n"' | sort +perl -e 'print map {"more_than_5000-$_\n" } (4000..9999)' | $PAR -vj 0 touch | sort | tail +perl -e 'print map {"more_than_5000-$_\n" } (4000..9900)' | $PAR -j 0 rm | sort +ls | $PAR -j500 'sleep 1; ls {} | perl -ne "END{print $..\" {}\n\"}"' | sort +ls | $PAR -gj500 'sleep 1; ls {} | perl -ne "END{print $..\" {}\n\"}"' | sort +ls | $PAR -g "perl -ne '/^\\S+\\s+\\S+$/ and print \$ARGV,\"\\n\"'" | sort +ls | $PAR -vg "perl -ne '/^\\S+\\s+\\S+$/ and print \$ARGV,\"\\n\"'" | sort +ls | $PAR -qg perl -ne '/^\S+\s+\S+$/ and print $ARGV,"\n"' | sort +ls | $PAR -qvg perl -ne '/^\S+\s+\S+$/ and print $ARGV,"\n"' | sort cd .. rm -rf tmp diff --git a/unittest/tests-to-run/test02.sh b/unittest/tests-to-run/test02.sh index f5bc0081..36437a02 100644 --- a/unittest/tests-to-run/test02.sh +++ b/unittest/tests-to-run/test02.sh @@ -1,10 +1,12 @@ #!/bin/bash +PAR=parallel + rm -rf tmp 2>/dev/null cp -a input-files/testdir2 tmp cd tmp -find . -name '*.jpg' | parallel -j +0 convert -geometry 120 {} {}_thumb.jpg +find . -name '*.jpg' | $PAR -j +0 convert -geometry 120 {} {}_thumb.jpg find . -name '*_thumb.jpg' | ren 's:/([^/]+)_thumb.jpg$:/thumb_$1:' find |grep -v CVS diff --git a/unittest/tests-to-run/test03.sh b/unittest/tests-to-run/test03.sh index 9119a5c9..46f15f3e 100644 --- a/unittest/tests-to-run/test03.sh +++ b/unittest/tests-to-run/test03.sh @@ -1,11 +1,13 @@ #!/bin/bash +PAR=parallel + rm -rf tmp 2>/dev/null cp -a input-files/testdir2 tmp cd tmp # tests if -c (cat | sh) works -perl -e 'for(1..25) {print "echo a $_; echo b $_\n"}' | parallel -c 2>&1 | sort +perl -e 'for(1..25) {print "echo a $_; echo b $_\n"}' | $PAR -c 2>&1 | sort cd .. rm -rf tmp diff --git a/unittest/tests-to-run/test04.sh b/unittest/tests-to-run/test04.sh index f2197b93..e0617878 100644 --- a/unittest/tests-to-run/test04.sh +++ b/unittest/tests-to-run/test04.sh @@ -1,5 +1,7 @@ #!/bin/bash +PAR=parallel + rm -rf tmp 2>/dev/null cd input-files tar xjf random_dirs_no_newline.tar.bz2 @@ -8,21 +10,21 @@ cp -a input-files/random_dirs_no_newline tmp cd tmp # tests if special dir names causes problems -ls | parallel -v touch -- {}/abc-{}-{} 2>&1 | perl -e 'print sort (<>)' | md5sum +ls | $PAR -v touch -- {}/abc-{}-{} 2>&1 | perl -e 'print sort (<>)' | md5sum echo -n 'There are ' find . -type d -print0 | perl -0 -ne '$a++;END{print $a}' echo -n ' dirs with ' find . -type f -print0 | perl -0 -ne '$a++;END{print $a}' echo ' files' echo 'Removing files' -ls | parallel -v rm -- {}/abc-{}-{} 2>&1 | perl -e 'print sort (<>)' | md5sum +ls | $PAR -v rm -- {}/abc-{}-{} 2>&1 | perl -e 'print sort (<>)' | md5sum echo -n 'There are ' find . -type d -print0 | perl -0 -ne '$a++;END{print $a}' echo -n ' dirs with ' find . -type f -print0 | perl -0 -ne '$a++;END{print $a}' echo ' files' echo 'Removing dirs' -ls | parallel -v rmdir -- {} 2>&1 | perl -e 'print sort (<>)' | md5sum +ls | $PAR -v rmdir -- {} 2>&1 | perl -e 'print sort (<>)' | md5sum echo -n 'There are ' find . -type d -print0 | perl -0 -ne '$a++;END{print $a}' echo -n ' dirs with ' diff --git a/unittest/tests-to-run/test05.sh b/unittest/tests-to-run/test05.sh index 1939b5c9..498aa6e8 100644 --- a/unittest/tests-to-run/test05.sh +++ b/unittest/tests-to-run/test05.sh @@ -1,5 +1,7 @@ #!/bin/bash +PAR=parallel + rm -rf tmp 2>/dev/null cd input-files tar xjf random_dirs_with_newline.tar.bz2 @@ -8,7 +10,7 @@ cp -a input-files/random_dirs_with_newline tmp cd tmp # tests if special dir names causes problems -find . -type d -print0 | perl -0 -pe 's:^./::' | parallel -0 -v touch -- {}/abc-{}-{} 2>&1 \ +find . -type d -print0 | perl -0 -pe 's:^./::' | $PAR -0 -v touch -- {}/abc-{}-{} 2>&1 \ | perl -e 'print sort (<>)' | md5sum echo -n 'There are ' find . -type d -print0 | perl -0 -ne '$a++;END{print $a}' @@ -16,7 +18,7 @@ echo -n ' dirs with ' find . -type f -print0 | perl -0 -ne '$a++;END{print $a}' echo ' files' echo 'Removing files' -find . -type d -print0 | perl -0 -pe 's:^./::' | parallel -0 -v rm -- {}/abc-{}-{} 2>&1 \ +find . -type d -print0 | perl -0 -pe 's:^./::' | $PAR -0 -v rm -- {}/abc-{}-{} 2>&1 \ | perl -e 'print sort (<>)' | md5sum echo -n 'There are ' find . -type d -print0 | perl -0 -ne '$a++;END{print $a}' @@ -24,7 +26,7 @@ echo -n ' dirs with ' find . -type f -print0 | perl -0 -ne '$a++;END{print $a}' echo ' files' echo 'Removing dirs' -find . -type d -print0 | perl -0 -pe 's:^./::' | parallel -0 -v rmdir -- {} 2>&1 \ +find . -type d -print0 | perl -0 -pe 's:^./::' | $PAR -0 -v rmdir -- {} 2>&1 \ | perl -e 'print sort (<>)' | md5sum echo -n 'There are ' find . -type d -print0 | perl -0 -ne '$a++;END{print $a}' diff --git a/unittest/tests-to-run/test06.sh b/unittest/tests-to-run/test06.sh index df096008..b3878209 100644 --- a/unittest/tests-to-run/test06.sh +++ b/unittest/tests-to-run/test06.sh @@ -1,14 +1,16 @@ #!/bin/bash +PAR=parallel + rm -rf tmp 2>/dev/null cp -a input-files/testdir2 tmp cd tmp # tests if -c (cat | sh) works -perl -e 'for(1..25) {print "echo a $_; echo b $_\n"}' | parallel -c 2>&1 | sort +perl -e 'for(1..25) {print "echo a $_; echo b $_\n"}' | $PAR -c 2>&1 | sort # tests if -f (xargs) works -perl -e 'for(1..25) {print "a $_\nb $_\n"}' | parallel -f echo 2>&1 | sort +perl -e 'for(1..25) {print "a $_\nb $_\n"}' | $PAR -f echo 2>&1 | sort cd .. rm -rf tmp diff --git a/unittest/tests-to-run/test07.sh b/unittest/tests-to-run/test07.sh index 538d1b29..0ec7f9e2 100755 --- a/unittest/tests-to-run/test07.sh +++ b/unittest/tests-to-run/test07.sh @@ -1,3 +1,5 @@ #!/bin/bash -seq 1 100 | parallel -j0 -qv perl -e '$r=rand(shift);for($f=0;$f<$r;$f++){$a="a"x100};print shift,"\n"' 10000 | sort +PAR=parallel + +seq 1 100 | $PAR -j0 -qv perl -e '$r=rand(shift);for($f=0;$f<$r;$f++){$a="a"x100};print shift,"\n"' 10000 | sort diff --git a/unittest/tests-to-run/test08.sh b/unittest/tests-to-run/test08.sh index 38db99c8..3426f724 100644 --- a/unittest/tests-to-run/test08.sh +++ b/unittest/tests-to-run/test08.sh @@ -1,12 +1,14 @@ #!/bin/bash +PAR=parallel + cd input-files/test08 ls \ -| parallel -q perl -ne '/_PRE (\d+)/ and $p=$1; /hatchname> (\d+)/ and $1!=$p and print $ARGV,"\n"' \ +| $PAR -q perl -ne '/_PRE (\d+)/ and $p=$1; /hatchname> (\d+)/ and $1!=$p and print $ARGV,"\n"' \ | sort -seq 1 10 | parallel -j 1 echo | sort -seq 1 10 | parallel -j 2 echo | sort -seq 1 10 | parallel -j 3 echo | sort +seq 1 10 | $PAR -j 1 echo | sort +seq 1 10 | $PAR -j 2 echo | sort +seq 1 10 | $PAR -j 3 echo | sort diff --git a/unittest/tests-to-run/test09.sh b/unittest/tests-to-run/test09.sh index e9e4224d..773d8949 100644 --- a/unittest/tests-to-run/test09.sh +++ b/unittest/tests-to-run/test09.sh @@ -1,8 +1,10 @@ #!/bin/bash +PAR=parallel + echo Force outside the file handle limit # 2009-02-17 Gave fork error (echo echo Start; seq 1 20000 | perl -pe 's/^/true /'; - echo echo end) | parallel -uj 0 + echo echo end) | $PAR -uj 0 diff --git a/unittest/tests-to-run/test10.sh b/unittest/tests-to-run/test10.sh index deb95e30..dd54c951 100644 --- a/unittest/tests-to-run/test10.sh +++ b/unittest/tests-to-run/test10.sh @@ -1,21 +1,23 @@ #!/bin/bash +PAR=parallel + # This causes problems if we kill child processes -seq 1 40 | parallel -j 0 seq 1 10 | sort |md5sum -seq 1 40 | parallel -j 0 seq 1 10 '| parallel -j 3 echo' | sort |md5sum +seq 1 40 | $PAR -j 0 seq 1 10 | sort |md5sum +seq 1 40 | $PAR -j 0 seq 1 10 '| '$PAR' -j 3 echo' | sort |md5sum # Test of xargs -seq 1 60000 | parallel -m echo | mop -d 4 "|sort |md5sum" "| wc" -(echo foo;echo bar) | parallel -m echo 1{}2{}3 A{}B{}C -(echo foo;echo bar) | parallel -X echo 1{}2{}3 A{}B{}C -seq 1 60000 | parallel -m echo a{}b{}c | mop -d 4 "|sort |md5sum" "| wc" -seq 1 60000 | parallel -m echo a{}b{}c | \ - mop -q "|sort |md5sum" :parallel +seq 1 60000 | $PAR -m echo | mop -d 4 "|sort |md5sum" "| wc" +(echo foo;echo bar) | $PAR -m echo 1{}2{}3 A{}B{}C +(echo foo;echo bar) | $PAR -X echo 1{}2{}3 A{}B{}C +seq 1 60000 | $PAR -m echo a{}b{}c | mop -d 4 "|sort |md5sum" "| wc" +seq 1 60000 | $PAR -m echo a{}b{}c | \ + mop -q "|sort |md5sum" :par echo -n "Chars per line: " -CHAR=$(cat ~/.mop/:parallel | wc -c) -LINES=$(cat ~/.mop/:parallel | wc -l) +CHAR=$(cat ~/.mop/:par | wc -c) +LINES=$(cat ~/.mop/:par | wc -l) echo "$CHAR/$LINES" | bc # Bug before 2009-08-26 causing regexp compile error or infinite loop -echo a | parallel -qX echo "'"{}"' " -echo a | parallel -qX echo "'{}'" +echo a | $PAR -qX echo "'"{}"' " +echo a | $PAR -qX echo "'{}'" diff --git a/unittest/tests-to-run/test11.sh b/unittest/tests-to-run/test11.sh index 91258179..a6dceb4d 100644 --- a/unittest/tests-to-run/test11.sh +++ b/unittest/tests-to-run/test11.sh @@ -1,4 +1,6 @@ #!/bin/bash +PAR=parallel + # Test the empty line -echo | parallel echo foo +echo | $PAR echo foo diff --git a/unittest/tests-to-run/test12.sh b/unittest/tests-to-run/test12.sh index 44a032c6..bd9d6147 100644 --- a/unittest/tests-to-run/test12.sh +++ b/unittest/tests-to-run/test12.sh @@ -1,4 +1,6 @@ #!/bin/bash +PAR=parallel + # Test if we can deal with output > 4 GB -echo | parallel 'dd if=/dev/zero count=43 bs=100000k; echo 1; echo 2' | md5sum +echo | $PAR 'dd if=/dev/zero count=43 bs=100000k; echo 1; echo 2' | md5sum diff --git a/unittest/tests-to-run/test13.sh b/unittest/tests-to-run/test13.sh index 6f0bbae4..464d9068 100644 --- a/unittest/tests-to-run/test13.sh +++ b/unittest/tests-to-run/test13.sh @@ -1,9 +1,11 @@ #!/bin/bash +PAR=parallel + # Test -k ulimit -n 50 -(echo "sleep 3; echo begin"; seq 1 30 | parallel -kq echo "sleep 1; echo {}"; echo "echo end") \ -| parallel -k -j0 +(echo "sleep 3; echo begin"; seq 1 30 | $PAR -kq echo "sleep 1; echo {}"; echo "echo end") \ +| $PAR -k -j0 # Test SIGTERM -(sleep 5; killall parallel -TERM) & seq 1 100 | parallel -k sleep 3';' echo +(sleep 5; killall $PAR -TERM) & seq 1 100 | $PAR -k sleep 3';' echo diff --git a/unittest/tests-to-run/test14.sh b/unittest/tests-to-run/test14.sh index cd53debd..ce9f1568 100644 --- a/unittest/tests-to-run/test14.sh +++ b/unittest/tests-to-run/test14.sh @@ -1,22 +1,24 @@ #!/bin/bash +PAR=parallel + # Test -I -seq 1 10 | parallel -k 'seq 1 {} | parallel -k -I :: echo {} ::' +seq 1 10 | $PAR -k 'seq 1 {} | '$PAR' -k -I :: echo {} ::' -seq 1 10 | parallel -k 'seq 1 {} | parallel -X -k -I :: echo a{} b::' +seq 1 10 | $PAR -k 'seq 1 {} | '$PAR' -X -k -I :: echo a{} b::' -seq 1 10 | parallel -k 'seq 1 {} | parallel -m -k -I :: echo a{} b::' +seq 1 10 | $PAR -k 'seq 1 {} | '$PAR' -m -k -I :: echo a{} b::' -seq 1 60000 | parallel -I :: -m echo a::b::c | \ - mop -q "|sort |md5sum" :parallel -CHAR=$(cat ~/.mop/:parallel | wc -c) -LINES=$(cat ~/.mop/:parallel | wc -l) +seq 1 60000 | $PAR -I :: -m echo a::b::c | \ + mop -q "|sort |md5sum" :par +CHAR=$(cat ~/.mop/:par | wc -c) +LINES=$(cat ~/.mop/:par | wc -l) echo -n "Chars per line ($CHAR/$LINES): " echo "$CHAR/$LINES" | bc -seq 1 60000 | parallel -I :: -X echo a::b::c | \ - mop -q "|sort |md5sum" :parallel -CHAR=$(cat ~/.mop/:parallel | wc -c) -LINES=$(cat ~/.mop/:parallel | wc -l) +seq 1 60000 | $PAR -I :: -X echo a::b::c | \ + mop -q "|sort |md5sum" :par +CHAR=$(cat ~/.mop/:par | wc -c) +LINES=$(cat ~/.mop/:par | wc -l) echo -n "Chars per line ($CHAR/$LINES): " echo "$CHAR/$LINES" | bc diff --git a/unittest/tests-to-run/test15.sh b/unittest/tests-to-run/test15.sh index f52e4c52..eb3406a3 100644 --- a/unittest/tests-to-run/test15.sh +++ b/unittest/tests-to-run/test15.sh @@ -2,69 +2,71 @@ # Test xargs compatibility +PAR=parallel # Test -a and --arg-file: Read input from file instead of stdin seq 1 10 >/tmp/$$ -parallel -a /tmp/$$ echo -parallel --arg-file /tmp/$$ echo +$PAR -a /tmp/$$ echo +$PAR --arg-file /tmp/$$ echo # Test -i and --replace: Replace with argument -(echo a; echo END; echo b) | parallel -k -i -eEND echo repl{}ce -(echo a; echo END; echo b) | parallel -k --replace -eEND echo repl{}ce -(echo a; echo END; echo b) | parallel -k -i+ -eEND echo repl+ce -(echo e; echo END; echo b) | parallel -k -i'*' -eEND echo r'*'plac'*' -(echo a; echo END; echo b) | parallel -k --replace + -eEND echo repl+ce -(echo a; echo END; echo b) | parallel -k --replace== -eEND echo repl=ce -(echo a; echo END; echo b) | parallel -k --replace = -eEND echo repl=ce -(echo a; echo END; echo b) | parallel -k --replace=^ -eEND echo repl^ce -(echo a; echo END; echo b) | parallel -k -I^ -eEND echo repl^ce +(echo a; echo END; echo b) | $PAR -k -i -eEND echo repl{}ce +(echo a; echo END; echo b) | $PAR -k --replace -eEND echo repl{}ce +(echo a; echo END; echo b) | $PAR -k -i+ -eEND echo repl+ce +(echo e; echo END; echo b) | $PAR -k -i'*' -eEND echo r'*'plac'*' +(echo a; echo END; echo b) | $PAR -k --replace + -eEND echo repl+ce +(echo a; echo END; echo b) | $PAR -k --replace== -eEND echo repl=ce +(echo a; echo END; echo b) | $PAR -k --replace = -eEND echo repl=ce +(echo a; echo END; echo b) | $PAR -k --replace=^ -eEND echo repl^ce +(echo a; echo END; echo b) | $PAR -k -I^ -eEND echo repl^ce # Test -E: Artificial end-of-file -(echo include this; echo END; echo not this) | parallel -k -E END echo -(echo include this; echo END; echo not this) | parallel -k -EEND echo +(echo include this; echo END; echo not this) | $PAR -k -E END echo +(echo include this; echo END; echo not this) | $PAR -k -EEND echo # Test -e and --eof: Artificial end-of-file -(echo include this; echo END; echo not this) | parallel -k -e END echo -(echo include this; echo END; echo not this) | parallel -k -eEND echo -(echo include this; echo END; echo not this) | parallel -k --eof=END echo -(echo include this; echo END; echo not this) | parallel -k --eof END echo +(echo include this; echo END; echo not this) | $PAR -k -e END echo +(echo include this; echo END; echo not this) | $PAR -k -eEND echo +(echo include this; echo END; echo not this) | $PAR -k --eof=END echo +(echo include this; echo END; echo not this) | $PAR -k --eof END echo # Test -n and --max-args: Max number of args per line (only with -X and -m) -(echo line 1;echo line 2;echo line 3) | parallel -k -n1 -m echo -(echo line 1;echo line 1;echo line 2) | parallel -k -n2 -m echo -(echo line 1;echo line 2;echo line 3) | parallel -k -n1 -X echo -(echo line 1;echo line 1;echo line 2) | parallel -k -n2 -X echo -(echo line 1;echo line 2;echo line 3) | parallel -k --max-args=1 -X echo -(echo line 1;echo line 2;echo line 3) | parallel -k --max-args 1 -X echo -(echo line 1;echo line 1;echo line 2) | parallel -k --max-args=2 -X echo -(echo line 1;echo line 1;echo line 2) | parallel -k --max-args 2 -X echo +(echo line 1;echo line 2;echo line 3) | $PAR -k -n1 -m echo +(echo line 1;echo line 1;echo line 2) | $PAR -k -n2 -m echo +(echo line 1;echo line 2;echo line 3) | $PAR -k -n1 -X echo +(echo line 1;echo line 1;echo line 2) | $PAR -k -n2 -X echo +(echo line 1;echo line 2;echo line 3) | $PAR -k --max-args=1 -X echo +(echo line 1;echo line 2;echo line 3) | $PAR -k --max-args 1 -X echo +(echo line 1;echo line 1;echo line 2) | $PAR -k --max-args=2 -X echo +(echo line 1;echo line 1;echo line 2) | $PAR -k --max-args 2 -X echo # Test --max-procs and -P: Number of processes -seq 1 10 | parallel -k --max-procs +0 echo max proc -seq 1 10 | parallel -k -P 200% echo 200% proc +seq 1 10 | $PAR -k --max-procs +0 echo max proc +seq 1 10 | $PAR -k -P 200% echo 200% proc # Test --delimiter and -d: Delimiter instead of newline # Yes there is supposed to be an extra newline for -d N -echo line 1Nline 2Nline 3 | parallel -k -d N echo This is -echo line 1Nline 2Nline 3 | parallel -k --delimiter N echo This is -printf "delimiter NUL line 1\0line 2\0line 3" | parallel -k -d '\0' echo -printf "delimiter TAB line 1\tline 2\tline 3" | parallel -k --delimiter '\t' echo +echo line 1Nline 2Nline 3 | $PAR -k -d N echo This is +echo line 1Nline 2Nline 3 | $PAR -k --delimiter N echo This is +printf "delimiter NUL line 1\0line 2\0line 3" | $PAR -k -d '\0' echo +printf "delimiter TAB line 1\tline 2\tline 3" | $PAR -k --delimiter '\t' echo # Test --max-chars and -s: Max number of chars in a line -(echo line 1;echo line 1;echo line 2) | parallel -k --max-chars 25 -X echo -(echo line 1;echo line 1;echo line 2) | parallel -k -s 25 -X echo +(echo line 1;echo line 1;echo line 2) | $PAR -k --max-chars 25 -X echo +(echo line 1;echo line 1;echo line 2) | $PAR -k -s 25 -X echo # Test --no-run-if-empty and -r: This should give no output -echo " " | parallel -r echo -echo " " | parallel --no-run-if-empty echo +echo " " | $PAR -r echo +echo " " | $PAR --no-run-if-empty echo # Test --help and -h: Help output (just check we get the same amount of lines) -parallel -h | wc -l -parallel --help | wc -l +echo Output from -h and --help +$PAR -h | wc -l +$PAR --help | wc -l # Test --version: Version output (just check we get the same amount of lines) -parallel --version | wc -l +$PAR --version | wc -l # Test --verbose and -t -(echo b; echo c; echo f) | parallel -k -t echo {}ar 2>&1 >/dev/null -(echo b; echo c; echo f) | parallel -k --verbose echo {}ar 2>&1 >/dev/null +(echo b; echo c; echo f) | $PAR -k -t echo {}ar 2>&1 >/dev/null +(echo b; echo c; echo f) | $PAR -k --verbose echo {}ar 2>&1 >/dev/null diff --git a/unittest/tests-to-run/test16.sh b/unittest/tests-to-run/test16.sh index 52d38dcd..0c20cda1 100644 --- a/unittest/tests-to-run/test16.sh +++ b/unittest/tests-to-run/test16.sh @@ -1,45 +1,47 @@ #!/bin/bash +PAR=parallel + # Test {.} # Test weird regexp chars -seq 1 6 | parallel -j1 -I :: -X echo a::b::^c::[.}c | mop +seq 1 6 | $PAR -j1 -I :: -X echo a::b::^c::[.}c | mop rsync -Ha --delete input-files/testdir2/ tmp/ cd tmp -find . -name '*.jpg' | parallel -j +0 convert -geometry 120 {} {.}_thumb.jpg +find . -name '*.jpg' | $PAR -j +0 convert -geometry 120 {} {.}_thumb.jpg -find -type f | parallel -k diff {} a/foo ">"{.}.diff -ls | parallel -kvg "ls {}|wc;echo {}" -ls | parallel -kj500 'sleep 1; ls {} | perl -ne "END{print $..\" {}\n\"}"' -ls | parallel -kgj500 'sleep 1; ls {} | perl -ne "END{print $..\" {}\n\"}"' +find -type f | $PAR -k diff {} a/foo ">"{.}.diff +ls | $PAR -kvg "ls {}|wc;echo {}" +ls | $PAR -kj500 'sleep 1; ls {} | perl -ne "END{print $..\" {}\n\"}"' +ls | $PAR -kgj500 'sleep 1; ls {} | perl -ne "END{print $..\" {}\n\"}"' mkdir 1-col 2-col -ls | parallel -kv touch -- {.}/abc-{.}-{} 2>&1 -ls | parallel -kv rm -- {.}/abc-{.}-{} 2>&1 -#test05.sh:find . -type d -print0 | perl -0 -pe 's:^./::' | parallel -0 -v touch -- {}/abc-{}-{} 2>&1 \ -#test05.sh:find . -type d -print0 | perl -0 -pe 's:^./::' | parallel -0 -v rm -- {}/abc-{}-{} 2>&1 \ -#test05.sh:find . -type d -print0 | perl -0 -pe 's:^./::' | parallel -0 -v rmdir -- {} 2>&1 \ -(echo foo;echo bar;echo joe.gif) | parallel -km echo 1{}2{.}3 A{.}B{.}C -(echo foo;echo bar;echo joe.gif) | parallel -kX echo 1{}2{.}3 A{.}B{.}C -seq 1 6 | parallel -kX echo -e '{}.gif\\n' | parallel -km echo a{}b{.}c{.} -seq 1 6 | parallel -kX echo -e '{}.gif\\n' | parallel -kX echo a{}b{.}c{.} -seq 1 60000 | perl -pe 's/$/.gif\n/' | parallel -km echo a{}b{.}c{.} | mop -d 4 "|md5sum" "| wc" -seq 1 60000 | perl -pe 's/$/.gif\n/' | parallel -kX echo a{}b{.}c{.} | mop -d 4 "|md5sum" "| wc" -seq 1 60000 | perl -pe 's/$/.gif\n/' | parallel -kX echo a{}b{.}c{.}{.}{} | wc -l -seq 1 60000 | perl -pe 's/$/.gif\n/' | parallel -kX echo a{}b{.}c{.}{.} | wc -l -seq 1 60000 | perl -pe 's/$/.gif\n/' | parallel -kX echo a{}b{.}c{.} | wc -l -seq 1 60000 | perl -pe 's/$/.gif\n/' | parallel -kX echo a{}b{.}c | wc -l -seq 1 60000 | perl -pe 's/$/.gif\n/' | parallel -kX echo a{}b | wc -l -seq 1 60000 | parallel -I :: -X echo a::b::c:: | wc -l -echo a | parallel -qX echo "'"{.}"' " -echo a | parallel -qX echo "'{.}'" -(echo "sleep 3; echo begin"; seq 1 30 | parallel -kq echo "sleep 1; echo {.}"; echo "echo end") \ -| parallel -k -j0 -seq 1 10 | parallel -k 'seq 1 {.} | parallel -k -I :: echo {.} ::' -seq 1 10 | parallel -k 'seq 1 {.} | parallel -X -k -I :: echo a{.} b::' -seq 1 10 | parallel -k 'seq 1 {.} | parallel -m -k -I :: echo a{.} b::' -(echo a; echo END; echo b) | parallel -k -i -eEND echo repl{.}ce -(echo a; echo END; echo b) | parallel -k --replace -eEND echo repl{.}ce -(echo b; echo c; echo f) | parallel -k -t echo {.}ar 2>&1 >/dev/null -(echo b; echo c; echo f) | parallel -k --verbose echo {.}ar 2>&1 >/dev/null +ls | $PAR -kv touch -- {.}/abc-{.}-{} 2>&1 +ls | $PAR -kv rm -- {.}/abc-{.}-{} 2>&1 +#test05.sh:find . -type d -print0 | perl -0 -pe 's:^./::' | $PAR -0 -v touch -- {}/abc-{}-{} 2>&1 \ +#test05.sh:find . -type d -print0 | perl -0 -pe 's:^./::' | $PAR -0 -v rm -- {}/abc-{}-{} 2>&1 \ +#test05.sh:find . -type d -print0 | perl -0 -pe 's:^./::' | $PAR -0 -v rmdir -- {} 2>&1 \ +(echo foo;echo bar;echo joe.gif) | $PAR -km echo 1{}2{.}3 A{.}B{.}C +(echo foo;echo bar;echo joe.gif) | $PAR -kX echo 1{}2{.}3 A{.}B{.}C +seq 1 6 | $PAR -kX echo -e '{}.gif\\n' | $PAR -km echo a{}b{.}c{.} +seq 1 6 | $PAR -kX echo -e '{}.gif\\n' | $PAR -kX echo a{}b{.}c{.} +seq 1 60000 | perl -pe 's/$/.gif\n/' | $PAR -km echo a{}b{.}c{.} | mop -d 4 "|md5sum" "| wc" +seq 1 60000 | perl -pe 's/$/.gif\n/' | $PAR -kX echo a{}b{.}c{.} | mop -d 4 "|md5sum" "| wc" +seq 1 60000 | perl -pe 's/$/.gif\n/' | $PAR -kX echo a{}b{.}c{.}{.}{} | wc -l +seq 1 60000 | perl -pe 's/$/.gif\n/' | $PAR -kX echo a{}b{.}c{.}{.} | wc -l +seq 1 60000 | perl -pe 's/$/.gif\n/' | $PAR -kX echo a{}b{.}c{.} | wc -l +seq 1 60000 | perl -pe 's/$/.gif\n/' | $PAR -kX echo a{}b{.}c | wc -l +seq 1 60000 | perl -pe 's/$/.gif\n/' | $PAR -kX echo a{}b | wc -l +seq 1 60000 | $PAR -I :: -X echo a::b::c:: | wc -l +echo a | $PAR -qX echo "'"{.}"' " +echo a | $PAR -qX echo "'{.}'" +(echo "sleep 3; echo begin"; seq 1 30 | $PAR -kq echo "sleep 1; echo {.}"; echo "echo end") \ +| $PAR -k -j0 +seq 1 10 | $PAR -k 'seq 1 {.} | '$PAR' -k -I :: echo {.} ::' +seq 1 10 | $PAR -k 'seq 1 {.} | '$PAR' -X -k -I :: echo a{.} b::' +seq 1 10 | $PAR -k 'seq 1 {.} | '$PAR' -m -k -I :: echo a{.} b::' +(echo a; echo END; echo b) | $PAR -k -i -eEND echo repl{.}ce +(echo a; echo END; echo b) | $PAR -k --replace -eEND echo repl{.}ce +(echo b; echo c; echo f) | $PAR -k -t echo {.}ar 2>&1 >/dev/null +(echo b; echo c; echo f) | $PAR -k --verbose echo {.}ar 2>&1 >/dev/null diff --git a/unittest/wanted-results/test15 b/unittest/wanted-results/test15 index 77bcfdff..d55059c1 100644 --- a/unittest/wanted-results/test15 +++ b/unittest/wanted-results/test15 @@ -91,8 +91,9 @@ line 1 line 1 line 2 line 1 line 1 line 2 -2 -2 +Output from -h and --help +4 +4 7 echo bar echo car