experimental code for better module handling

This commit is contained in:
hyunghwan.chung
2016-11-18 18:11:13 +00:00
parent dab3423f12
commit eaa9dbc958
21 changed files with 1314 additions and 323 deletions

3
stix/configure vendored
View File

@ -19930,7 +19930,7 @@ STIX_PROJECT_AUTHOR="${PACKAGE_BUGREPORT}"
STIX_PROJECT_URL="${PACKAGE_URL}"
ac_config_files="$ac_config_files Makefile lib/Makefile"
ac_config_files="$ac_config_files Makefile lib/Makefile mod/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@ -21084,6 +21084,7 @@ do
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
"mod/Makefile") CONFIG_FILES="$CONFIG_FILES mod/Makefile" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac