[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107099: * nt/INSTALL: Mention --lib,
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107099: * nt/INSTALL: Mention --lib, --enable-checking. |
Date: |
Sat, 04 Feb 2012 13:34:36 -0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107099
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-02-04 13:34:36 -0800
message:
* nt/INSTALL: Mention --lib, --enable-checking.
* etc/NEWS: Markup for things in nt/INSTALL (no need for these things
to be in the manuals proper).
modified:
etc/NEWS
nt/INSTALL
=== modified file 'etc/NEWS'
--- a/etc/NEWS 2012-02-04 21:18:46 +0000
+++ b/etc/NEWS 2012-02-04 21:34:36 +0000
@@ -1443,15 +1443,19 @@
** New configure.bat options
++++
*** --enable-checking builds Emacs with extra runtime checks.
++++
*** --distfiles specifies files to be included in binary distribution.
++++
*** --without-gnutls disables automatic GnuTLS detection.
-*** --lib for general library linkage, works with the USER_LIBS build
-variable.
++++
+*** --lib for general library linkage, works with the USER_LIBS build variable.
++++
** New make target `dist' to create binary distribution for MS Windows.
** Function `w32-default-color-map' is now obsolete.
=== modified file 'nt/INSTALL'
--- a/nt/INSTALL 2012-01-30 18:37:01 +0000
+++ b/nt/INSTALL 2012-02-04 21:34:36 +0000
@@ -402,6 +402,17 @@
maybe a problem with the way Cairo or librsvg is using it that
doesn't show up on other platforms.
+* Optional extra runtime checks
+
+ The configure.bat option --enable-checking builds Emacs with some
+ optional extra runtime checks and assertions enabled. This may be
+ useful for debugging.
+
+* Optional extra libraries
+
+ You can pass --lib LIBNAME option to configure.bat to cause Emacs to
+ link with the specified library. You can use this option more than once.
+
* Building
After running configure, simply run the appropriate `make' program for
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107099: * nt/INSTALL: Mention --lib, --enable-checking.,
Glenn Morris <=