1
0
Fork 0

Provide aclocal with the path to additional .m4 files

It is required in MinGW for some reason.
This commit is contained in:
ant-222 2020-01-19 02:48:15 +03:00 committed by Patryk Obara
parent 750b407801
commit 7ca80b1632

View file

@ -5,7 +5,7 @@ echo "This may take a while ..."
# Regenerate configuration files.
aclocal
aclocal -I m4
autoheader
automake --include-deps --add-missing --copy
autoconf