diff options
Diffstat (limited to 'chapter8/check.sh')
-rw-r--r-- | chapter8/check.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter8/check.sh b/chapter8/check.sh new file mode 100644 index 0000000..9a4f704 --- /dev/null +++ b/chapter8/check.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +./configure --prefix=/usr --disable-static + +make + +make docdir=/usr/share/doc/check-"${VERSION}" -j1 install |