summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjofret2008-06-02 15:09:14 +0000
committerjofret2008-06-02 15:09:14 +0000
commit5a6e798b7ee4705b6db8bfafdd3f084a13139236 (patch)
tree8007afaf9b9c1acde5afa147b1adfc9aa54f1414 /src
parent1e3842b5693750123d9ed67b682ef3be501f1e96 (diff)
downloadscilab2c-5a6e798b7ee4705b6db8bfafdd3f084a13139236.tar.gz
scilab2c-5a6e798b7ee4705b6db8bfafdd3f084a13139236.tar.bz2
scilab2c-5a6e798b7ee4705b6db8bfafdd3f084a13139236.zip
Adding sum
Diffstat (limited to 'src')
-rwxr-xr-xsrc/configure3
-rw-r--r--src/configure.ac1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/configure b/src/configure
index e701dbd2..91e6d5b2 100755
--- a/src/configure
+++ b/src/configure
@@ -22141,7 +22141,7 @@ fi
###### Creation of the header file (machine.h)
#######################
-ac_config_files="$ac_config_files Makefile lib/blas/Makefile lib/lapack/Makefile type/Makefile matrixOperations/Makefile elementaryFunctions/Makefile elementaryFunctions/cos/Makefile elementaryFunctions/cosh/Makefile elementaryFunctions/acos/Makefile elementaryFunctions/acosh/Makefile elementaryFunctions/sin/Makefile elementaryFunctions/sinh/Makefile elementaryFunctions/asin/Makefile elementaryFunctions/asinh/Makefile elementaryFunctions/tan/Makefile elementaryFunctions/tanh/Makefile elementaryFunctions/atan/Makefile elementaryFunctions/atanh/Makefile elementaryFunctions/log/Makefile elementaryFunctions/log1p/Makefile elementaryFunctions/log10/Makefile elementaryFunctions/exp/Makefile elementaryFunctions/exp10/Makefile elementaryFunctions/sqrt/Makefile elementaryFunctions/lnp1m1/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 statisticsFunctions/Makefile statisticsFunctions/mean/Makefile"
+ac_config_files="$ac_config_files Makefile lib/blas/Makefile lib/lapack/Makefile type/Makefile matrixOperations/Makefile elementaryFunctions/Makefile elementaryFunctions/cos/Makefile elementaryFunctions/cosh/Makefile elementaryFunctions/acos/Makefile elementaryFunctions/acosh/Makefile elementaryFunctions/sin/Makefile elementaryFunctions/sinh/Makefile elementaryFunctions/asin/Makefile elementaryFunctions/asinh/Makefile elementaryFunctions/tan/Makefile elementaryFunctions/tanh/Makefile elementaryFunctions/atan/Makefile elementaryFunctions/atanh/Makefile elementaryFunctions/log/Makefile elementaryFunctions/log1p/Makefile elementaryFunctions/log10/Makefile elementaryFunctions/exp/Makefile elementaryFunctions/exp10/Makefile elementaryFunctions/sqrt/Makefile elementaryFunctions/lnp1m1/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 statisticsFunctions/Makefile statisticsFunctions/mean/Makefile statisticsFunctions/sum/Makefile"
@@ -22789,6 +22789,7 @@ do
"auxiliaryFunctions/pythag/Makefile") CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/pythag/Makefile" ;;
"statisticsFunctions/Makefile") CONFIG_FILES="$CONFIG_FILES statisticsFunctions/Makefile" ;;
"statisticsFunctions/mean/Makefile") CONFIG_FILES="$CONFIG_FILES statisticsFunctions/mean/Makefile" ;;
+ "statisticsFunctions/sum/Makefile") CONFIG_FILES="$CONFIG_FILES statisticsFunctions/sum/Makefile" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
diff --git a/src/configure.ac b/src/configure.ac
index de5694bb..a0866740 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -191,6 +191,7 @@ auxiliaryFunctions/type/Makefile
auxiliaryFunctions/pythag/Makefile
statisticsFunctions/Makefile
statisticsFunctions/mean/Makefile
+statisticsFunctions/sum/Makefile
])