From b2f4ff0a58d704b0e74f9e17389f231fdf6bd5be Mon Sep 17 00:00:00 2001 From: zzh <838331105@qq.com> Date: Mon, 22 Dec 2025 13:40:30 +0800 Subject: [PATCH] =?UTF-8?q?=20=E6=96=B0=E5=A2=9E=E6=96=87=E4=BB=B6=20ota?= =?UTF-8?q?=20=E6=A3=80=E6=B5=8B,=E5=A4=8D=E4=BD=8D=20ota?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- sshpass-1.10/.deps/main.Po | 277 ++ sshpass-1.10/AUTHORS | 12 + sshpass-1.10/COPYING | 340 ++ sshpass-1.10/ChangeLog | 70 + sshpass-1.10/INSTALL | 368 ++ sshpass-1.10/Makefile | 856 ++++ sshpass-1.10/Makefile.am | 8 + sshpass-1.10/Makefile.in | 856 ++++ sshpass-1.10/NEWS | 3 + sshpass-1.10/README | 0 sshpass-1.10/aclocal.m4 | 1179 ++++++ sshpass-1.10/compile | 348 ++ sshpass-1.10/config.guess | 1754 ++++++++ sshpass-1.10/config.h | 228 + sshpass-1.10/config.h.in | 227 + sshpass-1.10/config.status | 1233 ++++++ sshpass-1.10/config.sub | 1890 +++++++++ sshpass-1.10/configure | 8059 ++++++++++++++++++++++++++++++++++++ sshpass-1.10/configure.ac | 42 + sshpass-1.10/depcomp | 791 ++++ sshpass-1.10/install-sh | 541 +++ sshpass-1.10/main.c | 614 +++ sshpass-1.10/missing | 215 + sshpass-1.10/sshpass | Bin 0 -> 43768 bytes sshpass-1.10/sshpass.1 | 124 + sshpass-1.10/stamp-h1 | 1 + sshpass_arm64 | Bin 0 -> 43768 bytes update_mac_pdd | Bin 0 -> 335968 bytes update_mac_pdd.c | 524 ++- 30 files changed, 20554 insertions(+), 8 deletions(-) create mode 100644 sshpass-1.10/.deps/main.Po create mode 100644 sshpass-1.10/AUTHORS create mode 100644 sshpass-1.10/COPYING create mode 100644 sshpass-1.10/ChangeLog create mode 100644 sshpass-1.10/INSTALL create mode 100644 sshpass-1.10/Makefile create mode 100644 sshpass-1.10/Makefile.am create mode 100644 sshpass-1.10/Makefile.in create mode 100644 sshpass-1.10/NEWS create mode 100644 sshpass-1.10/README create mode 100644 sshpass-1.10/aclocal.m4 create mode 100755 sshpass-1.10/compile create mode 100755 sshpass-1.10/config.guess create mode 100644 sshpass-1.10/config.h create mode 100644 sshpass-1.10/config.h.in create mode 100755 sshpass-1.10/config.status create mode 100755 sshpass-1.10/config.sub create mode 100755 sshpass-1.10/configure create mode 100644 sshpass-1.10/configure.ac create mode 100755 sshpass-1.10/depcomp create mode 100755 sshpass-1.10/install-sh create mode 100644 sshpass-1.10/main.c create mode 100755 sshpass-1.10/missing create mode 100755 sshpass-1.10/sshpass create mode 100644 sshpass-1.10/sshpass.1 create mode 100644 sshpass-1.10/stamp-h1 create mode 100755 sshpass_arm64 create mode 100755 update_mac_pdd diff --git a/Makefile b/Makefile index dd5661a..268a535 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ SHELL := /bin/bash -COMPILE_SH ?= /home/hyx/work/dev_gaiban/APP_AP05_1.1.22_tuxi_shengchan/compile.sh +COMPILE_SH ?= /home/hyx/work/ap05_dev_gaiban/APP_AP05_1.1.22_tuxi_shengchan/compile.sh SRC := update_mac_pdd.c TARGET_ARM64 := update_mac_pdd TARGET_NATIVE := update_mac_pdd_native diff --git a/sshpass-1.10/.deps/main.Po b/sshpass-1.10/.deps/main.Po new file mode 100644 index 0000000..7cf1747 --- /dev/null +++ b/sshpass-1.10/.deps/main.Po @@ -0,0 +1,277 @@ +main.o: main.c \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/stdc-predef.h \ + config.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/types.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/features.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/cdefs.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/wordsize.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/gnu/stubs.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/gnu/stubs-lp64.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/types.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/typesizes.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/time.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/lib/gcc/aarch64-linux-gnu/6.3.1/include/stddef.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/endian.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/endian.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/byteswap.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/byteswap-16.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/select.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/select.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/sigset.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/time.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/sysmacros.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/pthreadtypes.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/stat.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/stat.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/wait.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/signal.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/signum.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/siginfo.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/sigaction.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/sigcontext.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm/sigcontext.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/linux/types.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm/types.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm-generic/types.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm-generic/int-ll64.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm/bitsperlong.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm-generic/bitsperlong.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/linux/posix_types.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/linux/stddef.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm/posix_types.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm-generic/posix_types.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/sigstack.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/ucontext.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/procfs.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/time.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/user.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/sigthread.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/waitflags.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/waitstatus.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/ioctl.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/ioctls.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm/ioctls.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm-generic/ioctls.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/linux/ioctl.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm/ioctl.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm-generic/ioctl.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/ioctl-types.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/ttydefaults.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/assert.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/unistd.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/posix_opt.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/environments.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/confname.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/getopt.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/fcntl.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/fcntl.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/fcntl-linux.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/uio.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/termios.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/termios.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/stdio.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/libio.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/_G_config.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/wchar.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/lib/gcc/aarch64-linux-gnu/6.3.1/include/stdarg.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/stdio_lim.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/sys_errlist.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/stdio.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/stdlib.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/xlocale.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/alloca.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/stdlib-bsearch.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/stdlib-float.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/errno.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/errno.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/linux/errno.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm/errno.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm-generic/errno.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm-generic/errno-base.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/string.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/string.h \ + /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/string2.h + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/stdc-predef.h: + +config.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/types.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/features.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/cdefs.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/wordsize.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/gnu/stubs.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/gnu/stubs-lp64.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/types.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/typesizes.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/time.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/lib/gcc/aarch64-linux-gnu/6.3.1/include/stddef.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/endian.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/endian.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/byteswap.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/byteswap-16.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/select.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/select.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/sigset.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/time.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/sysmacros.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/pthreadtypes.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/stat.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/stat.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/wait.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/signal.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/signum.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/siginfo.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/sigaction.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/sigcontext.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm/sigcontext.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/linux/types.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm/types.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm-generic/types.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm-generic/int-ll64.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm/bitsperlong.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm-generic/bitsperlong.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/linux/posix_types.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/linux/stddef.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm/posix_types.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm-generic/posix_types.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/sigstack.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/ucontext.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/procfs.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/time.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/user.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/sigthread.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/waitflags.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/waitstatus.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/ioctl.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/ioctls.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm/ioctls.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm-generic/ioctls.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/linux/ioctl.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm/ioctl.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm-generic/ioctl.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/ioctl-types.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/sys/ttydefaults.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/assert.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/unistd.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/posix_opt.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/environments.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/confname.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/getopt.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/fcntl.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/fcntl.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/fcntl-linux.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/uio.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/termios.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/termios.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/stdio.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/libio.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/_G_config.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/wchar.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/lib/gcc/aarch64-linux-gnu/6.3.1/include/stdarg.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/stdio_lim.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/sys_errlist.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/stdio.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/stdlib.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/xlocale.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/alloca.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/stdlib-bsearch.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/stdlib-float.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/errno.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/errno.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/linux/errno.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm/errno.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm-generic/errno.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/asm-generic/errno-base.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/string.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/string.h: + +/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/bits/string2.h: diff --git a/sshpass-1.10/AUTHORS b/sshpass-1.10/AUTHORS new file mode 100644 index 0000000..5740690 --- /dev/null +++ b/sshpass-1.10/AUTHORS @@ -0,0 +1,12 @@ +sshpass was written by Shachar Shemesh for Lingnu Open Source Consulting Ltd. + +It is distributed under the terms and conditions of the GNU General Public +License version 2. Upgrade to later versions of the GPL can be done under the +normal terms of the GPL *only if said version of the GPL was approved by Lingnu +Open Source Consulting Ltd. as a valid license for its projects*. + +We are sorry that we have to impose this extra burecratic step, but it seems +that the GPL v. 3 is still some way off, and it is likely that we would not +like our code used under the resulting license. Rather than prohibit license +upgrades altogether, we decided to allow it in principle, pending explicit +approval by us. diff --git a/sshpass-1.10/COPYING b/sshpass-1.10/COPYING new file mode 100644 index 0000000..d60c31a --- /dev/null +++ b/sshpass-1.10/COPYING @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) 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 +this service 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 make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. 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. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute 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 and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +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 +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the 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 a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, 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. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE 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. + + 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 +convey 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 2 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, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision 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, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This 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 Library General +Public License instead of this License. diff --git a/sshpass-1.10/ChangeLog b/sshpass-1.10/ChangeLog new file mode 100644 index 0000000..a4e5317 --- /dev/null +++ b/sshpass-1.10/ChangeLog @@ -0,0 +1,70 @@ +Version 1.10 + * Convert repo to git + * Remove sig unsafe functions from signal handler (Ticket #22). + * Allow -e to explicitly specify the environment variable to use + (Ticket #5). + * Unset the variable specified with -e before calling subprogram + (Ticket #25). + * Change the logic for setting a controlling TTY. Fixes compatibility + issues with OpenSolaris and MSYS/Cygwin. Thanks Marcin Olszewski for + the fix. + +Version 1.09 + * Explicitly set the controlling TTY (SF patch #7) + +Version 1.08 + * Report when IP key has changed (Closes Debian bug #730101) + * Scrub the environment variable for -e (Closes Ubuntu bug #1649374) + +Version 1.07 + * Pass signals that should terminate to ssh + * Fix race around signal handling + * Report IPC errors to stderr + * Report if can't open -f password file (closes #3) + +Version 1.06 + * Add -P for overriding the password prompt we search for + * Add -v for verbose logging of the prompt detection prompt. + * Allow packagers and compilers to change the default password prompt. + * When giving -V, also print the default password prompt. + +Version 1.05 + * OpenSSH version 5.6 closed our leaked slave PTY fd, breaking sshpass. + This reverted the "better detection of child exit", unfortunately. + * Update the manual page about changes. + * Print usage information if no arguments given. + +Version 1.04 + * Fix crash when "-e" is given but environment variable is not set - + based on patch suggested by Samuel Rios Carvalho. + * Fix 100% CPU usage during session. Reported by anonymous on the + SourceForge bug tracking system. + * Attempt to hide a password provided on the command line. It does + expose the password length. Base on a patch by anonymous from the + sourceforge bug tracking system. + +Version 1.03 + * Sshpass will now exit if ssh is asking to confirm a host key + * Sshpass now has verbose reporting of what error occured through the + program's return codes. + +Version 1.02 + * Various updates to the tests done by the configure script + * Broader platform support (cygwin) + +Version 1.01 + * Make sshpass pass along tty window resize events to the inner tty + +Version 1.00 + * Make sure that authentication failures are terminated early. + * Better detect when the child has exited. + * Improve error reporting. + +Version 0.03 + * Change the match string from "Password: " to "assword:", as some ssh + usage uses a different prompt ("foo@bar's password:" instead of a + clean "Password:"). + * Add the "-V" option to display the version information + +Version 0.02 + * Add the "-e" option. diff --git a/sshpass-1.10/INSTALL b/sshpass-1.10/INSTALL new file mode 100644 index 0000000..e82fd21 --- /dev/null +++ b/sshpass-1.10/INSTALL @@ -0,0 +1,368 @@ +Installation Instructions +************************* + + Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free +Software Foundation, Inc. + + Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. + +Basic Installation +================== + + Briefly, the shell command './configure && make && make install' +should configure, build, and install this package. The following +more-detailed instructions are generic; see the 'README' file for +instructions specific to this package. Some packages provide this +'INSTALL' file but do not implement all of the features documented +below. The lack of an optional feature in a given package is not +necessarily a bug. More recommendations for GNU packages can be found +in *note Makefile Conventions: (standards)Makefile Conventions. + + The 'configure' shell script attempts to guess correct values for +various system-dependent variables used during compilation. It uses +those values to create a 'Makefile' in each directory of the package. +It may also create one or more '.h' files containing system-dependent +definitions. Finally, it creates a shell script 'config.status' that +you can run in the future to recreate the current configuration, and a +file 'config.log' containing compiler output (useful mainly for +debugging 'configure'). + + It can also use an optional file (typically called 'config.cache' and +enabled with '--cache-file=config.cache' or simply '-C') that saves the +results of its tests to speed up reconfiguring. Caching is disabled by +default to prevent problems with accidental use of stale cache files. + + If you need to do unusual things to compile the package, please try +to figure out how 'configure' could check whether to do them, and mail +diffs or instructions to the address given in the 'README' so they can +be considered for the next release. If you are using the cache, and at +some point 'config.cache' contains results you don't want to keep, you +may remove or edit it. + + The file 'configure.ac' (or 'configure.in') is used to create +'configure' by a program called 'autoconf'. You need 'configure.ac' if +you want to change it or regenerate 'configure' using a newer version of +'autoconf'. + + The simplest way to compile this package is: + + 1. 'cd' to the directory containing the package's source code and type + './configure' to configure the package for your system. + + Running 'configure' might take a while. While running, it prints + some messages telling which features it is checking for. + + 2. Type 'make' to compile the package. + + 3. Optionally, type 'make check' to run any self-tests that come with + the package, generally using the just-built uninstalled binaries. + + 4. Type 'make install' to install the programs and any data files and + documentation. When installing into a prefix owned by root, it is + recommended that the package be configured and built as a regular + user, and only the 'make install' phase executed with root + privileges. + + 5. Optionally, type 'make installcheck' to repeat any self-tests, but + this time using the binaries in their final installed location. + This target does not install anything. Running this target as a + regular user, particularly if the prior 'make install' required + root privileges, verifies that the installation completed + correctly. + + 6. You can remove the program binaries and object files from the + source code directory by typing 'make clean'. To also remove the + files that 'configure' created (so you can compile the package for + a different kind of computer), type 'make distclean'. There is + also a 'make maintainer-clean' target, but that is intended mainly + for the package's developers. If you use it, you may have to get + all sorts of other programs in order to regenerate files that came + with the distribution. + + 7. Often, you can also type 'make uninstall' to remove the installed + files again. In practice, not all packages have tested that + uninstallation works correctly, even though it is required by the + GNU Coding Standards. + + 8. Some packages, particularly those that use Automake, provide 'make + distcheck', which can by used by developers to test that all other + targets like 'make install' and 'make uninstall' work correctly. + This target is generally not run by end users. + +Compilers and Options +===================== + + Some systems require unusual options for compilation or linking that +the 'configure' script does not know about. Run './configure --help' +for details on some of the pertinent environment variables. + + You can give 'configure' initial values for configuration parameters +by setting variables in the command line or in the environment. Here is +an example: + + ./configure CC=c99 CFLAGS=-g LIBS=-lposix + + *Note Defining Variables::, for more details. + +Compiling For Multiple Architectures +==================================== + + You can compile the package for more than one kind of computer at the +same time, by placing the object files for each architecture in their +own directory. To do this, you can use GNU 'make'. 'cd' to the +directory where you want the object files and executables to go and run +the 'configure' script. 'configure' automatically checks for the source +code in the directory that 'configure' is in and in '..'. This is known +as a "VPATH" build. + + With a non-GNU 'make', it is safer to compile the package for one +architecture at a time in the source code directory. After you have +installed the package for one architecture, use 'make distclean' before +reconfiguring for another architecture. + + On MacOS X 10.5 and later systems, you can create libraries and +executables that work on multiple system types--known as "fat" or +"universal" binaries--by specifying multiple '-arch' options to the +compiler but only a single '-arch' option to the preprocessor. Like +this: + + ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CPP="gcc -E" CXXCPP="g++ -E" + + This is not guaranteed to produce working output in all cases, you +may have to build one architecture at a time and combine the results +using the 'lipo' tool if you have problems. + +Installation Names +================== + + By default, 'make install' installs the package's commands under +'/usr/local/bin', include files under '/usr/local/include', etc. You +can specify an installation prefix other than '/usr/local' by giving +'configure' the option '--prefix=PREFIX', where PREFIX must be an +absolute file name. + + You can specify separate installation prefixes for +architecture-specific files and architecture-independent files. If you +pass the option '--exec-prefix=PREFIX' to 'configure', the package uses +PREFIX as the prefix for installing programs and libraries. +Documentation and other data files still use the regular prefix. + + In addition, if you use an unusual directory layout you can give +options like '--bindir=DIR' to specify different values for particular +kinds of files. Run 'configure --help' for a list of the directories +you can set and what kinds of files go in them. In general, the default +for these options is expressed in terms of '${prefix}', so that +specifying just '--prefix' will affect all of the other directory +specifications that were not explicitly provided. + + The most portable way to affect installation locations is to pass the +correct locations to 'configure'; however, many packages provide one or +both of the following shortcuts of passing variable assignments to the +'make install' command line to change installation locations without +having to reconfigure or recompile. + + The first method involves providing an override variable for each +affected directory. For example, 'make install +prefix=/alternate/directory' will choose an alternate location for all +directory configuration variables that were expressed in terms of +'${prefix}'. Any directories that were specified during 'configure', +but not in terms of '${prefix}', must each be overridden at install time +for the entire installation to be relocated. The approach of makefile +variable overrides for each directory variable is required by the GNU +Coding Standards, and ideally causes no recompilation. However, some +platforms have known limitations with the semantics of shared libraries +that end up requiring recompilation when using this method, particularly +noticeable in packages that use GNU Libtool. + + The second method involves providing the 'DESTDIR' variable. For +example, 'make install DESTDIR=/alternate/directory' will prepend +'/alternate/directory' before all installation names. The approach of +'DESTDIR' overrides is not required by the GNU Coding Standards, and +does not work on platforms that have drive letters. On the other hand, +it does better at avoiding recompilation issues, and works well even +when some directory options were not specified in terms of '${prefix}' +at 'configure' time. + +Optional Features +================= + + If the package supports it, you can cause programs to be installed +with an extra prefix or suffix on their names by giving 'configure' the +option '--program-prefix=PREFIX' or '--program-suffix=SUFFIX'. + + Some packages pay attention to '--enable-FEATURE' options to +'configure', where FEATURE indicates an optional part of the package. +They may also pay attention to '--with-PACKAGE' options, where PACKAGE +is something like 'gnu-as' or 'x' (for the X Window System). The +'README' should mention any '--enable-' and '--with-' options that the +package recognizes. + + For packages that use the X Window System, 'configure' can usually +find the X include and library files automatically, but if it doesn't, +you can use the 'configure' options '--x-includes=DIR' and +'--x-libraries=DIR' to specify their locations. + + Some packages offer the ability to configure how verbose the +execution of 'make' will be. For these packages, running './configure +--enable-silent-rules' sets the default to minimal output, which can be +overridden with 'make V=1'; while running './configure +--disable-silent-rules' sets the default to verbose, which can be +overridden with 'make V=0'. + +Particular systems +================== + + On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC +is not installed, it is recommended to use the following options in +order to use an ANSI C compiler: + + ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" + +and if that doesn't work, install pre-built binaries of GCC for HP-UX. + + HP-UX 'make' updates targets which have the same timestamps as their +prerequisites, which makes it generally unusable when shipped generated +files such as 'configure' are involved. Use GNU 'make' instead. + + On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot +parse its '' header file. The option '-nodtk' can be used as a +workaround. If GNU CC is not installed, it is therefore recommended to +try + + ./configure CC="cc" + +and if that doesn't work, try + + ./configure CC="cc -nodtk" + + On Solaris, don't put '/usr/ucb' early in your 'PATH'. This +directory contains several dysfunctional programs; working variants of +these programs are available in '/usr/bin'. So, if you need '/usr/ucb' +in your 'PATH', put it _after_ '/usr/bin'. + + On Haiku, software installed for all users goes in '/boot/common', +not '/usr/local'. It is recommended to use the following options: + + ./configure --prefix=/boot/common + +Specifying the System Type +========================== + + There may be some features 'configure' cannot figure out +automatically, but needs to determine by the type of machine the package +will run on. Usually, assuming the package is built to be run on the +_same_ architectures, 'configure' can figure that out, but if it prints +a message saying it cannot guess the machine type, give it the +'--build=TYPE' option. TYPE can either be a short name for the system +type, such as 'sun4', or a canonical name which has the form: + + CPU-COMPANY-SYSTEM + +where SYSTEM can have one of these forms: + + OS + KERNEL-OS + + See the file 'config.sub' for the possible values of each field. If +'config.sub' isn't included in this package, then this package doesn't +need to know the machine type. + + If you are _building_ compiler tools for cross-compiling, you should +use the option '--target=TYPE' to select the type of system they will +produce code for. + + If you want to _use_ a cross compiler, that generates code for a +platform different from the build platform, you should specify the +"host" platform (i.e., that on which the generated programs will +eventually be run) with '--host=TYPE'. + +Sharing Defaults +================ + + If you want to set default values for 'configure' scripts to share, +you can create a site shell script called 'config.site' that gives +default values for variables like 'CC', 'cache_file', and 'prefix'. +'configure' looks for 'PREFIX/share/config.site' if it exists, then +'PREFIX/etc/config.site' if it exists. Or, you can set the +'CONFIG_SITE' environment variable to the location of the site script. +A warning: not all 'configure' scripts look for a site script. + +Defining Variables +================== + + Variables not defined in a site shell script can be set in the +environment passed to 'configure'. However, some packages may run +configure again during the build, and the customized values of these +variables may be lost. In order to avoid this problem, you should set +them in the 'configure' command line, using 'VAR=value'. For example: + + ./configure CC=/usr/local2/bin/gcc + +causes the specified 'gcc' to be used as the C compiler (unless it is +overridden in the site shell script). + +Unfortunately, this technique does not work for 'CONFIG_SHELL' due to an +Autoconf limitation. Until the limitation is lifted, you can use this +workaround: + + CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash + +'configure' Invocation +====================== + + 'configure' recognizes the following options to control how it +operates. + +'--help' +'-h' + Print a summary of all of the options to 'configure', and exit. + +'--help=short' +'--help=recursive' + Print a summary of the options unique to this package's + 'configure', and exit. The 'short' variant lists options used only + in the top level, while the 'recursive' variant lists options also + present in any nested packages. + +'--version' +'-V' + Print the version of Autoconf used to generate the 'configure' + script, and exit. + +'--cache-file=FILE' + Enable the cache: use and save the results of the tests in FILE, + traditionally 'config.cache'. FILE defaults to '/dev/null' to + disable caching. + +'--config-cache' +'-C' + Alias for '--cache-file=config.cache'. + +'--quiet' +'--silent' +'-q' + Do not print messages saying which checks are being made. To + suppress all normal output, redirect it to '/dev/null' (any error + messages will still be shown). + +'--srcdir=DIR' + Look for the package's source code in directory DIR. Usually + 'configure' can determine that directory automatically. + +'--prefix=DIR' + Use DIR as the installation prefix. *note Installation Names:: for + more details, including other options available for fine-tuning the + installation locations. + +'--no-create' +'-n' + Run the configure checks, but stop before creating any output + files. + +'configure' also accepts some other, not widely useful, options. Run +'configure --help' for more details. diff --git a/sshpass-1.10/Makefile b/sshpass-1.10/Makefile new file mode 100644 index 0000000..6909337 --- /dev/null +++ b/sshpass-1.10/Makefile @@ -0,0 +1,856 @@ +# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile. Generated from Makefile.in by configure. + +# Copyright (C) 1994-2021 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. + + + + +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/sshpass +pkgincludedir = $(includedir)/sshpass +pkglibdir = $(libdir)/sshpass +pkglibexecdir = $(libexecdir)/sshpass +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 = : +build_triplet = x86_64-pc-linux-gnu +host_triplet = aarch64-unknown-linux-gnu +bin_PROGRAMS = sshpass$(EXEEXT) +subdir = . +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) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__DIST_COMMON) +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 = +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" +PROGRAMS = $(bin_PROGRAMS) +am_sshpass_OBJECTS = main.$(OBJEXT) +sshpass_OBJECTS = $(am_sshpass_OBJECTS) +sshpass_LDADD = $(LDADD) +AM_V_P = $(am__v_P_$(V)) +am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_$(V)) +am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_$(V)) +am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I. +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/main.Po +am__mv = mv -f +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_$(V)) +am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_$(V)) +am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = $(sshpass_SOURCES) +DIST_SOURCES = $(sshpass_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +man1dir = $(mandir)/man1 +NROFF = nroff +MANS = $(man_MANS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ + config.h.in +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +AM_RECURSIVE_TARGETS = cscope +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \ + COPYING ChangeLog INSTALL NEWS README compile config.guess \ + config.sub depcomp install-sh missing +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) +DIST_ARCHIVES = $(distdir).tar.gz +GZIP_ENV = --best +DIST_TARGETS = dist-gzip +# Exists only to be overridden by the user if desired. +AM_DISTCHECK_DVI_TARGET = dvi +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print +ACLOCAL = ${SHELL} '/home/hyx/work/write_mac_tool/sshpass-1.10/missing' aclocal-1.16 +AMTAR = $${TAR-tar} +AM_DEFAULT_VERBOSITY = 1 +AUTOCONF = ${SHELL} '/home/hyx/work/write_mac_tool/sshpass-1.10/missing' autoconf +AUTOHEADER = ${SHELL} '/home/hyx/work/write_mac_tool/sshpass-1.10/missing' autoheader +AUTOMAKE = ${SHELL} '/home/hyx/work/write_mac_tool/sshpass-1.10/missing' automake-1.16 +AWK = gawk +CC = aarch64-linux-gnu-gcc +CCDEPMODE = depmode=gcc3 +CFLAGS = -g -O2 +CPP = aarch64-linux-gnu-gcc -E +CPPFLAGS = +CSCOPE = cscope +CTAGS = ctags +CYGPATH_W = echo +DEFS = -DHAVE_CONFIG_H +DEPDIR = .deps +ECHO_C = +ECHO_N = -n +ECHO_T = +EGREP = /usr/bin/grep -E +ETAGS = etags +EXEEXT = +GREP = /usr/bin/grep +INSTALL = /usr/bin/install -c +INSTALL_DATA = ${INSTALL} -m 644 +INSTALL_PROGRAM = ${INSTALL} +INSTALL_SCRIPT = ${INSTALL} +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s +LDFLAGS = +LIBOBJS = +LIBS = +LTLIBOBJS = +MAKEINFO = ${SHELL} '/home/hyx/work/write_mac_tool/sshpass-1.10/missing' makeinfo +MKDIR_P = /usr/bin/mkdir -p +OBJEXT = o +PACKAGE = sshpass +PACKAGE_BUGREPORT = +PACKAGE_NAME = sshpass +PACKAGE_STRING = sshpass 1.10 +PACKAGE_TARNAME = sshpass +PACKAGE_URL = +PACKAGE_VERSION = 1.10 +PATH_SEPARATOR = : +SET_MAKE = +SHELL = /bin/bash +STRIP = aarch64-linux-gnu-strip +VERSION = 1.10 +abs_builddir = /home/hyx/work/write_mac_tool/sshpass-1.10 +abs_srcdir = /home/hyx/work/write_mac_tool/sshpass-1.10 +abs_top_builddir = /home/hyx/work/write_mac_tool/sshpass-1.10 +abs_top_srcdir = /home/hyx/work/write_mac_tool/sshpass-1.10 +ac_ct_CC = +am__include = include +am__leading_dot = . +am__quote = +am__tar = $${TAR-tar} chof - "$$tardir" +am__untar = $${TAR-tar} xf - +bindir = ${exec_prefix}/bin +build = x86_64-pc-linux-gnu +build_alias = +build_cpu = x86_64 +build_os = linux-gnu +build_vendor = pc +builddir = . +datadir = ${datarootdir} +datarootdir = ${prefix}/share +docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} +dvidir = ${docdir} +exec_prefix = ${prefix} +host = aarch64-unknown-linux-gnu +host_alias = aarch64-linux-gnu +host_cpu = aarch64 +host_os = linux-gnu +host_vendor = unknown +htmldir = ${docdir} +includedir = ${prefix}/include +infodir = ${datarootdir}/info +install_sh = ${SHELL} /home/hyx/work/write_mac_tool/sshpass-1.10/install-sh +libdir = ${exec_prefix}/lib +libexecdir = ${exec_prefix}/libexec +localedir = ${datarootdir}/locale +localstatedir = ${prefix}/var +mandir = ${datarootdir}/man +mkdir_p = $(MKDIR_P) +oldincludedir = /usr/include +pdfdir = ${docdir} +prefix = /usr/local +program_transform_name = s,x,x, +psdir = ${docdir} +runstatedir = ${localstatedir}/run +sbindir = ${exec_prefix}/sbin +sharedstatedir = ${prefix}/com +srcdir = . +sysconfdir = ${prefix}/etc +target_alias = +top_build_prefix = +top_builddir = . +top_srcdir = . +man_MANS = sshpass.1 +EXTRA_DIST = $(man_MANS) +sshpass_SOURCES = main.c +all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-am + +.SUFFIXES: +.SUFFIXES: .c .o .obj +am--refresh: Makefile + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu 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__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ + 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 + @test -f $@ || rm -f stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 + +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 +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + 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; \ + else { print "f", $$3 "/" $$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_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' \ + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files + +clean-binPROGRAMS: + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) + +sshpass$(EXEEXT): $(sshpass_OBJECTS) $(sshpass_DEPENDENCIES) $(EXTRA_sshpass_DEPENDENCIES) + @rm -f sshpass$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(sshpass_OBJECTS) $(sshpass_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +include ./$(DEPDIR)/main.Po # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) + +.c.o: + $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< + $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +# $(AM_V_CC)source='$<' object='$@' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< + +.c.obj: + $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` + $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +# $(AM_V_CC)source='$<' object='$@' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` +install-man1: $(man_MANS) + @$(NORMAL_INSTALL) + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man1dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.1[a-z]*$$/p'; \ + fi; \ + } | 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,.,'`; \ + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + 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-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + 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" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(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 + -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) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz + $(am__post_remove_distdir) + +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) + +dist-zstd: distdir + tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst + $(am__post_remove_distdir) + +dist-tarZ: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__post_remove_distdir) + +dist-shar: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz + $(am__post_remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__post_remove_distdir) + +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_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*) \ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + *.tar.zst*) \ + zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ + esac + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_build/sub $(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/sub \ + && ../../configure \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ + && $(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__post_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: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { 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-am +all-am: Makefile $(PROGRAMS) $(MANS) config.h +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: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +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-am + +clean-am: clean-binPROGRAMS clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f ./$(DEPDIR)/main.Po + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-hdr distclean-tags + +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-binPROGRAMS + +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 $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f ./$(DEPDIR)/main.Po + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS uninstall-man + +uninstall-man: uninstall-man1 + +.MAKE: all install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \ + check-am clean clean-binPROGRAMS clean-cscope clean-generic \ + cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ + dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ + dist-zstd distcheck distclean distclean-compile \ + distclean-generic distclean-hdr distclean-tags distcleancheck \ + distdir distuninstallcheck dvi dvi-am html html-am info \ + info-am install install-am install-binPROGRAMS 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-compile \ + mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-binPROGRAMS uninstall-man \ + uninstall-man1 + +.PRECIOUS: Makefile + + +# 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/sshpass-1.10/Makefile.am b/sshpass-1.10/Makefile.am new file mode 100644 index 0000000..5dcc829 --- /dev/null +++ b/sshpass-1.10/Makefile.am @@ -0,0 +1,8 @@ +bin_PROGRAMS=sshpass +man_MANS = sshpass.1 +EXTRA_DIST = $(man_MANS) + +VERSION = @PACKAGE_VERSION@ +PACKAGE = @PACKAGE_NAME@ + +sshpass_SOURCES=main.c diff --git a/sshpass-1.10/Makefile.in b/sshpass-1.10/Makefile.in new file mode 100644 index 0000000..f82102d --- /dev/null +++ b/sshpass-1.10/Makefile.in @@ -0,0 +1,856 @@ +# Makefile.in generated by automake 1.16.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2021 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@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +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 = : +build_triplet = @build@ +host_triplet = @host@ +bin_PROGRAMS = sshpass$(EXEEXT) +subdir = . +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) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__DIST_COMMON) +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 = +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" +PROGRAMS = $(bin_PROGRAMS) +am_sshpass_OBJECTS = main.$(OBJEXT) +sshpass_OBJECTS = $(am_sshpass_OBJECTS) +sshpass_LDADD = $(LDADD) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/main.Po +am__mv = mv -f +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = $(sshpass_SOURCES) +DIST_SOURCES = $(sshpass_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +man1dir = $(mandir)/man1 +NROFF = nroff +MANS = $(man_MANS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ + config.h.in +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +AM_RECURSIVE_TARGETS = cscope +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \ + COPYING ChangeLog INSTALL NEWS README compile config.guess \ + config.sub depcomp install-sh missing +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) +DIST_ARCHIVES = $(distdir).tar.gz +GZIP_ENV = --best +DIST_TARGETS = dist-gzip +# Exists only to be overridden by the user if desired. +AM_DISTCHECK_DVI_TARGET = dvi +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ETAGS = @ETAGS@ +EXEEXT = @EXEEXT@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE_NAME@ +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 = @PACKAGE_VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +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@ +runstatedir = @runstatedir@ +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@ +man_MANS = sshpass.1 +EXTRA_DIST = $(man_MANS) +sshpass_SOURCES = main.c +all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-am + +.SUFFIXES: +.SUFFIXES: .c .o .obj +am--refresh: Makefile + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu 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__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ + 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 + @test -f $@ || rm -f stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 + +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 +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + 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; \ + else { print "f", $$3 "/" $$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_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' \ + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files + +clean-binPROGRAMS: + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) + +sshpass$(EXEEXT): $(sshpass_OBJECTS) $(sshpass_DEPENDENCIES) $(EXTRA_sshpass_DEPENDENCIES) + @rm -f sshpass$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(sshpass_OBJECTS) $(sshpass_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) + +.c.o: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< + +.c.obj: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` +install-man1: $(man_MANS) + @$(NORMAL_INSTALL) + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man1dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.1[a-z]*$$/p'; \ + fi; \ + } | 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,.,'`; \ + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + 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-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + 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" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(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 + -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) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz + $(am__post_remove_distdir) + +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) + +dist-zstd: distdir + tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst + $(am__post_remove_distdir) + +dist-tarZ: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__post_remove_distdir) + +dist-shar: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz + $(am__post_remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__post_remove_distdir) + +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_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*) \ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + *.tar.zst*) \ + zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ + esac + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_build/sub $(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/sub \ + && ../../configure \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ + && $(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__post_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: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { 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-am +all-am: Makefile $(PROGRAMS) $(MANS) config.h +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: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +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-am + +clean-am: clean-binPROGRAMS clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f ./$(DEPDIR)/main.Po + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-hdr distclean-tags + +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-binPROGRAMS + +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 $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f ./$(DEPDIR)/main.Po + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS uninstall-man + +uninstall-man: uninstall-man1 + +.MAKE: all install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \ + check-am clean clean-binPROGRAMS clean-cscope clean-generic \ + cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ + dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ + dist-zstd distcheck distclean distclean-compile \ + distclean-generic distclean-hdr distclean-tags distcleancheck \ + distdir distuninstallcheck dvi dvi-am html html-am info \ + info-am install install-am install-binPROGRAMS 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-compile \ + mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-binPROGRAMS uninstall-man \ + uninstall-man1 + +.PRECIOUS: Makefile + + +# 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/sshpass-1.10/NEWS b/sshpass-1.10/NEWS new file mode 100644 index 0000000..0bc6a8a --- /dev/null +++ b/sshpass-1.10/NEWS @@ -0,0 +1,3 @@ +As of version 1.03, sshpass will do everything in its power not to hang. It +now detects invalid password as well as ssh asking to verify the host, and +returns a return value that indicate the reason for the exit. diff --git a/sshpass-1.10/README b/sshpass-1.10/README new file mode 100644 index 0000000..e69de29 diff --git a/sshpass-1.10/aclocal.m4 b/sshpass-1.10/aclocal.m4 new file mode 100644 index 0000000..a92f024 --- /dev/null +++ b/sshpass-1.10/aclocal.m4 @@ -0,0 +1,1179 @@ +# generated automatically by aclocal 1.16.5 -*- Autoconf -*- + +# Copyright (C) 1996-2021 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_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],, +[m4_warning([this file was generated for autoconf 2.71. +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-2021 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.16' +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.16.5], [], + [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.16.5])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-2021 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], +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997-2021 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_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ([2.52])dnl + m4_if([$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])]) + +# Copyright (C) 1999-2021 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. + + +# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +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 + +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" 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". + rm -rf conftest.dir + 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 10 /bin/sh. + echo '/* dummy */' > 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 + ;; + msvc7 | msvc7msys | 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]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES. +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999-2021 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_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[{ + # Older Autoconf 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. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + AS_CASE([$CONFIG_FILES], + [*\'*], [eval set x "$CONFIG_FILES"], + [*], [set x $CONFIG_FILES]) + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`AS_DIRNAME(["$am_mf"])` + am_filepart=`AS_BASENAME(["$am_mf"])` + AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) || am_rc=$? + done + if test $am_rc -ne 0; then + AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE="gmake" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking).]) + fi + AS_UNSET([am_dirpart]) + AS_UNSET([am_filepart]) + AS_UNSET([am_mf]) + AS_UNSET([am_rc]) + rm -f conftest-deps.mk +} +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking is enabled. +# This creates each '.Po' and '.Plo' makefile fragment that we'll need in +# order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996-2021 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 macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + +# 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.65])dnl +m4_ifdef([_$0_ALREADY_INIT], + [m4_fatal([$0 expanded multiple times +]m4_defn([_$0_ALREADY_INIT]))], + [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])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], +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +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_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [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([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target (and possibly the TAP driver). 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])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi +AC_SUBST([CTAGS]) +if test -z "$ETAGS"; then + ETAGS=etags +fi +AC_SUBST([ETAGS]) +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi +AC_SUBST([CSCOPE]) + +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro 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 + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) + +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-2021 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+set}" != 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-2021 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. + +# 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])]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001-2021 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_MAKE_INCLUDE() +# ----------------- +# Check whether make has an 'include' directive that can support all +# the idioms we need for our automatic dependency tracking code. +AC_DEFUN([AM_MAKE_INCLUDE], +[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) + AS_CASE([$?:`cat confinc.out 2>/dev/null`], + ['0:this is the am__doit target'], + [AS_CASE([$s], + [BSD], [am__include='.include' am__quote='"'], + [am__include='include' am__quote=''])]) + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +AC_MSG_RESULT([${_am_result}]) +AC_SUBST([am__include])]) +AC_SUBST([am__quote])]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997-2021 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_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 is modern enough. +# If it is, 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 + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + AC_MSG_WARN(['missing' script is too old or missing]) +fi +]) + +# -*- Autoconf -*- +# Obsolete and "removed" macros, that must however still report explicit +# error messages when used, to smooth transition. +# +# Copyright (C) 1996-2021 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. + +AC_DEFUN([AM_CONFIG_HEADER], +[AC_DIAGNOSE([obsolete], +['$0': this macro is obsolete. +You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl +AC_CONFIG_HEADERS($@)]) + +AC_DEFUN([AM_PROG_CC_STDC], +[AC_PROG_CC +am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc +AC_DIAGNOSE([obsolete], +['$0': this macro is obsolete. +You should simply use the 'AC][_PROG_CC' macro instead. +Also, your code should no longer depend upon 'am_cv_prog_cc_stdc', +but upon 'ac_cv_prog_cc_stdc'.])]) + +AC_DEFUN([AM_C_PROTOTYPES], + [AC_FATAL([automatic de-ANSI-fication support has been removed])]) +AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001-2021 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_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])]) + +# Copyright (C) 1999-2021 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_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) + +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +# Copyright (C) 2001-2021 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_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +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); }]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996-2021 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_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# 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 ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + 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 + 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 + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + 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]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) + +# Copyright (C) 2009-2021 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_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +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 +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + +# Copyright (C) 2001-2021 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-2021 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_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-2021 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_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. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' + +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + 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/sshpass-1.10/compile b/sshpass-1.10/compile new file mode 100755 index 0000000..df363c8 --- /dev/null +++ b/sshpass-1.10/compile @@ -0,0 +1,348 @@ +#! /bin/sh +# Wrapper for compilers which do not understand '-c -o'. + +scriptversion=2018-03-07.03; # UTC + +# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# 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. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN* | MSYS*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/* | msys/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_dashL linkdir +# Make cl look for libraries in LINKDIR +func_cl_dashL () +{ + func_file_conv "$1" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" +} + +# func_cl_dashl library +# Do a library search-path lookup for cl +func_cl_dashl () +{ + lib=$1 + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + lib=$dir/$lib.dll.lib + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + lib=$dir/$lib.lib + break + fi + if test -f "$dir/lib$lib.a"; then + found=yes + lib=$dir/lib$lib.a + break + fi + done + IFS=$save_IFS + + if test "$found" != yes; then + lib=$lib.lib + fi +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I) + eat=1 + func_file_conv "$2" mingw + set x "$@" -I"$file" + shift + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l) + eat=1 + func_cl_dashl "$2" + set x "$@" "$lib" + shift + ;; + -l*) + func_cl_dashl "${1#-l}" + set x "$@" "$lib" + shift + ;; + -L) + eat=1 + func_cl_dashL "$2" + ;; + -L*) + func_cl_dashL "${1#-L}" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file 'INSTALL'. + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "compile $scriptversion" + exit $? + ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ + icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; +esac + +ofile= +cfile= + +for arg +do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. + eat=1 + case $2 in + *.o | *.obj) + ofile=$2 + ;; + *) + set x "$@" -o "$2" + shift + ;; + esac + ;; + *.c) + cfile=$1 + set x "$@" "$1" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no '-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # '.c' file was seen then we are probably linking. That is also + # ok. + exec "$@" +fi + +# Name of file we expect compiler to create. +cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` + +# Create the lock directory. +# Note: use '[/\\:.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d +while true; do + if mkdir "$lockdir" >/dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir '$lockdir'; exit 1" 1 2 15 + +# Run the compile. +"$@" +ret=$? + +if test -f "$cofile"; then + test "$cofile" = "$ofile" || mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" +fi + +rmdir "$lockdir" +exit $ret + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/sshpass-1.10/config.guess b/sshpass-1.10/config.guess new file mode 100755 index 0000000..7f76b62 --- /dev/null +++ b/sshpass-1.10/config.guess @@ -0,0 +1,1754 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright 1992-2022 Free Software Foundation, Inc. + +# shellcheck disable=SC2006,SC2268 # see below for rationale + +timestamp='2022-01-09' + +# This file 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 . +# +# 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. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). +# +# Originally written by Per Bothner; maintained since 2000 by Ben Elliston. +# +# You can get the latest version of this script from: +# https://git.savannah.gnu.org/cgit/config.git/plain/config.guess +# +# Please send patches to . + + +# The "shellcheck disable" line above the timestamp inhibits complaints +# about features and limitations of the classic Bourne shell that were +# superseded or lifted in POSIX. However, this script identifies a wide +# variety of pre-POSIX systems that do not have POSIX shells at all, and +# even some reasonably current systems (Solaris 10 as case-in-point) still +# have a pre-POSIX /bin/sh. + + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Options: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright 1992-2022 Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +# Just in case it came from the environment. +GUESS= + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +tmp= +# shellcheck disable=SC2172 +trap 'test -z "$tmp" || rm -fr "$tmp"' 0 1 2 13 15 + +set_cc_for_build() { + # prevent multiple calls if $tmp is already set + test "$tmp" && return 0 + : "${TMPDIR=/tmp}" + # shellcheck disable=SC2039,SC3028 + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } + dummy=$tmp/dummy + case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in + ,,) echo "int x;" > "$dummy.c" + for driver in cc gcc c89 c99 ; do + if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then + CC_FOR_BUILD=$driver + break + fi + done + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; + esac +} + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if test -f /.attbin/uname ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +case $UNAME_SYSTEM in +Linux|GNU|GNU/*) + LIBC=unknown + + set_cc_for_build + cat <<-EOF > "$dummy.c" + #include + #if defined(__UCLIBC__) + LIBC=uclibc + #elif defined(__dietlibc__) + LIBC=dietlibc + #elif defined(__GLIBC__) + LIBC=gnu + #else + #include + /* First heuristic to detect musl libc. */ + #ifdef __DEFINED_va_list + LIBC=musl + #endif + #endif + EOF + cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` + eval "$cc_set_libc" + + # Second heuristic to detect musl libc. + if [ "$LIBC" = unknown ] && + command -v ldd >/dev/null && + ldd --version 2>&1 | grep -q ^musl; then + LIBC=musl + fi + + # If the system lacks a compiler, then just pick glibc. + # We could probably try harder. + if [ "$LIBC" = unknown ]; then + LIBC=gnu + fi + ;; +esac + +# Note: order is significant - the case branches are not exclusive. + +case $UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ + /sbin/sysctl -n hw.machine_arch 2>/dev/null || \ + /usr/sbin/sysctl -n hw.machine_arch 2>/dev/null || \ + echo unknown)` + case $UNAME_MACHINE_ARCH in + aarch64eb) machine=aarch64_be-unknown ;; + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; + earmv*) + arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` + endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` + machine=${arch}${endian}-unknown + ;; + *) machine=$UNAME_MACHINE_ARCH-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently (or will in the future) and ABI. + case $UNAME_MACHINE_ARCH in + earm*) + os=netbsdelf + ;; + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ELF__ + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # Determine ABI tags. + case $UNAME_MACHINE_ARCH in + earm*) + expr='s/^earmv[0-9]/-eabi/;s/eb$//' + abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case $UNAME_VERSION in + Debian*) + release='-gnu' + ;; + *) + release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + GUESS=$machine-${os}${release}${abi-} + ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + GUESS=$UNAME_MACHINE_ARCH-unknown-bitrig$UNAME_RELEASE + ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + GUESS=$UNAME_MACHINE_ARCH-unknown-openbsd$UNAME_RELEASE + ;; + *:SecBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/SecBSD.//'` + GUESS=$UNAME_MACHINE_ARCH-unknown-secbsd$UNAME_RELEASE + ;; + *:LibertyBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` + GUESS=$UNAME_MACHINE_ARCH-unknown-libertybsd$UNAME_RELEASE + ;; + *:MidnightBSD:*:*) + GUESS=$UNAME_MACHINE-unknown-midnightbsd$UNAME_RELEASE + ;; + *:ekkoBSD:*:*) + GUESS=$UNAME_MACHINE-unknown-ekkobsd$UNAME_RELEASE + ;; + *:SolidBSD:*:*) + GUESS=$UNAME_MACHINE-unknown-solidbsd$UNAME_RELEASE + ;; + *:OS108:*:*) + GUESS=$UNAME_MACHINE-unknown-os108_$UNAME_RELEASE + ;; + macppc:MirBSD:*:*) + GUESS=powerpc-unknown-mirbsd$UNAME_RELEASE + ;; + *:MirBSD:*:*) + GUESS=$UNAME_MACHINE-unknown-mirbsd$UNAME_RELEASE + ;; + *:Sortix:*:*) + GUESS=$UNAME_MACHINE-unknown-sortix + ;; + *:Twizzler:*:*) + GUESS=$UNAME_MACHINE-unknown-twizzler + ;; + *:Redox:*:*) + GUESS=$UNAME_MACHINE-unknown-redox + ;; + mips:OSF1:*.*) + GUESS=mips-dec-osf1 + ;; + alpha:OSF1:*:*) + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + trap '' 0 + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case $ALPHA_CPU_TYPE in + "EV4 (21064)") + UNAME_MACHINE=alpha ;; + "EV4.5 (21064)") + UNAME_MACHINE=alpha ;; + "LCA4 (21066/21068)") + UNAME_MACHINE=alpha ;; + "EV5 (21164)") + UNAME_MACHINE=alphaev5 ;; + "EV5.6 (21164A)") + UNAME_MACHINE=alphaev56 ;; + "EV5.6 (21164PC)") + UNAME_MACHINE=alphapca56 ;; + "EV5.7 (21164PC)") + UNAME_MACHINE=alphapca57 ;; + "EV6 (21264)") + UNAME_MACHINE=alphaev6 ;; + "EV6.7 (21264A)") + UNAME_MACHINE=alphaev67 ;; + "EV6.8CB (21264C)") + UNAME_MACHINE=alphaev68 ;; + "EV6.8AL (21264B)") + UNAME_MACHINE=alphaev68 ;; + "EV6.8CX (21264D)") + UNAME_MACHINE=alphaev68 ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE=alphaev69 ;; + "EV7 (21364)") + UNAME_MACHINE=alphaev7 ;; + "EV7.9 (21364A)") + UNAME_MACHINE=alphaev79 ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + OSF_REL=`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + GUESS=$UNAME_MACHINE-dec-osf$OSF_REL + ;; + Amiga*:UNIX_System_V:4.0:*) + GUESS=m68k-unknown-sysv4 + ;; + *:[Aa]miga[Oo][Ss]:*:*) + GUESS=$UNAME_MACHINE-unknown-amigaos + ;; + *:[Mm]orph[Oo][Ss]:*:*) + GUESS=$UNAME_MACHINE-unknown-morphos + ;; + *:OS/390:*:*) + GUESS=i370-ibm-openedition + ;; + *:z/VM:*:*) + GUESS=s390-ibm-zvmoe + ;; + *:OS400:*:*) + GUESS=powerpc-ibm-os400 + ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + GUESS=arm-acorn-riscix$UNAME_RELEASE + ;; + arm*:riscos:*:*|arm*:RISCOS:*:*) + GUESS=arm-unknown-riscos + ;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + GUESS=hppa1.1-hitachi-hiuxmpp + ;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + case `(/bin/universe) 2>/dev/null` in + att) GUESS=pyramid-pyramid-sysv3 ;; + *) GUESS=pyramid-pyramid-bsd ;; + esac + ;; + NILE*:*:*:dcosx) + GUESS=pyramid-pyramid-svr4 + ;; + DRS?6000:unix:4.0:6*) + GUESS=sparc-icl-nx6 + ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) GUESS=sparc-icl-nx7 ;; + esac + ;; + s390x:SunOS:*:*) + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=$UNAME_MACHINE-ibm-solaris2$SUN_REL + ;; + sun4H:SunOS:5.*:*) + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=sparc-hal-solaris2$SUN_REL + ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=sparc-sun-solaris2$SUN_REL + ;; + i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) + GUESS=i386-pc-auroraux$UNAME_RELEASE + ;; + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) + set_cc_for_build + SUN_ARCH=i386 + # If there is a compiler, see if it is configured for 64-bit objects. + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. + # This test works for both compilers. + if test "$CC_FOR_BUILD" != no_compiler_found; then + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -m64 -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + SUN_ARCH=x86_64 + fi + fi + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=$SUN_ARCH-pc-solaris2$SUN_REL + ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=sparc-sun-solaris3$SUN_REL + ;; + sun4*:SunOS:*:*) + case `/usr/bin/arch -k` in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/'` + GUESS=sparc-sun-sunos$SUN_REL + ;; + sun3*:SunOS:*:*) + GUESS=m68k-sun-sunos$UNAME_RELEASE + ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 + case `/bin/arch` in + sun3) + GUESS=m68k-sun-sunos$UNAME_RELEASE + ;; + sun4) + GUESS=sparc-sun-sunos$UNAME_RELEASE + ;; + esac + ;; + aushp:SunOS:*:*) + GUESS=sparc-auspex-sunos$UNAME_RELEASE + ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + GUESS=m68k-atari-mint$UNAME_RELEASE + ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + GUESS=m68k-atari-mint$UNAME_RELEASE + ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + GUESS=m68k-atari-mint$UNAME_RELEASE + ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + GUESS=m68k-milan-mint$UNAME_RELEASE + ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + GUESS=m68k-hades-mint$UNAME_RELEASE + ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + GUESS=m68k-unknown-mint$UNAME_RELEASE + ;; + m68k:machten:*:*) + GUESS=m68k-apple-machten$UNAME_RELEASE + ;; + powerpc:machten:*:*) + GUESS=powerpc-apple-machten$UNAME_RELEASE + ;; + RISC*:Mach:*:*) + GUESS=mips-dec-mach_bsd4.3 + ;; + RISC*:ULTRIX:*:*) + GUESS=mips-dec-ultrix$UNAME_RELEASE + ;; + VAX*:ULTRIX*:*:*) + GUESS=vax-dec-ultrix$UNAME_RELEASE + ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + GUESS=clipper-intergraph-clix$UNAME_RELEASE + ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o "$dummy" "$dummy.c" && + dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`"$dummy" "$dummyarg"` && + { echo "$SYSTEM_NAME"; exit; } + GUESS=mips-mips-riscos$UNAME_RELEASE + ;; + Motorola:PowerMAX_OS:*:*) + GUESS=powerpc-motorola-powermax + ;; + Motorola:*:4.3:PL8-*) + GUESS=powerpc-harris-powermax + ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + GUESS=powerpc-harris-powermax + ;; + Night_Hawk:Power_UNIX:*:*) + GUESS=powerpc-harris-powerunix + ;; + m88k:CX/UX:7*:*) + GUESS=m88k-harris-cxux7 + ;; + m88k:*:4*:R4*) + GUESS=m88k-motorola-sysv4 + ;; + m88k:*:3*:R3*) + GUESS=m88k-motorola-sysv3 + ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if test "$UNAME_PROCESSOR" = mc88100 || test "$UNAME_PROCESSOR" = mc88110 + then + if test "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx || \ + test "$TARGET_BINARY_INTERFACE"x = x + then + GUESS=m88k-dg-dgux$UNAME_RELEASE + else + GUESS=m88k-dg-dguxbcs$UNAME_RELEASE + fi + else + GUESS=i586-dg-dgux$UNAME_RELEASE + fi + ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + GUESS=m88k-dolphin-sysv3 + ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + GUESS=m88k-motorola-sysv3 + ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + GUESS=m88k-tektronix-sysv3 + ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + GUESS=m68k-tektronix-bsd + ;; + *:IRIX*:*:*) + IRIX_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/g'` + GUESS=mips-sgi-irix$IRIX_REL + ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + GUESS=romp-ibm-aix # uname -m gives an 8 hex-code CPU id + ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + GUESS=i386-ibm-aix + ;; + ia64:AIX:*:*) + if test -x /usr/bin/oslevel ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=$UNAME_VERSION.$UNAME_RELEASE + fi + GUESS=$UNAME_MACHINE-ibm-aix$IBM_REV + ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` + then + GUESS=$SYSTEM_NAME + else + GUESS=rs6000-ibm-aix3.2.5 + fi + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + GUESS=rs6000-ibm-aix3.2.4 + else + GUESS=rs6000-ibm-aix3.2 + fi + ;; + *:AIX:*:[4567]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if test -x /usr/bin/lslpp ; then + IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | \ + awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` + else + IBM_REV=$UNAME_VERSION.$UNAME_RELEASE + fi + GUESS=$IBM_ARCH-ibm-aix$IBM_REV + ;; + *:AIX:*:*) + GUESS=rs6000-ibm-aix + ;; + ibmrt:4.4BSD:*|romp-ibm:4.4BSD:*) + GUESS=romp-ibm-bsd4.4 + ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + GUESS=romp-ibm-bsd$UNAME_RELEASE # 4.3 with uname added to + ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + GUESS=rs6000-bull-bosx + ;; + DPX/2?00:B.O.S.:*:*) + GUESS=m68k-bull-sysv3 + ;; + 9000/[34]??:4.3bsd:1.*:*) + GUESS=m68k-hp-bsd + ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + GUESS=m68k-hp-bsd4.4 + ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*.[0B]*//'` + case $UNAME_MACHINE in + 9000/31?) HP_ARCH=m68000 ;; + 9000/[34]??) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if test -x /usr/bin/getconf; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case $sc_cpu_version in + 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 + 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case $sc_kernel_bits in + 32) HP_ARCH=hppa2.0n ;; + 64) HP_ARCH=hppa2.0w ;; + '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 + esac ;; + esac + fi + if test "$HP_ARCH" = ""; then + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if test "$HP_ARCH" = hppa2.0w + then + set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | + grep -q __LP64__ + then + HP_ARCH=hppa2.0w + else + HP_ARCH=hppa64 + fi + fi + GUESS=$HP_ARCH-hp-hpux$HPUX_REV + ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*.[0B]*//'` + GUESS=ia64-hp-hpux$HPUX_REV + ;; + 3050*:HI-UX:*:*) + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && + { echo "$SYSTEM_NAME"; exit; } + GUESS=unknown-hitachi-hiuxwe2 + ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:*) + GUESS=hppa1.1-hp-bsd + ;; + 9000/8??:4.3bsd:*:*) + GUESS=hppa1.0-hp-bsd + ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + GUESS=hppa1.0-hp-mpeix + ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:*) + GUESS=hppa1.1-hp-osf + ;; + hp8??:OSF1:*:*) + GUESS=hppa1.0-hp-osf + ;; + i*86:OSF1:*:*) + if test -x /usr/sbin/sysversion ; then + GUESS=$UNAME_MACHINE-unknown-osf1mk + else + GUESS=$UNAME_MACHINE-unknown-osf1 + fi + ;; + parisc*:Lites*:*:*) + GUESS=hppa1.1-hp-lites + ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + GUESS=c1-convex-bsd + ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + GUESS=c34-convex-bsd + ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + GUESS=c38-convex-bsd + ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + GUESS=c4-convex-bsd + ;; + CRAY*Y-MP:*:*:*) + CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` + GUESS=ymp-cray-unicos$CRAY_REL + ;; + CRAY*[A-Z]90:*:*:*) + echo "$UNAME_MACHINE"-cray-unicos"$UNAME_RELEASE" \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*TS:*:*:*) + CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` + GUESS=t90-cray-unicos$CRAY_REL + ;; + CRAY*T3E:*:*:*) + CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` + GUESS=alphaev5-cray-unicosmk$CRAY_REL + ;; + CRAY*SV1:*:*:*) + CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` + GUESS=sv1-cray-unicos$CRAY_REL + ;; + *:UNICOS/mp:*:*) + CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` + GUESS=craynv-cray-unicosmp$CRAY_REL + ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` + GUESS=${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL} + ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` + GUESS=sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL} + ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + GUESS=$UNAME_MACHINE-pc-bsdi$UNAME_RELEASE + ;; + sparc*:BSD/OS:*:*) + GUESS=sparc-unknown-bsdi$UNAME_RELEASE + ;; + *:BSD/OS:*:*) + GUESS=$UNAME_MACHINE-unknown-bsdi$UNAME_RELEASE + ;; + arm:FreeBSD:*:*) + UNAME_PROCESSOR=`uname -p` + set_cc_for_build + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + FREEBSD_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` + GUESS=$UNAME_PROCESSOR-unknown-freebsd$FREEBSD_REL-gnueabi + else + FREEBSD_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` + GUESS=$UNAME_PROCESSOR-unknown-freebsd$FREEBSD_REL-gnueabihf + fi + ;; + *:FreeBSD:*:*) + UNAME_PROCESSOR=`/usr/bin/uname -p` + case $UNAME_PROCESSOR in + amd64) + UNAME_PROCESSOR=x86_64 ;; + i386) + UNAME_PROCESSOR=i586 ;; + esac + FREEBSD_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` + GUESS=$UNAME_PROCESSOR-unknown-freebsd$FREEBSD_REL + ;; + i*:CYGWIN*:*) + GUESS=$UNAME_MACHINE-pc-cygwin + ;; + *:MINGW64*:*) + GUESS=$UNAME_MACHINE-pc-mingw64 + ;; + *:MINGW*:*) + GUESS=$UNAME_MACHINE-pc-mingw32 + ;; + *:MSYS*:*) + GUESS=$UNAME_MACHINE-pc-msys + ;; + i*:PW*:*) + GUESS=$UNAME_MACHINE-pc-pw32 + ;; + *:SerenityOS:*:*) + GUESS=$UNAME_MACHINE-pc-serenity + ;; + *:Interix*:*) + case $UNAME_MACHINE in + x86) + GUESS=i586-pc-interix$UNAME_RELEASE + ;; + authenticamd | genuineintel | EM64T) + GUESS=x86_64-unknown-interix$UNAME_RELEASE + ;; + IA64) + GUESS=ia64-unknown-interix$UNAME_RELEASE + ;; + esac ;; + i*:UWIN*:*) + GUESS=$UNAME_MACHINE-pc-uwin + ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + GUESS=x86_64-pc-cygwin + ;; + prep*:SunOS:5.*:*) + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=powerpcle-unknown-solaris2$SUN_REL + ;; + *:GNU:*:*) + # the GNU system + GNU_ARCH=`echo "$UNAME_MACHINE" | sed -e 's,[-/].*$,,'` + GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's,/.*$,,'` + GUESS=$GNU_ARCH-unknown-$LIBC$GNU_REL + ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + GNU_SYS=`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"` + GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` + GUESS=$UNAME_MACHINE-unknown-$GNU_SYS$GNU_REL-$LIBC + ;; + *:Minix:*:*) + GUESS=$UNAME_MACHINE-unknown-minix + ;; + aarch64:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + aarch64_be:Linux:*:*) + UNAME_MACHINE=aarch64_be + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' /proc/cpuinfo 2>/dev/null` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep -q ld.so.1 + if test "$?" = 0 ; then LIBC=gnulibc1 ; fi + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + arc:Linux:*:* | arceb:Linux:*:* | arc32:Linux:*:* | arc64:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + arm*:Linux:*:*) + set_cc_for_build + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + else + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + GUESS=$UNAME_MACHINE-unknown-linux-${LIBC}eabi + else + GUESS=$UNAME_MACHINE-unknown-linux-${LIBC}eabihf + fi + fi + ;; + avr32*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + cris:Linux:*:*) + GUESS=$UNAME_MACHINE-axis-linux-$LIBC + ;; + crisv32:Linux:*:*) + GUESS=$UNAME_MACHINE-axis-linux-$LIBC + ;; + e2k:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + frv:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + hexagon:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + i*86:Linux:*:*) + GUESS=$UNAME_MACHINE-pc-linux-$LIBC + ;; + ia64:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + k1om:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + m32r*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + m68*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + mips:Linux:*:* | mips64:Linux:*:*) + set_cc_for_build + IS_GLIBC=0 + test x"${LIBC}" = xgnu && IS_GLIBC=1 + sed 's/^ //' << EOF > "$dummy.c" + #undef CPU + #undef mips + #undef mipsel + #undef mips64 + #undef mips64el + #if ${IS_GLIBC} && defined(_ABI64) + LIBCABI=gnuabi64 + #else + #if ${IS_GLIBC} && defined(_ABIN32) + LIBCABI=gnuabin32 + #else + LIBCABI=${LIBC} + #endif + #endif + + #if ${IS_GLIBC} && defined(__mips64) && defined(__mips_isa_rev) && __mips_isa_rev>=6 + CPU=mipsisa64r6 + #else + #if ${IS_GLIBC} && !defined(__mips64) && defined(__mips_isa_rev) && __mips_isa_rev>=6 + CPU=mipsisa32r6 + #else + #if defined(__mips64) + CPU=mips64 + #else + CPU=mips + #endif + #endif + #endif + + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + MIPS_ENDIAN=el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + MIPS_ENDIAN= + #else + MIPS_ENDIAN= + #endif + #endif +EOF + cc_set_vars=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'` + eval "$cc_set_vars" + test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; } + ;; + mips64el:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + openrisc*:Linux:*:*) + GUESS=or1k-unknown-linux-$LIBC + ;; + or32:Linux:*:* | or1k*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + padre:Linux:*:*) + GUESS=sparc-unknown-linux-$LIBC + ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + GUESS=hppa64-unknown-linux-$LIBC + ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) GUESS=hppa1.1-unknown-linux-$LIBC ;; + PA8*) GUESS=hppa2.0-unknown-linux-$LIBC ;; + *) GUESS=hppa-unknown-linux-$LIBC ;; + esac + ;; + ppc64:Linux:*:*) + GUESS=powerpc64-unknown-linux-$LIBC + ;; + ppc:Linux:*:*) + GUESS=powerpc-unknown-linux-$LIBC + ;; + ppc64le:Linux:*:*) + GUESS=powerpc64le-unknown-linux-$LIBC + ;; + ppcle:Linux:*:*) + GUESS=powerpcle-unknown-linux-$LIBC + ;; + riscv32:Linux:*:* | riscv32be:Linux:*:* | riscv64:Linux:*:* | riscv64be:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + s390:Linux:*:* | s390x:Linux:*:*) + GUESS=$UNAME_MACHINE-ibm-linux-$LIBC + ;; + sh64*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + sh*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + tile*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + vax:Linux:*:*) + GUESS=$UNAME_MACHINE-dec-linux-$LIBC + ;; + x86_64:Linux:*:*) + set_cc_for_build + LIBCABI=$LIBC + if test "$CC_FOR_BUILD" != no_compiler_found; then + if (echo '#ifdef __ILP32__'; echo IS_X32; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_X32 >/dev/null + then + LIBCABI=${LIBC}x32 + fi + fi + GUESS=$UNAME_MACHINE-pc-linux-$LIBCABI + ;; + xtensa*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + GUESS=i386-sequent-sysv4 + ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + GUESS=$UNAME_MACHINE-pc-sysv4.2uw$UNAME_VERSION + ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + GUESS=$UNAME_MACHINE-pc-os2-emx + ;; + i*86:XTS-300:*:STOP) + GUESS=$UNAME_MACHINE-unknown-stop + ;; + i*86:atheos:*:*) + GUESS=$UNAME_MACHINE-unknown-atheos + ;; + i*86:syllable:*:*) + GUESS=$UNAME_MACHINE-pc-syllable + ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) + GUESS=i386-unknown-lynxos$UNAME_RELEASE + ;; + i*86:*DOS:*:*) + GUESS=$UNAME_MACHINE-pc-msdosdjgpp + ;; + i*86:*:4.*:*) + UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + GUESS=$UNAME_MACHINE-univel-sysv$UNAME_REL + else + GUESS=$UNAME_MACHINE-pc-sysv$UNAME_REL + fi + ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + GUESS=$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + GUESS=$UNAME_MACHINE-pc-sco$UNAME_REL + else + GUESS=$UNAME_MACHINE-pc-sysv32 + fi + ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. + # Note: whatever this is, it MUST be the same as what config.sub + # prints for the "djgpp" host, or else GDB configure will decide that + # this is a cross-build. + GUESS=i586-pc-msdosdjgpp + ;; + Intel:Mach:3*:*) + GUESS=i386-pc-mach3 + ;; + paragon:*:*:*) + GUESS=i860-intel-osf1 + ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + GUESS=i860-stardent-sysv$UNAME_RELEASE # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + GUESS=i860-unknown-sysv$UNAME_RELEASE # Unknown i860-SVR4 + fi + ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + GUESS=m68010-convergent-sysv + ;; + mc68k:UNIX:SYSTEM5:3.51m) + GUESS=m68k-convergent-sysv + ;; + M680?0:D-NIX:5.3:*) + GUESS=m68k-diab-dnix + ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; + NCR*:*:4.2:* | MPRAS*:*:4.2:*) + OS_REL='.3' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + GUESS=m68k-unknown-lynxos$UNAME_RELEASE + ;; + mc68030:UNIX_System_V:4.*:*) + GUESS=m68k-atari-sysv4 + ;; + TSUNAMI:LynxOS:2.*:*) + GUESS=sparc-unknown-lynxos$UNAME_RELEASE + ;; + rs6000:LynxOS:2.*:*) + GUESS=rs6000-unknown-lynxos$UNAME_RELEASE + ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) + GUESS=powerpc-unknown-lynxos$UNAME_RELEASE + ;; + SM[BE]S:UNIX_SV:*:*) + GUESS=mips-dde-sysv$UNAME_RELEASE + ;; + RM*:ReliantUNIX-*:*:*) + GUESS=mips-sni-sysv4 + ;; + RM*:SINIX-*:*:*) + GUESS=mips-sni-sysv4 + ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + GUESS=$UNAME_MACHINE-sni-sysv4 + else + GUESS=ns32k-sni-sysv + fi + ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + GUESS=i586-unisys-sysv4 + ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + GUESS=hppa1.1-stratus-sysv4 + ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + GUESS=i860-stratus-sysv4 + ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + GUESS=$UNAME_MACHINE-stratus-vos + ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + GUESS=hppa1.1-stratus-vos + ;; + mc68*:A/UX:*:*) + GUESS=m68k-apple-aux$UNAME_RELEASE + ;; + news*:NEWS-OS:6*:*) + GUESS=mips-sony-newsos6 + ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if test -d /usr/nec; then + GUESS=mips-nec-sysv$UNAME_RELEASE + else + GUESS=mips-unknown-sysv$UNAME_RELEASE + fi + ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + GUESS=powerpc-be-beos + ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + GUESS=powerpc-apple-beos + ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + GUESS=i586-pc-beos + ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + GUESS=i586-pc-haiku + ;; + x86_64:Haiku:*:*) + GUESS=x86_64-unknown-haiku + ;; + SX-4:SUPER-UX:*:*) + GUESS=sx4-nec-superux$UNAME_RELEASE + ;; + SX-5:SUPER-UX:*:*) + GUESS=sx5-nec-superux$UNAME_RELEASE + ;; + SX-6:SUPER-UX:*:*) + GUESS=sx6-nec-superux$UNAME_RELEASE + ;; + SX-7:SUPER-UX:*:*) + GUESS=sx7-nec-superux$UNAME_RELEASE + ;; + SX-8:SUPER-UX:*:*) + GUESS=sx8-nec-superux$UNAME_RELEASE + ;; + SX-8R:SUPER-UX:*:*) + GUESS=sx8r-nec-superux$UNAME_RELEASE + ;; + SX-ACE:SUPER-UX:*:*) + GUESS=sxace-nec-superux$UNAME_RELEASE + ;; + Power*:Rhapsody:*:*) + GUESS=powerpc-apple-rhapsody$UNAME_RELEASE + ;; + *:Rhapsody:*:*) + GUESS=$UNAME_MACHINE-apple-rhapsody$UNAME_RELEASE + ;; + arm64:Darwin:*:*) + GUESS=aarch64-apple-darwin$UNAME_RELEASE + ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` + case $UNAME_PROCESSOR in + unknown) UNAME_PROCESSOR=powerpc ;; + esac + if command -v xcode-select > /dev/null 2> /dev/null && \ + ! xcode-select --print-path > /dev/null 2> /dev/null ; then + # Avoid executing cc if there is no toolchain installed as + # cc will be a stub that puts up a graphical alert + # prompting the user to install developer tools. + CC_FOR_BUILD=no_compiler_found + else + set_cc_for_build + fi + if test "$CC_FOR_BUILD" != no_compiler_found; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi + # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc + if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_PPC >/dev/null + then + UNAME_PROCESSOR=powerpc + fi + elif test "$UNAME_PROCESSOR" = i386 ; then + # uname -m returns i386 or x86_64 + UNAME_PROCESSOR=$UNAME_MACHINE + fi + GUESS=$UNAME_PROCESSOR-apple-darwin$UNAME_RELEASE + ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = x86; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + GUESS=$UNAME_PROCESSOR-$UNAME_MACHINE-nto-qnx$UNAME_RELEASE + ;; + *:QNX:*:4*) + GUESS=i386-pc-qnx + ;; + NEO-*:NONSTOP_KERNEL:*:*) + GUESS=neo-tandem-nsk$UNAME_RELEASE + ;; + NSE-*:NONSTOP_KERNEL:*:*) + GUESS=nse-tandem-nsk$UNAME_RELEASE + ;; + NSR-*:NONSTOP_KERNEL:*:*) + GUESS=nsr-tandem-nsk$UNAME_RELEASE + ;; + NSV-*:NONSTOP_KERNEL:*:*) + GUESS=nsv-tandem-nsk$UNAME_RELEASE + ;; + NSX-*:NONSTOP_KERNEL:*:*) + GUESS=nsx-tandem-nsk$UNAME_RELEASE + ;; + *:NonStop-UX:*:*) + GUESS=mips-compaq-nonstopux + ;; + BS2000:POSIX*:*:*) + GUESS=bs2000-siemens-sysv + ;; + DS/*:UNIX_System_V:*:*) + GUESS=$UNAME_MACHINE-$UNAME_SYSTEM-$UNAME_RELEASE + ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "${cputype-}" = 386; then + UNAME_MACHINE=i386 + elif test "x${cputype-}" != x; then + UNAME_MACHINE=$cputype + fi + GUESS=$UNAME_MACHINE-unknown-plan9 + ;; + *:TOPS-10:*:*) + GUESS=pdp10-unknown-tops10 + ;; + *:TENEX:*:*) + GUESS=pdp10-unknown-tenex + ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + GUESS=pdp10-dec-tops20 + ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + GUESS=pdp10-xkl-tops20 + ;; + *:TOPS-20:*:*) + GUESS=pdp10-unknown-tops20 + ;; + *:ITS:*:*) + GUESS=pdp10-unknown-its + ;; + SEI:*:*:SEIUX) + GUESS=mips-sei-seiux$UNAME_RELEASE + ;; + *:DragonFly:*:*) + DRAGONFLY_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` + GUESS=$UNAME_MACHINE-unknown-dragonfly$DRAGONFLY_REL + ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case $UNAME_MACHINE in + A*) GUESS=alpha-dec-vms ;; + I*) GUESS=ia64-dec-vms ;; + V*) GUESS=vax-dec-vms ;; + esac ;; + *:XENIX:*:SysV) + GUESS=i386-pc-xenix + ;; + i*86:skyos:*:*) + SKYOS_REL=`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'` + GUESS=$UNAME_MACHINE-pc-skyos$SKYOS_REL + ;; + i*86:rdos:*:*) + GUESS=$UNAME_MACHINE-pc-rdos + ;; + i*86:Fiwix:*:*) + GUESS=$UNAME_MACHINE-pc-fiwix + ;; + *:AROS:*:*) + GUESS=$UNAME_MACHINE-unknown-aros + ;; + x86_64:VMkernel:*:*) + GUESS=$UNAME_MACHINE-unknown-esx + ;; + amd64:Isilon\ OneFS:*:*) + GUESS=x86_64-unknown-onefs + ;; + *:Unleashed:*:*) + GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE + ;; +esac + +# Do we have a guess based on uname results? +if test "x$GUESS" != x; then + echo "$GUESS" + exit +fi + +# No uname command or uname output not recognized. +set_cc_for_build +cat > "$dummy.c" < +#include +#endif +#if defined(ultrix) || defined(_ultrix) || defined(__ultrix) || defined(__ultrix__) +#if defined (vax) || defined (__vax) || defined (__vax__) || defined(mips) || defined(__mips) || defined(__mips__) || defined(MIPS) || defined(__MIPS__) +#include +#if defined(_SIZE_T_) || defined(SIGLOST) +#include +#endif +#endif +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); +#endif + +#if defined (vax) +#if !defined (ultrix) +#include +#if defined (BSD) +#if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +#else +#if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +#else + printf ("vax-dec-bsd\n"); exit (0); +#endif +#endif +#else + printf ("vax-dec-bsd\n"); exit (0); +#endif +#else +#if defined(_SIZE_T_) || defined(SIGLOST) + struct utsname un; + uname (&un); + printf ("vax-dec-ultrix%s\n", un.release); exit (0); +#else + printf ("vax-dec-ultrix\n"); exit (0); +#endif +#endif +#endif +#if defined(ultrix) || defined(_ultrix) || defined(__ultrix) || defined(__ultrix__) +#if defined(mips) || defined(__mips) || defined(__mips__) || defined(MIPS) || defined(__MIPS__) +#if defined(_SIZE_T_) || defined(SIGLOST) + struct utsname *un; + uname (&un); + printf ("mips-dec-ultrix%s\n", un.release); exit (0); +#else + printf ("mips-dec-ultrix\n"); exit (0); +#endif +#endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`"$dummy"` && + { echo "$SYSTEM_NAME"; exit; } + +# Apollos put the system type in the environment. +test -d /usr/apollo && { echo "$ISP-apollo-$SYSTYPE"; exit; } + +echo "$0: unable to guess system type" >&2 + +case $UNAME_MACHINE:$UNAME_SYSTEM in + mips:Linux | mips64:Linux) + # If we got here on MIPS GNU/Linux, output extra information. + cat >&2 <&2 <&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` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = "$UNAME_MACHINE" +UNAME_RELEASE = "$UNAME_RELEASE" +UNAME_SYSTEM = "$UNAME_SYSTEM" +UNAME_VERSION = "$UNAME_VERSION" +EOF +fi + +exit 1 + +# Local variables: +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/sshpass-1.10/config.h b/sshpass-1.10/config.h new file mode 100644 index 0000000..e7c5a0c --- /dev/null +++ b/sshpass-1.10/config.h @@ -0,0 +1,228 @@ +/* config.h. Generated from config.h.in by configure. */ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Define to 1 if you have the header file. */ +#define HAVE_FCNTL_H 1 + +/* Define to 1 if you have the `fork' function. */ +#define HAVE_FORK 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_INTTYPES_H 1 + +/* Define to 1 if your system has a GNU libc compatible `malloc' function, and + to 0 otherwise. */ +#define HAVE_MALLOC 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_MINIX_CONFIG_H */ + +/* Define to 1 if you have the `posix_openpt' function. */ +#define HAVE_POSIX_OPENPT 1 + +/* Define to 1 if you have the `select' function. */ +#define HAVE_SELECT 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDINT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDIO_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDLIB_H 1 + +/* Define to 1 if you have the `strdup' function. */ +#define HAVE_STRDUP 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STRINGS_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STRING_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_IOCTL_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_SELECT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_SOCKET_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_STAT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_TYPES_H 1 + +/* Define to 1 if you have that is POSIX.1 compatible. */ +#define HAVE_SYS_WAIT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_TERMIOS_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_UNISTD_H 1 + +/* Define to 1 if you have the `vfork' function. */ +#define HAVE_VFORK 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_VFORK_H */ + +/* Define to 1 if you have the header file. */ +#define HAVE_WCHAR_H 1 + +/* Define to 1 if `fork' works. */ +#define HAVE_WORKING_FORK 1 + +/* Define to 1 if `vfork' works. */ +#define HAVE_WORKING_VFORK 1 + +/* Name of package */ +#define PACKAGE "sshpass" + +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "" + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "sshpass" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "sshpass 1.10" + +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "sshpass" + +/* Define to the home page for this package. */ +#define PACKAGE_URL "" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "1.10" + +/* Password prompt to use */ +#define PASSWORD_PROMPT "assword" + +/* Define as the return type of signal handlers (`int' or `void'). */ +#define RETSIGTYPE void + +/* Define to the type of arg 1 for `select'. */ +#define SELECT_TYPE_ARG1 int + +/* Define to the type of args 2, 3 and 4 for `select'. */ +#define SELECT_TYPE_ARG234 (fd_set *) + +/* Define to the type of arg 5 for `select'. */ +#define SELECT_TYPE_ARG5 (struct timeval *) + +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ +#define STDC_HEADERS 1 + +/* Enable extensions on AIX 3, Interix. */ +#ifndef _ALL_SOURCE +# define _ALL_SOURCE 1 +#endif +/* Enable general extensions on macOS. */ +#ifndef _DARWIN_C_SOURCE +# define _DARWIN_C_SOURCE 1 +#endif +/* Enable general extensions on Solaris. */ +#ifndef __EXTENSIONS__ +# define __EXTENSIONS__ 1 +#endif +/* Enable GNU extensions on systems that have them. */ +#ifndef _GNU_SOURCE +# define _GNU_SOURCE 1 +#endif +/* Enable X/Open compliant socket functions that do not require linking + with -lxnet on HP-UX 11.11. */ +#ifndef _HPUX_ALT_XOPEN_SOCKET_API +# define _HPUX_ALT_XOPEN_SOCKET_API 1 +#endif +/* Identify the host operating system as Minix. + This macro does not affect the system headers' behavior. + A future release of Autoconf may stop defining this macro. */ +#ifndef _MINIX +/* # undef _MINIX */ +#endif +/* Enable general extensions on NetBSD. + Enable NetBSD compatibility extensions on Minix. */ +#ifndef _NETBSD_SOURCE +# define _NETBSD_SOURCE 1 +#endif +/* Enable OpenBSD compatibility extensions on NetBSD. + Oddly enough, this does nothing on OpenBSD. */ +#ifndef _OPENBSD_SOURCE +# define _OPENBSD_SOURCE 1 +#endif +/* Define to 1 if needed for POSIX-compatible behavior. */ +#ifndef _POSIX_SOURCE +/* # undef _POSIX_SOURCE */ +#endif +/* Define to 2 if needed for POSIX-compatible behavior. */ +#ifndef _POSIX_1_SOURCE +/* # undef _POSIX_1_SOURCE */ +#endif +/* Enable POSIX-compatible threading on Solaris. */ +#ifndef _POSIX_PTHREAD_SEMANTICS +# define _POSIX_PTHREAD_SEMANTICS 1 +#endif +/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ +#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ +# define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 +#endif +/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ +#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ +# define __STDC_WANT_IEC_60559_BFP_EXT__ 1 +#endif +/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ +#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ +# define __STDC_WANT_IEC_60559_DFP_EXT__ 1 +#endif +/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ +#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ +# define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 +#endif +/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ +#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ +# define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 +#endif +/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ +#ifndef __STDC_WANT_LIB_EXT2__ +# define __STDC_WANT_LIB_EXT2__ 1 +#endif +/* Enable extensions specified by ISO/IEC 24747:2009. */ +#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ +# define __STDC_WANT_MATH_SPEC_FUNCS__ 1 +#endif +/* Enable extensions on HP NonStop. */ +#ifndef _TANDEM_SOURCE +# define _TANDEM_SOURCE 1 +#endif +/* Enable X/Open extensions. Define to 500 only if necessary + to make mbstate_t available. */ +#ifndef _XOPEN_SOURCE +/* # undef _XOPEN_SOURCE */ +#endif + + +/* Version number of package */ +#define VERSION "1.10" + +/* Define to empty if `const' does not conform to ANSI C. */ +/* #undef const */ + +/* Define to rpl_malloc if the replacement function should be used. */ +/* #undef malloc */ + +/* Define as a signed integer type capable of holding a process identifier. */ +/* #undef pid_t */ + +/* Define to `int' if does not define. */ +/* #undef ssize_t */ + +/* Define as `fork' if `vfork' does not work. */ +/* #undef vfork */ diff --git a/sshpass-1.10/config.h.in b/sshpass-1.10/config.h.in new file mode 100644 index 0000000..951485a --- /dev/null +++ b/sshpass-1.10/config.h.in @@ -0,0 +1,227 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Define to 1 if you have the header file. */ +#undef HAVE_FCNTL_H + +/* Define to 1 if you have the `fork' function. */ +#undef HAVE_FORK + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if your system has a GNU libc compatible `malloc' function, and + to 0 otherwise. */ +#undef HAVE_MALLOC + +/* Define to 1 if you have the header file. */ +#undef HAVE_MINIX_CONFIG_H + +/* Define to 1 if you have the `posix_openpt' function. */ +#undef HAVE_POSIX_OPENPT + +/* Define to 1 if you have the `select' function. */ +#undef HAVE_SELECT + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDIO_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the `strdup' function. */ +#undef HAVE_STRDUP + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_IOCTL_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SELECT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SOCKET_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have that is POSIX.1 compatible. */ +#undef HAVE_SYS_WAIT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_TERMIOS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if you have the `vfork' function. */ +#undef HAVE_VFORK + +/* Define to 1 if you have the header file. */ +#undef HAVE_VFORK_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_WCHAR_H + +/* Define to 1 if `fork' works. */ +#undef HAVE_WORKING_FORK + +/* Define to 1 if `vfork' works. */ +#undef HAVE_WORKING_VFORK + +/* 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 + +/* Password prompt to use */ +#undef PASSWORD_PROMPT + +/* Define as the return type of signal handlers (`int' or `void'). */ +#undef RETSIGTYPE + +/* Define to the type of arg 1 for `select'. */ +#undef SELECT_TYPE_ARG1 + +/* Define to the type of args 2, 3 and 4 for `select'. */ +#undef SELECT_TYPE_ARG234 + +/* Define to the type of arg 5 for `select'. */ +#undef SELECT_TYPE_ARG5 + +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ +#undef STDC_HEADERS + +/* Enable extensions on AIX 3, Interix. */ +#ifndef _ALL_SOURCE +# undef _ALL_SOURCE +#endif +/* Enable general extensions on macOS. */ +#ifndef _DARWIN_C_SOURCE +# undef _DARWIN_C_SOURCE +#endif +/* Enable general extensions on Solaris. */ +#ifndef __EXTENSIONS__ +# undef __EXTENSIONS__ +#endif +/* Enable GNU extensions on systems that have them. */ +#ifndef _GNU_SOURCE +# undef _GNU_SOURCE +#endif +/* Enable X/Open compliant socket functions that do not require linking + with -lxnet on HP-UX 11.11. */ +#ifndef _HPUX_ALT_XOPEN_SOCKET_API +# undef _HPUX_ALT_XOPEN_SOCKET_API +#endif +/* Identify the host operating system as Minix. + This macro does not affect the system headers' behavior. + A future release of Autoconf may stop defining this macro. */ +#ifndef _MINIX +# undef _MINIX +#endif +/* Enable general extensions on NetBSD. + Enable NetBSD compatibility extensions on Minix. */ +#ifndef _NETBSD_SOURCE +# undef _NETBSD_SOURCE +#endif +/* Enable OpenBSD compatibility extensions on NetBSD. + Oddly enough, this does nothing on OpenBSD. */ +#ifndef _OPENBSD_SOURCE +# undef _OPENBSD_SOURCE +#endif +/* Define to 1 if needed for POSIX-compatible behavior. */ +#ifndef _POSIX_SOURCE +# undef _POSIX_SOURCE +#endif +/* Define to 2 if needed for POSIX-compatible behavior. */ +#ifndef _POSIX_1_SOURCE +# undef _POSIX_1_SOURCE +#endif +/* Enable POSIX-compatible threading on Solaris. */ +#ifndef _POSIX_PTHREAD_SEMANTICS +# undef _POSIX_PTHREAD_SEMANTICS +#endif +/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ +#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ +# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ +#endif +/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ +#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ +# undef __STDC_WANT_IEC_60559_BFP_EXT__ +#endif +/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ +#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ +# undef __STDC_WANT_IEC_60559_DFP_EXT__ +#endif +/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ +#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ +# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ +#endif +/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ +#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ +# undef __STDC_WANT_IEC_60559_TYPES_EXT__ +#endif +/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ +#ifndef __STDC_WANT_LIB_EXT2__ +# undef __STDC_WANT_LIB_EXT2__ +#endif +/* Enable extensions specified by ISO/IEC 24747:2009. */ +#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ +# undef __STDC_WANT_MATH_SPEC_FUNCS__ +#endif +/* Enable extensions on HP NonStop. */ +#ifndef _TANDEM_SOURCE +# undef _TANDEM_SOURCE +#endif +/* Enable X/Open extensions. Define to 500 only if necessary + to make mbstate_t available. */ +#ifndef _XOPEN_SOURCE +# undef _XOPEN_SOURCE +#endif + + +/* Version number of package */ +#undef VERSION + +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const + +/* Define to rpl_malloc if the replacement function should be used. */ +#undef malloc + +/* Define as a signed integer type capable of holding a process identifier. */ +#undef pid_t + +/* Define to `int' if does not define. */ +#undef ssize_t + +/* Define as `fork' if `vfork' does not work. */ +#undef vfork diff --git a/sshpass-1.10/config.status b/sshpass-1.10/config.status new file mode 100755 index 0000000..6d19c38 --- /dev/null +++ b/sshpass-1.10/config.status @@ -0,0 +1,1233 @@ +#! /bin/bash +# Generated by configure. +# 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-/bin/bash} +export SHELL +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (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 $as_nop + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; 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 + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + 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 + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + + +# as_fn_error STATUS 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=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&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_nop + 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_nop + 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 || +printf "%s\n" 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 + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +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 + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_echo='printf %s\n' +as_echo_n='printf %s' + +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 -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +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=`printf "%s\n" "$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 || +printf "%s\n" 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 + + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# 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. ## +## ----------------------------------- ## +# 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 sshpass $as_me 1.10, which was +generated by GNU Autoconf 2.71. 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` +" + +# Files that config.status was made for. +config_files=" Makefile" +config_headers=" config.h" +config_commands=" depfiles" + +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 + +Configuration commands: +$config_commands + +Report bugs to the package provider." + +ac_cs_config='--host=aarch64-linux-gnu CC=aarch64-linux-gnu-gcc host_alias=aarch64-linux-gnu' +ac_cs_version="\ +sshpass config.status 1.10 +configured by ./configure, generated by GNU Autoconf 2.71, + with options \"$ac_cs_config\" + +Copyright (C) 2021 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='/home/hyx/work/write_mac_tool/sshpass-1.10' +srcdir='.' +INSTALL='/usr/bin/install -c' +MKDIR_P='/usr/bin/mkdir -p' +AWK='gawk' +test -n "$AWK" || AWK=awk +# 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=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + 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 ) + printf "%s\n" "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + printf "%s\n" "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$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 ) + printf "%s\n" "$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 + +if $ac_cs_recheck; then + set X /bin/bash './configure' '--host=aarch64-linux-gnu' 'CC=aarch64-linux-gnu-gcc' 'host_alias=aarch64-linux-gnu' $ac_configure_extra_args --no-create --no-recursion + shift + \printf "%s\n" "running CONFIG_SHELL=/bin/bash $*" >&6 + CONFIG_SHELL='/bin/bash' + export CONFIG_SHELL + exec "$@" +fi + +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + printf "%s\n" "$ac_log" +} >&5 + +# +# INIT-COMMANDS +# +AMDEP_TRUE="" MAKE="make" + + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + + *) 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+y} || CONFIG_FILES=$config_files + test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers + test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands +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= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_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 -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# 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 {' >"$ac_tmp/subs1.awk" && +cat >>"$ac_tmp/subs1.awk" <<\_ACAWK && +S["am__EXEEXT_FALSE"]="" +S["am__EXEEXT_TRUE"]="#" +S["LTLIBOBJS"]="" +S["LIBOBJS"]="" +S["host_os"]="linux-gnu" +S["host_vendor"]="unknown" +S["host_cpu"]="aarch64" +S["host"]="aarch64-unknown-linux-gnu" +S["build_os"]="linux-gnu" +S["build_vendor"]="pc" +S["build_cpu"]="x86_64" +S["build"]="x86_64-pc-linux-gnu" +S["CPP"]="aarch64-linux-gnu-gcc -E" +S["EGREP"]="/usr/bin/grep -E" +S["GREP"]="/usr/bin/grep" +S["am__fastdepCC_FALSE"]="#" +S["am__fastdepCC_TRUE"]="" +S["CCDEPMODE"]="depmode=gcc3" +S["am__nodep"]="_no" +S["AMDEPBACKSLASH"]="\\" +S["AMDEP_FALSE"]="#" +S["AMDEP_TRUE"]="" +S["am__include"]="include" +S["DEPDIR"]=".deps" +S["OBJEXT"]="o" +S["EXEEXT"]="" +S["ac_ct_CC"]="" +S["CPPFLAGS"]="" +S["LDFLAGS"]="" +S["CFLAGS"]="-g -O2" +S["CC"]="aarch64-linux-gnu-gcc" +S["AM_BACKSLASH"]="\\" +S["AM_DEFAULT_VERBOSITY"]="1" +S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)" +S["AM_V"]="$(V)" +S["CSCOPE"]="cscope" +S["ETAGS"]="etags" +S["CTAGS"]="ctags" +S["am__untar"]="$${TAR-tar} xf -" +S["am__tar"]="$${TAR-tar} chof - \"$$tardir\"" +S["AMTAR"]="$${TAR-tar}" +S["am__leading_dot"]="." +S["SET_MAKE"]="" +S["AWK"]="gawk" +S["mkdir_p"]="$(MKDIR_P)" +S["MKDIR_P"]="/usr/bin/mkdir -p" +S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" +S["STRIP"]="aarch64-linux-gnu-strip" +S["install_sh"]="${SHELL} /home/hyx/work/write_mac_tool/sshpass-1.10/install-sh" +S["MAKEINFO"]="${SHELL} '/home/hyx/work/write_mac_tool/sshpass-1.10/missing' makeinfo" +S["AUTOHEADER"]="${SHELL} '/home/hyx/work/write_mac_tool/sshpass-1.10/missing' autoheader" +S["AUTOMAKE"]="${SHELL} '/home/hyx/work/write_mac_tool/sshpass-1.10/missing' automake-1.16" +S["AUTOCONF"]="${SHELL} '/home/hyx/work/write_mac_tool/sshpass-1.10/missing' autoconf" +S["ACLOCAL"]="${SHELL} '/home/hyx/work/write_mac_tool/sshpass-1.10/missing' aclocal-1.16" +S["VERSION"]="1.10" +S["PACKAGE"]="sshpass" +S["CYGPATH_W"]="echo" +S["am__isrc"]="" +S["INSTALL_DATA"]="${INSTALL} -m 644" +S["INSTALL_SCRIPT"]="${INSTALL}" +S["INSTALL_PROGRAM"]="${INSTALL}" +S["target_alias"]="" +S["host_alias"]="aarch64-linux-gnu" +S["build_alias"]="" +S["LIBS"]="" +S["ECHO_T"]="" +S["ECHO_N"]="-n" +S["ECHO_C"]="" +S["DEFS"]="-DHAVE_CONFIG_H" +S["mandir"]="${datarootdir}/man" +S["localedir"]="${datarootdir}/locale" +S["libdir"]="${exec_prefix}/lib" +S["psdir"]="${docdir}" +S["pdfdir"]="${docdir}" +S["dvidir"]="${docdir}" +S["htmldir"]="${docdir}" +S["infodir"]="${datarootdir}/info" +S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}" +S["oldincludedir"]="/usr/include" +S["includedir"]="${prefix}/include" +S["runstatedir"]="${localstatedir}/run" +S["localstatedir"]="${prefix}/var" +S["sharedstatedir"]="${prefix}/com" +S["sysconfdir"]="${prefix}/etc" +S["datadir"]="${datarootdir}" +S["datarootdir"]="${prefix}/share" +S["libexecdir"]="${exec_prefix}/libexec" +S["sbindir"]="${exec_prefix}/sbin" +S["bindir"]="${exec_prefix}/bin" +S["program_transform_name"]="s,x,x," +S["prefix"]="/usr/local" +S["exec_prefix"]="${prefix}" +S["PACKAGE_URL"]="" +S["PACKAGE_BUGREPORT"]="" +S["PACKAGE_STRING"]="sshpass 1.10" +S["PACKAGE_VERSION"]="1.10" +S["PACKAGE_TARNAME"]="sshpass" +S["PACKAGE_NAME"]="sshpass" +S["PATH_SEPARATOR"]=":" +S["SHELL"]="/bin/bash" +S["am__quote"]="" +_ACAWK +cat >>"$ac_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 +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 < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +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 >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +D["PACKAGE_NAME"]=" \"sshpass\"" +D["PACKAGE_TARNAME"]=" \"sshpass\"" +D["PACKAGE_VERSION"]=" \"1.10\"" +D["PACKAGE_STRING"]=" \"sshpass 1.10\"" +D["PACKAGE_BUGREPORT"]=" \"\"" +D["PACKAGE_URL"]=" \"\"" +D["PACKAGE"]=" \"sshpass\"" +D["VERSION"]=" \"1.10\"" +D["HAVE_STDIO_H"]=" 1" +D["HAVE_STDLIB_H"]=" 1" +D["HAVE_STRING_H"]=" 1" +D["HAVE_INTTYPES_H"]=" 1" +D["HAVE_STDINT_H"]=" 1" +D["HAVE_STRINGS_H"]=" 1" +D["HAVE_SYS_STAT_H"]=" 1" +D["HAVE_SYS_TYPES_H"]=" 1" +D["HAVE_UNISTD_H"]=" 1" +D["HAVE_WCHAR_H"]=" 1" +D["HAVE_SYS_SELECT_H"]=" 1" +D["HAVE_SYS_SOCKET_H"]=" 1" +D["STDC_HEADERS"]=" 1" +D["_ALL_SOURCE"]=" 1" +D["_DARWIN_C_SOURCE"]=" 1" +D["_GNU_SOURCE"]=" 1" +D["_HPUX_ALT_XOPEN_SOCKET_API"]=" 1" +D["_NETBSD_SOURCE"]=" 1" +D["_OPENBSD_SOURCE"]=" 1" +D["_POSIX_PTHREAD_SEMANTICS"]=" 1" +D["__STDC_WANT_IEC_60559_ATTRIBS_EXT__"]=" 1" +D["__STDC_WANT_IEC_60559_BFP_EXT__"]=" 1" +D["__STDC_WANT_IEC_60559_DFP_EXT__"]=" 1" +D["__STDC_WANT_IEC_60559_FUNCS_EXT__"]=" 1" +D["__STDC_WANT_IEC_60559_TYPES_EXT__"]=" 1" +D["__STDC_WANT_LIB_EXT2__"]=" 1" +D["__STDC_WANT_MATH_SPEC_FUNCS__"]=" 1" +D["_TANDEM_SOURCE"]=" 1" +D["__EXTENSIONS__"]=" 1" +D["HAVE_SYS_WAIT_H"]=" 1" +D["HAVE_FCNTL_H"]=" 1" +D["HAVE_STDLIB_H"]=" 1" +D["HAVE_STRING_H"]=" 1" +D["HAVE_SYS_IOCTL_H"]=" 1" +D["HAVE_UNISTD_H"]=" 1" +D["HAVE_TERMIOS_H"]=" 1" +D["HAVE_FORK"]=" 1" +D["HAVE_VFORK"]=" 1" +D["HAVE_WORKING_VFORK"]=" 1" +D["HAVE_WORKING_FORK"]=" 1" +D["HAVE_MALLOC"]=" 1" +D["SELECT_TYPE_ARG1"]=" int" +D["SELECT_TYPE_ARG234"]=" (fd_set *)" +D["SELECT_TYPE_ARG5"]=" (struct timeval *)" +D["RETSIGTYPE"]=" void" +D["HAVE_SELECT"]=" 1" +D["HAVE_POSIX_OPENPT"]=" 1" +D["HAVE_STRDUP"]=" 1" +D["PASSWORD_PROMPT"]=" \"assword\"" + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\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 + 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 :C $CONFIG_COMMANDS" +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="$ac_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 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`printf "%s\n" "$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 '` + printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +printf "%s\n" "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`printf "%s\n" "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_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 || +printf "%s\n" 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=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$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 +# 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@*) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + ac_datarootdir_hack=' + s&@datadir@&${datarootdir}&g + s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g + s&@infodir@&${datarootdir}/info&g + s&@localedir@&${datarootdir}/locale&g + s&@mandir@&${datarootdir}/man&g + s&\${datarootdir}&${prefix}/share&g' ;; +esac +ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +} + +: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 "$ac_tmp/subs.awk" \ + >$ac_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' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { printf "%s\n" "$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 +printf "%s\n" "$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 "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_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 + { + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_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 || +printf "%s\n" 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 + ;; + + :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +printf "%s\n" "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf 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. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + case $CONFIG_FILES in #( + *\'*) : + eval set x "$CONFIG_FILES" ;; #( + *) : + set x $CONFIG_FILES ;; #( + *) : + ;; +esac + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`$as_dirname -- "$am_mf" || +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$am_mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + am_filepart=`$as_basename -- "$am_mf" || +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { echo "$as_me:$LINENO: cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles" >&5 + (cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } || am_rc=$? + done + if test $am_rc -ne 0; then + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +See \`config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} + { am_mf=; unset am_mf;} + { am_rc=; unset am_rc;} + rm -f conftest-deps.mk +} + ;; + + esac +done # for ac_tag + + +as_fn_exit 0 diff --git a/sshpass-1.10/config.sub b/sshpass-1.10/config.sub new file mode 100755 index 0000000..dba16e8 --- /dev/null +++ b/sshpass-1.10/config.sub @@ -0,0 +1,1890 @@ +#! /bin/sh +# Configuration validation subroutine script. +# Copyright 1992-2022 Free Software Foundation, Inc. + +# shellcheck disable=SC2006,SC2268 # see below for rationale + +timestamp='2022-01-03' + +# This file 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 . +# +# 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. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). + + +# Please send patches to . +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# You can get the latest version of this script from: +# https://git.savannah.gnu.org/cgit/config.git/plain/config.sub + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +# The "shellcheck disable" line above the timestamp inhibits complaints +# about features and limitations of the classic Bourne shell that were +# superseded or lifted in POSIX. However, this script identifies a wide +# variety of pre-POSIX systems that do not have POSIX shells at all, and +# even some reasonably current systems (Solaris 10 as case-in-point) still +# have a pre-POSIX /bin/sh. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS + +Canonicalize a configuration name. + +Options: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright 1992-2022 Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo "$1" + exit ;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Split fields of configuration type +# shellcheck disable=SC2162 +saved_IFS=$IFS +IFS="-" read field1 field2 field3 field4 <&2 + exit 1 + ;; + *-*-*-*) + basic_machine=$field1-$field2 + basic_os=$field3-$field4 + ;; + *-*-*) + # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two + # parts + maybe_os=$field2-$field3 + case $maybe_os in + nto-qnx* | linux-* | uclinux-uclibc* \ + | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \ + | netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \ + | storm-chaos* | os2-emx* | rtmk-nova*) + basic_machine=$field1 + basic_os=$maybe_os + ;; + android-linux) + basic_machine=$field1-unknown + basic_os=linux-android + ;; + *) + basic_machine=$field1-$field2 + basic_os=$field3 + ;; + esac + ;; + *-*) + # A lone config we happen to match not fitting any pattern + case $field1-$field2 in + decstation-3100) + basic_machine=mips-dec + basic_os= + ;; + *-*) + # Second component is usually, but not always the OS + case $field2 in + # Prevent following clause from handling this valid os + sun*os*) + basic_machine=$field1 + basic_os=$field2 + ;; + zephyr*) + basic_machine=$field1-unknown + basic_os=$field2 + ;; + # Manufacturers + dec* | mips* | sequent* | encore* | pc533* | sgi* | sony* \ + | att* | 7300* | 3300* | delta* | motorola* | sun[234]* \ + | unicom* | ibm* | next | hp | isi* | apollo | altos* \ + | convergent* | ncr* | news | 32* | 3600* | 3100* \ + | hitachi* | c[123]* | convex* | sun | crds | omron* | dg \ + | ultra | tti* | harris | dolphin | highlevel | gould \ + | cbm | ns | masscomp | apple | axis | knuth | cray \ + | microblaze* | sim | cisco \ + | oki | wec | wrs | winbond) + basic_machine=$field1-$field2 + basic_os= + ;; + *) + basic_machine=$field1 + basic_os=$field2 + ;; + esac + ;; + esac + ;; + *) + # Convert single-component short-hands not valid as part of + # multi-component configurations. + case $field1 in + 386bsd) + basic_machine=i386-pc + basic_os=bsd + ;; + a29khif) + basic_machine=a29k-amd + basic_os=udi + ;; + adobe68k) + basic_machine=m68010-adobe + basic_os=scout + ;; + alliant) + basic_machine=fx80-alliant + basic_os= + ;; + altos | altos3068) + basic_machine=m68k-altos + basic_os= + ;; + am29k) + basic_machine=a29k-none + basic_os=bsd + ;; + amdahl) + basic_machine=580-amdahl + basic_os=sysv + ;; + amiga) + basic_machine=m68k-unknown + basic_os= + ;; + amigaos | amigados) + basic_machine=m68k-unknown + basic_os=amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + basic_os=sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + basic_os=sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + basic_os=bsd + ;; + aros) + basic_machine=i386-pc + basic_os=aros + ;; + aux) + basic_machine=m68k-apple + basic_os=aux + ;; + balance) + basic_machine=ns32k-sequent + basic_os=dynix + ;; + blackfin) + basic_machine=bfin-unknown + basic_os=linux + ;; + cegcc) + basic_machine=arm-unknown + basic_os=cegcc + ;; + convex-c1) + basic_machine=c1-convex + basic_os=bsd + ;; + convex-c2) + basic_machine=c2-convex + basic_os=bsd + ;; + convex-c32) + basic_machine=c32-convex + basic_os=bsd + ;; + convex-c34) + basic_machine=c34-convex + basic_os=bsd + ;; + convex-c38) + basic_machine=c38-convex + basic_os=bsd + ;; + cray) + basic_machine=j90-cray + basic_os=unicos + ;; + crds | unos) + basic_machine=m68k-crds + basic_os= + ;; + da30) + basic_machine=m68k-da30 + basic_os= + ;; + decstation | pmax | pmin | dec3100 | decstatn) + basic_machine=mips-dec + basic_os= + ;; + delta88) + basic_machine=m88k-motorola + basic_os=sysv3 + ;; + dicos) + basic_machine=i686-pc + basic_os=dicos + ;; + djgpp) + basic_machine=i586-pc + basic_os=msdosdjgpp + ;; + ebmon29k) + basic_machine=a29k-amd + basic_os=ebmon + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + basic_os=ose + ;; + gmicro) + basic_machine=tron-gmicro + basic_os=sysv + ;; + go32) + basic_machine=i386-pc + basic_os=go32 + ;; + h8300hms) + basic_machine=h8300-hitachi + basic_os=hms + ;; + h8300xray) + basic_machine=h8300-hitachi + basic_os=xray + ;; + h8500hms) + basic_machine=h8500-hitachi + basic_os=hms + ;; + harris) + basic_machine=m88k-harris + basic_os=sysv3 + ;; + hp300 | hp300hpux) + basic_machine=m68k-hp + basic_os=hpux + ;; + hp300bsd) + basic_machine=m68k-hp + basic_os=bsd + ;; + hppaosf) + basic_machine=hppa1.1-hp + basic_os=osf + ;; + hppro) + basic_machine=hppa1.1-hp + basic_os=proelf + ;; + i386mach) + basic_machine=i386-mach + basic_os=mach + ;; + isi68 | isi) + basic_machine=m68k-isi + basic_os=sysv + ;; + m68knommu) + basic_machine=m68k-unknown + basic_os=linux + ;; + magnum | m3230) + basic_machine=mips-mips + basic_os=sysv + ;; + merlin) + basic_machine=ns32k-utek + basic_os=sysv + ;; + mingw64) + basic_machine=x86_64-pc + basic_os=mingw64 + ;; + mingw32) + basic_machine=i686-pc + basic_os=mingw32 + ;; + mingw32ce) + basic_machine=arm-unknown + basic_os=mingw32ce + ;; + monitor) + basic_machine=m68k-rom68k + basic_os=coff + ;; + morphos) + basic_machine=powerpc-unknown + basic_os=morphos + ;; + moxiebox) + basic_machine=moxie-unknown + basic_os=moxiebox + ;; + msdos) + basic_machine=i386-pc + basic_os=msdos + ;; + msys) + basic_machine=i686-pc + basic_os=msys + ;; + mvs) + basic_machine=i370-ibm + basic_os=mvs + ;; + nacl) + basic_machine=le32-unknown + basic_os=nacl + ;; + ncr3000) + basic_machine=i486-ncr + basic_os=sysv4 + ;; + netbsd386) + basic_machine=i386-pc + basic_os=netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + basic_os=linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + basic_os=newsos + ;; + news1000) + basic_machine=m68030-sony + basic_os=newsos + ;; + necv70) + basic_machine=v70-nec + basic_os=sysv + ;; + nh3000) + basic_machine=m68k-harris + basic_os=cxux + ;; + nh[45]000) + basic_machine=m88k-harris + basic_os=cxux + ;; + nindy960) + basic_machine=i960-intel + basic_os=nindy + ;; + mon960) + basic_machine=i960-intel + basic_os=mon960 + ;; + nonstopux) + basic_machine=mips-compaq + basic_os=nonstopux + ;; + os400) + basic_machine=powerpc-ibm + basic_os=os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + basic_os=ose + ;; + os68k) + basic_machine=m68k-none + basic_os=os68k + ;; + paragon) + basic_machine=i860-intel + basic_os=osf + ;; + parisc) + basic_machine=hppa-unknown + basic_os=linux + ;; + psp) + basic_machine=mipsallegrexel-sony + basic_os=psp + ;; + pw32) + basic_machine=i586-unknown + basic_os=pw32 + ;; + rdos | rdos64) + basic_machine=x86_64-pc + basic_os=rdos + ;; + rdos32) + basic_machine=i386-pc + basic_os=rdos + ;; + rom68k) + basic_machine=m68k-rom68k + basic_os=coff + ;; + sa29200) + basic_machine=a29k-amd + basic_os=udi + ;; + sei) + basic_machine=mips-sei + basic_os=seiux + ;; + sequent) + basic_machine=i386-sequent + basic_os= + ;; + sps7) + basic_machine=m68k-bull + basic_os=sysv2 + ;; + st2000) + basic_machine=m68k-tandem + basic_os= + ;; + stratus) + basic_machine=i860-stratus + basic_os=sysv4 + ;; + sun2) + basic_machine=m68000-sun + basic_os= + ;; + sun2os3) + basic_machine=m68000-sun + basic_os=sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + basic_os=sunos4 + ;; + sun3) + basic_machine=m68k-sun + basic_os= + ;; + sun3os3) + basic_machine=m68k-sun + basic_os=sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + basic_os=sunos4 + ;; + sun4) + basic_machine=sparc-sun + basic_os= + ;; + sun4os3) + basic_machine=sparc-sun + basic_os=sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + basic_os=sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + basic_os=solaris2 + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + basic_os= + ;; + sv1) + basic_machine=sv1-cray + basic_os=unicos + ;; + symmetry) + basic_machine=i386-sequent + basic_os=dynix + ;; + t3e) + basic_machine=alphaev5-cray + basic_os=unicos + ;; + t90) + basic_machine=t90-cray + basic_os=unicos + ;; + toad1) + basic_machine=pdp10-xkl + basic_os=tops20 + ;; + tpf) + basic_machine=s390x-ibm + basic_os=tpf + ;; + udi29k) + basic_machine=a29k-amd + basic_os=udi + ;; + ultra3) + basic_machine=a29k-nyu + basic_os=sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + basic_os=none + ;; + vaxv) + basic_machine=vax-dec + basic_os=sysv + ;; + vms) + basic_machine=vax-dec + basic_os=vms + ;; + vsta) + basic_machine=i386-pc + basic_os=vsta + ;; + vxworks960) + basic_machine=i960-wrs + basic_os=vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + basic_os=vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + basic_os=vxworks + ;; + xbox) + basic_machine=i686-pc + basic_os=mingw32 + ;; + ymp) + basic_machine=ymp-cray + basic_os=unicos + ;; + *) + basic_machine=$1 + basic_os= + ;; + esac + ;; +esac + +# Decode 1-component or ad-hoc basic machines +case $basic_machine in + # Here we handle the default manufacturer of certain CPU types. It is in + # some cases the only manufacturer, in others, it is the most popular. + w89k) + cpu=hppa1.1 + vendor=winbond + ;; + op50n) + cpu=hppa1.1 + vendor=oki + ;; + op60c) + cpu=hppa1.1 + vendor=oki + ;; + ibm*) + cpu=i370 + vendor=ibm + ;; + orion105) + cpu=clipper + vendor=highlevel + ;; + mac | mpw | mac-mpw) + cpu=m68k + vendor=apple + ;; + pmac | pmac-mpw) + cpu=powerpc + vendor=apple + ;; + + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + cpu=m68000 + vendor=att + ;; + 3b*) + cpu=we32k + vendor=att + ;; + bluegene*) + cpu=powerpc + vendor=ibm + basic_os=cnk + ;; + decsystem10* | dec10*) + cpu=pdp10 + vendor=dec + basic_os=tops10 + ;; + decsystem20* | dec20*) + cpu=pdp10 + vendor=dec + basic_os=tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + cpu=m68k + vendor=motorola + ;; + dpx2*) + cpu=m68k + vendor=bull + basic_os=sysv3 + ;; + encore | umax | mmax) + cpu=ns32k + vendor=encore + ;; + elxsi) + cpu=elxsi + vendor=elxsi + basic_os=${basic_os:-bsd} + ;; + fx2800) + cpu=i860 + vendor=alliant + ;; + genix) + cpu=ns32k + vendor=ns + ;; + h3050r* | hiux*) + cpu=hppa1.1 + vendor=hitachi + basic_os=hiuxwe2 + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + cpu=hppa1.0 + vendor=hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + cpu=m68000 + vendor=hp + ;; + hp9k3[2-9][0-9]) + cpu=m68k + vendor=hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + cpu=hppa1.0 + vendor=hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + cpu=hppa1.1 + vendor=hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + cpu=hppa1.1 + vendor=hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + cpu=hppa1.1 + vendor=hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + cpu=hppa1.1 + vendor=hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + cpu=hppa1.0 + vendor=hp + ;; + i*86v32) + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + basic_os=sysv32 + ;; + i*86v4*) + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + basic_os=sysv4 + ;; + i*86v) + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + basic_os=sysv + ;; + i*86sol2) + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + basic_os=solaris2 + ;; + j90 | j90-cray) + cpu=j90 + vendor=cray + basic_os=${basic_os:-unicos} + ;; + iris | iris4d) + cpu=mips + vendor=sgi + case $basic_os in + irix*) + ;; + *) + basic_os=irix4 + ;; + esac + ;; + miniframe) + cpu=m68000 + vendor=convergent + ;; + *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*) + cpu=m68k + vendor=atari + basic_os=mint + ;; + news-3600 | risc-news) + cpu=mips + vendor=sony + basic_os=newsos + ;; + next | m*-next) + cpu=m68k + vendor=next + case $basic_os in + openstep*) + ;; + nextstep*) + ;; + ns2*) + basic_os=nextstep2 + ;; + *) + basic_os=nextstep3 + ;; + esac + ;; + np1) + cpu=np1 + vendor=gould + ;; + op50n-* | op60c-*) + cpu=hppa1.1 + vendor=oki + basic_os=proelf + ;; + pa-hitachi) + cpu=hppa1.1 + vendor=hitachi + basic_os=hiuxwe2 + ;; + pbd) + cpu=sparc + vendor=tti + ;; + pbb) + cpu=m68k + vendor=tti + ;; + pc532) + cpu=ns32k + vendor=pc532 + ;; + pn) + cpu=pn + vendor=gould + ;; + power) + cpu=power + vendor=ibm + ;; + ps2) + cpu=i386 + vendor=ibm + ;; + rm[46]00) + cpu=mips + vendor=siemens + ;; + rtpc | rtpc-*) + cpu=romp + vendor=ibm + ;; + sde) + cpu=mipsisa32 + vendor=sde + basic_os=${basic_os:-elf} + ;; + simso-wrs) + cpu=sparclite + vendor=wrs + basic_os=vxworks + ;; + tower | tower-32) + cpu=m68k + vendor=ncr + ;; + vpp*|vx|vx-*) + cpu=f301 + vendor=fujitsu + ;; + w65) + cpu=w65 + vendor=wdc + ;; + w89k-*) + cpu=hppa1.1 + vendor=winbond + basic_os=proelf + ;; + none) + cpu=none + vendor=none + ;; + leon|leon[3-9]) + cpu=sparc + vendor=$basic_machine + ;; + leon-*|leon[3-9]-*) + cpu=sparc + vendor=`echo "$basic_machine" | sed 's/-.*//'` + ;; + + *-*) + # shellcheck disable=SC2162 + saved_IFS=$IFS + IFS="-" read cpu vendor <&2 + exit 1 + ;; + esac + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $vendor in + digital*) + vendor=dec + ;; + commodore*) + vendor=cbm + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if test x$basic_os != x +then + +# First recognize some ad-hoc cases, or perhaps split kernel-os, or else just +# set os. +case $basic_os in + gnu/linux*) + kernel=linux + os=`echo "$basic_os" | sed -e 's|gnu/linux|gnu|'` + ;; + os2-emx) + kernel=os2 + os=`echo "$basic_os" | sed -e 's|os2-emx|emx|'` + ;; + nto-qnx*) + kernel=nto + os=`echo "$basic_os" | sed -e 's|nto-qnx|qnx|'` + ;; + *-*) + # shellcheck disable=SC2162 + saved_IFS=$IFS + IFS="-" read kernel os <&2 + exit 1 + ;; +esac + +# As a final step for OS-related things, validate the OS-kernel combination +# (given a valid OS), if there is a kernel. +case $kernel-$os in + linux-gnu* | linux-dietlibc* | linux-android* | linux-newlib* \ + | linux-musl* | linux-relibc* | linux-uclibc* ) + ;; + uclinux-uclibc* ) + ;; + -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) + # These are just libc implementations, not actual OSes, and thus + # require a kernel. + echo "Invalid configuration \`$1': libc \`$os' needs explicit kernel." 1>&2 + exit 1 + ;; + kfreebsd*-gnu* | kopensolaris*-gnu*) + ;; + vxworks-simlinux | vxworks-simwindows | vxworks-spe) + ;; + nto-qnx*) + ;; + os2-emx) + ;; + *-eabi* | *-gnueabi*) + ;; + -*) + # Blank kernel with real OS is always fine. + ;; + *-*) + echo "Invalid configuration \`$1': Kernel \`$kernel' not known to work with OS \`$os'." 1>&2 + exit 1 + ;; +esac + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +case $vendor in + unknown) + case $cpu-$os in + *-riscix*) + vendor=acorn + ;; + *-sunos*) + vendor=sun + ;; + *-cnk* | *-aix*) + vendor=ibm + ;; + *-beos*) + vendor=be + ;; + *-hpux*) + vendor=hp + ;; + *-mpeix*) + vendor=hp + ;; + *-hiux*) + vendor=hitachi + ;; + *-unos*) + vendor=crds + ;; + *-dgux*) + vendor=dg + ;; + *-luna*) + vendor=omron + ;; + *-genix*) + vendor=ns + ;; + *-clix*) + vendor=intergraph + ;; + *-mvs* | *-opened*) + vendor=ibm + ;; + *-os400*) + vendor=ibm + ;; + s390-* | s390x-*) + vendor=ibm + ;; + *-ptx*) + vendor=sequent + ;; + *-tpf*) + vendor=ibm + ;; + *-vxsim* | *-vxworks* | *-windiss*) + vendor=wrs + ;; + *-aux*) + vendor=apple + ;; + *-hms*) + vendor=hitachi + ;; + *-mpw* | *-macos*) + vendor=apple + ;; + *-*mint | *-mint[0-9]* | *-*MiNT | *-MiNT[0-9]*) + vendor=atari + ;; + *-vos*) + vendor=stratus + ;; + esac + ;; +esac + +echo "$cpu-$vendor-${kernel:+$kernel-}$os" +exit + +# Local variables: +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/sshpass-1.10/configure b/sshpass-1.10/configure new file mode 100755 index 0000000..049538a --- /dev/null +++ b/sshpass-1.10/configure @@ -0,0 +1,8059 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.71 for sshpass 1.10. +# +# +# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, +# Inc. +# +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +# +# Copyright (C) 2006,2008,2011,2016,2021 Shachar Shemesh +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (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 $as_nop + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; 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 + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + 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 + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # 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. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="as_nop=: +if test \${ZSH_VERSION+y} && (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 \$as_nop + 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 \$as_nop + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +blah=\$(echo \$(echo blah)) +test x\"\$blah\" = xblah || exit 1 +test -x / || 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 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null +then : + as_have_required=yes +else $as_nop + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null +then : + +else $as_nop + 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 + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + 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_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$as_shell as_have_required=yes + if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null +then : + break 2 +fi +fi + done;; + esac + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi +fi + + + if test "x$CONFIG_SHELL" != x +then : + export CONFIG_SHELL + # 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. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno +then : + printf "%s\n" "$0: This script requires a shell more modern than all" + printf "%s\n" "$0: the shells that I found on your system." + if test ${ZSH_VERSION+y} ; then + printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" + printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." + else + printf "%s\n" "$0: Please tell bug-autoconf@gnu.org about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a 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_nop +# --------- +# Do nothing but, unlike ":", preserve the value of $?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +# 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=`printf "%s\n" "$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 || +printf "%s\n" 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_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_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_nop + 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_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + +# as_fn_nop +# --------- +# Do nothing but, unlike ":", preserve the value of $?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +# as_fn_error STATUS 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=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&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 || +printf "%s\n" 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" || + { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # 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 +} + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +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 + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_echo='printf %s\n' +as_echo_n='printf %s' + + +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 -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +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 + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# 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, old GNU/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='sshpass' +PACKAGE_TARNAME='sshpass' +PACKAGE_VERSION='1.10' +PACKAGE_STRING='sshpass 1.10' +PACKAGE_BUGREPORT='' +PACKAGE_URL='' + +ac_unique_file="main.c" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_STDIO_H +# include +#endif +#ifdef HAVE_STDLIB_H +# include +#endif +#ifdef HAVE_STRING_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_header_c_list= +ac_func_c_list= +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIBOBJS +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +CPP +EGREP +GREP +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +am__nodep +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +CSCOPE +ETAGS +CTAGS +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 +runstatedir +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 +am__quote' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_dependency_tracking +enable_password_prompt +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +CPP' + + +# 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' +runstatedir='${localstatedir}/run' +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= ;; + *) ac_optarg=yes ;; + esac + + 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=`printf "%s\n" "$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=`printf "%s\n" "$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 ;; + + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + + -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=`printf "%s\n" "$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=`printf "%s\n" "$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. + printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + printf "%s\n" "$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" ;; + *) printf "%s\n" "$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 runstatedir +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 + 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 || +printf "%s\n" 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 sshpass 1.10 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] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --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/sshpass] + --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 + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of sshpass 1.10:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build + --enable-password-prompt=prompt + Provide alternative ssh password prompt to look for. + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + CPP C preprocessor + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to the package provider. +_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=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$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 configure.gnu first; this name is used for a wrapper for + # Metaconfig's "Configure" on case-insensitive file systems. + 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 + printf "%s\n" "$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 +sshpass configure 1.10 +generated by GNU Autoconf 2.71 + +Copyright (C) 2021 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. + +Copyright (C) 2006,2008,2011,2016,2021 Shachar Shemesh +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +# ac_fn_c_try_compile LINENO +# -------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_compile + +# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +# ------------------------------------------------------- +# Tests whether HEADER exists and can be compiled using the include files in +# INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_header_compile + +# ac_fn_c_check_type LINENO TYPE VAR INCLUDES +# ------------------------------------------- +# Tests whether TYPE exists after having included INCLUDES, setting cache +# variable VAR accordingly. +ac_fn_c_check_type () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof ($2)) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof (($2))) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + eval "$3=yes" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_type + +# ac_fn_c_try_link LINENO +# ----------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + } +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_link + +# ac_fn_c_check_func LINENO FUNC VAR +# ---------------------------------- +# Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. */ + +#include +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main (void) +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_func + +# ac_fn_c_try_run LINENO +# ---------------------- +# Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that +# executables *can* be run. +ac_fn_c_try_run () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; } +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: program exited with status $ac_status" >&5 + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=$ac_status +fi + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_run + +# ac_fn_c_try_cpp LINENO +# ---------------------- +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + } +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_cpp +ac_configure_args_raw= +for ac_arg +do + case $ac_arg in + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append ac_configure_args_raw " '$ac_arg'" +done + +case $ac_configure_args_raw in + *$as_nl*) + ac_safe_unquote= ;; + *) + ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab. + ac_unsafe_a="$ac_unsafe_z#~" + ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" + ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; +esac + +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 sshpass $as_me 1.10, which was +generated by GNU Autoconf 2.71. Invocation command line was + + $ $0$ac_configure_args_raw + +_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 + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + printf "%s\n" "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=`printf "%s\n" "$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=$? + # Sanitize IFS. + IFS=" "" $as_nl" + # Save into config.log some information that might help in debugging. + { + echo + + printf "%s\n" "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + 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_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$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 + + printf "%s\n" "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + printf "%s\n" "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + printf "%s\n" "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + printf "%s\n" "$as_me: caught signal $ac_signal" + printf "%s\n" "$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 + +printf "%s\n" "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +if test -n "$CONFIG_SITE"; then + ac_site_files="$CONFIG_SITE" +elif test "x$prefix" != xNONE; then + ac_site_files="$prefix/share/config.site $prefix/etc/config.site" +else + ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" +fi + +for ac_site_file in $ac_site_files +do + case $ac_site_file in #( + */*) : + ;; #( + *) : + ac_site_file=./$ac_site_file ;; +esac + if test -f "$ac_site_file" && test -r "$ac_site_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + 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 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +printf "%s\n" "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +printf "%s\n" "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H" +# Test code for whether the C compiler supports C89 (global declarations) +ac_c_conftest_c89_globals=' +/* Does the compiler advertise C89 conformance? + Do not test the value of __STDC__, because some compilers set it to 0 + while being otherwise adequately conformant. */ +#if !defined __STDC__ +# error "Compiler does not advertise C89 conformance" +#endif + +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ +struct buf { int x; }; +struct buf * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not \xHH hex character constants. + These do not provoke an error unfortunately, instead are silently treated + as an "x". The following induces an error, until -std is added to get + proper ANSI mode. Curiously \x00 != x always comes out true, for an + array size at least. It is necessary to write \x00 == 0 to get something + that is true only with -std. */ +int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) '\''x'\'' +int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), + int, int);' + +# Test code for whether the C compiler supports C89 (body of main). +ac_c_conftest_c89_main=' +ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); +' + +# Test code for whether the C compiler supports C99 (global declarations) +ac_c_conftest_c99_globals=' +// Does the compiler advertise C99 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L +# error "Compiler does not advertise C99 conformance" +#endif + +#include +extern int puts (const char *); +extern int printf (const char *, ...); +extern int dprintf (int, const char *, ...); +extern void *malloc (size_t); + +// Check varargs macros. These examples are taken from C99 6.10.3.5. +// dprintf is used instead of fprintf to avoid needing to declare +// FILE and stderr. +#define debug(...) dprintf (2, __VA_ARGS__) +#define showlist(...) puts (#__VA_ARGS__) +#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) +static void +test_varargs_macros (void) +{ + int x = 1234; + int y = 5678; + debug ("Flag"); + debug ("X = %d\n", x); + showlist (The first, second, and third items.); + report (x>y, "x is %d but y is %d", x, y); +} + +// Check long long types. +#define BIG64 18446744073709551615ull +#define BIG32 4294967295ul +#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) +#if !BIG_OK + #error "your preprocessor is broken" +#endif +#if BIG_OK +#else + #error "your preprocessor is broken" +#endif +static long long int bignum = -9223372036854775807LL; +static unsigned long long int ubignum = BIG64; + +struct incomplete_array +{ + int datasize; + double data[]; +}; + +struct named_init { + int number; + const wchar_t *name; + double average; +}; + +typedef const char *ccp; + +static inline int +test_restrict (ccp restrict text) +{ + // See if C++-style comments work. + // Iterate through items via the restricted pointer. + // Also check for declarations in for loops. + for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) + continue; + return 0; +} + +// Check varargs and va_copy. +static bool +test_varargs (const char *format, ...) +{ + va_list args; + va_start (args, format); + va_list args_copy; + va_copy (args_copy, args); + + const char *str = ""; + int number = 0; + float fnumber = 0; + + while (*format) + { + switch (*format++) + { + case '\''s'\'': // string + str = va_arg (args_copy, const char *); + break; + case '\''d'\'': // int + number = va_arg (args_copy, int); + break; + case '\''f'\'': // float + fnumber = va_arg (args_copy, double); + break; + default: + break; + } + } + va_end (args_copy); + va_end (args); + + return *str && number && fnumber; +} +' + +# Test code for whether the C compiler supports C99 (body of main). +ac_c_conftest_c99_main=' + // Check bool. + _Bool success = false; + success |= (argc != 0); + + // Check restrict. + if (test_restrict ("String literal") == 0) + success = true; + char *restrict newvar = "Another string"; + + // Check varargs. + success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234); + test_varargs_macros (); + + // Check flexible array members. + struct incomplete_array *ia = + malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); + ia->datasize = 10; + for (int i = 0; i < ia->datasize; ++i) + ia->data[i] = i * 1.234; + + // Check named initializers. + struct named_init ni = { + .number = 34, + .name = L"Test wide string", + .average = 543.34343, + }; + + ni.number = 58; + + int dynamic_array[ni.number]; + dynamic_array[0] = argv[0][0]; + dynamic_array[ni.number - 1] = 543; + + // work around unused variable warnings + ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' + || dynamic_array[ni.number - 1] != 543); +' + +# Test code for whether the C compiler supports C11 (global declarations) +ac_c_conftest_c11_globals=' +// Does the compiler advertise C11 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L +# error "Compiler does not advertise C11 conformance" +#endif + +// Check _Alignas. +char _Alignas (double) aligned_as_double; +char _Alignas (0) no_special_alignment; +extern char aligned_as_int; +char _Alignas (0) _Alignas (int) aligned_as_int; + +// Check _Alignof. +enum +{ + int_alignment = _Alignof (int), + int_array_alignment = _Alignof (int[100]), + char_alignment = _Alignof (char) +}; +_Static_assert (0 < -_Alignof (int), "_Alignof is signed"); + +// Check _Noreturn. +int _Noreturn does_not_return (void) { for (;;) continue; } + +// Check _Static_assert. +struct test_static_assert +{ + int x; + _Static_assert (sizeof (int) <= sizeof (long int), + "_Static_assert does not work in struct"); + long int y; +}; + +// Check UTF-8 literals. +#define u8 syntax error! +char const utf8_literal[] = u8"happens to be ASCII" "another string"; + +// Check duplicate typedefs. +typedef long *long_ptr; +typedef long int *long_ptr; +typedef long_ptr long_ptr; + +// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. +struct anonymous +{ + union { + struct { int i; int j; }; + struct { int k; long int l; } w; + }; + int m; +} v1; +' + +# Test code for whether the C compiler supports C11 (body of main). +ac_c_conftest_c11_main=' + _Static_assert ((offsetof (struct anonymous, i) + == offsetof (struct anonymous, w.k)), + "Anonymous union alignment botch"); + v1.i = 2; + v1.w.k = 5; + ok |= v1.i != 5; +' + +# Test code for whether the C compiler supports C11 (complete). +ac_c_conftest_c11_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} +${ac_c_conftest_c11_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + ${ac_c_conftest_c11_main} + return ok; +} +" + +# Test code for whether the C compiler supports C99 (complete). +ac_c_conftest_c99_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + return ok; +} +" + +# Test code for whether the C compiler supports C89 (complete). +ac_c_conftest_c89_program="${ac_c_conftest_c89_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + return ok; +} +" + +as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H" +as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H" +as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H" +as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H" +as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H" +as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H" +as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H" +as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H" +as_fn_append ac_header_c_list " wchar.h wchar_h HAVE_WCHAR_H" +as_fn_append ac_header_c_list " minix/config.h minix_config_h HAVE_MINIX_CONFIG_H" +as_fn_append ac_header_c_list " vfork.h vfork_h HAVE_VFORK_H" +as_fn_append ac_func_c_list " fork HAVE_FORK" +as_fn_append ac_func_c_list " vfork HAVE_VFORK" +as_fn_append ac_header_c_list " sys/select.h sys_select_h HAVE_SYS_SELECT_H" +as_fn_append ac_header_c_list " sys/socket.h sys_socket_h HAVE_SYS_SOCKET_H" + +# Auxiliary files required by this configure script. +ac_aux_files="config.guess config.sub compile missing install-sh" + +# Locations in which to look for auxiliary files. +ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." + +# Search for a directory containing all of the required auxiliary files, +# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. +# If we don't find one directory that contains all the files we need, +# we report the set of missing files from the *first* directory in +# $ac_aux_dir_candidates and give up. +ac_missing_aux_files="" +ac_first_candidate=: +printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in $ac_aux_dir_candidates +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + + printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 + ac_aux_dir_found=yes + ac_install_sh= + for ac_aux in $ac_aux_files + do + # As a special case, if "install-sh" is required, that requirement + # can be satisfied by any of "install-sh", "install.sh", or "shtool", + # and $ac_install_sh is set appropriately for whichever one is found. + if test x"$ac_aux" = x"install-sh" + then + if test -f "${as_dir}install-sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 + ac_install_sh="${as_dir}install-sh -c" + elif test -f "${as_dir}install.sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 + ac_install_sh="${as_dir}install.sh -c" + elif test -f "${as_dir}shtool"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 + ac_install_sh="${as_dir}shtool install -c" + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} install-sh" + else + break + fi + fi + else + if test -f "${as_dir}${ac_aux}"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" + else + break + fi + fi + fi + done + if test "$ac_aux_dir_found" = yes; then + ac_aux_dir="$as_dir" + break + fi + ac_first_candidate=false + + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$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. +if test -f "${ac_aux_dir}config.guess"; then + ac_config_guess="$SHELL ${ac_aux_dir}config.guess" +fi +if test -f "${ac_aux_dir}config.sub"; then + ac_config_sub="$SHELL ${ac_aux_dir}config.sub" +fi +if test -f "$ac_aux_dir/configure"; then + ac_configure="$SHELL ${ac_aux_dir}configure" +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,) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +printf "%s\n" "$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 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +printf "%s\n" "$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=`printf "%s\n" "$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 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`${MAKE-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.16' + + + + # 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. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +printf %s "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if test ${ac_cv_path_install+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + # Account for fact that we put trailing slashes in our PATH walk. +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 as_fn_executable_p "$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+y}; 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 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +printf "%s\n" "$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' + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +printf %s "checking whether build environment is sane... " >&6; } +# 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 ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + 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 + 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 + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + 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 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +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=`printf "%s\n" "$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 + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh+set}" != 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 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + 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 + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$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 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "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 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + 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 + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$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 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$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" + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 +printf %s "checking for a race-free mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if test ${ac_cv_path_mkdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue + case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir ('*'coreutils) '* | \ + 'BusyBox '* | \ + '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+y}; 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 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +printf "%s\n" "$MKDIR_P" >&6; } + +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 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AWK+y} +then : + printf %s "(cached) " >&6 +else $as_nop + 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 + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + printf "%s\n" "$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 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +printf "%s\n" "$AWK" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval test \${ac_cv_prog_make_${ac_make}_set+y} +then : + printf %s "(cached) " >&6 +else $as_nop + 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 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + SET_MAKE= +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "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 + +# Check whether --enable-silent-rules was given. +if test ${enable_silent_rules+y} +then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +printf %s "checking whether $am_make supports nested variables... " >&6; } +if test ${am_cv_make_support_nested_variables+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if printf "%s\n" 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +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='sshpass' + VERSION='1.10' + + +printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h + + +printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h + +# 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"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi + +if test -z "$ETAGS"; then + ETAGS=etags +fi + +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi + + + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + + + + + + + + + + + + + +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 + (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + case $?:`cat confinc.out 2>/dev/null` in #( + '0:this is the am__doit target') : + case $s in #( + BSD) : + am__include='.include' am__quote='"' ;; #( + *) : + am__include='include' am__quote='' ;; +esac ;; #( + *) : + ;; +esac + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +printf "%s\n" "${_am_result}" >&6; } + +# Check whether --enable-dependency-tracking was given. +if test ${enable_dependency_tracking+y} +then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + +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 +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + printf "%s\n" "$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 +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + printf "%s\n" "$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_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + printf "%s\n" "$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 +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + printf "%s\n" "$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 +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + printf "%s\n" "$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_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. +set dummy ${ac_tool_prefix}clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}clang" + printf "%s\n" "$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 +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "clang", so it can be a program name with args. +set dummy clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="clang" + printf "%s\n" "$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_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +fi + + +test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion -version; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +printf %s "checking whether the C compiler works... " >&6; } +ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else $as_nop + ac_file='' +fi +if test -z "$ac_file" +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +printf %s "checking for C compiler default output file name... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +printf "%s\n" "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +printf %s "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +printf "%s\n" "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main (void) +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +printf %s "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +printf "%s\n" "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +printf %s "checking for suffix of object files... " >&6; } +if test ${ac_cv_objext+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +printf "%s\n" "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 +printf %s "checking whether the compiler supports GNU C... " >&6; } +if test ${ac_cv_c_compiler_gnu+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_compiler_gnu=yes +else $as_nop + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+y} +ac_save_CFLAGS=$CFLAGS +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +printf %s "checking whether $CC accepts -g... " >&6; } +if test ${ac_cv_prog_cc_g+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +else $as_nop + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +printf "%s\n" "$ac_cv_prog_cc_g" >&6; } +if test $ac_test_CFLAGS; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +ac_prog_cc_stdc=no +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 +printf %s "checking for $CC option to enable C11 features... " >&6; } +if test ${ac_cv_prog_cc_c11+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c11=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c11_program +_ACEOF +for ac_arg in '' -std=gnu11 +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c11=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c11" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c11" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c11" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } + CC="$CC $ac_cv_prog_cc_c11" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 + ac_prog_cc_stdc=c11 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 +printf %s "checking for $CC option to enable C99 features... " >&6; } +if test ${ac_cv_prog_cc_c99+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c99=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c99_program +_ACEOF +for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c99=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c99" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c99" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c99" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } + CC="$CC $ac_cv_prog_cc_c99" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 + ac_prog_cc_stdc=c99 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 +printf %s "checking for $CC option to enable C89 features... " >&6; } +if test ${ac_cv_prog_cc_c89+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c89_program +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c89" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c89" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } + CC="$CC $ac_cv_prog_cc_c89" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 + ac_prog_cc_stdc=c89 +fi +fi + +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 + + + 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 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +printf %s "checking whether $CC understands -c and -o together... " >&6; } +if test ${am_cv_prog_cc_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +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 + + +depcc="$CC" am_compiler_list= + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +printf %s "checking dependency style of $depcc... " >&6; } +if test ${am_cv_CC_dependencies_compiler_type+y} +then : + printf %s "(cached) " >&6 +else $as_nop + 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". + rm -rf conftest.dir + 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_CC_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 + 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 10 /bin/sh. + echo '/* dummy */' > 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 + ;; + msvc7 | msvc7msys | 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_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + + +ac_header= ac_cache= +for ac_item in $ac_header_c_list +do + if test $ac_cache; then + ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default" + if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then + printf "%s\n" "#define $ac_item 1" >> confdefs.h + fi + ac_header= ac_cache= + elif test $ac_header; then + ac_cache=$ac_item + else + ac_header=$ac_item + fi +done + + + + + + + + +if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes +then : + +printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h + +fi + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 +printf %s "checking whether it is safe to define __EXTENSIONS__... " >&6; } +if test ${ac_cv_safe_to_define___extensions__+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +# define __EXTENSIONS__ 1 + $ac_includes_default +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_safe_to_define___extensions__=yes +else $as_nop + ac_cv_safe_to_define___extensions__=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 +printf "%s\n" "$ac_cv_safe_to_define___extensions__" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether _XOPEN_SOURCE should be defined" >&5 +printf %s "checking whether _XOPEN_SOURCE should be defined... " >&6; } +if test ${ac_cv_should_define__xopen_source+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_should_define__xopen_source=no + if test $ac_cv_header_wchar_h = yes +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + #include + mbstate_t x; +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + #define _XOPEN_SOURCE 500 + #include + mbstate_t x; +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_should_define__xopen_source=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_should_define__xopen_source" >&5 +printf "%s\n" "$ac_cv_should_define__xopen_source" >&6; } + + printf "%s\n" "#define _ALL_SOURCE 1" >>confdefs.h + + printf "%s\n" "#define _DARWIN_C_SOURCE 1" >>confdefs.h + + printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h + + printf "%s\n" "#define _HPUX_ALT_XOPEN_SOCKET_API 1" >>confdefs.h + + printf "%s\n" "#define _NETBSD_SOURCE 1" >>confdefs.h + + printf "%s\n" "#define _OPENBSD_SOURCE 1" >>confdefs.h + + printf "%s\n" "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h + + printf "%s\n" "#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1" >>confdefs.h + + printf "%s\n" "#define __STDC_WANT_IEC_60559_BFP_EXT__ 1" >>confdefs.h + + printf "%s\n" "#define __STDC_WANT_IEC_60559_DFP_EXT__ 1" >>confdefs.h + + printf "%s\n" "#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1" >>confdefs.h + + printf "%s\n" "#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1" >>confdefs.h + + printf "%s\n" "#define __STDC_WANT_LIB_EXT2__ 1" >>confdefs.h + + printf "%s\n" "#define __STDC_WANT_MATH_SPEC_FUNCS__ 1" >>confdefs.h + + printf "%s\n" "#define _TANDEM_SOURCE 1" >>confdefs.h + + if test $ac_cv_header_minix_config_h = yes +then : + MINIX=yes + printf "%s\n" "#define _MINIX 1" >>confdefs.h + + printf "%s\n" "#define _POSIX_SOURCE 1" >>confdefs.h + + printf "%s\n" "#define _POSIX_1_SOURCE 2" >>confdefs.h + +else $as_nop + MINIX= +fi + if test $ac_cv_safe_to_define___extensions__ = yes +then : + printf "%s\n" "#define __EXTENSIONS__ 1" >>confdefs.h + +fi + if test $ac_cv_should_define__xopen_source = yes +then : + printf "%s\n" "#define _XOPEN_SOURCE 500" >>confdefs.h + +fi + + +# Checks for programs. +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 +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + printf "%s\n" "$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 +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + printf "%s\n" "$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_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + printf "%s\n" "$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 +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + printf "%s\n" "$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 +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + printf "%s\n" "$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_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. +set dummy ${ac_tool_prefix}clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}clang" + printf "%s\n" "$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 +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "clang", so it can be a program name with args. +set dummy clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="clang" + printf "%s\n" "$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_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +fi + + +test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion -version; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 +printf %s "checking whether the compiler supports GNU C... " >&6; } +if test ${ac_cv_c_compiler_gnu+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_compiler_gnu=yes +else $as_nop + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+y} +ac_save_CFLAGS=$CFLAGS +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +printf %s "checking whether $CC accepts -g... " >&6; } +if test ${ac_cv_prog_cc_g+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +else $as_nop + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +printf "%s\n" "$ac_cv_prog_cc_g" >&6; } +if test $ac_test_CFLAGS; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +ac_prog_cc_stdc=no +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 +printf %s "checking for $CC option to enable C11 features... " >&6; } +if test ${ac_cv_prog_cc_c11+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c11=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c11_program +_ACEOF +for ac_arg in '' -std=gnu11 +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c11=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c11" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c11" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c11" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } + CC="$CC $ac_cv_prog_cc_c11" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 + ac_prog_cc_stdc=c11 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 +printf %s "checking for $CC option to enable C99 features... " >&6; } +if test ${ac_cv_prog_cc_c99+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c99=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c99_program +_ACEOF +for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c99=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c99" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c99" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c99" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } + CC="$CC $ac_cv_prog_cc_c99" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 + ac_prog_cc_stdc=c99 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 +printf %s "checking for $CC option to enable C89 features... " >&6; } +if test ${ac_cv_prog_cc_c89+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c89_program +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c89" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c89" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } + CC="$CC $ac_cv_prog_cc_c89" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 + ac_prog_cc_stdc=c89 +fi +fi + +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 + + + 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 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +printf %s "checking whether $CC understands -c and -o together... " >&6; } +if test ${am_cv_prog_cc_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +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 + + +depcc="$CC" am_compiler_list= + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +printf %s "checking dependency style of $depcc... " >&6; } +if test ${am_cv_CC_dependencies_compiler_type+y} +then : + printf %s "(cached) " >&6 +else $as_nop + 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". + rm -rf conftest.dir + 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_CC_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 + 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 10 /bin/sh. + echo '/* dummy */' > 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 + ;; + msvc7 | msvc7msys | 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_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + + +# Checks for libraries. + +# Checks for header files. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +printf %s "checking for grep that handles long lines and -e... " >&6; } +if test ${ac_cv_path_GREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in grep ggrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_GREP" || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +printf "%s\n" "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +# Autoupdate added the next two lines to ensure that your configure +# script's behavior did not change. They are probably safe to remove. + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 +printf %s "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } +if test ${ac_cv_header_sys_wait_h+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#ifndef WEXITSTATUS +# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) +#endif +#ifndef WIFEXITED +# define WIFEXITED(stat_val) (((stat_val) & 255) == 0) +#endif + +int +main (void) +{ + int s; + wait (&s); + s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_header_sys_wait_h=yes +else $as_nop + ac_cv_header_sys_wait_h=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5 +printf "%s\n" "$ac_cv_header_sys_wait_h" >&6; } +if test $ac_cv_header_sys_wait_h = yes; then + +printf "%s\n" "#define HAVE_SYS_WAIT_H 1" >>confdefs.h + +fi + +ac_fn_c_check_header_compile "$LINENO" "fcntl.h" "ac_cv_header_fcntl_h" "$ac_includes_default" +if test "x$ac_cv_header_fcntl_h" = xyes +then : + printf "%s\n" "#define HAVE_FCNTL_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" +if test "x$ac_cv_header_stdlib_h" = xyes +then : + printf "%s\n" "#define HAVE_STDLIB_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default" +if test "x$ac_cv_header_string_h" = xyes +then : + printf "%s\n" "#define HAVE_STRING_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "sys/ioctl.h" "ac_cv_header_sys_ioctl_h" "$ac_includes_default" +if test "x$ac_cv_header_sys_ioctl_h" = xyes +then : + printf "%s\n" "#define HAVE_SYS_IOCTL_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" +if test "x$ac_cv_header_unistd_h" = xyes +then : + printf "%s\n" "#define HAVE_UNISTD_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "termios.h" "ac_cv_header_termios_h" "$ac_includes_default" +if test "x$ac_cv_header_termios_h" = xyes +then : + printf "%s\n" "#define HAVE_TERMIOS_H 1" >>confdefs.h + +fi + + +# Checks for typedefs, structures, and compiler characteristics. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 +printf %s "checking for an ANSI C-conforming const... " >&6; } +if test ${ac_cv_c_const+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + +#ifndef __cplusplus + /* Ultrix mips cc rejects this sort of thing. */ + typedef int charset[2]; + const charset cs = { 0, 0 }; + /* SunOS 4.1.1 cc rejects this. */ + char const *const *pcpcc; + char **ppc; + /* NEC SVR4.0.2 mips cc rejects this. */ + struct point {int x, y;}; + static struct point const zero = {0,0}; + /* IBM XL C 1.02.0.0 rejects this. + It does not let you subtract one const X* pointer from another in + an arm of an if-expression whose if-part is not a constant + expression */ + const char *g = "string"; + pcpcc = &g + (g ? g-g : 0); + /* HPUX 7.0 cc rejects these. */ + ++pcpcc; + ppc = (char**) pcpcc; + pcpcc = (char const *const *) ppc; + { /* SCO 3.2v4 cc rejects this sort of thing. */ + char tx; + char *t = &tx; + char const *s = 0 ? (char *) 0 : (char const *) 0; + + *t++ = 0; + if (s) return 0; + } + { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ + int x[] = {25, 17}; + const int *foo = &x[0]; + ++foo; + } + { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ + typedef const int *iptr; + iptr p = 0; + ++p; + } + { /* IBM XL C 1.02.0.0 rejects this sort of thing, saying + "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ + struct s { int j; const int *ap[3]; } bx; + struct s *b = &bx; b->j = 5; + } + { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ + const int foo = 10; + if (!foo) return 0; + } + return !cs[0] && !zero.x; +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_c_const=yes +else $as_nop + ac_cv_c_const=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5 +printf "%s\n" "$ac_cv_c_const" >&6; } +if test $ac_cv_c_const = no; then + +printf "%s\n" "#define const /**/" >>confdefs.h + +fi + + + ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default +" +if test "x$ac_cv_type_pid_t" = xyes +then : + +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + #if defined _WIN64 && !defined __CYGWIN__ + LLP64 + #endif + +int +main (void) +{ + + ; + return 0; +} + +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_pid_type='int' +else $as_nop + ac_pid_type='__int64' +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + +printf "%s\n" "#define pid_t $ac_pid_type" >>confdefs.h + + +fi + + +ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default" +if test "x$ac_cv_type_ssize_t" = xyes +then : + +else $as_nop + +printf "%s\n" "#define ssize_t int" >>confdefs.h + +fi + + +# Checks for library functions. + +ac_func= +for ac_item in $ac_func_c_list +do + if test $ac_func; then + ac_fn_c_check_func "$LINENO" $ac_func ac_cv_func_$ac_func + if eval test \"x\$ac_cv_func_$ac_func\" = xyes; then + echo "#define $ac_item 1" >> confdefs.h + fi + ac_func= + else + ac_func=$ac_item + fi +done + + + +if test "x$ac_cv_func_fork" = xyes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 +printf %s "checking for working fork... " >&6; } +if test ${ac_cv_func_fork_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test "$cross_compiling" = yes +then : + ac_cv_func_fork_works=cross +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +int +main (void) +{ + + /* By Ruediger Kuhlmann. */ + return fork () < 0; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO" +then : + ac_cv_func_fork_works=yes +else $as_nop + ac_cv_func_fork_works=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5 +printf "%s\n" "$ac_cv_func_fork_works" >&6; } + +else + ac_cv_func_fork_works=$ac_cv_func_fork +fi +if test "x$ac_cv_func_fork_works" = xcross; then + case $host in + *-*-amigaos* | *-*-msdosdjgpp*) + # Override, as these systems have only a dummy fork() stub + ac_cv_func_fork_works=no + ;; + *) + ac_cv_func_fork_works=yes + ;; + esac + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5 +printf "%s\n" "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;} +fi +ac_cv_func_vfork_works=$ac_cv_func_vfork +if test "x$ac_cv_func_vfork" = xyes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 +printf %s "checking for working vfork... " >&6; } +if test ${ac_cv_func_vfork_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test "$cross_compiling" = yes +then : + ac_cv_func_vfork_works=cross +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Thanks to Paul Eggert for this test. */ +$ac_includes_default +#include +#include +#ifdef HAVE_VFORK_H +# include +#endif + +static void +do_nothing (int sig) +{ + (void) sig; +} + +/* On some sparc systems, changes by the child to local and incoming + argument registers are propagated back to the parent. The compiler + is told about this with #include , but some compilers + (e.g. gcc -O) don't grok . Test for this by using a + static variable whose address is put into a register that is + clobbered by the vfork. */ +static void +sparc_address_test (int arg) +{ + static pid_t child; + if (!child) { + child = vfork (); + if (child < 0) { + perror ("vfork"); + _exit(2); + } + if (!child) { + arg = getpid(); + write(-1, "", 0); + _exit (arg); + } + } +} + +int +main (void) +{ + pid_t parent = getpid (); + pid_t child; + + sparc_address_test (0); + + /* On Solaris 2.4, changes by the child to the signal handler + also munge signal handlers in the parent. To detect this, + start by putting the parent's handler in a known state. */ + signal (SIGTERM, SIG_DFL); + + child = vfork (); + + if (child == 0) { + /* Here is another test for sparc vfork register problems. This + test uses lots of local variables, at least as many local + variables as main has allocated so far including compiler + temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris + 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should + reuse the register of parent for one of the local variables, + since it will think that parent can't possibly be used any more + in this routine. Assigning to the local variable will thus + munge parent in the parent process. */ + pid_t + p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(), + p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid(); + /* Convince the compiler that p..p7 are live; otherwise, it might + use the same hardware register for all 8 local variables. */ + if (p != p1 || p != p2 || p != p3 || p != p4 + || p != p5 || p != p6 || p != p7) + _exit(1); + + /* Alter the child's signal handler. */ + if (signal (SIGTERM, do_nothing) != SIG_DFL) + _exit(1); + + /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent + from child file descriptors. If the child closes a descriptor + before it execs or exits, this munges the parent's descriptor + as well. Test for this by closing stdout in the child. */ + _exit(close(fileno(stdout)) != 0); + } else { + int status; + struct stat st; + + while (wait(&status) != child) + ; + return ( + /* Was there some problem with vforking? */ + child < 0 + + /* Did the child munge the parent's signal handler? */ + || signal (SIGTERM, SIG_DFL) != SIG_DFL + + /* Did the child fail? (This shouldn't happen.) */ + || status + + /* Did the vfork/compiler bug occur? */ + || parent != getpid() + + /* Did the file descriptor bug occur? */ + || fstat(fileno(stdout), &st) != 0 + ); + } +} +_ACEOF +if ac_fn_c_try_run "$LINENO" +then : + ac_cv_func_vfork_works=yes +else $as_nop + ac_cv_func_vfork_works=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5 +printf "%s\n" "$ac_cv_func_vfork_works" >&6; } + +fi; +if test "x$ac_cv_func_fork_works" = xcross; then + ac_cv_func_vfork_works=$ac_cv_func_vfork + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5 +printf "%s\n" "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;} +fi + +if test "x$ac_cv_func_vfork_works" = xyes; then + +printf "%s\n" "#define HAVE_WORKING_VFORK 1" >>confdefs.h + +else + +printf "%s\n" "#define vfork fork" >>confdefs.h + +fi +if test "x$ac_cv_func_fork_works" = xyes; then + +printf "%s\n" "#define HAVE_WORKING_FORK 1" >>confdefs.h + +fi + +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 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 +printf %s "checking how to run the C preprocessor... " >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if test ${ac_cv_prog_CPP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + # Double quotes because $CC needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO" +then : + +else $as_nop + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO" +then : + # Broken: success on invalid input. +continue +else $as_nop + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok +then : + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +printf "%s\n" "$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO" +then : + +else $as_nop + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO" +then : + # Broken: success on invalid input. +continue +else $as_nop + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok +then : + +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } +fi + +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 + + +if test $ac_cv_c_compiler_gnu = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5 +printf %s "checking whether $CC needs -traditional... " >&6; } +if test ${ac_cv_prog_gcc_traditional+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_pattern="Autoconf.*'x'" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +Autoconf TIOCGETP +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "$ac_pattern" >/dev/null 2>&1 +then : + ac_cv_prog_gcc_traditional=yes +else $as_nop + ac_cv_prog_gcc_traditional=no +fi +rm -rf conftest* + + + if test $ac_cv_prog_gcc_traditional = no; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +Autoconf TCGETA +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "$ac_pattern" >/dev/null 2>&1 +then : + ac_cv_prog_gcc_traditional=yes +fi +rm -rf conftest* + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_gcc_traditional" >&5 +printf "%s\n" "$ac_cv_prog_gcc_traditional" >&6; } + if test $ac_cv_prog_gcc_traditional = yes; then + CC="$CC -traditional" + fi +fi + + + + # Make sure we can run config.sub. +$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +printf %s "checking build system type... " >&6; } +if test ${ac_cv_build+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +printf "%s\n" "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +printf %s "checking host system type... " >&6; } +if test ${ac_cv_host+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +printf "%s\n" "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5 +printf %s "checking for GNU libc compatible malloc... " >&6; } +if test ${ac_cv_func_malloc_0_nonnull+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test "$cross_compiling" = yes +then : + case "$host_os" in # (( + # Guess yes on platforms where we know the result. + *-gnu* | freebsd* | netbsd* | openbsd* | bitrig* \ + | hpux* | solaris* | cygwin* | mingw* | msys* ) + ac_cv_func_malloc_0_nonnull=yes ;; + # If we don't know, assume the worst. + *) ac_cv_func_malloc_0_nonnull=no ;; + esac +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +int +main (void) +{ +void *p = malloc (0); + int result = !p; + free (p); + return result; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO" +then : + ac_cv_func_malloc_0_nonnull=yes +else $as_nop + ac_cv_func_malloc_0_nonnull=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5 +printf "%s\n" "$ac_cv_func_malloc_0_nonnull" >&6; } +if test $ac_cv_func_malloc_0_nonnull = yes +then : + +printf "%s\n" "#define HAVE_MALLOC 1" >>confdefs.h + +else $as_nop + printf "%s\n" "#define HAVE_MALLOC 0" >>confdefs.h + + case " $LIBOBJS " in + *" malloc.$ac_objext "* ) ;; + *) LIBOBJS="$LIBOBJS malloc.$ac_objext" + ;; +esac + + +printf "%s\n" "#define malloc rpl_malloc" >>confdefs.h + +fi + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking types of arguments for select" >&5 +printf %s "checking types of arguments for select... " >&6; } +if test ${ac_cv_func_select_args+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_func_select_args='int,int *,struct timeval *' +for ac_arg234 in 'fd_set *' 'int *' 'void *'; do + for ac_arg1 in 'int' 'size_t' 'unsigned long int' 'unsigned int'; do + for ac_arg5 in 'struct timeval *' 'const struct timeval *'; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +#ifdef HAVE_SYS_SELECT_H +# include +#endif +#ifdef HAVE_SYS_SOCKET_H +# include +#endif + +int +main (void) +{ +extern int select ($ac_arg1, + $ac_arg234, $ac_arg234, $ac_arg234, + $ac_arg5); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_func_select_args="$ac_arg1,$ac_arg234,$ac_arg5"; break 3 +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + done + done +done + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_select_args" >&5 +printf "%s\n" "$ac_cv_func_select_args" >&6; } +ac_save_IFS=$IFS; IFS=',' +set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'` +IFS=$ac_save_IFS +shift + +printf "%s\n" "#define SELECT_TYPE_ARG1 $1" >>confdefs.h + + +printf "%s\n" "#define SELECT_TYPE_ARG234 ($2)" >>confdefs.h + + +printf "%s\n" "#define SELECT_TYPE_ARG5 ($3)" >>confdefs.h + +rm -rf conftest* + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 +printf %s "checking return type of signal handlers... " >&6; } +if test ${ac_cv_type_signal+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include + +int +main (void) +{ +return *(signal (0, 0)) (0) == 1; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_type_signal=int +else $as_nop + ac_cv_type_signal=void +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5 +printf "%s\n" "$ac_cv_type_signal" >&6; } + +printf "%s\n" "#define RETSIGTYPE $ac_cv_type_signal" >>confdefs.h + + +ac_fn_c_check_func "$LINENO" "select" "ac_cv_func_select" +if test "x$ac_cv_func_select" = xyes +then : + printf "%s\n" "#define HAVE_SELECT 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "posix_openpt" "ac_cv_func_posix_openpt" +if test "x$ac_cv_func_posix_openpt" = xyes +then : + printf "%s\n" "#define HAVE_POSIX_OPENPT 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strdup" "ac_cv_func_strdup" +if test "x$ac_cv_func_strdup" = xyes +then : + printf "%s\n" "#define HAVE_STRDUP 1" >>confdefs.h + +fi + + +# Check whether --enable-password-prompt was given. +if test ${enable_password_prompt+y} +then : + enableval=$enable_password_prompt; +printf "%s\n" "#define PASSWORD_PROMPT \"$enable_password_prompt\"" >>confdefs.h + +else $as_nop + printf "%s\n" "#define PASSWORD_PROMPT \"assword\"" >>confdefs.h + +fi + + +ac_config_files="$ac_config_files Makefile" + +ac_config_headers="$ac_config_headers config.h" + +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_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$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+y} || &/ + 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 + if test "x$cache_file" != "x/dev/null"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +printf "%s\n" "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +printf "%s\n" "$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=`printf "%s\n" "$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 + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +printf %s "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 +printf "%s\n" "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +printf "%s\n" "$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 +as_nop=: +if test ${ZSH_VERSION+y} && (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 $as_nop + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; 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 + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + 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 + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + + +# as_fn_error STATUS 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=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&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_nop + 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_nop + 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 || +printf "%s\n" 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 + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +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 + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_echo='printf %s\n' +as_echo_n='printf %s' + +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 -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +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=`printf "%s\n" "$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 || +printf "%s\n" 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 + + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# 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 sshpass $as_me 1.10, which was +generated by GNU Autoconf 2.71. 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" +config_commands="$ac_config_commands" + +_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 + +Configuration commands: +$config_commands + +Report bugs to the package provider." + +_ACEOF +ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` +ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config='$ac_cs_config_escaped' +ac_cs_version="\\ +sshpass config.status 1.10 +configured by $0, generated by GNU Autoconf 2.71, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2021 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=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + 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 ) + printf "%s\n" "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + printf "%s\n" "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$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 ) + printf "%s\n" "$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 + \printf "%s\n" "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 + printf "%s\n" "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" + +_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 + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + + *) 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+y} || CONFIG_FILES=$config_files + test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers + test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands +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= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_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 -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# 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 {' >"$ac_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 >>"\$ac_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 >>"\$ac_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 < "$ac_tmp/subs1.awk" > "$ac_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 sole $(srcdir), +# ${srcdir} and @srcdir@ entries 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[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +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 >"$ac_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_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; 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 :C $CONFIG_COMMANDS" +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="$ac_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 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`printf "%s\n" "$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 '` + printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +printf "%s\n" "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`printf "%s\n" "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_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 || +printf "%s\n" 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=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$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@*) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +printf "%s\n" "$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 "$ac_tmp/subs.awk" \ + >$ac_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' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { printf "%s\n" "$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 +printf "%s\n" "$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 "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_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 + { + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_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 || +printf "%s\n" 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 + ;; + + :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +printf "%s\n" "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf 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. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + case $CONFIG_FILES in #( + *\'*) : + eval set x "$CONFIG_FILES" ;; #( + *) : + set x $CONFIG_FILES ;; #( + *) : + ;; +esac + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`$as_dirname -- "$am_mf" || +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$am_mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + am_filepart=`$as_basename -- "$am_mf" || +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { echo "$as_me:$LINENO: cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles" >&5 + (cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } || am_rc=$? + done + if test $am_rc -ne 0; then + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +See \`config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} + { am_mf=; unset am_mf;} + { am_rc=; unset am_rc;} + rm -f conftest-deps.mk +} + ;; + + 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 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + + diff --git a/sshpass-1.10/configure.ac b/sshpass-1.10/configure.ac new file mode 100644 index 0000000..52ab2a1 --- /dev/null +++ b/sshpass-1.10/configure.ac @@ -0,0 +1,42 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.57) +AC_INIT([sshpass], [1.10]) +AM_INIT_AUTOMAKE +AC_COPYRIGHT([Copyright (C) 2006,2008,2011,2016,2021 Shachar Shemesh]) +AC_CONFIG_SRCDIR([main.c]) + +AC_USE_SYSTEM_EXTENSIONS + +# Checks for programs. +AC_PROG_CC + +# Checks for libraries. + +# Checks for header files. +AC_HEADER_STDC +AC_HEADER_SYS_WAIT +AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/ioctl.h unistd.h termios.h]) + +# Checks for typedefs, structures, and compiler characteristics. +AC_C_CONST +AC_TYPE_PID_T +AC_TYPE_SSIZE_T + +# Checks for library functions. +AC_FUNC_FORK +AC_PROG_GCC_TRADITIONAL +AC_FUNC_MALLOC +AC_FUNC_SELECT_ARGTYPES +AC_TYPE_SIGNAL +AC_CHECK_FUNCS([select posix_openpt strdup]) + +AC_ARG_ENABLE([password-prompt], + [AS_HELP_STRING([--enable-password-prompt=prompt], [Provide alternative ssh password prompt to look for.])], + [AC_DEFINE_UNQUOTED([PASSWORD_PROMPT], ["$enable_password_prompt"], [Password prompt to use])], + [AC_DEFINE([PASSWORD_PROMPT], ["assword"])]) + +AC_CONFIG_FILES([Makefile]) +AM_CONFIG_HEADER(config.h) +AC_OUTPUT diff --git a/sshpass-1.10/depcomp b/sshpass-1.10/depcomp new file mode 100755 index 0000000..715e343 --- /dev/null +++ b/sshpass-1.10/depcomp @@ -0,0 +1,791 @@ +#! /bin/sh +# depcomp - compile a program generating dependencies as side-effects + +scriptversion=2018-03-07.03; # UTC + +# Copyright (C) 1999-2021 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 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. + +# Originally written by Alexandre Oliva . + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: depcomp [--help] [--version] PROGRAM [ARGS] + +Run PROGRAMS ARGS to compile a file, generating dependencies +as side-effects. + +Environment variables: + depmode Dependency tracking mode. + source Source file read by 'PROGRAMS ARGS'. + object Object file output by 'PROGRAMS ARGS'. + DEPDIR directory where to store dependencies. + depfile Dependency file to output. + tmpdepfile Temporary file to use when outputting dependencies. + libtool Whether libtool is used (yes/no). + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "depcomp $scriptversion" + exit $? + ;; +esac + +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + +# A tabulation character. +tab=' ' +# A newline character. +nl=' +' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +fi + +# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. +depfile=${depfile-`echo "$object" | + sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} + +rm -f "$tmpdepfile" + +# Avoid interferences from the environment. +gccflag= dashmflag= + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +cygpath_u="cygpath -u -f -" +if test "$depmode" = msvcmsys; then + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp +fi + +if test "$depmode" = msvc7msys; then + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 +fi + +if test "$depmode" = xlc; then + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc +fi + +case "$depmode" in +gcc3) +## gcc 3 implements dependency tracking that does exactly what +## we want. Yay! Note: for some reason libtool 1.4 doesn't like +## it if -MD -MP comes after the -MF stuff. Hmm. +## Unfortunately, FreeBSD c89 acceptance of flags depends upon +## the command line argument order; so add the flags where they +## appear in depend2.am. Note that the slowdown incurred here +## affects only configure: in makefiles, %FASTDEP% shortcuts this. + for arg + do + case $arg in + -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; + *) set fnord "$@" "$arg" ;; + esac + shift # fnord + shift # $arg + done + "$@" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The second -e expression handles DOS-style file names with drive + # letters. + sed -e 's/^[^:]*: / /' \ + -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" +## This next piece of magic avoids the "deleted header file" problem. +## The problem is that when a header file which appears in a .P file +## is deleted, the dependency causes make to die (because there is +## typically no way to rebuild the header). We avoid this by adding +## dummy dependencies for each header file. Too bad gcc doesn't do +## this for us directly. +## Some versions of gcc put a space before the ':'. On the theory +## that the space means something, we add a space to the output as +## well. hp depmode also adds that space, but also prefixes the VPATH +## to the object. Take care to not repeat it in the output. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like '#:fec' to the end of the + # dependency line. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" + echo >> "$depfile" + # The second pass generates a dummy entry for each header file. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" + else + make_dummy_depfile + fi + rm -f "$tmpdepfile" + ;; + +xlc) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. In older versions, this file always lives in the + # current directory. Also, the AIX compiler puts '$object:' at the + # start of each line; $object doesn't have directory information. + # Version 6 uses the directory in both cases. + set_dir_from "$object" + set_base_from "$object" + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.u + tmpdepfile2=$base.u + tmpdepfile3=$dir.libs/$base.u + "$@" -Wc,-M + else + tmpdepfile1=$dir$base.u + tmpdepfile2=$dir$base.u + tmpdepfile3=$dir$base.u + "$@" -M + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + aix_post_process_depfile + ;; + +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" + rm -f "$tmpdepfile" + ;; + +## The order of this option in the case statement is important, since the +## shell code in configure will try each of these formats in the order +## listed in this file. A plain '-MD' option would be understood by many +## compilers, so we must ensure this comes after the gcc and icc options. +pgcc) + # Portland's C compiler understands '-MD'. + # Will always output deps to 'file.d' where file is the root name of the + # source file under compilation, even if file resides in a subdirectory. + # The object file name does not affect the name of the '.d' file. + # pgcc 10.2 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using '\' : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + set_dir_from "$object" + # Use the source, not the object, to determine the base name, since + # that's sadly what pgcc will do too. + set_base_from "$source" + tmpdepfile=$base.d + + # For projects that build the same source file twice into different object + # files, the pgcc approach of using the *source* file root name can cause + # problems in parallel builds. Use a locking strategy to avoid stomping on + # the same $tmpdepfile. + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 + numtries=100 + i=$numtries + while test $i -gt 0; do + # mkdir is a portable test-and-set. + if mkdir "$lockdir" 2>/dev/null; then + # This process acquired the lock. + "$@" -MD + stat=$? + # Release the lock. + rmdir "$lockdir" + break + else + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do + sleep 1 + i=`expr $i - 1` + done + fi + i=`expr $i - 1` + done + trap - 1 2 13 15 + if test $i -le 0; then + echo "$0: failed to acquire lock after $numtries attempts" >&2 + echo "$0: check lockdir '$lockdir'" >&2 + exit 1 + fi + + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp2) + # The "hp" stanza above does not work with aCC (C++) and HP's ia64 + # compilers, which have integrated preprocessors. The correct option + # to use with these is +Maked; it writes dependencies to a file named + # 'foo.d', which lands next to the object file, wherever that + # happens to be. + # Much of this is similar to the tru64 case; see comments there. + set_dir_from "$object" + set_base_from "$object" + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir.libs/$base.d + "$@" -Wc,+Maked + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + "$@" +Maked + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" + # Add 'dependent.h:' lines. + sed -ne '2,${ + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" + else + make_dummy_depfile + fi + rm -f "$tmpdepfile" "$tmpdepfile2" + ;; + +tru64) + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; + +msvc7) + if test "$libtool" = yes; then + showIncludes=-Wc,-showIncludes + else + showIncludes=-showIncludes + fi + "$@" $showIncludes > "$tmpdepfile" + stat=$? + grep -v '^Note: including file: ' "$tmpdepfile" + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The first sed program below extracts the file names and escapes + # backslashes for cygpath. The second sed program outputs the file + # name when reading, but also accumulates all include files in the + # hold buffer in order to output them again at the end. This only + # works with sed implementations that can handle large buffers. + sed < "$tmpdepfile" -n ' +/^Note: including file: *\(.*\)/ { + s//\1/ + s/\\/\\\\/g + p +}' | $cygpath_u | sort -u | sed -n ' +s/ /\\ /g +s/\(.*\)/'"$tab"'\1 \\/p +s/.\(.*\) \\/\1:/ +H +$ { + s/.*/'"$tab"'/ + G + p +}' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash + rm -f "$tmpdepfile" + ;; + +msvc7msys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove '-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + # Require at least two characters before searching for ':' + # in the target name. This is to cope with DOS-style filenames: + # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. + "$@" $dashmflag | + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # Remove any Libtool call + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + # X makedepend + shift + cleared=no eat=no + for arg + do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + if test $eat = yes; then + eat=no + continue + fi + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + # Strip any option that makedepend may not understand. Remove + # the object too, otherwise makedepend will parse it as a source file. + -arch) + eat=yes ;; + -*|$object) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix=`echo "$object" | sed 's/^.*\././'` + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + # makedepend may prepend the VPATH from the source file name to the object. + # No need to regex-escape $object, excess matching of '.' is harmless. + sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove '-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + IFS=" " + for arg + do + case "$arg" in + -o) + shift + ;; + $object) + shift + ;; + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + shift + shift + ;; + *) + set fnord "$@" "$arg" + shift + shift + ;; + esac + done + "$@" -E 2>/dev/null | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" + echo "$tab" >> "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvcmsys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/sshpass-1.10/install-sh b/sshpass-1.10/install-sh new file mode 100755 index 0000000..ec298b5 --- /dev/null +++ b/sshpass-1.10/install-sh @@ -0,0 +1,541 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2020-11-14.01; # 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. + +tab=' ' +nl=' +' +IFS=" $tab$nl" + +# Set DOITPROG to "echo" to test this script. + +doit=${DOITPROG-} +doit_exec=${doit:-exec} + +# 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_mkdir= + +# Desired mode of installed file. +mode=0755 + +# Create dirs (including intermediate dirs) using mode 755. +# This is like GNU 'install' as of coreutils 8.32 (2020). +mkdir_umask=22 + +backupsuffix= +chgrpcmd= +chmodcmd=$chmodprog +chowncmd= +mvcmd=$mvprog +rmcmd="$rmprog -f" +stripcmd= + +src= +dst= +dir_arg= +dst_arg= + +copy_on_change=false +is_target_a_directory=possibly + +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 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. + -p pass -p to $cpprog. + -s $stripprog installed files. + -S SUFFIX attempt to back up existing files, with suffix SUFFIX. + -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 + +By default, rm is invoked with -f; when overridden with RMPROG, +it's up to you to specify -f if you want it. + +If -S is not specified, no backups are attempted. + +Email bug reports to bug-automake@gnu.org. +Automake home page: https://www.gnu.org/software/automake/ +" + +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 + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; + + -o) chowncmd="$chownprog $2" + shift;; + + -p) cpprog="$cpprog -p";; + + -s) stripcmd=$stripprog;; + + -S) backupsuffix="$2" + shift;; + + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; + + -T) is_target_a_directory=never;; + + --version) echo "$0 $scriptversion"; exit $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; + esac + shift +done + +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + +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 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + 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 + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 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 problematic for 'test' and other utilities. + case $src in + -* | [=\(\)!]) src=./$src;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + # Don't chown directories that already exist. + if test $dstdir_status = 0; then + chowncmd="" + fi + 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 + + # If destination is a directory, append the input filename. + if test -d "$dst"; then + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dstbase=`basename "$src"` + case $dst in + */) dst=$dst$dstbase;; + *) dst=$dst/$dstbase;; + esac + dstdir_status=0 + else + dstdir=`dirname "$dst"` + test -d "$dstdir" + dstdir_status=$? + fi + fi + + case $dstdir in + */) dstdirslash=$dstdir;; + *) dstdirslash=$dstdir/;; + esac + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # 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 + # The $RANDOM variable is not portable (e.g., dash). Use it + # here however when possible just to lower collision chance. + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + + trap ' + ret=$? + rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null + exit $ret + ' 0 + + # Because "mkdir -p" follows existing symlinks and we likely work + # directly in world-writeable /tmp, make sure that the '$tmpdir' + # directory is successfully created first before we actually test + # 'mkdir -p'. + if (umask $mkdir_umask && + $mkdirprog $mkdir_mode "$tmpdir" && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/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-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + test_tmpdir="$tmpdir/a" + ls_ld_tmpdir=`ls -ld "$test_tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null + fi + trap '' 0;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # 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 + + oIFS=$IFS + IFS=/ + set -f + set fnord $dstdir + shift + set +f + IFS=$oIFS + + prefixes= + + for d + do + test X"$d" = X && 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=${dstdirslash}_inst.$$_ + rmtmp=${dstdirslash}_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 && + { test -z "$stripcmd" || { + # Create $dsttmp read-write so that cp doesn't create it read-only, + # which would cause strip to fail. + if test -z "$doit"; then + : >"$dsttmp" # No need to fork-exec 'touch'. + else + $doit touch "$dsttmp" + fi + } + } && + $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` && + set -f && + set X $old && old=:$2:$4:$5:$6 && + set X $new && new=:$2:$4:$5:$6 && + set +f && + test "$old" = "$new" && + $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 + then + rm -f "$dsttmp" + else + # If $backupsuffix is set, and the file being installed + # already exists, attempt a backup. Don't worry if it fails, + # e.g., if mv doesn't support -f. + if test -n "$backupsuffix" && test -f "$dst"; then + $doit $mvcmd -f "$dst" "$dst$backupsuffix" 2>/dev/null + fi + + # 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 "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd "$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 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/sshpass-1.10/main.c b/sshpass-1.10/main.c new file mode 100644 index 0000000..2bad28b --- /dev/null +++ b/sshpass-1.10/main.c @@ -0,0 +1,614 @@ +/* This file is part of "sshpass", a tool for batch running password ssh authentication + * Copyright (C) 2006 Lingnu Open Source Consulting Ltd. + * Copyright (C) 2015-2016, 2021 Shachar Shemesh + * + * 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 of the License, or + * (at your option) any later version, provided that it was accepted by + * Lingnu Open Source Consulting Ltd. as an acceptable license for its + * projects. Consult http://www.lingnu.com/licenses.html + * + * 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, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#if HAVE_CONFIG_H +#include "config.h" +#endif + +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#if HAVE_TERMIOS_H +#include +#endif + +#include +#include +#include +#include + +enum program_return_codes { + RETURN_NOERROR, + RETURN_INVALID_ARGUMENTS, + RETURN_CONFLICTING_ARGUMENTS, + RETURN_RUNTIME_ERROR, + RETURN_PARSE_ERRROR, + RETURN_INCORRECT_PASSWORD, + RETURN_HOST_KEY_UNKNOWN, + RETURN_HOST_KEY_CHANGED, + RETURN_HELP, +}; + +// Some systems don't define posix_openpt +#ifndef HAVE_POSIX_OPENPT +int +posix_openpt(int flags) +{ + return open("/dev/ptmx", flags); +} +#endif + +#define DEFAULT_ENV_PASSWORD "SSHPASS" + +int runprogram( int argc, char *argv[] ); +void reliable_write( int fd, const void *data, size_t size ); +int handleoutput( int fd ); +void window_resize_handler(int signum); +void sigchld_handler(int signum); +void term_handler(int signum); +void term_child(int signum); +int match( const char *reference, const char *buffer, ssize_t bufsize, int state ); +void write_pass( int fd ); + +struct { + enum { PWT_STDIN, PWT_FILE, PWT_FD, PWT_PASS } pwtype; + union { + const char *filename; + int fd; + const char *password; + } pwsrc; + + const char *pwprompt; + int verbose; + char *orig_password; +} args; + +static void hide_password() +{ + assert(args.pwsrc.password==NULL); + + args.pwsrc.password = strdup(args.orig_password); + + // Hide the original password from prying eyes + while( *args.orig_password != '\0' ) { + *args.orig_password = '\0'; + ++args.orig_password; + } + + args.orig_password = NULL; +} + +static void show_help() +{ + printf("Usage: " PACKAGE_NAME " [-f|-d|-p|-e[env_var]] [-hV] command parameters\n" + " -f filename Take password to use from file.\n" + " -d number Use number as file descriptor for getting password.\n" + " -p password Provide password as argument (security unwise).\n" + " -e[env_var] Password is passed as env-var \"env_var\" if given, \"SSHPASS\" otherwise.\n" + " With no parameters - password will be taken from stdin.\n\n" + " -P prompt Which string should sshpass search for to detect a password prompt.\n" + " -v Be verbose about what you're doing.\n" + " -h Show help (this screen).\n" + " -V Print version information.\n" + "At most one of -f, -d, -p or -e should be used.\n"); +} + +// Parse the command line. Fill in the "args" global struct with the results. Return argv offset +// on success, and a negative number on failure +static int parse_options( int argc, char *argv[] ) +{ + int error=-1; + int opt; + + // Set the default password source to stdin + args.pwtype=PWT_STDIN; + args.pwsrc.fd=0; + +#define VIRGIN_PWTYPE if( args.pwtype!=PWT_STDIN ) { \ + fprintf(stderr, "Conflicting password source\n"); \ + error=RETURN_CONFLICTING_ARGUMENTS; } + + while( (opt=getopt(argc, argv, "+f:d:p:P:he::Vv"))!=-1 && error==-1 ) { + switch( opt ) { + case 'f': + // Password should come from a file + VIRGIN_PWTYPE; + + args.pwtype=PWT_FILE; + args.pwsrc.filename=optarg; + break; + case 'd': + // Password should come from an open file descriptor + VIRGIN_PWTYPE; + + args.pwtype=PWT_FD; + args.pwsrc.fd=atoi(optarg); + break; + case 'p': + // Password is given on the command line + VIRGIN_PWTYPE; + + args.pwtype=PWT_PASS; + args.orig_password=optarg; + break; + case 'P': + args.pwprompt=optarg; + break; + case 'v': + args.verbose++; + break; + case 'e': + VIRGIN_PWTYPE; + + args.pwtype=PWT_PASS; + if( optarg==NULL ) + optarg = "SSHPASS"; + args.orig_password=getenv(optarg); + + if( args.orig_password==NULL ) { + fprintf(stderr, "sshpass: -e option given but \"%s\" environment variable is not set.\n", optarg); + + error=RETURN_INVALID_ARGUMENTS; + } + + hide_password(); + unsetenv(optarg); + break; + case '?': + case ':': + error=RETURN_INVALID_ARGUMENTS; + break; + case 'h': + return -(RETURN_HELP+1); + case 'V': + printf("%s\n" + "(C) 2006-2011 Lingnu Open Source Consulting Ltd.\n" + "(C) 2015-2016, 2021-2022 Shachar Shemesh\n" + "This program is free software, and can be distributed under the terms of the GPL\n" + "See the COPYING file for more information.\n" + "\n" + "Using \"%s\" as the default password prompt indicator.\n", PACKAGE_STRING, PASSWORD_PROMPT ); + exit(0); + break; + } + } + + if( error>=0 ) + return -(error+1); + else + return optind; +} + +int main( int argc, char *argv[] ) +{ + int opt_offset=parse_options( argc, argv ); + + if( opt_offset==-(RETURN_HELP+1) ) { + show_help(); + return 0; + } + + if( opt_offset<0 ) { + // There was some error + fprintf(stderr, "Use \"sshpass -h\" to get help\n"); + + return -(opt_offset+1); // -1 becomes 0, -2 becomes 1 etc. + } + + if( argc-opt_offset<1 ) { + show_help(); + + return 0; + } + + if( args.orig_password!=NULL ) { + hide_password(); + } + + return runprogram( argc-opt_offset, argv+opt_offset ); +} + +/* Global variables so that this information be shared with the signal handler */ +static int ourtty; // Our own tty +static int masterpt; + +int childpid; +int termsig; + +int runprogram( int argc, char *argv[] ) +{ + struct winsize ttysize; // The size of our tty + + // We need to interrupt a select with a SIGCHLD. In order to do so, we need a SIGCHLD handler + signal( SIGCHLD, sigchld_handler ); + + // Create a pseudo terminal for our process + masterpt=posix_openpt(O_RDWR); + + if( masterpt==-1 ) { + perror("Failed to get a pseudo terminal"); + + return RETURN_RUNTIME_ERROR; + } + + fcntl(masterpt, F_SETFL, O_NONBLOCK); + + if( grantpt( masterpt )!=0 ) { + perror("Failed to change pseudo terminal's permission"); + + return RETURN_RUNTIME_ERROR; + } + if( unlockpt( masterpt )!=0 ) { + perror("Failed to unlock pseudo terminal"); + + return RETURN_RUNTIME_ERROR; + } + + ourtty=open("/dev/tty", 0); + if( ourtty!=-1 && ioctl( ourtty, TIOCGWINSZ, &ttysize )==0 ) { + signal(SIGWINCH, window_resize_handler); + + ioctl( masterpt, TIOCSWINSZ, &ttysize ); + } + + const char *name=ptsname(masterpt); + int slavept; + /* + Comment no. 3.14159 + + This comment documents the history of code. + + We need to open the slavept inside the child process, after "setsid", so that it becomes the controlling + TTY for the process. We do not, otherwise, need the file descriptor open. The original approach was to + close the fd immediately after, as it is no longer needed. + + It turns out that (at least) the Linux kernel considers a master ptty fd that has no open slave fds + to be unused, and causes "select" to return with "error on fd". The subsequent read would fail, causing us + to go into an infinite loop. This is a bug in the kernel, as the fact that a master ptty fd has no slaves + is not a permenant problem. As long as processes exist that have the slave end as their controlling TTYs, + new slave fds can be created by opening /dev/tty, which is exactly what ssh is, in fact, doing. + + Our attempt at solving this problem, then, was to have the child process not close its end of the slave + ptty fd. We do, essentially, leak this fd, but this was a small price to pay. This worked great up until + openssh version 5.6. + + Openssh version 5.6 looks at all of its open file descriptors, and closes any that it does not know what + they are for. While entirely within its prerogative, this breaks our fix, causing sshpass to either + hang, or do the infinite loop again. + + Our solution is to keep the slave end open in both parent AND child, at least until the handshake is + complete, at which point we no longer need to monitor the TTY anyways. + */ + + sigset_t sigmask, sigmask_select; + + // Set the signal mask during the select + sigemptyset(&sigmask_select); + + // And during the regular run + sigemptyset(&sigmask); + sigaddset(&sigmask, SIGCHLD); + sigaddset(&sigmask, SIGHUP); + sigaddset(&sigmask, SIGTERM); + sigaddset(&sigmask, SIGINT); + sigaddset(&sigmask, SIGTSTP); + + sigprocmask( SIG_SETMASK, &sigmask, NULL ); + + signal(SIGHUP, term_handler); + signal(SIGTERM, term_handler); + signal(SIGINT, term_handler); + signal(SIGTSTP, term_handler); + + childpid=fork(); + if( childpid==0 ) { + // Child + + // Re-enable all signals to child + sigprocmask( SIG_SETMASK, &sigmask_select, NULL ); + + // Detach us from the current TTY + setsid(); + + // Attach the process to a controlling TTY. + slavept=open(name, O_RDWR | O_NOCTTY); + // On some systems, an open(2) is insufficient to set the controlling tty (see the documentation for + // TIOCSCTTY in tty(4)). + if (ioctl(slavept, TIOCSCTTY, 0) == -1) { + perror("sshpass: Failed to set controlling terminal in child (TIOCSCTTY)"); + exit(RETURN_RUNTIME_ERROR); + } + close( slavept ); // We don't need the controlling TTY actually open + + close( masterpt ); + + char **new_argv=malloc(sizeof(char *)*(argc+1)); + + int i; + + for( i=0; i0 ) { + if( FD_ISSET( masterpt, &readfd ) ) { + int ret; + if( (ret=handleoutput( masterpt )) ) { + // Authentication failed or any other error + + // handleoutput returns positive error number in case of some error, and a negative value + // if all that happened is that the slave end of the pt is closed. + if( ret>0 ) { + close( masterpt ); // Signal ssh that it's controlling TTY is now closed + close(slavept); + } + + terminate=ret; + + if( terminate ) { + close( slavept ); + } + } + } + } + wait_id=waitpid( childpid, &status, WNOHANG ); + } else { + wait_id=waitpid( childpid, &status, 0 ); + } + } while( wait_id==0 || (!WIFEXITED( status ) && !WIFSIGNALED( status )) ); + + if( terminate>0 ) + return terminate; + else if( WIFEXITED( status ) ) + return WEXITSTATUS(status); + else + return 255; +} + +int handleoutput( int fd ) +{ + // We are looking for the string + static int prevmatch=0; // If the "password" prompt is repeated, we have the wrong password. + static int state1, state2, state3; + static int firsttime = 1; + static const char *compare1=PASSWORD_PROMPT; // Asking for a password + static const char compare2[]="The authenticity of host "; // Asks to authenticate host + static const char compare3[] = "differs from the key for the IP address"; // Key changes + // static const char compare3[]="WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!"; // Warns about man in the middle attack + // The remote identification changed error is sent to stderr, not the tty, so we do not handle it. + // This is not a problem, as ssh exists immediately in such a case + char buffer[256]; + int ret=0; + + if( args.pwprompt ) { + compare1 = args.pwprompt; + } + + if( args.verbose && firsttime ) { + firsttime=0; + fprintf(stderr, "SSHPASS: searching for password prompt using match \"%s\"\n", compare1); + } + + int numread=read(fd, buffer, sizeof(buffer)-1 ); + buffer[numread] = '\0'; + if( args.verbose ) { + fprintf(stderr, "SSHPASS: read: %s\n", buffer); + } + + state1=match( compare1, buffer, numread, state1 ); + + // Are we at a password prompt? + if( compare1[state1]=='\0' ) { + if( !prevmatch ) { + if( args.verbose ) + fprintf(stderr, "SSHPASS: detected prompt. Sending password.\n"); + write_pass( fd ); + state1=0; + prevmatch=1; + } else { + // Wrong password - terminate with proper error code + if( args.verbose ) + fprintf(stderr, "SSHPASS: detected prompt, again. Wrong password. Terminating.\n"); + ret=RETURN_INCORRECT_PASSWORD; + } + } + + if( ret==0 ) { + state2=match( compare2, buffer, numread, state2 ); + + // Are we being prompted to authenticate the host? + if( compare2[state2]=='\0' ) { + if( args.verbose ) + fprintf(stderr, "SSHPASS: detected host authentication prompt. Exiting.\n"); + ret=RETURN_HOST_KEY_UNKNOWN; + } else { + state3 = match( compare3, buffer, numread, state3 ); + // Host key changed + if ( compare3[state3]=='\0' ) { + ret=RETURN_HOST_KEY_CHANGED; + } + } + } + + return ret; +} + +int match( const char *reference, const char *buffer, ssize_t bufsize, int state ) +{ + // This is a highly simplisic implementation. It's good enough for matching "Password: ", though. + int i; + for( i=0;reference[state]!='\0' && i0 ) { + kill( childpid, signum ); + } + } +} + +void reliable_write( int fd, const void *data, size_t size ) +{ + ssize_t result = write( fd, data, size ); + if( result!=size ) { + if( result<0 ) { + perror("SSHPASS: write failed"); + } else { + fprintf(stderr, "SSHPASS: Short write. Tried to write %lu, only wrote %ld\n", size, result); + } + } +} diff --git a/sshpass-1.10/missing b/sshpass-1.10/missing new file mode 100755 index 0000000..1fe1611 --- /dev/null +++ b/sshpass-1.10/missing @@ -0,0 +1,215 @@ +#! /bin/sh +# Common wrapper for a few potentially missing GNU programs. + +scriptversion=2018-03-07.03; # UTC + +# Copyright (C) 1996-2021 Free Software Foundation, Inc. +# Originally written 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 + +case $1 in + + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; + + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + +Supported PROGRAM values: + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man + +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 + +# Run the given program, remember its exit status. +"$@"; st=$? + +# If it succeeded, we are done. +test $st -eq 0 && exit 0 + +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi + +perl_URL=https://www.perl.org/ +flex_URL=https://github.com/westes/flex +gnu_software_URL=https://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st + +# Local variables: +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/sshpass-1.10/sshpass b/sshpass-1.10/sshpass new file mode 100755 index 0000000000000000000000000000000000000000..bd4bda15c51e9ab9917e2e03a7b693de6da2541d GIT binary patch literal 43768 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�G9Cm0FDv(J%G;N zT2>a>il0TP0;Q6@0P?Dhh6~~HgAiv1u49gR0v)Zqorbyq)K?94l>${oFyg5GR^FaC z`C~2zpBO~rvFt7mqCh-tc7D`2FHd& z8A-|M0OiPr|mjcUkH%xM@Ya8eD&#P7+dh^BXi@Rjy! zm;i=51OGT!!mR+b_yIsNfJFeZ$X1etQgJ>Ge+O!G5dc@qMv&DbWmK{N=uoY(B)RahXWLg}wLtpWT&S0Rwuu1y+0y_}Py$AtO}Z&t@4a z`&qe5J*S^7iIb1X>VC#hZ8PK(h=yHZAEC31Rqh!89Dh~<$Rbr@^%P1HtFHi*?l!`F zzT9oOFAXjhtGrY*CN6`IA*`@!PS6wV1Fg}a@Zl+>0FQ^paps)MSr^CI4>MrHxe7Y@ zj$`UvgCpN00cBq7RN%An+#!r};3b9&V`84ybo^U^zs=xp^caux++NR1tljat8(wDR zrI@<1X2%StOxhCc+BkpnP&30xi)V#XGAVDf$s>B$0vTbVn3wu=R02bMk9vG|jlutc zc3y&j3FR!u7yjV5*3D6u>S3S>!K% z%ak%BuSZ2?tota2x#wikje#9B(9ZrN4O9aEHPy`qkYOpS^pN3N4RTD0C*c<>b5=vu z#9Dbni~u{r-gqIEgFc4TYEvj4Src3b@(`DgH7Bppt?X?^b1YwLjf`~vbMiH$^VMxm zlR<1_$)J{&mpL-=vlP_v2T$%k9Sz=3#E+`}w4=$OA3R*Fxe!(61D~i|R_bFf{=sS&=#Y}n1 zlhnZk-SQ|M^jrX?b%yH{e2)bkEteTGT_7H5Ne=fmlvoZw=owAr%;AO5IjSLp{!H@tcZePH_?YDJNt6a~S3CQ2 z&or>eEe7MD|9-fvvHs-jQLddQhr5 zppmZXKcuRELrJ>q1K`4oo#MOfNTbT>1?j{RCi0vv`+H!e%WgMfQHnj~ zc@Y=ElKXXFklatj9ap7?4A-AQj@6D`)@!OBkJMc@Y$$PE*3$*b*=0vT=ctAZ(q&08 zT{hn+sG?`v)}e4gHSmvhxiM zt558*uhMIF*|AWWx5NK& zX@(f>_0;Uq72PP=%r48bh)iDgN*-T<*s;t0P4XCjwd!uR+sN(6f|~uFmJpJT^=B|- z)d4A`Pf)_Scc)=~i}eSmiOU4X)Rga3F4A~8)8@Lp%k(@!T4jCda*YfXil>ILoMP38 zmwjL62z0N|3W2>(ytO9Xi!}>-i$~Fdux}A|Yy3^*@9!zwt*c)a(Dhfm6=et!E<{zgpO+il~5&X1KR;)ky^ht;L6le#;gq-0b6GNbGkYVa3Gyk>Y0ze zP-SdbJ;1-z^KMVrm<7B)1RIk93?@(tU^##+vK4duWU2Tn0FM$_3m`2~StXkQ6j$T$ z9ZJR90L)DSuoJ*u0F&PUFz2Nx&08h4C=A;OjmNrUB>OK)Sa6lusq57NdX?;13A)Tq zA8rC?I6FNCAd6I)owj!{dT@5?$~mY8W~Z_=JsCuNins((1RB`@7l*D;g zZU^Oz^D9BbXV?kgE`*}u4-loTK<00LAxerRE3dM|cGCD0!F<{NR_&!-UgCZLcDcmu z&=ht_l}p?yD9I)61^}hbi(1_ikYa^y#>Ib;!EtOu8A~+}79xf(X-;$>`PgY5ACgVZ z0Z&8KsD=!34j=^zo*RZsh?k>UQmO`DmFHP1cn`G0U<@l=jWw_rC#* zB=9|eZ2+dQ`7`!t%_&+x-YES$D&{pxqZG7QuA#Gn>%mjH!npDf*xXw0G`Lu;^P(oy zyhwego-^-|!G8q&DTBWWdT@mra4#A1PQ)>_LBi6EVM>oN?Ke$F3w;a|BA$0B4qsZ2 z&;Qckd6}KJ%rq0-xb9pF^={M{CY~i;&`b$-)&IOmIgPayOztwwD21hjmvm@pn@=cKG&M3{9V3++*caAo6XQYv*JBy8_Uq!XjG&h;H{12vV z_beAXeQx}pUNq9D&sb0}gz{2)yXo)c?03^W4t}J+XCUQdu(}FB7OB$TUq%U%ykI_K zBS`mEBh(f^&nL3>`R@6Fs_%Cyztf+PIu&D|w zF2TDaG<-qddy^rMB^oZ!|1RnR7(;G5vK@ z;p0EBoaw!%xFphdeRE(BDc(|3$p3cVSHi%5Za+}`=eDo>Q~ROl?|YWqhvlZXzVe^y zM~XK$$kJak*rqR2<=@lRo}u5PlG^`cB5nNF1-y_|>^U;2Gm~wqkjZu{%gd@v8^`$V zSBkA6_1Z7>qW^D*|JJlIWcjmF%UzZ~$5^%ti#T^9sN}pr|MmNXIApAnCRSTmUTT?G z!dl*=a-WSN%6zs#e^fQ|O6Iuth>fq1^_=40FLpYoDr@?9BSTK>!XhfVOr<^=6%8G2 zS5Y>4o+!FZ6fJ@%70nYxM^Taq?|fzcXP5ug7byO(KJh%I|5slqturjr88hTQ_*YqO zu((C))fCSV712c9W7=>znCy)zJOa2&KnzC#R0AkIX*h0y3g#}dHZ%OVmNI2Ckaskd z;NB?qNlYx-~`wQe_~&86}yxxpI}1GZVMdAmSs#{4}HY1nG;^o9oJc8fFXypeuH| zait4@Q4M9qEmAU%{;-iq;+Vn?jl!QiK)K6;1v1O`KTz-+EajFa@V`Lnds>ioUcadp`Qk)J5(~vl( zA%!3CZt4{Op_WXe{GJxZ9eg=s9$8QF5q&?lR0;pYI|TMy7> zJ5YPOgV<8ZxXc`LcSsNd--t69i29@iRUHMysg1YlmSs>hQHzd@i6&|_SL0j*VoWqi zi+0^hA+HFfJ{y(%OP3=TX>NuV8F;`;#k&!gAT4I zg?I?1Fp2#;0w8@6fO4+OZZ^8g!E65@t3%I%mbHukmTq^+FmBI0&4&D(ZmUeFm_;u?r3m!j1FnIx?(#GYSMBTG1bDat8&M^45I2j*ICfFp|M1MC?x<3F3%dma}&mp}hrq zq~TVemuzna>U-2#WXMn?AH35Q;0!#wV!ua~zlX|8WmC`hrh(xoi+o6vmp$z-uFg4V^+z}*{T#Hp%z;O#YV<2$-(vLDVbWpmZVXKLJsbviM?w)- zQioFU7dSi)RPpx!-UV=(H3$kW#`TG-Ad&+G3tJ3?f)zlMJA65Sc425DvE&Anrp(6x z?TWP4Rlr8wdj?Ppq*8Ea?l3;_WX1ow%OjB7ZIDr@QlrBYfLa9Ra0!4r2t)zA1Yq86 z0BQ}l*EKOAd^gaafzFS3zRU1b((^^!&_Fyd%ru@a2arXgcrJGWxgrPX#E7dz1YW-g z&dfu<<@Irctf}|<81>U@JX5T_#=pJV>l452^?cC9>onM^GdxaTcztDJ6khiO`ma>h z1Hgv>GS3($M(_rnUG3lj=orn@Yo*E2GAfX_ambnVEaXOWF>9HjSAnk1ETRFPReSfu zoOZRLT?{OBug08qzrmR@)`bj$XWEB2`z~OxSbPyBpi9EI5 zuh=DJl)j%mbS}E;gY3B0%+EN+Tt=h{pzF;7}#foZ3K+<}13;1e;n6#s?dJZ42hLHk0hj#UOD|Ho4tOc_V7CgTRQesXTslDbkAWwgh2r2?@n#g~;MFMhD2~8ipfne6N71Fx zT$XY5m$iq*G1H-2R%QD1!e~I8tjb)A68aPQ_ZWX`$UpWLm%nQ^_=yw#MJOQwMsAPd z2hl`gm}s$c${VjQ&t(f0vIfTu8_wnOQPu4M>Q)klR=p9o#fy*xg{MOH_0+{{ra%FVAON@s3HW{NX5$_%Bk9%nnYIbOYtn z&|YYeO1qpV+Cg@}_27~qmG(iUiIYm-ffAHHgdnXmn$sDig5i6B3O|j*+#CoHS^OqS zub_m_{Qsb}8s*x&mvYw3CCdOa!L72tG=)z?^`te3fnzM5Swfj9KbBbpm|hlQ7o%ak ze-zMcOAVLHdF%$(0@8g|6nMqkEXVL6GlM9^+aq#?WR+DT9xAM@@M2M{gvE+gHVm^R z)m${H1ynLkBM74}a~)w)AEJ_!;{AV`o+P}YC`l`t`5jK_>K85pDUN}&Se0K`lUY)e zUvx#_z9q(3Cna^V<~LzQPAiUXB6gZ$)*>&_pD?SJJruAIc zpvFg{U|590knKidj*++${Bsz*WAyMjuq?iqwUVMQ7c)@~3a(TwT3mf4142G%7-~uF zXxcnvbgJ+E2(7}kh+J}_&Tq){y_~4;5H&NeN0(49u}V^RsqIVkL3)Wnnv2N1%*LLJ zl{K}8{x0~5O(>u>vxb3wNObUSVA1hVy^e?2;bw8fQvxpF18?eKQL{?G!Y1ID*@CXz zB5HW+t*E)BUd=7_Y6M)sXXwL!)qYbcI7X*}u;mHf;>WO*mF^%bZX?bzj9ucOeYF1#8#!>xdBo{xS^TyYna za!~?5pWRz;bXJjn&NJlaV|x|gkjM5O1dzGMFmX)MivhVNho(Ieg{Jyv1k{>;QUxa@ zAJa&7%A=Yg_BYCw)`cR0aW%o-7%PnR1XjymOKwce3MB(2E0jUp{|0#Gaz=GL8%S|_ zEA2dKsH7R^Pb#^UB4&IIpftT1XO30x&^VDo5^=z`=!Cdye5oEIFA7MWoq&O^! z_CbQ4xsC~w!*Ht)Ns^ZuFvU_^IH)^&oII^TT9cVJe#TK8AiR<%%6jR2M8O_Ewe}C zEaMqKnr0KwnyGgc6Sj3^6BYeM#S$*2ME)G5I%}33QITpsuOheDcnXjZyr=Re0M-?} zJ$6^OsPKhj-1#Fg8Rt_q5k7k3JI&)g5k7t6JI&)g5#IIfJI&)ga(j37QKKZ5AIqG$ z{Mc5XA9k?6zCrSU=`@ygCD+C$n}v=8F)yAO37?BV`US2Qj{{IU0Jk7a2Oxh`&oL4y zM#6qnJqpL=kLr~J(a#z($RE`ofr3BWYf;-4FiWa7|w9lv`#ePD`0&BAlV9)ArDGc5 zWR9=1eyO`#TeC6C+%4KdvPIj{b{GrzO?hf*4SG4h&6g~F1igh{J9jDfXXMvgx76LF zt;OJ_Gco4y+p_o4`6=kF__oYh`X^u5U+Pb0W)c@`&Owzq03!G~eA(Q1N?0=_^snN;9i{P+nAVi$mffke?TUw9w< z2i)_u_q-0IFK`Erjb8=E-%r4s2o4`lY;%Gm1^fav^p_C~d67`KYv2O(jKqPkZ>hv8 zgxB&UW}?k3Z{pnv_z5KbgGeWFA4}6Tp`dt^Isg-} zY_GR9jM@S3P3dspXIKqvqgBsDG)Y2a7(qV-60+tJY-0n=rbC_+#P(&FJ)c8G!c_#D z>_z}HJl(#7vyR>?k9&Psj@~P;HQ<1w_sYuw>^OR_yfJ`Nod@Y&&l!Nzt>n#A46tb? z0ECSi1xX!(bSVKKghGu?Dd$q!lfod6AcY4gx?hg@C^Vxf5deA;VDtL;hheJm4Aj(< zI|tY%X4AT#fN}Jub&L>pI7EnoKTv;Hng}X*Qb1iNMO^tfzY-p<$k0R zHmw_t!nzc*Y2A%r+n8cDtz+o7q?k?XSg1)co7S$!m2~&8J9voH05GcyJ@`kgDwyK6CMbja*=dY3rb|M#TXDC1|u~6d@wa> zmx#sg&_y2rEgQ*&%7syOND5s{wBF$?G?Pa4MslH9^jvQw7n)6Yi{oP~E+Jgwa3i_U zrL4m?ha1U-=6(S^I~;B#7rKo4cR4Q;KcDb!hkv4l7HkGA8_9(#{tNbfx>YNQKA@A3 zS|l~ELlsY;;0v&AeF2_DJ*-LS@?HRCdpJ9b4*R(=m1J;d0O#>^V>KBBA=~aZ6ByYA z%VI>aOJz97Wg>~@k z!4z&}HIeP%?4cjUgooW&FFc&ER|^+WSZ@z!7gIRFY9iai*(1(}1KRD8o9l&32?w5wb9F&~2KJ>SA` zT1Vi!4}~C+={-=YMJc^MfC2m{)uj~t9q?&bi%h!-z|{ac z9{w~c0qUg21aGkP>zuPYVq<`N!Ew?MBLkq~s7l)n+}#v^48Y42?|9S|#~wD&A%B6u zfrG7avw<5*N}o}M=sjs)0slEQ90ky&m@x%4{S->mQEI2!pcKU6c9gpCt!{^nmKtg~ zmi9bQPlA^AR{&p90SW1^qSU7ZeQ>Ow?gQ`)fj=1Twh?f&JBxsHon@3du#HbQ z8ai%pm`uq>rFj198vB?IpD_$HN{3hBh&_DZFm8i8uh59KA^GsJs1(cTQ@}HbDMrWC z2;*2L0XjAYKwGkD#{!>gLG766I&oa1A_b5?t8R65Epc_#xVrXG7umF~*8hsv)qTh( zy4V^GupLTRg&S}j>sf?LpK3#`HI&up549$#O4ITGkl=aabmnbH0sbG+vCag9n!t}_ zdJHMO%e3o8)_twViy3R$OTd3l?}$v_kJ5^f=sw)qDY+EDQ2@sPwEG%B`%^ebKjYG4 z&rzT|03HL-jd@mU43yC%KI->sH_n5Sa2Jn8T$ymI0rY6dDarQ+C>h?msL1|C@~tC5 zBER)B%@o0pdQx%3lU8g|W?FF&0k+~L0NRpGNB)2jjB7>5v|>4R-KEC6x^8rJ{ngd= zK6Q~z>&iERak^F*)JE#MUvZ~2@#~DMD`SlDYb1cSWYfB~oujM!W)lQv#Pd+XQQ?Mb z-HiCsP~R4cv~c$nlO@cEZ;eEJM$|UUh;ILYZpUbf^{gSDQOt_3L93vvp8>cXK#zu; z=|6((**h^1W#Kos%K@@eCsh+OF_Q96!N_kE^swrXctysts0J;#7t z83StCf}NkP2MuQzaCWy$&?(jr1{;bUGGd+7xJGze=4Mon);z+Ek85tvC$cPJns(6o4KLC3J2?jUER!yU#L(UMRe6d|r!5W|hGY z0G^Jm!I8JrGG}B2$Z(aru9L=_b|pf`>#M5SyYKj?_I@}N&O~cMX@Y$yy-+FxN!)v# z<`(d9{H-2DDZxI~M&qoEB__4nV1S@Q7?zMK1#NNdIus$ zGGRFam91oz^%V~neW)B)` znJFCT58k&tNAX`(+CkvYpNtw1nf?(a+9huz z`6~z?6tZPb+;0DTh2)<>{*mM!sfO%Irzb*j+7zk2oH<>uXKCa31ITkRLL#T>!Qku7 zJpC1uK2=`=y5#6>1el|g=+Tf{=jfrsrXKCYlC*QgtsAF-A9-%0VYc&=P}A1oG?4Aw z=>odjHN!AZhk~xhT}c+cG=(`--RDtot0z2FA832K#T-!88?dy*x#<(q)DJ;x_8!Be zS&>X&$-zG-yCqv%O;uLs8SvnsVLQ+ddY<#7Ed=f=5Hb58+54fE$B9fns@5|KiiB+^ z+1ijR)o?jXi9Mc`F30=e=$mVZ=m+|a!>%!QRw{QdD|Nd#9yP2M?c;+i~epK}pm}0hq@kBAc7Oj{gAx{zqaxO$!LexZ@xD927$q`3##C)=7 zo^g?~qUrrG6TpIZA>NSOT)e`=tk-n6-i?Yi&VKfp(}$eT0;|l`70(2VFgMOHoQDn9 zjmVg3raN@BCcLurMg8LNSnsQ6c@uq`Kq4vH0{^+9P2bq8@6_c&gYGs{vP z)y3$JDL8ba*4~G-f8|CO-c))AY9VL#axlrLxt;(=%^d)GG!)UJ<}{;-XLj^G>fUTn zOI+Pu)Q_(2cU;}SxVk&cfbNDOqC2BDPB+7F6BTxk{v#@iIZbGT+LNLu0u1n2-k{XI z-0&<0Pkua)ywY=+{DgWxRNT?X)cv>sI#_?`c2C^uW1H zsWGN4aZInD%aq|VW$cV&iq$5;PInosXgRX%FUaYv%W(Ow#!LDQL*OLdf%ml|^R;7^ znxy7}SK4w5n4~TD5MWy#XS^GV=y>-wirAL*@g8Xs^hRKBgE5cXrO(^uE^9H_}}q-ed?Me-Z!49tijBd1E%t^^ZOhno=*XTc)o@JJ%0#5kB02p z^D{=tIi6e5x?Ib;*_d4{X7@u!XPRAR96kXSb%i$BVwN#EhyYDq0-!Bfw3)3&=v*_h z%CX%HGY<7NQ+->Z0l3O>H&tXnWKpv#5l zp8)h|$Rrn@UxShnI;b~C)>h}b5W3X3K#3j=xy6O9p$~MG z_4s3j51SAaz*;OBPsam?3kv>}Tu43l5p@3zU9Ct4 zw)!3@83Eb*c=-@Pgh!t8k~t}FxZvSF!A{ssv6GCSJk!Tv5Fp` z%0ciBROcDah2*q`&LMWT;srV7XN!Cgb1yZ!8uYSi zT!5%cwh??Nksw$8t)g6tmC_@{@nM*pQ%h;6SZ-(%QnBbMrJmtZg;5l+hQ7gi_EEgB zqRl>HQ|`U#!}tv2vz@9B1F6MwM64+8O>dnr<3xDug-vnQRwl2js~85+F{hxD?;5nP zAd597fTNU`cb9UiTfQcX<*`Cr*_SX{fqw<~0$l$01-Opy3vfZci1**v)9HlGnLiCr zuQz-l4O>Ia{Wn}h9;WZV*-U)VRbC!9Mj?6lgqoB1eR>njKR{pY!IK@#rc79HBk{kiH8*=lRO&8htw|LhS$DXPE+5 z7Q)cLe!CX)sVal#l!3U0D+}Y|9xE;wU67 zzlqZ(y0?AUMYfeIIulFb9GG>J+qSAzIUdfdejuIs^4m z!N3=!G=oNd1D$ZNf`Rk!W8T8om~b$VE=MnpA(|HzKxY9qZ{e$iWa9tF-J1Z$Syg@G z&oej6WTt7;rc0VO$xM=lwj?u?jTSm-C+VIpl$IrhLYii4AWcIuY11vOWveV2><(=y zf>;!#0wM}(RaEpvt*k{rQPB?t6%_>pU%ub(-22Ru7GK}@d;Pxu|D857cRBZ*bI(2Z zoO73FMqfFoL#g?pJ@aFH$ngkuIJUJB+v6)A&2JZsm`+b|&Lc+FrNF_LeJE=cE6Rw; z8Hlj1L*;WQ9T^k=CfnB8)~HLE4G86aGR%~3<4;XfWj_spJn0 zrrg3LZr&Uq__@RIcAr#!4iQbt{Y<92A7y)eDM!+{;eyJq&R`S%E@A4rJDB7xp|n$V z1lHosNXv)Dr1y_T-#z@9uJp}2QEPdgM|t{|&mifxGUP6Z`;WI`YI%4U#QmpB1c-M* z+;4x8Kpx%&algZKmWOvi-0w1-a@-B#bip>!^;N@Kq_f*Lo_3|!=`)tV^^YSi;yHqmA zy}S$J4%jcF%_Cmk1#t(3w-a981;IRd9dsVIhP_P|_GQRj5ceT=(!;wT?!!!49^M6U zA7OXh9^M6Uf0Dh;f=(PjSvr`H!@N$IDH>)k%cp9X5pccfyQMrs?x1)U zkAfUL3{E^tw4!qB$Fp=1^(33WY3Mm$gp|!)5YI9WTaM>CPJs*9)aT)oH=gAzpA2Dr z741@p+OvX5H-E4(L++q>F5;C$5AUFOE4I^&n4eP+U?;T6i>rTNN0I?2gS28 z9fHd7@D7US(uqj>JiLSAx$GRICwq7Y#j|QY(jjX!seckp$H*I{H-@?beu_|Ob$)kg~2}*U{z)rv~>IOpT=C*v)Smrn`UPfRar?g7%q63r+H?F^hoH-GwL^ zOU}oTZ-9o8PN9%Imrn+&47r=)X|y1!Z2o+gXSE)hk3g?HO)O5yW<=^~CNsOT`6Gv( z7WQZ`n}MjOmFWW>-c9keF@4m-yD6S__U)L5cT+qaS-^AL!@DV-D~bOR5AUXUI+=dV z^K}mKIx=`78=JMB^%DX9gdXi~7N69Uf>=aNx1%Ftkx7>^Pj@e2r`QwE)eT5y$d4R) z^Opletf$wv6Ik$zrRcZUe+!as%Uy=r6y7Wx7AiwY3U3w;E2ptZ;myKfl{1*+&B9^R z>X01AA4GJOQw;8F&{pQ@Cy~h6f+8zJZoIh8{TWI`GOqJ3K@#`mfWb9`Y1_l_+7%`_ zmq^uBvm52g%8(l`u37w@LESjACf>M~X_szXC%o#$v)MS+%8(l`uDL5?jpwb4H=fUQ zif+7sjorHOLN?Aow2=uz;aapW)_8G$yzvsI-MX=?II?u(^VxW$l_4RJn))*|_Amre zXa62a%fk>zmAYxOJPd(USs~I{9)>_FFb(M(4?`doq;C4O^0KKjmxxg`nmDA;sd>w( zAx6<^r)D?`Mss+Ge~f&|NxFM7(kWz9h1kWBjBC{N8kUxV;mqzUkR02^7SuFnnnY1B zfFHj#Vzb9|Y~ei&(MBIk2vs+eH6mlHZO&E||AHnFY6 z%1pP}pPRkZ$xQ8x;W0@oLmc=4?@A)`*pC6(QSWatsWXS!o6zQ%*9GP?GwpAp=D3$X z$Co)=GLKB;&+%oBw!2Vs!pooI%gnLwz{e>se~vG6g8e&WUh(qh_%bJomwnAkv!3Y_ z|NExb#f;ykc;3m|M+B3k#w=` z?w;yYQaz*kFYr)pRj98T>iEtlC;-d_@Iri;3k{e2 zNqpWv6D%TR7)kvav@@mx+CBEHPk?kb?8De8LfA6^(6LjOp;?M&8`Ebqoo1EvVA|We zgzhWvM^J`cWEAmbA8Hzn>vhenXX*~D>n3w%AWyse@67*AxBoOI-ThtIP&teq+BXWm zY3p&q(A#9$H@Vu;d>yh=23dWx>k6R13;DC!OX|dn~g6lKc{urv>X8Q+`m~b@` zcOWqfiHe~uf?q?;8q`#N4+-A&3O<9xbttJiZm{1}frI#0O=cf5ufq$SgTsvL@Q&y1 zc39KiGPU=h_8e>)T_g3or2aZGH?8#V5n=KR214rOJAq2mK`?BpcTfz2u43#vmibVA zFS#Fw#Ltlkur_!$a^rgNAo)9nC^SJ{?kv;jQ>c|j-$SBeC|HOH&ZYQ<*4Vd;=-yy+ ziY}|yi0+JdDk(aSiPY zgp!fDAGsI-8JVY0QXMha9)mEi11^f3gTebf7?KS2icgcXsv8U_$L+8Iy&mJa)|7L^ zzG2FTj9OK{fuRDR$s99APayj{)8txG#n(GluTH2Oj?rUr6?jRz7SCX~{noT@gX~MC zj*0;1j6Wc^)iec4dD(ki^&J2AP?r%!pgkiULEy~>${B5YziS7f#-XkhP~igxKnnwf zuaqEaH-)cI?svOJjUrx@pN|%0e?;QzNCa3LOg{^gr4QdVosGmG5`oBk1D(FXKnIbK z;t-)jgq(Kl!*xGHb^FaguxHZS>Hi*)UdH-y%r#xOLT{G?y;WL-9?daO-C)7~jO$85 zRHD2O5aA0=C41`bLJQ8ICrsf{ws_Qa3pN~O2Hi&9IfI@e@2r&>+X|0!q~oA(*&fYa+~ht4$W)z27SsY&J1RCMUggyQ9< z*yxb=gST_7>S0FIB)Kt}A@s|W@{ zK;uT!nzqZ-CYe*aTBdgVf^)k2&mP883}R}!5NO&v#TA`0E(Im>vJZ_Iqg~rhac!=C zxUz@y1fH&K2J?&!P5UVG;_9w((bav9c?Od9wc-kYjr`1)43Rs48Y9npPUtSb9t2$S z3op*mzbJZ+^NXT24^9MzZNlM6)0iPJUpQ$q9Bva13pP0%ZWD?P%nOIQ{jJOkhXcal z_mQ9Jbo-y+h<<0*1LWuH5)F616%jt>q{#>P*o|KcVd?B z2;~OmkCE1QCI2GxS2O>F>s?)cc54@I)bzPtG4RuO{Z&^?)}po+jzi4LA0@+rkm1{~od`YdHb9IPtT~}M z*iXT7V9LepXTE^d0c_47DxOCBh#WxrU0f+LhN)^W)PINe)lrk7w|o%LF+=5e%SU3i zW0wJSCZ0G|yMj~r8gg<11S`RbCOAD#aP2!0)Z+#PXjFBZ%)89&G8s~zcEDsl1b_AW zrr)WRcrp=m=tV=MeiM=_QgACd&8nVkL^%>b-2x=nZL6l6@`)&~US%jTv)2IKjPl1! z`DB#yn+;;Zu**S*U0vb25v3Pm54-Bg1SHlR-&`1aEYNi4uZnlR*nmmrt4xNS*BY>M=J)ovT+`VPfZYT$1}fIsKiEqM#m*LD`#5~S0I;*W*jf6o7NZ?+va=D_dI#@Z zZa7O2@Q?!mJ+&veHegyw5O5_R#Gii>iNKqvl_200aI{~9NvHZD!z(5JS!pVf=gEZPCrziu2nT?%4Lc_ zZZed^NW?I@$5yoy1CW&&v2yyjA)#&68wP{8vK*tQM7KKD466YnZpP39v2q68a1YaR zOzp=JXcz|c_8q@SMmD@st(p(8lVRU4!OjVzFHxhB_MtHtFm4FlFEQYL=%bGD?w1&^ z;znF)<7Bhmi%63kc?Z6SZJB7h0T9kHmEgc8Sj~?}@eZN*&YxL=uM?1W6d$_5rzzec z6u$%nn&KToarsS#;&h`?F^czSiVp%Hye#e}HAOoesBadE(+xKVFm?H|59L61?BmTs z@p&Ma7e!=xGZyX)rQRHvQVnt0w;-m67;m<%`C;ZiCfndyrQF(h#UMS->A%;0$d8#! z$FU30Vl3}tg2wU`5&?pVvv?1=n2D6Vjr?2SEM7I}M3W}J9}z}5JGKBZ2U71+4B6=h$u9(Q{mA%0J9=NQW8>&@1fFLHoKw+!gzv-`kq#- z3iV|Tb?aLLGl^0Le%VDg-E`oHmZCF52SlS}A zR15{x)?rzU9gz*BbIK@{*oJP?@dX%!6+lexuE)Ecl6+R9`lJD&E4<2pz^+xd7}nVI zV`pyqqygcK`&_K4Xv#wn%PXdu4uOP$)mr`>)!8TNYI8Srao75dmR)H7ff880l9NZD z!rH#G^gMR!d03w+RV-a1`yw9kU`u3vcm*M*7^lgK+pu3^|3zll?<2&Es}uT#hy38X zFT^zd3pZhwVDv5$WPh0ffcucWSmw`P+4z^p%2Fof4-skJE$_hn!E#^`?I|5J+Ov!a zYR^_ADu%WY?YRRrvEdT!`6f!L+y=W0*kY5RDvghY84N(q+ox?ch@3!_gLw(Rbb;@<+CK{nPSYfSrli|r1nLhAFge6uL%?MuhA?`ABG``4I??M_Ey^1;webueD zb*X&G=EH1^pH;n>rteEUuYVbJ)vp_?xE#Bj}C;R~<6I9PO%OCc}-5>PJk5L-npfqvvXc zRrPp6GwZUaI8Ano+Xm_SYo{@?G6Sb&nSb`>H=cD+?s1L9#*nnK_ZYp5)I|gz! zV)2$(aaE})mVw)9G90*RH=B$z$MjmO9NlSW-)E7*Q@@Si9Zw3&JG;Y)MAe_g?tBLv zT_`e{^+iA|-GiC%CU8NX0eokuuDg;>R>N7Q+uUYGH?3)kgLE3Ud5aFgxwk3k1T=UrEz2pjR@ zmwyvs+PYibIb4$iP$k;;?}AN<7fSYFneRx%h>5y3W1tvr5{wAnV zWFNNnkfr%*(|~5(4G!3VX1&{#J1VC)m19xQ8hW{t#$>z{>%%=k_5oFC`@!)sB-E|% z4@?jJJ|ZAn4d4z3tQBAtLu*5e!H2j-rzYkWe}5%g%0dk-MM(ECL9v}m#O1Wmi#F6G zi!UFG$*L;Dl?bliWGJ{0h-f){m|M(=xy3=#j`CYz+9BwfcGQ$7$xkN0a>|#QZ6F+f zC*E?}FjGn=;>-tW23Pq$O6V%BHH?RL{2?OZd`sS`L46?zrvp_Np?hV$NCXc;gSI1) zaT~5++=#>+3o&#%0a;&)VrlVxBm%4oJ&jHTU&7nk+i_U214Rvh4(nN$b3klb) z{gwC2=hkVf-_&gM8HTAMJVXb-r^qioJRH$+!!3nPzhtu9lCjn>e(N`Qrqgobh2QQ$ zUD*^=4L=0Bl}K+E?jj-n?I15)(lCrnUJ{vC+` z!9+LwhllD00jrDu7!fWwtdoF?iohwLZ;n)%T4!(*mIN}2)2ADNenEmb#_7r&kgFJ4 z8#)LHhd#--&*E(^?ZZ$Qdy6goX$J!7&rM9QKW9WKef!eseM3q04#ON(eFFaek&VFb zkj7N~K!QvvO*?dV+I=4?4fXL?v;eC1ycv-c$8_3bCi9O~ruo%$IA{Egt7tjmf~CY? z?mhUP2YhRZ^ToJ!Rr7HLSB}4&t6TX<6#p`I+RYEcA@Fbfy=@o3&CSQ(1dFNWk7wfN zJn@(F(bgcmC;!IW;cBhKC;xH}*sW*7`txthK3DTLAmLxmme%)B&A%~+T+Opl&A*&q zv^$SlwVs9T3jU>EY&RbSDgKQ;w|N>q_?NS{`3LymU(TUc-c;q^h!(r~*Feg@oENP} zq5dh>D!{mHeq;2ooAFi(*&VmEOWdj@YW3G(9wt0p47gFq!&1-uOpaFXMBVcN5`4Pa^GI>O-=e$;_EdHcqy64^vRYmwjk> zpAR3iovu5x$v*TTq%R!*y)CWXy}_oYp60dZR0W%RqFsR%R&ee5b*;f@^TzhF zHGLhOExnyh8(M=K*Y{l2+uhV`YSuMf)mqlm+S%IF+Zq(G)}BV<2{x^30j|!bHLaZ* zN&ob78qcZHxPsB9p7z$LL$a*1qpPpKti7u**xS|A-Me;uv^Ut^*|DZM(B2UpKy6dc z`hki-MdiS{rrv04Pq4YS&zisVB46zaABv|1LYBS59*O7cM%trn<(}Z4A`SB%ysNCDy`hXhfBzhM(u1;a!+LYrHE*S_9)nX=la< zO6fy!j*Vf6V~x{E8v*K2*=a(~%^c}wq}WW5vW=`~GLZ1W4zDE8U|6=ThI_pZKxSr) z%5>BYH`&yM+02fx?S zV}Zi0MME0n#@J_#*Hm&+r8DDMLaMpIZy;gR$O7)53;(GO|9J_>(9L|qKSVGc*@6`5 zY+N3`Y>3Bc>mQepDU2h+H`Bz?;7)FgVk()MWB`qbN(?Bopm>%cAfS_td{Bq$5pg+C zAEpNES>r`TQrUefKqO~>o%H+cRNZg1b3xHck)oGixgng>>+82!@-0V0r6w4e6Y&q&2fz2hLWz7>QAu(SQVbcYo=orX_x@>RVc#^Cq zDE82FA-3A${FB0x#2zH^zchvhw;JOzOd9TGiLJG;E?^H9W><}$2_5xXd{*Z6r|NJ<6}F`AR4&>9R=-qW;jr5P~HCHC=BGu$S7nUMgpSQ(NqrR$`uKGV#+rr($pPZ9Vcd4O>uOHnG=y&R&$&#xoR;A;ALN06UlHi+hUSK_mak? zJvJ_cTN`Icv(pjptYuvpFcU5|L9db-2O)Rr8AlxJST+&8>xzRLC0-xES7n69cMaD< z!o8rR0%+US@dErxO*})Hc0mPtlZsMVl<1DwHE|z~LFS-1P6@CnaletO{f4*?LZxee zg$H31-9kp(0MbT#5{w+OUS=I9FwCKe@Wyc$!yR`q!f^{(W=LU9v|AV%A7foGssw$? zPIh0T9rrcHabIH-UBWo+5^}&!fxI z`Vq&%`eJH>2SO4IYGEScA=bResJ1~}9G3(Y7{8_ASW#w6K)~3xvotN*oyiH@LF=X@ zU_^Fm90j8Jgy{m#OSP#hb4*>}OpF>e4LZgY4#Y8~czjWt4ebUh;-qL}D&w{ACyA6f zBdT==;7gpIuyk6YXjw2_*NUZO{@g_Kbe^tcIU*Vk8IxfzW_yj}?PhAXFbfP>5yyVl zCSZkY(Dr*a3L#x%)aQ_U8d-K_ZcH!Z}W{1Om=}0f>^?Z@eGF(e#22s zc#i}DiCJ8HCYmM&z!Rv6CUt3o)TAw(iHRR#rp>fmmcT7Kc0nT5L}wCfM~NnS63p-m z;|9@j_ZP((f;WlRYlC@7oG5&X*Cx)DNk$7;FHJ6>6}v261UC}TFw{u4aTkpnY5ylf zzJxl%W$#jQ#p2}lOV zbTQ-rSq8_Zlbq$#;scm$&U9StGz8>%aY#0t;Sdy~ri~M+*MNpKGXWO)S!WWEF;EdR z9TP-nYHH(*ixrF;JUr2=yTr(8PTaO4I3_pq91no!X35fmL@6RXb{vWm8B^fp*|NG= zoM5YSzCJKxgSW7g%zQE5tIYNfnijN136(!?D$1qj#g_QQ`rtcSN z!ZF7Jqcs%Ln9NJ!)U`Ro^SoSR!G@#7hi@jY-Z2Aj)@;)ZnMc05%j*NT3QQ8Y;JMM0Df+Yv!n7HQ}>v*nz z#!V->)5AqCOpS5FJWGY-OhK+e1W#xKF0?6b#zzg*zqE*qs3aM;FA)( zK}jN3?AIh@(aFiW2{n9*p2bW~O;C2>ukWd0TDM$>m z(eVn$y3hbs#x1i1*wixkJ@8tcDA^>_at@Rv!RbuX48k74J0&(6VgYDVPAY!97z(35y!nGI4F8n1nMyzKz4S5s4(5;IMF?#bpeBk z(Do)FM8|%P>4@091#wU(lwBA%cL>oF>ot$YMl3S@HD+*eycN|mF+c~WOXD~eaN6{p!D_%pq|7u#(>1*b*dAG&3bu#4@? zaE@Z)mO-)wNs9-Av>@qm3*y!mBtys15>6A9S8p*4a|}ynTo~GhA+Vk=Th`Qo5$uFB zxUum-oE_8L)BVE8wEFf{#qZbb2hpq*39Y--CIj-j# z!pwGdfg9}!aeaPbTwh?sCez<1_|mXH;<%#1WEWMGxXj?{Ar>c0ipf;0Y)NdyPj?+> znYn3P2RBF(0&-`s-P9&*kZ^9E?HDN9*U|(BAXLj7F9QS4UE-kQWn@zwi-rV~B-Xpa zG4$9C(d&q+xa%-`Amwt3a!!IDGDevbdwSf&pPPsrMmT{vp*16+Ubqcw+x{V&=*Ezl zO>`5GVj-br72okSAy5SK#tb><4NbEnRAlQQHp#*)J4v&4(A(~F6Pd#bB4LQooJQGT zW7NCA34dXXwbWpU?dmutlV zj#!dZM#M!=@i`mWW~4{P=PtdDv9<)vc4p@2gjqi(ZW+eLWuj#ZH#PKx_+s?dW#Lwi zm14h#vsoK23K0KKKWoP+0ZziBIBh44mEl@@ZiER-1#N#(k-tb~`uzU0ituHgwv8J_ zz>Lcmr(?D{x;mnPX128Y@#n&q6rKU>Obp<(zavinxI@3j_WS*XE*o^g)~=ig@PVy= zv+Q_jskw!qPN7slpBhHmc#!#Y7K7`%qrvv(W}fxqG{5YeKxLr3tRhs7!~5zoeL0}f zTtP^<4}ePmY;}g40)ime(be49*V1bJ7tx=QU~{mqx5vR8T+0OdRm)W0D@PvV_mC8$Lg-AM&hs}AWglSx(rKQtppHUJsn-7 z0*Xz&y{(ual5QqbI*G@cy2uka<+OQZMT7}U{lv1zPP{;Q1}#^L9mJbT3&^{l?*)9* zsT7x5Q;)c+EQ-{M08-gLq}D}Qw$mvqYj9HUq|}dA2e$@_@|K|JrvpB~W!;D5TBauW z)IQs%ev4w4YGug-cEGPZzMAs@{C5^x z?%qyDoHWt=&I%WyVsN|A3lyoJTRx!GNKx^Zfi^(BV}%QW82McS_!p~QQ}G1UquU2j zK9@vhkj7k+nBfZ)BV8+48&suFE%T|6uMuUR7Yt7cKRW#~u-EvDh30HP+_IfCpFwG1 zeqm`4c0!E{=zb}+(kI=UIH=yWNcfmY>Xc2=v9!*Rk*s?4W80Un9vbkeCm})esb$t5 zR%?jkQNi(TJCK+r4qcHIP>-SMcY)%|kUFJ}mXArl|0+#y6!Nh&oBnmckiP~^cWn2m ze}`aq;&X=$i>pz*ZVkSwG6NOCBGnX7cLVSx(0I-Ys~=hc44+Re^r@zLRp7fUPu-5{ zUk&*DK{Y(EXr|hwv+52zFk5|TAP@`&YYP1HgTYXNzhEL5xLz3ez6z8h^WavF#1B<{ z;YzA#qRtkJ&Za1Ss2^<=ZO)GX`ZLNG#F#5}a;wk3Sc*QYd@T483IK3i4f?^(X5S<~ z-V)LLSfhc0?o6>!VXHUofSM3cW9!wGgmkM3VSKoR5j$-b8>cm}B#<^Ml$fj7JK^%8 z&XuYppuF`p!4gnfT;^B9qLT`O`RLgTTd8?_U6lFj+bHvWu4o~c{9s$y-#=A(I0-TG zkWY^hjyk)(D5&~*qJ1`0OKPfu!g5n6<>f_rX&@gAQo#soc0rI=H(KbEh3d^8Bylqfz zrf6dlF(dg?aFozcePsL23)E$8>JxULz_0!UO)SM%-IB!1VB^^KLDki!ZrRwk=y|^u)KILjqKiP(!-{X>=rBT1^H1*szj(LkCpU=9&=T!xZgOe8( z_%AJ-81ye%G!LDAeM`XT_Wl%Ks8DT)Lg#B1%>xdX>ZFx-0aG9?0R2>-8Gueu{6Dno z%hsaxg9Cx7rO02O5(ujAZ9}}Fd;Yj9pjHp6VqYlxobhUtPkDXnPW0p%^yI$Ndh!Z- zayNSN5_)nMd-8H}Pwq(W$uH0oaCOfXs@>01+KM{zN~ZeJtzamx2t%;h$4N4|+@Dui zDExOkCm(mP8)*vEl3J?++uF+3s^7W-Mg9pj4w?zXp{@?7Pj3s9nO^-Fz3LcL6MZ2d zIJ(6K`BziwFY^a$YWxK?CG&%Y`Jw#6{DQl(RbG8|LB+%f=u*3abTPl)OcQilDolq< z{Yoa=U8#8Jf*^skAX$|Jkw3qgQvPfz=gqUy?z5?!BF{>*&!yHE=EE%%UK%be^Is|r z!)ZZ(xkIiz7z&1#l~?);mTIhchheFSsP2aA)W$Y+l6EsY7z$-q$UlFf`Wft{OYISA zZwO^4?IUTOxg|ARzBpK(A5t$`;owYv>|aT+63&X$YWOyzq@o;#xGGLQjpeQae@I=~ zfNwulmo(IdV8+^%rwy)6E%vE0*n~E8tDs=9e`YX<;q&|RX8A)%7D#GVFj$!9FZ55W z@Fyf^7UpASE}t-|sLzqp<*F|V&FoeqcFxKxDuO=$ zsvkBJlHZr^^REoi)W6d2i&@dZbe|fbXBUj5bWJ_iF9mc5_og2y(Z%Y={WNR$rbmI{ z`F>iFd(&xGb^253^+^A`zkX^JYVJ&Lkld?C?@jjw;ZcV93Rc2Tp!oOwfsi)LkERF0 z{z((+=Bn)I%=}q|S4i`P$TD^i|7xF|RY z!Nlh9jiJiLk%_Q3?d6pi+mjm`K>WCy3UG2G)$~j5Fw)=KNHu)G&GG-Clt17OfF0@& z$aP061}06IG-c9+8_H*fi)$)Z7ECH!!5J7(MQt?;F_SljgNs#$Z$V)ww4*4m=j3Ik9RZY&L%GX^1<;pASO_%v;|HfL>Hdq$j{oVant$DjhPT!A>P1$&|A`fivy8!t z=09G>0LWPZ>1B^zy`b1xga{h5PC+`hPC=S0lF3^mOjznE%T^seD3j`_FH{8q)#O9K zX#9U!Se@T?CDiu{YIt$fUs$N}qs801%Je0wB`%C>5n5=Vc<4UJ->drO3vYeRQbgk;Fb{}BURw5 zLvoqTW>Z({DzGns4Z8kfBWud~7vaMF_71F4v_6lGui5ToYkUag+el%r9iETYzZ<{|`39m=gb_-;F+hsMIFbJ7=yp3u;r!I1 z*E)h>_0+2k0Wdoq@D-?e#R`04hF^^j2Md)qN_Q^Hm$dpc)prCTPrRfdZBL%#+me{z@kcB+6xG8 zz+X*A`ey`?da-ts%Xbb6ezOfR2B*k%E?;mZz5M=x`Wv}|9a*oIQ5GRp9zaho01TE2 z;*DcS4!e9c)Vf^*MDea@?F|FIt;qbz_Hm{1!nOuV${*19rk1KuKy5OU|1CQZ4z4V# z2Hf|zIp*O3EY_GeF!xCo;W}`BM$#uGeO%H{N&53H-z3hbJF&drAiXGzJR$47FN4Lx zMFpsReVdq#TczPa;rM4Z$M%QYIMffgh~ja?;Rw4p>9|B8D}O*2#K!EBmUoKgKQC2J zf=h&Y0DVF7z+a4L(Vuq?^Qt?bvg>oPK%Fd*r@W9obbcKR#!gP0Q&^Jr`_QTY4Ga7g6A|6H6sl2oLUDmYEBBDBQGdwg>k(uh zk?a%5mNvweXXS{o5Jt+sN_6#B!SM$yVPUeQ!S79)xZhMeQGTbC?@J-fZ@2igrF}+) zCt<}^F^H&9-H0s(l|ci1H&)0`Vz1;O>=Q{#<)OS^QuY2tSk2-db;{ ze_e_H*}XNOiV;mxl3!Kz*QrsY3)YcO=*CWDuS+pV_Qj9@FR_9xjo}61^3%vZw!NNA z-ICIFo#101;`lsaRoWKhY=Rjd7EqNW|B^Jm8;$#z{a=#3ZL5#d^=Fc~Q@a0-s+Vql zc?-b?Q|JI5-0C(gJS>pk2bRxnr$fb}^ehpqXxwkGdBK1_McuNszN$+_>nUhxue5p` zt@?@damjuaSurSImh5+t{rdL$36r+LhE#-9Mqmm+-^O5!h+?33sA{*5Hsu(_KMz$e zrL@s(x%GaJ-Ui}qaKn(w;z_J(ijz*`2F>@k$jttNXwV@H?%5b$vUE&Jp4!5x_jyS_ zE9uWl`pA}srD_V{zL>%Ryn73M<8vutHIb&^I$6WMC!p7F@%5wb9qa;3tu3ygSj^^B zAr@m*fIgsk_(h8Bf&F%KSWDsEl=`_UhuHUSp$!C*7c|Hlo9in=$ljDnVrY&XEM$L% zTB27Q>nnu}YSYxGw@~?CLft~z+k;!E8oy3~qPJm}is*m6Suf5Gq;knMEUh7puI-n? zN2zg9w_)L`)Xxm$9Z8TcB|&m=4Z{dXc#8?L>U$7ta|!I=fT+LU-W*=Yor?{=I;@$f zmUM@76;-9|*SAvx#Z#jdFcde*s`;JNow5S1NZXmFylvQyEc4Iu=M|}LUnrl;`kQ6> z{k7v zHy|pp)#xYG7@wLJ=05IZAEH_{tpQ7Ykx~)k3G_(#-?N=tO?nH|PMeLieJq_g zW%*S0PHrQ$`pPSd)z}7=6D|Xj56G*t_+EuD;hQ<(mmbl~%{mGI~Eolwr>{kACW57SA9Ym>>Xr3LCs) zrv5Fx{#@iAM#Q7zxEIm`QGa>+A`z61+Da=sqCqUsSL#AxIjyvE9T@oeMs9Q+b=M>P zhNSmO`p+9}R|*#IKhCtUc;|!p|6>;K|H9Sv|AoU&tEHpaoK+{R-t{?PGndSaW?~O2FsaI^fV&YOL^l#;O@1X4~mt#Y2!0H)* zsh5W3BAw73cKtNYtLb=Cw9IL84hi3DBT^f{$)Ngz#KzwSvJ_Qlb2ISL!IcF;#N;I? z@o_dcVA4)jd9Q+KuZ`*WSGz4(;KK!ktiahgQ3(}eoy-ZT*43+92XGdOQ7NA6K;o#)Y8h&R-ugojQo>NCT6chnWF_!(4z}=gheFX() zl@vnn&>wVXFg4tX9$b&uL8-qM=Ys0rvMa?jCTm zRRiTuHV>lg0|cJ@Y66^$EY3szmQ-J@x_x_~#_&|YMNzN@5P#e33oepH`3s3U2JVN=!n{g{;GL>*4!*#Be` z7Y&~V4sykT`9KB+CF%mhNf2S!R4`Bsm;+m|^r`V5%~Ml+A;cS(@(3TfZ^$@~Nh~pn@ zE%~x1)dVZT>fLQVoJlL}A)HmKhnMP@q?ro}OSzYY8x2^h@xB7b=2xzI_13_B>TWwQ zx(FMv{|j4*F7=VE6u<`xd$5utBytR+x!hG)S^E~@DgeG=Lp^~ljYn{_=zQWNGKqp? z2#C>16UApCr^k5U_&6FPQ2_h!xGOvf3uKV_99Fv=tgxsts*VDxqFzl3sP^cUqBcut z-E7!D`6$*Os{&X*sNDk%L3CyxPK(F2&B4|iHtir!u~6z795Po&rYh~Dux2*7$uomIPEB)t8$eRocJ8KdwdB0j6#+GQPZYj;U(KZjHU7sq`~GbE`f$Z!5IfRqhhM5A}5a`TWzC0JOBiob}LyCJn6C%IfRmFE?O)B<05ovOn0QwzgE?n{DDLOB zF@Uz!t=P30ek7FdD=duYZLR<|GS!ba2WmoK`TkUASrP(kKiXVBA2_)q{h3tp`Y=_g zT98j~4qPVX(e9-xW2bP9bqUyh-Xh=kZ2#|N{2^gHTpaT2#W=(Vi>kW9!By&`TQDWm z+b~EtppZS|=Xn38z|TX&xTC~=-3?f`mnrPZEaB$Tx8Z8AkpiH9;E0Del=~}YitxU! z#Fd?^zGe?r;8-$H(ZLh*_xiaLy(_(;soL3n>n{&gOsub1RM;1~unH&FIG*_;_gb+i z_i>bPV`2l2G`JI}-)97?c#xj~n*)s3$la@vya0f}L9Ugp$IiYS$+zeNRJAfS5=LkO zK1a|PU5%1_m`EhMX%s?%$?9?J(LIKRVvY}|u!V(1g?JVF3yZKYFIG*$O&$>2P&YKA zhqu*zI8AW8{U0zbGH_<$o16%P%~+Is!{!{E=iK=Pvv}U^&-eQaar7NK?^b)$a3qXQ zXZU6n=^d3#^>x7i6)Y2#dL%sx=Xl?y20%Oq2X^l!pB%Qr&EP)Y)Cl5WM8e0@Y!MWA z(L%Fbsg`Ze%CNAgdk0q*|Hmxq{>Ar9&Elq+QcYNP#nxJh3oB;@g=I-!R|jgaputKA zU)Y5^ygI$EDY{mtVyiGfBp zNwV!DZ}|jJ%fhvsxn1?@9G|){Jeh|+(88_&W|~^(Q^jF159UHsiL}97zDS&|C_Jna zB7k=X>X+mNga?7eRhOW@n9kAfFRB3f672iq5(y&FPuUHlXHLY{IDE^@NrjhRiFt;3 zRV)|M0_w_e9c(WC*OaM-0Jp4G%KIgw@U$_z$ZVwiRN{X;uSzKPE4I=g;zXezOHTb-5 zy2N3thA7yPK|!1$cXXOzmJFtHb+PPtF4esl8CV&TbDPpj)f3pfYYyOkT3`s761dN< zK)b&<=m+u5fhv$LDVMS{@Uw`pXDAQ;qjG=oqzQhFy(reRAa11v)a~lI?1H5e_5L+` zNM(@j%}jA2i&F`n4@l~FbZn*!*7>wD7=2Slt1a!+TPaN6EO*cTiam9gy3wTR9CZ3| zfjKURB`3vs9v2uVP4{v#1&8o1rGcJF36yi$iX#G4y_g~goOV$fZd9hJJEiR_g6F6J z{5%C$6mbR18$eLH5!wi?D=b#+4Os9+Di(uhs2JXP6334;bqCL!c;fT$cC5V5EIr&z z!#1+N5F*-%qY8b7`nMF{StxjKGtW5D{w=V9^C#Jy|Er`wCTT8O;Ho8!BLqzsB9o(k zbg0H3B;vcbgs%jaAEsdS64-#r$<6bp<(lQ|I55H9fJ@i&e+*iQE(2AuFOlNc^ zX66rZqxbtb*-?Lo@*>2;wrd?GJXUja7GdLJ5`wLux^1A%uXek_{;vGO;03szym(Qh zWR^deUos)Tps1iY&+jh`R&$0=*{N>8T>)P7{sDqbTj@TicWfBEk_iCgpgt*8Ppf)d zyHz)BZR?`T$6pCKJwJ-!n9QptFjbf&Fe|uH3{!=59ycm*i+LyZ+_6drroCIa^xK0| zC+x(El=i7`NghL`SFl>bMuVbqz9Q$JcM90g1niRv3WIaeFo>z|0`ZqOgPzRJxMc`3 z+Fb-gR=+5sUc#Z)bBbq7ya%E_Z3oWf5eP0WtO={{*(PQc9Yegh55X`(nd`PSdkfWHPOfF)`@!!?DoezQ%GR;e;1fz#!mM6g4n-EaZS@c7@K*1qM)N!*g8iLGMl&XNe;)u{E&brzqp;x z($o|nSSrpdDpte4f@lF&iZ`{-E6iVv`{8~VPi_Whh1GK0RtN-f@ferhOX~|u{RJUx zBo`KxOsK>5Ty)YjKkf_5zoo&I>LYgjvZAw>Q>8|RS7NskPd*jq71aid&QhD(aEZ$| zrE-FK62f=6|Kcf=3^QaYg0_pWdC<1^3Uchn-RT-N<|~jy3U)L3aS7k}7*(J80zA$$ zwvSsAywk+bNfWN}t7pkA4%j=RxHT7^UObUI5x~v3vZ0Ssb)KwfCrVt%46Am8`V)6z zSfsi>4cqLvp*3L=u37~~pSP?8+^9Z!w1aX}>vdNf_#7Yp0`}~5F$#aA?GV#O-;5v&8e4eA|Nw7e1J zK<7%sg9KNh9iGHfo%E~Mr-c1QHHGJe7A+yUb82PWGCfrEcg-!;-fMU@5w-17;dOox@WJ7Hb8dj*=>PI(;Tf@1rCLSKo(f^i;#to)4WLIXFFII0OzQz`qdN=mTEiuHI$X}BZC{(z6wTc_@koF%` zRPHG~x+TD2eG>A;sQ+%OjC$!3HHeFA`cUH2*vgkN_ydjsaM4VH|2I>7MR*WMd7_Lp zu)_TD7Cgj2QQVXg-na~Kdn5`^6!TL!7buZi`%hq4_aYR19r4}s1A!{sVym2RIpWR+ zT;rdr<;dxsEJc?>L=c9FbXk8xz;Jp*@c-nS%p2wF(Dj$1_Xb;9=}UTo=3CJFx~{@6 ze|7yA9(1-^JKONkt@F5d%)_DkjGCOUqgUU;z4K9F+=St7MOQsO!g4H$B%ZB`}K=c3HW8?gictdrM^L+SZ^B_1lsdAnUFLlcBr79ru0baJ1(w{%9z?ws* z@p7KueP3s-y5YXVDMwUoW?t=X*B-mk^V64~eg^Qh-U~d>JpJ-dB{|Qe&}Ou0_sE42 zNg+Cv*JAT|!j$I-zxbMr;gQ4cBk6USd9!z??MdC6vQO=I9k8zgo##(I`<$UQ544_p z_SEx2ug(ixVT13~MG;B8Y4Qf2@C$r(L^yxH>k{INp#!Yb{)vlq`|f0ZlG@K9N1e$W zRT+BI8+7}lCSR-Nh5po0UMu7B(g39f?v!aanA~nQ<=|SuRw7x;p|f^nL?90&!#i}? zKO-v*&|=`MOCyq+L!seSJA8-huE4Ft)@JI&Z?ijjJ}xHD)ae-fp0-P$XDI) z)rW^2@uL58cYF3^>~-%;-=B6M^gnNyVtWXW54@A`oXl@Qg2T=q+FYa(yjBl zF8T*_k9S6dUX~^sn^z}H`F*Cmc6jJ;+L2Vzvy?rmZm(-OC_QV&aA87PH*osZy)GgJ z!weorKX#b%H%xh541e8jjsI!~y+AnQ*4-6J%E$E=^L?IHLjpK-jvDyIvH6l@A2xw; z>4QvCv~&1=bA5zptQ>idm%FzyNrF3W;2gUX$G12M?#+J^ zF4U_j{zv$_4cv6;4f&IK2D_2mk7EXIP7F@^0l4ITym@B2fLoN*k5E+e_hEDw8#-$Z z+(RZ`H~jbxyY}$)Sx2tRlF4yx)}Cv!>h|u;y4dsbPo4QOANJ^3p;v3{nlnzmK20|( zHr}y$w$~+7fhwx;P)D71p^duTGQ)?_6JY^%oD(w1zB+Q+VcJDv^FjQXw1fYdP5*Nl zDLSrfp_tN`5q0L_iGEGrkxLT&1*ES1funa>n>75y7{6JET}N!tog;FI^~=CLY2fOH zFFWixk^#87-R?c#@7X%kz&DN=xYb)ClKN-)J7wVGnNypkAk&>hG9_*+*{SVr&iMMymuFOZ$KYo*LUj=^nO43)@Ph&nM9w7W{27a|b#`rB>b?3<=%jq)#)`-9@PL~hB zAGZ&WJu*fN!stEO3-*rMH*$a0fe|h)1!J=l)96`-^G(S&$AfMewbh~3Qd$hwooONUb0_58Lo&y9?mH zN|klW5S3eQhCa4Dtn)57y+}B7`k8a5rc3?cE52T-HS3k-PM9Y3^n;>DrrjekJ#yli z+L)a`=&GZsk3zXhNcq|!<-^cAF!@1NeuOr6r=E{ZwOYhxLo|@a*Wuf_zeoP~s?~hY$;{JvM{YUy zN2H)QruVW=6#c_~%xrGR%-)~o`Vxpa8b~^nGy4&FK)3IV`HiFY;n7F3>BROAKajb5 z)Si)Z_h#)Iad6me-rGHgGF;n+vJD^NgkA}~6RzUp`^c9yo%>9A+^))cK4Ce(AigOH zSf`(Bzw%#e@90O)qq@BhIQeqQrEW(|BLxCLl zQ{U0>tIh;}g`or19Qf%^{B!u7aew7|8a^IZI(7(g*`Cy;q@ee;o8w7K`*X_S*uUxa zaXC2iV>b6I>-M_2)f?Yei1GQPZr2T5eANzr(>|PkBoE`Xa_Bl*=ot8Z4GwtWlkS*& zVn6%B7#+?(M^Ah|h)9bR)6OZMY|67t`C@#M&U90L)X2MT_@I4w)RB?g@Y$WUXT;v& z`!e?r+X`Co+0GsR=bqJ@@TAQb^^*8b{V>98Y(FKwzf~{Ybl|dn^v}U9FmN0{zT)`e z`(>oN%fLB)eCYm`qsJ!<+2~j!c5`EX<#MnDUsda!En)B6VR_oE?6Tzpm-M zn%th@!ETrA4vMZ{5Zhfca8COJZ|L?_v2l*Y{oFK~e*Q;%IP#qSUWDM* zfqx`VMw>(AIT~%)kCX35*xYi~5l;CjQ=THV;0K?Cf5ntP8H>NQeoDWgpYy1n`$r$h zo^x=Ni)Yb8R<^@{C(&QAA186@>fA!;H}vA`FR{0>X)Wj5D-z}nV977rPd0Z49DebO z@I6sqUsrEOdsl0V4`0S-=^~~Y7oOiJ7xfzZdRtrmzyG`Sv2HZ4ZR)XlJ2toSilF?Q z{p|8`pM0;qk6(-*stQ&4%GNdYG_S2`>RGp8dRY^)ogL9=XKPt&S4&4z7pvEF)O2>A z1ITt?+4&W|GRUH)y{iwX%G&Tb{ajoZ!I$p0BD=1&r@gfd*CxxF*LUHk2fCuYDD7F_ z2V`CCz!hDKe6+K-Y~A{n*3KH-%4>hK*Vok??Eo{x+uF0C zsncqdpX$|Ph*eMQ+ArYYHu|~ z3!1uGI$K+o_4Te@E+XmWbx>pBRx*TT4TwTeXK;;3|KV^2r4RXQaypWD^6 zrn7ZXYioCHXUB$Cs}D3PDs$$!-(6k z{f+wStJT=ty~$eFx~>=3cN?L{SGD%UF`I5)NZnuGWoRs&ZAF`Uuc91;<3`@arFKD3 zRH!&4zD8psb)*dn)N8S~(BMYQt-dwAPH*t52hxwF=)}UVI!HjoKCfr}I<1|krjp_b zH2exdV>ia7v3bpz`d-)3)pB8Tx31D+UD48O#9G_azQNSYF^!E_7vt$UT{6EldOB_V zFvF0+rj|E$uaD_POdgoz6pPrtrVR<&kuX?9=FCpuTHDey9nAD%xHL~2 zbVnTJaE6=%!~QN^-&M!iM>NY@VO!1MOFzu;J8h^Y)PY{BO?0l2({cISISW@b&OU$X z(#8vCFN3OdUP4W_I@fo#`{XTV3OR|_cg^YOZPt3J8BFG{xwEyYtFPNy&tcaiCNqOy z7}L|#)lNGDiPrVCwYBz$vNVf1nguuhP^57ov{kN_({e$Z^!$NIfaPs&+|bn6Nfp44W^CY4>e-{|f~gh# zEgkJ0&S>a4>x>3jrgmzE6Xl#>bAh*+-KTZbm({K42D(8hZEhN(d=A?%OuEuFJ&=n;&t=B)37wUZGPadby93XSbOjqBUmdM#~n#qMd@*7o!?na(A#GSApO ztsPnqX*j3DZc5+js2thH3MgA}1Ak|bnR(4}OsDd5Vl*fP4oq|RMfkxIXVx|M^Y|P?Wz-NUu4pVb(M-ZT;q(xuPAAc*C!CQMZ3o>A2^dT; z6OEGZrJWFZG_fdJfu{(1sI{0iW+1IKT8~juOPk19fcb++1#YRc7seR@1cEOS%LaTk z6M_L^(t1oaBsAiQ=p1TxFCkmkbw}a-J6ie)+1uUJ9Mcl*l^h0!8Xj5<&M_;x9uZF$ z{UoP;V`Fzy%m3!?ePHX(t~c zz4tg{whz@0&=X37ky_b^4>oma*Z2i9X{LVe+d(J)g{_gMh-sA5j zfB2j~yzCD<{oz-9NN>#gjfGv2iepOH@ziPW2lD056<<9*bEsNv-fST`W3R#W%nF`k3m=71e96TLoTm zRUsQIzmQc|`j>uHD)z7|o;gWLMXwqu2GB2zZmPK4f9b%X@%oV?Z_7&Rl0WNqTLN@x zar-10@8fQIHLBbcQ%AUBxy+9r<+>$faNLDi$Xt+RZDv}`A31)sIliyj!iX!GCoX^T z6Y*+0C#>JDRztU0YaO4Jy3ld12EB@mfp?Q}QFS+lS+hB_&b_mt}K*F6odSG_SZ7cj*;HO|mSG6o* zxUu%!-(i8M79jaGyx3=nck7m13Eq(jE{m`J(#LInjvW0)bv4{~WTr(`NjF`-oG8i#M(iFIvcl%|##d(! z96nU|75yDqi}Xq_sdT&Cef!G#Yonw8(Z0{W`Q=wfUw`Av`}TPzGB4fOx=UelU3GQ; z=B(V&$d#wk;<`~KBkb_2rl@r4SF>oHzS`*A_3e{|d)jS(8pq{^K$d`snFEu@KBxD{ zQ{R~X?AMPRJ@nbxR!eTW#t%=rb^fz@!Is_o@uT~iM`n({Eq7W+k4nBmZeKY*cf?gz zHHdnl5gobExU^MMSN7sEW-VEvWpYYc_)CwLnOw(Sb2m$cyPbPgH+FI(>W1%YZW)nE zcQt-Y>Pqgbs_RIFt8-FqUgh}A%;y|0(XPu(duQBnYE)Mkw<5hg>(0n7@9pY%#P8um zBsT`~??JhDtct1HMHKHGJFM3SIVbCZ^C6?_%(|P6eecLH3ghbPCN!l0+;TV5s&*f8 zR8B4mx4Cuy_r$(d-Q$Rfxg&?hW%`MEzo-as@2~T*92>9JPm#HLl7y+;FQSsnw~M#s zMqZSgqUwwsc*o5R0kXWh!|R8eNB7A2>BGmq=Gq}SE>aQ5nP!!&DwT36camw`j?52_onI!7il;bZNj8K~=<%vRBzeubFOGlX^~0@kxnXwoDdgW7mP&VN@N1*nT=~ZVZq1XJ=jY^- zc-%b%D5PY$3w=kg?HwDXN+R=T-3>}*^z~y6wwZqU*2z}&@XmCNkZBrdgvGCeTgPHz z7av(L<>tu^(E%5=3-h)4S@&GQLFdx8c1pWi)ZD#fxQ7gW{oP&X(}@Ez?s5lEU80@I z&r8n^PF1F4*&mj2cRM0?M<;piOuY|lU24!Aan{A48+6#6>XF%R_!X%lDEXDG z{FjdmkIx+VMlt)&fur)UO-4q#ePR5tGsUe_Q4P1x!|M}YmP=Q4@$y!trYGj?iV`9h z>mlix^M0)S#$@*B_&e2Y)q$C+@`4o|B9~r5sUPpShc?4fo-er?b(`hTy;{CqK(EPN zfIgjjb!xnMNbL^0o4hKx>hA8q@p-9DQ6!%-F=hJ8c1w+lZ|!N0QI$cGos)Zh=(d|3 z!jQX zO-Wjg6>bYNdc=iZJ+5-sS=sp>9-oxUw`^`CX>wuv+>G4>cso#&YM(nI`@mm!mtJw| z)*I#W%H-rxXT=jbD(;<9SQ6HS_{JMwa@}RyQ5-#T#MSxu;diEw%9EaB$D3|GRkwX| zFCe>aN8epzoJkk3A7JzQ>vFSR#s=4{>#H%>Dq$ zk)zX-=t#638n2gS{f*H#_PzFnQaHRLE1&e5uI_c6M;&f5BGP3?uTWA zab&i7u3puz)UDgPf91fmEL#U!-zYHurP0!vt#;)meC^AxzEX*+1xF$|;w)E {R$ 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 C@#Wh9 literal 0 HcmV?d00001 diff --git a/update_mac_pdd.c b/update_mac_pdd.c index d40bad3..e631614 100644 --- a/update_mac_pdd.c +++ b/update_mac_pdd.c @@ -3,20 +3,37 @@ #include #include #include +#include +#include #include #include #include #include #include +#include #include "hiredis.h" // 前置声明:黄灯控制接口 static void start_yellow_blink(void); +static void start_yellow_fast_blink(void); static void stop_yellow_blink(void); +static void set_yellow_off(void); static void set_yellow_on(void); +static void* reset_key_monitor_thread(void* arg); +static int detect_resetkey_gesture(void); +static int read_resetkey_value(void); +static void keepalive_forever(void); + static int get_hw_mac_from_interfaces(const char* interfaces_path, char* out_mac, size_t out_size); +// 前置声明:Pigeon3.PDD.dll 检查和更新功能 +static int calculate_file_md5(const char* filepath, char* out_md5, size_t out_size); +static int get_remote_file_md5(const char* host, const char* remote_path, char* out_md5, size_t out_size); +static int copy_remote_directory(const char* host, const char* remote_dir, const char* local_dir); +static int check_and_update_pigeon_dll(void); +static int check_program_upgrade(char** argv); + static int is_hex(char c) { return (c >= '0' && c <= '9') || (c >= 'a' && c <= 'f') || (c >= 'A' && c <= 'F'); } @@ -52,6 +69,10 @@ static int has_explicit_mac_pattern(const char* input) { return 0; } +static void keepalive_forever(void) { + while (1) sleep(60); +} + // Remove separators and validate exactly 12 hex chars static int normalize_raw_mac(const char* in, char* raw12, size_t raw12_size) { if (!in || !raw12 || raw12_size < 13) return -1; @@ -642,9 +663,240 @@ static int read_qrcode_string(char* out, size_t out_size) { return strlen(out) > 0 ? 0 : -1; } +// 计算文件的MD5值 +static int calculate_file_md5(const char* filepath, char* out_md5, size_t out_size) { + if (!filepath || !out_md5 || out_size < 33) return -1; + + char cmd[512]; + snprintf(cmd, sizeof(cmd), "md5sum '%s' 2>/dev/null | cut -d' ' -f1", filepath); + + FILE* fp = popen(cmd, "r"); + if (!fp) { + fprintf(stderr, "无法执行md5sum命令计算文件MD5\n"); + return -1; + } + + if (fgets(out_md5, (int)out_size, fp) == NULL) { + pclose(fp); + fprintf(stderr, "无法读取文件MD5值: %s\n", filepath); + return -1; + } + + pclose(fp); + + // 去除换行符 + size_t len = strlen(out_md5); + if (len > 0 && out_md5[len-1] == '\n') { + out_md5[len-1] = '\0'; + } + + // 验证MD5格式(32个十六进制字符) + if (strlen(out_md5) != 32) { + fprintf(stderr, "本地文件MD5格式无效: %s\n", out_md5); + return -1; + } + + return 0; +} + +// 获取远程文件的MD5值 +static int get_remote_file_md5(const char* host, const char* remote_path, char* out_md5, size_t out_size) { + if (!host || !remote_path || !out_md5 || out_size < 33) return -1; + + char cmd[512]; + snprintf(cmd, sizeof(cmd), "/opt/sshpass_arm64 -p 'Zzh08165511' ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@%s 'md5sum %s 2>/dev/null | cut -d\" \" -f1'", host, remote_path); + + FILE* fp = popen(cmd, "r"); + if (!fp) { + fprintf(stderr, "无法执行SSH命令获取远程文件MD5\n"); + return -1; + } + + if (fgets(out_md5, (int)out_size, fp) == NULL) { + pclose(fp); + fprintf(stderr, "无法读取远程文件MD5值\n"); + return -1; + } + + pclose(fp); + + // 去除换行符 + size_t len = strlen(out_md5); + if (len > 0 && out_md5[len-1] == '\n') { + out_md5[len-1] = '\0'; + } + + // 验证MD5格式(32个十六进制字符) + if (strlen(out_md5) != 32) { + fprintf(stderr, "远程文件MD5格式无效: %s\n", out_md5); + return -1; + } + + return 0; +} + +// 复制远程目录到本地 +static int copy_remote_directory(const char* host, const char* remote_dir, const char* local_dir) { + if (!host || !remote_dir || !local_dir) return -1; + + char cmd[512]; + snprintf(cmd, sizeof(cmd), "/opt/sshpass_arm64 -p 'Zzh08165511' scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r root@%s:%s/* %s/", host, remote_dir, local_dir); + + fprintf(stdout, "正在复制远程目录: %s:%s -> %s\n", host, remote_dir, local_dir); + + int result = system(cmd); + if (result != 0) { + fprintf(stderr, "复制远程目录失败,返回码: %d\n", result); + return -1; + } + + fprintf(stdout, "远程目录复制完成\n"); + + // 同步文件系统,确保数据写入磁盘 + fprintf(stdout, "正在同步文件系统...\n"); + sync(); + fprintf(stdout, "文件系统同步完成\n"); + + return 0; +} + +// 检查并更新Pigeon3.PDD.dll +static int check_and_update_pigeon_dll(void) { + const char* remote_host = "180.163.74.83"; + const char* remote_file = "/opt/pdd_update/Pigeon3.PDD.dll"; + const char* local_file = "/root/estation/Pigeon3.PDD.dll"; + const char* remote_dir = "/opt/pdd_update"; + const char* local_dir = "/root/estation"; + + char remote_md5[64] = {0}; + char local_md5[64] = {0}; + + fprintf(stdout, "开始检查Pigeon3.PDD.dll文件...\n"); + + // 获取远程文件MD5 + if (get_remote_file_md5(remote_host, remote_file, remote_md5, sizeof(remote_md5)) != 0) { + fprintf(stderr, "获取远程文件MD5失败\n"); + return -1; + } + fprintf(stdout, "远程文件MD5: %s\n", remote_md5); + + // 获取本地文件MD5 + if (calculate_file_md5(local_file, local_md5, sizeof(local_md5)) != 0) { + fprintf(stderr, "本地文件不存在或无法读取,将进行强制更新\n"); + strcpy(local_md5, ""); // 设置为空,强制更新 + } else { + fprintf(stdout, "本地文件MD5: %s\n", local_md5); + } + + // 比较MD5值 + if (strcmp(remote_md5, local_md5) == 0) { + fprintf(stdout, "文件MD5相同,无需更新\n"); + return 0; + } + + fprintf(stdout, "文件MD5不同,开始强制覆盖更新...\n"); + start_yellow_fast_blink(); + sleep(2); + + // 复制远程目录到本地 + if (copy_remote_directory(remote_host, remote_dir, local_dir) != 0) { + fprintf(stderr, "更新失败\n"); + return -1; + } + + // 验证更新后的文件MD5 + char updated_md5[64] = {0}; + if (calculate_file_md5(local_file, updated_md5, sizeof(updated_md5)) == 0) { + if (strcmp(remote_md5, updated_md5) == 0) { + fprintf(stdout, "文件更新成功,MD5验证通过\n"); + } else { + fprintf(stderr, "警告:更新后文件MD5不匹配\n"); + } + } + + set_yellow_on(); + sleep(2); + return 0; +} + +// 检查程序是否需要升级 +static int check_program_upgrade(char** argv) { + const char* remote_host = "180.163.74.83"; + const char* remote_program = "/opt/pdd_update/Pigeon3.PDD.dll"; + const char* local_program = "/root/estation/Pigeon3.PDD.dll"; + + char remote_md5[64] = {0}; + char local_md5[64] = {0}; + + fprintf(stdout, "检查程序是否需要升级...\n"); + + // 获取远程程序文件MD5 + if (get_remote_file_md5(remote_host, remote_program, remote_md5, sizeof(remote_md5)) != 0) { + fprintf(stderr, "获取远程程序文件MD5失败,跳过升级检查\n"); + return 0; // 不影响主程序运行 + } + fprintf(stdout, "远程程序MD5: %s\n", remote_md5); + + // 获取本地程序文件MD5 + if (calculate_file_md5(local_program, local_md5, sizeof(local_md5)) != 0) { + fprintf(stderr, "本地程序文件不存在或无法读取,将进行程序更新\n"); + strcpy(local_md5, ""); // 设置为空,强制更新 + } else { + fprintf(stdout, "本地程序MD5: %s\n", local_md5); + } + + // 比较MD5值 + if (strcmp(remote_md5, local_md5) == 0) { + fprintf(stdout, "程序无需升级\n"); + return 0; + } + fprintf(stdout, "发现程序更新,开始复制远程目录...\n"); + start_yellow_fast_blink(); + + const char* remote_dir = "/opt/pdd_update"; + const char* local_dir = "/root/estation"; + + // 复制远程目录到本地 + if (copy_remote_directory(remote_host, remote_dir, local_dir) != 0) { + fprintf(stderr, "程序升级失败\n"); + stop_yellow_blink(); + return -1; + } + + // 验证更新后的文件MD5 + char updated_md5[64] = {0}; + if (calculate_file_md5(local_program, updated_md5, sizeof(updated_md5)) == 0) { + if (strcmp(remote_md5, updated_md5) == 0) { + fprintf(stdout, "程序升级成功,MD5验证通过\n"); + } else { + fprintf(stderr, "警告:升级后程序MD5不匹配\n"); + } + } + + set_yellow_on(); + sync(); + sleep(2); + fprintf(stdout, "程序升级完成\n"); + + return 0; +} + int main(int argc, char** argv) { const char* interfaces_path = (argc >= 3) ? argv[2] : "/etc/network/interfaces"; + setvbuf(stderr, NULL, _IONBF, 0); + + { + pthread_t reset_thread; + if (pthread_create(&reset_thread, NULL, reset_key_monitor_thread, NULL) == 0) { + pthread_detach(reset_thread); + } + } + + if (argc >= 2 && strcmp(argv[1], "--monitor") == 0) { + while (1) sleep(60); + } + if (argc < 2) { // No scan input provided: check current MAC and if default, loop until scanned and updated char current_mac[64] = {0}; @@ -677,16 +929,24 @@ int main(int argc, char** argv) { } if (update_hwaddress_in_interfaces(interfaces_path, mac_from_redis) == 0) { stop_yellow_blink(); + sleep(2); fprintf(stdout, "已更新MAC为: %s\n", mac_from_redis); // 记录审计:批次、MAC、时间 redis_audit_log(NULL, NULL, NULL, NULL, batch, mac_from_redis, "auto-loop"); sync(); + + // 检查并更新Pigeon3.PDD.dll + fprintf(stdout, "MAC写入成功,开始检查Pigeon3.PDD.dll...\n"); + if (check_and_update_pigeon_dll() != 0) { + fprintf(stderr, "Pigeon3.PDD.dll检查/更新失败,但MAC已成功写入\n"); + } + char verify_mac[64] = {0}; if (get_hw_mac_from_interfaces(interfaces_path, verify_mac, sizeof(verify_mac)) == 0) { to_upper_str(verify_mac); if (strcmp(verify_mac, "90:A9:F7:30:00:00") != 0) { - set_yellow_on(); - fprintf(stdout, "黄灯已常亮(MAC非默认)。\n"); + set_yellow_off(); + fprintf(stdout, "文件更新完成,黄灯已常亮(MAC非默认)。\n"); } else { fprintf(stderr, "写入后仍为默认MAC,黄灯保持关闭或闪烁。\n"); } @@ -721,18 +981,34 @@ int main(int argc, char** argv) { continue; } if (update_hwaddress_in_interfaces(interfaces_path, mac_colon) == 0) { - set_yellow_on(); fprintf(stdout, "已更新MAC为: %s\n", mac_colon); + + // 检查并更新Pigeon3.PDD.dll + fprintf(stdout, "MAC写入成功,开始检查Pigeon3.PDD.dll...\n"); + if (check_and_update_pigeon_dll() != 0) { + fprintf(stderr, "Pigeon3.PDD.dll检查/更新失败,但MAC已成功写入\n"); + } + + set_yellow_off(); + fprintf(stdout, "文件更新完成,黄灯已常亮。\n"); break; } else { fprintf(stderr, "写入失败,重试...\n"); } } + keepalive_forever(); return 0; } else { // 若非默认MAC,确保黄灯关闭 - set_yellow_on(); fprintf(stdout, "当前MAC非默认(%s),无需更新。\n", current_mac); + + // MAC非默认时,检查程序是否需要升级 + if (check_program_upgrade(argv) != 0) { + fprintf(stderr, "程序升级检查失败\n"); + } + + set_yellow_off(); + keepalive_forever(); return 0; } } @@ -755,12 +1031,19 @@ int main(int argc, char** argv) { } // 记录审计:批次、MAC、时间 redis_audit_log(NULL, NULL, NULL, NULL, batch, mac_from_redis, "legacy"); + + // 检查并更新Pigeon3.PDD.dll + fprintf(stdout, "MAC写入成功,开始检查Pigeon3.PDD.dll...\n"); + if (check_and_update_pigeon_dll() != 0) { + fprintf(stderr, "Pigeon3.PDD.dll检查/更新失败,但MAC已成功写入\n"); + } + char verify_mac[64] = {0}; if (get_hw_mac_from_interfaces(interfaces_path, verify_mac, sizeof(verify_mac)) == 0) { to_upper_str(verify_mac); if (strcmp(verify_mac, "90:A9:F7:30:00:00") != 0) { - set_yellow_on(); - fprintf(stdout, "黄灯已常亮(MAC非默认)。\n"); + set_yellow_off(); + fprintf(stdout, "文件更新完成,黄灯已常亮(MAC非默认)。\n"); } else { fprintf(stderr, "写入后仍为默认MAC,黄灯保持关闭或闪烁。\n"); } @@ -788,9 +1071,203 @@ int main(int argc, char** argv) { return 3; } + // 检查并更新Pigeon3.PDD.dll + fprintf(stdout, "MAC写入成功,开始检查Pigeon3.PDD.dll...\n"); + if (check_and_update_pigeon_dll() != 0) { + fprintf(stderr, "Pigeon3.PDD.dll检查/更新失败,但MAC已成功写入\n"); + } + + set_yellow_off(); + fprintf(stdout, "文件更新完成,黄灯已常亮。\n"); + return 0; } +static long long now_ms(void) { + struct timespec ts; + clock_gettime(CLOCK_MONOTONIC, &ts); + return (long long)ts.tv_sec * 1000LL + (long long)(ts.tv_nsec / 1000000LL); +} + +static int resetkey_pressed_level = 0; +static int resetkey_released_level = 1; +static int resetkey_level_inited = 0; + +static FILE* resetkey_log_fp = NULL; + +static void resetkey_log(const char* fmt, ...) { + if (!resetkey_log_fp) { + resetkey_log_fp = fopen("/tmp/update_mac_pdd_resetkey.log", "a+"); + } + if (!resetkey_log_fp) return; + + va_list ap; + va_start(ap, fmt); + vfprintf(resetkey_log_fp, fmt, ap); + va_end(ap); + fflush(resetkey_log_fp); +} + +static void gpio_init_resetkey(void) { + int fd = open("/sys/class/gpio/export", O_WRONLY); + if (fd >= 0) { + write(fd, "63", 2); + close(fd); + } + + usleep(100000); + + fd = open("/sys/class/gpio/gpio63/direction", O_WRONLY); + if (fd >= 0) { + write(fd, "in", 2); + close(fd); + } +} + +static int read_resetkey_value(void) { + int fd = open("/sys/class/gpio/gpio63/value", O_RDONLY); + if (fd < 0) return -1; + + char c = 0; + int n = read(fd, &c, 1); + close(fd); + if (n != 1) return -1; + if (c == '0') return 0; + if (c == '1') return 1; + return -1; +} + +static void resetkey_init_level_if_needed(void) { + if (resetkey_level_inited) return; + int v = read_resetkey_value(); + if (v == 0 || v == 1) { + resetkey_released_level = v; + resetkey_pressed_level = (v == 0) ? 1 : 0; + resetkey_level_inited = 1; + fprintf(stderr, "resetkey init ok: released=%d pressed=%d\n", resetkey_released_level, resetkey_pressed_level); + resetkey_log("resetkey init ok: released=%d pressed=%d\n", resetkey_released_level, resetkey_pressed_level); + } +} + +static int detect_resetkey_gesture(void) { + const int debounce_ms = 30; + const int max_interval_ms = 350; + const int hold_ms = 1200; + + int press_count = 0; + long long last_press_ms = 0; + int last = 1; + + while (1) { + int cur = read_resetkey_value(); + if (cur < 0) { + usleep(10000); + continue; + } + + resetkey_init_level_if_needed(); + + if (cur != last) { + usleep(debounce_ms * 1000); + cur = read_resetkey_value(); + if (cur < 0) { + usleep(10000); + continue; + } + + if (cur == resetkey_pressed_level && last == resetkey_released_level) { + long long t = now_ms(); + if (press_count == 0 || (t - last_press_ms) <= max_interval_ms) { + press_count++; + } else { + press_count = 1; + } + last_press_ms = t; + + if (press_count >= 3) { + long long hold_start = now_ms(); + while (1) { + int v = read_resetkey_value(); + if (v < 0) { + usleep(10000); + continue; + } + if (v == resetkey_released_level) { + press_count = 0; + last = v; + break; + } + if ((now_ms() - hold_start) >= hold_ms) { + return 1; + } + usleep(20000); + } + } + } else if (cur == resetkey_released_level && last == resetkey_pressed_level) { + long long t = now_ms(); + if (press_count > 0 && (t - last_press_ms) > max_interval_ms) { + press_count = 0; + } + } + + last = cur; + } + + usleep(10000); + } + + return 0; +} + +static void* reset_key_monitor_thread(void* arg) { + (void)arg; + fprintf(stderr, "resetkey monitor start\n"); + resetkey_log("resetkey monitor start\n"); + gpio_init_resetkey(); + + while (1) { + if (read_resetkey_value() < 0) { + resetkey_log("resetkey value read failed, re-init gpio\n"); + gpio_init_resetkey(); + usleep(200000); + continue; + } + resetkey_init_level_if_needed(); + + if (detect_resetkey_gesture()) { + const char* remote_host = "180.163.74.83"; + const char* remote_dir = "/opt/pdd_update_full"; + const char* local_dir = "/root/estation"; + + stop_yellow_blink(); + start_yellow_fast_blink(); + + fprintf(stderr, "resetkey trigger: copy %s:%s -> %s\n", remote_host, remote_dir, local_dir); + resetkey_log("resetkey trigger: copy %s:%s -> %s\n", remote_host, remote_dir, local_dir); + + if (copy_remote_directory(remote_host, remote_dir, local_dir) == 0) { + stop_yellow_blink(); + set_yellow_on(); + sync(); + sleep(2); + set_yellow_off(); + resetkey_log("resetkey copy ok\n"); + } else { + stop_yellow_blink(); + set_yellow_off(); + resetkey_log("resetkey copy failed\n"); + } + + while (read_resetkey_value() == resetkey_pressed_level) { + usleep(50000); + } + usleep(200000); + } + } + + return NULL; +} + static volatile int led_running = 0; static pthread_t led_thread; @@ -822,6 +1299,21 @@ static void* led_blink_thread(void* arg) { return NULL; } +static void* led_fast_blink_thread(void* arg) { + int fd = open("/sys/class/gpio/gpio113/value", O_WRONLY); // TODO 注意改版对应脚名称 + if (fd < 0) return NULL; + while (led_running) { + write(fd, "1", 1); + usleep(100000); // 50ms - 更快的闪烁 + write(fd, "0", 1); + usleep(100000); // 50ms - 更快的闪烁 + } + // ensure off + write(fd, "0", 1); + close(fd); + return NULL; +} + static void start_yellow_blink(void) { if (led_running) return; gpio_init_yellow(); @@ -829,6 +1321,13 @@ static void start_yellow_blink(void) { pthread_create(&led_thread, NULL, led_blink_thread, NULL); } +static void start_yellow_fast_blink(void) { + if (led_running) return; + gpio_init_yellow(); + led_running = 1; + pthread_create(&led_thread, NULL, led_fast_blink_thread, NULL); +} + static void stop_yellow_blink(void) { if (!led_running) return; led_running = 0; @@ -836,10 +1335,21 @@ static void stop_yellow_blink(void) { pthread_join(led_thread, NULL); } +static void set_yellow_off(void) { + // 确保不再闪烁 + stop_yellow_blink(); + // 初始化GPIO并置为低电平(灭灯) + gpio_init_yellow(); + int fd = open("/sys/class/gpio/gpio113/value", O_WRONLY); // TODO 注意改版对应脚名称 + if (fd < 0) return; + write(fd, "0", 1); + close(fd); +} + static void set_yellow_on(void) { // 确保不再闪烁 stop_yellow_blink(); - // 初始化GPIO并置为高电平 + // 初始化GPIO并置为高电平(常亮) gpio_init_yellow(); int fd = open("/sys/class/gpio/gpio113/value", O_WRONLY); // TODO 注意改版对应脚名称 if (fd < 0) return;