summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-11 17:17:46 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-11 17:17:46 +0100
commitacf36054a99bfc2f1365ac8278491ea901484c02 (patch)
treefecebdcd3d4726ec49f1ff5323384311c960a66e /configure.ac
parent660bbf676628e67e18d105b4a0b0979802711ddd (diff)
downloadofono-acf36054a99bfc2f1365ac8278491ea901484c02.tar.bz2
build: Use AC_PROG_MKDIR_P instead of AM_PROG_MKDIR_P
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 435ca932..91772fc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CC_PIE
AC_PROG_INSTALL
-AM_PROG_MKDIR_P
+AC_PROG_MKDIR_P
m4_define([_LT_AC_TAGCONFIG], [])
m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])])