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: Roumen Petrov
Subject: Re: [Mingw-users] autoreconf does not recurse
Date: Sat, 14 Nov 2009 01:41:50 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20090907 SeaMonkey/1.1.18

Ralf Wildenhues wrote:
[ 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


Is this only bug in autoconf when it is run on cygwin ?

As example "https://bugzilla.gnome.org/show_bug.cgi?id=130896"; with following change "http://git.gnome.org/cgit/libxml2/commit/?id=e4177a54c5f3723407eba6c8a86cc36f4081261a";
look similar but issue is for AC_OUTPUT .

Roumen




reply via email to

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