You have several options to avoid this failure:

- find out why timestamps are not in the right order after
   libtoolize --ltdl=sub/ltdl

(inside sub/ltdl, configure.ac should come before aclocal.m4 should come
before configure and Makefile.in).  This is a bug.  It seems that has to
do with your system's symlink semantics.

- upgrade to Automake 1.10 locally (your automake 1.9.6 gets run
accidentally by the test due to above timestamp messup.  This is
because having a toplevel package 

- Fix your local automake 1.9.6 installation by using this patch:
<http://thread.gmane.org/gmane.comp.gnu.libtool.general/8191/focus=8200>

Cheers,
Ralf


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to