From 576f855e4fdf04cc49f57b173062731f3d03271d Mon Sep 17 00:00:00 2001 From: jofret Date: Thu, 5 Jun 2008 10:52:54 +0000 Subject: Add lenght to configure ignore property set --- src/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/configure') diff --git a/src/configure b/src/configure index 91e6d5b2..5007c55a 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 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 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" @@ -22785,6 +22785,7 @@ do "auxiliaryFunctions/rand/Makefile") CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/rand/Makefile" ;; "auxiliaryFunctions/sign/Makefile") CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/sign/Makefile" ;; "auxiliaryFunctions/size/Makefile") CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/size/Makefile" ;; + "auxiliaryFunctions/length/Makefile") CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/length/Makefile" ;; "auxiliaryFunctions/type/Makefile") CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/type/Makefile" ;; "auxiliaryFunctions/pythag/Makefile") CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/pythag/Makefile" ;; "statisticsFunctions/Makefile") CONFIG_FILES="$CONFIG_FILES statisticsFunctions/Makefile" ;; -- cgit