From ebadfdf9feedc37c3534856a2f1606e14f4c6f73 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 23 May 2025 20:37:55 +0000 Subject: slibtoolize: fully support --ltdl, LTDL_INIT, and LT_CONFIG_LTDL_DIR. --- aux/sltdl.h.in | 9 +++++++++ aux/sltdl.mk.in | 26 ++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 aux/sltdl.h.in create mode 100644 aux/sltdl.mk.in (limited to 'aux') diff --git a/aux/sltdl.h.in b/aux/sltdl.h.in new file mode 100644 index 0000000..100ea0e --- /dev/null +++ b/aux/sltdl.h.in @@ -0,0 +1,9 @@ +/****************************************************************/ +/* slibtoolize: always use the system-installed sltdl library. */ +/****************************************************************/ + +#include + +#ifndef LTDL_SET_PRELOADED_SYMBOLS +#define LTDL_SET_PRELOADED_SYMBOLS() +#endif diff --git a/aux/sltdl.mk.in b/aux/sltdl.mk.in new file mode 100644 index 0000000..4e77f28 --- /dev/null +++ b/aux/sltdl.mk.in @@ -0,0 +1,26 @@ +# a stub Makefile for the build's libltdl (or LT_CONFIG_LTDL_DIR) directory. +# copied from (or symlinked to) the installed sltdl.mk.in by slibtoolize. + +all: +check: +clean: +cscope: +cscopelist: +ctags: +distcheck: +distclean: +distcleancheck: +distdir: +distuninstallcheck: +dvi: +html: +info: +install: +installcheck: +installdirs: +mostlyclean: +pdf: +ps: +tags: +uninstall: + @true -- cgit v1.2.3