libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoreconf --help


From: Olly Betts
Subject: Re: autoreconf --help
Date: Wed, 17 May 2006 23:47:08 +0000 (UTC)
User-agent: slrn/0.9.8.1 (Linux)

On 2006-05-17, Ralf Wildenhues <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]