mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-14 23:47:11 +03:00
7 lines
86 B
Bash
Executable File
7 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf autom4te.cache
|
|
|
|
#automake --add-missing --copy
|
|
autoreconf --install
|