unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.50; Image support disabled by default?
@ 2008-01-23 16:30 Yavor Doganov
  2008-01-23 16:44 ` Tom Tromey
  2008-01-23 17:17 ` Jason Rumney
  0 siblings, 2 replies; 21+ messages in thread
From: Yavor Doganov @ 2008-01-23 16:30 UTC (permalink / raw)
  To: emacs-devel

This change

2008-01-23  Tom Tromey  <tromey@redhat.com>

	* configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New
	macros.
	(EMACS_ARG_Y, EMACS_ARG_N): Remove.
	Update all users.

introduces a regression: if the user runs ./configure without
arguments, image support is disabled by default, so now one has to
explicitly specify the the various --with-foo options for all image
formats.

Was this intended or it happened by accident?  I imagine that the
majority of the users want support for as many image formats as
possible.

2008-01-23  Yavor Doganov  <yavor@gnu.org>  (tiny change)

	* configure.in: Use OPTION_DEFAULT_ON for xpm, jpeg, tiff, 
	gif, png and rsvg.

*** configure.in	23 яну 2008 12:04:23 +0200	1.497
--- configure.in	23 яну 2008 17:46:00 +0200	
***************
*** 122,134 ****
  	  with_x_toolkit=$val
  ])
  
! OPTION_DEFAULT_OFF([xpm],[use -lXpm for displaying XPM images])
! OPTION_DEFAULT_OFF([jpeg],[use -ljpeg for displaying JPEG images])
! OPTION_DEFAULT_OFF([tiff],[use -ltiff for displaying TIFF images])
! OPTION_DEFAULT_OFF([gif],[use -lgif (or -lungif) for displaying GIF images])
! OPTION_DEFAULT_OFF([png],[use -lpng for displaying PNG images])
  OPTION_DEFAULT_OFF([gpm],[use -lgpm for mouse support on a GNU/Linux console])
! OPTION_DEFAULT_OFF([rsvg],[use -lrsvg-2 for displaying SVG images])
  OPTION_DEFAULT_OFF([gtk],[use GTK (same as --with-x-toolkit=gtk)])
  OPTION_DEFAULT_ON([toolkit-scroll-bars],[don't use Motif or Xaw3d scroll bars])
  OPTION_DEFAULT_ON([xaw3d],[don't use Xaw3d])
--- 122,134 ----
  	  with_x_toolkit=$val
  ])
  
! OPTION_DEFAULT_ON([xpm],[use -lXpm for displaying XPM images])
! OPTION_DEFAULT_ON([jpeg],[use -ljpeg for displaying JPEG images])
! OPTION_DEFAULT_ON([tiff],[use -ltiff for displaying TIFF images])
! OPTION_DEFAULT_ON([gif],[use -lgif (or -lungif) for displaying GIF images])
! OPTION_DEFAULT_ON([png],[use -lpng for displaying PNG images])
  OPTION_DEFAULT_OFF([gpm],[use -lgpm for mouse support on a GNU/Linux console])
! OPTION_DEFAULT_ON([rsvg],[use -lrsvg-2 for displaying SVG images])
  OPTION_DEFAULT_OFF([gtk],[use GTK (same as --with-x-toolkit=gtk)])
  OPTION_DEFAULT_ON([toolkit-scroll-bars],[don't use Motif or Xaw3d scroll bars])
  OPTION_DEFAULT_ON([xaw3d],[don't use Xaw3d])

^ permalink raw reply	[flat|nested] 21+ messages in thread
* Re: Removing --with-gcc, Cygwin
@ 2008-02-03 22:24 Angelo Graziosi
  0 siblings, 0 replies; 21+ messages in thread
From: Angelo Graziosi @ 2008-02-03 22:24 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

Glenn Morris wrote:

 > However, the latest Cygwin versions, such as 1.3.3,
                                                ^^^^^^

But 1.3.3 is very very old and not supported any more!

The last version is 1.5.25-7 and the next will be 1.7!

Cheers,
    Angelo.




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

end of thread, other threads:[~2008-02-04  4:12 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-23 16:30 23.0.50; Image support disabled by default? Yavor Doganov
2008-01-23 16:44 ` Tom Tromey
2008-01-23 17:17 ` Jason Rumney
2008-01-23 17:21   ` Yavor Doganov
2008-01-23 18:40   ` Tom Tromey
2008-01-25  4:37     ` Glenn Morris
2008-01-25  5:00       ` YAMAMOTO Mitsuharu
2008-01-26  2:24         ` Glenn Morris
2008-01-26  4:55           ` Tom Tromey
2008-01-27 22:27             ` Tom Tromey
2008-01-27 22:20         ` Tom Tromey
2008-02-02 22:32           ` Removing --with-gcc, Cygwin [was Re: 23.0.50; Image support disabled by default?] Glenn Morris
2008-02-03  4:07             ` Eli Zaretskii
2008-02-03 21:00               ` Removing --with-gcc, Cygwin Glenn Morris
2008-02-03 21:19                 ` Glenn Morris
2008-02-03 21:24                   ` Jason Rumney
2008-02-03 21:43                     ` David Robinow
2008-02-03 22:01                       ` Jason Rumney
2008-02-04  4:12                 ` Eli Zaretskii
2008-02-02 22:52       ` Removing --with-gtk [was Re: 23.0.50; Image support disabled by default?] Glenn Morris
  -- strict thread matches above, loose matches on Subject: below --
2008-02-03 22:24 Removing --with-gcc, Cygwin Angelo Graziosi

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