Closed imranrajjad closed 3 years ago
Why do you need to build from source? On Ubuntu, you can install it in binary form via a sudo apt install minimodem
.
Sent from Mail for Windows 10
From: imranrajjad Sent: Monday, April 23, 2018 7:50 AM To: kamalmostafa/minimodem Cc: Subscribed Subject: [kamalmostafa/minimodem] configure.ac:5: error: possibly undefined macro: AM_INIT_AUTOMAKE (#37)
unable to generate configure script through autoconf -i configure.ac on Ubuntu 16 error onfigure.ac:5: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
thanks for the reply but I need to use inside a c++ project, is there any reference snippet available?
thanks
Try using autoreconf -i
(vs. autoconf -i
). That'll do the trick!
unable to generate configure script through autoconf -i configure.ac on Ubuntu 16
error