[ 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