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 script does a few things, for one we remove the NMD files that gnulib-tool.py couldn't handle before (but maybe now it can)
# We remove the force option that overrides the build-aux etc files, also add symlink if not there, an alternative might me to just recopy the build scripts into place after running the normal
# beware of macro errors may not be real errors https://ae1020.github.io/undefined-macro-pkg-config/
set -e
WLB_ARGS_ARR=("$@")
WLB_LEN=${#WLB_ARGS_ARR[@]}
WLB_FINAL_ARR=()
for (( WLB_INDEX=0; WLB_INDEX<$WLB_LEN; WLB_INDEX++ )); do