summaryrefslogtreecommitdiffstats
path: root/auxdir/install_local
blob: 1c06a6e6674c219c944e4d74f8660b0a01a95a85 (plain)
1
2
3
4
5
6
7
8
9
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"