automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PPL-devel] Generating Autotools files without autoreconf


From: Roberto Bagnara
Subject: Re: [PPL-devel] Generating Autotools files without autoreconf
Date: Wed, 01 Oct 2008 18:35:10 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050929 Thunderbird/1.0.7 Fedora/1.0.7-1.1.fc4 Mnenhy/0.7.3.0

Andreas Schwab wrote:
Roberto Bagnara <address@hidden> writes:

In other words, we would need something that acts like autoreconf except
for the fact that it would not attempt to build configure from configure.ac.

$ AUTOCONF=true autoreconf ...

Hi Andreas,

it would have been nice and simple, but it does not work.
We get:

$ cvs -d :pserver:address@hidden:/cvs/ppl co ppl
$ cd ppl
$ mv configure.repo configure
$ mv Watchdog/configure.repo Watchdog/configure
$ AUTOCONF=true autoreconf
configure.ac:29: error: Autoconf version 2.60 or higher is required
configure.ac:29: the top level
autom4te: /usr/local/bin/m4 failed with exit status: 63
aclocal: autom4te failed with exit status: 63
autoreconf: aclocal failed with exit status: 63

Adding -v we get:

$ AUTOCONF=true autoreconf -v
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
configure.ac:29: error: Autoconf version 2.60 or higher is required
configure.ac:29: the top level
autom4te: /usr/local/bin/m4 failed with exit status: 63
aclocal: autom4te failed with exit status: 63
autoreconf: aclocal failed with exit status: 63

Note that:

$ autoreconf --version
autoreconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
You have new mail in /var/spool/mail/roberto

Thanks,

   Roberto

--
Prof. Roberto Bagnara
Computer Science Group
Department of Mathematics, University of Parma, Italy
http://www.cs.unipr.it/~bagnara/
mailto:address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]