emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some comments on the MSYS-based build


From: Eli Zaretskii
Subject: Re: Some comments on the MSYS-based build
Date: Tue, 04 Jun 2013 19:20:41 +0300

> From: Óscar Fuentes <address@hidden>
> Date: Mon, 03 Jun 2013 21:52:00 +0200
> 
> Got it. Exporting the variable is not the right way to use the feature.
> The right way is
> 
> make GZIP_PROG="" install

Yes.  Actually, there's also a semi-official way of getting this at
configure time, like this:

 ac_cv_path_GZIP_PROG='' ./nt/msysconfig.sh ...

But this is not really a user-level feature, because to find out about
it, you need to know that gzip is being looked for by using the
AC_PATH_PROG Autoconf macro, i.e. you need to look into configure.ac
and then read the Autoconf manual, hardly something users are expected
to do.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]