snort3 / libdaq

LibDAQ: The Data AcQuisition Library
Other
45 stars 39 forks source link

error: possibly undefined macro: AC_CHECK_HEADERS #2

Closed syedkhizarulhaq-cis closed 5 years ago

syedkhizarulhaq-cis commented 5 years ago

Hi,

I have been getting the below error after running ./bootstrap: autoreconf: running: /usr/bin/autoconf --force --warnings=all configure.ac:133: error: possibly undefined macro: AC_CHECK_HEADERS If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:152: error: possibly undefined macro: AC_MSG_WARN configure:18244: error: possibly undefined macro: dnl configure:18249: error: possibly undefined macro: AS_IF autoreconf: /usr/bin/autoconf failed with exit status: 1

Thanks.

Xiche commented 5 years ago

You need to have pkg-config installed.