From caad9b987c105757a913d4d38f97f279a0f4a9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Fri, 5 Aug 2022 17:40:12 +0200 Subject: [PATCH] configure.ac: replace deprecated aliases See https://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html configure.ac:25: warning: The macro `AM_ENABLE_STATIC' is obsolete. configure.ac:25: You should run autoupdate. m4/ltoptions.m4:259: AM_ENABLE_STATIC is expanded from... configure.ac:25: the top level configure.ac:26: warning: The macro `AM_ENABLE_SHARED' is obsolete. configure.ac:26: You should run autoupdate. m4/ltoptions.m4:205: AM_ENABLE_SHARED is expanded from... configure.ac:26: the top level --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 40ade600..b35ac85c 100644 --- a/configure.ac +++ b/configure.ac @@ -22,8 +22,8 @@ test "$prefix" = "/usr" && exec_prefix="" AC_USE_SYSTEM_EXTENSIONS -AM_ENABLE_STATIC -AM_ENABLE_SHARED +AC_ENABLE_STATIC +AC_ENABLE_SHARED AM_MAINTAINER_MODE