aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2011-11-01 13:18:12 -0700
committerKay Sievers <kay.sievers@vrfy.org>2011-11-02 00:09:41 +0100
commitc361da2b803c8c2e5720ff43c9f1945a4afdeabf (patch)
treee0e2a63c216f15e12c5c1c47067d61678df36567
parentba1d3fd4ad258aff82ed53d965c37a088e39f1db (diff)
downloadlibabc-c361da2b803c8c2e5720ff43c9f1945a4afdeabf.tar.gz
Replace deprecated AC_DISABLE_STATIC with the disable-static option to LT_INIT
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4fa18ea..b9562d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,12 +7,11 @@ AC_INIT([libabc],
AC_CONFIG_SRCDIR([libabc/libabc.c])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([check-news foreign 1.11 -Wall -Wno-portability silent-rules tar-pax dist-bzip2 subdir-objects])
-AC_DISABLE_STATIC
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
AC_CONFIG_MACRO_DIR([m4])
AM_SILENT_RULES([yes])
-LT_INIT
+LT_INIT([disable-static])
AC_PREFIX_DEFAULT([/usr])
AC_ARG_ENABLE([logging],