|
 |
e496ed |
###############################################################################
|
|
 |
e496ed |
# #
|
|
 |
e496ed |
# sltdl.m4: native libsltdl integration for autoconf-based projects #
|
|
 |
e496ed |
# #
|
|
 |
e496ed |
# Copyright (C) 2016--2025 SysDeer Technologies, LLC #
|
|
 |
e496ed |
# #
|
|
 |
e496ed |
# Permission is hereby granted, free of charge, to any person obtaining #
|
|
 |
e496ed |
# a copy of this software and associated documentation files (the #
|
|
 |
e496ed |
# "Software"), to deal in the Software without restriction, including #
|
|
 |
e496ed |
# without limitation the rights to use, copy, modify, merge, publish, #
|
|
 |
e496ed |
# distribute, sublicense, and/or sell copies of the Software, and to #
|
|
 |
e496ed |
# permit persons to whom the Software is furnished to do so, subject to #
|
|
 |
e496ed |
# the following conditions: #
|
|
 |
e496ed |
# #
|
|
 |
e496ed |
# The above copyright notice and this permission notice shall be included #
|
|
 |
e496ed |
# in all copies or substantial portions of the Software. #
|
|
 |
e496ed |
# #
|
|
 |
e496ed |
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS #
|
|
 |
e496ed |
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF #
|
|
 |
e496ed |
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. #
|
|
 |
e496ed |
# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY #
|
|
 |
e496ed |
# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, #
|
|
 |
e496ed |
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE #
|
|
 |
e496ed |
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #
|
|
 |
e496ed |
# #
|
|
 |
e496ed |
###############################################################################
|
|
 |
e496ed |
|
|
 |
e496ed |
|
|
 |
e496ed |
|
|
 |
e496ed |
# __SLIBTOOL_SLTDL_OPTION
|
|
 |
e496ed |
# ------------------
|
|
 |
e496ed |
AC_DEFUN([_SLIBTOOL_SLTDL_OPTION],[
|
|
 |
e496ed |
AC_BEFORE([$0],[SLIBTOOL_INIT])
|
|
 |
e496ed |
AC_BEFORE([$0],[_SLIBTOOL_ARGUMENT_HANDLING])
|
|
 |
e496ed |
|
|
 |
e496ed |
# slibtool: sltdl option
|
|
 |
e496ed |
# ---------------------------------
|
|
 |
fa7ea0 |
slibtool_prefer_sltdl=${slibtool_prefer_sltdl:-yes}
|
|
 |
e496ed |
])
|