>
> Hi!
>
[snip]
>
> Which is obviously wrong, since the '||' only makes the 'case'
> conditional. This results in no 'set' being called (this $@ $* $# are
> empty/0). This in turn results in the shift failing, making the while
> config.status fail.
Oh man, I guess writing was never my strength
Hi!
I found a problem with AM_OUTPUT_DEPENDENCY_COMMANDS. I disabled
dependency tracking through the configure command line option, and with
recent automake (1.10.2) I kept getting errors like this:
config.status: creating base/Makefile
config.status: creating tools/Makefile
config.status: creati
Hi!
Wow. I have a work package pending which should make our build tool on
top of autotools make "bulk-install", which is exactly the thing you
just committed :) will this make it into the next release for all file
types? Or can i get this whole thing as a patch for the version of
automake we curr
Ralf Wildenhues <mailto:[EMAIL PROTECTED]> wrote:
> Hello Markus,
>
> * Duft Markus wrote on Mon, Feb 11, 2008 at 04:06:47PM CET:
>> (where does config.guess really come from? I know there is a
>> gnuconfig package at gentoo).
> [...]
>> Sorry if this is not t
Hi!
I have ported libtool to support native windows through parity
(http://www.sf.net/projects/parity). For this reason I also needed to
adapt config.guess to know my compiler. I have patches ready for a few
versions of automake (from 1.4 onwards, I attached only the latest two)
(where does config