summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-22 11:50:57 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-22 11:50:57 +0200
commit9e3a147bf649bf94829f9a4fdb8924897d3f3730 (patch)
treed687916da05fd8a417ff6c54962ac47e47d813fd /configure.ac
parenta43d16ac9506c5c5e2bc53f3b0d7caeb9172eda4 (diff)
downloadtelepathy-account-widgets-9e3a147bf649bf94829f9a4fdb8924897d3f3730.tar.gz
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 5acb1e47..e70a4ccf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,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