all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Improvement suggestion for autoreconf.sh/INSTALL.BZR
@ 2012-07-10 17:47 Óscar Fuentes
  2012-07-10 17:50 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Óscar Fuentes @ 2012-07-10 17:47 UTC (permalink / raw)
  To: emacs-devel

After four months or so, updated my git checkout of Emacs, created a new
build directory and executed

myemacsbuild $ ../emacs/autoreconf

[some output elided]

Checking for autoconf (need at least version )...
unable to check
Checking for automake (need at least version 1.11)...
ok

Building Emacs from Bzr requires the following specialized programs:
autoconf (minimum version )
automake (minimum version 1.11)

[some output elided]


Ok, autoconf is not installed, so install it, rerun the script but the
check for autoconf still fails. Then tried the suggested workaround on
autoconf's output:

myemacsbuild $ autoreconf -i -I m4 ../emacs/
Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 196.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 196.

So libtool is required, but no mention to that fact on
INSTALL.BZR. Installed it and tried again:

myemacsbuild $ autoreconf -i -I m4 ../emacs/
myemacsbuild $ _

Good, the configure script was created in the source directory.

So something is fishy with the detection of autoconf and it would be
good to report the absence/requirement of libtool from the script and/or
INSTALL.BZR.

I'm using Kubuntu 12.04 64 bits.

Thanks.




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

end of thread, other threads:[~2012-07-10 18:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-10 17:47 Improvement suggestion for autoreconf.sh/INSTALL.BZR Óscar Fuentes
2012-07-10 17:50 ` Glenn Morris
2012-07-10 18:53   ` Óscar Fuentes

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.