tre icon indicating copy to clipboard operation
tre copied to clipboard

configure.ac:516: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.

Open akbar20gh opened this issue 7 years ago • 1 comments

Hi dears when I want to install and run sudo ./utils/autogen.sh it's Erorr Replacing @TRE_VERSION@ by 0.8.0 to python/setup.py Replacing @TRE_VERSION_1@ by 0 to python/setup.py Replacing @TRE_VERSION_2@ by 8 to python/setup.py Replacing @TRE_VERSION_3@ by 0 to python/setup.py Replacing @TRE_VERSION@ by 0.8.0 to win32/tre-config.h Replacing @TRE_VERSION_1@ by 0 to win32/tre-config.h Replacing @TRE_VERSION_2@ by 8 to win32/tre-config.h Replacing @TRE_VERSION_3@ by 0 to win32/tre-config.h configure.ac:516: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged. configure.ac:516: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, configure.ac:516: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files. what's wrong? how can fix it?

akbar20gh avatar Feb 24 '18 10:02 akbar20gh

I have gettext-0.19.8.1.

Try running 'grep -r MKDIR /usr/share/aclocal'.

If that returns output for intl.m4 and po.m4 with AC_PROG_MKDIR_P then I wouldn't worry about it.

https://nurmi-labs.blogspot.com/2019/05/tre.html

ghost avatar May 24 '19 07:05 ghost

This warning originates from Gettext and is harmless.

dag-erling avatar Jul 25 '24 22:07 dag-erling