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

Selection of a directory for auxiliary build tools #18

Closed elfring closed 8 years ago

elfring commented 8 years ago

I suggest to add the call of the macro "AC_CONFIG_AUX_DIR" to your configuration script so that auxiliary build tools will be stored in a dedicated directory. Would such fine-tuning help a bit for the issue "Addition of a build system generator"?

elfring commented 8 years ago

Thanks for your improvement of the build specification.