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
This commit is contained in:
Srivardhan Hebbar 2014-08-19 09:23:37 -04:00 committed by Chris Michael
parent 1b6616cb3a
commit bf8aba5f9f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ AH_BOTTOM([
AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall color-tests subdir-objects])
AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall color-tests subdir-objects -Wno-obsolete])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
CFOPT_WARNING=""