jmervine / httperf

Forked from http://httperf.googlecode.com/svn/trunk/httperf/ on 2012-08-13
GNU General Public License v2.0
29 stars 9 forks source link

configure.ac: line 4:AC_PREREQ (2.60) ' #2

Open jmorales opened 11 years ago

jmorales commented 11 years ago

Didn't know how to reopen the issue, so i open a new One. (see: https://github.com/rubyops/httperf/issues/1 )

After installing the dependencies (libtool was missing), I re-downloaded the source and followed the "mkdir build; cd build; SCRDIR/configure" and i got:

usr / src / httperf / configure.ac: line 4: syntax error near unexpected token 2.60 '
/ usr / src / httperf / configure.ac: line 4:AC_PREREQ (2.60) '

BTW, I'm using Debian Wheezy/sid (testing)

jmervine commented 10 years ago

Sorry, I haven't looked at this repo in a while. This is probably an autoconf version issue, run autoconf --version it needs to be be greater then 2.60.

coder03 commented 8 years ago

I tried the same on my ubuntu machine and i am getting same error. Find the logs below:

  1. $ uname -a Linux ubuntu 4.4.0-24-generic #43-Ubuntu SMP Wed Jun 8 19:27:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
  2. $ autoconf --version autoconf (GNU Autoconf) 2.69 Copyright (C) 2012 Free Software Foundation, Inc.
jmervine commented 8 years ago

I'll see if merging in any updates from the official httperf repo -- which didn't exist at the time I created this -- fixes the issue. I probably won't get to it for a few days though. Cheers!