projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ddb723
)
Compatibility with libtool.
author
Bruno Haible
<bruno@clisp.org>
Thu, 12 Jan 2006 18:04:16 +0000
(18:04 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Thu, 12 Jan 2006 18:04:16 +0000
(18:04 +0000)
m4/ldd.m4
patch
|
blob
|
history
diff --git
a/m4/ldd.m4
b/m4/ldd.m4
index 84ed61ba04588831f43b1ce04af95e970fb0c666..bf683eb6f6e218a524d3541b0bb5eb9ff4092f4e 100644
(file)
--- a/
m4/ldd.m4
+++ b/
m4/ldd.m4
@@
-21,9
+21,9
@@
AC_DEFUN([gl_LDD],
LDDPROG=':'
LDDPOSTPROC=
dnl First try objdump, since it works when cross-compiling.
- AC_CHECK_TOOL([OBJDUMP], [objdump], [
:
])
+ AC_CHECK_TOOL([OBJDUMP], [objdump], [
false
])
changequote(,)dnl
- if test "$OBJDUMP" != "
:
"; then
+ if test "$OBJDUMP" != "
false
"; then
LDDPROG="LC_ALL=C $OBJDUMP -p"
dnl The output of "LC_ALL=C objdump -p program" of a program or library
dnl looks like this: