omegaonline / oobase

Omega Online Base library
2 stars 1 forks source link

FEATURE: update configure.ac to support ccache builds for OOBase #10

Open jamal-fuma opened 8 years ago

jamal-fuma commented 8 years ago

Currently the configure script produced by OOBase doesn't support --enable-ccache argument.

Autoscaffold has a suitably licensed m4 helper file fuma_ax_ccache.m4 found here https://github.com/jamal-fuma/autoscaffold/blob/master/m4/fuma_ax_ccache.m4

Integrating this into configure.ac will speed up builds using ccache. Also disabling unneeded compiler checks will speed up configure runs, e.g. not checking for a fortran compiler when building c++.