summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/Makefile.am1
-rw-r--r--server/configure.ac3
2 files changed, 3 insertions, 1 deletions
diff --git a/server/Makefile.am b/server/Makefile.am
index c18ec7c2d..931e31c22 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -444,3 +444,4 @@ installsssddirs::
$(DESTDIR)$(shadow_utils_path)
install-exec-hook: installsssddirs
+
diff --git a/server/configure.ac b/server/configure.ac
index f0a1e4366..def37bd7f 100644
--- a/server/configure.ac
+++ b/server/configure.ac
@@ -17,7 +17,8 @@ AC_CONFIG_AUX_DIR([build])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
AM_PROG_CC_C_O
-LT_INIT([disable-static])
+AC_DISABLE_STATIC
+AC_PROG_LIBTOOL
AC_CONFIG_MACRO_DIR([m4])
if test "$ac_cv_prog_gcc" = yes; then