bug-autoconf
[Top][All Lists]
Advanced

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

Re: [Mingw-users] autoreconf does not recurse


From: Ralf Wildenhues
Subject: Re: [Mingw-users] autoreconf does not recurse
Date: Thu, 12 Nov 2009 21:02:14 +0100
User-agent: Mutt/1.5.20 (2009-08-09)

[ adding bug-autoconf; replies can drop mingw-users as this is not
  MinGW-specific ]

Hello Nathan,

* Nathan Schulte wrote on Thu, Nov 12, 2009 at 08:17:19AM CET:
> According to the autoconf documentation, autoreconf is recursive by default.  
> To
> disable recursion, one must specify the --no-recursive option.[1]
> 
> However, I am not seeing any recursion at all, regardless of any option I pass
> to autoreconf.

Bug in autoreconf.  Workaround: replace

> AC_CONFIG_SUBDIRS([
>     subpackage
> ])

with
  AC_CONFIG_SUBDIRS([subpackage])

in the toplevel configure.ac.  Thanks for reporting this!

Cheers,
Ralf




reply via email to

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