mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
macos: Using glibtoolize instead of libtoolize
This commit is contained in:
parent
6fc4cac37a
commit
751a9f4e45
@ -7,7 +7,8 @@
|
|||||||
|
|
||||||
rm -rf autom4te.cache
|
rm -rf autom4te.cache
|
||||||
rm -f aclocal.m4
|
rm -f aclocal.m4
|
||||||
libtoolize --force --copy
|
case `uname` in Darwin*) glibtoolize --force --copy ;;
|
||||||
|
*) libtoolize --force --copy ;; esac
|
||||||
autoreconf --install
|
autoreconf --install
|
||||||
autoheader
|
autoheader
|
||||||
automake --add-missing --foreign --copy --force-missing
|
automake --add-missing --foreign --copy --force-missing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user