mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Fixes on autogen.sh
This commit is contained in:
parent
8ed0c10519
commit
9f526bbeaf
13
autogen.sh
13
autogen.sh
@ -1,7 +1,16 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
rm -rf autom4te.cache
|
#rm -rf autom4te.cache
|
||||||
|
#automake --add-missing --copy --foreign
|
||||||
|
#autoreconf --install
|
||||||
|
#autoheader
|
||||||
|
|
||||||
automake --add-missing --copy --foreign
|
rm -rf autom4te.cache
|
||||||
|
rm -f aclocal.m4
|
||||||
|
libtoolize --force --copy
|
||||||
autoreconf --install
|
autoreconf --install
|
||||||
autoheader
|
autoheader
|
||||||
|
automake --add-missing --foreign --copy --force-missing
|
||||||
|
autoconf --force
|
||||||
|
rm -rf autom4te.cache
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user