Codebase list kalibrate-rtl / 07cb3ba6-e8b9-4bde-8162-c80744d3586b/main bootstrap
07cb3ba6-e8b9-4bde-8162-c80744d3586b/main

Tree @07cb3ba6-e8b9-4bde-8162-c80744d3586b/main (Download .tar.gz)

bootstrap @07cb3ba6-e8b9-4bde-8162-c80744d3586b/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