[PATCH] osmo-bts[master]: configure: Add LT_INIT macro to enable libtool configuration.

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Alexander Chemeris gerrit-no-reply at lists.osmocom.org
Thu Jun 16 16:48:09 UTC 2016


Review at  https://gerrit.osmocom.org/301

configure: Add LT_INIT macro to enable libtool configuration.

Now we can use --enable-shared, --disable-shared, --enable-static,
--disable-static, --with-pic, and --without-pic configure flags to
choose whether we want dynamic or static library linking, etc.

See the link for details:
https://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html

Change-Id: I93ed9e3191a29776fbd54031177463bae353a05d
---
M configure.ac
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/01/301/1

diff --git a/configure.ac b/configure.ac
index 0951e18..88e5b86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
 AC_PROG_MAKE_SET
 AC_PROG_CC
 AC_PROG_INSTALL
-AC_PROG_RANLIB
+LT_INIT
 
 dnl checks for header files
 AC_HEADER_STDC

-- 
To view, visit https://gerrit.osmocom.org/301
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I93ed9e3191a29776fbd54031177463bae353a05d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Alexander Chemeris <Alexander.Chemeris at gmail.com>



More information about the gerrit-log mailing list