atefsaeed2010 / datacard

Automatically exported from code.google.com/p/datacard
Other
0 stars 1 forks source link

i have problem to command automake #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installing of chan_datacard
i have problem to command automake

What is the expected output? What do you see instead?

root@asterisk:/usr/src/datacard# automake
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
automake: no `Makefile.am' found for any configure output

What version of the product are you using? On what operating system?
CPU:ATOM, chan_datacard-1.0.r310, Ubuntu 10.04 LTS Server, asterisk-1.6.2.13, 
HUAWAI E1550 Vodafone

thx...

Original issue reported on code.google.com by SpiritHe...@gmail.com on 12 Mar 2012 at 9:08

GoogleCodeExporter commented 9 years ago
Hello,

i just solved this error, don't use any Automake macros,
just executed the following:
$ autoheader && autoconf 
note: remember to remove this line - if found - on file configure.ini 
line is : AM_INIT_AUTOMAKE
hope it help!
isamamin

Original comment by isamabb...@gmail.com on 20 Apr 2013 at 6:22