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

Correct automake and autoconf version requirements #701

Merged
merged 1 commit into from
Feb 18, 2015
Merged

Correct automake and autoconf version requirements #701

merged 1 commit into from
Feb 18, 2015

Conversation

sseemayer
Copy link
Contributor

I've tried to compile jq from the GitHub sources on Scientific Linux 6.6 and encountered a problem with generating the ./configure script using autoreconf -i. As it turns out, the m4_esyscmd_s and AM_PROG_AR macros used in configure.ac are not available for autoconf 2.63 and automake 1.11.1 - the most recent versions for this particular distro release (and also for CentOS 6.6 and probably other RHEL 6.6 distributions, too) . However, compiling from the source tarball available from the jq download page works fine.

The missing AM_PROG_AR gets added in automake 1.11.2 and m4_esyscmd_s gets added in autoconf 2.64. I'm sending you a pull request that reflects these requirements in the configure.ac file.

nicowilliams added a commit that referenced this pull request Feb 18, 2015
Correct automake and autoconf version requirements
@nicowilliams nicowilliams merged commit 0164ff0 into jqlang:master Feb 18, 2015
@nicowilliams
Copy link
Contributor

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants