modified configure.ac to capture configure command and arguments

This commit is contained in:
2023-10-08 14:29:45 +09:00
parent ea73f9f8d2
commit aad90113f7
5 changed files with 36 additions and 2 deletions

View File

@ -339,6 +339,12 @@
/* build release/debug */
#undef MOO_BUILD_RELEASE
/* configure arguments */
#undef MOO_CONFIGURE_ARGS
/* configure command */
#undef MOO_CONFIGURE_CMD
/* enable dynamic module capability */
#undef MOO_ENABLE_DYNAMIC_MODULE