ModSecurity/autogen.sh
2013-12-12 14:53:49 -08:00

18 lines
371 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
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