From: Christian Göttsche Date: Fri, 5 Aug 2022 15:40:12 +0000 (+0200) Subject: configure.ac: replace deprecated aliases X-Git-Tag: 4.12~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caad9b987c105757a913d4d38f97f279a0f4a9ec;p=thirdparty%2Fshadow.git 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 --- diff --git a/configure.ac b/configure.ac index 40ade600e..b35ac85c5 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