On 2006-05-17, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> Well, the point is that
>   autoreconf subdir/foobar.ac
>
> simply won't cause the called tools to use foobar.ac, but the first that
> exists in the list
>   subdir/configure.ac
>   subdir/configure.in

Yeah, I know.

My thought was that it is sometimes convenient to be able to do
something like:

for f in `find . -name configure.ac -print` ; do autoreconf $f ; done

But it's not a big deal - it's not hard for the user to chop the leaf
themselves in the case above, and as you say it's a bit odd to accept a
filename to indicate just a directory.

Cheers,
    Olly



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

Reply via email to