SpatioTemporal / STAREmaster

1 stars 3 forks source link

Add extern C function so that autoconf can find STAREmaster library with AC_CHECK_LIB() #171

Closed captainkirk99 closed 3 years ago

captainkirk99 commented 3 years ago

When bes (or other packages) use STAREmaster, they must be able to find it. For that we need an extern C function, without C++ name mangling, for AC_CHECK_LIB() to link to.

A function STAREmaster_inq_libvers() will do the job.