mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Very first commit: libmodsecurity
Check the README.md file for further information about the libmodsecurity.
This commit is contained in:
13
build.sh
Executable file
13
build.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -rf autom4te.cache
|
||||
rm -f aclocal.m4
|
||||
case `uname` in Darwin*) glibtoolize --force --copy ;;
|
||||
*) libtoolize --force --copy ;; esac
|
||||
autoreconf --install
|
||||
autoheader
|
||||
automake --add-missing --foreign --copy --force-missing
|
||||
autoconf --force
|
||||
rm -rf autom4te.cache
|
||||
|
||||
|
Reference in New Issue
Block a user