Codebase list kalibrate-rtl / 01c7cebe-3c25-4513-91bb-b82efffdb89e/main bootstrap
01c7cebe-3c25-4513-91bb-b82efffdb89e/main

Tree @01c7cebe-3c25-4513-91bb-b82efffdb89e/main (Download .tar.gz)

bootstrap @01c7cebe-3c25-4513-91bb-b82efffdb89e/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