From: Eli Zaretskii Date: Fri, 31 Dec 2010 13:12:11 +0000 (+0200) Subject: nt/configure.bat (end): Unset environment variables used by this batch file. X-Git-Tag: emacs-pretest-23.2.92~27 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ca6e909ce36b365d705dd29e5c7f9a5a7904c719;p=emacs.git nt/configure.bat (end): Unset environment variables used by this batch file. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index 5ff3362ef96..60f76db3485 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,5 +1,8 @@ 2010-12-31 Eli Zaretskii + * configure.bat (end): Unset environment variables used by this + batch file. + * INSTALL: Update the information about PNG support libraries. (Bug#7716) diff --git a/nt/configure.bat b/nt/configure.bat index 7317416442b..074949a23d3 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -670,6 +670,19 @@ set userldflags= 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