diff options
author | jofret | 2007-04-18 16:57:05 +0000 |
---|---|---|
committer | jofret | 2007-04-18 16:57:05 +0000 |
commit | 4de1b55c5f895d164053e3d706976d65272b07ba (patch) | |
tree | dbca7435762a50e264cac640571b25cd954de74b /src/configure | |
parent | 4df32b1ac3af8b5b65f0c69b8ffc9c35cfa9fe8b (diff) | |
download | scilab2c-4de1b55c5f895d164053e3d706976d65272b07ba.tar.gz scilab2c-4de1b55c5f895d164053e3d706976d65272b07ba.tar.bz2 scilab2c-4de1b55c5f895d164053e3d706976d65272b07ba.zip |
Adding Autotools Management.
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/configure b/src/configure index da5c93e5..febfe44d 100755 --- a/src/configure +++ b/src/configure @@ -5102,7 +5102,7 @@ fi - ac_config_files="$ac_config_files Makefile type/Makefile test/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" + 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/find/Makefile auxiliaryFunctions/isempty/Makefile auxiliaryFunctions/isnan/Makefile auxiliaryFunctions/rand/Makefile auxiliaryFunctions/sign/Makefile auxiliaryFunctions/size/Makefile auxiliaryFunctions/type/Makefile" @@ -5671,7 +5671,6 @@ do # Handling of arguments. "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "type/Makefile" ) CONFIG_FILES="$CONFIG_FILES type/Makefile" ;; - "test/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; "elementaryFunctions/Makefile" ) CONFIG_FILES="$CONFIG_FILES elementaryFunctions/Makefile" ;; "elementaryFunctions/cos/Makefile" ) CONFIG_FILES="$CONFIG_FILES elementaryFunctions/cos/Makefile" ;; "elementaryFunctions/sin/Makefile" ) CONFIG_FILES="$CONFIG_FILES elementaryFunctions/sin/Makefile" ;; @@ -5684,6 +5683,14 @@ do "elementaryFunctions/log/Makefile" ) CONFIG_FILES="$CONFIG_FILES elementaryFunctions/log/Makefile" ;; "elementaryFunctions/exp/Makefile" ) CONFIG_FILES="$CONFIG_FILES elementaryFunctions/exp/Makefile" ;; "elementaryFunctions/sqrt/Makefile" ) CONFIG_FILES="$CONFIG_FILES elementaryFunctions/sqrt/Makefile" ;; + "auxiliaryFunctions/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/Makefile" ;; + "auxiliaryFunctions/find/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/find/Makefile" ;; + "auxiliaryFunctions/isempty/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/isempty/Makefile" ;; + "auxiliaryFunctions/isnan/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/isnan/Makefile" ;; + "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/type/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/type/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 |