From 4de1b55c5f895d164053e3d706976d65272b07ba Mon Sep 17 00:00:00 2001 From: jofret Date: Wed, 18 Apr 2007 16:57:05 +0000 Subject: Adding Autotools Management. --- src/configure | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/configure') 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 -- cgit