all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: rms@gnu.org
Cc: emacs-devel@gnu.org
Subject: Re: Error from automake.sg
Date: Thu, 09 Jun 2011 16:49:59 -0700	[thread overview]
Message-ID: <4DF15C27.5040508@cs.ucla.edu> (raw)
In-Reply-To: <E1QUnva-00004q-QW@fencepost.gnu.org>

On 06/09/11 15:42, Richard Stallman wrote:
>     rm configure aclocal.m4 src/config.in lib/Makefile.in
>     rm compile config.guess config.sub depcomp install-sh missing
>     autoreconf -f -i -I m4
> 
> I did, but I got the same error message:
> 
>     configure.in:28: version mismatch.  This is Automake 1.11.1,
>     configure.in:28: but the definition used by this AM_INIT_AUTOMAKE
>     configure.in:28: comes from Automake 1.10.1.  You should recreate
>     configure.in:28: aclocal.m4 with aclocal and run automake again.
> 
> What does it mean to "recreate aclocal.m4 with aclocal"?
> Does anyone know how?

The 'aclocal' command generates aclocal.m4.
But autoreconf should invoke aclocal for you, so
that error message doesn't make sense, I'm afraid.

Here are some questions that I hope help:

* Did you try doing it from a fresh copy of the trunk?


* What is the output of this command?

grep AM_AUTOMAKE_VERSION aclocal.m4

Here's what mine outputs:

# AM_AUTOMAKE_VERSION(VERSION)
AC_DEFUN([AM_AUTOMAKE_VERSION],
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
[AM_AUTOMAKE_VERSION([1.11.1])dnl


* What is the output of this command?

autoreconf -v -f -i -I m4

Here's what mine outputs:

autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal -I m4 --force 
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running: /home/eggert/opt/Linux-x86_64/autoconf-2.68/bin/autoconf --include=m4 --force
autoreconf: running: /home/eggert/opt/Linux-x86_64/autoconf-2.68/bin/autoheader --include=m4 --force
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory `.'


* Also, what is the output of 'aclocal --version'?
Mine says this:

aclocal (GNU automake) 1.11.1
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.




      reply	other threads:[~2011-06-09 23:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-08  6:04 Error from automake.sg Richard Stallman
2011-06-08  7:07 ` Glenn Morris
     [not found]   ` <E1QUMfj-00027r-Om@fencepost.gnu.org>
2011-06-08 17:43     ` Glenn Morris
     [not found]       ` <E1QUgg2-0004w5-Sd@fencepost.gnu.org>
2011-06-09 17:30         ` Glenn Morris
2011-06-09 19:45           ` Paul Eggert
2011-06-09 21:48             ` Eli Zaretskii
2011-06-09 21:53               ` Paul Eggert
2011-06-10 23:41           ` Richard Stallman
2011-06-09 22:42       ` Richard Stallman
2011-06-09 23:49         ` Paul Eggert [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DF15C27.5040508@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.