all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.