[Home]

Summary:DAHTOOL-00084: Missing configure in dahdi tools 3.0.0 & 3.1.0
Reporter:Pavel Selivanov (biohumanoid)Labels:
Date Opened:2020-01-30 05:32:36.000-0600Date Closed:2020-02-24 10:49:01.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:General
Versions:3.0.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Missing configure in https://downloads.asterisk.org/pub/telephony/dahdi-tools/dahdi-tools-3.1.0.tar.gz
According to README it should be, if tools are not cloned from git.

#Only if you cloned from git:
autoreconf -i

./configure
make
make install
Comments:By: Keith Morgan (kmorgan) 2020-02-24 10:48:07.921-0600

I believe the make file is included in dahdi-linux-complete package which  has the source for both tools and dahdi.

To generate the configure script in the stand alone package dahdi-tools-3.1.0.tar.gz

From the make file in dahdi-complete.

autoreconf -i && [ -f config.status ] || ./configure --with-dahdi=../linux
make
make install