aria2 / aria2

aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
https://aria2.github.io/
GNU General Public License v2.0
33.95k stars 3.43k forks source link

Update configure.ac to Fixed autoreconf warning #2160

Closed JanthonAlyn closed 5 months ago

JanthonAlyn commented 5 months ago

Fixed autoreconf warning.

configure.ac:731: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged. configure.ac:731: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, configure.ac:731: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.

tatsuhiro-t commented 5 months ago

Thank you for PR. Merged now.