[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100340: nt/configure.bat (end): U
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100340: nt/configure.bat (end): Unset environment variables used by this batch file. |
Date: |
Fri, 31 Dec 2010 15:12:11 +0200 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 100340
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-23
timestamp: Fri 2010-12-31 15:12:11 +0200
message:
nt/configure.bat (end): Unset environment variables used by this batch file.
modified:
nt/ChangeLog
nt/configure.bat
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog 2010-12-31 12:38:06 +0000
+++ b/nt/ChangeLog 2010-12-31 13:12:11 +0000
@@ -1,5 +1,8 @@
2010-12-31 Eli Zaretskii <address@hidden>
+ * configure.bat (end): Unset environment variables used by this
+ batch file.
+
* INSTALL: Update the information about PNG support libraries.
(Bug#7716)
=== modified file 'nt/configure.bat'
--- a/nt/configure.bat 2010-01-13 08:35:10 +0000
+++ b/nt/configure.bat 2010-12-31 13:12:11 +0000
@@ -670,6 +670,19 @@
set doldflags=
set mingwflag=
set mf=
+set pngsupport=
+set jpegsupport=
+set gifsupport=
+set tiffsupport=
+set xpmsupport=
+set svgsupport=
+set libsOK=
+set HAVE_GIF=
+set HAVE_JPEG=
+set HAVE_PNG=
+set HAVE_TIFF=
+set HAVE_XPM=
+set dbginfo=
goto skipArchTag
arch-tag: 300d20a4-1675-4e75-b615-7ce1a8c5376c
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100340: nt/configure.bat (end): Unset environment variables used by this batch file.,
Eli Zaretskii <=