From 7ca80b1632d0aeb735c47b01b52c86a9c6cfdf44 Mon Sep 17 00:00:00 2001 From: ant-222 <43175957+ant-222@users.noreply.github.com> Date: Sun, 19 Jan 2020 02:48:15 +0300 Subject: [PATCH] Provide aclocal with the path to additional .m4 files It is required in MinGW for some reason. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 4d7d5ba7..3dbeb6c0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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