Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
automake: use AC_PROG_MKDIR_P instead of AM_PROG_MKDIR_P
autoreconf emits the warning below. It can be resolved by following the advice provided by the warning. Though this is just a warning, it is fatal on Ubuntu because warnings are treated as errors. See: https://bugs.launchpad.net/ubuntu/+source/partclone/+bug/1283294 Warnings from autoreconf: configure.ac:4: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged. configure.ac:4: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, configure.ac:4: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
- Loading branch information