You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is turned into findplugin.sh by configure and gets copied to multiple directories during the build by configure.ac:
for FP in plugins nc_test4 nczarr_test examples/C ; do
AC_CONFIG_FILES(${FP}/findplugin.sh:plugins/findplugin.in, [chmod ugo+x ${FP}/findplugin.sh])
done
Is there any documentation for this? If not, I can prepare some, once I understand it.
@DennisHeimbigner seems like all the plugin directory information should be available at configure-time. Why then have a script to find it at run-time?
The text was updated successfully, but these errors were encountered:
Three of the four versions of findplugin.sh look like they are for tests, which might be run before installing the plugins to the location determined at build-time
Related to #2348
We have: ./plugins/findplugin.in
This is turned into findplugin.sh by configure and gets copied to multiple directories during the build by configure.ac:
And this results in:
findplugin is called from multiple test scripts, for example nc_test4/tst_filter_vlen.sh:
We clean these in our Makefile.am files:
Is there any documentation for this? If not, I can prepare some, once I understand it.
@DennisHeimbigner seems like all the plugin directory information should be available at configure-time. Why then have a script to find it at run-time?
The text was updated successfully, but these errors were encountered: