efl: Fixed unwanted configure.ac warning.
authorSrivardhan Hebbar <sri.hebbar@samsung.com>
Tue, 19 Aug 2014 13:23:37 +0000 (09:23 -0400)
committerChris Michael <cp.michael@samsung.com>
Tue, 19 Aug 2014 13:25:30 +0000 (09:25 -0400)
commitbf8aba5f9f52dd2ce8d0c292b54bae0c44d99462
tree0945470d73afc8441f8bdd1b8030d3886ad787ce
parent1b6616cb3a78565eaaba3d874a588f9a277bd93f
efl: Fixed unwanted configure.ac warning.

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

@fix

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: devilhorns

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1341
configure.ac