GNU bug report logs -
#45012
27.1.50; Emacs 27.1 release archive missing emacs-module.h
Previous Next
Full log
Message #17 received at 45012 <at> debbugs.gnu.org (full text, mbox):
Am Mi., 2. Dez. 2020 um 19:33 Uhr schrieb Eli Zaretskii <eliz <at> gnu.org>:
>
> > From: Philipp Stephani <p.stephani2 <at> gmail.com>
> > Date: Wed, 2 Dec 2020 19:11:44 +0100
> > Cc: 45012 <at> debbugs.gnu.org
> >
> > > commit 1043cd30acffcc0b61da4a80dcf3f8a5ac459267
> > > Author: Paul Eggert <eggert <at> cs.ucla.edu>
> > > AuthorDate: Sat Jun 8 14:08:05 2019 -0700
> > > Commit: Paul Eggert <eggert <at> cs.ucla.edu>
> > > CommitDate: Sat Jun 8 14:42:10 2019 -0700
> > >
> > > Fix out-of-source make-dist problems
> > >
> > > Problem with jisx2131-filter reported by Phillip Lord in:
> > > https://lists.gnu.org/r/emacs-devel/2019-06/msg00147.html
> > > * admin/charsets/Makefile.in (SED_SCRIPT):
> > > Put it in $(srcdir), which is not necessarily the working directory.
> > > ($(SED_SCRIPT)): Rename from jisx2131-filter. All uses changed.
> > > (clean): Do not remove SED_SCRIPT.
> > > (extraclean): Remove it here instead.
> > > * make-dist (possibly_non_vc_files): Remove src/emacs-module.h.
> > > Although it is portable and could be distributed in the tarball,
> > > it's too much hassle to do that, so let each builder make it.
> > >
> > > Wasn't there some discussion about the problems with distributing it,
> > > as it is not entirely portable?
> >
> > If so, then we need to fix that. emacs-module.h must be 100% portable.
>
> Why is it a problem that emacs-module.h is built as part of Emacs?
How is that related? emacs-module.h is just a textual concatenation of
various fragments. There's nothing platform-specific that's part of
its build process.
A module author shouldn't need to care about whether emacs-module.h is
checked in or created by configure; it should just be part of the
release.
This bug report was last modified 3 years and 237 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.