Open jamal-fuma opened 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++.
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++.