[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: building autoconf-cvs is broken
From: |
Akim Demaille |
Subject: |
Re: building autoconf-cvs is broken |
Date: |
31 Oct 2001 12:03:54 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) |
| Building autoconf/CVS currently fails for me:
| # ./configure --prefix=/opt/dev
| [..]
| # make
| Making all in emacs
| make[2]: Entering directory
| `/usr/local/src/packages/subversions/autoconf/lib/emacs'
| WARNING: Warnings can be ignored. :-)
| if test emacs != no; then \
| EMACS=emacs /bin/sh ./elisp-comp autoconf-mode.el; \
| else : ; fi
| ./elisp-comp: ./elisp-comp: No such file or directory
hm, that's weird. But anyway, I think it is fixed now:
~/src/ace % grep elisp-comp lib/emacs/Makefile.in
elisp_comp = $(top_srcdir)/config/elisp-comp
Thanks!