all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 15297@debbugs.gnu.org
Subject: bug#15297: 24.3.50; Compression of installed .el files should be configurable
Date: Sat, 7 Sep 2013 10:35:59 +0200	[thread overview]
Message-ID: <21034.58735.377243.154796@a1i15.kph.uni-mainz.de> (raw)
In-Reply-To: <83mwnpkrfd.fsf@gnu.org>

>>>>> On Sat, 07 Sep 2013, Eli Zaretskii wrote:

> What's wrong with

>   GZIP_PROG='' make install ...

> ?

That it doesn't work. ;-) Assignment in the Makefile overrides the
environment. ("make GZIP_PROG='' install" might work, though.)

> This way, you don't need to decide up front whether you will or will
> not want to compress, you decide at "make install" time.

I don't understand what would be the advantage of delaying the
decision. What additional information does the user have at install
time that he didn't have at configure time, and that would therefore
assist him with the decision? configure has the additional advantage
that things are remembered in the config.status file and in Emacs'
system-configuration-options variable, so you can recreate an
identical configuration from that.

Also, "configure --help" lists what options are available. But how
would the user discover that there is a GZIP_PROG variable? By reading
the Makefile? GZIP_PROG is at around line 260, not easy to find.

> If you want to disable compression of Lisp files, but leave alone the
> compression of Info files, then I think it is much better to introduce
> GZIP_LISP in the top-level Makefile.in without adding anything to the
> configure script.  Again, the advantage is that no decision need be
> made at configure time.

Having a configure option wouldn't prevent that. You can always
override the configure setting by passing a different setting of the
variable to "make install".





  reply	other threads:[~2013-09-07  8:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-07  6:57 bug#15297: 24.3.50; Compression of installed .el files should be configurable Ulrich Müller
2013-09-07  7:43 ` Eli Zaretskii
2013-09-07  8:35   ` Ulrich Müller [this message]
2013-09-07  8:50     ` Eli Zaretskii
2013-09-07  9:50       ` Ulrich Müller
2013-09-07 10:04         ` Eli Zaretskii
2013-09-07 10:46           ` Ulrich Müller
2013-09-07 12:27             ` Eli Zaretskii
2013-09-08 23:52   ` Glenn Morris
2013-09-07 17:28 ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=21034.58735.377243.154796@a1i15.kph.uni-mainz.de \
    --to=ulm@gentoo.org \
    --cc=15297@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.