pespin has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/51/42251/1
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