summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorjofret2008-06-16 15:38:39 +0000
committerjofret2008-06-16 15:38:39 +0000
commit2cf8315e0128d713724af22ef91938be1e1d8959 (patch)
treee8d0fed44a19ddba99828bf22fd613d05f713546 /src/configure
parent2a78099e7ca507617c1eed06e2d63ae9e598f670 (diff)
downloadscilab2c-2cf8315e0128d713724af22ef91938be1e1d8959.tar.gz
scilab2c-2cf8315e0128d713724af22ef91938be1e1d8959.tar.bz2
scilab2c-2cf8315e0128d713724af22ef91938be1e1d8959.zip
adding pow to compilation process
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 6a7712d1..1192002c 100755
--- a/src/configure
+++ b/src/configure
@@ -22153,7 +22153,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/length/Makefile auxiliaryFunctions/type/Makefile auxiliaryFunctions/pythag/Makefile statisticsFunctions/Makefile statisticsFunctions/mean/Makefile statisticsFunctions/sum/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 elementaryFunctions/pow/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/length/Makefile auxiliaryFunctions/type/Makefile auxiliaryFunctions/pythag/Makefile statisticsFunctions/Makefile statisticsFunctions/mean/Makefile statisticsFunctions/sum/Makefile"
@@ -22789,6 +22789,7 @@ do
"elementaryFunctions/exp10/Makefile") CONFIG_FILES="$CONFIG_FILES elementaryFunctions/exp10/Makefile" ;;
"elementaryFunctions/sqrt/Makefile") CONFIG_FILES="$CONFIG_FILES elementaryFunctions/sqrt/Makefile" ;;
"elementaryFunctions/lnp1m1/Makefile") CONFIG_FILES="$CONFIG_FILES elementaryFunctions/lnp1m1/Makefile" ;;
+ "elementaryFunctions/pow/Makefile") CONFIG_FILES="$CONFIG_FILES elementaryFunctions/pow/Makefile" ;;
"auxiliaryFunctions/Makefile") CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/Makefile" ;;
"auxiliaryFunctions/abs/Makefile") CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/abs/Makefile" ;;
"auxiliaryFunctions/find/Makefile") CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/find/Makefile" ;;