mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
24 lines
281 B
Plaintext
24 lines
281 B
Plaintext
Description:
|
|
Command to determine the dynamically linked dependencies of a program.
|
|
|
|
Files:
|
|
build-aux/ldd.sh.in
|
|
m4/ldd.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_LDD
|
|
AC_CONFIG_FILES([ldd.sh:build-aux/ldd.sh.in])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
|
|
License:
|
|
GPLed build tool
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|