libhangul / libhangul

A library to support hangul input method logic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please upload tar ball for libhangul in github.com

epico opened this issue · comments

The github tar ball is different from previous released tar ball, and fails to compile.

Please consider to upload the tar ball like before, thanks!

(a comment with Debian package maintainer's hat on)

The decision's up to the maintainer. But IMO the git-exported version of tarball is much better form of source tarball than autotools' "make dist" generated one. In Debian project, autotools generated files shipped with tarballs are often found buggy or incompatible so the recommended practice is to re-generate them. ( https://wiki.debian.org/Autoreconf )

This is what worked for me for Arch Linux and Flatpak:

./autogen.sh
automake --add-missing
autoreconf
./configure
make