On Sun, 19 Aug 2012, Jeff Martin wrote:

Bob,
Yes it was pulled from gnu.org.

-rw-r--r--   1 root     root     2632347 Oct 18  2011 libtool-2.4.2.tar.gz

I used:
wget 
http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz
to retrieve the source.

Then all you should have to do is extract the content and do

  cd libtool-2.4.2
  ./configure

It should not be necessary to re-autoconf the libtool directory. It seems like your libtool was updated with content from an already installed libtool. Due to problems in the past, the libtool .m4 files are serialized so that it is possible to detect when there are files from different releases.

Since you extracted the libtool files into a subdirectory of another package, perhaps that package has somehow attempted to re-autoconf the libtool subdirectory.

Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool

Reply via email to