Bootstrap issues

2013-04-24 Thread Stefano Lattarini
With automake 1.13.1, there are these issues: configure.ac:149: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and will soon be removed. configure.ac:149: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, configure.ac:149: and use '$(MKDIR_P)' instead of '$(mkdir_p

Re: Bootstrap issues

2013-04-24 Thread Stefano Lattarini
On 04/24/2013 10:45 AM, Stefano Lattarini wrote: > With automake 1.13.1, there are these issues: > > configure.ac:149: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and > will soon be removed. > configure.ac:149: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' > macro instead, >