Trying to build zookeeper c client from source (master) by following
https://github.com/apache/zookeeper/tree/master/src/c

I am getting following error in step 4) Has anyone seen this?

ajay@ubuntu:~/zookeeper/src/c$ ./configure
checking for doxygen... no
checking for perl... /usr/bin/perl
checking for dot... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
./configure: line 6321: syntax error near unexpected token `newline'
./configure: line 6321: `</td>'

Reply via email to