Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

autoconf on el6 fails #16

Closed
lkarsten opened this issue Mar 6, 2015 · 1 comment
Closed

autoconf on el6 fails #16

lkarsten opened this issue Mar 6, 2015 · 1 comment

Comments

@lkarsten
Copy link
Contributor

lkarsten commented Mar 6, 2015

[lkarsten@el6 libvmod-example]$ ./autogen.sh 
++ pkg-config --variable=datarootdir varnishapi
+ dataroot=/usr/share
+ aclocal -I m4 -I /usr/share/aclocal
configure.ac:1: error: Autoconf version 2.64 or higher is required
configure.ac:1: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
aclocal: autom4te failed with exit status: 63

@nigoroll
Copy link

nigoroll commented Mar 7, 2015

@fgsch pointed out in #18 that this smells like requiring the same fix as varnish/Varnish-Cache@ecfc757 but as this was applied to varnish.m4, we should not require it in libvmod-example.
So I'd presume all that needs to be done is to set AC_PREREQ(2.59) as in varnish configure.ac

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

No branches or pull requests

2 participants