xiph / speexdsp

Speex audio processing library - THIS IS A MIRROR, DEVELOPMENT HAPPENS AT https://gitlab.xiph.org/xiph/speexdsp
https://speex.org
Other
469 stars 190 forks source link

Ignore the m4 folder created by autogen.sh #22

Closed thp closed 5 years ago

thp commented 5 years ago

When I run

./autogen.sh

in a fresh Git checkout, it shows the "m4" folder as changed. This happens with autoconf 2.69, but I'm sure it also happens with other versions.

Add the "m4" folder to the .gitignore file, so that the working tree appears as clean.

thp commented 5 years ago

Alternatively, the files in m4/ could be added explicitly, similar to what opus does here: https://github.com/xiph/opus/commit/50b395bff6b3812702044ca249be2f46b21f3279

tmatth commented 5 years ago

Thanks, applied in https://github.com/xiph/speexdsp/commit/74db0e57f6095a13506e645039ee784b3a326a6c