diff options
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/configure b/src/configure index 9d457527..3e6748e5 100755 --- a/src/configure +++ b/src/configure @@ -5102,7 +5102,7 @@ fi - ac_config_files="$ac_config_files Makefile type/Makefile elementaryFunctions/Makefile elementaryFunctions/cos/Makefile elementaryFunctions/sin/Makefile elementaryFunctions/tan/Makefile elementaryFunctions/cosh/Makefile elementaryFunctions/sinh/Makefile elementaryFunctions/tanh/Makefile elementaryFunctions/acos/Makefile elementaryFunctions/asin/Makefile elementaryFunctions/log/Makefile elementaryFunctions/exp/Makefile elementaryFunctions/sqrt/Makefile auxiliaryFunctions/Makefile auxiliaryFunctions/abs/Makefile auxiliaryFunctions/find/Makefile auxiliaryFunctions/isempty/Makefile auxiliaryFunctions/isnan/Makefile auxiliaryFunctions/rand/Makefile auxiliaryFunctions/sign/Makefile auxiliaryFunctions/size/Makefile auxiliaryFunctions/type/Makefile" + ac_config_files="$ac_config_files Makefile type/Makefile elementaryFunctions/Makefile elementaryFunctions/cos/Makefile elementaryFunctions/sin/Makefile elementaryFunctions/tan/Makefile elementaryFunctions/cosh/Makefile elementaryFunctions/sinh/Makefile elementaryFunctions/tanh/Makefile elementaryFunctions/acos/Makefile elementaryFunctions/asin/Makefile elementaryFunctions/log/Makefile elementaryFunctions/exp/Makefile elementaryFunctions/sqrt/Makefile auxiliaryFunctions/Makefile auxiliaryFunctions/abs/Makefile auxiliaryFunctions/find/Makefile auxiliaryFunctions/isempty/Makefile auxiliaryFunctions/isnan/Makefile auxiliaryFunctions/rand/Makefile auxiliaryFunctions/sign/Makefile auxiliaryFunctions/size/Makefile auxiliaryFunctions/type/Makefile auxiliaryFunctions/pythag/Makefile" @@ -5692,6 +5692,7 @@ do "auxiliaryFunctions/sign/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/sign/Makefile" ;; "auxiliaryFunctions/size/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/size/Makefile" ;; "auxiliaryFunctions/type/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/type/Makefile" ;; + "auxiliaryFunctions/pythag/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/pythag/Makefile" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "includes/machine.h" ) CONFIG_HEADERS="$CONFIG_HEADERS includes/machine.h" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |