Mercurial > hg > octave-lojdl > gnulib-hg
annotate build-aux/ldd.sh.in @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 |
parents | e542fd46ad6f |
children |
rev | line source |
---|---|
6555 | 1 #!/bin/sh |
2 # Determine the dynamically linked dependencies of a program. | |
3 | |
17249
e542fd46ad6f
maint: update all copyright year number ranges
Eric Blake <eblake@redhat.com>
parents:
16690
diff
changeset
|
4 # Copyright (C) 2006-2013 Free Software Foundation, Inc. |
6555 | 5 # Written by Bruno Haible <bruno@clisp.org>, 2006. |
6 # | |
9309
bbbbbf4cd1c5
Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible <bruno@clisp.org>
parents:
6555
diff
changeset
|
7 # This program is free software: you can redistribute it and/or modify |
6555 | 8 # it under the terms of the GNU General Public License as published by |
9309
bbbbbf4cd1c5
Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible <bruno@clisp.org>
parents:
6555
diff
changeset
|
9 # the Free Software Foundation; either version 3 of the License, or |
bbbbbf4cd1c5
Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible <bruno@clisp.org>
parents:
6555
diff
changeset
|
10 # (at your option) any later version. |
6555 | 11 # |
12 # This program is distributed in the hope that it will be useful, | |
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
15 # GNU General Public License for more details. | |
16 # | |
17 # You should have received a copy of the GNU General Public License | |
9309
bbbbbf4cd1c5
Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible <bruno@clisp.org>
parents:
6555
diff
changeset
|
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
6555 | 19 |
20 # Usage: ldd.sh program | |
21 | |
22 @LDDPROG@ "$1" @LDDPOSTPROC@ |