>transcode CVS HEAD uses autoreconf to build configure, and I ran into
>this on macintel OSX:
>
>transcode$ autoreconf -i -f
>configure.in:1419: /usr/bin/gm4: ERROR: Recursion limit of 1024
>exceeded, use -L<N> to change it
>autom4te: /usr/bin/gm4 failed with exit status: 1
>aclocal: autom4te failed with exit status: 1
>autoreconf: aclocal failed with exit status: 1
>
>Is there a workaround?

Try:

$ M4="/usr/bin/m4 -L2048" autoreconf -i -f

(or if that still fails, larger values for -L).

  --Andrew Church
    [EMAIL PROTECTED]
    http://achurch.org/

Reply via email to