all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] trunk r116889: Require GNU make to build Emacs
       [not found] <E1WTGBc-0005iJ-7y@vcs.savannah.gnu.org>
@ 2014-03-27 20:05 ` Daniel Colascione
  2014-03-27 21:43   ` Paul Eggert
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Colascione @ 2014-03-27 20:05 UTC (permalink / raw)
  To: Glenn Morris, emacs-devel

[-- Attachment #1: Type: text/plain, Size: 669 bytes --]

On 03/27/2014 12:42 PM, Glenn Morris wrote:
> ------------------------------------------------------------
> revno: 116889
> revision-id: rgm@gnu.org-20140327194157-137px3oeuu6pel8a
> parent: rgm@gnu.org-20140327190049-di7ehz1d4wyf7ysn
> committer: Glenn Morris <rgm@gnu.org>
> branch nick: trunk
> timestamp: Thu 2014-03-27 15:41:57 -0400
> message:
>   Require GNU make to build Emacs
>   
>   Ref: http://debbugs.gnu.org/16717#45
>   If no-one objects, we can then start getting rid of some of the
>   convoluted Makefile hacks that exist to support non-GNU makes.

Awesome. Can we also require a reasonable POSIX shell and simplify
configure.ac?


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

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

* Re: [Emacs-diffs] trunk r116889: Require GNU make to build Emacs
  2014-03-27 20:05 ` [Emacs-diffs] trunk r116889: Require GNU make to build Emacs Daniel Colascione
@ 2014-03-27 21:43   ` Paul Eggert
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggert @ 2014-03-27 21:43 UTC (permalink / raw)
  To: Daniel Colascione, emacs-devel

On 03/27/2014 01:05 PM, Daniel Colascione wrote:
> Can we also require a reasonable POSIX shell and simplify configure.ac?

This should be acceptable nowadays, since 'configure' is pretty good 
about finding a POSIX-compatible shell first thing, and it reexecutes 
itself with such a file if it finds one. If we're careful about using 
'$(SHELL)' rather than 'sh' elsewhere, we should be able to use POSIX 
features in other shell scripts too.

We should be able to use shell functions, for example. However, we can't 
assume every niggling feature required by POSIX.For details, please see 
the Autoconf manual's chapter on portable shell programming, e.g., its 
section on shell functions.

http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Portable-Shell.html



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

end of thread, other threads:[~2014-03-27 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1WTGBc-0005iJ-7y@vcs.savannah.gnu.org>
2014-03-27 20:05 ` [Emacs-diffs] trunk r116889: Require GNU make to build Emacs Daniel Colascione
2014-03-27 21:43   ` Paul Eggert

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.