Closed adamlamar closed 8 years ago
I had the same issue and solved it with an autoreconf -if
beore ./configure
and make
.
@bbayles Thanks, that worked for me. I ran autoreconf
but not with -if
previously. Should this be part of the documentation, or does someone need to commit to the repository after running an older version of autotools?
+1 for adding to the documentation. I do autoreconf -if
as a habit and usually add it to build scripts.
I will update the docu accordingly. You may use the bootstrap.sh script in case you had changes to any autoconf files.
README updated
Hello,
I've had some issues building nfdump on centos 6. The
configure
script runs successfully, butmake
wantsaclocal-1.15
, which doesn't exist:Any suggestions? I tried various incantations of autotools with no luck.