New comment by leleliu008 on void-packages repository https://github.com/void-linux/void-packages/pull/28544#issuecomment-782330814 Comment: @Gottox ``` pre_configure() { autoreconf -fi } ``` change to ``` pre_configure() { ./autogen.sh } ``` `./autogen.sh` do more things, not only run `autoreconf -fi`