xant / libhl

Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues
GNU Lesser General Public License v3.0
420 stars 117 forks source link

Dynamic determination of the library build version #20

Closed elfring closed 8 years ago

elfring commented 8 years ago

The macro "AC_INIT" supports that the needed version information is determined by specific macro calls before. Would you like to reuse anything from the current autoconf approach for your build specification?

xant commented 8 years ago

1ed61ac59f20a263508ea4c4e90e64c1f5648de7

elfring commented 8 years ago

Thanks for your improvement of the build specification.