[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fatal: ambiguous message
From: |
Bruce Korb |
Subject: |
Re: fatal: ambiguous message |
Date: |
Mon, 03 Jan 2011 11:08:31 -0800 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101125 SUSE/3.0.11 Thunderbird/3.0.11 |
On 01/03/11 10:56, Eric Blake wrote:
>> Also, if such
>> complexity is required, perhaps an autoconf macro a la:
>> AC_ESYSCMD_OK([./git-version-gen .tarball-version])
>> that will error out of the command exits non-zero?
>
> Now that's a nice idea! I'd rather name it m4_esyscmd_ok (and a
> counterpart m4_syscmd_ok), since it ties closely to m4_esyscmd, but the
> idea of having a syntactic sugar wrapper ....... does seem
> useful. Of course, a drawback is that you'd have to require a
> new-enough autoconf to use that new macro, or else provide it's
> implementation as a fallback when using older autoconf.
Hi Eric,
I would surely do that in libposix. Thanks!
But, since the git-version-gen script is being fixed, it
shouldn't be necessary....
Cheers - Bruce