aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-22 18:06:46 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-22 18:35:29 +0800
commit506d80481e303bdc03cf93e0688a96d2253bf822 (patch)
tree70e3a40d46032470c888605956ae9c96369bb712 /configure.ac
parent4b0430db4bf7cdbef60290bdcca94bd1e5cf05d3 (diff)
downloadgsoc2013-empathy-506d80481e303bdc03cf93e0688a96d2253bf822.tar
gsoc2013-empathy-506d80481e303bdc03cf93e0688a96d2253bf822.tar.gz
gsoc2013-empathy-506d80481e303bdc03cf93e0688a96d2253bf822.tar.bz2
gsoc2013-empathy-506d80481e303bdc03cf93e0688a96d2253bf822.tar.lz
gsoc2013-empathy-506d80481e303bdc03cf93e0688a96d2253bf822.tar.xz
gsoc2013-empathy-506d80481e303bdc03cf93e0688a96d2253bf822.tar.zst
gsoc2013-empathy-506d80481e303bdc03cf93e0688a96d2253bf822.zip
Use AC_PROG_MKDIR_P and MKDIR_P instead of AM_PROG_MKDIR_P and mkdir_p
The latter are deprecated, and recent Automake makes a lot of noise about them.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9c127ed8b..c5f1a709c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,7 +126,7 @@ AM_SILENT_RULES([yes])
# Check for programs
AC_PROG_CC
AC_HEADER_STDC
-AM_PROG_MKDIR_P
+AC_PROG_MKDIR_P
AM_PATH_GLIB_2_0
AC_PATH_XTRA