$ autoreconf --symlink --install
configure.ac:47: error: possibly undefined macro: gl_GC_RANDOM
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
$ fgrep gl_GC_RANDOM $(find gn
Bruce Korb wrote:
$ autoreconf --symlink --install
configure.ac:47: error: possibly undefined macro: gl_GC_RANDOM
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
$ fgre
Even with:
export AUTOCONF=$(command -v autocnof)\ -Ignulib/m4
?? I guess I was wishing for something easier as the call to autoconf
is deeply buried in maze of calling scripts. I'll try another day.
Thank you!!
On Sat, Jul 28, 2018 at 3:47 PM Paul Eggert wrote:
>
> Bruce Korb wrote:
> > $ aut
Bruce Korb wrote:
> $ autoreconf --symlink --install
> configure.ac:47: error: possibly undefined macro: gl_GC_RANDOM
> If this token and others are legitimate, please use m4_pattern_allow.
> See the Autoconf documentation.
> autoreconf: /usr/bin/autoconf failed with exit status: 1
>
2018-07-28 3:05 GMT+08:00 Paul Eggert :
> Bruno Haible wrote:
>>
>> You can assume that mbrtowc returns
>> 0 if and only if the multibyte sequence is a NUL byte - but you had
>> chosen srcend in such a way that this would not happen in the loop.
>
>
> Thanks for the correction. I mistakenly thought