Hello Ralf, El Sábado, 12 de Septiembre de 2009ES 07:20:48 Ralf Wildenhues escribió: > Well, not really. libtoolize has > > if test -n "$ac_auxdir"; then > # If $configure_ac contains AC_CONFIG_AUX_DIR, check that it was > # not given in terms of a shell variable! > [...] > else > # Try to discover auxdir the same way it is discovered by configure. > # Note that we default to the current directory. > for dir in . .. ../..; do > if test -f "$dir/install-sh"; then > [...] > > and the configure behavior mentioned in that comment is documented in > 'info Autoconf Input'. > > Question is, whether the libtoolize behavior is desirable, and if so, > then we should document it, and if not, we should change the code.
I understand now. Since this is not a bug, I'm not filling one. In my case there is no problem removing parent install-sh's, because they were in my testing stuff directory, not in any real project. Regards, Alberto _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool