Created attachment 77133 [details] [review] Patch to correct some deprecated macros. I've attached a simple patch to fix some deprecated macros in tp-rakia that currently produce the following warnings: configure.ac:30: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and will soon be removed. configure.ac:30: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, configure.ac:30: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files. docs/Makefile.am:70: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment on attachment 77133 [details] [review] Patch to correct some deprecated macros. Review of attachment 77133 [details] [review]: ----------------------------------------------------------------- Looks good to me, except: ::: configure.ac @@ +27,4 @@ > dnl check for tools > AC_PROG_CC > AC_PROG_CC_STDC > +AC_PROG_MKDIR_P This was new in Autoconf 2.60, so it should come with a bump to AC_PREREQ([2.60]) (which I think is fine, 2.60 is more than 6 years old).
Fixed in git for 0.7.5, thanks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.