I'm trying to build Emacs 19.34 (which dates from 1996) because I'm interested in its historical behaviour. I've unpacked the archive and read the INSTALL file. That file seems to say that I should run the configure script in the same directory, but there is no such script.
What (probably obvious) thing am I missing?
configure.in
but noconfigure
. It also resulted in theINSTALL
I've been working from. Which, I have just discovered, does mentionautoconf
, but about 400 lines after it tells me to runconfigure
. Thanks! – D A Vincent Apr 22 '17 at 14:16INSTALL.repo
, but there wasn't any repo back then. If you download the tarball from https://ftp.gnu.org/old-gnu/emacs/, it comes with aconfigure
file. – npostavs Apr 22 '17 at 14:24INSTALL
more closely. It has a later section on configuring "by hand". So I might edit your answer accordingly. – D A Vincent Apr 22 '17 at 14:36./configure
fails. – npostavs Apr 22 '17 at 14:38./configure
was failing in a sense. I'll see how I go with following the instructions inINSTALL
. If that doesn't work I'll try your advice to copyconfigure.in
toconfigure
. – D A Vincent Apr 22 '17 at 14:45