aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/autoconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/autoconf.sh')
-rw-r--r--chapter8/autoconf.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter8/autoconf.sh b/chapter8/autoconf.sh
new file mode 100644
index 0000000..c3588fd
--- /dev/null
+++ b/chapter8/autoconf.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+./configure --prefix=/usr
+
+make
+
+make -j1 install