diff options
Diffstat (limited to 'chapter8/automake.sh')
-rw-r--r-- | chapter8/automake.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter8/automake.sh b/chapter8/automake.sh index 7a693aa..e2b76e8 100644 --- a/chapter8/automake.sh +++ b/chapter8/automake.sh @@ -1,3 +1,9 @@ #!/bin/bash +sed -i "s/''/etags/" t/tags-lisp-space.sh +./configure --prefix=/usr --docdir=/usr/share/doc/automake-"${VERSION}" + +make + +make -j1 install |