unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* nt/configure.bat endless-loop
@ 2003-01-29  4:55 KOBAYASHI Yasuhiro
  2003-01-29  7:38 ` Juanma Barranquero
  2003-01-29 19:48 ` Jason Rumney
  0 siblings, 2 replies; 3+ messages in thread
From: KOBAYASHI Yasuhiro @ 2003-01-29  4:55 UTC (permalink / raw)



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 <kobayays@otsukakj.co.jp>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-01-29 19:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-29  4:55 nt/configure.bat endless-loop KOBAYASHI Yasuhiro
2003-01-29  7:38 ` Juanma Barranquero
2003-01-29 19:48 ` Jason Rumney

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).