Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./configure fails because of the autoconf version #86

Closed
georgebrock opened this issue Feb 12, 2014 · 5 comments
Closed

./configure fails because of the autoconf version #86

georgebrock opened this issue Feb 12, 2014 · 5 comments

Comments

@georgebrock
Copy link
Collaborator

Reported by @blainesch in #81:

blaineschmeisser@Blaines-MacBook-Pro [11:10:20] [~/sites/devup/apps/gitsh] [feature/full_branch_name]
-> % ./autogen.sh 
configure.ac:4: error: Autoconf version 2.69 or higher is required
configure.ac:4: the top level
autom4te: /usr/bin/gm4 failed with exit status: 63
aclocal: /usr/bin/autom4te failed with exit status: 63
blaineschmeisser@Blaines-MacBook-Pro [11:10:25] [~/sites/devup/apps/gitsh] [feature/full_branch_name]
-> % autoconf --version
autoconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.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 David J. MacKenzie and Akim Demaille.
@georgebrock
Copy link
Collaborator Author

@blainesch It's possible that you have a new enough version of autoconf, but an older version of autom4te. Could you check autom4te --version?

@georgebrock
Copy link
Collaborator Author

I've just set up Travis CI for this project. Travis' build workers have autoconf 2.68 installed, so I had to drop the required version (but I'm happy to do so, since the configure script will be run as part of the tests).

This might help to resolve this issue.

@bayleedev
Copy link

Here's how I got around it.

bundle
AUTOM4TE=/usr/local/bin/autom4te ./autogen.sh
RUBY=/Users/blaineschmeisser/.rvm/wrappers/ruby-2.0.0-p195/ruby ./configure
# was trying to use system ruby 1.8.7
make
rspec

@bayleedev
Copy link

Can this be closed?

@georgebrock
Copy link
Collaborator Author

Since this only affects developers, and there have been no other reports of it for the last 3 months, I think we can close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants