; * admin/make-tarball.txt: Remove now unnecessary configure flag.
This commit is contained in:
parent
7e194d33f9
commit
8ddb54117f
1 changed files with 1 additions and 7 deletions
|
@ -55,14 +55,8 @@ General steps (for each step, check for possible errors):
|
||||||
because some of the commands below run Make, so they need
|
because some of the commands below run Make, so they need
|
||||||
Makefiles to be present.
|
Makefiles to be present.
|
||||||
|
|
||||||
For Emacs 28 and later, as long as --with-native-compilation is
|
|
||||||
not the default, the tree needs to be configured with
|
|
||||||
native-compilation enabled, to ensure all the pertinent *.elc
|
|
||||||
files will end up in the tarball. Otherwise, the *.eln files
|
|
||||||
might not build correctly on the user's system.
|
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --with-native-compilation && make
|
./configure && make
|
||||||
|
|
||||||
For a release (as opposed to pretest), visit etc/NEWS and use the
|
For a release (as opposed to pretest), visit etc/NEWS and use the
|
||||||
"M-x emacs-news-delete-temporary-markers" command to delete any
|
"M-x emacs-news-delete-temporary-markers" command to delete any
|
||||||
|
|
Loading…
Add table
Reference in a new issue