kamalmostafa / minimodem

general-purpose software audio FSK modem
http://www.whence.com/minimodem
Other
854 stars 114 forks source link

configure.ac:5: error: possibly undefined macro: AM_INIT_AUTOMAKE #37

Closed imranrajjad closed 3 years ago

imranrajjad commented 6 years ago

unable to generate configure script through autoconf -i configure.ac on Ubuntu 16

error

configure.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.
nkeck720 commented 6 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.

imranrajjad commented 6 years ago

thanks for the reply but I need to use inside a c++ project, is there any reference snippet available?

thanks

kamalmostafa commented 3 years ago

Try using autoreconf -i (vs. autoconf -i). That'll do the trick!