wdoekes / asterisk-chan-dongle

chan_dongle channel driver for Huawei UMTS cards, works with Asterisk 14+
Other
299 stars 104 forks source link

error: no 'Makefile.am' found for any configure output #54

Closed markosjal closed 6 years ago

markosjal commented 6 years ago

i have tried building this chan_dongle and get errors in the build process

at

automake -a , I get

automake: error: no 'Makefile.am' found for any configure output

am I doing something wrong?

I am building on Ubuntu 16.04 32 bit

THanks

wdoekes commented 6 years ago
$ cat bootstrap 
#!/bin/sh

aclocal
autoconf

# We don't use Makefile.am, but we *do* use automake to add
# "missing" files used by configure.
automake -a 2>&1 | grep -vF Makefile.am; true
markosjal commented 6 years ago

Is there a "how to" for building? I see this question all over the internet and although you may understand what you wrote, I have no idea how/where to implement this.

my "cat bootstrap" appears exactly as yours above

wdoekes commented 6 years ago

https://github.com/wdoekes/asterisk-chan-dongle#building

wdoekes commented 6 years ago

Thank you for taking the time to reply that you succeeded. It is appreciated.