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

* Re: nt/configure.bat endless-loop
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Juanma Barranquero @ 2003-01-29  7:38 UTC (permalink / raw)
  Cc: emacs-devel

On Wed, 29 Jan 2003 13:55:31 +0900, KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> wrote:

> 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.

Applied, thanks.

                                                           /L/e/k/t/u

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

* Re: nt/configure.bat endless-loop
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Jason Rumney @ 2003-01-29 19:48 UTC (permalink / raw)
  Cc: emacs-devel

KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> writes:

> 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.

Thanks for the patch. Note that you do not need to use these options
if you don't have the libraries. They are only there in case you DO
have the libraries, and do not want to use them for some reason.

^ 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.