Codebase list kalibrate-rtl / c748d987-5d78-4cbc-b4e7-887fe0dac9ee/upstream/0.4.1+git20220201 bootstrap
c748d987-5d78-4cbc-b4e7-887fe0dac9ee/upstream/0.4.1+git20220201

Tree @c748d987-5d78-4cbc-b4e7-887fe0dac9ee/upstream/0.4.1+git20220201 (Download .tar.gz)

bootstrap @c748d987-5d78-4cbc-b4e7-887fe0dac9ee/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