summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorjofret2007-04-23 15:30:12 +0000
committerjofret2007-04-23 15:30:12 +0000
commitc9f4aeec27c6c9c3a0fa9ab8c1a6132b506f6814 (patch)
tree239e3603da0dbbf456fcefe397f84fa4c41b8af9 /src/configure
parent4a2c219771f55d20bc6b034a7cfa078e4c92b6c3 (diff)
downloadscilab2c-c9f4aeec27c6c9c3a0fa9ab8c1a6132b506f6814.tar.gz
scilab2c-c9f4aeec27c6c9c3a0fa9ab8c1a6132b506f6814.tar.bz2
scilab2c-c9f4aeec27c6c9c3a0fa9ab8c1a6132b506f6814.zip
Adding Pythag function, must be used as often as possible.
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure3
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