aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/expect.sh
blob: b939278d529320e3d5133ab9f28f1d94aed99f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
set -e

./configure --prefix=/usr \
            --with-tcl=/usr/lib \
            --enable-shared \
            --mandir=/usr/share/man \
            --with-tclinclude=/usr/include &&

make &&
make -j1 install &&
ln -svf expect"${VERSION}"/libexpect"${VERSION}".so /usr/lib