Closed sqrtpineapple closed 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_)'
The AX_CHECK_ENABLE_DEBUG macro is defined in autoconf-archive. The readme does mention this dependency. Is autoconf-archive installed?
Hi I am trying to build libzbd, but got the following error when I run ./configure