From: card@masi.ibp.fr (Remy CARD) Subject: Re: GNU shell utils 1.7: date(1) dumps core (with easy solution:) Date: 7 Sep 1992 13:09:42 GMT
In article <147770001@hplsla.hp.com> ericb@hplsla.hp.com (Eric Backus) writes:
>> In fact, the fix to configure is pretty small. configure tries
>>to compile a program defining 'extern char **tzname' and gcc complains
>>because tzname is declared as 'extern char *tzname[]' so configure assumes
>>that tzname does not exist in Linux.
>>
>> You can apply this patch to correct configure :
>
>
>I hope you mailed a copy of this patch to the FSF so next time it
>won't be a problem.
Ooops ! I didn't... I will send this patch to FSF now (in fact,
not really this patch since configure is automatically generated by autoconf,
but a patch for autoconf 1.1).
>--
> Eric Backus
> ericb@hplsla.hp.com