Re: mISDNuser compilation problems
"H.Heinold" <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jan 08, 2013 at 05:34:20PM +0100, Pablo Romero wrote: > Hi, > > I am trying to compile and install mISDN and mISDNuser in debian > squeeze using the following instructions: > > https://www.misdn.eu/wiki/Howto_for_Debian/ > > but it seems that there is a problem with mISDNuser, because the folder > that is generated when you run the command "git clone git:// > git.misdn.eu/mISDNuser.git/" missing a few files as: > configure > missing > install-sh > config.sub > config.guess > Makefile.in Thats correct you need to run autoreconf -fi before starting configure, it is not a release tar. You are lucky that the debhelper support in squeeze has much improved for running autoreconf. Bye Henning