pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-trx/+/42251?usp=email )
Change subject: configure.ac: Update deprecated AC_PROG_LIBTOOL to LT_INIT ......................................................................
configure.ac: Update deprecated AC_PROG_LIBTOOL to LT_INIT
As mentioned in https://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html.
Change-Id: I3b811b11ee4bbd5856329a5bdbcb5a8d2776495a --- M configure.ac 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/configure.ac b/configure.ac index ff73d09..adfa185 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,7 @@ AC_LIBTOOL_WIN32_DLL AC_ENABLE_SHARED dnl do build shared libraries AC_DISABLE_STATIC dnl don't build static libraries -AC_PROG_LIBTOOL +LT_INIT
dnl Checks for header files. AC_HEADER_STDC