mirror of
https://github.com/brmlab/kalibrate-rtl.git
synced 2025-08-01 05:33:42 +02:00
Fix for MacPorts install; libtoolize is named glibtoolize
This commit is contained in:
parent
71e9543fce
commit
061f591741
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
rm -rf config.cache autom4te*.cache
|
||||
#autoreconf --install
|
||||
|
||||
libtoolize --automake
|
||||
case `uname` in Darwin*) glibtoolize --automake ;;
|
||||
*) libtoolize --automake ;; esac
|
||||
aclocal
|
||||
autoconf
|
||||
autoheader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue