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

sed -i "s/''/etags/" t/tags-lisp-space.sh &&

./configure --prefix=/usr --docdir=/usr/share/doc/automake-"${VERSION}" &&

make &&

make -j1 install