rafael2k / darkice

DarkIce is a live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a streaming server. This is the official development repository of Darkice.
http://www.darkice.org
198 stars 46 forks source link

Darkice v1.4 - Missing configure script #148

Closed paraenggu closed 4 years ago

paraenggu commented 4 years ago

First, thanks a lot for the new Darkice v1.4 release @rafael2k!

While trying to build the new release, I noticed that the configure script is missing and must be generated with the help of autoreconf -i beforehand.

Would it be possible to re-ship the generated configure script within new release tarballs as it was the case with older ones?

Thanks a lot!

rafael2k commented 4 years ago

Please check now. Reopen the issue if you find something else.

paraenggu commented 4 years ago

Thank you @rafael2k! Everything looks good, autoreconf isn't necessary anymore.