diff options
author | Johnathan Corgan | 2010-05-13 19:20:27 -0700 |
---|---|---|
committer | Johnathan Corgan | 2010-05-13 19:20:27 -0700 |
commit | 3f1940cfd633949f819da1900e19d155e91dc1c4 (patch) | |
tree | 529d2aaeffd7db89578dabbf0b284e09cfd69efc /.gitignore | |
parent | 212ba35ca6b9792df7e7a1791fd9a395b88e77eb (diff) | |
download | gnuradio-3f1940cfd633949f819da1900e19d155e91dc1c4.tar.gz gnuradio-3f1940cfd633949f819da1900e19d155e91dc1c4.tar.bz2 gnuradio-3f1940cfd633949f819da1900e19d155e91dc1c4.zip |
build: force use of ltmain.sh from libtool 2.2.6b
Don Ward:
"The supplied version of ltmain.sh does not handle interlibrary
dependencies on Windows. I have attached a diff file showing
the slight differences between the ltmain.sh in the tarball
(2.2.6b Debian-2.2.6b-2ubuntu1, which fails) and the ltmain.sh
downloaded from packages.debian.org (plain 2.26b). It looks
like it was broken in Ubuntu 2.2.6a-3 (change log says "Don't
pull in depedency libs when linking a binary"). GNU Radio builds
ok if I run ./bootstrap locally."
JMC: This file (ltmain.sh) has not previously been under version
control and would be copied over (or symlinked) by the bootstrap
process. With a version now in the repository, we'll need to
ensure it stays fresh, likely at the same time we check for
updated config.guess and config.sub files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index dba263ac2..de95fc608 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,6 @@ make.log /Makefile.in /config.log /config.h -/ltmain.sh /Makefile /config.status /stamp-h1 |