aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/automake.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/automake.sh')
-rw-r--r--chapter8/automake.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter8/automake.sh b/chapter8/automake.sh
new file mode 100644
index 0000000..e2b76e8
--- /dev/null
+++ b/chapter8/automake.sh
@@ -0,0 +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