summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-02-01 09:34:08 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2016-02-02 16:48:15 +0100
commit700d45751e997c634504a4f22facd2edf82edea7 (patch)
tree89d7a313cf386d168fee751cb7d80451885baf5c /configure.ac
parentff970b06abf095d6611b356c392697b39347ad94 (diff)
downloadsssd-700d45751e997c634504a4f22facd2edf82edea7.tar.gz
sssd-700d45751e997c634504a4f22facd2edf82edea7.tar.xz
sssd-700d45751e997c634504a4f22facd2edf82edea7.zip
CONFIGURE: Replace obsoleted macro AC_PROG_LIBTOOL
The AC_PROG_LIBTOOL macro is obsoleted since libtool 2.0 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
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 0463bda8e..9f099276e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AM_PROG_CC_C_O
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AC_DISABLE_STATIC
AC_PROG_INSTALL
-AC_PROG_LIBTOOL
+LT_INIT
m4_ifdef([AC_PROG_MKDIR_P],
[AC_PROG_MKDIR_P],
[AC_SUBST([MKDIR_P], "mkdir -p")])