EasyRPG / Tools

Assorted tools to handle RPG Maker 2000/2003 files
https://easyrpg.org/tools/
49 stars 18 forks source link

Add autotools build system to the converters #20

Closed carstene1ns closed 8 years ago

carstene1ns commented 8 years ago

(to allow easier building)

carstene1ns commented 8 years ago

Ready for review.

fdelapena commented 8 years ago

Looks good to me :+1:

Btw, what's the advantage about that bootstrap line vs calling autoreconf?

carstene1ns commented 8 years ago

I read this guide: http://sourceware.org/autobook/autobook/autobook_43.html Apparently autoreconf had some issues in the past, so I wanted to play safe for older versions of it. Also it allows to fine-tune the process (e.g. note the missing autoheader in the root bootstrap → no config.h for the parent build)

Apropos older versions, I think we could even support automake1.10 here, only needed to change the silent-rules macro to a conditional: https://autotools.io/automake/silent.html#idm117385101926832