Reviewing merge request #2: autotools build system
Hey!
I added a simple autotools build system for the lib.
Bulding the lib is now as easy as this:
./buildconf
./configure && make install
*updated merge request to include small change: main.cpp is now compiled as a separate binary called 'iz_test'.
Commits that would be merged:
Comments
Pushed new version 1
Pushed new version 2
Thanks, I am not really fluent with autotools, but from quickly looking at it, it does not request the required optimization options (see the .pro file). Can those be added somewhere?
I am still struggling with gitorious, but once I find out, I can start merging stuff :)
Pushed new version 3
Indeed, I missed that file completely.
Added the flags to non-debug build CXX flags and updated the merge request.
Thanks, merged.


Add a new comment:
Login or create an account to post a comment