mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
17 lines
303 B
Bash
Executable File
17 lines
303 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#rm -rf autom4te.cache
|
|
#automake --add-missing --copy --foreign
|
|
#autoreconf --install
|
|
#autoheader
|
|
|
|
rm -rf autom4te.cache
|
|
rm -f aclocal.m4
|
|
libtoolize --force --copy
|
|
autoreconf --install
|
|
autoheader
|
|
automake --add-missing --foreign --copy --force-missing
|
|
autoconf --force
|
|
rm -rf autom4te.cache
|
|
|