laurikari / tre

The approximate regex matching library and agrep command line tool.
Other
797 stars 133 forks source link

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

Closed akbar20gh closed 1 month ago

akbar20gh commented 6 years ago

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?

ghost commented 5 years ago

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

dag-erling commented 1 month ago

This warning originates from Gettext and is harmless.