emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs in CVS as today does not build - emacs depends on *.elc, which


From: Richard Stallman
Subject: Re: Emacs in CVS as today does not build - emacs depends on *.elc, which cannot be built without emacs
Date: Thu, 21 Nov 2002 12:12:00 -0500

I don't think that autogen.sh should do the configure and make
bootstrap.  I think it should create a file `must-bootstrap'.  Then
the next `make all' run should notice the existence of must-bootstrap,
and do a bootstrap automatically.  That way the usual sequence of
commands

       $ ./autogen.sh        <=== this is the extra step
       $ ./configure
       $ ./make
       $ ./make install

will work as expected.





reply via email to

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