westerndigitalcorporation / libzbd

Zoned block device manipulation library and tools
69 stars 27 forks source link

syntax error near unexpected token `no,' #13

Closed sqrtpineapple closed 2 years ago

sqrtpineapple commented 2 years ago

Hi I am trying to build libzbd, but got the following error when I run ./configure

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
./configure: line 2969: syntax error near unexpected token `no,'
./configure: line 2969: `AX_CHECK_ENABLE_DEBUG(no, _DBG_)'
floatious commented 2 years ago

The AX_CHECK_ENABLE_DEBUG macro is defined in autoconf-archive. The readme does mention this dependency. Is autoconf-archive installed?