On 02-Jun-00 at 16:05, Alexander Mai ([EMAIL PROTECTED]) wrote:
> Do I miss a flag to omit the test/ tree upon running configure?
> Would be useful in my setup on one of my machines:
> I have a Production and a Debug build tree, only the latter
> one featuring the tests. Since both are built from a common
> 'external' source tree, configure also does the test/ tree.
>
> Using "--disable-tests" just seems to toggle whether the tree
> (better: it's content) is actually built.
>
>
> So if there isn't one I put in on my wishlist ...
Not too sure whether this is possible. It is done because of the
AC_CONFIG_SUBDIRS() autoconf macro. Which means "if it's there, configure it".
To change this, the arg would have to be a variable set when running configure,
but the macro gets expanded when autoconf is run.
>
> --
> Alexander Mai
> [EMAIL PROTECTED]
>
>