summaryrefslogtreecommitdiffstats
path: root/auxdir
diff options
context:
space:
mode:
Diffstat (limited to 'auxdir')
-rwxr-xr-xauxdir/install_local10
1 files changed, 10 insertions, 0 deletions
diff --git a/auxdir/install_local b/auxdir/install_local
new file mode 100755
index 0000000..1c06a6e
--- /dev/null
+++ b/auxdir/install_local
@@ -0,0 +1,10 @@
+#! /bin/bash
+
+source <(cat config.status | grep ^ac_cs_config)
+
+./configure --prefix=/usr --with-upgrade-config=upgrade_config.template \
+ && make clean \
+ && make \
+ && sudo make install
+
+eval "./configure $ac_cs_config"