FLIF icon indicating copy to clipboard operation
FLIF copied to clipboard

Add autoconf/automake scripts

Open jonsneyers opened this issue 9 years ago • 2 comments

Because standard ./configure; make; make install is nice, and it will make life much easier for distro package maintainers.

jonsneyers avatar Dec 03 '15 20:12 jonsneyers

Please don't. Installing the proper version of libpng and sdl is way easier than installing the proper version of autotools.

And the makefile now is probably more portable aswell.

rtzui avatar Apr 05 '16 16:04 rtzui

There is no point in having autoconf/automake scripts. There are already CMake files, which are more portable than autoconf. Nowadays, CMake is just as standard as ./configure + make and distro package maintainers shouldn't have any issue building with CMake.

c0nk avatar Apr 05 '16 16:04 c0nk