Codebase list kalibrate-rtl / d24c92d7-0e37-4f1d-b303-7f3826108031/main bootstrap
d24c92d7-0e37-4f1d-b303-7f3826108031/main

Tree @d24c92d7-0e37-4f1d-b303-7f3826108031/main (Download .tar.gz)

bootstrap @d24c92d7-0e37-4f1d-b303-7f3826108031/mainraw · history · blame

#!/bin/bash

set -e

rm -rf config.cache autom4te*.cache
#autoreconf --install

case `uname` in
    Darwin*)
        glibtoolize --automake ;;
    *)
        libtoolize --automake ;;
esac

aclocal
autoconf
autoheader
automake --add-missing