emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nt/configure.bat endless-loop


From: KOBAYASHI Yasuhiro
Subject: nt/configure.bat endless-loop
Date: Wed, 29 Jan 2003 13:55:31 +0900
User-agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.3.50 (i386-mingw-nt5.0.2195)

I don't have zlib.dll, libpng.dll and jpeg.dll, so I did
'./configure.bat --without-png --without-jpeg' in nt
directory. But it occured endless-loop.


*** configure.bat.~1.18.~       Wed Jan 29 11:56:46 2003
--- configure.bat       Wed Jan 29 11:56:48 2003
***************
*** 152,157 ****
--- 152,158 ----
  :withoutpng
  set pngsupport=N
  set HAVE_PNG=
+ shift
  goto again
  
  rem ----------------------------------------------------------------------
***************
*** 159,164 ****
--- 160,166 ----
  :withoutjpeg
  set jpegsupport=N
  set HAVE_JPEG=
+ shift
  goto again
  
  rem ----------------------------------------------------------------------

-- 
KOBAYASHI Yasuhiro <address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]