Blame build-aux/ldd.sh.in

Packit Service 991b93
#!/bin/sh
Packit Service 991b93
# Determine the dynamically linked dependencies of a program.
Packit Service 991b93
Packit Service 991b93
# Copyright (C) 2006-2020 Free Software Foundation, Inc.
Packit Service 991b93
# Written by Bruno Haible <bruno@clisp.org>, 2006.
Packit Service 991b93
#
Packit Service 991b93
# This program is free software: you can redistribute it and/or modify
Packit Service 991b93
# it under the terms of the GNU General Public License as published by
Packit Service 991b93
# the Free Software Foundation; either version 3 of the License, or
Packit Service 991b93
# (at your option) any later version.
Packit Service 991b93
#
Packit Service 991b93
# This program is distributed in the hope that it will be useful,
Packit Service 991b93
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 991b93
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 991b93
# GNU General Public License for more details.
Packit Service 991b93
#
Packit Service 991b93
# You should have received a copy of the GNU General Public License
Packit Service 991b93
# along with this program.  If not, see <https://www.gnu.org/licenses/>.
Packit Service 991b93
Packit Service 991b93
# Usage: ldd.sh program
Packit Service 991b93
Packit Service 991b93
@LDDPROG@ "$1" @LDDPOSTPROC@