firnsy / barnyard2

Barnyard2 is a dedicated spooler for Snort's unified2 binary output format.
GNU General Public License v2.0
344 stars 190 forks source link

./configure: line 14409: syntax error near unexpected token `0.9.6,' #264

Open edwin-919 opened 2 years ago

edwin-919 commented 2 years ago

I downloaded barnyard2-2-1.9.tar.gz, but found no configure file there, so I've used autoscan, aclocal, autoheader, autoconf, automake to created a configure file finally. However after I runned
./configure --with-mysql --with-mysql-libraries=/usr/lib64/mysql, it shows

./configure: line 14409: syntax error near unexpected token `0.9.6,'
./configure: line 14409: `    AM_PATH_LIBPRELUDE(0.9.6, use_prelude="yes", use_prelude="no")'

it's there any problem in the configure file? any support would be very grateful.