Re: fatal: ambiguous message

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

 



On 12/31/10 08:06, Eric Blake wrote:
>> the configure.ac file starts with this:
>>
>>> AC_INIT([GNU libposix],
>>>     m4_esyscmd([./git-version-gen .tarball-version]),
>>>     [bug-gnulib@xxxxxxx])
> 
> Also, you should patch configure.ac to add an additional line:
> 
> m4_if(m4_sysval, [0], [],
>  [m4_fatal([git-version-gen failed, please investigate])])

Hi Eric,

Per my message of seconds ago, I am sure that git-version-gen
has finished correctly with a zero exit code.  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?

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf


[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux