Codebase list kalibrate-rtl / 7753a433-2f5e-49c4-8778-aab17f06b1f2/main bootstrap
7753a433-2f5e-49c4-8778-aab17f06b1f2/main

Tree @7753a433-2f5e-49c4-8778-aab17f06b1f2/main (Download .tar.gz)

bootstrap @7753a433-2f5e-49c4-8778-aab17f06b1f2/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