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