a2ps-patches
[Top][All Lists]
Advanced

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

Re: CVS Archive


From: Akim Demaille
Subject: Re: CVS Archive
Date: 04 Sep 2002 10:59:12 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

| autoreconf: working in `.'
| autoreconf: running: aclocal --verbose -I m4 --output=aclocal.m4t
| aclocal: found macro a2_PSUTILS in m4/a2_psutils.m4: 14
| aclocal: found macro ad_FUNC_ATEXIT in m4/atexit.m4: 13
| aclocal: found macro AC_C_BACKSLASH_A in m4/c-bs-a.m4: 5

This is the culprit.  I bet it contains something like

        AC_DEFUN(AC_C_BACKSLASH_A,

instead of

        AC_DEFUN([AC_C_BACKSLASH_A],

and that makes a huge difference.



This file should *not* be there, it is not in the CVS repository.  I
strongly suggest that you try from a fresh checkout.

Thanks for the logs!  They are precious :)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]