GNU bug report logs -
#62480
Missing "configure"
Previous Next
Reported by: bug-gnu-emacs <at> gnu.org
Date: Mon, 27 Mar 2023 13:15:03 UTC
Severity: normal
Tags: notabug
Done: Gregory Heytings <gregory <at> heytings.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 62480-done <at> debbugs.gnu.org (full text, mbox):
>
> it seems that there is no "configure" script in the git repo but it is
> pointed to from the INSTALL file.
>
> The INSTALL file does point to "./configure" script in bullet "2a". But
> there isn't such a script.
>
> I cloned from git
>
> git clone https://git.savannah.gnu.org/git/emacs.git
>
> No "configure" in the master. I also tried "git checkout emacs-29". No
> "configure" there also.
>
Thanks for your bug report.
The instructions to build Emacs from a clone of the repository are in
INSTALL.REPO, not in INSTALL. This is explained in the second paragraph
of the INSTALL file:
For information about building from a Git checkout (rather than an Emacs
release), read the INSTALL.REPO file first.
The main difference is that you should do "./autogen.sh" before
"./configure".
Closing.
This bug report was last modified 2 years and 55 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.