mirror of
https://github.com/brmlab/kalibrate-rtl.git
synced 2025-08-01 21:53:37 +02:00
9 lines
196 B
Text
Executable file
9 lines
196 B
Text
Executable file
rm -rf config.cache autom4te*.cache
|
|
#autoreconf --install
|
|
|
|
case `uname` in Darwin*) glibtoolize --automake ;;
|
|
*) libtoolize --automake ;; esac
|
|
aclocal
|
|
autoconf
|
|
autoheader
|
|
automake --add-missing
|