summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2011-04-04 16:43:44 +0200
committerMarti Maria <info@littlecms.com>2011-04-04 16:43:44 +0200
commit900e457fe3902a83fc6cd9722b8b30f8532c06fb (patch)
tree120d6e8794378f34e25e729a1d29970f0aeb4ca3 /configure
parent314bc7201d340ab303b36a0ade2c37cf40b83a3b (diff)
downloadlcms2-900e457fe3902a83fc6cd9722b8b30f8532c06fb.tar.gz
Moved AC_CANONICAL_SYSTEM to AC_CANONICAL_HOST
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure45
1 files changed, 0 insertions, 45 deletions
diff --git a/configure b/configure
index a729d3e..d875378 100755
--- a/configure
+++ b/configure
@@ -686,10 +686,6 @@ CYGPATH_W
INSTALL_DATA
INSTALL_SCRIPT
INSTALL_PROGRAM
-target_os
-target_vendor
-target_cpu
-target
host_os
host_vendor
host_cpu
@@ -1373,7 +1369,6 @@ Program names:
System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST cross-compile to build programs to run on HOST [BUILD]
- --target=TARGET configure for building compilers for TARGET [HOST]
_ACEOF
fi
@@ -2441,46 +2436,6 @@ IFS=$ac_save_IFS
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
-$as_echo_n "checking target system type... " >&6; }
-if test "${ac_cv_target+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- if test "x$target_alias" = x; then
- ac_cv_target=$ac_cv_host
-else
- ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
- as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
-$as_echo "$ac_cv_target" >&6; }
-case $ac_cv_target in
-*-*-*) ;;
-*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
-esac
-target=$ac_cv_target
-ac_save_IFS=$IFS; IFS='-'
-set x $ac_cv_target
-shift
-target_cpu=$1
-target_vendor=$2
-shift; shift
-# Remember, the first character of IFS is used to create $*,
-# except with old shells:
-target_os=$*
-IFS=$ac_save_IFS
-case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
-
-
-# The aliases save the names the user supplied, while $host etc.
-# will get canonicalized.
-test -n "$target_alias" &&
- test "$program_prefix$program_suffix$program_transform_name" = \
- NONENONEs,x,x, &&
- program_prefix=${target_alias}-
-
am__api_version="1.9"
# Find a good install program. We prefer a C program (faster),