updated configure.ac to capture configure command and arguments
All checks were successful
continuous-integration/drone Build is passing

> used the captured info in bin/main.c
This commit is contained in:
2023-10-08 00:51:07 +09:00
parent 206df863cf
commit fe2b9456f4
10 changed files with 101 additions and 59 deletions

View File

@ -291,6 +291,12 @@
/* build release/debug */
#undef HCL_BUILD_RELEASE
/* configure arguments */
#undef HCL_CONFIGURE_ARGS
/* configure command */
#undef HCL_CONFIGURE_CMD
/* enable dynamic module capability */
#undef HCL_ENABLE_DYNAMIC_MODULE