From 61c85a27095a6477195736ae065541acfc5d5098 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 12 Aug 2016 13:06:52 +0000 Subject: Add spawn_lib support --- INSTALL | 2 +- configure | 4 ++-- doc/index.html | 4 ++-- doc/upgrade.html | 6 ++++++ package/deps.mak | 22 +++++++++++----------- package/info | 2 +- src/execline/deps-exe/background | 1 + src/execline/deps-exe/backtick | 1 + src/execline/deps-exe/forstdin | 1 + src/execline/deps-exe/forx | 1 + src/execline/deps-exe/if | 1 + src/execline/deps-exe/ifelse | 1 + src/execline/deps-exe/ifte | 1 + src/execline/deps-exe/ifthenelse | 1 + src/execline/deps-exe/loopwhilex | 1 + src/execline/deps-exe/pipeline | 1 + src/execline/deps-exe/trap | 1 + 17 files changed, 34 insertions(+), 17 deletions(-) diff --git a/INSTALL b/INSTALL index fd30611..0044aab 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.3.10.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.4.0.0 or later: http://skarnet.org/software/skalibs/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/configure b/configure index 85148a3..32f7ab2 100755 --- a/configure +++ b/configure @@ -289,7 +289,7 @@ if [ "x$target" != "x$(cat $sysdeps/target)" ] ; then exit 1 fi -rt_lib=$(cat $sysdeps/rt.lib) +spawn_lib=$(cat $sysdeps/spawn.lib) socket_lib=$(cat $sysdeps/socket.lib) sysclock_lib=$(cat $sysdeps/sysclock.lib) tainnow_lib=$(cat $sysdeps/tainnow.lib) @@ -364,7 +364,7 @@ sproot := $sproot version := $version home := $home exthome := $exthome -RT_LIB := ${rt_lib} +SPAWN_LIB := ${spawn_lib} SOCKET_LIB := ${socket_lib} SYSCLOCK_LIB := ${sysclock_lib} TAINNOW_LIB := ${tainnow_lib} diff --git a/doc/index.html b/doc/index.html index dc6a016..fa4764b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -51,7 +51,7 @@ shell's syntax, and has no security issues.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later.
  • skalibs version -2.3.10.0 or later. It's a build-time requirement. It's also a run-time +2.4.0.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • @@ -66,7 +66,7 @@ library.

    Download