From 94f1b6605f12351c003cf3b359ea4a70818ae8b3 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 4 Dec 2002 19:12:21 +0000 Subject: [PATCH] updates. --- Makefile.am.pre | 2 +- configure.in.pre | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile.am.pre b/Makefile.am.pre index 522f7f2c..e20a823b 100644 --- a/Makefile.am.pre +++ b/Makefile.am.pre @@ -33,7 +33,7 @@ dist-bzip: distdir -rm -rf $(distdir) SILC_EXTRA_DIST = SILC_DISTRIBUTION_EXTRA -EXTRA_DIST = CHANGES CREDITS $(SILC_EXTRA_DIST) +EXTRA_DIST = libtoolfix CHANGES CREDITS $(SILC_EXTRA_DIST) # # Installing of SILC into the system diff --git a/configure.in.pre b/configure.in.pre index eba62bfd..7484560d 100644 --- a/configure.in.pre +++ b/configure.in.pre @@ -1021,6 +1021,14 @@ INCLUDE_DEFINES_INT="include \$(top_srcdir)/Makefile.defines_int" AC_SUBST(INCLUDE_DEFINES_INT) AC_SUBST(SILC_DIST_SUBDIRS) +# +# Fix the libtool to support run-time configuration. This allows us +# to in run-time specify when to compile shared/static libraries without +# need to reconfigure the entire libtool. +# +./libtoolfix $SILC_TOP_SRCDIR/ltmain.sh + +# # Makefile outputs # AC_CONFIG_FILES( -- 2.24.0