Codebase list kalibrate-rtl / upstream/0.4.1+git20220201 bootstrap
upstream/0.4.1+git20220201

Tree @upstream/0.4.1+git20220201 (Download .tar.gz)

bootstrap @upstream/0.4.1+git20220201raw · 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