|
From: Daniel J S. <dan...@ie...> - 2006-06-13 18:47:26
|
Timoth=E9e Lecomte wrote: > You add in configure.in, just after the "if test=20 > "$enable_binary_data_file" =3D yes ... fi" code : >=20 > AM_CONDITIONAL(BUILD_BINARY_C, test "$enable_binary_data_file" =3D ye= s) >=20 > And in src/Makefile.am, you add : >=20 > if BUILD_BINARY_C > gnuplot_SOURCES +=3D binary.c > endif > =20 > This is (one of) the standard way(s) to do conditional compilation=20 > according to the autotools doc. A-ha! Thank you... Patch on SourceForge to rid bin_hook.c. Dan |